<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.tests {}
.tests__list {
  padding: 15px;
}
.tests__item {
  border-radius: 6px;
  box-shadow: 0 0 20px rgb(0 0 0 / 7%);
  background-color: #fff;
  box-sizing: border-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}
.tests__item:not(:first-child) {
  margin-top: 15px;
}
.tests__image {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
  max-width: 265px;
  -webkit-flex: 1 0 50%;
  -ms-flex: 1 0 50%;
  flex: 1 0 50%;
}
.tests__image img {
  display: block;
  max-width: 100%;
  height: auto;
  padding: 0;
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.tests__big-image {
}
.tests__big-image img {
display:block;
margin:0 auto;
margin-bottom:10px;
width:69%;
}
.tests__body {
  padding: 15px 20px;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
}
.tests__title,
#content .tests__title,
.tests__title:hover,
#content .tests__title:hover {
  font-weight: 700;
  font-size: 21px;
  letter-spacing: 0;
  text-transform: none;
  color: #000;
  display: block;
  text-decoration: none;
}
.tests__desc {
  margin-top: 10px;
}
.tests__link,
#content .tests__link,
.tests__link:hover,
#content .tests__link:hover {
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #000;
  text-decoration: none;
}
.tests__stats {
  margin-top: 5px;
  font-style: italic;
  font-size: 11px;
}
.tests__label {
  display: flex;
  cursor: pointer;
}
.tests__label img {
  max-width: 200px;
  max-height: 200px;
  display: block;
  padding: 0;
}
</pre></body></html>