.page-news {
  background: #F4F4F4;
}

.news-wrap {
  justify-content: center;
}

@media (min-width: 992px) {
  .news-wrap {
    justify-content: space-around;
  }
}

@media (min-width: 1199px) {
  .news-wrap {
    justify-content: space-between;
  }
  .news-wrap::after {
    content: '';
    width: 32%;
    height: 0;
    order: 1;
  }
}

.news-wrap .news-item {
  margin-bottom: 20px;
  width: 100%;
  max-width: 436px;
}

@media (min-width: 992px) {
  .news-wrap .news-item {
    width: 48%;
    margin-bottom: 40px;
    max-width: 100%;
  }
}

@media (min-width: 1199px) {
  .news-wrap .news-item {
    width: 32%;
  }
}

.news-bottom {
  text-align: center;
}

@media (min-width: 992px) {
  .page-news-top {
    align-items: center;
    margin-bottom: 51px;
  }
  .page-news-top .page-title-bl h1 {
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .page-news-top {
    margin-bottom: 37px;
  }
}

.news-filter {
  align-items: center;
  margin-bottom: 34px;
}

@media (min-width: 992px) {
  .news-filter {
    margin-bottom: 0;
  }
}

.news-filter p {
  margin: 0;
  font-style: normal;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #8B8B8B;
  padding-right: 13px;
}

@media (min-width: 992px) {
  .news-filter p {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .news-filter p {
    font-size: 18px;
    padding-right: 15px;
  }
}

.news-filter__filter {
  position: relative;
}

.news-filter__values {
  position: absolute;
  width: 174px;
  height: auto;
  top: 38px;
  right: 0;
  background: #FFFFFF;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.15);
  border-radius: 5px;
  box-sizing: border-box;
  padding: 18px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s;
}

.news-filter__values.open {
  opacity: 1;
  z-index: 3;
  transition: 0.5s;
}

.news-filter__values:before {
  content: '';
  display: block;
  position: absolute;
  top: -11px;
  right: 50%;
  margin-right: -13px;
  width: 0;
  height: 0;
  border-left: 13px solid transparent;
  border-right: 13px solid transparent;
  border-bottom: 26px solid #FFFFFF;
  z-index: 4;
}

.news-filter__active {
  margin-top: 0;
  cursor: pointer;
}

@media (min-width: 992px) {
  .news-filter__active {
    margin-top: -2px;
  }
}

@media (min-width: 1199px) {
  .news-filter__active {
    margin-top: -1px;
  }
}

.news-filter__active span {
  font-style: normal;
  font-weight: bold;
  font-size: 14px;
  line-height: 150%;
  color: #1C1B17;
  display: inline-block;
  margin-right: 8px;
}

@media (min-width: 992px) {
  .news-filter__active span {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .news-filter__active span {
    font-size: 18px;
    margin-right: 14px;
  }
}

.news-filter__active svg {
  position: relative;
  top: -1px;
}

@media (min-width: 1199px) {
  .news-filter__active svg {
    top: -2px;
  }
}

.news-filter__value {
  display: block;
  font-size: 16px;
  line-height: 140%;
  color: #8B8B8B;
  margin-bottom: 10px;
  text-decoration: none;
}

.news-filter__value:last-child {
  margin-bottom: 0;
}

.news-filter__value.active {
  color: #1C1B17;
}

.page-news .page-title-bl {
  width: 100%;
}

@media (min-width: 992px) {
  .page-news .page-title-bl {
    width: auto;
  }
}

/* single */
.news-single {
  width: 100%;
  overflow: hidden;
}

.news-single .page-news-top {
  width: 100%;
  position: relative;
  padding-top: 36px;
}

@media (min-width: 992px) {
  .news-single .page-news-top {
    padding-top: 0;
    align-items: flex-start;
  }
}

.news-single .page-news-top::before {
  content: '';
  width: calc(100% + 30px);
  left: -15px;
  top: 0;
  height: 235px;
  background: #F4F4F4;
  position: absolute;
  z-index: -1;
}

@media (min-width: 992px) {
  .news-single .page-news-top::before {
    top: 30px;
    height: 290px;
    left: -25px;
    width: 54%;
  }
}

@media (min-width: 1199px) {
  .news-single .page-news-top::before {
    top: 0;
    height: 100%;
    left: 50%;
    width: 100%;
    margin-left: -1482px;
    min-width: 1460px;
  }
}

.news-single .page-title-bl h1 {
  margin-bottom: 22px;
  text-transform: none;
}

.page-news-top__published {
  justify-content: flex-start;
  margin-bottom: 26px;
}

.page-news-top__published-label {
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #8B8B8B;
}

@media (min-width: 992px) {
  .page-news-top__published-label {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .page-news-top__published-label {
    font-size: 18px;
  }
}

.page-news-top__published_long .page-news-top__published-date {
  width: 100%;
  margin-left: 0;
}

@media (min-width: 1199px) {
  .page-news-top__published_long .page-news-top__published-date {
    width: auto;
  }
}

@media (min-width: 1199px) {
  .page-news-top__published_long .page-news-top__published-label {
    margin-right: 9px;
  }
}

.page-news-top__published-date {
  margin-left: 13px;
  font-weight: normal;
  font-size: 14px;
  line-height: 150%;
  color: #1C1B17;
}

@media (min-width: 992px) {
  .page-news-top__published-date {
    font-size: 16px;
  }
}

@media (min-width: 1199px) {
  .page-news-top__published-date {
    font-size: 18px;
    margin-left: 9px;
  }
}

.news-top__image {
  position: relative;
  width: 100%;
}

@media (min-width: 992px) {
  .news-top__image {
    width: 60%;
  }
  .news-single .page-title-bl {
    width: 38%;
    padding-top: 70px;
  }
  .news-single .page-title-bl h1 {
    margin-bottom: 40px;
  }
}

@media (min-width: 1199px) {
  .news-single .page-title-bl {
    padding-top: 100px;
  }
  .news-single .page-title-bl h1 {
    margin-bottom: 83px;
    max-width: 462px;
  }
}

.news-content {
  max-width: 1286px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 56px;
}

@media (min-width: 992px) {
  .news-content {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .news-content .content-news {
    width: calc(100% - 370px);
  }
  .news-content .right-block {
    width: 320px;
  }
}

@media (min-width: 1199px) {
  .news-content {
    padding-top: 72px;
    padding-bottom: 110px;
  }
  .news-content .content-news {
    width: calc(100% - 406px);
    margin-top: 24px;
  }
}

.bottom-news__share {
  width: 100%;
  text-align: center;
  margin-bottom: 29px;
}

@media (min-width: 992px) {
  .bottom-news__share {
    text-align: left;
  }
}

@media (min-width: 1199px) {
  .bottom-news__share {
    width: 50%;
    margin-bottom: 0;
    display: flex;
    align-items: center;
  }
}

.bottom-news__share .label {
  margin: 0;
  font-weight: 300;
  font-size: 14px;
  line-height: 150%;
  color: #8B8B8B;
}

@media (min-width: 992px) {
  .bottom-news__share .label {
    font-size: 18px;
  }
}

@media (min-width: 1199px) {
  .bottom-news__share .label {
    margin-right: 9px;
  }
}

.bottom-news__actions {
  width: 100%;
  margin-bottom: 56px;
}

@media (min-width: 1199px) {
  .bottom-news__actions {
    width: auto;
    max-width: 50%;
    margin-bottom: 0;
  }
}

@media (min-width: 992px) {
  .blog-single .bottom-news {
    max-width: calc(100% - 370px);
  }
}

@media (min-width: 1199px) {
  .blog-single .bottom-news {
    align-items: center;
    max-width: calc(100% - 406px);
  }
}

.bottom-news__watch {
  display: flex;
  align-items: center;
}

@media (min-width: 1199px) {
  .bottom-news__watch {
    margin-right: 52px;
  }
}

.bottom-news__watch svg {
  width: 15px;
  height: auto;
}

@media (min-width: 992px) {
  .bottom-news__watch svg {
    width: 22px;
  }
}

.bottom-news__watch span {
  font-size: 14px;
  line-height: 150%;
  color: #1C1B17;
  margin-left: 6px;
}

@media (min-width: 992px) {
  .bottom-news__watch span {
    font-size: 18px;
  }
}

.likedislike .like-block,
.likedislike .dislike-block {
  background: #F4F4F4;
  padding: 6px 10px;
  cursor: pointer;
}

.likedislike .like-block svg,
.likedislike .dislike-block svg {
  width: 19px;
  height: auto;
  margin-right: 10px;
}

@media (min-width: 992px) {
  .likedislike .like-block svg,
  .likedislike .dislike-block svg {
    width: 24px;
    margin-right: 8px;
  }
}

.likedislike .like-block span,
.likedislike .dislike-block span {
  font-size: 14px;
  line-height: 1;
  color: #1C1B17;
  position: relative;
  top: -2px;
}

@media (min-width: 992px) {
  .likedislike .like-block span,
  .likedislike .dislike-block span {
    font-size: 18px;
  }
}

.likedislike .dislike-block svg {
  position: relative;
  top: 2px;
}

.likedislike .dislike-block {
  margin-left: 10px;
}

.requisites.requisites-white {
  background: #F4F4F4;
}

.requisites.requisites-white .requisites__title {
  color: #1C1B17;
}

.requisites.requisites-white .requisites__text {
  color: #8B8B8B;
}

.products.podbor {
  border-top: 1px solid #F4F4F4;
  padding-top: 50px;
}

@media (min-width: 992px) {
  .products.podbor {
    padding-top: 67px;
  }
}

@media (min-width: 1199px) {
  .products.podbor {
    padding-top: 100px;
  }
}

.products.podbor .tabs__tab {
  margin: 0;
  background: none;
}

.news-top__promo {
  background: #E31E24;
  padding: 7px 15px;
  font-weight: bold;
  font-size: 12px;
  line-height: 130%;
  color: #FFFFFF;
  position: absolute;
  top: 0;
  left: 0;
  width: 70px;
  box-sizing: border-box;
}

@media (min-width: 992px) {
  .news-top__promo {
    left: -70px;
  }
}

@media (min-width: 1199px) {
  .news-top__promo {
    font-size: 14px;
    padding: 9px 22px;
    width: 92px;
    left: -92px;
  }
}

.products__top.tabs h2 {
  margin-bottom: 0;
}

.blog-tabs-wrap {
  position: relative;
}

.blog-tabs {
  display: none;
  margin-bottom: 50px;
  justify-content: flex-start;
  position: relative;
  left: -10px;
}

.blog-tabs.open {
  display: block;
  position: absolute;
  z-index: 5;
  top: 0;
  left: 0;
  background: #FFFFFF;
  width: 100%;
  box-shadow: 0 10px 10px rgba(0, 0, 0, 0.15);
}

@media (min-width: 992px) {
  .blog-tabs {
    display: flex;
  }
}

@media (min-width: 1199px) {
  .blog-tabs {
    margin-bottom: 57px;
  }
}

.blog-tabs__tab {
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  text-align: center;
  color: #1C1B17;
  border: 1px solid #C4C4C4;
  padding: 10px 20px;
  margin-bottom: 12px;
  text-decoration: none;
  margin-left: 0;
  cursor: pointer;
}

.blog-tabs__tab.active, .blog-tabs__tab:hover {
  background: #FFFFFF;
  color: #E31E24;
  border: 1px solid #FFFFFF;
}

@media (min-width: 992px) {
  .blog-tabs__tab {
    margin-left: 10px;
  }
}

@media (max-width: 991px) {
  .blog-tabs__tab {
    width: 90%;
    box-sizing: border-box;
    margin: 0 auto 10px;
  }
}

.all-button {
  background: #FFFFFF;
  color: #E31E24;
  border: 1px solid #FFFFFF;
  text-align: left;
  padding: 10px 23px;
  position: relative;
  display: block;
  box-sizing: border-box;
  margin-bottom: 40px;
  font-size: 14px;
  line-height: 130%;
  text-decoration: none;
}

.all-button.open {
  z-index: 6;
}

.all-button svg {
  position: absolute;
  top: 16px;
  right: 11px;
}

@media (min-width: 992px) {
  .all-button {
    display: none;
  }
}

/* portfolio */
.portfolio-single .news-top__image .owl-dots {
  position: absolute;
  width: 100%;
  bottom: 0;
  display: flex;
  justify-content: space-between;
  padding: 12px 10px;
  box-sizing: border-box;
}

.portfolio-single .news-top__image .owl-dots button {
  width: auto;
  flex-grow: 2;
}

.portfolio-single .news-top__image .owl-dots button.active {
  background: #E31E24;
}

.portfolio-single .page-news-top__published {
  margin-bottom: 14px;
}

.portfolio-single .page-news-top::before {
  height: 305px;
}

@media (min-width: 992px) {
  .portfolio-single .page-news-top::before {
    height: 325px;
  }
}

@media (min-width: 1199px) {
  .portfolio-single .page-news-top::before {
    height: 100%;
  }
}

@media (min-width: 1199px) {
  .portfolio-single .page-title-bl h1 {
    max-width: 445px;
    margin-bottom: 32px;
  }
}

@media (min-width: 1199px) {
  .portfolio-single .page-news-top__published_long .page-news-top__published-date {
    width: 100%;
  }
}

.categories {
  justify-content: flex-start;
  align-items: center;
  position: relative;
  left: -5px;
  margin-bottom: 20px;
}

@media (min-width: 992px) {
  .categories {
    left: -10px;
    margin-bottom: 33px;
  }
}

.categories .category-link {
  font-size: 12px;
  line-height: 130%;
  text-decoration: none;
  text-align: center;
  color: #1C1B17;
  padding: 8px 15px;
  box-sizing: border-box;
  border: 1px solid #C4C4C4;
  margin-left: 5px;
  margin-bottom: 5px;
}

@media (min-width: 992px) {
  .categories .category-link {
    font-size: 14px;
    padding: 10px 20px;
    margin-left: 10px;
    margin-bottom: 10px;
  }
}

.categories .category-link:hover {
  color: #E31E24;
  transition: 0.5s;
}

.portfolio-single .right-block {
  background: #F4F4F4;
  padding: 0 22px;
  width: 100%;
  max-width: 410px;
  margin: 0 auto;
}

@media (min-width: 992px) {
  .portfolio-single .right-block {
    padding: 0;
    padding-top: 63px;
  }
}

@media (min-width: 992px) {
  .review-block {
    padding: 0 37px;
  }
}

@media (min-width: 1199px) {
  .review-block {
    padding: 0;
  }
}

.portfolio-single .review-item {
  max-width: 388px;
  margin: 0 auto;
  width: 100%;
  background: #F4F4F4;
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 992px) {
  .portfolio-single .review-item {
    min-height: 638px;
  }
}

@media (min-width: 1199px) {
  .portfolio-single .review-item {
    min-height: 632px;
  }
}

.portfolio-single .review-item__quote {
  left: 0;
}

.portfolio-single .review-item__scan {
  right: 0;
}

.portfolio-single .review-item__text-bl:before {
  background: linear-gradient(180deg, #F4F4F4 0%, rgba(244, 244, 244, 0) 100%);
}

.portfolio-single .review-item .youtube-play {
  height: 138px;
  margin-bottom: 28px;
}

@media (min-width: 992px) {
  .portfolio-single .review-item .youtube-play {
    height: 219px;
    margin-bottom: 37px;
  }
}

.portfolio-content {
  max-width: 1440px;
  margin: 0 auto;
  padding-top: 35px;
  padding-bottom: 56px;
  align-items: flex-start;
}

@media (min-width: 992px) {
  .portfolio-content {
    padding-top: 64px;
    padding-bottom: 72px;
  }
  .portfolio-content > .content {
    width: calc(100% - 470px);
  }
  .portfolio-content .right-block {
    width: 410px;
    max-width: 100%;
  }
}

@media (min-width: 1199px) {
  .portfolio-content {
    padding-top: 72px;
    padding-bottom: 110px;
  }
  .portfolio-content > .content {
    width: calc(100% - 511px);
    margin-top: 24px;
  }
  .portfolio-content .right-block {
    width: 460px;
    margin-top: -115px;
  }
}

.gallery__wrap {
  margin-bottom: 56px;
}

@media (min-width: 992px) {
  .gallery__wrap {
    margin-bottom: 80px;
  }
}

@media (min-width: 1199px) {
  .gallery__wrap {
    margin-bottom: 105px;
  }
}

.likeclose,
.likethanks {
  display: none;
  color: #8B8B8B;
  font-size: 12px;
  font-weight: 500;
}

.likedislike.disabled {
  position: relative;
}

.likedislike.disabled .likethanks {
  display: block;
  width: 100%;
  text-align: center;
  position: absolute;
  top: 43px;
}

.botton-news__rating {
  max-width: 168px;
}

.likedislike button {
  border: 0;
  outline: none;
  background: none;
  cursor: pointer;
  padding: 0;
}

.likedislike .like-block:hover button path,
.likedislike .dislike-block:hover button path {
  fill: #E31E24;
  transition: 0.5s;
}

.likedislike.disabled .like-block:hover button path,
.likedislike.disabled .dislike-block:hover button path {
  fill: #8B8B8B;
}

.likedislike.disabled .like-block, .likedislike.disabled .dislike-block,
.likedislike.disabled button {
  cursor: default;
}

.two-colomn .content-block img {
  margin-bottom: 0;
}

.products.podbor .tabs__tab {
  padding-left: 0;
}
/*# sourceMappingURL=news.css.map */