
.blog-page .section-title h1 {
    font-size: 48px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: 500
}

.blog-page__cats-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    overflow: auto;
    padding-bottom: 10px;
    margin-bottom: 10px
}

.blog-page__cat.active {
    display: none
}

* {
    scrollbar-width: auto;
    scrollbar-color: #f8bc00 #1a222f
}

*::-webkit-scrollbar {
    width: 11px
}

*::-webkit-scrollbar-track {
    background: #0c1050
}

*::-webkit-scrollbar-thumb {
    background-color: #f8bc00;
    border-radius: 6px;
    border: 3px solid #f8bc00
}

.blog-page__cat {
    padding: 16px 20px;
    margin-right: 15px;
    border: 1px solid #fff;
    border-radius: 5px;
    font-size: 22px;
    -webkit-transition: 0.35s ease;
    -o-transition: 0.35s ease;
    transition: 0.35s ease;
    white-space: nowrap;
    display: flex;
    align-items: center
}

.blog-page__cat img {
    display: block;
    width: 40px;
    height: 40px;
    object-fit: contain;
    margin-right: 10px
}

.blog-page__cat.with-icon {
    padding-right: 60px
}

.blog-page__cat:not(.with-icon) {
    display: none
}

.blog-page__cat.active {
    color: #ffb800;
    border-color: #ffb800;
    -webkit-box-ordinal-group: 0;
    -ms-flex-order: -1;
    order: -1
}

.blog-page__cat:hover {
    color: #ffb800;
    border-color: #ffb800
}

.blog-page__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    margin: 0 -9px
}

.blog-page__item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: calc(33.33% - 18px);
    margin: 0 9px 18px;
    box-sizing: border-box;
    border: 1px solid #424242;
    border-radius: 8px;
    background: #232b3d;
    -webkit-transition: 0.45s ease;
    -o-transition: 0.45s ease;
    transition: 0.45s ease;
    overflow: hidden;
    display: flex;
    flex-direction: column
}

.blog-page__item:hover {
    border-color: #ffb800
}

.blog-page__item:hover .info-bot span:first-child {
    padding-left: 70px
}

.blog-page__item:hover .info-bot span:first-child svg {
    fill: #ffb800;
    vertical-align: baseline
}

.blog-page__item:hover .info-bot span:first-child svg path {
    fill: #ffb800
}

.blog-page__item:hover .info-bot span:first-child::before {
    opacity: 1
}

.blog-page__item .img {
    margin-bottom: 15px;
    position: relative
}

.blog-page__item .img .fishimg {
    position: relative;
    margin-bottom: 15px;
    height: 200px;
    background-color: #34335c
}

@media (max-width: 920px) {
    .blog-page__item .img .fishimg {
        height: 180px
    }
}

.blog-page__item .img .fishimg span {
    top: 0;
    bottom: auto;
    font-size: 24px;
    background: none
}

@media (max-width: 920px) {
    .blog-page__item .img .fishimg span {
        font-size: 18px
    }
}

