.modal{align-items:center;background:#223039cc;display:flex;height:100%;justify-content:center;left:0;opacity:0;padding-bottom:32px;padding-top:32px;position:fixed;top:0;transition:opacity .3s ease;width:100%;z-index:1000}@media (max-width:1023px){.modal{padding-bottom:8px;padding-top:8px}}.modal-enter-active{opacity:1}.modal-leave-active{opacity:0}.modal-content,.modal>:first-child{position:relative;z-index:1001}.modal-content{align-items:center;display:flex;margin-top:32px;opacity:0;padding-bottom:32px;transform:scale(.7);transition:all .3s cubic-bezier(.68,-.55,.265,1.55)}@media (max-width:1023px){.modal-content{border-radius:32px;height:100%;margin-top:0;overflow:hidden;padding-bottom:0}}.modal .content-enter-active{opacity:1;transform:scale(1)}.modal .content-leave-active{opacity:0;transform:scale(.7)}.modal-close{align-items:center;background:var(--color-white);border-radius:50%;cursor:pointer;display:flex;height:36px;justify-content:center;position:absolute;right:-32px;top:-32px;transition:all .3s ease;width:36px}@media (max-width:1023px){.modal-close{right:12px;top:12px}}.modal-close:hover{opacity:.8}.modal .overlay{height:100%;left:0;position:absolute;top:0;width:100%}.modal-open{overflow:hidden}.company-modal{background:var(--color-tertiary);border-radius:2rem;display:flex;flex-direction:column;max-height:90vh;padding:8px;width:980px}@media (max-width:1023px){.company-modal{border-radius:0;height:100%;max-height:100vh;width:100%}}.company-modal__logo{display:flex;gap:12px}.company-modal__header{display:flex;flex-shrink:0;gap:14px;margin-bottom:30px}@media (max-width:1023px){.company-modal__header{flex-wrap:wrap}}.company-modal__item{height:100%;overflow:auto}.company-modal__item-wrap:first-child{margin-bottom:40px;overflow:visible}.company-modal__item-wrap:last-child{max-height:100%}.company-modal__item-wrap>h2{color:var(--color-secondary);flex-shrink:0;font-size:1.25rem;font-weight:400;font-weight:500;line-height:2rem;margin-bottom:10px}.company-modal__name{align-items:center;display:flex;margin-bottom:12px}@media (max-width:1023px){.company-modal__name{margin-bottom:0}}.company-modal__content{display:flex;flex:1;gap:8px;min-height:0;overflow:hidden}@media (max-width:1023px){.company-modal__content{flex-direction:column;overflow:auto}}.company-modal__content>*{background:var(--color-white);border-radius:24px;display:flex;flex:1;flex-direction:column;height:auto;padding:20px 24px 24px}@media (max-width:1023px){.company-modal__content>*{flex:none}}.company-modal__content>:first-child{height:-moz-fit-content;height:fit-content}.company-modal__content>* ul{margin-top:16px}.company-modal__content>* ul li{display:flex;justify-content:space-between;margin-bottom:20px}.company-modal__content>* ul li>:first-child{color:#748e9f;font-size:.875rem;font-weight:400;font-weight:500;line-height:1.25rem}.company-modal__content>* ul li>:last-child{color:var(--color-primary);font-size:.875rem;font-weight:400;font-weight:500;line-height:1.25rem}.company-modal__content>* ul li:last-child{margin-bottom:0}.company-modal__content>* h2{color:var(--color-secondary);font-size:1.25rem;font-weight:400;font-weight:500;line-height:2rem;margin-bottom:10px}.company-modal__content>* a{color:#44aeef;display:block;font-size:.875rem;font-weight:400;line-height:1.25rem;margin-bottom:12px;margin-top:6px}.company-modal__content>* a:last-child{margin-bottom:0}.company-modal__content>* p{color:var(--color-secondary);font-size:.875rem;font-weight:400;font-weight:500;line-height:1.25rem;margin-bottom:20px}.company-modal__content>* p:last-child{margin-bottom:0}.company-modal__avatar{background:var(--color-white);border-radius:var(--border-radius-base);flex-shrink:0;height:54px;margin-left:24px;margin-top:24px;overflow:hidden;padding:4px;position:relative;width:54px}@media (max-width:1023px){.company-modal__avatar{padding:2px}}.company-modal__avatar img{border-radius:var(--border-radius-base);height:100%;-o-object-fit:contain;object-fit:contain;width:100%}.company-modal__name>span{font-size:1.25rem;font-weight:400;font-weight:500;line-height:2rem;margin-right:10px}@media (max-width:1023px){.company-modal__name>span{display:block;line-height:24px;margin-top:38px}}.company-modal__params{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));grid-gap:8px;gap:8px;width:100%}@media (max-width:1023px){.company-modal__params{grid-template-columns:repeat(3,minmax(0,1fr));grid-template-rows:1fr 1fr;padding-left:24px;padding-right:24px}}.company-modal__param{display:flex;flex:1;flex-direction:column}.company-modal__param-label{color:#748e9f;font-size:.875rem;font-weight:400;font-weight:500;line-height:1.25rem}.company-modal__param-value{color:var(--color-primary);display:-webkit-box;font-size:1rem;font-weight:400;font-weight:500;line-height:1.75rem;line-height:20px;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.company-modal a.company-modal__param-value{color:#44aeef;display:block;white-space:nowrap}.company-modal.loading{align-items:center;display:flex;justify-content:center;min-height:200px}.company-modal.loading .loading-content{color:var(--color-secondary);font-size:1rem;font-weight:400;font-weight:500;line-height:1.75rem}.company-modal__info{margin-top:24px;width:100%}.company-modal__badge{align-items:center;border-radius:10px;display:inline-flex;font-size:.875rem;font-weight:400;height:1.5rem;justify-content:center;line-height:1.25rem;padding:0 6px;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap}@media (max-width:1023px){.company-modal__badge{margin-top:38px}}
