/* Generated by less 3.11.1 */
/*
Developed by helloDigi
https://hellodigi.ru/
*/
/*
Developed by helloDigi
https://hellodigi.ru/
*/
.down-arrow {
    bottom: 30px;
    left: 50%;
    position: absolute;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 99;
}
.down-arrow a {
    border: 1px solid #f1f1f1;
    border-radius: 100%;
    height: 50px;
    line-height: 46px;
    text-align: center;
    width: 50px;
    display: block;
    color: #f1f1f1;
}
.down-arrow a:hover {
    border: 1px solid #02437b;
    background: #02437b;
    color: #f1f1f1;
}

@import url('https://fonts.googleapis.com/css2?family=K2D:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.wrap {
    width: 100%;
    max-width: 1200px;
    float: none;
    margin: 0 auto;
}
.wrap_float {
    display: block;
    float: left;
    width: 100%;
}
@media (min-aspect-ratio: 16/9) {
    .fullscreen-bg__video {
    width: 100%;
    height: auto;
  }
}
@media (max-aspect-ratio: 16/9) {
  .fullscreen-bg__video {
  width: auto;
  height: 100%;
}
}
  .image-cover {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
  }
  .slider-section {
    height: 100vh;
    min-height: 700px;
    position: relative;
  }
  .slider-section:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 100%;
    height: 160px;
    z-index: 4;
    opacity: 0.58;
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, #000000 0%, rgba(0, 0, 0, 0) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#000000', endColorstr='#00000000', GradientType=0);
    /* IE6-9 */
  }
  .slider-section .slide {
    width: 100%;
    height: 100%;
    position: absolute !important;
    top: 0;
    left: 0;
    overflow: hidden;
    opacity: 1 !important;
    transition: none !important;
    z-index: auto !important;
  }
  .slider-section .slide .wrap {
    position: relative;
  }
  .slider-section .slide .wrap .wrap_float {
    height: 100vh;
    min-height: 700px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
  .slider-section .slide .location {
    margin-bottom: 8px;
  }
  .slider-section .slide .slide-title {
    display: block;
    float: left;
    width: 100%;
    font-size: 136px;
    line-height: 140px;
    font-family: 'K2D', sans-serif;
    font-weight: 700;
    color: #fff;
    margin-left: -9px;
    margin-bottom: 22px;
    padding-left: 12px;
  }
  .slider-section .slide .slide-description {
    display: block;
    float: left;
    width: 100%;
    margin: 0;
    padding-left: 12px;
    font-size: 25px;
    color: rgba(255, 255, 255, 0.75);
  }
  .slider-section .slide .buttons {
    margin-top: 50px;
  }
  .slider-section .slide .buttons .btn.border-btn {
    border: 1px solid rgba(255, 255, 255, 0.6);
  }
  .slider-section .slide .slide__wrap {
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .slider-section .slide .slide-content {
    opacity: 1;
    transform: none;
    transition: all 0.9s ease-out;
    visibility: visible;
    z-index: 7;
    will-change: transform;
    position: relative;
  }
  .slider-section .slide .slide__img {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
    background: #000;
  }
  .slider-section .slide .slide__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    transform: scale(1.2);
    width: 100vw;
    opacity: 0.63;
  }
  .slider-section .slide .slide__img .video-bg {
    transition: transform 0.5s ease-in, opacity 0.5s ease-in;
    /* transform: scale(1.2); */
    transition-delay: 0.3s;
    width: 100vw;
    opacity: 0.63;
  }
  .location {
    font-size: 18px;
    line-height: 28px;
    color: #fff;
    padding-left: 30px;
    position: relative;
    display: block;
    float: left;
    width: auto;
  }
  .location.location-in-title {
    color: #1d1d1d;
    margin-bottom: 10px;
  }
  .dark .location.location-in-title {
    color: #fff;
  }
  .mobile .slider-section .slide .buttons .btn.border-btn:hover,
  .tablet .slider-section .slide .buttons .btn.border-btn:hover {
    background: none;
  }
  @media screen and (max-width: 1700px) {
    .slider-section .slick-dots {
      margin-right: -600px;
    }
  }
  @media screen and (max-width: 1400px) {
    .slider-section .slide .slide-title {
      font-size: 120px;
      line-height: 130px;
      margin-left: -7px;
    }
  }
  @media screen and (max-width: 1230px) {
    .slider-section .slick-dots {
      margin-right: -480px;
    }
  }
  @media screen and (max-width: 1000px) {
    .slider-section,
    .slider-section .slide .wrap .wrap_float {
      min-height: 500px;
    }
    .slider-section .slick-dots {
      right: auto;
      width: 100%;
      top: auto;
      transform: none;
      bottom: 20px;
      display: -ms-flexbox;
      display: flex;
      -ms-flex-pack: center;
          justify-content: center;
    }
    .slider-section .slick-dots li {
      width: 36px;
      float: left;
      margin-bottom: 0;
      margin-right: 12px;
    }
    .slider-section .slick-dots li:last-child {
      margin-right: 0;
    }
    .slider-section .slide .slide-title {
      font-size: 90px;
      line-height: 100px;
      margin-bottom: 12px;
    }
    .slider-section .slide .slide-description {
      font-size: 22px;
    }
    .slider-section .slide .buttons {
      margin-top: 50px;
    }
  }
  @media screen and (max-width: 760px) {
    .slider-section .slide .wrap .wrap_float {
      -ms-flex-align: end;
      padding: 100px 0;
    }
    .slider-section .slide .slide-title {
      font-size: 76px;
      line-height: 74px;
      margin-left: -3px;
    }
  }
  @media screen and (max-width: 635px) {
    .slider-section .slide .wrap .wrap_float {
      -ms-flex-align: end;
      padding: 100px 0;
    }
    .slider-section .slide .slide-title {
      font-size: 60px;
      line-height: 74px;
      margin-left: -3px;
    }
  }
  @media screen and (max-width: 510px) {
    .slide-content .location {
      width: 100%;
      text-align: center;
      padding: 0;
    }
    .slider-section .slide .slide-title {
      font-size: 62px;
      line-height: 70px;
      margin-left: -2px;
      text-align: center;
      padding: 0;
    }
    .slide-content .slide-description {
      text-align: center;
      padding: 0;
    }
    .slider-section .slide .buttons {
      margin-top: 35px;
    }
    .location.location-in-title {
      font-size: 16px;
    }
  }
  @media screen and (max-width: 350px) {
    .slider-section .slide .slide-description {
      font-size: 18px;
      padding: 0;
    }
    .slider-section .slide .slide-title {
      font-size: 50px;
      line-height: 60px;
    }
    .slider-section .slide .buttons {
      margin-top: 25px;
    }
    .slider-section .slick-dots {
      bottom: 12px;
    }
    .slider-section .slide .wrap .wrap_float {
      padding: 66px 0;
    }
  }
  .header-with-gallery {
    overflow: hidden;
    padding-bottom: 15px;
    height: 385px;
  }
  .header-gallery-slider {
    position: static;
  }
  .header-gallery-slider .slide {
    width: 482px;
    height: 370px;
    border-radius: 13px;
    overflow: hidden;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
    margin-right: 20px;
  }
  .header-gallery-slider .slide img,
  .header-gallery-slider .slide picture {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
  }
  .header-gallery-slider .slick-list {
    overflow: visible;
  }
  .header-gallery-slider .slick-arrow {
    top: 50%;
    margin-top: -16px;
    position: absolute;
    z-index: 2;
  }
  .header-gallery-slider .slick-arrow.slick-prev {
    left: 0;
  }
  .header-gallery-slider .slick-arrow.slick-next {
    right: 0;
  }
  @media screen and (max-width: 1230px) {
    .header-gallery-slider .slide {
      width: 470px;
    }
  }
  @media screen and (max-width: 1000px) {
    .header-gallery-slider .slide {
      width: 350px;
      height: 270px;
    }
    .header-with-gallery {
      height: 285px;
    }
  }
  @media screen and (max-width: 760px) {
    .header-gallery-slider .slide {
      margin-right: 14px;
    }
    .header-with-gallery {
      padding-bottom: 0;
    }
  }
  @media screen and (max-width: 400px) {
    .header-gallery-slider .slide {
      width: 300px;
      height: 220px;
    }
    .header-with-gallery {
      height: 220px;
    }
  }
  @media screen and (max-width: 350px) {
    .header-gallery-slider .slide {
      width: 270px;
    }
  }
  
/* Block Css */
.instagram-section {
    padding-bottom: 30px;
    display: block;
    width: 100%;
  }
  .instagram-post-item {
    width: 100%;
    height: 240px;
    padding: 16px;
    border-radius: 13px;
    overflow: hidden;
    margin: 0 20px 20px 0;
    position: relative;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: flex !important;
    flex-direction: column;
    justify-content: flex-end;
  }
  .instagram-post-item:hover {
    cursor: pointer;
  }
  .instagram-post-item:hover * {
    cursor: pointer;
  }
  .instagram-post-item:before {
    position: absolute;
    width: 100%;
    height: 70%;
    bottom: 0;
    left: 0;
    content: '';
    /* FF3.6-15 */
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.75) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#00000000', endColorstr='#bf000000', GradientType=0);
    border-radius: 13px;
    z-index: 2;
  }
  .instagram-post-item img {
    margin: 0 !important;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center center;
       object-position: center center;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
  }
  .instagram-post-item-wrap .instagram-post-item-title {
    font-size: 20px;
    color: #fff;
    font-family: 'K2D', sans-serif;
    font-weight: 700;
    position: relative;
    z-index: 3;
    margin-bottom: 10px;
  }
  .instagram-post-item .instagram-post-item-wrap {
    transition: transform 0.2s linear;
    position: relative;
    z-index: 2;
  }
  .instagram-post-item:hover .instagram-post-item-wrap {
    transform: translateY(-10px);
  }
  
  @media screen and (min-width: 1200px) {
    .instagram-post-item {
      height: 240px;
    }
  }
  @media screen and (min-width: 769px) and (max-width: 1199px) {
    .instagram-post-item {
      width: 100%;
      height: 220px;
    }
  }
  @media screen and (min-width: 577px) and (max-width: 768px) {
    .instagram-post-item {
      height: 50vw;
      margin-bottom: 4vw;
    }
  }
  @media screen and (max-width: 576px) {
    .instagram-post-item {
      height: 70vw;
    }
  }
  @media screen and (min-width: 1231px) {
    
  }
  @media screen and (min-width: 761px) and (max-width: 1230px) {
    
  }
  @media screen and (min-width: 761px) and (max-width: 1000px) {
    
  }
  