@charset "UTF-8";
@import "vendor/swiper.min.css";
@import "vendor/jquery.fancybox.min.css";
@import url("https://fonts.googleapis.com/css?family=Ubuntu:300,400,500,700&display=swap&subset=latin-ext");
::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #4a4a4a;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}

:-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #4a4a4a;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}

::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #4a4a4a;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}

:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #4a4a4a;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
}

::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #4a4a4a;
  font-family: "Ubuntu", sans-serif;
  font-weight: 300;
  font-size: 14px;
  letter-spacing: 2px;
}

header {
  width: 80px;
  height: 160px;
  margin-left: auto;
  z-index: 20;
}

header.subpage {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-left: 40px;
}

header.subpage .logo_cont {
  width: 160px;
  height: 100%;
  background-color: #212121;
  display: flex;
  align-items: center;
  justify-content: center;
}

header.subpage .logo_cont .logo {
  display: block;
  width: 114px;
  height: 60px;
}

header.subpage .logo_cont .logo > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

header.subpage .hamburger_cont {
  width: 80px;
}

header .hamburger_cont {
  width: 100%;
  height: 100%;
  padding: 20px 25px 0 25px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

header .hamburger_cont > span {
  display: block;
  margin: 15px 0 0 -5px;
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1;
  font-weight: 300;
  -webkit-user-select: none;
          user-select: none;
  -moz-user-select: none;
}

header .hamburger_cont .hamburger {
  width: 100%;
  height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  cursor: pointer;
}

header .hamburger_cont .hamburger:hover > span:nth-child(1),
header .hamburger_cont .hamburger:hover > span:nth-child(3) {
  transform: scaleX(0.25);
}

header .hamburger_cont .hamburger > span {
  width: 100%;
  height: 3px;
  background-color: #fff;
  transition: 0.25s;
}

header .hamburger_cont .hamburger > span:nth-child(1) {
  transform-origin: left;
}

header .hamburger_cont .hamburger > span:nth-child(3) {
  transform-origin: right;
}

@media (max-width: 1200px) {
  header {
    width: 60px;
  }
  header.subpage {
    height: 120px;
  }
  header.subpage .logo_cont {
    width: 120px;
  }
  header.subpage .logo_cont .logo {
    width: 103px;
    height: 54px;
  }
  header.subpage .hamburger_cont {
    width: 60px;
  }
  header .hamburger_cont {
    padding: 20px 13px 0 13px;
  }
}
@media (max-width: 1100px) {
  header .hamburger_cont > span {
    /*color: #9C7D4C;*/
  }
  header .hamburger_cont .hamburger > span {
    /*background-color: #9C7D4C;*/
  }
}
@media (max-width: 700px) {
  header {
    width: 50px;
    height: 50px;
    padding-top: 15px;
  }
  header.subpage {
    padding-top: 0;
    padding-left: 0;
    height: 100px;
  }
  header.subpage .logo_cont {
    width: 80px;
    height: 60px;
    padding: 10px;
  }
  header.subpage .logo_cont .logo {
    width: 100%;
    height: 100%;
  }
  header.subpage .hamburger_cont {
    padding: 10px 13px 0 13px;
  }
  header:not(.subpage) .hamburger_cont {
    background-color: #212121;
    padding: 7px 14px 7px 7px;
  }
  header:not(.subpage) .hamburger_cont .hamburger {
    height: 100%;
  }
  header:not(.subpage) .hamburger_cont .hamburger > span {
    background-color: #fff;
  }
  header:not(.subpage) .hamburger_cont > span {
    display: none;
  }
}
/** GLOBALS **/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  position: relative;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  /* prevent tap highlight color / shadow */
  outline: none;
}

.fancybox-navigation {
  position: static;
}

._hidden {
  display: none !important;
}

html,
body {
  overflow-x: hidden;
  font-family: "Ubuntu", sans-serif;
}

html.noscroll,
body.noscroll {
  overflow-y: hidden;
}

body {
  background-color: #212121;
}

h1,
section.sub h2 {
  width: fit-content;
  width: -moz-fit-content;
  font-weight: 700;
  color: #9c7d4c;
  letter-spacing: 10px;
  line-height: 1.2;
  font-size: 16px;
  text-transform: uppercase;
}

h2 {
  width: fit-content;
  width: -moz-fit-content;
  color: #212121;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1.2;
  text-transform: uppercase;
}

h2.circled {
  padding-left: 118px;
}

h2.circled::before {
  content: "";
  width: 190px;
  height: 190px;
  position: absolute;
  left: 0;
  top: -95px;
  border-radius: 100%;
  /*background: #C6A674;*/
  background: #212121;
  z-index: -1;
}

h2.circled::after {
  position: absolute;
  left: 0;
  width: 72px;
  overflow: hidden;
  content: "O projekte";
  white-space: nowrap;
  color: #ffffff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 10px;
  line-height: 1.2;
  text-transform: uppercase;
  margin-left: 118px;
}

h2.to_line {
  cursor: pointer;
  transition: color 0.25s;
  letter-spacing: 6px;
}

h2.to_line:hover,
h2.to_line._active {
  color: #fff;
}

h2.to_line:hover::after,
h2.to_line._active::after {
  transform: scaleX(1);
}

h2.to_line:after {
  content: "";
  position: absolute;
  width: 97%;
  height: 1px;
  background-color: #fff;
  left: 0;
  bottom: -7px;
  transform-origin: center;
  transform: scaleX(0);
  transition: 0.25s;
}

h3 {
  width: fit-content;
  width: -moz-fit-content;
  /*color: #9B9B9B;*/
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
}

section {
  width: 100%;
}

section.sub.simple {
  margin-top: -160px;
  overflow: hidden;
  padding-bottom: 0;
  min-height: 750px;
}

section.sub.simple h2 {
  color: #000;
  z-index: 1;
}

section.sub.simple > .top {
  margin-top: 0;
  justify-content: flex-end;
}

section.sub.simple .abs_right_wave {
  position: absolute;
  right: 0;
  top: 160px;
  width: 12.5vw;
  height: 10.2083333333vw;
  background-image: url("../img/svg/waves.svg");
  background-size: 120px;
  background-repeat: round;
  background-repeat: repeat;
  z-index: -2;
}

section.sub.simple .abs_left_wave {
  position: absolute;
  left: 0;
  top: 750px;
  width: 56px;
  height: calc((100% - 750px - 65px) / 2);
  background-image: url("../img/wave_vertical.png");
  background-position: left;
  background-size: 56px;
  background-repeat: repeat-y;
  z-index: -2;
}

section.sub.simple .abs_left_wave.bottom {
  top: auto;
  bottom: 65px;
  left: 53px;
  transform: rotate(180deg);
}

section.sub.simple > .abs_bckg {
  position: absolute;
  top: 0;
  left: 0;
  width: 81.25vw;
  height: 750px;
  z-index: -2;
  border-radius: 0 600px 600px 0;
  background-color: #f3f3f3;
  background-color: #9c7d4c;
}

section.sub > .top {
  margin-top: -160px;
  min-height: 160px;
  width: calc(100% - 320px);
  margin-left: 240px;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 18px;
  z-index: 21;
}

section.footer_helper {
  z-index: 2;
  height: 80px;
}

a {
  color: #000;
}

a:link,
a:visited,
a:hover,
a:active {
  text-decoration: none;
  color: #000;
}

p {
  /*color: #4A4A4A;*/
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
}

p > strong {
  font-weight: 700;
}

.arrow_circle {
  width: 16px;
  height: 30px;
  display: flex;
  align-items: center;
  overflow: hidden;
  transition: 0.3s;
}

.arrow_circle.back {
  justify-content: flex-end;
}

.arrow_circle.back > img {
  transform: rotate(180deg);
}

.arrow_circle.back::before {
  right: auto;
  left: 0;
  height: 28px;
}

.arrow_circle::before {
  content: "";
  position: absolute;
  right: 0;
  top: -1px;
  width: 30px;
  height: 29px;
  border: 2px solid #9c7d4c;
  border-radius: 100%;
}

.arrow_circle > img {
  width: 7px;
  height: auto;
  display: block;
}

.swiper-button-disabled {
  opacity: 0.3 !important;
}

.header {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 20px 80px 20px 40px;
}

@media (max-width: 1100px) {
  .header {
    display: none;
  }
}
.header ul {
  display: flex;
  align-items: center;
}

.header ul li {
  list-style: none;
  line-height: 1;
  margin-right: 16px;
}

.header ul li:last-child {
  margin-right: 0;
}

.header ul li a {
  font-size: 16px;
  letter-spacing: 4px;
  color: #fff !important;
  font-weight: 700;
  text-transform: uppercase;
  transition: color 0.3s;
}

.header ul li a:hover,
.header ul li a.clicked {
  color: #c6a674 !important;
}

#full_menu {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 50;
}

#full_menu._hide {
  z-index: -9999;
  visibility: hidden;
}

#full_menu._opened {
  z-index: 9999;
  visibility: visible;
}

#full_menu._opened > .abs_tissue {
  transform: translateX(0);
  opacity: 1;
  transition-delay: 0s;
  -webkit-transition-delay: 0s;
}

#full_menu._opened > .content > .left > .abs_tissue {
  transform: scaleX(1);
  transition-delay: 0.45s;
}

#full_menu._opened > .content > .left > .logo {
  transition-delay: 0.45s;
}

#full_menu._opened > .content > .left > .logo,
#full_menu._opened > .content > .left > ul {
  visibility: visible;
}

#full_menu._opened > .content > .right > .close {
  transition-delay: 1s;
  opacity: 1;
}

#full_menu._opened > .content > .right > .img_cont > img {
  opacity: 1;
  transition-delay: 0.55s;
}

#full_menu._opened > .content > .right > .img_cont > .abs_tissue {
  transform: scaleX(0);
  transition-delay: 0.85s;
}

#full_menu > .abs_tissue {
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
  top: 0;
  transform: translateX(100%);
  background-color: #9c7d4c;
  opacity: 0;
  transition: all 0.45s ease;
  transition-delay: 0.75s;
  -webkit-transition-delay: 0.75s;
}

#full_menu > .content {
  width: 100%;
  height: 100%;
  display: flex;
}

#full_menu > .content > .left {
  width: 50%;
  height: 100%;
  padding: 22vh 40px;
}

#full_menu > .content > .left > .abs_tissue {
  position: absolute;
  transform: scaleX(0);
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  transform-origin: left center;
  background-color: #212121;
  transition: transform 0.45s cubic-bezier(0.41, 0.49, 0.45, 0.96);
  transition-delay: 0.3s;
}

#full_menu > .content > .left > .logo {
  position: absolute;
  width: 120px;
  height: 63px;
  top: 40px;
  left: 60px;
  visibility: hidden;
  transition-delay: 0.65s;
}

#full_menu > .content > .left > .logo > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

#full_menu > .content > .left ul {
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  visibility: hidden;
  transition-delay: 0.45s;
}

#full_menu > .content > .left ul li {
  list-style: none;
  line-height: 1;
}

#full_menu > .content > .left ul li a {
  font-size: 30px;
  letter-spacing: 3px;
  color: #fff !important;
  font-weight: 300;
  text-transform: uppercase;
  transition: color 0.3s;
}

#full_menu > .content > .left ul li a:hover,
#full_menu > .content > .left ul li a.clicked {
  color: #c6a674 !important;
}

#full_menu > .content > .right {
  width: 50%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

#full_menu > .content > .right > .img_cont {
  width: 50%;
  height: 28.4375vw;
}

#full_menu > .content > .right > .img_cont > img {
  width: 100%;
  height: 100%;
  display: block;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
  opacity: 0;
  transition-delay: 0.5s;
}

#full_menu > .content > .right > .img_cont > .abs_tissue {
  position: absolute;
  transform: scaleX(1);
  width: calc(100% + 4px);
  height: calc(100% + 4px);
  right: -2px;
  top: -2px;
  background-color: transparent;
  transform-origin: right center;
  transition: transform 0.5s cubic-bezier(0.41, 0.49, 0.45, 0.96);
  z-index: 20;
  transition-delay: 0s;
}

#full_menu > .content > .right > .img_cont > .abs_tissue.color_changer {
  background-color: #9c7d4c;
}

#full_menu > .content > .right > .close {
  position: absolute;
  right: 60px;
  top: 40px;
  cursor: pointer;
  display: block;
  width: 30px;
  opacity: 0;
  transition: 0.3s;
  transition-delay: 0s;
}

.gallery_grid > a > .abs_tissue {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  background: rgba(156, 125, 76, 0.6);
  transition: 0.3s;
}

.gallery_grid > a > .abs_tissue > img {
  display: block;
  width: 32px;
  height: auto;
}

.gallery_grid > a:hover > .abs_tissue {
  opacity: 1;
  visibility: visible;
}

form {
  width: 100%;
  display: flex;
  flex-direction: column;
}

form input[type=text],
form input[type=email],
form textarea {
  width: 100%;
  background: none;
  font-family: "Ubuntu", sans-serif;
  font-size: 14px;
  font-weight: 400;
  border: 0;
  border-bottom: 1px solid #9c7d4c;
  color: #fff;
  height: 30px;
  margin-top: 35px;
  text-align: center;
  padding: 0;
  letter-spacing: 2px;
  border-radius: 0;
  -webkit-border-radius: 0;
}

form input[type=text]::-moz-placeholder, form input[type=email]::-moz-placeholder, form textarea::-moz-placeholder {
  color: #fff;
}

form input[type=text]::placeholder,
form input[type=email]::placeholder,
form textarea::placeholder {
  color: #fff;
}

form input[type=text]#cont-name,
form input[type=email]#cont-name,
form textarea#cont-name {
  margin-top: 0;
}

form textarea {
  margin-top: 70px;
  resize: none;
  height: 200px;
  padding: 10px;
  position: relative;
  border: 1px solid #9c7d4c;
  text-align: left;
  /*background-color: rgba(255, 255, 255, 0.7);*/
}

form .btn {
  margin: 60px 0 0 auto;
}

form p.message {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  background-color: rgba(236, 236, 236, 0.95);
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  font-size: 1.4em;
  font-weight: 700;
  color: #c6a674;
  padding: 30px;
  z-index: 5;
}

