/* mobile */
body.mobile .wrap {
    width: 100%;
    float: left;
}
body.mobile img {
    max-width: 270px;
}

.mobile_post {

    font-size: 0.7vw;

}

body.mobile #footer .left {
    width: auto;
}
body.mobile #footer .copy {
    margin: 10px 0 20px;
}
body.mobile #footer .right {
    min-height: auto;
}
body.mobile #footer .clear {
    float: right;
    width: auto;
}
body.mobile #footer .soc_fb {
    margin: 2px 0 10px 30px;
}
body.mobile #footer .soc_vk {
    margin: 2px 15px 10px 10px;
}
body.mobile #footer .metrika {
    float: right;
    margin: 0 0 5px 0;
}
body.mobile #footer .phone {
    margin: 5px 0 10px 10px;
}

body.mobile img.right_100, body.mobile img {
width:100%;
}

body.mobile .page .product .content {
    float: none;
    width: 100%;
}
body.mobile .page .product .secondary {
    float: none;
    width: 100%;
}


img.right_100 and (min-width: 480px) {
  margin:none !important;
  width:100%;
}