*,
*::before,
*::after {
  box-sizing: inherit;
  vertical-align: top;
}
html {
  box-sizing: border-box;
  background: #2f2f2f;
  background: linear-gradient(rgba(47, 47, 47, 0.6), rgba(47, 47, 47, 0.6)), url(../img/BG_2.webp) no-repeat right top;
  background-size: cover;
}
body {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  height: auto;
  width: 950px;
  margin: 0 auto;
  border-radius: 1px;
  font-size: 11px;
  display: flex;
  justify-content: center;
  align-items: center;
}
h1 {
  font: bold 100% sans-serif;
  letter-spacing: 0.1em;
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  padding: 0.5em 0;
  font-weight: 900;
  font-size: 12px;
  background: #e40101;
  border-bottom: 1px solid #000;
  border-top: 1px solid #000;
}
h2 {
  text-align: center;
  text-transform: uppercase;
  color: #FFF;
  margin: 0;
  padding: 5px 0;
  background: #c01117;
  border-radius: 0.25em;
  border: 1px solid #000;
}
h3 {
  text-align: left;
}
.client {
  margin: 0 3em;
  position: relative;
  z-index: 99;
  color: #fff;
  background: repeating-linear-gradient(-45deg, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9) 10px, rgba(47, 47, 47, 0.9) 10px, rgba(47, 47, 47, 0.9) 16px);
  background-attachment: fixed;
  background-size: cover;
  padding: 2em;
  box-shadow: 0 0 50px 0 #aa3c3c;
  border-radius: 10px;
}
.client h3 {
  text-transform: uppercase;
  text-align: center;
}
.client img {
  max-width: 300px;
  display: flex;
  padding: 5px 0 0 0;
}
.client .container {
  vertical-align: baseline;
}
.client .container h3 {
  padding: 5px 0 0 0;
  min-height: 38px;
}
.client .banner {
  margin: 1em -2em;
}
.client .banner h2 {
  font-size: 30px;
}
.client .banner img {
  max-width: 100%;
}
.client label,
.client select {
  margin: 0.5em 0;
  font-size: 15px;
  width: 100%;
  height: 50px;
}
.client label option,
.client select option {
  font-weight: normal;
  display: block;
  min-height: 1.2em;
  padding: 0px 2px 1px;
  white-space: nowrap;
}
.client label html:not(.lt-ie9) select:active option,
.client select html:not(.lt-ie9) select:active option {
  background-color: #fff;
  color: #111;
}
.client input {
  padding: 10px;
  height: 80px;
  width: 100%;
  text-align: center;
  font-size: 32px;
  background: #222222;
  color: #fff;
  border: 1px solid #fff;
  margin: 5px 0;
}
.client .resultAuto {
  display: none;
}
.client p.resultAuto {
  font-size: 14px;
  margin: 0;
}
.client .center-container,
.client .resultAuto p {
  text-align: center;
  font-style: italic;
}
.client button {
  transition-duration: 0.3s;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  margin: 0 5px;
  background: #272727;
  font-weight: 900;
  font-size: 1.3em;
  margin: 0;
  width: 100%;
  height: 49px;
  border: 1px solid #000;
  border-radius: 0.35em;
}
.client .highlight {
  background-color: #272727;
  color: #f10503;
  box-shadow: 0 0 5px #f10503;
  border: 1px solid #f10503;
  animation: pulse 1.5s infinite;
}
@keyframes pulse {
  0% {
    color: #f0f0f0;
    background: #c0111761;
    box-shadow: 0 0 5px #f10503;
    border-color: #f10503;
  }
  50% {
    box-shadow: 0 0 20px #f10503;
    border-color: #f10503;
  }
  100% {
    box-shadow: 0 0 5px #f10503;
    border-color: #f10503;
  }
}
.client button:hover {
  cursor: pointer;
}
.client .center-container {
  text-align: center;
}
.client .center-container button:hover {
  background-color: #e40101;
  color: white;
  cursor: pointer;
}
.client .ramka {
  display: block;
  text-align: center;
  padding: 25px 4px;
  border-radius: 0.25em;
  background: #e40101;
  border: 1px solid #000;
}
.client .resultLink {
  display: block;
  text-align: center;
}
.client a {
  color: #FFF;
  font-size: 14px;
}
.client .error {
  color: #e40101;
}
.client .warning {
  margin: 1em 0;
  padding: 2em;
}
.client .warning h1 {
  border-radius: 0;
}
.client .resultItem {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding: 8px 0;
  margin: 15px 0;
}
.client .resultItem h3 {
  width: 100%;
  background: #272727;
  font-size: 16px;
  padding: 5px 0;
  border-bottom: 1px solid #fff;
}
.client .resultItem .ramka {
  width: 25%;
}
.client .resultItem button {
  width: 45%;
  background-color: #272727;
  color: #fff;
  box-shadow: 0 0 5px #f10503;
  border: 1px solid #f10503;
}
.client #statusMessage {
  margin: 16px 0;
  font-size: 16px;
}
.client progress {
  width: 100%;
  height: 50px;
  appearance: none;
  display: none;
}
.client progress::-webkit-progress-bar {
  background-color: #f0f0f0;
  /* Tło paska */
  border-radius: 5px;
  overflow: hidden;
  border: 1px solid #000;
}
.client progress::-webkit-progress-value {
  background-color: #e40101;
  /* Kolor paska postępu */
  border-radius: 5px;
}
.client .hidden {
  display: none;
}
@media only screen and (max-width: 900px) {
  html {
    background: #2c2c2c;
  }
}
@media only screen and (max-width: 600px) {
  body {
    width: 100%;
    box-shadow: none;
  }
  .client {
    margin: 0;
  }
  .client h2 {
    margin: 0;
    padding: 0;
  }
}
@media only screen and (max-width: 450px) {
  body {
    width: 100%;
  }
  .client {
    margin: 0;
    padding: 0 1em;
  }
  .client img {
    display: block;
    max-width: 80%;
    margin: 0 auto;
  }
  .client .banner {
    margin: 0 -1em;
  }
  .client .container {
    display: block;
    width: 100%;
    text-align: center;
  }
  .client .container label {
    margin: 5px;
    position: relative;
    font-size: 5vw;
    text-align: center;
    display: inline-block;
    cursor: pointer;
  }
  .client select {
    width: 100%;
    height: 50px;
  }
  .client input {
    width: 100%;
  }
  .client button {
    margin: 0;
    width: 100%;
  }
}
.container {
  display: block;
  text-align: center;
}
.container .plan input,
.container .payment-plan input,
.container .payment-type input {
  display: none;
}
.container label {
  color: #fff;
  background: #2c2c2c;
  margin: 0.2em;
  position: relative;
  font-size: 2em;
  text-align: center;
  line-height: 60px;
  display: inline-block;
  cursor: pointer;
  width: 60px;
  height: 60px;
  border-radius: 50em;
  box-shadow: 1px 2px 2px #fff;
  font-weight: 900;
}
.container .form .plan input:checked + label,
.container .form .payment-plan input:checked + label,
.container .form .payment-type input:checked + label {
  border: 1px solid #000;
  background-color: #2c2c2c;
  border-radius: 0.25em;
}
.container .plan input:checked + label {
  width: 60px;
  height: 60px;
  border-radius: 50em;
  box-shadow: 3px 3px 8px #f10503;
  border: 0px solid #f10503;
  color: #f10503;
}
#obd-online {
  width: 800px;
  margin: 0 3em;
  position: relative;
  z-index: 99;
  color: #fff;
  background: repeating-linear-gradient(-45deg, rgba(34, 34, 34, 0.9), rgba(34, 34, 34, 0.9) 10px, rgba(47, 47, 47, 0.9) 10px, rgba(47, 47, 47, 0.9) 16px);
  background-attachment: fixed;
  background-size: cover;
  padding: 2em;
  box-shadow: 0 0 50px 0 #aa3c3c;
  border-radius: 10px;
}
#obd-online a {
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
}
#obd-online h3 {
  text-transform: uppercase;
  text-align: center;
}
#obd-online img {
  max-width: 240px;
  display: flex;
  padding: 5px 0 0 0;
}
#obd-online .container h3 {
  padding: 26px 0 0 0;
}
#obd-online .container .row {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
#obd-online .container .row .col {
  text-align: center;
  min-width: 300px;
  width: 50%;
}
#obd-online .container .row .col .col-center {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 100%;
  overflow-x: auto;
}
#obd-online .container .row .col .col-center table {
  width: 80%;
  border-collapse: collapse;
  table-layout: fixed;
  font-size: 1.2rem;
}
#obd-online .container .row .col .col-center table td {
  white-space: normal;
  word-wrap: break-word;
  padding: 42px 0 0 0;
  text-align: center;
}
#obd-online .banner {
  margin: 1em -1em;
}
#obd-online .banner h2 {
  font-size: 20px;
}
#obd-online .banner img {
  max-width: 100%;
}
#obd-online button {
  transition-duration: 0.3s;
  letter-spacing: 0.1em;
  color: #fff;
  text-transform: uppercase;
  background: #272727;
  font-weight: 900;
  font-size: 1.3rem;
  border: 1px solid #f10503;
  border-radius: 0.35em;
  width: 90%;
  height: 50px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin: 5px;
}
#obd-online button:hover {
  background-color: #e40101b1;
  color: white;
  box-shadow: 0px 0px 5px 0px #000000;
  cursor: pointer;
}
@media only screen and (max-width: 900px) {
  #obd-online html {
    background: #2c2c2c;
  }
}
@media only screen and (max-width: 600px) {
  #obd-online body #obd-online {
    padding: 0;
    margin: 0;
    width: 100vw;
    height: 100vh;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
  }
  #obd-online body #obd-online button {
    height: 70px;
  }
  #obd-online body #obd-online .container .row .col .col-center {
    padding: 50px 0 0 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    width: 100%;
    overflow-x: auto;
  }
}
