@font-face {
    font-family: "Gilroy";
    src:
    url("/fonts/gilroy-regular.ttf") format("truetype");
    font-weight: 400;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: "Gilroy";
    src:
            url("/fonts/gilroy-semibold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
}

html body {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100%;
    font-family: "Gilroy", sans-serif;
    background-color: #ffffff;
}

@media (min-width: 1400px)
{
    .container {
        max-width: 1420px;
    }
}

@media (max-width: 576px)
{
    .container {
        padding-left: 20px;
        padding-right: 20px;
    }
}

.dropdown-menu .dropdown-menu {
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
    opacity: 1;
    visibility: visible;
}
body.no-scroll {
    overflow: hidden;
}

.tox-tinymce-aux{z-index:99999999999 !important;}

/*Повышение резкости картинки*/
.sharp-img {
    image-rendering: pixelated;
    image-rendering: -moz-crisp-edges;
    -ms-interpolation-mode: nearest-neighbor;
}
.row-m {
    display: flex;
    flex-wrap: wrap;
}
.row-m > div[class*='col-'] {
    display: flex;
}
#customFile .custom-file-control:lang(en)::after {
    content: "Select file1...";
}
#customFile .custom-file-control:lang(en)::before {
    content: "Click me1";
}

.display-5 {
    font-size: 2.0rem;
    font-weight: 300;
    line-height: 1.2;
}
.display-6 {
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 1.2;
}
.h-90 {
    height: 90%!important;
}
.h-80 {
    height: 80%!important;
}
.h-10 {
    height: 10%!important;
}
.h-20 {
    height: 20%!important;
}
.status.status-danger:before {
    background: #E4354A!important;
}
.grey_element {
    -webkit-filter: grayscale(1); filter: gray;
}

.pulse-animation {
    animation: pulse 0.5s ease-in-out;
}
@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.2);
    }
    100% {
        transform: scale(1);
    }
}


.header-btn[data-class=mobile-nav-on] {
    border-color: #497CC7;
    /* background-color: #fd2087; */
    /* background-image: -webkit-gradient(linear,left bottom, left top,from(#fd2087),to(#e7026e)); */
    background-image: linear-gradient(to top,#497CC7,#2196f3);
    color: #fff;
    width: 3.875rem;
}

.custom-control-input:checked~.custom-control-label::before {
    color: #fff;
    border-color: #000;
    background-color: #000;
}

@media (min-width: 576px)
{
    .border-sm {
        border: 1px solid #dee2e6!important;
    }
}

input:-webkit-autofill {
    -webkit-box-shadow: 0 0 0 1000px #F3F5F8 inset;
    -webkit-text-fill-color: inherit!important;
}

/*Запрещаем выделение в элементах, в которых прописано unselectable="on"*/
*[unselectable=on] {
    -moz-user-select: none;
    -o-user-select:none;
    -khtml-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

/*разрешаем выделение в элементах, в которых прописано unselectable="off"*/
*[unselectable=off] {
    -moz-user-select: text;
    -o-user-select:text;
    -khtml-user-select: text;
    -webkit-user-select: text;
    -ms-user-select: text;
    user-select: text;
}

.another-popup .leaflet-popup-content-wrapper {
    background: rgba(255, 255, 255, 0.90);
}
.spin-prod {
    display: inline-block;
    font-weight: 400;
    color: #212529;
    text-align: center;
    vertical-align: middle;
    line-height: 1.47;
    border-radius: 4px;
    height: 39px;
}
.spin-prod .spin-prod-minus, .spin-prod .spin-prod-plus{
    width: 40px;
}
.panel-overflowhidden {
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
}

.panel-overflowhidden::-webkit-scrollbar {
    width: 0;
    height: 0;
}

.bg-red {
    background-color: red;
}
.text-red {
    color:red;
}
.btn-red {
    color: #fff;
    background-color: red;
    border-color: red;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.btn-red:hover {
    color: #fff;
    background-color: #dd3333;
    border-color: #dd3333;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .15), 0 1px 1px rgba(0, 0, 0, .075);
}
.width-11{width:4.50rem}
.width-12{width:4.75rem}
.width-13{width:5.00rem}
.width-14{width:5.25rem}
.width-15{width:5.50rem}
.width-16{width:5.75rem}
.width-17{width:6.00rem}
.width-18{width:6.25rem}

.height-11{height:4.50rem}
.height-12{height:4.75rem}
.height-13{height:5.00rem}
.height-14{height:5.25rem}
.height-15{height:5.50rem}
.height-16{height:5.75rem}
.height-17{height:6.00rem}
.height-18{height:6.25rem}

.badge.badge-info {
    background-color: #497CC7;
}

.btn-success.disabled, .btn-success:disabled, .btn-success[disabled],
.btn-danger.disabled, .btn-danger:disabled, .btn-danger[disabled],
.btn-info.disabled, .btn-info:disabled, .btn-info[disabled],
.btn-primary.disabled, .btn-primary:disabled, .btn-primary[disabled] {
    color: #fff;
    background-color: #c7c8c9;
    border-color: #acadad;
    cursor: default;
}

.grayscale {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.container-fluid {
    padding:47px 82px 47px 82px;
}
@media (max-width: 576px)
{
    .container-fluid {
        padding:20px;
    }
}

.header-msb-div {
    height: 80px;
}
.header-msb {
    padding-top: 10px;
}
.header-msb .btn-catalog {
    background-color: rgba(212, 212, 212, 0.20);
    padding: 10px 20px;
    color: #283627;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.6px;
    border-radius: 250px;
}
.header-msb .btn-catalog:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb .panel-input-search {
    width: 420px;
    height: 47px;
}
.header-msb .panel-input-search .input-search {
    border: 1px solid rgba(40, 54, 39, 0.50);
    border-radius: 250px;
    border-top-right-radius: unset;
    border-bottom-right-radius: unset;
    border-right: none;
}
.header-msb .panel-input-search .input-group-append .input-group-text {
    border: 1px solid rgba(40, 54, 39, 0.50);
    border-radius: 250px;
    border-top-left-radius: unset;
    border-bottom-left-radius: unset;
    border-left: none;
}
.header-msb .panel-input-search .input-group-append {
    border-radius: unset;
}
.header-msb .user-fio img {
    border-radius: 250px;
}
.header-msb a {
    background-color: #fff;
    padding: 0px;
    color: #283627;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.6px;
}
.header-msb a:hover {
    color: rgba(0, 0, 0, 0.7);
}
.header-msb a.active {
    color: #fff;
    background-color: #000;
    padding: 10px 10px;
    border-radius: 20px;
}
.header-msb .header-basket-count-label {
    font-size: 14px;
}
.header-msb .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 10px;
    color: #FFF;
    text-align: center;
    font-size: 14px;
    line-height: 32px;
    font-style: normal;
    font-weight: 600;
    height: 36px;
    text-transform: uppercase;
}
.header-msb .btn-a:hover {
    color: rgba(255, 255, 255, 0.7);
}
.header-msb {
    padding-bottom: 12px;
    z-index: 9991;
    margin-top: 0;
    margin-right: 0;
    margin-left: 0;
}

.modal-backdrop {
    z-index: 1000;
}
.navbar-wrap {
    top: 0;
    width: 100%;
    padding-top: 10px;
    display: flex;
    align-items: center;
    justify-content: center
}
.nav-flex {
    display: flex;
    align-items: center;
    justify-content: space-between
}
.navbar-toggler {
    padding: 0;
    font-size: 10px;
    line-height: 0;
    background-color: rgba(0, 0, 0, 0);
    border: 1px solid rgba(0, 0, 0, 0);
    border-radius: 0;
    transition: box-shadow .15s ease-in-out;
    position: relative;
    z-index: 2000;
    display: inline-block
}
.animated-icon1 {
    width: 35px;
    height: 30px;
    position: relative;
    margin: 0px;
    transform: rotate(0deg);
    cursor: pointer;
}
.animated-icon1 span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    border-radius: 1px;
    opacity: 1;
    left: 0;
    transform: rotate(0deg);
    transition: .25s ease-in-out;
    background: #000000;
}
.animated-icon1 span:nth-child(1) {
    top: 0px
}
.animated-icon1 span:nth-child(2) {
    top: 10px
}
.animated-icon1 span:nth-child(3) {
    top: 20px
}
.animated-icon1.open span {
    background: #000000;
}
.animated-icon1.open span:nth-child(1) {
    top: 10px;
    transform: rotate(135deg);
}
.animated-icon1.open span:nth-child(2) {
    opacity: 0;
    left: 0px;
}
.animated-icon1.open span:nth-child(3) {
    top: 10px;
    transform: rotate(-135deg);
}
.menu-main.modal-body {
    padding: 0px 0 20px 0;
    background-color: #ffffff;
    border-bottom: 2px solid #000000;
}

.menu-main.modal-body .nav {
    margin-top: 10px;
}
.menu-main.modal-body .nav .nav-link {
    color: #283627;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.42px;
    margin-bottom: 0px;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
.menu-main.modal-body .nav .nav-link:hover {
    color: #000000;
}
.menu-main.modal-body .link-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    padding: 0px;
    margin-left: 7px;
}
#menuModal small {
    font-size: 10px;
}
#menuModal .modal-dialog {
    margin: 0px;
}
#menuModal .panel-a {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 13px;
    padding-bottom: 10px;
}



