.science-philosophy {
    margin-top: 85px;
}

/*our-philosophy*/


.science-philosophy .our-philosophy .content {
    display: flex;
    flex-direction: column;
}

.science-philosophy .our-philosophy {
    display: flex;
    justify-content: center;
    padding: 64px 0;
    position: relative;
    box-sizing: border-box;
}

.science-philosophy .xxl-container {
    display: flex;
    max-width: 1440px;
    justify-content: center;
}

.science-philosophy .our-philosophy .xxl-container {
    gap: 129px;
}

.science-philosophy .our-philosophy .pk-image {
    width: 100%;
    max-width: calc(50% - 129px);
    object-fit: contain;
}

.science-philosophy .our-philosophy .mobile-image {
    display: none;
}

.science-philosophy .our-philosophy .content h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-feature-settings: 'ss03' on;
    color: #1F3357;
    margin-bottom: 8px;
    margin-top: 0;
}

.science-philosophy .our-philosophy .content p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;

}

.science-philosophy .interviews {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 64px 0;
}

.science-philosophy .interviews .xxl-container {
    gap: 24px;
}

.science-philosophy .interviews .content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.science-philosophy small.badge {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 16px;
    text-transform: uppercase;
    color: #CB2128;
}

.science-philosophy .interviews .content .head {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.science-philosophy .interviews .content .head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #1F3357;
    margin: 0;
}

.science-philosophy .interviews .content .doctors {
    display: flex;
    flex-direction: column;
    gap: 24.5px
}

.science-philosophy .interviews .content .doctors .doctor {
    display: flex;
    gap: 5.5px;
}

.science-philosophy .interviews .content .doctors .doctor img {
    max-width: 53px;
}

.science-philosophy .interviews .content .doctors .doctor .text {
    display: flex;
    flex-direction: column;
    gap: 8px
}

.science-philosophy .interviews .content .doctors .doctor span {
    font-weight: 600;
    font-size: 16px;
    line-height: 18px;
    text-transform: uppercase;
    color: #1F3357;
}

.science-philosophy .interviews .content .doctors .doctor small {
    font-weight: 300;
    font-size: 14px;
    line-height: 18px;
    color: #1F3357;
    max-width: 287px;
}

.science-philosophy .interviews .xxl-container {
    overflow: hidden; /* страховка от вылезания */
}

.science-philosophy .interviews .xxl-container .video {
    max-width: 952px;
    width: 100%;
    box-sizing: border-box;

}

.science-philosophy .interviews .xxl-container .video video {
    display: block;
    width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0 1px
}



/*own-formula*/


.science-philosophy .own-formula {
    background-image: var(--background-image);
    background-repeat: no-repeat;
    object-fit: contain;
    background-position: center;
    width: 100%;
    height: 100%;
    padding: 217px 0 217px 240px;
    position: relative;
}

.science-philosophy .own-formula:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 102px;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
}

.science-philosophy .own-formula:after {
    content: "";

    position: absolute;
    width: 100%;
    height: 166px;
    left: 0;
    bottom: 0;
    background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    transform: matrix(1, 0, 0, -1, 0, 0);
}

.science-philosophy .own-formula .xxl-container {
    flex-direction: column;
}

.science-philosophy .own-formula .head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #1F3357;
    text-transform: uppercase;
    margin-top: 8px;
    margin-bottom: 16px;
}

.science-philosophy .own-formula .head p {
    width: 459px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
}

.science-philosophy .own-formula .icons {
    display: flex;
    gap: 36px;
    align-items: center;
    margin: 56px 0;
}

.science-philosophy .own-formula .icons .icon {
    display: flex;
    gap: 8px;
    align-items: center;
}

.science-philosophy .own-formula .icons .icon img {
    width: 36px;
    height: 36px;
}

.science-philosophy .own-formula .icons .icon span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1F3357;
}

.science-philosophy .own-formula .button-link {
    text-transform: uppercase;
    text-decoration: none;
    background-color: rgba(184, 177, 149, 1);
    padding: 11.5px 16px;
    width: fit-content;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    color: #FFFFFF;
    transition: 0.3s ease background-color;
}

