.bold {
  font-weight: bold;
}
.italic {
  font-style: italic;
}
.red {
  color: red;
}
.green {
  color: green;
}
.topTitle {
  margin-bottom: 70px;
  color: #820000;
}
.add_info {
  display: none;
}
.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
								supported by Chrome and Opera */
}
body {
  background: #dcdcdc !important;
}
mark {
  background: #ff0 !important;
}
.flex {
  display: flex;
}
.justify-content-center {
  justify-content: center;
}
.align-items-center {
  align-items: center;
}
.w-50 {
  width: 50%;
}
.container.main {
  background: white;
}
.container {
  width: 960px !important;
}
header .container {
  background: white;
  height: 69px;
}
.logo {
  margin: 15px auto;
}
a {
  text-decoration: none;
}
.underTheTitle {
  color: #ff0000;
  font-size: 20px;
  margin-bottom: 20px;
  margin-top: 20px;
  font-weight: bold;
}
h3 {
  font-size: 20px;
}
h1 {
  margin: 10px 0 30px;
}
p {
  line-height: 24px;
  font-size: 16px;
}
.main {
  padding: 25px 0 45px;
}
.text-autor {
  text-align: right;
}
.content .col-sm-3,
.content .col-sm-2,
.content .col-sm-4 {
  padding-left: 0;
  padding-right: 0;
  margin-right: 10px;
  margin-left: 10px;
}
.content .col-sm-3 img {
  margin-bottom: 0;
}
.check_list {
  display: table;
}
.check_list li {
  padding: 5px 0 5px 20px;
  background: url("../images/check.png") no-repeat left 8px transparent;
}
.cta {
  padding: 25px 0;
}
.cta a {
  font-size: 24px;
  font-weight: bold;
  color: blue;
  text-decoration: underline;
}
.slick-slide img {
  margin: auto;
}
.history {
  margin: 0px 0px;
  border: 1px solid #000;
}
.history img {
  display: block;
  max-width: 100%;
  height: auto;
}
.history p {
  padding: 5px;
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 18px;
}
.right {
  float: right !important;
}
.right_autor {
  float: right !important;
}
.newspaper {
  background: url(../images/newspaper.jpg) no-repeat center bottom transparent;
  height: 220px;
}
.newspaper p {
  font-size: 18px;
  padding: 15px 40px 0px 40px;
  line-height: 30px;
}
.profit {
  margin: 0px auto;
}
.profit th,
.profit td {
  border: 1px solid black;
  border-collapse: collapse;
  padding: 15px;
  text-align: left;
  font-weight: bold;
  font-size: 14px;
}
.arrow_list li {
  background: url(../images/arrow.png) no-repeat left top transparent;
  padding-left: 20px;
  margin: 15px 0;
}
.mit {
  font-weight: bold;
  font-size: 18px;
}
.gps2 .col-sm-2 {
  margin: 0px;
}
.gps2 h3 {
  margin-top: 7px;
  font-size: 20px;
}
.gps2 img {
  width: 55px;
}
.testim,
.border_gray {
  margin-top: 20px;
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
  background: #f2f2f2;
}
.margin-left20 {
  margin-left: 20px;
}
.width-medium {
  max-width: 700px;
  width: 100%;
  margin: 0 auto 25px;
}
.testim h3 {
  font-size: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.testim p {
  font-style: italic;
}
.testim .col-sm-2 {
  margin-right: 0;
  margin-left: 0;
  padding-right: 15px;
}
.testim2 {
  color: #3d3d3d;
  margin: 15px 20px;
  padding: 15px 20px;
  border: 2px solid #f7f9b6;
  background-color: #ffffec;
}
.testim2 .col-sm-2 {
  margin-right: 0;
  padding-right: 15px;
}
.testim2 p {
  font-style: italic;
}
.testim2 h3 {
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
}
.button {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  padding: 12px 26px;
  margin-top: 30px;
  margin-bottom: 30px;
  border: 1px solid #2baa07;
  border-radius: 8px;
  background: #46ff0c;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#46ff0c),
    to(#2baa07)
  );
  background: -moz-linear-gradient(top, #46ff0c, #2baa07);
  background: linear-gradient(to bottom, #46ff0c, #2baa07);
  text-shadow: #1b6b05 1px 1px 1px;
  font: normal normal bold 20px arial;
  color: #ffffff;
  text-decoration: none;
}
.button:hover,
.button:focus {
  border: 1px solid #36d509;
  background: #54ff0e;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#54ff0e),
    to(#34cc08)
  );
  background: -moz-linear-gradient(top, #54ff0e, #34cc08);
  background: linear-gradient(to bottom, #54ff0e, #34cc08);
  color: #ffffff;
  text-decoration: none;
}
.button:active {
  background: #2baa07;
  background: -webkit-gradient(
    linear,
    left top,
    left bottom,
    from(#2baa07),
    to(#2baa07)
  );
  background: -moz-linear-gradient(top, #2baa07, #2baa07);
  background: linear-gradient(to bottom, #2baa07, #2baa07);
}
.arrow_list {
  display: table;
}
#bottle {
  margin: 20px auto;
  max-width: 350px;
  width: 100%;
  text-align: center;
  position: relative;
}
#bottle_g {
  position: absolute;
  top: 0px;
  right: 20px;
  width: 80px;
}
#bottle img {
  display: block;
  margin: 0px auto 20px auto;
}
.box_achtung {
  margin: 30px auto;
  padding: 10px;
  max-width: 400px;
  border: 1px double;
  text-align: center;
  font-weight: bolder;
}
.box_achtung h3 {
  margin-top: 0;
  font-weight: bolder;
  text-align: center;
}
.red {
  color: #ed1c24;
}
.arrow_list li {
  background: url("../images/arrow.png") no-repeat left top transparent;
  padding-left: 20px;
  margin: 15px 0px 15px 0px;
  list-style: none;
}
.gwarancja {
  background: #e2f5f9;
  padding: 15px 10px;
}
.gwarancja li {
  margin: 10px 0 10px;
}
.wizual_middle_align div {
  margin: 35% 0 0;
}
.arrow2 {
  float: right;
}
footer {
  background: #0067a7;
}
footer img {
  background: white;
  margin-top: 5px;
  padding: 30px 5px 0;
}

.top_footer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -10px;
}

.top_footer p {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
}

#footer {
  text-align: center;
  color: #ccc;
}

#footer a {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
  text-decoration: none;
}

#form1 {
  border: 2px solid #000;
  padding: 15px 30px;
  margin-bottom: 30px;
}
.img-sign {
  float: left;
  padding-right: 15px;
}
.btn {
  margin: 15px auto;
  padding: 10px 20px;
}
.btn h3 {
  margin-top: 0;
  margin-bottom: 0;
}
.center-block {
  float: none !important;
}
.img-guar {
  width: 60px;
  padding-right: 15px;
}
.guar h3 {
  font-size: 20px;
  padding-top: 10px;
}
.bullet_list li {
  padding: 8px 0;
  line-height: 18px;
}
.mobile-on {
  display: none;
}
body {
  background: #ccc;
}

h3 {
  color: #3498db;
  font-size: 36px;
  line-height: 100px;
  padding: 10px 0px;
  position: relative;
}
.action {
  display: block;
  margin: 100px auto;
  width: 100%;
  text-align: center;
}
.action a {
  display: inline-block;
  padding: 5px 10px;
  background: #f30;
  color: #fff;
  text-decoration: none;
}
.action a:hover {
  background: #000;
}
.clr {
  clear: both;
}
.tweet {
  margin: 10px 20px;
  border: 2px solid #00aced;
  padding: 10px 30px;
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  max-width: 700px;
  overflow: hidden;
  border-radius: 6px;
}
.FollowButton {
  border: 1px solid #00aced;
  padding: 5px 10px 3px 10px;
  border-radius: 5px;
}
#tweetTable,
#tweetTable tr,
#tweetTable td {
  border: none;
}
.fotos {
  float: left;
  margin-right: 10px !important;
  width: 100%;
  margin-bottom: 20px !important;
}
.Tweet-brand {
  position: relative;
  z-index: 1;
}
.u-floatRight {
  float: right;
}
.EmbeddedTweet {
  cursor: pointer;
  background-color: rgb(255, 255, 255);
  max-width: 520px;
  overflow: hidden;
  border-width: 1px;
  border-style: solid;
  border-color: rgb(225, 232, 237);
  border-image: initial;
  border-radius: 4px;
}
.FollowButton:visited {
  color: rgb(85, 172, 238);
}
.tweet a:visited {
  color: rgb(43, 123, 185);
  text-decoration: none;
  outline: 0px;
}
.FollowButton:hover {
  color: rgb(255, 255, 255);
  text-decoration: none;
  background-color: rgb(85, 172, 238);
}
.Icon {
  display: inline-block;
  height: 1.25em;
  background-size: contain;
  vertical-align: text-bottom;
  background-repeat: no-repeat;
}
.TweetAuthor-name {
  padding-left: 10px;
  font-weight: bold;
  color: #337ab7;
}
.TweetAuthor-screenName {
  font-size: 14px;
  font-weight: normal;
  padding-left: 10px;
}
.Identity-screenName {
  color: rgb(105, 120, 130);
}
.Tweet-body {
  margin-top: 14px;
}
.Tweet-text {
  line-height: 20px !important;
  font-size: 12px;
}
.Tweet-actions {
  margin-top: 15px;
}
.Tweet-action {
  float: left;
  padding: 0;
  margin: 0;
  font-size: 14px;
  margin-left: 35px;
}
.Tweet-action a {
  font-weight: normal;
  color: #17a6aa;
  display: block;
}

.Tweet-boxs,
.Tweet-time {
  margin: 3% 0;
}
.tweet-info,
.tweet-photos {
  border: 1px solid #a7a7a7;
  padding: 1%;
  border-left: none;
}
.tweet-info {
  width: 20%;
  float: left;
  height: 52px;
}
.tweet-photos {
  width: 54%;
  float: left;
  border-right: none;
  padding: 2% 1%;
  height: 52px;
}
.tweet-photos img {
  width: 180px;
}
.tweet-number {
  font-weight: bold;
  font-size: 18px;
}
.tweet-desc {
  font-size: 8px;
  color: #a7a7a7;
  text-transform: uppercase;
}

.tweet-desc-time {
  font-size: 14px;
  color: #a7a7a7;
}
.signature {
  font-size: 16px;
  text-align: center;
  margin: 0px 0px 10px 0px !important;
  background: #e0e0e0;
}

.top_footer {
  text-align: center;
  margin-top: 50px;
  margin-bottom: -10px;
}

.top_footer p {
  color: #ccc;
  font-size: 12px;
  font-weight: normal;
}

.disc p {
  margin: 30px auto 0 auto !important;
  padding-top: 0;
  color: #aaa;
  font-size: 12px;
  width: 80%;
  font-family: arial;
  line-height: 15px;
  text-align: center;
}

/*rwd*/
@media (max-width: 992px) {
  .container {
    width: 100% !important;
  }
  .row {
    margin-left: 0;
    margin-right: 0;
  }
}

@media (max-width: 767px) {
  .gps2 img {
    margin: auto;
  }
  .gps2 h3 {
    text-align: center;
  }
  .topTitle {
    margin-bottom: 40px;
    font-size: 34px;
    padding: 10px;
  }
  .arrow_list li {
    margin: 15px 0px 15px 20px;
  }
  .history {
    background: #f7f5f0;
    padding: 25px 15px 5px 15px;
    margin: 0px 0px;
    border: 2px solid #00aced;
    border-radius: 6px;
  }
  .history img {
    width: 100%;
    float: left;
    margin-right: 10px;
  }
  .history p {
    color: #0c0c0c;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    text-align: left;
    margin-bottom: 20px;
    padding: 0;
  }
  .right_autor {
    float: none !important;
  }
  .testim h3 {
    text-align: center;
  }
  .testim2 img {
    margin-left: 5px;
  }
  .valid {
    border: 2px solid #20aa25;
  }
  .invalid {
    border: 2px solid red;
  }
  .content {
    padding-right: 15px;
  }
  .sidebar {
    display: none;
  }
  .comments_list .col-sm-12 {
    display: none;
    margin-bottom: 15px;
  }

  .comments_list .col-sm-12.commentform,
  .comments_list .col-sm-12.commentform .textarea_cont {
    display: block;
  }
  .green-mobile {
    color: green;
    font-size: 20px;
  }
  p {
    margin: 0px 5px 15px !important;
    font-size: 15px;
  }
  ol {
    font-size: 18px;
  }
  .mobile-off {
    display: none;
  }
  .mobile-on {
    display: block;
  }
  .list-unstyled {
    list-style: disc !important;
  }
  .col-sm-12,
  .col-md-10 {
    padding-right: 0px !important;
    padding-left: 0px !important;
  }
  .underTheTitle {
    padding: 0px 5px;
  }
  .testim .col-sm-2 {
    padding-right: 0px;
  }
  .signature {
    font-size: 13px;
    text-align: center;
    margin: 0px 0px 10px 0px !important;
    background: #e6e6e6;
  }
}
@media (max-width: 500px) {
  .lasocki_photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .lasocki_photo img {
    margin: 0 auto;
  }
  .ui-pnotify {
    display: none !important;
  }
}
.gps {
  max-width: 700px;
  margin: 20px auto;
  background-color: #ffffcc;
  padding: 10px;
  font-size: 20px;
}
.gps h3 {
  color: black;
  text-align: center;
  margin-bottom: 20px;
  font-weight: bold;
}
.gps li {
  margin-bottom: 20px;
}
.border_gray .list-unstyled {
  font-size: 18px;
  font-weight: bold;
}
.width-medium {
  margin-top: 30px;
  margin-bottom: 30px;
}
.photo img {
  max-width: 165px;
  width: 100%;
}
.photo {
  max-width: 165px;
  width: 100%;
}
#ExitDiv {
  display: none;
  position: absolute;
  top: 10px;
  left: 15px;
  margin: auto;
  width: 700px;
  height: 154px;
  z-index: 1000;
  cursor: default;
  pointer-events: none;
}

