.cookie                           {position: fixed; left: 20px; min-width: 380px; bottom: 20px; background: #252627; max-width: 20%; box-shadow: 0 0 18px rgba(0,0,0,.2); border-radius: 10px; padding: 20px; display: flex; flex-direction: column; align-items: flex-end; gap: 15px; z-index: 999999999;}
.cookie *                         {font-family: Arial, Helvetica, sans-serif;}
.cookie__close                    {width: 13px; display: flex; justify-content: flex-end; height: 13px; cursor: pointer;}
.cookie__close > svg              {width: 12px; height: 12px;}
.cookie__close:hover > svg > path {fill: #ffffff63;}
.cookie__body                     {width: 100%; display: flex; flex-direction: column; gap: 10px;}
.cookie__body-text                {color: #E3E5E8; font-size: 12px; font-weight: 300; line-height: 17px;}
.cookie__buttons                  {display: flex; flex-direction: column; gap: 10px;}
.cookie__buttons-ok               {background: #90c4f9; font-size: 14px; padding: 13px 10px; border-radius: 5px; text-align: center; cursor: pointer; color: #fff;}
.cookie__buttons-no               {border: 2px solid #90c4f9; font-size: 14px; padding: 13px 10px; border-radius: 5px; text-align: center; cursor: pointer; color: #90c4f9;}

@media screen and (max-width: 900px)
{
.cookie                           {left: 10px; bottom: 10px; width: calc(100% - 20px); max-width: unset; zoom: .93; min-width: unset;}
}