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;
}
.turi{
  color: #000000;
}
.turi:hover{
  color: #1093da;
  }
.Astr{
color:#49850e;
}
.Sred{
color:#49850e;
}
.Shantari{
color:#49850e;
}
.Colskyi{
color:#49850e;
}
.Baikal{
color:#49850e;
}
.Carel{
color:#49850e;
}
.Kamch{
color:#49850e;
}
.zag{
font-size: x-large;
font-weight: 600;
text-align: center;
}
.mn:hover{
  color: #1093da;
}
.agr{
  width: 100%;
   font-size: xx-large;
  padding-right: 14vh;
   margin-top: 0%;
   
}
.opit{
  text-align: center;
  font-size: x-large;
  margin-top: -3%;
}
.KRP{
  text-align: center;
  font-size: xx-large;
  margin-top: 15vh;
  font-weight: 600;
}
.KRP1{
  text-align: center;
  font-size: xx-large;
  margin-top:7%;
  font-weight: 600;
}
.info{
  margin-top: 0%;
  display: block;
  height: 40vh;
  width: 120vh;
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
  font-size: larger;
  
}
.container {
width: 99%;

margin: 0 auto;
color: #333;
}


.first {
    -webkit-columns: 3;
	-moz-columns: 3;
	columns: 3;
    text-align:center;
    list-style: none;
    padding: 0;
}
.Bazi{
  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;
}
.menutitle{
  font-size: x-large;
  font-weight: 600;
  margin-left: 12%;
}
.menu2{
  font-size: larger;
  margin-top: 5%;
  margin-bottom: 3%;
  margin-left: 12%;
}
.turi:hover{
color: #1093da;
}
 
 
.header{ 
  display: flex;
  width: 100%;
  height: 20vh;
  position: absolute;
  top: -3px;
  left: 0;
  right: 0;
 }
 
 .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;
    margin-top: 10%;
    font-size: xx-large;
    font-weight: 600;
    height: 4vh;
}

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

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

.info{
    padding: 2%;
}
.nw{
    display: flex;
    flex-direction:column;
    
    flex-wrap: wrap;
    align-items: center;
    height: 100vh;
    width: 100%;
}
 

 


 

* {
    margin: 0;
    padding: 0;
  }
  
  img {
    display: block;
    max-width: 100%;
    height: auto;
  }
  
  ol {
    list-style: none;
  }
  
  a {
    text-decoration: none;
    color: inherit;
  }
  
  
  
  
  .author-archive {
    padding: 1.5rem;
  }
  

  
 .prod{
    text-align: center;
    font-size: xx-large;
    font-weight: 600;
    height: 10vh;
 }
 .prodano{
    text-align: center;
    font-size: xx-large;
    margin-top: 5%;
    font-weight: 600;
 }
 .osnovnoe{
    height: 10vh;
    margin-top: 2%;
 }
 

  
  input[type="radio"] {
    position: absolute;
    left: -9999px;
  }
  
  .post{
    border-radius: 10%;
    
  }
  .post-st{
    text-align: center;
    align-items: center;
  }
  .mail{
    text-align: center;
    
  }
  .mail:hover{
    color: #1093da;
  }
  
 
  
  /* FILTERED ELEMENTS (POSTS)
  –––––––––––––––––––––––––––––––––––––––––––––––––– */
  article{
    justify-content: space-around;
    border-radius: 10%;
    box-shadow: 0px -2px 5px 2px rgba(0, 0, 0, 0.5)
    
  }
  figure{
    width: 550px;
    height: 635px;
    border-radius: 10%;
    background-color: #33333300;
    justify-content: space-around;
    
    
  }
  .posts {
    width: 100%;
    display: flex;
    grid-gap: 5rem;
    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: 350px;
  }
  p{
    text-align: center;
    font-weight: 300;
    padding: 1%;
  }
  
  .posts .post {
    background: #33333300;
    border: 5px solid rgba(0, 0, 0, 0.1);
    
  }
  
  .posts .post-title {
    text-align: center;
    font-size: 1.3rem;
    
  }
  
  .posts .post-title:hover {
    text-decoration:none;
  }
  
  .posts figcaption {
    padding-left: 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);
  }
    

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

@media screen and (max-width: 900px) {
  .posts {
    grid-template-columns: repeat(3, 1fr);
    width: 100%;
  }
}

@media screen and (max-width: 650px) {
  html {
    font-size: 14px;
  }

  .posts {
    grid-template-columns: repeat(2, 1fr);
  }
}
@keyframes slideanim {
  12.5%{
      opacity: 1;
      pointer-events: auto;
  }
  25%{
      opacity: 1;
      pointer-events: auto;
  }    
  37.5%{
      opacity: 0;
  }
}
@keyframes zoom {
  50%{
      transform: scale(1.3);
  }    
}

.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 }
h3,h4{
  text-align: center;
}
  .left {
    
    margin-left:75%;
    display: none;
    flex-direction: column;
    position: fixed;
    height: 26%;
    width: 20%;
    top: 0; bottom: 0; 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%;
  }
  .in {
    font-size: x-large;
  }
  .agr{
    font-size: xx-large;
  }
#section-4{
  height: 85vh;
}
/* При разрешении экрана 900px и ниже, выводим на экран иконку бургера */
@media (max-width:1920px){
    .info{
    margin-top: 0%;
    width: 100%;
    font-size: x-large;
  }
}
@media (max-width: 1900px) {
  .container{
    height: 10vh;
  }
  .agr{
      align-items: center;
      
  }
  .info{
    margin-top: 0%;
    width: 100%;
    font-size: x-large;
  }
 #section-4{
  height: 95vh;
 }
  .menutitle{
      display: none;
  }
  .right{ margin-top: 25%;
  }
  .menu2 ul{
      flex-direction: column;
      row-gap: 30px;
  }
  .right{
      width: 60%;
      justify-content: flex-start;
  }
   
}

