@font-face {
 font-family: "CNN";
 src: url("../fonts/CNNSansDisplayW04-Bold.woff2") format("woff2");
 font-weight: 700;
 font-style: normal;
}

.text-base p {
 padding: 8px 0;
 --text-box-padding: 16px 0;
}

h2 {
 font-size: 26px;
}

h2 {
 text-align: center;
 /* font-size: 20px; */
 line-height: 1.4;
 margin-bottom: 5px;
 font-weight: 600;
}

.gertus::after {
 content: "Ajánló";
}

.gertus {
 font-family: Blick Variable;
 font-weight: 400;
 font-size: 20px;
 line-height: 24px;
 color: #111;
 margin: 0 0 16px 0;
 padding: 0 0 0 6px;
 text-transform: uppercase;
 border-left: 2px solid var(--Primary-Blick-Red, #e20000);
}

@media (min-width: 1180px) {
 #widgetElement485236 {
  display: none !important;
 }
}

.text-base p a {
 --tw-text-opacity: 1;
 color: rgb(226 0 0 / var(--tw-text-opacity, 1));
 text-decoration-line: underline;
}

.text-base * {
 /* letter-spacing: -.36px; */
 line-height: 1.35em;
}

.article-body-text p {
 margin: 0 0 1rem 0;
}

.tests {
 background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
 color: #fff;
 margin-bottom: 30px;
}

.tests .tests__container {
 background: url(../images/check_bg.png) left center no-repeat;
 background-size: 215px;
 padding: 25px 100px;
}

.tests ul {
 list-style-type: none;
}

.tests h2 {
 text-align: center;
 position: relative;
 margin-bottom: 2rem;
 text-align: center;
 font-size: 28px;
 font-weight: 500;
}

.tests h2::after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -18px;
}

.tests li {
 font-size: 18px;
 padding-left: 30px;
 padding-bottom: 10px;
 position: relative;
}

.tests li::before {
 content: "";
 position: absolute;
 display: block;
 width: 18px;
 height: 15px;
 background: url(../images/check_white.png) center center no-repeat;
 background-size: contain;
 left: 0;
 top: 3px;
}

@media (max-width: 480px) {
 .tests .tests__container {
  padding: 25px 20px;
 }
}

.article-body-text p.small {
 font-size: 16px !important;
 line-height: 1.3em !important;
 font-weight: normal;
 margin: 0 0 2rem 0;
}

@media (max-width: 480px) {
 .slider .slider-header img {
  width: 100%;
 }
}

@-webkit-keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@-webkit-keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

@keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

.order-info {
 text-align: center;
}

.order-info__title {
 font-size: 24px;
 font-weight: bold;
 color: red;
 text-align: center;
 margin-top: 30px;
 /* margin-bottom: 20px; */
}

.order-info__date {
 text-decoration: underline;
}

.order-info__count {
 display: block;
 background: red;
 padding: 10px;
 margin: 25px auto;
 margin-bottom: 25px;
 width: 178px;
 font-weight: 700;
 color: #fff;
 text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000,
  -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000,
  -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
 font-size: 32px;
 border-radius: 5px;
 animation-name: button;
 animation-duration: 1s;
 animation-iteration-count: infinite;
}

@keyframes button {
 0% {
  box-shadow: 0px 0px 10px #f20000;
 }

 60% {
  box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
 }

 100% {
  box-shadow: 0px 0px 10px #f20000;
 }
}

.order-info__count-val {
 font-size: 52px;
 line-height: 1.4;
}

.new-bb-block {
 background-color: #fff;
 border: 2px solid #36dc74;
 border-radius: 30px;
 padding-top: 25px !important;
 padding-left: 25px !important;
}

.redi {
 fill: red;
}
.whiti {
 fill: black;
}

.whiti2 {
 fill: #fff;
}

.article--mainPhotoSource.text-center {
 color: #4c4c4c;
}

.text-center {
 text-align: center;
}

.text-center img {
 display: inline;
}

.yellow {
 color: #fcd72b;
}

.btn-box {
 display: flex;
 align-items: center;
 justify-content: center;
}
a.btn-link {
 padding: 15px 20px !important;
 display: inline-block;
 background-color: red;
 color: #eee !important;
 border-radius: 6px;
 margin-top: 25px !important;
}

.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);
 }
}

.delivery {
 display: flex;
 align-items: center;
 margin-top: 20px;
 font-size: 16px !important;
 color: #0b2e6e;
}

.firstComment {
 opacity: 0;
}

.red-txt {
 color: red !important;
}

.quiz_wrap * {
 font-family: sans-serif;
}
.quiz_wrap {
 position: relative;
 margin: 20px auto;
 max-width: 344px;
 width: 100%;
 height: 600px;
 border-radius: 10px;
 background: linear-gradient(180deg, #adfbb9 0%, #e4fbad 100%), #e4fbad;
 overflow: hidden;
 padding-bottom: 10px;
}
.quiz_header {
 background: linear-gradient(180deg, #8840c0 0%, #5a1784 71.67%);
 position: relative;
}
.quiz_header:after {
 content: " ";
 display: block;
 position: absolute;
 bottom: -27px;
 background: 0 0/100% 100% url(../news/quiz_header-bg.png) no-repeat;
 height: 27px;
 width: 100%;
}
.quiz_title {
 padding-top: 20px;
 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: 15px;
 padding-right: 15px;
}
.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;
}
.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: 5px;
 top: 3px;
 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 {
 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;
}
.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: 16px;
 line-height: 48px;
 letter-spacing: 0.03em;
 border: none;
 color: #fff;
 cursor: pointer;
}
@media (max-width: 360px) {
 .quiz_question {
  margin: 48px 18px 20px;
 }
 .quiz_options {
  margin: 0 14px;
 }
}

.nw {
 display: flex;
 justify-content: center;
 align-items: center;
 column-gap: 10px;
 font-size: 14px;
 text-align: left;
 margin-top: 5px !important;
}

.clear-fix {
 content: " ";
 clear: both;
 display: table;
}

.mb-new {
 margin-bottom: 30px;
}

.question:before {
 transform: translate(-50%, -50%);
 background: url(../images/question.jpg) center center no-repeat;
 border-radius: 50%;
 overflow: hidden;
 background-size: cover;
}
.question:before,
.answer:before {
 content: "";
 display: block;
 width: 110px;
 height: 110px;
 position: absolute;
 left: 0;
 top: 50%;
}
.answer:before {
 left: 0;
 top: 0px;
 transform: translateX(-50%);
 background: url(../images/answer.jpg) center center no-repeat;
 background-size: cover;
 border-radius: 50%;
}

.answer2:before {
 left: 0;
 top: 0px;
 transform: translateX(-50%);
 background: url(../images/content/answer2.jpg) center center no-repeat;
 background-size: cover;
 border-radius: 50%;
}

.image-text {
 display: inline-block;
 max-width: 640px;
 width: 100%;
 font-size: 14px;
 color: #595959;
 margin: 10px 0;
 line-height: 1.3;
 margin-bottom: 16px;
}

.warning {
 display: flex;
 flex-direction: column;
 justify-content: space-between;
 align-items: center;
 border: 3px solid #000530;
 border-radius: 2px;
 background: linear-gradient(
   142.75deg,
   #fce376 -11.7%,
   #fce479 11.09%,
   #fde681 25.06%,
   #feeb8f 36.64%,
   #fff0a0 45.29%,
   #bc6d00 193.23%
  )
  top center;
 width: 100%;
 max-width: 280px;
 margin: 0 auto;
 padding: 12px 14px;
 margin-top: 15px;
}
.warning > img {
 width: 52px;
 height: 46px;
}
.warning-text {
 font-family: "Roboto", sans-serif;
 font-weight: 700;
 font-size: 14px !important;
 line-height: 16px !important;
 text-align: center;
 margin-top: 0;
 padding-top: 4px !important;
}
.warning-text > strong {
 display: block;
 margin-bottom: 5px;
}

.order_block .timer_wrap {
 display: inline-flex;
 background: url(../images/timerIcon2.png) no-repeat left center;
 padding-left: 14px;
 color: #eb0025;
 vertical-align: middle;
 font-size: 14px;
 line-height: 1.4;
 font-weight: bold;
 text-align: left;
 width: 59px;
 gap: 2px;
}
.order_block .time_remains {
 font-size: 1.1em;
 color: #eb0025;
 font-weight: 700;
 display: inline-block;
 display: flex;
 flex-wrap: nowrap;
 flex: 0 0 auto;

 width: 100%;
 max-width: 23px;
}

.new-properties__text {
 padding: 0 !important;
}

.a2DSIv57 {
 margin-top: 40px;
 margin-bottom: 35px;
}

.a6HJWbe8 {
 margin-bottom: 25px;
}

.a2lCN35y .a2H53dzb {
 position: relative;
 padding-left: 54px;
}

.a2lCN35y .a2H53dzb span {
 font-weight: bold;
}
.a2lCN35y .a2oI562d,
.a2lCN35y .aLkfRSB8 {
 display: block;
}

.a2lCN35y .a2H53dzb span {
 font-weight: bold;
}
.a1a6MrkE {
 position: absolute;
 top: -3px;
 left: -8px;
 color: #b7b7b7;
 font-size: 12px;
 font-weight: 300;
 line-height: 12px;
 width: 65px;
 text-align: center;
}
.a1a6MrkE,
.a1a6MrkE img {
 width: 48px;
 height: 48px;
 border-radius: 50%;
 overflow: hidden;
}

.a2lCN35y .a2oI562d,
.a2lCN35y .aLkfRSB8 {
 display: block;
}
.a2oI562d {
 margin-top: 10px;
}
.a2oI562d {
 font-size: 18px !important;
 line-height: 1.5;
 font-weight: 400;
 margin: 0;
 padding: 0 !important;
}

.comm-name {
 background: #aedbff;
 padding: 0 5px;
 margin-left: -5px;
 font-size: 18px;
}

.a2lCN35y .a2H53dzb span span span.comm-date {
 color: #b7b7b7 !important;
 font-size: 16px !important;
 font-weight: 300 !important;
 background: none;
}

.comment__rew-pic {
 margin-top: 16px;
}

/* .reply {
    margin-left: 50px;
} */

@media (max-width: 339px) {
 .a2lCN35y {
  padding: 5px 10px;
 }
}

.aZAGLdcz {
 margin-bottom: 10px;
}

.NavbarBottom {
 display: none !important;
}

@media (max-width: 633px) {
 .ds-desktop ._header_1hdgh_43 {
  margin-top: 60px;
 }

 .NavbarBottom {
  display: flex !important;
 }
}

