/**********/
/* footer */
footer{
    margin-top: 60px;
    padding-bottom: 10px;
}
.footer-first-line{
    border-top: 2px solid #00a651;
    margin-top: 20px;
}
#phone_footer{
    text-align: center;
}
#phone_footer .h4,
#phone_footer .h4 strong{
    font-size: 16px;
    margin: 0;
}
#phone_footer a{
    text-decoration: none;
    /*font-size: 1em;*/
    font-size: 16px;
    font-weight: normal;
    line-height: 47px;
}

.new-title footer .logo {
    margin: 17px 0 5px;
}
footer .logo img {
    max-height: 100px;
}

footer .copy {
    font-size: 16px;
    vertical-align: bottom;
    height: inherit;
    padding-top: 6px;
}
.socseti{
    text-align: right;
}
.socseti ul{
    list-style: none;
    line-height: 1; 
    font-size: 0;
}
.socseti li{
    display: inline-block;
    padding-left: 12px;
}
.socseti a{
    display: inline-block;
    width: 28px;
    height: 28px;
    background-image: url(/local/templates/geodevice_15_07_2019/assets/images/soc_icons.png);
    background-repeat: no-repeat;
}
.socseti a.ig{
    background-position: -28px 0;
}
.socseti a.vk{
    background-position: -56px 0;
}
.socseti a.yt{
    background-position: -84px 0;
}
.socseti a.in{
    background-position: -112px 0;
}


@media screen and (max-width: 768px){
    .new-title footer .logo {
        margin: 15px 0 0px;
        text-align: center;
    }
    footer .copy,
    footer .socseti{
        text-align: center;
    }
    .row .footer-menu-line .row >.columns:first-child{
        display: none;
    }
}
@media only screen and (min-width: 80em){
}
@media only screen and (min-width: 48em){
    #phone_footer{
        text-align: right;
    }
}
/* footer */
/**********/