@import url("https://fonts.googleapis.com/css2?family=Nunito:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;0,1000;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900;1,1000&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 */
#custommerce-adamed-rc {
  font-size: 16px;
  font-family: 'Nunito', 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: #894A8F;
  line-height: 1.33;
  max-width: 1040px;
  width: 100%;
  margin: 0 auto;
}

#custommerce-adamed-rc * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#custommerce-adamed-rc img {
  max-width: 100%;
}

#custommerce-adamed-rc .cm-elegant {
  font-family: 'Nunito', sans-serif;
  color: #dea168 !important;
}

#custommerce-adamed-rc .cm-black {
  color: #000 !important;
}

@media only screen and (max-width: 900px) {
  #custommerce-adamed-rc {
    font-size: 14px;
  }
}

#custommerce-adamed-rc.cm-width-800,
#custommerce-adamed-rc .cm-width-800 {
  max-width: 800px;
  margin: auto;
  font-size: 14px;
}

#custommerce-adamed-rc .pc-margin-top-xxs {
  padding-top: 1em;
}

#custommerce-adamed-rc .pc-margin-bottom-xxs {
  padding-bottom: 1em;
}

#custommerce-adamed-rc .pc-margin-top-xs {
  padding-top: 1.5em;
}

#custommerce-adamed-rc .pc-margin-bottom-xs {
  padding-bottom: 1.5em;
}

#custommerce-adamed-rc .pc-margin-top-s {
  padding-top: 3em;
}

#custommerce-adamed-rc .pc-margin-bottom-s {
  padding-bottom: 3em;
}

#custommerce-adamed-rc .pc-margin-top-m {
  padding-top: 4em;
}

#custommerce-adamed-rc .pc-margin-bottom-m {
  padding-bottom: 4em;
}

#custommerce-adamed-rc .pc-margin-top-l {
  padding-top: 6em;
}

#custommerce-adamed-rc .pc-margin-bottom-l {
  padding-bottom: 6em;
}

#custommerce-adamed-rc .pc-margin-top-xl {
  padding-top: 8em;
}

#custommerce-adamed-rc .pc-margin-bottom-xl {
  padding-bottom: 8em;
}

#custommerce-adamed-rc .pc-margin-top-xxl {
  padding-top: 10em;
}

#custommerce-adamed-rc .pc-margin-bottom-xxl {
  padding-bottom: 10em;
}

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

#custommerce-adamed-rc .pc-margin-top-deca {
  margin-top: 0.5em;
}

#custommerce-adamed-rc .pc-margin-bottom-deca {
  margin-bottom: 0.5em;
}

#custommerce-adamed-rc .pc-margin-top-hecto {
  margin-top: 1em;
}

#custommerce-adamed-rc .pc-margin-bottom-hecto {
  margin-bottom: 1em;
}

#custommerce-adamed-rc .pc-margin-top-kilo {
  margin-top: 1.25em;
}

#custommerce-adamed-rc .pc-margin-bottom-kilo {
  margin-bottom: 1.25em;
}

#custommerce-adamed-rc .pc-margin-top-mega {
  margin-top: 1.5em;
}

#custommerce-adamed-rc .pc-margin-bottom-mega {
  margin-bottom: 1.5em;
}

#custommerce-adamed-rc .pc-margin-top-giga {
  margin-top: 2em;
}

#custommerce-adamed-rc .pc-margin-bottom-giga {
  margin-bottom: 2em;
}

#custommerce-adamed-rc .pc-margin-top-tera {
  margin-top: 2.5em;
}

#custommerce-adamed-rc .pc-margin-bottom-tera {
  margin-bottom: 2.5em;
}

#custommerce-adamed-rc .pc-clear {
  clear: both;
}

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

#custommerce-adamed-rc .m-st-2 {
  border-bottom: 4px solid #D9CAAF;
  border-top: 2px solid #D9CAAF;
}