.iHMyjiy {
 position: fixed;
 inset: auto 0px 0px;
 z-index: 5;
 width: 100%;
 overflow: hidden;
}

.hCYyRxy {
 --navbar-bottom-background: var(--ds-color-white, #fff);
 --navbar-bottom-text-color: var(--ds-text-primary-color, #222);
 --navbar-bottom-main-icon-background: var(--ds-color-navy-500, #00184b);
 width: 100%;
 height: 55px;
 display: flex;
 -webkit-box-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 align-items: center;
 align-self: stretch;
 background: var(--navbar-bottom-background);
 border-top: 1px solid var(--ds-divider-color, #e0e0e0);
}

.cltexFy {
 display: flex;
 height: 49px;
 flex-direction: column;
 -webkit-box-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 align-items: center;
 gap: 4px;
 flex: 1 0 0px;
 text-decoration: none;
}

.fYWcQqy {
 max-height: 20px;
 flex-shrink: 0;
 overflow: hidden;
}

.bqioFny {
 --text-box-color: var(--navbar-bottom-text-color);
 --text-box-font-size: var(--ds-font-size-level-14, 10px / 130%);
 --text-box-font-style: normal;
 --text-box-font-weight: var(--ds-font-weight-regular, 400);
 --text-box-align: center;
 --text-box-text-transform: uppercase;
 --text-box-word-break: normal;
}

.fDSakmy {
 display: flex;
 width: 48px;
 height: 48px;
 -webkit-box-pack: center;
 justify-content: center;
 -webkit-box-align: center;
 align-items: center;
 flex-shrink: 0;
 background-color: var(--navbar-bottom-main-icon-background);
 border-radius: 50%;
}

.bcuoCUy {
 height: 100%;
 object-fit: cover;
}

.image-content {
 margin-top: 16px;
}

.image-content2 {
 margin-top: 16px;
 padding-top: 16px;
}

.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
 bottom: 0;
}

@media (max-width: 480px) {
 ._dates_1l0ir_1 {
  gap: 10px;
 }

 .quotes-red__content {
  padding: 20px 0px 20px 0px !important;
 }
}

@media (max-width: 767px) {
 .kLsjsuy {
  font-size: 17px !important;
 }

 .question:before,
 .answer:before {
  width: 90px;
  height: 90px;
 }

 .question p,
 .answer p {
  padding-left: 45px;
 }

 .ingridients-compo .ingridients__content {
  padding: 40px 5px 25px 5px !important;
 }

 .new-properties__text {
  padding-right: 10px !important;
 }

 .answer:before {
  top: 15px;
 }
}

.ds-desktop ._action-buttons_1hdgh_61:not(:empty) {
 margin: 32px auto 22px;
}

.content-site b {
 font-weight: 700;
}

.regaly div,
.a2oI562d,
.list-green li {
 line-height: 1.4 !important;
}

._button_cxqpk_38 ._arrowUp_cxqpk_54 {
 flex: auto 0 0;
}

hr {
 box-sizing: content-box;
 height: 0;
 overflow: visible;
 border-width: 1px;
 border-style: inset;
 margin-top: 10px;
 margin-bottom: 10px;
}
.question2:before {
 transform: translate(-50%, -50%);
 background: url(../images/question2.jpg) center center no-repeat;
 background-size: cover;
 top: 50%;
}
.question3:before {
 transform: translate(-50%, -50%);
 background: url(../images/question3.jpg) center center no-repeat;
 background-size: cover;
 top: 50%;
}
.gg2:before {
 transform: translate(-50%, -50%);
 background: url(../images/answer3.jpg) center center no-repeat;
 background-size: cover;
 top: 55px;
}

mark {
 --color1: red;
 --color2: red;
 --bg-height: 100%;
 all: unset;
 background-image: linear-gradient(var(--color1), var(--color2));
 background-position: 0 100%;
 background-repeat: no-repeat;
 background-size: 0 var(--bg-height);
 animation: highlight 800ms 1 ease-out;
 animation-fill-mode: forwards;
 animation-play-state: paused;
 font-weight: 600;
 padding: 0 5px;
 color: #e20000;
}

@keyframes highlight {
 to {
  background-size: 100% var(--bg-height);
  color: white;
 }
}

.yellow-box {
 max-width: 600px;
 background-color: #ffce46;
 padding: 10px 20px;
 font-size: 20px;
 font-weight: 700;
 text-align: center;
 margin: 0 auto 20px;
}

.green {
 background: #2a9e39;
 color: #fff;
 padding: 3px 5px;
}

.txt--bold {
 /* font-family: Poppins, sans-serif !important; */
 font-weight: 600;
}

.slider-nav {
 /* padding-top: 0; */
}
.a1a6MrkE img {
 margin-top: 0px;
}
.a2oI562d img {
 margin-top: 10px;
}
.gg3:before {
 transform: translate(-50%, -50%);
 background: url(../images/answer3.jpg) center center no-repeat;
 background-size: cover;
 top: 55px;
}

/* новые  */

.vote-block {
 width: auto;
 display: block;
 background: #f3f4f6 none repeat scroll 0% 0%;
 border-radius: 3px;
}

.vote-block-head {
 display: block;
 text-align: left;
 width: auto;
 padding: 15px 20px;
}

.vote-block-head h2 {
 color: rgb(143, 0, 1);
 text-transform: uppercase;
 margin-top: 0px;
 margin-bottom: 0px;
}

.vote-block-head span {
 color: rgb(0, 0, 0);
 text-transform: lowercase;
}

.vote-block-content {
 display: block;
 width: auto;
 border: 1px solid #f3f4f6;
 background: rgb(255, 255, 255) none repeat scroll 0% 0%;
 padding: 0px 20px;
}

.vote-block-content-container:first-child {
 margin-top: 30px;
}

.vote-block-content-container:last-child {
 margin-bottom: 40px;
}

.vote-block-content-container {
 display: block;
 width: auto;
 margin-bottom: 20px;
}

.vote-block-content-container::after {
 content: "";
 display: block;
 clear: both;
}

.vote-block-content-text {
 float: left;
 display: block;
 width: 40%;
 font-size: 16px;
 text-align: left;
}

.vote-block-content-stat {
 display: block;
 float: right;
 width: 60%;
 position: relative;
 background: #f3f4f6 none repeat scroll 0% 0%;
 height: 28px;
}

.vote-block-content-stat-line {
 display: block;
 position: absolute;
 top: 0px;
 left: 0px;
 width: 35%;
 height: 100%;
 background: rgb(102, 160, 29) none repeat scroll 0% 0%;
 text-align: right;
}

.vote-block-content-stat-line h6 {
 font-size: 15px;
 font-weight: 700;
 color: #f3f4f6;
 margin-left: 121%;
}

.line-1 {
 width: 23%;
 background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-2 {
 width: 47%;
 background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-3 {
 width: 8%;
 background: rgb(102, 160, 29) none repeat scroll 0% 0%;
}

.line-4 {
 width: 17%;
 background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-5 {
 width: 5%;
 background: rgb(147, 149, 152) none repeat scroll 0% 0%;
}

.line-1 h6 {
 color: rgb(102, 160, 29);
}

.line-2 h6 {
 color: rgb(102, 160, 29);
 margin-left: 108%;
}

.line-3 h6 {
 color: rgb(102, 160, 29);
}

.line-4 h6 {
 color: rgb(147, 149, 152);
}

.line-5 h6 {
 color: rgb(147, 149, 152);
}

.outline {
 border: 4px double #ef7c7c;
 /* padding: 10px 10px; */
 background: #fff5f5;
 text-align: center;
}

.outline p {
 margin-bottom: 0;
}

.outline font {
 color: #000 !important;
 font-size: 20px;
 font-weight: 500;
 text-shadow: 0 0 0 #000;
}

h6 {
 overflow-wrap: normal !important;
 line-height: 1.8;
}

.content-site a.red-link {
 font-weight: 600;
 display: block;
 text-align: center;
 text-decoration: underline;
 color: #fa0019 !important;
 max-width: 80%;
 margin: 0 auto;
 margin-bottom: 30px;
}

.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: "";
 }
}

.mb-2 {
 margin-bottom: 0.5rem;
}

p.qoutoball {
 position: relative;
 margin: 0 10px;
 margin-bottom: 25px;
 font-size: 100%;
 padding-right: 35px;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 0 0 0 75px;
 min-height: 80px;
 position: relative;
}

p.qoutoball::before {
 content: "";
 display: block;
 width: 53px;
 height: 42px;
 top: 5px;
 left: 0;
 position: absolute;
 background: url(../images/quote-icon-24hu-24.svg) center center no-repeat;
 background-size: 53px 42px;
}

@media (min-width: 768px) {
 p.qoutoball {
  position: relative;
  margin: 30px 0;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  padding: 0 0 0 75px;
  min-height: 80px;
  position: relative;
  font-size: 120%;
 }
}

.swiper-cube .swiper-cube-shadow:before {
 /* background: transparent; */
}

.MsoNormal.mt-4.mb-0 {
 padding-bottom: 0;
}

.sub-title {
 font-size: 20px !important;
 font-weight: 700;
 line-height: 1.4;
}

.main-img-2 {
 margin: 16px auto 16px;
 width: 100% !important;
 max-width: 450px !important;
}

.main-img-3,
.main-img-5 {
 margin: 0 auto 20px;
 width: 100% !important;
}

.main-img-4 {
 max-width: 400px !important;
}
.main-img-4,
.main-img-6 {
 width: 100%;
 margin: 0 auto 15px;
}

.main-img-5 {
 max-width: 320px !important;
}

.caption {
 text-align: center !important;
 font-size: 14px !important;
 line-height: 1.4 !important;
 display: block;
}

.article__media-caption {
 text-align: center;
 line-height: 1.4;
}

.reply {
 padding-left: 60px;
}

.comment-delay-load {
 display: none;
}

.ending-block {
 margin-bottom: 2rem;
 border-radius: 0.75rem;
 border-width: 3px;
 border-style: solid;
 --tw-border-opacity: 1;
 border-color: rgb(5 150 105 / var(--tw-border-opacity));
 --tw-bg-opacity: 1;
 background-color: rgb(209 250 229 / var(--tw-bg-opacity));
 padding: 1rem;
 --tw-shadow: 0 4px 6px -1px #0000001a, 0 2px 4px -2px #0000001a;
 --tw-shadow-colored: 0 4px 6px -1px var(--tw-shadow-color), 0 2px 4px -2px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}

@media (min-width: 640px) {
 .ending-block {
  padding: 2rem;
 }
}

.pulse {
 box-shadow: 0 0 0 #f4722166;
 animation: pulse 2s infinite;
}

.pulse:hover {
 animation: none;
}

@keyframes pulse {
 0% {
  box-shadow: 0 0 0 0 #f4722166;
 }

 70% {
  box-shadow: 0 0 0 15px #f4722100;
 }

 to {
  box-shadow: 0 0 0 0 #f4722100;
 }
}

.question,
.answer {
 margin: 10px 0 20px 55px;
 min-height: 110px;
 padding: 5px 0;
 display: flex;
 flex-direction: column;
 justify-content: center;
 align-items: flex-start;
 position: relative;
}

.question {
 background: #eeeeeeda;
 font-weight: bold;
}

.question img,
.answer img {
 border-radius: 50%;
 overflow: hidden;
 width: 100px;
 height: 100px;
 display: block;
 position: absolute;
 top: 50%;
 left: 3px;
}

.question img {
 transform: translate(-50%, -50%);
}

.answer img {
 top: 10px;
 transform: translateX(-50%);
}

.question p,
.answer p {
 margin: 0 0 10px 0 !important;
 padding-left: 70px;
 padding-right: 15px;
}

.question p:last-of-type,
.answer p:last-of-type {
 margin-bottom: 0 !important;
}

.answer p:last-of-type {
 margin-bottom: -25px !important;
}

.question p span,
.answer p span {
 font-weight: 700;
}

.violet {
 color: #0e0097;
}

.red {
 /* color: #f40b0b; */

 --tw-text-opacity: 1;
 color: rgb(255 16 16 / var(--tw-text-opacity, 1));
}

a.red {
 text-decoration: underline;
}

.opinion img {
 width: 100%;
 max-width: 450px;
 margin: 20px 0;
}

@media (max-width: 768px) {
 .question img,
 .answer img {
  width: 80px;
  height: 80px;
 }

 .question,
 .answer {
  margin-left: 35px;
 }
}

.door__container {
 display: flex;
 justify-content: space-evenly;
}
.door_box {
 perspective: 500px;
 position: relative;
}

.door_box,
.door {
 width: 165px;
 height: 346px;
 box-shadow: inset -1px -1px 0 1px #191919, inset 1px 1px 0 1px #191919;
}

.door,
.hi {
 position: absolute;
 top: 0;
 left: 0;
 width: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 height: 100%;
}
.door {
 background-image: url(../images/door1.png);
 background-repeat: no-repeat;
 transform: rotateY(0deg);
 display: inline-block;
 transition: all 0.75s ease;
 transform-origin: 0% 0%;
 cursor: pointer;
 background-size: contain;
}
#door__2 {
 background-image: url(../images/door2.png);
}
#door__3 {
 background-image: url(../images/door3.png);
}
.door:hover {
 transform: rotateY(-30deg);
}
.door.open {
 transform: rotateY(-85deg);
}
.door__head {
 word-wrap: break-word;
 font-size: 1.125rem;
 line-height: 1.5555555556;
 /* margin-bottom: 16px; */
 margin-top: 16px;
 text-align: center;
}
.door__sales {
 position: relative;
 font-size: 45px !important;
 font-weight: 700 !important;
 color: red !important;
 border-radius: 30px !important;
 padding: 30px 5px !important;
 box-shadow: 0 1px 2px 2px #7f7878;
 margin: 0 !important;
}
.door__title {
 color: #000 !important;
 font-weight: bolder;
 text-transform: uppercase;
 text-align: center;
 font-family: source-sans-pro, Arial, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu,
  Cantarell, Helvetica Neue, Helvetica, sans-serif;
 margin-bottom: 25px;
 font-size: 20px;
 padding: 10px 20px !important;
 background-color: #fbd554;
 border-radius: 4px;
}
@media (max-width: 1040px) {
 .door_box,
 .door {
  width: 95px;
  height: 200px;
 }
 .door__sales {
  font-size: 23px !important;
 }
 #form-block {
  margin-bottom: 30px !important;
 }
}
@media (max-width: 840px) {
 .door__sales {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px;
 }
 .door {
  background-size: contain;
 }
 #door__2 {
  background-size: contain;
 }
 #door__3 {
  background-size: contain;
 }
}
@media (max-width: 360px) {
 .door_box + .door_box {
  margin-left: 15px;
 }
 .door__sales {
  font-size: 19px !important;
  font-weight: 700 !important;
  color: red !important;
  border-radius: 30px !important;
  padding: 30px 5px;
 }
}
@media (max-width: 768px) {
 .card__item__sale .card__item__sale-100,
 .card__item__sale .card__item__sale-50,
 .card__item__sale .card__item__sale-30 {
  font-size: 22px !important;
 }
}
@media (max-width: 426px) {
 .card__item__sale .card__item__sale-100,
 .card__item__sale .card__item__sale-50,
 .card__item__sale .card__item__sale-30 {
  font-size: 15px !important;
 }
}
@media (max-width: 371px) {
 .card__item__sale .card__item__sale-100,
 .card__item__sale .card__item__sale-50,
 .card__item__sale .card__item__sale-30 {
  font-size: 11px !important;
 }
}
.prodImg {
 width: 83%;
}
.wheel-img {
 position: relative;
 user-select: none;
}
.wheel-img__numbers {
 position: absolute;
 font-size: 14px;
 display: block;
 width: 100%;
 height: 100%;
 top: 0;
 left: 0;
 user-select: none;
}
.wheel-img__number {
 color: #000;
 font-weight: bolder;
 position: absolute;
 font-size: 3.5em;
 line-height: 1;
}
.wheel-img__number::before {
 content: "%";
 display: block;
 position: absolute;
 left: 0;
 right: 0;
 top: 100%;
 font-size: 0.7em;
}
.wheel-img__number:nth-child(1) {
 top: 15%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.wheel-img__number:nth-child(2) {
 top: 25%;
 left: 75%;
 transform: translate(-50%, -50%) rotateZ(45deg);
}
.wheel-img__number:nth-child(3) {
 top: 50%;
 left: 85%;
 transform: translate(-50%, -50%) rotateZ(90deg);
}
.wheel-img__number:nth-child(4) {
 top: 75%;
 left: 75%;
 transform: translate(-50%, -50%) rotateZ(135deg);
}
.wheel-img__number:nth-child(5) {
 top: 85%;
 left: 50%;
 transform: translate(-50%, -50%) rotateZ(180deg);
}
.wheel-img__number:nth-child(6) {
 top: 75%;
 left: 25%;
 transform: translate(-50%, -50%) rotateZ(225deg);
}
.wheel-img__number:nth-child(7) {
 top: 50%;
 left: 15%;
 transform: translate(-50%, -50%) rotateZ(270deg);
}
.wheel-img__number:nth-child(8) {
 top: 25%;
 left: 25%;
 transform: translate(-50%, -50%) rotateZ(315deg);
}
@media only screen and (max-width: 576px) {
 .wheel-img__number {
  font-size: 1.95em;
 }
 .wheel-img__number::before {
  top: 100%;
 }
}
@keyframes super-rotation {
 70% {
  transform: rotate(1640deg);
 }
 100% {
  transform: rotate(1620deg);
 }
}
.super-rotation {
 -webkit-animation-name: super-rotation;
 animation-name: super-rotation;
 -webkit-animation-duration: 7s;
 animation-duration: 7s;
 -webkit-animation-fill-mode: forwards;
 animation-fill-mode: forwards;
 -webkit-transition-timing-function: ease-in-out;
 -o-transition-timing-function: ease-in-out;
 transition-timing-function: ease-in-out;
}
.wheel-cursor {
 user-select: none;
}
.submit-roulette:hover {
 background: #b00;
 transition: background 0.3s;
}
.additional-form-fields {
 padding-left: 5px;
 height: 42px;
 margin-bottom: 10px;
}
.submit-roulette:active {
 transform: translateY(2px);
 box-shadow: none;
}
input[value="Получить бесплатно"],
.submit-roulette {
 text-transform: uppercase;
 padding: 10px 15px;
 margin: 15px 0;
 outline: none;
 border: none;
 margin-top: 5px;
 border-radius: 5px;
 box-shadow: 0 4px 3px #242120;
 background: red;
 color: #fff;
 font-weight: bolder;
 cursor: pointer;
 transition: background 0.3s;
}
input[value="Получить бесплатно"]:hover {
 background: #b00 !important;
 transition: background 0.3s;
}
input[value="Получить бесплатно"]:active {
 transform: translateY(2px);
 box-shadow: none !important;
}
.input-roulette::placeholder {
 font-size: 0.9em;
}
.input-roulette {
 padding-left: 5px;
 height: 42px;
 margin-bottom: 10px;
 width: auto !important;
 display: block;
 margin: 10px auto;
}
input[placeholder="Ваше имя"],
input[placeholder="Ваш телефон"] {
 padding-left: 5px;
 height: 42px;
 margin-bottom: 10px;
}
.ruletka-p {
 text-indent: 0;
 color: #000;
 text-align: center !important;
 margin: 15px;
}
.ruletka-p h2 {
 font-size: 25px;
 margin-bottom: 15px;
}
.ruletka-a {
 color: #1697ce;
}
.spin-wrapper {
 -webkit-box-shadow: 0 0 10px;
 box-shadow: 0 0 10px;
 border: 3px solid red;
 padding: 20px 10px;
 border-radius: 10px;
 text-align: center;
 box-sizing: border-box;
}
.spin-wrapper .ruletka-p {
 margin-bottom: 15px;
}
.danger-text {
 color: red;
 white-space: nowrap;
}
.wheel {
 width: 380px;
 height: 380px;
 margin: 0 auto;
 position: relative;
}
.wheel img {
 max-width: 100%;
 max-height: 100%;
}
.wheel-img {
 max-width: 100%;
 max-height: 100%;
 -webkit-transition: 4s;
 -o-transition: 4s;
 transition: 4s;
}
.wheel-cursor {
 position: absolute;
 width: 35% !important;
 height: 35%;
 top: 50%;
 left: 50%;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
}
.cursor-text {
 position: absolute;
 z-index: 2;
 display: inline-block;
 width: 45% !important;
 height: 45%;
 font-size: 16px !important;
 line-height: 61px !important;
 cursor: pointer;
 border-radius: 50%;
 vertical-align: middle;
 text-align: center;
 background-color: #ccc;
 border: 1px solid #ccc;
 top: 49%;
 left: 50%;
 -webkit-user-select: none;
 -moz-user-select: none;
 -ms-user-select: none;
 user-select: none;
 -webkit-transform: translate(-50%, -50%);
 -ms-transform: translate(-50%, -50%);
 transform: translate(-50%, -50%);
 -webkit-box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
 box-shadow: #fff 0 -2px 0 inset, #fff 0 2px 0 inset, rgba(0, 0, 0, 0.4) 0 0 5px;
 background: #fff;
 background: -webkit-gradient(
  radial,
  center center,
  0px,
  center center,
  100%,
  color-stop(0%, white),
  color-stop(100%, #eaeaea)
 );
 background: -webkit-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
 background: -o-radial-gradient(center, ellipse cover, white 0%, #eaeaea 100%);
 background: -webkit-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
 background: -o-radial-gradient(center, ellipse, white 0%, #eaeaea 100%);
 background: radial-gradient(ellipse at center, white 0%, #eaeaea 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#ffffff",endColorstr="#eaeaea",GradientType=1);
}

.spin-result-wrapper {
 display: none;
 padding: 0 10px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 width: 100%;
 top: 0;
 z-index: 999;
 left: 0;
 height: 100%;
 position: fixed;
 background-color: rgba(0, 0, 0, 0.6);
 text-align: center;
}
.pop-up-window {
 position: relative;
 max-width: 400px;
 right: 0;
 left: 0;
 top: 40%;
 margin: 0 auto;
 background: #fff none repeat scroll 0% 0%;
 text-align: center;
 padding: 10px;
 padding-top: 70px;
 padding-bottom: 20px;
 border-radius: 10px;
 animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.close-popup {
 position: absolute;
 width: 30px;
 height: 30px;
 background-image: url(../images/cross.svg);
 background-size: 100%;
 top: -40px;
 border-radius: 50%;
 -webkit-box-shadow: 0 0 10px #fff;
 box-shadow: 0 0 10px #fff;
 right: -40px;
 cursor: pointer;
}
.pop-up-heading {
 font-size: 40px;
 margin-bottom: 20px;
}
.pop-up-text {
 margin: 0 !important;
 margin-bottom: 25px !important;
 font-size: 18px;
 padding-bottom: 10px;
 text-align: center !important;
}
a.pop-up-button {
 display: table;
 text-transform: uppercase;
 text-decoration: none !important;
 padding: 10px 20%;
 font-size: 20px;
 border-radius: 5px;
 background-color: #71c341;
 color: #fff !important;
 border: medium;
 cursor: pointer;
 outline: medium;
 margin: 16px auto;
}
.cursor-text:active {
 -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
 box-shadow: rgba(0, 0, 0, 0.4) 0 0 5px inset;
}
.pop-up-layer {
 position: fixed !important;
 top: 0 !important;
 width: 100% !important;
 height: 100% !important;
 background-color: rgba(0, 0, 0, 0.7) !important;
 z-index: 99 !important;
}
.pop-up-layer-show {
 display: block;
}
.pop-up-window {
 position: relative;
 max-width: 400px;
 right: 0;
 left: 0;
 top: 40%;
 margin: 0 auto;
 background: #fff none repeat scroll 0% 0%;
 text-align: center;
 padding: 10px;
 padding-top: 70px;
 padding-bottom: 20px;
 border-radius: 10px;
 animation: 0.7s ease 0s normal none 1 running pop-up-appear;
}
.pop-up-window::before {
 content: "";
 position: absolute;
 width: 110px;
 height: 110px;
 top: -55px;
 left: 0;
 right: 0;
 margin: 0 auto;
 background-color: #71c341;
 border-radius: 50%;
 animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-before;
}
.pop-up-window::after {
 content: "";
 position: absolute;
 width: 50px;
 height: 20px;
 top: -20px;
 left: 0;
 right: 0;
 margin: 0 auto;
 border-width: medium medium 4px 4px;
 border-style: none none solid solid;
 border-color: currentcolor currentcolor #fff #fff;
 -moz-border-top-colors: none;
 -moz-border-right-colors: none;
 -moz-border-bottom-colors: none;
 -moz-border-left-colors: none;
 border-image: none;
 transform: rotate(-45deg);
 transition: opacity 1s ease 0s;
 animation: 0.5s ease 0.6s normal backwards 1 running pop-up-appear-after;
}
.text_small {
 font-size: 0.5em !important;
 font-weight: 400 !important;
}
#order {
 display: none;
}
@keyframes pop-up-appear {
 0% {
  transform: translateY(-2000px);
 }
 30% {
  transform: translateY(100px);
 }
 100% {
  transform: translateY(0px);
 }
}
@keyframes pop-up-appear-before {
 0% {
  transform: scale(0);
 }
 100% {
  transform: scale(1);
 }
}
@keyframes pop-up-appear-after {
 0% {
  opacity: 0;
 }
 100% {
  opacity: 1;
 }
}
.pop-up-button:hover {
 color: #fff !important;
 text-decoration: none !important;
}
@media all and (max-width: 520px) {
 .wheel {
  width: 260px !important;
  height: 260px !important;
 }
 .cursor-text {
  line-height: 45px !important;
  font-size: 12px !important;
 }
 .close-popup {
  right: 0 !important;
 }
}
@media screen and (max-width: 520px) and (max-width: 345px) {
 .wheel {
  width: 250px !important;
  height: 250px !important;
 }
 .cursor-text {
  line-height: 40px !important;
  font-size: 11px !important;
 }
}
/* @media (max-width: 500px) {
	.door_box, .door {
		width: 85px;
		height: 180px;
	}
} */
.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);
 }
}

.btn-box {
 display: flex;
 align-items: center;
 justify-content: center;
 margin: 15px 0;
}
.btn-link {
 border-radius: 6px;
 border: 1px solid red;
 background-color: red;
 color: #fff !important;
 padding: 10px 15px;
 display: inline-block;
 transition: box-shadow 0.2s ease-in-out;
 text-decoration: none;
}
.btn-link:hover {
 background-color: red;
 text-decoration: none;
 box-shadow: 1px 1px 5px #222;
}
.btn-link:active {
 background-color: red;
 color: #fff;
}

.quiz_boxing,
.quiz_boxing2 {
 display: none;
}

h1.red {
 margin: 0 0 17px;
 font-size: 30px;
 line-height: 34px;
 color: #1b354a;
 padding: 0;
 color: #e14444;
 font-weight: bold;
}

.oblique-text {
 font-weight: bold;
}

.quotation__wrap {
 position: relative;
 padding-top: 1.5rem;
 padding-bottom: 1.5rem;
}

.quotation__wrap > p:first-child:before {
 content: ",,";
 position: absolute;
 left: 0;
 top: -0.75rem;
 --tw-rotate: 180deg;
 transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x))
  skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
 font-family: ui-serif, Georgia, Cambria, Times New Roman, Times, serif;
 font-size: 72px;
 font-style: normal;
 line-height: 1;
 letter-spacing: -6px;
 color: var(--primary-icon);
}

