/* Стили ТЕКСТА */

/* h1 {
  color: #7c795d;
  font-family: ‘Trocchi’, serif;
  font-size: 45px;
  font-weight: normal;
  line-height: 48px;
  margin: 0;
} */

/* .hhh2 {
position: absolute;
  bottom: 0px;
  width: 100%;
  height: 70px;


  text-shadow: #032000;
 
  color: #336633;
  

} */

h2 {
  color: #336633; 
   background-color: rgba(81, 145, 79, 0.3);
  font-family: "Trocchi", serif;
  font-style: italic;
  text-align: center;

  font-size: 18px;
  font-weight: bold; 
  line-height: 24px;
  margin: 0 2em 0px;
 
 
}


.heder1 {
  margin-top: 50px;
  margin-bottom: 20px;


}




/* .subheader {
  font-size: 26px;
  font-weight: 300;
  color: #ffcc66;
  margin: 0 0 24px;
}

p {
  color: #4c4a37;
  font-family: ‘Source Sans Pro’, sans-serif;
  font-size: 18px;
  line-height: 32px;
  margin: 0 0 24px;
}

a {
  color: #ff9900;
  background: #fff4a3;
  text-decoration: none;
}

a:hover {
  color: #ffcc66
} */



/* ДО GGGGGGGGGGGGGGGGGGGGGGGG   ----- ЭТО ВСЕ ОТ ГАЛЕРЕИ */



/* Убирает Все ОТСТУПЫ на БОКСАХ
*{
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}  */
/* 
html,
body {
  min-height: 100vh;
} */

/* body{
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: rgba(0, 0, 0, 0.89);
}  */
/* 
.hidden {
  display: none !important;
} */

/* Gallery styles */
/* .gallery {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  max-width: 100%;
  width: 100%;
} */

/* .gallery__card{
display: flex;
width: 300px;
} */
/* .gallery__card {
  display: flex; */
  /* cursor: zoom-in; */

/* }

.gallery__img {
  width: 150px;




} */

/* .gallery__card:hover .gallery__img {
transform: scale(1.01);
cursor:zoom-in;
} */

/* Popup + slider styles */
/* .slider {
  display: flex;
  justify-content: center;
  align-items: center;
  position: fixed;
  top: 0;
  left: 0;

  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.89);
  padding: 0 10px;
}

.slider__container {
  display: flex
}

.slider__container img {
  animation: anim 0.5s ease
} */


/* Button styles */
/* .slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  text-decoration: none;
  display: inline-block;
  padding: 12px 40px;
  margin: 10px 20px;
  border-radius: 30px;
  background-image: linear-gradient(45deg, #6ad797 0%, #80de33 50%, #096109 100%);
  background-position: 100% 0;
  background-size: 200% 200%;
  font-family: 'Montserrat', sans-serif;
  font-size: 24px;
  font-weight: 300;
  color: white;
  box-shadow: 0 16px 32px 0 rgba(32, 110, 1, 0.35);
  transition: .5s;
  cursor: pointer;
}

.slider__btn:hover {
  box-shadow: 0 0 0 0 rgba(0, 40, 120, 0);
  background-position: 0 0;
}

.slider__btn-left {
  left: 25px
}

.slider__btn-right {
  right: 25px
} */
/* Перевел пиксели в ем , база 13 */
/* .slider__btn-close {
  position: absolute;
  right: 5em;
  top: 5em;
  text-decoration: none;
  display: inline-block;
  padding: 1.1538em 2.3077em;
  margin: 0.7692em 1.5385em;
  border-radius: 0.7692em;
  box-shadow: 0 0 3.0769em 3.0769em #124d03 inset, 0 0 0 0 #124d03;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 0.1538em;
  color: white;
  transition: .15s ease-in-out;
  cursor: pointer;
}

.slider__btn-close:hover {
  box-shadow: 0 0 10px 0 #124d03 inset, 0 0 10px 4px #124d03;
  color: #124d03;
}

@keyframes anim {
  0% {
    border-radius: 70%;
    transform: scale(0.5)
  }

  50% {
    border-radius: 50%;
    transform: scale(1.2)
  }

  100% {
    border-radius: 0;
    transform: scale(1)
  }
} */









/* GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG
GGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGGG*/









.background-video {
  position: absolute;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
}



.content {
  position: absolute;
  top: 0;
  bottom: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: rgba(0, 0, 0, 0.5);
  color: #cc0808;
  width: 100%;
  padding: 20px;
}





/* Далее  для увелич изобр при наведении */

/* * {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
  }
   
  body {
    background: #333;
  }
   
  .pic {
    border: 10px solid #fff;  
    float: left;
    height: 300px;
    width: 300px;
    margin: 20px;
    overflow: hidden;
     
    -webkit-box-shadow: 5px 5px 5px #111;
            box-shadow: 5px 5px 5px #111;  
  } */

/* Конец для увелич изобр при наведении */

/* Далее  для увелич изобр при наведении */

