:root {
    --white: #fff;
    --black: #000;
    --gray: #f8f8f8;
    --blue: #4b7bec;
    --red: #ff0000;
    --color-1: #c7cf1e;
    --color-2: #843687;
    --bs-btn-color: #843687!important;
    --bs-btn-bg: #843687 !important;
    --bs-btn-border-color: #843687 !important;
    --bs-btn-hover-bg: #843687 !important;
    --vh: 1vh;
    --font-family: "Montserrat", sans-serif;
    --secondary-color: #843687!important;
    --swiper-theme-color: #843687!important;
    --primary-color: #c7cf1e!important;
    --bs-btn-bg: #843687!important;
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
    font-style: normal;
    font-weight: bold;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-ExtraBold.woff2") format("woff2"), url("../fonts/Montserrat-ExtraBold.woff") format("woff");
    font-style: normal;
    font-weight: 800;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
    font-style: normal;
    font-weight: 500;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
    font-display: swap
}

@font-face {
    font-family: "Montserrat";
    src: url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff");
    font-style: normal;
    font-weight: 600;
    font-display: swap
}

body {
    font-family: var(--font-family);
    background-color: var(--white);
    /*min-height: 100vh;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    overflow: hidden;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

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

a {
    text-decoration: none;
    color: inherit
}

ul {
    list-style: none
}

button {
    background-color: rgba(0, 0, 0, 0);
    border: none;
    font-family: inherit;
    cursor: pointer
}

.hidden {
    display: none
}

img {
    width: 100%;
    height: auto
}

.main-container {
    width: 100%;
    max-width: 1920px;
    padding: 0 40px;
    margin: 0 auto
}

.header {
    padding-top: 7px;
    /*border-bottom: 1px solid gray*/
}

.header__logo {
    width: 140px;
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.header__search-cus {
    border-radius: 40px;
    padding: 10px 20px;
    outline: 2px solid #c7cf1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    min-height: 70px;
    max-width: 1080px
}

.catalog-nav .nav-item {
    position: relative
}

.nav-item {
    margin-bottom: 2px
}

.nav-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 10px;
    line-height: 100%
}

.main__nav .bi-chevron-right {
    line-height: 0
}

.header__search-cus .header__form-control {
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    width: 100%
}

.header__form-control::-webkit-search-cancel-button {
    -webkit-appearance: none;
    height: 20px;
    width: 20px;
    background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="30" height="30" viewBox="0 0 20 20"><path fill="black" d="M10 8.586L4.707 3.293 3.293 4.707 8.586 10l-5.293 5.293 1.414 1.414L10 11.414l5.293 5.293 1.414-1.414L11.414 10l5.293-5.293-1.414-1.414L10 8.586z"/></svg>') no-repeat center;
    cursor: pointer
}

.header__nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px
}

.header__btn svg {
    height: 60px;
    width: 70px
}

.header__btn-user {
    background: #c7cf1e;
    border-radius: 40px;
    width: 100%;
    max-width: 220px;
    padding: 14px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-right: 28px
}

.header__btn-user svg {
    width: 50px;
    height: 50px
}

.link-header-cus {
    background: #c7cf1e;
    border-radius: 30px;
    width: 100px;
    padding: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center;
    margin-left: 10px
}

.header__container {
    padding: 0 55px
}

.main .new-products {
    padding: 20px 0 40px;
    width: 100%;
    /*max-width: 1024px;*/

    overflow: hidden;
    overflow-y: scroll
}

.new-products-row {
    overflow: hidden;
    overflow-y: scroll;
    height: 90vh
}

.new-products__title {
    color: #c7cf1e;
    font-weight: bold
}

.rotate {
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease
}

.main__nav-cus {
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    border-radius: 33px;
    padding: 50px 0;
    height: 100%;
    overflow-y: scroll
}

.main__nav-cus::-webkit-scrollbar {
    width: 0px
}

.main-basket__list {
    overflow: hidden;
    overflow-y: scroll;
    padding: 10px;
    height: 100%;
    max-height: calc(100vh - 550px);
}

.main-basket__list::-webkit-scrollbar {
    width: 0px
}

.new-products-row::-webkit-scrollbar {
    width: 0px
}

.main-content::-webkit-scrollbar {
    width: 0px
}

.new-products::-webkit-scrollbar {
    width: 0px
}

.main__nav-cus-link-title {
    padding: 0 20px
}

.main__nav-cus-link {
    padding: 0 5px;
    font-weight: 500;
    opacity: .6;
    font-size: 14px
}

.main__nav-cus .bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    font-weight: bold !important
}

.main__nav-cus-link-title[aria-expanded=true] {
    opacity: .6 !important
}

.main__row {
    padding-top: 20px;
    gap: 44px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main__nav {
    width: 20%;
    height: 70vh;
}

.main__nav--fw .nav-link {
    padding: 0 20px
}

.nav-link:focus, .nav-link:hover {
    color: #000
}

.nav-link {
    color: #000
}

.main__nav .bi-chevron-right {
    color: var(--color-1);
    font-size: 16px
}

#cart_p {
    cursor: pointer;
}

.main-basket {
    width: 100%;
    max-width: 460px;
    height: 70vh;
    z-index: 100;
    background: #fff;
    right: 50px;
}

.main-basket.main-basket-height {
    position:absolute;
    display: none;
}

.main-basket.active {
    display: block;
}

.main-basket__wrapper {
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    border-radius: 33px;
    padding: 35px 30px
}

.main-basket__img-bg {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 150px;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover;
    z-index: -1;
    opacity: .6
}

.main-basket__by-btn {
    background: var(--color-2);
    color: #fff;
    border-radius: 30px;
    font-weight: bold;
    width: 100%;
    max-width: 290px;
    padding: 14px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.main-basket__by-btn:hover {
    background: var(--color-2);
    opacity: .6;
    color: #fff
}

.main-basket__by-btn.disabled {
    color: #fff;
    background: var(--color-2);
    opacity: .6;
    cursor: not-allowed
}

.main-basket__img-bg {
    display: block
}

.main-basket__img-bg.hidden {
    display: none !important
}

.main-basket__inner {
    padding-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding-bottom: 20px;
    width: 100%
}

.main-basket__total h5 {
    font-size: 16px;
    color: #000;
    font-weight: bold;
    margin: 0 0 5px
}

.main-basket__total-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    position: relative;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.main-basket__total-text {
    font-size: 12px;
    color: #838384;
    font-weight: 500;
    position: relative;
    text-wrap: nowrap
}

.main-basket__total-border {
    height: 1px;
    right: auto;
    bottom: 10px;
    width: 100%;
    background: var(--color-2);
    padding: 0 2px;
    margin: 0 5px
}

.main-basket__total-text-span {
    font-weight: bold
}

.main-basket__total-text-sale {
    font-weight: bold;
    color: var(--color-1);
    margin-left: 2px
}

.main-basket__total-text-color {
    color: var(--color-1)
}

.main-basket__total-border-color {
    background: var(--color-1)
}

.main-basket__total {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 0px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-basket__total-price {
    color: #c7cf1e;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%
}

.main-basket__total-price-sum {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    width: 100%;
    font-weight: 600;
    font-size: 14px;
    margin-top: 5px
}

.main-basket__total-text-sum {
    font-size: 16px;
    font-weight: bold
}

.main-basket-card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: space-evenly;
    -ms-flex-pack: space-evenly;
    justify-content: space-evenly
}

.main-content {
    width: 80%;
    /*max-width: 1024px*/
}

.main-content.main-content-lk {
    width: 100%;
    max-width: 1024px
}

.main-basket-card .new-products__img {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    margin: 10px;
    position: relative
}

.main-basket-card .product-weight {
    margin-left: 0 !important
}

.main-basket-card .new-products__prices {
    gap: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.absolute-menu {
    position: absolute;
    z-index: 1000;
    background-color: #fff;
    max-width: 200px;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center
}

.absolute-menu__dropdown {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px
}

.absolute-menu__dropdown-bg {
    background: #fff
}

.categories {
    width: 100%;
    padding-top: 40px
}

.categories__list {
    padding: 0 5px;
    margin: 0;
    display: grid;
    gap: 10px;
    grid-template-columns:repeat(auto-fill, minmax(180px, 1fr))
}

.categories__item {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    margin: 0;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 20px;
    min-height: 190px
}

.categories__link {
    position: relative;
    width: 100%;
    padding: 20px
}

.categories__img {
    display: block;
    width: 100%;
    height: auto;
    -o-object-fit: cover;
    object-fit: cover
}

.categories__img-cat picture {
    max-width: 160px !important
}

.categories__link picture {
    position: absolute;
    bottom: 10px;
    width: 100%;
    max-width: 120px;
    right: 0
}

.main-Info {
    width: 100%;
    /*max-width: 1024px*/
}

.main-Info__img {
    width: 100%;
    height: auto;
    top: 0;
    z-index: -1;
    position: relative;
    display: block
}

.main-Info__link::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: inset 0px 0px 90px rgba(0, 0, 0, .5);
    box-shadow: inset 0px 0px 90px rgba(0, 0, 0, .5);
    pointer-events: none;
    z-index: 1;
    border-radius: 30px
}

.main-Info__link {
    position: relative
}

.main-Info__paragraph {
    padding: 20px;
    color: #fff;
    position: absolute;
    font-weight: 600;
    z-index: 9
}

.mySwiperInfo .swiper-button-prev.swiper-button-disabled {
    display: none
}

.new-products {
    padding: 60px 0 0 0;
    width: 100%;
    /*max-width: 1024px;*/
}

.new-products__title {
    margin-bottom: 20px
}

.new-products__card {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    list-style: none;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    margin: 0;
    position: relative
}

.new-products__img {
    width: 135px;
    height: 160px
}

.new-products__img img {
    width: 155px;
    height: 135px;
    -o-object-fit: contain;
    object-fit: contain
}

.new-products__input {
    display: none
}

.new-products__label {
    position: absolute;
    top: 15px;
    cursor: pointer;
    left: 15px
}

.new-products__label .new-products__svg {
    width: 30px;
    height: 30px
}

.new-products__svg {
    -webkit-transition: fill .3s;
    transition: fill .3s
}

.new-products__input:checked + .new-products__svg .new-products__path {
    fill: var(--color-1)
}

.new-products__card-price-old {
    position: relative;
    color: #dadada;
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 14px;
    line-height: 150%;
    text-align: center;
    margin: 0
}

.new-products__card-price-old::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 1;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new-products__card-price {
    font-family: var(--font-family);
    font-weight: bold;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    margin-bottom: 5px;
    color: #000
}

.new-products__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0
}

