body {
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 15px;
  color: #111;
  min-width: 320px;
  position: relative;
  -webkit-font-smoothing: antialised;
  overflow-x: hidden; }

.hidden {
  display: none; }

a {
  color: #B0E470; }

a:hover, a:active {
  color: #8ABE4A;
  text-decoration: underline; }

.headers, h1, h2, h3, h4 {
  font-family: "Raleway";
  font-weight: 700;
  color: #000; }

h1 {
  font-size: 3em; }

h2 {
  font-size: 1.5em; }

h3 {
  font-size: 1.25em; }

h4 {
  font-size: 1em; }

h5 {
  font-size: 0.875em; }

b, strong {
  font-weight: 700; }

.before, .main-head:before {
  content: "";
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  position: absolute; }

.ulmnu, .top ul {
  list-style-type: none;
  margin: 0;
  padding: 0; }
  .ulmnu li, .top ul li {
    display: inline-block; }

.trans {
  transition: all 0.5s ease; }

.top {
  padding-top: 10px;
  padding-bottom: 10px;
  min-height: 60px;
  text-align: center; }
  .top img {
    width: 80px; }

.top_mnu li {
  line-height: 75px;
  padding: 0px 15px;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  font-size: 13px; }
  .top_mnu li a {
    text-decoration: none;
    color: #111;
    transition: ease 0.3s; }
  .top_mnu li:active a {
    color: #8ABE4A; }
  .top_mnu li:hover a {
    color: #8ABE4A;
    box-shadow: 0px 5px 0px #8ABE4A; }

.phone-wrap {
  position: relative; }
  .phone-wrap .phone {
    font-family: "RobotoBold";
    font-size: 1em;
    text-align: right;
    margin-top: 20px; }
  .phone-wrap p {
    margin-top: 5px;
    text-align: right;
    font-family: "RobotoRegular";
    font-size: 0.875em; }
    .phone-wrap p a {
      color: #111; }
  .phone-wrap .toggle-mnu {
    display: block;
    float: right;
    position: absolute;
    top: 0;
    right: 0;
    text-align: center;
    line-height: 75px; }

.toggle-mnu {
  display: block;
  width: 28px;
  height: 28px;
  margin-top: 10px; }

.toggle-mnu span:after,
.toggle-mnu span:before {
  content: "";
  position: absolute;
  left: 0;
  top: 9px; }

.toggle-mnu span:after {
  top: 18px; }

.toggle-mnu span {
  position: relative;
  display: block; }

.toggle-mnu span,
.toggle-mnu span:after,
.toggle-mnu span:before {
  width: 100%;
  height: 4px;
  background-color: #222;
  transition: all 0.3s;
  backface-visibility: hidden;
  border-radius: 2px; }

.toggle-mnu.on span {
  background-color: transparent; }

.toggle-mnu.on span:before {
  transform: rotate(45deg) translate(-1px, 0px); }

.toggle-mnu.on span:after {
  transform: rotate(-45deg) translate(6px, -7px); }

.toggle-mnu.on + #menu {
  opacity: 1;
  visibility: visible; }

.main-head {
  min-height: 800px;
  background-size: cover;
  background-position: top center;
  position: relative; }
  .main-head:before {
    background-color: #000;
    opacity: 0.3; }
  .main-head .switch {
    display: inline-block;
    position: fixed;
    top: 40%;
    z-index: 1000; }
    .main-head .switch li {
      list-style-type: none;
      width: 24px; }
      .main-head .switch li a {
        background: #838183;
        display: block;
        width: 6px;
        height: 6px;
        border: 4px;
        border-spacing: 2px;
        border-radius: 50%;
        margin: 8px auto;
        transition: 0.3s ease; }
        .main-head .switch li a:hover {
          background: #B0E470;
          width: 12px;
          height: 12px;
          border: 0px; }
        .main-head .switch li a.active {
          background: #B0E470;
          width: 12px;
          height: 12px;
          border: 0px; }
    .main-head .switch .menu2 {
      padding-left: 20px; }

.header-wrap {
  padding-top: 40px;
  padding-bottom: 20px;
  margin-bottom: 30px; }
  .header-wrap h1 {
    color: #fff;
    margin-top: 180px;
    text-transform: uppercase; }
  .header-wrap h2 {
    color: #fff;
    text-transform: uppercase; }

#triangle-up {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 12px solid #838183;
  display: block;
  margin: 0px auto;
  transition: 0.3s ease; }
  #triangle-up:hover {
    border-bottom: 12px solid #B0E470; }
  #triangle-up.active {
    border-bottom: 12px solid #B0E470; }

#triangle-down {
  width: 0;
  height: 0;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-top: 12px solid #838183;
  display: block;
  margin: 0 auto;
  transition: 0.3s ease; }
  #triangle-down:hover {
    border-top: 12px solid #B0E470; }
  #triangle-down.active {
    border-top: 12px solid #B0E470; }

.forms {
  color: #fff;
  padding: 30px 35px;
  background-color: rgba(0, 0, 0, 0.5);
  margin-top: 20px; }
  .forms h4 {
    color: #fff;
    margin: 0;
    letter-spacing: 2px; }
  .forms p {
    line-height: 1.125em;
    font-family: "RobotoRegular"; }
  .forms label {
    margin-top: 20px;
    margin-bottom: 20px;
    display: block; }
    .forms label span {
      letter-spacing: 1px;
      display: block;
      margin-bottom: 6px;
      font-size: 11px; }
  .forms input {
    display: block;
    width: 100%;
    border: none;
    box-shadow: 0 -4px #888;
    background-color: #fff;
    opacity: 0.5;
    text-indent: 20px;
    padding: 10px 0;
    font-size: 16px;
    font-family: "RobotoBold";
    color: #000;
    transition: all 0.5s ease; }
    .forms input:focus {
      box-shadow: 0 -4px #8ABE4A; }
  .forms .buttons {
    margin-top: 15px; }
  .forms h6 {
    font-size: 10px;
    margin-top: 20px;
    font-weight: normal;
    margin-bottom: 0; }
    .forms h6 .che {
      box-shadow: none;
      float: left;
      width: 20px; }

.arrow_down {
  position: relative;
  height: 80px; }
  .arrow_down .arrow {
    opacity: 0;
    position: absolute;
    left: 50%;
    top: 50%;
    transform-origin: 50% 50%;
    transform: translate3d(-50%, -50%, 0); }
  .arrow_down .arrow-1 {
    animation: arrow-movement 2s ease-in-out infinite; }
  .arrow_down .arrow-2 {
    animation: arrow-movement 2s 1s ease-in-out infinite; }
  .arrow_down .arrow:before,
  .arrow_down .arrow:after {
    background: #fff;
    content: "";
    display: block;
    height: 3px;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px; }
  .arrow_down .arrow:before {
    transform: rotate(45deg) translateX(-23%);
    transform-origin: top left; }
  .arrow_down .arrow:after {
    transform: rotate(-45deg) translateX(23%);
    transform-origin: top right; }

@keyframes arrow-movement {
  0% {
    opacity: 0;
    top: 25%; }
  70% {
    opacity: 1; }
  100% {
    opacity: 0; } }
.button-wrap {
  text-align: center; }

.buttons {
  display: inline-block;
  border: none;
  background-color: #8ABE4A;
  text-transform: uppercase;
  font-weight: bold;
  letter-spacing: 1px;
  padding: 8px 25px;
  border-radius: 20px;
  transition: ease 0.5s all; }
  .buttons:hover {
    background-color: #5D911D; }
  .buttons:active {
    background-color: #B0E470; }

.intro {
  padding: 40px 0; }
  .intro h2 {
    color: black;
    font-size: 14px;
    text-transform: uppercase;
    margin-left: 60px;
    padding-left: 10px; }
  .intro .block {
    padding: 20px 40px;
    min-height: 350px; }
    .intro .block p {
      text-indent: 0px;
      margin-left: 60px;
      padding-left: 10px; }
    .intro .block .counter {
      font-size: 48px;
      color: #B0E470;
      position: absolute;
      top: 50px;
      left: 40px;
      font-weight: bold;
      z-index: -1; }

.basek,
.edden,
.willbe {
  padding-bottom: 40px; }
  .basek h2,
  .edden h2,
  .willbe h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 5px; }
  .basek p,
  .edden p,
  .willbe p {
    text-align: center;
    font-size: 18px;
    font-weight: 700; }
  .basek h3,
  .edden h3,
  .willbe h3 {
    text-align: center;
    color: #8ABE4A; }
  .basek .komplekt,
  .edden .komplekt,
  .willbe .komplekt {
    margin-top: 40px; }
    .basek .komplekt ul,
    .edden .komplekt ul,
    .willbe .komplekt ul {
      list-style-image: url(../img/ph.png); }
    .basek .komplekt li,
    .edden .komplekt li,
    .willbe .komplekt li {
      margin-left: 10px; }
  .basek .plans,
  .edden .plans,
  .willbe .plans {
    margin-top: 60px;
    margin-bottom: 40px;
    text-align: center; }
    .basek .plans h3,
    .edden .plans h3,
    .willbe .plans h3 {
      color: #111;
      margin-bottom: 40px; }
    .basek .plans h4,
    .edden .plans h4,
    .willbe .plans h4 {
      margin-bottom: 10px; }
    .basek .plans h5,
    .edden .plans h5,
    .willbe .plans h5 {
      margin-top: 0; }
    .basek .plans img,
    .edden .plans img,
    .willbe .plans img {
      width: 80%; }
  .basek .fasads,
  .edden .fasads,
  .willbe .fasads {
    text-align: center;
    margin-top: 40px; }
    .basek .fasads h3,
    .edden .fasads h3,
    .willbe .fasads h3 {
      color: #111;
      margin-bottom: 40px; }
    .basek .fasads img,
    .edden .fasads img,
    .willbe .fasads img {
      width: 100%;
      border: 5px solid transparent;
      transition: ease 0.3s; }
      .basek .fasads img:hover,
      .edden .fasads img:hover,
      .willbe .fasads img:hover {
        border-bottom: 5px solid #8ABE4A; }

.edden-bg {
  background-image: url("../img/edden.jpg");
  min-height: 800px;
  background-position: top center;
  background-size: cover; }
  .edden-bg h2 {
    font-size: 38px;
    margin-bottom: 5px; }
  .edden-bg p {
    display: inline-block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.6);
    font-size: 18px;
    font-weight: 700; }
  .edden-bg .items {
    margin-top: 400px;
    font-weight: normal;
    color: #fff;
    display: inline-block; }
    .edden-bg .items h5 {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 20px; }
    .edden-bg .items h6 {
      font-size: 12px;
      margin-top: 20px;
      font-weight: normal;
      letter-spacing: 1px; }
    .edden-bg .items .item {
      height: 150px;
      cursor: pointer;
      padding: 20px;
      margin-top: 10px;
      background-color: rgba(2, 2, 2, 0.6);
      transition: ease 0.2s; }
      .edden-bg .items .item:hover {
        border-bottom: 10px solid #8ABE4A;
        background-color: rgba(2, 2, 2, 0.5); }

.willbe-bg {
  background-image: url("../img/willbehouse.jpg");
  min-height: 830px;
  background-position: center center;
  background-size: cover; }
  .willbe-bg h2 {
    font-size: 38px;
    margin-bottom: 5px;
    color: #fff; }
    .willbe-bg h2 span {
      font-weight: normal; }
  .willbe-bg i {
    display: block;
    font-style: normal;
    color: #fff;
    letter-spacing: 3px; }
  .willbe-bg p {
    display: inline-block;
    padding: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    font-size: 18px;
    font-weight: 700; }
  .willbe-bg .items {
    margin-top: 400px;
    font-weight: normal;
    color: #fff;
    display: inline-block; }
    .willbe-bg .items h5 {
      font-size: 18px;
      margin-top: 5px;
      margin-bottom: 20px; }
    .willbe-bg .items h6 {
      font-size: 12px;
      margin-top: 20px;
      font-weight: normal;
      letter-spacing: 1px; }
    .willbe-bg .items a {
      font-style: italic; }
    .willbe-bg .items .item {
      height: 180px;
      padding: 20px;
      margin-top: 10px;
      background-color: rgba(2, 2, 2, 0.6);
      transition: ease 0.2s; }
      .willbe-bg .items .item:hover {
        border-bottom: 10px solid #8ABE4A;
        background-color: rgba(2, 2, 2, 0.7); }
      .willbe-bg .items .item img {
        margin-left: 20px; }

.loft {
  margin-bottom: 40px; }
  .loft h3 {
    text-align: center;
    margin-bottom: 40px; }
  .loft img {
    width: 100%; }
  .loft .item {
    padding: 1px; }

.owl-nav div {
  width: 50px;
  height: 50px;
  background-image: url("../img/arrowleft1.jpg");
  position: absolute;
  margin: 0px;
  margin-left: 0px;
  top: 0;
  opacity: 0.9; }
  .owl-nav div:hover {
    opacity: 1; }
  .owl-nav div.owl-next {
    background-image: url("../img/arrowright1.jpg");
    right: 0px; }

.owl-dots {
  width: 100%;
  margin-top: -30px;
  text-align: center; }
  .owl-dots .owl-dot {
    width: 12px;
    height: 12px;
    background-color: none;
    display: inline-block;
    margin: 0 4px;
    border-radius: 5%;
    border: 1px solid #fff;
    opacity: 0.8; }
    .owl-dots .owl-dot.active {
      background-color: #fff;
      opacity: 0.8; }

.burr {
  padding-top: 40px;
  padding-bottom: 40px; }
  .burr h2 {
    text-align: center;
    font-size: 38px;
    margin-bottom: 5px; }
  .burr p {
    text-align: center;
    font-size: 18px;
    font-weight: 700; }
  .burr img {
    width: 100%; }
  .burr .item {
    padding: 20px;
    min-height: 400px;
    margin-top: 20px;
    border: 1px solid #C6C6C6; }
    .burr .item h3 {
      text-align: center;
      color: #555;
      margin-top: 10px;
      margin-bottom: 5px; }
    .burr .item p {
      font-size: 14px;
      font-weight: normal;
      text-align: left; }
    .burr .item span {
      background-color: #8ABE4A;
      padding: 5px 10px;
      color: #fff;
      font-family: "PT Sans"; }

footer {
  padding: 40px 0;
  min-height: 100px;
  background-color: #222; }
  footer img {
    width: 80px;
    margin: 20px auto; }
  footer .phone-wrap .phone {
    color: #fff;
    text-align: left; }
    footer .phone-wrap .phone p {
      border: none; }
  footer .phone-wrap a {
    color: #fff; }
  footer .top_mnu_foot ul, footer .soc ul {
    margin: auto; }
  footer .top_mnu_foot p, footer .soc p {
    color: #555;
    display: inline-block;
    border-bottom: 5px solid #555; }
  footer ul li {
    list-style-type: none; }
    footer ul li a {
      color: #fff; }
  footer span {
    display: inline-block;
    color: #555;
    font-size: 12px;
    padding-top: 40px; }
  footer .soc {
    padding-left: 40px;
    margin-bottom: 30px; }
    footer .soc ul {
      padding: 0; }
    footer .soc li {
      margin-right: 5px;
      display: inline-block; }
      footer .soc li a img {
        width: 25px;
        margin: 0; }
  footer .map img {
    width: 100%;
    transition: ease 0.2s; }
    footer .map img:hover {
      border: 4px solid #8ABE4A; }
  footer .info {
    text-align: center;
    color: #555;
    font-size: 12px; }

.confid h3 {
  text-align: center;
  margin-top: 60px; }

.tops {
  background-image: url("../img/up.png");
  width: 50px;
  height: 32px;
  position: fixed;
  bottom: 20px;
  right: 20px;
  transition: ease 0.3s; }
  .tops:hover {
    background-image: url("../img/up1.png"); }

.tops.mPS2id-highlight {
  display: none; }

/*# sourceMappingURL=main.css.map */
