.v-center {
  display: table;
  width: 100%;
  height: 100%
}

.v-center-container {
  display: table-cell;
  vertical-align: middle
}

html.noscroll {
  position: fixed;
  width: 100%;
  overflow-y: scroll
}

.gdpr {
  position: fixed;
  bottom: 0;
  left: 0;
  display: none;
  width: 100%;
  padding: 20px 0;
  -webkit-box-shadow: 0 -3px 3px -3px #414141;
  box-shadow: 0 -3px 3px -3px #414141;
  background: #fff;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  z-index: 9999
}

.gdpr.active {
  display: block
}

.gdpr-title {
  clear: both;
  margin-bottom: 20px;
  font-size: 16px;
  font-weight: 700
}

.gdpr-subtitle {
  margin-bottom: 20px
}

.gdpr-button {
  float: left;
  min-width: 150px;
  margin-bottom: 20px;
  padding: 10px 20px;
  background: #3201a3;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  letter-spacing: 2px;
  text-align: center;
  text-transform: uppercase;
  cursor: pointer
}

.gdpr-button+.gdpr-button {
  margin-left: 20px
}

.gdpr-button:focus, .gdpr-button:hover {
  background: #793ffe
}

.gdpr-link {
  float: left;
  clear: both;
  padding: 0;
  color: #3201a3;
  font-size: 16px;
  font-style: italic;
  text-decoration: underline;
  cursor: pointer
}

.gdpr-link:focus, .gdpr-link:hover {
  color: #3201a3;
  text-decoration: underline
}

.gdpr-close {
  float: right;
  width: 20px;
  height: 20px;
  background: url(../assets/imgs/icon-close.svg) center no-repeat;
  background-size: auto 20px;
  cursor: pointer
}

.gdpr-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, .8);
  opacity: 0;
  -webkit-transition: opacity .2s, z-index 0s .2s;
  -o-transition: opacity .2s, z-index 0s .2s;
  transition: opacity .2s, z-index 0s .2s;
  overflow: auto;
  z-index: -9999
}

.gdpr-modal.active {
  opacity: 1;
  -webkit-transition: opacity .2s, z-index 0s;
  -o-transition: opacity .2s, z-index 0s;
  transition: opacity .2s, z-index 0s;
  z-index: 9999
}

.gdpr-modal-box {
  position: relative;
  max-width: 960px;
  margin: auto;
  padding: 20px;
  background: #fff;
  color: #414141;
  font-size: 14px;
  line-height: 20px;
  text-align: left;
  overflow: hidden
}

.gdpr-modal-box .gdpr-title {
  color: #3201a3;
  font-size: 18px;
  line-height: 25px
}

.gdpr-modal-box .gdpr-subtitle {
  font-size: 16px;
  line-height: 20px
}

.gdpr-list input[type=checkbox] {
  display: none
}

.gdpr-list input[type=checkbox]~label {
  position: static;
  display: block;
  margin: 0;
  margin-bottom: 5px;
  padding: 0;
  color: #414141;
  font-size: 18px;
  font-weight: 700;
  line-height: 30px;
  text-transform: uppercase;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none
}

.gdpr-list input[type=checkbox]~label:after, .gdpr-list input[type=checkbox]~label:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 60px;
  height: 30px;
  border: 1px solid #ccc;
  border-radius: 30px;
  background: #fff;
  -webkit-transition: border .2s, background .2s;
  -o-transition: border .2s, background .2s;
  transition: border .2s, background .2s
}

.gdpr-list input[type=checkbox]~label:after {
  width: 30px;
  height: 30px;
  background: #fff;
  -webkit-transition: border .2s, -webkit-transform .2s;
  transition: border .2s, -webkit-transform .2s;
  -o-transition: border .2s, transform .2s;
  transition: border .2s, transform .2s;
  transition: border .2s, transform .2s, -webkit-transform .2s;
  z-index: 1
}

