@font-face {
    font-family: 'Gilroy';
    font-display: swap;
    src: url('./fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('ProximaNova-Extrabld'),
    url('./fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Gilroy-Medium.woff') format('woff'),
    url('./fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    font-display: swap;
    src: local('Proxima Soft Regular'), local('Proxima-Soft-Regular'),
    url('./fonts/ProximaSoft-Regular.woff2') format('woff2'),
    url('./fonts/ProximaSoft-Regular.woff') format('woff'),
    url('./fonts/ProximaSoft-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Soft';
    font-display: swap;
    src: local('Proxima Soft Bold'), local('Proxima-Soft-Bold'),
    url('./fonts/ProximaSoft-Bold.woff2') format('woff2'),
    url('./fonts/ProximaSoft-Bold.woff') format('woff'),
    url('./fonts/ProximaSoft-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Proxima';
    font-weight: 400;
}

body {
    font-family: 'Gilroy';
}

h1, h2, h3 {
    font-family: 'Gilroy';
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    box-shadow: 0px 4px 4px -3px rgba(0, 0, 0, 0.25);
}

section.banners {
    width: 100%;
}

.slider_item {
    width: 100%;
}

.slider_item img {
    width: 100%;
}

.container {
    width: 1200px;
    margin: 0 auto;
}

section.main_categories {
    margin-top: 40px;

    @media (max-width: 505px) {
        margin-top: 32px;
    }
}

.section_title {
    font-family: 'Gilroy';
    font-size: 31px;
    padding-left: 70px;
    margin-bottom: 30px;
}

@font-face {
    font-family: 'Gilroy';
    src: url('./fonts/Gilroy-Medium.eot');
    src: local('Gilroy Medium'), local('ProximaNova-Extrabld'),
    url('./fonts/Gilroy-Medium.eot?#iefix') format('embedded-opentype'),
    url('./fonts/Gilroy-Medium.woff') format('woff'),
    url('./fonts/Gilroy-Medium.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima';
    src: local('Proxima Soft Regular'), local('Proxima-Soft-Regular'),
    url('./fonts/ProximaSoft-Regular.woff2') format('woff2'),
    url('./fonts/ProximaSoft-Regular.woff') format('woff'),
    url('./fonts/ProximaSoft-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Proxima Soft';
    src: local('Proxima Soft Bold'), local('Proxima-Soft-Bold'),
    url('./fonts/ProximaSoft-Bold.woff2') format('woff2'),
    url('./fonts/ProximaSoft-Bold.woff') format('woff'),
    url('./fonts/ProximaSoft-Bold.ttf') format('truetype');
    font-weight: 600;
    font-style: normal;
}

* {
    outline: none;
    margin: 0;
    padding: 0;
    font-family: 'Proxima';
    font-weight: 400;
    box-sizing: border-box;
}

body {
    font-family: 'Gilroy';
    background: #f2f2f2;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

h1, h2, h3 {
    font-family: 'Gilroy';
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 84px;
    background: #fff;
}

section.banners {
    width: 100%;
    margin-top: calc(84px + 20px);
}

.slider_item {
    border-radius: 25px;
    overflow: hidden;
    width: calc(100% - 190px * 2);
}

.slider_item img {
    width: 100%;
    height: 100%;
    display: flex;
}

.container {
    width: 1180px;
    margin: 0 auto;
}

section.main_categories {
    margin-top: 40px;
}

.section_title {
    font-family: 'Gilroy';
    font-size: 31px;
    padding-left: 70px;
    margin-bottom: 30px;
}

.gc_block {
    width: 224px;
    height: 224px;
    background: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    color: #fff;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    position: relative;
    background-size: 100%;
    background-position: center;
    transition: background-size .3s ease;
    border-radius: 25px;
    overflow: hidden;
}

.grid_cat {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 15px;
}

.gc_main {
    width: 463px;
    height: 224px;
    background: #333;
    font-weight: bold;
    font-size: 22px;
    line-height: 22px;
    position: relative;
    color: #fff;
    display: flex;
    align-items: flex-end;
    box-sizing: border-box;
    /* padding: 20px 15px; */
}

section.main_products {
    margin-top: 40px;

    @media (max-width: 505px) {
        margin-top: 32px;
    }
}

.gc_block:nth-child(4) {
    margin-right: 0;
}

.gc_block:nth-child(9) {
    margin-right: 0;
}

.main_products {
    display: flex;
    flex-wrap: wrap;
    gap: 15px;
    justify-content: space-between;
}

.product_img {
    width: 100%;
    height: 270px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
}

.product_item {
    background: #fff;
    width: calc((100% - (15px * 3)) / 4);
    padding-bottom: 20px;
    position: relative;
    border-radius: 16px;
    overflow: hidden;
}

.product_title {
    font-size: 20px;
    padding: 0 20px;
    margin: 30px 0 20px;
    min-height: 57px;
    line-height: 150%;
}

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

.product_price {
    font-weight: bold;
    font-size: 20px;
}

.button_price {
    cursor: pointer;
    transition: all 0.2s;
    background: #30D5C8;
    color: #fff;
    padding: 9px 22px;
    line-height: 73%;
    width: 60px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 25px;
    font-size: 30px;
}

.gc_main {
    background-image: url(/img/categories/cat1.webp);
    background-size: 102%;
    background-position: center;
    transition: background-size .3s ease;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number] {
    -moz-appearance: textfield;
}

.gc_block:nth-child(2) {
    background-image: url(/img/categories/cat2.webp);
}

.gc_block:nth-child(3) {
    background-image: url(/img/categories/cat3.webp);
}

.gc_block:nth-child(4) {
    background-image: url(/img/categories/cat4.webp);
}

.gc_block:nth-child(5) {
    background-image: url(/img/categories/cat5.webp);
}

.gc_block:nth-child(6) {
    background-image: url(/img/categories/cat6.webp);
}

.gc_block:nth-child(7) {
    background-image: url(/img/categories/cat7.webp);
}

.gc_block:nth-child(8) {
    background-image: url(/img/categories/cat8.webp);
}

.gc_block:nth-child(9) {
    background-image: url(/img/categories/cat9.webp);
    box-shadow: inset 0px -66px 45px -26px rgba(255, 73, 73, 0.77);
}

.gc_block a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    filter: brightness(90%);
    display: block;
    z-index: 2;
}

.gc_main a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
}

section.main_news {
    margin-top: 64px;

    @media (max-width: 505px) {
        margin-top: 32px;
    }
}

.news_items {
    display: flex;
    gap: 15px;
}

.news_left {
    width: 50%;
}

.news_block {
    background: #fff;
}

.nb_title {
    font-size: 20px;
    line-height: 130%;
}

.news_left .nb_title {
    padding: 0 148px 0 30px;
    margin: 30px 0 10px 0;
}

.news_left .nb_img img {
    width: 100%;
}

.nb_description {
    font-size: 14px;
    line-height: 150%;
    letter-spacing: -0.005em;
}

.news_left .nb_description {
    padding: 0 30px;
}

.nb_more a {
    letter-spacing: -0.005em;
    color: #ABABAB;
    text-decoration: none;
    font-size: 14px;
    line-height: 150%;

}

.news_left .nb_more {
    padding: 0 30px;
    margin-top: 10px;
}

.news_left .news_block {
    padding-bottom: 12px;
    border-radius: 16px;
    overflow: hidden;
}

.news_right {
    width: 50%;
    gap: 15px;
    display: flex;
    flex-direction: column;
}

.news_right .news_block {
    display: flex;
    border-radius: 16px;
    overflow: hidden;
}

.news_right .nb_img {
    height: 200px;
    margin-right: 39px;
}

.news_right .nb_title {
    margin-top: 30px;
    padding: 0 77px 0 0;
}

.news_right .nb_description {
    margin-top: 10px;
}

.nb_more {
    margin-top: 10px;
}

.mc_block {
    width: 100%;
    height: 500px;
    background-image: url(/img/prem.png);
    background-size: cover;
    background-position: center;
}

.mc_text {
    font-size: 30px;
    line-height: 133.5%;
    color: #fff;
    padding-top: 94px;
    padding-left: 67px;
    width: 322px;
    letter-spacing: -0.025em;
}

section.main_map {
    margin-top: 64px;

    @media (max-width: 505px) {
        margin-top: 32px;
    }
}

section.main_control {
    margin-top: 30px;
}

section.main_text {
    margin-top: 60px;
    margin-bottom: 60px;

    @media (max-width: 505px) {
        margin-top: 32px;
        margin-bottom: 0;
    }
}

.mt {
    padding: 0 30px;
    font-size: 20px;
}

.mt h2 {
    font-family: 'Proxima';
    font-weight: bold;
    margin: 25px 0 15px;
}

.container_card {
    width: 930px;
    margin: 0 auto;
}

.nav_links a {
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.025em;
    text-decoration-line: underline;
    color: #7D7D7D;
}

.nav_links p {
    display: inline;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: #7D7D7D;
}

section.breadcrumbs.container_card {
    margin-top: 30px;
    margin-bottom: 40px;
    margin-top: 114px;
}

.tabs_sub_categories {
    display: flex;
    padding-left: 50px;
    margin-bottom: 30px
}

.tsc_item a {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    text-decoration: none;
    color: #000000;
    transition: all 0.4s;
}

.tsc_item {
    margin-right: 30px;
}

.tsc_item.active a {
    color: #6CBFB0;
}

.product_item:hover .product_img img {
    transform: scale(1.2);
    transition: all 0.4s;
}

.product_img img {
    transition: all 0.4s;
}

.tsc_item:hover a {
    color: #6CBFB0;
    transition: all 0.4s;
}

.container_card {
    width: 970px;
    margin: 0 auto;
}

.nav_links a {
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    /* identical to box height, or 15px */
    letter-spacing: -0.025em;
    text-decoration-line: underline;
    color: #7D7D7D;
}

.nav_links p {
    display: inline;
    font-weight: normal;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: #7D7D7D;
}

.card {
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    background: #fff;
    margin-bottom: 60px;
    border-radius: 16px;
    overflow: hidden;
}

.ci_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 150%;
    /* identical to box height, or 45px */
    color: #000000;
    font-family: 'Gilroy';
    margin-bottom: 0;
    padding-right: 32px;
}

.ci_weight {
    font-weight: 500;
    font-size: 14px;
    line-height: 150%;
    /* identical to box height, or 21px */
    color: #000000;
    padding-top: 4px;
    font-family: 'Gilroy';
}

.ci_subtitle {
    font-weight: 500;
    font-size: 15px;
    line-height: 134.5%;
    /* or 20px */
    letter-spacing: -0.02em;
    color: #000000;
    padding: 9px 0 20px 0;
    font-family: 'Gilroy';
    height: 89px;
    overflow: hidden;
}

.card_info {
    width: 475px;
    margin-left: 20px;
    display: flex;
    flex-direction: column;
    padding: 19px 45px 20px 0;
    position: relative;
}

.ci_bzhu {
    display: flex;
    border-top: 1px dashed #D0CFCF;
    border-bottom: 1px dashed #D0CFCF;
    justify-content: space-between;
    font-weight: 500;
    font-size: 12px;
    line-height: 134.5%;
    /* or 16px */
    letter-spacing: -0.02em;
    color: #D0CFCF;
    padding: 5px 0;
}

.bzhu_proteins {
    border-right: 1px dashed #D0CFCF;
    border-left: 1px dashed #D0CFCF;
    padding: 0 10px;
    font-family: 'Gilroy';
    text-align: center;
}

.bzhu_carbohydrates {
    border-right: 1px dashed #D0CFCF;
    border-left: 1px dashed #D0CFCF;
    font-family: 'Gilroy';
    padding: 0 12px;
    text-align: center;
}

.bzhu_title {
    font-family: 'Gilroy';
    padding: 0 10px;
    display: flex;
    align-items: center;
}

.bzhu_energy_value {
    font-family: 'Gilroy';
    padding: 0 10px;
    text-align: center;
    min-width: 109px;
}

.price {
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #000000;
}

.category .main_products {
    justify-content: flex-start;
    gap: 15px;
}

.product_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.product_img a img {
    height: 100%;
}

.btn {
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    border-radius: 8px;
    border: 1px solid #30d5c8;
    display: inline;
    padding: 10px 35px;
    font-family: 'Gilroy';
    color: #30d5c8;
    cursor: pointer;
    transition: all .3s;
    height: 45px;
}

.btn:hover {
    background: #30d5c8;
    color: #FFFFFF;
    transition: all .3s;
}

.ci_price_btn {
    display: flex;
    justify-content: space-between;
    padding-top: 27px;
}

.bzhu_fats {
    font-family: 'Gilroy';
    padding: 0 10px;
    text-align: center;
}


.ci_weight img {
    margin-right: 6px;
}

.amount_product {
    display: none;
    justify-content: flex-end;
    height: 45px;
}

.pi_active .amount_product {
    display: flex;
}

.content div {
    display: inline-block;
    vertical-align: middle;
}

.content {
    background: #30d5c8;
    border-radius: 8px;
    font-weight: 500;
    font-size: 30px;
    line-height: 150%;
    /* identical to box height, or 45px */
    color: #FFFFFF;
    width: 119px;
    display: flex;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    justify-content: space-evenly;
    align-items: center;
}

.counter {
    margin: 0 5px;
    line-height: 100%;
}

.btn_minus {
    position: relative;
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.btn_minus:before {
    content: '';
    width: 15px;
    position: absolute;
    left: 3px;
    top: 9px;
    border-bottom: 2px solid #fff;
}

.btn_plus {
    position: relative;
    width: 20px;
    height: 18px;
    cursor: pointer;
}

.btn_plus:before {
    content: '+';
    width: 15px;
    position: absolute;
    left: 2px;
    top: -14px;
    color: #FFFFFF;
}

.section_similar_products .product_img {
    width: 161px;
    height: 161px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

.section_similar_products .product_img img {
    /* width: 100%; */
    height: auto;
}

.section_similar_products .sp_title {
    font-family: Gilroy;
    font-style: normal;
    font-weight: normal;
    font-size: 31px;
    line-height: 85.32%;
    /* or 26px */
    color: #9C9B9B;
    margin-bottom: 30px;
}

section.section_similar_products {
    padding-top: 17px;
    margin-bottom: 60px;
}

.section_similar_products .product_title {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
    padding: 0 20px;
    margin: 17px 0 12px 0;
}

.section_similar_products .product_price {
    font-weight: bold;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}

.spmc_content {
    display: inline-block;
    width: 161px;
    background: #fff;
    padding-bottom: 15px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 265px;
    border-radius: 16px;
    overflow: hidden;
}



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

.section_similar_products .button_price {
    border-radius: 6px;
    border: 1px solid #30d5c8;
    transition: all .3s;
    display: flex;
    width: 24px;
    height: 24px;
    line-height: 24px;
    align-items: center;
    justify-content: center;
}

.section_similar_products .button_price:hover {
    background: #29c7ba;
}

section.section_card_product {
    padding-top: 30px;
    margin-top: 84px;
}

.card_photo {
    min-height: 314px;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
}

.steps_item {
    font-weight: normal;
    font-size: 31px;
    line-height: 85.32%;
    color: #9C9B9B;
    background: #f2f2f2;
    padding: 0 30px;
}

section.steps {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 60px;
    position: relative;
}

.order_wrapp {
    display: flex;
    align-items: baseline;
}

.order_list {
    min-width: 834px;
    background: #fff;
    padding: 24px 24px;
    margin-right: 10px;
    position: sticky;
    top: 95px;
    border-radius: 16px;
    overflow: hidden;
}

.order_list .ol_titles {
    align-items: center;
    margin-bottom: 12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.order_list .ol_img {
    width: 90px;
    height: 90px;
    overflow: hidden;
    flex-grow: 1;
    border-radius: 16px;
}

.overflow {
    overflow: hidden;
}

.order_list .ol_img img {
    transition: all 0.2s;
}

.order_list .ol_line {
    align-items: center;
    padding: 13px 0;
    border-bottom: 1px dashed #C4C4C4;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.order_list .ol_counts .amount_product {
    width: auto;
    height: 30px;
    justify-content: center;
}

.order_list .ol_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.order_list .ol_gr {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    color: #000000;
}

.order_list .ol_counts .content {
    width: 75px;
    height: 30px;
    line-height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.order_list .counter {
    font-size: 20px;
    line-height: 100%;
}

.order_list .btn_minus {
    width: 25px;
    height: 25px;
    line-height: 100%;
}

.order_list .btn_minus:before {
    width: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 100%;
}

.order_list .btn_plus:before {
    width: 25px;
    height: 25px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    line-height: 25px;
    font-size: 25px;
}

.order_list .btn_plus {
    width: 25px;
    height: 25px;
    position: relative;
}

.order_list .ol_price {
    font-size: 15px;
    line-height: 150%;
    color: #000000;
}

.order_list .ol_info {
    flex-grow: 100;
    padding-left: 20px;
}

.order_list .ol_counts {
    flex-grow: 10;
    text-align: center;
}

.order_list .ol_price {
    flex-grow: 20;
    text-align: center;
}

.order_list .ol_remove {
    flex-grow: 1;
}

.olt_name {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 90px;
    max-width: 90px;
}

.oll_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 90px;
    max-width: 90px;
}

.olt_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
}

.oll_second_group {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    min-width: 0;
    max-width: none;
}

.olt_group .olt_item:nth-child(2) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    min-width: 81px;
    width: 81px;
    padding: 0 10px 0 43px;
    min-width: 153px;
}

.olt_group .olt_item:nth-child(1) {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    min-width: 81px;
    border: none;
    line-height: 1;
    background: none;
    font-size: 14px;
    height: auto;
    font-weight: 300;
}

.basket-items__item-title {
    border: none;
    line-height: 1;
    background: none;
    font-size: 14px;
    height: auto;
    font-weight: 300;
}

.basket-items__item-part {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: center;
    min-width: 100px;
    max-width: 100px;
}

.basket-items__item-part.basket-items__item-part--2 {
    width: 100%;
    min-width: 0;
    max-width: none;
}

.basket-items__item-part-information {
    width: 100%;
    align-self: flex-start;
    padding: 0 0 0 21px;
}

.basket-items__item-count {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: stretch;
    min-width: 81px;
    width: 81px;
    height: 29px;
    background: #30d5c8;
}

.basket-items__item-price {
    padding: 0 10px 0 43px;
    min-width: 130px;
}

.basket-items__item-price {
    white-space: nowrap;
    font-size: 18px;
}

.basket-items__item-title {
    border: none;
    line-height: 1;
    background: none;
    font-size: 14px;
    height: auto;
    font-weight: 300;
}

.basket-items__item-count-control {
    position: relative;
    width: 30px;
    height: 29px;
}

.basket-items__item-count-value {
    font-size: 14px;
    color: #FFFFFF;
    min-width: 20px;
    text-align: center;
    line-height: 29px;
    padding: 0 3px;
    margin: 0 auto;
}

.basket-items__item-count-control:before {
    width: 16px;
    height: 1px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    left: 5px;
    top: 15px;
}

.basket-items__item-count-control--plus:after {
    height: 16px;
    width: 1px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 8px;
    left: 13px;
}

button {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    border: none;
    background: none;
    outline: none;
    -webkit-appearance: none;
    font-family: inherit;
    font-weight: inherit;
    border-radius: 0;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

.basket-items__item-delete {
    min-width: 29px;
    max-width: 29px;
}

.basket-items__item-count-control:hover {
    background: rgba(255, 255, 255, 0.3);
    cursor: pointer;
}

.basket-items__item-delete img {
    width: 20px;
    height: 20px;
    position: relative;
    transform: rotate(
            0deg
    );
    transition: transform .3s ease;
}

.basket-items__item-delete:hover img {
    transform: rotate(
            180deg
    );
    cursor: pointer;
    transition: transform .3s ease;
}

.souses {
    padding: 24px;
    background: #fff;
    position: -webkit-sticky;
    position: sticky;
    top: 95px;
    border-radius: 16px;
    overflow: hidden;
}

.s_title {
    font-weight: normal;
    font-size: 12px;
    line-height: 150%;
    /* or 18px */
    color: #000000;
    padding-bottom: 17px;
    margin-bottom: 7px;
    border-bottom: 1px dashed #C4C4C4;
}

.radio_item {
    padding: 7px 0;
}

.radio_item label {
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */
    color: rgba(0, 0, 0, 0.32);
}

.radio_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.checkbox {
    vertical-align: top;
    margin: 0 5px 0 0;
    width: 20px;
    height: 20px;
}

.checkbox + label {
    cursor: pointer;
}

.checkbox:not(checked) {
    position: absolute;
    opacity: 0;
    right: 0;
    margin-right: 0;
}

.checkbox:not(checked) + label {
    position: relative;
    /* padding: 0 0 0 32px; */
    width: 100%;
}

.checkbox:not(checked) + label:before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 20px;
    height: 20px;
    -webkit-border-radius: 2px;
    box-sizing: border-box;
    border-radius: 100%;
    border: 1px solid #E5E5E5;
}

.checkbox:not(checked) + label:after {
    content: '';
    position: absolute;
}

.checkbox:checked + label:after {
    content: '';
    right: 2px;
    top: 2px;
    color: #2E3A59;
    font-size: 14px;
    width: 14px;
    height: 14px;
    background: #30d5c8;
    border: 1px solid #E5E5E5;
    border-radius: 100%;
}

section.cart_products {
    margin-bottom: 90px;
}

.steps_item.active {
    color: #30d5c8;
}

section.steps.container_card:before {
    z-index: -1;
    content: '';
    position: absolute;
    top: 50%;
    width: 100%;
    border-top: 2px dashed #9C9B9B;
}

.steps_item:first-child {
    padding-left: 0;
}

.steps_item:last-child {
    padding-right: 0;
}

.basket-items__extra {
    /* border-top: 1px solid #C4C4C4; */
}

.basket-items__extra-line {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-between;
    align-items: flex-start;
    padding: 23px 0 17px 0;
    color: #231F20;
}

.basket-items__sum {
    min-width: 160px;
}

.basket-items__sum-title {
    padding: 0 0 10px 0;
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
}

.basket-items__sum-value {
    font-family: 'Proxima Soft';
    font-style: normal;
    font-weight: 600;
    font-size: 35px;
    line-height: 150%;
}

.basket-items__extra-line--2 {
    justify-content: flex-end;
    padding: 10px 0 17px 0;
}

.basket-items__next-step {
    font-size: 18px;
    text-align: center;
    width: 183px;
    height: 47px;
    line-height: 1;
    padding: 12px 0 13px 0;
    border: 2px solid #30d5c8;
    color: #30d5c8;
    transition: all 0.2s ease;
}

.basket-items__next-step:hover {
    cursor: pointer;
    color: white;
    background: #30d5c8;
}

.form_title {
    font-weight: 500;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 15px;
}

.form_block_wrapp {
    padding: 60px 60px 60px 40px;
    background: #fff;
    border-radius: 16px;
    overflow: hidden;
}

.form_block {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.fb_item {
    position: relative;
}

.fb_item .checkbox:not(checked) + label:before {
    right: auto;
    left: 0;
}

.fb_item .checkbox:not(checked) {
    right: auto;
    left: 0;
}

.fb_item .checkbox + label {
    padding: 0 0 0 32px;
}

.fb_item .checkbox:checked + label:after {
    right: auto;
    left: 2px;
}

.fb_item.fb_input label {
    font-size: 10px;
    line-height: 150%;
    color: #000000;
    opacity: 0.6;
    display: block;
}

.fb_item.fb_input .input {
    border: 1px solid rgba(7, 7, 7, 0.6);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 5px 11px 7px 15px;
    margin-right: 20px;
    font-size: 15px;
    line-height: 106%;
}

input#street {
    width: 178px;
}

.input_mini .input {
    max-width: 50px;
}

.fb_item .checkbox + label {
    margin-right: 50px;
}

span.zvezd {
    color: #89DBCC;
}

input#phone {
    width: 300px;
    font-size: 20px;
    line-height: 106%;
}

input#name {
    width: 170px;
    font-size: 20px;
    line-height: 106%;
}

input#sdach {
    padding: 5px 5px 7px 5px;
}

.fb_item.fb_input.sdach_input {
    display: flex;
    align-items: center;
}

.fb_item.fb_input.sdach_input .input {
    width: 50px;
    font-size: 15px;
    line-height: 106%;
}

.fb_item textarea {
    border: 1px solid rgba(7, 7, 7, 0.6);
    box-sizing: border-box;
    border-radius: 10px;
    padding: 10px 11px 10px 15px;
    margin-right: 20px;
    resize: none;
    width: 400px;
    height: 102px;
    font-size: 20px;
    line-height: 106%;
}

.form_block.fb_textarea {
    align-items: flex-start;
}

.form_block.fb_textarea .input_mini {
    display: flex;
    align-items: center;
}

.send_btn {
    font-size: 18px;
    text-align: center;
    width: 160px;
    line-height: 1;
    padding: 12px 0 13px 0;
    border: 2px solid #30d5c8;
    color: #30d5c8;
    transition: all 0.2s ease;
    margin: 0 auto;
}

.send_btn:hover {
    cursor: pointer;
    color: white;
    background: #30d5c8;
}

.send_block {
    margin-bottom: 30px;
}

.policy {
    font-weight: 500;
    font-size: 8.5px;
    line-height: 150%;
    color: rgba(0, 0, 0, 0.4);
}

.input::-webkit-input-placeholder {
    color: #ECECEC;
}

.input::-moz-placeholder {
    color: #ECECEC;
}

.input:-moz-placeholder {
    color: #ECECEC;
}

.input:-ms-input-placeholder {
    color: #ECECEC;
}

textarea::-webkit-input-placeholder {
    color: #ECECEC;
}

textarea::-moz-placeholder {
    color: #ECECEC;
}

textarea:-moz-placeholder {
    color: #ECECEC;
}

textarea:-ms-input-placeholder {
    color: #ECECEC;
}

.gc_main:hover {
    background-size: 120%;
}

.gc_block:hover {
    background-size: 120%;
}

.nav_menu {
    height: calc(100vh - 84px);
    box-shadow: 0 2px 3px rgb(0 0 0 / 20%);
    background: #ffffff;
    transition: left .3s ease;
    width: 280px;
    left: -280px;
    position: fixed;
    z-index: 4;
    bottom: 0;
    /* overflow-y: scroll; */
    display: flex;
    flex-direction: column;
}

.header-overlay {
    display: none;
    position: fixed;
    top: 64px;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0, .30);
    z-index: 3;
}

.header-overlay--active {
    display: block;
}

.nav_menu:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 5px;
    box-shadow: inset 0px 2px 3px rgb(0 0 0 / 10%);
}

