:root {
    /*--theme-base-color: #3d4bc7;*/
    --theme-base-background: #eff1f4;
    /*--theme-base-color: #ddab4f;*/
    --theme-base-color: #032279;
    --theme-two-color: #cad5e7;

    --heading-font-size: 24px;
    --heading-line-height: 28px;


}

h1 {
    font-size: 60px;
    line-height: 70px;
    margin: 0px;
    padding: 0px;
    color: #3b3b3b;
    font-weight: 300;
}

.h1_page {
    font-weight: 600;
    font-size: 36px;
    line-height: 44px;
    padding-bottom: 10px;
    text-align: center;
    color: var(--theme-base-color);
}

@media (max-width: 991px) {
    h1 {
        font-size: 40px;
        line-height: 46px;
    }

    .h1_page {
        font-size: 36px;
        line-height: 44px;
        padding-bottom: 20px;
        padding-top: 30px;
    }
}

h2 {
    font-weight: 400;
    color: var(--theme-base-color);
}

body,
a {
    font-family: 'Roboto', Arial, sans-serif;
    font-style: normal;
}

body {
    background: #fff;
    /*background: linear-gradient(358deg, #c5bdb24a, #ffffff);*/
}

.brand_logo_text {
    display: block;
    width: 150px;
    max-width: 100%;
    height: auto;
}

.mobile_menu_header_icon .brand_logo_text {
    width: 120px;
}

@media (min-width: 1200px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1356px !important;
    }
}

@media (min-width: 1400px) {

    .container,
    .container-lg,
    .container-md,
    .container-sm,
    .container-xl {
        max-width: 1600px !important;
    }
}

.page_content {
    position: relative;
    z-index: 1;
}

.position-relative-z-2 {
    position: relative;
    z-index: 2;
}



.blur_block {
    backdrop-filter: blur(6px);
    background: #ffffff;
    box-shadow: 0px 0px 10px #00000014;
    border-radius: 20px;
}


.gray_block {
    background: #f6f6f6;
    padding: 30px;
    border-radius: 30px;
}





/*
*
*
*
*
*
*
*
*
*
*/

.btn3 {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 55px 0px 26px;
    gap: 28px;
    height: 52px;
    background: var(--theme-base-color);
    backdrop-filter: blur(11.5px);
    border-radius: 35px;
    position: relative;
    font-weight: 500;
    font-size: 20px;
    line-height: 50px;
    color: #FFFFFF;
    cursor: pointer;
    width: max-content;
    text-decoration: none;
}

.btn3:hover {
    color: #FFFFFF;
    box-shadow: 0px 0px 10px #0000001f;
}

.btn3 a,
.btn3 a:hover {
    text-decoration: none;
    color: #FFFFFF;
}

.btn3:after {
    content: "";
    position: absolute;
    background: url(/medialibrary/system/arrow.svg);
    height: 46px;
    width: 46px;
    right: 5px;
    top: 3px;
}

.btn3-thin {
    height: 40px;
    font-size: 16px;
    line-height: 18px;
}

.btn3-thin:after {
    height: 35px;
    width: 35px;
    top: 2px;
    background-size: cover;
}

.btn3-transparent {
    background-color: #0000001f;
    color: #ffffff;
}


