body{ 
    overflow-x: hidden;
    margin: 0;
    align-items: center;   
    color: #333;
    font-family: 'Nunito Sans', sans-serif;
    background-color: #faf9f9;
 }
 *,
 *:before,
 *:after{
     box-sizing: border-box;
 }
 
 h1, h2, h3, h4, h5, h6{ 
 margin: 0;
 }
 
 .agr{
     font-size: xx-large;
     margin-right: 27.5%;
     margin-top: 0%;
     
 }
 .opit{
    text-align: center;
    font-size: x-large;
    margin-top: -3%;
 }
 
.text{
    margin-top: 0%;
    display: block;
    height: 40vh;
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: larger;
}
 .container {
 width: 100%;
 max-width:1800px;
 margin: 0 auto;
 color: #333;
 }

.turi:hover{
    color: #1093da;
    }
.mn{
    text-decoration: none;
    color: black;
    font-size: x-large;
}
.mn:hover{
    color: #1093da;
    }
 
 
 .header{ 
     display: flex;
     width: 100%;
     height: 20vh;
     position: absolute;
     top: -1px;
     left: 0;
     right: 0;
     
     background-color: #faf9f9;
 }
 
 .logo{
     margin-top: 5%;
     border-radius: 55%;
 }
 
 .header__inner{
     display: flex;
     justify-content:space-between;
     align-items: center;
 }

 

a{
    text-decoration: none;
    color: black;
    text-align: left;
}


#section-4{
    margin-top: 0%;

   
}
  
  .burger{
    display: none;
    position: relative;
    z-index: 60;
    align-items: center;
    justify-content: flex-end;
    width: 30px;
    height: 18px;
    margin-left: 90%;
    margin-top: 2%;
   
    
}

.burger span{
    height: 2px;
    width: 80%;
    transform: scale(1);
    background-color: #000000;
}

.burger::before, .burger::after{
    content: '';
    position: absolute;
    height: 2px;
    width: 100%;
    background-color: #000000;
    transition: all 0.3s ease 0s;
}

.burger::before { top: 0 }

.burger::after { bottom: 0 }


/* Добавляем класс active для анимации иконки бургера */
.burger.active span { transform: scale(0) }

.burger.active::before{
    top: 50%;
    transform: rotate(-45deg) translate(0, -50%);
}

.burger.active::after{
    bottom: 50%;
    transform: rotate(45deg) translate(0, 50%);
}

.open{
    display: flex !important;
}
 
    .burger { display: flex }

    .menu{
        margin-left:75%;
        display: none;
        flex-direction: column;
        position: fixed;
        height: 45%;
        width: 20%;
        top: 0; bottom: 15px; left: 0; right: 0;
        z-index: 50;
        overflow-y: auto;
        padding: 10px 10px 10px 10px;
        background-color: rgb(255, 255, 255);
        animation: burgerAnimation 0.4s;
        border-radius: 5%;
    }
/* При разрешении экрана 900px и ниже, выводим на экран иконку бургера */


@keyframes burgerAnimation {
    from {opacity: 0}
    to {opacity: 1}
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}
.submenu {
    position: absolute;
    z-index: 5;
    min-width: 200px;
    background: white;
    
    visibility: hidden;
    opacity: 0; 
    transform-origin: 0% 0%;
    transform: rotateX(-90deg);
    transition: .3s linear;  
  }
  .submenu li {position: relative;}
  .submenu li a {
    font-size: 20px;
    
  }
  .submenu .submenu {
    position: absolute;
    left: 100%;
    top: -1px;
    transition: .3s linear;
  }
  .menu li:hover > .submenu {
    color: #1093da;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  


.slider {
    position: relative;
    height: 600px;
    box-shadow: 0 5px 5px 2px rgba(0, 0, 0, 0.303);
    border-radius: 10%;
  }
  
  .slider__container {
    overflow: hidden;
    border-radius: 10%;
  }
  
  .slider__wrapper {
    /*overflow: hidden;*/
  }
  
  .slider__items {
    display: flex;
    transition: transform 0.5s ease;
  }
  
  .slider_disable-transition {
    transition: none;
  }
  
  .slider__item {
    flex: 0 0 100%;
    max-width: 100%;
    user-select: none;
    
  }
  .slider__item-content{
    height: 600px;
  }
  
  /* кнопки влево и вправо */
  
  .slider__control {
    position: absolute;
    top: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    color: #fff;
    text-align: center;
    height: 50px;
    transform: translateY(-50%);
    background: rgba(0, 0, 0, 0.2);
    border-radius: 50%;
  }
  
  .slider__control_hide {
    display: none;
  }
  
  .slider__control[data-slide='prev'] {
    left: 0;
  }
  
  .slider__control[data-slide='next'] {
    right: 0;
  }
  
  .slider__control:hover,
  .slider__control:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    background: rgba(0, 0, 0, 0.3);
  }
  
  .slider__control::before {
    content: '';
    display: inline-block;
    width: 20px;
    height: 20px;
    background: transparent no-repeat center center;
    background-size: 100% 100%;
  }
  
  .slider__control[data-slide='prev']::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M5.25 0l-4 4 4 4 1.5-1.5-2.5-2.5 2.5-2.5-1.5-1.5z'/%3E%3C/svg%3E");
  }
  
  .slider__control[data-slide='next']::before {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' viewBox='0 0 8 8'%3E%3Cpath d='M2.75 0l-1.5 1.5 2.5 2.5-2.5 2.5 1.5 1.5 4-4-4-4z'/%3E%3C/svg%3E");
  }
  
  /* индикаторы */
  
  .slider__indicators {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 15;
    display: flex;
    justify-content: center;
    padding-left: 0;
    margin-right: 15%;
    margin-left: 15%;
    list-style: none;
    margin-top: 0;
    margin-bottom: 0;
  }
  
  .slider__indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 5px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: rgba(255, 255, 255, 0.5);
    background-clip: padding-box;
    border-top: 15px solid transparent;
    border-bottom: 15px solid transparent;
  }
  
  .slider__indicators li.active {
    background-color: rgba(255, 255, 255, 0.9);
  }
  .slider-items {
    --gap: 1rem;
    gap: var(--gap);
  }
  
  .left
  {
    display: flex;
    
    align-items: center;
    flex-direction: column;
    height: 75vh;
    width: 55%;
   
  }
  .right
  {
    margin-top: -15%;
    display: block;
    align-items: left;
    flex-direction: column;
    height: 55vh;
    width: 35%;
    
  }
  section{
    display: flex;
    width: 100%;
    justify-content: space-around;
    align-items: center;
  }
