@import url("https://fonts.googleapis.com/css2?family=Lato:ital,wght@0,100;0,300;0,400;0,700;0,900;1,100;1,300;1,400;1,700;1,900&display=swap");
@-webkit-keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}
@keyframes floating {
  0% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(50%) rotate(-15deg);
    transform: translateX(7%) translateY(50%) rotate(-15deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(7%) translateY(20%) rotate(0deg);
    transform: translateX(7%) translateY(20%) rotate(0deg);
  }
}

@-webkit-keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@keyframes floatingReverse {
  0% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(50%) rotate(20deg);
    transform: translateX(4%) translateY(50%) rotate(20deg);
  }
  40% {
    opacity: 1;
  }
  100% {
    opacity: 0;
    -webkit-transform: translateX(4%) translateY(0%) rotate(0deg);
    transform: translateX(4%) translateY(0%) rotate(0deg);
  }
}

@-webkit-keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@keyframes scale {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  40% {
    opacity: .6;
    -webkit-filter: blur(0px);
    filter: blur(0px);
  }
  100% {
    opacity: 0;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0.8), 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  }
  100% {
    -webkit-box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
    box-shadow: 0 0 0 32px rgba(255, 255, 255, 0), 0 1px 1px 32px rgba(0, 0, 0, 0);
  }
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
            transform: translateY(-20px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}

/* Rozmiar czcionki dla najwyzszego diva */
#cm-polpharma-product {
  font-size: 16px;
  font-family: "Lato", Arial, sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-image: none;
  background-position: bottom center;
  background-repeat: no-repeat;
  text-align: left;
  color: #272D3D;
  line-height: 1.3;
  /* FAQ */
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
}

#cm-polpharma-product.cm-width-800,
#cm-polpharma-product .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#cm-polpharma-product .pc-margin-top-xxs {
  padding-top: 1em;
}

#cm-polpharma-product .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}

#cm-polpharma-product .pc-margin-top-xs {
  padding-top: 1.5em;
}

#cm-polpharma-product .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#cm-polpharma-product .pc-margin-top-s {
  padding-top: 3em;
}

#cm-polpharma-product .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#cm-polpharma-product .pc-margin-top-m {
  padding-top: 4em;
}

#cm-polpharma-product .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#cm-polpharma-product .pc-margin-top-l {
  padding-top: 6em;
}

#cm-polpharma-product .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#cm-polpharma-product .pc-margin-top-xl {
  padding-top: 8em;
}

#cm-polpharma-product .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#cm-polpharma-product .pc-margin-top-xxl {
  padding-top: 10em;
}

#cm-polpharma-product .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-xs {
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-margin-top-s {
    padding-top: 2em;
  }
  #cm-polpharma-product .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #cm-polpharma-product .pc-margin-top-m {
    padding-top: 3em;
  }
  #cm-polpharma-product .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #cm-polpharma-product .pc-margin-top-l {
    padding-top: 4em;
  }
  #cm-polpharma-product .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #cm-polpharma-product .pc-margin-top-xl {
    padding-top: 5em;
  }
  #cm-polpharma-product .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #cm-polpharma-product .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #cm-polpharma-product .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}

#cm-polpharma-product .pc-margin-top-deca {
  margin-top: 0.5em;
}

#cm-polpharma-product .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#cm-polpharma-product .pc-margin-top-hecto {
  margin-top: 1em;
}

#cm-polpharma-product .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#cm-polpharma-product .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#cm-polpharma-product .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#cm-polpharma-product .pc-margin-top-mega {
  margin-top: 1.5em;
}

#cm-polpharma-product .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#cm-polpharma-product .pc-margin-top-giga {
  margin-top: 2em;
}

#cm-polpharma-product .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#cm-polpharma-product .pc-margin-top-tera {
  margin-top: 2.5em;
}

#cm-polpharma-product .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#cm-polpharma-product .pc-clear {
  clear: both;
}

#cm-polpharma-product .m-st-1:after {
  content: '';
  display: block;
  height: 2px;
  width: 4.625em;
  margin-top: 1em;
  background-color: #D9CAAF;
}

#cm-polpharma-product .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#cm-polpharma-product .m-st-3 {
  -webkit-box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  box-shadow: 0 10px 10px 0 rgba(35, 31, 32, 0);
  background-color: #402619;
}

#cm-polpharma-product .pc-b6-a {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

#cm-polpharma-product .pc-b6-a * {
  text-align: center;
}

#cm-polpharma-product .pc-b6-a .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-polpharma-product .pc-b6-a .pc-block-module .pc-relative {
  max-width: 680px;
  margin: 0 auto;
}

#cm-polpharma-product .pc-b6-a h2, #cm-polpharma-product .pc-b6-a .h2, #cm-polpharma-product .pc-b6-a .pc-h2 {
  font-size: 2.4375em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #272D3D;
  letter-spacing: 0.8px;
}

#cm-polpharma-product .pc-b6-a h4, #cm-polpharma-product .pc-b6-a .h4, #cm-polpharma-product .pc-b6-a .pc-h4 {
  font-size: 1.0625em;
  font-family: "Lato", Arial, sans-serif;
  line-height: 1.12;
  color: #d4000c;
  letter-spacing: 0.3px;
}

@media (max-width: 767px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
}

@media (max-width: 599px) {
  #cm-polpharma-product .pc-b6-a {
    text-align: center;
  }
  #cm-polpharma-product .pc-b6-a * {
    text-align: center;
  }
}

#cm-polpharma-product .pc-b6-c {
  text-align: center;
  width: 100%;
  max-width: 1170px;
  margin: auto;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-b6-c {
    padding: 0px 2em;
  }
}

#cm-polpharma-product .pc-b6-c .pc-h2 {
  font-size: 2.437em;
  font-family: "Lato", Arial, sans-serif;
  color: #272D3D;
  line-height: 1.13;
  letter-spacing: 0.3px;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-b6-c .pc-h2 {
    font-size: 2em;
  }
}

#cm-polpharma-product .pc-b6-c .pc-h2 span {
  color: #d4000c;
}

#cm-polpharma-product .pc-p6-b {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
}

#cm-polpharma-product .pc-p6-b .p6-list {
  padding: 0 1.25em;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-content {
  max-width: 25.625em;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-item {
  padding: 1em 0;
  -webkit-transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.3s ease, -webkit-transform 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease;
  transition: transform 0.3s ease, opacity 0.3s ease, -webkit-transform 0.3s ease;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container {
  position: relative;
  padding-left: 4.375em;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content {
  border-left: 1px solid #d4000c;
  padding-left: 1.25em;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-polpharma-product .pc-p6-b .p6-list .p6-list-item .p6-list-item-container .p6-list-counter .pc-h1 {
  color: #272D3D;
}

#cm-polpharma-product .pc-p6-b .p6-image {
  position: relative;
  z-index: 0;
  width: 100%;
  height: auto;
  left: 0;
  top: 0;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: auto 100%;
}

#cm-polpharma-product .pc-p6-b .p6-image::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-polpharma-product .pc-p6-b .p6-hotspots {
  position: absolute;
  left: 0;
  top: 0;
  height: auto;
  width: 100%;
}

#cm-polpharma-product .pc-p6-b .p6-hotspots::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#cm-polpharma-product .pc-p6-b .p6-hotspots .p6-hotspots-content {
  position: absolute;
  left: 100%;
  top: 0;
  height: 100%;
  width: 100%;
  margin-left: 1.25em;
  z-index: 3;
}

#cm-polpharma-product .pc-p6-b .p6-functions {
  width: 100%;
  padding: 0 1em 2.5em 1em;
  margin-top: -0.5em;
  position: relative;
  z-index: 5;
  display: none;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-functions-container {
  background-color: white;
  padding: 1.5em 1.5em 2em 1.5em;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-functions-hotspots > div {
  display: none;
  max-width: 305px;
  margin-left: auto;
  margin-right: auto;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-functions-hotspots > div:target {
  display: block;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-left, #cm-polpharma-product .pc-p6-b .p6-functions .p6-functions-hotspots > div .pc-hotspot-popup .pc-arrow-right {
  display: none;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-header {
  text-align: center;
  padding-bottom: 2em;
}

#cm-polpharma-product .pc-p6-b .p6-functions .p6-header p {
  color: #272D3D;
}

#cm-polpharma-product .pc-p6-b .p6-functions .pc-hotspot-popup {
  padding-left: 142px;
  min-height: 90px;
  position: relative;
  z-index: 0;
}

#cm-polpharma-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image {
  position: absolute;
  left: 0;
  top: 0;
}

#cm-polpharma-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-image img {
  width: 142px;
  height: 90px;
  display: block;
  padding: 0;
}

