body {
  background-color: white;
  font-family:'Open Sans', sans-serif;
  color: white;
  font-size: 14px;
  line-height: 20px;
}
h1 {
  margin: 10px 0px 16px;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  line-height: 56px;
  font-style: normal;
  font-weight: 400;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: none;
}
h2 {
  margin: 10px 0px;
  font-size: 32px;
  line-height: 36px;
  font-weight: 700;
  text-shadow: none;
}
h3 {
  margin: 5px 0px;
  font-size: 22px;
  line-height: 30px;
  font-weight: 400;
  text-shadow: none;
}
h4 {
  margin: 10px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 700;
}
h5 {
  margin: 10px 0px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 700;
}
h6 {
  margin: 10px 0px;
  font-size: 12px;
  line-height: 18px;
  font-weight: 700;
}
p {
  margin-top: 0px;
  margin-bottom: 10px;
  font-family:'Open Sans', sans-serif;
  font-size: 15px;
  line-height: 23px;
  font-weight: 300;
  letter-spacing: 0px;
  text-shadow: none;
}
.button {
  display: block;
  width: 30%;
  height: 54px;
  padding: 4px 29px;
  float: left;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  background-color: #272545;
  -webkit-transition: background-color 300ms ease;
  transition: background-color 300ms ease;
  color: white;
  font-size: 16px;
  font-weight: 300;
  text-align: center;
  text-decoration: none;
}
.button:hover {
  background-color: #414073;
}
.button.details {
  display: inline-block;
  width: auto;
  height: auto;
  margin-right: 18px;
  padding-top: 12px;
  padding-bottom: 12px;
  float: left;
}
.subtitle {
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 28px;
  text-transform: uppercase;
  text-shadow: none;
}
.field {
  width: 70%;
  height: 54px;
  float: left;
  border: 0px solid black;
  border-top-left-radius: 2px;
  border-bottom-left-radius: 2px;
  background-color: #ebe8e4;
  box-shadow: transparent 0px 0px 8px 0px inset;
  -webkit-transition: box-shadow 150ms ease;
  transition: box-shadow 150ms ease;
  color: #262c46;
  font-size: 16px;
}
.field:focus {
  box-shadow: #272545 0px 0px 0px 2px inset;
}
.share-text {
  color: rgba(241, 235, 247, 0.4);
}
.social-widget {
  width: 100px;
  float: left;
  opacity: 0.41;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}
