.header__burger {
   display: none;
 }
/* 0000000000000000000000000000000000000000000000000000000000000000000000000000 */
.elementor:not(.elementor-bc-flex-widget) .elementor-widget-wrap {
  justify-content: center;
}

/* 0000000000000000000000000000000000000000000000000000000000000000000000000000 */

 



 .main{
  /* margin-top: 120px; */
 }

 
.main__contant {
  position: relative;
  width: 100%;
  height: 100%;
}

.main__img video {
  width: 100%;
  height: 100%;
  margin: 0 auto;
}

.main__img img {
  width: 100%;
  height: 100%;
  margin: 0 auto;
  object-fit: cover;
}

.main__btn-block {
  position: absolute;
  top: 0;
  left: 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: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.81);
}

.main__title {
  font-size: 50px;
  color: #fff;
  font-weight: 700;
}

.main__btn {
  margin-top: 5%;
}

.main__btn a {
  text-decoration: none;
  background-color: #000;
  color: #fff;
  padding: 20px 70px;
  font-size: 20px;
  text-transform: uppercase;
  border-radius: 10px;
}
.mob{
  display: none;
}



.destination__contant,
.todo {
	display: flex;
	flex-wrap: wrap;
	justify-content: center !important;
}

.image-container,
.todo-box {
	perspective: 1000px;
	position: relative;
	margin: 2%;
	margin-bottom: 5%;
}

.image-wrapper {
	width: 400px;
	/* Замените на нужную вам ширину */
	height: 250px;
	/* Замените на нужную вам высоту */
	position: relative;
	transform-style: preserve-3d;
	transition: transform 0.5s;

}

.image-front,
.image-back {
	width: 100%;
	height: 100%;
	position: absolute;
	backface-visibility: hidden;
}

.image-front img,
.image-back img {
	width: 100%;
	height: 100%;
}

.image-back {
	transform: rotateY(180deg);
}

.image-container:hover .image-wrapper {
	transform: rotateY(180deg);
}

.overlay {
	position: absolute;
	bottom: -10%;
	left: 0;
	width: 100%;
	height: auto;
	/* Замените на нужную вам высоту */
	background-color: #f5a700f6;
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 0.3;
	padding: 10px 5px 0 5px;
}

.overlay2 {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/* Замените на нужную вам высоту */
	color: #ffffff;
	text-align: center;
	letter-spacing: 1px;
	font-weight: 700;
	line-height: 0.3;
	padding: 85px 0;
	background: #00000041;
	transition: 1s all ease;
}

.overlay2:hover {
	opacity: 0;
}

