@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body.post, body.page {
  margin: 0;
}

.bodynoscroll {
  overflow-y: hidden;
}

.bodyscroll {
  overflow-y: scroll;
}

body {
  font-family: "Quicksand", sans-serif;
  color: #221F20;
  line-height: 1.3;
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  body {
    font-size: 14px;
  }
}

body a {
  font-family: "Quicksand", sans-serif;
  color: #221F20;
}

body p {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  body p {
    font-size: 15px;
  }
}

main {
  overflow: hidden;
  font-family: "Quicksand", sans-serif;
  font-weight: normal;
  font-style: normal;
}

b {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

strong {
  font-family: "Quicksand", sans-serif;
  font-weight: bold;
}

.navbarMobile {
  background: #FEFEFE;
}

.navbarMobile .close {
  background: url(../img/svg/close.svg) right 20px center no-repeat;
  background-size: 38px auto;
  width: 100%;
  height: 90px;
  cursor: pointer;
}

.navbarMobile h2 {
  display: none;
}

.navbarMobile ul {
  margin: 0;
  padding: 0 0 50px 0;
  list-style: none;
}

.navbarMobile ul li {
  display: block;
  text-align: left;
  color: #FEFEFE;
}

.navbarMobile ul li ul {
  padding-bottom: 0;
  padding-left: 40px;
}

.navbarMobile ul li ul li h4 {
  font-weight: 400;
}

.navbarMobile ul li ul li h4 a {
  padding-left: 50px;
}

.navbarMobile ul li a {
  padding: 20px;
  display: block;
  font-size: 15px;
  border-bottom: 1px #221F20 solid;
  cursor: pointer;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  background-image: inherit;
}

.navbarMobile ul li a:hover {
  opacity: 0.75;
}

.blad {
  display: none;
  padding: 5px 0 0 0;
  color: #fff;
  font-size: 12px;
}

.topbar {
  height: 80px;
  color: #FEFEFE;
  background: transparent;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 15;
}

.topbar h1 {
  float: left;
  padding: 37px 100px 37px 35px;
  background-color: #1D9C47;
  position: relative;
  border-radius: 0 0 118px 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  margin: 0;
}

@media screen and (max-width: 479px) {
  .topbar h1 {
    padding: 17px 35px 17px 5px;
    z-index: 1;
  }
}

.topbar h1:hover {
  opacity: 0.8;
}

.topbar h1 a {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
}

.topbar h1 picture {
  height: 46px;
  width: auto;
}

.topbar h1 picture img {
  width: auto;
  height: 100%;
}

.topbar .burgermenu {
  z-index: 1;
  display: block !important;
  margin: 24px -166px 0 0;
  background: url(../img/svg/hamburger-open-42x42.svg) center center no-repeat;
  background-size: 32px auto;
  width: 32px;
  height: 32px;
  margin-right: 20px;
  right: 20px;
  top: 0;
  position: absolute;
  background-size: cover;
}

@media screen and (max-width: 479px) {
  .topbar .burgermenu {
    margin-right: -6px;
    margin-top: 18px;
    width: 24px;
    height: 24px;
  }
}

.topbar .burgermenu.active {
  background: url(../img/svg/hamburger-close-42x42.svg) center center no-repeat;
  background-size: 120% auto;
}

.topbar .topbar-contact {
  background-color: #0F8737;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  position: absolute;
  right: 0;
  top: 0;
  padding: 0 120px 0 70px;
  border-radius: 0 0 0 150px;
}

@media screen and (max-width: 1023px) {
  .topbar .topbar-contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding-right: 60px;
  }
}

@media screen and (max-width: 479px) {
  .topbar .topbar-contact {
    padding: 0 40px 0 30px;
  }
}

