 .cookie-popup{position:fixed;inset:0;background:rgba(0,0,0,.25);display:none;align-items:flex-end;justify-content:flex-end;padding:30px;z-index:9999999999;}.cookie-popup.active{display:flex !important;}.cookie{max-width:420px;width:100%;background:#FFFFFF;box-shadow:0px 4px 12px rgba(144, 144, 144, 0.08);border-radius:20px;padding:30px;position:relative;box-sizing:border-box;}.cookie__top{display:flex;align-items:start;justify-content:space-between;margin-bottom:15px;}.cookie__close{position:relative;top:0;border:none;background:none;cursor:pointer;width:24px;height:24px;background-image:url("data:image/svg+xml;charset=UTF-8,%3csvg width='24' height='24' viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3e%3cpath d='M18 18L12 12M12 12L6 6M12 12L18 6M12 12L6 18' stroke='%23BFBFBF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3e%3c/svg%3e ");background-repeat:no-repeat;background-position:center;background-size:100%;}.cookie__title{margin:0;font-weight:600;font-size:20px;line-height:24px;color:#1D1D1D;}.cookie__subtitle{margin:0 0 10px;font-weight:500;font-size:14px;line-height:18px;color:#676767;}.cookie__text{font-weight:500;font-size:14px;line-height:18px;color:#676767;}.cookie__text a{color:#005D28;}.cookie__text p{margin:0 0 15px;}.cookie__policy{display:inline-block;margin:15px 0 30px;color:#005D28;text-decoration:none;font-weight:500;font-size:14px;line-height:18px;}.cookie__buttons{display:flex;gap:10px;}.cookie .btn{height:50px;border-radius:40px;padding:15px 30px;cursor:pointer;font-weight:500;font-size:14px;line-height:14px;transition:.3s ease;}.cookie .btn--green{border:none;background:#005D28;color:#fff;}.cookie .btn--green:hover{background:#D3E4C7;}.cookie .btn--outline{background:#fff;border:2px solid #005D28;color:#005D28;}.cookie .btn--outline:hover{background:#005D28;color:#fff;}.cookie-items{display:flex;flex-direction:column;gap:10px;}.cookie-item{padding:10px;background:#F9F9F9;border-radius:20px;}.cookie-item__content{display:flex;flex-direction:column;align-items:flex-start;gap:10px;}.cookie-item__top{display:flex;align-items:center;justify-content:space-between;width:100%;gap:20px;}.cookie-item h3{margin:0;font-weight:700;font-size:20px;line-height:24px;color:#1D1D1D;}.cookie-item p{margin:0;font-weight:500;font-size:14px;line-height:18px;color:#676767;}.cookie-confirm{margin-top:30px;}.cookie-switch{position:relative;width:43px;height:24px;flex:none;}.cookie-switch input{display:none;}.slider{position:absolute;inset:0;background:#EAEAEA;border-radius:30px;cursor:pointer;transition:.2s;}.slider:before{content:"";position:absolute;width:20px;height:20px;left:2px;top:2px;background:#fff;border-radius:50%;transition:.2s;}.cookie-switch input:checked + .slider{background:#005D28;}.cookie-switch input:checked + .slider:before{transform:translateX(18px);}#cookieConfirm{display:block;margin-left:auto;}@media(max-width:1024px){.cookie-popup{padding:20px;}.cookie{padding:20px;max-height:550px;overflow-y:auto;}.cookie .btn{padding:15px 20px;}#cookieSettingsPopup .cookie__top{position:sticky;top:-20px;width:calc(100% + 40px);margin:-20px -20px 10px;padding:20px 20px 10px;background:#fff;z-index:11;}}