.page-item .page-link {
    color: #000000;
}
.page-item.active .page-link {
    z-index: 3;
    color: #fff;
    background-color: #7EC57B;
    border-color: #7EC57B;
}
.pagination .page-item.disabled .page-link, .pagination .page-item:first-child:not(.active) .page-link, .pagination .page-item:last-child:not(.active) .page-link {
    background: rgba(126, 197, 123, 0.2);
}
.pagination .page-link:hover {
    background-color: #5f975d !important;
    color: #fff
}







footer {
    background: linear-gradient(180deg, #FFF 0%, rgba(126, 197, 123, 0.68) 100%);
    padding-top: 60px;
    padding-bottom: 102px;
}
footer .section-a {
    margin-bottom: 26px;
}
footer .section-a .head-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -1.08px;
    max-width: 510px;
}
footer .section-a .btn-a {
    border-radius: 250px;
    background: #7EC57B;
    padding: 5px 20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    text-align: center;
    max-width: 200px;
    text-decoration: none!important;
}
footer .head-b {
    color: #283627;
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.72px;
    margin-bottom: 26px;
}
footer .lnk-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400!important;
    line-height: 140%;
    letter-spacing: -0.48px;
    text-decoration: none!important;
}
footer .lnk-a:hover {
    color: rgba(40, 54, 39, 0.7);
}
footer .lnk-a[target]:not(.btn) {
    text-decoration: none !important;
}



.page-contacts .section-a {
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/contacts/section-a.png?v1');
    padding-top: 244px;
    padding-bottom: 258px;
    text-align: left;
}
.page-contacts .section-a .head-a {
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
}
.page-contacts .section-a h1 {
    color: #000;
    font-size: 60px;
    font-style: normal;
    font-weight: 600;
    line-height: 72px;
    margin-bottom: 16px;
}
.page-contacts .section-b {
    margin-top:-160px;

}
.page-contacts .section-b .card-a {
    border-top-left-radius: 20px;
    border-bottom-left-radius: 20px;
    background-repeat: no-repeat;
    background-position: center bottom;
    background-size: cover;
    background-image: url('/images/contacts/section-a-card-a-bg.png?v1');
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    padding: 102px 79px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}
.page-contacts .section-b .border-a {
    border-bottom: 1px solid #AAA;
}
.page-contacts .section-b .card-b {
    background-color: #fff;
    border-top-right-radius: 20px;
    border-bottom-right-radius: 20px;
    padding: 143px 80px;
    filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
    height: 100%;
}
.page-contacts .section-b .card-a .head-a {
    color: #FFF;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
    margin-bottom: 31px;
}
.page-contacts .section-b .card-a .head-b {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
    margin-bottom: 9px;
}
.page-contacts .section-b .card-a .head-c {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 31.92px;
    text-transform: uppercase;
}
.page-contacts .section-b .card-b .head-a {
    color: #000;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 26.4px;
    text-transform: uppercase;
    margin-bottom: 39px;
}
.page-contacts .section-b .card-b input, .page-contacts .section-b .card-b textarea {
    border: none;
    border-bottom: 1px solid #000;
    margin-bottom: 61px;
    padding-bottom: 7px;
    color: #000;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24.3px;
}
.page-contacts .section-b .card-b input::placeholder, .page-contacts .section-b .card-b textarea::placeholder {
    color: #000;
}
.page-contacts .section-b .card-b .btn-a {
    border-radius: 20px;
    background: #000;
    padding: 10px 26px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-contacts .section-b .card-b .btn-a[disabled] {
    background-color: #ccc;
}
.page-contacts .section-b .card-b .custom-control label {
    color: #000;
    font-size: 12px;
    font-style: normal;
    font-weight: 400;
    line-height: 13px;
}
.page-contacts .section-b .card-b .custom-control a {
    color: #006BEA;
}
.page-contacts .section-c {
    margin-top: 126px;
}
.page-contacts .section-c #map {
    width: 100%;
    height: 406px !important;
}

