

.sliding-popup-bottom, .sliding-popup-top {
  z-index: 99999;
  text-align: center;
}

#sliding-popup .popup-content {
  max-width: 1160px;
  overflow: hidden;
}

#sliding-popup .popup-content #popup-text p {
  font-weight: normal;
  font-size: 14px;
}
#sliding-popup .popup-content #popup-buttons {
  text-align: left;
}

@media (max-width: 1200px) {
#sliding-popup .popup-content {
  margin: 0 10px;
}
}
@media (max-width: 960px) {
#sliding-popup .popup-content #popup-buttons button {
  margin-bottom: 0;
}
#sliding-popup .popup-content #popup-buttons {
  margin-bottom: 15px;
}
}
@media (max-width: 660px) {
  
#sliding-popup .popup-content #popup-text {
  float: none;
  max-width: inherit;
}

#sliding-popup .popup-content #popup-buttons {
  float: none;
  max-width: inherit;
}
}



.eu-popup-open {
  overflow: hidden;
}

#sliding-popup {
  width: 100%;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 9999;
}

slide-in-left {
  -webkit-animation-name: "eu-cookie-compliance-slide-in-left";
  animation-name: "eu-cookie-compliance-slide-in-left";
}

#sliding-popup .eu-cookie-compliance-categories {
  font-family: "Istok Web", Arial;
  font-size: 15px;
  line-height: 1.42857143;
  background: #fff;
  color: #000;
  position: fixed;
  text-align: left;
  z-index: 100;
  bottom: 0;
  left: 0;
  max-width: 600px;
  min-width: 480px;
  height: 90%;
  display: flex;
  -webkit-box-direction: normal;
  -webkit-box-orient: vertical;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-shadow: 0px 2px 10px -3px #999;
  box-shadow: 0px 2px 10px -3px #999;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.mobile.mini #sliding-popup .eu-cookie-compliance-categories,
.mini #sliding-popup .eu-cookie-compliance-categories {
  left: 0;
  height: 100%;
  top: 0;
  border-radius: 0;
  max-width: 100%;
  min-width: 100%;
}

#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-category-description {
  color: #000;
}

#sliding-popup .eu-cookie-compliance-categories--close-icon {
  display: inline-block;
  position: absolute;
  outline: none;
  right: 18px;
  height: 10px;
  width: 10px;
  border: none;
  text-align: center;
  text-decoration: none;
  box-sizing: border-box;
  cursor: pointer;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMzQ4LjMzM3B4IiBoZWlnaHQ9IjM0OC4zMzNweCIgdmlld0JveD0iMCAwIDM0OC4zMzMgMzQ4LjMzNCIgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgMzQ4LjMzMyAzNDguMzM0OyIgeG1sOnNwYWNlPSJwcmVzZXJ2ZSI+PGc+PHBhdGggZmlsbD0iIzU2NTY1NiIgZD0iTTMzNi41NTksNjguNjExTDIzMS4wMTYsMTc0LjE2NWwxMDUuNTQzLDEwNS41NDljMTUuNjk5LDE1LjcwNSwxNS42OTksNDEuMTQ1LDAsNTYuODVjLTcuODQ0LDcuODQ0LTE4LjEyOCwxMS43NjktMjguNDA3LDExLjc2OWMtMTAuMjk2LDAtMjAuNTgxLTMuOTE5LTI4LjQxOS0xMS43NjlMMTc0LjE2NywyMzEuMDAzTDY4LjYwOSwzMzYuNTYzYy03Ljg0Myw3Ljg0NC0xOC4xMjgsMTEuNzY5LTI4LjQxNiwxMS43NjljLTEwLjI4NSwwLTIwLjU2My0zLjkxOS0yOC40MTMtMTEuNzY5Yy0xNS42OTktMTUuNjk4LTE1LjY5OS00MS4xMzksMC01Ni44NWwxMDUuNTQtMTA1LjU0OUwxMS43NzQsNjguNjExYy0xNS42OTktMTUuNjk5LTE1LjY5OS00MS4xNDUsMC01Ni44NDRjMTUuNjk2LTE1LjY4Nyw0MS4xMjctMTUuNjg3LDU2LjgyOSwwbDEwNS41NjMsMTA1LjU1NEwyNzkuNzIxLDExLjc2N2MxNS43MDUtMTUuNjg3LDQxLjEzOS0xNS42ODcsNTYuODMyLDBDMzUyLjI1OCwyNy40NjYsMzUyLjI1OCw1Mi45MTIsMzM2LjU1OSw2OC42MTF6Ii8+PC9nPjwvc3ZnPg==);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

