

/* Start:/local/templates/nikolaus/plugins/greed.css?177937527612176*/
.container, .container-fluid, .container-lg, .container-md, .container-sm, .container-xl, .container-xl-small, .container-xxl {
  --bs-gutter-x:1.5rem;
  box-sizing: border-box;
  margin-left: auto;
  margin-right: auto;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}

.no-gutters {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.no-gutters > .col, .no-gutters > [class*=col-] {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px;
  }
  .container-xxl {
    max-width: 95%;
  }
}
@media (min-width: 768px) {
  .container, .container-md, .container-sm {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container, .container-lg, .container-md, .container-sm {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container, .container-lg, .container-md, .container-sm, .container-xl {
    max-width: 1320px;
  }
}
@media (min-width: 1500px) {
  .container-xxl {
    max-width: 93%;
  }
  .container-xl {
    max-width: 90%;
  }
  .container-xl-small {
    max-width: 50%;
  }
}
@media (min-width: 1600px) {
  .container-xl {
    max-width: 85%;
  }
}
@media (min-width: 1700px) {
  .container-xl {
    max-width: 80%;
  }
}
@media (min-width: 1800px) {
  .container-xl {
    max-width: 75%;
  }
}
.row {
  --bs-gutter-x:1.5rem;
  --bs-gutter-y:0;
  display: flex;
  flex-wrap: wrap;
  margin-left: calc(var(--bs-gutter-x) / -2);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-top: calc(var(--bs-gutter-y) * -1);
}

.row > * {
  box-sizing: border-box;
  flex-shrink: 0;
  margin-top: var(--bs-gutter-y);
  max-width: 100%;
  padding-left: calc(var(--bs-gutter-x) / 2);
  padding-right: calc(var(--bs-gutter-x) / 2);
  width: 100%;
}

.col {
  flex: 1 0 0%;
}

.col-auto {
  flex: 0 0 auto;
  width: auto;
}

.col-1 {
  flex: 0 0 auto;
  width: 8.333333%;
}

.col-2 {
  flex: 0 0 auto;
  width: 16.666667%;
}

.col-3 {
  flex: 0 0 auto;
  width: 25%;
}

.col-4 {
  flex: 0 0 auto;
  width: 33.333333%;
}

.col-5 {
  flex: 0 0 auto;
  width: 41.666667%;
}

.col-6 {
  flex: 0 0 auto;
  width: 50%;
}

.col-7 {
  flex: 0 0 auto;
  width: 58.333333%;
}

.col-8 {
  flex: 0 0 auto;
  width: 66.666667%;
}

.col-9 {
  flex: 0 0 auto;
  width: 75%;
}

.col-10 {
  flex: 0 0 auto;
  width: 83.333333%;
}

.col-11 {
  flex: 0 0 auto;
  width: 91.666667%;
}

.col-12 {
  flex: 0 0 auto;
  width: 100%;
}

.offset-1 {
  margin-left: 8.333333%;
}

.offset-2 {
  margin-left: 16.666667%;
}

.offset-3 {
  margin-left: 25%;
}

.offset-4 {
  margin-left: 33.333333%;
}

.offset-5 {
  margin-left: 41.666667%;
}

.offset-6 {
  margin-left: 50%;
}

.offset-7 {
  margin-left: 58.333333%;
}

.offset-8 {
  margin-left: 66.666667%;
}

.offset-9 {
  margin-left: 75%;
}

.offset-10 {
  margin-left: 83.333333%;
}

.offset-11 {
  margin-left: 91.666667%;
}

.justify-content-center {
  justify-content: center !important;
}

.order-first {
  order: -1 !important;
}

.order-0 {
  order: 0 !important;
}

.order-1 {
  order: 1 !important;
}

.order-2 {
  order: 2 !important;
}

.order-3 {
  order: 3 !important;
}

.order-last {
  order: 6 !important;
}

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%;
  }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.333333%;
  }
  .offset-sm-2 {
    margin-left: 16.666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.333333%;
  }
  .offset-sm-5 {
    margin-left: 41.666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.333333%;
  }
  .offset-sm-8 {
    margin-left: 66.666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.333333%;
  }
  .offset-sm-11 {
    margin-left: 91.666667%;
  }
  .order-sm-first {
    order: -1 !important;
  }
  .order-sm-0 {
    order: 0 !important;
  }
  .order-sm-1 {
    order: 1 !important;
  }
  .order-sm-2 {
    order: 2 !important;
  }
  .order-sm-3 {
    order: 3 !important;
  }
  .order-sm-last {
    order: 6 !important;
  }
}
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%;
  }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-md-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.333333%;
  }
  .offset-md-2 {
    margin-left: 16.666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.333333%;
  }
  .offset-md-5 {
    margin-left: 41.666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.333333%;
  }
  .offset-md-8 {
    margin-left: 66.666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.333333%;
  }
  .offset-md-11 {
    margin-left: 91.666667%;
  }
  .order-md-first {
    order: -1 !important;
  }
  .order-md-0 {
    order: 0 !important;
  }
  .order-md-1 {
    order: 1 !important;
  }
  .order-md-2 {
    order: 2 !important;
  }
  .order-md-3 {
    order: 3 !important;
  }
  .order-md-last {
    order: 6 !important;
  }
}
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%;
  }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.333333%;
  }
  .offset-lg-2 {
    margin-left: 16.666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.333333%;
  }
  .offset-lg-5 {
    margin-left: 41.666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.333333%;
  }
  .offset-lg-8 {
    margin-left: 66.666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.333333%;
  }
  .offset-lg-11 {
    margin-left: 91.666667%;
  }
  .order-lg-first {
    order: -1 !important;
  }
  .order-lg-0 {
    order: 0 !important;
  }
  .order-lg-1 {
    order: 1 !important;
  }
  .order-lg-2 {
    order: 2 !important;
  }
  .order-lg-3 {
    order: 3 !important;
  }
  .order-lg-last {
    order: 6 !important;
  }
}
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%;
  }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.333333%;
  }
  .offset-xl-2 {
    margin-left: 16.666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.333333%;
  }
  .offset-xl-5 {
    margin-left: 41.666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.333333%;
  }
  .offset-xl-8 {
    margin-left: 66.666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.333333%;
  }
  .offset-xl-11 {
    margin-left: 91.666667%;
  }
  .order-xl-first {
    order: -1 !important;
  }
  .order-xl-0 {
    order: 0 !important;
  }
  .order-xl-1 {
    order: 1 !important;
  }
  .order-xl-2 {
    order: 2 !important;
  }
  .order-xl-3 {
    order: 3 !important;
  }
  .order-xl-last {
    order: 6 !important;
  }
}
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%;
  }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
  }
  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.666667%;
  }
  .col-xxl-25 {
    flex: 0 0 auto;
    width: 20%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.666667%;
  }
  .order-xxl-first {
    order: -1 !important;
  }
  .order-xxl-0 {
    order: 0 !important;
  }
  .order-xxl-1 {
    order: 1 !important;
  }
  .order-xxl-2 {
    order: 2 !important;
  }
  .order-xxl-3 {
    order: 3 !important;
  }
  .order-xxl-last {
    order: 6 !important;
  }
}
@media (max-width: 1199px) {
  .hidden-lg-all {
    display: none !important;
  }
}
@media (max-width: 991px) {
  .hidden-md-all {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .hidden-sm-all {
    display: none !important;
  }
}
@media (max-width: 575px) {
  .hidden-mobile {
    display: none !important;
  }
}

/* End */


/* Start:/local/templates/nikolaus/plugins/tiny-slider.css?16676890462121*/
.tns-outer{padding:0 !important}.tns-outer [hidden]{display:none !important}.tns-outer [aria-controls],.tns-outer [data-action]{cursor:pointer}.tns-slider{-webkit-transition:all 0s;-moz-transition:all 0s;transition:all 0s}.tns-slider>.tns-item{-webkit-box-sizing:border-box;-moz-box-sizing:border-box;box-sizing:border-box}.tns-horizontal.tns-subpixel{white-space:nowrap}.tns-horizontal.tns-subpixel>.tns-item{display:inline-block;vertical-align:top;white-space:normal}.tns-horizontal.tns-no-subpixel:after{content:'';display:table;clear:both}.tns-horizontal.tns-no-subpixel>.tns-item{float:left}.tns-horizontal.tns-carousel.tns-no-subpixel>.tns-item{margin-right:-100%}.tns-no-calc{position:relative;left:0}.tns-gallery{position:relative;left:0;min-height:1px}.tns-gallery>.tns-item{position:absolute;left:-100%;-webkit-transition:transform 0s, opacity 0s;-moz-transition:transform 0s, opacity 0s;transition:transform 0s, opacity 0s}.tns-gallery>.tns-slide-active{position:relative;left:auto !important}.tns-gallery>.tns-moving{-webkit-transition:all 0.25s;-moz-transition:all 0.25s;transition:all 0.25s}.tns-autowidth{display:inline-block}.tns-lazy-img{-webkit-transition:opacity 0.6s;-moz-transition:opacity 0.6s;transition:opacity 0.6s;opacity:0.6}.tns-lazy-img.tns-complete{opacity:1}.tns-ah{-webkit-transition:height 0s;-moz-transition:height 0s;transition:height 0s}.tns-ovh{overflow:hidden}.tns-visually-hidden{position:absolute;left:-10000em}.tns-transparent{opacity:0;visibility:hidden}.tns-fadeIn{opacity:1;filter:alpha(opacity=100);z-index:0}.tns-normal,.tns-fadeOut{opacity:0;filter:alpha(opacity=0);z-index:-1}.tns-vpfix{white-space:nowrap}.tns-vpfix>div,.tns-vpfix>li{display:inline-block}.tns-t-subp2{margin:0 auto;width:310px;position:relative;height:10px;overflow:hidden}.tns-t-ct{width:2333.3333333%;width:-webkit-calc(100% * 70 / 3);width:-moz-calc(100% * 70 / 3);width:calc(100% * 70 / 3);position:absolute;right:0}.tns-t-ct:after{content:'';display:table;clear:both}.tns-t-ct>div{width:1.4285714%;width:-webkit-calc(100% / 70);width:-moz-calc(100% / 70);width:calc(100% / 70);height:10px;float:left}
/* End */


/* Start:/local/templates/nikolaus/plugins/fancybox-3.0/jquery.fancybox.min.css?166768904612795*/
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-bg,.fancybox-inner,.fancybox-outer,.fancybox-stage{bottom:0;left:0;position:absolute;right:0;top:0}.fancybox-outer{-webkit-overflow-scrolling:touch;overflow-y:auto}.fancybox-bg{background:#1e1e1e;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-caption,.fancybox-infobar,.fancybox-navigation .fancybox-button,.fancybox-toolbar{direction:ltr;opacity:0;position:absolute;transition:opacity .25s ease,visibility 0s ease .25s;visibility:hidden;z-index:99997}.fancybox-show-caption .fancybox-caption,.fancybox-show-infobar .fancybox-infobar,.fancybox-show-nav .fancybox-navigation .fancybox-button,.fancybox-show-toolbar .fancybox-toolbar{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;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--current,.fancybox-slide--next,.fancybox-slide--previous{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;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-pan .fancybox-content,.fancybox-can-swipe .fancybox-content{cursor:grab}.fancybox-is-grabbing .fancybox-content{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--iframe .fancybox-content,.fancybox-slide--map .fancybox-content,.fancybox-slide--pdf .fancybox-content,.fancybox-slide--video .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-iframe,.fancybox-video{background:transparent;border:0;display:block;height:100%;margin:0;overflow:hidden;padding:0;width:100%}.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}.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:link,.fancybox-button:visited{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}.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--fsenter svg:nth-child(2),.fancybox-button--fsexit svg:first-child,.fancybox-button--pause svg:first-child,.fancybox-button--play svg:nth-child(2){display:none}.fancybox-progress{background:#ff5268;height:2px;left:0;position:absolute;right:0;top:0;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;z-index:99998}.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}.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)}.fancybox-caption{background:linear-gradient(0deg,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%,transparent);bottom:0;color:#eee;font-size:14px;font-weight:400;left:0;line-height:1.5;padding:75px 44px 25px;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}.fancybox-loading{animation:a 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 a{to{transform:rotate(1turn)}}.fancybox-animated{transition-timing-function:cubic-bezier(0,0,.25,1)}.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:translateZ(0)}.fancybox-fx-fade.fancybox-slide--next,.fancybox-fx-fade.fancybox-slide--previous{opacity:0;transition-timing-function:cubic-bezier(.19,1,.22,1)}.fancybox-fx-fade.fancybox-slide--current{opacity:1}.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:scaleX(1)}.fancybox-fx-rotate.fancybox-slide--previous{opacity:0;transform:rotate(-1turn)}.fancybox-fx-rotate.fancybox-slide--next{opacity:0;transform:rotate(1turn)}.fancybox-fx-rotate.fancybox-slide--current{opacity:1;transform:rotate(0deg)}.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:scaleX(1) translateZ(0)}.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:translateZ(0) scale(1)}@media (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))}}}.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}.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;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:link,.fancybox-share__button:visited{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;outline:none;padding:10px 15px;width:100%}.fancybox-thumbs{background:#ddd;bottom:0;display:none;margin:0;-webkit-overflow-scrolling:touch;-ms-overflow-style:-ms-autohiding-scrollbar;padding:2px 2px 4px;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:50%;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}@media (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/nikolaus/template_styles.min.css?177938287848462*/
@font-face{font-family:Muller;font-style:normal;font-weight:400;src:url(/local/templates/nikolaus/fonts/MullerRegular.eot);src:url(/local/templates/nikolaus/fonts/MullerRegular.eot) format("embedded-opentype"),url(/local/templates/nikolaus/fonts/MullerRegular.woff2) format("woff2"),url(/local/templates/nikolaus/fonts/MullerRegular.woff) format("woff"),url(/local/templates/nikolaus/fonts/MullerRegular.ttf) format("truetype"),url(/local/templates/nikolaus/images/MullerRegular.svg#MullerRegular) format("svg")}@font-face{font-family:Muller;font-style:normal;font-weight:500;src:url(/local/templates/nikolaus/fonts/MullerBold.eot);src:url(/local/templates/nikolaus/fonts/MullerBold.eot) format("embedded-opentype"),url(/local/templates/nikolaus/fonts/MullerBold.woff2) format("woff2"),url(/local/templates/nikolaus/fonts/MullerBold.woff) format("woff"),url(/local/templates/nikolaus/fonts/MullerBold.ttf) format("truetype"),url(/local/templates/nikolaus/images/MullerBold.svg#MullerBold) format("svg")}@font-face{font-family:PlayfairDisplay;font-style:normal;font-weight:400;src:url(/local/templates/nikolaus/fonts/PlayfairDisplayRegular.eot);src:url(/local/templates/nikolaus/fonts/PlayfairDisplayRegular.eot) format("embedded-opentype"),url(/local/templates/nikolaus/fonts/PlayfairDisplayRegular.woff2) format("woff2"),url(/local/templates/nikolaus/fonts/PlayfairDisplayRegular.woff) format("woff"),url(/local/templates/nikolaus/fonts/PlayfairDisplayRegular.ttf) format("truetype"),url(/local/templates/nikolaus/images/PlayfairDisplayRegular.svg#PlayfairDisplayRegular) format("svg")}@font-face{font-family:PlayfairDisplay;font-style:italic;font-weight:400;src:url(/local/templates/nikolaus/fonts/PlayfairDisplayItalic.eot);src:url(/local/templates/nikolaus/fonts/PlayfairDisplayItalic.eot) format("embedded-opentype"),url(/local/templates/nikolaus/fonts/PlayfairDisplayItalic.woff2) format("woff2"),url(/local/templates/nikolaus/fonts/PlayfairDisplayItalic.woff) format("woff"),url(/local/templates/nikolaus/fonts/PlayfairDisplayItalic.ttf) format("truetype"),url(/local/templates/nikolaus/images/PlayfairDisplayItalic.svg#PlayfairDisplayItalic) format("svg")}:root{--orange:#ff9924;--orange-light:#ff9e2e73}body,html{color:#2b2a29;font-family:Muller,Arial;font-size:14px;height:100%;line-height:20px;margin:0;padding:0;position:relative;width:100%}.webform{font-family:Muller,Arial}@keyframes spinner-border{to{transform:rotate(1turn)}}.paginator{display:flex;flex-direction:column}.paginator .paginator-ajax{display:flex;justify-content:center}.paginator .paginator-ajax a.show-more{background:#f1f1f1;border-radius:1.6428571429rem;box-sizing:border-box;display:block;line-height:1rem;margin-bottom:0.7142857143rem;padding:0.7142857143rem 2.1428571429rem 0.5714285714rem;text-align:center}.paginator .paginator-ajax a.show-more.loading{cursor:default;overflow:hidden;position:relative}.paginator .paginator-ajax a.show-more.loading:after{background:#f1f1f1;content:"";display:block;height:100%;left:0;position:absolute;top:0;width:100%;z-index:1}.paginator .paginator-ajax a.show-more.loading:before{animation:spinner-border .6s linear infinite;border:1px solid #2b2a29;border-left-color:rgba(0,0,0,0);border-radius:100%;content:"";display:block;height:1.1428571429rem;left:50%;margin-left:-0.5714285714rem;margin-top:-0.5714285714rem;position:absolute;top:50%;width:1.1428571429rem;z-index:2}.paginator .paginator-default{display:flex;flex-wrap:wrap;justify-content:center;white-space:nowrap}.paginator .paginator-default>span,.paginator .paginator-default a{align-items:center;background:#f1f1f1;border-radius:1.6428571429rem;display:flex;line-height:1rem;margin:0 0.7142857143rem 0.7142857143rem 0;padding:0.7142857143rem 1.0714285714rem 0.5714285714rem}.paginator .paginator-default>span.active{background:#2b2a29;color:#fff}.paginator .paginator-default .next span,.paginator .paginator-default .prev span{align-items:center;display:flex;justify-content:center;margin-right:0.5rem}.paginator .paginator-default .next span svg,.paginator .paginator-default .prev span svg{height:auto;width:1.1428571429rem}.paginator .paginator-default .next span{margin-left:0.5rem;margin-right:0}.faq_name.open span{transform:rotate(-180deg)}.faq_name:not(.small)>div{font-family:PlayfairDisplay;font-size:1.7142857143rem;font-weight:400;line-height:1.9285714286rem;margin:0 0 1.2142857143rem}.faq_name:not(.small)>div>div span{height:2rem;width:2.1428571429rem}.faq_name:not(.small)>div>div span svg{width:1.0714285714rem}.faq_name>div a{margin-left:0.3571428571rem}.faq_name>div:hover{cursor:pointer;opacity:.7}.faq_name>div>div{display:inline-block;vertical-align:top}.faq_name>div>div span{transition:all 200ms;align-items:center;display:flex;height:1.1428571429rem;justify-content:center;margin-left:0.3571428571rem;width:1.1428571429rem}.faq_name>div>div span svg{width:0.7142857143rem}.close_order{text-align:center}.browser{display:none;padding:2.1428571429rem 0}.browser:not(.small) a{border:2px solid #9e9e9e;display:block}.browser:not(.small) a img{display:block}.browser:not(.small) a:hover{box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05)}.browser.small{background:#f1f1f1;margin:0.7142857143rem 0;padding:1.4285714286rem 1.4285714286rem 0.7142857143rem}.browser.small p{margin-bottom:0.7142857143rem}.checkbox_custom{cursor:pointer;display:block;padding-left:1.7857142857rem;position:relative}.checkbox_custom:after{background:#fff;border:solid #ddd;border-radius:0.1428571429rem;border-width:0.0714285714rem;box-sizing:border-box;content:"";display:block;height:1.1428571429rem;left:0;position:absolute;top:0;width:1.1428571429rem;z-index:2}.checkbox_custom span{display:none}.checkbox_custom.active span{align-items:center;box-sizing:border-box;content:"";display:flex;height:1.1428571429rem;justify-content:center;left:0;position:absolute;top:0;width:1.1428571429rem;z-index:3}.basket_warning{background:#e8fff1;border:0.0714285714rem solid #00de59;font-size:1rem;line-height:1.1428571429rem;margin-bottom:2.1428571429rem;padding:1.0714285714rem 1.4285714286rem}.basket_warning div:not(:last-child){margin-bottom:0.7142857143rem}.cookie_warning{bottom:-71.4285714286rem;display:none;left:3.5714285714rem;position:fixed;z-index:10000}.cookie_warning .text{max-width:34.2857142857rem;padding:1.0714285714rem 3.2142857143rem 1.0714285714rem 1.0714285714rem;box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05);background:#fff;border-radius:0.7142857143rem;box-sizing:border-box;position:relative}.cookie_warning .text p{margin:0 0 1.4285714286rem}.cookie_warning .text .close{align-items:center;cursor:pointer;display:flex;height:2.1428571429rem;justify-content:center;position:absolute;right:0.3571428571rem;top:0.3571428571rem;width:2.1428571429rem}.cookie_warning .text .close svg{width:1.0714285714rem}@media(max-width: 575px){.faq_name:not(.small)>div{font-size:1.2857142857rem;line-height:1.5rem}.faq_name:not(.small)>div>div span{height:1.5rem;width:1.4285714286rem}.browser.small{padding:1.4285714286rem 1.1428571429rem}.cookie_warning{left:15px;width:calc(100% - 30px)}.cookie_warning .text{max-width:inherit;width:100%}}.scroll_top{transition:all 200ms;box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05);align-items:center;background:hsla(0,0%,100%,.8);border-radius:50px;bottom:9.2857142857rem;color:#2b2a29;cursor:pointer;display:flex;height:50px;justify-content:center;opacity:1;position:fixed;right:4.1428571429rem;text-align:center;width:50px;z-index:3}.scroll_top.none{opacity:0}.scroll_top:hover{background:#fff;transform:translateY(-0.3571428571rem);box-shadow:0 1.4285714286rem 1.4285714286rem rgba(0,0,0,.15)}.scroll_top svg{display:block;transform:rotate(-90deg);width:1.1428571429rem}.page{display:flex;flex-direction:column;min-height:100%;overflow:hidden}.page .form.form-center .agreement,.page .form.form-center .display_error,.page .form.form-center .subtitle,.page .form.form-center .text{text-align:center}.page .form.form-center .submit_container{display:flex;justify-content:center}.page .form .text{color:#9e9e9e;margin-bottom:1.7142857143rem}.page .form .text.mb-0{margin-bottom:0}.page .form .text .bold{color:#2b2a29;font-size:1.1428571429rem;font-weight:700}.page .form .field{margin-bottom:1.2857142857rem}.page .form .field.error input[type=text]{border-color:red}.page .form .display_error{color:red;margin-bottom:1.2857142857rem}.page .form .agreement{padding-top:1.0714285714rem}.page .form .agreement a{color:#2b2a29;text-decoration:underline}.page .form .agreement a:hover{text-decoration:none}.page .nj_bottom_to_top{transition:all 1000ms;opacity:0;transform:translateY(50px)}.page .nj_top_to_bottom{transition:all 1000ms;opacity:0;transform:translateY(-50px)}.page .nj_right_to_left{transition:all 1000ms;opacity:0;transform:translateX(50px)}.page .nj_left_to_right{transition:all 1000ms;opacity:0;transform:translateX(-50px)}.page .nj_left_to_right.nj_load,.page .nj_right_to_left.nj_load{opacity:1;transform:translateX(0)}.page .nj_bottom_to_top.nj_load,.page .nj_top_to_bottom.nj_load{opacity:1;transform:translateY(0)}.page .modal_container{align-items:center;background:rgba(0,0,0,.6);display:none;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:11000}.page .modal_container .modal{transition:all 200ms;background:#fff;box-sizing:border-box;color:#2b2a29;max-height:100%;max-width:100%;opacity:0;padding:2.6428571429rem 3rem 4.2857142857rem;position:relative;transform:translateY(-3.125rem);width:34.2857142857rem}.page .modal_container .modal.recipe_modal{height:90%;padding:0;width:71.4285714286rem}.page .modal_container .modal.recipe_modal .next_recipe,.page .modal_container .modal.recipe_modal .prev_recipe{transition:all 200ms;background:hsla(0,0%,95%,.5);border-radius:4.8571428571rem;box-sizing:border-box;cursor:pointer;display:block;display:flex;height:4.8571428571rem;justify-content:center;margin-top:-2.4285714286rem;outline:none;position:absolute;top:50%;width:4.8571428571rem}.page .modal_container .modal.recipe_modal .next_recipe:hover,.page .modal_container .modal.recipe_modal .prev_recipe:hover{background:#f1f1f1}.page .modal_container .modal.recipe_modal .next_recipe svg,.page .modal_container .modal.recipe_modal .prev_recipe svg{width:1.4285714286rem}.page .modal_container .modal.recipe_modal .next_recipe svg path,.page .modal_container .modal.recipe_modal .prev_recipe svg path{background:#2b2a29}.page .modal_container .modal.recipe_modal .next_recipe{padding-left:0.7142857143rem;right:-8.4285714286rem}.page .modal_container .modal.recipe_modal .next_recipe:hover{padding-left:0}.page .modal_container .modal.recipe_modal .prev_recipe{left:-8.4285714286rem;padding-right:0.7142857143rem}.page .modal_container .modal.recipe_modal .prev_recipe:hover{padding-right:0}.page .modal_container .modal.recipe_modal>div{box-sizing:border-box;height:100%;overflow-x:hidden;overflow-y:auto;padding:2.6428571429rem 3rem 4.2857142857rem;position:relative}.page .modal_container .modal.recipe_modal .close{align-items:center;display:flex;height:2.8571428571rem;justify-content:center;right:0.3571428571rem;top:0.3571428571rem;width:2.8571428571rem}.page .modal_container .modal.recipe_modal .close:hover svg path{stroke:#909090}.page .modal_container .modal.recipe_modal .close svg{width:1.1428571429rem}.page .modal_container .modal.recipe_modal .recipe{margin-bottom:0;padding-right:0}.page .modal_container .modal.recipe_modal .recipe .title{margin-bottom:3.5714285714rem}.page .modal_container .modal.recipe_modal .recipe .mobile_recipe_links{display:none}.page .modal_container .modal.load{opacity:1;transform:translateY(0)}.page .modal_container .modal .close{align-items:center;cursor:pointer;display:flex;justify-content:center;position:absolute;right:-3.5714285714rem;top:-0.7142857143rem;z-index:33}.page .modal_container .modal .close:hover svg path{stroke:#fff}.page .modal_container .modal .close svg{width:3.5714285714rem}.page .modal_container .modal .close svg path{transition:all 200ms}.page .modal_container .modal .change_phone.error input[type=text],.page .modal_container .modal .sms_authorize.error input[type=text]{border-color:red}.page .modal_container .modal .change_phone .sms_error,.page .modal_container .modal .sms_authorize .sms_error{color:red;padding-top:1.0714285714rem}.page .modal_container .modal .change_phone .again,.page .modal_container .modal .sms_authorize .again{padding-top:1.0714285714rem}.page .modal_container .modal .change_phone .again input,.page .modal_container .modal .sms_authorize .again input{border-bottom:solid #2b2a29;border-width:0.0714285714rem;font-family:Muller;font-size:1rem;line-height:1.2857142857rem}.page .modal_container .modal .change_phone .again input:hover,.page .modal_container .modal .sms_authorize .again input:hover{border-color:rgba(0,0,0,0)}.page .modal_container .modal .change_phone .subtitle,.page .modal_container .modal .sms_authorize .subtitle{margin-bottom:1.7142857143rem}.page .modal_container .modal .change_phone .text,.page .modal_container .modal .sms_authorize .text{color:#9e9e9e;margin-bottom:1.7142857143rem}.page .modal_container .modal .change_phone .submit_container .btn,.page .modal_container .modal .sms_authorize .submit_container .btn{padding-left:0;padding-right:0;width:100%}.page .mobile_menu_overlay{background-color:rgba(0,0,0,.4);display:none;height:100%;left:0;position:fixed;top:0;width:100%;z-index:11000}.page .mobile_menu_container{background-color:#fff;box-sizing:border-box;display:none;height:100%;left:-100%;overflow-y:auto;position:fixed;top:0;width:330px;z-index:12000}.page .mobile_menu_container .delivery_soon{background:#000;color:#fff;padding:0.9285714286rem 2.5rem;text-align:center}.page .mobile_menu_container .mobile_menu_content{box-sizing:border-box;display:flex;flex-direction:column;min-height:calc(100% - 46px);padding:4.2857142857rem 2.5rem;position:relative}.page .mobile_menu_container .mobile_menu_content .social_links a{margin:0 1.0714285714rem 1.0714285714rem 0}.page .mobile_menu_container .mobile_menu_content .price_link{display:flex;flex-direction:column;margin-bottom:2.1428571429rem}.page .mobile_menu_container .mobile_menu_content .price_link a{align-items:center;display:flex}.page .mobile_menu_container .mobile_menu_content .price_link a.sushi{margin-bottom:0.7142857143rem}.page .mobile_menu_container .mobile_menu_content .price_link a.sushi span.icon{align-items:center;display:flex;justify-content:center;margin-right:0.7142857143rem;width:1.7142857143rem}.page .mobile_menu_container .mobile_menu_content .price_link a.sushi span.icon svg{width:1.7142857143rem}.page .mobile_menu_container .mobile_menu_content .price_link a.price span.icon{align-items:center;display:flex;justify-content:center;margin-right:0.7142857143rem;width:1.7142857143rem}.page .mobile_menu_container .mobile_menu_content .price_link a.price span.icon svg{width:1.2857142857rem}.page .mobile_menu_container .mobile_menu_content .phone{margin-bottom:2.1428571429rem}.page .mobile_menu_container .mobile_menu_content .phone a{display:flex;font-weight:500;line-height:1.2142857143rem;padding-top:0.2142857143rem}.page .mobile_menu_container .mobile_menu_content .phone a:hover{color:#989898}.page .mobile_menu_container .mobile_menu_content .phone a:hover span svg path{fill:#989898}.page .mobile_menu_container .mobile_menu_content .phone a span{align-items:center;display:flex;justify-content:center;margin-right:0.3571428571rem;margin-top:-0.2142857143rem}.page .mobile_menu_container .mobile_menu_content .phone a span svg{height:1.4285714286rem}.page .mobile_menu_container .mobile_menu_content .phone a span svg path{transition:all 200ms;fill:#2b2a29}.page .mobile_menu_container .close{align-items:center;display:flex;height:2.8571428571rem;justify-content:center;position:absolute;right:0.7142857143rem;top:0.7142857143rem;width:2.8571428571rem}.page .mobile_menu_container .close svg{width:2.8571428571rem}.page .mobile_menu_container .mobile_menu_ul{flex-grow:1;padding-bottom:2.1428571429rem}.page .mobile_menu_container .mobile_menu_ul li{margin-bottom:2.5rem}.page .mobile_menu_container .mobile_menu_ul li.parent.open>a>span{transform:rotate(-180deg)}.page .mobile_menu_container .mobile_menu_ul li.parent>a>span{transition:all 200ms;display:inline-block;margin-left:0.5rem;vertical-align:top}.page .mobile_menu_container .mobile_menu_ul li.parent>a>span svg{width:0.6428571429rem}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu{display:none}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections{padding-top:1.7857142857rem}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections .item{margin-bottom:1.7857142857rem}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections .item:last-child{margin-bottom:0}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections .item a{align-items:center;display:flex;min-height:2.8571428571rem}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections .item a span{align-items:center;display:flex;justify-content:center;margin-right:1.0714285714rem;width:2.1428571429rem}.page .mobile_menu_container .mobile_menu_ul li.parent .submenu .mobile_sections .item a span svg{width:2.1428571429rem}.page .mobile_menu_container .mobile_menu_ul li a{font-size:0.9285714286rem;font-weight:500;letter-spacing:.05em;line-height:1.2142857143rem;text-transform:uppercase}.page .section_null{background:#f1f1f1;padding:2.2857142857rem 2rem}.page .section_null.small{padding:1.4285714286rem 2rem}.page .section_null.small .link{display:flex;justify-content:flex-end}.page .section_null.small .text{align-items:center;display:flex;min-height:2.8571428571rem}.page .content{flex-grow:1;padding:4.2857142857rem 0 7.1428571429rem}.page .content.textpage ul:not(.sidebar),.page .content .section_desc ul:not(.sidebar){margin-bottom:1.4285714286rem;margin-left:1.4285714286rem}.page .content.textpage ul:not(.sidebar) li,.page .content .section_desc ul:not(.sidebar) li{padding-left:1.0714285714rem;position:relative}.page .content.textpage ul:not(.sidebar) li:after,.page .content .section_desc ul:not(.sidebar) li:after{background:#2b2a29;content:"";display:block;height:0.0714285714rem;left:0;position:absolute;top:0.5714285714rem;width:0.7142857143rem}.page.main_page{position:relative}.page.main_page header{left:0;position:absolute;top:0;width:100%;z-index:80}.page.main_page header:hover .header{background:#fff;border-color:#ddd}.page.main_page .content{margin-top:2.8571428571rem;padding-bottom:0;padding-top:0}.page.black_friday.main_page header:hover .header{background:#000 !important;border-color:#000 !important}.page.black_friday:not(.main_page) header .header{background:#000 !important;border-color:#000 !important}.page.black_friday .stickers .sticker_black_friday{cursor:pointer;position:relative}.page.black_friday .stickers .sticker_black_friday:hover .sticker_tooltip{opacity:1}.page.black_friday .stickers .sticker_black_friday span{background:#000 !important;border:solid var(--orange);border-width:0.0714285714rem;color:var(--orange) !important}.page.black_friday .stickers .sticker_black_friday .sticker_tooltip{transition:all 200ms;background:var(--orange);border-radius:0.7142857143rem;color:#000;font-size:0.9285714286rem;left:0;line-height:1.2142857143rem;margin-top:0.7142857143rem;opacity:0;padding:0.7142857143rem;pointer-events:none;position:absolute;top:100%;white-space:nowrap}.page.black_friday .stickers .sticker_black_friday .sticker_tooltip:before{border:10px solid rgba(0,0,0,0);border-bottom:10px solid var(--orange);content:"";display:block;left:2.1428571429rem;position:absolute;top:-20px}.page.black_friday header.fixed .header{border-color:#000 !important}.page.black_friday header .top{background:#000 !important;border-bottom:0.0714285714rem solid var(--orange-light) !important;color:var(--orange) !important}.page.black_friday header .top .social_links a:hover svg path{fill:var(--orange) !important}.page.black_friday header .top .social_links a svg path{fill:var(--orange) !important}.page.black_friday header .top .price_link a:hover span{border-color:var(--orange) !important}.page.black_friday header .header .mobile_menu span{color:var(--orange) !important}.page.black_friday header .header .mobile_menu span svg rect{fill:var(--orange) !important}.page.black_friday header .header .logo svg path{fill:var(--orange) !important;stroke:var(--orange) !important}.page.black_friday header .header ul.main_menu li>a{color:var(--orange) !important}.page.black_friday header .header .header_user_links .phone a{color:var(--orange) !important}.page.black_friday header .header .header_user_links .phone a span:not(.text) svg path{fill:var(--orange) !important}.page.black_friday header .header .header_user_links .basket a,.page.black_friday header .header .header_user_links .favorites a,.page.black_friday header .header .header_user_links .personal a{background:none;border-color:var(--orange) !important}.page.black_friday header .header .header_user_links .basket a svg path,.page.black_friday header .header .header_user_links .favorites a svg path,.page.black_friday header .header .header_user_links .personal a svg path{fill:var(--orange) !important}.page.black_friday header .header .header_user_links .basket a{background:var(--orange) !important}.page.black_friday header .header .header_user_links .basket a span{background:var(--orange) !important;border-color:#000 !important}.page.black_friday header .header .header_user_links .basket a svg path{fill:#000 !important}.page.black_friday header .header .header_user_links .personal.notif a:after{background:var(--orange) !important;border-color:var(--orange) !important}.page.black_friday footer .bottom{background:#000}.page.black_friday footer .bottom a{color:var(--orange)}.page.black_friday footer .bottom a:hover{border-color:var(--orange)}.page.black_friday .cookie_warning .text{background:var(--orange)}.page.black_friday .cookie_warning .text .close svg rect{fill:#000}.page a,.page button,.page input,.page textarea{transition:all 200ms;-webkit-appearance:none;-moz-appearance:none;appearance:none;outline:none}.page textarea{border:solid #ddd;border-radius:1.6428571429rem;border-width:0.0714285714rem;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:1.4285714286rem;padding:0.8928571429rem 1.7142857143rem;resize:none;width:100%}.page input[type=password],.page input[type=text]{border:solid #ddd;border-radius:1.6428571429rem;border-width:0.0714285714rem;box-sizing:border-box;font-family:inherit;font-size:1rem;line-height:3.0714285714rem;padding:0 1.7142857143rem;width:100%}.page input[type=submit]{background:none;border:none;cursor:pointer;padding:0}.page img{height:auto;max-width:100%}.page a,.page a:link,.page a:visited{transition:all 200ms;color:inherit;text-decoration:none}.page p{margin:0 0 1.4285714286rem}.page p a,.page p a:link,.page p a:visited{color:#9e9e9e;text-decoration:underline}.page p a:hover,.page p a:link:hover,.page p a:visited:hover{text-decoration:none}.page .title,.page h1{font-family:PlayfairDisplay;font-size:3.4285714286rem;font-weight:400;line-height:3.8571428571rem;margin:0 0 1.2142857143rem}.page .subtitle,.page h2{font-family:PlayfairDisplay;font-size:1.7142857143rem;font-weight:400;line-height:1.9285714286rem;margin:0 0 1.2142857143rem}.page .tooltip{cursor:pointer;display:inline-block;margin-left:0.3571428571rem;position:relative;vertical-align:top}.page .tooltip:hover>div{opacity:1;visibility:visible}.page .tooltip span{align-items:center;background:url(/local/templates/nikolaus/images/tooltip.svg) 50% no-repeat;display:flex;height:1.1428571429rem;justify-content:center;width:1.1428571429rem}.page .tooltip>div{left:-2.8571428571rem;min-width:15rem;opacity:0;padding-top:0.3571428571rem;position:absolute;top:100%;visibility:hidden;z-index:100;transition:all 200ms}.page .tooltip>div.nowrap{white-space:nowrap}.page .tooltip>div>div{box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05);background:#fff;border:solid #ddd;border-radius:1.6428571429rem;border-width:0.0714285714rem;color:#9e9e9e;font-size:0.9285714286rem;line-height:1.0714285714rem;padding:1.0714285714rem}.page .tooltip>div>div>div:not(:last-child){margin-bottom:0.3571428571rem}.page .tooltip>div>div>div b{color:#2b2a29;font-weight:500}.page .btn_circle,.page a.btn_circle{transition:all 200ms;display:inline-block;font-family:PlayfairDisplay;font-size:1.4285714286rem;font-style:italic;line-height:1.4285714286rem;min-height:4.9285714286rem;padding-right:3.5714285714rem;padding-top:22px;position:relative;vertical-align:top}.page .btn_circle:hover,.page a.btn_circle:hover{padding-right:4.6428571429rem}.page .btn_circle:hover:after,.page a.btn_circle:hover:after{background-color:#f1f1f1;background-position-x:center;opacity:1}.page .btn_circle span,.page a.btn_circle span{position:relative;z-index:2}.page .btn_circle:after,.page a.btn_circle:after{transition:all 200ms;background:rgba(241,241,241,.5) url(/local/templates/nikolaus/images/btn_circle.svg) right 1.0714285714rem center no-repeat;background-size:20px;border-radius:4.9285714286rem;content:"";height:4.9285714286rem;position:absolute;right:0;top:0;width:4.9285714286rem}.page .error_404{display:flex;flex-direction:column;justify-content:center;min-height:35.7142857143rem}.page .error_404 .error{font-size:5.1428571429rem;font-weight:500;letter-spacing:.05em;line-height:5.1428571429rem;margin-bottom:1.4285714286rem}.page .error_404 .text{font-family:PlayfairDisplay;font-size:1.2857142857rem;font-style:italic;line-height:1.9285714286rem;margin-bottom:2.8571428571rem}.page .error_404 .links a{margin-right:1.0714285714rem}.page .important_note{background:url(/local/templates/nikolaus/images/important_note.svg) left top 2px no-repeat;background-size:2.1428571429rem;box-sizing:border-box;color:#9e9e9e;display:flex;font-size:0.9285714286rem;line-height:1.2142857143rem;min-height:2.4285714286rem;padding-left:2.8571428571rem}.page .important_note.vcenter{align-items:center}.page .btn,.page a.btn,.page input[type=submit].btn{transition:all 200ms;background:#2b2a29;border:solid #2b2a29;border-radius:2.8571428571rem;border-width:0.0714285714rem;color:#fff;cursor:pointer;display:inline-block;font-family:Muller;font-size:1.1428571429rem;letter-spacing:.05em;line-height:1.4285714286rem;padding:0.7857142857rem 3.2857142857rem 0.5rem;text-transform:uppercase;vertical-align:top}.page .btn.disabled,.page a.btn.disabled,.page input[type=submit].btn.disabled{background:#989898 !important;border-color:#989898 !important;cursor:default !important;opacity:.3}.page .btn.big,.page a.btn.big,.page input[type=submit].btn.big{padding:0.9285714286rem 3.2857142857rem 0.7142857143rem}.page .btn:hover,.page a.btn:hover,.page input[type=submit].btn:hover{background:#989898;border-color:#989898}.page .btn.small,.page a.btn.small,.page input[type=submit].btn.small{padding-left:1.9285714286rem;padding-right:1.9285714286rem}.page .btn.white,.page a.btn.white,.page input[type=submit].btn.white{background:none;color:#2b2a29}.page .btn.white:hover,.page a.btn.white:hover,.page input[type=submit].btn.white:hover{background:#2b2a29;border-color:#2b2a29;color:#fff}.page .btn.little,.page a.btn.little,.page input[type=submit].btn.little{font-size:0.8571428571rem;line-height:1.1428571429rem;padding:0.5714285714rem 1.0714285714rem 0.2857142857rem}.page ul{list-style:none;margin:0;padding:0}.page ::-moz-selection{background:#2b2a29;color:#fff}.page ::selection{background:#2b2a29;color:#fff}.page input[type=text]::-moz-placeholder,.page textarea::-moz-placeholder{color:#c5c5c5}.page input[type=text]::placeholder,.page textarea::placeholder{color:#c5c5c5}.page input[type=text]:focus::-moz-placeholder,.page textarea:focus::-moz-placeholder{color:rgba(0,0,0,0)}.page input[type=text]:focus::placeholder,.page textarea:focus::placeholder{color:rgba(0,0,0,0)}.page .contacts-description{margin-bottom:2.1428571429rem}.page .nikolaus_preloader{background:hsla(0,0%,100%,.8) url(/local/templates/nikolaus/images/preloader.svg) 50% no-repeat;height:100%;left:0;position:absolute;top:0;width:100%;z-index:10}.page .bx-sls .bx-ui-sls-loader{background:url(/local/templates/nikolaus/images/preloader.svg) 50% no-repeat !important;background-size:1.4285714286rem !important;height:100%;opacity:.3;right:0.3571428571rem;top:0}.page .social_links{display:flex;flex-wrap:wrap}.page .social_links a{align-items:center;display:flex;justify-content:center;margin-right:1.3571428571rem}.page .social_links a:last-child{margin-right:0}.page .social_links a svg{height:1.1428571429rem}.page .social_links a svg path{transition:all 200ms;fill:#2b2a29}.page ul.footer_menu,.page ul.main_menu{align-items:center;display:flex}.page ul.footer_menu li,.page ul.main_menu li{display:block;margin-right:2.8571428571rem}.page ul.footer_menu li.with_banner,.page ul.main_menu li.with_banner{margin-right:0.3571428571rem;padding-right:2.5rem}.page ul.footer_menu li:last-child,.page ul.main_menu li:last-child{margin-right:0}.page ul.footer_menu li a,.page ul.main_menu li a{display:block;font-size:0.9285714286rem;font-weight:500;letter-spacing:.05em;line-height:1.2142857143rem;text-transform:uppercase;white-space:nowrap}.page ul.footer_menu li a.active,.page ul.footer_menu li a:hover,.page ul.main_menu li a.active,.page ul.main_menu li a:hover{color:#989898}.page ul.main_menu li{align-items:center;display:flex;height:100%}.page ul.main_menu li:hover .submenu{display:block}.page ul.main_menu li .submenu{box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05);background:#fff;box-sizing:border-box;display:none;left:0;padding:6.6428571429rem 4.2857142857rem 4.5rem;position:absolute;top:calc(100% + .0625rem);width:100%;z-index:11}.page ul.main_menu li .submenu a{align-items:center;display:flex;font-size:0.9285714286rem;font-weight:500;letter-spacing:.05em;line-height:1.2142857143rem;margin-bottom:2.1428571429rem;min-height:2.8571428571rem;text-transform:uppercase;white-space:normal}.page ul.main_menu li .submenu a.active,.page ul.main_menu li .submenu a:hover{color:#989898}.page ul.main_menu li .submenu a.active span,.page ul.main_menu li .submenu a:hover span{opacity:.5}.page ul.main_menu li .submenu a span{transition:all 200ms;display:block;margin-right:1.2857142857rem;min-width:4.6428571429rem;text-align:center}.page ul.main_menu li .submenu .banner_container{display:flex;justify-content:flex-end}.page ul.main_menu li .submenu .banner_container .banner,.page ul.main_menu li .submenu .banner_container a.banner{display:block}.page ul.main_menu li .submenu .banner_container .banner img,.page ul.main_menu li .submenu .banner_container a.banner img{display:block;margin-bottom:1.0714285714rem}.page ul.main_menu li .submenu .banner_container .banner span,.page ul.main_menu li .submenu .banner_container a.banner span{display:block;font-family:PlayfairDisplay;font-size:1.2857142857rem;margin:0;text-align:left;text-transform:none}.page header.fixed{padding-bottom:10rem}.page header.fixed .header{box-shadow:0 1.0714285714rem 1.0714285714rem rgba(0,0,0,.05);background:#fff;border-color:#ddd;left:0;position:fixed;top:0;width:100%;z-index:10000}.page header:not(:hover,.fixed,.with_video) .header.white .mobile_menu span{color:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .mobile_menu span svg rect{fill:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .logo svg path{fill:#fff;stroke:#fff}.page header:not(:hover,.fixed,.with_video) .header.white ul.main_menu li a{color:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .phone a{color:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .phone a span:not(.text) svg path{fill:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .basket a span{border-color:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .basket a,.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .favorites a,.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .personal a{background:none;border-color:#fff}.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .basket a svg path,.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .favorites a svg path,.page header:not(:hover,.fixed,.with_video) .header.white .header_user_links .personal a svg path{fill:#fff}.page header .top{background:#2b2a29;color:#fff;padding:0.7142857143rem 0}.page header .top .social_links{align-items:flex-start;padding-top:0.1428571429rem}.page header .top .social_links a:hover svg path{fill:#989898}.page header .top .social_links a svg path{fill:#fff}.page header .top .delivery_soon{text-align:center}.page header .top .price_link{display:flex;justify-content:flex-end;text-align:right}.page header .top .price_link a{align-items:center;display:flex}.page header .top .price_link a:hover span:not(.icon){border-color:#fff}.page header .top .price_link a.price span.icon{align-items:center;display:flex;justify-content:center;margin-right:0.7142857143rem}.page header .top .price_link a.price span.icon svg{width:1.2857142857rem}.page header .top .price_link a.sushi{margin-right:1.4285714286rem}.page header .top .price_link a.sushi span.icon{align-items:center;display:flex;justify-content:center;margin-right:0.7142857143rem}.page header .top .price_link a.sushi span.icon svg{width:1.7142857143rem}.page header .top .price_link a span:not(.icon){display:block;line-height:1rem;transition:all 200ms;border-bottom:solid rgba(0,0,0,0);border-width:0.0714285714rem}.page header .header{transition:all 200ms;border-bottom:0.0714285714rem solid rgba(0,0,0,0);position:relative}.page header .header.border{border-color:#ddd}.page header .header .mobile_menu{align-items:center;display:flex;height:10rem}.page header .header .mobile_menu span{transition:all 200ms;align-items:center;cursor:pointer;display:flex;font-size:0.9285714286rem;font-weight:500;letter-spacing:.05em;line-height:1.8571428571rem;text-transform:uppercase;white-space:nowrap}.page header .header .mobile_menu span svg{display:block;margin-right:1.4285714286rem}.page header .header ul.main_menu{height:10rem}.page header .header .logo{align-items:center;display:flex;height:10rem;justify-content:center}.page header .header .logo a,.page header .header .logo span{align-items:center;display:flex;height:10rem;justify-content:center}.page header .header .logo a svg,.page header .header .logo span svg{height:9rem !important}.page header .header .logo a img,.page header .header .logo span img{display:block}.page header .header .header_user_links{align-items:center;display:flex;height:10rem;justify-content:flex-end}.page header .header .header_user_links .phone a{display:flex;font-weight:500;line-height:1.2142857143rem;padding-top:0.2142857143rem}.page header .header .header_user_links .phone a:hover{color:#989898}.page header .header .header_user_links .phone a:hover span:not(.text) svg path{fill:#989898}.page header .header .header_user_links .phone a span:not(.text){align-items:center;display:flex;justify-content:center;margin-right:0.3571428571rem;margin-top:-0.2142857143rem}.page header .header .header_user_links .phone a span:not(.text) svg{height:1.4285714286rem}.page header .header .header_user_links .phone a span:not(.text) svg path{transition:all 200ms;fill:#2b2a29}.page header .header .header_user_links .basket,.page header .header .header_user_links .favorites,.page header .header .header_user_links .personal{margin-left:0.6428571429rem}.page header .header .header_user_links .basket a,.page header .header .header_user_links .favorites a,.page header .header .header_user_links .personal a{align-items:center;border:solid #2b2a29;border-radius:2.8571428571rem;border-width:0.0714285714rem;display:flex;height:2.8571428571rem;justify-content:center;width:2.8571428571rem}.page header .header .header_user_links .basket a svg,.page header .header .header_user_links .favorites a svg,.page header .header .header_user_links .personal a svg{height:1.1428571429rem}.page header .header .header_user_links .basket a svg path,.page header .header .header_user_links .favorites a svg path,.page header .header .header_user_links .personal a svg path{transition:all 200ms;fill:#2b2a29}.page header .header .header_user_links .favorites a:hover,.page header .header .header_user_links .personal a:hover{border-color:#989898}.page header .header .header_user_links .favorites a:hover svg path,.page header .header .header_user_links .personal a:hover svg path{fill:#989898}.page header .header .header_user_links .personal.notif a{position:relative}.page header .header .header_user_links .personal.notif a:after{background:#08cf1b;border:solid #08cf1b;border-radius:1rem;border-width:0.0714285714rem;box-sizing:border-box;content:"";display:block;font-size:0.5714285714rem;height:1rem;line-height:0.9285714286rem;position:absolute;right:-0.1428571429rem;top:-0.1428571429rem;width:1rem;z-index:3}.page header .header .header_user_links .basket a{background:#2b2a29;position:relative}.page header .header .header_user_links .basket a:hover{background:#989898;border-color:#989898}.page header .header .header_user_links .basket a:hover svg path{fill:#fff}.page header .header .header_user_links .basket a svg path{fill:#fff}.page header .header .header_user_links .basket a span{background:#fff;border:solid #2b2a29;border-radius:1rem;border-width:0.0714285714rem;box-sizing:border-box;display:block;font-size:0.5714285714rem;font-weight:500;height:1rem;line-height:0.9285714286rem;position:absolute;right:-0.1428571429rem;text-align:center;top:-0.1428571429rem;width:1rem;z-index:3}.page footer{text-align:center}.page footer .footer{background:#f1f1f1;padding-bottom:4.1428571429rem;padding-top:4.5rem}.page footer .footer .logo{margin-bottom:4rem}.page footer .footer .logo a,.page footer .footer .logo span{display:inline-block;vertical-align:top}.page footer .footer .logo a img,.page footer .footer .logo span img{display:block}.page footer .footer ul.footer_menu{flex-wrap:wrap;justify-content:center;margin-bottom:1.8571428571rem}.page footer .footer ul.footer_menu li{margin:0 1.4285714286rem 1.8571428571rem}.page footer .footer .copyright{font-size:0.9285714286rem;padding:0 1.1428571429rem}.page footer .footer .copyright .payment{align-items:center;display:flex;flex-wrap:wrap;justify-content:center;padding-top:2.1428571429rem}.page footer .footer .copyright .payment img{display:block;height:1.7142857143rem;margin:0 0.3571428571rem 0.7142857143rem}.page footer .footer .copyright a:hover{color:#9e9e9e}.page footer .footer .social_links{justify-content:center;margin-bottom:2.8571428571rem}.page footer .footer .social_links a{margin:0 0.6428571429rem 1.2857142857rem}.page footer .footer .social_links a:hover svg path{fill:#989898}.page footer .bottom{background:#2b2a29;padding:1.2857142857rem 0}.page footer .bottom a{border-bottom:solid rgba(0,0,0,0);border-width:0.0714285714rem;color:#fff}.page footer .bottom a:hover{border-color:#fff}@media(min-width: 576px){.page.black_friday header .header .header_user_links .phone a{border-color:var(--orange) !important}.page header:not(:hover,.fixed).with_video .header.white .mobile_menu span{color:#fff}.page header:not(:hover,.fixed).with_video .header.white .mobile_menu span svg rect{fill:#fff}.page header:not(:hover,.fixed).with_video .header.white .logo svg path{fill:#fff;stroke:#fff}.page header:not(:hover,.fixed).with_video .header.white ul.main_menu li a{color:#fff}.page header:not(:hover,.fixed).with_video .header.white .header_user_links .phone a{border-color:#fff;color:#fff}.page header:not(:hover,.fixed).with_video .header.white .header_user_links .phone a span:not(.text) svg path{fill:#fff}.page header:not(:hover,.fixed).with_video .header.white .header_user_links .basket a span{border-color:#fff}.page header:not(:hover,.fixed).with_video .header.white .header_user_links .basket a,.page header:not(:hover,.fixed).with_video .header.white .header_user_links .favorites a,.page header:not(:hover,.fixed).with_video .header.white .header_user_links .personal a{background:none;border-color:#fff}.page header:not(:hover,.fixed).with_video .header.white .header_user_links .basket a svg path,.page header:not(:hover,.fixed).with_video .header.white .header_user_links .favorites a svg path,.page header:not(:hover,.fixed).with_video .header.white .header_user_links .personal a svg path{fill:#fff}.page .mobile_menu_container .close:hover{cursor:pointer}.page .mobile_menu_container .close:hover svg rect{fill:#9e9e9e}.page .mobile_menu_container .close svg rect{transition:all 200ms}.page .mobile_menu_container .mobile_menu_content .social_links a:hover svg path{fill:#9e9e9e}.page .mobile_menu_container .mobile_menu_content .price_link{transition:all 200ms}.page .mobile_menu_container .mobile_menu_content .price_link a:hover{opacity:.5}.page .mobile_menu_container .mobile_menu_ul li a:hover{opacity:.5}.page header .header .mobile_menu span:hover{opacity:.5}}@media(min-width: 768px){body.compensate-for-scrollbar{box-sizing:border-box;margin-right:0;padding-right:17px}}@media(min-width: 992px){.page .mobile_menu_container .mobile_menu_content{min-height:100%}.page .mobile_menu_container .mobile_menu_content .phone,.page .mobile_menu_container .mobile_menu_content .price_link,.page .mobile_menu_container .mobile_menu_content .social_links{display:none}.page .mobile_menu_container .delivery_soon{display:none}}@media(min-width: 1300px){.page header .header .mobile_menu{display:none}}@media(max-width: 1699px){.page ul.main_menu li{margin-right:2.1428571429rem}.page ul.main_menu li.with_banner{padding-right:1.7857142857rem}}@media(max-width: 1599px){.page ul.main_menu li{margin-right:1.7857142857rem}.page ul.main_menu li.with_banner{padding-right:1.4285714286rem}}@media(max-width: 1499px){.page ul.main_menu li{margin-right:0.7142857143rem}.page ul.main_menu li.with_banner{padding-right:0.3571428571rem}}@media(max-width: 1399px){.page .modal_container .modal.recipe_modal .next_recipe{right:-6.4285714286rem}.page .modal_container .modal.recipe_modal .prev_recipe{left:-6.4285714286rem}}@media(max-width: 1299px){.page .desktop_menu{display:none}}@media(max-width: 1199px){.page .modal_container .modal.recipe_modal{width:57.1428571429rem}.page .modal_container .modal.recipe_modal .next_recipe,.page .modal_container .modal.recipe_modal .prev_recipe{height:3.9285714286rem;margin-top:-1.9642857143rem;width:3.9285714286rem}.page .modal_container .modal.recipe_modal .next_recipe svg,.page .modal_container .modal.recipe_modal .prev_recipe svg{width:1.1428571429rem}.page .modal_container .modal.recipe_modal .next_recipe{padding-left:0.5714285714rem;right:-5rem}.page .modal_container .modal.recipe_modal .prev_recipe{left:-5rem;padding-right:0.5714285714rem}}@media(max-width: 991px){.page .modal_container .modal.recipe_modal{width:45rem}.page.main_page .content{margin-top:0}}@media(max-width: 767px){.page.black_friday header .header .header_user_links .phone a{border-color:var(--orange) !important}.page .paginator .paginator-ajax a.show-more{width:100%}.page .paginator .paginator-default{flex-wrap:nowrap;justify-content:flex-start;overflow-x:auto}.page .modal_container .modal.recipe_modal{width:30.7142857143rem}.page .modal_container .modal.recipe_modal .recipe .title{margin-bottom:2.1428571429rem}.page .section_null.small .link{justify-content:flex-start;margin-top:1.0714285714rem}.page .section_null.small .text{min-height:inherit}.page .content{padding:2.1428571429rem 0 3.5714285714rem}.page .title,.page h1{font-size:2.2857142857rem;line-height:2.7142857143rem}.page header .header .header_user_links .favorites{display:none}.page header .header .header_user_links .phone a{align-items:center;border:solid #2b2a29;border-radius:2.8571428571rem;border-width:0.0714285714rem;display:flex;height:2.8571428571rem;justify-content:center;padding-top:0;width:2.8571428571rem}.page header .header .header_user_links .phone a span:not(.text){margin-right:0;margin-top:0}.page header .header .header_user_links .phone a span.text{display:none}}@media(max-width: 575px){body.no_scroll{overflow:hidden}body .b24-widget-button-position-bottom-right{bottom:1.7857142857rem;right:1.7857142857rem}body .scroll_top{bottom:7.8571428571rem;height:40px;right:2.7142857143rem;width:40px}body .scroll_top svg{width:1rem}.page.black_friday.main_page header .header{background:#000 !important;border-color:#000 !important}.page .modal_container{background:#fff;overflow:auto}.page .modal_container .modal{max-height:inherit;padding:1.4285714286rem;width:100%}.page .modal_container .modal.recipe_modal{height:100%;width:100%}.page .modal_container .modal.recipe_modal .desktop_nav_recipe{display:none !important}.page .modal_container .modal.recipe_modal .next_recipe,.page .modal_container .modal.recipe_modal .prev_recipe{display:none;height:2.8571428571rem;margin-top:0;position:relative;top:auto;width:2.8571428571rem}.page .modal_container .modal.recipe_modal .next_recipe svg,.page .modal_container .modal.recipe_modal .prev_recipe svg{width:0.8571428571rem}.page .modal_container .modal.recipe_modal .next_recipe{padding-left:0.4285714286rem;right:auto}.page .modal_container .modal.recipe_modal .prev_recipe{left:auto;padding-right:0.4285714286rem}.page .modal_container .modal.recipe_modal>div{padding:1.4285714286rem}.page .modal_container .modal.recipe_modal>div .picture img{width:100%}.page .modal_container .modal.recipe_modal .close{top:1.2857142857rem}.page .modal_container .modal.recipe_modal .close svg path{stroke:#909090}.page .modal_container .modal.recipe_modal .recipe .title{padding-right:3.5714285714rem}.page .modal_container .modal.recipe_modal .recipe .mobile_recipe_links{display:flex;margin-bottom:2.1428571429rem}.page .modal_container .modal.recipe_modal .recipe .mobile_recipe_links .next_recipe,.page .modal_container .modal.recipe_modal .recipe .mobile_recipe_links .prev_recipe{display:flex}.page .modal_container .modal.recipe_modal .recipe .mobile_recipe_links .prev_recipe{margin-right:0.5rem}.page .modal_container .modal .close{right:1.0714285714rem;top:1.0714285714rem}.page .modal_container .modal .close svg{width:2.8571428571rem}.page .modal_container .modal .close svg path{stroke:#2b2a29}.page .modal_container .modal .change_phone .subtitle,.page .modal_container .modal .sms_authorize .subtitle{font-size:1.7142857143rem;line-height:1.9285714286rem;padding-right:2.8571428571rem}.page .modal_container .modal .change_phone .submit_container,.page .modal_container .modal .sms_authorize .submit_container{padding-top:1.0714285714rem}.page .section_null{padding:1.4285714286rem 1.1428571429rem}.page .section_null.small{padding:1.4285714286rem 1.1428571429rem}.page .subtitle,.page h2{font-size:1.2857142857rem;line-height:1.5rem}.page .error_404{align-items:center;min-height:inherit;text-align:center}.page .error_404 .text{font-family:PlayfairDisplay;font-size:1.2857142857rem;font-style:italic;line-height:1.9285714286rem;margin-bottom:2.8571428571rem}.page .error_404 .links a{margin:0 0.5714285714rem 1.1428571429rem}.page .error_404 .links a:last-child{margin-bottom:0}.page header.fixed{padding-bottom:6.4285714286rem}.page header .header .header_user_links{height:6.4285714286rem}.page header .header .logo{height:6.4285714286rem}.page header .header .logo a,.page header .header .logo span{height:6.4285714286rem}.page header .header .logo a svg,.page header .header .logo span svg{height:6.4285714286rem !important}.page header .header .logo a img,.page header .header .logo span img{max-height:5.7142857143rem;width:auto}.page header .header .mobile_menu{height:6.4285714286rem}.page header .header .mobile_menu span{font-size:0}.page .title,.page h1{font-size:1.7142857143rem;line-height:2.1428571429rem}.page footer .footer{padding-bottom:1.6428571429rem;padding-top:1.6428571429rem}.page footer .footer .logo{margin-bottom:2.3571428571rem}.page footer .footer .social_links{margin-bottom:1.4285714286rem}.page footer .footer ul.footer_menu{flex-direction:column;margin-bottom:1.1428571429rem}}@media(max-width: 399px){.page .mobile_menu_container{width:100%}}

/* End */
/* /local/templates/nikolaus/plugins/greed.css?177937527612176 */
/* /local/templates/nikolaus/plugins/tiny-slider.css?16676890462121 */
/* /local/templates/nikolaus/plugins/fancybox-3.0/jquery.fancybox.min.css?166768904612795 */
/* /local/templates/nikolaus/template_styles.min.css?177938287848462 */
