/* ---------- gdpr-pages ---------- */
.cookie_notice_hide #cookie-notice {
  display: none!important;
}
.cookie_notice_show #cookie-notice {
  visibility: visible!important;
}
.gdpr-page h3,
.gdpr-page h4 {
  text-align: left;
}
.gdpr-page h4 {
  font-size: 21px;
}
.gdpr-page table {
  margin: 0 0 10px 0;
}
table.table_bordered tr td:first-child {
  background: #f5f5f5;
  font-size: 1em;
}
table.table_bordered td {
  border: 1px solid #ccc;
  padding: 8px;
  font-size: .9em;
}
/*.gdpr-form .col-wrap {
    padding: 0;
    margin: 0 -15px;
}
.gdpr-form .col-2 {
  width: 50%;
  float: left;
  padding: 15px;
}
.gdpr-form input[type="text"], .gdpr-form input[type="email"], .gdpr-form input[type="tel"], #main .gdpr-form textarea {
  width: 100%;
  padding: 10px;
  border: 0;
  border-bottom: 1px solid #515156;
  box-sizing: border-box;
  font-size: 14px;
  -webkit-appearance: none;
  appearance: none;
  outline: none;
  margin: 0;
}
#main .gdpr-form textarea {
  height: 170px;
}
.gdpr-form label {
  line-height: normal;
  margin: 0;
}
.gdpr-form .wpcf7-form-control {
  border: 0;
  margin: 0;
  padding: 0;
}
.gdpr-form .wpcf7-form-control span.wpcf7-list-item {
  display: block;
  margin: 0;
}
.gdpr-form input[type="checkbox"] {
  position: relative;
  top: 2px;
  margin: 0;
}
.gdpr-form .wpcf7-list-item-label {
  font-size: 13px;
  color: #3f3f46;
  letter-spacing: .03em;
}
#main .gdpr-form input[type=submit] {
  background-color: #373e4c;
  font-size: 15px;
  padding: 7px 25px;
  line-height: 1.9;
  display: inline-block;
  border: 2px solid #373e4c;
}
#main .gdpr-form input[type=submit]:hover {
  background: #fff;
  color: #373e4c;
}
#page .gdpr-form span.wpcf7-not-valid-tip {
  margin-top: 4px;
}*/
.ch-slider {
  display: none;
}
.chslider {
  height: 32px;
  width: 60px;
  display: inline-flex;
  align-items: center;
  border-radius: 18px;
  vertical-align: middle;
  margin-right: 10px;
  background: green;
  position: relative;
  transition: all .3s;
  margin-bottom: 3px;
}
.chslider:hover {
  cursor: pointer;
}
.ch-slider:checked + .chslider {
  background: #fd3f3f;
}
.chslider__on,
.chslider__off {
  width: 30px;
  height: 30px;
  text-align: center;
  position: relative;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  background-repeat: no-repeat;
  background-position: center;
  opacity: .8;
  transition: all .3s;
}
.chslider__off {
  background-image: url("close.svg");
  background-size: 10px;
  filter: invert(1);
}
.ch-slider:checked + .chslider .chslider__on {
  filter: invert(1);
}
.chslider__on {
  background-image: url("checked.svg");
  background-size: 13px;
  filter: invert(0);
  background-position: 49% 50%;
}
.ch-slider:checked + .chslider .chslider__off {
  filter: invert(0);
}
.chslider__circle {
  width: 26px;
  height: 26px;
  background: #fff;
  border-radius: 50%;
  position: absolute;
  right: 3px;
  top: 3px;
  transition: all .3s;
}
.ch-slider:checked + .chslider .chslider__circle {
  right: auto;
  left: 3px;
}
@media (max-width:480px) {
  .gdpr-form .col-2 {
    width: 100%;
    float: none;
    padding: 15px 15px 0 15px;
  }
  .gdpr-form-blocks .col-2:last-child {
    padding-bottom: 15px;
  }
}

/* ---------- cookies ---------- */
#cn-close-notice{display:none;}
body #cookie-notice{bottom:0;left:0;min-width:0;width:100%;z-index:999;max-width:400px}
#cn-notice-text{display:block}
body #cookie-notice .cn-button{font-family:inherit;line-height:normal;font-size:inherit;padding:7px 10px;background:#fff;margin:6px 4px}
body #cookie-notice #cn-accept-cookie,body #cookie-notice .cn-button,body #cookie-notice .button.bootstrap{color:#525257}
body #cookie-notice #cn-accept-cookie:hover,body #cookie-notice .cn-button:hover,body #cookie-notice .button.bootstrap:hover{background:#3f3f46;color:#fff;cursor:pointer;text-shadow:none;text-decoration:none}
body #cookie-notice a{color:#fff;border-bottom-color:#fff;}
body #cookie-notice a:hover{text-decoration:none;border-bottom-color:transparent}
#cookie-notice #cn-notice-buttons{display:flex;align-items:center;justify-content:center;}
@media (max-width:770px) {
  body #cookie-notice {
    max-width: 100%;
  }
  body #cookie-notice .cn-button {
    padding: 11px;
  }
}