section.header {
    z-index: 10;
    position: fixed;
    width: 100%;
    top: 0;
    left: 0;
    right: 0;
}

.ml_item {
    font-weight: 500;
    font-size: 20px;
    line-height: 100%;
    display: flex;
    align-items: center;
    text-align: right;
    letter-spacing: -0.025em;
    /* padding: 18px 35px; */
    cursor: pointer;
}

.ml_item a {
    color: #000000;
    padding: 18px 35px;
    text-decoration: none;
    display: block;
    width: 100%;
    text-align: left;
}

.ml_item:hover {
    background: #30D5C8;
}

.ml_item:hover a {
    color: #fff;
    text-decoration: none;
}

.ml_item.ml_products a {
    color: #FF4949;
}

.ml_item.ml_products:hover {
    background: linear-gradient(158.53deg, #FFC6C6 -0.74%, #FF4949 112.49%);
}

.ml_item.ml_products:hover a {
    color: #fff;
}

.nav_menu--active {
    left: 0;
}

.menu_list {
    padding-bottom: 15px;
    position: relative;
    margin-bottom: 15px;
}

.menu_list:after {
    content: '';
    width: calc(100% - 70px);
    border-bottom: 1px solid #C4C4C4;
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
}

.s_item a {
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: #000000;
    text-decoration: none;
}

.s_item {
    padding: 15px 35px 15px 65px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: #000000;
    text-decoration: none;
}

.s_item:hover {
    background: #30D5C8;
}

.s_item:hover a {
    color: #fff;
}

.s_new:before {
    content: '';
    position: absolute;
    left: 35px;
    width: 25px;
    height: 19px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/new.svg);
}

