* {
  padding: 0;
  margin: 0;
  border: 0;
}

*, *::before, *::after {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

:focus, :active {
  outline: none;
}

a:focus, a:active {
  outline: none;
}

nav, footer, header, aside {
  display: block;
}

html, body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font-family: "Montserrat", sans-serif;
    text-align: left;
    font-weight: 700;
}

input, button, textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a, a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1, h2, h3, h4, h5, h6 {
  font-size: inherit;
  font-weight: 400;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  background-color: whitesmoke !important;
  color: #5b913b;
}

.wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  min-height: 100%;
  padding: 0 0;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.header {
  padding: 0px 0 0px 70px !important;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3; 
  background-color: whitesmoke;
  /* display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !;
          justify-content: center !important; */
}
.header__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #5b913b;
  font-size: 30px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
 /* border: 1px solid rgb(248, 193, 28);*/
  border-radius: 50%;
  height: 100px;
  width: 100px;
  /*background-color: rgb(248, 193, 28);*/
  font-family: "Abril Fatface", serif;
  font-weight: 300;


}
.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 9px 0 0 100px;

}
.header__menu a {
  margin: 0 15px 0 0;
  color: #b8b8b8;
  
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
          font-size: 20px;
          font-family: 'Fira Code', monospace;
          letter-spacing: -0.5px;

}



.active__menu a {
  color: #5b913b;
}


.header__menu a:hover {
  opacity: 0.6;
}
.header__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media (max-width: 1000px) {
  .info {
    margin: 110px 0 0 0;
  }

  .header__menu {
    font-size: 12px;
  }

  .header__logo {
    height: 75px;
    width: 75px;
    font-size: 20px;
  }

}
.container {
  max-width: 90%;
  margin: 0 auto;
  padding: 0 10px;
  position: relative;
}

.container .video-container{
  display: flex;
  flex-wrap: wrap;
  gap: 0px;
  justify-content: center;
  padding: 0px 10px 10px 10px;
  

}

.container .video-container .video{

  width: 50%;
  border: 0px solid black;
  border-radius: 20px;
  box-shadow: 0 5px 15px rgba(168, 196, 176, 0.979);
  overflow: hidden;


}


.container .video-container .video video{
  height: 100%;
  width: 100%;
  object-fit: cover;
  transition: .2s linear;

}

.container .video-container .video:hover video{
  transform: scale(1.1);


}

.container .video-container img{
  width: 100%;


}

.container .video-container img:hover img{
  transform: scale(1.1);


}

.video img {
  transition: transform 0.6s ease-in-out;
  margin: 2px;
}

.video img:hover {
  transform: scale(1.1);
}

.container .popup-video{
  position: fixed;
  top:0; left:0;
  z-index: 100;
  background: rgba(0, 0, 0, 0.7);
  height: 100%;
  width: 100%;
  display: none;
  
}

.container .popup-video video{
  position: absolute;
  top: 50%; left: 50%;
  transform: translate(-50%, -50%);
  max-height: 80%;
  max-width: 80%;
  border-radius: 5px;
  

}

.container .popup-video span{
  position: absolute;
  top: 5px; right: 20px;
  font-size: 50px;
  font-weight: bolder;
  z-index: 100;
  cursor: pointer;
}

.info {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 160px 0 0 0;
}
.info__text {
  max-width: 30%;
  font-size: 24px;
  line-height: 35px;
  font-weight: lighter;
}
.info__text2 {
  max-width: 60%;
  font-size: 22px;
  line-height: 26px;
  font-weight: lighter;

  
}

