#footer{
    background:#f7f7f7;
    position:relative;
}
#footer::before{
    content:'';
    display:block;
    position:absolute;
    top:0;
    width:100%;
    height:12px;
    background:url('../img/footer_top.png');
    background-repeat: no-repeat;
    background-position: center;
}
#footer>.maxwidth{
    background:transparent;
}
a:visited{
    color:#93999e;
}

/*TOP*/

.footer_top{
    padding-top:50px;
    padding-bottom:30px;
    border-bottom: 1px solid #e0e0e0;
}
.footer_contacts{
    padding-left:75px;
}
.footer_contacts>div{
    padding-left:20px;
    position:relative;
}
.footer_contacts>div:hover a{
    color:#000;
}
.footer_address{
    color:#93999e;
}
.footer_address:hover{
    color:#000;
}
.footer_phone::before{
    content: "";
    display: block;
    position: absolute;
    background: url('../img/phone_footer.png');
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0px;
}
.footer_mail::before{
    content: "";
    display: block;
    position: absolute;
    background: url('../img/mail_footer.png');
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0px;
}
.footer_address::before{
    content: "";
    display: block;
    position: absolute;
    background: url('../img/address_footer.png');
    width: 14px;
    height: 14px;
    top: 2px;
    left: 0px;
}
ul{
    list-style-type:none;
    padding-left:0;
}
.footer_social{
    text-align: center;
}
.footer_social_item {
    display: inline-block;
    margin:0 15px;
}
.footer_social_item_title{
    color:#93999e;
    font-size:10px;
    font-weight:700;
    text-decoration: underline;
}
.footer_social_item_icon{
    
    width:40px;
    height: 40px;
    margin:0 auto;
}
.footer_social_item.vk .footer_social_item_icon{
    background:url('../img/vk_d.png');
}
.footer_social_item.vk:hover .footer_social_item_icon{
    background:url('../img/vk_h.png');
}
.footer_social_item.vk:hover .footer_social_item_title{
    color:#2787f5;

}
.footer_social_item.max .footer_social_item_icon{
    background:url('../img/max_d.png');
}
.footer_social_item.max:hover .footer_social_item_icon{
    background:url('../img/max_h.png');
}
.footer_social_item.max:hover .footer_social_item_title{
    color:#2787f5;
}
.footer_social_item.inst .footer_social_item_icon{
    background:url('../img/inst_d.png');
}
.footer_social_item.inst:hover .footer_social_item_icon{
    background:url('../img/inst_h.png');
}
.footer_social_item.inst:hover .footer_social_item_title{
    color:#833ab4;
}
.footer_social_item.tg .footer_social_item_icon{
    background:url('../img/tg_d.png');
}
.footer_social_item.tg:hover .footer_social_item_icon{
    background:url('../img/tg_h.png');
}
.footer_social_item.tg:hover .footer_social_item_title{
    color:#0088cc;
}
.footer_social_item.wa .footer_social_item_icon{
    background:url('../img/wa_d.png');
}
.footer_social_item.wa:hover .footer_social_item_icon{
    background:url('../img/wa_h.png');
}
.footer_social_item.wa:hover .footer_social_item_title{
    color:#25d366;
}
.footer_menu{
    font-size:12px;
}
.footer_menu a:hover{
    color:#000;
}
.footer_menu a{
    text-decoration:underline;
}
.footer_contacts{
    font-size:12px;
}
.footer_phone a{
    font-weight:700;
}


/*BOTTOM*/

.footer_bottom{
    padding-top:30px;
    padding-bottom:30px;
}
.copyright{
    color:#93999e;
    font-size:12px;
    position: relative;
    top: 5px;
}
.logo_wrapp{
    text-align: center;
    margin-right:20px;
    position: relative;
    top: -11px;
  }
  .logo_x10 {
    display: inline-block;
    text-decoration: none;
    position: relative;
  }
  .x10_logo{
    width: 125px;
  }
  .logo_x10:hover>.logo_x10_text{
    display: block;
  }
  .logo_x10_text{
    position: absolute;
    top: -40px;
    left: -100px;
    display: none;
}
.bottom_footer_links>a{
    color:#93999e;
    font-size:12px;
    margin:0 20px;
    text-decoration:underline;
}
.bottom_footer_links{
    text-align: center;
}


@media (max-width: 1200px) {
    .footer_menu-div{
        padding-left:20px;
    }
    .footer_social_item {
        margin: 0 10px;
    }
    .footer_contacts{
        padding-left: 50px;
    }
    .footer_bottom>.row>div{
        margin-bottom:20px;
    }
    .copyright{
        text-align:center;
    }
    .footer_bottom .logo_wrapp{
        top:0;
    }
}
@media (max-width: 900px) {
    .footer_social_item {
        margin: 0 2px;
    }
    .footer_contacts {
        padding-left: 0;
    }
}
@media (max-width: 767px) { 
    .footer_top>.row>div{
        margin-bottom: 10px;
    }
    .footer_contacts {
        text-align:center
    }
    .footer_contacts>div {
        margin: 0 auto;
        max-width: 265px;
    }
    .footer_phone::before{
        left: 70px;
    }
    .footer_mail::before{
        left: 60px;
    }
    .footer_top {
        padding-top: 20px;
        padding-bottom: 0px;
    }
    .footer_bottom {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .bottom_footer_links>a {
        display: block;
    }
    .footer_menu_row{
        text-align: center;
    }
    .footer_menu-div{
        padding:0;
    }
    .footer_menu-div .footer_menu{
        margin:0;
    }
}