.topbar .topbar-contact a {
  font-size: 16px;
  line-height: 80px;
  color: #FEFEFE;
  margin-right: 40px;
  padding-left: 30px;
  background-repeat: no-repeat;
  background-position: center left;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (max-width: 767px) {
  .topbar .topbar-contact a {
    font-size: 14px;
  }
}

@media screen and (max-width: 1023px) {
  .topbar .topbar-contact a {
    padding: 0;
    height: 80px;
    width: 30px;
    display: block;
    background-position: center;
    margin-right: 20px;
  }
}

@media screen and (max-width: 479px) {
  .topbar .topbar-contact a {
    width: 20px;
    height: 60px;
  }
}

.topbar .topbar-contact a:hover {
  opacity: 0.7;
}

.topbar .topbar-contact a:last-of-type {
  background-image: url(../img/svg/icon-mail.svg);
  background-size: 16px auto;
}

.topbar .topbar-contact a:first-of-type {
  background-image: url(../img/svg/icon-tel.svg);
  background-size: 18px auto;
}

@media screen and (max-width: 1023px) {
  .topbar .topbar-contact a span {
    display: none;
  }
}

.topbar .navbar {
  float: right;
  display: block !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#000000+0,0f8737+97&0+0,0+20,0+30,1+100,1+100 */
}

.topbar .navbar::after {
  position: absolute;
  right: 0;
  top: 0;
  content: '';
  width: 60vw;
  height: 100vh;
  background-image: url(../img/svg/bg-gradient.svg);
  background-size: 100% auto;
  background-repeat: no-repeat;
  z-index: -1;
}

@media screen and (max-width: 767px) {
  .topbar .navbar::after {
    width: 150vw;
    height: 150vh;
  }
}

@media screen and (max-width: 479px) {
  .topbar .navbar::after {
    width: 200vw;
    height: 150vh;
  }
}

@media screen and (max-width: 479px) {
  .topbar .navbar {
    position: absolute;
    top: 0;
    right: 0;
  }
}

.topbar .navbar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 110px;
  padding-right: 30px;
}

@media screen and (max-width: 1023px) {
  .topbar .navbar ul {
    padding-left: 35px;
  }
}

.topbar .navbar li {
  position: relative;
  display: inline-block;
  text-align: right;
}