.btn-show-more {
    border-radius: 250px;
    background: #7EC57B;
    padding: 5px 20px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    text-align: center;
    max-width: 200px;
    text-decoration: none !important;
    cursor: pointer;
    margin-bottom: 16px;
}

.page-news .section-a {
    background-color: #000;
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    background-image: url('/images/news/section-a.png?v1');
    padding-top: 233px;
    padding-bottom: 124px;
}
.page-news .section-a h1 {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 48px;
    margin-bottom: 50px;
}
.page-news .section-a .head-a {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 23.94px;
    max-width: 435px;
    margin-bottom: 40px;
}
.page-news .section-a .btn-a {
    border-radius: 20px;
    background: #FFF;
    padding: 10px 26px;
    color: #000;
    font-size: 13px;
    font-style: normal;
    font-weight: 600;
    line-height: 19px;
}
.page-news .section-b {
    margin: 76px auto 61px auto;
}
.page-news .section-b h2 {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 45.6px;
    text-transform: uppercase;
    margin-bottom: 42px;
}
.page-news .section-b img {
    border-radius: 20px;
    margin-bottom: 14px;
}
.page-news .section-b .head-a {
    color: #000;
    text-align: center;
    font-size: 28px;
    font-style: normal;
    font-weight: 600;
    line-height: 37.24px;
    text-transform: uppercase;
    margin-bottom: 24px;
    max-width: 377px;
}
.page-news .section-b .desc-a {
    color: #000;
    text-align: center;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18.62px;
    max-width: 377px;
}


.product-badge-hit {
    margin-top: 3px;
    margin-left:10px;
    display: inline-flex;
    padding: 0px 6px 0px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    background-color: #D9248E;
    border-radius: 250px;
    z-index: 2;
}
.product-badge-hit-percent {
    margin-top: 3px;
    margin-left:10px;
    display: inline-flex;
    padding: 0px 0px 0px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    background-color: #D9248E;
    border-radius: 250px;
    z-index: 2;
}
.product-badge-hit-percent .percent {
    background-color: #991562;
    border-radius: 0px 250px 250px 0px;
    color: #FFF;
    padding: 0px 6px 0px 6px;
    z-index: 2;
}
.product-badge-new {
    margin-top: 3px;
    margin-left:10px;
    display: inline-flex;
    padding: 0px 6px 0px 6px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    color: #FFF;
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    background-color: #F30;
    border-radius: 250px;
    z-index: 2;
}