.gdpr-list input[type=checkbox]~label.gdpr-link {
  margin: 0;
  padding: 0;
  color: #3201a3;
  font-size: 14px;
  font-weight: 400;
  font-style: italic;
  line-height: 20px;
  text-transform: none;
  pointer-events: all
}

.gdpr-list input[type=checkbox]~label.gdpr-link:after, .gdpr-list input[type=checkbox]~label.gdpr-link:before {
  content: none
}

.gdpr-list input[type=checkbox]:checked~label:before {
  border: 1px solid #ff3b30;
  background: #ff3b30
}

.gdpr-list input[type=checkbox]:checked~label:after {
  border: 1px solid #ff3b30;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.gdpr-list input[type=checkbox]:disabled~label {
  color: #ccc;
  pointer-events: none
}

.gdpr-list input[type=checkbox]:disabled~label:before {
  border: 1px solid #ddd;
  background: #ddd;
  opacity: 0
}

.gdpr-list input[type=checkbox]:disabled~label:after {
  border: 1px solid #ddd;
  opacity: 0;
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%)
}

.gdpr-list input[type=checkbox]:disabled~label.gdpr-link {
  color: #3201a3;
  pointer-events: all
}

.gdpr-list-item {
  position: relative;
  padding: 0 0 20px 70px
}

.gdpr-list-item-description {
  margin-bottom: 5px;
  color: #414141;
  font-size: 14px;
  line-height: 20px
}

.gdpr-list-item-details {
  display: none
}

.gdpr-list-item-details span {
  display: block;
  font-size: 12px;
  line-height: 15px
}

.gdpr-list-item-details label.gdpr-link {
  margin: 5px 0;
  font-size: 14px;
  line-height: 20px
}

.gdpr-list-item-details table {
  table-layout: auto;
  width: 100%;
  margin: 0;
  border: 0;
  color: #414141;
  text-align: left
}

.gdpr-list-item-details table tr th {
  padding: 10px;
  border: 0;
  background: #414141;
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  line-height: 15px;
  text-transform: uppercase
}

.gdpr-list-item-details table tr td {
  padding: 10px;
  border: 0;
  font-size: 12px;
  line-height: 15px
}

.gdpr-list-item-details table tr:nth-child(2n+1) {
  background: 0 0
}

.gdpr-list-item-details table tr:nth-child(2n) {
  border-bottom: 1px solid #ccc;
  background: 0 0
}

.gdpr-list-item .gdpr-link {
  display: inline-block;
  vertical-align: top;
  float: none;
  font-size: 12px;
  line-height: 15px
}

.gdpr-list-item-input:checked~.gdpr-link {
  display: none
}

.gdpr-list-item-input:checked~.gdpr-list-item-details {
  display: block
}

label.gdpr-link {
  margin: 0;
  text-transform: none
}

@media all and (max-width:767px) {
  .gdpr {
    padding: 10px 0
  }
  .gdpr-title {
    margin-bottom: 10px
  }
  .gdpr-subtitle {
    margin-bottom: 10px
  }
  .gdpr-button {
    clear: both;
    margin-bottom: 10px
  }
  .gdpr-button+.gdpr-button {
    margin-left: 0
  }
  .gdpr-link {
    font-size: 14px
  }
  .gdpr-modal-box {
    padding: 10px
  }
  .gdpr-modal-box .gdpr-title {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 20px
  }
  .gdpr-modal-box .gdpr-subtitle {
    margin-bottom: 20px;
    font-size: 14px
  }
  .gdpr-list input[type=checkbox]~label {
    position: relative;
    padding-left: 50px;
    font-size: 16px;
    line-height: 20px
  }
  .gdpr-list input[type=checkbox]~label:after, .gdpr-list input[type=checkbox]~label:before {
    width: 40px;
    height: 20px;
    border-radius: 20px
  }
  .gdpr-list input[type=checkbox]~label:after {
    width: 20px;
    height: 20px
  }
  .gdpr-list-item {
    padding: 0 0 20px
  }
}