/*------------Fonts----------------*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,700');

@font-face {
  font-family: 'MyriadWebPro';
  src: url('../fonts/MyriadWebPro.eot');
  src: url('../fonts/MyriadWebPro.eot?#iefix') format('embedded-opentype'), url('../fonts/MyriadWebPro.woff2') format('woff2'), url('../fonts/MyriadWebPro.woff') format('woff'), url('../fonts/MyriadWebPro.ttf') format('truetype'), url('../fonts/MyriadWebPro.otf') format('opentype'), url('../fonts/MyriadWebPro.svg#MyriadWebPro') format('svg');
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}

@font-face {
  font-family: 'GradBold';
  src: url('../fonts/grad-bold.eot');
  src: url('../fonts/grad-bold.eot?#iefix') format('embedded-opentype'), url('../fonts/grad-bold.woff2') format('woff2'), url('../fonts/grad-bold.woff') format('woff'), url('../fonts/grad-bold.ttf') format('truetype'), url('../fonts/grad-bold.otf') format('opentype'), url('../fonts/grad-bold.svg#grad-bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-00FE;
}

.flnk {
  display: none;
  padding-left: 33px;
}

/*------------Layout----------------*/

body {
  font-family: 'Roboto', sans-serif;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'GradBold', sans-serif;
}

p {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.margin10 {
  margin-bottom: 10px;
}

.margin20 {
  margin-bottom: 20px;
}

.margin30 {
  margin-bottom: 30px;
}

.margin40 {
  margin-bottom: 40px;
}

.margin50 {
  margin-bottom: 50px;
}

.margin60 {
  margin-bottom: 60px;
}

.margin70 {
  margin-bottom: 70px;
}

.margin80 {
  margin-bottom: 80px;
}

.margin90 {
  margin-bottom: 90px;
}

.minus-margin-to-fit {
  position: absolute !important;
  top: inherit !important;
  bottom: 20px;
}

tr.hover {
  background-color: #b8d7b8;
}

a.hover {
  font-weight: bold;
}

button:focus {
  outline: 0;
}

a {
  outline: 0;
}

.line-text h2 {
  font-size: 30px;
  color: #78b82c;
  text-transform: uppercase;
  margin-bottom: 0px;
  letter-spacing: 2px;
}

.line {
  width: 100%;
  height: 3px;
  background: #78b82c;
}

.p-format {
  color: #565656;
  font-size: 20px;
  line-height: 1.5;
}

.p-format.padding {
  padding-left: 15px;
  padding-right: 15px;
}

.btn-primary {
  color: #fff;
  background-color: #78b82c;
  border-color: #78b82c;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
  line-height: 2;
  padding-left: 50px;
  padding-right: 50px;
  border: 4px solid transparent;
}

.btn-primary:hover {
  color: #78b82c;
  background-color: white;
  border: 4px solid #78b82c;
}

.btn-secondary {
  color: white;
  font-size: 24px;
  text-transform: uppercase;
  background: transparent;
  border: 4px solid white;
  font-weight: bold;
  line-height: 2;
  border-radius: 0;
}

.btn-secondary:hover {
  color: #78b82c;
  background: white;
  border: 4px solid #78b82c;
}

.container-fluid.no-padding {
  padding-left: 0;
  padding-right: 0;
}

/*------------Header----------------*/

.fullscreen-bg {
  position: relative;
  width: 100%;
  height: 56vw;
  background: transparent url('../img/top-video-img.jpg') no-repeat 0 0;
  background: transparent url('../img/homepage-video.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

.fullscreen-bg.finish {
  background: transparent url('../img/residential-still.jpg') no-repeat 0 0;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/* .fullscreen-bg.black {
  background: url('../img/about-bg.png') no-repeat 0 0;
  height: 100%;
} */

.fullscreen-bg__video {
  width: 100%;
  /* height: 50vw; */
  height: auto;
}

.video-js.vjs-ended .vjs-poster {
  display: block;
}

.video-logo-wrapper {
  position: absolute;
  top: 40px;
  text-align: center;
  width: 100%;
  z-index: 2;
}

.video-logo-img {
  max-width: 290px;
}

.video-logo-img.hide {
  display: none;
}

.play-wrapper {
  position: absolute;
  text-align: center;
  top: 50%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  width: 100%;
  z-index: 2;
}

#btn-v-play img {
  cursor: pointer;
  z-index: 999;
}

#btn-v-mute {
  position: absolute;
  cursor: pointer;
  z-index: 999;
  right: 5px;
  top: 65px;
  cursor: pointer;
}

#btn-v-mute img {
  max-width: 50px;
}

#btn-v-pause {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 2;
  cursor: pointer;
  width: 99%;
  height: 100%;
}

#btn-v-pause img {
  max-width: 50px;
  float: right;
}

.play-wrapper img {
  max-width: 170px;
}

.down-arrow-wraper {
  position: absolute;
  bottom: 55px;
  text-align: center;
  left: 49%;
  z-index: 3;
}

.down-arrow-wraper-menu {
  position: absolute;
  display: none;
  bottom: -60px;
  text-align: center;
  left: 49%;
  z-index: 3;
}

.down-arrow-wraper-typehouse-menu {
  position: absolute;
  top: 55px;
  text-align: center;
  left: 49%;
  z-index: 3;
}

.down-link {
  display: block;
}

.down-arrow-wraper i,
.down-arrow-wraper-menu i,
.down-arrow-wraper-typehouse-menu i {
  position: relative;
  font-size: 3.7rem;
  color: white;
  -webkit-animation-name: example;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-duration: 2s;
  /* Safari 4.0 - 8.0 */
  -webkit-animation-iteration-count: infinite;
  /* Safari 4.0 - 8.0 */
  animation-name: example;
  animation-duration: 2s;
  animation-iteration-count: infinite;
  text-shadow: 2px 2px 4px #000000;
}

/* Safari 4.0 - 8.0 */

@-webkit-keyframes example {
  0% {
    top: 0px;
  }

  50% {
    top: 15px;
  }

  100% {
    top: 0px;
  }
}

/* Standard syntax */

@keyframes example {
  0% {
    top: 0px;
  }

  50% {
    top: 15px;
  }

  100% {
    top: 0px;
  }
}

/*------------Language----------------*/

.language {
  position: fixed;
  right: 50px;
  top: 40px;
  z-index: 4;
  display: flex;
}

.nav-house-type .language {
  top: 20px;
}

.language ul {
  list-style: none;
  padding-left: 10px;
}

.language ul li {
  display: inline-block;
  color: white;
  font-weight: 700;
}

.language.lgfix ul li {
  display: inline-block;
  color: white;
  font-weight: 700;
}

