.boldText {
  font-weight: 700;
}
.italicText {
  font-style: oblique;
}
* {
  box-sizing: border-box;
}
body {
  margin: 0 !important;
  background-color: #fff;
}
h1,
h2,
h3,
h4,
h5,
h6,
ol,
p,
ul {
  margin: 0;
}
a,
li {
  text-decoration: none;
}
a {
  cursor: pointer;
  color: inherit;
}
.new_price_cur,
.new_price_val {
  padding: 0;
}
ol.list-1,
ul.list-1 {
  list-style: none;
  margin: 0;
}
ol.list-1 {
  counter-reset: section;
}
ol.list-1 li {
  counter-increment: section;
}
ol.list-1 li::before {
  content: counters(section, '.') '. ';
  margin-right: 5px;
  margin-left: -24px;
  text-align: right;
}
.list-0 {
  display: inline-block;
  margin-left: 24px;
}
ul.list-1 li::before {
  content: 'â€¢';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
ul.list-1 ol,
ul.list-2 div ol {
  counter-reset: listStyle;
}
ul.list-1 ol li,
ul.list-2 div ol li {
  counter-increment: listStyle;
}
ul.list-1 ol li::before,
ul.list-2 div ol li::before {
  content: counter(listStyle, lower-alpha);
}
ol li.listCircle,
ul li.listCircle {
  list-style-type: none;
}
ol li.listCircle::before,
ul li.listCircle::before {
  content: 'âˆ˜';
  margin-right: 14px;
  margin-left: -22px;
  text-align: right;
}
.imgBox__wrapper {
  margin: 0 auto;
  width: 100%;
  height: fit-content;
  max-width: 100px;
}
.imgBox__wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.ctContainer {
  margin: 0 auto;
  width: 100%;
  background: 0 0;
}
.ctContent {
  max-width: 1025px;
  margin: 0 auto;
  box-sizing: border-box;
}
.ctContent,
.ctContentFluid {
  width: 100%;
  background: #fff;
}
.btnWrapper {
  display: flex;
  justify-content: center;
  padding: 15px;
  width: 100%;
  max-width: 1000px;
}
.btnWrapper__btn {
  border: 0;
  border-radius: 15px;
  padding: 15px;
  font-family: sans-serif;
  font-size: 24px;
  word-break: break-word;
  text-align: center;
  text-decoration: none;
  color: #fff;
  background: red;
  transition: all 0.5s ease-in-out;
  cursor: pointer;
}
.btnWrapper__btn:hover {
  background-image: linear-gradient(rgba(0, 0, 0, 0.1) 0 0);
}
.kardineoN2Com {
  display: flex;
  align-items: center;
  padding: 10px 20px 30px;
}
.kardineoN2Com__wrapper {
  display: flex;
  width: 100%;
}
.kardineoN2Com__avatarWrapper {
  margin-right: 15px;
  width: 100%;
  height: 60px;
  max-width: 60px;
}
.kardineoN2Com__avatar {
  border-radius: 10px;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.kardineoN2Com__name {
  margin: 0 0 5px;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 25px;
  color: #000;
}
.kardineoN2Com__info {
  width: 100%;
}
.kardineoN2Com__comment,
.kardineoN2Com__link {
  font-family: sans-serif;
  font-size: 18px;
}
.kardineoN2Com__comment {
  margin: 0;
  padding-bottom: 5px;
  font-weight: 400;
  line-height: 23px;
  color: #000;
}
.kardineoN2Com__comment a {
  color: #00f;
}
.kardineoN2Com__comment a:hover {
  color: #000;
}
.kardineoN2Com__link {
  font-weight: 700;
  line-height: 25px;
}
.kardineoN2Com:first-child {
  margin-top: 0;
}
.kardineoN2Com:last-child {
  margin-bottom: 0;
}
.line {
  width: 100%;
  background-color: transparent;
}
.line__container {
  padding: 3px 0;
  width: 100%;
}
.line__bg {
  width: 100%;
  height: 3px;
  background: #000;
}
.lineParagraph__wrapper {
  padding: 15px 75px;
  width: 100%;
}
.lineParagraph__paragraph {
  margin: 0 0 0 10px;
  border-left: 2px solid #095683;
  padding: 10px 25px;
  box-sizing: border-box;
  font-family: sans-serif;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  word-break: break-word;
}
.oneImageWidget {
  padding: 15px;
}
.oneImageWidget__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  width: 100%;
  height: 100%;
  max-width: 800px;
}
.oneImageWidget__img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.paragraphWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  line-height: 30px;
  word-break: break-word;
  text-align: left;
}
.h1TitleWidget__text,
.h2TitleWidget__text,
.h3TitleWidget__text,
.h4TitleWidget__text,
.h5TitleWidget__text,
.h6TitleWidget__text {
  margin: 0;
  padding: 15px;
  font-family: sans-serif;
  font-weight: 700;
  line-height: 140%;
  word-break: break-word;
  color: #000;
}
.h1TitleWidget__text {
  font-size: 40px;
}
.h2TitleWidget__text {
  font-size: clamp(23px, 4vw, 32px);
}
.h3TitleWidget__text {
  font-size: 28px;
}
.h4TitleWidget__text {
  font-size: 24px;
}
.h5TitleWidget__text {
  font-size: 20px;
}
.h6TitleWidget__text {
  font-size: 16px;
}
.line__container--734840 {
  background-color: #fff;
}
.line__bg--156874 {
  background-color: #dedede;
}
.paragraphWidget__text--432415 {
  font-size: 13px;
  line-height: 16.9px;
}
.paragraphWidget__text--525546 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--871265 {
  color: #00915a;
}
.line__bg--543726 {
  background-color: #c9c9c9;
}
.paragraphWidget__text--607214 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget__text--107282 {
  font-size: 23px;
  line-height: 29.9px;
}
.paragraphWidget__text--499268,
.paragraphWidget__text--652816,
.paragraphWidget__text--655433 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--808026 {
  color: #00915a;
}
.paragraphWidget__text--428042 {
  font-size: 23px;
  line-height: 29.9px;
}
.paragraphWidget__text--771760 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--160312 {
  color: #00915a;
}
.paragraphWidget__text--682387 {
  font-size: 23px;
  line-height: 29.9px;
}
.paragraphWidget__text--189924,
.paragraphWidget__text--534792,
.paragraphWidget__text--889726,
.paragraphWidget__text--929078 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget__text--534792 {
  text-align: center;
  color: #9c9c9c;
}
.paragraphWidget__text--754537 {
  font-size: 23px;
  line-height: 29.9px;
}
.paragraphWidget__text--528040,
.paragraphWidget__text--601362 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget__text--601362 {
  text-align: center;
  color: #b3b3b3;
}
.paragraphWidget--698370 {
  color: #f97d18;
}
.paragraphWidget--469007 {
  color: #000;
}
.paragraphWidget__text--712509 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--645491 {
  color: #f97d18;
}
.paragraphWidget--707279 {
  color: #000;
}
.paragraphWidget__text--163010 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--285103 {
  color: #f97d18;
}
.paragraphWidget--422546 {
  color: #00915a;
}
.paragraphWidget__text--178807 {
  font-size: 23px;
  line-height: 29.9px;
}
.paragraphWidget__text--882398 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--943436 {
  color: #00915a;
}
.oneImageWidget__wrapper--307418 {
  background-color: #eef3f7;
}
.paragraphWidget__text--446887 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #eef3f7;
}
.paragraphWidget__text--256037 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.paragraphWidget--351553 {
  color: #000;
}
.paragraphWidget__text--488464 {
  font-size: 20px;
  line-height: 26px;
  color: #000;
}
.paragraphWidget--690183 {
  color: #000;
}
.paragraphWidget__text--860731 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  background-color: #eef3f7;
}
.paragraphWidget--566438 {
  color: #00915a;
  font-size: 25px;
  line-height: 32.5px;
}
.paragraphWidget__text--538474 {
  color: #000;
}
.paragraphWidget__text--538474,
.paragraphWidget__text--611009 {
  font-size: 20px;
  line-height: 26px;
  background-color: #eef3f7;
}
.oneImageWidget__wrapper--385439 {
  border: 4px #000;
  background-color: #eef3f7;
}
.paragraphWidget__text--470437,
.paragraphWidget__text--833819 {
  font-size: 20px;
  line-height: 26px;
  background-color: #eef3f7;
}
.paragraphWidget__text--833819 {
  text-align: center;
}
.paragraphWidget--304270 {
  color: #00915a;
}
.paragraphWidget__text--670256 {
  font-size: 20px;
  line-height: 26px;
  background-color: #eef3f7;
}
.btnWrapper--197543,
.btnWrapper--879999 {
  background-color: #eef3f7;
}
.btnWrapper__btn--607485 {
  background-color: #00915a;
}
.paragraphWidget__text--861212 {
  font-size: 20px;
  line-height: 26px;
  background-color: #eef3f7;
  color: #000;
}
.btnWrapper--212955,
.btnWrapper--385303 {
  background-color: #eef3f7;
}
.btnWrapper__btn--591140 {
  background-color: #00915a;
}
.paragraphWidget__text--424363 {
  font-size: 20px;
  line-height: 26px;
}
.paragraphWidget--245068 {
  font-weight: 400;
}
.paragraphWidget__text--568226 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
  border: 1px solid #000;
}
.paragraphWidget--202623 {
  color: #d22b2b;
}
.paragraphWidget--708509 {
  color: #000;
}
.paragraphWidget--170894 {
  color: #00915a;
}
.paragraphWidget--483192 {
  color: #000;
}
.paragraphWidget__text--560119 {
  font-size: 20px;
  line-height: 26px;
  text-align: center;
}
.paragraphWidget--949248 {
  color: #00915a;
}
.btnWrapper--113628,
.btnWrapper--672716 {
  background-color: transparent;
}
.btnWrapper__btn--622118 {
  background-color: #00915a;
}
.paragraphWidget__text--668603 {
  text-align: left;
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
}
.kardineoN2Com__comment--794966 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--880049 {
  margin-left: 70px;
  box-sizing: unset;
}
.kardineoN2Com__comment--884152 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--771665 {
  margin-left: 70px;
  box-sizing: unset;
}
.kardineoN2Com__comment--966468 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--187710 {
  margin-left: 0;
  box-sizing: unset;
}
.kardineoN2Com__comment--726903 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.commentImgWrapper--475663 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--317390 {
  width: 100%;
  object-fit: contain;
}
.kardineoN2Com__avatarWrapper--872232 {
  margin-left: 0;
  box-sizing: unset;
}
.kardineoN2Com__comment--760826 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--112173 {
  margin-left: 70px;
  box-sizing: unset;
}
.commentAvatar--760654 {
  object-fit: cover;
}
.kardineoN2Com__comment--111239 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--364886 {
  margin-left: 70px;
  box-sizing: unset;
}
.commentAvatar--260207 {
  object-fit: cover;
}
.kardineoN2Com__comment--304526 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--582223 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--695194 {
  object-fit: cover;
}
.kardineoN2Com__comment--227047 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--726147 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--428390 {
  object-fit: cover;
}
.kardineoN2Com__comment--114019 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--899552 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--391881 {
  object-fit: cover;
}
.kardineoN2Com__comment--660170 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--953022 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--455295 {
  object-fit: cover;
}
.kardineoN2Com__comment--749525 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--731500 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--430121 {
  object-fit: cover;
}
.kardineoN2Com__comment--173463 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--278899 {
  margin-left: 0;
  box-sizing: unset;
}
.commentAvatar--313405 {
  object-fit: cover;
}
.kardineoN2Com__comment--591649 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--115171 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 70px;
}
.commentAvatar--601875 {
  object-fit: cover;
}
.kardineoN2Com__name--542860 {
  color: #000;
}
.kardineoN2Com__comment--757746 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--957731 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}
.commentAvatar--663222 {
  object-fit: cover;
}
.kardineoN2Com__name--406208 {
  color: #000;
}
.kardineoN2Com__comment--788803 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--973811 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}
.commentAvatar--235068 {
  object-fit: cover;
}
.kardineoN2Com__name--724338 {
  color: #000;
}
.kardineoN2Com__comment--940869 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--166653 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}
.commentAvatar--368026 {
  object-fit: cover;
}
.kardineoN2Com__name--842637 {
  color: #000;
}
.kardineoN2Com__comment--947409 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.kardineoN2Com__avatarWrapper--187394 {
  margin-left: 0;
  box-sizing: unset;
  padding-left: 0;
}
.commentAvatar--614051 {
  object-fit: cover;
}
.kardineoN2Com__name--199737 {
  color: #000;
}
.kardineoN2Com__comment--773810 {
  font-family: sans-serif;
  font-weight: 400;
  font-style: normal;
}
.commentImgWrapper--414286 {
  max-width: 400px;
  width: 100%;
  height: fit-content;
}
.commentImg--637722 {
  width: 100%;
  object-fit: contain;
}
.paragraphWidget__text--588430 {
  text-align: center;
  color: #a7a7a7;
  border: 2px solid #a7a7a7;
}

