/* AUTOERA DESKTOP RU FIX 1.0
   Applies only to Russian desktop product pages.
   Mobile, Latvian and English layouts are untouched.
*/

@media only screen and (min-width: 981px) {
  body.aeru-desktop-product .aeru-product-table {
    width: 100% !important;
    table-layout: fixed !important;
    border-collapse: collapse !important;
  }

  body.aeru-desktop-product .aeru-product-row > td {
    vertical-align: top !important;
  }

  body.aeru-desktop-product .aeru-image-cell {
    width: 31% !important;
    max-width: 31% !important;
    padding-right: 14px !important;
  }

  body.aeru-desktop-product .aeru-info-cell {
    width: 43% !important;
    max-width: 43% !important;
    padding-right: 14px !important;
  }

  body.aeru-desktop-product .aeru-service-cell {
    width: 26% !important;
    max-width: 26% !important;
    padding: 0 8px !important;
    clear: none !important;
    float: none !important;
    font-size: 12px !important;
    line-height: 1.3 !important;
    overflow-wrap: anywhere !important;
    word-break: normal !important;
  }

  body.aeru-desktop-product .aeru-service-cell img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.aeru-desktop-product .aeru-service-cell a {
    overflow-wrap: anywhere !important;
  }

  body.aeru-desktop-product .aeru-back-under-image {
    display: block !important;
    margin: 14px 0 0 !important;
    text-align: center !important;
  }

  body.aeru-desktop-product .aeru-back-under-image a {
    display: inline-block !important;
    max-width: 100% !important;
  }

  body.aeru-desktop-product .aeru-back-under-image img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.aeru-desktop-product .aeru-old-back-cell {
    display: none !important;
  }
}