#exitdiv_text1 {
  position: relative;
  top: 5px;
  left: 5px;
  width: 400px;
  height: 93px;
  font-family: "Arial Narrow", Arial, sans-serif;
  font-size: 36px;
  color: #6e0606;
  font-weight: bold;
  font-stretch: condensed;
}

#exitdiv_text2 {
  position: absolute;
  top: 0;
  left: 400px;
  width: 300px;
  height: 93px;
  font-family: arial;
  font-size: 56px;
  color: #6e0606;
  font-weight: bold;
}

#exitdiv_text3 {
  position: absolute;
  left: 225px;
  top: 100px;
  width: 230px;
  height: 100px;
  font-family: arial;
  font-weight: bold;
  text-align: center;
  font-size: 24px;
  color: #04447c;
}

#left-wrapper {
  position: relative;
  width: 475px;
  height: 100px;
  float: left;
}
#left-wrapper #popup-1-top {
  position: relative;
  padding: 25px 0 0 35px;
  width: 217px;
  height: 61px;
}
#left-wrapper #popup-1-top #popup1-header-1 {
  margin: 0;
  padding: 0;
  font-family: arial;
  font-size: 8px;
  color: #6f77c6;
}
#left-wrapper #popup-1-top #popup1-header-2 {
  margin-top: 5px;
  font-family: arial;
  font-size: 7px;
  color: #353234;
}
#left-wrapper #exit_div_alert1 {
  width: 147px;
  margin-top: -25px;
  padding: 0 35px 5px 35px;
  background: url("../images/popup_1_middle.gif") repeat-y 0% 0%;

  font-family: arial;
  font-size: 8px;
  color: #353234;
}
#left-wrapper #popup-1-bottom {
  width: 217px;
  height: 55px;
  background: url(../images/popup_1_bottom.gif) no-repeat;
}

