#ttfooter-link-block1 {
    float: left;
    width: 100%;
    margin: 0 0 5px;
}
#ttfooter-link-block1 .static-links h3 {
    float: none;
    display: inline-block;
    vertical-align: top;
    width: auto;
    font-size: 13px;
    line-height: 16px;
    background: #e6e7ea;
    padding: 7px 10px;
    border-radius: 5px;
    margin: 0;
}
#ttfooter-link-block1 .static-links .block_content {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    padding: 0;
}
#ttfooter-link-block1 .static-links .block_content .ttfooterstaticlink1 {
    float: none;
    width: auto;
    display: inline-block;
    vertical-align: top;
    padding: 0 8px;
}
#ttfooter-link-block1 .static-links .block_content .ttfooterstaticlink1 a::after {
    position: absolute;
    content: '/';
    top: 0;
    left: auto;
    right: -12px;
    bottom: 0;
    margin: auto 0;
	height: 15px;
    line-height: 15px;
    width: auto;
}
#ttfooter-link-block1 .static-links .block_content .ttfooterstaticlink1:last-child a::after {
	display:none;
}
@media (max-width: 991px) {
    #ttfooter-link-block1 .static-links h3{
        display: none;
    }
    #ttfooter-link-block1 .static-links .block_content {
        float: left;
        width: 100%;
    }
    #ttfooter-link-block1 .static-links .block_content .ttfooterstaticlink1 {
        float: left;
        width: 100%;
        padding: 0;
    }
    #ttfooter-link-block1 .static-links .block_content .ttfooterstaticlink1 a::after {
        display: none;
    }
}
@media (min-width: 992px) {
    #ttfooter-link-block1 .static-links .block_content {
        float: none;
        width: auto;
        display: inline-block;
        vertical-align: top;
    }
}