*, ::before, ::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
  margin: 0;
}

html, body {
  width: 100%;
  margin: 0;
  overflow-x: hidden;
}

/* fonts */
h1 {
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 5px;
  font-size: 18px;
}

@media (min-width: 768px) {
  h1 {
    font-size: 30px;
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 50px;
  }
}

h1 > span {
  text-transform: lowercase;
  font-weight: 300;
}

h2 {
  text-transform: uppercase;
  letter-spacing: 2px;
  font-weight: 600;
  font-size: 30px;
}

.underline {
  position: relative;
}

.underline::after {
  content: "";
  position: absolute;
  width: 10%;
  height: 3px;
  background-color: #59ace0;
  top: 110%;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

@media (min-width: 768px) {
  h2 {
    font-size: 40px;
  }
}

@media (min-width: 1440px) {
  h2 {
    font-size: 55px;
  }
}

p {
  margin-bottom: 0;
  font-size: 30px;
  line-height: 36px;
  font-weight: 200;
  letter-spacing: 3px;
}

@media (min-width: 768px) {
  p {
    font-size: 40px;
    line-height: 50px;
  }
}

@media (min-width: 1440px) {
  p {
    font-size: 55px;
    line-height: 65px;
  }
}

.small {
  font-size: 20px;
  line-height: 35px;
}

@media (min-width: 768px) {
  .small {
    font-size: 40px;
    line-height: 50px;
  }
}

.uppercase {
  text-transform: uppercase !important;
}

a, a:hover {
  color: #9c7dff;
}

strong {
  font-weight: 600;
}

/* fonts-end */
body {
  font-family: 'Poppins', sans-serif;
  color: white;
}

img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.header {
  background-image: url("assets2/img/ddo1.jpg");
  background-size: cover;
  height: 100vh;
  position: relative;
}

.filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.5);
}

.headerTop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 30px;
}

@media (min-width: 768px) {
  .headerTop {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}

.headerTopLeft {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 768px) {
  .headerTopRight {
    position: absolute;
    right: 30px;
    top: 30px;
  }
  .headerTopLeft h1 {
    width: 60%;
  }
}

.money {
  padding-right: 40px;
  width: 120px;
}

.money > img {
  -o-object-fit: contain;
     object-fit: contain;
}

button {
  padding: 12px 30px;
  border: 2px solid white;
  border-radius: 5px;
  background-color: transparent;
}

button > a {
  text-transform: uppercase;
  color: white;
}

button > a:hover {
  color: white;
  text-decoration: none;
}

.handL, .handR {
  width: 100px;
}

.colorGrey {
  color: #464646;
}

.handsContent {
  position: relative;
}

@media (min-width: 1020px) {
  .handsContent::before {
    content: url("assets2/img/hand.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%) rotateY(180deg);
            transform: translateY(-50%) rotateY(180deg);
    left: 0;
  }
  .handsContent::after {
    content: url("assets2/img/hand.png");
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    right: 0;
  }
}

.banner {
  height: 50vh;
  background-image: url("assets2/img/ddo2.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
}

.banner > .filter {
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: rgba(89, 172, 224, 0.6);
}

.form {
  background-image: url("assets2/img/footer.jpg");
  background-size: cover;
  background-position: center;
  position: relative;
  height: 130vh;
}

@media (min-width: 768px) {
  .form {
    height: 100vh;
  }
}

footer {
  background-color: black;
  padding: 20px 100px;
}

footer > p {
  font-size: 14px;
  padding-left: 50px;
}

/* formularz */
.txt-form {
  display: block;
  padding-bottom: 6px;
  color: #ffffff;
}

.txt-form span {
  color: #ffffff;
}

.form-div-1, .form-div-2, .form-div-3 {
  float: left;
  width: 100%;
}

.form-div-1, .form-div-2 {
  margin-right: 6px;
}

#contact-form div {
  overflow: hidden;
}

#contact-form label {
  position: relative;
  display: block;
  float: left;
  margin: 0;
  padding: 0;
  min-height: 48px;
  width: 100%;
}

#contact-form .message {
  display: block !important;
  min-height: 129px;
  width: 100%;
  margin-bottom: 10px;
}

#contact-form input, #contact-form textarea {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-radius: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  background-color: #ebeced;
  margin: 0;
  padding: 8px 15px 10px 15px;
  width: 100%;
  outline: none;
  border: none;
  font: 14px Arial, Helvetica, sans-serif;
  line-height: 24px;
  color: #949494;
}

#contact-form input {
  height: 42px;
}

#contact-form input:focus, #contact-form textarea:focus {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#contact-form .area .error {
  float: none;
}

#contact-form textarea {
  overflow: auto;
  width: 100%;
  height: 200px;
  resize: none;
}

#contact-form .success {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 20;
  display: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 10px 10px;
  width: 100%;
  border: none;
  background: #ebeced;
  color: #c1c1c1;
  text-align: center;
  text-transform: none;
  font-size: 16px;
  font-family: Arial, Helvetica, sans-serif;
  line-height: 22px;
}

#contact-form .error, #contact-form .empty {
  position: absolute;
  bottom: 7px;
  left: 2px;
  display: none;
  overflow: hidden;
  padding: 1px 4px 0px 0;
  width: 100%;
  color: #ff7f66;
  text-transform: none;
  font-size: 11px;
  line-height: 1.27em;
  font-family: Arial, Helvetica, sans-serif;
  text-align: right;
}

#contact-form .message .error, #contact-form .message .empty {
  bottom: 0;
  text-align: right;
}

/* moje style*/
#contact-form {
  position: absolute !important;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 17%;
}

@media (min-width: 768px) {
  #contact-form {
    left: 70%;
  }
}

fieldset > h1 {
  color: black;
  text-align: center;
  font-weight: 200;
  font-size: 26px;
  letter-spacing: 1px;
  padding-bottom: 30px;
}

.formSectionContent {
  position: relative;
}

.formSectionContent h1 {
  padding-top: 50px;
  text-align: center;
  padding: 20px;
}

fieldset {
  position: relative;
  z-index: 10;
  overflow: hidden;
  padding: 50px;
  width: 100%;
  border: none;
  background-color: white;
  border-radius: 20px;
}

.rodo-label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
}

.rodo-label > p {
  font-size: 16px;
  color: black;
  line-height: 18px;
}

.rodo-box > input {
  width: 20px !important;
  height: 20px !important;
}

.rodo-box {
  position: relative;
}

.rodo-info {
  display: none;
}

.rodo-info p {
  font-size: 16px;
  line-height: 18px;
}

.rodo-info-link {
  position: relative;
  font-size: 16px !important;
  padding-bottom: 20px;
}

.rodo-info-link:hover {
  color: #689617;
}

.show-rodo > p {
  color: black;
  font-size: 16px;
  letter-spacing: 18px;
}

.btns {
  position: absolute;
  bottom: 3%;
}

#contact-form div,
fieldset {
  overflow: visible;
}

.rodo-label:hover .rodo-info {
  display: block;
  position: absolute;
  bottom: 0%;
  background-color: black;
  z-index: 10;
  padding: 10px;
  right: 30%;
}

.rodo-label:hover .rodo-info p {
  font-size: 16px;
  line-height: 18px;
}

@media (min-width: 768px) {
  .rodo-label:hover .rodo-info {
    right: 105%;
  }
}

@media (min-width: 1020px) {
  .rodo-label:hover .rodo-info {
    width: 400px;
  }
}
/*# sourceMappingURL=style.css.map */