.NewRelated {
  width: 100%;
  background-color: var(--grey-darker);
}
.NewRelated .swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  display: block;
}
.NewRelated .swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}
.NewRelated .swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}
.NewRelated .swiper-android .swiper-slide,
.NewRelated .swiper-ios .swiper-slide,
.NewRelated .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}
.NewRelated .swiper-horizontal {
  touch-action: pan-y;
}
.NewRelated .swiper-vertical {
  touch-action: pan-x;
}
.NewRelated .swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}
.NewRelated .swiper-slide-invisible-blank {
  visibility: hidden;
}
.NewRelated .swiper-autoheight,
.NewRelated .swiper-autoheight .swiper-slide {
  height: auto;
}
.NewRelated .swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}
.NewRelated .swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  backface-visibility: hidden;
}
.NewRelated .swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}
.NewRelated .swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}
.NewRelated .swiper-3d {
  perspective: 1200px;
}
.NewRelated .swiper-3d .swiper-slide,
.NewRelated .swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}
.NewRelated .swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.NewRelated .swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.NewRelated .swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}
.NewRelated .swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}
.NewRelated .swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}
.NewRelated .swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}
.NewRelated .swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}
.NewRelated .swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}
.NewRelated .swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}
.NewRelated .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}
.NewRelated .swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}
.NewRelated .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}
.NewRelated .swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}
.NewRelated .swiper-3d .swiper-slide-shadow,
.NewRelated .swiper-3d .swiper-slide-shadow-left,
.NewRelated .swiper-3d .swiper-slide-shadow-right,
.NewRelated .swiper-3d .swiper-slide-shadow-top,
.NewRelated .swiper-3d .swiper-slide-shadow-bottom,
.NewRelated .swiper-3d .swiper-slide-shadow,
.NewRelated .swiper-3d .swiper-slide-shadow-left,
.NewRelated .swiper-3d .swiper-slide-shadow-right,
.NewRelated .swiper-3d .swiper-slide-shadow-top,
.NewRelated .swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}
.NewRelated .swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}
.NewRelated .swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.NewRelated .swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.NewRelated .swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.NewRelated .swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}
.NewRelated .swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--blue));
  border-radius: 50%;
  border-top-color: transparent;
}
.NewRelated .swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.NewRelated .swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}
.NewRelated .swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}
.NewRelated .swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}
@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.NewRelated .swiper-controls {
  width: 100%;
  display: flex;
  position: relative;
  padding-top: 10px;
  padding-right: 16px;
}
.NewRelated .swiper-button-prev,
.NewRelated .swiper-button-next {
  cursor: pointer;
}
.NewRelated .swiper-button-prev.swiper-button-disabled,
.NewRelated .swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}
.NewRelated .swiper-button-prev.swiper-button-hidden,
.NewRelated .swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}
.swiper-navigation-disabled .NewRelated .swiper-button-prev,
.swiper-navigation-disabled .NewRelated .swiper-button-next {
  display: none !important;
}
.NewRelated .swiper-button-lock {
  display: none !important;
}
.NewRelated .swiper-button-prev,
.NewRelated .swiper-button-next {
  display: block;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 11px auto;
}
.NewRelated .swiper-button-prev {
  background-image: url("../../assets/images/ico-prev.webp");
}
.NewRelated .swiper-button-next {
  background-image: url("../../assets/images/ico-next.webp");
  margin-left: 29px;
}
.NewRelated .swiper-pagination {
  margin-left: auto;
  text-align: right;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}