#custommerce-adamed-rc .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;
}

#custommerce-adamed-rc .cm-bg-1 {
  background-color: #FBF2FC;
  border-radius: 30px;
}

#custommerce-adamed-rc .cm-logo-top {
  padding: 2em 0;
}

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

#custommerce-adamed-rc .cm-header {
  background-color: #894A8F;
  border-radius: 30px;
  min-height: 600px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 7em;
}

#custommerce-adamed-rc .cm-header .cm-text-col {
  max-width: 50%;
  width: 100%;
  padding: 2em 1em 2em 2em;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-text-top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  color: #fff;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5em;
  font-weight: 700;
  text-transform: uppercase;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-text-top > div {
  padding-right: .25em;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-box {
  background-color: #fff;
  display: inline-block;
  padding: .25em 1em;
  font-size: 1.25em;
  margin-top: 3em;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-title {
  color: #fff;
  font-size: 2.625em;
  max-width: 400px;
  margin-top: 1em;
  text-transform: uppercase;
  font-weight: 700;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-title > sup {
  font-size: 26px;
}

@media only screen and (max-width: 400px) {
  #custommerce-adamed-rc .cm-header .cm-text-col .cm-title {
    font-size: 2.25em;
  }
  #custommerce-adamed-rc .cm-header .cm-text-col .cm-title > sup {
    font-size: 20spx;
  }
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-age {
  color: #4FB7DC;
  font-size: 1.5em;
  font-weight: 600;
  margin-top: 1em;
}

#custommerce-adamed-rc .cm-header .cm-text-col .cm-quantity {
  color: #fff;
  font-size: 1.5em;
  max-width: 350px;
  margin-top: 2em;
}

#custommerce-adamed-rc .cm-header .cm-image-col {
  position: relative;
  max-width: calc(50% - 1em);
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#custommerce-adamed-rc .cm-header .cm-image-col .cm-bg {
  position: absolute;
  bottom: 9em;
}

@media only screen and (max-width: 800px) {
  #custommerce-adamed-rc .cm-header .cm-image-col .cm-bg {
    bottom: 7em;
  }
}

#custommerce-adamed-rc .cm-header .cm-image-col .cm-packshot {
  position: relative;
  bottom: -5em;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-header {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-adamed-rc .cm-header .cm-text-col {
    max-width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2.5em;
    padding: 2em 1em;
  }
  #custommerce-adamed-rc .cm-header .cm-text-col div {
    text-align: center;
  }
  #custommerce-adamed-rc .cm-header .cm-text-col .cm-text-top {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  #custommerce-adamed-rc .cm-header .cm-text-col .cm-box {
    margin-top: 2em;
  }
  #custommerce-adamed-rc .cm-header .cm-image-col {
    max-width: calc(350px + 2em);
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    aspect-ratio: 1/.9;
    padding: 0 1em;
  }
  #custommerce-adamed-rc .cm-header .cm-image-col .cm-bg {
    max-width: calc(100% - 2em);
    bottom: -1.5em;
    -webkit-transform: translate(0, -50%);
            transform: translate(0, -50%);
  }
}

#custommerce-adamed-rc .cm-text-banner {
  padding: 2em 0 0;
}

#custommerce-adamed-rc .cm-text-banner .cm-title {
  padding: 0 .5em .5em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 3.5em;
  font-weight: 700;
  text-transform: uppercase;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
}

#custommerce-adamed-rc .cm-text-banner .cm-title > div {
  padding-right: .25em;
}

#custommerce-adamed-rc .cm-text-banner .cm-text {
  padding: 0 1em;
  font-size: 1.25em;
  font-weight: 600;
  max-width: 700px;
  margin: 0 auto;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-text-banner {
    padding-top: 1em;
  }
  #custommerce-adamed-rc .cm-text-banner .cm-title {
    padding-bottom: .75em;
  }
}

#custommerce-adamed-rc .cm-3-icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 3em;
  padding-bottom: 4em;
}