#left-wrapper #popup-1-bottom .texts {
  margin-left: 50px;
  font-family: arial;
  font-size: 9px;
  color: #151c55;
}
#left-wrapper #popup-1-bottom .text-1 {
  padding-top: 4px;
}
#left-wrapper #popup-1-bottom .text-2 {
  position: relative;
  padding-top: 8px;
}
#left-wrapper #popup-1-bottom .text-2 .arrow {
  position: absolute;
  bottom: -12px;
  right: -49px;
  width: 247px;
  height: 64px;
  background: url(../images/arrow_1.png) no-repeat 0% 0%;
}
#left-wrapper #popup-3 {
  position: relative;
  width: 418px;
  height: 96px;

  float: right;

  background: url(../images/popup_3.gif) no-repeat;

  font-family: arial;
}
#left-wrapper #popup-3 .texts {
  font-size: 9px;
  color: #000;
}
#left-wrapper #popup-3 .text-1 {
  padding: 33px 15px 0px 42px;
}
#left-wrapper #popup-3 .text-2,
#left-wrapper #popup-3 .text-3 {
  position: absolute;
  bottom: 19px;
  left: 124px;
  width: 76px;
  height: 15px;

  font-size: 9px;
  text-align: center;
  color: #151c55;
}

#left-wrapper #popup-3 .text-3 {
  left: 208px;
}

