h1,h2,h3,h4,h5,h6,p{margin:0}p:last-child{margin-bottom:0}ul,ol{margin:0;padding:0;list-style:none}a{color:currentColor;text-decoration:none}button{border:none;background-color:transparent;cursor:pointer}img{display:block;max-width:100%;height:auto}:root{--color-scheme-1-background: var(--color-neutral-darkest);--color-neutral-darkest: #060307;--color-scheme-1-border: var(--opacity-white-20);--color-scheme-1-text: var(--color-white);--color-neutral-lighter: #d9d9d9;--color-white: #fff;--color-neutral-lightest: #f2f2f2;--color-neutral-light: #b4b3b4;--color-neutral: #828183;--color-neutral-dark: #504e51;--color-neutral-darker: #1e1c1f;--opacity-transparent: rgba(255, 255, 255, 0);--color-scheme-1-foreground: var(--color-neutral-darkest);--color-scheme-1-accent: var(--color-white);--opacity-white-5: rgba(255, 255, 255, .05);--opacity-white-10: rgba(255, 255, 255, .1);--opacity-white-15: rgba(255, 255, 255, .15);--opacity-white-20: rgba(255, 255, 255, .2);--opacity-white-30: rgba(255, 255, 255, .3);--opacity-white-40: rgba(255, 255, 255, .4);--opacity-white-50: rgba(255, 255, 255, .5);--opacity-white-60: rgba(255, 255, 255, .6);--opacity-neutral-darkest-5: rgba(6, 3, 7, .05);--opacity-neutral-darkest-10: rgba(6, 3, 7, .1);--opacity-neutral-darkest-15: rgba(6, 3, 7, .15);--opacity-neutral-darkest-20: rgba(6, 3, 7, .2);--opacity-neutral-darkest-30: rgba(6, 3, 7, .3);--opacity-neutral-darkest-40: rgba(6, 3, 7, .4);--opacity-neutral-darkest-50: rgba(6, 3, 7, .5);--opacity-neutral-darkest-60: rgba(6, 3, 7, .6);--color-affair-lightest: #f1ecf4;--color-affair-lighter: #e3d9e9;--color-affair-light: #9f7ab2;--color-affair: #764191;--color-affair-dark: #5e3474;--color-affair-darker: #2f1a3a;--color-affair-darkest: #23132b;--color-chateau-green-lightest: #ecf4ed;--color-chateau-green-lighter: #d9eadc;--color-chateau-green-light: #7ab686;--color-chateau-green: #419853;--color-chateau-green-dark: #347942;--color-chateau-green-darker: #1a3c21;--color-chateau-green-darkest: #132d18;--color-scheme-2-text: var(--color-white);--color-scheme-2-background: var(--color-neutral-darker);--color-scheme-2-border: var(--opacity-white-20);--color-scheme-2-accent: var(--color-white);--color-scheme-2-foreground: var(--color-neutral-darker);--color-scheme-3-text: var(--color-white);--color-scheme-3-background: var(--color-affair-darkest);--color-scheme-3-border: var(--opacity-white-20);--color-scheme-3-accent: var(--color-white);--color-scheme-3-foreground: var(--color-affair-darkest);--color-error-red: #af0404;--animation: .25s cubic-bezier(.4, 0, .2, 1);--font-family: "IBMPlexSans", sans-serif;--second-family: "Epilogue", sans-serif;--third-family: "Roboto", sans-serif;font-synthesis:none;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}body{font-family:var(--font-family);color:var(--color-scheme-1-text);background-color:var(--color-scheme-1-background);display:flex;flex-direction:column;min-width:100vw;min-height:100vh;margin:0}main{flex-grow:1}main:has(.back-link){text-align:center}.visually-hidden{position:absolute;width:1px;height:1px;margin:-1px;border:0;padding:0;clip:rect(0 0 0 0);overflow:hidden}.hidden{display:none}.container,.container-modal{min-width:320px;margin:0 auto;padding:0 20px}@media screen and (min-width: 768px){.container{max-width:1439px;padding:0 32px}}@media only screen and (min-width: 1440px){.container{padding:0 64px}}.header-section{padding:20px 0}.burger-close{display:flex;justify-content:space-between;align-items:center}.navigation-menu{display:flex;justify-content:space-between;align-items:center;width:100%}.nav-logo{display:inline-flex;align-items:center;justify-content:center}.navigation-list{display:flex;align-items:center;justify-content:flex-end;gap:32px;font-size:18px;display:none}.navigation-link{position:relative;display:block;font-weight:500;letter-spacing:.02em;transition:.2s ease-in}.navigation-link:hover,.navigation-link:focus{color:#764191}.navigation-link:after{content:"";position:absolute;bottom:0;left:50%;transform:translate(-50%) translateY(100%);width:110%;height:4px;border-radius:4px;transform-origin:center;animation:stretch .4s cubic-bezier(.68,-.55,.27,1.55) .2s both}.navigation-link.active:after{background:#747bff}.nav-logo-icon,.burger-icon,.navbar-close{fill:var(--color-scheme-2-accent)}@media (min-width: 768px){.header-section{height:72px;display:block}.burger-icon{display:none;cursor:pointer}.navigation-list{display:flex}}.navbar-menu{position:fixed;top:0;left:0;width:100%;height:100%;background-color:var(--color-scheme-1-background);opacity:0;visibility:hidden;pointer-events:none;z-index:9999;flex-direction:column;align-items:center;justify-content:center;transition:opacity .25s cubic-bezier(.4,0,.2,1),visibility .25s cubic-bezier(.4,0,.2,1)}.navbar-logo-icon{height:32px}.navbar-container{flex-grow:1;display:flex;flex-direction:column;justify-content:space-between;align-items:center;text-align:center;gap:32px;margin-top:39px}.navbar-item{height:39px;padding:12px 0}.navbar-header-container{display:flex;align-items:center;justify-content:space-between;padding:20px 24px}.navbar-menu.is-open{opacity:1;visibility:visible;pointer-events:auto}.navbar-close{font-size:32px;color:#fff;cursor:pointer;background:none;border:none}.navbar-link{color:#fff;font-size:24px;margin:16px 0;text-decoration:none;transition:color .2s ease}.navbar-link:hover{color:var(--accent-color, #ad88ff)}.no-scroll{overflow:hidden}.about-us-section{padding-top:64px;padding-bottom:64px}.about-us-picture img{width:100%;margin:0 auto}@media (min-width: 1440px){.about-us-section{padding-top:112px;padding-bottom:112px}}@media (min-width: 1440px){.about-as-container{display:flex;gap:32px;align-items:center}}.about-us-picture{box-shadow:0 4px 4px #00000040}.about-us-picture img{border-radius:20px;overflow:hidden;width:100%;border:1px solid #000000;object-fit:cover}@media (min-width: 768px){.about-us-picture img{border-radius:16px}}@media (min-width: 1440px){.about-us-picture img{min-width:640px;max-width:100%}}.about-us-svg{margin-top:48px;fill:#fff;margin-bottom:20px;width:64px;height:64px}@media (min-width: 768px){.about-us-svg{margin-top:24px;margin-bottom:24px;width:80px;height:80px}}.about-us-title{margin-bottom:20px;font-weight:700;font-size:44px;line-height:1.2;letter-spacing:-.01em}@media (min-width: 768px){.about-us-title{margin-bottom:24px}}@media (min-width: 1440px){.about-us-title{font-size:60px}}.about-us-text{font-weight:400;font-size:18px;line-height:1.5}@media (min-width: 768px){.about-us-text{font-size:20px}}.icon{display:inline-block;stroke-width:0;stroke:currentColor;margin-left:16px}.artist-container{padding:64px 16px}.artists-text{font-family:var(--second-family);font-weight:700;font-size:44px;line-height:120%;letter-spacing:-.01em}.artists-arrow{margin-left:8px}.artists-title{font-weight:600;font-size:16px;line-height:150%;margin-bottom:16px}.artists-btn-load{border-radius:12px;padding:10px 24px;width:288px;height:47px;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:var(--color-affair);font-family:var(--font-family);font-weight:500;font-size:18px;text-align:center;margin:0 auto;line-height:150%;color:var(--color-scheme-1-text)}.artists-btn-load:hover,.artists-btn-load:focus{box-shadow:0 1px 2px 0 var(--opacity-neutral-darkest-5),inset 0 -2px 1px #0003,inset 0 0 0 1px var(--opacity-neutral-darkest-15),inset 0 2px 1px #ffffff40,inset 0 32px 24px 0 var(--opacity-white-5);background:var(--color-affair);transform:scale(1.05);opacity:.6}button.artists-btn-load{display:flex!important;justify-content:center;align-items:center}.artists-link{font-weight:500;font-size:18px;line-height:150%;display:inline-flex;align-items:center;margin-top:24px;text-decoration:none;cursor:pointer;opacity:1;transition:opacity .25s ease,transform .25s ease}.artists-link:hover,.artists-link:focus{opacity:.6;transform:scale(1.05);outline:none}.artists-link:active{opacity:.2;transform:scale(.95)}.artist-gallery{display:block;grid-template-columns:repeat(auto-fill,minmax(250px,1fr));gap:20px;list-style:none;padding:0}.artist-card{margin-bottom:64px;border-radius:12px;box-shadow:0 2px 6px #0000001a;display:flex;flex-direction:column}.artist-card:last-child{margin-bottom:32px}.artist-card img{width:100%;height:177px;object-fit:cover;border-radius:16px}.artists-name{font-family:var(--second-family);font-weight:700;font-size:32px;line-height:130%;letter-spacing:-.01em;padding-top:16px;padding-bottom:8px;text-align:left}.artist-info{font-family:var(--font-family);font-weight:400;font-size:18px;line-height:150%}.artist-genres{display:flex;flex-wrap:wrap;gap:16px;list-style:none;padding:0;margin:16px 0}.genre-item{margin-top:24px;font-size:12px;border:1px solid var(--opacity-white-20);border-radius:6px;padding:4px 10px}.artists-text-container{width:288px;height:199px;margin-bottom:32px}@media screen and (min-width: 768px){.artists-text-container{width:704px;height:146px}.artist-container{padding:64px 32px}.artists-btn-load{width:340px;margin-bottom:0}.artist-card img{width:auto;height:432px}.artist-card:not(last-chiled){margin-bottom:32px}}@media screen and (min-width: 1440px){.artist-container{padding:112px 64px;margin:0 auto}.icon{margin-left:10px}.artists-text-container{width:523px;height:184px;margin-bottom:80px}.artist-gallery{display:flex;flex-direction:row;flex-wrap:wrap;gap:32px}.artist-card{margin-top:0;margin-bottom:32px;display:block;width:calc((100% - 32px)/2)}.artist-card:not(last-chiled){margin-bottom:0}.artists-btn-load{margin-top:64px;width:170px}.artist-card img{width:640px;height:393px}.artists-text{font-size:60px}}.swiper-button-prev,.swiper-button-next,.swiper-button-prev:after,.swiper-button-next:after{display:none!important}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.feedback-swiper{position:relative;width:100%;margin:0 auto}.swiper{margin-bottom:16px}.swiper-slide{font-family:Epilogue,sans-serif;font-weight:700;font-size:32px;line-height:1.3;letter-spacing:-.01em;text-align:center;color:#fff}.feedback-card{padding:32px 16px;background:#0000001a;border-radius:12px;width:100%;box-sizing:border-box}.feedback-rating .star-rating{font-size:20px}.rating{display:flex;align-items:center;justify-content:center;gap:4px;margin-bottom:32px;pointer-events:none}input.star-rating{-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;outline:0;width:20px;height:20px;position:relative}input.star-rating:before{content:"☆";position:absolute;top:0;left:0;font-size:20px;color:transparent}input.star-rating[value]:after{content:"★";position:absolute;top:0;left:0;font-size:20px;color:#764191;width:calc(var(--value) * 20%);overflow:hidden}.feedback-text{font-family:var(--second-family);font-size:18px;font-weight:700;line-height:1.4;letter-spacing:-.01em;color:var(--color-scheme-1-text);text-align:center;margin-bottom:16px}.feedback-author{font-family:var(--font-family);font-size:18px;font-weight:600;line-height:1.5;color:var(--color-scheme-1-text);text-align:center}.swiper-pagination{position:static!important;display:flex;justify-content:center;gap:9px;padding:10px 0}.swiper-pagination span{width:8px;height:8px;border-radius:50%;background:#fff}.custom-pagination{display:flex;justify-content:center;gap:8px;margin-top:16px}.custom-pagination .dot{width:10px;height:10px;border-radius:50%;background:#ccc;cursor:pointer}.custom-pagination .dot.active{background:#764191}@media only screen and (min-width: 768px){.swiper-button-prev,.swiper-button-next{display:flex!important;align-items:center;justify-content:center;width:48px!important;height:48px;padding:12px;border:1px solid rgba(255,255,255,.5);border-radius:8px;background:none;color:#764191;cursor:pointer}.swiper-button-prev svg{transform:rotate(180deg)}.swiper-button-next svg{transform:rotate(0)}.icon-arrow{width:24px;height:24px;fill:#fff}.swiper-button-disabled{opacity:.35;pointer-events:none}.feedback-card{padding:32px 64px}.feedback-text{font-size:26px}}@media only screen and (min-width: 1440px){.feedback-card{padding:32px 128px}.feedback-text{font-size:32px}}.hero-section{background-color:var(--color-affair-darkest);position:relative}.hero-section:before,.hero-section:after{content:"";position:absolute;left:0;right:0}.hero-section:before{top:0;height:80px;background:linear-gradient(180deg,#060307,#23132b00)}.hero-section:after{bottom:0;height:106px;background:linear-gradient(0deg,#060307,#23132b00)}.hero-container{padding:64px 16px 0}.hero-text{font-weight:400;font-size:18px;line-height:1.5;margin-bottom:24px;max-width:288px}.hero-title{font-family:var(--second-family);font-weight:700;font-size:clamp(2rem,5vw,4rem);line-height:1.1;letter-spacing:-.01em;max-width:288px;margin-bottom:20px}.explore-artists-box{display:flex;gap:12px;justify-content:center;align-items:center;border-radius:12px;padding:10px 24px;max-width:288px;height:47px;box-shadow:0 1px 2px 0 var(--opacity-neutral-darkest-5),inset 0 -2px 1px #0003,inset 0 0 0 1px var(--opacity-neutral-darkest-15),inset 0 2px 1px #ffffff40,inset 0 32px 24px 0 var(--opacity-white-5);background-color:var(--color-affair);font-family:var(--font-family);font-weight:500;font-size:18px;line-height:150%;color:var(--color-scheme-1-text);margin:0 auto 64px;transition:color .25s ease-in-out,background-color .25s ease-in-out}.explore-artists-box:hover,.explore-artists-box:focus{box-shadow:0 1px 2px 0 var(--opacity-neutral-darkest-5),inset 0 -2px 1px #0003,inset 0 0 0 1px var(--opacity-neutral-darkest-15),inset 0 2px 1px #ffffff40,inset 0 32px 24px 0 var(--opacity-white-5);background-color:var(--color-affair);cursor:pointer;transform:scale(1.05);opacity:.6}.hero-image img{width:100%;object-fit:cover}.hero-link-explore{display:flex;align-items:center}@media screen and (min-width: 768px){.hero-container{padding:24px 32px 0}.hero-title{font-size:48px;max-width:624px;margin-bottom:24px;margin-top:24px}.hero-text{font-size:20px;margin-bottom:32px;max-width:624px}.explore-artists-box{margin:0 0 32px;max-width:246px}.hero-section:after{height:137px}}@media only screen and (min-width: 1440px){.hero-container{display:flex;gap:31px;padding:0 64px}.hero-title{min-width:640px;font-weight:700;font-size:84px}.hero-title{max-width:624px;margin-bottom:32px}.hero-context{margin:auto 0}.explore-artists-box{max-width:208px}}.modal{position:fixed;inset:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;overflow:auto;background:#00000040;z-index:1000;padding:16px}.modal.hidden{display:none}.modal-content{background:#060307;border-radius:16px;padding:20px;width:100%;max-width:320px;font-family:Inter,sans-serif;color:#fff;position:relative;max-height:95vh;overflow-y:auto}.modal-content::-webkit-scrollbar{width:10px}.modal-content::-webkit-scrollbar-track{background:#060307;border-radius:8px}.modal-content::-webkit-scrollbar-thumb{background-color:#333;border-radius:8px;border:2px solid #060307}.modal-content::-webkit-scrollbar-thumb:hover{background-color:#4d4d4d}.modal-close{position:absolute;top:12px;right:12px;background:transparent;border:none;cursor:pointer;width:32px;height:32px;display:flex;justify-content:center;align-items:center}.modal-close-btn-icon{fill:#fff}.loader{display:none;text-align:center;margin-top:16px;font-size:16px;color:#555}.artist-name{font-family:Epilogue,sans-serif;font-weight:700;font-size:20px;text-align:center;margin:0 0 16px}.artist-header{display:flex;align-items:flex-start;flex-direction:column;gap:12px;margin-bottom:24px}.artist-img{width:100%;object-fit:cover;border-radius:12px}.artist-info{display:flex;flex-direction:column;gap:8px}.artist-years,.artist-gender,.artist-members,.artist-country,.artist-bio,.artist-genres{font-size:14px;line-height:1.4}.artist-albums{display:grid;grid-template-columns:1fr;gap:16px;margin-top:16px}.album{background:#1e1c1f;border-radius:12px;padding:12px;display:flex;flex-direction:column;gap:8px}.album h3{font-family:Epilogue,sans-serif;font-weight:700;font-size:20px;margin:0 0 8px}.album-header{display:none}.album ul{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:4px}.album ul li{display:flex;flex-direction:column;gap:4px;font-size:13px;line-height:1.4;padding:6px 8px;border-radius:6px}.album ul li:hover{background:#ffffff0d}.album ul li:nth-child(odd){background-color:#ffffff1a}.album ul li:nth-child(2n){background-color:#1c1c1c}.track-meta{display:flex;gap:8px;font-size:12px;align-items:center}.album ul li a{display:flex;justify-content:center;align-items:center;background-color:#2a2a2a;border-radius:50%;width:20px;height:20px;color:#fff;transition:background .2s ease}.youtube-link{fill:#fff}.album ul li a:hover{background-color:#444}@media screen and (min-width: 768px){.modal-content{padding:32px;max-width:700px}.artist-name{font-size:28px;margin-bottom:24px}.artist-header{flex-direction:row;gap:20px}.artist-img{max-width:280px;flex-shrink:0}.artist-info{gap:10px}.artist-albums{grid-template-columns:repeat(2,1fr)}.album h3{font-size:20px}.album-header{display:grid;grid-template-columns:1fr 60px 40px;font-size:14px;font-weight:600;padding:4px 12px;border-bottom:1px solid rgba(255,255,255,.2);margin-bottom:4px}.album ul li{flex-direction:row;justify-content:space-between;align-items:center}.track-meta{font-size:13px}}@media screen and (min-width: 1440px){.modal-content{padding:48px;max-width:1000px}.artist-name{font-size:36px}.artist-header{gap:32px}.artist-img{max-width:350px}.artist-info{gap:14px;font-size:16px}.artist-albums{grid-template-columns:repeat(4,1fr);gap:24px}.album{padding:16px;gap:12px}.album h3{font-size:22px}}html{scroll-behavior:smooth}.footer{background:#060307;color:#fff}.footer-container{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;padding:48px 16px 64px}.logo{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;stroke:none;fill:#764191;width:84px;height:36px;margin-bottom:32px}.footer-menu{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:32px;margin-bottom:48px}.footer-link{color:#fff;text-decoration:none;transition:color .3s ease,transform .3s ease}.footer-social{display:flex;justify-content:center;align-items:center;gap:12px}.footer-link:hover,.footer-link:focus{color:#764491;transform:scale(1.05);outline:none}.footer-divider{border-top:1px solid rgba(255,255,255,.2);width:288px;margin:0 auto 24px}.footer-soc{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:24px;color:#fff}.footer-logo-item{display:block;fill:currentColor}.footer-copy{font-weight:400;font-size:16px;line-height:1.5;color:#fff;margin-top:32px}@media screen and (min-width: 768px){.footer-container{padding:80px 32px}.logo{width:116px;height:45px}.footer-menu{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:24px;margin-bottom:80px}.footer-link{font-weight:600;font-size:16px;line-height:1.5;color:#fff}.footer-social{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:row;gap:24px;order:2}.footer-divider{border-top:1px solid rgba(255,255,255,.2);width:704px;margin:0 auto 32px}.footer-copy{order:1;margin:0}.copy-social{display:flex;align-items:stretch;justify-content:space-between;flex-direction:row;width:100%}}@media screen and (min-width: 1440px){.footer-container{display:flex;align-items:center;justify-content:flex-start;flex-direction:column;gap:80px;padding:80px 64px}.footer-social{display:flex;justify-content:center;align-items:center;gap:12px}.footer-divider{border-top:1px solid rgba(255,255,255,.2);width:1312px;margin:0 auto 32px}.footer-soc{display:flex;align-items:flex-start;justify-content:flex-start;flex-direction:column;gap:24px;color:#fff}.footer-logo-item{display:block;fill:currentColor}.footer-copy{font-weight:400;font-size:16px;line-height:1.5;color:#fff;margin:0}}