#custommerce-adamed-rc .cm-3-icons .cm-item {
  max-width: 330px;
  width: 100%;
  padding: 0 1em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  top: 0;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#custommerce-adamed-rc .cm-3-icons .cm-item:hover {
  top: 2em;
}

#custommerce-adamed-rc .cm-3-icons .cm-item .cm-image {
  padding: 0 1em;
}

#custommerce-adamed-rc .cm-3-icons .cm-item .cm-text {
  margin-top: 1.5em;
  font-size: 1.25em;
  text-align: center;
  text-transform: uppercase;
}

@media only screen and (max-width: 400px) {
  #custommerce-adamed-rc .cm-3-icons .cm-item .cm-text {
    font-size: 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-3-icons {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    row-gap: 1em;
  }
  #custommerce-adamed-rc .cm-3-icons .cm-item {
    padding: 0;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row nowrap;
            flex-flow: row nowrap;
    max-width: 500px;
    pointer-events: none;
  }
  #custommerce-adamed-rc .cm-3-icons .cm-item .cm-image {
    max-width: 35%;
    width: 100%;
  }
  #custommerce-adamed-rc .cm-3-icons .cm-item .cm-text {
    margin-top: 0;
    padding-right: 14px;
  }
}

#custommerce-adamed-rc .cm-single-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
}

#custommerce-adamed-rc .cm-single-serp .cm-image-col {
  max-width: 450px;
  width: 100%;
}

#custommerce-adamed-rc .cm-single-serp .cm-text-col {
  max-width: 450px;
  width: 100%;
  padding-right: 1em;
}

#custommerce-adamed-rc .cm-single-serp .cm-text-col .cm-title {
  font-size: 1.75em;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

#custommerce-adamed-rc .cm-single-serp .cm-text-col .cm-title::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 105%;
  background-color: #4FB7DC;
  bottom: 0;
}

#custommerce-adamed-rc .cm-single-serp .cm-text-col .cm-paragraph {
  font-size: 1.25em;
  margin-top: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-single-serp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #custommerce-adamed-rc .cm-single-serp .cm-text-col {
    padding: 0 1em 1em;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 550px;
  }
  #custommerce-adamed-rc .cm-single-serp .cm-text-col div {
    text-align: center;
  }
  #custommerce-adamed-rc .cm-single-serp .cm-text-col .cm-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #custommerce-adamed-rc .cm-single-serp .cm-image-col {
    padding: 0 1em;
  }
}

#custommerce-adamed-rc .cm-serp-section {
  margin-top: 3em;
  background-size: 100% auto;
  background-position: top center;
}

#custommerce-adamed-rc .cm-serp-section .cm-section-title {
  font-size: 2em;
  text-align: center;
  margin-bottom: 1em;
  font-weight: 600;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 2em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col {
  max-width: 450px;
  width: 100%;
  padding: 0 1em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-title {
  font-size: 1.75em;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
  margin-bottom: .75em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-title::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 102%;
  background-color: #4FB7DC;
  bottom: 0;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 2em;
  color: #4FB7DC;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-icon > div {
  padding-right: .5em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-paragraph {
  font-size: 1.25em;
  margin-top: .75em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col {
  max-width: 450px;
  width: 100%;
  position: relative;
  text-align: center;
  margin: 0 1em;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col > img {
  position: relative;
  z-index: 1;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col > img:first-child {
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col > img:hover {
  opacity: 0;
}

#custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col > img + img {
  position: absolute;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#custommerce-adamed-rc .cm-serp-section .cm-serp:nth-child(2n + 1) {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-serp-section .cm-serp {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important;
    row-gap: 2em;
    padding-bottom: 3em;
  }
  #custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col {
    max-width: 550px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col .cm-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #custommerce-adamed-rc .cm-serp-section .cm-serp .cm-text-col div {
    text-align: center;
  }
  #custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col {
    max-width: 350px;
    padding: 0 1em;
    pointer-events: none;
  }
  #custommerce-adamed-rc .cm-serp-section .cm-serp .cm-image-col img ~ img {
    display: none;
  }
}

#custommerce-adamed-rc .cm-5-icons {
  margin-top: 2em;
}

