* {
    margin: 0;
    padding: 0
}

*,
*:after {
    -webkit-box-sizing: border-box;
            box-sizing: border-box
}

body {
    background: #fff;
    font-family: Arial, "Nimbus Sans L", Helvetica, sans-serif;
    font-size: 14px;
    line-height: 23px;
    width: 100%
}

a {
    color: #0a78c2 !important;
    outline: medium none;
    text-decoration: none;
    font-weight: 700;
}


p {
    margin: 0 0 11px
}

img {
    border: medium none;
    padding-top: 5px;
}
.article {
    clear: both;
}
.article::after {
    content: "";
    display: block;
    clear: both;
 }
.article img {
    max-width: 285px;
    width: 100%;
}
.article .prod__img {
/*    height: 220px;*/
}
h1 {
    margin: 10px 0;
    font-size: 26px;
    line-height: 1
}

h2 {
    margin: 10px 0;
    font-size: 24px
}

h3 {
    margin: 2px 0 10px;
    font-size: 22px;
    font-weight: 400
}

.container {
    width: 960px;
    margin: 0 auto
}

.header {
    font-size: 50px;
    line-height: 2;
    color: #fff;
    margin: 0 auto 15px;
    background: url(../img/header-blue.png) no-repeat scroll 0 -25px transparent;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
    padding-left: 20px;
}

.left-column {
    width: 630px;
    display: inline-block;
    vertical-align: top;
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    margin-right: 20px;
    padding: 10px 30px;
    margin-bottom: 10px;
}

.sidebar {
    width: calc(100% - 654px);
    font-size: 12px;
    display: inline-block;
    vertical-align: top;
}

.sidebar-bloggers {
    background: none repeat scroll 0 0 #fff;
    -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, .3);
            box-shadow: 0 0 3px rgba(0, 0, 0, .3);
    padding: 15px;
    margin-bottom: 20px
}

.sidebar-bloggers-avatar {
    display: inline-block
}

.sidebar-bloggers img {
    margin: 5px;
    width: 48px;
    height: 48px
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 14px;
    line-height: 17px;
    color: #000;
    text-decoration: none;
    display: table;
    clear: both;
}

.vk-container a {
    text-decoration: none
}

.vk-header {
    background: none repeat scroll 0 0 #dae2e8;
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: #45688e;
    font-weight: 700
}

.vk-avatar img {
    float: left;
    margin-right: 10px;
    width: 50px;
    height: 50px
}

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid #dae1e8;
    padding-bottom: 15px;
    min-height: 60px
}

.vk-comment-name {
    color: #2b587a!important;
    font-weight: 700;
    font-size: 12px;
    text-decoration: none
}

.vk-comment-name:hover {
    text-decoration: none
}

.vk-comment-text {
    margin-left: 60px
}

.vk-comment-date {
    margin-left: 60px;
    color: #999
}

.vk-comment-like {
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 30px;
    height: 16px;
    display: inline-block;
    text-decoration: none
}
.vk-comment-like a {
    color: inherit;
    text-decoration: none;
}
.vk-comment-like-count {
    padding-left: 20px;
    font-weight: 700;
    color: #7295b2;
    font-size: 12px;
    text-decoration: none;
    line-height: 16px;
    position: relative;
}

.vk-comment-like-count:after {
    content: '';
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='rgb(114,149,178)' width='32' height='32'><path d='M14.70 15.84C14.25 14.86 14 13.74 14 12.5s.252-2.48.708-3.65a10.97 10.97 0 011.92-3.20c.814-.938 1.78-1.72 2.86-2.27C20.57 2.81 21.75 2.5 23 2.5s2.42.252 3.50.707a9.02 9.02 0 014.78 4.79c.457 1.07.708 2.26.708 3.50a8.96 8.96 0 01-2.63 6.36C28.55 18.67 17.07 29.04 16 29.5c-1.07-.456-12.55-10.82-13.36-11.63A8.97 8.97 0 010 11.5a8.97 8.97 0 012.63-6.36A8.97 8.97 0 019 2.5c1.24 0 2.42.314 3.50.863 1.07.55 2.04 1.33 2.86 2.27a11.02 11.02 0 011.92 3.20c.455 1.17.707 2.41.707 3.66s-.252 2.36-.707 3.34a7.31 7.31 0 01-1.92 2.51'/></svg>");
    position: absolute;
    width: 13px;
    height: 13px;
    background-size: cover;
    left: 0;
    top: 1px;
}

.btn {
    line-height: 1;
    font-size: 30px;
    margin: 20px 0 25px 0;
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
    color: rgba(255, 255, 255, 1);
    text-align: center;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 #ccc, 0 2px 0 #c9c9c9, 0 3px 0 #bbb, 0 4px 0 #b9b9b9, 0 5px 0 #aaa, 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 5px 10px rgba(0, 0, 0, .247059), 0 10px 10px rgba(0, 0, 0, .2), 0 20px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .3s cubic-bezier(.42, 0, .58, 1);
    transition: all .3s cubic-bezier(.42, 0, .58, 1);
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0
}

.btn:hover {
    display: block;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    float: none;
    z-index: auto;
    width: auto;
    height: auto;
    position: static;
    cursor: pointer;
    opacity: 1;
    padding: 0;
    overflow: visible;
    border: none;
    border-radius: 0;
    color: rgba(169, 214, 169, 1);
    text-align: center;
    text-overflow: clip;
    background: 0 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 1), 0 2px 0 rgba(255, 255, 255, 1), 0 3px 0 rgba(255, 255, 255, 1), 0 4px 0 rgba(255, 255, 255, 1), 0 5px 0 rgba(255, 255, 255, 1), 0 6px 1px rgba(0, 0, 0, .0980392), 0 0 5px rgba(0, 0, 0, .0980392), 0 1px 3px rgba(0, 0, 0, .298039), 0 3px 5px rgba(0, 0, 0, .2), 0 -5px 10px rgba(0, 0, 0, .247059), 0 -7px 10px rgba(0, 0, 0, .2), 0 -15px 20px rgba(0, 0, 0, .14902);
    -webkit-transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    transition: all .2s cubic-bezier(.42, 0, .58, 1) 10ms;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
    text-decoration: none
}

@media (max-width: 950px) {
    .header {
        text-align: center
    }
}

@media (max-width: 992px) {
    .sidebar {
        display: none
    }

    .container,
    .header {
        width: 100%;
        padding: 0 10px;
    }

    .article img {
        max-width: 100%;
        height: auto;
        display: block;
        float: none !important;
        margin: 0 auto 10px !important;
    }

    .header {
        background: #346bc1;
        text-align: center;
    }

    .left-column {
        width: initial;
        margin: 20px auto 10px auto;
        display: block;
    }
}

@media (max-width: 650px) {
    .container {
        margin: 0;
        padding: 0
    }

    .left-column {
        width: 100%;
        margin: 0;
        padding: 10px 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box
    }

    .header {
        font-size: 27px;
        text-align: center
    }

    img {
        max-width: 100%;
        height: auto
    }
}

@media (max-width: 480px) {
    h1 {
        font-size: 18px
    }

    .imm {
        float: none !important;
        margin: 0 auto 10px !important;
        display: block;
    }
}

@media all and (max-width: 720px) {
    .sidebar {
        display: none
    }
}

* {
    outline: 0
}

@media(max-width:991px) {

    .vk-comment:not(.mob),
    .vk-comment-load {
        display: none;
    }
}

@media (max-width: 480px) {
    .prod__img {
        max-width: 200px;
        display: block;
        margin: 0 auto !important;
    }
}


.vk-comment-text img {
    max-width: 200px;

}