.ls{
  
    font-size: x-large;
    margin-top: 5%;
}
.name{
  font-size: x-large;
  padding: 5px 5px 5px 5px;
}
ul{
  padding-left: 15px;
}
li{
  list-style: none;
}
p{
  padding: 2px 2px 2px 5px;
}
.label{
  font-size: xx-large;
  text-align: center;
  padding: 15px 15px 15px 15px;
}
.basher{
  height: 10vh;
}
.minfo{
  text-align: left;
  padding-left: 5%;
  padding-right: 5%;
}
 .wrapper{
    display: inline-flex;
}
.wrapper .icon {
    margin: 0 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    position: relative;
    z-index: 2;
    cursor: pointer;
    transition: all 0.4s cubic-bezier(0.68, -0.55,0.265,1,55);
}
.wrapper .icon span{
    position: relative;
    height: 60px;
    width: 60px;
    display: block;
    background: #ffffffaf;
    border-radius: 50%;
    text-align: center; 
    z-index: 2;
    box-shadow: 0 10px 10px rgba(0,0,0,0.1); 
}
.wrapper .icon:hover span{
    color: #fff;
}
.wrapper .icon span i{
    font-size: 40px;
    line-height: 60px;
    
}

.wrapper .icon:hover span,
.wrapper .icon:hover .tooltip{
    text-shadow: 0px -1px 0px rgba(0,0,0,0.4);
}
.wrapper .WhatsApp:hover span
{
    background: #5ba70f;
}
.wrapper .WhatsApp:hover .tooltip
{
    background: #5ba70f;
}
.wrapper .WhatsApp:hover .tooltip:before{
    background: #5ba70f;
}
.wrapper .Telegram:hover span
{
    background: #0088cc;
}
.wrapper .Telegram:hover .tooltip
{
    background: #0088cc;
}
.wrapper .Telegram:hover .tooltip:before{
    background: #0088cc;
}
.wrapper .Instagram:hover span
{
    background: #e1306c ;
}
.wrapper .Instagram:hover .tooltip
{
    background: #e1306c;
}
.wrapper .Instagram:hover .tooltip:before{
    background: #e1306c;
}
.wrapper .Vkontakte:hover span
{
    background: #45668e;
}
.wrapper .Vkontakte:hover .tooltip
{
    background: #45668e;
}
.wrapper .Vkontakte:hover .tooltip:before{
    background: #45668e;
}

.Wa{
    text-decoration: none;
    color: #7fff00;
}
.Wa:visited{
    text-decoration: none;
    color: #7fff00;
}
.Tg{
    text-decoration: none;
    color: #0088cc;
}
.Tg:visited{
    text-decoration: none;
    color: #0088cc;
}
.Inst{
    text-decoration: none;
    color: #e1306c;
}
.Inst:visited{
    text-decoration: none;
    color: #e1306c;
}
.Vk{
    text-decoration: none;
    color: #45668e;
}
.Vk:visited{
    text-decoration: none;
    color: #45668e;
}
  
