*{
    margin: 0;
    padding:0;
}
body {
    zoom: 100%;
    opacity:0.9;
     z-index: 5;
     background: rgba(95, 89, 89, 1);
    /*overflow-x: hidden;*/
     }
     .montserrat-<uniquifier> {
      font-family: "Montserrat", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    }

    .oswald-<uniquifier> {
      font-family: "Oswald", sans-serif;
      font-optical-sizing: auto;
      font-weight: <weight>;
      font-style: normal;
    }
     
    p {
      font-size: 1.5vw;
      color: rgb(25, 24, 24);
      font-family: Montserrat, sans-serif;
      
    }
    header {
      display: flex;
      flex-direction: row;
      width: 100%;
      height: auto;
      align-items: center;
      position:fixed;
      background: rgba(95, 89, 89, 1);
      z-index: 1;
    }
    
    .logo {
      display: flex;
      flex-direction: row;
      width: 25%;
    }
    .logo p {
      font-family: Oswald, sans-serif;
      font-weight: 400;
      color: white;
      font-size: 2vw;
    }
    .logo img {
      width: 4vw;
      height: 4vw;
      margin: 1vw;
    }
    .icons1 {
        width: 25%;
        margin: 0 auto;
        justify-content: space-between;
        text-align: center;
        padding-top: 2vw;
        }
     .icons1 img{
         width: 4vw;
     }
     
    
       
    .hamburger-menu {
        visibility: collapse;
    }
    .menu {
      width: 50%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      margin-top: 3vw;
    }
    .shp-item{
      list-style-type: none;
      
    }
    .shp-item a {
      text-decoration: none;
    }
    .shp-item p {
      font-size: 1.5vw;
      color: white;
    }
    .shp-item:hover {
        font-weight: bolder;
    }

    /*Стилизация бургер-меню*/
  /*Стиль кнопки*/
    /* скрываем чекбокс */
#menu__toggle {
  opacity: 0;
}/* стилизуем кнопку */
.menu__btn {
  display: flex; /* используем flex для центрирования содержимого */
  align-items: center;  /* центрируем содержимое кнопки */
  position: fixed;
  top: 1vw;
  /*положение бургера*/
  left: 90%;  
  width: 3em;
  height: 20vw;  
  cursor: pointer;
  z-index: 1;
}/* добавляем "гамбургер" */
.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  display: block;
  position: absolute;  
  width: 100%;
  height: 3px;  
  background-color: #f2f1eb;

  
}
.menu__btn > span::before {
  content: '';
  top: -8px;
}
.menu__btn > span::after {
  content: '';
  top: 8px;
}

/* контейнер меню */
.menu__box {
  display: block;
  position: fixed;
  visibility: hidden;
  top: 0;
  opacity: 0.7;
  left: -100%;  
  width: 200px;
  height: 38%;  
  margin: 0;
  padding: 80px 0;  
  list-style: none;
  text-align: left; 
  background-color: #d9e7f1;
  box-shadow: 1px 0px 6px rgba(0, 0, 0, .2);
  z-index: 1;
}

/* элементы меню */
.menu__item {
  display: block;
  padding: 12px 24px;  
  color: black; 
  font-family: 'Oswald', sans-serif;
  font-size: 30px;
  font-weight: 400;  
  text-decoration: none;
    }
   /*Раскрытие меню*/ 
.menu__item:hover {
  background-color: rgba(95, 89, 89, 1);
}

#menu__toggle:checked ~ .menu__btn > span {
  transform: rotate(45deg);
}
#menu__toggle:checked ~ .menu__btn > span::before {
  top: 0;
  transform: rotate(0);
}
#menu__toggle:checked ~ .menu__btn > span::after {
  top: 0;
  transform: rotate(90deg);
}
#menu__toggle:checked ~ .menu__box {
  visibility: visible;
  left: 0;
}

.menu__btn > span,
.menu__btn > span::before,
.menu__btn > span::after {
  transition-duration: .25s;
}.menu__box {
  transition-duration: .25s;
}.menu__item {
  transition-duration: .25s;
}
/*конец бургер-меню*/
/*заставка*/
.titul {
  height: 100vmin;
  z-index: 2;
}
.container1 {
  visibility: hidden;
}
.container{
    width: 100vmin;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 55%;
    left: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px105px 20px rgba(30,30,200,0.3);
}
.wrapper{
    width: 100%;
    display: flex;
    animation: slide 12s infinite;
}
.container1{
    visibility: none;
    width: 100vmin;
    position: absolute;
    transform: translate(-50%,-50%);
    top: 55%;
    left: 50%;
    overflow: hidden;
    border: 2px solid #ffffff;
    border-radius: 8px;
    box-shadow: 5px105px 20px rgba(30,30,200,0.3);
}
.wrapper1{
    width: 100%;
    display: flex;
    animation: slide 20s infinite;
}
@keyframes slide{
    0%{
        transform: translateX(0);
    }
    25%{
        transform: translateX(0);
    }
    30%{
        transform: translateX(-100%);
    }
    50%{
        transform: translateX(-100%);
    }
    55%{
        transform: translateX(-200%);
    }
    75%{
        transform: translateX(-200%);
    }
    80%{
        transform: translateX(-300%);
    }
    100%{
        transform: translateX(-300%);
    }
}
img{
    width: 100%;
}
/*конец заставки*/
/*блок приветствия*/
.privet{
  width: 100%;
  background-color: white;
  padding: 5vw 0;
   
  }
h1
{font-family: Oswald,Arial,sans-serif;
  font-weight: 400;
  text-align: center;
  font-size: 3vw;
  padding: 5vw;
  }
.bio {
  display: flex;
  flex-direction: row;
  width: 70vw;
  margin: auto;
  vertical-align: middle;
  }