.index-10 {
  position: relative;
  z-index: 10;
  background-color: #fff;
}

.btnWrapper--933168,
.btnWrapper--969832 {
  background-color: transparent;
}
.btnWrapper__btn--902075 {
  background-color: #00915a;
}
@media screen and (max-width: 767px) {
  .textMedia {
    padding: 5px;
  }
  .textHeightMedia {
    line-height: normal;
  }
  .textLetterMedia {
    letter-spacing: normal;
  }
}
@media (max-width: 767px) {
  .btnWrapper__btn {
    font-size: 20px;
  }
  .kardineoN2Com__comment {
    font-size: 18px;
    line-height: 18px;
  }
  .lineParagraph__paragraph {
    padding: 10px;
  }
  .h1TitleWidget__text,
  .h2TitleWidget__text,
  .h3TitleWidget__text,
  .h4TitleWidget__text,
  .h5TitleWidget__text,
  .h6TitleWidget__text {
    padding: 5px;
    letter-spacing: normal;
  }
}

.fly {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.fly__link {
  position: fixed;
  bottom: 12px;
  margin: 0;
  padding: 0;
  text-align: center;
  z-index: 1233233;
}

.fly__link a {
  color: #fff;
  font-weight: 700;
}

.fly__button {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  margin: 0 auto;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background: #00915a;
  -webkit-box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 0 0 8px 3px rgba(0, 0, 0, 0.3);
  border-radius: 5px;
  line-height: 1.4;
  font-family: sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  -webkit-transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  transition: background 0.3s, -webkit-transform 0.3s, -webkit-box-shadow 0.3s;
  -o-transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s;
  transition: background 0.3s, transform 0.3s, box-shadow 0.3s, -webkit-transform 0.3s,
    -webkit-box-shadow 0.3s;
  will-change: transform;
  padding: 12px;
}

.fly__button:active {
  -webkit-box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.1);
  -webkit-transform: translate3d(0, 1px, 0);
  transform: translate3d(0, 1px, 0);
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0);
    transform: scale(0);
    opacity: 0;
  }
  33% {
    -webkit-transform: scale(1);
    transform: scale(1);
    opacity: 1;
  }
  to {
    -webkit-transform: scale(3);
    transform: scale(3);
    opacity: 0;
  }
}

.pulse {
  position: relative;
}

.pulse:after,
.pulse:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  width: 20px;
  height: 20px;
  opacity: 0;
  margin: auto;
}

.pulse:before {
  -webkit-animation: pulse 1.5s infinite linear;
  animation: pulse 1.5s infinite linear;
}

.pulse:after {
  -webkit-animation: pulse 2s 0.4s infinite linear;
  animation: pulse 2s 0.4s infinite linear;
}

.pulse:hover:after,
.pulse:hover:before {
  display: none;
}

.btn-logo {
  width: 40px;
  height: 40px;
  display: block;
}

.btn-logo--pozition {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  gap: 10px;
}

@media (max-width: 500px) {
  .btn-logo--pozition {
    gap: 5px;
  }
}

.animated__btn {
  animation: heartRate 2s infinite linear;
}

@keyframes heartRate {
  0% {
    transform: scale(1);
    animation-timing-function: linear;
  }

  50% {
    transform: scale(1.2);
    animation-timing-function: linear;
  }
  100% {
    transform: scale(1);
  }
}
.fly__button {
  display: flex;
  align-items: center;
}

.logo-fly {
  max-width: 30px;
  width: 100%;
}
