div.wrap-cookie-police {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 300;
  font-family: roboto, Arial, Helvetica, sans-serif;
  background: rgba(0, 0, 0, 0.15);
}
div.wrap-cookie-police ul {
  width: 98%;
  max-width: 490px;
  background: #fff;
  z-index: 300;
  padding: 20px 30px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
  max-height: calc(100vh - 20px);
  overflow-y: auto;
  box-sizing: border-box;
}
.wrap-cookie-police li,
.wrap-cookie-police p {
  font-size: 12px !important;
}
div.wrap-cookie-police ul li {
  list-style: none;
}
div.wrap-cookie-police ul li:nth-child(1) {
  postion: relative;
}
div.wrap-cookie-police ul li:nth-child(1) svg {
  position: absolute;
  top: 5px;
  right: 5px;
  cursor: pointer;
}
div.wrap-cookie-police ul li + li {
  margin-top: 10px;
}
div.wrap-cookie-police ul li + li.action-li {
  margin-top: 0;
  padding: 0;
}
div.wrap-cookie-police ul li:nth-child(1) svg path {
  fill: #fff;
}
div.wrap-cookie-police ul li:nth-child(n + 2) {
  padding: 0;
}
div.wrap-cookie-police h2 {
  color: #000;
  font-weight: 400;
  padding: 20px 0 5px;
  border-top: solid 2px #e1e1e1;
  font-size: 14px;
  font-weight: bold;
  margin-top: 0;
}
div.wrap-cookie-police p {
  margin-top: 0;
}
div.wrap-cookie-police .switchChekbox {
  display: block;
  position: relative;
  height: 22px;
  border-radius: 11px;
  border: solid 1px #ccc;
  width: 50px;
  overflow: hidden;
}
.switchChekbox input + span span {
  display: block;
  position: absolute;
  width: 22px;
  height: 22px;
  border-radius: 100%;
  background: #000;
  cursor: pointer;
  left: 0;
  top: 0;
}
.switchChekboxLocked {
  background: #63b037;
}
.switchChekboxLocked svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate3d(-50%, -50%, 0);
}
.switchChekbox input + span {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  cursor: pointer;
}
.switchChekbox input:checked + span {
  background: #63b037;
}
.switchChekbox input:checked + span span {
  left: auto;
  right: 0;
}
.wrap-cookie-police p {
  line-height: 1.6rem;
}
.wrap-cookie-police .lang-switch {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 15px;
}
.wrap-cookie-police .lang-switch .site-coockie-logo {
  width: calc(100% - 150px);
  max-width: 215px;
}
.wrap-cookie-police button {
  background: #fff;
  color: #000;
}
.wrap-cookie-police .lang-switch div {
  display: flex;
  align-items: center;
}
.wrap-cookie-police button {
  background: #fff;
  color: #000;
}

.wrap-cookie-police button.current {
  background: #63b037;
  border-color: #63b037;
  color: #fff;
}
.wrap-cookie-police .lang-switch button {
  margin: 0 0 0 5px;
  padding: 5px;
  width: 30px !important;
  height: 30px;
}
.wrap-cookie-police button {
  display: inline-block;
  margin: 5px auto;
  border: solid 1px #e1e1e1;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 8px;
  cursor: pointer;
  text-transform: uppercase;
  font-size: 14px;
}
.wrap-cookie-police a {
  color: #314b34;
}
.wrap-cookie-police .button-link {
  background: 0 0;
  border: none;
  color: #000;
  min-width: auto;
  text-decoration: underline;
  margin: 10px 0;
  text-align: left;
  text-transform: none;
}
.flex-right {
  display: flex;
  justify-content: flex-end;
}
.flex-right button {
  width: auto;
  font-size: 12px;
  text-transform: none;
}
.wrap-cookie-police .flex-just {
  display: flex;
  justify-content: space-between;
}
.wrap-cookie-police button + button {
  /* min-width: 100px; */
  margin: 10px 0;
}
body.lock {
  overflow: hidden;
}
.module-cookie-police {
  margin: 5px;
  float: right;
  position: absolute;
}
#security_setting path {
  fill: #000;
}
.module-cookie-police > button {
  background: transparent;
  border: none;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 7px 0;
  min-width: 27px;
  border-left: none;
  cursor: pointer;
  opacity: 0.3;
  position: fixed;
  bottom: 10px;
  left: 10px;
  z-index: 2000;
}
.module-cookie-police-shell {
  border-left: solid 1px #d1b200;
  display: flex;
  align-items: center;
}
.show-no {
  display: none;
}