.language ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 10px;
  display: block;
}

.language.lgfix ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.language ul li a.active {
  color: #78b82c;
  text-transform: uppercase;
  font-weight: 700;
}

.video-button {
  position: absolute;
  right: 100px;
  top: 21px;
  z-index: 99;
  display: flex;
  align-items: center;
  background: #565656;
  font-size: 16px;
  font-weight: 700;
  color: white !important;
  padding: 0px 15px;
  height: 40px;
}

.video-button-pages {
  z-index: 99;
  display: flex;
  align-items: center;
  background: #565656;
  font-size: 16px;
  font-weight: 700;
  color: white !important;
  padding: 0px 15px;
  height: 40px;
}

.video-button-pages img {
  width: 30px;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.video-button-pages:hover img {
  transform: rotate(360deg);
}

.video-button img {
  width: 30px;
  margin-left: 5px;
  -webkit-transition: 0.5s ease-in-out;
  -moz-transition: 0.5s ease-in-out;
  -o-transition: 0.5s ease-in-out;
  transition: 0.5s ease-in-out;
}

.video-button:hover img {
  transform: rotate(360deg);
}

.language-home {
  position: absolute;
  right: 50px;
  top: 21px;
  z-index: 4;
}

.affix .language-home {
  position: absolute;
  right: 50px;
  top: 25px;
  z-index: 4;
}

.affix .video-button {
  top: 25px;
}

.language-home ul {
  list-style: none;
}

.language-home ul li {
  display: inline-block;
  color: white;
  font-weight: 700;
}

.language-home ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 8px 10px;
  display: block;
}

.affix .language-home ul li a {
  color: white;
  text-transform: uppercase;
  font-weight: 700;
}

.language-home ul li a.active {
  color: #78b82c;
  text-transform: uppercase;
  font-weight: 700;
}

.language-btn {
  background: #78b82c;
  /* padding: 8px 11px 8px; */
}

.language-btn a {
  text-decoration: none;
}

.language-btn:hover {
  background-color: #56861e;
}

/*------------Navbar----------------*/