.new-products__by {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 8px
}

.new-products__card-footer {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    gap: 15px
}

.new-products__card-title {
    margin: 0;
    font-weight: bold;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 240px;
}

.new-products__card-title:hover::after {
    content: attr(data-full-text); /* Подставляем текст из атрибута data-full-text */
    position: absolute;
    right: 10px;
    /*bottom: 50%;*/
    white-space: nowrap;
    background-color: #333; /* Цвет фона */
    color: #fff; /* Цвет текста */
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    z-index: 1000;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.3);
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.2s ease-in-out, visibility 0.2s ease-in-out;
}

.new-products__card-title:hover::after {
    opacity: 1;
    visibility: visible;
}

.product-weight__text {
    font-weight: bold;
    width: min-content;
}

.new-products__card-weight {
    font-size: 12px;
    font-weight: bold;
    color: var(--color-2);
    margin: 0
}

.new-products__checkbox-by {
    display: none
}

.new-products__label-by {
    display: inline-block;
    cursor: pointer
}

.new-products__image-by {
    width: 25px;
    height: 25px;
    background-image: url("../images/1by.svg");
    background-size: contain;
    background-repeat: no-repeat
}

.new-products__checkbox-by:checked + .new-products__label-by .new-products__image-by {
    background-image: url("../images/2by.svg")
}

.goods__title {
    color: #000
}

.goods .new-products__card-text {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    font-weight: 400;
    font-size: 11px;
    color: gray;
    margin: 0
}

.goods .new-products__label {
    position: absolute;
    top: 15px;
    left: auto;
    right: 15px
}

.goods .new-products__card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.goods .new-products__prices {
    /*gap: 10px;*/
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline
}

.goods .new-products__card-price {
    font-size: 16px
}

.product-weight__radio {
    display: none
}

.product-weight__label {
    width: auto;
    /*height: 20px;*/
    border: 2px solid rgba(0, 0, 0, 0);
    background: #dadada;
    color: var(--color-2);
    border-radius: 4px;
    text-align: center;
    line-height: 24px;
    cursor: pointer;
    font-size: 14px;
    margin: 0 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.product-weight__label.selected {
    border-color: var(--color-1);
    color: var(--color-1);
    background: rgba(0, 0, 0, 0)
}

.product-weight {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
    flex-wrap: wrap;
    gap: 10px 0;
}

.goods__by {
    background-color: var(--color-2);
    border-radius: 10px;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    padding: 5px 10px;
    font-size: 13px;
    font-weight: bold
}

.catalog .goods__by {
    border-radius: 5px
}

.swiper-pagination {
    display: none
}

.main-content {
    width: 80%;
    /*max-width: 1024px*/
}

#exampleModal .modal-content {
    right: 0;
    width: 100%;
    max-width: 800px
}

#exampleModal .modal-body {
    padding: 0
}

#exampleModal .modal-header, #exampleModal .modal-footer {
    border: none
}

#exampleModal .modal-image {
    width: 100%;
    height: auto
}

#exampleModal .modal-dialog {
    max-width: 800px;
    width: 100%;
    margin-right: 50px;
    margin-left: auto
}

#exampleModal .modal-body .new-products__card {
    width: 100%;
    position: relative
}

#exampleModal .modal-image {
    width: 100%;
    height: auto;
    padding: 20px 30px
}

#exampleModal .modal-body h3 {
    margin-left: 30px
}

#exampleModal .modal-body p {
    margin-left: 30px
}

#exampleModal .carousel-inner {
    padding-bottom: 30px;
    padding-top: 20px
}

#exampleModal .modal-body .new-products__card::before {
    position: absolute;
    content: "%";
    color: #fff;
    display: block;
    padding: 10px;
    font-weight: bold;
    background-color: #843687;
    border-radius: 7px;
    right: 0;
    top: -15px
}

.main-basket-card__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-basket-card {
    gap: 25px
}

.main-basket-card .new-products__img {
    height: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 10px;
    margin: 0;
    position: relative
}

.main-basket-card .product-weight {
    margin-left: 0 !important
}

.main-basket-card .new-products__prices {
    gap: 0;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.main-basket-card .new-products__card-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 10px
}

.main-basket-card .new-products__card-price {
    margin: 0;
    font-weight: 900;
    font-size: 18px
}

.counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    /*-webkit-box-pack: center;*/
    /*-ms-flex-pack: center;*/
    /*justify-content: center;*/
    /*-webkit-box-align: center;*/
    /*-ms-flex-align: center;*/
    /*align-items: center;*/
    margin-top: 10px
}

.main-basket__item .counter-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-top: 0;
    margin-bottom: 5px;
    margin-right: 10px
}

.counter-wrapper input {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: center;
    width: 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    border: none;
    font-size: 16px;
    outline: none;
    font-weight: 500
}

.productModal .counter-wrapper input {
    font-size: 16px
}

.accordion-button::after {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    font-weight: bold !important
}

.accordion-button:not(.collapsed)::after {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.counter-wrapper button {
    width: 25px;
    height: 25px;
    border: none;
    background-color: #e5e5e5;
    color: #843687;
    padding: 3px;
    border-radius: 50%;
    font-size: 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

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

input[type=number] {
    -moz-appearance: textfield
}

.main-content::-webkit-scrollbar {
    width: 0
}

.main-content::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0)
}

.main-content::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0)
}

.main-content::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px
}

.main-basket__by-total {
    font-weight: bold
}

.main-basket__cardes {
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-basket__inner {
    padding-top: 45px;
    height: 100%;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.main-basket__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 25px
}

.footer__wrapper {
    padding: 0 0 34px 0;
    width: 100%;
    /*max-width: 1024px;*/
    margin: 0 auto
}

.footer__wrapper.mainf {
    margin: 0;
}

.footer__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.footer__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding: 10px 0 0;
    margin: 0;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.footer__list li {
    width: 40px;
    height: 40px
}

.footer__list li:first-child {
    width: 45px
}

.footer__list li:nth-child(2) {
    padding-top: 8px
}

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

.footer__menu {
    padding: 0;
    margin: 0
}

.footer__item {
    font-weight: 500;
    font-size: 18px
}

.fw-bold-tel {
    /*font-weight: 700;*/
    font-size: 20px
}

.footer__item-tel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.authModalpopup .modal-dialog {
    margin-right: 60px;
    margin-top: 120px
}

.authModalpopup .modal-header {
    border: none
}

.authModalpopup .modal-title {
    text-align: center;
    font-size: 24px;
    color: #843687;
    margin-bottom: 30px;
    font-weight: bold
}

.authLoginModalpopup .modal-dialog {
    margin-right: 60px;
    margin-top: 120px
}

.authLoginModalpopup .modal-header {
    border: none
}

.authLoginModalpopup .modal-title {
    text-align: center;
    font-size: 24px;
    color: #843687;
    margin-bottom: 30px;
    font-weight: bold
}

.reg-form {
    margin: 0 auto;
    width: 60%
}

.custom-radio .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #0d6efd
}

.custom-range {
    width: 100%
}

.product-slider picture {
    width: 100%;
    height: 340px;
    display: block
}

.product-slider img {
    width: 100%;
    height: 100%
}

.product-bullets {
    margin-top: 10px
}

.product-bullets li {
    margin-bottom: 5px
}

.product-recommendations {
    margin-top: 20px
}

.product-recommendations .card {
    margin-bottom: 10px
}

.product-counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 15px
}

.product-counter button {
    margin: 0 5px
}

.product-price {
    font-size: 1.2em;
    font-weight: bold;
    color: red;
    margin-bottom: 10px
}

.product-price-discount {
    font-size: .9em;
    text-decoration: line-through;
    color: gray
}

