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-top:5px; text-aligin:center;}
 .obr{width:100%;display:inline-block;text-aligin:center;}
 .agr{
     font-size: xx-large;
     margin-right:27.5%;
     margin-top: 0%;
     
 }
 .opit{
    text-align: center;
    font-size: x-large;
    margin-top: -2.9%;
 }
 .KRP{
    text-align: center;
    font-size: xx-large;
    margin-top: 0%;
    font-weight: 600;
 }
 
 .KrP{ 
    text-align: left;
    font-size: x-large;
    margin-top: 2%;
    font-weight: 600;
 }
 .Krp{
    text-align: left;
    font-size: x-large;
    margin-top: 0%;
    font-weight: 600;
 }
 
 .info{
    margin-top: 2%;
    display: block;
    height: 40vh;
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: larger;
    
}
.text{
    padding-top:5px;
    display: block;
    height: 40vh;
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: larger;
}
 .container {
 width: 100%;
 max-width:1800px;
 margin: 0 auto;
 color: #333;
 }


.first {
    -webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
    text-align:center;
    list-style: none;
    padding: 0;
    height: 10vh;
   
   
}
.turi:hover{
    color: #1093da;
    }
.mn{
    text-decoration: none;
    color: black;
    font-size: x-large;
}
.mn:hover{
    color: #1093da;
    }
.menu1{
    
    width: 100%;
    
    margin-top:10%;
    align-items: center;
}
 
 
 .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;
 }

 
 .intro { 
   
     width: 100%;
     height: 10vh;
     margin-top: -5%;
     text-align: center;
     font-size: xx-large;
     font-weight: 600;
 }
 .news{
    text-align: center;
   
    font-size: xx-large;
    font-weight: 600;
    height: 4vh;
}

a{
    text-decoration: none;
    color: black;
    text-align: left;
}
li{
    list-style: none;
}
.analiz{ 
padding:3px;    text-align: left;
    list-style:circle;
    margin-top: 1%;
}

 
   

  .news{
    text-align: center;
    margin-top: -4%;
    font-size: xx-large;
    font-weight: 600;
    height: 4vh;
}
#section-4{
    margin-top: 10%;
    height: 140vh;

   
}
#section-7{
    margin-top: 10%;
    height: 50vh;

   
}
  #section-3{
    
    height: 40vh;
    margin-top: 10%;
  }
  #section-2{
   
    height: 60vh;
    margin-top: 10%;
  }

  #section-1{
    margin-top: 10%;;
    height: 80vh;
  }
  .left1
  {
    display: flex;
    flex-direction: column;
    align-items: left;
    height: 90vh;
    width: 30%;
   margin-top: 1%;
    
  }
  .right1
  {
    display: flex;
    flex-direction:column;
    
    flex-wrap: wrap;
    align-items: center;
    height: 90vh;
    width: 80%;
   
  }
  #section-5{
    
    height: 140vh;
    margin-top: 10%;
  }

.peresil{
 color: #1093da;
  }
.peresil:hover{ 
    text-decoration: underline;
    
}
.menutitle{
    font-size: x-large;
    font-weight: 600;
    margin-left: 12%;
}
.menu2{
    font-size: larger;
    margin-left: 4%;
    
}
.nw{
    display: flex;
    flex-direction:column;
    flex-wrap: wrap;
    align-items: center;
    height: 85vh;
    width: 100%;
    
}
 
 .icons{
    display: grid;
    height: 100%;
    width: 100%;
    place-items:center;
    margin: 1%  0px 0px;    
}
.wrapper{
height:10vh;    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: #ffffff;
    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;
}

