/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;

    --base-color: rgba(18,17,50,1);
}

body {
    margin: 0;
}

main {
    display: block
}

h1 {
    font-size: 2em;
    margin: .67em 0
}

hr {
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
    overflow: visible
}

pre {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: rgba(0, 0, 0, 0)
}

abbr[title] {
    border-bottom: none;
    text-decoration: underline;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b, strong {
    font-weight: bolder
}

code, kbd, samp {
    font-family: monospace, monospace;
    font-size: 1em
}

small {
    font-size: 80%
}

sub, sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline
}

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

img {
    border-style: none
}

button, input, optgroup, select, textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button, input {
    overflow: visible
}

button, select {
    text-transform: none
}

button, [type=button], [type=reset], [type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner, [type=button]::-moz-focus-inner, [type=reset]::-moz-focus-inner, [type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

button:-moz-focusring, [type=button]:-moz-focusring, [type=reset]:-moz-focusring, [type=submit]:-moz-focusring {
    outline: 1px dotted ButtonText
}

fieldset {
    padding: .35em .75em .625em
}

legend {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox], [type=radio] {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button, [type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

details {
    display: block
}

summary {
    display: list-item
}

template {
    display: none
}

[hidden] {
    display: none
}

:root {
    --main-pt: 215px
}

p, h1, h2, h3, h4, h5, h6 {
    margin: 0;
    padding: 0;
    font-weight: 400
}

html {
    box-sizing: border-box;
    scroll-behavior: smooth;
    overflow-x: hidden
}

* {
    outline: none
}

*, *::before, *::after {
    box-sizing: inherit
}

body {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
    background-color: #e6e6f4
}

a {
    text-decoration: none
}

ul {
    list-style: none;
    padding: 0;
    margin: 0
}

.container {
    max-width: 1230px;
    margin: 0 auto;
    padding: 0 15px;
}

.container-block {
    max-width: 1230px;
    margin: 0 auto;
    /*padding: 0 15px*/
}

.hide-pc {
    display: block;
}
.hide-mobile {
    display: none;
}


.preloader {
    position: fixed;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    top: 0;
    right: 0;
    background-color: #fff;
    z-index: 100;
    background-image: url(/local/images/preloader.jpg);
    background-size: cover;
    background-position: center;
    transition: all .3s
}

.preloader_logo {
    display: flex;
    margin-bottom: 24px
}

.preloader_bar {
    background: rgba(217, 217, 217, .2);
    width: 303px;
    height: 6px;
    position: relative;
    border-radius: 30px
}

.preloader_bar span {
    position: absolute;
    height: 100%;
    width: 0;
    background: #d9d9d9;
    border-radius: 30px;
    animation: prelpader_bar 1s
}

@keyframes prelpader_bar {
    0% {
        width: 0
    }
    100% {
        width: 100%
    }
}

.preloader img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.preloader.done {
    opacity: 0;
    visibility: hidden
}

.header {
    position: fixed;
    width: 100%;
    top: 0;
    right: 0;
    z-index: 10;
    padding: 37px 0 7px 0;
    background-color: #e6e6f4;
    box-shadow: 0px 20px 20px 20px #e6e6f4
}

.header .container-block {
    max-width: 1330px
}

.header_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 15px;
}

.header_info {
    display: flex;
    align-items: center
}

.header_info .btn {
    font-size: 19px
}

.btn {
    font-size: 20px;
    line-height: 24px;
    font-weight: 600;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    border-radius: 35px;
    color: #fff;
    box-shadow: -6px -4px 12px 0px hsla(0, 0%, 100%, .7490196078);
    background: #131132;
    border: 4px solid #131132;
    transition: all .3s;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, .25), -6px -4px 12px 0px hsla(0, 0%, 100%, .75)
}

.btn:hover {
    color: #131132;
    border: 4px solid #000;
    background: #e6e6f4;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, .25) inset
}

.menu {
    display: flex
}

.menu a {
    font-size: 17px;
    font-weight: 500;
    color: #131132;
    line-height: 24px;
    margin-right: 50px
}

.menu a.active {
    font-weight: 800
}

.menu li:last-child a {
    margin-right: 0
}

.header_btn {
    width: 145px;
    height: 52px;
    margin: 0 30px;
    text-align: center;
    padding: 0 10px;
}

.header_languages {
    display: flex;
    border-radius: 31px;
    background: rgba(229, 233, 242, .2);
    box-shadow: 4px 4px 5px 0px rgba(0, 0, 0, .25) inset, -4px -4px 5px 0px hsla(0, 0%, 100%, .6) inset;
    backdrop-filter: blur(15px);
    padding: 8px 12px
}

.header_language {
    font-size: 20px;
    cursor: pointer;
    font-weight: 500;
    border-radius: 19px;
    margin-right: 12px;
    box-shadow: 4px 4px 4px 0px rgba(0, 0, 0, .25) inset, -1px -1px 30px 0px hsla(0, 0%, 100%, .7) inset;
    background: rgba(229, 233, 242, .2);
    padding: 6px 14px;
    background: -webkit-linear-gradient(#67676F, #9998A5);
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    -webkit-background-clip: text
}

.header_language.active {
    background: none;
    -webkit-text-fill-color: unset;
    -webkit-background-clip: initial;
    font-weight: 800;
    color: #152957;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, .25), -6px -6px 6px 0px hsla(0, 0%, 100%, .7)
}

.header_language:last-child {
    margin-right: 0
}

.header_logo {
    width: 136px
}

.main {
    padding-bottom: 200px;
    padding-top: var(--main-pt);
    position: relative;
    min-height: 100vh;
    z-index: 1
}

.main > .container {
    position: relative;
    padding-top: 140px
}

.main .swiper-button-next, .main .swiper-button-prev {
    top: initial;
    z-index: 2
}

.main .swiper-button-next, .main .swiper-rtl .swiper-button-prev {
    right: initial;
    left: 90px
}

.main .swiper-pagination {
    text-align: left;
    padding-left: 200px;
    bottom: -10px;
    z-index: 1
}

.main .swiper-pagination-bullet {
    width: 90px;
    border-radius: 35px
}

.main .swiper-button-next:after, .main .swiper-button-prev:after {
    font-size: 30px
}

.main .swiper-pagination-bullet-active {
    background: #000
}

.main_img {
    display: flex;
    position: absolute;
    top: 109px;
    right: 50%;
    transform: translate(50%);
    z-index: -1;
    width: 1421px;
    height: 868px
}

.main_img img {
    position: absolute;
    width: 100%;
    height: auto;
    top: 0;
    opacity: 0;
    right: 0
}

.main_img img.active {
    opacity: 1
}

.main_wrapper {
    position: relative
}

.main_bef {
    position: absolute;
    right: 0;
    top: 0;
    display: flex
}

.main_bef::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/main_bef-text-2.png);
    background-size: cover;
    width: 148px;
    height: 148px;
    animation: Circle_moving 10s infinite linear;
    top: -18px;
    left: -18px
}

.sc-slide-monoprotein .main_bef::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/main_bef-text-v2-monoprotein.png);
    background-size: cover;
    width: 148px;
    height: 150px;
    animation: Circle_moving 10s infinite linear;
    top: -18px;
    left: -18px
}

@keyframes Circle_moving {
    100% {
        transform: rotate(360deg)
    }
}

.main_logo {
    display: flex;
    margin-bottom: 34px
}

.main_title {
    color: #131132;
    font-size: 32px;
    font-weight: 500;
    line-height: 112.4%;
    margin-bottom: 65px
}

.main_title span {
    font-weight: 800
}

.main_subtitle {
    color: #131132;
    font-weight: 500;
    font-size: 25px;
    margin-bottom: 30px
}

.main_btns {
    display: flex
}

.main_btn {
    width: 158px;
    height: 52px;
    margin-right: 36px
}

.go_line {
    background: #131132;
    padding: 14px 0;
    position: absolute;
    bottom: 0;
    right: 0;
    width: 100%
}

.go_line.mt {
    bottom: -70px !important
}

.go_line.fix {
    position: fixed;
    z-index: 999999
}

.go_line.static {
    position: page
}

.go_line-text {
    display: inline-block;
    color: #fff;
    font-weight: 500;
    line-height: 39px;
    animation: line_anim 70s infinite linear;
    font-size: 25px;
    white-space: nowrap
}

.go_line-text span {
    margin: 0 40px
}

@keyframes line_anim {
    0% {
        transform: translateX(0%)
    }
    100% {
        transform: translateX(-50%)
    }
}

.footer_form {
    max-width: 720px;
    margin: 0 auto 20px
}

.footer_form-title {
    color: #131132;
    text-align: center;
    font-weight: 600;
    margin-bottom: 40px;
    font-size: 56px;
    margin-top: 150px
}

.footer_form-inner {
    display: flex;
    justify-content: space-between;
    margin-bottom: 50px
}

.footer_form-inps {
    width: 300px
}

.footer_form-inp {
    width: 100%;
    height: 44px;
    border-radius: 24px;
    border: 1px solid #131132;
    background: #e6e6f4;
    display: block;
    margin-bottom: 10px;
    padding-left: 24px
}

.footer_form-area {
    width: 372px
}

.footer_form-area textarea {
    border-radius: 24px;
    height: 152px;
    border: 1px solid #131132;
    background: #e6e6f4;
    padding: 12px 24px;
    resize: none;
    width: 100%
}

.form_ok-check input {
    display: none
}

.form_ok {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 28px
}

.form_ok-check span {
    border-radius: 7px;
    border: 1px solid #131132;
    width: 24px;
    height: 24px;
    display: block;
    margin-right: 9px;
    position: relative;
    cursor: pointer
}



.filter_ok-check {
    display: flex;
}
.filter_ok-check input {
    display: none
}

.filter_ok {
    display: flex;
    align-items: flex-start;
    justify-content: left;
    margin-bottom: 28px;
    padding-left: 0 !important;
}

.filter_ok-check span.check {
    border-radius: 3px;
    border: 1px solid #131132;
    width: 18px;
    height: 18px;
    display: inline-block;
    margin-right: 9px;
    position: relative;
    cursor: pointer;
    flex: none;

}

.filter_ok-check input:checked + span.check {
    background-color: #121132;
}

.filter_ok-check span.bx-filter-param-text {
    max-width: 250px;
}
.filter_ok-check input:checked ~ span.bx-filter-param-text {
    font-weight: bold;
}

