.b-like {
    width: 186px;
    height: 34px;
    border: 2px solid #61e8ff;
    overflow: hidden;
    white-space: nowrap;
    text-align: center;
}

    .b-like-m-position {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .b-like-e-text {
        color: #06b9d7;
        font-family: LetoTextSansDefect;
        font-size: 18px;
        line-height: 34px;
        padding: 5px;
    }

    .b-like-e-counter {
        color: #7ae8ff;
        font-family: LetoTextSansDefect;
        font-size: 14px;
        line-height: 34px;
        padding: 5px;
    }

    .b-like-e-social {
        height: 38px;
        overflow: hidden;
        white-space: nowrap;
        text-align: left;
    }

    .b-like-type-comment {
        display: inline-block;
    }

.b-like-counter-type-comment {
    text-align: center;
    display: inline-block;
    width: 35px;
    height: 32px;
    background: center no-repeat;
}

.b-like-counter-type-comment {
    background-image: url(../images/counter@1x.png);
    background-image:
            linear-gradient(transparent, transparent),
            url(../images/counter.svg);
}

@media only screen and (-moz-min-device-pixel-ratio: 1.5), only screen
and (-o-min-device-pixel-ratio: 3 / 2), only screen
and (-webkit-min-device-pixel-ratio: 1.5), only screen
and (min-device-pixel-ratio: 1.5) {
    .b-like-counter-type-comment {
        background-image: url(../images/counter@2x.png);
        background-image:
                linear-gradient(transparent, transparent),
                url(../images/counter.svg);
    }
}

@media screen and (max-width: 1000px) {
    .b-like-m-position {
        margin-bottom: 0;
    }

    .b-like {
        width: 186px;
        height: 34px;
        border: 2px solid #61e8ff;
        overflow: hidden;
        white-space: nowrap;
        text-align: center;
    }

    .b-like-m-position {
        float: left;
        margin-top: 20px;
        margin-bottom: 20px;
        margin-right: 20px;
    }

    .b-like-e-text {
        color: #06b9d7;
        font-family: LetoTextSansDefect;
        font-size: 18px;
        line-height: 34px;
        padding: 5px;
    }
}
