*{
    margin: 0;
    padding: 0;
}

body {
  font-family: 'Chakra Petch', sans-serif;
}
 #background {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    /* Создаем фон с чередующимися полосками */
    background-image: repeating-linear-gradient(
      90deg,
      #1C1C1C,
      #1C1C1C 30px,
      #333333 50px,
      #333333 70px
    );
    background-repeat: repeat;
    background-size: 100px 10000px; /* ширина повторения */
    z-index: -100; /* чтобы не мешал контенту */
 }
html {
    scroll-behavior: smooth;
    overflow-x: hidden;
    /* overflow-y: hidden; */
}

a{
    color: black;
}

body{
  width:100%;
    background-attachment:3000px;
	  background-repeat: repeat-y;
    background-origin: content-box;
    --radius-x: 60em;
    --radius-y: 60em;
}
.circle {
    width: 100%;
    height: 1900px;
    background: #A0FFFF;
    border-radius: 100%;
    bottom: 1090px;
    display:block;
    position: relative;
} 

.circle2 {
    width: 90%;
    height: 1600px;
    background: #63c2c2;
    border-radius: 100%;
    position: relative;
    top: 200px;
    background-image: url("fon.png");
    background-size:2900px;
    object-fit: cover;
    background-position-x: 45deg;
    list-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    
} 
.circle2 img{
  position: relative;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 400px;
  width: 100%;

}
.circle2 h1{
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1400px;
  width: 1700px;
  color: rgba(13, 13, 13, 0.788)
}
.circle2 h2{
  position: absolute;
  justify-content: center;
  align-items: center;
  display: flex;
  top: 1450px;
  font-size: 30px;
  width: 1700px;
  color: rgba(13, 13, 13, 0.788)
}






.burg {
    z-index: 100;
    background-color: rgb(0, 0, 0);
    position: absolute;
    list-style: none;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
    top: 950px;
    border-radius: 149px;
    padding: 20px;
    font-size: 20px;
    -webkit-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.503);
    -moz-box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.503);
    box-shadow: 0px 4px 8px 0px rgba(34, 60, 80, 0.503);
    width: 80%;

}
.burg a{
    text-decoration: none;
    color: #A0FFFF;
}
.burg li{
    padding: 10px;
}
.burg li:hover{
    text-shadow: 1px 1px 2px white;
}
.jir{
    font-weight: 800;
}
.nejir{
    font-weight: 200;
}






.slider {
  position: relative;
  height: 2100px;
  bottom: 1800px;
  width: 90vw;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: auto;
}
.slider a{
    text-decoration: none;
    color:#A0FFFF;
}
.slider__list {
  position: relative;
  list-style: none;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  
}

.slider__list__item {
  position: absolute;
  width: 10em;
  height: 70em;
  text-align: center;
  font-size: 40px;
  transition: transform 0.5s;
  transform: 
    translateX(calc(var(--cos) * var(--radius-x)))
    translateY(calc(var(--sin) * var(--radius-y)))
    scale(calc(var(--scale) * 1))
  ;
  bottom: 850px;
  z-index: 200;
}

.slider__list__step-button {
  position: absolute;
  z-index: 1;

  transform: translateY(-50%);
  background: black;
  border: none;
  color: white;
  padding: 1em;
  cursor: pointer;
}

.slider__list__step-button_prev {
  left: 0;
  background-color: transparent;
  bottom: 1500px;
  font-size: 60px;
  color: #A0FFFF;
  rotate: 50deg;
  padding: 10px;
  position: absolute;
}
.slider__list__step-button_prev:hover{
  font-size: 61px;
}

.slider__list__step-button_next {
  right: 0;
  position: absolute;
  background-color: transparent;
  font-size: 60px;
  color: #A0FFFF;
  rotate: 310deg;
  bottom: 1500px;
  padding: 10px;

}
.slider__list__step-button_next:hover{
  font-size: 65px;
}




.qq{
  bottom: 2500px;
  position: relative;
}
.container {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    gap: 20px; /* Расстояние между левыми и правым блоками */
    position: relative;

    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;

}

.left-top, .left-bottom, .right {
    background-color: #A0FFFF; 
    border-radius: 400px; 
    padding: 15px 20px;
    margin: 10px 0; 
    text-align: center;
    min-width: 120px;
    position: absolute;
      
}

.left-top {
    height: 300px; 
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 700px;
    margin-top: 100px;
    
}
.right {
    height: 300px; 
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 900px;
    margin-top: 500px;
    
}
.left-bottom {
    height: 300px; 
    width: 800px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 700px;
    margin-top: 900px;
}



