footer{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    /* flex-wrap: wrap; */
    color: white;
    /* background-color: black; */
    /* background-image: url("../img/pozharnaya_zashchita1.webp"); */
    /* background-size: cover; */
    /* background-repeat: no-repeat; */
    padding: 0 2rem;
    height: 250px;
    background: #000000;  /* fallback for old browsers */
    background: -webkit-linear-gradient(to left, #000000, #434343);  /* Chrome 10-25, Safari 5.1-6 */
    background: linear-gradient(to left, #000000, #434343); /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */
    
}
.footer__img{
    width: 350px;
    /* margin-right: -10%; */
    /* width: 350px; */
    padding: 5px 10px;
    /* background-color: #f00; */
    color: #ff7f09;
    border: 0;
    border-radius: 10px;
    outline: 0;
    /* animation: wink 3.25s linear infinite; */
}
.footer__img img{
    animation: megas 1s linear infinite;
    animation-delay: 0.2s;
}
footer .name__adres{
    color: #ff7f09;
    margin: 0 20px;
    font-size: 20px;
    text-shadow: 5px 5px 10px black,5px 5px 10px rgba(0, 0, 0, 0.605), -5px -5px 10px rgba(255, 255, 255, 0.038),  -2px -2px 5px rgba(0, 0, 0, 0.219);
 
}
footer .email{
    color: #ffffff;
    margin: 0 20px;
    font-weight: bold;
    font-size: 20px;
    /* text-shadow: -1px 1px 1px rgb(0 0 0); */
    text-shadow: 5px 5px 10px black,5px 5px 10px rgba(0, 0, 0, 0.605), -5px -5px 10px rgba(255, 255, 255, 0.038),  -2px -2px 5px rgba(0, 0, 0, 0.219);
 
}

.footer__contact{
  padding-left: 2em;
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
}

.footer1{
    flex-direction: row;
    justify-content: center;
}

.footer2{
    
}

.footer_logo{
    display: flex;
    flex-direction: row;
      justify-content: center;
}

.footer_logo .logo{
    margin: 0 5px;
}

footer .logo{
    margin: 0;
}

/* Крутилка */

footer h5 {
    font-family: 'Space Mono', monospace;
    font-size: clamp(3rem, 10vw, 10rem);
    color: #FFFFFF;
    padding: 0rem clamp(1rem, 2vw, 3rem);
    border-radius: clamp(0.4rem, 0.75vw, 1rem);
}

footer h5:hover {
    background-color: #ffffff00; /*Прозрачный цвет*/
    color: white;
}


/* Крутилка -----------------*/