.reg-form__input {
    width: 100%;
    padding: 5px 10px;
    margin-bottom: 15px;
    border: none;
    background-color: #dcdcdc;
    border-radius: 5px;
    outline: 1px solid gray;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.reg-form__input .form-label {
    font-size: 10px;
    margin: 0
}

.reg-form__input .form-control {
    background: rgba(0, 0, 0, 0);
    margin: 0;
    padding: 0;
    font-size: 16px
}

.reg-form__btn {
    background-color: #dcdcdc;
    border-radius: 5px;
    outline: 1px solid gray;
    color: #fff;
    opacity: .6
}

.reg-form__btn:hover {
    background-color: #843687;
    border-radius: 5px;
    outline: 1px solid gray;
    color: #fff;
    opacity: 1
}

.authModalpopup a {
    color: #4b7bec;
    font-size: 10px
}

.authModalpopup .modal-body .reg-form__link {
    color: #4b7bec;
    font-size: 12px;
    font-weight: bold
}

.authLoginModalpopup a {
    color: #4b7bec;
    font-size: 10px
}

.authLoginModalpopup .modal-body .reg-form__link {
    color: #4b7bec;
    font-size: 12px;
    font-weight: bold
}

.reg-form__btn:not(:disabled) {
    color: var(--color-2);
    background-color: #dcdcdc;
    opacity: .6
}

.reg-form__btn:disabled {
    background-color: #dcdcdc;
    opacity: .6;
    cursor: not-allowed;
    color: var(--color-2)
}

.reg-form__btn:not(:disabled) {
    background-color: #843687;
    opacity: 1;
    color: #fff
}

.password .main-basket__by-btn:hover {
    background-color: var(--color-1)
}

.password__delete:hover {
    background-color: #843687
}

.filters-popup__title {
    font-size: 36px;
    color: #843687
}

.filters-popup .modal-header {
    border: none
}

.prefix-mb-3 {
    margin-bottom: 1rem
}

.prefix-form-check {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: .5rem;
    position: relative;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.prefix-form-check__input {
    display: none
}

.prefix-form-check__label {
    margin-left: .5rem;
    cursor: pointer;
    font-size: 26px;
    font-weight: bold
}

.filters-popup .accordion-header .accordion-button {
    font-weight: bold;
    font-size: 26px
}

.prefix-form-check__switch {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    cursor: pointer;
    -webkit-transition: background-color .3s;
    transition: background-color .3s;
    margin-right: .5rem
}

.prefix-form-check__switch::before {
    content: "";
    width: 24px;
    height: 24px;
    background-color: #c7cf1e;
    border-radius: 50%;
    position: absolute;
    top: -2px;
    left: 1px;
    -webkit-transition: -webkit-transform .3s;
    transition: -webkit-transform .3s;
    transition: transform .3s;
    transition: transform .3s, -webkit-transform .3s
}

.prefix-form-check__input:checked + .prefix-form-check__switch {
    background-color: #843687
}

.prefix-form-check__input:checked + .prefix-form-check__switch::before {
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px)
}

.noUi-connect {
    background: #843687
}

.noUi-handle {
    background: #c7cf1e;
    border-radius: 50%
}

.noUi-horizontal .noUi-handle {
    width: 20px;
    height: 20px
}

.noUi-handle:after, .noUi-handle:before {
    content: none
}

.noUi-handle-lower {
    top: -3px;
    right: -13px
}

.noUi-connect, .noUi-origin {
    height: 4px
}

.noUi-horizontal .noUi-handle {
    top: -3px
}

.noUi-target {
    -webkit-box-shadow: none;
    box-shadow: none;
    background: rgba(0, 0, 0, 0);
    border: none
}

.range-wrapper {
    margin: 20px 0
}

.noUi-connect {
    background: #843687;
    top: 6px
}

.range-wrapper__value {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 15px
}

.range-wrapper__value span {
    background: #ccc;
    border-radius: 10px;
    padding: 5px 10px;
    font-size: 14px
}

.absolute-menu {
    border: none !important;
    background: rgba(0, 0, 0, 0);
    display: inline-block;
    width: auto !important
}

.main-basket__city {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.filters-popup .modal-dialog {
    margin-right: 5%
}

.modal-content {
    border-radius: 33px;
    padding: 30px
}

.filters-popup .modal-content {
    padding: 30px 40px;
    border: rgba(0, 0, 0, 0)
}

.accordion-main .accordion-button {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 32px;
    color: #000
}

.accordion-button {
    border: none;
    background: none;
    outline: none;
    padding: 0;
    font-size: 32px;
    color: #000;
    font-weight: bold;
    font-size: 26px;
}

.accordion-main .accordion-item {
    border: none;
    background: none
}

.accordion-main .accordion-button::after {
    content: none
}

.accordion-main .modal-footer {
    border: none;
    background: none
}

.catalog__goods {
    padding-top: 0
}

.catalog-nav {
    width: 100%;
    max-width: 1024px;
    padding: 0 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.catalog-values {
    font-weight: 500
}

.catalog-nav .footer__menu {
    font-weight: 500
}

.catalog-nav .footer__menu .bi-chevron-right {
    color: var(--color-1)
}

.main-basket__city .bi-chevron-right {
    color: var(--color-1);
    font-size: 16px
}

.main-basket__city .bi-chevron-right {
    color: var(--color-1)
}

.footer__menu-p {
    position: relative
}

.footer__menu {
    font-weight: bold;
    position: relative
}

.catalog .new-products__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    gap: 0;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog .new-products__card-text {
    font-size: 12px;
    color: #666;
    margin-bottom: 0
}

.catalog .new-products__card {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    /*-ms-flex-direction: row;*/
    /*flex-direction: row*/
}

@media (min-width : 1025px) {
    .catalog .new-products__card {
    -ms-flex-direction: row;
    flex-direction: row
        }
}

.catalog .new-products__card-footer {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog .product-weight {
    margin-left: 0;
    margin-top: 0
}

.catalog .new-products__card-footer {
    gap: 5px
}

.new-products__card-text-color {
    color: #c7cf1e !important;
    font-weight: bold !important
}

.catalog .new-products__prices {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: baseline;
    -ms-flex-align: baseline;
    align-items: baseline;
    margin: 0 auto;
    gap: 0;
    /*width: 100%*/
}

.catalog .goods__by {
    font-size: 11px
}

.catalog-card .goods__by {
    font-size: 12px;
    width: 100%;
}

.catalog-card {
    position: relative;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
}

.catalog-card .new-products__label {
    position: relative;
    top: 0;
    left: 0
}

.catalog-card .new-products__label .new-products__svg {
    width: 20px;
    height: 20px
}

.catalog-card-status {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog-card-status__new {
    background-color: #c7cf1e;
    color: #fff;
    font-size: 10px;
    padding: 3px 5px;
    border-radius: 5px;
    font-weight: bold
}

.catalog-card__wrapper {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 5px
}

.catalog__wrapper {
    display: grid;
    padding: 0 20px;
    grid-template-columns:repeat(3, 1fr);
    gap: 16px;
    margin: 16px 0;
}

.productModal .catalog-card-status__new {
    font-weight: 600
}

.productModal__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.productModal__inner {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.productModal__inner button {
    background: #dadada !important;
    padding: 5px;
    color: #000;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    border-radius: 50% !important
}

.carousel-item__new {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-line-pack: center;
    align-content: center;
    width: 100%
}

.carousel-item__new .catalog-card-status__new {
    font-size: 26px
}

.product-bullets li {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background: #843687;
    width: 10px;
    height: 10px;
    border-radius: 50%
}

.product-bullets {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.catalog__card-mini-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.catalog__card-mini-list .new-products__img {
    width: 90px;
    height: auto
}

.catalog__card-mini-list .new-products__card {
    border-radius: 15px;
    padding: 5px 5px;
    margin: 4px
}

.catalog__wrapper .new-products__card {
    /*padding: 20px*/
}

.catalog__card-mini-list .new-products__label .new-products__svg {
    width: 20px;
    height: 20px
}

.catalog__card-mini-list .new-products__card-title {
    font-size: 11px;
    margin-bottom: 0
}

.catalog__card-mini-list .new-products__label {
    position: absolute;
    top: 5px;
    left: 5px
}

.catalog__card-info-title {
    font-weight: bold
}

.new-products__card-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 0
}

.new-products__card-wrapper span {
    color: #7de99c;
    font-weight: bold;
    font-size: 13px;
    text-align: center
}

.catalog__card-info-subtitle {
    font-size: 16px;
    font-weight: bold;
    margin-bottom: 5px
}

.catalog__card-info .accordion-button:not(.collapsed) {
    color: #000;
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.catalog__card-info-text {
    font-size: 12px;
    margin-bottom: 0;
    font-weight: 400
}

.catalog__product-weight {
    margin-left: 0
}

.catalog__card-info .accordion-button {
    font-weight: bold;
    color: #000
}

.catalog__product-weight .product-weight__label {
    width: fit-content;
    /*height: 40px;*/
    font-size: 20px;
    margin: 0 5px
}

.product-weight {
    margin-top: 10px;
    margin-bottom: 0px
}

.productModal .modal-dialog {
    margin-right: 5%
}

.productModal .accordion-item {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 10px
}

.productModal .accordion {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 20px
}

.productModal .accordion-item {
    padding: 5px;
    outline: none
}

.productModal .accordion-button {
    font-size: 12px;
    padding: 10px
}

.productModal .accordion-button::after {
    color: #843687
}

.productModal .accordion-body {
    font-size: 10px;
    color: #777;
    padding: 10px
}

.productModal__mini-text {
    font-size: 10px;
    color: #777
}

.productModal__mini-text span {
    color: #000;
    font-size: 12px
}

.productModal__wrapper-price .new-products__prices {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    width: 100%;
    gap: 20px
}

.productModal__wrapper-price .new-products__card-price-old {
    font-size: 22px
}

.productModal__wrapper-price .new-products__card-price {
    font-size: 22px
}

.productModal__wrapper-price .counter-wrapper button {
    width: 35px;
    height: 35px
}

.productModal__wrapper-price .counter-minus {
    font-size: 18px
}

.productModal__wrapper-price .counter-plus {
    font-size: 18px
}

.productModal__wrapper-price .number {
    font-size: 18px
}

.productModal__wrapper-price {
    gap: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog__card-info .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: rgba(0, 0, 0, 0);
    -webkit-box-shadow: none;
    box-shadow: none;
    outline: none
}

.footer__row-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 40px 15px;
    padding-bottom: 80px
}

.burger-checkbox {
    position: absolute;
    visibility: hidden
}

.burger {
    position: relative;
    z-index: 1;
    cursor: pointer;
    display: block;
    border: none;
    background: rgba(0, 0, 0, 0);
    width: 30px;
    height: 20px
}

.burger::before, .burger::after {
    content: "";
    left: 0;
    position: absolute;
    display: block;
    width: 100%;
    height: 4px;
    border-radius: 10px;
    background: var(--color-2)
}

.burger::before {
    top: 0;
    -webkit-box-shadow: 0 8px 0 var(--color-2);
    box-shadow: 0 8px 0 var(--color-2);
    -webkit-transition: top .3s .15s, -webkit-box-shadow .3s .15s, -webkit-transform .3s;
    transition: top .3s .15s, -webkit-box-shadow .3s .15s, -webkit-transform .3s;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s;
    transition: box-shadow .3s .15s, top .3s .15s, transform .3s, -webkit-box-shadow .3s .15s, -webkit-transform .3s
}

.burger::after {
    bottom: 0;
    -webkit-transition: bottom .3s .15s, -webkit-transform .3s;
    transition: bottom .3s .15s, -webkit-transform .3s;
    transition: bottom .3s .15s, transform .3s;
    transition: bottom .3s .15s, transform .3s, -webkit-transform .3s
}

.burger-checkbox:checked + .burger::before {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-box-shadow: 0 4px 0 rgba(0, 0, 0, 0);
    box-shadow: 0 4px 0 rgba(0, 0, 0, 0);
    -webkit-transition: top .3s, -webkit-box-shadow .15s, -webkit-transform .3s .15s;
    transition: top .3s, -webkit-box-shadow .15s, -webkit-transform .3s .15s;
    transition: box-shadow .15s, top .3s, transform .3s .15s;
    transition: box-shadow .15s, top .3s, transform .3s .15s, -webkit-box-shadow .15s, -webkit-transform .3s .15s
}

.burger-checkbox:checked + .burger::after {
    bottom: 8px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transition: bottom .3s, -webkit-transform .3s .15s;
    transition: bottom .3s, -webkit-transform .3s .15s;
    transition: bottom .3s, transform .3s .15s;
    transition: bottom .3s, transform .3s .15s, -webkit-transform .3s .15s
}

.menu-list {
    left: 0;
    position: absolute;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 12px;
    padding: 42px 20px;
    margin: 0;
    list-style-type: none;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: .3s;
    transition: .3s;
    top: 60px;
    background: #fff;
    width: 100%;
    height: 100%;
    z-index: 9
}

.menu-item {
    display: block;
    padding: 8px;
    color: var(--color-2);
    font-size: 18px;
    text-align: center;
    text-decoration: none
}

.menu-item:hover {
    background: rgba(255, 255, 255, .2)
}

.burger-checkbox:checked ~ .menu-list {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

.menu-header-burger {
    display: none
}

.burger__link {
    color: var(--color-2);
    display: block;
    font-weight: bold;
    padding: 8px;
    font-size: 26px;
    text-decoration: none
}

.burger__link.burger__link-smoll {
    color: #555;
    font-size: 14px;
    font-weight: 500;
    padding: 8px;
    text-decoration: none
}

.header-bottom__link {
    display: block;
    padding: 0;
    font-size: 11px;
    font-weight: 500
}

.header-bottom__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.header-bottom__inner .absolute-menu {
    position: static !important;
    padding: 0
}

.header-bottom__inner .absolute-menu #cityMenu {
    position: absolute;
    z-index: 99;
    font-size: 11px
}

.header-bottom__inner .absolute-menu a {
    font-size: 11px !important;
    font-weight: 500
}

.header-bottom__wrapper {
    display: none
}

.menu-header-burger .nav-link:focus, .nav-link:hover {
    color: var(--color-2)
}

.nav-link:focus, .nav-link:hover {
    color: #000
}

.recommendations {
    display: none;
    margin: 0 auto;
    padding: 0 15px
}

.recommendations__title {
    font-size: 16px;
    padding-left: 15px;
    margin-bottom: 10px
}

.recommendations__wrapper {
    display: grid;
    grid-template-columns:repeat(2, 1fr);
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.recommendations__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin-top: 30px
}

.recommendations__btn {
    font-size: 12px;
    font-weight: bold;
    border-radius: 5px;
    padding: 4px 10px;
    color: var(--color-2);
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
}

.footer__form {
    display: none
}

.bottom-nav {
    display: none
}

.footer__form-body {
    padding: 0 15px
}

.footer__form-body-inner .form-label {
    font-size: 10px;
    margin: 0;
    padding: 0
}

.footer__form-body-inner .form-control {
    font-size: 10px;
    margin: 0;
    padding: 0;
    border: none;
    background: none
}

.footer__form-body-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    padding: 5px 10px;
    border: none;
    background-color: #dcdcdc;
    border-radius: 5px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.footer__form-body-inner button {
    padding: 0
}

.footer__form-body-input {
    width: 100%
}

.footer__form-body-text {
    font-size: 9px;
    font-weight: 500;
    color: #6c757d
}

.categories__paragraph {
    font-weight: bold;
    font-size: 18px
}

.new-products__card-green {
    height: 282px;
    position: relative;
    display: block;
    height: 100%;
}

.new-products__card-green-img {
    width: 100%;
    height: 100%;
    position: absolute;
    z-index: -1;
    -o-object-fit: fill;
    object-fit: fill;
    border-radius: 30px
}

.new-products__card-green {
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 30px
}

.swiper-button-next, .swiper-button-prev {
    width: 50px;
    height: 50px;
    background-color: #fff;
    border-radius: 50%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
    -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    box-shadow: 0 0 10px rgba(0, 0, 0, .15);
    -webkit-transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, -webkit-transform .3s;
    transition: background-color .3s, transform .3s;
    transition: background-color .3s, transform .3s, -webkit-transform .3s
}

.swiper-button-next:hover, .swiper-button-prev:hover {
    background-color: #f0f0f0;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1)
}

.swiper-button-next::after, .swiper-button-prev::after {
    content: "";
    width: 30px;
    height: 30px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center
}

.swiper-button-next::after {
    background-image: url("../images/arsvg.svg")
}

.swiper-button-prev::after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    background-image: url("../images/arsvg.svg")
}

.swiper-button-prev.swiper-button-disabled {
    display: none
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
    pointer-events: fill
}

.saleModalpopup .modal-header {
    padding: 0
}

.saleModalpopup .carousel-sale {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 20px
}

.modal-body::-webkit-scrollbar {
    width: 0
}

.modal-body::-webkit-scrollbar-thumb {
    background: rgba(0, 0, 0, 0)
}

.modal-body::-webkit-scrollbar-thumb:hover {
    background: rgba(0, 0, 0, 0)
}

.modal-body::-webkit-scrollbar-track {
    background: rgba(0, 0, 0, 0);
    border-radius: 4px
}

.saleModalpopup__title {
    font-weight: bold
}

.carousel-sale {
    display: grid;
    grid-template-columns:repeat(5, 1fr);
    gap: 10px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.discount-card__header {
    max-width: 386px;
    width: 100%;
    height: 237px;
    border-radius: 33px;
    background-color: var(--color-1);
    padding: 34px 29px;
    margin-bottom: 30px
}

.discount-card__discount {
    font-family: "Montserrat";
    font-size: 42.1px;
    line-height: 73px;
    font-weight: 700;
    color: #803682
}

.discount-card__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.discount-card__number {
    font-family: Montserrat;
    font-size: 23px;
    line-height: 40px;
    font-weight: 500;
    color: #fff;
    margin-top: 65px
}

.discount-card__title {
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e;
    margin-bottom: 25px
}

.discount-card__info {
    max-width: 386px;
    width: 100%
}

.discount-card__text {
    font-family: "Montserrat";
    font-size: 23px;
    line-height: 40px;
    font-weight: 700;
    color: #919191
}

.discount-card__bold-text {
    font-family: "Montserrat";
    font-size: 23px;
    line-height: 40px;
    font-weight: 500;
    color: #000
}

.discount-card__footer {
    margin-top: 35px
}

.discount-card__footer-text {
    font-family: "Montserrat";
    font-size: 14px;
    line-height: 18px;
    font-weight: 600;
    color: #919191;
    margin-bottom: 10px
}

.discount-card__range {
    position: relative;
    width: 382px;
    height: 18px;
    border-radius: 32px;
    background-color: #d3d3d3;
    margin-bottom: 58px
}

.discount-card__range-color {
    width: 1%;
    background-color: #803682;
    border-radius: 32px;
    height: 18px
}

.discount-card__link {
    font-family: "Montserrat";
    font-size: 19px;
    line-height: 18px;
    font-weight: 600;
    color: #803682;
    text-align: center;
    display: block
}

.discount-card__img {
    width: 153px;
    display: inline-block;
    -o-object-fit: contain;
    object-fit: contain
}

.discount-card--row-mb {
    margin-bottom: 15px
}

.discount__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.personal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 20px;
    gap: 15px
}

.personal__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 7px
}

.personal__link {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #803682
}

.personal__link--opacity {
    opacity: .08
}

.personal__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e
}

.personal__link-change {
    font-size: 25px;
    line-height: 32px;
    font-weight: 500;
    color: #803682
}

.personal__bold-text {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 32px;
    font-weight: 600;
    color: #000;
    width: 209px
}

.personal__personal-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-column-gap: 70px;
    -moz-column-gap: 70px;
    column-gap: 70px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.personal-text {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: #686868
}

.password__title {
    font-family: "Montserrat";
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e;
    margin-bottom: 30px;
    margin-top: 30px
}

.password__input {
    display: inline-block;
    width: 421px;
    height: 58px;
    border-radius: 20px;
    border: none;
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
    font-family: Montserrat;
    font-size: 18px;
    font-weight: 500;
    color: #686868;
    padding-left: 23px;
    margin-bottom: 30px;
    margin-left: 3px;
    padding-right: 79px
}

.password__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.password__change {
    display: block;
    max-width: 304px;
    width: 100%;
    height: 58px;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    border-radius: 32px;
    background-color: var(--color-2)
}

.password__delete {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    max-width: 304px;
    width: 100%;
    height: 58px;
    padding: 0 20px;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    border-radius: 32px;
    background-color: var(--color-1)
}

.password__cancel {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 57px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #919191;
    width: 208px;
    height: 57px;
    border-radius: 32px;
    background-color: #d3d3d3;
    text-align: center;
    margin-top: 15px
}

.password__delete::after {
    content: "?";
    display: inline-block;
    border-radius: 50%;
    border: 2px solid #fff;
    width: 29px;
    height: 29px;
    font-weight: 500;
    margin-left: 10px
}

.password-change {
    max-width: 421px;
    width: 100%
}

.password-change__input-box {
    position: relative
}

.password-change__eyes {
    width: 48px;
    height: 24px;
    position: absolute;
    top: 17px;
    right: 23px
}

.password-change__input {
    padding-right: 79px
}

.password-change.disabled {
    display: none
}

.password__cancel.disabled {
    display: none
}

.my-goods__empty.disabled {
    display: none
}

.personal .personal__input {
    border: none;
    outline: none;
    background: rgba(0, 0, 0, 0)
}

.personal__link-change {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #c4c4c4
}

.password__link-change {
    font-family: Montserrat;
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    color: #c4c4c4;
    float: right;
}

.goods-wrapper::-webkit-scrollbar {
    width: 0px
}

.my-goods__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    text-align: center
}

.my-goods__empty {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 52px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #fff;
    width: 304px;
    height: 57px;
    text-align: center;
    background-color: var(--color-2);
    border-radius: 32px;
    margin-top: 300px
}

.my-goods__list::-webkit-scrollbar {
    width: 0px
}

.my-goods__item {
    list-style: none
}

.my-goods__date {
    margin: 30px auto;
    width: 276px;
    height: 52px;
    font-family: Montserrat;
    font-size: 22px;
    line-height: 52px;
    font-weight: 500;
    color: #fff;
    background-color: var(--color-1);
    border-radius: 32px;
    text-align: center
}

.my-goods__completed {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-top: 30px;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: end
}

.my-goods__text {
    font-family: Montserrat;
    font-size: 20px;
    line-height: 1.2;
    font-weight: 600;
    letter-spacing: .01em;
    color: #c7cf1e
}

.my-goods__price {
    font-family: Montserrat;
    font-size: 43.1px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #803682
}

.my-goods--price-position {
    margin-left: 120px
}

.my-goods--mt {
    margin-top: 20px
}

.goods-wrapper {
    height: 70vh;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 30px 0 rgba(0, 0, 0, .3);
    border-radius: 33px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 35px 30px 0 30px
}

.my-bonuses {
    margin-left: 3px;
    margin-bottom: 180px
}

.my-bonuses__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e;
    margin-bottom: 30px
}

.my-bonuses__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.my-bonuses__card {
    font-size: 46px;
    line-height: 32px;
    font-weight: 700;
    color: #000;
    width: 236px;
    height: 178px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
    border-radius: 33px;
    padding: 40px
}

.my-bonuses__card:not(:last-child) {
    margin-right: 40px
}

.my-bonuses__img {
    width: 31px;
    height: 31px;
    margin-right: 5px
}

.my-bonuses__text {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #686868;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 40px
}

.my-bonuses__bnus-text {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e;
    text-align: right
}

.my-bonuses__date {
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a
}

.bonuses-history {
    margin-top: 40px
}

.bonuses-history__row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding: 20px 0;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray
}