#cm-polpharma-product .pc-p6-b .p6-functions .pc-hotspot-popup .hotspot-popup-content {
  padding-left: 1.5em;
  width: 100%;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot {
  display: block;
  cursor: pointer;
  width: 5em;
  height: 5em;
  position: absolute;
  border-radius: 50%;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-small {
  width: 4em;
  height: 4em;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-small .pc-hotspot-inside .pc-hotspot-inside-circle {
  width: 32px;
  height: 32px;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-01:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-01 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-02:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-02 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-03:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-03 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-04:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-04 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-05:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-05 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item {
  opacity: 0.4;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot.pc-hotspot-06:hover ~ .p6-hotspots-content .p6-list-item.p6-list-item-06 {
  opacity: 1 !important;
  -webkit-transform: translateX(-1em);
  transform: translateX(-1em);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot > img {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 3;
  margin-top: -9px;
  margin-left: -9px;
  padding: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 10;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: block;
  width: 48px;
  height: 48px;
  margin: 0 auto;
  border-radius: 50%;
  -webkit-transition: all ease 0.3s;
  transition: all ease 0.3s;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside .pc-hotspot-inside-circle:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: '';
  width: 100%;
  height: 100%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
  border-radius: 50%;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
  width: 70%;
  height: 70%;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover > img {
  width: 24px;
  height: 24px;
  margin-left: -12px;
  margin-top: -12px;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
  opacity: 1;
  margin-left: 0px;
  z-index: 1000;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
  margin-left: auto;
  margin-right: 0px;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > img, #cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  position: absolute;
  left: 50%;
  top: 50%;
  z-index: 12;
  width: 18px;
  height: 18px;
  margin-left: -9px;
  margin-top: -9px;
  padding: 0;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-inside > p {
  font-weight: bold;
  color: white;
  margin-top: -10px;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup {
  position: absolute;
  left: 104px;
  top: -2px;
  z-index: 3;
  opacity: 0;
  margin-left: -10px;
  background-color: white;
  padding: 1.5em;
  -webkit-transition: opacity 0.3s ease, margin 0.3s ease;
  transition: opacity 0.3s ease, margin 0.3s ease;
  -webkit-box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup.pc-hotspot-popup-left {
  left: auto;
  right: -120px;
  margin-left: auto;
  margin-right: -10px;
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image {
  width: 176px;
  height: 112px;
  display: block;
  margin-bottom: 1em;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .hotspot-popup-image img {
  width: 100%;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-left {
  position: absolute;
  left: -17px;
  top: 25px;
}

#cm-polpharma-product .pc-p6-b .pc-hotspot .pc-hotspot-popup .pc-arrow-right {
  position: absolute;
  right: -17px;
  top: 25px;
}

#cm-polpharma-product .pc-p6-b h1, #cm-polpharma-product .pc-p6-b .h1, #cm-polpharma-product .pc-p6-b .pc-h1 {
  font-size: 3.0625em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.0612244898;
  color: #3e3e40;
  letter-spacing: 0px;
}

#cm-polpharma-product .pc-p6-b h5, #cm-polpharma-product .pc-p6-b .h5, #cm-polpharma-product .pc-p6-b .pc-h5 {
  font-size: 1.25em;
  font-family: 'Arial';
  font-weight: 600;
  line-height: 1.2;
  color: #2699fb;
  letter-spacing: 0px;
}

#cm-polpharma-product .pc-p6-b .pc-arrow-up {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-bottom: 18px solid white;
}

#cm-polpharma-product .pc-p6-b .pc-arrow-down {
  width: 0;
  height: 0;
  border-left: 18px solid transparent;
  border-right: 18px solid transparent;
  border-top: 18px solid white;
}

#cm-polpharma-product .pc-p6-b .pc-arrow-right {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 18px solid white;
}

#cm-polpharma-product .pc-p6-b .pc-arrow-left {
  width: 0;
  height: 0;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-right: 18px solid white;
}

@media (min-width: 801px) and (max-width: 1229px) {
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table {
    display: block;
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell {
    display: block;
    width: 100%;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content {
    padding-left: 0;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content.p6-cell-content-rwd {
    visibility: visible;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-hotspots .p6-hotspots-content {
    display: none;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-container {
    margin-right: 0;
  }
  #cm-polpharma-product .pc-p6 .p6-list {
    padding: 1.25em 1.25em 0 1.25em;
  }
  #cm-polpharma-product .pc-p6 .p6-list .p6-list-content {
    max-width: none;
  }
}

@media (max-width: 800px) {
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table {
    display: block;
    max-width: 500px;
    margin: 0 auto;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell {
    display: block;
    width: 100%;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content {
    padding-left: 0;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-content.p6-cell-content-rwd {
    visibility: visible;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-hotspots .p6-hotspots-content {
    display: none;
  }
  #cm-polpharma-product .pc-p6.pc-p6-a .p6-table .p6-cell .p6-cell-container {
    margin-right: 0;
  }
  #cm-polpharma-product .pc-p6 .p6-list {
    padding: 1.25em 1.25em 0 1.25em;
  }
  #cm-polpharma-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container .p6-list-item-content p {
    font-size: 12px;
  }
  #cm-polpharma-product .pc-p6 .p6-list .p6-list-content {
    max-width: none;
  }
}

@media (max-width: 767px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
  #cm-polpharma-product .pc-p6 .p6-list .p6-list-item .p6-list-item-container {
    padding-left: 3.375em;
  }
}

@media (max-width: 599px) {
  #cm-polpharma-product .pc-hotspot .pc-hotspot-inside:hover .pc-hotspot-inside-circle {
    width: 60%;
    height: 60%;
  }
  #cm-polpharma-product .pc-hotspot .pc-hotspot-inside:hover > img {
    width: 18px;
    height: 18px;
    margin-left: -9px;
    margin-top: -9px;
  }
  #cm-polpharma-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup {
    opacity: 0;
    margin-left: -10px;
  }
  #cm-polpharma-product .pc-hotspot .pc-hotspot-inside:hover ~ .pc-hotspot-popup.pc-hotspot-popup-left {
    margin-left: auto;
    margin-right: -10px;
  }
  #cm-polpharma-product .pc-hotspot .pc-hotspot-popup {
    display: none;
  }
  #cm-polpharma-product .pc-p6 .p6-functions {
    display: block;
  }
  #cm-polpharma-product .pc-p6 .p6-image {
    position: relative;
    overflow: hidden;
  }
}

