.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("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/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("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("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("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("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("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/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("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/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("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/images/d.jpg") center center no-repeat;
    background-size: cover;
    border-radius: 50%;
}

.answer2:before {

    background: url("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/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 {
  background: #fff;
  color: #000;
  padding: 15px 20px;
  border-radius: 0 0 12px 12px;
  box-shadow: 0px -2px 8px rgba(0, 0, 0, 0.1);
  z-index: 2;
}
.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("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("excl_y.png") center center no-repeat;
	background-size: contain;
}


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




.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%;
  max-height: 711px;
	padding-bottom: 40px;
	margin-bottom: 40px;
	position: relative;
}

.swiper2 {
	max-width: 485px;
	height: auto;
	padding-bottom: 40px;
	margin: 0 auto;
	margin-bottom: 40px;
	position: relative;
  overflow: hidden;
}

@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("urn:scrapbook:download:error:https://meddclinic.com/lander/weightloss_it_skylead_nanoslim_5hd_gb_1754950662/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("q8p1.png") center center no-repeat !important;
    background-size: contain !important;
  }
  .ingridients-compo li:nth-child(2)::before {
    background: url("q8p2.png") center center no-repeat !important;
    background-size: contain !important;
  }
  .ingridients-compo li:nth-child(3)::before {
    background: url("q8p3.png") center center no-repeat !important;
    background-size: contain !important;
  }
  .ingridients-compo li:nth-child(4)::before {
    background: url("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("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("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: 344px;
    width: 100%;
    height: 650px;
    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("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-top: 17px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .order_title span {
    color: #e4fbad;
    font-size: 20px;
    display: block;
    margin-top: 4px;
  }
  .quiz_question {
    display: flex;
    align-items: center;
    height: 48px;
    margin: 48px 38px 20px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 133%;
    color: #000;
  }
  .quiz_question div {
    display: flex;
  }
  .quiz_question div span {
    display: block;
    padding-right: 8px;
    flex: 0 0 auto;
  }
  .quiz_options {
    margin: 0 34px;
  }
  .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 div {
    margin-top: 4px;
    font-style: normal;
    font-weight: 600;
    font-size: 22px;
    line-height: 27px;
    text-align: center;
    color: #f64777;
    text-align: center;
  }
  .quiz_timer span {
    display: inline-block;
    width: 32px;
  }
  .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: 280px;
    margin: 0 auto;
  }
  .quiz_form form input, .quiz_form form select {
    line-height: 48px;
    padding-left: 24px;
    font-style: normal;
    font-weight: 400;
    font-size: 18px;
    display: block;
    background: #fff;
    border: 1px solid #5a1784;
    border-radius: 24px;
    width: 100%;
    margin-bottom: 16px;
    position: relative;
    appearance: none;
    
  }
  .quiz_form form button {
    text-transform: uppercase;
    margin-top: 0;
    border-radius: 24px;
    height: 48px;
    display: block;
    text-align: center;
    width: 100%;
    background: #f64777;
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    line-height: 48px;
    letter-spacing: 0.03em;
    border: none;
    color: #fff;
    cursor: pointer;
    margin-bottom: 10px;
  }
  @media (max-width: 360px) {
    .quiz_question {
      margin: 48px 18px 20px;
    }
    .quiz_options {
      margin: 0 14px;
    }
  }

  .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("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("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;
}
