/* Autoera Desktop RU Layout 3.1
   Only Russian desktop product cards.
*/
@media only screen and (min-width:981px) {
  body.aeru31-ru .aeru31-product-table {
    display: table !important;
    width: 100% !important;
    max-width: 100% !important;
    table-layout: fixed !important;
    border-collapse: separate !important;
    border-spacing: 10px 0 !important;
    margin: 0 !important;
  }

  body.aeru31-ru .aeru31-main-row,
  body.aeru31-ru .aeru31-actions-row {
    display: table-row !important;
  }

  body.aeru31-ru .aeru31-product-table td {
    float: none !important;
    clear: none !important;
    vertical-align: top !important;
    box-sizing: border-box !important;
  }

  body.aeru31-ru .aeru31-image-cell {
    width: 38% !important;
  }

  body.aeru31-ru .aeru31-info-cell {
    width: 38% !important;
  }

  body.aeru31-ru .aeru31-service-cell {
    width: 24% !important;
    min-width: 200px !important;
    padding: 10px !important;
    font-size: 12px !important;
    line-height: 1.28 !important;
    overflow-wrap: anywhere !important;
  }

  body.aeru31-ru .aeru31-image-cell img,
  body.aeru31-ru .aeru31-service-cell img {
    max-width: 100% !important;
    height: auto !important;
  }

  body.aeru31-ru .aeru31-service-cell table {
    width: 100% !important;
    max-width: 100% !important;
  }

  body.aeru31-ru .aeru31-back-cell {
    width: 38% !important;
    padding-top: 12px !important;
    text-align: center !important;
  }

  body.aeru31-ru .aeru31-buy-cell {
    width: 38% !important;
    padding-top: 12px !important;
  }

  body.aeru31-ru .aeru31-actions-spacer {
    width: 24% !important;
  }

  body.aeru31-ru .aeru31-back-cell a {
    display: inline-block !important;
    max-width: 100% !important;
  }

  /* Disable the previous experimental desktop grid if its files remain cached. */
  body.aeru31-ru .aeru3-grid {
    display: none !important;
  }

  body.aeru31-ru .aeru3-source-table {
    display: table !important;
  }
}
