@import"https://fonts.googleapis.com/css2?family=Epilogue:wght@400;500;700&family=IBM+Plex+Sans:wght@400;600&family=Roboto:wght@700&display=swap";*,*:before,*:after{-webkit-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0}body{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}@-webkit-keyframes slide{0%{-webkit-transform:translateX(-140%) translateY(-50%);transform:translate(-140%) translateY(-50%)}to{-webkit-transform:translateX(-104%) translateY(-50%);transform:translate(-104%) translateY(-50%)}}@keyframes slide{0%{-webkit-transform:translateX(-140%) translateY(-50%);transform:translate(-140%) translateY(-50%)}to{-webkit-transform:translateX(-104%) translateY(-50%);transform:translate(-104%) translateY(-50%)}}@-webkit-keyframes stretch{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(100%) scale(.2);transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(100%) scale(1);transform:translate(-50%) translateY(100%) scale(1)}}@keyframes stretch{0%{opacity:0;-webkit-transform:translateX(-50%) translateY(100%) scale(.2);transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;-webkit-transform:translateX(-50%) translateY(100%) scale(1);transform:translate(-50%) translateY(100%) scale(1)}}.artists__list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:64px;margin-bottom:32px}.artists__item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:24px}.artists__img{border-radius:16px;width:288px;height:177px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.artists__genres{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px}.artists__learn-more{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:8px;-webkit-box-pack:start;-ms-flex-pack:start;justify-content:start;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;width:125px;height:27px;color:#fff;background-color:#060307}@media (min-width: 1440px){.artists .artists__list{margin-bottom:64px;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:32px}.artists .artists__item{width:calc((100% - 32px)/2)}.artists .artists__img{width:640px;height:393px}}.modal__albums-tracks-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:0}.album-card__track{display:grid;grid-template-columns:1fr 60px 40px;-webkit-box-align:center;-ms-flex-align:center;align-items:center;padding:14px 11px;border-radius:8px;font-size:14px;color:#fff}.album-card__link{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;border-radius:8px}.album-card__link svg{width:20px;height:20px;fill:#fff;opacity:.7;-webkit-transition:.3s;transition:.3s}.loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;opacity:0;pointer-events:none;-webkit-transition:opacity .2s ease;transition:opacity .2s ease;z-index:9999}.loader .spinner{width:56px;height:56px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;-webkit-animation:loader-spin .9s linear infinite;animation:loader-spin .9s linear infinite}@-webkit-keyframes loader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}@keyframes loader-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0)}to{-webkit-transform:rotate(360deg);transform:rotate(360deg)}}.modal{padding:16px;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1e1c1f80;display:none;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;z-index:1000}.modal__description-item-column{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal__artist-info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:32px}.modal__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;position:relative}.modal__body{max-width:100%;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;margin:48px 0;display:grid;gap:32px;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;justify-items:center;max-width:1185px}.modal__body .modal__image-artist{width:575px;height:355px;overflow:hidden;-ms-flex-negative:0;flex-shrink:0}.modal__body .modal__image-artist-img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top;border-radius:16px}.modal__body .modal__description{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:24px;max-width:575px}.modal__body .modal__description-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:150px}.modal__body .modal__description-genres-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:16px;padding:0;margin:0;list-style:none}@media (max-width: 768px){.modal__artist-info{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;max-width:272px}.modal__content{padding:24px;max-width:700px}.modal__close-btn{font-size:32px;right:47px}.modal__title{max-width:655px}.modal__body{margin-top:32px;max-width:100%;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.modal__image-artist{width:655px!important;height:400px;overflow:hidden}.modal__description{gap:20px;max-width:100%}.modal__image-artist-img{width:100%;max-width:272px;height:100%;-o-object-fit:cover;object-fit:cover;border-radius:16px}.modal__description-grid{gap:24px}.modal__description-bio{max-width:100%}.modal__description-bio-text{font-size:16px}}@media (max-width: 320px){.modal__content{padding:16px;max-width:100%}.modal__body .modal__description-grid{grid-template-columns:1fr;gap:16px}.modal__close-btn{font-size:32px;right:16px;top:16px}.modal__title{font-size:20px;margin-top:32px;max-width:272px}.modal__body{gap:16px;max-width:100%;-ms-flex-wrap:wrap;flex-wrap:wrap}.modal__image-artist{max-width:100%!important;max-height:167px!important}.modal__description-bio{width:100%;overflow-y:auto}}.header__container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;width:100%;height:100%}.header{display:-webkit-box;display:-ms-flexbox;display:flex;position:fixed;top:0;left:0;width:100%;height:64px;z-index:950;background-color:#060307;padding:0 16px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.header__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.mobile-menu{position:fixed;top:0;left:0;background-color:#060307;-webkit-transform:translateX(100%);-ms-transform:translateX(100%);transform:translate(100%);-webkit-transition:-webkit-transform .3s ease;transition:-webkit-transform .3s ease;transition:transform .3s ease;transition:transform .3s ease,-webkit-transform .3s ease;z-index:999;width:100%;height:100%}.mobile-menu.is-open{-webkit-transform:translateX(0);-ms-transform:translateX(0);transform:translate(0)}.mobile-menu__header{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;padding:0;height:64px}.mobile-menu__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:32px;text-align:center}@media screen and (min-width: 768px){.header{height:72px}.header__nav{display:block}.header__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.burger{display:none}}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:-webkit-gradient(linear,left top,left bottom,from(#060307),to(rgba(35,19,43,0)));background:linear-gradient(180deg,#060307,#23132b00);z-index:2;pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:106px;background:-webkit-gradient(linear,left top,left bottom,from(rgba(35,19,43,0)),to(#060307));background:linear-gradient(180deg,#23132b00,#060307);z-index:2;pointer-events:none}.hero__btn{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;letter-spacing:.04em;color:#fff;-webkit-box-shadow:0 1px 2px 0 rgba(6,3,7,.05),inset 0 -2px 1px 0 rgba(0,0,0,.2),inset 0 0 0 1px rgba(6,3,7,.15),inset 0 2px 1px 0 rgba(255,255,255,.25),inset 0 32px 24px 0 rgba(255,255,255,.05);box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#764191;border-radius:12px;border:none;padding:10px 24px;width:288px;height:47px;-webkit-transition:background-color .25s cubic-bezier(.4,0,.2,1);transition:background-color .25s cubic-bezier(.4,0,.2,1);display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;gap:12px;margin-bottom:64px}.hero__btn:hover,.hero__btn:active,.hero__btn:focus{-webkit-box-shadow:0 1px 2px 0 rgba(6,3,7,.05),inset 0 -2px 1px 0 rgba(0,0,0,.2),inset 0 0 0 1px rgba(6,3,7,.15),inset 0 2px 1px 0 rgba(255,255,255,.25),inset 0 32px 24px 0 rgba(255,255,255,.05);box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background-color:#764191;opacity:.6}.hero__media{width:100%;height:385px;background-image:url(/Artists-project/assets/hero-mob-1x-CbLGTqi0.webp);background-size:contain;background-repeat:no-repeat;background-position:left}@media screen and (-webkit-min-device-pixel-ratio: 2),screen and (min-resolution: 2x),(-webkit-min-device-pixel-ratio: 2){.hero__media{background-image:url(/Artists-project/assets/hero-mob-2x-BzK0BKSW.webp)}}@media screen and (min-width: 768px){.hero{padding-top:32px;max-height:995px}.hero:before{height:125px}.hero:after{height:137px}.hero__title{max-width:624px;margin-bottom:24px}.hero__text{max-width:624px;font-size:20px;margin-bottom:32px}.hero__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start}.hero__btn{margin:0 0 32px;max-width:246px}.hero__media{height:632px;background-image:url(/Artists-project/assets/hero-tab-1x-DC803KqG.webp)}}@media screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 768px) and (min-resolution: 2x){.hero__media{background-image:url(/Artists-project/assets/hero-tab-2x-BISZ6vdB.webp)}}@media screen and (min-width: 1440px){.hero{padding:0;height:100vh;max-height:900px}.hero:before{height:80px}.hero>.container{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:stretch;-ms-flex-align:stretch;align-items:stretch;height:100%;gap:34px;max-height:900px}.hero__content{max-width:640px;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.hero__title{font-size:84px;max-width:640px;margin-bottom:24px}.hero__text{max-width:640px}.hero__media{-webkit-box-flex:1;-ms-flex:1;flex:1;height:auto;background-size:contain;background-repeat:no-repeat;background-position:left center;background-image:url(/Artists-project/assets/hero-desk-1x-SrgcUipY.webp)}}@media screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2),screen and (min-width: 1440px) and (min-resolution: 2x){.hero__media{background-image:url(/Artists-project/assets/hero-desk-2x-CdOZfos_.webp)}}.about__img{display:block;width:100%;max-width:288px;height:169px;-o-object-fit:cover;object-fit:cover;margin:0 auto 48px;border-radius:16px}@media screen and (min-width: 1440px){.about__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;margin:112px 0;gap:32px;-webkit-box-align:center;-ms-flex-align:center;align-items:center}.about__info{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column}.about__img{max-width:640px;height:665px;margin:0}.about__title{font-size:60px}.about__text{font-size:20px;max-width:640px}}.artists__button{border:none;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-radius:12px;padding:10px 24px;width:288px;height:47px;-webkit-box-shadow:0 1px 2px 0 rgba(0,0,0,.05),inset 0 -2px 1px 0 rgba(0,0,0,.2),inset 0 0 0 1px rgba(0,0,0,.15),inset 0 2px 1px 0 rgba(255,255,255,.25),inset 0 32px 24px 0 rgba(255,255,255,.05);box-shadow:0 1px 2px #0000000d,inset 0 -2px 1px #0003,inset 0 0 0 1px #00000026,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#764191;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;color:#fff;gap:12px}.feedback__rating{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:4px}.feedback__rating img{width:20px;height:auto;display:block;-o-object-fit:contain;object-fit:contain}.feedback__nav{position:absolute;top:50%;-webkit-transform:translateY(-50%);-ms-transform:translateY(-50%);transform:translateY(-50%);width:48px;height:48px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background-color:transparent;display:none;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;cursor:pointer;-webkit-transition:border-color .2s ease,background-color .2s ease;transition:border-color .2s ease,background-color .2s ease;z-index:5}.feedback__pagination{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:9px;height:28px;margin-top:16px}.feedback__dot{width:8px;height:8px;border-radius:50%;background-color:#fff3;border:none;padding:0;-webkit-transition:all .25s ease;transition:all .25s ease}@media only screen and (min-width: 768px){.feedback{padding:64px 0}.feedback__quote{font-size:26px;max-height:208px}.feedback__author{font-size:16px}.feedback__slider{max-width:518px}.feedback__nav{display:-webkit-box;display:-ms-flexbox;display:flex}}.footer__logo{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:0 auto;width:-webkit-max-content;width:-moz-max-content;width:max-content}.footer__nav-list{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:32px auto 48px;gap:32px}.footer__bottom{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:reverse;-ms-flex-direction:column-reverse;flex-direction:column-reverse;gap:32px;border-top:1px solid rgba(255,255,255,.1)}.footer__socials{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;gap:32px;margin:48px auto 32px;padding-top:24px;width:100%;max-width:343px}.footer__copyright{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.5;color:#fff}@media screen and (min-width: 768px){.footer__inner{margin:80px 0 0;padding:0 0 80px}.footer__logo-icon--desktop{display:block}.footer__logo-icon--mobile{display:none}.footer__nav-list{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;margin:32px auto 80px}.footer__bottom{-webkit-box-orient:horizontal;-webkit-box-direction:normal;-ms-flex-direction:row;flex-direction:row;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;-webkit-box-align:center;-ms-flex-align:center;align-items:center;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:704px;margin:0 auto}.footer__socials{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end;margin:32px 0 0;padding:0}.footer__socials-icon--mobile{display:none}.footer__socials-icon--tab{display:block;width:32px;height:32px}.footer__socials-icon--desktop{display:none}.footer__copyright{-webkit-box-align:center;-ms-flex-align:center;align-items:center;margin:32px 0 0}}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{cursor:pointer}img{display:block;max-width:100%;height:auto}:root{font-family:Epilogue,IBM Plex Sans,Roboto,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.5;font-weight:400;color:#fff;background-color:#060307;font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;white-space:nowrap;clip-path:inset(100%);clip:rect(0 0 0 0);overflow:hidden}html{scroll-behavior:smooth;scroll-padding-top:64px}@media screen and (min-width: 768px){html{scroll-padding-top:72px}}main{padding-top:64px}@media screen and (min-width: 768px){main{padding-top:72px}}@keyframes slide{0%{transform:translate(-140%) translateY(-50%)}to{transform:translate(-104%) translateY(-50%)}}@keyframes stretch{0%{opacity:0;transform:translate(-50%) translateY(100%) scale(.2)}to{opacity:1;transform:translate(-50%) translateY(100%) scale(1)}}.container{width:100%;max-width:320px;margin:0 auto;padding:0 16px}@media only screen and (min-width: 768px){.container{max-width:768px;padding:0 32px}}@media only screen and (min-width: 1440px){.container{max-width:1440px;padding:0 64px}}.artists__list{display:flex;flex-direction:column;gap:64px;margin-bottom:32px}.artists__item{display:flex;flex-direction:column;gap:24px}.artists__img{border-radius:16px;width:288px;height:177px;object-fit:cover;object-position:top}.artists__genres{display:flex;flex-wrap:wrap;gap:16px}.artists__genre{border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 10px;font-weight:600;color:#fff;margin-bottom:16px}.artists__name{font-weight:700;font-size:32px;font-family:Epilogue,sans-serif;line-height:1.3;letter-spacing:-.01em;color:#fff;margin-bottom:8px}.artists__desc{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-weight:400;font-size:18px;color:#fff}.artists__learn-more{border:none;display:flex;align-items:center;gap:8px;justify-content:start;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;width:125px;height:27px;color:#fff;background-color:#060307}.artists__learn-more:hover{opacity:.6}.artists__learn-more-icon{fill:#fff}@media (min-width: 768px){.artists .artists__list{gap:32px;margin-bottom:64px}.artists .artists__img{width:704px;height:432px}}@media (min-width: 1440px){.artists .artists__list{margin-bottom:64px;flex-direction:row;flex-wrap:wrap;gap:32px}.artists .artists__item{width:calc((100% - 32px)/2)}.artists .artists__img{width:640px;height:393px}}.modal__albums{margin-top:48px}.modal__albums-list{display:grid;grid-template-columns:1fr;gap:24px}@media (min-width: 768px){.modal__albums-list{grid-template-columns:repeat(2,1fr);gap:32px}}@media (min-width: 1440px){.modal__albums-list{grid-template-columns:repeat(4,1fr);gap:40px}}.modal__album-card{padding:14px 11px;background:#1e1c1f;border-radius:16px}.album-card__tracks-card-title{font-weight:600;font-family:IBM Plex Sans,sans-serif;font-size:16px;color:#fff;margin-bottom:24px}.album-card__track-lesheader{display:grid;grid-template-columns:1fr 60px 40px;padding:0 12px;font-size:12px;color:#fff;text-transform:uppercase;font-weight:600;font-family:IBM Plex Sans,sans-serif;background-color:#ffffff0d;border-radius:8px}.modal__albums-tracks-list{display:flex;flex-direction:column;gap:0}.album-card__track{display:grid;grid-template-columns:1fr 60px 40px;align-items:center;padding:14px 11px;border-radius:8px;font-size:14px;color:#fff}.album-card__track:nth-child(odd){background:none}.album-card__track:nth-child(2n){background:#ffffff1f}.album-card__track span:last-child{text-align:center}.album-card__link{display:flex;justify-content:center;align-items:center;cursor:pointer;border-radius:8px}.album-card__link svg{width:20px;height:20px;fill:#fff;opacity:.7;transition:.3s}.album-card__link:hover svg{opacity:1}.album-card__link-placeholder{display:block;width:20px;height:20px}.loader{position:fixed;top:0;right:0;bottom:0;left:0;background:#0006;display:flex;align-items:center;justify-content:center;opacity:0;pointer-events:none;transition:opacity .2s ease;z-index:9999}.loader.is-visible{opacity:1;pointer-events:all}.loader .spinner{width:56px;height:56px;border:5px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:loader-spin .9s linear infinite}@keyframes loader-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.more-open{overflow:hidden}.modal{padding:16px;position:fixed;top:0;left:0;width:100%;height:100%;background-color:#1e1c1f80;display:none;justify-content:center;align-items:center;z-index:1000}.modal__description-item-column{display:flex;flex-direction:column}.modal__artist-info{display:flex;flex-direction:row;align-items:flex-start;gap:32px}.modal__content{position:relative;background-color:#060307;padding:0 64px;border-radius:16px;max-width:1312px;max-height:calc(100vh - 32px);overflow-y:auto;display:grid;grid-template-columns:1fr}.modal__close-btn{position:absolute;top:16px;right:16px;background:none;border:none;font-size:32px;cursor:pointer;color:#fff}.modal__header{display:flex;flex-direction:column;align-items:center;position:relative}.modal__title{font-family:Epilogue,sans-serif;margin-top:64px;font-weight:700;font-size:32px;line-height:1.3;letter-spacing:-.01em;text-align:center;color:#fff;max-width:1184px}.modal__body{max-width:100%;align-items:flex-start;margin:48px 0;display:grid;gap:32px;justify-content:center;justify-items:center;max-width:1185px}.modal__body .modal__image-artist{width:575px;height:355px;overflow:hidden;flex-shrink:0}.modal__body .modal__image-artist-img{width:100%;height:100%;object-fit:cover;object-position:top;border-radius:16px}.modal__body .modal__description{display:flex;flex-wrap:wrap;gap:24px;max-width:575px}.modal__body .modal__description-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:24px;position:relative}.modal__body .modal__description-bio{max-width:576px;height:162px;overflow-y:auto;scrollbar-width:none}.modal__body .modal__description-bio-title{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:18px;line-height:1.5;color:#fff;overflow:hidden}.modal__body .modal__description-bio-text{font-family:IBM Plex Sans,sans-serif;font-weight:400;margin-bottom:24px;font-size:18px;line-height:1.5;color:#fff;max-width:576px}.modal__body .modal__description-item{display:flex;flex-direction:column;max-width:150px}.modal__body .modal__description-title{font-size:16px;font-weight:600;color:#fff;margin-bottom:4px;position:relative;max-width:145px}.modal__body .modal__description-value{font-size:16px;color:#fff}.modal__body .modal__description-genres-list{display:flex;flex-direction:row;flex-wrap:wrap;gap:16px;padding:0;margin:0;list-style:none}.modal__body .modal__description-genres-item{border:1px solid rgba(255,255,255,.2);border-radius:6px;padding:4px 10px}.modal .marg{margin-top:24px}@media (max-width: 768px){.modal__artist-info{flex-direction:column;max-width:272px}.modal__content{padding:24px;max-width:700px}.modal__close-btn{font-size:32px;right:47px}.modal__title{max-width:655px}.modal__body{margin-top:32px;max-width:100%;flex-direction:column}.modal__image-artist{width:655px!important;height:400px;overflow:hidden}.modal__description{gap:20px;max-width:100%}.modal__image-artist-img{width:100%;max-width:272px;height:100%;object-fit:cover;border-radius:16px}.modal__description-grid{gap:24px}.modal__description-bio{max-width:100%}.modal__description-bio-text{font-size:16px}}@media (max-width: 320px){.modal__content{padding:16px;max-width:100%}.modal__body .modal__description-grid{grid-template-columns:1fr;gap:16px}.modal__close-btn{font-size:32px;right:16px;top:16px}.modal__title{font-size:20px;margin-top:32px;max-width:272px}.modal__body{gap:16px;max-width:100%;flex-wrap:wrap}.modal__image-artist{max-width:100%!important;max-height:167px!important}.modal__description-bio{width:100%;overflow-y:auto}}.modal--feedback{background-color:#1e1c1f8c;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.modal__content--feedback{padding:64px 16px 58px;border-radius:16px;width:100%;max-width:320px;background-color:#060307;border:1px solid rgba(255,255,255,.12);box-shadow:0 12px 30px #00000059,inset 0 1px #ffffff0f;max-height:90vh;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.modal__content--feedback::-webkit-scrollbar{width:4px}.modal__content--feedback::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:4px}.feedback-modal__title{font-family:Epilogue,sans-serif;margin-top:0;font-weight:700;font-size:24px;line-height:1.2;letter-spacing:-.01em;text-align:center;color:#fff;margin-bottom:22px}.feedback-modal__close-btn{position:absolute;top:14px;right:14px;width:32px;height:32px;border-radius:6px;border:1px solid rgba(255,255,255,.12);background:transparent;color:#fff;display:inline-flex;align-items:center;justify-content:center;font-size:32px;cursor:pointer;transition:border-color .2s ease,background-color .2s ease}.feedback-modal__close-btn:hover{border-color:#764191e6;background-color:#7641912e}.feedback-modal__close-btn:focus-visible{outline:2px solid rgba(118,65,145,.9);outline-offset:2px}.feedback-modal__form{display:flex;flex-direction:column;gap:32px}.feedback-modal__label{display:flex;flex-direction:column;gap:8px}.feedback-modal__label-text{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.4;color:#ffffffbf}.feedback-modal__input,.feedback-modal__textarea{width:100%;border-radius:12px;border:1px solid rgba(255,255,255,.2);background:#ffffff08;color:#fff;font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:18px;line-height:1.5;padding:12px;outline:none;transition:border-color .2s ease,background-color .2s ease}.feedback-modal__input::placeholder,.feedback-modal__textarea::placeholder{color:#ffffff73}.feedback-modal__input:hover,.feedback-modal__textarea:hover{border-color:#ffffff38}.feedback-modal__input:focus,.feedback-modal__textarea:focus{border-color:#764191f2;background:#ffffff0d}.feedback-modal__textarea{resize:none;min-height:80px;max-height:180px;overflow-y:auto;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.25) transparent}.feedback-modal__textarea::-webkit-scrollbar{width:4px}.feedback-modal__textarea::-webkit-scrollbar-thumb{background-color:#ffffff40;border-radius:4px}.feedback-modal__rating{display:flex;flex-direction:column}.feedback-modal__stars{display:flex;align-items:center;gap:3px}.feedback-modal__stars img{width:30px;height:auto;display:block;object-fit:contain}.feedback-modal__submit{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;letter-spacing:.04em;color:#fff;border:none;border-radius:12px;padding:10px 24px;background:#764191;box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;cursor:pointer;transition:background-color .25s cubic-bezier(.4,0,.2,1),transform .08s ease;width:100%;margin-top:6px}.feedback-modal__submit:hover{background-color:#764191d9}.feedback-modal__submit:active{transform:translateY(1px)}.feedback-modal__submit:focus-visible{outline:2px solid rgba(118,65,145,.95);outline-offset:2px}.feedback-modal__submit:disabled{opacity:.6;cursor:not-allowed}@media (min-width: 768px){.modal__content--feedback{padding:64px 48px;max-width:704px}.feedback-modal__form{gap:24px}.feedback-modal__title{font-size:44px;margin-bottom:48px}.feedback-modal__textarea{min-height:180px}.feedback-modal__submit{width:340px;margin:auto}}@media (min-width: 1440px){.modal__content--feedback{padding:64px;max-width:864px}.feedback-modal__title{font-size:60px}.feedback-modal__submit{width:108px;margin:auto}}.header__container{display:flex;align-items:center;justify-content:space-between;width:100%;height:100%}.header{display:flex;position:fixed;top:0;left:0;width:100%;height:64px;z-index:950;background-color:#060307;padding:0 16px;align-items:center}.header__logo{display:flex;align-items:center}.header__logo-img{width:119px;height:51px}.header__nav{display:none}.header__nav-link{font-family:IBM Plex Sans,sans-serif;font-size:18px;line-height:150%;padding:0}.burger{display:block;background-color:transparent;border:none}.burger__icon{fill:#fff}.mobile-menu__close{background-color:transparent;border:none}.mobile-menu__close-icon{fill:#fff}.mobile-menu{position:fixed;top:0;left:0;background-color:#060307;transform:translate(100%);transition:transform .3s ease;z-index:999;width:100%;height:100%}.mobile-menu.is-open{transform:translate(0)}.mobile-menu__header{display:flex;align-items:center;justify-content:space-between;padding:0;height:64px}.mobile-menu__nav-list{display:flex;flex-direction:column;gap:32px;text-align:center}.mobile-menu__nav-link{font-family:var(--font-family);font-weight:500;font-size:26px;line-height:150%;color:var(--color-scheme-1-text)}.no-scroll{overflow:hidden}@media screen and (min-width: 768px){.header{height:72px}.header__nav{display:block}.header__nav-list{display:flex;gap:32px;align-items:center}.burger{display:none}}.hero{background-color:#23132b;padding-top:64px;position:relative;overflow:hidden;max-height:1031px}.hero:before{content:"";position:absolute;top:0;left:0;width:100%;height:80px;background:linear-gradient(180deg,#060307,#23132b00);z-index:2;pointer-events:none}.hero:after{content:"";position:absolute;bottom:0;left:0;width:100%;height:106px;background:linear-gradient(180deg,#23132b00,#060307);z-index:2;pointer-events:none}.hero>.container{position:relative;z-index:3}.hero__title{font-family:Epilogue,sans-serif;font-weight:700;font-size:48px;line-height:1.1;letter-spacing:-.01em;color:#fff;max-width:288px;margin-bottom:20px}.hero__text{font-family:IBM Plex Sans,sans-serif;font-weight:400;font-size:18px;line-height:1.5;color:#fff;margin-bottom:24px;text-align:left;max-width:288px}.hero__btn{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;letter-spacing:.04em;color:#fff;box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#764191;border-radius:12px;border:none;padding:10px 24px;width:288px;height:47px;transition:background-color .25s cubic-bezier(.4,0,.2,1);display:flex;align-items:center;justify-content:center;gap:12px;margin-bottom:64px}.hero__btn:hover,.hero__btn:active,.hero__btn:focus{box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background-color:#764191;opacity:.6}.hero__btn-icon{fill:#fff}.hero__media{width:100%;height:385px;background-image:url(/Artists-project/assets/hero-mob-1x-CbLGTqi0.webp);background-size:contain;background-repeat:no-repeat;background-position:left}@media screen and (min-resolution: 2x),(-webkit-min-device-pixel-ratio: 2){.hero__media{background-image:url(/Artists-project/assets/hero-mob-2x-BzK0BKSW.webp)}}@media screen and (min-width: 768px){.hero{padding-top:32px;max-height:995px}.hero:before{height:125px}.hero:after{height:137px}.hero__title{max-width:624px;margin-bottom:24px}.hero__text{max-width:624px;font-size:20px;margin-bottom:32px}.hero__content{display:flex;flex-direction:column;align-items:flex-start}.hero__btn{margin:0 0 32px;max-width:246px}.hero__media{height:632px;background-image:url(/Artists-project/assets/hero-tab-1x-DC803KqG.webp)}}@media screen and (min-width: 768px) and (min-resolution: 2x),screen and (min-width: 768px) and (-webkit-min-device-pixel-ratio: 2){.hero__media{background-image:url(/Artists-project/assets/hero-tab-2x-BISZ6vdB.webp)}}@media screen and (min-width: 1440px){.hero{padding:0;height:100vh;max-height:900px}.hero:before{height:80px}.hero>.container{display:flex;align-items:stretch;height:100%;gap:34px;max-height:900px}.hero__content{max-width:640px;display:flex;flex-direction:column;justify-content:center}.hero__title{font-size:84px;max-width:640px;margin-bottom:24px}.hero__text{max-width:640px}.hero__media{flex:1;height:auto;background-size:contain;background-repeat:no-repeat;background-position:left center;background-image:url(/Artists-project/assets/hero-desk-1x-SrgcUipY.webp)}}@media screen and (min-width: 1440px) and (min-resolution: 2x),screen and (min-width: 1440px) and (-webkit-min-device-pixel-ratio: 2){.hero__media{background-image:url(/Artists-project/assets/hero-desk-2x-CdOZfos_.webp)}}.about__content{margin:64px 0}.about__img{display:block;width:100%;max-width:288px;height:169px;object-fit:cover;margin:0 auto 48px;border-radius:16px}.about__icon{display:block}.about__title{margin:20px 0 0;font-family:Epilogue,sans-serif;font-weight:700;font-size:44px;line-height:1.2;letter-spacing:-.01em}.about__text{font-family:IBM Plex Sans,sans-serif;font-size:18px;line-height:1.5;max-width:288px;margin:20px 0 0}@media screen and (min-width: 768px){.about__img{max-width:704px;height:413px}.about__title{margin:24px 0 0}.about__text{font-size:20px;max-width:704px;margin:24px 0 0}}@media screen and (min-width: 1440px){.about__content{display:flex;flex-direction:row;margin:112px 0;gap:32px;align-items:center}.about__info{display:flex;flex-direction:column}.about__img{max-width:640px;height:665px;margin:0}.about__title{font-size:60px}.about__text{font-size:20px;max-width:640px}}.artists{padding-top:64px;padding-bottom:64px}.artists__text{margin-bottom:32px}.artists__title{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#fff;margin-bottom:16px}.artists__subtitle{font-family:Epilogue,sans-serif;font-weight:700;font-size:44px;line-height:1.2;letter-spacing:-.01em;color:#fff}.artists__button{border:none;display:flex;justify-content:center;align-items:center;border-radius:12px;padding:10px 24px;width:288px;height:47px;box-shadow:0 1px 2px #0000000d,inset 0 -2px 1px #0003,inset 0 0 0 1px #00000026,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#764191;font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;color:#fff;gap:12px}.artists__button:hover{opacity:.6}.artists__load-more-icon{fill:#fff}@media (min-width: 768px){.artists__button{max-width:340px;margin:0 auto}}@media (min-width: 1440px){.artists{padding-top:112px;padding-bottom:112px}.artists__text{max-width:523px;margin-bottom:80px}.artists__subtitle{font-size:60px}.artists__button{max-width:170px}}.feedback{padding:48px 0}.feedback__card{position:relative;background-color:#0603070d;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px)}.feedback__slider-box{position:relative}.feedback__slider{width:100%}.feedback__slide{max-width:920px;margin:0 auto;text-align:center}.feedback__rating{display:flex;justify-content:center;align-items:center;gap:4px}.feedback__rating img{width:20px;height:auto;display:block;object-fit:contain}.feedback__quote{font-family:Epilogue,sans-serif;font-weight:700;font-size:18px;line-height:1.4;letter-spacing:-.01em;color:#fff;max-height:164px;overflow-y:auto;padding:32px 0;scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}.feedback__quote::-webkit-scrollbar{width:4px}.feedback__quote::-webkit-scrollbar-thumb{background-color:#fff3;border-radius:4px}.feedback__author{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:18px;line-height:1.5;letter-spacing:0;color:#fff}.feedback__nav{position:absolute;top:50%;transform:translateY(-50%);width:48px;height:48px;border-radius:8px;border:1px solid rgba(255,255,255,.2);background-color:transparent;display:none;align-items:center;justify-content:center;cursor:pointer;transition:border-color .2s ease,background-color .2s ease;z-index:5}.feedback__nav:hover{border-color:#764191;background-color:#76419133}.feedback__nav:focus-visible{outline:2px solid #764191;outline-offset:2px}.feedback__nav--prev{left:0}.feedback__nav--next{right:0}.feedback__nav-icon{font-size:18px;line-height:1;color:#fff}.feedback__pagination{display:flex;justify-content:center;align-items:center;gap:9px;height:28px;margin-top:16px}.feedback__dot{width:8px;height:8px;border-radius:50%;background-color:#fff3;border:none;padding:0;transition:all .25s ease}.feedback__dot.is-active{background-color:#fff}.feedback__dot__dot--middle.is-move-left{animation:feedbackDotMoveLeft .22s ease-in-out}.feedback__dot__dot--middle.is-move-right{animation:feedbackDotMoveRight .22s ease-in-out}.feedback__leave-btn{font-family:IBM Plex Sans,sans-serif;font-weight:500;font-size:18px;line-height:1.5;letter-spacing:.04em;color:#fff;box-shadow:0 1px 2px #0603070d,inset 0 -2px 1px #0003,inset 0 0 0 1px #06030726,inset 0 2px 1px #ffffff40,inset 0 32px 24px #ffffff0d;background:#764191;border-radius:12px;border:none;padding:10px 24px;display:flex;align-items:center;justify-content:center;margin:16px auto 0;min-width:192px;transition:background-color .25s cubic-bezier(.4,0,.2,1)}.feedback__leave-btn:hover{background-color:#4d2e5d}.feedback__leave-btn:focus-visible{outline:2px solid #764191;outline-offset:2px}@media only screen and (min-width: 768px){.feedback{padding:64px 0}.feedback__quote{font-size:26px;max-height:208px}.feedback__author{font-size:16px}.feedback__slider{max-width:518px}.feedback__nav{display:flex}}@media only screen and (min-width: 1440px){.feedback{padding:112px 0}.feedback__quote{font-size:32px;max-height:190px}.feedback__slider{max-width:866px}}@keyframes feedbackDotMoveLeft{0%{transform:translate(0)}45%{transform:translate(-10px)}to{transform:translate(0)}}@keyframes feedbackDotMoveRight{0%{transform:translate(0)}45%{transform:translate(10px)}to{transform:translate(0)}}.footer__inner{margin:48px 0 0;padding:0 0 64px}.footer__logo{display:flex;align-items:center;justify-content:center;margin:0 auto;width:max-content}.footer__logo svg{color:#764191}.footer__logo-icon--desktop{display:none;margin:0;padding:0}.footer__logo-icon--mobile{display:block}.footer__nav-list{display:flex;flex-direction:column;align-items:center;margin:32px auto 48px;gap:32px}.footer__nav-link{font-family:IBM Plex Sans,sans-serif;font-weight:600;font-size:16px;line-height:1.5;color:#fff}.footer__bottom{display:flex;flex-direction:column-reverse;gap:32px;border-top:1px solid rgba(255,255,255,.1)}.footer__socials{display:flex;justify-content:center;align-items:center;gap:32px;margin:48px auto 32px;padding-top:24px;width:100%;max-width:343px}.footer__socials-icon{fill:#fff;display:none}.footer__socials-icon--mobile{display:block;width:40px;height:40px}.footer__copyright{display:flex;justify-content:center;font-family:IBM Plex Sans,sans-serif;font-size:16px;line-height:1.5;color:#fff}@media screen and (min-width: 768px){.footer__inner{margin:80px 0 0;padding:0 0 80px}.footer__logo-icon--desktop{display:block}.footer__logo-icon--mobile{display:none}.footer__nav-list{flex-direction:row;justify-content:center;margin:32px auto 80px}.footer__bottom{flex-direction:row;justify-content:space-between;align-items:center;border-top:1px solid rgba(255,255,255,.1);width:100%;max-width:704px;margin:0 auto}.footer__socials{justify-content:flex-end;margin:32px 0 0;padding:0}.footer__socials-icon--mobile{display:none}.footer__socials-icon--tab{display:block;width:32px;height:32px}.footer__socials-icon--desktop{display:none}.footer__copyright{align-items:center;margin:32px 0 0}}@media screen and (min-width: 1440px){.footer__bottom{max-width:1312px;padding:32px 0 0}.footer__socials-link .footer__socials-icon--mobile{display:none!important}.footer__socials-link .footer__socials-icon--desktop{display:block!important;width:24px!important;height:24px!important}.footer__copyright{min-width:278px;margin:0}.footer__socials{margin:0}.footer__socials-icon--mobile,.footer__socials-icon--tab{display:none}.footer__socials-icon--desktop{display:block;width:24px;height:24px}}