.social-widget:hover {
  opacity: 1;
}
.social-widget.full-opacity {
  opacity: 1;
}
.success-message {
  padding: 20px;
  border-radius: 2px;
  background-color: #272545;
  -webkit-transition: all 300ms ease;
  transition: all 300ms ease;
}
.spread-word {
  margin-top: 12px;
  font-family: Arial, Helvetica, sans-serif;
  color: #aaa8ad;
  font-size: 10px;
  line-height: 16px;
  font-weight: 400;
  letter-spacing: 0px;
  text-transform: uppercase;
}
.error-message {
  padding-bottom: 5px;
  border-radius: 2px;
  background-color: #5c3245;
}
.content-wrapper {
  display: inline-block;
  width: 60%;
  margin-top: 96px;
  margin-bottom: 14px;
  padding-top: 24px;
  padding-right: 14px;
  padding-left: 32px;
  border-left: 22px solid #ff9800;
  background-color: rgba(65, 75, 122, 0.76);
}
.header-section {
  height: 100%;
  padding-top: 193px;
  padding-bottom: 237px;
  background-image: url('../images/backgr.jpg');
  background-position: 50% 50%;
  background-size: cover;
}
.footer-section {
  padding-top: 38px;
  padding-bottom: 34px;
  background-color: #232230;
  color: #7e7c87;
}
.copyright {
  margin-top: 22px;
  text-align: right;
}
.content-section {
  padding-top: 49px;
  padding-bottom: 49px;
  background-color: #ebe8e4;
  color: rgba(49, 43, 61, 0.89);
  text-shadow: none;
}
.hero-image-holder {
  position: static;
  display: inline-block;
  overflow-x: hidden;
  overflow-y: hidden;
  width: 350px;
  height: 350px;
  float: right;
  clear: none;
  border-radius: 175px;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.hero-img-house {
  position: absolute;
  left: 0px;
  top: 0px;
  z-index: 1;
  overflow-x: hidden;
  overflow-y: hidden;
  float: right;
}
.hero-img-house.hero-img-indoor {
  position: relative;
  left: 0px;
  top: 0px;
  z-index: 2;
}
.hero-slider {
  height: auto;
}
.blue-house {
  display: block;
  border-radius: 175px;
}
.menu-section {
  margin-top: -62px;
  background-color: rgba(49, 43, 61, 0.89);
}
.navbar {
  background-color: transparent;
}
.brand {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #ff9800;
  font-size: 20px;
  text-shadow: none;
}
.navbutton {
  font-family:'Open Sans', sans-serif;
  color: #ff9800;
  font-size: 16px;
  font-weight: 300;
  text-transform: uppercase;
}
.navbutton:hover {
  background-color: rgba(255, 152, 0, 0.74);
  color: white;
}
.project-section {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 6px 6px 0px inset;
  color: #383838;
}
.city {
  padding-top: 40px;
  padding-bottom: 30px;
}
.section-h1 {
  margin-top: 0px;
  padding-left: 7px;
  border-left: 10px solid #ff9800;
  font-family:'Open Sans Condensed', sans-serif;
  color: #828282;
  font-weight: 300;
  text-shadow: none;
}
.section-h1.mesto {
  text-shadow: none;
}
.section-h1.partners {
  color: #ededed;
  text-shadow: none;
}
.section-h1.mesto-h1 {
  position: relative;
  left: 0px;
  top: -460px;
  z-index: 1;
  display: inline-block;
  float: none;
  clear: both;
  text-shadow: none;
}
.section-h1.plan-h1 {
  color: #e6e6e6;
  text-shadow: none;
}
.section-h1.prj-h2 {
  font-size: 34px;
  text-shadow: none;
}
.houses-section {
  margin-top: 10px;
  padding-top: 34px;
  padding-bottom: 60px;
  border-top: 20px solid #71970e;
  background-color: white;
  color: #383838;
}
.house-card {
  overflow-x: hidden;
  overflow-y: hidden;
  height: 300px;
  border-radius: 12px;
  background-color: white;
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
}
.price {
  position: relative;
  display: none;
  margin-top: -111px;
  margin-left: 8px;
  font-family: Oswald, sans-serif;
  color: white;
  font-size: 36px;
  line-height: 36px;
  font-weight: 700;
}
.price-text {
  display: inline-block;
  padding: 7px 16px 10px;
  background-color: rgba(49, 43, 61, 0.89);
  font-family:'Open Sans Condensed', sans-serif;
  line-height: 44px;
  font-weight: 300;
}
.house-description {
  margin-top: 24px;
  text-shadow: none;
}
.partners-section {
  padding-top: 30px;
  padding-bottom: 20px;
  background-color: #71970e;
  color: #c7c7c7;
}
.footer-h2 {
  color: #9c9aa6;
  font-size: 30px;
  font-weight: 300;
  text-shadow: none;
}
.tag {
  display: inline-block;
  margin-right: 8px;
  margin-bottom: 8px;
  padding: 2px 5px;
  float: left;
  background-color: #9c9c9c;
  font-family:'Open Sans', sans-serif;
  color: #242424;
  font-size: 10px;
  font-weight: 400;
}
.tag:hover {
  background-color: #ff9800;
}
.phone {
  position: static;
  left: 0px;
  bottom: 0px;
  padding-left: 28px;
  font-family:'Open Sans Condensed', sans-serif;
  color: #ff9800;
  font-size: 29px;
  line-height: 40px;
  font-weight: 300;
  text-align: left;
}
.phone-hero {
  display: block;
  margin-top: -50px;
  clear: none;
  font-family: Oswald, sans-serif;
  font-size: 50px;
  line-height: 50px;
  font-weight: 300;
  text-shadow: black 1px 1px 6px;
}
.map {
  margin-bottom: -5px;
}
.map-container-header {
  height: 0px;
}
.phonelionk {
  display: inline;
  font-family: Oswald, sans-serif;
  color: white;
  text-align: left;
  text-decoration: none;
}
.indoor {
  display: block;
  border-radius: 175px;
}
.phone-ison {
  display: inline-block;
  width: 50px;
  height: 50px;
  margin-left: 6px;
  padding-top: 5px;
  padding-left: 7px;
  border-radius: 50px;
  background-color: rgba(65, 75, 122, 0.76);
  font-family: Uusikyla, sans-serif;
  color: #ff9800;
  font-size: 40px;
  line-height: 40px;
}
.uusk-icon {
  display: inline-block;
  margin-top: 10px;
  padding-right: 12px;
  float: left;
  font-family: Uusikyla, sans-serif;
  font-size: 24px;
  line-height: 24px;
}
.uusk-icon.big {
  font-size: 40px;
  line-height: 40px;
}
.house-about-p {
  margin-bottom: 22px;
  text-shadow: none;
}
.row1 {
  margin-bottom: 17px;
}
.photo-slider {
  height: auto;
  background-color: transparent;
}
.plan-section {
  margin-bottom: 10px;
  padding-top: 18px;
  padding-bottom: 24px;
  background-color: #71970e;
  background-image: none;
  background-position: 0% 0%;
  background-size: auto;
  background-repeat: repeat;
  background-attachment: scroll;
}
.plan634 {
  display: block;
  text-align: left;
}
.plan-mask {
  overflow-x: hidden;
  overflow-y: hidden;
  width: 400px;
  height: 400px;
  float: right;
  border-radius: 200px;
}
.plan-holder {
  overflow-x: hidden;
  overflow-y: hidden;
  border-style: solid;
  border-width: 10px;
  border-right-color: white;
  border-left-color: white;
}
.logo-image {
  margin-right: 20px;
  margin-bottom: 14px;
}
.sosedi-ul {
  margin-top: 20px;
  color: #e8e8e8;
  font-weight: 400;
  list-style-type: square;
}
.projects-h2 {
  font-family:'Open Sans Condensed', sans-serif;
  font-weight: 300;
  text-shadow: none;
}
.garage {
  border-radius: 12px;
}
.ipoteka-section {
  margin-bottom: 24px;
  padding-top: 40px;
  box-shadow: rgba(0, 0, 0, 0.49) 0px 6px 6px 0px inset;
  color: #383838;
}
.infrastructure-section {
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #262c46;
  color: #b8b8b8;
}
.map-info-section {
  margin-top: 10px;
  padding-top: 12px;
  padding-bottom: 12px;
  background-color: #71970e;
}
.list {
  font-weight: 300;
}
.ipoteka-row {
  margin-bottom: 15px;
}
.hidden1 {
  display: none;
  overflow-x: hidden;
  overflow-y: hidden;
  height: 0px;
}
.slider634 {
  height: auto;
}
.lb234 {
  border-radius: 16px;
}
html.w-mod-js *[data-ix="slide-left"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}
html.w-mod-js *[data-ix="slide-left-2"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}
html.w-mod-js *[data-ix="slide-left-3"] {
  opacity: 0;
  -webkit-transform: translate(-300px, 0px);
  -ms-transform: translate(-300px, 0px);
  transform: translate(-300px, 0px);
}
html.w-mod-js *[data-ix="hero-image-loaded"] {
  opacity: 0;
}
html.w-mod-js *[data-ix="scroll-header-from-left"] {
  opacity: 0;
  -webkit-transform: translate(-400px, 0px);
  -ms-transform: translate(-400px, 0px);
  transform: translate(-400px, 0px);
}
@media (max-width: 991px) {
  p {
    font-size: 13px;
    line-height: 15px;
    text-shadow: none;
  }
  .button {
    width: 30%;
  }
  .field {
    width: 70%;
  }
  .content-wrapper {
    width: 81%;
  }
  .section-h1 {
    font-size: 50px;
    text-shadow: none;
  }
  .house-card {
    height: 229px;
  }
  .phone {
    font-size: 25px;
  }
  .navmenu {
    background-color: rgba(49, 43, 61, 0.89);
  }
  .menubutton.w--open {
    background-color: rgba(49, 43, 61, 0.89);
  }
  .sosedi-ul {
    font-size: 12px;
    line-height: 14px;
  }
  .list {
    font-size: 12px;
    line-height: 14px;
  }
}
@media (max-width: 767px) {
  p {
    text-shadow: none;
  }
  .button {
    width: 40%;
  }
  .field {
    width: 60%;
  }
  .sign-up-form {
    margin-bottom: 38px;
  }
  .content-wrapper {
    width: 100%;
    padding-right: 24px;
    padding-left: 24px;
  }
  .header-section {
    padding-top: 37px;
    padding-bottom: 37px;
  }
  .section-h1 {
    text-shadow: none;
  }
  .house-card {
    height: 169px;
  }
  .phone-hero {
    margin-top: 0px;
  }
  .plan-holder {
    margin-top: 20px;
  }
}
@media (max-width: 479px) {
  p {
    margin-bottom: 29px;
    font-size: 12px;
    text-shadow: none;
  }
  .button {
    width: 100%;
    border-top-left-radius: 2px;
    border-bottom-left-radius: 2px;
  }
  .field {
    width: 100%;
    border-top-right-radius: 2px;
    border-bottom-right-radius: 2px;
  }
  .social-widget {
    width: 96px;
  }
  .social-widget-wrapper {
    display: block;
    width: 194px;
    margin-right: auto;
    margin-bottom: 15px;
    margin-left: auto;
  }
  .copyright {
    text-align: center;
  }
}

@font-face {
  font-family: 'Uusikyla';
  src: url('../fonts/uusikyla.eot') format('embedded-opentype'), url('../fonts/uusikyla.woff') format('woff'), url('../fonts/uusikyla.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
}