img.image-img {
  width: 100%;
  max-width: fit-content;
}

.x-offer-medical {
  font-family: 'Georgia';
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 20px;
}

.x-offer-medical .offer-text2 {
  font-weight: 400;
}

.x-offer-medical .offer-prices {
  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;
}

.x-offer-medical .offer-prices .offer-price1 {
  text-decoration: line-through;
  color: #FF0000;
}

.x-offer-medical .offer-prices .offer-price2 {
  color: #008000;
  margin: 0 0 0 10px;
}

.x-offer-medical .offer-img_counter {
  direction: ltr !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center;
}

.x-offer-medical .productsCount {
  direction: ltr !important;
  background: #666666;
  background: linear-gradient(to bottom, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
  background-size: 100% 115%;
  background-position: 0;
}

.x-offer-medical .productsCount {
  font-size: 45px;
  color: #3d3d3d;
  padding: 0 5px;
  border: 1px solid black;
  border-radius: 5px;
}

.x-offer-medical .productCounter {
  text-align: center;
  float: right;
  margin-top: 10%;
  margin-right: 20px;
}

.x-offer-medical .productCounter p {
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  max-width: 388px;
  padding-top: 20px;
}

.x-offer-medical .imagesSlider {
  float: left;
  text-align: center;
  padding: 10px;
}

.x-offer-medical .imagesSlider img {
  max-width: 100px;
}

.x-offer-medical .offer-prodbox {
  position: relative;
}

.x-offer-medical .offer-prodbox img {
  max-height: 450px;
}

.x-offer-medical .offer-prodbox .offer-g {
  position: absolute;
}

@media only screen and (max-width: 768px) {
  .x-offer-medical {
    margin: 15px 0;
  }

  .x-offer-medical .offer-img_counter {
    padding: 15px 0;
  }

  .x-offer-medical .offer-prodbox {
    width: 50%;
  }

  .x-offer-medical .offer-prodbox .offer-img {
    width: 100%;
  }

  .x-offer-medical .productsCount {
    font-size: 20px;
  }

  .x-offer-medical .productCounter {
    margin-top: 0px;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-offer-medical.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-offer-medical.hide-mobile {
    display: none;
  }
}

@font-face {
  font-family: "Lobster";
  font-style: 'normal';
  font-weight: 400;
  src: url(fonts/Lobster/Lobster-Regular.ttf)
}

.x-header_new-RobotoLobster {
  font-family: 'Roboto';
  color: #000000;
  margin: 20px 0;
  padding: 0 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster {
    padding: 0
  }
}

.x-header_new-RobotoLobster .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  font-size: 12px;
  margin: 0 0 10px
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .date {
    display: none
  }
}

.x-header_new-RobotoLobster .head {
  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
}

.x-header_new-RobotoLobster .head .headlines>*:first-child {
  margin: 0 0 15px
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .head .headlines {
    width: 100%;
    text-align: center;
    padding: 0 20px
  }
}

.x-header_new-RobotoLobster .head .others {
  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
}

.x-header_new-RobotoLobster .head .others.search-img {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row
}

.x-header_new-RobotoLobster .head .others.img-search {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse
}

.x-header_new-RobotoLobster .head .others a:first-child {
  margin: 0 20px
}

.x-header_new-RobotoLobster .head .others a:first-child img {
  max-width: 170px
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .head .others {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .head {
    -webkit-box-ordinal-group: 3;
    -ms-flex-order: 2;
    order: 2;
    margin: 10px 0 0
  }
}

.x-header_new-RobotoLobster .bar-img {
  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;
  padding: 10px 20px;
  margin: -5px 0 0;
  background-color: #000000
}

.x-header_new-RobotoLobster .bar-img .menu:last-child {
  display: none
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .bar-img {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 5px
  }

  .x-header_new-RobotoLobster .bar-img a>img {
    max-width: 60px;
    padding: 5px
  }

  .x-header_new-RobotoLobster .bar-img .menu:last-child {
    display: block
  }
}

.x-header_new-RobotoLobster .bar-text {
  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;
  padding: 10px 20px;
  margin: -5px 0 0;
  background-color: #000000;
  background-color: inherit;
  border-bottom: 2px solid #cccccc
}

.x-header_new-RobotoLobster .bar-text .menu:last-child {
  display: none
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .bar-text {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    padding: 5px
  }

  .x-header_new-RobotoLobster .bar-text a>img {
    max-width: 60px;
    padding: 5px
  }

  .x-header_new-RobotoLobster .bar-text .menu:last-child {
    display: block
  }
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster .bar-text {
    display: none
  }
}

@media only screen and (min-width: 769px) {
  .x-header_new-RobotoLobster.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-header_new-RobotoLobster.hide-mobile {
    display: none
  }
}

.x-comment_popup-medical {
  /* Slider */
  position: fixed;
  right: 25px;
  bottom: 100px;
  max-width: 300px;
  display: block;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 2s;
  transition: 2s;
}

.x-comment_popup-medical .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.x-comment_popup-medical .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.x-comment_popup-medical .slick-list:lang(ar),
.x-comment_popup-medical .slick-track:lang(ar) {
  direction: ltr !important;
}

.x-comment_popup-medical .slick-list:focus {
  outline: none;
}

.x-comment_popup-medical .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.x-comment_popup-medical .slick-slider .slick-track,
.x-comment_popup-medical .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.x-comment_popup-medical .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.x-comment_popup-medical .slick-track:before,
.x-comment_popup-medical .slick-track:after {
  display: table;
  content: '';
}

.x-comment_popup-medical .slick-track:after {
  clear: both;
}

.x-comment_popup-medical .slick-loading .slick-track {
  visibility: hidden;
}

.x-comment_popup-medical .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.x-comment_popup-medical [dir='rtl'] .slick-slide {
  float: right;
}

.x-comment_popup-medical .slick-slide img {
  display: block;
}

.x-comment_popup-medical .slick-slide.slick-loading img {
  display: none;
}

.x-comment_popup-medical .slick-slide.dragging img {
  pointer-events: none;
}

.x-comment_popup-medical .slick-initialized .slick-slide {
  display: block;
}

.x-comment_popup-medical .slick-loading .slick-slide {
  visibility: hidden;
}

.x-comment_popup-medical .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.x-comment_popup-medical .slick-arrow.slick-hidden {
  display: none;
}

.x-comment_popup-medical .carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  direction: ltr !important;
}

.x-comment_popup-medical .slides {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.x-comment_popup-medical .slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.x-comment_popup-medical .slides .slide {
  float: left;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-comment_popup-medical .btn-bar {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20px;
}

.x-comment_popup-medical .buttons {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 1px;
}

.x-comment_popup-medical .buttons a {
  display: block;
  cursor: pointer;
}

.x-comment_popup-medical a.prev {
  width: 20px;
  height: 60px;
  float: left;
  background-image: url(comment_popup/themes/medical/img/left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.x-comment_popup-medical a.next {
  right: 0;
  width: 20px;
  height: 60px;
  float: right;
  background-image: url(comment_popup/themes/medical/img/right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.x-comment_popup-medical .quote-phrase {
  font-size: 14px !important;
  line-height: 18px !important;
}

.x-comment_popup-medical .authorContainer,
.x-comment_popup-medical .quoteContainer {
  display: table;
  width: 100%;
}

.x-comment_popup-medical .quoteContainer {
  background-color: #e9f0fa;
  color: #4869b1;
  padding: 10px 30px;
  border: 1px solid #44a5ff;
  border-bottom: 0;
}

.x-comment_popup-medical .authorContainer {
  color: #4869b1;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #44a5ff;
  border-top: 0;
}

.x-comment_popup-medical .authorContainer img {
  max-width: 50px;
  width: 100%;
  margin: 2px 5px 0 0;
  float: left;
}

.x-comment_popup-medical .quote-author-country {
  color: #6a6a6a;
}

.x-comment_popup-medical .imagesSlider {
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 0;
}

.x-comment_popup-medical .imagesSlider img {
  max-width: 100px;
  margin: 0 10px 0 0;
}

.x-comment_popup-medical.right {
  text-align: right;
  right: unset;
  left: 25px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-comment_popup-medical.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-comment_popup-medical.hide-mobile {
    display: none;
  }
}

@font-face {
  font-family: 'DancingScript';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Dancing_Script/DancingScript-Regular.ttf);
}

@font-face {
  font-family: 'DancingScript';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Dancing_Script/DancingScript-Bold.ttf);
}

@font-face {
  font-family: 'Anton';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Anton/Anton-Regular.ttf);
}

.x-h1-medical {
  font-family: 'Roboto';
  font-size: 30px;
  font-weight: 700;
  line-height: 1.4em;
  text-align: left;
  color: #000;
  margin: 20px 0;
  padding: 5px 20px;
}

.x-h1-medical.left {
  text-align: left;
}

.x-h1-medical.right {
  text-align: right;
}

.x-h1-medical.center {
  text-align: center;
}

.x-h1-medical.justify {
  text-align: justify;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-h1-medical.hide-desktop {
    display: none;
    font-size: 20px;
  }
}

@media only screen and (max-width: 768px) {
  .x-h1-medical.hide-mobile {
    display: none;
  }
}

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

.x-image-medical-sp {
  margin: 10px 20px;
  direction: ltr !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.x-image-medical-sp.position-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.x-image-medical-sp.position-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.x-image-medical-sp.position-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.x-image-medical-sp.bcg-lightgrey {
  background-color: #EBEBEB
}

.x-image-medical-sp .image-img {
  max-width: 100%;
  width: auto;
  margin: 0
}

.x-image-medical-sp .image-img.max-width {
  width: 100%;
  max-width: none
}

.x-image-medical-sp div.title-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.x-image-medical-sp div.title-container p {
  width: 100%;
  display: block;
  font-family: 'Georgia';
  font-size: 16px;
  line-height: 25px;
  padding: 5px;
  color: #3d3d3d
}

.x-image-medical-sp div {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ddd;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.x-image-medical-sp div.text-container p {
  width: 100%;
  max-width: 100% !important;
  display: block;
  font-family: 'Georgia';
  font-size: 16px;
  padding: 10px
}

.x-image-medical-sp.right div {
  text-align: right
}

.x-image-medical-sp.right div.title-container {
  text-align: right
}

.x-image-medical-sp.right div.text-container {
  text-align: right
}

@media only screen and (max-width: 768px) {
  .x-image-medical-sp {
    margin: 0 15px
  }

  .x-image-medical-sp div.text-container p {
    background-color: #1e851e;
    font-family: 'Roboto';
    padding: 15px;
    color: #fff;
    text-align: inherit;
    font-weight: 700
  }
}

@media only screen and (min-width: 769px) {
  .x-image-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-image-medical-sp.hide-mobile {
    display: none
  }
}

@font-face {
  font-family: 'DancingScript';
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Dancing_Script/DancingScript-Regular.ttf)
}

@font-face {
  font-family: 'DancingScript';
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Dancing_Script/DancingScript-Bold.ttf)
}

.x-h1-medical-sp {
  font-family: 'Helvetica Neue', sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 1em;
  text-align: left;
  color: #000;
  margin: 20px 0;
  padding: 5px 20px
}

.x-h1-medical-sp.left {
  text-align: left
}

.x-h1-medical-sp.right {
  text-align: right
}

.x-h1-medical-sp.center {
  text-align: center
}

.x-h1-medical-sp.justify {
  text-align: justify
}

@media only screen and (max-width:768px) {
  .x-h1-medical-sp {
    margin: 20px 0;
    padding: 5px 15px
  }
}

@media only screen and (min-width:769px) {
  .x-h1-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-h1-medical-sp.hide-mobile {
    display: none
  }
}

.x-small_prof-medical {
  font-family: 'Roboto', sans-serif;
  margin: 25px 15px
}

.x-small_prof-medical.center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.x-small_prof-medical.left {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start
}

.x-small_prof-medical.right {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end
}

.x-small_prof-medical .box-prof {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 0 15px
}

.x-small_prof-medical .box-prof .article-img {
  width: 68px;
  height: auto;
  border-radius: 50%
}

.x-small_prof-medical .box-prof .article-text {
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-align: left;
  margin-left: 5px
}

@media only screen and (min-width: 769px) {
  .x-small_prof-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-small_prof-medical.hide-mobile {
    display: none
  }
}

.x-p-medical {
  font-family: Roboto;
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  margin: 20px
}

.x-p-medical.left {
  text-align: left
}

.x-p-medical.right {
  text-align: right
}

.x-p-medical.center {
  text-align: center
}

.x-p-medical.justify {
  text-align: justify
}

@media only screen and (max-width:768px) {
  .x-p-medical {
    font-size: 16px;
    line-height: 24px
  }
}

@media only screen and (min-width:769px) {
  .x-p-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-p-medical.hide-mobile {
    display: none
  }
}

.x-container_with_list-medical {
  width: 100%;
  padding: 20px;
  background-color: #efefef;
  font-family: 'Roboto';
}

.x-container_with_list-medical h6 {
  color: #000000;
  font-size: 17px;
  font-weight: 700;
  line-height: 27px;
  text-align: left;
  margin: 0;
  padding: 5px 0;
}

.x-container_with_list-medical ul {
  padding: 0;
}

.x-container_with_list-medical ul li {
  list-style-type: none;
  font-weight: 400;
  margin-top: 10px;
  text-align: left;
  position: relative;
  padding-left: 50px;
}

.x-container_with_list-medical ul li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
}

.blue_check ul li::before {
  content: url('check_blue.png');
  width: 25px;
  height: 27px;
  left: 0px;
}

.green ul li::before {
  background-image: url('check_green.png');
  width: 25px;
  height: 27px;
  left: 10px;
}

.x-container_with_list-medical.right ul li {
  text-align: right;
}

.x-container_with_list-medical.right h6 {
  text-align: right;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-container_with_list-medical.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-container_with_list-medical.hide-mobile {
    display: none;
  }
}

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

.x-image-medical {
  font-family: 'Roboto';
  margin: 10px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column
}

.x-image-medical.position-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start
}

.x-image-medical.position-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end
}

.x-image-medical.position-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.x-image-medical.bcg-lightgrey {
  background-color: #EBEBEB
}

.x-image-medical .image-img {
  max-width: 100%;
  width: auto;
  padding: 0 20px
}

.x-image-medical div.title-container {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center
}

.x-image-medical div.title-container p {
  width: 100%;
  display: block;
  font-family: 'Georgia';
  font-size: 14px;
  padding: 5px;
  color: #3d3d3d
}

.x-image-medical div.text-container p {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: inherit;
  background-color: #ddd;
  margin: 0 auto;
  padding: 0 5px
}

.x-image-medical div {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex
}

.x-image-medical.right div {
  text-align: right
}

.x-image-medical.right div.title-container {
  text-align: right
}

.x-image-medical.right div.text-container {
  text-align: right
}

@media only screen and (max-width: 768px) {
  .x-image-medical {
    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-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
  }

  .x-image-medical .image-img {
    max-width: 100%;
    width: auto
  }

  .x-image-medical .image-img.max-width {
    width: 100%;
    max-width: none
  }

  .x-image-medical div.text-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important
  }

  .x-image-medical div.text-container p {
    font-style: normal;
    display: inline-block;
    background-color: #ffc000;
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
    margin: -20px 20px 0
  }
}

