
.complex_equipment {
    float: right;
    padding: 81px 0 0 0;
    position: relative;
    z-index: 2;
}

.complex_equipment li {
    position: relative;
    background-color: #ffc600;
    font: 30px/30px 'Exo2-Light';
    color: #232323;
    height: 38px;
    text-align: center;
    width: 378px;
    margin-left: 6px;
}

.complex_equipment li:first-child {
    background-color: #004d74;
    color: #ffffff;
    width: 440px;
    margin-left: 0;
    line-height: 34px;
}

.complex_equipment li:first-child:after {
    background: url("../images/li_before_first.png") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
}

.complex_equipment li:first-child:before {
    background: url("../images/li_after_first.png") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
}

.complex_equipment li:after {
    content: "";
    position: absolute;
    top: 0;
    left: -17px;
    width: 17px;
    height: 38px;
    background: url("../images/li_before.png") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
}

.complex_equipment li:before {
    content: "";
    position: absolute;
    top: 0;
    right: -17px;
    width: 17px;
    height: 38px;
    background: url("../images/li_after.png") no-repeat scroll 0 0 transparent;
    -moz-background-size: 100% 100%;
    -o-background-size: 100% 100%;
    -webkit-background-size: 100% 100%;
    -khtml-background-size: 100% 100%;
    background-size: 100% 100%;
}

@media screen and (max-width: 927px) {
    .complex_equipment li {
        font: 24px/25px 'Exo2-Light';
        height: 31px;
        width: 306px;
    }

    .complex_equipment li:first-child {
        width: 350px;
        line-height: 25px;
    }

    .complex_equipment li:after {
        left: -14px;
        width: 14px;
        height: 31px;
    }

    .complex_equipment li:before {
        right: -14px;
        width: 14px;
        height: 31px;
    }
}

@media screen and (max-width: 785px) {
    .complex_equipment {
        padding: 32px 0 0 0;
    }
}