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{
     text-align: center;
     width: 100%;
     padding-right: 6vh;
     margin-top: 0.5%;
     font-weight: 600;
     color: white;
     font-size: xx-large;
     
 }
 .agr1{
     text-align: center;
     width: 100%;
     padding-right: 0;
     margin-top: 0.5%;
     font-weight: 600;
     color: black;
     font-size: xx-large;
     
 }
 .opit{
    text-align: center;
    font-size: x-large;
    margin-top: -3%;
 }
 .KRP{
    
    text-align: center;
    font-size: xx-large;
    margin-top: 0%;
    font-weight: 600;
    padding-top: 90vh;
    color:white;
   
 }
.KRP1{
    
    text-align: center;
    font-size: xx-large;
    margin-top: 0%;
    font-weight: 600;
    padding-top: 10vh;
    color:white;
   
 } 
 .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;
    color:rgb(0, 0, 0);
    margin-left: auto;
    margin-right: auto;
    text-align: center;
    font-size: larger;
    
}
.text{
    margin-top: 0%;
    display: block;
    
    width: 120vh;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
    font-size: larger;
}
 .container {
 width: 99%;
 margin: 0 auto;
 color: #333;
 }


.turi:hover{
    color: #49850e;
    }
.mn{
    text-decoration: none;
    color: black;
    font-size: x-large;
}
.mn:hover{
    color: #49850e;
    }
.menu1{
    
    width: 100%;
    
    margin-top:10%;
    align-items: center;
}
 
 
 .header{ 
     display: flex;
     width: 100%;
     height: 11vh;
     position: absolute;
     top: -1px;
     left: 0;
     right: 0;
     
     background-color: rgba(0,0,0,0.1);
 }
 .header1{ 
     display: flex;
     width: 100%;
     height: 9vh;
     position: absolute;
     top: -1px;
     left: 0;
     right: 0;
 } 
 .logo{
     margin-top:15%;
     border-radius: 55%;
     
 }
 
 .header__inner{
     display: flex;
     
     align-items: center;
 }
.menuosn{
    display: inline-flex;
    padding-left: 65vh;
}
.menul{
    padding-left: 15px;
    color:white;
    font-weight: 600;
    font-size: large;
}
.menul:hover{
    color: #1093da;
}
 
 .intro { 
   
     width: 100%;
     height: 10vh;
     margin-top: -5%;
     text-align: center;
     font-size: xx-large;
     font-weight: 600;
 }
 

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

 
   

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

   
}
#section-7{
    background-image:url(/photo/back.JPG);
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    height: 100vh;
}
  #section-3{
    
    
    margin-top: 10%;
  }
  #section-2{
   
    
    margin-top: 10%;
  }

  #section-1{
    margin-top: 10%;;
    
  }
  .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{
    
    
    margin-top: 10%;
  }

.peresil{
 color: #49850e;
  }
.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;
    
    width: 100%;
    
}
 
 .icons{
    display: grid;
    height: 100%;
    width: 100%;
    place-items:center;
    margin: 1%  0px 0px;
    margin-left: 40%;
    
}

.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: 900px;
    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: #49850e;
    transform: rotateX(0deg);
    visibility: visible;
    opacity: 1;
    cursor: pointer;
  }
  .icons{
    display: none;
  }

@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);
    }    
}

.icons{
    display: none;
}

   
      
@media (max-width:1700px){
  
}

          

    
@media (max-width:1400px){
}
    
    @media (max-width:1300px){
    
        
           .info{
            width: 70%;
           }
          }
         
          .icons{
            margin-left: 36%;
          }
@media (max-width:1200px){
    
    
       .info{
        width: 70%;
       }
      }
      
      .icons{
        margin-left: 36%;
      }
@media (max-width:1100px){
    
    .opit{
        margin-top: 4%;
    }
   
   
   .info{
    width: 70%;
   }
   .slideshow{
    width: 600px;
    height: 500px;
   }
  }
  .icons{
    margin-left: 25%;
    
  }

 
  @media (max-width:1000px){
    
    .opit{
        margin-top: 5%;
    }
    
   
   .info{
    width: 70%;
   }
  }
  .icons{
    margin-left: 35%;
    
  }
  .left{
    width: 25%;
    margin-left: 70%;
    height: 29vh;
  }
  
  

  @media (max-width:900px){
   
    .opit{
        margin-top: 5%;
    }
    
   
   .info{
    width: 70%;
   }
   .left{
    height: 22vh;
    width: 50%;
    margin-left: 50%;
   }
   
  }
  .icons{
    margin-left: 35%;
    
  }

 
  @media (max-width:700px){
    
    .opit{
        margin-top: 5%;
    }
   
   .info{
    width: 70%;
   }
  }
  .icons{
    margin-left: 35%;
    
  }
  
  
  @media (max-width:600px){
   
   
   .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;
   }
   .nw{
    margin-top: 45%;
   }
   .slideshow{
    width: 100vh;
    height: 100vh;
   }
   .left{
    overflow-x: hidden;
    height: 25vh;
    width: 50%;
    margin-left: 50%;
   }
  
  }
  @media (max-width:500px){
    .containerR{
     height:60vh;
    }
    figure{
      width: 300px;
    }
    .container{
        height: 20vh;
    }
    .agr{
       font-size: large;
    }
    .logo{
        width: 70px;
        height: 70px;
    }
 
   .info{
    width: 70%;
   }
   .text{
    margin-top: 10vh;
    width: auto;
    font-family: 'Nunito Sans', sans-serif;
   }
   .agr{
    font-size: large;
   }
   .opit{
    margin-top: 3%;
    font-size: larger;
   }
   .KRP{
    padding-top:25vh;
    font-size: small;
   }
   .napr{
    height:0;
   }  
.info{
    font-size: large;
   }
   .mn{
    font-size: large;
   }
   li{
    font-size: 13px;
   }
   .nw{
    margin-top: 5%;
    
   }
   .slideshow{
    width: 40vh;
    height: 39vh;
   }
   .left{
    height: 20vh;
    width: 60%;
    margin-left: 45%;
   }
  
  }
  
  

