

/* Start:/local/templates/franchise/css/main.css?1759301873221339*/
/*! normalize.css v8.0.0 | MIT License | github.com/necolas/normalize.css */

@import url("https://cdnjs.cloudflare.com/ajax/libs/meyer-reset/2.0/reset.min.css");
@import url('https://api.fontshare.com/v2/css?f[]=monrope@400,500,700&display=swap');

@-webkit-keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@keyframes swiper-preloader-spin {
    to {
        -webkit-transform: rotate(360deg);
        transform: rotate(360deg)
    }
}

@-webkit-keyframes showBlock {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@keyframes showBlock {
    0% {
        opacity: 0
    }
    to {
        opacity: 1
    }
}

@-webkit-keyframes showBlock-b {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@keyframes showBlock-b {
    0% {
        opacity: 0
    }
    to {
        opacity: .5
    }
}

@-webkit-keyframes ani {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes ani {
    0% {
        -webkit-transform: translateY(-100%);
        transform: translateY(-100%)
    }
    to {
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes aniF {
    0% {
        -webkit-transform: translateX(100%);
        transform: translateX(100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes scaleB {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@keyframes scaleB {
    0% {
        opacity: 0;
        -webkit-transform: scale(0);
        transform: scale(0)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1)
    }
}

@-webkit-keyframes scaleR {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-4.56deg);
        transform: scale(0) rotate(-4.56deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-4.56deg);
        transform: scale(1) rotate(-4.56deg)
    }
}

@keyframes scaleR {
    0% {
        opacity: 0;
        -webkit-transform: scale(0) rotate(-4.56deg);
        transform: scale(0) rotate(-4.56deg)
    }
    to {
        opacity: 1;
        -webkit-transform: scale(1) rotate(-4.56deg);
        transform: scale(1) rotate(-4.56deg)
    }
}

@-webkit-keyframes jumping {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes jumping {
    0%,
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
    10% {
        -webkit-transform: translateY(-8px);
        transform: translateY(-8px)
    }
}

@keyframes aniF {
    0% {
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%)
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes moving {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@keyframes moving {
    0% {
        -webkit-transform: translateY(10px);
        transform: translateY(10px);
        opacity: 0
    }
    to {
        -webkit-transform: translateY(0);
        transform: translateY(0);
        opacity: 1
    }
}

@-webkit-keyframes gradient {
    to {
        background-position: 0 1000px
    }
}

@keyframes gradient {
    to {
        background-position: 0 1000px
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%
}

input[type=checkbox] {
    margin: 0
}

h1 {
    font-size: 2em
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
    border: 0;
    border-top: 1px solid #eee
}

code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em
}

a {
    background-color: transparent
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted
}

b,
strong {
    font-weight: bolder
}

small {
    font-size: 80%
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative
}

sub {
    bottom: -.25em
}

sup {
    top: -.5em
}

button,
input {
    line-height: 1.15;
    margin: 0;
    overflow: visible
}

optgroup,
select {
    font-family: inherit
}

optgroup,
select,
textarea {
    font-size: 100%;
    line-height: 1.15;
    margin: 0
}

button,
select {
    text-transform: none
}

[type=button],
[type=reset],
[type=submit] {
    -webkit-appearance: button
}

button::-moz-focus-inner {
    padding: 0
}

[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
    border-style: none;
    padding: 0
}

[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring,
button:-moz-focusring {
    outline: 1px dotted ButtonText
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    white-space: normal
}

progress {
    vertical-align: baseline
}

textarea {
    overflow: auto
}

[type=checkbox],
[type=radio] {
    box-sizing: border-box;
    padding: 0
}

[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
    height: auto
}

[type=search] {
    -webkit-appearance: textfield;
    outline-offset: -2px
}

[type=search]::-webkit-search-decoration {
    -webkit-appearance: none
}

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit
}

summary {
    display: list-item
}

[hidden],
template {
    display: none
}

@font-face {
    font-family: swiper-icons;
    src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
    font-weight: 400;
    font-style: normal
}

:root {
    --swiper-theme-color: #007aff
}

.swiper,
.swiper-wrapper {
    position: relative;
    z-index: 1
}

.card__img .swiper-wrapper {
    height:120px;
}

.swiper {
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
    list-style: none;
    padding: 0;
    width:100%;
}

.swiper-vertical>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-wrapper {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    box-sizing: content-box
}

.swiper-android .swiper-slide,
.swiper-wrapper {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.swiper-pointer-events {
    touch-action: pan-y
}

.swiper-pointer-events.swiper-vertical {
    touch-action: pan-x
}

.swiper-slide {
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    display:flex;
    justify-content: center;
    position: relative;
    -webkit-transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform
}

.swiper-slide-invisible-blank {
    visibility: hidden
}

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
    height: auto
}

.swiper-autoheight .swiper-wrapper {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-transition-property: height, -webkit-transform;
    transition-property: transform, height;
    transition-property: transform, height, -webkit-transform
}

.swiper-backface-hidden .swiper-slide {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-3d,
.swiper-3d.swiper-css-mode .swiper-wrapper {
    -webkit-perspective: 1200px;
    perspective: 1200px
}

.swiper-3d .swiper-cube-shadow,
.swiper-3d .swiper-slide,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-wrapper {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d
}

.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    pointer-events: none;
    z-index: 10
}

.swiper-3d .swiper-slide-shadow {
    background: rgba(0, 0, 0, .15)
}

.swiper-3d .swiper-slide-shadow-left {
    background-image: -webkit-linear-gradient(right, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to left, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-right {
    background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to right, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-top {
    background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to top, rgba(0, 0, 0, .5), transparent)
}

.swiper-3d .swiper-slide-shadow-bottom {
    background-image: -webkit-linear-gradient(top, rgba(0, 0, 0, .5), transparent);
    background-image: linear-gradient(to bottom, rgba(0, 0, 0, .5), transparent)
}

.swiper-css-mode>.swiper-wrapper {
    overflow: auto;
    scrollbar-width: none;
    -ms-overflow-style: none
}

.swiper-css-mode>.swiper-wrapper::-webkit-scrollbar {
    display: none
}

.swiper-css-mode>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: start start
}

.swiper-horizontal.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: x mandatory;
    -ms-scroll-snap-type: x mandatory;
    scroll-snap-type: x mandatory
}

.swiper-vertical.swiper-css-mode>.swiper-wrapper {
    -webkit-scroll-snap-type: y mandatory;
    -ms-scroll-snap-type: y mandatory;
    scroll-snap-type: y mandatory
}

.swiper-centered>.swiper-wrapper::before {
    content: '';
    -webkit-flex-shrink: 0;
    flex-shrink: 0;
    -webkit-box-ordinal-group: 10000;
    -webkit-order: 9999;
    order: 9999
}

.swiper-centered.swiper-horizontal>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-start: var(--swiper-centered-offset-before);
    margin-inline-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-horizontal>.swiper-wrapper::before {
    height: 100%;
    min-height: 1px;
    width: var(--swiper-centered-offset-after)
}

.swiper-centered.swiper-vertical>.swiper-wrapper>.swiper-slide:first-child {
    -webkit-margin-before: var(--swiper-centered-offset-before);
    margin-block-start: var(--swiper-centered-offset-before)
}

.swiper-centered.swiper-vertical>.swiper-wrapper::before {
    width: 100%;
    min-width: 1px;
    height: var(--swiper-centered-offset-after)
}

.swiper-centered>.swiper-wrapper>.swiper-slide {
    scroll-snap-align: center center
}

.swiper-virtual .swiper-slide {
    -webkit-backface-visibility: hidden;
    -webkit-transform: translateZ(0);
    transform: translateZ(0)
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
    height: 1px;
    width: var(--swiper-virtual-size)
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
    width: 1px;
    height: var(--swiper-virtual-size)
}

:root {
    --swiper-navigation-size: 44px
}

.swiper-button-next,
.swiper-button-prev {
    position: absolute;
    top: 50%;
    width: calc(var(--swiper-navigation-size)/44*27);
    height: var(--swiper-navigation-size);
    margin-top: calc(0px - (var(--swiper-navigation-size)/2));
    z-index: 10;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: var(--swiper-navigation-color, var(--swiper-theme-color))
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
    opacity: .35;
    cursor: auto;
    pointer-events: none
}

.swiper-button-next:after,
.swiper-button-prev:after {
    font-family: swiper-icons;
    font-size: var(--swiper-navigation-size);
    text-transform: none!important;
    letter-spacing: 0;
    font-variant: initial;
    line-height: 1
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
    left: 10px;
    right: auto
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
    content: 'prev'
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
    right: 10px;
    left: auto
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
    content: 'next'
}

.swiper-button-lock {
    display: none
}

.swiper-pagination {
    position: absolute;
    text-align: center;
    -webkit-transition: .3s opacity;
    transition: .3s opacity;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    z-index: 10
}

.swiper-pagination.swiper-pagination-hidden {
    opacity: 0
}

.swiper-horizontal>.swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal,
.swiper-pagination-custom,
.swiper-pagination-fraction {
    bottom: 10px;
    left: 0;
    width: 100%
}

.swiper-pagination-bullets-dynamic {
    overflow: hidden;
    font-size: 0
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33);
    position: relative
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active,
.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
    -webkit-transform: scale(.66);
    -ms-transform: scale(.66);
    transform: scale(.66)
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
    -webkit-transform: scale(.33);
    -ms-transform: scale(.33);
    transform: scale(.33)
}

.swiper-pagination-bullet {
    width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
    height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
    display: inline-block;
    border-radius: 50%;
    background: var(--swiper-pagination-bullet-inactive-color, #000);
    opacity: var(--swiper-pagination-bullet-inactive-opacity, .2)
}

button.swiper-pagination-bullet {
    border: 0;
    margin: 0;
    padding: 0;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer
}

.swiper-pagination-bullet:only-child {
    display: none!important
}

.swiper-pagination-bullet-active {
    opacity: var(--swiper-pagination-bullet-opacity, 1);
    background: var(--swiper-pagination-color, var(--swiper-theme-color))
}

.swiper-pagination-vertical.swiper-pagination-bullets,
.swiper-vertical>.swiper-pagination-bullets {
    right: 10px;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
    display: block
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: 8px
}

.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    display: inline-block;
    -webkit-transition: .2s transform, .2s top;
    transition: .2s transform, .2s top
}

.swiper-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px)
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    white-space: nowrap
}

.swiper-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s left;
    transition: .2s transform, .2s left
}

.swiper-horizontal.swiper-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
    -webkit-transition: .2s transform, .2s right;
    transition: .2s transform, .2s right
}

.swiper-pagination-progressbar {
    background: rgba(0, 0, 0, .25);
    position: absolute
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: var(--swiper-pagination-color, var(--swiper-theme-color));
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transform-origin: left top;
    -ms-transform-origin: left top;
    transform-origin: left top
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    -webkit-transform-origin: right top;
    -ms-transform-origin: right top;
    transform-origin: right top
}

.swiper-horizontal>.swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite,
.swiper-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
    width: 100%;
    height: 4px;
    left: 0;
    top: 0
}

.swiper-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-vertical>.swiper-pagination-progressbar {
    width: 4px;
    height: 100%;
    left: 0;
    top: 0
}

.swiper-pagination-lock {
    display: none
}

.swiper-scrollbar {
    border-radius: 10px;
    position: relative;
    -ms-touch-action: none;
    background: rgba(0, 0, 0, .1)
}

.swiper-horizontal>.swiper-scrollbar {
    position: absolute;
    left: 1%;
    bottom: 3px;
    z-index: 50;
    height: 5px;
    width: 98%
}

.swiper-vertical>.swiper-scrollbar {
    position: absolute;
    right: 3px;
    top: 1%;
    z-index: 50;
    width: 5px;
    height: 98%
}

.swiper-scrollbar-drag {
    height: 100%;
    width: 100%;
    position: relative;
    background: rgba(0, 0, 0, .5);
    border-radius: 10px;
    left: 0;
    top: 0
}

.swiper-scrollbar-cursor-drag {
    cursor: move
}

.swiper-scrollbar-lock {
    display: none
}

.swiper-zoom-container {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    text-align: center
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
    max-width: 100%;
    max-height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

.swiper-slide-zoomed {
    cursor: move
}

.swiper-lazy-preloader {
    width: 42px;
    height: 42px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -21px;
    margin-top: -21px;
    z-index: 10;
    -webkit-transform-origin: 50%;
    -ms-transform-origin: 50%;
    transform-origin: 50%;
    box-sizing: border-box;
    border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
    border-radius: 50%;
    border-top-color: transparent
}

.swiper-slide-visible .swiper-lazy-preloader {
    -webkit-animation: swiper-preloader-spin 1s infinite linear;
    animation: swiper-preloader-spin 1s infinite linear
}

.swiper-lazy-preloader-white {
    --swiper-preloader-color: #fff
}

.swiper-lazy-preloader-black {
    --swiper-preloader-color: #000
}

.swiper .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000
}

.swiper-free-mode>.swiper-wrapper {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out;
    margin: 0 auto
}

.swiper-grid-column>.swiper-wrapper,
.swiper-grid>.swiper-wrapper {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

.swiper-grid-column>.swiper-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.swiper-fade.swiper-free-mode .swiper-slide {
    -webkit-transition-timing-function: ease-out;
    transition-timing-function: ease-out
}

.swiper-fade .swiper-slide {
    pointer-events: none;
    -webkit-transition-property: opacity;
    transition-property: opacity
}

.swiper-fade .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-fade .swiper-slide-active,
.swiper-fade .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cards,
.swiper-cube,
.swiper-flip {
    overflow: visible
}

.swiper-cube .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1;
    visibility: hidden;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    width: 100%;
    height: 100%
}

.swiper-cube .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-cube.swiper-rtl .swiper-slide {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.swiper-cube .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-next+.swiper-slide,
.swiper-cube .swiper-slide-prev {
    pointer-events: auto;
    visibility: visible
}

.swiper-cube .swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-right,
.swiper-cube .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cube .swiper-cube-shadow {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    opacity: .6;
    z-index: 0
}

.swiper-cube .swiper-cube-shadow:before {
    content: '';
    background: #000;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    -webkit-filter: blur(50px);
    filter: blur(50px)
}

.swiper-flip .swiper-slide {
    pointer-events: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 1
}

.swiper-flip .swiper-slide .swiper-slide {
    pointer-events: none
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
    pointer-events: auto
}

.swiper-flip .swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-right,
.swiper-flip .swiper-slide-shadow-top {
    z-index: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.swiper-cards .swiper-slide,
.swiper-creative .swiper-slide {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    overflow: hidden
}

.swiper-creative .swiper-slide {
    -webkit-transition-property: opacity, height, -webkit-transform;
    transition-property: transform, opacity, height;
    transition-property: transform, opacity, height, -webkit-transform
}

.swiper-cards .swiper-slide {
    -webkit-transform-origin: center bottom;
    -ms-transform-origin: center bottom;
    transform-origin: center bottom
}

.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month-,
.air-datepicker-cell.-year-.-other-decade- {
    color: var(--adp-color-other-month)
}

.air-datepicker-cell.-day-.-other-month-:hover,
.air-datepicker-cell.-year-.-other-decade-:hover {
    color: var(--adp-color-other-month-hover)
}

.-selected-.air-datepicker-cell.-day-.-other-month-,
.-selected-.air-datepicker-cell.-year-.-other-decade- {
    color: #fff;
    background: var(--adp-background-color-selected-other-month)
}

.-selected-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background: var(--adp-background-color-selected-other-month-focused)
}

.-in-range-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range);
    color: var(--adp-color)
}

.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month-,
.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade- {
    background-color: var(--adp-background-color-in-range-focused)
}

.air-datepicker-cell.-day-.-other-month-:empty,
.air-datepicker-cell.-year-.-other-decade-:empty {
    background: 0 0;
    border: 0
}

.air-datepicker-cell {
    border-radius: var(--adp-cell-border-radius);
    box-sizing: border-box;
    cursor: pointer;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    z-index: 1
}

.air-datepicker-cell.-focus- {
    background: var(--adp-cell-background-color-hover)
}

.air-datepicker-cell.-current-.-focus- {
    color: var(--adp-color)
}

.air-datepicker-cell.-current-,
.air-datepicker-cell.-current-.-in-range- {
    color: var(--adp-color-current-date)
}

.air-datepicker-cell.-disabled- {
    cursor: default;
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-current-.-focus-,
.air-datepicker-cell.-disabled-.-focus- {
    color: var(--adp-color-disabled)
}

.air-datepicker-cell.-disabled-.-in-range- {
    color: var(--adp-color-disabled-in-range)
}

.air-datepicker-cell.-in-range- {
    background: var(--adp-cell-background-color-in-range);
    border-radius: 0
}

.air-datepicker-cell.-in-range-:hover {
    background: var(--adp-cell-background-color-in-range-hover)
}

.air-datepicker-cell.-range-from-,
.air-datepicker-cell.-range-to- {
    border: 1px solid var(--adp-cell-border-color-in-range);
    background-color: var(--adp-cell-background-color-in-range);
    border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius)
}

.air-datepicker-cell.-range-to- {
    border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0
}

.air-datepicker-cell.-range-to-.-range-from- {
    border-radius: var(--adp-cell-border-radius)
}

.air-datepicker-cell.-selected- {
    border: 0
}

.air-datepicker-cell.-selected-,
.air-datepicker-cell.-selected-.-current- {
    color: #fff;
    background: var(--adp-cell-background-color-selected)
}

.air-datepicker-cell.-selected-.-focus- {
    background: var(--adp-cell-background-color-selected-hover)
}

.air-datepicker-body {
    -webkit-transition: all var(--adp-transition-duration) var(--adp-transition-ease);
    transition: all var(--adp-transition-duration) var(--adp-transition-ease)
}

.air-datepicker-body.-hidden- {
    display: none
}

.air-datepicker-body--day-names {
    display: grid;
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    margin: 8px 0 3px
}

.air-datepicker-body--day-name {
    color: var(--adp-day-name-color);
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    font-size: .8em
}

.air-datepicker-body--day-name.-clickable- {
    cursor: pointer
}

.air-datepicker-body--day-name.-clickable-:hover {
    color: var(--adp-day-name-color-hover)
}

.air-datepicker-body--cells {
    display: grid
}

.air-datepicker-body--cells.-days- {
    grid-template-columns: repeat(7, var(--adp-day-cell-width));
    grid-auto-rows: var(--adp-day-cell-height)
}

.air-datepicker-body--cells.-months- {
    grid-template-columns: repeat(3, 1fr);
    grid-auto-rows: var(--adp-month-cell-height)
}

.air-datepicker-body--cells.-years- {
    grid-template-columns: repeat(4, 1fr);
    grid-auto-rows: var(--adp-year-cell-height)
}

.air-datepicker-nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    border-bottom: 1px solid var(--adp-border-color-inner);
    min-height: var(--adp-nav-height);
    padding: var(--adp-padding);
    box-sizing: content-box
}

.-only-timepicker- .air-datepicker-nav {
    display: none
}

.air-datepicker-nav--action,
.air-datepicker-nav--title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    cursor: pointer;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.air-datepicker-nav--action {
    width: var(--adp-nav-action-size);
    border-radius: var(--adp-border-radius);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.air-datepicker-nav--action:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--action:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--action.-disabled- {
    visibility: hidden
}

.air-datepicker-nav--action svg {
    width: 32px;
    height: 32px
}

.air-datepicker-nav--action path {
    fill: none;
    stroke: var(--adp-nav-arrow-color);
    stroke-width: 2px
}

.air-datepicker-nav--title {
    border-radius: var(--adp-border-radius);
    padding: 0 8px
}

.air-datepicker-nav--title i {
    font-style: normal;
    color: var(--adp-nav-color-secondary);
    margin-left: .3em
}

.air-datepicker-nav--title:hover {
    background: var(--adp-background-color-hover)
}

.air-datepicker-nav--title:active {
    background: var(--adp-background-color-active)
}

.air-datepicker-nav--title.-disabled- {
    cursor: default;
    background: 0 0
}

.air-datepicker-buttons {
    display: grid;
    grid-auto-columns: 1fr;
    grid-auto-flow: column
}

.air-datepicker-button {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    color: var(--adp-btn-color);
    border-radius: var(--adp-btn-border-radius);
    cursor: pointer;
    height: var(--adp-btn-height);
    background: 0 0
}

.air-datepicker-button:hover {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover)
}

.air-datepicker-button:focus {
    color: var(--adp-btn-color-hover);
    background: var(--adp-btn-background-color-hover);
    outline: 0
}

.air-datepicker-button:active {
    background: var(--adp-btn-background-color-active)
}

.air-datepicker-button span {
    outline: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    width: 100%;
    height: 100%
}

.air-datepicker-button span,
.air-datepicker-time,
.air-datepicker-time--current {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.air-datepicker-time {
    display: grid;
    grid-template-columns: -webkit-max-content 1fr;
    grid-template-columns: max-content 1fr;
    grid-column-gap: 12px;
    position: relative;
    padding: 0 var(--adp-time-padding-inner)
}

.-only-timepicker- .air-datepicker-time {
    border-top: none
}

.air-datepicker-time--current {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    font-size: 14px;
    text-align: center
}

.air-datepicker-time--current-colon {
    margin: 0 2px 3px;
    line-height: 1
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
    line-height: 1;
    font-size: 19px;
    font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
    position: relative;
    z-index: 1
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
    content: "";
    background: var(--adp-background-color-hover);
    border-radius: var(--adp-border-radius);
    position: absolute;
    left: -2px;
    top: -3px;
    right: -2px;
    bottom: -2px;
    z-index: -1;
    opacity: 0
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
    opacity: 1
}

.air-datepicker-time--current-ampm {
    text-transform: uppercase;
    -webkit-align-self: flex-end;
    align-self: flex-end;
    color: var(--adp-time-day-period-color);
    margin-left: 6px;
    font-size: 11px;
    margin-bottom: 1px
}

.air-datepicker-time--row {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    font-size: 11px;
    height: 17px;
    background: -webkit-linear-gradient(left, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
    background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat
}

.air-datepicker-time--row:first-child {
    margin-bottom: 4px
}

.air-datepicker-time--row input[type=range] {
    background: 0 0;
    cursor: pointer;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    flex: 1;
    height: 100%;
    width: 100%;
    padding: 0;
    margin: 0;
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    -webkit-appearance: none
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
    display: none
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
    border-color: var(--adp-time-track-color-hover)
}

.air-datepicker-time--row input[type=range]:focus {
    outline: 0
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
    background: var(--adp-cell-background-color-selected);
    border-color: var(--adp-cell-background-color-selected)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
    box-sizing: border-box;
    height: 12px;
    width: 12px;
    border-radius: 3px;
    border: 1px solid var(--adp-time-track-color);
    background: #fff;
    cursor: pointer;
    -webkit-transition: background var(--adp-transition-duration);
    transition: background var(--adp-transition-duration)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
    margin-top: calc(var(--adp-time-thumb-size)/2*-1)
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
    border: 0;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
    border: 0;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.air-datepicker-time--row input[type=range]::-ms-track {
    border: 0;
    height: var(--adp-time-track-height);
    cursor: pointer;
    color: transparent;
    background: 0 0
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
    background: 0 0
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
    background: 0 0
}

.air-datepicker {
    --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    --adp-font-size: 14px;
    --adp-width: 246px;
    --adp-z-index: 100;
    --adp-padding: 4px;
    --adp-grid-areas: "nav" "body" "timepicker" "buttons";
    --adp-transition-duration: .3s;
    --adp-transition-ease: ease-out;
    --adp-transition-offset: 8px;
    --adp-background-color: #fff;
    --adp-background-color-hover: #f0f0f0;
    --adp-background-color-active: #eaeaea;
    --adp-background-color-in-range: rgba(92, 196, 239, .1);
    --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
    --adp-background-color-selected-other-month-focused: #8ad5f4;
    --adp-background-color-selected-other-month: #a2ddf6;
    --adp-color: #4a4a4a;
    --adp-color-secondary: #9c9c9c;
    --adp-accent-color: #4eb5e6;
    --adp-color-current-date: var(--adp-accent-color);
    --adp-color-other-month: #dedede;
    --adp-color-disabled: #aeaeae;
    --adp-color-disabled-in-range: #939393;
    --adp-color-other-month-hover: #c5c5c5;
    --adp-border-color: #dbdbdb;
    --adp-border-color-inner: #efefef;
    --adp-border-radius: 4px;
    --adp-border-color-inline: #d7d7d7;
    --adp-nav-height: 32px;
    --adp-nav-arrow-color: var(--adp-color-secondary);
    --adp-nav-action-size: 32px;
    --adp-nav-color-secondary: var(--adp-color-secondary);
    --adp-day-name-color: #ff9a19;
    --adp-day-name-color-hover: #8ad5f4;
    --adp-day-cell-width: 1fr;
    --adp-day-cell-height: 32px;
    --adp-month-cell-height: 42px;
    --adp-year-cell-height: 56px;
    --adp-pointer-size: 10px;
    --adp-poiner-border-radius: 2px;
    --adp-pointer-offset: 14px;
    --adp-cell-border-radius: 4px;
    --adp-cell-background-color-hover: var(--adp-background-color-hover);
    --adp-cell-background-color-selected: #5cc4ef;
    --adp-cell-background-color-selected-hover: #45bced;
    --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
    --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
    --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
    --adp-btn-height: 32px;
    --adp-btn-color: var(--adp-accent-color);
    --adp-btn-color-hover: var(--adp-color);
    --adp-btn-border-radius: var(--adp-border-radius);
    --adp-btn-background-color-hover: var(--adp-background-color-hover);
    --adp-btn-background-color-active: var(--adp-background-color-active);
    --adp-time-track-height: 1px;
    --adp-time-track-color: #dedede;
    --adp-time-track-color-hover: #b1b1b1;
    --adp-time-thumb-size: 12px;
    --adp-time-padding-inner: 10px;
    --adp-time-day-period-color: var(--adp-color-secondary);
    --adp-mobile-font-size: 16px;
    --adp-mobile-nav-height: 40px;
    --adp-mobile-width: 320px;
    --adp-mobile-day-cell-height: 38px;
    --adp-mobile-month-cell-height: 48px;
    --adp-mobile-year-cell-height: 64px
}

.air-datepicker-overlay {
    --adp-overlay-background-color: rgba(0, 0, 0, .3);
    --adp-overlay-transition-duration: .3s;
    --adp-overlay-transition-ease: ease-out;
    --adp-overlay-z-index: 99
}

.air-datepicker {
    background: var(--adp-background-color);
    border: 1px solid var(--adp-border-color);
    box-shadow: 0 4px 12px rgba(0, 0, 0, .15);
    border-radius: var(--adp-border-radius);
    box-sizing: content-box;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, -webkit-max-content);
    grid-template-rows: repeat(4, max-content);
    grid-template-areas: var(--adp-grid-areas);
    font-family: var(--adp-font-family), sans-serif;
    font-size: var(--adp-font-size);
    color: var(--adp-color);
    width: var(--adp-width);
    position: absolute;
    -webkit-transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
    transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease), -webkit-transform var(--adp-transition-duration) var(--adp-transition-ease);
    z-index: var(--adp-z-index)
}

.air-datepicker:not(.-custom-position-) {
    opacity: 0
}

.air-datepicker.-from-top- {
    -webkit-transform: translateY(calc(var(--adp-transition-offset)*-1));
    -ms-transform: translateY(calc(var(--adp-transition-offset)*-1));
    transform: translateY(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-from-right- {
    -webkit-transform: translateX(var(--adp-transition-offset));
    -ms-transform: translateX(var(--adp-transition-offset));
    transform: translateX(var(--adp-transition-offset))
}

.air-datepicker.-from-bottom- {
    -webkit-transform: translateY(var(--adp-transition-offset));
    -ms-transform: translateY(var(--adp-transition-offset));
    transform: translateY(var(--adp-transition-offset))
}

.air-datepicker.-from-left- {
    -webkit-transform: translateX(calc(var(--adp-transition-offset)*-1));
    -ms-transform: translateX(calc(var(--adp-transition-offset)*-1));
    transform: translateX(calc(var(--adp-transition-offset)*-1))
}

.air-datepicker.-active-:not(.-custom-position-) {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    transform: translate(0, 0);
    opacity: 1
}

.air-datepicker.-active-.-custom-position- {
    -webkit-transition: none;
    transition: none
}

.air-datepicker.-inline- {
    border-color: var(--adp-border-color-inline);
    box-shadow: none;
    position: static;
    left: auto;
    right: auto;
    opacity: 1;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}

.air-datepicker.-inline- .air-datepicker--pointer,
.air-datepicker.-is-mobile- .air-datepicker--pointer {
    display: none
}

.air-datepicker.-is-mobile- {
    --adp-font-size: var(--adp-mobile-font-size);
    --adp-day-cell-height: var(--adp-mobile-day-cell-height);
    --adp-month-cell-height: var(--adp-mobile-month-cell-height);
    --adp-year-cell-height: var(--adp-mobile-year-cell-height);
    --adp-nav-height: var(--adp-mobile-nav-height);
    --adp-nav-action-size: var(--adp-mobile-nav-height);
    position: fixed;
    width: var(--adp-mobile-width);
    border: 0
}

.air-datepicker.-is-mobile- * {
    -webkit-tap-highlight-color: transparent
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
    -ms-transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
    transform: translate(-50%, calc(-50% + var(--adp-transition-offset)))
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

.air-datepicker.-custom-position- {
    -webkit-transition: none;
    transition: none
}

.air-datepicker-global-container {
    position: absolute;
    left: 0;
    top: 0
}

.air-datepicker--pointer,
.air-datepicker--pointer:after {
    position: absolute;
    width: var(--adp-pointer-size);
    height: var(--adp-pointer-size)
}

.air-datepicker--pointer {
    --pointer-half-size: calc(var(--adp-pointer-size) / 2);
    z-index: -1
}

.air-datepicker--pointer:after {
    content: "";
    background: #fff;
    border-top: 1px solid var(--adp-border-color-inline);
    border-right: 1px solid var(--adp-border-color-inline);
    border-top-right-radius: var(--adp-poiner-border-radius);
    box-sizing: border-box
}

.-top-center- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
    top: calc(100% - var(--pointer-half-size) + 1px)
}

.-top-center- .air-datepicker--pointer:after,
.-top-left- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
    -webkit-transform: rotate(135deg);
    -ms-transform: rotate(135deg);
    transform: rotate(135deg)
}

.-right-bottom- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
    right: calc(100% - var(--pointer-half-size) + 1px)
}

.-right-bottom- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-top- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
    -webkit-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    transform: rotate(225deg)
}

.-bottom-center- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
    bottom: calc(100% - var(--pointer-half-size) + 1px)
}

.-bottom-center- .air-datepicker--pointer:after,
.-bottom-left- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
    -webkit-transform: rotate(315deg);
    -ms-transform: rotate(315deg);
    transform: rotate(315deg)
}

.-left-bottom- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-top- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
    left: calc(100% - var(--pointer-half-size) + 1px)
}

.-left-bottom- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-top- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.-bottom-left- .air-datepicker--pointer,
.-top-left- .air-datepicker--pointer {
    left: var(--adp-pointer-offset)
}

.-bottom-right- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer {
    right: var(--adp-pointer-offset)
}

.-bottom-center- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer {
    left: calc(50% - var(--adp-pointer-size)/2)
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
    top: var(--adp-pointer-offset)
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
    bottom: var(--adp-pointer-offset)
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
    top: calc(50% - var(--adp-pointer-size)/2)
}

.air-datepicker--navigation {
    grid-area: nav
}

.air-datepicker--content {
    box-sizing: content-box;
    padding: var(--adp-padding);
    grid-area: body
}

.-only-timepicker- .air-datepicker--content {
    display: none
}

.air-datepicker--time {
    grid-area: timepicker
}

.air-datepicker--buttons {
    grid-area: buttons
}

.air-datepicker--buttons,
.air-datepicker--time {
    padding: var(--adp-padding);
    border-top: 1px solid var(--adp-border-color-inner)
}

.air-datepicker-overlay {
    position: fixed;
    background: var(--adp-overlay-background-color);
    left: 0;
    top: 0;
    width: 0;
    height: 0;
    opacity: 0;
    -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
    -webkit-transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
    z-index: var(--adp-overlay-z-index)
}

.air-datepicker-overlay.-active- {
    opacity: 1;
    width: 100%;
    height: 100%;
    -webkit-transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
    transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s
}

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

a,
body,
section,
span {
    padding: 0;
    border: 0;
    vertical-align: baseline;
    background: 0 0
}

a,
section,
span {
    margin: 0
}

body,
section {
    outline: 0
}

html {
    scroll-behavior: smooth
}

* {
    text-decoration: none
}

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

ul {
    list-style: none
}

blockquote,
q {
    quotes: none
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: ''
}

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

:focus,
a:active,
a:focus,
a:hover,
button:active,
button:focus,
button:hover,
span:active,
span:focus,
span:hover {
    outline: 0
}

input {
    font: initial;
    box-shadow: none
}

button::-moz-focus-inner,
input[type=button]::-moz-focus-inner,
input[type=file]>input[type=button]::-moz-focus-inner,
input[type=reset]::-moz-focus-inner,
input[type=submit]::-moz-focus-inner {
    border: 0
}

