

/* Start:/local/templates/flowers/css/main.css?170016709559268*/
@charset "UTF-8";
body {
  font-family: "Montserrat", sans-serif;
  color: #434343;
  font-size: 14px;
}

a {
  color: #434343;
  transition: all .3s ease;
}
a:hover {
  text-decoration: none;
  opacity: 0.7;

  color: #434343;
}

header .top {
  padding: 15px 0 25px;
}
header .top .row {
  justify-content: space-between;
  align-items: flex-end;
}
header .top .phone a {
  font-weight: 600;
}
header .top .search {
  width: 240px;
  border-bottom: 1px solid #434343;
}
header .top .search input {
  width: calc(100% - 16px);
  border: none;
}
header .top .search button {
  width: 12px;
  border: none;
  padding: 0;
  background: transparent;
}
header .top .register a {
  text-transform: uppercase;
}
header menu {
  margin: 0;
  background: #696969;
  padding: 0;
}
header menu .row {
  flex-wrap: nowrap;
  align-items: center;
  justify-content: space-between;
}
header menu li {
  list-style: none;
}
header menu a {
  display: flex;
  align-items: center;
  color: #fff;
  margin: 0 !important;
}
header menu a svg {
  margin-left: 5px;
}
header menu a:hover {
  color: #fff;
}
header menu ul {
  margin: 0;
}
header menu .cat-menu {
  padding: 0;
  display: flex;
}
header menu .cat-menu ul {
  display: none;
}
header menu .main-menu li {
  padding-top: 15px;
  padding-bottom: 15px;
}
header menu .cat-menu > li {
  position: relative;
  display: flex;
  align-items: center;
  padding: 15px 20px;
  border-right: 1px solid #fff;
}
header menu .cat-menu > li ul {
  padding: 20px;
}
header menu .cat-menu > li ul li {
  margin-bottom: 10px;
}
header menu .cat-menu > li ul li:last-child {
  margin-bottom: 0;
}
header menu .cat-menu > li i {
  margin-right: 5px;
  margin-top: -2px;
}
header menu .cat-menu > li > a {
  margin-right: 5px;
}
header .main-menu {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 490px);
}
header .main-menu ul,
header .main-menu .h-m-block {
  display: flex;
  align-items: center;
}
header .main-menu .h-m-block:nth-child(1) ul li:first-child {
  border-right: 1px solid #fff;
}
header .main-menu ul {
  padding: 0;
}
header .main-menu ul li {
  padding-left: 10px;
  padding-right: 10px;
}
header .bottom {
  padding: 10px 0;
}
header .bottom .row {
  justify-content: center;
}
header .bottom .b-h-block {
  display: flex;
  align-items: center;
  padding: 0 35px;
  font-size: 12px;
}
header .bottom .b-h-block i {
  margin-right: 10px;
}
header .bottom .b-h-block b {
  display: block;
  font-weight: 500;
  font-size: 16px;
}

@media (min-width: 991px) {
	.product:hover a {
  opacity: 1;
  color: #434343;
}
.product:hover .bottom {
  display: block !important;
}
.product:hover .img,
.product:hover .name,
.product:hover .price {
  border-color: #434343 !important;
}
  header .main-menu .h-m-block:nth-child(1) ul li:hover a {
    color: #434343;
    opacity: 1;
  }
  header .main-menu .h-m-block:nth-child(1) ul li {
    border: 1px solid transparent;
  }
  header .main-menu .h-m-block:nth-child(1) ul li:hover {
    background: #fff;
    border-color: #434343;
  }
  header menu .cat-menu > li:hover ul {
    display: block;
    position: absolute;
    left: 0;
    top: 100%;
    min-width: calc(100% + 50px);
    background: #fff;
    z-index: 9;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
  }
  header menu .cat-menu > li:hover > a > svg {
    -webkit-transform: rotate(-180deg);
       -moz-transform: rotate(-180deg);
        -ms-transform: rotate(-180deg);
         -o-transform: rotate(-180deg);
            transform: rotate(-180deg);
  }
  header menu .cat-menu > li:hover ul li {
    display: block;
  }
  header menu .cat-menu > li:hover ul a {
    color: #434343;
    position: relative;
  }
  header menu .cat-menu > li:hover ul a:hover {
    color: #434343;
    opacity: 1;
  }

  header menu .cat-menu > li:hover ul a:after {
      background-color: #212529;
      display: block;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      -webkit-transition: width .3s ease-in-out;
      -moz--transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
  }
  header menu .cat-menu > li:hover ul a:hover:after,
  header menu .cat-menu > li:hover ul a:focus:after {
      width: 100%;
  }
}
.sort {
  position: relative;
  display: inline-block;
  font-size: 18px;
  cursor: pointer;
}
.sort svg {
  margin-left: 5px;
}
.sort .sort-wr {
  display: none;
  position: absolute;
  left: 100%;
  top: 5px;
  z-index: 2;
  background: #fff;
  padding: 10px 25px;
  width: 240px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.sort .sort-wr a {
  display: block;
  margin: 5px 0;
  font-size: 16px;
  color: #434343 !important;
}
.sort:hover .sort-wr {
  display: block;
}

.btn-wrap {
  padding: 14px 20px;
  font-size: 16px;
  border: 1px solid #fff;
  text-align: center;
  cursor: pointer;
  transition: all .3s ease;
}
.btn-wrap.small {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}
.btn-wrap.trans {
  background: transparent;
  border: none;
  text-decoration: underline;
  color: #979797;
}
.btn-wrap:hover {
  opacity: 1;
  background: #434343;
  color: #fff;
  border-color: #434343;
}
.btn-wrap.white {
  border-color: #434343;
}
.btn-wrap.wide {
  padding-left: 40px;
  padding-right: 40px;
}
.btn-wrap.black {
  background: #434343;
  color: #fff;
  border-color: #434343;
}
.btn-wrap.black:hover {
  background: transparent;
  color: #434343;
}

.i-block {
  display: flex;
}
.i-block i {
  margin-top: -1px;
  margin-right: 12px;
}

.i-block i svg {
  width: 15px;
  height: auto;
}

.main-banner .slide {
  min-height: 348px;
  padding: 30px;
}
.main-banner .slick-prev,
.main-banner .slick-next {
  position: absolute;
  top: 50%;
  margin-top: -20px;
  z-index: 3;
  border: none;
  background: transparent;
}
.main-banner .slick-prev {
  left: 0;
}
.main-banner .slick-dots {
  position: absolute;
  display: flex;
  justify-content: center;
  bottom: 15px;
  left: 0;
  padding: 0;
  width: 100%;
  text-align: center;
  margin: 0;
}
.main-banner .slick-dots li {
  list-style: none;
  margin: 0 5px;
}
.main-banner .slick-dots li button {
  border: none;
  padding: 0;
  width: 20px;
  height: 20px;
  background: #fff;
  border-radius: 50%;
  color: transparent;
}
.main-banner .slick-dots li.slick-active button {
  background: #696969;
}
.main-banner .slick-next {
  right: 0;
}
.main-banner .slide .title_h1 {
  text-transform: uppercase;
  margin-bottom: 0;
}
.main-banner .slide .descr {
  font-size: 24px;
  font-weight: 200;
}

h1,
.title_h1 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 48px;
  line-height: 48px;
  margin-top: 25px;
  margin-bottom: 15px;
}

h2,
.title_h2 {
  width: 100%;
  display: block;
  font-weight: 600;
  font-size: 36px;
  line-height: 36px;
  margin-top: 25px;
  margin-bottom: 15px;
}

h3,
.title_h3 {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 24px;
  line-height: 26px;
  margin-top: 25px;
  margin-bottom: 15px;
}

.cats .title_h1 {
  margin-bottom: 20px;
}
.cats .row {
  justify-content: space-between;
}
.cats .cat {
  width: calc(33.333% - 10px);
  padding: 20px;
  margin-bottom: 20px;
  min-height: 300px;
  position: relative;
  background-position: center bottom !important;
  background-color: #FFF1F1 !important;
  border: 1px solid transparent;
  background-repeat: no-repeat !important;
}
.cats .cat:hover {
  color: #434343;
  opacity: 1;
  border-color: #434343;
}
.cats .cat.large {
  width: calc(66.666% - 10px);
}
.cats .cat .name {
  font-size: 28px;
  font-weight: 500;
}
.cats .cat i {
  position: absolute;
  right: 15px;
  bottom: 15px;
}

.product {
  position: relative;
  margin-bottom: 20px;
}