.filter_ok-check input:checked + span.check::before {
    position: absolute;
    content: "";
    background-image: url('/local/images/check-white.svg');
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.filter_ok-text {
    color: #131132;
    font-weight: 500;
    font-size: 16px
}

.filter_ok-text a {
    font-weight: 700;
    color: #131132
}


.page {
    padding: 150px 0 0
}

.video {
    padding: 70px 0 100px
}

.video_title {
    color: #131132;
    font-size: 60px;
    font-family: Montserrat;
    font-weight: 700;
    margin-bottom: 90px;
    position: relative;
    text-align: center;
}

.footer {
    padding: 0 0 40px;
    position: relative;
    z-index: 1
}

.footer::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/footer_img.png);
    background-size: cover;
    width: 100%;
    height: 646px;
    bottom: 0;
    right: 0;
    background-position: center top;
    z-index: -1;
    pointer-events: none
}

.form_ok-check input:checked + span::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/check.svg);
    background-size: cover;
    width: 12px;
    height: 12px;
    top: 50%;
    right: 50%;
    transform: translate(50%, -50%)
}

.form_ok-text {
    color: #131132;
    font-weight: 500;
    font-size: 16px
}

.form_ok-text a {
    font-weight: 700;
    color: #131132
}

.form_btn {
    height: 52px;
    margin: 0 auto;
    width: 241px
}

.footer_wrapper {
    display: flex;
    justify-content: space-between;
    margin: 150px 0 70px
}

.footer_logo {
    display: flex;
    margin-bottom: 14px
}

.footer_mail {
    display: block;
    color: #d8e1f3;
    font-weight: 300;
    font-size: 20px
}

.footer_items {
    width: 815px;
    display: flex;
    justify-content: space-between;
    position: relative
}

.footer_menu {
    width: 30%
}

.footer_menu li:first-child a {
    font-weight: 500
}

.footer_menu li.link_dzen {
    /*position: absolute;*/
    bottom: 0
}

.footer_menu a {
    color: #fff;
    font-weight: 300;
    margin-bottom: 20px;
    font-size: 20px;
    display: block
}

.footer_desc {
    color: #d8e1f3;
    font-weight: 300;
    font-size: 15px;
    line-height: 1.5;
}

.video_slider {
    width: 100%;
    height: 274px
}

.video_slide {
    border: 1px solid #131132;
    padding: 8px 8px 20px;
    border-radius: 56px;
    margin: 0 5px;
    width: 340px
}

.video_slide-frame {
    border-radius: 56px;
    border: 1px solid #131132;
    background: #e6e6f4;
    height: 193px;
    overflow: hidden;
    cursor: pointer;
    position: relative;
    margin-bottom: 30px
}

.video_play {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    background: rgba(18, 17, 50, .67);
    background-image: url(/local/images/play.svg);
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
    transition: all .3s
}

.video_slide-frame:hover .video_play {
    opacity: 1 !important
}

.video_slide-frame img, .video_slide-frame iframe {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.video_slide-title {
    color: #131132;
    font-size: 21px;
    text-align: center;
    padding: 0 10px;
    font-weight: 700;
    min-height: 45px
}

.menu_burger {
    display: none
}

.footer_mobile-items {
    display: none
}

.footer_mobile_link_dzen {
    display: none
}

.header_mobile {
    display: none;
    text-align: center;
}

.catalog {
    padding: 210px 0 100px;
    position: relative
}

.catalog_title {
    color: #131132;
    font-size: 75px;
    font-weight: 700;
    margin-bottom: 65px;
    text-align: center
}

.catalog_info {
    width: 510px;
    margin-left: auto
}

.catalog_text {
    color: #152957;
    font-weight: 500;
    line-height: 21px;
    font-size: 21px;
    margin-bottom: 40px
}

.catalog_options-wrapper {
    border: 1px solid #131132;
    border-radius: 56px
}

.catalog_options {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid #131132;
    padding: 30px 30px 20px
}

.catalog_option {
    width: 61px;
    box-shadow: 6px 6px 6px 0px rgba(0, 0, 0, .25), -6px -6px 6px 0px hsla(0, 0%, 100%, .7);
    backdrop-filter: blur(15px);
    padding: 4px;
    transition: all .3s;
    border-radius: 50%;
    height: 61px;
    display: flex;
    border: 4px solid rgba(19, 17, 50, 0)
}

.catalog_option svg {
    width: 100%;
    height: 100%
}

.catalog_option:hover {
    border: 4px solid #131132
}

.catalog_option svg path.hover {
    transition: all .3s
}

.catalog_option:hover svg path.hover {
    fill: #131132
}

.catalog_options-title {
    color: #131132;
    text-align: center;
    font-weight: 800;
    line-height: 25px;
    font-size: 25px;
    padding: 10px 0 20px;
    height: 105px;
    display: flex;
    align-items: center;
    justify-content: center
}

.catalog_options-title span {
    display: none
}

.catalog_options-title span.active {
    display: block
}

.catalog_img {
    position: absolute;
    display: flex;
    left: 50%;
    transform: translateX(calc(-50% - 320px));
    bottom: 0;
    z-index: -1
}

.catalog_img::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/catalog_img-bef.png);
    background-size: cover;
    height: 654px;
    width: 661px;
    top: -35px;
    right: 80px;
    z-index: -1;
    box-shadow: 20px 16px 52px 0px rgba(26, 60, 138, .46), -28px -17px 69px 0px #fff, 11px 7px 15px 0px rgba(23, 48, 104, .15) inset;
    background-blend-mode: OVERLAY, NORMAL, COLOR, NORMAL;
    border-radius: 50%
}

.catalog_img::after {
    content: "";
    box-shadow: 20px -20px 20px 20px #e6e6f4;
    height: 70px;
    width: 100%;
    position: absolute;
    z-index: 11191919231;
    background: #e6e6f4;
    bottom: -60px
}

.catalog_img .main_bef {
    top: 55px;
    left: 70px;
    right: auto;
    background: rgba(230, 232, 250, .9);
    border-radius: 50%;
    bottom: auto
}

.catalog_items {
    padding: 80px 0 20px
}

.catalog_item {
    margin-bottom: 150px
}

.catalog_item:last-child {
    margin-bottom: 0
}

.catalog_item-wrapper {
    display: flex;
    margin-bottom: 40px;
    justify-content: space-between;
    align-items: center
}

.catalog_item-text {
    color: #8490c8;
    font-size: 20px;
    font-weight: 500;
    line-height: 25px;
    width: 595px
}

.catalog_item-info {
    width: 530px
}

.catalog_item-title {
    color: #131132;
    font-weight: 700;
    font-size: 56px;
    margin-bottom: 10px
}

.catalog_item-subtitle {
    color: #131132;
    font-weight: 700;
    line-height: 30px;
    font-size: 25px
}

.catalog_item-inner {
    display: flex;
    justify-content: space-between;
    padding-top: 40px;
    position: relative;
    margin-bottom: 80px
}

.catalog_item-inner:last-child {
    margin-bottom: 0
}

.catalog_left-title {
    color: #131132;
    font-weight: 500;
    font-size: 32px
}

.catalog_item-left {
    width: 360px
}

.catalog_left-subtitle {
    color: #131132;
    font-weight: 700;
    font-size: 80px;
    margin-bottom: 10px
}

.catalog_left-text {
    color: #131132;
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 90px
}

.catalog_left-btn {
    height: 52px;
    width: 268px;
    position: relative
}

.catalog_left-btn::after {
    position: relative;
    content: "";
    background-image: url(/local/images/btn_arrow.svg);
    background-size: cover;
    width: 13px;
    height: 18px;
    margin-left: 16px
}

.catalog_item-inner::before {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #000;
    right: 50%;
    transform: translateX(50%);
    top: 0
}

.catalog_item-inner::after {
    position: absolute;
    content: "";
    width: 100vw;
    height: 1px;
    background-color: #000;
    right: 50%;
    transform: translateX(50%);
    top: 355px;
    z-index: -1
}

.catalog_slider {
    width: 840px
}

