.audiojs {
    width: 100%;
    background:transparent;
    background-image:none;
    height: 76px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}
.audiojs .play-pause {
    width: 56px;
    height: 56px;
    padding: 0;
    margin: 0px;
    float: left;
    overflow: hidden;
    border-right: none;
    background: #6d8da2;
    border-radius:50%;
    flex-shrink:0;
}
.audiojs p {
    width: 56px;
    height: 56px;
}

.audiojs .scrubber {
    margin: 0;
    width:auto;
    flex-grow:1;
    background: #6d8da2;
    height: 10px;
    border-radius: 10px;
    margin: 0 24px;
}

.audiojs .time {
    float: left;
    height: 36px;
    line-height: 36px;
    width: 140px;
    margin:0;
    padding: 0px 24px 0px 0;
    border-left: none;
    color: #ddd;
    text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.5);
    flex-shrink:0;
    text-align:center;
}

.audiojs .loaded {
    height: 10px;
    width: 0px;
    background: #354753;
    background-image: none !important;
}


.audiojs .play {
    background: url(../../seasons/_src/vendors/audiojs/audiojs-sprite.svg) 0 0 no-repeat;
}
.audiojs .pause {
    background: url(../../seasons/_src/vendors/audiojs/audiojs-sprite.svg) 0 -56px no-repeat;
}

.audiojs .loading {
    display: none !important;
}
.audiojs .error {
    display: none !important;
}


.cookie-notice__text {
    align-items:flex-end
}

.cookies-switch-btn {
    color:#fff;
    border-color:#f2f2f2;
}

.cookie-swithers__btns .button__small:hover {
    color:#333;
    background:#C2E3FA;
    border-color: #C2E3FA;
}

.footer {
    padding-bottom: 30px;
}
.footer__bottom {
    margin-top: 30px;
    padding-top: 30px;
    border-top: 1px solid rgba(255,255,255,0.15);
    display: flex;
    gap:16px;
    flex-wrap:wrap;
}
.footer__bottom a {
    color:#fff;
}
.footer__bottom a:hover {
    color:#C2E3FA;
}

.reviews-block__list {
    height: auto;
}

.reviews-list:not(.swiper) {
    grid-template-columns: repeat(2, 1fr);
}


.stars.stars--1 ._icon{
    color:#c8c8c8;
}
.stars.stars--1 ._icon:first-child{
    color:#F7CB14;
}

.stars.stars--2 ._icon{
    color:#c8c8c8;
}
.stars.stars--2 ._icon:nth-child(-n+2) {
    color:#F7CB14;
}

.stars.stars--3 ._icon{
    color:#c8c8c8;
}
.stars.stars--3 ._icon:nth-child(-n+3) {
    color:#F7CB14;
}


.stars.stars--4 ._icon{
    color:#c8c8c8;
}
.stars.stars--4 ._icon:nth-child(-n+4) {
    color:#F7CB14;
}

.stars.stars--5 ._icon{
    color:#F7CB14;
}
.reviews .section__head,
.reviews-block__info {
    padding-right: 0 !important;
}
.reviews .container {
    padding-right: 20px !important;
}

.reviews-block__info-content {
    position: sticky;
    top:80px;
}