.cookie-notification{position:fixed;bottom:0;left:50%;transform:translate(-50%);width:1200px;max-width:calc(100% - 40px);background:#fff;border-radius:8px;margin:20px 0;z-index:9999;box-shadow:0 0 20px #0000001a;font-family:Roboto,sans-serif;transition:margin-bottom .5s ease}.up{margin-bottom:150px}.cookie-notification .cookie-notification__content{display:flex;align-items:center;justify-content:space-between;padding:20px;gap:20px}.cookie-notification .cookie-notification__text{flex:1;color:#000;font-size:18px;line-height:1.4;font-family:Roboto,sans-serif}.cookie-notification .cookie-notification__text p{margin:0}.cookie-notification .cookie-notification__text p:last-child{margin-bottom:0}.cookie-notification .cookie-notification__title,.cookie-notification .cookie-notification__description{font-size:18px;font-style:normal;font-weight:400;line-height:28px;font-family:Roboto,sans-serif}.cookie-notification .cookie-notification__link{color:var(--color-green);text-decoration:underline;font-weight:400;font-family:Roboto,sans-serif}.cookie-notification .cookie-notification__button{flex-shrink:0}.cookie-notification .cookie-notification__accept-btn{font-family:Roboto,sans-serif;background:var(--color-green);color:#fff;border:none;border-radius:12px;display:flex;height:48px;padding:15px 82px;justify-content:center;align-items:center;gap:10px;font-size:16px;font-weight:400;cursor:pointer;transition:background-color .2s ease}.cookie-notification .cookie-notification__accept-btn:active{background:var(--color-green-dark)}@media (max-width: 768px){.cookie-notification{width:100%;max-width:none;margin:0;border-radius:8px 8px 0 0;left:0;transform:none}.cookie-notification .cookie-notification__content{display:flex;padding:16px;flex-direction:row;justify-content:space-between;align-items:center;gap:16px}.cookie-notification .cookie-notification__text{text-align:left;font-size:14px;font-family:Roboto,sans-serif;flex:1}.cookie-notification .cookie-notification__title,.cookie-notification .cookie-notification__description{font-size:14px;line-height:1.4;font-family:Roboto,sans-serif}.cookie-notification .cookie-notification__button{flex-shrink:0}.cookie-notification .cookie-notification__accept-btn{padding:12px 24px;font-size:14px;font-weight:400;font-family:Roboto,sans-serif;height:auto;white-space:nowrap}}
