#timer-header {
  color: #fff;
  font-size: 18px;
  font-weight: 400; }

.timer__item {
  font-size: 16px;
  color: #fff; }

.timer__item-number {
  background-color: transparent;
  border: 2px solid #fff;
  margin-bottom: 10px;
  color: #fff;
  font-weight: bold;
  font-size: 35px;
  padding: 5px;
  line-height: 45px; }

#timer-wrapper {
  background-color: #0a4b83;
  height: 100%;
  padding: 15px;
  width: 100%;
  -webkit-border-radius: 1rem 1rem 0 0;
          border-radius: 1rem 1rem 0 0;
  -webkit-box-shadow: 0px 2px 2px #0a4b83;
          box-shadow: 0px 2px 2px #0a4b83;
  margin: 0;
  max-width: 100%; }

.register-form-wrapper {
  margin-top: 0; }

#timer-11 {
  width: 100%;
  margin-bottom: 1rem; }
  #timer-11 h3 {
    line-height: 1.7rem;
    font-weight: 500;
    margin-bottom: 0.5rem; }
  @media all and (max-width: 490px) {
    #timer-11 {
      padding: 0 0.5rem; } }

@media all and (max-width: 414px) {
  body.lang-pl #timer-header {
    font-size: 17px; } }

@media all and (max-width: 390px) {
  body.lang-pl #timer-header {
    font-size: 15px; } }