.catalog_slide {
    border-radius: 53px;
    border: 1px solid #131132;
    background: #e6e6f4;
    margin: 0 9px;
    padding: 16px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.catalog_slide-img {
    display: flex;
    border-radius: 53px;
    border: 1px solid #131132;
    /*background: linear-gradient(0deg, #A197DE 0%, #A197DE 100%), #d3d3d3 -62.302px 19.875px/187.282% 86.134% no-repeat, #e6e6f4;*/
    /*background-blend-mode: SOFT_LIGHT, NORMAL, NORMAL;*/
    height: 192px;
    width: 160px;
    justify-content: center;
    align-items: center;
    margin-bottom: 13px;
    box-shadow: 4px 4px 4px 0px rgba(21, 41, 87, .25), -4px -4px 4px 0px rgba(214, 223, 255, .5);
    transition: all .3s ease-in-out;
    position: relative
}

.catalog_slide-img img {
    max-width: 100%;
    max-height: 100%;
    padding: 4px
}

.catalog_slide-text {
    color: #131132;
    letter-spacing: -0.45px;
    font-size: 15px;
    padding: 10px 0px;
    min-height: 91px;
    height: 91px;
    overflow: hidden
}

.catalog_slide:hover .catalog_slide-text {
    height: auto;
    min-height: 91px
}

.catalog_slider .slick-arrow {
    position: absolute;
    top: 40%;
    width: 86px;
    height: 86px;
    background: none;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    border: none;
    font-size: 0;
    transform: translateY(-50%)
}

.catalog_slider .slick-next {
    background-image: url(/local/images/catalog_slider-right.svg);
    right: -82px
}

.catalog_slider .slick-prev {
    background-image: url(/local/images/catalog_slider-left.svg);
    left: -82px
}

.catalog_slide {
    position: relative
}

.catalog_slide:hover .catalog_slide-img {
    width: 190px;
    height: 208px;
    /*transform: translate(-16px, -16px);*/
    margin-bottom: -3px;
    background: linear-gradient(0deg, rgba(161, 151, 222, 0.81) 0%, rgba(161, 151, 222, 0.81) 100%), #d3d3d3 -67.335px 16.491px/176.069% 92.231% no-repeat, #e6e6f4;
    box-shadow: 4px 4px 4px 0px rgba(21, 41, 87, .25), -4px -4px 4px 0px rgba(214, 223, 255, .5), 0px 4px 4px 0px rgba(0, 0, 0, .25)
}

.catalog_slide-img::before {
    position: absolute;
    content: "";
    top: -2px;
    right: -2px;
    left: -2px;
    bottom: -2px;
    border-radius: 53px;
    opacity: 0;
    transition: all .3s
}

.one .catalog_slide-img::before {
    border: 4px solid #f05d22
}

.two .catalog_slide-img::before {
    border: 4px solid #9b7bb6
}

.three .catalog_slide-img::before {
    border: 4px solid #f9d429
}

.four .catalog_slide-img::before {
    border: 4px solid #f6a09f
}

.five .catalog_slide-img::before {
    border: 4px solid #7dc142
}

.six .catalog_slide-img::before {
    border: 4px solid #f29323
}

.catalog_slide:hover .catalog_slide-img::before {
    opacity: 1
}

.catalog_slide-width {
    position: absolute;
    color: #e6e6f4;
    text-align: center;
    font-weight: 800;
    line-height: 20px;
    border: 1px solid #131132;
    height: 145px;
    display: flex;
    align-items: flex-end;
    border-radius: 51px;
    font-size: 18px;
    justify-content: center;
    padding-bottom: 8px;
    width: 100%;
    bottom: 0;
    transition: all .3s;
    left: 0;
    z-index: -1
}

.catalog_slide:hover .catalog_slide-width {
    bottom: -53px;
    box-shadow: 4px 4px 4px 0px rgba(21, 41, 87, .25), -4px -4px 4px 0px rgba(214, 223, 255, .5)
}

.one .catalog_slide-width {
    background: #f05d22
}

.two .catalog_slide-width {
    background: #9b7bb6
}

.three .catalog_slide-width {
    background: #f9d429
}

.four .catalog_slide-width {
    background: #f6a09f
}

.five .catalog_slide-width {
    background: #7dc142
}

.six .catalog_slide-width {
    background: #f29323
}

.catalog_slider {
    margin-bottom: -60px
}

.catalog_slider .slick-track {
    padding-bottom: 60px
}

.card {
    padding: 220px 0 20px
}

.card_wrapper {
    display: flex;
    justify-content: space-between;
    margin-bottom: 60px
}

.card_left {
    width: 400px
}

.card_slider .slick-arrow {
    position: absolute;
    top: 50%;
    width: 86px;
    height: 86px;
    background: none;
    background-size: cover;
    cursor: pointer;
    z-index: 1;
    border: none;
    font-size: 0;
    transform: translateY(-50%)
}

.card_slider .slick-next {
    background-image: url(/local/images/catalog_slider-right.svg);
    right: -80px
}

.card_slider .slick-prev {
    background-image: url(/local/images/catalog_slider-left.svg);
    left: -82px
}

.card_slide {
    display: flex !important;
    justify-content: center;
    align-items: center
}

.card_slide img {
    width: 100%;
    height: auto;
    width: auto;
    max-height: 400px
}

.card_slider {
    width: 100%;
    margin-bottom: 35px
}

.card_btn {
    height: 52px
}

.card_info {
    width: 710px
}

.card_title {
    color: #131132;
    font-weight: 700;
    font-size: 39px;
    padding-left: 30px;
    margin-bottom: 14px
}

.card_text {
    display: block;
    font-size: 25px;
    font-weight: 400;
    line-height: 31px;
    margin-top: 12px;
}

.card_tabs {
    display: flex;
    margin-bottom: 60px;
    margin-left: 25px;
}

.card_tabs.kz .card_tab {
    font-size: 15px;
}

.card_tab:first-child {
    display: none
}

.card_tab {
    border-radius: 51px;
    border: 1px solid #131132;
    background: #e6e6f4;
    height: 69px;
    box-shadow: 4px 4px 9px 0px rgba(21, 41, 87, .5);
    color: #121132;
    font-weight: 700;
    font-size: 20px;
    width: 190px;
    text-align: center;
    display: flex;
    justify-content: center;
    cursor: pointer;
    align-items: center;
    margin-right: 13px
}

.card_option {
    color: #131132;
    max-width: 680px;
    font-weight: 700;
    font-size: 25px;
    margin-bottom: 10px
}

.card_option span {
    font-weight: 400
}

.card_desc {
    color: #131132;
    font-weight: 600;
    font-size: 20px
}

.card_desc_title {
    font-weight: 700;
    font-size: 24px;
    line-height: 20px;
    text-align: center;
    color: #121132;
    margin-bottom: 20px;
}

.card_content {
    display: block;
    padding: 0px 30px
}

.card_content:not(:nth-child(2)) {
    position: absolute;
    top: 107px;
    width: 100%;
    border-radius: 51px;
    border: 1px solid #131132;
    background: rgba(230, 230, 249, .3);
    backdrop-filter: blur(22.5px);
    padding: 30px 40px;
    height: auto;
    opacity: 0;
    transition: all .3s;
    visibility: hidden;
    min-height: 330px
}

.card_tabs-wrapper {
    position: relative
}

.card_content.active {
    opacity: 1;
    visibility: visible
}

.card_content-text {
    color: #152957;
    font-weight: 500;
    font-size: 23px;
    margin-bottom: 40px
}

.card_content-text span {
    font-weight: 700
}

.card_content-subtitle {
    color: #152957;
    font-weight: 800;
    font-size: 30px;
    margin-top: 20px;
}

.card_content-subtitle span {
    display: block;
    font-weight: 400
}

.card_tab.active {
    box-shadow: 3px 4px 9px 0px rgba(0, 0, 0, .34) inset
}

.card_options.duo {
    display: flex;
    margin-bottom: 20px;
    flex-wrap: wrap;
    justify-content: space-between
}

.card_options.duo:last-child {
    margin-bottom: 0
}

.card_options.duo .card_option {
    width: 45%
}

.card_vitamins {
    columns: 2;
    width: 100%
}

.card_vitamin {
    color: #152957;
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 4px;
    line-height: 25px
}

.card_vitamin span {
    font-weight: 400
}

.card_btn.mobile {
    display: none
}

.buy {
    padding: 200px 0 20px
}

.buy_wrapper {
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.buy_info {
    width: 740px
}

.buy_logo {
    display: flex;
    margin-bottom: 34px;
    margin-left: 15px
}

.buy_btn {
    height: 52px;
    width: 281px
}

.buy_body {
    max-width: 1080px;
    margin: 0 auto
}

.buy_info p {
    color: #131132;
    font-weight: 500;
    line-height: 120.4%;
    font-size: 23px;
    margin-bottom: 24px
}

.buy_info p span {
    font-weight: 700
}

.buy_info p:last-child {
    margin-bottom: 0
}

.buy_content.active {
    display: block
}

.buy_content {
    display: none;
    min-height: 300px;
    animation: contentAnim .3s
}

@keyframes contentAnim {
    0% {
        opacity: 0
    }
    100% {
        opacity: 1
    }
}

.buy_content-links {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 30px;
}

.buy_content-link {
    display: flex;
    width: 30%;
    color: #131132;
    font-weight: 700;
    line-height: 120.4%;
    font-size: 28px;
    margin: 0 10px 20px;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.buy_content-title {
    display: none
}

.brand {
    position: relative;
    padding: 210px 0 20px
}

.brand_inner {
    position: relative
}

.brand_inner::before {
    position: absolute;
    content: "";
    width: calc(100% - 76px);
    height: calc(100% - 84px);
    top: 84px;
    border: 1px solid #131132;
    border-radius: 56px;
    border-bottom: none;
    z-index: -1
}

.balanced_wrapper {
    position: relative
}

.balanced_img {
    user-select: none;
    display: flex;
    left: 50%;
    transform: translateX(calc(-50% - 360px));
    position: absolute;
    top: 90px
}

.balanced_img img {
    position: absolute;
    top: -90px;
    right: 99px;
    pointer-events: none
}

.balanced_img svg {
    transition: all .3s;
    cursor: pointer
}

.brand_img {
    position: absolute;
    display: flex;
    z-index: 2;
    top: 170px;
    left: 50%;
    transform: translateX(calc(-50% - 380px))
}

.brand_wrapper {
    margin-bottom: 170px
}

.brand_wrapper-info {
    width: 460px;
    margin-left: auto
}

.brand_title {
    color: #131132;
    font-weight: 700;
    line-height: 61px;
    font-size: 64px;
    margin-bottom: 30px;
    position: relative;
    z-index: 3;
}

[data-lang="en"] .brand_title {
    font-size: 60px;
}

.brand_text {
    color: #131132;
    font-weight: 500;
    line-height: 39px;
    font-size: 34px
}

.products_wrapper {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-left: 36px
}

.products_info {
    border-radius: 56px;
    border: 1px solid #131132;
    background-color: #e6e6f4;
    background: #e6e6f4;
    width: 570px;
    padding: 30px 48px
}

.products_title {
    color: #131132;
    font-weight: 700;
    font-size: 66px;
    margin-bottom: 20px
}

.products_text {
    color: #131132;
    font-weight: 500;
    font-size: 20px
}

.products_text span {
    font-weight: 700
}

.products_desc {
    background-color: #e6e6f4;
    width: 510px;
    border: 1px solid #131132;
    border-radius: 56px
}

.products_desc-item {
    flex-direction: column;
}

.products_desc-title {
    color: #131132;
    font-weight: 700;
    font-size: 50px;
    border-bottom: 1px solid #131132;
    padding: 40px 30px 10px
}

.products_desc-text {
    padding: 30px;
    color: #131132;
    font-weight: 500;
    font-size: 20px
}

.products_inner {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0
}

.products_inner-title {
    color: #131132;
    font-size: 80px;
    margin-left: -120px;
    font-weight: 700;
    width: 350px;
    position: relative;
    z-index: 3
}

.products_slider {
    width: 950px;
    position: relative
}

.products_slider::before {
    position: absolute;
    content: "";
    background: #e6e6f4;
    filter: blur(17px);
    height: 100%;
    width: 496px;
    left: -400px;
    top: 0;
    z-index: 2;
    pointer-events: none
}

.products_slider::after {
    position: absolute;
    content: "";
    background: #e6e6f4;
    filter: blur(17px);
    height: 100%;
    width: 496px;
    right: -520px;
    top: 0;
    z-index: 2;
    pointer-events: none
}

.products_slider .slick-list {
    width: calc(100% + 100px) !important;
    padding: 0 30px !important
}

.products_slider .slick-track {
    display: flex;
    padding: 35px 0
}

.products_slide {
    width: 244px;
    display: flex !important;
    height: inherit;
    justify-content: center;
    align-items: center;
    margin: 0 5px
}

.products_slide img {
    width: 100%;
    height: auto;
    transition: all .3s
}

.products_slide.slick-center img {
    transform: scale(1.3)
}

.standart {
    margin-bottom: 0;
    padding-left: 80px
}

.standart_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 40px
}

.standart_text {
    color: #131132;
    font-weight: 500;
    font-size: 20px;
    width: 425px;
    margin-top: 20px
}

.standart_text span {
    font-weight: 800
}

.standart_title {
    color: #131132;
    font-weight: 700;
    font-size: 80px;
    line-height: .9;
    width: 612px;
    border-radius: 56px;
    border: 1px solid #131132;
    background: #e6e6f4;
    padding: 40px
}

.balanced_title {
    color: #131132;
    font-weight: 700;
    line-height: 92.4%;
    letter-spacing: 1.6px;
    z-index: 2;
    font-size: 80px;
    border-top: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 50px 80px;
    position: relative;
    margin-right: 76px
}

.balanced_title span {
    font-size: 48px;
    font-weight: 500;
    line-height: 71px;
    position: absolute;
    bottom: 35px;
    right: 110px
}

.balanced_wrapper {
    display: flex;
    justify-content: space-between;
    margin-top: 27px
}

.balanced_info {
    width: 500px;
    margin-left: auto;
    margin-right: 120px
}

.balanced_text {
    color: #131132;
    font-weight: 500;
    margin-top: 40px;
    font-size: 20px;
    margin-bottom: 70px
}

.balanced_text span {
    font-weight: 800
}

.balanced_info-title {
    color: #131132;
    font-size: 56px;
    font-weight: 700;
    line-height: 92.4%
}

.balanced_info-item {
    display: none
}

.balanced_info-item.active {
    display: block
}

.balanced_info-title span {
    font-size: 24px;
    display: block
}

.quality_imgs {
    display: flex;
    justify-content: center;
    position: absolute;
    top: 140px;
    right: 50%;
    transform: translateX(50%)
}

.quality_img {
    display: flex;
    margin: 0 10px;
    opacity: .3;
    transition: all .3s
}

.quality_img.active {
    opacity: 1
}

.quality_img.active {
    transform: translateY(-50px)
}

.quality {
    position: relative;
    padding-top: 600px
}

.quality_item {
    display: none;
    position: relative;
    padding: 0 80px;
    z-index: 1
}

.quality_item.active {
    display: block
}

.quality_item-title {
    color: #131132;
    font-size: 56px
}

.quality_item-text {
    color: #131132;
    line-height: 25px;
    font-size: 20px
}

.quality_wrapper {
    position: relative
}

.quality_wrapper::before {
    position: absolute;
    content: "";
    background: #e6e6f4;
    filter: blur(55.5px);
    width: 100vw;
    height: 625px;
    bottom: -240px;
    right: 50%;
    transform: translateX(50%);
    pointer-events: none
}

.brand .go_line-wrapper {
    display: none
}

.mobile_title {
    display: none
}

.quality_mobile {
    display: none
}

.products_desc-text .img-sup {
    display: none
}

.socials {
    display: flex;
    justify-content: center
}

.social_btn {
    font-family: var(--font-family);
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #121132;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    align-self: center;
    margin-bottom: 50px;
    text-align: left
}

.menu > li {
    position: relative;
    padding-bottom: 10px;
    padding-top: 10px;
}
.menu_drop {
    display: none;
}
.menu li:hover .menu_drop {
    display: block;
}
.menu li:hover a.dropdown::after {
    transform: rotate(180deg);
}
.menu_drop {
    background-color: #121132;
    padding: 10px 20px;
    border-radius: 5px;
    position: absolute;
    top: 43px;
}
.menu_drop a {
    color: #E6E8FA;
    line-height: 25px;
}
.menu a {
    position: relative;
}

.header_lang {
    position: relative;
    display: inline-block;
}
.header_lang_use {
    border-radius: 100px;
    width: 62px;
    height: 56px;
    backdrop-filter: blur(30px);
    box-shadow: 6px 6px 6px 0 rgba(0, 0, 0, 0.25), -6px -6px 6px 0 rgba(255, 255, 255, 0.7);
    background: #e5e9f2;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    z-index: 1;
    position: relative;
    cursor: pointer;
}
.header_lang_use span {
    font-family: var(--font-family);
    font-weight: 800;
    font-size: 16px;
    text-align: center;
    color: #121132;
    text-transform: uppercase;
}
.header_lang_list {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: end;
    position: absolute;
    border-radius: 30px;
    backdrop-filter: blur(30px);
    box-shadow: inset 4px 4px 5px 0 rgba(0, 0, 0, 0.25), inset -4px -4px 5px 0 rgba(255, 255, 255, 0.6);
    background: rgba(229, 233, 242, 0.2);
    width: 62px;
    visibility: hidden;
    opacity: 0;
    height: auto;
    transition: all 0.3s ease-in-out;
    top: 0;
    padding-top: 65px;
    padding-bottom: 10px
}
.header_lang.active .header_lang_list {
    visibility: visible;
    opacity: 1;
    /*height: 163px;*/
    /*padding: 66px 0 5px;*/
    /*height: auto;*/
}
.header_lang_list-item {
    cursor: pointer;
    margin: 4px 0;
    font-family: var(--font-family);
    font-weight: 400;
    font-size: 16px;
    /*color: #cecdde;*/
}
.header_lang_list-item.active {
    font-weight: 700;
    color: #121132;
    cursor: pointer;
    margin: 3px 0;
}

.bx-breadcrumb {
    padding-left: 15px;
    padding-top: 30px;
}
.bx-breadcrumb, .bx-breadcrumb a {
    font-family: 'Montserrat';
    font-style: normal;
    font-weight: 500;
    font-size: 16px;
    color: #121132;
}
.bx-breadcrumb i {
    color: #121132 !important;
}

.toshop_btn {
    height: 52px;
    width: 386px;
    margin: 0 auto;
    margin-top: 40px;
}
.mobile.toshop_btn {
    display: none;
}

.footer_mobile_link_social {
    display: none;
}
/*.show-mobile {
    display: none !important;
}
.hide-mobile {
    display: block !important;
}*/
@media (max-width: 1600px) {
    .products_inner-title {
        margin-left: -30px;
        font-size: 70px;
        width: 310px;
        margin-left: -10px
    }

    .products_slider {
        width: 875px
    }

    .products_slider::after {
        right: -500px
    }
    .menu a {
        font-size: 18px
    }

    .brand_title,
    [data-lang="en"] .brand_title {
        font-size: 54px
    }

    .brand_text {
        font-size: 30px
    }

    .brand_wrapper {
        margin-bottom: 210px
    }

    .products_title {
        font-size: 58px
    }

    .products_desc-title {
        font-size: 42px
    }

    .quality_item-text, .balanced_text, .standart_text, .products_desc-text, .products_text {
        font-size: 18px
    }

    .balanced_title, .standart_title {
        font-size: 70px
    }

    .balanced_img {
        transform: translateX(calc(-50% - 300px))
    }

    .quality_item-title {
        font-size: 52px
    }

    .card_title {
        font-size: 34px
    }

    .video_title {
        font-size: 60px;
        margin-bottom: 60px
    }

    .main {
        --main-pt: 180px;
        padding-bottom: 140px
    }

    .catalog {
        padding-top: 180px
    }

    .main_img {
        width: 1200px;
        height: 730px
    }

    .main_img img {
        width: 100%;
        height: 100%
    }

    .balanced_img {
        transform: translateX(calc(-50% - 260px))
    }

    .balanced_img svg {
        width: 330px;
        height: 330px
    }

    .balanced_img img {
        width: auto;
        height: 334px;
        top: -68px;
        right: 75px
    }
}

@media (max-width: 1300px) {
    .menu a.dropdown::after {
        background-image: none !important;
    }
    .catalog_img::after {
        bottom: -90px
    }

    .catalog_left-title {
        font-size: 28px
    }

    .header .container-block, .container {
        max-width: 968px
    }

    .main_logo {
        width: 400px
    }

    .main_logo img {
        width: 100%;
        height: auto
    }

    .main_img {
        width: 1000px;
        bottom: -40px;
        height: 610px;
        top: auto
    }

    .main_img img {
        width: 100%;
        height: auto
    }

    .video {
        padding-top: 70px
    }

    .footer_items {
        width: 614px
    }

    .footer_menu a {
        margin-bottom: 14px;
        font-size: 18px
    }

    .menu a {
        margin-right: 25px
    }

    .header_btn {
        margin: 0;
        width: 150px
    }

    .catalog_title {
        margin-bottom: 55px;
        font-size: 62px
    }

    .catalog_img {
        width: 600px
    }

    .catalog_img img {
        width: 100%;
        height: auto
    }

    .catalog_img::before {
        height: 520px;
        width: 520px;
        top: -35px;
        right: 30px
    }

    .catalog_img .main_bef {
        top: -30px;
        left: 135px
    }

    .catalog_info {
        width: 459px
    }

    .catalog_text {
        font-size: 18px
    }

    .catalog_item-text {
        width: 440px
    }

    .catalog_item-info {
        width: 470px
    }

    .catalog_slider {
        width: 630px
    }

    .catalog_item-left {
        width: 280px
    }

    .catalog_slider .slick-next {
        right: -55px
    }

    .catalog_slider .slick-prev {
        left: -55px
    }

    .card_left {
        width: 400px
    }

    .card_info {
        width: 460px
    }

    .card_slider {
        margin: 0 20px 20px
    }

    .buy_info {
        width: 620px
    }

    .buy_content-link {
        width: 45%;
        margin: 0 0 20px
    }

    .buy_content-links {
        justify-content: space-between
    }

    .brand_wrapper-info {
        width: 410px
    }

    .brand_title,
    [data-lang="en"] .brand_title {
        line-height: 58px;
        font-size: 54px
    }

    .brand_text {
        line-height: 34px;
        font-size: 28px
    }

    .brand_img {
        width: 900px
    }

    .brand_img img {
        width: 100%;
        height: auto
    }

    .brand_wrapper {
        margin-bottom: 54px
    }

    .products_inner-title {
        display: none
    }

    .products_slider {
        width: 100%
    }

    .products_slider .slick-list {
        width: 100% !important
    }

    .products_slider::after {
        right: -400px
    }

    .brand_inner::before {
        width: calc(100% - 36px)
    }

    .products_desc {
        width: 430px
    }

    .products_info {
        width: 450px;
        padding: 20px
    }

    .products_title {
        font-size: 48px
    }

    .products_desc-text {
        font-size: 18px
    }

    .standart {
        padding-left: 36px
    }

    .standart_title {
        font-size: 58px;
        width: 460px;
        padding: 30px
    }

    .standart_text {
        font-size: 18px;
        width: 400px
    }

    .balanced_title {
        margin-right: 36px;
        padding-left: 30px;
        font-size: 64px
    }

    .balanced_title span {
        font-size: 42px;
        right: 48px
    }

    .balanced_info {
        margin-right: 80px;
        width: 400px
    }

    .balanced_info-title {
        font-size: 42px
    }

    .quality_item-title {
        font-size: 48px
    }

    .quality_img {
        width: 380px
    }

    .quality_img img {
        width: 100%;
        height: auto
    }

    .quality {
        padding-top: 550px
    }

    .buy_info p, .card_content-text, .card_vitamin, .card_option, .card_content-subtitle {
        font-size: 20px
    }

    .buy_content-link {
        font-size: 42px
    }

    .buy_title {
        font-size: 70px
    }

    .catalog_item-inner::after {
        top: 348px
    }

    .catalog {
        padding-top: 140px
    }

    .card_content:not(:nth-child(2)) {
        top: 80px
    }

    .card_tab {
        font-size: 16px
    }
}

@media (max-width: 998px) {
    .mobile.toshop_btn {
        display: flex;
    }
    .bx-breadcrumb {
        margin: -1px 0;
        background-color: #e6e6f4;
        padding-top: 10px;
        padding-left: 15px;
        padding-bottom: 10px;
    }

    .buy_content-links img {
        display: none;
    }
    .header_mobile {
        margin-bottom: 30px;
        display: block
    }

    .header_mobile-item {
        color: #131132;
        line-height: 39px;
        font-size: 20px;
        margin-bottom: 11px;
        display: block
    }

    .header {
        box-shadow: none
    }

    .container-block {
        max-width: 698px
    }

    .menu {
        display: none
    }

    .header_info {
        position: fixed;
        width: 100%;
        height: 100%;
        top: 110px;
        right: 0;
        opacity: 0;
        display: flex;
        padding-top: 25px;
        flex-direction: column;
        align-items: center;
        visibility: hidden;
        transition: all .3s;
        background: #e6e6f4;
        z-index: 999;
    }

    .header_info.active {
        opacity: 1;
        visibility: visible
    }

    .header_btn {
        color: #131132;
        font-size: 20px;
        line-height: 39px;
        margin-bottom: 12px;
        background: none;
        width: auto;
        height: auto;
        border: none;
        font-weight: 400;
        box-shadow: none
    }

    .header {
        position: fixed;
        background: #e6e6f4;
        height: 75px;
        border-bottom: 1px solid #131132;
        padding: 20px 0
    }

    .main_logo {
        width: 300px
    }

    .main {
        padding-top: 144px
    }

    .main_img {
        width: 830px;
        height: 506px
    }

    .go_line-text {
        line-height: 30px;
        font-size: 20px
    }

    .video_title {
        font-size: 52px;
        margin-bottom: 50px
    }

    .footer_form-area {
        width: 350px
    }

    .footer_items {
        display: none
    }

    .footer_mail {
        display: none
    }

    .footer_logo {
        margin-bottom: 44px
    }

    .footer_desc {
        font-size: 13px
    }

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

    .menu_burger::before {
        position: absolute;
        content: "";
        width: 100%;
        top: 0;
        right: 0;
        height: 3px;
        background-color: #131132;
        transition: all .3s
    }

    .menu_burger.active::before {
        top: 10px;
        transform: rotate(45deg)
    }

    .menu_burger::after {
        position: absolute;
        content: "";
        width: 100%;
        bottom: 0;
        right: 0;
        height: 3px;
        background-color: #131132;
        transition: all .3s
    }

    .menu_burger.active::after {
        bottom: 10px;
        transform: rotate(-45deg)
    }

    .menu_burger span {
        position: absolute;
        content: "";
        width: 100%;
        top: 10px;
        right: 0;
        height: 3px;
        background-color: #131132;
        transition: all .3s
    }

    .menu_burger.active span {
        transform: scale(0)
    }

    .footer_mobile-items {
        display: flex;
        margin-bottom: 20px;
        justify-content: space-between
    }

    .footer_mobile_link_dzen {
        display: block;
        position: relative;
        bottom: 20px
    }
    .footer_mobile_link_social {
        margin-bottom: 20px;
        display: block;
    }
    .footer_mobile_link_social a {
        margin-right: 8px;
    }

    .footer_wrapper {
        flex-direction: column
    }

    .footer_mobile-item {
        color: #fff;
        font-weight: 500;
        font-size: 15px
    }

    .header_logo {
        width: 96px
    }

    .header_logo img {
        width: 100%;
        height: auto
    }

    .catalog_img .main_bef {
        display: none
    }

    .catalog {
        padding: 140px 0 40px
    }

    .catalog_title {
        text-align: left
    }

    .catalog_options-wrapper {
        display: none
    }

    .catalog_img {
        position: relative;
        top: auto;
        left: auto;
        transform: none;
        margin-top: -40px
    }

    .catalog_title {
        margin-bottom: 0
    }

    .catalog_info {
        padding: 20px 0;
        background-color: #e6e6f4;
        width: 100%;
        position: relative
    }

    .catalog_info::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        top: 0;
        background-color: #000;
        right: 50%;
        transform: translateX(50%)
    }

    .catalog_info::after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        bottom: 0;
        background-color: #000;
        right: 50%;
        transform: translateX(50%)
    }

    .catalog_text {
        margin-bottom: 0
    }

    .catalog_item-wrapper {
        flex-direction: column;
        align-items: flex-start
    }

    .catalog_item-info {
        width: 100%;
        margin-bottom: 35px
    }

    .catalog_item-text {
        width: 100%
    }

    .catalog_item-inner {
        padding-top: 20px;
        flex-direction: column
    }

    .catalog_left-btn {
        position: absolute;
        right: 0;
        top: 20px;
        border: none !important;
        box-shadow: none !important;
        height: auto;
        width: auto;
        color: #131132;
        background: none
    }

    .catalog_left-title {
        width: 100%;
        font-size: 20px;
        line-height: 1;
        margin-bottom: 50px
    }

    .catalog_left, .catalog_item-left {
        width: 100%;
        justify-content: center;
        align-items: center;
        display: flex;
        flex-wrap: wrap
    }

    .catalog_item-left {
        margin-bottom: 30px
    }

    .catalog_left-subtitle {
        margin-bottom: 0
    }

    .catalog_left-text {
        width: 35%;
        margin-bottom: 0
    }

    .catalog_left-subtitle {
        font-size: 60px;
        margin-right: 25px
    }

    .catalog_slider {
        width: 100%
    }

    .catalog_items {
        padding-top: 30px
    }

    .catalog_item-inner::after {
        bottom: 0;
        top: 60px
    }

    .catalog_slider::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        right: 50%;
        transform: translateX(50%);
        top: 46px;
        z-index: -1
    }

    .catalog_slider::after {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        right: 50%;
        transform: translateX(50%);
        bottom: 106px;
        z-index: -1
    }

    .catalog_item {
        margin-bottom: 80px
    }

    .catalog_slider .slick-arrow {
        top: 45%
    }

    .catalog_slider .slick-track {
        padding-bottom: 60px
    }

    .catalog_slide {
        position: relative
    }

    .catalog_slide-width {
        display: block;
        position: absolute;
        opacity: 1;
        padding-bottom: 0;
        left: auto;
        border-radius: 51px;
        border: 1px solid #131132;
        background: #f6a09f;
        text-align: center;
        color: #131132;
        text-align: center;
        font-weight: 600;
        line-height: 12px;
        letter-spacing: .05px;
        font-size: 9px;
        height: 27.811px;
        justify-content: center;
        align-items: center;
        display: flex;
        bottom: -40px;
        right: 50%;
        transform: translateX(50%);
        width: 110px
    }

    .catalog_left-btn::after {
        margin-left: 8px;
        background-image: url(/local/images/btn_arrow2.svg)
    }

    .card_wrapper {
        flex-direction: column;
    }

    .card {
        padding-top: 140px
    }

    .card_wrapper {
        position: relative;
        margin-bottom: 30px
    }

    .card_slider {
        position: absolute;
        top: 100px;
        height: 400px;
        margin: 0;
        right: 50%;
        top: 170px;
        width: 400px;
        transform: translateX(50%)
    }

    .card_info {
        width: 100%
    }