/*GROW*/
/* .grow img {
  height: 300px;
  width: 300px;
 
  -webkit-transition: all 1s ease;
     -moz-transition: all 1s ease;
       -o-transition: all 1s ease;
      -ms-transition: all 1s ease;
          transition: all 1s ease;
}
 
.grow img:hover {
  width: 400px;
  height: 400px;
} */

/* Конец для увелич изобр при наведении */





/* Для увеличен7ия картинки */

.hover-image-7 * {
  box-sizing: border-box;
}

.hover-image-7 {
  color: #fff;
  position: relative;
  overflow: hidden;
  display: inline-block;
  background: "image/Fon_Green.jpg";
  line-height: 0;
}

.hover-image-7 img {
  opacity: 1;
  transition: opacity 0.35s;
}

.hover-image-7>div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hover-image-7>div::before {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: "";
  opacity: 0;
  transition: opacity 0.4s;
  background-image: linear-gradient(45deg,
      #336633 0%,
      transparent 40%,
      rgba(255, 255, 255, 0.15));
}

.hover-image-7:hover>div::before {
  opacity: 1;
}

.hover-image-7 i,
.hover-image-7 div img {
  transition: opacity 0.35s;
  display: inline-block;
  font-size: 36px;
  width: 30px;
  height: 30px;
  color: #123f0e;
  position: absolute;
  bottom: 12px;
  left: 12px;
  opacity: 0;
  z-index: 1;
}

.hover-image-7:hover i,
.hover-image-7:hover div img {
  opacity: 1;
}

.hover-image-7 .curl {
  width: 0px;
  height: 0px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: linear-gradient(225deg,
      #ffffff,
      #f3f3f3 20%,
      #bbbbbb 38%,
      #aaaaaa 44%,
      #888888 50%,
      rgba(0, 0, 0, 0.7) 50%,
      rgba(0, 0, 0, 0.4) 60%,
      rgba(0, 0, 0, 0.3));
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  transition: all 0.4s ease;
}

.hover-image-7 .curl:before,
.hover-image-7 .curl:after {
  content: "";
  position: absolute;
  z-index: -1;
  left: 12%;
  bottom: 6%;
  width: 70%;
  max-width: 300px;
  max-height: 100px;
  height: 55%;
  box-shadow: 0 12px 15px rgba(0, 0, 0, 0.3);
  transform: skew(-10deg) rotate(-6deg);
}

.hover-image-7 .curl:after {
  left: auto;
  right: 6%;
  bottom: auto;
  top: 14%;
  transform: skew(-15deg) rotate(-84deg);
}

.hover-image-7 a {
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  position: absolute;
}

.hover-image-7:hover .curl {
  width: 90px;
  height: 90px;
}

/* Конец для увеличения кеартинки */


.hover-image-7:hover .gallery__img {
  transform: scale(1.05);
  cursor: pointer;
}

/* отступы между строк */
p.dline {
  line-height: 1em;
}

P {
  line-height: 1em;
}

p {
  margin-top: 0.4em;
  /* Отступ сверху */
  margin-bottom: 0.4em;
  /* Отступ снизу */
}

/* отступы между строк */


BODY {
  background-image: url('https://uguide.su/new_year/5/vetka.png'), url('https://grenada.ru/image/Fon_Green.jpg');
  
  background-repeat: no-repeat, repeat;


/* 
  background-image: url(image1), url(image2), url(image3);
  background-position: center right, right bottom, center top;
  background-repeat: no-repeat, repeat-y, repeat-x; */




  margin: 0px;
  /* Убираем отступы */
  padding: 0px;
  /* Убираем поля */
 
  margin-top: 10px;
    /* Добавляем отступ сверху */

  margin-left: 5%;
  margin-right: 3%;

}










/* Стиль для рамок и подписи под ФОТО c Использованием FIGURE */

.sign {
  float: left;
  /* Выравнивание по правому краю */
  border: 0px solid #333;
  /* Параметры рамки */
  padding: 7px;
  /* Поля внутри блока */
  margin: 5px 5px 5px 5px;
  /* Отступы вокруг */
  background: rgba(225, 245, 220, 0.5);
  /* Цвет фона */
  font-style: italic;


}

.sign figcaption {
  margin: 5px 0px 0px;
  /* Отступы вокруг абзаца */
  color: #336633;
  text-align: center;
  font-weight: bold;

}
/* Стиль для рамок и подписи под ФОТО c Использованием FIGURE  КОНЕЦ*/


/* Стиль надписи перед футором*/
.underfooter {

  position: static;
  margin: 35px;
  bottom: 70px;
  width: 100%;
  height: 100%;

  text-indent: 0pt;
  text-shadow: #032000;
  font-weight: bolder;
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  color: #336633;
  font-size: 14pt;
  line-height: 14px;
}

/* Стиль футора */
.footer {
  position: static;
  bottom: 0px;
  width: 100%;
  height: 70px;
  background-color: rgba(81, 145, 79, 0.3);
  text-indent: 0pt;
  text-shadow: #032000;
  font-weight: bolder;
  text-align: center;
  font-style: italic;
  font-family: 'Times New Roman', Times, serif;
  color: #336633;
  font-size: 9pt;
  line-height: 14px;
}