.product a {
  display: block;
  width: 100%;
}
.product ul {
  padding: 0;
}
.product .img {
  position: relative;
  border: 1px solid #D1D1D1;
  border-bottom: none;
}
.product .img svg {
  position: absolute;
  top: 15px;
  right: 15px;
}
.product img {
  width: 100%;
  height: auto;
}
.product li {
  list-style: none;
}
.product .name {
  font-weight: 600;
  font-size: 16px;
  padding: 5px 0;
  text-align: center;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
}
.product .price {
  font-size: 24px;
  font-weight: 200;
  text-align: center;
  border-left: 1px solid #D1D1D1;
  border-right: 1px solid #D1D1D1;
  border-bottom: 1px solid #D1D1D1;
}
.product .bottom {
  position: absolute;
  z-index: 9;
  background: #fff;
  width: 100%;
  top: calc(100% - 1px);
  display: none;
  padding: 10px 20px;
  border-left: 1px solid #434343;
  border-right: 1px solid #434343;
  border-bottom: 1px solid #434343;
}
.product .descr {
  font-size: 11px;
  font-weight: 200;
}
.product .btn-wrap {
  width: 160px;
  margin: 0 auto;
  border-color: #434343;
  text-align: center;
  font-size: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
}
.product .btn-wrap:hover {
  color: #fff;
}

.slider-product-main {
  width: 100%;
  margin-bottom: -100px;
}
.slider-container .center .btn-wrap {
  position: relative;
  z-index: 9;
}
.slider-product-main .slide {
  position: relative;
  z-index: 9;
  padding: 5px;
  padding-bottom: 100px;
}

.slider-container {
  width: 100%;
}
.slider-container .arrows {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  width: 80px;
}
.slider-container .arrows svg {
  margin-left: 5px;
}
.slider-container .title_h2 {
  display: flex;
  justify-content: space-between;
}
.slider-container .slick-arrow {
  display: none !important;
}
.slider-container .slick-slider {
  z-index: 1;
}
.slider-container .center {
  width: 100%;
  padding: 20px 0;
  display: flex;
  justify-content: center;
}

.slick-btn {
  cursor: pointer;
  display: inline-block;
  width: 37px;
  height: 37px;
}
.slick-btn:hover {
  opacity: 0.6;
}
.slick-btn.prev {
  transform: rotate(-180deg);
}
.slick-btn.prev svg {
  position: relative;
  top: -6px;
}

.main-about {
  font-size: 16px;
  margin: 50px 0 30px;
}
.main-about .name {
  text-transform: uppercase;
  line-height: 1;
}
.main-about .m-a-block {
  display: flex;
  width: 100%;
}
.main-about .m-a-block.ab-1 .center {
  bottom: 30px;
}
.main-about .m-a-block.left .m-a-txt {
  justify-content: flex-end;
}
.main-about .m-a-block.right .img {
  order: 1;
}
.main-about .m-a-block.right .m-a-txt {
  align-items: center;
  font-size: 18px;
  background: #FFF1F1;
  justify-content: center;
}
.main-about .img,
.main-about .m-a-txt {
  display: flex;
  flex-wrap: wrap;
  width: 50%;
}
.main-about .center {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
.main-about .name {
  width: 100%;
  font-size: 32px;
  line-height: 32px;
  font-weight: 500;
  margin-bottom: 20px;
}
.main-about .img img {
  width: 100%;
  height: auto;
}
.main-about .descr {
  position: relative;
}
.main-about .descr .center {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
}

.faq-block {
  border: 1px solid #434343;
  padding: 20px 40px;
  margin-bottom: 20px;
  width: 100%;
  cursor: pointer;
}
.faq-block.active .name i {
  transform: rotate(180deg);
}
.faq-block.active .name {
  margin-bottom: 10px;
}
.faq-block .name {
  font-size: 24px;
  font-weight: 500;
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  
}
.faq-block .name i {
  transition: 0.2s ease;
  margin-left: 10px;
}
.faq-block .descr {
  font-size: 16px;
  color: #969696;
  display: none;
}

footer {
  margin-top: 25px;
  background: #696969;
  color: #fff;
  padding: 20px 0 0;
  font-size: 16px;
  line-height: 32px;
  font-weight: 200;
}
footer .row {
  position: relative;
}
footer #to-top {
  display: none;
  position: fixed;
  background: #696969;
  border: 1px solid #fff;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  right: 0;
  bottom: 25px;
  z-index: 11;
}
footer #to-top::after {
  display: none !important;
}

footer #to-top svg {
  position: relative;
  top: -2px;
}
footer .bottom {
  border-top: 1px solid #fff;
  padding: 10px 0;
  margin-top: 10px;
}
footer .bottom p {
  margin-bottom: 0;
}
footer .soc a {
  display: inline-block;
  margin-right: 15px;
  opacity: .8;
}
footer .soc a::after {
  display: none !important;
}
footer a {
  position: relative;
}
footer a:hover {
    color: #fff;
    opacity: 1;
  }

  footer a:after {
      background-color: #fff;
      display: block;
      content: "";
      height: 1px;
      position: absolute;
      bottom: 0;
      left: 0;
      width: 0%;
      -webkit-transition: width .3s ease-in-out;
      -moz--transition: width .3s ease-in-out;
      transition: width .3s ease-in-out;
  }
  footer a:hover:after,
  footer a:focus:after {
      width: 100%;
  }
footer .soc a:hover {
  opacity: 1;
}
footer a {
  color: #fff;
}
footer .row {
  justify-content: space-between;
}
footer .logo {
  display: block;
  margin-bottom: 30px;
}
footer .logo svg,
footer .logo path {
  fill: #fff;
}
footer ul {
  padding: 0;
}
footer li {
  list-style: none;
}
footer li a {
  text-transform: uppercase;
}
footer .foot-wr {
  margin-top: 20px;
}
footer .foot-wr .name {
  font-weight: 500;
  font-size: 22px;
  margin-bottom: 10px;
}

.mob-block {
  display: none;
}

input:focus,
a:focus,
select:focus,
textarea:focus {
  outline: none;
}

.menu-b {
  line-height: 0;
  width: 20px;
}
.menu-b span {
  width: 100%;
  display: inline-block;
  margin: 2px 0;
  height: 2px;
  background: #434343;
}

body.noscroll {
  overflow-y: hidden;
}

.soc-block {
  width: 100%;
  text-align: center;
}
.soc-block p {
  margin: 20px 0 10px !important;
}
.soc-block ul {
  padding: 0;
  display: flex;
  justify-content: center;
}
.soc-block li {
  list-style: none;
  margin: 0 5px;
}

.input {
  border: 1px solid #434343;
  display: flex;
  position: relative;
  padding: 15px;
  margin-bottom: 15px;
}
.input.with-icon {
  display: flex;
  align-items: center;
}
.input.with-icon input {
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 3;
  width: 100%;
  height: 100%;
  cursor: default;
}
.input.with-icon.open .select {
  display: block !important;
}
.input.with-icon.select input {
  cursor: default;
}
.input.with-icon.select .select {
  display: none;
  position: absolute;
  z-index: 9;
  left: 0;
  top: 100%;
  width: calc(100% + 2px);
  margin-left: -1px;
  margin-right: -1px;
  background: #fff;
}
.input.with-icon.select ul {
  padding: 0;
}
.input.with-icon.select li {
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #434343;
  border-bottom: none;
  list-style: none;
  font-size: 20px;
  padding-left: 40px;
  padding-right: 40px;
  height: 60px;
}
.input.with-icon.select li:last-child {
  border-bottom: 1px solid #434343;
}
.input.with-icon.time input {
  width: 100%;
  position: static;
  opacity: 1;
}
.input.with-icon.time.active .placeholder {
  display: none;
}
.input.with-icon .placeholder {
  position: absolute;
  top: 0;
  height: 100%;
  left: 45px;
  display: flex;
  align-items: center;
  z-index: 4;
  background: #fff;
}
.input.with-icon .placeholder svg {
  margin-left: 10px;
}
.input.with-icon i {
  width: 30px;
  display: block;
  margin-right: 10px;
}
.input .err {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  background: #fff;
  display: flex;
  align-items: center;
  color: #FF0404;
  padding: 20px 40px;
}
.input .err svg {
  margin-right: 10px;
}
.input input[type=text],
.input textarea {
  border: none;
  width: 100%;
  line-height: 1;
  padding: 0;
}
.input textarea {
  height: 90px;
}

.breadcrumbs {
  padding: 20px 0 0;
}
.breadcrumbs ul {
  display: flex;
  padding: 0;
  margin: 0;
}
.breadcrumbs li {
  list-style: none;
}
.breadcrumbs i {
  margin-right: 7px;
  margin-left: 3px;
}

.in {
  position: relative;
}
.in label a {
  position: relative;
  z-index: 2;
}
.in.checkbox input {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  z-index: 1;
}
.in.checkbox label {
  position: relative;
  min-height: 20px;
  padding-left: 30px;
}
.in.checkbox input.disabled + label {
    opacity: 0.3;
}
.in.checkbox label::before {
  content: "";
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 0;
  border: 1px solid #434343;
}
.in.checkbox input:checked + label::before {
  background: url(/local/templates/flowers/css/../img/checkbox-down.svg) no-repeat;
  background-position: center;
  background-size: 12px;
}
.in label {
  font-size: 18px;
}

