
.region-url {
  color: #000;
  border-bottom: 1px dashed #ff7d00;
}
.region-url:hover {
  border-bottom: 1px solid #ff7d00;
}

.product-page {
  margin-top: 20px;
}

.product__info {
  background: #fff;
  margin-top: 20px;
}

.properties-list {
  margin: 0;
  padding: 0;
  font-size: 80%;
  color: #777;
}

.product-seller {
  background: #fff;
  margin-top: 20px;
  display: flex;
  align-items: center;
  box-shadow: 0 0 25px 0 rgba(50, 50, 50, 0.1);
}
.product-seller__content {
  padding: 15px;
  width: 100%;
}
.product-seller__info {
  display: flex;
  margin: 0 -15px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.product-seller__descr {
  font-size: 14px;
  padding: 5px;
  background: #eafaeb;
  margin-top: 10px;
}
.product-seller__name {
  align-items: center;
  margin-bottom: 3px;
}
.product-seller__name a {
  display: inline-block;
  margin-bottom: 5px;
  color: #1a2436;
  border-bottom: 1px dashed #ff7d00;
  font-weight: 500;
  font-size: 1.2em;
}
.product-seller__name > a {
  font-size: 1.5rem;
  margin-right: 10px;
}
.product-seller__name p {
  max-width: 200px;
  margin-bottom: 0;
}
.product-seller__item {
  width: auto;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  padding: 0 15px;
}
.product-seller__img {
  width: 180px;
  height: 180px;
  min-width: 180px;
  min-height: 180px;
  overflow: hidden;
}
.product-seller__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.product-seller__img img[src$="0.svg"] {
  padding: 20px;
}
.product-seller__time {
  font-size: 13px;
  margin-top: 5px;
}
.product-seller__pereves-info, .product-seller__purchase-info {
  margin-top: 15px;
  padding: 0;
  background: transparent;
}
.product-seller__pereves-info .info-label, .product-seller__purchase-info .info-label {
  font-weight: 600;
  color: #1a2436;
  font-size: 1.2rem;
  margin-bottom: 8px;
  display: block;
}
.product-seller__pereves-info .info-list, .product-seller__purchase-info .info-list {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}
.product-seller__pereves-info .info-item, .product-seller__purchase-info .info-item {
  background: #e9ecef;
  color: #1a2436;
  padding: 4px 10px;
  border-radius: 4px;
  font-size: 1rem;
  font-weight: 400;
}

.product-info {
  padding: 20px 0;
  display: flex;
  flex-wrap: wrap;
  box-shadow: 0 0 25px 0 rgba(50, 50, 50, 0.1);
}
.product-info .views-count {
  color: #777;
}
.product-info__block {
  padding: 0 15px;
  width: 50%;
}
.product-info__nomer {
  text-align: center;
}
.product-info__nomer img {
  margin-bottom: 10px;
}
.product-info__item {
  padding: 10px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
}
.product-info__item-price {
  font-size: 22px;
  font-weight: bold;
  color: #1e5121;
}
.product-info__item-price small {
  font-size: 16px;
  font-weight: 400;
  color: #1e5121;
}
.product-info__item-price span.small {
  font-size: 16px;
  font-weight: 400;
}
.product-info__item .question {
  color: #999;
  width: 150px;
  margin: 5px 0;
}
.product-info__item .answer {
  margin: 5px 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 400px) {
  .product-info__item {
    display: block;
  }
  .product-info__item .question {
    width: 100%;
  }
}
.product-info__img {
  width: 363px;
  margin-left: auto;
  display: block;
}
.product-info__descr {
  text-align: center;
  width: 100%;
  background: #eafaeb;
  padding: 15px 10px;
}

.product-share-line {
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: center;
  gap: 0.35rem 0.6rem;
  margin-top: 0.65rem;
  font-size: 13px;
  line-height: 1;
  color: #888;
}
.product-share-line__label {
  margin-right: 0.15rem;
  white-space: nowrap;
  font-weight: 400;
}
.product-share-line__link {
  color: #888;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  padding: 1px 2px;
}
.product-share-line__link:hover {
  text-decoration: none;
}
.product-share-line__link--vk:hover {
  color: #0077ff;
}
.product-share-line__link--telegram:hover {
  color: #2aabee;
}
.product-share-line__link--whatsapp:hover {
  color: #25d366;
}
.product-share-line__link .fa {
  font-size: 17px;
  line-height: 1;
  vertical-align: middle;
}