#custommerce-adamed-rc .cm-5-icons > .cm-title {
  font-size: 1.75em;
  text-align: center;
  font-weight: 600;
}

#custommerce-adamed-rc .cm-5-icons > .cm-title > span {
  color: #4FB7DC;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 3em;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item {
  max-width: 20%;
  width: 100%;
  margin: 0 .75em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  position: relative;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-image {
  position: relative;
  text-align: center;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-image > img {
  position: relative;
  z-index: 1;
  -webkit-transition: .3s ease-in-out;
  transition: .3s ease-in-out;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-image > img + img {
  position: absolute;
  opacity: 0;
  z-index: auto;
  left: 50%;
  top: 50%;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item:hover .cm-image > img {
  opacity: 0;
  scale: calc(16 / 15);
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item:hover .cm-image > img + img {
  opacity: 1;
}

#custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-text {
  font-size: 1.25em;
  margin-top: 1.5em;
  text-align: center;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-5-icons {
    margin-top: 1em;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-title {
    padding: 0 1em;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-flex {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-box-pack: space-evenly;
        -ms-flex-pack: space-evenly;
            justify-content: space-evenly;
    row-gap: 2em;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item {
    margin: 0;
    padding: 0.5em;
    max-width: 30%;
    pointer-events: none;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-image {
    max-width: 85%;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-adamed-rc .cm-5-icons .cm-flex {
    row-gap: 1em;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item {
    max-width: 50%;
  }
  #custommerce-adamed-rc .cm-5-icons .cm-flex .cm-item .cm-image {
    max-width: 70%;
  }
}

#custommerce-adamed-rc .cm-leaflet {
  padding: 5em 0 4em;
  text-align: center;
}

#custommerce-adamed-rc .cm-leaflet .cm-button {
  background-color: #D3147C;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  padding: .5em 1em;
  border-radius: 20px;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-leaflet {
    padding-top: 3em;
  }
}

#custommerce-adamed-rc .cm-video-section {
  position: relative;
  margin: 0 1.5em 3em;
}

#custommerce-adamed-rc .cm-video-section input {
  display: none;
}

#custommerce-adamed-rc .cm-video-section input:checked ~ iframe {
  display: block;
}

#custommerce-adamed-rc .cm-video-section input:checked ~ label {
  display: none;
}

#custommerce-adamed-rc .cm-video-section::after {
  content: "";
  display: block;
  padding-bottom: 58.462%;
}

#custommerce-adamed-rc .cm-video-section iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  border: none;
  display: none;
}

#custommerce-adamed-rc .cm-video-section .cm-label {
  position: absolute;
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  border-radius: 30px;
  cursor: pointer;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-video-section {
    margin: 0 .5em 2em;
  }
}

#custommerce-adamed-rc .cm-color-serp {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-size: cover;
  background-position: center;
  border-radius: 25px;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
}

#custommerce-adamed-rc .cm-color-serp .cm-image-col {
  position: relative;
  max-width: 450px;
  width: 100%;
  text-align: center;
}

#custommerce-adamed-rc .cm-color-serp .cm-image-col .cm-new {
  position: absolute;
  color: #fff;
  padding: .125em .25em 0;
  display: inline-block;
  border-radius: 10px;
  left: 62%;
  top: 20%;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
  font-size: 2em;
  background-color: #D3147C;
  border: 2px solid #fff;
}

#custommerce-adamed-rc .cm-color-serp .cm-text-col {
  max-width: 450px;
  width: 100%;
  color: #fff;
  padding: 1em 1em;
}

#custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-title {
  font-size: 3em;
  padding-bottom: 10px;
  font-weight: 600;
  position: relative;
  display: inline-block;
}

#custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-title::after {
  content: "";
  position: absolute;
  display: block;
  height: 3px;
  width: 70%;
  background-color: #4FB7DC;
  bottom: 0;
}

#custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-button {
  margin-top: 2em;
  background-color: #D3147C;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  padding: .5em 1em;
  border-radius: 20px;
}

#custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-paragraph {
  font-size: 1.75em;
  margin-top: 1em;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-color-serp {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-image-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
            flex-flow: column nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 2em;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-image-col .cm-new {
    -webkit-transform: none;
            transform: none;
    position: static;
    margin-bottom: .5em;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-image-col .cm-img {
    -webkit-transform: translate(10%, 0);
            transform: translate(10%, 0);
  }
  #custommerce-adamed-rc .cm-color-serp .cm-text-col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding-bottom: 2em;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-title {
    font-size: 2em;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-title::after {
    left: 50%;
    -webkit-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
  }
  #custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-button {
    font-size: 1.375em;
  }
  #custommerce-adamed-rc .cm-color-serp .cm-text-col div {
    text-align: center;
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-adamed-rc .cm-color-serp .cm-text-col .cm-paragraph {
    font-size: 1.5em;
  }
}

#custommerce-adamed-rc .cm-ratings {
  margin-top: 3em;
}

#custommerce-adamed-rc .cm-ratings .cm-title {
  text-transform: uppercase;
  font-size: 2.25em;
  text-align: center;
  font-weight: 700;
}

#custommerce-adamed-rc .cm-ratings .cm-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  margin-top: 2.5em;
  padding: 0 0.5em;
}

#custommerce-adamed-rc .cm-ratings .cm-flex .cm-rating {
  position: relative;
  max-width: 450px;
  padding: 1em 1em 0 30px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

#custommerce-adamed-rc .cm-ratings .cm-flex .cm-rating .cm-quote {
  position: absolute;
  left: 0;
  top: 0;
}

#custommerce-adamed-rc .cm-ratings .cm-flex .cm-rating .cm-text {
  color: #707070;
  line-height: 1.4;
  font-size: 1.125em;
  margin-bottom: 2em;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-ratings .cm-title {
    font-size: 2em;
  }
  #custommerce-adamed-rc .cm-ratings .cm-flex {
    padding-left: 1em;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
    row-gap: 2em;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-adamed-rc .cm-ratings .cm-flex .cm-rating .cm-text {
    margin-bottom: 1.5em;
  }
  #custommerce-adamed-rc .cm-ratings .cm-flex .cm-rating img {
    max-width: 65%;
  }
}

#custommerce-adamed-rc .cm-rating-serp {
  margin-top: 4em;
  position: relative;
  border-top-left-radius: 25px;
  border-top-right-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#custommerce-adamed-rc .cm-rating-serp::before {
  content: "";
  display: block;
  width: 100%;
  height: 1em;
  position: absolute;
  left: 0;
  bottom: -3px;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#FBF2FC), to(rgba(251, 242, 252, 0)));
  background-image: linear-gradient(to top, #FBF2FC, rgba(251, 242, 252, 0));
}

#custommerce-adamed-rc .cm-rating-serp .cm-rating-img {
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 50%;
  left: 25%;
  max-width: 20%;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-rating-serp {
    overflow: hidden;
  }
  #custommerce-adamed-rc .cm-rating-serp .cm-bg {
    max-width: unset;
    width: 700px;
  }
  #custommerce-adamed-rc .cm-rating-serp .cm-rating-img {
    max-width: unset;
    width: 140px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-adamed-rc .cm-rating-serp {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  #custommerce-adamed-rc .cm-rating-serp .cm-bg {
    opacity: .5;
    -webkit-transform: translate(18%, 0);
            transform: translate(18%, 0);
  }
  #custommerce-adamed-rc .cm-rating-serp .cm-rating-img {
    left: 50%;
  }
}

