

/* Start:/local/templates/joe/js/fancybox/jquery.fancybox.css?168437079917390*/
body.compensate-for-scrollbar {
    overflow: hidden;
}

.fancybox-active {
    height: auto;
}

.fancybox-is-hidden {
    left: -9999px;
    margin: 0;
    position: absolute !important;
    top: -9999px;
    visibility: hidden;
}

.fancybox-container {
    -webkit-backface-visibility: hidden;
    height: 100%;
    left: 0;
    outline: none;
    position: fixed;
    -webkit-tap-highlight-color: transparent;
    top: 0;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    transform: translateZ(0);
    width: 100%;
    z-index: 99992;
}

.fancybox-container * {
    box-sizing: border-box;
}

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
}

.fancybox-outer {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
}

.fancybox-bg {
    background: rgb(30, 30, 30);
    opacity: 0;
    transition-duration: inherit;
    transition-property: opacity;
    transition-timing-function: cubic-bezier(.47, 0, .74, .71);
}

.fancybox-is-open .fancybox-bg {
    opacity: .9;
    transition-timing-function: cubic-bezier(.22, .61, .36, 1);
}

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption,
.fancybox-navigation .fancybox-button {
    direction: ltr;
    opacity: 0;
    position: absolute;
    transition: opacity .25s ease, visibility 0s ease .25s;
    visibility: hidden;
    z-index: 99997;
}

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption,
.fancybox-show-nav .fancybox-navigation .fancybox-button {
    opacity: 1;
    transition: opacity .25s ease 0s, visibility 0s ease 0s;
    visibility: visible;
}

.fancybox-infobar {
    color: #ccc;
    font-size: 13px;
    -webkit-font-smoothing: subpixel-antialiased;
    height: 44px;
    left: 0;
    line-height: 44px;
    min-width: 44px;
    mix-blend-mode: difference;
    padding: 0 10px;
    pointer-events: none;
    top: 0;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.fancybox-toolbar {
    right: 0;
    top: 0;
}

.fancybox-stage {
    direction: ltr;
    overflow: visible;
    transform: translateZ(0);
    z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
    overflow: hidden;
}

.fancybox-slide {
    -webkit-backface-visibility: hidden; /* Using without prefix would break IE11 */
    display: none;
    height: 100%;
    left: 0;
    outline: none;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: absolute;
    text-align: center;
    top: 0;
    transition-property: transform, opacity;
    white-space: normal;
    width: 100%;
    z-index: 99994;
}

.fancybox-slide::before {
    content: '';
    display: inline-block;
    font-size: 0;
    height: 100%;
    vertical-align: middle;
    width: 0;
}

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
    display: block;
}

.fancybox-slide--image {
    overflow: hidden;
    padding: 44px 0;
}

.fancybox-slide--image::before {
    display: none;
}

.fancybox-slide--html {
    padding: 6px;
}

.fancybox-content {
    background: #fff;
    display: inline-block;
    margin: 0;
    max-width: 100%;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    padding: 44px;
    position: relative;
    text-align: left;
    vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
    animation-timing-function: cubic-bezier(.5, 0, .14, 1);
    -webkit-backface-visibility: hidden;
    background: transparent;
    background-repeat: no-repeat;
    background-size: 100% 100%;
    left: 0;
    max-width: none;
    overflow: visible;
    padding: 0;
    position: absolute;
    top: 0;
    -ms-transform-origin: top left;
    transform-origin: top left;
    transition-property: transform, opacity;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
    cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
    cursor: zoom-in;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
    cursor: -webkit-grab;
    cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
    cursor: -webkit-grabbing;
    cursor: grabbing;
}

.fancybox-container [data-selectable='true'] {
    cursor: text;
}

.fancybox-image,
.fancybox-spaceball {
    background: transparent;
    border: 0;
    height: 100%;
    left: 0;
    margin: 0;
    max-height: none;
    max-width: none;
    padding: 0;
    position: absolute;
    top: 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    width: 100%;
}

.fancybox-spaceball {
    z-index: 1;
}

.fancybox-slide--video .fancybox-content,
.fancybox-slide--map .fancybox-content,
.fancybox-slide--pdf .fancybox-content,
.fancybox-slide--iframe .fancybox-content {
    height: 100%;
    overflow: visible;
    padding: 0;
    width: 100%;
}

.fancybox-slide--video .fancybox-content {
    background: #000;
}

.fancybox-slide--map .fancybox-content {
    background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
    background: #fff;
}

.fancybox-video,
.fancybox-iframe {
    background: transparent;
    border: 0;
    display: block;
    height: 100%;
    margin: 0;
    overflow: hidden;
    padding: 0;
    width: 100%;
}

/* Fix iOS */
.fancybox-iframe {
    left: 0;
    position: absolute;
    top: 0;
}

.fancybox-error {
    background: #fff;
    cursor: default;
    max-width: 400px;
    padding: 40px;
    width: 100%;
}

.fancybox-error p {
    color: #444;
    font-size: 16px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}

/* Buttons */

.fancybox-button {
    background: rgba(30, 30, 30, .6);
    border: 0;
    border-radius: 0;
    box-shadow: none;
    cursor: pointer;
    display: inline-block;
    height: 44px;
    margin: 0;
    padding: 10px;
    position: relative;
    transition: color .2s;
    vertical-align: top;
    visibility: inherit;
    width: 44px;
}

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
    color: #ccc;
}

.fancybox-button:hover {
    color: #fff;
}

.fancybox-button:focus {
    outline: none;
}

.fancybox-button.fancybox-focus {
    outline: 1px dotted;
}

.fancybox-button[disabled],
.fancybox-button[disabled]:hover {
    color: #888;
    cursor: default;
    outline: none;
}

/* Fix IE11 */
.fancybox-button div {
    height: 100%;
}

.fancybox-button svg {
    display: block;
    height: 100%;
    overflow: visible;
    position: relative;
    width: 100%;
}

.fancybox-button svg path {
    fill: currentColor;
    stroke-width: 0;
}

.fancybox-button--play svg:nth-child(2),
.fancybox-button--fsenter svg:nth-child(2) {
    display: none;
}

.fancybox-button--pause svg:nth-child(1),
.fancybox-button--fsexit svg:nth-child(1) {
    display: none;
}

.fancybox-progress {
    background: #ff5268;
    height: 2px;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -ms-transform-origin: 0;
    transform-origin: 0;
    transition-property: transform;
    transition-timing-function: linear;
    z-index: 99998;
}
/* Close button on the top right corner of html content */

.fancybox-close-small {
    background: transparent;
    border: 0;
    border-radius: 0;
    color: #ccc;
    cursor: pointer;
    opacity: .8;
    padding: 8px;
    position: absolute;
    right: -12px;
    top: -44px;
    z-index: 401;
}

.fancybox-close-small:hover {
    color: #fff;
    opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
    color: currentColor;
    padding: 10px;
    right: 0;
    top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
    overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
    display: none;
}

/* Navigation arrows */

.fancybox-navigation .fancybox-button {
    background-clip: content-box;
    height: 100px;
    opacity: 0;
    position: absolute;
    top: calc(50% - 50px);
    width: 70px;
}

.fancybox-navigation .fancybox-button div {
    padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
    left: 0;
    left: env(safe-area-inset-left);
    padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
    padding: 31px 6px 31px 26px;
    right: 0;
    right: env(safe-area-inset-right);
}

/* Caption */

.fancybox-caption {
    background: linear-gradient(
    to top,
    rgba(0, 0, 0, .85) 0%,
    rgba(0, 0, 0, .3) 50%,
    rgba(0, 0, 0, .15) 65%,
    rgba(0, 0, 0, .075) 75.5%,
    rgba(0, 0, 0, .037) 82.85%,
    rgba(0, 0, 0, .019) 88%,
    rgba(0, 0, 0, 0) 100%
    );
    bottom: 0;
    color: #eee;
    font-size: 14px;
    font-weight: 400;
    left: 0;
    line-height: 1.5;
    padding: 75px 44px 25px 44px;
    pointer-events: none;
    right: 0;
    text-align: center;
    z-index: 99996;
}

@supports (padding: max(0px)) {
    .fancybox-caption {
        padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
    }
}

.fancybox-caption--separate {
    margin-top: -50px;
}

.fancybox-caption__body {
    max-height: 50vh;
    overflow: auto;
    pointer-events: all;
}

.fancybox-caption a,
.fancybox-caption a:link,
.fancybox-caption a:visited {
    color: #ccc;
    text-decoration: none;
}

.fancybox-caption a:hover {
    color: #fff;
    text-decoration: underline;
}

/* Loading indicator */

.fancybox-loading {
    animation: fancybox-rotate 1s linear infinite;
    background: transparent;
    border: 4px solid #888;
    border-bottom-color: #fff;
    border-radius: 50%;
    height: 50px;
    left: 50%;
    margin: -25px 0 0 -25px;
    opacity: .7;
    padding: 0;
    position: absolute;
    top: 50%;
    width: 50px;
    z-index: 99999;
}

@keyframes fancybox-rotate {
    100% {
        transform: rotate(360deg);
    }
}

/* Transition effects */

.fancybox-animated {
    transition-timing-function: cubic-bezier(0, 0, .25, 1);
}

/* transitionEffect: slide */

.fancybox-fx-slide.fancybox-slide--previous {
    opacity: 0;
    transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
    opacity: 0;
    transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
    opacity: 1;
    transform: translate3d(0, 0, 0);
}

/* transitionEffect: fade */

.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
    opacity: 0;
    transition-timing-function: cubic-bezier(.19, 1, .22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
    opacity: 1;
}

/* transitionEffect: zoom-in-out */

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(.5, .5, .5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

/* transitionEffect: rotate */

.fancybox-fx-rotate.fancybox-slide--previous {
    opacity: 0;
    -ms-transform: rotate(-360deg);
    transform: rotate(-360deg);
}

.fancybox-fx-rotate.fancybox-slide--next {
    opacity: 0;
    -ms-transform: rotate(360deg);
    transform: rotate(360deg);
}

.fancybox-fx-rotate.fancybox-slide--current {
    opacity: 1;
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
}

/* transitionEffect: circular */

.fancybox-fx-circular.fancybox-slide--previous {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
    opacity: 0;
    transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
    opacity: 1;
    transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
}

/* transitionEffect: tube */

.fancybox-fx-tube.fancybox-slide--previous {
    transform: translate3d(-100%, 0, 0) scale(.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
    transform: translate3d(100%, 0, 0) scale(.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
    transform: translate3d(0, 0, 0) scale(1);
}

/* Styling for Small-Screen Devices */
@media all and (max-height: 576px) {
    .fancybox-slide {
        padding-left: 6px;
        padding-right: 6px;
    }

    .fancybox-slide--image {
        padding: 6px 0;
    }

    .fancybox-close-small {
        right: -6px;
    }

    .fancybox-slide--image .fancybox-close-small {
        background: #4e4e4e;
        color: #f2f4f6;
        height: 36px;
        opacity: 1;
        padding: 6px;
        right: 0;
        top: 0;
        width: 36px;
    }

    .fancybox-caption {
        padding-left: 12px;
        padding-right: 12px;
    }

    @supports (padding: max(0px)) {
        .fancybox-caption {
            padding-left: max(12px, env(safe-area-inset-left));
            padding-right: max(12px, env(safe-area-inset-right));
        }
    }
}

/* Share */

.fancybox-share {
    background: #f4f4f4;
    border-radius: 3px;
    max-width: 90%;
    padding: 30px;
    text-align: center;
}

.fancybox-share h1 {
    color: #222;
    font-size: 35px;
    font-weight: 700;
    margin: 0 0 20px 0;
}

.fancybox-share p {
    margin: 0;
    padding: 0;
}

.fancybox-share__button {
    border: 0;
    border-radius: 3px;
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    line-height: 40px;
    margin: 0 5px 10px 5px;
    min-width: 130px;
    padding: 0 15px;
    text-decoration: none;
    transition: all .2s;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    white-space: nowrap;
}

.fancybox-share__button:visited,
.fancybox-share__button:link {
    color: #fff;
}

.fancybox-share__button:hover {
    text-decoration: none;
}

.fancybox-share__button--fb {
    background: #3b5998;
}

.fancybox-share__button--fb:hover {
    background: #344e86;
}

.fancybox-share__button--pt {
    background: #bd081d;
}

.fancybox-share__button--pt:hover {
    background: #aa0719;
}

.fancybox-share__button--tw {
    background: #1da1f2;
}

.fancybox-share__button--tw:hover {
    background: #0d95e8;
}

.fancybox-share__button svg {
    height: 25px;
    margin-right: 7px;
    position: relative;
    top: -1px;
    vertical-align: middle;
    width: 25px;
}

.fancybox-share__button svg path {
    fill: #fff;
}

.fancybox-share__input {
    background: transparent;
    border: 0;
    border-bottom: 1px solid #d7d7d7;
    border-radius: 0;
    color: #5d5b5b;
    font-size: 14px;
    margin: 10px 0 0 0;
    outline: none;
    padding: 10px 15px;
    width: 100%;
}

/* Thumbs */

.fancybox-thumbs {
    background: #ddd;
    bottom: 0;
    display: none;
    margin: 0;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    padding: 2px 2px 4px 2px;
    position: absolute;
    right: 0;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
    top: 0;
    width: 212px;
    z-index: 99995;
}

.fancybox-thumbs-x {
    overflow-x: auto;
    overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
    display: block;
}

.fancybox-show-thumbs .fancybox-inner {
    right: 212px;
}

.fancybox-thumbs__list {
    font-size: 0;
    height: 100%;
    list-style: none;
    margin: 0;
    overflow-x: hidden;
    overflow-y: auto;
    padding: 0;
    position: absolute;
    position: relative;
    white-space: nowrap;
    width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
    overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
    width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
    background: #fff;
    border-radius: 10px;
    box-shadow: inset 0 0 6px rgba(0, 0, 0, .3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
    background: #2a2a2a;
    border-radius: 10px;
}

.fancybox-thumbs__list a {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    background-color: rgba(0, 0, 0, .1);
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    cursor: pointer;
    float: left;
    height: 75px;
    margin: 2px;
    max-height: calc(100% - 8px);
    max-width: calc(50% - 4px);
    outline: none;
    overflow: hidden;
    padding: 0;
    position: relative;
    -webkit-tap-highlight-color: transparent;
    width: 100px;
}

.fancybox-thumbs__list a::before {
    border: 6px solid #ff5268;
    bottom: 0;
    content: '';
    left: 0;
    opacity: 0;
    position: absolute;
    right: 0;
    top: 0;
    transition: all .2s cubic-bezier(.25, .46, .45, .94);
    z-index: 99991;
}

.fancybox-thumbs__list a:focus::before {
    opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active::before {
    opacity: 1;
}

/* Styling for Small-Screen Devices */
@media all and (max-width: 576px) {
    .fancybox-thumbs {
        width: 110px;
    }
    .fancybox-show-thumbs .fancybox-inner {
        right: 110px;
    }
    .fancybox-thumbs__list a {
        max-width: calc(100% - 10px);
    }
}

/* End */


/* Start:/local/templates/joe/js/owl.carousel.css?16843707994028*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
/*
 *  Owl Carousel - Core
 */
.owl-carousel {
  display: none;
  width: 100%;
  -webkit-tap-highlight-color: transparent;
  /* position relative and z-index fix webkit rendering fonts issue */
  position: relative;
  z-index: 1; }
  .owl-carousel .owl-stage {
    position: relative;
    -ms-touch-action: pan-Y;
    -moz-backface-visibility: hidden;
    /* fix firefox animation glitch */ }
  .owl-carousel .owl-stage:after {
    content: ".";
    display: block;
    clear: both;
    visibility: hidden;
    line-height: 0;
    height: 0; }
  .owl-carousel .owl-stage-outer {
    position: relative;
    overflow: hidden;
    /* fix for flashing background */
    -webkit-transform: translate3d(0px, 0px, 0px); }
  .owl-carousel .owl-wrapper,
  .owl-carousel .owl-item {
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0); }
  .owl-carousel .owl-item {
    position: relative;
    min-height: 1px;
    float: left;
    -webkit-backface-visibility: hidden;
    -webkit-tap-highlight-color: transparent;
    -webkit-touch-callout: none; }
  .owl-carousel .owl-item img {
    display: block;
    width: 100%; }
  .owl-carousel .owl-nav.disabled,
  .owl-carousel .owl-dots.disabled {
    display: none; }
  .owl-carousel .owl-nav .owl-prev,
  .owl-carousel .owl-nav .owl-next,
  .owl-carousel .owl-dot {
    cursor: pointer;
    cursor: hand;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-loaded {
    display: block; }
  .owl-carousel.owl-loading {
    opacity: 0;
    display: block; }
  .owl-carousel.owl-hidden {
    opacity: 0; }
  .owl-carousel.owl-refresh .owl-item {
    visibility: hidden; }
  .owl-carousel.owl-drag .owl-item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  .owl-carousel.owl-grab {
    cursor: move;
    cursor: grab; }
  .owl-carousel.owl-rtl {
    direction: rtl; }
  .owl-carousel.owl-rtl .owl-item {
    float: right; }

/* No Js */
.no-js .owl-carousel {
  display: block; }

/*
 *  Owl Carousel - Animate Plugin
 */
.owl-carousel .animated {
  animation-duration: 1000ms;
  animation-fill-mode: both; }

.owl-carousel .owl-animated-in {
  z-index: 0; }

.owl-carousel .owl-animated-out {
  z-index: 1; }

.owl-carousel .fadeOut {
  animation-name: fadeOut; }

@keyframes fadeOut {
  0% {
    opacity: 1; }
  100% {
    opacity: 0; } }

/*
 * 	Owl Carousel - Auto Height Plugin
 */
.owl-height {
  transition: height 500ms ease-in-out; }

/*
 * 	Owl Carousel - Lazy Load Plugin
 */
.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity 400ms ease; }

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d; }

/*
 * 	Owl Carousel - Video Plugin
 */
.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000; }

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url("/local/templates/joe/js/owl.video.play.png") no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform 100ms ease; }

.owl-carousel .owl-video-play-icon:hover {
  -ms-transform: scale(1.3, 1.3);
      transform: scale(1.3, 1.3); }

.owl-carousel .owl-video-playing .owl-video-tn,
.owl-carousel .owl-video-playing .owl-video-play-icon {
  display: none; }

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity 400ms ease; }

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%; }

/* End */


/* Start:/local/templates/joe/js/slick.css?16843707991776*/
/* Slider */
.slick-slider
{
    position: relative;

    display: block;
    box-sizing: border-box;

    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;

    -webkit-touch-callout: none;
    -khtml-user-select: none;
    -ms-touch-action: pan-y;
        touch-action: pan-y;
    -webkit-tap-highlight-color: transparent;
}

