.b-newslist__pic img {
    position: absolute;
    left: -9999px;
    right: -9999px;
    top: -9999px;
    bottom: -9999px;
    margin: auto;
    max-width: none;
    height: 100%;
}

.thumb-wrap {
  position: relative;
  padding-bottom: 56.25%; /* задаёт высоту контейнера для 16:9 (если 4:3 — поставьте 75%) */
  height: 0;
  overflow: hidden;
}
.thumb-wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border-width: 0;
  outline-width: 0;
}


.newsdetail {font-size: 1.7rem}

h1,h2, h3, h4 {
    font-weight: 700;
}


.newsdetail.imagetop .pic {
    margin-bottom: 20px;
    text-align: left;
}

.newsdetail.imagetop {
    margin-bottom: 40px;
}

.newsdetail.imagetop h2 {
    margin-top: 20px;
}

.breadcrumb {
    margin-bottom: 20px;
}

.newsdetail h3 {
    margin: 30px 0 0 0px;
    padding: 0 0 22px;
    border-bottom: 2px solid #ff7280;
    color: #202020;
    font: 25px/25px Arial, Helvetica, sans-serif;
}
.phone-header-block {
    text-align: center;
    font-size: 19px;
    color: #000;
    padding: 10px 0;
}

.phone-header-block p {
	margin: 0;
}

/*.add2basketform .add2basketlink, .add2basketform.cantbuy .buybtn, .add2basketform.checked .inbasket {
    display: none;
}*/

#buy-1-click {display: none;}

.product-buyblock__buy1click {
background: #ff7280;
color:#fff;
}
.product-buyblock__buy1click:hover {
color:#fff;
background: #ff3f52;
}