@charset "UTF-8";
@import url("https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,400;0,500;0,600;0,700;1,400;1,500;1,600;1,700&display=swap");
.cm-white {
  color: #fff;
}

.cm-blue {
  color: #1DA9E3;
}

.cm-raspberry {
  color: #c40257;
}

.cm-green {
  color: #179480;
}

.cm-main-text, #custommerce-rc {
  color: #2c2c2c;
}

.cm-light {
  font-weight: 300;
}

.cm-regular {
  font-weight: 400;
}

.cm-medium {
  font-weight: 500;
}

.cm-semibold {
  font-weight: 600;
}

.cm-bold {
  font-weight: 700;
}

.cm-extrabold {
  font-weight: 800;
}

.cm-black {
  font-weight: 900;
}

.cm-left, .cm-header .cm-polpharma-text, .cm-left-rwd {
  text-align: left;
}

.cm-center {
  text-align: center;
}

.cm-right, .cm-right-rwd {
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .cm-center-rwd, .cm-left-rwd, .cm-right-rwd {
    text-align: center;
  }
}

.cm-italic {
  font-style: italic;
}

.cm-uppercase {
  text-transform: uppercase;
}

.cm-2-5-em {
  font-size: 2.5em;
}

@media only screen and (max-width: 700px) {
  .cm-2-em-pwd {
    font-size: 2em;
  }
}

@media only screen and (max-width: 400px) {
  .cm-banner-title {
    font-size: 1.2em;
  }
}

.cm-radius-top-left-2, .cm-radius-2, .cm-radius-top-2, .cm-radius-left-2 {
  border-top-left-radius: 2px;
}

.cm-radius-bottom-left-2, .cm-radius-2, .cm-radius-bottom-2, .cm-radius-left-2 {
  border-bottom-left-radius: 2px;
}

.cm-radius-top-right-2, .cm-radius-2, .cm-radius-top-2, .cm-radius-right-2 {
  border-top-right-radius: 2px;
}

.cm-radius-bottom-right-2, .cm-radius-2, .cm-radius-bottom-2, .cm-radius-right-2 {
  border-bottom-right-radius: 2px;
}

.cm-radius-top-left-10, .cm-radius-10, .cm-radius-top-10, .cm-radius-left-10 {
  border-top-left-radius: 10px;
}

.cm-radius-bottom-left-10, .cm-radius-10, .cm-radius-bottom-10, .cm-radius-left-10 {
  border-bottom-left-radius: 10px;
}

.cm-radius-top-right-10, .cm-radius-10, .cm-radius-top-10, .cm-radius-right-10 {
  border-top-right-radius: 10px;
}

.cm-radius-bottom-right-10, .cm-radius-10, .cm-radius-bottom-10, .cm-radius-right-10 {
  border-bottom-right-radius: 10px;
}

.cm-radius-top-left-12, .cm-radius-12, .cm-radius-top-12, .cm-radius-left-12 {
  border-top-left-radius: 12px;
}

.cm-radius-bottom-left-12, .cm-radius-12, .cm-radius-bottom-12, .cm-radius-left-12 {
  border-bottom-left-radius: 12px;
}

.cm-radius-top-right-12, .cm-radius-12, .cm-radius-top-12, .cm-radius-right-12 {
  border-top-right-radius: 12px;
}

.cm-radius-bottom-right-12, .cm-radius-12, .cm-radius-bottom-12, .cm-radius-right-12 {
  border-bottom-right-radius: 12px;
}

.cm-radius-top-left-16, .cm-radius-16, .cm-radius-top-16, .cm-radius-left-16 {
  border-top-left-radius: 16px;
}

.cm-radius-bottom-left-16, .cm-radius-16, .cm-radius-bottom-16, .cm-radius-left-16 {
  border-bottom-left-radius: 16px;
}

.cm-radius-top-right-16, .cm-radius-16, .cm-radius-top-16, .cm-radius-right-16 {
  border-top-right-radius: 16px;
}

.cm-radius-bottom-right-16, .cm-radius-16, .cm-radius-bottom-16, .cm-radius-right-16 {
  border-bottom-right-radius: 16px;
}

.cm-radius-top-left-32, .cm-radius-32, .cm-radius-top-32, .cm-radius-left-32 {
  border-top-left-radius: 32px;
}

.cm-radius-bottom-left-32, .cm-radius-32, .cm-radius-bottom-32, .cm-radius-left-32 {
  border-bottom-left-radius: 32px;
}

.cm-radius-top-right-32, .cm-radius-32, .cm-radius-top-32, .cm-radius-right-32 {
  border-top-right-radius: 32px;
}

.cm-radius-bottom-right-32, .cm-radius-32, .cm-radius-bottom-32, .cm-radius-right-32 {
  border-bottom-right-radius: 32px;
}

