

/* Start:/local/templates/smartsoft/css/_reset.css?17281617981820*/
html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

body {
  line-height: 1;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::before,
blockquote::after {
  content: '';
  content: none;
}

q::after,
q::before {
  content: '';
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

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

a:hover,
a:focus {
  text-decoration: none;
  color: inherit;
}

*:focus {
  outline: none;
}

* {
  box-sizing: border-box;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:active,
input:-webkit-autofill:focus {
  background-color: transparent !important;
  color: var(--light-color) !important;
  -webkit-box-shadow: 0 0 0 1000px var(--dark-bg) inset !important;
  -webkit-text-fill-color: #fff !important;
}

li {
  list-style-type: none;
}

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

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

input[hidden] {
  display: none !important;
}
/* End */


/* Start:/local/templates/smartsoft/css/_typo.css?17419556481290*/
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local('Roboto'),
        url('/local/templates/smartsoft/css/../fonts/Roboto-Regular.woff2') format('woff2'),
        url('/local/templates/smartsoft/css/../fonts/Roboto-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: local('OpenSans'),
        url('/local/templates/smartsoft/css/../fonts/OpenSans-Regular.woff2') format('woff2'),
        url('/local/templates/smartsoft/css/../fonts/OpenSans-Regular.ttf') format('truetype');
}

@font-face {
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 500;
    src: local('OpenSans'),
        url('/local/templates/smartsoft/css/../fonts/OpenSans-SemiBold.woff2') format('woff2'),
        url('/local/templates/smartsoft/css/../fonts/OpenSans-SemiBold.ttf') format('truetype');
}

.h1 {
    font-weight: 500;
    font-size: var(--h1-f-size);
}

.h2 {
    font-weight: 500;
    font-size: var(--h2-f-size);
}

.h3 {
    font-weight: 500;
    font-size: var(--h3-f-size);
}

.h4 {
    font-weight: 500;
    font-size: var(--h3-f-size);
}

.h5 {
    font-weight: 500;
    font-size: var(--h5-f-size);
}

.h6 {
    font-weight: 500;
    font-size: var(--h6-f-size);
}

.text {
    font-size: var(--root-f-size);
}

.text-price {
    font-weight: 500;
    font-size: var(--price-f-size);
}

.text-msg {
    font-size: var(--msg-f-size);
}
/* End */


/* Start:/local/templates/smartsoft/css/_vars.css?1741955638765*/
:root {
     /* Grid */
    --grid-cols: 12;
    --gutters: 15px;
    
    /* Brakepoints */
    --bp-sm: 576px;
    --bp-md: 768px;
    --bp-lg: 1200px;
    --bp-xl: 1200px; /*xl - не используется */
    
    /* Typography */
    --root-f-size: 16px;
    
    --h1-f-size: 54px;
    --h2-f-size: 42px;
    --h3-f-size: 22px;
    --h4-f-size: 18px;
    --h5-f-size: 16px;
    --h6-f-size: 14px;
    --menu-item-f-size: 14px;
    --price-f-size: 24px;
    --msg-f-size: 15px;
    
    /* Colors */
    --dark-bg: #111;
    
    --primary-color: #60902d;
    --secondary-color: #84b451;
    --danger-color: #fe0000;
    --light-color: #efeeec;
    --dark-color: #111;
    --warning-color: #FF8041;
    --info-color: #4DC2D2;
    --light-bg: #efeeec;
}


/* End */


/* Start:/local/templates/smartsoft/css/_helpers.css?1729071552730*/
.text-primary {
    color: var(--primary-color) !important;
}

.text-secondary {
    color: var(--secondary-color) !important;
}

.text-danger {
    color: var(--danger-color) !important;
}

.text-light {
    color: var(--light-color) !important;
}

.text-dark {
    color: #000;
}

.text-center {
    text-align: center;
}
.text-right {
    text-align: right;
}
.text-left {
    text-align: left;
}

.upper {
    text-transform: uppercase;
}

.bg-dark {
    background-color: var(--dark-bg);
}

.bg-sprite {
    background-color: var(--dark-bg);
    background-image: url('/local/templates/smartsoft/images/black_paper.png');
}

.bg-light {
    background-color: var(--light-bg);
}

.img-r {
    width: 100%;
    height: auto;
}

/* End */


/* Start:/local/templates/smartsoft/css/_base.css?174790463128653*/
html {
    scrollbar-width: none;
}

.wave-wrap {
    display: flex;
    width: 100%;
    position: relative;
    margin: -0.5px;
}

.wave-wrap .wave-wrap__wave {
    min-width: 100%;
    aspect-ratio: 395/31;
}

.wave-wrap .asparagus {
    width: 230px;
    position: absolute;
}

.ruble {
    font-family: "Roboto", 'OpenSans', sans-serif;
    line-height: inherit;
    position: relative;
    bottom: 0;
}

span.orange {
    color: var(--warning-color);
}

span.copy-content {
    cursor: pointer;
}

button:disabled,
button:disabled:hover {
    background-color: #ccc;
    border-color: #ccc;
}

button:disabled {
    color: grey !important;
}

body {
    font-family: 'OpenSans', 'Roboto Regular', sans-serif;
    line-height: 1.2;
    font-weight: 400;
    font-size: var(--root-f-size);
    /* background-color: var(--dark-bg); */
    background: url('/local/templates/smartsoft/images/black_paper.png');
    height: 100%;
    color: var(--light-color);
    overflow-x: hidden;
    max-width: 100dvw;
    z-index: 1;
}

body:has(.modal-open) {
    overflow: hidden;
}

/* main:has(.info-banner) {
    overflow-x: hidden;
} */

.container {
    max-width: min(var(--bp-lg), 100%);
    margin: 0 auto;
    padding: 0 var(--gutters);
}

.container--fluid {
    margin: 0;
    max-width: 100%;
    flex: 1 0 auto;
}

.color-warning {
    color: var(--warning-color);
}

.color-light-transparent {
    color: rgba(239, 238, 236, .5);

}

.nowrap {
    white-space: nowrap;
}

.wrapper {
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

main {
    flex: 1 0 auto;
}

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

.primary-btn {
    padding: 15px 25px;
}

.primary-btn,
.primary-btn-small {
    width: auto;
    background-color: initial;
    border-color: var(--primary-color);
    color: #efeeec;
    border-radius: 34px;
    font-weight: 500;
    font-size: 16px;
    /* letter-spacing: 1.5px; */
    line-height: 1.2;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
    white-space: nowrap;
}

.primary-btn:hover,
.primary-btn-small:hover {
    background-color: var(--primary-color);
    color: var(--light-color);
}

.primary-btn[disabled]:hover,
.primary-btn-small[disabled]:hover {
    background-color: initial;
    border-color: var(--primary-color);
    color: var(--light-color);
}

.primary-btn-small,
.primary-btn-small-fill {
    padding: 8px 12px;
}

.primary-btn-very-small {
    padding: 5px 10px;
}

.primary-btn-fill {
    padding: 15px 25px;
}

.primary-btn.fill,
.primary-btn-fill,
.primary-btn-small-fill {
    background-color: var(--primary-color);
    width: auto;
    border-color: var(--primary-color);
    color: var(--light-color);
    border-radius: 34px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    border: 2px solid var(--primary-color);
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
}

.primary-btn.fill:hover,
.primary-btn-fill:hover,
.primary-btn-small-fill:hover {
    background-color: var(--light-color);
    color: var(--primary-color);
}

.primary-btn-fill[disabled],
.primary-btn-small-fill[disabled],
.primary-btn[disabled],
.primary-btn-small[disabled] {
    opacity: 1;
    background: var(--light-color);
    color: gray;
    cursor: auto;
    user-select: none;
}


.primary-btn[disabled]:hover,
.primary-btn-small[disabled]:hover,
.primary-btn-fill[disabled]:hover,
.primary-btn-small-fill[disabled]:hover {
    background: var(--light-color);
    color: gray;
    cursor: auto;
    user-select: none;
}

.dark-btn {
    width: auto;
    padding: 15px 25px;
    background-color: initial;
    border-color: #60902d;
    color: #efeeec;
    border-radius: 34px;
    font-weight: 500;
    font-size: 16px;
    line-height: 1.2;
    border: 2px solid #60902d;
    cursor: pointer;
    transition: all .2s ease;
    text-align: center;
}

.dark-btn:hover {
    background-color: #60902d;
    color: #efeeec;
}

.btn--big {
    padding: 20px 30px;
    line-height: 1.3;
}

.btn--mini {
    padding: 8px 30px;
    font-size: 14px;
}

.alert-danger {
    color: var(--warning-color);
    font-weight: 500;
    background-color: transparent;
    border: 1px solid var(--warning-color);
    border-radius: 50px;
    padding: 10px;
}

.alert-success {
    color: var(--light-color);
    font-weight: 500;
    background-color: transparent;
    border: 1px solid var(--primary-color);
    border-radius: 50px;
    padding: 10px;
}

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

.input-wrap {
    display: flex;
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    font-size: 16px;
    line-height: 1.2;
    border-radius: 34px;
    transition: all .2s ease;
    overflow: hidden;
}

.input-wrap__item {
    flex-grow: 1;
    background: transparent;
    border: 0;
    padding: 16px 20px;
    font-size: 16px;
    line-height: 1.2;
}

.primary-input {
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    border-radius: 34px;
    transition: all .2s ease;
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 20px;
    color: var(--light-color);
    background-color: var(--dark-bg);
    min-width: 70px;
}

.primary-input:focus,
.primary-input-small:focus {
    border-color: var(--primary-color);
}

.primary-input-small {
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    border-radius: 24px;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px;
    color: var(--light-color);
    background-color: transparent;
    min-width: 70px;
}


@media screen and (max-width: 768px) {
    .small-input {
        font-size: 14px !important;
        padding: 14px 20px !important;
    }
}

.custom-checkbox {
    display: flex;
}

.custom-checkbox__custom-checkbox-wrap {
    margin-right: 10px;
}

.custom-checkbox-wrap {
    position: relative;
    height: 28px;
    min-width: 28px;
    cursor: pointer;
}

.custom-checkbox-wrap input {
    position: absolute;
    width: 100%;
    height: 100%;
    margin: 0;
    opacity: 0;
    z-index: 100;
}


.custom-checkbox-wrap .fake-checkbox {
    border-radius: 50%;
    position: relative;
    border: 1.5px solid rgba(0, 0, 0, .5);

    height: 28px;
    width: 28px;

    cursor: pointer;
    transition: all .2s ease;
}

.custom-checkbox-wrap .fake-checkbox {
    border-color: hsla(0, 0%, 85.1%, .65);
}

.custom-checkbox-wrap .fake-checkbox::after {
    position: absolute;
    content: "";
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color);
    opacity: 0;
    transition: all .2s ease;
}

.custom-checkbox-wrap:has(input:checked) .fake-checkbox::after {
    opacity: 1;
    width: 18px;
    height: 18px;
}

@media screen and (max-width: 576px) {
    .hide-xs-down {
        display: none !important;
    }
}

@media screen and (min-width: 576px) {
    .hide-xs-up {
        display: none !important;
    }
}


@media screen and (max-width: 768px) {
    .hide-sm-down {
        display: none !important;
    }
}

@media screen and (min-width: 768px) {
    .hide-sm-up {
        display: none !important;
    }

    .h2-header {
        font-size: 36px;
        text-align: left;
        margin-bottom: 30px;
    }
}

@media screen and (max-width: 998px) {
    .hide-md-down {
        display: none !important;
    }
}

@media screen and (min-width: 998px) {
    .hide-md-up {
        display: none !important;
    }
}

@media screen and (min-width: 1199px) {
    .hide-lg-up {
        display: none !important;
    }

    .h2-header {
        font-size: 42px;
        text-align: left;
        margin-bottom: 35px;
    }
}

@media screen and (max-width: 1199px) {
    .hide-lg-down {
        display: none !important;
    }
}


/* custom-select */


.v-select {
    position: relative;
    font-family: inherit;
}

.custom-select {
    font-size: 16px;
    line-height: 1.2;
}

.vs__dropdown-toggle {
    -webkit-appearance: none;
    appearance: none;
    display: flex;
    padding: 0 0 4px;
    background: none;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    white-space: normal;
}

.custom-select .vs__dropdown-toggle {
    border-radius: 34px;
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    padding: 0;
}

.vs__dropdown-menu {
    display: block;
    position: absolute;
    top: calc(100% - 1px);
    left: 0;
    z-index: 1000;
    padding: 5px 0;
    margin: 0;
    width: 100%;
    max-height: 0;
    opacity: 0;
    min-width: 160px;
    overflow-y: auto;
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .15);
    border: 1px solid rgba(60, 60, 60, .26);
    border-top-style: none;
    border-radius: 0 0 4px 4px;
    text-align: left;
    list-style: none;
    background: #fff;
    transition: all .2s ease;
}


.vs--open .vs__dropdown-menu {
    max-height: 350px;
    opacity: 1;
}

.vs--single.vs--open .vs__selected {
    position: absolute;
    opacity: .4;
}

.custom-select .vs__dropdown-menu {
    border-radius: 0 0 34px 34px;
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    border-top: 0;
    box-shadow: none;
    background-color: var(--light-bg, #efeeec);
    scrollbar-width: none;
}

.custom-select .vs__selected-options {
    padding: 0 !important;
    cursor: pointer;
}

.vs__selected-options {
    display: flex;
    flex-basis: 100%;
    flex-grow: 1;
    flex-wrap: wrap;
    padding: 0 2px;
    position: relative;
}

.custom-select .vs__selected {
    position: static !important;
    line-height: 1.2;
    margin: 0;
    padding: 20px;
    border: none;
}

.vs--single .vs__selected {
    background-color: initial;
    border-color: transparent;
}

.vs__selected {
    display: flex;
    align-items: center;
    background-color: #f0f0f0;
    border: 1px solid rgba(60, 60, 60, .26);
    border-radius: 4px;
    color: #333;
    line-height: 1.4;
    margin: 4px 2px 0;
    padding: 0 .25em;
}

.vs--unsearchable .vs__search:hover {
    cursor: pointer;
}

.custom-select .vs__selected-options input {
    font-size: 16px;
    line-height: 1.2;
    border: none;
    margin: 0;
    padding: 0;
}

.vs--unsearchable .vs__search {
    opacity: 1;
}

.vs__search,
.vs__search:focus {
    -webkit-appearance: none;
    appearance: none;
    line-height: 1.4;
    font-size: 1em;
    border: 1px solid transparent;
    border-left: none;
    outline: none;
    margin: 4px 0 0;
    padding: 0 7px;
    background: none;
    box-shadow: none;
    width: 0;
    max-width: 100%;
    flex-grow: 1;
}

.custom-select .vs__actions {
    padding: 0 !important;
    position: relative;
    margin: auto 20px auto auto;
}

.vs__actions {
    display: flex;
    align-items: center;
    padding: 4px 6px 0 3px;
}

.vs__clear {
    fill: rgba(60, 60, 60, .5);
    padding: 0;
    border: 0;
    background-color: initial;
    cursor: pointer;
    margin-right: 8px;
}

.vs__open-indicator {
    fill: rgba(60, 60, 60, .5);
    transform: scale(1);
    transition: transform .15s cubic-bezier(1, -.115, .975, .855);
    transition-timing-function: cubic-bezier(1, -.115, .975, .855);
}

.vs--open .vs__open-indicator {
    transform: rotate(180deg) scale(1);
}

.vs__spinner,
.vs__spinner:after {
    border-radius: 50%;
    width: 5em;
    height: 5em;
}

.vs__spinner {
    align-self: center;
    opacity: 0;
    font-size: 5px;
    text-indent: -9999em;
    overflow: hidden;
    border: .9em solid hsla(0, 0%, 39.2%, .1);
    border-left-color: rgba(60, 60, 60, .45);
    transform: translateZ(0);
    animation: vSelectSpinner 1.1s linear infinite;
    transition: opacity .1s;
}

.vs--open .vs__dropdown-toggle {
    border-bottom-color: transparent !important;
    border-bottom-left-radius: 0 !important;
    border-bottom-right-radius: 0 !important;
}

.vs__dropdown-option {
    line-height: 1.42857143;
    display: block;
    padding: 10px 20px;
    clear: both;
    color: #333;
    white-space: nowrap;
}

.vs__dropdown-option--selected {
    background-color: var(--primary-color);
    color: var(--light-bg);
}

.white-select .vs__dropdown-toggle {
    border-radius: 34px;
    border: 2px solid var(--light-color);
}

.white-select .vs__selected {
    position: static !important;
    line-height: 1.2;
    margin: 0;
    border: none;
    color: var(--light-color);
}

.white-select .vs__actions svg {
    fill: var(--light-color);
}

.white-select .vs__dropdown-menu,
.white-select .vs__dropdown-option {
    background-color: var(--dark-bg);
}

.white-select .vs__dropdown-menu {
    border-radius: 0 0 34px 34px;
    border: 2px solid var(--light-color);
    border-top: 0;
    box-shadow: none;
    color: var(--light-color) !important;
    z-index: 10;
}

.white-select .vs__dropdown-option {
    color: var(--light-color);
}

.white-select .vs__dropdown-option--selected {
    background-color: var(--light-bg);
    color: var(--dark-bg);
}

@keyframes vSelectSpinner {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(1turn);
    }
}

/* custom-select end */

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

.splide__slide img {
    max-width: 100%;
    max-height: 100%;
}

.splide__pagination {
    bottom: -30px;
}

.splide__pagination {
    justify-content: start;
    z-index: 2;
}

.splide__pagination__page {
    width: 20px;
    height: 10px;

    margin-left: 5px;
    margin-right: 5px;
    background: var(--light-bg, #efeeec);
    border-radius: 8px;
    cursor: pointer;
    transition: all .2s ease;
    opacity: 1;
}

.splide__pagination__page.is-active {
    background: var(--primary-color);
    transform: scaleX(1.4);
    border-radius: 4px;

}

/* pagination */

.paginate {
    margin-bottom: 100px;

}

.bx-pagination .bx-pagination-container ul li a {
    user-select: none;
}

.bx-pagination .bx-pagination-container ul li span {
    -webkit-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    -moz-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    -ms-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    -o-transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    transition: color .3s ease, background-color .3s ease, border-color .3s ease, opacity .3s ease;
    background: transparent;
    padding: 0 8px;
    display: block;
    min-width: 32px;
    line-height: 28px;
    height: 32px;
    color: var(--light-color);
    font-size: 14px;
    border-radius: 16px;
    vertical-align: middle;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border: 2px solid var(--primary-color);
    opacity: 0.7;
    user-select: none;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next span {
    color: var(--light-color);
    background: transparent;
    border: 2px solid var(--primary-color);
    line-height: 28px;
    padding: 0 18px;
}

.bx-pagination .bx-pagination-container ul li.bx-active span {
    background: var(--primary-color);
    color: var(--light-bg);
    border-color: var(--primary-color);
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a span {
    background: var(--primary-color);
    border: 2px solid var(--primary-color);
    color: var(--light-color);

}

.bx-pagination .bx-pagination-container ul li:has(a) span,
.bx-pagination .bx-pagination-container ul li.bx-active span {
    opacity: 1;
}

.bx-pagination .bx-pagination-container ul li.bx-pag-all a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-prev a:hover span,
.bx-pagination .bx-pagination-container ul li.bx-pag-next a:hover span {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
    opacity: 0.8;
}

.bx-pagination .bx-pagination-container ul li a:hover span {
    background: var(--primary-color);
    border-color: var(--primary-color);
    color: var(--light-color);
}


/* popup catalog */

.popup-window {
    background-color: var(--dark-bg);
    box-shadow: 0 7px 21px rgba(255, 255, 255, .12), 0 -1px 6px 0 rgba(255, 255, 255, .06);
    padding: 10px;
    font: 13px var(--ui-font-family-primary, var(--ui-font-family-helvetica));
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    justify-content: stretch;
    border-radius: var(--popup-window-border-radius);
    will-change: opacity;
    border: 1px solid var(--light-color);
    color: var(--light-color);
    border-radius: 12px;
}

.popup-window-titlebar-text,
.popup-window-titlebar-text-version {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    color: var(--light-color);
    display: inline-block;
    font-size: 14px;
    font-weight: var(--ui-font-weight-bold);
    max-width: 100%;
    line-height: 49px;
    overflow: hidden;
    padding: 0 30px 0 4px;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.popup-window-close-icon {
    opacity: 0.8;
}

.popup-window-close-icon:after {
    width: 16px;
    height: 16px;
    background-image: url("/local/templates/smartsoft/images/icons/close.svg");
}

.popup-window-with-titlebar .popup-window-content {
    background-color: transparent !important;
}

.popup-window-content p {
    padding-block: 20px;
    font-size: 14px;
}

.popup-window-buttons {
    margin-bottom: 20px;
}

.popup-window.popup-window-with-titlebar {
    max-width: 90vw !important;
    left: 50% !important;
    transform: translateX(-50%) !important;
}

.popup-window-overlay {
    max-width: 100dvw !important;
    width: 100dvw !important;
}

@media screen and (max-width: 576px) {
    .popup-window.popup-window-with-titlebar {
        width: min(90vw, 400px) !important;
    }

    .popup-window-buttons {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 20px;
        padding-top: 0;
    }

    .popup-window-buttons .primary-btn {
        width: 100%;
        padding: 10px;
        margin-right: 0px !important;
        font-size: 12px;
        text-align: center;
        line-height: 1.2;
    }
}

/* popup catalog */

.r52-a-cookies.active {
    box-shadow: 0 7px 21px rgba(255, 255, 255, .12);
    border: 1px solid var(--light-color);
}

.r52-a-cookies__btn {
    border-width: 1px;
}

#searchfield::-webkit-search-cancel-button {
    display: none;
}


/*ajax-preloader*/
.ajax-preloader {
    position: fixed;
    z-index: 100;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);

    color: var(--color-white);
    font-size: 40px;
    font-weight: 700;
    text-align: center;

    line-height: 40px;
}


.ajax-preloader-shadow {
    position: fixed;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0;
    z-index: 80;
}

/* bx.calendar */
.bx-calendar-top-month,
.bx-calendar-top-year {
    color: var(--light-color) !important;
}

.bx-calendar-top-month:hover,
.bx-calendar-top-year:hover {
    color: var(--dark-bg) !important;
    background: var(--light-color) !important;
}

.bx-calendar-year-title,
.bx-calendar-month-title {
    color: var(--light-color) !important;
}

.bx-calendar-month,
.bx-calendar-month:link,
.bx-calendar-month:active,
.bx-calendar-month:visited,
.bx-calendar-year-number,
.bx-calendar-year-number:link,
.bx-calendar-year-number:active,
.bx-calendar-year-number:visited {
    color: var(--light-color) !important;
    transition: all .2s ease;
}

.bx-calendar-month:hover,
.bx-calendar-year-number:hover {
    color: var(--dark-bg) !important;
    background: var(--light-color) !important;
}

.bx-calendar-cell,
.bx-calendar-cell:link,
.bx-calendar-cell:active,
.bx-calendar-cell:visited {
    color: var(--light-color);
    transition: all .2s ease;
}

.bx-calendar-cell:hover {
    color: var(--dark-bg);
    background: var(--light-color);
}

.bx-calendar-cell.bx-calendar-active {
    color: var(--light-color) !important;
    background: var(--primary-color) !important;
    transition: all .2s ease;
}

.bx-calendar-cell.bx-calendar-weekend {
    color: var(--primary-color);
}

/* datetimepicker */
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    color: var(--light-color);
    background: var(--dark-bg);
    transition: all .2s ease;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar th {
    border: 1px solid hsla(0, 0%, 85.1%, .65);
    color: var(--light-color);
    background: var(--dark-bg);
    transition: all .2s ease;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_today {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td.xdsoft_current {
    background: var(--primary-color);
    color: var(--light-color) !important;
    box-shadow: none;
    transition: all .2s ease;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar td:hover {
    background: var(--light-color) !important;
    color: var(--dark-bg) !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_calendar .xdsoft_date.xdsoft_disabled:hover {
    background: var(--dark-bg) !important;
    color: var(--light-color) !important;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option.xdsoft_current {
    background: var(--primary-color) !important;
    color: var(--light-color) !important;
    box-shadow: none;
    transition: all .2s ease;
}

.xdsoft_datetimepicker.xdsoft_dark .xdsoft_label>.xdsoft_select>div>.xdsoft_option:hover {
    background: var(--light-color) !important;
    color: var(--dark-bg) !important;
    box-shadow: none;
    transition: all .2s ease;
}

.xdsoft_datetimepicker .xdsoft_next,
.xdsoft_datetimepicker .xdsoft_prev,
.xdsoft_datetimepicker .xdsoft_today_button {
    display: none !important;
}

.xdsoft_datetimepicker .xdsoft_label {
    color: var(--light-color) !important;
    font-weight: 500 !important;
}

.xdsoft_datetimepicker .xdsoft_label i {
    opacity: 1 !important;
}



.xdsoft_datetimepicker.xdsoft_dark {
    border-radius: 12px;
    background-color: var(--dark-bg) !important;
    color: var(--light-color) !important;
    box-shadow: 0 7px 21px rgba(255, 255, 255, .12);
    border: 1px solid hsla(0, 0%, 85.1%, .65);
}

.order>.bx-authform {
    margin: 50px auto;
}

/* feedback-form */

.feedback {
    padding: 30px 0;

}

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

.feedback__info {
    flex: 0 1 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.feedback__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 500;
    text-align: center;
}

.feedback__text {
    padding: 20px 0;
    font-size: 14px;
    line-height: 1.2;
    text-align: center;
    width: 300px;
}

.feedback__form {
    flex: 0 1 100%;
    max-width: 100%;
}

.feedback-form__item {
    margin-bottom: 15px;
}

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

.send button {
    color: var(--primary-color);
}




.custom-textarea-wrap__textarea {
    padding: 20px;
    width: 100%;
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    resize: none;
    background-color: initial;
    border-radius: 34px;
    font-size: 16px;
    line-height: 1.2;
    transition: all .2s ease;
}


@media screen and (min-width: 768px) {
    .feedback {
        padding: 50px 0;
    }

    .feedback__title {
        font-size: 36px;
    }

    .feedback__text {
        font-size: 22px;
        width: auto;
    }
}

@media screen and (min-width: 1200px) {
    .feedback__body {
        flex-direction: row;
    }

    .feedback__info {
        flex: 0 1 50%;
        max-width: 50%;
        align-items: flex-start;
    }

    .feedback__title {
        font-size: 42px;
        text-align: left;
    }

    .feedback__text {
        font-size: 22px;
        width: 380px;
        text-align: left;
    }

    .feedback__form {
        flex: 0 1 50%;
        max-width: 50%;
    }

    .custom-textarea-wrap__textarea {
        padding: 21px 20px;
    }
}

* {
    -webkit-tap-highlight-color: transparent;
}

.bx-breadcrumb {
    margin-top: 30px;
}

.bx-breadcrumb .bx-breadcrumb-item span {
    font-size: 16px;
}

.bx-breadcrumb i {
    font-size: 16px;
}

@media (max-width: 995px) {
    .bx-breadcrumb {
        margin-top: 20px;
    }

    .bx-breadcrumb>.bx-breadcrumb-item:not(:has(a)) {
        display: none;
    }
}


/* radio */
/*
<div class="custom-radio-group">
    <label class="custom-radio-item">
        <span class="custom-radio-indicator"></span>
        <input type="radio" name="DELIVERY" />
        <span class="custom-radio-label">Кострома, Советская 1</span>
    </label>
</div>
*/

/* Контейнер одного радио-пункта */
.custom-radio-group {
    margin-bottom: 10px;
}

/* Обёртка */
.custom-radio-item {
    display: flex;
    align-items: center;
    gap: 5px;
    cursor: pointer;
    position: relative;
    justify-content: space-between;
    width: 100%;
    padding-right: 5px;
    /* чтобы не прилипала корзина */
}

/* Индикатор radio-кнопки */
.custom-radio-indicator {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 20px;
    height: 20px;
    border: 2px solid hsla(0, 0%, 85.1%, 0.65);
    border-radius: 50%;
    flex-shrink: 0;
    position: relative;
    transition: all 300ms ease;
}

/* Внутренний круг */
.custom-radio-indicator::after {
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: var(--primary-color, #007bff);
    opacity: 0;
    transition: all 300ms ease;
}

/* Скрытие стандартного input */
.custom-radio-item input[type="radio"] {
    display: none;
}

/* Активное состояние */
.custom-radio-item input[type="radio"]:checked+.custom-radio-label::before {
    /* Нет необходимости — стилизуем через :has */
}

/* Показываем внутренний кружок, если выбран */
.custom-radio-item:has(input:checked) .custom-radio-indicator::after {
    opacity: 1;
}

/* Подпись */
.custom-radio-label {
    flex-grow: 1;
    font-size: 14px;
}

/* Кнопка удаления */
.delete-address-btn {
    background: none;
    border: none;
    color: #888;
    cursor: pointer;
    font-size: 16px;
    padding: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color 0.2s ease;
}

.delete-address-btn:hover {
    color: var(--primary-color, #007bff);
}

/* radio */

/* cookie */
.accept-cookie {
    position: fixed;
    bottom: 20px;
    max-width: 500px;
    text-align: left;
    right: 20px;
    z-index: 9999;
    background-color: var(--dark-bg);
    border: 1px solid var(--color-white);
    border-radius: 8px;
    font-size: 16px;
    color: var(--color-white);
    padding: 20px;
    box-shadow: 0 0 10px 1px rgba(255,255,255,0.2);
    transition: all .3s ease;
    opacity: 1;
    visibility: visible;
}

.accept-cookie.hidden {
    opacity: 0;
    visibility: hidden;
}

@media screen and (max-width: 600px) {
    .accept-cookie {
        bottom: 10px;
        left: 10px;
        right: 10px;
        max-width: calc(100dvw - 20px);
    }
    
}

.accept-cookie__link {
    text-decoration: underline;
    color: var(--color-white);
}

.accept-cookie__btn {
    align-self: flex-end;
    background-color: var(--primary-color);
    color: var(--color-white);
    border: none;
    padding: 8px 16px;
    border-radius: 5px;
    cursor: pointer;
    font-weight: 600;
    letter-spacing: 1px;
    margin-top: 10px;
    transition: background-color .2s ease;
}

.accept-cookie__btn:hover {
    background-color: var(--secondary-color);
}
/* End */


/* Start:/local/templates/smartsoft/css/_auth.css?17345949573466*/
.bx-authform * {
    color: var(--light-bg);
}

.bx-authform .alert-danger {
    margin-bottom: 20px;
    color: var(--warning-color);
    font-weight: 500;
    background-color: transparent;
    border:1px solid var(--warning-color);
    border-radius: 50px;
}

.personal__profile form {
    max-width: max-content;
    margin-top: 20px;
}

.personal__profile-btn {
    display: flex;
    margin-top: 20px;
    transition: opacity .2s ease;
}

.personal__profile-row {
    display: flex;
    gap: 50px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
}

.personal__profile-row > p {
    word-break: keep-all;
}

img.calendar-icon {
    position: absolute;
    right: 12px;
    top: 50%;
    transform: translateY(-50%);
    width: 30px;
    height: 30px;
}

.bx-title {
    margin-bottom: 20px;
}

.bx-authform-input-container input[type="text"],
.bx-authform-input-container input[type="email"],
.bx-authform-input-container input[type="password"] {
    display: block;
    width: 100%;
    font-size: 18px;
    height: 38px;
    margin: 0;
    padding: 0 4px;
    border: 1px solid #CCD5DB;
    border-radius: 2px;
    background: #f8fafc;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.bx-authform-input-container input[type="text"], 
.bx-authform-input-container input[type="email"],
.bx-authform-input-container input[type="password"] {
    border: 2px solid hsla(0, 0%, 85.1%, .65);
    border-radius: 34px;
    transition: all .2s ease;
    font-size: 16px;
    line-height: 1.2;
    padding: 16px 20px;
    color: var(--light-color);
    background-color: transparent;
    height: auto;
    position: relative;
}
.sms-field .bx-authform-input-container input[type="text"] {
    border-color: var(--primary-color);
    animation-name: smsField;
    animation-duration: 2s;
    animation-iteration-count: 2;
    animation-play-state: paused;
}
.sms-field.show .bx-authform-input-container input[type="text"] {
    animation-play-state: running;
}

@keyframes smsField {
    0% {
        border-color: var(--primary-color);
    }
    50% {
        border-color: var(--light-bg);
    }
    100% {
        border-color: var(--primary-color);
    }
}

.bx-authform-psw-protected-desc {
    background-color: var(--dark-bg);
}

.bx-authform-label-container {
    margin-bottom: 5px;
}

.custom-checkbox .custom-checkbox-wrap {
    display: flex;
    align-items: center;
}

.bx-filter-param-text {
    padding-left: 10px;
}

@media (max-width: 768px) {
    .personal__profile form {
        width: 100%;
        max-width: none;
    }
    .personal__profile-row {
        flex-direction: column;
        gap: 10px;
        align-items: flex-start;
        width: 100%;
    }
    .personal__profile-row input {
        width: 100%;
    }
    div:has( > #PERSONAL_BIRTHDAY) {
        width: 100% ;
    }
}

.show_passwd {
    display: flex;
    cursor: pointer;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
}
.show_passwd svg {
    width: 100%;
    height: 100%;
}

.show_passwd.hidden {
    /* display: none; */
}

.show_passwd .show_passwd__icon_full {
    display: block;
}
.show_passwd .show_passwd__icon_stroke {
    display: none;
}

.show_passwd.active .show_passwd__icon_full {
    display: none;
}
.show_passwd.active .show_passwd__icon_stroke {
    display: block;
}

/* End */


/* Start:/local/templates/smartsoft/css/pages/main-page.css?17292496605571*/
/* hero */

.hero {
    margin-top: 70px;
}

.hero__body {
    padding-top: 25px;
    padding-bottom: 25px;
    align-items: center;
    text-align: center;
}

.hero__info,
.hero__img {
    flex-basis: 100%;
    max-width: 100%;
}

.hero__img img {
    max-width: 400px;
}

.info-hero__title {
    font-size: 24px;
    font-weight: 500;
    line-height: 1.2;
    margin-bottom: 25px;
    letter-spacing: 2px;
}

.info-hero__subtext {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 25px;
}

.info-hero__btn {
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}


@media screen and (min-width: 1200px) {
    .hero {
        margin-top: 130px;
    }

    .info-hero__title {
        font-size: 52px;
        line-height: 1;
    }
}

@media screen and (min-width: 768px) {
    .hero {
        margin-top: 130px;
    }

    .hero__body {
        text-align: left;
        padding: 55px;
    }

    .info-hero__title {
        font-size: 48px;
        line-height: 1;
        margin-bottom: 45px;
    }

    .info-hero__subtext {
        font-size: 22px;
        margin-bottom: 45px;
    }

    .hero__info {
        flex-basis: 41.66667%;
        max-width: 41.66667%;
    }

    .hero__img {
        flex-basis: 58.33333%;
        max-width: 58.33333%;
    }

    .hero__img img {
        max-width: 100%;
    }
    .info-hero__btn {
        justify-content: flex-start;
    }

}

/* hero end */

/* features */

.features {
    color: var(--dark-bg);
}

.features__wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}

.features__list {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    row-gap: 30px;
    column-gap: 15px;
}

.item-features {
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.item-features__img {
    width: 100%;
    max-width: 52px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.item-features__img img {
    width: 100%;
}

.item-features__body {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.item-features__title {
    font-size: 12px;
    font-weight: 500;
}

.item-features__text {
    font-size: 22px;
}

.item-features:has(.garlic) {
    display: block;
}

.item-features .garlic {
    max-width: 121px;
}



@media screen and (min-width: 768px) {
    .features__wrapper {
        padding: 55px;
    }

    .features__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .item-features__img {
        max-width: 125px;
    }

    .item-features__title {
        font-size: 22px;
    }

    .item-features .garlic {
        max-width: 189px;
    }
    
}

@media screen and (min-width: 1200px) {
    .item-features .garlic {
        max-width: 269px;
    }
}

/* features end */

/* popular */

.popular__wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}

.popular__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 35px;
    padding-bottom: 35px;
}

.popular-item__link {
    height: auto;
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    text-align: center;
}

.popular-item__link:hover .popular-item__body {
    color: #60902d;
}

.popular-item__img {
    flex: 0 1 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: min(250px, 100%);
}

.popular-item__img img {
    width: auto;
    max-width: 100%;
}

.popular-item__body {
    transition: color .2s ease;
}

.popular-item__title {
    font-size: 18px;
    font-weight: 500;
    margin-bottom: 15px;
}

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

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

@media screen and (min-width: 1200px) {
    .popular__wrapper {
        padding: 55px;
        padding-top: 0;
    }

    .popular-item__title {
        font-size: 22px;
    }
}

@media screen and (min-width: 768px) {
    .popular__wrapper {
        padding: 55px;
    }

    .popular__list {
        grid-template-columns: repeat(3, 1fr);
    }

    .popular-item__link {
        height: 100%;
    }

    .popular-item__img {
        width: 100%;
    }
    
}

/* popular end */

/* reviews */

.reviews__wrapper {
    padding-top: 30px;
    padding-bottom: 50px;
}

.reviews__list {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    margin-bottom: 55px;
}

.reviews__item {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    flex: 0 1 33.33333%;
}

.reviews__img {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 15px;
    max-height: 100px;
    height: 100%;
    max-width: 100px;
    overflow: hidden;
    border-radius: 50%;
}

.reviews__img img {
    width: 100%;
}

.reviews__name {
    margin-bottom: 10px;
    font-size: 14px;
    font-weight: 500;
    margin-bottom: 10px;
}

.reviews__text {
    font-size: 14px;
    line-height: 1;
}

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

.reviews__btn a {
    color: #60902d;
}

@media screen and (min-width: 768px) {

    .reviews__name,
    .reviews__text {
        font-size: 18px;
    }

    .reviews__wrapper {
        padding: 55px;
    }

    .reviews__list {
        grid-template-columns: repeat(3, 1fr);
    }
}


@media screen and (min-width: 1200px) {
    .reviews__wrapper {
        padding: 55px;
        padding-bottom: 100px;
    }

    .reviews__name,
    .reviews__text {
        font-size: 22px;
    }
}


/* reviews end */
/* End */


/* Start:/local/templates/smartsoft/css/pages/discounts.css?17252772861852*/

.discounts {
    margin-top: 45px;
}

.discounts__body {
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 70px;
    max-width: 574px;
    margin: 0 auto;
    width: 100%;
    display: flex;
    flex-direction: column;
}

.discounts__heading {
    font-size: 14px;
    font-weight: 500;
    padding: 8px 0;
}

.discounts__text {
    line-height: 1.57;
}

.discounts__table {
    padding: 10px 0;
}

.discounts-table {
    display: flex;
    width: 100%;
}

.discounts-table__left {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    flex-grow: 1;
}

.discounts-table__right {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-align: center;
}

.discounts-table__row {
    padding: 8px 0;
    width: 100%;
    text-align: inherit;
    border-bottom: 1px solid rgba(239, 238, 236, .5);
    line-height: 1;
}

.discounts-table__row--head {
    padding-right: 5px;
    line-height: 1.57;
    padding-bottom: 16px;
    font-weight: 500;
    border: none;
}

.warning-discounts {
    display: flex;
    padding: 25px 0 8px;
    align-items: flex-start;
}
.warning-discounts__ico {
    margin-top: 3px;
    margin-right: 13px;
}

.warning-discounts__text {
    flex-grow: 1;
    color: var(--warning-color);
    line-height: 20px;
}

.discounts__btn {
    display: flex;
    justify-content: flex-end;
    margin-block: 15px;

}

.discounts__btn a {
    text-transform: uppercase;
    font-weight: 500;
    background-color: var(--primary-color);
}

.discounts__btn a:hover {
    border-color: var(--secondary-color);
    background-color: #93cb58;
}

@media screen and (min-width: 768px) {
    .discounts {
        margin-top: 70px;
    }

    .discounts__heading {
        font-size: 16px;
        padding: 16px 0;
    }
    .discounts__table {
        padding: 20px 0;
    }
}

/* End */


/* Start:/local/templates/smartsoft/css/pages/catalog.css?175127350211325*/
.catalog {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    flex: 1 0 auto;
}

.catalog-picker {
    margin: 40px 0;
}

.catalog-picker>.row {
    flex-wrap: nowrap;
    align-items: start;
    max-height: 65px;
}

@media screen and (min-width: 768px) {
    .catalog {
        margin-top: 100px;
    }
}

@media screen and (min-width: 1200px) {
    .catalog {
        margin-top: 130px;
    }
}



/* catalog-picker-mobile */

.catalog__title {
    margin-top: 10px;
    font-size: 30px;
    line-height: 28px;
    color: var(--light-color);
    display: none;

}

.catalog-picker-mobile {
    margin: 40px 0;
}

.catalog-picker-mobile__select {
    z-index: 2;
    overflow: hidden;
    border: 2px solid var(--light-color);
    border-radius: 34px;
    cursor: pointer;
    transition: all .3s ease;
    padding: 10px 20px 10px 20px;
    background-color: var(--dark-color);
}

.catalog-picker-mobile__input-wrapper {
    padding: 10px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.catalog-picker-mobile__label {
    font-size: 16px;
}

.catalog-picker-mobile__arrow {
    margin-left: 10px;
    width: 14px;
    height: 10px;
    display: flex;
}

.catalog-picker-mobile__arrow svg {
    fill: var(--light-color);
    width: 100%;
    transition: transform .3s linear;
}

.catalog-picker-mobile__arrow.active svg {
    transform: rotate(180deg);
}

.catalog-picker-mobile__options {
    max-height: 0;
    user-select: none;
    visibility: hidden;
    overflow: hidden;
    transition: .3s linear;
    transition-property: all;
    background-color: var(--dark-color);
}

.catalog-picker-mobile__options::-webkit-scrollbar {
    width: 6px;
    background-color: var(--dark-color);
}

.catalog-picker-mobile__options::-webkit-scrollbar-thumb {
    background-color: gray;
    border-radius: 6px;
    width: 4px;
}

.catalog-picker-mobile__options::-webkit-scrollbar-track {
    background-color: var(--dark-color);
}

.catalog-picker-mobile__options.active {
    max-height: 200px;
    user-select: auto;
    visibility: visible;
    overflow-y: auto;
    padding-bottom: 5px;
    /* border-top: none; */
}

.catalog-picker-mobile__options-list {
    display: flex;
    flex-direction: column;

}

.catalog-picker-mobile__options-title {
    padding: 6px 15px 6px 6px;
}

.catalog-picker-mobile__options-title div {
    width: 10px;
    height: 14px;
    fill: var(--light-color);

    display: inline;
}

.catalog-picker-mobile__options-title div svg {
    transition: all .3s ease;
    transform: rotate(-90deg);
}

.catalog-picker-mobile__options-data {
    max-height: 0;
    user-select: none;
    opacity: 0;
    visibility: hidden;
    overflow: hidden;
    transition: all .3s linear;
    padding: 0px 32px;
    display: flex;
    flex-direction: column;
}

.catalog-picker-mobile__options-list.active .catalog-picker-mobile__options-data {
    max-height: 50000px;
    opacity: 1;
    user-select: auto;
    visibility: visible;
    padding: 0px 32px;
}

.catalog-picker-mobile__options-list.active .catalog-picker-mobile__options-title div svg {
    transform: rotate(0deg);
}

.catalog-picker-mobile__option {
    padding: 6px;
}

.catalog-picker-mobile__filter-block {
    margin-top: 20px;
    display: flex;
    gap: 20px;
    justify-content: space-between;
}

.catalog-picker-mobile__btn-filter {
    min-width: 135px;
}

.catalog-picker-mobile__btn-filter.dark-btn {
    color: var(--light-color);
    border-color: var(--light-color);
    background-color: transparent;
    transition: all .3s ease;
}

.catalog-picker-mobile__btn-filter.dark-btn:hover {
    background-color: var(--light-color);
    color: var(--dark-color);
}


/* catalog-picker-desktop */



.catalog-picker .row {
    gap: 15px;
}


.catalog-picker-desktop__radiogroup .radio-group {
    max-width: 360px;
}

.catalog-picker-desktop__radiogroup .radio-group__option {
    padding: 14px 0;
}

.radio-group--group .radio-group__item:first-child {
    border-radius: 32px 0 0 32px;
}

.radio-group--group .radio-group__item:last-child {
    border-radius: 0 32px 32px 0;
    border-left: none;
}

.radio-group--group .radio-group__item {
    border: 2px solid #fff;
}

.radio-group--group .radio-group__item.active {
    background: #fff;
    border: 2px solid #fff;
    color: #000;
}

.radio-group__wrap-img {
    position: absolute;
    top: calc(50% - 20px);
    left: 20px;
}

.radio-group__img {
    height: 40px;
}

.catalog-picker-desktop__categories {
    flex: 0 1 calc(33.33333% - 15px);
    max-width: calc(33.33333% - 15px);
}

.catalog-picker-desktop__radiogroup .radio-group__text-label {
    position: relative;
    left: 25px;
}

.catalog-picker-desktop__select {
    max-width: 458px;
    flex: 1 1 auto;
}

.catalog-picker-desktop__filter-block {
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.catalog-picker-desktop__filter-block .dark-btn {
    color: var(--light-color);
    border-color: var(--light-color);
    background-color: transparent;
}

.catalog-picker-desktop__filter-block .dark-btn:hover {
    background-color: var(--light-color);
    color: var(--dark-color);
}


.product-item {
    position: relative;
}

.product-item__new-badge {
    position: absolute;
    top: 20px;
    left: 20px;
    background-color: var(--info-color);
    border-radius: 15px;
    font-size: 14px;
    line-height: 26px;
    padding: 2px 12px;
    display: inline-flex;
    text-transform: uppercase;
    z-index: 1;
}

.product-item__stock-badge {
    position: absolute;
    top: 20px;
    right: 20px;
    background-color: var(--warning-color);
    border-radius: 15px;
    font-size: 22px;
    line-height: 26px;
    padding: 2px 12px;
    font-weight: 600;
    display: inline-flex;
    text-transform: uppercase;
    z-index: 10;
}

.product-item-price-container {
    margin-bottom: 20px;
}

.product-item-price-old,
.product-item-price-current {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.2;
}

.product-item-price-old {
    opacity: .5;
    font-size: 23px;
    font-weight: 500;
    text-decoration-line: line-through;
}

.product-item-price-current.has-old-price {
    color: var(--warning-color);
}


.product-item-scu-item-list {
    display: flex;
    gap: 10px;
    margin-bottom: 20px;
    align-items: center;
}

.product-item-scu-item-text-container {
    border-radius: 16px;
    background: transparent !important;
    border: 1px solid var(--primary-color);
    transition: all .2s ease;
    padding: 5px 10px;
    cursor: pointer;

}

.product-item-scu-item-text-block {
    outline: none;
}

.product-item-scu-item-text-container.selected {
    background: var(--primary-color) !important;
    color: var(--light-color);
}

.product-item-amount {
    padding: 0 0 2px;
    text-align: center;
    display: flex;
    justify-content: center;
}

.product-item-amount__wrapper {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    max-width: 100px;
}

.product-item-amount-field-container {
    display: flex;
    align-items: center;
    gap: 5px;
}

.product-item-amount-field-container {
    justify-content: center;
    position: relative;
}

.product-item-button-container {
    display: flex;
}

.product-item-button-container>div {
    display: flex;
}


.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-minus {
    display: flex;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    padding: 10px 6px;
    border-radius: 50px;
    background-color: var(--primary-color);
    color: #fff;
    vertical-align: middle;
    text-align: center;
    cursor: pointer;
    transition: background 300ms ease, opacity 300ms ease;
    border: 2px solid var(--primary-color);
}


.product-item-amount-field-btn-minus {
    left: -35px;
    padding-right: 40px;
}

.product-item-amount-field-btn-plus {
    right: -35px;
    padding-left: 40px;
}


.product-item-amount-field-btn-plus svg,
.product-item-amount-field-btn-minus svg {
    width: 28px;
    height: 28px;
}




@media (hover: hover) {

	.product-item-amount-field-btn-plus:hover,
	.product-item-amount-field-btn-minus:hover {
		background: transparent;
	}

	.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus:hover,
	.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus:hover {
		background-color: var(--primary-color);
	}
}

/* .product-item-amount-field-btn-plus:after,
.product-item-amount-field-btn-minus:after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	content: "";
	opacity: .8;
	transition: opacity 300ms ease, background 300ms ease;
} */

.product-item-amount-field-btn-disabled.product-item-amount-field-btn-plus,
.product-item-amount-field-btn-disabled.product-item-amount-field-btn-minus {
    opacity: .3 !important;
    cursor: default;
}


.catalog-picker-desktop__btn-filter.active {
    color: var(--dark-color);
    background-color: var(--light-color);
}


@media screen and (min-width: 768px) {
    .catalog-picker-mobile__select {
        flex-basis: calc(45% - 15px);
        max-width: calc(45% - 15px);
        min-width: 250px;
    }


    .radio-group {
        font-size: 16px;
    }

    .catalog-picker-desktop__filter-buttons {
        flex: 0 1 calc(25% - 15px);
        max-width: calc(25% - 15px);
    }
}

@media screen and (max-width: 1200px) {
    .catalog-picker-desktop__radiogroup .radio-group__text-label {
        left: 0px;
    }

    .catalog-picker-desktop__categories {
        flex: 0 1 calc(28% - 15px);
        max-width: calc(28% - 15px);
    }

    .catalog-picker-mobile__select {
        flex: 1 1 calc(38% - 15px);
        max-width: calc(38% - 15px);
    }

    .catalog-picker-desktop__filter-buttons {
        flex: 1 1 calc(34% - 15px);
        max-width: calc(34% - 15px);
    }
}


@media screen and (max-width: 992px) {
    .catalog-picker-mobile__select {
        order: 2;
        flex: 1 1 100%;
        flex: 1 1 auto;
        max-width: none;

    }

    .catalog-picker>.row {
        flex-wrap: wrap;
        max-height: none;
    }

    .catalog-picker-desktop__filter-buttons {
        order: 3;
        flex: 1 1 calc(30% - 15px);
        max-width: calc(30% - 15px);
        min-width: 300px;
    }
}

@media screen and (max-width: 768px) {
    .catalog-picker-mobile__select {
        flex: 0 1 100%;
        max-width: 100%;
        padding: 5px 15px 5px 15px;
    }

    .catalog__title {
        display: block;
    }

    .catalog-picker .row {
        flex-direction: column;
        align-items: stretch;
    }

    .catalog-picker-desktop__filter-buttons {
        width: 100%;
        max-width: 100%;
    }

    .catalog-picker-desktop__filter-block {
        justify-content: space-between;
        width: 100%;
    }

    .catalog-picker-desktop__btn-filter {
        border: 2px solid hsla(0, 0%, 85.1%, .65);
        border-radius: 24px;
        transition: all .2s ease;
        font-size: 14px;
        line-height: 1.2;
        padding: 8px 12px;
        color: var(--light-color);
        background-color: transparent;
        min-width: 70px;
    }
}

.show-more-container {
    display: flex;
    justify-content: center;
    margin-bottom: 50px;
}
/* End */


/* Start:/local/templates/smartsoft/css/pages/personal.css?17339889531694*/
.personal {
    padding-block: 100px;
}

.profile {
    padding-block: 100px;
}

.profile__logout {
    margin-top: 30px;
    display: flex;
    justify-content: flex-start;
}

.personal__wrapper {
    display: flex;
    gap: 20px;
}


.personal__menu {
    flex: 1 0 250px;
}

.personal__menu li.bx-active {
    background-color: var(--primary-color);
    border-radius: 25px;
    color: var(--light-color);
}
.personal__menu li {
    width: 100%;
    padding: 0 10px;
}

.personal__body {
    margin-top: 10px;
    flex: 1 1 100%;

}

.personal__body h2 {
    margin-bottom: 20px;
    font-size: 32px;
    font-weight: 700;
}

.personal__body .bx-authform-input-container input {
    caret-color: var(--light-color);
}

.profile__contacts {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
    justify-content: center;
    font-size: 14px;
    margin-top: 30px;
    margin-bottom: 20px;
}

.profile__contacts a {
    font-size: 16px;
}

.bx-authform.bx-authform-change-passwd {
    margin: 0 auto;
}

@media screen and (max-width: 768px) {
    .personal, .profile {
        padding-top: 50px;
    }

    .profile__title {
        text-align: center;
    }
    .bx-title {
        text-align: center;
    }
    .personal__wrapper {
        flex-direction: column;
        justify-content: flex-start;
    }

    .personal__menu {
        flex: 1 1 auto;
        text-align: center;
    }

    .personal__menu .bx-nav-1-lvl-link-text {
        justify-content: center;
    }
    .bx-authform {
        margin: 0 auto;
    }
    .bx-authform .bx-authform-formgroup-container:has(.primary-btn) {
        display: flex;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/smartsoft/css/components/header.css?17304582225634*/
.header {
    position: sticky;
    width: 100%;
    top: 0;
    z-index: 20;
}

.header.scrolled {
    margin-bottom: 0;
    position: sticky;
    z-index: 22;
    top: 0;
    left: 0;
    right: 0;
    box-shadow: 0 0 20px rgba(255, 255, 255, 0.4);
}

.main-header__menu {
    padding-bottom: 10px;
}

.menu {
    align-items: center;
    padding-bottom: 10px;
    font-size: 13px;
}

.menu__nav {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.menu__item {
    display: flex;
    align-items: center;
    justify-content: center;
    transition: color .2s ease;
}

.menu__item svg.size-6 {
    width: 24px;
    height: 24px;

    color: var(--primary-color);
}

.header__top-phone {
    position: relative;
}

.header__top-phone .phone-helper {
    position: absolute;

    text-wrap: nowrap;
    max-height: 0;
    overflow: hidden;
}

.header__top-phone:hover .phone-helper {
    max-height: 50px;

    color: var(--light-bg);
    cursor: pointer;
    padding: 10px 15px;
    border: 1px solid;
    border-radius: 10px;
}

.menu__item:not(.menu-basket):hover,
.menu__item.active {
    color: var(--primary-color);
}

.menu__tel {
    font-weight: 400;
    line-height: 1.2;
    text-transform: uppercase;
}

.menu__link {
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
}

.main-logo {
    max-width: 104px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}


.mobile-basket {
    display: flex;
    justify-content: center;
    letter-spacing: 0;
    align-items: center;
}

.mobile-basket__icon {
    position: relative;
    display: flex;
    gap: 5px;
    margin-right: 10px;
    background-image: url('/local/templates/smartsoft/css/components/../../images/icons/basket.svg');
    background-repeat: no-repeat;
    background-position: 50%;
    background-size: cover;
    width: 24px;
    height: 22px;
}


.mobile-basket__content {
    display: flex;
    align-items: center;
    margin-left: 5px;
    opacity: .5;
}


/* mobile-menu */

.menu-burger {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: 5px;
    width: 28px;
    height: 24px;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .5s ease-in-out;
    -moz-transition: .5s ease-in-out;
    -o-transition: .5s ease-in-out;
    transition: .5s ease-in-out;
    cursor: pointer;
    z-index: 1001;
}

.menu-burger span {
    display: block;
    position: absolute;
    height: 2px;
    width: 100%;
    background: var(--light-bg);
    border-radius: 4px;
    opacity: 1;
    left: 0;
    -webkit-transform: rotate(0deg);
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transition: .25s ease-in-out;
    -moz-transition: .25s ease-in-out;
    -o-transition: .25s ease-in-out;
    transition: .25s ease-in-out;
}


.menu-burger span:nth-child(1) {
    top: 0px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menu-burger span:nth-child(2) {
    top: 8px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menu-burger span:nth-child(3) {
    top: 16px;
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
}

.menu-burger.open span:nth-child(1) {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    top: -1px;
    left: 4px;
}

.menu-burger.open span:nth-child(2) {
    width: 0%;
    opacity: 0;
}

.menu-burger.open span:nth-child(3) {
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    transform: rotate(-45deg);
    top: 19px;
    left: 4px;
}

.menu-burger,
.mobile-menu__row {
    display: flex;
    align-items: center;
}

.mobile-menu__row {
    justify-content: space-between;
    font-size: 14px;
    padding-top: 25px;
    padding-bottom: 15px;
}

.mobile-menu {
    position: relative;
}

.mobile-menu__list-wrapper {
    position: absolute;
    right: -15px;
    top: 100%;
    width: calc(100% + 30px);

    z-index: 1000;
    max-height: 0;
    opacity: 0;
    overflow: hidden;
    transition: .3s ease-in;
    transition-property: opacity, max-height;
}

.mobile-menu__list {
    padding: 30px 15px;
    display: flex;
    align-items: center;
    flex-direction: column;
    border-bottom: 2px solid #efeeec;
    gap: 30px;

}


.mobile-menu__link {
    font-size: 14px;
    font-weight: 500;
    text-transform: uppercase;
}

.mobile-menu.active .mobile-menu__list-wrapper {
    max-height: 500px;
    opacity: 1;
}

.menu-profile {
    cursor: pointer;
    margin-left: 20px;
    display: flex;
    align-items: center;
    width: 30px;
    height: 30px;
}

.mobile-menu__item.menu-basket {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media screen and (min-width: 1200px) {
    .menu {
        font-size: 18px;
    }

    .main-logo {
        max-width: 151px;
    }
}

@media screen and (min-width: 768px) {

    .mobile-basket {
        justify-content: flex-end;
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .mobile-basket__text {
        display: none;
    }
}

@media (max-width: 767px) {
    .main-header__menu {
        padding-top: 10px;
    }

}
/* End */


/* Start:/local/templates/smartsoft/css/components/footer.css?17285558562628*/
.footer {
    position: relative;
    padding-bottom: 20px;
}
.footer__copyright {
    position: absolute;
    bottom: 10px;
    right: 20px;
    font-size: 12px;
}

.footer__copyright a {
    text-decoration: underline;
}

.footer__footer {
}

.footer__body {
}

.footer__header {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
    align-items: center;
    margin-bottom: 10px;
}

.header-footer {
}

.header-footer__logo {
    width: 58px;
    height: 58px;
    display: flex;

}

.header-footer__title {
    font-size: 14px;
    margin-bottom: 20px;
    line-height: 1.2;
}


.header-footer__soc {
}

.soc-footer {
}

.soc-footer__item {
}

.content-footer {
    display: grid;
    grid-template-columns: calc(50% - 10px) calc(50% - 10px);
    gap: 20px;
    margin-bottom: 25px;
}

.content-footer__info {
}

.info-footer {
}

.info-footer__item {
}

.footer__contacts {
}

.contacts-footer {
}

.contacts-footer__item a, .contacts-footer__item address, .footer-pages__link, .info-footer__item {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2;
    color: var(--light-bg);
    transition: color .3s ease-in-out;
}

.contacts-footer__item a:hover, .footer-pages__link:hover {
    color: var(--primary-color);
    text-decoration: none;
}

.footer-pages {
    display: flex;
    flex-direction: column;
}

.footer-pages__link {
    margin-bottom: 10px;
    font-size: 11px;
    line-height: 1.2;
    color: var(--light-bg);
    transition: color .3s ease-in-out;
}


@media screen and (min-width: 1200px) {
    .footer__header, .content-footer {
        display: grid;
        grid-template-columns: calc(16.6667% - 15px) calc(33.3333% - 15px) calc(25% - 15px) calc(25% - 15px);
        column-gap: 20px;

    }
}

@media screen and (min-width: 768px) {
    .header-footer__title {
        font-size: 18px;
    }
    .footer__header, .content-footer {
        grid-template-columns: repeat(4, calc(25% - 15px));
    }
    .contacts-footer__item a, .contacts-footer__item address, .footer-pages__link, .info-footer__item {
        font-size: 14px;
    }

}

@media screen and (max-width: 768px) {
    .header-footer__logo {
        width: 81px;
        height: 81px;
        order: 1;
        justify-self: center;
    }
    .soc-footer {
        order: 2;
    }
    .header-footer__title {
        order: 3;
    }
    .content-footer__products {
        order: 1;
        grid-row: 1/4
    }
    .info-footer {
        order: 4;
        align-self: flex-end;
    }
    .footer-pages {
        order: 3;
    }
    .contacts-footer {
        order: 2;
    }
}

/* End */


/* Start:/local/templates/smartsoft/css/components/modal.css?17223324611630*/
.modal-mask {
    position: fixed;
    z-index: 9998;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .5);
    display: block;
    opacity: 0;
    user-select: none;
    visibility: hidden;
    transition: opacity .3s ease;
    overflow-x: hidden;
    overflow-y: auto;
}

.modal-mask.active {
    opacity: 1;
    user-select: auto;
    visibility: visible;
}

.modal-wrapper {
    height: 100%;
}

.modal-container {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0 auto;
    padding: 20px 25px;
    background-color: var(--dark-bg);
    border-radius: 2px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, .63);
    transition: all .3s ease;
    scale: 1.2;
}

.modal-mask.active .modal-container {
    scale: 1;
}

.modal-default-button {
    align-self: flex-end;
}

.order-table-remove .remove-table-item-icon {
    margin: 0 auto;
    width: 11px;
    height: 11px;
    background-color: #efeeec;
    -webkit-mask: url(/assets/img/close-icon.svg);
    mask: url(/assets/img/close-icon.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: 11px;
    mask-size: 11px;
    cursor: pointer;
}
.order-table-remove {
    vertical-align: middle;
    padding: 10px;
}

.modal-body {
    margin: 20px 0;
}


@media screen and (min-width: 768px) {
    .modal-wrapper {
        padding: 60px 0;
        height: auto;
    }
    .modal-container {
        width: 574px;
        max-height: auto;
        border-radius: 25px;
        border: 2px solid rgba(239, 238, 236, .5);
    }
}
/* End */


/* Start:/local/components/smartsoft/user.location/templates/.default/style.css?17374658565955*/
.location {
    position: relative;
    min-width: 150px;
    display: flex;
}

.location__title {
    cursor: pointer;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    gap: 5px;

}

.location__title svg {
    width: 30px;
    height: 30px;
    stroke: var(--light-color);
}

.location__select {
    position: absolute;
    top: calc(100% + 15px);
    left: 0;
    z-index: 100;
    background: var(--dark-color);
    border: 1px solid var(--light-color);
    border-radius: 8px;
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    overflow: hidden;
    transition: all .3s ease;
    min-width: 100%;
}

.location__select.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.location__option {
    transition: all .3s ease;
    cursor: pointer;
    background-color: var(--dark-color);
    color: var(--light-color);
    padding: 10px 15px;
}

.location__option:hover {
    background-color: var(--light-color);
    color: var(--dark-color);
}

@media (max-width: 768px) {
    .location {
        min-width: auto;
    }
}

.location__confirmation {
    opacity: 0;
    visibility: hidden;
    pointer-events: none;
    transition: all .6s ease;

    position: absolute;
    padding: 10px;
    top: calc(100% + 10px);
    z-index: 10;
    background-color: var(--dark-bg);
    border-radius: 10px;

    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
}

.location__confirmation.active {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
}

.location__confirmation>span {
    display: inline-block;
    text-wrap: nowrap;
    padding: 10px;
}

.location__confirmation-btns {
    display: flex;
    gap: 10px;
}

.change-location {
    pointer-events: none;
    max-width: 100vw;
}

.change-location__backdrop {
    z-index: 1002;

    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);

    transition: background-color .5s ease;
}

.change-location__modal.modal-open+.change-location__backdrop {
    background-color: rgba(0, 0, 0, .5);
}

.change-location__modal {
    z-index: 1100;
    position: fixed;
    max-width: min(100%, 430px);
    width: min(100%, 430px);
    max-height: 100vh;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-block: 30px;
    padding-inline: 15px;
    scrollbar-width: none;
    /* display: flex; */
    overflow: auto;
    padding-top: 140px;
    padding-bottom: 140px;
    /* align-items: center; */
    /* justify-content: center; */
}

.change-location__modal-container {
    z-index: 110;
    padding: 10px;
    width: 100%;
    background-color: black;
    border-radius: 10px;
    border: 1px solid white;
    scrollbar-width: none;
    transform: translateY(calc(-50vh - 100%));
    transition: transform .5s ease;

    display: flex;
    flex-direction: column;
    gap: 15px;
}

.change-location__modal.modal-open>.change-location__modal-container {
    transform: translateY(0);
}

.change-location__modal.modal-open>.change-location__modal-container:has(.suggestions-hint) {
    /* padding-bottom: 180px; */
}

@media (hover: hover) {
    .change-location__modal {
        /* overflow: auto;
        padding-top: 100px;
        padding-bottom: 100px;
        max-height: 100vh; */
        /* height: auto; */
    }

    .change-location__modal.modal-open>.change-location__modal-container {

        /* height: auto; */
    }
}

.change-location__header,
.change-location__footer {
    display: flex;
    flex-direction: column;
    gap: 10px;

    position: relative;
}

.change-location__title {
    font-size: 16px;
}

.change-location__description {
    text-align: start;
}

.change-location__close {
    border: none;
    background-color: transparent;
    cursor: pointer;

    position: absolute;
    top: 0;
    right: 0;
}

.change-location__close::after {
    content: '';

    display: block;
    width: 20px;
    height: 20px;

    background-image: url(/local/templates/smartsoft/images/icons/close.svg);
    background-size: 20px 20px;
    background-position: center;
    background-repeat: no-repeat;
}

.change-location__map {
    width: min(90vw, 450px);
    width: 100%;
    overflow-x: hidden;
    aspect-ratio: 1 / 1;
}

.change-location__address {
    font-size: 16px;
    z-index: 10;
    background-color: var(--dark-bg);
}

.change-location__address-wrapper {
    display: flex;
    flex-direction: column;
    position: relative;
}

.change-location__address-suggestions {
    position: absolute;
    top: calc(100% + 10px);
    width: 100%;

    border: 2px solid hsla(0, 0%, 85.1%, .65);
    border-radius: 20px;
    transition: all .2s ease;
    font-size: 14px;
    line-height: 1.2;
    padding: 8px 12px;
    color: var(--light-color);
    background-color: var(--dark-color);
    max-height: 120px;
    overflow-y: auto;
    display: none;
}

.change-location__address-suggestions>span {
    cursor: pointer;
    transition: all .2s ease;
    padding: 5px 0;
}

.change-location__address-suggestions>span:hover {
    background-color: var(--primary-color);
}


.change-location__address-suggestions:has(span) {
    display: flex;
    flex-direction: column;
}

.change-location__error {
    position: absolute;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    padding: 5px;
    width: 100%;
    background-color: var(--dark-bg);
    border-radius: 20px;
    border: 2px solid var(--warning-color);
    opacity: 0;
    bottom: 0;

    transition: all .3s ease;
}

.change-location__error.active {
    bottom: calc(100% + 5px);
    opacity: 1;
}

.change-location:has(.modal-open) {
    pointer-events: auto;
}
/* End */


/* Start:/local/extensions/suggestions/suggestions.min.css?17339899523073*/
.suggestions-nowrap {
    white-space: nowrap
}

.suggestions-input {
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%
}

.suggestions-input::-ms-clear {
    display: none
}

.suggestions-wrapper {
    position: relative;
    margin: 0;
    padding: 0;
    vertical-align: top;
    -webkit-text-size-adjust: 100%
}

.suggestions-suggestions {
    background: var(--dark-bg);
    border: 2px solid var(--primary-color);
    -ms-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    cursor: default;
    border-radius: 8px;
    left: 0;
    min-width: 100%;
    position: absolute;
    z-index: 9999;
    -webkit-text-size-adjust: 100%;
    margin-top: 5px;
}

.suggestions-suggestions strong {
    font-weight: 400;
    color: var(--secondary-color);
}

.suggestions-suggestions.suggestions-mobile {
    border-style: none
}

.suggestions-suggestions.suggestions-mobile .suggestions-suggestion {
    border-bottom: 1px solid var(--primary-color);
}

.suggestions-suggestion {
    padding: 6px 4px;
    overflow: hidden;
    border-bottom: 1px solid var(--primary-color);
    transition: all .2s ease;
    opacity: 0.8;
    cursor: pointer;
    font-size: 90%;
}

.suggestions-suggestion:hover {
    opacity: 1;
}

.suggestions-selected {
    background: var(--primary-color);
    color: var(--light-color);
}

.suggestions-selected:hover {
    background: var(--primary-color);
    color: var(--light-color);
}

.suggestions-hint {
    padding: 4px 4px;
    white-space: nowrap;
    overflow: hidden;
    color: #eee;
    font-size: 80%;
    line-height: 20px;
    border-bottom: 1px solid var(--primary-color);
}

.suggestions-subtext {
    color: #eee
}

.suggestions-subtext_inline {
    display: inline-block;
    min-width: 6em;
    vertical-align: bottom;
    margin: 0 .5em 0 0
}

.suggestions-subtext-delimiter {
    display: inline-block;
    width: 2px
}

.suggestions-subtext_label {
    margin: 0 0 0 .25em;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    padding: 0 3px;
    background: var(--primary-color);
    font-size: 85%
}

.suggestions-value[data-suggestion-status=LIQUIDATED] {
    position: relative
}

.suggestions-value[data-suggestion-status=LIQUIDATED]:after {
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    border-top: 1px solid rgba(0, 0, 0, .4);
    content: ""
}

.suggestions-promo {
    font-size: 85%;
    display: none;
    color: #eee;
    padding: 4px;
    text-align: center
}

.suggestions-promo a {
    color: #eee;
    display: block;
    filter: grayscale(100%);
    line-height: 20px;
    text-decoration: none
}

.suggestions-promo a:hover {
    filter: grayscale(0)
}

.suggestions-promo svg {
    height: 20px;
    vertical-align: bottom
}

@media screen and (min-width:600px) {
    .suggestions-promo {
        position: absolute;
        top: 0;
        right: 0;
        text-align: left
    }
}
/* End */


/* Start:/local/components/smartsoft/user.delivery/templates/.default/style.css?174772727111302*/
/* modal */
.user-delivery__modal {
    pointer-events: none;
}

.user-delivery__modal.active {
    pointer-events: all;
}

html:has(.user-delivery__modal.active) {
    overflow: hidden;
}

.user-delivery__modal-container {
    width: 90vw;
    max-width: calc(var(--bp-lg, 1200px) - 100px);
    height: min(800px, 85dvh);
    position: fixed;
    top: 50%;
    left: 50%;
    opacity: 0;
    transform: translate(-50%, calc(-50dvh - 100%));
    transition: .4s ease;
    transition-property: opacity, transform;
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
    z-index: 105;
}

.user-delivery__modal.active .user-delivery__modal-container {
    opacity: 1;
    transform: translate(-50%, -50%);
}

.user-delivery__modal-map {
    width: 100%;
    height: 100%;
}

.user-delivery__modal-wrapper {
    width: 100%;
    height: 100%;
    position: relative;
}

.user-delivery__modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 105;
    border-radius: 15%;
    display: flex;
    align-items: center;
    justify-content: center;
    border: none;
    background-color: var(--secondary-color);
    background-image: url("/local/templates/smartsoft/images/icons/close.svg");
    background-repeat: no-repeat;
    transition: all .2s ease;
}

.user-delivery__modal-close:hover {
    background-color: var(--primary-color);
}

.user-delivery__modal-content {
    width: min(42vw, 450px);
    height: 100%;
    flex-shrink: 0;
    z-index: 105;

    padding: 10px;

    background-color: var(--dark-bg);

    border: 1px solid white;
    border-top-left-radius: 10px;
    border-bottom-left-radius: 10px;

    text-align: center;
}

.user-delivery__modal-content-wrapper {
    overflow: hidden;
}

.user-delivery__modal-content-items {
    width: 200%;
    overflow: hidden;

    display: flex;
    flex-direction: row;

    transform: translateX(0%);
    transition: transform .4s ease;
}

.user-delivery__modal-content-items.active {
    transform: translateX(-50%);
}

.user-delivery__modal-content-items>div {
    width: 50%;
}

.user-delivery__modal-content-item {
    margin-top: 10px;
}

.user-delivery__modal-content-item__title {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.user-delivery__modal-content-item__title>button {
    padding: 3px 15px;
}

.user-delivery__modal-content-select-list-wrapper {
    max-height: min(60dvh, 600px);
    position: relative;
    display: flex;
    padding-block: 10px;
}

.user-delivery__modal-content-select-list {
    overflow-y: auto;
    overflow-x: hidden;
    max-height: min(60dvh, 600px);

    width: 100%;

    padding-block: 10px;

    display: flex;
    flex-direction: column;
}

.user-delivery__modal-content-select-list-wrapper:has(.address-item)+.user-delivery__modal-content-select-list-empty {
    display: none;
}

.user-delivery__modal-content-select-list>.address-item {
    margin-block: 2px;
}

.user-delivery__modal-content-select-list>.custom-radio-item.deleted {
    animation: slideAndCollapse 1s ease forwards;
}

@keyframes slideAndCollapse {
    0% {
        transform: translateX(0);
        opacity: 1;
    }

    50% {
        transform: translateX(100%);
        opacity: 0.7;
    }

    100% {
        transform: translateX(100%);
        height: 0;
        opacity: 0;
        margin: 0;
    }
}

.animate-slide-collapse {
    animation: slideAndCollapse 0.5s ease forwards;
    overflow: hidden;
}

/* Полупрозрачные градиенты сверху и снизу */
.fade-overlay {
    position: absolute;
    left: 0;
    right: 0;
    height: 24px;
    pointer-events: none;
    z-index: 1;
}

.fade-overlay.top {
    top: 0;
    background: linear-gradient(to bottom, rgba(17, 17, 17, 1), rgba(17, 17, 17, 0));
}

.fade-overlay.bottom {
    bottom: 0;
    background: linear-gradient(to top, rgba(17, 17, 17, 1), rgba(17, 17, 17, 0));
}

.user-delivery__modal-content-save {
    padding: 10px;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;

    display: flex;
    justify-content: center;
}

.user-delivery__modal-content-save>button {
    width: min(200px, 50%);
}

.user-delivery__modal-content-items+.user-delivery__modal-content-save>button.add {
    display: none;
}

.user-delivery__modal-content-items+.user-delivery__modal-content-save>button.select {
    display: block;
}

.user-delivery__modal-content-items.active+.user-delivery__modal-content-save>button.add {
    display: block;
}

.user-delivery__modal-content-items.active+.user-delivery__modal-content-save>button.select {
    display: none;
}

/* .user-delivery__modal-content.fake {
    display: none;
} */

@media (max-width: 768px) {
    .user-delivery__modal-container {
        width: 100vw;
        height: 100dvh;
        max-width: none;

        top: 0;
        left: 0;
        transform: translate(0, calc(-50dvh - 100%));

        border-radius: 0;
    }

    .user-delivery__modal.active .user-delivery__modal-container {
        transform: translate(-50%, -50%);
    }

    .user-delivery__modal.active .user-delivery__modal-container {
        transform: translate(0);
    }

    .user-delivery__modal-content {
        /* position: fixed;
        top: auto;
        left: 0;
        bottom: 0;
        right: 0; */
        width: 100%;
        height: auto;
        min-height: min(350px, 40dvh);

        border: none;
        border-radius: 0;
        border-top-left-radius: 15px;
        border-top-right-radius: 15px;

        margin-top: -12px;
    }

    .user-delivery__modal-content:has(.new-address-input:focus) {
        min-height: min(350px, 80dvh);
    }

    /* .user-delivery__modal-content-fake {
        display: block;
        height: min(350px, 40dvh);
    } */

    .user-delivery__modal-content-select-list-wrapper {
        max-height: min(35dvh, 450px);
    }

    .user-delivery__modal-content-select-list {
        max-height: min(35dvh, 450px);
    }

    .user-delivery__modal-content-select-list>.address-item {
        margin-block: 3px;
    }

    .user-delivery__modal-content-save {
        padding: 0;
        position: relative;
    }

    .user-delivery__modal-content-save>button {
        width: min(150px, 50%);
        padding: 5px 10px;
    }
}

.user-delivery__modal-content-add-address-wrapper {
    padding-block: 10px;
    position: relative;
}

/* end modal */

/* modal-backdrop */
.user-delivery__modal-backdrop {
    z-index: 100;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0);
    transition: background-color .5s ease;
}

.user-delivery__modal.active .user-delivery__modal-backdrop {
    background-color: rgba(0, 0, 0, 0.5);
}

/* end modal-backdrop */




/* map marker */
.custom-map-marker {
    width: 32px;
    height: 40px;

    background-image: url('/local/components/smartsoft/user.delivery/templates/.default/img/map_marker.svg');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;

    cursor: pointer;

    position: absolute;
    bottom: -2px;
}

.custom-map-marker:hover,
.custom-map-marker.checked {
    background-image: url('/local/components/smartsoft/user.delivery/templates/.default/img/map_marker_active.svg');
}

.custom-map-marker.danger,
.custom-map-marker.danger:hover {
    background-image: url('/local/components/smartsoft/user.delivery/templates/.default/img/map_marker_danger.svg');
}

.custom-map-marker.error,
.custom-map-marker.error:hover {
    background-image: url('/local/components/smartsoft/user.delivery/templates/.default/img/map_marker_error.svg');
}


.circle {
    cursor: pointer;
    position: relative;

    width: 40px;
    height: 40px;

    color: var(--secondary-color);
    border: 2px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.7);
    box-shadow: 2px 2px 5px rgba(0, 0, 0, 0.2);
    transform: translate(-50%, -50%);
}

.circle-content {
    position: absolute;
    top: 50%;
    left: 50%;

    display: flex;
    justify-content: center;
    align-items: center;

    width: 90%;
    height: 90%;

    border-radius: 50%;
    background-color: currentColor;

    transform: translate3d(-50%, -50%, 0);
}

.circle-text {
    font-size: 16px;
    font-weight: 500;
    line-height: 20px;
    color: #fff;
}


.marker-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    position: relative;
    transform: translate(-50%, -50%);
}

.marker {
    overflow: hidden;
    border: 1px solid #ffffff;
    border-radius: 16px;
    width: 52px;
    display: flex;
    justify-content: center;
    height: 52px;
    transition: border-width 0.3s linear;
    box-sizing: content-box;
}

.marker:hover {
    border-width: 2px;
    box-shadow: 0px 2px 4px 0px #5f698333;
}

.marker-text {
    color: #050d33;
    font-weight: 500;
    font-size: 14px;
    bottom: 35px;
    position: absolute;
    background-color: #ffffff;
    border-radius: 8px;
    transition: all 0.3s ease-out;
    text-align: center;

    max-width: 300px;
    width: 250px;
    display: flex;
    flex-direction: column;
    gap: 5px;
    border: 1px solid var(--secondary-color);
}

.marker-text span {
    display: -webkit-box;
    -webkit-line-clamp: 3;
    /* Ограничиваем до двух строк */
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: normal;
    word-break: break-word;
    max-width: 100%;
    line-height: 1.2em;
    max-height: calc(1.2em * 3);
    /* 2 строки */
    font-size: 14px;
    color: #000;
}

.marker-text button {
    padding: 3px 10px;
}

.marker-text.visible {
    opacity: 1;
    padding: 4px 8px;
    transform: translateY(0);
}

.marker-text.hidden {
    pointer-events: none;
    opacity: 0;
    padding: 4px 0;
    transform: translateY(4px);
}


.user-delivery__modal-wrapper {
    display: flex;
    flex-direction: row;
}

.user-delivery__modal-content-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    /* display: flex;
    flex-direction: column; */
    display: grid;
    grid-template-rows: auto 1fr;
}


@media (max-width: 768px) {
    .user-delivery__modal-wrapper {
        display: flex;
        flex-direction: column-reverse;
    }
}

.user-delivery__modal-content-add-address {
    padding-bottom: 10px;
    text-align: start;

    font-size: 14px;
}

.user-delivery__modal-content-add-address-error {
    position: absolute;
    -webkit-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    box-shadow: 0px 5px 10px 2px rgba(255, 255, 255, 0.2);
    padding: 5px;
    width: 100%;
    background-color: var(--dark-bg);
    border-radius: 20px;
    border: 2px solid var(--warning-color);
    opacity: 0;
    bottom: 0;

    visibility: hidden;
    user-select: none;

    transition: all .3s ease;
}

.user-delivery__modal-content-add-address-error.active {
    visibility: visible;
    user-select: auto;
    bottom: calc(100% + 5px);
    opacity: 1;
}

.suggestions-promo {
    display: none;
    user-select: none;
    visibility: hidden;
}
/* End */


/* Start:/local/templates/smartsoft/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?17292288666350*/



.bx-basket-item-list {
	position: relative;
}


.bx-basket-item-list-container {
	position: absolute;
	top: calc(100% );
	right: 0;
	width: 350px;
	max-height: 400px;
	background-color: var(--dark-bg);
	color: var(--light-color);
	border: 1px solid var(--light-color);
	border-radius: 5px;
	padding: 20px;
	overflow-y: auto;
	visibility: hidden;
	opacity: 0;
	user-select: none;
	z-index: 1;
	transition: opacity 0.3s ease-in-out ;
}

@media (hovered: hover) {
	.bx-basket:hover  .bx-basket-item-list .bx-basket-item-list-container {
		visibility: visible;
		opacity: 1;
		user-select: auto;
	}
}


.header__top-cart-btn{
	transition: color .2s ease-in-out;
	padding-block: 5px;
	display: flex;
	align-items: center;
	gap: 5px;
}

.header__top-cart-btn:hover{
	color: var(--primary-color);
}

.header__top-cart-btn > span:last-child {
	opacity: 0.5;
	min-width: 7ch;
	text-align: right;
}

.bx-basket-item-list-item {
	display: flex;
	gap: 10px;
	padding-block: 10px;
	justify-content: space-between;
	border-bottom: 1px solid var(--light-color);
}

.bx-basket-item-list-item:last-child {
	border-bottom: none;
}
.bx-basket-item-list-item-name {
	text-align: left;
}

.bx-basket-item-list-item-name a {
	text-align: left;
	font-size: 12px;
	font-weight: 500;
	color: var(--light-color);
	transition: color .2s ease-in-out;
}

.bx-basket-item-list-item-name a:hover {
	color: var(--primary-color);
}

.bx-basket-item-list-total {
	margin-top: 20px;
}
.bx-basket-item-list-item-price-summ > div {
	white-space: nowrap;
}

@media screen and (min-width: 768px) {
	.bx-basket-item-list-item-name a {
		font-size: 14px;
	}
}


/* .bx-basket { }

.basket-line-block {
	position: relative;
	padding-left: 25px;
	white-space: nowrap;
	font-size: 13px;
}

.basket-line-block-icon-cart,
.basket-line-block-icon-profile {
	position: relative;
	margin-right: 10px;
}

.basket-line-block-icon-cart:after,
.basket-line-block-icon-profile:after {
	position: absolute;
	top: -1px;
	left: -25px;
	display: block;
	width: 20px;
	height: 20px;
	content: '';
}

.basket-line-block-icon-profile:after { background: no-repeat center url(/local/templates/smartsoft/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/profile.svg); }

.basket-line-block-icon-cart:after { background: no-repeat center url(/local/templates/smartsoft/components/bitrix/sale.basket.basket.line/bootstrap_v4/images/cart.svg); } */

/*FIXED BASKET*/
/* 
@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.vcenter {
		bottom: 10px;
		top: auto !important;
	}

	.bx-basket-item-list { display: none; }

	
}

.bx-basket-fixed .basket-line-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .basket-line { line-height: 1.44em; } */
/* End */


/* Start:/local/templates/smartsoft/components/bitrix/news.list/social-footer/style.css?1739946373129*/
.footer-social__list {
	display: flex;
	gap: 5px;
}

.footer-social__item {}

.footer-social__link {}

.footer-social__picture {}
/* End */


/* Start:/local/templates/smartsoft/components/bitrix/catalog.section.list/footer-menu/style.css?1723553224600*/

.catalog-footer-menu {
    display: grid;
    grid-column-gap: 10px;
    grid-row-gap: 3px;
}

.catalog-footer-menu a {
    font-size: 13px;
    line-height: 1.6;
    color: var(--light-bg);
    transition: color .3s ease-in-out;
}

.catalog-footer-menu a:hover {
    color: var(--primary-color);
    text-decoration: none;
}


@media screen and (min-width: 1200px) {
    .catalog-footer-menu {
        grid-template-columns: 1fr 1fr;
        grid-row-gap: 10px;
    }
}


@media screen and (min-width: 768px) {
    .catalog-footer-menu a {
        font-size: 16px;
        line-height: 1.2;
    }
}
/* End */
/* /local/templates/smartsoft/css/_reset.css?17281617981820 */
/* /local/templates/smartsoft/css/_typo.css?17419556481290 */
/* /local/templates/smartsoft/css/_vars.css?1741955638765 */
/* /local/templates/smartsoft/css/_helpers.css?1729071552730 */
/* /local/templates/smartsoft/css/_base.css?174790463128653 */
/* /local/templates/smartsoft/css/_auth.css?17345949573466 */
/* /local/templates/smartsoft/css/pages/main-page.css?17292496605571 */
/* /local/templates/smartsoft/css/pages/discounts.css?17252772861852 */
/* /local/templates/smartsoft/css/pages/catalog.css?175127350211325 */
/* /local/templates/smartsoft/css/pages/personal.css?17339889531694 */
/* /local/templates/smartsoft/css/components/header.css?17304582225634 */
/* /local/templates/smartsoft/css/components/footer.css?17285558562628 */
/* /local/templates/smartsoft/css/components/modal.css?17223324611630 */
/* /local/components/smartsoft/user.location/templates/.default/style.css?17374658565955 */
/* /local/extensions/suggestions/suggestions.min.css?17339899523073 */
/* /local/components/smartsoft/user.delivery/templates/.default/style.css?174772727111302 */
/* /local/templates/smartsoft/components/bitrix/sale.basket.basket.line/bootstrap_v4/style.css?17292288666350 */
/* /local/templates/smartsoft/components/bitrix/news.list/social-footer/style.css?1739946373129 */
/* /local/templates/smartsoft/components/bitrix/catalog.section.list/footer-menu/style.css?1723553224600 */
