@import"https://fonts.googleapis.com/css2?family=Dancing+Script&family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Open+Sans:wght@600;700&family=Righteous&display=swap";@import"https://fonts.googleapis.com/css2?family=Dancing+Script&family=Exo+2:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Kanit:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Montserrat:wght@300;400;500;600;700;800;900&family=Open+Sans:wght@600;700&family=Righteous&display=swap";.header{position:relative;position:fixed;z-index:999;top:0;left:0;justify-content:center;transition:.3s;overflow:hidden}.header,.header_wrap{width:100%;display:flex}.header_wrap{max-width:1450px;height:100px;align-items:center;justify-content:space-between;padding-bottom:10px;padding-right:25px;padding-left:25px}.header_wrap .logo{animation:logoAnimation .5s;font-weight:700;z-index:999;display:flex;align-items:center}.header_wrap .logo img{cursor:pointer;margin-top:25px;margin-left:10px;height:90px}.header_wrap .header_hamburger{animation:listAnimation .5s;display:flex}@media screen and (min-width:1180px){.header_wrap .header_hamburger{display:none}}.header_wrap .header_hamburger{flex-direction:column;gap:50px;transition:.5s;position:absolute;top:-95px;right:0;margin-top:10px;margin-right:10px;color:#555}.header_wrap ul{background-color:hsla(0,0%,100%,.6);border-radius:12px;padding:10px 30px;display:flex;gap:15px;list-style-type:none;animation:listAnimation .5s;box-shadow:0 0 18px #555}.header_wrap ul li{color:#555;display:flex;align-items:center;cursor:pointer;font-weight:700;font-size:30px;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:8px;transition:.3s}.header_wrap ul li:hover{color:#7944e6}.header_wrap ul li img{height:15px;margin-top:2px}@media screen and (max-width:1180px){.header_wrap ul{position:absolute;top:0;display:flex;flex-direction:column;margin-top:100px;padding:10px 12px;background-color:rgba(0,0,0,0);box-shadow:none}.header_wrap ul li{color:#fff;justify-content:flex-start}.header_wrap .logo img{height:80px}.header_wrap .logo{position:absolute;top:0}}@keyframes elementClickAnimation{0%{transform:scale(1)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes listAnimation{0%{transform:translateX(100vh)}to{transform:translateX(0)}}@keyframes logoAnimation{0%{transform:translateX(-100vh)}to{transform:translateX(0)}}@media(max-width:576px){.header_wrap .logo img{margin-top:25px;margin-left:10px;height:70px}}.introCard{width:100vw;min-height:100vh;display:flex;flex-direction:column;justify-content:center;align-items:center;margin-top:20px;color:#555!important}@media screen and (max-width:768px){.introCard{padding-top:40px}}.introCard{cursor:default}.introCard .trial_wrap{animation:riseFromBottom .5s cubic-bezier(.51,.62,.24,1.08);margin:50px 0;min-width:800px;height:100px;display:flex;align-items:center;justify-content:center;background-image:url(/_next/static/media/trial_background.6ccb3d64.svg);background-repeat:no-repeat;background-size:cover;padding-bottom:80px;position:relative}.introCard .trial_wrap h4{position:absolute;top:72px}.introCard h1{z-index:2;text-align:center;font-size:160px;line-height:140px;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin-bottom:40px;animation:dropFromTop .5s cubic-bezier(.51,.62,.24,1.08)}@keyframes dropFromTop{0%{transform:translateY(-100vh)}to{transform:translateY(0)}}@keyframes riseFromBottom{0%{transform:translateY(100vh)}to{transform:translateY(0)}}.introCard h2{z-index:2;text-align:center;font-weight:400;font-size:32px;line-height:50px;margin-top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none;animation:dropFromTop .5s cubic-bezier(.51,.62,.24,1.08)}.introCard button{animation:riseFromBottom .5s cubic-bezier(.51,.62,.24,1.08);z-index:2;border:none;font-family:Kanit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;padding:20px 100px;border-radius:8px;cursor:pointer;transition:.2s;box-shadow:0 0 18px #555;background-color:hsla(0,0%,100%,.6)}.introCard button h3{z-index:2;margin:0;font-size:40px;font-weight:bolder;color:#7944e6}.introCard button:hover{box-shadow:12px 12px 2px 1px rgba(85,85,85,.4)}.introCard button:active{box-shadow:0 0 0 0 rgba(85,85,85,.4)}.introCard .introCard_divider{animation:riseFromBottom .5s cubic-bezier(.51,.62,.24,1.08);z-index:2;width:80%;height:5px;margin:50px 0;background:linear-gradient(90deg,#9300ff,#00CC99 35%,#9300ff)}.introCard h4{color:#7944e6;z-index:2;margin:0;text-align:center;font-size:25px;font-weight:700}@media only screen and (max-width:576px){.introCard{justify-content:flex-center;margin-top:0}.introCard .trial_wrap{transform:translateY(0)!important;margin:30px 0;height:80px;display:flex;align-items:center;justify-content:center;background-image:none;background-color:#fff;width:70%}.introCard .trial_wrap h4{color:#5e45d6}.introCard h1{font-size:80px;line-height:65px;margin-bottom:30px}.introCard h2{margin-top:20px;font-size:25px;line-height:25px}.introCard button{margin-top:20px;padding:20px 60px}.introCard button h3{font-size:20px}.introCard .introCard_divider{width:80%;margin-top:30px;margin-bottom:10px}.introCard h4{font-size:20px;font-weight:700}}@media(min-width:1200px)and (max-height:756px){.introCard{justify-content:flex-center;padding-top:40px}.introCard h1{font-size:140px;line-height:105px;margin-bottom:30px}.introCard h2{margin-top:0;font-size:50px;line-height:45px}.introCard button{margin-top:0;padding:20px 80px}.introCard button h3{font-size:25px}.introCard .introCard_divider{width:80%;margin:30px 0}}@media only screen and (min-width:578px)and (max-height:736px){.introCard{margin-top:0}.introCard h1{font-size:100px;line-height:80px;margin-bottom:10px}.introCard h2{margin-top:0;font-size:40px;line-height:35px}.introCard button{margin-top:0;padding:20px 80px}.introCard button h3{font-size:20px}.introCard .introCard_divider{width:80%;margin:20px 0}}.serviceCard{padding:0 15px;min-height:100vh;display:flex;flex-direction:column;color:#555!important;width:100vw;max-width:800px;margin-left:auto;margin-right:auto}@media only screen and (max-width:768px){.serviceCard{padding:0;width:95vw}}.serviceCard{align-items:center}.serviceCard h1{margin-top:0;font-size:80px;line-height:60px}.serviceCard h2{font-weight:500;text-align:center;font-size:50px;line-height:50px}.serviceCard h3{font-weight:500;text-align:justify;font-size:20px;line-height:30px;margin-bottom:50px;padding-left:30px;padding-right:30px}.serviceCard .about_card{box-shadow:0 0 18px #555;background-color:hsla(0,0%,100%,.6);border-radius:12px;padding-top:15px}@media only screen and (max-width:768px){.serviceCard h1{margin-top:50px}.serviceCard h3{padding-left:25px;padding-right:25px}}.serviceCard__benefit_list_wrap{width:120%;margin-top:50px}@media only screen and (max-width:768px){.serviceCard__benefit_list_wrap{padding:0;width:95vw}}.serviceCard__benefit_list_wrap .benefit_row{display:flex}.serviceCard__benefit_list_wrap .benefit_row:nth-child(2n){flex-direction:row-reverse}.serviceCard__benefit_list_wrap .element{margin-bottom:20px;padding:20px 40px;display:flex;gap:40px;align-items:center}@media only screen and (max-width:768px){.serviceCard__benefit_list_wrap .element{padding:10px 20px;gap:5px;margin-bottom:30px}.serviceCard__benefit_list_wrap .element h2{padding:0 0 10px;margin:0}}.serviceCard__benefit_list_wrap .element div p{padding:0;margin:0}.serviceCard__benefit_list_wrap .element div h2{padding:0 0 10px;margin:0}.serviceCard__benefit_list_wrap .element{box-shadow:0 0 18px #555;background-color:hsla(0,0%,100%,.6);border-radius:12px;padding-top:25px;max-width:580px}.serviceCard__benefit_list_wrap .element:hover .icon{transition:.3s;color:#5e45d6}.serviceCard__benefit_list_wrap .element h2{text-align:start;margin-top:0;font-weight:500;font-size:50px;line-height:40px}@media only screen and (max-width:768px){.serviceCard__benefit_list_wrap .element{margin-bottom:10px;flex-direction:column}.serviceCard__benefit_list_wrap .element div{order:1!important}.serviceCard__benefit_list_wrap .element h2{text-align:center;font-size:36px}}@media only screen and (max-width:375px){.serviceCard__benefit_list_wrap .element h2{text-align:center;font-size:36px}}.serviceCard__benefit_list_wrap .element p{font-size:17px}.serviceCard__layouts_wrap{text-align:center;display:flex;align-items:center;flex-direction:column;margin-top:40px}.serviceCard__layouts_wrap h2{z-index:10}.serviceCard__layouts_wrap img{max-width:500px;z-index:5;transition:.3s}.serviceCard__layouts_wrap img:hover{transform:scale(1.1)}@media only screen and (max-width:768px){.serviceCard__layouts_wrap h2{max-width:300px}.serviceCard__layouts_wrap img{max-width:80%}.serviceCard__layouts_wrap img:hover{transform:scale(1.1)}}.serviceCard__timeline{width:140%}@media only screen and (max-width:768px){.serviceCard__timeline{width:100%}}.serviceCard__timeline .timeline_row{box-shadow:0 0 18px #555;background-color:hsla(0,0%,100%,.6);border-radius:12px;text-align:start;max-width:700px}.serviceCard__timeline .timeline_row img{width:100px!important}@media only screen and (max-width:768px){.serviceCard__timeline .timeline_row{margin-left:0!important;gap:10px;max-width:100%}}.serviceCard__timeline .timeline_row div:first-child{display:flex;align-items:center;justify-content:center}@media only screen and (max-width:768px){.serviceCard__timeline .timeline_row div:first-child{min-width:80px}}.serviceCard__timeline .timeline_row{display:flex;gap:30px;padding:10px 30px 15px;margin-bottom:26px}@media only screen and (max-width:768px){.serviceCard__timeline .timeline_row{padding:10px}}.serviceCard__timeline .timeline_row h2{font-size:30px;text-align:start;margin:0}@media only screen and (max-width:768px){.serviceCard__timeline .timeline_row h2{line-height:30px}}.serviceCard__timeline .timeline_row h3{font-size:20px;margin:0;padding:0}.serviceCard__timeline .timeline_row p{margin:0;font-size:18px}@media only screen and (max-width:768px){.serviceCard__timeline .timeline_row p{line-height:22px;padding-top:10px}}.serviceCard__timeline .timeline_row a{text-decoration:underline;cursor:pointer}.serviceCard__timeline .timeline_row .socials{display:flex;gap:12px;margin-top:10px}.serviceCard__timeline .timeline_row .socials .icon{color:#555;cursor:pointer;transition:.3s}.serviceCard__timeline .timeline_row .socials .icon:hover{transform:scale(1.05)}.contactCard{display:flex;flex-direction:column;color:#555!important;width:100vw;max-width:800px;padding:0 15px 150px;margin-right:auto;margin-left:auto;align-items:center}@media only screen and (max-width:768px){.contactCard{padding:0;width:95vw}}.contactCard h1{margin-top:100px;font-size:80px;line-height:105%}.contactCard h3{text-align:center}@media only screen and (max-width:768px){.contactCard{padding-bottom:40px}.contactCard h1{margin-top:100px}}.contactCard .contactCard__more_button{box-shadow:0 0 18px #555;background-color:hsla(0,0%,100%,.6);border-radius:12px}.contactCard .contactCard__more_button .link{padding:0!important;margin:0!important;font-size:30px;transition:.3s;-webkit-user-select:none;-moz-user-select:none;user-select:none}.contactCard .contactCard__more_button{cursor:pointer;transition:.3s;border:2px solid #fff;border-radius:8px;max-width:400px;margin-left:auto;margin-right:auto;padding:15px 60px;font-weight:500;font-size:20px}.contactCard .contactCard__more_button:hover{box-shadow:8px 8px 2px 1px #9300ff}.contactCard .contactCard__more_button:hover .link{color:#5e45d6}.contactCard .contactCard__more_button:hover{background-color:#fff}.contactCard .contactCard__more_button:active{box-shadow:0 0 2px 1px #9300ff}.contactCard__contact_wrap{width:100%;display:flex;flex-direction:column;justify-content:center}.contactCard__contact_wrap .only_on_mobile{display:none}.contactCard__contact_wrap a{text-decoration:none!important;color:#555;transition:.3s}.contactCard__contact_wrap a:hover{color:#5e45d6}.contactCard__contact_wrap{text-align:center}.contactCard__contact_wrap h2{font-size:40px;line-height:55px;margin-top:0;font-weight:400}.contactCard__contact_wrap h2 a{margin-left:30px;font-size:50px;font-weight:600}.contactCard__contact_wrap div{display:flex;gap:20px;justify-content:center;margin-bottom:20px}.contactCard__contact_wrap div .icon{cursor:pointer;transition:.3s}.contactCard__contact_wrap div .icon:hover{color:#555}@media only screen and (max-width:768px){.contactCard__contact_wrap .only_on_mobile{display:block}.contactCard__contact_wrap{margin-top:0}.contactCard__contact_wrap h2 a{margin-left:0;font-size:30px;line-height:35px;font-weight:700}}.moreContactCard{height:100vh;gap:50px;display:flex;flex-direction:column;align-items:flex-start;padding-top:100px;color:#555}.moreContactCard h2 a{text-decoration:none;color:#555;transition:.3s}.moreContactCard h2 a:hover{color:#5e45d6}.moreContactCard .socials{display:flex;gap:20px}.moreContactCard .socials .icon{cursor:pointer;transition:.3s}.moreContactCard .socials .icon:hover{color:#5e45d6}.moreContactCard div{border-radius:8px;min-width:30vw;width:100%;max-width:800px;padding:0 20px;margin-right:auto;margin-left:auto}.moreContactCard div div h2{font-weight:500}@media only screen and (max-width:768px){.moreContactCard div{width:80vw}.moreContactCard div div h2{line-height:25px}}.customWebCard{display:flex;flex-direction:column;color:#555!important;width:100vw;max-width:850px;min-height:100vh;padding:20px 15px 150px;margin-right:auto;margin-left:auto}.customWebCard .contactCard{text-align:center;padding:0}.customWebCard .contactCard a{color:#555}@media only screen and (max-width:768px){.customWebCard .contactCard h1{margin-top:15px!important;font-size:2.4rem}.customWebCard .contactCard .contactCard__contact_wrap h2{margin:0;line-height:1;padding-bottom:10px}}.customWebCard .contactCard .contactCard__contact_wrap{padding-bottom:85px}.customWebCard .contactCard .contactCard__contact_wrap a,.customWebCard .contactCard .contactCard__contact_wrap span{line-height:1.7}.customWebCard .contactCard .contactCard__contact_wrap div{padding-bottom:15px;padding-top:15px}.customWebCard h1{margin-top:100px}@media only screen and (max-width:768px){.customWebCard h1{margin-top:120px;line-height:115%}}.customWebCard header{max-width:800px;margin:0 auto 3rem;text-align:center}.customWebCard header h1{font-size:2.5rem;margin-bottom:1rem;color:#555}.customWebCard header .perex{font-size:1.2rem;font-weight:500;color:#666}.customWebCard section{padding:0 1rem}@media only screen and (max-width:768px){.customWebCard section{margin:0 auto .5rem}}.customWebCard section h2{font-size:1.8rem;margin-bottom:1rem;color:#555}.customWebCard section p{font-size:1rem;line-height:1.6;color:#444}.customWebCard section ul{padding-left:1.5rem}.customWebCard section ul li{margin-bottom:.75rem}.customWebCard section ul li strong{color:#555}.customWebCard section a{text-decoration:underline}.customWebCard section a:hover{text-decoration:none}.customWebCard .alert{display:flex;gap:10px;color:#616161!important;align-items:center}.customWebCard .alert p{font-weight:400;font-size:.9rem;line-height:1rem;color:#6f6f6f!important;margin:0}.customWebCard .alert{padding-bottom:35px}.customWebCard .balik{background:hsla(0,0%,100%,.7411764706);border:1px solid #e0e0e0;border-radius:.5rem;padding:1.5rem;margin-bottom:1.5rem;box-shadow:0 2px 8px rgba(0,0,0,.03);transition:.3s}.customWebCard .balik:hover{transform:scale(1.05)}.customWebCard .balik h3{font-size:1.4rem;margin-bottom:.5rem;color:#4b4b4b}.customWebCard .balik p{font-size:1rem;color:#555}@media(min-width:768px){.customWebCard header h1{font-size:3rem}.customWebCard section h2{font-size:2rem}.customWebCard .balik{display:flex;justify-content:space-between;align-items:flex-start}.customWebCard .balik h3{flex:1 1}.customWebCard .balik p{flex:2 1;margin-left:1rem}}@media only screen and (max-width:768px){.customWebCard{padding:0;width:95vw}}.clientsCard{padding:0 15px;min-height:60vh;display:flex;flex-direction:column;justify-content:center;color:#555!important;width:100vw}.clientsCard,.clientsCard .clientsCard_client_list_wrap{max-width:800px}@media only screen and (max-width:768px){.clientsCard .clientsCard_client_list_wrap{max-width:100%}}.clientsCard .clientsCard_client_list_wrap .swiper{width:100%;padding-top:50px;padding-bottom:50px}.clientsCard .clientsCard_client_list_wrap .swiper-slide{background-position:50%;display:flex;justify-content:center;align-items:center;width:300px;height:300px;border-radius:8px}@media only screen and (max-width:768px){.clientsCard .clientsCard_client_list_wrap .swiper-slide{width:150px;height:150px}}.clientsCard .clientsCard_client_list_wrap .swiper-pagination-bullet-active{background-color:#743de5;opacity:1}.clientsCard .clientsCard_client_list_wrap .swiper-slide img{display:block;border-radius:8px;width:100%}.clientsCard{margin-left:auto;margin-right:auto;align-items:center}@media only screen and (max-width:768px){.clientsCard{padding:0;width:95vw}}.clientsCard h1{margin-top:50px;font-size:80px;line-height:60px}.clientsCard h3{font-weight:400;margin-top:-40px;text-align:center}@media only screen and (max-width:768px){.clientsCard h1{margin-top:50px}}.clientsCard .clientsCard__wrap{display:flex;justify-content:center;position:relative;gap:30px;margin-bottom:30px}.clientsCard .clientsCard__wrap img{max-width:250px;border-radius:8px;cursor:pointer;transition:.3s}.clientsCard .clientsCard__wrap img:hover{transform:scale(1.05)}.clientsCard .clientsCard__wrap .clientCard_jazzCafe{max-width:530px}.clientsCard .clientsCard__wrap .clientCard_obyvackaBar{max-width:530px;position:relative;margin-top:-30px}.clientsCard .clientsCard__wrap .clientCard_mercyCoffe{max-width:310px;position:relative;margin-top:-30px;filter:drop-shadow(5px 5px 5px rgba(0,0,0,.8))}@media only screen and (max-width:768px){.clientsCard .clientsCard__wrap{justify-content:center;margin-left:30px;margin-right:30px}.clientsCard .clientsCard__wrap img{width:45%;max-width:200px}.clientsCard .clientsCard__wrap .clientCard_jazzCafe,.clientsCard .clientsCard__wrap .clientCard_obyvackaBar{max-width:430px;width:97%}.clientsCard .clientsCard__wrap .clientCard_mercyCoffe{max-width:430px;width:55%}}.pricingCard{padding:0 15px;min-height:80vh;display:flex;flex-direction:column;color:#555!important;width:100vw;max-width:800px;margin-left:auto;margin-right:auto;align-items:center}@media only screen and (max-width:768px){.pricingCard{padding:0;width:95vw}}.pricingCard h1{margin-top:50px;font-size:80px;line-height:60px}.pricingCard h3{font-weight:400;margin-top:-40px}@media only screen and (max-width:768px){.pricingCard h1{margin-top:50px}}.pricingCard__wrap{min-width:100%;height:auto;padding:40px 80px;gap:60px;display:flex;justify-content:center;margin-top:40px}@media only screen and (max-width:768px){.pricingCard__wrap{margin-top:10px;flex-direction:column;align-items:center;gap:120px}}.pricingCard__wrap .element{transform:scale(1.05);transition:.3s;cursor:default;width:220px;background-color:#fff;color:gray;border-radius:16px;padding:15px 50px;text-align:center;display:flex;justify-content:center}.pricingCard__wrap .element div ul{padding:0;list-style:none}.pricingCard__wrap .element div ul li{line-height:20px;margin-bottom:10px}.pricingCard__wrap .element{position:relative;box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-webkit-box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-moz-box-shadow:0 13px 42px 17px rgba(0,0,0,.3)}.pricingCard__wrap .element .content{padding-top:120px}.pricingCard__wrap .element .description{padding-top:50px;padding-bottom:15px}.pricingCard__wrap .element .price_wrap{display:flex;position:relative}.pricingCard__wrap .element .price{background-color:#fff;border-radius:100%;height:50px;width:50px;display:flex;justify-content:center;align-items:center;z-index:100;position:absolute;padding:30px;top:-80px;box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-webkit-box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-moz-box-shadow:0 13px 42px 17px rgba(0,0,0,.3)}.pricingCard__wrap .element .price span{font-size:30px;font-weight:700;line-height:20px;color:#9300ff}.pricingCard__wrap .element .price span span{font-weight:400;font-size:14px;color:gray}.pricingCard__wrap .element .upper_part{display:flex;justify-content:center;align-items:center;width:100%}.pricingCard__wrap .element .upper_part img{position:absolute;width:110%;left:-5%;top:-5%}.pricingCard__wrap .element .upper_part span{cursor:default;position:absolute;z-index:100;top:48px;line-height:34px;color:#fff;font-weight:500;font-size:32px}.pricingCard__wrap .element .action{background:linear-gradient(148deg,#9300ff,rgb(231,25,125));font-weight:500;color:#fff;border-radius:100px;width:70%;cursor:pointer;transition:.3s}.pricingCard__wrap .element .action:hover{transform:scale(1.05)}.pricingCard__wrap .element .action{position:absolute;display:flex;align-items:center;justify-content:center;height:50px;bottom:-25px;box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-webkit-box-shadow:0 13px 42px 17px rgba(0,0,0,.3);-moz-box-shadow:0 13px 42px 17px rgba(0,0,0,.3)}.admin_panel_layout,.default_layout{display:flex;flex-direction:column;overflow:hidden!important}.admin_panel_layout{justify-content:space-between;min-height:100vh}.public_profile_layout{min-height:120vh;margin:0;padding:25px 0;background:linear-gradient(180deg,#F8C3A3,#D4987C);font-family:Inter,sans-serif;display:flex;justify-content:center}.home_page{min-height:100vh;overflow:hidden;display:flex;flex-direction:column;align-items:center;position:relative}@media only screen and (max-width:425px){input,select,textarea{font-size:16px}}.login_page{display:flex;flex-direction:column;align-items:center;justify-content:center}.login_page .login_mobile_banner{display:none}@media only screen and (max-width:970px){.login_page .login_mobile_banner{display:block;width:100%;background-color:#fff3cd;color:#856404;border-bottom:1px solid #ffc107;padding:10px 16px;font-size:14px;text-align:center}}.login_page{height:100dvh}.login_page .mobile{display:none}@media only screen and (max-width:970px){.login_page .mobile{display:block!important;font-weight:480!important;font-size:25px!important;line-height:30px}}.login_page .login_card_hide{animation:hideLogin .5s ease-in-out}@keyframes hideLogin{0%{transform:translateY(0)}to{transform:translateY(120vh)}}.login_page .login_card_wrap{animation:loginCardAppear .8s ease;color:#2c2c2c;display:flex;max-height:700px;box-shadow:1px 2px 8px rgba(0,0,0,.455);border-radius:16px;margin:80px}@media only screen and (max-width:970px){.login_page .login_card_wrap{max-height:unset;max-width:420px;width:calc(100% - 40px);margin:20px;overflow:hidden}.login_page .login_card_wrap .login_card_left_side{padding-right:30px!important;padding-left:30px!important;margin-top:0!important;border-radius:16px!important}.login_page .login_card_wrap .login_card_left_side .mobile_img_wrap{display:block!important;margin-top:40px;width:100%}.login_page .login_card_wrap .login_card_left_side .mobile_img_wrap .img_bg{margin-left:auto;margin-right:auto;border-radius:100%;height:120px;width:120px;display:flex;justify-content:center;align-items:center}.login_page .login_card_wrap .login_card_left_side .mobile_img_wrap .img_bg img{width:80px;height:80px}}.login_page .login_card_wrap .login_card_left_side{width:100%;border-radius:16px 0 0 16px;background-color:hsla(0,0%,100%,.8);padding-right:105px;padding-left:105px;display:flex;flex-direction:column;justify-content:center;margin-top:-50px}.login_page .login_card_wrap .login_card_left_side .mobile_img_wrap{display:none}.login_page .login_card_wrap .login_card_left_side .title_wrap{text-align:center}.login_page .login_card_wrap .login_card_left_side .title_wrap .title{font-size:32px;font-weight:700}.login_page .login_card_wrap .login_card_left_side .title_wrap .mobile{display:none!important}.login_page .login_card_wrap .login_card_left_side .global_input_wrap{width:100%;display:flex;flex-direction:column;align-items:center}.login_page .login_card_wrap .login_card_left_side .global_input_wrap input{touch-action:manipulation!important;-webkit-text-size-adjust:100%!important}.login_page .login_card_wrap .login_card_left_side .input_wrap{position:relative;display:flex;flex-direction:column;text-align:left;width:100%;max-width:280px}.login_page .login_card_wrap .login_card_left_side .input_wrap .eye_icon{position:absolute;right:15px;bottom:8px;cursor:pointer;transition:.3s}.login_page .login_card_wrap .login_card_left_side .input_wrap .eye_icon:hover{transform:scale(1.1)}.login_page .login_card_wrap .login_card_left_side .input_wrap label{margin-bottom:5px;font-weight:700}.login_page .login_card_wrap .login_card_left_side .input_wrap input{border:2px solid #8e62ea;border-radius:12px;padding:15px 10px;background-color:#eaeaea}.login_page .login_card_wrap .login_card_left_side .input_wrap input::placeholder{color:#b1b1b1}.login_page .login_card_wrap .login_card_left_side .input_wrap input:active{outline:none}.login_page .login_card_wrap .login_card_left_side .input_wrap input:focus{outline:1px solid #8e62ea}.login_page .login_card_wrap .login_card_left_side .login_button_wrap{transition:.3s}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button{margin-top:25px;border:2px solid #fff;background:#723be5;background:linear-gradient(105deg,rgb(114,59,229),rgb(188,162,242));color:#fff;border-radius:8px;padding:10px 5px;transition:.3s;cursor:pointer;font-weight:700;font-size:22px}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button:hover{transition:.3s;transform:scale(1.02)}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button:active{font-size:20px}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button:nth-child(2){margin-top:25px;border:2px solid #723be5;background:#fff;color:#723be5;border-radius:8px;padding:8px 5px;transition:.3s;cursor:pointer;font-weight:700;font-size:22px}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button:nth-child(2):hover{transition:.3s;transform:scale(1.02)}.login_page .login_card_wrap .login_card_left_side .login_button_wrap button:nth-child(2):active{font-size:20px}@media only screen and (max-width:970px){.login_page .login_card_wrap .login_card_left_side .login_button_wrap{padding-bottom:40px}}@media only screen and (max-height:525px){.login_page .login_card_wrap .login_card_left_side .login_button_wrap{padding-bottom:25px}}.login_page .login_card_wrap .login_card_right_side{width:100%;text-align:center;display:flex}@media only screen and (max-width:970px){.login_page .login_card_wrap .login_card_right_side{display:none}}.login_page .login_card_wrap .login_card_right_side{flex-direction:column;justify-content:center;padding-right:105px;padding-left:105px;align-items:center;margin-top:-50px;overflow-x:hidden;background:#713ae5;background:linear-gradient(135deg,rgb(113,58,229),rgb(147,126,231));border-radius:0 16px 16px 0}.login_page .login_card_wrap .login_card_right_side .image_wrap{margin-top:80px;background-color:#fff;border-radius:100%;padding:20px 20px 10px}.login_page .login_card_wrap .login_card_right_side .image_wrap img{max-width:100px}.login_page .login_card_wrap .login_card_right_side .tips_wrap{color:#fff}.login_page .login_card_wrap .login_card_right_side .tips_wrap .tips{margin-top:30px;font-weight:500;font-size:22px}.login_page .login_card_wrap .login_card_right_side .tips_wrap .dots{font-size:54px}@keyframes loginCardAppear{0%{transform:translateY(120vh)}to{transform:translateY(0)}}.client_list_wrap{margin-top:5px}.w-100{width:100%}.w-75{width:75%}.w-50{width:50%}.w-25{width:25%}.row{display:flex;flex-direction:row}.public_profile_text_edit_wrap{display:flex;gap:15px}@media only screen and (max-width:1000px){.public_profile_header{display:none}}.public_profile_header{display:flex;justify-content:space-between;transition:.3s}.public_profile_header .indicator{width:100px;display:flex;align-items:center;gap:5px;transition:.3s;cursor:pointer}.public_profile_header .indicator:hover .icon{transform:scale(1.1)}.public_profile_header .indicator span{overflow:hidden;width:100px;animation:span_animation .3s ease-in-out}@keyframes span_animation{0%{width:0}to{width:100px}}.public_profile_header .indicator .icon{transition:.3s}.public_profile_header .indicator_active{color:#67bc06}.public_profile_header .indicator_active .indicator_bullet_point{background-color:#67bc06}.public_profile_header .indicator_inactive{color:#ff4500}.public_profile_header .indicator_inactive .indicator_bullet_point{background-color:#ff4500}.public_profile_button{cursor:pointer;border:1px solid #414141;padding:5px 10px;border-radius:10px;transition:.3s;margin-bottom:50px;width:220px;text-align:center}.public_profile_button:hover{background-color:#7038e4;color:#fff;border-color:#7038e4}.public_profile_button:active{transform:translateX(5px) translateY(5px)}@media only screen and (max-width:1000px){.public_profile_body{display:none}}.public_profile_body .publicProfileCardV1{border-radius:0;animation:none;max-width:none}.public_profile_body{max-height:calc(100vh - 115px);overflow:scroll;padding-top:0!important;margin-top:0!important}.public_profile_body input,.public_profile_body textarea{border:none;outline:none;background-color:hsla(0,0%,100%,.886)!important;box-shadow:1px 2px 8px rgba(0,0,0,.455);padding:12px 10px;border-radius:12px}.public_profile_body input[type=time]{padding:5px 10px;border-radius:8px}.public_profile_body input[type=checkbox]{accent-color:#6134c2}.public_profile_body input[type=range]{padding:none;border-radius:none;background-color:none;box-shadow:none;-webkit-appearance:none;width:250px;height:4px;background:#ddd;border-radius:5px;outline:none}.public_profile_body input[type=range]::-webkit-slider-runnable-track{background:hsla(0,0%,80%,.7176470588);height:4px;border-radius:5px}.public_profile_body input[type=range]::-moz-range-track{background:hsla(0,0%,80%,.7176470588);height:4px;border-radius:5px}.public_profile_body input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:24px;height:12px;background:#6134c2;border-radius:12px;cursor:pointer;box-shadow:0 0 4px rgba(0,0,0,.3);border:2px solid #fff;margin-top:-4px}.public_profile_body .settings_labels{display:flex;gap:15px}.public_profile_body .settings_labels .setting{background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);border-radius:16px;display:flex;justify-content:center;align-items:center;padding:15px 10px;gap:5px;cursor:pointer;transition:.3s ease-in-out}.public_profile_body .settings_labels .setting:hover{transform:translateY(5px)}.public_profile_body a{color:#6134c2}.generic_divider{position:absolute;transition:.5s ease-in-out;height:4px;border-radius:36px;background:linear-gradient(105deg,rgb(188,162,242),#7945E6);bottom:-6px;left:0}.menu_element{position:relative}.menu_element .invoice_alert{position:absolute;width:10px;height:10px;bottom:2px;right:-2px;border-radius:100%;background-color:#dc3c3c;border:1.5px solid #fff}@media only screen and (max-width:1000px){.alert_component{position:fixed}}.alert_component{box-shadow:1px 2px 8px rgba(0,0,0,.455);position:absolute;top:-100px;right:15px;transition:.4s;z-index:999!important;color:#2c2c2c;padding:10px 15px;border-radius:12px;display:flex;align-items:center;justify-content:center;gap:10px;background-color:#fff!important}.alert_component .icon{display:flex}@media only screen and (max-width:1000px){.admin_page{display:flex;flex-direction:column}.admin_page .logout_card{display:none!important}}.admin_page .align-center{display:flex;align-items:center}.admin_page .copy_icon{color:rgba(44,44,44,.5411764706);margin-left:5px;transition:.3s;cursor:pointer}.admin_page .copy_icon:hover{color:#6134c2}.admin_page input{background-color:rgba(0,0,0,0)}.admin_page .scroll_indicator{width:6px;height:20px;background-color:#6a39e2;border-radius:16px;position:absolute;right:10px;top:15px}.admin_page .remove_image_icon{position:absolute;bottom:10px;right:10px;transition:.3s}.admin_page .remove_image_icon:hover{transform:scale(1.1)}.admin_page .layout_wrap{display:flex;justify-content:space-between;gap:15px;flex-direction:row;margin-right:-10px}.admin_page .layout_wrap .layout_elements_wrap{position:relative;width:100%;margin-top:-10px}.admin_page .layout_wrap .layout_elements_wrap .section_row_element{width:calc(100% - 25px);padding:15px;margin-bottom:15px;border-radius:16px;background-color:hsla(0,0%,100%,.886);box-shadow:0 2px 8px rgba(0,0,0,.455);display:flex;align-items:center;gap:30px;transition:.3s}.admin_page .layout_wrap .layout_elements_wrap .section_row_element:hover{transform:translateX(-12px)}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .title_main_wrap{display:flex;align-items:center;gap:15px;width:40%}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .info_main_wrap{display:flex;align-items:center;gap:15px;width:50%;font-size:small}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .info_main_wrap .number_of_images{display:flex;align-items:center;gap:5px}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .action_main_wrap{display:flex;align-items:center;justify-content:flex-end;gap:25px;width:100%}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .action_main_wrap .action_element{display:flex;align-items:center;gap:5px;cursor:pointer;transition:.3s}.admin_page .layout_wrap .layout_elements_wrap .section_row_element .action_main_wrap .action_element:hover{color:#6134c2;transform:scale(1.02)}.admin_page .layout_wrap .layout_elements_wrap{max-height:calc(100vh - 170px)}@media only screen and (max-width:1000px){.admin_page .layout_wrap .layout_elements_wrap{max-height:none!important}}.admin_page .layout_wrap .layout_elements_wrap{overflow-y:scroll;padding:10px 15px}.admin_page .layout_wrap .layout_preview_wrap{display:flex;align-items:flex-end;justify-content:flex-end;width:25%;min-width:260px;flex-direction:column}.admin_page .layout_wrap .layout_preview_wrap .action_bar{width:25%;min-width:250px;padding-top:5px;display:flex;gap:15px}.admin_page .layout_wrap .layout_preview_wrap .action_bar .action{display:flex;align-items:center;white-space:nowrap;font-size:14px;gap:5px;transition:.3s;cursor:pointer}.admin_page .layout_wrap .layout_preview_wrap .action_bar .action:hover{color:#6134c2}.admin_page .item_preview_wrap{position:relative;width:50px!important;background-color:rgba(109,109,109,.6823529412)!important;color:#fff}.admin_page .item_preview_wrap:hover{transform:scale(1.05);background-color:rgba(109,109,109,.8941176471)}.admin_page .item_preview_wrap .item_preview{max-height:"140px";width:"auto";object-fit:contain}.admin_page button{margin-top:25px;border:2px solid #fff;background:#723be5;background:linear-gradient(105deg,rgb(114,59,229),rgb(188,162,242));color:#fff;border-radius:8px;padding:5px 15px;transition:.3s;cursor:pointer;font-weight:700;font-size:22px}.admin_page button:hover{transition:.3s;transform:scale(1.02)}.admin_page button:active{font-size:20px}.admin_page{display:flex;flex-direction:row;justify-content:space-between;height:100vh}@media only screen and (max-width:1000px){.admin_page{display:flex;flex-direction:column;height:auto}}.admin_page .move_items_wrap{color:#2c2c2c;display:flex;align-items:center;justify-content:space-between;cursor:pointer}.admin_page .move_items_wrap span{white-space:nowrap;width:0;overflow:hidden;transition:.2s}.admin_page .move_items_wrap:active{transform:scale(.98)}.admin_page .move_items_wrap:hover span{width:120px}.admin_page .no_offer_blocks_info{margin-top:25px;color:#2c2c2c;font-size:22px;font-weight:500;padding-left:20px;padding-right:20px;animation:localAnimation .3s ease-in-out}.admin_page .no_offer_blocks_info,.admin_page .not_available{display:flex;justify-content:center;flex-direction:column;align-items:center}.admin_page .not_available{min-height:50vh;gap:30px}.admin_page .not_available img{max-width:200px}.admin_page .title{font-size:28px;line-height:28px;font-weight:600}@media only screen and (max-width:1000px){.admin_page .subscribtion_journey{margin:8px 15px 0!important;border-radius:8px!important}}.admin_page .subscribtion_journey{display:flex;flex-direction:column;align-items:flex-end;gap:10px;padding-top:10px!important}.admin_page .subscribtion_journey progress{transition:width .3s ease-in-out;width:100%;height:10px;-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:18px}.admin_page .subscribtion_journey progress::-webkit-progress-bar{border-radius:18px;background-color:#e0e0e0}.admin_page .subscribtion_journey progress::-webkit-progress-value{-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#9a73ec}.admin_page .subscribtion_journey progress::-moz-progress-bar{-moz-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#9a73ec}.admin_page .subscribtion_journey .progress_unpaid::-moz-progress-bar{-moz-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#bd282b}.admin_page .subscribtion_journey .progress_unpaid::-webkit-progress-value{-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#bd282b}.admin_page .subscribtion_journey .progress_alert::-moz-progress-bar{-moz-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#ffce08}.admin_page .subscribtion_journey .progress_alert::-webkit-progress-value{-webkit-transition:width .3s ease-in-out;transition:width .3s ease-in-out;border-radius:18px;background-color:#ffce08}.admin_page .progress_wrapper{width:100%}.admin_page .progress_container,.admin_page .progress_wrapper{height:10px;border-radius:18px}.admin_page .progress_label{display:none}.admin_page .subtitle{font-size:20px;line-height:24px;font-weight:450}@media only screen and (max-width:1000px){.admin_page .supplier_offer_header{padding:0!important;background-color:rgba(0,0,0,0)!important;box-shadow:none!important}.admin_page .supplier_offer_header .title{font-size:20px}}.admin_page .supplier_offer_wrap{max-height:80vh;overflow:scroll}@media only screen and (max-width:1000px){.admin_page .supplier_offer_wrap{max-height:100vh}.admin_page .supplier_offer_wrap .supplier_offer{margin:0 15px 15px;gap:5px}.admin_page .supplier_offer_wrap .supplier_offer .title_section{gap:2px}.admin_page .supplier_offer_wrap .supplier_offer .title_section .company_name{font-size:20px;font-weight:600;padding-bottom:5px}.admin_page .supplier_offer_wrap .supplier_offer .title_section .title{font-size:18px;font-weight:500;line-height:20px}.admin_page .supplier_offer_wrap .supplier_offer .contact{padding-top:5px;gap:4px!important}}.admin_page .supplier_offer{display:flex;align-items:flex-start;gap:15px;padding-left:0!important;padding-bottom:0!important;padding-top:0!important;overflow:hidden}@media only screen and (max-width:1400px){.admin_page .supplier_offer{display:flex;padding-right:0!important;flex-direction:column!important}.admin_page .supplier_offer img{width:100%;object-fit:cover;border-radius:0!important}.admin_page .supplier_offer .title_section{overflow:hidden;max-width:none!important;width:calc(100% - 30px);margin:0 15px 15px}}.admin_page .supplier_offer .title_section{display:flex;flex-direction:column;gap:8px;position:relative;max-width:40vw;overflow:hidden}.admin_page .supplier_offer .title_section .company_name{font-size:26px;font-weight:500}.admin_page .supplier_offer .title_section .descr{white-space:nowrap;position:relative;width:100%}.admin_page .supplier_offer .title_section .descr:hover{animation:scroll-text 10s linear infinite}@keyframes scroll-text{0%{transform:translateX(0)}to{transform:translateX(-100%)}}.admin_page .supplier_offer .title_section .title{font-size:22px;font-weight:450}.admin_page .supplier_offer .title_section .contact{display:flex;align-items:center;gap:15px}@media only screen and (max-width:1000px){.admin_page .supplier_offer .title_section .contact{flex-direction:column;align-items:flex-start}}.admin_page .supplier_offer .title_section .contact span{display:flex;align-items:center;gap:5px;transition:.3s}.admin_page .supplier_offer .title_section .contact span:hover{color:#6134c2}.admin_page .supplier_offer img{max-height:190px;border-radius:16px 0 0 16px}.admin_page .invoice_item_element{padding:10px 15px!important;border-radius:8px!important;transition:.3s;display:flex;justify-content:space-between;align-items:center}.admin_page .invoice_item_element .invoice_period{display:flex;align-items:center;gap:5px;color:#2c2c2c}.admin_page .invoice_item_element .payme_icon{margin-right:10px;cursor:pointer;transition:.3s}.admin_page .invoice_item_element .payme_icon:hover{transform:scale(1.25)}.admin_page .invoice_item_element .invoice_status{padding:1px 15px;border-radius:6px;display:flex;align-items:center;gap:10px;font-size:14px;white-space:nowrap}.admin_page .invoice_item_element .invoice_status_paid{background-color:#18bc27;color:#fff}.admin_page .invoice_item_element .invoice_status_pending{background-color:#dc3c3c;color:#fff}.admin_page .invoice_item_element .invoice_status_overdue{background-color:#ff810c;color:#fff}.admin_page .invoice_item_element .inner_wrap_1{display:flex;align-items:center;gap:10px}.admin_page .invoice_item_element .inner_wrap_1 .invoice_open{cursor:pointer;display:flex;align-items:center;transition:.3s;color:#2c2c2c}.admin_page .invoice_item_element .inner_wrap_1 .invoice_open:hover{transform:scale(1.05);color:#6a39e2}.admin_page .invoice_item_element:hover{transform:translateX(8px)}.admin_page .invoice_list_wrap{display:flex;justify-content:space-between;width:100%}.admin_page .invoice_list_wrap .transparent_card.invoice_list_holder{border-radius:0;margin-left:0;margin-right:0}.admin_page .invoice_list_wrap .invoice_list_holder{width:60%;position:relative}.admin_page .invoice_list_wrap .invoice_list_holder .card{margin:0 0 15px!important}.admin_page .invoice_list_wrap .invoice_list_holder .title{padding:10px 15px 0!important;color:#2c2c2c}.admin_page .invoice_list_wrap .no_invoices{display:flex;align-items:center;gap:10px}.admin_page .invoice_list_wrap .invoice_list{margin-left:0;margin-right:0;height:85%;overflow-y:scroll;border-radius:0;padding:0 15px 10px!important}.admin_page .invoice_list_wrap .invoice_list .card{margin-top:5px!important}.admin_page .invoice_list_wrap .invoice_preview{display:flex;text-align:center;width:40%}.admin_page .subscription_period_card{width:100%}.admin_page .subscription_period{font-weight:500;color:#6a39e2}.admin_page .sunscription_info_wrap .pay_me_button{margin:0 0 10px;border-radius:12px;padding-bottom:12px;padding-top:12px;display:flex;align-items:center;gap:5px;justify-content:space-between;text-align:center;transition:.3s;cursor:pointer}.admin_page .sunscription_info_wrap .pay_me_button:hover{background:#6134c2;color:#fff}.admin_page .subscription_info{display:flex}.admin_page .add_after_element_selector_wrap{max-width:350px}.admin_page .stats_wrap{overflow-x:scroll;height:calc(100vh - 88px)}@media only screen and (max-width:1000px){.admin_page .stats_wrap{height:100%}}.admin_page .stats_row .achievement_card{display:flex;justify-content:center;align-items:center;flex-direction:column}.admin_page .stats_row .achievement_card img{max-width:90px}@media only screen and (max-width:1000px){.admin_page .stats_row .achievement_card{padding:20px 0!important}.admin_page .stats_row .achievement_card img{max-width:60px}}.admin_page .stats_row .achievement_card .number{font-size:40px;line-height:38px;font-weight:600;animation:achievement_animation .5s ease-in-out;animation-delay:5s;animation-iteration-count:2}@keyframes achievement_animation{0%{transform:scale(1)}50%{transform:scale(1.3)}to{transform:scale(1)}}.admin_page .stats_row .achievement_card .description{font-size:18px;text-align:center;line-height:18px;font-weight:500}.admin_page .stats_row .source_stats_proposal{font-size:14px;padding-top:8px;line-height:18px}@media only screen and (max-width:1741px){.admin_page .stats_row .source_stats_proposal{text-align:center}}@media only screen and (max-width:1000px){.admin_page .stats_row .source_stats_proposal{text-align:start;padding-left:15px}.admin_page .stats_row .source_card{padding:20px 0!important;max-height:300px!important}.admin_page .stats_row .source_card .source_stats{justify-content:flex-start;text-align:start;padding-left:15px;flex-direction:row;font-size:15px}.admin_page .stats_row .source_card .source_stats .icon{transform:translateX(0) translateY(0)!important}}@media only screen and (max-width:1741px){.admin_page .stats_row .source_card{overflow:hidden;max-height:0}.admin_page .stats_row .source_card .source_stats .icon{transition:.2s;transform:translateY(-14px)}.admin_page .stats_row .source_card:hover{max-height:300px}.admin_page .stats_row .source_card:hover .source_stats .icon{transform:translateX(0) translateY(0)}}.admin_page .stats_row .source_stats{display:flex;align-items:center;gap:15px}.admin_page .stats_row .source_stats span{font-weight:700;font-size:25px}.admin_page .stats_row .source_stats{line-height:18px}.admin_page .stats_row .source_stats div{display:flex}@media only screen and (max-width:1741px){.admin_page .stats_row .source_stats{flex-direction:column;text-align:center;justify-content:center}.admin_page .stats_row .source_stats div{height:0;overflow:hidden}.admin_page .stats_row .source_stats:hover div{height:100%}}.admin_page .selector_element_wrap{background-color:hsla(0,0%,100%,.886)!important;box-shadow:1px 2px 8px rgba(0,0,0,.455);display:flex;justify-content:space-between;align-items:center;border-radius:10px}.admin_page .selector_element_wrap .icon{margin-right:10px}.admin_page .selector_element_wrap{position:relative}.admin_page .selector_element_wrap .selector{min-width:150px!important;width:calc(100% - 40px);height:100%;cursor:pointer;display:flex;align-items:center;padding:6px 10px}.admin_page .selector_element_wrap .selector span{overflow:hidden;white-space:nowrap;animation:selectorAnimation .7s ease-in-out}.admin_page .selector_element_wrap .selector_list_open{max-height:200px!important;min-height:50px!important;padding-bottom:10px!important;padding-top:5px!important}.admin_page .selector_element_wrap .selector_list{border-radius:12px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);transition:.3s;overflow-y:scroll;max-height:0;width:100%;top:40px;left:0;z-index:900;position:absolute}.admin_page .selector_element_wrap .selector_list .selector_element{padding:5px 0 0 10px!important;cursor:pointer;padding-top:5px}.admin_page .selector_element_wrap .selector_list .selector_element:hover{color:#6a39e2;font-weight:500}.admin_page .selector_element_wrap .selector_list .selector_element_active{color:#6a39e2}.admin_page .create_element_button_hidden{bottom:-100px!important}.admin_page .create_offer_block_button_wrap{animation:create_button_load_animation .8s ease-in-out;transition:.6s;color:#2c2c2c;display:flex;align-items:center;z-index:990;gap:5px}.admin_page .create_offer_block_button_wrap span{max-width:0;transition:.6s;overflow:hidden;white-space:nowrap}.admin_page .create_offer_block_button_wrap .create_element_button{width:45px;height:45px;transition:.3s;background:#7945e6;background:linear-gradient(105deg,#7945E6,rgb(188,162,242));color:#fff;z-index:990;display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer}.admin_page .create_offer_block_button_wrap .create_element_button:hover,.admin_page .create_offer_block_button_wrap:hover .create_element_button{transform:scale(1.05)}.admin_page .create_offer_block_button_wrap:hover span{max-width:500px}@media only screen and (max-width:1000px){.admin_page .create_element_button_wrap{bottom:10px!important;right:10px!important;position:fixed}}.admin_page .create_element_button_wrap{animation:create_button_load_animation .8s ease-in-out}@keyframes create_button_load_animation{0%{bottom:-100px}to{bottom:25px}}.admin_page .create_element_button_wrap{position:absolute;bottom:25px;right:25px;transition:.3s;color:#2c2c2c;display:flex;align-items:center;gap:10px;z-index:990}.admin_page .create_element_button_wrap span{max-width:0;transition:.3s;overflow:hidden;white-space:nowrap}.admin_page .create_element_button_wrap .create_element_button{width:45px;height:45px;transition:.3s;background:#7945e6;background:linear-gradient(105deg,#7945E6,rgb(188,162,242));color:#fff;z-index:990;display:flex;align-items:center;justify-content:center;border-radius:100%;cursor:pointer}.admin_page .create_element_button_wrap .create_element_button:hover,.admin_page .create_element_button_wrap:hover .create_element_button{transform:scale(1.05)}.admin_page .create_element_button_wrap:hover span{max-width:500px}.admin_page .checkbox_wrap{display:flex;gap:10px;align-items:center}.admin_page .checkbox{border-radius:8px;padding:10px;display:flex;justify-content:center;align-items:center;cursor:pointer;transition:.3s}.admin_page .checkbox:hover{transform:scale(1.05)}@media only screen and (max-width:1000px){.admin_page .create_element_block_modal .modal{max-width:1000px!important;min-width:50px!important;background-color:#fff!important;min-height:100vh;border-radius:0!important;width:100%;padding:0!important}.admin_page .create_element_block_modal .modal .close_icon{margin-top:10px}.admin_page .create_element_block_modal .modal .content{width:100%;padding:5px 0}.admin_page .create_element_block_modal .modal .content .title_row{padding:10px 15px 5px!important}.admin_page .create_element_block_modal .modal .content .title_row .icon{display:none}.admin_page .create_element_block_modal .modal .content .fields_wrap{padding:0 15px;flex-direction:column;gap:5px!important;padding-bottom:65px!important;position:relative}.admin_page .create_element_block_modal .modal .content .fields_wrap .button{position:absolute!important;top:500px!important;height:48px!important;width:calc(100vw - 28px)!important;position:fixed;border-radius:12px!important;left:15px!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .extended_section{max-width:none!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_2 .row_1{justify-content:center}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element{width:100%!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_2 .row_2{margin-top:20px!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_3 .field_element{width:100%!important;max-width:none!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_3 .field_element .field{width:calc(100% - 30px)!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_3 .field_element .selected_icon_offer_block{height:100%;min-height:150px;margin-top:5px}.admin_page .create_element_block_modal .modal .content .fields_wrap .fields_col_3 .field_element .selected_icon_offer_block:hover{transform:scale(1.01)!important}.admin_page .create_element_block_modal .modal .content .fields_wrap .extended_section{padding:0 5px;overflow:visible!important;margin-bottom:60px}.admin_page .create_element_block_modal .modal .content .fields_wrap .extended_section .description_card_element{width:calc(100vw - 66px)!important}.admin_page .create_element_modal{height:100vh!important;overflow-y:scroll!important}.admin_page .create_element_modal .modal{max-width:1000px!important;min-width:50px!important;height:100%;min-height:100dvh!important;border-radius:0!important;background-color:#fff!important;position:absolute!important;top:0!important;left:0!important;width:100%;padding:0!important}.admin_page .create_element_modal .modal .close_icon{margin-top:10px}.admin_page .create_element_modal .modal .content{width:100%;padding:5px 0}.admin_page .create_element_modal .modal .content .title_row{padding:10px 15px 5px!important}.admin_page .create_element_modal .modal .content .title_row .icon{display:none}.admin_page .create_element_modal .modal .content .fields_wrap{padding:0 15px;flex-direction:column;gap:5px!important;position:relative}.admin_page .create_element_modal .modal .content .fields_wrap .button{position:fixed;top:60px;right:10px!important;border-radius:100%;width:55px;height:55px;display:flex;justify-content:center;align-items:center;z-index:200}.admin_page .create_element_modal .modal .content .fields_wrap .button .save_text{display:none}.admin_page .create_element_modal .modal .content .fields_wrap .button .save_icon{display:block!important}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section{max-width:none!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1{justify-content:center}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element{width:100%!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_2{margin-top:20px!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element{width:100%!important;max-width:none!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element .item_preview_wrap{padding:15px 0!important;width:100%!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element .item_preview_wrap:hover{transform:scale(1.01);background-color:rgba(109,109,109,.8941176471)}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section{padding:0 5px;overflow:visible!important;margin-bottom:60px}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section .description_card_element{width:calc(100vw - 66px)!important}}.admin_page .create_element_modal{display:flex;flex-direction:column;gap:10px}.admin_page .create_element_modal .modal .content .fields_wrap .button .save_icon{display:none}.admin_page .create_element_modal .admin_flag_preview{padding-top:10px;cursor:pointer;transition:.3s}.admin_page .create_element_modal .admin_flag_preview:hover img{filter:none;transform:scale(1.05)}.admin_page .create_element_modal .admin_flag_preview img{max-width:72px;padding-right:5px;transition:.3s;filter:grayscale(100%)}@media only screen and (max-width:1000px){.admin_page .create_element_modal .admin_flag_preview img{max-width:42px}}.admin_page .create_element_modal .admin_flag_preview .flag_selected{filter:none}.admin_page .create_element_modal .item_icon_card{z-index:500;transition:.3s;border-radius:16px;color:#2c2c2c;display:flex;flex-wrap:wrap;flex-direction:row;gap:15px}.admin_page .create_element_modal .item_icon_card .icon{cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center;background-color:rgba(109,109,109,.6823529412);padding:5px;border-radius:12px;transition:.3s;width:40px;height:40px}.admin_page .create_element_modal .item_icon_card .icon img{width:40px}.admin_page .create_element_modal .item_icon_card .icon:hover{transform:scale(1.05);background-color:rgba(109,109,109,.8941176471)}.admin_page .create_element_modal .offer_block_icon_card_visible{min-height:100px;padding:35px 45px;transform:translateY(0);opacity:1}.admin_page .create_element_modal .offer_block_icon_card_hidden{transform:translateY(-10px);overflow:hidden;height:0;min-height:0;padding:0 45px;opacity:0}.admin_page .create_element_modal .selected_icon_offer_block{background-color:rgba(109,109,109,.6823529412);color:#fff}.admin_page .create_element_modal .selected_icon_offer_block:hover{transform:scale(1.05);background-color:rgba(109,109,109,.8941176471)}.admin_page .create_element_modal .selected_icon_offer_block img{width:60px!important}.admin_page .create_element_modal .offer_block_icon_card{scroll-behavior:smooth;z-index:500;transition:.3s;width:462px;max-height:100px;overflow:scroll;border-radius:16px;color:#2c2c2c;display:flex;flex-wrap:wrap;flex-direction:row;justify-content:space-between;gap:7px}.admin_page .create_element_modal .offer_block_icon_card .offer_block_icon{cursor:pointer;display:flex;justify-content:center;align-items:center;text-align:center;background-color:rgba(109,109,109,.6823529412);padding:15px;border-radius:16px;transition:.3s}.admin_page .create_element_modal .offer_block_icon_card .offer_block_icon img{width:40px}.admin_page .create_element_modal .offer_block_icon_card .offer_block_icon:hover{transform:scale(1.05);background-color:rgba(109,109,109,.8941176471)}@media only screen and (max-width:1000px){.admin_page .create_element_modal .offer_block_icon_card{padding:20px 10px;max-height:50vh;width:90%}.admin_page .create_element_modal .offer_block_icon_card .offer_block_icon{padding:10px}.admin_page .create_element_modal .modal{position:fixed!important;overflow-y:scroll!important}}.admin_page .create_element_modal .modal{align-items:flex-start!important;justify-content:flex-start!important;max-width:none!important;min-width:none!important}.admin_page .create_element_modal .modal .button{max-width:none!important}.admin_page .create_element_modal .modal .button:active{font-size:18px!important;outline:1px solid #7945e6}.admin_page .create_element_modal .modal .content .error_message{font-size:14px;color:#c00808;font-weight:300}.admin_page .create_element_modal .modal .content .title_row{font-size:24px;font-weight:600;display:flex;justify-content:space-between;align-items:center}.admin_page .create_element_modal .modal .content .title_row .icon{cursor:pointer;transition:.3s;color:#2c2c2c}.admin_page .create_element_modal .modal .content .title_row .icon:hover{color:#6134c2;transform:scale(1.05)}.admin_page .create_element_modal .modal .content .section_row{border-bottom:1px solid #a4a4a4;padding-bottom:10px}.admin_page .create_element_modal .modal .content .fields_wrap{display:flex;gap:20px}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section_visible{max-width:300px!important;padding-left:10px}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section{max-width:0;transition:.3s;overflow:hidden}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section .checkbox_wrap,.admin_page .create_element_modal .modal .content .fields_wrap .extended_section .field_element{min-width:230px}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section .field_element .description_card_element{width:85%}.admin_page .create_element_modal .modal .content .fields_wrap .extended_section .field_element .description_card_element textarea{width:250px!important}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_1 .field_element .field{position:relative}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_1 .field_element .field .clear_input{cursor:pointer;color:#848484;position:absolute;z-index:900;background-color:#fff}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_1 .field_element .field{width:auto}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_1 .field_element .field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .field{position:relative}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .field .clear_input{cursor:pointer;color:#848484;position:absolute;z-index:900;background-color:#fff}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1{display:flex;flex-direction:row;gap:15px}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element{width:120px;position:relative}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .clear_input{cursor:pointer;color:#848484;position:absolute;z-index:900;background-color:#fff}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .price_field,.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .volume_field{padding:10px;border-radius:10px;display:flex}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .price_field:focus-within,.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .volume_field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .price_field input,.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .volume_field input{width:100%;border:none}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .price_field input:focus,.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_1 .field_element .volume_field input:focus{border:none;outline:none}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_2 .row_2{margin-top:34px;display:flex;flex-direction:column;gap:7px}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) label{visibility:hidden}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2){height:calc(100% - 100px)}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) .field:focus-within{box-shadow:1px 2px 8px #6134c2}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) .field{cursor:pointer;transition:.3s}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) .field .icon{transition:.3s}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) .field img{width:110px;border-radius:8px}.admin_page .create_element_modal .modal .content .fields_wrap .fields_col_3 .field_element:nth-child(2) .field{height:100%!important;flex-direction:column;display:flex;justify-content:center;align-items:center}.admin_page .create_element_modal .modal .content .fields_wrap .field_element{margin-top:10px}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .description_card_element_disabled{opacity:.2}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .description_card_element textarea{border:none;max-width:190px;resize:none}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .description_card_element textarea:focus{border:none;outline:none}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .field{padding:10px 15px;border-radius:12px;min-width:180px;width:60%;display:flex;align-items:center;justify-content:space-between}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .field input{width:100%;border:none}.admin_page .create_element_modal .modal .content .fields_wrap .field_element .field input:focus{border:none;outline:none}.admin_page .select_flag_wrap{min-width:220px;display:flex}.admin_page .select_flag_wrap .checkbox_wrap{min-width:50px!important}@media only screen and (max-width:1000px){.admin_page .confirm_modal .modal{padding:30px 0!important}.admin_page .confirm_modal{position:fixed!important;overflow-y:scroll!important;height:100vh!important}}.admin_page .confirmation_modal{position:absolute;z-index:998;width:100vw;height:100vh;background-color:rgba(0,0,0,.568627451)!important;display:flex;align-items:center;justify-content:center}.admin_page .confirmation_modal .modal{padding:35px 45px;transition:.3s;color:#2c2c2c;background-color:hsla(0,0%,100%,.886);border-radius:16px;max-width:350px;min-width:300px;display:flex;align-items:center;justify-content:center;flex-direction:column;position:relative;animation:localAnimation .3s ease-in-out}.admin_page .confirmation_modal .modal .close_icon{position:absolute;right:10px;top:10px;cursor:pointer;transition:.3s}.admin_page .confirmation_modal .modal .close_icon:hover{transform:scale(1.1)}.admin_page .confirmation_modal .modal .text{text-align:center}.admin_page .confirmation_modal .modal .button{width:100%;max-width:180px;margin-top:10px;border:2px solid #fff;background:#7945e6;background:linear-gradient(105deg,#7945E6,rgb(188,162,242));color:#fff;border-radius:8px;padding:8px 5px;transition:.3s;cursor:pointer;font-weight:700;font-size:18px}.admin_page .confirmation_modal .modal .button:hover{transition:.3s;transform:scale(1.02)}.admin_page .confirmation_modal .modal .button:active{font-size:18px!important;outline:1px solid #7945e6}.admin_page .card_element{background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455)}.admin_page .card_transparent{animation:opening_middle_card_animation .5s ease-in-out;margin:20px 15px;transition:.5s;color:#2c2c2c}@media only screen and (max-width:1000px){.admin_page .stats_title_wrap{padding:0!important;background-color:rgba(0,0,0,0)!important;box-shadow:none!important}.admin_page .stats_title_wrap .title{font-size:20px}}.admin_page .client_card_header{display:flex;justify-content:space-between;align-items:center}.admin_page .client_card_header .cta_section div{cursor:pointer;transition:.3s;display:flex;align-items:center;gap:10px;font-size:14px}.admin_page .client_card_header .cta_section div:hover{color:#6134c2}.admin_page .client_card_wrap{animation:opening_middle_card_animation .5s ease-in-out;display:inline-block;width:100%;height:calc(100vh - 65px - 30px - 40px);overflow:scroll}.admin_page .client_card{border-radius:16px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);margin:20px 15px;transition:.5s;padding:20px;color:#2c2c2c;justify-content:space-between}.admin_page .client_card .logo_row{display:flex;justify-content:space-between;gap:35px;align-items:flex-start}.admin_page .client_card .logo_row .other_info{display:flex;flex-direction:column;align-items:flex-end}.admin_page .client_card .logo_row .subs_part{display:flex;gap:10px}.admin_page .client_card .logo_row .status_wrap{background-color:#d3d3d3;padding:0 15px;border-radius:4px;font-size:12px;text-align:center;min-width:90px}.admin_page .client_card .logo_row .status_wrap_active{background-color:#049609;color:#fff}.admin_page .client_card .logo_row .status_wrap_inactive{background-color:#b00f01;color:#fff}.admin_page .client_card .logo_row .subscription_ends{font-size:12px}.admin_page .client_card .logo_row .last_login{font-size:12px;display:flex;align-items:center;padding-top:6px}.admin_page .client_card .logo_row .subscription_wrap{min-width:90px;margin-top:5px;background-color:#ff6d04;color:#fff;padding:0 15px;border-radius:4px;font-size:12px;text-align:center}.admin_page .client_card .logo_row .theme_wrap{margin-top:5px;display:flex;justify-content:flex-end}.admin_page .client_card .logo_row .logo_wrap .logo_wrapper{width:50px}.admin_page .client_card .logo_row .logo_wrap .logo_wrapper img{width:100%}.admin_page .client_card .logo_row .logo_wrap{display:flex;gap:15px}.admin_page .client_card .logo_row .info_row{display:flex;flex-direction:column;justify-content:space-between}.admin_page .client_card .logo_row .info_row .bold_info{font-size:20px;font-weight:500}.admin_page .client_card .logo_row .address{display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:2px}@media only screen and (max-width:1000px){.admin_page .stats_row{flex-direction:column}.admin_page .stats_row h3{margin:0!important;font-size:16px}.admin_page .stats_row .card{padding:4px}.admin_page .stats_row .stats_wrap.w-75{width:100%}.admin_page .stats_row .stats_cards_wrap{width:calc(100% - 30px);padding:0}}.admin_page .invoices_wrapper .subscription_info_next_invoice_text{margin-top:0;width:100%;display:flex;align-items:center;gap:5px}@media only screen and (max-width:1000px){.admin_page .invoices_wrapper .title{font-size:20px}.admin_page .invoices_wrapper .sunscription_info_wrap .subscription_info{flex-direction:column;gap:8px}.admin_page .invoices_wrapper .sunscription_info_wrap .subscription_info .subscription_period_card{width:calc(100% - 50px);padding:10px!important;margin:15px;border-radius:8px}.admin_page .invoices_wrapper .invoice_list_wrap{flex-direction:column;width:100%}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_preview{padding:0 15px;width:unset;margin:0 15px 15px}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_preview .profile_row .row_name_phone{flex-direction:column;align-items:flex-start}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_preview .profile_row .row_name_phone .secondary_text{font-size:17px;width:100%;display:flex;align-items:center;justify-content:space-between}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder{width:100%}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder .invoice_list{margin:0 0 -10px!important;padding:0 15px!important}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder .invoice_item_element{align-items:flex-start;flex-direction:column}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder .invoice_item_element .inner_wrap_1{align-items:flex-start;flex-direction:column;position:relative;width:100%}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder .invoice_item_element .inner_wrap_1 .invoice_status{padding:1px 15px;position:absolute;top:-14px;right:-5px}.admin_page .invoices_wrapper .invoice_list_wrap .invoice_list_holder .invoice_item_element .inner_wrap_1 .invoice_open{position:absolute;bottom:0;right:-5px}.admin_page .layout_update_wrapper .mobile_view_card{display:none}.admin_page .layout_update_wrapper .layout_elements_wrap{padding:0 4px}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element:hover{transform:translateX(5px)}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element{padding:10px;border-radius:6px}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .title_main_wrap .title_wrap span{min-width:110px;display:inline-block;line-height:16px!important}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .info_main_wrap .number_of_element{min-width:none!important}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .info_main_wrap .number_of_element span{display:inline-block;line-height:15px!important}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .info_main_wrap .number_of_images{display:none!important}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .action_main_wrap{gap:10px}.admin_page .layout_update_wrapper .layout_elements_wrap .section_row_element .action_main_wrap span{display:none}.admin_page .layout_edit_title_card{padding:5px!important;background-color:rgba(0,0,0,0)!important;box-shadow:none!important;display:flex;margin:10px!important;align-items:center}.admin_page .layout_edit_title_card .title{font-size:20px;line-height:18px}.admin_page .layout_edit_title_card .action .action_element{border-radius:16px;background-color:hsla(0,0%,100%,.886);box-shadow:0 0 4px rgba(0,0,0,.455);padding:5px;border-radius:6px;white-space:nowrap;font-size:14px}.admin_page .layout_edit_title_card .action .action_element:first-child,.admin_page .layout_edit_title_card .action .action_element:nth-child(3){display:none}}.admin_page .layout_edit_title_card{display:flex;justify-content:space-between}.admin_page .layout_edit_title_card .action{display:flex;gap:20px}.admin_page .layout_edit_title_card .action .action_element{cursor:pointer;position:relative;display:flex;align-items:center;gap:5px;transition:.3s}.admin_page .layout_edit_title_card .action .action_element .edit_indicator{position:absolute;left:-3px;bottom:1px;width:5px;height:5px;border-radius:100%;border:2px solid #fff}.admin_page .layout_edit_title_card .action .action_element:hover{transform:translateX(-5px)}.admin_page .justify-between{justify-content:space-between}.admin_page .profile_col{width:50%}.admin_page .profile_row{display:flex;flex-direction:column;width:100%}.admin_page .profile_row .primary_text{font-size:22px;font-weight:500}.admin_page .profile_row .secondary_text{white-space:nowrap;font-size:18px}.admin_page .profile_row .phone_number{display:flex;gap:10px;align-items:center}.admin_page .profile_row .row_name_phone{display:flex;justify-content:space-between}.admin_page .profile_row .row_email{display:flex;justify-content:flex-end}.admin_page .margin-sides-0{margin:20px 0!important}.admin_page .margin-top-0{margin-top:0!important}.admin_page .transparent_card{padding:0}.admin_page .card,.admin_page .transparent_card{animation:opening_middle_card_animation .5s ease-in-out;border-radius:16px;margin:20px 15px;transition:.5s;color:#2c2c2c}.admin_page .card{background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);padding:20px}.admin_page .nav_card .header_hamburger{display:none}.admin_page .nav_card{margin-bottom:20px!important;height:100%}@media only screen and (max-height:700px){.admin_page .nav_card{height:80%;overflow:scroll}}.admin_page .nav_card .settings_element{padding:5px 0;display:flex;align-items:center;transition:.3s;gap:8px;cursor:pointer}.admin_page .nav_card .settings_element:hover{color:#6a39e2}@keyframes rotate-animation{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.admin_page .nav_card .logo_wrap{position:relative}.admin_page .nav_card .logo_wrap .loading_wrap{visibility:hidden;transition:.3s;position:absolute;right:-15px;top:-15px;font-size:14px;line-height:12px;display:flex;gap:5px;align-items:flex-start}.admin_page .nav_card .logo_wrap .loading_wrap .loading_icon_local{animation:rotate-animation 1s linear infinite}.admin_page .nav_card .logo_wrap .client_logo{width:55px}.admin_page .nav_card .logo_wrap .logo_bg{position:relative;background-color:#7945e6;border-radius:100%;width:90px;height:90px;display:flex;justify-content:center;align-items:center}.admin_page .nav_card .logo_wrap .logo_bg .business_establishment_name_mobile_label{display:none}.admin_page .nav_card .logo_wrap .logo_bg .mojeqr_logo{width:25px;position:absolute;top:0;right:0}.admin_page .nav_card .name_wrap{color:#2c2c2c;border-bottom:1px solid #a4a4a4;padding-bottom:5px}.admin_page .nav_card .name_wrap .name{font-size:larger;font-weight:600}.admin_page .nav_card .name_wrap .email{font-size:medium;display:flex;align-items:center;gap:10px}.admin_page .nav_card .name_wrap .email .icon{cursor:pointer;transition:.3s}.admin_page .nav_card .name_wrap .email .icon:hover{color:#6a39e2}.admin_page .nav_card .logout_mobile_wrap{display:none}.admin_page .nav_card .settings_wrap{border-bottom:1px solid #a4a4a4}.admin_page .nav_card .settings_wrap .title_wrap{color:#2c2c2c;font-size:larger;font-weight:600;border-bottom:1px solid #a4a4a4;padding-bottom:5px;margin-top:5px}.admin_page .nav_card .settings_wrap .settings_elements_wrap{position:relative}.admin_page .nav_card .settings_wrap .settings_elements_wrap .settings_element_active_indicator{width:5px;height:20px;top:8px;transition:.3s;border-radius:16px;background-color:#6a39e2;position:absolute}.admin_page .nav_card .settings_wrap .settings_elements_wrap .settings_element_active{padding-left:10px;color:#6a39e2}.admin_page .how_to_wrap{overflow:scroll;height:calc(100vh - 65px - 30px - 40px)}.admin_page .how_to_wrap .how_to_element_wrap .text{font-size:15px}.admin_page .how_to_wrap .how_to_element_wrap .text b{font-weight:600}.admin_page .how_to_wrap .how_to_in_row{display:flex;flex-direction:row}@media only screen and (max-width:1000px){.admin_page .how_to_wrap .how_to_in_row{flex-direction:column}.admin_page .logout_card{display:flex;flex-direction:column;max-height:500px;text-align:center}.admin_page .logout_card .logout_message_for_phones{display:flex!important}}.admin_page .logout_card .logout_message_for_phones{display:none}.admin_page .logout_card{height:100%;margin-top:0!important;margin-bottom:20px!important;display:flex;align-items:flex-end;max-height:45px}.admin_page .logout_card .logout_button{width:100%;border:2px solid #fff;background:#7945e6;background:linear-gradient(105deg,#7945E6,rgb(188,162,242));color:#fff;border-radius:8px;padding:8px 5px;transition:.3s;cursor:pointer;font-weight:700;font-size:22px}.admin_page .logout_card .logout_button:hover{transition:.3s;transform:scale(1.02)}.admin_page .logout_card .logout_button:active{font-size:20px}.admin_page .content_card{background-color:rgba(0,0,0,0)!important;box-shadow:none;padding-top:0;padding-left:0;padding-right:0;height:100%;transition:.5s;animation:opening_middle_card_animation .5s ease-in-out}.admin_page .content_card .header_row{display:flex;justify-content:space-between;align-items:center;padding-left:10px;padding-right:10px}@media only screen and (max-width:1000px){.admin_page .content_card .header_row .title{font-size:20px}}.admin_page .content_card .header_row .input_wrap{display:flex;gap:15px}.admin_page .content_card .header_row .input_wrap .search_bar{padding:10px 15px;border-radius:12px;min-width:180px;width:60%;display:flex;align-items:center;justify-content:space-between}.admin_page .content_card .header_row .input_wrap .search_bar input{width:95%;min-width:150px;border:none}.admin_page .content_card .header_row .input_wrap .search_bar input:focus{border:none;outline:none}.admin_page .content_card .header_row .input_wrap .search_bar .clear_icon{cursor:pointer;transition:.3s}.admin_page .content_card .header_row .input_wrap .search_bar .clear_icon:hover{transform:scale(1.1)}.admin_page .content_card .header_row .input_wrap .search_bar .icon{animation:search_icon_animation .3s ease-in-out}@keyframes search_icon_animation{0%{opacity:0}to{opacity:1}}.admin_page .content_card .header_row .input_wrap .section_selector{display:flex;align-items:center;justify-content:flex-start;border-radius:12px;min-width:250px;width:30%;max-width:30%;position:relative}@media only screen and (max-width:1000px){.admin_page .content_card .header_row .input_wrap .section_selector{border-radius:8px}}.admin_page .content_card .header_row .input_wrap .section_selector .icon{display:flex}.admin_page .content_card .header_row .input_wrap .section_selector .selector{width:calc(100% - 40px);height:100%;cursor:pointer;display:flex;align-items:center;padding-left:10px}.admin_page .content_card .header_row .input_wrap .section_selector .selector span{overflow:hidden;white-space:nowrap;animation:selectorAnimation .7s ease-in-out}@keyframes selectorAnimation{0%{width:0}to{width:100%}}.admin_page .content_card .header_row .input_wrap .section_selector .selector_list_open{max-height:200px!important;min-height:50px!important;padding-bottom:10px!important;padding-top:5px!important}.admin_page .content_card .header_row .input_wrap .section_selector .selector_list{border-radius:12px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);transition:.3s;overflow-y:scroll;max-height:0;width:100%;top:50px;left:0;position:absolute;z-index:999}.admin_page .content_card .header_row .input_wrap .section_selector .selector_list .selector_element{padding:5px 0 0 10px!important;cursor:pointer;padding-top:5px}.admin_page .content_card .header_row .input_wrap .section_selector .selector_list .selector_element:hover{color:#6a39e2;font-weight:500}.admin_page .content_card .header_row .input_wrap .section_selector .selector_list .selector_element_active{color:#6a39e2}.admin_page .content_card .table_class_id{width:5%}@media only screen and (max-width:1000px){.admin_page .content_card .table_class_id{padding-right:10px}}.admin_page .content_card .table_class_id .debug_order{font-size:9px}.admin_page .content_card .table_class_name{width:28%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.admin_page .content_card .table_class_description_text{font-size:14px;height:0;transition:.3s}.admin_page .content_card .table_class_description{width:10%;display:flex;align-items:center;justify-content:center;position:relative}.admin_page .content_card .table_class_description div{display:flex;align-items:center;transition:.3s}.admin_page .content_card .table_class_description div:hover .content{max-width:300px;padding:0 15px 0 0;color:#6e6e6e;cursor:default}.admin_page .content_card .table_class_description div .content{overflow:hidden;max-width:0;white-space:nowrap;height:18px;padding:0;background-color:#fff}.admin_page .content_card .table_class_price,.admin_page .content_card .table_class_volume{width:10%;text-align:center;white-space:nowrap;overflow:hidden}.admin_page .content_card .table_class_flag{width:8%;display:flex;align-items:center;gap:5px}.admin_page .content_card .table_class_flag .flag_icon{transition:.3s;cursor:pointer!important}.admin_page .content_card .table_class_flag .flag_icon:hover{transform:scale(1.1)}.admin_page .content_card .table_class_flag .not_clickable_icon{cursor:default!important}.admin_page .content_card .table_class_flag .not_clickable_icon:hover{transform:scale(1)}.admin_page .content_card .table_class_type{width:10%;display:flex;align-items:center}.admin_page .content_card .table_class_type .image_status_type{background-color:#239509!important}.admin_page .content_card .table_class_type .icon_status_type{background-color:#b10678!important}.admin_page .content_card .table_class_type .status_type{background-color:#4975e9;color:#fff;font-size:14px}@media only screen and (max-width:1600px){.admin_page .content_card .table_class_type .status_type{font-size:11px;padding-top:1px;padding-bottom:1px}}.admin_page .content_card .table_class_type .status_type{width:100%;font-weight:400;display:flex;justify-content:center;align-items:center;border-radius:8px;text-align:center;cursor:pointer!important}.admin_page .content_card .table_class_status{width:10%;display:flex;align-items:center;justify-content:center}.admin_page .content_card .table_class_status .icon{cursor:pointer!important;transition:.3s}.admin_page .content_card .table_class_status .icon:hover{transform:scale(1.1)}.admin_page .content_card .table_class_remove{width:5%;display:flex;align-items:center;justify-content:flex-end}.admin_page .content_card .table_class_remove .icon{cursor:pointer;transition:.3s}.admin_page .content_card .table_class_remove .icon:hover{transform:scale(1.1)}.admin_page .content_card .table_class_move{width:4%;display:flex;align-items:center;justify-content:flex-end}.admin_page .content_card .table_class_move .icon_wrap{display:flex;align-items:center;touch-action:none!important}.admin_page .content_card .item_element_header{border-radius:12px;padding:14px 10px;margin:10px 10px 20px;display:flex}.admin_page .content_card .list_row{overflow-y:scroll;overflow-x:visible;padding-left:10px;padding-right:10px;padding-top:10px}@media only screen and (max-width:970px){.admin_page .content_card .list_row .no_elements_info{text-align:center}}.admin_page .content_card .list_row .no_elements_info{margin-top:25px;display:flex;justify-content:center;flex-direction:column;color:#2c2c2c;align-items:center;font-size:22px;font-weight:500;padding-left:20px;padding-right:20px;animation:localAnimation .3s ease-in-out}.admin_page .content_card .list_row .no_elements_info .loading_icon_local{animation:loading_animation .7s infinite;position:relative;margin-bottom:15px}@keyframes localAnimation{0%{scale:0}to{scale:1}}.admin_page .content_card .list_row .item_element_row{position:relative;margin-bottom:8px;border-radius:12px;padding:14px 10px;display:flex;touch-action:none}.admin_page .content_card .list_row .item_element_row:hover{background-color:#fff;box-shadow:1px 2px 8px rgba(0,0,0,.755);transform:translateX(2px)}.admin_page .content_card .list_row .item_element_row{animation:itemeElementAnimation .3s ease-in-out}@keyframes itemeElementAnimation{0%{opacity:0}to{opacity:1}}.admin_page .mobile_card{display:flex;justify-content:center;margin-bottom:20px!important}.admin_page .stats_card{height:100%;margin-top:0!important;margin-bottom:25px!important}.admin_page .col{position:relative}.admin_page .left_col{animation:leftColAnimation .8s ease-in-out;width:380px;display:flex;flex-direction:column;justify-content:space-between}@media only screen and (max-width:1000px){.admin_page .left_col{width:100%;display:none}}.admin_page .mobile_header{display:none;animation:midColAnimation .8s ease-in}@media only screen and (max-width:1000px){.admin_page .mobile_header{display:block;padding:10px 15px 0}.admin_page .mobile_header .mobile_intro{height:60px;display:flex;justify-content:space-between;align-items:center}.admin_page .mobile_header .mobile_intro span{color:#2c2c2c;font-size:24px;line-height:20px;font-weight:700;overflow:hidden}.admin_page .mobile_header .mobile_intro .logo{display:flex;justify-content:center;align-items:center}.admin_page .mobile_header .mobile_intro .logo img{border-radius:8px;height:60px}.admin_page .mobile_header .mobile_nav_wrap{overflow-x:scroll;display:flex;gap:12px;padding:10px 6px 10px 0}.admin_page .mobile_header .mobile_nav_wrap .mobile_nav_menu_element_active{color:#6134c2!important}.admin_page .mobile_header .mobile_nav_wrap .mobile_nav_menu_element_logout{box-shadow:-2px 2px 8px rgba(0,0,0,.455)!important}.admin_page .mobile_header .mobile_nav_wrap .mobile_nav_menu_element{flex-shrink:0;background-color:hsla(0,0%,100%,.886);box-shadow:2px 2px 8px rgba(0,0,0,.455);border-radius:6px;display:flex;justify-content:center;align-items:center;color:#2c2c2c;gap:10px;font-size:14px;transition:.3s;padding:10px}.admin_page .mobile_header .mobile_nav_wrap .mobile_nav_menu_element:hover{color:#6134c2;transform:translateY(-4px)}}.admin_page .mid_col .mobile_scroll_indicator{display:none}@media only screen and (max-width:1000px){.admin_page .mid_col{margin-top:-10px}.admin_page .mid_col .header_row{flex-direction:column;padding:0!important;align-items:flex-start}.admin_page .mid_col .header_row .input_wrap{width:100%!important;margin-bottom:-45px;padding-top:15px!important;flex-direction:column}.admin_page .mid_col .header_row .input_wrap .search_bar{width:calc(100% - 20px)!important;padding:10px!important;display:none}.admin_page .mid_col .header_row .input_wrap .section_selector{padding:10px 0;width:100%!important;max-width:100%!important}.admin_page .mid_col .header_row .input_wrap .create_offer_block_button_wrap{display:flex;justify-content:flex-end;transform:translateY(-110px)}.admin_page .mid_col .header_row .input_wrap .create_offer_block_button_wrap:hover span{max-width:0!important}.admin_page .mid_col .item_element_header{display:none}.admin_page .mid_col .mobile_scroll_indicator{display:flex;position:fixed!important;z-index:50;right:-10px;animation-delay:3s;animation:jump 4s ease-out infinite}@keyframes jump{0%,to{transform:translateY(0)}50%{transform:translateY(180px)}}.admin_page .mid_col .list_row{width:95%;height:100%!important;padding:1px!important}}@media only screen and (max-width:1000px)and (max-width:750px){.admin_page .mid_col .list_row{width:90%}}@media only screen and (max-width:1000px){.admin_page .mid_col .list_row .item_element_row{border-radius:8px;box-shadow:none;outline:.5px solid rgba(44,44,44,.2156862745);justify-content:space-between}.admin_page .mid_col .list_row .item_element_row .table_class_name{width:60%;overflow-x:hidden}.admin_page .mid_col .list_row .item_element_row .table_class_description,.admin_page .mid_col .list_row .item_element_row .table_class_price,.admin_page .mid_col .list_row .item_element_row .table_class_status,.admin_page .mid_col .list_row .item_element_row .table_class_type,.admin_page .mid_col .list_row .item_element_row .table_class_volume{display:none}.admin_page .mid_col .list_row .item_element_row .table_class_flag{height:0;overflow:hidden}.admin_page .mid_col .list_row .item_element_row .table_class_remove{width:40px!important;padding-right:10px}.admin_page .mid_col .list_row .item_element_row:hover{box-shadow:none;transform:translateX(0);background-color:#fff;outline:.5px solid #6134c2}}.admin_page .mid_col{animation:midColAnimation .8s ease-in-out;width:100%}.admin_page .right_col{animation:rightColAnimation .8s ease-in-out;width:420px;display:flex;flex-direction:column;justify-content:space-between}.admin_page .mobile_frame{margin:0;border:6px solid #000;border-radius:32px;position:relative;width:240px}.admin_page .mobile_frame .sound_button{background-color:#000;width:4px;height:50px;position:absolute;left:-9px;top:70px;border-radius:15px 0 0 15px}.admin_page .mobile_frame .sound_button:nth-child(2){top:130px}.admin_page .mobile_frame .lock_button{background-color:#000;width:4px;height:50px;position:absolute;right:-9px;top:130px;border-radius:0 15px 15px 0}.admin_page .mobile_frame .camera_cut_wrap{z-index:995;width:100%;position:absolute;display:flex;justify-content:center}.admin_page .mobile_frame .camera_cut_wrap .camera_cut{background-color:#000;width:90px;height:20px;border-radius:0 0 10px 10px;display:flex;flex-direction:row;gap:5px;align-items:center;justify-content:center}.admin_page .mobile_frame .camera_cut_wrap .camera_cut .speaker{width:45px;background-color:gray;height:3px;border-radius:20px}.admin_page .mobile_frame .camera_cut_wrap .camera_cut .camera{width:7px;height:7px;background-color:gray;border-radius:100px}.admin_page .mobile_frame .mobile_viewport{border-radius:25px;width:240px;height:465px;background-image:url(/_next/static/media/background_admin.0395a582.png);background-size:cover;background-repeat:no-repeat;display:flex;justify-content:flex-start;align-items:flex-start;overflow:scroll}.admin_page .mobile_frame .mobile_viewport .mobile_layout_row{margin-top:5px;width:230px;padding-left:5px;padding-right:5px;display:flex;gap:5px}.admin_page .mobile_frame .mobile_viewport .mobile_layout_row:first-child{padding-top:20px}.admin_page .mobile_frame .mobile_viewport .mobile_layout_row:last-child{padding-bottom:5px}.admin_page .mobile_frame .mobile_viewport .mobile_layout_row:last-child .mobile_layout_col{border-radius:16px 16px 20px 20px}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col{position:relative;border-radius:16px;padding:0 5px;width:calc(100% - 10px);height:100px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);display:flex;gap:2px;flex-direction:column;justify-content:center;align-items:center;text-align:center;overflow:hidden;transition:.3s;cursor:pointer;width:100%}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .hidden_section{color:#ec3c3c;position:absolute;top:4px;left:6px}@keyframes mobile_layout_col_animation{0%{height:0}to{height:100px}}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col:hover .change_type,.admin_page .mobile_frame .mobile_viewport .mobile_layout_col:hover .refresh_col,.admin_page .mobile_frame .mobile_viewport .mobile_layout_col:hover .remove_col{transform:scale(1)}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .change_type{transform:scale(0);position:absolute;top:5px;right:5px;transition:.3s;cursor:pointer}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .change_type:hover{color:#6134c2;transform:scale(1.05)}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .refresh_col{transform:scale(0);position:absolute;bottom:5px;left:5px;transition:.3s;cursor:pointer}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .refresh_col:hover{color:#6134c2;transform:scale(1.05)}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .remove_col{transform:scale(0);position:absolute;bottom:5px;right:5px;transition:.3s;cursor:pointer}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .remove_col:hover{color:#6134c2;transform:scale(1.05)}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .debug{text-align:left;font-size:10px;line-height:10px;opacity:.8;position:absolute;top:5px;left:5px;white-space:nowrap}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col span{line-height:16px;pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col .icon{color:rgba(44,44,44,.6078431373)}.admin_page .mobile_frame .mobile_viewport .mobile_layout_col img{pointer-events:none!important;-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important;filter:invert(1);width:35px}.admin_page .hide_card_animation{animation:closing_middle_card_animation .2s ease-in-out}@keyframes leftColAnimation{0%{transform:translateX(-120vw)}to{transform:translateX(0)}}@keyframes midColAnimation{0%{transform:translateY(-200vh)}to{transform:translateY(0)}}@keyframes rightColAnimation{0%{transform:translateX(120vw)}to{transform:translateX(0)}}@keyframes hideLeftColAnimation{0%{transform:translateX(0)}to{transform:translateX(-120vw)}}@keyframes hideMidColAnimation{0%{transform:translateY(0)}to{transform:translateY(-200vw)}}@keyframes hideRightColAnimation{0%{transform:translateX(0)}to{transform:translateX(120vw)}}@keyframes opening_middle_card_animation{0%{transform:translateY(-150vh)}to{transform:translateY(0)}}@keyframes closing_middle_card_animation{0%{transform:translateY(0)!important}to{transform:translateY(-150vh)!important}}.remove_section_icon{transform:scale(1);transition:.3s;cursor:pointer}.remove_section_icon:hover{color:#6134c2;transform:scale(1.02)}.remove_section_icon_hidden{transition:.3s}.edit_section_icon_hidden,.remove_section_icon_hidden{transform:scale(0)!important}.edit_section_icon{transform:scale(1);transition:.3s;cursor:pointer}.edit_section_icon:hover{color:#6134c2;transform:scale(1.02)}.hidden_section{color:#ec3c3c;position:absolute;bottom:0;right:2px}.change_type{position:absolute;top:5px;right:5px;transition:.3s;cursor:pointer}.change_type:hover{color:#6134c2;transform:scale(1.02)}.change_type_icon_hidden{transform:scale(0)!important}.clientContact{display:flex;z-index:2;padding:5px 30px 10px;gap:30px;height:30px}.clientContact .icon{transition:.3s;cursor:pointer}.clientContact .icon:hover{transform:scale(1.1)}.rotate{animation:rotate 1s linear infinite}@keyframes rotate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.flag_element{height:20px;padding-left:4px;padding-top:2px}.global_client_class{min-height:100vh;overflow-x:hidden!important}.global_client_class .global_client_shell{display:flex;justify-content:center;align-items:flex-start;width:100vw}.global_client_class .global_client_side{position:relative;margin-right:4px;z-index:999;display:none}@media only screen and (min-width:730px){.global_client_class .global_client_side{display:block}.global_client_class .global_client_side .sound_button{width:6px;height:150px;background-color:#000;border-radius:4px 0 0 4px;margin-top:140px}.global_client_class .global_client_side .sound_button+.sound_button,.global_client_class .global_client_side .sound_button+.sound_button+.sound_button{margin-top:30px}.global_client_class{max-width:730px;margin:30px auto;border-radius:12px;border:6px solid #000;box-shadow:0 0 10px hsla(0,0%,100%,.5843137255);border-radius:42px;position:relative}}.global_client_class .panorama_open_close_all_button{display:flex;cursor:pointer;justify-content:center;align-items:center;border-radius:100%;padding:5px;position:fixed;top:60px;right:25px;z-index:99;transition:.3s}.global_client_class ::selection{color:#000;background:#fff}.global_client_class{width:100vw;height:auto;display:flex;align-items:center;flex-direction:column}.global_client_class .logo_wrap{z-index:50!important;margin:-40px 0 5px;padding:0}.global_client_class .logo_wrap .logo{z-index:50!important}@media only screen and (max-width:576px){.global_client_class .marginTopLocalAdjustment{margin-top:-80px}}.global_client_class .main_content_wrap{z-index:2;display:flex;flex-direction:column;align-items:center}.global_client_class .main_content_wrap .row{display:flex;gap:0;width:100%;overflow:hidden!important}.global_client_class .main_content_wrap{overflow-x:scroll;width:95vw;max-width:700px;position:relative}.global_client_class .panorama_page_element_open{justify-content:flex-start!important;align-items:center!important;flex-direction:column}.global_client_class .panorama_page_element_open .title_wrap{gap:5px!important;overflow:hidden!important;flex-direction:row!important}.global_client_class .panorama_page_element_open .title_wrap h1{transform:translateY(10px) translateX(10px)}.global_client_class .panorama_page_element_close_title_in_row .title_wrap{gap:5px!important;flex-direction:row!important}.global_client_class .panorama_page_element_close_title_in_row .title_wrap h1{transform:translateY(10px) translateX(10px)}.global_client_class .panorama_page_element_close_title_in_row .title_wrap{padding-bottom:25px}@media only screen and (max-width:576px){.global_client_class .panorama_page_element_close_title_in_row .title_wrap{padding-bottom:20px}}.global_client_class .loaded_animation{opacity:1!important;transform:translateY(0)!important;animation:blockAnimation .4s ease-out}@keyframes blockAnimation{0%{opacity:0;transform:translateY(10px)}to{opacity:1!important;transform:translateY(0)!important}}.global_client_class .panorama_page_element{opacity:0;transform:translateY(10px);cursor:pointer}@media only screen and (max-width:576px){.global_client_class .panorama_page_element{cursor:default;min-width:22vw;padding:10px 10px 0}}.global_client_class .panorama_page_element{padding:10px 10px 0!important;flex:2 1;-webkit-user-select:none;-moz-user-select:none;user-select:none;margin:5px;max-width:100vw;display:flex;justify-content:center;align-items:flex-end;transition:.1s}.global_client_class .panorama_page_element .divider{margin-top:15px;position:relative;height:5px;border-radius:8px}.global_client_class .panorama_page_element .items_wrap{overflow:hidden;width:100%}.global_client_class .panorama_page_element .items_wrap .imgOffer{width:100%;border-radius:8px}.global_client_class .panorama_page_element .items_wrap .blocks_wrap{display:flex;gap:15px;flex-wrap:wrap;margin-top:15px;padding-bottom:15px}.global_client_class .panorama_page_element .items_wrap .blocks_wrap .block_item{flex:1 0 20%;box-sizing:border-box;border-radius:8px;display:flex;flex-direction:column;align-items:center;gap:10px;line-height:16px;justify-content:flex-end;background-color:#707070;text-align:center;padding:20px 25px;transition:.3s}@media only screen and (max-width:576px){.global_client_class .panorama_page_element .items_wrap .blocks_wrap .block_item{padding:15px}}.global_client_class .panorama_page_element .items_wrap .menu_item_element{display:flex;position:relative;flex-direction:column;justify-content:space-between;padding-bottom:15px}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row{display:flex;justify-content:space-between}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row .title{transition:.3s;font-weight:500;line-height:20px;font-size:20px;max-width:65vw!important;font-size:20px!important;display:flex;justify-content:center}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row .title .spicyLevel{font-size:12px}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row .title .title_descr_icon_wrap{margin-right:15px;margin-top:0}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row .title .title_descr_icon_wrap .icon{color:#f7c808}.global_client_class .panorama_page_element .items_wrap .menu_item_element .title_row .price{transition:.3s;font-weight:500;line-height:18px;font-size:18px;white-space:nowrap}.global_client_class .panorama_page_element .items_wrap .menu_item_element .description_row{display:flex;justify-content:space-between}.global_client_class .panorama_page_element .items_wrap .menu_item_element .description_row .descr{transition:.3s;font-weight:300;min-height:12px;overflow-x:visible;overflow-y:hidden;margin-right:10px;padding-bottom:5px;line-height:18px;font-size:16px}.global_client_class .panorama_page_element .items_wrap .menu_item_element .description_row .volume{transition:.3s;white-space:nowrap;line-height:18px;font-size:16px}.global_client_class .panorama_page_element .title_wrap{width:100%}.global_client_class .panorama_page_element .title_wrap .img_wrap{padding:5px 0!important;text-align:center}.global_client_class .panorama_page_element .title_wrap img{transition:0s;transform:translateY(10px)}.global_client_class .panorama_page_element .title_wrap{-webkit-user-select:none;-moz-user-select:none;user-select:none;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;gap:0;margin-bottom:5px}.global_client_class .panorama_page_element .title_wrap h1{line-height:25px;font-size:25px;font-weight:500;text-align:center}@media only screen and (max-width:576px){.global_client_class .panorama_page_element .title_wrap h1{line-height:20px;font-size:20px}}html{scroll-behavior:smooth;scrollbar-width:none}@keyframes droppable_animation{0%{height:0}to{height:28px}}.droppable_space{animation:droppable_animation .3s ease-in;background-color:rgba(221,221,221,.583);box-shadow:1px 2px 8px rgba(0,0,0,.5);display:flex;justify-content:center;align-items:center;border-radius:4px;overflow:hidden;margin-bottom:10px;cursor:default}.droppable_space_below{margin-top:10px}.table_class_move{-webkit-user-select:none;-moz-user-select:none;user-select:none}.drabbable{cursor:move!important;cursor:grab!important;cursor:-webkit-grab!important}.drabbable,.drabbable .icon{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.drabbable .icon{background-color:rgba(0,0,0,0)!important}.drabbable:active{cursor:grabbing!important;cursor:-webkit-grabbing!important;color:#fff!important}::-moz-selection{color:#fff;background:#966dec}::-webkit-scrollbar{display:none}::selection{color:#fff;background:#966dec}.bold{font-weight:500!important}.loading_icon{animation:loading_animation .7s infinite;position:absolute;left:15px;top:15px}@keyframes loading_animation{to{transform:rotate(1turn)}}.input_group{display:flex;flex-direction:column;gap:5px;margin-bottom:10px}.checkbox_group{display:flex;flex-direction:row;align-items:center;gap:10px}@keyframes slideFromTopLeft{0%{background-position:-100vh -100vw}to{background-position:0 0}}@keyframes slideToTopLeft{0%{background-position:0 0}to{background-position:-100vh -100vw}}@keyframes scaleBackground{0%{background-size:700vw 700vh}to{background-size:100vw 100vh}}@keyframes outScaleBackground{0%{background-size:100vw 100vh}to{background-size:400vw 400vh}}.scale-background{animation:scaleBackground .6s ease-out forwards}.hide-scale-background{animation:outScaleBackground .8s ease-out forwards}.slide-background{animation:slideFromTopLeft .5s ease-out forwards}.hide-slide-background{animation:slideToTopLeft 1s ease-out forwards}body{background-image:url(/_next/static/media/new_background.47716a98.png);background-repeat:no-repeat;background-size:cover;background-attachment:fixed;background-size:500vw 500vh}@media only screen and (max-width:768px){body{background-image:none}}body{scroll-behavior:smooth;color:#fff;overflow:hidden auto;margin:0;font-family:Kanit,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;background-color:-light}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.text-left{text-align:start}.modal_bg{position:absolute;left:0;top:0;width:100vw;height:100vh;background-color:rgba(0,0,0,.4);z-index:999;display:flex;justify-content:center;align-items:center}.modal_bg .modal_close_icon{cursor:pointer;background-color:#fff;padding:5px;border-radius:100%;position:absolute;right:20px;top:20px}#root{min-height:100vh}#INCLUDING_IMAGE{transform:translateY(-5px) translateX(2px)}.recommendedModal{position:fixed;z-index:998;left:0;top:0;width:100%;height:100vh;opacity:.4;display:flex;justify-content:center}.recommendedModal_inner_wrap{top:15px;width:100vw;position:absolute;z-index:999;display:flex;justify-content:center}.recommendedModal_inner_wrap .recommendedModal_modal{height:80px;border-radius:8px;padding:10px 20px;display:flex;align-items:center;cursor:pointer}.recommendedModal_inner_wrap .recommendedModal_modal .icon_wrap .icon{-webkit-user-select:none!important;-moz-user-select:none!important;user-select:none!important}.recommendedModal_inner_wrap .recommendedModal_modal .text_wrap{display:flex;flex-direction:column;justify-content:space-between;width:100%;padding-left:20px;font-size:25px;font-weight:500}.recommendedModal_inner_wrap .recommendedModal_modal .text_wrap .drink_wrap{font-size:20px;font-weight:500;display:flex;justify-content:space-between}.flagImage{position:relative;padding-top:3px;margin-left:5px;transform:translateY(3px) rotate(-2deg)}@media screen and (max-width:600px){.flagImage{transform:translateY(3px) rotate(-2deg)}}.imageModal{position:fixed;z-index:999;top:0;left:0;background-color:rgba(0,0,0,.9);width:100vw;height:100vh;display:none;justify-content:center;align-items:center;opacity:0;transition:.5s;transition-timing-function:ease-in-out}.imageModal #IMAGE_MODAL_CLOSE_BUTTON_WRAP{position:fixed;z-index:999;right:15px;top:10px;width:50px;display:flex;justify-content:flex-end}.imageModal #IMAGE_MODAL_CLOSE_BUTTON{cursor:pointer}.imageModal .imageModal_image{text-align:center;position:relative;margin-top:-80px;display:flex;flex-direction:column;align-items:center;justify-content:center}.imageModal .imageModal_image img{transition:.5s;transition-timing-function:ease-in-out;border-radius:8px;max-height:80vh;max-width:92vw;transform:translateY(100vh)}.imageModal .imageModal_image h2{margin-top:15px;margin-bottom:15px;font-weight:600;opacity:0;transform:translateY(80px);transition:.5s}.imageModal .imageModal_image #IMAGE_MODAL_EXPANDABLE_CONTENT{border-top:2px solid #fff;padding-top:5px;margin-top:15px;margin-bottom:15px;font-weight:500;opacity:0;transform:translateY(80px);max-width:600px}@media screen and (max-width:600px){.imageModal .imageModal_image #IMAGE_MODAL_EXPANDABLE_CONTENT{max-width:78vw}}.imageModal .imageModal_image #IMAGE_MODAL_EXPANDABLE_CONTENT{text-align:justify;transition:.5s}.imageModal .imageModal_image #IMAGE_MODAL_LEFT,.imageModal .imageModal_image #IMAGE_MODAL_RIGHT{background-color:rgba(0,0,0,0);height:80vh;width:50%;top:65px;position:absolute}.imageModal .imageModal_image #IMAGE_MODAL_RIGHT{right:0}.halloween{z-index:1!important;width:100%;height:100%;position:absolute;overflow-x:hidden}.halloween .ghost{z-index:999!important;width:130px;position:absolute;animation:ghostAnimation 80s ease-in-out infinite,upAndDown 2s ease-in-out infinite}@media screen and (max-width:600px){.halloween .ghost{animation:ghostAnimation 30s ease-in-out infinite,upAndDown 2s ease-in-out infinite}}.halloween .ghost{bottom:40px;right:0}@keyframes ghostAnimation{0%{transform:translateX(180px) scaleX(1)}49%{transform:translateX(-149vw) scaleX(1)}50%{transform:translateX(-150vw) scaleX(-1)}99%{transform:translateX(180px) scaleX(-1)}to{transform:translateX(180px) scaleX(1)}}@keyframes upAndDown{0%{bottom:40px}50%{bottom:80px}to{bottom:40px}}.halloween .ghost_1{z-index:999!important;width:80px;position:absolute;animation:ghost1Animation 81s ease-in-out infinite,upAndDown1 1.5s ease-in-out infinite}@media screen and (max-width:600px){.halloween .ghost_1{animation:ghost1Animation 31s ease-in-out infinite,upAndDown1 1.5s ease-in-out infinite}}.halloween .ghost_1{bottom:10px;right:-30px}@keyframes ghost1Animation{0%{transform:translateX(130px) scaleX(1)}49%{transform:translateX(-149vw) scaleX(1)}50%{transform:translateX(-150vw) scaleX(-1)}99%{transform:translateX(130px) scaleX(-1)}to{transform:translateX(130px) scaleX(1)}}@keyframes upAndDown1{0%{bottom:10px}50%{bottom:40px}to{bottom:10px}}.halloween .ghost_2{z-index:999!important;width:80px;position:absolute;animation:ghost2Animation 82s ease-in-out infinite,upAndDown2 1.4s ease-in-out infinite}@media screen and (max-width:600px){.halloween .ghost_2{animation:ghost2Animation 32s ease-in-out infinite,upAndDown2 1.4s ease-in-out infinite}}.halloween .ghost_2{bottom:50px;right:-60px}@keyframes ghost2Animation{0%{transform:translateX(130px) scaleX(1)}49%{transform:translateX(-149vw) scaleX(1)}50%{transform:translateX(-150vw) scaleX(-1)}99%{transform:translateX(130px) scaleX(-1)}to{transform:translateX(130px) scaleX(1)}}@keyframes upAndDown2{0%{bottom:50px}50%{bottom:70px}to{bottom:50px}}.autumn_animation{width:70%!important;padding-left:15px;padding-right:15px;animation:autumnAnimation 4s ease-in-out infinite}@keyframes autumnAnimation{0%{transform:rotate(8deg)}50%{transform:rotate(-5deg)}to{transform:rotate(8deg)}}.winter_animation{z-index:1!important;width:100%;height:100%;position:absolute;overflow-x:hidden;overflow-y:hidden}.winter_animation .snowflake{--size:1vw;width:var(--size);height:var(--size);background-image:url(/_next/static/media/snowflake.9be2edb8.svg);background-size:var(--size);position:absolute}.winter_animation .leaf_1{background-image:url(/_next/static/media/leaf_1.b4d3d5ee.svg);background-repeat:no-repeat}.winter_animation .leaf_2{background-image:url(/_next/static/media/leaf_2.bb1324ba.svg);background-repeat:no-repeat}.winter_animation .leaf{--size:4vw;width:var(--size);height:var(--size);background-size:var(--size);position:absolute;filter:invert(100%)}@keyframes snowfall{0%{transform:translate3d(var(--left-ini),-5vh,0) rotate(-45deg);opacity:1}90%{opacity:0}to{transform:translate3d(var(--left-end),110vh,0) rotate(6deg);opacity:0}}@keyframes leaffall{0%{transform:translate3d(var(--left-ini),-5vh,0);opacity:1}20%{transform:translate3d(var(--left-ini),5vh,0)}40%{transform:translate3d(var(--left-ini),20vh,0)}60%{transform:translate3d(var(--left-ini),40vh,0)}80%{transform:translate3d(var(--left-ini),60vh,0)}90%{transform:translate3d(var(--left-ini),80vh,0);opacity:0}to{transform:translate3d(var(--left-end),110vh,0);opacity:0}}.winter_animation .snowflake:first-child{--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:first-child{--size:3.2vw}}.winter_animation .snowflake:first-child{--left-ini:-5vw;--left-end:-4vw;left:66vw;animation:snowfall 15s linear infinite;animation-delay:-3s}.winter_animation .leaf:first-child{--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:first-child{--size:8vw}}.winter_animation .leaf:first-child{--left-ini:13vw;--left-end:10vw;left:90vw;animation:leaffall 7s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(2){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(2){--size:1.6vw}}.winter_animation .snowflake:nth-child(2){--left-ini:-2vw;--left-end:-6vw;left:79vw;animation:snowfall 8s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(2){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(2){--size:10vw}}.winter_animation .leaf:nth-child(2){--left-ini:-2vw;--left-end:10vw;left:89vw;animation:leaffall 11s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(3){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(3){--size:4vw}}.winter_animation .snowflake:nth-child(3){--left-ini:-5vw;--left-end:-3vw;left:20vw;animation:snowfall 11s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(3){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(3){--size:10vw}}.winter_animation .leaf:nth-child(3){--left-ini:-1vw;--left-end:-4vw;left:65vw;animation:leaffall 9s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(4){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(4){--size:1.6vw}}.winter_animation .snowflake:nth-child(4){--left-ini:10vw;--left-end:-3vw;left:60vw;animation:snowfall 15s linear infinite;animation-delay:-8s}.winter_animation .leaf:nth-child(4){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(4){--size:6vw}}.winter_animation .leaf:nth-child(4){--left-ini:-4vw;--left-end:-3vw;left:39vw;animation:leaffall 11s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(5){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(5){--size:2.4vw}}.winter_animation .snowflake:nth-child(5){--left-ini:6vw;--left-end:4vw;left:87vw;animation:snowfall 8s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(5){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(5){--size:8vw}}.winter_animation .leaf:nth-child(5){--left-ini:2vw;--left-end:2vw;left:56vw;animation:leaffall 8s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(6){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(6){--size:2.4vw}}.winter_animation .snowflake:nth-child(6){--left-ini:10vw;--left-end:5vw;left:71vw;animation:snowfall 6s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(6){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(6){--size:2vw}}.winter_animation .leaf:nth-child(6){--left-ini:9vw;--left-end:1vw;left:37vw;animation:leaffall 11s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(7){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(7){--size:0.8vw}}.winter_animation .snowflake:nth-child(7){--left-ini:3vw;--left-end:-6vw;left:13vw;animation:snowfall 10s linear infinite;animation-delay:-5s}.winter_animation .leaf:nth-child(7){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(7){--size:8vw}}.winter_animation .leaf:nth-child(7){--left-ini:8vw;--left-end:15vw;left:28vw;animation:leaffall 7s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(8){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(8){--size:4vw}}.winter_animation .snowflake:nth-child(8){--left-ini:-2vw;--left-end:-4vw;left:49vw;animation:snowfall 11s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(8){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(8){--size:6vw}}.winter_animation .leaf:nth-child(8){--left-ini:14vw;--left-end:14vw;left:32vw;animation:leaffall 8s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(9){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(9){--size:0.8vw}}.winter_animation .snowflake:nth-child(9){--left-ini:7vw;--left-end:0vw;left:22vw;animation:snowfall 15s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(9){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(9){--size:4vw}}.winter_animation .leaf:nth-child(9){--left-ini:-4vw;--left-end:14vw;left:91vw;animation:leaffall 12s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(10){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(10){--size:0.8vw}}.winter_animation .snowflake:nth-child(10){--left-ini:6vw;--left-end:7vw;left:94vw;animation:snowfall 6s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(10){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(10){--size:2vw}}.winter_animation .leaf:nth-child(10){--left-ini:13vw;--left-end:6vw;left:97vw;animation:leaffall 12s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(11){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(11){--size:3.2vw}}.winter_animation .snowflake:nth-child(11){--left-ini:3vw;--left-end:0vw;left:77vw;animation:snowfall 7s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(11){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(11){--size:4vw}}.winter_animation .leaf:nth-child(11){--left-ini:3vw;--left-end:-2vw;left:41vw;animation:leaffall 10s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(12){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(12){--size:4vw}}.winter_animation .snowflake:nth-child(12){--left-ini:-4vw;--left-end:5vw;left:44vw;animation:snowfall 13s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(12){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(12){--size:12vw}}.winter_animation .leaf:nth-child(12){--left-ini:-4vw;--left-end:14vw;left:10vw;animation:leaffall 9s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(13){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(13){--size:4vw}}.winter_animation .snowflake:nth-child(13){--left-ini:-2vw;--left-end:-5vw;left:8vw;animation:snowfall 13s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(13){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(13){--size:10vw}}.winter_animation .leaf:nth-child(13){--left-ini:6vw;--left-end:0vw;left:70vw;animation:leaffall 13s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(14){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(14){--size:3.2vw}}.winter_animation .snowflake:nth-child(14){--left-ini:1vw;--left-end:1vw;left:60vw;animation:snowfall 9s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(14){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(14){--size:4vw}}.winter_animation .leaf:nth-child(14){--left-ini:-3vw;--left-end:11vw;left:75vw;animation:leaffall 8s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(15){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(15){--size:2.4vw}}.winter_animation .snowflake:nth-child(15){--left-ini:-3vw;--left-end:3vw;left:43vw;animation:snowfall 13s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(15){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(15){--size:10vw}}.winter_animation .leaf:nth-child(15){--left-ini:-3vw;--left-end:1vw;left:36vw;animation:leaffall 11s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(16){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(16){--size:2.4vw}}.winter_animation .snowflake:nth-child(16){--left-ini:10vw;--left-end:-2vw;left:8vw;animation:snowfall 15s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(16){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(16){--size:8vw}}.winter_animation .leaf:nth-child(16){--left-ini:11vw;--left-end:14vw;left:86vw;animation:leaffall 7s linear infinite;animation-delay:-3s}.winter_animation .snowflake:nth-child(17){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(17){--size:2.4vw}}.winter_animation .snowflake:nth-child(17){--left-ini:7vw;--left-end:-7vw;left:92vw;animation:snowfall 13s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(17){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(17){--size:2vw}}.winter_animation .leaf:nth-child(17){--left-ini:12vw;--left-end:-1vw;left:76vw;animation:leaffall 12s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(18){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(18){--size:0.8vw}}.winter_animation .snowflake:nth-child(18){--left-ini:5vw;--left-end:1vw;left:66vw;animation:snowfall 12s linear infinite;animation-delay:-8s}.winter_animation .leaf:nth-child(18){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(18){--size:10vw}}.winter_animation .leaf:nth-child(18){--left-ini:-2vw;--left-end:15vw;left:81vw;animation:leaffall 11s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(19){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(19){--size:0.8vw}}.winter_animation .snowflake:nth-child(19){--left-ini:1vw;--left-end:7vw;left:13vw;animation:snowfall 8s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(19){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(19){--size:4vw}}.winter_animation .leaf:nth-child(19){--left-ini:12vw;--left-end:12vw;left:96vw;animation:leaffall 9s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(20){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(20){--size:3.2vw}}.winter_animation .snowflake:nth-child(20){--left-ini:3vw;--left-end:7vw;left:77vw;animation:snowfall 9s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(20){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(20){--size:8vw}}.winter_animation .leaf:nth-child(20){--left-ini:12vw;--left-end:-2vw;left:57vw;animation:leaffall 8s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(21){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(21){--size:2.4vw}}.winter_animation .snowflake:nth-child(21){--left-ini:-1vw;--left-end:2vw;left:91vw;animation:snowfall 8s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(21){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(21){--size:4vw}}.winter_animation .leaf:nth-child(21){--left-ini:3vw;--left-end:4vw;left:65vw;animation:leaffall 13s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(22){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(22){--size:1.6vw}}.winter_animation .snowflake:nth-child(22){--left-ini:5vw;--left-end:-5vw;left:89vw;animation:snowfall 11s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(22){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(22){--size:12vw}}.winter_animation .leaf:nth-child(22){--left-ini:4vw;--left-end:10vw;left:17vw;animation:leaffall 11s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(23){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(23){--size:1.6vw}}.winter_animation .snowflake:nth-child(23){--left-ini:0vw;--left-end:-5vw;left:52vw;animation:snowfall 8s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(23){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(23){--size:2vw}}.winter_animation .leaf:nth-child(23){--left-ini:13vw;--left-end:7vw;left:7vw;animation:leaffall 14s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(24){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(24){--size:3.2vw}}.winter_animation .snowflake:nth-child(24){--left-ini:-7vw;--left-end:7vw;left:96vw;animation:snowfall 7s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(24){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(24){--size:2vw}}.winter_animation .leaf:nth-child(24){--left-ini:10vw;--left-end:-4vw;left:78vw;animation:leaffall 9s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(25){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(25){--size:3.2vw}}.winter_animation .snowflake:nth-child(25){--left-ini:-2vw;--left-end:-8vw;left:9vw;animation:snowfall 12s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(25){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(25){--size:10vw}}.winter_animation .leaf:nth-child(25){--left-ini:-1vw;--left-end:2vw;left:23vw;animation:leaffall 7s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(26){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(26){--size:1.6vw}}.winter_animation .snowflake:nth-child(26){--left-ini:9vw;--left-end:-3vw;left:58vw;animation:snowfall 15s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(26){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(26){--size:12vw}}.winter_animation .leaf:nth-child(26){--left-ini:2vw;--left-end:2vw;left:72vw;animation:leaffall 7s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(27){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(27){--size:3.2vw}}.winter_animation .snowflake:nth-child(27){--left-ini:10vw;--left-end:10vw;left:38vw;animation:snowfall 7s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(27){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(27){--size:10vw}}.winter_animation .leaf:nth-child(27){--left-ini:1vw;--left-end:9vw;left:2vw;animation:leaffall 13s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(28){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(28){--size:1.6vw}}.winter_animation .snowflake:nth-child(28){--left-ini:0vw;--left-end:10vw;left:40vw;animation:snowfall 14s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(28){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(28){--size:6vw}}.winter_animation .leaf:nth-child(28){--left-ini:9vw;--left-end:2vw;left:49vw;animation:leaffall 12s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(29){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(29){--size:1.6vw}}.winter_animation .snowflake:nth-child(29){--left-ini:6vw;--left-end:-3vw;left:54vw;animation:snowfall 15s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(29){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(29){--size:10vw}}.winter_animation .leaf:nth-child(29){--left-ini:10vw;--left-end:2vw;left:21vw;animation:leaffall 9s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(30){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(30){--size:0.8vw}}.winter_animation .snowflake:nth-child(30){--left-ini:-3vw;--left-end:7vw;left:39vw;animation:snowfall 13s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(30){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(30){--size:8vw}}.winter_animation .leaf:nth-child(30){--left-ini:1vw;--left-end:9vw;left:70vw;animation:leaffall 7s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(31){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(31){--size:1.6vw}}.winter_animation .snowflake:nth-child(31){--left-ini:10vw;--left-end:8vw;left:76vw;animation:snowfall 15s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(31){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(31){--size:2vw}}.winter_animation .leaf:nth-child(31){--left-ini:-1vw;--left-end:-2vw;left:90vw;animation:leaffall 6s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(32){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(32){--size:0.8vw}}.winter_animation .snowflake:nth-child(32){--left-ini:-1vw;--left-end:-7vw;left:83vw;animation:snowfall 11s linear infinite;animation-delay:-5s}.winter_animation .leaf:nth-child(32){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(32){--size:10vw}}.winter_animation .leaf:nth-child(32){--left-ini:-3vw;--left-end:4vw;left:99vw;animation:leaffall 6s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(33){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(33){--size:2.4vw}}.winter_animation .snowflake:nth-child(33){--left-ini:-9vw;--left-end:10vw;left:20vw;animation:snowfall 14s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(33){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(33){--size:8vw}}.winter_animation .leaf:nth-child(33){--left-ini:6vw;--left-end:0vw;left:15vw;animation:leaffall 6s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(34){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(34){--size:3.2vw}}.winter_animation .snowflake:nth-child(34){--left-ini:-2vw;--left-end:-1vw;left:72vw;animation:snowfall 12s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(34){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(34){--size:2vw}}.winter_animation .leaf:nth-child(34){--left-ini:5vw;--left-end:10vw;left:99vw;animation:leaffall 13s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(35){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(35){--size:2.4vw}}.winter_animation .snowflake:nth-child(35){--left-ini:8vw;--left-end:-4vw;left:41vw;animation:snowfall 7s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(35){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(35){--size:2vw}}.winter_animation .leaf:nth-child(35){--left-ini:8vw;--left-end:9vw;left:73vw;animation:leaffall 10s linear infinite;animation-delay:-3s}.winter_animation .snowflake:nth-child(36){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(36){--size:1.6vw}}.winter_animation .snowflake:nth-child(36){--left-ini:4vw;--left-end:9vw;left:100vw;animation:snowfall 9s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(36){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(36){--size:8vw}}.winter_animation .leaf:nth-child(36){--left-ini:11vw;--left-end:9vw;left:17vw;animation:leaffall 11s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(37){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(37){--size:1.6vw}}.winter_animation .snowflake:nth-child(37){--left-ini:8vw;--left-end:-7vw;left:66vw;animation:snowfall 15s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(37){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(37){--size:4vw}}.winter_animation .leaf:nth-child(37){--left-ini:1vw;--left-end:9vw;left:92vw;animation:leaffall 7s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(38){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(38){--size:4vw}}.winter_animation .snowflake:nth-child(38){--left-ini:8vw;--left-end:-5vw;left:68vw;animation:snowfall 15s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(38){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(38){--size:10vw}}.winter_animation .leaf:nth-child(38){--left-ini:14vw;--left-end:3vw;left:56vw;animation:leaffall 7s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(39){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(39){--size:3.2vw}}.winter_animation .snowflake:nth-child(39){--left-ini:-2vw;--left-end:-5vw;left:33vw;animation:snowfall 13s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(39){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(39){--size:12vw}}.winter_animation .leaf:nth-child(39){--left-ini:6vw;--left-end:8vw;left:41vw;animation:leaffall 6s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(40){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(40){--size:3.2vw}}.winter_animation .snowflake:nth-child(40){--left-ini:-9vw;--left-end:-7vw;left:69vw;animation:snowfall 15s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(40){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(40){--size:8vw}}.winter_animation .leaf:nth-child(40){--left-ini:11vw;--left-end:10vw;left:22vw;animation:leaffall 13s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(41){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(41){--size:3.2vw}}.winter_animation .snowflake:nth-child(41){--left-ini:-4vw;--left-end:-7vw;left:83vw;animation:snowfall 12s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(41){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(41){--size:4vw}}.winter_animation .leaf:nth-child(41){--left-ini:11vw;--left-end:1vw;left:47vw;animation:leaffall 12s linear infinite;animation-delay:-3s}.winter_animation .snowflake:nth-child(42){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(42){--size:1.6vw}}.winter_animation .snowflake:nth-child(42){--left-ini:10vw;--left-end:1vw;left:32vw;animation:snowfall 6s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(42){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(42){--size:10vw}}.winter_animation .leaf:nth-child(42){--left-ini:14vw;--left-end:-1vw;left:47vw;animation:leaffall 13s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(43){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(43){--size:1.6vw}}.winter_animation .snowflake:nth-child(43){--left-ini:7vw;--left-end:8vw;left:45vw;animation:snowfall 6s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(43){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(43){--size:10vw}}.winter_animation .leaf:nth-child(43){--left-ini:6vw;--left-end:4vw;left:99vw;animation:leaffall 12s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(44){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(44){--size:1.6vw}}.winter_animation .snowflake:nth-child(44){--left-ini:3vw;--left-end:3vw;left:7vw;animation:snowfall 13s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(44){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(44){--size:8vw}}.winter_animation .leaf:nth-child(44){--left-ini:-4vw;--left-end:15vw;left:17vw;animation:leaffall 8s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(45){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(45){--size:3.2vw}}.winter_animation .snowflake:nth-child(45){--left-ini:7vw;--left-end:5vw;left:91vw;animation:snowfall 8s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(45){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(45){--size:12vw}}.winter_animation .leaf:nth-child(45){--left-ini:9vw;--left-end:6vw;left:48vw;animation:leaffall 12s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(46){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(46){--size:0.8vw}}.winter_animation .snowflake:nth-child(46){--left-ini:-5vw;--left-end:4vw;left:20vw;animation:snowfall 12s linear infinite;animation-delay:-8s}.winter_animation .leaf:nth-child(46){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(46){--size:8vw}}.winter_animation .leaf:nth-child(46){--left-ini:7vw;--left-end:7vw;left:49vw;animation:leaffall 10s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(47){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(47){--size:0.8vw}}.winter_animation .snowflake:nth-child(47){--left-ini:3vw;--left-end:0vw;left:91vw;animation:snowfall 6s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(47){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(47){--size:6vw}}.winter_animation .leaf:nth-child(47){--left-ini:-4vw;--left-end:10vw;left:93vw;animation:leaffall 13s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(48){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(48){--size:1.6vw}}.winter_animation .snowflake:nth-child(48){--left-ini:-3vw;--left-end:4vw;left:55vw;animation:snowfall 7s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(48){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(48){--size:4vw}}.winter_animation .leaf:nth-child(48){--left-ini:-4vw;--left-end:2vw;left:18vw;animation:leaffall 9s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(49){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(49){--size:0.8vw}}.winter_animation .snowflake:nth-child(49){--left-ini:-3vw;--left-end:3vw;left:77vw;animation:snowfall 9s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(49){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(49){--size:2vw}}.winter_animation .leaf:nth-child(49){--left-ini:13vw;--left-end:15vw;left:94vw;animation:leaffall 11s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(50){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(50){--size:4vw}}.winter_animation .snowflake:nth-child(50){--left-ini:-9vw;--left-end:-3vw;left:45vw;animation:snowfall 15s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(50){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(50){--size:8vw}}.winter_animation .leaf:nth-child(50){--left-ini:10vw;--left-end:-3vw;left:92vw;animation:leaffall 15s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(51){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(51){--size:2.4vw}}.winter_animation .snowflake:nth-child(51){--left-ini:-5vw;--left-end:5vw;left:26vw;animation:snowfall 13s linear infinite;animation-delay:-5s}.winter_animation .leaf:nth-child(51){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(51){--size:6vw}}.winter_animation .leaf:nth-child(51){--left-ini:-3vw;--left-end:0vw;left:74vw;animation:leaffall 9s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(52){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(52){--size:1.6vw}}.winter_animation .snowflake:nth-child(52){--left-ini:-7vw;--left-end:5vw;left:1vw;animation:snowfall 11s linear infinite;animation-delay:-4s}.winter_animation .leaf:nth-child(52){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(52){--size:12vw}}.winter_animation .leaf:nth-child(52){--left-ini:-3vw;--left-end:15vw;left:35vw;animation:leaffall 6s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(53){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(53){--size:0.8vw}}.winter_animation .snowflake:nth-child(53){--left-ini:-9vw;--left-end:3vw;left:45vw;animation:snowfall 10s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(53){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(53){--size:2vw}}.winter_animation .leaf:nth-child(53){--left-ini:11vw;--left-end:15vw;left:53vw;animation:leaffall 11s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(54){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(54){--size:1.6vw}}.winter_animation .snowflake:nth-child(54){--left-ini:-7vw;--left-end:2vw;left:96vw;animation:snowfall 8s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(54){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(54){--size:8vw}}.winter_animation .leaf:nth-child(54){--left-ini:5vw;--left-end:-2vw;left:32vw;animation:leaffall 10s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(55){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(55){--size:4vw}}.winter_animation .snowflake:nth-child(55){--left-ini:3vw;--left-end:-8vw;left:21vw;animation:snowfall 12s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(55){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(55){--size:12vw}}.winter_animation .leaf:nth-child(55){--left-ini:15vw;--left-end:9vw;left:43vw;animation:leaffall 11s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(56){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(56){--size:1.6vw}}.winter_animation .snowflake:nth-child(56){--left-ini:-9vw;--left-end:3vw;left:2vw;animation:snowfall 14s linear infinite;animation-delay:-5s}.winter_animation .leaf:nth-child(56){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(56){--size:6vw}}.winter_animation .leaf:nth-child(56){--left-ini:-1vw;--left-end:2vw;left:66vw;animation:leaffall 9s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(57){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(57){--size:3.2vw}}.winter_animation .snowflake:nth-child(57){--left-ini:-8vw;--left-end:3vw;left:94vw;animation:snowfall 15s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(57){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(57){--size:12vw}}.winter_animation .leaf:nth-child(57){--left-ini:4vw;--left-end:1vw;left:3vw;animation:leaffall 7s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(58){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(58){--size:4vw}}.winter_animation .snowflake:nth-child(58){--left-ini:-4vw;--left-end:6vw;left:34vw;animation:snowfall 7s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(58){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(58){--size:8vw}}.winter_animation .leaf:nth-child(58){--left-ini:8vw;--left-end:11vw;left:32vw;animation:leaffall 15s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(59){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(59){--size:2.4vw}}.winter_animation .snowflake:nth-child(59){--left-ini:7vw;--left-end:1vw;left:95vw;animation:snowfall 11s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(59){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(59){--size:10vw}}.winter_animation .leaf:nth-child(59){--left-ini:9vw;--left-end:1vw;left:27vw;animation:leaffall 12s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(60){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(60){--size:0.8vw}}.winter_animation .snowflake:nth-child(60){--left-ini:6vw;--left-end:8vw;left:8vw;animation:snowfall 14s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(60){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(60){--size:6vw}}.winter_animation .leaf:nth-child(60){--left-ini:0vw;--left-end:-4vw;left:91vw;animation:leaffall 6s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(61){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(61){--size:0.8vw}}.winter_animation .snowflake:nth-child(61){--left-ini:-1vw;--left-end:-7vw;left:6vw;animation:snowfall 13s linear infinite;animation-delay:-8s}.winter_animation .leaf:nth-child(61){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(61){--size:10vw}}.winter_animation .leaf:nth-child(61){--left-ini:-2vw;--left-end:8vw;left:49vw;animation:leaffall 13s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(62){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(62){--size:1.6vw}}.winter_animation .snowflake:nth-child(62){--left-ini:10vw;--left-end:-3vw;left:77vw;animation:snowfall 9s linear infinite;animation-delay:-2s}.winter_animation .leaf:nth-child(62){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(62){--size:4vw}}.winter_animation .leaf:nth-child(62){--left-ini:2vw;--left-end:0vw;left:40vw;animation:leaffall 14s linear infinite;animation-delay:-10s}.winter_animation .snowflake:nth-child(63){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(63){--size:2.4vw}}.winter_animation .snowflake:nth-child(63){--left-ini:10vw;--left-end:7vw;left:25vw;animation:snowfall 15s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(63){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(63){--size:6vw}}.winter_animation .leaf:nth-child(63){--left-ini:7vw;--left-end:-1vw;left:51vw;animation:leaffall 12s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(64){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(64){--size:2.4vw}}.winter_animation .snowflake:nth-child(64){--left-ini:7vw;--left-end:10vw;left:87vw;animation:snowfall 6s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(64){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(64){--size:10vw}}.winter_animation .leaf:nth-child(64){--left-ini:8vw;--left-end:5vw;left:41vw;animation:leaffall 11s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(65){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(65){--size:3.2vw}}.winter_animation .snowflake:nth-child(65){--left-ini:7vw;--left-end:-5vw;left:94vw;animation:snowfall 10s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(65){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(65){--size:8vw}}.winter_animation .leaf:nth-child(65){--left-ini:8vw;--left-end:4vw;left:59vw;animation:leaffall 10s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(66){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(66){--size:0.8vw}}.winter_animation .snowflake:nth-child(66){--left-ini:3vw;--left-end:-2vw;left:88vw;animation:snowfall 9s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(66){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(66){--size:6vw}}.winter_animation .leaf:nth-child(66){--left-ini:2vw;--left-end:0vw;left:85vw;animation:leaffall 15s linear infinite;animation-delay:-8s}.winter_animation .snowflake:nth-child(67){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(67){--size:0.8vw}}.winter_animation .snowflake:nth-child(67){--left-ini:5vw;--left-end:-1vw;left:16vw;animation:snowfall 15s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(67){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(67){--size:10vw}}.winter_animation .leaf:nth-child(67){--left-ini:12vw;--left-end:4vw;left:84vw;animation:leaffall 8s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(68){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(68){--size:0.8vw}}.winter_animation .snowflake:nth-child(68){--left-ini:-8vw;--left-end:-7vw;left:57vw;animation:snowfall 14s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(68){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(68){--size:12vw}}.winter_animation .leaf:nth-child(68){--left-ini:14vw;--left-end:0vw;left:50vw;animation:leaffall 15s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(69){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(69){--size:3.2vw}}.winter_animation .snowflake:nth-child(69){--left-ini:10vw;--left-end:4vw;left:37vw;animation:snowfall 7s linear infinite;animation-delay:-5s}.winter_animation .leaf:nth-child(69){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(69){--size:6vw}}.winter_animation .leaf:nth-child(69){--left-ini:9vw;--left-end:12vw;left:89vw;animation:leaffall 11s linear infinite;animation-delay:-4s}.winter_animation .snowflake:nth-child(70){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(70){--size:4vw}}.winter_animation .snowflake:nth-child(70){--left-ini:-9vw;--left-end:-8vw;left:43vw;animation:snowfall 6s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(70){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(70){--size:8vw}}.winter_animation .leaf:nth-child(70){--left-ini:4vw;--left-end:14vw;left:49vw;animation:leaffall 13s linear infinite;animation-delay:-7s}.winter_animation .snowflake:nth-child(71){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(71){--size:1.6vw}}.winter_animation .snowflake:nth-child(71){--left-ini:2vw;--left-end:-7vw;left:82vw;animation:snowfall 8s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(71){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(71){--size:4vw}}.winter_animation .leaf:nth-child(71){--left-ini:11vw;--left-end:13vw;left:7vw;animation:leaffall 7s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(72){--size:0.6vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(72){--size:2.4vw}}.winter_animation .snowflake:nth-child(72){--left-ini:8vw;--left-end:9vw;left:73vw;animation:snowfall 9s linear infinite;animation-delay:-8s}.winter_animation .leaf:nth-child(72){--size:3vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(72){--size:12vw}}.winter_animation .leaf:nth-child(72){--left-ini:9vw;--left-end:-2vw;left:13vw;animation:leaffall 14s linear infinite;animation-delay:-9s}.winter_animation .snowflake:nth-child(73){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(73){--size:4vw}}.winter_animation .snowflake:nth-child(73){--left-ini:6vw;--left-end:9vw;left:19vw;animation:snowfall 13s linear infinite;animation-delay:-9s}.winter_animation .leaf:nth-child(73){--size:5vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(73){--size:2vw}}.winter_animation .leaf:nth-child(73){--left-ini:11vw;--left-end:10vw;left:90vw;animation:leaffall 15s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(74){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(74){--size:2.4vw}}.winter_animation .snowflake:nth-child(74){--left-ini:0vw;--left-end:-1vw;left:83vw;animation:snowfall 12s linear infinite;animation-delay:-7s}.winter_animation .leaf:nth-child(74){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(74){--size:8vw}}.winter_animation .leaf:nth-child(74){--left-ini:14vw;--left-end:-2vw;left:11vw;animation:leaffall 15s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(75){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(75){--size:0.8vw}}.winter_animation .snowflake:nth-child(75){--left-ini:6vw;--left-end:-5vw;left:89vw;animation:snowfall 11s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(75){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(75){--size:12vw}}.winter_animation .leaf:nth-child(75){--left-ini:3vw;--left-end:14vw;left:54vw;animation:leaffall 8s linear infinite;animation-delay:-6s}.winter_animation .snowflake:nth-child(76){--size:0.4vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(76){--size:2.4vw}}.winter_animation .snowflake:nth-child(76){--left-ini:4vw;--left-end:-6vw;left:61vw;animation:snowfall 15s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(76){--size:2vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(76){--size:12vw}}.winter_animation .leaf:nth-child(76){--left-ini:6vw;--left-end:2vw;left:11vw;animation:leaffall 10s linear infinite;animation-delay:-5s}.winter_animation .snowflake:nth-child(77){--size:1vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(77){--size:0.8vw}}.winter_animation .snowflake:nth-child(77){--left-ini:3vw;--left-end:-8vw;left:32vw;animation:snowfall 6s linear infinite;animation-delay:-10s}.winter_animation .leaf:nth-child(77){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(77){--size:10vw}}.winter_animation .leaf:nth-child(77){--left-ini:-2vw;--left-end:12vw;left:40vw;animation:leaffall 6s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(78){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(78){--size:2.4vw}}.winter_animation .snowflake:nth-child(78){--left-ini:-2vw;--left-end:2vw;left:21vw;animation:snowfall 9s linear infinite;animation-delay:-1s}.winter_animation .leaf:nth-child(78){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(78){--size:2vw}}.winter_animation .leaf:nth-child(78){--left-ini:-1vw;--left-end:10vw;left:56vw;animation:leaffall 12s linear infinite;animation-delay:-1s}.winter_animation .snowflake:nth-child(79){--size:0.2vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(79){--size:0.8vw}}.winter_animation .snowflake:nth-child(79){--left-ini:8vw;--left-end:1vw;left:70vw;animation:snowfall 10s linear infinite;animation-delay:-6s}.winter_animation .leaf:nth-child(79){--size:4vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(79){--size:8vw}}.winter_animation .leaf:nth-child(79){--left-ini:6vw;--left-end:15vw;left:51vw;animation:leaffall 10s linear infinite;animation-delay:-3s}.winter_animation .snowflake:nth-child(80){--size:0.8vw}@media screen and (max-width:600px){.winter_animation .snowflake:nth-child(80){--size:2.4vw}}.winter_animation .snowflake:nth-child(80){--left-ini:4vw;--left-end:-4vw;left:34vw;animation:snowfall 8s linear infinite;animation-delay:-3s}.winter_animation .leaf:nth-child(80){--size:1vw}@media screen and (max-width:600px){.winter_animation .leaf:nth-child(80){--size:12vw}}.winter_animation .leaf:nth-child(80){--left-ini:-3vw;--left-end:15vw;left:37vw;animation:leaffall 13s linear infinite;animation-delay:-2s}.winter_animation .snowflake:nth-child(6n){filter:blur(1px)}.loading_screen{background-color:#fff;width:100dvw;height:100dvh;position:fixed;top:0;z-index:999;display:flex;flex-direction:column;justify-content:center;align-items:center;gap:24px;overflow:hidden}.loading_screen .loading_screen_logo{width:150px;animation:loading_pulse 1.5s ease-in-out infinite}@keyframes loading_pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.92)}}.loading_screen--loaded{animation:loading_wrap_slideup .8s ease-in-out forwards}@keyframes loading_wrap_slideup{0%{transform:translateY(0)}to{transform:translateY(-120vh)}}.loading_screen .loading_screen_text{font-size:14px;color:#999;letter-spacing:.05em;animation:loading_text_fade .4s ease-in}@keyframes loading_text_fade{0%{opacity:0}to{opacity:1}}.loading_screen .loading_screen_text .loading_dot{display:inline-block;animation:loading_dot_bounce .8s ease-in-out infinite}@keyframes loading_dot_bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-5px)}}.blogCard_article{background-color:hsla(0,0%,100%,.8);padding-left:35px;padding-right:35px;padding-bottom:35px;border-radius:0 0 16px 16px}.blogCard_article .title_row{display:flex;width:100%;align-items:flex-start}.blogCard_article .title_row .title h1{font-size:32px;font-weight:600}.blogCard_article .content_row{width:100%;display:flex;flex-direction:column;gap:0}.blogCard_article .content_row .subtitle h2{font-size:28px}.blogCard_article .content_row p{font-style:22px}.blogCard_article .content_row img{width:100%}.blogCard_article .content_row .content_row_element_v1 .text_image_row{width:100%;display:flex;justify-content:space-between}.blogCard_article .content_row .content_row_element_v1 .text_image_row p{margin-top:-5px}.blogCard_article .content_row .content_row_element_v1 .text_image_row div{margin-top:-15px}.blogCard_article .content_row .content_row_element_v2 .text_image_column{width:100%;display:flex;flex-direction:column;justify-content:space-between}.blogCard_article{gap:0;color:#555;width:100%!important;max-width:1000px;padding-top:120px;display:flex;flex-direction:column;min-height:100vh;margin-left:auto;margin-right:auto}.blogCard_article .mt-20{margin-top:20px}.blogCard_article .mt-50{margin-top:50px}.blogCard{height:100vh;gap:50px;display:flex;flex-direction:column;align-items:center;padding-top:80px;max-width:1200px;margin-left:auto;margin-right:auto;color:#555}@keyframes drop_from_top_animation{0%{transform:translateY(-100vh)}to{transform:translateY(0)}}.blogCard .news_room_title{animation:drop_from_top_animation 1.5s ease-in-out}.blogCard .latest_news_wrap .latest_news_card{transition:.3s;cursor:pointer}.blogCard .latest_news_wrap .latest_news_card:hover{transform:scale(1.02)}.blogCard .latest_news_wrap .latest_news_card{animation:drop_from_top_animation 1s ease-in-out;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);border-radius:16px}.blogCard .latest_news_wrap .latest_news_card .row{display:flex}.blogCard .latest_news_wrap .latest_news_card .row .col_1,.blogCard .latest_news_wrap .latest_news_card .row .col_2{padding:30px 25px}.blogCard .latest_news_wrap .latest_news_card .row .col_1 .top_content{gap:15px;display:flex;flex-direction:column}.blogCard .latest_news_wrap .latest_news_card .row .col_1 .top_content .topic{font-size:16px}.blogCard .latest_news_wrap .latest_news_card .row .col_1 .top_content .title{font-size:24px;line-height:26px;font-weight:500}.blogCard .latest_news_wrap .latest_news_card .row .col_1 .top_content .meta_desr{font-size:16px}.blogCard .latest_news_wrap .latest_news_card .row .col_1 .bottom_content .date{font-size:14px}.blogCard .latest_news_wrap .latest_news_card .row .col_1{gap:60px;display:flex;flex-direction:column;width:50%}.blogCard .latest_news_wrap .latest_news_card .row .col_2{width:50%;max-height:250px;box-shadow:1px 2px 8px rgba(0,0,0,.455);border-radius:16px;background-color:#966dec;padding:10px 0}.blogCard .latest_news_wrap .latest_news_card .row .col_2 img{width:100%;max-height:250px;object-fit:contain}.add_page_wrap{color:#555;display:flex;align-items:center;justify-content:center;height:100vh}@keyframes hide_modal{0%{transform:translateY(0)}to{transform:translateY(100vh)}}.cookies_modal_hide{animation:hide_modal .5s ease-in}.cookies_modal{position:fixed;z-index:999;bottom:0;right:0;width:80vw;max-width:350px;display:flex;flex-direction:column;gap:5px}.cookies_modal .title{display:flex;align-items:center;justify-content:space-between;font-size:20px;font-weight:500}.cookies_modal .text{font-size:14px}.cookies_modal .action{display:flex;align-items:center;justify-content:flex-end;gap:15px;font-size:16px}.cookies_modal .action .cookies_redirect{color:#414141;transition:.3s;text-decoration:underline;cursor:pointer}.cookies_modal .action .cookies_redirect:hover{color:#7038e4}.cookies_modal .action .agree_button{cursor:pointer;border:1px solid #414141;padding:5px 10px;border-radius:10px;transition:.3s}.cookies_modal .action .agree_button:hover{background-color:#7038e4;color:#fff;border-color:#7038e4}.cookies_modal{border-radius:16px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);margin:20px 15px;transition:.5s;padding:20px;color:#414141}.cookies_modal img{width:30px}.cookies_page .cancel_cookies_wrap{display:flex}.cookies_page .cancel_cookies_wrap div{cursor:pointer;border:1px solid #414141;padding:5px 15px;border-radius:10px;transition:.3s}.cookies_page .cancel_cookies_wrap div:hover{background-color:#7038e4;color:#fff;border-color:#7038e4}.cookies_page .title{display:flex;justify-content:space-between}.cookies_page .title img{width:50px}.cookies_page a{color:#7038e4}.cookies_page{min-height:100vh;display:flex;flex-direction:column;padding-top:100px;max-width:1000px;margin-left:auto;margin-right:auto;color:#414141}.cookies_page .card{border-radius:16px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);margin:20px 15px;transition:.5s;padding:20px}.publicProfileCardV1 [contenteditable=true]{outline:2px dashed #7038e4;border-radius:8px;cursor:text;padding:5px 15px;margin-top:.9px}.publicProfileCardV1 .edit_icon{position:absolute;bottom:20px;right:20px;cursor:pointer;transition:.3s}.publicProfileCardV1 .edit_icon:hover{transform:scale(1.2)}.publicProfileCardV1{font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}@keyframes profile_card_intro_animation{0%{transform:scale(.2)}to{transform:scale(1)}}.publicProfileCardV1{animation:profile_card_intro_animation .3s ease-in;color:#414141;position:relative;background-color:#fff;border-radius:8px;box-shadow:-120px 120px 300px #4a2314;max-width:1100px;width:100%;text-align:center;z-index:1}.publicProfileCardV1__header{display:flex;justify-content:space-between;align-items:center;padding:15px 80px}.publicProfileCardV1 .logo{background-color:#f5f5f5;border-radius:12px;padding:8px;width:80px;height:70px;display:flex;justify-content:center;align-items:center}.publicProfileCardV1 .logo__image{max-width:100%;max-height:100%;object-fit:contain}.publicProfileCardV1 .contact_opening_hours_wrap{display:flex;gap:20px;flex-direction:column;align-items:flex-end;margin:0}.publicProfileCardV1 .contact_opening_hours_wrap .contact{display:flex}.publicProfileCardV1 .contact_opening_hours_wrap .contact ul li a{all:unset}.publicProfileCardV1 .contact_opening_hours_wrap .contact ul li{cursor:pointer;font-weight:500;transition:.3s}.publicProfileCardV1 .contact_opening_hours_wrap .contact ul li:hover{color:#ffa88f}.publicProfileCardV1 .contact_opening_hours_wrap .contact ul{padding:0;margin:0;display:flex;align-items:center;gap:20px;list-style:none}.publicProfileCardV1 .contact_opening_hours_wrap .opening_hours{display:flex;gap:15px}.publicProfileCardV1 .contact_opening_hours_wrap .opening_hours .day{font-size:16px;font-weight:700}.publicProfileCardV1 .contact_opening_hours_wrap .opening_hours .time{font-size:14px;font-weight:400}.publicProfileCardV1 .banner_section{position:relative}.publicProfileCardV1 .banner_section img{width:100%;aspect-ratio:2/1;object-fit:cover;filter:brightness(.5)}.publicProfileCardV1 .banner_section .no_image{width:100%;aspect-ratio:2/1;background-color:rgba(48,48,48,.337254902);color:#fff;display:flex;justify-content:center;align-items:center}.publicProfileCardV1 .banner_section .banner__text{position:absolute;top:30%;left:80px;color:#fff;text-shadow:0 0 10px rgba(0,0,0,.6);text-align:left;padding:0 20px;z-index:5}.publicProfileCardV1 .banner_section .banner__text h2{font-size:2.5rem;margin:0 0 8px}.publicProfileCardV1 .banner_section .banner__text p{font-size:1rem;margin:0}.publicProfileCardV1 .content_section{display:flex;flex-direction:column;padding:15px 80px;text-align:left}.publicProfileCardV1 .content_section .title_section .categories{display:flex;gap:10px;padding-bottom:15px}.publicProfileCardV1 .content_section .title_section .categories .category{background-color:#ffa88f;padding:4px 25px;font-size:12px;font-weight:700;color:#414141;border-radius:12px}.publicProfileCardV1 .content_section .title_section .title{font-weight:700;font-size:20px}.publicProfileCardV1 .content_section .content_row{display:flex;flex-direction:row}@keyframes bottom_border_animation{0%{width:60%}50%{width:80%}to{width:60%}}.publicProfileCardV1 .content_section .content_row .bottom_border{animation:bottom_border_animation 15s ease-in-out infinite;background-color:#ede7e7;width:60%;height:2px;border-radius:12px}.publicProfileCardV1 .content_section .content_row .content_col_left,.publicProfileCardV1 .content_section .content_row .content_col_right{width:50%;display:flex;flex-direction:column;gap:35px}.publicProfileCardV1 .content_section .content_row .content_col_left .short_descr{margin-top:10px}.publicProfileCardV1 .content_section .content_row .content_col_right{display:flex;align-items:flex-end}@keyframes content_card_animation{0%{transform:translateY(0)}50%{transform:translateY(10px)}to{transform:translateY(0)}}.publicProfileCardV1 .content_section .content_row .content_card{animation:content_card_animation 10s ease-in-out infinite}.publicProfileCardV1 .content_section .content_row .content_card:nth-child(2){animation-delay:2.5s}.publicProfileCardV1 .content_section .content_row .content_card{background-color:#f1ebeb;border-radius:24px;padding:35px 25px;width:80%;aspect-ratio:4.2/5;box-shadow:-5px 10px 20px rgba(0,0,0,.3);position:relative}.publicProfileCardV1 .content_section .content_row .content_card .image_wrap_offer{position:absolute;bottom:0;left:0;width:100%;height:100%;display:flex;align-items:flex-end}.publicProfileCardV1 .content_section .content_row .content_card .image_wrap_offer .no_image{width:100%;height:75%;background-color:rgba(48,48,48,.337254902);color:#fff;display:flex;justify-content:center;align-items:center;border-radius:0 0 24px 24px}.publicProfileCardV1 .content_section .content_row .content_card .image_wrap_offer img{width:100%;height:75%;object-fit:cover;border-radius:0 0 16px 16px}.publicProfileCardV1 .content_section .content_row .content_card .image_wrap{position:absolute;left:0;bottom:15%;width:100%;height:70%;display:flex;justify-content:center}.publicProfileCardV1 .content_section .content_row .content_card .image_wrap img{height:115%;z-index:2;filter:drop-shadow(5px 15px 10px rgba(0,0,0,.6))}.publicProfileCardV1 .content_section .content_row .content_card .cta{background-color:#ffa88f;display:flex;justify-content:center;align-items:center;border-radius:100%;width:50px;height:50px;position:absolute;right:8%;top:70px;color:#fff;z-index:3;transition:.3s ease-in-out;cursor:pointer;border:2px solid #f1ebeb;outline:2px solid #f1ebeb}.publicProfileCardV1 .content_section .content_row .content_card .cta .icon{transform:translateX(-1px) translateY(1px)}.publicProfileCardV1 .content_section .content_row .content_card .cta:hover{transform:scale(.9);outline:2px solid #ffa88f}.publicProfileCardV1 .content_section .content_row .content_card .cta:active{outline:4px solid #ffa88f}.publicProfileCardV1 .content_section .content_row .content_card .bottom_static_part{height:20%;background-color:#efe9e7;width:100%;left:0;bottom:0;border-radius:0 0 16px 16px;position:absolute}.publicProfileCardV1 .content_section .content_row .content_card .title_top_left .title{font-size:18px;font-weight:700}.publicProfileCardV1 .content_section .content_row .content_card .title_top_left .subtitle{font-size:14px;font-weight:700;color:rgba(65,65,65,.7254901961)}.publicProfileCardV1 .map_section{padding:15px 80px;display:flex;flex-direction:column;align-items:flex-start;gap:15px;font-size:20px;font-weight:700}.publicProfileCardV1 .map_section iframe{border-radius:12px;width:100%;border:none;box-shadow:-5px 10px 20px rgba(0,0,0,.4)}.publicProfileCardV1 .map_section{padding-bottom:70px}.services_main_card{color:#414141;width:100%;max-width:1200px;height:100%;min-height:80vh;display:flex;flex-direction:column;margin-left:auto;margin-right:auto;margin-top:150px}@media only screen and (max-width:820px){.services_main_card{margin-top:120px}.services_main_card #SERVICES_MAIN_ID{text-align:center}.services_main_card #SERVICES_MAIN_ID h1{margin:50px 0;font-size:50px}}@keyframes services_wrap_animation{0%{transform:translateY(-120vh)}to{transform:translateY(0)}}.services_main_card .services_title{animation:services_wrap_animation .5s ease-in-out;text-align:center;display:flex;justify-content:center;align-items:center;flex-direction:column;width:100%;height:400px;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);border-radius:16px}@media only screen and (max-width:820px){.services_main_card .services_title{border-radius:0;width:100vw;margin-left:auto;margin-right:auto;padding:15px 0;height:auto}}.services_main_card .services_title h1{font-size:50px;line-height:110%}.services_main_card .services_title h1 span{color:#7a45e6}@media only screen and (max-width:820px){.services_main_card .services_title h1{font-size:22px;padding:0 15px}}.services_main_card .services_title h2{font-weight:500;font-size:22px}@media only screen and (max-width:820px){.services_main_card .services_title h2{font-size:18px;padding:0 15px}}@keyframes services_descr_animation{0%{transform:translateY(120vw)}to{transform:translateY(0)}}.services_main_card .services_descr{margin-top:100px;display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:800px;margin-left:auto;margin-right:auto}.services_main_card .services_descr p:first-child{animation:services_descr_animation .7s ease-out}.services_main_card .services_descr p:nth-child(2){animation:services_descr_animation 1.2s ease-out}.services_main_card .services_descr p{color:#333;font-size:20px}@media only screen and (max-width:820px){.services_main_card .services_descr{margin-top:30px}.services_main_card .services_descr p{padding:0 15px;font-size:16px}.services_main_card .services_cards_wrap{margin-top:30px}}.services_main_card .services_cards_wrap{margin-top:100px;display:flex;flex-wrap:wrap;gap:15px;justify-content:center;margin-left:auto;margin-right:auto;max-width:810px}.services_main_card .services_cards_wrap h3{color:#333;line-height:115%}.services_main_card .services_cards_wrap p{color:#333}.services_main_card .services_cards_wrap .services_card{cursor:default;transition:.3s ease-in-out;color:#555;background-color:hsla(0,0%,100%,.886);box-shadow:1px 2px 8px rgba(0,0,0,.455);width:260px;height:100%;min-height:230px;border-radius:16px}.services_main_card .services_cards_wrap .services_card:hover:nth-child(2n){transform:translateX(8px) translateY(-8px)}.services_main_card .services_cards_wrap .services_card:hover:nth-child(odd){transform:translateX(-8px) translateY(-8px)}.services_main_card .services_cards_wrap .services_card .content{padding:0 15px;height:100%;min-height:230px}@media only screen and (max-width:820px){.services_main_card .services_cards_wrap .services_card{width:90%;max-width:400px;height:auto;min-height:unset}.services_main_card .services_cards_wrap .services_card .content{height:auto;min-height:unset}}