#left-wrapper #popup-3 .text-3 .arrow {
  position: absolute;
  bottom: -7px;
  right: -14px;
  width: 101px;
  height: 137px;
  background: url(../images/arrow_2.png) no-repeat 0% 0%;
}
#right-wrapper {
  position: relative;
  width: 225px;
  margin-top: 36px;
  float: right;
}
#right-wrapper #popup-2-top {
  width: 227px;
  height: 27px;
  background: url(../images/popup_2_top.gif) no-repeat;
}
#right-wrapper #exit_div_alert3 {
  width: calc(227px - 36px);
  padding: 10px 18px;
  background: url(../images/popup_2_middle.gif) repeat-y;
  font-family: arial;
  font-size: 10px;
  color: #353234;
}
#right-wrapper #popup-2-bottom {
  width: 227px;
  height: 42px;
  background: url(../images/popup_2_bottom.gif) no-repeat;
}
#right-wrapper #popup-2-bottom .texts {
  position: absolute;
  font-family: arial;
  font-size: 9px;
  text-align: center;
  color: #151c55;
}
#right-wrapper #popup-2-bottom .text-1,
#right-wrapper #popup-2-bottom .text-2 {
  bottom: 21px;
  left: 27px;
  width: 74px;
  height: 15px;
}
#right-wrapper #popup-2-bottom .text-2 {
  bottom: 21px;
  left: 105px;
  width: 100px;
}
#right-wrapper #popup-2-bottom .text-2 .popup {
  position: absolute;
  bottom: -10px;
  right: -7px;
  width: 280px;
  height: 133px;
  background: transparent url(../images/arrow_3.png) no-repeat 0% 0%;
}

