.align-center {
  align-items: center;
}

.button {
  width: 100%;
  margin: 10px auto 0;
}


@media only screen and (min-width:1200px) {

  .formularz {
    max-width: 400px;
    width: 100%;
    background: #2a84cb;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .form-input {
    max-width: 380px;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #02174e;
    background-color: #ffffff;
    font-size: 16px;
  }

  .button {
    background: #fff;
    padding: 15px;
    max-width: 270px;
    width: 100%;
    border: 2px solid #02174e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
  }

  .button h3 {
    line-height: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
  }
}

@media only screen and (max-width:1199px) and (min-width: 962px) {
  .sekcja_dla_kogo {
    padding-bottom: 0;
  }

  .body_main_page2 .sekcja_dla_kogo .pani_tlo {
    margin-bottom: -11px !important;
  }

  .formularz {
    max-width: 280px;
    width: 100%;
    background: #2a84cb;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .form-input {
    max-width: 260px;
    width: 100%;
    padding: 10px;
    margin: 10px 0;
    border: 2px solid #02174e;
    background-color: #ffffff;
    color: #2884cd;
    height: 40px;
    font-size: 16px;
  }

  .button {
    background: #fff;
    padding: 15px;
    max-width: 210px;
    width: 100%;
    border: 2px solid #02174e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
  }

  .button h3 {
    line-height: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
  }

  .button:hover {
    color: #fff !important;
  }
}

@media only screen and (max-width:961px) and (min-width: 730px) {

  .formularz {
    max-width: 320px;
    width: 98%;
    background: #2a84cb;
    /*background: linear-gradient(180deg, rgba(255, 255, 255, 0) 10%, rgb(210, 35, 21) 26%, rgb(171, 53, 53) 50%, rgba(209, 47, 30, 0) 73%);*/
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .form-input {
    max-width: 291px;
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: 2px solid #02174e;
    background-color: #ffffff;
    color: #2884cd;
    height: 40px;
    font-size: 16px;
  }

  .button {
    background: #fff;
    padding: 15px;
    max-width: 210px;
    width: 100%;
    border: 2px solid #02174e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
  }

  .button h3 {
    line-height: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
  }

  .button:hover {
    color: #fff !important;
  }
}

@media only screen and (max-width: 801px) and (min-width: 100px) {

  .formularz {
    max-width: 400px !important;
    margin-top: 25px;
    margin-left: auto;
    margin-right: auto;
    background: #2a84cb;
    padding-bottom: 15px;
    padding-top: 10px;
  }

  .form-input {
    max-width: 242px;
    width: 100%;
    padding: 10px;
    margin: 10px;
    border: 2px solid #02174e;
    background-color: #ffffff;
    color: #2884cd;
    height: 40px;
    font-size: 16px;
  }

  .button {
    background: #fff;
    padding: 15px;
    max-width: 210px;
    width: 100%;
    border: 2px solid #02174e;
    font-weight: bold;
    text-transform: uppercase;
    font-size: 26px;
    cursor: pointer;
    text-align: center;
  }

  .button h3 {
    line-height: 0;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 8px 0;
    font-weight: 600;
    letter-spacing: 0.3px;
  }

  .button:hover {
    color: #fff !important;
  }
}

.row {
  position: relative;
  display: inline-block;
  width: 100%;
  margin: 10px auto;
}

.row {
  margin-top: 20px;
}

.btn-order h3 {
  color: #02174e;
}

.btn-order:hover h3 {
  color: white;
}

.btn-order:hover {
  color: white;
  background: #02174e;
}

.formularz {
  padding: 10px;
  padding-bottom: 20px;
}

.button h3 {
  font-size: 30px !important;
}

:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #6c757d;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #6c757d;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f8f9fa;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  -ms-overflow-style: scrollbar;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

@-ms-viewport {
  width: device-width;
}

footer,
nav,
section {
  display: block;
}

body {
  margin: 0;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff;
}

h1,
h2,
h3 {
  margin-top: 0;
  margin-bottom: 0.5rem;
}

p {
  margin-top: 0;
  margin-bottom: 1rem;
}

ul {
  margin-top: 0;
  margin-bottom: 1rem;
}

strong {
  font-weight: bolder;
}

a {
  color: #007bff;
  text-decoration: none;
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

a:hover {
  color: #0056b3;
  text-decoration: underline;
}

img {
  vertical-align: middle;
  border-style: none;
}

button {
  border-radius: 0;
}

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color;
}

input,
button {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

button,
input {
  overflow: visible;
}

button {
  text-transform: none;
}

button,
html [type="button"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner {
  padding: 0;
  border-style: none;
}

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button;
}

h1,
h2,
h3 {
  margin-bottom: 0.5rem;
  font-family: inherit;
  font-weight: 500;
  line-height: 1.2;
  color: inherit;
}

h1 {
  font-size: 2.5rem;
}

h2 {
  font-size: 2rem;
}

h3 {
  font-size: 1.75rem;
}

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

@media (min-width: 576px) {
  .container {
    max-width: 540px;
  }
}

@media (min-width: 768px) {
  .container {
    max-width: 720px;
  }
}

@media (min-width: 992px) {
  .container {
    max-width: 960px;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1140px;
  }
}

.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: 5px;
  margin-left: 5px;
}

.col-12,
.col-sm-6,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-6,
.col-md-7,
.col-md-9,
.col-lg-6,
.col-lg-8,
.col-xl-10 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {

  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
}

@media (min-width: 768px) {

  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }

  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }

  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }

  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
}