.cm-radius-top-left-64, .cm-radius-64, .cm-radius-top-64, .cm-radius-left-64 {
  border-top-left-radius: 64px;
}

.cm-radius-bottom-left-64, .cm-radius-64, .cm-radius-bottom-64, .cm-radius-left-64 {
  border-bottom-left-radius: 64px;
}

.cm-radius-top-right-64, .cm-radius-64, .cm-radius-top-64, .cm-radius-right-64 {
  border-top-right-radius: 64px;
}

.cm-radius-bottom-right-64, .cm-radius-64, .cm-radius-bottom-64, .cm-radius-right-64 {
  border-bottom-right-radius: 64px;
}

@media only screen and (max-width: 900px) {
  #custommerce-rc {
    font-size: 14px;
  }
}
#custommerce-rc.cm-width-800,
#custommerce-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}
#custommerce-rc .pc-margin-top-xxs {
  padding-top: 1em;
}
#custommerce-rc .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}
#custommerce-rc .pc-margin-top-xs {
  padding-top: 1.5em;
}
#custommerce-rc .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}
#custommerce-rc .pc-margin-top-s {
  padding-top: 3em;
}
#custommerce-rc .pc-margin-bottom-s {
  padding-bottom: 3em;
}
#custommerce-rc .pc-margin-top-m {
  padding-top: 4em;
}
#custommerce-rc .pc-margin-bottom-m {
  padding-bottom: 4em;
}
#custommerce-rc .pc-margin-top-l {
  padding-top: 6em;
}
#custommerce-rc .pc-margin-bottom-l {
  padding-bottom: 6em;
}
#custommerce-rc .pc-margin-top-xl {
  padding-top: 8em;
}
#custommerce-rc .pc-margin-bottom-xl {
  padding-bottom: 8em;
}
#custommerce-rc .pc-margin-top-xxl {
  padding-top: 10em;
}
#custommerce-rc .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}
@media only screen and (max-width: 500px) {
  #custommerce-rc .pc-margin-top-xxs {
    padding-top: 1em;
  }
  #custommerce-rc .pc-margin-bottom-xxs {
    padding-bottom: 1em;
  }
  #custommerce-rc .pc-margin-top-xs {
    padding-top: 1em;
  }
  #custommerce-rc .pc-margin-bottom-xs {
    padding-bottom: 1em;
  }
  #custommerce-rc .pc-margin-top-s {
    padding-top: 2em;
  }
  #custommerce-rc .pc-margin-bottom-s {
    padding-bottom: 2em;
  }
  #custommerce-rc .pc-margin-top-m {
    padding-top: 3em;
  }
  #custommerce-rc .pc-margin-bottom-m {
    padding-bottom: 3em;
  }
  #custommerce-rc .pc-margin-top-l {
    padding-top: 4em;
  }
  #custommerce-rc .pc-margin-bottom-l {
    padding-bottom: 4em;
  }
  #custommerce-rc .pc-margin-top-xl {
    padding-top: 5em;
  }
  #custommerce-rc .pc-margin-bottom-xl {
    padding-bottom: 5em;
  }
  #custommerce-rc .pc-margin-top-xxl {
    padding-top: 6em;
  }
  #custommerce-rc .pc-margin-bottom-xxl {
    padding-bottom: 6em;
  }
}
#custommerce-rc .pc-margin-top-deca {
  margin-top: 0.5em;
}
#custommerce-rc .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}
#custommerce-rc .pc-margin-top-hecto {
  margin-top: 1em;
}
#custommerce-rc .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}
#custommerce-rc .pc-margin-top-kilo {
  margin-top: 1.25em;
}
#custommerce-rc .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}
#custommerce-rc .pc-margin-top-mega {
  margin-top: 1.5em;
}
#custommerce-rc .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}
#custommerce-rc .pc-margin-top-giga {
  margin-top: 2em;
}
#custommerce-rc .pc-margin-bottom-giga {
  margin-bottom: 2em;
}
#custommerce-rc .pc-margin-top-tera {
  margin-top: 2.5em;
}
#custommerce-rc .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

@media only screen and (max-width: 700px) {
  .cm-center-700, .cm-m-top-bottom-4-center-700, .cm-m-bottom-4-center-700, .cm-m-top-4-center-700, .cm-m-top-bottom-3-center-700, .cm-m-bottom-3-center-700, .cm-m-top-3-center-700, .cm-m-top-bottom-2-center-700, .cm-m-bottom-2-center-700, .cm-m-top-2-center-700, .cm-m-top-bottom-1-center-700, .cm-m-bottom-1-center-700, .cm-m-top-1-center-700, .cm-m-top-bottom-04-center-700, .cm-m-bottom-04-center-700, .cm-m-top-04-center-700 {
    margin-right: auto;
    margin-left: auto;
  }
}