@media (max-width: 375px) {
  #cm-polpharma-product .pc-p6 .p6-functions {
    display: block;
  }
  #cm-polpharma-product .pc-p6 .p6-functions .pc-hotspot-popup {
    padding-left: 0;
    min-height: 0;
  }
  #cm-polpharma-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-image {
    position: static;
    padding-bottom: 1em;
  }
  #cm-polpharma-product .pc-p6 .p6-functions .pc-hotspot-popup .hotspot-popup-content {
    padding-left: 0;
  }
}

#cm-polpharma-product .pc-p10 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-polpharma-product .pc-p10 .pc-block-module .pc-relative {
  height: inherit;
  position: relative;
}

#cm-polpharma-product .pc-p10 .pc-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#cm-polpharma-product .pc-p10 .pc-icon {
  width: 5em;
  height: 5em;
  display: block;
  margin: 0 auto 0.5em auto;
  float: none;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

#cm-polpharma-product .pc-p10 .pc-icon.pc-icon-left {
  margin-left: 0;
}

#cm-polpharma-product .pc-p10 .pc-icon.pc-icon-spacing {
  margin-bottom: 2em;
}

#cm-polpharma-product .pc-p10 .pc-icon img {
  width: 100%;
  display: block;
  height: auto;
  padding: 0;
  margin: 0;
}

#cm-polpharma-product .pc-p10 .h3, #cm-polpharma-product .pc-p10 .pc-h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.38;
  text-transform: uppercase;
  color: #272D3D;
}

@media (max-width: 600px) {
  #cm-polpharma-product .pc-p10 .h3 br, #cm-polpharma-product .pc-p10 .pc-h3 br {
    display: none;
  }
}

#cm-polpharma-product .pc-p10 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.24;
  color: #211f20;
  margin: 0.8em 0px;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item {
  cursor: pointer;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 100%;
  -webkit-transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: max-height ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, max-height ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
  opacity: 0;
  max-height: 0;
  -webkit-transition: opacity ease 0.3s, max-height ease 0.3s;
  transition: opacity ease 0.3s, max-height ease 0.3s;
  overflow: hidden;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item:hover {
  outline: 0;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content {
  -webkit-box-shadow: none;
  box-shadow: none;
}

#cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
  background-color: white;
  z-index: 2;
  -webkit-box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 10px 45px -5px rgba(0, 0, 0, 0.16);
}

#cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
  opacity: 1;
  max-height: 19em;
}

#cm-polpharma-product .pc-p10.p10-4 .item .item-content {
  padding: 1em 0.625em 0 0.625em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-polpharma-product .pc-p10.p10-4 .item .item-content.item-content-abs {
  padding: 1em 0.625em 1em 0.625em;
}

#cm-polpharma-product .pc-p10.p10-4 .pc-col {
  width: 25%;
}

#cm-polpharma-product .pc-p10 .item-row {
  margin-top: -1.25em;
  margin-bottom: -1.25em;
}

#cm-polpharma-product .pc-p10 .item {
  text-align: center;
  position: relative;
  margin: 1.25em auto;
}

#cm-polpharma-product .pc-p10 .item * {
  text-align: center;
}

#cm-polpharma-product .pc-p10 .item:hover .item-content {
  -webkit-transform: translateY(1em);
  transform: translateY(1em);
  -webkit-box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
  box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.16);
}

#cm-polpharma-product .pc-p10 .item .item-content {
  padding: 1em 1em 0 1em;
  -webkit-transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s;
  transition: box-shadow ease 0.3s, transform ease 0.3s, background-color ease 0.3s, -webkit-box-shadow ease 0.3s, -webkit-transform ease 0.3s;
}

#cm-polpharma-product .pc-p10 .item .item-content.item-content-abs {
  padding: 1em 1em 1em 1em;
}

@media (min-width: 801px) and (max-width: 1229px) {
  #cm-polpharma-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 215px;
    flex-basis: 215px;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 378px;
    flex-basis: 378px;
  }
  #cm-polpharma-product .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
}

@media (max-width: 960px) {
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(2), #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(3), #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative > table > tbody > tr > td:nth-child(4) {
    width: 12em;
  }
}

@media (max-width: 899px) {
  #cm-polpharma-product .pc-b10.pc-b10-2 table tr td:nth-child(2), #cm-polpharma-product .pc-b10.pc-b10-2 table tr td:nth-child(3) {
    width: 18em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 table tr td:nth-child(2), #cm-polpharma-product .pc-b10.pc-b10-3 table tr td:nth-child(3), #cm-polpharma-product .pc-b10.pc-b10-3 table tr td:nth-child(4) {
    width: 14.375em;
  }
}

@media (max-width: 829px) {
  #cm-polpharma-product .pc-b10.pc-b10-2 table tr td:nth-child(2), #cm-polpharma-product .pc-b10.pc-b10-2 table tr td:nth-child(3) {
    width: 14em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-circle-navigation {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll {
    overflow-x: scroll;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
    padding: 0;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
    min-width: 296px;
    padding: 1em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
    display: none;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
    padding: 1em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
    display: none;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(3) {
    border-right: 1px solid #F2F3F5;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(3) {
    border-right: 1px solid #F2F3F5;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 table tr th:nth-child(2) {
    background-color: transparent;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-b10-image img {
    max-width: 126px;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-b10-container {
    padding: 0;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-b10-hidden-tab {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-3 .pc-b10-2-rwd-none {
    display: none !important;
  }
}

@media (min-width: 768px) and (max-width: 829px) {
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-table .pc-table-cell .pc-b10-image img {
    margin: 0 auto;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text {
    padding-left: 0;
    padding-top: 1em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-thead .pc-b10-thead-text .pc-h4 {
    text-align: center;
  }
}

@media (min-width: 768px) and (max-width: 800px) {
  #cm-polpharma-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
  #cm-polpharma-product .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 340px;
    flex-basis: 340px;
  }
}

@media (min-width: 600px) and (max-width: 767px) {
  #cm-polpharma-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 226px;
    flex-basis: 226px;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
  }
  #cm-polpharma-product .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 282px;
    flex-basis: 282px;
  }
}

@media (max-width: 767px) {
  #cm-polpharma-product {
    font-size: 14px;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-circle-navigation {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll {
    overflow-x: scroll;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr.pc-b10-separator > td {
    padding: 0;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td {
    min-width: 296px;
    padding: 1em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > td:nth-child(1) {
    display: none;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th {
    padding: 1em;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-relative .pc-horizontal-scroll > table > tbody > tr > th:nth-child(1) {
    display: none;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 table tr th:nth-child(2) {
    background-color: transparent;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-image img {
    max-width: 126px;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-container {
    padding: 0;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-hidden-tab {
    display: block;
  }
  #cm-polpharma-product .pc-b10.pc-b10-2 .pc-b10-2-rwd-none {
    display: none !important;
  }
}

@media (max-width: 599px) {
  #cm-polpharma-product .pc-p10.p10-3 .pc-col {
    -ms-flex-preferred-size: 320px;
    flex-basis: 320px;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 250px;
    flex-basis: 250px;
  }
  #cm-polpharma-product .pc-p10.p10-6 .pc-col {
    -ms-flex-preferred-size: 160px;
    flex-basis: 160px;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs {
    max-height: none;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item:hover .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item * {
    text-align: left;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item .item-content {
    display: none;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item .item-content.item-content-abs {
    display: block;
    max-height: none;
    position: relative;
    padding-left: 0;
    padding-right: 0;
    padding-bottom: 0;
  }
  #cm-polpharma-product .pc-p10.pc-hoverable .item .item-content.item-content-abs p {
    opacity: 1;
    max-height: none;
  }
}

#cm-polpharma-product .pc-b11 {
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

#cm-polpharma-product .pc-b11 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

#cm-polpharma-product .pc-b11 .pc-image, #cm-polpharma-product .pc-b11 .pc-text {
  width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#cm-polpharma-product .pc-b11 .pc-image {
  text-align: center;
}

#cm-polpharma-product .pc-b11 .pc-image img {
  max-width: 100%;
}

#cm-polpharma-product .pc-b11 .pc-text {
  padding-left: 1.25em;
  padding-right: 1.25em;
  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;
}

#cm-polpharma-product .pc-b11 .h3 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1.5625em;
  line-height: 1.2;
  text-align: left;
}

#cm-polpharma-product .pc-b11 .pc-description {
  padding-top: 2em;
}

#cm-polpharma-product .pc-b11 p {
  font-family: Arial;
  font-size: 1em;
  line-height: 1.38;
  color: #000;
  margin: 0;
  padding: 0;
  text-align: left;
}

#cm-polpharma-product .pc-b11 p.caption {
  color: #d4000c;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  line-height: 1;
  font-weight: bold;
}

#cm-polpharma-product .pc-b11.pc-b11-b .pc-text {
  text-align: right;
}

#cm-polpharma-product .pc-b11.pc-b11-b .pc-description {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  text-align: right;
}

#cm-polpharma-product .pc-b11.pc-b11-b .pc-image {
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}

#cm-polpharma-product .pc-b11.pc-b11-b .h3, #cm-polpharma-product .pc-b11.pc-b11-b p {
  text-align: right;
}

@media (max-width: 800px) {
  #cm-polpharma-product .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
  #cm-polpharma-product .pc-b11 .pc-block-module .pc-image, #cm-polpharma-product .pc-b11 .pc-block-module .pc-text {
    width: 100%;
    max-width: 480px;
    margin: 0 auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
  }
}

#cm-polpharma-product .cm-slider {
  position: relative;
  width: 100%;
  max-width: 1170px;
  margin: auto;
}

#cm-polpharma-product .cm-slider input[type="radio"] {
  display: none;
}

#cm-polpharma-product .cm-slider .arrow-right, #cm-polpharma-product .cm-slider .arrow-left {
  width: 5%;
  position: absolute;
}

