html{
  scroll-behavior: smooth;
}
:root{
    --index:calc(1vw + 1vh);
}
@font-face {
  font-family: 'Inter';
  src: url(../font/Inter_18pt-Regular.ttf);
  font-weight: 400;
}
@font-face {
  font-family: 'Inter';
  src: url(../font/Inter_18pt-Bold.ttf);
  font-weight: 700;
}

*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  font-family: Inter;
  color: white;
  font-weight: 400;
}
body{
    background-color: #202020;
    overflow-x: hidden;
}
.why-adaptation{
  display: none;
}
.sticky-menu {
  position: fixed;
  width: 50%;
  top: 0;
  left: 22%;
  right: 0;
  backdrop-filter:blur(10px);
  background-color:#202020d8;
  border-radius:  0 0 25px 25px;
  border-bottom: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
  padding: 15px 30px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
  transform: translateY(-100%);
  transition: transform 0.3s ease-in-out;
  
  z-index: 9;
}

.sticky-menu ul {
  list-style: none;
  display: flex;
  gap: 20px;
  margin: 0;
  padding: 0;
  align-items:center;
}

.sticky-menu ul li a {
  text-decoration: none;
  color: #333;
  font-weight: 500;
  align-items:center;
}

.sticky-menu.visible {
  align-items:center;
  transform: translateY(0);
}

h1{
  margin-top: 7vh;
  font-size: calc(var(--index)*2.3);
  font-weight: 700;
  color:#FECC1C;
}
h1>b{
  font-weight: 700;
  color:white;
  background-color:#00B8A8 ;
  border-radius:10px;
  padding-inline: 2%;
}
h2{
  font-size: calc(var(--index)*1.3);
  font-weight: 700;
  color:#FECC1C;
  margin-bottom: 4vh;
}
h3{
  font-size: calc(var(--index)*0.79);
    font-weight: 700;
  color:#FECC1C;
}
p{
  font-size:calc(var(--index)*0.64);
  font-weight: 400;
}
a{
  text-decoration: none;
  font-size:calc(var(--index)*0.64);

}
.burger-checkbox{
  display: none;
}

.button{
  font-size:calc(var(--index)*0.56);
  background-color: #00B8A8;
  padding: 2% 3%;
  border-radius:30px;
  transition: .3s;
  outline: none;
  border: none;
}
.secondary-button{
  background-color: transparent;
  border:2px solid #00B8A8;

}
.main-button:hover,.secondary-button:hover{
  box-shadow:0 0 15px #00B8A8;
}
.main-button:active{
  color:rgb(173, 173, 173);
  background-color: #035c54;
  box-shadow:inset 0 0 15px rgba(0, 0, 0, 0.438);
}
.secondary-button:active{
  color:rgb(173, 173, 173);
  background-color: #035c5538;
}


.header-info{
  margin-top: 5vh;
}
.header-info-point{
  margin-top: 1.5vh;
  display: flex;
  align-items:center;
  gap: 3%;
}
.header-info-point b{
  font-weight: 700;
}
.header-info-point>p{
  line-height: calc(var(--index)*1.1);
}
.header-info-point>img{
  width: 5%;
}
.header-tablet-version{
    display: none;
}
.buttons{
  margin-top: 6vh;
  display: flex;
  gap: 5%;
}