.bibliography {
  max-width: 1000px;
  width: 100%;
  font-family: "Roboto";
  color: #aaa;
  font-size: 12px;
  line-height: 15px;
  margin: 0 auto;
  padding: 20px;
  direction: ltr;
}
.bibliography h2 {
  font-size: 12px !important;
  font-weight: bold;
  float: none !important;
  width: auto !important;
  color: #aaa !important;
  margin: 2.2em 0 0 1.2em;
}

.level-1 {
  font-family: "Roboto";
  color: #aaa;
  font-size: 11px;
  line-height: 1.4em;
  text-align: left;
  list-style: none;
  padding-left: 3em;
  font-weight: normal;
  counter-reset: level-2-counter;
  margin: 0.5em 0 1em 0;
  padding: 0;
  position: relative;
}
.level-1 > li {
  counter-increment: level-2-counter;
  text-indent: 0;
  line-height: 1.5em;
  margin: 0.2em 0 0 2.8em;
}
.level-1 > li:before {
  width: 2em;
  content: counter(level-2-counter) ".";
  float: left;
  text-align: right;
  margin: 0 1em 0 3em;
  left: -2.8em;
  position: absolute;
}

.noselect {
  -webkit-touch-callout: none; /* iOS Safari */
  -webkit-user-select: none; /* Safari */
  -khtml-user-select: none; /* Konqueror HTML */
  -moz-user-select: none; /* Firefox */
  -ms-user-select: none; /* Internet Explorer/Edge */
  user-select: none; /* Non-prefixed version, currently
									supported by Chrome and Opera */
}

