.model-product__logo {
  text-align: center;
}
.model-product__logo svg {
  width: auto;
  max-width: 100%;
  max-height: 31px;
  transform: scale(1.15);
}
.model-product__logo svg g g:first-child,
.model-product__logo svg g path[fill="#000"] {
  fill: #fff;
}
.model-product__price {
  text-align: center;
  margin-bottom: 8px;
}
.model-product__image {
  position: relative;
  text-align: center;
  margin-bottom: -10px;
  z-index: 1;
}
.model-product__image img {
  margin: 0 auto;
  max-width: 100%;
}
.model-product__badge {
  position: absolute;
  top: 68px;
  right: 0;
}
.model-product__compare {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  z-index: 2;
}
.model-product__compare-item {
  width: 50%;
  text-align: center;
  margin-bottom: 24px;
}
.model-product__compare-label {
  font-size: 1.4rem;
  margin-bottom: 3px;
}
.model-product__compare-value {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  -ms-flex-align: baseline;
      align-items: baseline;
  font-family: 'DINCondensed', sans-serif;
  font-size: 3.2rem;
}
.model-product__measure {
  font-size: 0.5em;
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  text-transform: uppercase;
}
.model-product__compare-tooltip {
  position: absolute;
  padding: 4px;
  display: block;
  cursor: pointer;
  z-index: 1;
  position: static;
  display: inline-block;
  margin-left: 2px;
  margin-right: -24px;
}
.model-product__compare-tooltip:before {
  content: '';
  display: block;
  background: url("data:image/svg+xml;charset=utf-8,%3Csvg width='14' height='14' viewBox='0 0 14 14' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cpath d='M5.994 5.76c.01-.721.315-1.32 1.047-1.32.539 0 .864.294.864.914 0 .549-.346.783-.742 1.098-.407.315-.823.711-.884 1.595v.458H7.65v-.386c.091-.6.559-.864.996-1.19.437-.335.854-.731.854-1.717 0-.783-.61-1.962-2.531-1.962-1.484 0-2.44 1.057-2.47 2.51h1.494zm.142 4.92h1.596V9.115H6.136v1.565z' fill='%23E10F00'/%3E%3Ccircle stroke='%23E10F00' cx='7' cy='7' r='6.5'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  background-size: contain;
  width: 14px;
  height: 14px;
}
.model-product__description {
  line-height: 2.4rem;
  font-size: 14px;
  text-align: center;
  font-weight: 600;
}
@media (max-width: 768px) {
  .model-product__compare-value {
    font-size: 2.4rem;
  }
}
@media (max-width: 480px) {
  .model-product__badge {
    top: 48px;
    right: 10px;
  }
}