.hero {
    position: relative;
    width: 100vw;
    height: 100vh;
    overflow: hidden;
  }
  
  .hero-bg {
    position: absolute;
    left: 50%;
    bottom: 0;
    height: auto;
    width: 100%;
    min-height: 100%;
    transform: translateX(-50%);
    object-fit: cover;
    object-position: center bottom;
    z-index: 1;
  }
  
  .glass-panel {
    position: absolute;
    bottom:-0.1%;    
    left: -90%;       
    width:60vw;   
    height: auto;
    z-index: 2;
    pointer-events: none;
    transition: left 1s ease-out;


  }
  .show{
    left: -9.5%; 
  }

  .hero-content{
    width: 50%;
    padding: 2.5%;
    position: relative;
    z-index: 4;
    left:-85%;
    transition: left 1s ease-out;
  }
  .show-content{
    left:0%;
  }

  .menu-desktop{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    list-style: none;
    align-items:center;
  }
  .menu-a>img{
    width: 100%;
  }
  .menu-a {
    color: #fff;
    text-decoration: none;
    position: relative;
    font-weight: 400;
    display: inline-block;
  
    transition: color 0.3s ease, transform 0.3s ease;
    line-height: 1;
  }
  
  /* Градиентное подчёркивание */
  .menu-a::after {
    content: '';
    position: absolute;
    bottom: -5px;
    left: 0;
    width: 100%;
    height: 2px;
    background: transparent;
    transition: background 0.4s ease, transform 0.3s ease;
    transform: scaleX(0);
    transform-origin: left;
  }
  
  /* Активная ссылка */
  .menu-a.active-link {
    color: #FECC1C;
    transform: scale(1.05);
  }
  
  /* Анимация подчёркивания при активной */
  .menu-a.active-link::after {
    background: linear-gradient(to right, #FECC1C, #00B8A8);
    transform: scaleX(1);
  }
  #phone,#telegram,#instagram{
    fill: #FECC1C;
    transition: 0.3s;
  }

  .socia-card{
    width: 21%;
    border: 2px solid #5E5E5E;
    border-radius: 20px;
    padding: 4%;
    box-shadow: inset -4px -4px 8px #404040, inset 4px 4px 8px #000000;
    transition: 0.3s;
  }
  .hero-social-networks{

    position: absolute;
    bottom: 0.1vh; 
    left: 50.4%;
    transform: translateX(-50%);
    z-index: 5;
    display: flex;
    justify-content: space-between;
    width: 19%;
  }
  .socia-card:hover{
    box-shadow: inset -4px -4px 8px #40404000, inset 4px 4px 8px #00000000,0 0 15px #00B8A8;
  }
  .socia-card:hover #phone, .socia-card:hover #telegram,.socia-card:hover #instagram{
    fill: #00B8A8;
  }

  .socia-card:active{
    box-shadow: inset -4px -4px 8px #404040, inset 4px 4px 8px #000000,0 0 15px #00635a;
  }
  .socia-card:active #phone, .socia-card:active #telegram,.socia-card:active #instagram{
    fill: #00635a;
  }
  #path-color{
    stroke: #FECC1C;
  }

  .about{
    margin: 10% 3%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;

  }
  .about-text{
    width: 40%;
    padding: 3%;
    border:2px solid #00B8A8;
    border-radius:20px ;
  }
  .about-text>p{
    margin: 2vh 0;
    line-height: calc(var(--index)*1.08);
  }
  .about-img-card{
    width: 35%;
    display: flex;
    justify-content: space-between;
    position: relative;
  
  }
 
  .about-img{
    opacity: 0;
    transform: scale(0.95);
    transition: opacity 0.5s ease, transform 0.5s ease;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-items:center;
    width: 37%;
    background-repeat:no-repeat;
    background-position-y:center;
    background-position-x:40%;
    background-size:40%;
  }
  .about-img.show-img {
    opacity: 1;
    transform: scale(1);
  }
  .about-img>img{
    width: 100%;
  }
  .about-btn{
    display: inline-block;
    margin-top: calc(var(--index)*0.8);
  }

  .why-us>h2,.conditions-info>h2,.requirements>h2,.work>h2,.view>h2{
    text-align: center;
  }