.s_hot:before {
    content: '';
    position: absolute;
    left: 35px;
    width: 18px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/img/hot.svg);
}

.s_vegan:before {
    content: '';
    position: absolute;
    left: 35px;
    width: 25px;
    height: 26px;
    top: 50%;
    transform: translateY(-50%);
    background: url(/image/light.svg) no-repeat;
}

.product_item.pi_active {
    background: #30D5C8;
}

.product_item.pi_active {
    color: #fff;
}

.product_item.pi_active .button_price {
    display: none;
}

span.category__item-buy-form.category__item-buy-form--active {
    align-items: center;
    display: none;
}

span.category__item-buy-form-control {
    width: 17.6px;
    height: 17.6px;
    position: relative;
    cursor: pointer;
}

.category__item-buy-form-control--plus:after {
    height: 100%;
    width: 2px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: calc(50% - 1px);
}

.category__item-buy-form-control:before {
    width: 100%;
    height: 2px;
    background: #ffffff;
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: calc(50% - 1px);
    bottom: 0;
}

span.category__item-buy-form-count {
    min-width: 52.8px;
    font-size: 22px;
    text-align: center;
}

.pi_active span.category__item-buy-form.category__item-buy-form--active {
    display: flex;
}

.product_title a {
    text-decoration: none;
    color: #000;
    transition: all 0.2s;
}

