.city-confirm{flex-direction:column;gap:24px;max-width:420px;padding:32px;display:flex}.city-confirm__text{text-align:center}.city-confirm__buttons{justify-content:center;gap:12px;display:flex}.city-confirm__buttons .button{flex:1}.header__auth-skeleton{width:100px;height:40px}.header{z-index:var(--z-sticky);margin-top:15px;margin-bottom:15px;position:relative}.header__head{justify-content:space-between;align-items:center;column-gap:10px;display:flex}@media (max-width:550px){.header__head{justify-content:normal;column-gap:0}}.header .input__container input{-webkit-line-clamp:3;text-overflow:ellipsis;white-space:nowrap;-webkit-box-orient:vertical;max-width:250px;display:-webkit-box;overflow:hidden}.header__head-left,.header__head-center,.header__head-right{align-items:center;display:flex}.header__head-center{width:100%;max-width:495px}.header__head-center,.header__head-right{column-gap:10px}.header__head-right{column-gap:10px;max-width:350px}.header__button{min-width:100px;width:100%!important}.header__container{max-width:1417px}.header__logo{-webkit-user-select:none;user-select:none;align-items:center;column-gap:4px;width:fit-content;margin-left:31px;margin-right:auto;display:flex}.header__logo-name{min-width:180px;margin-left:10px}.header__search-input{flex:50%;transition:flex .3s ease-in-out;position:relative}.header__search-input.--active-search-input{flex:71%}.header__search-input.--active-search-input input{padding-right:90px!important}.header__search-input.--active-search-input .header__search input{width:100%;max-width:100%;padding-right:90px}.header__city-input{flex:47%;position:relative}.header__search input{transition:padding-right .3s ease-in-out}.header__button{padding:14px 32px!important}.header__profile{max-width:60px;position:relative}.header__profile-bg{background:var(--overlay-bg);width:100vw;height:100vh;z-index:var(--z-sticky);transition:var(--transition-fade);opacity:0;visibility:hidden;position:fixed;top:0;left:0}.header__profile-bg.--active-header-profile-bg{opacity:1;visibility:visible}.header__profile-icon{cursor:pointer;border-radius:var(--border-radius);background:var(--greyLight);padding:4px 10px}.header__profile-links{border-radius:var(--border-radius);border:1px solid var(--greyNormal);background:var(--white);transition:var(--transition-fade);opacity:0;visibility:hidden;z-index:var(--z-overlay);flex-direction:column;row-gap:25px;padding:41px 20px 40px 37px;display:flex;position:absolute;top:60px;right:0}.header__profile-links.--active-header-profile-links{opacity:1;visibility:visible}.header__profile-logOut{display:none}.header__profile-link{white-space:nowrap;align-items:center;column-gap:10px;transition:color .3s ease-in-out;display:flex;color:var(--black)!important;font-size:20px!important;font-weight:400!important}.header__profile-link svg path{transition:stroke .3s ease-in-out}.header__profile-link:hover{color:var(--greyMedium)}.header__profile-link:hover svg path{stroke:var(--greyMedium)}@media (max-width:1300px){.header__head-center{max-width:380px}}@media (max-width:1200px){.header__search-input{display:none}.header .input__container input{max-width:100%}}@media (max-width:1050px){.header__head-right .header__button:first-child{display:none}}@media (max-width:950px){.header__head-right .header__button:nth-child(2){display:none}}@media (max-width:770px){.header__PC-Menu__items{padding:38px 24px!important}.header__logo-name{display:none}.header__logo img{width:190px;height:auto}}@media (max-width:650px){.header__head .header__button{display:none!important}.header__head-right{display:flex!important}}@media (max-width:550px){.header__PC-Menu{width:100vw;height:100dvh!important}.header__PC-Menu__items{height:100%!important;padding-bottom:calc(42px + env(safe-area-inset-bottom,0px))!important}.header__city{display:none}.header__head-left{flex:unset;min-width:33px}.header__head-center{display:none}.header__logo{flex:1;justify-content:center;width:auto;margin:0}.header__head-right{flex:unset;justify-content:flex-end;min-width:33px}.header__auth-skeleton{width:33px;height:33px}}@media (max-width:450px){.header__PC-Menu__box{padding-left:15px!important;padding-right:15px!important}.header__PC-Menu__items{padding:24px 14px!important}.header__profile-logOut{display:flex}.header__profile-links{top:50px}}@media (max-width:400px){.header__logo{margin-left:0}}
.header__PC-Menu-bg{width:100vw;height:100vh;z-index:var(--z-drawer);opacity:0;visibility:hidden;background:var(--overlay-bg);transition:opacity .5s ease-in-out,visibility .5s ease-in-out;position:fixed;top:0;left:0}.header__PC-Menu-bg.--active-bg{opacity:1;visibility:visible}.header__PC-Menu{z-index:var(--z-drawer);border-radius:var(--border-radius);border:1px solid var(--greyNormal);background:var(--white);min-width:571px;max-width:531px;transition:left .3s ease-in-out;position:fixed;top:0;left:-700px}.header__PC-Menu__subcategory-link{cursor:pointer;text-decoration:underline}.header__PC-Menu__box{align-items:center;padding:16px 33px;display:flex;position:relative;overflow:hidden}.header__PC-Menu__box:before{content:"";background:linear-gradient(0deg,#0003 0%,#0003 100%),var(--greyNormal);width:200%;height:1px;position:absolute;bottom:0;left:-100px}.header__PC-Menu.--active-PC-Menu{left:0}.header__PC-Menu__buttons{display:none}.header__PC-Menu__items{flex-direction:column;row-gap:30px;height:642px;padding:42px 71px 42px 87px;display:flex;position:relative;overflow:scroll}.header__PC-Menu__item{flex-direction:column;row-gap:14px;display:flex}.header__PC-Menu__item-title{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text}.header__PC-Menu__item-description{color:var(--greyMedium);flex-wrap:wrap;gap:5px;display:flex}.header__PC-Menu__item-link{color:var(--greyMedium);cursor:pointer;align-items:center;column-gap:7px;display:flex}@media (max-width:1050px){.header__PC-Menu__buttons{align-items:center;display:flex}.header__PC-Menu__buttons .header__button:first-child,.header__PC-Menu__buttons .header__button:nth-child(3){display:none}.header__PC-Menu__buttons button{border-radius:var(--border-radius);text-align:center;justify-content:center;width:100%;padding:14px 17px}.header__PC-Menu__buttons button.--button-bordered{width:fit-content;padding-left:32px;padding-right:32px}}@media (max-width:950px){.header__PC-Menu__buttons{grid-template-columns:1fr 1fr;column-gap:12px;display:grid}.header__PC-Menu__buttons .header__button:first-child{display:block}.header__PC-Menu__buttons .header__button:nth-child(3){display:none}}@media (max-width:650px){.header__PC-Menu__buttons{grid-template-columns:1fr 1fr 1fr}.header__PC-Menu__buttons .header__button:first-child,.header__PC-Menu__buttons .header__button:nth-child(3){display:block}}@media (max-width:600px){.header__PC-Menu{width:100vw;min-width:100vw;height:100dvh!important}.header__PC-Menu__items{height:100%!important;padding-bottom:calc(140px + env(safe-area-inset-bottom,0px))!important}}@media (max-width:425px){.header__PC-Menu__buttons .header__button{padding:14px 5px!important}}.header__PC-Menu__box{flex-shrink:0}.header__PC-Menu__search{border-bottom:1px solid var(--greyLight);flex-shrink:0;margin-bottom:-10px;display:none}.header__PC-Menu__search-input,.header__PC-Menu__search-input input{width:100%}.header__PC-Menu__items{flex:1;overflow:hidden auto}.header__PC-Menu__search-results{flex-direction:column;row-gap:30px;width:100%;display:flex}.header__PC-Menu__search-block{flex-direction:column;display:flex}.header__PC-Menu__search-title{background:var(--gradient-primary);-webkit-text-fill-color:#0000;-webkit-background-clip:text;background-clip:text;width:fit-content;margin-bottom:20px;font-weight:700}.header__PC-Menu__search-items{flex-direction:column;align-items:flex-start;row-gap:15px;display:flex}.header__PC-Menu__search-item{cursor:pointer;justify-content:space-between;align-items:center;width:100%;transition:opacity .2s ease-in-out;display:flex}.header__PC-Menu__search-item:hover{opacity:.7}.header__PC-Menu__search-item.--organizations>div>div{flex-direction:column;align-items:flex-start}.header__PC-Menu__search-item>div{align-items:center;column-gap:9px;width:100%;display:flex}.header__PC-Menu__search-item>div svg{flex-shrink:0}.header__PC-Menu__search-org-name{color:var(--black);margin-bottom:4px;font-weight:500}.header__PC-Menu__search-org-address{color:var(--greyMedium);font-size:12px}.header__PC-Menu__search-empty{color:var(--greyMedium);font-style:italic}
.header-burger{cursor:pointer;min-width:33px;max-width:33px;min-height:18px;max-height:18px;transition:all .5s ease-in-out;position:relative;transform:rotate(0)}@media (max-width:550px){.header-burger{position:absolute}}.header-burger span{background:var(--black);opacity:1;transform-origin:0;pointer-events:none;-webkit-user-select:none;user-select:none;width:100%;height:2px;transition:all .25s ease-in-out;display:block;position:absolute;left:0;transform:rotate(0)}.header-burger span:first-child{top:0;left:50%;transform:translate(-50%)}.header-burger span:nth-child(2){top:8px}.header-burger span:nth-child(3){bottom:0;left:50%;transform:translate(-50%)}.header-burger.--active-header-burger span:first-child{top:8px;transform:rotate(45deg)translate(-50%)}.header-burger.--active-header-burger span:nth-child(2){opacity:0;width:0;top:-3px;left:6px;transform:rotate(45deg)}.header-burger.--active-header-burger span:nth-child(3){bottom:8px;transform:rotate(-45deg)translate(-50%)}
