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: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{
   font-size: xx-large;
   margin-right: 28%;
   margin-top: 0%;
   
}
.opit{
  text-align: center;
  font-size: x-large;
  margin-top: -3%;
}
.KRP{
  text-align: center;
  font-size: xx-large;
  margin-top: -5%;
  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: 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;
 
 
}

.mn{
  text-decoration: none;
  color: black;
  font-size: x-large;
}
.menu1{
  
  width: 100%;
  
  margin-top:10%;
  align-items: center;
}


.header{ 
display: flex;
width: 100%;
height: 20vh;
position: absolute;
top: -3px;
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;
  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;
}
#section-4
{
 
  height: 90vh;
  margin-top: 15%;
}
.menutitle{
  font-size: x-large;
  font-weight: 600;
  margin-left: 12%;
}
.menu2{
  font-size: larger;
  margin-left: 5%;
  
}
.nw{
  display: flex;
  flex-direction:column;
  
  flex-wrap: wrap;
  align-items: center;
  height: 50vh;
  width: 100%;
}
.slideshow {
  width: 70%;
  height: 750px;
  position: relative;
  overflow: hidden;
  background: #000;
  margin: 20px 0;
  border-radius: 5%;
  
}
.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: 10s;
}
.slideshow-item:nth-child(3),
.slideshow-item:nth-child(3) img {
  animation-delay: 20s;
}
.slideshow-item:nth-child(4),
.slideshow-item:nth-child(4) img {
  animation-delay: 30s;
}
.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;
}
@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);
  }    
}

@media screen and (max-width: 1100px){
  .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 only screen and (max-width: 1300px){
   .intro{
    height: 70vh;
    width: 100%;
   }
   .main{
       font-weight: 700;
   }
 
  
  
}
@media only screen and (max-width: 1200px){
  .intro{
   height: 70vh;
   width: 100%;
  }
}
@media only screen and (max-width: 998px){
   .intro{
       height: 42vh;
       width: 100%;
      }
}
@media only screen and (max-width: 992px){
   .intro{
       height: 42vh;
       
      } 
}
@media only screen and (max-width: 768px){
   
}
@media only screen and (max-width: 480px){
   .intro{
       height: 40vh;
       width: 100%;
      }
      
  
}
@media only screen and (max-width: 320px){
   .intro{
       height: 40vh;
       width: 46vh;
      }
}








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




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



.slider__item-container {
  
  font-size: 100px;
  text-align: center;
  height: 80vh;
}

.slider__item:nth-child(1) .slider__item-content {
  background-color: #f44336;
}

.slider__item:nth-child(2) .slider__item-content {
  background-color: #9c27b0;
}

.slider__item:nth-child(3) .slider__item-content {
  background-color: #3f51b5;
}

.slider__item:nth-child(4) .slider__item-content {
  background-color: #03a9f4;
}

.slider__item:nth-child(5) .slider__item-content {
  background-color: #4caf50;
}


.slider {
  position: relative;
  height: 75vh;
}

.slider__container {
  overflow: hidden;
  height: 75vh;
  border-radius: 3%;
}


.containerl{
  width: 70%;
  max-width:1500px;
  height: 80vh;
  border-radius: 50%;
}
.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;
  height: 80vh;
}

/* кнопки влево и вправо */

.slider__control {
  position: absolute;
  border-radius: 30%;
  top: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  color: #000000;
  text-align: center;
  height: 50px;
  transform: translateY(-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);
}

.cvyaz{
  
  font-size: xx-large;
  margin-top: -10%;
  color:#49850e;
  font-weight: 600;
}

.clr {
  clear: both;
}


.content {
width: 800px;
margin: 20px auto;
z-index: 20;
}
.post {
background: #F5F5F5;
width: 100%;
padding: 20px;
float: left;
}
.description {
color: #252736;
font-family: Calibri Light;
font-size: 16px;
line-height: 18px;
margin-top: 10px;
}



/* Форма обратной связи&nbsp;*/
#inline {
display:none;
margin-left: 30px;
  width: 80%;
  margin: 0 auto;
  background: #fff;
  padding: 10px 20px;
}
form{
margin-top: 3%;
}
.txt { 
  display: inline-block;
  color: #676767;
  width: 190px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 5px 9px;
  font-size: 15px!important;
  line-height: 1.4em;
}
.txtarea { 
  display: inline-block;
  color: #676767;
  width: 617px;
  margin-bottom: 10px;
  border: 1px solid #ccc;
  padding: 5px 9px;
  font-size: 15px!important;
  line-height: 1.4em;
  height: 80px;
}
.txt:focus, .txtarea:focus {
border-style: solid; 
border-color: #bababa; 
color: #444; 
}
input.error, textarea.error { 
  border-color: #973d3d; 
  border-style: solid; 
  background: #f0bebe; 
  color: #a35959; 
  }
