

/* Start:/local/templates/franchise/css/main.css?1753858880208013*/
/*! 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
}

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

.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%;
    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
}

.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;
}

.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
}

.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
}

@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: 10px 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: 6;
    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: 4;
    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: 9;
    }
    .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;
}


@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: 100px;
    }
    .basket-import-info p{    
        font-size: 12px;
    }
}

@keyframes basket-import-spin {
    0% {
        transform: rotate(0);
    }
    100% {
        transform: rotate(360deg);
    }
}
/* End */


/* Start:/local/templates/franchise/css/product-card.css?175385888010099*/
: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__icons {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  position: relative;
  z-index: 1;
}

.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: -16px;
}

.product-card__label-wrapper {
  background-color: var(--primaryyellow);
  border-radius: 40px;
  padding: 1px 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: 2px 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;
  }
}
/* End */


/* Start:/local/templates/franchise/fonts/stylesheet.css?1753858880637*/
@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;
}

/* End */


/* Start:/local/templates/franchise/css/fix.css?175385888024736*/
.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: 5;
}

.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: 168px;
    }
    .tabs-page .tabs .tab-item {
        width: 50%;
    }
}

.sidebar.fixed {
    position: fixed;
    left: 0;
    right: 16px;
    top: 130px;
    z-index: 5;
}


/*Кнопка очистки поиска*/

.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%;
}


/*Подсветка пунктов левого меню*/

.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; */
}

.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;
}

.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 */
/* /local/templates/franchise/css/main.css?1753858880208013 */
/* /local/templates/franchise/css/product-card.css?175385888010099 */
/* /local/templates/franchise/fonts/stylesheet.css?1753858880637 */
/* /local/templates/franchise/css/fix.css?175385888024736 */
