@charset "UTF-8";
.container-fluid {
  margin: 0;
  padding: 0; }

.nopadding {
  padding: 0; }

.nomargin {
  margin: 0; }

@font-face {
  font-family: 'volvoCentumR';
  src: url("../assets/fonts/VolvoCentum_Rg.ttf") format("truetype"); }
@font-face {
  font-family: 'volvoCentumSB';
  src: url("../assets/fonts/VolvoCentum_SBd.ttf") format("truetype"); }
@font-face {
  font-family: 'volvoCentumL';
  src: url("../assets/fonts/VolvoCentum_Lt.ttf") format("truetype"); }
.contactFormContainer {
  position: relative;
  width: 100%;
  background: white;
  height: var(--app-height) !important;
  max-height: var(--app-height) !important; }

.mainFormBody {
  padding: 8px 0 !important;
  overflow-y: auto;
  height: calc(var(--app-height) - 56px) !important;
  max-height: calc(var(--app-height) - 56px) !important;
  position: relative; }
  .mainFormBody form {
    margin-top: 6px !important;
    overflow: initial !important;
    display: flex;
    flex-direction: column;
    height: 100%; }
  
  .phoneGroup {
  display: flex;
  align-items: flex-start;
  gap: 0px 16px;
  flex-wrap: wrap;
}

.phoneGroup select {
  width: auto;
  min-width: 90px;
  flex-shrink: 0;
  padding: 16px 12px;
  font-size: 14px;
  color: #707070;
  border: 1px solid #838383;
  border-radius: 4px;
  background: transparent;
  font-family: volvoCentumR;
  outline: none;
}

.phoneGroup input {
  flex: 1;
  min-width: 0; /* ważne na mobile */

  -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
  -webkit-text-fill-color: #000 !important;
  transition: background-color 9999s ease-in-out 0s;
}

.phoneGroup .allert {
  width: 100%;
}

.phoneGroup label {
  left: 8rem !important;
}


.field {
  position: relative;
  margin-bottom: 8px; }

  .field.error input {
    border: 1px solid #CD2314;
    border-color: #CD2314 !important;
    background: #FCE5E3 !important;
    -webkit-box-shadow: 0 0 0 1000px #FCE5E3 inset !important;
  }

  .field.error input,
.field.error textarea {
  border-color: #CD2314 !important;
  background: #FCE5E3 !important;
  -webkit-box-shadow: 0 0 0 1000px #FCE5E3 inset !important;
}

  .field input,
  .field textarea {
    width: 100%;
    padding: 16px 12px;
    font-size: 14px;
    border: 1px solid #838383;
    border-radius: 4px;
    background: transparent;
    font-family: volvoCentumR;
    outline: none;
    -webkit-box-shadow: 0 0 0 1000px #fff inset !important;
    -webkit-text-fill-color: #000 !important;
    transition: background-color 9999s ease-in-out 0s;
  
  }
    .field input:focus,
    .field textarea:focus {
      border-color: #0A0A0A;
    border-width: 2px; }
  .field textarea {
    height: 66px;
    padding-top: 10px;
    margin-bottom: 15px; }
  .field label {
    pointer-events: none;
    position: absolute;
    top: 15px;
    left: 15px;
    font-size: 14px;
    color: #707070;
    transition: all 0.2s ease; }
  .field input:focus + label,
  .field textarea:focus + label,
  .field label.active {
    top: 6px;
    font-size: 12px; }
    .field input:not(:placeholder-shown) + label,
    .field textarea:not(:placeholder-shown) + label {
      top: 6px;
      font-size: 12px;
    }

    .error input {
      border-color: #CD2314 !important;
      background: #FCE5E3 !important;
    }

.select {
  background: #fff;
  margin-bottom: 10px;
  border: 1px solid #D5D5D5;
  height: 44px;
  padding: 0 5px;
  width: 100%;
  color: #616161;
  font-size: 14px;
  padding-left: 15px; }

.formInputsContainer {
  flex: 1;
  overflow-y: auto; }

