.cookieConsentToggle {
  width: 40px;
  height: 40px;
  position: fixed;
  will-change: transform;
  padding: 9px;
  border: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
  background: white;
  border-radius: 50%;
  bottom: 20px;
  right: 20px;
  transition: 200ms;
  opacity: 1;
  z-index: 99980; }

.cookieConsentToggle:hover {
  color: white;
  background: black; }

.cookieConsentToggle * {
  fill: currentColor; }

.cookieConsentWrapper {

  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background: #fff;
  color: #333;
  padding: 40px;
  transition: 200ms;
z-index: 200000000000;
border-top-style: solid;
border-top-width: 1px;
}

.cookieConsent {
  margin: 0 auto;
  display: flex;
  justify-content: space-between; }

.cookieConsent__Content {
  margin-right: 40px; }

.cookieConsent__Title {
  color:#ba0a11;
  font-size: 18px;
  margin: 0;
  font-weight: bold; }

p .cookieConsent__Content{
  font-size: 16px;
}
.cookieConsent__Description {
  margin: 10px 0 0; }

.cookieConsent__Description a {
  color: #ba0a11;
  text-decoration: underline; }

.cookieConsent__Description a:hover {
  text-decoration: none; }

.cookieConsent__Right {
  display: flex;
  align-items: flex-end; }

.cookieConsentOperations {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.8);
  display: flex;
  transition: 300ms;
  will-change: transform;
  z-index: 9999999999999; }

.cookieConsentOperations .cookieConsentOperations__List {
  transform: scale(1); }

.cookieConsentOperations__List {
  background: white;
  color: black;
  max-width: 700px;
  padding: 30px;
  margin: auto;
  overflow-y: auto;
  box-sizing: border-box;
  max-height: 600px;

  transition: 200ms transform;
  will-change: transform;
  transform: scale(0.95); }

.cookieConsentOperations__Item {
  display: block;
  padding-left: 60px;
  margin-bottom: 20px; }

.cookieConsentOperations__Item.disabled {
  color: #999; }

.cookieConsentOperations__Item.disabled label::after {
  opacity: 0.3; }

.cookieConsentOperations__Item input {
  display: none; }

.cookieConsentOperations__Item label {
  align-items: center;
  font-size: 22px;
  font-weight: bold;
  display: block;
  position: relative;
  color:#ba0a11; }

.cookieConsentOperations__Item label::before {
  content: "";
  display: block;
  left: -60px;
  background: #DEDEDE;
  height: 20px;
  border-radius: 20px;
  width: 40px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%); }

.cookieConsentOperations__Item label::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-radius: 50%;
  background: #ba0a11;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -58px;
  transition: 200ms; }

.cookieConsentOperations__Item input:checked + label::after {
  transform: translate(20px, -50%); }

.cookieConsent__Button {
  width: 190px;
  margin-bottom: 30px !important;
  margin-left: 10px !important;
  padding: 15px 40px;
  display: block;
  background: #ba0a11;
  color:#fff !important;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: 200ms;
  border-radius: 2px;
  font-weight: 600;
 }
 .cookieConsent__Button_settings {
   padding: 15px 40px;
   margin-bottom: 30px !important;
   display: block;
   background: #fff;
   border: 1px solid #ba0a11 !important;
   color:#ba0a11;
   white-space: nowrap;
   border: 0;
   font-size: 16px;
   margin-left: 10px;
   cursor: pointer;
   transition: 200ms;
   border-radius: 2px;
  }

.cookieConsent__Button--Close {
  width: 190px;
  margin-bottom: 30px !important;
  margin-left: 10px !important;
  padding: 15px 40px;
  display: block;
  background: #ba0a11;
  color:#fff !important;
  white-space: nowrap;
  border: 0;
  font-size: 16px;
  margin-left: 10px;
  cursor: pointer;
  transition: 200ms;
  border-radius: 2px;
}

.cookieConsent__Button:hover {
  opacity: 0.6; }

@media only screen and (max-width: 900px) {
  .cookieConsentWrapper {
    padding: 10px;
  }
  .cookieConsent {
    display: block; }
  .cookieConsent__Right {
    margin-top: 20px; }
  .cookieConsent__Button {
    margin: 0 10px 10px 0; }
  .cookieConsent__Button--Close {
    margin: 40px 0 0; } }