.border-radius-50 {
    border-radius: 50px;
}
.border-radius-30 {
    border-radius: 30px;
}
.page-home .section-a {
    margin-bottom: 85px;
}
.page-home .section-a img {
    width: 100%;
    aspect-ratio: 4.8 / 1;
    object-fit: cover;
}
.page-home .section-c h2 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.page-home .section-b .img-full {
    width: 100%;
    height: 100%;
    object-fit: cover; /* Заполняет контейнер, сохраняя соотношение сторон */
}
.page-home .section-b .image-container {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
/* Первая колонка с двумя изображениями по вертикали */
.page-home .section-b .col-sm-6 .row {
    display: flex;
    flex-direction: column;
    gap: 26px;
    height: 100%;
}
.page-home .section-b .col-sm-6 .row > .col-sm-12 {
    flex: 1;
}
.page-home .section-c {
    margin-top: 30px;
    margin-bottom: 60px;
}
.page-home .section-c h2 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
}
.page-home .section-c .card-a {
    width: 100%;
    aspect-ratio: 1.2736 / 1;
    object-fit: cover;
    margin-bottom: 85px;
}
.page-home .section-d {
    background: url(/images/page-home/section-d--bg.png) lightgray 50% / cover no-repeat;
    height: 400px;
    padding-top: 100px;
    margin-top: 140px;
}
.page-home .section-d .head-a {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 28px;
}
.page-home .section-d .head-b {
    color: #FFF;
    font-size: 40px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.8px;
    max-width: 596px;
}
.page-home .section-e {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
    margin-top: 65px;
}
.page-home .section-e .num {
    color: rgba(40, 54, 39, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-home .section-e .head-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-home .section-e .desc-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
    margin-top: 30px;
}

.page-product .section-a h1 {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.page-product .section-a .head-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    margin-bottom: 20px;
}
.page-product .section-a .head-b {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-product .section-a .head-c {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-product .section-a .head-d {
    color: #283627;
    font-size: 40px;
    font-style: normal;
    font-weight: 600;
}
.page-product .section-a .head-e {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.page-product .section-a .head-f {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}
.page-product .section-a .head-k {
    color: rgba(40, 54, 39, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
}
.page-product .section-a .head-m {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.page-product .section-a .head-n {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
}
.page-product .section-a .head-w {
    color: rgba(40, 54, 39, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
}
.page-product .section-a .badge-availability {
    width: 15px;
    height: 15px;
}
.page-product .section-a .badge-availability.green {
    background: #14BF59;
}
.page-product .section-a .badge-availability.orange {
    background: #f1a540;
}
.page-product .section-a .product-img {
    border-radius: 20px;
}
.page-product .btn-products_badge {
    top: 20px;
    left: 30px;
}
.page-product .section-b {
    margin-top: 90px;
}
.page-product .section-b .tab-pane {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-product .section-b .nav .nav-link:not([class^=btn-]):not([class*=" btn-"]) {
    color: rgba(40, 54, 39, 0.50);
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
    padding-bottom: 20px;
    margin-top: 0px;
    border-bottom: none;
}
.page-product .section-b .nav-tabs .nav-item .nav-link.active:not(:hover) {
    color: #283627;
}
.page-product .section-b .nav-tabs-clean .nav-item .nav-link.active {
    border-bottom: 3px solid #7EC57B;
    color: #7EC57B;
    margin-top: 1px;
}
.page-product #carousel-products .carousel-indicators {
    position: relative;
}
.page-product #carousel-products .carousel-indicators li {
    width: 70px;
    height: auto;
    padding:3px;
}
.page-product #carousel-products .carousel-indicators li img {
    border-radius: 20px;
}
.page-product #carousel-products .carousel-inner .carousel-item img {
    max-height: 390px;
    height: 390px;
    width: auto;
    border-radius: 20px;
}
.page-product #carousel-products .carousel-control-prev-icon {
    background-image: url('/images/icon-arrow-left.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}
.page-product #carousel-products .carousel-control-next-icon {
    background-image: url('/images/icon-arrow-right.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 44px;
    height: 44px;
}
.page-product #carousel-products .carousel-control-next, .page-product #carousel-products .carousel-control-prev {
    top: auto!important;
    bottom: 25px;
}
.page-product #carousel-products .carousel-control-next, .page-product #carousel-products .carousel-control-prev {
    opacity: 1.0;
    background-color: transparent;
    outline: none;
}
.page-product #carousel-products .carousel-control-next:hover, .page-product #carousel-products .carousel-control-prev:hover {
    opacity: 0.7;
    background: none;
    border: none;
}







.product-carousel-wrapper {
    position: relative;
    display: flex;
    align-items: center;
    overflow: hidden;
    width: 100%;
}
.product-carousel-wrapper .product-carousel.dragging {
    cursor: grabbing;
    user-select: none;
}
.product-carousel-wrapper .product-carousel {
    display: flex;
    overflow-x: auto;
    scroll-behavior: smooth;
    gap: 10px;
    padding: 10px 0;
    scrollbar-width: none;
    -ms-overflow-style: none;
}
.product-carousel-wrapper .product-carousel::-webkit-scrollbar {
    display: none;
}
.product-carousel-wrapper .product-item {
    max-width: 70px;
    width: 70px;
    flex-shrink: 0;
    text-align: center;
    line-height: 70px;
    font-size: 18px;
    border-radius: 8px;
}
.product-carousel-wrapper .product-item img {
    border: 1px solid #7EC57B;
    border-radius: 20px;
}

.product-carousel-wrapper .scroll-btn {
    background: #fff;
    border: none;
    padding: 10px;
    cursor: pointer;
    z-index: 1;
    color: #283627!important;
}

.page-products .panel-filters .head-a
{
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
    margin-bottom: 10px;
}
.page-products .panel-filters .lnk-filter-apply
{
    color: #7EC57B;
}
.page-products .panel-filters .lnk-filter-clear
{
    color: rgba(40, 54, 39, 0.50);
}
.page-products .panel-filters .panel-checked
{
    height: 150px;
    overflow-y: auto;
    margin-bottom: 10px;
}
.page-products .panel-filters .panel-checked .custom-checkbox
{
    margin-bottom: 10px;
}
.page-products .panel-filters .panel-checked::-webkit-scrollbar
{
    width: 8px;
}
.page-products .panel-filters .panel-checked::-webkit-scrollbar-track
{
    background: #f0f0f0;
}
.page-products .panel-filters .panel-checked::-webkit-scrollbar-thumb
{
    background: #7EC57B;
    border-radius: 4px;
}
.page-products .panel-filters .form-group
{
    margin-bottom: 10px;
}
.page-products .menu-filters {
    color: #283627;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.42px;
    position: static;
}
.page-products .menu-filters .item-a {
    color: #283627;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.42px;
}
.page-products .menu-filters .item-a,
.page-products .menu-filters .item-b
{
    border-radius: 250px;
    height: 36px;
    flex-shrink: 0;
}
/* Цвет фона (заливки) при включении */
.page-products .menu-filters .item-b .custom-control-input:checked ~ .custom-control-label::before {
    background-color: #7EC57B; /* зеленый — замени на нужный */
    border-color: #7EC57B;
}
/* Цвет "ползунка" переключателя */
.page-products .menu-filters .item-b .custom-control-input:checked ~ .custom-control-label::after {
    background-color: white;
}
.page-products .scroll-wrapper {
    overflow-x: auto;
    overflow-y: hidden;
    white-space: nowrap;
    cursor: grab;
    -webkit-overflow-scrolling: touch;

    /* Скрытие скроллбара */
    scrollbar-width: none; /* Firefox */
    -ms-overflow-style: none; /* IE и Edge */
    position: static;
}

.page-products .scroll-wrapper::-webkit-scrollbar {
    display: none; /* Chrome, Safari */
}
.page-products .grabbing {
    cursor: grabbing !important;
}
.page-products .breadcrumbs-a {
    margin-bottom: 20px;
}
.page-products h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-products .section-a .head-a {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.page-products .section-a .card-title {
    margin-bottom: 5px;
}
.page-products .section-a .card-header-a {
    padding-bottom: 5px;
}
.page-products .section-a .card-header-a a {
    color: #283627;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-products .section-a .card-header-a .card-title:not(.collapsed) {
    border-radius: 5px;
    background: #7EC57B;
    padding: 10px 20px;
    color: #FFF;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;

}
.page-products .section-a .lnk-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.page-products .section-a .lnk-a.active {
    color: #7EC57B;
}


.card-product {
    border-radius: 10px;
    z-index: 1;
}
.card-product:hover {
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
}
.card-product .price {
    color: #283627;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.32px;
    margin-bottom: 20px;
}
.card-product .price .head-w {
    color: rgba(40, 54, 39, 0.50);
    font-size: 24px;
    font-style: normal;
    font-weight: 500;
    text-decoration: line-through;
}
.card-product .products_name {
    color: #283627;
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.42px;
}
.card-product .head-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.42px;
    margin-bottom: 10px;
}
.card-product .btn-favorit {
    top: 20px;
    right: 20px;
}
.card-product .btn-favorit img {
    width: 19px;
    height: auto;
}

.card-product .btn-products_badge {
    top: 20px;
    left: 20px;
}
.card-product img {
    border-top-left-radius: 30px;
    border-top-right-radius: 30px;
}
.card-product .transparent-for-mouse {
    pointer-events: none !important;
}

.btn-to-basket-b {
    height: 40px;
    border-radius: 250px;
    background: #fff;
    border: 1px solid #7EC57B;
    padding: 5px 10px 5px 10px;
    color: #7EC57B;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.btn-to-basket-b:hover {
    color: rgba(126, 197, 123, 0.7);
}
.btn-to-basket {
    height: 40px;
    border-radius: 250px;
    background: #7EC57B;
    padding: 5px 10px 5px 10px;
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    text-align: center;
}
.product-stepper {
    height: 40px;
    width: 86px;
    max-width: 130px;
}
.product-stepper .stepper-btn-minus {
    border-top-left-radius: 250px;
    border-bottom-left-radius: 250px;
    background: #7EC57B;
    height: 100%;
    width: 22px;
}
.product-stepper .stepper-btn-plus {
    border-top-right-radius: 250px;
    border-bottom-right-radius: 250px;
    background: #7EC57B;
    height: 100%;
    width: 22px;
}
.product-stepper .stepper-btn-plus.disabled {
    background: #c7c8c9;
    border-color: #acadad;
}
.product-stepper input {
    height: 100%;
    border: 1px solid #ffffff;
    text-align: center;
    color: #283627;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.72px;
    padding-left:1px;
    padding-right:1px;
}

.page-login h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-login .head-b {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}
.page-login .lnk-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-login .lnk-a:hover {
    color: rgba(40, 54, 39, 0.7);
}
.page-login .password-toggle {
    position: relative;
}
.page-login .password-toggle input {
    padding-right: 40px;
}
.page-login .password-toggle-icon {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    user-select: none;
    z-index: 10;
}
.page-login .password-toggle-icon img {
    width: 20px;
    height: 20px;
    pointer-events: none;
}
.page-login .password-toggle>.custom-select:not(:last-child), .page-login .password-toggle>.form-control:not(:last-child) {
    border-top-right-radius: 50px;
    border-bottom-right-radius: 50px;
}


.page-basket h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-basket h1 .head-a {
    color: rgba(40, 54, 39, 0.50);
}
.page-basket .section-a {
    border-radius: 10px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    padding: 20px;
}
.page-basket .section-a .border-a {
    border-bottom: 1px solid rgba(0, 54, 39, 0.50);
}
.page-basket .section-a .table-a {
    border-collapse: collapse;
    width: 100%;
}
/* Стили для заголовков таблицы */
.page-basket .section-a .table-a thead tr {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
}
/* Стили для ячеек */
.page-basket .section-a .table-a th {
    padding: 0px 20px 20px 20px;
}
.page-basket .section-a .table-a td {
    padding: 20px 20px 20px 20px;
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.4px;
}
.page-basket .section-a .table-a tbody tr:not(:last-of-type) {
    border-bottom: 1px solid rgba(0, 54, 39, 0.50);
}
/* Чередование цвета строк */
.page-basket .section-a .table-a tbody tr:nth-of-type(even) {
    background-color: #ffffff;
}
.page-basket .section-a .table-a tbody tr:nth-of-type(odd) {
    background-color: #ffffff;
}
/* Стили при наведении на строку */
.page-basket .section-a .table-a tbody tr:hover {
    //background-color: #f1f1f1;
}
.page-basket .section-a .price-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
    text-decoration: line-through;
}
.page-basket .section-a .price-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-basket .section-a .price-c {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
    text-decoration: line-through;
}
.page-basket .section-a .price-d {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-basket .section-a .desc-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-basket .section-a .lnk-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-basket .section-b {
    border-radius: 10px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    padding: 20px;
    width: 670px;
    max-width: 670px;
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-basket .section-b .btn-a {
    border-radius: 250px;
    background: #7EC57B;
    padding: 10px 20px;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    text-align: center;
    max-width: 350px;
}
.page-basket .section-b .head-a {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.page-basket .section-b .line-a {
    height: 1px;
    background: rgba(40, 54, 39, 0.50);
}
.page-basket .desktop-a .panel-a {
    border-radius: 10px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    padding: 20px 30px;
}
.page-basket .desktop-a .panel-a a {
    color: #212529;
}
.page-basket .desktop-a .panel-a .input-as,
.page-basket .desktop-a .panel-a .select-as
{
    width: 700px;
}
.page-basket .desktop-a h2 {
    color: rgba(40, 54, 39, 0.50);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%; /* 42px */
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.page-basket .desktop-a h2 .bold {
    color: #212529;
    font-weight: 700;
}
.page-basket .desktop-a .btn-f {
    border-radius: 250px;
    background: #7EC57B;
    padding: 10px 40px;
    color: #FFF!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-align: center;
    border: none;
    //text-transform: uppercase;
}
.page-basket .desktop-a .btn-w {
    border: 1px solid #7EC57B;
    border-radius: 250px;
    background: #FFF;
    padding: 10px 40px;
    color: #7EC57B!important;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    letter-spacing: -0.4px;
    text-align: center;
    //text-transform: uppercase;
}
.page-basket .desktop-a .card-a {
    border-radius: 10px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    padding: 20px;
}
.page-basket .desktop-a .card-a.active {
    background: #7EC57B;
    border: #7EC57B;
    color: #FFF;
}
.page-basket .desktop-a .card-a.active .img-icon {
    filter: brightness(0) invert(1);
}
.page-basket .desktop-a .width-a {
    min-width: 60px;
    width: 60px;
}

.page-stock .breadcrumbs-a {
    margin-bottom: 20px;
}
.page-stock h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-stock .desc-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
}

.page-favorites .breadcrumbs-a {
    margin-bottom: 20px;
}
.page-favorites h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}

.page-search .breadcrumbs-a {
    margin-bottom: 20px;
}
.page-search h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}



.page-brands .breadcrumbs-a {
    margin-bottom: 20px;
}
.page-brands h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-brands .section-a {
    margin-bottom: 87px;
}
.page-brands .section-a .btn-a {
    padding: 2px 10px;
    border-radius: 5px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    color: #283627;
    text-align: center;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
    margin-right: 13px;
    margin-bottom: 13px;
    cursor:pointer;
}
.page-brands .section-a .btn-a.active {
    color: #FFF;
    background: #7EC57B;
    border: 1px solid #7EC57B;
}
.page-brands .section-b .head-a {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
}
.page-brands .section-b .card-a {
    padding: 20px;
}
.page-brands .section-b .card-a .head-b {
    color: #283627;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}

.page-news h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-news .head-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-news .desc-a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
}

.page-news-current h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-qr h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}

.page-about h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-about .section-a .head-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 30px;
    font-style: normal;
    font-weight: 500;
    line-height: 120%;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.page-about .section-a .head-b {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    margin-bottom: 20px;
}
.page-about .section-a .head-c {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-about .section-b {
    background: rgba(126, 197, 123, 0.68);
    padding-top:40px;
    padding-bottom:40px;
}
.page-about .section-b .head-a {
    color: #FFF;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    max-width: 950px;
}
.page-about .section-c {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-about .section-c .head-a {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-about .section-c .num-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    margin-right: 20px;
}
.page-about .section-c .head-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-about .section-d .head-a {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 110%;
    letter-spacing: -0.96px;
    text-transform: uppercase;
    margin-bottom: 30px;
}
.page-about .section-d .head-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    text-transform: uppercase;
}
.page-about .section-d .head-c {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.page-about .section-d .scroll-wrapper {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch; /* для плавности на iOS */
    padding-bottom: 20px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar {
    height: 8px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, 0.3); /* Цвет "ползунка" */
    border-radius: 4px;
}
.page-about .section-d .scroll-wrapper::-webkit-scrollbar-track {
    background-color: transparent; /* Цвет трека (дорожки) */
}

.page-account-panel-menu-a .card-a {
    padding-top: 20px;
    padding-bottom: 20px;
}
.page-account-panel-menu-a .card-a img {
    width: 30px;
    height: 30px;
}
.page-account-panel-menu-a .card-a.border-bottom-a {
    border-bottom: 1px solid rgba(40, 54, 39, 0.50);
}
.page-account-panel-menu-a .card-a .name-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    letter-spacing: -0.6px;
    line-height: 20px;
}
.page-account-panel-menu-a .card-a.active .name-a {
    color: #7EC57B;
}


.margin-top-80 {
    margin-top: 80px;
}
.page-account-addresses h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-addresses .head-a {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
    margin-bottom: 20px;
}
.page-account-addresses .btn-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-addresses .head-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
    margin-bottom: 30px;
}
.page-account-addresses .card-b {
    padding: 15px;
    border-radius: 10px;
    border: 1px solid rgba(40, 54, 39, 0.50);
}
.page-account-addresses .card-b .btn-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-addresses .card-b .head-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.page-account-addresses .card-b .head-b {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}
.page-account-addresses .card-b .head-c {
    color: #283627;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-addresses #modal-account-addresses h4,
.page-account-addresses #modal-account-company h4,
.page-account-addresses #modal-account-addresses-delete h4
{
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.6px;
}
.page-account-addresses #modal-account-addresses .modal-content,
.page-account-addresses #modal-account-company .modal-content,
.page-account-addresses #modal-account-addresses-delete .modal-content
{
    padding: 10px;
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.32px;
    text-transform: uppercase;
}

.page-account-my-orders h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-my-orders .card-a {
    border-bottom: 1px solid #D9D9D9;
    padding: 17px 0px 17px 0px;
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-my-orders .card-a .head-a {
    color: #283627;
    font-size: 10px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}
.page-account-my-orders .card-a .img-a {
    filter: brightness(0.8);
    border-radius: 10px;
}

.page-account-payment h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}


.page-account-help h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-help .head-a {
    color: #283627;
    font-size: 30px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.page-account-help .head-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
}


.page-account-help table {
    table-layout: fixed;
}
.page-account-help th.vertical-th {
    position: relative;
    width: 30px;
    min-width: 30px;
    max-width: 30px;
    height: 180px;
    padding: 0;
    overflow: hidden;
}
.page-account-help th.vertical-th > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(-90deg);
    transform-origin: center center;
    width: 170px;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    padding-left: 10px;
}
.page-account-help .bg-a {
    border-radius: 5px;
    background: rgba(212, 212, 212, 0.20);
    padding: 15px 20px;
}
.page-account-profile {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.48px;
}
.page-account-profile .btn-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-profile h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-profile .line-a {
    background: rgba(40, 54, 39, 0.50);
    height: 1px;
    max-width: 600px;
}
.page-account-profile-edit h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-profile-edit .img-a {
    width: 200px;
    height: 200px;
}





.page-catalog .section-a {
    margin-top: 20px;
    padding-left:20px;
}
.page-catalog .section-a-a  {
    background: rgba(212, 212, 212, 0.20);
    position: relative;
    padding: 0px;
    margin-left: -9999px;
    padding-left: 9999px;
    padding-top: 44px;
    height: 100%;
}
.page-catalog .section-a-a a {
    width: 100%;
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 140%;
    letter-spacing: -0.4px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-right: 40px;
}
.page-catalog .section-a-a a.active {
    border-radius: 5px;
    background: #7EC57B;
    color: #FFF;
    margin-left: -20px;
    padding-left: 20px;
    //width: calc(100% + 20px);
    padding-right: 20px;
}
.page-catalog .section-a-b  {
    padding-top: 44px;
}
.page-catalog .section-a-b .head-a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.4px;
}
.page-catalog .section-a-b a {
    color: #283627;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.48px;
}
.page-catalog .section-a-b a:hover {
    color: rgba(40, 54, 39, 0.7);
}


