/*
Theme Name: Crystalvag By
Author: Oleksandr Karakai
Version: 1.0
Description: ''
*/

:root {
    --color: #ea8bb3;
}

html,
body {
    height: 100%;
    margin: 0;
}

body {
    background-color: #FCEDF4;
    font-family: "Montserrat", sans-serif;
    color: #2c3f68;
    font-size: 18px;
}

.body-fixed {
    overflow: hidden;
}

* {
    background-repeat: no-repeat;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1730px;
    margin: 0 auto;
    padding: 0 30px;
}

.composition .title {
    text-align: center;
}

.wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    min-height: 100%;
    overflow: hidden;
    position: relative;
}

.faq .title {
    text-align: center;
}

.faqsec_list {
    display: -ms-grid;
    display: grid;
    gap: 40px;
    margin-top: 60px;
    margin-bottom: 60px;
    width: 100%;
}

.main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

.btn-totop {
    position: fixed;
    bottom: 54px;
    right: 60px;
    z-index: 10;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    -webkit-transform: scale(1);
    transform: scale(1);
}

.btn-totop:hover {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
}

.header-logo img {
    width: 100%;
    max-width: 339px;
}

.header {
    padding: 43px 0;
}

.header .container {
    max-width: 1800px;
}

.header__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.desktop-hide {
    display: none;
}

.header-amaxa {
    margin-right: 25px;
}

.header-amaxa img {
    width: 120px;
}

.menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 7px;
    margin-right: 15px;
}

.menu li {
    width: 250px;
    text-align: center;
    position: relative;
}

.menu li a {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #2c3f68;
    text-transform: uppercase;
}

.menu li a:hover {
    text-decoration: underline;
}

/* Submenu Styles */
.sub-menu {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    min-width: 250px;
    background-color: #fff;
    border-radius: 15px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 15px 0;
    margin-top: 0;
    padding-top: 20px;
    z-index: 1000;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease 0.1s, transform 0.3s ease;
    transform: translateY(-10px);
}

/* Створюємо невидимий міст між батьківським елементом і підменю */
.menu li.menu-item-has-children::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20px;
    background: transparent;
}

.menu li:hover > .sub-menu,
.menu li.menu-item-has-children:hover > .sub-menu {
    display: block;
    opacity: 1;
    visibility: visible;
    transform: translateY(0);
    transition-delay: 0s;
}

.sub-menu li {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 0;
}

.sub-menu li a {
    display: block;
    padding: 12px 25px;
    font-size: 18px;
    font-weight: 400;
    color: #2c3f68;
    text-transform: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    border-radius: 8px;
    margin: 0 10px;
}

.sub-menu li a:hover {
    background-color: var(--color);
    color: #fff;
    text-decoration: none;
}

.menu .btn-buy {
    width: auto;
}

.menu .btn-buy a {
    font-weight: 700;
    font-size: 24px;
    color: #2c3f68;
    border: 3px solid var(--color);
    border-radius: 30px;
    padding: 20px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: 0.23s;
    text-align: center;
    text-decoration: none !important;
}

.menu .btn-buy a:hover {
    background-color: var(--color);
    color: #fff;
}

.buy-block {
    padding-top: 50px;
}

.menu.active {
    left: 0;
    border-radius: 0px;
}

.btn {
    font-weight: 700;
    font-size: 24px;
    color: #2c3f68;
    border: 3px solid var(--color);
    border-radius: 30px;
    padding: 20px 22px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    text-align: center;
}

.btn:hover {
    background-color: var(--color);
    color: #fff;
}

.burger {
    width: 50px;
    height: 50px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    z-index: 1000;
    position: relative;
    margin-left: 35px;
}

.burger span {
    display: block;
    width: 100%;
    height: 3px;
    background-color: #002D74;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
}

.burger.active span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
}

.burger.active span:nth-child(2) {
    opacity: 0;
}

.burger.active span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    position: absolute;
}

.hero .hero-container {
    position: relative;
}

