button.cookie-btn {
    border: 2px solid #e61212;
    background: #e61212;
    height: auto;
    padding: 10px 15px;
    line-height: 1.6;
    color: #fff;
    font-size: 14px;
    font-family:"Oxygen", sans-serif;
  }
  button.cookie-btn.outline {
    background: transparent; 
    border: 2px solid #e61212;
    color: #e61212;
  }
  button.cookie-btn.outline:hover {
    color: #e61212;
    border-color: #e61212;
  }
  button.cookie-btn:not(.outline):hover {
    border-color: #e61212;
    background: #e61212;
    color: #fff;
  }
  button.cookie-btn.without-shadow {
    box-shadow: none;
  }
  body.preventScroll {
    overflow: hidden;
    height: 100vh;
  }
  @media screen and (min-width: 500px) {
    #_hsc-cp-infobox > button:first-of-type {
      margin-right: 1.5rem;
    }
    #_hsc-cp-infobox ._hsc-cp-btnbox {
      display: flex;
      gap: 2rem;
    }
  }
  @media screen and (max-width: 500px) {
    #_hsc-cp-infobox > button {
      width: 100%;
    }
    button.cookie-btn {
      font-size: 16px;
    }
    #_hsc-cp-infobox > button:first-of-type {
      margin-bottom: 1rem;
    }
    body #_hsc-cp-infobox {
      box-sizing: border-box;
    }
    #_hsc-cp-infobox ._hsc-cp-btnbox {
      display: flex;
      flex-direction: column;
      gap: 1rem;
    }
  }
  @media screen and (max-width: 370px) {
    button.cookie-btn {
      font-size: 14px !important;
    }
  }
  @media screen and (min-width: 992px) {
    body.preventScroll {
      padding-right: 17px;
    }
    body.preventScroll #_hsc-cp-infobox {
      right: calc(2.5rem + 17px);
    }
    body.preventScroll .navgation__block.stricky {
      width: calc(100% - 17px);
    }
  }
  body #_hsc-cp-infobox {
    position: fixed;
    z-index: 199000;
    background: #fff;
    right: 2.5rem;
    bottom: 2.5rem;
    width: 450px;
    height: auto;
    padding: 1.25rem 2rem 2rem;
    border-radius: 4px;
    box-shadow: 0 0 50px rgba(0, 0, 0, 0.2);
  }
  body #_hsc-cp-infobox p {
    padding: 20px 0;
    color: #666;
    margin: 0;
  }
  body #_hsc-cp-infobox h3 {
    color: #e61212;
    margin: 0;
    font-size: 22px;
    padding-top: 1rem;
  }
  body #_hsc-cp-infobox .close-btn button {
    background: none;
    border: none;
    position: absolute;
    right: 0.75rem;
    top: 0.75rem;
    z-index: 20;
  }
  body #_hsc-cp-infobox .close-btn button.outline {
    margin-right: 1rem;
  }
  body #_hsc-cp-infobox .close-btn button i {
    font-size: 1.6rem;
  }
  @media (max-width: 570px) {
    body #_hsc-cp-infobox .close-btn button {
      margin: 8px 0 0 0;
    }
  }
  @media (max-width: 570px) {
    body #_hsc-cp-infobox {
      width: 100%;
      right: initial;
      bottom: 0;
      border-radius: 0;
    }
  }
  @media (hover: none) {
    body.preventScroll {
      padding-right: 0;
    }
  }
  ._hsc-cp-settings-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
    display: none;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings-overlay {
    background: rgba(0, 0, 0, 0.3);
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 1199900;
    left: 0;
    top: 0;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings {
    position: fixed;
    background: #fff;
    max-width: 90%;
    width: 550px;
    height: auto;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border-radius: 4px;
    z-index: 1200001;
    box-shadow: 0 0 45px rgba(0, 0, 0, 0.15);
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header {
    border-bottom: 1px solid #e5e5e5;
    padding-right: 70px;
    position: relative;
    padding: 20px;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header h3 {
    margin-bottom: 0;
    margin-top: 0;
    color: #e61212;
    font-size: 24px;
    font-weight: 600 !important;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header ._hsc-cp-closer {
    position: absolute;
    right: 15px;
    z-index: 20;
    top: 50%;
    background: transparent;
    border-radius: 50%;
    color: #333;
    border: none;
    padding: 0;
    width: 35px;
    height: 35px;
    padding:8px;
    text-align: center;
    transform:translateY(-50%);
    -webkit-transform:translateY(-50%);
    -moz-transform:translateY(-50%);
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header ._hsc-cp-closer:focus {
    border: none !important;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header ._hsc-cp-closer img {
    
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-header ._hsc-cp-closer:hover {
    color: #000;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body {
    padding: 27.5px;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body p {
    color: #666;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body p:last-child {
    margin-bottom: 0;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body ._hsc-cp-category {
    padding-top: 15px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e5e5e5;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body ._hsc-cp-category h4 {
    margin-bottom: 0;
    color: #e61212;
    font-weight: 600 !important;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body ._hsc-cp-category.last {
    border: none;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body ._hsc-cp-category p {
    line-height: 1.4;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body ._hsc-cp-category ._hsc-cp-cat-header {
    position: relative;
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-footer {
    display: flex;
    justify-content: space-evenly;
    padding: 20px;
    background: #fff;
    gap: 10px;
    border-top: 1px solid #e5e5e5;
  }
  @media (max-width: 600px) {
    ._hsc-cp-settings-wrapper ._hsc-cp-settings {
      left: 0;
      top: 0;
      transform: none;
      border-radius: 0;
      max-width: 100%;
      width: 100%;
      height: 100%;
      overflow: auto;
    }
    ._hsc-cp-settings-wrapper ._hsc-cp-settings h3 {
      font-size: 1.25rem;
    }
    ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body {
      padding: 20px;
      height: calc(100vh - 220px);
      overflow-y: auto;
    }
    @media screen and (max-width: 342px) {
      ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-body {
        height: calc(100vh - 260px);
      }
      ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-footer {
        position: fixed;
        bottom: 0;
        height: fit-content;
      }
    }
    ._hsc-cp-settings-wrapper ._hsc-cp-settings ._hsc-cp-footer {
      flex-direction: column;
    }
  }
  ._hsc-cp-toggler.disabled {
    opacity: 0.5;
    cursor: default;
  }
  ._hsc-cp-toggler input[type="checkbox"] {
    visibility: hidden;
    display: none;
  }
  ._hsc-cp-toggler input[type="checkbox"]:checked + label {
    background-color: #e61212;
    border-color: #e61212;
  }
  ._hsc-cp-toggler input[type="checkbox"]:checked + label:before {
    transform: translateX(25px);
    background-color: #FFF;
  }
  ._hsc-cp-toggler input[type="checkbox"]:disabled + label {
    cursor: default;
  }
  ._hsc-cp-toggler label {
    display: flex;
    width: 50px;
    height: 24px;
    border: 2px solid #999;
    border-radius: 99em;
    position: relative;
    transition: transform 0.5s ease-in-out;
    transform-origin: 50% 50%;
    cursor: pointer;
    margin-bottom: 0;
  }
._hsc-cp-toggler label:before {
  transition: transform 0.5s ease;
  transition-delay: 0.1s;
  content: "";
  display: block;
  position: absolute;
  width: 16px;
  height: 16px;
  background-color: #999;
  border-radius: 50%;
  top: 2px;
  left: 3px;
}

._hsc-cp-buttons-group {
  margin-top: 18px;
}
._hsc-cp-buttons-group button {
  font-size: 15px;
  line-height: initial;
}
._hsc-cp-buttons-group button:first-child {
  margin-right: 12px;
}
@media (max-width: 450px) {
  ._hsc-cp-buttons-group button {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  ._hsc-cp-buttons-group button:not(first-child) {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
  }
}
