.fw-aside-wrapper {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 3px;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.fw-aside-list {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.fw-aside-item {
  margin-bottom: 5px;
}
.fw-aside-item-link, .fw-aside-item a {
  border-bottom: 1px solid transparent;
  display: inline-block;
  margin-right: 10px;
}
.fw-aside-rubrics {
  display: flex;
  flex-direction: column;
  box-shadow: 0px 1px 15px rgba(0, 0, 0, 0.06);
  border: 0;
  border-radius: 3px;
  padding: 20px 30px;
  margin-bottom: 40px;
}
.fw-aside-rubric {
  margin-bottom: 5px;
}
.fw-aside-rubric a {
  color: var(--primary);
  border-bottom: 1px solid transparent;
}
.fw-aside-rubric a:hover {
  color: #005eec;
  border-color: inherit;
}
.fw-aside .fw-rubrics-mobile {
  display: none;
}
@media (max-width: 960px) {
  .fw-aside .fw-rubrics-mobile {
    display: block;
  }
}
.fw-aside .fw-rubrics-mobile__list {
  display: flex;
  margin-bottom: 30px;
}
@media (max-width: 550px) {
  .fw-aside .fw-rubrics-mobile__list {
    flex-direction: column;
  }
}
.fw-aside .fw-rubrics-mobile .fw-news-rubric {
  margin-right: 20px;
  margin-bottom: 0;
}
.fw-aside-tags a {
  color: #005eec;
}
.fw-aside-tags a:hover {
  border-bottom: 1px solid #005eec;
  text-decoration: none;
}
.fw-comment {
  margin-bottom: var(--gap);
  padding: var(--gap);
  background: var(--bg-muted);
  border-radius: var(--border-radius);
}
.fw-comment__header {
  display: flex;
  min-height: 50px;
}
.fw-comment__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 25px;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  border: 1px solid var(--primary);
  background-color: var(--primary);
  text-align: center;
  line-height: 52px;
  color: var(--primary-inverse);
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.fw-comment__info {
  display: flex;
  align-items: baseline;
}
.fw-comment__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1.2rem;
}
.fw-comment__date {
  display: inline-block;
  color: #a1a1a1;
  font-size: 0.8rem;
}
.fw-comment__body > *:last-child {
  margin-bottom: 0;
}
@media (min-width: 640px) {
  .fw-comment__body {
    padding-left: calc(60px + 25px);
  }
}
.fw-comment-answer {
  padding-left: calc(60px*2 + 25px);
  margin-bottom: 20px;
}
@media (min-width: 640px) {
  .review-answer-line {
    margin-left: calc(60px + 25px - 5px);
  }
}
.fw-review {
  margin-bottom: var(--gap);
  padding: var(--gap);
  background: var(--bg-muted);
}
.fw-review__header {
  display: flex;
  align-items: center;
  min-height: 50px;
}
.fw-review__avatar {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 30px;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  border: 1px solid var(--secondary);
  background-color: var(--secondary);
  text-align: center;
  line-height: 52px;
  color: #fff;
  font-size: 26px;
  font-weight: 400;
  text-transform: uppercase;
}
.fw-review__info {
  display: flex;
  flex-direction: column;
}
.fw-review__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: var(--secondary);
}
.fw-review__date {
  display: inline-block;
  color: #a1a1a1;
  font-size: 0.8rem;
}
.fw-review__body {
  margin-top: 5px;
}
@media (min-width: 640px) {
  .fw-review__body {
    padding-left: calc(50px + 30px);
  }
}
.fw-review__body p {
  margin: 10px 0 0 0;
}
@media (min-width: 640px) {
  .fw-answer {
    margin-left: calc(50px + 30px);
  }
}
.fw-answer__header {
  display: flex;
  align-items: center;
}
.fw-answer__body {
  margin-top: 5px;
}
.fw-answer__author {
  margin-right: 10px;
  font-weight: 500;
  font-size: 1rem;
  color: #005eec;
}
.fw-comments-custom-section {
  padding-top: 50px;
}
.fw-reviews-stats-block {
  border: 1px solid #e5e5e5;
  padding: 25px;
  margin-bottom: 30px;
}
.fw-reviews-stats-block__item {
  color: #333;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 10px;
}
.fw-reviews-stats-block__item:last-child {
  margin-bottom: 0;
}
.fw-reviews-stats-block__item .cust-progress-bar {
  flex: 1;
  max-width: 930px;
  height: 20px;
  border-radius: 10px;
  overflow: hidden;
  border: 1px solid transparent;
}
.fw-reviews-stats-block__item .cust-progress-bar__ph {
  background-color: #ede9e9;
  width: 100%;
  height: 100%;
}
.fw-reviews-stats-block__item .cust-progress-bar__progress {
  background: #005eec;
  height: 100%;
  border-radius: 10px;
}
.fw-reviews-stats-block__item .cust-stars-count {
  flex-shrink: 0;
  margin-left: 8px;
  margin-top: -3px;
}
.fw-reviews-stats-block__item .cust-votes-count {
  display: flex;
  align-items: center;
  flex-shrink: 0;
  width: 50px;
  margin-left: 8px;
}
.fw-reviews-stats-block__item .cust-votes-count__num {
  padding-left: 4px;
}
.fw-reviews-stats-block__item:hover .cust-progress-bar {
  border-color: #005eec;
}
.fw-reviews-stats-block .reset-stat-filter {
  display: inline-block;
  margin-top: 20px;
  color: #fff;
  background: #005eec;
  padding: 0 30px;
  font-size: 0.875rem;
  line-height: 38px;
  cursor: pointer;
  text-decoration: none;
}
@media (max-width: 640px) {
  .fw-reviews-stats-block {
    padding: 10px;
  }
}
.fw-comments-block__custom-left .fw-comment {
  background: transparent;
  border: 1px solid #e5e5e5;
  padding: 20px;
}
.fw-comments-block__custom-left .fw-comment__header {
  align-items: center;
  margin-bottom: 15px;
}
.fw-comments-block__custom-left .fw-comment__rating {
  margin-bottom: 15px;
}
.fw-comments-block__custom-left .fw-comment__body {
  padding-left: 0;
  font-weight: 500;
}
.fw-comments-block__custom-left .fw-comment__body p {
  margin: 0;
}
.fw-comments-block__custom-left .fw-comment__answer {
  margin-top: 15px;
  padding-top: 15px;
  border-top: 1px solid rgba(0, 94, 236, 0.5);
}
.fw-comments-block__custom-left .fw-comment__answer p {
  margin: 0;
}
.fw-comments-block__custom-left .fw-comment__answer-head {
  font-weight: 500;
  margin-bottom: 5px;
}
@media (max-width: 640px) {
  .fw-comments-block__custom-left .fw-comment {
    padding: 10px;
  }
}
.fw-comments-block__custom-left .fw-comment__author-cust {
  font-size: 18px;
  font-weight: 700;
}
.fw-comments-block__custom-left .fw-comment__date-cust {
  color: #999999;
}
.card-news {
  height: 100%;
  display: flex;
  flex-direction: column;
}
.fw-allnews-link a {
  color: #005eec;
}
.fw-allnews-link a:hover {
  color: #005eec;
  text-decoration: none;
}
.fw-news-filter {
  display: flex;
  align-items: center;
  padding: 20px;
  margin-bottom: 40px;
}
.fw-news-filter-input {
  margin-right: 20px;
  display: flex;
  align-items: center;
}
.fw-news-filter-input .date-input {
  max-width: 170px;
}
@media (max-width: 880px) {
  .fw-news-filter-input {
    justify-content: space-between;
  }
  .fw-news-filter-input:first-child {
    margin-bottom: 10px;
  }
}
@media (max-width: 550px) {
  .fw-news-filter-input {
    justify-content: space-between;
    flex-direction: column;
    align-items: flex-start;
    width: 50%;
  }
  .fw-news-filter-input:first-child {
    margin-bottom: 0px;
  }
  .fw-news-filter-input:last-child {
    margin-right: 0px;
  }
  .fw-news-filter-input .date-input {
    max-width: 100%;
  }
}
@media (max-width: 470px) {
  .fw-news-filter-input {
    width: 100%;
  }
}
.fw-news-filter-input-name {
  margin-right: 10px;
  display: block;
}
@media (max-width: 550px) {
  .fw-news-filter-input-name {
    margin-right: 0;
  }
}
.fw-news-filter-submit-block {
  display: flex;
}
@media (max-width: 880px) {
  .fw-news-filter-submit-block {
    flex-direction: column;
  }
}
.fw-news-filter-reset {
  margin-left: 10px;
}
@media (max-width: 880px) {
  .fw-news-filter-reset {
    margin-left: 0px;
    margin-top: 10px;
  }
}
.fw-news-filter-inputs {
  display: flex;
}
@media (max-width: 880px) {
  .fw-news-filter-inputs {
    flex-direction: column;
  }
}
@media (max-width: 550px) {
  .fw-news-filter-inputs {
    flex-direction: row;
    margin-bottom: 20px;
  }
}
@media (max-width: 470px) {
  .fw-news-filter-inputs {
    flex-direction: column;
    margin-bottom: 20px;
  }
}
@media (max-width: 550px) {
  .fw-news-filter {
    flex-direction: column;
    align-items: stretch;
  }
}
.fw-new {
  display: flex;
  margin-bottom: 40px;
}
.fw-new-desc {
  padding: 0px;
  flex-grow: 1;
}
@media (max-width: 550px) {
  .fw-new-desc {
    padding: 20px 0;
  }
}
.fw-new-title {
  display: block;
  margin-bottom: 5px;
  color: #005eec;
  font-weight: 600;
  font-size: 1.2rem;
}
.fw-new-date {
  margin-bottom: 20px;
}
.fw-new-brieftext {
  margin-top: 10px;
  margin-bottom: 15px;
}
.fw-new-button {
  margin-top: 20px;
}
.fw-new-image {
  max-width: 30%;
  min-width: 30%;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-basis: auto;
  flex-shrink: 1;
  margin-right: var(--gap);
}
@media (max-width: 550px) {
  .fw-new-image {
    max-width: 100%;
    margin-right: 0;
  }
}
.fw-new-image a {
  max-height: 200px;
  overflow: hidden;
  border: 0 !important;
}
@media (max-width: 550px) {
  .fw-new {
    flex-direction: column;
  }
}
.fw-new-page {
  /*max-width: 700px;*/
}
.fw-new-page-date {
  margin-bottom: 20px;
  font-size: 0.875rem;
}
.fw-new-page-tags {
  margin-top: 15px;
}
.fw-new-page-back-btn {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.fw-more-news {
  margin-top: 40px;
}
.fw-new-card {
  padding: 0 20px;
}
.fw-new-card__link {
  font-weight: 600;
  font-size: 1.2rem;
}
.fw-new-card__date {
  font-size: 14px;
  margin: 10px 0;
}
@media (max-width: 639px) {
  .fw-new-card {
    padding: 20px 0;
  }
}
@media (max-width: 460px) {
  .fw-news-filter-input + .fw-news-filter-input {
    margin-top: 20px;
  }
}
