.contact {
  height: 100vh;
  overflow: hidden;
  background-image: url("../pages/kontakt/kontakt.png");
  background-repeat: no-repeat;
  background-position: 20% center;
}
.contact.address {
  background-image: url("../pages/kontakt/siedziba.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.contact.address .content {
  overflow-y: scroll !important;
  position: absolute;
  right: 0;
  bottom: 0;
  width: 50%;
  height: 100%;
  margin-top: 30vh;
}
.contact.address .content .inner {
  background: #000000;
  margin-top: 30vh;
  position: relative;
  height: auto;
}
.contact.address .content .inner .full-height {
  height: 100%;
  padding: 70px 200px 100px 70px;
}
.contact.address .content h5,
.contact.address .content h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact.address .content p {
  margin-bottom: 20px;
}
.contact.address .content hr {
  border-top: 1px solid #707070;
}
.contact.address .content .map-photo {
  display: flex;
  justify-content: center;
  align-items: center;
}
.contact.address .content .map_button {
  font-weight: 700;
  text-decoration: underline;
  border: 1px solid #707070;
  padding: 30px 80px;
  width: 280px;
  display: grid;
  position: absolute;
  top: 75px;
  right: 200px;
}
.contact.address .content .map_button:before {
  content: "";
  background-image: url("../gfx/outline_arrow.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100px;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
.contact.address .content .map_link {
  font-weight: 700;
  text-decoration: underline;
  position: absolute;
}
.contact.address .content .subject {
  width: 100%;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 20px;
  margin-bottom: 60px;
}
.contact.address .content .subject label {
  position: relative;
  height: 100px;
}
.contact.address .content .subject label input {
  display: none;
  -webkit-appearance: none;
}
.contact.address .content .subject label input:checked + .label {
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  margin: 0;
}
.contact.address .content .subject label input:checked + .label span {
  color: #ffffff;
}
.contact.address .content .subject label input:checked + .label:before {
  top: 0;
  left: 0;
}
.contact.address .content .subject label input + .label {
  background: #ffffff;
  height: 100px;
  margin: 10px 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.contact.address .content .subject label input + .label:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #ffffff;
}
.contact.address .content .subject label input + .label .icon {
  height: 58px;
  width: 58px;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact.address .content .subject label input + .label .icon.demo {
  background-image: url("../pages/kontakt/icons/demo.svg");
}
.contact.address .content .subject label input + .label .icon.licencja {
  background-image: url("../pages/kontakt/icons/licencja.svg");
}
.contact.address .content .subject label input + .label .icon.wspolpraca {
  background-image: url("../pages/kontakt/icons/wspolpraca.svg");
}
.contact.address .content .subject label input + .label .icon.kariera {
  background-image: url("../pages/kontakt/icons/kariera.svg");
}
.contact.address .content .subject label input + .label .icon.inne {
  background-image: url("../pages/kontakt/icons/inne.svg");
}
.contact.address .content .subject label input + .label span {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.contact.address .content .subject label input:checked + .label:before {
  border: none;
}
.contact.address .content .subject a {
  background: #ffffff;
  height: 100px;
  margin: 10px 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.contact.address .content .subject a.active {
  margin: 0;
}
.contact.address .content .subject a.active:before {
  top: 0;
  left: 0;
}
.contact.address .content .subject a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #ffffff;
}
.contact.address .content .subject a .icon {
  height: 58px;
  width: 58px;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact.address .content .subject a .icon.demo {
  background-image: url("../pages/kontakt/icons/demo.svg");
}
.contact.address .content .subject a .icon.licencja {
  background-image: url("../pages/kontakt/icons/licencja.svg");
}
.contact.address .content .subject a .icon.wspolpraca {
  background-image: url("../pages/kontakt/icons/wspolpraca.svg");
}
.contact.address .content .subject a .icon.kariera {
  background-image: url("../pages/kontakt/icons/kariera.svg");
}
.contact.address .content .subject a .icon.inne {
  background-image: url("../pages/kontakt/icons/inne.svg");
}
.contact.address .content .subject a span {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.contact.address.address-sub .content {
  overflow-y: hidden !important;
}
.contact.address.address-sub .content .inner {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.contact h4 {
  color: #ffffff;
}
.contact ul li {
  border-bottom: 1px solid #9E9E9F;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contact ul li:last-child {
  border-bottom: none;
}
.contact ul li a.link {
  font-weight: 700;
  font-size: 4rem;
}
.contact ul li .btn svg {
  margin-left: 0;
}
.contact ul li .btn:hover {
  padding-left: 20px;
}

.thank-you_page {
	height: 100vh;
  overflow: hidden;
  background: #0D0D10;
}
.thank-you_page h3 {
  position: relative;
  z-index: 1;
	    font-size: 3.6rem;
    line-height: 4.2rem;
}
.thank-you_page h3:before {
  content: "";
  position: absolute;
  width: 60px;
  height: 120%;
  background: linear-gradient(#de3314 0%, #270556 100%);
  z-index: -1;
  transform: translateY(-10%) translateX(-30px);
}
.thank-you_page .badge_ump {
  position: absolute;
  bottom: 0;
  right: 0;
  transform: translateY(50%);
}
.thank-you_page .photos {
  position: relative;
}
.thank-you_page .photos .t1 {
  position: absolute;
  left: 0;
  top: 0;
  transform: translateY(-50%);
}
.thank-you_page .photos .t2 {
  position: absolute;
  right: 0;
  bottom: 0;
  transform: translateY(50%);
}

.contact-mobile {
  padding: 50px 15px;
  background: #000;
  position: relative;
}
.contact-mobile h5,
.contact-mobile h4 {
  color: #ffffff;
  margin-bottom: 10px;
}
.contact-mobile p {
  margin-bottom: 20px;
}
.contact-mobile hr {
  border-top: 1px solid #707070;
}
.contact-mobile .map_button {
  font-weight: 700;
  text-decoration: underline;
  border: 1px solid #707070;
  padding: 30px 80px;
  width: 280px;
  display: grid;
  position: relative;
  left: 15px;
  margin: 20px 0;
}
.contact-mobile .map_button:before {
  content: "";
  background-image: url("../gfx/outline_arrow.svg");
  background-size: contain;
  background-position: center right;
  background-repeat: no-repeat;
  width: 100px;
  height: 60%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -50px;
}
.contact-mobile .subject {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr;
  grid-gap: 20px;
  margin-bottom: 60px;
}
.contact-mobile .subject label {
  position: relative;
  height: 100px;
}
.contact-mobile .subject label input {
  display: none;
  -webkit-appearance: none;
}
.contact-mobile .subject label input:checked + .label {
  background: #d62f03;
  background: -moz-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: -webkit-linear-gradient(225deg, #d62f03 0%, #330352 100%);
  background: linear-gradient(225deg, #d62f03 0%, #330352 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d62f03", endColorstr="#330352", GradientType=1);
  margin: 0;
}
.contact-mobile .subject label input:checked + .label span {
  color: #ffffff;
}
.contact-mobile .subject label input:checked + .label:before {
  top: 0;
  left: 0;
}
.contact-mobile .subject label input + .label {
  background: #ffffff;
  height: 100px;
  margin: 10px 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  justify-content: center;
}
.contact-mobile .subject label input + .label:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #ffffff;
}
.contact-mobile .subject label input + .label .icon {
  height: 58px;
  width: 58px;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-mobile .subject label input + .label .icon.demo {
  background-image: url("../pages/kontakt/icons/demo.svg");
}
.contact-mobile .subject label input + .label .icon.licencja {
  background-image: url("../pages/kontakt/icons/licencja.svg");
}
.contact-mobile .subject label input + .label .icon.wspolpraca {
  background-image: url("../pages/kontakt/icons/wspolpraca.svg");
}
.contact-mobile .subject label input + .label .icon.kariera {
  background-image: url("../pages/kontakt/icons/kariera.svg");
}
.contact-mobile .subject label input + .label .icon.inne {
  background-image: url("../pages/kontakt/icons/inne.svg");
}
.contact-mobile .subject label input + .label span {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}
.contact-mobile .subject a {
  background: #ffffff;
  height: 100px;
  margin: 10px 0 0 10px;
  display: flex;
  align-items: center;
  position: relative;
  padding-left: 60px;
}
.contact-mobile .subject a.active {
  margin: 0;
}
.contact-mobile .subject a.active:before {
  top: 0;
  left: 0;
}
.contact-mobile .subject a:before {
  content: "";
  position: absolute;
  height: 100%;
  width: 100%;
  top: -10px;
  left: -10px;
  border: 1px solid #ffffff;
}
.contact-mobile .subject a .icon {
  height: 58px;
  width: 58px;
  margin-right: 30px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}
.contact-mobile .subject a .icon.demo {
  background-image: url("../pages/kontakt/icons/demo.svg");
}
.contact-mobile .subject a .icon.licencja {
  background-image: url("../pages/kontakt/icons/licencja.svg");
}
.contact-mobile .subject a .icon.wspolpraca {
  background-image: url("../pages/kontakt/icons/wspolpraca.svg");
}
.contact-mobile .subject a .icon.kariera {
  background-image: url("../pages/kontakt/icons/kariera.svg");
}
.contact-mobile .subject a .icon.inne {
  background-image: url("../pages/kontakt/icons/inne.svg");
}
.contact-mobile .subject a span {
  color: #000000;
  text-transform: uppercase;
  font-weight: 700;
  font-size: 1.2rem;
}

.thank-you_page  p {
	
}

@media all and (max-width: 1440px) {
  .contact.address .content .subject label input + .label {
    padding-left: 40px;
    padding-right: 40px;
  }
}
@media all and (max-width: 1280px) {
  .contact.address .content .subject {
    grid-template-columns: repeat(1, 1fr);
  }

  .contact.address .content .inner .full-height {
    padding: 100px;
  }

  .contact ul li a.link {
    font-size: 3rem;
  }

  .thank-you_page {
    position: static;
    padding-bottom: 10px;
    height: 200% !important;
  }
  .thank-you_page h3 {
    margin-left: 34px !important;
    margin-top: 300px !important;
    font-size: 30px;
	 line-height:38px; 
  }
  .thank-you_page p {
    margin-top: 50px;
	  z-index:23;
  }
  .thank-you_page a {
    margin-top: 40px;
  }
  .thank-you_page .badge_ump {
    transform: translate(-20px, calc(-50% - 40px));
    width: 30%;
	bottom: 59px;
  }
  .thank-you_page .photos {
    margin-top: 200px;
  }
  .thank-you_page .photos .t1 {
    left: 15px;
    top: 0;
    transform: translateY(-50%);
    width: 90%;
  }
  .thank-you_page .photos .t2 {
    width: 85%;
    left: calc(100% + 10px);
    transform: translateY(100%);
  }
}
@media all and (max-width: 980px) {
  .contact.address .content .inner .full-height {
    padding: 40px;
  }
}
@media all and (max-width: 768px) {
  .contact.address .content .inner .full-height {
    padding: 30px;
  }
}
@media all and (max-width: 480px) {
  .contact {
    background-size: cover;
  }

  .contact-mobile {
    padding-top: 30vh;
  }

  .contact ul li a.link {
    font-size: 1.6rem;
  }

  .page-title {
    top: 30%;
  }

  .contact {
    height: auto;
    overflow: auto;
  }
  .contact.address {
    background-image: none !important;
    background-color: black;
  }
  .contact.address .content {
    overflow-y: auto;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 30vh;
  }
  .contact.address .content .inner {
    background: #000000;
    margin-top: 10vh;
    position: relative;
    height: auto;
  }
  .contact.address .content .inner .full-height {
    padding: 20px;
  }
  .contact.address .content .subject {
    grid-template-columns: repeat(1, 1fr);
  }
}

/*# sourceMappingURL=kontakt.css.map */
