
  .pCookies {
    margin: 24px 0;
    line-height: 2;
  }
  
  .wrapperCookies {
    padding: 32px;
    opacity: 0.9;
  }
  
  .cookie-container {
    position: fixed;
    bottom: -100%;
    width: 90%;
    text-align: center;
    left: 5%;
    right: 5%;
    background: #2f3640;
    color: #f5f6fa;
    padding: 0 32px;
    box-shadow: 0 -2px 16px rgba(47, 54, 64, 0.39);
    border-radius: 8px;
    transition: 400ms;
  }
  
  .cookie-container.active {
    bottom: 0;
  }
  
  .cookie-container a {
    color: #f5f6fa;
  }
  
  .cookie-btn {
    background: #e84118;
    border: 0;
    color: #f5f6fa;
    padding: 0 48px;
    font-size: 18px;
    margin-bottom: 16px;
    border-radius: 8px;
    cursor: pointer;
  }