@media (min-width: 992px) {

  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }

  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }

  .offset-lg-2 {
    margin-left: 16.666667%;
  }
}

@media (min-width: 1200px) {

  .col-xl-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }

  .offset-xl-1 {
    margin-left: 8.333333%;
  }
}

.btn:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.btn-primary:not(:disabled):not(.disabled):active,
.btn-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #0062cc;
  border-color: #005cbf;
}

.btn-primary:not(:disabled):not(.disabled):active:focus,
.btn-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-secondary:not(:disabled):not(.disabled):active,
.btn-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #545b62;
  border-color: #4e555b;
}

.btn-secondary:not(:disabled):not(.disabled):active:focus,
.btn-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-success:not(:disabled):not(.disabled):active,
.btn-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1e7e34;
  border-color: #1c7430;
}

.btn-success:not(:disabled):not(.disabled):active:focus,
.btn-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-info:not(:disabled):not(.disabled):active,
.btn-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #117a8b;
  border-color: #10707f;
}

.btn-info:not(:disabled):not(.disabled):active:focus,
.btn-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-warning:not(:disabled):not(.disabled):active,
.btn-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #d39e00;
  border-color: #c69500;
}

.btn-warning:not(:disabled):not(.disabled):active:focus,
.btn-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-danger:not(:disabled):not(.disabled):active,
.btn-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #bd2130;
  border-color: #b21f2d;
}

.btn-danger:not(:disabled):not(.disabled):active:focus,
.btn-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-light:not(:disabled):not(.disabled):active,
.btn-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #dae0e5;
  border-color: #d3d9df;
}

.btn-light:not(:disabled):not(.disabled):active:focus,
.btn-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-dark:not(:disabled):not(.disabled):active,
.btn-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #1d2124;
  border-color: #171a1d;
}

.btn-dark:not(:disabled):not(.disabled):active:focus,
.btn-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.btn-outline-primary:not(:disabled):not(.disabled):active,
.btn-outline-primary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #007bff;
  border-color: #007bff;
}

.btn-outline-primary:not(:disabled):not(.disabled):active:focus,
.btn-outline-primary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.5);
}

.btn-outline-secondary:not(:disabled):not(.disabled):active,
.btn-outline-secondary:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d;
}

.btn-outline-secondary:not(:disabled):not(.disabled):active:focus,
.btn-outline-secondary:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5);
}

.btn-outline-success:not(:disabled):not(.disabled):active,
.btn-outline-success:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745;
}

.btn-outline-success:not(:disabled):not(.disabled):active:focus,
.btn-outline-success:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5);
}