@media (max-width: 1440px) {
  #full_menu > .content > .left > .logo {
    top: 30px;
    left: 40px;
  }
  #full_menu > .content > .right > .img_cont {
    width: 65%;
    height: 37.014vw;
  }
  #full_menu > .content > .right > .close {
    top: 30px;
    right: 40px;
  }
}
@media (max-width: 1350px) {
  h3 {
    font-size: 45px;
  }
}
@media (max-width: 1200px) {
  section.sub.simple {
    margin-top: -120px;
  }
  section.sub > .top {
    margin-top: -120px;
    min-height: 120px;
    width: calc(100% - 260px);
    margin-left: 200px;
  }
}
@media (max-width: 1250px) {
  section.footer_helper.to_grey {
    background-color: #9c7d4c;
  }
}
@media (max-width: 1100px) {
  #full_menu > .content > .left ul li a {
    font-size: 22px;
    letter-spacing: 2px;
  }
}
@media (max-width: 1000px) {
  h2.circled {
    padding-left: 68px;
  }
  h2.circled::before {
    width: 120px;
    height: 120px;
    top: -60px;
  }
  h2.circled::after {
    width: 52px;
    margin-left: 68px;
  }
}
@media (max-width: 700px) {
  #full_menu > .abs_tissue {
    transition-delay: 0.45s;
    -webkit-transition-delay: 0.45s;
  }
  #full_menu > .content > .left {
    width: 100%;
  }
  #full_menu > .content > .left > .abs_tissue {
    transition-delay: 0s;
  }
  #full_menu > .content > .left > .logo {
    width: 96px;
    height: 50px;
    top: 30px;
    left: 30px;
    transition-delay: 0.45s;
  }
  #full_menu > .content > .right {
    width: 0;
  }
  #full_menu > .content > .right > .img_cont {
    display: none;
  }
  #full_menu > .content > .right > .close {
    right: 30px;
    top: 30px;
    filter: invert(1);
  }
  section.sub.simple {
    margin-top: -100px;
  }
  section.sub > .top {
    margin-top: -100px;
    min-height: 100px;
    width: calc(100% - 200px);
    margin-left: 140px;
    padding-top: 10px;
  }
}
@media (max-width: 600px) {
  section.footer_helper {
    height: 50px;
  }
}
@media (max-width: 500px) {
  h2.circled {
    padding-left: 30px;
  }
  h2.circled::before {
    width: 80px;
    height: 80px;
    top: -33px;
  }
  h2.circled::after {
    width: 52px;
    margin-left: 30px;
  }
  section.sub h1 {
    opacity: 0;
    visibility: hidden;
    letter-spacing: 0;
  }
  #full_menu > .content > .left > .logo {
    width: 77px;
    height: 40px;
    top: 20px;
    left: 20px;
  }
  #full_menu > .content > .right > .close {
    width: 25px;
    height: 25px;
    right: 20px;
    top: 20px;
  }
}
@media (max-width: 380px) {
  h3 {
    font-size: 36px;
  }
}
footer {
  z-index: 3;
}

footer .form_cont {
  width: 100%;
  display: flex;
  min-height: 500px;
  /*background-image: url("../img/wave_form.png");*/
  background-repeat: round;
  background-size: 130px;
  padding-bottom: 60px;
}

footer .form_cont > .abs_line {
  position: absolute;
  left: 50%;
  width: 1px;
  background-color: #9c7d4c;
}

footer .form_cont > .abs_line:nth-child(1) {
  top: 0;
  height: 425px;
}

footer .form_cont > .abs_line:nth-child(2) {
  bottom: 0;
  height: 220px;
}

footer .form_cont > .left {
  width: 51.5%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0 0 180px 40px;
}

footer .form_cont > .left > p {
  margin-top: 30px;
  max-width: 90%;
  width: 470px;
  font-weight: 300;
  color: #fff;
}

footer .form_cont > .left .arrow {
  width: 100%;
  display: flex;
  align-items: center;
}

footer .form_cont > .left .arrow > div:nth-child(1) {
  width: 8px;
  height: 8px;
  border-radius: 100%;
  border: 1px solid #4a4a4a;
}

footer .form_cont > .left .arrow > div:nth-child(2) {
  width: calc(100% - 73px);
  height: 1px;
  background-color: #4a4a4a;
}

footer .form_cont > .left .arrow > img {
  display: block;
  width: 65px;
  height: auto;
}

footer .form_cont > .form_box {
  width: 48.5%;
  z-index: 1;
}

footer .form_cont > .form_box h2 {
  margin: 45px auto 100px auto;
  width: 610px;
}

footer .form_cont > .form_box h2.circled {
  padding-left: 55px;
  color: #c6a674;
}

footer .form_cont > .form_box h2.circled::before {
  background-color: #fff;
}

footer .form_cont > .form_box h2.circled::after {
  content: "Kontaktujte nás";
  margin-left: 55px;
  color: #000;
  width: 138px;
  white-space: nowrap;
}

footer .form_cont > .form_box form {
  width: 500px;
  margin: 0 auto;
}

footer .bottom .big {
  width: 100%;
  min-height: 200px;
  display: flex;
}

footer .bottom .big .media_box {
  width: 80px;
  height: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: #fff;
}

footer .bottom .big .media_box > a {
  display: block;
  width: 24px;
  height: 24px;
}

footer .bottom .big .media_box > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

footer .bottom .big .media_box > span {
  display: block;
  width: 52px;
  height: 1px;
  background-color: #000;
  margin: 10px 0 10px auto;
}

footer .bottom .big .content {
  width: calc(100% - 80px);
  padding: 35px 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: #212121;
}

footer .bottom .big .content ul {
  width: -moz-fit-content;
  width: fit-content;
}

footer .bottom .big .content ul li {
  list-style: none;
  line-height: 1;
}

footer .bottom .big .content ul li:not(:first-child) {
  margin-top: 20px;
}

footer .bottom .big .content ul li a {
  display: block;
  font-size: 14px;
  font-weight: 300;
  letter-spacing: 6px;
  color: #fff !important;
  width: fit-content;
  width: -moz-fit-content;
  text-transform: uppercase;
}

footer .bottom .big .content > div {
  width: -moz-fit-content;
  width: fit-content;
}

footer .bottom .big .content > div > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 13px;
}

footer .bottom .big .content > div > img.tel {
  width: 24px;
}

footer .bottom .big .content > div > img.mail {
  width: 26px;
}

footer .bottom .big .content > div a.map {
  display: block;
  width: 20px;
  height: 24px;
  margin-bottom: 13px;
}

footer .bottom .big .content > div a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

footer .bottom .big .content > div p,
footer .bottom .big .content > div a {
  display: block;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
}

footer .bottom .foot {
  width: 100%;
  height: 40px;
  background-color: #9c7d4c;
  padding: 0 40px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

footer .bottom .foot > a {
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

@media (max-width: 1250px) {
  footer .form_cont > .left > p {
    width: 370px;
  }
  footer .form_cont > .form_box h2 {
    width: 460px;
  }
  footer .form_cont > .form_box form {
    width: 350px;
  }
}
@media (max-width: 1050px) {
  footer .bottom .big .content {
    padding: 35px 30px;
  }
  footer .bottom .foot {
    padding: 0 30px;
  }
}
@media (max-width: 1000px) {
  footer .form_cont > .form_box h2.circled::after {
    width: 64px;
  }
}
@media (max-width: 900px) {
  footer .form_cont > .left > p {
    width: 280px;
  }
  footer .form_cont > .form_box h2 {
    width: 390px;
  }
  footer .form_cont > .form_box form {
    width: 280px;
  }
}
@media (max-width: 800px) {
  footer .form_cont > .form_box h2 {
    letter-spacing: 5px;
  }
  footer .form_cont > .form_box h2.circled::after {
    letter-spacing: 5px;
  }
  footer .bottom .big .media_box {
    width: 50px;
  }
  footer .bottom .big .media_box > span {
    width: 26px;
  }
  footer .bottom .big .content {
    width: calc(100% - 50px);
    padding: 35px 20px;
  }
  footer .bottom .foot {
    padding: 0 20px;
  }
}
@media (max-width: 730px) {
  footer .bottom .big .media_box {
    position: absolute;
    left: 0;
    top: 0;
    height: 100px;
    z-index: 1;
  }
  footer .bottom .big .content {
    width: 100%;
    padding: 35px 20px 35px 70px;
    flex-direction: column;
  }
  footer .bottom .big .content > * {
    min-width: 215px;
  }
  footer .bottom .big .content > *:not(:first-child) {
    margin-top: 40px;
  }
  footer .bottom .foot > a {
    font-size: 14px;
    letter-spacing: 1px;
  }
}
@media (max-width: 700px) {
  footer .form_cont {
    flex-direction: column;
    padding: 30px;
  }
  footer .form_cont > .abs_line {
    display: none;
  }
  footer .form_cont > .left {
    width: 100%;
    padding: 0;
  }
  footer .form_cont > .left > p {
    width: 75%;
    max-width: none;
  }
  footer .form_cont > .left .arrow {
    margin: 10px auto;
    width: 65px;
    flex-direction: column;
    align-items: center;
  }
  footer .form_cont > .left .arrow > div:nth-child(2) {
    width: 1px;
    height: 70px;
  }
  footer .form_cont > .left .arrow > img {
    transform: rotate(90deg);
  }
  footer .form_cont > .form_box {
    width: 100%;
  }
  footer .form_cont > .form_box h2 {
    margin: 30px auto 50px auto;
    width: 100%;
  }
  footer .form_cont > .form_box form {
    width: 75%;
  }
}
@media (max-width: 500px) {
  footer .form_cont {
    padding: 30px 20px;
  }
  footer .form_cont > .left > p {
    width: 100%;
  }
  footer .form_cont > .form_box {
    width: 100%;
  }
  footer .form_cont > .form_box h2.circled {
    padding-left: 29px;
  }
  footer .form_cont > .form_box h2.circled::after {
    margin-left: 29px;
    width: 50px;
  }
  footer .form_cont > .form_box form {
    width: 100%;
  }
  footer .bottom .foot {
    height: 60px;
    flex-direction: column;
    padding: 10px 20px;
  }
}
section.index_header {
  height: 810px;
  display: flex;
  margin-top: -160px;
}

section.index_header > .left {
  width: 470px;
  height: calc(100% - 60px);
  background-color: #212121;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 40px 0 10px 0;
  z-index: 1;
}

section.index_header > .left > div {
  display: flex;
  flex-direction: column;
  width: 120px;
}

section.index_header > .left > div > img {
  display: block;
  width: 100%;
  height: auto;
}

section.index_header > .left > div.top .line {
  width: 1px;
  height: 110px;
  background-color: #9c7d4c;
  margin: 10px auto;
}

section.index_header > .left > div.bottom .line {
  width: 1px;
  height: 210px;
  background-color: #9c7d4c;
  margin: 10px auto 0 auto;
}

section.index_header #front_slider {
  z-index: 2;
  width: calc(100% - 80px);
  height: 100%;
  padding-bottom: 60px;
  margin-left: -470px;
}

section.index_header #front_slider .swiper-slide {
  display: flex;
}

section.index_header #front_slider .swiper-slide > .text {
  width: 470px;
  height: 120px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #212121;
  margin: auto 0;
}

section.index_header #front_slider .swiper-slide > .text h1,
section.index_header #front_slider .swiper-slide > .text strong {
  display: block;
  width: 310px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 6px;
  font-size: 16px;
  color: #9b9b9b;
  font-weight: 300;
  line-height: 1.4;
}

section.index_header #front_slider .swiper-slide > img {
  display: block;
  width: calc(100% - 470px);
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.index_header #front_slider .abs_navigation_cont {
  width: 300px;
  height: 60px;
  position: absolute;
  display: flex;
  justify-content: space-between;
  bottom: 0;
  right: 0;
}

section.index_header #front_slider .abs_navigation_cont .navigation {
  width: 128px;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.index_header #front_slider .abs_navigation_cont .navigation > img {
  display: block;
  width: 24px;
  height: auto;
  cursor: pointer;
  filter: invert(1);
}

section.index_header #front_slider .abs_navigation_cont .navigation > img:last-child {
  transform: rotate(180deg);
}

section.index_header #front_slider .abs_navigation_cont .navigation > span {
  width: 1px;
  display: block;
  height: 100%;
  background-color: #fff;
}

section.index_header #front_slider .abs_navigation_cont > img {
  width: 121px;
  height: 97px;
  margin-top: -38px;
  -o-object-fit: contain;
     object-fit: contain;
  z-index: 2;
}

section.index_header .pagination_cont {
  height: 440px;
  width: 80px;
  margin-top: auto;
  padding-bottom: 60px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
}

section.index_header .pagination_cont > span {
  color: #000;
  font-size: 12px;
  color: #fff;
}

section.index_header .pagination_cont .swiper-pagination-progressbar {
  position: relative;
  width: 1px;
  height: 330px;
  background: #9c7d4c;
}

section.index_header .pagination_cont .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #fff;
}

section.index_philosophy {
  margin-top: -60px;
}

section.index_philosophy > .text_cont {
  padding: 225px 150px 225px 0;
  width: 81.25vw;
  /*background-color: #F3F3F3;*/
  background-color: #c6a674;
  border-radius: 0 300px 300px 0;
  z-index: 0;
  background-image: url("../img/wave_vertical.png");
  background-position: left;
  background-size: 56px;
  background-repeat: repeat-y;
}

section.index_philosophy > .text_cont > div {
  width: -moz-fit-content;
  width: fit-content;
  margin-left: auto;
  display: flex;
}

section.index_philosophy > .text_cont > div > .text {
  width: 640px;
  margin-left: 20px;
}

section.index_philosophy > .text_cont > div > .text > p {
  padding-left: 25px;
  border-left: 1px solid #000;
  font-weight: 300;
}

section.index_philosophy > .text_cont > div > .text .btn-more {
  margin: 30px 0 0 auto;
}

section.index_galleries {
  padding: 40px 0;
  background-image: url("../img/wave_vertical.png");
  background-position: 54px;
  background-size: 56px;
  background-repeat: repeat-y;
}

section.index_galleries > h2 {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  padding-top: 85px;
  position: absolute;
  left: 24.4792vw;
  top: -145px;
}

section.index_galleries > h2::before {
  content: "";
  position: absolute;
  width: 1px;
  height: 100%;
  background-color: #000;
  left: -5px;
  bottom: 11px;
}