/*    .card_text {
        margin-bottom: 500px
    }*/

    .card_btn {
        display: none
    }

    .card_btn.mobile {
        display: flex;
        margin: 40px auto 0
    }

    .card_tab:first-child {
        display: flex
    }

    .card_tab {
        width: 24%;
        border-radius: 25px 25px 0px 0px;
        border: 1px solid #131132;
        border-bottom: none;
        box-shadow: none;
        background: #e8e7fb;
        margin-right: 0;
        text-transform: uppercase;
    }

    .card_tab.active {
        box-shadow: none;
        position: relative;
        z-index: 1
    }

    .card_tab.active::before {
        position: absolute;
        content: "";
        border-radius: 25px 25px 0px 0px;
        width: 100%;
        height: calc(100% + 1px);
        top: 0;
        right: 0;
        z-index: -1;
        background: #e8e7fb
    }

    .card_tabs {
        margin-bottom: 30px;
        justify-content: space-between;
        width: 100vw;
        border-bottom: 1px solid #131132;
        margin-left: 0;
    }

    .card_tabs-wrapper {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
        padding-bottom: 40px
    }

    .card_tabs-wrapper::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        bottom: 0;
        right: 50%;
        transform: translateX(50%)
    }

    .buy {
        padding-top: 160px
    }

    .buy_title {
        font-size: 66px;
        margin-bottom: 90px
    }

    .buy_tab {
        width: 200px;
        height: 54px;
        font-size: 18px;
        line-height: 16px
    }

    .buy_wrapper {
        flex-direction: column;
    }

    .buy_info {
        width: 100%;
        margin-bottom: 25px
    }

    .buy_left {
        display: flex;
        flex-direction: column;
        align-items: center
    }

    .buy_logo {
        margin-left: 0
    }

    .buy_content {
        min-height: auto
    }

    .buy_content-link {
        font-size: 32px
    }

    .brand_wrapper-info {
        width: 100%
    }

    .brand {
        padding-top: 140px
    }

    .brand_title br {
        display: none
    }

    .brand_title {
        margin-bottom: 340px
    }

    .brand_img {
        width: 540px;
        top: 314px;
        transform: translateX(calc(-50% - 229px))
    }

    .brand .go_line-wrapper {
        display: flex;
        justify-content: center
    }

    .brand .go_line {
        width: 100vw;
        position: relative
    }

    .brand_inner::before {
        display: none
    }

    .products_wrapper {
        flex-direction: column;
        padding-left: 0
    }

    .products_info {
        width: 100%;
        border: none;
        padding: 0;
        margin-bottom: 36px
    }

    .products_desc {
        width: 100%;
        border: none
    }

    .products_desc-title {
        padding: 0;
        padding-left: 30px;
        border: none;
        font-size: 32px;
        margin-bottom: 20px
    }

    .products_desc-text {
        border-radius: 35px;
        border: 1px solid #000
    }

    .products_inner {
        margin-top: 20px
    }

    .products_slider::before {
        left: -460px
    }

    .products_slider::after {
        right: -460px
    }

    .products_title, .standart_title {
        display: none
    }

    .standart_text {
        width: 100%;
        margin-top: 0
    }

    .balanced_title {
        display: none
    }

    .products {
        display: none
    }

    .balanced_img img {
        right: 105px
    }

    .mobile_title {
        display: flex;
        color: #131132;
        font-size: 39px;
        font-weight: 700;
        padding: 20px 0;
        position: relative
    }

    .mobile_title::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        right: 50%;
        transform: translateX(50%);
        top: 0
    }

    .standart_wrapper {
        margin-top: 0
    }

    .standart {
        padding-left: 0;
        margin-bottom: 40px;
        display: none
    }

    .balanced_text {
        margin-top: 0;
        margin-bottom: 450px
    }

    .balanced_img {
        position: absolute;
        bottom: 190px;
        margin: 0;
        width: 360px;
        right: 50%;
        top: auto;
        transform: translateX(50%);
        left: auto
    }

    .balanced_info {
        margin-right: 0;
        width: 100%
    }

    .balanced_wrapper {
        position: relative
    }

    .balanced_info-title {
        border-radius: 31px;
        border: 1px solid #000;
        background: #e6e6f4;
        padding: 24px;
        text-align: center
    }

    .balanced {
        display: none
    }

    .quality_item-text {
        display: none
    }

    .quality_item {
        padding: 0
    }

    .quality {
        position: relative
    }

    .balanced_info-title {
        margin-bottom: 40px
    }

    .quality::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        right: 50%;
        transform: translateX(50%);
        top: 0
    }

    .quality_item-title {
        font-size: 42px
    }

    .quality_mobile {
        display: block;
        position: relative;
        z-index: 1;
        border-radius: 31px;
        border: 1px solid #000;
        background: #e6e6f4;
        padding: 30px 50px;
        margin-bottom: 34px;
        color: #131132;
        line-height: 25px;
        font-size: 20px
    }

    .quality_img {
        width: 270px
    }

    .quality {
        padding-top: 340px
    }

    .quality_wrapper::before {
        height: 320px
    }

    .card_content {
        padding: 0
    }

    .card_content:not(:nth-child(2)) {
        position: relative;
        top: auto;
        background: none;
        padding: 0;
        border: none;
        opacity: 1;
        visibility: visible;
        display: none
    }

    .card_content:nth-child(2) {
        display: none !important
    }

    .card_content.active:nth-child(2) {
        display: block !important
    }

    .card_content {
        display: block;
        min-height: 290px !important;
        height: auto !important
    }

    .catalog_slide .catalog_slide-img {
        width: 100%
    }

    .catalog_slide:hover .catalog_slide-img {
        width: 100%;
        transform: none;
        margin-bottom: 13px;
        height: 194px
    }

    .catalog_slide:hover .catalog_slide-width {
        bottom: -40px
    }

    .card_content.active:nth-child(2), .card_content.active {
        display: none !important
    }

    .card_tab.open {
        box-shadow: none;
        position: relative;
        z-index: 1
    }

    .card_tab.active::before {
        display: none
    }

    .card_content.open:nth-child(2), .card_content.open {
        display: block !important
    }

    .card_tab.open::before {
        position: absolute;
        display: block;
        content: "";
        border-radius: 25px 25px 0px 0px;
        width: 100%;
        height: calc(100% + 1px);
        top: 0;
        right: 0;
        z-index: -1;
        background: #e8e7fb
    }

    .card_title {
        padding-left: 0
    }

    .card_text {
        padding-left: 0
    }
}

