.toast{bottom:60px;left:50%;max-width:400px;padding:16px;position:fixed;transform:translate(-50%);width:100%;z-index:9000}.toast__text{font-size:14px;letter-spacing:.17px;line-height:1.7;text-align:center}.toast--error{background-color:#dd2c00}.toast--error .toast__text{color:#fff}.toast--success{background-color:#282929}.toast--success .toast__text{color:#fff}@media screen and (max-width:767px){.toast{bottom:40px}}.toast-enter-active,.toast-leave-active{transition:transform .5s ease,opacity .5s ease}.toast-enter-from,.toast-leave-to{opacity:0;transform:translate(1000%)}.toast-enter-to,.toast-leave-from{opacity:1;transform:translate(-50%)}.modal-close-button{align-items:center;background-color:#ffed24;border-radius:40px;display:flex;gap:6px;padding:8px 12px;position:fixed;right:36px;top:56.5px;z-index:10000}.modal-close-button span{font-size:12px;font-weight:700;letter-spacing:3px;line-height:1.4;text-transform:uppercase}@media screen and (max-width:767px){.modal-close-button{top:32px}}@media screen and (max-width:480px){.modal-close-button{display:none}}