input[type=checkbox]:focus {
    -moz-outline-offset: -1px!important;
    -moz-outline: 1px solid #000!important
}

a {
    text-decoration: none;
    color: inherit;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

img,
main {
    width: 100%
}

img {
    max-width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -o-object-fit: contain;
    object-fit: contain
}

a,
span {
    outline: 0
}

button,
input,
textarea {
    padding: 0;
    border: 0;
    background-color: transparent;
    outline: 0
}

button {
    font: inherit;
    cursor: pointer;
    -webkit-appearance: none
}

input,
textarea {
    font-family: inherit
}

*,
::after,
::before {
    box-sizing: border-box
}

textarea {
    -webkit-appearance: none;
    resize: none
}

body {
    font-family: Ubuntu, sans-serif;
    margin: 0 auto;
    font-style: normal;
    font-weight: 400;
    background-color: #fff
}

main {
    position: relative
}

.container {
    max-width: 1228px;
    width: 100%;
    margin: 0 auto;
    padding: 0 16px
}

@media screen and (min-width:992px) {
    .container {
        padding: 0 24px
    }
}

.cell {
    margin-top: 66px
}

@media screen and (min-width:992px) {
    .cell {
        margin-top: 102px
    }
}

.wrapper {
    min-height: calc(100vh - 146px);
    padding-bottom: 80px
}

@media screen and (min-width:992px) {
    .wrapper {
        min-height: calc(100vh - 182px)
    }
}

.hide {
    display: none
}

textarea::-webkit-input-placeholder {
    white-space: pre-wrap
}

textarea:-ms-input-placeholder {
    white-space: pre-wrap
}

textarea::-ms-input-placeholder {
    white-space: pre-wrap
}

textarea::placeholder {
    white-space: pre-wrap
}

input:not([type=checkbox]):not([type=radio]),
select,
textarea {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.grecaptcha-badge {
    display: none!important
}

.scroll-wrap::-webkit-scrollbar {
    width: 3px;
    background-color: #ccc
}

.scroll-wrap::-webkit-scrollbar-thumb {
    background-color: rgba(0, 0, 0, .75);
    border-radius: 2px
}

.b-show {
    display: block;
    -webkit-animation: showBlock .3s linear forwards;
    animation: showBlock .3s linear forwards
}

.slow {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    -webkit-animation: ani .8s forwards;
    animation: ani .8s forwards
}

.slow-c {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
    -webkit-animation: aniF .5s forwards;
    animation: aniF .5s forwards
}

@font-face {
    font-family: 'Ubuntu';
    src: url(/local/templates/franchise/css/../fonts/Ubuntu-Bold.woff2) format("woff2"), url(/local/templates/franchise/css/../fonts/Ubuntu-Bold.woff) format("woff");
    font-weight: 700;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Ubuntu';
    src: url(/local/templates/franchise/css/../fonts/Ubuntu-Regular.woff2) format("woff2"), url(/local/templates/franchise/css/../fonts/Ubuntu-Regular.woff) format("woff");
    font-weight: 400;
    font-style: normal;
    font-display: swap
}

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

.footer {
    padding: 16px 0 68px;
    background: #1b1b1b;
    font-size: 14px;
    line-height: normal
}

@media screen and (min-width:768px) {
    .footer {
        padding: 10px 0
    }
}

.footer .wrap,
.footer a {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.footer a {
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (min-width:768px) {
    .footer a {
        padding: 10px 0
    }
}

.footer .wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .footer .wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.footer .left {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 35px
}

.footer .left a {
    color: #f88a1a
}

.footer .left a:hover,
.footer .right a {
    color: #9faab2
}

.footer .right {
    gap: 18px
}

.footer .right a:hover {
    color: #f88a1a
}

.footer .right,
.footer .right .link,
.up {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.footer .right,
.footer .right .link,
.footer .right svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.footer .right svg {
    min-width: 40px;
    max-width: 40px;
    height: 40px
}

.up {
    position: fixed;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: auto;
    z-index: 300;
    cursor: pointer;
    opacity: 0;
    color: #fff;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    line-height: normal;
    right: 16px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    letter-spacing: -.5px;
    display: none;
    bottom: 100px;
    cursor: pointer;
    /* font-size: 24px;
    padding: 12px;
    border-radius: 20px;
    background: #f78811 */
}


/* @media screen and (min-width:992px) { */

.up {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}


/* } */

.up .up-img,
.up img {
    height: 100px
}

.up svg {
    width: 83px;
    color: #fff
}

@media screen and (min-width:1400px) {
    .up {
        right: calc(50% - 697px)
    }
}

.up:active svg,
.up:hover svg {
    -webkit-animation: jumping .8s ease-in-out;
    animation: jumping .8s ease-in-out
}

.up.is-visible {
    opacity: 1
}

.header {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff
}

@media screen and (min-width:992px) {
    .header {
        border-bottom: 2px solid #f78811;
        box-shadow: 0 0 20px 0 rgba(247, 136, 17, .15)
    }
}

.header .logo {
    max-width: 54px;
    height: auto
}

.header .logo img {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width:992px) {
    .header .logo {
        max-width: 80px
    }
    .header .logo img {
        min-width: 80px
    }
}

.header__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 56;
    margin: 0 -16px;
    background-color: #fff
}

@media screen and (min-width:992px) {
    .header__wrap {
        margin: 0
    }
}

.header__main,
.header__wrap .menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative
}

.header__wrap .menu {
    width: inherit;
    background: #fff
}

@media screen and (max-width:991px) {
    .header__wrap .menu {
        top: 65px;
        padding: 15px 0;
        bottom: 0;
        right: 0;
        -webkit-transform: translateY(-120%);
        -ms-transform: translateY(-120%);
        transform: translateY(-120%);
        left: auto;
        width: 100%;
        visibility: hidden;
        background-color: #fff;
        -webkit-transition: visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out;
        transition: transform .3s ease-in-out, visibility .3s ease-in-out, -webkit-transform .3s ease-in-out;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        height: -webkit-fit-content;
        height: -moz-fit-content;
        height: fit-content;
        border-bottom: 2px solid #f78811;
        box-shadow: -80px 0 0 0 #f78811;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        z-index: 55;
        position: absolute
    }
    .header__wrap .menu.active {
        visibility: visible;
        -webkit-transform: translateY(0);
        -ms-transform: translateY(0);
        transform: translateY(0)
    }
}

.header__main {
    z-index: 56;
    background-color: #fff;
    width: 100%;
    padding: 8px 16px;
    border-bottom: 2px solid #f78811;
    box-shadow: 0 0 20px 0 rgba(247, 136, 17, .15)
}

@media screen and (min-width:992px) {
    .header__main {
        width: auto;
        border-bottom: none;
        box-shadow: none;
        padding: 0
    }
}

.header .header-fixed .menu__title .label,
.header .out {
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%)
}

.header .out {
    z-index: 58;
    margin-left: 10px
}

@media screen and (min-width:992px) {
    .header .out {
        display: block;
        position: relative;
        left: auto;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        margin-left: 18px
    }
}

@media screen and (min-width:1400px) {
    .header .out {
        margin-left: 0
    }
}

.header .lang-block,
.header .user {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.header .user {
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    color: #6f7983;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 103%;
    letter-spacing: -.14px;
    white-space: nowrap
}

.header .user svg {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.company-section a:hover,
.contacts-section .main-info a:hover,
.header .user:hover svg {
    color: #f87500
}

.header .lang-block {
    gap: 44px;
    margin-top: 7px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (min-width:992px) {
    .header .lang-block {
        margin-top: 10px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end
    }
}

.header .notifications {
    position: relative;
    width: 24px;
    cursor: pointer
}

.header .notifications .bell svg,
.header .user svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.header .notifications .note {
    position: absolute;
    right: 0;
    top: 0
}

.header .notifications .note svg {
    width: 14px;
    height: 14px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.header .header-fixed {
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    padding: 0 16px 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25)
}

.burger span,
.header .header-fixed,
.header .header-fixed.active {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.header .header-fixed.active {
    opacity: 1;
    visibility: visible
}

.header .header-fixed .menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 5px
}

.burger,
.header .header-fixed .menu,
.header .header-fixed .menu__item,
.header .header-fixed .menu__title {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.header .header-fixed .menu__item {
    width: 25%;
    position: relative
}

.burger,
.header .header-fixed .menu__title {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.header .header-fixed .menu__title {
    gap: 0;
    font-size: 14px
}

.header .header-fixed .menu__title svg,
.login-head svg {
    min-width: 35px;
    max-width: 35px;
    height: 35px
}

.header .header-fixed .menu__title img,
.login-head img {
    min-width: 24px;
    max-width: 24px;
    height: 24px
}

.header .header-fixed .menu__title .label {
    top: -16px;
    /* z-index: -1 */
}

@media screen and (min-width:768px) {
    .header .header-fixed {
        display: none
    }
}

.burger {
    width: 34px;
    height: 34px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    cursor: pointer;
    padding: 5px;
    margin-left: auto
}

@media screen and (min-width:992px) {
    .burger {
        display: none
    }
}

.burger span {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #f78811;
    position: relative
}

.burger span:nth-child(1) {
    margin-bottom: 6px
}

.burger span:nth-child(3) {
    margin-top: 6px
}

.burger.active span:nth-child(1) {
    top: 8px;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg)
}

.burger.active span:nth-child(2) {
    opacity: 0;
    -webkit-transition: none;
    transition: none
}

.burger.active span:nth-child(3) {
    bottom: 10px;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg)
}

.ampty,
.substrate {
    position: fixed;
    left: 0
}

.substrate {
    top: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    display: none;
    -webkit-animation: showBlock-b .3s linear forwards;
    animation: showBlock-b .3s linear forwards
}

.substrate.active {
    display: block
}

.ampty {
    z-index: 9999;
    right: 0
}

.switch-box .switch-input {
    display: none
}

.switch-box .switch-label {
    position: relative;
    display: inline-block;
    min-width: 33px;
    cursor: pointer;
    margin-bottom: 5px
}

.switch-box .switch-label:after,
.switch-box .switch-label:before {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    -webkit-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    transform: translate(0, -50%);
    -webkit-transition: all .3s ease;
    transition: all .3s ease
}

.switch-box .switch-label:before {
    left: 1px;
    width: 33px;
    height: 18px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #9faab2
}

.switch-box .switch-label:after {
    left: 3px;
    width: 15px;
    height: 15px;
    background-color: #f87500;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.switch-box .switch-input:checked+.switch-label:after {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    -webkit-transform: translate(97%, -50%);
    -ms-transform: translate(97%, -50%);
    transform: translate(97%, -50%)
}

.add-user .status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0
}

@media screen and (max-width:991px) {
    .add-user .status {
        position: absolute;
        right: 0;
        bottom: 73px
    }
}

.add-user .create {
    border-radius: 12px;
    background-color: #e7eef8;
    position: relative
}

.add-user .caret {
    grid-template-columns: 1fr 1fr
}

@media screen and (min-width:768px) {
    .add-user .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .add-user .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr .5fr
    }
}

.add-user .caret .holder {
    height: 100%
}

.add-user__footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding: 0 12px 12px
}

@media screen and (min-width:992px) {
    .add-user__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 0 19px 19px
    }
}

.add-user .switch-box .switch-label:before,
.tabs-page .tabs .tab-item.active {
    border: 0
}

.add-user .footer-btns {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

@media screen and (min-width:992px) {
    .add-user .footer-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 0
    }
}

.add-user .flex {
    max-width: 194px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.add-user .buttons {
    gap: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px
}

@media screen and (min-width:992px) {
    .add-user .buttons {
        margin-top: 0
    }
}

.add-user .buttons .btn {
    min-width: 130px
}

.add-user .text-bold {
    color: #9faab2;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px
}

.add-user .text {
    color: #9faab2;
    font-size: 10px;
    line-height: 12px;
    margin-right: 5px;
    min-width: 126px
}

.analytics-section .analytics-link {
    color: #272d33;
    font-size: 14px;
    font-weight: 500;
    line-height: normal;
    padding: 8px 0;
    border-bottom: 1px solid #ececec;
    display: block
}

@media screen and (min-width:992px) {
    .analytics-section .analytics-link {
        font-size: 16px
    }
}

.cart-section .cart-attention {
    display: none
}

.cart-section .cart-attention.active,
.contacts-section .main-info a,
.edit-user .wrap-eyes .i-btn.view .open-i {
    display: block;
    font-size: 16px;
}

.cart-section .cart .actions {
    color: #fff;
    font-size: 16px;
    font-weight: 500;
    line-height: 16px
}

.cart-section .cart .caret {
    grid-template-columns: 50% auto;
    gap: 20px;
    margin-bottom: 20px;
    min-height: 72px;
    padding: 10px
}

.cart-section .cart .search-inputs {
    background: #fff;
    padding: 8px;
    min-height: 40px;
    font-size: 1rem;
}

.cart-section .cart .search-input-close {
    top: 10px;
    font-size: 14px;
}

.cart-section .cart__items {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 16px
}

@media screen and (min-width:992px) {
    .cart-section .cart__items {
        gap: 23px
    }
}

.cart__footer {
    margin-top: 40px;
    width: 100%
}

.cart__footer__top {
    margin-bottom: 40px;
}

.cart__footer .buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px
}

@media screen and (min-width:650px) {
    .cart__footer .buttons {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.cart__footer .buttons .btn,
.total {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.cart__footer .buttons .btn {
    min-width: 180px
}

.total {
    font-family: "Manrope", Helvetica;
    color: #1D252D;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -.5px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: baseline;
    margin: 12px auto 0;
    gap: 10px;
}
.total label{
    padding-right: 10px;
}

@media screen and (min-width:650px) {
    .total {
        font-size: 18px;
        margin: 12px 0 0 auto
    }
}

.price {
    color: #ff8300
}

@media screen and (min-width:650px) {
    .price {
        margin-bottom: -5px
    }
}

.price .sum {
    font-weight: 700;
    line-height: 23px;
    margin-left: 5px;
    font-size: clamp(24px, 4vw, 32px)
}

@media screen and (min-width:650px) {
    .price .sum {
        margin-left: 18px
    }
}

.price .coins,
.card-prices .currency,
.price .currency {
    font-size: 16px;
    font-weight: 600;
    line-height: 16px
}

.card-prices .currency,
.price .currency {
    font-size: 10px
}

.price.small {
    margin-bottom: 0
}

.price.small .sum {
    font-size: 24px;
    line-height: 16px;
    margin-left: 0
}

.price.small .coins {
    font-size: 12px;
}

.cross-line .price .coins {
    text-decoration: line-through;
}

.card-prices .currency {
    /* color: #b5b8bb; */
    color: #ff8300;
}

.price.small .currency {
    /* color: #b5b8bb; */
    color: #ff8300;
    font-size: 8px;
    line-height: 4.5px
}

.price.fs18 .sum {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: -.6px
}

.cross-line .small .sum {
    font-size: 16px
}

@media screen and (max-width:400px) {
    .cross-line .small .sum {
        font-size: 15px
    }
}

.map .balloon-title.castling span,
.price.fw4 .sum {
    font-size: 16px;
    line-height: 16px;
    font-weight: 700
}

.map .balloon-title span,
.price.fw6 .sum {
    font-weight: 600
}

.price.crossing {
    color: #dfdfdf;
    position: relative
}

.price.crossing:before {
    content: "";
    position: absolute;
    height: 2px;
    background-color: #dfdfdf;
    left: -5px;
    right: -2px;
    top: 30%
}

.price.crossing .currency {
    color: #dfdfdf
}

.price.color {
    color: #78be20
}

.catalog {
    color: #000
}

.catalog .catalog-wrap {
    display: grid;
    gap: 20px
}

@media screen and (min-width:992px) {
    .catalog .catalog-wrap {
        position: relative;
        grid-template-columns: 220px auto
    }
}

.catalog .cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
    padding-left: 5px;
}

@media screen and (min-width:650px) {
    .catalog .cards {
        grid-template-columns: repeat(3, 1fr);
        gap: 15px
    }
}

@media screen and (min-width:992px) {
    .catalog .cards {
        margin-left: auto;
        width: auto
    }
}

@media screen and (min-width:1200px) {
    .catalog .cards {
        grid-template-columns: repeat(4, 1fr);
        gap: 20px
    }
}

.tabs-page {
    position: relative;
    padding-top: 5px
}

.tabs-page .sidebar-btn {
    border-radius: 0 8px 8px 0;
    border: 1px solid #ededed;
    color: #fff;
    background: #f87500;
    position: absolute;
    left: -17px;
    top: -36px;
    width: 110px;
    height: 33px;
    display: flex;
    justify-content: space-around;
    place-items: center;
    -webkit-transition: none;
    transition: none;
    font-size: 14px;
}

.tabs-page .sidebar-btn svg {
    width: 9px;
    height: 15px;
    color: #fff;
    -webkit-transition: .5s ease;
    transition: .5s ease
}

@media screen and (min-width:992px) {
    .tabs-page .sidebar-btn {
        display: none
    }
}

.tabs-page .tabs__head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    position: relative;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 17px;
    flex-wrap: wrap;
}

.tabs-page .tabs__head:after {
    position: absolute;
    content: "";
    left: 0;
    right: 0;
    height: 16px;
    background-color: #fff;
    bottom: -16px
}

.tabs-page .tabs .tab-item {
    background-color: #fff;
    color: #b4b4b4;
    line-height: normal;
    padding: 8px 20px;
    border-radius: 12px 12px 0 0;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    cursor: pointer;
    font-size: 16px;
    font-weight: 500
}

@media screen and (min-width:992px) {
    .tabs-page .tabs .tab-item {
        font-size: 32px;
        line-height: 100%;
        padding: 14px 24px
    }
}

.tabs-page .tabs__content {
    margin-top: 0
}

@media screen and (min-width:992px) {
    .categories-report .report-footer__wrap {
        gap: 51px
    }
}

@media screen and (min-width:1200px) {
    .categories-report .report-footer__wrap {
        gap: 83px
    }
}

@media screen and (min-width:1400px) {
    .categories-report .report-footer__wrap {
        gap: 92px
    }
}

@media screen and (min-width:1200px) {
    .categories-report .report-footer .caret.light {
        gap: 10px
    }
}

@media screen and (min-width:768px) {
    .categories-report .pagination-section {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.checkout-section .checkout .buttons {
    margin-top: 10px
}

@media screen and (min-width:650px) {
    .checkout-section .checkout .buttons {
        -webkit-box-align: end;
        -webkit-align-items: flex-end;
        align-items: flex-end
    }
}

.checkout-section .checkout .card {
    margin-bottom: 23px
}

.checkout-section .checkout .card:last-child,
.checkout-section .checkout-wrap:last-child {
    margin-bottom: 0
}

.checkout-section .checkout__cash .card .icons-pay {
    display: none
}

.checkout-section .cart__footer {
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .checkout-section .cart__footer {
        margin-top: 40px
    }
}

.checkout-section .checkout-wrap {
    padding: 16px;
    border-radius: 12px;
    border: 1px solid #ececec;
    margin-bottom: 40px
}

@media screen and (min-width:992px) {
    .checkout-section .checkout-wrap {
        padding: 20px 80px 40px
    }
}

.checkout-search input {
    margin: 0 0 20px;
    border: 1px solid;
    padding: 4px 8px;
}

@media screen and (max-width:649px) {
    .delivery-time {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        margin-bottom: 10px
    }
    .cart-section .cart .caret {
        grid-template-columns: 60px auto;
    }
}

.delivery-time__title {
    display: block;
    color: #5daf55;
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    margin-bottom: 8px
}

.delivery-time__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 4px
}

@media screen and (max-width:649px) {
    .delivery-time__wrap {
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        max-width: 227px
    }
}

.delivery-time__day {
    font-weight: 700;
    margin-bottom: 2px;
    display: block
}

.delivery-time__date {
    font-weight: 400;
    display: block
}

.delivery-time__btn {
    line-height: 1;
    font-size: 10px;
    letter-spacing: -.5px;
    border-radius: 4px;
    border: 1px solid #bababa;
    background-color: #fff;
    padding: 1px 2px;
    color: #bababa;
    text-align: left;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.delivery-time__btn:hover {
    border: 1px solid #78be20;
    color: #78be20
}

.delivery-time__btn.active {
    border: 1px solid #78be20;
    background-color: #78be20;
    color: #fff
}

.delivery-time__btn.disabled {
    background-color: #bababa;
    color: #d1d1d1;
    pointer-events: none
}

.delivery-time__btn {
    min-width: 110px;
    min-height: 90px;
    font-size: 14px;
}

.company-section .company-block {
    margin-bottom: 20px
}

.company-section .caret {
    grid-template-columns: 1fr;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    grid-template-rows: 60px minmax(80px, auto) 60px
}

@media screen and (min-width:768px) {
    .company-section .caret {
        grid-template-columns: 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .company-section .caret {
        grid-template-columns: 1fr 1fr 1.5fr
    }
}

@media screen and (min-width:1400px) {
    .company-section .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.company-section .name {
    color: #272d33;
    font-size: 14px;
    line-height: 1.5;
    display: block
}

.company-section .descr {
    grid-column-start: 1;
    grid-row-start: 2;
    grid-row-end: 4;
    position: relative;
    overflow: hidden
}

.company-section .descr .name {
    max-height: 127px;
    overflow: auto;
    padding-right: 8px;
    padding-bottom: 30px
}

.company-section .descr .name::-webkit-scrollbar {
    width: 4px;
    border-radius: 8px
}

.company-section .descr .name::-webkit-scrollbar-track {
    background-color: #fff;
    border-radius: 8px
}

.company-section .descr .name::-webkit-scrollbar-thumb {
    background: #e4e8ea;
    border-radius: 8px
}

.company-section .descr:after {
    content: "";
    position: absolute;
    height: 56px;
    left: 0;
    right: 0;
    bottom: 0;
    background: -webkit-linear-gradient(bottom, #fff 0, #fff 40%, #00000000 80%);
    background: linear-gradient(0deg, #fff 0, #fff 40%, #00000000 80%)
}

.company-section .holder {
    height: 100%
}

.company-section .holder .wrap {
    width: 50%
}

.flex {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.heading {
    color: #9faab2;
    font-size: 24px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 12px
}

.map {
    margin-top: 20px;
    width: 100%;
    padding: 0;
    height: 300px;
    border-radius: 12px;
    box-shadow: 0 0 40px 0 rgba(0, 0, 0, .15);
    overflow: hidden
}

@media screen and (min-width:992px) {
    .map {
        height: 405px;
        margin-top: 48px
    }
}

.map .ymaps-2-1-79-copyright__layout,
.map .ymaps-2-1-79-map-copyrights-promo {
    display: none
}

.map .ymaps-2-1-79-controls__control {
    margin-top: 350px
}

.map [class*=ymaps-2][class*=-ground-pane] {
    filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale");
    -webkit-filter: grayscale(40%)
}

.map .balloon-title {
    font-weight: 400
}

.map .balloon-title.castling {
    font-weight: 700
}

.map .balloon-text,
.map .balloon-title {
    color: #000;
    font-size: 14px
}

.map .ymaps-2-1-79-balloon {
    box-shadow: none;
    border: 0;
    padding: 0
}

.map .ymaps-2-1-79-balloon__layout {
    border-radius: 6px;
    border: 1px solid #9faab2;
    overflow: hidden;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .36)
}

.map .ymaps-2-1-79-balloon_to_top .ymaps-2-1-79-balloon__tail {
    background: 0 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    box-shadow: none
}

.map .ymaps-2-1-79-balloon__close-button,
.map .ymaps-2-1-79-balloon__tail:after {
    background-image: url(/local/templates/franchise/css/../images/pol.webp);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    background-color: transparent;
    width: 18px;
    height: 22px
}

.map .ymaps-2-1-79-balloon__close-button {
    background-image: url(/local/templates/franchise/css/../images/close.svg);
    background-size: 80%;
    background-color: #e9e9e9;
    width: 20px;
    height: 20px;
    opacity: 1;
    padding: 8px;
    border-radius: 0 5px
}

.contacts-section {
    padding: 40px 0
}

@media screen and (min-width:992px) {
    .contacts-section {
        padding: 177px 0;
        margin: auto
    }
}

.contacts-section .contacts,
.edit-user .i-btn svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.contacts-section .contacts {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    gap: 40px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (min-width:992px) {
    .contacts-section .contacts {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        gap: 100px
    }
}

.contacts-section .head-page {
    padding: 0
}

.contacts-section .breadcrumbs,
.contacts-section .main-info .address {
    margin-bottom: 20px
}

.contacts-section .main-info {
    color: #333;
    letter-spacing: -.5px;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

@media screen and (min-width:992px) {
    .contacts-section .main-info {
        font-size: 16px
    }
}

.contacts-section .main-info span {
    font-size: 14px;
    line-height: 18px;
    letter-spacing: -.5px
}

@media screen and (min-width:992px) {
    .contacts-section .main-info span {
        font-size: 16px
    }
}

.contacts-section .main-info__title {
    font-weight: 700;
    margin-top: 40px;
    display: block;
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .contacts-page .wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
}

.edit-user .status {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    gap: 0
}

@media screen and (max-width:991px) {
    .edit-user .status {
        position: absolute;
        right: 0;
        bottom: 73px
    }
}

.edit-user .i-btn {
    margin-left: 5px
}

@media screen and (min-width:992px) {
    .edit-user .i-btn {
        margin-left: 15px
    }
}

.edit-user .i-btn svg {
    width: 24px;
    height: 24px;
    padding: 5px;
    cursor: pointer;
    color: #9faab2;
    margin-top: -17px
}

.edit-user .edit {
    border-radius: 12px;
    background-color: #e7eef8;
    position: relative
}

.edit-user .caret {
    grid-template-columns: 1fr 1fr
}

@media screen and (min-width:768px) {
    .edit-user .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .edit-user .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr .5fr
    }
}

.edit-user .caret .holder,
.pagination-select .js-select input {
    height: 100%
}

.edit-user .wrap-eyes {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.edit-user .wrap-eyes .i-btn.view .close-i,
.edit-user .wrap-eyes .open-i {
    display: none
}

.edit-user .wrap-eyes .close-i svg {
    padding: 3px
}

@media screen and (max-width:479px) {
    .edit-user .password {
        grid-column: 1/3
    }
}

.edit-user__footer {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    margin-top: 10px;
    padding: 0 12px 12px
}

@media screen and (min-width:992px) {
    .edit-user__footer {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        padding: 0 19px 19px
    }
}

.edit-user .switch-box .switch-label:before {
    border: 0
}

.edit-user .footer-btns {
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-top: 10px
}

@media screen and (min-width:992px) {
    .edit-user .footer-btns {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        margin-top: 0
    }
}

.edit-user .flex {
    max-width: 194px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.edit-user .buttons {
    gap: 10px;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    margin-top: 10px
}

@media screen and (min-width:992px) {
    .edit-user .buttons {
        margin-top: 0
    }
}

.edit-user .buttons .btn {
    min-width: 130px
}

.edit-user .text-bold {
    color: #9faab2;
    font-size: 12px;
    font-weight: 500;
    line-height: 20px;
    margin-right: 10px
}

.edit-user .text {
    color: #9faab2;
    font-size: 10px;
    line-height: 12px;
    margin-right: 5px;
    min-width: 126px
}

.fav-orders .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

.fav-orders .caret {
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

@media screen and (max-width:991px) {
    .fav-orders .caret {
        padding-right: 40px
    }
}

@media screen and (min-width:768px) {
    .fav-orders .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .fav-orders .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1400px) {
    .fav-orders .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr .7fr .6fr 82px
    }
}

.fav-orders .actions {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:991px) {
    .fav-orders .actions {
        position: absolute;
        right: 0
    }
}

@media screen and (min-width:768px) {
    .fav-orders .actions {
        margin-bottom: 8px;
        margin-left: 0
    }
}

@media screen and (min-width:1400px) {
    .fav-orders .actions {
        margin-bottom: 0;
        margin-left: 16px
    }
}

.fav-orders .order .order-actions {
    gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    margin-left: auto
}

@media screen and (max-width:991px) {
    .fav-orders .order .order-actions {
        position: absolute;
        right: 10px
    }
}

@media screen and (min-width:768px) {
    .fav-orders .order .order-actions {
        gap: 2px
    }
}

@media screen and (min-width:992px) {
    .fav-orders .order .order-actions {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        gap: 0;
        margin-right: auto;
        margin-left: 0
    }
}

.fav-orders .order .order-actions svg {
    min-width: 26px;
    max-width: 26px;
    height: 26px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px;
    cursor: pointer
}

.fav-orders .order .order-actions svg:first-child {
    min-width: 30px;
    height: 30px
}

.fav-orders .hart-icon.active {
    color: #ff8300
}

@media screen and (min-width:768px) {
    .goods-report .pagination-section {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.login-page {
    width: 100%;
    min-height: 100vh;     /* 100% высоты viewport */
    background: #e5e5e5;
    margin: 0;
    background-color: #e5e5e5;
    display: grid
}

.login-page .holder {
    height: auto
}

.login-page,
.login-page .login-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.login-page .login-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    padding: 22px 0 50px;
    gap: 20px
}

@media screen and (min-width:992px) {
    .login-page .login-wrapper {
        padding: 155px 0 50px;
        gap: 40px
    }
}

.login-page .text {
    color: #85889e;
    font-size: 12px;
    line-height: normal
}

@media screen and (min-width:992px) {
    .login-page .text {
        font-size: 15px
    }
}

.login-page .text.bold {
    font-weight: 700;
    margin-bottom: 20px;
    color: #9faab2
}

.login-page .text.color-mix {
    color: #ff8200;
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 12px
}

.login-page .text.small {
    color: #9faab2;
    font-size: 12px;
    line-height: 14px;
    margin-bottom: 8px
}

.login-page .text.color-small {
    color: #ff8200;
    font-size: 12px;
    line-height: 16px
}

.login-page .login-form {
    width: 95%;
    display: grid;
    padding: 28px 15px;
    border-radius: 20px;
    background: #fff;
    max-width: 450px
}

.login-page #cap-block,
.login-page #cap-block2 {
    height: 62px;
}

@media screen and (min-width:992px) {
    .login-page .login-form {
        width: 580px;
        padding: 58px;
        max-width: 100%
    }
}

.login-page .login {
    width: 100%;
    max-width: 380px;
    margin: 0 auto
}

.login-page .login-logo {
    margin: 0 auto 25px
}

@media screen and (min-width:992px) {
    .login-page .login-logo {
        margin: 0 auto 50px
    }
}

.login-page .login-logo img {
    max-width: 234px;
    max-height: 150px
}

@media screen and (min-width:992px) {
    .login-page .login-logo img {
        max-height: 200px
    }
}

.login-head,
.login-page .footer-btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.login-page .footer-btns {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 8px
}

@media screen and (min-width:992px) {
    .login-page .footer-btns {
        gap: 20px
    }
}

.login-page .footer-btns .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 110px;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

@media screen and (min-width:992px) {
    .login-page .footer-btns .btn {
        width: calc(50% - 10px)
    }
}

.login-page .footer-btns .error-btn {
    color: #337ab7;
    font-size: 10px;
    font-style: italic;
    line-height: 20px;
    -webkit-text-decoration-line: underline;
    text-decoration-line: underline;
    white-space: nowrap;
    cursor: pointer;
    width: 100%;
    text-align: center
}

.login-page .login-info {
    text-align: center;
    padding: 40px 0 20px 0;
}
.login-page .login-info .bottom_text {
    padding: 5px 0;
    display: flex;
}

.login-page .login-footer {
    display: none
}

.login-page .login-footer p {
    color: #9faab2;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

@media screen and (min-width:992px) {
    .login-page .login-footer {
        display: block;
        /* margin-top: 111px */
    }
}

.login-page .holder {
    margin-bottom: 15px
}

.login-head {
    gap: 24px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    margin-bottom: 32px
}

.login-head .title {
    color: #333;
    line-height: 1;
    margin-bottom: 8px;
    font-weight: 400;
    font-size: 20px
}

@media screen and (min-width:992px) {
    .login-head .title {
        font-size: 24px
    }
}

.label {
    display: inline-block;
    max-width: 100%;
    color: #9faab2;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px
}

.label span {
    color: #f78811
}

.input {
    width: 100%;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    font-family: 'Ubuntu', sans-serif;
    padding: 2px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 4px;
    color: #333;
    font-size: 12px;
    line-height: 1
}

.input::-webkit-input-placeholder {
    color: #9faab2;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic
}

.input:-ms-input-placeholder {
    color: #9faab2;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic
}

.input::-ms-input-placeholder {
    color: #9faab2;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic
}

.input::placeholder {
    color: #9faab2;
    font-family: 'Ubuntu', sans-serif;
    font-style: italic
}

@media screen and (min-width:650px) {
    .input {
        max-height: 21px
    }
}

@media screen and (min-width:992px) {
    .input {
        font-size: 12px;
        line-height: 20px;
        max-height: 26px
    }
}

.holder {
    border-radius: 8px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 8px;
    height: 100%;
    position: relative
}

.holder span {
    word-break: break-all;
}

@media screen and (min-width:992px) {
    .holder {
        padding: 8px 12px
    }
}

.holder.error {
    border: 1px solid #a94442
}

.holder.error .label {
    color: #a94442
}

.holder.success {
    border: 1px solid #78be20
}

.holder.success .label {
    color: #78be20
}

.order-section .order-detail .comment-block {
    margin-top: 40px
}
.order-section .order-detail .inner{
    align-items: center;
}

.order-section .order-detail .comment-block .comments {
    display: grid;
    gap: 10px
}

.order-section .order-detail .comment-block .comment {
    position: relative;
    padding-left: 56px
}

.order-section .order-detail .comment-block .comment:before {
    content: "";
    position: absolute;
    width: 46px;
    height: 46px;
    background-image: url(/local/templates/franchise/css/../images/comt.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    left: 0;
    bottom: 0
}

.order-section .order-detail .comment-block .comment__text {
    color: #333;
    font-size: 12px;
    line-height: 14px;
    margin-top: 5px;
    padding-right: 50px
}

.order-section .order-detail .comment-block .comment .comment-close {
    position: absolute
}

.order-section .order-detail .comment-block .comment .cart-close {
    border-radius: 0 6px 0 8px
}

.order-section .order-detail .comment-block .comment-enter,
.order-section .order-detail__cards {
    margin-top: 20px
}

.order-section .order-detail .comment-block .comment-enter .btn {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 10px
}

.order-section .order-detail .heading {
    font-weight: 400;
    font-size: 16px
}

@media screen and (min-width:992px) {
    .order-section .order-detail .heading {
        font-size: 24px
    }
}

.order-section .order-detail .block {
    display: grid;
    gap: 2px
}

.order-section .order-detail .subtitle {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px
}

.order-section .order-detail .text {
    color: #333;
    font-size: 12px;
    line-height: 14px
}

.order-section .order-detail .head-page,
.order-section .order-detail__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px
}

.order-section .order-detail .head-page {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    padding: 0
}

.order-section .order-detail .head-page svg {
    min-width: 28px;
    max-width: 28px;
    height: 28px;
    color: #ff8300
}

@media screen and (min-width:992px) {
    .order-section .order-detail .head-page svg {
        min-width: 46px;
        max-width: 46px;
        height: 46px
    }
}

.order-section .order-detail__descr .list {
    gap: 20px;
    margin-bottom: 8px
}

@media screen and (min-width:992px) {
    .order-section .order-detail__descr .list {
        -webkit-column-count: 2;
        column-count: 2
    }
}

.order-section .order-detail__cards .card .cart-close {
    display: none
}

.order-section .order-detail__footer {
    margin-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:768px) {
    .order-section .order-detail__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        margin-top: 10px
    }
}

.order-section .order-detail__footer .btn {
    max-width: 250px;
    margin: 0 auto
}

@media screen and (min-width:768px) {
    .order-section .order-detail__footer .btn {
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        margin: 0
    }
}

.order-section .order-detail__groupBtn {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    gap: 10px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    width: 100%;
    max-width: 250px
}

@media screen and (min-width:768px) {
    .order-section .order-detail__groupBtn {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        max-width: 100%;
        width: auto
    }
}

.order-section .order-detail__edit {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

.order-section .order-detail__edit svg {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.order-section .order-detail__edit .heading {
    margin-bottom: 0
}

@media screen and (min-width:992px) {
    .order-section .order-detail__edit .heading {
        min-width: 340px
    }
}

@media print {
    .header {
        display: none
    }
}

.caret-list {
    max-width: 483px
}

.caret-list__wrap {
    display: grid;
    gap: 8px;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content
}

@media screen and (min-width:768px) {
    .caret-list__wrap {
        grid-template-columns: 1fr 1fr;
        width: -webkit-fit-content;
        width: -moz-fit-content;
        width: fit-content;
        gap: 8px 20px
    }
}

.caret-list__title {
    display: none
}

@media screen and (min-width:768px) {
    .caret-list__title {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center;
        color: #272d33;
        font-size: 16px;
        font-weight: 500
    }
    .caret-list__name {
        display: none
    }
    .caret-list .holder {
        min-height: 48px;
        min-width: 288px
    }
}

.caret-list .js-select__dropdown {
    top: 95%
}

.caret-list .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 20px
}

.caret-list .btn svg {
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    margin-right: 8px
}

@media screen and (min-width:768px) {
    .caret-list .btn {
        margin-top: 16px
    }
}

.air-datepicker-button,
.air-datepicker-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.air-datepicker-button {
    color: #f78811;
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    border: 1px solid #f78811;
    background: #fff;
    padding: 8px 20px;
    max-height: 40px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.air-datepicker-button.custom-btn-pi {
    background-color: #f78811;
    color: #fff
}

.air-datepicker-buttons {
    gap: 20px
}

.air-datepicker--buttons {
    border-top: none;
    padding: 30px 20px 20px
}

.air-datepicker {
    border-radius: 20px;
    background: #fff;
    overflow: hidden
}

.air-datepicker-overlay {
    background: rgba(0, 0, 0, .5)
}

.air-datepicker-cell.-current- {
    color: #f78811
}

.air-datepicker-cell {
    color: #777;
    text-align: center;
    font-family: Ubuntu, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 18px
}

.air-datepicker-cell.-day-.-selected-.-range-from-,
.air-datepicker-cell.-day-.-selected-.-range-to- {
    background: #f78811
}

.air-datepicker-cell.-day-.-in-range- {
    color: #f78811;
    background: rgba(247, 136, 17, .1)
}

@media screen and (min-width:768px) {
    .order-report .pagination-section {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
    .order-report .report-num {
        -webkit-box-ordinal-group: 3;
        -webkit-order: 2;
        order: 2
    }
}

@media screen and (min-width:1200px) {
    .order-report .report-footer .caret.light {
        gap: 50px
    }
    .order-report .report-footer__wrap {
        gap: 95px
    }
}

.report-head {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 20px
}

@media screen and (min-width:992px) {
    .report-head {
        margin-bottom: 12px
    }
}

.report-head .heading {
    margin-bottom: 0;
    font-size: 16px
}

@media screen and (min-width:992px) {
    .report-head .heading {
        font-size: 24px
    }
}

.report-head .btn {
    max-width: 155px
}

.report__name {
    display: block;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: capitalize
}

@media screen and (min-width:992px) {
    .report__name {
        -webkit-line-clamp: 3
    }
}

.report .order .holder {
    line-height: 14px
}

.report .caret {
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    position: relative
}

@media screen and (min-width:768px) {
    .report .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .report .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1200px) {
    .report .caret {
        grid-template-columns: 1fr 1fr .9fr .9fr 1fr 1fr 30px
    }
}

@media screen and (max-width:767px) {
    .report .box1,
    .report .box2 {
        grid-column: 1/3;
        grid-row: 3/4
    }
    .report .box2 {
        grid-row: 4/4;
        margin-right: 81px
    }
}

@media screen and (min-width:768px) {
    .report .box2 {
        margin-right: 50px
    }
}

@media screen and (min-width:992px) {
    .report .box2 {
        margin-right: 0
    }
}

.report .box3 {
    margin-right: 50px
}

@media screen and (max-width:767px) {
    .report .box3 {
        grid-column: 1/3;
        grid-row: 4/4
    }
}

@media screen and (min-width:992px) {
    .report .box3 {
        margin-right: 0
    }
}

.report .actions {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    border-radius: 8px;
    background: #aebbc5;
    padding: 8px 12px;
    height: 50px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

@media screen and (max-width:991px) {
    .report .actions {
        position: absolute;
        right: 8px;
        bottom: 8px
    }
}

@media screen and (min-width:768px) {
    .report .actions {
        margin-left: -12px;
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        padding: 0;
        border: 0;
        background: 0 0
    }
}

@media screen and (max-width:991px) {
    .report .order .order-actions {
        position: absolute;
        right: 18px;
        bottom: 16px
    }
}

.report .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

@media screen and (min-width:992px) {
    .report.report-categories .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr 30px
    }
}

@media screen and (min-width:1200px) {
    .report.report-categories .caret {
        grid-template-columns: 1fr 1fr .9fr .9fr 1fr 30px
    }
}

@media screen and (max-width:767px) {
    .report.report-categories .box2,
    .report.report-categories .box3 {
        grid-row: 3/3
    }
}

@media screen and (min-width:768px) {
    .report.report-categories .box2,
    .report.report-categories .box3 {
        margin-right: 0
    }
    .report.report-categories .actions {
        position: relative;
        bottom: -2px
    }
    .report.report-categories .order-actions {
        position: relative;
        right: 0;
        bottom: 0
    }
}

.report-footer {
    margin-top: 16px;
    color: #272d33;
    text-align: center;
    font-weight: 700;
    line-height: 20px
}

@media screen and (min-width:768px) {
    .report-footer {
        margin-top: 20px
    }
}

.report-footer .caret.light {
    grid-template-columns: 3fr 1fr;
    gap: 8px
}

@media screen and (min-width:768px) {
    .report-footer .caret.light {
        gap: 22px
    }
}

.report-footer .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    min-width: 100px
}

.report-footer .report-num {
    font-size: 14px
}

@media screen and (min-width:768px) {
    .report-footer .report-num {
        font-size: 12px
    }
}

.report-footer .report-count,
.report-footer .report-total {
    font-size: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 3px
}

@media screen and (min-width:768px) {
    .report-footer .report-count,
    .report-footer__wrap {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex
    }
    .report-footer .report-count {
        margin: 0 auto 0 20px
    }
    .report-footer__wrap {
        gap: 50px;
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
        justify-content: flex-end;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

@media screen and (min-width:992px) {
    .report-footer__wrap {
        gap: 80px
    }
}

.report-footer__buttons {
    display: grid;
    gap: 8px;
    -webkit-box-pack: end;
    -webkit-justify-content: end;
    justify-content: end
}

@media screen and (min-width:768px) {
    .report-footer__buttons {
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.orders-section {
    margin-top: -5px
}

.orders-section .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

.orders-section .tab-1 .caret {
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

.caret_head {
    border-radius: 12px;
    background: #9faab2;
    padding: 8px;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
}

@media screen and (max-width:991px) {
    .orders-section .tab-1 .caret {
        padding-right: 40px
    }
}

@media screen and (min-width:768px) {
    .orders-section .tab-1 .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:992px) {
    .orders-section .tab-1 .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr
    }
}

@media screen and (min-width:1400px) {
    .orders-section .tab-1 .caret {
        grid-template-columns: .6fr 1fr .6fr 1fr 1fr 1.6fr 30px
    }
    .orders-section .tab-1 .caret_head {
        grid-template-columns: .6fr 1fr .6fr 1fr 1fr 1.6fr 0px
    }
}

.orders-section .actions {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

@media screen and (max-width:991px) {
    .orders-section .actions {
        position: absolute;
        right: 0
    }
}

@media screen and (min-width:992px) {
    .orders-section .tab-1 .actions {
        margin-left: -12px
    }
}

@media screen and (max-width:991px) {
    .orders-section .order .order-actions {
        position: absolute;
        right: 10px
    }
}

.orders {
    margin-bottom: 12px
}

.orders .search .search-btn {
    margin-left: 9px;
    margin-right: -6px
}

.orders .js-select__dropdown {
    max-height: 600px
}

.sort {
    cursor: pointer;
    margin-bottom: -5px
}

.sort svg {
    width: 16px;
    height: 16px;
    color: #9faab2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sort:hover svg {
    color: #ff8300
}

.order {
    margin-bottom: 8px
}

.order__comment {
    color: #9faab2;
    font-size: 10px;
    line-height: 12px
}

.order__comment.exist {
    color: #272d33
}

.order .holder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    min-height: 40px
}

.order__summ {
    line-height: 1
}

.order__summ.cross-line {
    position: relative;
    color: red
}

.order__summ.cross-line:after,
input[type=radio]+label::after,
input[type=radio]+label::before {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}

.order__summ.cross-line:after {
    content: '';
    width: 100%;
    left: 0;
    height: 1px;
    background-color: red
}

.order .holder,
.order .order-actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.order .holder {
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #272d33;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.order .order-actions {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px
}

.order .order-actions svg {
    width: 26px;
    height: 26px;
    padding: 5px;
    cursor: pointer;
    color: #9faab2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.order .order-actions svg:hover,
.users-section .user-card .user-actions svg:hover {
    color: #f87500
}

.user-profile .caret {
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width:768px) {
    .user-profile .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

.user-profile .user-text {
    color: #272d33;
    font-size: 12px;
    line-height: 20px;
    display: block
}

.user-profile .holder .wrap {
    width: 50%
}

@media screen and (max-width:767px) {
    .user-profile .date {
        grid-column: 1/3
    }
}

.user-profile .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 12px
}

.users-section .label {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

.users-section .email a {
    text-decoration: underline;
    color: #f87500
}

.users-section .email a:hover {
    text-decoration: none
}

.users-section .caret {
    grid-template-columns: 1fr 1fr;
    gap: 10px
}

@media screen and (min-width:768px) {
    .users-section .caret {
        grid-template-columns: 1fr 1fr 1fr
    }
}

@media screen and (min-width:1200px) {
    .users-section .caret {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr .8fr
    }
}

.users-section .users {
    margin-bottom: 12px
}

.users-section .users .search .search-btn {
    margin-left: 9px
}

.users-section .users .actions {
    color: #fff;
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    text-align: center;
    border-radius: 8px;
    background-color: #aebbc5;
    padding: 8px
}

@media screen and (min-width:768px) {
    .users-section .users .actions {
        background-color: transparent;
        padding: 0 0 0 15px
    }
}

.users-section .actions-wrap,
.users-section .user-card .holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.users-section .actions-wrap {
    gap: 15px
}

.users-section .user-card {
    margin-bottom: 8px
}

.users-section .user-card .holder {
    height: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #272d33;
    font-size: 12px;
    line-height: 20px;
    text-align: center
}

.users-section .user-card .user-actions {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 10px
}

.order .order-actions svg,
.status,
.users-section .user-card .user-actions svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.users-section .user-card .user-actions svg {
    width: 26px;
    height: 26px;
    padding: 5px;
    cursor: pointer;
    color: #9faab2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.users-section .add-user {
    max-width: 200px;
    margin-left: auto;
    margin-top: 20px
}

.status {
    padding: 0 4px;
    color: #fff;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px
}

.status .status-title {
    font-size: 10px;
    font-weight: 500;
    line-height: 16px;
    margin-bottom: 5px;
    display: block
}

.status .switch-box {
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    max-width: 33px;
    margin: -3px 0 0 -7px
}

.status .switch-box .switch-label:after {
    box-shadow: 0 2px 2px rgba(0, 0, 0, .2)
}

.status .status-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.status .status-name {
    font-size: 10px;
    font-style: italic;
    line-height: 14px
}

.status .status-name small {
    display: block;
    white-space: nowrap
}

.status .actions {
    padding-left: 16px
}

.status.light {
    color: #9faab2;
    min-width: 83px;
    max-width: 83px
}

input[type=radio] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

input[type=radio]+label {
    cursor: pointer;
    position: relative;
    padding-left: 15px;
    line-height: 20px;
    color: #fff;
    font-family: Ubuntu, sans-serif;
    font-size: 8px;
    font-style: italic;
    font-weight: 400
}

input[type=radio]+label::after,
input[type=radio]+label::before {
    content: "";
    display: inline-block;
    aspect-ratio: 1;
    border-radius: 50%;
    -webkit-transition: all .3s;
    transition: all .3s
}

input[type=radio]+label::before {
    width: 13px;
    border: 1px solid #e4e8ea;
    background-color: #fff;
    left: 0;
    opacity: 1
}

input[type=radio]+label::after {
    width: 9px;
    border: 1px solid #ff8403;
    background: #ff8403;
    left: 2px;
    opacity: 0
}

input[type=radio]:checked+label::after {
    opacity: 1
}

.radio-btn {
    height: 13px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 2px
}

.radio-btn:last-child {
    margin-bottom: 0
}

.breadcrumbs {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    display: inline-block;
    word-wrap: break-word;
    width: 100%;
    color: #000;
    padding: 30px 0;
}

.breadcrumbs ul {
    width: calc(80%)
}

.breadcrumbs.open {
    white-space: normal
}

.breadcrumbs__arrow {
    margin: 0 5px
}

.breadcrumbs__arrow svg {
    display: inline;
    width: 6px;
    height: 15px;
    padding-top: 2px;
    color: #9faab2
}

.breadcrumbs>div {
    display: inline;
    margin-right: 5px
}

.breadcrumbs>div.breadcrumbs__arrow {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: inline-flex;
    margin-right: 5px
}

.breadcrumbs__item {
    cursor: pointer;
    padding: 5px 0;
    color: #777;
    font-size: 14px;
    line-height: normal
}

.breadcrumbs__item a,
.breadcrumbs__item span {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.breadcrumbs .home:hover svg,
.breadcrumbs__item a:hover,
.breadcrumbs__item span:hover {
    color: #f78811
}

.breadcrumbs__item:last-child,
.breadcrumbs__item:last-child span {
    cursor: default
}

.breadcrumbs__item:last-child span:hover {
    color: #777
}

.breadcrumbs .home svg {
    color: #9faab2;
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    margin-bottom: -4px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.btn-cart {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 15px;
    color: #fff;
    font-size: 16px;
    line-height: 1;
    max-width: -webkit-fit-content;
    max-width: -moz-fit-content;
    max-width: fit-content
}

.btn,
.btn-cart,
.btn-cart .cart-title,
.btn-cart svg,
.btn-wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.btn-cart svg {
    min-width: 21px;
    max-width: 21px;
    height: 21px
}

.btn,
.btn-cart .cart-title,
.btn-wrap {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.btn-cart .cart-title {
    gap: 5px
}

.btn,
.btn-wrap {
    width: 100%;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.btn {
    white-space: nowrap;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    text-align: center;
    color: #fff;
    padding: 8px 12px;
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    border-radius: 8px;
    background: #f78811;
    height: 36px
}

@media screen and (min-width:992px) {
    .btn {
        font-size: 14px;
        line-height: 16px
    }
}

.btn svg,
.card-detail .hiding-block__title:after {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.btn svg {
    width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    color: #fff;
    margin-right: 8px
}

.btn.active,
.btn:active,
.btn:hover {
    /* background: #78be20 */
}

.btn.first {
    /* background-color: #78be20 */
}

.btn.first svg {
    width: 28px;
    height: 23px;
    margin-right: 5px
}

.btn.first:hover {
    /* background-color: #93d50a */
}

.btn.first.active,
.btn.first:active {
    /* background-color: #68a81d */
}

.btn.secondary {
    background-color: #acb9c3
}

.btn.secondary:hover {
    background: #f78811
}

.btn.tertiary {
    border: 1px solid #f78811;
    background: #fff;
    color: #f78811
}

.btn.tertiary:hover {
    border: 1px solid #78be20;
    color: #78be20
}

.btn.disabled {
    cursor: not-allowed;
    border-radius: 20px;
    background: #dadada
}

.card-detail {
    width: 100%;
    border: none;
    padding: 0;
}

.card-detail .hiding-block {
    border-radius: 12px;
    border: 1px solid #ECECEC;
    padding: 12px 16px;
}

@media screen and (min-width: 992px) {
    .card-detail .hiding-block {
        border: none;
        padding: 0;
    }
}
.card-detail__wrap .card:hover{
    border: none;
}
.card-detail__wrap .card{
    border: none;
    height: auto;
}
.card-detail .hiding-block .list {
    padding-top: 10px;
}

.card-detail .hiding-block__title {
    position: relative;
    width: 100%;
    display: block;
}

.card-detail .hiding-block__title:after {
    content: "";
    position: absolute;
    background-image: url("/local/templates/franchise/css/../images/arrow.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    top: 0;
    right: 0;
    width: 20px;
    height: 19px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
}

@media screen and (min-width: 992px) {
    .card-detail .hiding-block__title {
        display: none;
    }
}

.card-detail .hiding-block__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    opacity: 0;
}

@media screen and (min-width: 992px) {
    .card-detail .hiding-block__content {
        max-height: 100%;
        overflow: visible;
        opacity: 1;
    }
}

.card-detail .hiding-block.active .hiding-block__content {
    max-height: 800px;
    overflow: visible;
    opacity: 1;
}

.card-detail .hiding-block.active .hiding-block__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.card-detail .tab-content {
    -webkit-animation: moving 1s ease;
    animation: moving 1s ease;
}

.card-detail .image-block {
    background: #FFFFFF;
    height: 180px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
}

.card-detail .image-block .heart {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px;
}

.card-detail .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 40px;
    display: block;
}

.card-detail__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
}

@media screen and (min-width: 992px) {
    .card-detail__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
    }
}

@media screen and (min-width: 992px) {
    .card-detail .card-info {
        /* width: 180px; */
        width: 300px;
    }
}

@media screen and (min-width: 992px) {
    .card-detail .company-info {
        width: calc(100% - 180px - 20px);
    }
}

.card-detail .text {
    color: #333;
    font-size: 12px;
    line-height: 14px;
}

.card-detail .subtitle {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2px;
}

.card-detail .block {
    margin-bottom: 8px;
}

.card-detail .company-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin: 0 auto;
}

.card-detail .company-card .btn {
    min-height: 40px;
    min-width: 102px;
    max-width: 110px;
}

.card-detail .company-card__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px;
}

.card-detail .company-card .name {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -0.7px;
    margin-bottom: 20px;
    display: block;
}

@media screen and (min-width: 480px) {
    .card-detail .company-card .name {
        letter-spacing: -0.5px;
    }
}

.card-detail .company-card .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #ECECEC;
    width: 87px;
    height: 100px;
}

@media screen and (min-width: 480px) {
    .card-detail .company-card .image {
        width: 100px;
    }
}

.card-detail .company-card .status {
    color: #5DAF55;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -0.5px;
    display: block;
    margin-bottom: 2px;
    padding: 0;
}

.card-detail .company-card .price-block__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 10px;
}

.card-detail .company-card .price-block.default {
    color: #878787;
}

.card-detail .company-card .price-block.default .status,
.card-detail .company-card .price-block.default .price {
    color: #878787;
}

.card-detail .company-card .days {
    margin-bottom: 17px;
}

.card-detail .total {
    margin-top: 20px;
}

.card-detail .counter-block {
    margin: 20px auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: 230px;
    max-width: 230px;
}

@media screen and (min-width: 480px) {
    .card-detail .counter-block {
        margin-left: auto;
        margin-right: 0;
    }
}

.card-detail .inner {
    padding: 0 10px;
    min-width: 128px;
    text-align: center;
}


/*.card-detail {
    width: 100%;
    border: 0;
    padding: 0
}
.card-detail .btn{
    min-width:200px; }


.card-detail .hiding-block {
    border-radius: 12px;
    border: 1px solid #ececec;
    padding: 12px 16px
}

@media screen and (min-width:992px) {
    .card-detail .hiding-block {
        border: 0;
        padding: 0
    }
}

.card-detail .hiding-block .list {
    padding-top: 10px
}

.card-detail .hiding-block__title {
    position: relative;
    width: 100%;
    display: block
}

.card-detail .hiding-block__title:after {
    content: "";
    position: absolute;
    background-image: url(/local/templates/franchise/css/../images/arrow.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: 80%;
    top: 0;
    right: 0;
    width: 20px;
    height: 19px
}

@media screen and (min-width:992px) {
    .card-detail .hiding-block__title {
        display: none
    }
}

.card-detail .hiding-block__content {
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    opacity: 0
}

@media screen and (min-width:992px) {
    .card-detail .hiding-block__content {
        max-height: 100%;
        overflow: visible;
        opacity: 1
    }
}

.card-detail .hiding-block.active .hiding-block__content {
    max-height: 800px;
    overflow: visible;
    opacity: 1
}

.card-detail .hiding-block.active .hiding-block__title:after {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.card-detail .tab-content {
    -webkit-animation: moving 1s ease;
    animation: moving 1s ease
}

.card-detail .image-block {
    background: #fff;
    height: 180px;
    margin-bottom: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

.card-detail .image-block .heart {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    position: absolute;
    top: 10px;
    right: 10px
}

.card-detail .title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 40px;
    display: block
}

.card-detail__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:992px) {
    .card-detail__wrap {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
    .card-detail .card-info {
        width: 180px
    }
    .card-detail .company-info {
        width: calc(100% - 180px - 20px)
    }
}

@media screen and (max-width:480px) {
    .card-detail .company-info .swiper-slide {
        max-width: 250px;
        margin: 0 auto;
    }
}

.card-detail .subtitle,
.card-detail .text,
.counter .inner label {
    color: #333;
    font-size: 12px;
    line-height: 14px
}

.card-detail .subtitle {
    font-weight: 700;
    line-height: 18px;
    margin-bottom: 2px
}

.card-detail .block {
    margin-bottom: 8px
}

.card-detail .company-slider {
    margin-right: -16px;
    padding-right: 16px
}

@media screen and (min-width:992px) {
    .card-detail .company-slider {
        margin-right: -40px;
        padding-right: 40px
    }
}

@media screen and (min-width:1200px) {
    .card-detail .company-slider {
        margin-right: 0;
        padding-right: 0
    }
}

.card-detail .company-slider__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.card-detail .company-slider__wrap .company {
    width: 50%
}

.card-detail .company-slider .tab-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 8px;
    border: 1px solid #ececec;
    background: #fff;
    padding: 12px;
    height: auto
}

@media screen and (min-width:992px) {
    .card-detail .company-slider .tab-item {
        padding: 20px
    }
}

.card-detail .company-slider .company-card {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.card-detail .company-slider .company-card .btn {
    min-height: 40px;
    min-width: 102px;
    max-width: 110px
}

.card-detail .company-slider .company-card__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 10px
}

.card-detail .company-slider .company-card .name {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -.7px;
    margin-bottom: 20px;
    display: block
}

@media screen and (min-width:480px) {
    .card-detail .company-slider .company-card .name {
        letter-spacing: -.5px
    }
}

.card-detail .company-slider .company-card .image {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    border-radius: 7px;
    border: 1px solid #ececec;
    width: 87px;
    height: 100px
}

@media screen and (min-width:480px) {
    .card-detail .company-slider .company-card .image {
        width: 100px
    }
}

.card-detail .company-slider .company-card .status {
    color: #5daf55;
    font-size: 10px;
    font-weight: 700;
    line-height: 1;
    letter-spacing: -.5px;
    display: block;
    margin-bottom: 2px;
    padding: 0
}

.card-detail .company-slider .company-card .price-block__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-bottom: 5px
}

.card-detail .company-slider .company-card .price-block.default,
.card-detail .company-slider .company-card .price-block.default .price,
.card-detail .company-slider .company-card .price-block.default .status {
    color: #878787
}

.card-detail .company-slider .company-card .days {
    margin-bottom: 7px
}

.card-detail .total {
    margin-top: 20px
}

.card-detail .counter-block {
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-top: 20px;
    max-width: 200px
}

.card-detail .inner {
    padding: 0 10px;
    min-width: 128px;
    text-align: center
}

.card-detail .btn {
    min-width: 200px
}*/

.tabs .hiding-block {
    margin-top: 20px
}

.tabs .catalog-wrap,
.tabs .filter {
    -webkit-animation: moving 1s ease;
    animation: moving 1s ease
}

.tabs .tab-content {
    display: none
}

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

.tabs .tab-item {
    background-color: #f0f9ec
}

.tabs .tab-item .first {
    display: none
}

.tabs .tab-item.active {
    color: #272d33;
    border: 1px solid #f78811
}

.counter-block.active .counter,
.list__item,
.tabs .tab-item.active .first {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.tabs .tab-item.active .tertiary {
    display: none
}

.list__item {
    margin-bottom: 8px;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    position: relative;
    gap: 15px
}

.list__item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin-top: 12px;
    height: 1px;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAABCAAAAAA+i0toAAAAAnRSTlMA/1uRIrUAAAAMSURBVHheY7j1/z8ABY8C2UtBe8oAAAAASUVORK5CYII=) 0 0 repeat-x
}

@media screen and (min-width:992px) {
    .list__item:after {
        margin-top: 13px
    }
}

.list__output,
.list__title {
    display: inline-block;
    background: #fff;
    position: relative;
    z-index: 1
}

.list__title {
    padding-right: 5px;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    white-space: nowrap
}

.list__output {
    padding-left: 5px;
    font-weight: 400;
    text-align: end
}

.list__output.color {
    color: #ff8300;
    font-weight: 700;
    letter-spacing: -.5px
}

.list__output.color span {
    color: #333;
    font-weight: 500;
    letter-spacing: -.5px
}

.counter-block {
    /* margin-top: 4px */
}

.counter-block .counter,
.counter-block.active .btn {
    display: none
}

.card_and_price_block {
    display: flex;
    flex-flow: column;
    height: 70px;
    justify-content: space-between;
}

.counter {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    border-radius: 22px;
    /* background: #fafafa; */
    /* outline: 1px solid #e8e8e8; */
    outline-offset: -1px;
    width: 100%
}

.counter .btn {
    display: none;
    width: 100%
}

.counter .inner_block {
    text-align: center;
    /* width: 100%; */
    padding-bottom: 3px
}

.counter .inner p {
    /* color: #b5b8bb;
    font-size: 8px;
    line-height: 12px;
    white-space: nowrap */
}

.counter .inner label {
    align-items: baseline;
}

@media screen and (min-width:992px) {
    .counter .inner p {
        /* font-size: 10px */
    }
}

.counter .inner label {
    line-height: 16px;
    color: #6A7177;
    font-family: "Manrope", Helvetica;
    margin-right: 14px
}

.counter svg {
    color: #6A7177;
    width: 24px;
    height: 24px
}

.counter .disabled {
    pointer-events: none
}

.counter .disabled svg {
    color: #d6d6d6
}

.counter.active {
    outline: 0
}

.bs,
.counter,
.counter.active .btn,
.countminus,
.countplus {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.counter.active .bs,
.counter.active .countminus,
.counter.active .countplus,
.counter.active .inner_block {
    display: none
}

.bs,
.countminus,
.countplus {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
    border-radius: 22px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    /* background: #78be20; */
    position: relative
}

.countplus {
    background: #FF8200;
    border-radius: 22px;
}
.countplus.disabled{
    background: #FFF;
    border-radius: 22px;
    height: 38px;
}
.countplus.disabled{
    color: #9EA6AC;
}
.countplus svg{
    color: #FFF;
}
.countminus svg{
    color: #FF8200;
}

.mob_pwa_banner {
    display: none;
}

.inner {
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: baseline;
    flex-flow: column;
}

.inner .counterspan {
    text-align: center;
    width: 100%;
    /* max-width: 94px; */
}

.inner .counterspan p{
    color:#6A7177; 
    font-size: 16px;
    padding-right: 2px;
}

.counter .inner label {
    display: block;
    width: auto;
    margin: 0;
    color: #6A7177;
}

.counter {
    justify-content: space-between;
}

@media screen and (max-width:992px) {
    /* .bs,
    .countminus,
    .countplus {
        min-width: 30px;
        max-width: 30px;
        height: 30px;
    } */
    .counter .inner,
    .counter .inner .counterspan {
        font-size: 16px
    }
    .card-detail .inner {
        justify-content: end;
    }
    .card-detail .total {
        /* width: 80%; */
        margin-bottom: 0;
    }
    .header-top {
        display: none;
    }
    .mob_pwa_banner {
        display: flex;
        padding-top: 30px!important;
        border-top: 2px solid #f78811;
        justify-content: center;
    }
    .card .price {
        width: 100%;
    }
}

.counter .quantity {
    display: none;
    font-size: 12px;
    color: #6A7177;
    margin-left: 5px;
}

@media screen and (min-width:375px) and (max-width:990px) {
    .counter .inner {
        flex-wrap: wrap;
        display: flex;
    }
    .counterspan {
        font-size: 14px;
    }
    .counter .inner label {
        display: flex;
        margin-left: 1%;
        align-items: flex-end;
        margin-right: 0;
    }
    .counter .quantity {
        font-size: 11px;
        margin-left: 1px;
        font-weight: 500;
    }
    .counter .inner p {
        /* width: 100%; */
    }
    .card .card-prices {
        flex-flow: column;
    }
}

@media screen and (min-width:300px) and (max-width:375px) {
    .catalog .cards {
        grid-template-columns: repeat(2, 1fr);
    }
    .bs,
    .countminus,
    .countplus {
        /* min-width: 36px;
        max-width: 36px;
        height: 36px; */
    }
    .counter .inner,
    .counter .inner .counterspan {
        font-size: 14px
    }
    .price.fs18 .sum {
        font-size: 16px;
    }
    .price.small .coins {
        font-size: 12px;
    }
    .card-prices .price {
        width: 100%;
    }
    .card .card-prices {
        flex-flow: column;
    }
    .counter {
        justify-content: space-between;
    }
}

@media screen and (min-width:300px) and (max-width:450px) {
    .up {
        display: none;
    }
}

.bs,
.bs svg,
.countminus,
.countminus svg,
.countplus,
.countplus svg {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.bs:hover,
.countminus:hover,
.countplus:hover {
    /* background-color: #93d50a */
}

.bs.active,
.bs:active,
.countminus.active,
.countminus:active,
.countplus.active,
.countplus:active {
    /* background-color: #68a81d */
}

.bs svg {
    width: 25px;
    height: 25px;
    color: #6A7177
}
/* .similar_product_item .bs svg {
    width: 15px;
    height: 15px;
} */
.counterspan {
    width: 30px;
    color: #6A7177;
    font-weight: 700;
    font-size: 16px;
    line-height: 12px;
    font-family:"Manrope", Helvetica;
    text-align: right
}

.countminus {
    display: none
}

.countminus.disabled {
    cursor: not-allowed
}

.countminus.disabled:hover {
    background-color: transparent!important;
    color: red!important
}

.delivery-icon {
    /* width: 46px;
    height: 18px; */
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    margin-bottom: 4px
}

.delivery-icon.possible {
    /* background-image: url(/local/templates/franchise/css/../images/possible.webp) */
}

.delivery-icon.no-possible {
    /* background-image: url(/local/templates/franchise/css/../images/nopossible.webp) */
}

.delivery-icon.hide {
    /* display: none */
}

.card,
.card__holder .card-prices {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

.card,
.card__holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.card {
    border-radius: 8px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    border: 1px solid #ececec;
    padding: 5px 10px 10px;
    background-color: #fff;
    position: relative;
    height: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    box-shadow: 0 2px 4px 0 rgba(176,176,176,.1),0 8px 8px 0 rgba(176,176,176,.09),0 17px 10px 0 rgba(176,176,176,.05),0 31px 12px 0 rgba(176,176,176,.01),0 48px 13px 0 transparent;
}

.card__holder {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    flex-direction: row-reverse;
    gap: 10px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (min-width:650px) {
    .card__holder {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: row-reverse;
        justify-content: space-between;
        gap: 0
    }
}

.card__holder .card-prices {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start
}

@media screen and (min-width:650px) {
    .card__holder .card-prices {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.card .sticker {
    position: absolute;
    right: -3px;
    top: 133px;
    color: #fff;
    font-size: 10px;
    line-height: 18px;
    border-radius: 12px 0 0 12px;
    background: #ff8300;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, .25);
    padding: 4px 4px 4px 8px;
    z-index: 1
}

@media screen and (min-width:992px) {
    .card .sticker {
        top: 158px
    }
}

.card:hover {
    box-shadow: 0 4px 8px 0 rgba(107,107,107,.1),0 14px 14px 0 rgba(107,107,107,.09),0 6px 10px 0 rgba(107,107,107,.05),0 16px 32px 0 rgba(107,107,107,.01),0 55px 28px 0 transparent
}

/* .card__img,
.card__img img {
    max-width: 100px;
    max-height: 100px
} */

.card__img {
    /* margin: 0 auto 16px; */
    cursor: pointer
}

/* .card__img img {
    min-height: 100px
} */

/* @media screen and (min-width:992px) {
    .card__img,
    .card__img img {
        max-width: 130px;
        max-height: 130px;
        min-height: 130px
    }
} */

.card__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 4px;
    margin-bottom: 12px
}

.card .label,
.card__title {
    /* line-height: 18px;
    letter-spacing: -.5px */
}

.card__head .card_mid {
    display: flex;
    justify-content: space-around;
}

.card__head .mark_remains {
    /* width: 100%; */
    height: 50px;
}

.card__head .mark_remains img {
    opacity: unset!important;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.card__head .mark_ratio img {
    opacity: unset!important;
    width: 30px;
    height: 30px;
    margin: 0 auto;
}

.card .label {
    color: #b5b8bb;
    font-size: 10px;
    font-weight: 700;
    white-space: nowrap
}

.card__title {
    /* color: #333;
    font-size: 14px;
    font-weight: 600;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden; */
    /* text-transform: lowercase */
}

.card__title_absent {
    /* color: #333;
    font-size: 12px;
    display: block;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer;
    margin-bottom: 8px;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    min-height: 48px;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-transform: lowercase */
}

@media screen and (min-width:992px) {
    .card__title {
        /* line-height: 16px; */
        /* margin-bottom: 12px; */
        /* min-height: 48px */
    }
}

.card.favorite .heart svg,
.card__title:hover {
    /* color: #f78811 */
}

.card__title.min {
    /* -webkit-line-clamp: 2;
    min-height: 30px */
}

.card .icons-pay,
.card .icons-pay .icon-pay {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.card .icons-pay {
    gap: 4px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.card .icons-pay .icon-pay {
    width: 20px;
    height: 14px;
    -o-object-fit: contain;
    object-fit: contain;
    color: #b5b8bb
}

.card .icons-pay .icon-pay.active {
    color: #68a81d
}

.card .quantum {
    color: #646464;
    text-align: center;
    font-size: 12px;
    /* font-weight: 700; */
    line-height: 8px;
    margin-bottom: 10px
}

.card .quantum span {
    padding: 0 2px
}

@media screen and (min-width:650px) {
    .card .quantum {
        /* text-align: right */
    }
}

.card .price {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 5px;
    justify-content: center;
    align-items: baseline;
}

@media screen and (min-width:650px) {
    .card .price {
        margin-bottom: 0;
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
}

.card .card-prices .currency,
.card .price .currency {
    width: 100%;
    text-align: center;
}

@media screen and (min-width:650px) {
    .card .card-prices .currency,
    .card .price .currency {
        width: auto
    }
}

.card .card-prices,
.card.line {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.card.line {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
}

.card.line.hidden {
    opacity: 0;
    display: none;
}

.card .card-prices {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: baseline;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: center
}

.card .card-prices.cross-line {
    position: relative;
    text-align: end;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media screen and (min-width:650px) {
    .card .card-prices.cross-line {
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.card .card-prices.cross-line .sum {
    margin-left: auto;
    text-decoration: line-through;
}

@media screen and (min-width:650px) {
    .card .card-prices.cross-line .sum {
        margin-left: 0
    }
}

.card .card-prices.cross-line .price,
.card .card-prices.cross-line .price.color {
    color: #d0d0d0;
    /* text-decoration: line-through; */
}

@media screen and (min-width:650px) {
    .card .card-prices.cross-line {
        text-align: start
    }
    /* .card .card-prices.cross-line:after {
        content: "";
        position: absolute;
        height: 2px;
        background-color: rgba(181, 184, 187, .5);
        width: 100%;
        left: 0
    } */
}

.card.line {
    padding: 0;
    position: relative;
    border-radius: 8px 12px 12px 8px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column
}

@media screen and (min-width:650px) {
    .card.line {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        flex-direction: row
    }
}

.card.line:hover .card__head {
    border: 1px solid #f78811
}

.card.line .currency {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.card.line .card__head {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    border: 1px solid #ececec;
    border-radius: 8px;
    min-width: 180px;
    padding: 10px;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    max-width: 180px;
    margin: -1px 20px -1px -1px;
    min-height: 150px
}

@media screen and (max-width:649px) {
    .card.line .card__head {
        /* margin-top: 20px;
        margin-left: 20px; */
        margin: 20px auto;
    }
}

.card.line .card__head img {
    max-height: 100px;
    max-width: 100px
}

.card.line .card__img {
    margin: 0;
    width: 100%
}

@media screen and (max-width:649px) {
    .card.line .icons-pay .icon-pay {
        position: absolute;
        top: 78px;
        left: 242px;
        width: 36px;
        height: 25px
    }
}

.card.line .counter-block {
    /* width: 100% */
}

@media screen and (min-width:768px) {
    .card.line .counter-block {
        /* max-width: 200px */
    }
}

.card.line .counter-block .counter {
    /* max-width: 100% */
}

.card.line .card__title {
    /* min-height: auto;
    margin-bottom: 0;
    font-size: 12px;
    line-height: 18px;
    font-weight: 600;
    letter-spacing: -.5px */
}

@media screen and (min-width:992px) {
    .card.line .card__title {
        /* font-size: 16px */
    }
}

.card.line .card-holder {
    width: 100%;
    padding: 12px 16px
}

@media screen and (min-width:992px) {
    .card.line .card-holder {
        padding: 20px 20px 20px 0
    }
}

.card.line .card-holder__top {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    gap: 20px;
    margin-bottom: 16px
}

@media screen and (min-width:650px) {
    .card.line .card-holder__top {
        padding-right: 60px
    }
}

@media screen and (min-width:992px) {
    .card.line .card-holder__top {
        padding-right: 30px
    }
}
.card-holder__footer .counter-block{
    width: 174px;
}
.card.line .card-holder__footer {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    flex-direction: column-reverse;
    width: 100%;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

@media screen and (min-width:768px) {
    .card.line .card-holder__footer {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row-reverse;
        flex-direction: row-reverse
    }
}

.card.line .card-holder__footer .counter-block {
    /* min-width: 200px */
}

.card.line .list {
    gap: 40px;
    width: 100%;
    margin-bottom: 10px
}

@media screen and (min-width:992px) {
    .card.line .list {
        -webkit-column-count: 2;
        column-count: 2;
        -webkit-column-fill: auto;
        column-fill: auto;
        height: 80px
    }
}

@media screen and (min-width:1200px) {
    .card.line .list {
        -webkit-column-count: 3;
        column-count: 3;
        -webkit-column-fill: auto;
        column-fill: auto;
        height: 67px
    }
}

.card.line .list__item {
    margin-bottom: 2px;
    font-weight: 400
}

.card.line .list__output {
    font-weight: 500
}

#register.success .completion,
#restore.success .completion{
    display: block
}

.card.line .card-prices {
    gap: 10px;
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .card.line .card-prices {
        gap: 10px;
        margin-top: 0
    }
}

.card.line .price-title{
    font-family: "Manrope", Helvetica;
    color: #333;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -.5px
}
.days .day {
    color: #333;
    font-size: 12px;
    font-weight: 700;
    line-height: 18px;
    letter-spacing: -.5px
}

.card.line.absent .absent-img {
    display: block;
    width: 100%;
    margin-bottom: 15px
}

@media screen and (min-width:768px) {
    .card.line.absent .absent-img {
        width: auto;
        margin-bottom: 0
    }
}

.card.line.absent .card-holder__descr {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    gap: 5px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap
}

@media screen and (min-width:768px) {
    .card.line.absent .card-holder__descr {
        -webkit-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 15px
    }
}

.card.line.absent .counter,
.js-select:after {
    pointer-events: none
}

.card.line.absent .bs,
.card.line.absent .countminus,
.card.line.absent .countplus {
    /* background: #dfdfdf */
}

.card-js {
    background: -webkit-linear-gradient(#fff 11%, #9faab2 49%, #fff 82%), 0 0, repeat-y;
    background: linear-gradient(#fff 11%, #9faab2 49%, #fff 82%), 0 0, repeat-y;
    -webkit-animation: gradient 10s infinite linear;
    animation: gradient 10s infinite linear
}

.card-js img {
    /* opacity: 0; */
    /* -webkit-transition: opacity .5s ease-in-out;
    transition: opacity .5s ease-in-out;
    -o-object-fit: contain;
    object-fit: contain; */
    height: 100%
}

.clear-filter .icon svg,
.heart svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px
}

.heart svg {
    color: #ececec;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    cursor: pointer
}

.cart-close {
    width: 36px;
    height: 36px;
    padding: 8px;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    right: 0;
    top: 0;
    border-radius: 0 11px 0 12px;
    background-color: #e9e9e9
}

.cart-close,
.cart-close svg,
.days,
.heart svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.cart-close svg {
    width: 20px;
    height: 18px;
    color: #9faab2
}

.days {
    gap: 4px;
    position: relative
}

.days .day {
    color: #fff;
    font-size: 8px;
    line-height: 1;
    padding: 1px 3px;
    border-radius: 4px;
    border: 1px solid #5daf55;
    background: #5daf55
}

@media screen and (min-width:992px) {
    .days .day {
        font-size: 10px
    }
}

.days .day.default {
    color: #bababa;
    border: 1px solid #bababa;
    background: #fff
}

.days .commit,
.filter {
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    background-color: #fff
}

.days .commit {
    position: absolute;
    opacity: 0;
    border-radius: 4px;
    border: 1px solid #5daf55;
    padding: 3px;
    font-size: 10px;
    color: #bababa;
    right: 0;
    top: -35px
}

.days:hover .commit {
    opacity: 1
}

.filter {
    padding: 0 10px;
    margin: 0 -10px 20px
}

@media screen and (min-width:992px) {
    .filter {
        padding: 0 15px;
        margin: 0 -15px 20px
    }
}

.filter.active {
    position: fixed;
    left: 16px;
    right: 16px;
    top: 65px;
    z-index: 5
}

@media screen and (min-width:992px) {
    .filter.active {
        top: 101px;
        left: 24px;
        right: 24px;
        z-index: 7
    }
}

@media screen and (min-width:1230px) {
    .filter.active {
        left: calc(50% - 590px);
        right: calc(50% - 590px)
    }
}

.filter .caret {
    grid-template-columns: 1fr
}

.filter .holder {
    padding: 5px 12px;
    width: 100%
}

@media screen and (max-width:649px) {
    .filter .holder:last-child {
        grid-column: 1/4
    }
}

@media screen and (min-width:992px) {
    .filter .input {
        font-size: 14px
    }
}

.caret {
    border-radius: 12px;
    background: #9faab2;
    padding: 8px;
    display: grid;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px
}

@media screen and (min-width:992px) {
    .caret {
        gap: 20px
    }
}

.caret.light {
    gap: 8px;
    background-color: #e7eef8
}

.clear-filter {
    position: relative;
    max-height: 24px
}

.clear-filter .icon {
    cursor: pointer;
    max-width: 24px
}

.clear-filter .icon svg {
    color: #fff
}

.clear-filter .label {
    position: absolute;
    top: -6px;
    left: 16px;
    background-color: #ff8403;
    border: 2px solid #fff;
    border-radius: 50%;
    min-width: 16px;
    max-width: 16px;
    height: 16px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 8px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: .3px
}

.js-select {
    width: 100%;
    position: relative
}

.js-select:after {
    content: '';
    display: block;
    position: absolute;
    top: calc(50% - 4px);
    right: 10px;
    width: 24px;
    height: 24px;
    background-image: url(/local/templates/franchise/css/../images/arrow.svg);
    background-repeat: no-repeat;
    background-size: contain;
    -webkit-transition: top .3s ease, -webkit-transform .3s ease;
    transition: top .3s ease, transform .3s ease;
    transition: top .3s ease, transform .3s ease, -webkit-transform .3s ease;
    will-change: top;
    margin-top: -6px
}

.js-select:focus-within:after {
    top: calc(50% - 5px);
    -webkit-transform: rotate(-180deg);
    -ms-transform: rotate(-180deg);
    transform: rotate(-180deg)
}

.js-select__selected {
    width: 100%;
    cursor: pointer;
    padding-right: 10px
}

.js-select__dropdown {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    border-radius: 8px;
    border: 1px solid #ededed;
    background: #fff;
    max-height: 156px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease;
    transition: transform .3s ease, opacity .3s ease, visibility .3s ease, -webkit-transform .3s ease;
    overflow: auto;
    z-index: 9999;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .15);
    padding: 10px 0;
    min-width: 158px
}

.js-select__dropdown::-webkit-scrollbar {
    width: 4px
}

.js-select__dropdown::-webkit-scrollbar-track {
    background: 0 0;
    border-radius: 20px
}

.js-select__dropdown::-webkit-scrollbar-thumb {
    background: #f87500;
    border-radius: 20px
}

.js-select__option {
    margin: 0;
    padding: 10px 10px 10px 20px;
    width: 100%;
    text-align: left;
    border: 0;
    background: 0 0;
    -webkit-transition: background .3s ease;
    transition: background .3s ease;
    cursor: pointer;
    color: #272d33;
    font-size: 12px;
    line-height: normal
}

.js-select__option img {
    min-width: 21px;
    max-width: 21px;
    height: 24px;
    margin-right: 12px
}

.js-select__option.red {
    color: #fe0c0c
}

.js-select__option.done {
    color: #9484dc
}

.js-select__option.new {
    color: #0184a2
}

.js-select__option:focus,
.js-select__option:hover {
    background: #e7eef8
}

.js-select__option.active,
.js-select__option:active {
    background: #e7eef8
}

.js-select .search {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    flex-grow: 1
}

.search .search-input {
    font-size: 16px;
}

.search,
.search .picker-btn,
.search .search-btn {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    overflow: visible
}

.search .picker-btn,
.search .search-btn {
    margin-left: 5px;
    position: relative;
    z-index: 5;
    will-change: top;
    margin-top: -17px
}

@media screen and (min-width:992px) {
    .search .picker-btn,
    .search .search-btn {
        margin-left: 15px
    }
}

.search .picker-btn svg,
.search .search-btn svg {
    width: 24px;
    height: 24px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    padding: 5px;
    cursor: pointer;
    color: #9faab2
}

.js-select:focus-within .js-select__dropdown {
    -webkit-transform: translateY(12px);
    -ms-transform: translateY(12px);
    transform: translateY(12px);
    opacity: 1;
    visibility: visible
}

.head-page .title {
    color: #272d33;
    font-weight: 500;
    line-height: normal;
    font-size: clamp(24px, 4vw, 40px);
    margin-bottom: 5px;
    display: none;
}

.menu {
    width: 100%
}

@media screen and (max-width:991px) {
    .menu__item {
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
    .menu__item::after {
        content: "";
        position: absolute;
        right: -10px;
        width: 10px;
        height: 7px;
        -webkit-transition: all .3s ease;
        transition: all .3s ease;
        background-position: center;
        background-repeat: no-repeat;
        background-image: url(/local/templates/franchise/css/../images/arr-dn.svg);
        top: 0;
        padding: 27px 15px 27px 27px;
        cursor: pointer
    }
    .menu__item.active svg {
        background-color: #f78811;
        color: #fff
    }
    .menu__item.active .menu__title {
        color: #f78811;
        text-shadow: 0 0 .65px #f78811, 0 0 .65px #f78811
    }
    .menu__item.active::after {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg);
        top: -2px
    }
    .menu__item.active .menu__content {
        display: block;
        max-height: 500px;
        opacity: 1;
        padding-top: 7px;
        background: rgba(16, 147, 165, .1);
        border-radius: 8px;
        height: 200px;
        overflow: auto;
        margin-right: 10px
    }
    .menu__item.active .menu__content::-webkit-scrollbar {
        width: 3px;
        border-radius: 5px
    }
    .menu__item.active .menu__content::-webkit-scrollbar-track {
        background: #fff
    }
    .menu__item.active .menu__content::-webkit-scrollbar-thumb {
        background: #f78811;
        border-radius: 5px
    }
    .head-page {
        padding: 22px 0
    }
}

@media screen and (min-width:992px) {
    .menu {
        margin: 0;
        display: -webkit-box;
        display: -webkit-flex;
        display: flex;
        max-width: 100%;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        border-top: none
    }
}

@media screen and (min-width:1200px) {
    .menu {
        gap: 0px
    }
}

.menu__content ul a,
.menu__title {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.menu__title {
    cursor: pointer;
    width: 68%;
    font-size: 16px;
    line-height: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    white-space: nowrap;
    color: #6f7983;
    letter-spacing: -.16px;
    gap: 5px
}

@media screen and (min-width:992px) {
    .menu__title {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        flex-direction: column;
        gap: 0;
        line-height: 19px;
        padding: 16px;
        width: 100%;
        position: relative;
    }
    .menu__title.active,
    .menu__title.selected,
    .menu__title:hover {
        color: #fff;
        background-color: #f78811
    }
}

.menu__title svg {
    width: 100%;
    /* min-width: 60px;
    height: 60px;
    max-width: 60px;     */
    min-width: 35px;
    height: 35px;
    max-width: 35px;
    position: relative;
    z-index: 1
}

.menu__title img {
    width: 100%;
    min-width: 24px;
    height: 24px;
    max-width: 24px;
    position: relative;
    z-index: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.menu .cart-link .label,
.menu__title span,
.menu__title svg {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.menu__content {
    display: none;
    box-sizing: border-box;
    top: 0;
    -webkit-animation: showBlock .3s linear forwards;
    animation: showBlock .3s linear forwards
}

@media screen and (min-width:992px) {
    .menu__content {
        padding-top: 47px;
        position: absolute;
        z-index: -1;
        gap: 20px;
        overflow: visible;
        height: auto;
        top: 50%;
        left: 0;
        width: 200px
    }
}

.menu__content ul {
    width: 100%;
    background: #fff;
    margin-top: 10px;
    border-radius: 8px;
    border: 1px solid #ededed;
    box-shadow: 0 20px 40px 0 rgba(0, 0, 0, .15);
    padding: 8px 0;
    overflow: visible;
    height: auto
}

@media screen and (max-width:1199px) {
    .menu__content ul {
        margin-right: 10px;
        padding-right: 2px
    }
}

.menu__content ul a {
    padding: 10px 10px 10px 30px;
    background-color: transparent;
    display: block;
    width: 100%;
    color: #272d33;
    font-size: 12px;
    line-height: normal
}

@media screen and (min-width:1200px) {
    .menu__content ul a {
        background-color: #fff;
        padding: 11px 19px
    }
    .menu__content ul a:hover {
        background: #e7eef8
    }
}

.menu__item {
    width: 100%;
    position: relative;
}

@media screen and (min-width:600px) {
    .menu__item {
        width: 50%
    }
}

@media screen and (min-width:992px) {
    .menu__item {
        width: auto
    }
}

.menu .cart-link,
.menu__title span {
    position: relative
}

@media screen and (min-width:992px) {
    .menu .cart-link span {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        flex-direction: column-reverse;
        margin-top: -10px;
        -webkit-box-align: center;
        -webkit-align-items: center;
        align-items: center
    }
}

.menu .cart-link .label {
    height: 20px;
    border-radius: 17px;
    border: 1px solid #fff;
    background-color: #f78811;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    color: #fff;
    text-align: center;
    font-size: 10px;
    line-height: 103%;
    letter-spacing: -.1px;
    left: 28px;
    width: 100%;
    z-index: 0;
    min-width: 60px;
    padding: 2px 10px 0
}

@media screen and (min-width:992px) {
    .menu .cart-link .label {
        /* bottom: -1px;
        left: 0; */
        bottom: 15px;
        left: 50px;
    }
}

.menu-noLinks::after {
    display: none
}

.menu>div:last-child>div {
    right: 0
}

.modal,
.modal.active {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.modal {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 950;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll
}

.modal.active {
    opacity: 1;
    visibility: visible
}

#register.success .register__form,
#restore.success .restore__form,
.register__completion,
.restore__completion,
.modal.hiding {
    display: none
}

.completion__text {
    color: #333;
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    padding: 20px 0 40px
}

.modal-content .login-head {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    padding-right: 35px
}

.modal-content .login-head .title {
    margin-bottom: 0
}

.modal-error .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto;
    margin-top: 10px
}

.register .btn,
.restore .btn {
    margin-left: auto;
    max-width: 150px
}

.register .wrap,
.restore .wrap {
    border-radius: 20px;
    background-color: #fff;
    padding: 23px 15px 21px;
    position: relative;
    overflow: hidden
}

.register .wrap .login-head,
.restore .wrap .login-head {
    margin-bottom: 14px
}

@media screen and (min-width:992px) {
    .register .wrap .login-head,
    .restore .wrap .login-head {
        margin-bottom: 23px
    }
}

.detail .detail-holder {
    padding-bottom: 100px
}

.detail .wrap {
    border-radius: 20px;
    background-color: #fff;
    padding: 40px 16px;
    position: relative;
    overflow: hidden
}

@media screen and (min-width:992px) {
    .detail .wrap {
        padding: 40px
    }
}

.register-content,
.restore-content {
    margin: auto;
    top: 50%;
    position: relative;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    width: calc(95% - 32px);
    max-width: 450px
}

@media screen and (min-width:992px) {
    .register-content,
    .restore-content {
        width: 420px;
        max-width: 100%
    }
}

.detail-content {
    margin: auto;
    top: 100px;
    position: relative;
    width: calc(95% - 32px);
    max-width: 1020px
}

@media screen and (min-width:1200px) {
    .detail-content {
        width: 80%;
        top: 150px
    }
}

.warning-content {
    margin: auto;
    top: 100px;
    position: relative;
    width: 90%;
    max-width: 420px
}

@media screen and (min-width:1200px) {
    .warning-content {
        top: 150px;
        width: 100%
    }
}

.warning-content .wrap {
    border-radius: 20px;
    background-color: #fff;
    padding: 23px 15px 21px;
    position: relative;
    overflow: hidden
}

.warning-content-modal .wrap {
    padding: 0;
}

.warning-content__btns {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 20px
}

.modal-notification .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-left: auto
}

.modal-warning-cart .warning-content__btns {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    align-items: flex-end
}

.modal-warning-cart .warning-content__btns .btn {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content
}

.modal-close,
.modal-close svg,
.warning-content__btns {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.modal-close {
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    right: 0;
    top: 0;
    border-radius: 0 20px;
    background-color: #e9e9e9
}

.modal-close svg {
    width: 24px;
    height: 24px;
    color: #9faab2
}

.modal-close-hidden {
    display: none;
}

.warning {
    /* margin-bottom: 20px; */
    color: #333
}

.warning__text,
.warning__title {
    font-size: 14px;
    line-height: 18px;
    margin-bottom: 5px
}

.warning__text.attention {
    color: #f78811
}

.warning__title {
    font-size: 16px;
    font-weight: 700;
    display: block
}

.warning__holder {
    margin-bottom: 15px
}

.pagination-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    gap: 15px;
    padding-bottom: 50px;
    margin-top: 20px
}

@media screen and (min-width:992px) {
    .pagination-section {
        gap: 30px
    }
}

.pagination-page {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center
}

@media screen and (min-width:768px) {
    .pagination-page {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start
    }
}

.pagination-page .default {
    pointer-events: none
}

.pagination-page .default svg {
    opacity: .5
}

.pagination-page #next,
.pagination-page #prev,
.pagination-page a,
.pagination-select {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center
}

.pagination-page #next,
.pagination-page #prev,
.pagination-page a {
    position: relative;
    margin: 0 3px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-decoration: none;
    background-color: #fff;
    cursor: pointer;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    color: #9faab2;
    font-size: 10px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px;
    border-radius: 4px;
    border: 1px solid #e7eef8;
    min-width: 18px;
    max-width: 18px;
    height: 18px
}

.pagination-page #next.active,
.pagination-page #next:hover,
.pagination-page #prev.active,
.pagination-page #prev:hover,
.pagination-page a.active,
.pagination-page a:hover {
    border: 1px solid #337ab7;
    color: #fff;
    background-color: #337ab7;
    z-index: 3
}

.pagination-page .next svg,
.pagination-page .prev svg {
    width: 7px;
    height: 10px
}

.pagination-page .prev svg,
.sidebar .back svg {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg)
}

.pagination-select {
    gap: 10px
}

.pagination-select .js-select__dropdown {
    min-width: auto
}

.pagination-select .input,
.pagination-select .text {
    color: #9faab2;
    font-size: 10px;
    font-weight: 500;
    line-height: 20px;
    white-space: nowrap
}

.pagination-select .js-select__dropdown {
    box-shadow: none;
    top: 75%
}

.pagination-select .holder,
.pagination-select .js-select__dropdown {
    border-radius: 4px;
    border: 1px solid #e7eef8;
    padding: 5px 0
}

.pagination-select .js-select__option {
    padding: 3px;
    text-align: center;
    color: #9faab2;
    font-size: 10px;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap
}

.pagination-select .js-select {
    max-width: 50px;
    padding: 4px;
    height: 22px;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex
}

.pagination-select .js-select:after {
    right: 0;
    margin-top: -8px
}

.sidebar,
.sidebar.active {
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

.sidebar {
    font-size: 14px;
    line-height: normal;
    position: absolute;
    border-radius: 0 8px 8px 0;
    border: 1px solid #ededed;
    background-color: #fff;
    box-shadow: 0 17px 40px 0 rgba(0, 0, 0, .15);
    width: 360px;
    padding: 10px 10px 20px 20px;
    z-index: 14;
    left: -17px;
    /* top: -36px; */
    top: 4px;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%)
}

@media screen and (min-width:992px) {
    .sidebar {
        position: static;
        width: 200px;
        left: 0;
        top: 0;
        padding: 0;
        box-shadow: none;
        border: 0;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

.sidebar.active {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0)
}

@media screen and (min-width:992px) {
    .sidebar.active {
        position: fixed;
        left: 24px;
        top: 202px;
        z-index: 5;
        -webkit-transform: none;
        -ms-transform: none;
        transform: none;
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (min-width:1230px) {
    .sidebar.active {
        left: calc(50% - 590px);
        right: calc(50% - 590px)
    }
}

.sidebar .back {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    gap: 10px;
    margin-left: auto;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    margin-bottom: 30px;
    margin-right: 10px
}

.sidebar .back span {
    font-size: 12px
}

.sidebar .back svg {
    color: #9faab2;
    width: 9px;
    height: 15px
}

@media screen and (min-width:992px) {
    .sidebar .back {
        display: none
    }
}

.sidebar .arrow_block {
    color: #9faab2;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-transform: none;
    background-color: #fff;
    cursor: pointer;
}

.sidebar .link {
    color: #9faab2;
    padding: 12px 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    width: 100%;
    text-transform: none;
    background-color: #fff
}

@media screen and (min-width:992px) {
    .sidebar .link {
        padding: 10px 0
    }
    .sidebar .arrow_block {
        padding: 10px 0
    }
}

.sidebar .link:hover {
    color: #ff8300
}

.sidebar .arrow_block:hover {
    color: #ff8300
}

.sidebar .list-items {
    width: 100%
}

.sidebar .back span,
.sidebar .first-level>.list-link .arrow_block,
.sidebar .first-level>.list-link .link {
    color: #272d33;
    font-weight: 600
}

@media screen and (min-width:992px) {
    .sidebar .first-level>.list-link .link,
    .sidebar .first-level>.list-link .arrow_block {
        font-weight: 400
    }
}

.sidebar .list-link {
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-transition: all .4s ease;
    transition: all .4s ease
}

@media screen and (min-width:992px) {
    .sidebar .list-link {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        justify-content: flex-start;
        border-radius: 4px
    }
    .sidebar .list-link:hover {
        background-color: #fafafa;
        -webkit-transition: all .4s ease;
        transition: all .4s ease
    }
    .sidebar .list-link:hover .link {
        color: #ff8300;
        background-color: #fafafa
    }
    .sidebar .list-link:hover .arrow_block {
        color: #ff8300;
        background-color: #fafafa
    }
}

.sidebar .list-link .arrow {
    min-width: 25px;
    max-width: 25px;
    height: 25px;
    padding: 5px;
    cursor: pointer;
    background-image: url(/local/templates/franchise/css/../images/arrow.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    position: relative;
    z-index: 2;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg)
}

@media screen and (min-width:992px) {
    .sidebar .list-link .arrow {
        -webkit-transform: rotate(0);
        -ms-transform: rotate(0);
        transform: rotate(0);
        background-size: 80%
    }
}

.sidebar .list-link .arrow.active {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0)
}

@media screen and (min-width:992px) {
    .sidebar .list-link .arrow.active {
        -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
        transform: rotate(180deg)
    }
}

.sidebar .list-content,
.sidebar .list-content.active {
    -webkit-transition: max-height .7s cubic-bezier(1, 0, 0, 1);
    transition: max-height .7s cubic-bezier(1, 0, 0, 1)
}

.sidebar .list-content {
    height: auto;
    max-height: 0;
    overflow: hidden;
    padding-left: 10px
}

.sidebar .list-content.active {
    max-height: 2550px
}

.sidebar .list-content .link {
    padding: 5px 0
}

@media screen and (min-width:992px) {
    .sidebar .list-content .list-items .link {
        padding: 5px 0 5px 10px
    }
    .sidebar .list-content .list-items .arrow_block {
        padding: 5px 0 5px 10px
    }
    .sidebar .list-content .list-items .list-content .link,
    .sidebar .list-content .list-items .list-link .link {
        padding: 5px 0
    }
    .sidebar .list-content .list-items .list-content .arrow_block,
    .sidebar .list-content .list-items .list-link .arrow_block {
        padding: 5px 0
    }
    .sidebar .list-content {
        padding-left: 16px
    }
    .sidebar .list-content>.link {
        margin-left: 9px
    }
    .sidebar .list-content>.arrow_block {
        margin-left: 9px
    }
    .sidebar .list-content>.list-items>.list-item>.list-content>.link {
        margin-left: 20px
    }
    .sidebar .list-content>.list-items>.list-item>.list-content>.arrow_block {
        margin-left: 20px
    }
    .catalog-wrap {
        min-height: 100vh;
    }
}

@media screen and (max-width:991px) {
    #sectionList {
        overflow-y: scroll;
        max-height: 395px;
        padding: 0px 20px 0 0px;
    }
    .menu .cart-link .label {
        height: 13px;
        left: 5px;
        top: 3px;
    }
    .header .header-fixed .menu__title .label {
        top: 0;
        z-index: 9;
    }
    .menu .cart-link {
        /* padding-bottom: 25px; */
        padding-bottom: 8px;
    }
    .header .cart-link {
        align-items: center;
    }
    .header .cart-link .menu__title .label {
        position: relative!important;
        top: 0px!important;
        left: 0!important;
        transform: translateX(0)!important;
        /* z-index: -1; */
    }
    .menu .cart-link svg {
        /* width: 25px!important;
        height: 20px!important; */
    }
    .menu .cart-link,
    .menu__title span {
        position: relative;
        flex-flow: column-reverse;
        top: 2px;
    }
    .menu__item {
        padding: 5px 0;
    }
}

.js-select:focus-within .js-select__dropdown {
    transform: translateY(12px);
    opacity: 1;
    visibility: visible;
}

.filter {
    position: relative;
}

.filter .caret {
    position: relative;
    z-index: 5;
    grid-template-columns: 0.2fr 2fr;
    align-items: center;
}

.dropdown-block {
    position: absolute;
    left: 10px;
    right: 10px;
    box-shadow: 0 0 12px 0 rgba(51, 51, 51, 0.08);
    background-color: #ffffff;
    border-radius: 12px;
    max-height: 0;
    overflow: hidden;
    transition: 0.5s;
    z-index: 15;
    top: 0;
}

.dropdown-block__content {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    padding: 84px 16px 16px;
}

.story-items {
    max-width: 710px;
}

.story-items__wrap {
    gap: 24px;
    display: none;
}

.story-items__wrap .card:last-child {
    display: none;
}

.story-items__more {
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 8px;
    max-width: 360px;
    margin: 0 auto 0;
}

.story-items__more svg {
    width: 16px;
    height: 16px;
    color: #f78811;
}

.story-items__more:hover svg {
    color: #78BE20;
}

.story-title {
    padding: 4px 16px;
    margin-bottom: 4px;
    font-weight: 700;
    font-size: 16px;
    line-height: 112%;
    color: #272d33;
}

.story-items .story-title {
    padding: 4px 0;
    margin-bottom: 12px;
    display: none;
}

.story-block {
    margin-bottom: 16px;
}

.story-block__line {
    padding: 8px 16px;
    display: flex;
    align-items: center;
    gap: 8px;
    transition: 0.3s;
}

.story-block__line img {
    width: 16px;
    height: 16px;
    display: flex;
}

.story-block__line-title {
    font-weight: 400;
    font-size: 16px;
    line-height: 112%;
    color: #272d33;
    transition: 0.3s;
}

.story-block__line:hover .story-block__line-title {
    color: #F78811;
}

.story-block__line-title b {
    font-weight: 700;
}

.top-content-block {
    border-radius: 8px;
    padding: 16px;
    width: 100%;
    margin: 0 0 20px;
    background-color: #f6f6f6;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    text-align: center;
    gap: 16px;
}

.top-content-block img {
    display: none;
    width: 16px;
    height: 16px;
}

.top-content-block .btn {
    max-width: 184px;
}

.q-txt {
    font-size: 16px;
    line-height: 111%;
    color: #272d33;
}
.q-txt a{
    font-weight: 600;
    color: #f78811;
}

.q-txt span {
    color: #f78811;
}

.catalog__content {
    overflow: hidden;
}

.tap-block {
    position: relative;
}

.tap-block__wrap {
    flex-wrap: nowrap;
    overflow-x: scroll;
    padding-bottom: 10px;
    margin-bottom: 16px;
    gap: 8px;
    display: flex;
    align-items: center;
    padding-right: 55px;
    cursor: pointer;
}

.tap-block:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 55px;
    height: 36px;
    background-image: url("/local/templates/franchise/css/../images/gradient.webp");
    background-size: contain;
    background-position: right;
    background-repeat: no-repeat;
}

.tap-block .tap-title {
    display: none;
    font-weight: 500;
    font-size: 16px;
    line-height: 112%;
    color: #272d33;
    margin-right: 8px;
}

.tap-block .tap-item {
    border: 1px solid #f78811;
    border-radius: 8px;
    padding: 6px 12px;
    font-weight: 500;
    font-size: 14px;
    line-height: 114%;
    color: #272d33;
    transition: all 0.3s ease-in-out;
    cursor: pointer;
}

.tap-block .tap-item:hover {
    background-color: #f78811;
    color: #ffffff;
}

.scroll-wrap::-webkit-scrollbar {
    height: 6px;
    background-color: #f2f2f2;
    border-radius: 10px;
}

.scroll-wrap::-webkit-scrollbar-thumb {
    background-color: #f78811;
    border-radius: 10px;
}

@media screen and (max-width: 649px) {
    .filter .holder:last-child {
        grid-column: auto;
    }
    .filter .js-select__selected {
        width: 30px;
        height: 30px;
        background-image: url("/local/templates/franchise/css/../images/filter.svg");
        background-size: contain;
        background-position: center;
        background-repeat: no-repeat;
    }
    .filter .js-select .label {
        display: none;
    }
    .filter .js-select .input,
    .filter .js-select .input::placeholder {
        color: transparent;
    }
    .filter .js-select.holder {
        background-color: transparent;
        place-items: center;
        display: grid;
        border: 1px solid transparent;
        padding: 5px;
    }
    .js-select:after {
        display: none;
    }
}

@media screen and (min-width: 650px) {
    .filter .caret {
        grid-template-columns: 1fr 2.1fr;
    }
    .dropdown-block__content {
        grid-template-columns: 1fr 2.1fr;
        padding: 85px 16px 16px;
    }
    .story-items .story-title,
    .story-items__wrap,
    .top-content-block img {
        display: flex;
    }
    .top-content-block {
        flex-direction: row;
        text-align: start;
        gap: 8px;
    }
    .story-items {
        margin-left: auto;
    }
    .story-items__more {
        margin: 36px auto 0;
    }
}

@media screen and (min-width: 992px) {
    .filter .caret {
        grid-template-columns: 211px 4fr;
        z-index: 10;
    }
    .dropdown-block {
        left: 15px;
        right: 15px;
        z-index: 15;
    }
    .story-items__wrap .card:last-child {
        display: block;
    }
    .q-txt {
        font-size: 18px;
    }
    .top-content-block .btn {
        margin-left: 24px;
    }
    .tap-block .tap-title {
        display: block;
    }
}

@media screen and (min-width: 1200px) {
    .dropdown-block__content {
        grid-template-columns: 280px 1fr;
        gap: 40px;
    }
    .story-items {
        margin-right: 24px;
    }
}

#pay_method_err {
    color: red;
    font-weight: 700;
    padding: 10px 0;
}

#pay_date_err {
    color: red;
    font-weight: 700;
    padding: 10px 0;
}


/*tree*/

.user_tree {
    min-height: calc(100vh - 182px);
}

.user_tree p {
    padding-left: 50px;
    line-height: 25px;
}

.user_tree details {
    padding: 0.5em 0.5em 0;
}

.user_tree summary {
    font-weight: bold;
    margin: -0.5em -0.5em 0;
    padding: 0.5em;
}

.user_tree details[open] {
    padding: 0.5em;
}

.user_tree details[open] summary {
    border-bottom: 1px solid #aaa;
    margin-bottom: 0.5em;
}

.user_tree {
    padding-bottom: 20px;
}

.holder_clean {
    border-radius: 8px;
    padding: 0;
    height: 100%;
    position: relative;
}


/*Слайдер на детальной*/

.similar_product_list {
    max-width: 740px;
    height: 134px;
    display: flex;
    gap: 10px;
    justify-content: space-between;
}

.similar_product_title {
    color: #333;
    font-size: 20px;
    font-weight: 700;
    line-height: 18px;
    padding-bottom: 20px;
}

.similar_product_item {
    display: flex;
    flex-flow: column;
    justify-content: center;
    max-width: 198px;
    height: 130px;
    gap: 10px;
    border-radius: 8px;
    padding: 5px;
    box-shadow: 3px 3px 3px 3px #ddd;
}

.similar_product_name {
    font-size: 14px; 
    font-family: "Manrope", Helvetica;
    font-weight: 500;
    text-align: left;
    overflow: hidden;
    height: 44px;
}

.similar_product_img img {
    width: 88px;
    height: 44px;
}


.similar_product_price {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
}

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

.similar_product_footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 5px;
    flex-flow: column;
    gap: 10px;
}

.similar_product_add .counter-block {
    width: 160px;
    height: 36px;
    margin: 0;
}
.similar_product_add .product-card__button {
    height: 34px;
}
.similar_product_add .bs, 
.similar_product_add .countminus,
.similar_product_add  .countplus{
    min-width: 34px;
    max-width: 34px;
    height: 34px;;
}

/* .similar_product_add .counter-block .first,
.similar_product_add .counter-block .counter {
    width: 102px;
    max-width: 102px;
    min-width: 102px;
    height: 27px;
}

.similar_product_add .counter-block button {
    width: 22px;
    max-width: 22px;
    min-width: 22px;
    height: 27px;
}
 */
 .similar_products{
    padding-top: 20px;;
 }
.similar_product_add .inner {
    min-width: auto;
    display: flex;
}
/* 
.similar_product_add .counter-block .inner label {
    font-size: 12px;
    margin: 0;
}

.similar_product_add .counter-block .quantity {
    display: none;
}

.similar_product_add .counter-block .counterspan {
    font-size: 12px;
    width: 50%;
    text-align: center;
}

.similar_product_add .counter-block span {
    font-size: 12px;
} */

.similar_product_list .swiper {
    margin-left: 0;
    max-width: 630px;
}

.similar_product_list .swiper-slide {
    max-width: 198px;
    min-width: 198px;
    height: 130px;
    text-align: center;
    font-size: 18px;
    background: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
}

.header-top_banner {
    display: flex;
    gap: 20px;
}

.pwa-section {
    padding-top: 50px;
}

.count-alert,
.add_shop {
    width: 100%;
    height: 100%;
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: rgba(0, 0, 0, .5);
    z-index: 950;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    overflow-y: scroll;
}

.count-alert.active,
.add_shop.active {
    opacity: 1;
    visibility: visible;
}

.count-alert .count-alert-content,
.add_shop .add_shop-content {
    width: 25%;
    top: 150px;
    margin: auto;
    position: relative;
    max-width: 1020px;
    min-width: 320px;
}

.count-alert .count-alert-holder,
.add_shop .add_shop-holder {
    padding-bottom: 100px;
}

.count-alert .wrap,
.add_shop .wrap {
    padding: 40px;
    border-radius: 20px;
    background-color: #fff;
    position: relative;
    overflow: hidden;
}

.count-alert .title,
.add_shop .title {
    line-height: 24px;
    min-height: 45px;
    color: #333;
    font-weight: 400;
    font-size: 18px;
    display: block;
    cursor: pointer;
    margin-bottom: 8px;
    min-height: 48px;
    overflow: hidden;
    padding-bottom: 25px;
}

.count-alert .title_h,
.add_shop .title_h {
    text-align: center;
    font-size: 20px;
    font-weight: 600;
    padding-bottom: 20px;
}

.count-alert .orange,
.add_shop .orange {
    color: #ff8300;
    font-weight: 600;
}

@media screen and (max-width: 480px) {
    .count-alert .wrap,
    .add_shop .wrap {
        padding: 20px;
    }
}


/*Иконки левого меню*/

.left_menu_icon {
    max-width: 42px;
    padding-right: 10px;
}

.left_menu_icon img {
    border-style: none;
    max-width: 100%;
    width: 100%;
    object-fit: contain;
    height: auto;
    display: -webkit-flex;
    display: flex;
}

.left_menu_icon svg {
    border-style: none;
    color: #ff8300;
    max-width: 100%;
    width: 100%;
    max-height: 32px;
    object-fit: contain;
    height: auto;
    display: -webkit-flex;
    display: flex;
}

.list_items_second {
    padding-left: 60px;
}
/*Если в детальном заказе нет товаров*/
.order-detail__empty{
    text-align: center;
}
.inner_flex{
    display: flex;
    width: 100%;
    justify-content: center;
    align-items: center;
}

/* Корзина */
.cart-section .cart .caret {
    background: none;
    border: 2px solid #9faab2;
}
.basket-search{
    border-right: 1px solid #9faab2;
}
.basket-btns{
    display: flex;
    justify-content: space-evenly;
    width: 100%;
    padding-right: 10px;
    box-sizing: border-box;
}
.basket-import{
    max-width: 50%;
}
.basket-export{
    max-width: 50%;
}
.basket-export .export-btn {
    border: 1px solid #f78811
}
.basket-export .export-btn,
.basket-import .import-btn {
    height: 38px;
    border-radius: 27px;
    font-family: "Manrope", Helvetica;
    font-weight: 700;
    font-size: 15px;
}
.basket-export .export-btn.disabled {
    color: #fff;
    background: #ddd;
    border: 1px solid #ddd;
    pointer-events: none;
}
.basket-import .import-btn{
    border-radius: 20px;
}
.basket-export a{
    border-radius: 20px;
}

/* ====== Модальное окно импорта корзины ====== */
.modal-web {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

#basketImportModal .modal-content {
    background-color: #fff;
    padding: 20px 30px;
    border-radius: 10px;
    width: 400px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    font-family: Arial, sans-serif;
}

#basketImportModal .modal-title {
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 20px;
    text-align: center;
    color: #333;
}

#basketImportModal .modal-actions {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    padding-top: 20px;
}

#basketImportModal .modal-close-button {
    background-color: #ddd;
    color: #333;
    border: none;
    padding: 10px 20px;
    border-radius: 5px;
    cursor: pointer;
    font-size: 14px;
    font-weight: bold;
    flex: 1;
    text-align: center;
}

#basketImportModal .modal-close-button:hover {
    background-color: #ccc;
}

.basket_Import_title {
    font-size: 18px;
    font-weight: 600;
    margin-bottom: 10px;
}

.basket_Import_title ul {
    padding-left: 20px;
    margin: 0;
}

.basket_Import_title li {
    margin: 5px 0;
    padding-left: 0;
    font-size: 16px;
    list-style: disc inside;
}

/* Первый li — зелёный */
.basket_Import_title li:first-child {
    color: #228B22;
    font-weight: 600;
}

/* Второй li — красный */
.basket_Import_title li:nth-child(2) {
    color: #d1001f;
    font-weight: 600;
}

/* Третий li — серый */
.basket_Import_title li:nth-child(3) {
    color: #888;
    font-weight: 600;
}

/* Loader for basket import modal */
#basketImportLoader {
    margin: 20px auto;
    border: 4px solid #f3f3f3;
    border-top: 4px solid #555;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    animation: basket-import-spin 1s linear infinite;
}

.basket-import-info {    
    border: 2px solid #97D700;
    height: 92px;
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    margin-bottom: 20px;
    display: flex;
    flex-flow: column;
    align-items: center;
    border-radius: 12px;
    background: #F2FADF;
}

.basket-import-info a{    
    color:#FF8200;
}

.basket-import-info p{    
    font-size: 15px;
    line-height: normal;
}
.basket-import-info .basket-import-info-title{    
    text-align: center;
}
/* Close button for basket import info */
.basket-import-info {
    position: relative;
}
.basket-import-info .basket-import-close {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 6px;
    top: 6px;
    cursor: pointer;
    font-size: 14px;
}

.product-card__image{
    position: relative;
}
.product-card__image-block{
    padding-bottom: 6px;
    overflow: hidden;
}
.product-card__image .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: stretch;
    top: 103%;
    left: 0;
    width: 100%;
    bottom: auto;
}

.card__img .swiper-pagination{
    display: flex;
    align-items: center;
    justify-content: stretch;
    top: 99%;
    left: 0;
    width: 100%;
    bottom: auto;
}

.product-card__image, .card__img .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{
    background:  #FF8200;
}
.product-card__image, .card__img .swiper-pagination-bullets .swiper-pagination-bullet{
    width: 100%;
    height: 2px;
    border-radius: 9px;
    opacity: 1;
    background: #fff;
    margin: 0 1px;
}
.product-card__labels{
    position: relative;
    z-index: 2;
}

.scanner-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 50;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.scanner-container {
    z-index: 20;
    width: 100%;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    overflow: hidden;
}

.scanner-container video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.scanner-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}

.scanner-guide {
    width: 90%;
    height: 200px;
    border: 3px solid #f87500;
    border-radius: 12px;
    background: transparent;
}


.scanner-back {
    display: none;
    position: absolute;
    top: 15%;
    left: 5%;
    width: 40px;
    height: 40px;
    background: rgba(0,0,0,0.5);
    border: none;
    border-radius: 50%;
    cursor: pointer;
    z-index: 10000;
}

.scanner-back::before {
    content: "";
    display: block;
    width: 14px;
    height: 14px;
    border-left: 3px solid #fff;
    border-bottom: 3px solid #fff;
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    left: 55%;
    transform-origin: center;
    translate: -50% -50%;
}

.scanner-error-popup {
    position: fixed;
    bottom: 20px;
    left: 50%;
    transform: translateX(-50%) translateY(100%);
    background: #f87500;
    color: #fff;
    padding: 12px 18px;
    border-radius: 12px;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    opacity: 0;
    transition: all 0.3s ease;
    z-index: 10000;
    max-width: 90%;
    text-align: center;
}
.scanner-error-popup.show {
    transform: translateX(-50%) translateY(0);
    opacity: 1;
}




@media screen and (max-width: 990px) {
    .cart-section .cart .caret {
        grid-template-columns: 100%;
    }
    .cart-section .cart .caret .basket-search,
    .cart-section .cart .caret .basket-btns {
        width: 100%;
    }
    .cart-section .cart .caret .basket-btns {
        padding: 0;
    }
    .basket-btns .btn{
        font-size: 10px;
        white-space: pre-line;
    }
    .basket-search{
        border-right: none;
        border-bottom: 1px solid #9faab2;
    }
    .basket-import-info {    
        margin-left: 0%;
        height: 120px;
    }
    .basket-import-info p{    
        font-size: 12px;
    }
}

@keyframes basket-import-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}

:root {
  --primarywhite: rgba(255, 255, 255, 1);
  --primarybglight-grey: rgba(245, 245, 245, 1);
  --primaryviolet: rgba(95, 37, 159, 1);
  --primarydark: rgba(29, 37, 45, 1);
  --primarygrey-dark: rgba(106, 113, 119, 1);
  --primarymedium: rgba(158, 166, 172, 1);
  --primaryorange: rgba(255, 130, 1, 1);
  --secondaryvioletlight: rgba(239, 234, 246, 1);
  --secondaryorangelight: rgba(255, 243, 230, 1);
  --primaryyellow: rgba(254, 221, 0, 1);

  --font-manrope: "Manrope", Helvetica;
  --font-size-10: 10px;
  --font-size-12: 12px;
  --font-size-14: 14px;
  --font-size-22: 22px;
}

* {
  box-sizing: border-box;
  -webkit-font-smoothing: antialiased;
}
html,
body {
  margin: 0;
  height: 100%;
}
a {
  text-decoration: none;
}
button:focus-visible {
  outline: 2px solid #4a90e2 !important;
  outline: -webkit-focus-ring-color auto 5px !important;
}

/* Основная карточка товара */
.product-card {
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  gap: 8px;
  padding: 12px;
  background-color: var(--primarywhite);
  border: 1px solid var(--primarybglight-grey);
  border-radius: 16px;
  height: 342px;
  position: relative;
  width: fit-content;
}

/* Верхняя часть */
.product-card__top {
  display: flex;
  flex-direction: column;
  width: 176px;
  align-items: flex-start;
  position: relative;
  flex: 0 0 auto;
}

/* Иконки и избранное */
.product-card__top .product-card__icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 10;
}

.product-card__badge-group {
  display: inline-flex;
  gap: 8px;
  align-items: center;
}

/* Разные виды бейджей */
.product-card__badge--green,
.product-card__badge--grey,
.product-card__badge--violet,
.product-card__badge--orange {
  display: inline-flex;
  gap: 4px;
  padding: 4px;
  border-radius: 20px;
  align-items: center;
}

.product-card__badge--green {
  background-color: #f8ffe7;
}
.product-card__badge--grey {
  background-color: var(--primarybglight-grey);
}
.product-card__badge--violet {
  background-color: var(--secondaryvioletlight);
}
.product-card__badge--orange {
  background-color: var(--secondaryorangelight);
}

.product-card__icon {
  width: 16px;
  height: 16px;
}

/* Контент */
.product-card__content {
  margin-top: -24px;
  display: flex;
  flex-direction: column;
  gap: 4px;
  width: 100%;
  position: relative;
}

.product-card__image-block {
  display: flex;
  flex-direction: column;
  width: 100%;
}

.product-card__image {
  height: 136px;
  width: 100%;
}
.product-card__image img {
  padding: 10px;
}

/* Метки (Хит, Новинка) */
.product-card__labels {
  display: flex;
  flex-wrap: wrap;
  gap: 2px;
  margin-top: -22px;
}

.product-card__label-wrapper {
  background-color: var(--primaryyellow);
  border-radius: 40px;
  padding: 1px 4px 2px 4px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.product-card__label-inner {
  display: inline-flex;
  gap: 4px;
  align-items: center;
}

.product-card__label-text {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 10px;
  height: 8px;
  color: var(--primaryviolet);
  white-space: nowrap;
}

.product-card__label-default {
  height: 16px;
}
.product-card__label-hit {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  background-color: var(--primaryviolet);
  padding: 1px 6px 0px 4px;
  border-radius: 20px;
  height: 16px;
}

.product-card__label-hit-text {
  color: var(--primarywhite);
  font-family: "Manrope", Helvetica;
  font-weight: 600;
  font-size: 10px;
  height: 10px;
  white-space: nowrap;
}

.product-card__label-icon {
  width: 12px;
  height: 12px;
}

/* Название и объем */
.product-card__info {
  height: 50px;
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.product-card__title {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 14px;
  color: var(--primarydark);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  cursor: pointer;
}

.product-card__volume {
  font-family: var(--font-manrope);
  font-weight: 700;
  font-size: 12px;
  line-height: 16px;
  color: var(--primarygrey-dark);
  white-space: nowrap;
}

/* Нижняя часть */
.product-card__bottom {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 176px;
}

/* Статус и наличие */
.product-card__details {
  display: flex;
  flex-direction: column;
  gap: 2px;
  width: 100%;
}

.product-card__stock {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 22px;
}

.product-card__stock-inner {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.product-card__stock-bar {
  display: flex;
  flex-direction: column;
  gap: 8px;
  width: 100%;
}

.product-card__stock-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__stock-status {
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 12px;
  color: var(--primarymedium);
}

.product-card__stock-count {
  display: flex;
  align-items: center;
  gap: 4px;
}

.product-card__stock-units {
  font-family: "Manrope", Helvetica;
  font-weight: 500;
  font-size: 10px;
  color: var(--primarymedium);
  white-space: nowrap;
}

.product-card__stock-line-wrapper {
  height: 4px;
  margin-top: -4px;
  position: relative;
  width: 100%;
}

.product-card__stock-line {
  width: 100%;
  height: 4px;
  object-fit: cover;
}

/* Цены */
.product-card__pricing {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  padding-top: 4px;
  height: 36px;
}

.product-card__old-price {
  display: flex;
  align-items: center;
  gap: 8px;
  position: relative;
}

.product-card__old-price-value {
  font-family: var(--font-manrope);
  font-weight: 500;
  font-size: 10px;
  color: var(--primarymedium);
  text-decoration: line-through;
}

/* .product-card__old-price-line {
  position: absolute;
  width: 48px;
  height: 8px;
  top: 1px;
  left: 3px;
} */

.product-card__new-price {
  font-family: "Manrope", Helvetica;
  font-weight: 800;
  font-size: 22px;
  color: var(--primarydark);
  white-space: nowrap;
  display: flex;
  align-items: baseline;
}

.product-card__new-price-main {
  color: #1d252d;
}

.product-card__new-price-fraction {
  font-size: 14px;
  color: #1d252d;
}

/* Кнопка */
.product-card__block {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border: 1px solid var(--primaryorange);
  border-radius: 27px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  font-size: 16px;
  color: var(--primaryorange);
  background: var(--primarywhite);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.product-card__block_disable {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  width: 100%;
  border: 1px solid #ddd;
  border-radius: 27px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  font-size: 16px;
  color: var(--primaryorange);
  background: var(--primarywhite);
  cursor: pointer;
  transition: background 0.2s, color 0.2s;
}
.product-card__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 27px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  font-size: 16px;
  color: var(--primaryorange);
  background: var(--primarywhite);
  cursor: pointer;
}
.product-card__button_disable {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  border-radius: 27px;
  font-family: "Manrope", Helvetica;
  font-weight: 700;
  font-size: 16px;
  color: #fff;
  background: #ddd;
  cursor: pointer;
}
.product-card__button:hover {
  background: var(--primaryorange);
  color: #fff;
}

/* Кнопка избранного */
.product-card__favorite-btn {
  background: #fff;
  border: none;
  padding: 4px;
  border-radius: 50%;
  cursor: pointer;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  width: 24px;
  height: 24px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.product-card__favorite-btn svg {
  width: 16px;
  height: 16px;
}

.product-card__favorite-btn:hover svg path {
  stroke: var(--primaryorange);
}

.heart.active {
  background: #FF82001A;
  border-radius: 50%;
  transition: background 0.2s;
}

.heart.active svg path {
  stroke: #FF8200;
  fill: #FF8200;
  transition: stroke 0.2s;
}

.tooltip-wrapper {
  position: relative;
  display: inline-block;
}

.custom-tooltip {
  display: none;
  position: absolute;
  top: -5px;
  left: 25px;
  background: #65676b;
  color: #fff;
  padding: 8px;
  border-radius: 8px;
  font-size: 14px;
  white-space: nowrap;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  z-index: 10;
}

.tooltip-wrapper:hover .custom-tooltip,
.tooltip-wrapper:focus-within .custom-tooltip {
  display: block;
  animation: fadeIn 0.18s;
}

@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translateY(-8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.quantity_end{
  display: none;
  font-family: "Manrope", Helvetica;
  font-size: 12px;
  color:#6A7177;
  font-weight: 500;
  padding-top: 4px;
}

/*Мобильная версия*/
@media screen and (max-width: 992px) {
  .product-card{
    height: 306px;
    padding: 8px;
    width: 100%;
    display: grid;
  }
  .product-card__top,
  .product-card__bottom {
    width: 100%;
    min-width: 122px;
  }
  .product-card__image{
    height: 120px;
  }
  .product-card__new-price{
    font-size: 18px;
  }
  .product-card__pricing{
    height: 32px;
  }
  .quantity_end{
    font-size: 10px;
  }
  .product-card__label-hit-text{
    font-size: 8px;
    height: 7px;
  }
  .product-card__label-text{
    font-size: 8px;
    height: 6px;
  }
  .product-card__label-hit{
    height: 12px;
    padding: 0px 4px 0px 2px;
  }
  .product-card__label-wrapper{
    height: 12px;
  }
  .product-card__label-icon{
    width: 8px;
  }
}

#tabs-catalog{
    display: flex;
    margin: 0 auto;
    justify-content: center;
}
.rds_catalog-menu .rds_catalog-menu__items svg {
    min-width: 24px;
    max-width: 32px;
    max-height: 32px;
}
.head-page {
    padding-top: 22px;
}
.cart-section .cart-close{
    z-index:10;
}
/* End */


/* Start:/local/templates/franchise/fonts/stylesheet.css?17579184491673*/
@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/franchise/fonts/Ubuntu-Bold.woff2') format('woff2'),
    url('/local/templates/franchise/fonts/Ubuntu-Bold.woff') format('woff');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/franchise/fonts/Ubuntu-Regular.woff2') format('woff2'),
    url('/local/templates/franchise/fonts/Ubuntu-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Ubuntu';
    src: url('/local/templates/franchise/fonts/Ubuntu-Medium.woff2') format('woff2'),
    url('/local/templates/franchise/fonts/Ubuntu-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-ExtraLight.ttf') format('truetype'); 
    font-weight: 200;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-Light.ttf') format('truetype'); 
    font-weight: 300;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-Regular.ttf') format('truetype'); 
    font-weight: 400;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-Medium.ttf') format('truetype'); 
    font-weight: 500;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-SemiBold.ttf') format('truetype'); 
    font-weight: 600;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-Bold.ttf') format('truetype'); 
    font-weight: 700;
    font-style: normal;
}  
@font-face {
    font-family: 'Manrope';
    src: url('/local/templates/franchise/fonts/Manrope-ExtraBold.ttf') format('truetype'); 
    font-weight: 800;
    font-style: normal;
}  
/* End */


/* Start:/local/templates/franchise/css/fix.css?175636406624841*/
.sidebar .list-content {
    height: auto;
}

.sidebar .list-content.active {
    max-height: 2000px;
}

.list-item .link {
    text-transform: lowercase;
    display: inline-block;
}

.list-item .link::first-letter {
    text-transform: uppercase !important;
}

.card__title {
    /* text-transform: lowercase; */
}

.card__title_absent {
    /* text-transform: lowercase; */
}

.card__title::first-letter {
    text-transform: uppercase !important;
}

.card__title_absent::first-letter {
    text-transform: uppercase !important;
}

.card-js {
    background: none;
}

.card.line .card__head,
.checkout-section .checkout .card:last-child,
.checkout-section .checkout-wrap:last-child {
    height: fit-content;
}

.sidebar-btn.active {
    position: fixed;
    left: 0;
    right: 16px;
    top: 133px;
    z-index: 12;
}

.user_addr {
    color: #6f7983;
    font-size: 14px;
    font-weight: 500;
    width: 200px;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
    overflow: hidden;
    cursor: pointer;
}

@media screen and (max-width: 480px) {
    .sidebar-btn.active {
        top: 132px;
    }
    .tabs-page .tabs .tab-item {
        width: 50%;
    }
}

.sidebar.fixed {
    position: fixed;
    left: 0;
    right: 16px;
    top: 130px;
    z-index: 11;
}


/*Кнопка очистки поиска*/

.search-input-close {
    top: 0;
    position: absolute;
    right: 50px;
    color: #6f7983;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
}

.search-input-close2 {
    top: 0;
    position: absolute;
    right: 50px;
    color: #6f7983;
    cursor: pointer;
    display: flex;
    align-items: center;
    height: 100%;
    font-size: 15px;
}


/*Подсветка пунктов левого меню*/

.sidebar .list-item .list-item-active {
    background-color: #fafafa
}

.sidebar .list-item .list-item-active .link {
    color: #ff8300;
    background-color: #fafafa
}


/*Preloader*/

#preloader {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    margin: 0 auto;
}

#preloader img {
    width: 150px;
    height: 150px;
}


/*Стили для товара, который закончился*/

.card .absent-img__top,
.card .disabled-btn,
.card.absent-top .counter-block .first,
.card.absent-top .label {
    display: none;
}

.card.absent-top .absent-img__top {
    display: block;
    background-image: url(/local/templates/franchise/css/../images/absent.webp);
    background-repeat: no-repeat;
    background-size: contain;
    width: 30%;
    height: 20px;
}

.card.absent-top .disabled-btn {
    display: block;
    border-radius: 8px;
}

.card__img_absent,
.card__img_absent img {
    max-width: 100px;
    max-height: 100px
}

.card__img_absent {
    margin: 0 auto 16px;
}

@media screen and (min-width: 992px) {
    .card__title {
        line-height: 16px;
        /* margin-bottom: 12px; */
        min-height: 45px;
    }
    .card__title_absent {
        line-height: 16px;
        margin-bottom: 12px;
        min-height: 45px;
        color: #333;
        font-size: 14px;
        display: block;
        -webkit-transition: all .4s ease;
        transition: all .4s ease;
        cursor: default;
    }
    .card__img_absent,
    .card__img_absent img {
        max-width: 130px;
        max-height: 130px;
        min-height: 130px;
    }
    .card__img_absent img {
        min-height: 100px
    }
}

.card-detail .company-slider .tab-item,
.card-detail .company-slider__wrap {
    height: fit-content;
}

.card.line .card__head {
    height: auto;
}

@media screen and (max-width: 991px) {
    .holder.flex.date {
        display: none;
    }
}

@media screen and (min-width: 992px) {
    .sidebar {
        position: static;
    }
    .catalog .cards {
        width: auto;
    }
    .catalog .catalog-wrap {
        grid-template-columns: 220px auto;
    }
}

@media screen and (min-width: 1200px) {
    .catalog-wrap.favor .cards {
        grid-template-columns: repeat(5, 1fr);
    }
}
.catalog .catalog-wrap.favor {
        display: flex;
    }

.user-card .name {
    display: block;
    flex: 0 1 100%;
}

.users-section .user-card .holder {
    flex-wrap: wrap;
    text-align: left;
    justify-content: flex-start;
}

.payments_radio {
    margin-bottom: 15px;
}

.payments_radio .radio-btn {
    margin-bottom: 20px;
}

.payments_radio .radio-btn label {
    color: #333;
    font-size: 18px;
}

.placing-orderPage.blocked {
    position: relative;
}

.placing-orderPage.blocked::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 100;
    background: rgba(255, 255, 255, 0.9);
}

.placing-orderPage.blocked::after {
    content: '';
    position: fixed;
    left: 50%;
    top: 50%;
    width: 60px;
    height: 64px;
    transform: translate(-50%, -50%);
    background: url(/local/templates/franchise/css/../images/waiter.gif) center center no-repeat;
    z-index: 101;
}


/*Для фейковой авторизации в шапке*/

.fake_auth_exit_p {
    color: #6F7983;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fake_auth_exit {
    display: flex;
    color: #F78811;
    font-family: Ubuntu;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-decoration-line: underline;
    gap: 10px;
    align-items: center;
}

.fake_auth_exit img {
    width: 19px;
    height: 22px;
}


/*Статусы в разделе пользователи о наличии заказов и товаров в корзине*/

.user_status {
    display: flex;
    flex-flow: wrap;
    width: 350px;
    justify-content: space-between;
    padding-bottom: 15px;
}

.user_status div {
    display: flex;
    flex-flow: wrap;
    color: #ADBDD1;
    justify-content: space-between;
}

.user_status_img {
    width: 16px;
    display: block;
}

.user_status div p {
    padding-left: 5px;
}

.user-card__order_status {
    display: flex;
    flex: 0 1 100%;
    flex-flow: wrap;
    justify-content: space-between;
}

@media screen and (max-width: 900px) {
    .fake_auth_exit_p {
        padding-top: 0px;
    }
}


/*Спойлер в чекауте*/

.checkout-section .checkout__arrow {
    position: absolute;
    top: 12px;
    max-width: 90%;
}

@media screen and (min-width: 992px) {
    .checkout-section .checkout__arrow {
        right: 80px;
        width: 130px;
    }
    .checkout-section .checkout-wrap {
        padding: 20px 80px 40px;
    }
}

@media screen and (max-width: 990px) {
    .checkout-section .checkout__arrow {
        right: 10px;
        bottom: 10px;
        top: auto;
        width: auto;
    }
}

@media screen and (max-width: 350px) {
    .cart__footer .total {
        font-size: 18px;
        padding-top: 12px;
        margin: 0 auto;
    }
}

.checkout-section .checkout-wrap {
    position: relative;
}

.checkout-section .checkout__items {
    max-height: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    transition: all .4s ease;
    overflow: hidden;
}

.checkout-section .checkout__items.active {
    /* max-height: 2500px;*/
    visibility: visible;
    /* -webkit-transition: all .6s ease-in-out;
    transition: all .6s ease-in-out;*/
}


/*pwa app*/

.cell.active {
    margin-top: 110px;
    transition: all 0.4s ease-in-out;
    /*@media screen and (min-width: 992px) {
        margin-top: 177px;
    }
    &.active {
        margin-top: 66px;
        @media screen and (min-width: 992px) {
            margin-top: 102px;
        }
    }*/
}

.header {
    position: fixed;
    z-index: 500;
    left: 0;
    top: 0;
    right: 0;
    width: 100%;
    background: #fff;
    /*.lang {
         display: none;
         align-items: center;
         gap: 10px;
         color: #6F7983;
         font-size: 14px;
         font-weight: 500;
         line-height: 103%;
         letter-spacing: -0.14px;
         .eng {
             color: #9FAAB2;
        }
         &.active {
             .eng {
                 color: #6F7983;
            }
             .rus {
                 color: #9FAAB2;
            }
        }
    }
    */
}

@media screen and (min-width: 992px) {
    .header {
        border-bottom: 2px solid #f78811;
        box-shadow: 0 0 20px 0 rgba(247, 136, 17, 0.15);
    }
}

.header .logo {
    max-width: 54px;
    height: auto;
}

.header .logo img {
    height: fit-content;
}

@media screen and (min-width: 992px) {
    .header .logo {
        max-width: 80px;
    }
    .header .logo img {
        min-width: 80px;
    }
}

.header__wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 15px;
    position: relative;
    z-index: 56;
    margin: 0 -16px;
    background-color: #fff;
}

@media screen and (min-width: 992px) {
    .header__wrap {
        margin: 0;
    }
}

.header__wrap .menu {
    position: relative;
    width: inherit;
    background: #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

@media screen and (max-width: 991px) {
    .header__wrap .menu {
        top: 65px;
        padding: 40px 17px;
        bottom: 0;
        right: 0;
        transform: translateY(-120%);
        left: auto;
        width: 100%;
        visibility: hidden;
        background-color: #fff;
        transition: transform 0.3s ease-in-out, visibility 0.3s ease-in-out;
        flex-direction: column;
        height: fit-content;
        border-bottom: 2px solid #f78811;
        box-shadow: -80px 0px 0px 0px #f78811;
        justify-content: flex-start;
        z-index: 55;
        position: absolute;
    }
    .header__wrap .menu.active {
        visibility: visible;
        transform: translateY(0);
    }
}

.header__main {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 56;
    background-color: #fff;
    width: 100%;
    padding: 8px 16px;
    border-bottom: 2px solid #f78811;
    box-shadow: 0 0 20px 0 rgba(247, 136, 17, 0.15);
}

@media screen and (min-width: 992px) {
    .header__main {
        width: auto;
        border-bottom: none;
        box-shadow: none;
        padding: 0;
    }
}

.header .out {
    position: absolute;
    z-index: 58;
    left: 50%;
    transform: translateX(-50%);
    margin-left: 10px;
}

@media screen and (min-width: 992px) {
    .header .out {
        display: block;
        position: relative;
        left: auto;
        transform: none;
        margin-left: 18px;
    }
}

@media screen and (min-width: 1400px) {
    .header .out {
        margin-left: 0;
    }
}

.header .user {
    display: flex;
    gap: 10px;
    align-items: center;
    color: #6f7983;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    line-height: 103%;
    letter-spacing: -0.14px;
    white-space: nowrap;
}

.header .user svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: flex;
    transition: all 0.3s ease;
}

.header .lang-block {
    display: flex;
    gap: 44px;
    margin-top: 7px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .header .lang-block {
        margin-top: 10px;
        justify-content: flex-end;
    }
}

.header .notifications {
    position: relative;
    width: 24px;
    cursor: pointer;
}

.header .notifications .bell svg {
    min-width: 24px;
    max-width: 24px;
    height: 24px;
    display: flex;
}

.header .notifications .note {
    position: absolute;
    right: 0;
    top: 0;
}

.header .notifications .note svg {
    width: 14px;
    height: 14px;
    display: flex;
}

.header .header-fixed {
    height: fit-content;
    background-color: #fff;
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    visibility: hidden;
    transition: all 0.3s ease;
    padding: 0 16px 6px;
    box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
}

.header .header-fixed.active {
    opacity: 1;
    visibility: visible;
    transition: all 0.3s ease;
}

.header .header-fixed .menu {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0px;
}

.header .header-fixed .menu__item {
    width: 25%;
    position: relative;
    display: flex;
    justify-content: center;
    height: 65px;
}

.header .header-fixed .menu__title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 0;
    font-size: 14px;
}

.header .header-fixed .menu__title svg {
    min-width: 40px;
    max-width: 40px;
    height: 40px;
}

.header .header-fixed .menu__title .label {
    position: absolute;
    top: -16px;
    left: 50%;
    transform: translateX(-50%);
    /* z-index: -1; */
}

@media screen and (min-width: 768px) {
    .header .header-fixed {
        display: none;
    }
}

.burger {
    width: 34px;
    height: 34px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    padding: 5px;
    margin-left: auto;
}

@media screen and (min-width: 992px) {
    .burger {
        display: none;
    }
}

.burger span {
    width: 28px;
    height: 3px;
    border-radius: 3px;
    background: #f78811;
    position: relative;
    transition: all 0.3s ease;
}

.burger span:nth-child(1) {
    margin-bottom: 6px;
}

.burger span:nth-child(3) {
    margin-top: 6px;
}

.burger.active span:nth-child(1) {
    top: 8px;
    transform: rotate(45deg);
}

.burger.active span:nth-child(2) {
    opacity: 0;
    transition: none;
}

.burger.active span:nth-child(3) {
    bottom: 10px;
    transform: rotate(-45deg);
}

.substrate {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100vw;
    height: 100vh;
    background-color: #000;
    opacity: 0;
    display: none;
    animation: showBlock-b 0.3s linear forwards;
}

.substrate.active {
    display: block;
}

.ampty {
    z-index: 9999;
    position: fixed;
    left: 0;
    right: 0;
}

.switch-box .switch-input {
    display: none;
}

.switch-box .switch-label {
    position: relative;
    display: inline-block;
    min-width: 33px;
    cursor: pointer;
    margin-bottom: 5px;
}

.switch-box .switch-label:before,
.switch-box .switch-label:after {
    content: "";
    position: absolute;
    margin: 0;
    outline: 0;
    top: 50%;
    transform: translate(0, -50%);
    transition: all 0.3s ease;
}

.switch-box .switch-label:before {
    left: 1px;
    width: 33px;
    height: 18px;
    background-color: #fff;
    border-radius: 30px;
    border: 1px solid #9faab2;
}

.switch-box .switch-label:after {
    left: 3px;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.20);
}

.switch-box .switch-input:checked+.switch-label:after {
    box-shadow: 0 3px 6px 0 rgba(0, 0, 0, .3);
    transform: translate(97%, -50%);
}

.header-top {
    height: 75px;
    background-image: url("/local/templates/franchise/css/../images/bg-top.webp");
    background-position: center;
    background-repeat: no-repeat;
    transition: 0.4s all ease;
    background-color: #e7eef7;
    position: relative;
    z-index: 550;
}

@media screen and (min-width: 1600px) {
    .header-top {
        background-size: cover;
    }
}

.header-top__wrap {
    margin-top: 5px;
}

@media screen and (min-width: 992px) {
    .header-top__wrap {
        display: flex;
        align-items: center;
        gap: 27px;
        margin-top: 0;
    }
}

.header-top__link {
    color: #fff;
    font-size: 10px;
    font-weight: 700;
    text-transform: uppercase;
    background: #d5e03e;
    border-radius: 11.87px;
    border: 2px #fff solid;
    padding: 6px 9px 5px;
    margin-top: 3px;
    display: block;
    width: fit-content;
}

@media screen and (min-width: 992px) {
    .header-top__link {
        font-size: 12.72px;
        margin-top: 0;
        padding: 8px 10px 8px;
        border: 3px #fff solid;
    }
}

.header-top__title {
    background-image: url("/local/templates/franchise/css/../images/title-m.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    width: 171px;
    height: 34px;
}

@media screen and (min-width: 992px) {
    .header-top__title {
        background-image: url("/local/templates/franchise/css/../images/title.webp");
        width: 156px;
        height: 36px;
    }
}

.header-top__img {
    height: 100%;
    width: 52px;
    display: flex;
    align-items: flex-end;
    position: relative;
}

@media screen and (min-width: 992px) {
    .header-top__img {
        margin-left: 221px;
    }
}

.header-top__img:after {
    content: "";
    position: absolute;
    width: 36px;
    height: 36px;
    background-image: url("/local/templates/franchise/css/../images/pd.webp");
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    bottom: 22px;
    right: -1px;
    animation: rotate 2s ease-in-out infinite;
}

.header-top .container {
    position: relative;
    height: 100%;
    display: flex;
    gap: 13px;
    justify-content: center;
}

@media screen and (min-width: 992px) {
    .header-top .container {
        gap: 23px;
        align-items: center;
        justify-content: flex-start;
    }
}

.header-top .close-top {
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 100;
    right: 0;
    top: 0;
    background-image: url("/local/templates/franchise/css/../images/close-top.svg");
    background-repeat: no-repeat;
    background-position: center;
}

@media screen and (min-width: 1600px) {
    .header-top .close-top {
        right: 24px;
    }
}

.header-top.active {
    transform: translateY(-76px);
    height: 0;
}


/*Детальный просмотр заказа*/

.order_detail .price-title {
    padding-right: 10px;
}

@media screen and (max-width: 650px) {
    .order_detail .card-prices {
        width: 100%;
        text-align: center;
    }
    .order_detail .order_count_product {
        display: flex;
        flex-flow: column;
        align-items: center;
        justify-content: center;
        width: 100%;
    }
}

.order_count_product {
    display: flex;
    flex-flow: column;
    align-items: end;
}

.order_count_product .counter-block {
    margin: 0;
    padding-bottom: 20px;
}

.order_count_product .counter {
    height: 40px;
}

.order_count_summ {
    display: flex;
    max-width: fit-content;
    width: 100%;
    justify-content: space-between;
    align-items: baseline
}


/*Стили для кнопки отсутствия товара*/

.disable {
    /* border-radius: 8px; */
    /* border: 1px solid #E8E8E8; */
    /* background: #FAFAFA; */
}

.disable:hover,
.disable:focus,
.disable:active {
    /* border-radius: 8px;
    border: 1px solid #E8E8E8;
    background: #FAFAFA; */
}

.disable span {
    color: #C0C0C0;
    font-family: "Manrope", Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}
.order-detail .disable {
    border-radius: 27px;
    background: #FAFAFA;
    width: 174px;
    height: 38px;
}

.order-detail .disable span {
    color: #6A7177;
    font-family: "Manrope", Helvetica;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 12px;
}


/*Ответ после добавление всего заказа в корзину*/

#backcall_message {
    padding: 15px;
    color: #fff;
    background-color: #78be20;
    border-radius: 8px;
    text-align: center;
    display: none;
}

.contacts-section .nc .main-info__title {
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 5px;
}

.contacts-section .nc .nc-wrapper {
    gap: 21px;
    margin-top: 17px;
}

.contacts-section .nc .nc-wrap,
.contacts-section .nc .nc-wrapper {
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
}

.contacts-section .nc .nc-wrap {
    white-space: nowrap;
    font-weight: 500;
}

.contacts-section .nc .nc-wrap img {
    max-width: 24px;
    margin-right: 10px;
}

.cart-section .cart-attention.active,
.contacts-section .main-info a,
.edit-user .wrap-eyes .i-btn.view .open-i {
    display: block;
}

.main-info {
    font-size: 16px;
}

.contacts-section .main-info .btn {
    margin: 20px 0;
}

@media screen and (max-width:991px) {
    /* .header .header-fixed .menu__title .label {
        top: 20px;
        z-index: 9;
    } */
    .header .header-fixed .menu__title svg {
        min-width: 35px;
        max-width: 35px;
        height: 35px;
    }
}

.dropdown-block__content {
    grid-template-columns: 1fr;
    /* gap: 40px; */
    position: relative;
    z-index: 15;
}

.story-items {
    max-width: 100%;
}

.story-items__wrap .card {
    flex: 1 1 20%;
    height: auto;
    max-width: 205px;
}

.story-items__wrap .card:last-child {
    display: flex;
}

.story-items__wrap .card .quantum {
    min-height: 16px;
}

.story-items {
    width: 100%;
    max-width: none;
    margin-left: 0;
}

.filter .caret {
    grid-template-columns: 1fr;
}

.filter .caret_sort_block {
    width: 100%;
    display: flex;
    justify-content: right;
    gap: 10px;
    position: relative;
    z-index: 16;
}

.filter .caret .holder {
    border: none;
}

.filter .caret_sort .holder {
    border: none;
}

.filter .caret {
    width: 70%;
    border-radius: 10px;
    background: #9faab2;
    padding: 2px;
    display: flex;
}

.filter .caret_sort {
    width: 30%;
    border-radius: 10px;
    background: #9faab2;
    padding: 2px;
    display: flex;
}

@media screen and (max-width:650px) {
    .filter .caret_sort_block {
        flex-flow: column;
    }
    .filter .caret {
        width: 100%;
    }
    .filter .caret_sort {
        width: 100%;
        border-radius: 8px;
    }
    .filter .caret_sort .js-select {
        padding: 0px;
    }
}


/* Tooltip container */

.tooltip_addr {
    position: relative;
    display: inline-block;
    color: #6f7983;
    font-size: 14px;
    font-weight: 500;
    padding: 5px 0;
}

.tooltip_addr .tooltiptext_addr {
    visibility: hidden;
    width: 190px;
    background-color: #fff;
    color: #b4b4b4;
    text-align: center;
    padding: 10px;
    border-radius: 12px;
    box-shadow: 0 0 4px 0 rgba(0, 0, 0, .25);
    position: absolute;
    text-align: left;
    z-index: 1;
    top: 100%;
    left: 0;
    opacity: 0;
    transition: opacity 0.3s;
}

.tooltip_addr:hover .tooltiptext_addr {
    visibility: visible;
    opacity: 1;
}

@media screen and (max-width: 480px) {
    .fake_auth_exit_p {
        display: none;
    }
    .header__main {
        padding: 17px;
    }
}


/*Увеличение детальной картинки*/

#card__big-photo {
    display: none;
}

#card__big-photo img {
    position: absolute;
    width: 50%;
    height: 450px;
    z-index: 102;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 10px 0;
    background: #fff;
    border-radius: 20px;
}

#card__big-photo .big-photo-bg {
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 101;
    overflow: hidden;
    position: fixed;
    background: #0b0b0b;
    opacity: .8;
}

#card__big-photo .big-photo-close {
    width: 40px;
    height: 40px;
    padding: 8px;
    position: absolute;
    align-items: center;
    cursor: pointer;
    z-index: 102;
    right: 25%;
    top: 5px;
    border-radius: 0 20px;
    background-color: #e9e9e9;
}

#card__big-photo .big-photo-close svg {
    width: 24px;
    height: 24px;
    color: #9faab2;
}

@media screen and (max-width: 480px) {
    #card__big-photo img {
        width: 100%;
    }
    #card__big-photo .big-photo-close {
        right: 0;
    }
}

.js-select__border {
    border: 1px solid #ddd;
    border-radius: 5px;
    padding: 10px 5px;
    margin-top: 5px;
    min-width: 150px;
    min-height: 41px;
}

.search_date_span {
    padding-bottom: 5px;
    position: relative;
    display: block;
    color: #9faab2;
    font-size: 12px;
}

.js-select__button_block2 {
    display: flex;
    width: 100%;
    justify-content: right;
}

.js-select__button_block {
    display: flex;
    width: 25%;
    gap: 20px;
    padding-bottom: 15px;
    justify-content: right;
}

#order_search_id_form .label {
    font-size: 12px;
    justify-content: center;
    border-bottom: 1px solid;
    padding-bottom: 5px;
}

#select_sort {
    border: none;
    padding-left: 10px;
    width: 100%;
    color: #272d33;
    font-weight: 400;
    font-size: 16px;
    height: 30px;
    background: #fff;
}

#select_sort option {
    color: #272d33;
    font-weight: 500;
    font-size: 14px;
}

.label_user_bold {
    font-size: 16px;
}

.order_count_block {
    min-width: 200px;
    width: 100%;
    margin: 0;
    padding-bottom: 20px;
}
/* End */


/* Start:/local/templates/franchise/css/rds.css?175930187373957*/
@charset "UTF-8";body{margin:0;padding:0;font-family:Manrope,sans-serif;caret-color:#ff8200;min-height:100vh;height:auto}*{box-sizing:border-box}.icon{height:24px;width:24px}input{outline:none}@keyframes showBlock{0%{opacity:0}to{opacity:1}}@keyframes hideBlock{0%{opacity:1}90%{opacity:1}to{opacity:0;display:none}}@keyframes slideInBlock{0%{display:block;max-height:0;overflow:hidden}90%{max-height:50vh}to{overflow:auto;max-height:50vh}}@keyframes slideOutBlock{0%{max-height:50vh;overflow:hidden}90%{max-height:0}to{overflow:hidden;display:none}}@keyframes slide-background{0%{background-position:0% 0%}to{background-position:100% 0%}}.action-btn,.rds_cardDetail__select-btn,.action-btn:hover,.rds_cardDetail__select-btn:hover,.action-btn--active,.rds_cardDetail__select-btn--active{border-radius:50%;cursor:pointer;background:#f5f5f5;height:40px;width:40px;display:flex;align-items:center;justify-content:center;text-decoration:none}.action-btn svg,.rds_cardDetail__select-btn svg,.action-btn:hover svg,.rds_cardDetail__select-btn:hover svg,.action-btn--active svg,.rds_cardDetail__select-btn--active svg{height:24px}.action-btn svg path,.rds_cardDetail__select-btn svg path,.action-btn:hover svg path,.rds_cardDetail__select-btn:hover svg path,.action-btn--active svg path,.rds_cardDetail__select-btn--active svg path{stroke:#6a7177}.action-btn:hover,.rds_cardDetail__select-btn:hover,.action-btn--active:hover,.rds_cardDetail__select-btn--active:hover,.action-btn--active,.rds_cardDetail__select-btn--active{background:#ff8200}.action-btn:hover svg,.rds_cardDetail__select-btn:hover svg,.action-btn--active:hover svg,.rds_cardDetail__select-btn--active:hover svg,.action-btn--active svg,.rds_cardDetail__select-btn--active svg{height:24px}.action-btn:hover svg path,.rds_cardDetail__select-btn:hover svg path,.action-btn--active:hover svg path,.rds_cardDetail__select-btn--active:hover svg path,.action-btn--active svg path,.rds_cardDetail__select-btn--active svg path{stroke:#fff}@media (max-width: 1200px){.action-btn,.rds_cardDetail__select-btn,.action-btn:hover,.rds_cardDetail__select-btn:hover,.action-btn--active,.rds_cardDetail__select-btn--active{height:32px;width:32px}.action-btn svg,.rds_cardDetail__select-btn svg,.action-btn:hover svg,.rds_cardDetail__select-btn:hover svg,.action-btn--active svg,.rds_cardDetail__select-btn--active svg{height:20px}}#app{max-width:1366px;margin:0 auto}.app-content{padding:12px 20px}.rds_catalog__filter-side::-webkit-scrollbar,.rds_filter__inner::-webkit-scrollbar,.rds_filter__filters::-webkit-scrollbar,.rds_modal__content::-webkit-scrollbar,.rds_catalog-menu__items::-webkit-scrollbar,.rds_header__organization-scroll::-webkit-scrollbar{width:6px;border-radius:10px;background:#1d252d0d}.rds_catalog__filter-side::-webkit-scrollbar-thumb,.rds_filter__inner::-webkit-scrollbar-thumb,.rds_filter__filters::-webkit-scrollbar-thumb,.rds_modal__content::-webkit-scrollbar-thumb,.rds_catalog-menu__items::-webkit-scrollbar-thumb,.rds_header__organization-scroll::-webkit-scrollbar-thumb{border-radius:10px;background:#d0d4d7}.rds_filter__range-input input,.authorization__input{background:none;outline:none;padding:16px 64px 16px 20px;width:100%;margin:0;border-radius:24px;font-size:14px;line-height:22px;border:1px solid #D0D4D7}.rds_filter__range-input input.error,.error.authorization__input{border-color:#e64646}.rds_filter__range-input input:focus,.authorization__input:focus{border-color:#ff8200}.authorization__input-wrap{position:relative;margin-bottom:16px}.error.authorization__input-wrap input{border-color:#e64646}.authorization__input-icons{position:absolute;right:0;top:0;bottom:0;display:flex;align-items:center;justify-content:flex-end;padding-right:8px}.authorization__input-icons>*{display:block;height:24px;width:24px;display:flex;align-items:center;justify-content:center}.authorization__input-icons>*[data-passshow]{cursor:pointer}.authorization__input-icons>* svg{height:100%;width:auto}.rds_filter__checkbox,.authorization__checkbox{position:relative;padding:4px}.rds_filter__checkbox input,.authorization__checkbox input{opacity:0;position:absolute;height:100%;width:100%;top:0;left:0;z-index:2;cursor:pointer}.rds_filter__checkbox label,.authorization__checkbox label{position:relative;z-index:1;padding-left:28px;line-height:20px;font-size:16px;font-weight:500;color:#1d252d;display:block}.rds_filter__checkbox label:before,.authorization__checkbox label:before{position:absolute;left:0;top:0;display:block;content:" ";border:2px solid #B5B8BB;border-radius:4px;height:16px;width:16px}.rds_filter__checkbox label:after,.authorization__checkbox label:after{position:absolute;left:0;top:0;display:none;content:" ";box-sizing:content-box;height:20px;width:20px;background:url("data:image/svg+xml,%3csvg%20width='12'%20height='10'%20viewBox='0%200%2012%2010'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M9.72076%200.962698C10.0406%200.57167%2010.6309%200.503018%2011.0391%200.809377C11.4474%201.11584%2011.519%201.68173%2011.1993%202.07305L5.31646%209.27324C5.31107%209.27985%205.30443%209.28538%205.29888%209.2918C5.29076%209.30117%205.28206%209.31004%205.27349%209.31914C5.26034%209.33317%205.24732%209.3471%205.23345%209.36016C5.2269%209.3663%205.21972%209.37175%205.21295%209.37774C5.19553%209.39319%205.17761%209.40769%205.15924%209.42168C5.1567%209.42361%205.15496%209.42661%205.1524%209.42852C5.14947%209.4307%205.14559%209.43223%205.14263%209.43438C5.12259%209.44894%205.10212%209.46254%205.08111%209.47539C5.07414%209.47967%205.06668%209.48303%205.05963%209.48711C5.0415%209.49756%205.02365%209.50819%205.00494%209.51739C4.99616%209.52172%204.98744%209.52603%204.97857%209.53008C4.96058%209.53824%204.94232%209.54552%204.92388%209.55254C4.90989%209.5579%204.89606%209.56349%204.88189%209.56817C4.87032%209.57197%204.85844%209.57457%204.84674%209.57793C4.82884%209.5831%204.81112%209.58847%204.79302%209.59258C4.78267%209.59492%204.7722%209.59643%204.76177%209.59844C4.74226%209.6022%204.72283%209.60565%204.70318%209.60821C4.69115%209.60977%204.67913%209.61099%204.66705%209.61211C4.65173%209.61353%204.6365%209.61532%204.62115%209.61602C4.60553%209.61674%204.58993%209.61702%204.57427%209.61699C4.55895%209.61695%204.54367%209.61677%204.52838%209.61602C4.51436%209.61534%204.50038%209.61437%204.48638%209.61309C4.46839%209.61143%204.45054%209.6089%204.43267%209.60625C4.42388%209.60495%204.41507%209.60389%204.40631%209.60235C4.38497%209.59859%204.36387%209.59384%204.34283%209.58867C4.33271%209.58618%204.32261%209.58368%204.31256%209.58086C4.29539%209.57606%204.27866%209.57%204.26177%209.56426C4.24776%209.55947%204.23362%209.55507%204.21978%209.54961C4.20633%209.54433%204.19296%209.5389%204.17974%209.53301C4.16701%209.5273%204.15419%209.52173%204.14166%209.51543C4.06925%209.47926%204.00133%209.43355%203.93951%209.37871C3.92962%209.36998%203.9206%209.36043%203.91119%209.35137C3.90029%209.34083%203.88941%209.33029%203.87896%209.31914C3.86945%209.30903%203.85961%209.29932%203.85064%209.28887C3.84526%209.28258%203.83927%209.27677%203.83404%209.27032L0.795954%205.52031C0.477857%205.12772%200.552299%204.56148%200.96197%204.25664C1.37155%203.95212%201.96129%204.02351%202.27935%204.41582L4.57916%207.25371L9.72076%200.962698Z'%20fill='white'/%3e%3c/svg%3e") center center no-repeat}.rds_filter__checkbox input:checked+label:before,.authorization__checkbox input:checked+label:before{background:#ff8200;border-color:#ff8200}.rds_filter__checkbox input:checked+label:after,.authorization__checkbox input:checked+label:after{display:block}.rds_filter__checkbox input:hover:not(:checked)+label:before,.authorization__checkbox input:hover:not(:checked)+label:before{border-color:#9ea6ac}.rds_filter__radio,.authorization__radio{position:relative;padding:4px}.rds_filter__radio input,.authorization__radio input{opacity:0;position:absolute;height:100%;width:100%;top:0;left:0;z-index:2;cursor:pointer}.rds_filter__radio label,.authorization__radio label{position:relative;z-index:1;padding-left:28px;line-height:20px;font-size:16px;font-weight:500;color:#1d252d;display:block}.rds_filter__radio label:before,.authorization__radio label:before{position:absolute;left:0;top:0;display:block;content:" ";border:2px solid #B5B8BB;border-radius:50%;height:16px;width:16px;background-color:#fff}.rds_filter__radio label:after,.authorization__radio label:after{position:absolute;left:4px;top:4px;display:none;content:" ";box-sizing:content-box;height:12px;width:12px;background:#ff8200;border-radius:50%}.rds_filter__radio input:checked+label:before,.authorization__radio input:checked+label:before{border-color:#ff8200}.rds_filter__radio input:checked+label:after,.authorization__radio input:checked+label:after{display:block}.rds_filter__radio input:hover:not(:checked)+label:before,.authorization__radio input:hover:not(:checked)+label:before{border-color:#9ea6ac}.rds_filter__toggle{position:relative;padding:4px;width:44px;height:28px}.rds_filter__toggle input{opacity:0;position:absolute;height:100%;width:100%;top:0;left:0;z-index:2;cursor:pointer}.rds_filter__toggle label{position:relative;z-index:1;width:100%;border:solid 1px #9EA6AC;border-radius:24px;background:#fff;display:block;height:100%}.rds_filter__toggle label:after{position:absolute;left:1px;top:1px;content:" ";box-sizing:content-box;height:16px;width:16px;background:#9ea6ac;border-radius:50%;transition:all .3s ease}.rds_filter__toggle input:checked+label{border-color:#ff8200;background:#ff8200}.rds_filter__toggle input:checked+label:after{background:#fff;left:calc(100% - 17px)}.header_button,.rds_header__basket,.rds_header__search-button,.rds_header__catalog-btn{font-size:14px;line-height:24px;padding:11.2px 16px;cursor:pointer;display:flex;color:#fff;background:#ff8200;border-radius:24px;box-shadow:none;border:none}.header_button:hover,.rds_header__basket:hover,.rds_header__search-button:hover,.rds_header__catalog-btn:hover{background:#e57500}.header_button svg,.rds_header__basket svg,.rds_header__search-button svg,.rds_header__catalog-btn svg{margin-right:8px}.rds_header{position:fixed;top:0;left:0;right:0;z-index:99}.rds_header__main-bg{background:#350669;width:100%}.rds_header__main{margin:0 auto;max-width:1920px;padding:21px 32px;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.rds_header__main{padding-top:42px}}@media (max-width: 959px){.rds_header__main{padding:24px 4px 4px}}.rds_header__logo{display:flex;align-items:center}.rds_header__logo-main{height:52px;margin:0 -3px}@media (max-width: 959px){.rds_header__logo-main{width:44px;margin:0}}.rds_header__logo-splitter{margin:0 12px;display:block;height:41px;width:1px;background:#68567f}@media (max-width: 1400px){.rds_header__logo-splitter{display:none}}.rds_header__logo-dop{margin:auto 0;height:24px}@media (max-width: 1400px){.rds_header__logo-dop{display:none}}.rds_header__center-block{max-width:640px;padding:0 16px;margin:0 auto;width:100%;display:flex;align-items:center;justify-content:center}@media (max-width: 1200px){.rds_header__center-block{padding:0 8px}}@media (max-width: 959px){.rds_header__center-block{padding:0 4px}}.rds_header__catalog-btn{margin-right:8px}@media (max-width: 959px){.rds_header__catalog-btn{display:none}}.rds_header__search{position:relative;width:100%}.rds_header__search-input{padding:11.2px 43px 11.2px 16px;border-radius:24px;border:none;line-height:24px;box-shadow:none;outline:none;color:#1d252d;width:100%;background:#fff}.rds_header__search-input::-moz-placeholder{color:#9ea6ac}.rds_header__search-input::placeholder{color:#9ea6ac}@media (max-width: 959px){.rds_header__search-input{padding:6px 8px}}.rds_header__search-button{position:absolute;z-index:1;right:3px;top:3px;padding:8px}@media (max-width: 959px){.rds_header__search-button{top:2px;right:2px;padding:4px}}.rds_header__search-cancel{display:flex;align-items:center;justify-content:center;height:24px;width:24px;position:absolute;margin:auto 0;right:47px;top:0;bottom:0;cursor:pointer}@media (max-width: 959px){.rds_header__search-cancel{right:38px}}.rds_header__organization{color:#f2f1fb;font-size:14px;line-height:16px;position:relative}.rds_header__organization:not([data-drop=organization]) .rds_header__organization-name img{display:none}@media (max-width: 1200px){.rds_header__organization{position:absolute;top:0;left:0;right:0;padding:8px 32px}}@media (max-width: 959px){.rds_header__organization{padding:4px}}.rds_header__organization span{color:#ff8200}.rds_header__organization-selected{max-width:280px;cursor:pointer;line-height:20px}@media (max-width: 1200px){.rds_header__organization-selected{max-width:none}}.rds_header__organization-selected .rds_header__organization-adress{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}@media (max-width: 1200px){.rds_header__organization-selected .rds_header__organization-item{display:flex}}@media (max-width: 1200px){.rds_header__organization-selected .rds_header__organization-name{display:flex;margin-right:8px}.rds_header__organization-selected .rds_header__organization-name img{order:-1}.rds_header__organization-selected .rds_header__organization-name:after{content:" ";display:block;margin-left:8px;width:1px;background:#d1baea;height:12px;margin-top:2px}}.rds_header__organization-name{text-overflow:ellipsis;white-space:nowrap}.rds_header__organization-name img{height:16px;line-height:0;vertical-align:middle;display:inline;width:auto}.rds_header__organization-search{position:relative;width:100%}.rds_header__organization-search input{border:1px solid #D0D4D7;border-radius:24px;padding:8px 16px 8px 36px;font-size:14px;line-height:24px;width:100%}.rds_header__organization-search-icon{position:absolute;left:8px;top:8px}.rds_header__organization-search-icon path{stroke:#9ea6ac}@media (max-width: 959px){.rds_header__organization-search{width:calc(100% - 36px)}}.rds_header__organization-drop{position:absolute;top:100%;margin-top:10px;right:0;max-width:600px;z-index:10;width:100vw;display:none;color:#6a7177;background:#fff;border-radius:16px;padding:16px 40px;box-shadow:0 2px 5px #ababab1a,0 9px 9px #ababab17,0 19px 12px #ababab0d,0 35px 14px #ababab03,0 54px 15px #ababab00}.rds_header__organization-drop.open{display:block}.rds_header__organization-drop .rds_header__organization-item{margin-bottom:16px;color:#6a7177;cursor:pointer}.rds_header__organization-drop .rds_header__organization-item--active{color:#131b23}.rds_header__organization-drop .rds_header__organization-item--active .rds_header__organization-name{font-weight:600}.rds_header__organization-drop .rds_header__organization-item:hover{color:#ff8200}.rds_header__organization-drop .rds_header__organization-name{font-size:16px;line-height:20px}@media (max-width: 1200px){.rds_header__organization-drop{left:24px;right:auto}}@media (max-width: 959px){.rds_header__organization-drop{border-radius:0;position:fixed;z-index:100;margin:0;inset:0;max-width:none;padding:0}}.rds_header__organization-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}@media (max-width: 959px){.rds_header__organization-head{margin-bottom:0;padding:8px 16px}}.rds_header__organization-back{display:none;width:28px;height:28px;align-items:center;justify-content:center}@media (max-width: 959px){.rds_header__organization-back{display:flex}}.rds_header__organization-scroll{max-height:280px;overflow-y:auto}@media (max-width: 959px){.rds_header__organization-scroll{max-height:calc(100dvh - 56px);padding:16px}}.rds_header__catalog{background:#f2f1fb;overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none}.rds_header__catalog::-webkit-scrollbar{width:0}.rds_header__catalog-wrap{padding:10px;display:flex;margin:0 auto;justify-content:center;width:-moz-max-content;width:max-content}.rds_header__catalog-item{white-space:nowrap;padding:4px 12px;font-size:14px;line-height:20px;text-decoration:none;border-radius:24px}.rds_header__catalog-item:link,.rds_header__catalog-item:visited,.rds_header__catalog-item:active{color:#350669}.rds_header__catalog-item--main,.rds_header__catalog-item--sale{font-weight:600}.rds_header__catalog-item:hover{color:#e57500}.rds_header__catalog-item--active,.rds_header__catalog-item--hover{background:#5f259f1a}.rds_header__catalog-item--active:link,.rds_header__catalog-item--active:visited,.rds_header__catalog-item--active:active,.rds_header__catalog-item--active:hover,.rds_header__catalog-item--hover:link,.rds_header__catalog-item--hover:visited,.rds_header__catalog-item--hover:active,.rds_header__catalog-item--hover:hover{color:#350669}.rds_header__catalog-item--sale:link,.rds_header__catalog-item--sale:visited,.rds_header__catalog-item--sale:active{color:#ff8200;background:none}.rds_header__catalog-splitter{background:#b5b8bb;margin:4px 12px;width:1px;content:" "}.rds_header__basket{font-weight:700;position:relative;padding-left:24px;padding-right:24px;margin:0 40px;white-space:nowrap}.rds_header__basket-count{height:16px;width:16px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:9px;line-height:9px;color:#fff;background:#5f259f;border-radius:6px;position:absolute;top:8px;left:32px}@media (max-width: 1600px){.rds_header__basket{margin:0 8px}}@media (max-width: 1200px){.rds_header__basket{margin:0}}@media (max-width: 959px){.rds_header__basket{display:none}}.rds_header__scanner-btn{display:none;height:36px;width:36px;min-width:36px;border-radius:50%;background:#f2f1fb;align-items:center;justify-content:center}@media (max-width: 959px){.rds_header__scanner-btn{display:flex}}.rds_menu{display:flex;align-items:center;justify-content:flex-end;position:relative}.rds_menu__icon{height:24px}@media (max-width: 959px){.rds_menu{justify-content:space-around;background:#fff;height:60px}}@media (max-width: 410px){.rds_menu{height:40px}}.rds_menu__text{line-height:20px;text-overflow:ellipsis;overflow:hidden;text-align:center;white-space:nowrap;width:100%;font-size:9px}@media (max-width: 410px){.rds_menu__text{display:none}}.rds_menu__item{text-decoration:none;display:flex;align-items:center;flex-direction:column;justify-content:center;font-size:9px;line-height:8px;width:64px;position:relative}.rds_menu__item svg path{stroke:#f2f1fbcc}.rds_menu__item:link,.rds_menu__item:visited,.rds_menu__item:active{color:#f2f1fbcc}.rds_menu__item:hover{color:#fff}.rds_menu__item:hover svg path{stroke:#fff}.rds_menu__item--active:link,.rds_menu__item--active:visited,.rds_menu__item--active:active,.rds_menu__item--active:hover{color:#fff}.rds_menu__item--active:link svg path,.rds_menu__item--active:visited svg path,.rds_menu__item--active:active svg path,.rds_menu__item--active:hover svg path{stroke:#fff}.rds_menu__item:first-child{display:none}@media (max-width: 959px){.rds_menu__item:first-child{display:flex}}@media (max-width: 959px){.rds_menu__item{font-size:10px}.rds_menu__item:link,.rds_menu__item:visited,.rds_menu__item:active,.rds_menu__item:hover{color:#6a7177}.rds_menu__item:link svg path,.rds_menu__item:visited svg path,.rds_menu__item:active svg path,.rds_menu__item:hover svg path{stroke:#6a7177}.rds_menu__item--active:link,.rds_menu__item--active:visited,.rds_menu__item--active:active,.rds_menu__item--active:hover{color:#ff8200}.rds_menu__item--active:link svg path,.rds_menu__item--active:visited svg path,.rds_menu__item--active:active svg path,.rds_menu__item--active:hover svg path{stroke:#ff8200}}.rds_menu__item--basket{display:none}@media (max-width: 959px){.rds_menu__item--basket{display:flex}}.rds_menu__drop-btn{text-decoration:none;display:flex;align-items:center;flex-direction:column;justify-content:center;font-size:9px;line-height:8px;width:64px;position:relative}.rds_menu__drop-btn svg path{stroke:#f2f1fbcc}.rds_menu__drop-btn:link,.rds_menu__drop-btn:visited,.rds_menu__drop-btn:active{color:#f2f1fbcc}.rds_menu__drop-btn:hover{color:#fff}.rds_menu__drop-btn:hover svg path{stroke:#fff}.rds_menu__drop-btn--active:link,.rds_menu__drop-btn--active:visited,.rds_menu__drop-btn--active:active,.rds_menu__drop-btn--active:hover{color:#fff}.rds_menu__drop-btn--active:link svg path,.rds_menu__drop-btn--active:visited svg path,.rds_menu__drop-btn--active:active svg path,.rds_menu__drop-btn--active:hover svg path{stroke:#fff}@media (max-width: 959px){.rds_menu__drop-btn{font-size:10px}.rds_menu__drop-btn:link,.rds_menu__drop-btn:visited,.rds_menu__drop-btn:active,.rds_menu__drop-btn:hover{color:#6a7177}.rds_menu__drop-btn:link svg path,.rds_menu__drop-btn:visited svg path,.rds_menu__drop-btn:active svg path,.rds_menu__drop-btn:hover svg path{stroke:#6a7177}.rds_menu__drop-btn--active:link,.rds_menu__drop-btn--active:visited,.rds_menu__drop-btn--active:active,.rds_menu__drop-btn--active:hover{color:#ff8200}.rds_menu__drop-btn--active:link svg path,.rds_menu__drop-btn--active:visited svg path,.rds_menu__drop-btn--active:active svg path,.rds_menu__drop-btn--active:hover svg path{stroke:#ff8200}}.rds_menu__drop{position:absolute;top:100%;margin-top:10px;right:0;min-width:216px;z-index:10;display:none;color:#6a7177;background:#fff;border-radius:16px;padding:12px 24px;box-shadow:0 2px 5px #ababab1a,0 9px 9px #ababab17,0 19px 12px #ababab0d,0 35px 14px #ababab03,0 54px 15px #ababab00}.rds_menu__drop.open{display:block}.rds_menu__drop-item{margin:0;padding:8px 0;cursor:pointer;color:#1d252d;text-decoration:none;display:flex;font-size:14px;line-height:20px;align-items:center;justify-content:flex-start}.rds_menu__drop-item,.rds_menu__drop-item:link,.rds_menu__drop-item:visited,.rds_menu__drop-item:active,.rds_menu__drop-item:hover{color:#1d252d}.rds_menu__drop-item svg,.rds_menu__drop-item:link svg,.rds_menu__drop-item:visited svg,.rds_menu__drop-item:active svg,.rds_menu__drop-item:hover svg{margin-right:12px}.rds_menu__drop-item svg path,.rds_menu__drop-item:link svg path,.rds_menu__drop-item:visited svg path,.rds_menu__drop-item:active svg path,.rds_menu__drop-item:hover svg path{stroke:#6a7177}.rds_menu__drop-item--active,.rds_menu__drop-item--active:link,.rds_menu__drop-item--active:visited,.rds_menu__drop-item--active:active,.rds_menu__drop-item--active:hover{color:#ff8200}.rds_menu__drop-item--active svg path,.rds_menu__drop-item--active:link svg path,.rds_menu__drop-item--active:visited svg path,.rds_menu__drop-item--active:active svg path,.rds_menu__drop-item--active:hover svg path{stroke:#ff8200}.rds_menu__drop-item:hover{color:#e57500}.rds_menu__drop-item:hover svg path{stroke:#e57500}div.rds_menu__drop-item{border-bottom:1px solid #E1E1E1;margin-bottom:12px}div.rds_menu__drop-item:hover{color:#1d252d;cursor:auto}@media (max-width: 959px){div.rds_menu__drop-item{border:1px solid #ECECEC;background:#fff;border-radius:12px;margin:12px 16px;padding:24px 20px}}.rds_menu__drop-item:last-child{margin-top:16px;border-top:1px solid #E1E1E1}@media (max-width: 959px){.rds_menu__drop-item:last-child{margin-top:0;border-top:none;border-bottom:none}}@media (max-width: 959px){.rds_menu__drop-item{padding:24px 16px;border-bottom:1px solid #E1E1E1}}.rds_menu__drop-name{font-size:16px;line-height:20px}@media (max-width: 959px){.rds_menu__drop{border-radius:0;position:fixed;z-index:100;margin:0;inset:0;max-width:none;padding:0;background:#fafafa}}.rds_menu__drop-head{text-align:center;position:relative;margin-bottom:12px;background:#fff;font-size:16px;font-weight:800;color:#1d252d;display:none;height:48px;line-height:48px}@media (max-width: 959px){.rds_menu__drop-head{display:block}}.rds_menu__drop-back{width:32px;height:32px;align-items:center;justify-content:center;background:#f5f5f5;border-radius:50%;position:absolute;display:flex;top:8px;left:16px}.rds_menu__drop-nav-icon{display:none;margin-left:auto}@media (max-width: 959px){.rds_menu__drop-nav-icon{display:block}}.rds_menu__basket-count{height:16px;width:16px;display:flex;align-items:center;justify-content:center;font-weight:500;font-size:9px;line-height:9px;color:#fff;background:#5f259f;border-radius:6px;position:absolute;top:-4px;left:32px}@media (max-width: 959px){.rds_mobile-menu{position:fixed;bottom:0;left:0;right:0;display:block;z-index:101}}.rds_catalog-menu{background-color:#fafafa;padding:0;box-shadow:0 2px 5px #ababab1a,0 9px 9px #ababab17,0 19px 12px #ababab0d,0 35px 14px #ababab03,0 54px 15px 0 transparent;border:1px solid #E1E1E1;border-radius:24px;width:calc(100% - 24px);max-width:1342px;margin:0 auto;position:relative}@media (max-width: 959px){.rds_catalog-menu{border-radius:0;overflow:hidden;list-style:none;background:#fff;position:relative;border:none;padding:8px 8px 60px;height:100vh;width:100%}}@media (max-width: 959px){.rds_catalog-menu{padding-bottom:40px}}.rds_catalog-menu__section{width:100%;height:-moz-fit-content;height:fit-content;position:absolute;top:96px;opacity:0;transition:all .3s ease;pointer-events:none;z-index:3}@media (max-width: 1200px){.rds_catalog-menu__section{top:116px}}@media (max-width: 959px){.rds_catalog-menu__section{position:fixed;left:0;top:0;background-color:#fff;z-index:100}}.rds_catalog-menu__section--active{opacity:1;pointer-events:auto}.rds_catalog-menu__title{padding:20px 0}.rds_catalog-menu__catalog{position:relative;margin-top:80px;background-color:#fff;border:1px solid #E1E1E1;border-radius:24px;height:678px;box-shadow:0 2px 5px #ababab1a,0 9px 9px #ababab17,0 19px 12px #ababab0d,0 35px 14px #ababab03,0 54px 15px 0 transparent}.rds_catalog-menu ul{list-style:none}.rds_catalog-menu a{text-decoration:none;color:#000;font-weight:500;line-height:120%;flex-grow:1;font-size:14px;transition:all .3s ease}.rds_catalog-menu>.rds_catalog-menu__items{background:#fff}.rds_catalog-menu__items{width:264px;padding:8px 0 16px;margin:0;height:50vh;overflow-y:auto}.rds_catalog-menu__items svg{width:100%;height:100%;color:#9ea6ac;min-width:24px;max-width:24px;max-height:24px}@media (max-width: 959px){.rds_catalog-menu__items{width:100%;height:calc(100% - 56px)}}.rds_catalog-menu__item--active .rds_catalog-menu__item-content{display:block}@media (max-width: 959px){.rds_catalog-menu__item--active .rds_catalog-menu__item-content{right:0}}.rds_catalog-menu__item--active>.rds_catalog-menu__item-link{color:#ff8200;border-color:#ff8200}.rds_catalog-menu__item--active>.rds_catalog-menu__item-link a,.rds_catalog-menu__item--active>.rds_catalog-menu__item-link svg{color:#ff8200}.rds_catalog-menu__item--active>.rds_catalog-menu__item-link a path,.rds_catalog-menu__item--active>.rds_catalog-menu__item-link svg path{stroke:#ff8200}.rds_catalog-menu__item-link,.rds_catalog-menu__items svg{display:flex;transition:all .3s ease}.rds_catalog-menu__item-link{border:none;border-left:2px solid transparent}.rds_catalog-menu__item-link a{align-items:center;gap:8px;padding:8px 16px;text-decoration:none;font-weight:500;transition:all .3s ease;display:flex}.rds_catalog-menu__item-link a--dedicated{padding:8px 16px}.rds_catalog-menu__item-link:hover,.rds_catalog-menu__item-link:active,.rds_catalog-menu__item-link--active{color:#ff8200;border-color:#ff8200}.rds_catalog-menu__item-link:hover a,.rds_catalog-menu__item-link:hover svg,.rds_catalog-menu__item-link:active a,.rds_catalog-menu__item-link:active svg,.rds_catalog-menu__item-link--active a,.rds_catalog-menu__item-link--active svg{color:#ff8200}.rds_catalog-menu__item-link:hover a path,.rds_catalog-menu__item-link:hover svg path,.rds_catalog-menu__item-link:active a path,.rds_catalog-menu__item-link:active svg path,.rds_catalog-menu__item-link--active a path,.rds_catalog-menu__item-link--active svg path{stroke:#ff8200}.rds_catalog-menu__arrow{display:flex;cursor:pointer;min-width:48px;max-width:48px;height:24px;padding:4px;justify-content:center;margin:auto 0}.rds_catalog-menu__arrow svg{min-width:16px;max-width:16px;height:16px;display:flex}.rds_catalog-menu__back{display:flex;cursor:pointer;align-items:center;gap:12px;width:100%;margin-bottom:20px;padding-left:18px}.rds_catalog-menu__back svg{background-color:#ff8200;border-radius:5px;padding:4px;width:100%;height:100%;min-width:24px;max-width:24px;max-height:24px;display:none;transform:rotate(180deg)}.rds_catalog-menu__back svg path{stroke:#fff}@media (max-width: 959px){.rds_catalog-menu__back svg{display:block}}.rds_catalog-menu__back span{font-weight:700;font-size:20px;line-height:1.2;color:#1d252d}.rds_catalog-menu__back--top{text-align:center;position:relative;padding-top:4px;display:none}@media (max-width: 959px){.rds_catalog-menu__back--top{display:block}}.rds_catalog-menu__back--top span{font-weight:800;font-size:16px;text-align:center}.rds_catalog-menu__back--top svg{background-color:transparent;padding:0;cursor:pointer;transform:rotate(0);position:absolute;top:0;bottom:0}.rds_catalog-menu__back--top svg path{fill:#9ea6ac;stroke:initial}.rds_catalog-menu__top-arrow{background-color:transparent;color:#9ea6ac;padding:0;cursor:pointer;position:absolute;left:16px}.rds_catalog-menu__link{display:flex;align-items:center;gap:10px}.rds_catalog-menu__link-img{max-width:32px}.rds_catalog-menu__item-content{position:absolute;right:0;display:none;transition:all .3s ease;top:0;width:calc(100% - 264px);height:50vh;background-color:transparent;animation:.3s linear 0ms 1 normal forwards running showBlock;padding:20px 16px 24px}.rds_catalog-menu__item-content .rds_catalog-menu__item-link{border-color:transparent}@media (max-width: 959px){.rds_catalog-menu__item-content{background-color:#fff;width:100%;right:-100%;display:block;padding:8px;height:100%}}.rds_catalog-menu__wrapper{max-height:calc(100% - 48px);height:100%}.rds_catalog-menu__wrapper .rds_catalog-menu__items{height:100%;width:100%;-moz-column-count:3;column-count:3;gap:16px;-moz-column-fill:auto;column-fill:auto}@media (max-width: 1200px){.rds_catalog-menu__wrapper .rds_catalog-menu__items{-moz-column-count:2;column-count:2}}@media (max-width: 959px){.rds_catalog-menu__wrapper .rds_catalog-menu__items{-moz-column-count:1;column-count:1}}.rds_cardDetail{position:relative}.rds_cardDetail__top{display:flex;align-items:start;justify-content:space-between;position:relative;margin-bottom:40px;flex-wrap:wrap}.rds_cardDetail__left{width:calc(50% - 32px);top:0;left:0;position:sticky}@media (max-width: 1400px){.rds_cardDetail__left{width:calc(40% - 16px)}}@media (max-width: 959px){.rds_cardDetail__left{width:100%;margin:0 0 12px;position:relative;top:0!important}}.rds_cardDetail__right{width:calc(50% - 32px)}.rds_cardDetail__right-nav{display:flex;align-items:center;justify-content:center}@media (max-width: 959px){.rds_cardDetail__right-nav{justify-content:start}.rds_cardDetail__right-nav .rds_cardDetail__select{display:none}}@media (max-width: 1400px){.rds_cardDetail__right{width:calc(60% - 16px)}}@media (max-width: 959px){.rds_cardDetail__right{width:100%;margin:0}}.rds_cardDetail__slider{background:url(/local/templates/franchise/css/./img_product-59x6ZEgP.svg) center center contain;width:calc(100% - 106px);margin:0;position:absolute;top:0;bottom:0;right:0}@media (max-width: 959px){.rds_cardDetail__slider{width:100%;padding-bottom:4px}}.rds_cardDetail__slider-wrapper{padding:0;box-sizing:border-box}@media (max-width: 959px){.rds_cardDetail__slider-wrapper{padding-bottom:12px}}.rds_cardDetail__slider-block{position:relative;padding-top:calc(100% - 106px)}@media (max-width: 959px){.rds_cardDetail__slider-block{padding-top:min(100% - 90px - 16px,50vh)}}.rds_cardDetail__slider-nav{position:absolute;top:0;left:0;width:90px;margin:20px 0;bottom:0}@media (max-width: 959px){.rds_cardDetail__slider-nav{display:none}}.rds_cardDetail__slider-nav .rds_cardDetail__slider-item{border-radius:8px;border:2px solid transparent}.rds_cardDetail__slider-nav .rds_cardDetail__slider-item.swiper-slide-thumb-active{border-color:#ff8200}.rds_cardDetail__slider-item{display:flex;align-items:center;justify-content:center;cursor:pointer}.rds_cardDetail__slider-item img{max-width:100%;max-height:100%}.rds_cardDetail__slider-next,.rds_cardDetail__slider-prev{display:flex;align-items:center;justify-content:center;height:40px;width:40px;margin:0;position:absolute;box-shadow:0 0 20px #0000000a,0 4px 20px #0000000a;border-radius:50%;background-color:#fff;left:25px;z-index:3;cursor:pointer}@media (max-width: 1200px){.rds_cardDetail__slider-next,.rds_cardDetail__slider-prev{display:none}}.rds_cardDetail__slider-next{bottom:0;transform:rotate(180deg)}.rds_cardDetail__slider-prev{top:0}.rds_cardDetail__slider>.rds_cardDetail__slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{display:none;align-items:center;justify-content:stretch;top:100%;left:0;width:100%;bottom:auto}.rds_cardDetail__slider>.rds_cardDetail__slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet{width:100%;height:4px;border-radius:9px;opacity:1;background:#e1e1e1;margin:0 1px}.rds_cardDetail__slider>.rds_cardDetail__slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff8200}@media (max-width: 959px){.rds_cardDetail__slider>.rds_cardDetail__slider-pagination.swiper-pagination-bullets.swiper-pagination-horizontal{display:flex}}.rds_cardDetail__article{font-size:16px;line-height:22px;color:#6a7177;margin-right:8px;display:flex;align-items:center;justify-content:center;cursor:pointer}@media (max-width: 1200px){.rds_cardDetail__article{line-height:16px}}.rds_cardDetail__article svg{width:16px;margin-left:4px}.rds_cardDetail__select{display:flex;align-items:center;justify-content:center;margin-left:auto}.rds_cardDetail__select-btn{margin-left:4px}.rds_cardDetail__title{font-size:48px;line-height:58px;font-weight:900;margin-bottom:40px;color:#1d252d}@media (max-width: 1400px){.rds_cardDetail__title{margin-top:8px;font-size:32px;line-height:40px}}@media (max-width: 1200px){.rds_cardDetail__title{margin-bottom:28px;font-size:24px;line-height:30px;font-weight:700}}.rds_cardDetail__parent{display:flex;align-items:center;justify-content:flex-start;margin-bottom:20px}.rds_cardDetail__parent-item{border:1px solid transparent;text-decoration:none;background:#5f259f1a;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:12px;padding:12px 16px;margin-right:16px}.rds_cardDetail__parent-item:hover{background-color:#5f259f26}@media (max-width: 959px){.rds_cardDetail__parent-item{margin-right:12px;padding:8px 12px}}.rds_cardDetail__parent-title{color:#60259f;text-transform:uppercase;font-size:14px;line-height:20px;font-weight:700}@media (max-width: 959px){.rds_cardDetail__parent-title{font-size:12px;line-height:16px}}.rds_cardDetail__parent-text{color:#49535d;font-size:12px;line-height:16px}.rds_cardDetail__variants{display:flex;align-items:center;justify-content:flex-start;flex-wrap:wrap;margin-bottom:40px}.rds_cardDetail__variants-head{width:100%;margin-bottom:8px;font-size:14px;line-height:20px;font-weight:700;color:#9ea6ac}@media (max-width: 1200px){.rds_cardDetail__variants-head{display:none}}.rds_cardDetail__variants-item{border:1px solid transparent;text-decoration:none;background:#f2f1fb;display:flex;align-items:center;justify-content:center;flex-direction:column;border-radius:12px;padding:12px 16px;margin-right:16px}.rds_cardDetail__variants-item:hover,.rds_cardDetail__variants-item--active,.rds_cardDetail__variants-item[data-selected=true]{border-color:#5f259f}@media (max-width: 959px){.rds_cardDetail__variants-item{margin-right:12px;padding:8px 12px}}.rds_cardDetail__variants-title{color:#787e84;text-transform:uppercase;font-size:14px;line-height:20px;font-weight:700}@media (max-width: 959px){.rds_cardDetail__variants-title{font-size:12px;line-height:16px}}.rds_cardDetail__variants-text{color:#49535d;font-size:12px;line-height:16px}@media (max-width: 959px){.rds_cardDetail__variants-text{font-size:10px}}.rds_cardDetail__about{width:100%;font-size:16px;font-weight:400;line-height:20px;color:#1d252d}.rds_cardDetail__about-title{font-size:32px;font-weight:700;margin-bottom:24px}.rds_cardDetail__about-name{font-size:20px;font-weight:800;margin-bottom:8px}.rds_cardDetail__about-text{font-weight:400;font-size:14px}.rds_cardDetail__about-text,.rds_cardDetail__about-kbju{margin-bottom:24px}.rds_cardDetail__about-listitem{display:flex;align-items:flex-start;justify-content:space-between;padding:8px 0;border-bottom:1px solid #F5F5F5;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid}.rds_cardDetail__about-listname{color:#9ea6ac;width:150px}.rds_cardDetail__about-listText{font-weight:400;display:flex;align-items:center;justify-content:flex-end;page-break-inside:avoid;-moz-column-break-inside:avoid;break-inside:avoid;font-size:14px;width:calc(100% - 170px)}.rds_cardDetail__about-listText[data-action]{color:#ff8200;cursor:pointer;font-weight:700}.rds_cardDetail__about-listText[data-action] svg{margin-left:8px}.rds_cardDetail__about-listText[data-action] svg path{stroke:#ff8200}.rds_cardDetail__about-listText[data-action]:hover{color:#e57500}.rds_cardDetail__about-listText[data-action]:hover svg path{stroke:#e57500}.rds_cardDetail__about-list{-moz-column-count:2;column-count:2;margin-bottom:32px;-moz-column-gap:48px;column-gap:48px}@media (max-width: 959px){.rds_cardDetail__about-list{-moz-column-count:1;column-count:1}}.rds_cardDetail__about-kbju{border:1px solid #ECECEC;border-radius:24px;padding:16px 32px;display:flex;align-items:center;justify-content:space-between;-moz-text-align-last:left;text-align-last:left}.rds_cardDetail__about-kbju span{font-size:16px;font-weight:700;color:#1d252d;line-height:24px;display:block}.rds_cardDetail__about-kbju span+span{font-size:12px;font-weight:600;color:#9ea6ac;line-height:16px}.rds_cardDetail__tab{display:block;animation:.3s linear 0ms 1 normal forwards running showBlock}.rds_cardDetail__tab:first-child{width:calc(33.3333333333% - 24px);padding-right:24px}@media (max-width: 959px){.rds_cardDetail__tab:first-child{width:100%;padding:0}}.rds_cardDetail__tab:last-child{width:calc(66.6666666667% + 24px);padding-left:24px}@media (max-width: 959px){.rds_cardDetail__tab:last-child{width:100%;padding:0}}@media (max-width: 959px){.rds_cardDetail__tab:not([data-selected=true]){display:none}}.rds_cardDetail__tab-nav{display:none;max-width:400px;align-items:stretch;justify-content:stretch;background:#f5f5f5;border-radius:24px;height:36px;position:relative;margin-bottom:20px}@media (max-width: 959px){.rds_cardDetail__tab-nav{display:flex}}.rds_cardDetail__tab-nav-slide{box-shadow:0 2px 4.3px #615c572b;background:#fff;z-index:1;position:absolute;top:0;border-radius:24px;transition:all .3s ease;bottom:0}.rds_cardDetail__tab-item{cursor:pointer;width:100%;text-align:center;font-size:14px;font-weight:500;color:#9ea6ac;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s ease}.rds_cardDetail__tab-item[data-selected=true]{color:#ff8200;font-weight:700}.rds_cardDetail__tab-content{display:flex;align-items:start;justify-content:flex-start}.rds_cardDetail__head{display:none;position:fixed;z-index:99;left:0;right:0;padding:4px 16px;background:#fff;top:0}@media (max-width: 959px){.rds_cardDetail__head{display:flex}}.rds_badge{border-radius:24px;font-size:16px;line-height:22px;padding:0 8px;text-transform:uppercase;background:#91c41a;color:#1d252d;font-weight:600;width:-moz-fit-content;width:fit-content;position:relative}.rds_badge--yellow{background:#fedd00;color:#5f259f}.rds_badge--violet{background:#5f259f;color:#fff}.rds_badge--many{color:#fff}.rds_badge--few{background:#fedd00}.rds_badge--none{background:#a3a7aa;color:#fff}.rds_badge__column{position:absolute;top:8px;pointer-events:none;right:8px;z-index:3}.rds_badge__column .rds_badge{margin-top:8px}@media (max-width: 1200px){.rds_badge{font-size:14px;line-height:16px;padding:0 6px}}@media (max-width: 959px){.rds_badge{font-size:10px}}.rds_badge_icon{height:16px;width:16px;font-size:0;line-height:0;margin:0 4px 4px 0}.rds_cd_basket-mobile__button,.rds_cd_basket-desk__count-button,.rds_cd_basket-desk__button{padding:8px;width:224px;border:solid 1px transparent;text-align:center;line-height:38px;font-size:18px;font-weight:700;color:#fff;margin-left:auto;display:flex;align-items:center;justify-content:center;box-shadow:none;outline:none;background:#5f259f;border-radius:80px;transition:all .3s ease;cursor:pointer}@media (max-width: 1200px){.rds_cd_basket-mobile__button,.rds_cd_basket-desk__count-button,.rds_cd_basket-desk__button{font-size:14px;padding-top:0;padding-bottom:0;width:144px}}.rds_cd_basket-mobile__button svg,.rds_cd_basket-desk__count-button svg,.rds_cd_basket-desk__button svg{height:32px;width:auto;padding:0;vertical-align:top;line-height:0}@media (max-width: 1200px){.rds_cd_basket-mobile__button svg,.rds_cd_basket-desk__count-button svg,.rds_cd_basket-desk__button svg{height:24px}}.rds_cd_basket-mobile__button:hover,.rds_cd_basket-desk__count-button:hover,.rds_cd_basket-desk__button:hover{background:#350669;color:#fff}.rds_cd_basket-mobile__button:hover svg path,.rds_cd_basket-desk__count-button:hover svg path,.rds_cd_basket-desk__button:hover svg path{fill:#fff}.rds_cd_basket-mobile__button:disabled,.rds_cd_basket-desk__count-button:disabled,.rds_cd_basket-desk__button:disabled{cursor:none;pointer-events:none;background:#e1e1e1;color:#9ea6ac}.rds_cd_basket-desk{background:#fff;padding:32px;box-shadow:0 0 20px #00000008,0 4px 20px #00000008;display:flex;align-items:flex-end;justify-content:space-between;flex-wrap:wrap;border-radius:16px}.rds_cd_basket-desk__left{width:calc(100% - 265px);display:flex;align-items:flex-end;justify-content:flex-start;flex-wrap:wrap}@media (max-width: 1200px){.rds_cd_basket-desk__left{width:calc(100% - 193px)}}.rds_cd_basket-desk__right{display:flex;align-items:flex-end;justify-content:flex-end}.rds_cd_basket-desk__button--refresh{background:#fff;color:#5f259f;border-color:#5f259f}.rds_cd_basket-desk__button--refresh svg{margin-right:4px}.rds_cd_basket-desk__button--refresh svg path{fill:#5f259f}.rds_cd_basket-desk__button--return{background:#e1e1e1;color:#1d252d;background-size:200%;background-image:linear-gradient(to right,#B5B8BB 0%,#B5B8BB 50%,transparent 50%,transparent 100%);animation:slide-background 5s linear forwards}@media (max-width: 1400px){.rds_cd_basket-desk{padding:24px}}@media (max-width: 959px){.rds_cd_basket-desk{display:none}}.rds_cd_basket-desk__plmin{display:flex;align-items:center;justify-content:center}.rds_cd_basket-desk .rds_cd_basket-desk__clear{padding:12px 4px}@media (max-width: 1200px){.rds_cd_basket-desk .rds_cd_basket-desk__clear{padding:8px}}.rds_cd_basket-desk .rds_cd_basket-desk__clear svg{height:32px;line-height:0;vertical-align:top}@media (max-width: 1200px){.rds_cd_basket-desk .rds_cd_basket-desk__clear svg{height:24px}}.rds_cd_basket-desk__count{display:flex;align-items:start;justify-content:center}.rds_cd_basket-desk__count-button svg path{fill:#fff}.rds_cd_basket-desk__count-button-side{display:flex;flex-direction:column;align-items:center;justify-content:start}.rds_cd_basket-desk__count button{background:none;border:none;outline:none;cursor:pointer;margin:0;padding:0}.rds_cd_basket-desk__count .rds_cd_basket__link{margin-bottom:-20px;margin-top:4px}.rds_cd_basket-desk__input{border:none;outline:none;background:none;padding:0 8px;margin:0;caret-color:#fff;text-align:center;line-height:38px;font-size:18px;font-weight:700;color:#fff;width:calc(100% - 80px);min-width:0}@media (max-width: 1200px){.rds_cd_basket-desk__input{width:calc(100% - 56px);padding:0 4px}}.rds_cd_basket-desk__old-price{position:relative;width:-moz-fit-content;width:fit-content;color:#6a7177;font-size:16px;font-weight:700;line-height:22px;margin-left:auto}.rds_cd_basket-desk__old-price svg{position:absolute;width:100%;height:100%;top:0;left:0}.rds_cd_basket-desk__new-price{color:#1d252d;font-size:40px;line-height:40px;vertical-align:text-bottom;font-weight:800;color:#5f259f}.rds_cd_basket-desk__new-price span{font-size:24px}.rds_cd_basket-desk__per-piece{color:#6a7177;font-weight:500;line-height:40px;font-size:12px;line-height:28px;margin-left:8px}.rds_cd_basket__link{text-decoration:none;font-size:14px;line-height:20px;display:flex;align-items:center}.rds_cd_basket__link,.rds_cd_basket__link:link,.rds_cd_basket__link:active,.rds_cd_basket__link:visited{color:#ff8200}.rds_cd_basket__link svg,.rds_cd_basket__link:link svg,.rds_cd_basket__link:active svg,.rds_cd_basket__link:visited svg{height:12px;width:auto;margin-left:8px;transform:rotate(180deg)}.rds_cd_basket__link svg path,.rds_cd_basket__link:link svg path,.rds_cd_basket__link:active svg path,.rds_cd_basket__link:visited svg path{stroke:#ff8200}.rds_cd_basket__link:hover{color:#e57500}.rds_cd_basket__link:hover svg{transform:rotate(180deg)}.rds_cd_basket__link:hover svg path{stroke:#e57500}.rds_cd_basket__more{margin-top:48px}@media (max-width: 1200px){.rds_cd_basket__more{margin-top:32px}}.rds_cd_basket-mobile{display:none;position:fixed;bottom:60px;background:#fff;box-shadow:0 0 20px #00000008,0 4px 20px #00000008;border-radius:24px 24px 0 0;left:0;right:0;padding:12px 16px;align-items:flex-end;justify-content:flex-start;z-index:99;height:64px}@media (max-width: 410px){.rds_cd_basket-mobile{bottom:40px}}@media (max-width: 959px){.rds_cd_basket-mobile{display:flex}}.rds_cd_basket-mobile__price{display:flex;align-items:flex-end;justify-content:flex-start;width:calc(100% - 192px)}.rds_cd_basket-mobile__old-price{position:relative;width:-moz-fit-content;width:fit-content;color:#6a7177;font-size:8px;font-weight:500;line-height:10px;margin-left:auto}.rds_cd_basket-mobile__old-price svg{position:absolute;width:100%;height:100%;top:0;left:0}.rds_cd_basket-mobile__new-price{color:#1d252d;font-size:20px;line-height:20px;vertical-align:text-bottom;font-weight:800;color:#5f259f}.rds_cd_basket-mobile__new-price span{font-size:14px}.rds_cd_basket-mobile__per-piece{color:#6a7177;font-weight:500;font-size:10px;line-height:18px;margin-left:8px}.rds_cd_basket-mobile__button--refresh{background:#fff;color:#5f259f;border-color:#5f259f}.rds_cd_basket-mobile__button--refresh svg{margin-right:4px}.rds_cd_basket-mobile__button--refresh svg path{fill:#5f259f}.rds_cd_basket-mobile__button--return{background:#e1e1e1;color:#1d252d;background-size:200%;background-image:linear-gradient(to right,#B5B8BB 0%,#B5B8BB 50%,transparent 50%,transparent 100%);animation:slide-background 5s linear forwards}.rds_cd_basket-mobile__input{border:none;outline:none;background:none;margin:0;caret-color:#5f259f;text-align:center;line-height:38px;font-size:18px;font-weight:700;color:#5f259f;width:80px;min-width:0;padding:0 4px}.rds_cd_basket-mobile__count{position:absolute;inset:0;display:flex;align-items:center;justify-content:space-between;background:#fff;margin:12px 16px;padding:8px 24px;border:1px solid #5F259F;border-radius:24px}.rds_cd_basket-mobile__count-button{display:flex;align-items:center;justify-content:center}.rds_cd_basket-mobile__count-button svg path{fill:#5f259f}.rds_cd_basket-mobile__count-button-side{display:flex;flex-direction:column;align-items:center;justify-content:start}.rds_cd_basket-mobile__count button{background:none;border:none;outline:none;cursor:pointer;margin:0;padding:0}.rds_cd_basket-mobile__count .rds_cd_basket__link{margin-bottom:-20px}.rds_cd_basket-mobile__new-price-in-btn{color:#5f259f;font-size:18px;line-height:18px;font-weight:800}.rds_cd_basket-mobile__new-price-in-btn span{font-size:10px}.rds_cd_basket-mobile__per-piece-in-btn{font-size:10px;line-height:10px;font-weight:800;color:#6a7177}.authorization{display:flex;align-items:stretch;justify-content:center;min-height:100vh;text-align:center}.authorization__left{width:50%;max-width:496px;background:bottom center no-repeat #350669;background-image:url("data:image/svg+xml,%3csvg%20width='489'%20height='900'%20viewBox='0%200%20489%20900'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3264_354461)'%3e%3crect%20width='489'%20height='900'%20fill='%23350669'/%3e%3crect%20x='-188'%20y='854.217'%20width='598.292'%20height='598.292'%20rx='79'%20transform='rotate(-24.0127%20-188%20854.217)'%20fill='white'%20fill-opacity='0.1'/%3e%3cpath%20d='M-137.737%201022.1C-155.492%20982.248%20-137.576%20935.546%20-97.7218%20917.791L258.221%20759.221C298.076%20741.466%20344.778%20759.381%20362.533%20799.236L521.103%201155.18C538.858%201195.03%20520.943%201241.74%20481.088%201259.49L125.145%201418.06C85.2906%201435.82%2038.5889%201417.9%2020.834%201378.05L-137.737%201022.1Z'%20fill='white'%20fill-opacity='0.1'/%3e%3crect%20x='-166.107'%20y='745.468'%20width='598.292'%20height='598.292'%20rx='79'%20transform='rotate(-24.0127%20-166.107%20745.468)'%20fill='white'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3264_354461'%3e%3crect%20width='489'%20height='900'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e");background-size:cover;padding:48px}@media (max-width: 959px){.authorization__left{width:100%;position:absolute;inset:0;z-index:2;max-width:none;pointer-events:none;display:none}}@media (max-width: 410px){.authorization__left{background-image:url("data:image/svg+xml,%3csvg%20width='360'%20height='850'%20viewBox='0%200%20360%20850'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cg%20clip-path='url(%23clip0_3264_354483)'%3e%3crect%20width='360'%20height='850'%20fill='%23350669'/%3e%3crect%20x='-285'%20y='768.217'%20width='598.292'%20height='598.292'%20rx='79'%20transform='rotate(-24.0127%20-285%20768.217)'%20fill='white'%20fill-opacity='0.1'/%3e%3crect%20x='-263.107'%20y='659.468'%20width='598.292'%20height='598.292'%20rx='79'%20transform='rotate(-24.0127%20-263.107%20659.468)'%20fill='white'%20fill-opacity='0.1'/%3e%3cpath%20d='M-234.737%20936.103C-252.492%20896.248%20-234.576%20849.547%20-194.722%20831.792L161.221%20673.221C201.076%20655.466%20247.778%20673.382%20265.533%20713.236L424.103%201069.18C441.858%201109.03%20423.943%201155.74%20384.088%201173.49L28.1451%201332.06C-11.7094%201349.82%20-58.4111%201331.9%20-76.166%201292.05L-234.737%20936.103Z'%20fill='white'%20fill-opacity='0.1'/%3e%3c/g%3e%3cdefs%3e%3cclipPath%20id='clip0_3264_354483'%3e%3crect%20width='360'%20height='850'%20fill='white'/%3e%3c/clipPath%3e%3c/defs%3e%3c/svg%3e")}}.authorization__right{width:50%;position:relative;min-width:calc(100% - 496px);display:flex;align-items:center;flex-direction:column;padding:24px 16px}@media (max-width: 959px){.authorization__right{width:100%}}.authorization__title{font-size:46px;line-height:52px;font-weight:800;color:#fff;margin-bottom:24px;text-align:left;text-transform:uppercase}.authorization__badges{margin:-4px}.authorization__badges:after{content:" ";height:0;display:block;clear:both}.authorization__badge{float:left;margin:4px;background:#fff3;color:#fff;font-size:16px;line-height:24px;padding:8px 16px;border-radius:24px}.authorization__center{margin:auto;max-width:400px;width:100%}.authorization__logo{text-align:center;margin:0 auto 60px;max-width:160px}.authorization__bottom{padding:24px 0}@media (max-width: 959px){.authorization__bottom{padding:0}}.authorization__ur{font-size:12px;font-weight:700;line-height:16px;color:#787e84;margin-bottom:8px}.authorization__adress{font-weight:400;font-size:12px;line-height:16px;color:#787e84}.authorization__mail{font-size:12px;font-weight:700;line-height:16px;text-decoration:none}.authorization__mail,.authorization__mail:link,.authorization__mail:visited,.authorization__mail:active{color:#ff8200}.authorization__mail:hover{color:#e57500}.authorization__checkbox input{height:20px;width:20px}.authorization__radio-wrap{display:flex;justify-content:start}.authorization__label{color:#6a7177;font-size:14px;line-height:20px;margin-bottom:4px;padding:0 8px}.authorization__label[required]:after{content:"*";color:#e64646;padding-left:4px}.authorization__line{display:flex;gap:12px}.authorization__line .authorization__block{width:50%}.authorization__block{width:100%;margin-bottom:12px}.authorization__link{font-size:14px;font-weight:400;line-height:20px;text-decoration:none;cursor:pointer}.authorization__link,.authorization__link:link,.authorization__link:visited,.authorization__link:active{color:#ff8200}.authorization__link:hover{color:#e57500}.authorization__button{background:#ff8200;font-size:16px;line-height:16px;padding:16px;width:100%;color:#fff;font-weight:700;border:none;border-radius:24px;margin-bottom:12px;margin-top:24px;cursor:pointer}.authorization__button:hover{background:#e57500}.authorization__button:disabled{background:#f5f5f5;color:#9ea6ac;cursor:auto}.authorization__input+.authorization__error{margin-top:-12px}.authorization__captcha{margin-bottom:16px}.authorization__captcha img{width:auto;margin:auto}.authorization__error{color:#e64646;font-size:12px;-moz-text-align-last:left;text-align-last:left;line-height:16px}.authorization__form-title{padding-bottom:24px;color:#1d252d;font-weight:700;font-size:32px;line-height:40px;position:sticky;top:0;background:#fff;z-index:1}@media (max-width: 959px){.authorization__form-title{font-size:24px;line-height:32px;padding-bottom:16px}}.authorization__links{display:flex;align-items:center;justify-content:center}.authorization__links .authorization__link{font-size:14px;font-weight:500}.authorization__links-gap{margin:0 12px;border-left:1px solid #B5B8BB;width:0;height:10px}.authorization__text{margin:24px;font-size:20px;line-height:20px;color:#1d252d}.authorization__form--registration{max-width:100%;width:560px}.authorization__success{max-width:100%;width:560px;text-align:center;color:#1d252d;font-size:20px}.authorization__success-icon{margin-bottom:16px}.authorization__success-icon svg{width:60px;height:auto}.authorization__success-title{margin-bottom:16px;font-weight:700;line-height:24px}.authorization__success-text{font-weight:400;line-height:28px}.authorization__success-text p{margin:0;padding:0}.rds_modal{position:fixed;top:0;left:0;height:100vh;width:100vw;max-height:100vh;max-width:100vw;align-items:center;justify-content:center;padding:24px;margin:0;display:none;animation:hideBlock .5s;background:transparent;border:none}.rds_modal[open]{animation:showBlock .5s;display:flex}@media (max-width: 959px){.rds_modal{padding:0}}.rds_modal::backdrop{background:#1d252dcc}.rds_modal__dialog{padding:40px 24px;background:#fff;border-radius:24px;position:relative}@media (max-width: 959px){.rds_modal__dialog{padding:24px 8px}}.rds_modal__content{max-width:calc(100vw - 96px);max-height:calc(100vh - 128px);overflow:auto;padding:0 16px}.rds_modal__content::-webkit-scrollbar{width:4px}@media (max-width: 959px){.rds_modal__content{max-width:calc(100vw - 64px);max-height:calc(100vh - 96px);padding:0 8px}}.rds_modal__close{position:absolute;top:16px;right:16px;cursor:pointer}@media (max-width: 959px){.rds_modal__close{top:8px;right:8px}}.rds_catalog{position:relative;display:flex;align-items:start;justify-content:space-between}.rds_catalog__filter-side{width:320px;position:sticky;top:0;left:0;overflow:auto}@media (max-width: 959px){.rds_catalog__filter-side{position:static;width:0}}.rds_catalog__list-side{width:calc(100% - 344px)}@media (max-width: 959px){.rds_catalog__list-side{width:100%}}@media (max-width: 959px){.rds_filter{width:100%;height:100vh;opacity:0;display:none;transition:all .3s ease;pointer-events:none;padding:8px 8px 40px;position:fixed;left:0;top:0;background-color:#fff;z-index:100;min-height:100%}}.rds_filter--active{opacity:1;pointer-events:auto;display:block}.rds_filter__back{display:none;position:relative;padding-top:4px;margin-bottom:20px;padding-left:20px;font-weight:800;font-size:16px;text-align:center;color:#1d252d}.rds_filter__back svg{background-color:transparent;padding:0;cursor:pointer;position:absolute;top:0;display:block;bottom:0}@media (max-width: 959px){.rds_filter__back{display:block}}.rds_filter__back-icon{height:24px}.rds_filter__back-link{display:block;position:absolute;right:8px;bottom:0;text-decoration:none;font-size:16px;font-weight:500;margin-left:auto}.rds_filter__back-link,.rds_filter__back-link:link,.rds_filter__back-link:active,.rds_filter__back-link:visited{color:#ff8200}.rds_filter__back-link:hover{color:#e57500}.rds_filter__block{padding:12px}.rds_filter__name{font-size:16px;line-height:24px;color:#1d252d;font-weight:700;padding-bottom:16px;padding-right:20px;cursor:pointer;position:relative;display:flex;align-items:center;justify-content:flex-start}.rds_filter__name.open svg{transform:rotate(0)}.rds_filter__name svg{transform:rotate(180deg);transition:all .3s ease;margin-left:auto;position:absolute;top:8px;right:4px}.rds_filter__name-link{text-decoration:none;font-size:16px;font-weight:500;margin-left:auto}.rds_filter__name-link,.rds_filter__name-link:link,.rds_filter__name-link:active,.rds_filter__name-link:visited{color:#ff8200}.rds_filter__name-link:hover{color:#e57500}@media (max-width: 959px){.rds_filter__name-link{display:none}}.rds_filter__inner{display:block;overflow-y:auto;max-height:50vh;padding-right:10px;transition:all .3s ease}.rds_filter__inner[data-collapse=body]{max-height:0;overflow:hidden;animation:slideOutBlock .5s linear forwards}.rds_filter__inner.open[data-collapse=body]{animation:slideInBlock .5s linear forwards}.rds_filter__inner::-webkit-scrollbar{width:4px}.rds_filter__range{display:flex;justify-content:space-between;flex-wrap:wrap}.rds_filter__range-input{position:relative;width:calc(50% - 4px)}.rds_filter__range-input span{display:flex;align-items:center;justify-content:start;position:absolute;left:16px;top:0;bottom:0;font-size:14px;color:#6a7177;font-weight:500}.rds_filter__range-input input{padding:8px 16px 8px 40px}.rds_filter__range-slider{width:100%;position:relative;margin-top:28px;padding-bottom:16px}.rds_filter__range-slider-line{position:relative;z-index:2;pointer-events:none;height:4px;background:#ff8200;margin-top:-2px}.rds_filter__range-slider input{position:absolute;width:100%;height:4px;background:#e1e1e1;top:-4px;border-radius:4px;pointer-events:none;cursor:pointer;-webkit-appearance:none}.rds_filter__range-slider input+input{background:none}.rds_filter__range-slider input[type=range]::-webkit-slider-thumb{height:24px;width:24px;border-radius:50%;border:solid 4px #FF8200;background:#fff;pointer-events:auto;-webkit-appearance:none}.rds_filter__range-slider input::-webkit-outer-spin-button,.rds_filter__range-slider input::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.rds_filter__checkbox,.rds_filter__radio{margin-bottom:12px}.rds_filter__selected{display:flex;flex-wrap:wrap;margin:0 -4px}.rds_filter__selected-item{padding:8px 16px;background:#f5f5f5;border-radius:20px;color:#6a7177;line-height:20px;font-size:14px;font-weight:500;margin:4px;display:flex;align-items:center;justify-content:center}.rds_filter__selected-item span{line-height:0;margin-left:4px;cursor:pointer}.rds_filter__toggle{margin-left:8px}@media (max-width: 959px){.rds_filter__navigation-wrap{display:none}}.rds_filter__navigation-name{display:flex;align-items:center;justify-content:start;margin-bottom:8px;font-weight:700;text-decoration:none}.rds_filter__navigation-name svg{margin-right:8px;transform:rotate(180deg)}.rds_filter__navigation-name,.rds_filter__navigation-name:link,.rds_filter__navigation-name:active,.rds_filter__navigation-name:visited{color:#1d252d}.rds_filter__navigation-name:hover{color:#e57500}.rds_filter__navigation-body{padding-left:32px}.rds_filter__navigation-item{display:block;padding:8px 12px;font-size:16px;line-height:16px;text-decoration:none;font-weight:500}.rds_filter__navigation-item,.rds_filter__navigation-item:link,.rds_filter__navigation-item:active,.rds_filter__navigation-item:visited{color:#1d252d}.rds_filter__navigation-item:hover{color:#e57500}.rds_filter__navigation-item.active{color:#ff8200}@media (max-width: 959px){.rds_filter__filters{overflow-y:auto;height:calc(100% - 140px)}}.rds_filter__show{position:absolute;bottom:60px;left:0;right:0;display:none;padding:12px 16px 16px;box-shadow:0 0 20px #00000008,0 4px 20px #00000008}.rds_filter__show-btn{display:block;padding:16px;font-size:16px;width:100%;line-height:24px;text-decoration:none;font-weight:500;color:#fff;text-align:center;border-radius:28px}.rds_filter__show-btn,.rds_filter__show-btn:link,.rds_filter__show-btn:active,.rds_filter__show-btn:visited{background:#ff8200}.rds_filter__show-btn:hover{background:#e57500}@media (max-width: 959px){.rds_filter__show{display:block}}@media (max-width: 410px){.rds_filter__show{bottom:40px}}.rds_listing__head{display:flex;align-items:center;justify-content:center}@media (max-width: 959px){.rds_listing__head{flex-direction:column;padding:0 28px;position:relative}}.rds_listing__head-name{font-size:36px;line-height:40px;color:#1d252d;font-weight:700;word-break:break-all;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;max-width:calc(100% - 224px)}@media (max-width: 959px){.rds_listing__head-name{max-width:100%;font-size:16px;line-height:24px;font-weight:800}}.rds_listing__head-count{color:#6a7177;font-size:14px;font-weight:500;line-height:16px;margin-top:16px;margin-left:12px;vertical-align:middle}@media (max-width: 959px){.rds_listing__head-count{font-size:12px;line-height:20px;margin:0}}.rds_listing__buttons{margin-left:auto}@media (max-width: 959px){.rds_listing__buttons{width:100%;margin-top:16px}}.rds_listing__filters{display:none;position:absolute;right:0;top:0}@media (max-width: 959px){.rds_listing__filters{display:block}}.rds_listing__tab{display:block;width:100%;max-width:400px;margin:0 auto}.rds_listing__tab-nav{display:flex;max-width:400px;align-items:stretch;justify-content:stretch;height:40px;position:relative}.rds_listing__tab-nav-slide{box-shadow:0 2px 4.3px #615c572b;background:#fff;z-index:1;position:absolute;top:0;border-radius:24px;transition:all .3s ease;bottom:0;display:none}@media (max-width: 959px){.rds_listing__tab-nav-slide{display:block;height:36px}}@media (max-width: 959px){.rds_listing__tab-nav{height:36px;margin-bottom:20px;background:#f5f5f5;border-radius:24px}}.rds_listing__tab-item{cursor:pointer;text-align:center;font-size:14px;font-weight:500;color:#9ea6ac;position:relative;z-index:2;display:flex;align-items:center;justify-content:center;transition:all .3s ease;border:solid 1px transparent;height:40px;border-radius:8px;width:40px;margin:0 4px}@media (max-width: 959px){.rds_listing__tab-item{width:100%;border-radius:24px;border:none;height:36px;margin:0}}.rds_listing__tab-item svg path{fill:#787e84}.rds_listing__tab-item span{display:none}@media (max-width: 959px){.rds_listing__tab-item span{display:block}}.rds_listing__tab-item[data-selected=true]{color:#ff8200;border-color:#ff8200}.rds_listing__tab-item[data-selected=true] svg path{fill:#ff8200}.rds_listing__list{display:flex;flex-wrap:wrap;gap:32px;margin:16px 0;justify-content:stretch}.rds_listing__list-item{box-shadow:0 0 20px #0000000a,0 4px 20px #0000000a;background:#fff;border-radius:16px;width:calc(25% - 24px)}@media (max-width: 1400px){.rds_listing__list-item{width:calc(25% - 12px)}}@media (max-width: 1200px){.rds_listing__list-item{width:calc(33% - 12px)}}@media (max-width: 640px){.rds_listing__list-item{width:calc(50% - 12px)}}@media (max-width: 1400px){.rds_listing__list{gap:16px;margin:16px -8px}}.rds_listing__list.list .rds_listing__list-item{width:100%;border-bottom:1px solid #E1E1E1;border-radius:0;box-shadow:none}.rds_listing__more{font-size:16px;line-height:16px;padding:20px;cursor:pointer;display:block;color:#ff8200;background:#fff3e6;border-radius:32px;box-shadow:none;border:none;outline:none;text-decoration:none;text-align:center;font-weight:700}.rds_listing__more,.rds_listing__more:link,.rds_listing__more:active,.rds_listing__more:visited{color:#ff8200}.rds_listing__more:hover{color:#e57500;background:#ffe7cd}.rds_card{display:flex;flex-wrap:wrap;position:relative;padding:16px;background:#fff;border-radius:16px;width:100%}@media (max-width: 959px){.rds_card{padding:8px}}.rds_card__price{display:flex;align-items:flex-end;justify-content:space-between}.rds_card__select{display:flex;align-items:center;justify-content:center;margin-left:auto;position:absolute;top:16px;right:16px}@media (max-width: 959px){.rds_card__select{top:8px;right:8px}}.rds_card__select-btn{border-radius:50%;cursor:pointer;background:#f5f5f5;display:flex;align-items:center;justify-content:center;text-decoration:none;margin-left:4px;height:24px;width:24px}.rds_card__select-btn svg{height:16px;width:16px}.rds_card__select-btn svg path{stroke:#6a7177}.rds_card__select-btn:hover,.rds_card__select-btn--active{background:#ff8200}.rds_card__select-btn:hover svg path,.rds_card__select-btn--active svg path{stroke:#fff}.rds_card__old-price{position:relative;width:-moz-fit-content;width:fit-content;color:#6a7177;font-size:8px;font-weight:500;line-height:10px;margin-left:auto}.rds_card__old-price svg{position:absolute;width:100%;height:100%;top:0;left:0}.rds_card__new-price{color:#1d252d;font-size:20px;line-height:20px;vertical-align:text-bottom;font-weight:800;color:#5f259f}.rds_card__new-price span{font-size:14px}.rds_card__per-piece{color:#6a7177;font-weight:500;font-size:10px;line-height:18px;margin-left:8px}.rds_card__per-piece span{display:none}.rds_card__button{padding:8px;width:100%;border:solid 1px #5F259F;text-align:center;line-height:24px;font-size:14px;font-weight:700;color:#5f259f;margin-left:auto;display:flex;align-items:center;justify-content:center;box-shadow:none;outline:none;background:#fff;border-radius:80px;transition:all .3s ease;cursor:pointer}.rds_card__button svg{height:32px;width:auto;padding:0;vertical-align:top;line-height:0}@media (max-width: 1200px){.rds_card__button svg{height:24px}}.rds_card__button:hover{background:#350669;color:#fff}.rds_card__button:hover svg path{fill:#fff}.rds_card__button:disabled{cursor:none;pointer-events:none;background:#e1e1e1;color:#9ea6ac}.rds_card__button--refresh{background:#fff;color:#5f259f;border-color:#5f259f}.rds_card__button--refresh svg{margin-right:4px}.rds_card__button--refresh svg path{fill:#5f259f}.rds_card__button--return{background:#e1e1e1;color:#1d252d;background-size:200%;background-image:linear-gradient(to right,#B5B8BB 0%,#B5B8BB 50%,transparent 50%,transparent 100%);animation:slide-background 5s linear forwards}.rds_card__button-wrap{width:100%}.rds_card__input{border:none;outline:none;background:none;margin:-16px 0 0;caret-color:#5f259f;text-align:center;line-height:14px;font-size:14px;font-weight:700;color:#5f259f;width:80px;min-width:0;padding:0 4px}.rds_card__count{display:flex;align-items:center;justify-content:space-between;background:#fff;padding:8px;border:1px solid #5F259F;border-radius:24px}.rds_card__count-button{position:relative;display:flex;align-items:center;justify-content:center;width:100%}.rds_card__count-button svg{height:24px;width:24px}.rds_card__count-button svg path{fill:#5f259f}.rds_card__count-button-side{display:flex;flex-direction:column;align-items:center;justify-content:start}.rds_card__count button{background:none;border:none;outline:none;cursor:pointer;margin:0;padding:0;line-height:0}.rds_card__count .rds_cd_basket__link{margin-bottom:-20px}.rds_card__price-in-btn{color:#6a7177;font-size:10px;line-height:10px;font-weight:400;bottom:-4px;position:absolute;left:0;right:0;text-align:center}.rds_card__price-in-btn span{font-size:10px}.rds_card__per-piece-in-btn{font-size:10px;line-height:10px;font-weight:800;color:#6a7177}.rds_card__title{font-size:14px;line-height:18px;font-weight:600;margin-bottom:8px;text-decoration:none;display:-webkit-box;line-clamp:2;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;width:100%;word-break:break-all}.rds_card__title,.rds_card__title:link,.rds_card__title:active,.rds_card__title:visited{color:#1d252d}.rds_card__title:hover{color:#e57500}.rds_card__image{position:relative;width:100%;padding-bottom:8px;margin-bottom:8px;display:block;text-decoration:none}.rds_card__image-simple{display:none}.rds_card__image-simple img{width:100%;height:auto}.rds_card__image-slider{width:100%}.rds_card__image-slider img{width:100%;height:auto}.rds_card__image .swiper-pagination{display:flex;align-items:center;justify-content:stretch;top:100%;left:0;width:100%;bottom:auto}.rds_card__image .swiper-pagination-bullets .swiper-pagination-bullet{width:100%;height:2px;border-radius:9px;opacity:1;background:#e1e1e1;margin:0 1px}.rds_card__image .swiper-pagination-bullets .swiper-pagination-bullet.swiper-pagination-bullet-active{background:#ff8200}.rds_card__image-more{font-size:16px;font-weight:700;color:#fff;line-height:24px;padding:8px 16px;background:#5f259f33;border-radius:24px;position:absolute;inset:0;margin:auto;height:-moz-fit-content;height:fit-content;width:-moz-fit-content;width:fit-content;z-index:2;display:none}.rds_card:has(.rds_card__title:hover) .rds_card__image-more{display:block}.rds_card__center{width:100%}.rds_card__badges-icons{display:flex;flex-direction:column;position:absolute;top:16px;left:16px;z-index:3}@media (max-width: 959px){.rds_card__badges-icons{top:8px;left:8px}}.rds_card__badges-badge{padding-left:8px;margin-left:8px;position:relative;display:none}.rds_card__badges-badge:before{content:" ";display:block;height:12px;border-left:1px solid #B5B8BB;top:0;bottom:0;margin:auto 0;position:absolute;left:0}.rds_card__progress{display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;margin:8px 0;color:#6a7177}.rds_card__progress-text{font-size:12px;font-weight:600;line-height:12px}.rds_card__progress-count{font-size:10px;font-weight:500;line-height:12px}.rds_card__progress-count svg{line-height:0;vertical-align:text-bottom}.rds_card__progress .rds_badge{margin:0 auto}.rds_card__progress-progress{position:relative;width:100%;background:#e1e1e1;height:4px;border-radius:8px;margin-top:4px}.rds_card__progress-per{position:absolute;left:0;top:0;background:#91c41a;height:4px;border-radius:8px}.list{gap:0}.list .rds_card{flex-wrap:nowrap;box-shadow:none}@media (max-width: 959px){.list .rds_card{padding-left:0;padding-right:0}}.list .rds_card__center{width:calc(100% - 348px)}@media (max-width: 959px){.list .rds_card__center{width:calc(100% - 80px)}}.list .rds_card__image{width:76px;padding-right:12px;border-right:1px solid #E1E1E1;margin-right:12px}.list .rds_card__image-slider{display:none}.list .rds_card__image-more{display:none!important}.list .rds_card__image-simple{display:block}@media (max-width: 959px){.list .rds_card__image{padding-right:4px;margin-right:0;border:none}}.list .rds_card__progress{display:none}.list .rds_card__badges{display:flex;align-items:center;justify-content:flex-start}.list .rds_card__badges-icons{flex-direction:row;position:static}.list .rds_card__badges-badge{display:block}.list .rds_card__title{font-size:16px;font-weight:400;line-clamp:1;-webkit-line-clamp:1}@media (max-width: 959px){.list .rds_card__title{line-clamp:2;-webkit-line-clamp:2}}.list .rds_card__select{position:static}@media (max-width: 959px){.list .rds_card__select{position:absolute;top:8px;right:0}}.list .rds_card__select-btn{height:36px;width:36px}.list .rds_card__select-btn svg{height:24px;width:24px}@media (max-width: 959px){.list .rds_card__select-btn{height:24px;width:24px}.list .rds_card__select-btn svg{height:16px;width:16px}}.list .rds_card__button-wrap{max-width:160px;position:relative;top:auto;left:auto;padding-left:12px;margin-left:12px;display:flex;align-items:center}.list .rds_card__button-wrap:before{content:" ";display:block;height:20px;border-left:1px solid #B5B8BB;top:0;bottom:0;margin:auto 0;position:absolute;left:0}@media (max-width: 959px){.list .rds_card__button-wrap{position:absolute;right:0;bottom:8px;max-width:100px}.list .rds_card__button-wrap:before{display:none}}@media (max-width: 959px){.list .rds_card__button{padding:4px}}@media (max-width: 959px){.list .rds_card__count{padding:4px;height:32px}.list .rds_card__count button svg{height:16px;width:16px}}@media (max-width: 959px){.list .rds_card__input{margin-top:-12px;font-size:12px;width:100%}}.list .rds_card__price-in-btn{bottom:0}@media (max-width: 959px){.list .rds_card__price-in-btn{bottom:-4px}}.list .rds_card__price{justify-content:flex-start;align-items:flex-end}@media (max-width: 410px){.list .rds_card__price{flex-direction:column;align-items:flex-start}}.list .rds_card__new-price{font-size:14px;line-height:14px;display:flex;flex-direction:row;align-items:flex-end}@media (max-width: 959px){.list .rds_card__new-price{display:block}}.list .rds_card__old-price{order:1;padding-left:4px}.list .rds_card__per-piece{display:flex;align-items:flex-end;justify-content:flex-start;position:relative;padding-left:8px;margin-left:8px;font-size:14px;line-height:14px;font-weight:700}.list .rds_card__per-piece span{display:block;font-size:10px}.list .rds_card__per-piece:before{content:" ";display:block;height:12px;border-left:1px solid #B5B8BB;top:0;bottom:0;margin:auto 0;position:absolute;left:0}@media (max-width: 410px){.list .rds_card__per-piece{margin-left:0;padding-left:0}.list .rds_card__per-piece:before{display:none}}.rds_recomended{padding:32px;margin:32px 0;border-radius:16px;background:#f2f1fb;border:solid 1px rgba(169,129,214,.1)}@media (max-width: 959px){.rds_recomended{overflow:hidden;padding:16px;margin:16px -16px}}.rds_recomended__title{font-size:32px;font-weight:700;margin-bottom:24px;color:#1d252d}@media (max-width: 959px){.rds_recomended__title{font-size:16px}}.rds_recomended__slider{position:relative}@media (max-width: 959px){.rds_recomended__slider>.swiper{overflow:visible}}.rds_recomended__slider-next,.rds_recomended__slider-prev{display:flex;align-items:center;justify-content:center;height:40px;width:40px;margin:-20px 0 0;position:absolute;box-shadow:0 0 20px #0000000a,0 4px 20px #0000000a;border-radius:50%;background-color:#fff;top:50%;z-index:3;cursor:pointer}@media (max-width: 959px){.rds_recomended__slider-next,.rds_recomended__slider-prev{display:none}}.rds_recomended__slider-next{right:-20px;transform:rotate(90deg)}.rds_recomended__slider-prev{transform:rotate(-90deg);left:-20px}

/* End */
/* /local/templates/franchise/css/main.css?1759301873221339 */
/* /local/templates/franchise/fonts/stylesheet.css?17579184491673 */
/* /local/templates/franchise/css/fix.css?175636406624841 */
/* /local/templates/franchise/css/rds.css?175930187373957 */
