html, body {
  background: url("../images/lemon-bg.jpg") #e9e6e6 no-repeat;
  background-size: contain;
  margin: 0;
  font-family: "Khand", sans-serif;
  font-size: 20px;
  letter-spacing: 0;
  color: #5e5e5e;
  width: 100vw;
  overflow-x: hidden;
}

@media screen and (max-width: 640px) {
  html, body {
    background-size: 200%;
  }
}

@media screen and (max-width: 475px) {
  html, body {
    font-size: 18px;
  }
}

.btn-default {
  font-size: 20px;
  font-weight: 400;
  padding: 8px 10px;
  border-radius: 90px;
  border: 1px solid #e9e6e6;
  color: #78aa1f;
  background: #e9e6e6;
}

@media screen and (max-width: 475px) {
  .btn-default {
    font-size: 18px;
  }
}

.btn-outline-default {
  padding: 8px 60px;
  border: 1px solid #78aa1f;
  border-radius: 90px;
  font-size: 29px;
  font-weight: 400;
  color: #78aa1f !important;
  letter-spacing: 0;
}

@media screen and (max-width: 475px) {
  .btn-outline-default {
    font-size: 20px;
  }
}

@media screen and (max-width: 375px) {
  .btn-outline-default {
    font-size: 16px;
  }
}

h3.title {
  color: #78aa1f;
  font-size: 105px;
  font-weight: 800;
  line-height: 105px;
  margin: 0 0 56px 0;
  padding: 0;
}

h3.title span {
  display: block;
  font-size: 60px;
  font-weight: 300 !important;
  line-height: 60px;
  color: #8e8e8e;
}

@media screen and (max-width: 768px) {
  h3.title {
    font-size: 85px;
    line-height: 85px;
  }
  h3.title span {
    font-size: 40px;
    line-height: 40px;
  }
}

@media screen and (max-width: 475px) {
  h3.title {
    font-size: 55px;
    line-height: 55px;
  }
  h3.title span {
    font-size: 30px;
    line-height: 30px;
  }
}

@media screen and (max-width: 375px) {
  h3.title {
    font-size: 45px;
    line-height: 45px;
  }
  h3.title span {
    font-size: 25px;
    line-height: 25px;
  }
}

.gallery {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-top: 50px;
  justify-content: center;
}

@media screen and (max-width: 992px) {
  .gallery {
    padding: 0 30px;
  }
}

.gallery .item {
  width: calc( 100% / 4);
  height: 170px;
  margin-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 1366px) {
  .gallery .item {
    height: 180px;
  }
}

@media screen and (max-width: 992px) {
  .gallery .item {
    width: calc( 100% / 3 - 15px);
    height: 180px;
  }
}

@media screen and (max-width: 768px) {
  .gallery .item {
    width: calc( 100% / 2 - 15px);
    height: 170px;
  }
}

@media screen and (max-width: 650px) {
  .gallery .item {
    width: calc( 100% / 2 - 15px);
    height: 150px;
  }
}

