.angarimg{
margin: 0 auto;
cursor:pointer;
}

#image {
  top:40%;
  left:35%;
  position: fixed;
  max-width: 600px;
  height: auto;
  z-index: 9999;
}
 
#image img {
  width: 100%;
}
 
#overlay {
  display: none;
  background: #000;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  opacity: 0.5;
  z-index: 9990;
}
 
#closeBtn {
  width: 30px;
  height: 30px;
 
  background: #FFFFFF;
  border: 1px solid #AFAFAF;
  border-radius: 15px;
  cursor: pointer;
  position: absolute;
  top: 15px;
  right: 15px;
}
 
#closeBtn i {
  width: 30px;
  height: 30px;
  background: url(https://codernote.ru/files/cross.png) no-repeat center center;
  background-size: 16px 16px;
  display: block;
}
.service-inner img {
    width: 360px;
    height:180px;
}
 
@keyframes rotation{
 50%{ 
     transform: rotate(360deg); 
    }
}
 
#closeBtn:hover {
  animation: rotation 4s 1 normal;
}
.product {
    display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  height: 100%;
}
.image-pr {
  width: 20%;
  border: 1px solid #eeeeee;
  padding: 1.5em;
}
figcaption {
    color: #edac15;
    font-weight: 600 ;
}
