@media only screen and (max-width: 900px) {
  * { box-sizing: border-box; }

  html, body {
    width: 100% !important;
    min-width: 0 !important;
    max-width: 100% !important;
    overflow-x: hidden !important;
  }

  body {
    background: url('images/bg.jpg') repeat 0 0 transparent;
  }

  img {
    max-width: 100%;
    height: auto;
  }

  .root_div,
  .root_div_padding,
  .block_top,
  .menu_top,
  .block_center,
  .footer {
    min-width: 0 !important;
    max-width: 100% !important;
    width: 100% !important;
    margin-left: auto !important;
    margin-right: auto !important;
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  .block_top,
  .block_center {
    padding-top: 12px !important;
  }

  .block_top::before {
    content: "Здорово Жить!";
    white-space: pre-line;
    display: block;
    margin: 0 0 12px 0;
    padding: 12px;
    border: 1px solid #9085ca;
    border-radius: 10px;
    background: rgba(255,255,255,0.92);
    color: #5458a4;
    font-family: Tahoma, Verdana, sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 1.2;
    text-align: center;
  }

  .table_100,
  .table_top,
  .table_top tbody,
  .table_top tr {
    display: block !important;
    width: 100% !important;
  }

  .table_top > tbody > tr > td,
  .table_top > tr > td,
  .top_left_td,
  .top_center_td,
  .left_td,
  .content_td {
    display: block !important;
    width: 100% !important;
  }

  .top_left_td,
  .top_center_td,
  .left_td,
  .content_td {
    padding: 0 !important;
    margin: 0 0 12px 0 !important;
    background: none !important;
  }

  .top_left_td {
    min-height: 48px;
  }

  .phone {
    float: none !important;
    width: 100% !important;
    margin: 0 0 12px 0 !important;
  }

  .only18 {
    position: static !important;
    float: none !important;
    display: block;
    margin: 0 0 0 auto;
  }

  .top_text {
    width: 100% !important;
    margin: 0 0 12px 0 !important;
    padding: 12px !important;
  }

  .left_block img,
  .top_center_td img,
  td > noindex img,
  td img {
    display: block;
    margin-left: auto !important;
    margin-right: auto !important;
  }

  .block_clear {
    margin-top: 16px !important;
  }

  .menu_top {
    margin: 0 auto !important;
  }

  .menu_container {
    padding: 6px !important;
    border-radius: 10px;
  }

  .menu_container table,
  .menu_container tbody,
  .menu_container tr {
    display: block !important;
    width: 100% !important;
  }

  .menu_td {
    display: block !important;
    width: 100% !important;
    margin-bottom: 8px;
  }

  .menu_td:last-child {
    margin-bottom: 0;
  }

  .menu_td:first-child .menu_a,
  .menu_td:last-child .menu_a {
    border-radius: 7px !important;
  }

  .menu_a {
    display: block !important;
    width: 100% !important;
    height: auto !important;
    padding: 12px 10px !important;
  }

  .content_td {
    padding: 0 0 20px 0 !important;
  }

  .mobile-sidebar-anchor {
    display: block;
    width: 100%;
    margin: 0 0 12px 0;
  }

  .mobile-sidebar-anchor > td.left_td.mobile-sidebar-block,
  .mobile-sidebar-anchor > .left_td.mobile-sidebar-block {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    padding: 0 !important;
    margin: 0 !important;
    background: none !important;
  }

  h1 {
    margin: 0 0 14px 0 !important;
    line-height: 1.25 !important;
  }

  h2,
  .h2 {
    margin: 20px 0 14px 0 !important;
    line-height: 1.3 !important;
  }

  .left_block_plus,
  .block_mini,
  .related,
  .content-post {
    width: 100% !important;
    margin-right: 0 !important;
  }

  .left_block_plus,
  .content-post {
    padding: 12px !important;
  }

  .related {
    padding: 8px !important;
  }

  .content-post p,
  .related p,
  .left_block_plus p,
  .page p {
    line-height: 1.6 !important;
  }

  .prodBlock,
  .prodBlock:hover {
    float: none !important;
    width: 100% !important;
    max-width: 360px;
    height: auto !important;
    margin: 0 auto 16px auto !important;
    padding-right: 0 !important;
    background: none !important;
    border: 1px solid #bda9c8 !important;
  }

  .prodBlock .t,
  .prodBlock .b {
    width: 100% !important;
    height: auto !important;
    background: none !important;
  }

  .prodBlock .b {
    padding: 16px !important;
    border-radius: 8px;
    background: rgba(255,255,255,0.92) !important;
  }

  .prodBlock img.label {
    top: -12px !important;
    right: -4px !important;
    max-width: 64px;
  }

  .prodBlock a.url {
    width: 100% !important;
    padding-bottom: 8px !important;
    text-align: center;
  }

  .prodBlock img.icon {
    float: none !important;
    display: block;
    width: 90px !important;
    height: auto !important;
    padding-right: 0 !important;
    margin: 0 auto 10px auto;
  }

  .prodBlock p.description,
  .prodBlock p {
    font-size: 13px !important;
    line-height: 1.5 !important;
    text-align: center;
  }

  .prodBlock span.price {
    float: none !important;
    margin: 0 auto 12px auto !important;
  }

  a.grButton {
    float: none !important;
    margin: 0 auto 8px auto !important;
    display: table !important;
  }

  .footer {
    height: auto !important;
    padding-bottom: 20px !important;
  }

  .footer_container {
    margin: 10px 0 !important;
  }

  .footer .table_100,
  .footer .table_100 tbody,
  .footer .table_100 tr,
  .footer .table_100 td {
    display: block !important;
    width: 100% !important;
    text-align: left !important;
  }

  .counters_td {
    text-align: left !important;
    margin-top: 10px;
  }
  
  
  
    a.grButton.red .c {
  padding-bottom: 19px !important;
    padding-top: 5px !important;
	
  }
  
  
}

@media only screen and (max-width: 560px) {
  .block_top::before {
    font-size: 22px;
  }

  .top_text,
  .left_block_plus,
  .content-post,
  .prodBlock .b {
    padding: 10px !important;
  }

  h1 {
    font-size: 26px !important;
  }

  h2,
  .h2 {
    font-size: 20px !important;
  }
}
 