body.with-cookie-bar {
   padding-top: 85px;
}

.cookie-bar {
   position: fixed;
   width: 100%;
   top: 0;
   text-align: center;
   padding: 25px;
   line-height: 25px;
   background-color: #a29dff;
   color: white;
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 25px;
}

.wrap_btn_cookie {
   display: flex;
   justify-content: center;
   align-items: center;
   gap: 10px;
}

.more_cookie_info {
   color: white;
}

.cookie-group-form {
   display: flex;
   gap: 25px;
}

.image_cookie {
   width: 20px;
   height: 20px;
}

.wraper_text_cookies {
   display: flex;
   justify-content: center;
   gap: 5px;
}

#id_captcha_1 {
   padding: 0.375rem 0.75rem;
   border-radius: var(--borderRadius);
   background: var(--backgroundColor);
   border: 1px solid var(--grey-200);
}

@media screen and (max-width: 550px) {
   .cookie-bar {
      padding: 0px;
   }
}

@media screen and (max-width: 992px) {
   .cookie-bar {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .wraper_text_cookies {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }

   .wrap_btn_cookie {
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center;
   }
}
