@charset "UTF-8";
.page-template-page-kontakt-form {
  min-height: 100vh;
  background-image: linear-gradient(180deg, #d6dfe7 0%, #FFF 45%);
  background-repeat: no-repeat;
  background-size: 100% 100vh;
  background-attachment: scroll;
}
@media (max-width: 568px) {
  .page-template-page-kontakt-form .breadcrumps {
    padding-top: 40px;
  }
}

.hide_section {
  display: none;
}

.contact_header {
  padding: 80px 0px 60px;
}
@media (max-width: 992px) {
  .contact_header {
    padding: 30px 0px 30px;
  }
}
.contact_header .container {
  display: grid;
  grid-template-columns: 50% 50%;
}
@media (max-width: 992px) {
  .contact_header .container {
    grid-template-columns: 100%;
  }
}
.contact_header .container .content {
  padding-top: 53px;
}
@media (max-width: 568px) {
  .contact_header .container .content {
    padding-top: 0px;
  }
}
.contact_header .container .content .line {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .contact_header .container .image {
    display: none;
  }
}
.contact_header .container .image img {
  margin-top: -200px;
  position: relative;
  max-width: 100%;
}
.contact_header .container .image .contact_bg--img {
  border-bottom-left-radius: 100vh;
  border-bottom-right-radius: 100vh;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (max-width: 1250px) {
  .contact_header .container .image .contact_bg--img {
    max-height: 500px;
  }
}
.contact_header .line {
  width: 73px;
  height: 2px;
  background-color: #00a13a;
}
.contact_header .desc {
  max-width: 536px;
  margin-top: 15px;
}

.contact_section {
  padding-bottom: 50px;
}
@media (max-width: 1450px) {
  .contact_section {
    padding: 10px 10px 50px 10px;
  }
}
.contact_section .border_bg {
  margin-left: auto;
  margin-right: auto;
  max-width: 1383px;
  display: block;
}
@media (max-width: 1400px) {
  .contact_section .border_bg {
    max-width: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center bottom;
       object-position: center bottom;
  }
}
@media (max-width: 992px) {
  .contact_section .border_bg {
    display: none;
  }
}
.contact_section .bg {
  background-color: #ecf0f3;
  padding: 37px 48px;
  max-width: 1383px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  border-bottom-left-radius: 13px;
  border-bottom-right-radius: 13px;
}
@media (max-width: 992px) {
  .contact_section .bg {
    padding: 20px 10px;
    border-radius: 13px;
  }
}
@media (max-width: 568px) {
  .contact_section .bg {
    padding: 20px 0px;
  }
}
.contact_section .container_up {
  margin-top: -50px;
}
@media (max-width: 992px) {
  .contact_section .container_up {
    margin-top: 0px;
  }
}

.contact_content {
  margin-top: 50px;
}
.contact_content .step .item.item_checked .icon {
  background-color: #00a13a;
}
.contact_content .step .item.item_checked .icon img {
  filter: brightness(0) invert(1);
}
.contact_content .step .item {
  display: grid;
  grid-template-columns: 100px 1fr;
  gap: 60px;
  align-items: center;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 20px;
  text-decoration: none;
  color: #033e75;
}
@media (max-width: 1400px) {
  .contact_content .step .item {
    grid-template-columns: 150px 1fr;
    gap: 20px;
  }
}
@media (max-width: 1080px) {
  .contact_content .step .item {
    grid-template-columns: 100px 1fr;
    gap: 20px;
  }
}
@media (max-width: 568px) {
  .contact_content .step .item {
    grid-template-columns: 60px 1fr;
    gap: 10px;
  }
}
.contact_content .step .item:hover .icon {
  background-color: #00a13a;
  border-color: #00a13a;
}
.contact_content .step .item:hover .icon img {
  filter: brightness(0) invert(1);
}
@media screen and (min-width: 992px) {
  .contact_content .step .item:hover .cta_wrapper .cta_static {
    width: 101px;
  }
  .contact_content .step .item:hover .cta_wrapper .cta_static .cta_text {
    text-indent: 0px;
  }
  .contact_content .step .item:hover .cta_wrapper .cta_static img {
    margin-left: 0px;
  }
}
.contact_content .step .item:hover .text {
  background-color: rgba(247, 249, 250, 0.5);
  position: relative;
}
.contact_content .step .icon {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  border-radius: 50%;
  background-color: #FFF;
  border: 15px solid #FFF;
  transition: all 0.3s ease;
}
@media (max-width: 568px) {
  .contact_content .step .icon {
    width: 60px;
    height: 60px;
  }
}
.contact_content .step .icon img {
  position: relative;
  z-index: 15;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  max-width: 100px;
  height: auto;
}
@media (max-width: 568px) {
  .contact_content .step .icon img {
    width: 50px;
    height: 50px;
  }
}
.contact_content .step .text {
  font-size: 16px;
  font-weight: 700;
  position: relative;
  font-family: "Gotham", sans-serif;
  z-index: 15;
  display: flex;
  align-items: center;
  justify-content: space-between;
  background-color: rgb(247, 249, 250);
  border-radius: 10px;
  padding: 30px 30px;
  position: relative;
}
.contact_content .step .text .triangle {
  position: absolute;
  left: -9px;
  top: 50%;
  transform: translateY(-50%);
  max-width: 9px;
  height: auto;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center right;
     object-position: center right;
}
@media (max-width: 568px) {
  .contact_content .step .text {
    padding: 20px 10px;
  }
}
.contact_content .step .title {
  position: relative;
  z-index: 25;
}
.contact_content .step .title h3 {
  font-size: 18px;
  font-weight: 700;
  font-family: "gotham-medium";
  margin-bottom: 0px;
}
@media (max-width: 568px) {
  .contact_content .step .title h3 {
    font-size: 16px;
    line-height: 1.3;
  }
}
.contact_content .step .title p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #585b6b;
  font-weight: 400;
  font-family: "gotham-book";
}
.contact_content .step .cta_wrapper {
  position: relative;
  z-index: 25;
}
.contact_content .step .cta_wrapper .cta_static {
  font-size: 13px;
  font-weight: 400;
  color: #FFF;
  background-color: #033e75;
  border-radius: 100vh;
  padding: 8px 14px;
  position: relative;
  width: 36px;
  height: 36px;
  overflow: hidden;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: width 0.3s ease;
  gap: 15px;
}
.contact_content .step .cta_wrapper .cta_static .cta_text {
  text-indent: -1000px;
  transition: text-indent 0.3s ease;
  color: #FFF;
}
.contact_content .step .cta_wrapper .cta_static img {
  max-width: 10px;
  -o-object-fit: contain;
     object-fit: contain;
  -o-object-position: center;
     object-position: center;
  margin-left: -15px;
}

.back_to_topic {
  padding: 10px 20px;
  background-color: #FFF;
  color: #004278;
  font-size: 14px;
  font-family: "gotham-medium";
  display: inline-flex;
  align-items: center;
  gap: 10px;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  margin-bottom: 20px;
  margin-top: -50px;
  transition: all 0.3s ease;
}
@media (max-width: 992px) {
  .back_to_topic {
    margin-top: 0px;
  }
}
.back_to_topic:hover {
  background-color: #004278;
  color: #FFF;
}
.back_to_topic:hover img {
  filter: brightness(0) invert(1);
}
.back_to_topic img {
  max-width: 13px;
  transition: all 0.3s ease;
}

.contact_form {
  background-color: #FFF;
  padding: 30px 50px;
  border-radius: 15px;
}
@media (max-width: 1300px) {
  .contact_form {
    padding: 20px 20px;
  }
}
@media (max-width: 768px) {
  .contact_form {
    padding: 20px 15px;
  }
}
.contact_form .legend {
  margin-top: 50px;
  border-top: 1px solid #edf1f4;
  padding-top: 20px;
  padding-bottom: 20px;
  margin-bottom: -30px;
  width: calc(100% + 96px);
  margin-left: -48px;
  padding-left: 48px;
}
@media (max-width: 1300px) {
  .contact_form .legend {
    margin-bottom: -15px;
  }
}
@media (max-width: 992px) {
  .contact_form .legend {
    width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 20px;
  }
}
@media (max-width: 568px) {
  .contact_form .legend {
    width: 100%;
    padding-left: 10px;
  }
}
.contact_form .legend p {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #004278;
  font-size: 12px;
  font-weight: 400;
  font-family: "gotham-book";
}
.contact_form .legend p span {
  color: #004278;
  font-weight: 700;
}
.contact_form h3 {
  font-size: 22px;
  font-weight: 700;
  font-family: gotham-medium, sans-serif;
  margin-bottom: 30px;
}
.contact_form .row {
  margin-left: -25px !important;
  margin-right: -25px !important;
  width: calc(100% + 50px) !important;
}
@media (max-width: 1300px) {
  .contact_form .row {
    margin-left: -10px !important;
    margin-right: -10px !important;
    width: calc(100% + 20px) !important;
  }
}
.contact_form .col {
  padding-left: 25px !important;
  padding-right: 25px !important;
}
@media (max-width: 1300px) {
  .contact_form .col {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}
.contact_form label {
  font-size: 13px;
  color: #004278;
  font-family: gotham-medium, sans-serif;
  font-weight: 700;
}
.contact_form input:not(.wpcf7-submit), .contact_form select, .contact_form textarea {
  background-color: #edf1f4 !important;
  font-family: gotham-medium, sans-serif;
  border: none;
  border-bottom: 3px solid #edf1f4;
  color: #004278 !important;
}
.contact_form input:not(.wpcf7-submit):hover, .contact_form input:not(.wpcf7-submit):focus, .contact_form input:not(.wpcf7-submit):active, .contact_form select:hover, .contact_form select:focus, .contact_form select:active, .contact_form textarea:hover, .contact_form textarea:focus, .contact_form textarea:active {
  background-color: #edf1f4;
  border-color: #0d8734;
}
.contact_form form .wpcf7-not-valid-tip {
  line-height: 1rem !important;
  font-size: 12px;
  position: relative !important;
}
.contact_form select {
  -webkit-appearance: none !important;
     -moz-appearance: none !important;
          appearance: none !important;
  padding: 0.8rem 1.3rem;
  background-image: url(../../images/strzalka-3@2.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: 98% center;
}
.contact_form label.dropdown-toggle.select:after {
  display: none;
}
.contact_form input.wpcf7-submit {
  padding: 20px 20px;
  font-weight: 400;
  font-family: "gotham-book";
  font-size: 14px;
  min-width: 265px;
  transition: all 0.4s;
}
.contact_form input.wpcf7-submit:hover {
  box-shadow: 5px 5px 15px 5px rgba(0, 0, 0, 0.55);
}
.contact_form form .custom_checkboxs .wpcf7-list-item-label:before {
  background-color: #edf1f4 !important;
  border-radius: 0px;
  border: none;
}
.contact_form form .form-check label span.wpcf7-list-item-label {
  color: #004278;
  font-size: 11px;
  font-weight: 400;
  font-family: "gotham-book";
}
.contact_form .repeater_bg {
  background-color: #fafbfc;
  width: calc(100% + 50px);
  max-width: calc(100% + 50px);
  margin-left: -25px;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
  border-radius: 15px;
  margin-top: 40px;
}
@media (max-width: 1300px) {
  .contact_form .repeater_bg {
    width: calc(100% + 20px);
    max-width: calc(100% + 20px);
    margin-left: -10px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .contact_form .repeater_bg {
    width: calc(100% + 10px);
    max-width: calc(100% + 10px);
    margin-left: -5px;
    padding-left: 15px;
    padding-right: 15px;
  }
}
.contact_form .repeater_bg .row {
  margin-left: -12px !important;
  margin-right: -12px !important;
  width: calc(100% + 25px) !important;
}
@media (max-width: 1300px) {
  .contact_form .repeater_bg .row {
    margin-left: 0px !important;
    margin-right: 0px !important;
    width: 100% !important;
  }
}
.contact_form .repeater_bg .title_repeater {
  color: #004278;
  font-weight: 700;
  font-family: "gotham-medium";
}
.contact_form .repeater_bg .cf7-repeater {
  padding: 0px 0px !important;
}
.contact_form .repeater_bg .repeater-field-item {
  background-color: #FFF;
  border-radius: 10px;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
}
.contact_form .repeater_bg .repeater-field-header {
  padding: 3px 5px;
}
.contact_form .repeater_bg .repeater-field-content {
  border-top: 1px solid #edf1f4;
  padding-top: 10px;
}
.contact_form .repeater_bg .repeater-field-footer br {
  display: none;
}
.contact_form .repeater_bg .repeater-content-show {
  border: none !important;
}
.contact_form .repeater_bg .repeater-field-header-acctions-toogle {
  display: none;
}
.contact_form .repeater_bg .repeater-field-header-acctions-remove {
  background-image: url(../../images/ikona-usun-1@2.png);
  width: 60px;
  height: 30px;
  display: flex;
  align-items: center;
  background-repeat: no-repeat;
  background-position: right center;
  padding-right: 40px;
  background-size: 15px;
}
.contact_form .repeater_bg .repeater-field-header-acctions-remove:before {
  content: "Usuń" !important;
  font-size: 12px;
  color: #004278;
  font-family: "gotham-medium";
  font-weight: 700;
  width: 100%;
  line-height: 1;
  display: block;
}
.contact_form .repeater_bg .repeater-field-header-title {
  color: #004278;
  font-weight: 700;
  opacity: 0.22;
  font-family: gotham-medium, sans-serif;
  font-size: 11px;
  text-transform: uppercase;
}
.contact_form .repeater_bg .repeater-field-header-title-text,
.contact_form .repeater_bg .repeater-field-header-count {
  font-size: 11px;
  text-transform: uppercase;
}
.contact_form .repeater_bg .repeater-field-button-add {
  color: #004278;
  font-weight: 700;
  font-family: "gotham-medium";
  background-color: transparent;
  border-radius: 0px;
  font-size: 14px;
  position: relative;
  padding-left: 50px;
}
.contact_form .repeater_bg .repeater-field-button-add:before {
  content: "";
  display: block;
  position: absolute;
  left: 0px;
  top: 3px;
  width: 42px;
  height: 42px;
  border-radius: 10px;
  background-color: #004278;
  background-image: url(../../images/ikona-plus-1@2.png);
  background-repeat: no-repeat;
  background-size: 15px;
  background-position: center center;
}
.contact_form .file_repeater .file_bg {
  position: relative;
}
.contact_form .file_repeater .file_bg__inner {
  position: relative;
  display: flex !important;
  align-items: center;
  gap: 24px;
  width: 100%;
  min-height: 72px;
  padding: 14px 18px;
  margin: 0;
  box-sizing: border-box;
  background-color: #edf1f4;
  border-radius: 10px;
  cursor: pointer;
  transition: background-color 0.2s ease;
}
.contact_form .file_repeater .file_bg.is-dragover .file_bg__inner {
  background-color: #e3e9ee;
}
.contact_form .file_repeater .file_bg__icon {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  pointer-events: none;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
}
.contact_form .file_repeater .file_bg__icon--empty {
  background-image: url(../../images/ikona-pobierz@2.png);
}
.contact_form .file_repeater .file_bg__icon--loaded {
  background-image: url(../../images/ikona-check-2@2.png);
}
.contact_form .file_repeater .file_bg.is-empty .file_bg__icon--loaded {
  display: none;
}
.contact_form .file_repeater .file_bg.has-file .file_bg__icon--empty {
  display: none;
}
.contact_form .file_repeater .file_bg__label {
  flex: 1 1 auto;
  min-width: 0;
  pointer-events: none;
  color: #004278;
  font-family: gotham-medium, sans-serif;
  font-size: 14px;
  line-height: 1.3;
}
.contact_form .file_repeater .file_bg__placeholder {
  display: block;
}
.contact_form .file_repeater .file_bg__filename {
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: 700;
}
.contact_form .file_repeater .file_bg.has-file .file_bg__placeholder {
  display: none;
}
.contact_form .file_repeater .file_bg.has-file .file_bg__filename {
  display: block;
}
.contact_form .file_repeater .file_bg__button {
  flex: 0 0 auto;
  display: inline-block;
  margin: 0;
  padding: 12px 30px;
  border: none;
  border-radius: 8px;
  background-color: #004278;
  color: #fff;
  font-family: gotham-medium, sans-serif;
  font-size: 10px;
  font-weight: 700;
  font-family: "gotham-medium";
  line-height: 1;
  cursor: pointer;
  transition: background-color 0.2s ease;
  pointer-events: none;
}
.contact_form .file_repeater .file_bg__button:hover, .contact_form .file_repeater .file_bg__button:focus {
  background-color: #00325f;
}
.contact_form .file_repeater .file_bg.has-file .file_bg__button {
  display: none;
}
.contact_form .file_repeater .file_bg input.wpcf7-file.file_bg__input {
  position: absolute;
  left: -9999px;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.contact_form .file_repeater .file_bg .wpcf7-form-control-wrap {
  display: block;
  margin: 0;
  padding: 0;
}
.contact_form .file_repeater .file_bg .wpcf7-form-control-wrap:empty, .contact_form .file_repeater .file_bg .wpcf7-form-control-wrap.file_bg__wrap {
  display: none;
}
.contact_form .file_repeater .file_bg .wpcf7-not-valid-tip {
  display: block;
  margin-top: 8px;
  font-size: 12px;
}
.contact_form .file_repeater .text {
  padding-top: 10px;
}
.contact_form .file_repeater .text p {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 14px;
  line-height: 1.2;
}/*# sourceMappingURL=contact.css.map */