input.error:focus, textarea.error:focus { 
  border-color: #973d3d; 
  color: #a35959;
   }
#send { 
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  padding: 5px 11px;
  font-size: 1.2em;
  border: solid 1px #F9F9F9;
  border-radius: 2px;
  background: #49850e;
  width: 210px;
  margin-bottom: 20px;
}
#send:hover {
  background: #979797;
}
/* Форма обратной связи&nbsp;*/

.modalbox {
  color: #FFFFFF;
  display: block;
  cursor: pointer;
  padding: 10px 11px;
  font-size: 2.2em;
  border: solid 1px #F9F9F9;
  border-radius: 3%;
  background: #49850e;
  width: 410px;
  text-decoration: none;
  text-align: center;
  margin:0 auto 20px;
}

.modalbox:hover {
  background: #979797;
}




.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: 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 и ниже, выводим на экран иконку бургера */
@media (max-width: 1700px) {
.nw{height:60vh;}
#section-4{
height:120vh;}
.agr{
    align-items: center;
    margin-right:23.5% ;
}

.menutitle{
    display: none;
}


.menu2 ul{
    flex-direction: column;
    row-gap: 30px;
}
.right{
    width: 100%;
    justify-content: flex-start;
}


}

@keyframes burgerAnimation {
from {opacity: 0}
to {opacity: 1}
}
@media (min-width:1200px){


}
.first {
position: relative;
margin-top: 13%;
}

@media (min-width:992px){

}
@media (min-width:768px){

}
@media (min-width:480px){

}
@media (min-width:320px){

}


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

