.bot_box {
    margin: 0 20px;
    text-align: justify;
    padding: 47px 0 0 96px;
    position: relative;
}

.bot_box li {
    display: inline-block;
    float: none;
}

.bot_box:before {
    content: "";
    width: 78px;
    height: 108px;
    top: -1px;
    left: 0;
    background: url("../images/logo_planet.jpg") no-repeat scroll 0 0 transparent;
    position: absolute;
}

.bot_box:after {
    content: "";
    display: inline-block;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    width: 100%;
}

.num_tel_bot {
    font: 31px 'Exo2-BlackItalic';
    color: #ffffff;
}

.num_tel_bot span {
    font: 19px 'Exo2-Regular';
    color: #a3a3a3;
}

.num_tel_bot A {
    color: #ffffff;
}

.design {
    font-size: 13px;
}

.design a {
    text-decoration: underline;
    color: #ffffff;
}

.design a:hover {
    text-decoration: none;
}

.text_bot {
    font: 14px 'Exo2-Regular';
    color: #ffffff;
}

.text_bot_right {
    font: 16px 'Exo2-Regular';
    color: #ffffff;
}

.text_bot_right a {
    color: #ffffff;
}

.text_bot_right a:hover {
    color: #93d8ff;
}

.bot_box li.design_right {
    display: none;
}

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

    .bot_box::before {
        display: none;
    }

    .bot_box {
        padding: 47px 0 0 0;
    }

    .bot_box li.design_left {
        display: none;
    }

    .bot_box li.design_right {
        display: inline-block;
    }

}

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

    .bot_box {
        padding: 22px 0 12px;
        text-align: center;
    }

    .bot_box li {
        width: 100%;
    }

    .bot_box li .hidden_span {
        display: none;
    }

    .text_bot {
        margin-bottom: 12px;
    }

    .num_tel_bot {
        margin-bottom: 3px;
    }

    .text_bot_right {
        margin-bottom: 20px;
    }

}