.slider__container {
      
    border-radius: 10%;
  }

  .slider__item {
    /*flex: 0 0 33.3333333333%;
    max-width: 33.3333333333%;*/
    flex: 0 0 100%;
    max-width: 100%;
  }

  
  .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 }

    .left {
        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}
}
.slideshow {
    width: 60%;
    height: 600px;
    position: relative;
    overflow: hidden;
    background: #000;
    margin: 20px 0;
    border-radius: 2%;
}
.slideshow-item {
    width: 100%;
    height: 100%;
    position: absolute;
    opacity: 0;
    animation: slideanim 40s infinite;
    pointer-events: none;
}
.slideshow-item:nth-child(1),
.slideshow-item:nth-child(1) img {
    animation-delay: 0;
}
.slideshow-item:nth-child(2),
.slideshow-item:nth-child(2) img {
    animation-delay: 5s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
    animation-delay: 10s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
    animation-delay: 15s;
}
.slideshow-item img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    animation: zoom 40s infinite;
}
.slideshow-item-text {
    max-width: 50%;
    position: absolute;
    bottom: 20px;
    left: 20px;
    background-color: rgba(0,0,0,0.7);
    color: #fff;
    padding: 20px 30px;
    font-family: Verdana, sans-serif;   
}
.slideshow-item-text h5 {
    font-size: 22px;
    margin: 0 0 10px 0;
    color: #BFE2FF;
}
.slideshow-item-text p {
    font-size: 15px;
    margin-bottom: 10px;
}


* {
    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;
  }
  .left li:hover > .submenu {
    color: #1093da;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  
@keyframes slideanim {
    7.15%{
        opacity: 1;
        pointer-events: auto;
    }
    14.3%{
        opacity: 1;
        pointer-events: auto;
    }    
    21.5%{
        opacity: 0;
    }
}
@keyframes zoom {
    28.5%{
        transform: scale(1.3);
    }    
}
@media screen and (max-width: 900px){
    .slideshow-item-text{
        max-width: 75%;
    }
    
}
@media screen and (max-width: 456px){
    .slideshow-item-text {
        bottom: 0;
        left: 0;
        max-width: 100%;
    }
    .slideshow-item-text h5 {
        font-size: 18px;
    }
    .slideshow-item-text p {
        font-size: 13px;
    }
}

@media (max-width: 1920px) {
    .agr{
        align-items: center;
        margin-right:27.5% ;
    }
    .menutitle{
        display: none;
    }
   .left{
    margin-left: 75%;
   }
   
    .right{
        width: 100%;
        justify-content: flex-start;
    }
    #section-7{
        margin-top: 13%;
        height: 60vh;
       }
       .info{
        width: 70%;
       }
      }
      .first {
        position: relative;
        margin-top: 13%;
      }
           

      @media (max-width: 1920px) {
        .agr{
            align-items: center;
            margin-right:27.5% ;
        }
        .menutitle{
            display: none;
        }
       
      
       
        .right{
            width: 100%;
            justify-content: flex-start;
        }
        
           .info{
            width: 70%;
           }
          }
          .first {
            position: relative;
            margin-top: 13%;
          }
                    .left{
            width: 25%;
            margin-left: 50%;
            height: 25vh;
          }
         
          
@media (max-width:1300px){
  #section-4{
     
      height: 150vh;
     }
   
    .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%;
  }
    .left{
    width: 25%;
    margin-left: 70%;
    height: 29vh;
  }
 
  

  @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;
   }
   .left{
    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;
   }
   .left{
    height: 25vh;
    width: 52%;
    margin-left: 50%;
   }
   #section-4{
    margin-top: 50%;
    height: 220vh;
    padding-left: 2vh;
    padding-right: 2vh;
   }
   .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;
   }
   .left{
    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;
   }
   .left{
    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;
   }
   .left{
    height: 30vh;
    width: 70%;
    margin-left: 30%;
   }
  .first {
    position: relative;
    margin-top: 13%;
  }
    
  .turi{
    font-size: 12px;
  }
  
   .wrapper{
    display: inline-flex;
    width: 100%;
    height: 10vh;
    justify-content: center;
}
.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;
}}