.bonuses-history__text {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a
}

.bonuses-history__img {
    width: 65px;
    height: 65px;
    margin-right: 15px
}

.history-product {
    margin-bottom: 250px
}

.history-product__title {
    font-size: 30px;
    line-height: 32px;
    font-weight: 700;
    color: #c7cf1e;
    margin-bottom: 7px
}

.history-product__date {
    font-family: Montserrat;
    font-size: 22px;
    line-height: 32px;
    font-weight: 400;
    color: #0a0a0a;
    text-align: right;
    margin-bottom: 30px
}

.history-product__card {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.history-product__left {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.history-product__img {
    width: 157px;
    height: 153px;
    display: block;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    border-radius: 12px
}

.history-product__bold-text {
    font-size: 21px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #000;
    margin-bottom: 5px;
    margin-top: 5px
}

.history-product__subtitle {
    font-size: 15px;
    line-height: 20px;
    font-weight: 400;
    letter-spacing: .01em;
    color: #7a7a7a;
    margin-bottom: 5px
}

.history-product__weight {
    font-size: 16.9px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #cacd20;
    margin-bottom: 50px
}

.history-product__quantity {
    font-size: 21px;
    line-height: 20px;
    font-weight: 700;
    letter-spacing: .01em;
    color: #000
}

.history-product__price {
    font-family: Montserrat;
    font-size: 35.8px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #dbdbdb;
    margin-bottom: 5px;
    text-decoration: line-through
}

.history-product__price-bold {
    font-family: Montserrat;
    font-size: 41.4px;
    line-height: 1.2;
    font-weight: 700;
    letter-spacing: .01em;
    color: #000
}

.lk__row .tabs__button {
    font-weight: 500;
    font-size: 23px;
    line-height: 20px;
    color: var(--color-2);
    opacity: .4
}

.tabs__button[aria-selected=true] {
    background: rgba(0, 0, 0, 0);
    color: var(--color-2);
    opacity: 1
}

.collapse-main {
    position: absolute;
    background: #fff;
    z-index: 9;
    right: 0;
    top: 30px;
    padding: 5px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    border-radius: 5px;
    width: max-content;
}

.goods .new-products__card-price-old {
    font-size: 16px
}

.bi-chevron-right-sm {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.catalog-nav .footer__menu-p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.bi-chevron-right-sm:before {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

.bi-chevron-right-sm:after {
    display: inline-block;
    font-family: bootstrap-icons !important;
    font-style: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    vertical-align: -0.125em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    content: "";
    font-weight: bold !important;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg)
}

.bi-chevron-right-sm.rotate {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg)
}

.product-recommendations h6 {
    font-size: 20px;
    line-height: 24px;
    font-weight: 700;
    color: #000;
    margin-bottom: 20px
}

.main-container-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 20px;
    padding-top: 20px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.catalog__card-info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 10px
}

.catalog__card-info-title-icon {
    height: 40px;
    width: 40px
}

.catalog__card-info-title-icon .new-products__label {
    position: static
}

.authModalpopup small {
    font-size: 10px
}

.authLoginModalpopup small {
    font-size: 10px
}

h2 {
    margin-left: 6px
}

.tabs {
    border: none
}

.tabs__list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 30px
}

