<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.complaints2boss {
	display: none;
}
.complaints2boss #boss-review {
	margin: 10px 0;
}
.complaints2boss .boss-photo{
	width: 127px;
	height: 170px;
	background: url(/local/templates/main15/img/dolgov.jpg) center center no-repeat;
	background-size: cover;
}
.complaints2boss .float-left {
	width: 235px;
}
.complaints2boss .float-right {
	width: 333px;
}
.complaints2boss .box-reviews-img {
	max-width: 115px;
	max-height: 146px;
	box-shadow: none;
	margin: -6px 0 0 0;
}
.complaints2boss .box-reviews-author {
	margin-left: 159px;
	display: block;
}
.complaints2boss .box-reviews-author .name {
	font-size: 22px;
	font-weight: normal;
}
.complaints2boss .box-reviews-author .post {
	font-size: 14px;
	font-weight: normal;
}
.complaints2boss .popup-content .textarea textarea {
	height: 154px;
}
.complaints2boss .box-reviews-bubble {
	margin: 0 0 10px 145px;
	line-height: 18px;
}

@media (max-width: 420px) {
  .complaints2boss #boss-review{
    display: flex;
    flex-wrap: wrap;
  }

  .complaints2boss .box-reviews-img {
    max-width: inherit;
    max-height: inherit;
    margin: 0;
    order: 1;
    width: 50%;
    padding-right: 20px;
  }

  .complaints2boss .box-reviews-bubble {
    margin: 20px 0 0 0;
    line-height: 18px;
    width: 100%;
    order: 3;
  }

  .complaints2boss .box-reviews-author {
    margin-left: 0;
    display: block;
    order: 2;
    width: 50%;
  }

  .box-reviews-crn{
    top: -14px;
    left: 22px;
    transform: rotate(90deg);
  }
}
</pre></body></html>