header .navbar .nav-item.logo img {
  max-width: 80px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar.affix .nav-item.logo img {
  max-width: 80px;
}

header .navbar.affix:hover {
  top: 0px !important;
}

header .navbar-light .navbar-nav .nav-link {
  font-size: 16px;
  color: #78b82c;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

header .navbar-light .navbar-nav .active>.nav-link,
header .navbar-light .navbar-nav .nav-link.active,
header .navbar-light .navbar-nav .nav-link.show,
header .navbar-light .navbar-nav .show>.nav-link {
  color: #565656;
}

header .navbar-light .navbar-nav .nav-link:focus,
header .navbar-light .navbar-nav .nav-link:hover {
  color: #565656;
}

header .navbar {
  padding: 0.5rem 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border-bottom: 3px solid #78b82c;
  position: relative;
}

header .navbar.affix {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030;
  padding: 0.5rem 0.5rem;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.navbar-brand span {
  font-family: 'GradBold', sans-serif;
  display: inline-block;
  vertical-align: middle;
  font-size: 17px;
  line-height: 1.1;
  margin-left: 5px;
  text-transform: uppercase;
  border-left: 3px solid #78b82c;
  padding-left: 5px;
  color: #78b82c;
}

.navbar-light .navbar-toggler {
  color: transparent;
  border-color: transparent;
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../img/menu.svg");
}

.navbar-toggler-icon {
  width: 2em;
  height: 2em;
}

.navbar-brand {
  display: none;
}

.navbar-toggler {
  padding: 0;
}

.navbar-expand-lg .navbar-nav .nav-link {
  padding-right: 1rem;
  padding-left: 1rem;
  white-space: nowrap;
}

.bg-light {
  background-color: white !important;
}

#toNav {
  position: relative;
  top: 1px;
}

/*------------Navbar2----------------*/

header .navbar.only-nav {
  padding: 1rem 1rem;
  z-index: 2;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar.only-nav.nav-house-type {
  padding: 0.5rem 1rem;
  z-index: 2;
  top: -67px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar.only-nav .nav-item.logo img {
  max-width: 280px;
  padding-left: 30px;
  padding-right: 30px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar.affix.only-nav .nav-item.logo img {
  max-width: 180px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar.affix.nav-house-type.only-nav .nav-item.logo img {
  max-width: 140px;
}

header .bg-light.only-nav {
  position: fixed;
  width: 100%;
  background-color: transparent !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  z-index: 999;
}

header .bg-light.affix.only-nav {
  background-color: rgba(255, 255, 255, 0.9215686274509803) !important;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

header .navbar-light.only-nav .navbar-nav .nav-link {
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

header .navbar-light.only-nav .navbar-nav .active .nav-link {
  font-size: 16px;
  color: #78b82c;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

header .navbar-light.affix.only-nav .navbar-nav .nav-link {
  font-size: 16px;
  color: #78b82c;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

header .navbar-light.affix.only-nav .navbar-nav .active .nav-link {
  font-size: 16px;
  color: #565656;
  text-transform: uppercase;
  font-weight: 700;
  text-align: center;
}

.bannner-pages {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent url('../img/RPL-master-2025-bg.jpg');
  background-repeat: no-repeat !important;
  background-position: bottom bottom !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
}

/*------------Section buildings view----------------*/

/* .building-view {
  position: relative;
  width: 100%;
  height: 100vh;
  background: transparent url('../img/buildings-view.jpg');
  background-repeat: no-repeat !important;
  background-position: bottom bottom !important;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
} */

.building-view.margin {
  margin-top: 100px;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.building-view img {
  max-width: 100px;
  position: absolute;
  left: 50px;
  bottom: 50px;
}

#mapster_wrap_1 {
  position: absolute !important;
  top: 0 !important;
}

#mapster_wrap_1 img {
  opacity: 0 !important;
}

/*------------Section about us----------------*/

.about-us {
  padding-top: 100px;
  padding-bottom: 100px;
  background: url('../img/about-bg.png');
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center 25% !important;
}

.green-b-box {
  border: 5px solid #78b82c;
  padding: 40px;
  background: white;
}

.green-b-box h3 {
  font-size: 40px;
  color: #78b82c;
  margin-bottom: 40px;
}

.green-b-box h5 {
  font-size: 30px;
  color: #78b82c;
  text-transform: uppercase;
  margin-bottom: 30px;
  letter-spacing: 2px;
}

.green-b-box p {
  color: #232323;
  font-size: 20px;
  line-height: 1.5;
  margin-bottom: 30px;
}

.about-img-holder {
  background-size: cover !important;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.home-swiper {
  width: 100%;
  height: 100%;
}

.about-slider-wrapper {
  display: block;
  width: 100%;
  height: 100%;
}

.about-us .btn-primary {
  text-transform: uppercase;
}

/*------------Map----------------*/

#map,
#map_mobile_1 {
  height: 90vh;
  width: 100%;
}

.loading-overlay {
  background: rgba(120, 184, 44, 0.5);
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  z-index: 9998;
  align-items: center;
  justify-content: center;
}

.loading-overlay.is-active {
  display: flex;
}

.loading-overlay .fa-spinner {
  font-size: 50px;
  margin-top: 200px;
}

.code {
  font-family: monospace;
  /*   font-size: .9em; */
  color: #dd4a68;
  background-color: rgb(238, 238, 238);
  padding: 0 3px;
}

/*------------Home bg banner----------------*/

.home-text-banner-view {
  background-size: cover !important;
  height: 90vh;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  position: relative;
}

.home-tb-wraper {
  position: absolute;
  top: 70%;
  -webkit-transform: translateY(-70%);
  -ms-transform: translateY(-70%);
  transform: translateY(-70%);
  text-align: center;
  color: white;
  width: 100%;
}

.home-tb-wraper h2 {
  font-size: 55px;
}

.home-tb-wraper p {
  font-size: 24px;
  margin-top: 15px;
}

.home-tb-wraper .btn-secondary {
  width: 100%;
  max-width: 360px;
  margin-top: 30px;
}

/*------------Pages Banner----------------*/

.banner-text {
  position: absolute;
  top: 60%;
  -webkit-transform: translateY(-60%);
  -ms-transform: translateY(-60%);
  transform: translateY(-60%);
  width: 660px;
  height: 340px;
  right: 70px;
  background: rgba(0, 0, 0, 0.6);
  padding: 50px;
  color: white;
}

.banner-text h2 {
  text-transform: uppercase;
  font-size: 34px;
  line-height: 1;
  margin-bottom: 1.5rem;
}

.banner-text .b-t-wrapper {
  max-width: 600px;
}

.banner-text hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 2px solid #78b82c;
}

.banner-text p {
  line-height: 1.7;
  margin-bottom: 2rem;
}

.banner-text .btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  border: 3px solid transparent;
}

/*------------About page----------------*/

.about-page-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

.about-page-img-holder {
  background-size: cover !important;
  height: 500px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.page-container-margin {
  margin-top: 30px;
}

.about-page-content-left a {
  text-decoration: none;
  color: #78b82c;
}

.about-page-content-left p {
  margin-bottom: 0px;
}

.about-lindner-img-horizontal {
  background-size: cover !important;
  height: 335px;
  margin-bottom: 30px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.about-lindner-img-holder {
  background-size: cover !important;
  height: 700px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.about-lindner-img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  padding: 90px 50px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear, visibility 0.5s linear
}

.about-img-wrapper {
  position: relative;
}

.about-img-wrapper:hover .about-lindner-img-description {
  visibility: visible;
  opacity: 1;
}

.about-img-wrapper-horizontal {
  position: relative;
}

.about-lindner-img-description-horizontal {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  padding: 30px 50px;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear, visibility 0.5s linear
}

.about-img-wrapper-horizontal:hover .about-lindner-img-description-horizontal {
  visibility: visible;
  opacity: 1;
}

.about-lindner-img-description .btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid transparent;
}

.about-lindner-img-description .btn-primary:hover {
  color: #78b82c;
  background-color: white;
  border: 4px solid #78b82c;
}

.about-lindner-img-description-horizontal .btn-primary {
  font-size: 14px;
  font-weight: normal;
  line-height: 1.5;
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid transparent;
}

.about-lindner-img-description-horizontal .btn-primary:hover {
  color: #78b82c;
  background-color: white;
  border: 4px solid #78b82c;
}

/* ------------Komplex page------------- */

.komplex-page-text {
  padding-top: 100px;
  padding-bottom: 50px;
}

.komplex-page-info {
  padding: 0 20px 0 20px;
}

.komplex-tabs {
  margin-bottom: 50px;
}

.komplex-img-holder {
  margin-bottom: 50px;
}

.komplex-img-holder:last-of-type {
  margin-bottom: 0px;
}

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

.nav-pills .nav-link.active {
  background-color: #78b82c;
}

.nav-pills .nav-link {
  border-radius: 100px;
  color: #78b82c;
  font-family: 'GradBold', sans-serif;
  font-size: 20px;
  text-transform: uppercase;
  border: 3px solid #78b82c;
}

.nav-pills .nav-item {
  padding-right: 10px;
}

.nav-pills .nav-item:last-child {
  padding-right: 0px;
}

.nav-pills .nav-item .nav-link:hover {
  background-color: #78b82c;
  color: white;
}

.accordion-container {
  margin-bottom: 20px;
}

.accordion-header {
  border-bottom: 1px solid #78b82c;
}

.accordion-header h5 {
  margin-bottom: 0px;
  padding-right: 10px;
}

.accordion-header i {
  font-size: 3rem;
  vertical-align: middle;
  color: #78b82c;
  float: right;
  cursor: pointer;
  padding-bottom: 3px;
}

.btn-link {
  color: #78b82c;
  font-family: 'GradBold', sans-serif;
  font-size: 24px;
  text-decoration: none;
}

.btn:not(:disabled):not(.disabled) {
  text-decoration: none;
}

.btn-link:hover {
  text-decoration: none;
  color: #78b82c;
}

.accordion-body {
  padding-top: 10px;
}

.accordion-body p {
  margin-bottom: 0px;
}

.komplex-location-img {
  background-size: cover !important;
  height: 37vw;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.komplex-location-content p {
  margin-bottom: 0px;
}

.komplex-location-content {
  padding-top: 20px;
  padding-bottom: 20px;
}

.komplex-tab-img {
  background-size: cover !important;
  height: 30vw;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-top: 10px;
}

/* ------------Contacts page --------- */

.form-group .btn-primary {
  color: #fff;
  background-color: #78b82c;
  border-color: #78b82c;
  border-radius: 0;
  font-size: 18px;
  font-weight: bold;
  line-height: 1;
  padding-left: 40px;
  padding-right: 40px;
  border: 4px solid transparent;
}

.form-group .btn-primary:hover {
  color: #78b82c;
  background-color: white;
  border: 4px solid #78b82c;
}

.form-group label {
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 600;
  color: #515353;
}

.form-control {
  background-color: #f2f2f2;
  border: none;
  border-radius: 0;
}

.form-control:focus {
  border-color: #78b82c;
  box-shadow: 0px 0px 6px 3px rgba(121, 184, 44, 1);
}

.form-group input {
  height: 50px;
  width: 400px;
}

.form-group textarea {
  width: 400px;
}

.contacts-page-text p {
  color: #383838;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  font-weight: 400;
}

.contacts-page-text {
  margin-top: 50px;
}

.contacts-page {
  padding-top: 100px;
  padding-bottom: 30px;
}

.contact-img-fluid img {
  max-width: 50%;
  height: auto;
}

/* -------------News page------------- */

.breadcrumbs {
  color: #78b82c;
  text-transform: uppercase;
  font-size: 14px
}

.breadcrumbs a {
  color: #78b82c;
}

.news-card-img-holder {
  background-size: cover !important;
  height: 300px;
  background-repeat: no-repeat !important;
  background-position: center center !important;
  margin-bottom: 10px;
}

.news-card-container {
  padding: 20px 50px;
}

.card-body {
  padding: 0px;
}

.card-body p {
  margin-bottom: 40px;
  color: #232323;
}

.card-body h5 {
  color: #78b82c;
}

.card-body .btn-primary {
  font-size: 16px;
  line-height: 1;
  padding-left: 40px;
  padding-right: 40px;
}

.news-card-img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  padding: 120px 20px;
  background: #00000085;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear, visibility 0.5s linear
}

.news-card .card-title a {
  color: #78b82c;
}

.card-title {
  text-transform: uppercase;
}

.news-card-img-description p {
  font-size: 20px;
}

.news-card-img-holder {
  position: relative;
}

.news-card-img-holder:hover .news-card-img-description {
  visibility: visible;
  opacity: 1;
}

/* ------------Gallery page------------ */

.gallery-page-list {
  justify-content: space-around;
  margin-top: 30px;
}

.nav-pills .gallery-page-list-items {
  width: 207px;
}

.gallery-page {
  padding-top: 100px;
  padding-bottom: 30px;
}

.gallery-bg-img {
  background-size: cover !important;
  height: 31vw;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.gallery-img-holder {
  padding: 4px;
}

.gallery-img-description {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: #00000085;
  color: white;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.5s linear, visibility 0.5s linear
}

.gallery-img-description h1 {
  color: #78b82c;
}

.gallery-img-hover {
  position: relative;
}

.gallery-img-hover:hover .gallery-img-description {
  visibility: visible;
  opacity: 1;
}

.gallery-container {
  padding-bottom: 30px;
}

.gallery-img-description_center {
  height: 31vw;
}

.gallery-img-hover a {
  text-decoration: none;
}

/*------------Houses----------------*/

.building-wrapper-bg {
  background: url(../img/about-bg.png);
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}

.building-wrapper {
  /* max-width: 1880px; */
  width: 100%;
  margin: 0px auto;
}

.housetype-building-wrapper {
  margin-top: 19px;
}

.popup-status-li {
  font-size: 14px !important
}

.houses {
  padding-top: 0px;
  padding-bottom: 100px;
  background: #f2f2f2;
}

.li-house-info {
  max-width: 180px;
  font-size: 12px;
  margin-left: -30px;
  margin-top: 5px;
}

.apartment-tabs-wraper {
  position: relative;
}

.apartment-tabs-wraper table.dataTable {
  clear: both;
  margin-top: 0px !important;
  margin-bottom: 0px !important;
}

.apartment-tabs-wraper .tab-content {
  background: white;
}

.apartments_tabs.nav-tabs {
  border-bottom: 0px;
}

.apartments_tabs.nav-tabs .nav-link {
  border: 0px solid transparent;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  color: #495057;
  border-bottom: 5px solid transparent;
}

.apartments_tabs.nav-tabs .nav-item.show .nav-link,
.apartments_tabs.nav-tabs .nav-link.active {
  color: #495057;
  background-color: #fff;
  border-color: #dee2e6 #dee2e6 #fff;
  border-bottom: 5px solid #78b82c;
  font-weight: bold;
}

.apartments_tabs .all-tab-right {
  position: absolute;
  right: 0px;
  top: 0px;
  background: #78b82c;
}

.apartments_tabs .all-tab-right .nav-link {
  color: white;
  border-bottom: 5px solid #78b82c;
}

.apartments_tabs .all-tab-right .nav-link.active {
  background: #78b82c;
  border-bottom: 5px solid #78b82c;
}

.apartment-tabs-wraper table tbody tr td:first-child:first-letter {
  text-transform: uppercase;
}

.apartment-tabs-wraper table {
  margin-bottom: 20px !important;
}

.minus-margin-houses {
  margin-top: -4vw;
}

.house-popup {
  color: #565656;
  background: #ffffff;
  padding: 15px 20px;
  border: 2px solid #70aa2a;
  text-align: center;
  opacity: 0.9;
  width: 100%;
  max-width: 340px;
  font-size: 20px;
}

.close-legend-gallery {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 35px;
  z-index: 999;
  color: #565656;
  padding: 0px 20px;
  display: block;
  cursor: pointer;
}

.house-popup .popup-status {
  font-size: 16px;
}

#mobile-select,
#mobile-house-info,
#mobile_house_gallery {
  display: none !important;
}

/*------------TO TOP BUTTON----------------*/

.scrollToTop {
  width: 100px;
  text-align: center;
  text-decoration: none;
  position: fixed;
  bottom: 40px;
  right: 20px;
  display: none;
  background: #78b82c;
  color: white;
  width: 25px;
  height: 25px;
}

.scrollToTop:hover {
  background: white;
  color: #78b82c;
  text-decoration: none;
}

/*------------Map Legend----------------*/

.small-gutters {
  margin-right: -5px;
  margin-left: -5px;
}

.small-gutters>.col,
.small-gutters>[class*="col-"] {
  padding-right: 5px;
  padding-left: 5px;
}

.map-legend-wrap {
  position: absolute;
  bottom: 11%;
  left: 5vw;
  /* max-width: 725px; */
}

.floors-plan-img {
  width: 200px;
}

.legend-bg-color {}

#legend {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 20px 0px;
  height: 100%;
  min-width: 255px;
}

#house_gallery {
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0px 74px;
  height: 100%;
  position: relative;
}

#legendCarousel .carousel-item span {
  display: block;
  text-align: center;
  text-decoration: none;
  margin-bottom: 15px;
  white-space: nowrap;
}

#legendCarousel .carousel-item a {
  color: black;
  text-decoration: none;
}

#legendCarousel .carousel-item a:hover {
  color: black;
  text-decoration: none;
}

#legendCarousel .carousel-control-next,
#legendCarousel .carousel-control-prev {
  width: 40px;
}

#legendCarousel .carousel-control-next-icon,
#legendCarousel .carousel-control-prev-icon {
  display: inline-block;
  width: 35px;
  height: 70px;
  background: transparent no-repeat center center;
  background-size: 100% 100%;
}

#legendCarousel .carousel-control-next {
  right: -60px;
}