.quotation__wrap > p {
 margin-bottom: 0;
 margin-top: 0;
 color: var(--primary-text);
}

.quotation__wrap > p > .side-text {
 margin-top: 0.5rem;
 margin-left: auto;
 display: block;
 max-width: 20rem;
 text-align: right;
 font-style: normal;
 color: var(--secondary-text);
}

@media (min-width: 640px) {
 .quotation__wrap > p > .side-text {
  max-width: 24rem;
 }
}

.quotation__wrap > p:not(:last-child) {
 margin-bottom: 0.75rem;
}

.quotation__wrap mark {
 background-image: linear-gradient(rgba(0, 159, 255, 0.4), rgba(0, 159, 255, 0.4));
}

.red-link {
 font-weight: bold;
 display: block;
 text-align: center;
 text-decoration: underline;
 color: #e14444 !important;
 font-size: 26px;
 line-height: 1.4em;
 font-weight: 700;
 max-width: 95%;
 margin: 0 auto;
 margin-bottom: 30px;
}

.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: "";
 }
}

@media (max-width: 576px) {
 .red-link {
  max-width: 90%;
 }
}

.excl {
 margin: 0;
 background: #2e4b83;
 color: #fff;
 font-size: 18px;
 line-height: 1.4em;
 font-weight: 700;
 display: flex;
 justify-content: flex-start;
 align-items: center;
 padding: 5px 60px !important;
 min-height: 80px;
 border-radius: 0 100px 100px 0;
 overflow: hidden;
 position: relative;
 margin-bottom: 8px;
 margin-top: 8px;

 &.red-color {
  background: #de2b2b;
 }
}