.catalog .row {
  justify-content: space-between;
}
.catalog .sort-panel {
  width: 100%;
  padding-left: 10px;
  padding-right: 10px;
}
.catalog .filter {
  width: 300px;
}
.catalog .filter ul {
  padding: 0;
}
.catalog .filter ul li {
  list-style: none;
  margin: 5px 0;
}
.catalog .filter ul li a {
  font-size: 18px;
  color: #434343 !important;
}
.catalog .filter .f-block {
  margin: 15px 0;
}
.catalog .filter .f-block .name {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  margin-bottom: 10px;
}
.catalog .filter .btn-wrap {
  width: 100%;
  margin-bottom: 10px;
}
.catalog .filter .prices {
  display: flex;
}
.catalog .filter .prices .input {
  width: 50%;
  position: relative;
  border-color: #A0A0A0;
  padding-left: 40px !important;
}
.catalog .filter .prices .input textarea,
.catalog .filter .prices .input input {
  border-color: #A0A0A0 !important;
}
.catalog .filter .prices .input.after, .catalog .filter .prices .input.after input {
  border-left: none !important;
}
.catalog .filter .prices .input.before::before {
  content: "от";
}
.catalog .filter .prices .input.after::before {
  content: "до";
}
.catalog .filter .prices .input.before::before, .catalog .filter .prices .input.after::before {
  position: absolute;
  left: 15px;
  top: 15px;
  font-size: 10px;
  font-weight: 400;
  color: #A0A0A0;
}
.catalog .cat-wrap {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% - 320px);
}
.catalog .product {
  width: calc(33.333% - 20px);
  margin: 10px;
}

.status.yellow {
  color: #DB821A;
}
.status.green {
  color: #0B9019;
}

.price {
  white-space: nowrap;
}

.history {
  width: calc(33.333% - 20px);
  margin: 10px;
  padding: 10px 40px;
  border: 1px solid #434343;
}
.history .status {
  padding-top: 5px;
}
.history .img img {
  width: 100%;
  height: auto;
}
.history .line-wrap {
  padding: 20px 0;
}
.history .line {
  display: flex;
  justify-content: space-between;
}
.history .name {
  font-size: 24px;
  font-weight: 500;
}
.history .btn-wrap {
  display: block;
  font-size: 16px;
}
.history .btn-wrap.black {
  margin-bottom: 15px;
}
.history .date,
.history .price {
  font-size: 24px;
}
.history .price {
  font-weight: 300;
}

.status-bar {
  display: flex;
  justify-content: space-between;
  overflow: hidden;
}
.status-bar .stat {
  width: 25%;
  text-align: center;
  position: relative;
}
.status-bar .stat.unactive {
  opacity: 0.4;
}
.status-bar .stat.last::after, .status-bar .stat::before {
  content: "";
  height: 2px;
  position: absolute;
  right: 50%;
  width: calc(100% - 10px);
  height: 2px;
  top: 10px;
  background: #434343;
}
.status-bar .stat i {
  display: block;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  background: #434343;
}
.status-bar .stat.first::before {
  width: 50px;
}
.status-bar .stat.last::after {
  width: 50px;
  right: auto;
  left: 50%;
}
.status-bar .stat .name {
  margin-top: 5px;
  font-size: 24px;
}