section.index_galleries > h2::after {
  content: "";
  position: absolute;
  width: 1px;
  height: 85px;
  background-color: #fff;
  left: -5px;
  top: 0;
}

section.index_galleries > .abs_bckg {
  position: absolute;
  top: 0;
  right: 0;
  width: 62.2395833333vw;
  height: 100%;
  z-index: -1;
  border-radius: 600px 0 0 600px;
  background-image: url("../img/flat.jpg");
  background-size: cover;
  background-position: center;
}

section.index_galleries .galleries_sliders_cont {
  width: calc(100% - 80px);
  margin-left: auto;
}

section.index_galleries .galleries_sliders_cont > .select_cont {
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 30px 0 auto;
  display: flex;
}

section.index_galleries .galleries_sliders_cont > .select_cont h2:not(:first-child) {
  margin-left: 60px;
}

section.index_galleries .galleries_sliders_cont > .slider_box {
  margin-top: 40px;
  width: 100%;
  height: 350px;
}

section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  opacity: 0;
  transform: translateX(150px);
  transition: 0.7s;
}

section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery._active {
  visibility: visible;
  opacity: 1;
  transform: translateX(0);
}

section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide {
  width: -moz-fit-content;
  width: fit-content;
}

section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a {
  display: block;
  height: 100%;
  width: 510px;
}