#cm-polpharma-product .cm-slider .arrow-right label, #cm-polpharma-product .cm-slider .arrow-left label {
  display: none;
  cursor: pointer;
}

#cm-polpharma-product .cm-slider .arrow-right label img, #cm-polpharma-product .cm-slider .arrow-left label img {
  width: 30px;
}

#cm-polpharma-product .cm-slider .arrow-left {
  top: 30%;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-slider .arrow-left {
    display: none;
  }
}

#cm-polpharma-product .cm-slider .arrow-right {
  top: 30%;
  right: 0px;
  text-align: right;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-slider .arrow-right {
    display: none;
  }
}

#cm-polpharma-product .cm-slider .slider {
  position: relative;
  overflow: hidden;
  width: 90%;
  margin: auto;
}

#cm-polpharma-product .cm-slider .slider .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#cm-polpharma-product .cm-slider .slider .slider-box .slider-lp {
  width: 33%;
  padding: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
}

#cm-polpharma-product .cm-slider .slider .slider-box .slider-lp img {
  width: 80%;
}

#cm-polpharma-product .cm-slider .slider .slider-box .slider-lp p {
  margin: 16px;
  font-family: "Lato", Arial, sans-serif;
  color: #272D3D;
  font-size: 25px;
  text-align: center;
  opacity: 0;
  line-height: 1.24;
}

#cm-polpharma-product .cm-slider .slider .slider-dots {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  width: 100%;
}

#cm-polpharma-product .cm-slider .slider .slider-dots label {
  width: 1em;
  height: 1em;
  border-radius: 15px;
  background-color: #d4000c;
  border: 2px solid #d4000c;
  margin: 2em 0.5em;
}

#cm-polpharma-product .cm-slider .slider .slider-dots label:hover {
  cursor: pointer;
  background-color: white;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-slider .slider.slider-no-rwd {
    display: none;
  }
}

#cm-polpharma-product .cm-slider .slider.slider-rwd {
  display: none;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-slider .slider.slider-rwd {
    display: block;
  }
}

#cm-polpharma-product .cm-slider .slider.slider-rwd .slider-box {
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative;
  aligin-items: center;
  height: 0px;
  opacity: 0;
}

#cm-polpharma-product .cm-slider .slider.slider-rwd .slider-box .slider-lp {
  width: 92%;
  margin: 0px 4%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #fff;
}

#cm-polpharma-product .cm-slider .slider.slider-rwd .slider-box .slider-lp img {
  width: 80%;
}

#cm-polpharma-product .cm-slider .slider.slider-rwd .slider-box .slider-lp p {
  margin: 16px;
  font-family: "Lato", Arial, sans-serif;
  color: #272D3D;
  font-size: 20px;
  text-align: center;
  opacity: 1;
  line-height: 1.24;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .arrow-left #cm-slide-sc-0 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .arrow-right label:nth-of-type(2) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .slider #slide-2-1 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-1:checked ~ .slider .slider-dots label:nth-of-type(1) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .arrow-left #cm-slide-sc-1 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .arrow-right label:nth-of-type(3) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .slider #slide-2-2 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-2:checked ~ .slider .slider-dots label:nth-of-type(2) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .arrow-left #cm-slide-sc-2 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .arrow-right label:nth-of-type(4) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .slider #slide-2-3 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-3:checked ~ .slider .slider-dots label:nth-of-type(3) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .arrow-left #cm-slide-sc-3 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .arrow-right label:nth-of-type(5) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .slider #slide-2-4 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-4:checked ~ .slider .slider-dots label:nth-of-type(4) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .arrow-left #cm-slide-sc-4 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .arrow-right label:nth-of-type(6) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .slider #slide-2-5 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-5:checked ~ .slider .slider-dots label:nth-of-type(5) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .arrow-left #cm-slide-sc-5 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .arrow-right label:nth-of-type(7) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .slider #slide-2-6 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-6:checked ~ .slider .slider-dots label:nth-of-type(6) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .arrow-left #cm-slide-sc-6 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .arrow-right label:nth-of-type(8) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .slider #slide-2-7 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-7:checked ~ .slider .slider-dots label:nth-of-type(7) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .arrow-left #cm-slide-sc-7 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .arrow-right label:nth-of-type(9) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .slider #slide-2-8 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-8:checked ~ .slider .slider-dots label:nth-of-type(8) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .arrow-left #cm-slide-sc-8 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .arrow-right label:nth-of-type(10) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .slider #slide-2-9 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-9:checked ~ .slider .slider-dots label:nth-of-type(9) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .arrow-left #cm-slide-sc-9 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .arrow-right label:nth-of-type(11) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .slider #slide-2-10 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-10:checked ~ .slider .slider-dots label:nth-of-type(10) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .arrow-left #cm-slide-sc-10 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .arrow-right label:nth-of-type(12) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .slider #slide-2-11 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-11:checked ~ .slider .slider-dots label:nth-of-type(11) {
  background-color: white;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .arrow-left #cm-slide-sc-11 {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .arrow-right label:nth-of-type(13) {
  display: block;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 {
  height: auto;
  opacity: 1;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) {
  -webkit-box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
          box-shadow: 0 20px 35px 0 rgba(90, 75, 85, 0.24);
  background-color: #ffffff;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) img {
  width: 90%;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .slider #slide-2-12 div:nth-child(2) p {
  opacity: 1;
}

#cm-polpharma-product .cm-slider #slide-input-2-12:checked ~ .slider .slider-dots label:nth-of-type(12) {
  background-color: white;
}

#cm-polpharma-product .pc-p5 {
  display: block;
  position: relative;
  max-width: 1170px;
  margin: auto;
}