.label {
    font-size: 50px;
    color: #000;
    margin-bottom: 5px;
}

.number {
    font-size: 84px;
    font-weight: bold;
    color: #000;
}





.dd{
  position: relative;
  bottom: 4000px;
  justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}

.myBlock {
  width: 40%;
  height: 500px;
  background-color: #A0FFFF;
  position: absolute;
  margin-right: 200px;
  bottom: 1px;
  top: 2400px;
  border-radius: 70px;
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.myBlock .listi{
  list-style: none;
  text-decoration: none;
  margin-left: 50px;
}
.myBlock .listi a{
  text-decoration: none;
}
.myBlock .list_item{
  padding: 10px;
  font-size: 25px;
}
.myBlock .list_item:hover{
  font-size: 26px;
}
#myBlock {
  width: 50%;
  height: 500px;
  background-color: #2D2D2D;
  position: relative;
  left: 0;

  cursor: pointer; 
  bottom: 1px;
  top: 2400px;
  border-radius: 70px;
  color: rgb(255, 255, 255);
  text-align: left;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 200px;
  transition: transform 0.8s ease;
  -webkit-box-shadow: -10px 1px 10px 2px rgba(34, 60, 80, 0.432);
  -moz-box-shadow: -10px 1px 10px 2px rgba(34, 60, 80, 0.432);
  box-shadow: -10px 1px 10px 2px rgba(34, 60, 80, 0.432);

}
#myBlock:hover{
  p{
    font-size: 90px;
  }
  
}

#myBlock p{
  position: absolute;
  font-size: 70px;
  overflow: hidden;
  overflow-y: hidden;
  overflow-x: hidden;
}



.aa{
  position: absolute;
  bottom: 0px;
  top: 3100px;
  width: 100%;
}


.etap{
  position: relative;
  color: #A0FFFF;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  font-size: 30px;
  width: 90%;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  text-align: center;
}
.etap p{
  justify-content: center;
  align-items: center;
  display: flex;
  margin: auto;
  font-size: 60px;
  
}
.etap ul{
  list-style: none;
}
.etap li{
  padding-top: 10px;
   
}

.jirv{
  font-size: 80px;
}


.container2 {
    background: #A0FFFF;
    padding: 20px;
    border-radius: 90px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    width: 100%;
    max-width: 800px;
    justify-content: center;
    align-items: center;
    display: flex;
    margin: auto;
}


.container2 input, textarea {
    width: 100%;
    padding: 30px 200px 10px 200px;
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    border: 0 solid #A0FFFF;
}
.lin{
  background-color: black;
  position: relative;
  width: 100%;
  height: 2px;
  margin-bottom: 30px;
}

.container2 button {
    width: 100%;
    padding: 10px;
    background-color: transparent;
    color: rgb(0, 0, 0);
    border: none;
    cursor: pointer;
    font-weight:lighter;
    font-size: 20px;
}


.container2 button:hover {
    font-weight:bolder;

}

::placeholder {
  color: rgba(0, 0, 0, 0.755);
  font-size: 22px;
  font-weight: 600;
}

textarea{
  resize: vertical;
}




