.cookies-block{
  width: 100%;
  background: #e3e3e3;
  border: 1px solid #e3e3e3;
  border-radius: 4px;
  margin-bottom: 7px;
}

.cookies-block .cb-header{
  width: 98%;
  padding: 11px 7px;
  vertical-align: top;
  margin: 0px;
}

.cookies-block .cb-header:after{
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}
.cookies-block .cb-header div{
  display: inline;
}
.cookies-block .cb-left{
  text-align: left;
  font-size: 16px;
  font-weight: bold;
}
.cookies-block .cb-right{
  float: right;
  text-align: right;
}

.cookies-block .cb-body{
  background: #ffffff;
  padding: 11px;
  font-size: 14px;
}


.switch {
  position: relative;
  display: inline-block;
  width: 56px;
  height: 30px;
}

/* Hide default HTML checkbox */
.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

/* The slider */
.slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #6c757d;
  -webkit-transition: .4s;
  transition: .4s;
}

.slider:before {
  position: absolute;
  content: "";
  height: 21px;
  width: 21px;
  left: 4px;
  bottom: 4px;
  background-color: white;
  -webkit-transition: .4s;
  transition: .4s;
}

input:checked + .slider {
  background-color: #28a745;
}

input:focus + .slider {
  box-shadow: 0 0 1px #28a745;
}

input:checked + .slider:before {
  -webkit-transform: translateX(26px);
  -ms-transform: translateX(26px);
  transform: translateX(26px);
}

/* Rounded sliders */
.slider.round {
  border-radius: 30px;
}

.slider.round:before {
  border-radius: 50%;
}


.eu-window {
  position: fixed;
  z-index: 9998;
  bottom: 20px;  
  left: 20px;
  height: 340px;
  width: 435px;
  padding: 15px;
  background: rgba(255, 255, 255, 0.9);
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  border-radius: 4px;
}

.eu-windwow-disabled, .eu-modal-disabled{
  display: none;
}

@media only screen and (max-width: 768px) {
  .eu-window {
    position: fixed;
    bottom: 3px;  
    left: 3px;
    width: 90%;
  }
  .eu-window-body {
    height: 150px;
    overflow: auto;
  }
  .eu-window-button{
    width: 100%;
    vertical-align: center;
    text-align: center;
    padding: 15px 0px 5px 0px;
    word-wrap: break-word;
  }
  .eu-window-button input[type="button"]{
    font-size: 15px;
    padding: 7px 12px;
  }
  .eu-modal-footer-right input[type="button"]{
    font-size: 14px;
    padding: 4px 7px;
    display: inline;
  }

  .cookies-block .cb-header{
    height: 100%;
  }
  .cookies-block .cb-header div{
    width: 99%;
    padding-right: 7px;
    display: block;
  }
  .cookies-block .cb-left{
    margin-bottom: 7px;
  }
}



.eu-window-header {
  padding: 15px 0px;
  font-size: 19px;
  color: #000000;
  font-weight: bold;
  display: block;
  width: 100%;
}

.eu-window-language{
  float: right;
}

.eu-window-language select{
  border: 0px;
  font-size: 15px;
  background-color: white;
  outline: none !important;
}

.eu-window-body {
  width: 100%;
  margin: 5px 0px;
  font-size: 14px;
}

.eu-window-button{
  width: 100%;
  vertical-align: center;
  text-align: center;
  padding: 25px 0px 10px 0px;
}

.eu-window-button .eu-window-edit{
  margin: 15px 0px;
  color: #3e3e3e;
}

.eu-window-button .eu-window-edit:hover{
  cursor: pointer;
  text-decoration: underline;
}

.eu-window-link:hover{
  cursor: pointer;
  text-decoration: underline; 
}

.eu-modal {
  position: fixed;
  z-index: 9999;
  top: 0;  
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.eu-modal-content {
  margin: 10% auto;
  margin-top: 2%;
  width: 60%;
  box-shadow: 0 5px 8px 0 rgba(0, 0, 0, 0.5), 0 7px 20px 0 rgba(0, 0, 0, 0.17);
  animation-name: modalopen;
  animation-duration: var(--modal-duration);
}

@media only screen and (max-width: 992px) {
  .eu-modal-content{
    margin: 5% auto;
    margin-top: 4%;
    width: 90%;
  }
}

.eu-modal-header {
  background: #ffffff;
  padding: 15px;
  font-size: 22px;
  color: #000000;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  border-bottom: 1px solid #e3e3e3;
}

.eu-modal-header:after {
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
  font-size: 0;
  content: ' ';
}

.eu-text{
  margin-left: 5px;
}

.eu-modal-body {
  overflow: auto;
  height: 400px;
  padding: 15px 20px;
  background: #ffffff;
  font-size: 14px;
}

.eu-modal-body::-webkit-scrollbar {
    width: 6px; 
    background: transparent;  
}

.eu-modal-body::-webkit-scrollbar-thumb {
    background: #a9a9a9;
    border-radius: 15px;
}

.eu-modal-title{
  font-weight: bold;
  font-size: 17px;
  padding: 7px 0px;
  width: 100%;
  display: block;
}
.eu-modal-footer {
  background: #ffffff;
  padding: 10px;
  height: 57px;
  border-bottom-left-radius: 5px;
  border-bottom-right-radius: 5px;
  border-top: 1px solid #e3e3e3;
}

.eu-modal-footer-right{
  float: right;
}

.eu-close {
  position: relative;
  top: 5px;
  color: #3e3e3e;
  float: right;
  font-size: 16px;
}

.eu-close:hover,
.eu-close:focus {
  color: #000;
  text-decoration: none;
  cursor: pointer;
}

@keyframes modalopen {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
