html {
    height: 100%;
    width: 100%;
    margin: 0;
    -webkit-overflow-scrolling: touch;
}

body {
    margin: 0;
    background: #fff;
    color: #000;
    font-size: 14px;
    line-height: 1.2;
    font-family: "Value Sans Pro", sans-serif;
    width: 100%;
    -webkit-overflow-scrolling: touch;
    min-height: 100%;
    min-width: 375px;
}

body.body-overflow {
    overflow: hidden;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin: 0 0 16px 0;
    font-weight: 900;
    color: #2b3139;
    line-height: 1.3;
}

h1 {
    font-size: 36px;
}

h2 {
    font-size: 32px;
}

h3 {
    font-size: 28px;
}

h4 {
    font-size: 26px;
}

h5 {
    font-size: 24px;
}

h6 {
    font-size: 18px;
}

p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
    margin: 0 0 15px 0;
}

strong {
    font-weight: 500;
}

p a {
    text-decoration: underline;
}

p a:hover {
    text-decoration: none;
}

p:last-child {
    margin-bottom: 0;
}

img {
    display: block;
    max-width: 100%;
}

a {
    outline: none;
    text-decoration: none;
    font-weight: 500;
    color: #004394;
}

ul,
ol {
    padding: 0;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

li {
    list-style: none;
}

ol {
    padding: 0 0 0 20px;
}

ol li {
    list-style: decimal;
}

/* buttons */
button,
input,
optgroup,
select,
textarea {
    font-family: inherit; /* 1 */
    margin: 0; /* 2 */
}

button {
    margin: 0;
    padding: 0;
    border: none;
    background: none;
    cursor: pointer;
    overflow: visible;
    width: auto;
    outline: none;
    box-shadow: none;
}

button:hover,
button:focus,
button:active {
    outline: none;
    box-shadow: none;
    text-decoration: none;
}

.green__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    background: #3ed182;
    transition: 0.3s;
}

.green__btn:hover {
    background: #3de98d;
}

.green__btn:active {
    background: #179254;
}

/* inputs */
input {
    outline: none;
    border: none;
}

.input {
}

.input__title {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    margin: 0 0 15px 0;
}

.input__wrap {
    position: relative;
}

.input__text {
    background: transparent;
    border-bottom: 1px solid #848484;
    width: 100%;
    padding: 0 0 16px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #262626;
    border-radius: 0;
}

.input__text::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #848484;
}

.input__text:-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #848484;
}

textarea {
    width: 100%;
    height: 135px;
    border-radius: 34px;
    background: #fff;
    padding: 32px 45px 0 45px;
    border: none;
    color: rgba(0, 0, 0, 1);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -1px;
    outline: none;
    resize: none;
}

textarea::-webkit-input-placeholder {
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -1px;
    opacity: 0.75;
}

textarea:-moz-placeholder {
    color: rgba(0, 0, 0, 0.55);
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    letter-spacing: -1px;
    opacity: 0.75;
}

.b-select {
    background: #fff;
    border: none;
    border-bottom: 1px solid #848484;
    width: 100%;
    padding: 0 0 16px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #262626;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

select {
    outline: none;
}

/*== checkbox , raido
---------------------------------*/
.b-checkbox:not(:last-child) {
    margin: 0 0 14px 0;
}

.b-checkbox input[type="checkbox"] {
    display: none;
}

.b-checkbox input[type="checkbox"] + label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.b-checkbox input[type="checkbox"] + label span {
    border: 2px solid #e5e5e5;
    border-radius: 3px;
    background: #fff;
    width: 15px;
    height: 15px;
    position: relative;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}

.b-checkbox input[type="checkbox"]:checked + label span {
    background: #3ed182;
    border: #3ed182;
}

.b-checkbox input[type="checkbox"] + label i {
    padding: 2px 0 0 0;
    font-weight: 400;
    font-size: 13px;
    color: #313131;
    font-style: normal;
    cursor: pointer;
}

.b-radio:not(:last-child) {
    margin: 0 0 10px 0;
}

.b-radio input[type="radio"] {
    display: none;
}

.b-radio input[type="radio"] + label {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0;
}

.text_pay.order__block-text,
.text_delivery_type {
    margin: 16px;
    padding: 0 16px;
    width: 100%;
}

.order__block .btn {
    height: 54px;
    font-size: 18px;
}

.text_pay.order__block-text {
    padding: 20px;
}

#checkedsForm .b-radio label:before {
    border: 2px solid #3ed182;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    cursor: pointer;
    content: "";
    display: inline-block;
    vertical-align: middle;
    box-sizing: border-box;
}

#checkedsForm .b-radio .active label:before {
    background: #3ed182;
    border: #3ed182;
}

#checkedsForm .b-radio .active label {
    color: #263238;
}

#checkedsForm .b-radio label {
    cursor: pointer;
    padding: 2px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #848484;
    font-style: normal;
    cursor: pointer;
}

#checkedsForm .b-radio .radio {
    margin: 0 0 10px 0;
}

.step_who {
    display: none;
}

.b-radio input[type="radio"] + label span {
    border: 2px solid #3ed182;
    background: #fff;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
    width: 16px;
    height: 16px;
    margin: 0 10px 0 0;
    flex-shrink: 0;
    cursor: pointer;
}

.b-radio input[type="radio"]:checked + label span {
    background: #3ed182;
    border: #3ed182;
}

.b-radio input[type="radio"] + label i {
    padding: 2px 0 0 0;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #848484;
    font-style: normal;
    cursor: pointer;
}

.b-radio input[type="radio"]:checked + label i {
    color: #263238;
}

.b-mobile {
    display: none;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    max-width: 1406px;
    padding-left: 15px;
    padding-right: 15px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0 auto 0;
}

.row {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin-left: -10px;
    margin-right: -10px;
    margin-top: -20px;
}

.col {
    padding-left: 10px;
    padding-right: 10px;
    margin-top: 20px;
}

/* End Total css ====*/
.b-container {
}

/* -------------- page index -------------- */
.header {
    background: #fff;
}


.header__top {
    padding: 16px 0;
}

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

.header__top-left {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.logo {
    max-width: 89px;
    display: block;
}

.nav {
}

.nav > ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 64px;
}

.nav > ul > li > a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    transition: 0.3s;
}

.nav > ul > li > a:hover {
    color: #3ed182;
}

.header__top-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__social {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 12px;
}

.header__social a {
    transition: 0.3s;
}

.header__social a:hover {
    filter: brightness(150%);
}

.lang {
    position: relative;
    margin: 0 25px;
}

.lang__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    cursor: pointer;
}

.lang__top.active i {
    transform: rotate(-90deg);
}

.lang__item {
    font-weight: 500;
    font-size: 16px;
    text-align: right;
    color: #1f1f1f;
    padding: 5px;
}

.lang__top i {
    color: #1f1f1f;
    transform: rotate(90deg);
    transition: 0.3s;
    font-size: 12px;
    margin: 0 0 0 10px;
}

.lang__dropdown .lang__item:hover {
    cursor: pointer;
    color: #3ed182;
}

.lang__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    background: #fff;
    display: none;
}

.lang__dropdown.active {
    display: block;
}

.header__contacts {
    position: relative;
    z-index: 10;
}

.header__contacts-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 5px;
}

.header__contacts-top a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
}

.header__contacts .icon-phone {
    font-size: 16px;
    color: #3ed182;
    margin: 0 12px 0 0;
}

.header__contacts-btn {
    width: 16px;
    height: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 0 8px;
}

.header__contacts-btn i {
    transform: rotate(90deg);
    font-size: 12px;
    color: #1f1f1f;
    transition: 0.3s;
}

.header__contacts-btn.active i {
    transform: rotate(-90deg);
}

.header__contacts-dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    padding: 10px 5px;
    background: #fff;
    display: none;
}

.header__contacts-dropdown.active {
    display: block;
}

.header__contacts-dropdown a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
}

.header__contacts-dropdown a:not(:last-child) {
    margin: 0 0 10px 0;
}

.header__contacts-dropdown a .icon-phone {
    font-size: 16px;
    color: #3ed182;
    margin: 0 12px 0 0;
}

.btn-callback {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid #3ed182;
    border-radius: 8px;
    width: 179px;
    height: 44px;
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
    margin: 0 0 0 25px;
    transition: 0.3s;
}

.btn-callback i {
    font-size: 16px;
    color: #3ed182;
    margin: 0 12px 0 0;
    transition: 0.3s;
}

.btn-callback:hover {
    background: #3ed182;
    color: #fff;
}

.btn-callback:hover i {
    color: #fff;
}

.btn-callback:active {
    background: #179254;
    border-color: #179254;
}

.header__content {
    background: #262626;
    padding: 8px 0;
}

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

.catalog {
}

.catalog__btn {
    border-radius: 16px;
    width: 207px;
    height: 48px;
    font-weight: 500;
    font-size: 16px;
}

.catalog__btn:before {
    content: "\e90b";
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    font-size: 20px;
    margin: 0 16px 0 0;
}

.catalog__btn span {
    display: block;
    padding: 4px 0 0 0;
}

.xs-search {
    display: none;
}

.search {
    position: relative;
    width: 750px;
}

.search__input {
    width: 100%;
    height: 48px;
    background: #363636;
    border-radius: 16px;
    padding: 0 60px 0 17px;
    font-weight: 400;
    font-size: 16px;
    color: #e4e4e4;
}

.search__btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
}

.search__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    margin: 10px 0;
    min-height: 70px;
    max-height: 400px;
    background: #fff;
    z-index: 999;
    list-style: none;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.5);
    overflow-y: auto;

}

.search.active .search__dropdown {
    display: block;
}

.search__dropdown::-webkit-scrollbar {
    width: 2px;
}

.search__dropdown::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.search__dropdown::-webkit-scrollbar-thumb {
    background: #888;
}

.search__dropdown::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.search__item a {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 20px;
    cursor: pointer;
    transition: 0.3s;
}

.search__item:hover {
    background: #262626;
}

.search__item-img {
    width: 50px;
    flex-shrink: 0;
    margin: 0 10px 0 0;
    border-radius: 5px;
    overflow: hidden;
}

.search__item-wrap {
    color: #1f1f1f;
}

.search__item-name {
    display: block;
    font-size: 16px;
    font-weight: 400;
    margin: 0 0 10px 0;
}

.search__item-price {
    font-size: 16px;
    font-weight: 700;
}

.search__item:hover .search__item-wrap {
    color: #fff;
}

.header__content-right {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header__item {
    position: relative;
}

.header__item:not(:last-child) {
    margin: 0 20px 0 0;
}

.header__item-top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #fff;
    cursor: pointer;
}

.header__item-ico {
    margin: 0 12px 0 0;
    width: 30px;
    height: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
}