@keyframes burgerAnimation {
  from {opacity: 0}
  to {opacity: 1}
}
@media (max-width:1400px){
  .icons {    
      display: none;
  } 
  .container{
    height: 10vh;
  }
  .agr{
      align-items: center;
      margin-right: 26%;
      
  }
  .info{
    margin-top: 0%;
    width: 100%;
    font-size: x-large;
  }
 
  .menutitle{
      display: none;
  }
  .KRP{
    margin-top: 20%;
  }
  .right{
    margin-top: 45%;
  }

  .menu2 ul{
      flex-direction: column;
      row-gap: 30px;
  }
  .right{
      width: 60%;
      justify-content: flex-start;
  }
  .left{
    width: 50%;
    margin-left: 60%;
    height: 35vh;
    overflow-x: hidden;
  }
}
@media (max-width:1200px){
  .icons {    
      display: none;
  } 
  .container{
    height: 10vh;
  }
  .agr{
      align-items: center;
      margin-right: 20%;
      
  }
  .info{
    margin-top: 0%;
    width: 100%;
    font-size: x-large;
  }
 
  .menutitle{
      display: none;
  }
  .KRP{
    margin-top: 20%;
  }
  .right{
    margin-top: 45%;
  }

  .menu2 ul{
      flex-direction: column;
      row-gap: 30px;
  }
  .right{
      width: 60%;
      justify-content: flex-start;
  }
  .left{
    width: 50%;
    margin-left: 60%;
    height: 35vh;
    overflow-x: hidden;
  }
}

@media (max-width:900px){
  .KRP{
    margin-top: 30%;
  }
  
   }
.first {
  position: relative;
  margin-top: 13%;
}

.right{
  margin-top: 70%;
  width: 60%;
  justify-content: flex-start;
}
.osnovnoe{
  width: 100%;
}

@media (max-width:700px){
  .agr{
    font-size: x-large;
    margin-right: 20%;
  }
  .opit{
    margin-top: 5%;
    font-size: large;
  }
  .KRP{
    margin-top: 25%;
    font-size: large;
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .info{
    font-size: large;
  }
  
  .right{
    margin-top: 90%;
    width: 60%;
    justify-content: flex-start;
  }

  .osnovnoe{
    margin-top: 0%;
    width: 100%;
  }
 
  figure{
    width: 500px;
    height: 700px;
    
  }
    .left{
    width: 60%;
    margin-left: 40%;
  }
  .mn{
    font-size: large;
  }
  .turi{
    font-size: large;
  }
  .left{
    margin-left: 55%;
    height: 25vh;
  }
  
}
@media (max-width:500px){
  .agr{
    font-size: small;
    margin-right: -15%;
  }
#section-4{
  height: 145vh;
 }  .opit{
    margin-top: 5%;
    font-size: small;
  }
  .KRP{
    margin-top: 40%;
    font-size: large;
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .info{
    font-size: large;
  }
  .KRP1{
    margin-top: 50%;
  }
  
  .right{
    margin-top: 90%;
    width: 60%;
    justify-content: flex-start;
  }
    .osnovnoe{
    margin-top: 0%;
    width: 100%;
  }
 
  figure{
    width: 400px;
    height: 700px;
    
  }
    .left{
    height: 35vh;
    width: 60%;
    margin-left: 40%;
   }
  .mn{
    font-size: large;
  }
  .turi{
    font-size: large;
  }
  figure{
    width: 350px;
    height: 450px;
    
  }
  .ttl2{
    display: none;
  }
  .osnovnoe{
    margin-top: 10%;
  }
}
@media (max-width:400px){
  .agr{
    font-size: x-large;
    margin-right: 10%;
  }
  .opit{
    margin-top: 5%;
    font-size: large;
  }
  .KRP{
    margin-top: 40%;
    font-size: large;
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  .logo{
    width: 60px;
    height: 50px;
  }
  .info{
    font-size: large;
  }
  
  .right{
    margin-top: 90%;
    width: 60%;
    justify-content: flex-start;
  }
   .osnovnoe{
    margin-top: 5%;
    width: 100%;
  }
  .KRP1{
    margin-top: 50%;
  }
  figure{
    width: 370px;
    height: 700px;
    
  }
    .left{
    width: 70%;
    margin-left: 35%;
    height: 30vh;
    overflow-x: hidden;
    
  }
  .mn{
    font-size: large;
  }
  .turi{
    font-size: large;
  }
  .KRP1{
    margin-top: 50%;
    font-size: x-large;
  }
  figure{
    width: 350px;
    height: 450px;
    
  }
  .ttl2{
    display: none;
  }
}
@media (max-width:300px){
  .agr{
    font-size: large;
    margin-right: 10%;
  }
  .opit{
    margin-top: 5%;
    font-size: large;
  }
  .KRP{
    margin-top: 77%;
    font-size: large;
  }
  .first {
    position: relative;
    margin-top: 13%;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .info{
    font-size: large;
  }
  .ttl2{
    display: none;
  }
  .Mdph{
    height: 200px;
  }
  .right{
    margin-top: 400%;
    width: 60%;
    justify-content: flex-start;
  }
    .osnovnoe{
    margin-top: 5%;
    width: 100%;
  }
  .KRP1{
    margin-top: 50%;
  }
  figure{
    width: 250px;
    height: 350px;
    
  }
  
    .left{
    height: 45vh;
    width: 95%;
    margin-left: 10%;
   }
  .mn{
    font-size: large;
  }
  .turi{
    font-size: large;
  }
  .KRP1{
    margin-top: 50%;
    font-size: x-large;
  }
}





.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;
}
.icons{
  display: none;
}
