@import url('https://fonts.googleapis.com/css2?family=Ropa+Sans&display=swap');
.statistics-text-1, .statistics-text-2, .footer-image-text-title, .footer-image-text-main,a, .email-text, .phone-text{
    font-family: 'Ropa Sans', sans-serif;
    color:white;
}
*{
 padding:0;  
 margin: 0;
}
/* Базовые стили */

.image-text-1,.image-text-2, .image-text-3,.image-text-4{
    position: relative;
    
    margin: 20px auto;
   
    width: 378px;
    height: 244px;
    
}
.image-text-1{
    background-image: url(../Images/first_page/1.png);
    margin-top: 0;
}
.image-text-2{
    background-image: url(../Images/first_page/2.jpg);
}
.image-text-3{
    background-image: url(../Images/first_page/3.jpg);
}

.image-text-4{
    background-image: url(../Images/first_page/4.jpg);
}


.footer-image-text{
    position: absolute;

    bottom: 0;
    height: 62px;
    width: 100%;
    background-color: rgba(0,0,0,0.4);
    
}
.footer-image-text-title, .footer-image-text-main,a{
    margin-left: 10px;
    text-decoration: none;
  
 
    font-size: 14px;
}
.footer-image-text-title{
    text-transform: uppercase;
    margin-top: 11px;
    margin-bottom: 10px;
}
.image-text-1:hover, .image-text-2:hover, .image-text-3:hover, .image-text-4:hover{
    transition:  0.3s ease-in-out;
    animation-name: change-image-via-opacity-1;

}


.image-text-1:hover{
    background:url(../Images/first_page/1_2.jpg);
    animation-name: change-image-via-opacity-2;
}
.image-text-2:hover{
    background:url(../Images/first_page/2_2.jpg);
    animation-name: change-image-via-opacity-2;
}
.image-text-3:hover{
    background:url(../Images/first_page/3_2.jpg);
    animation-name: change-image-via-opacity-2;
}
.image-text-4:hover{
    background:url(../Images/first_page/4_2.jpg);
    animation-name: change-image-via-opacity-2;
}

a:hover{
    transition: 0.5s ease;
    color: #719C40;
    
}

.container-unit{
text-align: center;
width: 205px;
height: 94px;
left: 40px;
background-color: #719C40;
border-radius: 23px;
margin-bottom: 6px;
margin-left: 40px;
}

img{
    margin-top: 5px;

width: 46px; height: 46px;
}
.statistics-text-1{
    font-size: 23px;

}
.statistics-text-2{

 text-transform: uppercase;
 font-size: 10px;
}

.statistics-container{
    display:flex;
    justify-content: space-around;
    width:100%;
    height: 302px;
    
   
}
.girl{
    
    /* right:0; */
    /* bottom: 48px; */
    /* bottom: 0; */
    background:url(../Images/first_page/girl.svg);
    width: 117px;
    height: 295px;
    
}

.footer{


    
    background-color: #719C40;
    width:100%;
    height: 48px;
    padding: auto 0 auto 0;

    display:flex;

    justify-content: space-around;
    align-items: center;
    
    
 
}
.logo-monochrome{
width: 98px;
height: 31.48px;
background: url(../Images/icons/logo-monochrome.svg);
}
.email-icon{
    background: url(../Images/icons/email-icon.svg);
    width: 20px; height: 20px;
    background-size: cover;
}
.phone-icon{
    background:url(../Images/icons/phone-icon.svg);
    width:20px;
    height: 20px;
    background-size: cover;
}
.email-text, .phone-text{
    color: white;
    font-size: 10px;
text-transform: uppercase;
}
.line{
    margin-top:15px;
}