.excl-red {
 background: red;
}

.excl p span.red {
 color: crimson;
}

.excl p a {
 color: #6e9bff;
}

.excl::before {
 content: "";
 display: block;
 width: 18px;
 height: 80px;
 left: 22px;
 top: -10px;
 position: absolute;
 background: url(../images/excl.png) center center no-repeat;
 background-size: contain;
}

.adva {
 display: table;
 width: auto;
 margin: 25px auto 25px;
}

@media (max-width: 570px) {
 .adva {
  width: 85%;
 }
}

.adva h2 {
 font-size: 20px;
 font-weight: 700;
 margin-bottom: 15px;
}

.adva ul {
 font-size: 19px;
 padding-left: 36px;
}

.adva ul li {
 position: relative;
 margin-bottom: 8px;
}

.adva ul .checkmark {
 display: block;
 width: 24px;
 height: 24px;
 position: absolute;
 margin-left: -30px;
}

.adva li::before {
 content: "";
 display: block;
 width: 24px;
 height: 24px;
 background: url(../images/checkmark.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -32px;
 top: 0px;
 transform: translateY(0);
}

.article-image {
 display: block;
 margin: 0px auto 20px;
}

.accordion {
 margin: 0px auto 30px;
 max-width: 700px;
}

.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-weight: 700;
 color: #19417d;
 border: none;
 background: none;
 outline: none;
}

.accordion button:hover,
.accordion button:focus {
 cursor: pointer;
 color: #000;
}

.accordion button:hover::after,
.accordion button:focus::after {
 cursor: pointer;
 color: #19417d;
 border: 1px solid #dcdcdc;
}

.accordion button .accordion-title {
 padding: 1em 1.5em 1em 0;
 /* white-space: break-spaces; */
 font-size: 18px;
}

.accordion button .icon {
 display: inline-block;
 position: absolute;
 top: 50%;
 transform: translateY(-50%);
 right: 0;
 width: 22px;
 height: 22px;
 border: 1px solid;
 border-radius: 22px;
}

.accordion button .icon::before {
 display: block;
 position: absolute;
 content: "";
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 10px;
 height: 2px;
 background: currentColor;
}

.accordion button .icon::after {
 display: block;
 position: absolute;
 content: "";
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 width: 2px;
 height: 10px;
 background: currentColor;
}