.tabs__button {
    border: none;
    padding: 8px 16px;
    font-size: inherit;
    font-family: inherit;
    background: rgba(0, 0, 0, 0)
}

.tabs__button[aria-selected=true] {
    background: rgba(0, 0, 0, 0);
    color: var(--color-2)
}

.tabs__container {
    padding: 16px
}

.saleModalpopup .new-products__img {
    height: 100px
}

.filters-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.filters-link-1 {
    color: var(--color-2)
}

.filters-link-2 {
    color: #dadada
}

.accordion-body {
    padding: 10px 0
}

.accordion-header {
    margin: 0
}

.catalog__product-weight-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.stars {
    cursor: pointer
}

.stars:hover .star polygon {
    fill: #ffd055 !important
}

.stars .star {
    float: left
}

.stars .star polygon {
    fill: #d8d8d8
}

.stars .star:hover ~ .star polygon {
    fill: #d8d8d8 !important
}

.stars[data-stars] .star polygon {
    fill: #ffd055
}

.stars[data-stars="1"] .star:nth-child(1) ~ .star polygon {
    fill: #d8d8d8
}

.stars[data-stars="2"] .star:nth-child(2) ~ .star polygon {
    fill: #d8d8d8
}

.stars[data-stars="3"] .star:nth-child(3) ~ .star polygon {
    fill: #d8d8d8
}

.stars[data-stars="4"] .star:nth-child(4) ~ .star polygon {
    fill: #d8d8d8
}

.stars[data-stars="5"] .star:nth-child(5) ~ .star polygon {
    fill: #d8d8d8
}

.stars__wrapper-no {
    pointer-events: none
}

.catalog__product-weight {
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productModal__wrapper-price {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%
}

.productModal .new-products__card-footer {
    width: 100%
}

.productModal .new-products__prices {
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.productModal .main-basket__by-btn {
    margin: 10px 0
}

.stars__wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    gap: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.stars__wrapper span {
    font-size: 10px;
    color: #dadada
}

.productModal-card-info__label {
    position: relative;
    width: 100%;
    margin: 15px 0
}

.productModal-card-info__label textarea {
    border-radius: 10px;
    width: 100%;
    min-height: 100px;
    padding: 10px;
    resize: none
}

.productModal-card-info__label textarea::-webkit-input-placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #000
}

.productModal-card-info__label textarea::-moz-placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #000
}

.productModal-card-info__label textarea:-ms-input-placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #000
}

.productModal-card-info__label textarea::-ms-input-placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #000
}

.productModal-card-info__label textarea::placeholder {
    font-size: 12px;
    font-weight: normal;
    color: #000
}

.productModal-card-info__inner {
    position: absolute;
    bottom: -10px;
    right: 20px;
    background: var(--color-2);
    padding: 5px;
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.productModal-card-info__price {
    font-weight: bold;
    color: #fff;
    font-size: 14px
}

.stars__form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 10px 0
}

.stars__form-btn {
    padding: 5px 10px;
    border-radius: 5px;
    outline: solid 1px #ffd055;
    color: #ffd055;
    font-weight: bold;
    font-size: 12px
}

.productModal .carousel-control-prev-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23c7cf1e'%3E%3Cpath%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3E%3C/svg%3E")
}

.productModal .carousel-control-next-icon {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23c7cf1e'%3E%3Cpath%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E")
}

.password__cancel-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 100%;
    gap: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-Lk-wrapper {
    margin: 0;
    padding: 0;
    width: 100vw;
    height: 100vh;
    overflow: auto
}

.modal-Lk__nav {
    padding: 0 0 50px 0;
    height: auto;
    overflow-y: scroll
}

.modal-Lk__nav-link {
    font-size: 16px;
    font-weight: 500;
    margin: 0;
    padding: 5px 0
}