/*=============== CARD ===============*/
a {
  text-decoration: none;
}

img {
  display: block;
  max-width: 100%;
  height: auto;
}

/*=============== CARD ===============*/
.containerR{
  display: flex;
  justify-content: center;
  align-items: center;
  height: 50vh;
}
.card__container{
  padding-block: 5rem;
  height: 40vh;
}

.card__content{
  padding-bottom:2rem;
  padding-bottom:;2rem;
  margin-inline:1.75rem;
  border-radius: 1.25rem;
  overflow: hidden;
}
.card__article{
  width: 300px;
  border-radius: 2rem;
  overflow: hidden;
  box-shadow:rgba(34, 60, 80, 0.2) 4px 4px 8px 0px;
}
.card__image{
  position: relative;
  background-color: var(--first-color-light);
  margin-bottom: -1.75rem;
}
.card__data{
  background-color: white;
  padding: 1.5rem 2rem;
  border-radius:0.5rem ;
  text-align: center;
  position: relative;
  z-index: 10;
}
.card__img{
  border-radius: 2rem;
  width: 100%;
  height: 250px;
  margin:0 auto;
  position: relative;
  z-index: 5;
}
.card__shadow{
  width: 200px;
  height: 200px;
  background-color: var(--first-color-alt) ;
  border-radius: 50%;
  position: absolute;
}
.card__name{
  font-size:x-large;
  color:var(--second-color);
  margin-bottom: -.75rem;
}
.card__description{
  font-weight: 500;
  margin-top: 2rem;
  margin-bottom: 1.75rem;
}
.card__button{
  padding: 0.75rem 0.75rem;
  display: inline-block;
  background-color: #1093da;
  border-radius: .25rem;
  color: white;
  font-weight: 600;
}
.card__button:hover{
  transform: scale(1.05);
  transition: .5s;
}
/* Swiper class */
.swiper-button-prev::after
.swiper-button-next::after{
  content: '';
}
.swiper-button-next,
.swiper-button-prev{
  width: initial;
  height: initial;
  font-size: 3rem;  
  color:var(--second-color);
}

.swiper-button-prev{
  left: 0;
}
.swiper-button-next{
  right: 0;
}

.swiper-pagination-bullet{
  background-color: hsl 212, 32%, 40%;
  opacity: 1;
}
.swiper-pagination-bullet-active{
  background-color: var(--second-color);
}
/*=============== BREAKPOINTS ===============*/
/* For small devices */
@media screen and (max-width:320px){
  .card__data{
    padding:1rem;
  }
}

/* For medium devices */
@media screen and (min-width:768px){
  .card__content{
    margin-inline: 3rem;
  }
  .swiper-button-next,
  .swiper-button-prev{
    display: block;
  }
}

/* For large devices */
@media screen and (min-width:1120px){
  .card__container{
    max-width: 100%;
  }
  .swiper-button-next{
    right: 1rem;
  }
  .swiper-button-prev{
    left: 1rem;
  }
}

.posts {
  width: 100%;
  display: flex;
  grid-gap: 1.75rem;
  grid-template-columns: repeat(4, 1fr);
  align-items: center;
  justify-content: space-around;
  flex-wrap: wrap;
  
}

.post:hover{
  transform: scale(1.05);
      transition: .5s;
}
.Mdph{
  width: 100%;
  border-radius: 10%;
  height: 300px;
}
.posts{
  padding-left: 2vh;
  padding-right: 2vh;
}
.posts .post {
  
  border-radius: 10%;
  background: #ffffff;
  border: 1px solid rgba(255, 255, 255, 0.1);
}

.posts .post-title {
  text-align: center;
  font-size: 1.3rem;
}

.posts .post-title:hover {
  text-decoration:none;
}

.posts figcaption {
  padding: 1rem;
}

.posts .post-categories {
  margin-bottom: 0.75rem;
  font-size: 0.75rem;
}

.posts .post-categories * {
  display: inline-block;
}

.posts .post-categories li {
  margin-bottom: 0.2rem;
}