#cm-polpharma-product .pc-p5 .pc-save-proprtion {
  position: relative;
  width: 100%;
}

#cm-polpharma-product .pc-p5 .pc-save-proprtion::after {
  content: '';
  display: block;
  padding-bottom: 58.462%;
}

#cm-polpharma-product .pc-p5 .pc-block-module {
  max-width: 1080px;
  padding: 0 1.25em;
  margin: 0 auto;
  height: inherit;
}

#cm-polpharma-product .pc-p5 .pc-block-module .pc-relative {
  height: inherit;
}

#cm-polpharma-product .pc-p5 .pc-p5-checkbox {
  display: none;
}

#cm-polpharma-product .pc-p5 .pc-p5-checkbox:checked ~ label {
  display: none;
}

#cm-polpharma-product .pc-p5 iframe {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
}

#cm-polpharma-product .pc-p5 video {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  z-index: 10;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-p5 video {
    height: auto;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

@media only screen and (max-width: 576px) {
  #cm-polpharma-product .pc-p5 video {
    height: 276px;
    -o-object-fit: unset;
    object-fit: unset;
  }
}

#cm-polpharma-product .pc-p5 label {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  z-index: 100;
}

#cm-polpharma-product .pc-p5 .cm-hidden-label {
  display: none;
}

#cm-polpharma-product .pc-p5 .pc-p5-image {
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

#cm-polpharma-product .cm-top-logo {
  max-width: 1040px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

#cm-polpharma-product .cm-top-logo img {
  padding-left: 0em;
  max-width: 176px;
  height: 100%;
  padding-top: 2em;
  padding-bottom: 2em;
  width: 100%;
}

@media only screen and (max-width: 1040px) {
  #cm-polpharma-product .cm-top-logo img {
    padding-left: 2em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-top-logo img {
    padding-left: 0em;
    margin: 0 auto;
  }
}

#cm-polpharma-product .cm-header-section {
  max-width: 1040px;
  width: 100%;
  margin: auto;
  border-radius: 16px;
  overflow: hidden;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section {
    border-radius: 0;
    margin-bottom: 100px;
  }
}

#cm-polpharma-product .cm-header-section .cm-header {
  position: relative;
  background-repeat: no-repeat;
  background-size: contain;
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header {
    background-position: top 0 left 100px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header {
    background-position: 0% 95%;
    background-size: 80%;
    background-image: none !important;
    padding: 0 1.25em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
  z-index: 2;
  position: absolute;
  right: 1em;
  top: 10.5em;
  width: 50%;
  max-width: 464px;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product .show-desktop {
    display: none;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-header-product .show-mobile {
  display: none;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product .show-mobile {
    display: block;
  }
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
    max-width: 400px;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-header-product img {
  width: 100%;
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
    top: 10.5em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-header-product {
    position: relative;
    max-width: 464px;
    width: 100%;
    margin: 3em auto 0 auto;
    top: 0;
    right: 0;
    padding-bottom: 2em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-logo-header {
  padding-top: 2.5em;
  height: 28px;
  margin-bottom: 3em;
  display: block;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-logo-header {
    padding-top: 2em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
  padding-top: 3em;
  margin-left: 2em;
  max-width: 500px;
  text-align: left;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
    max-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
    max-width: 320px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section {
    max-width: 400px;
    margin: 0 auto;
    padding-top: 3em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-lek {
  padding: 0.1em 0.75em;
  background-color: #d4000c;
  color: #fff;
  font-size: 2em;
  font-weight: 700;
  max-width: -webkit-fit-content;
  max-width: -moz-fit-content;
  max-width: fit-content;
  margin-bottom: 1em;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-lek {
    font-size: 1.75em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
  max-width: 376px;
  margin-bottom: 4em;
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
    max-width: 306px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
    margin: 1em auto;
  }
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-logo {
    max-width: 260px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text {
  text-align: left;
  color: #000;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text {
    text-align: center;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
  font-weight: 700;
  font-size: 2em;
  line-height: 1.3;
  max-width: 376px;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
    margin: 0.5em auto;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1 {
    font-size: 1.5em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
  color: #d4000c;
  font-style: italic;
  font-weight: 400;
  font-size: 1.75em;
  line-height: 1.3;
  margin-top: 1em;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
    text-align: left;
    margin: 0.5em auto;
    line-height: 1.2;
  }
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-2 {
    font-size: 1.5em;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-order-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  padding-bottom: 150px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 0.5em;
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-order-wrapper {
    padding-bottom: 130px;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-order-wrapper {
    margin-top: 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 0;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-order-wrapper .cm-order img {
  width: 100%;
  max-width: 130px;
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-order-wrapper .cm-order img {
    max-width: 100px;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 {
  font-size: 1em;
  margin-top: 1.15em;
  line-height: 1.3;
  text-transform: uppercase;
  font-weight: 400;
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 .cm-ng-4 {
  text-transform: none;
  font-weight: 400;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-3 .cm-ng-4 {
    text-align: left;
  }
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small {
  max-width: 260px;
  margin-top: 1.8em;
}

#cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small img {
  width: 100%;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-header-section .cm-header .cm-text-section .cm-ng-text .cm-ng-1-small {
    margin: 0 auto;
  }
}

#cm-polpharma-product .cm-icons-section {
  color: #272D3D;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
  border-radius: 16px;
  padding-bottom: 3em;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons-section {
    margin-bottom: 0;
    padding-bottom: 1em;
    margin-top: 2em;
  }
}

#cm-polpharma-product .cm-icons-section .cm-icons-logo {
  max-width: 174px;
  margin: 0 auto;
  padding: 0 1.25em;
}

#cm-polpharma-product .cm-icons-section .cm-icons-logo img {
  width: 100%;
}

#cm-polpharma-product .cm-icons-section .cm-two-icons {
  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-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 4em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons {
    margin: 3em auto 2em auto;
  }
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
  }
}

#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon {
  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: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 200px;
  margin: 0 2em;
  -ms-flex-preferred-size: 40%;
      flex-basis: 40%;
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    max-width: 400px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 0 1em 2em 1em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image {
  width: 96px;
}

#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image img {
  width: 100%;
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-image {
    width: 80px;
  }
}

#cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-desc {
  font-size: 1.125em;
  line-height: 1.4;
  margin-top: 1.5em;
  font-weight: 500;
  text-align: center;
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-icons-section .cm-two-icons .cm-single-icon .cm-icon-desc {
    max-width: 250px;
    width: 100%;
    -ms-flex-preferred-size: 60%;
        flex-basis: 60%;
    padding: 0 0 0 1em;
    text-align: left;
    margin-top: 0;
  }
}

#cm-polpharma-product .cm-icons-section .cm-icons-logo-2 {
  max-width: 188px;
  margin: 1.125em auto 0 auto;
  padding: 0 1.25em;
}

#cm-polpharma-product .cm-icons-section .cm-icons-logo-2 img {
  width: 100%;
}

#cm-polpharma-product .cm-icons-section .cm-icons-header {
  padding: 5em 1em 3em 1em;
  text-align: center;
  border-radius: 44px;
  color: #fff;
  background: -webkit-gradient(linear, left top, left bottom, from(#d4000b), to(#d4000b));
  background: linear-gradient(#d4000b, #d4000b);
  position: relative;
  max-width: 823px;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header {
    margin-top: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header {
    margin-bottom: 2em;
  }
}

#cm-polpharma-product .cm-icons-section .cm-icons-header .cm-heart {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#cm-polpharma-product .cm-icons-section .cm-icons-header .cm-heart img {
  width: 100%;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header .cm-heart img {
    width: 90%;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header .cm-heart img {
    width: 80%;
  }
}

#cm-polpharma-product .cm-icons-section .cm-icons-header .cm-header-text {
  max-width: 760px;
  margin: 0 auto;
  font-size: 1.25em;
  line-height: 1.7;
  padding: 0.8em 0;
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-icons-section .cm-icons-header .cm-header-text {
    font-size: 1.125em;
  }
}

#cm-polpharma-product .cm-serp-section {
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

#cm-polpharma-product .cm-serp-section .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-top: 4em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    padding-top: 2em;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 500px;
}

@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
    padding: 0em 1.25em;
  }
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
    max-width: 400px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 500px;
    margin: 1em auto 1em auto;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-serp-img img {
  width: 100%;
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  font-size: 1.125em;
  max-width: 500px;
  line-height: 1.5;
  color: #1a1718;
  padding-right: 2em;
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-space-1 {
  height: 1.5em;
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-space-2 {
  height: 2.5em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-space-2 {
    height: 1em;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-title {
  font-size: 1.5em;
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-title-2 {
  font-size: 2.2em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-title-2 {
    font-size: 1.5em;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-subtitle {
  font-size: 1.5em;
  line-height: 1.2;
  padding-bottom: 1em;
  color: #d4000c;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-subtitle {
    font-size: 1.25em;
  }
}

@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section {
    padding: 0em 1.25em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    margin: 0 auto 1em auto;
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section a {
  text-decoration: none;
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-button {
  margin-top: 3.4em;
  max-width: 180px;
  text-align: center;
  line-height: 1.1;
  padding: 1em;
  color: #fff;
  text-transform: uppercase;
  background: #905097;
  font-weight: 700;
  -webkit-box-shadow: 0px 3px 15px #00000055;
          box-shadow: 0px 3px 15px #00000055;
  border-radius: 8px;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-button {
    margin: 2em auto 0 auto;
    max-width: 160px;
    font-size: 1em;
  }
}

#cm-polpharma-product .cm-serp-section .cm-serp .cm-text-section .cm-text-button:hover {
  cursor: pointer;
}

#cm-polpharma-product .cm-serp-section ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

#cm-polpharma-product .cm-serp-section ul li {
  background: url("../img/punktor.svg") 0 7px no-repeat;
  padding-left: 1.5em;
  margin: 0 0 0.5em;
  line-height: 1.5;
  color: #1a1718;
  text-align: left;
}

#cm-polpharma-product .cm-serp-section .cm-special-list li::before {
  content: "";
  -webkit-clip-path: circle(30% at 50% 50%);
          clip-path: circle(30% at 50% 50%);
  display: block;
  height: 5px;
  width: 0;
  left: -.8em;
  top: 1.3em;
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-special-list li::before {
    top: 1.2em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-centered-list {
    max-width: 500px;
  }
}

#cm-polpharma-product .cm-serp-section .cm-bigger-font {
  font-size: 1.3em;
}

#cm-polpharma-product .cm-serp-section .cm-serp-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

#cm-polpharma-product .cm-serp-section .cm-serp-reverse .cm-reverse-text {
  padding: 0 0 0 2em;
}

@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-serp-section .cm-serp-reverse .cm-reverse-text {
    padding: 0em 1.25em;
  }
}

#cm-polpharma-product .cm-serp-section .cm-margin-negative {
  margin-top: -3em;
}

#cm-polpharma-product .cm-serp-section .cm-space-2 {
  height: 2.5em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-section .cm-space-2 {
    height: 1em;
  }
}

#cm-polpharma-product .cm-color {
  background-color: #F0F2F8;
}

#cm-polpharma-product .cm-serp-2 {
  padding-top: 6em !important;
  padding-bottom: 6em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp-2 {
    padding-top: 3em !important;
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp-2 {
    padding-top: 4em !important;
  }
}

#cm-polpharma-product .cm-last-header {
  font-size: 3em;
  line-height: 1.5;
  text-align: center;
  margin-top: 1em;
}

#cm-polpharma-product .cm-last-header span {
  font-weight: 600;
  color: #d4000c;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-header {
    padding: 0 0.5em;
    font-size: 2em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-header {
    padding: 0 0.5em;
    font-size: 1.75em;
  }
}

#cm-polpharma-product .cm-last-subheader {
  margin: 0.75em auto 0;
  max-width: 750px;
  font-weight: 500;
  color: #1a1718;
  font-size: 1.125em;
  text-align: center;
  padding: 0 1em;
  line-height: 1.5;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-last-subheader {
    margin-bottom: 3em;
  }
}

#cm-polpharma-product .cm-last-section {
  max-width: 1040px;
  margin: 3em auto 0 auto;
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section {
    margin-top: 1.5em;
  }
}

#cm-polpharma-product .cm-last-section .cm-main-image {
  max-width: 1040px;
  margin-top: 3em;
}

@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    margin-bottom: 3em;
  }
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-section .cm-main-image {
    display: none;
  }
}

#cm-polpharma-product .cm-last-section .cm-main-image img {
  width: 100%;
}

#cm-polpharma-product .cm-last-section .cm-main-image-mobile {
  display: none;
  max-width: 100%;
  margin-bottom: 3em;
  margin-top: 2em;
  padding: 0 1.25em;
}

