html {
  height: 100%;
  overflow-x: hidden; }

body,
html {
  font-family: 'Montserrat-Regular';
  background: #fff;
  padding: 0;
  margin: 0;
  width: 100%;
  min-height: 100%;
  z-index: 1;
  position: relative; }

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #262729;
  padding: 0;
  margin: 0; }

p,
blockquote,
pre,
span,
strong,
strong,
sub,
sup,
dl,
dt,
dd,
ol,
ul,
li,
form,
table,
tbody,
tfoot,
thead,
tr,
th,
td {
  color: #262729;
  padding: 0;
  margin: 0;
  list-style: none; }

img {
  -webkit-user-drag: none; }

* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

button {
  outline: none;
  border: 0;
  cursor: pointer; }

a {
  color: #262729;
  cursor: pointer;
  text-decoration: none; }

  .about-us > div > h2 {
    text-align: center;
  }

.btn {
  background-color: #34A0A4;
  font-family: 'Montserrat-Medium';
  padding: 16px 30px;
  font-size: 26px;
  border-radius: 20px;
  color: #fff; }
  .btn i {
    margin-right: 16px; }

.inner-wrap {
  position: relative;
  max-width: 1360px;
  padding: 0 16px;
  margin: 0 auto; }

main {
  display: flex;
  flex-direction: column; }

.shadow {
  box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19); }

.welcome-wrap .welcome-inner {
  display: flex;
  align-items: center;
  gap: 100px;
  padding-top: 80px; }
.welcome-wrap .info {
  max-width: 500px;
  font-size: 28px;
  font-family: 'Montserrat-Bold';
  Line-height: 56px; }
  .welcome-wrap .info span {
    display: block;
    color: #34A0A4; }
  .welcome-wrap .info .btn {
    margin-top: 24px;
    display: inline-block;
    line-height: normal; }
.welcome-wrap .welcome-slider {
  flex: 1;
  height: 500px;
  border-radius: 20px;
  overflow: hidden; }
  .welcome-wrap .welcome-slider .item {
    border-radius: 20px;
    overflow: hidden;
    height: 100%; }
    .welcome-wrap .welcome-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover; }
  .welcome-wrap .welcome-slider .owl-nav button {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
    height: 48px;
    background-color: transparent;
    border-radius: 50%; }
    .welcome-wrap .welcome-slider .owl-nav button.owl-prev {
      left: 20px; }
    .welcome-wrap .welcome-slider .owl-nav button.owl-next {
      right: 20px; }
    .welcome-wrap .welcome-slider .owl-nav button img {
      width: 100%;
      height: 100%; }

.choose-us {
  margin-top: 60px;
  padding-bottom: 64px;
  overflow-x: hidden; }
  .choose-us .inner-wrap {
    max-width: 100%;
    padding: 0; }
  .choose-us .title h2 {
    font-family: 'Montserrat-Medium';
    text-align: center;
    color: black;
    font-size: 40px; }
  .choose-us .item-wrap {
    min-width: 2000px;
    margin-top: 64px;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 24px; }
    .choose-us .item-wrap .item {
      flex: 0 0 360px;
      display: flex;
      align-items: center;
      gap: 14px;
      padding: 24px 40px;
      box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.15);
      border-radius: 16px; }
    .choose-us .item-wrap img {
      height: 32px; }
    .choose-us .item-wrap span {
      font-size: 13px;
      font-weight: 700;
      font-family: 'Montserrat-Medium'; }
  @media screen and (max-width: 2000px) {
    .choose-us .animate {
      position: relative;
      /*animation: leftright 4s infinite alternate ease-in-out; */
        
    } 
      
  }
@keyframes leftright {
  0%,
         20% {
    transform: translateX(0%);
    left: 0%; }
  80%,
         100% {
    transform: translateX(-100%);
    left: 100%; } }
