/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-h1-magneticinsoles {
  font-family: "Roboto";
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  color: #212020;
  margin: 20px 20px 30px;
}
.x-h1-magneticinsoles.left {
  text-align: left;
}
.x-h1-magneticinsoles.right {
  text-align: right;
}
.x-h1-magneticinsoles.center {
  text-align: center;
}
.x-h1-magneticinsoles.justify {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .x-h1-magneticinsoles {
    font-size: 40px;
    line-height: 45px;
  }
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-h1-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h1-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-link_orange_magneticinsoles_lp-magneticinsoles {
  font-family: "Roboto";
  margin: 20px;
  display: flex;
}
.x-link_orange_magneticinsoles_lp-magneticinsoles a {
  text-decoration: none;
  text-transform: uppercase;
  color: #ffffff;
  border-radius: 2px;
  background: #da6700;
  padding: 10px 20px;
  text-align: center;
  font-weight: 700;
  font-size: 30px;
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-link_orange_magneticinsoles_lp-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-link_orange_magneticinsoles_lp-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-p-magneticinsoles {
  font-family: "Roboto";
  color: #1e1e1e;
  font-size: 17px;
  font-weight: 400;
  line-height: 1.4em;
  text-align: left;
  margin: 20px;
}
.x-p-magneticinsoles.left {
  text-align: left;
}
.x-p-magneticinsoles.right {
  text-align: right;
}
.x-p-magneticinsoles.center {
  text-align: center;
}
.x-p-magneticinsoles.justify {
  text-align: justify;
}
@media only screen and (max-width: 768px) {
  .x-p-magneticinsoles {
    font-size: 16px;
    line-height: 24px;
  }
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-p-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-p-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-h2-magneticinsoles {
  font-family: "Roboto";
  color: #202020;
  font-size: 30px;
  font-weight: 700;
  line-height: 40px;
  margin: 35px 20px 15px;
}
.x-h2-magneticinsoles.left {
  text-align: left;
}
.x-h2-magneticinsoles.right {
  text-align: right;
}
.x-h2-magneticinsoles.center {
  text-align: center;
}
.x-h2-magneticinsoles.justify {
  text-align: justify;
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-h2-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-h2-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-image-magneticinsoles {
  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-magneticinsoles.position-left {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}
.x-image-magneticinsoles.position-right {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}
.x-image-magneticinsoles.position-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.x-image-magneticinsoles.bcg-lightgrey {
  background-color: #ebebeb;
}
.x-image-magneticinsoles .image-img {
  max-width: 100%;
  width: auto;
}
.x-image-magneticinsoles 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-magneticinsoles div.title-container p {
  width: 100%;
  display: block;
  font-family: "Georgia";
  font-size: 14px;
  padding: 5px;
  color: #3d3d3d;
}
.x-image-magneticinsoles div.text-container p {
  width: 100%;
  display: block;
  font-size: 14px;
  text-align: inherit;
  background-color: #ddd;
  margin: 0 20px;
  padding: 0 5px;
}
.x-image-magneticinsoles div {
  text-align: left;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.x-image-magneticinsoles.right div {
  text-align: right;
}
.x-image-magneticinsoles.right div.title-container {
  text-align: right;
}
.x-image-magneticinsoles.right div.text-container {
  text-align: right;
}
@media only screen and (max-width: 768px) {
  .x-image-magneticinsoles {
    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-magneticinsoles .image-img {
    max-width: 100%;
    width: auto;
  }
  .x-image-magneticinsoles div.text-container {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
  }
  .x-image-magneticinsoles div.text-container p {
    max-width: 335px;
    font-style: normal;
    width: auto;
    display: inline-block;
    background-color: #ffc000;
    font-size: 24px;
    font-weight: 700;
    padding: 15px;
    margin: -20px 20px 0;
    text-align: left;
  }
}
@media only screen and (min-width: 769px) {
  .x-image-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-image-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-links_magneticinsoles_lp-magneticinsoles {
  font-family: "Roboto";
  margin: 20px;
  display: flex;
}
.x-links_magneticinsoles_lp-magneticinsoles a {
  text-decoration: none;
}
.x-links_magneticinsoles_lp-magneticinsoles .item {
  max-width: 180px;
  height: 45px;
  width: 100%;
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .x-links_magneticinsoles_lp-magneticinsoles .item {
    max-width: 32px;
    height: 30px;
  }
}
.x-links_magneticinsoles_lp-magneticinsoles .item.item_3 {
  max-width: 180px;
  border-radius: 3px;
  background: #707070;
  color: #ffffff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 10px;
}
.x-links_magneticinsoles_lp-magneticinsoles .item.item_3 img {
  margin-right: 10px;
}
@media only screen and (max-width: 768px) {
  .x-links_magneticinsoles_lp-magneticinsoles .item.item_3 {
    padding: 0;
  }
  .x-links_magneticinsoles_lp-magneticinsoles .item.item_3 p {
    display: none;
  }
  .x-links_magneticinsoles_lp-magneticinsoles .item.item_3 img {
    margin: 0;
  }
}
@media only screen and (max-width: 768px) {
  .x-links_magneticinsoles_lp-magneticinsoles .item .desktop {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  .x-links_magneticinsoles_lp-magneticinsoles .item .mobile {
    display: none;
  }
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-links_magneticinsoles_lp-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-links_magneticinsoles_lp-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.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;
  }
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@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;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-CTA-magneticinsoles .cta {
  font-family: "Roboto";
  color: #38538d;
  font-size: 26px;
  font-weight: 700;
  line-height: 1.4em;
  text-decoration: underline;
}
.x-CTA-magneticinsoles .cta p {
  padding: 0 20px;
}
.x-CTA-magneticinsoles .cta_mobile {
  position: fixed;
  width: 100%;
  bottom: 0;
  left: 0;
  padding: 15px;
  background-color: #fff;
  border-top: 2px solid #38538d;
  display: none;
  z-index: 1;
}
.x-CTA-magneticinsoles .cta_mobile p {
  padding: 0;
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-CTA-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-CTA-magneticinsoles.hide-mobile {
    display: none;
  }
}
/* @font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 400;
  src: url(fonts/Roboto/Roboto-Regular.ttf);
}
@font-face {
  font-family: "Roboto";
  font-style: normal;
  font-weight: 700;
  src: url(fonts/Roboto/Roboto-Bold.ttf);
} */
.x-footer_magneticinsoles_lp-magneticinsoles {
  font-family: "Roboto";
  padding: 40px;
  background: #222222;
  display: flex;
  align-items: center;
  flex-direction: column;
  margin: 40px 0 -100px;
}
@media only screen and (max-width: 768px) {
  .x-footer_magneticinsoles_lp-magneticinsoles {
    margin: 40px 0 0;
  }
}
.x-footer_magneticinsoles_lp-magneticinsoles img {
  max-width: 200px;
  width: 100%;
  margin-bottom: 30px;
}
.x-footer_magneticinsoles_lp-magneticinsoles .link {
  display: flex;
}
@media only screen and (max-width: 768px) {
  .x-footer_magneticinsoles_lp-magneticinsoles .link {
    flex-direction: column;
    align-items: center;
  }
}
.x-footer_magneticinsoles_lp-magneticinsoles .link p {
  color: #ffffff;
  padding-right: 20px;
  padding-left: 20px;
  border-right: 1px solid #ffffff;
}
.x-footer_magneticinsoles_lp-magneticinsoles .link p:last-child {
  border-right: none;
  border-bottom: none;
}
@media only screen and (max-width: 768px) {
  .x-footer_magneticinsoles_lp-magneticinsoles .link p {
    border-right: none;
    border-bottom: 1px solid #ffffff;
    padding: 0 0 15px;
    text-align: center;
  }
  .x-footer_magneticinsoles_lp-magneticinsoles .link p:last-child {
    padding: 15px 0 0;
  }
}
.x-footer_magneticinsoles_lp-magneticinsoles .link p a {
  color: #ffffff;
  text-decoration: none;
}
/* Ukrycie komponentu w trybie mobile lub desktop */
@media only screen and (min-width: 769px) {
  .x-footer_magneticinsoles_lp-magneticinsoles.hide-desktop {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .x-footer_magneticinsoles_lp-magneticinsoles.hide-mobile {
    display: none;
  }
}
