

/* Start:/local/templates/florist/assets/css/reset.css?1759346076766*/
body *,*::before,*::after{box-sizing:border-box;line-height:inherit}body,h1,h2,h3,h4,p,figure,blockquote,dl,dd{margin:0}h1,h2,h3,h4,b,strong{font-weight: 700}ul,ol{list-style-type:none; margin: 0; padding: 0;}html:focus-within{scroll-behavior:smooth}body{min-height:100vh;text-rendering:optimizeSpeed;line-height:1.5}a{text-decoration-skip-ink:auto;color:inherit}img,picture{max-width:100%;display:block}input,button,textarea,select,option{font:inherit;font-size:inherit;}@media(prefers-reduced-motion:reduce){html:focus-within{scroll-behavior:auto}*,*::before,*::after{animation-duration:.01ms !important;animation-iteration-count:1 !important;transition-duration:.01ms !important;scroll-behavior:auto !important}}
* {-webkit-tap-highlight-color: rgba(0, 0, 0, 0)}
/* End */


/* Start:/local/templates/florist/assets/css/fonts.css?17593460763900*/
@font-face {
  font-family: 'Awesome';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/florist/assets/fonts/awesome/fa-regular-400.woff2") format("woff2"), 
      url("/local/templates/florist/assets/fonts/awesome/fa-regular-400.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Awesome Solid';
  font-style: normal;
  font-weight: 900;
  font-display: block;
  src: url("/local/templates/florist/assets/fonts/awesome/fa-solid-900.woff2") format("woff2"), 
      url("/local/templates/florist/assets/fonts/awesome/fa-solid-900.ttf") format("truetype"); 
}

@font-face {
  font-family: 'Awesome Brands';
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/local/templates/florist/assets/fonts/awesome/fa-brands-400.woff2") format("woff2"), 
      url("/local/templates/florist/assets/fonts/awesome/fa-brands-400.ttf") format("truetype"); 
}

/*-------------*/

@font-face {
  font-family: 'Inter';
  src: url('/local/templates/florist/assets/fonts/inter/regular.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/inter/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/local/templates/florist/assets/fonts/inter/medium.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/inter/medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/local/templates/florist/assets/fonts/inter/semibold.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/inter/semibold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Inter';
  src: url('/local/templates/florist/assets/fonts/inter/bold.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/inter/bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

/*
@font-face {
  font-family: 'Muller';
  src: url('/local/templates/florist/assets/fonts/muller/light.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/muller/light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('/local/templates/florist/assets/fonts/muller/regular.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/muller/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('/local/templates/florist/assets/fonts/muller/bold.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/muller/bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Muller';
  src: url('/local/templates/florist/assets/fonts/muller/black.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/muller/black.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'El Messiri';
  src: url('/local/templates/florist/assets/fonts/el_messiri/bold.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/el_messiri/bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'El Messiri';
  src: url('/local/templates/florist/assets/fonts/el_messiri/regular.woff2') format('woff2'),
      url('/local/templates/florist/assets/fonts/el_messiri/regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
*/
/* End */


/* Start:/local/templates/florist/assets/css/general.css?17855057173859*/
/* Vars */
:root {
  --main-color: #008B09;
}

/* General */
body{font-family: 'Inter'; font-size: 15px; font-weight: 400; letter-spacing: 0.3px; min-width: 320px; min-height: 100vh; display: flex; flex-direction: column;}
.cont{max-width: 1200px; padding: 0 15px; margin: 0 auto;}
.flex{display: flex;}
a:focus, a:active{outline: none;}
*{-webkit-tap-highlight-color: transparent;}
*::selection{background-color: var(--main-color); color: #fff;}

.alerts .alert-item{font-weight: 700; line-height: 130%; padding: 15px 20px 13px;}
.alerts .alert-item:not(:first-child){margin-top: 15px;}
.alerts .alert-item.success{color: #155724!important; background-color: #d4edda; border-color: #c3e6cb;}
.alerts .alert-item.danger{color: #721c24!important; background-color: #f8d7da; border-color: #f5c6cb;}
.alerts .alert-item.alert-dark{color: #1b1e21!important; background-color: #d6d8d9; border-color: #c6c8ca;}

/* Buttons */
.btn-general{cursor: pointer; line-height: 100%; text-align: center; text-decoration: none; padding: 13px 25px; border: 1px solid var(--main-color)!important; border-radius: 10px; display: inline-block; user-select: none;}
.btn-general.btn-background{color: #fff; background-color: var(--main-color);}
.btn-general.btn-border{color: var(--main-color); background-color: #fff;}
.btn-general:focus{outline: none;}

/* Form */
input[type="text"], input[type="password"], input[type="number"], textarea, select{font-size: 15px; width: 100%; border: 1px solid #ccc; background-color: #fff; transition: all .1s;}
input[type="text"], input[type="password"], input[type="number"], select{line-height: 100%; padding: 0 10px; height: 43px;}
textarea{padding: 10px; height: 130px; resize: none;}
input[type="text"]:focus, input[type="password"]:focus, input[type="number"]:focus, textarea:focus{outline: none; border-color: var(--main-color);}
.field-required::after{content: '\2a'; font-family: 'Awesome Solid'; font-size: 11px; color: #ff0000; margin-left: 3px; display: inline-block;}

button{-webkit-appearance: none; -moz-appearance: none; appearance: none;}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button{-webkit-appearance: none;}
input[type="number"]{-webkit-appearance: textfield; -moz-appearance: textfield; appearance: textfield;}

/* PWA */
.pwa{display: none;}
.mfp-content .pwa{padding: 40px; display: flex; flex-direction: column; justify-content: center; align-items: center;}
.pwa-popup.mfp-close-btn-in .mfp-close{color: #000}
.pwa{text-align: center; width: 100%; height: 100%; min-height: 100vh; background-color: #fff;}
.pwa .icon{width: 100%; height: 96px; background: url('/local/templates/florist/assets/img/icons/android-icon-96x96.png') center no-repeat;}
.pwa .title{font-size: 28px; font-weight: 700; color: #333; line-height: 130%;margin-top: 20px;}
.pwa .txt{margin-top: 5px;}
.pwa .btns{margin-top: 20px;}
.pwa .btns button:not(:last-child){margin-right: 15px;}

/* Alert cookie */
.alert__cookie{width: 100%; position: fixed; left: 0; bottom: 25px; z-index: 110;}
.alert__cookie .cookies__desc{font-size: 13px; padding: 16px;  border-radius: 5px; display: flex; align-items: center; background-color: #fff; box-shadow: 0 4px 4px rgba(0, 0, 0, .04), 0 4px 20px rgba(0, 0, 0, .1);}
.alert__cookie .cookies__desc p{margin: 0; padding: 0 20px 0 0;}



@media (min-width: 992px){
  .btn-general{transition: all .1s;}
}

@media (max-width: 992px){
  body{font-size: 16px;}
  .alert__cookie{bottom: 10px;}
}

@media(max-width: 768px){
  .alert__cookie .cookies__desc{font-size: 12px; flex-direction: column;}
  .alert__cookie .cookies__desc p{margin-bottom: 20px; padding: 0;}
  .alert__cookie .cookies__desc .btn{text-align: center; width: 100%;}
}

@media(max-width: 576px){
	.alert__cookie .btn-general{width: 100%;}

  /* PWA */
  .mfp-content .pwa{padding: 40px 20px;}
}
/* End */


/* Start:/local/templates/florist/assets/css/magnific-popup.css?17593460768430*/
/* Magnific Popup CSS */
.mfp-bg {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  overflow: hidden;
  position: fixed;
  background: #0b0b0b;
  opacity: 0.8; }

.mfp-wrap {
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 10000;
  position: fixed;
  outline: none !important;
  -webkit-backface-visibility: hidden; }

.mfp-container {
  text-align: center;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  /* padding: 0 8px; */
  box-sizing: border-box; }

.mfp-container:before {
  content: '';
  display: inline-block;
  height: 100%;
  vertical-align: middle; }

.mfp-align-top .mfp-container:before {
  display: none; }

.mfp-content {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  margin: 0 auto;
  text-align: left;
  z-index: 1045; }
  

.mfp-inline-holder .mfp-content,
.mfp-ajax-holder .mfp-content {
  width: 100%;
  cursor: auto; }

.mfp-ajax-cur {
  cursor: progress; }

/* .mfp-zoom-out-cur, .mfp-zoom-out-cur .mfp-image-holder .mfp-close {
  cursor: -moz-zoom-out;
  cursor: -webkit-zoom-out;
  cursor: zoom-out; } */

.mfp-zoom {
  cursor: pointer;
  cursor: -webkit-zoom-in;
  cursor: -moz-zoom-in;
  cursor: zoom-in; }

.mfp-auto-cursor .mfp-content {
  cursor: auto; }

.mfp-close,
.mfp-arrow,
.mfp-preloader,
.mfp-counter {
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none; }

.mfp-loading.mfp-figure {
  display: none; }

.mfp-hide {
  display: none !important; }

.mfp-preloader {
  color: #CCC;
  position: absolute;
  top: 50%;
  width: auto;
  text-align: center;
  margin-top: -0.8em;
  left: 8px;
  right: 8px;
  z-index: 1044; }
  .mfp-preloader a {
    color: #CCC; }
    .mfp-preloader a:hover {
      color: #FFF; }

.mfp-s-ready .mfp-preloader {
  display: none; }

.mfp-s-error .mfp-content {
  display: none; }

button.mfp-close,
button.mfp-arrow {
  overflow: visible;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none;
  display: block;
  outline: none;
  padding: 0;
  z-index: 1046;
  box-shadow: none;
  touch-action: manipulation; }

button::-moz-focus-inner {
  padding: 0;
  border: 0; }

.mfp-close {
  width: 44px;
  height: 44px;
  line-height: 44px;
  position: fixed;
  right: 15px;
  top: 15px;
  text-decoration: none;
  text-align: center;
  opacity: 0.65;
  padding: 0 0 18px 10px;
  color: #FFF;
  font-style: normal;
  font-size: 48px;
  font-family: Times, Baskerville, monospace; }
  .mfp-close:hover,
  .mfp-close:focus {
    opacity: 1; }
  .mfp-close:active {
    top: 1px; }

.mfp-close-btn-in .mfp-close {
  color: #fff; }

.mfp-image-holder .mfp-close{color: var(--main-color); font-weight: bold; background: none!important;}
.mfp-iframe-holder .mfp-close {color: #FFF;}

.mfp-image-holder .mfp-close, 
.mfp-iframe-holder .mfp-close {
  /* right: -6px; */
  text-align: right;
  padding-right: 6px;
  width: 100%; }

.mfp-counter {
  position: absolute;
  top: 0;
  right: 0;
  color: #CCC;
  font-size: 12px;
  line-height: 18px;
  white-space: nowrap; }

.mfp-arrow {
  position: absolute;
  opacity: 0.65;
  margin: 0;
  top: 50%;
  margin-top: -55px;
  padding: 0;
  width: 90px;
  height: 110px;
  -webkit-tap-highlight-color: transparent; }
  .mfp-arrow:active {
    margin-top: -54px; }
  .mfp-arrow:hover,
  .mfp-arrow:focus {
    opacity: 1; }
  .mfp-arrow:before,
  .mfp-arrow:after {
    content: '';
    display: block;
    width: 0;
    height: 0;
    position: absolute;
    left: 0;
    top: 0;
    margin-top: 35px;
    margin-left: 35px;
    border: medium inset transparent; }
  .mfp-arrow:after {
    border-top-width: 13px;
    border-bottom-width: 13px;
    top: 8px; }
  .mfp-arrow:before {
    border-top-width: 21px;
    border-bottom-width: 21px;
    opacity: 0.7; }

.mfp-arrow-left {
  left: 0; }
  .mfp-arrow-left:after {
    border-right: 17px solid #FFF;
    margin-left: 31px; }
  .mfp-arrow-left:before {
    margin-left: 25px;
    border-right: 27px solid #3F3F3F; }

.mfp-arrow-right {
  right: 0; }
  .mfp-arrow-right:after {
    border-left: 17px solid #FFF;
    margin-left: 39px; }
  .mfp-arrow-right:before {
    border-left: 27px solid #3F3F3F; }

.mfp-iframe-holder {
  padding-top: 40px;
  padding-bottom: 40px; }
  .mfp-iframe-holder .mfp-content {
    line-height: 0;
    width: 100%;
    max-width: 900px; }
  .mfp-iframe-holder .mfp-close {
    top: -40px; }

.mfp-iframe-scaler {
  width: 100%;
  height: 0;
  overflow: hidden;
  padding-top: 56.25%; }
  .mfp-iframe-scaler iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000; }

/* Main image in popup */
img.mfp-img {
  width: auto;
  max-width: 100%;
  height: auto;
  display: block;
  line-height: 0;
  box-sizing: border-box;
  padding: 40px 0 40px;
  margin: 0 auto; }

/* The shadow behind the image */
.mfp-figure {
  line-height: 0; }
  .mfp-figure:after {
    content: '';
    position: absolute;
    left: 0;
    top: 40px;
    bottom: 40px;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    /* box-shadow: 0 0 8px rgba(0, 0, 0, 0.6); */
    background: #444; }
  .mfp-figure small {
    color: #BDBDBD;
    display: block;
    font-size: 12px;
    line-height: 14px; }
  .mfp-figure figure {
    margin: 0; }

.mfp-bottom-bar {
  margin-top: -36px;
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  cursor: auto; }

.mfp-title {
  text-align: left;
  line-height: 18px;
  color: #F3F3F3;
  word-wrap: break-word;
  padding-right: 36px; }

  .mfp-image-holder{height: 100%; background-color: #fff;}

.mfp-image-holder .mfp-content {
  max-width: 100%; }

.mfp-gallery .mfp-image-holder .mfp-figure {
  cursor: pointer; }

@media screen and (max-width: 800px) and (orientation: landscape), screen and (max-height: 300px) {
  /**
       * Remove all paddings around the image on small screen
       */
  .mfp-img-mobile .mfp-image-holder {
    padding-left: 0;
    padding-right: 0; }
  .mfp-img-mobile img.mfp-img {
    padding: 0; }
  .mfp-img-mobile .mfp-figure:after {
    top: 0;
    bottom: 0; }
  .mfp-img-mobile .mfp-figure small {
    display: inline;
    margin-left: 5px; }
  .mfp-img-mobile .mfp-bottom-bar {
    background: rgba(0, 0, 0, 0.6);
    bottom: 0;
    margin: 0;
    top: auto;
    padding: 3px 5px;
    position: fixed;
    box-sizing: border-box; }
    .mfp-img-mobile .mfp-bottom-bar:empty {
      padding: 0; }
  .mfp-img-mobile .mfp-counter {
    right: 5px;
    top: 3px; }
  .mfp-img-mobile .mfp-close {
    top: 0;
    right: 0;
    width: 35px;
    height: 35px;
    line-height: 35px;
    background: rgba(0, 0, 0, 0.6);
    position: fixed;
    text-align: center;
    padding: 0; } }

@media all and (max-width: 900px) {
  .mfp-arrow {
    -webkit-transform: scale(0.75);
    transform: scale(0.75); }
  .mfp-arrow-left {
    -webkit-transform-origin: 0;
    transform-origin: 0; }
  .mfp-arrow-right {
    -webkit-transform-origin: 100%;
    transform-origin: 100%; }
  /* .mfp-container {
    padding-left: 6px;
    padding-right: 6px; }*/ } 

/* Отдаление */

.mfp-zoom-out .mfp-with-anim {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3); }

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }

.mfp-zoom-out.mfp-ready .mfp-with-anim {
  opacity: 1;
  -webkit-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1); }

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8; }

.mfp-zoom-out.mfp-removing .mfp-with-anim {
  -webkit-transform: scale(1.3);
      -ms-transform: scale(1.3);
          transform: scale(1.3);
  opacity: 0; }

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0; }
/* End */


/* Start:/local/templates/florist/assets/css/slick.css?17595713921776*/
/* 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;
    height: 100%;
    padding: 0 110px 0 0!important;
}

.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: flex!important;
    align-items: stretch;
    flex-direction: row;
}

.slick-loading .slick-track {
    visibility: hidden;
}

.slick-slide {
    /* display: none;
    float: left;

    height: 100%;
    min-height: 100%;
    height: inherit !important; */
}

[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-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/florist/assets/css/template.css?176104980413367*/
/* Header */
.header {
  background-color: #fff;
}

.header.fixed-menu {
  padding-bottom: 71px;
}

.header a {
  text-decoration: none;
}

.header .online {
  font-size: 12px;
  padding: 5px 0;
  border-bottom: 1px solid #e5e5e5;
}

.header-top {
  font-size: 14px;
  padding: 10px 0;
  border-bottom: 1px solid #e5e5e5;
  align-items: center;
}

.header-top>.cont {
  align-items: center;
}

.header-top .contacts {
  color: var(--main-color);
  align-items: center;
}

.header-top .contacts .mail {
  margin-right: 15px;
}

.header-top .contacts .mail::before {
  content: '\f0e0';
  font-family: 'Awesome';
  font-size: 14px;
  vertical-align: -2px;
  margin-right: 5px;
  display: inline-block;
}

.header-top .contacts .whatsapp {
  margin-right: 10px;
}

.header-top .contacts .whatsapp::before {
  content: '\f232';
  font-family: 'Awesome Brands';
  font-size: 18px;
}

.header-top .contacts .telegram::before {
  content: '\f2c6';
  font-family: 'Awesome Brands';
  font-size: 18px;
}

.header-top .phone {
  padding-left: 80px;
}

.header-top .phone a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
}

.header-top .phone a::before {
  content: '\f095';
  font-family: 'Awesome Solid';
  font-size: 14px;
  margin-right: 5px;
}

.header-top .addr {
  margin-left: 40px;
}

.header-top .addr::before {
  content: '\f3c5';
  font-family: 'Awesome Solid';
  font-size: 14px;
  margin-right: 5px;
}

.header-top .user {
  text-align: right;
  flex-grow: 1;
}

.header-top .user a {
  color: var(--main-color);
}

.header-top .user a::before {
  content: '\f007';
  font-family: 'Awesome Solid';
  font-size: 14px;
  margin-right: 5px;
}

.header-middle {
  font-size: 14px;
  padding-top: 20px;
  align-items: center;
}

.header-middle .cont {
  align-items: center;
}

.logo a {
  font-weight: 600;
  font-size: 20px;
  color: #383A38;
  text-transform: uppercase;
  line-height: 100%;
  align-items: center;
}

.logo a img {
  margin-right: 13px;
  border-radius: 3px;
  display: block;
}

.logo a span strong {
  font-weight: 600;
  color: var(--main-color);
}

.header-middle .slogan {
  font-size: 13px;
  color: #8c8c8c;
  line-height: 100%;
  margin-left: 35px;
}

.header-middle .page-menu {
  flex-grow: 1;
  justify-content: flex-end;
}

.header-middle .page-menu .item:not(:last-child) {
  margin-right: 45px;
}

.header.fixed-menu .header-bottom {
  padding: 5px 0;
  width: 100%;
  box-shadow: 0 0 20px rgba(0, 0, 0, .1);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 30;
}

.header-bottom {
  padding: 15px 0 20px;
  background-color: #fff;
}

.header-bottom .flex {
  align-items: center;
}

.header-bottom .catalog-menu {
  font-weight: 700;
  flex-grow: 1;
}

.header-bottom .catalog-menu .item:not(:last-child) {
  margin-right: 35px;
}

.header-bottom .catalog-menu a {
  border-bottom: 1px solid #000;
  user-select: none;
}

.header-bottom .catalog-menu .active a {
  color: var(--main-color);
  border-color: transparent;
}

.header-bottom .mini-cart {
  color: #fff;
  padding: 10px 15px;
  background-color: var(--main-color);
  border-radius: 10px;
}

.header-bottom .mini-cart::before {
  content: '\f07a';
  font-family: 'Awesome Solid';
  font-size: 14px;
}

.header-bottom .mini-cart .mn-content {
  font-size: 14px;
  padding-left: 10px;
}

.header-bottom .mini-cart .mn-content::after {
  content: '\f158';
  font-family: 'Awesome Solid';
  font-size: 13px;
  margin-left: 4px;
}

.header-bottom #bx_incl_area_1 {
  flex-grow: 1;
}

@media (min-width: 992px) {
  .header-top .contacts a {
    transition: color .1s;
  }

  .header-top .contacts a:hover {
    color: #000;
  }

  .header-top .phone a {
    transition: color .1s;
  }

  .header-top .phone a:hover {
    color: var(--main-color);
  }

  .header-top .user a {
    transition: color .1s;
  }

  .header-top .user a:hover {
    color: #000;
  }

  .header-middle .page-menu a {
    transition: color .1s;
  }

  .header-middle .page-menu a:hover {
    color: var(--main-color);
  }

  .header-bottom .catalog-menu {
    flex-wrap: wrap;
  }

  .header-bottom .catalog-menu a {
    transition: all .1s;
  }

  .header-bottom .catalog-menu a:hover {
    color: var(--main-color);
    border-color: transparent;
  }
}

/* Main */
.main {
  flex-grow: 1;
}

.header-page {
  padding: 30px 0;
  margin-top: 25px;
  background: #f8f8f8;
}

.header-page h1 {
  font-size: 21px;
  color: #333;
  text-transform: uppercase;
  margin: 10px 0 0;
}

.crumbs {
  font-size: 11px;
  font-weight: 300;
  text-transform: uppercase;
  color: #B7B7B7;
}

.crumbs ul::before {
  content: '\f015';
  font-family: 'Awesome Solid';
  margin-right: 3px;
}

.crumbs ul li {
  display: inline-block;
}

.crumbs ul li:not(:last-child)::after {
  content: '/';
  margin: 0 5px 0 10px;
  display: inline-block;
}

.crumbs a {
  text-decoration: none;
}

.crumbs a:hover {
  text-decoration: underline;
}

.personal {
  margin-top: 40px;
}

.personal .aside {
  width: 290px;
  margin-right: 30px;
  flex-shrink: 0;
}

.personal .content {
  flex-grow: 1;
}

.personal .aside ul {
  font-size: 13px;
  font-weight: 700;
  color: #333;
  text-transform: uppercase;
  line-height: 100%;
}

.personal .aside ul li {
  padding: 13px 0;
}

.personal .aside ul li:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.personal .aside ul li a {
  text-decoration: none;
}

.personal .aside ul li a.active {
  color: #7f7f7f;
}


/* Footer */
.footer {
  color: #333;
  padding: 40px 0;
  margin-top: 40px;
  background: #cfd3d8;
}

.footer a {
  text-decoration: none;
}

.footer .copy {
  font-size: 13px;
  line-height: 120%;
  margin-top: 15px;
}

.footer .contacts {
  margin-left: 90px;
}

.footer .phone a {
  color: #333;
  font-weight: 700;
  font-size: 16px;
  transition: color .1s;
}

.footer .phone a::before {
  content: '\f095';
  font-family: 'Awesome Solid';
  font-size: 14px;
  margin-right: 5px;
}

.footer .addr {
  font-size: 14px;
  margin-top: 5px;
}

.footer .addr::before {
  content: '\f3c5';
  font-family: 'Awesome Solid';
  font-size: 14px;
  margin-right: 5px;
}

.footer .menu {
  font-size: 14px;
  margin-top: 3px;
  flex-grow: 1;
  justify-content: flex-end;
}

.footer .menu .item:not(:last-child) {
  margin-right: 45px;
}

.footer .menu a {
  transition: color .1s;
}


/* Modal */
.modal {
  display: none;
}

/* User bar */
.user-bar {
  display: none;
}

/* PWA */
.pwa {
  display: none;
}

.mfp-content .pwa {
  padding: 40px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.pwa-popup.mfp-close-btn-in .mfp-close {
  color: #000
}

.pwa {
  text-align: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  background-color: #fff;
}

.pwa .icon {
  width: 100%;
  height: 96px;
  background: url('/local/templates/florist/assets/img/icons/android-icon-96x96.png') center no-repeat;
}

.pwa .title {
  font-size: 28px;
  font-weight: 700;
  color: #333;
  line-height: 130%;
  margin-top: 20px;
}

.pwa .txt {
  margin-top: 5px;
}

.pwa .btns {
  margin-top: 20px;
}

.pwa .btns button:not(:last-child) {
  margin-right: 15px;
}

@media (min-width: 992px) {
  .personal .aside ul li a {
    transition: color .1s;
  }

  .personal .aside ul li a:not(.active):hover {
    color: var(--main-color);
  }

  .footer .phone a:hover {
    color: var(--main-color);
  }

  .footer .menu a:hover {
    color: var(--main-color);
  }
}

@media(max-width: 992px) {
  body>#bx-panel {
    display: none !important;
  }

  /* Header */
  .header.fixed-menu {
    padding-bottom: 59px;
  }

  .header-top,
  .header-middle .page-menu,
  .header-bottom .mini-cart {
    display: none;
  }

  .header-middle {
    padding: 20px 0;
    border-bottom: 1px solid #e5e5e5;
  }

  .header-middle .slogan {
    flex-grow: 1;
  }

  .header-middle .bars {
    color: var(--main-color);
    width: 35px;
    height: 35px;
    align-items: center;
    justify-content: flex-end;
    flex-grow: 1;
  }

  .header-middle .bars::before {
    content: '\f0c9';
    font-family: 'Awesome Solid';
    font-size: 25px;
    line-height: 100%;
  }

  .header.fixed-menu .header-bottom {
    padding: 10px 0;
  }

  .header-bottom {
    padding: 12px 0;
  }

  .header-bottom .catalog-menu {
    white-space: nowrap;
    overflow: auto;
  }

  .header-bottom .catalog-menu::-webkit-scrollbar {
    display: none;
  }

  .header-bottom .catalog-menu .item:not(:last-child) {
    margin-right: 10px;
  }

  .header-bottom .catalog-menu a {
    color: #212221;
    font-size: 15px;
    font-weight: 400;
    line-height: 100%;
    padding: 8px 15px 9px;
    border: 1px solid var(--main-color);
    border-radius: 7px;
    display: inline-block;
  }

  .header-bottom .catalog-menu .active a {
    color: #fff;
    background-color: var(--main-color);
  }

  /* Main */
  .main {
    padding-bottom: 80px;
  }

  .header-page {
    padding: 20px 0;
    margin-top: 0;
  }

  .header-page h1 {
    margin-top: 5px;
  }

  .personal {
    margin-top: 20px;
    flex-direction: column;
  }

  .personal .aside {
    width: 100%;
    display: none;
  }

  .personal .content {
    flex-grow: initial;
  }

  /* Footer */
  .footer .contacts {
    flex-grow: 1;
  }

  .footer .menu {
    flex-direction: column;
    justify-content: initial;
    flex-grow: initial;
  }

  /* Modal */
  .mfp-content .modal {
    display: block;
  }

  .modal {
    color: #fff;
    font-weight: 300;
    padding: 0 20px;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, .7);
    position: fixed;
    top: 0;
    left: 0;
  }

  .modal .header-modal {
    padding: 15px 0;
    border-bottom: 1px solid #636363;
    align-items: center;
  }

  .modal .body-modal {
    padding: 25px 0;
  }

  .modal .mfp-close {
    font-size: 40px;
    top: 5px;
  }

  .modal a {
    text-decoration: none;
  }

  .modal .contacts {
    line-height: 100%;
    margin-right: 25px;
  }

  .modal .contacts .mail {
    display: none;
  }

  .modal .contacts .whatsapp {
    margin-right: 15px;
  }

  .modal .contacts .whatsapp::before {
    content: '\f232';
    font-family: 'Awesome Brands';
    font-size: 23px;
  }

  .modal .contacts .telegram::before {
    content: '\f2c6';
    font-family: 'Awesome Brands';
    font-size: 21px;
  }

  .modal .phone {
    font-size: 18px;
    font-weight: 700;
  }

  .modal .page-menu {
    font-size: 18px;
    flex-direction: column;
  }

  .modal .page-menu .item:not(:last-child) {
    margin-bottom: 15px;
  }

  /* Footer */
  .footer {
    display: none;
  }

  /* User bar */
  .user-bar {
    font-size: 13px;
    padding: 8px 0 5px;
    width: 100%;
    background-color: #edf0f5;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 10;
    display: block;
  }

  .user-bar .user-bar-cont {
    max-width: 410px;
    margin: 0 auto;
    align-items: center;
    justify-content: center;
  }

  .user-bar a {
    text-decoration: none;
    width: 23%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    user-select: none;
    position: relative;
  }

  .user-bar a:active,
  .user-bar a:active::before {
    color: var(--main-color);
  }

  .user-bar a::before {
    font-family: 'Awesome Solid';
    font-size: 24px;
    color: #656565;
    line-height: 100%;
    margin-bottom: 2px;
  }

  .user-bar a.active::before {
    color: var(--main-color);
  }

  .user-bar a.item-home::before {
    content: '\f015';
  }

  .user-bar a.item-profile::before {
    content: '\f007';
  }

  .user-bar a.item-orders::before {
    content: '\f828';
  }

  .user-bar a.item-cart::before {
    content: '\f07a';
  }

  .user-bar a.item-cart .sum::after {
    content: '\f158';
    font-family: 'Awesome Solid';
    font-size: 11px;
    margin-left: 2px;
  }
}

@media only screen and (min-device-width: 375px) and (max-device-width: 992px) and (-webkit-min-device-pixel-ratio: 3) {
  .standalone .user-bar {
    padding-bottom: 20px;
  }
}

@media(max-width: 576px) {
  .cont {
    padding: 0 10px;
  }

  /* Header */
  .header-middle .slogan {
    display: none;
  }

  .header-middle {
    padding: 10px 0;
  }

  .header-middle .logo {
    flex-grow: 1;
  }

  /* PWA */
  .mfp-content .pwa {
    padding: 40px 20px;
  }
}

@media(max-width: 320px) {

  /* Modal */
  .modal .contacts {
    margin-right: 15px;
  }

  .modal .page-menu {
    font-size: 16px;
  }

  .modal .page-menu .item:not(:last-child) {
    margin-bottom: 12px;
  }

  /* User bar */
  .user-bar a:not(:last-child) {
    margin-right: 25px;
  }
}
/* End */
/* /local/templates/florist/assets/css/reset.css?1759346076766 */
/* /local/templates/florist/assets/css/fonts.css?17593460763900 */
/* /local/templates/florist/assets/css/general.css?17855057173859 */
/* /local/templates/florist/assets/css/magnific-popup.css?17593460768430 */
/* /local/templates/florist/assets/css/slick.css?17595713921776 */
/* /local/templates/florist/assets/css/template.css?176104980413367 */
