.text-center {
  text-align: center;
}
.openArticle__content h2,
.openArticle__content h3 {
  font-family: Repo, sans-serif;

  line-height: 1.2;
}
.openArticle__content h2 {
  font-size: 28px;
  padding: 10px 25px 23px 0px;
}
.openArticle__content h3 {
  font-size: 20px;
  padding: 20px 25px 13px 0px;
}
.openArticle__content a {
  color: #ff8400;
  font-weight: bold;
}
.openArticle__content a:hover {
  color: #000;
}
.bg-orange {
  background: #fb8320;
  color: #fff;
}
.green-bg {
  color: #638a23;
}
.orange {
  color: #f87925;
}
.violet {
  color: #0e0097;
  font-weight: bold;
}
.red {
  color: #f74447;
}
.list,
.list_q {
  margin: 0 30px 30px;
}

.list li,
.list_q li {
  display: block;
  position: relative;
  padding: 2px 10px;
  padding-right: 50px;
  position: relative;
}
.list li {
  margin-bottom: 5px;
}
.list_q li {
  margin-bottom: 15px;
}
.list li:before,
.list_q li:before {
  position: absolute;
  font-weight: 900;
  font-size: 24px;
  color: #fb8320;
  background: transparent;
  top: 1px;
  left: -20px;
  font-family: Repo;
}

.list li:before {
  content: "";
  display: block;
  width: 25px;
  height: 28px;
  background: url(../images/content/arrow-red.png) no-repeat 0px 2px;
}
.list_q li:before {
  content: "?";
}
.conditions {
  margin: 30px 0;
  padding: 0px 55px 5px;
  font-size: 16px;
  line-height: 1.5;
  border-left: 5px solid #f74447;
  background: #f8f8f8;
}
.conditions:before,
.conditions:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  width: 15px;
  height: 5px;
  background: #f74447;
}