@media only screen and (max-width: 500px) {
  #cm-polpharma-product .cm-last-section .cm-main-image-mobile {
    display: block;
  }
}

#cm-polpharma-product .cm-last-section .cm-main-image-mobile img {
  width: 100%;
}

#cm-polpharma-product .cm-last-section .cm-last-text {
  font-size: 0.875em;
  line-height: 1.4;
  margin-top: 5em;
  color: #4b555f;
  font-weight: 400;
}

@media only screen and (max-width: 1100px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    padding: 0 1.25em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    margin-top: 4em;
  }
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-last-section .cm-last-text {
    margin-top: 2em;
  }
}

#cm-polpharma-product .cm-last-section .cm-last-text .cm-space {
  height: 3em;
}

#cm-polpharma-product .cm-last-section .cm-last-text .cm-space-2 {
  height: 0.5em;
}

#cm-polpharma-product .cm-last-section .cm-before {
  margin-top: 5em;
  background: #d4000c;
  color: #fff;
  padding: 2em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-last-section .cm-before {
    margin-top: 3em;
  }
}

#cm-polpharma-product .cm-last-section .cm-before .cm-before-1 {
  font-size: 1.75em;
  text-align: center;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-last-section .cm-before .cm-before-1 {
    font-size: 1.5em;
  }
}

#cm-polpharma-product .cm-extra-box {
  position: absolute;
  right: 0em;
  bottom: -10em;
  width: 50%;
  text-align: center;
  color: #272D3D;
  font-family: "Lato", Arial, sans-serif;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box {
    position: relative;
    bottom: 0em;
    margin-top: 2em;
    width: 100%;
  }
}

#cm-polpharma-product .cm-extra-box sup {
  vertical-align: top;
}

#cm-polpharma-product .cm-extra-box .cm-extra-title {
  font-size: 2em;
  line-height: 1;
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-extra-box .cm-extra-title {
    font-size: 1.5em;
  }
}

#cm-polpharma-product .cm-extra-box .cm-extra-title span {
  font-weight: 900;
}

#cm-polpharma-product .cm-extra-box .cm-extra-text {
  font-size: 1.25em;
}

@media only screen and (max-width: 1000px) {
  #cm-polpharma-product .cm-extra-box .cm-extra-text {
    font-size: 1em;
  }
}

#cm-polpharma-product .cm-extra-box.cm-box-desc {
  display: block;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box.cm-box-desc {
    display: none;
  }
}

