@charset "UTF-8";
/*
    Created on : 19 paź 2021, 12:14:58
    Author     : Lukasz
*/
/*
    Created on : 22 mar 2024, 14:49:48
    Author     : Lukasz
*/
body {
  background: #e6e6e6;
  /* Zmiana strzałki tooltipa */ }
  body .tooltip {
    opacity: 1 !important;
    /* pełne krycie */ }
  body .tooltip .tooltip-inner {
    background-color: white !important;
    border: 1px solid #4D4D4D; }
  body .tooltip.bs-tooltip-top .tooltip-arrow::before {
    border-top-color: #4D4D4D !important; }
  body .tooltip.bs-tooltip-bottom .tooltip-arrow::before {
    border-bottom-color: #4D4D4D !important; }
  body .tooltip.bs-tooltip-start .tooltip-arrow::before {
    border-left-color: #4D4D4D !important; }
  body .tooltip.bs-tooltip-end .tooltip-arrow::before {
    border-right-color: #4D4D4D !important; }
  body .toggle-switch {
    position: relative;
    display: inline-block;
    width: 55px;
    height: 24px;
    font-size: 14px; }
    body .toggle-switch input {
      opacity: 0;
      width: 0;
      height: 0; }
      body .toggle-switch input:checked + .toggle-slider {
        background-color: #198754;
        padding-right: 10px; }
        body .toggle-switch input:checked + .toggle-slider::before {
          transform: translateX(calc(55px - 26px)); }
      body .toggle-switch input:disabled + .toggle-slider {
        background-color: #a4a4a4 !important;
        cursor: not-allowed; }
        body .toggle-switch input:disabled + .toggle-slider::before {
          transform: translateX(calc(55px - 26px)); }
      body .toggle-switch input:not(:checked) + .toggle-slider {
        background-color: #9b9b9b;
        padding-left: 10px; }
        body .toggle-switch input:not(:checked) + .toggle-slider::before {
          transform: translateX(calc(55px - 55px)); }
    body .toggle-switch .toggle-slider {
      position: absolute;
      inset: 0;
      border-radius: 15px;
      cursor: pointer;
      transition: 0.3s;
      overflow: hidden;
      font-weight: 500;
      color: #fff;
      line-height: 30px;
      display: flex;
      align-items: center;
      justify-content: center; }
      body .toggle-switch .toggle-slider::before {
        content: "";
        position: absolute;
        width: 18px;
        height: 18px;
        top: 3px;
        left: 4px;
        background: #fff;
        border-radius: 50%;
        transition: 0.3s;
        z-index: 2; }
      body .toggle-switch .toggle-slider::after {
        position: relative;
        width: calc(100% - 34px);
        height: 100%;
        text-align: center;
        pointer-events: none;
        white-space: nowrap; }
  body .fw600 {
    font-weight: 600; }
  body .button-hidden {
    display: none; }
  body .border-trapez:before {
    background: #e6e6e6; }
  body .border-trapez:after {
    background: #e6e6e6; }
  body .copyrights {
    background: white; }
  body .form-select:focus, body .form-control:focus {
    border-color: #212529;
    outline: 0;
    box-shadow: 0 0 0 0.25rem #da21275c; }
  body .options-modal label {
    display: inline;
    color: #ffffff;
    background: #da2127;
    font-weight: bold; }
    body .options-modal label input {
      /*				width: 0px;
                      height: 0px;
                      border: transparent;
                      display: contents;
                      background: transparent;*/ }
  body .options-modal select {
    margin-bottom: 15px; }
  body .options-modal select + em {
    margin-top: 0;
    /* upewnij się, że em nie dodaje dodatkowego marginesu */ }
  body .options-modal select:has(+ em) {
    margin-bottom: 5px; }
  body EM.error {
    padding: 0; }
  body .wizard label {
    color: black;
    /*display: inline;*/
    background: transparent;
    font-weight: normal;
    cursor: pointer;
    border-radius: 25px; }
  body .wizard input {
    color: black;
    font-weight: normal; }
  body .amount-oc-js, body .amount-nnw-js, body .amount-illness-js, body .amount-ndp-js, body .amount-ocd-js, body .amount-hiv-js, body .amount-ocob-ext1-js, body .amount-hiv-ext1-js, body .amount-ndp-js, body .amount-ocob-js, body .amount-oc-ext1-js, body .amount-oc-ext2-js, body .amount-oc-ext3-js, body .amount-oc-ext4-js, body .amount-oc-ext5-js, body .amount-oc-ext6-js, body .amount-oc-ext7-js, body .amount-oc-ext8-js {
    display: none; }
  body .amountMoreThan20 {
    font-size: 14px;
    display: block;
    margin-bottom: 25px;
    margin-top: 7px; }
  body #wizardModal, body #redirectModal {
    backdrop-filter: blur(5px); }
    body #wizardModal .modal-footer, body #redirectModal .modal-footer {
      border: 0; }
    body #wizardModal .form-check, body #redirectModal .form-check {
      width: initial !important; }
    body #wizardModal label, body #redirectModal label {
      font-size: 20px; }
      @media only screen and (max-width: 991px) {
        body #wizardModal label, body #redirectModal label {
          font-size: 16px; } }
    body #wizardModal label:has(.showAdditionWizard), body #redirectModal label:has(.showAdditionWizard) {
      font-size: 18px; }
    body #wizardModal .modal-header:after, body #redirectModal .modal-header:after {
      display: block;
      content: " ";
      margin-top: 13px;
      height: 3px;
      width: 70%;
      background: #da2127; }
    body #wizardModal .modal-content, body #redirectModal .modal-content {
      background-color: transparent;
      border: none;
      /*		height: 270px;*/ }
    body #wizardModal .box-modal, body #redirectModal .box-modal {
      width: 60px;
      height: 60px;
      background: #f0f0f0;
      box-shadow: 10px 10px 10px #cccccc, 10px 10px 10px #ffffff, 0 0 0 #cccccc inset, 0 0 0 #ffffff inset;
      animation: animateBox 0.5s cubic-bezier(0.16, 1, 0.3, 1) 0s 1 forwards;
      animation-fill-mode: forwards;
      border-radius: 15px; }
    body #wizardModal .content, body #redirectModal .content {
      animation: fadeInFromNone 0.5s; }
    body #wizardModal .modal-body, body #redirectModal .modal-body {
      min-height: 200px;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: center; }
