body {
  font-family: "Open Sans", sans-serif;
  background: #fff;
}

h1 {
  font-size: 28px;
  line-height: 34px;
  font-family: "Open Sans", sans-serif;
  font-weight: 500;
  text-transform: uppercase;
  color: #030303;
  margin-bottom: 0;
}

h2 {
  color: #030303;
  font-size: 22px;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 30px;
}

hr {
  margin-top: 10px;
  margin-bottom: 10px;
  border: 0;
  border-top: 1px solid #7b7b7b;
}

p {
  color: #666;
  font-size: 22px;
  line-height: 28px;
}

p .pbold {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
}

p .pblack {
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #030303;
}

a {
  font-size: 12px;
  text-decoration: underline;
  color: #666;
  line-height: 14px;
}

.number {
  display: block;
  height: 140px;
  color: #24d407;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  font-size: 110px;
  padding-bottom: 30px;
}

.tip {
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 700;
  color: #030303;
  font-size: 24px;
  letter-spacing: -1px;
  line-height: 28px;
}

#logo-header {
  margin-bottom: 13px;
}

.top-header {
  width: 100%;
  background: #24d407;
  height: 93px;
}

.top-header a {
  text-decoration: none;
}

.top-header .qrlogo {
  height: 93px;
  padding-right: 18px;
}

.top-header .logo-text {
  font-family: "Open Sans", sans-serif;
  line-height: 93px;
  font-size: 53px;
  font-weight: 700;
  letter-spacing: -1px;
  color: #fff;
}

#content-wraper {
  background: url("/img/bg.png");
  background-repeat: no-repeat;
  background-position: top center;
  padding-bottom: 10px;
}

.content-box {
  margin: 0 auto;
  width: 810px;
  border-radius: 10px;
  padding: 40px 40px 25px 40px;
  background: #e2e2e2;
}

.content-box2 p {
  font-size: 16px;
  line-height: 22px;
}

.koraci {
  padding-top: 40px;
}

.qr-tips {
  margin-top: 10px;
  transition: all 300ms ease;
}

.qr-tips .qr-tip {
  width: 185px;
  margin: 15px;
  transition: all 300ms ease;
}

.qr-tips .qr-tip a {
  text-decoration: none;
}

.qr-tips .qr-tip a:hover {
  text-decoration: none;
}

.qr-tips .qr-tip a:hover .qr-tip-image {
  padding: 30px;
}

.qr-tips .qrtipr {
  padding: 20px 0;
}

.qr-tips .qr-tip-image-wraper {
  background: #fff;
  border-radius: 50%;
  width: 185px;
  height: 185px;
}

.qr-tips .qr-tip-image {
  width: 185px;
  padding: 40px;
  margin: 0 auto;
  height: auto;
  transition: all 300ms ease;
}

.qr-tips .qr-tip-name {
  padding-top: 10px;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  font-weight: 600;
  color: #030303;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
}

.footer-ul div {
  padding: 0 10px;
}

.footer-links p {
  text-align: center;
  font-size: 16px;
  line-height: 16px;
  color: #000;
  font-weight: 800;
  padding-bottom: 5px;
  margin: 0;
}

.numbering {
  margin-top: -40px;
}

.qr-tip-image2 {
  width: 100px;
  padding-top: 15px;
  margin: 0 auto;
  height: auto;
  transition: all 300ms ease;
}

.footer-nav {
  padding: 0;
  margin: 0;
}

.footer-nav li {
  list-style: none;
  float: left;
  padding-left: 20px;
}

.footer-nav li a {
  line-height: 26px;
  text-decoration: none;
  font-weight: 700;
  text-transform: uppercase;
}

.copyright {
  padding-top: 10px;
}

.copyright p,
.copyright a {
  font-size: 12px;
  color: #24d407;
  font-weight: 600;
  line-height: 18px;
  text-align: right;
}

.forma {
  padding: 20px 0;
}

.qr-tip-image3 {
  width: 130px;
  margin: 0 auto;
}

.prcol {
  padding-right: 15px !important;
}

.plcol {
  padding-left: 15px !important;
}

.generatedcode img {
  background: #fff;
  padding: 20px;
}

.code-info {
  padding: 20px 0;
}

.code-info p {
  font-size: 16px;
  line-height: 22px;
}

.regularbutton {
  background: #24d407;
  font-size: 14px;
  line-height: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #fff;
  border: 1px solid #969696;
  padding: 12px 18px;
  text-align: center;
  border-radius: 5px;
  margin-bottom: 15px;
}

.regularbutton:hover {
  background: #42fc2a;
  text-decoration: none;
  color: #fff;
}

.info-buttons {
  width: 400px;
  margin: 0 auto;
  padding-top: 20px;
}

.message-error {
  color: #ea3232;
  font-size: 14px;
  padding-left: 5px;
  line-height: 16px;
  margin: 0;
  padding-top: 3px;
}

@media (max-width: 991px) {
  #content-wraper {
    background-image: none;
  }

  .content-box {
    margin: 0 15px;
    width: 100%;
    border-radius: 10px;
    padding: 30px 30px 25px 30px;
  }
}

@media (max-width: 768px) {
  .top-header .qrlogo {
    height: 75px;
  }

  .top-header .logo-text {
    font-size: 45px;
  }

  h1 {
    font-size: 24px;
    line-height: 32px;
    word-break: break-word;
  }

  h2 {
    font-size: 22px;
    margin-bottom: 20px;
    text-align: center;
  }

  p {
    font-size: 18px;
    line-height: 26px;
  }

  .qr-tips .qr-tip-image-wraper {
    width: 160px;
    height: 160px;
    margin: 0 auto;
  }

  .qr-tips .qr-tip-image {
    width: 160px;
  }

  .qr-tips .qr-tip-name {
    font-size: 20px;
  }

  .numbering {
    margin-top: 0;
  }

  .prcol,
  .plcol {
    padding: 0 !important;
  }

  .code-info {
    width: auto;
  }
}

@media (max-width: 575px) {
  #content-wraper {
    padding-bottom: 0;
  }

  .content-box {
    padding: 25px 10px 25px 10px;
    margin: 0;
    border-radius: 0;
  }

  .footer-nav li {
    float: none;
    padding: 0;
  }

  .copyright {
    padding-top: 10px;
  }

  .copyright p {
    text-align: center;
  }

  .qr-tip-image2 {
    width: 80px;
  }

  .qr-tip-image3 {
    width: 70px;
  }

  .generatedcode {
    width: auto;
  }

  .info-buttons {
    width: auto;
  }
}


