html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: "FSRAILWAY Book";
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

html {
    height: 100%;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

* {
    background-size: cover;
    background-position: center center;
}

div {
    display: flex;
}

html,
body {
    height: 100%;
    touch-action: none;
}

body {
    background-image: url("/images/bg.png");
    display: flex;
    justify-content: center;
    background-color: #101F35;
}

.centerContainer {
    width: 100%;
    height: 100%;
    /*background-image: url("/images/musicBg.png");*/
    position: relative;
    overflow: hidden;
    flex-direction: column;
    align-items: center;
}

.musicImageContainer {
    margin-top: 31px;
    position: relative;
    justify-content: center;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    touch-action: none;
}

.nav {
    background-color: #070C14;
    opacity: 0.7;
    height: 40px;
    width: 40px;
    position: absolute;
    z-index: 1000;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    background-image: url("/images/prev.svg");
    background-repeat: no-repeat;
    background-size: 20px;
}

.nav:active {
    background-color: #435574;
}

.next {
    transform: rotate(180deg);
    right: 7px;
    top: 45%;
}

.prev {
    left: 7px;
    top: 45%;
}

.carousel {
    width: 100%;
    height: 85%;
    overflow: hidden;
    display: flex !important;
    align-items: center;
}

.carouselImage {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.centerImage {
    border-radius: 26px;
    display: block;
    max-height: 100%;
    max-width: 100%;
    margin-right: 1px;
}

.slick-track,
.slick-list,
.slick-slide,
.slick-slide div {
    max-height: 100%;
}

.slick-slide,
.slick-track {
    display: flex !important;
    align-items: center;
    justify-content: center;
}

.photoDesc {
    color: #fff;
    font-size: 14px;
    opacity: 0.67;
    text-align: center;
    position: absolute;
    bottom: 0;
    max-width: 100%;
    padding: 0 55px 0 55px;
}

.ticker span {
    margin: 0 5px 0 5px;
    color: #E21A1A;
}

.header {
    position: relative;
    width: 100%;
    height: 164px;
    justify-content: center;
    background: linear-gradient(180deg, #101F35 0%, rgba(16, 31, 53, 0.28) 71.84%, rgba(16, 31, 53, 0) 93.57%);
}

.lang {
    position: absolute;
    left: 50%;
    bottom: -38px;
    width: 152px;
    margin-left: -367px;
    padding-left: 13px;
    font: 22px "ibm";
    color: #fff;
}

.lang__current {
    display: inline-block;
    cursor: pointer;
}

.lang__current span {
    display: none;
    vertical-align: middle;
}

.lang__current:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    width: 25px;
    height: 12px;
    background: url("../images/icon-chevron-down.svg") center 2px no-repeat;
    margin-left: 4px;
    transition: .3s;
}

.lang__list {
    text-align: center;
    display: block;
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    border-radius: 9px;
    overflow: hidden;
    opacity: 0;
    visibility: hidden;
    transition: .3s;
}

.lang__list-item {
    display: block;
    color: #fff;
    background: #141b28;
    padding: 11px 0;
    cursor: pointer;
    text-decoration: none;
    transition: .3s;
}

.lang__list-item:hover {
    background: #263349;
}

.lang.active .lang__list {
    visibility: visible;
    opacity: 1;
}

.lang.active .lang__current:after {
    transform: rotate(180deg);
}

.lang._rus .lang__current span:nth-child(1) {
    display: inline-block;
}

.lang._eng .lang__current span:nth-child(2) {
    display: inline-block;
}

.lang._rus .lang__list-item:nth-child(1) {
    background: #263349;
}

.lang._eng .lang__list-item:nth-child(2) {
    background: #263349;
}

.sizeableContainer {
    width: 100%;
    max-width: 834px;
    height: 100%;
    padding: 0 55px 0 55px;
    flex-direction: column;
    align-items: center;
    overflow: hidden;
}

.bottomGradient .sizeableContainer {
    justify-content: flex-end;
    align-items: center;
    position: relative;
    overflow: initial;
}

.logo {
    background-image: url("/images/logo.png");
    width: 164px;
    height: 37px;
    margin-top: 16px;
}

.ticker {
    display: block;
    color: #fff;
    white-space: nowrap;
    margin-top: 11px;
    width: 100%;
    overflow: hidden;
    padding-bottom: 12px;
    border-bottom: 1px solid #FFFFFF;
    font-weight: 400;
    font-size: 18px;
}

.marquee {
    -moz-animation: marquee 10s linear infinite;
    -webkit-animation: marquee 10s linear infinite;
    animation: marquee 10s linear infinite;
}

.bottomGradient {
    margin-top: -150px;
    min-height: 376px;
    width: 100%;
    position: relative;
    justify-content: center;
    background: linear-gradient(0deg, #101F35 0%, rgba(16, 31, 53, 0.28) 71.84%, rgba(16, 31, 53, 0) 93.57%);
    pointer-events: none;
}

.innerGradient {
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(16, 31, 53, 0.67) 39.64%, rgba(16, 31, 53, 0) 98.21%);
    justify-content: center;
    position: absolute;
    z-index: -1;
}

.player {
    border: 0.7px solid #768B9D;
    border-radius: 35px;
    height: 900px;
    width: calc(100% - 220px);
    flex-direction: column;
    align-items: center;
    background: #141A27;
    padding: 0 19px 0 19px;
    position: absolute;
    z-index: 10000;
    pointer-events: all;
    touch-action: none;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    top: 183px;
    /*margin: 0 0 -707px 0;*/
    /*transform: translateY(300px);*/

}

.playerTop {
    flex-direction: column;
    align-items: center;
    width: 100%;
}

.arrow {
    margin-top: 14px;
}

.buttons {
    height: 68px;
    margin-top: 17px;
    align-items: center;
}

.button {
    height: 48px;
    width: 48px;
    background-color: #263349;
    margin: 0 9px 0 9px;
    border-radius: 50%;
    justify-content: center;
    align-items: center;
    background-repeat: no-repeat;
    background-image: url("/images/player_btn_next.svg");
    background-size: 30px;
}

.stop:active {
    background-color: #435574;
}

.next:active {
    background-color: #435574;
}

.back:active {
    background-color: #435574;
}

.stop {
    height: 68px;
    width: 68px;
    background-image: url("/images/playBtn.svg");
    background-size: 40px;
}

.isPlay {
    ;
    background-image: url("/images/pause.svg");
    background-size: 30px;
}

.next {
    transform: rotate(180deg);
}

.progress {
    width: 100%;
    margin-top: 15px;
    flex-direction: column;
    padding: 0 10px;
}

#progressBarMain {
    height: 4px;
    width: 100%;
    background-color: #4f545e;
    align-items: center;
    position: relative;
    border: 0;
    cursor: pointer;
}

button {
    border: 0px;
}

.progressBarReady {
    height: 100%;
    width: 0%;
    background-color: #fff;
}

#progressBarMain span {
    height: 19px;
    width: 19px;
    background-color: #fff;
    border-radius: 50%;
    border: 0;
    top: -0.48em;
}