@keyframes fadeInFromNone {
  0% {
    display: none;
    opacity: 0; }
  90% {
    display: block;
    opacity: 0; }
  100% {
    display: block;
    opacity: 1; } }
@keyframes animateBox {
  0% {
    height: 100%;
    background: #f0f0f0;
    box-shadow: 0px 0px 0px 0px #cccccc; }
  25% {
    height: 100%;
    background: #f8f8f8;
    box-shadow: 0px 0px 15px 0px #cccccc; }
  50% {
    height: 100%;
    background: #f8f8f8;
    box-shadow: 0px 0px 25px 0px #cccccc; }
  100% {
    width: 100%;
    height: 100%;
    background: #fafafa;
    box-shadow: 0px 0px 40px 0px #cccccc; } }
    body #wizardModal .optionsBox ul, body #redirectModal .optionsBox ul {
      columns: 2;
      -webkit-columns: 2;
      -moz-columns: 2;
      list-style-type: circle; }
      body #wizardModal .optionsBox ul li, body #redirectModal .optionsBox ul li {
        font-size: 14px; }
  body .specjalizacja {
    display: none; }
  body .szkodowosc {
    display: none; }
  body .insurance-active {
    color: #ffffff;
    background: #da2127;
    font-weight: bold; }
    body .insurance-active span {
      color: #ffffff;
      border: 1px solid transparent; }
  body #kalkulacja-content .recommendation {
    color: #ffffff;
    /*background: $main-color;*/
    background-image: url("/new/img/icon_polisa_1.svg");
    font-weight: bold;
    background-position: 97% 10px;
    background-repeat: no-repeat;
    background-size: 20px;
    font-weight: bold;
    border: 1px solid #da2127; }
    body #kalkulacja-content .recommendation span {
      border-color: transparent !important; }
  body #wizardModal .error input {
    border: 1px solid #BA1F1F; }
  body #wizardModal .form-control:focus {
    border-color: #da2127;
    box-shadow: 0 0 0 0.25rem rgba(218, 33, 39, 0.25); }
  body #wizardModal .question {
    display: none; }
  body #wizardModal .addition {
    display: none; }
  body #wizardModal .first {
    display: block; }
  body #wizardModal #question1 label, body #wizardModal #question2 label {
    width: 100%; }
  body #wizardModal #question2 .other {
    display: none; }
  body .wizard-diagnosta-laboratoryjny .question1AnswerField .form-check input {
    opacity: 1 !important;
    width: 15px !important;
    height: 15px !important; }
  body .wizard-diagnosta-laboratoryjny .question1AnswerField .form-check label {
    font-size: 16px; }
  body .addition {
    display: none; }
  body form .btn-sum {
    display: none;
    justify-content: center;
    align-items: center; }
  body #calculationerror {
    background: white; }
    body #calculationerror .toast-header {
      background: #da2127;
      color: white; }
  body section.professionTitle {
    margin-bottom: 25px; }
    body section.professionTitle .back a {
      color: black;
      text-decoration: none;
      font-weight: 600; }
      body section.professionTitle .back a:hover {
        color: #da2127; }
  body h1 {
    font-size: 34px;
    color: black; }
    body h1 span {
      color: black; }
      body h1 span svg {
        margin-left: 10px;
        height: 16px !important; }
  body .personal-data .ubezpieczony-box {
    display: none; }
  body .personal-data h1 {
    border: none; }
    body .personal-data h1 span {
      border: none;
      cursor: initial; }
      body .personal-data h1 span:hover {
        color: black;
        border: none; }
  body .personal-data .form-control {
    border: none;
    border-bottom: 1px solid #ced4da;
    border-radius: 0; }
  body .personal-data .form-control.error {
    border-bottom: 1px solid #da2127;
    background: #da21270d; }
  body .personal-data .form-check {
    padding: 0;
    display: flex;
    justify-content: center; }
    body .personal-data .form-check label {
      width: 100%;
      margin-left: 10px; }
    body .personal-data .form-check span {
      display: block;
      padding: 0.375rem 0.75rem;
      border: 1px solid #b7b7b7;
      border-radius: 0;
      transition: 0.2s;
      width: 100%;
      white-space: nowrap; }
      body .personal-data .form-check span:hover {
        border: 1px solid #da2127; }
      body .personal-data .form-check span span {
        color: #cbcbcb; }
    body .personal-data .form-check .insurance-active2 {
      border: 1px solid #da2127; }
    body .personal-data .form-check .insurance-active {
      color: #ffffff;
      background: #da2127;
      font-weight: normal; }
      body .personal-data .form-check .insurance-active span {
        color: #ffffff;
        border: 1px solid transparent; }
    body .personal-data .form-check input {
      /*								width: 0px;
                                      height: 0px;
                                      border: 0px;
                                      display: contents;*/ }
  body .personal-data #step2Modal .form-check {
    display: block; }
  body .personal-data #step2Modal input {
    width: 1em;
    height: 1em;
    display: block;
    border: 1px solid rgba(0, 0, 0, 0.25);
    border-radius: 0.25em; }
  body .personal-data .urodziny {
    display: none; }
  body .personal-data .urodzinyubezpieczony {
    display: none; }
  body #step2Modal hr:last-of-type {
    display: none; }
  body #step2Modal a {
    color: #da2127;
    text-decoration: none; }
    body #step2Modal a:hover {
      text-decoration: underline; }
  body .productTitle {
    padding-bottom: 12px;
    border-bottom: 1px solid #ececec; }
  body .tooltip-inner {
    text-align: left !important; }
  body section.insurance-form {
    background-color: #e6e6e6;
    background-image: url("/new/img/back-form.png");
    background-repeat: no-repeat;
    background-position: 0 65%;
    background-blend-mode: soft-light; }
    body section.insurance-form .headerBox {
      background: #f1f1f1;
      padding: 25px 0;
      box-shadow: 0px 3px 20px 1px #e9e9e9;
      margin-bottom: 25px; }
    body section.insurance-form .back a {
      color: black;
      text-decoration: none;
      font-weight: 600; }
      body section.insurance-form .back a:hover {
        color: #da2127; }
    body section.insurance-form p.accordion-button {
      background: transparent;
      padding: 0; }
    body section.insurance-form p.button-oc, body section.insurance-form h2.button-oc {
      padding-bottom: 12px;
      border-bottom: 1px solid #ececec; }
    body section.insurance-form .accordion-flush .accordion-item {
      border-bottom: none; }
    body section.insurance-form .form-check-input {
      box-shadow: 0 0 0 0.25rem rgba(218, 33, 39, 0.0075);
      cursor: pointer; }
    body section.insurance-form .ocobChecked, body section.insurance-form .doocChecked {
      height: 1px;
      opacity: 0; }
    body section.insurance-form .h-1 {
      height: 1px; }
    body section.insurance-form .oc-dobrowolne-select ~ label {
      text-align: center;
      background: white;
      white-space: nowrap;
      border: 1px solid #b7b7b7;
      border-radius: 0;
      transition: 0.2s;
      max-width: 280px;
      padding: 5px 0;
      display: block;
      width: 100%; }
      body section.insurance-form .oc-dobrowolne-select ~ label:hover {
        border-color: #da2127; }
    body section.insurance-form .insurance-active {
      color: #ffffff;
      background: #da2127 !important; }
      body section.insurance-form .insurance-active span {
        border: 1px solid transparent; }
    body section.insurance-form .options-select, body section.insurance-form .options-extension {
      padding-top: 20px; }
      body section.insurance-form .options-select:has(.error), body section.insurance-form .options-extension:has(.error) {
        background: #ffeaea;
        padding-bottom: 15px; }
      body section.insurance-form .options-select .form-check, body section.insurance-form .options-extension .form-check {
        padding: 0;
        display: flex;
        justify-content: center; }
        body section.insurance-form .options-select .form-check .btn, body section.insurance-form .options-extension .form-check .btn {
          border: 1px solid #b7b7b7;
          border-radius: 0;
          transition: 0.2s;
          width: 100%;
          white-space: nowrap;
          border-radius: 25px; }
          body section.insurance-form .options-select .form-check .btn:hover, body section.insurance-form .options-extension .form-check .btn:hover {
            border: 1px solid #da2127; }
          body section.insurance-form .options-select .form-check .btn span, body section.insurance-form .options-extension .form-check .btn span {
            color: #cbcbcb; }
        body section.insurance-form .options-select .form-check .insurance-active2, body section.insurance-form .options-extension .form-check .insurance-active2 {
          border: 1px solid #da2127; }
        body section.insurance-form .options-select .form-check .insurance-active, body section.insurance-form .options-extension .form-check .insurance-active {
          color: #ffffff;
          background: #da2127;
          font-weight: bold;
          border-radius: 25px; }
          body section.insurance-form .options-select .form-check .insurance-active span, body section.insurance-form .options-extension .form-check .insurance-active span {
            color: #ffffff;
            border: 1px solid transparent; }
        body section.insurance-form .options-select .form-check input, body section.insurance-form .options-extension .form-check input {
          opacity: 0;
          /*					width: 0px;
                              height: 0px;
                              border: transparent;
                              display: contents;
                              background: transparent*/ }
      body section.insurance-form .options-select select, body section.insurance-form .options-extension select {
        min-height: 62px;
        text-align: center;
        border: 1px solid #b7b7b7;
        border-radius: 0; }
      body section.insurance-form .options-select .form-check-input:checked, body section.insurance-form .options-extension .form-check-input:checked {
        background-color: #da2127;
        border-color: #da2127; }
      body section.insurance-form .options-select label, body section.insurance-form .options-extension label {
        width: 100%; }
    body section.insurance-form .amounts .form-check span {
      white-space: nowrap; }
    body section.insurance-form .options .form-check .btn {
      border: 1px solid #b7b7b7;
      border-radius: 0;
      transition: 0.2s;
      border-radius: 25px; }
    body section.insurance-form .border-bottom-text {
      padding-bottom: 5px;
      border-bottom: 2px solid #ececec;
      margin-bottom: 15px; }
    body section.insurance-form .multi .form-check {
      padding: 0;
      text-align: center; }
      body section.insurance-form .multi .form-check .btn {
        white-space: nowrap;
        border: 1px solid #b7b7b7;
        border-radius: 0;
        transition: 0.2s;
        border-radius: 25px; }
    body section.insurance-form .accordion {
      padding-top: 20px; }
    body section.insurance-form .additional {
      padding: 25px 20px; }
    body section.insurance-form .accordion-button:focus {
      box-shadow: none; }
    body section.insurance-form .accordion-button::before {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 10px;
      content: "";
      background-image: url("/new/img/icon_plus2.svg");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform .2s ease-in-out; }
    body section.insurance-form .accordion-button:not(.collapsed)::before {
      background-image: url("/new/img/icon_plus.svg");
      transform: rotate(-180deg); }
    body section.insurance-form .accordion-button::after {
      flex-shrink: 0;
      width: 1.25rem;
      height: 1.25rem;
      margin-right: 10px;
      content: "";
      background-image: url("/new/img/icon_info.svg");
      background-repeat: no-repeat;
      background-size: 1.25rem;
      transition: transform .2s ease-in-out; }
    body section.insurance-form .accordion-button:not(.collapsed)::after {
      background-image: url("/new/img/icon_info2.svg");
      transform: rotate(0deg); }
    body section.insurance-form .accordion-button:not(.collapsed) {
      box-shadow: none;
      color: black;
      background: transparent; }
    body section.insurance-form .border-top-none {
      border-top: 1px solid transparent !important; }
    body section.insurance-form .amountSummary {
      display: none;
      margin-bottom: 5px;
      font-size: 14px;
      line-height: 24px; }
      body section.insurance-form .amountSummary strong {
        white-space: pre;
        margin-left: 15px; }
      body section.insurance-form .amountSummary .amountToPay {
        line-height: 24px; }
    body section.insurance-form .amountSummaryExtension {
      line-height: 20px; }
    body section.insurance-form .border-red {
      background: #ffffff;
      height: min-content;
      padding: 10px;
      border-radius: 15px;
      background: #ffffff;
      box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
      padding: 24px;
      border-left: 6px solid #da2127; }
      body section.insurance-form .border-red .profession {
        margin-bottom: 30px; }
      body section.insurance-form .border-red .amount {
        border-bottom: 1px solid #ececec; }
        body section.insurance-form .border-red .amount strong {
          float: right; }
      body section.insurance-form .border-red .steps {
        margin: 0 15px;
        position: relative;
        margin: 40px 0;
        text-align: center; }
        body section.insurance-form .border-red .steps span {
          margin: 0 10px;
          background: #ececec;
          color: white;
          padding: 5.5px 12px;
          border-radius: 50%; }
        body section.insurance-form .border-red .steps .active-step {
          color: black;
          border: 1px solid black; }
        body section.insurance-form .border-red .steps .border-dashed {
          height: 1px;
          border-top: 1px dashed #ececec;
          margin: -11px 60px; }
    body section.insurance-form .border-policy {
      height: 1px;
      border: 1px solid white;
      margin-top: 25px; }
    body section.insurance-form .border-policy-img {
      width: 100%;
      text-align: center;
      margin-top: -15px; }
      body section.insurance-form .border-policy-img img {
        width: 35px;
        z-index: 999;
        background: #e6e6e6; }
    body section.insurance-form .table-variants .options-select .form-check .btn {
      white-space: unset;
      min-width: auto;
      padding-left: 2px;
      padding-right: 2px;
      margin: 0; }
    body section.insurance-form .table-variants p {
      font-size: 14px;
      margin-bottom: 0;
      padding: 10px 0; }
    body section.insurance-form .table-variants .btn {
      margin-bottom: 15px; }
    body section.insurance-form .table-variants .col {
      text-align: center; }
    body section.insurance-form .table-variants .row {
      border-bottom: 1px solid #ececec; }
      body section.insurance-form .table-variants .row .col {
        border-left: 1px solid #ececec; }
    body section.insurance-form .table-variants .insurance-active {
      color: #ffffff;
      font-weight: bold;
      max-height: 38px; }
      body section.insurance-form .table-variants .insurance-active span {
        color: #ffffff;
        border: 1px solid transparent !important;
        background: #da2127; }
  body .nzozCalculationForm .oc-dobrowolne-select {
    /*opacity:0;*/
    /*			width: 0px;
                height: 0px;
                border: transparent;
                display: contents;
                background: transparent;*/ }
  body section.insurance-formZycie .btn-secondary {
    background: white; }
    body section.insurance-formZycie .btn-secondary:hover {
      background: #da2127; }
  body section.insurance-formZycie .accordion-button:after {
    display: none; }
  body section.insurance-formZycie .icnInfoZycie {
    color: #4f4f4f;
    cursor: pointer; }
  body section.insurance-formZycie .accordion-button::before {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    content: "";
    background-image: url("/new/img/icon_plus2.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out; }
  body section.insurance-formZycie .accordion-button:not(.collapsed)::before {
    background-image: url("/new/img/icon_plus.svg");
    transform: rotate(-180deg); }
  body section.insurance-formZycie .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 10px;
    content: "";
    background-image: url("/new/img/icon_info.svg");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    transition: transform .2s ease-in-out; }
  body .summary .register-buyprocess input, body .summary .login-buyprocess input {
    border: none;
    border-radius: 0;
    border-bottom: 1px solid #ced4da; }
    body .summary .register-buyprocess input:focus, body .summary .login-buyprocess input:focus {
      box-shadow: 0 0 0 0.25rem #da21275c; }
  body .summary .register-buyprocess a, body .summary .login-buyprocess a {
    color: #da2127;
    text-decoration: none; }
    body .summary .register-buyprocess a:hover, body .summary .login-buyprocess a:hover {
      text-decoration: underline; }
  body .summary .login-buyprocess {
    display: none; }
  body .summary .login-buyprocess-question .rejestracja-button:hover {
    color: #da2127; }
  body .summary .login-buyprocess-question .error {
    font-weight: bold; }
  body .summary .login-buyprocess-question .form-check {
    padding: 0;
    display: flex;
    justify-content: center; }
    body .summary .login-buyprocess-question .form-check label {
      width: 100%;
      text-align: center; }
    body .summary .login-buyprocess-question .form-check span {
      display: block;
      padding: 0.375rem 0.75rem;
      border: 1px solid #b7b7b7;
      border-radius: 20px;
      transition: 0.2s;
      width: 100%;
      white-space: nowrap;
      cursor: pointer; }
      body .summary .login-buyprocess-question .form-check span:hover {
        border: 1px solid #da2127; }
      body .summary .login-buyprocess-question .form-check span span {
        color: #cbcbcb; }
    body .summary .login-buyprocess-question .form-check .insurance-active2 {
      border: 1px solid #da2127; }
    body .summary .login-buyprocess-question .form-check .insurance-active {
      color: #ffffff;
      background: #da2127;
      font-weight: normal; }
      body .summary .login-buyprocess-question .form-check .insurance-active span {
        color: #ffffff;
        border: 1px solid transparent; }
    body .summary .login-buyprocess-question .form-check input {
      width: 0px;
      height: 0px;
      border: 0px;
      display: contents; }
  body .summary .login-buyprocess-question p a {
    color: #da2127;
    text-decoration: none;
    font-size: 14px; }
    body .summary .login-buyprocess-question p a:hover {
      color: #811417; }
  body .summary .login-buyprocess-question label {
    background: white; }
  body .summary .statements {
    font-size: 12px; }
    body .summary .statements a {
      font-size: 12px; }
  body .summary h1 span {
    border-bottom: none;
    cursor: initial;
    font-size: 32px; }
    body .summary h1 span:hover {
      color: black; }
  body .summary .form-check a {
    color: #da2127;
    text-decoration: none; }
    body .summary .form-check a:hover {
      text-decoration: underline; }
  @media only screen and (max-width: 991px) {
    body .summary .statementsBox label {
      width: 90%; } }
  body .summary .statementsBox a {
    color: #da2127;
    text-decoration: none; }
    body .summary .statementsBox a:hover {
      text-decoration: underline; }
  body .summary .logHidden {
    opacity: 0;
    width: 1px;
    height: 1px; }

.buyRowBottom a {
  color: #da2127;
  text-decoration: none;
  font-size: 14px; }
  .buyRowBottom a:hover {
    text-decoration: underline; }

.sticky-summary {
  top: 8%;
  z-index: 9999999; }

.modal-dialog-login {
  max-width: 1000px; }
  .modal-dialog-login .border-right {
    border-right: 1px solid #dee2e6; }
  .modal-dialog-login p a {
    color: black; }
    .modal-dialog-login p a:hover {
      color: #da2127; }

.login-buyprocess .rejestracja-button {
  cursor: pointer; }
  .login-buyprocess .rejestracja-button:hover {
    color: #da2127; }

.register-buyprocess .login-button {
  cursor: pointer; }
  .register-buyprocess .login-button:hover {
    color: #da2127; }

.register-buyprocess {
  display: none; }

form .success-login {
  display: none; }
form .success-register {
  display: none; }
form .check-img {
  width: 55px; }
form .path {
  stroke-dasharray: 1000;
  stroke-dashoffset: 0; }
  form .path.circle {
    -webkit-animation: dash .9s ease-in-out;
    animation: dash .9s ease-in-out; }
  form .path.line {
    stroke-dashoffset: 1000;
    -webkit-animation: dash .9s .35s ease-in-out forwards;
    animation: dash .9s .35s ease-in-out forwards; }
  form .path.check {
    stroke-dashoffset: -100;
    -webkit-animation: dash-check .9s .35s ease-in-out forwards;
    animation: dash-check .9s .35s ease-in-out forwards; }
form .success-check {
  margin: 0;
  font-weight: 600;
  margin-left: 15px; }
  form .success-check.success {
    color: #73AF55; }
form #topay {
  display: none; }
@-webkit-keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@keyframes dash {
  0% {
    stroke-dashoffset: 1000; }
  100% {
    stroke-dashoffset: 0; } }
@-webkit-keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
@keyframes dash-check {
  0% {
    stroke-dashoffset: -100; }
  100% {
    stroke-dashoffset: 900; } }
.paymentOk, .paymentError {
  padding-bottom: 50px;
  background-color: #e6e6e6;
  background-image: url("/new/img/back-form.png");
  background-repeat: no-repeat;
  background-position: 0 65%;
  background-blend-mode: soft-light; }
  .paymentOk .box, .paymentError .box {
    background: white;
    padding: 31px 30px;
    border-radius: 15px; }
  .paymentOk .downloadLink, .paymentError .downloadLink {
    color: #da2127;
    text-decoration: none; }

.ocob-section em, .ocDobrowolneSection em, .additional em {
  padding: 0;
  font-size: 8pt;
  display: block;
  width: 100%;
  text-align: center; }

.variantsLifeSummary .bgWhite {
  background: white; }
.variantsLifeSummary .variantTagRow .variantTag {
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background: white; }
  .variantsLifeSummary .variantTagRow .variantTag a {
    display: block;
    width: 100%;
    font-size: 16px;
    color: black;
    font-weight: 600;
    text-decoration: none; }
  .variantsLifeSummary .variantTagRow .variantTag .variantName {
    background: white;
    font-weight: 600;
    width: 100%;
    padding: 5px 0; }
  .variantsLifeSummary .variantTagRow .variantTag .variantPrice {
    border: 1px solid transparent;
    width: 100%;
    font-size: 18px;
    font-weight: 600;
    transition: 0.1s; }
  .variantsLifeSummary .variantTagRow .variantTag .variantSelect {
    background: #da2127;
    color: white;
    border-top: none;
    width: 100%;
    padding: 5px 0; }
.variantsLifeSummary .groupName {
  text-transform: uppercase;
  border-bottom: 2px solid #b4b4b4;
  text-transform: uppercase;
  padding-top: 8px;
  padding-bottom: 8px;
  background: #f0f0f0; }
  .variantsLifeSummary .groupName h2 {
    font-size: 16px;
    font-weight: 600;
    margin: 0; }
.variantsLifeSummary .careRow {
  border-bottom: 1px solid #b4b4b4;
  transition: 0.1s; }
  .variantsLifeSummary .careRow .insuranceCoverageCol {
    border-right: 1px solid #b4b4b4;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center; }
    .variantsLifeSummary .careRow .insuranceCoverageCol:last-of-type {
      border-right: 1px solid transparent; }
  .variantsLifeSummary .careRow:hover {
    /*font-weight: 600;*/
    background: #f6f6f6;
    box-shadow: 0px 2px 4px 2px #f3f3f3; }
    .variantsLifeSummary .careRow:hover .insuranceCoverageCol {
      font-weight: 600; }
  .variantsLifeSummary .careRow .insuranceCoverageCol {
    font-weight: 500; }
  .variantsLifeSummary .careRow .descriptionBox {
    display: none;
    border-top: 1px solid #afafaf;
    padding-top: 15px;
    padding-bottom: 15px;
    background: #fafafa;
    font-size: 14px; }
    .variantsLifeSummary .careRow .descriptionBox li {
      font-size: 14px; }
.variantsLifeSummary .careNameCol {
  border-right: 1px solid #b4b4b4;
  font-weight: 600;
  padding-top: 7px;
  padding-bottom: 7px;
  display: flex;
  justify-content: space-between;
  font-size: 14px; }
  .variantsLifeSummary .careNameCol .infoBtnBox {
    cursor: pointer;
    margin-left: 15px; }

.insurance-inactive {
  color: black;
  font-weight: bold;
  border: 1px solid #b7b7b7; }

.apkQuestionsEdit {
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-left: 6px solid #da2127; }
  .apkQuestionsEdit .title {
    font-size: 20px;
    font-weight: 600;
    margin-bottom: 12px; }
  .apkQuestionsEdit .link {
    font-size: 14px;
    color: #da2127;
    text-decoration: none;
    font-weight: 500;
    display: inline-block;
    transition: color 0.3s; }
    .apkQuestionsEdit .link:hover {
      color: #ae1a1f; }

.editApkQuestionsBox .btn-secondary {
  background-color: white; }
  .editApkQuestionsBox .btn-secondary:hover {
    background-color: #da2127; }

.options-modalzabiegi_estetyczne {
  display: none; }

.travelSection {
  position: relative; }
  .travelSection .travelBoxCoverage.inactive {
    overflow: hidden;
    height: 355px; }
    .travelSection .travelBoxCoverage.inactive .toggleTxt {
      background: linear-gradient(0deg, white 40%, rgba(255, 255, 255, 0) 100%); }
  .travelSection .travelBoxCoverage.active {
    padding-bottom: 50px;
    overflow: hidden;
    height: 100%;
    background: linear-gradient(0deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 100%); }
  .travelSection .travelBoxCoverage .groupNameRow {
    background: #f6f6f6; }
  .travelSection .travelBoxCoverage .groupNameRow1 {
    border-top: 1px solid #ececec; }
  .travelSection .alcohol {
    font-size: 12px !important;
    line-height: 16px; }
  .travelSection .toggleTxt {
    height: 20%;
    width: 100%;
    position: absolute;
    bottom: 1.5rem;
    left: 0;
    display: flex;
    align-items: end;
    justify-content: center;
    border-radius: 15px; }
    .travelSection .toggleTxt p {
      font-weight: bold; }

.currentProductDescription .border-red {
  background: #ffffff;
  height: min-content;
  padding: 10px;
  border-radius: 15px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  padding: 24px;
  border-left: 6px solid #da2127; }

@media only screen and (min-width: 992px) {
  .sticky-summary {
    position: -webkit-sticky;
    position: sticky;
    top: 8%;
    z-index: 999; } }
@media only screen and (max-width: 991px) {
  .calculation-form {
    overflow: hidden; }

  .floating-summary button {
    margin-top: 15px; } }
.switchBox .form-switch .form-check-input {
  width: 4em;
  height: 1.8em; }
.switchBox label {
  font-size: 20px; }

.ocBenefits {
  margin-top: 40px; }
  .ocBenefits .boxOc {
    background: white;
    border: 1px solid #aeaeae; }
    .ocBenefits .boxOc .korzysci {
      padding: 15px; }
    .ocBenefits .boxOc .title {
      text-align: center;
      background: #e8e8e8;
      padding: 5px;
      margin-bottom: 15px; }
      .ocBenefits .boxOc .title h3 {
        font-weight: 600;
        padding: 9px 0;
        margin: 0; }

.boxZakres {
  padding: 20px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 15px; }
  .boxZakres select {
    max-width: 500px;
    min-height: 60px;
    text-align: center;
    border-radius: 15px;
    color: black;
    border: 2px solid #b3b3b3; }
  .boxZakres .decoration {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #b3b3b3; }

.btnShowZakresC {
  display: inline-flex;
  min-height: 60px;
  min-width: 300px;
  background: #ffffff;
  align-items: center;
  padding: 0 0 0 15px;
  justify-content: space-between;
  border: 2px solid #b1b1b1; }
  .btnShowZakresC span {
    color: black;
    text-transform: none; }
  .btnShowZakresC img {
    width: 15px;
    margin: 0 5px;
    transition: 0.2s;
    transform: rotate(-90deg); }
  .btnShowZakresC .btnBg {
    background: #ececec;
    height: 60px;
    padding: 0 10px;
    display: flex;
    align-items: center; }
  .btnShowZakresC:hover, .btnShowZakresC:active, .btnShowZakresC:focus {
    border: 2px solid #da2127;
    background: white !important; }
    .btnShowZakresC:hover .btnBg, .btnShowZakresC:active .btnBg, .btnShowZakresC:focus .btnBg {
      background: #da2127 !important; }

.boxScrollText {
  padding-bottom: 20px; }
  .boxScrollText .tab-content {
    max-height: 200px;
    min-height: 200px;
    overflow: auto;
    background: #ffffff;
    padding: 20px;
    border-radius: 0 15px 15px 0;
    box-shadow: -2px 0px 0 0 #b3b3b3; }

.nav-pills .nav-link {
  color: #4D4D4D;
  background: transparent;
  padding: 25px 10px 25px 25px; }
  .nav-pills .nav-link:hover {
    font-weight: 600;
    background: linear-gradient(90deg, #efefef00 0%, #d6d6d6 100%); }

.nav-pills .nav-link.active, .nav-pills .show > .nav-link {
  background: #ffffff;
  border-left: 2px solid #b3b3b3;
  border-top: 2px solid #b3b3b3;
  border-bottom: 2px solid #b3b3b3;
  border-radius: 15px 0 0 15px;
  color: #da2127;
  font-weight: 600;
  box-shadow: 2px 0px 0 0 white; }

::-webkit-scrollbar {
  width: 10px; }

/* Track */
::-webkit-scrollbar-track {
  background: #e6e6e6; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background: #cccccc; }

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555; }

.box .boxT {
  padding: 10px 20px;
  font-size: 20px;
  border-radius: 15px 15px 0 0;
  background: #e5e5e5; }
  .box .boxT p {
    margin-bottom: 0;
    display: flex;
    justify-content: space-between; }
    .box .boxT p .amount {
      background: #4d4d4d;
      font-size: 14px;
      border-radius: 5px;
      display: flex;
      justify-content: space-between;
      align-items: center;
      min-width: 100px;
      padding: 0 10px;
      display: none; }
      .box .boxT p .amount span {
        color: white; }
      .box .boxT p .amount img {
        width: 20px; }
.box .kwota {
  font-weight: bold;
  display: block;
  border-bottom: 2px solid #ececec; }

.boxInside {
  padding: 40px 40px;
  background: #ffffff;
  border-radius: 0 0 15px 15px;
  border-right: 2px solid #e5e5e5;
  border-bottom: 2px solid #e5e5e5;
  border-left: 2px solid #e5e5e5; }
  .boxInside .active {
    background: #da2127;
    border: 2px solid #da2127; }
    .boxInside .active * {
      color: white; }
    .boxInside .active:hover {
      border-color: #ffffff; }

.boxKwota {
  border: 2px solid #b3b3b3;
  border-radius: 15px;
  padding: 15px;
  text-align: center;
  background: #ffffff;
  cursor: pointer; }
  .boxKwota:hover {
    border-color: black; }

.boxZakres {
  padding: 20px 45px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 15px;
  margin: 0 15px; }
  .boxZakres select {
    max-width: 500px;
    min-height: 60px;
    text-align: center;
    border-radius: 15px;
    color: black;
    border: 2px solid #b3b3b3; }
  .boxZakres .decoration {
    display: block;
    height: 2px;
    width: 100%;
    background-color: #b3b3b3; }

.tab-pane a {
  color: #da2127;
  text-decoration: none; }
  .tab-pane a:hover {
    text-decoration: none; }

.korzysciKalkulacja {
  display: none;
  border-bottom: 1px solid #d6d6d6; }
  .korzysciKalkulacja ul {
    columns: 2; }

.questionQ22, .questionQ21, .questionQ2, .questionQ1, .questionQ3, .iloscOsobQ, .questionQ4, .questionQ0 {
  margin-top: 15px;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 10px; }
  @media only screen and (min-width: 768px) {
    .questionQ22 .questionBox, .questionQ21 .questionBox, .questionQ2 .questionBox, .questionQ1 .questionBox, .questionQ3 .questionBox, .iloscOsobQ .questionBox, .questionQ4 .questionBox, .questionQ0 .questionBox {
      border-right: 1px solid #c4c4c4; } }
  .questionQ22 .odpowiedz, .questionQ21 .odpowiedz, .questionQ2 .odpowiedz, .questionQ1 .odpowiedz, .questionQ3 .odpowiedz, .iloscOsobQ .odpowiedz, .questionQ4 .odpowiedz, .questionQ0 .odpowiedz {
    font-weight: 600; }

.questionQ22 {
  border-bottom: 1px solid transparent; }

.rowPodsumowanie {
  width: 100%;
  border-bottom: 1px solid #a7a7a7;
  margin-bottom: 10px; }

.ubezpieczyciel a {
  color: #da2127;
  text-decoration: none; }
  .ubezpieczyciel a:hover {
    text-decoration: underline; }

.doocSection .bg-grey-lighter, .ocob-section .bg-grey-lighter, .nnwSection .bg-grey-lighter, .ndpSection .bg-grey-lighter, .travelSection .bg-grey-lighter, .ocdobBox .bg-grey-lighter {
  border-radius: 15px; }
  .doocSection .bg-grey-lighter:has(.toggle-switch input:checked), .ocob-section .bg-grey-lighter:has(.toggle-switch input:checked), .nnwSection .bg-grey-lighter:has(.toggle-switch input:checked), .ndpSection .bg-grey-lighter:has(.toggle-switch input:checked), .travelSection .bg-grey-lighter:has(.toggle-switch input:checked), .ocdobBox .bg-grey-lighter:has(.toggle-switch input:checked) {
    border-radius: 15px 15px 0 0; }

body {
  /* Ustawienie wiersza jako kontener flex, aby elementy były obok siebie */
  /* Kontener na select i input, aby zajmował większość miejsca */
  /* Stylizacja czerwonego przycisku X */
  /* Ukrywa X TYLKO wtedy, gdy na liście jest jeden wiersz */
  /* Wymuszenie równej wysokości i wyśrodkowania "X" */ }
  body .first-row-container.pageDotpayNew {
    background: transparent; }
    body .first-row-container.pageDotpayNew .paymentDownloadLink {
      color: #da2127;
      text-decoration: none; }
  body .personal-data .jobInfoBox .stosunekPrawnyRodzaj {
    display: flex; }
    body .personal-data .jobInfoBox .stosunekPrawnyRodzaj label {
      width: min-content;
      display: flex;
      margin: 0;
      margin-right: 10px; }
      body .personal-data .jobInfoBox .stosunekPrawnyRodzaj label input {
        opacity: 0;
        width: 0px;
        height: 0px; }
      body .personal-data .jobInfoBox .stosunekPrawnyRodzaj label .active {
        background: #da2127;
        color: white; }
  body .personal-data .jobInfoBox .stosunekPrawnyRodzajInny {
    display: none; }
  body .personal-data .jobInfoBox .stosunekPrawnyRodzajHiddenInput {
    opacity: 0; }
  body .personal-data .ubezpieczajacyBox .additionalInfoText {
    color: #939393;
    padding-left: 10px;
    font-style: italic; }
  body .personal-data .uposazonyRow {
    display: none; }
  body .personal-data .beneficiaryShow {
    opacity: 0;
    width: 0;
    height: 0; }
  body .personal-data .kontenerZPrzyciskami {
    height: 66px;
    background: #f5f5f5;
    border-radius: 15px;
    padding-right: 15px; }
  body .personal-data .uposazonyTitleInRow {
    background: #f5f5f5;
    border-radius: 15px 15px 0 0;
    padding: 15px 0 0 0;
    margin-bottom: 25px; }
  body .personal-data .uposazonyBox .additionalInfoText {
    color: #939393;
    padding-left: 10px;
    font-style: italic; }
  body .personal-data .uposazonyBox .firma {
    display: none; }
  body .personal-data .uposazonyBox .uposazonyText {
    font-size: 18px;
    font-weight: bold; }
  body .personal-data .uposazonyBox .boxUposazony {
    background: white;
    padding: 0px 0px 25px 0px;
    margin: 0;
    justify-content: center; }
  body .personal-data .uposazonyBox label {
    font-weight: 500; }
  body .personal-data .uposazonyBox .btnAddBenificiaryTop {
    background: #da2127;
    color: white;
    display: block;
    min-width: 241px;
    text-align: center;
    padding: .375rem .75rem;
    cursor: pointer;
    border-radius: 15px; }
  body .personal-data .uposazonyBox .btn-info {
    background: white;
    border: 1px solid #c8c9ca;
    border-radius: 25px; }
    body .personal-data .uposazonyBox .btn-info:hover {
      background: #cccccc; }
  body .personal-data .uposazonyBox .btn-info-active {
    border-radius: 25px;
    background: #cccccc;
    border: 1px solid #c8c9ca; }
    body .personal-data .uposazonyBox .btn-info-active:hover {
      background: #cccccc; }
  body .personal-data .beneficiarySection .infobtn {
    display: none; }
  body .personal-data .beneficiarySection h3 {
    cursor: pointer;
    background: transparent;
    max-width: 200px; }
  body .personal-data .adminText {
    font-size: 13px; }
    body .personal-data .adminText a {
      font-size: 13px;
      color: #da2127;
      text-decoration: none; }
      body .personal-data .adminText a:hover {
        color: #811417; }
  body .renewalNewVariant {
    background: white;
    margin-bottom: 50px;
    padding: 25px 0; }
  body .renewalForm .clientagreements a, body .renewalForm .confirmation a, body .proposalForm .clientagreements a, body .proposalForm .confirmation a {
    color: #da2127;
    text-decoration: none;
    font-size: 14px;
    transition: 0.2s; }
    body .renewalForm .clientagreements a:hover, body .renewalForm .confirmation a:hover, body .proposalForm .clientagreements a:hover, body .proposalForm .confirmation a:hover {
      color: #811417; }
  body .renewalForm h2, body .proposalForm h2 {
    font-size: 24px; }
  body .renewalForm .fileDownloadLink, body .proposalForm .fileDownloadLink {
    color: #da2127;
    text-decoration: none; }
  body .floatingContactSection {
    display: none; }
  body .sameAsPolicyholder label, body .foreigner label {
    text-align: center;
    border-radius: 25px;
    padding: .375rem 1.75rem;
    text-decoration: none;
    box-shadow: 2px 2px 5px 1px #c4c4c4;
    background-color: transparent;
    border: 1px solid #cc2025;
    color: #da2127;
    font-size: 14px; }
    body .sameAsPolicyholder label input, body .foreigner label input {
      opacity: 0;
      width: 0px;
      height: 0px; }
    body .sameAsPolicyholder label span, body .foreigner label span {
      margin-left: -3px; }
  body .sameAsPolicyholder label:has(input:checked), body .foreigner label:has(input:checked) {
    background-color: #da2127;
    color: #ffffff; }
  body .sameAsPolicyholder .form-check, body .foreigner .form-check {
    display: flex; }
    body .sameAsPolicyholder .form-check span, body .foreigner .form-check span {
      display: inline;
      border: none; }
      body .sameAsPolicyholder .form-check span:hover, body .foreigner .form-check span:hover {
        border: none; }
  body .foreigner label {
    box-shadow: none;
    padding: .1rem 0.7rem;
    font-size: 12px; }
  body .ocob-section .badgeBox .badge {
    margin-top: -1.3rem; }
  body .bonusCodeBox input {
    border: none; }
  body .bonusCodeRow {
    border-bottom: 1px solid #ececec;
    padding-bottom: 5px; }
  body .changeButtons .changeData {
    padding: .1rem 0.7rem; }
  body .specialization-row {
    display: flex;
    align-items: flex-start;
    /* Wyrównaj do góry (ważne, gdy pojawi się pole "Inna") */
    gap: 10px;
    /* Odstęp między polami a przyciskiem X */
    position: relative; }
  body .fields-container {
    flex-grow: 1;
    width: 100%; }
  body .btn-remove {
    flex-shrink: 0;
    /* Nie pozwól przyciskowi się zmniejszać */
    margin-top: 5px;
    /* Drobna korekta, aby wyrównać w pionie z selectem */
    padding: 0px 8px 4px 8px;
    /* Kompaktowy rozmiar */
    font-weight: bold;
    font-size: 20px;
    line-height: 1;
    height: 30px;
    /* Dopasowanie wysokości do standardowego inputa bootstrapa */
    display: flex;
    align-items: center;
    justify-content: center; }
  body #specializations-list .specialization-row:only-child .btn-remove {
    display: none !important; }
  body .btn-remove {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 38px;
    height: 38px;
    padding: 0;
    font-size: 20px;
    line-height: 1; }

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