.support_wrapp{
    margin-top: 100px;
    text-align: center;
    font-family: Roboto, Arial, sans-serif;
}
.support_content{
    display: block;
    width: 56%;
    margin: 0 auto 80px;
}
.support_content > :first-child{border-left: 1px solid #d8d8d8;}
.support_wrapp h2{margin-bottom: 15px;font-weight: normal;}
.support_wrapp h2 + div{
    margin-bottom: 70px;
}
.support_wrapp h2 + div + div{
    margin-bottom: 65px;
}
.support_wrapp p{
    font-size: 12px;
    color: #9b9b9b;
}
.support_wrapp p > a{
    color: #4a90e2;
    text-decoration: none;
}
.block_support{
    display: inline-block;
    width: 33%;
    text-align: center;
    border-right: 1px solid #d8d8d8;
    text-underline: none;
    text-decoration: none;
}
.block_support > :first-child{
    display: block;
    width: 69px;
    height: 64px;
    margin: 0 auto 25px;
}

.ie {
    background: url(/images/support/microsoft-edge.png) no-repeat;
}

.chrome {
    background: url(/images/support/chrome.png) no-repeat;
}
.firefox{background: url(/images/support/firefox.png) no-repeat;}
.support_browser{display: block;}
.support_browser{
    font-size: 16px;
    font-weight: normal;
    margin-bottom: 5px;
    color: #373737;
}
.support_version{
    font-size: 12px;
    font-weight: normal;
    color: #9b9b9b;
}