.pi_active .product_title a {
    color: #fff;
}

.app_block {
    display: none;
}

.m_header {
    display: none;
}

.m_cart {
    display: none;
}

.s_arr {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.prev_arr {
    left: -40px;
}

.cont {
    position: relative;
}

.next_arr {
    right: -40px;
}

.swiper-button-disabled {
    opacity: 0.3;
    cursor: auto;
}

.fb_inputs {
    display: flex;
}

.fb_mini_inputs {
    display: flex;
}

.fb_mini_inputs_first {
    display: flex;
}

.h_link a:hover {
    color: #30d5c8;
    transition: all 0.4s;
}

.h_phone a:hover {
    color: #89DBCC;
    transition: all 0.4s;
}

.product_title a:hover {
    color: #30d5c8;
    transition: all 0.2s;
}

.product_item.pi_active .product_title a:hover {
    color: #fff;
}

.button_price:hover {
    color: #fff;
    transition: all 0.2s;
}

.h_cart a {
    display: flex;
    align-items: center;
    text-decoration: none;
    padding: 25px 25px;
    width: 100%;
    justify-content: space-between;
}

.sp_wrapper {
    /*padding: 0 10px;*/
}

.product_img:hover img {
    /* transform: scale(1.3); */
}

h1 {
    font-size: 28px;
    margin-bottom: 30px;
}

.ol_img a {
    display: flex;
    align-items: center;
    justify-content: center;
}

.order_list .ol_title a {
    color: #000;
    text-decoration: none;
    transition: all 0.2s;
}

.order_list .ol_title a:hover {
    color: #89dbcc;
    transition: all 0.2s;
}

.ol_img:hover img {
    transform: scale(1.1);
    transition: all 0.2s;
}

.pi_active .ci_price_btn .btn {
    display: none;
}

.pi_active .ci_price_btn .btn {
    display: none;
}

.gc_name {
    font-weight: bold;
    font-size: 22px;
    padding: 28px 40px 20px 20px;
    width: 100%;
    z-index: 1;
}

.product_labels {
    position: absolute;
    top: 254px;
    right: 20px;
    display: flex;
}

.pLabel.novinka {
    background: linear-gradient(147.24deg, #FF0101 -1.55%, #FF00C7 122.6%);
    box-shadow: 3px 2px 3px -1px rgba(0, 0, 0, 0.25);
}

.pLabel.hot {
    background: linear-gradient(148.6deg, #FF8B04 4.87%, #FF0400 98.63%);
    box-shadow: 3px 2px 3px -1px rgba(0, 0, 0, 0.25);
}

.pLabel.love {
    background: #FB9090;
    box-shadow: 3px 2px 3px -1px rgba(0, 0, 0, 0.25);
}

.pLabel:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.pLabel.novinka:before {
    width: 30px;
    height: 21px;
    background-image: url(/image/novinka.svg);
}

.pLabel.hot:before {
    width: 14px;
    height: 18px;
    background-image: url(/image/hot.svg);
}

.pLabel.vega:before {
    width: 35px;
    height: 35px;
    background-image: url(/image/light35.svg);
    box-shadow: 3px 2px 3px -1px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
}

.pLabel.love:before {
    width: 18px;
    height: 18px;
    background-image: url(/image/love.svg);
}

.pLabel {
    border-radius: 100%;
    width: 35px;
    height: 35px;
    position: relative;
    margin-left: -5px;
}

.product_item:nth-child(4n) {
    margin-right: 0;
}

.sp_mini_cards .product_labels {
    top: 150px;
    right: 22px;
}

.sp_mini_cards .pLabel {
    width: 21px;
    height: 21px;
}

.sp_mini_cards .pLabel:before {
    background-size: 100%
}

.sp_mini_cards .pLabel.novinka:before {
    width: 25px;
    height: 17px;
    background-image: url(/image/novinka.svg);
}

.sp_mini_cards .pLabel.hot:before {
    width: 11px;
    height: 14px;
    background-image: url(/image/hot.svg);
}

.sp_mini_cards .pLabel.vega:before {
    width: 21px;
    height: 21px;
    background-image: url(/image/light35.svg);
    box-shadow: 3px 2px 3px -1px rgba(0, 0, 0, 0.25);
    border-radius: 100%;
}

.sp_mini_cards .pLabel.love:before {
    width: 14px;
    height: 12px;
    background-image: url(/image/love.svg);
}

.section_similar_products
.sm_minus {
    display: none;
}

.spmc_content.pi_active .product_title a {
    color: #000;
}

.spmc_content.pi_active .sm_plus {
    display: none;
}

.spmc_content.pi_active .sm_minus {
    display: block;
    font-size: 20px;
    background: #30d5c8;
    color: #fff;
    font-size: 25px;
    align-items: center;
    justify-content: center;
    line-height: 18px;
    text-align: center;
}

.mako_preloader {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    border-radius: 8px;
    z-index: 99;
}

.mako_rick {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 250px;
    height: 250px;
}

.fb_item.fb_input .boc_error {
    border: 1px solid red;
}

.mako_block {
    display: flex;
}

.s_item:hover {
    color: #fff;
}

.s_item a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.not_found_block {
    padding: 31.5px 40px 30px 40px;
    background: #fff;
}

.error_descr {
    font-size: 18px;
}

.mako_rick img {
    width: 100%;
}

section.information h1 {
    color: #30d5c8;
    font-size: 31px;
    line-height: 85.32%;
}

.sale_wrapp {
    display: flex;
    flex-direction: column;
}

.sw_item {
    display: flex;
    margin-bottom: 50px;
    border-radius: 16px;
    overflow: hidden;
}

.sw_image {
    max-height: 400px;
}

.sw_info {
    background: #fff;
    padding: 30px 70px 30px 50px;
}

.swi_title {
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 20px;
    font-weight: 600;
}

.swi_description {
    font-size: 20px;
    line-height: 134.5%;
    /* or 27px */
    letter-spacing: -0.02em;
    color: #000000;
}

.swi_description p {
    margin-bottom: 15px;
}

.swi_description ul {
    margin-bottom: 15px;
    padding-left: 25px;
}

.news_wrapp {
    display: flex;
    flex-direction: column;
}

.news_item {
    display: flex;
    margin-bottom: 50px;
    border-radius: 16px;
    overflow: hidden;
}

.ni_img {
    max-height: 400px;
}

.ni_info {
    background: #fff;
    padding: 30px 35px 35px 30px;
}

.nii_title {
    font-weight: 600;
    font-size: 30px;
    line-height: 115%;
    margin-bottom: 20px;
}

.nii_description {
    font-weight: 500;
    font-size: 20px;
    line-height: 134.5%;
    /* or 27px */
    letter-spacing: -0.02em;
    color: #000000;
}

.nb_title a {
    font-size: 20px;
    line-height: 130%;
    text-decoration: none;
    color: #000;
    transition: all 0.4s;
}

.nb_title a:hover {
    color: #30d5c8;
    transition: all 0.4s;
}

.mt h1 {
    font-size: 30px;
    font-weight: bold;
    font-family: 'Proxima';
}

.lk_wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 30px;
}

.lk_info_block {
    padding: 20px 20px 35px 60px;
    background: #fff;
    width: 570px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    margin-bottom: 50px;
}

.lkib_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 20px;
}

.lkib_row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.lkib_right {
    width: 310px;
    font-size: 16px;
    line-height: 150%;
    color: #000000;
}


.lkib_left {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: -0.025em;
    color: #7D7D7D;
}

.lk_balls_count {
    padding: 10px 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
    background: #30D5C8;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
}

.lk_balls_count div {
    font-style: normal;
    font-weight: 900;
    font-size: 50px;
    color: #fff;
}

.mb_title {
    text-align: center;
    letter-spacing: -0.025em;
    color: #000000;
    font-size: 20px;
    margin-bottom: 15px;
}

.mb_wrapp {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
}

.mb_item {
    width: 187px;
    text-align: center;
    position: relative;
}

.mbi_img {
    margin-bottom: 20px;
}

.orders_history {
    width: 570px;
    height: 960px;
    background: #fff;
    padding: 20px 20px 35px 60px;
    box-shadow: 0px 4px 4px rgb(0 0 0 / 25%);
    border-radius: 14px;
}

.oh_title {
    font-weight: bold;
    font-size: 20px;
    line-height: 150%;
    /* identical to box height, or 30px */
    color: #000000;
}

.orders_wrap {
    max-height: 100%;
}

.mb_item:after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -25px;
    width: 47px;
    height: 8px;
    background-image: url(/image/arrow.svg);
}

