* {
 margin: 0px;
 padding: 0px;
 box-sizing: border-box;
 }
body {
 
 font-family: Tahoma,Verdana;
 font-size: 14px;
 line-height: 23px;
 width: 100%;
 }
a {
 color: rgb(0, 71, 255);
 outline: medium none;
 text-decoration: underline;
 }
a:hover {
 text-decoration: none;
 }
 .big_img{
    width: 100%;
    max-width: 100%;
 }
 .float_left{
    float: left; margin-right: 10px; margin-bottom: 5px;
 }
 .mytext{
    font-size: 13px;
 }
 .autor{
     color: rgb(10, 120, 194);
 }
p {
 margin: 0px 0px 11px;
 }
strong, b {
 font-weight: bolder;
 }
img {
 border: medium none;
 }
h1 {
 margin: 10px 0px;
 font-size: 23px;
 }
h2 {
 margin: 10px 0px;
 font-size: 22px;
 }
h3 {
 margin: 2px 0px 10px;
 font-size: 20px;
 font-weight: normal;
 }
.container {
 width: 960px;
 margin: 0px auto;
 }
.header {
 width: 100%;
 margin: 0px auto 15px;
 
 -webkit-background-size: contain;
 background-size: contain;
 height: 131px;
 cursor: pointer;
 border-bottom-right-radius: 15px;
 border-bottom-left-radius: 15px;
 }
.left-column {
 
 width: 100%;
 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;
 border-radius: 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;
 border-radius: 10px;
 }
.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;
 border-radius: 10px;
 }
.sidebar-bloggers-avatar {
 display: inline-block;
 }
.sidebar-bloggers img {
 margin: 5px;
 }
.footer {
 clear: both;
 text-align: center;
 margin-bottom: 20px;
 font-size: 12px;
 color: rgb(119, 119, 119);
 }
.vk-container {
 font-size: 14px;
 line-height: 17px;
 color: black;
 text-decoration: none;
 }
.vk-header {
 background: none repeat scroll 0% 0% rgb(218, 226, 232);
 padding: 4px 4px 4px 6px;
 margin-bottom: 10px;
 }
 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;
 height: 50px;
 object-fit: cover;
 }
.vk-comment, .vk-comment-load {
 margin-bottom: 15px;
 position: relative;
 border-bottom: 1px solid rgb(218, 225, 232);
 padding-bottom: 15px;
 font-size: 14px;
 line-height: 1.2;
 height: 100%;
 overflow: hidden;
 }
.vk-comment:last-child {
 border-bottom: 0px none;
 }
.vk-comment-name {
 color: rgb(43, 88, 122);
 font-weight: bold;
 font-size: 13px;
 }
.vk-comment-text {
 margin-left: 60px;
  width: 75%;
  margin-top: 6px;
 }
.vk-comment-date {
 margin-left: 60px;
 color: rgb(153, 153, 153);
 }
.vk-comment-like {
 position: absolute;
 right: 5px;
 bottom: 0;
background: url(../img/like.png) no-repeat scroll left center transparent;
 
 display: inline-block;
 height: 18px;
 }
.vk-comment-like:hover {
 opacity: 0.5;
 cursor: pointer;
 }
.vk-comment-like-count {
 padding-left: 18px;
 font-weight: bold;
 color: rgb(114, 149, 178);
 font-size: 10px;
 position: relative;
 top: 3px;
 }
.vk-comment-answer {
 color: rgb(43, 88, 122);
 }
.vk-comment-answer:hover {
 opacity: 0.5;
 cursor: pointer;
 }
.ordrbutt {
 background: none repeat scroll 0% 0% rgb(104, 119, 255);
 border: 1px solid rgb(66, 79, 191);
 padding: 10px 27px;
 border-radius: 5px;
 font-size: 21px;
 color: rgb(255, 255, 255) ! important;
 text-decoration: none;
 cursor: pointer;
 box-sizing: border-box;
 display: inline-block;
 }
.ordrbutt:hover {
 background: none repeat scroll 0% 0% rgb(255, 139, 104);
 border-color: rgb(242, 95, 50);
 }
.link {
 cursor: pointer;
 }
.vk-comment-text img {
display: block;
width: 100%;
max-width: 350px;
margin-top: 10px;
}
@media all and (max-width: 1000px){
    .no-com{
    }
  	.body{
      text-align: justify;
    }
  .left-column{
    	text-align: justify;
  }
}
@media screen and (max-width: 960px) {
    .container {
        width: 750px;
    }
    .header {
        height: 103px;
    }
}

@media screen and (max-width: 750px) {
    .container {
        width: 90%;
    }
    .header {
        height: 91px;
    }
}

@media screen and (max-width: 570px) {
    .header {
        height: 70px;
    }
}

@media screen and (max-width: 480px) {
    .center-img {
        float: none !important;
        display: block;
        margin: 0 auto !important;
    }
    img[src='images/cream-prod.png'] {
        width: 150px !important;
    }
    .ordrbutt {
        display: block;
        margin: 10px auto;
    }
}

@media screen and (max-width: 420px) {
    .container {
        width: 100%;
    }
    .header {
        height: 57px;
    }
}
footer {
    text-align: center;
    padding: 20px 10px;
}
footer * {
    font-size: 14px;
}
.price-block {
    text-align: center;
    font-size:24px;
    margin: 20px 0;
}
#order_form {
    max-width: 300px;
    margin: 0 auto 30px;
}
.form__input {
    -webkit-appearance: none;
    appearance: none;
    outline: none;
    border: 1px #bbb solid;
    font-size: 18px;
    margin-bottom: 10px;
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    -ms-border-radius: 6px;
    -o-border-radius: 6px;
    width: 100%;
    height: 46px;
    padding-left: 10px;
}
#order_form button {
    width: 100%;
}