@font-face {
  font-family: 'Source-Sans-Pro-Bold';
  src: url("/assets/fonts/subset-SourceSansPro-Bold.woff2") format("woff2"), url("/assets/fonts/subset-SourceSansPro-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
@font-face {
  font-family: 'Source-Sans-Pro-SemiBold';
  src: url("/assets/fonts/subset-SourceSansPro-SemiBold.woff2") format("woff2"), url("/assets/fonts/subset-SourceSansPro-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }
@font-face {
  font-family: 'Source-Sans-Pro-Regular';
  src: url("/assets/fonts/subset-SourceSansPro-Regular.woff2") format("woff2"), url("/assets/fonts/subset-SourceSansPro-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'Publico-Headline-Bold';
  src: url("/assets/fonts/subset-PublicoHeadline-Bold.woff2") format("woff2"), url("/assets/fonts/subset-PublicoHeadline-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }
html {
  font-size: 62.5%; }

body {
  color: #333333;
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

main {
  margin-top: 0; }
  main#main-page {
    margin-top: 0; }

.main-wrapper {
  position: relative;
  overflow-x: hidden; }

h1 {
  color: #333333;
  font-size: 6.2rem;
  font-family: "Publico-Headline-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

h2 {
  font-size: 6.2rem;
  font-family: "Publico-Headline-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 4rem;
  color: #3032c1; }
  @media (max-width: 767.98px) {
    h2 {
      font-size: 4.2rem; } }

h3 {
  color: #333333;
  font-size: 3.6rem;
  font-family: "Publico-Headline-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-bottom: 1rem; }

p {
  font-size: 1.8rem;
  line-height: 1.6;
  color: #333333;
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

strong, b {
  font-weight: normal;
  font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

a, a:hover {
  color: #00008f; }

label {
  font-size: 1.8rem;
  margin-bottom: 1.5rem;
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

hr {
  width: 100%;
  border-top: 1px solid #3032c1; }

.close-btn {
  position: absolute;
  right: 32px;
  width: 32px;
  height: 32px;
  opacity: 0.3;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer; }
  .close-btn:hover {
    opacity: 1; }
    .close-btn:hover:before {
      transform: rotate(90deg); }
    .close-btn:hover:after {
      transform: rotate(-90deg); }
  .close-btn:before, .close-btn:after {
    position: absolute;
    left: 15px;
    content: ' ';
    height: 33px;
    width: 2px;
    background-color: #ffffff; }
  .close-btn:before {
    transform: rotate(45deg);
    transition: all 0.5s; }
  .close-btn:after {
    transform: rotate(-45deg);
    transition: all 0.5s; }

.data-person-row {
  width: 100%; }
  .data-person-row .close-btn {
    display: none; }

.data-person-row-second {
  width: 100%; }
  .data-person-row-second .close-btn {
    display: none; }

.s1-nationality-item {
  display: none; }

.s5-q2-row, .s5-bliski-stan-zdrowia, .s5-bliski-zawod, .s5-czy-przy-przystepujesz-w-terminie-po {
  display: none; }

.s1-nationality-hide {
  display: none; }

.s1-nationality-show {
  display: flex; }

.s5-row-show {
  display: flex; }

.s1-forma-zatrudnienia-txt-wrap {
  display: none; }

.s1-forma-zatrudnienia-txt-wrap-show {
  display: block; }

.s5-oswiadczenie-o-przystapieniu.hide-row,
.s5-deklaracja-przetwarzanie.hide-row,
.s5-upowaznienia-dla-ubezpieczajacego.hide-row,
.s5-other.hide-row,
.s5-bliski-stan-zdrowia.hide-row,
.s5-bliski-zawod.hide-row,
.s5-oswiadczenie-pakiet-moje-zycie-i-zdrowie.hide-row,
.s5-pomoc-na-raka-capgemini.hide-row {
  display: none; }

input.form-control {
  border: 1px solid #cccccc;
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  height: 4.8rem;
  padding: 0 2rem;
  margin-bottom: 2.5rem; }
  input.form-control.small-bottom-margin {
    margin-bottom: 1rem; }
  input.form-control.date-step4 {
    width: 20rem; }
  input.form-control:focus {
    border: 1px solid #3032c1;
    outline: none;
    box-shadow: none; }

.checkbox-height {
  height: 30px; }

.form-check-input {
  margin-top: 5px; }

.form-check-label {
  padding-left: 20px;
  font-size: 1.6rem; }

.form-group {
  margin-bottom: 2rem; }
  .form-group.small-bottom-margin {
    margin-bottom: 1rem; }

.select2-container {
  width: 100% !important;
  margin-bottom: 2.5rem; }

.select2-container--bootstrap .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  background-color: #fff;
  border: 1px solid #cccccc;
  border-radius: 0;
  color: #333333;
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 1.8rem;
  outline: 0;
  height: 4.8rem; }

.select2-container--bootstrap.select2-container--focus .select2-selection, .select2-container--bootstrap.select2-container--open .select2-selection {
  -webkit-box-shadow: none;
  box-shadow: none;
  -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
  transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
  border-color: #3032c1; }

.is-invalid .select2-container--bootstrap .select2-selection {
  border-color: #dc3545; }
.is-invalid .select2-container--bootstrap.select2-container--focus .select2-selection, .is-invalid .select2-container--bootstrap.select2-container--open .select2-selection {
  border-color: #dc3545; }

.select2-container--bootstrap .select2-dropdown {
  -webkit-box-shadow: none;
  box-shadow: none;
  border-color: #3032c1;
  overflow-x: hidden;
  margin-top: -1px; }

.select2-container--bootstrap .select2-results__option--highlighted[aria-selected] {
  background-color: #f0efef;
  color: #3032c1;
  font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.select2-container--bootstrap .select2-results__option[aria-selected=true] {
  background-color: #f0efef;
  color: #3032c1;
  font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.select2-container--bootstrap .select2-selection--single .select2-selection__rendered {
  color: #333333;
  padding: 0;
  padding-top: 4px; }

.select2-container--bootstrap .select2-results__group {
  display: none; }

.pdf-link {
  position: absolute;
  right: 15px;
  bottom: 0; }

button.btn-next {
  width: 17.5rem;
  height: 5rem;
  background: #3032c1;
  border-bottom: 2px solid #00008f;
  color: #ffffff;
  font-size: 1.6rem;
  font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-top: 4rem;
  text-transform: uppercase; }
  button.btn-next.btn-add-data-person-row {
    width: 100%;
    background: #ffffff;
    color: #3032c1;
    border: 2px solid #3032c1;
    margin-top: 0rem;
    margin-bottom: 2rem; }
    button.btn-next.btn-add-data-person-row:hover {
      color: #ffffff; }
  button.btn-next.btn-add-data-person-row-second {
    width: 100%;
    background: #ffffff;
    color: #3032c1;
    border: 2px solid #3032c1;
    margin-top: 0rem;
    margin-bottom: 2rem; }
    button.btn-next.btn-add-data-person-row-second:hover {
      color: #ffffff; }
  button.btn-next.btn-add-data-person-row-tele {
    width: 100%;
    background: #ffffff;
    color: #3032c1;
    border: 2px solid #3032c1;
    margin-top: 0rem;
    margin-bottom: 2rem; }
    button.btn-next.btn-add-data-person-row-tele:hover {
      color: #ffffff; }
  button.btn-next.btn-email-info {
    width: auto;
    height: auto; }
  button.btn-next.selected, button.btn-next:hover {
    background: #00008f; }
button.btn-prev {
  height: 5rem;
  background: #ffffff;
  color: #3032c1;
  font-size: 1.6rem;
  font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  margin-top: 4rem; }
  button.btn-prev.selected, button.btn-prev:hover {
    background: #3032c1; }

header {
  width: 100vw;
  height: 93px;
  border-bottom: 1px solid #f1f1f1;
  z-index: 999; }

footer {
  width: 100vw;
  height: 30px;
  border-bottom: 1px solid #f1f1f1;
  z-index: 999;
  background: #3b3fd8;
  color: #ffffff; }
  footer a {
    color: #ffffff; }
    footer a:hover {
      color: #ffffff; }

main {
  width: 100vw; }

.main-top-wrap {
  padding: 0; }
  .main-top-wrap p {
    font-size: 2rem;
    font-weight: bold;
    padding: 0 15rem; }
    @media (max-width: 767.98px) {
      .main-top-wrap p {
        padding: 0; } }

.main-top {
  text-align: center;
  padding: 8rem 10rem 9.5rem;
  min-height: 500px; }
  @media (max-width: 767.98px) {
    .main-top {
      padding: 1rem;
      min-height: unset; } }
  .main-top h2 {
    margin-bottom: 6rem;
    margin-top: 5rem; }
  .main-top h3 {
    color: #3032c1;
    margin-bottom: 6rem;
    margin-top: 5rem; }

.steps-wrap {
  padding: 0 !important;
  border-bottom: 1px solid #f1f1f1;
  border-top: 1px solid #f1f1f1;
  min-height: 68px;
  margin-bottom: 6rem;
  position: relative; }
  @media (max-width: 991.98px) {
    .steps-wrap {
      min-height: unset;
      margin-bottom: 2rem; } }
  .steps-wrap .progress {
    background-color: #f07662;
    height: 4px;
    width: 25%;
    position: absolute;
    bottom: -5px;
    left: 0; }
  .steps-wrap .steps {
    min-height: 68px;
    border-left: 1px solid #f1f1f1; }
    .steps-wrap .steps .row {
      min-height: 68px; }
    .steps-wrap .steps .step {
      border-right: 1px solid #f1f1f1;
      min-height: 68px;
      position: relative; }
      .steps-wrap .steps .step .number {
        font-size: 1.4rem;
        padding-top: 10px; }
      .steps-wrap .steps .step .name {
        font-size: 1.6rem;
        color: #999999;
        font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
        line-height: 1.2;
        padding-bottom: 1rem;
        padding-right: 2.5rem; }
      .steps-wrap .steps .step.active .name {
        color: #333333; }
      .steps-wrap .steps .step.active:after {
        -webkit-transform: rotate(90deg);
        -moz-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        -o-transform: rotate(90deg);
        transform: rotate(90deg); }
      .steps-wrap .steps .step:after {
        content: '';
        display: block;
        position: absolute;
        width: 10px;
        height: 18px;
        right: 20px;
        top: 25px;
        background: url("../../images/img/step-arrow.png") no-repeat; }

.main-content {
  background-color: #fafafa;
  padding: 30px 30px;
  position: relative; }
  @media (max-width: 767.98px) {
    .main-content {
      padding: 1rem; } }
  .main-content h3 {
    border-bottom: 1px solid #dadada;
    padding-bottom: 2rem;
    margin-bottom: 2.5rem;
    line-height: 1; }
    .main-content h3 span {
      font-size: 2rem; }
      .main-content h3 span.header-h3 {
        font-size: 3.6rem; }
        @media (max-width: 767.98px) {
          .main-content h3 span.header-h3 {
            font-size: 2.6rem; } }
    .main-content h3.h3-tele-pac {
      font-size: 2.4rem;
      margin-bottom: 0; }
      .main-content h3.h3-tele-pac span {
        font-size: 1.8rem;
        font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .main-content h3.h3-zastepczy-error {
      font-size: 2.4rem;
      margin-bottom: 0;
      border: 0; }
      .main-content h3.h3-zastepczy-error span {
        font-size: 1.8rem;
        font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .main-content .info {
    margin-bottom: 30px; }
  .main-content .loader-layer {
    background-color: #ffffff;
    opacity: 0.9;
    z-index: 9999;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    display: none; }

.invalid-feedback {
  display: block !important; }
  .invalid-feedback.ubezpieczony-invalid-feedback, .invalid-feedback.default-invalid-feedback, .invalid-feedback.ubezpieczony-invalid-feedback-cert-info, .invalid-feedback.bliski-stan-zdrowia-invalid-feedback, .invalid-feedback.bliski-zawod-invalid-feedback, .invalid-feedback.ciech-invalid-feedback, .invalid-feedback.ciech-invalid-feedback-2, .invalid-feedback.s5-invalid-feedback-2, .invalid-feedback.s5-invalid-feedback-3, .invalid-feedback.s5-invalid-feedback-bliski-zawod, .invalid-feedback.s5-invalid-feedback-bliski-stan-zdrowia {
    display: none !important; }
  .invalid-feedback.ubezpieczony-invalid-feedback-active, .invalid-feedback.bliski-stan-zdrowia-invalid-feedback-active, .invalid-feedback.bliski-zawod-invalid-feedback-active, .invalid-feedback.ciech-invalid-feedback-active, .invalid-feedback.s5-invalid-feedback-active {
    display: block !important; }
  .invalid-feedback.d-none {
    display: none !important; }

.table.variants {
  margin-bottom: 2rem; }
  .table.variants th {
    border-bottom: 1px solid #e0e0e0;
    border-top: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    text-align: center;
    font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.8rem;
    padding: 1rem 1rem;
    width: 25%; }
    .table.variants th:last-child {
      border-right: 1px solid #e0e0e0; }
    .table.variants th:nth-child(2), .table.variants th:nth-child(3) {
      background: #ffffff; }
  .table.variants th.col-1 {
    border-top: none;
    border-left: none;
    width: 50%;
    border-bottom: 1px solid #e0e0e0; }
  .table.variants td.col-1 {
    border: none; }
  .table.variants td {
    border-top: none;
    border-bottom: 1px solid #e0e0e0;
    border-left: 1px solid #e0e0e0;
    font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 1.6rem;
    line-height: 1.1;
    padding: 0.8rem; }
    .table.variants td span {
      font-size: 1.2rem; }
    .table.variants td:last-child {
      border-right: 1px solid #e0e0e0; }
    .table.variants td:nth-child(2), .table.variants td:nth-child(3) {
      background: #ffffff; }
      .table.variants td:nth-child(2).check, .table.variants td:nth-child(3).check {
        background: #ffffff url("../../images/img/variant-check.png") no-repeat center center !important; }
      .table.variants td:nth-child(2).info, .table.variants td:nth-child(3).info {
        font-size: 1.2rem;
        background: #ffffff url("../../images/img/variant-check.png") no-repeat center 10px !important;
        text-align: center;
        padding-top: 35px; }
  .table.variants.select1 th:nth-child(2) {
    border-left: 2px solid #3032c1;
    border-top: 2px solid #3032c1; }
  .table.variants.select1 th:nth-child(3) {
    border-left: 2px solid #3032c1; }
  .table.variants.select1 td:nth-child(2) {
    border-left: 2px solid #3032c1; }
  .table.variants.select1 td:nth-child(3) {
    border-left: 2px solid #3032c1; }
  .table.variants.select1 tr:last-child td:nth-child(2) {
    border-bottom: 2px solid #3032c1; }
  .table.variants.select2 th:nth-child(3) {
    border-right: 2px solid #3032c1;
    border-top: 2px solid #3032c1; }
  .table.variants.select2 th:nth-child(2) {
    border-right: 2px solid #3032c1; }
  .table.variants.select2 td:nth-child(3) {
    border-right: 2px solid #3032c1; }
  .table.variants.select2 td:nth-child(2) {
    border-right: 2px solid #3032c1; }
  .table.variants.select2 tr:last-child td:nth-child(3) {
    border-bottom: 2px solid #3032c1; }
  .table.variants .last-row td {
    background: none; }
    .table.variants .last-row td:nth-child(3), .table.variants .last-row td:nth-child(2) {
      border-left: none;
      text-align: center;
      padding: 1.5rem 0 0 0;
      font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      font-size: 1.8rem;
      color: #3032c1; }
    .table.variants .last-row td:nth-child(2) {
      border-left: none;
      border-right: none; }
    .table.variants .last-row td:nth-child(3) {
      border-right: 1px solid #e0e0e0; }
  .table.variants .buttons-row td {
    padding: 1rem; }
  .table.variants button {
    width: 100%;
    height: 5rem;
    background: #ffffff;
    border: 2px solid #3032c1;
    color: #3032c1;
    font-size: 1.6rem;
    font-family: "Source-Sans-Pro-SemiBold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
    .table.variants button.selected, .table.variants button:hover {
      background: #3032c1;
      border-bottom: 2px solid #00008f;
      color: #ffffff; }

.pdf {
  margin-bottom: 3rem; }
  .pdf .file-info {
    float: left;
    padding: 0 5px 0 25px; }
    .pdf .file-info:after {
      content: '';
      display: block;
      position: absolute;
      left: 15px;
      top: 6px;
      width: 12px;
      height: 14px;
      background: url("../../images/img/file-ico.png") no-repeat center center;
      background-size: cover; }
  .pdf a {
    display: inline-block;
    background: url("../../images/img/download-ico.png") no-repeat center right;
    padding-right: 15px; }

.info-text {
  position: relative;
  padding: 0 5px 0 35px;
  color: #3032c1;
  cursor: pointer; }
  .info-text.info-table {
    color: #333333;
    margin: 0;
    padding: 0; }
  .info-text.no-link {
    cursor: auto; }
  .info-text.country-info {
    display: inline;
    margin-left: 15px; }
    .info-text.country-info span {
      display: none; }
  .info-text:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
    width: 21px;
    height: 21px;
    background: url("../../images/img/info-ico.png") no-repeat center center;
    background-size: cover; }
  .info-text.info-inline {
    color: #333333;
    margin: 0;
    padding: 3px 30px 0 0;
    display: inline;
    cursor: pointer; }
    .info-text.info-inline:after {
      left: auto;
      right: 0; }
    .info-text.info-inline .popup-info {
      width: 300px;
      left: -150px;
      bottom: 120%;
      text-align: left; }

h3 .info-text {
  font-family: "Source-Sans-Pro-Regular", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  h3 .info-text:after {
    top: 18px; }
h3 p {
  margin: 1rem 0 0 0; }

.step-0 {
  min-height: 85vh; }
  .step-0 .main-content {
    min-height: 85vh; }
  .step-0 input.form-control {
    margin-bottom: 0 !important; }

.step-1 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-1 .steps-wrap .progress {
  width: 17%; }

.step-2 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-2 .steps-wrap .progress {
  width: 34%; }

.step-3 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-3 .steps-wrap .progress {
  width: 50%; }

.step-4 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-4 .steps-wrap .progress {
  width: 67%; }

.step-5 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-5 .steps-wrap .progress {
  width: 84%; }

.step-6 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-6 .steps-wrap .progress {
  width: 100%; }
.step-6 label {
  font-size: 1.4rem;
  margin-bottom: 0.2rem; }
.step-6 .label-value {
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 0rem;
  color: #3032c1; }
  @media (max-width: 767.98px) {
    .step-6 .label-value {
      font-size: 1.6rem; } }
.step-6 .section-bar {
  margin-bottom: 1rem;
  margin-top: 1rem; }
.step-6 .form-group {
  margin-bottom: 1rem; }

.step-7 .main-top-wrap {
  background: url("../../images/img/step2-main-bg.jpg ") no-repeat center;
  background-size: cover; }
.step-7 .steps-wrap .progress {
  width: 100%; }

.section-bar-2 {
  width: 100%;
  background: #ffffff;
  padding: 0.5rem 2.5rem;
  font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #3032c1;
  border-left: 1px solid #3032c1;
  margin-top: 1rem;
  margin-bottom: 1rem;
  position: relative; }

.section-bar {
  width: 100%;
  background: #3032c1;
  padding: 1.5rem 2.5rem;
  font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #ffffff;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative; }
  .section-bar.first {
    margin-top: 0rem; }
  .section-bar.info:after {
    content: '';
    display: inline-block;
    width: 22px;
    height: 21px;
    background: url("../../images/img/section-bar-info-ico.png") no-repeat center center;
    margin-left: 10px; }

.variants-sum-wrap {
  font-size: 3rem; }
  .variants-sum-wrap b {
    color: #3032c1; }
  .variants-sum-wrap.with-border {
    border: 1px solid #007bff;
    padding: 1rem 2rem;
    text-align: center;
    margin-top: 2rem; }
  .variants-sum-wrap .sum-info {
    font-size: 1.6rem;
    line-height: 1;
    display: none; }

.section-bar-clear {
  width: 100%;
  padding: 1.5rem 0;
  font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
  font-size: 2rem;
  color: #333333;
  margin-top: 4rem;
  margin-bottom: 3rem;
  position: relative; }

.sub-section-bar {
  width: 100%;
  background: #d7d7d7;
  padding: 1.5rem 2.5rem;
  font-family: Source-Sans-Pro-Bold;
  font-size: 3rem;
  color: #ffffff;
  margin-top: 40px;
  margin-bottom: 40px; }

.pesel-data {
  opacity: 0; }
  .pesel-data.active {
    opacity: 1; }
  .pesel-data div:nth-child(1) {
    font-size: 1.8rem; }
  .pesel-data div:nth-child(2) {
    font-size: 2rem;
    font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }

.summary .row {
  margin: 0; }
  .summary .row > div {
    padding: 10px 15px; }
    .summary .row > div:nth-child(1) {
      color: #3032c1;
      font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
      border-left: 1px solid #d5d5d5;
      border-top: 1px solid #d5d5d5;
      border-right: 1px solid #d5d5d5; }
    .summary .row > div:nth-child(2) {
      color: #333333;
      border-top: 1px solid #d5d5d5;
      border-right: 1px solid #d5d5d5; }
  .summary .row:nth-last-child(1) > div {
    border-bottom: 1px solid #d5d5d5; }
  .summary .row:nth-child(even) {
    background: #ffffff; }
  .summary .row:nth-child(even) {
    background: #f0efef; }
  .summary .row:nth-child(1) {
    background: #f0efef; }
    .summary .row:nth-child(1) > div:nth-child(2) {
      font-family: "Source-Sans-Pro-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif; }
  .summary .row:nth-child(2), .summary .row:nth-child(3) {
    background: #ffffff; }
  .summary .row:nth-child(1) > div:nth-child(2), .summary .row:nth-child(2) > div:nth-child(2), .summary .row:nth-child(3) > div:nth-child(2) {
    color: #3032c1; }
  .summary .row:nth-child(1) > div:nth-child(1), .summary .row:nth-child(1) > div:nth-child(2), .summary .row:nth-child(2) > div:nth-child(1), .summary .row:nth-child(2) > div:nth-child(2), .summary .row:nth-child(3) > div:nth-child(1), .summary .row:nth-child(3) > div:nth-child(2) {
    border-color: #3032c1; }
  .summary .row:nth-child(4) > div:nth-child(1), .summary .row:nth-child(4) > div:nth-child(2) {
    border-top: 1px solid #3032c1; }

.popup-info {
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto;
  width: 100%;
  background: #fff;
  color: #3032c1;
  border: 2px solid #3032c1;
  padding: 1rem;
  font-size: 1.4rem;
  z-index: 999;
  display: none; }
  .popup-info p {
    font-size: 1.4rem;
    color: #3032c1; }

td.info .popup-info {
  width: 280%;
  left: -90%;
  bottom: auto;
  top: 100%; }

.email-group {
  position: relative; }
  .email-group .email-info {
    width: calc(200% + 30px); }

.form-check-inline .form-check-label {
  padding-left: 10px;
  padding-right: 20px; }

.bg-gray {
  background: #d7d7d7;
  color: #000000;
  padding: 1rem;
  margin-bottom: 2rem; }
  .bg-gray p {
    color: #000000;
    margin: 0; }
    .bg-gray p span {
      color: #3032c1;
      font-size: 1.8rem;
      font-weight: bold; }

.lang-ico {
  width: 40px;
  height: 20px;
  display: block;
  float: right;
  background-size: cover !important;
  opacity: 1;
  margin-left: 10px; }
  .lang-ico.lang-ico-pl {
    background: url("../../images/img/pl.jpg"); }
  .lang-ico.lang-ico-uk {
    background: url("../../images/img/uk.jpg"); }

a .lang-ico {
  opacity: 0.3; }

.feEksport {
  padding: 1rem 2rem; }
  .feEksport h2 {
    font-size: 4rem;
    font-family: "Publico-Headline-Bold", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 1rem;
    color: #3032c1; }
  .feEksport .menu-buttons {
    margin-bottom: 1rem; }
    .feEksport .menu-buttons a {
      display: inline-block;
      border: 1px solid #3032c1;
      padding: 1rem 2rem;
      font-weight: bold; }
      .feEksport .menu-buttons a:hover {
        background: red;
        color: #ffffff;
        text-decoration: none; }
  .feEksport .data-table {
    margin-bottom: 4rem; }
  .feEksport .submit-btn {
    display: inline-block;
    border: 1px solid #3032c1;
    padding: 1rem 2rem;
    font-weight: bold; }
    .feEksport .submit-btn:hover {
      background: #3032c1;
      color: #fff;
      text-decoration: none;
      cursor: pointer; }
  .feEksport.login-form .login__inner {
    margin: 2rem auto; }
  .feEksport .date-range .date-input {
    width: 15%;
    height: 4rem;
    padding: 0.5rem;
    display: block;
    margin-bottom: 1rem; }
    .feEksport .date-range .date-input label {
      padding-right: 1rem; }
  .feEksport table {
    min-width: 30%; }

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