.plyr--audio .plyr__controls {
    padding: 10px;
    border-radius: inherit;
    background: #fff;
    border: none;
    color: #565d64;
}

.plyr__progress--buffer,
.plyr__progress--played,
.plyr__volume--display {
    height: 2px;
    margin: -1px 0 0;
}

.plyr__progress--played {
    color: #f7323f;
}

.plyr--audio .plyr__progress--buffer {
    color: #efefef;
}

.plyr .plyr__progress {
    display: inline-block;
    width: 300px;
}

.plyr--audio .plyr__controls {
    position: relative;
}

.plyr__controls button svg {
    fill: #202020;
}

.plyr--audio .plyr__controls button.tab-focus:focus,
.plyr--audio .plyr__controls button:hover,
.plyr--video .plyr__controls button.tab-focus:focus,
.plyr--video .plyr__controls button:hover {
    background: transparent;
}

.plyr__volume--display {
    color: #f7323f;
    padding: 0;
    margin: 0 10px 0 0;
    position: absolute;
    left: 0;
    left-top: 40%;
}

.plyr input[type=range]::-webkit-slider-thumb {
    width: 15px;
    height: 15px;
    box-shadow: 0 3px 8px rgba(0, 0, 0, 0.2);
    background: #fff;
    border: none;
}

.plyr input[type=range]:active::-ms-thumb {
    background: #fff;
    border-color: #fff;
    transform: scale(1.25);
}

.plyr input[type=range]:active::-webkit-slider-thumb {
    background: #fff;
    border-color: #fff;
    -webkit-transform: scale(1.25);
    transform: scale(1.25);
}

.plyr input[type=range]:active::-moz-range-thumb {
    background: #fff;
    border-color: #fff;
    -moz-transform: scale(1.25);
         transform: scale(1.25);
}

.plyr input[type=range]:active::-ms-thumb {
    background: #fff;
    border-color: #fff;
    transform: scale(1.25);
}

.plyr__controls span {
  display: inline;
}


.feed {
    background-color: #3b3f48;
    width: 100%;
    position: relative;
    height: auto;
    padding: 0 0 70px
}

@media (max-width:600px) {
    .feed {
        min-height: 510px
    }
}

.feed__content {
    padding: 0 20px
}

.feed__heading {
    padding: 5px 0 40px
}

.feed__title {
    color: #fff;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 30px;
    margin: 0;
    padding: 25px 0;
    text-transform: uppercase;
    letter-spacing: 3.84px;
    border-bottom: 1px solid rgba(255, 255, 255, .32)
}

@media (max-width:600px) {
    .feed__title {
        text-align: left
    }
}

.feed-slider {
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex
}

@media (max-width:600px) {
    .feed-slider {
        display: none
    }
}

.feed-slider .swiper-slide,
.feed-slider .swiper-wrapper {
    width: auto
}

@media (max-width:480px) {
    .feed-slider .swiper-container {
        padding: 0 0 30px !important
    }
}

.feed-slider .swiper-pagination {
    display: none;
    bottom: 0
}

@media (max-width:480px) {
    .feed-slider .swiper-pagination {
        display: block
    }
}

.feed-slider .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    margin: 0 15px !important;
    background: #aaafb8;
    opacity: 1
}

.feed-slider .swiper-pagination-bullet-active {
    background: #cd9a2b
}

.feed-slider-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 50px;
    right: 50px;
    top: 32px
}

@media (max-width:600px) {
    .feed-slider-nav {
        right: 25px;
        display: none
    }
}

.feed-slider-nav .swiper-button-disabled .icon {
    opacity: .5
}

.feed-slider-nav .icon {
    stroke: #fff
}

.feed-slider__col {
    max-width: 435px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 20px
}

@media (max-width:600px) {
    .feed-slider__col {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }
}

@media (max-width:480px) {
    .feed-slider__col {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }
}

.feed-slider__item {
    cursor: pointer;
    background-size: cover;
    width: 100%;
    height: 270px;
    padding: 0 20px;
    margin: 0 0 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    position: relative;
    z-index: 1010
}

.feed-slider__item>.sticker {
    z-index: 10
}

.feed-slider-m__item:before,
.feed-slider__item:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(158deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, .66) 100%);
    z-index: 1
}

.feed-slider__item-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 8px 0 15px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-height: 150px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    transition: all linear .2s;
    text-align: left
}

