/* [project]/components/ui/CookieBanner/style.module.scss.module.css [app-client] (css) */
.style-module-scss-module__QVQp0a__sccm {
  z-index: 9999999;
  background-color: #fff;
  border-radius: 12px;
  width: 600px;
  max-width: 100%;
  height: auto;
  max-height: calc(100vh - 50px);
  padding: 20px 16px 14px;
  position: fixed;
  bottom: 15px;
  right: 15px;
  overflow: auto;
  box-shadow: 0 0 86px #081f5a26;
}

@supports (corner-shape: squircle) {
  .style-module-scss-module__QVQp0a__sccm {
    corner-shape: squircle;
    border-radius: 24px;
  }
}

.style-module-scss-module__QVQp0a__sccm .style-module-scss-module__QVQp0a__sccmHead {
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  display: flex;
}

.style-module-scss-module__QVQp0a__sccm .style-module-scss-module__QVQp0a__sccmHead img {
  object-fit: cover;
  width: 100%;
  max-width: 24px;
  height: auto;
}

@media (min-width: 768px) {
  .style-module-scss-module__QVQp0a__sccm .style-module-scss-module__QVQp0a__sccmHead img {
    max-width: 32px;
  }
}

.style-module-scss-module__QVQp0a__sccm .style-module-scss-module__QVQp0a__sccmTitle {
  font-size: 18px;
  font-weight: 600;
  line-height: 1;
}

@media (min-width: 768px) {
  .style-module-scss-module__QVQp0a__sccm .style-module-scss-module__QVQp0a__sccmTitle {
    font-size: 22px;
  }
}

.style-module-scss-module__QVQp0a__sccmMessage {
  font-size: 13px;
  font-weight: 400;
  line-height: 157%;
}

.style-module-scss-module__QVQp0a__sccmMessage b, .style-module-scss-module__QVQp0a__sccmMessage strong {
  font-weight: 600;
}

.style-module-scss-module__QVQp0a__sccmMessage a, .style-module-scss-module__QVQp0a__sccmMessage b, .style-module-scss-module__QVQp0a__sccmMessage p, .style-module-scss-module__QVQp0a__sccmMessage span {
  font-size: inherit;
  line-height: inherit;
}

.style-module-scss-module__QVQp0a__sccmMessage a {
  color: #635ef2;
  text-decoration: underline;
}

.style-module-scss-module__QVQp0a__sccmBttns {
  justify-content: flex-end;
  gap: 10px;
  margin-top: 12px;
  display: flex;
}

.style-module-scss-module__QVQp0a__sccmBttn {
  cursor: pointer;
  color: #000;
  background: #635ef214;
  border: 1.5px solid #0000;
  border-radius: 8px;
  width: auto;
  min-width: 140px;
  padding: 10px 16px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  transition: all .3s;
}

@supports (corner-shape: squircle) {
  .style-module-scss-module__QVQp0a__sccmBttn {
    corner-shape: squircle;
    border-radius: 16px;
  }
}

.style-module-scss-module__QVQp0a__sccmAccept {
  background-color: #d6ed2d;
}

.style-module-scss-module__QVQp0a__sccmCategories {
  visibility: hidden;
  opacity: 0;
  border: 1px solid #ebebf2;
  border-radius: 10px;
  height: 0;
  margin-top: 10px;
  transition: all .3s cubic-bezier(.4, 0, .2, 1);
  display: none;
  overflow: hidden;
}

@supports (corner-shape: squircle) {
  .style-module-scss-module__QVQp0a__sccmCategories {
    corner-shape: squircle;
    border-radius: 20px;
  }
}

.style-module-scss-module__QVQp0a__sccmCategories.style-module-scss-module__QVQp0a__show {
  visibility: visible;
  opacity: 1;
  height: auto;
  overflow: visible;
}

.style-module-scss-module__QVQp0a__sccmCategory.style-module-scss-module__QVQp0a__active .style-module-scss-module__QVQp0a__sccmCategoryDescr {
  display: block;
}

.style-module-scss-module__QVQp0a__sccmCategoryHead {
  cursor: pointer;
  align-items: center;
  gap: 8px;
  padding: 15px 20px;
  transition: all .2s;
  display: flex;
}

.style-module-scss-module__QVQp0a__sccmCategoryHead:not(:first-of-type) {
  border-top: 1px solid #ebebf2;
}

