.rating{transform-origin:0;max-width:450px;animation:.2s ease-in-out slideIn}.rating header{color:rgba(51,51,51,.7);text-align:center;font-size:14px;font-weight:600}.rating .rating-stars{justify-content:center;margin-top:18px;display:flex}.rating .rating-stars .rating-star{cursor:pointer;background:url(/rating-star-off.svg) 0 0/45px no-repeat;flex:none;width:52px;height:52px}.rating .rating-stars .rating-star.star-on{background-image:url(/rating-star-on.svg)}.rating .rating-stars .rating-star.star-fade{opacity:.5}
@keyframes preloader{to{transform:scale(1.8)}}.loader{--point-color:#444;--size:2.5px;padding-left:3px;display:inline-flex;position:relative;bottom:3.5px}.loader__el{border:var(--size)solid var(--point-color);margin:calc(var(--size)*2);border-radius:100%}.loader__el:first-child{animation:.6s ease-in-out infinite alternate preloader}.loader__el:nth-child(2){animation:.6s ease-in-out .2s infinite alternate preloader}.loader__el:nth-child(3){animation:.6s ease-in-out .4s infinite alternate preloader}
.error{--point-color:#fd6659;--size:2.5px;padding-left:3px;display:inline-flex;position:relative;bottom:3.5px}.error__el{border:var(--size)solid var(--point-color);margin:calc(var(--size)*2);border-radius:100%;transform:scale(1.5)}
@keyframes moveUp{0%{opacity:0;bottom:-100px}}.generate-wrapper{width:100%;transition:opacity .5s;position:absolute;top:0;left:0}.generate-wrapper.loading button{pointer-events:none;position:relative}.generate-wrapper.loading button .text{opacity:.1}.generate-wrapper.loading button .lds-spinner{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)scale(.3)}.generate-block{width:100%;animation:.6s moveUp;position:absolute;bottom:0}.generate-block .generate-container{justify-content:center;max-width:800px;margin-left:auto;margin-right:auto;display:flex}.generate-block .generate-container .generate-card{color:#fff;background:linear-gradient(90deg,#fd6555,#fd8797);border:none;border-top-left-radius:20px;border-top-right-radius:20px;justify-content:space-between;align-items:center;width:calc(100% - 80px);max-width:330px;padding:17px 22px 14px;font-size:14px;font-weight:700;display:flex;box-shadow:8px 20px 17px rgba(132,0,0,.2)}.generate-block .generate-container .generate-card button{color:#fd6656;cursor:pointer;background:#fffafb;border:none;border-radius:20px;padding:8px 14px;font-size:14px;font-weight:700;transition:all .2s}.generate-block .generate-container .generate-card button:hover{color:#ff4936;background:#fff;transform:scale(1.04);box-shadow:0 0 10px rgba(100,0,0,.15)}.generate-block .generate-container .generate-card button:disabled{opacity:.8;pointer-events:none}
dialog.modal__payment-products ul{margin:25px 0 5px;padding:0;list-style:none}dialog.modal__payment-products .product-item{color:#af6300;cursor:pointer;border:1px solid #dac3a5;border-radius:15px;margin-bottom:12px;padding:10px 0}dialog.modal__payment-products .product-item:last-child{margin-bottom:0}dialog.modal__payment-products .product-item:hover{background:#fff7ee}
.policy{opacity:.5;width:100%;position:absolute;bottom:-15px}.policy .text{text-align:center;color:#000;margin-top:10px;font-size:10.5px;font-weight:400;line-height:.8;display:block}.policy .text a{color:#000;font-weight:600;text-decoration:none}@media only screen and (min-width:500px){.policy{bottom:-23px}}
.reset-button{opacity:.5;color:#fff;cursor:pointer;background:#fd706a;border-radius:8px;justify-content:center;align-items:center;height:20px;padding:0 6px;font-size:9px;font-weight:800;line-height:1;display:flex;position:fixed;bottom:170px;right:14px}.reset-button:hover{opacity:1}@media only screen and (min-width:500px){.reset-button{bottom:140px}}
.header{height:var(--header-height);z-index:1;flex:none;align-items:center;width:100%;display:flex;position:-webkit-sticky;position:sticky;top:0}.header .container{justify-content:space-between;align-items:center;column-gap:12px;width:100%;display:flex}.header>*{font-size:14px;font-weight:400;line-height:1}.header .logo{cursor:pointer;width:112px;height:35px;margin-right:auto}.header .counter{color:rgba(127,89,67,.73);text-wrap:nowrap;font-size:10px;position:relative;top:-6px;left:43px}@media only screen and (max-width:499px){.header .counter{display:none}}
.lang-switcher{position:relative}.lang-switcher.is-hidden{opacity:0;pointer-events:none}.lang-switcher.is-open .btn-dropdown{opacity:1}.lang-switcher .btn-dropdown{cursor:pointer;-webkit-appearance:none;-moz-appearance:none;appearance:none;text-indent:-100px;opacity:.6;background:url(/icon-lang-switcher.svg) 50%/24px no-repeat;border:none;align-items:center;column-gap:4px;width:30px;height:100%;padding:8px 16px;transition:opacity .2s;display:flex;overflow:hidden}.lang-switcher .btn-dropdown:hover{opacity:1}.lang-switcher .lang-dropdown{z-index:10;background:#fff;border-radius:10px;min-width:195px;padding:18px 20px;animation:.1s fadeIn;position:absolute;top:32px;right:0;box-shadow:0 10px 20px rgba(75,34,0,.2)}
.langs__list{flex-direction:column;gap:3px 2px;min-width:90px;margin:0;padding-left:0;list-style:none;display:flex}.langs__list li{align-items:center;display:flex}.langs__list a.btn-item{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;color:#000;background:0 0;border:none;flex-grow:1;align-items:center;padding:6px 0;font-size:14px;text-decoration:none;transition:opacity .2s;display:flex}.langs__list a.btn-item:hover .lang-name{opacity:1}.langs__list a.btn-item .lang-name{opacity:.7;margin-left:10px}.langs__list li.active .lang-name{opacity:1;font-weight:600}.langs__list .lang-icon{background:50%/20px 15px no-repeat;border-radius:3px;flex:none;width:20px;height:15px;display:inline-block;overflow:hidden}.langs__list .lang-icon.lang__en{background-image:url(/flag-icons/gb.svg)}.langs__list .lang-icon.lang__de{background-image:url(/flag-icons/de.svg)}.langs__list .lang-icon.lang__es{background-image:url(/flag-icons/es.svg)}.langs__list .lang-icon.lang__fr{background-image:url(/flag-icons/fr.svg)}.langs__list .lang-icon.lang__it{background-image:url(/flag-icons/it.svg)}.langs__list .lang-icon.lang__id{background-image:url(/flag-icons/id.svg);box-shadow:0 0 2px rgba(0,0,0,.3)}.langs__list .lang-icon.lang__ms{background-image:url(/flag-icons/my.svg)}.langs__list .lang-icon.lang__pt{background-image:url(/flag-icons/br.svg)}.langs__list .lang-icon.lang__ru{background-image:url(/flag-icons/ru.svg);box-shadow:0 0 2px rgba(0,0,0,.3)}.langs__list .lang-icon.lang__tr{background-image:url(/flag-icons/tr.svg)}.langs__list .lang-icon.lang__uk{background-image:url(/flag-icons/ua.svg)}.langs__list .lang-icon.lang__ar{background-image:url(/flag-icons/arab.svg)}
.header .reset{animation:.25s fadeIn}.header .reset .btn-new-song{color:#fc6758;text-wrap:nowrap;background:url(/icon-new-song.svg) 9px/21px no-repeat;border:none;outline:2px solid #fc6758;align-items:center;height:30px;padding:0 14px 0 34px;display:flex}@media only screen and (min-width:500px){.header .reset .btn-new-song{background:url(/icon-new-song.svg) 11px/24px no-repeat;height:36px;margin-right:10px;padding-left:40px;transition:background-color .25s}.header .reset .btn-new-song:hover{background-color:rgba(255,255,255,.4)}}
dialog.modal__new-song{font-size:15px}
dialog.modal__login header{font-size:24px;font-weight:600}dialog.modal__login .list{flex-direction:column;gap:20px;margin-top:45px;margin-bottom:15px;display:flex}dialog.modal__login .btn{text-align:left;color:#000;background:rgba(226,232,237,.5) 20px/26px no-repeat;border:none;border-radius:8px;padding-left:56px;position:relative}dialog.modal__login .btn .lds-spinner{width:30px;height:30px;position:absolute;top:1px;right:30px;scale:.35}dialog.modal__login .btn.btn-google{background-image:url(/auth/logo-google.svg);background-size:24px}dialog.modal__login .btn.btn-facebook{background-image:url(/auth/logo-facebook.svg)}dialog.modal__login .btn.btn-microsoft{background-image:url(/auth/icon-microsoft.svg);background-position-x:17px;background-size:32px}dialog.modal__login .btn.btn-email{background-image:url(/auth/logo-email.svg);background-position-x:17px;background-size:32px}dialog.modal__login .error{color:red;margin-top:30px;font-size:14px;display:block}dialog.modal__login .error span{margin-top:5px;display:block}@media only screen and (min-width:500px){dialog.modal__login{min-width:450px;padding-left:50px;padding-right:50px}}
.header .profile{align-items:center;gap:10px;display:flex;position:relative}.header .profile .btn-profile{cursor:pointer;justify-content:center;align-items:center;display:flex;position:relative}.header .profile .btn-profile .icon-userpic{border:1px solid rgba(255,255,255,.27);border-radius:50%;outline:1px solid rgba(61,15,0,.1);width:28px;height:28px;transition:box-shadow .2s}.header .profile .btn-profile .icon-guestpic{background:url(/auth/icon-profile.svg) 50% no-repeat;border:1px solid transparent;width:26px;height:26px}.header .profile .btn-profile .icon-arrow{opacity:.7;background:url(/auth/icon-profile-dropdown.svg) 50% no-repeat;width:11px;height:11px;margin-left:2px}.header .profile .btn-profile .badge{background:#f80f25;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;display:flex;position:absolute;top:-4px;right:-6px}.header .profile .btn-profile .badge span{color:#fff;margin-top:-1px;margin-left:-1px;font-size:.8rem;font-weight:600;line-height:1}.header .profile .profile-dropdown{z-index:3;background:#fff;border-radius:15px;min-width:280px;padding:20px 0;animation:.2s fadeIn;position:absolute;top:calc(100% + 5px);right:0;box-shadow:0 0 30px rgba(0,0,0,.15)}.header .profile .profile-dropdown .profile-head{border-bottom:1px solid #eee;align-items:center;width:100%;height:58px;margin-top:4px;margin-bottom:12px;padding:0 20px 10px;display:flex}.header .profile .profile-dropdown .profile-head .avatar{aspect-ratio:1;background:var(--color-primary);border-radius:50%;flex-shrink:0;height:38px;margin-right:12px;overflow:hidden}.header .profile .profile-dropdown .profile-head .avatar img{width:100%;height:100%}.header .profile .profile-dropdown .profile-head .info .name{font-size:15px;font-weight:600;line-height:1.1}.header .profile .profile-dropdown .profile-head .info .subname{color:#888;margin-top:7px;font-size:13px;font-weight:500;line-height:1}.header .profile .profile-dropdown .profile-head .info .subid{color:#888;opacity:.6;margin-top:8px;font-size:9px;font-weight:500;line-height:1}.header .profile .profile-dropdown .profile-items{font-size:14px;font-weight:500}.header .profile .profile-dropdown .profile-items>*{width:100%;height:40px;padding:0 20px}.header .profile .profile-dropdown .profile-items .contact-us{width:auto;display:inline-block}.header .profile .profile-dropdown .profile-items .contact-us a{height:100%;color:unset;background:url(/profile_contact_us.svg) 1px/22px no-repeat;align-items:center;padding-left:30px;text-decoration:none;display:flex}.header .profile .profile-dropdown .profile-items .balance{cursor:pointer;justify-content:space-between;align-items:center;display:flex}.header .profile .profile-dropdown .profile-items .balance .buy{color:#fd6555}.header .profile .profile-dropdown .profile-bottom{border-top:1px solid #eee;margin-top:12px;padding:0 20px}.header .profile .profile-dropdown .profile-bottom .btn-logout{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:0 0;border:none;align-items:center;min-width:50%;padding:15px 0 0;font-size:14px;font-weight:500;display:flex}.header .profile .profile-dropdown .profile-bottom .btn-logout .icon-logout{background:url(/auth/icon-logout.svg) 3px/contain no-repeat;width:30px;height:20px}@media only screen and (min-width:500px){.header .profile .btn-profile .icon-userpic{width:30px;height:30px}}
.header .balance{animation:.25s fadeIn}.header .balance .label{-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;background:url(/icon-balance.svg) 0/23px no-repeat;border:none;align-items:center;height:40px;padding-left:30px;display:flex}
.menu-item.language{background-image:url(/profile_language_arrow.svg);background-position:calc(100% - 15px);background-repeat:no-repeat}.menu-item.language .menu-item__label .item-icon{background:url(/icon-lang-switcher_cb.svg) 1px/22px no-repeat;align-items:center;width:30px;height:100%;display:flex}.menu-item.language .menu-item__label .label{color:unset;font-size:14px;font-weight:500}.menu-item.language .menu-item__label>.lang-icon{margin-left:auto;margin-right:15px}.menu-item.language .menu-item__popup{min-width:195px;top:33px;right:-5px;box-shadow:0 10px 20px rgba(75,34,0,.3)}@media only screen and (min-width:500px){.menu-item.language .menu-item__popup{left:unset;top:-40px;right:calc(100% - 10px)}}
.menu-item{position:relative}.menu-item.is-open{background-color:#ecf6ff}.menu-item .menu-item__label{cursor:pointer;align-items:center;width:100%;height:100%;padding:0;display:flex;overflow:hidden}.menu-item .menu-item__popup{z-index:10;background:#fff;border-radius:10px;min-width:195px;min-height:50px;max-height:calc(100dvh - 250px);padding:18px 20px;animation:.1s fadeIn;position:absolute;top:33px;right:-5px;overflow-y:auto;box-shadow:0 10px 20px rgba(75,34,0,.3)}@media only screen and (min-width:500px){.menu-item .menu-item__popup{max-height:calc(100dvh - 200px)}}
.menu-item.playlist{background-image:url(/profile_language_arrow.svg);background-position:calc(100% - 15px);background-repeat:no-repeat}.menu-item.playlist .menu-item__label .item-icon{background:url(/icon-playlist.svg) 0/24px no-repeat;align-items:center;width:30px;height:100%;display:flex}.menu-item.playlist .menu-item__label .label{font-size:14px;font-weight:500}.menu-item.playlist .menu-item__label .badge{opacity:.4;min-width:14px;margin-left:auto;margin-right:14px;padding-top:1px;font-size:14px;line-height:1}.menu-item.playlist .menu-item__popup{left:-20px;right:-5px}.menu-item.playlist .menu-item__popup .songs-items{flex-direction:column;row-gap:10px;min-width:200px;margin:0;padding-left:0;list-style:none;display:flex}.menu-item.playlist .menu-item__popup .songs-items .song-item{padding:2px 0}.menu-item.playlist .menu-item__popup .songs-items .song-item.not-downloadable{opacity:.4}.menu-item.playlist .menu-item__popup .songs-items .song-item.not-downloadable a{cursor:default}.menu-item.playlist .menu-item__popup .songs-items .song-item.not-downloadable a:hover .song-title{text-decoration:none}.menu-item.playlist .menu-item__popup .songs-items .song-item a{color:#000;align-items:center;column-gap:6px;text-decoration:none;display:flex}.menu-item.playlist .menu-item__popup .songs-items .song-item a .song-icon{font-size:11px}.menu-item.playlist .menu-item__popup .songs-items .song-item a .song-title{font-size:14px}.menu-item.playlist .menu-item__popup .songs-items .song-item a:hover .song-title{text-decoration:underline}@media only screen and (min-width:580px){.menu-item.playlist .menu-item__popup{left:unset;width:290px;top:-40px;right:calc(100% - 10px)}}
/*# sourceMappingURL=3b4d5a1579d28f67.css.map*/