.c-layer{
    background: rgba(0,0,0,0.9);
    padding: 15px;
    font-size: small;
    color: #fff;
    position: fixed;
    bottom: 0;
    z-index: 100;
    width:100%;
    display: none;
}
.c-layer a{
    color:#fff;
    text-decoration: underline;
}

.c-layer .accept_all{
    font-size: medium;
    margin-top: 20px;
    text-decoration: none;
    font-weight: 400;
}

.btn.accept_all{
    cursor: pointer;
}

@media (max-width: 768px){
    .c-layer .accept_all{
        text-decoration: none;
        font-weight: 400;
        max-width: 100%;
        font-size: small;
        display: block;
    }
}

html:not([dir=rtl]) .noUi-horizontal .noUi-origin {
  left: auto;
  right: 0;
}
html:not([dir=rtl]) .noUi-horizontal .noUi-handle {
  right: -17px;
  left: auto;
}
body.cookieOpen,
body.cookie-modal-opened {
  overflow: hidden;
}
.cpm_container .noUi-target,
.cpm_container .noUi-target * {
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -ms-touch-action: none;
  touch-action: none;
  -ms-user-select: none;
  -moz-user-select: none;
  user-select: none;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpm_container .noUi-target {
  position: relative;
  direction: ltr;
}
.cpm_container .noUi-base,
.cpm_container .noUi-connects {
  width: 100%;
  height: 100%;
  position: relative;
  z-index: 1;
}
.cpm_container .noUi-connects {
  overflow: hidden;
  z-index: 0;
}
.cpm_container .noUi-connect,
.cpm_container .noUi-origin {
  will-change: transform;
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  -ms-transform-origin: 0 0;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
}
.cpm_container .noUi-vertical .noUi-origin {
  width: 0;
}
.cpm_container .noUi-horizontal .noUi-origin {
  height: 0;
}
.cpm_container .noUi-handle {
  position: absolute;
}
.cpm_container .noUi-state-tap .noUi-connect,
.cpm_container .noUi-state-tap .noUi-origin {
  -webkit-transition: transform .3s;
  transition: transform 0.3s;
}
.cpm_container .noUi-state-drag * {
  cursor: inherit !important;
}
.cpm_container .noUi-horizontal {
  height: 18px;
}
.cpm_container .noUi-horizontal .noUi-handle {
  width: 34px;
  height: 28px;
  left: -17px;
  top: -6px;
}
.cpm_container .noUi-vertical {
  width: 18px;
}
.cpm_container .noUi-vertical .noUi-handle {
  width: 28px;
  height: 34px;
  left: -6px;
  top: -17px;
}
.cpm_container .noUi-target {
  background: #FAFAFA;
  border-radius: 4px;
  border: 1px solid #D3D3D3;
  box-shadow: inset 0 1px 1px #F0F0F0, 0 3px 6px -5px #BBB;
}
.cpm_container .noUi-connects {
  border-radius: 3px;
}
.cpm_container .noUi-connect {
  background: #3FB8AF;
}
.cpm_container .noUi-draggable {
  cursor: ew-resize;
}
.cpm_container .noUi-vertical .noUi-draggable {
  cursor: ns-resize;
}
.cpm_container .noUi-handle {
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #FFF;
  cursor: default;
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #EBEBEB, 0 3px 6px -3px #BBB;
}
.cpm_container .noUi-active {
  box-shadow: inset 0 0 1px #FFF, inset 0 1px 7px #DDD, 0 3px 6px -3px #BBB;
}
.cpm_container .noUi-handle:after,
.cpm_container .noUi-handle:before {
  content: "";
  display: block;
  position: absolute;
  height: 14px;
  width: 1px;
  background: #E8E7E6;
  left: 14px;
  top: 6px;
}
.cpm_container .noUi-handle:after {
  left: 17px;
}
.cpm_container .noUi-vertical .noUi-handle:after,
.cpm_container .noUi-vertical .noUi-handle:before {
  width: 14px;
  height: 1px;
  left: 6px;
  top: 14px;
}
.cpm_container .noUi-vertical .noUi-handle:after {
  top: 17px;
}
.cpm_container [disabled] .noUi-connect {
  background: #B8B8B8;
}
.cpm_container [disabled] .noUi-handle,
.cpm_container [disabled].noUi-handle,
.cpm_container [disabled].noUi-target {
  cursor: not-allowed;
}
.cpm_container .noUi-pips,
.cpm_container .noUi-pips * {
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cpm_container .noUi-pips {
  position: absolute;
  color: #999;
}
.cpm_container .noUi-value {
  position: absolute;
  white-space: nowrap;
  text-align: center;
}
.cpm_container .noUi-value-sub {
  color: #ccc;
  font-size: 10px;
}
.cpm_container .noUi-marker {
  position: absolute;
  background: #CCC;
}
.cpm_container .noUi-marker-large,
.cpm_container .noUi-marker-sub {
  background: #AAA;
}
.cpm_container .noUi-pips-horizontal {
  padding: 10px 0;
  height: 80px;
  top: 100%;
  left: 0;
  width: 100%;
}
.cpm_container .noUi-value-horizontal {
  -webkit-transform: translate(-50%, 50%);
  transform: translate(-50%, 50%);
}
.cpm_container .noUi-rtl .noUi-value-horizontal {
  -webkit-transform: translate(50%, 50%);
  transform: translate(50%, 50%);
}
.cpm_container .noUi-marker-horizontal.noUi-marker {
  margin-left: -1px;
  width: 2px;
  height: 5px;
}
.cpm_container .noUi-marker-horizontal.noUi-marker-sub {
  height: 10px;
}
.cpm_container .noUi-marker-horizontal.noUi-marker-large {
  height: 15px;
}
.cpm_container .noUi-pips-vertical {
  padding: 0 10px;
  height: 100%;
  top: 0;
  left: 100%;
}
.cpm_container .noUi-value-vertical {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%, 0);
  padding-left: 25px;
}
.cpm_container .noUi-rtl .noUi-value-vertical {
  -webkit-transform: translate(0, 50%);
  transform: translate(0, 50%);
}
.cpm_container .noUi-marker-vertical.noUi-marker {
  width: 5px;
  height: 2px;
  margin-top: -1px;
}
.cpm_container .noUi-marker-vertical.noUi-marker-sub {
  width: 10px;
}
.cpm_container .noUi-marker-vertical.noUi-marker-large {
  width: 15px;
}
.cpm_container .noUi-tooltip {
  display: block;
  position: absolute;
  border: 1px solid #D9D9D9;
  border-radius: 3px;
  background: #fff;
  color: #000;
  padding: 5px;
  text-align: center;
  white-space: nowrap;
}
.cpm_container .noUi-horizontal .noUi-tooltip {
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
  left: 50%;
  bottom: 120%;
}
.cpm_container .noUi-vertical .noUi-tooltip {
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  top: 50%;
  right: 120%;
}
.cpm_container .hidden {
  display: none;
}
.cpm_container .noUi-vertical .noUi-handle {
  outline: none!important;
}
.cpm_container .toLeft {
  float: left;
}
.cpm_container .toRight {
  float: right;
}
.cpm_container .toCenter {
  width: 100%;
  margin: 0 auto;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 10px;
}
.cpm_container .clear {
  clear: both;
}
.cpm_container .clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
.cpm_container :first-child + html .clearfix,
.cpm_container * html .clearfix {
  zoom: 1;
}
.cpm_container * {
  margin: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.cpm_container ol,
.cpm_container ul {
  list-style: none;
}
.cpm_container .cols {
  padding: 0 0 33px;
}
.cpm_container .cols > div {
  padding: 0 15px;
}
.cpm_container .col-12 {
  width: 100%;
}
.cpm_container .col-7 {
  width: 58%;
}
.cpm_container .col-5 {
  width: 42%;
}
.cpm_container .col-6 {
  width: 50%;
}
.cpm_container .col-3 {
  width: 25%;
}
.cpm_container .col-5 h2 {
  padding-top: 12px;
}
.cpm_container button {
  padding: 0;
}
.cpm_container .button {
  display: inline-block;
  color: #fff;
  text-transform: uppercase;
  height: 45px;
  font-weight: 700;
  line-height: 45px;
  font-size: 12px;
  letter-spacing: 1px;
  padding: 0 28px;
  background-color: #e5a700;
  cursor: pointer;
  opacity: 1;
  transition: all ease-in-out 100ms;
  -webkit-transition: all ease-in-out 100ms;
  -moz-transition: all ease-in-out 100ms;
  -o-transition: all ease-in-out 100ms;
  -ms-transition: all ease-in-out 100ms;
}
.cpm_container .button:hover {
  opacity: 0.9;
}
.cpm_container .cookieModal {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: rgba(74, 74, 74, 0.8);
  overflow-y: scroll;
  opacity: 1;
  visibility: visible;
}
.cpm_container .cookieModal .table {
  padding: 20px 15px;
  height: 100%;
}
.cpm_container .cookieModal.hidden {
  opacity: 0;
  visibility: hidden;
}
.cpm_container .panel {
  background-color: #fff;
  max-width: 940px;
  width: 100%;
  margin: 0 auto;
  padding: 40px 80px 15px;
  color: #4A4A4A;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -webkit-border-radius: 3px;
  background-clip: border-box;
}
.cpm_container .panel.hidden {
  display: none;
}
.cpm_container .panel.settingsPanel {
  padding-bottom: 25px;
  display: none;
}
.cpm_container .panel h2 {
      font-size: x-large;
    line-height: 34px;
    font-weight: 600;
    padding: 0 0 20px;
    line-height: 1.4em;
}
.cpm_container .panel .greenList,
.cpm_container .panel .ranges,
.cpm_container .panel h3,
.cpm_container .panel p {
  font-size: 14px;
  line-height: 1.4em;
}
.cpm_container .panel h3 {
  font-size: 18px;
}
.cpm_container .panel .button {
  background-color: #d71536;
  font-size: 16px;
  font-family: 'Gotham_Black', arial, sans-serif;
  text-align: center;
  padding: 10px;
  letter-spacing: 0;
  height: auto;
  text-transform: none;
  line-height: 1.4em;
  border-radius: 10px;
}
.cpm_container .panel .button:hover{
    background:#d71536;
}

.cpm_container .panel .link {
  color: #d71536;
  line-height: 1.4em;
  font-size: 14px;
}
.cpm_container .panel .buttons {
  padding: 40px 0 0;
  text-align: center;
}
.cpm_container .panel .buttons .button,
.cpm_container .panel .buttons .link {
  display: inline-block;
  margin: 0 13px 13px;
  cursor: pointer;
}
.cpm_container .panel .buttons .link:hover {
  text-decoration: underline;
}
.cpm_container .panel .separator {
  width: 100%;
  height: 1px;
  background-color: #C5C5C5;
  margin: 30px 0;
}
.cpm_container .panel .cookieRange {
  padding: 0 0 15px;
}
.cpm_container .panel .cookieRange .col-6 {
  width: 50%;
  position: relative;
}
.cpm_container .panel .cookieRange .col-6:first-child {
  padding-right: 10px;
}
.cpm_container .panel .cookieRange .col-6:last-child {
  padding-left: 10px;
}
.cpm_container .panel .cookieRange h3,
.cpm_container .panel .cookieRange p {
  padding: 0 0 20px;
  color: #4A4A4A;
}
.cpm_container .panel .greenList li {
  position: relative;
  padding: 0 0 10px 40px;
}
.cpm_container .panel .greenList li:before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  left: 8px;
  top: 3px;
  background-color: #d71536;
  border-radius: 100%;
  -moz-border-radius: 100%;
  -ms-border-radius: 100%;
  -webkit-border-radius: 100%;
  background-clip: border-box;
}
.cpm_container .panel .greenList li:last-child {
  padding-bottom: 5px;
}
.cpm_container .panel .steps {
  margin-top: -10px;
  display: none;
}
.cpm_container .panel .steps.visible {
  display: block;
}
.cpm_container .panel .ranges {
  position: absolute;
  top: 0;
  height: 300px;
  left: 0;
  padding: 0 0 0 80px;
  width: 100%;
}
.cpm_container .panel .ranges .txt {
  position: absolute;
}
.cpm_container .panel .ranges .txt:before {
  position: absolute;
  content: "";
  width: 8px;
  height: 1px;
  left: -35px;
  background-color: #9e9e9e;
  top: 50%;
}
.cpm_container .panel .ranges .txt.top {
  top: -12px;
}
.cpm_container .panel .ranges .txt.middle {
  top: 50%;
  margin-top: -12px;
}
.cpm_container .panel .ranges .txt.bottom {
  bottom: -12px;
}
.cpm_container .panel .ranges .txt.bottom:before {
  top: auto;
  bottom: 10px;
}
.cpm_container .theSlider {
  margin: 0 0 40px 28px;
  height: 300px;
}
.cpm_container .withPadding {
  padding: 20px 17px 0 23px;
  display: none;
}
.cpm_container .blockTitle {
  line-height: 22px;
  font-size: 19px;
  color: #666;
  padding: 0 0 22px 18px;
}
.cpm_container .wider .blockTitle {
  padding-left: 30px;
}
.cpm_container .noUi-vertical .noUi-handle {
  width: 40px;
  height: 40px;
  border: 0;
  top: -20px;
  left: -18px;
    background: #d71536;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;

  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: border-box;
  cursor: pointer;
}
.cpm_container .noUi-vertical .noUi-handle:after,
.cpm_container .noUi-vertical .noUi-handle:before {
  display: none;
}
.cpm_container .noUi-horizontal .noUi-handle {
  width: 40px;
  height: 40px;
  border: 0;
  top: -20px;
  left: -18px;
  background: #d71536;
    border-radius: 50%;
    border: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  background-clip: border-box;
  cursor: pointer;
}
.cpm_container .noUi-horizontal .noUi-handle:after,
.cpm_container .noUi-horizontal .noUi-handle:before {
  display: none;
}
.cpm_container .theSlider.noUi-target {
  width: 4px;
  border: 0;
  background-color: #c5c5c5;
}
.cpm_container .theSlider.noUi-target .noUi-base:before {
  content: "";
  position: absolute;
  left: 0px;
  top: -10px;
  width: 4px;
  height: 40px;
  background-color: #c5c5c5;
}
.cpm_container .theSlider.noUi-target .noUi-base:after {
  content: "";
  position: absolute;
  left: 0px;
  bottom: -10px;
  width: 4px;
  height: 40px;
  background-color: #c5c5c5;
}
.cpm_container .theSlider.noUi-target.green50 .noUi-base:before {
  height: 50%;
  background-color: #d71536;
}
.cpm_container .theSlider.noUi-target.green100 .noUi-base:before {
  height: 100%;
  background-color: #d71536;
}
.cpm_container .theSlider.noUi-target.green100 .noUi-base:after {
  height: 100%;
  background-color: #d71536;
}
.cpm_container .theSliderMobile.noUi-target {
  width: 100%;
  height: 4px;
  border: 0;
  background-color: #c5c5c5;
}
.cpm_container .theSliderMobile.noUi-target .noUi-base:before {
  content: "";
  position: absolute;
  left: -22px;
  top: 1px;
  width: 40px;
  height: 3px;
  background-color: #c5c5c5;
}
.cpm_container .theSliderMobile.noUi-target .noUi-base:after {
  content: "";
  position: absolute;
  right: -15px;
  top: 1px;
  width: 40px;
  height: 3px;
  background-color: #c5c5c5;
}
.cpm_container .theSliderMobile.noUi-target.green50 .noUi-base:before {
  width: 50%;
  background-color: #d71536;
}
.cpm_container .theSliderMobile.noUi-target.green100 .noUi-base:before {
  width: 100%;
  background-color: #d71536;
}
.cpm_container .theSliderMobile.noUi-target.green100 .noUi-base:after {
  width: 100%;
  background-color: #d71536;
}
@media only screen and (max-width: 979px) {
  .cpm_container .col-3,
  .cpm_container .col-5,
  .cpm_container .col-6,
  .cpm_container .col-7 {
    width: 100%!important;
    float: none;
    max-width: 100%;
  }
  .cpm_container .cols {
    padding-bottom: 22px;
  }
  .cpm_container .cols > div {
    padding: 0 8px 23px;
  }
  .cpm_container .cols > div:last-child {
    padding-bottom: 0;
  }
  .cpm_container .adBanner {
    padding: 17px 23px;
  }
  .cpm_container .grayBlock .fixedHeight,
  .cpm_container article .fixedHeight {
    min-height: 0;
  }
  .cpm_container .banner .bottomInputs,
  .cpm_container .banner .topInputs {
    padding-right: 25px;
  }
  .cpm_container .banner .bottomInputs input,
  .cpm_container .banner .topInputs input {
    margin-right: 0;
    width: 100%;
  }
  .cpm_container .mobileNavigation {
    display: block;
  }
  .cpm_container .textContents > .cell {
    display: block;
    width: 100%;
  }
  .cpm_container .textContents > .cell:first-child {
    padding: 0;
  }
  .cpm_container .panel {
    padding: 20px;
  }
}
@media only screen and (max-width: 479px) {
  .cpm_container .theSlider {
    display: none;
  }
  .cpm_container .withPadding {
    display: block;
  }
  .cpm_container .panel {
    padding: 10px;
  }
  .cpm_container .panel h2 {
    font-size: 22px;
    line-height: 26px;
  }
  .cpm_container .panel .buttons .button,
  .cpm_container .panel .buttons .link {
    display: table;
    margin: 0 auto 13px;
  }
  .cpm_container .panel.settingsPanel {
    padding-bottom: 0;
  }
  .cpm_container .panel .cookieRange .col-6 {
    width: 100%;
    padding: 0 0 10px;
  }
  .cpm_container .panel .cookieRange .col-6:first-child {
    padding: 0 0 30px;
  }
  .cpm_container .panel .cookieRange .button {
    display: table;
    margin: 0 auto;
  }
  .cpm_container .panel .steps {
    margin-top: 0;
  }
  .cpm_container .banner .bottomInputs,
  .cpm_container .banner .topInputs {
    padding-right: 0;
  }
  .cpm_container .banner h2 {
    font-size: 40px;
    line-height: 45px;
  }
  .cpm_container .grayBlock h2,
  .cpm_container .panel .ranges {
    left: 0;
    padding: 0;
    margin: 25px 0 0;
    position: relative;
    width: 100%;
    height: 70px;
  }
  .cpm_container .panel .ranges .txt {
    position: absolute;
    line-height: 15px;
    font-size: 14px;
    width: 75px;
  }
  .cpm_container .panel .ranges .txt:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 8px;
    top: -14px;
    background-color: #9e9e9e;
  }
  .cpm_container .panel .ranges .txt.top {
    top: 0;
    left: 0;
  }
  .cpm_container .panel .ranges .txt.top:before {
    left: 20px;
  }
  .cpm_container .panel .ranges .txt.middle {
    top: 0;
    left: 50%;
    margin-top: 0;
    margin-left: -34px;
    text-align: center;
  }
  .cpm_container .panel .ranges .txt.middle:before {
    left: 50%;
    margin-left: -3px;
  }
  .cpm_container .panel .ranges .txt.bottom {
    top: 0;
    bottom: auto;
    right: 0;
    text-align: right;
  }
  .cpm_container .panel .ranges .txt.bottom:before {
    left: auto;
    bottom: auto;
    top: -14px;
    right: 20px;
  }
}

.btn.accept_all {
    cursor: pointer;
    background: #333;
    color: white;
}