#legendCarousel .carousel-control-prev {
  left: -60px;
}

#legendCarousel .carousel-control-prev-icon {
  background-image: url(../img/back.png);
}

#legendCarousel .carousel-control-next-icon {
  background-image: url(../img/next.png);
}

.ul-buildings-legend {
  list-style: none;
  padding: 0;
  margin: 0;
}

.ul-buildings-legend li {
  padding-left: 15px;
  padding-right: 50px;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}

.ul-buildings-legend li p {
  margin-bottom: 0px;
  margin-left: 34px;
}

.ul-buildings-legend li i {
  position: absolute;
  top: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 10px;
  color: #78b82c;
  font-size: 60px;
}

.bg-li-house-selected {
  background: white;
}

.ul-buildings-legend li a {
  color: #565656;
  line-height: 23px;
  display: inline-block;
  vertical-align: middle;
}

.ul-buildings-legend li .the-dot {
  display: block;
  width: 23px;
  height: 23px;
  background: white;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
  border-radius: 50%;
  border: 2px solid #78b82c;
  padding: 5px;
}

.ul-buildings-legend li .the-dot .dot-style {
  width: 100%;
  height: 100%;
  border-radius: 50%;
}

.ul-buildings-legend li .the-dot .dot-style.dot-Free {
  background-color: #52f900;
}


