.popup{position:fixed;bottom:0;left:0;width:100vw;height:100vh;height:100dvh;background-color:rgba(0,0,0,.4);display:flex;align-items:center;justify-content:center;padding:40px;z-index:100000}.popup__content{background-color:var(--background-white);padding:32px;border-radius:24px;height:calc(100vh - 80px);max-height:calc(100vh - 80px);height:calc(100dvh - 80px);max-height:calc(100dvh - 80px);width:100%;max-width:860px;overflow:hidden;display:grid;grid-template-rows:max-content 1fr max-content}.popup__header{display:flex;align-items:center;justify-content:space-between;padding:6px 0;margin-bottom:8px}.popup__title{font-weight:600;font-size:32px;line-height:36px;color:var(--color-black-dark);margin:0}.popup__close{border-radius:12px;width:36px;height:36px;display:flex;align-items:center;justify-content:center;background-color:transparent;transition:.2s ease-in-out;cursor:pointer;padding:0;border:none}.popup__close:hover{background-color:var(--background-footer)}.popup__close-icon{width:16px;height:16px}.popup__body{overflow-y:auto}.popup__body_name_tags{overflow:hidden;display:grid;grid-template-rows:max-content 1fr}.popup__info{font-weight:500;font-size:14px;line-height:16px;color:var(--color-secondary);margin:0 0 36px}.popup__footer{display:flex;align-items:center;justify-content:flex-end;margin-top:48px}.popup__btn{width:132px}.popup__btn:not(:last-child){margin-right:16px}.popup-tags{overflow:hidden;max-height:100%;display:grid;grid-template-rows:max-content 1fr}.popup-tags__selected-list{min-height:48px;margin-bottom:36px}.popup-tags__list{display:grid;grid-gap:48px;overflow-y:auto}.popup-tags__name{font-weight:600;font-size:20px;line-height:24px;color:black;margin-bottom:20px}@media (max-width:768px){.popup{padding:24px 0 0}.popup__content{padding:24px 24px 36px;border-radius:16px 16px 0 0;height:100%;max-height:100%;max-width:100%}.popup__title{font-size:28px;line-height:32px}.popup__info{margin-bottom:44px}.popup-tags__selected-list{min-height:40px;margin-bottom:46px}.popup-tags__name{margin-bottom:24px}}@media (max-width:428px){.popup{padding:100px 0 0}.popup__content{padding:24px 16px}.popup__header{padding:0}.popup__title{font-size:20px;line-height:24px}.popup__close{width:16px;height:16px}.popup__close-icon{width:12px;height:12px}.popup__info{margin-bottom:32px}.popup__footer{margin-top:36px}.popup__btn:not(:last-child){margin-right:20px}.popup-tags__selected-list{margin-bottom:22px}.popup-tags__list{grid-gap:36px}.popup-tags__name{font-size:16px;line-height:20px;margin-bottom:16px}}