.btn-outline-info:not(:disabled):not(.disabled):active,
.btn-outline-info:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8;
}

.btn-outline-info:not(:disabled):not(.disabled):active:focus,
.btn-outline-info:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5);
}

.btn-outline-warning:not(:disabled):not(.disabled):active,
.btn-outline-warning:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-outline-warning:not(:disabled):not(.disabled):active:focus,
.btn-outline-warning:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5);
}

.btn-outline-danger:not(:disabled):not(.disabled):active,
.btn-outline-danger:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-outline-danger:not(:disabled):not(.disabled):active:focus,
.btn-outline-danger:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5);
}

.btn-outline-light:not(:disabled):not(.disabled):active,
.btn-outline-light:not(:disabled):not(.disabled).active {
  color: #212529;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-outline-light:not(:disabled):not(.disabled):active:focus,
.btn-outline-light:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(248, 249, 250, 0.5);
}

.btn-outline-dark:not(:disabled):not(.disabled):active,
.btn-outline-dark:not(:disabled):not(.disabled).active {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40;
}

.btn-outline-dark:not(:disabled):not(.disabled):active:focus,
.btn-outline-dark:not(:disabled):not(.disabled).active:focus {
  box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5);
}

.collapse:not(.show) {
  display: none;
}

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.nav-link:hover,
.nav-link:focus {
  text-decoration: none;
}

.navbar {
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 0.5rem 1rem;
}

.navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

.navbar-brand:hover,
.navbar-brand:focus {
  text-decoration: none;
}

.navbar-nav {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}

.navbar-collapse {
  -ms-flex-preferred-size: 100%;
  flex-basis: 100%;
  -ms-flex-positive: 1;
  flex-grow: 1;
  -ms-flex-align: center;
  align-items: center;
}

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
}

.navbar-toggler:hover,
.navbar-toggler:focus {
  text-decoration: none;
}

.navbar-toggler:not(:disabled):not(.disabled) {
  cursor: pointer;
  display: none;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  content: "";
  background: no-repeat center center;
  background-size: 100% 100%;
}

@media (min-width: 768px) {
  .navbar-expand-md {
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .navbar-expand-md .navbar-nav {
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0.5rem;
    padding-left: 0.5rem;
  }

  .navbar-expand-md .navbar-collapse {
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-preferred-size: auto;
    flex-basis: auto;
  }

  .navbar-expand-md .navbar-toggler {
    display: none;
  }
}

.navbar-expand {
  -ms-flex-flow: row nowrap;
  flex-flow: row nowrap;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.navbar-expand .navbar-nav {
  -ms-flex-direction: row;
  flex-direction: row;
}

.navbar-expand .navbar-nav .nav-link {
  padding-right: 0.5rem;
  padding-left: 0.5rem;
}

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-brand:hover,
.navbar-light .navbar-brand:focus {
  color: rgba(0, 0, 0, 0.9);
}

.navbar-light .navbar-nav .nav-link {
  color: rgba(0, 0, 0, 0.5);
}

.navbar-light .navbar-nav .nav-link:hover,
.navbar-light .navbar-nav .nav-link:focus {
  color: rgba(0, 0, 0, 0.7);
}

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.5);
  border-color: rgba(0, 0, 0, 0.1);
}

.navbar-light .navbar-toggler-icon {
  background-image: url("../fonts/7f48eb1d10ada998cfa5779d1460dcafa43863aa.svg");
}

.page-link:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled) {
  cursor: pointer;
}

.close:not(:disabled):not(.disabled):hover,
.close:not(:disabled):not(.disabled):focus {
  color: #000;
  text-decoration: none;
  opacity: .75;
}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {}

@supports ((-webkit-transform-style: preserve-3d) or (transform-style: preserve-3d)) {}

@supports ((position: -webkit-sticky) or (position: sticky)) {}

@media print {

  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important;
  }

  a:not(.btn) {
    text-decoration: underline;
  }

  img {
    page-break-inside: avoid;
  }

  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3;
  }

  h2,
  h3 {
    page-break-after: avoid;
  }

  @page {
    size: a3;
  }

  body {
    min-width: 992px !important;
  }

  .container {
    min-width: 992px !important;
  }

  .navbar {
    display: none;
  }
}