.NewRelated .swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}
.swiper-pagination-disabled > .NewRelated .swiper-pagination, .NewRelated .swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}
.NewRelated .swiper-pagination-fraction,
.NewRelated .swiper-pagination-custom,
.NewRelated .swiper-horizontal > .swiper-pagination-bullets,
.NewRelated .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}
.NewRelated .swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}
.NewRelated .swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}
.NewRelated .swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--grey-dark);
}
button.NewRelated .swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.swiper-pagination-clickable .NewRelated .swiper-pagination-bullet {
  cursor: pointer;
}
.NewRelated .swiper-pagination-bullet:only-child {
  display: none !important;
}
.NewRelated .swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--blue);
}
.NewRelated .swiper-vertical > .swiper-pagination-bullets,
.NewRelated .swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}
.NewRelated .swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.NewRelated .swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}
.NewRelated .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.NewRelated .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}
.NewRelated .swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.NewRelated .swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}
.NewRelated .swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.NewRelated .swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}
.NewRelated .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.NewRelated .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}
.NewRelated .swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.NewRelated .swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}
.NewRelated .swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}
.NewRelated .swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}
.NewRelated .swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}
.NewRelated .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--blue));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}
.swiper-rtl .NewRelated .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}
.swiper-horizontal > .NewRelated .swiper-pagination-progressbar, .NewRelated .swiper-pagination-progressbar.swiper-pagination-horizontal, .swiper-vertical > .NewRelated .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .NewRelated .swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}
.swiper-vertical > .NewRelated .swiper-pagination-progressbar, .NewRelated .swiper-pagination-progressbar.swiper-pagination-vertical, .swiper-horizontal > .NewRelated .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .NewRelated .swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}
.NewRelated .swiper-pagination-lock {
  display: none !important;
}
.NewRelated .article {
  display: flex;
  flex-direction: column;
  overflow: hidden;
}
.NewRelated .article_media {
  margin: 0;
  position: relative;
  z-index: 1;
}
.NewRelated .article_media:before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(var(--RGB-dark), 0) 36.91%, rgba(var(--RGB-dark), 0.45) 92.81%);
}
.NewRelated .article_media img,
.NewRelated .article_media video {
  width: 100%;
  height: 164px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 992px) {
  .NewRelated .article_media img,
  .NewRelated .article_media video {
    height: 200px;
  }
}
.NewRelated .article_text {
  display: flex;
  flex-direction: column;
  padding: 16px 16px 24px;
  position: relative;
  min-height: calc(100% - 164px);
  background-color: var(--grey);
  position: relative;
}
@media (min-width: 992px) {
  .NewRelated .article_text {
    overflow: hidden;
    min-height: calc(100% - 200px);
    padding: 25px 24px;
  }
}
.NewRelated .article_text:after {
  content: "";
  display: block;
  width: 560px;
  height: 560px;
  border-radius: 100%;
  background-color: var(--blue);
  filter: blur(100px);
  position: absolute;
  bottom: 50px;
  right: -560px;
  transition: all 0.25s ease-in-out;
  opacity: 0.4;
  z-index: 0;
}
@media (min-width: 992px) {
  .NewRelated .article_text:hover:after {
    opacity: 0.85;
    right: -250px;
  }
}
.NewRelated .article_date {
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  text-transform: uppercase;
  margin: 0;
  position: absolute;
  top: -26px;
  left: 16px;
  z-index: 1;
}
@media (min-width: 992px) {
  .NewRelated .article_date {
    position: relative;
    top: auto;
    left: auto;
    margin-bottom: 12px;
  }
}
.NewRelated .article_title {
  color: var(--white);
  font-size: 20px;
  line-height: 1.2;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  padding-right: 10%;
  margin-bottom: 16px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .NewRelated .article_title {
    order: -2;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_title {
    font-size: 20px;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
.NewRelated .article_title a {
  color: var(--white);
}
.NewRelated .article_excerpt {
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 37px;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .NewRelated .article_excerpt {
    margin-bottom: 24px;
  }
}
.NewRelated .article_categories {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 8px;
  position: relative;
  z-index: 1;
}
@media (max-width: 991px) {
  .NewRelated .article_categories {
    order: -1;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_categories {
    margin-bottom: 21px;
  }
}
.NewRelated .article_categories_item {
  padding: 5px 16px;
  border-radius: 15px;
  border: 0.5px solid var(--white);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--white);
  font-size: 12px;
  line-height: 1;
  font-style: normal;
  font-weight: normal;
  margin-right: 8px;
  margin-bottom: 8px;
}
@media (min-width: 992px) {
  .NewRelated .article_categories_item {
    padding-left: 8px;
    padding-right: 8px;
    margin-right: 4px;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_categories a:hover, .NewRelated .article_categories a:active, .NewRelated .article_categories a:focus {
    opacity: 0.75;
  }
}
.NewRelated .article .btn {
  display: flex;
  transition: all 0.25s ease-in-out;
}
.NewRelated .article .btn:hover, .NewRelated .article .btn:active, .NewRelated .article .btn:focus {
  opacity: 0.75;
  outline: none;
}
.NewRelated .article .btn-primary {
  padding: 10px 44px 10px 16px;
  border-radius: 18px;
  color: var(--real-white);
  font-size: 14px;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  letter-spacing: 0.5px;
  background-color: var(--blue);
  background-image: url("../../assets/images/ico-eye.webp");
  background-repeat: no-repeat;
  background-size: 18px auto;
  background-position: calc(100% - 16px) center;
  margin-right: auto;
  margin-top: auto;
  position: relative;
  z-index: 1;
}
@media (min-width: 992px) {
  .NewRelated .article .btn-primary {
    border: none;
    background-color: transparent;
    padding-left: 0;
    font-size: 16px;
  }
}
.NewRelated .article .btn-primary:hover, .NewRelated .article .btn-primary:active, .NewRelated .article .btn-primary:focus {
  background-color: var(--blue);
}
@media (min-width: 992px) {
  .NewRelated .article .btn-primary:hover, .NewRelated .article .btn-primary:active, .NewRelated .article .btn-primary:focus {
    background-color: transparent;
  }
}
.NewRelated .container {
  padding-top: 48px;
  padding-bottom: 48px;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}
@media (max-width: 991px) {
  .NewRelated .container {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .NewRelated .container {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 992px) {
  .NewRelated .container {
    padding-top: 104px;
    padding-bottom: 90px;
    padding-left: 40px;
    padding-right: 40px;
  }
}
.NewRelated .pre-title {
  color: var(--white);
  font-size: 16px;
  line-height: 1.25;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 8px;
  width: 100%;
}
@media (max-width: 991px) {
  .NewRelated .pre-title {
    margin-left: 16px;
    width: calc(100% - 32px);
  }
}
.NewRelated .title {
  color: var(--white);
  font-size: 26px;
  line-height: 1.07;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-bottom: 16px;
}
@media (min-width: 992px) {
  .NewRelated .title {
    font-size: 48px;
    letter-spacing: -1.5px;
    margin-bottom: 48px;
  }
}
@media (max-width: 991px) {
  .NewRelated .title {
    margin-left: 16px;
    width: calc(100% - 32px);
  }
}
.NewRelated .description {
  color: var(--white);
  font-size: 14px;
  line-height: 1.25;
  letter-spacing: 0.2px;
  font-style: normal;
  font-weight: normal;
  text-align: left;
  margin-top: -20px;
  margin-bottom: 32px;
}
@media (min-width: 992px) {
  .NewRelated .description {
    font-size: 16px;
    margin-bottom: 48px;
  }
}
.NewRelated .swiper .swiper-controls {
  padding-top: 17px;
}
@media (max-width: 991px) {
  .NewRelated .swiper .swiper-controls {
    padding-left: 14px;
  }
}
.NewRelated .swiper .swiper-slide {
  display: flex;
  height: auto;
  width: 100%;
  max-width: 300px;
}
@media (min-width: 768px) {
  .NewRelated .swiper .swiper-slide {
    width: calc(33.33% - 16px);
    min-width: calc(33.33% - 16px);
    max-width: 376px;
  }
}
.NewRelated .swiper .swiper-button-next {
  margin-left: 24px;
}
.NewRelated .article {
  width: 100%;
}
.NewRelated .article_text {
  min-height: calc(100% - 160px);
}
@media (min-width: 992px) {
  .NewRelated .article_text {
    min-height: calc(100% - 200px);
    padding: 18px 24px 15px 16px;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_title {
    font-size: 20px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_date {
    margin-bottom: 8px;
  }
}
@media (min-width: 992px) {
  .NewRelated .article_categories {
    margin-bottom: 37px;
  }
}
.NewRelated .article_media img {
  height: 160px;
}
@media (min-width: 992px) {
  .NewRelated .article_media img {
    height: 200px;
  }
}
.NewRelated .btn-clear {
  color: var(--white);
  font-size: 20px;
  line-height: 1.33;
  font-style: normal;
  font-weight: 600;
  letter-spacing: 0.5px;
  text-align: left;
  display: inline-block;
  vertical-align: middle;
  margin-top: 30px;
  position: relative;
  padding-right: 26px;
  opacity: 1;
  transition: all 0.25s;
  order: 5;
  margin-left: 16px;
  margin-right: auto;
}
@media (min-width: 992px) {
  .NewRelated .btn-clear:hover {
    opacity: 0.85;
  }
}
@media (min-width: 992px) {
  .NewRelated .btn-clear {
    position: absolute;
    top: 74px;
    right: 40px;
  }
}
.NewRelated .btn-clear:after {
  content: "";
  display: block;
  width: 18px;
  height: 18px;
  background-image: url("../../assets/images/ico-link-white.webp");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  margin-left: auto;
  position: absolute;
  right: 0;
  bottom: 4px;
}
@media (min-width: 992px) {
  .NewRelated .swiper:not(.locked), .NewRelated .swiper:not(.locked) a {
    cursor: url("../../assets/images/ico-drag.png") 33 33, auto;
  }
}
@media (min-width: 992px) {
  .NewRelated .swiper:not(.locked) .swiper-controls {
    cursor: default;
  }
}