.repayment-popup .popup_container{display:grid;grid-gap:24px}.repayment-popup__head{display:flex;align-items:flex-start;justify-content:space-between;gap:16px}.repayment-popup__close{flex-shrink:0;font-size:28px;line-height:1;color:var(--grey);transition:color .3s}.repayment-popup__close:hover{color:var(--link-color)}.repayment-popup__body{display:grid;grid-gap:24px;justify-items:start}.repayment-popup__button{width:auto;min-height:48px;padding:12px 32px}@media (max-width:767px){.repayment-popup__body{justify-items:stretch}.repayment-popup__button{width:100%;text-align:center}}