@media all and (min-width: 768px), print {
  .amgdprcookie-main-wrapper {
    padding: 0;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-top {
    margin-bottom: 35px;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-head {
    font-size: 34px;
    line-height: normal;
  }
  .amgdprcookie-main-wrapper .amgdprcookie-btn {
    padding: 17px 46px;
    font-size: 20px;
    box-shadow: 0 3px 10px rgba(62, 40, 13, 0.15);
    text-transform: none;
  }
  .amgdprcookie-container {
    margin-bottom: 30px;
    padding: 25px 0;
  }
  .amgdprcookie-container .amgdprcookie-header {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: flex-start;
    padding: 0 25px;
  }
  .amgdprcookie-container .amgdprcookie-caption {
    margin: 0 64px 10px 0;
    font-size: 20px;
  }
  .amgdprcookie-container .amgdprcookie-toggle-cookie {
    padding-left: 0;
  }
  .amgdprcookie-container .amgdprcookie-text {
    padding: 0 25px;
    font-size: 14px;
  }
  .amgdprcookie-container .amgdprcookie-options {
    display: inline-block;
    margin-top: 22px;
    padding: 0 25px;
    font-size: 14px;
    color: #8a837f;
    background: inherit;
  }
  .amgdprcookie-container .amgdprcookie-options:hover {
    color: #1787e0;
  }
  .amgdprcookie-container .amgdprcookie-options:before,
  .amgdprcookie-container .amgdprcookie-options:after {
    content: '';
    position: absolute;
    top: 10px;
    height: 2px;
    width: 10px;
    background: #8a837f;
  }
  .amgdprcookie-container .amgdprcookie-options:before {
    right: 6px;
    transform: rotate(45deg);
  }
  .amgdprcookie-container .amgdprcookie-options:after {
    right: 0;
    transform: rotate(-45deg);
  }
  .amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options {
    color: #363636;
  }
  .amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options:hover {
    color: #1787e0;
  }
  .amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options:before,
  .amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
    background: #363636;
  }
  .amgdprcookie-content-wrapper {
    margin: 25px 25px 0;
    padding: 0 15px;
    font-size: 14px;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-title {
    padding: 15px 15px 0 0;
    vertical-align: top;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row {
    border-bottom: 1px solid #ccc;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
    border-bottom: 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell {
    padding: 15px 15px 15px 0;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:first-child {
    width: 20%;
  }
  .amgdprcookie-content-wrapper .amgdprcookie-row .amgdprcookie-cell:last-child {
    padding-right: 0;
  }
}
@media all and (min-width: 1024px), print {
  .amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
    width: 17%;
  }
}
.amgdprcookie-main-wrapper {
  color: #363636;
}
.amgdprcookie-main-wrapper .amgdprcookie-top {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-head {
  font-size: 20px;
  line-height: 20px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn-wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn {
  padding: 7px 27px;
  border: 0;
  font-size: 14px;
  color: #fff;
  border-radius: 6px;
  background: #ef7c4a;
  box-shadow: 0 3px 5px rgba(62, 40, 13, 0.15);
  text-transform: uppercase;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:first-child {
  margin: 0 15px;
}
.amgdprcookie-main-wrapper .amgdprcookie-btn:hover {
  background: #eb5a1b;
}
.amgdprcookie-toggle-cookie {
  position: relative;
  padding-left: 50px;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input {
  height: 0;
  width: 0;
  visibility: hidden;
}
.amgdprcookie-toggle-cookie .amgdprcookie-label {
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 29px;
  border-radius: 40px;
  cursor: pointer;
  background: #a5a5a5;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}
.amgdprcookie-toggle-cookie .amgdprcookie-label:after {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 25px;
  height: 25px;
  background: #fff;
  border-radius: 40px;
  transition: all 0.4s ease;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:disabled + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label {
  background: #1979c3;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:checked:not([disabled]) + .amgdprcookie-label:after {
  left: calc(95%);
  transform: translateX(-100%);
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:not([checked]) + .amgdprcookie-label {
  background: #a5a5a5;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-toggle-cookie .amgdprcookie-input:disabled + .amgdprcookie-label:after {
  left: 2px;
}
.amgdprcookie-main-wrapper .amgdprcookie-toggle-cookie .amgdprcookie-input.disabled + .amgdprcookie-label {
  background: #e8e8e8;
}
.amgdprcookie-container {
  margin-bottom: 20px;
  padding-top: 15px;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 3px 10px rgba(5, 32, 65, 0.15);
}
.amgdprcookie-container .amgdprcookie-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0 15px;
}
.amgdprcookie-container .amgdprcookie-caption {
  margin: 0 0 15px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-container .amgdprcookie-text {
  margin-bottom: 0;
  padding: 0 15px;
  font-size: 12px;
  color: #363636;
}
.amgdprcookie-container .amgdprcookie-options {
  position: relative;
  margin-top: 15px;
  padding: 7px 15px;
  border-bottom-left-radius: 6px;
  border-bottom-right-radius: 6px;
  font-size: 12px;
  color: #fff;
  cursor: pointer;
  background: #767676;
}
.amgdprcookie-container .amgdprcookie-options:before,
.amgdprcookie-container .amgdprcookie-options:after {
  content: '';
  position: absolute;
  top: 16px;
  height: 2px;
  width: 10px;
  background: #fff;
}
.amgdprcookie-container .amgdprcookie-options:before {
  right: 20px;
  transform: rotate(45deg);
}
.amgdprcookie-container .amgdprcookie-options:after {
  right: 14px;
  transform: rotate(-45deg);
}
.amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options {
  border-radius: 0;
}
.amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options:before {
  transform: rotate(-45deg);
}
.amgdprcookie-container .amgdprcookie-check.active .amgdprcookie-options:after {
  transform: rotate(45deg);
}
.amgdprcookie-content-wrapper {
  display: none;
  padding: 0 15px;
  border-radius: 6px;
  background: #f9f9f9;
  font-size: 12px;
}
.amgdprcookie-content-wrapper .amgdprcookie-title {
  padding: 15px 15px 0 0;
  vertical-align: top;
}
.amgdprcookie-content-wrapper .amgdprcookie-row {
  border-bottom: 1px solid #ccc;
}
.amgdprcookie-content-wrapper .amgdprcookie-row:last-child {
  border-bottom: 0;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell {
  padding: 15px 15px 15px 0;
  word-break: break-all;
  word-break: break-word;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:first-child {
  width: 23%;
}
.amgdprcookie-content-wrapper .amgdprcookie-table .amgdprcookie-cell:last-child {
  padding-right: 0;
}