.ff{
  position: absolute;

}
.nizr{
  margin-top: 100px;
  right: 0;
  position: absolute;
  color: #A0FFFF;
  text-decoration: none;
  padding-right: 20px;
}
.niz {
    position: absolute;
    margin-top: 100px;
    padding-bottom: 10px;

}
.niz a{
    color: #A0FFFF;
    text-decoration: none;

}
.niz ul{
  margin: 0;
  color: #A0FFFF;
}
.niz li{
  padding-left: 30px;
  display: inline;
  color: #A0FFFF;
  font-weight: 100;
}
@media (max-width: 1800px) {
  .burg{
    top: 900px;
  }
  .circle {
    height: 1700px;
  } 
  .circle2 {
    height: 1400px;
    top: 200px;
    background-size:2900px;
    background-position-x: 45deg;
  } 
  .circle2 img{
    top: 450px;
  }
  .circle2 h1{
    top: 1270px;
    font-size: 20px;
  }
  .circle2 h2{
    top: 1300px;
    font-size: 20px;
  }

  .left-top {
      height: 200px; 
      width: 500px;
      margin-right: 500px;
      margin-top: 100px;

  }
  .right {
      height: 200px; 
      width: 500px;
      margin-left: 600px;
      margin-top: 500px;

  }
  .left-bottom {
      height: 200px; 
      width: 500px;
      margin-right: 500px;
      margin-top: 900px;
  }

  .label {
      font-size: 40px;
      color: #000;
      margin-bottom: 5px;
  }

  .number {
      font-size: 64px;
      font-weight: bold;
      color: #000;
  }
  .aa{
    top: 2900px;
  }
}
@media (max-width: 1400px) {
  .burg{
    top: 850px;
  }
  .circle {
    height: 1600px;
  } 
  .circle2 {
    height: 1300px;
    top: 250px;
    background-size:2500px;
    background-position-x: 45deg;
  } 
  .circle2 img{
    top: 400px;
  }
  .circle2 h1{
    top: 1150px;
    font-size: 20px;
  }
  .circle2 h2{
    top: 1180px;
    font-size: 20px;
  }

  .slider__list__item {
  font-size: 40px;
  bottom: 940px;

}
   .left-top {
      height: 150px; 
      width: 400px;
      margin-right: 300px;
      margin-top: 150px;

  }
  .right {
    height: 150px; 
    width: 400px;
    margin-left: 400px;
    margin-top: 500px;

  }
  .left-bottom {
      height: 150px; 
      width: 400px;
      margin-right: 300px;
      margin-top: 850px;
  }

  .label {
      font-size: 30px;
      color: #000;
      margin-bottom: 5px;
  }

  .number {
      font-size: 54px;
      font-weight: bold;
      color: #000;
  }
  .myBlock .list_item{
    padding: 10px;
    font-size: 20px;
  }
  .myBlock{
    height: 400px;

  }
  #myBlock{
    height: 400px;

  }
  .aa{
    top: 2800px;
  }
  .etap{
    font-size: 25px;
  }
  .etap p{
    font-size: 50px;
  }
  

}
@media (max-width: 1260px) {
  .myBlock{
   padding-right: 200px;
   left: 200px;
  }
}

@media (max-width: 1000px) {
  #myBlock p{
    display: none;
  }

  .burg{
    top: 850px;
    font-size: 15px;
    padding: 5px;
  }
  .circle {
    height: 1500px;
  } 
  .circle2 {
    height: 1200px;
    top: 250px;
    background-size:2500px;
    background-position-x: 45deg;
  } 
  .circle2 img{
    top: 400px;
  }
  .circle2 h1{
    top: 1080px;
    font-size: 15px;
  }
  .circle2 h2{
    top: 1100px;
    font-size: 15px;
  }
.qq{
  bottom: 900px;
  position: relative;
}
.slider {
  display: none;
}
.dd{
  bottom: 2600px;
}
  .myBlock .list_item{
    padding: 10px;
    font-size: 15px;
    
  }
  .myBlock .list_item:hover{
  font-size: 18px;
}
  
  .myBlock{
    height: 350px;


  }
  #myBlock{
    height: 350px;
    width: 60%;
  }
   .aa{
  display: none;
}
.container2 {
    background: #A0FFFF;
    padding: 30px;
    max-width: 600px;
  }
  .xx{
      background-size:800px;
      object-fit: cover;
  }
  .nizr{
    font-size: 12px;
  }
  .niz {
      font-size: 12px;
  }
  .niz li{
    padding-left: 10px;
  }
    .aa{
    top: 2600px;
  }
  .etap{
    font-size: 25px;
  }
  .etap p{
    font-size: 40px;
  }
}

@media (max-width: 850px) {
  #myBlock p{
    display: none;
  }

  .left-top {
      height: 100px; 
      width: 300px;
      margin-right: 200px;
      margin-top: 200px;

  }
  .right {
    height: 100px; 
    width: 300px;
    margin-left: 300px;
    margin-top: 500px;

  }
  .left-bottom {
      height: 100px; 
      width: 300px;
      margin-right: 200px;
      margin-top: 800px;
  }

  .label {
      font-size: 20px;
      color: #000;
      margin-bottom: 5px;
  }

  .number {
      font-size: 34px;
      font-weight: bold;
      color: #000;
  }
  .myBlock .list_item{
    padding: 10px;
    font-size: 15px;
  }
  .myBlock{
    height: 350px;
    padding-right: 70px;
    left: 150px;
  }
  #myBlock{
    height: 350px;
    width: 60%;
  }
  .aa{
    top: 2500px;
  }
  .etap{
    font-size: 25px;
  }
  .etap p{
    font-size: 40px;
  }
  
}