.header__item-number {
    position: absolute;
    top: -3px;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3ed182;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

.header__item-top span {
    font-weight: 400;
    font-size: 14px;
}

.header__item-top i {
    font-size: 21px;
}

.user__modal {
    position: absolute;
    top: 100%;
    right: 0;
    border-radius: 16px;
    width: 365px;
    background: #fff;
    z-index: 10;
    margin: 20px 0 0 0;
    display: none;
}

.user__modal.active {
    display: block;
}

.user__modal:before {
    position: absolute;
    top: -19px;
    right: 96px;
    content: "";
    background: url("../img/arrow.svg") center no-repeat;
    width: 24px;
    height: 25px;
}

.user__modal.active {
    display: block;
}

.user__modal-login {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 18px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.user__modal-login span {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
}

.user__modal-login b {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #1f1f1f;
}

.user__modal-orders {
    padding: 14px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.user__modal-orders a {
    display: block;
    font-weight: 700;
    font-size: 14px;
    color: #fc7900;
}

.user__modal-btns {
    padding: 16px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.user__modal-btn {
    width: 100%;
    height: 44px;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    gap: 0 8px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.user__modal-btn:not(:last-child) {
    margin: 0 0 12px 0;
}

.user__modal-btn.red {
    background: #d13e3e;
}

.user__modal-btn.red:hover {
    background: #f32828;
}

.user__modal-btn.red:active {
    background: #b01212;
}

.user__modal-btn.blue {
    background: #14c0d8;
}

.user__modal-btn.blue:hover {
    background: #20e2ff;
}

.user__modal-btn.blue:active {
    background: #0898ab;
}

.user__modal-nav {
    padding: 24px;
}

.user__modal-nav ul {
}

.user__modal-nav ul li {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
}

.user__modal-nav ul li:not(:last-child) {
    margin: 0 0 20px 0;
}

.user__modal-nav ul li b {
    font-weight: 700;
    font-size: 14px;
    color: #fc7900;
}

.user__modal-nav ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    transition: 0.3s;
}

.user__modal-nav ul li a:hover {
    color: #3ed182;
}

/* -------------- header__catalog -------------- */

.header__catalog {
    position: absolute;
    top: 100%;
    z-index: -1;
    margin: 10px 0 0 0;
    opacity: 0;
    visibility: hidden;
    display: none;
}

.header__catalog.active {
    opacity: 1;
    visibility: visible;
    z-index: 4;
    display: block;
}

.header__catalog-left {
    /*  background: #3ed182;
  background: #059d4b;*/
    background: #f5f5f5;
    border-radius: 8px;
    width: 319px;
    padding: 26px 20px;
    position: relative;
}

.header__catalog-left:hover {
    border-radius: 8px 0 0 8px;
}

.header__catalog ul {
}

.header__catalog ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.header__catalog ul li.drop {
    cursor: pointer;
}

.header__catalog ul li.drop .icon-arrow-right {
    color: #fff;
    color: #333;
    font-size: 12px;
    pointer-events: none;
}

.header__catalog ul li:not(:last-child) {
    margin: 0 0 24px 0;
}

.header__catalog ul li a {
    display: block;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
    color: #333;
    padding-right: 24px;
}

.header__catalog ul li:hover > a {
    color: #333;
}

.header__catalog ul li:hover > .icon-arrow-right {
    color: #333;
}

.dropdown {
    position: absolute;
    top: 0;
    left: 100%;
    /*  background: #3ed182;
  background: #059d4b;*/
    background: #f5f5f5;
    min-width: 370px;
    min-height: 534px;
    padding: 20px;
    border-left: 2px solid #fff;
    opacity: 0;
    visibility: hidden;
    transition: 0.3s;
}

.dropdown_fullWidth {
    width: 1087px;
}

.dropdown__row {
    display: flex;
    justify-content: flex-start;
    align-content: flex-start;
    flex-wrap: wrap;
    margin: 0 -10px;
    gap: 20px 0;
}

.dropdown__col {
    width: 20%;
    padding: 0 10px;
    display: flex;
    align-content: flex-start;
}

.dropdown__item {
    display: block;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 8px !important;
    text-align: center;
    transition: 0.3s;
}

.dropdown__item:hover {
    box-shadow: 0px 0px 11px #00000085;
}

.dropdown__item-name {
    display: block;
    color: #1c1b1b;
    font-weight: 400;
    font-size: 14px;
    margin: 0 0 10px 0;
}

.dropdown__item-price {
    display: block;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #fc7900;
}

.dropdown__item-img {
    display: block;
    width: 100px;
    margin: 10px auto 0;
}

.dropdown__item-img img {
    margin: 0 auto 0;
}

.header__catalog ul li.drop:hover > .dropdown {
    opacity: 1;
    visibility: visible;
}

/* -------------- slider -------------- */
.slider {
    position: relative;
}

.slider__item {
    position: relative;
    height: 520px;
}

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

.slider__item:before {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 145px;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, #000 100%);
}

.swiper-pagination {
    position: absolute;
    bottom: 20px !important;
    left: 0;
    width: 100%;
    line-height: 0;
}

.swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    border: 1px solid #fff;
    opacity: 0.7;
    border-radius: 100%;
}

.swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1;
}

.swiper-container-horizontal
> .swiper-pagination-bullets
.swiper-pagination-bullet {
    margin: 0 3px;
}

.slider__nav {
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
    width: 100%;
    z-index: 20;
}

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

.slider-arrow {
    width: 30px;
    height: 30px;
    border-radius: 100%;
    font-size: 14px;
}

/* -------------- mainSlider -------------- */
.mainSlider {
    margin: 50px 0 80px 0;
}

.mainSlider .swiper-slide {
    max-width: 159px;
    margin-right: 14px;
}

.mainSlider__item {
    display: block;
    width: 100%;
}

.mainSlider__item-img {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 120px;
    border-radius: 16px;
    background: #f8f8f8;
}

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

.mainSlider__item-name {
    font-weight: 500;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    color: #1c1b1b;
    margin: 12px 0 0 0;
}

.slider__arrow {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border: 1.6px solid #3ed182;
    border-radius: 100%;
    background: #fff;
    color: #3ed182;
    font-size: 14px;
}

.slider__arrow.swiper-button-disabled {
    opacity: 0.4;
    pointer-events: none;
}

.card .slider__arrow.swiper-button-disabled {
    display: none;
}

.mainSlider .slider__arrow {
    position: absolute;
    top: 50px;
    z-index: 5;
}

.mainSlider .slider__prev {
    left: 0;
}

.mainSlider .slider__next {
    right: 0;
}

.mainSlider .swiper-container:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 113px;
    height: 149px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    transform: rotate(-180deg);
    z-index: 4;
}

.mainSlider .swiper-container:after {
    position: absolute;
    top: 0;
    right: 0;
    content: "";
    width: 119px;
    height: 149px;
    background: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, #fff 100%);
    z-index: 4;
}

/* -------------- section -------------- */
.section {
    margin: 0 0 80px 0;
}

.section__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 35px 0;
}

.section__top-left {
}

.title {
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
    margin: 0;
}

.section__top-nav {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.section__slider .swiper-slide {
    max-width: 268px;
    margin: 0 9px 0 0;
}

.item {
    position: relative;
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    height: 100%;
    padding-bottom: 60px;
}

.item__label {
    position: absolute;
    top: 12px;
    left: 16px;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 24px;
    border-radius: 16px;
    padding: 0 13px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1;
    color: #fff;
    z-index: 1;
}

.item__label.red {
    background: #fc0000;
}

.item__label.grey {
    background: #e9e8e7;
}

.item__label.green {
    background: #00d609;
}

.item__fav {
    position: absolute;
    top: 12px;
    right: 12px;
    width: 24px;
    height: 24px;
    background: url("../img/svg/favorite.svg") center no-repeat;
}

.item__fav.active {
    background: url("../img/svg/favorite-active.svg") center no-repeat;
}

.item__img {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 190px;
}

.item__img img {
    margin: 0 auto 0;
    height: 100%;
}

.item__date {
    font-weight: 400;
    font-size: 12px;
    color: #ababab;
    margin: 0 0 12px 0;
}

.item__name {
    display: block;
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #1c1b1b;
    margin: 0 0 5px 0;
    display: -webkit-box;
    -webkit-line-clamp: 3; /* Обрезаем на 3 строках */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    min-height: 58px;
}

.item__row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin: 0 0 16px 0;
}

@media (max-width: 768px) {
    .ajax_items .item__row {
        position: absolute;
        bottom: -4px;
        left: 0;
        z-index: 1;
    }
}

.item__stars {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 4px;
    margin: 0 10px 0 0;
}

.item__stars .star {
    background: url("../img/svg/star.svg") center no-repeat;
    width: 17px;
    height: 16px;
}

.item__stars .fullStar {
    background: url("../img/svg/star-filled.svg") center no-repeat;
}

.item__row-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #848484;
    padding: 2px 0 0 0;
}

.item__capacity {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 6px;
    margin: 0 0 16px 0;
}


@media (min-width: 500px) and (max-width: 768px) {
    .item__capacity {
        margin: 0 0 16px 0;
        position: relative;
        top: -32px;

    }
}

.item__capacity-item {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    cursor: pointer;
    /*  width: 32px;
  height: 32px;*/
    background: #f5f5f5;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #1c1b1b;
    transition: 0.3s;
    padding: 5px;
    min-width: 32px;
    min-height: 32px;
    line-height: 16px;
}

.item__capacity-item:hover {
    opacity: 0.8;
}

.item__capacity-item.active {
    background: #3ed182;
    color: #fff;
}

.item__capacity-item.active:hover {
    opacity: 1;
}

.item__wrap {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    min-height: 40px;

    position: absolute;
    width: 90%;
    bottom: 13px;
}

.item__price {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fc7900;
}

.add__cart {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    width: 40px;
    height: 40px;
    background: #3ed182;
    font-size: 24px;
    color: #fff;
}

.add__cart:hover {
    background: #3de98d;
}

.add__cart:active {
    background: #179254;
}

/* -------------- blog -------------- */
.blog {
    margin: 0 0 64px 0;
}

.blog .swiper-slide {
    max-width: 338px;
    margin: 0 8px 0 0;
}

.blog__image {
    margin: 0 0 64px 0;
}

.blog__image img {
    margin: 0 auto 0;
}

.blog__item {
}

.blog__item-img {
    display: block;
    height: 210px;
    margin: 0 0 12px 0;
}

.blog__item-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
    border: 1px solid #e8e8e8;
}

.blog__item-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 24px;
    margin: 0 0 16px 0;
}

.blog__item-block {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
    font-weight: 400;
    font-size: 12px;
    line-height: 1.2;
    color: #1c1b1b;
}

