/* Карточка MyReviews */
.myreviews-avito-box {
  width: 303px;
  height: 100px;
  margin: 0 auto;
  padding: 0;
  background: #ffffff;
  border-radius: 5px;
  box-shadow: 0px 0px 5px 3px rgba(90, 90, 90, 0.2);
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Сам iframe */
#myReviews__sticker-widget-sticker_1 {
  width: 300px !important;
  height: 100px !important;
  border: none !important;
  outline: none !important;
  padding: 0 !important;
  margin: 0 !important;
  display: block !important;
  background: transparent !important;
}

/* Мобильная версия */
@media screen and (max-width: 480px) {
  .myreviews-avito-box {
    width: 100% !important;
    max-width: 303px !important;
    height: 100px !important;
    margin: 0 auto 20px auto !important;
    overflow: hidden !important;
  }

  #myReviews__sticker-widget-sticker_1 {
    width: 300px !important;
    height: 100px !important;
    transform: scale(1);
    transform-origin: center center;
  }

  #rec1411135041 .tn-elem[data-elem-id="1778755441490"] {
    width: 303px !important;
    height: 100px !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
    overflow: visible !important;
  }
}