.ul-buildings-legend li .the-dot .dot-style.dot-A {
  background-color: #1ABCF7;
}

.ul-buildings-legend li .the-dot .dot-style.dot-B {
  background-color: #E802FD;
}

.ul-buildings-legend li .the-dot .dot-style.dot-Atwo {
  background-color: #beff0e;
}

.ul-buildings-legend li .the-dot .dot-style.dot-Btwo {
  background-color: #00ffff;
}

.ul-buildings-legend li .the-dot .dot-style.dot-Ctwo {
  background-color: #00bff3;
}

.ul-buildings-legend li .the-dot .dot-style.dot-one {
  background-color: #ff00ff;
}

.ul-buildings-legend li .the-dot .dot-style.dot-D {
  background-color: #FFBF00;
}

.compass {
  position: absolute;
  top: 20px;
  width: 80px;
  right: 20px;
}

/*------------Datatable----------------*/

table.dataTable thead .sorting:after,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_desc_disabled:after {
  position: absolute;
  bottom: 8px;
  right: 8px;
  display: block;
  font-family: 'FontAwesome' !important;
  opacity: 0.5;
}

table.dataTable thead .sorting_asc:after {
  content: "\f161" !important;
}

table.dataTable thead .sorting_desc:after {
  content: "\f160" !important;
}

table.dataTable thead .sorting:after {
  opacity: 0.2;
  content: "\f0dc" !important;
}

/*------------Privacy Police----------------*/

.privacy_policy-page-text {
  padding-top: 100px;
  padding-bottom: 100px;
}

/*------------Footer----------------*/

footer {
  background: #78b82c;
}

footer .footer-top-btn {
  padding-top: 10px;
  padding-bottom: 10px;
}

footer .send-message {
  border-width: 4px;
  border-style: double;
  border-color: rgba(255, 255, 255, 0.50);
  color: white;
  border-radius: 0;
  border-left: 0;
  display: inline-block;
  margin-left: -5px;
  padding: 12px 15px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}

footer .send-message:hover {
  background: white;
  color: #78b82c;
}

footer hr {
  margin-top: 0;
  margin-bottom: 0;
  border: 0;
  border-top: 10px solid rgb(255, 255, 255);
}

footer .btn-img {
  display: inline-block;
  max-width: 63px;
  margin-top: 0.5px;
  margin-right: 1px;
}

footer .fb-icon {
  display: inline-block;
  vertical-align: middle;
  margin-bottom: 5px;
}

footer .footer-bottom {
  max-width: 1920px;
  margin: 0px auto;
  background: url('../img/footer-bg.png');
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: bottom center !important;
}

#brochure .btn-primary {
  color: #fff;
  background-color: #78b82c;
  border-color: #78b82c;
  border-radius: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  padding-left: 15px;
  padding-right: 15px;
  border: 4px solid transparent;
  margin: 5px 0px;
}

.copy-rights {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 14px;
  color: white;
  padding-bottom: 12px;
}

.footer-nav {
  margin: 0;
  padding: 0;
  list-style: none;
  margin-top: 10px;
  margin-bottom: 25px;
}

.footer-nav li {
  display: inline-block;
}

.footer-nav li a {
  text-decoration: none;
  font-size: 16px;
  color: white;
  text-transform: uppercase;
  font-weight: 700;
  padding: 20px;
}

.blocks-delay {
  z-index: 9;
  position: fixed;
  transform: translateY(-50%);
  top: 75%;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  -ms-transition: all 1s ease;
  transition: all 1s ease;
  width: 200px;
  right: -124px;
}

.footer-download a {
  font-family: 'Roboto', sans-serif;
  text-align: center;
  font-size: 16px;
  color: white;
  padding-bottom: 40px;
}

.footer-download {
  margin-bottom: 30px;
}

.f-contact-icon {
  width: 48px;
}

.blocks-delay:hover {
  right: 0;
}

.blocks-delay span {
  font-weight: 300;
  font-size: 19px;
  line-height: 25px;
  color: white;
  text-transform: uppercase;
  font-weight: bold;
  text-decoration: none;
  margin-top: 12px;
  display: inline-block;
  vertical-align: middle;
}

.fblock img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  /* margin-top: -5px;
  margin-bottom: -5px; */
  width: 75px;
}

.blocks-delay a {
  text-decoration: none;
}

a.fblock {
  /* border-top: 2px solid white;
  border-left: 2px solid white;
  border-bottom: 2px solid white; */
  background: #78b82c;
  display: block;
  width: 100%;
  font-size: 13px;
  cursor: pointer;
}

/*------------Media query----------------*/

@media (max-width: 1400px) {
  #legend {
    padding: 10px 0px;
  }

  #house_gallery {
    padding: 0px 74px;
  }

  .map-legend-wrap {
    bottom: 0 !important;
    left: 0;
    /* max-width: 625px; */
  }

  .floors-plan-img {
    width: 176px;
  }

  .ul-buildings-legend li {
    padding-left: 25px;
    padding-right: 32px;
    font-size: 12px;
  }
}