@media only screen and (max-width: 800px) {
  .cm-center-800, .cm-m-top-bottom-4-center-800, .cm-m-bottom-4-center-800, .cm-m-top-4-center-800, .cm-m-top-bottom-3-center-800, .cm-m-bottom-3-center-800, .cm-m-top-3-center-800, .cm-m-top-bottom-2-center-800, .cm-m-bottom-2-center-800, .cm-m-top-2-center-800, .cm-m-top-bottom-1-center-800, .cm-m-bottom-1-center-800, .cm-m-top-1-center-800, .cm-m-top-bottom-04-center-800, .cm-m-bottom-04-center-800, .cm-m-top-04-center-800 {
    margin-right: auto;
    margin-left: auto;
  }
}

.cm-m-top-04, .cm-m-top-04-center-800, .cm-m-top-04-center-700, .cm-m-top-bottom-04, .cm-m-top-bottom-04-center-800, .cm-m-top-bottom-04-center-700 {
  margin-top: -4em;
}

.cm-m-bottom-04, .cm-m-bottom-04-center-800, .cm-m-bottom-04-center-700, .cm-m-top-bottom-04, .cm-m-top-bottom-04-center-800, .cm-m-top-bottom-04-center-700 {
  margin-bottom: -4em;
}

.cm-m-left-04 {
  margin-left: -4em;
}

.cm-m-right-04 {
  margin-right: -4em;
}

.cm-m-top-1, .cm-m-top-1-center-800, .cm-m-top-1-center-700, .cm-m-top-bottom-1, .cm-m-top-bottom-1-center-800, .cm-m-top-bottom-1-center-700 {
  margin-top: 1em;
}

.cm-m-bottom-1, .cm-m-bottom-1-center-800, .cm-m-bottom-1-center-700, .cm-m-top-bottom-1, .cm-m-top-bottom-1-center-800, .cm-m-top-bottom-1-center-700 {
  margin-bottom: 1em;
}

.cm-m-left-1 {
  margin-left: 1em;
}

.cm-m-right-1 {
  margin-right: 1em;
}

.cm-m-top-2, .cm-m-top-2-center-800, .cm-m-top-2-center-700, .cm-m-top-bottom-2, .cm-m-top-bottom-2-center-800, .cm-m-top-bottom-2-center-700 {
  margin-top: 2em;
}

.cm-m-bottom-2, .cm-m-bottom-2-center-800, .cm-m-bottom-2-center-700, .cm-m-top-bottom-2, .cm-m-top-bottom-2-center-800, .cm-m-top-bottom-2-center-700 {
  margin-bottom: 2em;
}

.cm-m-left-2 {
  margin-left: 2em;
}

.cm-m-right-2 {
  margin-right: 2em;
}

.cm-m-top-3, .cm-m-top-3-center-800, .cm-m-top-3-center-700, .cm-m-top-bottom-3, .cm-m-top-bottom-3-center-800, .cm-m-top-bottom-3-center-700 {
  margin-top: 3em;
}

.cm-m-bottom-3, .cm-m-bottom-3-center-800, .cm-m-bottom-3-center-700, .cm-m-top-bottom-3, .cm-m-top-bottom-3-center-800, .cm-m-top-bottom-3-center-700 {
  margin-bottom: 3em;
}

.cm-m-left-3 {
  margin-left: 3em;
}

.cm-m-right-3 {
  margin-right: 3em;
}

.cm-m-top-4, .cm-m-top-4-center-800, .cm-m-top-4-center-700, .cm-m-top-bottom-4, .cm-m-top-bottom-4-center-800, .cm-m-top-bottom-4-center-700 {
  margin-top: 4em;
}

.cm-m-bottom-4, .cm-m-bottom-4-center-800, .cm-m-bottom-4-center-700, .cm-m-top-bottom-4, .cm-m-top-bottom-4-center-800, .cm-m-top-bottom-4-center-700 {
  margin-bottom: 4em;
}

.cm-m-left-4 {
  margin-left: 4em;
}

.cm-m-right-4 {
  margin-right: 4em;
}

.cm-background, #custommerce-rc, .cm-icons-section .cm-icons-box .cm-icon, .cm-header {
  background-repeat: no-repeat;
  background-position: right top;
  background-size: cover;
}

@media only screen and (max-width: 800px) {
  .cm-rwd-background, .cm-header {
    background-image: none !important;
    background-color: #EFF1F2;
  }
}

img {
  max-width: 100%;
}

.cm-mark-logo {
  max-width: 316px;
  margin: 0 auto;
  padding: 4em 1em 2em 1em;
}
@media only screen and (max-width: 700px) {
  .cm-mark-logo {
    max-width: 200px;
  }
}

.cm-logo-top {
  margin: 2em auto;
}
.cm-logo-top .cm-logo {
  max-width: 176px;
}
@media only screen and (max-width: 800px) {
  .cm-logo-top .cm-logo {
    margin: auto;
  }
}
@media only screen and (max-width: 1100px) {
  .cm-logo-top {
    padding-left: 1em;
  }
}