@media (max-width: 1920px) {
    .agr{
        align-items: center;
        margin-right:27.5% ;
    }
    .menutitle{
        display: none;
    }
   .menu{
    margin-left: 75%;
   }
   
   
  }
      

      @media (max-width: 1920px) {
        .agr{
            align-items: center;
            margin-right:27.5% ;
        }
        .menutitle{
            display: none;
        }
      .basher{
        height: 10vh;
      }
       #section-1{
      height: 120vh;
     }
    #section-4{
      height: 90vh;
     }
       
        
        
           .info{
            width: 70%;
           }
          }
          .first {
            position: relative;
            margin-top: 13%;
          }
          
          .menu{
            width: 25%;
            margin-left: 50%;
            height: 20vh;
          }
         
          
@media (max-width:1700px){
  .header{
   width: 100%;
   padding-left: 5%;
  }
  #section-4{
      margin-top: -15vh;
      height: 100vh;
     }
     #section-1{
      height: 140vh;
     }
.basher{
        height: 20vh;
      }     .info{
      width: 70%;
     }
    }
   
    .first {
      position: relative;
      margin-top: 13%;
    }
    
@media (max-width:1700px){
.agr{
    margin-right:23%;
}
  #section-7{
      margin-top: 17%;
      height: 75vh;
     }
     .info{
      width: 70%;
     }
    }
    
    .first {
      position: relative;
      margin-top: 13%;
    }
    
    

@media (max-width:1200px){
    
    #section-7{
        margin-top: 19%;
        height: 80vh;
       }
       .info{
        width: 70%;
       }
      }
      
      .first {
        position: relative;
        margin-top: 13%;
      }
      
@media (max-width:1100px){
    .agr{
       text-align: center;
       margin-left: 20%;
    }
    .opit{
        margin-top: 4%;
    }
   #section-7{
    margin-top: 19%;
    height: 85vh;
   }
   .info{
    width: 70%;
   }
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  

 
  @media (max-width:1000px){
    .agr{
       text-align: center;
       margin-left: 20%;
    }
    .opit{
        margin-top: 5%;
    }
    
   #section-7{
    margin-top: 24%;
    height: 95vh;
   }
   .info{
    width: 70%;
   }
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  
  .menu{
    width: 25%;
    margin-left: 70%;
    height: 20vh;
  }
 
  

  @media (max-width:900px){
    .agr{
       text-align: center;
       margin-left: 15%;
    }
    .opit{
        margin-top: 5%;
    }
    
   #section-7{
    margin-top: 35%;
    height: 100vh;
   }
   .info{
    width: 70%;
   }
   
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  

 
  @media (max-width:700px){
    .agr{
       text-align: center;
       margin-left: 10%;
       font-size: x-large;
    }
    .opit{
        margin-top: 5%;
    }
   #section-7{
    margin-top: 35%;
    height: 125vh;
   }
   .info{
    width: 70%;
   }
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  
  
  
  @media (max-width:600px){
    .agr{
       text-align: center;
       margin-left: 15%;
           }
    
   #section-7{
    margin-top: 40%;
    height: 115vh;
   }
   .info{
    width: 70%;
   }
   .agr{
    font-size: larger;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    font-size: larger;
   }
   .info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
  .menu{
    overflow-x: hidden;
    height: 25vh;
    width: 50%;
    margin-left: 50%;
   }
  }
  @media (max-width:500px){
    .agr{
       text-align: center;
    }
    .logo{
        width: 70px;
        height: 70px;
    }
   #section-7{
    margin-top: 45%;
    height: 143vh;
   }
   .info{
    width: 70%;
   }
   .agr{
    font-size: larger;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    font-size: larger;
   }
   .info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
   .menu{
    height: 25vh;
    width: 52%;
    margin-left: 50%;
   }
   #section-4{
    margin-top: 50%;
    height: 60vh;
   }
   .text{
    font-size: large;
    width: 90%;
    text-align: center;
   }
   .KrP{
    text-align: center;
   }
   .analiz{
    font-size: large;
    text-align: center;
   }
  }
  @media (max-width:400px){
    .agr{
       font-size: xx-large;
       
    }
    
   #section-7{
    margin-top: 65%;
    height: 165vh;
   }
   .info{
    width: 70%;
   }
   .agr{
    font-size: larger;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    font-size: larger;
   }
   .info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
   .menu{
    height: 25vh;
    width: 50%;
    margin-left: 50%;
   }
  }
  @media (max-width:380px){
    
    
   #section-7{
    margin-top: 65%;
    height: 225vh;
   }
   .info{
    width: 70%;
   }
   .agr{
    font-size: larger;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    font-size: larger;
   }
   .info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
   .menu{
    height: 30vh;
    width: 50%;
    margin-left: 55%;
   }
   
  }
  @media (max-width:280px){
    
    
   #section-4{
    margin-top: 75%;
    height: 300vh;
   }
   .logo{
    width: 50px;
    height: 50px;
   }
   .info{
    width: 70%;
   }
   .agr{
    font-size: larger;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    font-size: larger;
   }
   .info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
   .menu{
    height: 30vh;
    width: 70%;
    margin-left: 30%;
   }
  .first {
    position: relative;
    margin-top: 13%;
  }
  .icons{
    margin-left: 4%;
    
  }
 
  
  .turi{
    font-size: 12px;
  }
  
  
}