.timers {
    margin-top: 10px;
    justify-content: space-between;
    width: 100%;
}

.time {
    color: #848991;
    font-weight: 400;
    font-size: 14px;
}

.endTime {
    text-align: right;
}

.listName {
    font-family: "RussianRail G Pro";
    font-weight: bold;
    font-size: 14px;
    color: #fff;
    margin-top: 5px;
}

.musicList {
    display: block;
    width: 100%;
    margin: 25px 34px 0 34px;
    height: 405px;
    border-radius: 25px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
    -webkit-mask-image: -webkit-radial-gradient(white, black);
}

.musicList::-webkit-scrollbar {
    display: none;
}

.scrollHider {
    display: block;
    box-sizing: content-box;
    touch-action: auto;
    border-radius: 25px;
    -webkit-user-drag: auto;
}

/*.scrollHider *{*/
/*    touch-action: auto;*/
/*    -webkit-user-drag: auto;*/
/*}*/
.music {
    background: #FFFFFF;
    width: 100%;
    height: 100px;
    border-bottom: 2px solid #E3E5EA;
    justify-content: space-between;
    padding: 17px 38px 17px 21px;
}

.music:first-child {
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
}

.authorAndName {
    height: 100%;
    flex-direction: column;
    justify-content: center;
}

.authorName {
    color: #1F4F62;
    font-family: 'RussianRail G Pro';
    font-weight: bold;
    font-size: 20px;
    margin-bottom: 10px;
}

