@font-face {
  font-family: SenRegular;
  src: url("../fonts/Sen-Regular.ttf"); }

@font-face {
  font-family: SenBold;
  src: url("../fonts/Sen-Bold.ttf"); }

@font-face {
  font-family: ubuntu;
  src: url("../fonts/Ubuntu-B.ttf"); }

* {
  margin: 0px;
  padding: 0px; }

.bgBlue {
  background-color: #0D1023; }
  .bgBlue img {
    margin: auto;
    display: block; }

.whiteBg {
  background-color: #ffffff;
  border-bottom: #BDBDBD; }
  .whiteBg nav {
    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; }
    .whiteBg nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
      .whiteBg nav ul li {
        list-style: none; }
        .whiteBg nav ul li a {
          text-transform: uppercase;
          font-family: SenRegular;
          font-size: 20;
          color: #BDBDBD;
          -webkit-transition: all 0.7s;
          -o-transition: all 0.7s;
          transition: all 0.7s; }
          .whiteBg nav ul li a:hover {
            text-decoration: none;
            color: #000; }
        .whiteBg nav ul li:after {
          content: '/';
          color: #BDBDBD;
          display: inline-block;
          margin-left: 1em; }
        .whiteBg nav ul li:last-child:after {
          content: '';
          display: inline-block; }
    .whiteBg nav .logo img {
      width: 169px; }
    .whiteBg nav .icon {
      width: 20px; }

.swiper-container .swiper-slide {
  width: 100%;
  background-color: red; }
  .swiper-container .swiper-slide img {
    width: 100%; }

.floor {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .floor h3 {
    color: #559A6A;
    font-size: 27px;
    font-family: SenBold; }
  .floor ul li {
    list-style: none;
    margin-left: 1em;
    margin-bottom: 0.5em; }
    .floor ul li img {
      margin-right: 0.5em; }
    .floor ul li a {
      color: #000000;
      opacity: 0.7; }
  .floor .finish {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 1em;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
    .floor .finish .box {
      display: inline-block;
      width: 15px;
      height: 15px;
      margin-right: 0.5em; }
    .floor .finish .red {
      background-color: #FFABAB; }
    .floor .finish .green {
      background-color: #5FC3A8; }

.nav {
  background: #0D1023; }
  .nav nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .nav nav ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -ms-flex-wrap: wrap;
      flex-wrap: wrap;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; 
      margin-top: 15px;
  	}
      .nav nav ul li {
        list-style: none;
        font-size: 20px;
        font-family: SenRegular;
        color: #ffffff; }
        .nav nav ul li a {
          font-family: SenRegular;
          font-size: 20px;
          color: #ffffff; }
          .nav nav ul li a:hover {
            text-decoration: none; }
      .nav nav ul .icon {
        width: 35px; }
    .nav nav .logo img {
      width: 150px;
      /*margin-top: 15px; */
  	}

.mission {
  background-image: url("../images/Back2.png");
  background-repeat: no-repeat;
  background-size: cover;
  height: 100vh; }
  .mission .image {
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end; }
    .mission .image img {
      width: 30%; }
  .mission h1, .mission p {
    color: #ffffff; }
  .mission h1 {
    font-family: SenBold;
    font-size: 160px; }
  .mission p {
    font-size: 17px;
    font-family: SenRegular; }
  .mission .mission-text {
    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;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100vh; }

.team-members {
  background: #0D1023;
  padding: 4em 0em; }
  .team-members h1 {
    color: #ffffff;
    font-size: 61px;
    font-family: SenBold; }
  .team-members .row h6 {
    color: #707070;
    font-size: 34px;
    font-family: SenBold;
    margin-top: 3em; }
  .team-members .row .col-md-9 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap; }
  .team-members .row .team-member {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 33%;
    flex: 1 0 33%;
    margin-bottom: 3em; }
    .team-members .row .team-member img {
      width: 95%;
      -o-object-fit: cover;
      object-fit: cover; }
    .team-members .row .team-member h5 {
      font-size: 24px;
      color: #ffffff;
      margin-top: 1em;
      font-family: SenRegular; }
    .team-members .row .team-member p {
      font-size: 15px;
      color: #ffffff;
      opacity: 0.5;
      margin-top: 0.7em;
      font-family: SenRegular; }

footer {
  padding: 2em 0em;
  background: #0D1023; }
  footer .logo {
    width: 169px; }
  footer a, footer h5, footer h6, footer p {
    color: #ffffff;
    font-family: SenRegular; }
  footer p {
    font-size: 17px; }
  footer h5, footer h6 {
    margin-bottom: 1em; }
  footer h5 {
    font-size: 26px;
    margin-top: 2em; }
  footer h6 {
    font-size: 22px; }
  footer a {
    font-size: 18px; }
    footer a:hover {
      color: #ffffff; }
  footer ul li {
    list-style: none; }
    footer ul li a {
      font-size: 18px; }
  footer .border-top {
    background: #1D2032;
    opacity: 0.25;
    width: 25%; }
  footer .social-icons {
    margin-bottom: 2em; }
    footer .social-icons img {
      width: 20px; }
  footer .line {
    width: 3px;
    height: 69px;
    background: #1D2032;
    margin: auto;
    opacity: 0.25; }
  footer .production {
    margin-top: 1.5em; }
    footer .production a {
      opacity: 0.5;
      font-size: 17px; }
  footer .form-control {
    background: transparent; }
    footer .form-control:focus {
      background: transparent;
      outline: none; }
  footer .btn, footer .form-control {
    border-radius: 0;
    border-color: #DDDDE0; }
  footer .btn:hover {
    background: transparent;
    color: #495057;
    border-color: #DDDDE0; }

.news {
  background: #0D1023;
  padding: 5em 0em; }
  .news .news-item {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 5em;
    overflow: hidden; 
    text-align: left;
  }
    .news .news-item img {
      width: 100%; }
    .news .news-item h4, .news .news-item p, .news .news-item a {
      color: #ffffff; }
    .news .news-item h4, .news .news-item a {
      font-family: SenBold; }
    .news .news-item h4 {
      font-family: SenBold;
      font-size: 28px; }
    .news .news-item p {
      font-family: SenRegular;
      font-size: 16px; }
    .news .news-item .date {
      font-size: 17px;
      opacity: 0.2; }
    .news .news-item a {
      border-bottom: 1px solid #ffffff;
      -webkit-transition: all 0.7s;
      -o-transition: all 0.7s;
      transition: all 0.7s;
      padding-bottom: 0.4em; }
      .news .news-item a:hover {
        text-decoration: none;
        border-bottom: none; }

section.news-more{
  padding: 0px;
}

.news-more .news-title {
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover; }
  .news-more .news-title .col-md-8 {
    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-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    height: 600px; }
    .news-more .news-title .col-md-8 .date {
      font-size: 27px;
      font-family: SenRegular;
      color: #ffffff;
      opacity: 0.5; }
    .news-more .news-title .col-md-8 h1 {
      color: #ffffff;
      font-size: 54px;
      font-family: SenBold;
      margin-bottom: 1em; }

.news-more .news-text {
  background: #0D1023; }
  .news-more .news-text p {
    font-family: SenRegular;
    font-size: 18px;
    color: #ffffff; }

.news-list {
  background: #10142C;
  padding: 4em 0; }
  .news-list h2 {
    color: #ffffff;
    opacity: 0.5;
    font-size: 32px;
    font-family: ubuntu;
    margin-bottom: 1em; }
  .news-list .list-item img {
    width: 100%;
    height: 230px;
    -o-object-fit: cover;
    object-fit: cover; }
  .news-list .list-item .news-info {
    background: #ffffff;
    padding: 1em; }
    .news-list .list-item .news-info h6 {
      font-size: 18px;
      font-family: SenBold; }
    .news-list .list-item .news-info p {
      font-family: SenRegular;
      font-size: 14px;
      margin-bottom: 0; }

.bg-light-blue {
  background: #10142C; }

.contact {
  background-color: #0D1023;
  background-image: url("../images/Path 246.png");
  background-repeat: no-repeat;
  background-position: bottom right;
  background-size: contain;
  padding: 3em 0; }
  .contact h1 {
    font-family: SenBold;
    font-size: 40px;
    margin-bottom: 1em;
    color: #ffffff;
    margin-left: 0.4em; }
  .contact .form-control {
    background: transparent;
    border-radius: 0;
    font-family: SenRegular; }
  .contact textarea {
    height: 210px;
    resize: none; }
  .contact p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-family: SenRegular;
    margin-bottom: 0; }
    .contact p img {
      width: 28px;
      margin-right: 1em; }
  .contact ul {
    margin-bottom: 0; }
    .contact ul li {
      list-style: none;
      margin-right: 1em; }
      .contact ul li img {
        width: 20px; }
  .contact .btn {
    background: #559A6A;
    border: 1px solid #559A6A;
    border-radius: 0;
    width: 207px;
    height: 58px;
    font-size: 19px;
    font-family: SenRegular; }

.map iframe {
  width: 100%;
  height: 400px; }

.bgImage {
  background-image: url("../images/back.png");
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; }

.vission h1, .vission p {
  color: #ffffff; }

.vission h1 {
  font-family: SenBold;
  font-size: 160px; 
}

.vission p {
  font-size: 17px;
  font-family: SenRegular; }

.vission .center-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  position: absolute;
  left: 40%;
  bottom: -2px; }
  .vission .center-image img {
    width: 40%; }

.vission .right-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  position: absolute;
  right: 0%;
  bottom: -9px; }
  .vission .right-image img {
    width: 80%; }

.vacations {
  background-color: #0D1023;
  padding: 6em 0; }
  .vacations h1 {
    color: #ffffff;
    font-size: 55px;
    font-family: SenBold;
    margin-bottom: 1.5em; }
  .vacations .vacation-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    /*&:hover{
            background-image: url('../images/bg_gradient.png') !important;
            opacity: 0.9;
        }*/ }
    .vacations .vacation-box img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
    .vacations .vacation-box .descr {
      position: absolute;
      top: 0;
      right: 0;
      left: 0;
      bottom: 0;
      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-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      -webkit-transition: 0.7s;
      -o-transition: 0.7s;
      transition: 0.7s;
      cursor: pointer; }
      .vacations .vacation-box .descr h5 {
        font-size: 46px;
        font-family: SenRegular;
        color: #ffffff; }
      .vacations .vacation-box .descr .title {
        padding-left: 1.5em;
        padding-bottom: 0.5em; }
      .vacations .vacation-box .descr .hover-box {
        padding: 1.5em;
        margin-top: -100%; }
        .vacations .vacation-box .descr .hover-box h4, .vacations .vacation-box .descr .hover-box p {
          color: #ffffff; }
        .vacations .vacation-box .descr .hover-box h4 {
          font-size: 30px;
          font-family: SenBold; }
        .vacations .vacation-box .descr .hover-box p {
          font-size: 14px;
          font-family: SenRegular; }
      .vacations .vacation-box .descr:hover {
        background-image: url("../images/bg_gradient.png");
        background-repeat: no-repeat;
        background-size: cover;
        opacity: 0.91; }
        .vacations .vacation-box .descr:hover .title {
          opacity: 0; }
        .vacations .vacation-box .descr:hover .hover-box {
          -webkit-transition: 0.5s;
          -o-transition: 0.5s;
          transition: 0.5s;
          margin-top: 1.5em; }
  .vacations .height_683 {
    height: 683px; }
  .vacations .height_330 {
    height: 330px; }

.map-image {
  position: relative; }
  .map-image img {
    width: 100%; }

.bgTop {
  background-image: url("../images/bgTop.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  height: 80px;
  width: 100%;
  z-index: 999; }

.bgBottom {
  background-image: url("../images/bgBottom.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  bottom: 0;
  left: 0;
  height: 500px;
  width: 100%;
  z-index: 999; }

.accordion {
  background-color: #0D1023;
  padding: 6em 0; }
  .accordion h1 {
    font-family: SenBold;
    font-size: 55px;
    color: #ffffff; }
  .accordion p {
    color: #ffffff;
    font-size: 18px;
    font-family: SenRegular;
    line-height: 1.4;
    margin: 2em 0; }
  .accordion .overlay {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    padding-bottom: 1em;
    color: #ffff;
    font-size: 36px;
    font-family: .accordion .overlay SenBold;
    opacity: 0.38; }
  .accordion .seazon-box {
    position: relative;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    overflow: hidden;
    width: 24%; }
    .accordion .seazon-box img {
      width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      height: 604px; }
    .accordion .seazon-box .title {
      position: absolute;
      bottom: 1em;
      left: 0em;
      text-align: center;
      width: 100%; }
      .accordion .seazon-box .title h3 {
        font-family: SenBold;
        font-size: 36px;
        color: #fff;
        opacity: 0.44;
        text-transform: uppercase;
        -webkit-transition: all 0.7s;
        -o-transition: all 0.7s;
        transition: all 0.7s; }
    .accordion .seazon-box:hover h3 {
      opacity: 1; }
    .accordion .seazon-box .image {
      background-image: url("../images/ART2564.png");
      background-size: cover; }

.bgHomeImage {
  background-image: url("../images/homeBg.png");
  overflow: hidden;
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  min-height: 100vh; 
  z-index: 99;

}
  .bgHomeImage .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
 	.bgHomeImage .kokhtaText {
    	text-align: center;
    	color: #ffffff; 
    	margin-top: 22vh;
   	}
    .bgHomeImage .kokhtaText h1 {
      	font-size: 92px;
      	font-family: SenBold; 
        z-index: -1;
    	position: relative;
  	}
    .bgHomeImage .kokhtaText p {
      font-size: 18px;
      font-family: SenRegular; }
  .bgHomeImage .zIndex {
    z-index: 999; }
  .bgHomeImage .mountain {
    background-image: url("../images/group_136.png");
    background-position: bottom left;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    bottom: -100%;
    left: 0;
    right: 0;
    top: 0; 
	z-index: 99;
	}

.skills {
  background-image: url("../images/mountains.png");
  height: 100vh;
  background-size: cover;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end; }
  .skills h1 {
    color: #E0BE5A;
    font-size: 350px;
    margin-bottom: 0;
    opacity: 0.5;
    font-family: SenBold; }
  .skills .man, .skills .ski_out {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%; }
  .skills .ski_out img {
    width: 100%;
    margin-bottom: 1em; }
  .skills .man img {
    width: 15%;
    margin-bottom: 1em; }

.mobile-navbar {
  background-color: #0D1023;
  display: none; }
  .mobile-navbar ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .mobile-navbar ul li {
      list-style: none; }
    .mobile-navbar ul .logo {
      cursor: pointer; }
      .mobile-navbar ul .logo img {
        width: 169px; }
    .mobile-navbar ul .icon img {
      width: 42px;
      cursor: pointer; }
  .mobile-navbar .modal-content {
    background: transparent;
    border: none;
    -webkit-transition: all 0.7s;
    -o-transition: all 0.7s;
    transition: all 0.7s;
    display: none; }
    .mobile-navbar .modal-content ul li {
      margin-top: 2em; }
      .mobile-navbar .modal-content ul li a {
        font-weight: SenRegular;
        font-size: 24px;
        color: #fff; }

.gallery {
  background-color: #0D1023; }
  .gallery img {
    width: 100%;
    -o-object-fit: cover;
    object-fit: cover; }
  .gallery .height_410 {
    height: 410px;
    margin-bottom: 2.5em; }
  .gallery .height_861 {
    height: 860px; }

/*.fancybox-navigation .fancybox-button {
  height: 300px;
  width: 170px;
  background-color: transparent;
  top: calc(40% - 50px); }
  .fancybox-navigation .fancybox-button svg {
    display: none; }

.fancybox-navigation .fancybox-button--arrow_left {
  background-image: url("../images/left.png");
  background-repeat: no-repeat;
  margin-left: 15px;
  padding: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  background-image: url("../images/right.png");
  background-repeat: no-repeat; }*/






/* --------------------------------------------- */


.back-block{
  height: auto;
  position: relative;
  z-index: 1;
}

/* -- */

.slider-back .page-section{
  height: 150vh;
  width: 100%;
  background: transparent;
  z-index: -2;
}

.slider-back .page-section:first-of-type{
  height: 90vh;
}


.slider-back .slider-back{
  background: transparent;
}

.slider-back .navigation{
  position: fixed;
  z-index: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.slider-back .navigation a{
  -webkit-transition: all 0.7s ease ;
  -moz-transition: all 0.7s ease ;
  -ms-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
  /*display: none;*/
  opacity: 0;
}
.slider-back .navigation a.active{
  /*display: block;*/
  -webkit-transition: all 0.7s ease ;
  -moz-transition: all 0.7s ease ;
  -ms-transition: all 0.7s ease ;
  -o-transition: all 0.7s ease ;
  transition: all 0.7s ease ;
  opacity: 1;
}

.selectpicker.langs{
  background: none;
  color: white;
  border: none;
  outline: none;
  box-shadow: none;
  font-size: 17px;
  border: none;
  outline: none;
  scroll-behavior: smooth;
}
.selectpicker.langs.active,
.selectpicker.langs:hover{
  box-shadow: none;
  outline: none;
}
.selectpicker.langs option{
  background: black;
  color: white;
  border: none;
  font-size: 17px;
  border: 0px;
  outline: none;
  scroll-behavior: smooth;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance:none;
}

.txt_block,
.txt_block p{
  max-height: 300px;
}

.about-section-two .txt_block::-webkit-scrollbar,
.about-section-two .txt_block p::-webkit-scrollbar,
.txt_block::-webkit-scrollbar,
.txt_block::-webkit-scrollbar{
  width: 5px;
  border-radius: 100px;
}
/* Track */
.about-section-two .txt_block::-webkit-scrollbar-track,
.about-section-two .txt_block p::-webkit-scrollbar-track,
.txt_block::-webkit-scrollbar-track,
.txt_block p::-webkit-scrollbar-track{
  background: #68d68a;
}
/* Handle */
.about-section-two .txt_block::-webkit-scrollbar-thumb,
.about-section-two .txt_block p::-webkit-scrollbar-thumb,
.txt_block::-webkit-scrollbar-thumb,
.txt_block p::-webkit-scrollbar-thumb{
  background: #44a261;
}
/* Handle on hover */
.about-section-two .txt_block::-webkit-scrollbar-thumb:hover,
.about-section-two .txt_block p::-webkit-scrollbar-thumb:hover,
.txt_block::-webkit-scrollbar-thumb:hover,
.txt_block p::-webkit-scrollbar-thumb:hover{
  background: #555;
}


.navigation__link .back-bg,
.navigation__link .front-bg{
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  bottom: 0;
  top: 0;
  margin: auto;
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center center !important;
}
.navigation__link .front-bg{
  background-size: 15% !important;
  background-position: bottom -30px center !important;
  z-index: 2;
}

.slider-back .navigation a h2{
    position: absolute;
    font-size: 340px;
    text-align: center;
    width: 100%;
    z-index: 0;
    bottom: 0;
    z-index: 1;
    color: #fff1a3;
    opacity: 0.5;
    letter-spacing: 41px;
}




.floor-nav-menu .bd-example{
  display: none;
}


@media only screen and (max-width: 1000px) {
  .nav {
    display: block; 
  }
  .navigation-none-mobile{
    display: none;
  }
  .mobile-navbar {
    display: block;
    z-index: 99;
    display: block;
    position: relative;
     }
  .mission h1 {
    font-size: 5em; }
    .mobile-navbar ul .logo img,
    .mobile-navbar ul .icon img{
      margin-top: 20px;
    }
	.vacation-box .descr{
		top: inherit !important;
	}
	.vacations .vacation-box .descr h5{
		display: none;
	}

  }

@media only screen and (max-width: 765px) {

	.vacation-box .descr{
		top: inherit !important;
	}
	.vacations .vacation-box .descr h5{
		display: none;
	}

    .navigation-none-mobile{
      display: none;
    }
    .bgHomeImage .kokhtaText h1{
      font-size: 46px;
    }
    .vission h1{
      font-size: 60px !important;
    }
    .addReadMore{
      font-style: 14px;
      position: relative;
      z-index: 99;
    }

    .floor-nav-menu .dropdown-toggle{
        color: #545b62;
        background-color: none !important;
        border-color: none !important;
        border: none;
        background: none;
        font-size: 18px;
    }
    .floor-nav-menu .dropdown-toggle:active,
    .floor-nav-menu .dropdown-toggle:focus,
    .floor-nav-menu .dropdown-toggle:hover{
      outline: none;
      box-shadow: none;
      background: none;
    }

    .navigation__link .front-bg{
        background-size: 55% !important;
    }
    .floor-nav-menu .bd-example{
        display: block;
        position: absolute;
        right: 20px;
        top: 35px;
    }
    .floor-nav-menu ul.logo{
        float: left;
        position: absolute;
        left: 20px;
        top: 20px;
    }
    .floor-nav-menu .active-tower{
        /*margin-top: 105px;*/
    }
    .whiteBg nav ul li{
      float: left;
      margin-right: 5px;
    }
    .floor-nav-menu{
        margin-bottom: 30px;
    }
    .whiteBg nav ul li a{
      font-size: 11px;
    }
    .mobile-navbar ul .logo img{
          width: 110px;
    }


  .contact p {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .vacations .col-md-6 {
    margin-bottom: 1.5em; }
  .vacations .height_683 {
    height: 330px; }
  .map-image .bgTop, .map-image .bgBottom {
    display: none; }
  .gallery .height_861 {
    height: 410px; }
  .accordion {
    padding: 2em 0; }
    .accordion .seazon-box {
      width: 100% !important;
      margin-bottom: 1em; }
      .accordion .seazon-box img {
        height: 300px; }
  .whiteBg nav {
    width: 100%;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  .mission .image {
    display: none; } }




/* + */

.your-home-image .map{
  background-size: auto !important;
}
.load-section-tower{
	position: fixed;
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background: rgba(0, 0, 0, 0.6);
	z-index: 3;
	text-align: center;
	color: white;
    line-height: 50vh;
}

.tower-title-hover{
    position: absolute;
    z-index: 9;
    width: 100%;
    text-align: center;
    top: 40%;
    color: white;
    font-family: SenBold;
    font-size: 75px;
}

.floor-follower{
  position: absolute;
  z-index: 99;
  color: white;
  display: block;
  background: transparent;
  text-align: center;
}

.floor-nav-menu{
  border-bottom: solid 1px #f1f1f1;
  padding-top: 20px;
  margin-bottom: 70px;
}

.active-tower li.active a{
  text-decoration: none;
  color: #000;
}

.chose-floor-list h2{
	font-size: 27px;
    text-align: center;
    font-family: SenBold;
    color: #559a6a;
}

.chose-floor-list ul li{
  margin: 0;
  padding: 0;
  padding-top: 19px;
}
.chose-floor-list ul li a{
  text-align: center;
  font-size: 55px;
  font-family: SenBold;
  display: block;
  text-decoration: none;
}
.chose-floor-list ul li.active a,
.chose-floor-list ul li a:hover{
  color: #559A6A;
}

.addReadMore{
  font-size: 17px;
  font-family: SenRegular;
  color: white;
  text-align: left;
}

.addReadMore .readMore, 
.addReadMore .readLess {
    font-weight: bold;
    margin-left: 2px;
    color: white;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
    font-size: 17px;
}
.addReadMore.showlesscontent .SecSec, 
.addReadMore.showlesscontent .readLess {
    display: none;
}
.addReadMore.showmorecontent .readMore {
    display: none;
}

.room-hover-list{
	padding-left: 10px;
}


.room-hover-list li{
    color: #000000;
    font-size: 19px;
    font-family: SenBold;
    text-transform: uppercase;
    cursor: pointer;
}
.room-hover-list li small{
    color: #acacac;
    font-size: 15px;
    font-family: SenRegular;
    margin-top: 0px;
    display: block;
}
.fllor-one-image{
	overflow: hidden;
	position: relative;
    box-shadow: -1px 1px 9px 1px #00000066;
}
.single-news-text{
	color: white;
}




.for-mobile,
.tower-list-info.for-mobile{
  display: none;
}
.none-mobile{
  display: block;
}


@media only screen and (max-width: 767px) {
  .none-mobile{
    display: none;
  }
  .for-mobile,
  .tower-list-info.for-mobile{
    display: block;
  }

  .for-mobile.tower{
    margin-top: 100px;
  }
  .for-mobile.tower ul{
    padding: 30px;
  }
  .for-mobile.tower ul li a{
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 30px;
    position: relative;
  }
  .for-mobile.tower ul li a:after{
    position: absolute;
    content: " ";
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#ffffff00, black);
  }
  .for-mobile.tower ul li a span{
      position: absolute;
      display: block;
      font-family: 'Poppins', sans-serif;
      bottom: 25px;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 9;
      color: white;
      font-size: 38px;
  }
  .tower-list-info.for-mobile,
  .floor-list-info.for-mobile{
    padding: 20px;
    width: 100%;
  }
  .tower-list-info.for-mobile ul li a,
  .floor-list-info.for-mobile ul li a{
      display: block;
      font-family: 'FiraSansBold';
      border: solid 1px #f2f2f2;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: normal;
      color: black;
      width: 100%;
  }
  .for-mobile.tower{
    margin-top: 100px;
  }
  .for-mobile.tower ul{
    padding: 30px;
  }
  .for-mobile.tower ul li{
    list-style-type: none;
  }
  .for-mobile.tower ul li a{
    display: block;
    width: 100%;
    height: 300px;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    background-position: center center !important;
    margin-bottom: 30px;
    position: relative;
  }
  .for-mobile.tower ul li a:after{
    position: absolute;
    content: " ";
    height: 50%;
    width: 100%;
    left: 0;
    bottom: 0;
    background-image: linear-gradient(#ffffff00, black);
  }
  .for-mobile.tower ul li a span{
      position: absolute;
      display: block;
      font-family: 'Poppins', sans-serif;
      bottom: 25px;
      left: 0;
      right: 0;
      text-align: center;
      z-index: 9;
      color: white;
      font-size: 38px;
  }
  .tower-list-info.for-mobile,
  .floor-list-info.for-mobile{
    padding: 20px;
    width: 100%;
  }
  .tower-list-info.for-mobile ul li{
    list-style-type: none;
  }
  .tower-list-info.for-mobile ul li a,
  .floor-list-info.for-mobile ul li a{
      display: block;
      font-family: 'SenBold';
      border: solid 1px #f2f2f2;
      margin-bottom: 10px;
      padding-top: 10px;
      padding-bottom: 10px;
      font-weight: normal;
      color: black;
      width: 100%;
      text-align: center;
  }
  .flat-head-info h3,
  .flat-head-title-desc-info h3{
    text-align: center;
    float: left;
    margin-bottom: 20px;
  }
  .flat-head-info ul,
  .flat-head-title-desc-info ul{
    overflow: hidden;
    margin-top: 5px;
  }
  .flat-head-info ul li,
  .flat-head-title-desc-info ul li{
    text-align: center;
    float: left;
  }
  .whiteBg nav ul li:after{
    margin-left: .4em;
  }
  .contact .btn{
        width: 100%;
        margin-top: 20px;
  }


}


.map-image{
	padding: 0px !important;
	margin-bottom: -5px;
}


.main_season_info_block{
  text-align: left;
}
.main_season_title_block h1{
  text-align: left;
}





