/* Zachowanie zgodności z nazwą w custom_bootstrap */
@media (min-width: 961px) {
  .component.header .header {
    padding-left: 0;
  }
  /*to zostawiamy w hot_fix*/
}
/*********************************** ET :: EPS-937: to zostawiamy w hot_fix***********************************/
@media (max-width: 1600px) and (min-width: 769px) {
  .component.header .header {
    padding-left: 50px;
  }
}
@media (max-width: 768px) {
  .component.header .header {
    padding-left: 25px;
  }
}
/***********************dodanie klasy list-title na prośbe marketingu**********/
.content_area p.list_title {
  margin-bottom: 0;
}
.layout_section--only-head {
  padding-top: 20px;
}
/***********************KJ :: ACS-197  **********/
#getresponse-form input[type="checkbox"] + label::after {
  left: 0px;
}
#getresponse-form input[type="checkbox"] + label::before {
  left: 8px;
}
#getresponse-form input[type="checkbox"] + label {
  padding-left: 35px;
}
/***********************KJ :: EPS-1039  **********/
#getresponse-form .acceptance_data {
  font-size: 14px;
  margin-bottom: 10px;
}
.footer .footer-additional-links-lang.is-active a:nth-of-type(1) {
  padding-right: 0px;
}
.footer .footer-additional-links-lang.is-active a:nth-of-type(2) {
  padding-right: 20px;
}
#sitespeak-launcher-inner > span {
  font-family: 'Khand';
}
a.button.download-button:hover {
  background: none !important;
  background-color: #00E57E !important;
  color: #282828 !important;
}

