

/* Start:/local/templates/florist/assets/css/reset.css?1731444320766*/
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?17315769603900*/
@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?17422277183290*/
/* 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;}

@media (min-width: 992px){
  .btn-general{transition: all .1s;}
  .btn-general.btn-background:hover{opacity: 0.8;}
  .btn-general.btn-border:hover{color: #fff; background-color: var(--main-color);}
}

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

@media(max-width: 576px){

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


/* Start:/local/templates/florist/assets/css/magnific-popup.css?17314443208430*/
/* 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/auth.css?17530932092493*/
.auth{max-width: 550px; width: 100%; min-height: 100vh; margin: 0 auto; padding: 30px 15px; flex-direction: column; justify-content: center;}
.auth .title{font-size: 28px; font-weight: 700; color: #333; line-height: 130%; margin-bottom: 20px; text-align: center;}
.auth .alerts + form{margin-top: 30px;}

.auth .icon.offline{text-align: center;}
.auth .icon.offline::before{content: '\f252'; font-family: 'Awesome'; font-size: 90px; color: #a8a8a8;}
.auth .reg-text{text-align: center;}

.auth .note{padding: 20px 0; margin-bottom: 20px; border-top: 1px solid #e6e6e6; border-bottom: 1px solid #e6e6e6;}
.auth .note:not(.default)::before{content: '\2a'; font-family: 'Awesome Solid'; font-size: 11px; color: #ff0000; margin-right: 3px; display: inline-block;}

.auth .fields{flex-direction: column;}
.auth .field:not(:first-child){margin-top: 20px;}
.auth .field .name{font-weight: 700; color: #333; line-height: 100%; margin-bottom: 5px;}

.auth .captcha-image{flex-shrink: 0;}
.auth .captcha-result{margin-left: 10px; flex-grow: 1;}

.auth .btns{margin-top: 30px; align-items: center;}
.auth .btns .hint{font-size: 13px; color: #5a6c77; line-height: 130%; margin-left: 25px;}
.auth .btns .remember{margin-left: 25px; align-items: center;}
.auth .btns .remember input{margin: -3px 8px 0 0;}
.auth .btns .remember-text{line-height: 100%;}

.auth .links{color: #333; margin-top: 25px;}
.auth .links .link-item:not(:first-child){margin-top: 5px;}

.fork-video{display: none;}
.fork{min-height: 100vh; flex-direction: column; align-items: center; justify-content: center;}
.fork a{width: 160px;}
.fork a:last-child{margin-top: 15px;}

.timer{margin-top: 25px; justify-content: center;}
.timer-col{text-align: center;}
.timer-col:not(:last-child){margin-right: 30px;}

.timer-num{font-size: 60px; font-weight: 700; color: #333; line-height: 100%;}
.timer-note{font-size: 14px; text-transform: uppercase; margin-top: -5px;}

.steps .step:not(.active){display: none;}
.steps input.err{border-color: #ff0000;}

.step-back{cursor: pointer;}
.step-back::before{content: '\f060'; font-family: 'Awesome Solid'; font-size: 25px; color: #333; opacity: 0.6;}

@media(max-width: 576px){
  .fork-video{position: absolute; top: 0; left: 0; width: 100%; height: 100vh; overflow: hidden; display: block;}
  .fork-video video{min-width: 100%; min-height: 100%; object-fit: cover;}

  .fork{background-color: rgba(0, 0, 0, 0.5); position: relative; z-index: 10;}
}
/* End */
/* /local/templates/florist/assets/css/reset.css?1731444320766 */
/* /local/templates/florist/assets/css/fonts.css?17315769603900 */
/* /local/templates/florist/assets/css/general.css?17422277183290 */
/* /local/templates/florist/assets/css/magnific-popup.css?17314443208430 */
/* /local/templates/florist/assets/css/auth.css?17530932092493 */