@media (max-width: 1300px) {
  header .navbar .nav-item.logo img {
    /* max-width: 110px; */
  }

  header .navbar.only-nav .nav-item.logo img {
    max-width: 160px;
    padding-left: 0px;
    padding-right: 0px;
  }

  header .navbar.affix.only-nav .nav-item.logo img {
    max-width: 110px;
    padding-left: 0px;
    padding-right: 0px;
  }

  header .navbar.affix.nav-house-type.only-nav .nav-item.logo img {
    max-width: 70px;
  }

  .language {
    position: fixed;
    right: 20px;
    top: 15px;
    z-index: 4;
  }

  .footer-nav li a {
    font-size: 16px;
  }
}

@media (min-width: 1200px) {}

@media (max-width: 1199.98px) {
  .map-legend-wrap {
    display: none;
  }

  /*.banner-text {
    max-width: initial;
    width: 80%;
    margin-left: 10%;
    margin-right: 10%;
    padding: 30px;
    right: initial;
    text-align: center;
  }*/
  .banner-text .b-t-wrapper {
    margin: 0px auto;
    padding-left: 15px;
    padding-right: 15px;
  }

  .banner-text h2 {
    font-size: 32px;
    line-height: 1;
    margin-bottom: 1rem;
  }

  .banner-text p {
    margin-bottom: 1.5rem;
  }

  .affix .language-home {
    right: 20px;
    top: 19px;
  }

  .language-home {
    right: 20px;
    top: 10px;
  }

  header .navbar.only-nav .nav-item.logo img {
    max-width: 150px;
    padding-left: 10px;
    padding-right: 10px;
  }

  header .navbar-light.only-nav .navbar-nav .nav-link {
    font-size: 14px;
  }

  header .navbar-light.only-nav .navbar-nav .active .nav-link {
    font-size: 14px;
  }

  header .navbar-expand-lg.only-nav .navbar-nav .nav-link {
    padding-right: 1rem;
    padding-left: 1rem;
  }

  .video-logo-wrapper img {
    max-width: 160px;
  }

  .play-wrapper img {
    max-width: 90px;
  }

  .play-wrapper {
    top: 60%;
    -webkit-transform: translateY(-60%);
    -ms-transform: translateY(-60%);
    transform: translateY(-60%);
  }

  header .navbar {
    padding: 1rem 1rem;
  }

  .building-view.margin {
    margin-top: 82px;
  }

  .home-text-banner-view {
    height: auto;
  }

  .home-text-banner-view {
    padding-left: 15px;
    padding-right: 15px;
  }

  .home-tb-wraper {
    padding-top: 150px;
    padding-bottom: 100px;
    position: static;
    top: initial;
    -webkit-transform: initial;
    -ms-transform: initial;
    transform: initial;
  }

  .home-tb-wraper h2 {
    font-size: 30px;
  }

  .home-tb-wraper p {
    font-size: 16px;
    margin-top: 10px;
  }

  .home-tb-wraper .btn-secondary {
    padding-left: 15px;
    padding-right: 15px;
  }

  .btn-secondary {
    font-size: 18px;
  }

  .apartments_tabs li {
    display: inline-block;
    width: 25%;
    text-align: center;
    background: white;
  }

  .houses {
    padding-bottom: 1px;
  }

  .mobile-map-controls {
    padding-top: 30px;
    padding-bottom: 30px;
    background: #f2f2f2;
  }

  #mobile-select {
    max-width: 320px;
    margin: 0px auto;
    border: 3px solid #78b82c;
    border-radius: 0;
  }

  #mobile-select,
  #mobile-house-info,
  #mobile_house_gallery {
    display: block !important;
  }

  .hide-on-mobile {
    display: none !important;
  }

  #mobile_house_gallery .carousel {
    max-width: 320px;
    margin: 0px auto;
    border: 3px solid #78b82c;
    padding: 10px 60px;
    margin-bottom: 30px;
  }

  #mobile-house-info {
    text-align: center;
    margin-top: 20px;
    font-size: 20px;
  }

  .close-legend-gallery {
    display: none;
  }

  .down-arrow-wraper,
  .down-arrow-wraper-menu,
  .down-arrow-wraper-typehouse-menu {
    display: none !important
  }

  header .navbar.affix {
    top: 0px !important;
  }

  .minus-margin-houses {
    margin-top: initial;
  }

  .housetype-building-wrapper {
    margin-top: 0px;
  }
}

@media (max-width: 1050px) {
  header .navbar-light .navbar-nav .nav-link {
    font-size: 12px;
  }

  header .navbar.only-nav {
    padding: 0.5rem 0.5rem;
  }

  .navbar-expand-lg .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .building-view.margin {
    margin-top: 117px;
  }

  .minus-margin-to-fit {
    bottom: 0px;
  }
}

@media (min-width: 992px) {
  .houses {
    padding-top: 0px;
    padding-bottom: 1px;
  }
}

@media (max-width: 991.98px) {
  header .bg-light.only-nav {
    background-color: rgba(255, 255, 255, 0.9215686274509803) !important;
  }

  header .navbar.only-nav {
    padding: 1rem 1rem;
  }

  header .navbar.affix.only-nav {
    padding: 0.5rem 0.5rem;
  }

  .language {
    right: 80px;
    top: 19px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .language.lgfix {
    right: 60px;
    top: 11px;
    -webkit-transition: all 0.5s ease-in-out;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
  }

  .language-home {
    right: 70px;
    top: 20px;
  }

  .video-button {
    top: 20px;
    right: 125px;
  }

  .affix .video-button {
    top: 11px;
  }

  .affix .language-home {
    right: 60px;
    top: 11px;
  }

  .language ul li {
    color: white;
  }

  .language ul li a {
    color: white;
  }

  header .navbar-light .navbar-nav .nav-link {
    font-size: 19px;
  }

  header .navbar-light.only-nav .navbar-nav .nav-link {
    font-size: 16px;
    color: #78b82c;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }

  header .navbar-light.only-nav .navbar-nav .active .nav-link {
    font-size: 16px;
    color: #565656;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
  }

  .about-img-holder {
    height: 370px;
    margin-bottom: 50px;
  }

  .p-format {
    font-size: 18px;
  }

  .line-text h2 {
    font-size: 25px;
  }

  .building-view.margin {
    margin-top: 72px;
  }

  .building-view img {
    max-width: 50px;
    position: absolute;
    left: 20px;
    bottom: 20px;
  }

  .nav-item.nav-width {
    width: initial !important;
  }

  .green-b-box h3 {
    font-size: 30px;
    color: #78b82c;
    margin-bottom: 30px;
  }

  .green-b-box {
    padding: 30px;
  }

  .green-b-box h5 {
    font-size: 25px;
    margin-bottom: 20px;
  }

  .green-b-box p {
    font-size: 18px;
    margin-bottom: 20px;
  }

  .btn-primary {
    font-size: 18px;
    line-height: 2;
    padding-left: 25px;
    padding-right: 25px;
  }

  .nav-item.logo {
    display: none;
  }

  .navbar-brand {
    display: block;
  }

  .navbar-brand img {
    max-width: 65px;
  }

  .footer-nav li a {
    font-size: 14px;
  }

  .apartments_tabs .all-tab-right {
    position: initial;
    right: initial;
    top: initial;
    background: #78b82c;
  }

  .map-buffer-sm {
    height: 78px;
  }

  .blocks-delay {
    display: none;
  }
}

@media (max-width: 767.98px) {
  .banner-text {
    display: none;
  }

  .home-tb-wraper br {
    display: none;
  }

  .video-logo-wrapper img {
    max-width: 120px;
  }

  .play-wrapper img {
    max-width: 50px;
  }

  .footer-nav li a {
    font-size: 16px;
  }

  .apartments_tabs li {
    display: inline-block;
    width: 50%;
  }
}

@media (min-width: 768px) {}

@media (min-width: 576px) {}

@media (max-width: 575.98px) {
  header .navbar-light .navbar-nav .nav-link {
    font-size: 16px;
  }

  .apartments_tabs li {
    display: inline-block;
    width: 100%;
  }

  .bannner-pages {
    height: 66vw;
  }

  /* .fullscreen-bg {
    height: 66vw;
  } */

  .about-page-img-holder {
    height: 61vw;
  }

  #legendCarousel .carousel-control-prev {
    left: 0px;
  }

  #legendCarousel .carousel-control-next {
    right: 0px;
  }

  #legendCarousel .carousel-control-next-icon,
  #legendCarousel .carousel-control-prev-icon {
    width: 25px;
    height: 70px;
  }
}