.hero .hero-container .seluet {
    position: absolute;
    z-index: -1;
    left: 350px;
    top: 40px;
    height: 640px;
}

.hero .container {
    max-width: 1800px;
}

.hero__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 180px 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 50px;
}

.hero__image img {
    width: 100%;
    max-width: 358px;
    min-width: 240px;
}

img {
    height: auto;
}

.hero__content {
    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;
}

.hero__title {
    font-weight: 700;
    font-size: 96px;
    line-height: 122%;
    letter-spacing: 0em;
    text-align: center;
    color: #2c3f68;
}

.hero__pretitle {
    font-weight: 700;
    font-size: 64px;
    line-height: 114%;
    letter-spacing: 0.03em;
    text-align: center;
    color: #2c3f68;
    position: relative;
    max-width: 1132px;
}

.hero__pretitle::before {
    border-radius: 30px;
    display: block;
    content: "";
    position: absolute;
    width: calc(100% + 30px);
    height: calc(100% + 10px);
    background: rgba(255, 255, 255, 0.65);
    top: -5px;
    left: -15px;
    z-index: -1;
    -webkit-filter: blur(10px);
    filter: blur(10px);
}

.title {
    font-weight: 700;
    font-size: 64px;
    color: #2c3f68;
}

.what-is {
    padding-top: 116px;
    padding-bottom: 146px;
}

.what-is .container {
    position: relative;
}

.what-is .drops {
    position: absolute;
    right: 0;
    top: 20px;
    width: 400px;
    -webkit-transform: rotate(-7deg);
    transform: rotate(-7deg);
    right: -180px;
}

.what-is .title {
    margin-left: 50px;
}

.what-is__box {
    padding-top: 112px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    overflow-x: hidden;
    gap: 70px;
}

.what-is .container {
    max-width: 1435px;
}

.what-is__image {
    position: relative;
    z-index: 3;
}

.what-is__image img {
    width: 100%;
    min-width: 400px;
    max-width: 456px;
}

.what-is-list {
    display: -ms-grid;
    display: grid;
    gap: 46px;
    width: 100%;
    max-width: 655px;
    position: relative;
    z-index: 3;
}

.what-is-item {
    background: rgba(223, 73, 123, 0.16);
    padding: 28px 50px;
    font-weight: 700;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #2c3f68;
    border-radius: 30px;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    min-height: 114px;
}

.what-is-item::before {
    position: absolute;
    display: block;
    content: "";
    right: -28px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: var(--color);
}

.what-is-item::after {
    position: absolute;
    display: block;
    content: "";
    left: calc(100% + 28px);
    height: 2px;
    width: 500px;
    background-color: var(--color);
}

.composition {
    padding-top: 70px;
    padding-bottom: 50px;
}

.composition .container {
    max-width: 1745px;
    position: relative;
}

.composition .composition-bg {
    position: absolute;
    bottom: -100px;
    right: 150px;
    z-index: -1;
}

.composition__box {
    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;
    position: relative;
}

.composition-schem {
    width: 100%;
    margin-top: 63px;
    margin-bottom: 115px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
}

.composition-schem__image {
    width: 100%;
    max-width: 465px;
    position: relative;
    z-index: 3;
    position: relative;
}

.composition-schem__image img {
    width: 100%;
}

.composition-schem__image .bubble {
    position: absolute;
    right: -40px;
    top: 14px;
    width: 114px;
}


.probiotik {
    width: 495px;
    height: 495px;
    background-image: url('./assets/img/probiotik.svg');
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #2c3f68;
    position: relative;
}

.probiotik strong {
    font-weight: 700;
    text-align: center;
}

.probiotik::before {
    margin-top: -30px;
    position: absolute;
    display: block;
    content: "";
    right: 80px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: var(--color);
}

.probiotik::after {
    margin-top: -30px;
    position: absolute;
    display: block;
    content: "";
    left: calc(100% - 80px);
    height: 2px;
    width: 500px;
    background-color: var(--color);
}