.slick-list
{
    position: relative;

    display: block;
    overflow: hidden;

    margin: 0;
    padding: 0;
}
.slick-list:focus
{
    outline: none;
}
.slick-list.dragging
{
    cursor: pointer;
    cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list
{
    -webkit-transform: translate3d(0, 0, 0);
       -moz-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
         -o-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
}

.slick-track
{
    position: relative;
    top: 0;
    left: 0;

    display: block;
    margin-left: auto;
    margin-right: auto;
}
.slick-track:before,
.slick-track:after
{
    display: table;

    content: '';
}
.slick-track:after
{
    clear: both;
}
.slick-loading .slick-track
{
    visibility: hidden;
}

.slick-slide
{
    display: none;
    float: left;

    height: 100%;
    min-height: 1px;
}
[dir='rtl'] .slick-slide
{
    float: right;
}
.slick-slide img
{
    display: block;
}
.slick-slide.slick-loading img
{
    display: none;
}
.slick-slide.dragging img
{
    pointer-events: none;
}
.slick-initialized .slick-slide
{
    display: block;
}
.slick-loading .slick-slide
{
    visibility: hidden;
}
.slick-vertical .slick-slide
{
    display: block;

    height: auto;

    border: 1px solid transparent;
}
.slick-arrow.slick-hidden {
    display: none;
}

/* End */


/* Start:/local/templates/joe/js/jquery.formstyler.css?16843707992175*/
.jq-checkbox,
.jq-radio {
	position: relative;
	display: inline-block;
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}
.jq-checkbox input,
.jq-radio input {
	position: absolute;
	z-index: -1;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-file {
	position: relative;
	display: inline-block;
	overflow: hidden;
}
.jq-file input {
	position: absolute;
	top: 0;
	right: 0;
	height: auto;
	margin: 0;
	padding: 0;
	opacity: 0;
	font-size: 100px;
	line-height: 1em;
}
.jq-file__name {
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox,
.jq-select-multiple {
	position: relative;
	display: inline-block;
}
.jq-selectbox select,
.jq-select-multiple select {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	opacity: 0;
}
.jq-selectbox li,
.jq-select-multiple li {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
}
.jq-selectbox {
	z-index: 10;
}
.jq-selectbox__select {
	position: relative;
}
.jq-selectbox__select-text {
	overflow: hidden;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	white-space: nowrap;
	text-overflow: ellipsis;
}
.jq-selectbox__dropdown {
	position: absolute;
}
.jq-selectbox__search input {
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__dropdown ul {
	position: relative;
	overflow: auto;
	overflow-x: hidden;
	list-style: none;
	-webkit-overflow-scrolling: touch;
}
.jq-select-multiple ul {
	position: relative;
	overflow-x: hidden;
	-webkit-overflow-scrolling: touch;
}
.jq-number {
	display: inline-block;
}
.jq-number__field input {
	-moz-appearance: textfield;
	text-align: left; /* для Opera Presto */
}
.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
	margin: 0; /* в каких-то браузерах присутствует отступ */
	-webkit-appearance: none;
}
/* End */


/* Start:/local/templates/joe/lunch/scss/style.css?168437079912666*/
.lunch {
  margin: 50px 0 30px;
  border-bottom: 1px dashed #E1E1E1;
  padding-bottom: 80px;
}
.lunch-content {
  display: flex;
}
.lunch-form {
  display: inline-block;
  vertical-align: top;
  background: #F7F0E6;
  border-radius: 12px;
  width: 53.5%;
  padding: 70px 67px 70px;
}
.lunch-title {
  margin: 0 0 30px;
  font-weight: bold;
  font-size: 46px;
  line-height: 28px;
}
.lunch-title span {
  display: none;
}
.lunch-text {
  margin-bottom: 62px;
  max-width: 337px;
  font-weight: bold;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0;
  color: #000000;
  font-family: "PT Mono", "Arial", sans-serif;
}
.lunch-text div {
  padding-bottom: 5px;
  margin: 0 0 7px;
  border-bottom: 2px dotted #E1E1E1;
}
.lunch-text div:last-child {
  padding-bottom: 0;
  border-bottom: 0;
}
.lunch-text__price {
  color: #C63C1E;
}
.lunch-items {
  margin-bottom: 36px;
}
.lunch-bot {
  position: relative;
  text-align: right;
  margin-right: 19px;
}
.lunch-bot .message {
  display: none;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  font-family: "PT Mono", "Arial", sans-serif;
  font-weight: bold;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #333333;
}
.lunch-bot .price {
  display: inline-block;
  vertical-align: middle;
  opacity: 0;
  margin-right: 25px;
}
.lunch-bot .price.active {
  opacity: 1;
}
.lunch-bot .btn {
  display: inline-block;
  vertical-align: middle;
  padding: 11px 16px;
}
.lunch-bot .btn.disabled {
  opacity: 0.6;
  pointer-events: none;
}
.lunch-bot .count {
  display: none;
}
.lunch-img {
  display: inline-block;
  vertical-align: top;
  width: 46.5%;
  position: relative;
}
.lunch-img img {
  display: block;
  width: 100%;
  opacity: 0;
  margin-left: 10%;
  transition: all 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lunch-img img.active {
  opacity: 1;
  margin-left: 0;
}
.lunch-img .lunch-img__salad {
  position: absolute;
  width: 61.4%;
  top: 50%;
  left: 40%;
  transform: translateY(-62%);
  padding-top: 76%;
  z-index: 2;
}
.lunch-img .lunch-img__salad img.lunch-img__bg {
  width: 69%;
  left: 14%;
  transform: translateY(-35%);
}
.lunch-img .lunch-img__soup {
  position: absolute;
  width: 60%;
  top: 50%;
  left: 11%;
  transform: translateY(-105%);
  padding-top: 50%;
  z-index: 0;
}
.lunch-img .lunch-img__soup img.lunch-img__bg {
  width: 57%;
  left: 12%;
  transform: translateY(-44%);
}
.lunch-img .lunch-img__pizza {
  position: absolute;
  width: 78%;
  top: 50%;
  left: 5%;
  transform: translateY(-6%);
  padding-top: 50%;
  z-index: 3;
}
.lunch-img .lunch-img__pizza img.lunch-img__bg {
  width: 66%;
  left: 14%;
  transform: translateY(-46%);
}
.lunch-item {
  position: relative;
  padding-right: 19px;
  margin-bottom: 16px;
}
.lunch-item__top {
  background: #FFFFFF;
  border: 1px solid #E1E1E1;
  border-radius: 12px;
  padding: 10px 16px;
  position: relative;
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #333333;
  font-family: "PT Mono", "Arial", sans-serif;
  cursor: pointer;
  min-height: 70px;
}
.lunch-item__top:after {
  content: "";
  display: block;
  position: absolute;
  width: 61px;
  top: 0;
  bottom: 0;
  right: 0;
  background: url("/local/templates/joe/lunch/images/choose.svg") no-repeat center;
  z-index: 1;
  transition: all 0.3s;
}
.lunch-item__top .lunch-item__weight, .lunch-item__top .lunch-item__composition {
  display: none;
}
.lunch-item__top .lunch-item__info {
  padding: 14px 0 14px 9px;
}
.lunch-item__top .lunch-item__name {
  margin-right: 30px;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}
.lunch-item__top .lunch-item__name:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  width: 25px;
  background: linear-gradient(to right, rgba(255, 255, 255, 0), white);
}
.lunch-item__top input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.lunch-item__remove {
  display: none;
  width: 22px;
  height: 22px;
  border-radius: 22px;
  position: absolute;
  border: 1px solid #C4C4C4;
  top: 50%;
  right: -15px;
  transform: translateY(-50%);
  background: url("/local/templates/joe/lunch/images/remove.svg") no-repeat center;
}
.lunch-item__remove:hover {
  border-color: #C63C1E;
}
.lunch-item__remove.active {
  display: block;
}
.lunch-item__img {
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  width: 50px;
  height: 48px;
  position: relative;
}
.lunch-item__img img {
  width: auto;
  max-width: 50px;
  max-height: 50px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.lunch-item__info {
  display: inline-block;
  vertical-align: middle;
  width: calc(100% - 58px);
  padding: 10px 0 10px 9px;
}
.lunch-item__name {
  font-weight: bold;
  font-size: 18px;
  line-height: 20px;
  letter-spacing: -0.03em;
  color: #333333;
  font-family: "PT Mono", "Arial", sans-serif;
}
.lunch-item__composition, .lunch-item__weight {
  font-weight: normal;
  font-size: 10px;
  line-height: 16px;
  color: #7D776E;
}
.lunch-item__drop {
  display: none;
  background: #FFFFFF;
  border-radius: 12px;
  padding: 18px 0;
  position: absolute;
  top: 100%;
  margin-top: 8px;
  left: 0;
  right: 19px;
  z-index: 2;
  box-shadow: 0 12px 12px rgba(0, 0, 0, 0.09);
  max-height: 500px;
  overflow-x: hidden;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.lunch-item__drop::-webkit-scrollbar {
  display: none;
}
.lunch-item__drop-item {
  display: flex;
  align-items: center;
  padding: 11px 31px;
  cursor: pointer;
  position: relative;
}
.lunch-item__drop-item .lunch-item__img {
  width: 76px;
  height: 75px;
  margin-right: 24px;
}
.lunch-item__drop-item .lunch-item__img img {
  max-width: 76px;
  max-height: 76px;
}
.lunch-item__drop-item .lunch-item__info {
  width: calc(100% - 100px);
}
.lunch-item__drop-item input {
  position: absolute;
  opacity: 0;
  z-index: -1;
}
.lunch-item.opened .lunch-item__top:after {
  transform: rotate(-180deg);
}
.lunch-item__i, .lunch-item__no {
  display: none;
}
.lunch-item__title {
  display: none;
  margin: 0;
}
.lunch-popup {
  display: none !important;
}

@media (min-width: 768px) {
  .lunch-item__drop-item.sel, .lunch-item__drop-item:hover {
    background: #F8F8F8;
  }
}
@media (max-width: 767px) {
  .lunch {
    display: none;
    padding: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    z-index: 11;
    scrollbar-width: none;
    -ms-overflow-style: none;
    -webkit-overflow-scrolling: touch;
  }
  .lunch::-webkit-scrollbar {
    display: none;
  }
  .lunch-content {
    flex-direction: column-reverse;
    max-width: 100vw;
    overflow: hidden;
  }
  .lunch-popup {
    display: block !important;
    position: fixed;
    z-index: 10;
    bottom: 16px;
    left: 13px;
    right: 13px;
    padding: 12px 9px;
    background: url("/local/templates/joe/lunch/images/lunch-popup-bg.svg") no-repeat 90% 50% #C63C1E;
    border: 0;
    background-size: auto 100%;
    font-size: 14px;
    line-height: 20px;
  }
  .lunch-form {
    width: 100%;
    background: transparent;
    border-radius: 0;
    padding: 40px 16px 24px;
  }
  .lunch-top {
    margin-bottom: 34px;
  }
  .lunch-img {
    width: 100%;
    padding-top: 80.5%;
  }
  .lunch-img .lunch-img__salad {
    width: 54.4%;
    left: 38%;
    transform: translateY(-48%);
  }
  .lunch-img .lunch-img__salad img.lunch-img__bg {
    width: 65.7%;
    left: 12.5%;
    transform: translateY(-45%);
  }
  .lunch-img .lunch-img__soup {
    width: 53%;
    left: 12.4%;
    transform: translateY(-80%);
  }
  .lunch-img .lunch-img__soup img.lunch-img__bg {
    width: 54%;
    left: 13.5%;
    transform: translateY(-42%);
  }
  .lunch-img .lunch-img__pizza {
    width: 68%;
    left: 8%;
    transform: translateY(7.6%);
  }
  .lunch-img .lunch-img__pizza img.lunch-img__bg {
    width: 64.4%;
    left: 13.5%;
    transform: translateY(-67.4%);
  }
  .lunch-title {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 8px;
  }
  .lunch-title span {
    display: inline-block;
    vertical-align: top;
  }
  .lunch-text {
    margin: 0;
  }
  .lunch-text div {
    display: inline;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #7D776E;
    font-family: "Ubuntu", "Arial", sans-serif;
    padding-bottom: 0;
    border-bottom: 0;
  }
  .lunch-text div:first-child {
    position: relative;
    margin-right: 1px;
  }
  .lunch-text div:first-child:after {
    content: "/";
    display: inline-block;
    vertical-align: top;
    position: absolute;
    top: 0;
    bottom: 0;
    right: -8px;
    box-sizing: border-box;
    font-size: 14px;
    line-height: 16px;
    color: #7D776E;
  }
  .lunch-text div .mob {
    display: none;
  }
  .lunch-text__price {
    color: #7D776E;
  }
  .lunch-items {
    margin-bottom: 40px;
  }
  .lunch-item {
    position: relative;
    padding: 0;
    margin: 0 0 30px;
  }
  .lunch-item__title, .lunch-item__top {
    display: none;
  }
  .lunch-item__drop {
    margin: 0 -16px;
    padding: 0;
    display: block;
    overflow: visible;
    width: calc(100% + 32px);
    position: static;
    box-shadow: none;
    border-radius: 0;
    max-height: none;
  }
  .lunch-item__drop-item {
    display: inline-flex;
    vertical-align: top;
    width: max-content;
    max-width: 241px;
    min-height: 72px;
    margin-right: 0;
    padding: 14px;
    background: #FFFFFF;
    border-radius: 12px;
    border: 2px solid #ffffff;
    box-shadow: 0 5px 12px rgba(0, 0, 0, 0.09);
    position: relative;
    cursor: pointer;
    height: 100%;
  }
  .lunch-item__drop-item.sel {
    border-color: #C63C1E;
    box-shadow: 0 5px 12px rgba(198, 60, 30, 0.09);
  }
  .lunch-item__drop-item .lunch-item__img {
    display: none;
  }
  .lunch-item__drop-item .lunch-item__info {
    width: calc(100% - 15px);
    padding: 0;
  }
  .lunch-item__drop-item .lunch-item__name, .lunch-item__drop-item .lunch-item__weight {
    display: inline;
  }
  .lunch-item__drop-item .lunch-item__name {
    font-size: 14px;
    line-height: 16px;
    margin: 0 4px 0 0;
  }
  .lunch-item__drop.owl-carousel .owl-item {
    display: block;
    height: auto;
  }
  .lunch-item__drop.owl-carousel .owl-stage {
    display: flex;
  }
  .lunch-item__drop .owl-stage-outer {
    padding-left: 16px;
    overflow: visible;
  }
  .lunch-item__composition {
    display: none;
    position: absolute;
    bottom: calc(100% + 5px);
    left: 0;
    padding: 18px 16px;
    background: #FFFFFF;
    border-radius: 12px;
    font-size: 10px;
    line-height: 16px;
    box-shadow: 0 5px 8px rgba(0, 0, 0, 0.1);
    min-width: 240px;
  }
  .lunch-item__composition:after {
    content: "";
    display: block;
    position: absolute;
    border: 7px solid transparent;
    border-top-color: #ffffff;
    border-top-width: 15px;
    top: 100%;
    left: 15px;
  }
  .lunch-item__composition.active {
    display: block;
  }
  .lunch-item__name {
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
  }
  .lunch-item__no {
    display: flex;
    width: 132px;
    text-align: center;
    align-items: center;
    justify-content: center;
    background: no-repeat center;
    background-size: 40%;
  }
  .lunch-item__remove {
    display: none;
  }
  .lunch-item__remove.active {
    display: none;
  }
  .lunch-item__i {
    display: block;
    width: 16px;
    height: 16px;
    background: url("/local/templates/joe/lunch/images/info.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 10px;
    right: 10px;
  }
  .lunch-bot {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-end;
    margin-right: 0;
  }
  .lunch-bot .message {
    position: static;
    width: 70%;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 21px;
    letter-spacing: -0.03em;
    color: #333333;
    text-align: left;
    transform: none;
  }
  .lunch-bot .price {
    display: block;
    width: 30%;
    text-align: right;
    margin: 0 0 15px;
    font-size: 20px;
    line-height: 35px;
  }
  .lunch-bot .btn {
    width: 100%;
  }
  .lunch .fancybox-close-small {
    padding: 0 !important;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: url(/local/templates/joe/images/close-black.svg) no-repeat center #FFFFFF;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    top: 16px;
    right: 15px;
  }
  .lunch .fancybox-close-small svg {
    display: none;
  }
}

/* End */


/* Start:/local/templates/joe/js/swiper/css/swiper.min.css?168437079913681*/
/**
 * Swiper 6.3.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: October 30, 2020
 */

@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') format('woff');font-weight:400;font-style:normal}:root{--swiper-theme-color:#007aff}.swiper-container{margin-left:auto;margin-right:auto;position:relative;overflow:hidden;list-style:none;padding:0;z-index:1}.swiper-container-vertical>.swiper-wrapper{flex-direction:column}.swiper-wrapper{position:relative;width:100%;height:100%;z-index:1;display:flex;transition-property:transform;box-sizing:content-box}.swiper-container-android .swiper-slide,.swiper-wrapper{transform:translate3d(0px,0,0)}.swiper-container-multirow>.swiper-wrapper{flex-wrap:wrap}.swiper-container-multirow-column>.swiper-wrapper{flex-wrap:wrap;flex-direction:column}.swiper-container-free-mode>.swiper-wrapper{transition-timing-function:ease-out;margin:0 auto}.swiper-slide{flex-shrink:0;width:100%;height:100%;position:relative;transition-property:transform}.swiper-slide-invisible-blank{visibility:hidden}.swiper-container-autoheight,.swiper-container-autoheight .swiper-slide{height:auto}.swiper-container-autoheight .swiper-wrapper{align-items:flex-start;transition-property:transform,height}.swiper-container-3d{perspective:1200px}.swiper-container-3d .swiper-cube-shadow,.swiper-container-3d .swiper-slide,.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top,.swiper-container-3d .swiper-wrapper{transform-style:preserve-3d}.swiper-container-3d .swiper-slide-shadow-bottom,.swiper-container-3d .swiper-slide-shadow-left,.swiper-container-3d .swiper-slide-shadow-right,.swiper-container-3d .swiper-slide-shadow-top{position:absolute;left:0;top:0;width:100%;height:100%;pointer-events:none;z-index:10}.swiper-container-3d .swiper-slide-shadow-left{background-image:linear-gradient(to left,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-right{background-image:linear-gradient(to right,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-top{background-image:linear-gradient(to top,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-3d .swiper-slide-shadow-bottom{background-image:linear-gradient(to bottom,rgba(0,0,0,.5),rgba(0,0,0,0))}.swiper-container-css-mode>.swiper-wrapper{overflow:auto;scrollbar-width:none;-ms-overflow-style:none}.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar{display:none}.swiper-container-css-mode>.swiper-wrapper>.swiper-slide{scroll-snap-align:start start}.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:x mandatory}.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper{scroll-snap-type:y mandatory}: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(-1 * var(--swiper-navigation-size)/ 2);z-index:10;cursor:pointer;display:flex;align-items: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;text-transform:none;font-variant:initial;line-height:1}.swiper-button-prev,.swiper-container-rtl .swiper-button-next{left:10px;right:auto}.swiper-button-prev:after,.swiper-container-rtl .swiper-button-next:after{content:'prev'}.swiper-button-next,.swiper-container-rtl .swiper-button-prev{right:10px;left:auto}.swiper-button-next:after,.swiper-container-rtl .swiper-button-prev:after{content:'next'}.swiper-button-next.swiper-button-white,.swiper-button-prev.swiper-button-white{--swiper-navigation-color:#ffffff}.swiper-button-next.swiper-button-black,.swiper-button-prev.swiper-button-black{--swiper-navigation-color:#000000}.swiper-button-lock{display:none}.swiper-pagination{position:absolute;text-align:center;transition:.3s opacity;transform:translate3d(0,0,0);z-index:10}.swiper-pagination.swiper-pagination-hidden{opacity:0}.swiper-container-horizontal>.swiper-pagination-bullets,.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{transform:scale(.33);position:relative}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main{transform:scale(1)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev{transform:scale(.33)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next{transform:scale(.66)}.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next{transform:scale(.33)}.swiper-pagination-bullet{width:8px;height:8px;display:inline-block;border-radius:100%;background:#000;opacity:.2}button.swiper-pagination-bullet{border:none;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-active{opacity:1;background:var(--swiper-pagination-color,var(--swiper-theme-color))}.swiper-container-vertical>.swiper-pagination-bullets{right:10px;top:50%;transform:translate3d(0px,-50%,0)}.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet{margin:6px 0;display:block}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{top:50%;transform:translateY(-50%);width:8px}.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{display:inline-block;transition:.2s transform,.2s top}.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet{margin:0 4px}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic{left:50%;transform:translateX(-50%);white-space:nowrap}.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{transition:.2s transform,.2s left}.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet{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%;transform:scale(0);transform-origin:left top}.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill{transform-origin:right top}.swiper-container-horizontal>.swiper-pagination-progressbar,.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite{width:100%;height:4px;left:0;top:0}.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,.swiper-container-vertical>.swiper-pagination-progressbar{width:4px;height:100%;left:0;top:0}.swiper-pagination-white{--swiper-pagination-color:#ffffff}.swiper-pagination-black{--swiper-pagination-color:#000000}.swiper-pagination-lock{display:none}.swiper-scrollbar{border-radius:10px;position:relative;-ms-touch-action:none;background:rgba(0,0,0,.1)}.swiper-container-horizontal>.swiper-scrollbar{position:absolute;left:1%;bottom:3px;z-index:50;height:5px;width:98%}.swiper-container-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:flex;justify-content: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%;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;transform-origin:50%;animation:swiper-preloader-spin 1s infinite linear;box-sizing:border-box;border:4px solid var(--swiper-preloader-color,var(--swiper-theme-color));border-radius:50%;border-top-color:transparent}.swiper-lazy-preloader-white{--swiper-preloader-color:#fff}.swiper-lazy-preloader-black{--swiper-preloader-color:#000}@keyframes swiper-preloader-spin{100%{transform:rotate(360deg)}}.swiper-container .swiper-notification{position:absolute;left:0;top:0;pointer-events:none;opacity:0;z-index:-1000}.swiper-container-fade.swiper-container-free-mode .swiper-slide{transition-timing-function:ease-out}.swiper-container-fade .swiper-slide{pointer-events:none;transition-property:opacity}.swiper-container-fade .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-fade .swiper-slide-active,.swiper-container-fade .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube{overflow:visible}.swiper-container-cube .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1;visibility:hidden;transform-origin:0 0;width:100%;height:100%}.swiper-container-cube .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-cube.swiper-container-rtl .swiper-slide{transform-origin:100% 0}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-cube .swiper-slide-active,.swiper-container-cube .swiper-slide-next,.swiper-container-cube .swiper-slide-next+.swiper-slide,.swiper-container-cube .swiper-slide-prev{pointer-events:auto;visibility:visible}.swiper-container-cube .swiper-slide-shadow-bottom,.swiper-container-cube .swiper-slide-shadow-left,.swiper-container-cube .swiper-slide-shadow-right,.swiper-container-cube .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}.swiper-container-cube .swiper-cube-shadow{position:absolute;left:0;bottom:0px;width:100%;height:100%;background:#000;opacity:.6;-webkit-filter:blur(50px);filter:blur(50px);z-index:0}.swiper-container-flip{overflow:visible}.swiper-container-flip .swiper-slide{pointer-events:none;-webkit-backface-visibility:hidden;backface-visibility:hidden;z-index:1}.swiper-container-flip .swiper-slide .swiper-slide{pointer-events:none}.swiper-container-flip .swiper-slide-active,.swiper-container-flip .swiper-slide-active .swiper-slide-active{pointer-events:auto}.swiper-container-flip .swiper-slide-shadow-bottom,.swiper-container-flip .swiper-slide-shadow-left,.swiper-container-flip .swiper-slide-shadow-right,.swiper-container-flip .swiper-slide-shadow-top{z-index:0;-webkit-backface-visibility:hidden;backface-visibility:hidden}
/* End */


/* Start:/local/templates/joe/template_styles.css?1766483778110614*/
@font-face{
    font-family: 'PT Mono';
    src: url('/local/templates/joe/fonts/PTMono-Regular.eot');
    src: url('/local/templates/joe/fonts/PTMono-Regular.eot') format('embedded-opentype'),
    url('/local/templates/joe/fonts/PTMono-Regular.woff') format('woff'),
    url('/local/templates/joe/fonts/PTMono-Regular.ttf') format('truetype'),
    url('/local/templates/joe/fonts/PTMono-Regular.svg#ofont_ru_PTMono') format('svg');
    font-style: normal;
    font-weight: normal;
}
@font-face{
    font-family: 'PT Mono';
    src: url('/local/templates/joe/fonts/PTMonoBold.eot');
    src: url('/local/templates/joe/fonts/PTMonoBold.eot') format('embedded-opentype'),
    url('/local/templates/joe/fonts/PTMonoBold.woff2') format('woff2'),
    url('/local/templates/joe/fonts/PTMonoBold.woff') format('woff'),
    url('/local/templates/joe/fonts/PTMonoBold.ttf') format('truetype'),
    url('/local/templates/joe/fonts/PTMonoBold.svg#ofont_ru_PTMono') format('svg');
    font-style: normal;
    font-weight: bold;
}
body, html{
    padding: 0;
    margin: 0;
    font-family: 'Ubuntu', 'PT Mono', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 20px;
    color: #7D776E;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-rendering: optimizeLegibility;
    font-variant-numeric: proportional-nums;
}
*{
    box-sizing: border-box;
    outline: none;
}
p:first-child, h2:first-child, h3:first-child{
    margin-top: 0;
}
p:last-child, h2:last-child, h3:last-child{
    margin-bottom: 0;
}
a{
    text-decoration: none;
    color: #7D776E;
    transition: all .3s;
}
h1, .title-h1,
h2, .title-h2,
h3, .title-h3,
h4, .title-h4,
h5, .title-h5{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 28px;
    color: #000000;
}
.title-h1,
.title-h2,
.title-h3,
.title-h4,
.title-h5{
    margin-bottom: 11px;
}
h2, .title-h2{
    font-size: 20px;
    line-height: 24px;
}
h3, .title-h3{
    font-size: 16px;
    line-height: 24px;
}
h4, .title-h4{
    font-size: 14px;
    line-height: 20px;
}
h5, .title-h5{
    font-size: 11px;
    line-height: 24px;
    margin-bottom: 5px;
}
.hidden{
    overflow: hidden;
}
.btn{
    display: inline-block;
    vertical-align: top;
    padding: 13px 19px;
    border: 2px solid #DB4222;
    border-radius: 12px;
    text-align: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 22px;
    letter-spacing: 0.02em;
    background-color: #ffffff;
    color: #DB4222;
    cursor: pointer;
    transition: .3s background-color, .3s color;
    box-shadow: 0 15px 15px -10px rgba(219, 66, 34, 0.3);
}
.btn:hover{
    box-shadow: none;
}
.btn--white{
    color: #ffffff;
    background-color: transparent;
    border-color: #ffffff;
    box-shadow: none;
}
.btn--bl{
    background-color: #ffffff;
    border-color: #ffffff;
    color: #333333;
    box-shadow: 0 8px 28px rgba(0, 0, 0, 0.14);
}
.btn--bl:hover{
    box-shadow: 0 8px 8px rgba(0, 0, 0, 0.14);
}
.btn--orange{
    background-color: #DB4222;
    color: #ffffff;
}
.wrap{
    width: 100%;
    margin: 0 auto;
    padding: 0 15px;
}
.main{
    padding-top: 102px;
    max-width: 100%;
    overflow: hidden;
}
header{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    transition: all .5s ease-in-out;
}
.body--header-tiny header.up{
    animation: headerUp .5s ease-in-out forwards;
}
.body--header-tiny header.down{
    animation: headerDown .5s ease-in-out forwards;
}
@keyframes headerUp{
    from{
        transform: translateY(-64px);
    }
    to{
        transform: translateY(0);
    }
}
@keyframes headerDown{
    from{
        transform: translateY(0);
    }
    to{
        transform: translateY(-64px);
    }
}
.header-top{
    background-color: #ffffff;
    padding: 17px 0 22px;
    position: relative;
    box-shadow: 0px 4px 35px rgba(0, 0, 0, 0.11);
}
.header-top .wrap{
    padding: 0 17px 0 16px;
}
.burger{
    display: inline-block;
    vertical-align: middle;
    margin: 5px 20px 0 0;
    width: 24px;
    height: 10px;
    cursor: pointer;
    position: relative;
}
.hamburger-menu:after, .hamburger-menu:before{
    content: "";
    position: absolute;
    left: 0;
    width: 24px;
    height: 2px;
    background: #333333;
    border-radius: 20px;
}
.hamburger-menu{
    display: block;
}
.hamburger-menu:before{
    bottom: 8px;
    transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu:after{
    width: 19px;
    top: 8px;
    transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:after{
    top: 4px;
    width: 24px;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.hamburger-menu.animate:before{
    bottom: 4px;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
}
.lk{
    display: inline-block;
    vertical-align: middle;
    width: 20px;
    height: 20px;
    margin: 5px 15px 0 0;
    background: url("/local/templates/joe/images/lk.svg") no-repeat center;
    background-size: contain;
}
.logo{
    display: block;
    width: 89px;
    height: 42px;
    background: url("/local/templates/joe/images/logo.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.favorites{
    display: inline-block;
    vertical-align: middle;
    width: 21px;
    height: 28px;
    background: url(/local/templates/joe/images/favorite.svg) no-repeat center;
    background-size: contain;
    float: right;
    margin-left: 24px;
    position: relative;
}
.basket {
    display: inline-block;
    vertical-align: middle;
    float: right;
    margin-left: 22px;
}
.basket a {
    width: 21px;
    height: 23px;
    background: url(/local/templates/joe/images/basket.svg) no-repeat center;
    background-size: contain;
    display: inline-block;
    position: relative;
}
[data-js-count]:before{
    content: attr(data-js-count);
    display: block;
    width: 18px;
    height: 18px;
    background: #DB4222;
    border: 2px solid #FFFFFF;
    border-radius: 11px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 10px;
    line-height: 19px;
    text-align: center;
    letter-spacing: -0.07em;
    color: #FFFFFF;
    position: absolute;
    top: -6px;
    left: -10px;
    z-index: 1;
}
.menu-close-bg{
    display: none;
    position: fixed;
    right: 0;
    top: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,.3);
    opacity: 0;
    z-index: 11;
    cursor: pointer;
    transition:  all .5s;
}
.active.menu-close-bg{

    z-index: 11;
    display: block;
    animation: show .8s forwards;
}
@keyframes show{
    to{
        opacity: 1;
    }
}
.menu{
    position: fixed;
    width: 320px;
    top: 0;
    left: 0;
    bottom: 0;
    /*background: url("/local/templates/joe/images/menu-bg.svg") no-repeat -233% 13% #333333;*/
    background: #333333;
    padding: 32px 33px 34px;
    color: #FCF8F2;
    opacity: 0;
    transform: translateX(-101%);
    z-index: 12;
    transition: all .5s;
    overflow: auto;
}
.menu-holder{
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 32px 33px 34px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    z-index: 1;
}
.menu-holder::-webkit-scrollbar{
    display: none;
}
.menu-holder__content{
    position: relative;
    width: 100%;
    padding-bottom: 200px;
    height: 100%;
    min-height: 500px;
}
.menu-holder:after{
    background: linear-gradient(to top, #333333 82%, transparent);
    text-align: left;
    bottom: 0;
}
.opened.menu{
    transform: translateX(0);
    opacity: 1;
}
.menu .footer-logo{
    width: 91px;
    height: 42px;
    margin-bottom: 24px;
    margin-left: 0;
}
.menu-close{
    display: block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/close.svg") no-repeat center #DB4222;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 100px;
    position: absolute;
    top: 16px;
    right: 16px;
    z-index: 2;
}
.menu-top{
    margin: 0 0 26px;
    padding: 0;
    list-style: none;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 42px;
    color: #FCF8F2;
}
.menu-top a{
    display: block;
    color: #FCF8F2;
}
.menu-top a span{
    display: inline-block;
    vertical-align: top;
    position: relative;
}
.menu-bot{
    margin: 0 0 33px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 16px;
    line-height: 32px;
    color: #FCF8F2;
}
.menu-bot a{
    display: block;
    color: #FCF8F2;
    position: relative;
}
a.menu-top--promo span{
    position: relative;
    padding-right: 21px;
}
a.menu-top--promo span:after{
    content: '';
    display: block;
    width: 13px;
    height: 21px;
    background: url("/local/templates/joe/images/fire.svg");
    position: absolute;
    right: 0;
    top: 45%;
    transform: translateY(-50%);
}
.menu-phone{
    /*padding: 34px 0 0 60px;*/
    padding: 0 0 12px 60px;
    position: relative;
}
.menu-phone:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #DB4222;
    border-radius: 9px;
    background: url("/local/templates/joe/images/phone.svg") no-repeat center #333333;
    position: absolute;
    left: 0;
    bottom: 0;
}
.menu-phone a{
    display: block;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: #FCF8F2;
}
.menu-phone span{
    display: block;
    font-size: 13px;
    line-height: 15px;
    color: #9A9494;
}
.header-bot{
    background-color: #333333;
    color: #ffffff;
}
.header-bot__menu{
    width: calc(100% + 30px);
    overflow: auto;
    margin: 0 -15px;
    -webkit-overflow-scrolling: touch;
    transition: all .5s;
    /*border-bottom: 1px solid rgba(255,255,255,.1);*/
}
.header-bot__menu:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 1px;
    background: rgba(255,255,255,.1);
}
.header-bot__menu::-webkit-scrollbar{
    display: none;
}
.header-bot ul{
    width: max-content;
    width: -webkit-max-content;
    list-style: none;
    padding: 0;
    margin: 0;

}
.header-bot li{
    display: inline-block;
    vertical-align: top;
}
.header-bot li a{
    display: block;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #FCF8F2;
    padding: 10px 16px 9px;
    position: relative;
}
.header-bot li a:after{
    content: '';
    display: block;
    height: 3px;
    background-color: #DB4222;
    position: absolute;
    /*bottom: -1px;*/
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 0;
    transition: all .3s;
}
.header-bot li a.active:after,
.header-bot li a:hover:after{
    opacity: 1;
}
.owl-carousel.promo,
.promo{
    width: auto;
    padding: 16px 0 15px;
    margin: 0 -15px;
    background-color: #FFF;
    color: #ffffff;
}
.promo.owl-carousel .owl-stage-outer{
    padding-left: 7px;
}
.promo .owl-stage{
    padding-top: 40px;
}
.promo__item{
    display: inline-block;
    vertical-align: top;
    color: #ffffff;
    background: no-repeat center rgba(219, 66, 34, 0.03);
    background-size: cover;
    margin: 0 9px 10px;
    width: 164px;
    height: 200px;
    text-align: center;
    padding: 36px 20px 110px;
    position: relative;
    border-radius: 12px;
    z-index: 1;
    overflow: hidden;
}
@media (min-width: 1024px) {
    .promo__item:hover{
        transform: translateY(-20px);
    }
}
.promo__item:before{
    content: '';
    display: block;
    width: 12px;
    height: 12px;
    background: url("/local/templates/joe/images/star.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 12px;
    left: 12px;
    z-index: 1;
}
.promo__item--story:before{
    width: 8px;
    height: 10px;
    background-image: url("/local/templates/joe/images/flag.svg");
}
.promo__item--video:before{
    display: none;
}
.promo__item--video:after,
.promo__item--story:after{
    content: '';
    display: block;
    position: absolute;
    top: -2px;
    left: -2px;
    right: -2px;
    bottom: 0;
    background: linear-gradient(360deg, rgba(44, 44, 44, 0.85) -1.19%, rgba(45, 45, 46, 0) 61.43%);
    transform: rotate(-180deg);
    z-index: 0;
}
.promo__item-count{
    display: block;
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 1;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 22px;
    color: #FFFFFF;
    min-width: 20px;
    height: 20px;
    background: rgba(51, 51, 51, 0.46);
    border-radius: 20px;
    text-align: center;
}
.promo__item-play{
    display: block;
    position: absolute;
    top: 10px;
    right: 12px;
    z-index: 1;
    width: 20px;
    height: 20px;
    background: url("/local/templates/joe/images/video-btn.svg") no-repeat 3px 50% #C63C1E;
    border-radius: 20px;
}
.promo__item-content {
    display: block;
    z-index: 1;
    position: relative;
}
.promo__item-title{
    color: #ffffff;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    position: relative;
    z-index: 1;
}
.promo__item-btn{
    padding: 8px 17px;
    position: absolute;
    bottom: 58px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    font-size: 14px;
    line-height: 16px;
    border-radius: 10px;
}
.promo__item-img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: no-repeat center 101%;
    background-size: auto 56%;
    z-index: 0;
}
.catalog{
    padding: 39px 0 0;
    position: relative;
}
.catalog-title{
    display: block;
    margin: 0;
}
.catalog-items__count{
    display: inline-block;
    vertical-align: top;
    position: absolute;
    right: 0;
    top: 68px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 13px;
    line-height: 28px;
    color: #7D776E;
}
.catalog-filter{
    display: inline-block;
    vertical-align: top;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/filter.svg") no-repeat center #333333;
    background-size: 20px 21px;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 100px;
    margin: -8px 0 0 15px;
}
.filter{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #FFFFFF;
    padding: 0 16px;
    z-index: 12;
    opacity: 0;
    transform: translateX(101%);
    transition: all .5s;
}
.filter.opened{
    opacity: 1;
    transform: translateX(0);
}
.filter-top{
    border-bottom: 1px solid #E1E1E1;
    padding: 20px 0;
    position: relative;
}
.filter-close{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    padding-left: 30px;
    position: relative;
}
.filter-close:before{
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background: url("/local/templates/joe/images/arr-r.svg") no-repeat center;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-55%) rotate(180deg);
}
.filter-top .logo{
    right: 0;
    left: auto;
    top: 50%;
    transform: translateY(-50%);
    width: 60px;
    height: 32px;
}
.filter-mid{
    overflow: auto;
    padding: 25px 0 0;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    top: 65px;
    bottom: 80px;
    left: 16px;
    right: 16px;
}
.filter-mid::-webkit-scrollbar{
    display: none;
}
.filter-btn{
    position: absolute;
    bottom: 20px;
    left: 16px;
    right: 16px;
}
.filter-title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin-bottom: 22px;
}
.radio-holder{
    display: block;
    cursor: pointer;
    margin: 0;
    min-height: 40px;
}
.radio{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
    margin: 6px 12px 0 0;
    transition: all .3s;
}
.checked.radio{
    border: 8px solid #DB4222;
}
.radio + span{
    display: inline-block;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    color: #333333;
    width: calc(100% - 36px);
    transition: all .3s;
}
.radio:hover + span,
.checked.radio + span{
    color: #DB4222;
}
.catalog-item{
    margin: 0 0 11px;
    padding: 13px 0 23px;
    border-bottom: 1px solid #E1E1E1;
}
.catalog-item--stop {
    filter: grayscale(1);
}
.catalog-item:last-child{
    border-bottom: 0;
    /*margin-bottom: 0;*/
}
.catalog-item__img{
    display: inline-block;
    vertical-align: top;
    width: 124px;
    height: 124px;
    background: no-repeat center center;
    background-size: auto 95%;
    filter: drop-shadow(2px 4px 6px rgba(0,0,0,.1));
    transition: none;
}
.catalog-item:hover .catalog-item__img{
}
.catalog-item:hover a.catalog-item__title{
    color: #DB4222;
}
.catalog-item__weight {
    margin: 0 0 5px 0;
}
.catalog-item__info{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 124px);
    padding: 0 0 32px 8px;
    position: relative;
}
.like{
    display: block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/like.svg") no-repeat center, url("/local/templates/joe/images/like-h.svg") no-repeat center, #FFFFFF;
    background-size: auto, 0;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 9px;
    position: absolute;
}
.like.active{
    background-color: #DB4222;
    box-shadow: 0 6px 28px rgba(219, 66, 34, 0.14);
    background-size: 0, auto;
}
.catalog-item__like{
    display: none;
    top: 0;
    right: 16px;
    width: 36px;
    height: 36px;
}
.catalog-item__like:hover{
    box-shadow: 0 6px 6px rgba(0, 0, 0, 0.14);
}
.catalog-item__subtitle{
    display: none;
    margin-bottom: 5px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    color: #DB4222;
    padding-right: 40px;
}
.catalog-item__title{
    display: block;
    font-size: 14px;
    line-height: 16px;
    margin-bottom: 4px;
    /*padding-right: 40px;*/
}
.catalog-item__text{
    display: block;
    font-size: 10px;
    line-height: 16px;
    min-height: 114px;
    color: #7D776E;
    padding-bottom: 10px;
}
.catalog-item__prices{
    display: block;
    /*padding-right: 125px;*/
    position: absolute;
    left: 8px;
    bottom: 0;
}
.price{
    display: block;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    text-transform: uppercase;
    color: #000000;
}
.price .pre{
    display: inline-block;
    font-size: 14px;
    line-height: 24px;
    margin-right: -7px;
    margin-left: -15px;
    text-transform: none;
}
.price .r{
    margin-left: -7px;
    font-weight: normal;
}
.catalog-item__btn{
    position: absolute;
    right: 0;
    bottom: 0;
    padding: 0;
    width: 32px;
    height: 32px;
    background: no-repeat url('/local/templates/joe/./images/icon-plus.svg') center center;
    background-size: contain;
    color: transparent;
    /*overflow: hidden;*/
    white-space: nowrap;
    z-index: 5;
    border-radius: 0;
    border: none;
    box-shadow: none;
    font-size: 1px;
    /*left: 50%;*/
}
footer{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    background: url("/local/templates/joe/images/footer-bg.svg") repeat 0 0 #333333;
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
}
footer a{
    color: #ffffff;
}
footer .wrap{
    padding: 0 32px;
}
.footer-top{
    padding: 31px 0;
}
.footer-logo{
    display: inline-block;
    width: 114px;
    height: 54px;
    margin-bottom: 21px;
    background: url("/local/templates/joe/images/logo-w.svg") no-repeat center;
    background-size: contain;
    margin-left: -10px;
}
.footer-box{
    margin-bottom: 27px;
}
.footer-title{
    font-weight: bold;
    font-size: 17px;
    line-height: 26px;
    color: #FCF8F2;
    margin-bottom: 8px;
}
.footer-text .phone{
    font-size: 18px;
    line-height: 20px;
}
.footer-top .social{
    margin: 35px 0 -15px;
}
.social a{
    display: inline-block;
    margin-bottom: 16px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 40px;
    letter-spacing: 0.95em;
    text-transform: uppercase;
    color: #FCF8F2;
    position: relative;
    padding-left: 60px;
}
.social a:before{
    content: '';
    display: block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/vk.svg") no-repeat center #FCF8F2;
    border-radius: 9px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.social a.inst:before{
    background-image: url("/local/templates/joe/images/inst.svg");
}
.social a.tg:before{
    background-image: url("/local/templates/joe/images/tg.svg");
}
.footer-bot{
    font-size: 13px;
    line-height: 26px;
    padding: 22px 0 24px;
    border-top: 1px solid rgba(255,255,255,.1);
    position: relative;
}
.footer-bot:before{
    content: '';
    display: block;
    width: 22px;
    height: 15px;
    background: url("/local/templates/joe/images/fire.svg") no-repeat center #333333;
    background-size: 9px 15px;
    position: absolute;
    top: -11px;
    left: 50%;
    transform: translateX(-50%);
}
.footer-bot span{
    display: block;
}
/*.tab-mobile{*/
/*    display: none;*/
/*    position: relative;*/
/*}*/
/*.tab-mobile.active{*/
/*    display: block;*/
/*}*/
.pop-product{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: 0;
    padding: 0;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
}
.item-clone{
    display: none;
}
.pop-product::-webkit-scrollbar{
    display: none;
}
.pop-product .fancybox-button{
    display: none;
}
.pop-product__content{
    /*position: relative;*/
}
.product-close{
    display: block;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/close-black.svg") no-repeat center #FFFFFF;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 100px;
    position: absolute;
    top: 16px;
    right: 15px;
    z-index: 10;
}
.product-like{
    top: 16px;
    left: 15px;
    z-index: 10;
}
.product-img{
    height: 230px;
    background: no-repeat 50% 100%;
    background-size: cover;
    position: relative;
}
.label{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 11px;
    line-height: 24px;
    color: #FFFFFF;
    padding: 1px 12px;
    text-align: center;
    background: #78BB61;
    border-radius: 7px;
    position: absolute;
    top: 184px;
    left: 16px;
}
.label--sale{
    background-color: #DB4222;
}
.label--choice{
    background-color: #823BB9;
}
.product-info{
    padding: 30px 15px 150px;
    text-align: center;
    /*position: relative;*/
    /*min-height: calc(100vh - 210px);*/
}
.product-btn{
    font-size: 18px;
    line-height: 22px;
    padding: 15px 19px;
    /*width: 100%;*/
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 24px;
    right: 16px;
}
.product-weight{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #333333;
    margin-bottom: 20px;
    text-align: left;
    position: absolute;
    z-index: 2;
    left: 16px;
    bottom: 81px;
}
.product-text{
    margin-bottom: 11px;
}
.product-prices{
    display: inline-block;
    vertical-align: top;
    z-index: 2;
    width: 50%;
    text-align: right;
    margin-bottom: 17px;
    position: absolute;
    right: 16px;
    bottom: 81px;
}
.product-prices .price{
    font-size: 28px;
    line-height: 35px;
    color: #333333;
}
.product-prices .price .r{
    margin-left: 3px;
}
.product-all-text{
    display: block;
    text-align: center;
    position: relative;
    font-size: 14px;
    line-height: 24px;
    color: #DB4222;
    margin-bottom: 22px;
}
.product-all-text span{
    display: inline-block;
    position: relative;
    padding-right: 15px;
}
.product-all-text span:after{
    content: '';
    display: block;
    width: 10px;
    height: 6px;
    background: url(/local/templates/joe/images/arr-down.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    right: 0;
    top: 10px;
}
.product-composition-ico{
    display: block;
    width: 40px;
    height: 40px;
    border: 9px solid #ffffff;
    background-color: #7D776E;
    border-radius: 100px;
    position: absolute;
    right: 12px;
    top: 200px;
}
.product-composition-ico:before{
    content: '';
    display: block;
    width: 20px;
    height: 20px;
    border-radius: 100px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: url("/local/templates/joe/images/info.svg") no-repeat center #ffffff;
}
.product-composition-ico.active{
    background-color: #7D776E;
}
.active.product-composition-ico:before{
    filter: brightness(100);
    background-color: transparent;
}
.product-composition{
    position: absolute;
    top: 250px;
    left: 15px;
    right: 15px;
    background-color: #7D776E;
    border-radius: 10px;
    color: #FFFFFF;
    /*opacity: 0;*/
    z-index: 10;
    display: none;
}
.opened.product-composition{
    z-index: 12;
    opacity: 1;
}
.product-composition__content{
    padding: 28px 24px 24px;
}
.product-composition:after{
    content: '';
    display: block;
    width: 35px;
    height: 39px;
    background: url("/local/templates/joe/images/tail.svg");
    position: absolute;
    top: -17px;
    right: 16px;
}
.product-composition__title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 28px;
    margin-bottom: 10px;
}
.product-composition__ul{
    list-style: none;
    padding: 0;
    margin: 0 -4px;
}
.product-composition__ul li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    position: relative;
}
.product-composition__ul li:after{
    content: '';
    display: block;
    height: 1px;
    position: absolute;
    left: 5px;
    right: 5px;
    bottom: 4px;
    background: url("/local/templates/joe/images/dot.svg") repeat-x bottom;
    z-index: 0;
}
.product-composition__ul li span{
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 149.37%;
    background-color: #7D776E;
    padding: 0 4px;
    position: relative;
    z-index: 1;
}
.product-composition__ul li span:last-child{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 13px;
    line-height: 149.37%;
}
.product-pizza__size{
    margin: 29px 0 16px;
}
.product-pizza__sous > span,
.product-pizza__size > span{
    display: inline-block;
    vertical-align: top;
    width: 77px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 32px;
    color: #333333;
    margin-top: 8px;
    text-align: left;
}
.switch{
    display: block;
    vertical-align: top;
    /*width: 100%;*/
    background: #f7f0e6;
    border-radius: 71px;
    padding: 4px;
    position: relative;
    /*position: absolute;*/
    /*left: 15px;*/
    /*right: 0;*/
    /*margin: 0;*/
    /*bottom: 80px;*/
    cursor: pointer;
}
.catalog-item__info .switch{
    margin: 20px 0 0;
}

.pop-product .switch{
    width: calc(100% - 77px);
}
.switch:after{
    content: '';
    display: block;
    width: calc((100% - 8px) / 2);
    position: absolute;
    top: 4px;
    bottom: 4px;
    left: 4px;
    background: #FFFFFF;
    box-shadow: 0 4px 4px rgba(199, 178, 145, 0.39);
    border-radius: 71px;
    transition: all .5s;
}
.switch.right:after{
    left: 50%;
}
.switch span{
    display: inline-flex;
    vertical-align: top;
    width: 50%;
    align-items: center;
    justify-content: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    cursor: pointer;
    font-size: 14px;
    line-height: 24px;
    color: #DB4222;
    border-radius: 71px;
    position: relative;
    z-index: 1;
    padding: 9px;
}
.switch span.active{
    color: #333333;
}
.product-pizza__sous{
    margin: 16px 0 0;
}
.product-pizza__sous .select{
    display: inline-flex;
    vertical-align: top;
    width: calc(100% - 77px);
}
.select{
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    border-radius: 71px;
    text-align: left;
    cursor: pointer;
}
.dropdown.select{
    border-radius: 20px 20px 0 0;
}
.dropup.select{
    border-radius: 0 0 20px 20px;
}
.jq-selectbox__select{
    width: 100%;
}
.jq-selectbox__select-text{
    width: 100%;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: -0.03em;
    color: #333333;
    padding: 12px 25px;
    position: relative;
}
.jq-selectbox__select-text:after{
    content: '';
    display: block;
    width: 12px;
    height: 7px;
    background: url("/local/templates/joe/images/arr-down.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    top: 20px;
    right: 21px;
    transition: all .3s;
}
.opened .jq-selectbox__select-text:after{
    transform: rotate(-180deg);
}
.jq-selectbox__dropdown{
    top: 100%;
    left: -1px;
    right: -1px;
    padding: 0;
    margin: 0;
    background-color: #ffffff;
    border: 1px solid #E1E1E1;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}
.dropup .jq-selectbox__dropdown{
    border-radius: 20px 20px 0 0;
}
.jq-selectbox__dropdown ul{
    list-style: none;
    margin: 0;
    padding: 0;
}
.jq-selectbox__dropdown li{
    padding: 12px 25px;
    border-bottom: 1px solid #E1E1E1;
    color: #333333;
}
.jq-selectbox__dropdown li:last-child{
    border-bottom: 0;
}
.catalog-item--drink .catalog-item__img{
    /*background-size: contain;*/
}
.catalog .catalog-item .label{
    display: none;
}
.switch--3 span{
    width: calc(100% / 3);
}
.switch--3:after{
    width: calc((100% - 8px) / 3);
}
.switch--3.r0:after{
    left: 4px;
}
.switch--3.r1:after{
    left: calc(100% / 3);
}
.switch--3.r2:after{
    left: calc(100% / 3 * 2);
}
.body--basket .main{
    padding-top: 0;
}
.basket-header{
    padding: 20px 0;
    position: relative;
}
.basket-header .logo{
    top: 50%;
    left: auto;
    right: 0;
    transform: translateY(-50%);
    width: 69px;
    height: 32px;
}
.basket-top{
    background-color: #333333;
    margin: 0 -15px;
    padding: 10px 15px;
    position: relative;
}
.basket-title{
    color: #ffffff;
    margin-bottom: 0;
}
.basket-title span{
    display: inline-block;
    border-radius: 100px;
    background-color: #DB4222;
    text-align: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 27px;
    padding: 1px 0;
    width: 27px;
    height: 27px;
    margin-left: 10px;
}
.basket-clear{
    position: absolute;
    right: 16px;
    top: 13px;
}
.basket-items{
    background: #FCF8F2;
    margin: 0 -15px 27px;
    padding: 21px 15px;
}
.basket-item{
    padding: 14px 0 69px;
    border-bottom: 1px solid #E1E1E1;
    position: relative;
}
.basket-item:last-child{
    /*border-bottom: 0;*/
}
.basket-item__img{
    display: none;
}
.basket-item__img--lunch {
    position: relative;
}
.basket-item__img--lunch img {
    position: absolute;
}
.basket-item__img--lunch .img-42 {
    width: 45px;
    top: 27px;
    right: 0;
    z-index: 2;
}
.basket-item__img--lunch .img-43 {
    width: 55px;
    top: 10px;
    left: 15px;
    z-index: 1;
}
.basket-item__img--lunch .img-44 {
    width: 65px;
    bottom: 0;
    left: 5px;
    z-index: 3;
}
.basket-item__remove{
    position: absolute;
    bottom: 20px;
    left: 0;
}
.basket-item__remove a{
    display: block;
    width: 24px;
    height: 24px;
    background: url("/local/templates/joe/images/close-black.svg") no-repeat center;
    background-size: 8px;
    border: 1px solid #E1E1E1;
    border-radius: 100px;
}
.basket-item__count{
    position: absolute;
    bottom: 20px;
    right: 0;
}
.count{
    width: 120px;
    display: flex;
    align-items: center;
}
.count span{
    width: 36px;
    height: 36px;
    border: 2px solid #DB4222;
    border-radius: 12px;
    background: url("/local/templates/joe/images/minus.svg") no-repeat center;
    cursor: pointer;
}
.count span:last-child{
    background-image: url("/local/templates/joe/images/plus.svg");
}
.count input{
    -webkit-appearance: none;
    border: none;
    background-color: transparent;
    text-align: center;
    padding: 2px;
    width: calc(100% - 72px);
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    letter-spacing: -0.02em;
    text-transform: uppercase;
    color: #000000;
}
.basket-item__info{
    display: inline-block;
    vertical-align: top;
    width: 65%;
}
.basket-item__prices{
    display: inline-block;
    vertical-align: top;
    width: 35%;
    text-align: right;
}
.basket-item__name{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.basket-item__weight{
    font-size: 13px;
    line-height: 24px;
    color: #7D776E;
}
.basket-total{
    padding: 30px 0 0;
}
.basket-total__title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 22px;
    color: #333333;
    margin-bottom: 2px;
    position: relative;
}
.basket-total__title span{
    position: absolute;
    right: 0;
    top: -6px;
    font-size: 24px;
    line-height: 35px;
}
.basket-total__delivery{
    font-size: 14px;
    line-height: 22px;
    color: #7D776E;
    /*margin-bottom: 20px;*/
    position: relative;
}
.basket-total__delivery span{
    position: absolute;
    top: 2px;
    right: 0;
    font-weight: normal;
    font-size: 11px;
    line-height: 22px;
    color: #7D776E;
    padding-left: 25px;
}
.basket-total__delivery span:before{
    content: '';
    display: block;
    width: 18px;
    height: 18px;
    border-radius: 100px;
    border: 1px solid #7D776E;
    background: url("/local/templates/joe/images/info.svg") no-repeat center;
    position: absolute;
    top: 0;
    left: 0;
    cursor: pointer;
}
.basket-total__promo{
    margin-top: 20px;
    display: flex;
    align-items: center;
}
.basket-total__promo-title{
    width: 100px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 15px;
    line-height: 20px;
    color: #333333;
}
.basket-total__promo-form{
    width: calc(100% - 100px);
    position: relative;
}
.basket-total__promo-form input{
    -webkit-appearance: none;
    outline: none;
    background: #FFFFFF;
    border: 1px solid #E1E1E1;
    box-sizing: border-box;
    box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.08);
    border-radius: 71px;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
    width: 100%;
    padding: 7px 21px;
}
.basket-total__promo-form input::placeholder{
    color: #A2A2A2;
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
}
.basket-total__promo-form button{
    background: #333333;
    border-radius: 71px;
    cursor: pointer;
    width: 55px;
    height: 32px;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4px;
    border: none;
    z-index: 1;
}
.basket-total__promo-form button:after{
    content: '';
    display: block;
    width: 18px;
    height: 16px;
    background: url("/local/templates/joe/images/arr-r.svg") no-repeat center;
    background-size: contain;
    filter: brightness(100);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}
.basket-delivery{
    margin-bottom: 20px;
}
.tab{
    display: none;
}
.tab.active{
    display: block;
}
.basket-delivery__links{
    border-bottom: 1px solid #E1E1E1;
    margin: 0 -15px 26px;
    padding: 0 15px;
}
.basket-delivery__link{
    display: inline-block;
    vertical-align: top;
    width: 50%;
    border-bottom: 3px solid transparent;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 20px;
    color: #333333;
    padding: 20px 0;
    text-align: center;
    margin-bottom: -1px;
}
.basket-delivery__link.active{
    border-bottom-color: #DB4222;
    color: #DB4222;
}
.basket-delivery__link--disable {
    font-size: 16px;
    color: #888;
}
.payment-delivery__link {
    width: 33.33%;
}

[data-if-delivery] {
    display: none;
}
[data-if-delivery].active {
    display: block;
}

.basket-delivery__text{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    color: #333333;
    font-size: 14px;
    line-height: 20px;
    margin-bottom: 20px;
}
.input-holder{
    display: inline-block;
    vertical-align: top;
    position: relative;
    margin-bottom: 17px;
    padding-top: 25px;
    cursor: pointer;
    width: 100%;
}
.input-holder--2{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 8px);
    margin-right: 16px;
}
.input-holder--2.last{
    margin-right: 0;
}
.input-holder--3{
    display: inline-block;
    vertical-align: top;
    width: calc((100% - 32px) / 3);
    margin-right: 16px;
}
.input-holder--3.last{
    margin-right: 0;
}
.input{
    -webkit-appearance: none;
    border-radius: 6px;
    border: 1px solid #E1E1E1;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 18px;
    line-height: 20px;
    color: #333333;
    background: #F9F9F9;
    width: 100%;
    max-width: 100%;
    padding: 11px 16px;
    letter-spacing: -0.03em;
    transition: all .3s;
}
.input::placeholder{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: normal;
    letter-spacing: 0;
    color: #A2A2A2;
}
.input + span{
    display: inline-block;
    vertical-align: top;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: bold;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
}
.input + span span{
    color: #DB4222;
}
.input-holder--error .input {
    border-color: #DB4222;
}
.no-cashback .input-holder,
.no-cashback .input-holder--2 {
    display: block;
    width: auto;
}
.basket-delivery .no-cashback .input-holder.check-holder {
    padding-top: 0;
}
textarea.input{
    font-family: 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 24px;
    font-weight: normal;
    padding: 12px 16px;
    transition: none;
}
textarea.input:active,
textarea.input:focus,
textarea.input:hover{
    border-width: 2px;
    padding: 11px 15px;
    border-color: #333333;
}
.select--2{
    display: inline-block;
    vertical-align: top;
    width: calc(50% - 12px);
    margin-right: 24px;
    position: relative;
}
.select--2.last{
    margin-right: 0;
}
.time{
    margin-bottom: 25px;
}
.time-title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 14px;
    line-height: 20px;
    color: #000000;
    margin-bottom: 11px;
    text-align: center;
}
.time .select--2.last:before{
    content: ' ';
    display: block;
    width: 4px;
    height: 12px;
    background: url(/local/templates/joe/images/dots.svg) no-repeat center;
    background-size: contain;
    position: absolute;
    top: 17px;
    left: -15px;
}
.basket-delivery .input-holder.check-holder,
.basket-delivery .input-holder.radio-holder{
    padding-top: 35px;
}
.basket-delivery .input-holder.check-holder .checked.check + span,
.basket-delivery .input-holder.radio-holder .checked.radio + span{
    color: #333333;
}
.cashback-variable{
    margin: 0 0 14px;
}
.cashback-variable a{
    display: inline-block;
    vertical-align: top;
    cursor: pointer;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #DB4222;
    margin-right: 35px;
    border-bottom: 1px dotted #DB4222;
}
.basket-check{
    margin: 20px 0 20px;
}
.check-holder{
    display: inline-block;
    /*width: 100%;*/
    /*margin: 20px 0 17px;*/
    position: relative;
    cursor: pointer;
}
.check-holder--confirm {
    margin: 20px 0 17px;
}
.check{
    display: inline-block;
    vertical-align: top;
    width: 24px;
    height: 24px;
    background: url("/local/templates/joe/images/ok.svg") no-repeat center;
    background-size: 0;
    margin-right: 10px;
    border: 1px solid #DB4222;
    border-radius: 6px;
    transition: all .3s;
}
.check + span{
    display: inline-block;
    vertical-align: top;
    width: calc(100% - 34px);
    font-weight: normal;
    font-size: 13px;
    line-height: 24px;
    color: #333333;
}
.check + span a, .check-holder a {
    color: #DB4222;
}
.checked.check{
    background-color: #DB4222;
    background-size: auto;
}
.basket-btn{
    width: 100%;
    margin: 0 0 20px;
}
.basket-sticky{
    background: #FFFFFF;
    box-shadow: 0 -4px 30px rgba(0, 0, 0, 0.07);
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 10;
    padding: 11px 16px 5px;
    display: flex;
    justify-content: space-between;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
    line-height: 35px;
    color: #333333;
    transition: all .5s;
}
.basket-sticky.down{
    bottom: -55px;
}
.basket-sticky .basket-total__title{
    line-height: 35px;
}
.promos-page__top{
    padding: 17px 0 15px;
}
.promos-page__count,
.promos-page__title{
    display: inline-block;
    vertical-align: top;
    width: 50%;
}
.promos-page__count{
    text-align: right;
    font-size: 13px;
    line-height: 24px;
    color: #B3B3B3;
}
.promos-page__title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 24px;
    color: #333333;
}
.promos-page__title span{
    display: none;
}
.body--promo .main{
    padding-top: 65px;
}
.body--promo .page-top{
    display: none;
}
.promos-page__items{
    margin-bottom: 24px;
}
.promos-item{
    display: block;
    width: 100%;
}
.body--promo .promos-item{
    margin-bottom: 20px;
}
.promos-item__right{
    display: block;
    position: relative;
}
.promos-item__right-content{
    display: block;
    width: 100%;
    background: linear-gradient(180deg, #DB4222 0%, #F32858 100%);
    border-radius: 12px;
    padding: 23px 90px 60px 16px;
    position: relative;
    color: #ffffff;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    min-height: 176px;
    overflow: hidden;
    z-index: 1;
}
.promos-item__left{
    display: none;
}
.promos-item--2 .promos-item__right-content{
    background: linear-gradient(180deg, #1D6117 0%, #71BE42 100%);
}
.promos-item--3 .promos-item__right-content{
    background: #ffffff;
    border: 1px solid #D7DAD9;
    color: #333333;
}
.promos-item__right-content:before{
    content: '';
    display: block;
    width: 108px;
    height: 177px;
    background: url("/local/templates/joe/images/fire-bg.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    bottom: -45px;
    left: 0;
    opacity: .5;
    z-index: 0;
}
.promos-item__right-content:after{
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background: url("/local/templates/joe/images/arr-r.svg") no-repeat center;
    background-size: contain;
    filter: brightness(100);
    position: absolute;
    bottom: 26px;
    left: 25px;
    z-index: 2;
}
.promos-item--3:after{
    filter: none;
}
.promos-item__date{
    display: block;
    font-size: 13px;
    line-height: 22px;
    margin-bottom: 10px;
    position: relative;
    z-index: 2;
}
.promos-item__title{
    display: block;
    font-size: 20px;
    line-height: 24px;
    /*max-width: 170px;*/
    position: relative;
    z-index: 2;
}
.promos-item--3 .promos-item__title{
    color: #DB4222;
}
.promos-item__img{
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    background: no-repeat right bottom;
    background-size: contain;
    z-index: 1;
}
.promo-detail__text{
    margin: 24px 17px 33px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: normal;
    font-size: 14px;
    line-height: 24px;
    color: #333333;
}
.body--order-thx .main{
    padding-top: 0;
}
.order-thx{
    /*padding: 16px 0;*/
    text-align: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    color: #333333;
    height: 100vh;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.order-thx__close{
    display: none;
    width: 40px;
    height: 40px;
    border-radius: 100px;
    margin: 0 auto 60px;
    background: url("/local/templates/joe/images/close.svg") no-repeat center #333333;
}
.order-thx__title{
    font-weight: bold;
    font-size: 22px;
    line-height: 26px;
    margin-bottom: 35px;
}
.order-thx__box{
    margin-bottom: 27px;
}
.order-thx__box-title{
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
}
.order-thx__number{
    display: inline-block;
    font-weight: bold;
    font-size: 27px;
    line-height: 40px;
    background-color: #333333;
    color: #ffffff;
    border-radius: 4px;
    padding: 0 4px;
}
.order-thx__date{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 40px;
}
.order-thx__btn{
    display: block;
    width: 136px;
    margin: 0 auto;
}
.promos-item .btn,
.italy,
.main-top,
.promo-detail__nav,
.promos-detail__bot,
.promo-detail__text .promos-item__date,
.promo-detail__name,
.product-name__sub > span{
    display: none;
}
/*****************************************/
.page-top{
    padding: 86px 0 16px;
}
.page-top h1{
    font-size: 46px;
    line-height: 28px;
}
.body--delivery .main{
    padding-bottom: 55px;
}
.delivery-box{
    max-width: 1035px;
    padding-left: 314px;
    padding-right: 20%;
    position: relative;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    margin-bottom: 63px;
}
.delivery-box__title{
    font-weight: bold;
    font-size: 22px;
    line-height: 32px;
    letter-spacing: 0.12em;
    text-transform: uppercase;
    color: #000000;
    position: absolute;
    top: 0;
    left: 0;
    max-width: 192px;
}
.delivery-box__sub{

    font-weight: bold;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    margin: 30px 0 5px;
    position: relative;
}
.delivery-box__sub:before{
    content: '';
    display: block;
    width: 24px;
    height: 2px;
    background: #DB4222;
    position: absolute;
    left: -45px;
    top: 10px;
}
.delivery-box__text{
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    color: #7D776E;
    margin-bottom: 25px;
}
.delivery-box__text span{
    font-weight: bold;
    color: #333333;
}
.delivery-box__item{
    background: #FCF8F2;
    border-radius: 8px;
    margin-bottom: 16px;
    display: flex;
    justify-content: space-between;
    padding: 18px 25px;
    font-weight: bold;
    font-size: 16px;
    line-height: 20px;
    color: #333333;
}
.delivery-box__item span span{
    color: #DB4222;
}

.delivery-box__text p{
    margin: 0;
}
.delivery-box__info ul{
    list-style: none;
    padding: 0;
    margin: 24px 0;
}
.delivery-box__info li{
    padding-left: 25px;
    position: relative;
}
.delivery-box__info li:before{
    content: '';
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 100px;
    background-color: #DB4222;
    position: absolute;
    left: 0;
    top: 7px;
}

.input:focus {
    position: relative;
    z-index: 11;
}
.suggestions {
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    display: none;
    z-index: 30;
    background: #fff;
    transform: translate3d(0, -5px, 0);
    border: 1px solid #E1E1E1;
}
.suggestions a {
    display: block;
    padding: 10px 15px;
}
.suggestions .if-not-address {
    padding: 5px 15px;
    font-size: 12px;
    line-height: 14px;
    display: block;
    background: rgba(255,255,255,.5);
    border-top: solid 1px rgba(0,0,0,.1);
}
.suggestions a:hover {
    background: #F9F9F9;
    color: #DB4222;
}
.suggestions a:first-child {
    padding-top: 15px;
}

.about-img{
    margin: 60px -3px 64px;
}
.about-img img{
    display: block;
    width: 100%;
}
.about-img--2{
    columns: 2;
    column-gap: 15px;
}
.unique-virtues{
    margin: 80px 0;
    padding: 68px 0 0;
    position: relative;
    border-top: 1px dotted #E1E1E1;
}
.unique-virtues__title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 46px;
    line-height: 56px;
    text-align: center;
    color: #000000;
    max-width: 700px;
    margin: 0 auto 79px;
}
.unique-virtues__items{
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}
.unique-virtues___item{
    display: inline-block;
    vertical-align: top;
    width: calc(100% / 2);
    padding: 0 8%;
    margin-bottom: 18px;
}

.dont-work {
    margin: 50px auto;
    max-width: 500px;
    background: #fdf8f2;
    padding: 20px;
    border: solid 1px #e57962;

    color: #000;
    font-family: 'PT Mono', monospace;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.unique-virtues___item img{
    display: block;
    width: 100%;
    max-width: 110px;
    max-height: 87px;
    margin: 0 auto 20px;
}
.unique-virtues___item span{
    display: block;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
    color: #000000;
    background: no-repeat center;
    background-size: contain;
    padding: 24px 0;
}
.unique-virtues___item--1 span{
    background-image: url("/local/templates/joe/images/virtues-bg-1.svg");
}
.unique-virtues___item--2 span{
    background-image: url("/local/templates/joe/images/virtues-bg-2.svg");
    padding: 10px 0;
}
.unique-virtues___item--3 span{
    background-image: url("/local/templates/joe/images/virtues-bg-3.svg");
    padding: 32px 0;
}
.unique-virtues___item--4 span{
    background-image: url("/local/templates/joe/images/virtues-bg-4.svg");
}
.unique-virtues___item--5 span{
    background-image: url("/local/templates/joe/images/virtues-bg-5.svg");
}
.body--about header + .wrap{
    position: relative;
}
.about-img-bg{
    position: absolute;
}
.about-img-bg img{
    display: block;
    width: 100%;
}
.about-img--slice{
    width: 12.2%;
    top: 65.2%;
    left: 79%;
}
.about-img--true{
    width: 17%;
    top: 8.8%;
    left: 76.5%;
}
.about-img--olive{
    width: 3.8%;
    top: 14.4%;
    left: 8%;
}
.about-img--mushroom{
    width: 9%;
    top: 64.5%;
    left: 8%;
}
.about-img--paper{
    width: 11.5%;
    top: -1.5%;
    left: 60%;
    filter: blur(4px);
    transform: matrix(-1, 0, 0, 1, 0, 0) rotate(-10deg);
}
.about-img--papers{
    width: 91%;
    top: 4%;
    left: 5%;
}
.about-img--cheese{
    width: 6.5%;
    top: 32.2%;
    left: 86%;
}
.body--about .page-top{
    padding: 86px 0 46px;
}
.body--about .delivery-box{
    padding-left: 268px;
}
.body--about .delivery-box__info > h3{
    margin-bottom: 26px;
}
.body--about .delivery-box__info > p{
    font-size: 15px;
    line-height: 24px;
}
.contacts{
    position: relative;
    max-width: calc(100vw - 284px);
    /*overflow: hidden;*/
}
.contacts-info{
    margin: 0 -50px 24px;
    max-width: 857px;
    padding: 0 50px;
    width: 82%;
}
.contacts-info__tr{
    font-size: 16px;
    line-height: 24px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    color: #333333;
    display: flex;
}
.contacts-info__td{
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding: 30px 0 33px;
    border-bottom: 1px solid #E1E1E1;
}
.contacts-info__tr:last-child .contacts-info__td{
    border-bottom: 0;
}
.contacts-info__td:first-child{
    margin-right: 18px;
    width: calc(35% - 15px);
}
.contacts-info__title{
    font-weight: bold;
    color: #000;
}
.contacts-info__text > span{
    display: block;
    margin-bottom: 16px;
}
.contacts-info__text > span:last-child{
    margin-bottom: 0;
}
.contacts-info__text .phone{
    font-weight: bold;
    font-size: 23px;
    line-height: 24px;
    color: #333333;
}
.contacts-info__text .mail{
    display: block;
    line-height: 18px;
    color: #333333;
}
.contacts-info__descr{
    font-size: 13px;
    line-height: 12px;
}
.map{
    height: 400px;
    margin: 0 0 50px 0;
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 1140px;*/
    /*width: calc(100vw - 235px);*/
    /*height: 100vh;*/
    /*background-color: #f4f4f4;*/
    /*transition: all .5s;*/
}
.map:before{
    /*content: '';*/
    /*display: block;*/
    /*height: 100px;*/
    /*position: absolute;*/
    /*top: 0;*/
    /*left: 0;*/
    /*right: 0;*/
    /*z-index: 2;*/
    /*background: linear-gradient(to bottom, rgba(0, 0, 0, 0.2), transparent);*/
}
.map.active{
    /*left: 284px;*/
}
.show-map{
    /*display: block;*/
    /*width: 40px;*/
    /*height: 40px;*/
    /*border-radius: 9px;*/
    /*background: #DB4222;*/
    /*position: absolute;*/
    /*bottom: 15px;*/
    /*left: 16px;*/
    /*z-index: 15;*/
}
.show-map:after{
    /*content: '';*/
    /*display: block;*/
    /*width: 100%;*/
    /*height: 100%;*/
    /*background: url("/local/templates/joe/images/arr-r.svg") no-repeat center;*/
    /*transform: rotate(180deg);*/
    /*filter: brightness(100);*/
}
.map.active .show-map:after{
    /*transform: rotate(0);*/
}
.feedback{
    background: #FCF8F2;
    max-width: 857px;
    margin: 0 -50px;
    padding: 78px 50px 36px;
}
.feedback-form{
    max-width: 523px;
    margin: 0 auto;
}
.feedback-title{
    color: #333333;
    margin: 0 0 16px;
}
.feedback-text{
    font-size: 14px;
    line-height: 24px;
    margin-bottom: 17px;
}
.feedback-text span a{
    color: #333333;
}
.feedback-text span{
    display: block;
    font-weight: bold;
    color: #333333;
}
.feedback-btn{
    width: 100%;
}
.feedback-bot{
    font-size: 12px;
    line-height: 20px;
    text-align: center;
    color: #7D776E;
    margin-top: 18px;
    height: 46px;
}
.feedback .input-holder{
    margin-bottom: 14px;
}
.feedback .check-holder{
    margin: 20px 0 25px;
}
.promos-item:after{
    content: '';
    display: block;
    width: 60px;
    height: 20px;
    background: url("/local/templates/joe/images/arr-r-big.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    right: 60px;
    top: 50%;
    transform: translateY(-50%);
}
.fancybox-slide--html {
    padding: 0;
}
.locked {
    height: auto;
    overflow: hidden;
    position: fixed;
}
.basket-totals__coupon-item {
    margin: 5px 0;
}
.basket-totals__coupon-code {
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    margin-right: 10px;
    /*font-size: 15px;*/
    /*line-height: 20px;*/
    color: #333333;
}
.basket-totals__coupon-delete {
    margin-left: 20px;
    color: #DB4222;
}

.order-step-2 {
    display: none;
}
.pop-code__info {
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    background: no-repeat url('/local/templates/joe/images/hand.svg') center top;
    padding: 0 0 100px 0;
}
.pop-code__text {
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    text-align: center;
    color: #333333;
    max-width: 256px;
    margin: 0 auto 111px;
}
.pop-code__form {
    /*width: 256px;*/
    /*overflow: hidden;*/
    /*height: 61px;*/
    /*position: relative;*/
}

.pop-code__form input {

}
.pop-code__form input {
    outline: none;
    cursor: pointer;
    padding: 0 0 0 50px;
    margin: 0;
    height: 61px;
    font-size: 40px;
    font-weight: bold;
    -webkit-appearance: none;
    border: none;
    letter-spacing: 40px;
    width: 316px;
    /*position: absolute;*/
    /*left: 0;*/
    /*top: 0;*/
    overflow: hidden;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    background: no-repeat url('/local/templates/joe/images/code-back.svg') 38px center;
}
.pop-code__form {
    max-width: 316px;
    margin: 0 auto;
}
.tab-link {
    cursor: pointer;
}
.tab-link input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}
.basket-phone {
    margin: 0 0 20px 0;
    color: #000;
}
.basket-phone b a {
    color: #000;
}
.basket-phone a {
    color: #DB4222;
}
.basket-phone-not-my {
    margin-left: 30px;
}
.add2basket span {
    position: absolute;
    right: 0;
    color: #fff;
    background: #333;
    border-radius: 12px;
    bottom: 100%;
    transform: translate3d(0, 0, 0);
    padding: 10px 10px;
    font-size: 15px;
    opacity: 0;
    white-space: nowrap;
    /*transition: .3s all;*/
}
.add2basket.added span {
    animation: added 1s linear;
}
@keyframes added {
    0% {
        opacity: 0;
        transform: translate3d(0, 0, 0);
    }
    20% {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }
    80% {
        opacity: 1;
        transform: translate3d(0, -10px, 0);
    }
    100% {
        opacity: 0;
        transform: translate3d(0, -10px, 0);
    }

}
.promos{
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 135px 0 0;
    margin: 0;
    background: transparent;
}
.promos .fancybox-close-small{
    display: none;
}
.promo-close{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/close.svg") no-repeat center #FFFFFF;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 40px;
    cursor: pointer;
}
.promo-items{
    width: 296px;
    margin: 0 auto;
}
.promo-items.owl-carousel .owl-stage-outer{
    overflow: visible;
}
.promo-item{
    background-color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    position: relative;
    width: 296px;
    height: 528px;
    padding: 38px 24px;
    text-align: center;
    color: #ffffff;
    transform: scale(.85);
}
.owl-item.active .promo-item{
    transform: scale(1);
}
.promo-item__dots{
    position: absolute;
    top: 11px;
    left: 12px;
    right: 12px;
    display: table;
    border-collapse: collapse;
    z-index: 3;
    width: calc(100% - 24px);
    opacity: 0;
}
.owl-item.active .promo-item__dots{
    opacity: 1;
}
.promo-item__dots span{
    display: table-cell;
    height: 2px;
    border-left: 4px solid transparent;
    border-right: 4px solid transparent;
    background: rgba(196, 196, 196, 0.4);
    position: relative;
}
.promo-item__dots span.prev:before{
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    background: rgb(196, 196, 196);
    position: absolute;
    top: 0;
    left: 0;
}
.promo-item__dots span:before{
    content: '';
    display: block;
    width: 0;
    height: 100%;
    background: rgb(255, 255, 255);
    position: absolute;
    top: 0;
    left: 0;
}
.owl-item.active .promo-item__dots span.active:before{
    animation: slideDot 5s linear forwards;
}
@keyframes slideDot {
    from{
        width: 0;
    }
    to{
        width: 100%;
    }
}
.promo-item__img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
    /*background: rgba(45, 45, 46, 0.8);*/
}
.promo-item__img:before{
    content: '';
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(45, 45, 46, 0.8);
    z-index: 1;
}
.owl-item.active  .promo-item__img:before{
    background: linear-gradient(180deg, rgba(44, 44, 44, 0.85) -1.19%, rgba(45, 45, 46, 0) 61.43%);
}
.promo-item__img-i{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background:  no-repeat 50% 0;
    background-size: cover;
}
.promo-item__img-i video{
    position: absolute;
    height: 100%;
    width: auto;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
}
.promo-item__img-i.active{
    opacity: 1;
}
.promo-item__right,
.promo-item__left{
    position: absolute;
    top: 0;
    bottom: 60px;
    width: 50%;
    left: 0;
    z-index: 5;
}
.promo-item__right{
    left: 50%;
}
.promo-item__title{
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 20px;
    line-height: 28px;
    margin-bottom: 20px;
    position: relative;
    z-index: 2;
    opacity: 0;
}
.owl-item.active .promo-item__title{
    opacity: 1;
}
.promo-item__bot{
    position: absolute;
    height: 36px;
    left: 24px;
    right: 24px;
    bottom: 24px;
    z-index: 3;
    opacity: 0;
}
.owl-item.active .promo-item__bot{
    opacity: 1;
}
.promo-item__inst{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url("/local/templates/joe/images/joe.svg") no-repeat center #FC3F24;
    position: absolute;
    left: 0;
    bottom: 0;
}
.promo-item__rss{
    display: inline-block;
    background: #3E99ED;
    border-radius: 4px;
    text-align: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-style: normal;
    font-weight: bold;
    font-size: 13px;
    line-height: 28px;
    color: #FFFFFF;
    padding: 2px 17px 0;
    position: absolute;
    left: 50%;
    bottom: 3px;
    transform: translateX(-50%);
}
.promo-item__ico-inst{
    display: block;
    width: 36px;
    height: 36px;
    border-radius: 36px;
    background: url("/local/templates/joe/images/inst.svg") no-repeat center #ffffff;
    position: absolute;
    right: 0;
    bottom: 0;
}

.owl-nav div,
.promo-detail__nav{
    display: block;
    width: 40px;
    height: 40px;
    border: 2px solid #DB4222;
    border-radius: 9px;
    position: absolute;
    top: 50%;
    left: -86px;
    transform: translateY(-50%);
}
.owl-nav div:after,
.promo-detail__nav:after{
    content: '';
    display: block;
    width: 18px;
    height: 15px;
    background: url("/local/templates/joe/images/arr-r.svg") no-repeat center;
    background-size: contain;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    filter: brightness(100);
}
.owl-nav div.owl-next,
.promo-detail__nav--next{
    left: auto;
    right: -86px;
}
.owl-nav div.owl-prev:after,
.promo-detail__nav--prev:after{
    transform: translate(-50%, -50%) matrix(-1, 0, 0, 1, 0, 0);
}
.dop-items {
    margin: 67px 0;
    padding-bottom: 12px;
    border-bottom: solid 1px #E1E1E1;
}
[data-dop-items] {
    position: relative;
    height: 140px;
    overflow: hidden;
}
[data-dop-items].owl-carousel {
    display: block;
}
[data-dop-items] .owl-nav {
    position: absolute;
    right: 0;
    top: -30px;
}
[data-dop-items] .owl-nav div {
    color: transparent;
    border-color: #E1E1E1;
    transition: .3s border;
}
[data-dop-items] .owl-nav div:after {
    background-image: url(/local/templates/joe/images/arr-r-b.svg);
}
[data-dop-items] .owl-nav div:hover {
    color: transparent;
    border-color: #000000;
}
[data-dop-items] .owl-nav .owl-next {
    right: 0;
}
[data-dop-items] .owl-nav .owl-prev {
    right: 60px;
    left: auto;
}
.dop-items h2 {
    font-weight: bold;
    font-size: 27px;
    line-height: 24px;
    margin: 0 0 20px 0;
}
.dop-item {
    width: 350px;
    max-width: calc(100vw - 30px);
}
.dop-item__img {
    width: 120px;
    height: 120px;
    float: left;
    background: no-repeat center center;
    background-size: contain;
}
.dop-item__info {
    margin-left: 140px;
    min-height: 140px;
    padding: 20px 0;
    position: relative;
}
.dop-item__prices {
    position: absolute;
    bottom: 25px;
    left: 0;
}
.dop-item__btn {
    position: absolute;
    right: 0;
    bottom: 20px;
    box-shadow: 0 15px 15px -10px rgba(219, 66, 34, 0.3);
}
.address-error {
    color: #DB4222;
    padding: 0 0 20px 0;
    font-weight: bold;
    display: none;
}
.dop-item__title {
    font-family: 'PT Mono', monospace;
    font-weight: bold;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}
.dop-item__text {
    font-size: 13px;
    line-height: 20px;
    color: #7D776E;
}

.card {
    display: block;
    background: no-repeat center center;
    background-size: cover;
    height: calc(100vh - 250px);
    width: calc((100vh - 250px) * 0.571428571);
    position: relative;
    border-radius: 10px;
    cursor: pointer;
    overflow: hidden;
    z-index: 5;
}
.card:before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: linear-gradient(180deg, rgba(44, 44, 44, 0.85) 0, rgba(45, 45, 46, 0) 60%);
    display: block;
    content: "";
    z-index: 10;
}
.card video {
    /*opacity: 0;*/
    /*min-width: 105%;*/
    height: 105%;
    /*width: auto;*/
    /*height: auto;*/
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
.decks-holder {
    display: none;
    background: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 125px 0;
    z-index: 10;
}
.decks-holder .fancybox-close-small {
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 50px;
    width: 40px;
    height: 40px;
    background: url("/local/templates/joe/images/close.svg") no-repeat center #FFFFFF;
    box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
    border-radius: 40px;
    cursor: pointer;
}
.deck {
    transform: scale(.9);
    position: relative;
    transition: .3s all;
    background: #212121;
    border-radius: 10px;
    cursor: pointer;
    margin: 0 55px;
}
.deck-cards {
    opacity: .2;
    transition: .3s all;
    overflow: hidden;
}
.slick-center .deck {
    transform: scale(1);
}
.slick-center .deck-cards {
    opacity: 1;
}
.slick-slide:not(.slick-center):hover .deck-cards {
    opacity: .4;
}
.deck__lines {
    position: absolute;
    top: 12px;
    left: 12px;
    right: 12px;
    z-index: 20;
    opacity: 0;
}
.slick-current .deck__lines {
    opacity: 1;
}
.lines {
    display: flex;
}
.line {
    flex: 1;
    margin: 0 4px;
    height: 2px;
    background: rgba(255,255,255,0.3);
    position: relative;
    transform: translate3d(0,0,0);
}
.line.active {
    background: #fff;
}
.line span {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 0;
    display: block;
    background: #fff;
    transform: translate3d(0,0,0);
    /*transition: .1s width;*/
}

.popup {
    background: #FCF8F2;
    width: 100%;
    display: none;
    text-align: center;
    border-radius: 5px;
}
.popup--basket {
    max-width: 350px;
}
.popup-promo-code {
    text-align: center;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-weight: bold;
    font-size: 24px;
    line-height: 36px;
    color: #000000;
    border: 2px dashed #DB4222;
    margin: 20px auto 0;
    border-radius: 20px;
    padding: 10px;
    width: 200px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.sub-h1 {
    font-size: 20px;
    line-height: 24px;
}

.main-promo {
    position: relative;
}
.main-promo:before {
    content: '';
    display: block;
    position: absolute;
    /*top: 11%;*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    /*background-color: #FD7700;*/
}
.main-promo__slider{
    /*max-width: 1195px;*/
    margin: 0 auto;
}
.main-promo__item{
    line-height: 0;
    padding-top: 5%;
}
.main-promo__item a {
    display: block;
    width: 100%;
    height: 100%;
}
.main-promo img{
    width: 100%;
    margin-top: -5%;
}
.main-promo img.s-min{
    display: none;
}
.main-promo .owl-dots{
    display: block;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    z-index: 2;
    bottom: 14px;
}
.main-promo .owl-dot{
    display: inline-block;
    vertical-align: top;
    border-radius: 10px;
    margin: 0 7px;
    width: 10px;
    height: 10px;
    opacity: 0.8;
    border: 2px solid #FFFFFF;
}
.owl-dot.active{
    opacity: 1;
    border-color: #323232;
}
.main-top__btn{
    background-color: transparent;
    box-shadow: none;
    color: #ffffff;
}
.main-top__btn:hover{
    background-color: #DB4222;
}

.app-links {
    line-height: 0;
}
.app-link {
    margin-right: 10px;
    height: 40px;
    background: no-repeat center center;
    background-size: contain;
    display: inline-block;
    text-indent: 140px;
    white-space: nowrap;
    overflow: hidden;
}
.app-link--google {
    width: 135px;
    background-image: url('/local/templates/joe/./images/app-google.svg');
}
.app-link--apple {
    width: 120px;
    background-image: url('/local/templates/joe/./images/app-apple.svg');
}
.app-link:last-child {
    margin-right: 0;
}

.order-dont-call-label {
    display: block;
    padding: 15px 0 50px;
}

.detail-modis {
    padding-top: 35px;
    padding-bottom: 30px;
}
.detail-modis__items {
    position: relative;
}
.detail-modis__title {
    font-size: 18px;
}
.detail-modis__item-img {
    height: 70px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    margin-bottom: 10px;
}
.detail-modis__item-name {
    font-size: 14px;
    line-height: 18px;
    min-height: 36px;
    margin-bottom: 5px;
}
.detail-modis__item-count {
    padding-top: 10px;
}
.detail-modis__item-count .count span {
    width: 27px;
    height: 27px;
    border-width: 1px;
    border-radius: 6px;
    background-size: 9px auto;
}
.detail-modis__item-count .count input {
    width: 30px;
    height: 25px;
    font-size: 14px;
}
.detail-modis .swiper-wrapper {
    margin-bottom: 25px;
}
.detail-modis .swiper-scrollbar {
    left: 0;
    width: 100%;
    height: 2px;
    background: #F6F0E7;
}
.detail-modis .swiper-scrollbar-drag {
    background: #C63C1E;
}
.detail-modis__arrow {
    cursor: pointer;
    width: 15px;
    height: 12px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    top: -29px;
    right: 0;
}
.detail-modis__arrow-prev {
    background-image: url('/local/templates/joe/./images/dop-prev.svg');
    right: 26px;
}
.detail-modis__arrow-next {
    background-image: url('/local/templates/joe/./images/dop-next.svg');
}


@media (min-width: 768px){
    .header-bot ul{
        width: 100%;
    }
}
@media (min-width: 700px){

    .price {
        font-size: 20px;
    }
    .catalog-item__info .switch{
        margin: 0;
        position: absolute;
        left: 15px;
        right: 0;
        bottom: 80px;
    }

    .catalog-items--drinks .catalog-item__img {
        /*background-position: left center;*/
    }
    .catalog-items--lemonades .catalog-item__img {
        /*background-position: left center;*/
    }
    .locked {
        height: auto;
        overflow: auto;
        position: static;
    }
    .header-bot li{
        width: 25%;
        text-align: center;
    }
    .promo__item{
        /*width: 514px;*/
    }
    /*.promo__item-content{*/
    /*text-align: left;*/
    /*padding: 70px 39px 50px;*/
    /*overflow: hidden;*/
    /*}*/
    /*.promo__item-title{*/
    /*display: block;*/
    /*font-size: 28px;*/
    /*line-height: 32px;*/
    /*max-width: 265px;*/
    /*margin-bottom: 26px;*/
    /*}*/
    /*.promo__item-img{*/
    /*background-position: right bottom;*/
    /*background-size: auto 79%;*/
    /*}*/
    /*.promo__item--green .promo__item-img{*/
    /*z-index: -1;*/
    /*background-position-x: 113px;*/
    /*background-size: auto 62%;*/
    /*}*/
    /*.promo__item-btn{*/
    /*left: 15px;*/
    /*transform: translateX(0);*/
    /*position: static;*/
    /*}*/
    .catalog-title{
        font-size: 34px;
        line-height: 32px;
        margin-bottom: 22px;
    }
    .catalog-items{
        margin: 0 -17px 0;
        display: flex;
        flex-wrap: wrap;
    }
    .catalog-item{
        display: inline-block;
        vertical-align: top;
        width: calc((100% - 102px ) / 3);
        margin: 0 17px 55px;
        border-bottom: 0;
        position: relative;
        /*background-color: #ff000017;*/
        padding: 0 0 80px 15px;
    }
    .catalog-item--switch {
        padding-bottom: 130px;
    }
    .catalog-item__img,
    .catalog-item__info{
        display: block;
        width: 100%;
    }
    .catalog-item__info{
        position: static;
        display: block;
        width: 85%;
        padding: 0;
    }
    .catalog-item__like{
        right: 0;
        display: block;
        /*top: 25px;*/
    }
    .catalog-item__subtitle{
        display: none;
    }
    .catalog-item .label{
        left: 16px;
        top: 154px
    }
    .catalog-item__btn{
        bottom: 15px;
        font-size: 15px;
        right: 0;
        width: auto;
        height: auto;
        padding: 11px 15px;
        color: #DB4222;
        text-indent: 0;
        background: #fff;
        overflow: visible;
        border: 2px solid #DB4222;
        border-radius: 12px;
        transition: .3s all;
        box-shadow: 0 15px 15px -10px rgba(219, 66, 34, 0.3);
    }
    .catalog-item__prices{
        bottom: 15px;
        right: auto;
        left: 15px;
        /*padding-right: 110px;*/
    }
    .catalog-item__title{
        font-size: 16px;
        line-height: 20px;
        padding: 0;
        margin-bottom: 3px;
    }
    .catalog-item__text{
        min-height: 100px;
    }
    .catalog-item__img{
        /*background-size: contain;*/
        display: block;
        width: 80%;
        height: 0;
        padding-top: 80%;
        margin-bottom: 17px;
    }
    footer{
        text-align: left;
    }
    .footer-top{
        position: relative;
        padding-top: 100px;
    }
    .footer-logo{
        position: absolute;
        top: 30px;
        left: 50%;
        transform: translateX(-50%);
    }
    .footer-box{
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }
    footer .vk{
        width: 50%;
    }
    .footer-bot{
        display: flex;
        justify-content: space-between;
    }
    .pop-product{
        position: absolute;
        max-width: 790px;
        width: 100%;
        height: auto;
        /*border: 1px solid #000000;*/
        border-radius: 12px;
        overflow: hidden;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
        bottom: auto;
    }
    .product-info{
        min-height: 380px;
        margin-left: 310px;
        text-align: left;
        position: static;
        padding: 40px 60px 90px 0;
    }
    .product-name__sub{
        margin-bottom: 4px;
    }
    .product-img{
        position: absolute;
        top: 0;
        left: 0;
        width: 280px;
        height: 100%;
        background-size: auto 90%;
        background-position: right center;
    }
    .pop-product .label{
        top: auto;
        bottom: 31px;
        left: 32px;
        z-index: 2;
    }
    .product-name{
        padding-top: 0;
        position: relative;
        margin-bottom: 5px;
    }
    .product-composition-ico{
        top: 0;
        right: auto;
        border-width: 10px;
        left: 5px;
    }
    .product-composition-ico:before{
        width: 17px;
        height: 17px;
    }
    .product-text{
        line-height: 24px;
        margin-bottom: 13px;
        max-width: 500px;
    }
    .product-btn{
        width: 218px;
        right: 15px;
        bottom: 15px;
        left: auto;
    }
    .product-btn--gray {
        width: auto;
    }
    .product-weight,
    .product-prices{
        width: auto;
        right: 279px;
        bottom: 6px;
    }
    .product-weight{
        left: 310px;
        bottom: 8px;
        right: auto;
    }
    .product-pizza__sous,
    .product-pizza__size{
        display: inline-block;
        vertical-align: top;
        width: calc(50% - 25px);
        margin-top: 0;
        margin-bottom: 35px;
    }
    .product-pizza__size{
        width: calc(50% - 30px);
        margin-right: 23px;
    }
    .product-pizza__sous > span, .product-pizza__size > span{
        display: block;
    }
    .product-pizza__sous .select,
    .pop-product .switch{
        width: 100%;
    }
    .item-clone{
        box-shadow: 1px 1px 20px rgba(0,0,0,.05);
    }
    .item-clone__inner, .item-clone{
        position: absolute;
        display: block;
        top: calc(100% - 86px);
        left: 0;
        width: 100%;
        height: 100%;
        overflow: hidden;
        z-index: 1;
    }
    .item-clone__inner{
        top: calc(-100% + 86px);
        background: white;
    }
    .item-clone__inner .product-img {
        filter: blur(9px);
    }
    .product-name__sub{
        position: relative;
        margin-bottom: 5px;
        padding-right: 25px;
    }
    .product-name__sub > span{
        display: inline-block;
        vertical-align: top;
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 14px;
        line-height: 28px;
        color: #DB4222;
        margin-top: 5px;
    }
    .pop-product .product-composition-ico{
        position: relative;
        display: inline-block;
        vertical-align: top;
    }
    .product-composition{
        top: 95px;
        left: 380px;
        max-width: 288px;
    }
    .product-composition:after{
        transform: matrix(-1, 0, 0, 1, 0, 0);
        right: auto;
        left: 16px;
    }
    .menu .footer-logo{
        position: static;
        transform: none;
    }
    .basket-delivery__link{
        padding: 20px 0 15px;
    }
    .basket-items{
        margin: 0 -15px 55px;
        padding: 19px 15px 30px;
    }
    .basket-item{
        padding-bottom: 15px;
    }
    .basket-item__remove{
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 40px;
    }
    .basket-item__img{
        display: inline-block;
        vertical-align: middle;
        width: 85px;
        height: 85px;
        background: no-repeat center center;
        background-size: contain;
    }
    .basket-item__img img{
        /*display: block;*/
        /*width: 100%;*/
    }
    .basket-item__info{
        vertical-align: middle;
        width: calc(100% - 372px);
        padding: 0 25px;
    }
    .basket-item__count{
        display: inline-block;
        vertical-align: middle;
        position: static;
        width: 130px;
        text-align: right;
    }
    .count{
        display: inline-flex;
    }
    .basket-item__prices{
        width: 115px;
        padding-right: 20px;
        text-align: right;
        vertical-align: middle;
    }
    .basket-total{
        max-width: 485px;
        margin: 0 auto;
    }
    .basket-btn,
    .body--basket .check-holder,
    .basket-check,
    .basket-delivery{
        display: block;
        max-width: 485px;
        margin: 0 auto 20px;
    }

    .basket-check {
        margin: 20px auto 20px;
    }

    .basket-delivery{
        margin-bottom: 36px;
    }
    .basket-delivery .input-holder.check-holder,
    .basket-delivery .input-holder.radio-holder{
        display: inline-block;
        vertical-align: middle;
        width: auto;
    }
    .body--promo .main{
        background-color: #404040;
        color: #ffffff;
        padding-bottom: 30px;
    }
    .promo-detail__text,
    .promos-page__title{
        color: #ffffff;
    }
    .promos-page__title{
        font-size: 34px;
        line-height: 32px;
        width: 80%;
        margin: 30px 0;
    }
    .promos-page__count{
        width: 20%;
        margin: 30px 0;
    }
    .promos-page__title span{
        display: inline-block;
        vertical-align: top;
        position: relative;
        padding-left: 30px;
    }
    .promos-page__title span:before{
        content: '';
        display: block;
        width: 19px;
        height: 31px;
        background: url("/local/templates/joe/images/fire.svg") no-repeat center;
        background-size: contain;
        position: absolute;
        left: 0;
        top: 50%;
        transform: translateY(-50%);
    }
    .promos-item{
        padding-bottom: 30px;
        margin-bottom: 31px;
        border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    }
    .promos-item__right,
    .promos-item__left{
        display: inline-block;
        vertical-align: top;
        width: 525px;
    }
    .promos-item__right-content{
        min-height: 246px;
        padding: 46px 51px;
    }
    .promos-item__right .btn{
        font-size: 14px;
        line-height: 16px;
        padding: 10px 18px;
    }
    .promos-item__left{
        width: calc(100% - 525px);
        padding-right: 16px;
    }
    .promos-item__date{
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 20px;
        margin-bottom: 30px;
    }
    .promos-item__date span{
        font-weight: bold;
        font-size: 20px;
        line-height: 20px;
    }
    .promos-item__text{
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
        font-weight: normal;
        font-size: 13px;
        line-height: 24px;
    }
    .promos-item__right .promos-item__date{
        display: none;
    }
    .promos-item__title{
        font-size: 28px;
        line-height: 32px;
        margin-bottom: 25px;
        max-width: 260px;
    }
    .promos-item--3 .promos-item__title{
        color: #333333;
    }
    .promos-item--3 .btn{
        border-color: #333333;
        color: #333333;
        background-color: #ffffff;
        box-shadow: none;
    }
    .promos-item__right:before,
    .promos-item__right:after{
        display: none;
    }
    .body--promo-detail .promos-item__right{
        display: flex;
        width: 100%;
    }
    .body--promo-detail .promos-page__items{
        max-width: 532px;
        align-items: center;
        margin: 0 auto;
        position: relative;
    }
    .promo-detail__name{
        display: block;
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 34px;
        line-height: 32px;
        color: #FFFFFF;
        margin: 0 auto;
        max-width: 532px;
    }
    .promo-detail__text{
        max-width: 532px;
        margin: 0 auto;
    }
    .promos-page__top{
        position: relative;
        padding: 37px 0 43px;
    }
    .body--promo .filter-close{
        color: #ffffff;
    }
    .body--promo .promos-page__top .filter-close{
        color: transparent;
        width: 40px;
        overflow: hidden;
        position: absolute;
        left: 32px;
        top: 28px;
    }
    .promo-detail__text .promos-item__date{
        display: block;
        margin: 52px 0 34px;
    }
    .promos-detail__bot{
        display: block;
        max-width: 532px;
        margin: 50px auto;
    }
    .promos-item__right:before,
    .promos-item__right:after{
        content: '';
        display: block;
        position: absolute;
        background: #A19FFF;
        opacity: 0.2;
        border-radius: 10px;
        height: 100%;
        top: 5px;
        left: 8px;
        right: 8px;
        z-index: 0;
        width: auto;
    }
    .promos-item__right:after{
        top: 10px;
        left: 16px;
        right: 16px;
    }
    .main{
        padding-top: 102px;
    }
    .header-top{
        padding: 18px 0 26px;
    }
    .owl-carousel.promo, .promo{
        padding: 22px 0 15px;
    }
    .switch span{
        padding: 5px 9px;
    }
    .basket-title{
        font-size: 20px;
        line-height: 24px;
    }
    .basket-title span{
        /*width: 27px;*/
        /*height: 27px;*/
    }
    .basket-item__prices .price{
        font-size: 16px;
        line-height: 20px;
    }
    .cashback-val{
        /*width: 136px;*/
    }
    .cashback-variable{
        display: inline-block;
        vertical-align: top;
        width: calc(100% - 264px);
        text-align: right;
        padding-top: 40px;
    }
    .cashback-variable a:last-child{
        margin-right: 0;
    }
    .basket-delivery--pay{
        margin-bottom: 28px;
    }
    .basket-total__delivery{
        /*margin-bottom: 26px;*/
    }
    .basket-check{
        margin-bottom: 23px;
    }
    .body--basket .check-holder{
        margin-bottom: 24px;
    }
    .basket-btn{
        margin-bottom: 40px;
        padding: 15px 19px;
    }
    .tab.hide .cashback-val + .input-holder{
        padding-top: 0;
    }
    .tab.hide .cashback-val{
        display: block;
        margin: 0 0 13px;
    }
}
@media (min-width: 1024px){
    .sub-h1 {
        font-size: 28px;
        line-height: 34px;
    }
    .wrap{
        padding: 0 50px;
    }
    .menu{
        display: block;
        opacity: 1;
        transform: translateX(0);
        z-index: 2;
        width: 284px;
        background-image: none;
        box-shadow: 10px 0 10px rgba(0,0,0,.1);
    }
    .menu-phone{
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
    .menu-phone a{
        font-size: 18px;
        line-height: 20px;
    }
    .main{
        padding-top: 0;
        margin-left: 284px;
    }
    header{
        /*position: absolute;*/
        left: 284px;
    }
    .header-top{
        padding-top: 32px;
    }
    .header-top .wrap{
        padding: 0 46px;
    }
    .menu .menu-close,
    .header-top .lk,
    .header-top .burger,
    .header-top .logo,
    .header-bot{
        display: none;
    }
    .owl-carousel.promo, .promo{
        /*margin: 0 -50px;*/
        background-color: transparent;
        padding: 0 50px 35px;
    }
    .tab-mobile{
        display: block;
        margin-bottom: 59px;
        border-bottom: 1px dashed #E1E1E1;
    }
    .tab-mobile:last-child{
        border-bottom: 0;
    }
    .catalog-title{
        font-size: 46px;
        line-height: 48px;
        margin-bottom: 25px;
    }
    .catalog-item__btn{
        /*bottom: 31px;*/
    }
    .catalog-filter{
        display: none;
    }
    .filter{
        position: static;
        display: block;
        z-index: 1;
        opacity: 1;
        transform: none;
        margin-bottom: 31px;
        padding: 0;
    }
    .filter-mid{
        position: static;
        display: block;
        padding: 0;
    }
    .filter-title,
    .filter-btn,
    .filter-top{
        display: none;
    }
    .filter-items .radio-holder{
        display: inline-block;
        vertical-align: top;
        width: auto;
    }
    .header-top{
        background-color: transparent;
        box-shadow: none;
    }
    .top-bg{
        background:  url("/local/templates/joe/images/main-top-bg.svg") no-repeat center #FFF;
        background-size: cover;
        margin: 0 -50px;
    }
    .main-top{
        display: flex;
        align-items: center;
        padding: 145px 0 100px;
        background-size: cover;
        position: relative;
    }
    .main-top:after{
        content: '';
        display: block;
        /*background: linear-gradient(265.11deg, rgba(255, 255, 255, 0) -96.04%, #919191 109.49%);*/
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 0;
    }
    .main-top__info,
    .main-top__img{
        display: inline-block;
        vertical-align: top;
        width: 68.5%;
        position: relative;
        z-index: 1;
    }
    .italy{
        /*display: block;*/
        width: 47px;
        position: absolute;
        left: 91px;
        top: 0;
    }
    .italy img{
        display: block;
        width: 100%;
    }
    .main-top__img{
        width: 36%;
        overflow: hidden;
    }
    .main-top__img img{
        display: block;
        width: 166%;
    }
    .main-top__info{
        padding: 15px 0 0 90px;
        color: #ffffff;
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    }
    .main-top-dots{
        position: absolute;
        top: 0;
        bottom: -100px;
        left: 0;
        right: 0;
        /*background: url("/local/templates/joe/images/main-top-dots.svg") repeat-y center;*/
        background-size: cover;
        z-index: 0;
        transition: all .3s;
    }
    .main-top__title{
        font-weight: bold;
        font-size: 50px;
        line-height: 120%;
        margin-bottom: 26px;
    }
    .main-top__title span{
        display: inline-block;
        vertical-align: top;
        position: relative;
    }
    .main-top__title span:after{
        content: '';
        display: block;
        position: absolute;
        top: -7px;
        bottom: -7px;
        left: -20px;
        right: -46px;
        background: url("/local/templates/joe/images/main-top-title-span.svg") no-repeat center;
        background-size: contain;
        z-index: -1;
    }
    .main-top__text{
        font-weight: normal;
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 21px;
        max-width: 390px;
    }
    .main-top__link{
        display: inline-block;
        font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
        font-weight: bold;
        font-size: 15px;
        line-height: 22px;
        align-items: center;
        letter-spacing: 0.02em;
        color: #FFFFFF;
        background: url("/local/templates/joe/images/main-top-link.svg") no-repeat center;
        background-size: contain;
        padding: 20px 32px;
    }
    .main-top__item{
        position: absolute;
        width: 10%;
        left: 50%;
        top: 50%;
        transform: translate(-50%, -50%);
    }
    .basket a{
        width: 40px;
        height: 40px;
        background: #333333;
        border-radius: 9px;
        position: relative;
    }
    .basket,
    .favorites{
        width: 40px;
        height: 40px;
        background: #333333;
        box-shadow: 0 6px 28px rgba(0, 0, 0, 0.14);
        border-radius: 9px;
        position: relative;
    }
    .basket a:after,
    .favorites:after{
        content: '';
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        background: url("/local/templates/joe/images/basket.svg") no-repeat center;
        background-size: 20px 21px;
        filter: brightness(100);
    }
    .basket{
        margin-left: 9px;
    }
    .favorites:after{
        background-image: url("/local/templates/joe/images/favorite.svg");
        background-size: auto;
    }
    .basket a:after{
        background-position: 50% 44%;
    }
    .basket a[data-js-count]{
        background-color: #DB4222;
    }
    .basket a[data-js-count]:before{
        color: #333333;
        background-color: #ffffff;
        box-shadow: 0 4px 4px rgba(0, 0, 0, 0.12);
        top: -5px;
        left: -7px;
    }
    @keyframes headerDown{
        from{
            transform: translateY(0);
        }
        to{
            transform: translateY(-84px);
        }
    }
    /*.promo__item-btn{*/
    /*display: none;*/
    /*}*/
    /*.promo__item-content{*/
    /*padding: 32px 40px;*/
    /*min-height: 120px;*/
    /*}*/
    /*.promo__item-title{*/
    /*margin-bottom: 0;*/
    /*font-size: 24px;*/
    /*line-height: 28px;*/
    /*max-width: 220px;*/
    /*}*/
    /*.promo.owl-carousel .owl-stage-outer{*/
    /*padding-left: 50px;*/
    /*}*/
    /*.promo__item-img{*/
    /*background-size: auto 92%;*/
    /*}*/
    /*.promo__item--green .promo__item-img{*/
    /*background-position: right bottom;*/
    /*}*/
    .filter-items .radio{
        visibility: hidden;
        position: absolute;
        z-index: -1;
    }
    .filter-items .radio + span{
        font-size: 14px;
        line-height: 20px;
        padding: 11px 23px;
        color: #7D776E;
        border: 1px solid #E1E1E1;
        border-radius: 71px;
        margin: 0 12px 24px 0;
        white-space: nowrap;
        width: auto;
    }
    .filter-items .checked.radio + span{
        color: #333333;
        border-color: #333333;
    }
    .catalog{
        padding: 58px 0 0;
    }
    .catalog-item__subtitle{
        display: none;
    }
    .catalog-item__like{
        /*right: 15px;*/
        /*top: 34px;*/
    }
    .catalog-item .label{
        left: 8px;
        top: 166px;
    }
    .catalog-item__text{
        height: auto;
        min-height: 30px;
    }
    .catalog-item__title{
        margin-bottom: 5px;
    }
    .price .pre{
        margin-left: 0;
    }
    footer{
        margin-left: 284px;
    }
    .footer-top{
        padding: 40px 100px 32px;
    }
    .footer-top .footer-logo{
        display: none;
    }
    .social a,
    .footer-box{
        width: 35%;
    }
    .social a.vk,
    .footer-box:nth-child(2),
    .footer-box:nth-child(4){
        width: 65%;
    }
    .footer-bot{
        padding: 22px 100px 24px;
    }
    .menu-holder{
        padding-bottom: 20px;
    }
    .basket-sticky{
        display: none;
    }
    .basket-items{
        margin: 0 -50px 27px;
    }
    .basket-top{
        margin: 0 -50px;
        padding: 10px 50px;
    }

}
@media (min-width: 1270px){
    .catalog-item{
        /*display: inline-block;*/
        /*vertical-align: top;*/
        width: calc((100% - 136px ) / 4);
        /*margin: 0 17px 32px;*/
        /*background-color: #ff000017;*/
    }
}
@media (min-width: 1320px){
    .promos-item{
        padding-right: 260px;
        position: relative;
    }
}

@media (max-width: 1024px){
    .promo .owl-stage{
        padding-top: 20px;
    }
    .page-top{
        padding: 30px 0 40px;
    }
    .page-top h1{
        font-size: 40px;
        line-height: 42px;
    }
    .delivery-box{
        padding-left: 0;
    }
    .delivery-box__title{
        position: static;
        margin-bottom: 10px;
    }
    .contacts{
        width: 100%;
        max-width: none;
    }
    .feedback{
        max-width: none;
        width: auto;
        margin: 0 -15px;
        padding: 78px 15px 36px;
    }
    .contacts-info{
        max-width: 523px;
        margin: 0 auto;
        padding: 0;
    }
    .map{
        position: static;
        height: 300px;
        width: calc(100% + 30px);
        margin: 0 -15px;
    }
    .show-map,
    .map:before{
        display: none;
    }
    .body--about .page-top{
        padding: 46px 0 26px;
    }
    .body--about .delivery-box{
        padding-left: 0;
    }
    .about-img--paper,
    .about-img--papers,
    .about-img--slice,
    .about-img--mushroom,
    .about-img--cheese,
    .about-img--true{
        display: none;
    }
    .unique-virtues{
        margin: 40px 0;
        padding: 38px 0 0;
    }
    .unique-virtues__title{
        font-size: 40px;
        line-height: 50px;
        max-width: 600px;
        margin-bottom: 40px;
    }
    .unique-virtues___item{
        padding: 0 5%;
    }
    .catalog-items__count{
        top: 37px;
    }
    .header-bot li {
        /*width: 19%;*/
    }
    .main-promo {
        background-color: #FFF;
        margin: 0 -20px;
    }
    .main-promo__item{
        padding-top: 0;
    }
    .main-promo img{
        margin: 0;
    }
    .main-promo:before {
        display: none;
    }

}
@media (max-width: 768px){
    .page-top{
        padding: 0 0 10px;
    }
    .page-top h1{
        font-size: 28px;
        line-height: 30px;
    }
    .delivery-box{
        margin-bottom: 43px;
    }
    .delivery-box__title{
        font-size: 18px;
        line-height: 20px;
        margin: 0 0 10px;
        max-width: none;
    }
    .delivery-box__sub{
        font-size: 17px;
        line-height: 27px;
        margin: 20px 0 5px;
    }
    .delivery-box__item{
        padding: 18px 15px;
        font-size: 14px;
        line-height: 19px;
    }
    .contacts-info{
        margin: 0;
        width: 100%;
    }
    .contacts-info__tr{
        display: block;
        padding: 20px 0;
        border-bottom: 1px solid #E1E1E1;
    }
    .contacts-info__td{
        display: block;
        border: 0;
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .contacts-info__td:first-child{
        width: 100%;
        margin: 0 0 15px;
    }
    .contacts-info__text > span{
        margin-bottom: 10px;
    }
    .about-img--2{
        columns: 1;
        column-gap: 0;
    }
    .about-img--2 img:first-child{
        margin-bottom: 20px;
    }
    .unique-virtues__title{
        font-size: 27px;
        line-height: 36px;
    }
    .unique-virtues__items{
        display: block;
    }
    .unique-virtues___item{
        display: block;
        width: 100%;
        margin-bottom: 40px;
    }
    .unique-virtues___item img{
        margin-bottom: 10px;
    }
    .promo-items.owl-carousel .owl-stage-outer{
        overflow: hidden;
    }
    .promos{
        padding: 0;
    }

    .promo-item,
    .promo-items{
        width: 100%;
        height: 100%;
        border-radius: 0;
    }
    .promo-item{
        padding: 75px 24px 38px;
        height: 100vh;
    }
    .promo-close{
        transform: none;
        left: auto;
        right: 10px;
        top: 23px;
        z-index: 10;
    }
    .promo-item__dots{
        width: calc(100vw - 24px);
    }
    .catalog-item__img{
        /*background-position: right center;*/
    }

    .input-holder--3 .input {
        padding: 10px;
        font-size: 12px;
    }

}
@media (max-width: 767px) {
    .deck {
        transform: scale(1);
        margin: 0;
        border-radius: 0;
    }
    .decks-holder {
        padding: 0;
        height: 100% !important;
    }
    .card {
        width: 100vw;
        height: 100%;
        border-radius: 0;
    }
    .slick-slider,
    .slick-list,
    .slick-track,
    .slick-slide,
    .deck,
    .deck-cards {
        height: 100%;
    }

    .decks-holder .fancybox-close-small {
        left: auto;
        right: 20px;
        top: 30px;
        transform: none;
    }
    .main-promo img.s-big{
        display: none;
    }
    .main-promo img.s-min{
        display: block;
    }
    .main-promo .owl-dots{
        bottom: 0;
    }

}
@media (max-width: 374px){
    .dop-item__img {
        width: 100px;
        height: 100px;
    }
    .dop-item__info {
        margin-left: 110px;
        min-height: 130px;
        padding: 10px 0 20px 0;
    }
    .basket-delivery__link {
        font-size: 15px;
    }
}

.cookie-info {
    width: 100%;
    max-width: 486px;
    padding: 23px 32px 27px;
    background: #fff;
    box-shadow: 0 4px 7px 2px rgba(0,0,0,.07);
    border-radius: 12px;
    position: fixed;
    z-index: 100;
    right: 48px;
    bottom: 51px;
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    line-height: 20px;
    font-weight: 700;
    color: #000;
}
.cookie-info:not(.is-active) {
    display: none;
}
.cookie-info__close {
    display: block;
    width: 50px;
    height: 33px;
    line-height: 31px;
    cursor: pointer;
    margin-top: 10px;
    padding: 0;
}
@media (max-width: 1023px){
    .cookie-info {
        right: 10px;
        bottom: 10px;
        max-width: 300px;
        padding: 20px;
        font-size: 12px;
        line-height: 16px;
    }
}


.header-app {
    display: none;
    position: relative;
    background: #F7F0E6;
    padding: 12px 15px 12px 47px;
}
.header-app__close {
    position: absolute;
    top: 50%;
    margin-top: -12px;
    left: 15px;
    width: 24px;
    height: 24px;
    background: url('/local/templates/joe/images/header-app__close.svg') no-repeat center;
}
.header-app__row {
    display: flex;
    align-items: center;
}
.header-app__img {
    width: 44px;
    flex: 0 0 44px;
    min-height: 44px;
    background: url('/local/templates/joe/images/header-app__img.png') no-repeat center;
    background-size: 44px auto;
}
.header-app__text {
    padding: 0 15px 0 12px;
    flex: 1 1 auto;
}
.header-app__text p {
    font-size: 10px;
    line-height: 16px;
    color: #333;
    margin: 0;
}
.header-app__text p:first-of-type {
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    margin-bottom: 2px;
}
.header-app__btn {
    width: 90px;
    flex: 0 0 90px;
}
.header-app__btn .btn {
    width: 100%;
    font-size: 14px;
    line-height: normal;
    padding: 10px 0;
    letter-spacing: 0;
    color: #C63C1E;
    border-color: #C63C1E;
    background: transparent;
    box-shadow: none;
}
@media (max-width: 699px) {
    .body--header-app .header-app {
        display: block;
    }
    .body--header-app .main {
        padding-top: 176px;
    }
}
@media (max-width: 350px) {
    .body--header-app .main {
        padding-top: 192px;
    }
}


.pop-gifts {
    display: none;
    max-width: 640px;
}
.pop-gifts .basket-gifts {
    padding: 35px 0;
}
.pop-gifts .basket-gifts h2 {
    font-size: 24px;
    line-height: 28px;
    margin: 0 0 40px;
    padding: 0 30px;
}
.pop-gifts .basket-gifts-popup {
    max-height: 460px;
    overflow: auto;
    padding: 0 30px;
}
.pop-gifts .basket-gifts .dop-item {
    width: 100%;
    max-width: 100%;
    padding: 24px 0;
    border-bottom: 1px solid #E1E1E1;
}
.pop-gifts .basket-gifts .dop-item:first-of-type {
    padding-top: 0;
}
.pop-gifts .basket-gifts .dop-item:last-of-type {
    padding-bottom: 0;
    border-bottom: none;
}
.pop-gifts .basket-gifts .dop-item__info {
    margin-left: 150px;
    min-height: 120px;
}
@media (max-width: 699px) {
    .pop-gifts {
        max-width: 100%;
        top: auto;
        border-radius: 12px 12px 0 0;
    }
    .pop-gifts .basket-gifts {
        padding: 20px 0 0;
    }
    .pop-gifts .basket-gifts h2 {
        font-size: 20px;
        line-height: 24px;
        margin: 0 0 25px;
        padding: 0 15px;
    }
    .pop-gifts .basket-gifts-popup {
        max-height: 455px;
        padding: 0 15px;
    }
    .pop-gifts .basket-gifts .dop-item {
        padding: 15px 0;
    }
    .pop-gifts .basket-gifts .dop-item:first-of-type {
        padding-top: 0;
    }
    .pop-gifts .basket-gifts .dop-item:last-of-type {
        padding-bottom: 0;
    }
    .pop-gifts .basket-gifts .dop-item__info {
        margin-left: 120px;
        min-height: 130px;
    }
    .pop-gifts .basket-gifts .dop-item__img {
        width: 100px;
        height: 100px;
    }
    .pop-gifts .product-close {
        top: 10px;
        right: 10px;
    }
}

.pop-combo {
    max-width: 1240px;
    height: 606px;
}
.pop-combo .pop-product__content {
    height: 100%;
}
.combo-item {
    display: flex;
    height: 100%;
}
.combo-item__modis {
    width: 67%;
    flex: 0 0 67%;
    padding: 24px 24px 16px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.combo-item__modis-item {
    cursor: pointer;
    position: relative;
    width: calc(25% - 6px);
    flex: 0 0 calc(25% - 6px);
    height: 275px;
    border: 1px solid rgba(225, 225, 225, 1);
    border-radius: 8px;
    margin-bottom: 8px;
    padding: 12px;
}
.combo-item__modis-item.is-active {
    outline: 1px solid rgba(198, 60, 30, 1);
    border-color: rgba(198, 60, 30, 1);
}
.combo-item__modis-item_info {
    position: absolute;
    top: 4px;
    left: 4px;
    z-index: 1;
    cursor: pointer;
}
.combo-item__modis-item_info-text {
    display: none;
    width: 270px;
    padding: 16px;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: #fff;
    position: absolute;
    top: 40px;
    left: -4px;
    background: rgba(125, 119, 110, 1);
    border-radius: 12px;
}
.combo-item__modis-item_info-text:before {
    content: '';
    width: 36px;
    height: 39px;
    background: url("/local/templates/joe/images/combo-triangle.svg") no-repeat center;
    position: absolute;
    left: 15px;
    top: -16px;
}
.combo-item__modis-item_info:hover .combo-item__modis-item_info-text {
    display: block;
}
.combo-item__modis-item_close {
    display: none;
    position: absolute;
    top: 4px;
    right: 4px;
    z-index: 1;
}
.combo-item__modis-item.is-active .combo-item__modis-item_close {
    display: block;
}
.combo-item__modis-item_pic {
    width: 100%;
    max-width: 145px;
    height: 143px;
    margin: 8px auto 12px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}
.combo-item__modis-item_name {
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 14px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    text-align: center;
    color: rgba(51, 51, 51, 1);
    padding: 0 5px;
}
.combo-item__modis-item_count {
    display: none;
    position: absolute;
    bottom: 12px;
    right: 0;
    left: 0;
}
.combo-item__modis-item_count .count {
    width: auto;
    display: flex;
    justify-content: center;
}
.combo-item__modis-item_count .count span {
    width: 28px;
    height: 28px;
    border-radius: 9px;
}
.combo-item__modis-item_count .count input {
    width: 28px;
    height: 28px;
    font-size: 15px;
    line-height: 28px;
}
.combo-item__modis-item_count .count span.is-disabled {
    border-color: rgba(93, 93, 93, 1);
    color: rgba(93, 93, 93, 1);
}
.combo-item__modis-item.is-active .combo-item__modis-item_count {
    display: block;
}
.combo-item__chosen {
    position: relative;
    width: 33%;
    flex: 0 0 33%;
    background: rgba(252, 248, 242, 1);
    padding: 24px 24px 88px;
}
.combo-item__chosen-title {
    margin-bottom: 24px;
}
.combo-item__chosen-list {
    height: 446px;
    overflow: auto;
}
.combo-item__chosen-item {
    border-radius: 12px;
    background: #fff;
}
.combo-item__chosen-item + .combo-item__chosen-item {
    margin-top: 8px;
}
.combo-item__chosen-item_active {
    display: none;
    position: relative;
    padding: 16px;
}
.combo-item__chosen-item_active-name {
    font-family: 'PT Mono', 'Ubuntu', 'Arial', sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    letter-spacing: -0.02em;
    color: rgba(51, 51, 51, 1);
}
.combo-item__chosen-item_active-text {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    color: rgba(125, 119, 110, 1);
}
.combo-item__chosen-item_active-close {
    position: absolute;
    top: 8px;
    right: 8px;
    z-index: 1;
}
.combo-item__chosen-item_empty {
    position: relative;
    padding: 16px 20px;
    min-height: 82px;
}
.combo-item__chosen-item_round-num {
    border-radius: 50%;
    width: 48px;
    height: 48px;
    line-height: 48px;
    background: rgba(252, 248, 242, 1);
    text-align: center;
    font-size: 14px;
    letter-spacing: -0.02em;
    color: rgba(125, 119, 110, 1);
    position: absolute;
    top: 20px;
    left: 44px;
}
.combo-item__chosen-item_name {
    font-size: 14px;
    line-height: 22px;
    letter-spacing: -0.02em;
    position: absolute;
    top: 33px;
    left: 104px;
    color: rgba(125, 119, 110, 1);
}
.combo-item__chosen-item.is-active .combo-item__chosen-item_empty {
    display: none;
}
.combo-item__chosen-item.is-active .combo-item__chosen-item_active {
    display: block;
}
.combo-item__chosen-btn {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0;
    padding: 16px 24px;
}
.combo-item__chosen-btn .btn {
    display: block;
}
.combo-item__chosen-btn .btn--disabled,
.combo-item__chosen-btn-mob .btn--disabled {
    pointer-events: none;
    background: rgba(252, 163, 143, 1);
    border-color: rgba(252, 163, 143, 1);
    color: rgba(255, 226, 220, 1);
}
.combo-item__modis-mob-title,
.combo-item__modis-item_info-text-mob,
.combo-item__modis-item_choose-mob,
.combo-item__chosen-btn-mob {
    display: none;
}

@media (max-width: 1023px) {
    .pop-combo {
        height: 100%;
        border-radius: 0;
    }
    .combo-item__chosen {
        display: none;
    }
    .combo-item__modis {
        width: 100%;
        flex-basis: 100%;
        overflow: auto;
        padding: 20px 15px 90px;
    }
    .combo-item__modis-mob-title {
        display: block;
        width: 100%;
        flex: 0 0 100%;
        margin-bottom: 20px;
        padding-right: 75px;
    }
    .combo-item__modis-item {
        width: 100%;
        flex: 0 0 100%;
        height: auto;
        min-height: 155px;
        border-radius: 12px;
        padding: 16px 16px 56px;
    }
    .combo-item__modis-item_info {
        display: none;
    }
    .combo-item__modis-item_pic {
        position: absolute;
        top: 16px;
        left: 16px;
        width: 80px;
        height: 80px;
        margin: 0;
    }
    .combo-item__modis-item_name {
        padding: 0 20px 0 108px;
        line-height: 16px;
        text-align: left;
        margin-bottom: 4px;
    }
    .combo-item__modis-item_info-text-mob {
        display: block;
        padding: 0 0 0 108px;
        font-size: 10px;
        line-height: 16px;
        color: #7D776E;
    }
    .combo-item__modis-item_choose-mob {
        display: block;
        border-radius: 9px;
        width: 105px;
        height: 34px;
        line-height: 32px;
        padding: 0;
        position: absolute;
        bottom: 16px;
        right: 16px;
        box-shadow: none;
    }
    .combo-item__chosen-btn-mob {
        display: flex;
        justify-content: space-between;
        position: fixed;
        bottom: 16px;
        left: 0;
        right: 0;
        z-index: 2;
        padding: 0 15px;
    }
    .combo-item__chosen-btn-mob > span {
        width: 75px;
        flex: 0 0 75px;
        font-size: 21px;
        line-height: 52px;
        padding: 0;
    }
    .combo-item__chosen-btn-mob a {
        width: calc(100% - 83px);
        flex: 0 0 calc(100% - 83px);
        line-height: 52px;
        padding: 0;
    }
    .combo-item__chosen-btn-mob.is-active > span {
        display: none;
    }
    .combo-item__chosen-btn-mob.is-active a {
        width: 100%;
        flex-basis: 100%;
    }
    .combo-item__modis-item_count {
        bottom: 16px;
        right: 16px;
        left: auto;
    }
    .combo-item__modis-item_count .count span {
        width: 32px;
        height: 32px;
    }
    .combo-item__modis-item_count .count input {
        width: 48px;
        height: 32px;
    }
    .combo-item__modis-item.is-active .combo-item__modis-item_choose-mob {
        display: none;
    }
    .combo-item__modis-item_close {
        top: 6px;
        right: 6px;
    }
    .combo-item__modis-item_close svg {
        border: 1px solid #E1E1E1;
        border-radius: 50%;
    }
}
@media (max-width: 699px) {
    .catalog-item__btn--combo {
        background: none;
        width: auto;
        height: auto;
        border: 2px solid rgba(198, 60, 30, 1);
        font-size: 14px;
        line-height: 21px;
        border-radius: 9px;
        color: rgba(198, 60, 30, 1);
        padding: 5px 20px;
    }
}



.saved-addresses__map {
    height: 300px;
    border-radius: 6px;
    overflow: hidden;
    background: transparent;
}
.saved-addresses__map:not(._active) {
    display: none !important;
}
@media (max-width: 720px) {
    .saved-addresses__map {
        height: 250px;
    }
}
/* End */
/* /local/templates/joe/js/fancybox/jquery.fancybox.css?168437079917390 */
/* /local/templates/joe/js/owl.carousel.css?16843707994028 */
/* /local/templates/joe/js/slick.css?16843707991776 */
/* /local/templates/joe/js/jquery.formstyler.css?16843707992175 */
/* /local/templates/joe/lunch/scss/style.css?168437079912666 */
/* /local/templates/joe/js/swiper/css/swiper.min.css?168437079913681 */
/* /local/templates/joe/template_styles.css?1766483778110614 */
