.m-cookie-popup {
  display: block;
  position: fixed;
  z-index: 999999;
  bottom: -100%;
  left: 0;
  right: 0;
  background: #333;
  opacity: 0;
  transition: .7s all; }
  .m-cookie-popup * {
    font-family: sans-serif; }
  .m-cookie-popup.show {
    opacity: 1;
    bottom: 0;
    box-shadow: 0 0 5px rgba(255, 255, 255, 0.5); }
  .m-cookie-popup .m-cookie-popup-inner {
    max-width: 800px;
    margin: 10px auto 0;
    position: relative;
    padding: 10px; }
    .m-cookie-popup .m-cookie-popup-inner .m-cookie-close {
      width: 40px;
      height: 25px;
      color: #fff;
      font-size: 12px;
      position: absolute;
      right: 15px;
      border-radius: 5px;
      text-align: center;
      line-height: 25px;
      transition: .3s all;
      cursor: pointer;
      background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .m-cookie-close:hover {
        background: rgba(255, 255, 255, 0.3); }
    .m-cookie-popup .m-cookie-popup-inner h1 {
      font-size: 14px;
      line-height: 24px;
      color: #fff;
      margin-bottom: 20px;
      margin-top: 0; }
    .m-cookie-popup .m-cookie-popup-inner p {
      font-size: 12px;
      line-height: 16px;
      color: #fff;
      margin-bottom: 8px;
      margin-top: 0; }
      .m-cookie-popup .m-cookie-popup-inner p a {
        color: #fff !important;
        text-decoration: underline; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-checkwrap {
      position: relative;
      padding-right: 70px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-check {
      width: 120px;
      color: #fff;
      font-size: 12px;
      cursor: pointer; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check.disabled {
        pointer-events: none;
        opacity: 0.8; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"] {
        background: none !important;
        border: 2px solid #999 !important;
        border-radius: 3px !important;
        cursor: pointer;
        height: 14px !important;
        margin: 3px 5px 0 !important;
        width: 14px !important;
        transition: .3s all;
        outline: none;
        position: relative;
        top: 3px;
        -webkit-appearance: none; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:after {
          content: "" !important;
          position: absolute !important;
          top: -6px !important;
          left: 5px !important;
          display: block;
          background: none !important;
          width: 6px;
          height: 14px;
          border-right: 2px solid #41b334;
          border-bottom: 2px solid #41b334;
          transform: rotate(45deg);
          opacity: 0;
          transition: .3s all; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked {
          background: #ffffff !important;
          border: 2px solid #41b334 !important; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-check input[type="checkbox"]:checked:after {
            opacity: 1; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-button {
      width: 100px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton {
      width: 120px;
      width: 62px;
      text-align: right;
      color: #fff;
      font-size: 12px;
      cursor: pointer;
      position: absolute;
      right: 15px;
      top: 0;
      line-height: 32px;
      padding-right: 25px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton:before {
        content: '';
        display: block;
        border-right: 1px solid #fff;
        border-bottom: 1px solid #fff;
        width: 10px;
        height: 10px;
        position: absolute;
        right: 0;
        top: 8px;
        transform: rotate(45deg); }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbutton.active:before {
        transform: rotate(225deg);
        top: 12px; }
    .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox {
      height: 0;
      overflow: hidden;
      transition: .4s all;
      background: #424242; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox.active {
        height: 150px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable {
        width: calc(100% - 100px);
        display: none;
        vertical-align: top;
        height: 100%;
        padding: 10px 5px;
        overflow-y: scroll; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable.active {
          display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table {
          border-collapse: collapse;
          width: 100%; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr th {
            padding: 2px 4px;
            vertical-align: top; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailtable table tr td {
            padding: 2px 4px;
            vertical-align: top;
            border: 1px solid #666;
            line-height: 20px;
            max-width: 350px; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap {
        width: 80px;
        height: 100%;
        border-right: 1px solid #666;
        display: inline-block; }
        .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch {
          border-bottom: 1px solid #666;
          text-align: center;
          transition: .3s all;
          cursor: pointer;
          line-height: 30px; }
          .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch:hover, .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox .mcb-detailswitch-wrap .mcb-detailswitch.active {
            background: #41b334; }
      .m-cookie-popup .m-cookie-popup-inner .mcb-detailbox > * {
        color: #fff;
        font-size: 12px; }

/*# sourceMappingURL=style.css.map */