@media (max-width: 767px) {
    .fancybox-slide {
        padding: 0 !important
    }

    .fancybox-slide--video {
        padding: 44px calc((100% - 1000px + 44px) / 2)
    }

    .catalog_slide-text {
        min-height: 50px
    }

    .container-block {
        max-width: 560px
    }

    .main_logo {
        width: 260px
    }

    .main_title {
        margin-bottom: 40px
    }

    .footer_form-inner {
        flex-direction: column;
        margin-bottom: 20px
    }

    .footer_form-inps {
        width: 100%
    }

    .footer_form-area {
        width: 100%
    }

    .form_ok-text {
        font-size: 12px
    }

    .footer_form {
        margin: 80px auto 20px
    }

    .buy_title {
        font-size: 52px;
        margin-bottom: 70px
    }

    .buy {
        padding-top: 140px
    }

    /*    .buy_tabs {
            display: none
        }*/

    .buy_content-links {
        gap: 10px;
    }
    .buy_content-link {
        align-items: start;
    }

    .buy_content-title {
        display: none !important;
    }

    .buy_content {
        /*   display: block;*/
        padding-bottom: 60px;
        position: relative;
        padding-top: 36px
    }

    .buy_content:last-child {
        padding-bottom: 0
    }

    .buy_content:last-child::before {
        display: none
    }

    .buy_content::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        bottom: 0;
        right: 50%;
        transform: translateX(50%)
    }

    .buy_info {
        display: none
    }

    .buy_content-link {
        font-size: 30px;
        margin-bottom: 12px;
        width: 100%
    }

    .buy_content-title {
        display: block
    }

    .buy_wrapper {
        flex-direction: column;
        gap: 20px;
    }

    .buy_content-title {
        color: #131132;
        text-align: center;
        font-weight: 700;
        font-size: 20px;
        margin-bottom: 40px
    }

    .buy_title {
        font-size: 33px;
        padding-bottom: 40px;
        position: relative;
        margin-bottom: 24px
    }

    .buy_title::before {
        position: absolute;
        content: "";
        width: 100vw;
        height: 1px;
        background-color: #000;
        bottom: 0;
        right: 50%;
        transform: translateX(50%)
    }

    .catalog_img {
        width: 100%;
        justify-content: center
    }

    .catalog_img img {
        width: 500px;
        margin-right: 60px
    }

    .catalog_img::before {
        height: 348px;
        top: 0;
        right: 50%;
        transform: translateX(50%);
        width: 351px
    }

    .catalog_slide-text {
        padding: 0 0 10px;
        font-size: 14px
    }

    .catalog_slide-text {
        padding: 0 0 10px;
        font-size: 12px
    }

    .catalog_slide {
        margin: 0 6px;
        padding: 11px;
        border-radius: 30px
    }

    .catalog_slide:hover .catalog_slide-img {
        margin-bottom: 10px
    }

    .catalog_slide-img::before {
        border-radius: 30px
    }

    .catalog_slider {
        margin-bottom: 0
    }

    .catalog_slide-img {
        border-radius: 30px;
        margin-bottom: 10px
    }

    .catalog_slide-text {
        padding: 0 0 10px;
        font-size: 9px
    }

    .balanced_img {
        width: auto;
        display: flex;
        justify-content: center
    }

    .balanced_img svg {
        width: 240px;
        height: 240px
    }

    .balanced_img img {
        width: auto;
        height: 250px;
        top: -60px;
        right: 54px
    }

    .balanced_text {
        margin-bottom: 320px
    }

    .balanced_img {
        bottom: 210px
    }

    .balanced_info-title {
        font-size: 32px
    }

    .balanced_info-title span {
        font-size: 16px;
        line-height: 1;
        margin-top: 10px
    }

    .balanced_info-title {
        width: 300px;
        margin: 0 auto 40px
    }

    .brand_img {
        transform: translateX(calc(-50% - 114px))
    }
}