.blog__item-text {
}

.blog__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #1c1b1b;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    margin: 0 0 12px 0;
}

.blog__item-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.2;
    color: #1c1b1b;
    min-height: 34px;
}

.text {
    margin: 0 0 64px 0;
    color: #555;
}

.text ul {
    margin-top: 10px;
    margin-bottom: 10px;
    padding-left: 20px;
}

.text ul li {
    list-style: disc;
}

.text__block:not(:last-child) {
    margin: 0 0 32px 0;
}

.text__block {
    display: none;
}

.text__block:nth-child(-n + 2) {
    display: block;
}

.text .title {
    margin: 0 0 16px 0;
}

.text__bottom {
    text-align: center;
    margin: 32px 0 0 0;
}

.text__btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #3ed182;
    border-bottom: 1px dashed #3ed182;
}

/* -------------- footer -------------- */
.footer {
    background: #272727;
}

.footer__content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 68px 0 48px 0;
}

.footer__logo {
    display: block;
    max-width: 100px;
    margin: 0 0 24px 0;
}

.footer__left .footer__item-social {
    margin: 0;
}

.footer__item {
}

.footer__item-title {
    font-weight: 500;
    font-size: 16px;
    line-height: 1.3;
    text-transform: uppercase;
    color: #fff;
    margin: 0 0 24px 0;
}

.footer__item ul li:not(:last-child) {
    margin: 0 0 8px 0;
}

.footer__item ul li,
.footer__item ul li a {
    display: block;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #fff;
}

.footer__item-social {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
}

.footer__item-social a {
    display: block;
}

.footer__item-social a:hover {
    opacity: 0.7;
}

.footer__regions-icon {
    display: none;
}

.footer__regions-list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 8px 20px;
    column-gap: 20px;
}

.footer__regions-list li {
    margin: 0;
}

.footer__bottom {
    text-align: center;
    border-top: 1px solid #404040;
    padding: 29px 0;
}

.copyright {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #fff;
}

.section__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 32px 0 0 0;
}

.section__btn {
    border-radius: 8px;
    width: 179px;
    height: 44px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

/* -------------- page card	 -------------- */
.breadcrumbs {
    margin: 24px 0 36px 0;
}

.breadcrumbs ul {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs ul li {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.breadcrumbs ul li i {
    margin: 0 15px;
    color: #1f1f1f;
    font-size: 10px;
}

.breadcrumbs ul li a {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
}

.breadcrumbs ul li.active {
    opacity: 0.4;
}

.breadcrumbs ul li.active i {
    display: none;
}

.card__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 60px 0;
}

.card__left {
    max-width: 720px;
    position: relative;
    flex-shrink: 0;
    width: 100%;
}

.card__slider .swiper-wrapper .swiper-slide {
    width: 100% !important;
}

.card__slider-item {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    width: 100% !important;
    height: 497px;
    /*display: flex;*/
    /*justify-content: center;*/
    /*align-items: center;*/
}

.card__slider-item img {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 16px;
}

.card__left .item__fav {
    top: 20px;
    right: 20px;
    z-index: 3;
}

.card__preview {
    margin: 16px 0 0 0;
}

.card__preview-wrap {
    padding: 0 44px;
    position: relative;
}

.card__preview-item {
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    width: 100%;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}

.card__preview-item img {
    max-width: 77px;
}

.swiper-slide-thumb-active .card__preview-item {
    border-color: #3ed182;
}

.card__preview-wrap .slider__arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 5;
}

.card__preview-wrap .slider__prev {
    left: 0;
}

.card__preview-wrap .slider__next {
    right: 0;
}

.card__right {
    margin: 0 0 0 32px;
}

.card__sale {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 16px;
    background: #fc7900;
    padding: 5px 16px;
    font-weight: 700;
    font-size: 12px;
    line-height: 1.2;
    color: #fff;
    margin: 0 0 12px 0;
}

.timer {
    margin: 0 0 16px 0;
    padding: 0 0 0 10px;
}

.timer__title {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    margin: 0 0 10px 0;
}

.timer__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.timer__item {
}

.timer__item b {
    display: block;
    font-weight: 700;
    font-size: 32px;
    color: #1f1f1f;
}

.timer__item span {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
}

.timer__item-line {
    font-weight: 700;
    font-size: 32px;
    color: #1f1f1f;
}

.card__name {
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
    margin: 0 0 24px 0;
    line-height: 1.2;
}

.card__code {
    font-weight: 400;
    font-size: 14px;
    color: #ababab;
    margin: 0 0 16px 0;
}

.card__availability {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    padding: 7px 16px;
    border-radius: 12px;
    background: #c7ecd3;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #397c50;
    margin: 0 0 24px 0;
}

.card__availability.not {
    background: #e5474b;
    color: #fff;
}

.item__capacity-title {
    font-weight: 500;
    font-size: 14px;
    color: #1f1f1f;
    margin: 0 0 12px 0;
}

.card__right-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.price_block_line {
    margin-bottom: 20px;
}

.card__price {
    font-weight: 700;
    font-size: 32px;
    line-height: 1;
    color: #fc7900;
    margin: 0 8px 0 0;
}

.card__oldPrice {
    font-weight: 400;
    font-size: 18px;
    line-height: 1.05556;
    text-decoration: line-through;
    color: #c0c0c0;
}

.card__q {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: 12px;
    background: #f5f5f5;
    padding: 9px 13px;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #8e8e8e;
    margin: 0 0 0 17px;
    gap: 1rem;
}

.card__btn {
    border-radius: 8px;
    width: 159px;
    height: 54px;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    margin: 24px 0 0 0;
}

.card__options {
    min-height: 309px;
    border-radius: 16px;
    background: #f8f8f8;
    padding: 24px;
    margin: 37px 0 0 0;
}

.card__options-row {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 16px 24px;
}

.card__options-item {
    cursor: pointer;
}

.card__options-img {
    width: 80px;
    height: 80px;
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.card__options-img img {
    max-width: 52px;
}

.card__options-item span {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.35714;
    color: #848484;
    display: block;
    text-align: center;
    margin: 6px 0 0 0;
}

.card__options-item.active .card__options-img {
    border-color: #3ed182;
}

.card__options-item.deactive {
    opacity: 0.5;
    pointer-events: none;
}

.card__soc {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    border-radius: 16px;
    height: 215px;
    background: url("../img/soc-bg.svg") center top no-repeat #1d97c9;
    background-size: cover;
    padding: 36px 44px;
    margin: 45px 0 0 0;
}

.card__soc-text {
    padding: 0 0 0 234px;
}

.card__soc-text p {
    font-weight: 500;
    font-size: 32px;
    line-height: 1.08;
    color: #fff;
    margin: 0 0 12px 0;
}

.card__soc-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 300px;
    width: 198px;
    height: 54px;
    box-shadow: 0 4px 30px 0 rgba(0, 0, 0, 0.1);
    background: #e5474b;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    color: #fff;
    position: relative;
}

.card__soc-btn:hover {
    background: #ef3237;
}

.card__soc-btn:active {
    background: #811c21;
}

.card__soc-btn:after {
    position: absolute;
    bottom: -23px;
    right: -19px;
    content: "";
    width: 43px;
    height: 65px;
    background: url("../img/click.svg") no-repeat;
}

.card__content {
    padding: 0 0 80px 0;
}

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

.card__nav {
    border-bottom: 1px solid #e8e8e8;
    margin: 0 0 32px 0;
    background: #fff;
    position: sticky;
    top: 0;
    z-index: 2;
}

.card__nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.card__nav ul li {
}

.card__nav ul li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    line-height: 1;
    color: #1c1b1b;
    opacity: 0.3;
    padding: 16px 40px 16px 40px;
    position: relative;
    transition: 0.3s;
}

.card__nav ul li a:after {
    position: absolute;
    bottom: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 1px;
    background: transparent;
    transition: 0.3s;
}

.card__nav ul li a.active {
    opacity: 1;
}

.card__nav ul li a.active:after {
    background: #3ed182;
}

.card__nav ul li a:hover {
    opacity: 1;
}

.card__section:not(:last-child) {
    margin: 0 0 64px 0;
}

.card__content-left {
    max-width: 720px;
}

.card__desc {
}

.card__desc img {
    width: auto !important;
    height: auto !important;
}

.card__desc .card__section-title {
    display: none;
}

.card__section-title {
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
    margin: 0 0 32px 0;
}

.card__desc-item {
}

.card__desc-item:not(:last-child) {
    margin: 0 0 32px 0;
}

.card__desc-title {
    font-weight: 500;
    font-size: 20px;
    line-height: 1.3;
    color: #1c1b1b;
    margin: 0 0 8px 0;
}

.card__desc-item p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #555;
}

.card__char ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #263238;
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
}

.card__char ul li:not(:last-child) {
    margin: 0 0 16px 0;
}

.card__char ul li b {
    text-align: right;
    margin: 0 0 0 10px;
    max-width: 70%;
}

.card__reviews-item {
    background: #f4f9fb;
    border-radius: 16px;
    padding: 32px;
    display: none;
}

.card__reviews-item:not(:last-child) {
    margin: 0 0 16px 0;
}

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

.card__reviews-name {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #1c1b1b;
}

.card__reviews-date {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.71429;
    text-align: right;
    color: #263238;
    opacity: 0.4;
}

.card__reviews-btn {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #3ed182;
    border-bottom: 1px dashed #3ed182;
    margin: 20px auto 0;
    display: block;
}

.card__delivery {
}

.card__delivery-block:not(:last-child) {
    margin: 0 0 24px 0;
}

.card__delivery-block b {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #1c1b1b;
    margin: 0 0 8px 0;
}

.card__delivery-block ul {
}

.card__delivery-block ul li {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #1c1b1b;
    padding: 0 0 0 18px;
    position: relative;
}

.card__delivery-block ul li:not(:last-child) {
    margin: 0 0 8px 0;
}

.card__delivery-block ul li:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 6px;
    height: 6px;
    border-radius: 100%;
    background: #3ed182;
}

.card__delivery-block ul li strong {
    font-size: 24px;
    cursor: pointer;
    color: #3ed182;
    position: relative;
    line-height: 12px;
    margin: 0 0 0 7px;
    top: 7px;
}

.card__delivery-block ul li strong span {
    position: absolute;
    top: 100%;
    left: auto;
    padding: 10px;
    font-size: 15px;
    color: #333;
    border-radius: 5px;
    background: #f5f5f5;
    width: max-content;
    display: none;
}

.card__delivery-block ul li strong:hover span {
    display: block;
}

.card__delivery-block ul li.green {
    color: #3ed182;
}

.card__delivery-block-wrap {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 20px;
}