@media(max-width:576px) {
  .mobile-hidden {
    display: none !important;
  }

  .language {
    top: 17px;
  }

  .language.lgfix {
    top: 9.5px;
  }

  .language-home {
    top: 17px;
  }

  .affix .language-home {
    top: 9.5px;
  }

  .video-button {
    top: 17px;
  }

  .affix .video-button {
    top: 9.5px;
  }
}

/* --------------Offcet-right-class------------ */

.col-xs-offset-right-12 {
  margin-right: 100%;
}

.col-xs-offset-right-11 {
  margin-right: 91.66666667%;
}

.col-xs-offset-right-10 {
  margin-right: 83.33333333%;
}

.col-xs-offset-right-9 {
  margin-right: 75%;
}

.col-xs-offset-right-8 {
  margin-right: 66.66666667%;
}

.col-xs-offset-right-7 {
  margin-right: 58.33333333%;
}

.col-xs-offset-right-6 {
  margin-right: 50%;
}

.col-xs-offset-right-5 {
  margin-right: 41.66666667%;
}

.col-xs-offset-right-4 {
  margin-right: 33.33333333%;
}

.col-xs-offset-right-3 {
  margin-right: 25%;
}

.col-xs-offset-right-2 {
  margin-right: 16.66666667%;
}

.col-xs-offset-right-1 {
  margin-right: 8.33333333%;
}

.col-xs-offset-right-0 {
  margin-right: 0;
}

@media (min-width: 768px) {
  .col-sm-offset-right-12 {
    margin-right: 100%;
  }

  .col-sm-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-sm-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-sm-offset-right-9 {
    margin-right: 75%;
  }

  .col-sm-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-sm-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-sm-offset-right-6 {
    margin-right: 50%;
  }

  .col-sm-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-sm-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-sm-offset-right-3 {
    margin-right: 25%;
  }

  .col-sm-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-sm-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-sm-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 992px) {
  .col-md-offset-right-12 {
    margin-right: 100%;
  }

  .col-md-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-md-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-md-offset-right-9 {
    margin-right: 75%;
  }

  .col-md-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-md-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-md-offset-right-6 {
    margin-right: 50%;
  }

  .col-md-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-md-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-md-offset-right-3 {
    margin-right: 25%;
  }

  .col-md-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-md-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-md-offset-right-0 {
    margin-right: 0;
  }
}

@media (min-width: 1200px) {
  .col-lg-offset-right-12 {
    margin-right: 100%;
  }

  .col-lg-offset-right-11 {
    margin-right: 91.66666667%;
  }

  .col-lg-offset-right-10 {
    margin-right: 83.33333333%;
  }

  .col-lg-offset-right-9 {
    margin-right: 75%;
  }

  .col-lg-offset-right-8 {
    margin-right: 66.66666667%;
  }

  .col-lg-offset-right-7 {
    margin-right: 58.33333333%;
  }

  .col-lg-offset-right-6 {
    margin-right: 50%;
  }

  .col-lg-offset-right-5 {
    margin-right: 41.66666667%;
  }

  .col-lg-offset-right-4 {
    margin-right: 33.33333333%;
  }

  .col-lg-offset-right-3 {
    margin-right: 25%;
  }

  .col-lg-offset-right-2 {
    margin-right: 16.66666667%;
  }

  .col-lg-offset-right-1 {
    margin-right: 8.33333333%;
  }

  .col-lg-offset-right-0 {
    margin-right: 0;
  }
}

/* ---------End-offcet-right----------- */

@media(max-width:991.98px) {
  .about-lindner-img-holder {
    margin-bottom: 30px;
  }

  .about-page-content-left {
    margin-bottom: 15px;
  }

  #komplex-page-img-hide {
    margin-top: 30px;
  }

  .news-card-container {
    padding-left: 15px;
    padding-right: 15px;
  }

  .form-group input {
    width: 100%;
  }

  .form-group textarea {
    width: 100%;
  }
}

@media (max-width: 768px) {
  .card-body {
    text-align: center;
  }

  .contacts-page-text {
    text-align: center;
  }

  .gallery-bg-img {
    height: 51vw;
  }

  .gallery-img-holder {
    padding: 20px;
  }

  .gallery-img-description_center {
    height: 51vw;
  }

  .nav-pills .nav-item {
    width: 100%;
    text-align: center;
    padding-right: 0px;
    padding-bottom: 10px;
  }

  .down-link {
    display: none;
  }
}

@media(max-width: 1200px) {
  .nav-pills {
    justify-content: center;
  }

  .nav-pills .nav-item {
    padding-bottom: 10px;
  }
}

@media(max-width: 455px) {
  .accordion-btn {
    width: 100%;
    white-space: normal;
  }

  .accordion-header i {
    float: none;
  }

  .accordion-arow {
    display: flex;
    justify-content: center;
  }
}

.lb-nav a.lb-next,
.lb-nav a.lb-prev {
  opacity: 1 !important;
  width: 25% !important;
}

