#header #social_block,
.footer-container #footer #social_block{
	float: left;
    margin-top: 44px;
    margin-left: 4px;
}
.footer-container #footer #social_block span.title{
	color: #161618;
	margin-bottom: 16px;
	font-size: 16px;
    font-weight: bold;
    display: block;
    text-transform: uppercase;
}
#header #social_block span.title{
    display: none;
}
#header #social_block ul li,
.footer-container #footer #social_block ul li{
	text-align: left;
	margin-right: 2px
}
#header #social_block ul li a,
.footer-container #footer #social_block ul li a {
    display: inline-block;
    color: #9a9a9a;
    font-size: 18px;
    width: 37px;
    height: 37px;
    background: #3e4043;
    text-align: center;
    border-radius: 44px;
    padding-top: 5px;
}
@media (max-width: 992px) {
    .footer-container #footer #social_block{
        clear: both;
        margin-left: 19px;
    }
}
@media (max-width: 800px) {
    /*.footer-container #footer #social_block{
        clear: none;
        margin-left: 35px;
    }*/
}
@media (max-width: 769px) {
    #header #social_block, .footer-container #footer #social_block{
        display: none;
    }
    /*.footer-container #footer #social_block{
        width: 50%;
        margin-top: 13px;
    }*/
}
@media (max-width: 620px) {
    /*.footer-container #footer #social_block{
        float: none;
        width: 100%;
        text-align: center;
        margin: 15px auto;
    }
    .footer-container #footer #social_block ul li{
        width: 100%;
        text-align: center;
    }*/
}