/*UPD (28.04.2017) maksimov anton itsoft */

.report-main {
    color: #666!important;
    font-weight: 900;
    text-decoration: underline!important;
}

.report-main:hover {
    text-decoration: none;
}

.report {
    margin-top: 35px;
    display: block;
    font-size: 17px;
    color: #fff!important;
    text-align: center;
}

.by-product-btn {
    margin: 20px 0;
    display: block;
    width: 200px;
    height: 60px;
    background: url("/2015/wp-content/themes/viferon/images/btn.png");
}

.by-product-btn:hover {
    background: url("/2015/wp-content/themes/viferon/images/btn-hover.png");
}



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