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