#sliding-popup .eu-cookie-compliance-categories--body {
  overflow-y: auto;
  -webkit-box: 1;
  -moz-box: 1;
  -webkit-flex: 1 1 auto;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto;
  height: calc(100vh - 40px);
}

#sliding-popup .eu-cookie-compliance-categories h3 {
  color: #3948a4;
  font-size: 18px;
  line-height: 18px;
  letter-spacing: 0.82px;
}

#sliding-popup .eu-cookie-compliance-categories--description p {
  color: #666;
}

label {
  vertical-align: middle;
}

.eu-cookie-compliance-categories label[for] {
  cursor: pointer;
}

#sliding-popup .eu-cookie-compliance-categories span {
  color: #666;
  margin-right: 2rem;
}

#sliding-popup .eu-cookie-compliance-categories input[type="checkbox"] {
  padding: 5px;
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  display: inline-block;
  border: 1px solid #000;
  width: 30px;
  height: 30px;
  position: relative;
}
input[type="checkbox"]:checked + label:after {
  color: #666;
  content: '✔';
  display: inline-block;
  font-size: 24px;
}

#sliding-popup .checkbox-apple-switch {
  position: relative;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#sliding-popup .checkbox-apple-switch input {
  position: absolute;
  z-index: -1;
  opacity: 0;
  height: 0;
  width: 0;
}

input, textarea, select {
  vertical-align: middle;
  color: #000;
  outline: none;
}

#sliding-popup .checkbox-apple-switch input:disabled ~ .checkbox-apple-switch-icon {
  border-color: #999999;
  box-shadow: inset 20px 0 0 0 #999999;
}

#sliding-popup  .checkbox-apple-switch input:checked ~ .checkbox-apple-switch-icon {
  border-color: #4ED164;
  box-shadow: inset 20px 0 0 0 #4ED164;
}

#sliding-popup .checkbox-apple-switch-icon {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  appearance: none;
  outline: none;
  width: 50px;
  height: 30px;
  background-color: #ffffff;
  border: 1px solid #D9DADC;
  border-radius: 50px;
  box-shadow: inset -20px 0 0 0 #D9DADC;
  transition-duration: 0.3s;
}

.eu-cookie-compliance-categories--footer {
  border-top: 1px solid #f0f0f0;
  padding-bottom: 14px;
  text-align: right;
  display: block;
}

#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-categories--footer button,
#sliding-popup .eu-cookie-compliance-categories .eu-cookie-compliance-categories--footer .eu-cookie-button {
  display: inline-block;
  border: none;
  background: #f79220;
  margin: 0 3px 6px;
  border-radius: unset;
  font-weight: normal;
}

.sliding-popup-bottom .eu-cookie-button {
  display: inline-block;
  background: none;
  color: #fff;
  padding: 2px 20px;
  border: 2px solid #fff;
  border-radius: 5px;
  font-size: 16px;
  line-height: 28px;
  min-width: 100px;
  margin: 0 6px 6px 0;
  text-align: center;
  text-decoration: none;
  outline: none;
}

#sliding-popup button, 
#sliding-popup html input[type="button"], 
#sliding-popup input[type="reset"], 
#sliding-popup input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #e0e0e0;
  background: #fff;
}