.accordion button[aria-expanded="true"] {
 color: #000;
}

.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;
 text-align: left;
 font-size: 18px !important;
}

.product-image {
 width: 100%;
 max-width: 350px;
}

@media screen and (max-width: 768px) {
 .product-image {
  max-width: 270px;
 }
}

.sdxxxc {
 display: flex;
 max-width: 100%;
 justify-content: center;
 flex-direction: column;
 align-items: center;
 padding-bottom: 0px;
 gap: 0px;
}

.sdxxxc img {
 max-width: 100%;
}

.sdsddd {
 flex-direction: row;
 flex-wrap: wrap;
}

.sdsddd img {
 max-width: 50%;
 max-height: 240px;
 object-fit: cover;
}

@media (max-width: 520px) {
 .sdsddd img {
  max-width: 100%;
 }
}

@media screen and (max-width: 480px) {
 .order_block .main_form .price {
  padding: 0 30px;
 }
}

.swiper {
 width: 100%;
 height: auto;
 padding-bottom: 20px;
 margin-bottom: 20px;
 position: relative;
}

.swiper2 {
 max-width: 460px;
 height: auto;
 padding-bottom: 15px;
 margin: 0 auto;
 margin-bottom: 0;
 margin-top: 25px;
 position: relative;
}

@media (min-width: 768px) {
 .swiper2 {
  max-width: 560px;
 }
}

.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);
}

.slider-1__text__text {
 z-index: 2;
 position: relative;
}

.slider-top {
 display: flex;
 align-items: center;
 height: 50px;
 background-color: #fff;
 padding: 0 15px !important;
}

.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-top__doted img {
 margin-top: 0 !important;
}

.slider-nav {
 display: flex;
 padding: 10px;
 background-color: #fff;
 position: relative;
 top: -15px;
}

.slider-nav img {
 max-width: 24px;
 height: 24px;
 margin-left: 5px;
}

.swiper-pagination-bullet {
 width: 17px;
 height: 17px;
 background: #ffffff;
 border: 8px solid #fa0019;
}

.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: 42px;
 height: 42px;
 border-radius: 0;
 background-image: url(../images/dot.svg);
 background-position: center;
 background-repeat: no-repeat;
 background-size: cover;
 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-bottom {
 padding: 0 15px;
 background-color: #fff;
}

.slider-bottom__like {
 margin: -8px 0 15px !important;
 font-style: normal;
 font-weight: 600;
 font-size: 15px !important;
 line-height: 16px;
 display: flex;
 align-items: center;
 padding: 0 !important;
 color: #131212;
}

.slider-bottom__text2 {
 font-style: normal;
 font-size: 17px !important;
 line-height: 1.4em !important;
 color: #131212 !important;
 padding: 0 !important;
 padding-bottom: 20px !important;
 text-align: left;
}

.slider-bottom__text2 > span {
 margin-bottom: 10px;
 display: inline-block;
}

.sidegutterleft .swiper-wrapper {
 flex-wrap: wrap;
}

.sidegutterleft .swiper-wrapper .swiper-slide {
 height: auto;
}

.swiper1 .swiper-cube-shadow {
 display: none !important;
}

.swiper1 {
 margin-left: auto !important;
 margin-right: auto !important;
 /* height:; */
}

@media only screen and (min-width: 1024px) {
 .swiper1 img {
  height: 332px;
 }

 .swiper1 .article__media-caption {
  margin-bottom: 0;
  padding-bottom: 8px;
 }
}

.swiper-backface-hidden .swiper-slide {
 max-width: 100%;
}

.swiper-cube .swiper-slide {
 height: auto !important;
}

.card-img {
 width: 100%;
}

.order_block .main_form {
 display: -webkit-box;
 display: -ms-flexbox;
 display: flex;
 -webkit-box-orient: vertical;
 -webkit-box-direction: normal;
 -ms-flex-direction: column;
 flex-direction: column;
 -webkit-box-align: center;
 -ms-flex-align: center;
 align-items: center;
 background: url(../images/form_bg.jpg) center top no-repeat;
 background-size: 100% 100%;
 padding: 60px 0;
 text-align: center;
 max-width: 590px;
 margin: 0 auto;
 font-size: 18px;
 margin-bottom: 30px;
}

.order_block .price_red {
 font-weight: 700;
 color: red;
}

.order_block img {
 vertical-align: middle;
 border-style: none;
}

.order_block * {
 font-family: "Inter";
}

.order_block .main_form h2 {
 font-size: 27px;
 line-height: 1.35;
 color: #000;
 font-weight: 900;
 margin: 10px 20px 0;
 text-align: center;
 font-style: normal;
}

.order_block .sertif {
 color: #3e4095;
 font-size: 14px !important;
 font-weight: bold;
}

.order_block .main_form p {
 padding: 0 0 0px;
 text-align: left;
 margin-bottom: 10px;
}

.order_block .main_form .price {
 margin-top: 0;
 padding: 0 20px;
 margin-bottom: 10px;
 text-align: center;
}

.order_block .blue-border {
 margin: 0 !important;
 padding: 10px 20px !important;
 text-align: center !important;
 font-size: 14px !important;
 line-height: 1.35;
}

.order_block .main_form label {
 margin-top: 10px;
 font-size: 14px !important;
 display: block;
 margin-bottom: 5px;
}

.order_block .main_form input {
 font-size: 16px !important;
 text-align: center;
 padding: 10px 15px;
 border-radius: 3px;
 border: 2px solid #ddc37c;
 width: 100%;
 max-width: calc(100% - 60px);
 font-weight: 700;
}
.order_block .main_form input:focus,
.order_block .main_form input:active {
 outline: 2px solid #c5a55c;
}
.order_block .main_form input[type="text"],
.order_block .main_form input[type="tel"] {
 background-color: #fff7dd;
}
.order_block .main_form input::placeholder {
 color: #664717;
 opacity: 1; /* Firefox */
}

.order_block .main_form input::-ms-input-placeholder {
 /* Edge 12 -18 */
 color: #664717;
}

.order_block .main_form button {
 padding: 10px 15px;
 color: #fff;
 width: 100%;
 max-width: calc(100% - 54px);
 font-weight: 900;
 text-decoration: none;
 border-radius: 5px;
 background-color: red;
 border: none;
 cursor: pointer;
 line-height: 1.4;
 margin-top: 20px;
 -webkit-box-sizing: border-box;
 box-sizing: border-box;
 margin-bottom: 20px;
 text-align: center;
}

.order_block .additional,
.order_block .timelimit {
 font-size: 14px;
 text-align: center;
 padding: 0 20px;
 line-height: 1.4;
}
.order_block .new-price {
 font-size: 22px;
 background: red;
 color: white;
 margin-left: 10px;
 padding: 0 5px;
 border-radius: 5px;
 font-weight: 900;
}
.order_block .timelimit b {
 display: inline-block;
 background: url(../images/timerIcon2.webp) no-repeat;
 margin-top: -2px;
 padding-left: 14px;
 color: red;
 vertical-align: middle;
 background-position: left center;
 font-size: 15px;
}

.order_block .delivery {
 display: flex !important;
 align-items: center !important;
 gap: 8px;
 color: #3e4095;
 padding-top: 25px;
 font-size: 16px !important;
 font-weight: bold;
 margin: 20px 20px 0 !important;
}

.delivery span {
 flex: 0 0 50px;
 margin-right: 0px;
}

@-webkit-keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@keyframes scale {
 0% {
  -webkit-transform: scale(100%);
  transform: scale(100%);
 }

 100% {
  -webkit-transform: scale(110%);
  transform: scale(110%);
 }
}

@-webkit-keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

@keyframes glowing {
 0% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 2px red;
 }

 50% {
  -webkit-box-shadow: 0 0 12px red;
  box-shadow: 0 0 12px red;
 }

 100% {
  -webkit-box-shadow: 0 0 4px red;
  box-shadow: 0 0 8px red;
 }
}

.order-info {
 text-align: center;
}

.order-info__title {
 font-size: 24px;
 font-weight: bold;
 color: red;
 text-align: center;
 margin-top: 30px;
 /* margin-bottom: 20px; */
}

.order-info__date {
 text-decoration: underline;
}

.order-info__count {
 display: block;
 background: red;
 padding: 10px;
 margin: 25px auto;
 margin-bottom: 25px;
 width: 178px;
 font-weight: 700;
 color: #fff;
 text-shadow: 0 -1px 0 #000000, 0 -1px 0 #000000, 0 1px 0 #000000, 0 1px 0 #000000, -1px 0 0 #000000, 1px 0 0 #000000,
  -1px 0 0 #000000, 1px 0 0 #000000, -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000,
  -1px -1px 0 #000000, 1px -1px 0 #000000, -1px 1px 0 #000000, 1px 1px 0 #000000;
 font-size: 32px;
 border-radius: 5px;
 animation-name: button;
 animation-duration: 1s;
 animation-iteration-count: infinite;
}

@keyframes button {
 0% {
  box-shadow: 0px 0px 10px #f20000;
 }

 60% {
  box-shadow: 0px 0px 3px rgba(242, 0, 0, 0.8);
 }

 100% {
  box-shadow: 0px 0px 10px #f20000;
 }
}

.order-info__count-val {
 font-size: 52px;
 line-height: 1.35;
}

.new-bb-block {
 background-color: #fff;
 border: 2px solid #36dc74;
 border-radius: 30px;
 padding-top: 25px !important;
 padding-left: 25px !important;
}

.redi {
 fill: red;
}
.whiti {
 fill: black;
}

.whiti2 {
 fill: #fff;
}

@media (min-width: 320px) {
 .order_block .main_form input {
  max-width: 265px;
  font-size: 18px !important;
 }
 .order_block .main_form button {
  max-width: 265px;
  font-size: 17px;
 }
}

@media (min-width: 400px) {
 .order_block .main_form input {
  max-width: 314px;
  font-size: 18px !important;
 }
 .order_block .main_form button {
  max-width: 318px;
  font-size: 17px;
 }

 .slider .slider-header img {
  width: 100%;
 }

 .order_block .delivery {
  margin: 20px 40px 0 !important;
 }
 .order_block .additional,
 .order_block .timelimit {
  padding: 0 40px;
 }
 .order_block .blue-border {
  padding: 10px 40px !important;
 }
 .a2oI562d {
  font-size: 18px !important;
 }
}

.comments h2 {
 font-size: 26px;
 border-bottom: 2px solid #f22929;
 margin-bottom: 20px;
 text-align: left;
}