#custommerce-adamed-rc .cm-check {
  margin-bottom: 4em;
  position: relative;
  border-bottom-left-radius: 25px;
  border-bottom-right-radius: 25px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

#custommerce-adamed-rc .cm-check .cm-button {
  position: absolute;
  background-color: #D3147C;
  text-decoration: none;
  display: inline-block;
  color: #fff;
  font-weight: 600;
  font-size: 1.25em;
  padding: .5em 1em;
  border-radius: 20px;
  bottom: .75em;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-check {
    overflow: hidden;
  }
  #custommerce-adamed-rc .cm-check .cm-bg {
    max-width: unset;
    width: 700px;
  }
}

@media only screen and (max-width: 500px) {
  #custommerce-adamed-rc .cm-check {
    display: block;
  }
  #custommerce-adamed-rc .cm-check .cm-bg {
    position: relative;
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
    width: 140%;
  }
  #custommerce-adamed-rc .cm-check .cm-button {
    left: 50%;
    -webkit-transform: translate(-50%);
            transform: translate(-50%);
  }
}

@media only screen and (max-width: 400px) {
  #custommerce-adamed-rc .cm-check .cm-button {
    font-size: 1em;
  }
}

#custommerce-adamed-rc .cm-warning {
  background-color: #894A8F;
  color: #fff;
  border-radius: 30px;
  font-size: 1.75em;
  padding: 1em 1.5em;
  text-align: center;
}

@media only screen and (max-width: 500px) {
  #custommerce-adamed-rc .cm-warning {
    font-size: 1.25em;
  }
}

#custommerce-adamed-rc .cm-disclaimer, #custommerce-adamed-rc .cm-info {
  font-size: 14px;
  color: #707070;
}

@media only screen and (max-width: 1040px) {
  #custommerce-adamed-rc .cm-disclaimer, #custommerce-adamed-rc .cm-info {
    padding: 0 1em;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-disclaimer, #custommerce-adamed-rc .cm-info {
    font-size: 12px;
  }
}

#custommerce-adamed-rc .cm-disclaimer {
  margin-top: 2em;
}

#custommerce-adamed-rc .cm-disclaimer .cm-note {
  margin: .5em auto;
}

#custommerce-adamed-rc .cm-info {
  margin-top: 2em;
  line-height: 1.5;
}

#custommerce-adamed-rc .cm-footer {
  max-width: 1200px;
  margin: 0 auto;
  width: 100%;
}

#custommerce-adamed-rc .cm-footer .cm-producent {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 3em 0 0;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media only screen and (max-width: 1040px) {
  #custommerce-adamed-rc .cm-footer .cm-producent {
    padding: 3em 1em 0;
  }
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-footer .cm-producent {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  #custommerce-adamed-rc .cm-footer .cm-producent div {
    text-align: center !important;
  }
}

#custommerce-adamed-rc .cm-footer .cm-producent .cm-title {
  color: #164094;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2;
  text-align: left;
}

@media only screen and (max-width: 700px) {
  #custommerce-adamed-rc .cm-footer .cm-producent .cm-title {
    line-height: 1;
    font-size: 1.125em;
  }
}

#custommerce-adamed-rc .cm-footer .cm-producent .cm-desc {
  color: #707070;
  margin-top: 1.5em;
  font-size: 1em;
  font-weight: 400;
  text-align: left;
}

#custommerce-adamed-rc .cm-footer .cm-logo {
  margin-top: 3em;
  background-color: #164094;
  width: 100%;
  padding: 2em 1em;
}

#custommerce-adamed-rc .cm-footer .cm-logo .cm-logo-img {
  max-width: 126px;
  margin: 0 auto;
}

#custommerce-adamed-rc .cm-footer .cm-logo .cm-logo-img img {
  width: 100%;
}