.sliding-popup-bottom .wrapp-container {
  max-width: 1270px;
  padding: 0 35px;
  color: #fff;
  font: 300 16px/30px "Merriweather",Arial,Helvetica,serif;
  font-family: "Merriweather",Arial,Helvetica,serif;
}

.wrapp-container {
  max-width: 960px;
  margin: 0 auto;
}

.sliding-popup-bottom .eu-cookie-compliance-content,
.sliding-popup-bottom .eu-cookie-compliance-message,
.sliding-popup-bottom .eu-cookie-compliance-buttons {
  float: none;
  width: auto;
  max-width: none;
  clear: both;
  font-weight: normal!important;
}

.eu-cookie-compliance-content {
  margin: 0 auto;
  max-width: 80%;
  display: inline-block;
  text-align: left;
  width: 100%;
}

.sliding-popup-bottom .wrapp-container p {
  display: inline;
  padding-right: 7px;
}

.sliding-popup-bottom .wrapp-container p a {
  padding: 0;
  margin: 0;
}

.sliding-popup-bottom .wrapp-container a {
  color: #fff;
  text-decoration: underline;
  margin: 0 6px 0 7px;
}


.eu-cookie-compliance-categories h2, .eu-cookie-compliance-categories h3,
.eu-cookie-compliance-categories h4, .eu-cookie-compliance-categories h5,
.eu-cookie-compliance-categories h6, .eu-cookie-compliance-categories ol,
.eu-cookie-compliance-categories ul, .eu-cookie-compliance-categories .block-wysiwyg ol,
.block-wysiwyg .eu-cookie-compliance-categories ol, .eu-cookie-compliance-categories p,
.eu-cookie-compliance-categories .eu-cookie-compliance-category {
  margin: 0 0 18px;
}

.eu-cookie-compliance-categories--header, .eu-cookie-compliance-categories--body, .eu-cookie-compliance-categories--footer {
  padding: 20px 25px;
  position: relative;
}

.eu-cookie-compliance-categories.eu-hide, .eu-cookie-compliance-dark-filter.eu-hide {
  display: none !important;
}

.eu-cookie-compliance-dark-filter {
  background: rgba(0,0,0,0.5);
  z-index: 100;
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
}

.eu-cookie-compliance-categories, .eu-cookie-compliance-dark-filter {
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.eu-cookie-compliance-categories.eu-slide-out-left {
  -webkit-animation-name: "eu-cookie-compliance-slide-out-left";
  animation-name: "eu-cookie-compliance-slide-out-left";
}

.eu-cookie-compliance-categories.eu-slide-in-left {
  -webkit-animation-name: "eu-cookie-compliance-slide-in-left";
  animation-name: "eu-cookie-compliance-slide-in-left";
}

.eu-cookie-compliance-categories.eu-fade-in, .eu-cookie-compliance-dark-filter.eu-fade-in {
  animation-name: eu-cookie-compliance-fade-in;
  animation-duration: 0.3s;
  animation-timing-function: ease-in-out;
}

.disagree-button.eu-cookie-compliance-more-button, .eu-cookie-compliance-agree-button,
.eu-cookie-compliance-default-button, .eu-cookie-compliance-hide-button,
.eu-cookie-compliance-more-button-thank-you, .eu-cookie-withdraw-button,
.eu-cookie-compliance-save-preferences-button {
  text-shadow: none;
}

.tablet .agree-button.eu-cookie-compliance-default-button,
.mobile .agree-button.eu-cookie-compliance-default-button,
.tablet .eu-cookie-button.js-cookie-customize-settings,
.mobile .eu-cookie-button.js-cookie-customize-settings {
  display: inline-block;
  width: 100%;
}

.mobile #popup-text {
  margin-bottom: 50px;
}

#eu-cookie-compliance-categories p u {
  color:#666;
}