.overlay2 p {
	text-transform: uppercase;
	font-weight: 700;
	font-size: 50px;
}




  .fuaches__contant {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
    justify-items: center;
    text-align: center;
    /* gap: 3%; */
  }
      
  .fuaches__row {
    max-width: 70%;
    margin: 5% auto;
  }
      


  .flexx {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto;
  }

  .flexx p {
    font-size: 15px;
    line-height: 1;
  }

  p {
    line-height: .8;
  }


  .six__grid {
    max-width: 100%;
    margin: 100px auto;
  }
                  
  .six__grid {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: auto;
  }
                  
                  
                  
 
                  
  .six__block {
    margin-bottom: 5%;
    margin: 3%;
                  
  }
                  
  .six__title2 {
    padding: 4%;
    background-color: #836887;
    color: #fff;
    font-weight: 700;
    font-size: 1rem;
    position: relative;
    border-radius: 4px 4px 0  0 ;
  }
                  
  .six__title2::after,
  .six__title2::before {
    content: '';
    width: 10px;
    height: 1px;
    background-color: #fff;
    position: absolute;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    bottom: 50% !important;
  }
                  
  .six__title2::after {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
    right: 30px;
    bottom: 35px;
  }
                  
  .six__title2::before {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
    bottom: 35px;
    right: 22px;
  }
                  
  .six__title2.active:before {
    -webkit-transform: rotate(-40deg);
    transform: rotate(-40deg);
  }
                  
  .six__title2.active::after {
    -webkit-transform: rotate(40deg);
    transform: rotate(40deg);
  }
                  
  .six__text {
    line-height: 1.5;
    border: 5px solid #836887;
    padding: 3%;
    display: none;
    font-size: 1rem;
    border-radius:0 0 4px 4px;
              
  }
                  
  body {
    overflow-x: hidden;
  }


  @media (max-width: 1000px) {

    .header__burger {
       display: block;
       position: absolute;
       width: 30px;
       height: 20px;
       right: 3%;
       top: 30px;
    }
    .header__burger.active::before {
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      top: 9px;
    }
    .header__burger.active::after {
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      bottom: 9px;
    }
    .header__burger.active span {
      -webkit-transform: scale(0);
              transform: scale(0);
    }
    .header__burger::before, .header__burger::after {
      content: '';
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }
    .header__burger span {
      background-color: #fff;
      position: absolute;
      width: 100%;
      height: 2px;
      left: 0;
      top: 9px;
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
    }
    .header__burger::before {
      top: 0;
    }
    .header__burger::after {
      bottom: 0;
    }
 
    .elementor-section .elementor-container{
     display: block;
    }
 
    .jet-menu {
     flex-direction: column;
     align-items: center;
     }
 
     .elementor-1016 .elementor-element.elementor-element-784786d.elementor-column {
       width: 100%;
     }
  
     .elementor-1016 .elementor-element.elementor-element-e685223.elementor-column > .elementor-widget-wrap {
       justify-content: center;
   }
 
   .elementor-1016 .elementor-element.elementor-element-e685223 {
     width: 95%;
   }
 
   .hhhiiddee{
     display: none !important;
     transition: all .5s ease;
    }
 
    .elementor-1016 .elementor-element.elementor-element-b078b60 img {
     width:50px;
 }
    
  }

  @media (max-width: 1000px){
  
    .main{
      margin-top: -40px;
     }
     .pc{
      display: none !important;
     }
     .mob{
      display: block;
    }
     .main__img img {
      width: 100%;
      height: 500px;
      margin: 0 auto;
      object-fit: cover;
    }
  
    .main__btn-block {
      position: absolute;
      top: 0;
      left: 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: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      width: 100%;
      height: 100%;
      background-color: rgba(0, 0, 0, 0.903);padding-top: 130px;
    }
  
    .main__img video {
      width: 100%;
      height: auto;
      display: block;
      margin: 0 auto;
    }
  }

  @media(max-width:700px) {
    .image-container {
      margin-bottom: 15%;
    }
  
    .image-wrapper {
      width: 360px;
      
    }
  }

  .br{
    display: none;
  }



  .br{
    display: none;
  }


  .cara{
    max-width: 80% !important ;
  }

  .listja{
    margin-left: -60px;
  }
  

   .headere {
    max-width: 90% !important;
    display: flex !important;
    justify-content: space-between !important;
}

@media(max-width:700px) {
  .fuaches__contant {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-template-rows: auto;
    justify-items: center;
    text-align: center;
    /* gap: 3%; */
  }
    
  .fuaches__row {
    max-width: 80%;
    margin: 9% auto;
  }

  .flexx {
    display: flex;
    justify-content: space-between;
    max-width: 95%;
    margin: 0 auto;
  }

  .flexx p{
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
  }

  .listja{
    margin-left: 0px;
  }

}


@media(max-width:500px) {
  .six__grid {
    max-width: 100%;
    margin: 30px auto;
  }
                
  .six__grid {
    display: grid;
    grid-template-columns: 1fr;
  }

  .br{
    display: block;
  }

  
  
}


.popap-client {
  display: none;
  position: fixed;
  z-index: 999;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: auto;
  background-color: rgba(0, 0, 0, 0.4);
}

.popap-content {
  background-color: #fefefe;
  margin: 15% auto;
  padding: 2% 10%;
  border: 1px solid #888;
  width: 80%;
}

@media(max-width:700px){
  .popap-content {
    background-color: #fefefe;
    margin: 15% auto;
    padding: 10px;
    border: 1px solid #888;
    width: 90%;
  }

  .elementor-973 .elementor-element.elementor-element-f9594aa .elementor-heading-title {
    font-size: 24px;
    max-width: 90%;
    margin: 0 auto;
}

  
}

.close {
  color: #aaa;
  float: right;
  font-size: 28px;
  font-weight: bold;
  cursor: pointer;
}

.close:hover,
.close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}