.mb_item:last-child:after {
    display: none;
}

.blur_overlay {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 99999;
    background: rgba(255, 255, 255, 0.2);
    backdrop-filter: blur(8px);
    cursor: pointer;
}

.time_popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 99999;
    width: 550px;
    background: #fff;
    padding: 20px 15px;
    /* border-radius: 10px; */
}

.tp_image {
    min-width: 160px;
    margin-right: 20px;
}

.tp_image img {
    width: 100%;
}

.tp_text {
    font-size: 18px;
    /* margin-bottom: 20px; */
}

.timing {
    font-size: 16px;
}

.close_tp {
    position: absolute;
    width: 20px;
    height: 20px;
    right: 10px;
    top: 10px;
    background: url(/image/close.svg);
    background-size: 100%;
    cursor: pointer;
}

.tp_description {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.tp_info {
    max-width: 357px;
}

.tp_title {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 20px;
}

.prices {
    display: flex;
    align-items: center;
    gap: 15px;
}

.price__old {
    font-weight: 400;
    font-size: 18px;
    color: rgba(0,0,0,0.5);
    position: relative;
    text-decoration: line-through;
}

.sale__label {
    position: absolute;
    top: 10px;
    left: 10px;
    background: #ff3433;
    color: #fff;
    padding: 5px 10px;
    border-radius: 20px;
    font-weight: 600;
    z-index: 3;
}

.flex_wrapp {
    display: flex;
    gap: 30px;
}

.h_logo img {
    width: 220px;
}

.bzhu_title, .bzhu_proteins,  .bzhu_fats, .bzhu_carbohydrates, .bzhu_energy_value{
    color: #000000;
}

.mt p {
    margin-bottom: 15px;
}

.mt ul {
    padding-left: 20px;
    margin-bottom: 15px;
}

ul.nav_links {
    display: flex;
    list-style: none;
}

ul.nav_links li:not(:first-child) {
    padding-left: 7px;
}

ul.nav_links li {
    padding-right: 7px;
    position: relative;
}

ul.nav_links li:after {
    content: '/';
    position: absolute;
    right: -3px;
    top: 0;
}

.card_photo img {
    width: 100%;
}

.category .product_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.category .product_img img {
    height: 100%;
}

.ol_img a {
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
}

.ol_img a img {
    height: 100%;
}

.gc_main:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(48, 213, 200, 0.94), rgba(0, 0, 0, 0) 100%);
}

.gc_block:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 90px;
    bottom: 0;
    left: 0;
    background: linear-gradient(360deg, rgba(48, 213, 200, 0.94), rgba(0, 0, 0, 0) 100%);
}

.gc_block:nth-child(9):before {
    display: none;
}

.h_cart > div {
    width: 100%;
}

.lk-popup {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 999999;
    display: none;
}

.confirm-block {
    display: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 60px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    flex: 0 0 auto;
    width: 409px;
    padding: 32px;
}

.lk-popup__name {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    /* identical to box height, or 38px */
    color: #000000;
    font-size: 36px;
}

.lk-popup__top {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.lk-popup__close {
    width: 18px;
    height: 18px;
    background: url(/img/popup-close.svg);
    cursor: pointer;
}

.lk-popup__body {
    background: #FFFFFF;
}

label.lk-popup__label {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */
    color: #000000;
}

input.lk-popup__input {
    border: 1px solid #E5E5E5;
    border-radius: 15px;
    font-size: 20px;
    line-height: 106%;
    margin-bottom: 20px;
    min-width: 290px;
    text-align: left;
    padding: 16px;
    text-align: center;
}

.lk-popup__form {
    margin-top: 8px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.lk-popup__btn {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 600;
    font-size: 15px;
    line-height: 150%;
    color: #30d5c8;
    border-radius: 15px;
    border: 1px solid #30d5c8;
    text-align: center;
    padding: 8px 0;
    cursor: pointer;
    margin-bottom: 20px;
    transition: all .3s;
}

.lk-popup__signin {
    display: inline-block;
    text-align: center;
    font-size: 12px;
    line-height: 106%;
    cursor: pointer;
    margin: 0 auto;
}

.lk-popup__btn:hover {
    color: #fff;
    background: #30d5c8;
}

label.lk-popup__description {
    font-size: 16px;
    line-height: 20px;
    color: rgb(92, 99, 112);
}

.confirm-block .lk-popup__form {
    margin-top: 20px;
}

/*.lk-open:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    height: 100%;*/
/*    top: 0;*/
/*    left: 0;*/
/*    border-left: 2px solid;*/
/*}*/

.lk-popup__signin a {
    text-decoration: none;
    color: #30d5c8;
}

.h_link {
    position: relative;
}

.spmc_content .product_img {
    width: 100%;
}

.lk-overlay {
    display: none;
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    opacity: 0;
    will-change: opacity;
    background: rgb(0, 0, 0);
    transition: opacity 150ms ease 0s;
    z-index: -1;
}

.lk-overlay--active {
    display: block;
    opacity: 0.7;
    z-index: 10;
}

.sig-in-block {
    box-shadow: rgba(0, 0, 0, 0.2) 0px 30px 60px;
    background: rgb(255, 255, 255);
    border-radius: 20px;
    flex: 0 0 auto;
    width: 409px;
    padding: 32px;
}

.lk-popup__info {
    font-size: 16px;
    line-height: 20px;
    color: rgb(92, 99, 112);
    margin: 0px 0px 24px;
}

input.lk-popup__input:focus {
    border: 1px solid #30d5c8;
}

input.input_error {
    border-color: #f00;
}

.lk-icon {
    width: 60px;
    height: 60px;
    border-radius: 100%;
    background: #30d5c8;
    position: relative;
    margin-left: 25px;
}

.lk-icon a {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-decoration: none;
    color: #fff;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 30px;
}

.balance-title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 700;
    font-size: 25px;
    line-height: 150%;
    text-align: center;
    color: #000000;
    margin-bottom: 15px;
}

.bonus-info {
    background: #FFFFFF;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 14px;
    padding: 30px 50px;
}

.bonus-info ul {
    padding-left: 18px;
}

.bonus-info ul li:not(:last-child) {
    margin-bottom: 10px;
}

.bonus-info ul li {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
}

section.lk {
    margin-bottom: 30px;
}

section.footer {
    margin: auto 0 0 0;
    position: relative;
}

section.category {
    margin-bottom: 60px;
}

section.form {
    margin-bottom: 60px;
}

.i_lk {
    width: 25px;
    margin-right: 20px;
}

.next_arr, .prev_arr {
    width: 30px;
    height: 30px;
    background: #fff;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.next_arr {
    transform: rotate(180deg) translateY(50%);
}

.registration_block {
    background: #fff;
    padding: 60px 30px;
    display: flex;
    max-width: 970px;
    margin: 0 auto 30px;
    gap: 40px;
}

.reg__left .reg__input-row {
    display: flex;
    flex-direction: column;
}

.reg__input-block {
    display: flex;
    flex-direction: column;
}

.reg__input-row {
    display: flex;
    margin-bottom: 10px;
}

.reg__input-row label {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 15px;
    line-height: 150%;
    /* or 22px */
    color: #000000;
    margin-bottom: 3px;
}

input.reg__input {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 400;
    font-size: 20px;
    line-height: 106%;
    padding: 12px 20px;
    border: 1px solid #E5E5E5;
    border-radius: 15px;
}

.reg__left input.reg__input {
    min-width: 440px;
}

input#reg-street {
    width: 319px;
}

