.speech {
    float: left;
    margin: -7px 0 0 20px;
}

.speech li {
    width: 40px;
    height: 37px;
    border: 3px transparent solid;
    text-align: center;
    line-height: 37px;
    text-transform: uppercase;
    font-size: 14px;
    color: #ffffff;
}

.speech .active {
    border: 3px #ffc600 solid;
    font-weight: bold;
}

.speech li a {
    font-size: 14px;
    color: #ffffff;
}

.white_box_menu .speech li {
    color: #000000;
}

.white_box_menu .speech li a {
    color: #0193db;
}

@media screen and (max-width: 899px) {
    .speech {
        float: left;
        margin: 35px 0 0 41px;
    }

    .speech li {
        float: left;
        height: 44px;
        line-height: 43px;
        width: 44px;
    }

    .white_box_menu .speech li a {
        color: #ffffff;
    }
}

@media screen and (max-width: 590px) {
    .speech {
        float: left;
        margin: 26px 0 0 41px;
    }
}