html,
body {
  font-family: 'Ubuntu', sans-serif;
  font-weight: 300;
}



img {
  max-width: 100%;
}

.section-cente {
  text-align: center;
}

.section-cente>* {
  margin-left: auto;
  margin-right: auto;
}

p {
  text-align: justify;
}

.menu {
  padding: 0;
  margin: 0;
  z-index: 1;
  left: 0;
  right: 0;
  z-index: 5;
  background: #fff;
  -webkit-box-shadow: 0 -2px 5px 5px #ebedef;
  -moz-box-shadow: 0 -2px 5px 5px #ebedef;
  box-shadow: 0 -2px 5px 5px #ebedef;
}

.sekcja_menu {
  height: 50px;
}

.menu nav.navbar {
  padding: 0;
  padding-left: 10%;
  padding-left: calc(50% - 520px);
  font-size: 1em;
  font-weight: 600;
  margin: 0;
}

@media (min-width: 1040px) {
  .menu .navbar-light .navbar-nav .nav-link {
    padding: 0 20px;
  }
}

@media (max-width: 1040px) and (min-width: 768px) {
  .menu .navbar-light .navbar-nav .nav-link {
    min-width: 10vw;
    min-width: calc(34px + 8vw);
    font-size: 11px;
  }
}

@media (max-width: 768px) {
  .menu .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .menu .navbar-toggler {
    margin-right: 5%;
  }

  .menu .navbar-expand {
    margin-left: 5%;
  }
}

@media (max-width: 500px) {
  .menu .navbar-expand .navbar-nav {
    -ms-flex-direction: column;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    text-align: center;
  }

  .body_main_page2 .sekcja_oferta .ceny .cena {
    font-weight: 800;
    color: #d5262b;
    font-size: 1.5em !important;
  }

  .menu .navbar-expand {
    margin-left: 0;
  }
}

@media (max-width: 370px) {
  .menu .navbar-brand {
    margin-left: 5%;
  }

  .menu .navbar-toggler {
    margin-right: 2%;
  }
}

@media (max-width: 340px) {
  .menu .navbar-brand {
    margin-left: auto;
    margin-right: auto;
  }

  .menu .navbar-toggler {
    margin-right: 0;
  }
}

.menu nav.navbar-light .navbar-nav .nav-link:hover,
.menu nav.navbar-light .navbar-nav .nav-link:focus {
  color: #313287;
}

.body_main_page2 {
  font-size: 16px;
}

h1 {
  font-size: 2.75em;
  font-weight: 700;
  line-height: 1;
  margin-top: .2em;
  margin-bottom: .4em;
}

h2 {
  font-size: 2.375em;
  font-weight: 700;
  color: #302d49;
  font-weight: 900;
}

h3 {
  font-size: 1.375em;
  font-weight: 700;
}

strong {
  font-weight: 700;
}

@media (max-width: 767px) {
  h1 {
    font-size: 2.2em;
  }

}

.btn_click_div {
  z-index: 2;
}

.btn_click_div:after {
  content: " ";
  clear: both;
  height: 25px;
  display: block;
}

.btn_click {
  position: relative;
  display: inline-block;
}

.btn_click a {
  color: white;
  font-family: Helvetica, sans-serif;
  font-weight: bold;
  font-size: 1.5em;
  text-align: center;
  text-decoration: none;
  background-color: #4cb856;
  display: block;
  position: relative;
  padding: .4em 1.5em;
  line-height: 1.1;
  color: #fff;
  z-index: 1;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-shadow: 0px 1px 0px #000;
  -webkit-box-shadow: inset 0 1px 0 #93d298, 0 10px 0 #317b3c;
  -moz-box-shadow: inset 0 1px 0 #93d298, 0 10px 0 #317b3c;
  box-shadow: inset 0 1px 0 #93d298, 0 10px 0 #317b3c;

  border-radius: 5px;
}