.alert-success-a {
    background: #7EC57B;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
}
.input-as {
    border-radius: 50px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    height: 50px;
    padding: 11px 11px 11px 20px;
    color: rgba(40, 54, 39, 0.50);
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
}
.select-as {
    border-radius: 50px;
    border: 1px solid rgba(40, 54, 39, 0.50);
    height: 50px;
    padding: 11px 11px 11px 17px;
    color: rgba(40, 54, 39, 0.50);
    background: #ffffff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    letter-spacing: -0.6px;
    appearance: none; /* Убираем стандартную стрелку */
    -webkit-appearance: none;
    -moz-appearance: none;
    background-image: url('data:image/svg+xml;utf8,<svg fill="%23666" height="12" viewBox="0 0 24 24" width="12" xmlns="http://www.w3.org/2000/svg"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: right 10px center;
    background-size: 30px;
    padding-right: 10px; /* Чтобы текст не наезжал на стрелку */
}









.btn-as-a {
    border-radius: 250px;
    border: 1px solid #7EC57B;
    background: #7EC57B;
    color: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    padding: 10px 20px;
}
.btn-as-b {
    border-radius: 250px;
    border: 1px solid #7EC57B;
    background: #ffffff;
    color: #7EC57B;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 160%;
    letter-spacing: -0.4px;
    padding: 10px 20px;
}
.breadcrumbs-a {
    margin-top: 60px;
    margin-bottom: 55px;
}
.breadcrumbs-a, .breadcrumbs-a a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.42px;
}
.breadcrumbs-a a:hover {
    color: rgba(40, 54, 39, 0.90);
}