.card__delivery-block-wrap img {
    max-width: 40px;
    flex-shrink: 0;
}

.card__delivery-block ul li i {
    font-style: normal;
    font-weight: 500;
    color: red;
    padding: 0 0 0 3px;
}


.card__content-right {
    background: #fff;
    border: 1px solid #e8e8e8;
    border-radius: 16px;
    max-width: 414px;
    padding: 28px 32px 32px 32px;
    position: sticky;
    top: 1px;
    z-index: 3;
}

.card__content-img {
    max-width: 285px;
    margin: 0 auto 32px;
}

.card__content-right .card__name {
    font-size: 20px;
}

.card__content-right .item__capacity {
    margin: 0 0 32px 0;
}

/* -------------- cart -------------- */
.b-page {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100vh;
}

.cart {
    padding: 0 0 90px 0;
    flex-grow: 1;
}

.cart .title {
    margin: 0 0 48px 0;
}

.cart__table {
    position: relative;
}

.cart__table:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    width: 100%;
    height: 57px;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.03);
    background: #f9fbfb;
    border: 1.2px solid rgba(38, 38, 38, 0.03);
    border-radius: 5px;
    z-index: -1;
}

.cart__table table {
    width: 100%;
    border-collapse: collapse;
}

.cart__table table thead {
}

.cart__table table thead td {
    padding: 21px 0;
    font-weight: 700;
    font-size: 14px;
    line-height: 1;
    color: #1c1b1b;
}

.cart__table table thead td:first-child {
    padding-left: 30px;
}

.cart__table table tbody td {
    padding: 32px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.cart__table table tbody td:first-child {
    padding-left: 20px;
}

.cart__table table thead td:nth-child(1) {
    width: 160px;
}

.cart__table table thead td:nth-child(2) {
    width: 430px;
}

.cart__table table thead td:nth-child(3) {
    width: 180px;
}

.cart__table table thead td:nth-child(4) {
    width: 255px;
}

.cart__img {
    max-width: 77px;
}

.cart__name {
    max-width: 340px;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #1c1b1b;
}

.cart__text .item__fav {
    position: static;
    background: url("../img/svg/favorite-red.svg") center no-repeat;
    margin: 14px 0 0 0;
}

.cart__text .item__fav.active {
    background: url("../img/svg/favorite-red-active.png") center no-repeat;
    background-size: contain;
}

.cart__price {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35714;
    color: #1c1b1b;
}

.cart__oldPrice {
    font-weight: 400;
    font-size: 12px;
    line-height: 1.58333;
    text-decoration: line-through;
    color: #c0c0c0;
}

.b-quantity {
    display: flex;
    justify-content: flex-start;
    width: 103px;
}

.b-quantity__btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border: 1px solid rgba(0, 0, 0, 0.08);
    width: 35px;
    height: 35px;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #1c1b1b;
    transition: 0.3s;
}

.b-quantity input {
    border: 1px solid rgba(0, 0, 0, 0.08);
    border-left: 0;
    border-right: 0;
    width: 35px;
    height: 35px;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    line-height: 1;
    color: #1c1b1b;
}

.b-quantity .minus {
    border-radius: 5px 0 0 5px;
}

.b-quantity .plus {
    border-radius: 0 5px 5px 0;
}

.b-quantity__btn:hover {
    color: #fff;
    background: #3ed182;
    border-color: #3ed182;
}

.cart__delete {
    width: 24px;
    height: 24px;
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: #c0c0c0;
    transition: 0.3s;
}

.cart__delete:hover {
    color: #f00000;
}

.cart__total {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    margin: 20px 0 0 0;
}

.cart__total-price {
    font-weight: 700;
    font-size: 24px;
    line-height: 1;
    color: #1c1b1b;
    margin: 0 25px 0 0;
}

.cart__total-price span {
    color: #fc7900;
}

.cart__total .green__btn {
    border-radius: 8px;
    width: 179px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/* -------------- articles -------------- */
.articles {
}

.articles .title {
    margin: 0 0 32px 0;
}

.articles .row {
    margin: -40px -4px 0 -4px;
}

.articles .col {
    width: 25%;
    padding: 0 4px;
    margin-top: 40px;
}

.article {
}

.article__img {
    margin: 0 0 16px 0;
}

.article .title {
    margin: 0 0 16px 0;
}

.article a {
    font-weight: 400;
    color: #555;
    text-decoration: underline;
    text-decoration-skip-ink: none;
}

.article a:hover {
    text-decoration: none;
}

.article__text:not(:last-child) {
    margin: 0 0 32px 0;
}

/* -------------- catalog -------------- */
.catalog {
}

.catalog__top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 0 24px 0;
}

.catalog__container {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.catalog__filter {
    display: none;
}

.catalog__aside {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    width: 267px;
    padding: 20px;
    flex-shrink: 0;
    margin: 0 9px 0 0;
}

.catalog__aside-item {
}

.catalog__aside-item:not(:last-child) {
    padding: 0 0 21px 0;
    margin: 0 0 21px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog__aside-title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.21429;
    color: #313131;
}

.catalog__aside-btn {
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    width: 19px;
    height: 19px;
    background: url("../img/svg/arrow-top.svg") center no-repeat #3ed182;
    transform: rotate(180deg);
    cursor: pointer;
}

.catalog__aside-col {
    padding: 21px 0 0 0;
}

.catalog__aside-col_height {
    max-height: 155px;
    overflow: auto;
}

.mCSB_scrollTools .mCSB_draggerRail {
    background: #ededed;
    border-radius: 2px;
}

.mCSB_dragger_bar {
    background: #3ed182 !important;
    border-radius: 2px;
    width: 2px !important;
}

.catalog__aside-col_height.mCS_destroyed {
    max-height: 100%;
}

.catalog__aside-show {
    display: flex;
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #3ed182;
    margin: 12px auto 0;
    justify-content: center;
}

.catalog__aside-show span {
    border-bottom: 1px dashed #3ed182;
    cursor: pointer;
}

.catalog__price-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 0 0 21px 0;
}

.catalog__price-item {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.catalog__price-item span {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #263238;
    margin: 0 10px 0 0;
}

.catalog__price-item input {
    border-radius: 5px;
    width: 75px;
    height: 32px;
    background: #f9fbfb;
    text-align: center;
    font-weight: 500;
    font-size: 14px;
    color: #1c1b1b;
}

.catalog__price-slider {
    height: 5px;
}

.ui-widget.ui-widget-content {
    height: 3px;
    border-radius: 2px;
    background: rgba(0, 0, 0, 0.15);
    border: none;
}

.ui-slider .ui-slider-range {
    background: #3ed182;
    border-radius: 2px;
}

.ui-slider-horizontal .ui-slider-handle {
    top: -6px;
    width: 17px;
    height: 17px;
    background: #fff;
    border: 4px solid #3ed182;
    border-radius: 100%;
    box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.06);
    outline: none;
}

.catalog__wrapper {
    flex-grow: 1;
}

.catalog__wrapper .row {
    margin: -24px -5px 0 -5px;
}

.catalog__wrapper .col {
    width: 25%;
    padding: 0 5px;
    margin-top: 24px;
}