.conditions h3,
.conditions p {
  position: relative;
  max-width: 100%;
}
.conditions h3 {
  margin: 0 30px 10px;
  padding-top: 40px;
  font-size: 22px;
  font-family: Repo;
  text-align: center;
}
.conditions p {
  margin: 0 0px 15px;
}
.conditions ul {
  list-style-type: none;
  padding: 0px 0 30px;
}
.conditions li {
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.conditions li:before {
  display: block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: -30px;
  top: 0;
  content: "";
  background-image: url(../images/arrow-sprite.png);
  background-position: 99% -202px;
  background-repeat: no-repeat;
}
.conditions li:last-of-type,
.conditions li:last-of-type p:last-of-type {
  margin-bottom: 0;
}
/* .quotes {
    margin: 30px 0;
    padding: 0px 55px 5px;
    font-size: 16px;
    line-height: 1.5;
    border-left: 5px solid #628a1a;
    background: #f8f8f8;
}
.quotes:before,
.quotes:after {
    content: "";
    position: absolute;
    left: 0;
    z-index: 100;
    width: 15px;
    height: 5px;
    background: #628a1a;
}

.quotes h3,
.quotes p {
    position: relative;
    max-width: 100%;
}
.quotes h3 {
    margin: 0 30px 10px;
    padding-top: 40px;
    font-size: 22px;
    font-family: Repo;
    text-align: center;
}
.quotes p {
    margin: 0 0px 15px;
}
.quotes ul {
    list-style-type: none;
    padding: 0px 0 30px;
}
.quotes li {
    display: block;
    position: relative;
    margin-bottom: 25px;
}
.quotes li:before {
    display: block;
    position: absolute;
    left: -30px;
    top: 0;
    content: "";
    display: block;
    width: 25px;
    height: 25px;
    background: url(../images/content/arrow-green.png) no-repeat 0px 2px;
}
.quotes li:last-of-type,
.quotes li:last-of-type p:last-of-type {
    margin-bottom: 0;
} */

.quotes {
  /* margin: 0 20px; */
  margin-bottom: 30px;
  padding-top: 50px;
  background: url(../images/quote_open.png) top left 15px no-repeat;
  background-size: 185px;
}

.quotes h2 {
  font-size: 24px;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
}

.quotes__content {
  padding: 40px 45px 45px 15px;
  border: 3px solid #a8b3c9;
  background: url(../images/quote_close.png) bottom 25px right 55px no-repeat;
  background-size: 235px;
}
.quotes ul {
  list-style-type: none;
}
.quotes li {
  padding-left: 60px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.quotes li span {
  font-weight: 700;
}
.quotes li:last-of-type {
  margin-bottom: 0;
}
.quotes li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/check.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.quotes li::after {
  content: "";
  display: block;
  position: absolute;
  background: #a8b3c9;
  width: 2px;
  height: 85%;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}

@media (max-width: 600px) {
  .quotes__content {
    padding: 40px 15px 45px 0px;
  }

  .quotes ul {
    margin-left: 5px;
  }

  .quotes {
    margin-left: 0;
  }
}

.excl {
  margin: 0;
  background: #f74447;
  color: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 40px 5px 60px !important;
  min-height: 80px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  position: relative;
  margin-bottom: 25px;
}
.excl::before {
  content: "";
  display: block;
  width: 18px;
  height: 80px;
  left: 22px;
  top: -10px;
  position: absolute;
  background: url(../images/content/excl.png) center center no-repeat;
  background-size: contain;
}

.question,
.answer {
  margin-left: 55px;
  margin-right: 0;
  min-height: 110px;
  padding: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  position: relative;
  margin-bottom: 20px;
}
.question {
  background: #ebebeb;
  font-weight: bold;
}
.question:before {
  transform: translate(-50%, -50%);
  background: url(../images/r.jpg) center center no-repeat;
  background-size: contain;
  border-radius: 50%;
  overflow: hidden;
}
.question:before,
.answer:before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  position: absolute;
  left: 0;
  top: 50%;
  border: 1px solid #ccc;
}
.answer:before {
  left: 0;
  top: 10px;
  transform: translateX(-50%);
  background: url(../images/d.jpg) center center no-repeat;
  background-size: cover;
  border-radius: 50%;
}

.answer2:before {
  background: url(../images/d2.jpg) center center no-repeat;
  background-size: cover;
}

.question p,
.answer p {
  margin: 0;
  padding-left: 75px;
  padding-right: 20px;

  margin-bottom: 15px;
}
.question p:last-of-type,
.answer p:last-of-type {
  margin-bottom: 0;
}
.red-link {
  display: block;
  text-align: center;
  text-decoration: underline;
  color: #e20000 !important;
  font-size: 25px;
  line-height: 1.4em;
  font-weight: 700;
  max-width: 80%;
  margin: 0 auto;
  margin-bottom: 30px;
  font-family: Repo, sans-serif;
}
.red-link:hover {
  text-decoration: underline;
}
.red-link::after {
  display: inline-block;
  -webkit-animation: dotty steps(1, end) 2s infinite;
  animation: dotty steps(1, end) 2s infinite;
  content: "";
  position: absolute;
  margin-left: 10px;
}
@keyframes dotty {
  0% {
    content: "";
  }
  25% {
    content: ">";
  }
  50% {
    content: ">>";
  }
  75% {
    content: ">>>";
  }
  100% {
    content: "";
  }
}

mark {
  --color1: rgba(178, 214, 255, 0.8);
  --bg-height: 100%;
  all: unset;
  background-image: linear-gradient(var(--color1), var(--color1));
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: 0 var(--bg-height);
  animation: highlight 0.8s ease-out 1;
  animation-fill-mode: forwards;
  animation-play-state: paused;
}

@keyframes highlight {
  to {
    background-size: 100% var(--bg-height);
  }
}
.prod_wrapper__list {
  margin-top: 30px;
  border-left: 5px solid #ff8400 !important;
  padding: 0px 15px 5px;
  margin-bottom: 30px;
  background: #f8f8f8;
}
.prod_wrapper__list:before,
.prod_wrapper__list:after {
  content: "";
  position: absolute;
  left: 0;
  z-index: 100;
  width: 15px;
  height: 5px;
  background: #ff8400;
}
.prod_wrapper__list h3 {
  color: #ff8400 !important;
  margin: 0 30px 10px;
  padding-top: 40px;
  font-size: 22px;
  font-family: Repo;
  text-align: center;
}
.prod_wrapper__list p {
  margin: 0px 0 15px 0 !important;
  display: flex;
  gap: 10px;
}
.prod_wrapper__list p:last-child {
  padding-bottom: 10px;
}
.prod_wrapper__list p strong {
  font-size: 20px;
  display: block;
  flex: 0 0 30px;
  padding-left: 10px;
  color: #ff8400 !important;
  font-family: Repo, sans-serif;
}

.swiper {
  width: 300px;
  height: auto;
  /* border: 1px solid black; */
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.swiper1 {
  text-align: center;
}
/* .swiper2 {
	display: table;
	width: 100%;
	max-width: 660px;
	height: auto;
	padding-bottom: 15px;
	margin: 0px auto 15px;
	position: relative;
} */

.slider-1 {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.slider-2 {
  background-color: #fff;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2);
}

.slider-1__text {
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  line-height: 16px;
  text-align: center;

  color: #000000;

  padding: 33px 19px 9px;
  box-shadow: 2px 1px 2px rgba(51, 26, 26, 0.15);
  position: relative;
  top: -20px;
}
.slider-1__text:after {
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  position: absolute;
  background: linear-gradient(90deg, #dd7000 0%, #f2b200 48%, #f3ad01 100%);
  opacity: 0.3;
}
.slider-1__img {
  z-index: 2;
  /* box-shadow: (1px 1px 3px rgba(0, 0, 0, 0.25)); */
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.25);
}

.slider-1__text__text {
  z-index: 2;
  position: relative;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  margin-top: 0px;
}

.swiper-pagination-bullet {
  width: 10px;
  height: 10px;

  background: #ffffff;
  border: 5px solid #007aff;
}

.swiper-pagination-bullet-active {
  background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}

/* .new-pag > .swiper-pagination-bullet {
	background: transparent;
	width: 38px;
	height: 42px;
	border-radius: 0;
	background-image: url(../images/dot.svg);
	background-position: center;
	background-repeat: no-repeat;
	border: none;
	opacity: 0.3;
	outline: none;
}
.new-pag > .swiper-pagination-bullet-active {
	border: none;
	box-shadow: none;
	background-size: cover;
	opacity: 1;
	outline: none;
} */

.slider-top {
  display: flex;
  align-items: center;
  height: 50px;
  background-color: #fff;
  padding: 0 15px;
}
.slider-top__img {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  background: #ffffff;
  border: 1px solid #dce2e9;
  padding: 2px;
  margin-right: 11px;
  background-size: cover;
}
.slider-top__name {
  font-style: normal;
  font-weight: 600;
  font-size: 15px;
  line-height: 16px;

  color: #131212;
}
.slider-top__doted {
  margin-left: auto;
}
.slider-image {
}
.slider-nav {
  display: flex;
  padding: 10px 10px 10px 10px;
  background-color: #fff;
  position: relative;
  top: -5px;
}
.slider-nav img {
  max-width: 24px;
  height: 24px;
  margin-left: 5px;
}
.slider-bottom {
  padding: 0 15px;
  background-color: #fff;
}
.slider-bottom__like {
  margin-bottom: 8px;
  font-style: normal;
  font-weight: 600;
  font-size: 15px !important;
  line-height: 16px;
  display: flex;
  align-items: center;

  color: #131212;
}
.slider-bottom__text2 {
  font-style: normal;
  font-weight: 400 !important;
  font-size: 15px !important;
  line-height: 1.25em !important;

  color: #131212 !important;
  padding-bottom: 20px !important;
}
.sidegutterleft .swiper-wrapper {
  flex-wrap: wrap;
}
.sidegutterleft .swiper-wrapper .swiper-slide {
  height: auto;
}
.swiper-backface-hidden .swiper-slide {
  max-width: 100%;
}
@media only screen and (max-width: 1299px) {
  .swiper2,
  .openArticle__main > .--image_holder,
  .-main--list .openArticle__stats,
  .-main--list .openArticle__main section > p,
  .p {
    padding: 0 10px;
  }
  .-main--list .quotes_highlights {
    padding: 30px 40px 30px 30px !important;
    margin: 25px 10px;
  }
  .openArticle__content h2 {
    padding: 10px 10px 23px 10px;
  }
  .openArticle__content h3 {
    padding: 20px 25px 13px 10px;
  }
  .list li,
  .list_q li {
    padding-left: 5px;
  }
  .quotes,
  .prod_wrapper__list,
  .conditions {
    margin: 30px 10px;
  }
  .quotes:before,
  .quotes:after,
  .prod_wrapper__list:before,
  .prod_wrapper__list:after,
  .conditions:before,
  .conditions:after {
    left: 10px;
  }
}

@media only screen and (max-width: 767px) {
  aside {
    display: none;
  }

  .-main--list .openArticle__main .related_news {
    border: 0;
  }
  .-main--list .openArticle__main .related_news .related_news--title {
    line-height: 17px;
  }
  .related_news-img_container {
    text-align: center;
  }
  .list,
  .list_q {
    margin: 0 0 30px 30px;
  }
  .list li,
  .list_q li {
    padding-right: 10px;
  }
  .openArticle__content h2 {
    font-size: 25px;
  }
  .question,
  .answer {
    margin-left: 45px;
    padding: 5px 0px;
    min-height: 95px;
  }
  .question:before,
  .answer:before {
    width: 75px;
    height: 75px;
  }
  .question p,
  .answer p {
    padding-left: 50px;
    padding-right: 10px;
  }
  .answer:before {
    top: 10px;
  }
  .conditions {
    padding: 0px 10px 5px 35px;
  }
  .conditions h3,
  .quotes h3 {
    margin: 0 0px 10px;
  }

  .prod_wrapper__list {
    padding: 0px 10px 5px 0;
  }
  .red-link {
    font-size: 22px;
    max-width: 96%;
  }
  .prod_wrapper__list p {
    gap: 5px;
  }
  .breadcrumb__item:nth-child(3):after,
  .d-none {
    display: none;
  }
}
@media only screen and (max-width: 479px) {
  .-main--list .openArticle__main .related_news .related_news--title {
    margin-left: 0px;
  }
}

.steps {
  margin: 30px auto;
  padding: 30px;
  background: #ebebeb;
  border: 1px solid #e1e1e4;
  max-width: 700px;
  width: 100%;
}

.steps * {
  display: table;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important;
}

blockquote {
  position: relative;
  margin: 15px 0;
  z-index: 0;
  font-size: 20px;
}
blockquote:before {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 33px;
  top: 0;
  left: 0;
  background: url(../images/quote-icon-24hu-24.svg) no-repeat;
  background-size: 32px 33px;
  content: "";
}
blockquote p {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  font-size: 1.2rem !important;
  line-height: 1.2;
  font-style: normal;
}
@media (min-width: 768px) {
  blockquote {
    margin: 30px 0;
    padding: 0 0 0 85px;
  }
  blockquote:before {
    position: absolute;
    width: 53px;
    height: 42px;
    top: -10px;
    left: 0;
    background-size: 53px 42px;
  }
  blockquote p {
    font-size: 1.4rem !important;
  }
}

.excl {
  background: #114b89;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 5px 60px;
  min-height: 80px;
  border-radius: 0 100px 100px 0;
  overflow: hidden;
  position: relative;
  margin: 0 0 25px;
  color: #000;
}

.excl_green {
  background: linear-gradient(92.54deg, #77b935 0.54%, #cbe858 96.67%);
}
.excl span {
  margin: 15px 0;
}
.excl span.red {
  color: red;
}
.excl span a {
  color: #6e9bff;
}
.excl::before {
  content: "";
  display: block;
  width: 18px;
  height: 80px;
  left: 22px;
  top: -10px;
  position: absolute;
  background: url(../images/excl_y.png) center center no-repeat;
  background-size: contain;
}

.openArticle__content {
  padding-left: 15px;
  padding-right: 15px;
}

/* Ограничиваем ширину главного изображения статьи на десктопе */
@media (min-width: 992px) {
  .openArticle__main > .--image_holder {
    max-width: 880px;
    margin: 0 auto 16px; /* центрируем блок и даём нижний отступ */
  }
  .openArticle__main > .--image_holder img {
    width: 100%; /* заполняет ограниченный контейнер */
    height: auto;
    display: block;
  }
}

.accordion {
  margin: 30px auto 50px;
  max-width: 650px;
}
.accordion .accordion-item {
  border-bottom: 1px solid #dcdcdc;
}

.accordion .accordion-item button[aria-expanded="true"] {
  border-bottom: 1px solid #fff;
}

.accordion button {
  position: relative;
  display: block;
  text-align: left;
  width: 100%;
  padding: 15px 0;
  font-size: 18px;
  font-weight: 700;
  color: #416fd6;
  border: none;
  background: none;
  outline: none;
}

.accordion button:hover,
.accordion button:focus {
  cursor: pointer;
  color: #2f3d57;
}

.accordion button:hover::after,
.accordion button:focus::after {
  cursor: pointer;
  color: #416fd6;
  border: 1px solid #dcdcdc;
}

.accordion button .accordion-title {
  padding: 1em 1.5em 1em 0;
}

.accordion button .icon {
  display: inline-block;
  position: absolute;
  top: 18px;
  right: 0;
  width: 22px;
  height: 22px;
  border: 1px solid;
  border-radius: 22px;
}

.accordion button .icon::before {
  display: block;
  position: absolute;
  content: "";
  top: 9px;
  left: 5px;
  width: 10px;
  height: 2px;
  background: currentColor;
}
.accordion button .icon::after {
  display: block;
  position: absolute;
  content: "";
  top: 5px;
  left: 9px;
  width: 2px;
  height: 10px;
  background: currentColor;
}

.accordion button[aria-expanded="true"] {
  color: #2f3d57;
}
.accordion button[aria-expanded="true"] .icon::after {
  width: 0;
}
.accordion button[aria-expanded="true"] + .accordion-content {
  opacity: 1;
  max-height: 9em;
  transition: all 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition:
    opacity 200ms linear,
    max-height 200ms linear;
  will-change: opacity, max-height;
}
.accordion .accordion-content p {
  margin: 0 0 20px;
  font-size: 16px;
}

.swiper {
  width: 100%;
  height: auto;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.swiper2 {
  max-width: 485px;
  height: auto;
  padding-bottom: 15px;
  margin: 0 auto;
  margin-bottom: 35px;
  position: relative;
}

@media (min-width: 320px) {
  .swiper2 {
    max-width: 320px;
  }
}

@media (min-width: 480px) {
  .swiper2 {
    max-width: 480px;
  }
}

@media (min-width: 768px) {
  .swiper2 {
    max-width: 711px;
  }
}

.list-y {
  position: relative;
  text-align: left;
  border: 1px solid #dedc4b;
  border-radius: 6px;
  box-sizing: border-box;
  background: #f6f6d3;
  margin: 30px auto;
  width: auto;
}
.list-y__container {
  position: relative;
  background: url(../images/check_bg_l.png) right center no-repeat;
  background-size: 215px;
  padding: 15px 25px 5px;
}
.list-y h2 {
  margin: 10px 0 0px 15px;
  font-size: 21px;
}
.list-y ul {
  padding-left: 30px !important;
  margin: 0 0 20px !important;
  list-style-type: disc;
}
.list-y li {
  position: relative;
  padding-bottom: 0;
  padding-left: 0;
  margin: 10px 0 !important;
  font-size: 16px;
  /* list-style-type: none; */
}
.list-y li p {
  margin-bottom: 0;
  font-weight: 400;
}

.regaly__item {
  position: relative;
  display: grid;
  grid-template-columns: 94px auto;
  gap: 1em;
  margin-bottom: 35px;
  align-items: center;
}

.swiper-pagination {
  position: relative;
}

.swiper-cube .swiper-slide {
  height: auto;
}

.ingridients {
  margin: 0 auto;
  margin-bottom: 30px;
  padding-top: 50px;
  width: 100%;
  width: calc(100% - 30px);
}

.ingridients ul {
  list-style-type: none;
  padding-left: 0;
}
.ingridients li {
  padding-left: 60px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.ingridients li span {
  font-weight: 700;
}
.ingridients li:last-of-type {
  margin-bottom: 0;
}
.ingridients li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  left: 5px !important;
  top: 50% !important;
  transform: translateY(-50%);
}

.ingridients-compo b {
  background-color: #f1f853;
  padding: 0 3px;
}

.ingridients-compo {
  background: none;
}
.ingridients-compo .ingridients__content {
  padding: 40px 20px 25px 20px !important;
  /* background: url(../images/quote_close2.png) bottom -55px right -15px no-repeat
     #fff !important; */
  background-size: 400px !important;
}
.ingridients-compo li {
  padding-left: 90px !important;
}
.ingridients-compo li::before {
  width: 70px !important;
  height: 100px !important;
}
.ingridients-compo li:first-child::before {
  background: url(../images/q1.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(2)::before {
  background: url(../images/q8.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(3)::before {
  background: url(../images/q3.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li:nth-child(4)::before {
  background: url(../images/q7.png) center center no-repeat !important;
  background-size: contain !important;
}
.ingridients-compo li::after {
  content: "" !important;
  display: block !important;
  position: absolute !important;
  height: 85% !important;
  left: 70px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
}

.ingridients-compo .ingridients__content:before {
  content: none !important;
}

h2.compo-title {
  font-size: 20px;
  text-transform: uppercase;
  line-height: 1;
  margin-bottom: 15px;
  font-weight: 700;
  text-align: center;
}

@media (max-width: 480px) {
  .ingridients {
    margin: 0 10px;
    margin-bottom: 30px;
    margin-left: 0;
    margin-right: 10px;
    width: calc(100% - 20px);
  }
  .ingridients__content {
    padding: 15px;
  }
  .ingridients li {
    font-size: 16px;
    line-height: 20px;
  }
}

.quotes2 {
  margin: 30px 0 30px;
  border-radius: 6px;
  border: 1px solid #b99bd2;
}
.quotes2__content {
  padding: 20px 20px 20px 20px;
  background: url(../images/quote_close.png) bottom 25px right 55px no-repeat;
  background-size: 235px;
  border: 0;
  /* background: rgba(5, 5, 5, 0.3); */
}

.quotes2 li > p:first-child {
  margin-bottom: 10px;
  padding-top: 15px;
}

.quotes2 ul {
  list-style-type: none;
  padding-top: 0;
  padding-bottom: 0;
}
.quotes2 li {
  padding-left: 30px;
  display: block;
  position: relative;
  margin-bottom: 25px;
}
.quotes2 li span {
  font-weight: 600;
}
.quotes2 li:last-of-type {
  margin-bottom: 0;
}

.quotes2.quotes-butterfly h4,
.quotes2.quotes-butterfly h4,
.quotes2.quotes-green h4,
.quotes2.quotes-green h5,
.quotes2.quotes-green h6,
.quotes2.quotes-red h5 {
  margin-left: 29px;
}

.quotes2.quotes-butterfly li::before {
  content: "";
  display: block;
  width: 100px;
  height: 100px;
  background: url(../images/butterfly.png) center center no-repeat;
  background-size: contain;
  position: absolute;
  left: -55px;
  top: 5px;
  transform: translateY(-50%);
  z-index: 10;
}

@media (max-width: 480px) {
  .quotes2.quotes-butterfly li::before {
    width: 70px;
    height: 70px;
    left: -55px;
    top: 10px;
    transform: translateY(-50%);
  }

  .quotes2 li {
    padding: 0;
  }

  .quotes2 ul {
    padding-left: 45px;
    padding-right: 8px;
  }

  .regaly__left {
    width: 80px;
  }

  .regaly__item {
    gap: 0.2em;
  }
}

.quotes2.quotes-butterfly .yellow-bg {
  font-size: 18px;
}

.quiz_wrap * {
  font-family: sans-serif;
}
.quiz_wrap {
  position: relative;
  margin: 20px auto;
  max-width: 360px;
  width: 100%;
  min-height: 620px; /* авто-высота для многострочных вопросов */
  height: auto;
  box-sizing: border-box;
  padding: 0 14px 90px; /* боковые + нижний отступ */
  border-radius: 10px;
  background: linear-gradient(180deg, #adfbb9 0%, #e4fbad 100%), #e4fbad;
  overflow: hidden;
}
.quiz_header {
  background: linear-gradient(180deg, #8840c0 0%, #5a1784 71.67%);
  position: relative;
}
.quiz_header:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: -26px;
  background: 0 0/100% 100% url(../images/quiz_header-bg.png) no-repeat;
  height: 27px;
  width: 100%;
}
.quiz_title {
  padding-top: 5px;
  padding-left: 5px;
  padding-right: 5px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 135%;
  text-align: center;
  color: #fff;
}
.order_title {
  display: none;
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 135%;
  text-align: center;
  color: #fff;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.7);
  padding: 14px 10px 8px;
}
.order_title span {
  color: #e4fbad;
  font-size: 20px;
  display: block;
  margin-top: 4px;
}
.quiz_question {
  display: flex;
  align-items: flex-start; /* текст прижимается к верху, если в 2 строки */
  flex-wrap: wrap; /* разрешаем перенос */
  height: auto; /* авто-высота для длинных вопросов */
  margin: 28px 18px 16px; /* более узкие отступы внутри контейнера */
  font-style: normal;
  font-weight: 700;
  font-size: 18px;
  line-height: 1.3;
  color: #000;
  word-break: break-word;
  white-space: normal;
}
.quiz_question div {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.quiz_question div span {
  display: block;
  padding-right: 8px;
}
.quiz_question div span:first-child {
  /* номер шага */
  flex: 0 0 auto;
}
.quiz_question div span:last-child {
  /* текст вопроса */
  flex: 1 1 auto;
  min-width: 0; /* разрешаем сокращение строк внутри flex */
  white-space: normal;
  word-break: break-word;
}
.quiz_options {
  margin: 0 20px;
}
.quiz_option {
  position: relative;
  padding-left: 40px;
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  margin-bottom: 21px;
  line-height: 135%;
  cursor: pointer;
  color: #7931b1;
}
.quiz_option:before {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  border: 1px solid #959595;
  position: absolute;
  left: 0;
  top: -2px;
}
.quiz_option:after {
  -webkit-transition: 0.2s all;
  transition: 0.2s all;
  content: " ";
  display: block;
  background: #7931b1;
  height: 14px;
  width: 14px;
  border-radius: 50%;
  position: absolute;
  left: 6px;
  top: 4px;
  opacity: 0;
}
.quiz_option:hover:before {
  border: 1px solid #7931b1;
}
.quiz_option:hover:after {
  opacity: 1;
}
.quiz_nums {
  padding: 0 32px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 65px;
}
.quiz_num {
  -webkit-transition: 1s all;
  transition: 1s all;
  font-style: normal;
  font-weight: 600;
  font-size: 20px;
  line-height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  width: 44px;
  height: 44px;
  background: #e5d2f2;
  border: 1px solid #fff;
  color: #9747ff;
}
.quiz_num span {
  -webkit-transition: 1s all;
  transition: 1s all;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 34px;
  width: 34px;
  background: #fff;
  border-radius: 50%;
}
.quiz_num.active {
  background: #e5d2f2;
  border: 1px solid #a260d4;
}
.quiz_num.active span {
  background: linear-gradient(180deg, #962dd8 0%, #ad74da 100%), #f64777;
  color: #fff;
}
.quiz_nums:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  width: calc(100% - 64px);
  height: 1px;
  background: #a260d4;
}
.quiz_footer {
  width: 100%;
  position: absolute;
  bottom: 20px;
  color: #000;
  text-align: center;
  font-weight: 400;
  font-size: 14px;
  line-height: 17px;
}
.quiz_footer span {
  font-weight: 700;
  color: #5a1784;
}
.quiz_step,
#prod_img {
  transition: 0.5s all;
  display: none;
  opacity: 0;
  margin-top: -7px;
}
.quiz_step.active {
  opacity: 1;
  margin-top: 0;
}
.quiz_timer {
  margin-top: 39px;
  text-align: center;
  font-style: normal;
  font-weight: 400;
  font-size: 16px;
  line-height: 20px;
  text-align: center;
  color: #000;
}
.quiz_timer_value {
  margin-top: 6px;
  display: inline-flex;
  align-items: baseline;
  gap: 6px;
  font-style: normal;
  font-weight: 700;
  font-size: 26px;
  line-height: 1;
  color: #f64777;
  font-variant-numeric: tabular-nums; /* ровная ширина цифр */
}
.quiz_timer_colon {
  width: auto;
  padding: 0 0;
}
.quiz_timer_value span {
  text-align: center;
}
.quiz_timer span {
  display: inline-block;
}
#mins,
#secs {
  width: 30px;
}
.quiz_prices {
  margin-top: 16px;
  margin-bottom: 12px;
  text-align: center;
}
.quiz_prices .quiz_oldprice {
  font-style: normal;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
  text-align: center;
  text-decoration-line: line-through;
  color: #000;
}
.quiz_prices .quiz_newprice {
  margin-top: 4px;
  font-style: normal;
  font-weight: 700;
  font-size: 22px;
  line-height: 27px;
  text-align: center;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a1784;
}
.quiz_form form {
  width: 100%;
  max-width: 320px;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 0 8px;
}
.quiz_form form input {
  line-height: 48px;
  padding-left: 18px;
  font-style: normal;
  font-weight: 400;
  font-size: 18px;
  display: block;
  background: #fff;
  border: 1.5px solid #5a1784;
  border-radius: 26px;
  width: 100%;
  margin-bottom: 14px;
  position: relative;
  box-sizing: border-box;
  -webkit-appearance: none;
  appearance: none;
}
.quiz_form form button {
  text-transform: uppercase;
  margin-top: 0;
  border-radius: 26px;
  height: 52px;
  display: block;
  text-align: center;
  width: 100%;
  background: #f64777;
  font-style: normal;
  font-weight: 800;
  font-size: 14px;
  line-height: 52px;
  letter-spacing: 0.03em;
  border: none;
  color: #fff;
  cursor: pointer;
  margin-bottom: 12px;
  box-sizing: border-box;
}
@media (max-width: 360px) {
  .quiz_question {
    margin: 24px 8px 14px;
    font-size: 17px;
  }
  .quiz_options {
    margin: 0 8px;
  }
  .quiz_wrap {
    max-width: 340px;
    padding: 0 10px 84px;
  }
  .quiz_form form {
    max-width: 300px;
  }
}

.geffects2 {
  text-align: left;
  border: 2px dotted #00ba63;
  box-sizing: border-box;
  /* background: #162634; */
  margin: 30px auto;
  width: auto;
  max-width: 900px;
}
.effects2__container {
  padding: 15px 30px 25px 45px;
  background-color: #fff;
}

.geffects2 h4 {
  text-align: center;
  margin: 15px 0 20px;
  color: #000;
  position: relative;
  font-size: 24px;
  line-height: 1.4em;
  font-weight: bold;
}

.geffects2 li {
  position: relative;
  padding-bottom: 0;
  padding-left: 32px;
  margin: 0 0 10px -32px !important;
}
.geffects2 li p {
  margin-bottom: 0;
  font-weight: 400;
}

.effects2__container > p {
  margin-bottom: 20px;
  margin-top: 10px;
  text-align: center;
  font-size: 20px !important;
}

.list-green2 {
  list-style-type: none;
  padding: 0;
}

.list-green2 > li {
  background-image: url(../images/check_big.png);
  background-position: left top;
  background-size: 31px;
  background-repeat: no-repeat;
  padding-left: 45px;
  font-size: 18px;
  color: #000;
  min-height: 27px;
}

.list-block {
  margin-bottom: 30px;
}

.list-block ul {
  list-style-type: none;
}

.list-block li {
  display: block;
  margin-bottom: 15px;
  background: linear-gradient(95.88deg, crimson 33.37%, transparent 86.23%) red;
  padding: 3px 50px 3px 12px;
  border-left: 2px solid crimson;
  position: relative;
  line-height: 1.4em;
  color: rgb(255, 255, 255);
}

.list-block li span {
  font-weight: 700;
}

.list-block li:last-of-type {
  margin-bottom: 0px;
}

.list-block li::before {
  content: "";
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  left: -37px;
  top: 0px;
  background: url("../images/check_red.png") center center / contain no-repeat;
}

/* .excl {
	margin: 0;
	background: #114b89;
	display: flex;
	justify-content: flex-start;
	align-items: center;
	padding-left: 60px;
	padding-right: 60px;
	min-height: 80px;
	border-radius: 0 100px 100px 0;
	overflow: hidden;
	position: relative;
	margin-bottom: 25px;
}
.excl::before {
    content: '';
    display: block;
    width: 18px;
    height: 80px;
    left: 22px;
    top: -10px;
    position: absolute;
    background: url(../img/excl.png) center center no-repeat;
    background-size: contain;
}
.excl p {
	margin: 15px 0;
	color: #fff;
} */

.pulse {
  animation: pulse 2s infinite;
}

@keyframes pulse {
  0% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }

  50% {
    transform: scale(1.05);
    -webkit-transform: scale(1.05);
    -moz-transform: scale(1.05);
    -o-transform: scale(1.05);
    -ms-transform: scale(1.05);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
  }
}

.nw {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
  font-size: 14px;
  text-align: left;
  margin-top: 15px !important;
  padding-bottom: 0 !important;
}

.link-p {
  color: #007aff !important;
}

/* ===== CM Header (CUERPOMENTE) ===== */
/* Hide legacy/injected headers */
.page-header {
  display: none !important;
}
.fixed-header,
.m-cf-fejlec {
  display: none !important;
}

/* Base */
.cm-header {
  width: 100%;
  background: #ffffff;
  border-bottom: 1px solid #e9e9e9;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 1000;
}
.cm-header__inner {
  max-width: 1280px;
  margin: 0 auto;
  padding: 10px 12px;
  display: grid;
  grid-template-columns: auto auto 1fr auto; /* burger | logo | NAV centered area | CTA */
  align-items: center;
  column-gap: 16px;
}
/* Burger (decorative) */
.cm-header__burger {
  position: relative;
  width: 28px;
  height: 18px;
  flex: 0 0 auto;
}
.cm-header__burger::before,
.cm-header__burger::after,
.cm-header__burger .line {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  height: 2px;
  background: #6a6a6a;
  border-radius: 2px;
}
.cm-header__burger::before {
  top: 0;
}
.cm-header__burger::after {
  bottom: 0;
}
.cm-header__burger .line {
  top: 8px;
}

/* Logo */
.cm-header__logo img {
  display: block;
  height: 36px;
  width: auto;
}

/* Navigation */
.cm-header__nav {
  justify-self: center;
}
.cm-header__nav ul {
  display: flex;
  align-items: center;
  gap: 28px;
}
.cm-header__nav a {
  font-weight: 700;
  font-size: 14px;
  letter-spacing: 0.02em;
  color: #0b0b0b;
  text-transform: uppercase;
  text-decoration: none;
}
.cm-header__nav a:hover,
.cm-header__nav a:focus {
  color: #000000;
  text-decoration: underline;
}

/* CTA */
.cm-header__cta {
  background: #d64b1e;
  color: #ffffff !important;
  text-transform: uppercase;
  font-weight: 800;
  padding: 12px 20px;
  border-radius: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.cm-header__cta:hover,
.cm-header__cta:focus {
  background: #bf3f18;
}

/* Responsive: hide horizontal nav on mobile */
@media (max-width: 1023px) {
  .cm-header__nav {
    display: none;
  }
  .cm-header__logo img {
    height: 28px;
  }
  .cm-header__cta {
    padding: 8px 12px;
    font-size: 13px;
  }
}

/* Layout compensation for fixed header */
/* Desktop default */
body {
  padding-top: 64px !important;
}
/* Mobile/tablet */
@media (max-width: 1023px) {
  body {
    padding-top: 56px !important;
  }
}

/* Remove large legacy top offsets under the new fixed header */
.--top-distance {
  margin-top: 0 !important;
}
.g-wrap--main {
  margin-top: 0 !important;
}
/* Remove bottom spacing before footer on last grid/section */
.g-wrap--main > .g-grid:last-of-type,
.-main--list > .g-grid:last-of-type,
main .g-grid:last-of-type {
  padding-bottom: 0 !important;
  margin-bottom: 0 !important;
}

/* Kill mobile top gap caused by banner placeholder when empty */
@media (max-width: 639px) {
  .banner-row__open-content {
    margin-top: 0 !important;
  }
  .banner-row__open-content > [id*="div-gpt-ad"]:empty {
    margin: 0 !important;
  }
}

/* ===== CM Footer styles ===== */
.cm-footer {
  background: #f3efe7;
  color: #222;
}
.cm-footer__container {
  max-width: 1180px;
  margin: 0 auto;
  padding: 32px 16px;
}
.cm-footer__top {
  text-align: center;
}
.cm-footer__logo img {
  height: 48px;
  width: auto;
  display: inline-block;
}
.cm-footer__disclaimer {
  max-width: 980px;
  margin: 18px auto 18px;
  font-size: 15px;
  line-height: 1.75;
  color: #3b3b3b;
}
.cm-footer__links {
  display: flex;
  flex-wrap: wrap;
  gap: 0 18px;
  justify-content: center;
  margin: 6px 0 0;
}
.cm-footer__links li {
  position: relative;
  padding: 0 10px;
}
.cm-footer__links li + li::before {
  content: "|";
  position: absolute;
  left: -2px;
  color: #b6b0a8;
}
.cm-footer__links a {
  color: #222;
  font-size: 14px;
  text-decoration: none;
}
.cm-footer__links a:hover {
  text-decoration: underline;
}

.cm-footer__brands {
  background: #0a0a0a;
  color: #fff;
  text-align: center;
}
.cm-footer__rba {
  font-family: Repo, sans-serif;
  font-size: 56px;
  font-weight: 800;
  letter-spacing: 4px;
  margin: 8px auto 16px;
  line-height: 1;
}
.cm-footer__brands-list {
  display: flex;
  flex-wrap: wrap;
  gap: 0 16px;
  justify-content: center;
  margin-bottom: 8px;
}
.cm-footer__brands-list li {
  position: relative;
  padding: 0 10px;
}
.cm-footer__brands-list li + li::before {
  content: "|";
  position: absolute;
  left: -2px;
  color: #5a5a5a;
}
.cm-footer__brands-list a {
  color: #fff;
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
}
.cm-footer__brands-list a:hover {
  color: #ff8400;
}

/* Mobile footer adjustments */
@media (max-width: 767px) {
  .cm-footer__container {
    padding: 24px 12px;
  }
  .cm-footer__logo img {
    height: 38px;
  }
  .cm-footer__disclaimer {
    font-size: 13px;
    padding: 0 8px;
    margin: 12px auto;
  }
  .cm-footer__links {
    gap: 8px 12px;
  }
  .cm-footer__links li {
    padding: 0 8px;
  }
  .cm-footer__links li + li::before {
    left: -1px;
  }
  .cm-footer__rba {
    font-size: 40px;
    letter-spacing: 3px;
    margin: 6px auto 12px;
  }
  .cm-footer__brands-list {
    gap: 6px 12px;
  }
  .cm-footer__brands-list li {
    padding: 0 8px;
  }
}

/* ===== Comment likes (Facebook-style) ===== */
.comment__id {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  color: #1877f2; /* FB blue */
  padding-bottom: 0 !important; /* перекрываем базовый отступ */
}
.comment__id::before {
  content: "";
  width: 16px;
  height: 16px;
  display: inline-block;
  background: url("../images/like.svg") no-repeat center / contain;
}

/* ===== Desktop footer overlap fix =====
   Предотвращаем перекрытие нижних строк контента "футером"/фиксированными панелями.
   Добавляем запас по нижнему отступу у основных контейнеров контента и
   гарантируем, что сам footer не фиксируется на десктопе. */
@media (min-width: 992px) {
  .main-wrapper,
  .g-wrap--main,
  .-main--list {
    padding-bottom: 0; /* убираем лишний зазор перед футером */
  }

  /* Убираем ранее добавленный избыточный верхний отступ */
  .g-wrap--main {
    margin-top: 0 !important;
  }

  footer,
  .m-page-footer {
    position: static !important;
    bottom: auto !important;
    left: auto !important;
    right: auto !important;
  }
}

/* ===== Fixed top header clearance (passport header) =====
   На десктопе у сетевого хедера (.m-cf-fejlec) фиксированная высота ~43px и он позиционируется сверху (top:0).
   Добавляем верхний внутренний отступ для всей страницы, чтобы хлебные крошки не попадали под него. */
@media (min-width: 700px) {
  body {
    padding-top: 60px !important; /* безопасный запас над крошками */
  }
  .breadcrumb {
    margin-top: 10px !important; /* небольшой сдвиг вниз самой полосы крошек */
  }
}

/* ===== Breadcrumb fix (crop/overlap) =====
   У оригинальной темы высота .breadcrumb зафиксирована (height:12px) и список позиционируется абсолютно,
   из-за чего текст крошек обрезается. Переопределяем на авторазмер. */
.breadcrumb {
  height: auto !important;
  min-height: 24px; /* соответствует ~1 строке текста */
  overflow: visible !important;
}
.breadcrumb__list {
  position: static !important; /* возвращаем в поток, чтобы контейнер подстраивался по высоте */
  height: auto !important;
}
.breadcrumb__item {
  line-height: 1.2em !important;
}

/* ===== Unified Typography (Google Fonts) =====
   Основной шрифт: Open Sans (400/600/700)
   Заголовки: Roboto Condensed (400/700)
   Цитаты/акценты: Noto Serif (400/700 ital) */
:root {
  --font-main: "Open Sans", system-ui, -apple-system, Segoe UI, Roboto, Arial, sans-serif;
  --font-head: "Roboto Condensed", "Open Sans", system-ui, -apple-system, sans-serif;
  --font-serif: "Noto Serif", Georgia, "Times New Roman", serif;
  --text-color: #0b0b0b;
  --text-muted: #555;
  --leading: 1.65;
  --h1-size: clamp(28px, 2.5vw + 18px, 44px);
  --h2-size: clamp(22px, 1.6vw + 14px, 30px);
  --h3-size: clamp(18px, 1.2vw + 12px, 24px);
  --h4-size: 18px;
}

html {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
body,
button,
input,
select,
textarea {
  font-family: var(--font-main);
  color: var(--text-color);
  line-height: var(--leading);
}

/* Базовые заголовки */
h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.22;
  letter-spacing: 0.01em;
  color: var(--text-color);
  margin: 0 0 12px;
}

h1,
.openArticle__title {
  font-size: var(--h1-size);
}
h2 {
  font-size: var(--h2-size);
}
h3 {
  font-size: var(--h3-size);
}
h4 {
  font-size: var(--h4-size);
}

/* Единообразие заголовков контента статьи */
.openArticle__content h2,
.openArticle__content h3 {
  font-family: var(--font-head) !important;
  font-weight: 700;
}

/* Заголовки карточек новостей */
.g-grid__item-title {
  font-family: var(--font-head);
  font-weight: 700;
  line-height: 1.25;
}

/* Текстовые абзацы */
.openArticle__content p,
.g-grid__item .g-grid__item--time,
.cm-footer__disclaimer {
  font-family: var(--font-main);
}

/* Цитаты: единый стиль */
blockquote,
.quotes2 .yellow-bg,
.quotes h2 {
  font-family: var(--font-serif);
}
blockquote p {
  font-family: var(--font-serif);
  font-style: italic;
  color: var(--text-color);
  line-height: 1.55;
}

/* Подзаголовок под H1 */
.openArticle__title2 {
  font-family: var(--font-head);
  font-weight: 600;
  font-size: calc(var(--h3-size) + 1px);
}