.reg__right .reg__input-row {
    gap: 20px;
}

input#reg-house {
    width: 97px;
}

input#reg-apartment, input#reg-approach, input#reg-floor  {
    width: 133px;
}

.socials-wrapper {
    display: flex;
    align-items: center;
    gap: 56px;
}

.socials-links {
    display: flex;
}

.f_left {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 10px;
}

.organization-data {
    text-align: center;
    text-transform: uppercase;
    color: #979797;
}

.footer-logo img {
    max-width: 198px;
}

.product-points {
    position: absolute;
    top: 15px;
    left: 15px;
    padding: 0 28px 0 8px;
    background: #30D5C8;
    border-radius: 53px;
    font-weight: 700;
    font-size: 17px;
    line-height: 147%;
    color: #FFFFFF;
    height: 25px;
}

.product-points:after {
    content: '';
    position: absolute;
    right: 0;
    top: 0;
    width: 25px;
    height: 25px;
    background: url(/img/star.svg);
}
.title-wrapper .product-points {
    left: auto;
    right: 15px;
    top: 20px;
}

.order_list .ol_line:first-child {
    border-top: 1px dashed #C4C4C4;
}

.write-off-points__title {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 24.4661px;
    line-height: 150%;
    color: #000000;
    margin-bottom: 39px;
}

.write-off-points__wrapper {
    padding: 0 44px;
    margin-top: 50px;
}

span.have-points {
    color: #30d5c8;
    font-weight: 900;
}

.write-off-points__input-range-wrapper {
    margin-bottom: 16px;
}

.write-off-points__input-range-wrapper input {
    width: 100%;
}

.basket-items__extra-inner {
    padding: 0 44px;
}

.basket-items__points-writeoff {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #000000;
}

.basket-items__points-take {
    font-family: 'Gilroy';
    font-style: normal;
    font-weight: 500;
    font-size: 25px;
    line-height: 150%;
    color: #000000;
    margin-top: 0px;
    position: relative;
    padding-right: 70px;
    display: inline-block;
}

.basket-items__points-take .product-points {
    background: #FF3C3C;
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
}

span.write-off-points {
    font-weight: 700;
    display: inline-block;
    color: #30d5c8;
}

.styled-range-input:before {
    content: '';
    position: absolute;
    width: var(--sq-width);
    background: #30D5C8;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    height: 21px;
    top: -4px;
    left: -4px;
}

/* .styled-range-input:after {
    content: '';
    position: absolute;
    left: var(--sq-width-range);
    background: #30D5C8;
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    width: 21px;
    height: 21px;
    top: -4px;
} */


.styled-range-input {
    -webkit-appearance: none;
    margin-right: 15px;
    height: 21px;
    background-image:  linear-gradient(#30d5c8, #30d5c8);
    box-shadow: inset 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 6px;
    background-size: 0% 100%;
    background-repeat: no-repeat;
    border: 4px solid #30D5C8;
    position: relative;
    --sq-width: 0%;
}

/* Input Thumb */
.styled-range-input::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 46px;
    width: 46px;
    background: #30D5C8;
    border: 5px solid #30D5C8;
    border-radius: 17px;
    cursor: ew-resize;
    box-shadow: 0px 0px 0px 5px #fff inset, 0 0 2px 0 #555, 0px 10px 5px 0px rgba(0, 0, 0, 0.25) inset;
    transition: background .3s ease-in-out;
    position: relative;
}

.styled-range-input::-moz-range-thumb {
    -webkit-appearance: none;
    height: 46px;
    width: 46px;
    background: #30D5C8;
    border: 5px solid #30D5C8;
    border-radius: 17px;
    cursor: ew-resize;
    box-shadow: 0px 0px 0px 5px #fff inset, 0 0 2px 0 #555, 0px 10px 5px 0px rgba(0, 0, 0, 0.25) inset;
    transition: background .3s ease-in-out;
    position: relative;
}

.styled-range-input::-ms-thumb {
    -webkit-appearance: none;
    height: 46px;
    width: 46px;
    background: #30D5C8;
    border: 5px solid #30D5C8;
    border-radius: 17px;
    cursor: ew-resize;
    box-shadow: 0px 0px 0px 5px #fff inset, 0 0 2px 0 #555, 0px 10px 5px 0px rgba(0, 0, 0, 0.25) inset;
    transition: background .3s ease-in-out;
    position: relative;
}

/* .styled-range-input::-webkit-slider-thumb:hover {
  background: #ff0200;
}

.styled-range-input::-moz-range-thumb:hover {
  background: #ff0200;
}

.styled-range-input::-ms-thumb:hover {
  background: #ff0200;
} */

