html,body{padding:0;margin:0}*{box-sizing:border-box;font-family:"Inter",sans-serif;color:#222}strong{font-weight:600}.centered{width:100%;max-width:1200px;margin:0 auto;padding:0 20px}main h2{font-size:22px;font-weight:500;padding:40px 0 0 0;margin:0}main .h2-subtitle{font-size:14px;padding:5px 0 20px 0}.items-universal{display:grid;grid-template-columns:1fr 1fr 1fr 1fr 1fr;gap:12px}.items-universal .item{position:relative;text-decoration:none}.items-universal .item:hover{opacity:.8}.items-universal .item img{width:100%;aspect-ratio:6/5;border-radius:8px;object-fit:cover;object-position:center}.items-universal .item .tag{position:absolute;top:5px;right:5px;background-color:#c33;color:#fff;padding:7px 10px;border-radius:8px;font-size:12px;font-weight:500}.items-universal .item .location{display:flex;align-items:center;gap:3px;font-size:12px;padding:5px 0 0 0}.items-universal .item .location img{width:18px}.items-universal .item h3{font-size:16px;font-weight:400;padding:10px 0 0 0;margin:0}.items-categories{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:12px}.items-categories .item{display:flex;gap:15px;border-radius:8px;border:1px solid #e1e4ea;padding:20px}.items-categories .item .img img{width:60px;height:60px;object-fit:cover;border-radius:50%}.items-categories .item .text h3{margin:0}.items-categories .item .text h3 a{color:#c33;text-decoration:none;font-size:17px;font-weight:600}.items-categories .item .text h3 a:hover{opacity:.7}.items-categories .item .text h4{margin:3px 0 0 0}.items-categories .item .text h4 a{font-size:15px;color:#424242;text-decoration:none;font-weight:400}.items-categories .item .text h4 a:hover{opacity:.7}@media(max-width: 1200px){.items-categories{grid-template-columns:1fr 1fr 1fr}}@media(max-width: 780px){.items-categories{grid-template-columns:1fr 1fr}}@media(max-width: 520px){.items-categories{grid-template-columns:1fr}}.vertical-menu{display:flex;margin:40px 0 12px 0}.vertical-menu a{display:flex;align-items:center;justify-content:center;height:50px;text-decoration:none;font-size:14px;background-color:#eff4fc;border-radius:16px 16px 0 0;border:1px solid #e1e4ea;padding:0 20px}.vertical-menu .active{height:51px;border-bottom:none;background-color:#fff}.vertical-menu .end-line{height:50px;flex-grow:1;border-bottom:1px solid #e1e4ea}header .top{display:flex;align-items:center;justify-content:space-between}header .top .left,header .top .right{display:flex;align-items:center;gap:15px}header .top .right{justify-content:flex-end}header .top a{color:#424242;font-size:14px;text-decoration:underline;padding:10px 0}header .top a:hover{text-decoration:none}header .middle{display:flex;align-items:center;justify-content:space-between;padding:20px 0}header .middle h1{margin:0}header .middle .stats .up{font-weight:600;border-bottom:1px solid #e1e4ea;text-align:center;padding:0 0 7px 0}header .middle .stats .down{font-size:14px;text-align:center;padding:7px 0 0 0}header .middle .stats .down b{font-weight:600}header .middle .button-hamburger{display:none}header .bottom{display:flex;align-items:center;gap:15px;background-color:#eff4fc;padding:10px 20px;border-radius:8px;margin:0 0 30px 0}header .bottom a{font-size:14px;text-decoration:underline;color:#424242}header .bottom a:hover{text-decoration:none}header .menu-mobile{width:100%;max-width:300px;background-color:#fff;flex-direction:column;justify-content:flex-start;position:fixed;top:0;bottom:0;right:0;z-index:999;display:none}header .menu-mobile ul{flex-direction:column;align-items:flex-start;max-height:calc(100vh - 65px);overflow-y:auto;list-style-type:none;padding:0;margin:0}header .menu-mobile ul::-webkit-scrollbar{width:.5em}header .menu-mobile ul::-webkit-scrollbar-track{background-color:transparent}header .menu-mobile ul::-webkit-scrollbar-thumb{background-color:rgba(0,0,0,.2)}header .menu-mobile ul li{padding:0;margin:0}header .menu-mobile ul li a,header .menu-mobile ul li button{display:flex;align-items:center;gap:10px;text-decoration:none;background-color:#fff;border:none;font-size:14px;text-align:left;cursor:pointer;width:100%;padding:20px 20px}header .menu-mobile ul li a:hover,header .menu-mobile ul li button:hover{background-color:#edf4ff}header .menu-mobile ul li a img,header .menu-mobile ul li button img{width:22px}header .menu-mobile ul .close{border-bottom:1px solid #e1e4ea}header .menu-mobile-background{position:fixed;top:0;bottom:0;left:0;right:0;background-color:rgba(0,0,0,.5);z-index:998;display:none}@media(max-width: 770px){header .top{display:none}header .middle .stats{display:none}header .middle .add-own{display:none}header .middle .button-hamburger{display:flex}header .bottom{display:none}}footer{display:flex;align-items:center;justify-content:space-between;background-color:#eff4fc;border-radius:8px;padding:20px;margin:60px 0 20px 0}footer .right{font-size:14px;color:#424242;text-align:right}footer .right .links{display:flex;align-items:center;justify-content:flex-end;gap:10px;margin:5px 0 0 0}footer .right .links a{color:#424242;text-decoration:underline}footer .right .links a:hover{text-decoration:none}@media(max-width: 620px){footer{flex-direction:column;align-items:center}footer .right{text-align:center}footer .right .links{flex-direction:column}}.auth{width:100%;display:flex;justify-content:center;align-items:center}.auth .box{width:100%;max-width:420px;margin:40px;background-color:#fff;border-radius:8px}.auth .box h1{font-weight:500;font-size:28px;margin:0}.auth .box .h1-subtitle{font-size:14px;line-height:1.5;padding:5px 0 0 0;margin:0}.auth .box .forgotten-password{text-align:right;padding:15px 0 0 0;margin:0}.auth .box .forgotten-password a{font-size:14px;text-decoration:underline}.auth .box .forgotten-password a:hover{text-decoration:none}.auth .box .buttons{display:flex;flex-direction:column;gap:10px}.auth .box .buttons .button{width:100%}.auth .box .separator{width:100%;height:1px;background-color:#e1e4ea;margin:20px 0}.form label{display:block;font-size:14px;font-weight:500;padding:20px 0 10px 0;margin:0}.form input{width:100%;height:50px;border:none;background-color:#edf4ff;border-radius:8px;padding:0 10px;outline:none;font-size:14px}.form .buttons{display:flex;justify-content:flex-end;gap:10px;padding:20px 0 0 0}.alerts{position:fixed;top:20px;right:20px;z-index:99999}.alerts .overlay-alert{border-radius:5px;color:#fff;font-size:16px;font-weight:500;padding:15px 15px;margin:0 0 5px 0;display:flex;align-items:center;gap:10px}.alerts .overlay-alert-success{background-color:#1de148}.alerts .overlay-alert-error{background-color:#e11d48}.alerts .overlay-alert-animation{animation:overlay-alert-slide-in 1s}.alerts .overlay-alert img{width:20px}@keyframes overlay-alert-slide-in{from{opacity:0;transform:translateX(150%)}to{opacity:1;transform:translateX(0)}}.button{height:50px;display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:0 25px;border-radius:8px;background-color:#c33;color:#fff;text-decoration:none;font-size:14px;border:none;outline:none;cursor:pointer}.button:hover{background-color:#d65c5c}.button img{width:20px}.button-empty{background-color:#fff;border:1px solid #c33;color:#c33}.button-empty:hover{background-color:#fbefef}.button-hamburger{padding:0 12px}.button-hamburger img{width:32px}.page-index .hero{width:100%}.page-index .hero .menu{display:inline-flex}.page-index .hero .menu a{display:flex;flex-shrink:1;flex-wrap:wrap;text-decoration:none;color:#222;font-size:14px;font-weight:400;background-color:#eff4fc;border-radius:8px 8px 0 0;box-shadow:inset 0 -10px 15px rgba(0,0,0,.1);padding:15px 25px}.page-index .hero .menu .active{font-weight:600;box-shadow:none;background-color:#1955a5;color:#fff}.page-index .hero .body{display:flex;align-items:center;gap:10px;background-color:#1955a5;border-radius:0 8px 8px 8px;padding:10px}.page-index .hero .body .input{display:flex;align-items:center;justify-content:center;flex-grow:1}.page-index .hero .body .input .icon{flex:0 0 50px;height:50px;background-color:#edf4ff;border-radius:8px 0 0 8px;display:flex;align-items:center;justify-content:center}.page-index .hero .body .input .icon img{width:24px}.page-index .hero .body .input .icon-plus-minus{border-radius:0}.page-index .hero .body .input .icon-km{font-size:14px;font-weight:500;border-radius:0 8px 8px 0}.page-index .hero .body .input input{width:100%;height:50px;border:none;outline:none;background-color:#eff4fc;padding:0 10px;border-radius:0 8px 8px 0}.page-index .hero .body .input .input-location{border-radius:0}.page-index .hero .body .input .input-distance{width:50px;text-align:center;border-radius:0}@media(max-width: 770px){.page-index .hero .body{flex-direction:column}.page-index .hero .body .input{width:100%}.page-index .hero .body .button{width:100%}}@media(max-width: 520px){.page-index .hero .menu{width:100%}.page-index .hero .menu a{flex-grow:1;align-items:center;justify-content:center;text-align:center;padding:15px}.page-index .hero .body{border-radius:0 0 8px 8px}}/*# sourceMappingURL=app.css.map */