#cm-polpharma-product .cm-extra-box.cm-box-rwd {
  display: none;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-extra-box.cm-box-rwd {
    display: block;
    margin-bottom: 3em;
    margin-top: 0;
  }
}

#cm-polpharma-product .cm-icons {
  background-color: #F7F2F7;
  max-width: 920px;
  margin: auto;
}

#cm-polpharma-product .cm-icons .pc-b6-logo {
  max-width: 384px;
  margin: auto;
}

#cm-polpharma-product .cm-icons .pc-b6-logo img {
  width: 100%;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-icons .pc-b6-logo {
    max-width: 300px;
  }
}

#cm-polpharma-product .cm-icons .pc-b6-c .pc-h2 {
  font-size: 1.25em;
  font-weight: bold;
  padding-left: 1em;
  padding-right: 1em;
  line-height: 1.3;
}

#cm-polpharma-product .cm-icons .pc-b6-c .pc-h4 {
  font-family: "Lato", Arial, sans-serif;
  font-size: 1em;
  color: #272D3D;
  max-width: 620px;
  margin: 0 auto;
}

#cm-polpharma-product .pc-b6-a .pc-h2 {
  max-width: 540px;
  margin: 2em auto 3em auto;
  font-size: 1.75em;
  letter-spacing: 0px;
}

#cm-polpharma-product .cm-serp .pc-b6-a .pc-h2 {
  max-width: 620px;
  padding-left: .5em;
  padding-right: .5em;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b6-a .pc-h2 {
    margin-bottom: 2em;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module {
  max-width: 1170px;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text {
  padding-bottom: 4em;
  padding-top: 4em;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container {
  max-width: 380px;
  margin: auto;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #272D3D;
  text-align: left;
  font-size: 1.75em;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-top span {
  font-size: 2.2875em;
  line-height: 1;
  font-weight: 900;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-mid {
  color: #272D3D;
  text-align: left;
  font-size: 2em;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-mid {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
  text-align: left;
  font-size: 1em;
  color: #272D3D;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-text .pc-description {
  text-align: center;
  padding-top: 1em;
  padding-bottom: 1em;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image {
  position: relative;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative {
  position: relative;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative {
    text-align: center !important;
    margin-bottom: 1em;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim {
  position: relative;
  z-index: 1;
  background-color: #EEE4EE;
  width: 100%;
  height: 100%;
  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;
  color: #272D3D;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim .pc-description {
  max-width: 380px;
  text-align: center;
  padding-top: 0;
  padding-left: 10px;
  padding-right: 10px;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim .pc-description {
    max-width: 300px;
  }
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module .pc-image .pc-relative .cm-bg-anim.anim {
  position: absolute;
  z-index: 0;
  transition: all .5s ease;
  -webkit-transition: all .5s ease;
  -o-transition: all .5s ease;
  -moz-transition: all .5s ease;
  left: 50%;
  -webkit-transform: translate(-50%);
          transform: translate(-50%);
  top: 0;
  opacity: 0;
}

#cm-polpharma-product .cm-serp .pc-b11 .pc-block-module:hover .pc-image .cm-bg-anim.anim {
  z-index: 3;
  opacity: 1;
}

#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container {
  margin: auto;
}

#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  line-height: 1;
  color: #272D3D;
  text-align: right;
  font-size: 1.75em;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-top span {
  font-size: 2.2875em;
  line-height: 1;
  font-weight: 900;
}

#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-mid {
  color: #272D3D;
  text-align: right;
  font-size: 2em;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-mid {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
  text-align: left;
  font-size: 1em;
  color: #272D3D;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-serp .pc-b11.pc-b11-b .pc-block-module .pc-text .cm-text-container .cm-text-bottom {
    text-align: center;
  }
}

#cm-polpharma-product .cm-serp .cm-bg-purpure {
  background-color: #EEE4EE;
}

#cm-polpharma-product .cm-adnotation {
  max-width: 1040px;
  margin: auto;
}

#cm-polpharma-product .cm-adnotation p {
  font-size: 1em;
  color: #272D3D;
  line-height: 1.6;
  padding-left: 1em;
  padding-right: 1em;
}

#cm-polpharma-product .p10-4 .pc-col .h4-cust {
  color: #272D3D;
  font-family: "Lato", Arial, sans-serif;
  text-align: center;
  line-height: 1.3;
  font-weight: 900;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .p10-4 .pc-col .h4-cust {
    text-align: left;
  }
}

#cm-polpharma-product .p10-4 .pc-col .h3-cust {
  font-size: 3em;
  margin-bottom: 10px;
}

#cm-polpharma-product .p10-4 .pc-col .h4-cust {
  font-size: 1.25em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .p10-4 .pc-col .h4-cust {
    font-size: 1.125em;
  }
}

#cm-polpharma-product .pc-p10 .pc-block-module {
  max-width: 1170px;
}

#cm-polpharma-product .pc-p10 .pc-icon {
  height: 8.125em;
  width: auto;
  margin-bottom: 2em;
}

#cm-polpharma-product .pc-p10 .pc-icon img {
  width: auto;
  height: 100%;
  margin: 0 auto;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-p10 .pc-icon {
    height: 7em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-p10 .pc-icon {
    width: 4em;
    height: 4em;
    margin-bottom: 0em;
    margin-right: 1em;
  }
}

#cm-polpharma-product .pc-p10.pc-hoverable .item .item-content {
  display: block;
  padding-top: 0;
}

#cm-polpharma-product .pc-p10.p10-4 .pc-col {
  width: 30%;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 1229px) and (min-width: 801px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (max-width: 800px) and (min-width: 768px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (max-width: 767px) and (min-width: 601px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 30%;
        flex-basis: 30%;
  }
}

@media (max-width: 600px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
  #cm-polpharma-product .pc-p10.p10-4 .pc-col .pc-relative {
    width: calc(100% - 5em);
  }
  #cm-polpharma-product .pc-p10 .pc-flex {
    display: block;
  }
  #cm-polpharma-product .pc-p10 .pc-block-module .pc-relative {
    max-width: 300px;
    margin: auto;
  }
}

@media (max-width: 500px) {
  #cm-polpharma-product .pc-p10.p10-4 .pc-col {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

#cm-polpharma-product .cm-first {
  font-size: 2.5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  color: #272D3D;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-first {
    font-size: 1.75em;
  }
}

#cm-polpharma-product .cm-secondary {
  font-size: 2.5em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 900;
  color: #272D3D;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-secondary {
    font-size: 1.75em;
  }
}

#cm-polpharma-product .cm-text-center {
  text-align: center;
}

#cm-polpharma-product .pc-m-none {
  margin: 0 !important;
}

#cm-polpharma-product .pc-mr-none {
  margin-right: 0 !important;
}

#cm-polpharma-product .pc-pl-none {
  padding-left: 0 !important;
}

#cm-polpharma-product .pc-pr-none {
  padding-right: 0 !important;
}

#cm-polpharma-product .pc-plr-none {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

#cm-polpharma-product .cm-line {
  max-width: 1170px;
}

#cm-polpharma-product .cm-line img {
  width: 100%;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-b11 .pc-block-module {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .pc-b11 .pc-block-module {
    display: block;
    margin: 0 auto;
  }
}

#cm-polpharma-product .pc-b11 .pc-block-module .pc-text .pc-name {
  line-height: 1.2;
}

#cm-polpharma-product .pc-b11 .pc-block-module .pc-text .pc-description {
  color: #272D3D;
  width: 80%;
  margin: 0 auto;
}

#cm-polpharma-product .pc-b11.pc-b11-b .pc-text {
  text-align: left;
}

#cm-polpharma-product .pc-b11.pc-b11-b .pc-text .pc-description {
  text-align: left;
  width: 100%;
}