.musicName {
    color: #353735;
    font-family: 'RussianRail G Pro';
    font-weight: 400;
    font-size: 20px;
}

.musicDuration {
    height: 100%;
    align-items: center;
}

.duration {
    color: #768B9D;
    font-weight: 400;
    font-size: 20px;
    text-align: right;
}

.soundWave {
    display: none;
    height: 42px;
    width: 42px;
    margin-right: 20px;
}

.music.active {
    background: #F1F3F9;
}

.music.active .authorName {
    color: #353735;
}

.music.active.play .soundWave {
    display: flex;
}

@font-face {
    font-family: "FSRAILWAY Book";
    src: url("/fonts/FSRAIL55.ttf") format("truetype");
}

@font-face {
    font-family: "RussianRail G Pro";
    src: url("/fonts/RussianRail G Pro Regular.otf") format("opentype");
}

@font-face {
    font-weight: bold;
    font-family: "RussianRail G Pro";
    src: url("/fonts/RussianRail G Pro Bold.otf") format("opentype");
}

@font-face {
    font-family: 'ibm';
    src: url('/fonts/IBMPlexSans-Bold.eot');
    src: url('/fonts/IBMPlexSans-Bold.eot?#iefix') format('embedded-opentype'),
        url('/fonts/IBMPlexSans-Bold.woff2') format('woff2'),
        url('/fonts/IBMPlexSans-Bold.woff') format('woff'),
        url('/fonts/IBMPlexSans-Bold.ttf') format('truetype'),
        url('/fonts/IBMPlexSans-Bold.svg#IBMPlexSans-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

* {
    box-sizing: border-box;
}

@media (orientation: landscape) and (max-width:640px) {
    .carousel {
        display: none !important;
    }
}

@media (max-width: 769px) {
    .lang {
        margin-left: -333px;
    }
}

@media (max-width:640px) {
    .centerContainer {
        width: 100%;
    }

    .player {
        margin-left: 0;
        margin-right: 0;
        width: 100%;
    }

    .bottomGradient .sizeableContainer {
        padding: 0;
    }

    .authorName {
        font-size: 14px;
        margin-bottom: 6px;
    }

    .musicName {
        font-size: 14px;
    }

    .duration {
        font-size: 14px;
    }

    .music {
        padding: 15px 14px 15px 17px;
        height: 70px;
    }

    .sizeableContainer {
        padding: 0 12px 0 12px;
    }

    .header {
        height: 98px;
    }

    .musicImageContainer {
        padding: 0 12px 0 12px;
        justify-content: start;
    }

    .photoDesc {
        color: #fff;
        font-size: 14px;
        opacity: 0.67;
        text-align: center;
        position: absolute;
        bottom: 0;
        max-width: 100%;
        padding: 0 12px 0 12px;
    }

    .soundWave {
        height: 28px;
        width: 28px;
        margin-right: 20px;
    }

    .carousel {
        height: 75%;
    }

    .next {
        top: 35%;
    }

    .prev {
        top: 35%;
    }

    .lang {
        margin-left: 0;
        left: 0;
        bottom: -28px;
    }
}

@media (min-width:641px) and (max-width:1225px) {
    .centerContainer {
        width: 100%;
    }

    .header .sizeableContainer {
        flex-direction: row;
        padding-bottom: 70px;
        align-items: start;
    }

    .header {
        height: 98px;
    }

    .lang {
        bottom: -15px;
    }

    .logo {
        width: 249px;
        margin-bottom: 28px;
        padding-bottom: 42px;
        border-bottom: 1px solid #FFFFFF;
        background-size: 90% 90%;
        background-position: 0%;
        background-repeat: no-repeat;
    }

    .ticker {
        margin-top: 28px;
    }
}

@-moz-keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@-webkit-keyframes marquee {
    0% {
        transform: translateX(0%);
    }

    100% {
        transform: translateX(-100%);
    }
}

@keyframes marquee {
    0% {
        -moz-transform: translateX(0%);
        -webkit-transform: translateX(0%);
        transform: translateX(0%)
    }

    100% {
        -moz-transform: translateX(-100%);
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
    }
}