@media (max-width: 852px) {

  .info {
    margin: 80px 0 0 0;
  }

  .info__text {
    max-width: 80%;
    font-size: 14px;
    line-height: 25px;
  }

  .info__text2 {
    max-width: 80%;
    font-size: 14px;
    line-height: 25px;
  }
  .container .popup-video video{
    height: 80%;
  }
  .container .video-container .video{

    width: 100%;

  
  
  }
  .container .video-container{

    gap: 0px;

    padding: 0px 0px 3px 0px;
    
  
  }

  .header {
    padding: 0px 0 0px 15px !important;

  }

  .header__logo {
    height: 75px;
    width: 75px;
    font-size: 16px;
    font-weight: bold;
  }

  .header__menu {

    margin: 0px 0 0 35px;
  
  }

  .header__menu a {
    margin: 0 10px 0 0;
    color: #b8b8b8;

            font-size: 12px;
            font-family: 'Fira Code', monospace;
            letter-spacing: -0.5px;
  
            
  }
  .active__menu a {
    color: #5b913b
  }

}
.footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;

}
.footer__contacts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 20px 0;
}
.footer__authority {
  text-transform: uppercase;
  font-size: 12px;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
.footer__instagram {
  margin: 0 15px 0 0;

  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(/img/insta.png);
  background-size: contain;
}
.footer__phone {
  margin: 0 15px 0 0;
  
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(/img/tg.png);
  background-size: contain;
}
.footer__adress {

  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-image: url(/img/facebook.png);
  background-size: contain;
}

.gallery {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  margin: 160px 0 0 0;
}
.gallery__grid {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "third fourth first " "third fourth second ";
  gap: 20px;
  /*grid-auto-rows: 300px;*/
  height: 70vh;
  
}
@media screen and (max-width: 1540px) {
  
  .container {
   
    padding: 0 60px;
    
  }

  .info {
    margin: 110px 0 0 0;
  }
}

@media screen and (max-width: 1081px) {
  .gallery__grid {
        grid-template-areas: "first third second" "fourth fifth";
  }
}
@media screen and (max-width: 750px) {
  .gallery {

    margin: 85px 0 0 0;
  }

  .gallery__grid {
        grid-template-areas: "third third" "fourth fourth" "first first"  "second second";
        gap: 5px;
        height: 80vh;
        
  }
  .container {
   
    padding: 0 15px;
    
  }
}
.grid-item1 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: first;
}

.grid-item2 {
  -ms-grid-row: 1;
  -ms-grid-column: 5;
  grid-area: second;
}


.grid-item3 {
  -ms-grid-row: 1;
  -ms-grid-row-span: 3;
  -ms-grid-column: 7;
  grid-area: third;
}

.grid-item4 {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: fourth;
}

.grid-item5 {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-area: fifth;
}

@media screen and (max-width: 1081px) {
  .grid-item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item2 {
    -ms-grid-row: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .grid-item3 {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
  .grid-item4 {
    -ms-grid-row: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item5 {
    -ms-grid-row: 3;
    -ms-grid-column: 3;
    -ms-grid-column-span: 2;
  }
}

@media screen and (max-width: 750px) {
  .grid-item1 {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item2 {
    -ms-grid-row: 2;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item3 {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item4 {
    -ms-grid-row: 4;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
  .grid-item5 {
    -ms-grid-row: 5;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
  }
}

.grid-item {
  /*border: 1px solid rgba(63, 63, 63, 0.596);*/
  border-radius: 20px;
  overflow: hidden;
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-transition-duration: 0.5s;
          transition-duration: 0.5s;
}
.grid-item__overlay {
  background-color: #000000;
  opacity: 0.2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  -webkit-transition: 1s;
  transition: 1s;
}
.grid-item__image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition-duration: 1s;
          transition-duration: 1s;
}
.grid-item__title {
  opacity: 0.99;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  z-index: 2;
  width: 100%;
  height: 100%;
  text-transform: uppercase;

  font-family: 'Fira Code', monospace;
font-weight: 300;
  font-size: 40px;
  letter-spacing: 5px;
  
}
.grid-item__title a {
  opacity: 1;
  color: rgb(248, 193, 28);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: transparent;
  -webkit-transition: color 0.5s;
  transition: color 0.5s;
}

.grid-item:hover .grid-item__overlay {
  opacity: 0.75;
}

.grid-item:hover .grid-item__image {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}

.grid-item:hover .grid-item__title a {
  color: rgb(160, 160, 160);
}