.card{
  opacity: 0;
  transform: translateY(30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.card1.show-card { transition-delay: 0s; }
.card2.show-card { transition-delay: 0.2s; }
.card3.show-card { transition-delay: 0.4s; }
.card4.show-card { transition-delay: 0.6s; }
.card5.show-card { transition-delay: 0.8s; }

.show-card {
  opacity: 1;
  transform: translateY(0);
}

.conditions-info{
  margin: 5% 0;
}
.conditions-info-content-wrapper{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.conditions-info-text{
  width: 50%;
  margin-left: 3%;

}
.conditions-info-img{
  width: 45%;
}
.conditions-info-img>img{
  width: 100%;
}
.conditions-info-text-points-wrapper>h3{
  color:white;
  line-height: calc(var(--index)*1);
}
.conditions-info-text-points-wrapper{
  display: flex;
  align-items:center;
  opacity: 0;
  transform: translateY(50px);
  transition: all 0.6s ease-out;
}
.show-condition {
  opacity: 1;
  transform: translateY(0);
}
.conditions-info-text-points-wrapper>img{
  width: 7.5%;

}
.base>h3{
  padding: 3% 0 0 3%;
  width: 80%;

}
.top>h3{
  padding: 9% 0 0 3%;
}
.bot>a{
  margin:0 0 6% 3%
}
.requirements-wrapper{
display: flex;
justify-content: space-between;
flex-wrap: wrap;
margin: 5% 3%;
}
.requirements-img{
  width: 25%;
}
.requirements-img>img{
  width: 100%;
}
.requirements-info{
  width: 65%;
  gap: 5%;
  display: flex;
  align-content: space-evenly  ;
  justify-content: space-between;
  flex-wrap: wrap;
}
.requirements-info-point {
  display: flex;
  gap: 5%;
  width: fit-content;
  max-width: 100%;
  padding: 1%;
  border-radius: 20px;
  box-shadow: -4px -4px 8px #404040, 4px 4px 8px #000000;
  align-items: center;
  flex-grow: 1;
  opacity: 0;
  transform: translateY(40px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}
.show-requirements {
  opacity: 1;
  transform: translateY(0);
}
.requirements-info-point-img{ 
  width: 60px;           
  height: 60px;          
  min-width: 40px;
  min-height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  box-shadow: inset -4px -4px 8px #404040, inset  4px 4px 8px #000000;
  flex-shrink: 0;
}
.requirements-info-point-img>img{
  width:100%;
  margin: 16% 19%;
}
.requirements-info-point-text>h3{
  margin-bottom: 1%;
  color:white;
  font-size: calc(var(--index)*.7);
  white-space: nowrap;
}
.requirements-info-point-text>p{
  font-size: 16px;
  font-size: calc(var(--index)*.56);
  white-space: nowrap;
}
.work{
  margin: 5% 0 5% 3%;
}
.work-wrapper-form{
  padding: 3% ;
  width: 48%;
  box-shadow: inset -4px -4px 8px #404040, inset  4px 4px 8px #000000;
  border-radius: 30px 0 0 30px;
  transform: translateX(10px);
}
.work-wrapper-info{
  width: 48%;
  display: flex;
  flex-direction: column;
}
.work-wrapper{
  display:flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}
.work-wrapper-text{
  display: flex;
  align-items:center;
  gap: 5%;
}
.work-wrapper-info>img{
  width: 2%;
  margin-left: 6.5%;
}
.work-wrapper-text>img{
  width: 15%;
}
.work-wrapper-form{
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.input-field>input,.input-field select  {
  background-color:transparent;
  font-size: calc(var(--index)*.6);
  outline: none;
  border:2px solid #FECC1C;
  border-radius:10px;
  width: 70%;
  padding: 3%;
}
select {
  appearance: none;         
  -webkit-appearance: none; 
  -moz-appearance: none;    
  background-image: none;
}
.input-field>input::placeholder{
  font-size: calc(var(--index)*.6);
}
.input-field,.chek{
  margin-top: 4%;
}
.chek{
  display: flex;
  align-items: center; 
  gap: 2%;
}
.input-field>p{
  margin-bottom: 1%;
}
.work-wrapper-text-point>h3{
margin-bottom: 1vh;
  font-size: calc(var(--index)*0.85);
}
.select-wrapper::after {
  content: "▼"; 
  color:#FECC1C;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-wrapper {
  position: relative;
  display: inline-block;
  width: 70%;
}

.select-wrapper select {
  appearance: none;
  width: 100%;
  padding-right: 30px;
  padding: 4.5%;
}
.select-wrapper option{
  color: rgb(0, 0, 0);
  background-color:transparent;
}

.work-wrapper-form>h3{
  color:white;
  font-size: calc(var(--index)*.7);
}
.form-btn{
  margin-top: 2%;
  width: fit-content;
}
#checkForm{
  appearance: none;
  width:20px;
  height: 20px;
  border: 1px solid #00B8A8;
  border-radius: 4px;
}
#checkForm:checked::after{
  content: "✓";
  color: #00B8A8;
  font-size: calc(var(--index)*.7);
  position: relative;
  bottom: 5px;
}

.input-error {
  border-color: red !important;
}

.error-message {
  color: red;
  font-size: 14px;
  margin-top: 5px;
}


.all-view-points{
  margin: 3%;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 5vh;

}
.view{
  margin: 5% 0;
}
.view-point {
  display: flex;
  justify-content: space-between;
  padding: 3%;
  width: 48%;
  box-shadow: -4px -4px 8px #404040, 4px 4px 8px #000000;
  border-radius: 20px;
  align-items: stretch; /* выравнивает блоки по высоте */
  gap: 5%; /* чуть больше отступ между колонками */
}
.view-img {
  width: 40%;
  aspect-ratio: 1 / 1;
  background-image:url(../img/1662531666_3-kartinkof-club-p-novie-i-krasivie-kartinki-siluet-goroda-3.webp) ;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  border-radius: 15px;
}
.view-info{
  display: flex;
  gap: 5%;
}

.allFt{
  display: flex;
  flex-wrap:wrap;
  justify-content: space-between;

}
.ft{
  margin-top: 3vh;
}
.ft>p:first-child{
  margin-bottom: 2vh;
}

.view-point-text {
  width: 57%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.view-point-text p{
  font-weight: 700;
}
.sub-info{
  font-weight: 400 !important;
  margin-top: 1% !important;
}
.view-point-text>h2{
    font-size: calc(var(--index) * 1.1);
    margin-bottom: 2vh;
    margin-top: 0;
}
.view-info>p{
  padding: 2% 3%;
  border: 1px solid #FECC1C ;
  border-radius:25px;
}
.health{
  border: 1px solid #00B8A8 !important;
}
.footer-div{
  border: 1px solid #00B8A8 ;
}
.footer-wraper{
  padding: 3%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap
}
footer p{
  font-size: 1vw;
  line-height: calc(var(--index)*1.08);
}
.footer-info{
  width: 30%;
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.map-container {
  position: relative;
  width: 100%;
  height: 70vh;
}
.footer-lnk{
  display:flex;
  justify-content: space-between;
  align-items:center;

}
.footer-lnk>p{
  width: 85%;
}
.footer-lnk>svg{
  width: 10%;
  fill: #FECC1C;
  
}
.ft:nth-child(2){
  order: 3;
}

.footer-info:nth-child(1) svg{
  width: 6%;
  fill: none;
}
.footer-info:nth-child(2){
  width: 15%;
}
.footer-info img{
  margin-right: 10px;
}
.view>p{
  text-align:center;
  margin-bottom: 2%;
}
footer>p{
  text-align: center;
  color: gray;
  text-align: center;
  display: block;
}
.map-overlay {
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 70vh;
  z-index: 10;
  background: transparent;
  cursor: pointer;
}
.ymaps-2-1-79-balloon-content__header,.shml-popup-post-content>p{
  color:black;
}
.footer-info img{
  width: 8%;
}
.tablet-net{
  display: none;
}
.point-adaptation{
  display: none;
}
.shm-map-container,.ymaps-2-1-79-map,.ymaps-2-1-79-islets_map-lang-ru{
  height: 70vh !important;
}
#doc{
  width: 8%;
}
#doc>p{
    font-size: 1vw;
  line-height: calc(var(--index)*1.08);
}
  @media (max-height: 1050px) and (max-width: 1680px){
    .glass-panel{
      width: 67vw;  
      left:-70vw;
      bottom: -.08%;
    }
    .show{
      left: -15.5%; 
    }
    .hero-content{
      left:-60%;
    }
    .show-content{
      left:0%;
    }

  }
  @media (max-height: 915px) and (max-width: 1680px){
    .glass-panel{
      width: 60vw;
      left:-60%;
      bottom: -.08%;
    }
    .show{
      left: -9.5%; 
    }
    .hero-content{
      left:-50%;
    }
    .show-content{
      left:0%;
    }
  }
  @media (max-height: 900px) and (max-width: 1680px){
    .glass-panel{
      width: 60vw;
      left:-60%;
      bottom: -.08%;
    }
    .show{
      left: -9.5%; 
    }
    .hero-content{
      left:-50%;
    }
    .show-content{
      left:0%;
    }
  }
  @media (max-height: 765px) and (max-width: 1680px){
    .glass-panel{
      width: 60vw;
      left:-60%;
      bottom: -.08%;
    }
    .show{
      left: -9.5%; 
    }
    .hero-content{
      left:-50%;
    }
    .show-content{
      left:0%;
    }
  }

  @media (max-height: 1050px) and (max-width: 1400px){
    .glass-panel{
      width: 80vw;
      left:-80%;
      bottom: 0%;
    }
    .show{
      left: -28.5%; 
    }
    .hero-content{
      left:-55%;
    }
    .show-content{
      left:0%;
    }
    .hero-social-networks>.socia-card{
      border-radius:15px;
    }
  }
  @media (max-height: 915px) and (max-width: 1400px){
    .glass-panel{
      width: 70vw;
      left:-70%;
      bottom: -.08%;
    }
    .show{
      left: -19.5%; 
    }
  .hero-social-networks>.socia-card{
    border-radius:15px;
  }
}
  @media (max-height: 900px) and (max-width: 1440px){
    .glass-panel{
      width: 65vw;
      left:-70%;
      bottom: -.08%;
    }
    .show{
      left: -14.5%; 
    }
  .hero-social-networks>.socia-card{
    border-radius:15px;
  }
}
  
  @media (max-height: 765px) and (max-width: 1440px){
    .glass-panel{
      width: 60vw;
      left:-70%;
      bottom: -.08%;
    }
    .show{
      left: -9.5%; 
    }
  }

  @media (max-height: 770px) and (max-width: 1366px){
    .glass-panel{
      width: 60vw;
      left:-70%;
      bottom: -0.056%;
    }
    .show{
      left: -9.5%; 
    }
    .hero-content{
      left:-60%;
    }
    .show-content{
      left:0%;
    }
    .header-info{
      margin-top: 2vh;
    }
  }  
  @media (max-height: 640px) and (max-width: 1366px){
    .glass-panel{
      width: 60vw;
      left:-70%;
      bottom: -0.056%;
    }
    .show{
      left: -9.5%; 
    }
    .hero-content{
      left:-60%;
    }
    .show-content{
      left:0%;
    }
    .header-info{
      margin-top: 2vh;
    }
  }  

  @media (max-height: 1024px) and (max-width: 1280px){
    .glass-panel{
      width: 86vw;
      left:-90%;
      bottom: -0.056%;
    }
    .show{
      left: -34.5%; 
    }
    .hero-content{
      left:-55%;
    }
    .show-content{
      left:0%;
    }
  }  
  @media (max-height: 960px) and (max-width: 1280px){
    .glass-panel{
      width: 80vw;
      left:-150%;
      bottom: -.08%;
    }
    .show{
      left: -28.5%; 
    }
    .hero-content{
      left:-130%;
    }
    .show-content{
      left:0%;
    }
  }
  @media (max-height: 900px) and (max-width: 1280px){
    .glass-panel{
      width: 70vw;
      left:-70%;
      bottom: -.08%;
    }
    .show{
      left: -19.5%; 
    }
    .hero-content{
      left:-53%;
    }
    .show-content{
      left:0%;
    }
  }

  @media (max-height: 890px) and (max-width: 1280px){
    .glass-panel{
      width: 75vw;
      left:-80%;
      bottom: -.07%;
    }
    .show{
      left: -23.5%;
    }
    .hero-content{
      left:-56%;
    }
    .show-content{
      left:0%;
    }
  }

  @media (max-height: 825px) and (max-width: 1280px){
    .glass-panel{
      width: 70vw;
      left:-70%;
      bottom: -.07%;
    }
    .show{
      left: -19.4%;
    }
    .hero-content{
      left:-55%;
    }
    .show-content{
      left:0%;
    }
  }

  @media (max-height: 800px) and (max-width: 1280px){
    .glass-panel{
      width: 66vw;
      left:-70%;
      bottom: -.07%;
    }
    .show{
      left: -15.5%;
    }
    .hero-content{
      left:-55%;
    }
    .show-content{
      left:0%;
    }
  }
  @media (max-height: 770px) and (max-width: 1280px){
    .glass-panel{
      width: 64vw;
      left:-70%;
      bottom: -.07%;
    }
    .show{
      left: -13.6%;
    }
    .hero-content{
      left:-62%;
    }
    .show-content{
      left:0%;
    }
    
  }

  @media (max-height: 650px) and (max-width: 1280px){
    .glass-panel{
      width: 60vw;
      left:-70%;
      bottom: -.09%;
    }
    .show{
      left: -9.5%;
    }
    .hero-content{
      left:-62%;
    }
    .show-content{
      left:0%;
    }

  }


  @media (max-width: 1152px) {
    .requirements-info{
      gap: 5vh;
    }
    .hero{
        display: none;
    }
    .header-tablet-version{
        display: block;
    }
    .burger-checkbox {
      display: block;
      position: absolute;
      visibility: hidden;
    }
    
    .burger {
      left: 15px;
      top: 3.5%;
      position: fixed;
      z-index: 16;
      cursor: pointer;
      display: block;
      border: none;
      background: #202020;
      width: 40px;
      height: 26px;
    }
    .burger::before,
    .burger::after {
      content: '';
      left: 0;
      position: absolute;
      display: block;
      width: 100%;
      height: 4px;
      border-radius: 10px;
      background: #FECC1C;
    }
    .burger::before {
      top: 0;
      box-shadow: 0 11px 0 #FECC1C;
      transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    }
    .burger::after {
      bottom: 0;
      transition: bottom .3s .15s, transform .3s;
    }
    .burger-checkbox:checked + .burger::before {
      top: 11px;
      transform: rotate(45deg);
      box-shadow: 0 6px 0 rgba(0,0,0,0);
      transition: box-shadow .15s, top .3s, transform .3s .15s;
    }
    .burger-checkbox:checked + .burger::after {
      bottom: 11px;
      transform: rotate(-45deg);
      transition: bottom .3s, transform .3s .15s;
    }
    .work-wrapper-form>h3{
      color:white;
      font-size: calc(var(--index)*1);
    }
    .work-wrapper-info {
      gap: 5vh;
  }
  .requirements-info-point-text > p {
    font-size: calc(var(--index) * .72);
}
.requirements-info-point-text>h3 {

  font-size: calc(var(--index) * .8);

}
.requirements-wrapper{
  flex-direction: column;
}
.requirements-info,.requirements-img{
  width: 100%;
}
.requirements-img>img{
  width: 20%;
}
.for-adaptation{
  display: none;
}
.requirements-img{
  display: flex;
  justify-content: center;
  margin-bottom: 4vh;
}
.about {
  align-items: center;
}
    .menu-list {
      top: 0;
      left: 0;
      position: fixed;
      gap: 12px;
      padding: 42px 0;
      margin: 0;
      background: #202020a4;
      backdrop-filter:blur(20px);
      list-style-type: none;
      transform: translateX(-100%);
      transition: .3s;
      width: 200px;
      height: 100vh;
      z-index: 15;
      display: flex;
      flex-direction: column;
      gap: 4vh;
      padding: 2%;
      padding-top: 10%;
      border:1px solid white;
      border-bottom: none;
      border-left: none;
      border-top: none;
      border-radius: 0 15px 15px 0;
    }
    .menu-item {
      display: block;
      padding: 8px;
      color: white;
      font-size: 18px;
      text-align: center;
      text-decoration: none;
    }
    .menu-item:hover {
      background: rgba(255,255,255,.2)
    }
    .burger-checkbox:checked ~ .menu-list {
      transform: translateX(0);
    }
    body{
      overflow-x: hidden;
    }
    .tablet-net{
      display: flex !important;
      position: relative;
      bottom: -2vh;
      left: 0.4%;
      transform: translateX(0%);
      z-index: 5;
      display: flex;
      justify-content: space-between;
      width: 100%;

    }
    .tablet-net>.socia-card{
      width: 28%;
      background-color:#202020;
    }
    .hero-social-networks{
      display:none;
    }
    .header-tablet-content{
      display: flex;
      justify-content: space-between;
    }
    .header-tablet-content .buttons{
      margin-top: 2vh;
    }
    .header-tablet-content{
      margin: 4%;
    }

    .header-tablet-xontent-text,.header-tablet-content-wrapper{
      width: 50%;
    }
    .header-tablet-content-wrapper{
      width: 40%;
    }
    .header-tablet-content-wrapper>img{
      width: 100%;
    }
    .allFt{
      width: 100%;
      flex-direction: column;
    }
    .view-img{
      width: 100%;
    }
    .view-point{
        width: 45%;
        flex-direction: column;
        gap: 4vh;
    }
    .view-point>img{
      width: 30%;
    }
    .box {
      width: 60px;
      height: 60px;
      border-radius: 8px;
      background-color: #252525;
      border: 1px solid rgb(112, 112, 112);
      box-shadow: 0 0 8px rgb(77, 77, 77);
      position: fixed;
      top: 1.5%;
      left: 5px; /* подгони, чтобы box был позади или обрамлял бургер */
      z-index: 14;
    }

    
    
  }

  @media(max-width:1024px){
    :root{
      --index:calc(1vw + 1vh)*1.2;
  }
  p{
    font-size: calc(var(--index) * .9);
  }
  .header-info-point>img {
    width: 10%;
}
.socia-card{
  border: none;
  background-color: #20202079 !important;
}
.instagram{
  position: relative;
  top: 2px;
}

  .requirements-info-point {
    margin:0.5% 0;
  }
  .about-text{
    width: 50%;
  }
  .about-img{
    width: 45%;
  }
  .footer-wraper  {
    justify-content: space-between;
  }
  .footer-info{
    width: 50%;
  }
  .footer-info:nth-child(3){
    order: -1;
  }
  .footer-info:nth-child(2){
    margin-top: 2vh;
    flex-direction: row;
    width: 100%;
  }
  .footer-info p{
    font-size: 1.5vw;
  }
  .conditions-info-text-points-wrapper>img {
    width: 10%;
}
.point-desk{
  display:none;
}
.point-adaptation{
  display: block;
  
}
.bot>a {
  margin: 0 0 0% 3%;
}
.base>h3,.top>h3 {
  padding: 0% 0 0 3%;
}
.conditions-info-text-points{
  display: flex;
  flex-direction: column;
  gap: 2vh;
}
.requirements-info-point{
  border-radius:15px;
}
.chek>label{
  width: 80%;
  font-size: 1.4vw;

}
.input-field>input{
  width: 90%;
  padding: 5%;
}
#checkForm:checked::after {
  font-size: calc(var(--index) * 1);
}
.select-wrapper select {
  padding: 6.5%;
}
.requirements-img {
  display: flex
;
  align-items: center;
}
.conditions-info-img {
  display: flex
;
  align-items: center;
}
.button {
  padding: 4% 6%;
}
.requirements-info {
  gap: 3vh;
}
h1 {
  font-size: calc(var(--index) * 1.8);
  }
  .header-tablet-content-wrapper{
    display: flex;
    align-items:center;
  }
  .for-adaptation{
    display:none;
  }
  .view-point-text{
    width: 100%;
  }
}

@media (max-width:768px) {
  .header-tablet-content {
    flex-direction: column;
  }
  .header-tablet-content-wrapper{
    order: -1;
    width: 100%;
  }
  .header-info {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 2vh;
}
.header-tablet-xontent-text {
  width: 100%;

}
.header-tablet-content .buttons{
  margin-top: 5vh;
  justify-content: center;
}
h1{
  text-align: center;
}
.header-info-point{
  width: 45%;
}
.button {
  padding: 2% 3%;
}
.requirements-info-point-text>h3,.requirements-info-point-text>p{
  white-space: wrap;
}

.requirements-info-point-img {
  align-self: self-start;
}
.about {
  flex-direction: column;  gap: 5vh;
}
.about-text {
  width: 100%;

}
.about-img {
  display: flex;
  justify-content: center;
  width: 100%;
  order: -1;
}
.about-img>img{
  width: 70%;
}
}
  @media(max-width:425px){
    .instagram{
      position: relative;
      left: 1px;
    }
    .header-tablet-content-wrapper {
      order: 1;
      width: 100%;
  }
  .header-info {
    justify-content: space-between;
}
    .chek>label {
      font-size: 4vw;
  }
    .header-tablet-content{
      flex-wrap: wrap;
      flex-direction: column-reverse;
    }
    .footer-info:nth-child(1) svg {
      width: 9%;
  }
  .about-img>img {
    width: 100%;
}
  .allFt{
    flex-direction: column;
  }
  .header-info-point {
    width: 100%;
}
    .header-tablet-xontent-text,
    .header-tablet-content-wrapper,
    .about-text,
    .about-img,
    .conditions-info-img,
    .conditions-info-text,
    .requirements-img,
    .requirements-info,
    .work-wrapper-info,
    .work-wrapper-form{
      width: 100%;
    }
    h2{
      margin-top: 15vh;
    }

      .requirements-info-point {

          padding-top: 4%;
          padding-bottom: 4%;
      
  }
    .about-img,.conditions-info-img{
      order: -1;
      margin-bottom: 2vh;
    }
    p {
      font-size: calc(var(--index) * .7);
  }
    .requirements-info-point{
      flex-direction: row;
      width: 100%;
    }
    .requirements-info{
      margin-top: 2vh;
      gap: 2vh;
    }
    .about-text>h2{
      margin-top: 2vh;
    }
    .about{
      margin-top: 15vh;
    }
    .work-wrapper-form>h3 {

      font-size: calc(var(--index) * .9);
  }
    :root{
      --index:calc(1vw + 1vh)*2;
    }
    .requirements-info-point-text>p {
      white-space: normal;
    }
    .requirements-info-point-text>h3 {
      white-space: normal;
    }
    .footer-info{
      width: 100%;
    }
    .footer-info>p{
      font-size: 1.5vw;
    }
    .view-point-text>h2{
      font-size: 4.5vw;
      margin-bottom: 3vh;
    }
    .view-point{
      align-items:center;
      width: 90%;
      padding: 5%;
    }
    .ft:nth-child(2){
      order: 1;
      width: 100%;
    }
    .view-point>img{
      display: block;
    }
    .menu-list{
      padding-top: 20%;
    }
    h1 {
      font-size: calc(var(--index) * 1.6);
  }
    .header-info-point>img {
      width: 12%;
    }
    .all{
      display:flex;
    }
    .all-view-points {
      justify-content: space-around;}
    .view-point {
align-items:normal;
      flex-direction: column;
  }
  .ft {
    margin-top: 3vh;
    width: 100%;
}
.view-point-text {

  margin-top: 5vh;
width: 100%;}
    .button{
      padding: 4% 6%;
    }
    .requirements-info-point-img {
      margin-left: 2vw;
  }
.requirements-info-point{
  align-items:flex-start;
}
    .view-img {
      width: 100%;}

    .about-text>.button{
      margin-top: 1vh;
      margin-bottom: 2vh;
    }
    .point-desk{
      display: none;
    }
    .point-adaptation{
      display: block;
      
    }
    .conditions-info-text-points{
      display: flex;
      flex-direction: column;
      gap: 2vh;
    }
    .conditions-info-text-points-wrapper>.button{
      margin-bottom: 0;
    }
    .requirements-img>img{
      width: 30%;
    }
    .requirements-img{
      display: flex;
      justify-content: center;  
    }
    .requirements-info-point{
      border-radius: 10px;
    }
      .work-wrapper-info{
        gap: 2vh;
      }
      .work-wrapper-form {
        margin-top: 4vh;
        padding: 6%;
      }
      .input-field>input{
        border: 2px solid #FECC1C;
        width: 100%;
        padding: 5%;
    }
    .input-field select {
      width: 100%;
      padding: 6%;
    }
    .chek {
      gap: 5%;
      margin-top: 3vh;
      margin-bottom: 3vh;
    }
    .view-point-text>p{
      font-size: calc(var(--index) * 0.5);
    }
    .view-info>p {
      font-size: 3vw;
    }
    .footer-info p, .polycy{
      font-size: 3vw;
    }
    .footer-info{
      margin-top: 4vh;
      gap: 1vh;
    }
    .footer-info:nth-child(2){
      flex-direction: column;
    }
    .why-us>svg{
      display: none;
    }
    .why-adaptation{
      margin: 5%;
      display: flex;
      flex-wrap: wrap;
      gap: 6vh;
    }
    .why-adaptation>img{
      width: 100%;
    }
    .why-adaptation img {
      opacity: 0;
      transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s ease;
    }
    
    /* Добавим задержки к каждому элементу */
    .why-adaptation.visible img:nth-child(1) {
      transition-delay: 0s;
    }
    .why-adaptation.visible img:nth-child(2) {
      transition-delay: 0.1s;
    }
    .why-adaptation.visible img:nth-child(3) {
      transition-delay: 0.2s;
    }
    .why-adaptation.visible img:nth-child(4) {
      transition-delay: 0.3s;
    }
    .why-adaptation.visible img:nth-child(5) {
      transition-delay: 0.4s;
    }
    
    .why-adaptation.visible img {
      opacity: 1;
      transform: translateY(0);
    }
    .chek>label{
      width: 80%;
    }
  }

