@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: local('Poppins Light'), local('Poppins-Light'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLDz8Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Poppins Regular'), local('Poppins-Regular'), url(https://fonts.gstatic.com/s/poppins/v13/pxiEyp8kv8JHgFVrJJnedw.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 600;
  font-display: swap;
  src: local('Poppins SemiBold'), local('Poppins-SemiBold'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLEj6Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: local('Poppins Bold'), local('Poppins-Bold'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLCz7Z1JlEA.ttf) format('truetype');
}
@font-face {
  font-family: 'Poppins';
  font-style: normal;
  font-weight: 900;
  font-display: swap;
  src: local('Poppins Black'), local('Poppins-Black'), url(https://fonts.gstatic.com/s/poppins/v13/pxiByp8kv8JHgFVrLBT5Z1JlEA.ttf) format('truetype');
}
body .cena-netto-visibility {
  display: none;
}
body.ceny-netto .cena-netto-visibility {
  display: inline;
}
.btn {
  white-space: normal;
  padding: 5px 10px;
}
.btn-danger {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}
.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.color-link {
  color: #2ca9cd;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.color-link:focus {
  color: #2ca9cd;
}
.color-link:hover {
  color: #2386a3;
}
.color-success {
  color: #6ba928;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.color-success:hover {
  color: #51801e;
}
.color-danger {
  color: #ac2925;
  -webkit-transition: color 0.4s;
  -o-transition: color 0.4s;
  transition: color 0.4s;
}
.color-danger:hover {
  color: #821f1c;
}
.currency:after {
  content: attr(data-currency);
  font-size: 0.5em;
  font-weight: 400;
  margin-left: 0.5em;
  text-transform: uppercase;
}
.input-service {
  margin-top: 15px;
}
.input-service label {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.input-service input,
.input-service textarea {
  width: 100%;
  display: block;
  border: none;
  border-radius: 5px;
  height: 45px;
  padding: 10px;
  background: #f2f2f2;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.input-service input:focus,
.input-service textarea:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 2px 0px #2ca9cd;
          box-shadow: 0px 0px 2px 0px #2ca9cd;
}
.input-service input.warning,
.input-service textarea.warning {
  -webkit-box-shadow: 0px 0px 2px 0px #b31616;
          box-shadow: 0px 0px 2px 0px #b31616;
}
.input-service textarea {
  height: 150px;
}
.select-service {
  margin-top: 15px;
}
.select-service label {
  font-weight: 400;
  font-size: 12px;
  text-align: left;
  width: 100%;
}
.select-service select {
  width: 100%;
  display: block;
  border: none;
  height: 45px;
  border-radius: 5px;
  padding-left: 10px;
  border: 1px solid #ccc;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
.select-service select:focus {
  outline: none;
  -webkit-box-shadow: 0px 0px 1px 0px #2ca9cd;
          box-shadow: 0px 0px 1px 0px #2ca9cd;
}
.select-service select.warning {
  -webkit-box-shadow: 0px 0px 1px 0px #b31616;
          box-shadow: 0px 0px 1px 0px #b31616;
}
.checkbox-service {
  margin-top: 15px;
  margin-bottom: 0;
  cursor: pointer;
  width: 100%;
  display: block;
}
.checkbox-service .service-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.checkbox-service .service-inner .name {
  font-weight: 400;
  text-align: left;
  font-size: 13px;
}
.checkbox-service .service-inner:before {
  content: '';
  display: block;
  margin-top: 3px;
  margin-right: 12px;
  height: 12px;
  min-width: 12px;
  max-width: 12px;
  background: url('../dist-panel-klienta/img/success.svg') center;
  -webkit-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}
.checkbox-service input {
  visibility: hidden;
  position: absolute;
}
.checkbox-service > input:checked + .service-inner:before {
  background: url('../dist-panel-klienta/img/success-fill.svg') center;
}
.table-responsive table {
  margin-bottom: 0;
}
.table-responsive table tr {
  font-size: 12px;
}
.table-responsive table tr th {
  padding: 14px;
  font-size: 12px;
  font-weight: 500;
}
.table-responsive table tr th a {
  color: #fff;
  opacity: 0.7;
  cursor: pointer;
}
.table-responsive table tr th.active {
  background: #777;
}
.table-responsive table tr th.active a {
  font-weight: 700;
  position: relative;
  opacity: 1;
}
.table-responsive table tr th.active a:after {
  content: '';
  height: 6px;
  width: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: -10px;
  background: url('../dist-panel-klienta/img/down-triangle.svg') center;
  background-size: cover;
  position: absolute;
}
.table-responsive table tr th.active.up a:after {
  -webkit-transform: translateY(-50%) rotate(180deg);
      -ms-transform: translateY(-50%) rotate(180deg);
          transform: translateY(-50%) rotate(180deg);
}
.table-responsive table tr td {
  padding: 14px;
  vertical-align: middle;
}
.table-responsive table tr td input {
  margin: 0;
  padding: 0 0 0 5px;
  height: 1.3rem;
  font-size: 12px;
  font-weight: 300;
}
.table-responsive table tr td .select2-selection--single,
.table-responsive table tr td select {
  height: 1.3rem !important;
  font-size: 12px;
}
.table-responsive table tr td a,
.table-responsive table tr td button {
  color: #2ca9cd;
  font-size: 12px;
  padding: 0;
  margin: 0;
  outline: none;
  background: none;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}
.table-responsive table tr td a img,
.table-responsive table tr td button img {
  height: 50px;
}
.table-responsive table tr td .checkbox-service {
  margin: 0;
}
.table-responsive table tr td .checkbox-service input {
  height: auto;
}
.table-responsive table tr td .checkbox-service .service-inner:before {
  margin: 0;
}
.table-responsive table tr td .quantity {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.table-responsive table tr td .quantity .input-number {
  width: 45px;
  padding: 0 5px;
  text-align: center;
  outline: none;
}
.table-responsive table tr td .quantity .input-number,
.table-responsive table tr td .quantity .input-number-decrement,
.table-responsive table tr td .quantity .input-number-increment {
  height: 35px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.table-responsive table tr td .quantity .input-number-decrement,
.table-responsive table tr td .quantity .input-number-increment {
  width: 30px;
  background: #2ca9cd;
  color: #fff;
  text-align: center;
  font-weight: 700;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition: background 0.4s;
  -o-transition: background 0.4s;
  transition: background 0.4s;
  cursor: pointer;
  border: none;
  outline: none;
}
.table-responsive table tr td .quantity .input-number-decrement:active,
.table-responsive table tr td .quantity .input-number-increment:active {
  background: #000;
}
.table-responsive table tr td .quantity input[type=number]::-webkit-inner-spin-button,
.table-responsive table tr td .quantity input[type=number]::-webkit-outer-spin-button {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  margin: 0;
}
.table-responsive table tr td .quantity input[type=number] {
  -moz-appearance: textfield;
}
.table-responsive table tr td.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.table-responsive table tr td.d-flex > * {
  margin-right: 20px;
}
.table-responsive table tr td.d-flex > *:last-child {
  margin-right: 0;
}
.table-responsive table tr.alert-dot {
  background: #f9f1f1 !important;
}
.table-responsive table tr.alert-dot td a {
  font-weight: 700;
}
.table-responsive table tr.alert-dot td:last-child {
  position: relative;
}
.table-responsive table tr.alert-dot td:last-child:before {
  content: '';
  height: 7px;
  width: 7px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cd270c;
  right: 5px;
}
.table-responsive table tr:hover {
  background: #f9f9f9;
}
.table-responsive table tr:first-child {
  background: #777;
  color: #fff;
}
.pagination-nav-wrapper {
  padding: 15px;
  background: #f9f9f9;
  margin-top: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pagination-nav-wrapper .pagination-view {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.pagination-nav-wrapper .pagination-view p {
  font-size: 12px;
  color: #777;
}
.pagination-nav-wrapper .pagination-view button,
.pagination-nav-wrapper .pagination-view a {
  padding: 0;
  border: none;
  background: none;
  font-size: 12px;
  cursor: pointer;
}
.pagination-nav-wrapper .pagination-view button.active,
.pagination-nav-wrapper .pagination-view a.active {
  font-weight: 700;
  color: #2ca9cd;
}
.pagination-nav-wrapper .pagination-view .form-service {
  margin-top: 0;
  margin-right: 5px;
}
.pagination-nav-wrapper .pagination-view input {
  width: 60px;
}
.pagination-nav-wrapper .pagination-view > * {
  margin-right: 10px;
}
.pagination-nav-wrapper .pagination-view > *:last-child {
  margin-right: 0;
}
.pagination-nav-wrapper .pagination-nav {
  margin-top: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.pagination-nav-wrapper .pagination-nav li a {
  display: block;
  height: auto;
  width: auto;
  padding: 10px;
  font-size: 13px;
  color: #666;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.pagination-nav-wrapper .pagination-nav li a:hover {
  color: #2ca9cd;
}
.pagination-nav-wrapper .pagination-nav li.active a {
  font-weight: 700;
  color: #2ca9cd;
}
.pagination-nav-wrapper .pagination-nav li:first-child a,
.pagination-nav-wrapper .pagination-nav li:last-child a {
  font-size: 12px;
}
.order-summary {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  text-align: right;
}
.order-summary .summary-code {
  width: 100%;
  padding: 10px 10px 10px 20px;
  margin-bottom: 30px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.order-summary .summary-code p {
  padding-right: 50px;
}
.order-summary .summary-code .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.order-summary .summary-code .inner-wrapper .input-service {
  margin: 0 10px 0 0;
}
.order-summary .summary-code .inner-wrapper .input-service input {
  height: 100%;
  width: 300px;
}
.order-summary .cart {
  font-size: 22px;
  font-weight: 600;
}
.order-summary .cart small {
  font-size: 13px;
  font-weight: 400;
}
.order-summary .discount {
  margin-top: 5px;
  font-size: 12px;
  color: #666;
}
.order-summary .discount span {
  color: #2ca9cd;
  font-weight: 700;
}
.order-summary .summary {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #efefef;
  font-size: 22px;
  font-weight: 600;
}
.order-summary .summary small {
  font-size: 13px;
  font-weight: 400;
}
.form-service {
  margin-top: -20px;
}
.form-service .info {
  margin-top: 30px;
}
.form-service .info p {
  font-size: 12px;
}
.form-service .btn {
  margin-top: 30px;
}
.empty-info {
  margin-top: 30px;
  text-align: center;
  padding: 30px;
  border-radius: 5px;
  background: #efefef;
}
.empty-info h2 {
  font-size: 16px;
}
.empty-info p {
  margin-top: 15px;
  color: #666;
}
.empty-info .btn {
  margin-top: 30px;
  width: 100%;
}
.complaint-service {
  margin-top: 20px;
}
.complaint-service .service-heading {
  margin-bottom: 5px;
}
.complaint-service .service-heading p {
  font-weight: 400;
  font-size: 12px;
}
.complaint-service .service-inner {
  background: #f7f7f7;
  border-radius: 5px;
  padding: 10px;
}
.modal-service-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  overflow-y: scroll;
  background: rgba(0, 0, 0, 0.5);
  z-index: 555;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
}
.modal-service-wrapper.active {
  opacity: 1;
  visibility: visible;
}
.modal-service-wrapper .modal-service {
  padding: 50px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 100%;
}
.modal-service-wrapper .modal-service .service-inner {
  background: #fff;
  width: 500px;
  max-width: 100%;
  padding: 25px;
  position: relative;
}
.modal-service-wrapper .modal-service .service-inner .service-button {
  position: absolute;
  top: 20px;
  right: 20px;
  border: none;
  background: none;
  padding: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar {
  display: block;
  position: absolute;
  width: 20px;
  height: 2px;
  background: #222;
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(1) {
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-button .button-bar:nth-child(2) {
  -webkit-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.modal-service-wrapper .modal-service .service-inner .service-content {
  padding-right: 40px;
}
.modal-service-wrapper .modal-service .service-inner .service-content .heading {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons {
  margin-top: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.modal-service-wrapper .modal-service .service-inner .service-buttons .btn-link {
  padding: 0;
  text-transform: uppercase;
  font-weight: 700;
  text-decoration: none;
}
div.panel-klienta-logowanie-section-content {
  font-family: 'Poppins', sans-serif;
  padding: 0 0 50px 0;
}
div.panel-klienta-logowanie-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service {
  width: 45%;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .heading {
  font-size: 24px;
  margin-bottom: 30px;
  text-align: center;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .heading-description {
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 30px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service.login {
  margin-top: 30px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service.register {
  padding: 30px;
  border: 1px solid #f2f2f2;
  border-radius: 5px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service.register .row {
  margin-top: -15px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .buttons-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .info {
  margin-top: 30px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .info p {
  font-size: 12px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .recaptcha-wrapper {
  margin-top: 30px;
}
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .btn,
div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .btn-link {
  margin-top: 30px;
}
div.panel-klienta-logowanie-section-content .content-flexbox.flexbox-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.panel-klienta-logowanie-section-content .content-flexbox.flexbox-center .flexbox-service {
  width: 100%;
  max-width: 500px;
}
div.panel-klienta-section-content {
  font-family: 'Poppins', sans-serif;
  padding: 0 0 50px 0;
}
div.panel-klienta-section-content .heading {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
}
div.panel-klienta-section-content .heading:first-of-type {
  margin-top: 0;
}
div.panel-klienta-section-content .heading-description {
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 30px;
}
div.panel-klienta-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar {
  min-width: 220px;
  max-width: 220px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-info {
  padding: 15px;
  background: #f3f3f3;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-info .heading-small {
  text-transform: uppercase;
  font-size: 12px;
  letter-spacing: 0.3px;
  font-weight: 600;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-info .heading-small:not(:first-child) {
  margin-top: 20px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-info .info {
  margin-top: 10px;
  font-size: 36px;
  font-weight: 600;
  color: #2ca9cd;
  line-height: 25px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info {
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  list-style: none;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li {
  width: 100%;
  margin-bottom: 10px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li a,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li a {
  width: 100%;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 14px;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  transition: all 0.3s;
  color: #333;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li:hover a,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li:hover a {
  color: #2ca9cd;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li.active a,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li.active a {
  font-weight: 600;
  color: #2ca9cd;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li.divider,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li.divider {
  margin: 10px 0 20px 0;
  height: 1px;
  width: 100%;
  background: #e9e9e9;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li.alert-dot,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li.alert-dot {
  position: relative;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li.alert-dot:before,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li.alert-dot:before {
  content: '';
  height: 7px;
  width: 7px;
  position: absolute;
  border-radius: 50%;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: #cd270c;
  left: -10px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li:last-child,
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li:last-child {
  margin-bottom: 0;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li:first-child a {
  color: #333;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-logout {
  margin-bottom: 20px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-logout li a {
  color: #999 !important;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body {
  padding-left: 100px;
  width: 100%;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service {
  margin-top: 30px;
  width: 30%;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7);
          box-shadow: 0px 0px 1px 0px rgba(0, 0, 0, 0.7);
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .service-name {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  background: #f7f7f7;
  position: relative;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .service-name img {
  width: 100%;
  opacity: 0.05;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .service-name p {
  position: absolute;
  z-index: 111;
  font-size: 20px;
  color: #999;
  font-weight: 700;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .service-description {
  margin-bottom: 0;
  padding: 20px;
  color: #666;
  font-size: 13px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .img-absolute {
  margin: 0 0 20px 20px;
  height: 30px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service:hover {
  -webkit-box-shadow: 0px 0px 1px 0px #2ca9cd;
          box-shadow: 0px 0px 1px 0px #2ca9cd;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service.service-hidden {
  margin: 0;
  padding: 0;
  opacity: 0;
  visibility: hidden;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper {
  margin-top: 30px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message {
  margin-top: 15px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message span {
  display: block;
  font-size: 0.7rem;
  font-weight: 700;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message p {
  margin-top: 10px;
  padding: 15px;
  border-radius: 10px;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message.client {
  width: 90%;
  margin-left: 10%;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message.client span {
  text-align: right;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message.client p {
  background: dodgerblue;
  color: #fff;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message.admin {
  width: 90%;
}
div.panel-klienta-section-content .content-flexbox .flexbox-body .messenger-wrapper .message.admin p {
  background: #ddd;
}
div.panel-klienta-koszyk-section-content {
  padding: 0 0 50px 0;
  font-family: 'Poppins', sans-serif;
}
div.panel-klienta-koszyk-section-content .heading {
  font-size: 24px;
  margin-bottom: 30px;
  margin-top: 50px;
}
div.panel-klienta-koszyk-section-content .heading:first-of-type {
  margin-top: 0;
}
div.panel-klienta-koszyk-section-content .heading-check {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.panel-klienta-koszyk-section-content .heading-check .heading {
  margin: 0;
  position: relative;
}
div.panel-klienta-koszyk-section-content .heading-check a {
  margin-left: 15px;
}
div.panel-klienta-koszyk-section-content .heading-check a .data:after {
  content: 'Podaj nowe dane';
}
div.panel-klienta-koszyk-section-content .heading-check a .fv:after {
  content: 'Chcę otrzymać fakturę';
}
div.panel-klienta-koszyk-section-content .heading-check.active {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-koszyk-section-content .heading-check.active a .data:after,
div.panel-klienta-koszyk-section-content .heading-check.active a .fv:after {
  content: 'Anuluj';
  color: red;
}
div.panel-klienta-koszyk-section-content .heading-description {
  margin-top: -20px;
  font-size: 13px;
  margin-bottom: 30px;
}
div.panel-klienta-koszyk-section-content .content-steps {
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}
div.panel-klienta-koszyk-section-content .content-steps:before {
  content: '';
  top: 30px;
  position: absolute;
  width: 100%;
  background: #f4f4f4;
  height: 3px;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service {
  text-align: center;
  width: calc(100% / 4);
}
div.panel-klienta-koszyk-section-content .content-steps .step-service .step {
  height: 60px;
  width: 60px;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #f4f4f4;
  margin: 0 auto;
  position: relative;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service .step p {
  font-size: 13px;
  font-weight: 700;
  color: #ccc;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service .name {
  margin-top: 10px;
  font-size: 12px;
  color: #d6d6d6;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service.active {
  opacity: 1;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service.active .step {
  background: #2ca9cd;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service.active .step p {
  color: #fff;
}
div.panel-klienta-koszyk-section-content .content-steps .step-service.active .name {
  color: #333;
}
div.panel-klienta-koszyk-section-content .content-flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body {
  padding-right: 100px;
  width: 100%;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body hr {
  margin: 50px 0;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .content-login {
  padding: 10px 10px 10px 20px;
  background: #f9f9f9;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .content-login p {
  padding-right: 50px;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .content-login .btn {
  white-space: nowrap;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .collapse-inner .form-service {
  padding: 0 2px;
  margin-top: 10px;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox {
  margin-top: -30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-heading {
  margin-top: 30px;
  font-size: 24px;
  color: #2ca9cd;
  font-weight: 900;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-heading a {
  color: inherit;
  -webkit-transition: color 0.3s;
  -o-transition: color 0.3s;
  transition: color 0.3s;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-heading a:hover {
  color: #2386a3;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service {
  margin-top: 30px;
  padding: 30px;
  width: 30%;
  border-radius: 5px;
  background: #f9f9f9;
  border: none;
  cursor: pointer;
  -webkit-transition: -webkit-box-shadow 0.4s;
  transition: -webkit-box-shadow 0.4s;
  -o-transition: box-shadow 0.4s;
  transition: box-shadow 0.4s;
  transition: box-shadow 0.4s, -webkit-box-shadow 0.4s;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service img {
  width: 100%;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service .heading {
  color: #888;
  margin-bottom: 0;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service:hover {
  -webkit-box-shadow: 0px 0px 2px 0px #2ca9cd;
          box-shadow: 0px 0px 2px 0px #2ca9cd;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service.service-hidden {
  margin: 0;
  padding: 0;
  visibility: hidden;
  opacity: 0;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar {
  min-width: 280px;
  max-width: 280px;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner {
  padding: 10px 20px 20px 20px;
  background: #f9f9f9;
  -webkit-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-success {
  margin-top: 10px;
  margin-bottom: 20px;
  padding: 10px;
  background: #4cae4c;
  text-align: center;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-success p {
  color: #fff;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row {
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row .name {
  text-transform: uppercase;
  font-size: 11px;
  padding-right: 30px;
  margin-top: 3px;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row .text {
  font-weight: 500;
  text-align: right;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row.summary {
  display: block;
  text-align: right;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row.summary .name {
  padding-right: 0;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row.summary .text {
  color: #ac2925;
  font-size: 20px;
  font-weight: 700;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .inner-row.summary .text small {
  font-size: 12px;
}
div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar .sidebar-inner .btn {
  margin-top: 20px;
  width: 100%;
  font-size: 10px;
}
div.panel-klienta-koszyk-section-content .content-buttons {
  margin-top: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
div.panel-klienta-koszyk-section-content .disabled {
  opacity: 0.2;
}
@media (max-width: 1199.98px) {
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body {
    padding-right: 50px;
  }
}
@media (max-width: 991.98px) {
  div.panel-klienta-logowanie-section-content {
    padding-top: 30px;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service {
    width: 100%;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service.login {
    margin-top: 0;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service.register {
    margin-top: 50px;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox .flexbox-service .buttons-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div.panel-klienta-logowanie-section-content .content-flexbox.flexbox-center .flexbox-service.register {
    margin-top: 0;
  }
  div.panel-klienta-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar {
    min-width: 100%;
    max-width: 100%;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .avatar {
    display: none;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .hidden-xs {
    display: none;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav:before,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info:before,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav:after,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info:after {
    content: none;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li {
    width: 32%;
    text-align: center;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li a,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li a {
    background: #ddd;
    padding: 12px;
    border-radius: 0;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li:last-child,
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .list-info li:last-child {
    margin-bottom: 10px;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-body {
    margin-top: 50px;
    padding-left: 0;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body {
    padding-right: 0;
    padding-bottom: 40px;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-sidebar {
    margin-top: 50px;
    min-width: 100%;
    max-width: 100%;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox:last-of-type .flexbox-sidebar {
    margin-top: 0;
  }
  div.panel-klienta-koszyk-section-content .disabled {
    opacity: 0.5;
  }
}
@media (max-width: 767.98px) {
  .order-summary .summary-code {
    padding: 0;
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
  }
  .order-summary .summary-code p {
    margin-bottom: 20px;
    padding: 0;
  }
  .order-summary .summary-code .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .order-summary .summary-code .inner-wrapper .input-service {
    margin: 0 10px 0 0;
  }
  .order-summary .summary-code .inner-wrapper .input-service input {
    width: 100%;
  }
}
@media (max-width: 575.98px) {
  div.panel-klienta-koszyk-section-content {
    padding: 50px 0;
  }
  div.panel-klienta-koszyk-section-content .content-steps {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  div.panel-klienta-koszyk-section-content .content-steps:before {
    top: 19px;
  }
  div.panel-klienta-koszyk-section-content .content-steps .step-service {
    width: auto;
  }
  div.panel-klienta-koszyk-section-content .content-steps .step-service .step {
    height: 40px;
    width: 40px;
  }
  div.panel-klienta-koszyk-section-content .content-steps .step-service .step p {
    font-size: 10px;
  }
  div.panel-klienta-koszyk-section-content .content-steps .step-service .name {
    font-size: 10px;
  }
  div.panel-klienta-koszyk-section-content .heading-check {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.panel-klienta-koszyk-section-content .heading-check a {
    display: block;
    padding-top: 10px;
    margin-left: 0;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .content-login {
    padding: 0;
    background: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .content-login p {
    margin-bottom: 20px;
    padding: 0;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service {
    width: 100%;
  }
  div.panel-klienta-koszyk-section-content .content-flexbox .flexbox-body .payment-flexbox .flexbox-service img {
    max-height: 80px;
  }
  div.panel-klienta-koszyk-section-content .content-buttons .btn {
    font-size: 11px;
  }
  div.panel-klienta-section-content {
    padding: 50px 0;
  }
}
@media (max-width: 500px) {
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-sidebar .sidebar-nav li {
    width: 80%;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service {
    width: 80%;
  }
  div.panel-klienta-section-content .content-flexbox .flexbox-body .addresses-flexbox .flexbox-service .service-description {
    font-size: 14px;
  }
}

/*# sourceMappingURL=maps/style-panel-klienta.css.map */
