/*Cookies window*/
body .cky-box-bottom-left {
 bottom: 0;
    left: 0;
}

.cky-consent-container {
 width: 100% !important;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: rgb(0 0 0 / 85%);
}



body .cky-consent-container .cky-consent-bar {
 height: auto;
    width: 90%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
 padding: 24px 0;
}

@media (max-width: 768px) {
 .cky-btn {
  width: 100%;
 }
}


@media (min-width: 441px) {
 body .cky-consent-container .cky-consent-bar {
  padding: 40px;
 }
 
 .cky-notice-btn-wrapper {
        flex-direction: column-reverse;
    }
 
}

@media (min-width: 769px) {
 body .cky-consent-container .cky-consent-bar {
  height: auto;
  width: 60%;
  padding: 40px;
 }
 
 .cky-notice-btn-wrapper {
        flex-direction: row;
    }
}
/*Cookies window*/