.catalog__sort {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 267px;
    height: 41px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 14px;
    color: #848484;
    background: url("../img/select-arrow.svg") center right 15px no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.catalog__btns {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 0 10px;
}

.add-all {
    border-radius: 8px;
    width: 179px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.btn-fav {
    border-radius: 8px;
    width: 44px;
    height: 44px;
    background: #fc7900;
    font-size: 21px;
    line-height: 14px;
    color: #fff;
    transition: 0.3s;
}

.btn-fav:hover {
    background: #ff8a14;
}

.btn-fav:active {
    background: #d46706;
}

.catalog__table {
    position: relative;
}

.catalog__table:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    background: #f9fbfb;
    width: 100%;
    height: 46px;
    z-index: -1;
}

.catalog__table table {
    width: 100%;
}

.catalog__table table thead th {
    font-weight: 400;
    font-size: 13px;
    color: #313131;
    text-align: left;
    height: 46px;
}

.catalog__table table thead th:first-child {
    padding-left: 30px;
}

.catalog__table table td {
    padding: 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog__table table td:first-child {
    padding-left: 30px;
}

.catalog__table-img {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    width: 64px;
    height: 64px;
    padding: 15px 12px;
}

.catalog__table-name a,
.catalog__table-name {
    font-weight: 400;
    font-size: 13px;
    color: #313131;
    padding: 0 15px 0 0;
    /* padding: 0 0 15px 0 */
    /* margin: 0 0 8px 0; */
}

.catalog__table-name a:hover {
    color: #3ed182;
}

.catalog__table .item__capacity {
    margin: 0;
}

.catalog__table-desc {
}

.catalog__table-desc i {
    display: none;
}

.catalog__table-desc span {
    font-weight: 400;
    font-size: 15px;
    color: #313131;
}

.catalog__table-desc span.green {
    color: #3ed182;
}

.catalog__table-btns {
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 0 9px;
}

.catalog__table-btns .add__cart {
    width: 35px;
    height: 35px;
    font-size: 22px;
}

.catalog__table-btns .btn-fav {
    width: 35px;
    height: 35px;
    font-size: 20px;
}

.td__checkbox {
    width: 73px;
}

.td__img {
    width: 113px;
}

.td__wrap {
    width: 390px;
}

.td__mrc {
    width: 92px;
}

.td__ost {
    width: 75px;
}

.td__price {
    width: 123px;
}

/* -------------- page order -------------- */
.order {
}

.order .title {
    margin: 0 0 24px 0;
}

.order__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.order__left {
    flex-grow: 1;
    padding: 24px 0 0 0;
}

.content__nav {
    margin: 0 0 32px 0;
}

.content__nav ul {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.content__nav ul li {
    width: 100%;
    cursor: pointer;
}

.content__nav ul li > a {
    color: rgba(28, 27, 27, 0.3);
}

.content__nav ul li {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgba(28, 27, 27, 0.3);
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.3s;
}

.content__nav ul li:hover {
    color: #1c1b1b;
}

.content__nav ul li a.active,
.content__nav ul li.active {
    color: #1c1b1b;
    border-color: #3ed182;
}

.order__block {
}

.order__block:not(:last-child) {
    margin: 0 0 40px 0;
}

.order__block .row {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
}

.order__block .row .col {
    width: 50%;
    margin-top: 16px;
    padding: 0 16px;
}

.order__block-title {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    margin: 0 0 16px 0;
}

.order__block-text {
    background: #f9fbfb;
    border: 1.2px solid rgba(38, 38, 38, 0.03);
    border-radius: 5px;
    padding: 20px;
}

.order__block-text p {
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #263238;
}

.order__block .b-checkbox input[type="checkbox"] + label {
    align-items: flex-start;
}

.order__block .b-checkbox input[type="checkbox"] + label span {
    width: 16px;
    height: 16px;
    margin: 2px 10px 0 0;
}

.order__block .b-checkbox input[type="checkbox"] + label i {
    font-size: 15px;
    line-height: 1.6;
    padding: 0;
}

.order__block .b-checkbox:not(:last-child) {
    margin: 0 0 21px 0;
}

.order__btn {
    border-radius: 8px;
    width: 194px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.order__right {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 541px;
    flex-shrink: 0;
    margin: 0 0 0 100px;
}

.order__right-title {
    font-weight: 500;
    font-size: 20px;
    color: #1c1b1b;
    padding: 24px;
    border-bottom: 1px solid #e8e8e8;
}

.order__right-container {
    padding: 24px 14px 24px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.order__right-wrap {
    max-height: 449px;
}

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

.order__item:not(:last-child) {
    margin: 0 0 16px 0;
}

.order__item-img {
    width: 77px;
    flex-shrink: 0;
    margin: 0 24px 0 0;
}

.order__item-text {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-grow: 1;
}

.order__item-name {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.28571;
    color: #1c1b1b;
    max-width: 241px;
}

.order__item-price {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35714;
    text-align: right;
    color: #1c1b1b;
}

.order__right-delivery {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px 24px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.order__right-delivery span {
    display: block;
    font-weight: 400;
    font-size: 15px;
    line-height: 1.6;
    color: #263238;
}

.order__right-delivery b {
    display: block;
    font-weight: 700;
    font-size: 15px;
    line-height: 1.6;
    text-align: right;
    color: #263238;
}

.order__right-total {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 24px 32px 24px 24px;
}

.order__right-total b {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fc7900;
}

/* -------------- page lk -------------- */
.lk {
}

.lk .title {
    margin: 0 0 64px 0;
}

.lk__wrapper {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.lk__nav {
    width: 336px;
    flex-shrink: 0;
    margin: 0 64px 0 0;
}

.lk__nav-toggle {
    display: none;
}

.lk__nav ul {
}

.lk__nav ul li:not(:last-child) {
    margin: 0 0 24px 0;
}

.lk__nav ul li a {
    display: block;
    font-weight: 500;
    font-size: 20px;
    color: hsl(0deg 2% 11% / 30%);
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 16px 0;
}

.lk__nav ul li a:hover {
    color: hsl(0deg 2% 11% / 60%);
}

.lk__nav ul li a.active {
    color: #1c1b1b;
}

.lk__nav ul li a.exit {
    color: #ff0202;
}

.lk__content {
    flex-grow: 1;
}

.settings {
    max-width: 680px;
}

.settings__bottom {
    display: flex;
    justify-content: flex-end;
}

.settings__save {
    border-radius: 8px;
    width: 194px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.orders__top {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.orders__container {
    margin: 40px 0 0 0;
}

.orders__search {
    position: relative;
    flex-grow: 1;
    margin: 0 17px 0 0;
}

.orders__search-input {
    width: 100%;
    height: 48px;
    background: #f0f6f6;
    border-radius: 16px;
    padding: 0 60px 0 24px;
    font-weight: 400;
    font-size: 16px;
    color: #1f1f1f;
}

.orders__search-btn {
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    border-radius: 16px;
    font-size: 20px;
}

.orders__filter {
    border-radius: 8px;
    width: 176px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    flex-shrink: 0;
}

.orders__item {
    padding: 0 0 16px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.orders__item:not(:last-child) {
    margin: 0 0 16px 0;
}

.orders__item-row {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    /* gap: 0 120px; */
    padding: 13px 0 13px 30px;
}

.orders__item-row:before {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 8px;
    width: 6px;
    height: 64px;
}

.orders__item.green .orders__item-row:before {
    background: #3ed182;
}

.orders__item.orange .orders__item-row:before {
    background: #fc7900;
}

.orders__item-col {
}

.orders__item-col p {
    font-weight: 400;
    font-size: 13px;
    color: #313131;
    margin: 0 0 12px 0;
}

.orders__item-col b {
    display: block;
    font-weight: 700;
    font-size: 13px;
    color: #313131;
}

.orders__item-btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 10px;
}

.orders__item-btn {
    border-radius: 8px;
    height: 35px;
    background: #fc7900;
    background-size: auto;
    background-size: 17px;
    color: #fff;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.2;
}

.orders__item-btns .add__cart {
    width: auto;
    border-radius: 8px;
    height: 35px;
    background: #3ed182;
    background-size: auto;
    background-size: auto;
    background-size: 17px;
    color: #fff;
    white-space: nowrap;
    padding: 0 15px;
    font-size: 14px;
    line-height: 1.2;
}

.adress__item {
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 8px;
    background: #f0f6f6;
    padding: 8px 8px 8px 20px;
}

.adress__item:not(:last-child) {
    margin: 0 0 16px 0;
}

.adress__item-left {
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
}

.adress__item-btns {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 8px;
}

.adress__item-change {
    border-radius: 8px;
    width: 125px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.adress__item-delete {
    border-radius: 8px;
    width: 125px;
    height: 44px;
    background: #fe1f1f;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

/* -------------- delivery -------------- */
.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.delivery .title {
    margin: 0 0 48px 0;
}

.delivery .content__nav {
    max-width: 1080px;
}

.delivery__block {
}

.delivery__block-top p {
    font-weight: 500;
    font-size: 20px;
    color: #1f1f1f;
}

.delivery__block-top {
    font-weight: 500;
    font-size: 20px;
    color: #1f1f1f;
    padding: 0 0 0 24px;
    position: relative;
    margin: 0 0 32px 0;
}

.delivery__block-top:before {
    position: absolute;
    top: 5px;
    left: 0;
    content: "";
    width: 8px;
    height: 8px;
    background: #3ed182;
    box-shadow: 0 0 8px 0 rgba(0, 0, 0, 0.1);
    border-radius: 100%;
}

.delivery__block ul {
    max-width: 700px;
}

.delivery__block ul li {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    border-bottom: 1px solid #e8e8e8;
    padding: 0 0 16px 0;
}

.delivery__block ul li:not(:last-child) {
    margin: 0 0 16px 0;
}

.delivery__block ul li b {
    font-weight: 700;
    font-size: 14px;
    text-align: right;
    color: #1f1f1f;
}

/* -------------- payment -------------- */
.payment {
}

.payment .title {
    margin: 0 0 32px 0;
}

.payment__wrapper {
    max-width: 1214px;
}

.payment .row {
    margin: 0 -32px 0 -32px;
    margin-top: -32px;
}

.payment .col {
    width: 33.333333%;
    padding: 0 32px;
    margin-top: 32px;
}

.payment__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 20px 0 0 0;
    border-top: 2px solid #3ed182;
}

.payment__item-img {
    width: 32px;
    height: 32px;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
    margin: 0 13px 0 0;
}

.payment__item-text {
    padding: 6px 0 0 0;
}

.payment__item-text b {
    display: block;
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #1c1b1b;
    margin: 0 0 16px 0;
}

.payment__item-text p {
    font-weight: 400;
    font-size: 14px;
    line-height: 1.3;
    color: #1c1b1b;
}

.responsive-select {
    display: none;
}

/* -------------- contacts -------------- */
.contacts {
}

.contacts .title {
    margin: 0 0 40px 0;
}

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

.contacts__left {
    padding: 26px 0 0 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}

.contacts__block {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}

.contacts__block:not(:last-child) {
    margin: 0 0 24px 0;
}

.contacts__block-img {
    width: 56px;
    height: 56px;
    background: #3ed182;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100%;
    flex-shrink: 0;
    margin: 0 20px 0 0;
}

.contacts__block-text {
    padding: 9px 0 0 0;
}

.contacts__block-text b {
    display: block;
    font-weight: 700;
    font-size: 15px;
    color: #1c1b1b;
    margin: 0 0 10px 0;
}

.contacts__block-text p {
    font-weight: 400;
    font-size: 14px;
    color: #1c1b1b;
}

.contacts__block-text p:not(:last-child) {
    margin: 0 0 6px 0;
}

.contacts__block-text a {
    font-weight: 400;
    font-size: 14px;
    color: #1c1b1b;
    transition: 0.3s;
}

.contacts__block-text a:hover {
    color: #3ed182;
}

.contacts__img {
    max-width: 861px;
}

.contacts__bottom {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin: 80px 0 0 0;
}

.contacts__form {
    padding: 40px 0 0 0;
    flex-shrink: 0;
    margin: 0 30px 0 0;
}

.contacts__form .title {
    margin: 0 0 32px 0;
}

.contacts__form .input:not(:last-child) {
    margin: 0 0 32px 0;
}

.contacts__form-btn {
    border-radius: 8px;
    width: 194px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    text-align: center;
    color: #fff;
    margin: 32px 0 0 0;
    cursor: pointer;
}

.contacts__map {
    flex-grow: 1;
    max-width: 861px;
}

.contacts__bottom-xs {
    display: none;
}

/* -------------- modal -------------- */
.modal-html {
    position: fixed;
    overflow-y: scroll;
}

.modal-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(28, 28, 28, 0.4);
    z-index: 999;
    overflow: auto;
    padding: 100px 0;
    display: none;
}

.modal-overlay::-webkit-scrollbar {
    width: 0;
}

.modal-overlay {
    -ms-overflow-style: none;
}

.modal-overlay {
    overflow: -moz-scrollbars-none;
}

.modal-content {
    border-radius: 8px;
    width: 100%;
    max-width: 980px;
    margin: 0 auto 0;
    position: relative;
}

.modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 20px;
    height: 20px;
    background: url("../img/close.svg") center no-repeat;
}

.modalCart {
}

.modalCart .modal-content {
    max-width: 420px !important;
    border: 1px solid #e8e8e8;
    background: #fff;
    padding: 32px !important;
}

.modalCart__top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-weight: 700;
    font-size: 20px;
    color: #1c1b1b;
    margin: 0 0 24px 0;
}

.modalCart__top i {
    color: #3ed182;
    font-size: 22px;
    margin: 0 18px 0 0;
}

.modalCart__item {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    margin: 0 0 24px 0;
}

.modalCart__item-img {
    border: 1px solid #e8e8e8;
    border-radius: 8px;
    width: 124px;
    height: 124px;
    flex-shrink: 0;
    padding: 12px;
    margin: 0 23px 0 0;
}

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

.modalCart__item-wrap {
    padding: 8px 0 0 0;
}

.modalCart__item-name {
    font-weight: 700;
    font-size: 16px;
    line-height: 1.2;
    color: #1c1b1b;
    margin: 0 0 16px 0;
}

.modalCart__item-row {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.modalCart__item-price {
    font-weight: 700;
    font-size: 20px;
    line-height: 1.2;
    color: #fc7900;
    margin: 0 0 0 16px;
}

.modalCart__btns {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 12px;
}

.modalCart__ok {
    width: 50%;
    height: 44px;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    color: #fff;
}

.modalCart__continue {
    width: 50%;
    height: 44px;
    background: #d7e7e7;
    border-radius: 8px;
    font-weight: 500;
    font-size: 14px;
    text-align: center;
    color: #1c1b1b;
    transition: 0.3s;
}

.modalCart__continue:hover {
    background: #e3f5f5;
}

.modalCart__continue:active {
    background: #d7e7e7;
}

.modalAuth {
}

.modal-overlay .modal-content,
.zakaz-zvonka .modal-content,
.modalAuth .modal-content {
    background: #fff;
    border-radius: 16px;
    max-width: 360px;
    padding: 48px 24px 24px 24px;
    position: relative;
}

.modalAuth__loading {
    display: none;
    position: absolute;
    inset: 0;
    z-index: 20;
    background: rgba(255, 255, 255, 0.78);
    backdrop-filter: blur(2px);
    border-radius: 16px;
    align-items: center;
    justify-content: center;
    pointer-events: all;
}

.modalAuth.is-auth-loading .modalAuth__loading {
    display: flex;
}

.modalAuth__skeleton {
    width: 100%;
}

.skeleton-line {
    width: 100%;
    height: 14px;
    border-radius: 8px;
    background: #ececec;
    margin: 12px 0;
    position: relative;
    overflow: hidden;
}

.skeleton-line--lg {
    height: 18px;
}

.skeleton-line--sm {
    width: 60%;
    margin-left: 0;
}

.skeleton-button {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    background: #ececec;
    position: relative;
    overflow: hidden;
    margin-top: 16px;
}

.skeleton-line:after,
.skeleton-button:after {
    content: "";
    position: absolute;
    top: 0;
    left: -100%;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        90deg,
        rgba(236, 236, 236, 0) 0%,
        rgba(255, 255, 255, 0.8) 50%,
        rgba(236, 236, 236, 0) 100%
    );
    animation: skeleton-shimmer 1.2s infinite;
}

@keyframes skeleton-shimmer {
    0% {
        transform: translateX(0);
    }
    100% {
        transform: translateX(200%);
    }
}

.modal-btn {
    width: 100%;
    height: 44px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
    margin: 20px 0 0 0;
}

.modalAuth .input__title {
    margin: 0;
    line-height: 1;
}

.modalAuth .input__text {
    padding: 5px 0 10px 10px;
}

.modalAuth .input:not(:last-child) {
    margin: 0 0 20px 0;
}

.forgot {
    display: flex;
    justify-content: flex-end;
    margin: 15px 0 0 0;
}

.forgot__btn {
    font-weight: 700;
    text-decoration: underline;
    color: #fc7900;
}

.modalAuth__social {
    text-align: center;
    margin: 30px 0 15px 0;
}

.modalAuth__social span {
    display: block;
    color: #999;
    font-size: 12px;
    margin: 0 0 10px 0;
}

.modalAuth__social b {
    display: block;
    font-weight: 500;
    font-size: 14px;
    margin: 0 0 15px 0;
}

.modalAuth__social ul {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 10px 15px;
}

.modalAuth__bottom {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 12px;
    padding: 24px 24px;
    border-top: 1px solid #e8e8e8;
    margin: 0 -24px;
}

.modalAuth__bottom-btn {
    font-weight: 700;
    color: #fc7900;
    margin: 0 0 0 3px;
}

.modal-content button[type="submit"] {
    display: flex;
    justify-content: center;
    align-items: center;
    /* font-size: 12px; */
    padding: 24px 24px;
    border-top: 1px solid #e8e8e8;
}

.zakaz-zvonka .modal-content {
    padding-bottom: 24px;
}

.zakaz-zvonka textarea {
    height: initial;
}

.header_modal {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-bottom: 20px;
}

.has-error .help-block {
    color: #a94442;
}

.has-error .input__text {
    border-color: #a94442;
}

#addCaptcha {
    margin-top: 20px;
}

.modal-content .form-group:not(:last-child) {
    margin: 20px 0 0 0;
}

.swiper-slide {
    display: flex;
    height: auto;
    justify-content: center;
}

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

.popup_product_cart_content .title {
    font-size: 16px;
    margin-bottom: 10px;
}

.popup_product_cart_content .popup_product_cart_content_title .icon {
    margin-right: 10px;
}

.popup_product_cart_content .tovar img {
    margin: auto;
}

.popup_product_cart_content .green__btn {
    padding-left: 20px;
    padding-right: 20px;
    white-space: nowrap;
    margin: 0;
}

.popup_product_cart_content .left {
    width: 50%;
}

.popup_product_cart_content .right,
.popup_product_cart_content .right_product_info {
    padding-left: 20px;
    width: 70%;
}

.popup_product_cart_content .count_choise {
    display: flex;
    align-items: center;
}

.plus,
.minus {
    cursor: pointer;
}

.popup_product_cart_content .tovar > div {
    display: flex;
    align-items: center;
}

.count_choise .total_summ {
    font-weight: bold;
    color: #3ed182;
    margin-left: 10px;
}

.popup_product_cart_content_title .open_cart {
    outline: none;
    text-decoration: none;
    font-weight: 500;
    color: #004394;
    cursor: pointer;
}

#myCart .modal-content {
    max-width: 90%;
    padding: 24px;

}

.age-limit-logo {
    width: 80px;
    margin: auto;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 80px;
    border: 3px solid #fff;
    border-radius: 50%;
    background: #f44336;
    color: #fff;
    font-size: 20px;
    margin-top: -84px;
}

.stesp_two p,
.age-limit-modal-title {
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    margin-top: 35px;
}

.age-limit-buttons {
    display: flex;
    gap: 10px;
    margin-top: 10px;
}

.red__btn {
    background: #f44336;
}

.age-limit-modal .text {
    text-align: center;
    margin-top: 30px;
}

.agree-modal-active {
    overflow-y: hidden;
}

.popup_cart_title {
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
}

.cart_summ_text {
    text-align: right;
}

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

.cart_product_img {
    margin-right: 20px;
}

.cart_product_block {
    border-bottom: 1px solid #e5e5e5;
}

.cart_product_title {
    font-size: 16px;
    margin-bottom: 10px;
    color: #100701;
}

.gray__btn {
    background: #b7b7b7;
}

.cart_line_button {
    display: flex;
    justify-content: space-between;
    gap: 10px;
}

.cart_total_summ {
    text-align: right;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
}

.cart_total_summ {
    justify-content: end;
    font-size: 22px;
    font-weight: 500;
    margin-top: 30px;
    display: flex;
    gap: 30px;
}

.cart_product_price {
    font-size: 21px;
    display: inline-block;
    padding: 5px 10px;
    color: #0d0d0c;
    background: #fef2b8;
}

.cart_product_price2 {
    text-align: right;
    line-height: 100px;
    font-size: 20px;
    color: #0d0d0c;
}

.remove_icon {
    cursor: pointer;
}

.cart-item .col-sm-1 {
    width: 8.33333333%;
}

.cart-item .col-sm-2 {
    width: 16.66666667%;
}

.cart-item .col-sm-5 {
    width: 41.66666667%;
}

.price_old {
    font-weight: 400;
    font-size: 20px;
    line-height: 1.2;
    color: #ababab;
}

.long-text li {
    color: #555;
}

.cart__total .green__btn {
    margin: 0;
}

.long-text h1,
.long-text h2,
.long-text h3 {
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
}


.long-text ul, .long-text ol {
    margin-left: 1rem;
}

.long-text ol li {
    list-style: decimal !important;
}


.breadcrumbs a:after {
    margin: 0 15px;
    content: "\e901";
    color: #1f1f1f;
    font-size: 10px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.pagination {
    margin: 70px auto 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    gap: 10px;
}

.pagination span {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #ededed;
    font-weight: 500;
    border: 2px solid #ededed;
    padding: 0 10px;
    border-radius: 8px;
}

.pagination li {
    min-width: 40px;
    height: 40px;
}

.pagination a {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    background: #fff;
    border-radius: 8px;
    padding: 0 10px;
    color: #3ed182;
    border: 2px solid #3ed182;
    font-weight: 500;
}

.pagination .active a {
    background: #3ed182;
    color: #fff;
}

.pagination a:hover {
    background: #3de98d;
    border-color: #3de98d;
    color: #fff;
}

.btn {
    padding-left: 20px;
    padding-right: 20px;
    width: auto;
    margin: 20px 0;
    height: 44px;
    border-radius: 8px;
    font-weight: 700;
    font-size: 16px;
    color: #fff;
}

.article h1,
.article h2 {
    margin: 0 0 16px 0;
    font-weight: 500;
    font-size: 32px;
    color: #1c1b1b;
}

.out-of-stock {
    font-weight: 500;
    /*color: #fc0000;*/
    color: #a5a5a5;
}

.td__wrap .product_options {
    margin-top: 10px;
}

/* Chrome, Safari, Edge, Opera */
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

#total_count_hidden {
    display: none;
}

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

.product_options input[type="number"] {
    border: 1px solid #dedede;
    padding: 5px;
    border-radius: 3px;
}

.product_options div {
    margin-bottom: 4px;
}

.continue_shop.modalCart__continue {
    width: auto;
    padding-left: 20px;
    padding-right: 20px;
}

.alert {
    margin: 20px auto;
    padding: 20px;
    border-radius: 8px;
}

.alert-success {
    background: #d9ffd4;
    color: #099549;
}

.alert-danger {
    background: #ffd6d4;
    color: #951009;
}

.item__capacity-item input {
    display: none;
}

.item__capacity-item label,
.item__capacity-item span {
    cursor: pointer;
}

/* === Option list (show_template=1) — checkbox-style rows === */

.option-list-label input[type="radio"],
.option-list-item input[type="radio"] {
    display: block !important;
    position: absolute;
    opacity: 0;
    width: 0;
    height: 0;
    pointer-events: none;
}

.option_block:has(.option-list-item) {
    border: none;
    border-radius: 0;
    overflow: visible;
    margin-bottom: 0;
}

.option_block:has(.option-list-item) .item__capacity-title {
    padding: 0;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 6px;
}

.item__capacity:has(.option-list-item) {
    flex-direction: column;
    gap: 0;
    margin: 0;
}

.item__capacity-item.option-list-item {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 0;
    padding: 0;
    background: transparent;
    border: none;
    border-radius: 0;
}

.item__capacity-item.option-list-item + .item__capacity-item.option-list-item {
    border-top: none;
}

.option-list-label {
    display: flex;
    align-items: center;
    gap: 14px;
    width: 100%;
    background: transparent;
    padding: 10px 0;
    cursor: pointer;
    transition: background 0.15s ease;
    border: none;
    border-radius: 0;
    position: relative;
}

.option-list-label:hover {
    background: transparent;
}

.option-list-check {
    width: 20px;
    height: 20px;
    border: 2px solid #ccc;
    border-radius: 4px;
    background: transparent;
    position: relative;
    flex-shrink: 0;
    transition: border-color 0.15s, background 0.15s;
}

.option-list-thumb {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    background: #f0f0f0;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    flex-shrink: 0;
}

.option-list-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

.option-list-title {
    flex: 1 1 0;
    font-size: 15px;
    font-weight: 500;
    line-height: 1.3;
    color: #1c1b1b;
    text-align: left;
}

/* checked state */
.option-list-label input[type="radio"]:checked + .option-list-check {
    border-color: #3ed182;
    background: #3ed182;
}

.option-list-label input[type="radio"]:checked + .option-list-check:after {
    content: "";
    position: absolute;
    top: 1px;
    left: 5px;
    width: 5px;
    height: 9px;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    transform: rotate(45deg);
}

.option-list-label input[type="radio"]:checked ~ .option-list-title {
    color: #1c1b1b;
}

.option-list-show-more {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 12px 16px;
    font-size: 14px;
    font-weight: 600;
    color: #3ed182;
    cursor: pointer;
    transition: color 0.15s;
    border-top: 1px solid #efefef;
    user-select: none;
}

.option-list-show-more:hover {
    color: #28b96a;
}


.reg_p span {
    color: #3ed182;
    cursor: pointer;
    text-decoration: underline;
}

#reviews {

}

#reviews .card__reviews-btn {
    margin-bottom: 20px;
}

#rating svg {
    width: 32px;
    height: 32px;
    cursor: pointer;
    background: transparent;
    border-radius: 50%;
    padding: 2px;
}

#rating .write-review__voting input[type="radio"] {
    display: none;
}

.write-review__label {
    margin-right: 10px;
}

.swiper-slide .item__capacity {
    display: none;
}

.cab_filtr_block form {
    display: flex;
    gap: 10px;
    margin: 20px auto;
}

.cab_filtr_block form .catalog__sort {
    margin-bottom: 20px;
}

.cab_filtr_title {
    margin: 20px auto;
    font-weight: 500;
    font-size: 20px;
}

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

.botcab_filtr_butbl button {
    height: 41px;
}

.order_info_prod,
.order_info_load {
    border-radius: 8px;
    width: 176px;
    height: 41px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
}

.order-left-color {
    position: absolute;
    top: 0;
    left: 0;
    content: "";
    border-radius: 8px;
    width: 6px;
    height: 64px;
}

.order_info_text_wrap > div {
    display: flex;
    justify-content: space-between;
    margin: 20px auto;
    padding: 0 25px;
}

.userOrderInfo {
    border-top: 1px solid #eeee;
    background: #fbfbfb;
}

.order_info_text_title {
    font-weight: bold;
    font-size: 14px;
    margin-bottom: 7px;
}

.order_info_text_block {
    margin-bottom: 10px;
}

.unstap {
    display: grid;
    grid-template-columns: 18% 80%;
}

.gridProduct {
    margin-bottom: 5px;
    display: grid;
    grid-template-columns: 50% 15% 20% 15%;
    border: 1px solid #ecececcc;
    border-radius: 8px;
    padding: 10px;
}

.gridProduct .images {
    float: left;
    min-height: 42px !important;
}

.gridProduct .images img {
    float: left;
}

.gridProduct .prods {
    float: left;
    margin-top: 5px;
}

.maTOe {
    margin-top: 14px;
}

.userOrderInfo {
    margin-top: 20px;
    width: 100%;
    padding-top: 20px;
    border-top: 1px solid #eeee;
    background: #fbfbfb;
}

.userOrderInfo .order-main-data {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    width: 100%;
}

.city_ajaxs,
.otdelenie_ajaxs {
    display: none;
    list-style: none;
    width: 100%;
    border: 1px solid #3ed182;
    border-top: 0;
    padding: 0 20px;
}

.city_ajaxs li,
.otdelenie_ajaxs li {
    padding: 10px 0;
    cursor: pointer;
}

#shoporder-adres_list,
#useradress-typedel {
    border: 1px solid #e8e8e8;
    border-radius: 5px;
    width: 100%;
    height: 41px;
    padding: 0 16px;
    font-weight: 500;
    font-size: 14px;
    color: #848484;
    background: url("../img/select-arrow.svg") center right 15px no-repeat;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    cursor: pointer;
}