.buttonSendFormContainer {
  margin-top: 16px;
  padding: 25px 24px !important;
  box-shadow: 0px -4px 4px rgba(213, 213, 213, 0.5);
  border: none; }
  .buttonSendFormContainer button {
    width: 100%;
    padding: 12px 24px;
    background: #0A0A0A;
    border-radius: 4px;
    border: 2px solid #0A0A0A;
    color: #fff;
    font-family: volvoCentumR;
    font-weight: 600;
    font-size: 16px;
    text-transform: capitalize;
    cursor: pointer;
    transition: 0.4s; }
    .buttonSendFormContainer button:hover {
      background: #fff;
      color: #0A0A0A; }

.firstAgreement,
.secondAgreement,
.thirdAgreement,
.headFormDescriptions {
  font-family: volvoCentumR;
  font-size: 12px;
  line-height: 20px;
  color: #0A0A0A;
  position: relative;
  padding-left: 0px;
  margin: 8px 0; }
  .firstAgreement input,
  .secondAgreement input,
  .thirdAgreement input,
  .headFormDescriptions input {
    position: absolute;
    left: 0;
    width: 16px;
    height: 16px; }
  .firstAgreement sup,
  .secondAgreement sup,
  .thirdAgreement sup,
  .headFormDescriptions sup {
    font-size: 12px;
    margin-right: 3px; }

.headFormDescriptions {
  padding-left: 0px; }

.headerPrivacyFormContainer {
  margin-bottom: 10px; }
  .headerPrivacyFormContainer .headForm {
    font-family: volvoCentumSB;
    font-weight: 600;
    color: #0A0A0A;
    font-size: 20px;
    padding-top: 40px;
    padding-bottom: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D5D5D5; }
  .headerPrivacyFormContainer p {
    font-size: 12px;
    line-height: 20px;
    font-family: volvoCentumR;
    margin-bottom: 0px; }

.privacyFormContainerAgree {
  display: none;
  transition: all 0.3s ease; }

.privacyFormContainerAgree.open {
  display: block; }

.headerPrivacyFormContainer path {
  transition: transform 0.3s ease;
  transform-origin: 50% 50%;
  /* środek SVG */ }

.headerPrivacyFormContainer path.rotated {
  transform: rotate(180deg); }

.privacyFormContainer {
  overflow: hidden; }
  .privacyFormContainer .headerPrivacyFormContainer {
    font-family: volvoCentumSB;
    font-weight: 600;
    color: #0A0A0A;
    font-size: 20px;
    padding-top: 20px;
    padding-bottom: 16px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-bottom-color: #D5D5D5;
    display: flex;
    justify-content: space-between;
    align-items: center;
    cursor: pointer; }
  .privacyFormContainer p {
    font-size: 12px;
    color: #616161; }

.morePrivacy {
  display: block; }

.morePrivacyText {
  font-size: 12px;
  line-height: 20px;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease, opacity 0.4s ease;
  opacity: 0; }
  .morePrivacyText a {
    font-weight: 600;
    color: #0A0A0A; }

.morePrivacyText.open {
  max-height: 2000px;
  opacity: 1; }
  .arrowIcon {
    transition: transform 0.25s ease;
    transform: rotate(180deg); 
  }
  
  .arrowIcon.open {
    transform: rotate(0deg); 
  }

.morePrivacy.openText .morePrivacyText {
  display: block; }

.btnPriacy {
  font-family: volvoCentumSB;
  font-size: 12px;
  font-weight: 600;
  cursor: pointer;
  padding-left: 5px; }


  .allert svg{
    margin-right: 5px;
    margin-top: 3px; 
    flex-shrink: 0;}

    .allert {
      display: flex;
      align-items: flex-start;
      color: #BF2012; 
      font-size: 12px;
      font-family: volvoCentumR;
      margin-top: 2px;
  }
  
  .allertContent {
      display: flex;
      flex-direction: column;
  }
  
  .allertContent a {
      margin-top: 4px;
      font-weight: 600;
      
      color: #0A0A0A; 
      font-size: 12px;
      font-weight: 600;
      text-decoration: underline;
  }

.titleForm {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 28px 24px;
  border-bottom: 1px solid #d5d5d5; }
  .titleForm .titleDescription p {
    font-size: 16px;
    font-family: volvoNovumM;
    font-weight: 500; }

.specialAgreement {
  font-family: volvoCentumR;
  font-weight: 400;
  font-size: 14px;
  color: #0A0A0A;
  padding-top: 24px;
  position: relative;
  display: flex;
  align-items: center;
  cursor: pointer; }

  .specialAgreement input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
  }
  
  .specialAgreement .checkmark {
    width: 16px;
    height: 16px;
    border: 1px solid #838383;
    border-radius: 3px;
    background: #fff;
    margin-right: 8px;
    transition: 0.2s ease;
    position: relative;
  }
  
  .specialAgreement input[type="checkbox"]:checked + .checkmark {
    background-color: #1C6EBA;
    border-color: #1C6EBA;
  }
  
  .specialAgreement .checkmark::after {
    content: "";
    position: absolute;
    display: none;
  }
  
  .specialAgreement input[type="checkbox"]:checked + .checkmark::after {
    display: block;
  }
  
  .specialAgreement .checkmark::after {
    left: 5px;
    top: 2px;
    width: 4px;
    height: 8px;
    border: solid white;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
  }

label.firstAgreement input[type="checkbox"], label.secondAgreement input[type="checkbox"], label.thirdAgreement input[type="checkbox"] {
  position: absolute;
  opacity: 0;
  width: 16px;
  height: 16px;
  margin: 0;
  cursor: pointer;
  z-index: 2; }

label.firstAgreement input[type="checkbox"] + sup::before, label.secondAgreement input[type="checkbox"] + sup::before, label.thirdAgreement input[type="checkbox"] + sup::before {
  content: "";
  display: inline-block;
  width: 16px;
  height: 16px;
  border: 1px solid #838383;
  border-radius: 3px;
  background-color: #fff;
  vertical-align: middle;
  margin-right: 8px;
  transition: 0.2s ease; }

/* zaznaczenie */
label.firstAgreement input[type="checkbox"]:checked + sup::before, label.secondAgreement input[type="checkbox"]:checked + sup::before, label.thirdAgreement input[type="checkbox"]:checked + sup::before {
  background-color: #1C6EBA;
  border-color: #1C6EBA;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.2727 2.60225C11.4924 2.82192 11.4924 3.17808 11.2727 3.39775L4.5 10.1705L0.727252 6.39775C0.507583 6.17808 0.507583 5.82192 0.727252 5.60225C0.946922 5.38258 1.30308 5.38258 1.52275 5.60225L4.5 8.5795L10.4773 2.60225C10.6969 2.38258 11.0531 2.38258 11.2727 2.60225Z' fill='white'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 12px 12px; }

  

@media only screen and (max-width: 700px) {
  .mainFormBody {
    height: calc(100vh - 49px) !important; } }
@media only screen and (max-width: 423px) {
  .mainFormBody {
    padding: 8px 0 !important; }

  .formInputsContainer {
    padding: 0 0px !important; } }

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