:root {
  --bottom: 50px;
}

/* info-header */
.info-header {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: var(--bottom);
}

.tags {
  border: none;
  padding: 0 10px;
  width: fit-content;
  height: 25px;
  background-color: yellow;
  border-radius: 50px;
  margin-right: 15px;
}

/* info swiper */

.slider {
  width: 100%;
  height: 60dvh;
  margin-bottom: var(--bottom);
  cursor: grab;
}

.slider .swiper {
  width: 100%;
  height: 100%;
}

.slider .swiper-slide {
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.slider .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover !important;
}

.suggestions .swiper-button-next::after,
.suggestions .swiper-button-prev::after {
  content: none;
}

.suggestions .swiper-button-next,
.suggestions .swiper-button-prev {
  outline: pink;
  display: flex;
  flex-flow: row nowrap;
}

div.swiper-button-next,
div.swiper-button-prev {
  border-radius: 50%;
  background-color: #fff;
  height: 50px;
  width: 50px;
}

/* info text */
.desc {
  font: 16px;
  text-align: justify;
}

/* suggestions news */

.suggestions {
  margin-bottom: var(--bottom);
}


/* prefooter */

.prefooter {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: var(--bottom);
}

.left {
  display: inherit;
  justify-content: flex-start;
}

.right {
  display: inherit;
  justify-content: flex-end;
}

.back {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.border_news {
  border: 1px solid #f2f2f2;
  padding: 25px;
}
.fat_text {
  font-weight: 500;
  font-size: 17px;
}
.popular {
  padding: 25px 0;
  border-top: 1px solid #f2f2f2;
}
.popular:nth-child(2) {
  border-top: 0;
}
.title_blog {
  color: #9a9a9a;
  border-bottom: 1px solid;
}
.title_blog:hover {
  color: rgb(53, 125, 196);
}
.desc-tags {
  color: #000;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
  padding: 3px;
  transition: color background-color 0.3s;
}

.slide {
  height: 150px;
  padding: 15px;
  display: flex;
  flex-flow: row nowrap;
  border: #f2f2f2 solid 1px;
}

.slide picture {
  margin-left: 20px;
}

.swiper-item {
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
  text-align: end;
}

/* prev next news */
/* prev next news */

.otherBlock {
  display: flex;
  flex-flow: row nowrap;
  margin-bottom: var(--bottom);
}

.next-block,
.prev-block {
  padding: 20px;
  display: flex;
  border: #f2f2f2 solid 1px;
}

.block-item-next {
  margin-right: 50px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-end;
}

.next-block picture {
  margin-right: 20px;
}

.block-item-prev {
  margin-left: 50px;
  width: 100%;
  display: flex;
  flex-flow: column nowrap;
  align-items: flex-start;
}

.prev-block picture {
  margin-left: 20px;
}

.block-item span {
  color: #696969;
}

.block-item-next a,
.block-item-prev a {
  color: #000;
}


.block-item-prev a,
.block-item-next a{
    color: #000;
    font-weight: bold;
}
.current-tags{
    display: flex;
}
.date-top{
    margin-right: 10px;
}

.back a{
  color:#000;
}
.back a:hover{
  color: rgb(53, 125, 196);
}

.prev-block img,
.next-block img{
  width: 150px;
  height: 150px;
}