.tabs__content.active {
    display: block;
}

.tabs__content {
    display: none;
}

.order__wrapper .content__nav ul li {
    display: block;
    text-align: center;
    font-weight: 500;
    font-size: 20px;
    color: rgba(28, 27, 27, 0.3);
    padding: 0 0 16px 0;
    border-bottom: 1px solid #e8e8e8;
    transition: 0.3s;
    cursor: pointer;
}

.content__nav ul li:hover {
    color: #1c1b1b;
}

.content__nav ul li.active {
    color: #1c1b1b;
    border-color: #3ed182;
}

.tabs__caption {
    margin: 0 0 32px 0;
}

#settingudse {
    margin-top: 35px;
}

.cabinet_tabs .oform_btn {
    border-radius: 8px;
    width: 194px;
    height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
}

.cab-pass-setting {
}

.cab-pass-setting .row {
    margin-top: -16px;
    margin-left: -16px;
    margin-right: -16px;
    margin: 0 0 40px 0;
}

.cab-pass-setting .row .col {
    width: 50%;
    margin-top: 16px;
    padding: 0 16px;
}

.log_social ul {
    padding: 0;
    list-style-type: none;
    display: flex;
    justify-content: center;
    gap: 20px;
}

.order-tab {
    margin-top: 32px;
}