.science-philosophy .own-formula .button-link:hover {
    background-color: rgba(146, 138, 107, 0.9);
}


/*ingredients*/


.science-philosophy .ingredients {
    position: relative;
    display: flex;
    justify-content: center;
    box-sizing: border-box;
    padding: 64px 0
}

.science-philosophy .ingredients .xxl-container {
    flex-direction: column;
}

.science-philosophy .ingredients .head {
    display: flex;
    justify-content: space-between;
}

.science-philosophy .ingredients .head .head-item {
    width: 50%;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.science-philosophy .ingredients .head h2 {
    margin: 0;
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    color: #1F3357;
}

.science-philosophy .ingredients .head p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
}

.science-philosophy .ingredients .ingredients-table {
    border: 1px solid rgba(222, 232, 248, 1);
    display: flex;
    justify-content: space-between;
    padding: 16px 0;
    margin-top: 48px;
    position: relative;
}

.science-philosophy .ingredients .ingredients-table .table-item {
    width: 100%;
    border-left: 1px solid rgba(222, 232, 248, 1);
    padding: 0 32px;
    box-sizing: border-box;
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    align-items: center;
}

.science-philosophy .ingredients .ingredients-table .table-item:first-child {
    border-left: unset;
}

.science-philosophy .ingredients .ingredients-table .table-item p {
    margin: 0;
}

.science-philosophy .ingredients .ingredients-table .table-item .top {
    height: 152px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.science-philosophy .ingredients .ingredients-table .table-item .top img {
    width: 100%;
    position: relative;
}

.science-philosophy .table-item .top::after {
    content: "";
    position: absolute;
    inset: 0;
    background: #000;
    mix-blend-mode: hue;
    pointer-events: none;
}

.science-philosophy .ingredients .ingredients-table .table-item hr {
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    height: 1px;
    background: rgba(222, 232, 248, 1)
}

.science-philosophy .ingredients .ingredients-table .table-item .bottom {
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    align-items: center;
    text-align: center;
    color: #1F3357;
    display: flex;
    height: 56px;
}

.science-philosophy .ingredients .ingredients-table .table-item.labels {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    text-align: center;
    color: #1F3357;
}


/*OUR PRODUCT*/


.science-philosophy .our-products {
    display: flex;
    justify-content: center;
    width: 100%;
    background-image: var(--our-products-background);
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.science-philosophy .our-products:before {
    /* Tint */
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;

    background: #00000B;
    opacity: 0.5;
}

.science-philosophy .our-products .products {
    display: flex;
    flex-direction: column;
    padding: 80px 245px;
    position: relative;
    box-sizing: border-box;
    width: 100%;
}

.science-philosophy .our-products .product {
    overflow: hidden;
    max-height: 0;
    opacity: 0;
    transform: translateY(5px);
    margin-top: 0;
    pointer-events: none;
    transition: opacity 0.5s ease,
    transform 0.35s ease;
}

.science-philosophy .our-products .product.active {
    max-height: 1000px; /* заведомо больше высоты блока */
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto;
}


.science-philosophy .our-products .product .head {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
}

.science-philosophy .our-products .product .head .badge {
    color: rgba(255, 255, 255, 1);
}

.science-philosophy .our-products .product .head h2 {
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-feature-settings: 'ss03' on;
    color: #ffffff;
    display: flex;
    gap: 32px;
    margin: 8px 0 0;
}
.science-philosophy .our-products .product .head h2 span {
    cursor: pointer;
}
.science-philosophy .our-products .product .head h2 span.active {
    color: #DEE8F8;
    opacity: 0.5;
}

.science-philosophy .our-products .product .head p {
    font-style: normal;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
    margin: 0;
    max-width: 525px;
}

.science-philosophy .our-products .product .content {
    display: flex;
    justify-content: space-between;
    margin-top: 72px
}

.science-philosophy .our-products .product .content .product-list {
    display: flex;
    flex-direction: column;
    gap: 28px;
    padding: 5px
}

.science-philosophy .our-products .product .content .product-list .item {

    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    font-weight: 500;
    font-size: 9.81818px;
    line-height: 11px;
    text-transform: uppercase;
    color: #1F3357;
    width: 72px;
    height: 72px;
    position: relative;
    cursor: pointer;
    background: radial-gradient(178.41% 178.41% at 50% 50%, #C9DEFF 0%, #2457B3 100%) /* warning: gradient uses a rotation that is not supported by CSS and may not behave as expected */;
}

.science-philosophy .our-products .product .content .product-list .item.active:after {
    position: absolute;
    content: '';
    left: -5px;
    top: -5px;
    width: 82px;
    height: 82px;
    border-radius: 50%;
    border: 3px solid rgba(203, 33, 40, 1);
}

.science-philosophy .our-products .product .content .product-info {
    width: 100%;
    display: flex;
    justify-content: space-between;
    /*align-items: flex-end;*/
    flex-direction: column;
}

.science-philosophy .our-products .product .content .product-info img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    max-height: 454px;
}

.science-philosophy .our-products .product .content .product-info .button a {
    padding: 11.5px 16px;
    font-style: normal;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    width: fit-content;
    margin-left: auto;
    color: #FFFFFF;
    background-color: rgba(184, 177, 149, 1);
    text-decoration: none;
    display: flex;
}


/*production-video*/


.science-philosophy .production-video {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 64px 0 0;
}

.science-philosophy .production-video .xxl-container {
    flex-direction: column;
}

.science-philosophy .production-video .head {
    display: flex;
    justify-content: space-between;
}

.science-philosophy .production-video .head .item {
    width: 50%;
}

.science-philosophy .production-video .head .item h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-feature-settings: 'ss03' on;
    color: #1F3357;
    margin: 0;
}

.science-philosophy .production-video .head .item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
    margin: 24px 0 0;
    max-width: 586px;
}