@media (max-width: 370px) {
    .card_left {
        width: auto;
    }
    .bx-breadcrumb .bx-breadcrumb-item span {
        font-size: 9px !important;
    }
    .card_desc table.table {
        font-size: 11px;
    }
    .card_img {
        text-align: center;
    }
    .card_img img {
        width: 100%;
    }
}
@media (max-width: 575px) {

    .show-mobile {
        display: block !important;
    }
    .hide-mobile {
        display: block !important;
    }
    .card_left {
        width: auto;
    }
    .toshop_btn:hover {
        background: #131132 !important;
        color: #fff !important;
    }
    .toshop_btn {
        max-width: 300px;
    }
    .card_img {
        text-align: center;
    }
    .card_img img {
        width: 100%;
    }
    .card_slide img {
        height: 220px
    }

    .products_slider .slick-track {
        padding-top: 0
    }

    .mobile_title {
        padding-left: 20px
    }

    .products_title {
        padding-left: 20px
    }

    .products_info {
        padding-left: 20px;
        margin-bottom: 55px
    }

    .products_desc-text .img-sup {
        position: absolute;
        top: -10px;
        width: 50%;
        right: -10px;
        display: block
    }

    .products_desc-text p {
        width: 50%
    }

    .quality_imgs {
        top: 90px
    }

    .btn:hover {
        color: #131132;
        border: 0;
        background: #e6e6f4;
        box-shadow: none
    }

    .go_line {
        display: none
    }

    .container-block {
        max-width: 100%
    }

    .header_mobile {
        margin-bottom: 30px;
        display: block
    }

    .header_mobile-item {
        color: #131132;
        line-height: 39px;
        font-size: 20px;
        margin-bottom: 11px;
        display: block;
        text-align: center
    }

    .header_languages {
        padding: 0;
        box-shadow: none
    }

    .header_language.active {
        box-shadow: none;
        color: #131132;
        font-weight: 800;
        font-size: 20px
    }

    .header_language {
        font-size: 20px;
        color: #131132;
        font-weight: 400;
        margin-right: 18px;
        padding: 0;
        box-shadow: none;
        background: none;
        -webkit-text-fill-color: unset;
        -webkit-background-clip: initial
    }

    .main {
        min-height: auto;
        padding: 148px 0 60px
    }

    .main_logo {
        width: 201px;
        margin-bottom: 12px
    }

    .main_title {
        font-size: 18px;
        margin-bottom: 308px
    }

    .main_bef {
        width: 80px;
        top: 160px;
        right: auto;
        left: 18px
    }

    .main_bef img {
        width: 100%;
        height: auto
    }

    .sc-slide-monoprotein .main_bef::before, .main_bef::before {
        width: 100px;
        height: 100px;
        top: -10px;
        left: -10px
    }

    .main_img {
        width: 660px;
        right: 60%;
        height: 403px;
        top: 204px;
        bottom: auto
    }

    .main_subtitle {
        font-weight: 500;
        font-size: 18px;
        margin-bottom: 11px
    }

    .main_btn {
        width: 147px;
        height: 44px;
        margin-right: 40px;
        font-size: 18px
    }

    .go_line {
        margin-bottom: 0
    }

    .main_btn:last-child {
        margin-right: 0
    }

    .go_line-text {
        line-height: 18px;
        font-size: 15px
    }

    .go_line-text span {
        margin: 0 17px
    }

    .video {
        padding: 20px 0
    }

    .video_title {
        line-height: 39px;
        font-size: 39px;
        margin-bottom: 30px
    }

    .video_slide {
        width: 240px;
        margin: 0 10px
    }

    .video_slide-frame {
        height: 160px;
        margin-bottom: 15px
    }

    .video_slide-title {
        font-size: 16px
    }

    .footer_logo {
        width: 191px;
        margin-bottom: 44px
    }

    .footer_logo img {
        width: 100%;
        height: auto
    }

    .footer_wrapper {
        margin-bottom: 0
    }

    .catalog_title {
        font-size: 39px;
        width: 310px
    }

    .catalog_text {
        font-size: 15px;
        line-height: 1
    }

    .catalog_item-title {
        font-size: 30px
    }

    .catalog_item-subtitle {
        font-size: 20px
    }

    .catalog_item-info {
        margin-bottom: 20px
    }

    .catalog_item-wrapper {
        margin-bottom: 20px
    }

    .catalog_item-inner::after {
        top: 35px
    }

    .catalog_item-text {
        line-height: 14px
    }

    .catalog_item-subtitle {
        line-height: 22px
    }

    .catalog_slide {
        min-height: 195px
    }

    .catalog_item-inner {
        padding-top: 6px
    }

    .catalog_left-title {
        margin-bottom: 20px !important
    }

    .catalog_item-left {
        margin-bottom: 20px !important
    }

    .catalog_left-btn {
        top: 6px
    }

    .catalog_item-text {
        font-size: 15px;
        color: #131132
    }

    .catalog_left-title {
        line-height: 25px;
        font-size: 14px;
        margin-bottom: 40px
    }

    .catalog_left-btn {
        line-height: 25px;
        font-size: 14px
    }

    .catalog_left-subtitle {
        font-size: 40px;
        margin-right: 20px
    }

    .catalog_left-text {
        width: 168px;
        line-height: 21px;
        font-size: 20px
    }

    .catalog_slide {
        margin: 0 6px;
        padding: 11px;
        border-radius: 6vw
    }

    .catalog_slide:hover .catalog_slide-img {
        height: 26vw;
        margin-bottom: 10px
    }

    .catalog_slide-img::before {
        border-radius: 6vw
    }

    .catalog_slider {
        margin-bottom: 0
    }

    .catalog_slide-img {
        height: 26vw;
        border-radius: 6vw;
        margin-bottom: 10px
    }

    .catalog_slide-text {
        padding: 0 0 10px;
        font-size: 9px
    }

    .catalog_item-inner {
        margin-bottom: 20px
    }

    .card {
        padding-top: 130px
    }

    .card_title {
        font-size: 20px
    }

/*    .card_text {
        font-size: 18px;
        margin-bottom: 320px
    }*/

    .card_text br {
        display: none
    }

    .card_slider {
        width: 240px;
        top: 80px;
        height: 240px;
        margin-left: 0;
        right: 50%
    }

    .card_slider .slick-prev {
        left: -70px
    }

    .card_slider .slick-next {
        right: -70px
    }

    .card_tab {
        font-size: 10px;
        padding: 10px 0;
        height: auto
    }

    .card_option {
        font-size: 15px;
        line-height: 1;
        margin-bottom: 8px
    }

    .card_content-text {
        font-size: 16px;
        margin-bottom: 16px
    }

    .card_content-subtitle {
        font-size: 20px
    }

    .card_vitamin br {
        display: none
    }

    .card_vitamin {
        color: #152957;
        font-size: 16px;
        line-height: 1;
        margin-bottom: 12px
    }

    .card_desc {
        font-size: 15px
    }

    .card_desc_title {
        font-weight: 700;
        font-size: 15px;
        line-height: 12px;
        text-align: center;
        color: #121132;
        margin-bottom: 20px;
    }

    .brand {
        padding-top: 0;
        margin-top: 55px
    }

    .brand_title,
    [data-lang="en"] .brand_title {
        font-size: 39px;
        line-height: 1.2;
        /*width: 210px;*/
        margin-bottom: 280px;

        margin-bottom: 10px
    }

    .brand_img {
        width: 430px;
        top: 240px;
        top: calc(50vh - 260px);
        left: 50%;
        transform: translateX(calc(-50% - 74px));

        max-width: 100%;
        transform: none;
        position: relative;
        left: -15px;
        top: 0;
    }

    .brand_text {
        font-size: 18px;
        line-height: 1
    }

    .brand .go_line-wrapper {
        margin-bottom: 57px
    }

    .products_text {
        font-size: 15px
    }

    .products_desc-text {
        padding: 20px;
        font-size: 15px
    }

    .products_desc-title {
        font-size: 30px;
        padding-left: 20px
    }

    .products_slider::after, .products_slider::before {
        display: none
    }

    .products_slider .slick-list {
        padding: 0 0px !important
    }

    .products_slider {
        width: 100vw;
        margin-left: -15px
    }

    .balanced_text, .standart_text {
        font-size: 15px
    }

    .quality_img {
        width: 250px;
        margin: 0 5px
    }

    .quality_item-title {
        font-size: 38px
    }

    .preloader_logo {
        width: 178px;
        margin: 0 auto 16px
    }

    .preloader_logo img {
        width: 100%;
        height: auto
    }

    .preloader_bar {
        width: 196px;
        height: 4px
    }

    .card_content {
        min-height: auto !important
    }

    .card_vitamin {
        font-size: 14px
    }
}