.topbar .navbar li a {
  font-size: 18px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
  color: #FEFEFE;
  line-height: 33px;
  display: block;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.topbar .navbar li a:hover {
  opacity: 0.7;
}

.topbar .navbar li .active {
  text-decoration: underline;
}

.topbar .navbar.active {
  opacity: 1;
  visibility: visible;
}

main .slider {
  height: 100vh;
}

main .slider .content {
  display: block;
  height: 100%;
}

main .slider .content li header {
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #1D9C47;
  font-size: 32px;
  font-weight: 400;
  padding: 52px 120px 52px 55px;
  border-radius: 0 150px 0 0;
  color: #FEFEFE;
}

@media screen and (max-width: 1279px) {
  main .slider .content li header {
    padding: 45px 110px 45px 50px;
  }
}

@media screen and (max-width: 1023px) {
  main .slider .content li header {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  main .slider .content li header {
    padding: 35px 90px 35px 40px;
    font-size: 20px;
  }
}

@media screen and (max-width: 479px) {
  main .slider .content li header {
    padding: 25px 70px 25px 30px;
  }
}

main .slider .nav {
  position: absolute;
  z-index: 10;
  width: 100%;
  bottom: -10px;
  left: 0;
  height: 15px;
  text-align: center;
}

main .slider .nav li {
  margin: 0 2px;
  display: inline-block;
  width: 18px;
  height: 18px;
}

main .slider .nav li a {
  border-radius: 50%;
  display: block;
  width: 100%;
  height: 100%;
  cursor: pointer;
  background: #FEFEFE;
}

main .slider .nav li .active {
  position: relative;
}

main .slider .nav li .active::after {
  width: 9px;
  height: 9px;
  position: absolute;
  top: 5px;
  left: 5px;
  background-color: #521F5E;
  border-radius: 50%;
  content: '';
}

main .about {
  padding: 100px 0 180px 0;
}

@media screen and (max-width: 767px) {
  main .about {
    padding: 100px 0;
  }
}

main .about .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (min-width: 1279px) {
  main .about .container {
    padding: 0 155px;
  }
}

main .about .container .about-box {
  width: calc(38% - 55px);
}

@media screen and (max-width: 767px) {
  main .about .container .about-box {
    width: 100%;
  }
}

main .about .container .about-box:last-of-type {
  width: calc(62% - 55px);
}

@media screen and (max-width: 767px) {
  main .about .container .about-box:last-of-type {
    width: 100%;
  }
}

main .about .container .about-box:first-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

main .about picture {
  width: 100%;
  height: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  main .about picture {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 30px;
    margin-top: 30px;
  }
}

main .about picture img {
  width: 40%;
  height: auto;
  display: block;
}

@media screen and (max-width: 767px) {
  main .about picture img {
    width: 22%;
  }
}

@media screen and (max-width: 479px) {
  main .about picture img {
    width: 40%;
  }
}

main .about header {
  font-size: 32px;
  font-size: 32px;
  font-weight: 700;
  padding: 0;
  text-align: right;
  color: #1D9C47;
  width: 100%;
}

@media screen and (max-width: 767px) {
  main .about header {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  main .about header {
    font-size: 24px;
  }
}

@media screen and (max-width: 767px) {
  main .about header {
    text-align: center;
  }
}

main .about h4 {
  font-size: 24px;
  color: #1D9C47;
}

main .about p {
  font-size: 17px;
  font-weight: 300;
}

@media screen and (max-width: 767px) {
  main .about p {
    font-size: 15px;
  }
}

main .paragraphs {
  text-align: justify;
}

main .paragraphs p {
  font-size: 17px;
  font-weight: 200;
}

@media screen and (max-width: 767px) {
  main .paragraphs p {
    font-size: 15px;
  }
}

main .house {
  overflow: visible;
  float: left;
  position: relative;
  width: 100%;
  background-color: #1D9C47;
}

main .house .container {
  position: initial;
}

main .house .small-box {
  float: left;
  width: 45%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (max-width: 1023px) {
  main .house .small-box {
    width: 100%;
  }
}

main .house .small-box h2 {
  color: #1D9C47;
  font-size: 36px;
  padding-bottom: 62px;
}

main .house .small-box-texts {
  padding: 95px 95px 95px 0;
  color: #FEFEFE;
}

@media screen and (max-width: 1023px) {
  main .house .small-box-texts {
    padding: 60px 0 20px 0;
  }
}

main .house .small-box-photo {
  position: absolute;
  right: 0;
  width: 50%;
  height: 100%;
  z-index: 1;
}

main .house .small-box-photo picture img {
  width: 100%;
  height: auto;
}

@media screen and (max-width: 1023px) {
  main .house .small-box-photo {
    display: none;
  }
}

main .houses-p2 .small-box-texts {
  float: right;
  padding: 95px 0 250px 95px;
}

@media screen and (max-width: 1279px) {
  main .houses-p2 .small-box-texts {
    padding: 75px 0 310px 95px;
  }
}

@media screen and (max-width: 1023px) {
  main .houses-p2 .small-box-texts {
    padding: 40px 0 20px 0;
  }
}

main .houses-p2 .small-box-photo {
  left: 0;
  top: -100px;
}

main .houses-p2 .paragraphs {
  height: 280px;
}

@media screen and (max-width: 1023px) {
  main .houses-p2 .paragraphs {
    height: auto;
  }
}

main .houses-p3 {
  overflow: visible;
  margin-top: -160px;
}

@media screen and (max-width: 1023px) {
  main .houses-p3 {
    margin: 0;
  }
}

main .houses-p3 .small-box-texts {
  padding: 150px 95px 40px 0;
}

@media screen and (max-width: 1279px) {
  main .houses-p3 .small-box-texts {
    padding: 130px 95px 90px 0;
  }
}

@media screen and (max-width: 1023px) {
  main .houses-p3 .small-box-texts {
    padding: 40px 0 20px;
  }
}

main .houses-p3 .paragraphs {
  height: 300px;
}

@media screen and (max-width: 1023px) {
  main .houses-p3 .paragraphs {
    height: auto;
  }
}

main .houses-p4 {
  padding: 74px 0;
  background-color: transparent;
  color: #221F20;
  position: relative;
}

@media screen and (max-width: 1023px) {
  main .houses-p4 {
    padding-top: 30px;
  }
}

main .houses-p4 a {
  width: 420px;
  line-height: 80px;
  background-color: #1D9C47;
  color: #FEFEFE;
  padding: 0 85px 0 65px;
  border-radius: 0 0 150px 0;
  background-image: url(/img/svg/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: 32px center;
  background-size: 18px auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  position: absolute;
  top: 74px;
  left: 45%;
}

@media screen and (max-width: 1023px) {
  main .houses-p4 a {
    display: none;
  }
}

main .houses-p4 a:hover {
  opacity: 0.8;
}

main .houses-p4 .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  position: relative;
}

main .houses-p4 .container p {
  width: 37%;
}

@media screen and (max-width: 1023px) {
  main .houses-p4 .container p {
    width: 100%;
  }
}

main .houses-p4 .container a {
  position: relative;
  top: initial;
  left: initial;
  line-height: initial;
  display: block;
  width: 100%;
  background-color: #1D9C47;
  color: #FEFEFE;
  padding: 30px 85px 30px 65px;
  border-radius: 0 0 150px 0;
  background-image: url(/img/svg/icon-arrow-bottom.svg);
  background-repeat: no-repeat;
  background-position: 32px center;
  background-size: 18px auto;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

@media screen and (min-width: 1023px) {
  main .houses-p4 .container a {
    display: none;
  }
}

main .picture-lower-resolution {
  display: none;
}

@media screen and (max-width: 1023px) {
  main .picture-lower-resolution {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 40px;
  }
  main .picture-lower-resolution picture img {
    width: 100%;
    height: auto;
  }
}

main .localization {
  clear: both;
  position: relative;
}

main .localization .localization-list {
  background-color: #F5F5F5;
}

main .localization .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

main .localization .container header {
  width: 100%;
  text-align: center;
  color: #1D9C47;
  font-size: 32px;
  padding-bottom: 50px;
}

@media screen and (max-width: 767px) {
  main .localization .container header {
    font-size: 24px;
  }
}

main .localization .container .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  width: 275px;
  background-color: #1D9C47;
  border-radius: 150px;
  height: 67px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 20px;
  margin-bottom: -10px;
}

main .localization .container .icons picture {
  width: calc(25% - 35px);
  height: auto;
}

main .localization .container .icons picture img {
  width: 100%;
  height: auto;
}

main .localization .container ul {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 45px 0;
  margin: 0;
  list-style: none;
}

main .localization .container ul li {
  line-height: 180%;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 20px 0 25px;
  font-size: 20px;
  color: #1D9C47;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  main .localization .container ul li {
    font-size: 18px;
    padding: 0 10px 0 15px;
  }
}

main .localization .container ul li::before {
  content: '•';
  left: 0;
  top: 0;
  position: absolute;
  width: 5px;
  height: 5px;
}

@media screen and (min-width: 1023px) {
  main .localization .container ul li:first-of-type::before {
    content: none;
  }
}

main .localization-house {
  background-color: #FEFEFE;
  color: #221F20;
}

main .localization-house .small-box-photo {
  top: 0;
}

main .localization-house .small-box-texts {
  color: #221F20;
  padding-bottom: 80px;
  width: 50%;
}

@media screen and (max-width: 1023px) {
  main .localization-house .small-box-texts {
    padding-bottom: 0;
    width: 100%;
  }
}

main .localization-house .small-box-texts .paragraphs {
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
}

main .distance {
  background-color: #1D9C47;
  color: #FEFEFE;
  text-align: center;
  padding: 90px 0;
  clear: both;
}

main .distance header {
  padding-bottom: 40px;
  font-size: 32px;
  font-weight: 700;
}

@media screen and (max-width: 767px) {
  main .distance header {
    font-size: 24px;
  }
}

main .distance ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

main .distance ul li {
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  main .distance ul li {
    font-size: 15px;
  }
}

@media screen and (max-width: 479px) {
  main .distance ul li {
    padding: 3px 0;
  }
}

@media screen and (max-width: 1023px) {
  main .distance ul li b {
    display: block;
  }
}

main .distance ul li span {
  padding-left: 30px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  main .distance ul li span {
    padding-left: 0;
  }
}

main .distance ul li span::before {
  position: absolute;
  left: 9px;
  top: 0;
  width: 5px;
  height: 100%;
  content: '•';
}

@media screen and (max-width: 1023px) {
  main .distance ul li span::before {
    content: '';
  }
}

main .gallery {
  padding: 100px 0;
  position: relative;
  margin: 0;
}

main .gallery::after {
  width: 60vw;
  height: 100%;
  right: 0;
  top: 0;
  background-color: #1D9C47;
  position: absolute;
  content: '';
  z-index: -1;
}

@media screen and (max-width: 767px) {
  main .gallery::after {
    content: none;
  }
}

@media screen and (min-width: 1023px) {
  main .gallery .container {
    width: 100%;
  }
}

main .gallery .gallery-box {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 50px;
}

main .gallery .gallery-box:last-of-type {
  margin: 0;
}

main .gallery .gallery-box h3 {
  color: #1D9C47;
  text-align: right;
  padding: 0;
  width: calc(32% - 50px);
  font-size: 24px;
}

@media screen and (max-width: 1023px) {
  main .gallery .gallery-box h3 {
    width: 100%;
    text-align: left;
    padding-bottom: 20px;
  }
}

main .gallery .gallery-box ul {
  width: calc(68% - 50px);
  list-style: none;
  padding: 0;
  margin: 0 0 0 0;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

@media screen and (max-width: 1023px) {
  main .gallery .gallery-box ul {
    width: 100%;
  }
}

main .gallery .gallery-box ul li {
  width: 33.333333%;
  position: relative;
}

@media screen and (max-width: 767px) {
  main .gallery .gallery-box ul li {
    width: 50%;
  }
}

@media screen and (max-width: 479px) {
  main .gallery .gallery-box ul li {
    width: 100%;
  }
}

main .gallery .gallery-box ul li picture {
  width: 100%;
  height: auto;
}

main .gallery .gallery-box ul li picture img {
  width: 100%;
  height: auto;
}

main .gallery .gallery-box ul li a,
main .diary .gallery-box ul li a {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

main .gallery .gallery-box ul li a::after,
main .diary .gallery-box ul li a::after {
  position: absolute;
  width: 68px;
  height: 68px;
  left: calc(50% - 34px);
  top: calc(50% - 34px);
  content: '';
  border-radius: 100%;
  background-color: #1D9C47;
  background-image: url(../img/svg/icon-magnifier.svg);
  background-position: center;
  background-size: 26px auto;
  background-repeat: no-repeat;
  opacity: 0;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
}

main .diary .gallery-box ul li a::after {
  width: 48px;
  height: 48px;
  left: calc(50% - 24px);
  top: calc(50% - 34px);
}

main .gallery .gallery-box ul li a:hover::after,
main .diary .gallery-box ul li a:hover::after {
  opacity: 1;
}

main .standard {
  padding: 90px 0;
  color: #FEFEFE;
  text-align: center;
  background-color: #0F8737;
}

main .standard h3 {
  font-size: 24px;
  padding-bottom: 40px;
}

main .standard ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

main .standard ul li {
  padding: 5px 0;
}

main .standard-content {
  padding: 90px 0;
  text-align: center;
}

main .standard-content header {
  color: #1D9C47;
  font-size: 24px;
  padding-bottom: 50px;
}

main .standard-content ul {
  padding: 0 0 80px 0;
  margin: 0;
  list-style: none;
}

main .standard-content ul li {
  padding: 5px 0;
}

main .diary {
  padding: 90px 0 80px 0;
}

main .diary header {
  color: #1D9C47;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0;
}

main .diary h3 {
  color: #221F20;
  padding: 0;
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: 800;
}

main .diary ul.diary-images {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-left: 0;
  list-style: none;
}

main .diary ul.diary-images li {
  width: calc(25% - 12px);
  flex: 0 0 calc(25% - 12px);
  text-align: right;
  position: relative;
}

@media screen and (max-width: 767px) {
  main .diary ul.diary-images li {
    width: calc(50% - 8px);
    flex: 0 0 calc(50% - 8px);
  }
}

main .available {
  background-color: #F5F5F5;
  padding: 110px 0 90px 0;
}

main .available header {
  color: #1D9C47;
  font-weight: 800;
  font-size: 24px;
  text-align: center;
  margin-bottom: 50px;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  main .available header {
    margin: 0 auto;
    margin-bottom: 40px;
  }
}

main .available p {
  text-align: center;
  font-weight: 700;
}

main .available p a {
  font-weight: 700;
  color: #1D9C47;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  font-size: 18px;
}

main .available p a:hover {
  opacity: 0.7;
}

main .available .div-table {
  table-layout: fixed;
  width: 100%;
  overflow-x: scroll;
  margin-bottom: 40px;
}

main .available .div-table table {
  width: 100%;
}

main .available .div-table table thead tr th {
  line-height: 17px;
  background-color: #1D9C47;
  color: #FEFEFE;
  font-size: 18px;
  font-weight: 700;
  padding: 17px 10px;
  white-space: nowrap;
}

@media screen and (max-width: 1023px) {
  main .available .div-table table thead tr th {
    font-size: 16px;
  }
}

main .available .div-table table thead tr th:first-of-type {
  border-radius: 50px 0 0 50px;
}

main .available .div-table table thead tr th:last-of-type {
  border-radius: 0 50px 50px 0;
}

main .available .div-table table tbody tr {
  border-bottom: 5px solid #F5F5F5;
  border-top: 5px solid #F5F5F5;
}

main .available .div-table table tbody tr td {
  padding: 10px;
  background-color: #FEFEFE;
  line-height: 37px;
  margin-bottom: 10px;
  text-align: center;
  color: #221F20;
  font-size: 18px;
  font-weight: 400;
  white-space: nowrap;
}

main .available .div-table table tbody tr td span {
  font-weight: 600;
}

main .available .div-table table tbody tr td .sprzedane {
  color: red;
}

main .available .div-table table tbody tr td .rezerwacja {
  color: orange;
}

main .available .div-table table tbody tr td .wolne {
  color: #1D9C47;
}

@media screen and (max-width: 1023px) {
  main .available .div-table table tbody tr td {
    font-size: 14px;
    padding: 10px 20px;
  }
}

main .available .div-table table tbody tr td:first-of-type {
  border-radius: 50px 0 0 50px;
}

main .available .div-table table tbody tr td:last-of-type {
  border-radius: 0 50px 50px 0;
  text-transform: uppercase;
}

main .available .div-table table tbody tr td span {
  opacity: 0.7;
  font-size: 17px;
}

@media screen and (max-width: 767px) {
  main .available .div-table table tbody tr td span {
    font-size: 15px;
  }
}

main .available .status {
  text-transform: uppercase;
}

main .available .download {
  vertical-align: middle;
}

main .available .download a img {
  max-width: 24px;
  margin: 0 auto;
}

main .contact {
  padding: 90px 0;
  background-color: #F5F5F5;
}

main .contact .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  align-items: center;
}

main .contact header {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
  color: #1D9C47;
  padding-bottom: 50px;
  width: 100%;
}

main .contact .contact-box {
  width: 35%;
  text-align: center;
  /* display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; */
}

main .contact .contact-box-empty {
  width: 15%;
}

main .contact .contact-box img {
  padding-right: 40px;
}

@media screen and (max-width: 767px) {
  main .contact .contact-box img {
    padding-right: 0px;
  }
}

main .contact .contact-box .contact-name {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 40px;
}

@media screen and (max-width: 767px) {
  main .contact .contact-box .contact-name {
    padding-right: 0px;
    margin-top: 40px;
  }
}

main .contact .contact-box:first-of-type {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media screen and (max-width: 1023px) {
  main .contact .contact-box:first-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
}

main .contact .contact-box:last-of-type {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

@media screen and (max-width: 1023px) {
  main .contact .contact-box:last-of-type {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 10px 0;
  }
}

@media screen and (max-width: 1023px) {
  main .contact .contact-box, main .contact .contact-box-empty {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

main .contact .contact-box span {
  text-align: center;
  font-size: 16px;
}

main .contact .contact-box a {
  line-height: 60px;
  padding: 0 45px;
  background-color: #ffffff;
  -webkit-transition: 0.3s ease all;
  transition: 0.3s ease all;
  display: block;
  width: 100%;
  border-radius: 50px;
  font-size: 18px;
  margin-bottom: 20px;
}

@media screen and (max-width: 1279px) {
  main .contact .contact-box a {
    padding: 0 25px;
  }
}

@media screen and (max-width: 479px) {
  main .contact .contact-box a {
    font-size: 15px;
    line-height: 60px;
    padding: 0;
    width: 100%;
    text-align: center;
  }
}

main .contact .contact-box a:hover {
  color: #FEFEFE;
  background-color: #1D9C47;
}

main .form {
  background-color: #1D9C47;
  color: #FEFEFE;
  padding: 60px 0;
}

@media screen and (max-width: 767px) {
  main .form {
    padding-bottom: 1px;
  }
}

main .form header {
  font-size: 24px;
  font-weight: 800;
  padding-bottom: 70px;
  text-align: center;
  width: 100%;
}

main .form form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 40px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media screen and (max-width: 767px) {
  main .form form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
}

main .form form fieldset {
  width: calc(50% - 15px);
}

@media screen and (max-width: 767px) {
  main .form form fieldset:first-child {
    margin-right: 0;
    margin-bottom: 20px;
  }
}

main .form form fieldset:last-child {
  margin-left: 15px;
}

@media screen and (max-width: 767px) {
  main .form form fieldset:last-child {
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  main .form form fieldset {
    width: 100%;
  }
}

main .form form fieldset .field {
  margin-bottom: 30px;
}

main .form form fieldset .field:last-child {
  margin-bottom: 0;
}

main .form form fieldset .field label {
  color: #FEFEFE;
  font-size: 15px;
  font-weight: 400;
}

main .form form fieldset .field input {
  margin-top: 5px;
  display: block;
  color: #221F20;
  width: 100%;
  line-height: 50px;
  padding: 0 20px;
  font-size: 15px;
  font-weight: 400;
  font-family: "Quicksand", sans-serif;
}

main .form form fieldset .field input::-webkit-input-placeholder {
  font-size: 15px;
  font-weight: 400;
}

main .form form fieldset .field input:-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
}

main .form form fieldset .field input::-ms-input-placeholder {
  font-size: 15px;
  font-weight: 400;
}

main .form form fieldset .field input::placeholder {
  font-size: 15px;
  font-weight: 400;
}

main .form form fieldset .field textarea {
  margin-top: 5px;
  display: block;
  width: 100%;
  padding: 12px 20px !important;
  resize: vertical;
  min-height: 277px !important;
  font-family: "Quicksand", sans-serif !important;
  color: #221F20;
  font-size: 15px !important;
  font-weight: 400;
}

main .form form fieldset .field textarea::-webkit-input-placeholder {
  font-size: 15px !important;
  font-weight: 400;
}

main .form form fieldset .field textarea:-ms-input-placeholder {
  font-size: 15px !important;
  font-weight: 400;
}

main .form form fieldset .field textarea::-ms-input-placeholder {
  font-size: 15px !important;
  font-weight: 400;
}

main .form form fieldset .field textarea::placeholder {
  font-size: 15px !important;
  font-weight: 400;
}

main .form input[type=submit] {
  background-color: #1D9C47;
  line-height: 72px;
  color: #FEFEFE;
  width: 100%;
  border: 2px solid #FEFEFE;
  text-align: center;
  font-size: 18px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  border-radius: 50px;
  margin-top: 30px;
}

main .form input[type=submit]:hover {
  color: #1D9C47;
  background-color: #FEFEFE;
  cursor: pointer;
}

main .form .choice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
  margin-top: 30px;
}

main .form .choice .checkbox {
  margin-top: 3px;
  width: 40px;
  float: left;
  cursor: pointer;
}

main .form .choice .checkbox a {
  display: block;
  height: 26px;
  width: 26px;
  float: left;
  background: #FEFEFE;
  position: relative;
}

main .form .choice .checkbox a::after {
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  content: '';
  background: url(../img/svg/icon-checked.svg) no-repeat center center #FEFEFE;
  background-size: 300% auto;
  opacity: 0;
  -webkit-transition: 0.3s ease opacity;
  transition: 0.3s ease opacity;
}

main .form .choice .checkbox input {
  display: none;
}

main .form .choice .checkbox .active::after {
  opacity: 1;
}

main .form .choice label {
  padding-top: 0;
  width: 100%;
  font-size: 15px;
}

main .form .contact-form-submit, main .form .contact-form-submit p {
  width: 100%;
}

main .map picture {
  width: 100%;
  height: auto;
}

main .map picture img {
  width: 100%;
  height: auto;
}

main .details .small-box {
  width: 600px;
  margin-left: 17%;
}

main .details picture {
  float: right;
  width: 50%;
  height: 100%;
}

main .details picture img {
  width: 100%;
  height: auto;
}

main .try2 picture {
  float: left;
  width: 50%;
  height: 100%;
  margin-top: -150px;
}

main .try2 picture img {
  width: 100%;
  height: auto;
}

footer {
  overflow: hidden;
  font-size: 13px;
  background: #FEFEFE;
  color: #221F20;
  padding: 40px;
}

@media screen and (max-width: 767px) {
  footer {
    padding: 32px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    height: 80px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

footer p {
  font-size: 13px;
  color: #221F20;
  text-align: center;
  margin: 0;
}

@media screen and (max-width: 767px) {
  footer p {
    text-align: center;
    width: 100%;
  }
}

.footer-info {
  margin-bottom: 16px;
  text-align: center;
}

.grey {
  color: grey;
}

.information {
    text-align: center;
}

.button {
    line-height: 60px;
    padding: 0 45px;
    background-color: #1D9C47;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
    display: inline-block;
    border-radius: 50px;
    font-size: 18px;
    color: #ffffff;
}

.button:hover {
    background-color: #0F8737;
    color: #ffffff;
    -webkit-transition: 0.3s ease all;
    transition: 0.3s ease all;
}


.information a.button:visited {
  color: #ffffff;
}

@media screen and (max-width: 767px) {
    .button {
        width: 100%;
    }
}
/*# sourceMappingURL=style.css.map */