.science-philosophy .production-video .head .item.icons {
    display: flex;
    justify-content: end;
    gap: 56px;
    align-items: center;
}

.science-philosophy .production-video .head .item.icons .icon {
    max-height: 80px;
}

.science-philosophy .production-video .content {
    margin-top: 24px;
}

.science-philosophy .production-video .content video {
    width: 100%;
    max-height: 698px;
}

.science-philosophy .icons-strip .container {
    padding: 0
}

.science-philosophy .hero-block .slick-dots {
    margin-left: 40px;
}
.rtl .science-philosophy .hero-block .slick-dots {
    margin-right: 40px;
    margin-left: 0;
}
.science-philosophy .slick-dots {
    display: flex;
    gap: 4px;
    list-style-type: none;
    padding: 0;
    margin: 20px auto;
}
.science-philosophy .slick-dots li {
    width: 8px;
    height: 8px;
    background-color: rgba(222, 232, 248, 1);
}
.science-philosophy .slick-dots li.slick-active {
    background-color: rgba(31, 51, 87, 1);
}
.science-philosophy .slick-dots button {
    display: none;
}
/*values*/

.science-philosophy .values {
    position: relative;
    display: flex;
    justify-content: center;
    margin-bottom: 64px;
}

.science-philosophy .values .xxl-container {
    flex-direction: column;
}

.science-philosophy .values .head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    color: #1F3357;
    text-transform: uppercase;
    margin: 0
}

.science-philosophy .values .values-items {
    display: flex;
    flex-direction: column;
    gap: 24px;
    margin-top: 32px;
}

.science-philosophy .values .values-items .item {
    border: 1px solid rgba(222, 232, 248, 1);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.science-philosophy .values .values-items .item img {
    width: 100%;
    max-width: 341px;
}

.science-philosophy .values .values-items .item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1F3357;
    width: 100%;
    padding-left: 25px;
    margin: 0;
}

.science-philosophy .values .values-items .item p {
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
    width: 100%;
    padding-right: 107px;
    margin: 0;
}


/*insights*/


.science-philosophy .insights {
    position: relative;
    display: flex;
    justify-content: center;
    padding: 80px 0;
}

.science-philosophy .insights .xxl-container {
    flex-direction: column;
    width: 100%;
}