.units {
    display: none;
}

.order__right .ajaxOrdersCart .cart__total,
.order__right .ajaxOrdersCart .item__fav,
.order__right .ajaxOrdersCart .cart__table::before,
.order__right .ajaxOrdersCart tbody td:nth-child(3),
    /* .order__right .ajaxOrdersCart tbody td:nth-child(4), */
.order__right .ajaxOrdersCart tbody td:nth-child(6),
.order__right .ajaxOrdersCart thead {
    display: none;
}

.order__right .ajaxOrdersCart .cart__table table tbody td:first-child {
    padding-left: 0;
}

.order__right .ajaxOrdersCart .cart__img {
    margin-right: 24px;
}

.order__right .ajaxOrdersCart #catr_table {
    padding: 1px;
    max-height: 455px;
    overflow: hidden;
}

.order__right .ajaxOrdersCart #catr_table tr {
}

.order__right .ajaxOrdersCart .b-quantity {
    margin-right: 10px;
}

.order__right .ajaxOrdersCart .b-quantity input {
}

.order__right .ajaxOrdersCart .cart__name {
    max-width: 300px;
    padding-right: 10px;
}

.order__right .ajaxOrdersCart tbody td {
    border-bottom: none;
    padding: 15px 0;
}

.order__right .mCSB_inside > .mCSB_container {
    margin-right: 1px;
}

.order__right .ajaxOrdersCart .cart__price {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.35714;
    color: #1c1b1b;
    padding-right: 22px;
}

.order__right .ajaxOrdersCart .mCSB_scrollTools_vertical {
    margin-right: -5px;
}

.order__right .cart__table {
    max-height: 455px;
    padding: 24px 24px 24px 24px;
}

.order__right .cart_product_price {
    background: transparent;
    padding: 0;
}

.order__right .add-promo-code-wrap {
    padding: 24px 32px 24px 24px;
    border-bottom: 1px solid #e8e8e8;
}

.promocode_form_box {
    display: none;
    width: 100%;
}

.add-promo-code-wrap a {
    color: #3ed182;
}

.catalog_top_block {
    padding: 21px 0 0 0;
    margin: 21px 0 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog_top_block hr {
    display: none;
}

.filter_title {
    font-size: 20px;
    font-weight: 700;
    color: #3ed182;
    margin: 0 0 20px 0;
}

.catalog_top_line {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 10px 0;
    gap: 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}

.catalog_top_line:not(:last-child) {
    margin: 0 0 10px 0;
}

.catalog_top_number {
    width: 30px;
    height: 30px;
    flex-shrink: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 8px;
    background: #3ed182;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    margin-top: 7px;
}

.catalog_top_img {
    width: 45px;
    flex-shrink: 0;
}

.catalog_top_title a {
    font-size: 14px;
    font-weight: 400;
}

#document .document_document,
#view .view_view {
    display: flex;
    position: relative;
    height: 30px;
    width: 30px;
    align-items: center;
    justify-content: center;
}

#document svg,
#view svg {
    width: 21px;
    height: 21px;
}

#view svg {
    width: 26px;
    height: 26px;
}

#document .document_document span,
#view .view_view span {
    position: absolute;
    top: -3px;
    right: 0;
    width: 15px;
    height: 15px;
    border-radius: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #3ed182;
    font-weight: 700;
    font-size: 10px;
    color: #fff;
}

.sold-out .item__img img {
    opacity: 0.35;
}

.breadcrumbs .mobile-breadcrumbs {
    display: none;
}

.breadcrumbs .mobile-breadcrumbs a {
    font-size: 14px;
    color: #1f1f1f;
}

.breadcrumbs .mobile-breadcrumbs a::after {
    display: none;
}

.breadcrumbs .mobile-breadcrumbs a::before {
    margin: 0 15px 0 0;
    content: "\e901";
    color: #1f1f1f;
    font-size: 12px;
    font-family: "icomoon" !important;
    speak: never;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: rotate(180deg);
    display: inline-block;
}

.xs-btn-callback {
    display: none;
}

.xs-btn-callback button:hover {
    color: #3ed182;
}

.btn-numbers {
    display: none;
    width: 40px;
    height: 40px;
    background: #3ed182;
    border-radius: 12px;
    margin: 0 12px;
}

#modal-numbers a {
    display: block;
    color: #1f1f1f;
    font-size: 20px;
    text-align: center;
    margin: 20px auto;
}

#modal-numbers a:hover {
    color: #3ed182;
}

.vote5 svg {
    fill: #3ed182;
}

.vote4 svg {
    fill: #7fcfff;
}

.vote3 svg {
    fill: gray;
}

.vote2 svg {
    fill: #f96b16;
}

.vote1 svg {
    fill: red;
}

#rating .vote5 input[type="radio"]:checked + svg,
#rating .vote5 svg:hover {
    background: #3ed182;
    fill: #fff;
}

