.delegate {
    float: left;
    width: 100%;
    position: relative;
    padding: 69px 0 51px;
}

.delegate li {
    width: 33%;
    height: 100%;
    text-align: center;
    font-size: 14px;
    color: #0193db;
    float: left;
    line-height: 30px;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.delegate li.catalog-link {
    clear: both;
    padding: 30px 20px 0 0;
    text-align: right;
    width: 100%;
}

.delegate li .name_delegate {
    color: #000000;
    font: 14px/14px 'Exo2-Regular';
    padding: 0 0 29px;
    position: relative;
}

.delegate li .name_delegate:after {
    content: "";
    position: absolute;
    left: 50%;
    bottom: 8px;
    height: 3px;
    width: 40px;
    margin-left: -20px;
    background-color: #0193db;
}

.delegate li .name_delegate .agency {
    font: 20px/24px 'Exo2-BlackItalic';
}

.delegate .delegate_clear {
    padding-bottom: 60px;
}

.delegate .see_agency {
    display: inline-block;
    border: 3px #ffc600 solid;
    width: 236px;
    text-align: center;
    line-height: 45px;
    height: 45px;
    font-size: 14px;
    text-decoration: none;
    text-transform: uppercase;
    color: #000000;
}

.delegate .see_agency:hover {
    border-color: #ffde00;
}

.delegate .see_agency:active {
    border-color: #dbaa00;
}

@media screen and (max-width: 899px) {

    .delegate {
        padding: 43px 0 4px;
    }

    .delegate li {
        width: 100%;
        margin-bottom: 36px;
    }

    .delegate li.catalog-link {
        text-align: center;
        padding: 0;
    }
}