@charset "UTF-8";
.articles {
  /** список тегов **/
  /** список тегов - end **/
  /** список статей **/
  /** список статей - end **/
}
.articles__tags {
  display: flex;
  padding: 20px 0 20px 0;
  margin-top: 30px;
}
.articles__tags-label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  padding: 0 10px 0 0;
}
.articles__tags-label-mobile {
  display: none;
  color: #000 !important;
}
@media (max-width: 1199.98px) {
  .articles__tags-label {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__tags-label {
    font-size: 13px;
  }
  .articles__tags{
    margin-top: 0;
    padding-top: 0;
  }
  .l-main__head {
    padding: 2rem 0 0.5rem !important;
}
}
@media (max-width: 575.98px) {
  .articles__tags-label {
    display: none;
  }
  .articles__tags-label-mobile {
    display: block;
  }
}
.articles__tags-list {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}
@media (max-width: 991.98px) {
  .articles__tags-list {
    column-gap: 15px;
    row-gap: 4px;
  }
}
.articles__tags-list li {
  list-style: none;
  padding: 0 0;
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
@media (max-width: 1199.98px) {
  .articles__tags-list li {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__tags-list li {
    font-size: 13px;
  }
  .articles__tags-list li.item-hide {
    display: none;
  }
}
.articles__tags-list li a {
  color: #8A8A8A;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  border-bottom: 2px solid transparent;
  text-decoration: none;
  white-space: nowrap;
}
@media (max-width: 1199.98px) {
  .articles__tags-list li a {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__tags-list li a {
    font-size: 13px;
  }
}
.articles__tags-list li a:hover {
  text-decoration: none;
}
.articles__tags-list li a.active {
  color: #192F7C;
  font-weight: 500;
  border-bottom: 2px solid #192F7C;
}
.articles__tags-switcher {
  display: none;
}
.articles__tags-switcher-link {
  color: #192F7C !important;
}
.articles__tags-switcher-link svg {
  margin: 0 6px 0 0;
  position: relative;
  top: -2px;
}
@media (max-width: 767.98px) {
  .articles__tags-switcher {
    display: inline;
  }
}
.articles__wrap-overflow {
  overflow: hidden;
  padding: 0 0 80px 0;
}
@media (max-width: 991.98px) {
  .articles__wrap-overflow {
    padding: 0 0 55px 0;
  }
}
.articles__list {
  display: flex;
  margin: 0 -15px;
  row-gap: 40px;
  flex-wrap: wrap;
}
@media (max-width: 1199.98px) {
  .articles__list {
    margin: 0 -10px;
    row-gap: 32px;
  }
}
.articles__list-col {
  flex: 0 0 25%;
  max-width: 25%;
  padding: 0 15px;
}
@media (max-width: 1199.98px) {
  .articles__list-col {
    padding: 0 10px;
  }
}
@media (max-width: 767.98px) {
  .articles__list-col {
    flex: 0 0 50%;
    max-width: 50%;
  }
}
@media (max-width: 575.98px) {
  .articles__list-col {
    flex: 0 0 100%;
    max-width: 100%;
  }
}
.articles__item {
  display: block;
  text-decoration: none;
}
.articles__item:hover {
  text-decoration: none;
}
.articles__item-image {
  height: 200px;
  border-radius: 10px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  position: relative;
}
@media (max-width: 1199.98px) {
  .articles__item-image {
    height: 150px;
  }
}
.articles__item-image:after {
  content: "";
  display: block;
  background: linear-gradient(180deg, rgba(25, 47, 123, 0) 47.88%, rgba(25, 47, 123, 0.4) 100%);
}
.articles__item-info {
  position: absolute;
  left: 15px;
  bottom: 15px;
  display: flex;
  width: calc(100% - 30px);
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
}
.articles__item-info:first-child {
  top: 15px;
  bottom: auto;
}
.articles__item-info-videoobzor{
  background: #9747FFCC;
}
.articles__item-info-article{
  background: #079AD8CC;
}
@media (max-width: 991.98px) {
  .articles__item-info {
    left: 4px;
    bottom: 8px;
  }
}
.articles__item-date {
  /*z-index: 3;*/
  border-radius: 20px;
  background: rgba(255, 255, 255, 0.8);
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  color: #192F7C;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
}
@media (max-width: 991.98px) {
  .articles__item-date {
    padding: 4px 8px;
  }
}
.articles__item-stickers {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}
.articles__item-sticker {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
}
.articles__item-sticker__name {
  display: flex;
  padding: 8px 16px;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 3;
  color: #FFF;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%; /* 10px */
}
@media (max-width: 991.98px) {
  .articles__item-sticker__name {
    padding: 4px 8px;
  }
}
.articles__item-sticker-bg {
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
}
.articles__item-content {
  padding: 20px 0 0 0;
}
@media (max-width: 991.98px) {
  .articles__item-content {
    padding: 15px 0 0 0;
  }
}
.articles__item-title {
  color: #192F7B;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 130%; /* 20.8px */
  padding: 0 0 8px 0;
}
.articles__item-text {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  opacity: 0.6;
}
.articles__pagenav {
  margin: 60px 0 0 0;
  border-top: 1px solid #D1D1D1;
  padding: 20px 0 0 0;
}
@media (max-width: 991.98px) {
  .articles__pagenav {
    margin: 40px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .articles__pagenav {
    margin: 20px 0 0 0;
  }
}
.articles__pagenav .page-item.page-next .page-link, .articles__pagenav .page-item.page-prev .page-link {
  border-radius: 6px;
  border: 1px solid #D7DFE9;
}
.articles__pagenav .page-item.page-next .page-link:hover, .articles__pagenav .page-item.page-prev .page-link:hover {
  background-color: #e9ecef;
  border-color: #dee2e6;
}

.l-main__head {
  margin-bottom: -8rem !important;
}
@media (max-width: 991.98px) {
  .l-main__head {
    margin-bottom: -6rem !important;
  }
}
@media (max-width: 767.98px) {
  .l-main__head {
    margin-bottom: 0rem !important;
  }
}

.redesign .b-article-detail__flex {
  display: flex;
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail__flex {
    flex-wrap: wrap;
  }
}
.redesign .b-article-detail__main {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 30px 0 0;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail__main {
    padding: 0 20px 0 0;
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail__main {
    padding: 0 0 0 0;
  }
}
.redesign .b-article-detail__sidebar {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  width: 336px;
  padding-top: 34px;
}
@media (max-width: 1459.98px) {
  .redesign .b-article-detail__sidebar {
    width: 268px;
  }
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail__sidebar {
    width: 222px;
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail__sidebar {
    width: 100%;
    padding: 0 0 40px 0;
  }
}
.redesign .b-article-detail__sidebar-sticky {
  position: sticky;
  top: 102px;
  height: calc(100vh - 105px);
}
@media (max-width: 992px) {
  .redesign .b-article-detail__sidebar-sticky {
    top: 62px;
    height: calc(100vh - 65px);
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail__sidebar-sticky {
    position: static;
    top: 0;
    height: auto;
  }
}
.redesign .b-article-detail__head {
  padding-right: 0;
  padding-left: 0;
  padding-top: 0;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail__head {
    padding-bottom: 30px;
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail__head {
    padding-bottom: 24px;
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail__head {
    padding-bottom: 20px;
  }
}
.redesign .b-article-detail__footer {
  padding-right: 0;
  padding-left: 0;
}
.redesign .b-article-detail__content {
  padding-right: 0;
  padding-left: 0;
}
.redesign .b-article-detail-content__preview {
  padding: 20px 40px;
  border-radius: 10px;
  background: #F2F6FD;
  color: #333;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 160%; /* 32px */
  max-width: 100%;
  margin: 0 0 20px 0;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-content__preview {
    padding: 20px 32px;
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail-content__preview {
    padding: 20px 24px;
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-content__preview {
    padding: 15px 20px;
    font-size: 16px;
  }
}
.redesign .b-article-detail-content__preview .title-delimiter {
  display: none;
}
.redesign .b-article-detail-content__preview .text-muted {
  color: #333 !important;
}
.redesign .b-article-detail h4 {
  color: #000;
  font-size: 24px;
  font-weight: 600;
  line-height: 144%; /* 34.56px */
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail h4 {
    font-size: 20px;
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail h4 {
    font-size: 18px;
  }
}
.redesign .b-article-detail-head {
  display: grid;
  grid-template: auto auto/auto auto;
  gap: 20px;
}
@media (max-width: 575.98px) {
  .redesign .b-article-detail-head {
    grid-template: auto auto auto/1fr;
  }
}
.redesign .b-article-detail-head__title {
  grid-area: 1/1/2/2;
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  padding: 0 0 0 0;
  display: flex;
  align-items: flex-start;
  margin-bottom: 0px;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__title {
    grid-area: 1/1/2/3;
  }
}
@media (max-width: 575.98px) {
  .redesign .b-article-detail-head__title {
    grid-area: 1/1/2/2;
  }
}
.redesign .b-article-detail-head__title h1 {
  margin-bottom: 0;
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 130%; /* 41.6px */
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__title h1 {
    font-size: 28px;
  }
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail-head__title h1 {
    font-size: 24px;
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__title h1 {
    font-size: 20px;
  }
}
.redesign .b-article-detail-head__author {
  grid-area: 1/2/2/3;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 100%;
  display: flex;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__author {
    grid-area: 2/2/3/3;
    justify-content: flex-end;
  }
}
@media (max-width: 575.98px) {
  .redesign .b-article-detail-head__author {
    grid-area: 2/1/3/2;
    justify-content: flex-start;
  }
}
.redesign .b-article-detail-head__author-inner {
  display: flex;
  align-items: center;
}
.redesign .b-article-detail-head__author-photo {
  width: 92px;
  height: 92px;
  border-radius: 24px;
  background: #F2F6FD;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__author-photo {
    border-radius: 10px;
    width: 72px;
    height: 72px;
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__author-photo {
    width: 60px;
    height: 60px;
  }
}
.redesign .b-article-detail-head__author-photo img, .redesign .b-article-detail-head__author-photo svg {
  object-fit: cover;
  object-position: center;
  /*max-width: 46px;
  max-height: 46px;*/
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__author-photo img, .redesign .b-article-detail-head__author-photo svg {
    /*max-width: 30px;
    max-height: 30px;*/
  }
}
.redesign .b-article-detail-head__author-info {
  padding: 0 0 0 19px;
  width: calc(100% - 92px);
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__author-info {
    width: calc(100% - 72px);
  }
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__author-info {
    width: calc(100% - 60px);
    padding: 0 0 0 15px;
  }
}
.redesign .b-article-detail-head__author-text-1 {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 120%; /* 14.4px */
  white-space: nowrap;
}
.redesign .b-article-detail-head__author-text-2 {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  white-space: nowrap;
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__author-text-2 {
    font-size: 14px;
  }
}
.redesign .b-article-detail-head__author-text-3 {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 16.8px */
}
@media (max-width: 767.98px) {
  .redesign .b-article-detail-head__author-text-3 {
    font-size: 13px;
  }
}
.redesign .b-article-detail-head__meta {
  grid-area: 2/1/3/3;
  color: #8A8A8A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__meta {
    grid-area: 2/1/3/2;
  }
}
@media (max-width: 575.98px) {
  .redesign .b-article-detail-head__meta {
    grid-area: 3/1/4/2;
  }
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__meta .block-rss {
    display: none !important;
  }
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__meta .block-date {
    width: 100%;
  }
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__meta .block-time {
    width: 100%;
    white-space: nowrap;
  }
}
.redesign .b-article-detail-head__meta .text-extra {
  color: #8A8A8A !important;
}
@media (max-width: 1199.98px) {
  .redesign .b-article-detail-head__meta .meta-info {
    flex-wrap: wrap;
  }
}
.redesign .b-article-detail-head__meta .meta-info .small {
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%; /* 21px */
}
@media (max-width: 991.98px) {
  .redesign .b-article-detail-head__meta .meta-info .small {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .redesign .b-article-detail-head__meta .meta-info-wrap {
    align-items: flex-start !important;
  }
}

.b-article-detail-content__picture {
  margin-right: 0 !important;
  margin-left: 0 !important;
}
@media (min-width: 576px) {
  .b-article-detail-content__picture {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
}

.redisine .slider__btn {
  padding: 0;
}

.articles__other {
  padding: 0 0 80px 0;
}
@media (max-width: 1199.98px) {
  .articles__other {
    padding: 0 0 40px 0;
  }
}
@media (max-width: 991.98px) {
  .articles__other {
    padding: 0 0 20px 0;
  }
}
.articles__other-title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 40px;
}
@media (max-width: 1199.98px) {
  .articles__other-title {
    padding-bottom: 28px;
  }
}
@media (max-width: 991.98px) {
  .articles__other-title {
    padding-bottom: 15px;
  }
}
.articles__other-title-text {
  color: #000;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}
@media (max-width: 1199.98px) {
  .articles__other-title-text {
    font-size: 24px;
    font-weight: 600;
    line-height: 160%; /* 38.4px */
  }
}
@media (max-width: 575.98px) {
  .articles__other-title-text {
    font-size: 20px;
  }
}
.articles__other-title-link a {
  color: #192F7B;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 24px */
}
@media (max-width: 575.98px) {
  .articles__other-title-link a {
    font-size: 12px;
  }
}
.articles__other .blockStaty .staty__nav {
  top: 130px;
}
@media (max-width: 1200px) {
  .articles__other .blockStaty .staty__nav {
    display: none;
  }
}
@media (max-width: 1199.98px) {
  .articles__other .blockStaty .staty__nav {
    display: none;
  }
}
.articles__other .blockStaty .blockStatyItems .statyItem .title {
  color: #192F7B;
  margin-bottom: 0;
  overflow: hidden;
}
@media (max-width: 991.98px) {
  .articles__other .blockStaty .blockStatyItems .statyItem .title {
    height: 38px;
  }
}
.articles__other .blockStaty .blockStatyItems .statyItem .blockImgStaty {
  margin-bottom: 20px;
}
@media (max-width: 1199.98px) {
  .articles__other .blockStaty .blockStatyItems .statyItem .blockImgStaty {
    height: 150px;
  }
}
@media (max-width: 991.98px) {
  .articles__other .blockStaty .blockStatyItems .statyItem .blockImgStaty {
    margin-bottom: 15px;
  }
}
.articles__other .blockStaty .blockStatyItems .statyItem .blockImgStaty img {
  height: 100%;
  object-fit: cover;
  object-position: center;
}
.articles__other .blockStaty .blockStatyItems .statyItem .previewText {
  color: #000;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 15.6px */
  padding-top: 8px;
  opacity: 0.6;
}
.articles__other .blockStaty .tagsBlock {
  display: flex;
}
@media (max-width: 1200px) {
  .articles__other .blockStaty .tagsBlock {
    display: flex;
  }
}
@media (max-width: 991.98px) {
  .articles__other .blockStaty .tagsBlock {
    margin-bottom: 15px;
  }
}
.articles__other .blockStaty .tagsBlock .itemTag {
  margin-right: 0;
}
@media (max-width: 1199.98px) {
  .articles__other .blockStaty .tagsBlock .itemTag {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__other .blockStaty .tagsBlock .itemTag {
    font-size: 13px;
  }
}
@media (max-width: 1199.98px) {
  .articles__other .blockStaty .tagsBlock .itemTag.activeTag {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__other .blockStaty .tagsBlock .itemTag.activeTag {
    font-size: 13px;
  }
}
.articles__other .blockStaty .tagsBlock__label {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  width: auto;
  max-width: 100%;
  color: #000;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  padding: 0 10px 0 0;
}
.articles__other .blockStaty .tagsBlock__label-mobile {
  display: none;
  color: #000 !important;
}
@media (max-width: 1199.98px) {
  .articles__other .blockStaty .tagsBlock__label {
    font-size: 15px;
  }
}
@media (max-width: 767.98px) {
  .articles__other .blockStaty .tagsBlock__label {
    font-size: 13px;
  }
}
@media (max-width: 575.98px) {
  .articles__other .blockStaty .tagsBlock__label {
    display: none;
  }
  .articles__other .blockStaty .tagsBlock__label-mobile {
    display: block;
  }
}
.articles__other .blockStaty .tagsBlock__list {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  list-style: none;
  display: flex;
  padding: 0;
  margin: 0;
  flex-wrap: wrap;
  column-gap: 20px;
  row-gap: 8px;
}
@media (max-width: 991.98px) {
  .articles__other .blockStaty .tagsBlock__list {
    column-gap: 15px;
    row-gap: 4px;
  }
}

.articles__catalog-items-wrap {
  border-radius: 10px;
  background: #F2F6FD;
  padding: 32px 32px;
}
@media (max-width: 1459.98px) {
  .articles__catalog-items-wrap {
    padding: 24px 24px;
  }
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-wrap {
    padding: 20px 20px;
  }
}
@media (max-width: 991.98px) {
  .articles__catalog-items-wrap {
    padding: 18px 18px;
  }
}
.articles__catalog-items-title {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 19.2px */
  padding: 0 0 40px 0;
}
@media (max-width: 1459.98px) {
  .articles__catalog-items-title {
    padding: 0 0 24px 0;
  }
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-title {
    padding: 0 0 20px 0;
  }
}
.articles__catalog-items-slider {
  max-height: calc(100vh - 196px);
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-slider {
    max-height: calc(100vh - 182px);
  }
}
@media (max-width: 992px) {
  .articles__catalog-items-slider {
    max-height: calc(100vh - 142px);
  }
}
@media (max-width: 991.98px) {
  .articles__catalog-items-slider {
    max-height: none;
  }
}
.articles__catalog-items-slider-wrapper {
  position: relative;
}
.articles__catalog-items-slider-wrapper:before {
  content: "";
  display: none;
  background: linear-gradient(180deg, rgba(242, 246, 253, 0) 0%, #F2F6FD 82.88%);
  width: 100%;
  height: 188px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  transform: rotate(180deg);
}
.articles__catalog-items-slider-wrapper:after {
  content: "";
  display: none;
  background: linear-gradient(180deg, rgba(242, 246, 253, 0) 0%, #F2F6FD 82.88%);
  width: 100%;
  height: 188px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
@media (max-width: 991.98px) {
  .articles__catalog-items-slider-wrapper .swiper-slide {
    height: auto;
  }
}
.articles__catalog-items-nav-btn {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  z-index: 5;
}
@media (max-width: 991.98px) {
  .articles__catalog-items-nav-btn {
    display: none !important;
  }
}
.articles__catalog-items-nav-btn.swiper-button-disabled {
  display: none;
}
.articles__catalog-items-nav-btn--next {
  top: 0;
  transform: translateX(-50%) rotate(-90deg);
}
.articles__catalog-items-nav-btn--prev {
  bottom: 0;
  transform: translateX(-50%) rotate(-90deg);
}
.articles__catalog-items-list .redisine .products__item {
  width: 100%;
  margin: 0;
  background: #fff;
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-list .redisine .products__item {
    padding: 10px 10px 75px 10px;
    border: 0;
  }
}
@media (max-width: 991.98px) {
  .articles__catalog-items-list .redisine .products__item {
    height: 100%;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    overflow: hidden;
  }
}
@media (max-width: 991.98px) {
  .articles__catalog-items-list .redisine .products__item .add_carBlock {
    padding: 10px 0 0 0;
  }
}
@media (max-width: 767.98px) {
  .articles__catalog-items-list .redisine .products__item .add_carBlock .products__item-bottom button {
    border-radius: 0 !important;
  }
}
.articles__catalog-items-list .redisine .priceItem {
  align-items: center;
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-list .redisine .priceItem {
    align-items: center;
  }
}
.articles__catalog-items-list .redisine .products__item-price {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 1199.98px) {
  .articles__catalog-items-list .redisine .products__item-price {
    margin-top: 0;
    margin-bottom: 0;
  }
}
@media (max-width: 991.98px) {
  .articles__catalog-items-list .redisine .products__item-bottom .couple__card-counter {
    height: 51px;
    background: #F8F8F8;
  }
}
@media (max-width: 575.98px) {
  .articles__catalog-items-list .redisine .products__item-bottom .couple__card-counter {
    height: 40px;
  }
}
.articles__catalog-items-list .redisine .products__item-bottom .couple__card-counter p {
  margin-bottom: 0;
}