/* Input Track */
.styled-range-input::-webkit-slider-runnable-track  {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.styled-range-input::-moz-range-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.styled-range-input::-ms-track {
    -webkit-appearance: none;
    box-shadow: none;
    border: none;
    background: transparent;
}

.i_lk img {
    width: 100%;
}

.points {
    margin-bottom: 10px;
}

.points .product-points {
    width: auto;
    position: relative;
    top: auto;
    left: auto;
    display: inline-block;
    background: #ff0200;
}

.points_wrapper {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.reg-btn {
    margin-top: 22.5px;
    padding: 14px 20px;
    font-size: 20px;
    line-height: 106%;
    background: #30d5c8;
    color: #fff;
    border-radius: 15px;
    cursor: pointer;
    transition: all .3s;
}

.reg-btn:hover {
    background: #14b3a6;
}

.reg-title {
    max-width: 970px;
    margin: 0 auto 30px;
    font-size: 28px;
}

.registration_block input.input_error {
    border-color: #f00;
}



.category__text {
    margin-top: 60px;
    line-height: 1.6;
    color: #333;

    @media (max-width: 1024px) {
        margin-bottom: -60px;
    }

    h1, h2, h3 {
        color: #000;
        margin-top: 20px;
        margin-bottom: 10px;
        font-weight: 700;
    }

    h1 {
        font-size: 26px;
        text-align: center;
    }

    h2 {
        font-size: 20px;
    }

    p {
        margin-bottom: 12px;
    }

    ul, ol {
        margin: 0 0 15px 25px;
    }

    ul li {
        list-style-type: disc;
        margin-bottom: 5px;
    }

    ol li {
        list-style-type: decimal;
        margin-bottom: 5px;
    }

    a {
        color: #30d5c8;
        text-decoration: underline;

        &:hover {
            text-decoration: none;
        }
    }

    details {
        margin-bottom: 8px;
        padding: 8px 12px;
        background: #fff;
        border: 1px solid #c8ecf0;
        border-radius: 6px;
    }

    summary {
        font-weight: bold;
        cursor: pointer;
        color: #000;
        transition: all .3s;

        &:hover {
            color: #30d5c8;
        }
    }

    .seo-note {
        font-size: 12px;
        color: #777;
        border-top: 1px dashed #ddd;
        margin-top: 15px;
        padding-top: 10px;
    }
}



/* Reviews section */
section.main_reviews {
    margin-top: 64px;
    position: relative;
    overflow: hidden;

    @media (max-width: 505px) {
        margin-top: 32px;
    }
}

.reviews-title {
    font-family: 'Gilroy';
    font-weight: 700;
    font-size: 32px;
    line-height: 130%;
    text-align: center;
    color: #000;
    margin-bottom: 30px;
}

.reviews-swiper {
    overflow: hidden;
    margin-bottom: 40px;
}

.reviews-swiper .swiper-wrapper {
    align-items: stretch;
}

.reviews-swiper .swiper-slide {
    width: 334px;
    height: auto;
}

.review-card {
    background: #fff;
    border-radius: 16px;
    padding: 20px 20px 25px;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.review-card-header {
    display: flex;
    align-items: center;
    gap: 15px;
}

.review-avatar {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #30D5C8;
    color: #fff;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.review-header-info {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.review-stars {
    color: #FFB800;
    font-size: 18px;
    letter-spacing: 2px;
    line-height: 1;
}

.review-name {
    font-family: 'Gilroy';
    font-weight: 500;
    font-size: 14px;
    color: #000;
    white-space: nowrap;
}

.review-divider {
    height: 1px;
    background: #ddd;
    margin: 15px 0;
}

.review-text {
    font-size: 14px;
    line-height: 155%;
    color: #333;
}

.reviews-buttons {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin-top: 10px;
}

.review-btn {
    display: inline-flex;
    align-items: center;
    gap: 20px;
    padding: 7px 20px;
    border-radius: 15px;
    font-family: 'Gilroy';
    font-weight: 600;
    font-size: 15px;
    text-decoration: none;
    transition: all .3s;
    color: #fff;
    background: #30D5C8;
    font-size: 16px;
    max-width: 300px;

    @media (max-width: 768px) {
        width: 100%;
        max-width: 545px;
    }

    img {
        width: 36px;
    }
}

.review-btn--2gis svg {
    width: 65px;

    @media (max-width: 768px) {
        width: 30px;
        height: 30px;
    }
}
.review-btn--yandex svg {
    background: #fff;
    border-radius: 5px;

    @media (max-width: 768px) {
        width: 30px;
        height: 30px;
    }
}

.review-btn:hover {
    background: #30D5C8;
    color: #fff;
}

.review-btn-icon {
    line-height: 1;
    display: flex;
    align-items: center;
}

.reviews-wave {
    height: 60px;
    background: linear-gradient(180deg, #fff 0%, #30D5C8 100%);
}

/* 1920, 1600, 1440, 1366, 1280, 1024, 768, 425, 414, 375, 360, 320 */
@media (max-width: 1280px) {
    .h_logo {
        margin: 0 50px;
    }

    .container, .container_card {
        width: 960px;
    }

    .grid_cat {
        justify-content: flex-start;
    }

    .main_products {
        justify-content: space-around;
    }

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

    .order_list {
        min-width: 690px;
    }

    .product_item:nth-child(3n) {
        margin-right: 0;
    }

    .lk_info_block {
        width: 520px;
    }

}

@media (max-width: 1024px) {
    .h_menu {
        padding-left: 60px;
        padding-right: 20px;
    }

    .h_menu:before {
        left: 5px;
    }

    .h_menu:after {
    }

    .h_phone a {
        font-size: 18px;
    }

    .h_logo {
        margin: 0 30px;
    }

    .h_link a {
        font-size: 18px;
    }

    .h_cart_summ {
        display: none;
    }

    .h_cart_ico {
        margin-right: 0;
    }

    .h_link:first-child:after {
        display: none;
    }

    .h_link:first-child {
        padding-right: 0;
    }

    .container, .container_card {
        width: 720px;
    }

    footer {
        width: 720px;
    }

    .card_info {
        margin-left: 20px;
    }

    .card_photo {
        min-height: 348px;
        display: flex;
        align-items: center;
        justify-content: center;
        max-width: 270px;
    }

    .card_photo img {
        height: 100%;
    }

    .steps_item {
        font-size: 24px;
        padding: 0 16px;
    }

    .order_wrapp {
        flex-direction: column;
    }

    .order_list {
        margin-right: 0;
        width: 100%;
        padding-bottom: 0;
        min-width: auto;
        position: relative;
        top: auto;
    }

    .souses {
        width: 100%;
        position: relative;
        top: auto;
    }

    .radio_item {
        width: calc(50% - 15px);
        margin-right: 30px;
    }

    .radio_wrapp {
        display: flex;
        flex-wrap: wrap;
    }

    .radio_item:nth-child(2n) {
        margin-right: 0;
    }

    .fb_mini_inputs {
        flex-wrap: wrap;
    }

    .fb_mini_inputs .fb_item {
        margin-bottom: 10px;
    }

    .form_block.first_inputs {
        flex-direction: column;
        align-items: flex-start;
    }

    .fb_mini_inputs_first {
        margin-bottom: 20px;
    }

    .main_products .product_item {
        margin-right: 0;
    }

    .sw_item {
        flex-direction: column-reverse;
        max-width: 400px;
    }

    .sw_info {
        padding: 25px 25px 30px 25px;
    }

    .news_item {
        flex-direction: column;
        max-width: 400px;
        align-items: center;
    }

    .ni_img {
        max-height: 321px;
        max-width: 400px;
        overflow: hidden;
        align-items: center;
        display: flex;
        justify-content: center;
    }

    .ni_img img {
        width: 100%;
    }

    .sale_wrapp {
        align-items: center;
    }

    .news_wrapp {
        align-items: center;
    }

    .lk_wrapp {
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
    }

    .lk_info_block {
        width: 100%;
        max-width: 100%;
    }

    .left_row {
        width: 100%;
        max-width: 570px;
    }

    .right_row {
        max-width: 570px;
    }

    section.footer {
        margin-top: 70px;
    }

    .reg-title {
        max-width: 970px;
        margin: 0 auto 30px;
        font-size: 28px;
    }

    .registration_block {
        flex-direction: column;
    }
}

@media (max-width: 768px) {
    header {
        display: none;
    }

    .m_header {
        background: #fff;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 12px 0;
        box-shadow: 0px 4px 4px -3px rgb(0 0 0 / 25%);
    }

    .m_tel {
        width: 26px;
        height: 26px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m_tel a {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m_tel a img {
        max-width: 21px;
    }

    .m_menu {
        width: 40px;
        height: 40px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .m_menu img {
        transform: rotate(90deg);
        width: 30px;
    }

    .m_logo > a {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .m_logo {
        position: relative;
        max-height: 58.5px;
    }

    .m_logo img {
        width: 165px;
    }

    section.banners {
        margin-top: calc(73px + 15px);
    }

    .main_slider .slider_item {
        height: 250px;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
    }

    .slider_item img {
        width: auto;
        height: 250px;
    }

    .container, .container_card {
        width: 100%;
        padding: 0 15px;
    }

    .gc_main {
        width: 100%;
        height: 160px;
        max-width: 400px;
        margin-right: 0;
    }

    .gc_block {
        width: 165px;
        height: 165px;
    }

    .grid_cat {
        justify-content: space-between;
        max-width: 345px;
        margin: 0 auto;
    }

    .news_left {
        width: 100%;
    }

    .nb_img {
        overflow: hidden;
    }

    .news_right {
        width: 100%;
    }

    .news_right .nb_title {
        margin-top: 15px;
        padding: 0 15px 0 0;
        font-size: 17px;
        line-height: 90%;
    }

    .news_right .nb_img {
        margin-right: 15px;
        height: auto;
        max-width: 110px;
        min-width: 110px;
    }

    .nb_description {
        font-size: 10px;
        line-height: 90%;
        padding-right: 10px;
    }

    .mc_text {
        font-size: 18px;
        line-height: 90%;
        padding-top: 29px;
        padding-left: 18px;
    }

    .mc_block {
        height: 200px;
    }

    footer {
        width: 100%;
        padding: 30px 20px 55px;
    }

    .f_vk {
        width: 40px;
        height: 40px;
        background-size: 100%;
    }

    .f_insta {
        width: 40px;
        height: 40px;
        background-size: 100%;
        background-position: 0;
    }

    .mt {
        padding: 0;
    }

    .section_title {
        padding-left: 0;
        font-weight: 500;
        font-size: 26px;
        line-height: 120%;
    }

    .news_left .nb_title {
        font-size: 17px;
        line-height: 90%;
        padding: 0 30px 0 30px;
        margin: 30px 0 10px 0;
    }

    .nav_menu {
        height: calc(100% - 123px);
        overflow-y: scroll;
        top: 73px;
        bottom: auto;
    }

    .m_cart {
        display: flex;
        position: fixed;
        bottom: 10px;
        align-items: center;
        justify-content: center;
        height: 50px;
        z-index: 100;
        width: calc(100vw - 30px);
        left: 50%;
        transform: translateX(-50%);
        -webkit-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
        -moz-box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
        box-shadow: 0px 0px 10px 2px rgba(34, 60, 80, 0.2);
    }

    .h_cart_summ {
        display: block;
    }

    .h_cart_ico {
        margin-right: 25px;
    }

    .cont {
        overflow: hidden;
    }

    .card {
        flex-direction: column;
        width: 100%;
    }

    .card_photo {
        width: auto;
        max-width: inherit;
        height: 348px;
    }

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

    .card_info {
        width: 100%;
        margin-left: 0;
        padding-right: 15px;
        padding-left: 15px;
    }

    .bzhu_title {
        display: none;
    }

    .bzhu_proteins {
        border-left: none;
    }

    .section_similar_products .sp_title {
        font-size: 24px;
    }

    .tabs_sub_categories {
        padding: 0 15px;
        flex-wrap: wrap;
    }

    section.breadcrumbs.container_card {
        margin-top: 90px;
    }

    .product_item {
        width: 225px;
        height: auto;
    }

    .product_img img {
        width: 250px;
    }

    .product_img {
        width: 100%;
        height: auto;
    }

    .product_title {
        padding: 0 15px;
        margin-top: 15px;
        font-size: 15px;
        line-height: 100%;
        margin-bottom: 20px;
    }

    .product_price {
        font-weight: bold;
        font-size: 15px;
        line-height: 150%;
    }

    span.category__item-buy-form-count.update-basket-item-count--39 {
        font-weight: bold;
        font-size: 15px;
        line-height: 150%;
        min-width: 32px;
    }

    span.category__item-buy-form-control {
        width: 20px;
        height: 20px;
    }

    .news_right .news_block {
        height: 127px;
    }

    section.steps.container_card:before {
        width: calc(100% - 30px);
        border-top: 1px dashed #9C9B9B;
    }

    .steps_item {
        font-size: 18px;
    }

    .basket-items__item-price {
        min-width: 100px;
        padding: 0 10px 0 20px;
    }

    .form_block_wrapp {
        padding: 15px;
    }

    .form_block.first_inputs .fb_inputs {
        flex-direction: column;
    }

    .fb_mini_inputs {
        margin-top: 15px;
    }

    .form_block .form_block {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        margin-bottom: 0;
    }

    .phone_input {
        margin-bottom: 15px;
    }

    .fb_item textarea {
        width: 100%;
    }

    .form_block.fb_textarea {
        flex-direction: column;
    }

    .form_block.fb_textarea .fb_item {
        margin-bottom: 15px;
    }

    .ml_item {
        /* padding: 15px 25px; */
    }

    .main_products span.category__item-buy-form-count {
        min-width: 45px;
    }

    .spmc_content {
        min-height: 265px;
    }

    .fr_title {
        font-size: 18px;
    }

    .product_labels {
        top: 157px;
        right: 15px;
    }

    .pLabel {
        width: 21px;
        height: 21px;
    }

    .pLabel:before {
        background-size: 100%
    }

    .pLabel.novinka:before {
        width: 25px;
        height: 17px;
        background-image: url(/image/novinka.svg);
    }

    .pLabel.hot:before {
        width: 11px;
        height: 14px;
        background-image: url(/image/hot.svg);
    }

    .pLabel.vega:before {
        width: 21px;
        height: 21px;
        background-image: url(/image/light35.svg);
    }

    .pLabel.love:before {
        width: 14px;
        height: 12px;
        background-image: url(/image/love.svg);
    }

    .main_products {
        margin-right: 0;
    }

    .nb_title a {
        font-size: 16px;
        line-height: 100%;
    }

    .flex_wrapp {
        flex-direction: column;
    }

    .h_cart.m_cart > div {
        width: 100%;
        height: 100%;
    }

    .m_cart.h_cart a {
        padding: 9px;
        justify-content: center;
    }

    .bzhu_title, .bzhu_proteins, .bzhu_fats, .bzhu_carbohydrates, .bzhu_energy_value {
        width: 25%;
    }

    .lk_info_block {
        padding: 30px;
    }

    .bonus-info {
        padding: 30px;
    }

    .menu-group {
        display: flex;
        gap: 10px;
        align-items: center;
    }

    .lk-icon {
        margin-left: 0;
        width: 35px;
        height: 35px;
        margin-right: 19px;
    }

    .lk-icon a {
        line-height: 35px;
        font-size: 16px;
    }

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

    .news_right .nb_img a {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }

    .news_right .nb_img img {
        height: 100%;
    }

    .nb_img {
        position: relative;
    }

    .nb_img a {
        /* position: absolute; */
        /* top: 0; */
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .write-off-points__wrapper {
        padding: 0;
    }

    .basket-items__extra-inner {
        padding: 0;
    }

    .reviews-title {
        font-size: 26px;
    }

    .reviews-buttons {
        flex-direction: column;
        align-items: center;
        gap: 12px;
    }

    .review-btn {
        font-size: 22px;
        gap: 15px;
        padding: 7px 15px;
    }

}

@media (max-width: 505px) {
    .product_item {
        width: calc(50% - (15px / 2));
        max-width: none;
        padding-bottom: 15px;
    }

    .main_products {
        width: 100%;
    }

    .product_item .product_img img {
        width: 100%;
        max-width: 500px;
        flex-shrink: 0;
    }

    .product_item .product_img a {
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .product_item .product_labels {
        top: 128px;
    }

    .product_item .product_title a {
        font-size: 14px;
        line-height: 140%;
    }

    .product_item .product_title {
        margin: 10px 0 10px;
        font-size: 13px;
        min-height: 30px;
        height: 39.19px;
    }

    .product_item .product_price {
        font-size: 17px;
    }

    .product_item .product_img {
        max-height: 230px;
    }

    .gc_name {
        font-size: 18px;
    }

    .order_list .ol_gr {
        display: none;
    }


    .order_list .ol_img {
        width: 100%;
        height: 100%;
    }

    .basket-items__item-part {
        justify-content: left;
        min-width: 70px;
        max-width: 70px;
        height: 70px;
    }

    .basket-items__item-delete {
        min-width: 20px;
        max-width: 20px;
    }

    .basket-items__item-price {
        min-width: 78px;
        font-size: 14px;
        line-height: 150%;
    }

    .basket-items__item-count {
        position: absolute;
        bottom: 12px;
        left: 80px;
    }

    .basket-items__item-count-control {
        width: 20px;
        height: 29px;
    }

    .basket-items__item-count-control:before {
        width: 11px;
    }

    .basket-items__item-count-control--plus:after {
        height: 11px;
        left: 10px;
        top: 10px;
    }

    .order_list .ol_title {
        font-size: 15px;
        color: #231F20;
        font-weight: 600;
        line-height: 1;
        text-decoration: none;
        margin-bottom: 3px;
    }

    .order_list .ol_gr {
        font-size: 14px;
    }

    .order_list .ol_line {
        justify-content: flex-start;
        position: relative;
    }

    .basket-items__item-part-information {
        padding: 0 0px 45px 9px;
        position: relative;
    }

    .order_list .ol_gr:nth-child(2) {
        display: none;
    }

    .order_list .ol_titles {
        display: none;
    }

    .lkib_right {
        max-width: 200px;
        width: 100%;
    }

    .lkib_left {
        width: 119px;
    }

    .lk_balls_count {
        padding: 10px 30px;
    }

    .lk_balls_count div {
        font-size: 42px;
    }

    section.footer {
        margin-top: 30px;
    }

    .footer-logo img {
        max-width: 160px;
    }

    .basket-items__extra-line {
        flex-direction: column;
    }

    .write-off-points__title {
        font-size: 20px;
        line-height: 130%;
    }

    .basket-items__points-writeoff {
        font-size: 20px;
    }

    .basket-items__points-take {
        font-size: 20px;
    }

    .basket-items__sum {
        margin-top: 30px;
    }

    input#reg-street {
        width: 100%;
        flex-shrink: 0;
    }

    input#reg-apartment, input#reg-approach, input#reg-floor {
        width: 100%;
    }

    .reg__left input.reg__input {
        min-width: auto;
    }

    .bottom_product_block {
        padding: 0 15px;
    }

    .prices {
        gap: 10px;
    }

    .price__old {
        font-size: 14px;
    }

    .sale__label {
        font-size: 14px;
        line-height: 100%;
    }
}

@media (max-width: 425px) {


    .steps_item {
        font-size: 12px;
    }

    section.steps {
        margin-bottom: 40px;
    }

    section.cart_products {
        margin-bottom: 40px;
    }

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

    .mako_block {
        display: flex;
    }

    .sale_wrapp {
        align-items: center;
    }

    .news_wrapp {
        align-items: center;
    }

    .sw_image img {
        width: 100%;
    }

    .swi_title {
        font-size: 24px;
    }

    .swi_description {
        font-size: 16px;
    }

    .nii_title {
        font-size: 24px;
    }

    .nii_description {
        font-size: 16px;
    }

    .ni_info {
        padding: 30px 25px 35px 25px;
    }

    .tp_description {
        flex-direction: column;
    }

    .time_popup {
        width: 100%;
    }

    .fb_item.fb_input.sdach_input {
        margin-top: 15px;
    }

    .fr_left {
        display: none;
    }

    .sig-in-block {
        width: 100%;
    }

    .lk-popup {
        width: 100%;
        max-width: 409px;
    }

    .lk-popup__name {
        font-size: 32px;
    }

    input.lk-popup__input {
        min-width: unset;
    }

    footer {
        padding: 30px 10px 55px;
    }
}

@media (max-width: 320px) {
    .section_similar_products .product_img img {
        width: auto;
        height: 220px;
    }
}