.ui-pnotify-title,
.ui-pnotify-text {
  color: black !important;
}
.ui-pnotify-title {
  font-weight: bold;
}
.u63f35343 {
  width: 2px !important;
  height: 2px !important;
  border: 0 !important;
  background: none !important;
  border-style: none !important;
  position: absolute;
  bottom: 500px;
}

.x-infographics-medical-sp {
  direction: ltr !important;
  font-family: "Roboto";
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 40px 20px;
}
.x-infographics-medical-sp .infographics-mobile {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #146388;
  display: none;
  position: relative;
}

.x-infographics-medical-sp .infographics-mobile .infographics-redbox {
  line-height: 31px;
  position: absolute;
  bottom: 20%;
  left: 10%;
  max-width: 100%;
  background-color: #ff0049;
  border: 3px solid #dee5ff;
  padding: 5px 10px;
  color: #ffffff;
  font-weight: 800;
  text-transform: uppercase;
  box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
}
.x-infographics-medical-sp .infographics-mobile .infographics-redbox p {
  margin: auto;
  font-size: 2.34vw;
}
.x-infographics-medical-sp .infographics-column {
  width: 33.3%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.x-infographics-medical-sp .infographics-column .infographics-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.x-infographics-medical-sp .infographics-column .infographics-box.auto {
  flex-direction: column;
}
.x-infographics-medical-sp .infographics-column .infographics-box.text-ico {
  flex-direction: column-reverse;
}
.x-infographics-medical-sp .infographics-column .infographics-box.ico-text {
  flex-direction: column;
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-otherside.text-ico {
  flex-direction: column;
  margin: 15px 0 0;
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-otherside.ico-text {
  flex-direction: column-reverse;
  margin: 15px 0 0;
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-middle-left {
  width: 33.3%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-middle-left
  div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box.infographics-box-middle-left {
    width: 100%;
    justify-content: center;
  }
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box.infographics-box-middle-left
    div {
    flex-direction: row;
  }
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-middle-right {
  width: 33.3%;
  display: flex;
  flex-direction: row-reverse;
  justify-content: center;
  align-items: center;
  flex-direction: row;
}
.x-infographics-medical-sp
  .infographics-column
  .infographics-box.infographics-box-middle-right
  div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media only screen and (max-width: 768px) {
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box.infographics-box-middle-right {
    width: 100%;
    justify-content: center;
  }
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box.infographics-box-middle-right
    div {
    flex-direction: row;
  }
}
.x-infographics-medical-sp .infographics-column .prod_img {
  width: 100%;
}
.x-infographics-medical-sp .infographics-column .infographics-text {
  font-size: 16px;
  font-weight: 700;
  text-align: center;
  color: #008000;
  margin: 10px 0;
}
.x-infographics-medical-sp .infographics-img img {
  max-width: 270px;
}
@media only screen and (max-width: 768px) {
  .x-infographics-medical-sp {
    width: 100%;
    margin: 20px 0;
    flex-direction: column;
    align-items: center;
  }
  .x-infographics-medical-sp.right .infographics-text {
    text-align: right !important;
  }
  .x-infographics-medical-sp.right .infographics-box {
    direction: rtl !important;
    width: 100% !important;
  }
  .x-infographics-medical-sp .infographics-mobile {
    display: flex;
  }
  .x-infographics-medical-sp .infographics-img {
    display: none;
  }
  .x-infographics-medical-sp .infographics-column {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    max-width: 300px;
    width: auto;
  }
  .x-infographics-medical-sp .infographics-column .infographics-box {
    max-width: 300px;
    width: auto;
    margin: 10px !important;
    flex-direction: row !important;
  }
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box.infographics-box-otherside {
    flex-direction: row-reverse !important;
    margin: 10px !important;
  }
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box
    .infographics-icon {
    width: 66px;
    margin: 0 20px 0 0;
  }
  .x-infographics-medical-sp
    .infographics-column
    .infographics-box
    .infographics-text {
    width: 100%;
    text-align: center;
    margin: 0px;
  }
  .x-infographics-medical-sp .infographics-column .infographics-text p {
    margin: 0px;
  }
  .x-infographics-medical-sp .infographics-column .infographics-box-otherside {
    flex-direction: row-reverse;
  }
}
.x-infographics-medical-sp .infographics-mobile .product_visualization {
  width: 100%;
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-infographics-medical-sp.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-infographics-medical-sp.hide-mobile {
    display: none;
  }
  .infographics-icon {
    display: none;
  }
}
.numberProducts {
  font-size: 45px;
  color: #000;
  padding: 0 5px;
  border: 1px solid black;
  border-radius: 5px;
}
#productCounter {
  text-align: center;
}
.text_Counter {
  font-size: 32px;
  margin: 0 6px;
}
.counterFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}
.counterFlex .text_Counter {
  -ms-flex-item-align: end;
  align-self: flex-end;
}
@media (max-width: 440px) {
  .counterFlex .text_Counter {
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }
  .numberProducts {
    font-size: 32px;
  }
}

.price {
  font-size: 24px;
}

table {
  margin: 0 auto;
}

form {
  --form-border: #333;
  --form-check-border-checked: #0083B2;
  --form-check-bg-checked: #0083B2;
  --form-check-yes-checked: #0083B2;
}

.form__checkbox {
  position: relative;
  display: grid;
  grid-template-columns: -webkit-min-content 1fr;
  grid-template-columns: min-content 1fr;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-column-gap: 15px;
  column-gap: 15px;
  font-size: 12px;
  line-height: 14px;
  font-weight: 400;
  margin-left: auto;
  margin-right: auto;
  color: #000;
  width: 100%;
  text-align: left;
  max-width: 269px;
}

.form__checkbox a {
  text-decoration: underline;
  color: #000;
}

.form__checkbox-mark {
  width: 20px;
  height: 20px;
  border: 1px solid var(--form-border);
  background-color: #fff;
  border-radius: 3px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  cursor: pointer
}

.form__checkbox-mark:after {
  position: relative;
  content: "";
  display: none;
  width: 80%;
  height: 80%;
  top: 2px;
  left: 1px;
  background-repeat: no-repeat;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg viewBox='0 0 10 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M9.823 2.774A.5.5 0 0 0 10 2.392V.91a.5.5 0 0 0-.823-.382l-5.422 4.58a.5.5 0 0 1-.637.007L.815 3.246A.5.5 0 0 0 0 3.634v1.503a.5.5 0 0 0 .185.389l2.933 2.38a.5.5 0 0 0 .637-.007l6.068-5.125z' fill='%23fff'/%3E%3C/svg%3E")
}

.form__checkbox-mark:hover {
  border-color: var(--form-check-border-hover);
  background: hsla(0,0%,100%,.9)
}

.form__checkbox input[type=checkbox] {
  opacity: 0;
  position: absolute;
  z-index: -10;
  background-color: var(--form-bg)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  display: block
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark {
  border-color: var(--form-check-border-checked);
  background-color: var(--form-check-bg-checked)
}

.form__checkbox input[type=checkbox]:checked~.form__checkbox-mark:after {
  border-color: var(--form-check-yes-checked)
}

.form__checkbox input[type=checkbox]:active~.form__checkbox-mark,.form__checkbox input[type=checkbox]:focus~.form__checkbox-mark {
  border-color: var(--form-check-border-checked)
}

.timer-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-bottom: 20px;
}

.date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 10px 15px;
  background-color: #fff;
  border: 1px solid #E0E0E0;
  border-radius: 5px;
}

.date-second {
  border: 1px solid #0083B2;
}

.date-digit {
  display: block;
  margin-bottom: 3px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 300;
  font-size: 24px;
  line-height: 33px;
  letter-spacing: 0.005em;
  color: #000;
}

.day {
  font-family: 'Lato', sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 12px;
  letter-spacing: 0.01em;
  color: #000;
}

.dogs {
  margin: 0 5px;
  font-family: 'Open Sans', sans-serif;
  font-weight: 700;
  font-size: 14px;
  line-height: 19px;
  letter-spacing: 0.01em;
  color: #8B8B8B;
}