.color_a0bce3 .catalog_slide-width {
    background: #a0bce3
}

.color_a0bce3 .catalog_slide-img::before {
    border: 4px solid #a0bce3
}

.color_2695ba .catalog_slide-width {
    background: #2695ba
}

.color_2695ba .catalog_slide-img::before {
    border: 4px solid #2695ba
}

.color_7dc142 .catalog_slide-width {
    background: #7dc142
}

.color_7dc142 .catalog_slide-img::before {
    border: 4px solid #7dc142
}

.color_f05d22 .catalog_slide-width {
    background: #f05d22
}

.color_f05d22 .catalog_slide-img::before {
    border: 4px solid #f05d22
}

.color_b47309 .catalog_slide-width {
    background: #b47309
}

.color_b47309 .catalog_slide-img::before {
    border: 4px solid #b47309
}

.color_f6a09f .catalog_slide-width {
    background: #f6a09f
}

.color_f6a09f .catalog_slide-img::before {
    border: 4px solid #f6a09f
}

.color_ee66a3 .catalog_slide-width {
    background: #ee66a3
}

.color_ee66a3 .catalog_slide-img::before {
    border: 4px solid #ee66a3
}

.color_9bdceb .catalog_slide-width {
    background: #9bdceb
}

.color_9bdceb .catalog_slide-img::before {
    border: 4px solid #9bdceb
}

.color_f9d429 .catalog_slide-width {
    background: #f9d429
}

.color_f9d429 .catalog_slide-img::before {
    border: 4px solid #f9d429
}

.color_9b7bb6 .catalog_slide-width {
    background: #9b7bb6
}

.color_9b7bb6 .catalog_slide-img::before {
    border: 4px solid #9b7bb6
}

.color_f29323 .catalog_slide-width {
    background: #f29323
}

.color_f29323 .catalog_slide-img::before {
    border: 4px solid #f29323
}

.footer_form-area .file-selectdialog {
    background: none;
    border-radius: 24px;
    border: 1px solid #131132
}

.footer_form-area .file-load-img {
    display: none
}

.footer_form-area .file-selectdialog-switcher {
    color: #131132;
    border-bottom: 1px dashed #131132
}

.footer_form-area .file-selectdialog .file-extended .file-selector, .footer_form-area .file-selectdialog .file-extended .file-selector:hover {
    padding: 0;
    font-size: 14px;
    font-weight: normal;
    color: #757575
}

.footer_form-area .file-but-text {
    color: #131132
}

.footer_form-area .file-selectdialog .file-extended .file-selector {
    padding: 3px
}

.footer_form-area .file-selectdialog .file-extended .file-selector:hover {
    padding: 0
}

.sc-slide-monoprotein .main_title, .sc-slide-monoprotein .main_subtitle {
    color: #002f87
}

.sc-slide-monoprotein .main_btns .btn {
    color: #002f87 !important;
    background: #41b1bf;
    border-color: #41b1bf
}

.sc-slide-monoprotein .main_btns .btn:hover {
    background: #e6e6f4;
    border-color: #41b1bf
}

.swiper-container .main_img {
    top: calc(109px - var(--main-pt))
}

.swiper-button {
    color: inherit
}

.go_line.monoprotein {
    background: #41b1bf
}

.go_line.monoprotein .go_line-text {
    color: #002f87
}

.main.monoprotein {
    background: url(/local/images/monoprotein-bg-v2.png) -700px 0px
}

.header.monoprotein {
    background: #e4f1f5;
    box-shadow: 0px 20px 20px 20px #e4f1f5
}

.header.monoprotein .header_info {
    background: #e4f1f5
}

.monoprotein-sticker {
    position: absolute;
    bottom: -110px;
    right: -60px
}