.comments__item {
 display: grid;
 grid-template-columns: 63px 10fr;
 gap: 0.8em;
 font-size: 18px;
 margin-bottom: 40px;
}

#header {
 z-index: 100000;
}

.comments__title {
 margin-bottom: 5px;
}

@media (max-width: 540px) {
 .conditions_doc h3 {
  margin-right: 15px;
  margin-left: 15px;
 }

 .conditions_doc ul {
  padding-right: 15px;
  padding-left: 15px;
 }

 .effects_red__container {
  padding-right: 15px;
  padding-left: 50px;
 }

 .effects_red-ul > li {
  padding-left: 31px;
 }

 .reffects__container {
  padding-right: 15px;
  padding-left: 52px;
 }

 .reffects-ul > li {
  padding-left: 37px;
 }

 .excl {
  padding-right: 35px !important;
 }

 .question p,
 .answer p {
  padding-left: 52px;
  padding-right: 5px;
 }

 .line-list__content {
  padding-right: 10px;
  padding-left: 55px;
 }

 .line-list li {
  padding-left: 32px;
 }

 .line-list li::after {
  left: 17px;
 }

 .conditions-new li {
  padding-right: 5px;
  padding-left: 30px;
 }

 .conditions-new li::after {
  left: 21px;
 }

 .order_block .main_form button {
  font-size: 14px;
 }

 .conditions {
  padding-left: 15px;
  padding-right: 15px;
 }

 .chart-container #ageGenderChart {
  margin-right: -15px;
  margin-left: -15px;
  width: calc(100% + 30px) !important;
 }

 .chart-box {
  padding-left: 15px;
  padding-right: 15px;
 }

 .chart-box2 .chart-container {
  aspect-ratio: 3 / 3; /* станет выше */
 }

 .quotes.quotes-blue .quotes__content {
  padding-left: 15px;
  padding-right: 15px;
 }

 .conditions h3 {
  margin-left: 15px;
  margin-right: 15px;
 }
 .conditions ul {
  padding-left: 0px;
  padding-right: 0px;
 }
}

.paragraph a,
.comments__text a,
.lead-text a {
 --tw-text-opacity: 1;
 color: rgb(255 16 16 / var(--tw-text-opacity, 1));
 text-decoration-line: underline;
}

.otred {
 display: block;
 position: relative;
 border-left: 6px solid rgb(226 0 0 / var(--tw-text-opacity, 1));
 padding: 1px 18px 1px;
 background: #fff0f0;
 border-radius: 2px;
}
.otred p {
 font-size: 16px;
 color: #15544b;
 line-height: 1.3;
}
.otred p b {
 color: #333;
}
blockquote {
 margin: 20px 0 !important;
}
.blockquote {
 margin: 20px 0 !important;
}

.blockquote:before {
 background-color: rgb(226 0 0 / var(--tw-text-opacity, 1));
 content: "";
 height: calc(100%);
 left: 2px;
 position: absolute;
 top: 0px;
 width: 6px;
 display: block !important;
}
.blockquote {
 padding: 0px 25px !important;
 font-weight: 700;
}
blockquote {
 position: relative;
}
.text-center {
 text-align: center !important;
}
.article--mainPhotoSource {
 position: static;
 transform: none;
 text-shadow: none;
 color: #595959;
 font-size: 14px;
 line-height: 1.4;
 font-weight: 400;
 display: block;
 margin: 5px 0 0;
 -ms-writing-mode: initial;
 writing-mode: initial;
}
.my-ul-0 {
 margin: 0 !important;
 padding-left: 0 !important;
}

.my-ul-0 li {
 list-style-type: none !important;
 position: relative;
 display: list-item;
 padding-left: 24px !important;
}
.my-ul-0 li:before {
 content: "—";
 position: absolute;
 top: 3px;
 left: 2px;
 color: #ff0000;
 font-size: 16px;
 line-height: 1.2;
 font-weight: 600;
}
.uppercase {
 text-transform: uppercase;
}

.risk-orbit {
 --orbit-size: 700px; /* размер круга */
 --icon-size: 110px; /* ширина иконки + подпись */
 --text-offset: 20px; /* запас под подпись */

 position: relative;
 width: var(--orbit-size);
 height: var(--orbit-size);
 margin: 0 auto 30px;
}

.risk-orbit {
 --orbit-radius: calc((var(--orbit-size) / 2) - (var(--icon-size) / 2) - var(--text-offset));
}

/* ================================
	ЦЕНТР (женщина)
================================ */

.orbit-center {
 position: absolute;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
 z-index: 2;
}

.orbit-center img {
 width: 220px;
 height: auto;
}

/* ================================
	ОРБИТА (точка вращения)
================================ */

.orbit {
 position: absolute;
 top: 50%;
 left: 50%;
 width: 0;
 height: 0;
 transform: translate(-50%, -50%);
}

/* ================================
	ЭЛЕМЕНТЫ ПО КРУГУ
================================ */

