.flex-row{display:flex;flex-direction:row}.flex-row:has(img){cursor:pointer}.flex-column{display:flex;flex-direction:column}.header__socials{flex:0 0 auto;display:flex;gap:30px}.header__social{display:flex;align-items:center;gap:5px}.header__social path{transition:fill .3s ease-in-out}.header__social-img{width:24px;height:24px}.header__social-text{font-family:Noto Sans;font-weight:600;font-size:16px;line-height:150%;letter-spacing:0;color:#05a876;transition:color .3s ease-in-out}.header__social:hover .header__social-text{color:#008159}.header__social:hover path{fill:#008159}.header__right{flex:1 1 auto;display:flex;align-items:center;justify-content:end;gap:30px}.ant-popover-arrow{display:none!important}.ant-popover-content{position:absolute;right:100px;top:0;min-width:395px;border-radius:20px!important}@media screen and (max-width:599px){.ant-popover-content{right:20px;min-inline-size:296px}}.ant-popover-inner{padding:20px!important;border-radius:20px!important}.profile-popup{display:flex;padding-bottom:20px;margin-bottom:20px;border-bottom:1px solid #f6f6f6}@media screen and (max-width:599px){.profile-popup{padding-bottom:10px;margin-bottom:10px}}.profile-popup__img{margin-right:20px}.profile-popup__position{margin-bottom:10px;color:#05a876;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%}@media screen and (max-width:599px){.profile-popup__position{font-size:14px}}.profile-popup__title{margin-bottom:10px;color:#434644;font-family:Noto Sans;font-size:18px;font-style:normal;font-weight:600;line-height:150%}@media screen and (max-width:599px){.profile-popup__title{font-size:14px}}.profile-popup__email{margin-bottom:10px;color:#777d79;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%}@media screen and (max-width:599px){.profile-popup__email{font-size:14px}}.profile-popup__edit{display:flex;align-items:center}.profile-popup__edit svg{margin-right:10px}.profile-popup__edit path{transition:fill .3s ease-in-out}.profile-popup__edit span{color:#434644;font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%;transition:color .3s ease-in-out}@media screen and (max-width:599px){.profile-popup__edit span{font-size:14px}}.profile-popup__edit:hover path{fill:#05a876}.profile-popup__edit:hover span{color:#05a876}.profile-popup-btns{display:flex;flex-direction:column;align-items:center}.profile-popup-btns__log-in{margin-bottom:10px;color:#05a876;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:500;line-height:150%;transition:color .3s ease-in-out}.profile-popup-btns__log-in:hover{color:#008159}.profile-popup-btns__log-out{border:none;outline:none;background:transparent;color:#434644;font-family:Noto Sans;font-size:14px;font-style:normal;font-weight:500;line-height:150%;cursor:pointer;transition:color .3s ease-in-out}.profile-popup-btns__log-out:hover{color:#05a876}.custom-btn-profile{width:100%;background-color:transparent;cursor:pointer;outline:none;border:none;border-radius:25px;font-style:normal;font-weight:500;line-height:150%;color:#fff;font-family:Noto Sans}.custom-btn-profile.large{padding:17px 20px;border-radius:30px;font-size:20px}.custom-btn-profile.small{max-width:355px;padding:9px 44px;border-radius:25px;font-size:18px}.custom-btn-profile.mobile{max-width:355px;padding:5.5px 20px;border-radius:25px;font-size:14px}.custom-btn-profile.primary{color:var(--white);background:#05a876;transition:background .3s ease-in-out}.custom-btn-profile.primary:hover{background:#008159}.custom-btn-profile.opacity{color:#05a876;background:var(--white);transition:color .3s ease-in-out,background .3s ease-in-out}.custom-btn-profile.opacity:hover{color:var(--white);background:#05a876}@media (max-width:1350px){.custom-btn-profile.small{padding:5px 25px;font-size:16px}}.search-items{position:relative;display:flex;align-items:center;gap:20px;max-width:634px;height:45px;border-radius:25px;padding:10.5px 15px;flex:1 1 auto;background:var(--back-input)}.search-items .search-items__show-all-btn{background-color:transparent;border:none;outline:none;align-self:flex-end;color:var(--graphite);font-family:Noto Sans;font-size:16px;font-style:normal;font-weight:500;line-height:150%;cursor:pointer;transition:color .2s ease}.search-items .search-items__show-all-btn:hover{color:var(--green)}.search-items__input{flex:1 1 auto;font-family:Noto Sans;font-weight:400;font-size:16px;line-height:150%;color:var(--graphite);text-overflow:ellipsis}.search-items__btn,.search-items__input{background:none;outline:none;border:none}.search-items__btn{display:grid;place-content:center;width:24px;height:24px;cursor:pointer}.search-items__btn:disabled{pointer-events:none}.search-items__popup{display:flex;flex-direction:column;z-index:100;position:absolute;left:0;bottom:-5px;padding:20px;height:260px;width:100%;transform:translateY(100%);border-radius:20px;box-shadow:5px 5px 25px 0 rgba(0,0,0,.051);background:var(--white)}.search-items__popup-scroll{height:100%;flex:1 1 auto;display:flex;flex-direction:column;gap:15px;padding-right:10px;overflow-y:auto;overflow-x:hidden}.search-items__popup-item{display:flex;align-items:center;gap:10px;height:24px;cursor:pointer}.search-items__popup-item:hover .search-items__popup-text{color:var(--green)}.search-items__popup-item:hover .search-items__popup-svg path{fill:var(--green)}.search-items__popup-svg{flex:0 0 auto}.search-items__popup-text{flex:1 1 auto;width:auto;font-family:Noto Sans;font-weight:500;font-size:16px;line-height:150%;color:var(--graphite);transition:color .2s ease;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.search-items__popup-svg path{transition:fill .2s ease}