footer
{
    padding:50px 0 0 0 !important;
    background:white !important;
}
.footer_svg_wrapper
{
  margin-bottom:0 !important;
  position: relative;
  top: 1px;
}
footer .footer_mobile_svg
{
    display:none;
}
.footer_bottom
{
    padding:80px 100px !important;
    background:black;
    color:white;
    display:flex;
    align-items:baseline;
}
footer .block-block
{
    adisplay:flex;
    aalign-items:baseline;
}
footer .footer_left
{
    padding-right:70px;
}
footer .footer_right
{
    display:flex;
    flex:1;
    flex-direction:column;
}
footer .footer_logos
{
    display:flex;
    align-items:center;
    padding-bottom:40px;
    margin-bottom:40px;
    border-bottom:1px solid gray;
}

footer .footer_logos a
{
    margin:0 10px;
    flex:1;
    text-align: center !important;
}
footer .footer_logos a:hover
{

}
footer .footer_logos a:first-child
{
    margin:0;
    text-align:left;
}
footer .footer_logos img
{
    height:40px;
    max-width: 100%;
}
footer .footer_right .more_height
{
    height:60px !important;
}
footer .footer_links
{
    display:flex;
    margin-bottom:40px;
}
footer .footer_links a
{
    margin-right: 40px;
    color: white !important;
    text-decoration: none;
}
footer .footer_links a:hover
{
   color:inherit;
   text-decoration:underline;
}

footer .footer_about
{
    display:flex;
    text-align:left;
    font-size:13px;
}
.footer_about .about_creative_logo
{
    width:100px;
    height:36px;
}
.footer_about .about_creative_text
{
    padding-left:50px;
    flex:1;
}
.footer_about .about_develop
{
    padding-left:50px;
}
.footer_link
{
   text-decoration:underline !important;
   color:white !important;
}
.footer_link:hover
{
   color:white !important;
}

@media only screen and (max-width: 768px) 
{
footer
{
    padding:15px 0 0 0 !important;
 }
.footer_bottom 
{
    padding: 40px 30px !important;
    flex-direction: column;
}

footer .footer_svg_wrapper
{
  overflow:hidden;
}
footer .footer_svg
{
    display:none;
}
footer .footer_mobile_svg
{
    width:100%;
    display:block;
}
footer .footer_logos 
{
    padding-bottom: 20px;
    flex-wrap: wrap;
    margin-top: 10px;
}
footer .footer_logos a
{
    min-width:50%;
    text-align:left;
    margin: 20px 0 20px 0 !important;
}
footer .footer_links
{
    font-size:15px;
}
footer .footer_about 
{
    flex-direction: column;
}
.footer_about .about_creative_text 
{
    padding-left: 0;
    margin-top: 20px;
}
footer .footer_links a 
{
    text-align:left;
}
.footer_about .about_develop 
{
    padding-left: 0;
    margin-top: 20px;
}
}