@media (max-width: 750px) {

    .burg{
    top: 850px;
    font-size: 15px;
    padding: 5px;
    width: 60%;
  }
  .circle {
    height: 1350px;
  } 
  .circle2 {
    height: 1050px;
    top: 250px;
    background-size:2100px;
    background-position-x: 45deg;
  } 
  .circle2 img{
    top: 430px;
  }
  .circle2 h1{
    top: 1150px;
    font-size: 18px;
    color: #A0FFFF;
  }
  .circle2 h2{
    top: 1170px;
    font-size: 18px;
    color: #A0FFFF;
  }

.left-top {
      height: 100px; 
      width: 250px;
      margin-right: 150px;
      margin-top: 200px;

  }
  .right {
    height: 100px; 
    width: 250px;
    margin-left: 250px;
    margin-top: 500px;

  }
  .left-bottom {
      height: 100px; 
      width: 250px;
      margin-right: 150px;
      margin-top: 800px;
  }

  .label {
      font-size: 20px;
      color: #000;
      margin-bottom: 5px;
  }

  .number {
      font-size: 34px;
      font-weight: bold;
      color: #000;
  }

  .myBlock .list_item{
    padding: 10px;
    font-size: 15px;
  }
  .myBlock{
    height: 350px;
    padding-right: 200px;
    left: 100px;
  }
  #myBlock{
    height: 350px;
    width: 60%;
  }
    .aa{
    top: 2500px;
  }
  .etap{
    font-size: 25px;
  }
  .etap p{
    font-size: 40px;
  }
    .container2 {
        background: #A0FFFF;
        padding: 40px;
        max-width: 500px;
    }
    .xx{
        background-size:500px;
        object-fit: cover;
    }
    ::placeholder {
      color: rgba(0, 0, 0, 0.755);
      font-size: 18px;
      font-weight: 600;
    }
    .nizr{
        font-size: 10px;
    }
    .niz {
        font-size: 10px;
    }

    .niz li{
        padding-left: 10px;
    }
}

@media (max-width: 600px) {
  .burg{
    font-size: 12px;
  }

  .aa{
    display: none;
  }
  
   .container2 {
        background: #A0FFFF;
        padding: 40px;
        max-width: 400px;
    }
    .xx{
        background-size:400px;
        object-fit: cover;
    }
    ::placeholder {
      color: rgba(0, 0, 0, 0.755);
      font-size: 18px;
      font-weight: 600;
    }
    .nizr{
        font-size: 8px;
    }
    .niz {
        font-size: 8px;
    }

    .niz li{
        padding-left: 10px;
    }
    .container2 input, textarea {
    width: 100%;
    padding: 20px 100px 10px 100px;
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    border: 0 solid #A0FFFF;
}
 
}

@media (max-width: 500px) {
.burg{
    top:200px;
    font-size: 12px;
    padding: 5px;
    width: 80%;
  }
  .circle {
    height: 500px;
    bottom: 300px;
  } 
  .circle2 {
    height: 350px;
    top: 110px;
    background-size:700px;
    background-position-x: 45deg;
  } 
  .circle2 img{
    top: 120px;
  }
  .circle2 h1{
    top: 420px;
    font-size: 12px;

  }
  .circle2 h2{
    top: 440px;
    font-size: 12px;
  }
.qq{
  bottom: 200px;
}
.dd{
  bottom: 2100px;
  position: relative;
  margin-bottom: 500px;
}
.left-top {
      height: 100px; 
      width: 200px;
      margin-right: 100px;
      margin-top: 200px;

  }
  .right {
    height: 100px; 
    width: 200px;
    margin-left: 200px;
    margin-top: 460px;

  }
  .left-bottom {
      height: 100px; 
      width: 200px;
      margin-right: 150px;
      margin-top: 720px;
  }

  .label {
      font-size: 20px;
      color: #000;
      margin-bottom: 5px;
  }

  .number {
      font-size: 34px;
      font-weight: bold;
      color: #000;
  }

  .myBlock .list_item{
    padding: 5px;
    font-size: 12px;
  }
  .myBlock .list_item:hover{
  font-size: 15px;
}
  .myBlock{
    height: 250px;
    padding-right: 100px;
    left: 50px;
  }
  #myBlock{
    height: 250px;
    width: 70%;
    margin-right: 100px;
  }
  #myBlock p{
    display: none;
  }

   .container2 {
        background: #A0FFFF;
        padding: 30px;
        max-width: 300px;
        top: 100px;
    }
    .xx{
        background-size:300px;
        object-fit: cover;
    }
    ::placeholder {
      color: rgba(0, 0, 0, 0.755);
      font-size: 18px;
      font-weight: 600;
    }
    .nizr{
        font-size: 7px;
    }
    .niz {
        font-size: 7px;
    }

    .niz li{
        padding-left: 5px;
    }
    .container2 input, textarea {
    width: 100%;
    padding: 20px 100px 10px 100px;
    background-color: transparent;
    box-sizing: border-box;
    text-align: center;
    border: 0 solid #A0FFFF;
}
}