footer {
    padding-top: 30px;
    height: 40vh;
    background-color: #000000;
    padding-bottom: 15px;
    
}
.footer {
    background-color: #000000;
    color: #fff;
    max-width: 1200px;
    margin: 0 auto;
    margin-top: 0px;
}
.footer ul {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    text-align: left;
    
}
.footer ul li {
    list-style-type: none;
}
.footer ul li a {
    text-decoration: none;
    color: #fff;
}
.footer ul li a:hover {
    color: blue;
} 
.footer ul li:first-child {
    text-align: center;
}
.footer ul li:last-child {
    padding-bottom: 30px;
}

.social {
    display: flex;
    justify-content: space-around;
}
.social a {
    margin-left: 15px;
}
.social a:first-child {
    
    margin-left: 0;
}
.social a:first-child:hover {
    content: "";
    background: url('../img/fb_a.png');
} 

.footer_line{
    border-bottom: 2px #fff solid;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.footer_bottom {
    border-top: 2px solid rgb(255, 255, 255, 0.5);
    background-color: #000000;
    width: 100%;
    margin: 0 auto;
}
.footer_bottom ul {
    display: flex;
    justify-content: center;
    margin-bottom: 0;
    padding-bottom: 15px;
    padding-top: 15px;
}
.footer_bottom ul li {
    list-style: none;
    padding-right: 15px;
}
.footer_bottom ul li a {
    text-decoration: none;
    color: #fff;
}
.footer_bottom ul li a:hover {
    color: #a5a5a5;
}
.footer_bottom ul li .footer_bottom-active {
    color: #6b6b6b;
    text-decoration:line-through;
}
.footer_bottom_desAndDev {
background-color: #121016;
}
.footer_bottom_desAndDev-content {
    max-width: 1300px;
    margin: 0 auto;
    padding: 15px 0;
    color: #fff;
    text-align: center;
}
.footer_bottom_desAndDev-right a {
    text-decoration: none;
    color: #23a50a;
    transition: 0.3s ease all;
}
.footer_bottom_desAndDev-right a:hover {
    color: #198005;
}




