* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: "Bellota";
  scroll-behavior: smooth;
}

::-webkit-scrollbar {
  width: 6px;
  background-color: #f9f7f3;
}

::-webkit-scrollbar-thumb {
  background-color: #039bdf;
  border-radius: 4px;
}

::-webkit-scrollbar-thumb:hover {
  background-color: #039bdf;
}

[class*=swiper-button] {
  z-index: 1 !important;
}

a {
  text-decoration: none;
  color: #fff;
}

li {
  list-style: none;
}

button {
  cursor: pointer;
  outline: 0;
  border: 0;
  background: none;
}

header {
  height: 150px;
  width: 100%;
  padding: 0 100px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: 0.2s;
  transition: 0.2s;
  background: #A9DBD0;
}
header #burger_button {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 30px;
  height: 27px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
header #burger_button i {
  width: 90%;
  height: 1px;
  border: 2px solid #f14635;
  border-radius: 10px;
}
header .logo-head {
  height: 120px;
  width: 120px;
}
header .logo-head img {
  height: 100%;
  width: 100%;
}
header menu {
  display: none;
}
header menu li {
  cursor: pointer;
  margin: 0 10px;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
header menu li a {
  display: block;
  color: #000;
  padding: 10px 25px;
}
header menu li:hover, header menu li.active {
  background: #f14635;
}
header menu li:hover a, header menu li.active a {
  text-shadow: 0 0 5px #fff;
  color: #fff;
}
header .schedule {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
header .schedule b {
  font-size: 22px;
}
header .schedule span {
  color: #335d53;
  font-size: 20px;
}

#drop_menu {
  position: fixed;
  z-index: 7;
  top: 0;
  left: 0;
  width: 100%;
  background: #A9DBD0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: hidden;
  display: flex;
  padding: 0;
}
#drop_menu.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateY(0);
          transform: translateY(0);
}
#drop_menu .head_drop_menu {
  height: 150px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0 100px;
}
#drop_menu .head_drop_menu .logo-head {
  position: relative;
  height: 120px;
}
#drop_menu .head_drop_menu .logo-head img {
  height: 100%;
  width: 100%;
}
#drop_menu .head_drop_menu .schedule {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-weight: bold;
}
#drop_menu .head_drop_menu .schedule b {
  font-size: 22px;
}
#drop_menu .head_drop_menu .schedule span {
  color: #335d53;
  font-size: 20px;
}
#drop_menu .head_drop_menu #drop_burger_button {
  cursor: pointer;
  width: 30px;
  height: 27px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#drop_menu .head_drop_menu #drop_burger_button i {
  width: 90%;
  height: 1px;
  border: 2px solid #f14635;
  border-radius: 10px;
}
#drop_menu menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#drop_menu menu li {
  cursor: pointer;
  margin: 10px 0;
  font-size: 20px;
  font-weight: bold;
  border-radius: 100px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#drop_menu menu li a {
  display: block;
  color: #000;
  padding: 10px 25px;
}
#drop_menu menu li:hover, #drop_menu menu li.active {
  background: #f14635;
}
#drop_menu menu li:hover a, #drop_menu menu li.active a {
  text-shadow: 0 0 5px #fff;
  color: #fff;
}

main #main-screen {
  height: 100vh;
  width: 100%;
  padding: 100px 0 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #main-screen::before {
  content: "";
  position: absolute;
  z-index: -2;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url("../img/bg.jpg") 100%/cover no-repeat;
}
main #main-screen::after {
  content: "";
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: rgba(255, 255, 255, 0.6);
}
main #main-screen h1 {
  font-family: "Adigiana";
  font-size: 100px;
  font-weight: 100;
  color: #039bdf;
  margin: 0 0 40px;
}
main #main-screen p {
  font-size: 32px;
  font-weight: bold;
  text-align: center;
  line-height: 50px;
  margin: 0 0 100px;
}
main #main-screen .link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
main #main-screen .link a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #main-screen .link a img {
  height: 25px;
  margin: 0 15px 0 0;
}
main #main-screen .link a:first-child, main #main-screen .link a:last-child {
  background: #f14635;
  -webkit-box-shadow: 0 0 10px #f14635;
          box-shadow: 0 0 10px #f14635;
}
main #main-screen .link a:first-child:hover, main #main-screen .link a:last-child:hover {
  -webkit-box-shadow: 0 0 20px #f14635;
          box-shadow: 0 0 20px #f14635;
}
main #main-screen .link a:nth-child(2) {
  background: #74b65f;
  -webkit-box-shadow: 0 0 10px #74b65f;
          box-shadow: 0 0 10px #74b65f;
}
main #main-screen .link a:nth-child(2):hover {
  -webkit-box-shadow: 0 0 20px #74b65f;
          box-shadow: 0 0 20px #74b65f;
}
main #main-screen .scrol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  bottom: 0;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}
main #main-screen .scrol img {
  height: 40px;
}
main #main-screen .scrol img:last-child {
  opacity: 0.5;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
main #reviews-screen {
  padding: 50px;
  background: #ecf7f5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