.posts .post-categories a {
  padding: 0.2rem 0.5rem;
  border-radius: 1rem;
  border: 1px solid;
  line-height: normal;
  transition: all 0.1s;
}

.posts .post-categories a:hover {
  background: var(--green);
  color: var(--white);
}
figure{
  width: 400px;
  height: 42vh;
  border-radius: 10%;
  background-color: #fffefe;
  box-shadow: rgba(34, 60, 80, 0.2) 4px 4px 8px 0px;
  justify-content: space-around;
}
.napr{
    text-align: center;
    padding-bottom: 10vh;
    font-size: xx-large;
    font-weight: 600;
    height: 4vh;
}
p{
  text-align: center;
}
.flex-container {
  justify-content: center;
  width: 100%;
  height: 100vh;
  display: flex;
  flex-flow: row nowrap;
}

.first {
  border-top-left-radius:3rem ;
  border-bottom-left-radius: 3rem;
  font-size: 25px;
  padding: 2rem;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  background: white;
  height: 55vh;
  width: 35%;
}

.second {
  border-bottom-right-radius:3rem ;
  border-top-right-radius: 3rem;
  font-size: 20px;
  padding: 2rem;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  width: 45%;
  text-align:center;
  background: white;
  height: 55vh;
}
.line {
  border-left: 1px solid black;
  height: 70vh; /* Задайте нужную высоту */
   /* Отступ от блока 2 */
}
.kinf1{
  padding-bottom: 2rem;
  padding-left: 1rem;
}
.kinf2{
  padding-left: 1rem;
  padding-bottom: 2rem;
  padding-top: 2rem;
}
.kontakt{
  padding-left: 1rem;
  padding-bottom: 1rem;
  padding-top: 1rem;
}
.link{
  padding-left: 0.5rem;
}
.link:hover{
  color: #1093da;
}
span{
  position: relative;
  display: inline-block;
  height: 1em;
  width: auto;
  line-height: 1;
  line-height: inherit;
  white-space: nowrap;
}
@media only screen and (max-width: 1800px){
figure{width: 350px;height:45vh;}
  .header{
    height: 11vh;
  }  
.posts{grid-gap: 1rem;}
}
.containerR{
  height: 70vh;
}
.flex-container{
  height: 100vh;
  padding-top: 10rem;
}
.first{
  height: 70vh;
  font-size: 13px;
}
.second{
  height: 70vh;
  font-size: 13px;
}
span{
  height: 1.5em;
  line-height: 3;
}
@media only screen and (max-width: 1400px){}
@media only screen and (max-width: 900px){}
@media only screen and (max-width: 600px){
  #section-7{
    background-size: contain;
    height: 32vh;
    width: 100%;
  }

  figure{width: 400px;}
  .posts{grid-gap: 6rem;}
  .flex-container{ 
    padding-left: 4vh;
    width: 100%;
    justify-content: center;
    height: 140vh;
    flex-direction: column;
  }
  .first {
    font-size: 13px;
  border-top-left-radius:3rem ;
  border-top-right-radius:3rem ;
  border-bottom-left-radius: 0rem;
  width: 90%;
  font-size: 14px;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  background: white;
  height: 45vh;
}
.line{
  height: 0;
}
.second {
  border-bottom-left-radius:3rem ;
  border-bottom-right-radius:3rem ;
  border-top-right-radius:0rem;
  font-size:13px ;
  width: 90%;
  text-align:center;
  background: white;
  height: 75vh;
}
.nav{
  height: 30px;
  width: 30px;
}
span{
  height: 1.2em;
  line-height: 3;
}
.kinf1{
  text-align: center;
}
.kinf2{
  text-align: center;
}
}
@media only screen and (max-width: 500px){
.napr{height:20vh;}
.logo{display:none;}  #section-7{
    background-size: contain;
    height: 35vh;
    width: 100%;
  }
  .news{
    padding-top: 0;
  }
.posts{height:210vh;}  figure{width: 350px; height:52vh;}
  .posts{grid-gap: 8rem;
height:250vh;}
  .flex-container{     padding-left: 4vh;
    width: 100%;
    justify-content: center;
    height: 240vh;
    flex-direction: column;
  }
  .first {  border-top-left-radius:3rem ;
  border-top-right-radius:3rem ;
  border-bottom-left-radius: 0rem;
  width: 90%;
  font-size: 12px;
  box-shadow: 4px 4px 8px 0px rgba(34, 60, 80, 0.2);
  background: white;
  height: 65vh;
}
.line{
  height: 0;
}
.second {
  border-bottom-left-radius:3rem ;
  border-bottom-right-radius:3rem ;
  border-top-right-radius:0rem;
padding-top:5vh;  font-size:12px ;
  width: 90%;
  text-align:center;
  background: white;
  height: 135vh;
}
.nav{
  height: 30px;
  width: 30px;
}
span{
  height: 1.2em;
  line-height: 3;
}
.kinf1{
  text-align: center;
}
.kinf2{
  text-align: center;
}
.agr{padding-right:0;}}