.footer_form.footer_form--v2 .footer_form-inner {
    flex-direction: column
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-inp {
    max-width: 320px
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-area {
    width: auto
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels-title {
    margin: 25px 0 15px;
    font-size: 20px;
    max-width: 640px;
    line-height: 24px
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels {
    display: flex;
    flex-direction: column;
    gap: 10px
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item {
    display: flex;
    align-items: center;
    position: relative;
    height: 44px
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-inp {
    margin-bottom: 0
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-title {
    height: 44px;
    border-radius: 24px;
    border: 1px solid #131132;
    background: #e6e6f4;
    padding: 0 24px;
    display: flex;
    align-items: center
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-description {
    margin-right: 10px;
    width: 240px
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item input[type=radio] {
    display: none
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item input[type=radio]:checked ~ .footer_form-channels-item-icon.footer_form-channels-item-icon--disable {
    display: none
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item input[type=radio]:checked ~ .footer_form-channels-item-icon.footer_form-channels-item-icon--active {
    display: block
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item input[type=radio]:checked ~ .footer_form-channels-item-radio {
    opacity: 1
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-icon.footer_form-channels-item-icon--active {
    display: none
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-icon.footer_form-channels-item-icon--disable {
    display: block
}

.footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-radio {
    position: absolute;
    top: 15px;
    left: -28px;
    width: 13px;
    height: 13px;
    border-radius: 50%;
    background: #121132;
    opacity: .3
}

.menu a.dropdown::after {
    position: absolute;
    content: "";
    background-image: url(/imgs/arrow_dropdown.svg);
    background-size: cover;
    width: 12px;
    height: 8px;
    top: calc(50% - 3px);
    right: -20px;
    transition: 0.2s;
}

@media screen and (max-width: 575px) {
    .footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item {
        padding-top: 20px;
        height: 75px
    }

    .footer_form.footer_form--v2 .footer_form-inner .footer_form-channels .footer_form-channels-item .footer_form-channels-item-description {
        position: absolute;
        top: 0;
        left: 55px;
        width: 100%
    }
}

.g-recaptcha {
    display: none
}

@media screen and (max-width: 575px) {
    .main > .container {
        padding-top: 40px
    }

    .main .swiper-pagination-bullet {
        width: 30px
    }

    .main .swiper-button-prev {
        left: 22px
    }

    .main .swiper-button-next:after, .main .swiper-button-prev:after {
        font-size: 23px
    }

    .main .swiper-button-next, .main .swiper-rtl .swiper-button-prev {
        left: 60px
    }

    .main .swiper-pagination {
        padding-left: 110px
    }

    .swiper-container .main_img {
        top: calc(255px - var(--main-pt))
    }

    .sc-slide-monoprotein .main_img {
        right: 70%
    }

    .main.monoprotein {
        background: url(/local/images/monoprotein-bg-v2.png) -349px 10px;
        background-size: cover
    }

    .header.monoprotein {
        box-shadow: none
    }

    .monoprotein-sticker {
        position: absolute;
        bottom: auto;
        left: auto;
        right: 20px;
        top: 69px;
        width: 106px
    }
}

:root {
    --app-height: 100%
}

.header {
    box-shadow: none;
    padding: 25px 0 21px 0
}

.preloader_logo svg {
    fill: #929292;
    width: 300px
}

.main-video {
    padding-top: 100px;
    position: relative
}

.main-video video {
    width: 100%;
    display: block;
    height: calc(100vh - 100px);
    object-fit: cover;
    object-position: center;
    box-sizing: border-box
}

.main-video .container {
    position: absolute;
    left: 30px;
    bottom: 30px;
    padding: 0;
    z-index: 9
}

.main-video .main_title {
    color: #131132;
    margin-bottom: 30px
}

.main-video .btn {
    background: #131132;
    border: 4px solid #131132;
    color: #fff;
    box-shadow: none
}

.main-video .btn:hover, .main-video .btn:active {
    background: #131132;
    border: 4px solid #131132;
    color: #babae7
}

.swiper-slide {
    position: relative
}

.main-video:after {
    content: "";
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    position: absolute;
    -webkit-box-shadow: inset 0px -230px 35px -20px hsla(0, 0%, 100%, .631372549);
    box-shadow: inset 0px -230px 35px -20px hsla(0, 0%, 100%, .631372549);
    z-index: 1;
    pointer-events: none
}


.buy_body_map .buy_tab {
    width: 49%;
}
.store_logo {
    display: flex;
    flex-flow: row nowrap;
    justify-content: space-between;
    overflow-x: auto;
    gap: 30px;
    margin-bottom: 20px;
}
.store_logo img {
    pointer-events: none;
}
.address_left {
    display: flex;
    flex-direction: column;
    align-items: center;
    order: 2;
    color: #121132;
    width: 395px;
}
.address_left_city {
    padding: 10px 40px;
    margin-bottom: 20px;
    font-weight: 800;
    font-size: 28px;
    line-height: 40px;
    position: relative;
}

.address_left_city a {
    color: #121132;
    border-bottom: 2px #121132 solid;
    font-weight: 500;
    font-size: 25px;
}

.address_left_city a:hover {
    text-decoration: none                  ;
}
.address_left_items {
    width: 100%;
    overflow-y: scroll;
    height: 500px;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
.address_left_items_item {
    position: relative;
}


/*.address_left_items_item.active::before {
    position: relative;
    content: "РџРѕРєР° РЅРµС‚ РјР°РіР°Р·РёРЅРѕРІ РІ РІС‹Р±СЂР°РЅРЅРѕРј РіРѕСЂРѕРґРµ.";
    background-size: cover;
    width: 100%;
    left: 30px;
    top: 50px;
    font-size: 10px;
    z-index: 10;
}*/
.address_left_items_item.active .address_left_items_item_empty {
    display: block;
}
.address_left_items_item_empty {
    padding-left: 30px;
    padding-top: 10px;
}
.address_left_items_item_empty,
.address_left_items_item.active .address_left_items_item_empty.hide{
    display: none;
}
.store_logo_item {
    cursor: pointer;
}
.map-point {
    text-align: center;
}
.map-point_retail {
    font-weight: bold;
}
.address_left_items_item_descr {
    display: none;
    cursor: pointer;
    transition: 0.4s;
    padding: 5px;
}
.address_left_items_item.active .address_left_items_item_descr {
    display: block;
}
.address_left_items_item .address_left_items_item_descr {
    border-bottom: 1px solid #121132;
}
.address_left_items_item_descr.hide {
    display: none !important;
}
.address_left_items_item_descr_adds,
.address_left_items_item_descr_mode,
.address_left_items_item_descr_phone {
    position: relative;
    padding-left: 30px;
    font-size: 16px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.address_left_items_item_descr_adds::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/icon_adds.svg);
    background-size: cover;
    width: 20px;
    height: 24px;
    left: 0;
    top: calc(50% - 12px);
}
.address_left_items_item_descr_mode::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/icon_mode.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(50% - 10px);
}

.address_left_items_item_descr_phone::before {
    position: absolute;
    content: "";
    background-image: url(/local/images/icon_phone.svg);
    background-size: cover;
    width: 20px;
    height: 20px;
    left: 0;
    top: calc(50% - 10px);
}
.select_city {
    display: inline-block;
    border: 0;
    background: none;
    color: #121132;
    border-bottom: 2px #121132 dashed;
    -webkit-appearance: none;
    -moz-appearance: none;
    text-indent: 1px;
    text-overflow: '';
}
.contact-info__map {
    width: 100%;
    height: 600px;
    order: 2;
}
.contact-info-link-site.hide {
    display: none;
}
.contact-info-link-site {
    font-size: 25px;
    display: flex;
    gap: 30px;
    align-items: center;
    justify-content: center;
    margin-top: 20px;
}
#contactmap {
    width: 100%;
    height: 600px;
}

.table-bordered > thead > tr > th, .table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
    border: 1px solid #121132;
}


mark, .mark {
    background-color: unset;
}

.card.detail .table {
    width: 100%;
    margin-bottom: 50px;
    border-collapse: collapse;
}
.articles_detail .table {
    width: 100%;
    margin-bottom: 30px;
    border-collapse: collapse;
}

.page-404-title {
    font-weight: 700;
    font-size: 60px;
    line-height: 64px;
    text-align: center;
}
.page-404-catalog-text {
    font-weight: 600;
    font-size: 28px;
    line-height: 30px;
    text-align: center;
    color: #121132;
    margin-bottom: 50px;
}
.page-404-img {
    text-align: center;
    margin-top: 40px;
    margin-bottom: 40px;
}

.quality video {
    max-width: 100%;
}
.quality_imgs {
    width: 100%;
    top: 80px;
}

@media (max-width: 768px) {
    .quality {
        padding-top: 20px;
    }
    .quality_imgs {
        position: relative;
        top: 60px;
    }
}

@keyframes swinging-404-1 {
    0% {
        transform: rotate(-5deg) scale(1.1);
    }
    50% {
        transform: rotate(5deg) scale(1);
    }
    100% {
        transform: rotate(-5deg) scale(1.1);
    }
}
@keyframes swinging-404-2 {
    0% {
        transform: rotate(3deg) scale(1);
    }
    50% {
        transform: rotate(-3deg) scale(1.1);
    }
    100% {
        transform: rotate(3deg) scale(1);
    }
}
.page-404-img svg .hover1 {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging-404-1 3s ease-in-out forwards infinite;
    animation: swinging-404-1 3s ease-in-out forwards infinite;
}
.page-404-img svg .hover2 {
    -webkit-transform-origin: 50% 0;
    transform-origin: 50% 0;
    -webkit-animation: swinging-404-2 3s ease-in-out forwards infinite;
    animation: swinging-404-2 3s ease-in-out forwards infinite;
}
.page-404-img svg {
    max-width: 100%;
    height: 330px;
}
.page-404 {
    padding: 140px 0 0;
}
.page-404-catalog-link .btn {
    height: 52px;
    margin: 0 auto;
    width: 241px;
}
.page-404-catalog-link .btn:hover {
    color: #131132;
    border: 4px solid #000;
    background: #e6e6f4;
    box-shadow: 2px 4px 8px 0px rgba(0, 0, 0, .25) inset;
}
.language-switcher.mobile {
    display: none;
}
.language-switcher.mobile .header_lang_use {
    box-shadow: none;
}
@media (max-width: 998px) {
    .header {
        height: 86px;
        padding: 18px 0 21px 0;
    }
    .language-switcher.mobile {
        display: block;
        width: 80%;
        text-align: right;
    }
    .language-switcher.mobile .header_lang_use svg {
        width: 10px;
    }
    .language-switcher.pc {
        display: none;
    }
    .main-video {
        padding-top: 0
    }
    .contact-info__map {
        order: 1;
    }
    .address_left{
        order: 1;
    }
    .main-video .container {
        bottom: 35px
    }

    .store_logo {
        display: none;
    }

    .address_left {
        width: 100%;
        order: 2;
        margin-top: 100px;
    }

    .address_left_items {
        height: auto;
    }

    .address_left_city {
        border: 0;
        box-shadow: none;
        padding-left: 0;
        padding-top: 0;
    }

    .contact-info__map {
        order: 1;
    }
    .contact-info-link-site {
        /*display: none;*/
    }
}

@media (max-width: 575px) {
    .page-404 {
        padding: 100px 0 0;
    }
    .page-404-title {
        font-size: 39px;
        line-height: 42px;
    }
    .page-404-img {
        margin-top: 0;
        margin-bottom: 0;
    }
    .hide-pc {
        display: none;
    }


    .preloader_logo svg {
        width: 178px
    }

    .main-video .main_title {
        margin-bottom: 30px
    }

    .main-video .main-video-logo {
        right: 15px;
        top: 90px;
        width: 135px
    }

    .main-video {
        height: 100vh;
        height: var(--app-height)
    }

    .main-video video {
        height: 100vh;
        height: var(--app-height)
    }

    .main-video .container {
        left: 15px;
        bottom: 15px
    }

    .main-video .main_btns {
        flex-direction: column;
        gap: 15px
    }

    .address_left {
        order: 2;
    }
    .contact-info__map {
        order: 1;
    }
}