.blog-page__item .img img {
    height: 200px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    display: block;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

@media(max-width:1200px) {
    .blog-page__item .img img {
        height: 190px;
    }
}

@media (max-width: 920px) {
    .blog-page__item .img img {
        height: 190px;
    }
}

@media (max-width: 560px) {
    .blog-page__item .img img {
        height: auto;
    }
}

.blog-page__item .img span {
    padding: 30px 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: block;
    height: 63px;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%
}

.blog-page__item .item-info {
    padding: 0 20px 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    display: flex;
    flex-direction: column
}

.blog-page__item .item-info__top {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.blog-page__item .item-info__top .tags {
    margin-right: 15px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

.blog-page__item .item-info__top .tags span {
    display: block;
    font-size: 15px;
    font-weight: 500;
    padding: 7px 20px;
    border-radius: 6px;
    color: #000;
    background: #ffb800
}

.blog-page__item .info-actions {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.blog-page__item .info-actions span {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 6px
}

.blog-page__item .info-actions span svg {
    margin-right: 5px;
    display: block;
    width: 21px;
    height: 21px
}

.blog-page__item .info-actions span:last-child {
    margin-right: 0
}

.blog-page__item .info-name {
    margin-bottom: 15px
}

.blog-page__item .info-name h2 {
    margin: 0;
    font-family: "Jost";
    font-weight: 600;
    font-size: 22px;
    color: #fff;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    line-height: 1.2
}

.blog-page__item .info-bot {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: auto
}

.blog-page__item .info-bot span:first-child {
    -webkit-transition: 0.15s;
    -o-transition: 0.15s;
    transition: 0.15s
}

.blog-page__item .info-bot span:first-child::before {
    -webkit-transition: 0.45s;
    -o-transition: 0.45s;
    transition: 0.45s;
    content: "Читать";
    position: absolute;
    left: 0;
    bottom: 10px;
    color: #ffb800;
    font-size: 22px;
    font-weight: 700;
    font-family: "JOST";
    opacity: 0
}

.blog-page__item .info-bot .info-views {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.blog-page__item .info-bot .info-views svg {
    margin-right: 5px
}

.blog-page__more-btn-wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

@media (max-width: 1200px) {
    .blog-page__item .item-info {
        padding: 0 10px 15px
    }

    .blog-page__item .item-info .tags span {
        padding: 10px 20px
    }

    .blog-page__item .item-info .info-actions span {
        font-size: 14px
    }

    .blog-page__item .item-info .info-actions span svg {
        width: 18px;
        height: 18px
    }

    .blog-page__item .item-info .info-name h2 {
        font-size: 18px
    }
}

@media (max-width: 890px) {
    .blog-page__items {
        margin: 0 -12px
    }

    .blog-page__item {
        width: calc(50% - 24px);
        margin: 0 12px 24px
    }
}

@media (max-width: 620px) {
    .blog-page__items {
        margin: 0
    }

    .blog-page__item {
        width: 100%;
        margin: 0 0 20px
    }

    .blog-page__item:hover .info-bot span:first-child {
        padding-left: 40px
    }

    .blog-page__item .info-bot span:first-child::before {
        font-size: 16px;
        bottom: 5px
    }

    .blog-page__item .info-bot span:first-child svg {
        width: 60px;
        height: 20px
    }

    .blog-page__item .info-bot .info-views {
        font-size: 14px
    }

    .blog-page__item .info-bot .info-views svg {
        width: 24px;
        height: 24px;
        margin-right: 5px
    }
}


.more-reads__slide {
    width: auto;
    margin: 0
}

.more-reads__title span {
    font-size: 48px;
    margin: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-bottom: 10px;
    font-weight: 500;
    margin-bottom: 20px;
    display: block
}

.more-reads__slider-wrapper {
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch
}

.more-reads__slide {
    height: auto;
    width: auto;
    margin: 0
}

@media (max-width: 768px) {
    .more-reads__title span {
        font-size: 36px
    }
}


.tags-page button {
    border: none;
    background-color: transparent;
}
.tags-page {
    margin: 40px 0;
  }
  
  .tags-page .container {
    position: relative;
  }
  
  .tags-page__slider {
    width: calc(100% - 50px);
    margin: 0 auto;
  }
  
  .tags-page .tags-navigation {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 40px;
    pointer-events: none;
  }
  
  .tags-page .tags-navigation button {
    width: 40px;
    height: 40px;
    pointer-events: all;
    position: absolute;
    display: block;
  }
  
  .tags-page .tags-navigation button.swiper-button-disabled {
    opacity: 0.5;
  }
  
  .tags-page .tags-navigation button svg {
    width: 100%;
    height: 100%;
    display: block;
  }
  
  .tags-page .tags-navigation .tags-next {
    right: 0;
    left: auto;
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
  }
  
  .tags-page .tags-navigation .tags-prev {
    left: 0;
    right: auto;
  }
  
  .tags-page__slide {
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.5;
    color: #ffb800;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 8px;
    width: fit-content;
  }
  
  .navigation-list-block {
    z-index: 100;
  }
  