section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
  width: 56.5104166667vw;
  margin: 30px 80px 0 auto;
  height: 16px;
  display: flex;
  justify-content: space-between;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > img {
  display: block;
  height: 100%;
  width: auto;
  cursor: pointer;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > img:last-child {
  transform: rotate(180deg);
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > .swiper-pagination {
  position: absolute;
  width: calc(100% - 74px);
  height: 2px;
  left: 37px;
  top: 7px;
  visibility: hidden;
  opacity: 0;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > .swiper-pagination._active {
  visibility: visible;
  opacity: 1;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > .swiper-pagination.swiper-pagination-progressbar {
  background: #c1934a;
}

section.index_galleries .galleries_sliders_cont > .progress_bar_cont > .swiper-pagination.swiper-pagination-progressbar > .swiper-pagination-progressbar-fill {
  background: #fff;
  height: 100%;
}

section.index_galleries .vignettes {
  width: 100%;
  margin-top: 95px;
  padding: 0 40px 0 145px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  grid-column-gap: 110px;
}

section.index_galleries .vignettes > div > img {
  display: block;
  width: 42px;
  filter: invert(1);
}

section.index_galleries .vignettes > div > p {
  color: #fff;
  letter-spacing: 1px;
  margin-top: 20px;
}

/*section.index_galleries .vignettes > div:nth-child(n+3) > img {*/
/*  filter: invert(1);*/
/*}*/
/*section.index_galleries .vignettes > div:nth-child(n+3) > p {*/
/*  color: #fff;*/
/*}*/
section.index_flats {
  padding: 45px 0 0 40px;
  background-image: url("../img/wave_vertical.png");
  background-position: calc(100% - 48px);
  background-size: 56px;
  background-repeat: repeat-y;
}

section.index_flats img {
  -o-user-select: none;
  -moz-user-select: none;
  -webkit-user-select: none;
  user-select: none;
}

section.index_flats .abs_switcher_cont {
  position: absolute;
  top: 50px;
  left: 48.9583333333vw;
  width: 310px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.index_flats .abs_switcher_cont > img {
  display: block;
  width: 24px;
  height: auto;
  cursor: pointer;
  filter: invert(1);
}

section.index_flats .abs_switcher_cont > img:last-child {
  transform: rotate(180deg);
}

section.index_flats .abs_switcher_cont #flat_switcher_slider {
  width: calc(100% - 70px);
  margin: 0;
}

section.index_flats .abs_switcher_cont #flat_switcher_slider .swiper-slide {
  text-align: center;
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

section.index_flats .abs_switcher_cont #flat_switcher_slider .swiper-slide > span {
  font-size: 30px;
  font-weight: 700;
}

section.index_flats .flat_all_cont {
  width: 100%;
  display: flex;
  transition: opacity 0.5s ease-in;
}

section.index_flats .flat_all_cont._hide {
  opacity: 0;
  visibility: hidden;
  width: 0;
  height: 0;
  margin: 0 !important;
}

section.index_flats .flat_all_cont > .slider_cont {
  z-index: 1;
  width: 792px;
  min-width: 792px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

section.index_flats .flat_all_cont > .slider_cont > .arrow_circle {
  cursor: pointer;
}

section.index_flats .flat_all_cont > .slider_cont > .arrow_circle > img {
  filter: invert(1);
}

section.index_flats .flat_all_cont > .slider_cont > .arrow_circle:nth-child(1) {
  transform: rotate(180deg);
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment {
  width: 640px;
  margin: 0;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide {
  display: flex;
  justify-content: space-between;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > img {
  display: block;
  width: 296px;
  height: 562px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: invert(1);
  opacity: 0.6;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box {
  width: 300px;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row {
  display: flex;
  margin-top: 10px;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row:not(:first-child) {
  margin-top: 15px;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span {
  color: #fff;
  font-weight: 300;
  font-size: 15px;
  letter-spacing: 1px;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(1) {
  width: 65%;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(2) {
  width: 35%;
}

section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box > .line {
  width: 100%;
  height: 1px;
  margin: 15px 0;
  background-color: #000;
}

section.index_flats .flat_all_cont > .house_cont {
  width: 66.8229166667vw;
  height: 35.8854166667vw;
  margin-left: -170px;
}

section.index_flats .flat_all_cont > .house_cont > img {
  position: absolute;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: 1s;
}

section.index_flats .flat_all_cont > .house_cont > img._active {
  opacity: 1;
  visibility: visible;
}

section.index_flats .flat_all_cont.slider_2 > .house_cont {
  margin-left: 20px;
}

section.index_map {
  padding: 60px 0 40px 0;
  background-color: #c6a674;
}

section.index_map h3 {
  margin: 0 auto;
  color: #fff;
}

section.index_map .map_cont {
  width: 100%;
  margin-top: 85px;
  height: 26.07vw;
}

section.index_map .map_cont > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.index_map .map_cont > a {
  position: absolute;
  padding-left: 23px;
  min-height: 24px;
  background-image: url("../img/svg/pin_black.svg");
  background-size: 19px;
  background-repeat: no-repeat;
  background-position: left center;
  z-index: 2;
  left: 45.12vw;
  bottom: 20.275vw;
}

section.index_map .map_cont > a strong {
  font-size: 16px;
  letter-spacing: 2px;
  color: #4a4a4a;
  line-height: 1;
}

section.index_map .map_cont > a strong > span {
  font-weight: 400;
}

section.index_map > .abs_decor {
  width: 120px;
  position: absolute;
  left: calc(50% - 59px);
  bottom: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
}

section.index_map > .abs_decor > img {
  display: block;
  width: 100%;
  height: auto;
  margin: 10px 0;
}

section.index_map > .abs_decor > div {
  width: 1px;
  max-height: 110px;
  height: 5.7291666667vw;
  background-color: #9c7d4c;
}

@media (max-width: 1850px) {
  section.index_galleries .vignettes {
    grid-column-gap: 130px;
  }
}
@media (max-width: 1700px) {
  section.index_galleries > .abs_bckg {
    width: 65vw;
    border-radius: 500px 0 0 500px;
  }
  section.index_galleries .vignettes {
    margin-top: 65px;
    grid-column-gap: 30px;
    padding: 0 20px 0 145px;
  }
}
@media (max-width: 1600px) {
  section.index_header {
    height: 660px;
  }
  section.index_header > .left {
    width: 380px;
  }
  section.index_header > .left > div.top .line {
    height: 80px;
  }
  section.index_header > .left > div.bottom .line {
    height: 180px;
  }
  section.index_header #front_slider {
    margin-left: -380px;
  }
  section.index_header #front_slider .swiper-slide > .text {
    width: 380px;
  }
  section.index_header #front_slider .swiper-slide > img {
    width: calc(100% - 380px);
  }
  section.index_galleries .vignettes {
    grid-column-gap: 80px;
  }
  section.index_flats .abs_switcher_cont {
    left: 58vw;
  }
  section.index_flats .flat_all_cont > .slider_cont {
    width: 660px;
    min-width: 660px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment {
    width: 570px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > img {
    width: 237px;
    height: 400px;
  }
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 56.23vw;
    height: 30.15vw;
    margin-left: 0;
  }
}
@media (max-width: 1440px) {
  section.index_map {
    padding: 40px 0;
  }
  section.index_map > .abs_decor {
    left: calc(50% - 60px);
  }
}
@media (max-width: 1430px) {
  section.index_philosophy > .text_cont {
    padding: 180px 150px 180px 0;
  }
  section.index_philosophy > .text_cont > div > .text {
    width: 390px;
  }
  section.index_galleries {
    background-position: 43px;
  }
  section.index_galleries > .abs_bckg {
    width: 63vw;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box {
    height: 250px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a {
    width: 350px;
  }
  section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
    margin: 30px 50px 0 auto;
  }
  section.index_galleries .vignettes {
    grid-column-gap: 40px;
  }
  section.index_galleries .vignettes > div > p {
    padding-right: 8px;
  }
}
@media (max-width: 1350px) {
  section.index_flats h3 {
    width: -moz-min-content;
    width: min-content;
    line-height: 0.9;
  }
  section.index_flats .flat_all_cont > .slider_cont {
    width: 540px;
    min-width: 540px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment {
    width: 475px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > img {
    width: 201px;
    height: 340px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box {
    width: 250px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span {
    font-size: 14px;
    letter-spacing: 0;
  }
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 57.36vw;
    height: 30.76vw;
    margin-left: 100px;
  }
  section.index_flats .flat_all_cont.slider_2 > .house_cont {
    width: 60.14vw;
    height: 32.3vw;
    margin-left: 100px;
  }
}
@media (max-width: 1300px) {
  section.index_galleries > .abs_bckg {
    width: 80vw;
  }
  section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
    width: 70vw;
  }
  section.index_galleries .vignettes {
    width: 60vw;
    grid-template-columns: repeat(3, 1fr);
    padding: 0 20px 0 0;
    margin: 50px 0 30px auto;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }
  section.index_galleries .vignettes > div:nth-child(4) {
    grid-column-start: 2;
  }
  section.index_galleries .vignettes > div > img {
    filter: invert(1) !important;
  }
  section.index_galleries .vignettes > div > p {
    color: #fff !important;
  }
}
@media (max-width: 1200px) {
  section.index_header > .left {
    width: 280px;
  }
  section.index_header > .left > div.top .line {
    height: 80px;
  }
  section.index_header > .left > div.bottom .line {
    height: 180px;
  }
  section.index_header #front_slider {
    width: calc(100% - 60px);
    margin-left: -280px;
  }
  section.index_header #front_slider .swiper-slide > .text {
    width: 280px;
  }
  section.index_header #front_slider .swiper-slide > .text h1,
  section.index_header #front_slider .swiper-slide > .text strong {
    width: 90%;
    letter-spacing: 2px;
  }
  section.index_header #front_slider .swiper-slide > img {
    width: calc(100% - 280px);
  }
  section.index_header .pagination_cont {
    width: 60px;
  }
  section.index_flats .flat_all_cont.slider_1 {
    margin-top: 30px;
  }
  section.index_map .map_cont {
    margin-top: 40px;
  }
  section.index_map .map_cont > a strong {
    font-size: 14px;
    letter-spacing: 1px;
    width: min-content;
    width: -moz-min-content;
    display: block;
    line-height: 1.2;
  }
}
@media (max-width: 1150px) {
  section.index_philosophy > .text_cont {
    width: 92vw;
    padding: 180px 150px 180px 0;
  }
  section.index_philosophy > .text_cont > div > .text {
    width: 390px;
  }
}
@media (max-width: 1100px) {
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 420px;
    height: 338px;
    margin-left: auto;
  }
  section.index_flats .flat_all_cont.slider_2 > .house_cont {
    width: 420px;
    height: 355px;
    margin-left: auto;
  }
}
@media (max-width: 1000px) {
  section.index_header {
    height: 480px;
  }
  section.index_header > .left {
    height: calc(100% - 40px);
  }
  section.index_header > .left > div.top .line {
    height: 0;
  }
  section.index_header > .left > div.bottom .line {
    height: 90px;
  }
  section.index_header #front_slider {
    padding-bottom: 40px;
  }
  section.index_header #front_slider .abs_navigation_cont {
    width: 210px;
    height: 40px;
  }
  section.index_header #front_slider .abs_navigation_cont .navigation {
    width: 95px;
  }
  section.index_header #front_slider .abs_navigation_cont > img {
    width: 71px;
    height: 57px;
    margin-top: -23px;
  }
  section.index_header .pagination_cont {
    height: 320px;
    padding-bottom: 40px;
  }
  section.index_header .pagination_cont .swiper-pagination-progressbar {
    height: 220px;
  }
  section.index_philosophy {
    margin-top: -40px;
  }
  section.index_philosophy > .text_cont {
    border-radius: 0 400px 400px 0;
    padding: 180px 150px 150px 0;
  }
  section.index_philosophy > .text_cont > div {
    flex-direction: column;
  }
  section.index_philosophy > .text_cont > div > .text {
    width: 410px;
    margin: 50px 0 0 70px;
  }
  section.index_philosophy > .text_cont > div > .text > p {
    padding-left: 0;
    border-left: none;
  }
  section.index_galleries {
    background-image: none;
  }
  section.index_galleries > h2 {
    padding-top: 89px;
    left: 18vw;
  }
  section.index_galleries > .abs_bckg {
    width: 90vw;
  }
  section.index_galleries .galleries_sliders_cont > .select_cont h2.to_line {
    letter-spacing: 2px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box {
    height: 210px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a {
    width: 300px;
  }
  section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
    width: 78vw;
  }
  section.index_galleries .vignettes {
    width: 75vw;
  }
  section.index_flats {
    background-position: 100%;
    padding: 45px 30px 0 30px;
  }
  section.index_flats .abs_switcher_cont {
    top: 70px;
    left: 53vw;
  }
  section.index_flats .flat_all_cont {
    margin-top: 30px !important;
    flex-direction: column;
    align-items: center;
  }
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 540px;
    height: 290px;
    margin: 15px 0 0 0;
  }
  section.index_flats .flat_all_cont.slider_2 > .house_cont {
    width: 540px;
    height: 368px;
    margin: 15px 0 0 0;
  }
}
@media (max-width: 900px) {
  section.index_map .map_cont {
    margin-top: 50px;
    height: 40vw;
  }
  section.index_map .map_cont > img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  section.index_map .map_cont > a {
    left: 42.889vw;
    bottom: 30.778vw;
  }
}
@media (max-width: 800px) {
  section.index_philosophy > .text_cont > div > .text {
    width: 360px;
  }
  section.index_galleries .galleries_sliders_cont > .select_cont h2:not(:first-child) {
    margin-left: 30px;
  }
  section.index_galleries .vignettes {
    width: 83vw;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  section.index_flats .abs_switcher_cont {
    position: relative;
    left: auto;
    top: auto;
    margin: 25px auto 0 auto;
  }
  section.index_flats .flat_all_cont {
    margin-top: 50px !important;
  }
}
@media (max-width: 750px) {
  section.index_galleries > .abs_bckg {
    width: 100%;
    border-radius: 0;
  }
  section.index_galleries .galleries_sliders_cont {
    width: calc(100% - 40px);
  }
  section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
    width: calc(100% - 40px);
    margin: 30px auto 0 0;
  }
  section.index_galleries .vignettes {
    width: 90%;
    grid-row-gap: 40px;
    margin: 40px auto 0 auto;
    padding: 0;
  }
  section.index_galleries .vignettes > div > p {
    padding-right: 0;
    font-size: 14px;
  }
  section.index_galleries .vignettes > div:nth-child(4) {
    grid-column-start: auto;
  }
}
@media (max-width: 700px) {
  section.index_header {
    height: auto;
    margin-top: -50px;
  }
  section.index_header > .left {
    width: 80px;
    height: 60px;
    padding: 10px;
    z-index: 3;
  }
  section.index_header > .left > div {
    width: 100%;
    height: 100%;
    justify-content: center;
  }
  section.index_header > .left > div > img {
    display: none;
  }
  section.index_header > .left > div.top > img:nth-child(1) {
    display: block;
    width: 100%;
    height: auto;
  }
  section.index_header > .left > div.top .line {
    display: none;
  }
  section.index_header > .left > div.bottom {
    display: none;
  }
  section.index_header #front_slider {
    width: 100%;
    height: 83vw;
    padding-bottom: 0;
    margin-left: -80px;
  }
  section.index_header #front_slider .swiper-slide {
    flex-direction: column-reverse;
  }
  section.index_header #front_slider .swiper-slide > .text {
    width: 100%;
    height: 90px;
  }
  section.index_header #front_slider .swiper-slide > .text h1,
  section.index_header #front_slider .swiper-slide > .text strong {
    width: auto;
    max-width: 70%;
    letter-spacing: 5px;
    font-size: 16px;
  }
  section.index_header #front_slider .swiper-slide > img {
    width: 100%;
    height: calc(100% - 90px);
  }
  section.index_header #front_slider .abs_navigation_cont {
    width: 118px;
    height: 40px;
    bottom: 90px;
    right: calc(50% - 59px);
    z-index: 2;
  }
  section.index_header #front_slider .abs_navigation_cont .navigation {
    width: 100%;
  }
  section.index_header #front_slider .abs_navigation_cont .navigation > img {
    width: 18px;
    filter: invert(1);
  }
  section.index_header #front_slider .abs_navigation_cont .navigation > span {
    background-color: #fff;
  }
  section.index_header #front_slider .abs_navigation_cont > img {
    display: none;
  }
  section.index_header .pagination_cont {
    display: none;
  }
  section.index_philosophy {
    margin-top: 0;
  }
  section.index_philosophy > .text_cont {
    border-radius: 0;
    padding: 160px 40px 150px 60px;
    width: 100%;
  }
  section.index_philosophy > .text_cont > div {
    margin: 0 auto;
  }
  section.index_philosophy > .text_cont > div > .text {
    width: 360px;
  }
  section.index_flats {
    background-image: none;
  }
}
@media (max-width: 650px) {
  section.index_map .map_cont > a {
    bottom: 32.778vw;
  }
}
@media (max-width: 600px) {
  section.index_philosophy > .text_cont {
    padding: 160px 0;
    background-image: none;
  }
  section.index_philosophy > .text_cont > div {
    width: 85%;
  }
  section.index_philosophy > .text_cont > div > .text {
    width: calc(100% - 70px);
  }
  section.index_flats {
    padding: 30px 20px 0 20px;
  }
  section.index_flats .flat_all_cont > .slider_cont {
    width: 450px;
    min-width: unset;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment {
    width: 380px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > img {
    width: 170px;
    height: 300px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box {
    width: 190px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(1) {
    width: 53%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(2) {
    width: 47%;
  }
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 430px;
    height: 231px;
  }
  section.index_flats .flat_all_cont.slider_2 > .house_cont {
    width: 430px;
    height: 293px;
  }
}
@media (max-width: 550px) {
  section.index_galleries > h2 {
    left: 8vw;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box {
    height: 170px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a {
    width: 250px;
  }
  section.index_galleries .vignettes {
    grid-template-columns: 1fr 1fr;
    grid-row-gap: 30px;
  }
}
@media (max-width: 500px) {
  section.index_philosophy > .text_cont > div {
    width: 92%;
  }
  section.index_philosophy > .text_cont > div > .text {
    margin: 40px 0 0 30px;
    width: calc(100% - 30px);
  }
  section.index_map > .abs_decor {
    display: none;
  }
  section.index_map .map_cont {
    height: 61vw;
  }
  section.index_map .map_cont > a {
    left: 38.589vw;
    bottom: 44.978vw;
  }
}
@media (max-width: 480px) {
  section.index_flats {
    padding: 30px 15px 0 15px;
  }
  section.index_flats .flat_all_cont > .slider_cont {
    width: 100%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment {
    width: calc(100% - 80px);
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide {
    flex-direction: column;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > img {
    width: 100%;
    height: 200px;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box {
    margin-top: 20px;
    width: 100%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(1) {
    width: 65%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(2) {
    width: 35%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box > .btn {
    min-width: 100%;
  }
  section.index_flats .flat_all_cont.slider_1 > .house_cont {
    width: 100%;
    height: 50.208vw;
  }
  section.index_flats .flat_all_cont.slider_2 > .house_cont {
    width: 100%;
    height: 63.75vw;
  }
}
@media (max-width: 420px) {
  section.index_header #front_slider .swiper-slide > .text h1,
  section.index_header #front_slider .swiper-slide > .text strong {
    max-width: 85%;
    letter-spacing: 4px;
  }
  section.index_philosophy > .text_cont {
    padding: 70px 0 40px 0;
  }
  section.index_galleries > h2 {
    position: relative;
    left: auto;
    top: auto;
    transform: rotate(0);
    writing-mode: unset;
    padding-top: 0;
    margin-left: 20px;
    color: #fff;
  }
  section.index_galleries > h2::before {
    display: none;
  }
  section.index_galleries .galleries_sliders_cont {
    margin: 40px 0 0 auto;
    width: calc(100% - 20px);
  }
  section.index_galleries .galleries_sliders_cont > .select_cont {
    margin: 0 20px 0 auto;
  }
  section.index_galleries .galleries_sliders_cont > .select_cont h2:not(:first-child) {
    margin-left: 20px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box {
    height: 175px;
  }
  section.index_galleries .galleries_sliders_cont > .slider_box .swiper-container.front_slider_gallery .swiper-slide > a {
    width: 250px;
  }
  section.index_galleries .galleries_sliders_cont > .progress_bar_cont {
    width: calc(100% - 20px);
  }
}
@media (max-width: 380px) {
  section.index_galleries .vignettes {
    grid-row-gap: 20px;
    grid-column-gap: 10px;
  }
  section.index_galleries .vignettes > div > p {
    letter-spacing: 0;
  }
}
@media (max-width: 350px) {
  section.index_flats .abs_switcher_cont {
    width: 260px;
  }
  section.index_flats .abs_switcher_cont #flat_switcher_slider .swiper-slide {
    font-size: 15px;
    letter-spacing: 1px;
  }
  section.index_flats .abs_switcher_cont #flat_switcher_slider .swiper-slide > span {
    font-size: 24px;
  }
}
@media (max-width: 340px) {
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(1) {
    width: 55%;
  }
  section.index_flats .flat_all_cont > .slider_cont .swiper-container.slider_apartment .swiper-slide > .text_box .row > span:nth-child(2) {
    width: 45%;
  }
}
section.apartments > .abs_bckg {
  position: absolute;
  top: 0;
  left: 0;
  width: 81.25vw;
  height: 100%;
  z-index: -1;
  border-radius: 0 600px 600px 0;
  /*background-color: #F3F3F3;*/
  background-color: #9c7d4c;
}

section.apartments > .top .step_box {
  display: flex;
}

section.apartments > .top .step_box .left > span {
  display: block;
  color: #fff;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
}

section.apartments > .top .step_box .left > span.active {
  color: #000;
  font-size: 20px;
}

section.apartments > .top .step_box > .line {
  width: 1px;
  height: auto;
  background-color: #000;
  margin: 0 20px;
}

section.apartments > .top .step_box > p {
  width: 265px;
}

section.apartments > .content {
  width: 100%;
  margin: 0 auto;
  max-width: 1903px;
}

section.apartments > .content > .mob_text {
  display: none;
  width: fit-content;
  width: -moz-fit-content;
  margin: 0 auto;
  padding: 0 30px;
}

section.apartments > .content > .mob_text > strong {
  font-size: 20px;
  color: #9c7d4c;
}

section.apartments > .content > .mob_text > p {
  margin-top: 30px;
  font-size: 16px;
}

section.apartments > .content .switcher {
  margin: 0 auto;
  width: 470px;
}

section.apartments > .content .switcher h2 {
  margin: 0 auto;
  max-width: 70%;
  text-align: center;
}

section.apartments > .content .switcher > .row {
  width: 100%;
  height: 26px;
  margin-top: 5px;
  display: flex;
  align-items: center;
}

section.apartments > .content .switcher > .row:not(.clickable) .container {
  cursor: default;
  pointer-events: none;
}

section.apartments > .content .switcher > .row:not(.clickable) .container .radiobtn,
section.apartments > .content .switcher > .row:not(.clickable) .container input {
  cursor: default;
  pointer-events: none;
}

section.apartments > .content .switcher > .row .container {
  display: block;
  position: relative;
  padding-left: 26px;
  height: 26px;
  cursor: pointer;
  z-index: 1;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

section.apartments > .content .switcher > .row .container .abs_text {
  position: absolute;
  left: 0;
  top: -20px;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
  color: #000;
  pointer-events: none;
}

section.apartments > .content .switcher > .row .container .abs_text:not(.active) {
  opacity: 0.3;
}

section.apartments > .content .switcher > .row .container:last-child {
  margin-left: -12px;
  pointer-events: none;
}

section.apartments > .content .switcher > .row .container input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  left: 6px;
  top: 6px;
}

section.apartments > .content .switcher > .row .container input:checked ~ .radiobtn {
  opacity: 1;
  background-color: #000;
}

section.apartments > .content .switcher > .row .container input:checked ~ .radiobtn::after {
  display: block;
}

section.apartments > .content .switcher > .row .container .radiobtn {
  position: absolute;
  top: 0;
  left: 0;
  height: 26px;
  width: 26px;
  background-color: transparent;
  border-radius: 50%;
  border: 1px solid #000;
  opacity: 0.3;
}

section.apartments > .content .switcher > .row .container .radiobtn::after {
  content: "";
  position: absolute;
  display: none;
  top: 2px;
  left: 2px;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #000;
}

section.apartments > .content .switcher > .row .line_cont {
  width: 100%;
  margin-left: -12px;
  display: flex;
  height: 1px;
}

section.apartments > .content .switcher > .row .line_cont > span {
  height: 100%;
  width: 50%;
  background-color: #9b9b9b;
  opacity: 0.3;
}

section.apartments > .content .switcher > .row .line_cont > span.active {
  background-color: #000;
  opacity: 1;
}

section.apartments > .content > .flats_cont {
  width: 100%;
  padding: 0 70px 0 25px;
  margin-top: 40px;
  display: flex;
  justify-content: space-between;
}

section.apartments > .content > .flats_cont > div {
  transition: opacity 0.3s;
}

section.apartments > .content > .flats_cont > div:not(.active) {
  opacity: 0.3;
  pointer-events: none;
}

section.apartments > .content > .flats_cont > div:not(.active) map {
  display: none;
  pointer-events: none;
}

section.apartments > .content > .flats_cont > div:nth-child(1) {
  width: 53%;
}

section.apartments > .content > .flats_cont > div:nth-child(2) {
  width: 43%;
  margin-right: 40px;
}

section.apartments > .content > .flats_cont > div > div {
  z-index: 1;
}

section.apartments > .content > .flats_cont > div > img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  z-index: 1;
}

section.apartments > .content > .flats_cont > div .info_cont {
  position: absolute;
  left: 14px;
  bottom: 150px;
  height: 150px;
  width: 175px;
  /*background-color: #9C7D4C;*/
  background-color: #fff;
  padding: 12px;
  z-index: 2;
}

section.apartments > .content > .flats_cont > div .info_cont > div {
  display: flex;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: space-between;
  padding: 10px 0;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

section.apartments > .content > .flats_cont > div .info_cont > div:not(.active) {
  display: none;
}

section.apartments > .content > .flats_cont > div .info_cont > div::after {
  content: "";
  position: absolute;
  top: 50%;
  right: -80px;
  width: 80px;
  height: 1px;
  background-color: #fff;
}

section.apartments > .content > .flats_cont > div .info_cont > div:nth-child(1)::after {
  top: 70%;
  transform: rotate(25deg);
}

section.apartments > .content > .flats_cont > div .info_cont > div:nth-child(3)::after {
  top: 25%;
  transform: rotate(-25deg);
}

section.apartments > .content > .flats_cont > div .info_cont > div:nth-child(4)::after {
  top: 10%;
  right: -100px;
  width: 120px;
  transform: rotate(-60deg);
}

section.apartments > .content > .flats_cont > div .info_cont > div strong {
  font-weight: 700;
}

section.apartments > .content > .flats_cont > div .info_cont > div > .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.apartments > .content > .flats_cont > div .abs_title {
  position: absolute;
  left: 50px;
  top: 0;
  width: 212px;
  height: 212px;
  border-radius: 100%;
  border: 1px solid #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 0;
}

section.apartments > .content > .flats_cont > div .abs_title > span {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 4px;
  line-height: 1.2;
  text-align: center;
}

section.apartments > .content > .flats_cont > div .abs_title > div {
  margin: 12px 0 5px 0;
  width: 38px;
  height: 1px;
  background-color: #fff;
}

section.apartments > .content > .flats_cont > div .abs_title > strong {
  letter-spacing: 1px;
  font-size: 60px;
  color: #fff;
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont {
  left: auto;
  right: -100px;
  bottom: 135px;
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div::after {
  right: auto;
  width: 60px;
  left: -60px;
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div:nth-child(1)::after {
  top: 70%;
  transform: rotate(-45deg);
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div:nth-child(3)::after {
  top: 35%;
  transform: rotate(45deg);
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div:nth-child(4)::after {
  top: 16%;
  right: auto;
  left: -90px;
  width: 110px;
  transform: rotate(60deg);
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div strong {
  font-weight: 700;
}

section.apartments > .content > .flats_cont > div.flat_2 .info_cont > div > .row {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

section.apartments > .content > .flats_cont > div.flat_2 .abs_title {
  left: auto;
  right: 0;
}

section.apartments_entry {
  padding-bottom: 10px;
}

section.apartments_entry > .abs_bckg {
  height: 750px;
}

section.apartments_entry > .top .step_box {
  padding-bottom: 80px;
}

section.apartments_entry > .top .step_box::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: 45px;
  background-color: #000;
}

section.apartments_entry > .top .step_box .btn-more {
  position: absolute;
  left: 0;
  bottom: 0;
}

section.apartments_entry > .top .apartment_switcher {
  display: flex;
  align-items: center;
  padding-top: 40px;
  margin-top: -18px;
}

section.apartments_entry > .top .apartment_switcher::before {
  content: "";
  position: absolute;
  left: 50%;
  top: 0;
  width: 1px;
  height: 90px;
  background-color: #000;
}

section.apartments_entry > .top .apartment_switcher > a {
  width: 24px;
  height: 16px;
  background-image: url("../img/svg/back.svg");
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  opacity: 0.3;
}

section.apartments_entry > .top .apartment_switcher > a.active {
  opacity: 1;
}

section.apartments_entry > .top .apartment_switcher > a:last-child {
  transform: rotate(180deg);
}

section.apartments_entry > .top .apartment_switcher > div {
  margin: 0 20px;
  width: 170px;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  border: 1px solid #000;
}

section.apartments_entry > .top .apartment_switcher > div > span {
  font-size: 16px;
  letter-spacing: 2px;
  text-align: center;
}

section.apartments_entry > .top .apartment_switcher > div > span > strong {
  font-size: 20px;
}

section.apartments_entry > .content {
  padding: 0 40px;
}

section.apartments_entry > .content .floor_condition_cont {
  width: fit-content;
  width: -moz-fit-content;
  margin: 20px 0 0 auto;
  display: flex;
}

section.apartments_entry > .content .floor_condition_cont > div {
  padding-left: 20px;
  color: #fff;
  font-size: 16px;
}

section.apartments_entry > .content .floor_condition_cont > div:not(:first-child) {
  margin-left: 40px;
}

section.apartments_entry > .content .floor_condition_cont > div:nth-child(1)::before {
  background-color: #3c9d46;
}

section.apartments_entry > .content .floor_condition_cont > div:nth-child(2)::before {
  background-color: #d20a0a;
}

section.apartments_entry > .content .floor_condition_cont > div:nth-child(3)::before {
  background-color: #ff4d00;
}

section.apartments_entry > .content .floor_condition_cont > div::before {
  content: "";
  position: absolute;
  left: 0;
  top: calc(50% - 7px);
  width: 14px;
  height: 14px;
}

section.apartments_entry > .content .floor_map_cont {
  width: 100%;
  margin: 20px auto 0 auto;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  width: 100%;
  height: auto;
  z-index: 1;
  filter: invert(1);
  opacity: 0.6;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a {
  z-index: 2;
  position: absolute;
  top: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.reserved:hover > svg .st0 {
  fill: rgba(229, 113, 10, 0.8);
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.reserved .info_box {
  opacity: 1;
  visibility: visible;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.reserved > svg .st0 {
  fill: rgba(229, 113, 10, 0.8);
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.sold:hover > svg .st0 {
  fill: rgba(255, 0, 0, 0.8);
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.sold .info_box {
  opacity: 1;
  visibility: visible;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a.sold > svg .st0 {
  fill: rgba(255, 0, 0, 0.8);
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a:hover .info_box {
  opacity: 1;
  visibility: visible;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a:hover > svg .st0 {
  fill: rgba(60, 157, 70, 0.8);
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a .info_box {
  width: fit-content;
  width: -moz-fit-content;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.1s;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a .info_box > strong {
  display: block;
  color: #fff;
  font-size: 40px;
  letter-spacing: 1px;
  text-align: center;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a .info_box > span {
  display: block;
  width: 100%;
  height: 1px;
  background-color: #fff;
  margin: 6px 0;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a .info_box > p {
  color: #fff;
  font-weight: 300;
  font-size: 20px;
  letter-spacing: 0;
  text-align: center;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box > a > svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: auto;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a {
  top: 14px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(1) {
  left: 0;
  height: 704px;
  width: 397px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(2) {
  left: 652px;
  height: 800px;
  width: 260px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(3) {
  left: 911px;
  height: 800px;
  width: 256px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(4) {
  right: 0;
  height: 704px;
  width: 395px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a {
  top: 14px;
  z-index: 2;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(1) {
  left: 0;
  height: 514px;
  width: 393px;
  z-index: 3;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(2) {
  left: 0;
  top: auto;
  bottom: 1px;
  height: 489px;
  width: 666px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(2) .info_box {
  margin-top: 80px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(3) {
  left: 659px;
  height: 802px;
  width: 253px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(4) {
  left: 912px;
  height: 802px;
  width: 257px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(5) {
  left: 1165px;
  top: auto;
  bottom: 1px;
  height: 489px;
  width: 658px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(5) .info_box {
  margin-top: 80px;
}

section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(6) {
  right: -1px;
  height: 516px;
  width: 394px;
}

section.apartments_entry > .content > .message {
  width: 810px;
  margin: 30px auto 0 auto;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
}

section.apartments_entry > .content .flat_detail_cont {
  margin: 40px auto 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 810px;
}

section.apartments_entry > .content .flat_detail_cont > img {
  display: block;
  width: 297px;
  height: 562px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  filter: invert(1);
  opacity: 0.6;
}

section.apartments_entry > .content .flat_detail_cont > .info_box {
  width: 386px;
  display: flex;
  flex-direction: column;
}

section.apartments_entry > .content .flat_detail_cont > .info_box > strong {
  font-size: 60px;
  /*color: #9B9B9B;*/
  color: #fff;
  line-height: 1.1;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row {
  display: flex;
  width: 90%;
  margin-top: 10px;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row:nth-child(3) {
  margin-top: 25px;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row > span {
  /*color: #4A4A4A;*/
  color: #fff;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row > span:nth-child(1) {
  width: 65%;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row > span:nth-child(2) {
  width: 35%;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row > span:nth-child(3) {
  font-size: 8px;
}

section.apartments_entry > .content .flat_detail_cont > .info_box .row:nth-child(8) span {
  font-weight: bold;
}

section.apartments_entry > .content .flat_detail_cont > .info_box > .line {
  width: 100%;
  height: 1px;
  margin: 40px 0;
  background-color: #000;
}

section.apartments_entry > .content .flat_detail_cont > .info_box > .btn {
  width: 100%;
}

section.apartments_entry > .content .interest_form_cont {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
  visibility: hidden;
  z-index: -2;
  transition: opacity 0.3s;
}

section.apartments_entry > .content .interest_form_cont._active {
  z-index: 30;
  opacity: 1;
  visibility: visible;
}

section.apartments_entry > .content .interest_form_cont > .form_box {
  width: 700px;
  padding: 70px 30px;
  background-color: rgba(156, 125, 76, 0.9);
  border: 1px solid #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box > img {
  cursor: pointer;
  width: 22px;
  display: block;
  position: absolute;
  right: 15px;
  top: 15px;
}

section.apartments_entry > .content .interest_form_cont > .form_box > p {
  font-size: 24px;
  color: #fff;
  text-align: center;
}

section.apartments_entry > .content .interest_form_cont > .form_box form {
  margin-top: 40px;
}

section.apartments_entry > .content .interest_form_cont > .form_box form input[type=text],
section.apartments_entry > .content .interest_form_cont > .form_box form input[type=email] {
  color: #fff;
  border-bottom: 1px solid #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box form .btn {
  margin: 60px auto 0 auto;
}

section.apartments_entry > .content .interest_form_cont > .form_box form ::-webkit-input-placeholder {
  /* WebKit, Blink, Edge */
  color: #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box form :-moz-placeholder {
  /* Mozilla Firefox 4 to 18 */
  color: #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box form ::-moz-placeholder {
  /* Mozilla Firefox 19+ */
  color: #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box form :-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #fff;
}

section.apartments_entry > .content .interest_form_cont > .form_box form ::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #fff;
}

section.apartments_entry > .content .visualization_cont {
  width: 1570px;
  margin: 85px auto 0 auto;
}

section.apartments_entry > .content .visualization_cont > .row {
  width: 100%;
  display: flex;
}

section.apartments_entry > .content .visualization_cont > .row h2.to_line:hover,
section.apartments_entry > .content .visualization_cont > .row h2.to_line._active {
  color: #9c7d4c;
}

section.apartments_entry > .content .visualization_cont > .row h2.to_line::after {
  left: -2px;
  background-color: #9c7d4c;
}

section.apartments_entry > .content .visualization_cont > .row h2:not(:first-child) {
  margin-left: 60px;
}

section.apartments_entry > .content .visualization_cont > .gallery_grid {
  display: none;
  width: 100%;
  margin-top: 40px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

section.apartments_entry > .content .visualization_cont > .gallery_grid._active {
  display: grid;
}

section.apartments_entry > .content .visualization_cont > .gallery_grid > a {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}

section.apartments_entry > .content .visualization_cont > .gallery_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

@media (max-width: 1900px) {
  section.apartments > .content > .flats_cont {
    height: 529px;
  }
  section.apartments > .content > .flats_cont > div {
    position: absolute;
    bottom: 0;
  }
  section.apartments > .content > .flats_cont > div:not(.active) {
    opacity: 0;
  }
  section.apartments > .content > .flats_cont > div:nth-child(1) {
    width: 958px;
    left: calc(50% - 479px);
  }
  section.apartments > .content > .flats_cont > div:nth-child(2) {
    width: 777px;
    margin-right: 0;
    left: calc(50% - 388px);
  }
  section.apartments_entry > .content .floor_map_cont {
    width: 1004px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a {
    top: 8px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(1) {
    height: 388px;
    width: 219px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(2) {
    left: 359px;
    height: 440px;
    width: 143px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(3) {
    left: 502px;
    height: 440px;
    width: 141px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_1 > a:nth-child(4) {
    height: 387px;
    width: 217px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a {
    top: 7px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(1) {
    height: 283px;
    width: 216px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(2) {
    height: 269px;
    width: 366px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(2) .info_box {
    margin-top: 45px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(3) {
    left: 363px;
    height: 441px;
    width: 139px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(4) {
    left: 502px;
    height: 442px;
    width: 142px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(5) {
    left: 641px;
    height: 269px;
    width: 362px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(5) .info_box {
    margin-top: 45px;
  }
  section.apartments_entry > .content .floor_map_cont .floor_map_box.np_2 > a:nth-child(6) {
    right: 0;
    height: 284px;
    width: 217px;
  }
}
@media (max-width: 1650px) {
  section.apartments_entry > .content .visualization_cont {
    width: 100%;
  }
  section.apartments_entry > .content .visualization_cont > .gallery_grid > a {
    height: 21.22vw;
  }
}
@media (max-width: 1600px) {
  section.apartments_entry > .top h1 {
    width: min-content;
    width: -moz-min-content;
  }
}
@media (max-width: 1300px) {
  section.apartments > .top h1 {
    width: -moz-min-content;
    width: min-content;
  }
  section.apartments_entry > .top .apartment_switcher {
    padding-top: 210px;
  }
  section.apartments_entry > .top .apartment_switcher::before {
    height: 250px;
  }
}
@media (max-width: 1200px) {
  section.apartments > .content {
    margin-top: 40px;
  }
}
@media (max-width: 1100px) {
  section.apartments > .abs_bckg {
    width: 100%;
    height: 100%;
    border-radius: 0;
  }
  section.apartments > .top h1 {
    display: none;
  }
  section.apartments > .content {
    padding-bottom: 40px;
  }
  section.apartments > .content > .mob_text {
    display: block;
  }
  section.apartments > .content .switcher {
    margin: 40px auto 0 auto;
  }
  section.apartments > .content > .flats_cont {
    display: none;
  }
  section.apartments_entry > .top .apartment_switcher {
    display: none;
  }
  section.apartments_entry > .content .floor_condition_cont,
  section.apartments_entry > .content .floor_map_cont {
    display: none;
  }
}
@media (max-width: 900px) {
  section.apartments_entry > .content > .message {
    width: 525px;
  }
  section.apartments_entry > .content .flat_detail_cont {
    width: 525px;
  }
  section.apartments_entry > .content .flat_detail_cont > img {
    width: 200px;
    height: 375px;
  }
  section.apartments_entry > .content .flat_detail_cont > .info_box {
    width: 285px;
    display: flex;
    flex-direction: column;
  }
  section.apartments_entry > .content .flat_detail_cont > .info_box > strong {
    font-size: 40px;
  }
  section.apartments_entry > .content .visualization_cont > .gallery_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  section.apartments_entry > .content .visualization_cont > .gallery_grid > a {
    height: 22vw;
  }
}
@media (max-width: 750px) {
  section.apartments_entry > .content .interest_form_cont > .form_box {
    width: 90%;
    padding: 50px 20px;
  }
  section.apartments_entry > .content .interest_form_cont > .form_box > img {
    right: 10px;
    top: 10px;
  }
  section.apartments_entry > .content .interest_form_cont > .form_box > p {
    font-size: 20px;
  }
}
@media (max-width: 700px) {
  section.apartments > .top {
    padding-top: 110px;
    width: fit-content;
    width: -moz-fit-content;
    margin-left: 40px;
  }
}
@media (max-width: 610px) {
  section.apartments_entry > .content > .message {
    width: 100%;
  }
  section.apartments_entry > .content .flat_detail_cont {
    width: 100%;
    flex-direction: column-reverse;
    align-items: center;
  }
  section.apartments_entry > .content .flat_detail_cont > img {
    margin: 30px auto 0 auto;
    width: 350px;
    height: 350px;
  }
  section.apartments_entry > .content .flat_detail_cont > .info_box {
    width: 100%;
  }
  section.apartments_entry > .content .flat_detail_cont > .info_box > strong {
    font-size: 32px;
  }
  section.apartments_entry > .content .visualization_cont > .row h2.to_line {
    letter-spacing: 3px;
  }
  section.apartments_entry > .content .visualization_cont > .row h2:not(:first-child) {
    margin-left: 50px;
  }
}
@media (max-width: 500px) {
  section.apartments > .top {
    margin-left: 20px;
    z-index: 19;
  }
  section.apartments > .top .step_box .left > span {
    font-size: 14px;
  }
  section.apartments > .top .step_box .left > span.active {
    font-size: 18px;
  }
  section.apartments > .top .step_box > .line {
    margin: 0 15px;
  }
  section.apartments > .top .step_box > p {
    letter-spacing: 1px;
    width: 240px;
  }
  section.apartments > .content > .mob_text {
    padding: 0 20px;
  }
  section.apartments > .content .switcher {
    width: 360px;
  }
  section.apartments > .content .switcher h2 {
    letter-spacing: 4px;
    width: min-content;
    width: -moz-min-content;
  }
  section.apartments_entry > .content {
    padding: 0 20px;
  }
  section.apartments_entry > .content .visualization_cont {
    margin: 40px auto 0 auto;
  }
  section.apartments_entry > .content .visualization_cont > .gallery_grid {
    grid-template-columns: 1fr 1fr;
  }
  section.apartments_entry > .content .visualization_cont > .gallery_grid > a {
    height: 31vw;
  }
}
@media (max-width: 400px) {
  section.apartments > .content .switcher {
    width: 290px;
  }
  section.apartments > .content .switcher h2 {
    letter-spacing: 3px;
  }
  section.apartments_entry > .content .visualization_cont > .row h2.to_line {
    letter-spacing: 1px;
  }
  section.apartments_entry > .content .visualization_cont > .row h2:not(:first-child) {
    margin-left: 30px;
  }
}
@media (max-width: 390px) {
  section.apartments_entry > .content .flat_detail_cont > img {
    width: 280px;
    height: 280px;
  }
}
@media (max-width: 340px) {
  section.apartments > .top .step_box > p {
    width: 210px;
  }
}
section.gallery > .content {
  width: 1570px;
  margin: 35px auto 0 auto;
}

section.gallery > .content > .gallery_grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

section.gallery > .content > .gallery_grid > a {
  display: block;
  width: 100%;
  height: 350px;
}

section.gallery > .content > .gallery_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.gallery > .content > .pagination_cont {
  width: 190px;
  height: 20px;
  margin: 50px 0 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

section.gallery > .content > .pagination_cont > a {
  width: 24px;
  height: 100%;
  background-image: url("../img/svg/back.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}

section.gallery > .content > .pagination_cont > a:not(._active) {
  opacity: 0.3;
}

section.gallery > .content > .pagination_cont > a:last-child {
  transform: rotate(180deg);
}

section.gallery > .content > .pagination_cont > div {
  display: flex;
  width: fit-content;
  width: -moz-fit-content;
}

section.gallery > .content > .pagination_cont > div > span {
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 2px;
}

section.gallery > .content > .pagination_cont > div > span:last-child {
  align-self: flex-end;
  font-size: 12px;
  font-weight: 400;
}

@media (max-width: 1650px) {
  section.gallery {
    padding: 0 40px;
  }
  section.gallery > .content {
    width: 100%;
  }
  section.gallery > .content > .gallery_grid > a {
    height: 21.22vw;
  }
  section.gallery .abs_left_wave.bottom {
    display: none;
  }
}
@media (max-width: 1100px) {
  section.gallery {
    background-color: #9c7d4c;
  }
  section.gallery .abs_left_wave,
  section.gallery .abs_bckg {
    display: none;
  }
  section.footer_helper.on_gallery {
    background-color: #9c7d4c;
  }
}
@media (max-width: 900px) {
  section.gallery > .content > .gallery_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  section.gallery > .content > .gallery_grid > a {
    height: 22vw;
  }
}
@media (max-width: 500px) {
  section.gallery {
    padding: 0 20px;
  }
  section.gallery > .top h1 {
    opacity: 1;
    visibility: visible;
    letter-spacing: 4px;
  }
  section.gallery > .content > .gallery_grid {
    grid-template-columns: 1fr 1fr;
  }
  section.gallery > .content > .gallery_grid > a {
    height: 31vw;
  }
}
section.philosophy > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
}

section.philosophy > .content > .text_box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

section.philosophy > .content > .text_box > .text {
  width: 640px;
  margin-left: 20px;
  border-left: 1px solid #000;
}

section.philosophy > .content > .text_box > .text > p {
  padding-left: 25px;
  font-weight: 300;
}

section.philosophy > .content > .text_box > .text > p:not(:first-child) {
  margin-top: 25px;
}

section.philosophy > .content > img {
  margin-top: 100px;
  width: 1470px;
  height: auto;
  display: block;
}

section.philosophy > .abs_right_wave {
  top: calc(750px - 10.2083333333vw) !important;
  left: calc(50% - 6.25vw) !important;
  right: auto !important;
}

section.philosophy > .abs_left_wave {
  height: 750px !important;
  top: 0 !important;
}

section.philosophy > .abs_left_wave.bottom {
  top: 750px !important;
  left: 43px !important;
}

@media (max-width: 1600px) {
  section.philosophy > .content > .text_box {
    align-self: flex-end;
    padding-right: 400px;
  }
  section.philosophy > .content > img {
    width: 85%;
  }
}
@media (max-width: 1500px) {
  section.philosophy > .content {
    padding-top: 115px;
  }
}
@media (max-width: 1440px) {
  section.philosophy > .abs_bckg {
    width: 93vw !important;
  }
  section.philosophy > .content > .text_box {
    padding-right: 240px;
  }
}
@media (max-width: 1250px) {
  section.philosophy {
    background-color: #9c7d4c;
  }
  section.philosophy > .abs_bckg {
    display: none;
  }
  section.philosophy > .abs_left_wave,
  section.philosophy > .abs_right_wave {
    z-index: 0 !important;
  }
  section.philosophy > .abs_left_wave {
    height: 50% !important;
  }
  section.philosophy > .abs_left_wave.bottom {
    top: 50% !important;
  }
  section.philosophy > .content > .text_box {
    align-self: unset;
    padding-right: 0;
  }
  section.philosophy > .content > .text_box > .text {
    width: 480px;
  }
  section.philosophy > .content > img {
    z-index: 1;
  }
}
@media (max-width: 1000px) {
  section.philosophy > .content {
    padding-top: 100px;
  }
  section.philosophy > .content > .text_box {
    flex-direction: column;
  }
  section.philosophy > .content > .text_box > .text {
    width: 410px;
    margin: 50px 0 0 70px;
    border: 0;
  }
  section.philosophy > .content > .text_box > .text > p {
    padding-left: 0;
  }
}
@media (max-width: 760px) {
  section.philosophy > .abs_right_wave {
    display: none;
  }
}
@media (max-width: 700px) {
  section.philosophy > .content > .text_box > .text {
    width: 360px;
  }
}
@media (max-width: 600px) {
  section.philosophy > .abs_left_wave {
    display: none;
  }
  section.philosophy > .content > .text_box {
    width: 85%;
  }
  section.philosophy > .content > .text_box > .text {
    width: calc(100% - 70px);
  }
  section.philosophy > .content > img {
    width: 94%;
    margin-top: 30px;
  }
}
@media (max-width: 500px) {
  section.philosophy > .content {
    padding-top: 60px;
  }
  section.philosophy > .content > .text_box {
    width: 92%;
  }
  section.philosophy > .content > .text_box > .text {
    margin: 40px 0 0 30px;
    width: calc(100% - 30px);
  }
}
section.project > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
}

section.project > .content h2.circled::after {
  content: "o projekte";
  white-space: nowrap;
}

section.project > .content > .text_box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

section.project > .content > .text_box > .text {
  width: 640px;
  margin-left: 20px;
  padding-left: 25px;
}

section.project > .content > .text_box > .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 180px;
  background-color: #000;
}

section.project > .content > .text_box > .text > p {
  font-weight: 300;
}

section.project > .content > .text_box > .text > p:not(:first-child) {
  margin-top: 25px;
}

section.project > .content > .text_box > .text .btn {
  margin-top: 30px;
}

section.project > .abs_left_wave {
  height: 750px !important;
  top: 0 !important;
}

@media (max-width: 1850px) {
  section.project > .content {
    align-items: flex-end;
    padding-right: 460px;
  }
}
@media (max-width: 1600px) {
  section.project > .content {
    padding-right: 400px;
  }
}
@media (max-width: 1500px) {
  section.project > .content {
    padding-top: 115px;
    padding-right: 420px;
  }
}
@media (max-width: 1440px) {
  section.project > .abs_bckg {
    width: 93vw !important;
  }
  section.project > .content {
    padding-right: 240px;
  }
}
@media (max-width: 1250px) {
  section.project {
    background-color: #9c7d4c;
  }
  section.project > .abs_bckg {
    display: none;
  }
  section.project > .abs_left_wave {
    z-index: 0 !important;
  }
  section.project > .content {
    padding-right: 0;
    padding-top: 125px;
    align-items: center;
  }
  section.project > .content > .text_box > .text {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  section.project > .content {
    padding-top: 100px;
  }
  section.project > .content > .text_box {
    flex-direction: column;
  }
  section.project > .content > .text_box > .text {
    width: 410px;
    margin: 50px 0 0 70px;
    padding-left: 0;
  }
  section.project > .content > .text_box > .text::before {
    display: none;
  }
}
@media (max-width: 700px) {
  section.project > .content > .text_box > .text {
    width: 360px;
  }
}
@media (max-width: 600px) {
  section.project > .abs_left_wave {
    display: none;
  }
  section.project > .content > .text_box {
    width: 85%;
  }
  section.project > .content > .text_box > .text {
    width: calc(100% - 70px);
  }
}
@media (max-width: 500px) {
  section.project > .content {
    padding-top: 60px;
  }
  section.project > .content > .text_box {
    width: 92%;
  }
  section.project > .content > .text_box > .text {
    margin: 40px 0 0 30px;
    width: calc(100% - 30px);
  }
}
section.contact {
  padding: 0 !important;
}

section.contact > .content {
  width: 100%;
}

section.contact > .content > h2 {
  width: 240px;
  height: 196px;
  margin: 0 auto;
  padding-top: 40px;
  /*color: #9B9B9B;*/
  color: #fff;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0;
  text-transform: lowercase;
  display: flex;
  justify-content: center;
  background-image: url("../img/svg/waves.svg");
  background-size: 120px;
  background-repeat: space;
}

section.contact > .content > .row {
  width: 100%;
  display: flex;
  padding: 0 40px;
  margin-top: -90px;
}

section.contact > .content > .row > * {
  width: 50%;
}

section.contact > .content > .row > * .info_cont {
  width: -moz-fit-content;
  width: fit-content;
  margin: 0 auto;
}

section.contact > .content > .row > * .info_cont p,
section.contact > .content > .row > * .info_cont a {
  display: block;
  color: #000;
  font-weight: 300;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.5;
}

section.contact > .content > .row > * .info_cont a.map {
  display: block;
  width: 20px;
  height: 24px;
  margin-bottom: 13px;
}

section.contact > .content > .row > * .info_cont a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
}

section.contact > .content > .row > * .info_cont > img {
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-bottom: 13px;
}

section.contact > .content > .row > * .info_cont > img.tel {
  width: 24px;
}

section.contact > .content > .row > * .info_cont > img.mail {
  width: 26px;
}

section.contact > .content > .row #map {
  height: 484px;
  z-index: 2;
}

section.contact > .content > .row .tel-link {
  display: flex;
  align-items: center;
}

section.contact > .content > .row .tel-link img {
  height: 20px;
  margin-left: 15px;
}

section.contact > .content > .row .tel-link span {
  display: block;
  margin-left: 13px;
}

@media (max-width: 1000px) {
  section.contact > .content > .row {
    margin-top: -50px;
    flex-direction: column-reverse;
    align-items: center;
    padding: 0 40px 40px 40px;
  }
  section.contact > .content > .row > * {
    width: 75%;
  }
  section.contact > .content > .row > * .info_cont {
    margin-top: 40px;
  }
  section.contact > .content > .row > * .info_cont p {
    color: #fff;
  }
  section.contact > .content > .row > * .info_cont a {
    color: #fff;
  }
  section.contact > .content > .row #map {
    height: 400px;
  }
  section.contact > .abs_bckg {
    display: none;
  }
}
@media (max-width: 800px) {
  section.contact > .content > .row > * {
    width: 85%;
  }
}
@media (max-width: 500px) {
  section.contact > .top h1 {
    opacity: 1;
    visibility: visible;
    letter-spacing: 4px;
  }
  section.contact > .content > .row {
    padding: 0 20px 20px 20px;
  }
  section.contact > .content > .row > * {
    width: 100%;
  }
  section.contact > .content > .row #map {
    height: 380px;
  }
}
section.investment > .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 95px;
  padding-bottom: 35px;
  min-height: 575px;
}

section.investment > .content h2.circled::after {
  content: "investícia";
}

section.investment > .content > .text_box {
  width: -moz-fit-content;
  width: fit-content;
  display: flex;
}

section.investment > .content > .text_box > .text {
  width: 640px;
  margin-left: 20px;
  padding-left: 25px;
}

section.investment > .content > .text_box > .text::before {
  content: "";
  position: absolute;
  left: 0;
  top: 3px;
  width: 1px;
  height: 100%;
  background-color: #000;
}

section.investment > .content > .text_box > .text > p {
  font-weight: 300;
}

section.investment > .content > .text_box > .text > p em {
  font-size: 12px;
  font-style: normal;
}

section.investment > .content > .text_box > .text > p:not(:first-child) {
  margin-top: 25px;
}

section.investment > .gallery_grid {
  width: 100%;
  padding: 0 40px;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
}

section.investment > .gallery_grid > a {
  display: block;
  width: 100%;
  height: 305px;
}

section.investment > .gallery_grid > a:nth-child(1) {
  grid-column-start: 1;
  grid-column-end: 4;
  grid-row-start: 1;
  grid-row-end: 3;
  height: 650px;
}

section.investment > .gallery_grid > a:nth-child(4) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 650px;
}

section.investment > .gallery_grid > a:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
  height: 650px;
}

section.investment > .gallery_grid > a:nth-child(8) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 5;
  grid-row-end: 7;
  height: 650px;
}

section.investment > .gallery_grid > a:nth-child(11) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 7;
  grid-row-end: 9;
  height: 650px;
}

section.investment > .gallery_grid > a:nth-child(n+16) {
  display: none;
}

section.investment > .gallery_grid > a > img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

section.investment > .gallery_grid > a > .abs_tissue > p {
  display: none;
  color: #fff;
  font-weight: 700;
  font-size: 18px;
}

section.investment > .abs_left_wave {
  height: 750px !important;
  top: 0 !important;
}

section.investment > .abs_right_wave {
  top: calc(750px - 5.1vw) !important;
  right: 80px !important;
}

@media (max-width: 1850px) {
  section.investment > .content {
    align-items: flex-end;
    padding-right: 460px;
  }
}
@media (max-width: 1600px) {
  section.investment > .content {
    padding-right: 400px;
  }
}
@media (max-width: 1500px) {
  section.investment > .content {
    padding-top: 115px;
    padding-right: 420px;
  }
}
@media (max-width: 1440px) {
  section.investment > .abs_bckg {
    width: 93vw !important;
  }
  section.investment > .content {
    padding-right: 240px;
  }
  section.investment > .gallery_grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }
  section.investment > .gallery_grid > a {
    height: 15.972vw;
  }
  section.investment > .gallery_grid > a:nth-child(1),
  section.investment > .gallery_grid > a:nth-child(4),
  section.investment > .gallery_grid > a:nth-child(5),
  section.investment > .gallery_grid > a:nth-child(8),
  section.investment > .gallery_grid > a:nth-child(11) {
    height: calc(31.944vw + 20px);
  }
}
@media (max-width: 1250px) {
  section.investment {
    background-color: #9c7d4c;
  }
  section.investment > .abs_bckg {
    display: none;
  }
  section.investment > .abs_left_wave {
    z-index: 0 !important;
  }
  section.investment > .content {
    padding-right: 0;
    padding-top: 125px;
    align-items: center;
  }
  section.investment > .content > .text_box > .text {
    width: 480px;
  }
}
@media (max-width: 1000px) {
  section.investment > .content {
    padding-top: 100px;
  }
  section.investment > .content > .text_box {
    flex-direction: column;
  }
  section.investment > .content > .text_box > .text {
    width: 410px;
    margin: 50px 0 0 70px;
    padding-left: 0;
  }
  section.investment > .content > .text_box > .text::before {
    display: none;
  }
  section.investment > .content > .text_box > .text > p::before {
    content: "•";
    position: absolute;
    left: -13px;
    top: 0;
  }
}
@media (max-width: 700px) {
  section.investment > .content > .text_box > .text {
    width: 360px;
  }
  section.investment > .gallery_grid {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }
  section.investment > .gallery_grid > a {
    height: 22.857vw;
  }
  section.investment > .gallery_grid > a:nth-child(1),
  section.investment > .gallery_grid > a:nth-child(4),
  section.investment > .gallery_grid > a:nth-child(5),
  section.investment > .gallery_grid > a:nth-child(8),
  section.investment > .gallery_grid > a:nth-child(11) {
    height: calc(45.714vw + 10px);
  }
}
@media (max-width: 600px) {
  section.investment > .abs_left_wave {
    display: none;
  }
  section.investment > .content > .text_box {
    width: 85%;
  }
  section.investment > .content > .text_box > .text {
    width: calc(100% - 70px);
  }
}
@media (max-width: 500px) {
  section.investment > .content {
    padding-top: 60px;
  }
  section.investment > .content > .text_box {
    width: 92%;
  }
  section.investment > .content > .text_box > .text {
    margin: 40px 0 0 30px;
    width: calc(100% - 30px);
  }
  section.investment > .gallery_grid {
    padding: 0 20px;
    grid-template-columns: 1fr 1fr;
  }
  section.investment > .gallery_grid > a {
    height: 30vw !important;
  }
  section.investment > .gallery_grid > a:nth-child(1),
  section.investment > .gallery_grid > a:nth-child(4),
  section.investment > .gallery_grid > a:nth-child(5),
  section.investment > .gallery_grid > a:nth-child(8),
  section.investment > .gallery_grid > a:nth-child(11) {
    grid-column-start: auto;
    grid-column-end: auto;
    grid-row-start: auto;
    grid-row-end: auto;
  }
  section.investment > .gallery_grid > a:nth-child(8) > .abs_tissue {
    opacity: 1;
    visibility: visible;
  }
  section.investment > .gallery_grid > a:nth-child(8) > .abs_tissue > img {
    display: none;
  }
  section.investment > .gallery_grid > a:nth-child(8) > .abs_tissue > p {
    display: block;
  }
  section.investment > .gallery_grid > a:nth-child(n+9) {
    display: none;
  }
}
.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  cursor: pointer;
  border: 0;
  border-radius: 30px;
  height: 30px;
  background: #9c7d4c;
  padding: 0 20px;
  width: fit-content;
  width: -moz-fit-content;
  transition: background 0.3s;
}

.btn:hover {
  background: #af8c5d;
}

.btn.white {
  background: #fff;
}

.btn.white > span {
  color: #9c7d4c;
}

.btn.white:hover {
  background: #e6e6e6;
}

.btn > span {
  color: #fff;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 5px;
  line-height: 1;
}

.btn-more {
  display: flex;
  align-items: center;
  width: fit-content;
  width: -moz-fit-content;
}

.btn-more.back > span {
  margin: 0 0 0 15px;
}

.btn-more.back:hover .arrow_circle {
  transform: translateX(-8px);
}

.btn-more > span {
  color: #212121;
  font-family: "Ubuntu", sans-serif;
  font-weight: 400;
  font-size: 12px;
  letter-spacing: 7px;
  line-height: 1;
  margin-right: 15px;
}

.btn-more:hover .arrow_circle {
  transform: translateX(8px);
}

.price_list_container {
  max-width: 1690px;
  margin: 0 auto;
  padding-bottom: 60px;
}

.price_list_container .price_list {
  width: 100%;
}

.price_list_container .price_list:not(.active) {
  display: none;
}

.price_list_container .price_list > thead > tr,
.price_list_container .price_list > tbody > tr {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding: 15px 10px;
}

.price_list_container .price_list > tbody > tr:hover:not(:first-child) {
  background-color: #3e3e3e;
}

.price_list_container .price_list > tbody > tr.sold {
  background-color: rgba(255, 0, 0, 0.6);
}

.price_list_container .price_list > tbody > tr.sold:hover {
  background-color: rgba(255, 0, 0, 0.6);
}

.price_list_container .price_list > tbody > tr.reserved {
  background-color: rgba(255, 165, 0, 0.7);
}

.price_list_container .price_list > tbody > tr.reserved:hover {
  background-color: rgba(255, 165, 0, 0.7);
}

.price_list_container .price_list > thead > tr:nth-child(1) {
  padding: 30px 10px;
  border-bottom: 1px solid #9c7d4c;
  align-items: center;
}

.price_list_container .price_list > tbody > tr:nth-child(2) {
  padding-top: 15px;
}

.price_list_container .price_list > thead > tr > th > strong {
  color: #9c7d4c;
  font-size: 16px;
  letter-spacing: 8px;
  text-transform: uppercase;
  cursor: pointer;
}

.price_list_container .price_list > thead > tr > th > img {
  width: 20px;
  height: 20px;
  transform: rotateX(90deg);
  top: 4px;
  transition: all 0.2s ease;
}

.price_list_container .price_list > thead > tr > .sorting_asc > img {
  transform: rotateX(180deg);
}

.price_list_container .price_list > thead > tr > .sorting_desc > img {
  transform: rotateX(0deg);
}

.price_list_container .price_list > tbody > tr > td {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  font-weight: 300;
}

.price_list_container .price_list > thead > tr > *:nth-child(1),
.price_list_container .price_list > tbody > tr > *:nth-child(1) {
  min-width: 173px;
}

.price_list_container .price_list > thead > tr > *:nth-child(2),
.price_list_container .price_list > tbody > tr > *:nth-child(2) {
  min-width: 186px;
}

.price_list_container .price_list > thead > tr > *:nth-child(3),
.price_list_container .price_list > tbody > tr > *:nth-child(3) {
  min-width: 168px;
}

.price_list_container .price_list > thead > tr > *:nth-child(4),
.price_list_container .price_list > tbody > tr > *:nth-child(4) {
  min-width: 242px;
}

.price_list_container .price_list > thead > tr > *:nth-child(5),
.price_list_container .price_list > tbody > tr > *:nth-child(5) {
  min-width: 113px;
}

.price_list_container .price_list > thead > tr > *:nth-child(6),
.price_list_container .price_list > tbody > tr > *:nth-child(6) {
  min-width: 114px;
}

.price_list_container .price_list > thead > tr > *:nth-child(7),
.price_list_container .price_list > tbody > tr > *:nth-child(7) {
  min-width: 160px;
}

.price_list_container.step_2 .price_list:not(.active) {
  display: block;
}

.price_list_container.step_2 .price_list:not(._show) {
  display: none;
}

.price_list_container.step_2 .price_list > tbody > tr:not(._show) {
  display: none;
}

@media (max-width: 1750px) {
  .price_list_container {
    max-width: 1350px;
  }
}
@media (max-width: 1400px) {
  .price_list_container {
    max-width: 1350px;
    width: 93%;
  }
  .price_list_container .price_list > thead > tr > th {
    text-align: left;
  }
  .price_list_container .price_list > thead > tr > th > strong {
    letter-spacing: 2px;
  }
  .price_list_container .price_list > tbody > tr > td {
    letter-spacing: 1px;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(1),
  .price_list_container .price_list > tbody > tr > *:nth-child(1) {
    min-width: 115px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(2),
  .price_list_container .price_list > tbody > tr > *:nth-child(2) {
    min-width: 125px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(3),
  .price_list_container .price_list > tbody > tr > *:nth-child(3) {
    min-width: 115px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(4),
  .price_list_container .price_list > tbody > tr > *:nth-child(4) {
    min-width: 165px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(5),
  .price_list_container .price_list > tbody > tr > *:nth-child(5) {
    min-width: 80px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(6),
  .price_list_container .price_list > tbody > tr > *:nth-child(6) {
    min-width: 105px !important;
  }
}
@media (max-width: 900px) {
  .price_list_container .price_list > tbody > tr > td {
    letter-spacing: 1px;
  }
  /* .price_list_container .price_list > tbody > tr > *:nth-child(1) {
    min-width: 60px;
    width: 60px;
  }
  .price_list_container .price_list > tbody > tr > *:nth-child(2) {
    min-width: 70px;
    width: 70px;
  }
  .price_list_container .price_list > tbody > tr > *:nth-child(4) {
    min-width: 85px;
    width: 85px;
  } */
}
@media (max-width: 800px) {
  .price_list_container .price_list > thead > tr > *:nth-child(2),
  .price_list_container .price_list > tbody > tr > *:nth-child(2),
  .price_list_container .price_list > thead > tr > *:nth-child(3),
  .price_list_container .price_list > tbody > tr > *:nth-child(3),
  .price_list_container .price_list > thead > tr > *:nth-child(5),
  .price_list_container .price_list > tbody > tr > *:nth-child(5) {
    display: none;
  }
}
@media (max-width: 500px) {
  .price_list_container .price_list > thead > tr {
    padding: 20px 10px;
    align-items: center;
  }
  .price_list_container .price_list > thead > tr > td > strong {
    font-size: 14px;
    letter-spacing: 0;
  }
  .price_list_container .price_list > tbody > tr > td {
    font-size: 14px;
    letter-spacing: 0;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(1),
  .price_list_container .price_list > tbody > tr > *:nth-child(1) {
    min-width: 60px !important;
    width: 60px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(4),
  .price_list_container .price_list > tbody > tr > *:nth-child(4) {
    min-width: 80px !important;
    width: 80px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(6),
  .price_list_container .price_list > tbody > tr > *:nth-child(6) {
    min-width: 80px !important;
    width: 80px !important;
  }
  .price_list_container .price_list > thead > tr > *:nth-child(7),
  .price_list_container .price_list > tbody > tr > *:nth-child(7) {
    min-width: 80px !important;
    width: 80px !important;
  }
}

/* Blog */
.blog_container {
  width: 90%;
  display: flex;
  flex-direction: column;
  align-items: center;
  margin: 0 auto 50px auto;
}

.blog_container h1,
.blog_container h2 {
  margin-bottom: 20px;
}

.blog_container .bigImage,
.blog_container .onlyText,
.blog_container .imageRight,
.blog_container .imageLeft {
  width: 76%;
  margin-bottom: 20px;
}

.blog_container .bigImage img {
  width: 100%;
}

.blog_container .onlyText p,
.blog_container .imageRight p,
.blog_container .imageLeft p {
  text-align: justify;
}

.blog_container .imageRight p img {
  float: right;
  margin: 0 0 10px 10px;
}

.blog_container .imageLeft p img {
  float: left;
  margin: 0 10px 10px 0;
}

@media only screen and (max-width: 1500px) {
  .blog_container .bigImage,
  .blog_container .onlyText,
  .blog_container .imageRight,
  .blog_container .imageLeft {
    width: 90%;
  }
}
@media only screen and (max-width: 1050px) {
  .blog_container {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .blog_container .imageRight p img,
  .blog_container .imageLeft p img {
    width: 60%;
  }
}
@media only screen and (max-width: 500px) {
  .blog_container .imageRight p img,
  .blog_container .imageLeft p img {
    width: 100%;
  }
}
.progress_subtitle {
  margin-bottom: 30px;
}

.equipment_cont {
  width: 100%;
  max-width: 1000px;
  padding: 30px 0;
  margin: 0 auto;
}

.equipment_cont h2 {
  margin-bottom: 2em;
}

@media only screen and (max-width: 1100px) {
  .equipment_cont h2 {
    color: #fff !important;
    letter-spacing: 6px !important;
  }
}
.equipment_cont ul {
  list-style-position: inside;
  margin-bottom: 1em;
}

.equipment_cont ul li {
  color: #fff;
  font-size: 16px;
  letter-spacing: 2px;
  line-height: 1.4;
  font-weight: 400;
}

#mail2 {
  display: none;
}

.index_booking {
  background: #CEDBEE;
  width: 100%;
}
.index_booking .booking-wrapper {
  margin: 0 auto;
  display: flex;
  padding: 40px 0;
  justify-items: center;
  align-items: start;
  width: -moz-fit-content;
  width: fit-content;
}
@media (max-width: 1180px) {
  .index_booking .booking-wrapper {
    flex-direction: column;
  }
}
.index_booking h3 {
  color: #212121;
  margin: 0 0 40px 0;
}
@media (max-width: 760px) {
  .index_booking h3 {
    width: calc(100% - 40px);
    margin: 0 auto 40px auto;
  }
}
.index_booking .booking-left {
  display: flex;
  align-items: center;
  justify-content: center;
  align-self: center;
  position: relative;
  bottom: 120px;
}
@media (max-width: 1180px) {
  .index_booking .booking-left {
    bottom: unset;
  }
}
.index_booking .div-line {
  height: 700px;
  width: 1px;
  background: #0C3B7C;
  margin: 20px 80px 0 160px;
  position: relative;
}
@media (max-width: 1440px) {
  .index_booking .div-line {
    margin: 20px 40px 0 80px;
  }
}
@media (max-width: 1180px) {
  .index_booking .div-line {
    height: 1px;
    width: 100%;
    margin: 80px auto 40px auto;
  }
}
.index_booking .booking-link {
  background: #0C3B7C;
  color: #fff;
  text-decoration: none;
  letter-spacing: 2px;
  font-size: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 20px;
  padding: 10px 40px;
  border-radius: 40px;
  position: relative;
  text-align: center;
}
@media (max-width: 760px) {
  .index_booking .booking-link {
    width: calc(100% - 40px);
    margin: 0 auto;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
  }
}
.index_booking .booking-link .foot-text {
  position: absolute;
  bottom: -30px;
  letter-spacing: unset;
  right: 0;
  font-size: 18px;
  color: #fff;
  font-weight: 700;
}
@media (max-width: 760px) {
  .index_booking .booking-link .foot-text {
    font-size: 16px;
  }
}
.index_booking .booking-link .b-icon {
  width: 60px;
  height: 60px;
}
@media (max-width: 760px) {
  .index_booking .booking-link .b-icon {
    width: 40px;
    height: 40px;
  }
}
.index_booking .booking-link .b-icon img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 100%;
  height: 100%;
}
.index_booking .booking-form {
  width: 600px;
  margin: 0 0 0 auto;
}
@media (max-width: 760px) {
  .index_booking .booking-form {
    width: calc(100% - 40px);
    margin: 0 auto;
  }
}
.index_booking .booking-form ::-moz-placeholder {
  color: #9b9b9b;
}
.index_booking .booking-form ::placeholder {
  color: #9b9b9b;
}
.index_booking .booking-form .form-line {
  width: 100%;
  margin: 0 0 20px 0;
}
.index_booking .booking-form .form-line.tel {
  max-width: 400px;
}
.index_booking .booking-form .form-line label {
  font-size: 16px;
  line-height: 20px;
  color: #0C3B7C;
  margin: 0 0 4px 0;
  display: block;
}
.index_booking .booking-form .send {
  background: #9c7d4c;
  font-size: 12px;
  letter-spacing: 5px;
  padding: 8px 35px;
  border-radius: 20px;
  margin: 40px 0 40px auto;
  display: block;
  width: -moz-fit-content;
  width: fit-content;
  color: #fff;
  cursor: pointer;
  transition: all 0.33s ease;
}
.index_booking .booking-form .send:hover {
  background: #c6a674;
}
.index_booking .booking-form input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #0C3B7C;
  background: #DCE6F3;
  text-align: left;
  padding: 15px 20px;
  min-height: 60px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
  margin-top: unset;
  color: #212121;
}
@media (max-width: 760px) {
  .index_booking .booking-form input {
    width: 100%;
    padding: 10px 15px;
    min-height: 45px;
  }
}
.index_booking .booking-form textarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border: 1px solid #0C3B7C;
  background: #DCE6F3;
  text-align: left;
  padding: 15px 20px;
  min-height: 60px;
  width: 100%;
  position: relative;
  display: block;
  z-index: 1;
  font-size: 16px;
  line-height: 20px;
  margin-top: unset;
  color: #212121;
}
@media (max-width: 760px) {
  .index_booking .booking-form textarea {
    width: 100%;
    padding: 10px 15px;
  }
}
.index_booking .booking-form .agree {
  display: flex;
  gap: 1rem;
  align-items: start;
  justify-content: start;
  position: relative;
  margin: 1rem 0;
  color: #0C3B7C;
  letter-spacing: 1px;
}
.index_booking .booking-form .agree label {
  padding: 0 0 0 2rem;
  font-size: 12px;
  cursor: pointer;
  max-width: 280px;
}
.index_booking .booking-form .agree-link {
  font-size: 12px;
  width: 95px;
  position: absolute;
  right: -100px;
}
.index_booking .booking-form .agree-link a {
  color: #00A5B6 !important;
  text-decoration: underline;
}
.index_booking .booking-form #gdpr {
  display: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: none;
  border: none;
  margin: none;
  position: relative;
}
.index_booking .booking-form .box {
  width: 20px;
  height: 20px;
  display: flex;
  background: #F4F4F4;
  justify-content: center;
  align-items: center;
  position: absolute;
  left: 0;
  border: 1px solid #0C3B7C;
  cursor: pointer;
}
.index_booking .booking-form .box .box-inner {
  position: absolute;
  background: #F4F4F4;
  width: 10px;
  height: 10px;
}
.index_booking .booking-form #gdpr:checked + .box > .box-inner {
  background: #0C3B7C;
}
.index_booking .booking-kontakt {
  padding: 20px;
  border-radius: 30px;
  background: #fff;
  border-bottom-left-radius: unset;
  color: #212121;
  display: flex;
  gap: 20px;
  width: 600px;
  margin: 0 0 0 auto;
  justify-content: space-evenly;
  font-size: 16px;
  line-height: 24px;
}
@media (max-width: 760px) {
  .index_booking .booking-kontakt {
    width: calc(100% - 40px);
    flex-direction: column;
    margin: 0 auto;
  }
}
.index_booking .booking-kontakt .col {
  max-width: 200px;
}
.index_booking .booking-kontakt .title {
  font-weight: 600;
  margin: 0 0 5px 0;
  display: flex;
  align-items: center;
  justify-content: start;
  min-height: 30px;
}

.swal2-title {
  letter-spacing: unset;
}

.ready {
  position: absolute;
  bottom: 50px;
  left: 470px;
  color: #d2220e;
  font-size: 60px;
  font-weight: 700;
  line-height: 1.2;
  z-index: 20;
}

.index_header_2 {
  width: 100%;
  height: 100vh;
  margin-top: -160px;
}
.index_header_2 .swiper-container {
  width: 100%;
  height: 100%;
  margin: 0;
}
.index_header_2 .swiper-container .swiper-slide {
  width: 100%;
  height: 100%;
}
.index_header_2 .swiper-container .swiper-slide img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.index_header_2 .index_header_layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(33, 33, 33, 0.7);
  z-index: 15;
}
.index_header_2 .index_header_layer .index_header_price {
  position: absolute;
  top: calc(50% - 130px);
  left: calc(25% - 190px);
  height: 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: #9C7D4C;
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
}
.index_header_2 .index_header_layer .index_header_price p {
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 34px;
  font-weight: 400;
  letter-spacing: 2px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
}
.index_header_2 .index_header_layer .index_header_price p strong {
  font-weight: bold;
}
.index_header_2 .index_header_layer .index_header_price .arrow {
  height: 16px;
  width: 24px;
  background-image: url("../img/next_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 20px;
}
.index_header_2 .index_header_layer .index_header_booking {
  position: absolute;
  top: calc(50% - 130px);
  right: calc(25% - 190px);
}
.index_header_2 .index_header_layer .index_header_booking .text {
  height: 260px;
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 20px;
  background-color: rgba(33, 33, 33, 0.5);
  box-shadow: 0 20px 20px 0 rgba(0, 0, 0, 0.5);
  margin-bottom: 20px;
  cursor: pointer;
}
.index_header_2 .index_header_layer .index_header_booking .text p {
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 34px;
  font-weight: 300;
  letter-spacing: 2px;
  line-height: 39px;
  text-align: center;
  text-transform: uppercase;
  opacity: 0.7;
}
.index_header_2 .index_header_layer .index_header_booking .text .arrow {
  width: 24px;
  height: 16px;
  background-image: url("../img/next_white.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-top: 28px;
  transform: rotate(90deg);
  transform-origin: center center;
  opacity: 0.7;
}
.index_header_2 .index_header_layer .index_header_booking .booking {
  width: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  border-radius: 20px;
  background-color: #0C3B7C;
  padding: 10px;
}
.index_header_2 .index_header_layer .index_header_booking .booking .logo {
  width: 60px;
  height: 60px;
  background-image: url("../img/booking_logo.png");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-bottom: 12px;
}
.index_header_2 .index_header_layer .index_header_booking .booking p {
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 14px;
  letter-spacing: 1px;
  line-height: 16px;
  text-align: center;
  text-transform: uppercase;
}
.index_header_2 .index_header_layer .index_header_middle {
  position: absolute;
  top: 0;
  left: calc(50% - 60px);
  height: 100%;
  width: 120px;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.index_header_2 .index_header_layer .index_header_middle .waves_top {
  width: 100%;
  height: calc(50% - 25px);
  background-image: url("../img/waves_horizontal.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
}
.index_header_2 .index_header_layer .index_header_middle .index_header_logo {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  height: 60px;
  background-image: url("../img/svg/logo.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
}
.index_header_2 .index_header_layer .index_header_middle h1 {
  height: 50px;
  width: 380px;
  color: #FFFFFF;
  font-family: Ubuntu;
  font-size: 16px;
  font-weight: 300;
  letter-spacing: 6px;
  line-height: 25px;
  text-align: center;
  text-transform: uppercase;
}
.index_header_2 .index_header_layer .index_header_middle .waves_bottom {
  width: 100%;
  height: calc(50% - 25px);
  background-image: url("../img/waves_horizontal.svg");
  background-size: contain;
  background-position: top center;
  background-repeat: repeat-y;
}

@media (max-width: 1300px) {
  .index_header_2 .index_header_layer .index_header_price {
    top: calc(50% - 100px);
    left: calc(25% - 160px);
    height: 200px;
    width: 200px;
    padding: 10px;
  }
  .index_header_2 .index_header_layer .index_header_price p {
    font-size: 24px;
    letter-spacing: 1.75px;
    line-height: 29px;
  }
  .index_header_2 .index_header_layer .index_header_booking {
    top: calc(50% - 100px);
    right: calc(25% - 160px);
  }
  .index_header_2 .index_header_layer .index_header_booking .text {
    width: 200px;
    height: 200px;
    padding: 10px;
  }
  .index_header_2 .index_header_layer .index_header_booking .text p {
    font-size: 24px;
    letter-spacing: 1.75px;
    line-height: 29px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking {
    width: 200px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking .logo {
    width: 50px;
    height: 50px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking p {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 850px) {
  .index_header_2 .index_header_layer .index_header_price {
    top: auto;
    bottom: 50px;
    left: calc(33% - 135px);
    width: 150px;
    height: 150px;
  }
  .index_header_2 .index_header_layer .index_header_price p {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
  .index_header_2 .index_header_layer .index_header_booking {
    top: auto;
    bottom: 50px;
    right: calc(33% - 135px);
  }
  .index_header_2 .index_header_layer .index_header_booking .text {
    width: 150px;
    height: 150px;
  }
  .index_header_2 .index_header_layer .index_header_booking .text p {
    font-size: 20px;
    letter-spacing: 1.5px;
    line-height: 25px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking {
    width: 150px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking .logo {
    width: 40px;
    height: 40px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking p {
    font-size: 12px;
    line-height: 14px;
  }
  .index_header_2 .index_header_layer .index_header_middle .waves_top {
    opacity: 0;
  }
  .index_header_2 .index_header_layer .index_header_middle h1 {
    max-width: 100vw;
  }
  .index_header_2 .index_header_layer .index_header_middle .waves_bottom {
    display: none;
  }
}
@media (max-width: 700px) {
  .index_header_2 {
    margin-top: -50px;
  }
}
@media (max-width: 500px) {
  .index_header_2 .index_header_layer .index_header_price {
    left: 20px;
    width: 120px;
    height: 120px;
  }
  .index_header_2 .index_header_layer .index_header_price p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 17px;
  }
  .index_header_2 .index_header_layer .index_header_booking {
    top: auto;
    bottom: 50px;
    right: 20px;
  }
  .index_header_2 .index_header_layer .index_header_booking .text {
    width: 120px;
    height: 120px;
  }
  .index_header_2 .index_header_layer .index_header_booking .text p {
    font-size: 13px;
    letter-spacing: 1px;
    line-height: 17px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking {
    width: 120px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking .logo {
    width: 40px;
    height: 40px;
  }
  .index_header_2 .index_header_layer .index_header_booking .booking p {
    font-size: 10px;
    line-height: 12px;
  }
}
section.apartments > .content > .flats_cont > div:nth-child(2) .fade-text {
  position: absolute;
  top: -80px;
  right: -20px;
  font-size: 24px;
  text-transform: uppercase;
  letter-spacing: 1px;
  color: #9b9b9b;
  font-weight: 500;
}/*# sourceMappingURL=main.css.map */