main #reviews-screen h2 {
  height: 100px;
  margin: 0 0 80px;
  position: relative;
}
main #reviews-screen h2 span {
  font-family: "Adigiana";
  color: #fff;
  font-size: 70px;
  font-weight: 100;
  position: absolute;
  z-index: 2;
  top: 50%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
main #reviews-screen h2 img {
  height: 100px;
  position: absolute;
  z-index: 1;
  top: 55%;
  left: 50%;
  -webkit-transform: translateY(-50%) translateX(-50%);
          transform: translateY(-50%) translateX(-50%);
}
main #reviews-screen .container-gallery-reviews {
  width: 70%;
  position: relative;
  margin: 0 0 60px;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery {
  width: 100%;
  overflow: hidden;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper {
  margin: 50px 0;
  -webkit-perspective: 1000px;
          perspective: 1000px;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide {
  border-radius: 30px;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  height: 500px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide img {
  cursor: pointer;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 30px;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-wrapper .swiper-slide-active {
  -webkit-transform: scale(1.4) translateX(0);
          transform: scale(1.4) translateX(0);
  z-index: 3;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery [class*=swiper-button]::after {
  color: #039bdf;
  font-size: 42px;
  font-weight: bold;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-prev {
  left: -60px;
}
main #reviews-screen .container-gallery-reviews #reviews-gallery .swiper-button-next {
  right: -60px;
}
main #reviews-screen button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 35px;
  background: #039bdf;
  -webkit-box-shadow: 0 0 10px #039bdf;
          box-shadow: 0 0 10px #039bdf;
  border-radius: 10px;
  color: #fff;
  font-size: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
main #reviews-screen button:hover {
  text-shadow: 0 0 5px #fff;
  -webkit-box-shadow: 0 0 20px #039bdf;
          box-shadow: 0 0 20px #039bdf;
}
main #map-screen {
  height: 60vh;
  min-height: 500px;
  max-height: 1000px;
  width: 100%;
}

#gallery_look_cont {
  position: fixed;
  z-index: 12;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gallery_look_cont.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}
#gallery_look_cont * {
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#gallery_look_cont #gallery-look {
  height: 100%;
  width: 100%;
  position: relative;
  overflow-x: hidden;
}
#gallery_look_cont #gallery-look #close_gall {
  position: fixed;
  z-index: 7;
  right: 5%;
  top: 5%;
}
#gallery_look_cont #gallery-look #close_gall img {
  cursor: pointer;
  height: 30px;
}
#gallery_look_cont #gallery-look .swiper-wrapper {
  z-index: 6;
}
#gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 30px;
  overflow: hidden;
}
#gallery_look_cont #gallery-look .swiper-wrapper .swiper-slide img {
  height: 100%;
  max-height: 85vw;
}
#gallery_look_cont #gallery-look [class*=swiper-button] {
  z-index: 7 !important;
}
#gallery_look_cont #gallery-look [class*=swiper-button]::after {
  color: rgba(255, 255, 255, 0.7);
  font-size: 42px;
  font-weight: bold;
}

#back {
  position: fixed;
  z-index: 11;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
#back.active {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
          transform: scale(1);
}

footer {
  background: #A8DCD0;
  height: 130px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0 100px;
}
footer .logo-foot {
  height: 100px;
  width: 100px;
}
footer .logo-foot img {
  height: 100%;
  width: 100%;
}
footer .address {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
footer .address a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 24px;
  color: #2C443E;
  margin: 0 40px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .address a:hover span:last-child {
  text-decoration: underline;
}
footer .address a:hover span:first-child {
  -webkit-box-shadow: 0 0 10px #039bdf;
          box-shadow: 0 0 10px #039bdf;
}
footer .address a:last-child span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: 55px;
  background: #039bdf;
  border-radius: 100%;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .address a:last-child img {
  height: 30px;
  width: 30px;
}
footer .address a span:first-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 55px;
  width: 55px;
  background: #039bdf;
  border-radius: 100%;
  margin: 0 15px 0 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .address a img {
  height: 35px;
  width: 35px;
}
footer .social {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
footer .social a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 15px 25px;
  font-size: 20px;
  border-radius: 10px;
  margin: 0 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
footer .social a img {
  height: 25px;
  margin: 0 15px 0 0;
}
footer .social a:first-child {
  margin: 0 40px 0 0;
}
footer .social a:first-child, footer .social a:last-child {
  background: #74b65f;
  -webkit-box-shadow: 0 0 10px #74b65f;
          box-shadow: 0 0 10px #74b65f;
}
footer .social a:first-child:hover, footer .social a:last-child:hover {
  -webkit-box-shadow: 0 0 20px #74b65f;
          box-shadow: 0 0 20px #74b65f;
}
footer .social a:nth-child(2) {
  background: #f14635;
  -webkit-box-shadow: 0 0 10px #f14635;
          box-shadow: 0 0 10px #f14635;
}
footer .social a:nth-child(2):hover {
  -webkit-box-shadow: 0 0 20px #f14635;
          box-shadow: 0 0 20px #f14635;
}