div.telegram-subscribe-honey-badger {
    background-image: url('/blog/img/sandbox/honey-badger.png');
    background-repeat: no-repeat;
    background-position: right;
    height: 118px;
    position: relative;
}

div.favorite-post-telegram-subscribe {
    height: 350px;
    width: 100%;
    box-sizing: border-box;
    background: #10b9e4;
    padding: 30px 20px 0 29px;
    color: white;
}

div.favorite-post-telegram-subscribe .telegram-subscribe-link {
    height: 35px
}

div.favorite-post-telegram-subscribe .title {
    color: white;
    font-size: 14px;
    font-family: 'GothamProСustom';
    line-height: 22px;
    margin: 0 0 25px;
}

div.favorite-post-telegram-subscribe .title .bold {
    font-family: 'GothamPro-BoldCustom';
    font-size: 21px;
    display: block;
}

div.favorite-post-telegram-subscribe .description {
    color: #ceedf5;
    font-size: 14px;
    font-family: 'GothamProСustom';
    line-height: 17px;
    margin: 0 0 35px;
    font-weight: bold;
}

a.orange-button-with-own-link {
    background: #F07F1B;
    margin: 20px auto 0;
    color: white;
    text-align: center;
    width: 160px;
    line-height: 40px;
    text-decoration: none;
    font-family: GothamPro-MediumCustom;
    -webkit-transition: background .5s;
    -moz-transition: background .5s;
    -ms-transition: background .5s;
    -o-transition: background .5s;
    transition: background .5s;
    cursor: pointer;
    border-radius: 3px;
    padding: 11px 23px;
}

a.orange-button-with-own-link:hover {
    background: #D86C23;
    color: white;
}