.science-philosophy .insights .head div {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.science-philosophy .insights .head div h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-feature-settings: 'ss03' on;
    color: rgba(31, 51, 87, 1);
    margin: 0;
}

.science-philosophy .insights .head div a {
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    background-color: rgba(25, 54, 97, 1);
    padding: 12px 16px;
    text-decoration: none;
}


.science-philosophy .insights .items {
    margin-top: 32px;
    width: 100%;
    max-width: 100%;
}


.science-philosophy .insights .items .item {
    padding-right: 24px;
}


.science-philosophy .insights .items .item:last-child {
    padding-left: 0;
}

.science-philosophy .insights .items .item img {
    max-width: 464px;
    max-height: 464px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.science-philosophy .insights .items .item h3 {
    font-weight: 600;
    font-size: 20px;
    line-height: 22px;
    text-transform: uppercase;
    color: #1F3357;
    margin: 16px 0 0;
    height: 44px;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.science-philosophy .insights .items .item p {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
    margin: 16px 0 0;
    height: 88px;
    display: -webkit-box;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
}

.science-philosophy .insights .items .item .item-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 14px;
}

.science-philosophy .insights .items .item .item-footer .item-badge {
    display: flex;
    gap: 2px;
    padding: 4px 8px;
    border: 1px solid rgba(203, 33, 40, 1);
    align-items: center;
}

.science-philosophy .insights .items .item .item-footer .item-badge img {
    width: 24px;
    height: 100%;
}

.science-philosophy .insights .items .item .item-footer .item-badge span {
    font-weight: 500;
    font-size: 16px;
    line-height: 20px;
    color: #1F3357;
}

.science-philosophy .insights .items .item .item-footer a {
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 19px;
    text-transform: uppercase;

    color: #1F3357;
}


/*partnering*/


.science-philosophy .partnering {
    display: flex;
    justify-content: center;
    position: relative;
    box-sizing: border-box;
}

.science-philosophy .partnering .xxl-container {
    gap: 24px;
    box-sizing: border-box;
}

.science-philosophy .partnering .background-image {
    height: 100%;
    width: 50%;
}
.science-philosophy .partnering .background-image-mobile {
    display: none;
}
.science-philosophy .partnering .content {
    width: 50%;
}

.science-philosophy .partnering .content .head h2 {
    font-weight: 700;
    font-size: 48px;
    line-height: 48px;
    text-transform: uppercase;
    font-feature-settings: 'ss03' on;
    color: #1F3357;
    margin: 0;
}

.science-philosophy .partnering .content .head .descriptions {
    display: flex;
    width: 100%;
    justify-content: space-between;
    gap: 8px;
    margin-top: 48px;
    margin-bottom: 56px;
}

.science-philosophy .partnering .content .head .descriptions p {
    margin: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px;
    color: #1F3357;
}

.science-philosophy .partnering .content .form {
    background-color: rgba(31, 51, 87, 1);
    padding: 32px;
}

.science-philosophy .partnering .content .form span {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.science-philosophy .partnering .content .form form {
    margin-top: 24px;
    display: flex;
    flex-wrap: wrap;
    gap: 16px;
}

.science-philosophy .partnering .content .form form .field {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    width: 100%;
}
.science-philosophy .partnering .content .form form .field:first-child, .science-philosophy .partnering .content .form form .field:nth-child(2) {
    width: calc(50% - 8px);
    margin-top: 0;
}


.science-philosophy .partnering .content .form form .field label {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #FFFFFF;
}

.science-philosophy .partnering .content .form form .field input[type="text"],.science-philosophy .partnering .content .form form .field input[type="email"] {
    padding: 18.5px 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
}

.science-philosophy .partnering .content .form form .field textarea {
    padding: 12px 16px;
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    box-sizing: border-box;
}
.science-philosophy .partnering .content .form form .field input[type="text"]::placeholder, .science-philosophy .partnering .content .form form .field input[type="email"]::placeholder, .science-philosophy .partnering .content .form form .field textarea::placeholder {
    color: rgba(158, 158, 158, 1);
    opacity: 1; /* для Safari */
}

.science-philosophy .partnering .content .form form .field input[type="text"]::-webkit-input-placeholder, .science-philosophy .partnering .content .form form .field input[type="email"]::-webkit-input-placeholder,.science-philosophy .partnering .content .form form .field textarea::-webkit-input-placeholder {
    color: rgba(158, 158, 158, 1);
    opacity: 1;
}

.science-philosophy .partnering .content .form form .field input[type="text"]:-ms-input-placeholder, .science-philosophy .partnering .content .form form .field input[type="email"]:-ms-input-placeholder,.science-philosophy .partnering .content .form form .field textarea::-ms-input-placeholder {
    color: rgba(158, 158, 158, 1);
}

.science-philosophy .partnering .content .form form .field small {
    font-weight: 400;
    font-size: 12px;
    line-height: 14px;
    color: #9E9E9E;
}

.science-philosophy .partnering .content .form form .privacy-agree {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-top: 24px;
}

.science-philosophy .partnering .content {
    margin: 80px 0;
}
.science-philosophy .partnering .content .form form .privacy-agree label {
    font-weight: 300;
    font-size: 16px;
    line-height: 22px;
    color: #FFFFFF;
}
.science-philosophy .partnering .content .form form .privacy-agree label a {
    font-weight: 700;
    color: #fff;
    text-decoration: none;
}

.science-philosophy .partnering .content .form form button {
    width: 100%;
    border: none;
    background-color: rgba(184, 177, 149, 1);
    padding: 11.5px;
    font-weight: 700;
    font-size: 18px;
    line-height: 21px;
    text-align: center;
    text-transform: uppercase;
    color: #FFFFFF;
    transition: background-color 0.3s ease;
    margin-top: 26px
}
.science-philosophy .partnering .content .form form button:hover {
    background-color: rgb(150, 140, 100);
}
@media screen and (max-width: 1633px) {
    .science-philosophy .our-products .products {
        padding: 60px 125px
    }
}

@media screen and (max-width: 1366px) {
    .science-philosophy .our-products .product .head h2 {
        font-size: 40px;
    }

    .science-philosophy .our-products .product .head p {
        font-size: 14px;
        max-width: 300px;
    }

    .science-philosophy .production-video {
        padding: 32px 16px 0;
    }

    .science-philosophy .production-video .head {
        flex-direction: column;
    }

    .science-philosophy .production-video .head .item {
        width: 100%;
    }

    .science-philosophy .production-video .head .item.icons {
        justify-content: space-between;
        gap: 0
    }

    .science-philosophy .production-video .head .item.icons .icon {
        max-height: 44px;
    }

    .science-philosophy .production-video .head .item p {
        max-width: unset;
        margin: 12px 0;
    }

    .science-philosophy .production-video .content {
        margin-top: 24px;
        padding-top: 0;
    }

    .science-philosophy .values {
        padding: 0 16px;
    }

    .science-philosophy .partnering .background-image {
        display: none;
    }

    .science-philosophy .partnering {
        padding: 32px 0;
    }

    .science-philosophy .partnering .content .head {
        padding: 0 16px
    }

    .science-philosophy .partnering .content .form {
        padding: 24px;
        margin: 0 16px;
    }

    .science-philosophy .partnering .content {
        width: 100%;
        margin: 0;
        padding-top: 0;
    }
}

@media screen and (max-width: 1145px) {

    .science-philosophy .our-philosophy .content h2 {
        font-size: 24px;
        line-height: 28px;

    }

    .science-philosophy .our-philosophy .content p {
        font-size: 14px;
        line-height: 18px;
    }


    .science-philosophy .our-philosophy .pk-image {
        display: none;
    }


    .science-philosophy .our-philosophy .mobile-image {
        display: block;
    }

    .science-philosophy .our-philosophy .mobile-image img {
        width: 100%;
    }

    .interviews .xxl-container {
        flex-direction: column;
    }

    .science-philosophy .interviews .xxl-container .video video {
        width: 100%;
    }

    .science-philosophy .own-formula {
        padding: 32px 16px;
    }

    .science-philosophy .own-formula:before {
        content: '';
        position: absolute;
        width: 100%;
        height: 46px;
        left: 0;
        top: 0;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
    }

    .science-philosophy .own-formula:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 90px;
        left: 0;
        bottom: 0;
        background: linear-gradient(180deg, #FFFFFF 0%, rgba(255, 255, 255, 0) 100%);
        transform: matrix(1, 0, 0, -1, 0, 0);
    }

    .science-philosophy .own-formula .head h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .science-philosophy .own-formula .head p {
        width: 216px;
        font-size: 14px;
        line-height: 18px;
    }

    .science-philosophy .our-products .products {
        padding: 32px 16px;
    }

    .science-philosophy .production-video .head .item h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
    }

    .science-philosophy small.badge {
        font-style: normal;
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .science-philosophy .values .head h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .science-philosophy .values .values-items {
        margin-top: 24px
    }

    .science-philosophy .values .values-items .item {
        flex-direction: column;
        border: none
    }

    .science-philosophy .values .values-items .item img {
        max-width: unset;
        max-height: 120px;
        object-fit: cover;
        object-position: center;
    }

    .science-philosophy .values .values-items .item h3 {
        padding: 0
    }

    .science-philosophy .values .values-items .item p {
        padding: 0
    }

    .science-philosophy .values {
        margin-bottom: 32px;
    }
}

@media screen and (max-width: 830px) {
    .science-philosophy .our-products .product .head h2 {
        gap: 16px;
        font-size: 24px;
        line-height: 28px;
    }
    .science-philosophy .ingredients .head h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .science-philosophy .our-products .product .head {
        flex-direction: column;
    }

    .science-philosophy .our-products .product .head p {
        max-width: 100%;
        font-size: 14px;
        line-height: 18px;
        margin-top: 12px;
    }

    .science-philosophy .our-products .product .content {
        flex-direction: column;
        margin-top: 20px;
        gap: 16px;
        padding-top: 0;
    }

    .science-philosophy .our-products .product .content .product-list {
        flex-direction: unset;
        gap: 10px;
        width: 100%;
        justify-content: space-between;
    }

    .science-philosophy .our-products .product .content .product-list .item {
        width: 55px;
        height: 55px;
    }
    .science-philosophy .our-products .product .content .product-list .item.active:after {
        width: 66px;
        height: 65px;
    }
    .science-philosophy .our-products .product .content .product-info {
        margin-left: 0;
        flex-direction: column;
    }

    .science-philosophy .our-products .product .content .product-info .button {
        margin-top: 32px
    }

    .science-philosophy .insights {
        padding: 32px 16px;
    }

    .science-philosophy .insights .head div {
        flex-direction: column;
        justify-content: start;
        align-items: start;
    }

    .science-philosophy .insights .head div a {
        margin-top: 16px;
    }

    .science-philosophy .insights .head div h2 {
        font-weight: 700;
        font-size: 24px;
        line-height: 28px;
        text-transform: uppercase;
        font-feature-settings: 'ss03' on;
        color: #1F3357;
    }

    .science-philosophy .insights .items {
        margin-top: 24px;
    }

    .science-philosophy .insights .items .item img {
        max-width: 100%;
        max-height: 343px;
    }

    .science-philosophy .insights .items .item {
        padding-right: 0;
    }
    .science-philosophy .partnering .background-image-mobile {
        display: block;
        width: 100%;
        transform: scaleX(-1);
    }
}

@media screen and (max-width: 728px) {
    .science-philosophy .ingredients .ingredients-table {
        flex-direction: column;
        margin-top: 16px;
        border: none;
    }

    .science-philosophy .ingredients .ingredients-table .table-item {
        flex-direction: unset;
        padding: 0 8px;
        border: none;
    }


    .science-philosophy .ingredients {
        padding: 32px 16px;
    }

    .science-philosophy .ingredients .head {
        flex-direction: column;
        gap: 12px
    }

    .science-philosophy .ingredients .head .head-item {
        width: 100%;
    }

    .science-philosophy .ingredients .head .head-item p {
        margin: 0
    }

    .science-philosophy .ingredients .ingredients-table .table-item hr {
        width: 1px;
        height: calc(100% - 40px);
        background-color: rgba(222, 232, 248, 1) !important;
        display: none;
    }

    .science-philosophy .ingredients .ingredients-table .table-item .bottom, .science-philosophy .ingredients .ingredients-table .table-item .top {
        width: 100%;
        display: unset;
        height: 100%;
        padding: 20px 0;
    }


    .science-philosophy .ingredients .ingredients-table .table-item .top img {
        height: 100%;
        max-height: 51px;
        object-fit: contain;
        padding: 0 50px
    }

    .science-philosophy .ingredients .ingredients-table .table-item .top {

        margin-right: 8px;
    }

    .science-philosophy .ingredients .ingredients-table .table-item .bottom {
        margin-left: 8px;
        display: inline-flex;
        justify-content: center;
    }
    .science-philosophy .partnering .content .head h2 {
        font-size: 24px;
        line-height: 28px;
    }
    .science-philosophy .partnering .content .head .descriptions {
        flex-direction: column;
        margin-top: 16px;
        gap: 16px;
        margin-bottom: 0;
    }

    .science-philosophy .partnering .content .head .descriptions p {
        font-size: 14px;
        line-height: 18px;
    }

    .science-philosophy .partnering .background-image-mobile {
        position: relative;
        margin-top: -16px;
        margin-bottom: -100px;
        z-index: -1;
        display: flex;
        width: 100%;
        transform: unset;
    }
    .science-philosophy .partnering .content  {
        z-index: 1;
    }

    .science-philosophy .partnering .content .form span {
        font-size: 14px;
        line-height: 18px;
    }

    .science-philosophy .partnering .content .form form .field input[type="text"], .science-philosophy .partnering .content .form form .field input[type="email"], .science-philosophy .partnering .content .form form .field textarea {
        font-size: 14px;
        line-height: 18px;
    }


    .science-philosophy .partnering .content .form form .privacy-agree label {
        font-size: 14px;
        line-height: 18px;
    }

    .science-philosophy .partnering .content .form form .privacy-agree, .science-philosophy .partnering .content .form form button {
        margin-top: 16px;
    }

    .science-philosophy .our-products .product .content .product-info .button a {
        width: 100%;
        text-align: center;
        align-items: center;
        justify-content: center;
    }

}

@media screen and (max-width: 500px) {
    .science-philosophy {
        margin-top: 0
    }


    .science-philosophy .our-philosophy {
        padding: 32px 16px 0;
    }

    .science-philosophy .our-philosophy .content {
        padding-top: 0;
    }

    .science-philosophy .interviews {
        padding: 32px 16px 0;
    }

    .science-philosophy .interviews .content {
        padding: 0;
    }


    .science-philosophy small.badge {
        font-weight: 400;
        font-size: 12px;
        line-height: 14px;
    }

    .science-philosophy .interviews .content .head h2 {
        font-size: 24px;
        line-height: 28px;
    }

    .science-philosophy .interviews .content {
        gap: 24px
    }

    .science-philosophy .own-formula {
        background-size: auto 140%;
        background-position-y: 40%;
        background-position-x: 70%;
    }

    .science-philosophy .own-formula .icons {
        flex-direction: column;
        align-items: start;
        margin-top: 39px;
        gap: 19px;
        margin-bottom: 126px;
    }

    .science-philosophy .own-formula:after {
        height: 28px;
    }

    .science-philosophy .own-formula .button-link {
        width: 100%;
        text-align: center;
    }

    .science-philosophy .partnering .content .form form .field:first-child, .science-philosophy .partnering .content .form form .field:nth-child(2) {
        width: 100%;
    }

}

@media screen and (max-width: 430px) {
    .science-philosophy .our-products .product .content .product-list .item {
        width: 40px;
        height: 40px;
        font-size: 8px;
    }
    .science-philosophy .our-products .product .content .product-list .item.active:after {
        width: 50px;
        height: 50px;
    }
}