#rating .vote4 input[type="radio"]:checked + svg,
#rating .vote4 svg:hover {
    background: #7fcfff;
    fill: #fff;
}

#rating .vote3 input[type="radio"]:checked + svg,
#rating .vote3 svg:hover {
    background: gray;
    fill: #fff;
}

#rating .vote2 input[type="radio"]:checked + svg,
#rating .vote2 svg:hover {
    background: #f96b16;
    fill: #fff;
}

#rating .vote1 input[type="radio"]:checked + svg,
#rating .vote1 svg:hover {
    background: red;
    fill: #fff;
}

#rating {
    margin-bottom: 15px;
}

.add_soc_cab {
    color: #3ed182;
}

.productOrderInfo .prods {
    padding: 0 10px;
}

.productOrderInfo .prods a {
    color: #3ed182;
}

.delleteFav {
    position: absolute;
    top: 15px;
    right: 15px;
}

.catalog .pagination {

}

#dechevle .form-control {

}

#dechevle .form-group {
    display: flex;
    flex-direction: column-reverse;
    gap: 10px 0;
    position: relative;
}

#dechevle .control-label {
    font-weight: 700;
    font-size: 12px;
    line-height: 2;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
}

#dechevle .form-control {
    background: transparent;
    border-bottom: 1px solid #848484;
    width: 100%;
    padding: 0 0 16px 10px;
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #262626;
    border-radius: 0;
}

#dechevle .form-control::-webkit-input-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #848484;
}

#dechevle .form-control:-moz-placeholder {
    font-weight: 400;
    font-size: 15px;
    line-height: 17px;
    color: #848484;
}

.help-block {
    display: none;
}

.card__options-flex {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 0 15px;
    margin: 25px 0 0 0;;
}

.card__options-flex a {
    font-weight: 700;
    font-size: 14px;
    line-height: 1.3;
    text-align: center;
    color: #3ed182;
    border-bottom: 1px dashed #3ed182;
}

.card__reviews .mess-empty {
    display: none;
}

.priceOt {
    display: inline-flex;
    border: 1px solid #ffffff;
    padding: 5px;
    background-color: #fef2b8;
    flex-direction: column;
}

.maTOe b {
    display: none;
}

.line_acti {
    display: inline-flex;
    justify-content: flex-start;
    align-items: center;
    padding: 15px;
    border: 2px solid #fc7900;
    border-radius: 10px;
    margin: 0 0 20px 0;
}

.title_acti {
    font-size: 20px;
    margin: 0 0 10px 0;;
}

.title_timer {
    display: block;
    font-weight: 400;
    font-size: 14px;
    color: #1f1f1f;
    margin: 0 0 10px 0;
}

#clockdiv {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 0 5px;
    text-align: center;
    font-weight: 700;
    font-size: 32px;
    color: #1f1f1f;
}

#clockdiv > div {
    width: 38px;
}

#clockdiv span {
    display: block;
    font-weight: 700;
    font-size: 32px;
    color: #1f1f1f;
}

#clockdiv .smalltext {
    display: block;
    font-weight: 400;
    font-size: 12px;
    text-align: center;
    color: #c0c0c0;
}


.cart__name .alert {
    padding: 5px 10px;
}

/* Общие стили для сетки */
.banner_row {
    display: grid;
    grid-template-columns: repeat(12, 1fr);
    gap: 15px;
    margin-bottom: 15px;
}

/* Колонки от 1 до 12 для среднего экрана и выше */
.banner_row .col-md-1 {
    grid-column: span 1;
}

.banner_row .col-md-2 {
    grid-column: span 2;
}

.banner_row .col-md-3 {
    grid-column: span 3;
}

.banner_row .col-md-4 {
    grid-column: span 4;
}

.banner_row .col-md-5 {
    grid-column: span 5;
}

.banner_row .col-md-6 {
    grid-column: span 6;
}

.banner_row .col-md-7 {
    grid-column: span 7;
}

.banner_row .col-md-8 {
    grid-column: span 8;
}

.banner_row .col-md-9 {
    grid-column: span 9;
}

.banner_row .col-md-10 {
    grid-column: span 10;
}

.banner_row .col-md-11 {
    grid-column: span 11;
}

.banner_row .col-md-12 {
    grid-column: span 12;
}

/* Адаптивные стили для маленьких экранов (меньше 768px) */
@media (max-width: 768px) {
    .banner_row .col-md-1, .banner_row .col-md-2, .banner_row .col-md-3,
    .banner_row .col-md-4, .banner_row .col-md-5, .banner_row .col-md-6,
    .banner_row .col-md-7, .banner_row .col-md-8, .banner_row .col-md-9,
    .banner_row .col-md-10, .banner_row .col-md-11, .banner_row .col-md-12 {
        grid-column: span 12;
    }

    .header {
        height: 146px;
    }

    .header__contacts-wrap, .lang-wrap {
        display: none;
    }
}

.td__mrc_ed-cart {
    display: none;
}

@media (max-width: 780px) {
    #myCart .modal-content .header {
        height: auto !important;
    }

    .ss-cart {
        display: none;
    }

    .td__mrc_ed-cart {
        display: block;
    }

}


.long-text {
    color: #000000 !important;
    transition: max-height 0.3s ease-out;
}

/* Base typography */
.long-text p {
    margin: 1em 0;
    line-height: 1.6;
    color: #000000;
}

/* Headings */
.long-text h1,
.long-text h2,
.long-text h3,
.long-text h4 {
    margin: 1.5em 0 0.5em;
    line-height: 1.3;
    font-weight: 600;
}

.long-text h1 {
    font-size: 2em;
}

.long-text h2 {
    font-size: 1.75em;
}

.long-text h3 {
    font-size: 1.5em;
}

.long-text h4 {
    font-size: 1.25em;
}

/* Bold text */
.long-text b,
.long-text strong {
    font-weight: bold;
}

/* Lists */
.long-text ul,
.long-text ol {
    margin: 1em 0;
    padding-left: 1.5em;
}

.long-text li {
    list-style: circle;
    margin-bottom: 0.5em;
    color: #000000 !important;
}

/* Links */
.text__container .long-text a {
    color: #3498db;
    text-decoration: underline;
}

.text__container .long-text a:hover {
    text-decoration: none;
}

/* Images */
.text__container .long-text img {
    max-width: 100%;
    height: auto;
    display: block;
    margin: 1em auto;
}


@media (min-width: 420px) and (max-width: 500px) {
    .ajax_items .item__wrap {
        position: relative !important;
        width: 100%;
    }


    .ajax_items .item__row .item__stars {
        padding-left: 9px;
    }
}


@media (min-width: 200px) and (max-width: 420px) {
    .ajax_items .item__wrap {
        bottom: 9px;
        width: 93%;
        flex-wrap: wrap;
    }

    .ajax_items .item__row {
        display: none;
        position: absolute;
        bottom: 6px;
        width: 100%;
        text-align: center;
        margin: 0;
    }


    .ajax_items .item__row .add__cart {
        width: 100% !important;
    }

    .ajax_items .item__capacity {
        position: absolute;
        bottom: 60px;
    }


    .ajax_items .item__name {
        margin-bottom: 79px;
    }

}


@media (max-width: 500px) {
    .item .item__row {
        display: none;
    }
}


.order__block p.help-block-error {
    display: block !important;
    color: red;
}

.order__block div.help-block-error {
    display: none !important;
}


.order__block .input__text {
    border: 1px solid #ccc !important;
    padding: 8px 12px;
    border-radius: 6px;
}

.order__block .has-error .input__text {
    border-color: #a94442 !important;
}


.input_wrap_search {
    position: relative;
}

.input_wrap_search .input__text {
    padding-left: 30px;
    padding-right: 30px !important;
}

.input_wrap_search::after {
    content: '';
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #666;
    pointer-events: none;
}

.input_wrap_search::before {
    content: '';
    position: absolute;
    left: 10px;
    top: 50%;
    transform: translateY(-50%);
    width: 16px;
    height: 16px;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23666'%3E%3Cpath d='M15.5 14h-.79l-.28-.27C15.41 12.59 16 11.11 16 9.5 16 5.91 13.09 3 9.5 3S3 5.91 3 9.5 5.91 16 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79l5 4.99L20.49 19l-4.99-5zm-6 0C7.01 14 5 11.99 5 9.5S7.01 5 9.5 5 14 7.01 14 9.5 11.99 14 9.5 14z'/%3E%3C/svg%3E");
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
}


/* --- Subcategory Block --- */
.subcategory-list {
    display: flex;
    gap: 24px;
    flex-wrap: wrap;
    background: #fff;
    padding-bottom: 16px;
    border-radius: 8px;
    justify-content: flex-start;
}

.subcategory-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    width: 120px;
    transition: box-shadow 0.2s;
    border-radius: 8px;
    padding: 8px;
}

.subcategory-item:hover {
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    background: #f9f9f9;
}

.subcategory-thumb img {
    width: 64px;
    height: 64px;
    object-fit: contain;
    margin-bottom: 8px;
}

.subcategory-title {
    text-align: center;
    font-size: 14px;
    font-weight: 500;
}

.subcategory-thumb-placeholder {
    width: 64px;
    height: 64px;
    background: #eee;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 8px;
    font-size: 32px;
    color: #bbb;
}

@media (max-width: 1024px) {
    .subcategory-list {
        gap: 16px;
        padding: 12px;
    }

    .subcategory-item {
        width: 100px;
        padding: 6px;
    }

    .subcategory-thumb img,
    .subcategory-thumb-placeholder {
        width: 48px;
        height: 48px;
    }
}

@media (max-width: 600px) {
    .subcategory-list {
        gap: 8px;
        padding: 8px;
        justify-content: flex-start;
        margin: 12px 0;
        place-content: flex-start;
    }


    .subcategory-list{
        padding: 0;
    }
    .subcategory-item {
        width: 80px;
        padding: 4px;
    }

    .subcategory-title {
        font-size: 12px;
    }

    .subcategory-thumb img,
    .subcategory-thumb-placeholder {
        width: 36px;
        height: 36px;
        font-size: 18px;
    }
}

/* Tags / internal-linking buttons (future cross-linking) */
.tags__content {
    padding: 10px 21px;
    box-sizing: border-box;
    border-radius: 0 0 4px 4px;
}

.tags__list {
    display: flex;
    margin: 0 -2px;
    flex-wrap: wrap;
}

.tags__item {
    display: inline-block;
    padding: 5px 4px;
}

.tags__link {
    display: inline-block;
    padding: 7px 10px;
    box-sizing: border-box;
    color: #414141;
    background: #F4F4F4;
    border-radius: 24px;
    font-size: 0.875rem;
    cursor: pointer;
}

/* Page H1 under slider */
.page-h1 {
    margin: 16px 0 0;
}
