*{
    margin:0;
    padding:0;
    border: 0;
    outline:none !important;
    text-size-adjust: none;
    outline:none !important;
    -webkit-tap-highlight-color: transparent;
}
html{
    background-color: #0C0C0C;
    transition: all 350ms;
    font-size: 100%;
}

body{
    margin: 0;
    padding: 0;
    font-family: Open Sans,arial,Helvetica Neue,Helvetica,sans-serif;
    color: #fff;
    width: 100%;
    overflow-x: hidden;
    min-height: 100vh;
    background: linear-gradient(113.1deg, rgba(255, 255, 255, .02) 100%, rgba(255, 255, 255, 0) 112.53%), #15161A;
}

.o7{opacity: .7;}
.o6{opacity: .6;}
.o5{opacity: .5;}
.o4{opacity: .4;}
.o3{opacity: .3;}

.s0{font-size:4vw;}
.s1{font-size: 2vw;}
.s2{font-size: 1.8vw;}
.s3{font-size: 1.4vw;}
.s4{font-size: 1.2vw; line-height: 2vw;}
.s5{font-size: 1vw; line-height: 1.8vw;}
.s6{font-size: .9vw; line-height: 1.4vw;}
.s7{font-size: .8vw; line-height: 1.2vw;}
.s8{font-size: .7vw; line-height: .9vw;}
.s9{font-size: .6vw; line-height: .8vw;}

