/*Название*/
#caption {
    position: relative;
    top: 30px;
    left: 0px;
    background: rgba(255,255,255,0);
    color: antiquewhite;
    float: left;
    text-align: center;
}
#caption h1 {
    position: relative;
    text-shadow: 0 5px 5px black;
    font-family: 'Arial Black', sans-serif;
    font-weight: 400;
    position: relative;
    color: lawngreen;
    font-size: 1.1em;
    font-weight: normal;
    display: inline-block;
    margin-bottom: 5px;
    margin-top: 2px;
    line-height: 1;
    padding: 8px 10px 8px 0px;
    border-top: 4px solid;
    text-align: left;
}
#caption h1:before {
    content: "Компания";
    position: absolute;
    text-shadow: 0 5px 5px black;
    top: 8px;
    left: -60px;
    font-size: 0.6em;
    transform: rotate(-30deg);
    font-family: 'InformTT', sans-serif;
}
#caption h1:after {
    content: "";
    position: absolute;
    text-shadow: 0 5px 5px black;
    width: 120%;
    height: 4px;
    right: 0;
    bottom: -4px;
    background: lawngreen;
}
#caption h2 {
    font-family: 'Arial Black', sans-serif;
    font-weight: 400;
    position: relative;
    font-size: 1em;
    font-weight: normal;
    text-align: left;
}
/* h3 */
h3{
    text-align: center;
    position: relative;
    color: #fff;
    margin: 0 600px 30px -25px;
    padding: 10px 0;
    text-shadow: 0 5px 5px black;
    background: crimson;
    background-image: -moz-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -webkit-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -o-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image: -ms-linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    background-image:  linear-gradient(rgba(255,255,255,.3), rgba(255,255,255,0));
    -moz-box-shadow: 5px 5px 0 rgba(0,0,0,.3);
    -webkit-box-shadow: 5px 5px 0 rgba(0,0,0,.3);
    box-shadow: 5px 5px 0 rgba(0,0,0,.3);
}

h3:before
{
    content: '';
    position: absolute;
    border-style: solid;
    border-color: transparent;
    bottom: -10px;
    border-width: 0 10px 10px 0;
    border-right-color: #222;
    left: 0px;
}
/*Mobile*/
@media all and (max-width: 1024px) {
    #caption {
        position: absolute;
        top: 30px;
        left: 40%;
        font-size: 1.1em;
    }
    #caption h1 {
        font-size: 1.8em;
    }
    #caption h1:after {
        width: 120%;
    }
    #caption h1:before {
        content: "TradeBase";
        position: absolute;
        text-shadow: 0 5px 5px black;
        top: 9px;
        left: -80px;
        font-size: 0.5em;
        transform: rotate(-30deg);
        font-family: 'InformTT', sans-serif;
    }
    h3{
        zoom: 120%;
        margin: 0 300px 15px -12px;
        font-size: 1.5em;
    }
}