@media (max-width: 1920px) {  .left{
    width: 25%;
    margin-left: 70%;
    height: 30vh;
   }
   .submenu{
    padding: 0 0 0 0 ;
   }
}
@media (max-width: 1700px){
  .info{ height: 65vh;}
  .agr{margin-right: 23.5%;}
  .slider__container{
    width: 900px ;
    height: 500px;
  }
  .containerl{
    width: 900px ;
    height: 500px;
  }
  .slider{
    width: 900px ;
    height: 500px;
  }
  .slider__wrapper{
    width: 900px ;
    height: 500px;
  }
  .slide{
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 1400px){
  .info{ height: 65vh;}
  .agr{margin-right: 28%;}
  .left{
    height: 40vh;
    margin-left: 70%;
  }
    .slider__container{
    width: 900px ;
    height: 500px;
  }
  .containerl{
    width: 900px ;
    height: 500px;
  }
  .slider{
    width: 900px ;
    height: 500px;
  }
  .slider__wrapper{
    width: 900px ;
    height: 500px;
  }
  .slide{
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 1300px){
  .info{ height: 70vh;}
  .agr{margin-right: 27%;}
  .logo{
    width: 90px;
    height: 90px;
  }
    
  
  
  .left{
    height: 40vh;
    margin-left: 70%;
  }
  .slider__container{
    width: 900px ;
    height: 500px;
  }
  .containerl{
    width: 900px ;
    height: 500px;
  }
  .container{
    width: 100% ;
    
  }
  .slider{
    width: 900px ;
    height: 500px;
  }
  .slider__wrapper{
    width: 900px ;
    height: 500px;
  }
  .slide{
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 1100px){
  .info{ height: 90vh;
    font-size: x-large;
    width: 80%;}
  .agr{margin-right: 20%;}
  .opit{
    margin-top: 5%;
  }
  .logo{
    width: 100px;
    height: 100px;
  }
  .KRP{margin-top: 25%;}
  .nw{
    height: 40vh;  }
  
  .left{
    height: 25vh;
    margin-left: 60%;
    width: 40%;
  }
  .slider__container{
    
    height: 500px;
  }
  .containerl{
    height: 500px;
  }
  .slider{
    height: 500px;
  }
  .slider__wrapper{
    height: 500px;
  }
}
@media (max-width: 1000px){
  .info{ height: 115vh;
  font-size: large;
width: 80%;}
  .agr{margin-right: 22%;
  font-size: x-large;}
  .opit{
    font-size: large;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 25%;
  font-size: x-large;}
  .nw{
    height: 45vh;  }
  
  .left{
    
    height: 30vh;
    margin-left: 60%;
    width: 35%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 500px ;
    height: 500px;
  }
  .containerl{
    width: 500px ;
    height: 500px;
  }
  .slider{
    width: 500px ;
    height: 500px;
  }
  .slider__wrapper{
    width: 500px ;
    height: 500px;
  }
  .slide{
    width: 100%;
    height: 500px;
  }
}
@media (max-width: 800px){
  .info{ height: 105vh;
  font-size: large;
width: 80%;}
  .agr{margin-right: 21%;
  font-size: x-large;}
  .opit{
    font-size: large;
    text-align: center;
    margin-top: 4%;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 25%;
  font-size: x-large;}
  
  
  .left{
    
    height: 35vh;
    margin-left: 60%;
    width: 36%;
  }
  .mn{
    font-size: larger;
  }
  .nw{
    height: 55vh;  }
  .turi{
    font-size: larger;
  }
  .containerl{
    width: 500px ;
    height: 500px;
  }
  .slider{
    width: 500px ;
    height: 500px;
  }
  .slider__wrapper{
    width: 500px ;
    height: 500px;
  }
  .slide{
    width: 100%;
    height: 500px;
  }
  
}
@media (max-width: 700px){
  .info{ height: 155vh;
  font-size: large;
width: 80%;}
  .agr{margin-right: 15%;
  font-size: x-large;}
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 25%;
  font-size: x-large;}
  
  
  .left{
    
    height: 35vh;
    margin-left: 60%;
    width: 36%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    
    height: 400px;
  }
  .containerl{
    height: 400px;
  }
  .slider{
    height: 400px;
  }
  .slider__wrapper{
    height: 400px;
  }
  .slide{
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 600px){
  body{
    overflow-x: hidden;
  }
  .info{ height: 135vh;
        font-size: large;
        width: 80%;}
  .agr{
  font-size: x-large;
  text-align: center;
}
  .nw{
    height: 50vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 28%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 55%;
    width: 40%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    
    height: 400px;
  }
  .containerl{
    height: 400px;
  }
  .slider{
    height: 400px;
  }
  .slider__wrapper{
    height: 400px;
  }
  .slide{
    width: 100%;
    height: 400px;
  }
}
@media (max-width: 500px){
  body{
    overflow-x: hidden;
  }
 
  .info{ height: 175vh;
        font-size: large;
        width: 80%;}
  .agr{
  font-size: x-large;
  text-align: center;
}
  .nw{    height: 35vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 40%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 45%;
    width: 55%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 450px){
  body{
    overflow-x: hidden;
  }
 
  .info{ height: 165vh;
        font-size: large;
        width: 80%;}
  .agr{
  font-size: x-large;
  text-align: center;
}
  .nw{
    
    height: 35vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 40%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 45%;
    width: 55%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 420px){
  body{
    overflow-x: hidden;
  }
  
  .info{ height: 165vh;
        font-size: large;
        width: 80%;}
  .agr{
  font-size: x-large;
  text-align: center;
}
  .nw{
    
    height: 35vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 90px;
    height: 90px;
  }
  .KRP{margin-top: 40%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 45%;
    width: 55%;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 400px){
  body{
    overflow-x: hidden;
  }
  .info{ height: 200vh;
        font-size: large;
        width: 80%;}
  .agr{
  margin-left: 1%;
  font-size: larger;
  text-align: center;
}
  .nw{
   
    height: 45vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .KRP{margin-top: 40%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 35%;
    width: 65%;
    overflow-x: hidden;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .modalbox{
    width: 200px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 380px){
  body{
    overflow-x: hidden;
  }
  .info{ height: 270vh;
        font-size: large;
        width: 80%;}
  .agr{
  margin-left: 7%;
  font-size: larger;
  text-align: center;
}
  .nw{
    
    height: 55vh;
  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .KRP{margin-top: 40%;
  font-size: x-large;}
  
  
  .left{
    height: 45vh;
    margin-left: 35%;
    width: 65%;
    overflow-x: hidden;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .modalbox{
    width: 200px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
@media (max-width: 350px){
  body{
    overflow-x: hidden;
  }
  .info{ height: 220vh;
        font-size: large;
        width: 80%;}
  .agr{
  margin-left: 7%;
  font-size: larger;
  text-align: center;
}
  .nw{
    height: 45vh;  }
  .opit{
    font-size: large;
    text-align: center;
  }
  .logo{
    width: 50px;
    height: 50px;
  }
  .KRP{margin-top: 45%;
  font-size: x-large;}
  
  
  .left{
    height: 35vh;
    margin-left: 35%;
    width: 65%;
    overflow-x: hidden;
  }
  .mn{
    font-size: larger;
  }
  .turi{
    font-size: larger;
  }
  .slider__container{
    width: 300px ;
    height: 300px;
  }
  .containerl{
    width: 300px ;
    height: 300px;
  }
  .slider{
    width: 300px ;
    height: 300px;
  }
  .slider__wrapper{
    width: 300px ;
    height: 300px;
  }
  .modalbox{
    width: 200px;
  }
  .slide{
    width: 100%;
    height: 300px;
  }
}
.ls{
  text-align: center;
    font-size: x-large;
}

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