.wide-container {
    max-width: var(--wide-container);
}

.container {
    max-width: var(--container);
}

.small-container {
    max-width: var(--small-container);
}

.main-wrapper {
    overflow-x: hidden;
}

.small-container,
.wide-container,
.container {
    margin: 0px auto;
    padding: 0px;
    padding-left: var(--default-container-padding);
    padding-right: var(--default-container-padding);
    position: relative;
}

.grid-banner-block {
    max-width: var(--grid-banner-block);
    margin: 0px auto;
}

.flex {
    display: flex;
}

.flex-between {
    justify-content: space-between;
}

.main-menu ul {
    display: flex;
    margin: 0px;
    height: 100%;
    width: 100%;
}

.main-menu ul li {
    display: block;
}

.main-menu ul li a {
    font-weight: 600;
    display: block;
    padding: 10px;
    text-decoration: none;
    font-size: var(--font-size-sm);
    color: #868686;
}

.header {
    position: sticky;
    top: 0px;
    width: 100%;
    z-index: 1000;
    background: #fff;
}

.align-center {
    align-items: center;
}

.header,
.header .flex {
    height: 60px;
}

.product-name {
    font-weight: bold;
    text-transform: uppercase;
    background: #7C0044;
    background: -webkit-linear-gradient(to right, #7C0044 0%, #E4007C 100%);
    background: -moz-linear-gradient(to right, #7C0044 0%, #E4007C 100%);
    background: linear-gradient(to right, #7C0044 0%, #E4007C 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.header .product-name {
    font-size: 30px;
}

.grid-banner {
    height: 920px;
    display: grid;
    grid-template-columns: 30% 1fr 30%;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". Main ."
        ". Main .";
}

.grid-banner div.main-item {
    width: 100%;
    grid-area: Main;
}

.grid-banner .container {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-rows: 1fr 1fr;
    gap: 0px 0px;
    grid-template-areas:
        ". Main ."
        ". Main .";
}

.background-darkpink {
    background: #CF9AB7;
}

.why-block {
    height: 660px;
}

.color-pink {
    color: #E9CEDC;
}

.why-block .h0 {
    font-size: 260px;
    font-weight: 900;
    text-align: center;
    text-transform: uppercase;
}

.block {
    padding-top: 40px;
    padding-bottom: 40px;
    box-sizing: border-box;
    position: relative;
}

.why-block .image {
    text-align: center;
    position: relative;
    margin-top: -110px;
    z-index: 10;
}

.h2 {
    font-weight: bold;
    color: #7C0044;
}

.shadow {
    box-shadow: var(--box-shadow);
}

.rounded {
    border-radius: var(--border-radius);
}

.grid-4 {
    display: grid;
    gap: 32px 25px;
    grid-template-columns: repeat(4, 1fr);
}

.why-block-2 .item {
    padding: 40px 15px 15px;
    text-align: center;
    min-height: 340px;
}

.why-block-2 {
    padding-top: 80px;
    padding-bottom: 80px;
}

.instruction-block {
    padding-top: 80px;
    padding-bottom: 80px;
}

.h2 {
    font-size: 45px;
    margin-bottom: 30px;
}

.pdf-file-link {
    font-weight: bold;
    font-size: 18px;
    color: #4F7EDA;
    display: flex;
}

.pdf-file-link:before {
    width: 22px;
    height: 28px;
    content: " ";
    background: url(/local/templates/targifort/img/pdf.svg) no-repeat center center;
    margin-right: 8px;
}

.instruction-text {
    height: 480px;
    margin-bottom: 40px;
}

.h3 {
    font-size: 24px;
    font-weight: bold;
    color: #9E4A78;
}

.link-wrap {
    margin-bottom: 30px;
}

.btn {
    display: inline-flex;
    min-width: 200px;
    text-align: center;
    justify-content: center;
    line-height: 44px;
    font-weight: bold;
    text-decoration: none;
    border-radius: 10px;
    background: #fff;
    color: #E4007C;
    margin: 20px 10px 20px 0px;
}

.btn.btn-pink {
    background: #E4007C;
    color: #fff;
}

.grid-banner div.main-item {
    background: url(/local/templates/targifort/img/main-bg.png) no-repeat center center;
    background-size: cover;
}

.grid-banner div.main-item {
    display: flex;
    flex-flow: column;
    box-sizing: border-box;
    padding: 55px;
    padding-bottom: 140px;
    color: #fff;
    font-weight: bold;
    font-size: 20px;
    max-width: 580px;
}

.grid-banner div.main-item img {
    margin-bottom: 60px;
}

.grid-banner div.main-item .btns {
    display: flex;
    margin-top: 15px;
    justify-content: space-between;
}

.background-pink {
    background-color: #F4D6E8;
}

.grid-banner .item:not(.main-item) {
    padding: 40px 60px;
}

.uppercase {
    text-transform: uppercase;
}

.h3 {
    color: #7C0044;
}

.text-center {
    text-align: center;
}

.grid-banner>div:nth-child(1) {
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.grid-banner>div:nth-child(1) .h3 {
    font-size: 36px;
}

.grid-banner .item:nth-child(3) {
    background: url(/local/templates/targifort/img/spectr.png) no-repeat center center;
}

.grid-banner .item:nth-child(4) {
    background: url(/local/templates/targifort/img/4comp.png) no-repeat center center;
}

.why-block-2 .item img {
    display: block;
    margin: 0px auto;
    margin-bottom: 30px;
}

.why-block-2 .item {
    font-size: var(--font-size-sm);
}

.background-gray {
    background: #F4F4F4;
}

.why-block-2 .item {
    background: #fff;
}

.grid-banner>div:nth-child(1) {
    position: relative;
}

.grid-banner>div:nth-child(1):before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 100%;
    left: -100%;
    content: " ";
    background: #F4D6E8;
}

.grid-banner>div:nth-child(5) {
    position: relative;
}

.grid-banner>div:nth-child(5):before {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: -100%;
    left: 100%;
    content: " ";
    background: #F4D6E8;
}

.avexima-logo,
.product-logo {
    width: 150px;
}

.partners-link {
    background: #E4007C;
    color: #fff !important;
    border-radius: 6px;
    margin-left: 10px;
}

.avexima-logo {
    text-align: right;
}

.instruction-text {
    overflow: hidden;
    position: relative;
}

.instruction-text:before {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    height: 30%;
    content: " ";
    background: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, 1));
    pointer-events: none;
}

.grid-3 {
    display: grid;
    gap: 40px 60px;
    grid-template-columns: repeat(3, 1fr);
}

.method-block .item {
    padding: 30px;
    min-height: 400px;
    background: #fff;
}

.method-block .h2 {
    margin-bottom: 60px;
}

.background-gradient-bottom {
    background: linear-gradient(rgba(255, 255, 255, 0), #E9CEDC);
}

.background-gradient-top {
    background: linear-gradient(#f4d6e8, rgba(255, 255, 255, 0));
}

.method-block {
    padding-bottom: 80px;
}

.four-component-items {
    display: grid;
    grid-template-columns: 1fr 560px 1fr;
    gap: 30px;
    grid-template-areas:
        ". Main ."
        ". Main .";
}

.four-component-items .dynamic-image-block {
    grid-area: Main;
}

.four-component-items .item:not(.dynamic-image-block) {
    padding: 20px;
    background: #fff;
}

.btn-light {
    padding: 0px 20px;
    color: #E9CDDC;
}

.four-component-block {
    padding-top: 60px;
    padding-bottom: 50px;
}

.four-component-block .h2 {
    margin-bottom: 90px;
}

.decorator-top-right {
    position: absolute;
    top: 0px;
    right: 0px;
    font-weight: bold;
    font-size: 36px;
    width: 50%;
    text-align: right;
    color: #fff;
    z-index: 0;
}

.decorator-top-right:before {
    background: #E9CEDC;
    position: absolute;
    top: -60px;
    right: -2000px;
    content: " ";
    bottom: -100px;
    display: block;
    z-index: -1;
    left: 0px;
    border-radius: 0px 0px 0px 400px;
}

.four-component-items {
    position: relative;
    z-index: 1;
}

.four-component-block .item .h3 {
    margin-bottom: 30px;
}

.four-component-block .btn {
    margin-right: 0px;
}

.main-circle {
    padding: 25px;
    border: 6px solid #fff;
    border-radius: 500px;
    position: relative;
    margin-bottom: 40px;
}

.circle-btns {
    position: absolute;
    margin: 0px;
    padding: 0px;
    left: 0px;
    top: 0px;
    right: 0px;
    bottom: 0px;
}

.main-circle.comp-1-active {
    border-top-color: #F997BA;
}

.main-circle.comp-2-active {
    border-right-color: #F997BA;
}

.main-circle.comp-3-active {
    border-bottom-color: #F997BA;
}

.main-circle.comp-4-active {
    border-left-color: #F997BA;
}

.circle-btns li {
    display: flex;
    justify-content: center;
    align-content: center;
    align-items: center;
    width: 27px;
    margin: 0px;
    padding: 0px;
    font-weight: bold;
    height: 27px;
    text-align: center;
    color: #F997BA;
    background: #fff;
    border-radius: 100%;
    position: absolute;
    cursor: pointer;
}

.circle-btns li.active {
    background: #F997BA;
    color: #fff;
}

.circle-btns li:nth-child(1) {
    left: 11%;
    top: 13%;
}

.circle-btns li:nth-child(2) {
    left: 84%;
    top: 13%;
}

.circle-btns li:nth-child(3) {
    left: 11%;
    bottom: 13%;
}

.circle-btns li:nth-child(4) {
    left: 84%;
    bottom: 13%;
}

.main-circle img {
    max-height: 100%;
    max-width: 100%;
}

.four-component-items {
    grid-auto-rows: min-content;
}

.four-component-items .item:not(.dynamic-image-block) {
    font-size: var(--font-size-sm);
}

.method-block .item {
    text-align: center;
}

.method-block .item img {
    margin-bottom: 40px;
}

.ingridients-block .wide-container>.flex {
    height: 475px;
    align-items: center;
    font-size: var(--font-size-sm);
}

.ingridients-block .wide-container>.flex .item {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    flex-grow: 1;
    flex-basis: 0;
}

.ingridients-block {
    padding: 0px;
}

.ingridients-block .wide-container>.flex .item:nth-child(1):before {
    content: " ";
    display: block;
    z-index: -1;
    position: absolute;
    background: #E9CDDC;
    top: 0px;
    bottom: 0px;
    left: -2000px;
    right: -160px;
    border-radius: 0px 400px 400px 0px;
}

.ingridients-block .wide-container>.flex .item:nth-child(3):before {
    content: " ";
    display: block;
    z-index: -1;
    position: absolute;
    background: #E9CDDC;
    top: 0px;
    bottom: 0px;
    right: -2000px;
    left: -160px;
    border-radius: 400px 0px 0px 400px;
}

.ingridients-block-2 .item {
    padding: 25px;
    font-size: var(--font-size-sm);
}

.ingridients-block-2 .item .h3 {
    margin-bottom: 30px;
}

.ingridients-block-2 .flex a {
    text-align: right;
    font-size: 24px;
    max-width: 500px;
}

.ingridients-block-2 .flex {
    align-items: center;
    margin-bottom: 40px;
}

.seven-actions-block {
    background: #E9CEDC;
    padding: 0px;

}

.seven-actions-block .container {
    height: 700px;
}

.seven-actions-block .h0 {
    color: #7C0044;
    font-weight: 900;
    font-size: 240px;
    position: absolute;
    bottom: 25%;
    z-index: 1;
}

.seven-actions-block .num {
    color: #CF9AAD;
    font-size: 940px;
    line-height: 95.74%;
    font-weight: 900;
    position: absolute;
    z-index: 0;
    bottom: 0px;
    left: 140px;
    overflow: hidden;
}

.refresh-btn {
    position: absolute;
    width: 120px;
    height: 120px;
    background: url(/local/templates/targifort/img/refresh-btn.png) no-repeat center;
    background-size: 100%;
    bottom: 60px;
    left: calc(50% - 60px);
}

.seven-actions-block img {
    position: absolute;
    right: 20%;
    top: 40px;
    z-index: 0;
}

.seven-actions-block-2 .text-block {
    margin-left: 40px;
    font-size: 24px;
}

.seven-actions-block-2 {
    padding-top: 50px;
}

.seven-actions-block-2 .container:before {
    content: " ";
    display: block;
    top: -70px;
    left: -2000px;
    height: 540px;
    position: absolute;
    background: #E9CDDC;
    z-index: -1;
    right: 55%;
    border-radius: 0px 0px 600px 0px;
}

.h4 {
    font-weight: bold;
    font-size: 24px;
    color: #7C0044;
    margin-bottom: 40px;
}

.seven-actions-block-2 {
    padding-bottom: 0px;
}

.complaent-block {
    padding-top: 0px;
}

.complaent-image {
    padding: 30px;
    text-align: center;
    margin-bottom: 30px;
}

.color-gray {
    color: #868686;
}

p.border {
    padding: 12px;
    border: 2px solid #E4007C
}

.activity-block .h2 {
    margin-bottom: 60px;
}

.activity-block .h3 {
    margin-bottom: 30px;
}

.activity-block .grid-3 .item {
    padding: 25px 40px;
    font-size: var(--font-size-sm);
    min-height: 400px;
    background: #fff;
}

.complaent-image {
    background: #fff;
}

.activity-block {
    padding-bottom: 60px;
}

.bioaccess-block {
    padding-top: 80px;
}

.bioaccess-block .h2 {
    margin-bottom: 50px;
}

.bioaccess-image {
    padding: 40px;
    background: #fff;
    position: relative;
    margin-top: 30px;
}

.bioaccess-image .top-left-icon {
    position: absolute;
    top: 18px;
    left: 18px;
    width: 30px;
    height: 30px;
    background: #E4007C;
    border-radius: 100%;
    text-align: center;
    line-height: 30px;
}

.bioaccess-image .top-left-icon:before {
    content: "i";
    color: #fff;
    font-size: 20px;

}

.bioaccess-block-2 .flex {
    align-items: center;
    font-size: 24px;
    margin-bottom: 60px;
}

.grid-2 {
    display: grid;
    gap: 35px;
    grid-template-columns: repeat(2, 1fr);
}

.bioaccess-block-2 .grid-2 .content {
    padding: 15px 25px;
    font-size: var(--font-size-sm);
}

.bioaccess-block-2 .grid-2 .title {
    font-weight: 900;
    color: #fff;
    background-color: #CF9AAD;
    padding: 15px 25px;
    min-height: 192px;
    display: flex;
    align-items: center;
    border-radius: 10px 10px 0px 0px;
    background-repeat: no-repeat;
    background-position: right center;
    font-size: 24px;
    background-position: calc(100% - 10px);
}

.bioaccess-block-2 .item-1 .title {
    background-image: url(/local/templates/targifort/img/formula-1.png);
}

.bioaccess-block-2 .item-2 .title {
    background-image: url(/local/templates/targifort/img/formula-2.png);
}

.bioaccess-block-2 .item-3 .title {
    background-image: url(/local/templates/targifort/img/formula-3.png);
}

.bioaccess-block-2 .item-4 .title {
    background-image: url(/local/templates/targifort/img/formula-4.png);
}

.bioaccess-block-2 {
    padding-bottom: 140px;
}

.articles-block .item {
    padding: 60px 30px 30px;

}

.articles-block .item .title,
.articles-block .item .content {
    font-size: 20px;
}

.articles-block .item .content {
    margin-bottom: 30px;
}

.articles-block .item .title {
    margin-bottom: 30px;
}

.articles-block .item .links>*:not(:last-child) {
    display: block;
    margin-bottom: 30px;
}

.articles-block .grid-3 {
    gap: 50px 25px;
}

.articles-block .h2 {
    margin-bottom: 60px;
}

.articles-block {
    padding-top: 60px;
    padding-bottom: 140px;
}

.opacity-50 {
    opacity: .5;
}

.myphs-block .item {
    flex-grow: 0;
    flex-shrink: 0;
    margin-bottom: 30px;
}

.myphs-block .item>* {
    width: 100%;
    padding: 30px 0px;
    padding-left: 80px;
    border: 2px solid #E9CDDC;
    border-radius: 100px 0px 0px 100px;
    position: relative;
    border-right: none;
    box-sizing: border-box;
}

.myphs-block .item .fact {
    background: #E9CDDC;
}

.myphs-block .color-pink {
    color: #E4007C;
}

.myphs-block .item>*:before {
    position: absolute;
    height: calc(100% + 4px);
    top: -2px;
    bottom: 0px;
    right: -2000px;
    left: 100%;
    content: " ";
    border: 2px solid #E9CDDC;
    border-left: none;
}

.myphs-block .item .fact:before {
    background: #E9CDDC;
}

.myphs-block {
    padding-top: 60px;
}

.myphs-block .h2 {
    margin-bottom: 60px;
}

.literature-block .h2 {
    margin-bottom: 60px;
}

.literature-block {
    padding-bottom: 80px;
}

.faq-block {
    padding-top: 120px;
}

.faq-block .title {
    font-weight: bold;
    font-size: 64px;
    line-height: 60px;
}

.faq-block .subtitle {
    margin-top: 20px;
    font-size: 24px;
    font-weight: bold;
}

.faq-title {
    color: #EBD2DF;
    position: relative;
    z-index: 1;
    width: 70%;
}

.faq-block .container:before {
    content: " ";
    display: block;
    top: -120px;
    height: 540px;
    right: 60%;
    position: absolute;
    left: -2000px;
    background: white;
    border-radius: 0px 0px 1000px 0px;
    z-index: 0;
}

.faq-block .question {
    padding: 20px 0px;
    font-weight: bold;
}

.faq-block .answer {
    padding: 0px 0px 20px 0px;
}

.faq-block .item {
    border-top: 1px solid #fff;
    padding-left: 60px;
    position: relative;
}

.faq-block .list {
    margin-bottom: 120px;
}

.form {
    background: #fff;
    padding: 60px 80px;
}

.input-wrap {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 30px;
}

.input-wrap label:not(.checkbox-replace) {
    width: 30%;
    line-height: 42px;
    font-weight: bold;
}

.input-wrap input[type=text],
.input-wrap textarea {
    width: 70%;
    border: 1px solid #c4c4c4;
    border-radius: 10px;
    padding: 0px 10px;
    box-sizing: border-box;
    font-family: 'Raleway', sans-serif;
    font-size: 18px;
    outline: none;
}

.input-wrap input[type=text] {
    border: 1px solid #c4c4c4;
    line-height: 42px;
}

.input-wrap textarea {
    min-height: 200px;
    padding-top: 10px;
    padding-bottom: 10px;
    resize: vertical;
}

.form-block .h2 {
    margin-bottom: 60px;
}

.btn {
    border: none;
    font-family: 'Raleway', sans-serif;
    font-size: 16px;
}

.checkbox-replace+input[type=checkbox] {
    display: none;
}

.checkbox-replace {
    display: flex;
}

.checkbox-replace:before {
    border: 1px solid #c4c4c4;
    border-radius: 20px;
    width: 20px;
    height: 20px;
    content: " ";
    margin-right: 30px;
    display: block;
}

.form-block {
    padding-bottom: 20px;
}

.where-buy-block {
    padding-top: 80px;
    padding-bottom: 120px;
}

.where-buy-block .h2 {
    margin-bottom: 60px;
}

.where-buy-block .list {
    gap: 20px;
    flex-wrap: wrap;
}

.where-buy-block .list .item {
    background: #fff;
    padding: 0px 15px;
    display: flex;
    align-items: center;
    height: 90px;
}

.where-buy-block .list .item img {
    max-width: 200px;
}

.footer .product-name {
    font-size: 30px;
}

.footer .flex {
    height: 150px;
}

.footer {
    font-size: 13px;
}

.footer span {
    max-width: 330px;
    text-align: right;
}

.footer .avexima-logo {
    width: 60px;
}

.footer a {
    color: #C4C4C4;
}

.caution {
    font-size: 46px;
    font-weight: bold;
    text-align: center;
    padding: 20px;
    color: #636262;
    margin-bottom: 10vh;
}

.call-btn {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/local/templates/targifort/img/phone-ico.png) no-repeat center;
    background-size: 95%;
}

.mail-btn {
    width: 60px;
    height: 60px;
    display: block;
    background: url(/local/templates/targifort/img/mail-ico.png) no-repeat center;
    background-size: 95%;
}

.actions {
    margin-top: 30px;
    display: flex;
    gap: 40px;
}

.pink-circle {
    background: #D43434;
    width: 10px;
    height: 10px;
    border-radius: 10px;
    display: inline-block;
    margin-right: 5px;
}

input[type="checkbox"]:checked+.checkbox-replace:before {
    background: #D43434;
}

.input-wrap input[type=checkbox] {
    display: none;
}

.privacy-checkbox {
    margin-top: 60px;
}

.four-component-items [data-component]:not(.active) {
    opacity: 0;
}

.modal {
    display: none;
}

.modal-wide {
    padding: 0px;
    width: 100%;
    margin: 0px;
}

.fancybox-slide {
    padding: 0px;
}

.seven-actions-block-inner .content-item .title {
    font-size: 24px;
    font-weight: bold;
    margin-bottom: 30px;
}

.seven-actions-block-inner .content-item {
    padding: 50px 30px;
    max-width: 33%;
}

.seven-actions-block-inner .flex {
    gap: 60px;
    height: 540px;
}

.seven-actions-block-inner .lists {
    width: 33%;
}

.seven-actions-block-inner {
    padding: 80px 0px 80px 0px;
    background: url(/local/templates/targifort/img/seven-actions.png) no-repeat right;
    background-position-x: calc(100% - 60px);
}

.grid-banner .lists .title:before {
    width: 40px;
    height: 40px;
    content: " ";
    display: block;
    position: absolute;
    background: url(/local/templates/targifort/img/butterfly.svg) no-repeat center;
    background-size: 100%;
    margin-left: -60px;
}

.grid-banner .lists {
    padding-left: 60px;
    margin-top: 40px;
}

.grid-banner .lists .title {
    font-size: 20px;
    font-weight: bold;
    color: #E4007C;
    display: flex;
    align-items: center;
}

.grid-banner .lists ul {
    padding-left: 20px;
    margin-bottom: 40px;
    margin-top: 20px;
}


.seven-actions-block-inner .lists .title {
    line-height: 40px;
    font-weight: bold;
    font-size: 28px;
    position: relative;
    margin-bottom: 30px;
}

.seven-actions-block-inner .lists .title:before {
    width: 40px;
    height: 40px;
    content: " ";
    display: block;
    position: absolute;
    background: url(/local/templates/targifort/img/butterfly.svg) no-repeat center;
    background-size: 100%;
    margin-left: -60px;
}

.seven-actions-block-inner .lists ul {
    margin: 0px;
    padding: 0px;
    margin-bottom: 30px;
}

.seven-actions-block-inner .lists ul li {
    font-size: 18px;
    line-height: 44px;
    display: flex;
    align-items: center;
    cursor: pointer;
}

.seven-actions-block-inner .lists ul li.active {
    color: #DD62A4;
}

.seven-actions-block-inner .lists ul li:before {
    width: 18px;
    height: 18px;
    margin-right: 10px;
    content: "i";
    font-size: 10px;
    font-weight: bold;
    line-height: 19px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    background: #c4c4c4;
    border-radius: 20px;
}

.seven-actions-block-inner .content-item:not(.active) {
    display: none;
}

.fancybox-bg {
    background: #fff;
}

.faq-block .item:before {
    content: " ";
    width: 25px;
    height: 25px;
    display: block;
    background: url(/local/templates/targifort/img/plus.png) no-repeat center;
    position: absolute;
    left: 0px;
    top: 20px;
}

.faq-block .item.active:before {
    background: url(/local/templates/targifort/img/minus.png) no-repeat center;
}

.faq-block .item:not(.active) .answer {
    display: none;
}

.instruction-text.active {
    height: auto;
}

.instruction-text.active:before {
    display: none;
}

.articles-block .h2 {
    cursor: pointer;
}

.articles-block .grid-3:not(.active) {
    display: none;
}

.links a {
    color: var(--default-text-color);
}

.links small a {
    opacity: 0.6;
}

.myph p {
    font-size: 20px;
    font-style: italic;
}

.faq-block .list {
    max-width: 700px;
}

.messages {
    padding: 20px;
    text-align: center;
    background: #fafafa;
    margin-bottom: 30px;
    border-radius: 10px;
    font-weight: bold;
}

.messages p {
    margin: 0px;
}

.only-med {
    background: #E4007C;
    position: fixed;
    font-weight: bold;
    text-transform: uppercase;
    bottom: 0px;
    width: 100%;
    font-size: 46px;
    line-height: 60px;
    text-align: center;
    color: #fff;
    z-index: 1000;
}

.articles-block .item {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.articles-block .title {
    font-weight: bold;
}

.product-name:after {
    content: "®";
    font-size: 60%;
    vertical-align: top;
    margin-left: 2px;
}

.ingridients-block-2 .flex a {
    color: var(--default-text-color);
}

.ingridients-block-2 .flex a b {
    color: #7C0044;
}

.video-block b {
    color: #7C0044;
}

.articles-block .grid-3.videos img {
    width: 150px;
    height: 150px;
    margin: 50px auto;
}

.articles-block .grid-3.videos .content {
    font-weight: bold;
}

.articles-block .grid-3.videos .item {
    padding: 100px 30px 100px;
    background: #F4F4F4;
}

.template-404 {
    height: calc(100vh - 60px);
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #7C0044;
    background: #f4f4f4;
}

.template-404 .h0 {
    font-size: 288px;
    font-weight: bold;
}

.template-404 p {
    font-size: 24px;
    font-weight: bold;
}

.grid-banner .lists ul li::marker {
    color: #899AA2;
}

#modal-for-specs {
    max-width: 840px;
}

[data-slideto] {
    cursor: pointer;
}

.only-med {
    min-height: 10vh;
    display: flex;
    align-items: center;
    justify-content: center;
}

sup {
    cursor: pointer;
}

.bioaccess-block-2 .item .title sup {
    vertical-align: top;
    margin-top: -10px;
    margin-left: 2px;
    font-size: 70%;
}

[data-youtube] {
    cursor: pointer;
}

.grid-banner .lists ul li {
    font-size: 18px;
    margin-bottom: 5px;
}

.where-buy-block .list .item{
width: 20%;
display:flex;
justify-content: center;
}