.footer{background:#fff;padding:50px 0}.footer .footer__wrapper{gap:0;max-width:1400px;margin:0 auto;display:flex}.footer .footer__left{background:#f5f6f9;border-radius:40px;padding:24px 38px;display:flex}.footer .footer__left .qr-block{flex-direction:column;align-items:center;gap:18px;width:100%;display:flex}.footer .footer__left .qr-block .qr{background:#fff;border-radius:20px}.footer .footer__left .qr-block .store-buttons{flex-direction:column;gap:10px;width:100%;display:flex}.footer .footer__left .qr-block .store-buttons .google,.footer .footer__left .qr-block .store-buttons .appstore{background:#fff;border-radius:12px;justify-content:center;align-items:center;padding:12px;display:flex}.footer .footer__left .qr-block .store-buttons img{background:#fff}.footer .footer__right{background:#f5f6f9;border-radius:40px;flex-direction:column;flex-grow:1;justify-content:space-between;padding:30px;display:flex}.footer .footer__right .columns{grid-template-columns:repeat(4,1fr);gap:40px;display:grid}.footer .footer__right .col{flex-direction:column;gap:12px;height:100%;display:flex}.footer .footer__right .col:first-child{justify-content:space-between}.footer .footer__right .col h4{margin-bottom:4px;font-size:20px;font-weight:700}.footer .footer__right .col a{color:#000;font-size:14px;font-weight:400;text-decoration:none}.footer .footer__right .col a:hover{color:#000}.footer .footer__right .col .payments{gap:24px;margin-top:12px;display:flex}.footer .footer__right .col .payments img{width:40px;height:40px}.footer .footer__right .col p.phone{color:#333;font-size:16px;font-weight:600}.footer .footer__right .col p.phone span{color:#999;font-weight:400}.footer .footer__right .col .socials{gap:14px;display:flex}.footer .footer__right .col .socials .telegram,.footer .footer__right .col .socials .instagram,.footer .footer__right .col .socials .facebook,.footer .footer__right .col .socials .youtube{cursor:pointer;background:#000;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;transition:all .2s;display:flex}.footer .footer__right .col .socials .telegram:hover,.footer .footer__right .col .socials .instagram:hover,.footer .footer__right .col .socials .facebook:hover,.footer .footer__right .col .socials .youtube:hover{background:#e6e6e6}.footer .footer__right .col .socials .telegram svg,.footer .footer__right .col .socials .instagram svg,.footer .footer__right .col .socials .facebook svg,.footer .footer__right .col .socials .youtube svg{width:20px;height:20px}.footer .footer__right .col .socials img{cursor:pointer;transition:all .2s}.footer .footer__right .col .socials img:hover{opacity:.6}.footer .footer__right .footer__copyright{text-align:right;color:#000;font-size:14px}
@media (max-width:768px){.footer{padding:16px}.footer .footer__wrapper{flex-direction:column-reverse;display:flex}.footer .footer__left{flex-direction:column}.footer .footer__left .qr-block{flex-direction:row}.footer .footer__right .columns{grid-template-columns:repeat(2,1fr);align-items:start;gap:24px;display:grid}.footer .footer__right .columns .col:first-child{grid-column:span 2;align-items:center}.footer .footer__right .columns .col:last-child{grid-column:span 2}.footer .footer__right .col{flex-direction:column;gap:8px;height:100%;display:flex}.footer .footer__right .col:first-child{justify-content:space-between}.footer .footer__right .col h4{margin-bottom:4px;font-size:16px;font-weight:700}.footer .footer__right .col a{color:#000;font-size:14px;font-weight:400;text-decoration:none}.footer .footer__right .col a:hover{color:#000}.footer .footer__right .col .payments{display:none}.footer .footer__right .col p.phone{color:#333;font-size:14px;font-weight:500}.footer .footer__right .col p.phone span{color:#999;font-weight:400}.footer .footer__right .col .socials{gap:14px;display:flex}.footer .footer__right .col .socials .telegram,.footer .footer__right .col .socials .instagram,.footer .footer__right .col .socials .facebook,.footer .footer__right .col .socials .youtube{width:28px;height:28px}.footer .footer__right .col .socials .telegram:hover,.footer .footer__right .col .socials .instagram:hover,.footer .footer__right .col .socials .facebook:hover,.footer .footer__right .col .socials .youtube:hover{background:#e6e6e6}.footer .footer__right .col .socials .telegram img,.footer .footer__right .col .socials .instagram img,.footer .footer__right .col .socials .facebook img,.footer .footer__right .col .socials .youtube img{width:14px;height:14px}.footer .footer__right .col .socials img{cursor:pointer;transition:all .2s}.footer .footer__right .col .socials img:hover{opacity:.6}.footer .footer__right .footer__copyright{text-align:start;color:#000;margin:40px 0;font-size:14px}}
:root{--toast-padding:12px 18px}.toast-host{z-index:9999;pointer-events:none;position:fixed}.toast-host--top_right{top:16px;right:16px}.toast-host--top_left{top:16px;left:16px}.toast-host--top_center{top:16px;left:50%;transform:translate(-50%)}.toast-host--bottom_right{bottom:16px;right:16px}.toast-host--bottom_left{bottom:16px;left:16px}.toast-host--bottom_center{bottom:16px;left:50%;transform:translate(-50%)}.toast{pointer-events:auto;padding:var(--toast-padding);color:#fff;border-radius:9999px;align-items:center;gap:12px;min-width:320px;margin-bottom:10px;display:flex;box-shadow:0 8px 30px #00000026}.toast--success{background:#14c732}.toast--error{background:#e52e4c}.toast__icon{border-radius:8px;flex:none;justify-content:center;align-items:center;width:36px;height:36px;display:inline-flex}.toast__icon--success{background:#040a141f}.toast__icon--success svg path{fill:#fff}.toast__icon--error,.toast__icon--info{background:#040a141f}.toast__content{flex:auto}.toast__title{font-weight:600}.toast__desc{opacity:.95}.toast__close{color:#fffffff2;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;padding:6px;display:inline-flex}.toast__close svg{width:12px;height:12px}.toast__close svg path{stroke:#fff}