.cm-header {
  position: relative;
  background-origin: content-box;
  margin-bottom: 10%;
  max-width: 1040px;
}
@media only screen and (max-width: 900px) {
  .cm-header {
    margin-bottom: auto;
    background-position: right -80px top;
  }
}
.cm-header .cm-polpharma-text {
  padding: 3em 0em 1em 3em;
  position: relative;
  width: 40%;
  box-sizing: border-box;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-polpharma-text {
    width: 43%;
    padding-right: 0;
    padding: 2em 0 0 0;
    font-size: 0.9em;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-polpharma-text {
    width: 90%;
  }
}
.cm-header .cm-polpharma-text .cm-sublogo-header {
  max-width: 240px;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-polpharma-text .cm-sublogo-header {
    margin: 0 auto;
    padding-top: 0.7em;
  }
}
.cm-header .cm-polpharma-text .cm-ng-1 {
  font-size: 2em;
  line-height: 1.25;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-polpharma-text .cm-ng-1 {
    margin-top: 1em;
    margin-bottom: 0.7em;
  }
}
.cm-header .cm-polpharma-text .cm-ng-2 {
  font-size: 1.25em;
  margin-bottom: 0.4em;
  line-height: 1.3;
}
.cm-header .cm-polpharma-text .cm-medicine-tag {
  background-color: #1DA9E3;
  width: 150px;
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-polpharma-text .cm-medicine-tag {
    margin-top: 0.7em;
    margin-bottom: 0.5em;
  }
}
.cm-header .cm-header-product {
  position: absolute;
  right: 0;
  top: 50%;
  max-width: 500px;
  z-index: 2;
}
@media only screen and (max-width: 900px) {
  .cm-header .cm-header-product {
    max-width: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .cm-header .cm-header-product {
    top: 0;
    right: unset;
    max-width: 480px;
    margin: 0 auto;
    position: relative;
    padding: 1em 1em 3em 1em;
  }
}
.cm-header .cm-water {
  z-index: -1;
  max-width: 1040px;
  position: absolute;
  margin-top: -2em;
}
@media only screen and (max-width: 900px) {
  .cm-header .cm-water {
    position: relative;
    width: 100%;
  }
}

.cm-banner-section, .cm-banner-info-bg, .cm-banner-warning, .cm-banner-info, .cm-banner-main, .cm-banner-top {
  max-width: 1170px;
  position: relative;
}
@media only screen and (max-width: 1040px) {
  .cm-banner-section, .cm-banner-info-bg, .cm-banner-warning, .cm-banner-info, .cm-banner-main, .cm-banner-top {
    padding: 0 1em;
  }
}

.cm-banner-width, .cm-title-banner {
  max-width: 450;
  margin: 1em auto;
}

.cm-banner-width-700, .cm-banner-info, .cm-banner-main {
  max-width: 700;
  margin: 1em auto;
}

.cm-banner-top {
  line-height: 1.2;
}
.cm-banner-top .cm-title {
  font-size: 1.75em;
}
.cm-banner-top .cm-desc {
  font-size: 1.125em;
  margin-top: 0.5em;
}
@media only screen and (max-width: 800px) {
  .cm-banner-top {
    margin-top: 9em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-banner-top {
    margin-top: 3em;
  }
}

.cm-banner-main {
  padding: 0 1em;
  font-size: 2em;
  line-height: 1.5;
  z-index: 10;
}
@media only screen and (max-width: 800px) {
  .cm-banner-main {
    font-size: 1.5em;
    margin: 0 auto;
  }
}

.cm-title-banner {
  background-color: #c40257;
  font-size: 1.25em;
  line-height: 1.5;
  padding: 2em 5em 10em 5em;
}
@media only screen and (max-width: 950px) {
  .cm-title-banner {
    padding: 2em 1.5em;
  }
}

.cm-banner-info {
  padding: 1em;
  font-size: 1.125em;
  line-height: 1.4;
}

@media only screen and (max-width: 800px) {
  .cm-banner-desktop {
    display: none;
  }
}

.cm-banner-mobile {
  display: none;
  text-align: center;
  max-width: 100%;
  position: relative;
}
@media only screen and (max-width: 800px) {
  .cm-banner-mobile {
    display: flex;
    justify-content: center;
  }
  .cm-banner-mobile .cm-mobile-packshot {
    position: absolute;
    max-width: 80%;
  }
  .cm-banner-mobile .cm-mobile-packshot:nth-child(2) {
    top: 13%;
  }
  .cm-banner-mobile .cm-mobile-packshot:nth-child(3) {
    top: 45%;
  }
  .cm-banner-mobile .cm-mobile-packshot:nth-child(4) {
    top: 75%;
  }
}

.cm-banner-warning {
  font-size: 1em;
  line-height: 1.7;
}

.cm-minus-top {
  margin-top: -10em;
  z-index: -1;
}
@media only screen and (max-width: 950px) {
  .cm-minus-top {
    margin-top: -7em;
  }
}
@media only screen and (max-width: 800px) {
  .cm-minus-top {
    margin-top: -6em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-minus-top {
    margin-top: -2em;
  }
}

.cm-banner-info-bg {
  background-color: #1DA9E3;
  padding: 1em 0.5em;
  font-size: 2em;
}
@media only screen and (max-width: 700px) {
  .cm-banner-info-bg {
    font-size: 1.5em;
  }
}

.cm-serp-section, .cm-serp-hotspot {
  display: flex;
  align-items: center;
  margin-top: 5em;
}
@media only screen and (max-width: 1040px) {
  .cm-serp-section, .cm-serp-hotspot {
    padding: 0 1em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-serp-section, .cm-serp-hotspot {
    flex-direction: column-reverse;
    margin-top: 2em;
  }
}
.cm-serp-section .cm-image-col, .cm-serp-hotspot .cm-image-col {
  flex-basis: 50%;
  max-width: 520px;
  margin: 0 auto;
}
.cm-serp-section .cm-text-col, .cm-serp-hotspot .cm-text-col {
  flex-basis: 50%;
  margin: 0 auto;
  max-width: 416px;
  padding: 1em;
}
@media only screen and (max-width: 700px) {
  .cm-serp-section .cm-text-col, .cm-serp-hotspot .cm-text-col {
    font-size: 0.9em;
    padding: 1em 0 2em 0;
    flex-basis: 100%;
    max-width: 600px;
  }
}
.cm-serp-section .cm-text-col .cm-desc, .cm-serp-hotspot .cm-text-col .cm-desc {
  margin: 0 auto;
  font-size: 1.125em;
  line-height: 1.5;
  max-width: 400px;
}
@media only screen and (max-width: 700px) {
  .cm-serp-section .cm-text-col .cm-desc, .cm-serp-hotspot .cm-text-col .cm-desc {
    max-width: 600px;
  }
}
.cm-serp-section .cm-text-col ul, .cm-serp-hotspot .cm-text-col ul {
  list-style: none;
  padding-left: 20px !important;
}
.cm-serp-section .cm-text-col ul li, .cm-serp-hotspot .cm-text-col ul li {
  line-height: 1.5;
}
.cm-serp-section .cm-text-col ul li::before, .cm-serp-hotspot .cm-text-col ul li::before {
  content: "";
  border-color: transparent #c40257;
  border-style: solid;
  border-width: 0.55em 0 0.55em 0.8em;
  display: block;
  left: -1.2em;
  top: 1.2em;
  position: relative;
}

/*
///
/// HOTSPOTY - hotspoty umiejscowione na obrazku, relatywnie
/// do całej sekcji, nie tylko do onrazka, stąd
///  progi procentowe 
/// 
/// 1 - identyfikator hotspotu (str)
/// 2 - numer hostpotu (int)
/// 3 - left %
/// 4 - top %
/// 5 - left % próg w700
/// 6 - top % prog w700
/// 7 - left % próg w450
/// 8 - top % próg w450
/// 
*/
.cm-serp-hotspot {
  justify-content: center;
  position: relative;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot {
    flex-direction: column;
    margin-bottom: 4em;
  }
}
.cm-serp-hotspot .cm-image-col {
  position: relative;
}
.cm-serp-hotspot .cm-hotspot-1 {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  background-color: #c40257;
  left: 30%;
  top: 18%;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-1 {
    left: 55%;
    top: 12%;
  }
}
@media only screen and (max-width: 450px) {
  .cm-serp-hotspot .cm-hotspot-1 {
    left: 55%;
    top: 12%;
  }
}
.cm-serp-hotspot .cm-hotspot-1:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.cm-serp-hotspot .cm-hotspot-1:hover {
  cursor: pointer;
}
.cm-serp-hotspot .cm-hotspot-1:hover ~ .cm-list .cm-single-item-1 {
  opacity: 1;
  opacity: 1;
  margin-left: 1em;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-1:hover ~ .cm-list .cm-single-item-1 {
    margin-left: 0;
  }
}
.cm-serp-hotspot .cm-single-item-1 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-right: 1em;
}
.cm-serp-hotspot .cm-single-item-1 .cm-no {
  flex-basis: 5%;
  font-size: 3em;
}
.cm-serp-hotspot .cm-single-item-1 .cm-line {
  width: 3px;
  height: 4em;
  margin: 0 1em;
  background-color: gray;
}
.cm-serp-hotspot .cm-single-item-1 .cm-desc {
  font-size: 1.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-single-item-1 {
    font-size: 0.8em;
    opacity: 0.9;
    margin-right: 0;
  }
}
.cm-serp-hotspot .cm-hotspot-2 {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  background-color: #c40257;
  left: 26%;
  top: 38%;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-2 {
    left: 49%;
    top: 22%;
  }
}
@media only screen and (max-width: 450px) {
  .cm-serp-hotspot .cm-hotspot-2 {
    left: 48%;
    top: 20%;
  }
}
.cm-serp-hotspot .cm-hotspot-2:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.cm-serp-hotspot .cm-hotspot-2:hover {
  cursor: pointer;
}
.cm-serp-hotspot .cm-hotspot-2:hover ~ .cm-list .cm-single-item-2 {
  opacity: 1;
  opacity: 1;
  margin-left: 1em;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-2:hover ~ .cm-list .cm-single-item-2 {
    margin-left: 0;
  }
}
.cm-serp-hotspot .cm-single-item-2 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-right: 1em;
}
.cm-serp-hotspot .cm-single-item-2 .cm-no {
  flex-basis: 5%;
  font-size: 3em;
}
.cm-serp-hotspot .cm-single-item-2 .cm-line {
  width: 3px;
  height: 4em;
  margin: 0 1em;
  background-color: gray;
}
.cm-serp-hotspot .cm-single-item-2 .cm-desc {
  font-size: 1.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-single-item-2 {
    font-size: 0.8em;
    opacity: 0.9;
    margin-right: 0;
  }
}
.cm-serp-hotspot .cm-hotspot-3 {
  position: absolute;
  width: 32px;
  height: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.1em;
  background-color: #c40257;
  left: 21%;
  top: 54%;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-3 {
    left: 40%;
    top: 30%;
  }
}
@media only screen and (max-width: 450px) {
  .cm-serp-hotspot .cm-hotspot-3 {
    left: 38%;
    top: 28%;
  }
}
.cm-serp-hotspot .cm-hotspot-3:before {
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 1;
  content: "";
  width: 100%;
  height: 100%;
  transform: translate(-50%, -50%);
  animation: pulse 2s infinite;
  border-radius: 50%;
}
.cm-serp-hotspot .cm-hotspot-3:hover {
  cursor: pointer;
}
.cm-serp-hotspot .cm-hotspot-3:hover ~ .cm-list .cm-single-item-3 {
  opacity: 1;
  opacity: 1;
  margin-left: 1em;
  margin-right: 0;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-hotspot-3:hover ~ .cm-list .cm-single-item-3 {
    margin-left: 0;
  }
}
.cm-serp-hotspot .cm-single-item-3 {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  opacity: 0.5;
  transition: all 0.3s ease;
  margin-right: 1em;
}
.cm-serp-hotspot .cm-single-item-3 .cm-no {
  flex-basis: 5%;
  font-size: 3em;
}
.cm-serp-hotspot .cm-single-item-3 .cm-line {
  width: 3px;
  height: 4em;
  margin: 0 1em;
  background-color: gray;
}
.cm-serp-hotspot .cm-single-item-3 .cm-desc {
  font-size: 1.5em;
  line-height: 1.2;
}
@media only screen and (max-width: 700px) {
  .cm-serp-hotspot .cm-single-item-3 {
    font-size: 0.8em;
    opacity: 0.9;
    margin-right: 0;
  }
}

.cm-icons-section {
  margin-bottom: 4em;
  border-radius: 16px;
  background-image: linear-gradient(154deg, #27aae1 14%, #262e5f 127%);
  padding-bottom: 5em;
}
.cm-icons-section .cm-icons-box {
  display: flex;
  justify-content: space-around;
}
@media only screen and (max-width: 950px) {
  .cm-icons-section .cm-icons-box {
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 2em;
  }
}
.cm-icons-section .cm-icons-box .cm-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  align-self: stretch;
  justify-content: flex-start;
  padding: 2em;
  flex-basis: 20%;
  max-width: 200px;
  border-radius: 1.5em;
}
@media only screen and (max-width: 950px) {
  .cm-icons-section .cm-icons-box .cm-icon {
    flex-basis: 50%;
    margin: 1em 3em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-icons-section .cm-icons-box .cm-icon {
    margin: 1em;
  }
}
.cm-icons-section .cm-icons-box .cm-icon .cm-icon-image {
  max-width: 192px;
}
.cm-icons-section .cm-icons-box .cm-icon .cm-desc {
  font-size: 1em;
  margin-top: 1.5em;
  line-height: 1.5;
}

.table {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin: 4em auto;
  max-width: 900px;
}
.table div {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  line-height: 1.7;
  margin: 2px;
  background-color: #d4effa;
  padding: 1em;
}
@media only screen and (max-width: 500px) {
  .table div {
    padding: 0.5em;
    font-size: 0.88em;
  }
}
.table .div1 {
  grid-area: 1/1/2/2;
}
.table .div2 {
  grid-area: 1/2/2/3;
}
.table .div3 {
  grid-area: 1/3/2/4;
}
.table .div4 {
  grid-area: 2/1/3/2;
}
.table .div5 {
  grid-area: 2/2/3/3;
}
.table .div6 {
  grid-area: 2/3/3/4;
}
.table .div7 {
  grid-area: 3/1/4/2;
}
.table .div8 {
  grid-area: 3/2/4/3;
}
.table .div9 {
  grid-area: 3/3/5/4;
}
.table .div10 {
  grid-area: 4/1/5/2;
}
.table .div11 {
  grid-area: 4/2/5/3;
}
.table .cm-header-bg {
  background-color: #2c2c2c;
}

.cm-other-section {
  display: flex;
  justify-content: space-around;
  margin: 4em auto;
}
@media only screen and (max-width: 700px) {
  .cm-other-section {
    margin: 2em auto;
    flex-direction: column;
  }
}
.cm-other-section .cm-single-other {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
}
@media only screen and (max-width: 700px) {
  .cm-other-section .cm-single-other {
    margin-bottom: 2em;
  }
  .cm-other-section .cm-single-other:nth-last-child(1) {
    margin-bottom: 0;
  }
}
.cm-other-section .cm-single-other .cm-single-image {
  max-width: 202px;
}
.cm-other-section .cm-single-other .cm-desc {
  font-size: 1.125em;
  margin: 2em auto 0 auto;
  max-width: 200px;
  padding: 0 1em;
}
.cm-other-section .cm-single-other .cm-check {
  max-width: 200px;
  margin-top: 2em !important;
}

.cm-button, .cm-other-section .cm-single-other .cm-check {
  margin: 3em auto 4em auto;
  border-radius: 25px;
  background-image: linear-gradient(101deg, #27aae1 4%, #262e5f 84%);
  max-width: 300px;
}
.cm-button a, .cm-other-section .cm-single-other .cm-check a {
  display: flex;
  justify-content: space-between;
  padding: 0.5em 2em;
  text-decoration: none;
  align-items: center;
}
.cm-button a .cm-text, .cm-other-section .cm-single-other .cm-check a .cm-text {
  text-transform: uppercase;
  font-size: 1.375em;
}
.cm-button a .cm-image, .cm-other-section .cm-single-other .cm-check a .cm-image {
  max-width: 16px;
}

.cm-summary-section {
  max-width: 1170px;
  margin: 0 auto;
}
@media only screen and (max-width: 700px) {
  .cm-summary-section {
    margin: 1em auto;
  }
}
.cm-summary-section ul {
  list-style: none;
  padding-left: 0;
}
.cm-summary-section ul li {
  padding-left: 1.3em;
  margin-bottom: 0.3em;
}
.cm-summary-section ul li:before {
  content: "➔";
  margin-left: -1.3em;
  display: inline-block;
  color: #E84E0F;
}
.cm-summary-section .cm-details .pc-faq-content {
  padding: 0em 1em 0.8em 0em;
  line-height: 1.5;
}
.cm-summary-section .cm-details input[type=radio]:checked ~ .cm-summary .cm-plus {
  transform: rotate(90deg);
}
.cm-summary-section .cm-summary {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.cm-summary-section .cm-summary .pc-faq-content {
  padding: 0 1em 0 0em;
}
.cm-summary-section .cm-summary::marker {
  content: "";
}
.cm-summary-section .cm-summary:hover {
  cursor: pointer;
}
.cm-summary-section .cm-summary .cm-special-p {
  padding: 1em 1em 1em 0em;
  font-weight: 700;
  font-size: 1.2em;
}
.cm-summary-section .cm-summary .cm-plus {
  width: 24px;
  height: 24px;
  transition: all 0.5s ease;
}

.cm-producent-section {
  max-width: 1040px;
  margin: 0 auto;
}
.cm-producent-section .cm-flex {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media only screen and (max-width: 500px) {
  .cm-producent-section .cm-flex {
    flex-direction: column;
    align-items: flex-start;
  }
}
.cm-producent-section .cm-flex .cm-text {
  font-size: 1em;
  color: #1f305f;
  text-align: left;
  font-weight: 400;
  line-height: 1.63;
  padding: 0 1em;
}
.cm-producent-section .cm-flex .cm-text strong {
  font-weight: 700;
}
@media only screen and (max-width: 500px) {
  .cm-producent-section .cm-flex .cm-text {
    margin-bottom: 1em;
  }
}
.cm-producent-section .cm-logo-bottom {
  margin-top: 2em;
  background-color: #272d3d;
  padding: 1em 0;
}
.cm-producent-section .cm-logo-bottom .cm-logo-image {
  max-width: 176px;
  margin: 0 auto;
}
.cm-producent-section .cm-logo-bottom .cm-logo-image img {
  width: 100%;
}

.cm-section {
  max-width: 100%;
  padding-top: 5em;
}
@media only screen and (max-width: 800px) {
  .cm-section {
    padding-top: 0;
  }
}

.cm-tile-section {
  max-width: 1040px;
  background: transparent linear-gradient(202deg, #80D5E7 0%, #2CC7E1 18%, #1B9FD1 35%, #469DCC 67%, #80D5E7 100%) 0% 0% no-repeat padding-box;
  color: white;
  padding: 38px 0 0 0;
  border-radius: 30px;
  font-size: 2em;
  display: flex;
  flex-flow: column;
  align-items: center;
}

.cm-tile-text {
  max-width: 70%;
}
@media only screen and (max-width: 800px) {
  .cm-tile-text {
    font-size: 0.7em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tile-text {
    font-size: 0.6em;
  }
}

.cm-tiles {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
}
@media only screen and (max-width: 800px) {
  .cm-tiles {
    padding: 0.5em 0;
    justify-content: space-evenly;
  }
}
.cm-tiles .cm-tile {
  width: 25%;
  min-width: 8em;
  padding: 2.5em 0;
  font-size: 0.6em;
  display: flex;
  flex-flow: column nowrap;
  align-items: center;
  text-align: center;
}
.cm-tiles .cm-tile img {
  width: 60%;
}
@media only screen and (max-width: 800px) {
  .cm-tiles .cm-tile {
    width: 30%;
    padding: 1.5em 0;
  }
}
@media only screen and (max-width: 600px) {
  .cm-tiles .cm-tile {
    padding: 1em 0;
    justify-content: center;
    align-items: center;
  }
}

.cm-img-section {
  position: relative;
  margin-top: 5em;
}
.cm-img-section img {
  max-width: 100%;
}

.cm-m-top-0 {
  margin: 0 auto 1em auto;
}

.cm-p-top-0 {
  padding: 0 1em 1em 1em;
}

.cm-minus-top-7 {
  margin-top: -6em;
}

.cm-fb-35 {
  flex-basis: 35% !important;
}

.cm-banner-title {
  margin-top: 2em;
}
@media only screen and (max-width: 800px) {
  .cm-banner-title {
    margin-top: 1em;
  }
}
@media only screen and (max-width: 600px) {
  .cm-banner-title {
    margin-bottom: 1em;
  }
}

@media only screen and (max-width: 700px) {
  .cm-w-65-rwd {
    width: 50%;
  }
}

@media only screen and (max-width: 800px) {
  .cm-m-top-0-rwd {
    margin-top: 0;
  }
}

.cm-m-top-2-bottom-1-rwd {
  margin-top: 1.5em;
  margin-bottom: 0.5em;
}
.cm-p-rwd {
  padding: 0 0.5em;
}

.cm-m-p2 {
  margin: 0.2em auto;
}

@media only screen and (max-width: 700px) {
  .cm-dir-col-rwd {
    flex-flow: column;
  }
}

.cm-banner-bottom {
  padding-top: 0.5em;
}
@media only screen and (max-width: 800px) {
  .cm-banner-bottom {
    margin-top: 1.5em;
    margin-bottom: 1em;
  }
}
@media only screen and (max-width: 700px) {
  .cm-banner-bottom {
    margin-top: 1.3em;
    margin-bottom: 0.5em;
  }
}

.cm-p-top-0-bottom-0 {
  padding: 0px !important;
}
.cm-p-top-0-bottom-0 ul {
  margin: 0 auto 0.2em auto;
}

.cm-summary {
  margin-top: 0;
}
@media only screen and (max-width: 700px) {
  .cm-summary .cm-text-col {
    padding-bottom: 0;
  }
}

.cm-banner-warning {
  margin: 4em auto;
}

.cm-banner-info-bg {
  margin-top: 0;
}

.cm-banner-img {
  margin-top: -6em;
}
@media only screen and (max-width: 800px) {
  .cm-banner-img {
    margin-top: -3em;
  }
}

.cm-summary-section > .cm-details {
  position: relative;
}
.cm-summary-section > .cm-details input[type=radio] {
  display: none;
}
.cm-summary-section > .cm-details input[type=radio] ~ .pc-faq-content {
  display: none;
}
.cm-summary-section > .cm-details input[type=radio]:checked ~ .pc-faq-content {
  display: block;
}
.cm-summary-section > .cm-details label {
  position: relative;
  display: block;
  width: 100%;
  font-size: 1.2em;
  padding: 1em 0;
}
.cm-summary-section > .cm-details label .cm-plus {
  position: absolute;
  right: 0;
}
.cm-summary-section > .cm-details .pc-faq-content p {
  margin-top: 0;
}

#custommerce-rc {
  font-size: 16px;
  font-family: "Asap", sans-serif;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  max-width: 1040px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
  text-align: left;
}
@media only screen and (max-width: 900px) {
  #custommerce-rc {
    font-size: 14px;
  }
}/*# sourceMappingURL=style.css.map */