.style-module-scss-module__QVQp0a__sccmCategoryDescr {
  margin: -5px 0 15px;
  padding: 0 45px;
  font-size: 14px;
  display: none;
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox {
  z-index: 2;
  margin-left: auto;
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox input {
  opacity: 0;
  z-index: -999;
  position: fixed;
  top: 0;
  left: 0;
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox label {
  cursor: pointer;
  width: 40px;
  height: 20px;
  display: block;
  position: relative;
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox label:before {
  content: "";
  box-sizing: border-box;
  border: 1px solid color-mix(in srgb, var(--gray-disabled) 20%, transparent);
  background-color: var(--gray-disabled);
  border-radius: 10px;
  width: 40px;
  height: 20px;
  transition: all .3s;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox label:after {
  content: "";
  z-index: 4;
  background-color: #fff;
  border-radius: 50%;
  width: 14px;
  min-width: 14px;
  height: 14px;
  transition: all .3s;
  position: absolute;
  top: 50%;
  left: 4px;
  transform: translate(0, -50%);
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox input:checked + label:before {
  background-color: var(--green);
}

.style-module-scss-module__QVQp0a__sccmCategoryCheckbox input:checked + label:after {
  transform: translate(calc(100% + 3px), -50%);
}

.style-module-scss-module__QVQp0a__alwaysActive {
  pointer-events: none;
  align-items: center;
  gap: 10px;
  display: flex;
}

.style-module-scss-module__QVQp0a__alwaysActive span {
  color: var(--green);
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
}

.style-module-scss-module__QVQp0a__alwaysActive i path {
  fill: var(--green);
}

.style-module-scss-module__QVQp0a__alwaysActive i svg {
  vertical-align: top;
}

.style-module-scss-module__QVQp0a__alwaysActive label {
  display: none;
}

.style-module-scss-module__QVQp0a__sccmCategoryTitle {
  font-size: 14px;
  font-weight: 600;
  line-height: normal;
}

.style-module-scss-module__QVQp0a__sccmCategoryIcon {
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: all .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.style-module-scss-module__QVQp0a__sccmCategoryIcon:after {
  content: "";
  background-color: var(--main-black);
  order: -1;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  transition: all .3s;
  display: flex;
  -webkit-mask: url("/static/img/icons/accordeon.svg") center / cover no-repeat;
  mask: url("/static/img/icons/accordeon.svg") center / cover no-repeat;
}

.style-module-scss-module__QVQp0a__sccmCategoryIcon:before {
  content: "";
  opacity: 0;
  z-index: -1;
  background-color: var(--main-black);
  transition: all .3s;
  position: absolute;
  inset: 0;
}

.style-module-scss-module__QVQp0a__sccmCategory.style-module-scss-module__QVQp0a__active .style-module-scss-module__QVQp0a__sccmCategoryIcon:after {
  background-color: #fff;
  transform: scale(1, -1);
}

.style-module-scss-module__QVQp0a__sccmCategory.style-module-scss-module__QVQp0a__active .style-module-scss-module__QVQp0a__sccmCategoryIcon:before {
  opacity: 1;
}

.style-module-scss-module__QVQp0a__sccmContent::-webkit-scrollbar {
  background-color: #0000;
  width: 5px;
}

.style-module-scss-module__QVQp0a__sccm::-webkit-scrollbar {
  background-color: #0000;
  width: 5px;
}

.style-module-scss-module__QVQp0a__sccmContent::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 8px;
  box-shadow: inset 0 0 2px #0000;
}

.style-module-scss-module__QVQp0a__sccm::-webkit-scrollbar-track {
  background-color: #0000;
  border-radius: 8px;
  box-shadow: inset 0 0 2px #0000;
}

.style-module-scss-module__QVQp0a__sccmContent::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
  border-radius: 8px;
}

.style-module-scss-module__QVQp0a__sccm::-webkit-scrollbar-thumb {
  background-color: var(--gray-dark);
  border-radius: 8px;
}

@media (any-hover: hover) {
  .style-module-scss-module__QVQp0a__sccmCategory:not(.style-module-scss-module__QVQp0a__active):hover .style-module-scss-module__QVQp0a__sccmCategoryIcon:before {
    opacity: .05;
  }

  .style-module-scss-module__QVQp0a__sccmBttn:not(.style-module-scss-module__QVQp0a__sccmAccept):hover {
    background: #635ef21a;
    border-color: #635ef233;
  }

  .style-module-scss-module__QVQp0a__sccmAccept:hover {
    background-color: #c5d931;
  }
}

@media (max-width: 992px) {
  .style-module-scss-module__QVQp0a__sccm {
    width: 100%;
    margin: 0;
    padding: 20px 15px;
    bottom: 0;
    right: 0;
  }

  .style-module-scss-module__QVQp0a__sccmWrap {
    max-width: 580px;
    margin: 0 auto;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryHead {
    padding: 12px 10px;
  }
}

@media (max-width: 768px) {
  .style-module-scss-module__QVQp0a__alwaysActive span, .style-module-scss-module__QVQp0a__sccmBttn, .style-module-scss-module__QVQp0a__sccmMessage {
    font-size: 12px;
  }

  .style-module-scss-module__QVQp0a__sccm {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
  }

  .style-module-scss-module__QVQp0a__sccmBttns {
    flex-wrap: wrap;
    gap: 6px;
    margin-top: 10px;
  }

  .style-module-scss-module__QVQp0a__sccmBttn {
    flex: calc(50% - 5px);
    padding: 10px;
  }

  .style-module-scss-module__QVQp0a__sccmHead {
    display: none;
  }

  .style-module-scss-module__QVQp0a__sccmAccept {
    flex: 100%;
  }

  .style-module-scss-module__QVQp0a__sccmContent {
    max-height: 55vh;
    overflow: auto;
  }

  .style-module-scss-module__QVQp0a__sccmCategories {
    margin-top: 15px;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryIcon {
    width: 18px;
    height: 18px;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryHead {
    gap: 5px;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryTitle {
    font-size: 13px;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryCheckbox label:after {
    width: 11px;
    min-width: 11px;
    height: 11px;
    left: 4px;
  }

  .style-module-scss-module__QVQp0a__sccmCategoryDescr {
    margin: 10px 0 15px;
    padding-left: 15px;
    padding-right: 10px;
    font-size: 12px;
  }
}

.style-module-scss-module__QVQp0a__show {
  display: block;
}

.style-module-scss-module__QVQp0a__sccmSavePreferences {
  display: none;
}

.style-module-scss-module__QVQp0a__sccmViewPreferences, .style-module-scss-module__QVQp0a__showPreferences .style-module-scss-module__QVQp0a__sccmCategories, .style-module-scss-module__QVQp0a__showPreferences .style-module-scss-module__QVQp0a__sccmSavePreferences {
  display: block;
}

.style-module-scss-module__QVQp0a__showPreferences .style-module-scss-module__QVQp0a__sccmViewPreferences {
  display: none;
}

/*# sourceMappingURL=components_ui_CookieBanner_style_module_scss_module_0e9l-is.css.map*/