.prebiotik {
    width: 495px;
    height: 495px;
    background-image: url('./assets/img/prebiotik.svg');
    background-position: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-weight: 500;
    font-size: 36px;
    line-height: 130%;
    text-align: center;
    color: #2c3f68;
    position: relative;
}

.prebiotik strong {
    font-weight: 700;
    text-align: center;
}

.prebiotik::before {
    margin-top: -30px;
    position: absolute;
    display: block;
    content: "";
    left: 80px;
    height: 10px;
    width: 10px;
    border-radius: 50px;
    background-color: var(--color);
}

.prebiotik::after {
    margin-top: -30px;
    position: absolute;
    display: block;
    content: "";
    right: calc(100% - 80px);
    height: 2px;
    width: 500px;
    background-color: var(--color);
}

.small-text {
    position: absolute;
    bottom: 140px;
    left: 130px;
    font-weight: 400;
    font-size: 18px;
    line-height: 164%;
    text-align: center;
    color: var(--color);
}

.whyus {
    padding: 39px 0;
}

.whyus .title {
    text-align: center;
}

.text-section-line {
    background: var(--color);
    text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
    font-weight: 600;
    font-size: 32px;
    line-height: 159%;
    text-align: center;
    color: #fff;
    padding: 13px 0;
    margin: 27px 0;
    min-height: 128px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.text-section-line--white {
    background-color: #fff;
    color: var(--color);
    text-shadow: none;
}

.text-section-line--bgtexture {
    background-image: url('./assets/img/bgtexturedarknes.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.text-section-nobg {
    font-weight: 500;
    font-size: 18px;
    line-height: 167%;
    text-align: center;
    color: #97848c;
    margin: 20px 0;
}

.video-section .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.video-section .v_figure {
    width: 148px;
}

.video-section .v_figure img {
    width: 100%;
}

.video-section video {
    width: 758px;
}

.details {
    background-image: url('./assets/img/bgtexture.png');
    background-repeat: no-repeat;
    background-position: center top;
    background-size: contain;
    padding-top: 111px;
    padding-bottom: 56px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}

.details .seluetimg-wrap {
    position: relative;
    width: 100%;
}

.details .seluetimg {
    position: absolute;
    right: 0;
    top: 60px;
}

.details .seluetimg img {
    width: 250px;
}

.imageposition .container {
    position: relative;
}

.imageposition img {
    mix-blend-mode: multiply;
    position: absolute;
    right: -100px;
    top: -370px;
    width: 270px;
}

.mt-135 {
    margin-top: 135px;
}

.pb-114 {
    padding-bottom: 114px;
}

.pb-40 {
    padding-bottom: 20px;
}

.text-section-withimg {
    margin-top: 435px;
}

.text-section-withimg .container {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
}

.text-section-withimg .container img {
    width: 360px;
    position: absolute;
    left: 20px;
}

.text-section-withimg .molecbox {
    position: absolute;
    top: -300px;
    left: 660px;
}

.text-section-withimg .molecbox img {
    width: 116px;
}

.text-section-withimg .molecbox img:nth-child(1) {
    left: 0;
    -webkit-transform: rotate(150deg);
    transform: rotate(150deg);
}

.text-section-withimg .molecbox img:nth-child(2) {
    top: 30px;
    left: 300px;
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
}

.text-section-withimg .molecbox img:nth-child(3) {
    top: 130px;
    left: 600px;
    -webkit-transform: rotate(190deg);
    transform: rotate(190deg);
}

strong {
    font-weight: 800;
}

.reviews {
    padding-top: 30px;
    padding-bottom: 48px;
    overflow: hidden;
}

.reviews .container {
    position: relative;
}

.reviews .image-bg {
    position: absolute;
    left: -230px;
    bottom: -270px;
    z-index: -1;
}

.reviews .image-bg img {
    width: 722px;
}

.reviews .title {
    text-align: center;
}

.reviews__box {
    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;
}

.reviews__list {
    margin-bottom: 27px;
    padding-top: 80px;
    gap: 41px;
    width: 100%;
    display: -ms-grid;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    align-items: start;
    max-width: 815px;
    margin-inline: auto;
}

.reviews-item {
    background: #fff;
    border-radius: 30px;
    padding: 27px 14px 53px 14px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.reviews-item__name {
    font-weight: 400;
    font-size: 24px;
    text-align: center;
    color: #000;
    margin-bottom: 10px;
    line-height: 110%;
}

.reviews-item__date {
    font-weight: 400;
    font-size: 24px;
    line-height: 120%;
    text-align: center;
    color: #000;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    margin-bottom: 10px;
}

.reviews-item__rate {
    margin-bottom: 50px;
}

.reviews-item__text {
    font-weight: 400;
    font-size: 16px;
    text-align: center;
    color: #000;
    line-height: 150%;
}

.btn-fill {
    text-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    line-height: 175%;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--color);
    border-radius: 30px;
    padding: 10px 37px;
}

.btn-fill:hover {
    background-color: transparent;
    color: #2c3f68;
}

.white-text-section {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background: #fff;
    border-radius: 30px;
    padding: 35px 49px 35px 35px;
    margin: 53px 0;
    gap: 40px;
}

.white-text-section__content {
    max-width: 726px;
    font-weight: 600;
    font-size: 32px;
    line-height: 131%;
    color: #2c3f68;
}

.faq {
    padding-top: 78px;
    padding-bottom: 50px;
}

.faq__box {
    width: 100%;
    max-width: 1360px;
    margin: 0 auto;
    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: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.faqsec_item {
    display: block;
    -webkit-transition: 0.23s;
    transition: 0.23s;
    background-color: var(--main1);
    border-radius: 10px;
}

.faqsec_item:hover {
    opacity: 0.8;
}

.faqsec_item .faqsec_item__question {
    padding: 10px 0px;
    border-radius: 10px;
    cursor: pointer;
    position: relative;
    -webkit-transition: 0.2s;
    transition: 0.2s;
    -webkit-transform: scale(1);
    transform: scale(1);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    gap: 20px;
}

.faqsec_item .faqsec_item__question img {
    -webkit-transition: 0.23s;
    transition: 0.23s;
    min-width: 55px;
    max-width: 55px;
    height: 55px;
    fill: #fff;
}

.faqsec_item .faqsec_item__question.active img {
    -webkit-transform: rotate(225deg);
    transform: rotate(225deg);
}

.faqsec_item .faqsec_item__question h6 {
    padding-right: 0px;
    line-height: 130%;
    font-size: clamp(20px, 3.733vw, 32px);
    margin-bottom: 0;
    font-weight: 500;
    font-size: 32px;
    color: var(--color);
}

.faqsec_item .faqsec_item__answer {
    display: none;
    padding: 20px 20px;
    margin-top: 5px;
    padding-left: 50px;
}

.faqsec_item .faqsec_item__answer p {
    font-size: 20px;
    line-height: 200%;
}

.btn-halfborder {
    font-weight: 500;
    font-size: 32px;
    color: #fff;
    -webkit-box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
    background: var(--color);
    border-radius: 0 30px 30px 0;
    padding: 23px 90px;
}

.btn-halfborder:hover {
    background-color: transparent;
    color: #2c3f68;
}

.title3 {
    font-weight: 600;
    font-size: 48px;
    line-height: 87%;
    color: #2c3f68;
}


.footer {
    padding-bottom: 30px;
}

.shoplisst {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 20px 115px;
    margin-top: 46px;
    margin-bottom: 50px;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.shoplisst__item {
    height: 106px;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: 0.23s;
    transition: 0.23s;
}

.shoplisst__item img {
    height: 100%;
}

.shoplisst__item:hover {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
}

.footer-cprt {
    font-weight: 300;
    font-size: 20px;
    line-height: 145%;
    text-align: center;
    color: #000;
}