* {
    margin: 0px;
    padding: 0px;
}

body {
    font-family: Tahoma, Verdana;
    font-size: 14px;
    line-height: 23px;
    width: 100%;
}

a {
    color: rgb(10, 120, 194);
    outline: medium none;
    text-decoration: underline;
}

a:hover {
    text-decoration: none;
}

p {
    margin: 0px 0px 11px;
}

strong,
b {
    font-weight: bolder;
}

img {
    border: medium none;
}

h1 {
    margin: 0 0 10px;
    font-size: 25px;
    line-height: 30px;
}

h3 {
    margin: 2px 0px 10px;
    font-size: 20px;
    font-weight: normal;
}

.container {
    width: 100%;
    max-width: 960px;
    margin: 0px auto;
}

.header {
    margin: 0px auto 20px;
    height: 131px;
    padding: 17px;
    box-sizing: border-box;
    box-shadow: 0px 1px 2px rgb(129, 129, 129);
}

.logo {
    float: left;
    margin-right: 20px;
}

.menu {
    margin: 0;
    margin-top: 19px;
    display: block;
    overflow: hidden;
}

.menu li {
    float: left;
    list-style-type: none;
}

.menu li a {
    text-decoration: none;
    padding: 16px 23px;
    display: block;
    text-transform: uppercase;
    color: #2d2d2d;
    font-size: 15px;
}

.menu li a:hover {
    color: #CA0D0D !important;
}

.active {
    color: #CA0D0D !important;
}

.vk-avatar img {
    width: 48px;
    height: 48px;
}

.sidebar-last-posts img {
    float: left;
    margin-right: 12px;
    width: 95px;
}

.sidebar-last-posts div {
    text-transform: uppercase;
}

.sidebar-last-posts div h3 {
    font-size: 16px;
    margin: 0 0 15px 0px;
}

.container-body {
    display: flex;
    justify-content: space-between;
    gap: 20px;
}

.left-column {
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 14px 30px 0;
    margin-bottom: 10px;
}

.ccomment {
    display: block;
    background-color: #D3D3D3;
    width: 100%;
    box-sizing: border-box;
    padding: 5px 15px 5px 15px;
    margin: 0;
    font-size: 12px;
    margin-top: 15px;
}

img.ctiz {
    float: none;
    width: 100%;
}

.ctizp {
    margin: 5px 0 0 0;
    display: block;
    font-style: italic;
    color: rgb(111, 111, 111);
    text-align: center;
    font-size: 13px;
}

.left-column .cimage {
    width: 80%;
    margin-top: 10px;
}

.sidebar {
    float: left;
    width: 309px;
    font-size: 12px;
    flex: 0 0 auto;
}

.sidebar-last-posts {
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 20px;
}

.sidebar-last-post {
    margin-bottom: 0px;
}

.sidebar-last-post a {
    color: rgb(72, 155, 31);
}

.sidebar-last-post-info {
    font-size: 11px;
    margin-bottom: 15px;
}

.sidebar-last-post-info-login {
    color: rgb(187, 34, 92);
    margin-right: 5px;
}

.sidebar-last-post-info-date {
    margin-right: 5px;
    color: rgb(119, 119, 119);
}

.sidebar-last-post-info-comments {
    color: rgb(119, 119, 119);
    text-decoration: underline;
}

.sidebar-bloggers {
    background: none repeat scroll 0% 0% white;
    box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
    padding: 15px;
    margin-bottom: 20px;
}

.sidebar-bloggers-avatar {
    display: inline-block;
}

.sidebar-bloggers img {
    margin: 5px;
}

.footer {
    clear: both;
    margin: 20px 10px;
    font-size: 12px;
    color: rgb(119, 119, 119);
    text-align: center;
    max-width: 630px;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    font-size: 11px;
    line-height: 17px;
    color: black;
    text-decoration: none;
}

.vk-link {
    text-decoration: none ! important;
    cursor: default ! important;
}

.vk-header {
    background: none repeat scroll 0% 0% rgb(218, 226, 232);
    padding: 4px 4px 4px 6px;
    margin-bottom: 10px;
}

.vk-logo {
    width: 16px;
    height: 16px;
    float: right;
    background-size: 100% 100%;
    margin-top: -1px;
}

.vk-header-text {
    padding: 2px 3px 1px;
    line-height: 100%;
    color: rgb(69, 104, 142);
    font-weight: bold;
}

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

.vk-comment,
.vk-comment-load {
    margin-bottom: 15px;
    position: relative;
    border-bottom: 1px solid rgb(218, 225, 232);
    padding-bottom: 15px;
    height: 100%;
    overflow: hidden;
}

.vk-comment:last-child {
    border-bottom: 0px none;
}

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    margin-left: 60px;
    margin-bottom: 3px;
}
.vk-comment-load,
.vk-comment {
    font-size: 14px;
    line-height: 1.3;
}
.vk-comment-text {
    margin-left: 60px;
}

.vk-comment-date {
    margin-left: 60px;
    color: rgb(153, 153, 153);
    display: none;
}

.vk-comment-like {
    display: none;
    
}

.vk-comment-like:hover {
    opacity: 0.5;
    cursor: pointer;
}

.vk-comment-like-count {
    padding-left: 17px;
    font-weight: bold;
    color: rgb(114, 149, 178);
    font-size: 10px;
}

.vk-comment-answer {
    color: rgb(43, 88, 122);
}

.vk-comment-answer:hover {
    opacity: 0.5;
    cursor: pointer;
}

.button {
    width: 224px;
    height: 51px;
    display: inline-block;
    background-size: 100%;
}

.button:hover {
    background-position: bottom;
}

.contentimage {
    text-align: center;
    margin-bottom: 10px;
}

.left-column p {
    text-indent: 20px;
}

.vk-ccomment {
    background: #F1F1F1;
    padding: 6px;
    width: 100%;
    box-sizing: border-box;
}

.vk-ccomment textarea {
    border: 1px solid #BBCADA;
    width: 100%;
    color: #BBCADA;
    resize: none;
    height: 64px;
    padding: 3px;
    box-sizing: border-box;
}

.vk-ccomment .cbutton {
    padding: 6px 16px 7px 16px;
    margin: 0;
    font-size: 11px;
    display: inline-block;
    zoom: 1;
    cursor: pointer;
    white-space: nowrap;
    outline: none;
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    vertical-align: top;
    overflow: visible;
    line-height: 13px;
    text-decoration: none;
    background: none;
    background-color: #6383a8;
    color: #FFF;
    border: 0;
}
.form_input {
    width: 100%;
    font-size: 16px;
    -webkit-appearance: none;
    appearance: none;
    border: 1px #bbb solid;
    padding-left: 10px;
    height: 42px;
    margin-bottom: 10px;
    box-sizing: border-box;
}
select {
    margin-top: 20px;
}
.vk-comment-text img {
    width: 100%;
    max-width: 350px;
    margin-top: 10px;
}
@media screen and (max-width: 768px) {
    .sidebar {
        display: none;
    }
    .footer {
        max-width: 100%;
    }
    .menu {
        display: none;
    }
    .header {
        text-align: center;
    }
    .logo {
        float: none;
        margin: 0;
    }
    .left-column {
        box-sizing: border-box;
        width: 100%;
        padding-left: 12px;
        padding-right: 12px;
    }
}