.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

.body {
  padding-top: 100px;
  font-family: Montserrat, sans-serif;
}

.belka {
  z-index: 100;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.center {
  width: 1300px;
  flex-direction: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.top {
  display: flex;
}

.top-left {
  flex-direction: column;
  flex: 0 auto;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.top-right {
  flex: 1;
  display: flex;
}

.hero {
  height: 75vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 55px;
  display: flex;
}

.logo {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.hero-left {
  z-index: 1;
  width: 40%;
  cursor: pointer;
  flex: 0 auto;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-right {
  width: 60%;
  min-height: 80vh;
  opacity: 1;
  cursor: pointer;
  flex: 0 auto;
  padding-bottom: 60px;
  padding-left: 50px;
  display: flex;
}

.menu {
  width: 100%;
  height: 100px;
  justify-content: flex-end;
  display: flex;
}

.m-link {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: 25px;
  margin-right: 25px;
  font-size: 20px;
  transition: border-color .4s;
  display: flex;
}

.m-link:hover {
  border-bottom-color: #6af0f5;
}

.m-link.ml-um-w-wizyte {
  margin-right: 0;
}

.mlink {
  height: 100%;
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  border-top: 5px solid rgba(0, 0, 0, 0);
  border-bottom: 5px solid rgba(9, 223, 247, 0);
  align-items: center;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: padding .2s, color .4s, border-color .4s;
  display: flex;
}

.mlink:hover {
  color: #000;
  -webkit-text-stroke-color: #000;
  border-top-color: #82f3ff;
  border-bottom-color: rgba(0, 0, 0, 0);
  padding-bottom: 10px;
}

.mlink.w--current {
  border-top-color: #82f3ff;
  border-bottom-color: rgba(0, 0, 0, 0);
  line-height: 16px;
}

.mlink.mlinkpink {
  text-align: center;
  line-height: 16px;
}

.mlink.mlinkpink:hover {
  color: #ffbde2;
  border-bottom-color: #ffafdc;
}

.mlink-umow {
  width: auto;
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  border: 5px solid rgba(255, 255, 255, .29);
  border-radius: 10px;
  align-items: center;
  margin-top: 40px;
  margin-left: 0;
  padding: 20px 14px 19px;
  font-size: 16px;
  font-weight: 600;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .2s;
  display: flex;
}

.mlink-umow:hover {
  border-color: rgba(255, 255, 255, .58);
}

.belka-top {
  background-color: #fff;
  border-bottom: 1px solid #82f3ff;
  display: block;
}

.bt-content {
  justify-content: flex-end;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.bt-ico-tel {
  width: 35px;
  height: 35px;
  background-image: url('../images/ico_tel_1ico_tel.png');
  background-position: 50%;
  background-size: cover;
}

.bt-info {
  flex: 0 auto;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.bt-inf {
  color: #00e6ff;
  letter-spacing: 1px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

.bt-ico-tel2 {
  width: 25px;
  height: 25px;
  background-image: url('../images/ico_tel2_1ico_tel2.png');
  background-position: 50%;
  background-size: cover;
}

.bt-inf2 {
  color: #ff0691;
  letter-spacing: 1px;
  padding-left: 5px;
  font-size: 14px;
  line-height: 14px;
}

.bt-ico-fb {
  width: 20px;
  height: 20px;
  filter: invert();
  cursor: pointer;
  background-image: url('../images/ico_fb_1ico_fb.png');
  background-position: 50%;
  background-size: cover;
  margin-left: 10px;
  display: none;
}

.belka-bottom {
  background-color: #fff;
  background-image: none;
}

.hl-photo {
  width: 100%;
  height: 95vh;
  background-image: url('../images/baner-rehabilitacja.jpg');
  background-position: 70%;
  background-repeat: no-repeat;
  background-size: cover;
}

.hr-content {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  padding-top: 20vh;
  display: flex;
}

.hero-h1 {
  color: #30ebff;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 90px;
  line-height: 90px;
}

.here-txt {
  color: #000;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2vw;
  display: none;
}

.hero-h12 {
  color: #12141c;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 50px;
}

.h-li {
  align-items: center;
  margin-top: 5px;
  display: flex;
}

.hli-bullet {
  width: 10px;
  height: 10px;
  background-color: #000;
  border-radius: 20px;
  margin-right: 10px;
}

.h-info {
  margin-top: 20px;
  padding-left: 21px;
  font-size: 20px;
  line-height: 30px;
  display: none;
}

.hero-h1-b {
  color: #ff1a9a;
  margin-top: 0;
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 65px;
}

.hl-photo-uro {
  width: 100%;
  height: 95vh;
  background-image: url('../images/kobieca-fizjoterapia-debica-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
}

.hero-uro {
  background-color: #fff5fd;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 100px;
  padding-left: 5vw;
  display: flex;
}

.hero-left-uro {
  z-index: 1;
  width: 40%;
  cursor: pointer;
  flex: 0 auto;
  padding-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.hero-right-uro {
  width: 60%;
  min-height: 80vh;
  opacity: 1;
  cursor: pointer;
  background-color: #fff5fd;
  flex: 0 auto;
  padding-bottom: 0;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
}

.hero-h12b {
  color: #12141c;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 25px;
}

.uropyt {
  margin-top: 20px;
  margin-bottom: 20px;
}

.uro-gall {
  margin-top: 40px;
  display: flex;
}

.uro-gal-ph {
  width: 150px;
  height: 150px;
  background-image: url('../images/131656418_xl.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  margin-right: 10px;
}

.uro-gal-ph.ugp2 {
  background-image: url('../images/shutterstock_773658034-e1567849506213.jpg');
}

.uro-gal-ph.ugp3 {
  background-image: url('../images/baner-uroginekologia.jpg');
}

.uro-gal-ph.ugp22 {
  background-image: url('../images/patient-doing-physical-rehabilitation-helped-by-therapists2.jpg');
}

.uro-gal-ph.ugp33 {
  background-image: url('../images/physiotherapist-helping-female-patient-her-clinic.jpg');
  background-position: 0%;
}

.uro-gal-ph.upg-11 {
  background-image: url('../images/patient-doing-physical-rehabilitation-helped-by-therapists.jpg');
}

.hr-content-uro {
  width: 100%;
  max-width: 600px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 20vh;
  display: flex;
}

.mlink-umow-pink {
  color: #ff1a9a;
  letter-spacing: 1px;
  cursor: pointer;
  border: 2px solid rgba(255, 26, 154, .25);
  border-radius: 50px;
  align-items: center;
  margin-top: 40px;
  padding: 18px 20px;
  font-size: 20px;
  font-weight: 700;
  text-decoration: none;
  transition: border-color .4s;
  display: flex;
}

.mlink-umow-pink:hover {
  border-color: #ff1a9a;
}

.sekcja-uslugi {
  background-color: #fff;
  background-image: radial-gradient(circle at 100%, #d7fbff, #fff 39%);
  padding-top: 100px;
  padding-bottom: 100px;
}

.oferta-content {
  padding-top: 40px;
  display: flex;
}

.ofer {
  width: 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.oferta {
  display: flex;
}

.zesp-zd {
  width: 500px;
  height: 500px;
  background-image: url('../images/physiotherapist-helping-female-patient-her-clinic.jpg');
  background-size: cover;
  border-radius: 500px;
}

.zesp-zd-agn {
  width: 500px;
  height: 500px;
  filter: brightness(120%);
  background-image: url('../images/131656418_xl.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 500px;
}

.oferta-h {
  color: #000;
  text-align: left;
  margin-top: 10px;
  font-size: 38px;
  line-height: 38px;
}

.oferta-h.oh2 {
  text-align: left;
}

.zesp-name {
  color: #000;
  margin-top: 20px;
  font-size: 18px;
  font-weight: 700;
}

.zesp-tyt {
  color: #000;
  margin-top: 5px;
}

.sekcja-form {
  background-color: #ffc7b1;
  background-image: radial-gradient(circle at 80%, rgba(255, 255, 255, .68) 1%, rgba(0, 0, 0, 0) 40%);
  padding-top: 100px;
  padding-bottom: 90px;
}

.kontakt-content {
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.form {
  flex-direction: column;
  display: flex;
}

.kf-lform {
  width: 70%;
  margin-left: 0;
  margin-right: auto;
}

.kf-info {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: none;
}

.f-tr {
  justify-content: space-between;
  margin-top: 10px;
  display: flex;
}

.field-label {
  display: none;
}

.field {
  color: #000;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 6px;
  padding: 22px 20px;
  font-weight: 700;
}

.field::-ms-input-placeholder {
  color: rgba(0, 0, 0, .39);
  font-weight: 400;
}

.field::placeholder {
  color: rgba(0, 0, 0, .39);
  font-weight: 400;
}

.field.field-textarea {
  border-radius: 6px;
}

.f-td {
  width: 49%;
}

.subm {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #4b8aff;
  border-radius: 6px;
  margin-top: 20px;
  margin-left: 0;
  margin-right: auto;
  padding: 20px 20px 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  transition: letter-spacing .2s;
  display: inline-block;
}

.subm:hover {
  letter-spacing: 2px;
}

.sekcja-mapa {
  display: flex;
}

.hl-pu-b {
  width: 20vw;
  height: 30vh;
  opacity: 1;
  background-image: url('../images/131656418_xl.jpg');
  background-position: 0 0;
  background-size: cover;
}

.mapa {
  height: 600px;
  flex: 0 auto;
}

.kontakt {
  width: 100%;
  opacity: 1;
  flex-direction: row;
  flex: 0 auto;
  justify-content: space-between;
  margin-top: 20vh;
  padding: 0;
  display: flex;
}

.uro-gal-ph2 {
  width: 150px;
  height: 150px;
  background-image: url('../images/baner-uroginekologia.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  margin-right: 10px;
}

.uro-gal-ph3 {
  width: 150px;
  height: 150px;
  background-image: url('../images/shutterstock_773658034-e1567849506213.jpg');
  background-position: 50%;
  background-size: cover;
  border-radius: 300px;
  margin-right: 10px;
}

.sekcja-diagnostyka {
  text-align: left;
  background-image: linear-gradient(rgba(18, 20, 28, .27), rgba(18, 20, 28, .27)), url('../images/istockphoto-1177831571-1024x1024.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20vh;
  padding-bottom: 20vh;
  display: flex;
}

.sg-content {
  width: 100%;
  height: 100%;
  flex-direction: column;
  display: none;
}

.sgc-photo {
  width: 20vw;
  height: 15vw;
  background-image: url('../images/szyld.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
}

.sgc-photo.sgc-p2 {
  background-image: url('../images/marcin.jpg');
  background-position: 100%;
}

.sgc-photo.sgc-p3 {
  background-image: url('../images/sala.jpg');
}

.stopka {
  background-color: #fff;
  padding: 50px 0;
}

.zesp-plus {
  width: 40px;
  height: 40px;
  cursor: pointer;
  border: 2px solid #000;
  border-radius: 20px;
  flex-direction: column;
  justify-content: center;
  margin-top: 20px;
  padding: 10px;
  display: flex;
}

.zs1 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  top: 1px;
}

.zs2 {
  width: 100%;
  height: 2px;
  background-color: #000;
  position: relative;
  top: -1px;
  transform: rotate(-90deg);
}

.plus-hide {
  height: 0;
  padding-left: 66px;
  padding-right: 66px;
  overflow: hidden;
}

.plus-txt {
  color: #000;
  text-align: center;
  margin-top: 20px;
  font-size: 16px;
  overflow: hidden;
}

.kontakt-center {
  width: 1300px;
  min-width: 1300px;
  background-color: #12141c;
  flex: 0 auto;
  justify-content: center;
  padding: 10px 0 20px;
  display: flex;
}

.kontakt-right {
  width: 15vw;
  flex-direction: column;
  flex: 1;
  display: block;
}

.kont-tr {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin: 20px 20px 10px;
  display: flex;
}

.kont-tr.ktr-hide {
  display: none;
}

.kon-ico {
  width: 30px;
  height: 30px;
  background-image: url('../images/ico_tel_1ico_tel.png');
  background-position: 50%;
  background-size: cover;
  margin-right: 10px;
}

.kon-ico.ki-2 {
  background-image: url('../images/ico_tel2_1ico_tel2.png');
}

.kon-ico.ico-pin {
  filter: invert();
  background-image: url('../images/icopin_1icopin.png');
  flex: 0 auto;
}

.kon-ico.atm {
  filter: invert();
  background-image: url('../images/icomail_1icomail.png');
}

.kon-info {
  color: #fff;
  text-align: center;
  letter-spacing: 2px;
  flex: 1;
  margin-top: 5px;
  font-size: 30px;
  font-weight: 300;
  line-height: 30px;
}

.kontakt-h1 {
  color: #fff;
  text-align: center;
  margin-top: 100px;
  margin-bottom: 220px;
  font-size: 38px;
  line-height: 38px;
}

.sekcja-konta {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.kontakt-left {
  background-color: #12141c;
  flex: 1;
}

.hmb {
  display: none;
}

.bold-text {
  color: #000;
}

.sekcja-zajawki {
  background-image: none;
  background-position: 0 0;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.zajawki-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.zajawki {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 40px;
  display: flex;
}

.zajawka {
  width: 49%;
  background-color: rgba(117, 241, 255, .1);
  border: 0 solid rgba(113, 241, 241, .06);
  flex-direction: column;
  margin: 20px auto;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.zajawka:hover {
  background-color: #fff;
}

.zaj-photo {
  width: 100%;
  height: 300px;
  border-radius: 0;
  flex: 0 auto;
  overflow: hidden;
}

.zaj-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.zaj-txt {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
}

.zaj-tyt {
  color: #000;
  font-size: 20px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.zaj-tyt:hover {
  text-decoration: underline;
}

.zaj-but {
  color: #fff;
  cursor: pointer;
  background-color: #4b8aff;
  border-radius: 4px;
  margin-top: 10px;
  padding: 8px 15px 10px;
  font-size: 14px;
  line-height: 14px;
  transition: letter-spacing .2s;
}

.zaj-but:hover {
  letter-spacing: 1px;
}

.zajp {
  height: 100%;
  filter: none;
  background-image: url('../images/istockphoto-1177831571-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
}

.zajp.zaip2 {
  background-image: url('../images/istockphoto-1154057773-1024x1024.jpg');
  background-size: cover;
}

.zajp.zajp3 {
  background-image: url('../images/pexels-andrea-piacquadio-3812745.jpg');
}

.zajp.zajp4 {
  background-image: url('../images/istockphoto-1367546511-1024x1024.jpg');
}

.zajp.zajp5 {
  background-image: url('../images/istockphoto-696519366-1024x1024.jpg');
}

.zesp-h2 {
  color: #12141c;
  text-align: left;
  margin-top: 10px;
  font-size: 50px;
  line-height: 50px;
}

.sekcja-artykuly {
  margin-top: 0;
  padding-top: 120px;
  padding-bottom: 100px;
}

.sa-belka {
  padding-top: 68px;
  padding-bottom: 40px;
  display: flex;
}

.artykuly {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 0;
  display: flex;
}

.sekcjagaleria {
  background-image: radial-gradient(circle at 70% 30%, rgba(66, 230, 255, .32), #fff 42%);
  margin-top: 27px;
  padding-top: 100px;
  padding-bottom: 100px;
}

.galeria-content {
  flex-flow: wrap;
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.galeria {
  width: 400px;
  height: 400px;
  cursor: pointer;
  background-color: #fcfcfc;
  border-radius: 200px;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-top: 10px;
  margin-bottom: 30px;
  overflow: hidden;
}

.g-photo {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: relative;
}

.g-info {
  z-index: 2;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: -100%;
}

.g-info-txt {
  color: #000;
  letter-spacing: 1px;
  background-color: rgba(255, 255, 255, .56);
  border-radius: 100px;
  margin-top: 10px;
  padding: 11px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
}

.gp-img {
  width: 100%;
  height: 100%;
  background-image: url('../images/physiotherapist-helping-female-patient-her-clinic.jpg');
  background-position: 50%;
  background-size: cover;
}

.gp-img.gp-img2 {
  background-image: url('../images/patient-doing-physical-rehabilitation-helped-by-therapists2.jpg');
}

.gp-img.gp-img3 {
  background-image: url('../images/131656418_xl.jpg');
}

.g-photos {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: relative;
  top: -200%;
}

.lightbox-link {
  width: 100%;
  height: 100%;
}

.ll-img {
  width: 100%;
  height: 100%;
  opacity: 0;
}

.stopka-content {
  justify-content: space-between;
  display: flex;
}

.st-col {
  flex-direction: column;
  margin-right: 60px;
  display: flex;
}

.st-logo {
  width: 300px;
  opacity: .2;
}

.col-ety {
  color: #000;
  letter-spacing: 1px;
  margin-top: 10px;
  font-size: 20px;
  font-weight: 700;
}

.col-ety.col-ety2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.col-links {
  flex-direction: column;
  align-items: flex-start;
  padding-top: 20px;
  display: flex;
}

.col-link {
  color: #000;
  letter-spacing: 1px;
  cursor: pointer;
  margin-top: 10px;
  margin-bottom: 10px;
  margin-right: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 14px;
  text-decoration: none;
  transition: margin .2s;
}

.col-link:hover {
  margin-left: 5px;
  margin-right: 5px;
}

.stt-info {
  flex: 0 auto;
  align-items: center;
  margin-top: 0;
  margin-bottom: 10px;
  margin-left: 0;
  display: flex;
}

.st-tel {
  color: #000;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.bt-ico-tel-st {
  width: 40px;
  height: 40px;
  background-image: url('../images/ico_tel_1ico_tel.png');
  background-position: 50%;
  background-size: cover;
}

.bt-info-st {
  flex: 0 auto;
  align-items: center;
  margin-left: 0;
  display: flex;
}

.bt-ico-tel2-st {
  width: 30px;
  height: 30px;
  background-image: url('../images/ico_tel2_1ico_tel2.png');
  background-position: 50%;
  background-size: cover;
}

.st-tel2 {
  color: #ff87ca;
  letter-spacing: 3px;
  margin-left: 5px;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  text-decoration: none;
}

.fb-st {
  width: 25px;
  filter: invert();
  cursor: pointer;
  margin-top: 40px;
  transition: opacity .2s;
}

.fb-st:hover {
  opacity: .59;
}

.col-info {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 10px;
  padding-top: 10px;
  display: flex;
}

.bt-ico-pin-st {
  width: 30px;
  height: 30px;
  filter: invert();
  background-image: url('../images/icopin_1icopin.png');
  background-position: 50%;
  background-size: cover;
}

.st-adres {
  color: #000;
  letter-spacing: 0;
  margin-left: 5px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
  display: inline-block;
}

.artykul {
  width: 900px;
  flex-flow: column wrap;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zajawka-copy {
  width: 32%;
  background-color: #f1f2f6;
  border: 0 solid rgba(113, 241, 241, .06);
  flex-direction: column;
  margin: 20px auto;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.zajawka-copy:hover {
  background-color: #fff;
}

.sekcja-artykul {
  margin-top: 0;
  padding-top: 176px;
  padding-bottom: 100px;
}

.art-h2 {
  color: #12141c;
  text-align: left;
  margin-top: 20px;
  font-size: 30px;
  line-height: 35px;
}

.art-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 10px;
  padding: 0;
  display: flex;
}

.art-photo {
  width: 100%;
  height: 400px;
  border-radius: 0;
  flex: 0 auto;
  overflow: hidden;
}

.artp {
  height: 100%;
  filter: brightness(131%);
  background-image: url('../images/marcin.jpg');
  background-position: 50%;
  background-size: cover;
}

.artp.zaip2 {
  background-image: url('../images/patient-doing-physical-rehabilitation-helped-by-therapists.jpg');
  background-size: cover;
}

.artp.zajp3 {
  background-image: url('../images/patient-doing-physical-rehabilitation-helped-by-therapists2.jpg');
}

.kf-info-false {
  color: #ff2e70;
  text-align: center;
  border: 2px solid rgba(255, 0, 81, .14);
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.kf-info-true {
  color: #04cfe5;
  text-align: center;
  border: 2px solid rgba(4, 207, 229, .22);
  border-radius: 20px;
  padding: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.menu-mob {
  width: 100%;
  justify-content: flex-end;
  display: none;
}

.bt-ico-inst {
  width: 20px;
  height: 20px;
  filter: none;
  cursor: pointer;
  background-image: url('../images/icoinst2_1icoinst2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: scroll;
  margin-left: 30px;
}

.inst-st {
  width: 27px;
  filter: none;
  cursor: pointer;
  margin-top: 40px;
  margin-left: 10px;
  transition: opacity .2s;
}

.inst-st:hover {
  opacity: .59;
}

.sekcja-loga {
  justify-content: center;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.sl-content {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.sl-img {
  width: 200px;
  opacity: .56;
  filter: grayscale();
  cursor: pointer;
  margin-left: 0;
  margin-right: 0;
  transition: all .2s;
}

.sl-img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.sloga {
  flex-wrap: wrap;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.sl-ety {
  color: #cacaca;
  letter-spacing: 2px;
  margin-right: 100px;
  font-size: 20px;
  font-weight: 400;
  display: block;
}

.klauzula {
  padding-left: 40px;
}

.k-link {
  color: #000;
  cursor: pointer;
  text-decoration: none;
}

.k-link:hover {
  text-decoration: underline;
}

.link, .link-2 {
  text-decoration: none;
}

.bold-text-2 {
  color: #000;
  font-size: 20px;
  line-height: 20px;
}

.logo-txt {
  color: #000;
  text-align: left;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
  display: none;
}

.slider {
  width: 100%;
  height: 100%;
}

.slide-content {
  height: 100%;
  background-image: linear-gradient(rgba(0, 0, 0, .16), rgba(0, 0, 0, .16)), url('../images/istockphoto-1154057773-1024x1024.jpg');
  background-position: 0 0, 0 0;
  background-size: auto, cover;
  position: relative;
  top: -100%;
  transform: scale(1.2);
}

.slide-content.sc2 {
  background-image: url('../images/istockphoto-1367546511-1024x1024.jpg');
  background-position: 50%;
  background-size: cover;
}

.slide {
  height: 100%;
}

.ofer-h2 {
  text-align: left;
  font-size: 30px;
  line-height: 30px;
  display: block;
}

.mlink-umow-main {
  color: #fff;
  letter-spacing: 1px;
  cursor: pointer;
  background-color: #4b8aff;
  border: 0 solid rgba(9, 139, 245, .29);
  border-radius: 6px;
  align-items: center;
  padding: 20px 14px 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.mlink-umow-main:hover {
  background-color: #2873ff;
}

.oc-left {
  width: 40%;
  flex: 0 auto;
}

.oc-right {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 60px;
  padding-left: 50px;
  display: flex;
}

.slide-content-txt {
  z-index: 2;
  height: 100%;
  align-items: center;
  display: flex;
  position: relative;
}

.slide-content-txt.sc2 {
  background-image: url('../images/istockphoto-1367546511-1024x1024.jpg');
}

.mlink-zajawki {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #f1fdff;
  border: 0 solid rgba(9, 139, 245, .29);
  border-radius: 6px;
  align-items: center;
  margin-top: 40px;
  padding: 20px 14px 19px;
  font-size: 16px;
  font-weight: 700;
  line-height: 16px;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
}

.mlink-zajawki:hover {
  background-color: #b5e9f1;
}

.oc-li {
  color: #000;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 25px;
  font-weight: 700;
  line-height: 25px;
}

.ocl-img {
  margin-top: 10px;
}

.bt-ico-email-st {
  width: 40px;
  height: 40px;
  background-image: url('../images/ico_email.png');
  background-position: 50%;
  background-size: cover;
}

.ldsw {
  font-size: 20px;
  font-weight: 400;
}

.st-email {
  color: #000;
  letter-spacing: 2px;
  margin-left: 4px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.kfr {
  flex: 1;
  justify-content: flex-end;
  display: none;
}

.heading {
  color: #fff;
  font-size: 70px;
  line-height: 70px;
}

.bold-text-3 {
  color: #fff;
  font-size: 20px;
}

.sd-content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.kfr-content {
  background-color: rgba(0, 0, 0, 0);
  border: 0 solid #82f3ff;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 8px;
  padding: 0;
  display: flex;
}

.kfr-ety {
  color: #000;
  letter-spacing: 1px;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 30px;
  font-weight: 700;
  line-height: 38px;
}

.kfr-ety.col-ety2 {
  color: #000;
  letter-spacing: 1px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
}

.kfr-info {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 20px;
  padding-top: 10px;
  display: flex;
}

.kfr-email {
  color: #4b8aff;
  letter-spacing: 2px;
  font-size: 22px;
  font-weight: 700;
  line-height: 22px;
  text-decoration: none;
}

.kfr-inf {
  color: #00e6ff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
}

.kfr-tel {
  color: #000;
  letter-spacing: 3px;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.kfrinf {
  color: #00e6ff;
  letter-spacing: 1px;
  font-size: 14px;
  line-height: 14px;
}

.bt-ico-clock-st {
  width: 30px;
  height: 30px;
  background-image: url('../images/ico_clock.png');
  background-position: 50%;
  background-size: cover;
}

.logo-gab {
  width: 300px;
}

.aktualnosci {
  background-color: rgba(117, 241, 255, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.art {
  width: 100%;
  background-color: #fff;
  border: 0 solid rgba(113, 241, 241, .06);
  flex-direction: column;
  margin: 20px auto;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.art:hover {
  background-color: #fff;
}

.artykul-content {
  width: 1000px;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.arty-photo {
  width: 100%;
  height: 300px;
  border-radius: 0;
  flex: 0 auto;
  overflow: hidden;
}

.arty-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px;
  display: flex;
}

.arty-tyt {
  color: #000;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  text-decoration: none;
}

.arty-tyt:hover {
  text-decoration: underline;
}

.arty-txt {
  color: #000;
  margin-top: 10px;
  font-size: 16px;
}

.zakladka {
  background-color: rgba(117, 241, 255, .1);
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 100px;
  padding-bottom: 100px;
}

.zakladka-content {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.zc-left {
  width: 400px;
  flex: 0 auto;
}

.zc-right {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.zak {
  width: 100%;
  border: 0 solid rgba(113, 241, 241, .06);
  flex-direction: column;
  margin: 20px auto;
  padding: 0;
  transition: background-color .4s;
  display: flex;
  overflow: hidden;
}

.zak:hover {
  background-color: #fff;
}

.zak-info {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 20px 20px 20px 60px;
  display: flex;
}

.zespol {
  display: flex;
}

.image {
  padding-top: 53px;
}

.zakladka2-content {
  flex-direction: column;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

html.w-mod-js [data-ix="show1"], html.w-mod-js [data-ix="show-2"], html.w-mod-js [data-ix="show-3"] {
  opacity: 0;
  transform: translate(0, 37px);
}

@media screen and (max-width: 991px) {
  .belka {
    height: auto;
  }

  .center {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .top {
    justify-content: space-between;
    align-items: center;
  }

  .top-right {
    z-index: 1;
    background-color: #fff;
    flex-direction: column;
    justify-content: center;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: auto;
    right: 0%;
    transform: translate(100%);
  }

  .hero {
    padding-top: 110px;
    padding-left: 0;
  }

  .hero-right {
    min-height: 0;
    padding-left: 30px;
    padding-right: 40px;
  }

  .menu {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: none;
  }

  .m-link {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .mlink:hover, .mlink.w--current {
    border-top-color: rgba(0, 0, 0, 0);
    border-bottom-color: #82f3ff;
  }

  .mlink-umow {
    width: auto;
    color: #000;
    background-color: #82f3ff;
    border-width: 0;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-weight: 700;
  }

  .mlink-umow:hover {
    background-color: #57e1f0;
  }

  .belka-top {
    padding-top: 0;
    padding-bottom: 0;
    overflow: hidden;
  }

  .bt-content {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .hl-photo {
    height: 65vw;
  }

  .hr-content {
    padding-top: 10vh;
  }

  .hero-h1 {
    font-size: 50px;
    line-height: 50px;
  }

  .hero-h12 {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-h1-b {
    font-size: 40px;
    line-height: 45px;
  }

  .hl-photo-uro {
    height: 65vw;
  }

  .hero-uro {
    padding-left: 0;
  }

  .hero-right-uro {
    min-height: 0;
    padding-left: 30px;
    padding-right: 40px;
  }

  .hero-h12b {
    font-size: 16px;
  }

  .uropyt {
    margin-top: 10px;
  }

  .uro-gall {
    flex-wrap: wrap;
  }

  .uro-gal-ph {
    width: 120px;
    height: 120px;
    margin-bottom: 10px;
  }

  .hr-content-uro {
    padding-top: 10vh;
  }

  .mlink-umow-pink {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 18px;
    line-height: 18px;
  }

  .oferta-content {
    width: 100%;
  }

  .ofer {
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .oferta {
    width: 100%;
    flex-direction: column;
  }

  .kf-lform, .kf-info {
    width: 100%;
  }

  .mapa {
    height: 500px;
  }

  .uro-gal-ph2, .uro-gal-ph3 {
    width: 120px;
    height: 120px;
  }

  .kontakt-center {
    width: 100%;
    min-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .kontakt-right {
    display: none;
  }

  .kon-info {
    font-size: 25px;
    line-height: 25px;
  }

  .kontakt-left {
    display: none;
  }

  .hmb {
    z-index: 2;
    width: 30px;
    height: 30px;
    cursor: pointer;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hm1 {
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 14px;
    margin-top: 3px;
    margin-bottom: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .zajawka {
    width: 48%;
  }

  .zesp-h2 {
    text-align: left;
  }

  .sekcja-artykuly, .sekcjagaleria {
    margin-top: 0;
  }

  .galeria {
    width: 40vw;
    height: 40vw;
  }

  .stopka-content {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .st-col {
    width: 49%;
    flex-direction: column;
    margin-top: 20px;
    margin-right: 0;
    display: flex;
  }

  .st-col.st-col-3 {
    margin-top: 20px;
  }

  .artykul {
    width: 100%;
  }

  .zajawka-copy {
    width: 48%;
  }

  .sekcja-artykul {
    margin-top: 0;
    padding-top: 143px;
  }

  .menu-mob {
    flex-direction: column;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .hmb-open {
    width: 100%;
    height: 100%;
    flex-direction: column;
    justify-content: center;
    display: flex;
    position: relative;
  }

  .hmb-close {
    z-index: 2;
    width: 100%;
    height: 100%;
    background-color: rgba(255, 255, 255, 0);
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: relative;
    transform: translate(0);
  }

  .sl-img {
    width: 130px;
    margin-left: 12px;
    margin-right: 10px;
  }

  .sl-ety {
    margin-right: 0;
  }

  .logo-txt {
    position: static;
  }

  .kfr-content {
    width: 45%;
    flex-direction: column;
    margin-right: 0;
    display: flex;
  }

  .art {
    width: 48%;
  }

  .zc-left {
    width: 300px;
  }

  .zak-info {
    padding-left: 20px;
  }
}

@media screen and (max-width: 767px) {
  .center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .bt-ico-tel {
    width: 25px;
    height: 25px;
  }

  .hero-h1 {
    font-size: 35px;
  }

  .hero-h12 {
    font-size: 20px;
    line-height: 25px;
  }

  .hero-h1-b {
    font-size: 25px;
    line-height: 30px;
  }

  .hero-right-uro {
    padding-right: 30px;
  }

  .hero-h12b {
    line-height: 20px;
  }

  .uro-gal-ph {
    width: 110px;
    height: 110px;
  }

  .hr-content-uro {
    max-width: none;
  }

  .zesp-zd, .zesp-zd-agn {
    width: 70vw;
    height: 70vw;
  }

  .uro-gal-ph2 {
    width: 110px;
    height: 110px;
    margin-bottom: 10px;
  }

  .kontakt-center {
    padding-top: 20px;
  }

  .kont-tr {
    margin-top: 10px;
  }

  .kon-info {
    font-size: 16px;
    line-height: 20px;
  }

  .sekcja-konta {
    font-size: 40px;
    line-height: 40px;
  }

  .zajawka {
    width: 100%;
  }

  .zaj-photo {
    height: 200px;
  }

  .zaj-txt {
    line-height: 18px;
    display: block;
  }

  .zesp-h2 {
    font-size: 40px;
    line-height: 40px;
  }

  .st-col {
    width: 100%;
  }

  .col-links {
    padding-top: 10px;
  }

  .fb-st {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .col-info {
    padding-top: 10px;
  }

  .zajawka-copy {
    width: 48%;
  }

  .art-photo {
    height: 200px;
  }

  .inst-st {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .sl-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .sl-img {
    margin-left: 0;
    margin-right: 0;
  }

  .sloga {
    width: 100%;
    margin-top: 20px;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .oc-li {
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 20px;
  }

  .heading {
    font-size: 10vw;
    line-height: 10vw;
  }

  .kfr-content {
    width: 100%;
  }

  .kfr-info {
    padding-top: 10px;
  }

  .aktualnosci {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .art {
    width: 100%;
  }

  .arty-photo {
    height: 200px;
  }

  .arty-txt {
    line-height: 18px;
    display: block;
  }

  .zakladka {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .zc-left {
    width: 200px;
  }

  .zak {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .center {
    padding-left: 20px;
    padding-right: 20px;
  }

  .top-left {
    z-index: 2;
    padding-top: 10px;
    padding-bottom: 5px;
    position: relative;
  }

  .top-right {
    width: 100vw;
    flex: 0 auto;
  }

  .hero {
    height: 50vh;
    flex-direction: column;
    padding-top: 93px;
  }

  .logo {
    width: 220px;
    max-width: none;
    align-items: flex-start;
  }

  .hero-left {
    width: 100%;
    position: static;
  }

  .hero-right {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .mlink-umow {
    text-align: center;
    padding-top: 15px;
    padding-bottom: 14px;
    font-size: 13px;
    line-height: 18px;
  }

  .belka-top {
    height: 30px;
  }

  .bt-content {
    justify-content: space-between;
  }

  .bt-ico-tel {
    width: 25px;
    height: 25px;
    flex: 0 auto;
  }

  .bt-info {
    margin-left: 0;
  }

  .bt-inf {
    font-size: 14px;
    line-height: 14px;
  }

  .bt-ico-tel2 {
    width: 20px;
    height: 20px;
  }

  .bt-ico-fb {
    width: 15px;
    height: 15px;
    margin-left: 0;
  }

  .hl-photo {
    height: 70vw;
  }

  .hr-content {
    padding-top: 30px;
  }

  .hero-h1 {
    margin-bottom: 10px;
  }

  .hero-h12 {
    font-size: 16px;
  }

  .hero-h1-b {
    margin-bottom: 10px;
    font-size: 30px;
    line-height: 35px;
  }

  .hl-photo-uro {
    height: 70vw;
  }

  .hero-uro {
    flex-direction: column;
  }

  .hero-left-uro {
    width: 100%;
    position: static;
  }

  .hero-right-uro {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .uro-gall {
    width: 100%;
    justify-content: space-between;
  }

  .uro-gal-ph {
    width: 27vw;
    height: 27vw;
    margin-right: 0;
  }

  .uro-gal-ph.ugp22, .uro-gal-ph.ugp33, .uro-gal-ph.upg-11 {
    width: 27vw;
    height: 27vw;
  }

  .hr-content-uro {
    padding-top: 40px;
  }

  .mlink-umow-pink {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 14px;
    line-height: 14px;
  }

  .sekcja-uslugi {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .oferta-content {
    flex-direction: column;
  }

  .ofer {
    margin-top: 10px;
  }

  .oferta-h {
    font-size: 30px;
    line-height: 30px;
  }

  .sekcja-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .f-tr {
    flex-direction: column;
  }

  .f-td {
    width: 100%;
  }

  .subm {
    padding-top: 18px;
    padding-bottom: 17px;
    font-size: 14px;
    line-height: 14px;
  }

  .zesp-plus {
    width: 30px;
    height: 30px;
    padding: 5px;
  }

  .plus-hide {
    padding: 0;
  }

  .plus-txt {
    font-size: 14px;
    line-height: 18px;
  }

  .kontakt-center {
    text-align: left;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .kon-info {
    text-align: left;
  }

  .sekcja-konta {
    font-size: 25px;
    line-height: 30px;
  }

  .bold-text {
    font-size: 14px;
    line-height: 14px;
  }

  .sekcja-zajawki {
    background-position: 50% 0;
  }

  .zajawki {
    margin-top: 20px;
  }

  .zajawka {
    width: 100%;
  }

  .zaj-photo {
    height: 70vw;
  }

  .zaj-txt {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .zaj-tyt {
    font-size: 18px;
    line-height: 20px;
  }

  .zaj-but {
    padding: 6px 12px 8px;
    font-size: 14px;
  }

  .zesp-h2 {
    font-size: 30px;
    line-height: 30px;
  }

  .sekcja-artykuly {
    background-image: none;
    margin-top: -6px;
  }

  .sa-belka {
    padding-top: 30px;
    padding-bottom: 19px;
  }

  .artykuly {
    margin-top: 20px;
  }

  .sekcjagaleria {
    background-image: none;
    margin-top: -6px;
  }

  .galeria {
    width: 80vw;
    height: 80vw;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .g-info-txt {
    padding: 8px 14px;
  }

  .st-col {
    margin-bottom: 40px;
  }

  .st-col.st-col-3 {
    margin-bottom: 0;
  }

  .stt-info {
    margin-left: 0;
  }

  .st-tel {
    letter-spacing: 1px;
    font-size: 26px;
    line-height: 26px;
  }

  .bt-ico-tel-st {
    width: 20px;
    height: 20px;
    flex: 0 auto;
  }

  .bt-info-st {
    margin-left: 0;
  }

  .bt-ico-tel2-st {
    width: 20px;
    height: 20px;
  }

  .fb-st {
    width: 30px;
  }

  .bt-ico-pin-st {
    width: 20px;
    height: 20px;
  }

  .artykul {
    margin-top: 0;
  }

  .zajawka-copy {
    width: 100%;
  }

  .sekcja-artykul {
    background-image: none;
    padding-top: 122px;
  }

  .art-h2 {
    font-size: 20px;
    line-height: 22px;
  }

  .art-photo {
    height: 70vw;
  }

  .bt-ico-inst {
    width: 15px;
    height: 15px;
  }

  .inst-st {
    width: 30px;
  }

  .sl-content {
    flex-direction: column;
    align-items: flex-start;
  }

  .sl-img {
    width: 40vw;
    margin-left: 0;
    margin-right: 0;
  }

  .sloga {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .sl-ety {
    letter-spacing: 1px;
    font-size: 16px;
    line-height: 16px;
  }

  .bold-text-2 {
    font-size: 16px;
    line-height: 16px;
  }

  .logo-txt {
    font-size: 20px;
    line-height: 20px;
  }

  .mlink-umow-main {
    font-size: 13px;
    line-height: 13px;
  }

  .oc-left {
    width: 100%;
  }

  .oc-right {
    padding-left: 0;
  }

  .mlink-zajawki {
    font-size: 13px;
    line-height: 13px;
  }

  .oc-li {
    font-size: 16px;
    line-height: 18px;
  }

  .bt-ico-email-st {
    width: 20px;
    height: 20px;
    flex: 0 auto;
  }

  .heading {
    font-size: 11vw;
    line-height: 11vw;
  }

  .kfr-content {
    margin-bottom: 40px;
  }

  .kfr-content.st-col-3 {
    margin-bottom: 0;
  }

  .kfr-inf, .kfrinf {
    font-size: 14px;
    line-height: 14px;
  }

  .bt-ico-clock-st {
    width: 20px;
    height: 20px;
  }

  .right-arrow, .left-arrow {
    display: none;
  }

  .aktualnosci {
    background-position: 50% 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .art {
    width: 100%;
  }

  .arty-photo {
    height: 70vw;
  }

  .arty-tyt {
    font-size: 18px;
    line-height: 20px;
  }

  .arty-txt {
    font-size: 16px;
    line-height: 20px;
    display: block;
  }

  .zakladka {
    background-position: 50% 0;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .zc-left, .zak {
    width: 100%;
  }

  .zespol {
    flex-direction: column;
  }
}