.lk {
  padding-bottom: 40px;
}
.lk .status-bar {
  width: 90%;
  margin: 40px auto;
}
.lk.detail .img-block {
  display: flex;
}
.lk.detail .img-block .info {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
  padding-left: 20px;
}
.lk.detail .img-block .img {
  position: relative;
}
.lk.detail .img-block .img img {
  width: 100%;
  height: auto;
}
.lk.detail .img-block .img i {
  position: absolute;
  right: 10px;
  bottom: 10px;
}
.lk.detail .wrap {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.lk.detail .wrap .img-block,
.lk.detail .wrap .right-block {
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.lk.detail .wrap .right-block {
  width: 200px;
  justify-content: flex-end;
}
.lk.detail .wrap .name {
  margin-bottom: 15px;
}
.lk.detail .wrap .top {
  width: 100%;
}
.lk.detail .wrap .name,
.lk.detail .wrap .date,
.lk.detail .wrap .price-block {
  font-size: 24px;
  font-weight: 500;
}
.lk.detail .wrap .price {
  font-weight: 300;
}
.lk.detail .wrap b {
  font-weight: 500;
}
.lk.detail .wrap .price-block,
.lk.detail .wrap .delivery {
  display: flex;
}
.lk.detail .wrap .date {
  font-weight: 400;
}
.lk.detail .wrap b {
  margin-right: 5px;
}
.lk.detail .wrap ul {
  padding: 0;
  margin: 0;
}
.lk.detail .wrap ul li {
  list-style: none;
  font-size: 12px;
  font-weight: 300;
}
.lk.detail .btn-wrap {
  display: block;
  width: 100%;
  font-size: 16px;
  font-weight: 600;
}
.lk.detail .mob-block {
  display: none;
}
.lk .slider-container .center {
  display: none;
}
.lk .histories {
  width: 100%;
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
}
.lk .addrs {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.lk .addrs .addr-block {
  display: block;
  border: 1px solid #434343;
  padding: 20px;
  width: calc(33.333% - 20px);
  opacity: 1;
  margin: 10px;
}
.lk .addrs .addr-block .name {
  width: 100%;
  font-size: 24px;
  font-weight: 500;
  min-height: 60px;
  margin-bottom: 10px;
  display: flex;
}
.lk .addrs .addr-block.add {
  transition: all .3s ease;
}
.lk .addrs .addr-block.add:hover {
  background: #434343;
}
.lk .addrs .addr-block.add:hover .name {
  color: #fff;
}
.lk .addrs .addr-block.add:hover .name path {
  fill: #fff;
}
.lk .addrs .addr-block.add:hover .name circle {
  stroke: #fff;
}
.lk .addrs .addr-block .name svg {
  width: 25px;
  height: auto;
}
.lk .addrs .addr-block .name i {
  display: block;
  height: 100%;
  margin-right: 5px;
}
.lk .addrs .addr-block .addr {
  font-size: 20px;
  line-height: 20px;
  min-height: 100px;
}
.lk.addr-add form {
  width: 100% !important;
}
.lk.addr-add .right {
  margin-top: 20px;
}
.lk .file {
  position: relative;
  margin-bottom: 20px;
}
.lk .file input {
  cursor: pointer;
  opacity: 0;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.lk .block-b {
  width: 50%;
}
.lk .block-b.left form {
  margin-top: 20px;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.lk .block-b.left form .input {
  width: 100%;
}
.lk .block-b.left form .btn-wrap {
  margin-top: 30px;
}
.lk .block-b.left svg {
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.lk .block-b.right {
  text-align: center;
}
.lk .block-b.right img {
  max-width: 100%;
  height: auto;
}
.lk .block-b.right p {
  padding: 15px 0;
}

.input.large {
  padding: 20px 40px;
}

.auth-form {
  width: 100%;
}
.auth-form .input {
  margin-bottom: 0;
}
.auth-form input[type=text] {
  font-size: 20px;
}
.auth-form .send-again {
  padding-left: 50px;
  padding-right: 50px;
}
.auth-form .center {
  width: 100%;
  padding-top: 40px;
}
.auth-form .row {
  text-align: center;
}
.auth-form form {
  width: 100%;
  max-width: 600px;
  display: flex;
}
.auth-form .input,
.auth-form .title_h1,
.auth-form p {
  width: 100%;
}
.auth-form p {
  margin: 20px 0 50px;
}
.auth-form .row {
  justify-content: center;
}
.auth-form .soc-block {
  margin-top: 20px;
}

p.empty {
  width: 100%;
  text-align: center;
  padding: 40px 0;
  font-size: 18px;
}
p.empty a {
  text-decoration: underline;
}

.add-b,
.catalog-detail {
  margin: 40px 0;
}
.add-b .row,
.catalog-detail .row {
  justify-content: space-between;
}
.add-b .g-large,
.catalog-detail .g-large {
  margin-bottom: 15px;
}
.add-b .g-small,
.catalog-detail .g-small {
  margin-left: -5px;
  margin-right: -5px;
}
.add-b .g-small .slide,
.catalog-detail .g-small .slide {
  padding-left: 5px;
  padding-right: 5px;
}
.add-b .img,
.add-b .gallery,
.catalog-detail .img,
.catalog-detail .gallery {
  width: 35%;
}
.add-b .img img,
.add-b .gallery img,
.catalog-detail .img img,
.catalog-detail .gallery img {
  width: 100%;
  height: auto;
}
.add-b .img .slick-arrow,
.add-b .gallery .slick-arrow,
.catalog-detail .img .slick-arrow,
.catalog-detail .gallery .slick-arrow {
  background: transparent;
  border: none;
  position: absolute;
  z-index: 1;
  top: 50%;
  margin-top: -25px;
}
.add-b .img .slick-arrow.slick-prev,
.add-b .gallery .slick-arrow.slick-prev,
.catalog-detail .img .slick-arrow.slick-prev,
.catalog-detail .gallery .slick-arrow.slick-prev {
  left: 0;
}
.add-b .img .slick-arrow.slick-next,
.add-b .gallery .slick-arrow.slick-next,
.catalog-detail .img .slick-arrow.slick-next,
.catalog-detail .gallery .slick-arrow.slick-next {
  right: 0;
}
.add-b .btn-block,
.catalog-detail .btn-block {
  width: 100%;
}
.add-b .btn-block a,
.catalog-detail .btn-block a {
  display: block;
  width: 100%;
  margin: 10px 0;
  font-size: 16px;
}
.add-b .right,
.add-b .g-d-right,
.catalog-detail .right,
.catalog-detail .g-d-right {
  width: 65%;
  padding-left: 40px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.add-b .right .top,
.add-b .right .bottom,
.add-b .g-d-right .top,
.add-b .g-d-right .bottom,
.catalog-detail .right .top,
.catalog-detail .right .bottom,
.catalog-detail .g-d-right .top,
.catalog-detail .g-d-right .bottom {
  width: 100%;
}
.add-b .right h1,
.add-b .g-d-right h1,
.catalog-detail .right h1,
.catalog-detail .g-d-right h1 {
  margin-top: 0;
}
.add-b .right ul,
.add-b .g-d-right ul,
.catalog-detail .right ul,
.catalog-detail .g-d-right ul {
  padding: 0;
  margin-bottom: 30px;
}
.add-b .right ul li,
.add-b .g-d-right ul li,
.catalog-detail .right ul li,
.catalog-detail .g-d-right ul li {
  list-style: none;
  font-size: 18px;
}
.add-b .right .descr,
.add-b .g-d-right .descr,
.catalog-detail .right .descr,
.catalog-detail .g-d-right .descr {
  font-size: 18px;
  margin-bottom: 50px;
}
.add-b .right .counter-block,
.add-b .g-d-right .counter-block,
.catalog-detail .right .counter-block,
.catalog-detail .g-d-right .counter-block {
  display: flex;
  justify-content: space-between;
}
.add-b .right .price,
.add-b .g-d-right .price,
.catalog-detail .right .price,
.catalog-detail .g-d-right .price {
  font-size: 36px;
  font-weight: 300;
}
.add-b .del-info,
.catalog-detail .del-info {
  display: flex;
  margin-top: 40px;
  font-size: 18px;
}
.add-b .del-info a,
.catalog-detail .del-info a {
  text-decoration: underline;
}
.add-b .del-info svg,
.catalog-detail .del-info svg {
  margin-right: 10px;
}
.add-b .del-info p,
.catalog-detail .del-info p {
  margin: 0;
}

.modal-wrap {
  display: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 998;
  background: rgba(0, 0, 0, 0.2);
}

.modal-block {
  display: none;
  position: fixed;
  overflow: auto;
  left: 0;
  top: 0;
  z-index: 999;
  width: 100%;
  height: 100%;
}
.modal-block .container,
.modal-block .row {
  height: 100%;
}
.modal-block .row {
  align-items: center;
}

.order .payments {
  display: flex;
  flex-wrap: wrap;
  width: calc(100% + 10px);
  margin-left: -10px;
  margin-right: -10px;
  margin-bottom: 20px;
}
.order .payments .pay {
  width: calc(33.333% - 20px);
  margin: 10px;
  border: 1px solid #434343;
  height: 200px;
}
.order .payments .pay img {
  display: block;
  width: 44px;
}
.order .payments .pay .icon,
.order .payments .pay .p-name {
  display: flex;
  justify-content: center;
  height: 50%;
}
.order .payments .pay .icon {
  align-items: flex-end;
}
.order .payments .pay .p-name {
  padding-top: 5px;
}
.order .police {
  margin: 20px 0;
  text-align: left;
}
.order .result {
  text-align: right;
}
.order .result p {
  margin: 0;
}
.order .result p.full {
  font-size: 30px;
}
.order .result p.full span {
  font-weight: 500;
}
.order .order-product {
  display: flex;
  position: relative;
  padding: 20px;
  background: #FFF1F1;
  margin-bottom: 20px;
}
.order .order-product .remove {
  cursor: pointer;
  position: absolute;
  right: 15px;
  top: 15px;
}
.order .order-product .img {
  width: 25%;
  min-width: 70px;
}
.order .order-product .img img {
  width: 100%;
  height: auto;
}
.order .order-product .name {
  width: 100%;
}
.order .order-product .right {
  width: 75%;
  padding-left: 20px;
  display: flex;
  flex-wrap: wrap;
  align-content: space-between;
}
.order .order-product .counter a {
  line-height: 14px;
  
}
.order .order-product .counter {
  border: 1px solid #434343;
}
.order .order-product .counter a.minus {
  border-right: 1px solid #434343;
}
.order .order-product .counter a.plus {
  border-left: 1px solid #434343;
}
.order .order-product .counter input {
  width: 35px;
  font-size: 16px;
}
.order .order-product .counter-block {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.order .order-product .price {
  font-size: 20px;
  font-weight: 200;
}
.order label {
  font-size: 16px;
}
.order .slider-container .center {
  display: none;
}
.order .order-b {
  margin: 40px 0;
}
.order .order-b .status-bar {
  margin-bottom: 40px;
}
.order .order-b .status-bar .stat::before, .order .order-b .status-bar .stat::after {
  top: 5px;
  height: 1px;
}
.order .order-b .status-bar .stat:not(.first)::before, .order .order-b .status-bar .stat:not(.last)::after {
  width: calc(100% - 5px);
}
.order .order-b .status-bar .stat i {
  width: 10px;
  height: 10px;
}
.order .order-b .status-bar .stat .name {
  font-size: 16px;
}
.order .order-b.left {
  padding-right: 20px;
  width: 60%;
}
.order .order-b.right {
  padding-left: 20px;
  width: 40%;
}
.order form .name {
  margin-top: 20px;
  font-size: 24px;
  font-weight: 500;
}
.order .input {
  margin-top: 20px;
}
.order .center {
  margin-top: 40px;
  text-align: center;
}

.wrap-modal {
  position: relative;
  background: #fff;
  padding: 40px;
}
.wrap-modal.large {
  width: 100%;
}
.wrap-modal .close {
  cursor: pointer;
  width: 22px;
  height: 22px;
  position: absolute;
  right: 20px;
  top: 20px;
}

.add-b {
  display: flex;
  flex-wrap: wrap;
  margin: 0;
}
.add-b .white {
  margin-bottom: 0 !important;
}
.add-b .char {
  margin: 0 !important;
}

.counter {
  background: #ECECEC;
  display: inline-flex;
  align-items: center;
}
.counter a {
  cursor: pointer;
  padding: 10px;
  font-size: 24px;
  line-height: 30px;
  font-weight: 200;
  color: #434343;
  width: 40px;
  text-align: center;
}
.counter input {
  background: transparent;
  text-align: center;
  font-size: 20px;
  line-height: 25px;
  font-weight: 200;
  border: none;
  width: 45px;
  pointer-events: none;
}

.ui-widget-header {
  background: #fff;
}
.ui-widget.ui-widget-content {
    box-shadow: 0 5px 10px rgba(0, 0, 0, .3);
}
.ui-widget.ui-widget-content,
.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border-color: #434343;
  background: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  text-align: center;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  background: #FFF1F1;
}

.basket-b {
  background: #fff;
  position: fixed;
  display: none;
  right: 0;
  top: 0;
  width: 100%;
  max-width: 720px;
  height: 100%;
  overflow: auto;
  z-index: 999;
  padding: 0;
  opacity: 0;
  visibility: hidden;
  transition: width 0.5s ease;
}
.basket-b.active {
  width: 100%;
  padding: 40px;
  opacity: 1;
  visibility: visible;
}
.basket-b.closing {
  padding: 40px;
  opacity: 1;
  visibility: visible;
}
.basket-b .wrap {
  position: relative;
}
.basket-b .title_h1 {
  margin: 20px 0;
  text-align: center;
}
.basket-b .close {
  cursor: pointer;
  position: absolute;
  left: 0px;
  top: 5px;
}
.basket-b img {
  width: 100%;
  height: auto;
}
.basket-b .b-product {
  display: flex;
  margin: 30px 0;
}
.basket-b .b-product .img {
  width: 25%;
  min-width: 100px;
}
.basket-b .b-product .name {
  width: 100%;
  font-size: 22px;
}
.basket-b .b-product .price {
  width: 100%;
  font-size: 20px;
  font-weight: 200;
}
.basket-b .b-product .right {
  display: flex;
  flex-wrap: wrap;
  width: 75%;
  padding-left: 20px;
  align-content: space-between;
}
.basket-b .b-product .right .top {
  width: 100%;
}
.basket-b .b-product .counter input {
  font-size: 20px;
  width: 35px;
}
.basket-b .b-product .counter a {
  line-height: 20px;
}
.basket-b .bas-block {
  display: flex;
  flex-wrap: wrap;
  margin-left: -10px;
  margin-right: -10px;
  padding-bottom: 100px;
}
.basket-b .bas-block .title_h2 {
  width: 100%;
  text-align: left;
  padding: 0 10px;
}
.basket-b .bas-block .product {
  width: calc(50% - 20px);
  margin: 10px;
}

.mt40 {
  margin-top: 40px;
}

.pink {
  margin: 20px 0;
  background: #FFF1F1;
}
.pink .input,
.pink input,
.pink .err,
.pink textarea {
  background: #FFF1F1;
}

.advantages {
  padding: 20px 0;
  width: 100%;
  display: flex;
}
.advantages .adv {
  width: 33.333%;
  text-align: center;
}
.advantages .adv svg {
  width: auto;
  height: 125px;
}
.advantages .adv .name {
  margin-top: 20px;
}

.mb0 {
  margin-bottom: 0;
}

.page .p {
  font-size: 20px;
  line-height: 24px;
}
.page .p ol,
.page .p ul {
  margin-bottom: 0;
  padding-left: 22px;
}
.page .p ol li,
.page .p ul li {
  margin: 3px 0;
}
.page .img-usual {
  width: 40%;
}
.page .img-usual img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.page .img-usual,
.page .content-usual {
  margin: 40px 0;
}
.page .img-usual form .btn-wrap,
.page .content-usual form .btn-wrap {
  padding-left: 60px;
  padding-right: 60px;
}
.page .content-usual {
  width: 60%;
  padding-left: 40px;
  text-align: right;
}
.page .content-usual h1 {
  margin-top: 0;
}
.page .f-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: right;
}
.page .txt {
  font-size: 24px;
  line-height: 30px;
  font-weight: 400;
}
.page form {
  text-align: center;
}
.page form p {
  opacity: 0.5;
}

.loyal-block {
  display: flex;
  width: calc(100% + 40px);
  margin-left: -20px;
  margin-right: -20px;
  margin-top: 40px;
  margin-bottom: 60px;
}
.loyal-block .loyal {
  width: calc(33.333% - 40px);
  margin: 20px;
}
.loyal-block .loyal .price {
  margin-top: 15px;
  text-align: center;
}
.loyal-block .loyal .card-b {
  cursor: pointer;
  transition: all .1s ease;
  padding: 20px;
  position: relative;
  height: 200px;
  border: 1px solid rgba(0, 0, 0, .3);
    border-radius: 18px;
    box-shadow: 0 5px 6px rgba(0, 0, 0, .2);
}

.loyal-block .loyal .card-b:hover {
  box-shadow: 0 2px 3px rgba(0, 0, 0, .1);
}
.loyal-block .loyal .card-b .percent {
  position: absolute;
  font-weight: 500;
  font-size: 64px;
  right: 15px;
  bottom: 0px;
}
.loyal-block .loyal .name {
  font-size: 24px;
  font-weight: 500;
  text-align: center;
}

/*.loyal-block .loyal.b1 .card-b {
  background: url(/local/templates/flowers/css/../img/page/loyal1.jpg) no-repeat;
  background-size: 100% 100%;
}*/
.loyal-block .loyal.b2 .card-b {
  background: #f8f8f4;
}
.loyal-block .loyal.b3 .card-b {
  /*background: url(/local/templates/flowers/css/../img/page/loyal3.jpg) no-repeat;
  background-size: 100% 100%;*/
  background: #fffae4;
}

.p404 .row {
  text-align: center;
  justify-content: center;
  padding: 60px 0;
}
.p404 h1 {
  width: 100%;
  font-size: 128px;
  line-height: 1;
}
.p404 p {
  width: 100%;
  font-size: 24px;
  margin-bottom: 60px;
}
.p404 .btn-wrap {
  padding-left: 50px;
  padding-right: 50px;
}

h1 span {
  display: block;
  width: 100%;
  font-size: 16px;
  margin-top: -10px;
  font-weight: normal;
}

@media (max-width: 1200px) {
  .loyal-block .loyal .name {
    font-size: 22px;
  }
  .loyal-block .loyal .card-b .percent {
    font-size: 58px;
  }

  .order .payments {
    margin-left: -8px;
    margin-right: -8px;
  }
  .order .payments .pay {
    height: 170px;
    margin: 8px;
  }

  .history {
    width: calc(50% - 20px);
  }

  header menu a {
    font-size: 12px;
  }
  header menu .main-menu li {
    padding-top: 15px;
    padding-bottom: 15px;
  }
  header menu .cat-menu > li {
    padding: 15px 12px;
  }
  header .main-menu {
    width: calc(100% - 400px);
  }
}
@media (max-width: 991px) {
	.main-about .m-a-block {
		margin-bottom: 20px;
	}
	body .product .img,
	body .product .name,
	body .product .price {
		border-color: #D1D1D1 !important;
	}
	.header-mobile .menu-btn {
		display: none !important;
	}
  .basket-b .b-product .name {
    font-size: 20px;
  }
  .basket-b .b-product .price {
    font-size: 18px;
  }
  .main-banner .slick-dots li button {
    width: 14px;
    height: 14px;
  }
  .p404 .row {
    padding: 40px 0;
  }
  .p404 h1 {
    width: 100%;
    font-size: 100px;
    line-height: 1;
  }
  .p404 p {
    width: 100%;
    font-size: 20px;
    margin-bottom: 40px;
  }

  .loyal-block {
    flex-wrap: wrap;
    margin: 30px 0;
  }
  .loyal-block .loyal {
    width: 100%;
    max-width: 60%;
    min-width: 260px;
    margin-left: auto;
    margin-right: auto;
  }
  .loyal-block .loyal .name {
    font-size: 20px;
  }
  .loyal-block .loyal .card-b {
    height: 180px;
  }
  .loyal-block .loyal .card-b .percent {
    font-size: 48px;
  }

  .title_h3,
h3 {
    font-size: 20px;
    line-height: 22px;
  }

  .page .p {
    font-size: 18px;
  }
  .page .img-usual img {
    height: auto;
    max-height: 400px;
  }
  .page .img-usual,
.page .content-usual {
    width: 100%;
    text-align: left;
    padding: 0;
    margin: 20px 0;
  }
  .page .img-usual form,
.page .content-usual form {
    margin-bottom: 20px;
  }
  .page .img-usual form .f-title,
.page .img-usual form p,
.page .content-usual form .f-title,
.page .content-usual form p {
    text-align: center;
  }
  .page .img-usual .txt,
.page .content-usual .txt {
    font-size: 20px;
    line-height: 22px;
  }

  .order form .name {
    font-size: 22px;
  }
  .order .order-b {
    width: 100% !important;
    padding: 0 !important;
  }
  .order .order-b.left {
    margin-bottom: 0;
  }
  .order .order-b.right {
    margin-top: 0;
  }
  .order .order-b .result .full {
    font-size: 26px;
  }
  .order .center {
    width: 100%;
    margin-top: 0;
    text-align: center;
  }

  .add-b,
.catalog-detail {
    margin: 20px 0;
  }
  .add-b .img,
.add-b .gallery,
.catalog-detail .img,
.catalog-detail .gallery {
    width: 100%;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }
  .add-b .img,
.catalog-detail .img {
    max-width: 240px;
  }
  .add-b .counter-block,
.catalog-detail .counter-block {
    margin-bottom: 20px;
  }
  .add-b .right,
.add-b .g-d-right,
.catalog-detail .right,
.catalog-detail .g-d-right {
    margin-top: 20px;
    width: 100%;
    padding-left: 0;
  }
  .add-b .descr,
.catalog-detail .descr {
    margin-bottom: 20px !important;
  }
  .add-b .char li,
.add-b .descr,
.add-b .del-info,
.catalog-detail .char li,
.catalog-detail .descr,
.catalog-detail .del-info {
    font-size: 16px !important;
  }

  .add-b {
    text-align: center;
  }
  .add-b .char {
    width: 100%;
    margin: 20px 0;
  }
  .add-b .right {
    margin-top: 0;
  }

  .char {
    width: 100%;
  }

  .sort .sort-wr {
    left: auto;
    right: 0;
    top: 100%;
  }

  .modal-block .wrap-modal {
    padding: 20px;
  }
  .modal-block .close {
    right: 10px;
    top: 10px;
  }

  .sort-panel {
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
  }

  .filter-btn {
    background: transparent;
    border: none;
    margin-right: 10px;
    font-size: 18px;
    padding: 0;
    color: #434343 !important;
  }

  .catalog .filter {
    border-top: 1px solid #434343;
    position: fixed;
    display: none;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    z-index: 9;
    background: #fff;
    padding: 20px;
  }
  .catalog .filter .wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }
  .catalog .filter .f-cats,
.catalog .filter .filter-close,
.catalog .filter .f-block {
    width: 100%;
  }
  .catalog .filter .f-block {
    margin: 5px 0;
  }
  .catalog .filter .f-block .name {
    font-size: 20px;
  }
  .catalog .filter .filter-close {
    margin-bottom: 20px;
  }
  .catalog .filter label,
.catalog .filter a {
    font-size: 16px !important;
  }
  .catalog .btn-wrap.black {
    display: inline-bloc !important;
    width: auto !important;
    padding-left: 25px;
    padding-right: 25px;
  }
  .catalog .product {
    width: calc(50% - 20px);
  }
  .catalog .cat-wrap {
    width: 100%;
    padding-left: 0;
  }

  .status-bar .stat .name {
    font-size: 20px;
  }

  .lk.detail {
    position: relative;
  }
  .lk.detail .img {
    width: 40%;
    min-width: 100px;
  }
  .lk.detail .name {
    margin-bottom: 0 !important;
  }
  .lk.detail .date {
    margin-bottom: 15px;
  }
  .lk.detail .mob-block {
    display: block;
  }
  .lk.detail .wrap {
    flex-wrap: wrap;
  }
  .lk.detail .img-block {
    flex-wrap: nowrap !important;
  }
  .lk.detail .img-block,
.lk.detail .right-block {
    width: 100% !important;
  }
  .lk.detail .img-block .info,
.lk.detail .right-block .info {
    padding-left: 15px;
  }
  .lk.detail .right-block {
    justify-content: center !important;
  }
  .lk.detail .right-block .top {
    width: 100% !important;
  }
  .lk.detail .right-block .btn-wrap {
    margin-top: 30px;
    width: auto;
    display: inline-block;
  }
  .lk.detail .center {
    width: 100%;
    margin-top: 40px;
    text-align: center;
  }
  .lk.detail .center .btn-wrap {
    display: inline-block;
    width: auto;
    font-size: 14px;
  }
  .lk.detail .pk-block {
    display: none !important;
  }
  .lk.detail .wrap .name,
.lk.detail .wrap .date,
.lk.detail .wrap .price-block,
.lk.detail .wrap .price {
    font-size: 20px;
  }

  .slick-btn.prev svg {
    position: relative;
    top: -3px;
  }

  p.empty {
    font-size: 16px;
  }

  .lk .input {
    margin-bottom: 10px;
  }
  .lk .addrs .addr-block {
    margin: 5px;
    width: 100%;
  }
  .lk .addrs .addr-block .name {
    font-size: 20px;
  }
  .lk .addrs .addr-block .addr {
    font-size: 18px;
  }
  .lk.addr-add .row {
    justify-content: center;
  }
  .lk.addr-add .left {
    margin-bottom: 10px !important;
  }
  .lk.addr-add .right {
    margin-top: 0;
  }
  .lk.addr-add .mob-block {
    margin-top: 30px;
  }

  .page .row > h1,
.page .row .title_h1 {
    margin-top: 5px;
  }

  .lk .file svg {
    width: 100px;
    height: 100px;
  }
  .lk .block-b {
    width: 100%;
  }
  .lk .block-b.left {
    margin-bottom: 30px;
  }

  .breadcrumbs {
    padding: 15px 0;
  }

  .input.large,
.input.large .err {
    padding: 15px 30px;
  }

  .auth-form input[type=text] {
    font-size: 18px;
  }
  .auth-form form {
    width: 95%;
  }
  .auth-form p {
    margin: 10px 0 30px;
  }

  .cat-menu a {
    color: #434343 !important;
    opacity: 1;
  }

  .main-banner .slide {
    min-height: 300px;
  }

  .title_h1,
h1 {
    font-size: 38px;
    line-height: 40px;
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .title_h1 span,
h1 span {
    font-size: 14px;
    margin-top: -5px;
  }

  .title_h2,
h2 {
    line-height: 34px;
    font-size: 32px;
    margin-top: 20px;
    margin-bottom: 10px;
  }

  .main-banner .slide .descr {
    font-size: 20px;
  }

  .pk-block {
    display: none;
  }

  .mob-block {
    display: block;
  }

  .cats .cat {
    position: relative;
    width: 100% !important;
    background-color: #FFF1F1 !important;
    background-size: cover !important;
  }
  .cats .cat .name {
    position: relative;
    z-index: 2;
    font-size: 26px;
  }
  .cats .cat .cat-mob-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-position: bottom center !important;
    background-size: 100% !important;
    background-color: #FFF1F1 !important;
  }

  header {
    position: relative;
  }
  header .top {
    padding-bottom: 20px;
  }
  header .top .row {
    align-items: center;
  }
  header .top .search,
header .top .basket,
header .top .phone,
header .top .register {
    display: none;
  }

  .logo svg {
    width: 180px;
    height: auto;
  }

  .header-mobile {
    width: calc(100% - 250px);
    display: flex;
    align-items: center;
    justify-content: flex-end;
  }
  .header-mobile svg {
    width: auto;
    height: 22px;
  }
  .header-mobile a {
    display: inline-block;
    margin-left: 20px;
  }

  .mob-menu {
    padding: 10px;
    border-top: 1px solid #ccc;
  }
  .mob-menu.activated .menu-b {
    position: relative;
    top: -1px;
  }
  .mob-menu.activated .menu-b span:nth-child(3) {
    display: none;
  }
  .mob-menu.activated .menu-b span:nth-child(1) {
    transform: rotate(45deg);
    position: relative;
    top: 4px;
  }
  .mob-menu.activated .menu-b span:nth-child(2) {
    transform: rotate(-45deg);
    position: relative;
    top: -2px;
  }
  .mob-menu .row {
    align-items: center;
  }
  .mob-menu .row span {
    padding-left: 10px;
  }

  .mob-menu.mob-block.activated .row > span {
  	opacity: 0;
  }

  body {
    font-size: 14px;
  }

  header menu {
    width: 100%;
    top: 100%;
    position: absolute;
    left: 0;
    z-index: 91;
    overflow: auto;
    background: #fff;
  }
  header menu svg,
header menu a {
    color: #434343;
  }
  header menu svg, header menu path {
    fill: #434343;
  }
  header menu .row {
    display: flex;
    flex-wrap: wrap;
  }
  header menu ul,
header menu ul.cat-menu {
    display: block;
  }
  header menu ul ul,
header menu ul.cat-menu ul {
    display: none;
    width: 100%;
    padding-bottom: 10px !important;
    /*border-bottom: 1px solid #434343;*/
  }
  header menu ul ul li a,
header menu ul.cat-menu ul li a {
    padding: 0 12px;
  }
  header menu ul li,
header menu ul.cat-menu li {
    width: 100%;
    flex-wrap: wrap;
    border-right: none !important;
  }
  header menu ul.cat-menu ul {
  	padding-top: 0 !important;
  }
  header menu ul li a,
header menu ul.cat-menu li a {
    width: 100%;
    justify-content: center;
    font-size: 18px;
  }
  header menu ul.cat-menu ul li {
  	margin-bottom: 5px;
  }
  header menu ul.cat-menu ul li a {
  	font-size: 15px;
  }
  header menu ul li a i,
header menu ul.cat-menu li a i {
    display: none;
  }
  header menu .cat-menu,
header menu .main-menu {
    width: 100%;
    padding: 0;
    display: block !important;
  }
  header menu .main-menu .h-m-block {
    text-align: center;
    width: 100%;
    display: block;
  }
  header menu .main-menu .h-m-block ul {
    display: block;
  }
  header menu .main-menu .h-m-block ul li {
    padding: 15px 12px;
  }
  header menu .main-menu .btn-wrap {
    margin-top: 15px !important;
    margin-bottom: 15px !important;
    display: inline-block;
    border-color: #434343;
  }

  .product .price {
    font-size: 20px;
    border-bottom: none;
  }
  .product .bottom {
    position: static;
    display: block !important;
    border-color: #D1D1D1;
  }
  .product .bottom .btn-wrap {
    width: 100%;
  }

  .slider-product-main {
    margin-bottom: 0px;
  }
  .slider-product-main .slick-list {
    padding-bottom: 0;
  }
  .slider-product-main .slide {
    padding-bottom: 0;
  }

  .header-mobile .menu-btn svg {
    max-height: 17px !important;
  }

  .main-about {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .main-about .main-about-mob {
    padding: 10px 0 !important;
  }
  .main-about .m-a-block {
    flex-wrap: wrap;
  }
  .main-about .m-a-block .name {
    font-size: 26px;
    margin-bottom: 10px;
  }
  .main-about .m-a-block.left .img {
    order: 2;
  }
  .main-about .m-a-block.right .m-a-txt {
    background: transparent !important;
  }
  .main-about .m-a-block.right .descr {
    text-align: left !important;
  }
  .main-about .m-a-block .img {
    display: none;
  }
  .main-about .m-a-block .img,
.main-about .m-a-block .m-a-txt {
    width: 100%;
    justify-content: center !important;
    padding-bottom: 20px !important;
  }
  .main-about .m-a-block .m-a-txt {
    padding-bottom: 40px;
    font-size: 16px !important;
  }
  .main-about .main-about-mob {
    padding: 20px 0;
  }
  .main-about .main-about-mob img {
    max-width: 100%;
    height: auto;
  }
  .main-about .descr {
    text-align: center;
  }
  .main-about .descr .center {
    position: static;
  }
  .main-about .descr br {
    display: none;
  }

  .faq-block {
    padding: 15px 30px;
  }
  .faq-block .name {
    font-size: 20px;
    line-height: 1.4;
  }
  .faq-block .name i svg {
    width: 35px;
    height: auto;
  }

  footer .foot-block {
    width: 100%;
  }
  footer .foot-wr .name {
    font-size: 20px;
  }
}
@media (max-width: 768px) {
  .basket-b .b-product .name {
    font-size: 18px;
  }
  .basket-b .b-product .price {
    font-size: 16px;
  }
  .title_h3,
h3 {
    font-size: 18px;
    line-height: 20px;
  }

  .page .advantages {
    flex-wrap: wrap;
  }
  .page .advantages .adv {
    width: 100%;
    margin-bottom: 30px;
  }
  .page .p {
    font-size: 16px;
  }

  .page .img-usual,
.page .content-usual {
    margin: 10px 0;
  }
  .page .img-usual .txt,
.page .content-usual .txt {
    font-size: 16px;
    line-height: 18px;
  }
  .page .img-usual .f-title,
.page .content-usual .f-title {
    font-size: 14px;
  }

  .in label {
    font-size: 16px;
  }

  .order .payments {
    margin-left: -5px;
    margin-right: -5px;
  }
  .order .payments .pay {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .basket-b.closing, .basket-b.active {
    width: 100%;
    padding: 20px;
  }
  .basket-b .bas-block {
    margin-left: -5px;
    margin-right: -5px;
  }
  .basket-b .bas-block .product {
    width: calc(50% - 10px);
    margin: 5px;
  }
  .basket-b .bas-block .title_h2 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .counter input {
    font-size: 18px;
  }
  .counter a {
    line-height: 20px;
  }

  .add-b .char li,
.add-b .descr,
.add-b .del-info,
.catalog-detail .char li,
.catalog-detail .descr,
.catalog-detail .del-info {
    font-size: 14px !important;
  }

  .catalog-detail .counter-block .price {
    font-size: 24px;
  }

  .status-bar .stat::before {
    width: calc(100% - 7px);
  }
  .status-bar .stat::before, .status-bar .stat::after {
    top: 7px !important;
  }
  .status-bar .stat i {
    width: 15px;
    height: 15px;
  }
  .status-bar .stat .name {
    font-size: 16px;
  }

  .lk.detail .right-block {
    margin-top: 15px;
  }
  .lk.detail .right-block .btn-wrap {
    font-size: 14px;
  }
  .lk.detail .wrap .name,
.lk.detail .wrap .date,
.lk.detail .wrap .price-block,
.lk.detail .wrap .price {
    font-size: 18px;
  }

  .slick-btn.prev svg {
    top: 0;
  }

  .history {
    width: 100%;
    display: flex;
    padding: 15px;
    margin-left: 0;
    margin-right: 0;
  }
  .history .img {
    width: 40%;
    min-width: 100px;
    height: 100%;
    position: relative;
  }
  .history .img img,
.history .img a {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
  }
  .history .img img {
    -o-object-fit: cover;
       object-fit: cover;
  }
  .history .panel {
    width: 60%;
    padding-left: 15px;
    display: flex;
    flex-wrap: wrap;
    align-content: space-between;
  }
  .history .panel .line-wrap,
.history .panel .btns {
    width: 100%;
  }
  .history .name {
    font-size: 18px;
  }
  .history .status {
    padding: 0;
  }
  .history .date,
.history .price {
    font-size: 18px;
  }
  .history .btn-wrap {
    font-size: 14px;
  }

  .lk .file svg {
    width: 80px;
    height: 80px;
  }

  .input.large,
.input.large .err {
    padding: 10px 20px;
  }

  .auth-form p {
    margin: 5px 0 15px;
  }

  header menu li {
    padding-top: 5px !important;
    padding-bottom: 5px !important;
  }

  .slider-container .center {
    padding: 10px 0;
  }

  .btn-wrap {
    font-size: 14px;
    padding: 8px 15px;
  }

  .product .name {
    font-size: 14px;
  }
  .product .bottom {
    padding-left: 10px;
    padding-right: 10px;
  }
  .product .btn-wrap {
    font-size: 14px;
  }

  header .top .logo svg {
    width: 175px;
  }
  header .header-mobile {
    width: calc(100% - 180px);
  }

  .main-banner .slide {
    position: relative;
    padding: 15px;
    min-height: 250px;
    background: none !important;
  }
  .main-banner .slide .title_h1 {
    margin-top: 0;
    margin-bottom: 0;
    line-height: 1.4;
  }
  .main-banner .slide .main-banner-mob {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background-size: cover !important;
  }
  .main-banner .slide .title_h1 {
    position: relative;
    z-index: 2;
  }
  .main-banner .slide .descr {
    position: relative;
    z-index: 2;
    font-size: 18px;
  }

  .faq-block {
    padding: 10px 20px;
  }
  .faq-block .name {
    font-size: 18px;
  }
  .faq-block .name i svg {
    width: 30px;
  }
  .faq-block .descr {
    font-size: 14px;
  }

  .row {
    margin-left: 0;
    margin-right: 0;
  }

  .title_h1,
h1 {
    font-size: 32px;
    line-height: 34px;
  }

  .title_h2,
h2 {
    line-height: 30px;
    font-size: 28px;
    margin-top: 15px;
  }

  .cats .cat {
    min-height: 250px;
  }
  .cats .cat .name {
    font-size: 22px;
    line-height: 24px;
  }

  .main-about .m-a-block {
    flex-wrap: wrap;
  }
  .main-about .m-a-block .name {
    font-size: 22px;
  }
  .main-about .m-a-block .descr {
    font-size: 14px !important;
  }

  footer {
    font-size: 14px;
    line-height: 1.6;
  }
  footer ul {
    margin-bottom: 5px;
  }
  footer .soc svg {
    width: 50px;
    height: auto;
  }
  footer .foot-wr .name {
    font-size: 18px;
  }

  .catalog .filter .wrap {
    width: 100% !important;
  }
  .catalog .filter label,
.catalog .filter a {
    font-size: 14px !important;
  }
}
@media (max-width: 500px) {
	.order .order-product .counter a,
	.order .order-product .counter {
		border: none !important;
	}
	.mob-menu {
		padding-left: 0;
		padding-right: 0;
	}
	.auth-form .btn-wrap.black.wide {
		width: 284px;
	}
  /*.order .order-product .counter a {
    line-height: 9px;
  }*/
  /*.basket-b .b-product .name {
    font-size: 16px;
  }
  .basket-b .b-product .price {
    font-size: 14px;
  }*/
  .p404 .row {
    padding: 20px 0;
  }
  .p404 h1 {
    font-size: 80px;
  }
  .p404 p {
    width: 100%;
    font-size: 14px;
    margin-bottom: 20px;
  }
  .p404 .btn-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .page .p {
    font-size: 14px;
    line-height: 18px;
  }
  .page .p ul,
.page .p ol {
    padding-left: 15px;
  }

  .loyal-block {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .loyal-block .loyal {
    margin-top: 10px;
    margin-bottom: 10px;
  }
  .loyal-block .loyal .name {
    font-size: 16px;
  }
  .loyal-block .loyal .card-b {
    height: 140px;
  }
  .loyal-block .loyal .card-b .percent {
    font-size: 38px;
  }

  .title_h3,
h3 {
    font-size: 16px;
    line-height: 18px;
  }

  .page .img-usual img {
    max-height: 200px;
  }

  .order .order-b .status-bar .stat .name {
    font-size: 12px;
  }

  .in label {
    font-size: 14px;
  }

  .order .payments .pay {
    height: 150px;
  }
  .order .payments .pay img {
    width: 40px;
  }
  .order .police {
    margin: 10px 0;
  }
  .order form .name {
    font-size: 18px;
  }
  .order .input.with-icon {
    border: 1px solid #434343 !important;
    padding: 9px 15px !important;
  }
  .order .input.with-icon input {
    width: calc(100% - 40px);
    border: none !important;
    padding: 0 !important;
  }
  .order .order-product {
    padding: 10px;
  }
  .order .order-product .right {
    padding-left: 10px;
  }
  .order .order-product .counter a {
    width: 25px;
    font-size: 14px;
    line-height: 9px;
  }
  .order .order-product .counter input {
    width: 25px;
  }
  .order .order-product .price {
    font-size: 18px;
  }

  .basket-b .close {
    left: -10px;
    top: -40px;
  }
  .basket-b .title_h1 {
    margin-top: 30px;
  }

  .catalog .filter .input {
    border: 1px solid #434343;
  }
  .catalog .filter .input.before::before, .catalog .filter .input.after::before {
    margin-top: -5px;
  }
  .catalog .filter .input input {
    border: none !important;
    padding-left: 0;
    padding-right: 0;
  }
  .catalog .product {
    width: calc(50% - 10px);
    margin: 5px;
  }

  .lk .status-bar {
    width: 100%;
  }

  .status-bar .stat .name {
    font-size: 11px;
  }

  .lk.detail .wrap .date {
    margin-bottom: 10px;
  }
  .lk.detail .wrap .info {
    padding-left: 10px;
  }
  .lk.detail .wrap .right-block {
    margin-top: 10px;
  }
  .lk.detail .wrap .name,
.lk.detail .wrap .date,
.lk.detail .wrap .price-block,
.lk.detail .wrap .price {
    font-size: 16px;
  }

  p.empty {
    font-size: 14px;
    padding: 20px 0;
  }

  .history {
    width: calc(100% + 40px);
    margin-left: -15px;
    margin-right: -15px;
    padding: 10px;
  }
  .history .btn-wrap {
    font-size: 12px;
    white-space: nowrap;
    overflow: hidden;
  }
  .history .btn-wrap span {
    display: none;
  }
  .history .status {
    font-size: 12px !important;
  }
  .history .name,
.history .date,
.history .price {
    font-size: 14px;
  }

  /*.lk .addrs .addr-block {
    width: calc(100% + 30px);
    margin-left: -15px;
    margin-right: -15px;
    border-left: none;
    border-right: none;
  }*/
  .lk .addrs .addr-block .name {
    font-size: 18px;
    min-height: 45px;
  }
  .lk .addrs .addr-block .addr {
    font-size: 16px;
  }
  .lk.addr-add .right {
    width: calc(100% + 40px);
    margin-left: -20px;
    margin-right: -20px;
  }

  .lk {
    padding-bottom: 20px;
  }
  .lk .file svg {
    width: 60px;
    height: 60px;
  }

  .input {
    padding: 0;
    border: none;
    flex-wrap: wrap;
  }
  .input .err {
    position: static;
    height: auto;
    margin: 10px 0 !important;
    justify-content: center;
    display: flex;
  }
  .input textarea,
.input input[type=text] {
    padding: 10px 20px;
    border: 1px solid #434343;
  }

  .input.large,
.input.large .err {
    padding: 0;
  }

  .auth-form form {
    flex-wrap: wrap;
  }
  .auth-form form .btn-wrap {
    margin: 0 auto;
  }

  .main-banner .slide {
    padding: 10px;
    min-height: 220px;
  }
  .main-banner .slide .descr {
    font-size: 14px;
  }

  footer .soc svg {
    width: 45px;
    height: auto;
  }
  footer .foot-wr .name {
    font-size: 18px;
  }

  header .top .logo svg {
    width: 140px;
  }
  header .header-mobile {
    width: calc(100% - 145px);
  }

  .faq-block {
    padding: 10px 15px;
  }
  .faq-block .name {
    font-size: 16px;
  }
  .faq-block .name i svg {
    width: 25px;
  }
  .faq-block .descr {
    font-size: 12px;
  }

  .title_h1,
h1 {
    line-height: 28px;
    font-size: 26px;
  }
  .title_h1 span,
h1 span {
    margin-top: 0;
    font-size: 12px;
  }

  .title_h2,
h2 {
    line-height: 28px;
    font-size: 22px;
  }

  .cats .cat {
    min-height: 180px;
    margin-bottom: 10px;
  }
  .cats .cat .name {
    font-size: 18px;
  }
}

/* End */


/* Start:/local/templates/flowers/components/bitrix/sale.basket.basket.line/flowers/style.css?17005931764749*/
.bx-basket { }

.bx-basket-block {
	position: relative;
	padding-bottom: 5px;
	padding-left: 20px;
	white-space: nowrap;
	font-size: 12px;
}

.bx-basket-block > .fa {
	position: absolute;
	top: 3px;
	left: 0;
	width: 12px;
	color: #97a1ab;
}

.bx-basket-block a { margin-right: 10px; }

/*FIXED BASKET*/

@media (min-width: 768px) {
	.bx-basket-fixed {
		position: fixed;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		width: 200px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-fixed.top { top: 10px }

	.bx-basket-fixed.right { right: 10px }

	.bx-basket-fixed.bottom { bottom: 10px }

	.bx-basket-fixed.left { left: 10px }

	.bx-basket-fixed.bx-max-height { top: 10px; bottom: 10px; }

	.block-store-catalog-list .bx-basket-fixed.bottom { bottom: 70px }
}

@media (max-width: 767px) {
	.bx-basket-fixed {
		position: fixed;
		right: 0;
		bottom: 0;
		left: 0;
		z-index: 998;
		overflow: hidden;
		padding-top: 10px;
		border: 1px solid #f0f0f0;
		border-radius: 1px;
		background: #fff;
		box-shadow: 0 7px 10px rgba(0, 0, 0, 0.15);
	}

	.bx-basket-item-list { display: none; }

	.block-wrapper .bx-basket-fixed {
		padding-top: 0;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile {
		display: flex;
		justify-content: space-between;
	}

	.block-wrapper .bx-basket-fixed .bx-hdr-profile .bx-basket-block {
		margin-right: 20px;
		padding-bottom: 0;
	}

	/*.bx-basket-fixed */
}

.bx-basket-fixed .bx-basket-block { margin-left: 10px; }

.bx-basket-item-list {
	position: relative;
	overflow: hidden;
	padding-bottom: 20px;
	border-top: 1px solid #f7f7f7;
}

.bx-opener .bx-basket-item-list { padding-bottom: 75px; }

.bx-max-height .bx-basket-item-list {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
}

.bx-closed .bx-basket-item-list {
	overflow: hidden;
	height: 20px;
}

.bx-basket-item-list-action {
	position: absolute;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 120;
	padding: 3px 0;
	height: 20px;
	background: #f7f7f7;
	color: #4f4f4f;
	vertical-align: middle;
	text-align: center;
	font-size: 12px;
	line-height: 14px;
	cursor: pointer;
}

.bx-basket-item-list-button-container {
	position: absolute;
	right: 0;
	bottom: 20px;
	left: 0;
	padding: 10px 0;
	border-top: 1px solid #f7f7f7;
	background: #fff;
	text-align: center;
}

.bx-basket-item-list-container {
	overflow-y: auto;
	max-height: 100%
}

.bx-basket-item-list-item {
	position: relative;
	margin-bottom: 15px;
	padding-top: 15px;
	padding-right: 10px;
	padding-left: 10px;
	border-bottom: 1px solid #f7f7f7;
}

.bx-basket-item-list-container .bx-basket-item-list-item:last-child {
	margin-bottom: 0;
	border-bottom: none;
}

.bx-basket-item-list-item-status {
	margin: 0 10px 20px;
	padding: 3px;
	border-radius: 3px;
	background: #ebebeb;
	text-align: center;
	white-space: normal;
	font-weight: bold;
	font-size: 12px;
	line-height: 16px;
}

.bx-basket-item-list-item-img {
	position: relative;
	padding-bottom: 5px;
	text-align: center;
}

.bx-basket-item-list-item-img img {
	max-width: 90px;
	height: auto;
	border: 1px solid #e6e6e6;
}

.bx-basket-item-list-item-name { padding-bottom: 5px; }

.bx-basket-item-list-item-name a {
	font-size: 13px;
	line-height: 16px;
}

.bx-basket-item-list-item-remove {
	position: absolute;
	top: -7px;
	right: 10px;
	width: 20px;
	height: 20px;
	opacity: .5;
	cursor: pointer;
	transition: 250ms linear all;
}

.bx-basket-item-list-item-remove:after,
.bx-basket-item-list-item-remove:before {
	position: absolute;
	top: 50%;
	left: 50%;
	display: block;
	width: 10px;
	height: 2px;
	border-radius: 1px;
	background-color: #333;
	content: '';
	transform: translate(-50%, -50%);
}

.bx-basket-item-list-item-remove:after {
	-webkit-transform: translate(-50%, -50%) rotate(45deg);
	-moz-transform: translate(-50%, -50%) rotate(45deg);
	-ms-transform: translate(-50%, -50%) rotate(45deg);
	-o-transform: translate(-50%, -50%) rotate(45deg);
	transform: translate(-50%, -50%) rotate(45deg);
}

.bx-basket-item-list-item-remove:before {
	-webkit-transform: translate(-50%, -50%) rotate(135deg);
	-moz-transform: translate(-50%, -50%) rotate(135deg);
	-ms-transform: translate(-50%, -50%) rotate(135deg);
	-o-transform: translate(-50%, -50%) rotate(135deg);
	transform: translate(-50%, -50%) rotate(135deg);
}

.bx-basket-item-list-item-remove:hover { opacity: .7; }

.bx-basket-item-list-item-price-block {
	padding-bottom: 5px;
	font-size: 12px;
}

.bx-basket-item-list-item-price {
	display: inline-block;
	margin-right: 5px;
}

.bx-basket-item-list-item-price-old {
	display: inline-block;
	margin-right: 5px;
	color: #b0b0b0;
	text-decoration: line-through
}

.bx_cart_login_top .bx-hdr-profile { line-height: 1.44em; }

/* End */


/* Start:/local/templates/flowers/template_styles.css?1751948849600*/
.main-banner,
.main-banner .slick-list,
.main-banner .slick-track,
.main-banner .slick-slide {
    height: 220px !important;
    max-height: 220px !important;
    overflow: hidden;
    margin-top: 4px !important;
}

.main-banner .slick-slide {
    background-size: cover !important;
    background-position: center center !important;

}
.main-banner .slick-slide .container {

    padding: 0 38px 0 38px !important;
}
@media (max-width: 768px) {
    .main-banner,
    .main-banner .slick-list,
    .main-banner .slick-track,
    .main-banner .slick-slide {
        height: 280px !important;
    }
}


/* End */
/* /local/templates/flowers/css/main.css?170016709559268 */
/* /local/templates/flowers/components/bitrix/sale.basket.basket.line/flowers/style.css?17005931764749 */
/* /local/templates/flowers/template_styles.css?1751948849600 */