@media (max-width:600px) {
    .feed-slider__item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.feed-slider__item-info,
.feed-slider__item-views {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-slider__item-info {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 15px 0;
    position: relative;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1012
}

.feed-page_item-views {
    margin: 0 20px 0 0
}

.feed-page__item-views-ico {
    width: 20px;
    height: 14px;
    display: inline-block;
    margin: 0 10px 0 0;
    transition: all linear .2s
}

.feed-page__item-like-ico:hover,
.feed-page__item-views-ico:hover {
    opacity: .5
}

.feed-page__item-views-value {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.feed-slider__item-like {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    z-index: 1012
}

.feed-page__item-like-ico {
    cursor: pointer;
    width: 16px;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
    transition: all linear .2s
}

.feed-page__item-like-ico.liked {
    pointer-events: none;
    opacity: .3;
    cursor: default
}

.feed-page__item-like-value {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.feed-page__item.is-active>.feed-slider__button {
    border-color: #f7323f;
    background-color: #f7323f
}

.feed-slider-m__item.is-active:before,
.feed-slider__item.is-active:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(158deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
    background-color: rgba(0, 0, 0, .5)
}

.feed-slider__item:hover .feed-slider__item-title {
    color: #cd9a2b
}

.feed-slider__button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    transition: all linear .2s
}

.feed-slider__button--video {
    padding-left: 5px
}

@media (max-width:600px) {
    .feed-slider .swiper-slide {
        width: auto !important
    }
}

.feed-slider-m {
    display: none
}

@media (max-width:600px) {
    .feed-slider-m {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}

.feed-slider-m .swiper-slide,
.feed-slider-m .swiper-wrapper {
    width: auto
}

.feed-slider-m .swiper-container {
    padding: 0 0 40px !important
}

@media (max-width:600px) {
    .feed-slider-m .swiper-container .feed-slider-m .swiper-container {
        margin: 0 20px
    }
}

.feed-slider-m .swiper-pagination {
    bottom: 0
}

.feed-slider-m .swiper-pagination-bullet {
    width: 6px;
    height: 6px;
    display: inline-block;
    border-radius: 0;
    margin: 0px 15px 13px 15px!important;
    background: #aaafb8;
    opacity: 1
}

.feed-slider-m .swiper-pagination-bullet-active {
    background: #cd9a2b
}

.feed-slider-m__col {
    max-width: 435px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin: 0 20px
}

@media (max-width:600px) {
    .feed-slider-m__col {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }
}

@media (max-width:480px) {
    .feed-slider-m__col {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-align-items: flex-start;
        -ms-flex-align: start;
        align-items: flex-start;
        margin: 0
    }
}

.feed-slider-m__item {
    cursor: pointer;
    background-size: cover;
    position: relative;
    width: 100%;
    height: 270px;
    padding: 0 20px;
    margin: 0 55px 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.feed-slider-m__item>.sticker {
    z-index: 10
}

.feed-slider-m__item-title {
    color: #fff;
    font-size: 25px;
    font-weight: 700;
    line-height: 30px;
    margin: 8px 0 15px;
    position: relative;
    z-index: 2;
    overflow: hidden;
    max-height: 150px;
    text-overflow: ellipsis;
    word-wrap: break-word;
    -webkit-line-clamp: 6;
    transition: all linear .2s;
    text-align: left
}

@media (max-width:600px) {
    .feed-slider-m__item-title {
        font-size: 18px;
        line-height: 24px
    }
}

.feed-slider-m__item-info,
.feed-slider-m__item-views {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-slider-m__item-info {
    border-top: 1px solid rgba(255, 255, 255, .3);
    padding: 15px 0;
    position: relative;
    width: 100%;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    z-index: 1012
}

.feed-slider-m__item-views {
    margin: 0 20px 0 0
}

.feed-slider-m__item-views-ico {
    cursor: pointer;
    width: 20px;
    height: 12px;
    display: inline-block;
    margin: 0 10px 0 0;
    transition: all linear .2s
}

.feed-slider-m__item-like-ico:hover,
.feed-slider-m__item-views-ico:hover {
    opacity: .5
}

.feed-slider-m__item-views-value {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.feed-slider-m__item-like {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-slider-m__item-like-ico {
    cursor: pointer;
    width: 16px;
    height: 15px;
    display: inline-block;
    margin: 0 10px 0 0;
    transition: all linear .2s
}

.feed-slider-m__item-like-ico.liked {
    pointer-events: none;
    opacity: .3;
    cursor: default
}

.feed-slider-m__item-like-value {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    line-height: 30px;
    text-transform: uppercase
}

.feed-slider-m__item.is-active>.feed-slider__button {
    border-color: #f7323f;
    background-color: #f7323f
}

.feed-slider-m__item:hover .feed-slider__item-title {
    color: #cd9a2b
}

.feed-slider-m__button {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: 2px solid #fff;
    background-color: transparent;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    transition: all linear .2s
}

.feed-slider-m__button--video {
    padding-left: 5px
}

@media (max-width:600px) {
    .feed-slider-m .swiper-slide {
        width: 100% !important
    }
}

.feed-slider-nav-m {
    display: none;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 50px;
    right: 50px;
    top: 32px
}

@media (max-width:600px) {
    .feed-slider-nav-m {
        right: 25px;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex
    }
}
.feed-modal-gallery {
  width: 80%;
  height: 70vh;
  margin: 0 auto;
}
.feed-modal-gallery-nav .swiper-button-disabled .icon,
.feed-slider-nav-m .swiper-button-disabled .icon {
    opacity: .5
}
.feed-modal-gallery .swiper-slide img {
  width: auto;
  height: auto;
  max-height: 100vh;
  max-width: 80%;
}
.feed-slider-nav-m .icon {
    stroke: #fff
}

.feed-modal-gallery {
    width: 80%;
    margin: 0 auto
}

@media (max-width:1024px) {
    .feed-modal-gallery {
        padding: 100px 0
    }
}

.feed-modal-gallery .swiper-container {
    width: 100%;
    height: 100%
}

@media (max-width:1024px) {
    .feed-modal-gallery .swiper-container {
        padding-bottom: 70px
    }
}

.feed-modal-gallery .swiper-slide {
    text-align: center;
    font-size: 18px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.feed-modal-gallery-nav {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: absolute;
    width: 100%;
    left: auto;
    right: auto;
    top: 50%;
    z-index: 1010 !important
}

@media (max-width:600px) {
    .feed-modal-gallery-nav {
        right: auto;
        top: auto;
        bottom: 0;
        width: 100px;
        left: 50%;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%)
    }
}

.feed-modal-gallery .icon {
    stroke: #fff
}
/* стили для блока feed */ 


.media-player {
    display: none;
    background: #fff;
    border: 1px solid #efefef;
    box-sizing: border-box;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    min-height: 53px;
    padding: 10px 0;
    z-index: 9999
}

.media-player--desc.show {
    display: block
}

@media (max-width:600px) {
    .media-player--desc {
        display: none
    }
}

.media-player__close {
    border: none;
    background: 0 0;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 20px;
    width: 10px;
    height: 10px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
.media-player__close svg {
    width: 10px;
    height: 10px;
}

.media-player__close img {
  display: block;
}
@media (max-width:600px) {
    .media-player__close {
        display: none
    }
}

.media-player-audio,
.media-player__content {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center
}

.media-player__content {
    max-width: 930px;
    margin: 0 auto
}

.media-player-audio {
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start
}

.media-player-audio__file {
    margin: 0 20px 0 0;
    width: 600px
}

.media-player-audio__info {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    width: calc(100% - 620px)
}

.media-player-audio__pic {
    width: 37px;
    height: 37px;
    margin: 0 10px 0 0;
    background-size: cover
}

.media-player-audio__pic img {
    width: 100%
}

.media-player-audio__title {
    color: #3b3f48;
    font-size: 12px;
    font-weight: 400;
    line-height: 16px;
    margin: 0;
    width: calc(100% - 47px)
}

@media (max-width:600px) {
    .media-player-audio__title {
        display: none
    }
}

/* стили для блока media-player */ 

.popup__audio {
  position: relative;
  height: 100vh;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 0px 0 55px;
  z-index: 2;
}
.popup__audio .media-player__content {
  background: #fff;
  position: absolute;
  bottom: 0;
  width: 100%;
  max-width: 100%;
}
.popup__audio .media-player__content .media-player-audio__info {
  display: none;
}
.popup__audio-container {
  position: absolute;
  bottom: 0;
  width: 100%;
}
.popup__audio-container .media-player-audio__info {
  display: block;
}
.popup__audio-container--top {
  position: static;
  top: 0;
}
.popup__audio-container--top .media-player-audio__title {
  display: block;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
  margin-bottom: 0;
}
.popup__audio-container--top .media-player__wrap {
  padding: 0 20px;
}
.popup__audio-container--top + .feed-slider__item-info {
  margin: 20px;
  padding: 15px 0 15px 0;
  width: calc(100% - 40px);
}

/* стили для попапа popup__audio */
.popup__photo {
  height: 100%;
}
.popup__photo-container {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.icon-arrow {
  width: 12px;
  height: 18px;
}

.feed-page-short__item-like-ico.liked .ico-like-full {
  fill: #000;
  display: inline-block;
}
.popup__close:after,
.popup__close:before {
  content: '';
  background-color: #fff;
}
.feed-page__item-like-ico.liked {
  pointer-events: none;
  opacity: .3;
  cursor: default;
}