.modal-Lk__title {
    color: var(--color-2);
    font-weight: 700;
    font-size: 20px
}

.modal-Lk__nav .nav-link:focus, .nav-link:hover {
    color: var(--color-2)
}

.modal-Lk__logout span {
    color: var(--color-2);
    font-weight: 700;
    font-size: 12px
}

.modal-Lk__nav .bi::before, [class*=" bi-"]::before, [class^=bi-]::before {
    font-weight: bold !important;
    color: var(--color-1)
}

.modal-Lk-wrapper .modal-dialog {
    margin: 0;
    padding: 0
}

.modal-Lk-wrapper .modal-content {
    border-radius: 0;
    padding: 20px
}

.modal-Lk {
    border-radius: 0;
    padding: 20px;
    width: 100%;
    height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

.modal-Lk__header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-bottom: 20px
}

.modal-Lk__avatar {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    border: solid 2px var(--color-1);
    background-color: rgba(0, 0, 0, 0)
}

.modal-Lk__name {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 15px;
    font-weight: 700;
    font-size: 14px
}

.modal-Lk__actions {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.modal-Lk__actions span {
    background: var(--color-2);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.modal-Lk__discount {
    padding: 20px;
    -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
    margin-bottom: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    border-radius: 20px
}

.modal-Lk__discount-text {
    font-weight: 700;
    font-size: 32px
}

.modal-Lk__discount-percentage {
    font-weight: 700;
    font-size: 32px;
    color: var(--color-1)
}

.modal-Lk__menu {
    margin-bottom: 20px;
    list-style: none;
    padding: 0
}

.modal-Lk__menu-item {
    padding: 10px;
    cursor: pointer;
    position: relative
}

.modal-Lk__menu-item:hover {
    background-color: #f0f0f0
}

.modal-Lk__submenu {
    list-style: none;
    padding: 0;
    padding-left: 15px;
    display: none
}

.modal-Lk__menu-item--has-submenu:hover .modal-Lk__submenu {
    display: block
}

.modal-Lk__submenu-item {
    padding: 8px 10px;
    cursor: pointer
}

.modal-Lk__submenu-item:hover {
    background-color: #e0e0e0
}

.modal-Lk__logout {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-decoration: none;
    color: inherit;
    gap: 5px
}

.modal-Lk__logout img {
    margin-right: 10px
}

.modal-Lk__actions2 {
    cursor: pointer;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    gap: 5px
}

.modal-Lk__header-history {
    display: none
}

.modal-Lk__actions2 span {
    background: var(--color-2);
    border-radius: 50%;
    width: 5px;
    height: 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.content-lk__btn-close--wrapper {
    display: none;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}

.my-goods__list {
    padding: 0
}

.personal__input {
    font-family: Montserrat;
    font-size: 25px;
    line-height: 32px;
    font-weight: 400;
    color: #686868
}

#gender {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.personal__input.active {
    -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
    padding: 3px 10px 5px 15px;
    border-radius: 13px
}

input {
    outline: none
}

input {
    outline: none
}

.main-basket__wrapper {
    height: calc(100vh - 180px);
    overflow: scroll;
    scrollbar-width: none;
    background: #fff;
}

.main-basket__wrapper::-webkit-scrollbar {
    display: none
}

.goods-wrapper {
    height: calc(100vh - 180px)
}

.password__row-js.disabled {
    display: none
}

.history-product__price-bold-old {
    position: relative;
    color: #dadada;
    font-family: var(--font-family);
    font-weight: 700;
    font-size: 36px;
    line-height: 150%;
    text-align: center;
    margin: 0
}

.history-product__price-bold-old::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 1;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.new-products__card-price-old::after {
    content: "";
    position: absolute;
    left: 0;
    opacity: 1;
    right: 0;
    top: 50%;
    height: 1px;
    background-color: #000;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.history-product__left picture {
    padding: 10px;
    margin-right: 20px;
    -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 0 20px 0 rgba(0, 0, 0, .3);
    border-radius: 12px
}

.history-product__img {
    margin: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

.history-product__list {
    padding: 0 90px 0 0
}

.swiper {
    padding: 10px
}

.swiper-wrapper {
    padding: 20px;
    margin: -20px
}

body.darkened::before {
    content: "";
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 99999;
    pointer-events: none
}

.footer__wrapper-lk {
    display: none
}

@media (max-width: 1440px) {
    .new-products__title {
        font-size: 16px
    }

    .goods__title {
        font-size: 16px
    }

    /*.main__nav {*/
    /*    display: none*/
    /*}*/

    .main-basket {
        display: none
    }

    .main-content {
        width: 100%;
        max-width: 100%;
        height: auto;
        overflow-y: auto;
        overflow-x: auto
    }

    .header__container {
        padding: 0 20px
    }
}

@media (max-width: 1024px) {
    .main__nav {
        display: none
    }
    .content-lk__btn-close--wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .modal-Lk__header-history {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    #carouselExample .carousel-control-prev, #carouselExample .carousel-control-next {
        display: none
    }

    #carouselExample .carousel-item .col-md-3 {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 50%
    }
}

@media (max-width: 1024px) {
    .footer__wrapper.footer__wrapper-lk {
        display: block;
        background: #fff
    }

    .main__row.main__row-lk {
        padding-bottom: 35px
    }

    .main__row .footer__row-list {
        padding-top: 30px
    }

    .main-basket-card .new-products__img {
        border-radius: 13px
    }

    .main-basket__wrapper {
        height: auto
    }

    .goods-wrapper {
        height: auto
    }

    .personal__input {
        font-family: Montserrat;
        font-size: 15px;
        line-height: 32px;
        font-weight: 400;
        color: #686868
    }

    .saleModalpopup .carousel-sale {
        -webkit-box-shadow: none;
        box-shadow: none
    }

    .discount-card__info {
        max-width: none;
        width: 100%
    }

    .tabs__list {
        position: absolute;
        -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        transform: translateX(-50%);
        top: 80px;
        left: 50%;
        width: calc(100vw - 70px);
        height: auto;
        gap: 0px;
        padding: 15px 15px 25px 35px;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        background: #fff;
        z-index: 9;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        border-radius: 20px;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .tabs__list .tabs__button {
        font-size: 18px;
        padding: 0;
        font-weight: bold
    }

    .tabs__list.tabs__list-hidden.active {
        gap: 13px
    }

    .catalog__card-info {
        padding-top: 50px
    }

    .footer__list li:first-child {
        width: 20px
    }

    .new-products__card-green::before {
        border-radius: 10px
    }

    .new-products__card-green {
        margin-left: 0
    }

    .catalog-card .goods__by {
        font-size: 10px;
        padding: 5px 10px
    }

    .catalog__wrapper .product-weight__label {
        width: fit-content;
        height: 20px;
        font-size: 12px;
        padding: 5px 5px;
        margin: 0;
        margin-right: 5px
    }

    .collapse-main {
        position: absolute;
        background: #fff;
        z-index: 9;
        right: 0;
        padding: 5px
    }

    .collapse-main .nav-link {
        font-size: 11px
    }

    .catalog__wrapper .new-products__prices {
        gap: 5px
    }

    .catalog__wrapper {
        padding: 0 15px;
        grid-template-columns:repeat(2, 1fr)
    }

    .catalog-nav .catalog-values {
        font-weight: 500;
        font-size: 11px
    }

    .catalog-nav svg {
        width: 30px;
        height: 15px
    }

    .main--catalog .new-products__card-price {
        font-size: 11px
    }

    .catalog-nav .footer__menu {
        font-weight: 500;
        font-size: 11px
    }

    .main-catalog .new-products__card-price {
        font-size: 11px
    }

    .filters-popup .modal-content {
        padding: 20px 10px;
        border: rgba(0, 0, 0, 0)
    }

    .carousel-sale {
        border-radius: 40px;
        padding: 10px;
        padding-bottom: 20px;
        margin-top: 20px;
        -webkit-box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 20px 0 rgba(0, 0, 0, .2);
        display: grid;
        grid-template-columns:1fr 1fr;
        gap: 25px;
        justify-items: center
    }

    .saleModalpopup .row {
        row-gap: 10px
    }

    .saleModalpopup .new-products__card {
        margin: 5px
    }

    .saleModalpopup__text {
        font-size: 12px !important;
        margin-left: 15px !important
    }

    .saleModalpopup .modal-header {
        padding: 0;
        position: absolute;
        right: 20px;
        top: 10px;
        z-index: 9
    }

    .saleModalpopup__title {
        font-weight: bold;
        font-size: 18px;
        margin-top: 20px;
        margin-left: 10px !important
    }

    .saleModalpopup .modal-image {
        width: 100%;
        height: auto;
        padding: 0 !important
    }

    .saleModalpopup .modal-content {
        border-radius: 33px;
        padding: 0 !important
    }

    .main__nav .bi-chevron-right {
        color: var(--color-1);
        font-size: 12px
    }

    .swiper-button-next, .swiper-button-prev {
        width: 40px;
        height: 40px
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        width: 16px;
        height: 16px
    }

    .main-Info__link::before {
        border-radius: 10px
    }

    .new-products__card-green {
        height: 174px
    }

    .new-products__card-green-img {
        border-radius: 10px
    }

    .reg-form__text-mini {
        font-size: 9px
    }

    .modal-content {
        border-radius: 33px;
        padding: 10px
    }

    .reg-form {
        margin: 0 auto;
        width: 100%
    }

    .reg-form__btn {
        width: 100%;
        max-width: none
    }

    .authModalpopup .modal-dialog {
        margin-right: auto;
        margin-top: 20%
    }

    .reg-form__gap {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        gap: 40px
    }

    .reg-form__input .form-control {
        font-size: 12px
    }

    .bottom-nav {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__form {
        display: block
    }

    .footer__form-title {
        background: var(--color-2);
        color: #fff;
        padding: 10px 10px;
        font-size: 9px;
        text-align: center
    }

    .recommendations .goods__by {
        font-size: 7px
    }

    .recommendations .new-products__card-price {
        font-size: 11px
    }

    .recommendations .new-products__img {
        width: 100%;
        height: auto;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .recommendations .new-products__img img {
        width: 100%;
        max-height: 120px;
        -o-object-fit: contain;
        object-fit: contain
    }

    .catalog .new-products__card-text {
        font-size: 9px;
        margin-bottom: 0
    }

    .catalog-card-status__new {
        margin: 0
    }

    .recommendations {
        display: block
    }

    .categories {
        padding-top: 10px
    }

    .main__row {
        padding-top: 0;
        gap: 0
    }

    .header-bottom__wrapper {
        display: block
    }

    .header {
        padding-top: 9px;
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px
    }

    .menu-header-burger {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .footer__user svg path {
        fill: #c7cf1e
    }

    .footer__logo svg {
        width: 20px;
        height: auto
    }

    .footer__nav-item .nav-link {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-line-pack: center;
        align-content: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin: 0
    }

    .bottom-nav {
        z-index: 9999;
        padding: 5px 10px;
        position: fixed;
        bottom: 0;
        width: 100%;
        background: #fff;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .2)
    }

    .footer__nav-item {
        font-size: 11px;
        color: #777;
        margin: 0
    }

    .footer__logo {
        width: 40px;
        height: auto;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .footer__row-list {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        padding: 0 10px;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline;
        z-index: 9999;
        position: relative
    }

    .categories__item {
        border-radius: 15px
    }

    .new-products__title {
        padding-left: 15px;
        margin-bottom: 10px
    }

    .goods__title {
        padding-left: 15px
    }

    .footer__wrapper a {
        font-size: 11px
    }

    .footer__list li {
        width: 20px;
        height: 20px
    }

    .footer__wrapper {
        padding: 20px 0 80px 0
    }

    .footer__wrapper_mobile {
        padding: 0 0 40px 0;
        font-size: 12px;
        text-align: center;
    }

    .swiper-button-next:after, .swiper-button-prev:after {
        font-size: 20px;
        color: #c7cf1e
    }

    .goods .new-products__label {
        position: absolute;
        top: 5px;
        left: auto;
        right: 5px
    }

    .goods .new-products__label .new-products__svg {
        width: 20px;
        height: 20px
    }

    .goods .new-products__prices {
        gap: 4px
    }

    .goods .new-products__card-price {
        font-size: 11px
    }

    .goods .new-products__card-price-old {
        font-size: 11px
    }

    .goods__by {
        border-radius: 5px;
        padding: 5px 7px;
        font-size: 8px
    }

    .product-weight {
        margin-top: 3px;
        margin-bottom: 5px;
        margin-left: 0
    }

    .product-weight__label {
        width: fit-content;
        height: 15px;
        font-size: 10px
    }

    .recommendations .product-weight__label {
        width: 20px;
        height: 14px;
        font-size: 10px;
        padding: 5px 10px
    }

    .goods .new-products__card-text {
        font-size: 9px
    }

    .new-products {
        padding: 20px 0
    }

    .new-products__card-footer {
        margin-top: 10px;
        gap: 10px
    }

    .productModal .new-products__card-footer {
        width: 100%
    }

    .productModal .new-products__prices {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .productModal .main-basket__by-btn {
        margin: 10px 0
    }

    .stars__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        gap: 5px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .stars__wrapper span {
        font-size: 10px;
        color: #dadada
    }

    .new-products__image-by {
        width: 20px;
        height: 20px
    }

    .new-products__card-weight {
        font-size: 10px
    }

    .new-products__card-price {
        font-size: 13px
    }

    .new-products__prices {
        gap: 4px
    }

    .new-products__card-price-old {
        font-size: 13px
    }

    .new-products__card-title {
        font-size: 13px
    }

    .new-products__card-text {
        font-size: 11px
    }

    .new-products__label {
        position: absolute;
        top: 5px;
        left: 5px
    }

    .new-products__label .new-products__svg {
        width: 20px;
        height: 20px
    }

    /*.new-products__img {*/
    /*    width: 100%;*/

    /*    height: 80px*/
    /*}*/

    .new-products__card {
        border-radius: 10px;
        padding: 10px 5px;
        min-height: auto
    }

    .categories__paragraph {
        font-size: 10px
    }

    .categories__link picture {
        max-width: 60px
    }

    .categories__list {
        grid-template-columns:repeat(5, 90px);
        overflow-x: scroll;
        padding: 9px 0
    }

    .categories__item {
        min-height: 90px
    }

    .categories__link {
        padding: 10px
    }

    .main-container {
        padding: 0
    }

    .main-Info__link {
        position: relative;
        height: auto;
        width: 100%;
        display: block;
        margin: 10px 0
    }

    .main-Info__paragraph {
        padding: 10px;
        color: #fff;
        font-size: 9px
    }

    .header__search-cus .btn {
        padding: 0
    }

    .header__search-cus .btn svg {
        width: 15px;
        height: 15px
    }

    .header__btn svg {
        height: 20px;
        width: 20px
    }

    .header__search-cus {
        padding: 0 10px;
        min-height: auto
    }

    .header__btn-user {
        max-width: -webkit-max-content;
        max-width: -moz-max-content;
        max-width: max-content;
        padding: 5px 5px;
        margin-right: 0;
        background: rgba(0, 0, 0, 0)
    }

    .header__btn-user svg {
        height: 20px;
        width: 20px
    }

    .header__btn-user svg path {
        fill: #c7cf1e
    }

    .header__nav {
        gap: 10px
    }

    .header__logo {
        width: 40px;
        -ms-flex-negative: 0;
        flex-shrink: 0
    }

    .header__container {
        padding: 0 15px
    }

    .header__form-control {
        font-size: 10px
    }

    .header__form-control::-webkit-search-cancel-button {
        -webkit-appearance: none;
        height: 15px;
        width: 15px;
        background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="15" height="15" viewBox="0 0 20 20"><path fill="black" d="M10 8.586L4.707 3.293 3.293 4.707 8.586 10l-5.293 5.293 1.414 1.414L10 11.414l5.293 5.293 1.414-1.414L11.414 10l5.293-5.293-1.414-1.414L10 8.586z"/></svg>') no-repeat center;
        cursor: pointer
    }

    .catalog__wrapper .new-products__card {
        padding: 20px 10px
    }

    .new-products__card-green {
        border-radius: 10px
    }

    .recommendations__wrapper .new-products__card {
        display: grid;
        grid-template-columns:1fr 86px
    }

    .footer__list li:nth-child(2) {
        padding-top: 2px
    }

    .footer__list {
        padding: 0
    }

    .product-slider picture {
        height: 280px
    }

    .catalog-nav {
        padding: 10px 15px 0 15px
    }

    .product-slider img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
        object-fit: contain
    }

    .product-slider picture {
        height: 200px
    }

    .filters-popup .modal-dialog {
        margin: 0;
        border-radius: 0;
        height: 100%;
        padding-bottom: 40px
    }

    .filters-popup .modal-content {
        margin: 0;
        border-radius: 0;
        height: 100%;
        overflow-y: scroll
    }

    .productModal .modal-dialog {
        margin: 0;
        border-radius: 0;
        height: 100%;
        padding-bottom: 40px
    }

    .productModal .modal-content {
        margin: 0;
        border-radius: 0;
        height: 100%;
        overflow-y: scroll
    }

    .productModal .product-weight {
        margin-top: 15px;
        margin-bottom: 15px;
        margin-left: 0
    }

    .catalog__product-weight-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .carousel-control-prev-icon {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23c7cf1e'%3E%3Cpath%20d='M11.354%201.646a.5.5%200%200%201%200%20.708L5.707%208l5.647%205.646a.5.5%200%200%201-.708.708l-6-6a.5.5%200%200%201%200-.708l6-6a.5.5%200%200%201%20.708%200z'/%3E%3C/svg%3E")
    }

    .carousel-control-next-icon {
        background-image: url("data:image/svg+xml,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%20viewBox='0%200%2016%2016'%20fill='%23c7cf1e'%3E%3Cpath%20d='M4.646%201.646a.5.5%200%200%201%20.708%200l6%206a.5.5%200%200%201%200%20.708l-6%206a.5.5%200%200%201-.708-.708L10.293%208%204.646%202.354a.5.5%200%200%201%200-.708z'/%3E%3C/svg%3E")
    }

    .productModal__wrapper-price {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%
    }

    .personal__title {
        font-size: 18px;
        margin-bottom: 5px
    }

    .personal__link-change {
        font-size: 12px
    }

    .personal__bold-text {
        margin-right: 10px;
        font-size: 15px;
        width: 215px
    }

    .personal__input.personal-text {
        font-size: 15px
    }

    .personal__personal-row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        -webkit-box-align: baseline;
        -ms-flex-align: baseline;
        align-items: baseline
    }

    .personal .personal__input {
        width: 100%
    }

    .password__row label {
        width: 100%
    }

    .password-change__input-box label {
        width: 100%
    }

    .password__input {
        display: inline-block;
        max-width: 421px;
        width: 100%;
        height: 40px;
        border-radius: 10px;
        border: none;
        -webkit-box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0px 14px 0 rgba(0, 0, 0, .3);
        font-family: Montserrat;
        font-size: 12px;
        font-weight: 500;
        color: #686868;
        padding-left: 10px;
        margin-bottom: 30px;
        margin-left: 3px;
        padding-right: 0
    }

    .password__cancel-inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        width: 100%;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 5px
    }

    .password__title {
        font-family: "Montserrat";
        font-size: 18px;
        margin-bottom: 20px;
        margin-top: 20px
    }

    .password-change__eyes {
        width: 30px;
        height: 20px;
        position: absolute;
        top: 10px;
        right: 12px
    }

    .password__change {
        display: block;
        width: 100%;
        height: 38px;
        font-family: Montserrat;
        font-size: 14px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: .01em;
        color: #fff;
        border-radius: 22px;
        background-color: var(--color-2);
        max-width: 200px
    }

    .password__delete {
        border-radius: 22px;
        font-size: 14px;
        height: 38px;
        gap: 2px;
        padding: 0 8px;
        max-width: 200px
    }

    .password__delete::after {
        content: "?";
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        border-radius: 50%;
        border: 1px solid #fff;
        width: 16px;
        height: 16px;
        font-weight: 500;
        margin-left: 10px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-flex-line-pack: center;
        align-content: center;
        font-size: 12px
    }

    .password__cancel {
        font-size: 14px;
        max-width: none;
        width: auto;
        height: 38px;
        border-radius: 22px;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        padding: 0 30px
    }

    .password {
        position: relative
    }

    .my-bonuses__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        gap: 20px
    }

    .my-bonuses__card {
        margin: 0
    }

    .my-bonuses__card:not(:last-child) {
        margin-right: 0
    }

    .my-bonuses__card {
        font-size: 26px;
        line-height: 32px;
        font-weight: 700;
        color: #000;
        max-width: none;
        max-height: none;
        width: 100%;
        height: auto;
        -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
        box-shadow: 0 0 10px 0 rgba(0, 0, 0, .3);
        border-radius: 23px;
        padding: 20px
    }

    .my-bonuses__text {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        color: #686868;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin-top: 30px
    }

    .my-bonuses__img {
        width: 25px;
        height: 25px;
        margin-right: 5px
    }

    .my-bonuses__title {
        font-size: 18px;
        line-height: 32px;
        font-weight: 700;
        color: #c7cf1e;
        margin-bottom: 15px
    }

    .bonuses-history__text {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 27px;
        font-weight: 500;
        color: #0a0a0a
    }

    .bonuses-history__img {
        width: 35px;
        height: 35px;
        margin-right: 15px
    }

    .my-bonuses__bnus-text {
        font-size: 22px;
        line-height: 32px;
        font-weight: 700;
        color: #c7cf1e;
        text-align: right
    }

    .my-bonuses__date {
        font-size: 16px;
        line-height: 32px;
        font-weight: 500;
        color: #0a0a0a
    }

    .bonuses-history__row {
        padding: 10px 0;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center
    }

    .history-product__title {
        margin-bottom: 25px;
        font-size: 18px
    }

    .history-product__date {
        font-family: Montserrat;
        font-size: 16px;
        line-height: 32px;
        font-weight: 400;
        color: #0a0a0a;
        text-align: right;
        margin-bottom: 20px
    }

    .history-product__price-bold-color {
        color: var(--color-2);
        font-size: 24px
    }

    .history-product__price-bold-old {
        font-size: 18px
    }

    .history-product__img {
        width: 130px;
        height: 130px;
        display: block;
        margin-right: 0;
        border-radius: 12px
    }

    .history-product__bold-text {
        font-size: 16px
    }

    .history-product__subtitle {
        font-size: 14px
    }

    .history-product__weight {
        margin-bottom: 25px;
        font-size: 12px
    }

    .history-product__quantity {
        font-size: 16px
    }

    .history-product__card {
        width: 100%
    }

    .history-product__left {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 20px
    }

    .history-product__list {
        padding: 0;
        margin: 0;
        width: 100%
    }

    .main-content-lk {
        display: none
    }

    .main-content-lk.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .tabs__list {
        z-index: 999999
    }

    .main-content-lk .tabs__container {
        position: absolute;
        width: 100%;
        z-index: 1900;
        background: #fff;
        display: block;
        top: 0;
        overflow: auto;
        height: 100%;
        padding-bottom: 150px
    }

    .content-lk__btn-close {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        width: 25px;
        height: 25px;
        position: absolute;
        right: 15px;
        top: 15px;
        background: #c4c4c4;
        border-radius: 50%;
        cursor: pointer
    }

    .discount-card {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        margin: auto;
    }

    .main-basket-lk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .main-container-lk {
        height: 100vh;
        padding-bottom: 110px
    }

    .main__row-lk {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        overflow-y: auto;
        overflow-x: hidden;
        height: 100vh
    }

    .main-container-lk .main-basket__wrapper {
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 25px 20px;
        width: 100%
    }

    .main-container-lk .goods-wrapper {
        height: 100%;
        width: 100%;
        -webkit-box-shadow: none;
        box-shadow: none;
        border-radius: 0;
        padding: 0 20px;
        overflow: unset;
        padding-bottom: 110px
    }

    .main-container-lk .main-basket-card__wrapper {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        gap: 40px;
        width: 100%;
        overflow: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        padding: 20px 0
    }

    .main-container-lk .my-goods--mt {
        margin-top: 0
    }

    .main-container-lk .main-basket-card .new-products__img {
        -ms-flex-negative: 0;
        flex-shrink: 0;
        width: 130px
    }

    .main-container-lk .my-goods--price-position {
        margin-left: 0
    }

    .main-container-lk .discount-card__title {
        font-family: "Montserrat";
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #c7cf1e;
        margin-bottom: 25px
    }

    .main-container-lk .discount-card__text {
        font-family: "Montserrat";
        font-size: 16px;
        line-height: 40px;
        font-weight: 700;
        color: #919191
    }

    .main-container-lk .discount-card__bold-text {
        font-family: "Montserrat";
        font-size: 16px;
        line-height: 40px;
        font-weight: 500;
        color: #000
    }

    .main-container-lk .discount-card__footer {
        margin-top: 25px;
        width: 100%
    }

    .main-container-lk .discount-card__range {
        position: relative;
        max-width: none;
        width: 100%;
        height: 18px;
        border-radius: 32px;
        background-color: #d3d3d3;
        margin-bottom: 40px
    }

    .main-basket {
        width: 95%;
        max-width: none;
        height: 100vh;
        left: 2.5%;
    }

    .main-container-lk .discount-card__footer-text {
        font-family: "Montserrat";
        font-size: 12px;
        line-height: 18px;
        font-weight: 600;
        color: #919191;
        margin-bottom: 10px
    }

    .main-container-lk .discount-card__link {
        font-size: 14px
    }

    .main-container-lk .my-goods__title {
        font-size: 24px;
        line-height: 32px;
        font-weight: 700;
        color: #000;
        text-align: center
    }

    .main-container-lk .my-goods__date {
        max-width: 276px;
        width: 100%;
        height: 32px;
        font-family: Montserrat;
        font-size: 22px;
        line-height: 52px;
        font-weight: 500;
        color: #fff;
        background-color: var(--color-1);
        border-radius: 22px;
        text-align: center;
        display: -webkit-inline-box;
        display: -ms-inline-flexbox;
        display: inline-flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .main-container-lk .my-goods {
        width: 100%
    }

    .main-container-lk .my-goods__list {
        margin: 0;
        padding: 0 0 50px
    }

    .main-container-lk .main-basket-card__inner {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%
    }

    .main-container-lk .main-basket-card {
        display: grid;
        grid-template-columns:1fr 120px
    }

    .main-container-lk .my-goods--price-position {
        margin-left: 0;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .main-container-lk .my-goods__price {
        font-family: Montserrat;
        font-size: 26px;
        line-height: 1.2;
        font-weight: 700;
        letter-spacing: .01em;
        color: #803682
    }

    .main-container-lk .discount-card__number {
        font-family: Montserrat;
        font-size: 16px;
        margin-top: 65px
    }

    .main-container-lk .discount-card__img {
        width: 130px;
        display: inline-block;
        -o-object-fit: contain;
        object-fit: contain
    }

    .main-container-lk .discount-card__header {
        max-width: 386px;
        width: 100%;
        height: auto;
        border-radius: 20px;
        background-color: var(--color-1);
        padding: 20px 20px;
        margin-bottom: 30px
    }

    .tabs__list-hidden {
        display: none
    }

    .tabs__list-hidden.active {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }

    .personal__personal-row {
        -webkit-column-gap: 5px;
        -moz-column-gap: 5px;
        column-gap: 5px
    }

    .personal {
        gap: 5px
    }

    /*.new-products__img {*/
    /*    !*width: 100%;*!*/
    /*    height: 80px;*/
    /*    max-width: 78px;*/
    /*}*/
}

@media (max-width: 480px) {
    .swiper-button-next, .swiper-button-prev {
        width: 30px;
        height: 30px
    }

    .swiper-button-next::after, .swiper-button-prev::after {
        width: 12px;
        height: 12px
    }
}

#saleModal .modal-content {
    right: 0;
    width: 100%;
    max-width: 800px;
}
#saleModal .modal-header, #saleModal .modal-footer {
    border: none;
}
#saleModal .modal-body {
    padding: 0;
}
#saleModal .modal-image {
    width: 100%;
    height: auto;
    padding: 20px 30px;
    max-height: 270px;
    border-radius: 30px;
    object-fit: fill;
}
#saleModal .modal-body h3 {
    margin-left: 30px;
}
#saleModal .modal-body p {
    margin-left: 30px;
}
#saleModal .modal-body .new-products__card {
    width: 100%;
    position: relative;
}

.new-products-row, .catalog {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.new-products-row::-webkit-scrollbar, .catalog::-webkit-scrollbar {
    display: none;
}

.main-basket__list {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

.main-basket__list::-webkit-scrollbar {
    display: none;
}

.errortext, .errortextsms {
    text-align: center;
}

.question-img {
    width: 16px;
    height: 16px;
    margin-left: 10px;
    top: 3px;
    position: relative;
    cursor: pointer;
}

.question-text {
    position: absolute;
    background: #fff;
    border: 3px solid #843687;
    border-radius: 5%;
    margin: -65px 10px 5px 10px;
    padding: 5px;
    font-size: 14px;
    display: none;
}

.question-text.active {
    display: block;
}

.footer__logo #cart_p img {
    width: 20px;
    height: 20px;
}