/* Стили для модального окна */
.cookie-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.7);
  z-index: 1001;
  align-items: center;
  justify-content: center;
}

.cookie-modal-content {
  background: #491d5e;
  color: #ffffff;
  padding: 20px;
  border-radius: 8px;
  max-width: 500px;
  width: 90%;
  max-height: 80vh;
  overflow-y: auto;
}

.cookie-modal-content h3 {
  margin-top: 0;
  text-align: center;
}

.cookie-options {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin: 20px 0;
}

.cookie-option {
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 10px;
}

.toggle {
  position: relative;
  width: 50px;
  height: 24px;
  background: #ccc;
  border-radius: 12px;
  cursor: pointer;
}

.toggle.active {
  background: #ae1c71;
}

.toggle::after {
  content: '';
  position: absolute;
  width: 20px;
  height: 20px;
  background: white;
  border-radius: 50%;
  top: 2px;
  left: 2px;
  transition: transform 0.2s;
}

.toggle.active::after {
  transform: translateX(26px);
}

.cookie-modal-buttons {
  display: flex;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 20px;
}

.cookie-save-btn, .cookie-cancel-btn {
  padding: 8px 16px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

.cookie-save-btn {
  background: #ae1c71;
  color: white;
}

.cookie-cancel-btn {
  background: #6c757d;
  color: white;
}


section.privacy-policy-block .privacy-policy.list-main-title-li {
    font-size: 24px;
    text-transform: uppercase;
    line-height: 1.3;
}
section.privacy-policy-block .list-main-title-li .privacy-policy.list-text-sub-numeric-ol {
    list-style-type: none;
    font-size: 16px;
    text-transform: none;
    margin-top: 15px;
    margin-bottom: 30px;
}
section.privacy-policy-block .list-main-title-li .privacy-policy.list-text-sub-numeric-ol li {
    margin-bottom: 10px;
}
section.privacy-policy-block .list-main-title-li .list-text-sub-numeric-ol .privacy-policy.sub-text-list-ul {
    margin-left: 3em;
}
section.privacy-policy-block span {
    display: block;
}
section.privacy-policy-block .list-main-title-li .list-text-sub-numeric-ol .sub-list-pay-system {
    margin-left: auto;
}
section.privacy-policy-block .list-main-title-li .list-text-sub-numeric-ol .list-sub-title-span {
    font-size: 20px;
}
.fixed-cookie-accept-block {
    background-color: #491d5e;
    width: 100%;
    position: fixed;
    left: 0;
    bottom: 0;
    z-index: 1000;
    color: #ffffff;
}
.fixed-cookie-accept-block .cookie-accept-text-block {
    margin-top: 2em;
    margin-bottom: 2em;
}
.fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-text {
    font-size: 18px;
}
.fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-button {
    background-color: #ae1c71 !important;
    background-image: linear-gradient(9deg,#ae1c71,#bd498f 35%,#b1297b 70%,#9c0e62);
}
@media(max-width: 350px) {
    .fixed-cookie-accept-block .cookie-accept-text-block {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-text {
        font-size: 14px;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
        bottom: 15px;
        right: 0;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-button {
        height: 4rem;
        min-width: 13.5rem;
        line-height: 2rem;
        font-size: 1.5rem;
    }
}
@media(min-width: 351px) and (max-width: 425px) {
    .fixed-cookie-accept-block .cookie-accept-text-block {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-text {
        font-size: 14px;
        margin-bottom: 22px;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
        bottom: 15px;
        right: 13px;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-button {
        height: 4rem;
        min-width: 13.5rem;
        line-height: 2rem;
        font-size: 1.5rem;
    }
}
@media(min-width: 426px) and (max-width: 1023px) {
    .fixed-cookie-accept-block .cookie-accept-text-block {
        margin-top: 1em;
        margin-bottom: 1em;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-text {
        font-size: 16px;
        text-align: center;
        margin-bottom: 22px;
    }
    .fixed-cookie-accept-block .cookie-accept-text-block .cookie-accept-button-block {
        text-align: center;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
        bottom: 18px;
        right: 25px;
    }
}
@media(min-width: 1024px) and (max-width: 1270px) {
    .fixed-cookie-accept-block .cookie-accept-text-block {
        margin-top: 2em;
        margin-bottom: 1em;
        padding-right: 12em;
        padding-left: 2em;
    }
    .b24-widget-button-wrapper.b24-widget-button-position-bottom-right {
        bottom: 33px;
    }
}

.button-inline, .search-case .search-inline, .select-inline {
    font-size: 1.4rem;
}

@media screen and (min-width: 75em) {
    .b-top-nav__list li {
        margin-left: 1.4rem;
        margin-right: 1.4rem;
    }
}