.btn3-white_arrows:after {
    background: url(/medialibrary/system/arrows_white.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.btn3-transparent:after {
    background: url(/medialibrary/system/arrows-transparent.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.btn3-transparent:hover {
    background-color: #ffffff;
    color: var(--theme-base-color);
}

.btn3-transparent:hover a {
    color: var(--theme-base-color);

}

.btn3-transparent:hover:after {
    background: url(/medialibrary/system/arrow.svg);
}






.btn3-white {
    background-color: #fff;
    color: var(--theme-base-color);
}

.btn3-white a {
    color: var(--theme-base-color);
}

.btn3-white:hover {
    background-color: var(--theme-base-color);
    color: #fff;
}

.btn3-white:hover a {
    color: #fff;
}


.btn3-border {
    background-color: #fff;
    color: var(--theme-base-color);
    border: solid var(--theme-base-color) 1px;
}

.btn3-border a {
    color: var(--theme-base-color);
}

.btn3-border:hover {
    background-color: var(--theme-base-color);
    color: #fff;
}

.btn3-border:hover a {
    background-color: var(--theme-base-color);
    color: #fff;
}





.btn3.btn3-no-arrow:after {
    display: none;
}

.btn3.btn3-no-arrow {
    padding: 0px 26px 0px 26px;
}


.btn3-small {
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    line-height: 40px;
}

.btn3-small:after {
    background-size: contain;
    height: 35px;
    width: 35px;
    right: 3px;
    top: 2px;
}




@media (max-width:991px) {
    .btn3 {
        height: 50px;
        justify-content: start;
        font-size: 16px;
        padding: 0px 64px 0px 20px;
    }

    .btn3:after {
        top: 2px;
    }

    .btn3-small {
        height: 40px;

    }

    .btn3-thin {
        height: 40px;
    }

    .btn3-thin:after {
        top: 2px;
    }
}



.btn {
    background-color: var(--theme-base-color);
    border-color: var(--theme-base-color);
    color: #ffffff;
    box-shadow: none;
    padding: 0 20px;
    align-items: center;
    justify-content: center;
    text-transform: none;
    border-radius: 8px;
    line-height: 40px;
    height: 40px;
    font-weight: 400;
    font-size: 16px;
    display: flex;
    width: max-content;
    min-width: 200px;
}

@media (max-width:991px) {
    .btn {
        min-width: 130px;
    }
}

.btn:hover {
    color: #ffffff;
    box-shadow: 0px 0px 5px #00000061;
}

.btn a {
    color: #ffffff;
    text-decoration: none;
}

.btn-white-border a {
    color: #000;
}

.btn-white-border {
    background-color: #ffffff;
    border-color: var(--theme-base-color);
    color: var(--theme-base-color);
}

.btn-white-border:hover {
    color: var(--theme-base-color);
}


.btn-white a {
    color: #000;
}

.btn-white {
    background-color: #ffffff;
    border-color: #fff;
    color: var(--theme-base-color);
}

.btn-white:hover {
    color: var(--theme-base-color);
}



.btn-transparent {
    background-color: #ffffff00;
    border-color: #ffffff;
    color: #ffffff;
}

.btn-transparent:hover {
    background-color: #ffffff;
    border-color: #fff;
    color: #000;
}


.btn2 {
    height: 40px;
    display: block;
    line-height: 40px;
    padding: 0px 20px;
    width: max-content;
    background: var(--theme-base-color);
    border-radius: 40px;
    text-decoration: none;
    color: #fff;
    font-weight: 300;
}

.btn2:hover {
    background: #dec85a;
    color: #000;
}


/*
*
*
*
*
*
*
*/











.glass-texture {
    position: relative;
    border: 1px solid rgb(255 255 255 / 25%);
    overflow: hidden;
}

.glass-texture:after {
    position: absolute;
    opacity: 10%;
    backdrop-filter: blur(26.5px);
    background-image: url(/medialibrary/system/glass.jpg);
    width: 100%;
    height: 100%;
    content: "";
    display: block;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}







.block {
    margin-bottom: 40px;
}

.block_default_style {
    background: var(--theme-base-background);
    padding: 20px;
    border-radius: 20px;
    border: solid #efefef 1px;
}



.triger_view {
    transition: 0.8s;
}

.triger_view_left {
    left: -100px;
    position: relative;
}

.triger_view_left.active_triger {
    left: 0px;
}

.triger_view_right {
    right: -100px;
    position: relative;
}

.triger_view_right.active_triger {
    right: 0px;
}

.triger_view_top {
    top: -50px;
    position: relative;
}

.triger_view_top.active_triger {
    top: 0px;
}

.triger_view_bottom {
    bottom: -50px;
    position: relative;
}

.triger_view_bottom.active_triger {
    bottom: 0px;
}



img {
    max-width: 100%;
    max-height: 100%;
}






/*
*
*
*
*
*/
.block__grey {
    background: var(--theme-base-background);
}

.block_grey_top {
    background: linear-gradient(to top, #fff, #f1f1f1);
}


.block_gold {
    background: linear-gradient(to top, #ffefa454, #ffffff1a);
}

.block_blue {
    background: #f7f8fb;
}

.block__white {
    background: #fff;
    box-shadow: inset 0px 0px 15px #0000000d;
}





/*
*
*
*
*
*
*/





.block_title {
    font-size: 32px;
    line-height: 40px;
    font-weight: 300;
    color: var(--theme-base-color);
    margin-bottom: 20px;
    text-transform: uppercase;
}

@media (max-width:991px) {
    .block_title {
        margin-left: 0px;
    }
}


.social_block {
    display: flex;
    gap: 10px;
}

.social_item {
    width: 24px;
    height: 24px;
    display: block;
    position: relative;
}

.social_item:before {
    content: "";
    background-position-y: 0px;
    background: url(/medialibrary/system/social_icon.png);
    width: 20px;
    height: 20px;
    position: absolute;
    top: 2px;
    left: 2px;
    cursor: pointer;
}

.social_item.social_item-white:before {
    background-position-y: 44px;
    opacity: 0.6;
}

.social_item.social_item-white:hover:before {
    background-position-y: 0px;
    opacity: 1;
}

.social_item-vk:before {
    background-position-x: 0px;
}

.social_item-wa:before {
    background-position-x: -49px;
}

.social_item-instagram:before {
    background-position-x: -72px;
}

.social_item-tg:before {
    background-position-x: -24px;
}


.label-info {
    font-size: 14px;
    padding-bottom: 16px;
}

.label-info .info {
    color: #464646;
}

.label-info .label {

    color: #787878;
}

.adresse,
.phone,
.mail {
    padding-left: 30px;
    position: relative;
}

.adresse:before,
.phone:before,
.mail:before {
    content: "";
    background: url(/medialibrary/system/contacts_icon.jpg);
    position: absolute;
    top: 2px;
    left: 0px;
    width: 20px;
    height: 20px;
    background-size: cover;
    opacity: 0.5;
}

.adresse:before {
    background-position-x: -20px;
}

.phone:before {
    background-position-x: 0px;
}

.mail:before {
    background-position-x: -40px;
}





















.ocean {
    height: 0%;
    width: 100%;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: -1;
}

.wave {
    background: url(/medialibrary/system/wave3.png) repeat-x;
    position: absolute;
    left: -200px;
    top: -424px;
    width: 6400px;
    height: 424px;
    animation: wave 24s cubic-bezier(0.36, 0.45, 0.63, 0.53) infinite;
    transform: translate3d(0, 0, 0);
    opacity: 0.1;
}

.wave:nth-of-type(2) {
    left: 0px;
    top: -400px;
    animation: wave 12s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 15s ease -1.25s infinite;
    opacity: 0.1;
}

.wave:nth-of-type(3) {
    left: -400px;
    top: -380px;
    animation: wave 15s cubic-bezier(0.36, 0.45, 0.63, 0.53) -0.125s infinite, swell 15s ease -1.25s infinite;
    opacity: 0.1;
}

@keyframes wave {
    0% {
        margin-left: 0;
    }

    100% {
        margin-left: -1600px;
    }
}

@keyframes swell {

    0%,
    100% {
        transform: translate3d(0, -25px, 0);
    }

    50% {
        transform: translate3d(0, 5px, 0);
    }
}

.endWave {
    display: none;
}



















.adns2_container {
    margin: 0 auto;
    overflow: hidden;
}

.adns2_container .title_block {
    display: flex;
    justify-content: space-between;
}

.adns2_container .title_block_btn {
    display: flex;
    border: 1px solid var(--theme-base-color);
    background: var(--theme-base-color);
    border-radius: 30px;
    padding: 10px 27px;
    margin-left: 12px;
    margin-right: 12px;
    gap: 10px;
    color: #fff;
    width: max-content;
}

.adns2_container .grid_container_width {
    display: flex;
    gap: 30px;
    margin-top: 25px;
    width: max-content;
    transform: translate3d(0px, 0px, 0px);
    transition: transform 0.3s ease;
}

.adns2_container .grid_container_scroll {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.adns2_container .grid_container_scroll::-webkit-scrollbar {
    display: none;
}

.adns2_container .navigation-buttons {
    display: flex;
    gap: 10px;
    justify-content: start;
    margin-top: 20px;
    position: relative;
}

.adns2_container .scroll-btn {
    padding: 9px 10px;
    border: solid var(--theme-base-color) 1px;
    color: white;
    border-radius: 30px;
    cursor: pointer;
    font-size: 16px;
    transition: background 0.3s ease;
    display: flex;
}

.adns2_container .scroll-btn.left {
    transform: rotate(180deg);
}

.adns2_container .scroll-btn:hover {
    background: #d6daff;
}

.adns2_container .btn_to_section {
    display: none;
}

.adns2_container .button_to_all {
    position: absolute;
    right: 0px;
    bottom: 0px;

}

@media(max-width:991px) {
    .adns2_container .maxwidth-theme-no-padding {
        padding-left: 0px;
        padding-right: 0px;
    }

    .adns2_container .title_block_right {
        display: none;
    }

    .adns2_container .grid_container_scroll {
        overflow-x: scroll;
    }

    .adns2_container .grid_container_width {
        margin-top: 20px;
        padding-left: 16px;
        padding-right: 16px;
    }

    .adns2_container .navigation-buttons {
        display: none;

    }

    .adns2_container .btn_to_section {
        display: block;
        margin-top: 30px;
    }

    .adns2_container .button_to_all {
        position: relative;
        right: 16px;
        bottom: 0px;
        left: 16px;
        width: 100%;
    }

    .adns2_container .navigation-buttons {
        margin-top: 0px;
    }
}

.adns2_container .link_arrow {
    position: absolute;
    border: 1px solid white;
    border-radius: 30px;
    width: 32px;
    height: 32px;
    overflow: hidden;
    transition: all 0.3s ease;
    display: block;
    align-items: center;
    right: 0px;
}

.adns2_container .link_arrow:hover {
    background: #ffffff66;
    width: 130px;
}

.adns2_container .link_arrow_content {
    display: flex;
    width: 100%;
    height: 30px;
}

.adns2_container .link_arrow_text {
    width: 0px;
    overflow: hidden;
    height: 30px;
    transition: 0.3s;
    font-size: 13px;
    line-height: 30px;
    color: #fff;
    text-align: center;
}

.adns2_container .link_arrow:hover .link_arrow_text {
    width: 100px;
}

.adns2_container .link_arrow__icon {
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    transition: 0.3s;
    align-items: center;
    transform: rotate(-45deg);
}

.adns2_container .link_arrow:hover .link_arrow__icon {
    transform: rotate(0deg);
}

.adns2_container .link_arrow__icon img {
    width: 15px;
    height: 15px;
}

.peptide_products .peptide_card {
    width: 300px;
    min-height: 330px;
    background: #F2F4FF;
    border-radius: 20px;
    padding: 18px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    color: var(--theme-base-color);
}

.peptide_products .peptide_image {
    width: 100%;
    aspect-ratio: 1 / 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.peptide_products .peptide_image img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.peptide_products_home .peptide_card {
    width: 300px;
    min-height: 270px;
    padding: 14px;
}

.peptide_products_home .peptide_image {
    height: 150px;
    aspect-ratio: auto;
}

.peptide_products_home .peptide_image img {
    width: auto !important;
    height: auto !important;
    /* max-width: 150px;
    max-height: 115px; */
}

.peptide_products.peptide_products_home .peptide_name {
    font-size: 18px;
    margin-top: 14px;
}

.peptide_products .peptide_name {
    margin-top: 18px;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    color: var(--theme-base-color);
}

.peptide_products .peptide_meta {
    margin-top: 8px;
    font-size: 14px;
    color: #4b4e58;
}

.peptide_products .view_all_wrap {
    display: flex;
    justify-content: flex-end;
    margin-top: 24px;
}

.peptide_products .view_all_peptide {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 46px;
    padding: 10px 28px;
    border: 1px solid var(--theme-base-color);
    border-radius: 30px;
    background: var(--theme-base-color);
    color: #fff;
    font-weight: 500;
    text-decoration: none;
}

.peptide_products .view_all_peptide:hover {
    color: #fff;
    background: #021a5d;
}

.peptide_catalog_page {
    background: #fff;
}

.peptide_catalog_header {
    padding: 24px 0;
    border-bottom: 1px solid #e7eaf3;
}

.peptide_catalog_header .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.peptide_catalog_back {
    color: var(--theme-base-color);
    text-decoration: none;
    font-weight: 500;
}

.peptide_catalog_grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 24px;
}

.peptide_catalog_grid .peptide_card {
    width: 100%;
    cursor: pointer;
    transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.peptide_catalog_grid .peptide_card:hover,
.peptide_catalog_grid .peptide_card:focus {
    transform: translateY(-4px);
    box-shadow: 0 14px 28px rgba(12, 35, 96, 0.14);
    outline: none;
}

.peptide_detail_panel {
    position: relative;
    display: grid;
    grid-template-columns: minmax(220px, 34%) 1fr;
    gap: 32px;
    margin-top: 28px;
    padding: 28px;
    background: #F2F4FF;
    border-radius: 20px;
    color: var(--theme-base-color);
}

.peptide_detail_panel[hidden] {
    display: none;
}

.peptide_detail_close {
    position: absolute;
    top: 18px;
    right: 18px;
    border: 1px solid var(--theme-base-color);
    border-radius: 30px;
    padding: 8px 18px;
    background: transparent;
    color: var(--theme-base-color);
    font-weight: 500;
    cursor: pointer;
}

.peptide_detail_media {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 280px;
    padding: 24px;
    background: #fff;
    border-radius: 16px;
}

.peptide_detail_media img {
    max-width: 100%;
    max-height: 260px;
    object-fit: contain;
}

.peptide_detail_content {
    padding-right: 80px;
}

.peptide_detail_title {
    margin: 8px 0 16px;
    font-size: 34px;
    line-height: 1.12;
    font-weight: 700;
}

.peptide_detail_text {
    margin: 0 0 22px;
    color: #363b4c;
    font-size: 16px;
    line-height: 1.55;
}

.peptide_detail_label {
    margin-bottom: 10px;
    font-weight: 700;
}

.peptide_detail_list {
    margin: 0;
    padding-left: 20px;
    color: #363b4c;
}

.peptide_detail_list li {
    margin-bottom: 8px;
}

.peptide_detail_note {
    margin: 22px 0 0;
    color: #5b6274;
    font-size: 14px;
    line-height: 1.45;
}

@media(max-width:991px) {
    .peptide_products .view_all_wrap {
        justify-content: flex-start;
        padding-left: 16px;
        padding-right: 16px;
    }

    .peptide_catalog_grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .peptide_detail_panel {
        grid-template-columns: 1fr;
    }

    .peptide_detail_content {
        padding-right: 0;
    }
}

@media(max-width:575px) {
    .peptide_catalog_grid {
        grid-template-columns: 1fr;
    }

    .peptide_catalog_header .container {
        align-items: flex-start;
        flex-direction: column;
    }

    .peptide_detail_panel {
        padding: 20px;
    }

    .peptide_detail_close {
        position: static;
        justify-self: flex-start;
        order: -1;
    }

    .peptide_detail_media {
        min-height: 220px;
    }

    .peptide_detail_title {
        font-size: 26px;
    }
}
