.vk-avatar img {
    float: left;
    margin-right: 10px;
}

.vk-comment-text {
    margin-left: 60px;
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding: 15px
}

.vk-comment-name {
    color: #2b587a;
    font-weight: 700;
    font-size: 12px
}

@media screen and (max-width: 999px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 18px
    }
    .vk-avatar img {
        margin-bottom: 0px;
    }
}

@media screen and (max-width: 319px) {
    .vk-comment-name {
        color: #2b587a;
        font-weight: 700;
        font-size: 15px
    }
}

body {
    padding: 0;
    margin: 0;
    background: transparent url(../img/body-bg.gif) repeat scroll 0 0;
    scroll-behavior: smooth;
}

body * {
    font-family: Arial;
    scroll-behavior: smooth;
}

h1,
h2,
h3 {
    font-weight: 400;
    margin: 0
}

h1 {
    font-size: 27px
}

a {
    color: #ba0009
}

a:hover {
    text-decoration: none;
    color: red
}

.wrap {
    max-width: 700px;
    min-width: 240px;
    margin: 0 auto
}

body img {
    max-width: 100%
}

.content {
    width: 100%;
    background: #fff none repeat scroll 0 0
}

.post {
    padding: 15px;
    font-size: 17px
}

.post .info {
    color: #999;
    font-size: 11px;
    font-style: italic
}

.post a {
    font-size: 19px
}

#trp-discount-block {
    background: rgba(0, 0, 0, 0) url(../img/discount-block.png) no-repeat scroll 0 -70px;
    border-radius: 4px;
    bottom: 1px;
    color: #fff;
    cursor: pointer;
    font-family: Verdana;
    font-size: 16px;
    height: 70px;
    line-height: 62px;
    position: fixed;
    text-align: center;
    text-shadow: 1px 0 2px #000;
    width: 422px;
    z-index: 10000;
    left: 50%;
    margin-left: -211px;
    display: block
}

#trp-discount-block:hover {
    background-position: 0 0
}