.company-choice-popup__companies,.company-choice-popup__content{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;gap:20px}.company-choice-popup__content{width:100%;max-width:400px;-webkit-box-sizing:border-box;box-sizing:border-box}.company-choice-popup__title{color:var(--black);font-size:24px;font-weight:700}.company-choice-popup__description{color:var(--black-l30);font-size:14px;line-height:24px}.company-choice-popup__companies{max-height:425px;margin:0;padding:0 4px 0 0;list-style:none;gap:10px;overflow:hidden;overflow-y:auto}.company-choice-popup__companies::-webkit-scrollbar{width:4px;background-color:var(--white)}.company-choice-popup__companies::-webkit-scrollbar-thumb{border-radius:4px;background-color:var(--black-l75);height:100px;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.company-choice-popup__companies::-webkit-scrollbar-thumb:hover{background-color:var(--black-l65)}.company-choice-popup__companies::-webkit-scrollbar-track{border-radius:4px;background-color:var(--white)}.company-choice-popup__company{display:-webkit-box;display:-ms-flexbox;display:flex;width:100%}.company-choice-popup__company-link{width:100%;padding:20px;background-color:var(--black-l93);color:var(--black-l30);text-decoration:none;-webkit-transition:.3s ease;-o-transition:.3s ease;transition:.3s ease}.company-choice-popup__company-link:hover{color:var(--black);background-color:var(--black-l90)}@media screen and (max-width:768px){.company-choice-popup__content{padding:20px;max-width:100%}.company-choice-popup__companies{max-height:490px}.company-choice-popup__company-link{color:var(--black);padding:15px}}