.b {font-weight: bold;}
.up {text-transform: uppercase;}
.white{color: #fff;}
.red{color: #E66464;}

.hide{
    display: none;
}
.hideV{
    visibility: hidden !important;
}

button, .button{
    cursor: pointer;
}

body.index{
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: linear-gradient(
            113.1deg
            , rgba(255, 255, 255, .02) 100%, rgba(255, 255, 255, 0) 112.53%), #15161A;
    overflow-x: hidden;
    background-size: auto;
}


body.onePage{
    background: #0C0C0C;
}
.onePage .mainBottom {
    position: initial;
}
.onePage .box .full {
    margin: 8vw 0;
}
.onePage h1 {
    margin: 0 0 1vw;
}
.onePage p {
    margin: 0 0 1vw;
    color: #999;
}
.onePage b {
    color: #FFF;
}
.onePage ul, .onePage ol {
    margin: 2vw 0 2vw 3vw;
}
.onePage .box a {
    color: #0d95e8;
    word-break: break-all;
}


::-webkit-scrollbar {
    width: 4px;
    height: 4px;
    scroll-padding: 50px 0 0 50px;
}
::-webkit-scrollbar-thumb {
    background: rgba(255, 255, 255, 0.3);
    border-radius: 4px;
}
::-webkit-scrollbar-thumb:hover{
    background: rgba(255, 255, 255, 0.5);
}
::-webkit-scrollbar-track{
    background: rgba(0, 0, 0, 0);
}


.mainHeader{
    background: url(/img/ic_logo-flotty.svg) no-repeat 0 50%;
    background-size: 1.6vw;
    margin: 0 6% 0;
    padding: 1vw 5%;
    z-index: 1;
    position: absolute;
    width: calc(100% - 22%);
    top: 2vw;
}

.mainHeader .telegram{
    background: url(/img/ic_telegram.svg) no-repeat 50% 50%;
    background-size: contain;
    height: 1.4vw;
    width: 1.4vw;
    float: right;
}

.mainBottom{
    margin: 1vw 11% 4vw;
    z-index: 1;
    position: absolute;
    width: calc(100% - 22%);
    bottom: 1.4vw;
}


.mainBottom .policy{
    text-decoration: underline;
    font-style: normal;
    cursor: pointer;
    float: left;
    margin-right: 1vw;
}
.mainBottom b{
    float: right;
}


.bgIndex{
    position: absolute;
    background: url(/img/main-bg.png) no-repeat 100% 100%;
    background-size: cover;
    width: 100%;
    min-height: 100vh;
    filter: blur(4px);
    z-index: 0;
}

[class^=page] {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    margin: 0 11% 0;
    z-index: 1;
}
[class^=page] .box {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
}
[class^=page] .left, [class^=page] .right{
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 45%;
}

.page1 .left p{
    margin: 2.2vw 0 2.8vw;
}

.page1 .right{
    text-align: center;
}

.loginForm {
    position: relative;
    width: 60%;
    margin: 0 auto;
    transform: scale(.9);
}

.loginForm b, .loginForm p, .loginForm button{
    width: 100%;
}

.loginForm p{
    position: relative;
    margin: 1vw 0 2vw 0;
}
.loginForm p:after, .loginForm p:before{
    content: '';
    position: absolute;
    width: 40%;
    background: rgba(255, 255, 255, .1);
    display: block;
    top: 1vw;
    height: 1px;
}
.loginForm p:before{
    right: 0;
}

.loginForm button, .loginForm input{
    padding: 1.1vw 1.4vw;
    border-radius: .6vw;
    font-size: inherit;
    margin: 0 0 1vw 0;
}
.loginForm input,
.loginForm input:-webkit-autofill{
    width: calc(100% - 2.8vw);
    background: #1F2026;
    color: #fff;
    box-shadow: 2px 6px 30px rgba(0, 0, 0, .04);
    -webkit-text-fill-color: #fff !important;
    transition: background-color 5000s ease-in-out 0s;
}

.loginForm input[name=userPassword]{
    padding-right: 3.8vw;
    width: calc(100% - 5.2vw);
}
.loginForm input::placeholder {
    color: rgba(255, 255, 255, .5);
}
.loginForm .gLogin, .loginForm .aLogin{
    background: url(/img/login_ic_google.svg) no-repeat 1.4vw 50%, linear-gradient(92.06deg, #E57860 -.78%, #E66464 100.73%);
    box-shadow: 2px 6px 12px rgba(230, 100, 100, .2);
    background-size: 1.3vw, auto;
    color: #fff;
    margin-top: 1.1vw;
}
.loginForm .aLogin{
    margin-top: 2vw;
    margin-bottom: 0;
    background: url(/img/login_ic_apple.svg) no-repeat 1.4vw 44%, linear-gradient(92.06deg, #2a2b33 -.78%, #1F2026 100.73%);
    box-shadow: 2px 6px 12px rgb(0 0 0 / 20%);
    background-size: 1.2vw, auto;
}
#appleid-signin {
    display: none;
}

input.error, textarea.error {
    box-shadow: 0 0 1.5px #E66464 !important;
    color: #E66464;
}
input.error::placeholder, textarea.error::placeholder {
    color: #E66464;
}

.loginForm .login{
    margin: 1vw 0 2vw;
}

.loginForm .eyePassword{
    background-size: 1.2vw !important;
    height: 1.4vw;
    width: 1.4vw;
    display: block;
    position: absolute;
    right: 0;
    margin: -4.3vw 0 0 0;
    padding: 1vw 1.6vw 1vw 1vw;
    cursor: pointer;
}
.loginForm .eyePassword.show{
    background: url(/img/login_ic_show-password.svg) no-repeat 50% 50%;
}
.loginForm .eyePassword.hide{
    background: url(/img/login_ic_hide-password.svg) no-repeat 50% 50%;
}

.googlePlayButton, .appStoreButton {
    display: inline-block;
    background: url(/img/ic_google-play.svg) no-repeat 50% 56%, conic-gradient(from -73.4deg at 44.38% 57.43%, #A194FD -60.34deg, #FEB5BF 80.27deg, #FFC6FF 194.65deg, #A194FD 299.66deg, #FEB5BF 440.27deg), #FFFFFF;
    border-radius: 20vw;
    width: 12.8vw;
    height: 4vw;
    background-size: 76%, auto;
    filter: drop-shadow(.1vw .3vw .4vw rgba(166, 150, 250, .3));
}
.appStoreButton {
    background: url(/img/ic_app_store.svg) no-repeat 35% 48% / 67%, conic-gradient(from -73.4deg at 44.38% 57.43%, #A194FD -60.34deg, #FEB5BF 80.27deg, #FFC6FF 194.65deg, #A194FD 299.66deg, #FEB5BF 440.27deg), #FFFFFF;
}




button{
    padding: .5vw 1.4vw;
    border-radius: .4vw;
    font-size: 0.8vw;
    font-weight: bold;
}

body.app {
    display: flex;
    flex-direction: column;
    background: #0C0C0C;
}

.app .contain{
    display: flex;
    flex-direction: row;
}

.app .menu {
    width: calc(6vw - 1.6vw);
    background: #111111;
    text-align: center;
    padding-right: .8vw;
    padding-left: .8vw;
    position: relative;
}



.app .leftPanels{
    background: #0F0F0F;
    display: flex;
    flex-direction: row;
}
.app .leftPanels, .app .menu{
    border-radius: 0 2.5vw 2.5vw 0;
    height: calc(100vh - 80px);
}

.app .menu, .app .playlistsList, .app .trackList{
    height: calc(100vh - 2.8vw - 80px);
}
.app .menu, .app .playlistsList, .app .trackList, .app .lyricsPanel{
    padding-top: 1.4vw;
    padding-bottom: 1.4vw;
}

.listData{
    display: none;
}

.app .menu .logo{
    background: url(/img/ic_logo-flotty.svg) no-repeat 0 29%;
    background-size: .75vw;
    padding: .7vw 0 1vw 1.5vw;
    margin: 0 0 1vw;
    display: inline-block;
    cursor: pointer;
}

.app .userInfo, .app .getPremium{
    background: #161616;
    border-radius: .9vw;
    text-align: left;
    display: flex;
    margin-bottom: 1vw;
    width: inherit;
}

.app .userInfo .avatar, .app .getPremium .diamond{
    background: #212121;
    color: rgba(255, 255, 255, .7);
    width: 1.8vw;
    height: 1.8vw;
    display: inline-flex;
    border-radius: .6vw;
    margin: .4vw;
    justify-content: center;
    align-items: center;
    background-size: cover;
}
.app .userInfo .logOut{
    background: url(/img/settings_logout.svg) no-repeat 34% 55%;
    background-size: .7vw;
    width: 1.8vw;
    height: 2.5vw;
    display: inline-flex;
    float: right;
    cursor: pointer;
    opacity: .4;
    transition: all 150ms;
}
.app .userInfo .logOut:hover, .app .getPremium:hover .txt, .app .getPremium:hover .diamond{
    opacity: 1;
}
.app .getPremium {
    background: linear-gradient(170.29deg, #BD23D9 -1.41%, #4B1AC6 105.08%);
    position: absolute;
    bottom: 0;
    cursor: pointer;
    background-size: 300%;
    animation: gradient 5s infinite linear;
    visibility: hidden;
}
.app .getPremium:hover {
    animation: gradient 1s infinite linear;
}
.app .getPremium .diamond {
    background: url(/img/menu_ic_diamond.svg) no-repeat 50% 60%, rgba(255,255,255, .17);
    background-size: 80%;
    opacity: .7;
    transition: all 150ms;
}
.app .getPremium .txt {
    font-size: .7vw;
    font-style: normal;
    display: inline-flex;
    align-content: center;
    flex-wrap: wrap;
    opacity: .7;
    transition: all 150ms;
}
@keyframes gradient {
    0% {
        background-position: 80% 0%;
    }
    50% {
        background-position: 20% 100%;
    }
    100% {
        background-position: 80% 0%;
    }
}

.popupPremium, .popupSuccessfulPay {
    background: linear-gradient(170.29deg, #BD23D9 -1.41%, #4B1AC6 105.08%) !important;
    border-radius: 2.6vw !important;
}
.popupSuccessfulPay {
    background: linear-gradient(342.77deg, #1ACBB3 0%, #1482B0 100%) !important;
    border-radius: 2.6vw !important;
}
.popupPayError {
    background: linear-gradient(342.77deg, #E87F0F 0%, #FF0042 100%) !important;
    border-radius: 2.6vw !important;
}
.popupPremium .buyPremium, .popupPayError #getPremium {
    color: #793EED;
    margin: .5vw auto 2.1vw;
    float: none;
    display: block;
    padding: .9vw 2.1vw;
    border-radius: 1.7vw;
}
.popupPayError #getPremium {
    color: #E87F0F;
}
.popupPremium ul {
    list-style-type: none;
    margin: 0 0 0 1.8vw;
}
.popupPremium ul li {
    background: url(/img/buy_ic_check.svg) no-repeat 0 35%;
    margin: .4vw 0;
    background-size: .9vw;
    padding: 0 0 0 2vw;
}



.app .menu a{
    background-repeat: no-repeat;
    background-position: 50% 32%;
    background-size: 1.1vw;
    color: #fff;
    text-decoration: none;
    display: inline-flex;
    justify-content: center;
    align-items: flex-end;
    height: 2.8vw;
    border-radius: 1.1vw;
    width: 100%;
    padding: .8vw 0;
    margin-top: 1vw;
    opacity: .4;
}
.app .menu a.now, .app .menu a:hover{
    background-color: #161616;
    opacity: 1;
}

.app .menu a.home{
    background-image: url(/img/menu_home.svg);
}
.app .menu a.current{
    background-image: url(/img/menu_current.svg);
    background-size: .8vw;
}
.app .menu a.playlists{
    background-image: url(/img/menu_playlists.svg);
}


.app .playlistsList {
    width: calc(18vw - 1.6vw);
    padding-right: .4vw;
    padding-left: .8vw;
    position: relative;
}

.app .title, .app .subTitle, .app .searchLyrics{
    margin: 0 0 .6vw .6vw;
}

.app .searchLyrics{
    padding: .5vw .8vw .5vw 2vw;
    background: #161616;
    width: 50%;
    font-size: .8vw;
}

.app .trackList .search:before{
    content: '';
    background: url(/img/list_ic_search.svg) no-repeat 53% 48%;
    display: block;
    margin: 0 0 0 .5vw;
    padding: 1vw;
    background-size: .7vw;
    position: absolute;
    opacity: .5;
}

.app .playlistsList .lists, .app .trackList .tracks{
    overflow-y: auto;
    height: calc(100vh - 7.9vw - 80px);
}

.app .playlistsList:after {
    content: '';
    width: 90%;
    height: 1.2vw;
    position: absolute;
    bottom: 1.2vw;
    background: linear-gradient(180deg, #0000 0%, rgba(15,15,15,1) 50%);
}

.app .playlistsList .arrow_back{
    background: url(/img/ic_arrow_back.svg) no-repeat 7% 50%;
    background-size: .46vw;
    visibility: visible;
    padding: .4vw 1vw;
    cursor: pointer;
}
.app .playlistsList .arrow_back:hover{
    opacity: .5;
}


.app .playlist, .app .track{
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    border-radius: 1.6vw;
    margin: 0 .4vw .3vw 0;
}
.app .track{
    border-radius: 1.1vw;
    transition: all 150ms;
}

.app .playlist .cover, .app .track .cover, .app .playlist[href*=favorite] .cover:after{
    background: url(/img/list_ic_playlists.svg) no-repeat 50%, #212121;
    background-size: .9vw, auto;
    width: 3.2vw;
    height: 3.2vw;
    border-radius: 1.1vw;
    margin: .6vw 1.3vw .6vw .6vw;
    flex: none;
}

.app .cover.p{
    background-size: cover !important;
}

.app .track .cover, .app .track.now .cover:after{
    background: url(/img/list_ic_track.svg) no-repeat 50%, #212121;
    background-size: .45vw, auto;
    width: 2.2vw;
    height: 2.2vw;
    border-radius: 0.7vw;
}
.app .playlist[href*=favorite] .cover{
    background-image: none;
}
.app .playlist[href*=favorite] .cover:after{
    content: '';
    background: url(/img/list_ic_favorite.svg) no-repeat 50%;
    display: block;
    margin: 0;
    background-size: .9vw;
}
.app .playlist[href*=favorite] .cover.p:after{
    background-color: rgba(0,0,0, .6);
}

.app .track.now .cover:after{
    content: '';
    background: url(/img/controls_play.svg) no-repeat 50%;
    display: block;
    margin: 0;
    background-size: 1.2vw !important;
}
.app .track.now.pause .cover:after{
    background: url(/img/controls_pause.svg) no-repeat 50%;
}
.app .track.now .cover.p:after{
    background-color: rgba(0,0,0, .6);
}

.app .playlist.now, .app .playlist:hover{
    background: #161616;
}

.app .track.now, .app .track:hover{
    background: #161616;
}

.app .playlist.drag, .app .track.drag{
    background: #242424;
    position: relative;
    z-index: 20;
    cursor: grabbing;
}

.app .playlist .txt, .app .track .txt{
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    position: relative;
}
.app .playlist .txt:after{
    content: '';
    width: 1.8vw;
    height: 1.2vw;
    position: absolute;
    right: 0;
    top: 0;
    background: linear-gradient(90deg, #0000 0%, rgba(15,15,15,1) 70%);
}
.app .playlist.now .txt:after, .app .playlist:hover .txt:after{
    background: linear-gradient(90deg, #0000 0%, rgba(22,22,22,1) 70%);
}
.app .track .sub{
    margin-bottom: .3vw;
}
.app .playlist .sub2{
    margin-top: .3vw;
}
.app .dots{
    background: url(/img/list_ic_dots.svg) no-repeat 40% 50%;
    background-size: .2vw;
    width: 3.2vw;
    height: 3.2vw;
    opacity: .4;
}
.app .dots:hover, .app .context i:hover{
    opacity: 1;
}

.app .context{
    display: flex;
}
.app .context i{
    width: 2vw;
    height: 3.2vw;
    opacity: .4;
    visibility: hidden;
}
.app .track:hover .context i, .app .track.drag .context{
    visibility: visible;
}
.app .context i:last-child{
    margin-right: .4vw;
}
.app .context .ic_add_to_playlist{
    background: url(/img/context_ic_add_to_playlist.svg) no-repeat 50% 52%;
    background-size: 1.2vw;
}
.app .context .ic_like{
    background: url(/img/window_ic_like_add.svg) no-repeat 50%;
    background-size: .9vw;
}
.app .context .ic_like.remove{
    background: url(/img/window_ic_like_remove.svg) no-repeat 50%;
    background-size: .9vw;
    visibility: visible;
}
.app .context .ic_edit{
    background: url(/img/context_ic_edit.svg) no-repeat 50% 52%;
    background-size: .9vw;
}
.app .context .ic_create_playlist{
    background: url(/img/context_ic_add_to_playlist.svg) no-repeat 50% 52%;
    background-size: 1.14vw;
}
.app .context .ic_add{
    background: url(/img/context_ic_add.svg) no-repeat 50% 52%;
    background-size: .9vw;
}
.app .context .ic_delete{
    background: url(/img/context_ic_delete.svg) no-repeat 50%;
    background-size: .8vw;
}

.app .playlistsList .context{
    display: none;
}

.app .squareBg i{
    background-color: #111111 !important;
    background-image: none !important;
    border-radius: .5vw;
    position: absolute;
    cursor: pointer;
    padding: .8vw;
    right: 1.3vw;
    top: 1.5vw;
    margin: 0 !important;
    width: auto;
    height: auto;
    opacity: 1;
    visibility: visible;
}
.app .squareBg i:after{
    content: '';
    background-repeat: no-repeat;
    background-position: 50%;
    width: 100%;
    height: 100%;
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    opacity: .4;
}
.app .squareBg i:hover:after{
    opacity: 1;
}

.app .squareBg i.ic_create_playlist:after {
    background-image: url(/img/context_ic_add.svg);
    background-size: .7vw;
}


.app .trackList {
    width: calc(54vw - 1.6vw);
    padding-right: .4vw;
    padding-left: .7vw;
    position: relative;
}

.app .floating.context{
    position: absolute;
    background: #161616;
    border-radius: 1.1vw;
    flex-direction: column;
    box-shadow: .2vw .4vw 1.2vw rgba(0,0,0, .2);
    padding: .2vw .1vw;
}
.app .floating.context i{
    visibility: visible;
    cursor: pointer;
    display: block;
    padding: .7vw 3vw .7vw 3.5vw;
    width: auto;
    font-style: normal;
    height: auto;
    background-position: 1.2vw !important;
}



.app .lyricsPanel {
    width: 22vw;
}

.app .lyricsPanel .lyrics{
    background: linear-gradient(170.29deg, #BD23D9 -1.41%, #4B1AC6 105.08%);
    border-radius: 1.4vw;
    padding: 1vw .4vw 2.9vw 1.2vw;
    position: relative;
    height: calc(100vh - 6.7vw);
    display: none;
}

.app .lyricsPanel .lyrics .txt{
    white-space: pre-line;
    padding: 0 .8vw 0 0;
    overflow-y: auto;
    display: flex;
    height: 100%;
}

.app .lyricsPanel .lyrics [class^=ic_]{
    background-size: 50% !important;
    display: block;
    width: 2.4vw;
    height: 2.4vw;
    opacity: .8;
    cursor: pointer;
}
.app .lyricsPanel .lyrics [class^=ic_]:hover{
    opacity: 1;
}

.app .lyricsPanel .lyrics .ic_like{
    background: url(/img/window_ic_like_add.svg) no-repeat 50%;
    position: absolute;
    right: .4vw;
    top: .4vw;
    display: none;
}

.app .lyricsPanel .lyrics .ic_like.remove {
    background: url(/img/window_ic_like_remove.svg) no-repeat 50%;
}

.app .lyricsPanel .lyrics .ic_setting{
    background: url(/img/window_ic_setting.svg) no-repeat 50%;
    position: absolute;
    left: .4vw;
    bottom: .4vw;
    display: none;
}

.app .track .sub [class^=ic_]:first-child{
    margin-left: .8vw;
}
.app .track .sub [class^=ic_]{
    width: .5vw;
    height: .5vw;
    display: inline-block;
    background-size: 100% !important;
    margin-left: .35vw;
    opacity: .3;
}
.app .ic_youtube{
    background: url(/img/window_ic_youtube.svg) no-repeat 50%;
}
.app .ic_spotify{
    background: url(/img/window_ic_spotify.svg) no-repeat 50%;
}
.app .ic_vk{
    background: url(/img/window_ic_vk.svg) no-repeat 50%;
}
.app .ic_soundcloud{
    background: url(/img/window_ic_soundcloud.svg) no-repeat 50%;
}


.app .lyricsPanel .lyrics .social{
    position: absolute;
    right: .4vw;
    bottom: .4vw;
    margin-left: 0.4vw;
}
.app .lyricsPanel .lyrics .social [class^=ic_]{
    float: right;
}


.app .lyricsPanel.youtube .youtubePlayer .youtubeBox{
    display: flex;
    overflow-y: hidden;
    height: 20vh;
    align-items: center;
}
.app .lyricsPanel.youtube .lyrics{
    height: calc(80vh - 6.7vw - 1.2vw);
}
.app .youtubePlayer{
    position: relative;
}
.app .youtubePlayer iframe{
    width: 100%;
    height: 40vh;
}
.app .youtubePlayer .youtubeBox{
    margin-bottom: 1.2vw;
    display: none;
    border-radius: 0.8vw;
}

.app .lyricsPanel .youtubeLink{
    background: url(/img/ic_youtube.svg) no-repeat 50%;
    background-size: 3.3vw;
    position: absolute;
    right: .6vw;
    bottom: .6vw;
    width: 4vw;
    height: 1.5vw;
    opacity: .8;
    display: none;
}
.app .youtubePlayer .youtubeLink:hover{
    opacity: 1;
}
.app .lyricsPanel.youtube .youtubeLink{
    display: block;
}


.app .controls{
    position: absolute;
    width: 76.8vw;
    bottom: 0;
}

.app .controls .cover{
    background: url(/img/list_ic_track.svg) no-repeat 50%, #212121;
    background-size: .7vw, auto;
    width: 56px;
    height: 56px;
    border-radius: 20px;
    margin: 12px 1.2vw 12px 0.8vw;
}
.app .controls .currentTrack{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.app .controls .currentTrack .data{
    width: 50vw;
    position: relative;
}
.app .controls .currentTrack .number{
    position: absolute;
    top: 8px;
    left: 0;
    margin: 0 auto;
    right: 0;
    text-align: center;
    width: fit-content;
}
.app .controls .currentTrack .duration{
    position: absolute;
    top: 8px;
    right: 0;
    width: fit-content;
}

.app .controls .currentTrack .trackTitle{
    margin-bottom: 0.2vw;
}

.app .seekTo, .app .volTo{
    padding: .6vw 0 .8vw;
    margin: -.2vw 0 -.8vw;
    cursor: pointer;
}


.app .controls .progress{
    background-color: rgba(255,255,255, .1);
    border-radius: 5px;
    width: 100%;
    height: 4px;
    position: relative;
}
.app .controls .progress .fill, .app .controls .progress .buffer {
    background-color: rgba(255, 255, 255, .3);
    border-radius: 5px;
    height: 4px;
    width: 0;
    transition: all 100ms;
}
.app .controls .progress .buffer{
    transition: all 300ms;
}
.app .controls .progress .buffer{
    background-color: rgba(255,255,255, .1);
    position: absolute;
    top: 0;
}
.app .seekTo:hover .fill, .app .volTo:hover .fill{
    background-color: rgba(255, 255, 255, .6);
}

.app .controls .volume{
    margin: 1.9vw 0 0 3.8vw;
    width: 7vw;
}

.app .controls .icVol{
    background: url(/img/controls_volume.svg) no-repeat 50%;
    display: block;
    width: 1vw;
    height: 1vw;
    opacity: .4;
    position: absolute;
    background-size: contain;
    margin-left: -1.8vw;
}

.app .controls .control{
    width: 9.1vw;
    display: flex;
    align-items: center;
    flex-direction: row;
    margin-left: 1.2vw;
}
.app .controls .control i {
    width: calc(100% / 3);
    background-size: 1.9vw;
    height: 4vw;
    opacity: 1;
    cursor: pointer;
}
.app .controls .control i:hover{
    opacity: .7;
}

.app .controls .prev{
    background: url(/img/controls_left.svg) no-repeat 50%;
    background-size: .7vw !important;
}
.app .controls .next{
    background: url(/img/controls_right.svg) no-repeat 50%;
    background-size: .7vw !important;
}
.app .controls .play{
    background: url(/img/controls_play.svg) no-repeat 50%;
}
.app .controls .pause{
    background: url(/img/controls_pause.svg) no-repeat 50%;
}

.popup{
    display: flex;
    width: 100vw;
    height: 100vh;
    z-index: 1000;
    background-color: rgba(255,255,255, .07);
    position: absolute;
    align-items: center;
    justify-content: center;
    top: 0;
}
.popup .content{
    width: 22vw;
    background: #0F0F0F;
    border-radius: 1.4vw;
    position: relative;
    box-shadow: .2vw .4vw 1.2vw rgba(0,0,0, .2);
}

.popup .close{
    background: url(/img/context_menu_close_w.svg) no-repeat 50%;
    background-size: .54vw;
    visibility: visible;
    padding: 1.8vw 2vw;
    opacity: .5;
    position: absolute;
    right: 0;
    top: .5vw;
    cursor: pointer;
}
.popup .arrow_back{
    background: url(/img/ic_arrow_back.svg) no-repeat 50%;
    background-size: .46vw;
    visibility: visible;
    padding: 1.8vw 2vw;
    opacity: .5;
    position: absolute;
    left: 0;
    top: .5vw;
    cursor: pointer;
}
.popup .close:hover, .popup .arrow_back:hover{
    opacity: 1;
}

.popup .playlist .txt:after, .popup .dots{
    display: none;
}

.popup .title{
    text-align: center;
    margin: 1.4vw 0 0;
    font-weight: bold;
}

.popup .playlistsList{
    padding-top: 0;
    height: auto;
    width: auto;
    padding-bottom: 0;
}
.popup .lists{
    min-height: 30vh;
    height: 55.6vh;
    margin: 0 .3vw 0 0;
}
.popup .playlistsList:after{
    bottom: 0;
}

.popup button{
    float: right;
    margin: 0 1.4vw 1.4vw;
}

.popup .message {
    text-align: center;
    display: block;
    margin: -.8vw 0 .4vw;
}
.popup .message.error {
    text-align: left;
    color: #E66464;
}
.popup .message:first-letter {
    text-transform: uppercase;
}

.popup .ic_create_playlist{
    visibility: visible !important;
    padding: 1.4vw .7vw 1.2vw;
    margin-bottom: -.4vw;
    display: block;
    cursor: pointer;
    font-weight: bold;
    font-style: normal;
    user-select: none;
    height: auto !important;
    width: auto !important;
    opacity: 1 !important;
    background: none !important;
}
.popup .ic_create_playlist:hover{
    opacity: .7;
}
.popup .box{
    padding: 1.2vw 1.4vw;
}
.blurContent{
    filter: blur(.5vw);
}

input, textarea{
    margin: 1.4vw 0;
    padding: .6vw .9vw;
    border-radius: .4vw;
    width: calc(100% - 1.8vw);
    background: #212121;
    color: #fff;
    font-size: .9vw;
    resize: none;
    font-family: inherit;
}
textarea{
    margin-top: 0;
    height: 7.2vw;
}
input[name=userPassword]{
    padding-right: 3.8vw;
    width: calc(100% - 5.2vw);
}
input::placeholder, textarea::placeholder {
    color: rgba(255, 255, 255, .5);
}

.passwordRecovery {
    cursor: pointer;
}


@media screen and (max-width: 765px) {
    body, html {
        overflow-x: hidden;
    }

    .s0 {font-size: 7.5vw;}
    .s1 {font-size: 5.7vw; line-height: 8vw;}
    .s2 {font-size: 5.4vw;line-height: 7vw;}
    .s3 {font-size: 4.4vw;}
    .s4 {font-size: 3.6vw; line-height: 1.5;}
    .s5 {font-size: 3.6vw; line-height: 1.5;}
    .s6 {font-size: 3.7vw; line-height: inherit;}
    .s7 {font-size: 3vw; line-height: 1.5;}
    .s8 {font-size: 2.4vw; line-height: 1.7;}
    .s9 {font-size: 2vw; line-height: 1.7;}

    .mainHeader {
        background-size: 4.6vw;
        margin: 0 0 0 10%;
        padding: 1vw 10%;
        width: calc(100% - 30%);
        top: 6vw;
    }

    .mainHeader .telegram {
        transform: scale(3.5);
        transform-origin: 100% 0;
    }

    .page1 .right {
        display: none;
    }
    .page1 .left {
        width: 100%;
        margin-top: -14vw;
        transform: scale(1.4);
        transform-origin: 0 100%;
    }
    .page1 .left p {
        margin: 5vw 0 5vw;
        line-height: 5.2vw;
    }

    .googlePlayButton, .appStoreButton {
        width: 26.88vw;
        height: 8.4vw;
    }

    .mainBottom {
        bottom: 4vw;
    }

    input, textarea{
        font-size: 3.2vw;
        margin: 2.6vw 0;
        padding: 2.2vw 2vw;
        width: calc(100% - 4vw);
        border-radius: 1.4vw;
    }
    textarea {
        height: 50vw;
    }

    .popup .content {
        width: 90vw !important;
        border-radius: 4vw;
    }
    .popup .box {
        padding: 3vw 3.6vw;
    }
    .popup .title {
        margin: 3.6vw 0 0;
        font-size: 4.6vw;
    }
    .popup .close{
        padding: 4vw 5.9vw;
        background-size: 2.5vw;
        top: 1.5vw;
    }
    .popup button {
        float: right;
        margin: 0 3.6vw 3.6vw;
        padding: 2.2vw 6.2vw;
        font-size: 3.2vw;
        border-radius: 1.4vw;
    }

    .mainBottom .policy {
        margin-right: 2vw;
    }
    .mainBottom b {
        display: block;
        margin: 4vw 0;
    }

    .onePage .box .full {
        margin: 18vw 0;
    }
    .onePage h1 {
        margin: 0 0 6vw;
    }
    .onePage p {
        margin: 0 0 6vw;
    }
}