#cm-polpharma-product .cm-how-it-works {
  max-width: 1170px;
  margin: auto;
  padding-top: 5em;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works {
    margin-top: -6em;
  }
}

#cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
  max-width: 1170px;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
    padding: 0;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module {
    padding-top: 3em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11 .pc-block-module .pc-image {
    margin-left: 0;
  }
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module {
  margin-right: 0 !important;
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
  padding-left: 2.25em;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 3em;
    padding-bottom: 3em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 0em;
  }
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text {
    padding-top: 3em;
    text-align: center;
  }
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text .pc-description {
  max-width: 510px;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-text .pc-description {
    text-align: center;
  }
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image {
  max-width: 120%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image .pc-relative {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#cm-polpharma-product .cm-how-it-works .pc-b11.pc-b11-b .pc-block-module .pc-image img {
  width: 110%;
}

#cm-polpharma-product .cm-flex {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 1em 0;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}

@media (max-width: 600px) {
  #cm-polpharma-product .cm-flex {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

#cm-polpharma-product .cm-flex div {
  font-size: 1em;
}

@media (max-width: 600px) {
  #cm-polpharma-product .cm-flex div {
    width: 100%;
  }
}

#cm-polpharma-product .cm-flex p {
  color: #1F305F;
  margin: 1em 0;
}

#cm-polpharma-product .pc-bottom-reference {
  max-width: 1170px;
  margin: auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-family: "Lato", Arial, sans-serif;
  padding: 2em;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    padding: 1em;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-quote {
  position: absolute;
  z-index: 0;
}

#cm-polpharma-product .pc-bottom-reference .pc-quote img {
  max-width: 100px;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-quote img {
    max-width: 50px;
    margin-left: 1em;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-quote img {
    margin-left: -2em;
  }
}

#cm-polpharma-product .pc-bottom-reference p {
  font-size: 1.2em;
  position: relative;
  z-index: 1;
  padding-left: 2.5em;
  padding-right: 2.5em;
  margin: 1em 0;
  color: #4B555F;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference p {
    padding-left: 0em;
    padding-right: 0em;
    font-size: 1em;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
  font-size: 1em;
  width: 80%;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-left {
    margin: auto;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
  font-size: 1em;
  width: 80%;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
    padding: 0 2em;
  }
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .pc-bottom-reference .pc-bottom-right {
    margin: auto;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-stars {
  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-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars {
    margin-bottom: 2em;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-stars img {
  margin-left: 2.8em;
  z-index: 1;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars img {
    max-width: 150px;
  }
}

@media only screen and (max-width: 800px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars img {
    margin-left: 0em;
  }
}

#cm-polpharma-product .pc-bottom-reference .pc-stars span {
  font-size: 1.2em;
  font-family: "Lato", Arial, sans-serif;
  font-weight: 400;
  padding-right: 1em;
  color: #4B555F;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .pc-bottom-reference .pc-stars span {
    font-size: 1.2em;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items input[type=radio],
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items input[type=checkbox] {
  display: none;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-items-row {
  padding: 0;
  max-width: 1170px;
  width: 100%;
  margin: auto;
  border: 1px solid #E2E2E2;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media (max-width: 1200px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-items-row {
    max-width: 100%;
    margin-left: 1em;
    margin-right: 1em;
    width: auto;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item {
  margin: 0;
  border-bottom: 1px solid #E2E2E2;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item:last-child {
  border-bottom: none;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon {
  padding: 0.75em 0;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label {
  max-width: 24em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label img {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label label {
  display: table;
  width: 100%;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-description {
  display: table-cell;
  vertical-align: middle;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-label-container .pc-faq-label .pc-faq-icon {
  width: 5em;
  padding-right: 1.5em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item.pc-faq-item-with-icon .pc-faq-content {
  padding-left: 6.5em;
  margin-top: -0.5em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container {
  position: relative;
  border-bottom: solid 1px #E2E2E2;
  padding: 1em 2.5em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
  padding-right: 5em;
  font-weight: 800;
}

@media only screen and (max-width: 700px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label {
    padding-right: 4em;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label {
  cursor: pointer;
  display: block;
  width: 100%;
  margin: 0;
  color: #272D3D;
  -webkit-transition: color 0.3s ease;
  transition: color 0.3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  font-weight: 800;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover img {
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label:hover .pc-faq-plus {
  opacity: 1;
  font-weight: 700;
  padding: 1em 2.5em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label .pc-h4 {
  color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label label img {
  width: inherit;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  max-width: none;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-label-container .pc-faq-label .pc-faq-plus {
  position: absolute;
  right: 0;
  top: 0;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content {
  display: none;
  -webkit-animation: fadeInRight 0.5s;
  animation: fadeInRight 0.5s;
  padding: 1em 2.5em;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-item .pc-faq-content p {
  margin: 0px 0 1em;
  padding: 0px;
  font-size: 1em;
  letter-spacing: 0.16px;
  color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus {
  display: block;
  width: 26px;
  height: 26px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
  position: relative;
  padding: .8em 2.5em;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus {
    width: 26px;
    height: 26px;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
  display: block;
  width: 2px;
  height: 26px;
  content: '';
  background: #272D3D;
  position: absolute;
  left: 50%;
  margin-left: -1px;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transition: all .3s ease;
  -o-transition: all .3s ease;
  -moz-transition: all .3s ease;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::before {
    width: 2px;
    height: 26px;
    margin-left: -1px;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
  display: block;
  width: 26px;
  height: 2px;
  content: '';
  background: #272D3D;
  position: absolute;
  top: 50%;
  margin-top: -1px;
}

@media only screen and (max-width: 900px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items .pc-faq-plus::after {
    width: 26px;
    height: 2px;
    margin-top: -1px;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-h4 {
  font-size: 1.25em;
  text-align: left;
  font-weight: 400;
}

@media only screen and (max-width: 400px) {
  #cm-polpharma-product .cm-faq .pc-p7 .pc-h4 {
    font-size: 1em;
  }
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-1:checked ~ .pc-faq-item:nth-of-type(1) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-2:checked ~ .pc-faq-item:nth-of-type(2) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-3:checked ~ .pc-faq-item:nth-of-type(3) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-4:checked ~ .pc-faq-item:nth-of-type(4) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-5:checked ~ .pc-faq-item:nth-of-type(5) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-6:checked ~ .pc-faq-item:nth-of-type(6) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::after {
  background-color: #272D3D;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label label {
  color: #272D3D;
  font-weight: bold;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-content,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-content {
  display: block;
}

#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p1-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-a-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before,
#cm-polpharma-product .cm-faq .pc-p7 .pc-faq-items #pc-p7-b-faq-7:checked ~ .pc-faq-item:nth-of-type(7) .pc-faq-label-container .pc-faq-label .pc-faq-plus::before {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

#cm-polpharma-product .cm-bottom-section {
  max-width: 1170px;
  margin: 0 auto;
  font-size: 1.75em;
  color: #fff;
  padding: 1em 2.5em;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 600px) {
  #cm-polpharma-product .cm-bottom-section {
    padding: 1em 1em;
    font-size: 1.25em;
  }
}

#cm-polpharma-product .cm-footer-cust {
  width: 100%;
  max-width: 1170px;
  margin: 0 auto;
}

#cm-polpharma-product .cm-footer-cust div {
  background: #272D3D;
  text-align: center;
  padding: 1.25em 0;
}

#cm-polpharma-product .cm-footer-cust div img {
  max-width: 178px;
}

#cm-polpharma-product .cm-black {
  color: #000 !important;
}

#cm-polpharma-product .cm-orange {
  color: #F48300 !important;
}

#cm-polpharma-product .cm-italic {
  font-style: italic;
}