@media only screen and (min-width: 769px) {
  .x-image-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-image-medical.hide-mobile {
    display: none
  }
}

.x-h3-medical {
  font-family: 'Roboto';
  color: #000000;
  font-size: 24px;
  font-weight: 700;
  text-align: left;
  margin: 20px 0;
  padding: 5px 20px;
}

.x-h3-medical.left {
  text-align: left;
}

.x-h3-medical.right {
  text-align: right;
}

.x-h3-medical.center {
  text-align: center;
}

.x-h3-medical.justify {
  text-align: justify;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-h3-medical.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-h3-medical.hide-mobile {
    display: none;
  }
}

.x-float_image_testimonial-medical {
  font-family: 'Georgia';
  color: #3d3d3d;
  margin: 15px 20px;
  padding: 15px 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.x-float_image_testimonial-medical.yellow {
  border: 2px solid #F7F9B6;
  background-color: #FFFFEC
}

.x-float_image_testimonial-medical.gray {
  background-color: #EBEBEB
}

.x-float_image_testimonial-medical .img {
  margin: 0 20px 0 0
}

.x-float_image_testimonial-medical .img img {
  width: 200px
}

.x-float_image_testimonial-medical .text {
  text-align: left;
  margin: 0 0 15px;
  width: 100%
}

.x-float_image_testimonial-medical .text .title {
  line-height: 25px;
  font-size: 1.17em
}

.x-float_image_testimonial-medical .text .content {
  line-height: 25px;
  font-size: 16px;
  margin-top: 10px
}

.x-float_image_testimonial-medical .text .name {
  font-size: 16px;
  text-align: right;
  line-height: 25px;
  margin: 15px 0 0
}

.x-float_image_testimonial-medical .text .info {
  text-align: right;
  font-size: 16px
}

.x-float_image_testimonial-medical.right .text .title {
  text-align: right
}

.x-float_image_testimonial-medical.right .text .content {
  text-align: right
}

.x-float_image_testimonial-medical.right .text .name {
  text-align: right
}

.x-float_image_testimonial-medical.right .text .info {
  text-align: right
}

@media only screen and (max-width:768px) {
  .x-float_image_testimonial-medical {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .x-float_image_testimonial-medical .img {
    margin-right: 0
  }

  .x-float_image_testimonial-medical .text {
    margin-top: 20px
  }
}

@media only screen and (min-width:769px) {
  .x-float_image_testimonial-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-float_image_testimonial-medical.hide-mobile {
    display: none
  }
}

.x-before_after_one_photo-medical {
  font-family: 'Roboto', sans-serif;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin: 0 15px;
}

.x-before_after_one_photo-medical.right img {
  transform: scaleX(-1);
}

.x-before_after_one_photo-medical .before_after_one_photo-row {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.x-before_after_one_photo-medical .before_after_one_photo-row .before_after_one_photo-img {
  width: 100%;
  height: auto;
}

.x-before_after_one_photo-medical .before_after_one_photo-row .before_after_one_photo-title {
  width: 50%;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
  text-align: center;
}

.x-before_after_one_photo-medical .before_after_one_photo-row .before_after_one_photo-title-before {
  color: #c60000;
}

.x-before_after_one_photo-medical .before_after_one_photo-row .before_after_one_photo-title-after {
  color: #5faf5c;
}

.x-before_after_one_photo-medical .before_after_one_photo-row .before_after_one_photo-text {
  width: 50%;
  font-size: 14px;
  font-weight: 400;
  line-height: 24px;
  text-align: center;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-before_after_one_photo-medical.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-before_after_one_photo-medical.hide-mobile {
    display: none;
  }
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 400;
  src: local('Lato'), local('Lato-Regular'), url(fonts/Lato/Lato-Regular.ttf) format('truetype');
}

@font-face {
  font-family: 'Lato';
  font-style: normal;
  font-weight: 700;
  src: local('Lato Bold'), local('Lato-Bold'), url(fonts/Lato/Lato-Bold.ttf) format('truetype');
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-left: auto;
  margin-right: auto;
}

.slick-track:before,
.slick-track:after {
  display: table;
  content: '';
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

[dir='rtl'] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.x-testimonial-slider_mobile-medical {
  direction: ltr;
  background-color: #cccccc;
  display: none;
  font-family: 'Lato';
}

.x-testimonial-slider_mobile-medical .yellowstar {
  color: gold;
  text-shadow: 1px 1px 1px black;
  font-size: 16px;
}

.x-testimonial-slider_mobile-medical .slider {
  position: relative;
  padding: 10px;
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffc000;
  width: 40px;
  height: 80px;
  color: #000000;
  text-decoration: none;
  top: 50%;
  transform: translateY(-40%);
  align-items: center;
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons a i {
  height: 16px;
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons .slide-back {
  left: 0px;
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons .slide-back i {
  content: url(testimonial-slider_mobile/themes/medical/chevron-left-solid.svg);
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons .slide-next {
  right: 0px;
}

.x-testimonial-slider_mobile-medical .slider .slide-buttons .slide-next i {
  content: url(testimonial-slider_mobile/themes/medical/chevron-right-solid.svg);
}

.x-testimonial-slider_mobile-medical .slider .slide {
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  position: relative;
  height: auto;
  margin: 15px;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-image {
  position: relative;
  background: #cccccc;
  text-align: center;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-image img {
  margin: auto;
  max-height: 250px;
  width: auto;
  max-width: 90%;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-image .slide-circle {
  display: block;
  border-radius: 100%;
  border: solid 2px #ffffff;
  background-color: #1e911e;
  position: absolute;
  width: 69px;
  height: 69px;
  font-family: Arial;
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  line-height: 69px;
  text-align: center;
  top: 80%;
  right: 5%;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 40px;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-text h2 {
  color: #0c0c0c;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  padding-right: 20%;
  padding-bottom: 10px;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-text h2 p {
  color: #0c0c0c;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  padding-right: 20%;
  padding-bottom: 10px;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-text p {
  font-family: 'Lato';
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 400;
  line-height: 30px;
  padding-bottom: 18px;
}

.x-testimonial-slider_mobile-medical .slider .slide .slide-text p strong {
  font-weight: 700;
}

@media only screen and (max-width: 768px) {
  .x-testimonial-slider_mobile-medical {
    display: block;
  }
}

/*# sourceMappingURL=style.css.map */
@font-face {
  font-family: OpenSans;
  font-style: 'normal';
  font-weight: 400;
  src: url(fonts/OpenSans/OpenSans-Regular.ttf)
}

@font-face {
  font-family: OpenSans;
  font-style: 'normal';
  font-weight: 700;
  src: url(fonts/OpenSans/OpenSans-Bold.ttf)
}

.x-beautiful10-beautiful {
  max-width: 100%;
  width: 100%;
  background-size: cover;
  background-position: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: OpenSans;
  color: #282828
}

.x-beautiful10-beautiful .box_header {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0
}

.x-beautiful10-beautiful .box_header .box {
  max-width: 1000px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center
}

.x-beautiful10-beautiful .box_header .box .title {
  width: 100%;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
  margin: 20px 0 0
}

.x-beautiful10-beautiful .box_header .box .subtitle {
  width: 100%;
  font-size: 26px;
  font-weight: 400;
  line-height: 40px;
  margin: 20px 0 0
}

.x-beautiful10-beautiful .box_header .box .text {
  width: 100%;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px 0 0
}

.x-beautiful10-beautiful .main {
  max-width: 666px;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin: 10px
}

.x-beautiful10-beautiful .main .row {
  width: 100%;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start
}

.x-beautiful10-beautiful .main .row .card {
  width: 30%;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin: 10px
}

@media only screen and (max-width:600px) {
  .x-beautiful10-beautiful .main .row .card {
    width: calc(33% - 30px)
  }
}

.x-beautiful10-beautiful .main .row .card img {
  width: 100%
}

.x-beautiful10-beautiful .box_text {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 20px
}

.x-beautiful10-beautiful .box_text .text {
  max-width: 1000px;
  width: 100%
}

.x-beautiful10-beautiful .button {
  min-width: 180px;
  width: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #191919;
  font-size: 16px;
  text-align: center;
  text-decoration: none;
  color: #fff;
  padding: 14px 20px;
  margin: 0 0 20px
}

.x-beautiful10-beautiful.blue .button,
.x-beautiful10-beautiful.blue .step {
  background-color: #4c8bf5 !important
}

.x-beautiful10-beautiful.turquoise .step {
  background-color: #15e2f4 !important
}

.x-beautiful10-beautiful.green .step {
  background-color: #80b32a !important
}

.x-beautiful10-beautiful.yellow .step {
  background-color: #fc0 !important
}

.x-beautiful10-beautiful.orange .step {
  background-color: #ff6b00 !important
}

.x-beautiful10-beautiful.pink .step {
  background-color: #ff006c !important
}

.x-beautiful10-beautiful.red .step {
  background-color: red !important
}

.x-beautiful10-beautiful.parallax-fixed {
  background-repeat: no-repeat;
  background-attachment: fixed
}

.x-beautiful10-beautiful.parallax-unfixed {
  background-repeat: repeat-y
}

@media only screen and (min-width:769px) {
  .x-beautiful10-beautiful.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-beautiful10-beautiful.hide-mobile {
    display: none
  }
}

.x-guarantee_2-medical {
  margin: 0 20px
}

@media only screen and (min-width:769px) {
  .x-guarantee_2-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-guarantee_2-medical.hide-mobile {
    display: none
  }
}

.x-comment_popup-medical-sp {
  /* Slider */
  position: fixed;
  right: 25px;
  bottom: 100px;
  max-width: 300px;
  display: block;
  z-index: 10;
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  -webkit-transition: 2s;
  transition: 2s;
  /* Styling for prev and next buttons */
}

@media all and (max-width: 769px) {
  .x-beautiful10-beautiful {
    font-size: 13px;
  }
}

.x-comment_popup-medical-sp .slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.x-comment_popup-medical-sp .slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0;
}

.x-comment_popup-medical-sp .slick-list:lang(ar),
.x-comment_popup-medical-sp .slick-track:lang(ar) {
  direction: ltr !important;
}

.x-comment_popup-medical-sp .slick-list:focus {
  outline: none;
}

.x-comment_popup-medical-sp .slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.x-comment_popup-medical-sp .slick-slider .slick-track,
.x-comment_popup-medical-sp .slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.x-comment_popup-medical-sp .slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.x-comment_popup-medical-sp .slick-track:before,
.x-comment_popup-medical-sp .slick-track:after {
  display: table;
  content: '';
}

.x-comment_popup-medical-sp .slick-track:after {
  clear: both;
}

.x-comment_popup-medical-sp .slick-loading .slick-track {
  visibility: hidden;
}

.x-comment_popup-medical-sp .slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px;
}

.x-comment_popup-medical-sp [dir='rtl'] .slick-slide {
  float: right;
}

.x-comment_popup-medical-sp .slick-slide img {
  display: block;
}

.x-comment_popup-medical-sp .slick-slide.slick-loading img {
  display: none;
}

.x-comment_popup-medical-sp .slick-slide.dragging img {
  pointer-events: none;
}

.x-comment_popup-medical-sp .slick-initialized .slick-slide {
  display: block;
}

.x-comment_popup-medical-sp .slick-loading .slick-slide {
  visibility: hidden;
}

.x-comment_popup-medical-sp .slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.x-comment_popup-medical-sp .slick-arrow.slick-hidden {
  display: none;
}

.x-comment_popup-medical-sp .carousel {
  position: relative;
  width: 100%;
  margin: 0 auto;
  direction: ltr !important;
}

.x-comment_popup-medical-sp .slides {
  overflow: hidden;
  position: relative;
  width: 100%;
}

.x-comment_popup-medical-sp .slides ul {
  list-style: none;
  width: 100%;
  margin: 0;
  padding: 0;
  position: relative;
}

.x-comment_popup-medical-sp .slides .slide {
  float: left;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.x-comment_popup-medical-sp .btn-bar {
  width: 100%;
  margin: 0 auto;
  display: block;
  position: relative;
  top: 20px;
}

.x-comment_popup-medical-sp .buttons {
  position: absolute;
  z-index: 999;
  width: 100%;
  padding: 1px;
}

.x-comment_popup-medical-sp .buttons a {
  display: block;
  cursor: pointer;
}

.x-comment_popup-medical-sp a.prev {
  width: 20px;
  height: 60px;
  float: left;
  background-image: url(comment_popup/themes/medical-sp/img/left.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.x-comment_popup-medical-sp a.next {
  right: 0;
  width: 20px;
  height: 60px;
  float: right;
  background-image: url(comment_popup/themes/medical-sp/img/right.png);
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

.x-comment_popup-medical-sp .quote-phrase {
  font-size: 14px !important;
  line-height: 18px !important;
}

.x-comment_popup-medical-sp .authorContainer,
.x-comment_popup-medical-sp .quoteContainer {
  display: table;
  width: 100%;
}

.x-comment_popup-medical-sp .quoteContainer {
  background-color: #e9f0fa;
  color: #4869b1;
  padding: 10px 30px;
  border: 1px solid #44a5ff;
  border-bottom: 0;
}

.x-comment_popup-medical-sp .authorContainer {
  color: #4869b1;
  background-color: #fff;
  padding: 10px;
  border: 1px solid #44a5ff;
  border-top: 0;
}

.x-comment_popup-medical-sp .authorContainer img {
  max-width: 50px;
  width: 100%;
  margin: 2px 5px 0 0;
  float: left;
}

.x-comment_popup-medical-sp .quote-author-country {
  color: #6a6a6a;
}

.x-comment_popup-medical-sp .imagesSlider {
  float: left;
  text-align: center;
  padding-left: 10px;
  padding-top: 10px;
  padding-right: 0;
}

.x-comment_popup-medical-sp .imagesSlider img {
  max-width: 100px;
  margin: 0 10px 0 0;
}

.x-comment_popup-medical-sp.right {
  text-align: right;
  right: unset;
  left: 25px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-comment_popup-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-comment_popup-medical-sp.hide-mobile {
    display: none;
  }
}


p.disclosure {
  color: #aaa;
  font-size: 12px;
  padding: 0 20px;
  line-height: 20px;
  text-align: center;
  margin: 30px 0 0
}

.footer_links {
  font-family: 'Roboto';
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px
}

.footer_links a {
  color: #aaa;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 0 10px;
  line-height: 25px;
  text-align: center
}

@media only screen and (min-width: 769px) {
  .x-footer_links-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-footer_links-medical.hide-mobile {
    display: none
  }
}

.x-footer_text-medical {
  font-family: 'Roboto';
  width: 100%;
  color: #aaa;
  font-size: 12px;
  font-weight: 400;
  line-height: 15px;
  margin: 0 auto 0;
  padding: 20px 20px 0;
  text-align: center
}

.x-footer_text-medical p {
  padding: 0 0 20px
}

.x-footer_text-medical p a {
  color: #aaa;
  text-decoration: none
}

@media only screen and (min-width: 769px) {
  .x-footer_text-medical.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-footer_text-medical.hide-mobile {
    display: none
  }
}

.x-bibliography-medical-sp {
  max-width: 1000px;
  width: 100%;
  font-family: 'Roboto';
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
  margin: 0 auto;
  padding: 20px;
  direction: ltr
}

.x-bibliography-medical-sp .headline {
  font-weight: 700;
  margin: 0
}

.x-bibliography-medical-sp .list {
  margin: 10px 0 0;
  padding: 0 0 0 20px
}

@media only screen and (max-width: 768px) {
  .x-bibliography-medical-sp {
    color: #dddee3
  }

  .x-bibliography-medical-sp .list {
    display: none
  }
}

@media only screen and (min-width: 769px) {
  .bibliography-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .bibliography-medical-sp.hide-mobile {
    display: none
  }
}

.x-h2-medical-sp {
  font-family: 'Helvetica Neue', sans-serif;
  color: #000000;
  font-size: 20px;
  font-weight: 700;
  text-align: left;
  line-height: 1.4em;
  margin: 20px 0;
  padding: 5px 20px;
}

.x-h2-medical-sp.left {
  text-align: left;
}

.x-h2-medical-sp.right {
  text-align: right;
}

.x-h2-medical-sp.center {
  text-align: center;
}

.x-h2-medical-sp.justify {
  text-align: justify;
}

@media only screen and (max-width: 768px) {
  .x-h2-medical-sp {
    font-family: 'Roboto';
    color: #000000;
    font-size: 24px;
    font-weight: 700;
    text-align: left;
    line-height: 1.4em;
    margin: 20px 0;
    padding: 5px 15px;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-h2-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-h2-medical-sp.hide-mobile {
    display: none;
  }
}

.x-p-medical-sp {
  width: auto;
  color: #3d3d3d;
  font-family: Georgia;
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  margin: 20px
}

.x-p-medical-sp.left {
  text-align: left
}

.x-p-medical-sp.right {
  text-align: right
}

.x-p-medical-sp.center {
  text-align: center
}

.x-p-medical-sp.justify {
  text-align: justify
}

@media only screen and (max-width:768px) {
  .x-p-medical-sp {
    color: #000;
    font-family: Roboto;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 0;
    padding: 0 15px
  }
}

@media only screen and (min-width:769px) {
  .x-p-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-p-medical-sp.hide-mobile {
    display: none
  }
}

.x-typconf_summary-medical-sp .typconf_summary-table {
  font-family: Roboto, sans-serif;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 0
}

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img {
  max-width: 220px;
  width: 100%;
  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
}

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img img {
  width: 100px
}

.x-typconf_summary-medical-sp .typconf_summary-table .typconf_summary-table_img img.product_visualization.x1 {
  max-width: 50% !important
}

.x-typconf_summary-medical-sp .typconf_summary-table h2 {
  font-size: 18px !important;
  line-height: 30px !important;
  color: #3d3d3d;
  margin: 0 0 10px
}

.x-typconf_summary-medical-sp .typconf_summary-table table td {
  border-color: #c5c5c5;
  border-style: dotted
}

.x-typconf_summary-medical-sp .typconf_summary-table table td p {
  margin: 0
}

@media only screen and (max-width:500px) {
  .x-typconf_summary-medical-sp .typconf_summary-table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .x-typconf_summary-medical-sp .table {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
  }

  .x-typconf_summary-medical-sp .table h2 {
    font-size: 16px !important
  }

  .x-typconf_summary-medical-sp .table .table_img {
    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;
    margin: 0 0 10px
  }
}

@media only screen and (min-width:769px) {
  .x-typconf_summary-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-typconf_summary-medical-sp.hide-mobile {
    display: none
  }
}

.x-ol_list-medical-sp {
  color: #3d3d3d;
  font-family: 'Georgia';
  font-size: 16px;
  font-weight: 400;
  line-height: 25px;
  text-align: left;
  margin: 0 20px;
  padding: 0;
}

.x-ol_list-medical-sp.border-blue {
  border: 1px solid #009fe3;
  padding: 10px 10px 10px 20px;
}

.x-ol_list-medical-sp.dark-blue {
  background-color: #009fe3;
  padding: 80px 50px;
}

.x-ol_list-medical-sp.dark-blue div {
  background-color: #fffae0;
  padding: 20px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-ol_list-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-ol_list-medical-sp.hide-mobile {
    display: none;
  }
}


.x-comparison_new-medical-sp {
  font-family: 'Roboto';
  font-size: 16px;
  margin: 20px
}

.x-comparison_new-medical-sp article {
  display: flex
}

.x-comparison_new-medical-sp article div {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px
}

.x-comparison_new-medical-sp article div img {
  max-width: 150px;
  width: 100%
}

.x-comparison_new-medical-sp article div:nth-child(1) {
  width: 20%;
  border: 1px solid #ccc;
  border-top: 0
}

.x-comparison_new-medical-sp article div:nth-child(2),
.x-comparison_new-medical-sp article div:nth-child(3) {
  width: 40%;
  border: 1px solid #ccc;
  border-left: 0;
  border-top: 0
}

.x-comparison_new-medical-sp article:nth-child(1) {
  border-top: 1px solid #ccc;
  background-color: #dce9f9;
  font-size: 18px;
  font-weight: 700;
  text-align: center
}

.x-comparison_new-medical-sp article:nth-child(5) {
  font-weight: 700
}

.x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2) {
  color: red;
  font-size: 20px;
  text-align: center
}

.x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
  color: green;
  font-size: 20px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .x-comparison_new-medical-sp {
    margin: 20px 15px;
    font-size: 12px
  }

  .x-comparison_new-medical-sp article:nth-child(1),
  .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2),
  .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
    font-size: 14px
  }
}

@media only screen and (max-width: 400px) {

  .x-comparison_new-medical-sp article:nth-child(1),
  .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(2),
  .x-comparison_new-medical-sp article:nth-child(5) div:nth-child(3) {
    font-size: 12px
  }
}

@media only screen and (min-width: 769px) {
  .x-comparison_new-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-comparison_new-medical-sp.hide-mobile {
    display: none
  }
}

.x-buttons_order1-medical-sp {
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 20px;
}

.x-buttons_order1-medical-sp .buttonBig {
  max-width: 350px;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 20px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  background-color: green;
  color: #FFF;
  margin: 0 0 10px;
  padding: 10px;
}

.x-buttons_order1-medical-sp .buttonSmall {
  max-width: 350px;
  width: 100%;
  font-family: "Times New Roman", Times, serif;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
  text-decoration: none;
  text-shadow: 2px 2px #111;
  background-color: #333;
  color: #999;
  margin: 0;
  padding: 10px;
}

@media only screen and (max-width: 768px) {
  .x-buttons_order1-medical-sp {
    margin: 20px 15px;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-buttons_order1-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-buttons_order1-medical-sp.hide-mobile {
    display: none;
  }
}

.x-counter-medical-sp {
  font-family: 'Helvetica Neue', sans-serif;
  color: #ff0000;
  font-size: 20px;
  font-weight: normal;
  text-align: center;
  margin: 25px 20px;
}

@media only screen and (min-width: 769px) {
  .x-counter-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-counter-medical-sp.hide-mobile {
    display: none;
  }
}

.x-offer-medical-sp {
  font-family: 'Georgia';
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  margin: 20px;
  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-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center
}

.x-offer-medical-sp .offer-text1 {
  margin: 0 20px
}

.x-offer-medical-sp .offer-text2 {
  margin: 20px 0 0;
  font-weight: 400
}

.x-offer-medical-sp .offer-prices {
  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
}

.x-offer-medical-sp .offer-prices .offer-price1 {
  text-decoration: line-through;
  color: #FF0000
}

.x-offer-medical-sp .offer-prices .offer-price2 {
  color: #008000;
  margin: 0 0 0 10px
}

.x-offer-medical-sp .offer-img_counter {
  direction: ltr !important;
  -webkit-box-align: center;
  -ms-flex-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  align-items: center
}

.x-offer-medical-sp .productsCount {
  direction: ltr !important;
  background: #666666;
  background: -webkit-gradient(linear, left top, left bottom, from(#666666), color-stop(37%, #e5e5e5), color-stop(59%, #e5e5e5), color-stop(98%, #666666));
  background: -webkit-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
  background: -o-linear-gradient(top, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
  background: linear-gradient(to bottom, #666666 0%, #e5e5e5 37%, #e5e5e5 59%, #666666 98%);
  background-size: 100% 115%;
  background-position: 0
}

.x-offer-medical-sp .productsCount {
  font-size: 45px;
  color: #3d3d3d;
  padding: 0 5px;
  border: 1px solid black;
  border-radius: 5px
}

.x-offer-medical-sp .productCounter {
  text-align: center;
  float: right;
  margin: 20px
}

.x-offer-medical-sp .productCounter p {
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  max-width: 388px;
  padding-top: 20px
}

.x-offer-medical-sp .imagesSlider {
  float: left;
  text-align: center;
  padding: 10px
}

.x-offer-medical-sp .imagesSlider img {
  max-width: 100px
}

.x-offer-medical-sp .offer-prodbox {
  position: relative;
  margin: 20px 0 0
}

.x-offer-medical-sp .offer-prodbox img {
  max-height: 400px
}

.x-offer-medical-sp .offer-prodbox .offer-g {
  position: absolute
}

@media only screen and (max-width:768px) {
  .x-offer-medical-sp {
    margin: 20px 15px
  }

  .x-offer-medical-sp .offer-img_counter {
    padding: 15px 0
  }

  .x-offer-medical-sp .offer-prodbox {
    width: 50%
  }

  .x-offer-medical-sp .offer-prodbox .offer-img {
    width: 100%
  }

  .x-offer-medical-sp .productsCount {
    font-size: 20px
  }

  .x-offer-medical-sp .productCounter {
    margin-top: 0px
  }
}

@media only screen and (min-width:769px) {
  .x-offer-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width:768px) {
  .x-offer-medical-sp.hide-mobile {
    display: none
  }
}

.x-guarantee-medical-sp {
  margin: 0 20px;
}

.x-guarantee-medical-sp .guarantee-img {
  max-width: 100%;
  width: auto;
  margin: 0;
}

.x-guarantee-medical-sp div {
  width: 100%;
  display: flex;
}

.x-guarantee-medical-sp div p {
  background-color: #ddd;
  width: 100%;
  display: block;
  font-family: 'Georgia';
  font-size: 14px;
  padding: 5px;
}

@media only screen and (max-width: 768px) {
  .x-guarantee-medical-sp {
    margin: 0 15px;
  }

  .x-guarantee-medical-sp div p {
    background-color: #1e851e;
    font-family: 'Roboto';
    padding: 15px;
    color: #fff;
    text-align: inherit;
    font-size: 20px;
    font-weight: 700;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-guarantee-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-guarantee-medical-sp.hide-mobile {
    display: none;
  }
}


.footer_links {
  font-family: 'Roboto';
  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;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px
}

.footer_links a {
  color: #aaa;
  font-size: 12px;
  padding: 0 5px;
  margin: 0 0 10px;
  line-height: 25px;
  text-align: center
}

@media only screen and (max-width: 768px) {
  .footer_links {
    padding: 20px;
    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-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
  }

  .footer_links a {
    color: #dddee3;
    font-weight: 700;
    text-decoration: none;
    padding: 0;
    text-align: left
  }
}

@media only screen and (min-width: 769px) {
  .x-footer_links-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-footer_links-medical-sp.hide-mobile {
    display: none
  }
}

.x-float_img_text-medical-sp {
  font-family: 'Georgia';
  color: #3d3d3d;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.4em;
  margin: 20px
}

.x-float_img_text-medical-sp a[href] {
  color: inherit;
  text-decoration: inherit
}

.x-float_img_text-medical-sp .float_img_text-img {
  max-width: 270px;
  width: auto;
  float: left;
  margin: 0 15px
}

.x-float_img_text-medical-sp .float_img_text-img.float_left {
  display: flex;
  float: left !important
}

.x-float_img_text-medical-sp .float_img_text-img.float_right {
  display: flex;
  flex-direction: row-reverse;
  float: right !important
}

.x-float_img_text-medical-sp .float_img_text-img.column {
  flex-direction: column
}

.x-float_img_text-medical-sp .float_img_text-img img {
  width: 100%
}

.x-float_img_text-medical-sp .float_img_text-img p {
  text-align: center;
  font-size: 14px;
  margin: 0;
  background-color: #ddd;
  padding: 2px 5px
}

.x-float_img_text-medical-sp .float_img_text-list {
  margin: 0 !important
}

.x-float_img_text-medical-sp .float_img_text-list li {
  margin: 20px 0
}

.x-float_img_text-medical-sp .float_img_text-list li p {
  display: inline
}

@media only screen and (max-width: 500px) {
  .x-float_img_text-medical-sp {
    display: flex;
    align-items: center;
    flex-direction: column;
    justify-content: flex-start
  }
}

@media only screen and (max-width: 768px) {
  .x-float_img_text-medical-sp {
    font-family: 'Roboto';
    color: #000;
    font-size: 16px;
    font-weight: 400;
    line-height: 25px;
    margin: 20px 15px
  }

  .x-float_img_text-medical-sp .float_img_text-img {
    float: none
  }

  .x-float_img_text-medical-sp .float_img_text-img p {
    background-color: #1e851e;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 15px
  }

  .x-float_img_text-medical-sp .float_img_text-text {
    font-size: 16px;
    font-family: 'Roboto';
    margin: 20px 0 0
  }

  .x-float_img_text-medical-sp .float_img_text-list {
    font-size: 16px;
    margin-left: 20px !important
  }
}

@media only screen and (min-width: 769px) {
  .x-float_img_text-medical-sp.hide-desktop {
    display: none
  }
}

@media only screen and (max-width: 768px) {
  .x-float_img_text-medical-sp.hide-mobile {
    display: none
  }
}

.x-buttons_TypConfSmall-medical-sp {
  margin: 20px;
}

.x-buttons_TypConfSmall-medical-sp form {
  width: auto;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
}

.x-buttons_TypConfSmall-medical-sp form #orbb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #00A323;
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}

.x-buttons_TypConfSmall-medical-sp form #orsb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #363636;
  color: #999;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .x-buttons_TypConfSmall-medical-sp {
    margin: 20px 15px;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-buttons_TypConfSmall-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-buttons_TypConfSmall-medical-sp.hide-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.x-buttons_TypConfBig-medical-sp {
  margin: 20px;
}

.x-buttons_TypConfBig-medical-sp form {
  width: auto;
  background: none;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: 'Roboto';
  margin: 0;
}

.x-buttons_TypConfBig-medical-sp form #orbb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #00A323;
  color: #FFF;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}

.x-buttons_TypConfBig-medical-sp form #orsb {
  max-width: 350px;
  width: 100%;
  border: none;
  padding: 10px 5px;
  line-height: 22px;
  height: auto;
  background-image: none;
  margin: 10px auto;
  border-radius: 5px;
  background-color: #363636;
  color: #999;
  text-decoration: none;
  text-shadow: 1px 1px #333;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  margin: 5px 0;
  cursor: pointer;
}

@media only screen and (max-width: 768px) {
  .x-buttons_TypConfBig-medical-sp {
    margin: 20px 15px;
  }
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-buttons_TypConfBig-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-buttons_TypConfBig-medical-sp.hide-mobile {
    display: none;
  }
}

/*# sourceMappingURL=style.css.map */
.x-wpn_popup-medical-sp .wpn_popup {
  display: none;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content {
  font-family: 'Roboto', sans-serif;
  max-width: 225px;
  width: 100%;
  position: fixed;
  left: 204px;
  top: 150px;
  padding: 10px;
  border: 1px solid #000;
  background: #ffcb29;
  background: linear-gradient(180deg, #ffcb29 0%, #d78726 100%);
  z-index: 100001;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  display: flex;
  justify-content: space-around;
  align-items: center;
  text-align: center;
  flex-direction: column-reverse;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
  content: "";
  right: 35px;
  width: 0;
  height: 0;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
  position: absolute;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
  top: -11px;
  border-bottom: 12px solid #ffcb29;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content #wpn_popup_courier {
  display: block;
  max-width: 120px;
  width: 100%;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on {
  display: none;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content p {
  color: #fff;
  font-size: 20px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .allow_styles {
  color: #ff0000;
  text-transform: uppercase;
}

@media screen and (max-width: 768px) {
  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content {
    top: 0;
    bottom: 0;
    left: 0;
    max-width: 100%;
    flex-direction: column;
    justify-content: center;
    border-radius: unset;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content div {
    margin: 40px auto;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_exit {
    display: none;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:after,
  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content:before {
    border: none;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content #wpn_popup_courier {
    max-width: 200px;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on {
    display: block;
  }

  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content .wpn_popup_on p {
    background-color: #000;
    border-radius: 5px;
    border: none;
    cursor: pointer;
    text-align: center;
    margin: 0 auto;
    text-transform: uppercase;
    padding: 10px;
  }
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit {
  top: 20px;
}

@media screen and (max-width: 768px) {
  .x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit {
    top: 0;
  }
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_edit:before {
  right: auto;
  left: 46px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows {
  left: 110px;
}

.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows:after,
.x-wpn_popup-medical-sp .wpn_popup .wpn_popup_content_for_windows:before {
  right: 35px;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery {
  display: none;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content {
  position: fixed;
  bottom: 30px;
  right: 30px;
  width: 75px;
  height: 75px;
  display: flex;
  justify-content: center;
  align-content: center;
  text-align: center;
  border-radius: 50%;
  border: 1px solid #000;
  background: #d78726;
  padding: 10px;
  cursor: pointer;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content div {
  margin: auto;
}

.x-wpn_popup-medical-sp .wpn_popup_delivery .wpn_popup_delivery_content div img {
  width: 100%;
}

/*# sourceMappingURL=style.css.map */
.x-order2-medical-sp {
  font-family: "Lato", sans-serif;
  color: #333;
  display: table;
  position: absolute;
  height: 100%;
  width: 100%;
  background: no-repeat top left;
  background-size: auto auto;
  background-size: cover;
}

.x-order2-medical-sp.right .car {
  float: left;
}

.x-order2-medical-sp.right p:not(.center),
.x-order2-medical-sp.right h1:not(.center),
.x-order2-medical-sp.right h3:not(.center) {
  text-align: right !important;
}

.x-order2-medical-sp.right .signature {
  float: left;
}

.x-order2-medical-sp .car {
  float: right;
  margin: 10px 15px 20px 5.5%;
  width: 130px;
  height: 121px;
  background: center center no-repeat;
}

.x-order2-medical-sp .content {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
}

.x-order2-medical-sp .frame {
  text-align: left;
  margin: 20px auto;
  max-width: 850px;
  padding: 7px;
  z-index: 1;
  position: relative;
}

@media all and (max-width: 1000px) {
  .x-order2-medical-sp .frame {
    margin: auto;
    box-shadow: 0 0 5px #bdbdbd;
  }
}

.x-order2-medical-sp .frame .ebook {
  margin: 30px auto;
}

.x-order2-medical-sp .frame .ebook a {
  display: flex;
  justify-content: center;
  text-decoration: none;
  font-size: 20px;
  color: #157072;
  margin: 0 0 10px 0;
  font-weight: bold;
}

.x-order2-medical-sp h1 {
  color: #157072;
  font-family: "Open Sans Condensed", sans-serif;
  margin: 0 0 25px;
  padding: 0 5px;
  font-weight: 900;
}

.x-order2-medical-sp h2,
.x-order2-medical-sp h3,
.x-order2-medical-sp h4,
.x-order2-medical-sp h5,
.x-order2-medical-sp h6 {
  font-weight: 900;
}

.x-order2-medical-sp p {
  font-size: 18px;
  line-height: 1.5em;
  margin: 0 0 15px;
  padding: 0 5px;
}

.x-order2-medical-sp .welcome p {
  font-size: 16px;
  font-weight: bold;
}

.x-order2-medical-sp .welcome textarea {
  width: 100%;
  height: 150px;
  border: 1px solid black;
  resize: none;
  padding: 10px;
}

.x-order2-medical-sp .welcome .send-btn {
  margin: 5px 0 auto auto;
  display: block;
  padding: 15px;
  border-radius: 10px;
  font-size: 16px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

.x-order2-medical-sp .welcome .send-btn:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.x-order2-medical-sp .welcome .send-btn:focus {
  border: 1px solid rgba(0, 0, 0, 0.1);
  outline: none;
}

.x-order2-medical-sp .main {
  border-spacing: 15px 0;
  margin: 20px 0;
}

@media all and (max-width: 400px) {
  .x-order2-medical-sp .main {
    border-bottom: 1px dotted #cccbcb;
    border-spacing: 10px 0;
  }
}

.x-order2-medical-sp .table {
  display: table;
  width: 100%;
}

.x-order2-medical-sp .table p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8em;
}

.x-order2-medical-sp .table h1 {
  border-top: 1px solid #333;
  margin: 0;
  font-size: 18px;
  padding: 10px 0 8px 5px;
}

.x-order2-medical-sp .table h4 {
  font-size: 17px;
  margin: 20px 0;
}

.x-order2-medical-sp .table .paddingTop .cell {
  padding: 10px 0 0 5px;
}

.x-order2-medical-sp .table .prod img {
  max-height: 200px;
  max-width: 140px;
}

@media all and (max-width: 400px) {
  .x-order2-medical-sp .table .prod img {
    max-width: 100px;
    max-height: 100px;
  }
}

.x-order2-medical-sp .table .center,
.x-order2-medical-sp .table .center h1,
.x-order2-medical-sp .table .center h3 {
  text-align: center;
}

.x-order2-medical-sp .table .details {
  border-spacing: 0;
  padding-bottom: 10px;
}

.x-order2-medical-sp .table .details table {
  width: 100%;
  border-spacing: inherit;
}

.x-order2-medical-sp .table .details h1 {
  border: 0;
  padding: 0;
}

.x-order2-medical-sp .table .details h2 {
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 5px;
  font-weight: normal;
}

.x-order2-medical-sp .table .details h3 {
  font-weight: normal;
  margin: 0;
  font-size: 1em;
  padding: 7px 10px;
}

.x-order2-medical-sp .table .details .pad h3 {
  padding-left: 10px;
}

.x-order2-medical-sp .table .details .borderTop .cell:first-child {
  padding: 10px 0 8px 5px;
}

.x-order2-medical-sp .table .details .borderTop td {
  border-top: 1px solid #333;
}

.x-order2-medical-sp .table .details .cell {
  vertical-align: middle;
  display: table-cell;
}

@media all and (max-width: 700px) {
  .x-order2-medical-sp .table .table .cell {
    display: table-cell;
  }
}

@media all and (max-width: 400px) {
  .x-order2-medical-sp .table .table .cell {
    display: block;
  }
}

.x-order2-medical-sp .table .what h3 {
  font-family: Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  max-width: 240px;
  margin: auto;
  line-height: 25px;
  padding: 5px 0;
}

.x-order2-medical-sp .table .what .table h2 {
  font-size: 15px;
  margin: 0 0 10px;
  padding: 0 1px;
}

.x-order2-medical-sp .table .what .table h3 {
  font-size: 20px;
  font-weight: bold;
}

.x-order2-medical-sp .table .what .table .cell {
  vertical-align: middle;
}

.x-order2-medical-sp .table .what .table .title h2 span {
  color: #9a9a9a;
}

.x-order2-medical-sp .table .product {
  text-align: center;
}

.x-order2-medical-sp .table .product img {
  max-width: 170px;
  margin: auto;
  max-height: 260px;
}

.x-order2-medical-sp .cell {
  display: table-cell;
  padding: 0;
}

@media all and (max-width: 700px) {
  .x-order2-medical-sp .cell {
    display: block;
  }
}

.x-order2-medical-sp .top {
  vertical-align: top;
}

.x-order2-medical-sp .signature {
  text-align: right;
  background: url(order2/themes/img/order2-overlay.png) repeat;
  float: right;
}

.x-order2-medical-sp .clear {
  clear: both;
}

.x-order2-medical-sp .box {
  padding: 10px 0;
  margin-bottom: 10px;
}

/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-order2-medical-sp.hide-desktop {
    display: none;
  }
}

@media only screen and (max-width: 768px) {
  .x-order2-medical-sp.hide-mobile {
    display: none;
  }
}



body .slider,
body .slider-step {
  background-color: #e6e6e6;
  padding: 20px;
  overflow: hidden;
  position: relative;
}

body .slider ul,
body .slider-step ul {
  margin-left: 0px;
  padding: 0px;
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

body .slider ul li,
body .slider-step ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
}

body .slider .slide-buttons a {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-line-pack: center;
  align-content: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #ffc000;
  width: 40px;
  height: 80px;
  color: #000000;
  text-decoration: none;
}

body .slider-step .slide-buttons a {
  display: none;
}

body .slider .slide-buttons a i {
  line-height: 80px;
}

body .slider .slide-buttons .slide-back {
  margin-top: 50%;
  left: 0px;
}

body .slider .slide-buttons .slide-next {
  margin-top: 50%;
  right: 0px;
}

body .slider .slide {
  background: #fff;
  margin-left: 8px;
  margin-right: 8px;
  -webkit-box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 9px -2px rgba(0, 0, 0, 0.75);
  position: relative;
  width: 319px;
}

body .slider .slide .slide-image {
  position: relative;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0px;
  background: #bdbdbd;
}

body .slider-step .slide .slide-image {
  background-color: #1a1a1a !important;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

body .slider-step .slide .slide-image p {
  color: #fff;
  font-weight: bold;
  font-size: 20px;
}

body .slider .slide .slide-image img {
  margin: auto;
  max-width: 140px;
  width: 100%;
}

body .slider-step .slide .slide-text {
  display: block;
}

body .slider-step .slide .slide-text .slide-next {
  background-color: #0376cf;
  padding: 10px 10px;
  width: 85%;
  display: block;
  margin: 0 auto 10px;
  border-radius: 3px;
  text-align: center;
  border: 1px solid transparent;
  color: #fff;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 19px;
  -webkit-transition: 800ms ease;
  -o-transition: 800ms ease;
  transition: 800ms ease;
}

body .slider-step .slide .slide-text .slide-next:hover {
  background-color: #e6e6e6;
  color: #0376cf;
  border: 1px solid #0376cf;
  cursor: pointer;
  -webkit-transition: 800ms ease;
  -o-transition: 800ms ease;
  transition: 800ms ease;
}

body .slider .slide .slide-image .slide-circle {
  display: block;
  border-radius: 100%;
  border: solid 2px #ffffff;
  background-color: #1e911e;
  position: absolute;
  width: 69px;
  height: 69px;
  font-family: Arial;
  color: #ffffff;
  font-size: 20px;
  font-weight: 700;
  line-height: 69px;
  text-align: center;
  top: 80%;
  right: 5%;
}

body .slider .slide .slide-text {
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

body .slider .slide .slide-text p:last-child {
  margin-bottom: 0px
}

body .slider .slide .slide-text h2 {
  color: #0c0c0c;
  font-size: 19px;
  font-weight: 700;
  line-height: 26px;
  text-align: left;
  padding-right: 20%;
  padding-bottom: 10px;
}

body .slider .slide .slide-text .h2inc {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #333333;
  font-size: 20px;
  font-weight: 700;
  line-height: 24px;
  text-align: left;
  text-transform: uppercase;
}

body .slider .slide .slide-text p {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #0c0c0c;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-align: left;
}

body .slider .slide .slide-text p strong {
  font-weight: 700;
}

body #incSlider .slide-image {
  background: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  justify-items: center;
}