ul{list-style-type:none;margin:0;padding:0}.footer{background-image:url(/assets/frame-footer-6bb76934.png);background-repeat:no-repeat;background-position:bottom;background-size:contain;position:relative;margin-bottom:40px;padding:0 0 5px 10px}@media screen and (min-width: 820px){.footer{margin-bottom:10px;padding:0}}.footer-scroll-up-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:absolute;top:-16px;right:0;padding:8px;color:var(--gray0);border:2px solid var(--gray0);border-radius:10px;background:transparent}.footer-scroll-up-button-invisible{display:none}.footer-scroll-up-button:hover{background:var(--bg-light);color:var(--red-700)}.footer-scroll-up-button:active{color:var(--gray-black-950)}.footer-scroll-up-button-light{color:var(--gray-black-950);border-color:var(--gray-black-950)}.footer-scroll-up-button-light:hover{background:var(--gray-black-950);color:var(--red-700)}.footer-scroll-up-button-light:active{color:var(--white-0)}.footer-rights{grid-column:1 / 13;width:100%;margin:0 auto 24px;padding:12px 25px 0;border:1px solid transparent;border-image:linear-gradient(270deg,rgba(198,15,24,0) 2.76%,#c60f18 12.36%,#c60f18 86.67%,rgba(198,15,24,0) 97.79%);border-image-slice:1;border-image-width:1px;position:relative}@media screen and (min-width: 820px){.footer-rights{border-width:2px;border-image-width:2px;margin:0;padding:24px 25px 35px}}.footer-rights p{margin-bottom:16px}.footer-rights:before,.footer-rights:after{content:"";width:1px;height:60%;background:linear-gradient(180deg,rgba(198,15,24,0) 2.76%,#c60f18 12.36%,#c60f18 86.67%,rgba(198,15,24,0) 97.79%);position:absolute;top:20%}@media screen and (min-width: 820px){{width:2px}}.footer-rights:before{left:0}.footer-rights:after{right:0}.footer-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:start;text-align:left;padding:50px 0 0}@media screen and (min-width: 820px){.footer-wrapper{display:grid;grid-template-columns:repeat(12,1fr);gap:24px;align-items:center;padding:50px 0}}.footer-logo{position:absolute;bottom:41%;right:10px}@media screen and (min-width: 820px){.footer-logo{position:static;grid-column:1 / 3;justify-self:end}}.footer-logo button{background:transparent;border:none}.footer-docs-wrapper{grid-column:4 / 6;display:grid;grid-auto-flow:row;gap:40px;margin-bottom:40px;padding-left:16px}@media screen and (min-width: 820px){.footer-docs-wrapper{gap:15px;margin-bottom:0;padding-left:0;height:128px}}.footer-docs-wrapper li{height:32px}.footer-docs-wrapper li a:hover{color:var(--red-700)}.footer-docs-wrapper li a:active{color:inherit;border-bottom:1px solid var(--red-700);margin-bottom:-1px;padding-bottom:2px}@media screen and (min-width: 820px){.footer-docs-wrapper li a:active{padding-bottom:8px}}.footer-contacts-wrapper{grid-column:6 / 9;display:grid;grid-auto-flow:row;gap:16px;margin-bottom:24px;padding-left:16px}@media screen and (min-width: 820px){.footer-contacts-wrapper{margin-bottom:0;padding-left:0}}.footer-contacts-list-title{margin-bottom:8px}@media screen and (min-width: 820px){.footer-contacts-list-title{margin-bottom:0}}.footer-socials-wrapper{grid-column:9 / 12;display:grid;gap:16px;grid-auto-flow:row;margin-bottom:24px;padding-left:16px}@media screen and (min-width: 820px){.footer-socials-wrapper{gap:18px;margin-bottom:0;padding-left:0}}.footer-socials-icons,.footer-partners-icons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;margin-top:8px}.footer-socials-icons{gap:12px}@media screen and (min-width: 820px){.footer-socials-icons{gap:16px}}.footer-socials-icons a{display:block;padding:12px}@media screen and (min-width: 820px){.footer-socials-icons a{padding:0}}.footer-partners-icons{gap:16px}.footer-socials-icons a:hover .footer-socials-icon-normal{display:none}.footer-socials-icons a:hover .footer-socials-icon-hover,.footer-socials-icons a:active .footer-socials-icon-pressed{display:block}.footer-socials-icons a:active .footer-socials-icon-hover,.footer-socials-icon-hover,.footer-socials-icon-pressed{display:none}.footer-author-rights{position:absolute;bottom:-35px;font-size:10px}@media screen and (min-width: 820px){.footer-author-rights{bottom:-20px}}a{text-decoration:none;color:inherit}.no-scroll{overflow:hidden}.header-with-search-bar-open{display:grid;grid-template:1fr / 56px 11fr;column-gap:32px;height:76px}.header{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;padding:7px 4px;border:2px solid transparent;border-image:linear-gradient(to bottom,#cf121b,#cf121b00);border-image-slice:1;width:100%;height:76px;margin-bottom:0}@media screen and (min-width: 1440px){.header{display:grid;grid-column:1 / 13;padding:0 18px;margin-bottom:26px}}.header-logo{justify-self:start}.header-about-link{display:none}@media screen and (min-width: 1440px){.header-about-link{display:grid;grid-column:2 / 4;padding:22px 8px}}.header-dropdown-wrapper{display:none}@media screen and (min-width: 1440px){.header-dropdown-wrapper{display:grid;grid-column:4 / 8;padding:22px 8px;position:relative;border-bottom:solid 2px transparent;margin-bottom:-2px;cursor:pointer}}.header-dropdown-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center}.header-dropdown-menu{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;width:100%;position:absolute;left:0;top:110%;background-color:var(--gray-black-800);border-radius:8px;z-index:3;animation:growDown .3s ease-in-out forwards;transform-origin:top center}.header-dropdown-menu a{padding:12px 8px;text-align:left;transition:none}.header-dropdown-menu a:hover{border-bottom:2px solid var(--red-700);border-radius:8px;margin-bottom:-2px}.header-dropdown-menu-light{background-color:var(--gray-black-100)}.header-dropdown-button-light svg path{stroke:var(--gray-black-950)}.header-options-wrapper{display:none;grid-column:8 / 13;grid-template:1fr / 1fr auto auto 1fr;align-items:center;gap:16px}@media screen and (min-width: 1440px){.header-options-wrapper{display:grid}}.header-languages-wrapper{justify-self:end;padding:4px 8px;position:relative;cursor:pointer}.header-languages-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.header-languages-menu{position:absolute;left:0;top:100%;border-radius:8px;background-color:var(--gray-black-800);z-index:3;animation:growDown .3s ease-in-out forwards;transform-origin:top center}.header-languages-menu button{display:block;padding:10px 25px;font-family:inherit;color:inherit;background-color:transparent;border:none;transition:none}.header-languages-menu button:hover{border-bottom:2px solid var(--red-700);margin-bottom:-2px;border-radius:8px}.header-language-menu-light{background-color:var(--gray-black-100)}.header-languages-button-light svg path{stroke:var(--gray-black-950)}.header-user-icon{justify-self:center;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;width:48px;height:48px;cursor:pointer}.header-user-icon:hover{border:2px solid var(--gray0);border-radius:30px;transition:none}.header-user-icon-light svg path{stroke:var(--gray-black-950)}.header-user-icon-light:hover{border-color:var(--gray-black-950)}.header-user-modal{padding:60px 20px;text-align:center;border-radius:10px;background:var(--gray-black-950);color:var(--white-0);position:relative}.header-user-modal-closeBtn{background:transparent;color:inherit;border:none;font-size:40px;position:absolute;top:5px;right:10px;outline:none}.header-user-modal-light{background:var(--bg-light);color:var(--gray-black-950)}.header-search-icon{padding:8px 16px;border-radius:50px;background-color:var(--gray-black-800);justify-self:center;cursor:pointer}.header-search-bar{grid-column:2 / 13;justify-content:space-between;padding:8px 16px;border-radius:50px;background-color:var(--gray-black-800);animation:growToLeft .4s ease-in-out forwards;transform-origin:right}.header-search-bar input{width:100%;background-color:inherit;border:none;color:inherit}.header-search-bar input:focus{outline:none}.header-search-icon-light{background-color:var(--gray-black-100)}.header-search-icon-light svg path{stroke:var(--gray-black-950)}.header-search-bar-light{background-color:var(--gray-black-100)}.header-search-bar-light svg path{stroke:var(--gray-black-950)}.header-theme-toggle{justify-self:center;width:102px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;gap:33px;align-items:center;padding:7px 5px 7px 8px;border-radius:200px;background-color:var(--gray-black-800);position:relative;cursor:pointer;transition:.5s ease-in}#themeToggleCirlce{position:absolute}.header-theme-toggle-light{background-color:var(--gray-black-100)}.header-theme-toggle-circle-icon-light svg path{fill:var(--gray-black-950)}.header-about-link:hover,.header-dropdown-button:hover,.header-dropdown-button:hover svg path,.header-languages-button:hover,.header-languages-button:hover svg path{color:var(--red-700);stroke:var(--red-700)}.header-search-bar-open{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;grid-column:2 / 3}@keyframes growDown{0%{transform:scaleY(0)}80%{transform:scaleY(1.1)}to{transform:scaleY(1)}}@keyframes growToLeft{0%{transform:scaleX(0)}80%{transform:scaleX(1.1)}to{transform:scaleX(1)}}.achievements-donations-qr-button{padding:0;border:none;background:transparent;display:flex;align-items:center;justify-content:center}.qr-button-modal{width:340px;padding:48px 0;border-radius:48px;background:var(--gray-black-950);color:var(--gray0);position:relative}@media screen and (min-width: 1440px){.qr-button-modal{width:400px}}@media screen and (min-width: 320px) and (max-width: 850px) and (orientation: landscape){.qr-button-modal{height:100vh;overflow-y:auto}}.qr-button-modal-light{background:var(--bg-light);color:var(--gray-black-950)}.qr-closeBtn{position:absolute;right:15px;top:15px}.qr-image{margin:0 auto 32px;width:140px;height:140px}.qr-info{display:flex;flex-direction:column;gap:24px;margin-bottom:32px}.qr-info li{padding:0 16px}.qr-info li p:first-child{margin-bottom:8px}.qr-info li p:not(:first-child){cursor:pointer}.qr-info-copy-clicked{padding:2px 4px;border-radius:8px;background:var(--bg-light);color:var(--gray-black-950)}.qr-info-copy-clicked-light{background:var(--gray-black-950);color:var(--gray0)}.qr-button-modal-ornament{margin:0 auto}.qr-code-icon_light rect{fill:#000}.qr-code-icon_light g path{fill:#fff}@media screen and (min-width: 1024px){.qr-code-icon:hover{transform:scale(1.12)}}@media screen and (min-width: 1024px){.qr-code-icon:hover rect{fill:var(--red-700)}}@media screen and (min-width: 1024px){.qr-code-icon:hover g path{fill:var(--white-0)}}@media screen and (min-width: 1024px){.qr-code-icon:active{transform:scale(1)}}@media screen and (min-width: 1024px){.qr-code-icon:active rect{fill:#141518}}.header-burgerIcon{padding:12px;background-color:transparent;border:none}@media screen and (min-width: 1440px){.header-burgerIcon{display:none}}.responsive-covering{width:100%;height:100%;background:var(--gray-black-100);opacity:.6;position:fixed;top:0;left:0;z-index:3}@media screen and (min-width: 1440px){.responsive-covering{display:none}}.responsive-covering-light{background:var(--gray-black-950)}.header-responsive-menu{display:flex;flex-direction:column;width:294px;height:100%;padding:16px 12px;overflow-y:auto;position:fixed;top:0;left:0;z-index:10;background:var(--bg-dark);animation:growToRight .2s ease-in-out forwards}@media screen and (min-width: 1440px){.header-responsive-menu{display:none}}.header-responsive-menu::-webkit-scrollbar{width:.01px}.header-responsive-menu-light{background:var(--bg-light)}.header-responsive-theme-and-close{display:flex;align-items:center;justify-content:space-between;padding:16px 0 0 16px;margin-bottom:24px}.header-responsive-logo{display:flex;align-items:start;gap:4px;font-size:28px;line-height:40px;text-align:left;padding:0 10px}.header-responsive-options{padding:0 16px}.header-responsive-options li{padding:16px 0;text-align:left}.header-responsive-dropdown-icon,.header-responsive-language-icon,.header-responsive-user-link{display:flex;align-items:center;justify-content:space-between;cursor:pointer}.header-responsive-about:hover,.header-responsive-dropdown-icon:hover,.header-responsive-language-icon:hover,.header-responsive-user-link:hover,.header-responsive-user-link:hover svg path{color:var(--red-700);stroke:var(--red-700)}.header-responsive-dropdown-icon,.header-responsive-language-icon{padding:8px 0}.header-responsive-dropdown-icon-menuOpened,.header-responsive-language-icon-menuOpened{border-bottom:2px solid var(--red-700);margin-bottom:-2px}.header-responsive-dropdown-menu,.header-responsive-language-menu{display:flex;flex-direction:column;gap:6px;padding:8px 16px;animation:growDown .3s ease-in-out forwards;transform-origin:top center}.header-responsive-dropdown-menu a{padding:12px 8px}.header-responsive-dropdown-menu a:hover,.header-responsive-language-menu button:hover{border-bottom:2px solid var(--red-700);border-radius:8px;margin-bottom:-2px}.header-responsive-language-menu button{padding:6px 4px;width:200px;color:inherit;background:transparent;border:none}.header-responsive-user-icon{display:flex;justify-content:end;align-items:center;cursor:pointer}.header-responsive-user-icon-light svg path{stroke:var(--gray-black-950)}.header-responsive-search-bar{display:flex;justify-content:space-between;align-items:center;padding:8px 16px;border-radius:70px;background-color:var(--gray-black-800)}.header-responsive-search-bar input{width:100%;background-color:inherit;border:none;color:inherit}.header-responsive-search-bar input::placeholder{color:inherit;opacity:1}.header-responsive-search-bar input:focus{outline:none}.header-responsive-search-bar-light{background-color:var(--gray-black-100)}.header-responsive-search-bar-light svg path{stroke:var(--gray-black-950)}.header-responsive-search-popup-unavailable{background:var(--gray-black-800);color:var(--white-0);padding:4px 8px;border-radius:10px;font-size:12px;font-weight:600}.header-responsive-search-popup-unavailable-light{background:var(--gray-black-100);color:var(--red-700)}.header-responsive-support{padding:24px 0;display:flex;align-items:center;justify-content:space-between;text-align:left;margin-bottom:50px}.header-responsive-support-icons{display:flex;gap:5px}.header-responsive-support-icons a{display:block;width:24px}.header-responsive-support-qr{display:flex;align-items:center;justify-content:center;padding:12px}.header-responsive-follow p{margin-bottom:16px}.header-responsive-follow-icons{display:flex;align-items:center;justify-content:space-evenly}.header-responsive-follow-icons a{display:block;padding:12px 0}@keyframes growToRight{0%{transform:translate(-500px)}to{transform:translate(0)}}.loader-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.loader{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-between;align-items:center;width:88px;height:80px}@media screen and (min-width: 1440px){.loader{width:216px;height:100px}}.loader-line{width:8px;height:44px;border-radius:10px;background:#000;transition:height .5s,background-color .5s}@media screen and (min-width: 1440px){.loader-line{width:16px;height:54px}}.loader-line_black{width:8px;height:44px;border-radius:10px;background:#fff;transition:height .5s,background-color .5s}@media screen and (min-width: 1440px){.loader-line_black{width:16px;height:54px}}.loader-line_active{width:8px;height:80px;background-color:#c60f18;border-radius:10px;transition:height .5s,background-color .5s}@media screen and (min-width: 1440px){.loader-line_active{width:16px;height:100px}}.mobile-icon{display:block}@media screen and (min-width: 1440px){.mobile-icon{display:none}}@media screen and (max-width: 1439px){.mobile-desktop{display:none}}@media screen and (min-width: 1440px){.mobile-desktop{display:block}}.technikal{display:grid;grid-column:1/1;background-image:url(/assets/frame-about-5a3c66cf.png);background-repeat:no-repeat;background-size:contain;justify-content:center;text-align:center}@media screen and (min-width: 475px){.technikal{background-size:contain}}@media screen and (min-width: 892px){.technikal{background-size:cover}}@media screen and (min-width: 1440px){.technikal{text-align:center;grid-column:1/13;background-size:contain}}.tech-margin{margin-bottom:17px}@media screen and (min-width: 1440px){.tech-margin{margin-bottom:48px}}.technikal__container{padding-top:56px}@media screen and (min-width: 1440px){.technikal__container{padding-top:110px;grid-column:1/13;justify-content:center;text-align:center;background-position:0 26px}}.tech-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row}.technical__border{margin-bottom:16px}@media screen and (min-width: 1440px){.technical__border{margin-top:60px}}@media screen and (min-width: 1440px){.technikal__element{padding-top:105px;grid-column:1/13;justify-content:center}}.loader{margin:32px auto}@media screen and (min-width: 1440px){.loader{margin-top:0;margin-bottom:48px}}.technikal__block{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center;grid-column:1}@media screen and (min-width: 1440px){.technikal__block{grid-column:1/13;align-items:center;justify-content:center;padding:48px 60px;flex-direction:column}}.tech-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column-reverse;justify-content:center;align-items:center}@media screen and (min-width: 1440px){.tech-wrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}}.right{display:none}@media screen and (min-width: 1440px){.right{display:block}}.left{display:none}@media screen and (min-width: 1440px){.left{display:block}}.center{width:292px}@media screen and (min-width: 1440px){.center{width:574px}}.technikal-button{margin:0 auto}@media screen and (min-width: 1440px){.technikal-button{grid-column:5/9;margin-bottom:50px}}.center-tech{width:310px}@media screen and (min-width: 1440px){.center-tech{width:580px}}.svg-tech-mob{display:block}@media screen and (min-width: 1440px){.svg-tech-mob{display:none}}.svg-tech-desk{display:none}@media screen and (min-width: 1440px){.svg-tech-desk{display:block}}.tech-div{margin-top:50px;margin-bottom:50px;padding:0}@media screen and (min-width: 1440px){.tech-div{margin-top:150px;margin-bottom:150px}}.bg-dark{background:var(--gray-black-950);color:var(--gray0)}.body{position:relative;transition:.2s ease}.bg-img-left,.bg-img-right{background-repeat:repeat-y;min-width:20px;width:100%;max-width:320px;height:100%;position:absolute;top:0;content:""}.bg-image-dark{background-image:url(/assets/mobile-dark-ornaments-3235db5b.png)}@media screen and (min-width: 1024px){.bg-image-dark{background-image:url(/assets/tab-dark-ornaments-04c01194.png)}}@media screen and (min-width: 1440px){.bg-image-dark{background-image:url(/assets/ornamentsDark-d2fd49dd.png)}}.bg-image-light{background-image:url(/assets/mobile-white-ornaments-5c9e3502.png)}@media screen and (min-width: 1024px){.bg-image-light{background-image:url(/assets/tab-white-ornaments-07276688.png)}}@media screen and (min-width: 1440px){.bg-image-light{background-image:url(/assets/ornamentsLight-332814d1.png)}}.bg-img-left{left:0;transform:scaleX(1)}.bg-img-right{right:0;transform:scaleX(-1)}.bg-light{background:var(--bg-light);color:var(--gray-black-950)}.content{max-width:1160px;min-width:328px;padding:8px 16px;z-index:12;position:relative;margin:0 auto}@media screen and (min-width: 360px){.content{width:328px}}@media screen and (min-width: 375px){.content{width:85vw}}@media screen and (min-width: 1440px){.content{padding:26px 48px}}.button{width:192px;height:44px;padding:16px 0;gap:10px;cursor:pointer;flex-shrink:0;justify-content:center;align-items:center;border-radius:46px;border:2px solid var(--red-700);color:var(--red-700);font-family:Montserrat Alternates,sans-serif;font-size:16px;font-style:normal;font-weight:600;display:flex}@media screen and (min-width: 1440px){.button{width:250px;height:56px}}@media screen and (min-width: 1440px){.button:hover{background:var(--red-700);color:var(--gray-black-950)}}.button-pwa{background-color:var(--red-700);color:var(--gray-black-950)}.button:active{border:2px solid var(--red-900);background:var(--red-900);color:var(--gray0)}.margin-bottom{margin-bottom:32px!important}@media screen and (min-width: 1440px){.margin-bottom{margin-bottom:80px!important}}.ourPartners{text-align:left;margin-bottom:48px}.partners,.slider{grid-column:1/13}.baza-dark{background-image:url(/assets/Card_partners_black_baza-d9b68bc7.png);background-repeat:no-repeat;content:""}.etno-dark{background-image:url(/assets/Card_partners_black_etno-01a9dd8e.png)}.red-dark{background-image:url(/assets/Card_partners_red-669a0da6.png)}.baza-light{background-image:url(/assets/Card_partners_white_baza-012c680e.png)}.etno-light{background-image:url(/assets/Card_partners_white-etno-9348bcce.png)}.ornament-triple{display:none}@media screen and (min-width: 1440px){.ornament-triple{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}}.ornament-double{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center}@media screen and (min-width: 1440px){.ornament-double{display:none}}.partners-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:space-around;gap:24px;cursor:pointer}.partners-icons{width:226px;height:109px}@media screen and (min-width:1024px){.partners-icons:hover{transform:scale(1.2)}}.partners-icons-pwa{height:max-content;width:80px}.partners-container-pwa{flex-wrap:wrap;margin-top:12px;gap:18px;justify-content:center}.menu{display:flex;flex-direction:column;gap:24px;padding:24px;width:100%}.menu-light{color:var(--gray-black-950)}.logo{display:flex;align-items:center;gap:4px;margin-bottom:24px}.theme{display:flex;flex-direction:row;align-items:center;margin-bottom:16px}.options{display:flex;margin-bottom:0}.option-row{display:flex;align-items:flex-start;justify-content:space-between;width:100%;position:relative}.language-icon{display:flex;align-items:center;gap:8px;cursor:pointer;padding:8px 12px;border-radius:8px;position:relative}.language-icon-menuOpened{background-color:#ffffff1a}.language-menu{display:flex;flex-direction:column;gap:8px;padding:8px;border-radius:8px;background-color:var(--bg-dark);color:var(--white-0);position:absolute;top:30px;right:0;z-index:10;min-width:100px;box-shadow:0 4px 8px #0003}.language-menu button{background:none;border:none;color:inherit;cursor:pointer;padding:8px;text-align:left;border-radius:4px}.language-menu button:hover{background-color:#ffffff1a}.language-wrapper{justify-self:end;padding:4px 8px;position:relative;cursor:pointer}.language-button{display:flex;align-items:center}@keyframes growDown{0%{transform:scaleY(0)}to{transform:scaleY(1)}}.language-menu{animation:growDown .3s ease-in-out forwards;transform-origin:top center}.language-menu button{display:block;padding:10px 25px;font-family:inherit;color:inherit;background-color:transparent;border:none;transition:none}.language-menu button:hover{border-bottom:2px solid var(--red-700);margin-bottom:-2px;border-radius:8px}.language-menu-dark{background-color:var(--bg-light);color:#141518}.language-button-light svg path{stroke:var(--gray-black-950)}.support{display:flex;flex-direction:column;align-items:center;gap:16px;margin-bottom:24px}.bank-icons{display:flex;flex-direction:row;gap:16px}.follow{display:flex;flex-direction:column;align-items:center;gap:16px}.follow p{margin:0}.social-icons{display:flex;flex-direction:row;align-items:center;gap:16px}.sidebar-socials-icon-normal{transition:transform .2s ease}.sidebar-socials-icon-normal:hover{transform:scale(1.1)}@media (max-width: 768px){.menu{padding:16px}.support-icons,.follow-icons{justify-content:space-between;width:100%;max-width:300px}}.bottom-sheet-overlay{position:fixed;top:0;left:0;right:0;bottom:0;background-color:#00000080;z-index:1000;display:flex;justify-content:center;align-items:flex-end;animation:fadeIn .3s ease-in-out}.bottom-sheet{background-color:var(--bg-dark);border-radius:24px 24px 0 0;width:100%;max-height:70vh;padding:16px;z-index:1001;animation:slideUp .3s ease-in-out;box-shadow:0 -4px 10px #0000001a;overflow:hidden;display:flex;flex-direction:column}.bottom-sheet-isLightTheme{background-color:var(--bg-light)}.bottom-sheet-header{display:flex;justify-content:space-between;align-items:center;padding-bottom:16px;border-bottom:1px solid var(--gray-black-200)}.close-button{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:var(--gray-black-600)}.bottom-sheet-content{overflow-y:auto;flex:1;padding:16px 0}@keyframes slideUp{0%{transform:translateY(100%)}to{transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.bottom-bar{position:fixed;bottom:12px;left:0;right:0;width:calc(100% - 64px);max-width:calc(100% - 64px);margin:0 auto;display:flex;padding:0;height:60px;align-items:center;gap:25px;justify-content:space-evenly;cursor:pointer;flex-shrink:0;border-radius:46px;background:var(--gray0);border:1px solid var(--red-700);z-index:100}.chat_wrapper{display:grid;grid-column:1/2;grid-template-rows:auto auto auto;margin-bottom:80px;gap:0}@media screen and (min-width: 1440px){.chat_wrapper{grid-column:1/13;grid-template-rows:auto auto;margin-bottom:120px;grid-column-gap:32px}}.chat_info{display:grid;grid-column:1/2;grid-row:1/2;text-align:left}@media screen and (min-width: 1440px){.chat_info{grid-column:1/8;grid-row:1/2}}.chat_button{display:grid;justify-content:center;grid-row:3/4;grid-column:1/2}@media screen and (min-width: 1440px){.chat_button{display:grid;grid-column:1/8;grid-row:2/3;justify-content:start}}.chat_rule_list{margin:15px 0;list-style-type:none;list-style-position:inside}@media screen and (min-width: 1440px){.chat_rule_list{margin:36px 0 28px}}.chat_text{margin:9px 0;display:block}.chat_picture{grid-column:1/2;display:grid;grid-row:2/3;justify-self:end;align-self:center;width:192px;height:178px;margin-bottom:24px}@media screen and (min-width: 1440px){.chat_picture{grid-column:9/13;grid-row:1/3;width:323px;height:300px;margin:0 10px 0 0}}.chat_image_dark_ua{display:none;cursor:default;background-image:url(../../img/motanka/motanka-black.png);width:inherit;height:inherit;object-fit:contain;background-size:contain}@media screen and (min-width: 1024px){.chat_image_dark_ua:hover{background:url(../../img/motanka/motanka-black-hover.png);background-size:contain}}@media screen and (min-width: 1024px){.chat_image_dark_ua:active{background:url(../../img/motanka/motanka-black-active.png);background-size:contain}}.chat_image_white_ua{background:url(../../img/motanka/motanka-white.png);background-size:contain}@media screen and (min-width: 1024px){.chat_image_white_ua:hover{background:url(../../img/motanka/motanka-white-hover.png);background-size:contain}}@media screen and (min-width: 1024px){.chat_image_white_ua:active{background:url(../../img/motanka/motanka-white-active.png);background-size:contain}}.chat_image_dark_en{display:none;cursor:default;background-image:url(../../img/motanka/motanka-black-en.png);width:inherit;height:inherit;object-fit:contain;background-size:contain}@media screen and (min-width: 1024px){.chat_image_dark_en:hover{background:url(../../img/motanka/motanka-black-hover-en.png);background-size:contain}}@media screen and (min-width: 1024px){.chat_image_dark_en:active{background:url(../../img/motanka/motanka-black-active-en.png);background-size:contain}}.chat_image_white_en{background:url(../../img/motanka/motanka-white-en.png);background-size:contain}@media screen and (min-width: 1024px){.chat_image_white_en:hover{background:url(../../img/motanka/motanka-white-hover-en.png);background-size:contain}}@media screen and (min-width: 1024px){.chat_image_white_en:active{background:url(../../img/motanka/motanka-white-active-en.png);background-size:contain}}.ua,.en{display:block}.shared-button{background-color:inherit;border:2px solid var(--white-0);border-radius:46px;color:var(--white-0);display:flex;width:192px;height:44px;padding:16px 0;justify-content:center;align-items:center;gap:8px;position:relative}@media screen and (min-width: 1440px){.shared-button{width:250px;height:56px;gap:10px}}.shared-button:hover{background:var(--bg-light);color:var(--red-700)}.shared-button:active{color:#171717;background-color:var(--white-0)}.shared-button:hover .share-icon path{stroke:var(--red-700);fill:transparent}.shared-button:active .share-icon path{stroke:#171717;fill:var(--white-0)}.shared-button-light{background-color:inherit;border-radius:46px;border:2px solid var(--gray-black-950);color:var(--gray-black-950);display:flex;width:192px;height:44px;padding:16px 0;justify-content:center;align-items:center;gap:8px}@media screen and (min-width: 1440px){.shared-button-light{width:250px;height:56px;gap:10px}}.shared-button-light:hover{background-color:var(--gray-black-950);color:var(--red-700)}.shared-button-light:active{color:var(--white-0);background:var(--gray-black-950)}.shared-button-light:hover .share-icon path{stroke:var(--red-700);fill:transparent}.shared-button-light:active .share-icon path{stroke:var(--white-0);fill:#171717}.shared-button-light .share-icon path{stroke:#171717}.notification{grid-column:4/6;position:absolute;display:grid;padding:4px 8px;border-radius:10px;animation:slide-top .3s cubic-bezier(.25,.46,.45,.94) both}@media screen and (min-width: 360px) and (max-width: 479px){.notification{margin-top:-66px;margin-left:228px}}@media screen and (min-width: 480px) and (max-width: 767px){.notification{margin-top:-58px;margin-left:246px}}@media screen and (min-width: 768px) and (max-width: 1439px){.notification{margin-top:-59px;margin-left:477px}}@media screen and (min-width: 1440px){.notification{margin-top:-68px;margin-left:728px}}@media screen and (min-width: 1440px){.notification{grid-column:10/8}}.notification-dark{background-color:var(--gray-black-800)}.notification-white{color:var(--red-700);background-color:var(--gray-black-100)}.heroWrapper{grid-column:1/-1;justify-content:center;background-image:url(/assets/frame-about-5a3c66cf.png);background-repeat:no-repeat;background-size:cover;width:calc(100% - 24px);margin:12px auto 0;max-width:100vw;background-position:top center;overflow-x:hidden}@media screen and (min-width: 768px){.heroWrapper{background-repeat:repeat;background-size:cover;width:100%;max-width:100vw;background-position:top center}}.kolyskovaWrap{grid-column:1/13;margin-bottom:24px}@media screen and (min-width: 768px) and (max-width: 1439px){.kolyskovaWrap{margin-bottom:32px}}@media screen and (min-width: 1440px){.kolyskovaWrap{margin-bottom:48px}}.hero-margin{margin-bottom:32px;margin-top:25px}@media screen and (min-width: 1440px){.hero-margin{margin-bottom:0;margin-top:85px}}@media (max-width: 1439px){.element-left,.element-right{display:none}}@media (min-width: 1440px){.element-left,.element-right{display:block}}.text-tablet-hero{text-align:center}.ornamentWrap{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;text-align:center;gap:32px;margin-bottom:24px}@media screen and (min-width: 768px) and (max-width: 1439px){.ornamentWrap{margin-bottom:32px;padding:0 60px}}@media screen and (min-width: 1440px){.ornamentWrap{margin-bottom:70px;margin-top:48px;padding:0 60px}}.hero-btn{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;font-size:16px;font-style:normal;font-weight:600;line-height:24px}@media screen and (min-width: 768px){.hero-btn{display:flex;flex-direction:inherit;justify-content:center;align-items:center}}.listen-button{border:2px solid var(--red-700);color:var(--red-700)}.shareIcon{margin-left:8px}@media screen and (min-width: 768px){.ornamets-hero{display:none}}@media screen and (min-width: 768px){.hero-pwa{margin:0;padding:0;max-height:200px}}@media screen and (min-width: 768px){.kolyskovaWrap-pwa{margin:0;padding:0;max-height:200px}}.donation-block{align-items:center;display:flex;gap:15px}.donation_link-home{width:48px;height:49px}.donation_link-about{height:56px}.achievements-support-div{grid-column:1/2}@media screen and (min-width: 1440px){.achievements-support-div{grid-column:1/13}}.achievements-support-container{display:grid;grid-template-columns:auto;grid-template-rows:auto auto;grid-column:1/2;justify-content:start;align-items:center;margin-bottom:32px;padding:0 16px}@media screen and (min-width: 1440px){.achievements-support-container{grid-column:1/13;margin-bottom:80px;grid-template-columns:auto auto;grid-template-rows:auto}}.donations{margin-top:16px;text-align:start;display:flex;gap:27px}@media screen and (min-width: 1440px){.donations{margin-left:16px}}.donations-ornament{grid-column:1/2;margin-bottom:32px}@media screen and (min-width: 1440px){.donations-ornament{grid-column:1/13;margin-bottom:80px}}.share-lullabies{margin:100px auto;display:flex;flex-direction:column;align-items:center;text-align:center;justify-content:center;gap:50px}.tabs{grid-column:1/3;text-align:left}@media screen and (min-width: 1440px){.tabs{grid-column:1/13;text-align:center}}.map-tabs{display:grid;gap:10px}@media screen and (min-width: 1440px){.map-tabs{display:grid;gap:24px;padding:0}}.tabs1{grid-column:1}@media screen and (min-width: 1440px){.tabs1{grid-column:1/5}}.tabs2{grid-column:2}@media screen and (min-width: 1440px){.tabs2{grid-column:5/9}}.tabs3{grid-column:3}@media screen and (min-width: 1440px){.tabs3{grid-column:9/13}}.map-tabs__button{padding:16px 0;text-decoration:none;gap:10}.map-tabs__button.active{gap:10;padding:16px 0;border:none;border-bottom:2px solid var(--red-700, #C60F18);background-color:transparent;outline:none}@media screen and (min-width: 1440px){.map-tabs__button.active{padding:24px 8px}}@media screen and (min-width: 1440px){.map-tabs__button{padding:24px 8px}}.map-tabs__text{margin-bottom:24px}@media screen and (min-width: 1440px){.map-tabs__text{padding:0;margin-bottom:16px;text-align:start}}.info-tech-div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.active-btn{gap:10;padding:16px 0;border:none;border-bottom:2px solid var(--red-700, #C60F18);background-color:transparent}@media screen and (min-width: 1440px){.active-btn{padding:24px 8px}}.ourAchivements{grid-column:1/2;grid-row-gap:0}@media screen and (min-width: 1440px){.ourAchivements{grid-column:1/13;text-align:start}}.achievements-title{display:grid;grid-column:1/2;justify-content:start;margin-bottom:24px}@media screen and (min-width: 1440px){.achievements-title{grid-column:1/13;margin-bottom:48px}}.achivement-text{text-transform:capitalize}.achivements{display:grid;grid-column:1/2;justify-content:space-around;align-items:center;border:2px solid var(--red-700);border-radius:56px;grid-template-columns:repeat(3,auto);padding:32px 21.5px;margin-bottom:32px}@media screen and (min-width: 1440px){.achivements{grid-column:1/13;padding:48px;margin-bottom:80px}}.achivement{display:grid;justify-content:start}.popular-songs-section{grid-column:1/13}.images-div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row}.carousel-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:space-around;align-items:end}.small-image-container{position:relative;width:140px;height:174px;overflow:hidden;border-radius:10px;background:linear-gradient(0deg,rgba(0,0,0,.2) 0%,rgba(0,0,0,.2) 100%),lightgray 50% / cover no-repeat;transition:transform .5s ease-in-out}@media screen and (min-width: 1024px){.small-image-container{width:200px;height:226px}}.large-image-container{position:relative;width:192px;height:255px;overflow:hidden;border-radius:10px;margin-bottom:24px}@media screen and (min-width: 1024px){.large-image-container{width:264px;height:304px;margin-bottom:0}}.img-popular{width:100%;height:100%;background-size:cover;background-position:center center;transition:transform .5s ease-in-out}.popular-img-button{border:none;background-color:transparent;overflow:hidden}.carousel-container{margin-bottom:32px}@media screen and (min-width: 1440px){.carousel-container{margin-bottom:80px}}@media screen and (min-width: 1024px){.carousel-container div:not(:last-child){margin-right:48px}}@media screen and (min-width: 1440px){.carousel-container div:not(:last-child){margin-right:68px}}.mobile{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center}@media screen and (min-width: 1024px){.mobile{display:none}}.desktop{display:none}@media screen and (min-width: 1024px){.desktop{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;justify-content:center;align-items:end}}.mobile-div{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:row;justify-content:center;align-items:center}.margin-right-popular{margin-right:16px}@media screen and (min-width: 1024px){.margin-right-popular{margin-right:0}}@media screen and (min-width: 1440px){.margin-right-popular{margin-right:0}}.title-popular{background-color:transparent;margin-bottom:8px;font-family:Montserrat Alternates;font-size:12px;font-style:normal;font-weight:600;line-height:16px;text-align:start;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}@media screen and (min-width: 1440px){.title-popular{font-size:16px;line-height:24px;margin-bottom:24px}}.title-h{text-align:left;margin-bottom:24px}@media screen and (min-width: 1440px){.title-h{margin-bottom:48px}}.title-container{width:100%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.large-div{width:192px}@media screen and (min-width: 1024px){.large-div{width:264px}}.small-div{width:140px}@media screen and (min-width: 1024px){.small-div{width:200px}}.popular-light{color:var(--gray-black-950, #000)}.popular-dark{color:var(--gray-0, #fafafa)}.play-icon{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:48px;height:48px;z-index:1;cursor:pointer}@media screen and (min-width: 1440px){.play-icon{width:62px;height:62px}}.hidden{display:none}.selections{grid-column:1 / 13}.selections-title{text-align:left;margin-bottom:24px}@media screen and (min-width: 1440px){.selections-title{margin-bottom:48px}}.selections-wrapper{display:flex;flex-direction:column;gap:24px}@media screen and (min-width: 1440px){.selections-wrapper{display:grid;height:500px}}.selections-container{text-align:center}@media (min-width: 1440px){.selections-container{display:grid;grid-template-columns:repeat(12,1fr);column-gap:24px}}.selections-image{width:100%;max-width:429px;align-self:center}@media screen and (min-width: 1440px){.selections-image{position:relative;grid-column:1 / 6;height:100%;padding:0 0 85%}}.selections-image img{border-radius:12px}@media screen and (min-width: 1440px){.selections-image img{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover}}.selections-info{grid-column:6 / 13;display:flex;flex-direction:column;justify-content:space-between;gap:24px}@media screen and (min-width: 1440px){.selections-info{gap:0}}.selections-info-about{text-align:left}.selections-info-about h4{margin-bottom:16px}@media screen and (min-width: 1440px){.selections-info-text{width:588px}}.selections-playlist-list{padding-top:15px;max-height:250px;overflow-y:scroll}.selections-playlist-list-item{display:grid;grid-template-columns:25px 1fr 25px;grid-template-rows:1fr;align-items:center;justify-content:start;gap:8px;padding:0 12px;border-radius:45px;width:98%;position:relative;cursor:pointer}@media screen and (min-width: 1440px){.selections-playlist-list-item{grid-template-columns:50px 330px 150px;padding:8px 50px 8px 26px;gap:8px}}.selections-playlist-list-item-light{color:var(--gray-black-400)}.selections-playlist-list-item-active{background:var(--gray-black-850)}.selections-playlist-list-item-active-light{background:var(--gray-black-200)}.selection-playlist-button{display:flex;justify-content:center;align-items:center;font-family:inherit;color:inherit;background-color:transparent;border:none;border-radius:100%}.selections-playlist-item-number{grid-column:1 / 2;align-self:center;justify-self:center;font-size:12px;font-weight:700;line-height:16px;cursor:default}@media screen and (min-width: 1440px){.selections-playlist-item-number{padding-right:25px}}.selections-playlist-item-name{font-size:10px;font-style:normal;font-weight:700;line-height:14px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}@media screen and (min-width: 500px){.selections-playlist-item-name{font-size:12px;font-style:normal;font-weight:600;line-height:16px;width:auto}}.selection-playlist-playBtn-name-group{grid-column:2 / 3;display:flex;justify-content:start;align-items:center}.selections-playlist-playBtn-wrapper{padding:7px;margin-right:8px}@media screen and (min-width: 1440px){.selections-playlist-playBtn-wrapper{padding:0;margin-right:0}}.selections-playlist-item-play-pause-button{padding:5px}@media screen and (min-width: 1440px){.selections-playlist-item-play-pause-button{margin-right:32px;padding:1px}}.selections-playlist-item-play-pause-button-light{background:var(--gray-black-25)}.selections-playlist-item-play-pause-button-light path{fill:var(--gray-black-400)}.selections-playlist-pause-button-light path{fill:var(--red-700)}.selections-playlist-item-group{grid-column:3 / 4;display:flex;justify-content:right;align-items:center}@media screen and (min-width: 1440px){.selections-playlist-item-group{gap:40px}}.selections-playlist-item-repeat-button{position:relative;padding:16px}@media screen and (min-width: 1440px){.selections-playlist-item-repeat-button{padding:1px 6px}}.selections-playlist-item-duration{cursor:default;margin:0 0 0 auto}@media screen and (min-width: 1440px){.selections-playlist-item-repeat-button:hover{color:var(--red-700)}.selections-playlist-list-item:hover{background-color:var(--gray-black-600)}.selections-playlist-list-item-light:hover{background-color:var(--gray-black-200)}}.selections-playlist-error{padding:50px 0;color:var(--red-700)}.selections-ornament-desktop{display:none}@media screen and (min-width: 1440px){.selections-ornament-desktop{display:block;margin:0 auto}}.selections-ornament-mobile{display:block;margin:0 auto}@media screen and (min-width: 1440px){.selections-ornament-mobile{display:none}}.selections-endSectionOrnament svg{width:400px;height:400px}.selections-playlist-list::-webkit-scrollbar{width:5px;height:5px}.selections-playlist-list::-moz-scrollbar{width:5px;height:5px}.selections-playlist-list::-ms-scrollbar{width:5px;height:5px}.selections-playlist-list::-o-scrollbar{width:5px;height:5px}.selections-playlist-list::scrollbar{width:5px;height:5px}.selections-playlist-list::-webkit-scrollbar-track{background:var(--gray-black-800);border-radius:10px}.selections-playlist-list::-moz-scrollbar-track{background:var(--gray-black-800);border-radius:10px}.selections-playlist-list::-ms-scrollbar-track{background:var(--gray-black-800);border-radius:10px}.selections-playlist-list::-o-scrollbar-track{background:var(--gray-black-800);border-radius:10px}.selections-playlist-list::scrollbar-track{background:var(--gray-black-800);border-radius:10px}.selections-playlist-list::-webkit-scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.selections-playlist-list::-moz-scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.selections-playlist-list::-ms-scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.selections-playlist-list::-o-scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.selections-playlist-list::scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.selections-player-navigation-wrapper{display:grid;grid-template:1fr 1fr / 1fr 1fr;column-gap:12px;padding:8px 0;border-radius:36px;background:var(--gray-black-900, linear-gradient(171deg, rgba(255, 255, 255, .1) .88%, rgba(255, 255, 255, 0) 99.96%))}@media screen and (min-width: 1440px){.selections-player-navigation-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:4px}}.selections-player-navigation-wrapper-light{background:var(--gray-black-25);color:var(--gray-black-400)}.selections-player-primary-buttons-group{grid-row:1 / 2;grid-column:1 / 3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:16px}.selections-player-previous-button,.selections-player-play-pause-button,.selections-player-next-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;padding:9px;border:none;border-radius:36px;background:var(--gray-black-900, linear-gradient(171deg, rgba(255, 255, 255, .1) .88%, rgba(255, 255, 255, 0) 99.96%))}.selections-player-previous-button svg,.selections-player-play-pause-button svg,.selections-player-next-button svg{width:30px;height:30px;fill:#fff}.selections-player-play-pause-button svg{width:40px;height:40px;border-radius:72px}.selections-player-previous-button:active svg,.selections-player-play-pause-button:active svg,.selections-player-next-button:active svg{fill:var(--red-700)}.selections-player-previous-button-light,.selections-player-play-pause-button-light,.selections-player-next-button-light{background:var(--gray-black-25)}.selections-player-previous-button-light svg,.selections-player-play-pause-button-light svg,.selections-player-next-button-light svg{fill:var(--gray-black-400)}.selections-player-secondary-buttons-left,.selections-player-secondary-buttons-right{grid-row:2 / 3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;gap:12px}@media screen and (min-width: 1440px){.selections-player-secondary-buttons-left,.selections-player-secondary-buttons-right{gap:54px}}.selections-player-secondary-buttons-left{grid-column:1 / 2;justify-self:end}@media screen and (min-width: 1440px){.selections-player-secondary-buttons-left{margin:0 16px 0 auto}}.selections-player-secondary-buttons-right{grid-column:2 / 3;justify-self:start}@media screen and (min-width: 1440px){.selections-player-secondary-buttons-right{margin:0 auto 0 16px}}.selections-player-share-button,.selections-player-shuffle-button,.selections-player-refresh-button,.selections-player-volume-button{grid-row:2 / 4;display:block;background:transparent;border:none;color:inherit;position:relative;padding:11px 13px}@media screen and (min-width: 1440px){.selections-player-share-button,.selections-player-shuffle-button,.selections-player-refresh-button,.selections-player-volume-button{padding:1px 6px}}.selections-player-share-button svg,.selections-player-shuffle-button svg,.selections-player-refresh-button svg,.selections-player-volume-button svg{width:22px;height:22px}@media screen and (min-width: 1440px){.selections-player-share-button:hover,.selections-player-shuffle-button:hover,.selections-player-refresh-button:hover{color:var(--red-700)}}.selections-player-button-active{color:var(--red-700)}@media screen and (min-width: 1440px){.selections-player-share-button:hover:after,.selections-player-shuffle-button:hover:after,.selections-player-refresh-button:hover:after{display:block}}.selections-player-share-button:after,.selections-player-shuffle-button:after,.selections-player-refresh-button:after{display:none;background:var(--gray-black-800);color:var(--white-0);padding:4px 8px;border-radius:10px;position:absolute;bottom:110%;right:0;z-index:10}.selections-player-share-button:after{content:"Поділитись"}.selections-player-share-button-en:after{content:"Share"}.selections-player-share-clicked:after{content:"Посилання скопійовано";text-wrap:nowrap;right:-300%}.selections-player-share-clicked-en:after{content:"The link has been copied";text-wrap:nowrap;right:-300%}.selections-player-shuffle-button:after{content:"Перемішати"}.selections-player-shuffle-button-en:after{content:"Shuffle"}.selections-player-refresh-button:after{content:"Слухати по колу";text-wrap:nowrap}.selections-player-refresh-button-en:after{content:"Loop playlist";text-wrap:nowrap}.selections-player-share-button-light:after,.selections-player-shuffle-button-light:after,.selections-player-refresh-button-light:after{background:var(--gray-black-100);color:var(--red-700)}.selections-player-share-popup{background:var(--gray-black-800);color:var(--white-0);padding:4px 8px;border-radius:10px}@media screen and (min-width: 1440px){.selections-player-share-popup{display:none}}.selections-player-share-popup-light{background:var(--gray-black-100);color:var(--red-700)}.selections-player-volume-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;gap:10px}#selectionsVolumeInputId{display:none}@media screen and (min-width: 1440px){#selectionsVolumeInputId{display:block;background:transparent;cursor:pointer;width:50px;height:3px;margin-top:-3px;border-radius:20px;background:var(--bg-light);accent-color:var(--gray-black-800)}}.install-pwa-button{background-color:#f2e8cf;color:#333;padding:10px 16px;border-radius:8px;border:1px solid #ccc;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease;font-family:Montserrat Alternates,sans-serif}.install-pwa-button:hover{background-color:#e4d7b9}.install-pwa-button:active{transform:scale(.98)}@media (max-width: 768px){.install-pwa-button{padding:8px 12px;font-size:14px}}.map-catalogue{display:grid;text-align:center;padding-top:32px;padding-bottom:32px}@media screen and (min-width: 1440px){.map-catalogue{margin-top:48px;padding-bottom:48px}}.map{position:relative;text-align:center}@media screen and (min-width: 1440px){.map{padding:0 37px}}.svg-map{position:absolute;top:0;left:0;height:100%;width:100%}.path-map{fill:transparent;cursor:pointer;transition:.3s}.path-map:hover{fill:none}.hover-pattern-map{opacity:0;transition:opacity .7s ease-in-out}.img-map{width:100%;height:100%}.map-opacity_hide{opacity:0}.map-opacity_visible{opacity:1}.map-playlist-png{min-height:209px;-webkit-height:auto;height:auto;-webkit-min-width:300px;min-width:300px;-webkit-width:90%;width:90%;-webkit-margin:0 auto;margin:0 auto}@media screen and (min-width: 768px){.map-playlist-png{-webkit-width:688px;width:688px;-webkit-height:461px;height:461px}}@media screen and (min-width: 1440px){.map-playlist-png{-webkit-width:611px;width:611px;-webkit-height:404px;height:404px}}.playlist-map{position:relative;text-align:center}@media screen and (min-width: 1440px){.playlist-wrap{min-width:429px;-webkit-min-width:429px;-moz-min-width:429px}}.map-playlist_card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;-webkit-border-radius:36px;border-radius:36px;min-width:280px;width:100%;height:48px;padding:0 16px}@media screen and (min-width: 1440px){.map-playlist_card{width:413px;height:40px;margin-bottom:24px}}.map-playlist-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-direction:column;flex-direction:column;text-align:left;margin:15px auto 0;gap:24px}@media screen and (min-width: 1440px){.isHome{-webkit-flex-direction:row;flex-direction:row;margin-top:62px}}.map-playlist{overflow-y:auto;overflow-x:hidden;height:380px}@media screen and (min-width: 768px){.map-playlist{height:336px}}@media screen and (min-width: 1440px){.map-playlist{-ms-grid-column:8;grid-column:8/13;height:460px}}.alert{margin-left:50px;width:80%}@media screen and (min-width: 1440px){.alert{width:565px}}.alert:before{content:"";background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAYAAADgdz34AAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJGSURBVHgBtVVdbtNAEJ6xaW0qVPYFyY/OCUhekMyPFJ8AblA4Ab0B6Q3gBu0JKCdIqlL6SHuC+tESLwYJKQbZw8zu2tihNnHTflKyyf7MN7PzzSzAHQP7FudKqe3S20OEKW8d81RolxLij1PC4dKFkzhLk0EEYtgv/bcl0j4CKviflwSz6Ed6sBbBXAWhRzCvvGVPF4Rw5PIYWU8/q0ccjTt2iF6yiVdVVDlCvBoN9hhPCoQ3L7J0AT045zPUOLNK0iL48jC4Mhvp4j7m8STLMlgDOlfkzdHkiUmWk9iedWpPdoN3lRdDjAvE2C8+I2fFxnbp77cisFdzpScQRlGHKmyE8PR7Orpu/VQFU1dfF2U55iMh1hFsgciQp4k+RT2SsxGGXYuSLxEFu6m80nstc5qAZban/xB+hA0hitOjddoQWK9ct7iEDeHqCOSq8XFNAJbgSfbtAjZE44pD+boHw5DAQDjNg+d+EPZtFvV0KaiCqfK/Ni0B6asptkxiNoOrCahJUBKcyIiOUVMXpA6qWuiC6U88cqetCX47+SFxcbCaplIscENIwdbNz7VOV4tnu8GMq1jaRauXrG9cKY/8r/wz5Fo4eJalsxZBc4PkhEs9jgc0O4+bnX2UkqYQ6mYnxjgC27BwLGQm5H6cPgimxjFj3Nqo8c+Ds9LfGXSMJR4XZXH5/KcpRJGzKE5EgVArTxuP+h6cJs4U54R0Tnoh4uC+8GEHlu+va/G9j75EU7CH0gyx3UkTyRNHuthx8qPJQEHcKv4AU7MDZokK9oMAAAAASUVORK5CYII=);display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;width:24px;height:24px;top:30px;right:50px}.player-photo{background-image:url(/assets/Baby_photo-1e06d5d7.webp);background-repeat:no-repeat;background-size:cover;width:309px;height:248px;display:block;border-radius:8px}.progress-line{height:6px;background-color:-webkit-var(--red-700);background-color:var(--red-700);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC+SURBVHgBnVGxCsIwED3F2RZBcPQTdK+g2EHo5iT+jP6JToIfII51cnEJ0T2goyAqdhCE8672NOkkfXC5e+FdkpcDyICIPsWEwuAHnGcUTbDBG5YoD+M0iDDRezxEQ9x6DVRBiA/iGWLWlajoUo6fxxPoTgiv2/17SMWrQlvv0kzolWlhMVxWa0fIYH5eLIW2WHyF/+CzWHFVH4/kOucZtWggdCMGYzGogn5qkI0mP4Om2NdZDfPcUKY8LNG8ARQGzMdnacXiAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;background-position:right;-webkit-border-radius:12px;border-radius:12px}.errorPage__title{grid-column:1 / 1;text-align:center;margin:32px 0}@media screen and (min-width: 768px){.errorPage__title{grid-column:1 / 13;margin:84px 0}}.errorPage__svg404{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:center;justify-content:center;-webkit-align-items:center;align-items:center;grid-column:1 / 1}@media screen and (min-width: 768px){.errorPage__svg404{grid-column:4 / 10}}.errorPage__numbers{width:77px;height:80px}@media screen and (min-width: 768px){.errorPage__numbers{width:153px;height:182px;margin:0 12px}}.errorPage__block{grid-column:1 / 1;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;margin:26px 0 32px}@media screen and (min-width: 1440px){.errorPage__block{grid-column:1 / 13;padding:0 60px}}.element-right-error{display:none;grid-column:1 / 1}@media screen and (min-width: 1440px){.element-right-error{display:block;grid-column:1 / 4}}.element-left-error{display:none;grid-column:1 / 1}@media screen and (min-width: 1440px){.element-left-error{display:block;grid-column:10 / 13}}.element-center-error{grid-column:1 / 1;text-align:center}@media screen and (min-width: 1440px){.element-center-error{grid-column:4 / 10}}.errorPage-button{-webkit-justify-content:center;justify-content:center;margin:0 auto}@media screen and (min-width: 1440px){.errorPage-button{grid-column:5 / 9;margin:57px 47px 0}}.fill-for-dark{fill:var(--white-0)}.fill-for-light{fill:var(--grey-black-950)}.lullabies-animation{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:center;align-items:center;margin:32px auto;grid-column:1}@media screen and (min-width: 1440px){.lullabies-animation{margin:48px auto;flex-direction:row;grid-column:1/13;height:590px;align-items:center}}.lullabies-player{margin-top:20px}.peviev{width:100px;height:auto}.player-container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;grid-column:1}@media screen and (min-width: 1440px){.player-container{grid-column:1/9}}.video-player-container{border-radius:10px;overflow:hidden;margin-bottom:24px}.wrap-animation{grid-column:9/13;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}.playlist-anima{overflow-y:auto;height:590px}.skroll-disabled{overflow:hidden}.video-player{width:296px}@media screen and (min-width: 768px){.video-player{width:672px}}@media screen and (min-width: 1440px){.video-player{width:700px;height:590px}}.info{text-align:left;margin-top:30px}.playlist-anima{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;gap:0;margin:0 auto;height:490px;overflow-x:hidden}@media screen and (min-width: 768px){.playlist-anima{flex-wrap:wrap;width:660px;height:236px;flex-direction:row;overflow-y:auto}}@media screen and (min-width: 1440px){.playlist-anima{flex-direction:column;flex-wrap:nowrap;width:339px;height:590px;overflow-x:hidden}}.playlist-card{cursor:pointer;text-align:left;max-width:296px;width:100%;height:110px;border-radius:10px;padding:8px;gap:16px;margin-bottom:16px;display:grid;grid-template-columns:repeat(2,1fr)}.playlist-card-light{background:var(--gray-black-25, linear-gradient(172deg, rgba(255, 246, 246, .21) 5.87%, #EFEEEE 103.54%))}.playlist-card-dark{background:var(--gray-black-900, linear-gradient(171deg, rgba(255, 255, 255, .1) .88%, rgba(255, 255, 255, 0) 99.96%))}@media screen and (min-width: 768px){.playlist-card:nth-child(odd){margin-right:60px}}@media screen and (min-width: 1440px){.playlist-card:nth-child(odd){margin-right:0}}.current-card{border-bottom:2px solid var(--red-700)}.card-img{width:156px;max-width:156px;height:94px}.card-title{margin-bottom:28px}.heart:before{background-image:url(/assets/heart-f8229263.svg)}.vievs:before{background-image:url(/assets/Group-f687585d.svg)}.heart:before,.vievs:before{content:"";width:24px;height:24px;display:inline-block;background-repeat:no-repeat;vertical-align:text-top;margin-right:8px}.card-text{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center}.card-info{color:var(--gray-black-400, #7B7B7B)}.playlist-scroll::-webkit-scrollbar{width:5px;height:5px}.playlist-scroll::-webkit-scrollbar-thumb{background:var(--gray-black-300);border-radius:10px}.playlist-scroll::-webkit-scrollbar-track{background:var(--gray-black-800);border-radius:10px}.playlist-scroll::-webkit-scrollbar-horizontal{display:none}.playlist-scroll::-webkit-scrollbar-vertical{display:block}.map-player-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;text-align:left;justify-content:center;align-items:center;margin-top:15px;gap:24px}@media screen and (min-width: 1440px){.map-player-wrapper{margin-top:62px;flex-direction:row;height:530px}}.map-playlist-item-name{font-size:10px;font-style:normal;font-weight:700;line-height:14px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}@media screen and (min-width: 580px){.map-playlist-item-name{font-size:12px;font-style:normal;font-weight:600;line-height:16px;width:auto}}@media screen and (min-width: 1440px){.map-playlist-item-name{width:250px}}.map-player-list-item-name{font-size:10px;font-style:normal;font-weight:700;line-height:14px;text-align:left;overflow:hidden;white-space:nowrap;text-overflow:ellipsis;width:100px}@media screen and (min-width: 580px){.map-player-list-item-name{font-size:12px;font-style:normal;font-weight:600;line-height:16px;width:auto}}@media screen and (min-width: 1440px){.map-player-list-item-name{width:150px}}.player-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column}@media screen and (min-width: 768px){.player-wrapper{flex-direction:row;gap:16px;height:533px}}@media screen and (min-width: 768px){.player-wrapper{margin-bottom:24px}}@media screen and (min-width: 1440px){.player-wrapper{gap:24px;height:530px;margin:0}}.map-player_container{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;justify-content:space-between;grid-column:1/5;border-radius:36px;min-width:309px}@media screen and (min-width: 768px){.map-player_container{width:328px}}@media screen and (min-width: 1440px){.map-player_container{width:339px}}.lyrics{overflow-y:auto;white-space:pre-wrap;width:268px;max-height:300px;height:100%;overflow-x:hidden}@media screen and (min-width: 768px){.lyrics{max-height:100%;height:650px}}@media screen and (min-width: 1440px){.lyrics{height:490px}}.map-player_info{width:240px;grid-column:1/1;margin:32px auto}@media screen and (min-width: 768px){.map-player_info{margin:0;grid-column:5/8}}@media screen and (min-width: 1440px){.map-player_info{margin-right:10px}}.map-player_playlist{height:380px;width:100%}@media screen and (min-width: 768px){.map-player_playlist{grid-column:8/13;height:533px}}@media screen and (min-width: 1440px){.map-player_playlist{height:530px}}.player_playlist{overflow-y:auto;overflow-x:hidden;height:300px}@media screen and (min-width: 768px){.player_playlist{grid-column:8/13;height:650px}}@media screen and (min-width: 1440px){.player_playlist{height:490px}}.playlist-item{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}.item-number{display:block;width:26px}@media screen and (min-width: 1440px){.item-number{display:none}}.card-buttons{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center;gap:20px}@media screen and (min-width: 1440px){.map-player_card-dark:hover{background:var(--gray-black-600, #5D5D5D)}}.map-player_card{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-box-pack:justify;-webkit-justify-content:space-between;justify-content:space-between;cursor:pointer;border-radius:36px;min-width:280px;width:100%;height:48px;padding:0 16px}@media screen and (min-width: 1440px){.map-player_card{width:385px;height:40px;margin-bottom:24px}}.active-map-card-light{background:-webkit-var(--gray-black-200,#D1D1D1);background:var(--gray-black-200, #D1D1D1)}.active-map-card{background:-webkit-var(--gray-black-850,rgba(255,255,255,.15));background:var(--gray-black-850, rgba(255, 255, 255, .15))}.map-player_card-light:hover{background:-webkit-var(--gray-black-100,#E7E7E7);background:var(--gray-black-100, #E7E7E7)}.map-player_card-title{text-align:left}.active-card{border:2px solid var(--red-700)}.item-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex}.current-name{margin-top:16px}.region{color:var(--gray-black-400);margin:6px 0 12px}.text-margin{margin-bottom:24px}.player-photo{background-image:url(/assets/Baby_photo-1e06d5d7.webp);background-repeat:no-repeat;background-size:cover;width:309px;height:248px;display:block;border-radius:8px}@media screen and (min-width: 768px){.player-photo{width:328px;height:270px}}@media screen and (min-width: 1440px){.player-photo{width:339px}}.progress-bar-dark{background:-webkit-var(--gray-black-800);background:var(--gray-black-800)}.progress-bar-light{background:-webkit-var(--gray-black-200);background:var(--gray-black-200)}.timeline{width:100%;height:5px;-webkit-border-radius:2px;border-radius:2px;outline:none}.timeline::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:10px;height:10px;background:-webkit-var(--red-700,#C60F18);background:var(--red-700, #C60F18);border:2px solid #FFF;-webkit-border-radius:50%;border-radius:50%}.timeline::-moz-range-thumb{background:-webkit-var(--red-700,#C60F18);background:var(--red-700, #C60F18)}.duration{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;justify-content:space-between;margin-bottom:32px;color:var(--gray-black-400)}.progress-bar{width:100%;height:5px;-webkit-border-radius:2px;border-radius:2px;outline:none;margin:0 auto;cursor:pointer}.progress-line{height:6px;background-color:-webkit-var(--red-700);background-color:var(--red-700);background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAsAAAAKCAYAAABi8KSDAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAC+SURBVHgBnVGxCsIwED3F2RZBcPQTdK+g2EHo5iT+jP6JToIfII51cnEJ0T2goyAqdhCE8672NOkkfXC5e+FdkpcDyICIPsWEwuAHnGcUTbDBG5YoD+M0iDDRezxEQ9x6DVRBiA/iGWLWlajoUo6fxxPoTgiv2/17SMWrQlvv0kzolWlhMVxWa0fIYH5eLIW2WHyF/+CzWHFVH4/kOucZtWggdCMGYzGogn5qkI0mP4Om2NdZDfPcUKY8LNG8ARQGzMdnacXiAAAAAElFTkSuQmCC);background-repeat:no-repeat;background-size:contain;background-position:right;-webkit-border-radius:12px;border-radius:12px}.text-error{color:-webkit-var(--red-700);color:var(--red-700)}.map-player-navigation-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:8px 0;margin:0 17px;border-radius:36px;background:var(--gray-black-900, linear-gradient(171deg, rgba(255, 255, 255, .1) .88%, rgba(255, 255, 255, 0) 99.96%))}@media screen and (min-width: 1440px){.map-player-navigation-wrapper{margin:0}}.map-player-navigation-wrapper-light{background:var(--gray-black-25);color:var(--gray-black-400)}.map-player-primary-buttons-group{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;gap:16px;margin-bottom:8px}.map-player-previous-button,.map-player-play-pause-button,.map-player-next-button{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;justify-content:center;padding:9px;border:none;border-radius:36px;background:var(--gray-black-900, linear-gradient(171deg, rgba(255, 255, 255, .1) .88%, rgba(255, 255, 255, 0) 99.96%))}.map-player-previous-button svg,.map-player-play-pause-button svg,.map-player-next-button svg{width:30px;height:30px;fill:#fff}.map-player-play-pause-button svg{width:40px;height:40px;border-radius:72px}.map-player-previous-button:active svg,.map-player-play-pause-button:active svg,.map-player-next-button:active svg{fill:var(--red-700)}.map-player-previous-button-light,.map-player-play-pause-button-light,.map-player-next-button-light{background:var(--gray-black-25)}.map-player-previous-button-light svg,.map-player-play-pause-button-light svg,.map-player-next-button-light svg{fill:var(--gray-black-400)}.map-player-secondary-buttons-left,.map-player-secondary-buttons-right{grid-row:2 / 3;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;gap:12px}.map-player-secondary-buttons-left{grid-column:1 / 2;justify-self:end}@media screen and (min-width: 1440px){.map-player-secondary-buttons-left{margin:0 16px 0 auto}}.map-player-secondary-buttons-right{justify-self:start}.map-player-share-button,.map-player-shuffle-button,.map-player-refresh-button,.map-player-volume-button{display:block;background:transparent;border:none;color:inherit;position:relative;padding:11px 13px;cursor:pointer}.map-player-share-button svg,.map-player-shuffle-button svg,.map-player-refresh-button svg,.map-player-volume-button svg{width:22px;height:22px}@media screen and (min-width: 1440px){.map-player-share-button:hover,.map-player-shuffle-button:hover,.map-player-refresh-button:hover{color:var(--red-700)}}.map-player-button-active{color:var(--red-700)}@media screen and (min-width: 1440px){.map-player-share-button:hover:after,.map-player-shuffle-button:hover:after,.map-player-refresh-button:hover:after{display:block}}.map-player-share-button:after,.map-player-shuffle-button:after,.map-player-refresh-button:after{display:none;background:var(--gray-black-800);color:var(--white-0);padding:4px 8px;border-radius:10px;position:absolute;bottom:110%;right:0;z-index:10}.map-player-share-button:after{content:"Поділитись"}.map-player-share-button-en:after{content:"Share"}.map-player-share-clicked:after{content:"Посилання скопійовано";text-wrap:nowrap;right:-300%}.map-player-share-clicked-en:after{content:"The link has been copied";text-wrap:nowrap;right:-300%}.map-player-shuffle-button:after{content:"Перемішати"}.map-player-shuffle-button-en:after{content:"Shuffle"}.map-player-refresh-button:after{content:"Слухати по колу";text-wrap:nowrap}.map-player-refresh-button-en:after{content:"Loop playlist";text-wrap:nowrap}.map-player-share-button-light:after,.map-player-shuffle-button-light:after,.map-player-refresh-button-light:after{background:var(--gray-black-100);color:var(--red-700)}.map-player-share-popup{background:var(--gray-black-800);color:var(--white-0);padding:4px 8px;border-radius:10px}.map-player-share-popup-light{background:var(--gray-black-100);color:var(--red-700)}.map-player-volume-wrapper{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;align-items:center;gap:10px}.map-player-sec-buttons{display:flex;align-items:center;gap:12px}.sing-together{display:flex;flex-direction:column;gap:20px;margin-bottom:50px}.sing-together__button{margin-right:32px}@media screen and (min-width: 1440px){.sing-together__button{margin-right:48px}}.icon-s{width:67px;height:78px}@media screen and (min-width: 1440px){.icon-s{width:198px;height:252px}}.kolyskova-container{display:flex;grid-column:1/13;justify-content:center;box-sizing:border-box}.kolyIcon{grid-column:3/6;margin-right:8px;margin-top:-8px}@media screen and (min-width: 1440px){.kolyIcon{margin-right:5px;margin-top:0}}.letterS{grid-column:6/8}@media screen and (min-width: 1440px){.letterS{margin-top:-25px}}.kovaIcon{grid-column:8/11;margin-left:7px;margin-top:-8px}@media screen and (min-width: 1440px){.kovaIcon{margin-left:17px;margin-top:0}}.oundIconWrap{grid-column:8/11;margin-top:-42px;margin-right:-11px}@media screen and (min-width: 1440px){.oundIconWrap{margin-top:-112px;margin-right:-30px}}.wrapper{grid-column:1/-1;grid-row-gap:0}@media screen and (min-width: 1440px){.wrapper{grid-column:1/-1}}.title{display:grid;grid-column:1/1;justify-content:start;margin-bottom:32px;margin-top:30px}@media screen and (min-width: 768px){.title{grid-column:1/7}}@media screen and (min-width: 1440px){.title{grid-column:1/13;margin-bottom:48px}}.title-small{padding-bottom:16px}.target-container,.support-container{display:grid;grid-column:1/1;grid-template-rows:auto auto;grid-template-columns:1fr;justify-content:center;align-items:center}@media screen and (min-width: 768px){.target-container,.support-container{grid-column:1/7;grid-template-columns:repeat(6,1fr);grid-template-rows:1fr;gap:32px;grid-row-gap:0}}@media screen and (min-width: 1440px){.target-container,.support-container{display:grid;grid-column:1/13;justify-content:space-between;grid-template-rows:auto;grid-template-columns:repeat(12,1fr);gap:24px}}@media screen and (min-width: 768px){.support-container{grid-template-rows:auto auto}}@media screen and (min-width: 1440px){.support-container{grid-template-rows:auto auto;grid-row-gap:0}}.img-container{display:grid;grid-row:1/2;grid-column:1/1;justify-self:center;align-self:center;margin-bottom:16px}@media screen and (min-width: 768px){.img-container{margin-bottom:0}}@media screen and (min-width: 1440px){.img-container{grid-row:1/1;margin-bottom:0}}.target-container img,.support-container img{width:inherit;height:inherit;object-fit:cover;overflow:hidden;border-radius:10px}@media screen and (min-width: 768px){.target-img{grid-column:1/4}}@media screen and (min-width: 1440px){.target-img{grid-column:1/6}}@media screen and (min-width: 768px){.support-img{grid-column:4/7;grid-row:1/2}}@media screen and (min-width: 1440px){.support-img{grid-column:8/13;grid-row:1/3}}.target-info,.support-info{text-align:start;display:grid;grid-row:2/3}@media screen and (min-width: 1440px){.target-info,.support-info{text-align:start;grid-row:1/1}}@media screen and (min-width: 768px){.target-info{grid-column:4/7;grid-row:1/1}}@media screen and (min-width: 1440px){.target-info{grid-column:7/13;grid-row:1/1}}@media screen and (min-width: 768px){.support-info{grid-column:1/4;grid-row:1/2}}@media screen and (min-width: 1440px){.support-info{grid-column:1/7;grid-row:1/2}}.ornament{display:grid;grid-column:1/1;justify-self:center;width:328px;height:27px;margin:32px 0;overflow:hidden;background-repeat:no-repeat;background:url(../../img/ornament/Ornaments-mobile.svg)}@media screen and (min-width: 768px){.ornament{grid-column:1/7;margin:32px 0}}@media screen and (min-width: 1440px){.ornament{grid-column:1/13;margin:80px 0;background:url(../../img/ornament/Ornaments.svg);width:1160px;height:46px}}.target-info p:nth-child(2){margin-bottom:16px}.support-info p:nth-child(3){margin:16px 0}.support-info p:nth-child(5){margin:32px 0 16px}@media screen and (min-width: 1440px){.support-info p:nth-child(5){margin:16px 0}}.donat_margin-right{margin-right:22px}@media screen and (min-width: 768px){.donat_margin-right{margin-right:55px}}@media screen and (min-width: 1440px){.donat_margin-right{margin-right:24px}}.donat-imgs{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:start;flex-wrap:wrap}@media screen and (min-width: 768px){.donat-imgs{grid-column:1/7;grid-row:2/3}}@media screen and (min-width: 1440px){.donat-imgs{grid-column:1/7;grid-row:2/3}}.about-us-donat-qr{display:flex;align-items:center;margin-left:8px}.about-us{grid-column:1/13;background-image:url(/assets/frame-hero-a-0255ce41.png);background-repeat:no-repeat;background-position:center}.ornaments-about{grid-column:1/2;margin-top:32px;margin-bottom:32px}@media screen and (min-width: 1440px){.ornaments-about{grid-column:1/13;margin-top:80px;margin-bottom:80px}}.title-container{background-image:url(/assets/frame-about-5a3c66cf.png);background-repeat:no-repeat;background-size:cover;grid-column:1/-1;display:flex;align-items:center;justify-content:center;padding:24px}@media screen and (min-width: 768px){.title-container{padding:36px}}.button-submit{display:flex;height:56px;gap:8px;padding:16px 24px;justify-content:center;align-items:center;border-radius:46px;border:2px solid var(--red-700);background-color:inherit;color:var(--red-700)}.btn-form-hover{background:var(--red-700);color:var(--gray-black-950)}.overlay{position:fixed;top:0;left:0;right:0;bottom:0;opacity:.8;background:var(--gray-black-100);color:var(--gray-black-950);z-index:1}.popup-message{width:328px;height:268px;gap:32px;padding:80px 0;position:fixed;top:32%;left:50%;transform:translate(-50%,-50%);border-radius:36px;z-index:10;background:var(--gray-black-950);color:var(--gray0);text-align:center;align-items:center}@media screen and (min-width: 1440px){.popup-message{display:flex;min-width:849px;min-height:268px;padding:106px 21px;top:50%}}@media screen and (min-width: 360px) and (max-width: 1439px){.ornaments-pop-up{display:none}}@media screen and (max-width: 1439px){.ornament-mobile-pop-up{display:block;justify-content:center;align-items:center;margin-top:32px}}@media screen and (min-width: 1440px){.ornament-mobile-pop-up{display:none}}.overlay-light{background:var(--gray-black-950)}.popup-message-white{color:var(--gray-black-950);background-color:var(--white-0)}.pop-up-text-form{display:flex;flex-direction:column;gap:25px}@media screen and (min-width: 1440px){.pop-up-text-form{width:375px}}.popup-message-entering,.popup-message-exiting,.popup-message-exited{opacity:0;transform:translate(-50%,-50%) scale(.9);transition:opacity .3s ease-in-out,transform .3s ease-in-out}.popup-message-entered{opacity:1;transform:translate(-50%,-50%) scale(1);transition:opacity .3s ease-in-out,transform .3s ease-in-out}@media screen and (min-width: 360px) and (max-width: 767px){.wrapper-form{display:block}}@media screen and (min-width: 768px){.wrapper-form{display:grid;grid-template-columns:repeat(12,1fr);gap:24px}}.section-form-wrap{grid-column:3/11}.form-wrap{display:grid;grid-column:3/11}.text-title-form{margin-bottom:16px}@media screen and (min-width: 1440px){.text-title-form{margin-bottom:48px}}.fieldWrap{display:grid;grid-column:3/11}.lable-text-form{display:grid;grid-template-columns:auto 1fr}.label-feedback-container{position:relative;margin-top:-20px;z-index:1}.label-feedback-container .lable-backgroud-black{position:absolute;background-color:var(--gray-black-950);padding:0 4px;left:10px;top:11px}.label-feedback-container .lable-backgroud-white{position:absolute;background-color:var(--white-0);padding:0 4px;left:10px;top:11px}.label-container .input-background-black{border:1px solid var(--gray-black-300);padding:10px 10px 10px 30px}.fieldWrap__input{background-color:inherit;color:inherit;padding:18px 0 18px 16px;align-items:center;border-radius:36px;border:1px solid var(--gray-black-800);outline:none}.fieldWrap__input:not(:last-child){margin-bottom:16px}@media screen and (min-width: 1440px){.fieldWrap__input:not(:last-child){margin-bottom:24px}}.field-input-error{border:1px solid var(--red-400-error)}.field-input-not-error{border:1px solid var(--gray-black-300)}.text-area-wrap{display:grid}.text-area{min-height:200px;resize:none;overflow-y:hidden}.text-area::placeholder{font-family:Montserrat Alternates,sans-serif}.text-under-text-area{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;color:var(--gray-black-200);margin-top:4px;text-align:start;margin-left:8px}.text-under-text-area:not(:last-child){margin-bottom:16px}@media screen and (min-width: 1440px){.text-under-text-area:not(:last-child){margin-bottom:48px}}.button-form{display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:center;align-items:center}@media screen and (max-width: 1439px){.button-form{margin-bottom:32px}}.error-message{position:relative;top:-13px;display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;justify-content:flex-start;text-align:start;color:var(--red-400-error);margin:0 0 0 8px;font-size:12px;font-style:normal;font-weight:400;line-height:16px}@font-face{font-family:Lutsk-sity;src:url(Lutsk-sity.eot);src:local("Lutsk-sity"),url(/assets/Lutsk-sity-df74bd3f.eot) format("embedded-opentype"),url(/assets/Lutsk-sity-c1b1d9ee.woff2) format("woff2"),url(/assets/Lutsk-sity-4dbe988d.woff) format("woff"),url(/assets/Lutsk-sity-d1624acf.ttf) format("truetype");font-weight:400;font-style:normal}:root{--bg-light: #f2e8cf;--bg-dark: #262636;--gray0: #fafafa;--white-0: #fff;--gray-black-950: #262636;--gray-black-850: rgba(255, 255, 255, .15);--gray-black-800: #454545;--gray-black-600: #5d5d5d;--gray-black-400: #7b7b7b;--gray-black-300: #b0b0b0;--gray-black-200: #d1d1d1;--gray-black-100: #e7e7e7;--gray-black-25: linear-gradient( 172deg, rgba(255, 246, 246, .21) 5.87%, #efeeee 103.54% );--second-text-color-white-player: #7b7b7b;--red-700: #c60f18;--red-500: #ff3a37;--red-900: #87151a;--red-400-error: #ff656c}*,*:before,*:after{box-sizing:border-box;margin:0}html{scroll-behavior:smooth}body{margin:0;padding:0;font-family:Montserrat Alternates,sans-serif}img{max-width:100%;display:block}input,textarea,button,select{font:inherit}button{cursor:pointer}a{text-decoration-line:none}.container{display:grid;text-align:center;grid-template-columns:1fr}@media (min-width: 1440px){.container{grid-template-columns:repeat(12,1fr);column-gap:24px}}.text-xs{font-size:10px;font-style:normal;font-weight:400;line-height:14px}.text-xs-bold{font-size:8px;font-style:normal;font-weight:700;line-height:14px}@media screen and (min-width: 1440px){.text-xs-bold{font-size:10px;font-style:normal;font-weight:700;line-height:14px}}.text-sm{font-size:12px;font-style:normal;font-weight:400;line-height:16px}.text-sm-semibold{font-size:12px;font-style:normal;font-weight:600;line-height:16px}.text-base{font-size:12px;font-style:normal;font-weight:400;line-height:16px}@media screen and (min-width: 1440px){.text-base{font-size:16px;font-style:normal;font-weight:400;line-height:24px}}.text-base-semibold{font-size:14px;font-style:normal;font-weight:600;line-height:24px}@media screen and (min-width: 1440px){.text-base-semibold{font-size:16px;font-style:normal;font-weight:600;line-height:24px}}.text-base-bold{font-family:Unbounded,sans-serif;font-size:16px;font-style:normal;font-weight:700;line-height:24px}.text-lg{font-size:20px;font-style:normal;font-weight:700;line-height:28px;letter-spacing:.8px}.text-map{font-size:8px;font-style:normal;font-weight:600;line-height:9px}.text-l{font-family:Unbounded,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:normal}.text-xl-medium{font-size:20px;font-style:normal;font-weight:500;line-height:28px}.text-xl-semibold{font-size:20px;font-style:normal;font-weight:600;line-height:28px;letter-spacing:.8px}.text-2xl{font-family:Unbounded,sans-serif;font-size:12px;font-style:normal;font-weight:400;line-height:16px}@media screen and (min-width: 1440px){.text-2xl{font-family:Unbounded,sans-serif;font-size:18px;font-style:normal;font-weight:400;line-height:28px}}.text-3xl{font-family:Unbounded,sans-serif;font-size:10px;font-style:normal;font-weight:600;line-height:16px}@media screen and (min-width: 1440px){.text-3xl{font-size:20px;font-style:normal;font-weight:600;line-height:28px}}.text-4xl{font-family:Unbounded,sans-serif;font-size:20px;font-style:normal;font-weight:600;line-height:28px}@media screen and (min-width: 1440px){.text-4xl{font-family:Unbounded,sans-serif;font-size:32px;font-style:normal;font-weight:700;line-height:40px}}.text-5xl{font-family:Lutsk-sity,sans-serif;font-size:28px;font-style:normal;font-weight:400;line-height:45px}@media screen and (min-width: 1440px){.text-5xl{font-size:64px;line-height:80px}}.text-h1{font-family:Lutsk-sity,sans-serif;color:var(--red-700);font-size:26px;font-style:normal;font-weight:400;line-height:45px;text-wrap:wrap}@media screen and (min-width: 768px){.text-h1{font-size:42px;line-height:55px}}@media screen and (min-width: 1440px){.text-h1{font-size:65px;line-height:120px}}body::-webkit-scrollbar{width:4px;height:191.538px}body::-webkit-scrollbar-thumb{background-color:#fff;border-radius:2px}body::-webkit-scrollbar-track{background-color:var(--gray-black-800, #454545)}body::-webkit-scrollbar:horizontal{display:none}body::-webkit-scrollbar-vertical{display:block}body{-webkit-text-size-adjust:100%}.app-layout{position:relative;min-height:100dvh;width:100%}.appHomeScreen{grid-column:1/-1;display:flex;flex-direction:column;min-height:90vh;max-height:90vh;align-items:center}.appHomeScreen>#map{margin-top:0}.appHomeScreen-content{margin:auto}.appHome-text{margin-bottom:24px}.appPlayer-screen{grid-column:1/-1;display:flex;align-items:center;position:relative}@media screen and (min-width: 768px){.appPlayer-screen{justify-content:flex-start;min-height:100dvh;width:100%;padding-bottom:84px}}.appPlayer-lyrics{width:100%}.lyrics-link{cursor:pointer;text-decoration:underline;display:block}.burgerIcon{padding:0;background-color:transparent;border:none}.aboutProject{margin-bottom:24px;li{}}.bottomSheet-button{background:none;border:none;padding:0;cursor:pointer;display:flex;align-items:center}.pwaText{display:flex;flex-direction:column;gap:36px;margin-block:48px;align-items:center}