.btn_click a:active {
  top: 10px;
  background-color: #56a963;
  -webkit-box-shadow: inset 0 1px 0 #93d298, inset 0 -3px 0 #317b3c;
  -moz-box-shadow: inset 0 1px 0 #93d298, inset 0 -3px 0 #317b3c;
  box-shadow: inset 0 1px 0 #93d298, inset 0 -3px 0 #317b3c;
}

.btn_click:after {
  content: "";
  height: 100%;
  width: 104%;
  padding: 4px;
  position: absolute;
  bottom: -15px;
  left: -2%;
  z-index: 0;
  background-color: #2B1800;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

.btn_click_pomaranzowy .btn_click a {
  background-color: #ff9000;
  -webkit-box-shadow: inset 0 1px 0 #ffc06f, 0 10px 0 #a96002;
  -moz-box-shadow: inset 0 1px 0 #ffc06f, 0 10px 0 #a96002;
  box-shadow: inset 0 1px 0 #ffc06f, 0 10px 0 #a96002;
}

.btn_click_pomaranzowy .btn_click a:active {
  background-color: #cf7703;
  -webkit-box-shadow: inset 0 1px 0 #ffc06f, inset 0 -3px 0 #a96002;
  -moz-box-shadow: inset 0 1px 0 #ffc06f, inset 0 -3px 0 #a96002;
  box-shadow: inset 0 1px 0 #ffc06f, inset 0 -3px 0 #a96002;
}

ul {
  margin-left: -15px;
}

ul li {
  margin-bottom: 4px;
}

ul.lista_v {
  list-style: url("../images/icon_v.png");
}

@media (max-width: 767px) {
  .mobail-hidden {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .mobail-show {
    display: none !important;
  }
}

section,
footer {
  padding: 25px 0 25px;
  margin: 0;
}

@media (max-width: 575px) {

  section,
  footer {
    padding: 15px 0 20px;
    margin: 0;
  }
}

footer {
  font-size: 0.7em;
  color: #aaa;
  text-align: center;
}

footer .footer-item {
  margin: auto;
}

.body_with_menu .menu .btn_click_div {
  margin-top: -8px;
}

.body_with_menu .menu .btn_click_div a {
  padding: .3em 1em;
  font-size: 1.2em;
  -webkit-box-shadow: inset 0 1px 0 #93d298, 0 4x 0 #317b3c;
  -moz-box-shadow: inset 0 1px 0 #93d298, 0 4px 0 #317b3c;
  box-shadow: inset 0 1px 0 #93d298, 0 4px 0 #317b3c;
}

.body_with_menu .menu .btn_click:after {
  padding: 3px;
  bottom: -7px;
}

.body_with_menu .menu .btn_click_div:after {
  height: 1px;
}

.body_with_menu .menu .btn_click a:active {
  top: 3px;
}

.body_main_page2 h2:after {
  content: '____';
  display: block;
  line-height: 0;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #4cb856;
}

.body_main_page2 .sekcja_opinie .col-12 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.body_main_page2 .sekcja_opinie {
  background: #f3f3f3;
}

.body_main_page2 .sekcja_gwarancja {
  background: #f3f3f3;
}

.body_main_page2 .sekcja_gwarancja h2 {
  margin-top: 30px;
}

.body_main_page2 .sekcja_oferta.oferta_siwa {
  background: #f6f6f6;
}

.body_main_page2 .sekcja_oferta h2 {
  margin-top: 30px;
  margin-bottom: 20px;
}

.body_main_page2 .sekcja_oferta h2:after {
  content: '';
  margin-bottom: 0;
}

.body_main_page2 .sekcja_oferta ul {
  font-size: 1.1em;
}

.body_main_page2 .sekcja_oferta .ceny {
  margin-bottom: 25px;
}

.body_main_page2 .sekcja_oferta .ceny .cena {
  font-weight: 800;
  color: #d5262b;
  font-size: 2em;
}

.body_main_page2 .sekcja_oferta .ceny s {
  font-weight: 300;
  color: #949494;
  font-size: 1.625em;
}

.body_main_page2 .sekcja_oferta .ceny .teraz_taniej {
  display: block;
  font-weight: 800;
  color: #d5262b;
  font-size: 1.3125em;
}

.body_main_page2 .sekcja_oferta .ceny>* {
  margin-right: .3em;
  margin-left: .3em;
}

@media (max-width: 767px) {

  .body_main_page2 .sekcja_oferta .btn_click_div,
  .body_main_page2 .sekcja_oferta .ceny {
    text-align: center;
  }
}

@media (min-width: 767px) {
  .body_main_page2 .sekcja_oferta .produkt {
    margin-top: 20px;
  }

  .body_main_page2 .sekcja_oferta .btn_click_div {
    margin-left: 20px;
  }
}

.body_main_page2 .sekcja_pierwsza {
  background-image: url("../images/tlo_1_sekcja.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
}

@media (min-width: 768px) {
  .body_main_page2 .sekcja_pierwsza {
    margin-top: 0px;
    padding-top: 102px;
    padding-bottom: 58px;
  }
}

@media (max-width: 767px) {
  .body_main_page2 .sekcja_pierwsza {
    background-image: url(../images/tlo_1_sekcja.jpg);
    min-height: 500px;
    background-position-x: left;
  }
}

@media (max-width: 576px) {

  .body_main_page2 .sekcja_pierwsza .btn_click_div,
  .body_main_page2 .sekcja_pierwsza .instrukcja {
    text-align: center;
    margin-bottom: 20px;
    width: 100%;
    display: block;
  }
}

.body_main_page2 .sekcja_pierwsza h3 {
  color: #4cb856;
  font-weight: 200;
  margin-top: 35px;
}

@media (max-width: 767px) and (min-width: 450px) {
  .body_main_page2 .sekcja_pierwsza h3 {
    margin-top: 100px;
    text-align: center;
  }
}

.body_main_page2 .sekcja_pierwsza h1 {
  color: #fff;
  margin-bottom: 50px;
}

.body_main_page2 .sekcja_pierwsza .z_opiem {
  color: #a9a8a9;
}

.body_main_page2 .sekcja_pierwsza .btn_click a {
  font-size: 1.125em;
  padding: 6px 13px;
}

.body_main_page2 .sekcja_pierwsza .strzalka {
  float: left;
  width: 0%;
  margin-left: -25px;
  margin-top: .7em;
  font-weight: 700;
  color: #4cb856;
}

@media (max-width: 767px) {
  .body_main_page2 .sekcja_pierwsza .strzalka {
    display: none;
  }
}

@media (min-width: 768px) {
  .body_main_page2 .sekcja_pierwsza .instrukcja {
    max-width: 200px;
  }
}

.body_main_page2 .sekcja_pierwsza .instrukcja {
  float: left;
}

.body_main_page2 .sekcja_3_info {
  -webkit-box-shadow: 0 30px 40px 5px #ebedef;
  -moz-box-shadow: 0 30px 40px 5px #ebedef;
  box-shadow: 0 30px 40px 5px #ebedef;
}

.body_main_page2 .sekcja_3_info .informacje_item>img {
  float: left;
  width: 20%;
}

.body_main_page2 .sekcja_3_info .informacje_item>div {
  float: left;
  width: 80%;
  font-size: 20px;
  font-weight: 700;
  padding-left: 15px;
}

.body_main_page2 .sekcja_3_info .informacje_item strong {
  color: #333380;
  display: block;
}

.body_main_page2 .sekcja_3_info .informacje_item big {
  display: block;
  font-size: 1.875em;
  font-weight: 800;
  color: #302c49;
  line-height: .95;
}

@media (max-width: 767px) {
  .body_main_page2 .sekcja_3_info {
    padding: 0;
  }

  .body_main_page2 .sekcja_3_info .informacje_item {
    border-bottom-style: solid;
    border-bottom-color: #dcdcdc;
    border-bottom-width: 2px;
    padding: 15px 20px 20px;
  }

  p {
    text-align: left;
  }
}

.body_main_page2 .sekcja_jak_dziala .img_pan_z_opisem {
  margin-bottom: 25px;
  margin-top: 25px;
}

.body_main_page2 .sekcja_jak_dziala h3.h3_jak_korzystac {
  margin-top: 2em;
}

.body_main_page2 .sekcja_jak_dziala h3.h3_jak_korzystac:after {
  content: '____';
  display: block;
  line-height: 0;
  font-size: 1.2em;
  margin-bottom: 1em;
  color: #4cb856;
}

.body_main_page2 .sekcja_dla_kogo .pani_tlo {
  max-height: 600px;
  margin-top: -10px;
  margin-bottom: -35px;
}

@media (max-width: 990px) {
  .body_main_page2 .sekcja_dla_kogo .pani_tlo {
    margin-top: 10px;
  }
}

@media (min-width: 991px) {
  .body_main_page2 .sekcja_dla_kogo h2 {
    margin-top: 50px;
  }
}

@media (max-width: 990px) {
  .body_main_page2 .sekcja_dla_kogo .pani_tlo {
    max-height: 400px;
    margin-top: 10px;
    margin-bottom: 15px !important;
  }
}

@media (max-width: 990px) {
  .body_main_page2 .sekcja_dla_kogo .mobail-hidden {
    display: none !important;
  }

  .body_main_page2 .sekcja_dla_kogo .mobail-show {
    display: block !important;
    ;
  }
}

@media (min-width: 991px) {
  .body_main_page2 .sekcja_dla_kogo .mobail-show {
    display: none !important;
  }

  .body_main_page2 .sekcja_dla_kogo .mobail-hidden {
    display: block !important;
    ;
  }
}

.body_main_page2 .sekcja_wzrok_lepszy,
.body_main_page2 .sekcja_rozpocznij_poprawe {
  background-color: #e0ebee;
  /* margin-left: 11px; */
}

.body_main_page2 .sekcja_wzrok_lepszy h2,
.body_main_page2 .sekcja_rozpocznij_poprawe h2 {
  font-weight: 300;
  font-size: 2.2em;
}

.body_main_page2 .sekcja_wzrok_lepszy h2:after,
.body_main_page2 .sekcja_rozpocznij_poprawe h2:after {
  content: '';
  margin-bottom: 0;
}

.body_main_page2 .sekcja_wzrok_lepszy .btn_click_div,
.body_main_page2 .sekcja_rozpocznij_poprawe .btn_click_div {
  margin-top: 22px;
}


.body_main_page2 .sekcja_korzysci .row {
  max-width: 670px;
}

.body_main_page2 .sekcja_korzysci .opis {
  max-width: 630px;
  display: block;
  margin: 30px auto 30px;
}

.body_main_page2 .sekcja_korzysci .item {
  margin-bottom: 40px;
}

.body_main_page2 .sekcja_korzysci .item .obrazek {
  float: left;
  width: 20%;
  width: calc(0% + 90px);
  margin-top: 55px;
}

.body_main_page2 .sekcja_korzysci .item .podpis {
  float: left;
  line-height: 1.1;
  width: 80%;
  width: calc(100% - 90px);
  text-align: right;
  margin-top: 0;
  margin-bottom: 20px;
}

.body_main_page2 .sekcja_korzysci .item .podpis h3 {
  margin: 10px auto 5px;
}

.body_main_page2 .sekcja_korzysci .item ul {
  margin-left: -25px;
}

.body_main_page2 .sekcja_korzysci .item ul li {
  line-height: 1.1;
  margin-bottom: .6em;
  margin-top: .3em;
  text-align: left;
}

.body_main_page2 .sekcja_korzysci .lista_zielona {
  list-style: url("../images/kropka_zielona.png");
}

.body_main_page2 .sekcja_korzysci .lista_czerwona {
  list-style: url("../images/kropka_czerwona.png");
}

@media (min-width: 573px) {

  .body_main_page2 .sekcja_korzysci .item.porownanie_negatywy .podpis,
  .body_main_page2 .sekcja_korzysci .item.porownanie_negatywy .obrazek {
    float: right;
    text-align: left;
  }

  .body_main_page2 .sekcja_korzysci .item.porownanie_pozytywy ul li {
    text-align: right;
  }

  .body_main_page2 .sekcja_korzysci .item.porownanie_pozytywy ul {
    margin-right: -25px;
    margin-left: 0;
    direction: rtl;
  }

  .body_main_page2 .sekcja_korzysci .col-sm-6:nth-child(2) {
    border-right-color: #e0e0e0;
    border-right-style: inset;
    border-right-width: 3px;
  }
}

@media (min-width: 770px) {
  .body_main_page2 .sekcja_korzysci .col-sm-6 {
    padding-left: 25px;
    padding-right: 25px;
  }
}

@media (max-width: 573px) {

  .body_main_page2 .sekcja_korzysci .item.porownanie_negatywy .podpis,
  .body_main_page2 .sekcja_korzysci .item.porownanie_negatywy .obrazek,
  .body_main_page2 .sekcja_korzysci .item.porownanie_pozytywy .podpis,
  .body_main_page2 .sekcja_korzysci .item.porownanie_pozytywy .obrazek {
    float: right;
    text-align: left;
  }
}

.body_main_page2 .sekcja_odpoczywaj_i_naprawiaj {
  background-color: #31304c;
  color: #fff;
}

.body_main_page2 .sekcja_odpoczywaj_i_naprawiaj h2 {
  color: #fff;
  margin-top: 25px;
}

.body_main_page2 .sekcja_odpoczywaj_i_naprawiaj h2:after {
  color: #ff9000;
}

.body_main_page2 .sekcja_odpoczywaj_i_naprawiaj .btn_click_div {
  margin-top: 30px;
}

.body_main_page2 .sekcja_odpoczywaj_i_naprawiaj img {
  margin: 15px auto;
}

.productOrderImg {
  max-width: 80%;
  margin: 0 auto;
}

.productOrderImg {
  max-width: 300px;
}

.orderContainer {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  width: 100%;
  justify-content: space-between;
}

.formOrder {
  margin-top: 0%;
}

.popup-prod {
  width: 280px;
}

.popup__inner {
  padding: 20px 20px 20px 0;
  background: #f3f3f3;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media (max-width:999px) {
  .popup__inner .formularz {
    width: 290px;
    margin: 0 !important;
  }

  .form-input {
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    box-sizing: border-box;
  }

  .popup__inner {
    padding: 0;
  }

  .popup__left {
    display: none;
  }
}

@media (max-width: 991px) {
  .row.align-center {
    flex-direction: column;
  }

  .row.align-center .section-cente {
    width: 100%;
    max-width: none;
  }

  .body_main_page2 .sekcja_wzrok_lepszy h2,
  .body_main_page2 .sekcja_rozpocznij_poprawe h2 {
    margin-top: 15px;
    font-size: 28px;
  }
}


@media (max-width:800px) {
  .orderContainer {
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
  }
}

.vis-hidd {
  width: 0;
  height: 0;
  opacity: 0;
  position: absolute;
  font-size: 0;
}

@media (max-width:479px) {
  .body_main_page2 .sekcja_pierwsza {
    background-image: url(../images/tlo_1_sekcja_479.jpg);
    background-image: url(../images/tlo_1_sekcja_479.webp);
    background-size: auto;
    background-position: 50% -110px;
  }

  .body_main_page2 .sekcja_wzrok_lepszy h2 {
    font-size: 22px;
  }
}

input::-ms-clear {
  display: none;
}

:active,
:focus,
:hover,
:visited,
a,
a:active,
a:focus,
a:hover,
a:visited {
  outline: 0 !important;
}

::-moz-focus-inner,
::-moz-focus-outer {
  border: 0;
  padding: 0;
}

input:invalid,
textarea:invalid {
  outline: none;
  box-shadow: none;
}

input[type='number'] {
  -moz-appearance: textfield;
}

input[type='number']::-webkit-outer-spin-button,
input[type='number']::-webkit-inner-spin-button {
  -webkit-appearance: none;
}