.bio img {
  width: 40%;
  height: 50%;
  margin: 0 5%;
}
.biotext {
  width: 40%;
  padding-top: 3vw;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.biotext p {
  text-align: left;
  vertical-align: top;
}
.biotext a {
  margin: 1vw 0;
  text-align: right;
  color: black;
  font-family: Montserrat, sans-serif;
  font-size: 1.5vw;
  text-decoration: none;
}
.biotext a:hover {
    font-weight: 500;
} 

h2 {
  text-align: center;
  font-family: Oswald, sans-serif;
  padding: 7vw 0 1vw 0;
  font-weight: 300;
  font-size: 2.5vw;
}
.gallery {
  color: white;
  padding: 2vw 0;

  }
.exits ul{
  display: flex;
  flex-wrap: wrap;
  width: 90%;
 margin: 0 auto;
 justify-content: space-around;
 
}
.gal {
  margin: 5vw 2vw;
  padding: 0;
  text-decoration: none;
  background-color: rgb(63, 58, 58);
  list-style-type: none;
  border: thick solid rgb(63, 58, 58);
  
  }
  .gal a {
    text-decoration: none;
    padding: 2vw 0;
  }
  .gal:hover {
      border: thick solid white;
  }
  .gal img {
    width: 25vw;
    height: auto;
  }
.gal p {
  color: white;
  font-size: 2vw;
  text-align: center;
  padding: 2vw 0;
}
.blog {
  background-color: white;
}

.exits1 ul{
  display: flex;
  flex-direction: row;
  width: 60vw;
  margin: 3vw auto;
  justify-content: space-between;
 
}
.news {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 25vw;
  height: auto;
  background-color: white;
  text-align: center;
  border: 2px solid rgb(63, 58, 58);
  
  }
.news:hover {
    color: red;
   border: thick solid rgb(63, 58, 58); 
}   
 
.news img {
  width: 65%;
  padding: 10%;
  }
.news p {
  color: black;
  font-size: 1.5vw;
  text-align: center;
  }
.news a {
    text-decoration: none;
}

.ssylka
{
  width: 80vw;
}
.ssylka a
{   padding: 5vw 10vw;
  text-align: right;
  margin-right: 3vw;
  text-decoration: none;
}
.ssylka:hover {
    font-weight: bolder;
}

.kont {
    width: 80vw;
    margin: 0 auto;
     display: flex;
    flex-direction: column;
    justify-content: center;
   color: rgb(251, 252, 252);
 
  padding-bottom: 2vw;
}
.phonemail {
  display: flex;
  flex-direction: column;
  width: 80vw;
  margin: 0 auto;
  text-align: center; 
  gap: 2vw;
}
.phonemail p {
  color: #CFD8DC;
  padding: 1vw 0;
}
.phonemail a {
    text-decoration:none;
}
.icons {
  display: flex;
  justify-content: center;
  padding: 2vw 0;
}
.icons img {
  width: 80%;
  height: auto;
}

.logofinish{
    width: 7vw;
   margin: 0 auto;
   padding: 0;
   display: flex;
   flex-direction: column;
   justify-content: center;
}

                                /*КОНЕЦ ГЛАВНОЙ*/

/*Общая страница новостей*/
.newspage ul{
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  width: 80vw;
  margin: 0 auto;
  justify-content: space-between;
}
.newspage li {
  width: 30%;
background-color: white;
list-style-type: none;
font-size: 10vw;
}
.newspage a {
  text-decoration: none;
}
.newspage img {
  width: 20vw;
}

/*страница отдельной новости*/
.soder {
  display: flex;
  flex-direction: row;
  width: 80vw;
  margin: 3vw auto;
  align-items: center;
  padding: 2vw 0;
}
.soder img {
  width: 40%;
  margin: 1vw;
}
.soder p {
margin: 5vw;
}
/*БИОГРАФИЯ*/
.biogr {
  display: flex;
  flex-direction: row;
  width: 70vw;
  margin: 0 auto;
  align-items: center;
  }
.biogr img {
  width: 20%;
  margin: 2vw;
}
.biogr p {
    text-align: justify;
}
.biotext1 {
    width: 80vw;
    margin: auto;
    text-indent: 2vw;
    padding-bottom: 5vw;
}

.biotext1 p {
     text-indent: 2vw;
     text-align: justify;
     margin: 2vw 0;
}
.biotext1 p:last-child {
    text-align: center;
}

/*страница графики на белом фоне*/
.graf ul{
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  width: 80vw;
  margin: 0 auto;
  justify-content: space-between;
}
.graf li {
  width: 30%;
background-color: white;
list-style-type: none;

}
.graf a {
  text-decoration: none;
}
.graf img {
  width: 25vw;
}
.graf p {
  text-align: center;
}
/*страница цветы*/
.flower ul{
  display: flex;
  flex-wrap: wrap;
  /*flex-direction: row;*/
  width: 80vw;
  margin: 0 auto;
  justify-content: center;
  
}
.flower li {
  width: 30%;

list-style-type: none;

}
.flower a {
  text-decoration: none;
  background-color: rgba(95, 89, 89, 1);
}
.flower img {
  width: 25vw;
  height: 30vw;
  }
.picture {
   height:100%;   
   display: flex;
  align-items: center;
  justify-content: center;
  }
  .picpod 
  {
      height: 40vw;
      width: auto;
      margin: 4% 0;
      display: flex;
      flex-direction: row-reverse;
      align-items: center;
  justify-content: center;
  
             }
  .picture img {
      max-height: 100%;
      width: auto;
  }
  .picpod p {
      color: white;
      margin: 25vw 4vw 0 0;
      
  } 
  
 