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

body {
    background: url('../images/background.png') repeat scroll 0% 0% rgb(255, 255, 255);
    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: 10px 0px;
    font-size: 26px;
}

h2 {
    margin: 10px 0px;
    font-size: 24px;
}

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

.container {
    width: 960px;
    margin: 0px auto;
}

.header {
    width: 960px;
    margin: 0px auto 20px;
    background: url('../images/header.jpg') no-repeat scroll 0% 0% transparent;
    -webkit-background-size: cover;
    background-size: cover;
    height: 131px;
}

.header h1 {
    margin-left: 20px;
    margin-top: 50px;
    color: #fff;
    display: inline-block;
    font-weight: 300;
    letter-spacing: 1px;
    font-size: 35px;
}

.wrap_post {
    text-align: right;
    display: inline-block;
}

.post1,
.post2,
.post3 {
    color: #fff;
    text-align: right;
    margin-left: 30px;
    position: relative;
}

.author {
    color: rgb(10, 120, 194);
    text-decoration: underline;
}

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

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

.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 span {
    color: rgb(72, 155, 31);
    text-decoration: underline;
}

.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;
    font-size: 0;
}

.sidebar-bloggers-avatar {
    display: inline-block;
    vertical-align: top;
    width: 50px;
    margin-right: 5px;
    margin-bottom: 5px;
}

.sidebar-bloggers p {
  font-size: 14px;
}

.footer {
    clear: both;
    text-align: center;
    padding-top: 20px;
    margin-bottom: 20px;
    font-size: 12px;
    color: rgb(119, 119, 119);
}

.prd {
  display: block;
  max-width: 250px;
  max-height: 350px;
  margin: 20px auto;
}

.vk-container {
    font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
    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;
    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;
    width: 50px;
}

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

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

.vk-comment-name {
    color: rgb(43, 88, 122);
    font-weight: bold;
    font-size: 12px;
}

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

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

.vk-comment-like {
    position: absolute;
    right: -5px;
    bottom: 10px;
    background: url(like.png) no-repeat scroll left center transparent;
    background-size: 22px;
    width: 40px;
    height: 16px;
    display: inline-block;
}

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

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

.fancy_purpul--link {
    position: fixed;
    width: 100%;
    height: 15px;
    top: 0px;
    left: 0px;
}

.purpul-bottom {
    background: linear-gradient(rgb(219, 132, 98), rgb(153, 52, 3)) repeat scroll 0px 0px transparent;
    border: medium none;
    border-radius: 20px;
    box-shadow: 0px 2px 4px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", Verdana, Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    outline: medium none;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease 0s;
    vertical-align: middle;
}

.purpul-bottom2 {
    background: linear-gradient(rgb(0, 153, 51), rgb(102, 204, 102)) repeat scroll 0px 0px transparent;
    border: medium none;
    border-radius: 20px;
    box-shadow: 0px 2px 4px rgb(0, 0, 0);
    color: rgb(255, 255, 255);
    cursor: pointer;
    display: inline-block;
    font-family: "Roboto Condensed", Verdana, Tahoma, Arial, sans-serif;
    font-size: 18px;
    font-weight: bold;
    outline: medium none;
    padding: 9px 16px;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.1s ease 0s;
    vertical-align: middle;
}

.purpul-bottom:hover {
    background: linear-gradient(rgb(153, 52, 3), rgb(219, 132, 98)) repeat scroll 0px 0px transparent;
}

.purpul-bottom2:hover {
    background: linear-gradient(rgb(102, 204, 102), rgb(0, 153, 51)) repeat scroll 0px 0px transparent;
}


.btn {
    display: block;
    width: 160px;
    padding: 12px 10px;
    background: rgb(10, 120, 194);
    color: #fff;
    font-size: 24px;
    text-decoration: none;
    text-transform: uppercase;
    font-weight: bold;
    text-align: center;
    margin: 30px auto;
    border-radius: 5px;
    transition: 0.5s;
    -o-transition: 0.5s;
    -ms-transition: 0.5s;
    -moz-transition: 0.5s;
    -webkit-transition: 0.5s;
}

.btn:hover {
  -moz-transform: scale(1.1);
  -webkit-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}

@media all and (max-width: 980px) {
    .left-column {
        width: 68%;
        box-sizing: border-box;
        margin-right: 2%;
    }
    .left-column img {
        /*max-width: 100%;*/
        height: auto;
    }
    .sidebar {
        width: 30%;
    }
    .container {
        max-width: 960px;
        width: 100%;
    }
    .header {
        max-width: 960px;
        width: 100%;
        /*background-size: contain;*/
    }
    .footer {
        width: 100%;
        text-align: center;
        margin: 10px 0;
    }
    .header h2 {
        font-size: 28px;
    }
}

@media all and (max-width: 840px) {
  .sidebar {
    display: none;
  }

  .left-column {
    width: 100%;
    margin-right: 0;
  }
}

@media all and (max-width: 640px) {
    body {
        min-width: 240px;
    }
    .post1,
    .post2,
    .post3 {
        display: none;
    }
    .header {
        line-height: auto !important;
        padding-top: 0 !important;
    }
    .header h1 {
        display: none;
    }
    .main-img {
        float: none !important;
        margin: 0 auto !important;
        display: block;
    }
    .left-column {
        width: 100%;
        margin: 0;
        padding: 0 10px;
    }
    .sidebar {
        display: none;
    }
    .vk-comment-answer {
        display: none;
    }
    .header {
        background: rgba(0, 0, 0, .8);
        text-align: center;
        font-size: 30px;
        color: #ffffff;
        border-radius: 0;
        box-sizing: border-box;
        line-height: 40px;
        padding: 20px 0;
        height: auto;
    }

    .mob-off {
      display: none;
    }
}

@media screen and (max-width:480px) {
    .prd {
        max-width: 250px;
        width: 100%;
        display: block;
        margin: 15px auto;
    }
}

@media screen and (min-width: 640px) {
    .yy {
        display: none!important
    }
}