.page-account-my-order h1 {
    color: #283627;
    font-size: 48px;
    font-style: normal;
    font-weight: 600;
    line-height: 120%;
    letter-spacing: -0.96px;
    margin-bottom: 30px;
}
.page-account-my-order .table-panel-to-b {
    border-bottom: 1px solid #D9D9D9;
    padding-top: 14px;
    padding-bottom: 14px;
}
.page-account-my-order .desc-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 135%;
    letter-spacing: -0.48px;
}
.page-account-my-order .desc-b a {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-account-my-order .price-a {
    color: rgba(40, 54, 39, 0.50);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 135%;
    letter-spacing: -0.48px;
    text-decoration: line-through;
}
.page-account-my-order .price-b {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}
.page-account-my-order .head-c {
    color: #283627;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 100%;
    letter-spacing: -0.6px;
}













@media (max-width: 1400px)
{
    .header-msb-div {
        //height: 50px;
    }
    .header-msb {
        margin: 0px;
        padding: 0px 20px 10px 20px;
        background-color: #ffffff;
        position: fixed;
        z-index: 2030;
        top: 0;
        right: 0;
        left: 0;
    }
    .header-msb a {
        margin-right: 0px;
    }
    .header-msb .logo {
        margin-top:-17px;
        height: 20px;
    }

}

@media (max-width: 576px)
{
    footer .section-a .btn-a {
        padding: 5px 20px;
    }
    footer .footer-fixed-mobile {
        padding-top:7px;
        padding-bottom:10px;
        background-color: #ffffff;
        box-shadow: 0px 4px 16px 0px rgba(2, 3, 3, 0.08);
    }
    footer .footer-fixed-mobile a {
        color: #283627;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 12px;
        letter-spacing: 0.16px;
    }


    .page-product #carousel-products .carousel-control-next, .carousel-control-prev {
        top: auto!important;
        bottom: 14px;
    }
    .page-product .section-b .nav .nav-link:not([class^=btn-]):not([class*=" btn-"]) {
        font-size: 20px;
        padding-bottom: 20px;
    }
    .page-product .section-b .nav-tabs-clean .nav-item .nav-link.active {
        margin-top: -5px;
        padding-bottom: 6px;
    }

    .page-catalog .section-a-b  {
        padding-top: 20px;
        background-color: #ffffff;
        margin-bottom: 20px;
        //margin-right: 20px;
    }
    .page-catalog .section-a-b .head-a {
        font-size: 18px;
    }


    .page-catalog .section-a .img-rotate-down {
        transform: rotate(90deg);
    }

    .page-home .section-a {
        margin-bottom: 0px;
    }
    .page-home .section-a .card-a {
        height: 300px;
        min-height: 300px;;
    }
    .page-home .section-a img {
        aspect-ratio: auto;
    }
    .page-home .section-d .head-a {
        font-size: 38px;
    }
    .page-home .section-d .head-b {
        font-size: 30px;
    }

    .page-products .section-a {
        margin-bottom: 0px;
    }
    .page-products .section-a img {
        width: auto;
        object-fit: cover;
        float: left;
    }

    .page-brands .section-c {
        margin-bottom: 0px;
    }
    .page-brands .section-c .card-a {
        height: 300px;
        min-height: 300px;;
    }
    .page-brands .section-c img {
        width: auto;
        object-fit: cover;
        float: left;
    }

    .page-news .section-a h1 {
        font-size: 50px;
        line-height: 50px;
    }
    .page-news .section-a {
        padding-top: 100px;
        padding-bottom: 124px;
    }
    .page-news .section-a .head-a {
        margin-bottom: 60px;
    }

    .page-news-current h1 {
        font-size: 30px;
    }


    .page-contacts .section-a {
        background-image: none;
        padding-top: 100px;
        padding-bottom: 258px;
    }
    .page-contacts .section-a .head-a {
        color: #000;
        font-size: 18px;
        font-style: normal;
        font-weight: 400;
        line-height: 23.94px;
    }
    .page-contacts .section-a h1 {
        color: #000;
        font-size: 50px;
        font-style: normal;
        font-weight: 600;
        line-height: 50px;
        margin-bottom: 16px;
    }
    .page-contacts .section-b .card-a {
        border-top-left-radius: 20px;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 20px;
        border-bottom-right-radius: 20px;
        padding: 84px 20px 100px 20px;
    }
    .page-contacts .section-b .card-a .icon-panel-a {
        width: 40px;
        max-width: 40px;
        min-width: 40px;
    }
    .page-contacts .section-b .card-a img {
        width: 40px;
        height: auto;
    }
    .page-contacts .section-b .card-b {
        padding: 84px 20px 10px 20px;
        margin-top:30px;
        filter: none;
    }

    .page-product .section-a h1 {
        font-size: 24px;
    }





    .page-basket .mobile-a .input-as {
        border: none;
        height: 50px;
        padding: 11px 11px 0px 5px;
        border-bottom: 1px solid #283627;
        border-radius: 0px;
        color: #283627;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.6px;
    }
    .page-basket .mobile-a .select-as {
        border-radius: 0px;
        border: none;
        border-bottom: 1px solid #283627;
        height: 50px;
        padding: 11px 11px 0px 5px;
        color: #283627;
        background: #ffffff;
        font-size: 14px;
        font-style: normal;
        font-weight: 500;
        line-height: 140%;
        letter-spacing: -0.6px;
    }
    .page-basket .mobile-a .btn-f {
        border-radius: 250px;
        background: #7EC57B;
        padding: 5px 20px;
        color: #FFF!important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 160%;
        letter-spacing: -0.4px;
        text-align: center;
        border: none;
    }
    .page-basket .mobile-a .btn-w {
        border: 1px solid #7EC57B;
        border-radius: 250px;
        background: #FFF;
        padding: 7px 20px;
        color: #7EC57B!important;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -0.4px;
        line-height: 160%;
        text-align: center;
    }
    .page-basket .mobile-a .width-a {
        min-width: 34px;
        width: 34px;
    }
    .page-basket .mobile-a h1 {
        color: #283627;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-bottom: 2px solid #D9D9D9;
        padding-bottom: 15px;
    }
    .page-basket .mobile-a .table-panel-to-basket-b {
        border-bottom: 1px solid #D9D9D9;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .page-basket .mobile-a .desc-a {
        color: #283627;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .page-basket .mobile-a .desc-b {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
    }
    .page-basket .mobile-a .desc-b a {
        color: #A0A0A0;
    }
    .page-basket .mobile-a .price-a {
        color: #A0A0A0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }
    .page-basket .mobile-a .price-b {
        color: #283627;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: -0.48px;
    }
    .page-basket .mobile-a .section-b {
        border: transparent;
        font-size: 14px;
        padding: 15px 0px 15px 0px;
    }
    .page-basket .mobile-a .section-b .head-a {
        font-size: 16px;
    }
    .page-basket .section-с {
        border: none;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .page-basket .mobile-a .section-с .head-a {
        color: #283627;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .page-basket .mobile-a .section-с label {
        padding-top: 0.15rem;
    }
    .page-basket .mobile-a .section-с a {
        color: #283627;
    }
    .page-basket .mobile-a .step-container {
        position: relative;
        margin-left: 0px;
        padding-left: 0px;
    }
    .page-basket .mobile-a .step-container::before {
        content: '';
        position: absolute;
        top: 7px; /* Сдвиг вниз */
        bottom: 0;
        left: 0;
        width: 1px;
        background-image: repeating-linear-gradient(
                to bottom,
                #444,
                #444 4px,
                transparent 4px,
                transparent 8px
        );
    }
    .page-basket .mobile-a .step-container .section-с {
        position: relative;
        margin-bottom: 0px;
    }
    .page-basket .mobile-a .step-container .section-с:last-child {
        margin-bottom: 10px;
    }
    .page-basket .mobile-a .step-container .section-с .circle {
        position: absolute;
        left: -2px;
        top:7px;
        width: 6px;
        height: 6px;
        background-color: #111;
        border-radius: 50%;
    }
    .page-basket .mobile-a .section-с .custom-radio-rounded .custom-control-label:before {
        border-radius: 2px!important;
    }



    .mobile-a .product-stepper {
        height: 29px;
        width: 93px;
        max-width: 140px;
    }
    .mobile-a .product-stepper .stepper-btn-minus {
        border-top-left-radius: 250px;
        border-bottom-left-radius: 250px;
        background: #7EC57B;
        height: 100%;
        width: 28px;
    }
    .mobile-a .product-stepper .stepper-btn-plus {
        border-top-right-radius: 250px;
        border-bottom-right-radius: 250px;
        background: #7EC57B;
        height: 100%;
        width: 28px;
    }
    .mobile-a .product-stepper input {
        height: 100%;
        border: 1px solid #7EC57B;
        text-align: center;
        color: #283627;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: 100%;
        padding: 0px 0px 0px 0px;
        letter-spacing: 1px;
        margin-left:1px;
        margin-right:1px;
    }
    .mobile-a .product-stepper svg {
        width: 8px;
    }

    .breadcrumbs-a {
        margin-top: 0px;
        margin-bottom: 55px;
    }




    .page-about h1 {
        font-size: 30px;
    }
    .page-about .section-a .head-a {
        font-size: 20px;
    }
    .page-about .section-b .head-a {
        font-size: 20px;
        max-width: 300px;
        margin: 0 auto;
    }
    .page-about .section-c .head-a {
        font-size: 30px;
    }
    .page-about .section-d .head-a {
        font-size: 30px;
    }
    .page-about .section-d .head-c {
        font-size: 16px;
    }
    .page-about .section-d .head-b {
        font-size: 16px;
    }
    .page-about .section-d .col-6 {
        flex: 0 0 auto; /* предотвращает сжатие */
        max-width: 50%;
    }


    .page-brands h1 {
        font-size: 30px;
    }
    .page-brands .section-a .btn-a {
        font-size: 20px;
    }
    .page-brands .section-b .head-a {
        font-size: 30px;
    }

    .page-news h1 {
        font-size: 30px;
    }

    .page-account-help.margin-top-80,
    .page-account-profile.margin-top-80,
    .page-account-my-orders.margin-top-80,
    .page-account-my-order.margin-top-80,
    .page-account-payment.margin-top-80,
    .page-account-addresses.margin-top-80
    {
        margin-top: 0px;
    }
    .page-account-panel-menu-a .card-a  {
        width: 50%;
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .page-account-panel-menu-a .card-a .name-a {
        color: #283627;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        letter-spacing: -0.6px;
        line-height: 20px;
        margin-top: 4px;
    }
    .page-account-panel-menu-a .card-a img {
        width: 24px;
    }
    .page-account-panel-menu-b img {
        width: 24px;
    }
    .page-account-panel-menu-b .w-a {
        width: 41px;
        min-width: 41px;
    }

    .page-account-help h1 {
        font-size: 30px;
        margin-top: 20px;
    }
    .page-account-help .head-a {
        font-size: 20px;
    }

    .page-account-addresses h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .page-account-profile h1 {
        font-size: 16px;
        margin-bottom: 10px;
    }
    .page-account-profile .img-profile {
        width: 80px;
        height: 80px;
    }



    .page-account-addresses h1 {
        font-size: 30px;
        margin-top: 20px;
    }


    .page-account-payment h1 {
        font-size: 30px;
        margin-top: 20px;
    }

    .page-account-my-orders h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page-account-my-orders .card-a {
        border-bottom: 1px solid #D9D9D9;
        padding: 17px 0px 17px 0px;
        color: #283627;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 135%;
        letter-spacing: -0.48px;
    }
    .page-account-my-orders .card-a .head-a {
        color: #283627;
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .page-account-my-orders .card-a .img-a {
        filter: brightness(0.8);
        border-radius: 10px;
    }


    .page-account-my-order .mobile-a h1,
    .page-account-my-orders .mobile-a h1,
    .page-account-profile .mobile-a h1
    {
        color: #283627;
        font-size: 20px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        border-bottom: 2px solid #D9D9D9;
        padding-bottom: 15px;
    }
    .page-account-my-order .mobile-a .width-a,
    .page-account-my-orders .mobile-a .width-a,
    .page-account-profile .mobile-a .width-a
    {
        min-width: 34px;
        width: 34px;
    }
    .page-account-panel-menu-b {
        margin-top: 30px;
    }
    .page-account-panel-menu-b .head-a {
        font-size: 20px;
    }


    .page-account-my-order h1 {
        font-size: 30px;
        margin-bottom: 10px;
    }
    .page-account-my-order .head-c {
        color: #283627;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: 107.1%;
        text-transform: lowercase;
    }
    .page-account-my-order .desc-a {
        color: #283627;
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }
    .page-account-my-order .desc-b {
        font-size: 10px;
        font-style: normal;
        font-weight: 400;
        line-height: 10px;
    }
    .page-account-my-order .desc-b a {
        font-size: 10px;
        color: #A0A0A0;
    }
    .page-account-my-order .table-panel-to-b {
        border-bottom: 1px solid #D9D9D9;
        padding-top: 14px;
        padding-bottom: 14px;
    }
    .page-account-my-order .price-a {
        color: #A0A0A0;
        font-size: 14px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        text-decoration-line: line-through;
    }
    .page-account-my-order .price-b {
        color: #283627;
        font-size: 16px;
        font-style: normal;
        font-weight: 500;
        line-height: 135%;
        letter-spacing: -0.48px;
    }
    .page-account-my-order .img-a {
        filter: brightness(0.8);
        border-radius: 10px;
    }


}