.find-us {
  order: 1;
  margin-top: 64px; }
  .find-us .inner-wrap {
    display: flex;
    gap: 24px;
    align-items: center;
    max-width: 1026px; }
  .find-us h2 {
    font-size: 48px;
    font-weight: 700;
    font-family: 'Montserrat-Medium'; }
  .find-us .social {
    display: flex;
    flex-wrap: wrap;
    gap: 40px 0px; }
    .find-us .social .item {
      flex: 0 0 50%;
      flex-wrap: wrap; }
      .find-us .social .item img {
        max-width: 190px;
        width: 100%; }

.cottages-slider {
  padding: 64px 0; }
  .cottages-slider .cottages-slider-wrap {
    display: flex;
    flex-direction: column; }
  .cottages-slider .owl-dots {
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
    gap: 50px;
    order: -1; }
  .cottages-slider .owl-dot {
    display: flex !important;
    align-items: center;
    justify-content: center;
    flex: 1;
    height: 98px;
    border-radius: 16px;
    background-color: #f9f9f9 !important;
    font-size: 24px;
    font-weight: 700;
    font-family: 'Montserrat-Medium';
    background-size: cover;
    background-position: center; }
    .cottages-slider .owl-dot.active {
      background-image: url("../../images/hero-2.jpg");
      box-shadow: 0px 4px 4px 0px #00000040;
      color: #fff; }
    .cottages-slider .owl-dot span {
      display: none !important; }
  .cottages-slider .owl-nav {
    margin-top: 32px; }
    .cottages-slider .owl-nav button {
      width: 50px;
      height: 50px;
      border-radius: 50% !important;
      background-color: #34A0A4 !important;
      margin: 0px 10px !important;
      font-size: 18px !important;
      color: #fff !important; }
      .cottages-slider .owl-nav button.disabled {
        background-color: #EFEFEF !important;
        opacity: 1 !important;
        color: #333333 !important; }
  .cottages-slider .item {
    display: flex;
    gap: 32px; }
    .cottages-slider .item img {
      width: 100%;
      height: 100%;
      object-fit: cover;
      border-radius: 20px; }
    .cottages-slider .item .img img {
      min-height: 600px; }
    .cottages-slider .item .info {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      flex: 0 0 60%;
      padding-top: 16px; }
      .cottages-slider .item .info .info-wrap {
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 6px; }
        .cottages-slider .item .info .info-wrap span {
          font-size: 16px;
          color: rgba(51, 51, 51, 0.6);
          font-weight: 600; }
        .cottages-slider .item .info .info-wrap .name {
          color: #333333;
          font-size: 32px;
          font-weight: 700; }
        .cottages-slider .item .info .info-wrap .price {
          font-size: 20px;
          color: #34A0A4;
          font-weight: 700; }
        .cottages-slider .item .info .info-wrap .description {
          margin-top: 8px;
          font-size: 16px;
          line-height: 32px; }
        .cottages-slider .item .info .info-wrap .more {
          position: absolute;
          top: 0;
          right: 0;
          background-color: #34A0A4;
          text-transform: capitalize;
          font-family: 'Montserrat-Medium';
          padding: 16px 24px;
          font-size: 20px;
          border-radius: 12px;
          color: #fff; }
          .cottages-slider .item .info .info-wrap .more i {
            margin-right: 8px; }
      .cottages-slider .item .info .img-wrap {
        margin-top: 16px;
        display: flex;
        gap: 22px;
        flex: 0 0 40%; }
        .cottages-slider .item .info .img-wrap img {
          max-width: calc(50% - 11px); }

.about-us h1 {
  margin-top: 78px;
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 40px;
  font-weight: 700;
  font-family: 'Montserrat-Medium'; }
.about-us .inner-wrap {
  background-color: rgba(52, 160, 164, 0.2);
  padding-bottom: 76px; }
.about-us .back-img {
  width: 60%;
  margin: 64px auto 0; }
  .about-us .back-img img {
    width: 100%;
    border-radius: 20px; }
.about-us .owl-stage-outer {
  padding: 54px 0 12px; }
.about-us .owl-stage {
  display: flex; }
.about-us .owl-item {
  display: flex;
  flex: 1 0 auto; }
.about-us .slider {
  width: calc(100% + 300px);
  margin-left: -150px;
  margin-top: -160px; }
  .about-us .slider .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: relative;
    background-color: #fff;
    padding: 64px 40px 18px;
    box-shadow: 6px 6px 7px 1px rgba(0, 0, 0, 0.19);
    border-radius: 10px;
    border: 1px solid rgba(0, 0, 0, 0.19); }
    .about-us .slider .item .user-img {
      position: absolute;
      top: -54px;
      left: 50%;
      transform: translateX(-50%);
      width: 108px;
      height: 108px;
      border-radius: 50%;
      border: 1px solid white; }
      .about-us .slider .item .user-img img {
        width: 100%;
        height: 100%;
        border-radius: 50%; }
    .about-us .slider .item .description {
      font-family: 'Poppins-Medium';
      font-size: 24px;
      line-height: 30px;
      text-align: center;
      overflow: hidden;
      display: -webkit-box;
      -webkit-line-clamp: 3;
      line-clamp: 3;
      -webkit-box-orient: vertical; }
    .about-us .slider .item .logo {
      margin-top: 16px;
      text-align: right; }
      .about-us .slider .item .logo img {
        width: 110px;
        display: inline-block; }

.book-section {
  margin-top: 134px; }
  .book-section .inner-wrap {
    max-width: 1160px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 30px;
    padding: 64px 86px 64px 114px;
    background-image: url("../../images/hero-533.jpg");
    background-position: bottom;
    background-size: 100%;
    background-repeat: no-repeat; }
  .book-section h1 {
    max-width: 464px;
    color: #fff;
    font-family: 'Montserrat-Medium';
    font-size: 48px;
    font-weight: 700;
    line-height: 59px; }
  .book-section h2 {
    display: none;
    font-size: 24px;
    font-weight: 700;
    line-height: 29px; }
  .book-section .call {
    background: #34a0a4;
    padding: 32px 42px;
    color: #fff;
    border-radius: 20px;
    font-size: 21px;
    font-weight: 600;
    line-height: 31px; }

#lg-counter,
.lg-toolbar .lg-icon,
.lg-toggle-thumb,
.lg-actions .lg-icon {
  color: #34A0A4 !important; }
  #lg-counter *,
  .lg-toolbar .lg-icon *,
  .lg-toggle-thumb *,
  .lg-actions .lg-icon * {
    color: #34A0A4; }

.lg-outer .lg-thumb-item.active,
.lg-outer .lg-thumb-item:hover {
  border-color: #34A0A4 !important; }

.more-images {
  display: none !important; }
  .more-images img {
    width: 300px; }

.phone-mobile {
  display: none;
  padding: 0 16px; }
  .phone-mobile .inner-wrap {
    padding: 32px;
    background-color: #FDDDA9;
    border-radius: 16px; }
    .phone-mobile .inner-wrap p {
      font-size: 18px;
      font-weight: 600;
      line-height: 31px; }

.featherlight-content {
  width: 80%;
  height: 80%;
  margin: 0 !important;
  background: transparent !important; }
  .featherlight-content iframe {
    width: 100%;
    height: 100%; }

.featherlight .featherlight-close-icon {
  background: #34A0A4 !important;
  color: #fff !important; }

.powered {
  margin-top: 48px;
  text-align: center;
  font-size: 14px;
  opacity: 0.7;
  font-weight: 600;
  color: #34A0A4; }

.circle {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: #34a0a4a1;
  border-radius: 50%;
  margin-right: 5px; }

header {
  width: 100%;
  height: 64px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 92;
  background: #ffffff;
  font-family: 'Poppins-Bold';
  transition: 0.3s; }
  header .inner-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%; }
  header .menu {
    display: flex;
    align-items: center; }
    header .menu .logo {
      margin-right: 48px;
      font-size: 40px; }
      header .menu .logo a {
        color: #34A0A4; }
      header .menu .logo img {
        width: 100%; }
    header .menu nav {
      font-size: 16px;
      color: #262729; }
      header .menu nav .navigationList {
        display: flex;
        gap: 40px; }
        header .menu nav .navigationList li {
          display: flex;
          align-items: center;
          cursor: pointer;
          transition: 0.3s; }
          header .menu nav .navigationList li:hover {
            color: #34A0A4; }
  header .info {
    font-family: 'Montserrat-Medium'; }
    header .info .info-wrap {
      display: flex;
      align-items: center;
      gap: 30px; }
    header .info li {
      display: flex;
      align-items: center;
      gap: 10px;
      font-size: 16px; }
      header .info li img {
        width: 16px; }
    header .info .menuBurgerBtn {
      display: none;
      width: 32px;
      height: 32px;
      cursor: pointer; }
      header .info .menuBurgerBtn img {
        width: 100%; }
        header .info .menuBurgerBtn img.open {
          display: none; }
    header .info .language {
      position: relative; }
      header .info .language span {
        color: #34A0A4;
        padding: 4px;
        font-size: 18px;
        text-transform: uppercase;
        cursor: pointer;
        border-bottom: dashed 2px #34A0A4; }
    header .info .open .dropdown-wrap {
      opacity: 1;
      visibility: visible; }
    header .info .dropdown-wrap {
      position: absolute;
      top: 30px;
      right: 0;
      display: flex;
      flex-direction: column;
      gap: 8px;
      min-width: 140px;
      padding: 16px 24px;
      background: #FFFFFF;
      opacity: 0;
      visibility: hidden;
      box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.19);
      transition: 0.2s;
      z-index: 1; }
      header .info .dropdown-wrap li.active a {
        color: #34A0A4; }
      header .info .dropdown-wrap li:hover a {
        color: #34A0A4; }
      header .info .dropdown-wrap a {
        transition: 0.3s;
        display: block; }

footer {
  padding: 18px 114px 64px;
  max-width: 1360px;
  margin: 100px auto 0;
  background-color: #F2F2F2; }
  footer .ymaps-2-1-79-copyright {
    display: none !important; }
  footer .inner-wrap {
    display: flex;
    justify-content: space-between;
    gap: 16px; }
  footer .logo-wrap {
    max-width: 328px; }
    footer .logo-wrap .logo {
      width: 110px;
      font-size: 40px; }
      footer .logo-wrap .logo a {
        font-family: 'Poppins-Bold';
        color: #34A0A4; }
      footer .logo-wrap .logo img {
        width: 100%; }
    footer .logo-wrap .footer-address {
      display: none; }
    footer .logo-wrap .description {
      margin-top: 24px;
      font-family: 'Montserrat-Medium';
      font-size: 13px;
      line-height: 20px; }
    footer .logo-wrap h2 {
      margin-top: 22px;
      font-family: 'Montserrat-Bold';
      font-size: 16px;
      line-height: 20px; }
    footer .logo-wrap .social-links {
      margin-top: 24px;
      display: flex;
      gap: 20px; }
      footer .logo-wrap .social-links a {
        display: inline-block;
        padding: 4px; }
        footer .logo-wrap .social-links a.facebook-logo {
          color: #1E33E5; }
        footer .logo-wrap .social-links a.instagram-logo {
          color: #FD3E77; }
  footer .info h2 {
    font-family: 'Montserrat-Bold';
    font-size: 16px;
    line-height: 20px; }
  footer .info .map {
    width: 440px;
    height: 140px;
    margin-top: 14px;
    border-radius: 14px;
    overflow: hidden; }
  footer .footer-address {
    margin-top: 24px; }
    footer .footer-address ul {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      gap: 12px; }
      footer .footer-address ul li {
        font-family: 'Poppins-Medium';
        font-size: 16px;
        line-height: 20px; }
    footer .footer-address i {
      width: 14px;
      margin-right: 12px;
      color: #34A0A4; }

body.am * {
  font-family: 'Poppins-Medium'; }
body.ru * {
  font-family: 'Montserrat-Medium'; }

.fa-classic,
.fa-regular,
.fa-solid,
.far,
.fas {
  font-family: "Font Awesome 6 Free" !important; }

.fa-brands,
.fab {
  font-family: "Font Awesome 6 Brands" !important; }

/*# sourceMappingURL=main.css.map */