@media screen and (max-width: 600px) {
  .gallery .item {
    width: 100%;
    height: 140px;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 550px) {
  .gallery .item {
    height: 190px;
  }
}

@media screen and (max-width: 375px) {
  .gallery .item {
    height: 140px;
  }
}

.gallery .item img {
  width: 100%;
  height: 100%;
  border-radius: 10px;
  object-fit: cover !important;
}

.gallery.3x {
  width: 100%;
  margin: 0 auto 0 auto;
}

.gallery.3x .item {
  width: calc( 100% / 3);
}

@media screen and (max-width: 768px) {
  .gallery.3x .item {
    width: calc( 100% / 2);
  }
}

.desktop {
  position: relative;
}

.desktop .home {
  position: relative;
  width: 100vw;
  height: 100vh;
  min-height: 850px;
}

@media screen and (max-width: 992px) {
  .desktop .home {
    height: auto;
    min-height: 100vh;
  }
}

.desktop .home .container-home {
  position: relative;
  width: 1100px;
  height: 100%;
  padding: 0 10px;
  margin: 0 auto 0 auto;
}

@media screen and (min-width: 1280px) {
  .desktop .home .container-home {
    width: 1100px;
    padding: 0;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .home .container-home {
    width: calc( 100% - 100px);
    padding: 0;
  }
}

@media screen and (max-width: 768px) {
  .desktop .home .container-home {
    width: calc( 100% - 100px);
    padding: 0;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .container-home {
    width: calc( 100% - 50px);
    padding: 0;
  }
}

.desktop .home .container-home .nav-button {
  position: fixed;
  z-index: 51 !important;
  top: 125px;
  right: 20%;
  width: 70px;
  height: 70px;
  cursor: pointer;
  border: 0px;
  border-radius: 90px;
  background-color: #78aa1f;
  box-shadow: 8px 8px 20px rgba(0, 0, 0, 0.3);
}

@media screen and (max-width: 992px) {
  .desktop .home .container-home .nav-button {
    top: 50px;
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .container-home .nav-button {
    top: 20px;
    right: 10px;
  }
}

.desktop .home .container-home .nav-button.active {
  background-color: white;
  color: #78aa1f;
  box-shadow: none;
}

.desktop .home .container-home .nav-button .nav-icon {
  width: 25px;
  height: 25px;
  position: relative;
  z-index: 51 !important;
  top: -3px;
  margin: 0 auto 0 auto;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -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;
  transition-delay: 1s;
  cursor: pointer;
}

.desktop .home .container-home .nav-button .nav-icon span {
  display: block;
  position: absolute;
  height: 2px;
  width: 50%;
  background: white;
  opacity: 1;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: 0.25s ease-in-out;
  -moz-transition: 0.25s ease-in-out;
  -o-transition: 0.25s ease-in-out;
  transition: 0.25s ease-in-out;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(even) {
  left: 50%;
  border-radius: 0 9px 9px 0;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(odd) {
  left: 0;
  border-radius: 9px 0 0 9px;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(1) {
  width: 0px;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(2),
.desktop .home .container-home .nav-button .nav-icon span:nth-child(6) {
  width: 80%;
  margin-left: -30%;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(5) {
  width: 0px;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(1),
.desktop .home .container-home .nav-button .nav-icon span:nth-child(2) {
  top: 10px;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(3),
.desktop .home .container-home .nav-button .nav-icon span:nth-child(4) {
  top: 15px;
}

.desktop .home .container-home .nav-button .nav-icon span:nth-child(5),
.desktop .home .container-home .nav-button .nav-icon span:nth-child(6) {
  top: 20px;
}

.desktop .home .container-home .nav-button .nav-icon.open span {
  background: #78aa1f;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(1) {
  width: 50%;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(5) {
  width: 50%;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(2),
.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(6) {
  width: 50%;
  margin-left: 0;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(1),
.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(6) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(2),
.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(5) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(1) {
  left: 5px;
  top: 13px;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(2) {
  left: calc(50% - 5px);
  top: 13px;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(3) {
  left: -50%;
  opacity: 0;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(4) {
  left: 100%;
  opacity: 0;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(5) {
  left: 5px;
  top: 15px;
}

.desktop .home .container-home .nav-button .nav-icon.open span:nth-child(6) {
  left: calc(50% - 5px);
  top: 15px;
}

.desktop .home .header-text {
  position: absolute;
  z-index: 2;
  top: 330px;
  right: 20px;
}

.desktop .home .header-text:hover {
  text-decoration: none;
}

@media screen and (max-width: 1365px) {
  .desktop .home .header-text {
    right: 20px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .home .header-text {
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .header-text {
    top: 210px;
    right: 10px;
  }
}

.desktop .home .header-text h1, .desktop .home .header-text h2 {
  margin: 0;
  padding: 0;
  line-height: 55px;
  text-align: right;
}

@media screen and (max-width: 992px) {
  .desktop .home .header-text h1, .desktop .home .header-text h2 {
    line-height: 35px;
  }
}

.desktop .home .header-text h1 {
  font-size: 57px;
  font-weight: 600;
  letter-spacing: 0px;
  color: #78aa1f;
}

@media screen and (max-width: 992px) {
  .desktop .home .header-text h1 {
    font-size: 47px;
  }
}

.desktop .home .header-text h1:before {
  position: absolute;
  top: -60px;
  right: 40px;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #78aa1f;
  transform: rotate(20deg);
}

.desktop .home .header-text h2 {
  font-size: 46px;
  font-weight: 400;
  letter-spacing: -1px;
  color: #8e8e8e;
}

@media screen and (max-width: 992px) {
  .desktop .home .header-text h2 {
    font-size: 36px;
  }
}

.desktop .home .header-text h2:before {
  position: absolute;
  top: 110px;
  right: 100px;
  width: 2px;
  height: 50px;
  content: "";
  background-color: #78aa1f;
  transform: rotate(20deg);
}

@media screen and (max-width: 992px) {
  .desktop .home .header-text h2:before {
    top: 75px;
    right: 90px;
  }
}

.desktop .home .header-button {
  position: absolute;
  z-index: 2;
  top: 555px;
  right: 20px;
}

@media screen and (max-width: 992px) {
  .desktop .home .header-button {
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .header-button {
    top: 380px;
    right: 10px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .home .header-button .nav-button {
    position: fixed;
  }
}

.desktop .home .header-social {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  position: absolute;
  z-index: 2;
  top: 700px;
  right: 20px;
  font-size: 28px;
  color: #8e8e8e;
}

.desktop .home .header-social .social {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 90px;
  height: 90px;
  background: url("../images/circle1.svg") bottom center no-repeat;
  background-size: 90px 90px;
  margin-right: 20px;
  color: #8e8e8e;
}

.desktop .home .header-social .social:last-child {
  margin-right: 0;
  background: url("../images/circle2.svg") bottom center no-repeat;
  background-size: 90px 90px;
}

.desktop .home .header-social .social:hover {
  text-decoration: none;
}

@media screen and (max-width: 992px) {
  .desktop .home .header-social {
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .header-social {
    top: 500px;
    right: 10px;
  }
}

@media screen and (max-width: 320px) {
  .desktop .home .header-social {
    top: 470px;
  }
}

.desktop .home .scene {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.desktop .home .leaf1 {
  position: absolute;
  top: -50px !important;
  right: -125px !important;
  width: 290px;
  height: 383px;
}

.desktop .home .leaf1 img {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  .desktop .home .leaf1 {
    width: 200px !important;
    height: 293px !important;
    right: -70px !important;
  }
}

@media screen and (max-width: 750px) {
  .desktop .home .leaf1 {
    width: 150px !important;
    height: 243px !important;
    right: -80px !important;
  }
}

.desktop .home .leaf2 {
  position: absolute;
  top: 850px !important;
  left: 580px !important;
  width: 207px;
  height: 181px;
}

@media screen and (max-width: 1280px) {
  .desktop .home .leaf2 {
    top: 75vh !important;
    left: auto !important;
    right: 40% !important;
    width: 157px !important;
    height: 131px !important;
  }
  .desktop .home .leaf2 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 996px) {
  .desktop .home .leaf2 {
    right: 45% !important;
    width: 137px !important;
    height: 101px !important;
  }
  .desktop .home .leaf2 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 850px) {
  .desktop .home .leaf2 {
    top: 75vh !important;
    right: 50% !important;
    width: 107px !important;
    height: 71px !important;
  }
  .desktop .home .leaf2 img {
    width: 100% !important;
  }
}

@media screen and (max-width: 750px) {
  .desktop .home .leaf2 {
    display: none !important;
  }
}

.desktop .home .lemon1 {
  position: absolute;
  top: 155px !important;
  left: 235px !important;
  width: 622px;
  height: 556px;
}

@media screen and (max-width: 1280px) {
  .desktop .home .lemon1 {
    left: auto !important;
    right: 30% !important;
  }
  .desktop .home .lemon1 img {
    width: 511px !important;
  }
}

@media screen and (max-width: 996px) {
  .desktop .home .lemon1 {
    top: 255px !important;
    left: auto !important;
    right: 20% !important;
  }
  .desktop .home .lemon1 img {
    width: 411px !important;
  }
}

@media screen and (max-width: 850px) {
  .desktop .home .lemon1 {
    top: 285px !important;
    left: auto !important;
    right: 10% !important;
  }
  .desktop .home .lemon1 img {
    width: 420px !important;
  }
}

@media screen and (max-width: 750px) {
  .desktop .home .lemon1 {
    top: 275px !important;
    left: auto !important;
    right: 12% !important;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home .lemon1 {
    top: 205px !important;
    left: -20% !important;
    right: auto !important;
  }
  .desktop .home .lemon1 img {
    width: 300px !important;
  }
}

@media screen and (max-width: 414px) {
  .desktop .home .lemon1 {
    top: 155px !important;
    left: -30% !important;
    right: auto !important;
  }
  .desktop .home .lemon1 img {
    width: 300px !important;
  }
}

@media screen and (max-width: 375px) {
  .desktop .home .lemon1 {
    top: 155px !important;
    left: -40% !important;
    right: auto !important;
  }
  .desktop .home .lemon1 img {
    width: 300px !important;
  }
}

@media screen and (max-width: 320px) {
  .desktop .home .lemon1 {
    top: 155px !important;
    left: -75% !important;
    right: auto !important;
  }
  .desktop .home .lemon1 img {
    width: 300px !important;
  }
}

.desktop .home .lemon4 {
  position: absolute;
  top: 185px;
  left: 10% !important;
  width: 1507px !important;
  height: 1435px;
  background-image: url("../images/lemon4.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 2320px) {
  .desktop .home .lemon4 {
    left: 0% !important;
  }
}

@media screen and (max-width: 1850px) {
  .desktop .home .lemon4 {
    left: -5% !important;
  }
}

@media screen and (max-width: 1680px) {
  .desktop .home .lemon4 {
    left: -10% !important;
  }
}

@media screen and (max-width: 1550px) {
  .desktop .home .lemon4 {
    left: -20% !important;
  }
}

@media screen and (max-width: 1366px) {
  .desktop .home .lemon4 {
    left: -25% !important;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .home .lemon4 {
    left: -45% !important;
    background-size: 60% 60% !important;
  }
}

@media screen and (max-width: 1100px) {
  .desktop .home .lemon4 {
    display: none !important;
  }
}

.desktop .home .lemon3 {
  position: absolute !important;
  top: 150px !important;
  right: -65vw !important;
  width: 1925px;
  height: 1620px;
  background-image: url("../images/lemon3.png");
  background-repeat: no-repeat;
  background-size: 60% 60% !important;
  /**
    @media screen and (max-width: 1160px) {
        right:-125vw !important;
    }

    @media screen and (max-width: 1130px) {
        right:-130vw !important;
    }

    @media screen and (max-width: 1100px) {
        display: none !important;
    }
    **/
}

@media screen and (max-width: 1980px) {
  .desktop .home .lemon3 {
    right: -55vw !important;
  }
}

@media screen and (max-width: 1650px) {
  .desktop .home .lemon3 {
    background-size: 50% 50% !important;
    right: -75vw !important;
  }
}

@media screen and (max-width: 1500px) {
  .desktop .home .lemon3 {
    background-size: 50% 50% !important;
    right: -90vw !important;
  }
}

@media screen and (max-width: 1466px) {
  .desktop .home .lemon3 {
    background-size: 50% 50% !important;
    right: -100vw !important;
  }
}

@media screen and (max-width: 1366px) {
  .desktop .home .lemon3 {
    background-size: 50% 50% !important;
    right: -110vw !important;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .home .lemon3 {
    right: -115vw !important;
  }
}

@media screen and (max-width: 1200px) {
  .desktop .home .lemon3 {
    display: none !important;
  }
}

@media screen and (min-width: 1980px) {
  .desktop .home .lemon3 {
    right: -50vw !important;
  }
}

@media screen and (min-width: 2250px) {
  .desktop .home .lemon3 {
    right: -40vw !important;
  }
}

@media screen and (min-width: 2400px) {
  .desktop .home .lemon3 {
    right: -30vw !important;
  }
}

.desktop .home .lemon-piece1 {
  position: absolute;
  z-index: -1;
  top: 400px !important;
  left: -185px !important;
  width: 315px;
  height: 296px;
}

@media screen and (max-width: 992px) {
  .desktop .home .lemon-piece1 {
    display: none !important;
  }
}

.desktop .home .lemon-piece2 {
  position: absolute;
  top: 470px !important;
  left: calc( 100vw - 130px) !important;
  width: 324px;
  height: 395px;
}

@media screen and (max-width: 1365px) {
  .desktop .home .lemon-piece2 {
    left: calc( 100vw - 90px) !important;
  }
  .desktop .home .lemon-piece2 img {
    width: 204px !important;
  }
}

@media screen and (max-width: 992px) {
  .desktop .home .lemon-piece2 {
    display: none !important;
  }
}

.desktop .about {
  width: 100%;
  height: 100vh;
  min-height: 850px;
}

@media screen and (max-width: 1150px) {
  .desktop .about {
    height: auto;
    min-height: auto;
  }
}

.desktop .about .container-about {
  position: relative;
  width: 1350px;
  height: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 1350px) {
  .desktop .about .container-about {
    width: 100%;
  }
}

.desktop .about .container-about .left, .desktop .about .container-about .right, .desktop .about .container-about .middle {
  padding-top: 67px;
}

@media screen and (max-width: 640px) {
  .desktop .about .container-about .left, .desktop .about .container-about .right, .desktop .about .container-about .middle {
    padding-top: 0;
  }
}

.desktop .about .container-about .left {
  width: 380px;
  display: block;
}

@media screen and (max-width: 768px) {
  .desktop .about .container-about .left {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    text-align: center;
    padding-bottom: 20px;
  }
}

@media screen and (max-width: 680px) {
  .desktop .about .container-about .left {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

.desktop .about .container-about .left .phone-circle {
  display: block;
  width: 255px;
  height: 255px;
  margin-top: 35px;
  margin-left: 45px;
  background: url("../images/circle3.svg") bottom center no-repeat;
  background-size: 255px 255px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .desktop .about .container-about .left .phone-circle {
    margin-top: 15px;
    margin-left: 0;
  }
}

.desktop .about .container-about .left .phone-circle a {
  display: block;
  font-size: 42px;
  font-weight: 600;
  color: #78aa1f;
  padding: 50px 0 0 0;
}

.desktop .about .container-about .middle {
  width: 470px;
  padding: 280px 30px 0 35px;
}

@media screen and (max-width: 1350px) {
  .desktop .about .container-about .middle {
    width: calc( 100% - 380px - 350px - 65px);
  }
}

@media screen and (max-width: 1150px) {
  .desktop .about .container-about .middle {
    width: calc( 100% - 380px - 65px);
    padding: 180px 30px 0 35px;
  }
}

@media screen and (max-width: 768px) {
  .desktop .about .container-about .middle {
    width: 100%;
    padding: 0 25px;
  }
}

.desktop .about .container-about .middle .title {
  margin-bottom: 65px;
}

@media screen and (max-width: 992px) {
  .desktop .about .container-about .middle .title {
    margin-bottom: 35px;
  }
}

.desktop .about .container-about .middle .preface {
  font-weight: 600;
}

.desktop .about .container-about .middle .text {
  margin-top: 50px;
  font-size: 19px;
  font-weight: 400;
  color: #8e8e8e;
}

@media screen and (max-width: 992px) {
  .desktop .about .container-about .middle .text {
    margin-top: 30px;
  }
}

.desktop .about .container-about .middle .buttons {
  display: none;
  margin-top: 50px;
  flex-direction: row;
}

.desktop .about .container-about .middle .buttons a:nth-child(1) {
  margin-right: 10px;
}

@media screen and (max-width: 1150px) {
  .desktop .about .container-about .middle .buttons {
    display: flex;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .about .container-about .middle .buttons {
    flex-direction: column;
    padding-bottom: 50px;
  }
  .desktop .about .container-about .middle .buttons a:nth-child(1) {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.desktop .about .container-about .right {
  width: 450px;
  padding-top: 38px;
  padding-left: 40px;
}

@media screen and (max-width: 1350px) {
  .desktop .about .container-about .right {
    width: 350px;
    padding-left: 0;
  }
}

@media screen and (max-width: 1150px) {
  .desktop .about .container-about .right {
    display: none;
  }
}

.desktop .about .container-about .right .buttons {
  padding: 80px 100px;
}

.desktop .about .container-about .right .buttons a {
  width: 250px;
}

.desktop .about .container-about .right .buttons a:nth-child(1) {
  margin-bottom: 25px;
}

.desktop .about-page {
  width: 100%;
}

.desktop .about-page .container-about {
  position: relative;
  width: 1350px;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
  .desktop .about-page .container-about {
    width: calc( 100% - 50px);
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .desktop .about-page .container-about {
    width: calc( 100% - 25px);
  }
}

.desktop .about-page .container-about .left, .desktop .about-page .container-about .right, .desktop .about-page .container-about .middle {
  padding-top: 45px;
}

.desktop .about-page .container-about .left {
  width: 550px;
}

.desktop .about-page .container-about .left img {
  width: 100%;
}

@media screen and (max-width: 1024px) {
  .desktop .about-page .container-about .left {
    width: 320px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .about-page .container-about .left {
    width: 100%;
    text-align: center;
  }
  .desktop .about-page .container-about .left img {
    width: 70%;
  }
}

.desktop .about-page .container-about .right {
  width: calc( 100% - 550px);
  padding: 80px 30px 0 15px;
}

@media screen and (max-width: 1024px) {
  .desktop .about-page .container-about .right {
    width: calc( 100% - 320px);
  }
}

@media screen and (max-width: 992px) {
  .desktop .about-page .container-about .right {
    width: 100%;
    padding: 0px 0 0 0;
  }
}

.desktop .about-page .container-about .right .title {
  margin-bottom: 0px;
}

.desktop .about-page .container-about .right h4 {
  font-size: 38px;
  margin-bottom: 50px;
}

.desktop .about-page .container-about .right .preface {
  font-weight: 500;
}

.desktop .about-page .container-about .right .text {
  margin-top: 50px;
  font-size: 19px;
  font-weight: 400;
  color: #8e8e8e;
}

.desktop .about-page .container-about-text {
  width: 1350px;
  margin: 0 auto 0 auto;
  padding: 10px 135px;
  font-weight: 300;
}

@media screen and (max-width: 1350px) {
  .desktop .about-page .container-about-text {
    width: calc( 100% - 55px);
    padding: 10px 50px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .about-page .container-about-text {
    padding: 10px 0px;
  }
}

@media screen and (max-width: 640px) {
  .desktop .about-page .container-about-text {
    width: calc( 100% - 25px);
    padding: 10px 0;
  }
}

.desktop .about-page .container-about-text b {
  font-weight: 600;
}

.desktop .about-page .gallery-about-container {
  width: 1350px;
  margin: 0 auto 0 auto;
  padding: 10px 55px;
}

@media screen and (max-width: 1350px) {
  .desktop .about-page .gallery-about-container {
    width: calc( 100% - 55px);
  }
}

@media screen and (max-width: 1280px) {
  .desktop .about-page .gallery-about-container {
    width: calc( 100% - 15px);
    padding: 10px 10px;
  }
}

.desktop .about-page .gallery-about-container .gallery {
  margin-top: 10px;
  width: 100%;
}

@media screen and (max-width: 992px) {
  .desktop .about-page .gallery-about-container .gallery .item {
    width: calc( 100% / 2 - 15px);
  }
}

@media screen and (max-width: 550px) {
  .desktop .about-page .gallery-about-container .gallery .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.desktop .block-page {
  width: 100%;
  height: 100vh;
  min-height: 850px;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page {
    height: auto;
    min-height: auto;
  }
  .desktop .block-page img {
    width: 80%;
    margin: 0 auto 0 auto;
  }
}

.desktop .block-page .container-page {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto 0 auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}

@media screen and (max-width: 1366px) {
  .desktop .block-page .container-page {
    width: calc( 100% - 50px);
    height: auto;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block-page .container-page {
    flex-direction: column;
  }
}

.desktop .block-page .container-page .image {
  width: 620px;
}

@media screen and (max-width: 1366px) {
  .desktop .block-page .container-page .image {
    width: 520px;
  }
  .desktop .block-page .container-page .image img {
    margin-left: -100px;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .block-page .container-page .image {
    width: 420px;
  }
  .desktop .block-page .container-page .image img {
    margin-left: -150px;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block-page .container-page .image {
    display: none;
    width: 100% !important;
    text-align: center;
  }
  .desktop .block-page .container-page .image img {
    width: 60%;
    margin: 0 auto 0 auto;
  }
}

.desktop .block-page .container-page .page-text {
  width: calc(100% - 620px);
  padding-top: 150px;
  padding-left: 30px;
}

@media screen and (max-width: 1366px) {
  .desktop .block-page .container-page .page-text {
    width: calc(100% - 520px);
  }
}

@media screen and (max-width: 1280px) {
  .desktop .block-page .container-page .page-text {
    width: calc(100% - 420px);
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block-page .container-page .page-text {
    width: 100%;
    padding: 0px;
  }
}

.desktop .block-page .container-page .page-text .title {
  margin-bottom: 30px;
}

.desktop .block-page .container-page .page-text .preface, .desktop .block-page .container-page .page-text .text {
  padding-right: 130px;
  font-weight: 300;
}

.desktop .block-page .container-page .page-text .preface b, .desktop .block-page .container-page .page-text .text b {
  font-weight: 600;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page .container-page .page-text .preface, .desktop .block-page .container-page .page-text .text {
    padding-right: 0;
  }
}

.desktop .block-page .container-page .page-text .preface {
  font-weight: 600;
  margin-bottom: 30px;
}

.desktop .block-page .container-page .page-text .mobile-photo {
  display: none;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page .container-page .page-text .mobile-photo {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page {
    display: flex;
    flex-direction: column-reverse;
  }
}

.desktop .block-page.block-text-left .container-page .page-text {
  width: 750px;
  padding-top: 150px;
  padding-left: 0px;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page .page-text {
    width: 100%;
  }
}

.desktop .block-page.block-text-left .container-page .page-text .title {
  margin-bottom: 30px;
}

.desktop .block-page.block-text-left .container-page .page-text .preface, .desktop .block-page.block-text-left .container-page .page-text .text {
  padding-right: 160px;
  font-weight: 300;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page .page-text .preface, .desktop .block-page.block-text-left .container-page .page-text .text {
    padding-right: 0;
  }
}

.desktop .block-page.block-text-left .container-page .page-text .preface b, .desktop .block-page.block-text-left .container-page .page-text .text b {
  font-weight: 600;
}

.desktop .block-page.block-text-left .container-page .page-text .preface {
  font-weight: 600;
  margin-bottom: 30px;
}

.desktop .block-page.block-text-left .container-page .page-text .buttons {
  text-align: center;
  margin-top: 120px;
  padding-right: 160px;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page .page-text .buttons {
    padding-right: 0;
  }
}

@media screen and (max-width: 475px) {
  .desktop .block-page.block-text-left .container-page .page-text .buttons {
    margin-top: 50px;
    padding-bottom: 50px;
  }
}

.desktop .block-page.block-text-left .container-page .image {
  width: calc( 100% - 750px);
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page .image {
    width: 100%;
  }
}

.desktop .block-page.block-text-left .container-page .image img {
  position: absolute;
  top: -40px;
  right: -80px;
}

@media screen and (max-width: 1280px) {
  .desktop .block-page.block-text-left .container-page .image img {
    right: -280px;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.block-text-left .container-page .image img {
    position: relative;
    top: 0;
    right: 0;
    width: 100%;
  }
}

.desktop .block-page.bp2 .container-page .image {
  width: 510px;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.bp2 .container-page .image {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .desktop .block-page.bp2 .container-page .image img {
    width: 30%;
  }
}

@media screen and (max-width: 768px) {
  .desktop .block-page.bp2 .container-page .image {
    width: 50%;
    padding: 0;
    margin: 0;
  }
  .desktop .block-page.bp2 .container-page .image img {
    width: 80%;
  }
}

.desktop .block-page.bp2 .container-page .page-text {
  width: calc(100% - 510px);
  padding-top: 70px;
  padding-left: 30px;
}

@media screen and (max-width: 1110px) {
  .desktop .block-page.bp2 .container-page .page-text {
    width: 100%;
    padding-left: 0;
  }
}

.desktop .block-page.bp2 .container-page .page-text .title {
  margin-top: 0;
  margin-bottom: 30px;
}

.desktop .block-page.bp2 .container-page .page-text .preface, .desktop .block-page.bp2 .container-page .page-text .text {
  padding-right: 190px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .desktop .block-page.bp2 .container-page .page-text .preface, .desktop .block-page.bp2 .container-page .page-text .text {
    padding-right: 0;
  }
}

.desktop .block-page.bp2 .container-page .page-text .preface b, .desktop .block-page.bp2 .container-page .page-text .text b {
  font-weight: 600;
}

.desktop .block-page.bp2 .container-page .page-text .preface {
  font-weight: 600;
  margin-bottom: 30px;
}

.desktop .block-page.bp2 .container-page .page-text .buttons {
  margin-top: 50px;
  text-align: center;
}

.desktop .block-page.bp3 .container-page .image img {
  position: absolute;
  top: 0px;
  right: -170px;
}

@media screen and (max-width: 1280px) {
  .desktop .block-page.bp3 .container-page .image img {
    right: -350px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .block-page.bp3 .container-page .image img {
    position: relative;
    top: 30px;
    right: 0;
  }
}

.desktop .block-page.bp3 .container-page .page-text {
  padding-top: 130px;
  padding-left: 0px;
}

.desktop .block-page.bp3 .container-page .page-text .title {
  margin-top: 0;
  margin-bottom: 30px;
}

.desktop .block-page.bp3 .container-page .page-text .preface, .desktop .block-page.bp3 .container-page .page-text .text {
  padding-right: 190px;
  font-weight: 300;
}

@media screen and (max-width: 992px) {
  .desktop .block-page.bp3 .container-page .page-text .preface, .desktop .block-page.bp3 .container-page .page-text .text {
    padding-right: 0;
  }
}

.desktop .block-page.bp3 .container-page .page-text .preface b, .desktop .block-page.bp3 .container-page .page-text .text b {
  font-weight: 600;
}

.desktop .block-page.bp3 .container-page .page-text .preface {
  font-weight: 600;
  margin-bottom: 30px;
}

.desktop .block-page.bp3 .container-page .page-text .buttons {
  margin-top: 80px;
  text-align: center;
}

@media screen and (max-width: 475px) {
  .desktop .block-page.bp3 .container-page .page-text .buttons {
    margin-top: 50px;
  }
}

.desktop .block2 {
  width: 100%;
}

.desktop .block2 .container-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 1350px;
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 1366px) {
  .desktop .block2 .container-block {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .block2 .container-block {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .desktop .block2 .container-block {
    width: calc( 100% - 25px);
  }
}

.desktop .block2 .container-block .page-text {
  width: 650px;
  text-align: center;
}

@media screen and (max-width: 1200px) {
  .desktop .block2 .container-block .page-text {
    width: calc( 100% - 250px);
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 996px) {
  .desktop .block2 .container-block .page-text {
    width: 100%;
  }
}

.desktop .block2 .container-block .page-text .title {
  margin-bottom: 20px;
}

.desktop .block2 .container-block .page-text .preface {
  font-weight: 600;
  margin-bottom: 100px;
}

@media screen and (max-width: 1100px) {
  .desktop .block2 .container-block .page-text .preface {
    margin-bottom: 50px;
  }
}

.desktop .block2 .container-block .page-text .text {
  font-weight: 300;
}

.desktop .block2 .container-block .page-image {
  width: calc( 100% - 650px);
}

@media screen and (max-width: 1100px) {
  .desktop .block2 .container-block .page-image {
    display: none;
  }
}

.desktop .block2 .container-gallery {
  width: 1350px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 992px) {
  .desktop .block2 .container-gallery {
    width: 100%;
  }
}

.desktop .block2 .container-gallery .gallery {
  width: 100%;
  justify-align: center;
}

.desktop .block2 .container-gallery .gallery .item {
  width: calc( 100% / 4 - 15px);
  margin-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .desktop .block2 .container-gallery .gallery .item {
    width: calc( 100% / 2 - 15px);
  }
}

@media screen and (max-width: 550px) {
  .desktop .block2 .container-gallery .gallery .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.desktop .block3 {
  width: 100%;
}

.desktop .block3 .container-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  width: 1350px;
  margin: 90px auto 0 auto;
}

@media screen and (max-width: 1366px) {
  .desktop .block3 .container-block {
    width: 100%;
  }
}

@media screen and (max-width: 1280px) {
  .desktop .block3 .container-block {
    width: calc(100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .desktop .block3 .container-block {
    width: calc( 100% - 25px);
  }
}

.desktop .block3 .container-block .page-text {
  width: 760px;
}

@media screen and (max-width: 1100px) {
  .desktop .block3 .container-block .page-text {
    width: calc( 100% - 250px);
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 996px) {
  .desktop .block3 .container-block .page-text {
    width: 100%;
  }
}

.desktop .block3 .container-block .page-text .title {
  margin-bottom: 20px;
}

.desktop .block3 .container-block .page-text .preface {
  font-weight: 600;
  margin-bottom: 100px;
}

.desktop .block3 .container-block .page-text .text {
  font-weight: 300;
}

.desktop .block3 .container-gallery {
  position: relative;
  z-index: 4;
  width: 970px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 992px) {
  .desktop .block3 .container-gallery {
    width: 100%;
  }
}

.desktop .block3 .container-gallery .gallery {
  width: 100%;
  justify-align: center;
}

.desktop .block3 .container-gallery .gallery .item {
  width: calc( 100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .desktop .block3 .container-gallery .gallery .item {
    width: calc( 100% / 2 - 15px);
  }
}

@media screen and (max-width: 550px) {
  .desktop .block3 .container-gallery .gallery .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
}

.desktop .block4 {
  width: 100%;
}

.desktop .block4 .container-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 1350px;
  margin: 130px auto 0 auto;
}

@media screen and (max-width: 1550px) {
  .desktop .block4 .container-block {
    width: calc( 100% - 250px);
  }
}

@media screen and (max-width: 1366px) {
  .desktop .block4 .container-block {
    width: calc( 100% - 50px);
    margin: 50px auto 0 auto;
  }
}

@media screen and (max-width: 1200px) {
  .desktop .block4 .container-block {
    flex-direction: column;
  }
}

@media screen and (max-width: 992px) {
  .desktop .block4 .container-block {
    width: calc( 100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .desktop .block4 .container-block {
    width: calc( 100% - 25px);
  }
}

.desktop .block4 .container-block .page-text {
  width: 650px;
}

@media screen and (max-width: 1500px) {
  .desktop .block4 .container-block .page-text {
    width: calc(100% - 400px);
  }
}

@media screen and (max-width: 1200px) {
  .desktop .block4 .container-block .page-text {
    width: calc( 100% - 250px);
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 1100px) {
  .desktop .block4 .container-block .page-text {
    width: 100%;
  }
}

.desktop .block4 .container-block .page-text .title {
  margin-bottom: 20px;
}

.desktop .block4 .container-block .page-text .preface {
  font-weight: 600;
  margin-bottom: 70px;
}

@media screen and (max-width: 1200px) {
  .desktop .block4 .container-block .page-text .preface {
    margin-bottom: 50px;
  }
}

.desktop .block4 .container-block .page-text .text {
  font-weight: 300;
}

.desktop .block4 .container-block .page-image {
  width: calc( 100% - 650px);
}

@media screen and (max-width: 1500px) {
  .desktop .block4 .container-block .page-image {
    width: 400px;
  }
}

@media screen and (max-width: 1200px) {
  .desktop .block4 .container-block .page-image {
    display: none;
  }
}

.desktop .block4 .container-gallery {
  width: 1100px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1200px) {
  .desktop .block4 .container-gallery {
    width: calc( 100% - 250px);
  }
}

@media screen and (max-width: 992px) {
  .desktop .block4 .container-gallery {
    width: calc( 100% - 50px);
  }
}

@media screen and (max-width: 500px) {
  .desktop .block4 .container-gallery {
    width: calc( 100% - 10px);
  }
}

.desktop .block4 .container-gallery .gallery {
  width: 100%;
  justify-align: center;
}

.desktop .block4 .container-gallery .gallery .item {
  width: calc( 100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 50px;
}

@media screen and (max-width: 992px) {
  .desktop .block4 .container-gallery .gallery .item {
    width: calc( 100% / 2 - 15px);
  }
}

@media screen and (max-width: 500px) {
  .desktop .block4 .container-gallery .gallery .item {
    width: 100%;
    margin-right: 0;
    margin-bottom: 15px;
  }
}

.desktop .block5 {
  width: 100%;
}

.desktop .block5 .container-block {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  width: 1350px;
  margin: 130px auto 0 auto;
}

@media screen and (max-width: 1350px) {
  .desktop .block5 .container-block {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .desktop .block5 .container-block {
    width: calc( 100% - 50px);
    flex-direction: column;
    margin-top: 50px;
  }
}

@media screen and (max-width: 768px) {
  .desktop .block5 .container-block {
    width: calc( 100% - 25px);
  }
}

.desktop .block5 .container-block .page-text {
  width: calc( 100% - 481px);
  padding-left: 50px;
}

@media screen and (max-width: 1570px) {
  .desktop .block5 .container-block .page-text {
    width: calc( 100% - 581px);
  }
}

@media screen and (max-width: 1366px) {
  .desktop .block5 .container-block .page-text {
    width: calc( 100% - 681px);
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block5 .container-block .page-text {
    width: calc( 100% - 300px);
    padding-right: 120px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .block5 .container-block .page-text {
    width: 100%;
    padding-left: 0px;
    padding-right: 0px;
  }
}

.desktop .block5 .container-block .page-text .title {
  margin-bottom: 20px;
}

.desktop .block5 .container-block .page-text .preface {
  font-weight: 600;
  margin-bottom: 70px;
}

.desktop .block5 .container-block .page-text .text {
  font-weight: 300;
}

.desktop .block5 .container-block .page-image {
  width: 481px;
}

.desktop .block5 .container-block .page-image img {
  width: 100%;
}

@media screen and (max-width: 1366px) {
  .desktop .block5 .container-block .page-image {
    width: 481px;
    text-align: center;
  }
}

@media screen and (max-width: 1110px) {
  .desktop .block5 .container-block .page-image {
    display: none;
  }
}

.desktop .block5 .container-gallery {
  width: 1100px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 992px) {
  .desktop .block5 .container-gallery {
    width: 100%;
  }
}

.desktop .block5 .container-gallery .gallery {
  width: 100%;
  justify-align: center;
}

.desktop .block5 .container-gallery .gallery .item {
  width: calc( 100% / 3 - 15px);
  margin-right: 15px;
  margin-bottom: 50px;
}

.desktop .contact {
  position: relative;
}

.desktop .contact .leaf3 {
  position: absolute;
  top: 70px;
  right: -10px;
  width: 306px;
  height: 206px;
  background-image: url("../images/leaf3.png");
  background-repeat: no-repeat;
}

@media screen and (max-width: 1366px) {
  .desktop .contact .leaf3 {
    display: none;
  }
}

.desktop .contact .container-contact {
  position: relative;
  z-index: 2;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 1250px;
  height: 100vh;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1366px) {
  .desktop .contact .container-contact {
    width: calc( 100% - 50px);
    height: auto;
  }
}

@media screen and (max-width: 992px) {
  .desktop .contact .container-contact {
    width: calc( 100% - 50px);
    flex-direction: column;
  }
}

@media screen and (max-width: 768px) {
  .desktop .contact .container-contact {
    width: calc( 100% - 25px);
  }
}

.desktop .contact .container-contact .left {
  width: 640px;
}

.desktop .contact .container-contact .left .framemap {
  width: 100%;
  height: 640px;
  border: 20px solid white;
}

.desktop .contact .container-contact .left .framemap iframe {
  width: 100%;
  height: 100%;
}

@media screen and (max-width: 1100px) {
  .desktop .contact .container-contact .left {
    width: 100%;
    margin-top: 50px;
  }
  .desktop .contact .container-contact .left .framemap {
    height: 500px;
  }
}

.desktop .contact .container-contact .right {
  padding-top: 100px;
  padding-left: 105px;
  font-weight: 300;
}

@media screen and (max-width: 1280px) {
  .desktop .contact .container-contact .right {
    padding-left: 50px;
  }
}

@media screen and (max-width: 992px) {
  .desktop .contact .container-contact .right {
    width: 100%;
    padding-top: 50px;
    padding-left: 0;
  }
}

.desktop .contact .container-contact .right .title {
  margin-bottom: 20px;
}

.desktop .contact .container-contact .right b {
  font-weight: 500;
}

.desktop .contact .container-contact .right a {
  color: #8e8e8e;
  text-decoration: underline;
}

.navigation {
  position: fixed;
  top: 0;
  right: 0px;
  z-index: 2;
  width: 0px;
  height: 100%;
  background-color: #78aa1f;
  display: none;
}

.navigation .nav-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 760px;
  height: 70%;
  line-height: 80px;
}

.navigation .nav-container a {
  width: 100%;
  color: white;
  font-size: 24px;
  font-weight: 300;
  line-height: 30px;
  transition: 150ms linear all;
  text-align: left;
  padding: 10px 0;
  border-bottom: 1px solid #aecc79;
}

@media screen and (max-width: 768px) {
  .navigation .nav-container a {
    font-size: 28px;
    line-height: 50px;
    padding: 0 10px;
  }
}

@media screen and (max-width: 375px) {
  .navigation .nav-container a {
    font-size: 22px;
    line-height: 45px;
    padding: 0 10px;
  }
}

.navigation .nav-container a:hover {
  color: #f2f2f2;
  text-decoration: none;
}

.navigation .nav-container a:last-child {
  border-bottom: none;
}

@media screen and (min-width: 993px) {
  .navigation {
    border-radius: 20px;
    padding: 50px 40px;
    z-index: 5;
  }
  .navigation.show {
    position: absolute;
    top: 160px;
    right: 60px;
    width: 420px;
    height: auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    animation: animationDesktop 350ms linear;
  }
  .navigation .nav-container a:hover {
    letter-spacing: 0px;
  }
}

@media screen and (min-width: 320px) and (max-width: 992px) {
  .navigation.show {
    z-index: 5;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    right: 0;
    width: 100%;
    animation: animationMobile 350ms linear;
  }
}

@keyframes animationDesktop {
  0% {
    transform: translateY(-100px);
    opacity: 0;
  }
  100% {
    transform: translateY(0px);
    opacity: 1;
  }
}

@keyframes animationMobile {
  0% {
    width: 0px;
    opacity: 0;
  }
  100% {
    width: 100%;
    opacity: 1;
  }
}

.home-page .show {
  top: 65px;
}

@media screen and (max-width: 992px) {
  .home-page .show {
    top: 0;
  }
}

.desktop .home-page {
  height: 200px;
  min-height: 200px;
}

.desktop .home-page .container-home {
  display: flex;
  flex-direction: row;
  width: 1300px;
  height: 100%;
}

@media screen and (max-width: 1366px) {
  .desktop .home-page .container-home {
    width: calc( 100% - 50px);
  }
}

.desktop .home-page .container-home .nav-button {
  position: absolute;
  z-index: 1;
  top: 60px;
  right: 0px;
}

@media screen and (max-width: 992px) {
  .desktop .home-page .container-home .nav-button {
    position: fixed;
    right: 10px;
  }
}

@media screen and (max-width: 475px) {
  .desktop .home-page .container-home .nav-button {
    top: 20px;
  }
}

.desktop .home-page .container-home .header-text {
  position: absolute;
  z-index: 2;
  top: 60px;
  right: 110px;
}

@media screen and (max-width: 550px) {
  .desktop .home-page .container-home .header-text {
    top: 120px;
    left: 25%;
    right: auto;
  }
}

@media screen and (max-width: 414px) {
  .desktop .home-page .container-home .header-text {
    top: 140px;
    right: 0px;
    left: auto;
  }
}

.desktop .home-page .container-home .header-text h1, .desktop .home-page .container-home .header-text h2 {
  line-height: 32px;
}

.desktop .home-page .container-home .header-text h1 {
  font-size: 34px;
}

.desktop .home-page .container-home .header-text h1:before {
  position: absolute;
  top: -38px;
  right: 30px;
  width: 2px;
  height: 30px;
}

.desktop .home-page .container-home .header-text h2 {
  font-size: 30px;
}

.desktop .home-page .container-home .header-text h2:before {
  position: absolute;
  top: 65px;
  right: 65px;
  width: 2px;
  height: 30px;
}

.desktop .home-page .container-home .header-button {
  position: absolute;
  top: 70px;
  left: -5px;
}

.desktop .home-page .container-home .header-button .btn-outline-default {
  font-size: 18px;
  padding: 5px 40px;
  background-color: #e9e6e6;
}

@media screen and (max-width: 475px) {
  .desktop .home-page .container-home .header-button {
    top: 40px;
  }
}

.container-prices {
  width: 1300px;
  margin: 0 auto 0 auto;
  margin-top: 80px;
}

@media screen and (max-width: 1280px) {
  .container-prices {
    width: calc( 100% - 50px);
    margin: 0 auto 0 auto;
  }
}

@media screen and (max-width: 640px) {
  .container-prices {
    width: calc( 100% - 25px);
    margin-top: 100px;
  }
}

.container-prices .prices-blocks {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
}

.container-prices .prices-blocks .item {
  width: calc( 100% / 3);
  padding: 0 50px;
  text-align: center;
}

@media screen and (max-width: 992px) {
  .container-prices .prices-blocks .item {
    width: 100%;
  }
}

@media screen and (max-width: 375px) {
  .container-prices .prices-blocks .item {
    width: 100%;
    padding: 0;
  }
}

.container-prices .prices-blocks .item .circle {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 0 auto 55px auto;
  border-radius: 100%;
  width: 252px;
  height: 252px;
  background-size: 252px 252px;
  background-repeat: no-repeat;
}

.container-prices .prices-blocks .item .circle h5 {
  font-size: 37.32px;
  font-weight: bold;
  color: #78aa1f;
}

.container-prices .prices-blocks .item .circle h5 span {
  display: block;
  font-size: 21.24px;
  font-weight: normal;
  color: #8e8e8e;
}

.container-prices .prices-blocks .item:nth-child(1) .circle {
  background-image: url("../images/circle1.svg");
}

.container-prices .prices-blocks .item:nth-child(2) .circle {
  background-image: url("../images/circle2.svg");
}

.container-prices .prices-blocks .item:nth-child(3) .circle {
  background-image: url("../images/circle3b.svg");
}

.container-prices .text-prices {
  margin-top: 80px;
}

.offer {
  width: 100%;
  height: 100vh;
  min-height: 850px;
}

@media screen and (max-width: 1280px) {
  .offer {
    height: auto;
    margin-bottom: 50px;
  }
}

.offer .lime {
  position: absolute;
  top: -10px;
  right: -210px;
  width: 603px;
  height: 603px;
  background: url("../images/lemon-offer.png") no-repeat;
}

@media screen and (max-width: 1366px) {
  .offer .lime {
    top: 100px;
    background-size: 70% 70%;
  }
}

@media screen and (max-width: 992px) {
  .offer .lime {
    display: none;
  }
}

.offer .container-offer {
  position: relative;
  width: 1300px;
  height: 100%;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1280px) {
  .offer .container-offer {
    width: calc( 100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  .offer .container-offer {
    width: 100%;
    padding: 0 25px;
  }
}

.offer .container-offer .header {
  padding-left: 115px;
}

.offer .container-offer .header .preface {
  width: 420px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .offer .container-offer .header {
    padding-left: 0;
  }
  .offer .container-offer .header .preface {
    width: 100%;
  }
}

@media screen and (max-width: 992px) {
  .offer .container-offer .title {
    margin-bottom: 35px;
  }
}

.offer .container-offer .blocks {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 70px;
}

@media screen and (max-width: 992px) {
  .offer .container-offer .blocks {
    margin-top: 50px;
  }
}

.offer .container-offer .blocks .item {
  background: #78aa1f;
  color: white;
  font-size: 20px;
  font-weight: 300;
  width: calc( 100% / 2 - 10px);
  padding: 45px 50px 20px 50px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

@media screen and (max-width: 475px) {
  .offer .container-offer .blocks .item {
    font-size: 18px;
    padding: 45px 25px 25px 25px;
  }
}

.offer .container-offer .blocks .item:nth-child(1) {
  background-color: #9abc5a;
  margin-right: 10px;
}

@media screen and (max-width: 768px) {
  .offer .container-offer .blocks .item {
    width: 100%;
  }
  .offer .container-offer .blocks .item:nth-child(1) {
    margin-right: 0;
    margin-bottom: 50px;
  }
}

.offer .container-offer .blocks .item h5 {
  font-size: 22px;
  font-weight: 300;
  margin: 0;
}

.offer .container-offer .blocks .item h4 {
  font-size: 30px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.offer .container-offer .blocks .item .buttons {
  text-align: right;
  margin-top: 20px;
}

.offer .container-offer .blocks .item .buttons .btn-default {
  width: 200px;
}

@media screen and (max-width: 1280px) {
  .offer .container-offer .blocks {
    flex-direction: column;
  }
  .offer .container-offer .blocks .item {
    width: 100%;
  }
  .offer .container-offer .blocks .item:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.offer-page {
  width: 100%;
  margin-top: 80px;
}

.offer-page .container-offer {
  position: relative;
  width: 1300px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 1366px) {
  .offer-page .container-offer {
    width: calc( 100% - 50px);
  }
}

@media screen and (max-width: 640px) {
  .offer-page .container-offer {
    width: calc( 100% - 25px);
  }
}

.offer-page .container-offer .header {
  text-align: center;
}

.offer-page .container-offer .header .title {
  margin-bottom: 40px;
}

.offer-page .container-offer .header .preface {
  padding: 0 220px;
  font-weight: 600;
}

@media screen and (max-width: 992px) {
  .offer-page .container-offer .header .preface {
    padding: 0 50px;
  }
}

@media screen and (max-width: 500px) {
  .offer-page .container-offer .header .preface {
    padding: 0;
  }
}

.offer-page .container-offer .blocks {
  position: relative;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: baseline;
  margin-top: 50px;
}

.offer-page .container-offer .blocks .item {
  background: #78aa1f;
  color: white;
  font-size: 20px;
  font-weight: 300;
  width: calc( 100% / 2 - 10px);
  padding: 45px 50px 20px 50px;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.offer-page .container-offer .blocks .item:nth-child(1) {
  background-color: #9abc5a;
  margin-right: 10px;
}

.offer-page .container-offer .blocks .item h5 {
  font-size: 28px;
  font-weight: 300;
  margin: 0;
}

.offer-page .container-offer .blocks .item h4 {
  font-size: 36px;
  font-weight: 800;
  margin: 0 0 10px 0;
}

.offer-page .container-offer .blocks .item .buttons {
  text-align: right;
}

.offer-page .container-offer .blocks .item .buttons .btn-default {
  width: 200px;
}

@media screen and (max-width: 1100px) {
  .offer-page .container-offer .blocks {
    flex-direction: column;
  }
  .offer-page .container-offer .blocks .item {
    width: 100%;
  }
  .offer-page .container-offer .blocks .item:nth-child(1) {
    margin-right: 0px;
    margin-bottom: 10px;
  }
}

.cookie-message {
  position: fixed;
  right: 20px;
  bottom: 20px;
  background-color: white;
  max-width: 500px;
  margin-left: 20px;
  z-index: 100;
  color: #78aa1f;
  padding: 1rem;
  display: none;
  box-shadow: 0 0 20px rgba(120, 170, 31, 0.2);
  font-size: .8rem;
}

.cookie-message p {
  margin-bottom: 0;
}

.cookie-message .btn-primary {
  margin-top: 2rem;
  background-color: #78aa1f;
  border: 3px solid #78aa1f;
  padding: .8rem 1.5rem;
}

.cookie-message .btn-primary:hover {
  background-color: transparent;
}

footer {
  padding: 4rem 0;
  color: #8e8e8e;
}

@media screen and (max-width: 992px) {
  footer {
    margin-top: 50px;
  }
}

footer a {
  color: #5e5e5e;
}

footer a:hover {
  color: #6b6b6b;
}

footer .bottom-menu {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  width: 880px;
  margin: 0 auto 0 auto;
}

@media screen and (max-width: 992px) {
  footer .bottom-menu {
    width: calc( 100% - 50px);
  }
}

@media screen and (max-width: 768px) {
  footer .bottom-menu {
    width: calc( 100% - 10px);
  }
}

footer .bottom-menu .item {
  padding: 0 20px 0 20px;
  text-align: center;
  border-right: 1px solid #5e5e5e;
}

footer .bottom-menu .item:last-child {
  border-right: 0;
}

footer .bottom-menu .item:nth-child(3) {
  border-right: 0;
}

footer .bottom-copyright {
  font-size: 16px;
  margin-top: 80px;
}

.mobile-photo {
  display: none;
}

@media screen and (max-width: 1200px) {
  .mobile-photo {
    display: block;
    text-align: center;
    margin-bottom: 50px;
  }
}

.mobile-portrait {
  display: block;
}

.mobile-horizontal {
  display: none;
}

@media screen and (max-height: 475px) and (max-width: 900px) and (orientation: landscape) {
  .mobile-portrait {
    display: none;
  }
  .mobile-horizontal {
    position: relative;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    display: block;
    background-image: url("../images/phone-horizontal.jpg");
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
  }
}