.orbit-item {
 position: absolute;
 top: 0;
 left: 0;
 width: var(--icon-size);
 text-align: center;
 transform-origin: center center;
 min-width: 140px;
 transform: translate(-50%, -50%) rotate(var(--angle)) translate(var(--orbit-radius)) rotate(calc(-1 * var(--angle)));
}
.circle-constr {
 width: 250px;
 padding-bottom: 250px;
 border-radius: 50%;
 background-color: #ffce46;
 opacity: 1;
 background-image: radial-gradient(circle at center center, #ffce46, #ffffff),
  repeating-radial-gradient(circle at center center, #ffffff, #ffffff, 2px, transparent 18px, #ffffff 23px);
 background-blend-mode: multiply;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.circle-constr img {
 position: absolute;
 width: 210px;
 top: 50%;
 left: 50%;
 transform: translate(-50%, -50%);
}
.orbit-item img {
 display: block;
 margin: 0 auto 10px;
 width: 113px;
 height: auto;
}

.orbit-item p {
 font-family: Poppins, sans-serif !important;
 font-weight: 500;
 margin: 0;
 line-height: 1.2;
}
/* ================================
	МОБИЛКА — GRID ПОД ФИГУРОЙ
================================ */

@media (max-width: 768px) {
 /* ===== ОСНОВНОЙ КОНТЕЙНЕР ===== */
 .risk-orbit {
  position: relative;
  width: 100%;
  height: auto;
  margin: 0 auto 40px;

  display: flex;
  flex-direction: column;
  align-items: center;
 }

 /* ===== ЦЕНТР (ЖЕНЩИНА) ===== */
 .orbit-center {
  position: relative;
  top: auto;
  left: auto;
  transform: none;
  z-index: auto;

  margin-top: 20px;
  margin-bottom: 40px;
  text-align: center;
 }

 .orbit-center img {
  width: 220px;
  max-width: 100%;
  height: auto;
 }

 /* ===== ОРБИТА → GRID ===== */
 .orbit {
  position: static;
  top: auto;
  left: auto;
  transform: none;

  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;

  width: 100%;
  max-width: 360px;
  margin: 0 auto;

  height: auto !important;
  min-height: 1px;
 }

 /* ===== ЭЛЕМЕНТЫ ===== */
 .orbit-item {
  position: static;
  transform: none;
  width: 100%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  text-align: center;
  height: 100%;
 }

 .orbit-item img {
  max-width: 100%;
  max-height: 107px;
  margin-bottom: 8px;
  flex-shrink: 1;
 }

 .orbit-item p {
  margin: 0;
  line-height: 1.2;
  margin-top: auto;
  padding-bottom: 15px;
 }
}

mark {
 --color1: #ffce46;
 --color2: #ffce46;
 --bg-height: 100%;
 all: unset;
 background-image: linear-gradient(var(--color1), var(--color2));
 background-position: 0 100%;
 background-repeat: no-repeat;
 background-size: 0 var(--bg-height);
 animation: highlight 800ms 1 ease-out;
 animation-fill-mode: forwards;
 animation-play-state: paused;
 padding: 0;
}

@keyframes highlight {
 to {
  background-size: 100% var(--bg-height);
 }
}

.navigation-page-block {
 background: #f2f2f2;
 padding: 15px 22px;
}

.navigation-page-list li {
 margin-bottom: 5px !important;
}
.image-img {
 display: block;
 margin: 10px auto;
 max-width: 750px;
 width: 100%;
}
h1.promo {
 line-height: 30px;
 font-family: Poppins, sans-serif !important;
 margin: 20px 0 10px;
 font-size: 25px;
 font-weight: 700;
}

.hormone-table {
 width: 100%;
 margin: 20px 0;
 border-collapse: separate;
 border-spacing: 0;
}

.hormone-table th,
.hormone-table td {
 vertical-align: middle;
 font-size: 16px;
 line-height: 1;
 color: #fff;
}
.hormone-table td {
 background-color: #135;
 border: 1px solid #042243;
}

.hormone-table .group-even td {
 background-color: #042243;
 border: 1px solid #135;
}

.hormone-table .vertical-header,
.hormone-table .vertical-cell {
 writing-mode: vertical-rl;
 transform: rotate(180deg);
 text-align: center;
 white-space: normal;

 width: 60px;
 min-width: 60px;
 max-width: 60px;
 color: #74889e;

 background-color: #135;
}
.hormone-table th,
.hormone-table .group-even .vertical-cell {
 background-color: #042243;
 border: 1px solid #135;
}
.hormone-table th {
 padding: 15px;
 color: #74889e;
}
.hormone-table .hormon-arrow {
 min-width: 80px;
 width: 80px;
 max-width: 80px;
 padding: 8px;
}
.arrow {
 display: inline-block;
 width: 20px;
 height: 20px;

 -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-8 8h5v8h6v-8h5z'/%3E%3C/svg%3E");
 mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 4l-8 8h5v8h6v-8h5z'/%3E%3C/svg%3E");

 -webkit-mask-repeat: no-repeat;
 mask-repeat: no-repeat;
 -webkit-mask-size: contain;
 mask-size: contain;
 -webkit-mask-position: center;
 mask-position: center;
}
.arrow.down {
 -webkit-mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20l8-8h-5V4h-6v8H4z'/%3E%3C/svg%3E");
 mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 20l8-8h-5V4h-6v8H4z'/%3E%3C/svg%3E");
}

.level-0 {
 background-color: #096;
}

.level-1 {
 background-color: #fe0;
}

.level-2 {
 background-color: #ff9800;
}

.level-3 {
 background-color: #ff0000;
}

.ingredients-grid {
 max-width: 900px;

 display: grid;
 gap: 15px;
}

.ingredient {
 display: grid;
 grid-template-columns: 120px 1fr;
 gap: 12px;
 align-items: flex-start;
}

.ingredient-img {
 width: 120px;
 height: 120px;
 border-radius: 12px;
 /* background: #fff; */
 display: flex;
 align-items: flex-start;
 justify-content: center;
}

.ingredient-img img {
 max-width: 80% !important;
 height: auto !important;
 display: block !important;
 margin: 0 !important;
}

.ingredient-text h4 {
 margin: 0 0 0px !important;
 font-weight: 700;
 line-height: 1.3;
 font-size: 18px;
}

.ingredient-text p {
 margin: 0;
 line-height: 1.35em;
 color: #333;
}

@media (max-width: 640px) {
 .ingredient {
  grid-template-columns: 1fr;
  text-align: left;
  margin-bottom: 10px;
 }

 .ingredient-img {
  margin: 0 auto;
  width: 200px;
  height: 170px;
 }
}
.green-check {
 display: inline-block;
 color: #096;
}

.large600 {
 background: url(../images/form_bg2.jpg) #c7edff !important;
 background-size: 100% 100% !important;
 border: 1px solid #5c8ea5 !important;
 padding: 30px 30px 20px !important;
 box-shadow: inset 0 0 0 1px rgba(255, 255, 255, 0.6) !important;
 margin: 0px auto 20px !important;
 position: relative !important;
 max-width: 750px !important;
}
.large600 h3 {
 text-align: center !important;
}
.large600 ul {
 list-style-type: none !important;
 margin-left: 1.95rem !important;
 margin-top: 20px !important;
}
.large600 ul li {
 display: block !important;
 margin-bottom: 15px !important;
 padding-top: 3px !important;
 padding-left: 10px !important;
 position: relative !important;
}
.large600 ul li b {
 padding-bottom: 10px;
}
.large600 ul li::before {
 content: "" !important;
 display: block !important;
 width: 30px !important;
 height: 30px !important;
 position: absolute !important;
 left: -30px !important;
 top: 0 !important;
 background: url(../images/4063942.png) center center no-repeat !important;
 background-size: contain !important;
}
@media (max-width: 1024px) {
 .large600 {
  padding: 30px 10px 20px;
 }
}

.bmi-inline {
 display: flex;
 align-items: center;
 gap: 8px;
 flex-wrap: wrap;
}

.bmi-inline input {
 height: 44px;
 min-width: 150px;
 padding: 0 10px;
 border-radius: 2px;
 border: 1px solid #ccc;
 font-size: 16px;
}

.bmi-inline button {
 height: 44px;
 padding: 8px 15px;
 border-radius: 2px;
 background: #fe0;
 color: #111;
 cursor: pointer;
 white-space: nowrap;
 font-weight: 600;
 font-size: 16px;
}

#bmiResult {
 margin-left: 10px;
 min-width: 160px;
 font-size: 16px;
}

@media (max-width: 640px) {
 .bmi-inline {
  flex-direction: column;
  align-items: stretch;
 }

 #bmiResult {
  margin-left: 0;
 }
}

.quotes2__content ul {
 list-style: none;
 margin: 0 !important;
 padding: 0;
}
.quotes2__content li,
.quotes2__content li:last-child {
 position: relative;
 padding: 14px 14px 14px 56px !important;
 margin-bottom: 16px;
 background: rgba(255, 255, 255, 1);
 border: 1px solid #e1e8fb;
 border-left: 4px solid var(--c3);
 border-radius: 2px;
 box-shadow: 0 2px 8px rgba(134, 168, 255, 0.12);
 transition: transform 0.25s ease, box-shadow 0.25s ease;
 animation: fadeUp 0.5s ease both;
}
.quotes2__content li:last-child {
 margin-bottom: 0;
}
.quotes2__content li:hover {
 transform: translateY(-2px);
 box-shadow: 0 6px 16px rgba(134, 168, 255, 0.18);
}

.quotes2__content li::before {
 content: attr(data-step);
 position: absolute;
 left: 14px !important;
 top: 15px;
 width: 30px;
 height: 30px;
 background: #365cb0;
 color: #fff;
 font-weight: 700;
 display: flex;
 align-items: center;
 justify-content: center;
}
.quotes2__content p {
 margin: 0px 0;
 color: var(--ink);
 padding: 5px 0;
}
.quotes2__content li b {
 color: var(--c3);
 padding-bottom: 0;
}

@keyframes fadeUp {
 from {
  opacity: 0;
  transform: translateY(8px);
 }
 to {
  opacity: 1;
  transform: translateY(0);
 }
}
@keyframes floaty {
 0%,
 100% {
  transform: translate(0, 0);
 }
 50% {
  transform: translate(6px, 8px);
 }
}
@keyframes drift {
 0% {
  transform: translateX(0);
 }
 100% {
  transform: translateX(120px);
 }
}

@media (prefers-reduced-motion: reduce) {
 .quotes2.quotes-butterfly::before,
 .quotes2.quotes-butterfly::after,
 .quotes2.quotes-butterfly .sparkle,
 .quotes2__content li {
  animation: none;
 }
 .quotes2__content li {
  transition: none;
 }
}

.quotes2.quotes-butterfly {
 --c1: #f2f8ff;
 --c2: #ffffff;
 --c3: #365cb0;
 --c4: #86a8ff;
 --ink: #24324a;

 background: linear-gradient(135deg, var(--c1), #365cb0);

 background-size: cover;
 padding: clamp(18px, 3vw, 26px) clamp(14px, 4vw, 22px);
 margin: clamp(20px, 4vw, 20px) auto;
 position: relative;
 overflow: hidden;
}

.quotes2.quotes-butterfly::before,
.quotes2.quotes-butterfly::after {
 content: "";
 position: absolute;
 pointer-events: none;
 width: 120px;
 height: 120px;
 border-radius: 50%;
 background: radial-gradient(circle at 30% 30%, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0) 65%),
  radial-gradient(circle at 70% 70%, rgba(134, 168, 255, 0.25), rgba(134, 168, 255, 0) 65%);
 filter: blur(2px);
 animation: floaty 10s ease-in-out infinite;
}
.quotes2.quotes-butterfly::before {
 top: -50px;
 right: -40px;
}
.quotes2.quotes-butterfly::after {
 bottom: -60px;
 left: -40px;
 animation-duration: 12s;
}
.quotes2.quotes-butterfly .sparkle {
 position: absolute;
 width: 8px;
 height: 8px;
 background: transparent;
 box-shadow: 24px 18px 0 0 rgba(74, 122, 255, 0.25), 80px 6px 0 0 rgba(255, 255, 255, 0.8),
  140px 34px 0 0 rgba(134, 168, 255, 0.35), 200px -6px 0 0 rgba(74, 122, 255, 0.2);
 animation: drift 14s linear infinite;
 top: 10px;
 left: 16px;
}
.quotes2.quotes-butterfly .sparkle.s2 {
 bottom: 12px;
 right: 18px;
 top: auto;
 left: auto;
 animation-duration: 16s;
}
.table_pad {
 padding-left: 10px;
}

.quotes-red ul {
 list-style-type: none !important;
 counter-reset: item !important;
 margin: 20px 0 !important;
 padding: 0 !important;
}
.quotes-red li {
 padding-left: 45px !important;
 display: block !important;
 position: relative !important;
 margin-bottom: 15px !important;
 line-height: 23px !important;
}
.quotes-red li span {
 font-weight: 700 !important;
 line-height: 21px !important;
 vertical-align: middle !important;
}
.quotes-red li:last-of-type {
 margin-bottom: 0 !important;
}
.quotes-red li::before {
 counter-increment: item !important;
 content: counter(item) !important;
 display: flex !important;
 align-items: center !important;
 justify-content: center !important;
 width: 30px !important;
 height: 30px !important;
 border: 2px solid #e35a5a !important;
 position: absolute !important;
 left: 0px !important;
 top: 15px !important;
 transform: translateY(-50%) !important;
 font-weight: 600 !important;
 color: #000 !important;
}
.new-properties__text {
 margin-bottom: 0;
 margin-top: 0;
}
.new-properties__title {
 font-weight: 700;
}

.quotes {
 padding-top: 30px;
 background: url(../images/quote_open.png) top left 0 no-repeat;
 background-size: 185px;
}

.quotes__content {
 background: url(../images/quote_close.png) bottom 0 right 0 no-repeat;
 background-size: 235px;
}

.quotes.quotes-butterfly h2,
.quotes.quotes-butterfly h3 {
 color: #000;
}
.quotes.quotes-butterfly h3 {
 font-size: 18px;
}
.quotes.quotes-butterfly li::before {
 content: "";
 display: block;
 width: 29px;
 height: 35px;
 background: url(../images/butterfly.png) center center no-repeat;
 background-size: contain;
 position: absolute;
 left: -12px;
 top: 50%;
 transform: translateY(-50%);
 margin-top: 0;
}
.quotes.quotes-butterfly .yellow-bg {
 font-size: 18px;
}
.quotes.quotes-butterfly strong {
 color: #000;
}
.violet-bg {
 background-color: #f9891f;
 background-image: linear-gradient(315deg, #f9891f 0%, #b621fe 74%);
 color: #fff !important;
}

.list2 {
 padding-left: 0px !important;
 margin-bottom: 20px !important;
 padding: 0 0 0 !important;
 margin-right: 0px !important;
}
.list2 ul {
 list-style-type: none !important;
 margin-left: 27px !important;
 padding-left: 0px !important;
}
.list2 li {
 display: block !important;
 margin-bottom: 15px !important;
 background: linear-gradient(95.88deg, #e6ecf9 33.37%, #fff 86.23%) !important;
 padding: 3px 12px 6px !important ;
 padding-right: 50px !important;
 border-left: 2px solid #2b4a8f !important;
 position: relative !important;
 line-height: 1.4 !important;
}
.list2 li::before {
 content: "" !important;
 display: block !important;
 width: 20px !important;
 height: 20px !important;
 position: absolute !important;
 left: -28px !important;
 top: 4px !important;
 background: url(../images/checkmark_violet.png) center center no-repeat !important;
 background-size: contain !important;
}
.list2.list3 li {
 background: linear-gradient(95.88deg, #fde2e2 33.37%, #f6f6f6 86.23%) !important;
 border-left: 2px solid #ff0000 !important;
}
.list2.list3 li::before {
 background: url(../images/check_red.png) center center no-repeat !important;
 background-size: contain !important;
}
.list2.list3 ul {
 margin-top: 20px !important;
}
.list2.list4 li {
 display: block !important;
 margin-bottom: 15px !important;
 background: none !important;
 padding: 0px !important;
 padding-right: 0px !important;
 border-left: none !important;
 position: relative !important;
 line-height: 1.4 !important;
}
.list2.list4 li::before {
 width: 20px !important;
 height: 20px !important;
 background: url(../images/0158.png) center center no-repeat !important;
 background-size: contain !important;
 top: 3px !important;
 left: -20px !important;
}

.content-site a,
h1 a {
 color: #416fd6 !important ;
 text-decoration: underline !important;
}

.effects {
 background: linear-gradient(117.36deg, #3262be 2.35%, #21417d 99.66%);
 color: #fff;
 margin: 20px auto 0px;
 padding: 0 !important;
 max-width: 700px;
}
.effects__container {
 padding: 1px 35px 1px 35px;
 color: #fff;
}
.effects h2 {
 font-size: 24px !important;
 line-height: 1.2em !important;
 position: relative !important;
 margin-bottom: 40px !important;
 margin-top: 10px;
 text-align: center !important;
 max-width: 100% !important;
 color: #fff !important;
 font-weight: 600 !important;
 padding: 0 !important;
}
.effects h2:after {
 content: "";
 display: block;
 width: 100px;
 height: 2px;
 background: #fff;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
 bottom: -20px;
}
.effects ul.effects_ul {
 margin-left: 0;
 color: #fff;
 list-style: none !important;
}
.effects ul.effects_ul li {
 padding-left: 30px;
 min-height: 20px;
 font-size: 16px;
 position: relative;
 margin-bottom: 5px;
 padding-bottom: 0;
 line-height: 1.4;
 color: #fff;
}
.effects ul.effects_ul li::before {
 content: "";
 position: absolute;
 display: block;
 width: 20px;
 height: 20px;
 background: url(../images/check.png) center center no-repeat;
 background-size: contain;
 left: 0;
 top: 1px;
}
.effects ul.effects_ul ul.no_effects_ul {
 margin: 10px 0 0 !important;
 padding-left: 0;
 list-style: none !important;
}
.effects ul.effects_ul ul.no_effects_ul li::before {
 content: "—";
 position: absolute;
 top: 0px;
 left: -2px;
 color: #fff;
 font-size: 20px;
 line-height: 1.2;
 font-weight: 600;
 background: none;
}

.effects li p {
 margin-bottom: 0;
 font-weight: 400;
}
.chart-container {
 display: flex;
 justify-content: space-around;
 align-items: flex-end;
 height: 300px;
 max-width: 700px;
 margin: 0 auto 8%;
 border: 1px solid #ccc;
 padding: 15px 0;
}

.bar-wrapper {
 display: flex;
 flex-direction: column;
 justify-content: flex-end;
 align-items: center;
 width: 40%;
 height: 100%;
}

.bar {
 width: 100%;
 display: flex;
 align-items: center;
 justify-content: center;
 font-weight: bold;
 color: #fff;
 border-radius: 4px 4px 0 0;
}

.dieta {
 background-color: #a6a6a6;
 height: 10%;
}

.weightberry {
 background-color: #2b4a8f;
 height: 92%;
}

.chart-container .label {
 margin-top: 12px;
 font-size: 18px;
 text-align: center;
 color: #333;
 /* background: #fff; */
}

@media (max-width: 480px) {
 .chart-container {
  margin: 0;
 }

 .bar {
  font-size: 0.85rem;
 }

 .label {
  font-size: 0.9rem;
 }

 .regaly__item {
  grid-template-columns: 2fr 5.5fr !important;
 }
}

.regaly {
 max-width: 700px;
 margin: 20px auto 10px;
}
.regaly__item {
 position: relative;
 display: grid;
 grid-template-columns: 1fr 5.5fr;
 margin-bottom: 25px;
 align-items: center;
 gap: 15px;
}

.regaly__right {
 font-size: 17px;
 line-height: 24px;
}

.conditions {
 margin: 0 auto 16px;
 padding: 45px 30px 15px;
 background: #eef1f6;
 line-height: 1.5;
 border: 2px solid #009966;
}
.conditions .badge {
 display: table;
 width: 130px;
 margin: -100px auto 30px;
 border-radius: 50%;
}
.conditions h3,
.conditions p {
 text-align: center;
 margin: 0 0px;
 margin-bottom: 40px !important;
 position: relative;
 font-size: 18px;
 max-width: 100%;
}
.conditions h3 {
 color: #153354;
}

.conditions b {
 color: #153354;
}
.conditions h3::after {
 content: "";
 display: block;
 width: 90px;
 height: 2px;
 background: #009966;
 bottom: -20px;
 position: absolute;
 left: 50%;
 transform: translateX(-50%);
}
.conditions ul {
 list-style-type: none !important;
 padding-right: 25px !important;
 padding-bottom: 10px !important;
 padding-left: 25px !important;
}
.conditions li {
 padding-left: 45px !important;
 display: block !important;
 margin-bottom: 10px !important;
 position: relative !important;
}
.conditions li::before {
 content: "" !important;
 display: block !important;
 width: 24px !important;
 height: 24px !important;
 position: absolute !important;
 left: 10px !important;
 top: 0px !important;
 background: url(../images/checkmark.png) center center no-repeat !important;
 background-size: contain !important;
}
.conditions li:last-of-type {
 margin-bottom: 0 !important;
}
.conditions li span {
 font-weight: 700;
}

@media (max-width: 480px) {
 .large600 ul {
  margin-left: 30px;
  padding-right: 0 !important;
 }
 .large600 {
  padding: 30px 15px 20px !important;
 }
 .effects__container {
  padding: 1px 10px;
 }
 .conditions {
  padding: 55px 4px 0 0;
 }
 .conditions h3 {
  margin: 0 10px;
  margin-bottom: 40px;
 }
 .conditions ul {
  padding-right: 0px !important;

  padding-left: 0px !important;
  padding-bottom: 15px !important;
 }
 .steps {
  padding-right: 0px !important;

  padding-left: 0px !important;
 }
 .steps h2 {
  padding: 0 0px 0 0;
  font-weight: 700;
  margin-bottom: 15px;
 }
 .navigation-page-block {
  padding: 15px 15px;
 }

 .effects ul.effects_ul li::before {
  left: 0px;
 }
 .regaly__left img {
  max-width: 100% !important;
 }
 .list2 li {
  padding-right: 0px !important;
  background: linear-gradient(95.88deg, #e6ecf9 33.37%, #fff 93.23%) !important;
 }
 .effects ul.effects_ul {
  padding-right: 5px !important;
 }
 .effects ul.effects_ul ul.no_effects_ul {
  padding-right: 0px !important;
 }
 .question {
  margin-bottom: 0px !important;
 }
 .answer {
  margin-bottom: 30px !important;
 }
}
.steps {
 padding-bottom: 15px;
 padding-left: 10px;
 padding-right: 10px;
 border: none !important;
}

.swiper {
 width: 100%;
 height: auto;
 padding-bottom: 20px;
 margin-bottom: 20px;
 position: relative;
}

.swiper2 {
 max-width: 100%;
 height: auto;
 padding-bottom: 0;
 margin: 0 auto;
 margin-bottom: 35px;
 margin-top: 15px;
 position: relative;
}
@media (min-width: 768px) {
 .swiper2 {
  max-width: 800px;
 }
}
.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 {
 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 {
 display: flex;
 justify-content: center;
 margin-top: 0px;
}

.swiper-pagination-bullet {
 width: 17px;
 height: 17px;
 background: #ffffff;
 border: 8px solid #0e0097;
}

.swiper-pagination-bullet-active {
 background: linear-gradient(265.51deg, #b61814 0%, #d8b022 100%);
 box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.25);
}
.slider-top {
 display: flex;
 align-items: center;
 height: 50px;
 background-color: #fff;
 padding: 0 15px;
}
.slider-top__img {
 width: 34px !important;
 height: 34px !important;
 border-radius: 50%;
 background: #ffffff;
 border: 1px solid #dce2e9;

 margin-right: 11px;
 background-size: cover;
}
.slider-top__name {
 font-size: 15px;
 font-style: normal;
 font-weight: bold;
 color: #131212;
}
.slider-top__doted {
 margin-left: auto;
 margin-top: 0px;
}

.slider-nav {
 display: flex;
 padding: 15px 10px 10px 10px !important;
 background-color: #fff !important;
 position: relative !important;
 top: -5px !important;
}
.slider-nav img {
 display: inline-block !important;
 max-width: 24px !important;
 height: 24px !important;
 margin: 0 0 0 5px !important;
}
.slider-bottom {
 padding: 0 15px;
 font-size: 16px !important;
 background-color: #fff;
}
.slider-bottom__like {
 margin: 0 0 8px !important;
 font-size: 16px !important;

 font-style: normal;
 font-weight: bold;
 display: flex;
 align-items: center;

 color: #131212;
}
.slider-bottom__text2 {
 font-size: 16px !important;
 line-height: 1.4;
 font-style: normal;
 color: #131212 !important;
 text-align: left;
 padding-bottom: 30px;
}
.sidegutterleft .swiper-wrapper {
 flex-wrap: wrap;
}
.sidegutterleft .swiper-wrapper .swiper-slide {
 height: auto;
}

.swiper1 .swiper-cube-shadow {
 display: none !important;
}
.swiper1 {
 margin-left: auto !important;
 margin-right: auto !important;
}
@media only screen and (min-width: 1024px) {
 .swiper1 img {
  height: 332px;
 }
 .swiper1 .article__media-caption {
  margin-bottom: 0;
  padding-bottom: 8px;
 }
}

.swiper-backface-hidden .swiper-slide {
 max-width: 100%;
}

.card-img {
 width: 100%;
 margin: 0 !important;
}
.swiper-cube .swiper-cube-shadow {
 position: absolute;
 left: 0;
 bottom: 0px;
 width: 100%;
 height: 100%;
 opacity: 0.6;
 z-index: 0;
}
/* .new-pag > .swiper-pagination-bullet {
 display: block;
 width: 18px;
 height: 18px;
 border-radius: 0;
 background-image: url(../images/dot.svg);
 background-size: cover;
 background-position: center;
 background-repeat: no-repeat;
 border: none;
 opacity: 0.3;
 outline: none;
 background-color: transparent !important;
}
.new-pag > .swiper-pagination-bullet-active {
 border: none;
 box-shadow: none;

 opacity: 1;
 outline: none;
} */
.swiper-slide img {
 width: 100%;
}

.swiper2 {
 width: 100%;
 max-width: 650px;
 height: auto;
}
.swiper-wrapper {
 height: auto;
}
.swiper-cube .swiper-slide {
 height: auto !important;
}
.text-center {
 text-align: center;
 padding: 0 !important;
}