.zoom-buttons-wrapper {
  display: none;
  flex-wrap: wrap;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  padding-left: 15px;
  padding-right: 15px;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.9);
  margin-left: 10px;
}

.zoom-out-btn {
  background-color: rgba(255, 255, 255, 0.9);
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid #78b82c;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none !important;
  color: #78b82c;
  border-radius: 100px;
}

.zoom-out-btn:hover {
  color: #565657;
}

.zoom-in-btn {
  background-color: rgba(255, 255, 255, 0.9);
  width: 45px;
  height: 45px;
  display: flex;
  border: 1px solid #78b82c;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  font-size: 22px;
  text-decoration: none !important;
  color: #78b82c;
  border-radius: 100px;
}

.zoom-in-btn:hover {
  color: #565657;
}

/* VIDO CONTROLS */

:root {
  --default-white: white;
}

.video-controls {
  right: 0;
  left: 0;
  position: absolute;
  bottom: 0;
  transition: all 0.2s ease;
  z-index: 999;
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.5));
}

.video-controls.hide {
  opacity: 0;
  pointer-events: none;
}

.video-progress {
  position: relative;
  height: 5px;
  margin-bottom: 10px;
}

progress {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 2px;
  width: 100%;
  height: 5px;
  pointer-events: none;
  position: absolute;
  top: 0;
}

progress::-webkit-progress-bar {
  background-color: #474545;
  border-radius: 2px;
}

progress::-webkit-progress-value {
  background: var(--default-white);
  border-radius: 2px;
}

progress::-moz-progress-bar {
  border: 1px solid var(--default-white);
  background: var(--default-white);
}

.seek {
  position: absolute;
  top: -5px;
  width: 100%;
  cursor: pointer;
  margin: 0;
}

.seek:hover+.seek-tooltip {
  display: block;
}

.seek-tooltip {
  display: none;
  position: absolute;
  top: -50px;
  margin-left: -20px;
  font-size: 12px;
  padding: 3px;
  content: attr(data-title);
  font-weight: bold;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.6);
}

.bottom-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.left-controls {
  display: flex;
  align-items: center;
  color: #fff;
}

.volume-controls {
  display: flex;
  align-items: center;
  margin-right: 10px;
}

.volume-controls input {
  width: 100px;
  opacity: 1;
  transition: all 0.4s ease;
}

.volume-controls:hover input,
.volume-controls input:focus {
  width: 100px;
  opacity: 1;
}

.fullscreen-button {
  margin-right: 0;
}

.pip-button svg {
  width: 26px;
  height: 26px;
}

.playback-animation {
  pointer-events: none;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -40px;
  margin-top: -40px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
  background-color: rgba(0, 0, 0, 0.6);
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0;
}

input[type=range] {
  -webkit-appearance: none;
  -moz-appearance: none;
  background: transparent;
  cursor: pointer;
}

input[type=range]:focus {
  outline: none;
}

input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  cursor: pointer;
  border-radius: 1.3px;
  -webkit-appearance: none;
  transition: all 0.4s ease;
}

input[type=range]::-webkit-slider-thumb {
  height: 16px;
  width: 16px;
  border-radius: 16px;
  background: var(--default-white);
  cursor: pointer;
  -webkit-appearance: none;
  margin-left: -1px;
}

input[type=range]:focus::-webkit-slider-runnable-track {
  background: transparent;
}

input[type=range].volume {
  height: 4px;
  background-color: #fff;
}

input[type=range].volume::-webkit-slider-runnable-track {
  background-color: transparent;
}

input[type=range].volume::-webkit-slider-thumb {
  margin-left: 0;
  height: 14px;
  width: 14px;
  background: #fff;
}

input[type=range]::-moz-range-track {
  width: 100%;
  height: 5px;
  cursor: pointer;
  border: 1px solid transparent;
  background: transparent;
  border-radius: 1.3px;
}

input[type=range]::-moz-range-thumb {
  height: 14px;
  width: 14px;
  border-radius: 50px;
  border: 1px solid var(--default-white);
  background: var(--default-white);
  cursor: pointer;
  margin-top: 5px;
}

input[type=range]:focus::-moz-range-track {
  outline: none;
}

input[type=range].volume::-moz-range-thumb {
  border: 1px solid #fff;
  background: #fff;
}

@media screen and (-ms-high-contrast: active),
(-ms-high-contrast: none) {

  .down-link:hover {
    text-decoration: none;
  }

  .video-progress {
    height: 0;
    margin-bottom: 0;
  }

  .seek {
    top: -23px;
  }

  input[type=range].volume {
    height: -5px;
    background-color: transparent !important;
  }

  input[type=range]::-ms-track {
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
  }

  input[type=range].volume::-ms-track {
    height: 5px;

    /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
    background: transparent;

    /*leave room for the larger thumb to overflow with a transparent border */
    border-color: transparent;
    border-width: 6px 0;

    /*remove default tick marks*/
    color: transparent;
  }

  input[type=range]::-ms-fill-lower {
    background: #777;
    border-radius: 10px;
  }

  input[type=range]::-ms-fill-upper {
    background: #ddd;
    border-radius: 10px;
  }

  input[type=range]::-ms-thumb {
    border: none;
    height: 16px !important;
    width: 16px !important;
    border-radius: 50%;
    background: white;
  }

  input[type=range]:focus::-ms-fill-lower {
    background: #888;
  }

  input[type=range]:focus::-ms-fill-upper {
    background: #ccc;
  }
}

.hidden {
  display: none;
}

.video-controls svg {
  width: 25px;
  height: 25px;
  fill: #fff;
  stroke: #fff;
  cursor: pointer;
}

.volume-button,
.play-button {
  cursor: pointer;
  position: relative;
  margin-right: 7px;
  font-size: 12px;
  padding: 3px;
  border: none;
  outline: none;
  background-color: transparent;
}

.volume-button::before,
.play-button::before {
  content: attr(data-title);
  position: absolute;
  display: none;
  right: 0;
  top: -50px;
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  font-weight: bold;
  padding: 4px 6px;
  word-break: keep-all;
  white-space: pre;
}

.volume-button:hover::before {
  display: inline-block;
}

.play-button-button:hover::before {
  display: inline-block;
}

@media(min-width: 1200px) {
  .video-controls {
    position: fixed;
  }

  .down-arrow-wraper {
    position: fixed;
  }

}

.popover-header {
  padding: 0px;
  border-bottom: none;
  padding-right: 5px;
}

.video-bg {
  background: #78b82c;
}

@media(max-width: 998px) {
  .video-bg {
    background: transparent;
    margin-bottom: 50px;
  }
}