@media (max-width: 578px) {
  /* .promo-slider-frame .slider-constructor {
    padding-right: 100px;
  } */

  .promo-slide-img {
    margin: 0 !important;

    width: 100% !important;

    padding: 0 !important;

    max-width: 100% !important;
  }

  .promo-slider-frame .slick-slide {
    padding: 0 16px !important;
  }

  /* .promo-slider-frame .slick-list {
    overflow: visible !important;
  } */
}

/* @keyframes rotate {
  from {
    transform: rotate(0deg);
  }

  to {
    transform: rotate(-360deg);
  }
} */

/* @keyframes blink-and-grow {
  0%,
  100% {
    opacity: 0;
    transform: scale(0);
  }

  75% {
    opacity: 1;
    transform: scale(1);
  }
} */

[data-aos="reveal"] {
  opacity: 0;
}

[data-aos="reveal"].aos-animate {
  opacity: 1;
}

.main-banner-title {
  overflow: hidden;
}

.main-banner-title * {
  display: block;
  color: inherit;
}

.main-banner-left {
  width: auto;
  position: relative;
  border: none;
  padding: 10px;
  padding-left: 80px;
  z-index: 50;
}

.main-banner-left img {
  max-width: 100%;
  height: auto;
  object-fit: contain;
  margin: 0;
}

.main-banner-left
  img:not(
    .main-banner-slogan,
    .main-banner-slogan-star,
    .main-banner-slogan-text
  ) {
  border-radius: 910px;
}

.main-banner-slogan {
  pointer-events: none;
  user-select: none;
  position: absolute;
  top: 0;
  right: 0;
}

.main-banner-slogan-star {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

/* .main-banner-slogan-text {
  animation: rotate 10s linear infinite;
} */

.main-banner-star {
  pointer-events: none;
  user-select: none;
  opacity: 1;
  /* transform: scale(0); */
  position: absolute;
  animation: blink-and-grow 3s ease-in-out infinite;
}

.main-banner-star--1 {
  left: 32px;
  bottom: 20px;
}

.main-banner-star--2 {
  animation-delay: 1s;
  left: 16px;
  bottom: 48px;
}

.main-banner-star--3 {
  animation-delay: 2s;
  left: 48px;
  bottom: 24px;
}

.main-custom-form-auto {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.main-custom-form-picture {
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 900px;
  padding: 10px;
  margin-bottom: 16px;
  position: relative;
}

.main-custom-form-picture img {
  max-width: 100%;
  height: auto;
  margin: 0;
  object-fit: contain;
}

.main-custom-form-image {
  border-radius: 910px;
}

.main-custom-form-star {
  pointer-events: none;
  user-select: none;
  opacity: 1;
  /* transform: scale(0); */
  position: absolute;
  animation: blink-and-grow 3s ease-in-out infinite;
}

.main-custom-form-star--2 {
  animation-delay: 1s;
}

.main-custom-form-star--3 {
  animation-delay: 2s;
}

.main-custom-form-star--1 {
  bottom: 94px;
}

.main-custom-form-star--2 {
  bottom: 60px;
}

.main-custom-form-star--3 {
  bottom: 20px;
}

.main-custom-form-stars-start .main-custom-form-star--1 {
  left: calc(20vw - 70px);
}

.main-custom-form-stars-start .main-custom-form-star--2 {
  left: calc(25vw - 80px);
}

.main-custom-form-stars-start .main-custom-form-star--3 {
  left: calc(28vw - 68px);
}

.main-custom-form-stars-end .main-custom-form-star--1 {
  right: calc(20vw - 70px);
}

.main-custom-form-stars-end .main-custom-form-star--2 {
  right: calc(25vw - 80px);
}

.main-custom-form-stars-end .main-custom-form-star--3 {
  right: calc(28vw - 68px);
}

.about-img {
  padding: 0 40px;
}

@media (min-width: 579px) {
  .main-custom-form-auto {
    width: 80%;
  }

  .main-custom-form-stars-start .main-custom-form-star--1 {
    left: calc(18vw - 94px);
  }

  .main-custom-form-stars-end .main-custom-form-star--1 {
    right: calc(18vw - 94px);
  }

  .main-custom-form-stars-start .main-custom-form-star--2 {
    left: calc(18vw - 78px);
  }

  .main-custom-form-stars-end .main-custom-form-star--2 {
    right: calc(18vw - 78px);
  }

  .main-custom-form-stars-start .main-custom-form-star--3 {
    left: calc(18vw - 50px);
  }

  .main-custom-form-stars-end .main-custom-form-star--3 {
    right: calc(18vw - 50px);
  }
}

@media (min-width: 768px) {
  .main-banner-text {
    overflow: hidden;
  }

  .main-banner-text2 {
    overflow: hidden;
  }

  .main-custom-form-auto {
    width: 60%;
  }

  .main-custom-form-stars-start .main-custom-form-star--1 {
    left: calc(12vw - 75px);
  }

  .main-custom-form-stars-end .main-custom-form-star--1 {
    right: calc(12vw - 75px);
  }

  .main-custom-form-stars-start .main-custom-form-star--2 {
    left: calc(13vw - 68px);
  }

  .main-custom-form-stars-end .main-custom-form-star--2 {
    right: calc(13vw - 68px);
  }

  .main-custom-form-stars-start .main-custom-form-star--3 {
    left: calc(16vw - 68px);
  }

  .main-custom-form-stars-end .main-custom-form-star--3 {
    right: calc(16vw - 68px);
  }
}

@media (min-width: 940px) {
  .main-custom-form-star--1 {
    bottom: 94px;
  }

  .main-custom-form-star--2 {
    bottom: 60px;
  }

  .main-custom-form-star--3 {
    bottom: 20px;
  }

  .main-custom-form-stars-start .main-custom-form-star--1 {
    left: 40px;
  }

  .main-custom-form-stars-start .main-custom-form-star--2 {
    left: 60px;
  }

  .main-custom-form-stars-start .main-custom-form-star--3 {
    left: 90px;
  }

  .main-custom-form-stars-end .main-custom-form-star--1 {
    right: 40px;
  }

  .main-custom-form-stars-end .main-custom-form-star--2 {
    right: 60px;
  }

  .main-custom-form-stars-end .main-custom-form-star--3 {
    right: 90px;
  }
}

@media (min-width: 990px) {
  .main-banner-title {
    overflow: initial;
  }

  .main-custom-form-auto {
    width: auto;
    max-width: 500px;
  }
}

/*Для всех сайтов подходит ------------------------------------------------------------------------------------------------------------------------*/

.form-control:valid + .label-name .content-name {
  text-transform: unset;

  color: transparent !important;
}

.form-control:focus + .label-name .content-name {
  color: #0000008c !important;

  text-transform: unset;

  font-size: 12px !important;
}

.form-group.comment textarea:focus {
  border: 1px solid transparent;
}

.footer-subscribe input::placeholder {
  color: #0000008c !important;
}

.form-control:focus {
  border-bottom: 1px solid #474747 !important;
}

.fancybox-can-swipe .fancybox-content,
.fancybox-can-pan .fancybox-content {
  cursor: auto;
}

.search-box input::placeholder,
.s-icon-right input::placeholder,
.search-input-group__row input::placeholder {
  color: #0000008c !important;
}

.__header .row {
  flex-wrap: nowrap;

  justify-content: space-between;
}

.header--mob .logo {
  max-width: 100%;
}

[data-fancybox] {
  cursor: pointer;
}

.fancybox-close-small {
  background: transparent
    url(https://flowermarket-smr.ru/media/uploads/2024/close.svg) 50% 50%
    no-repeat;
}

.modal .form-close {
  display: none;
}

.contact-line a {
  color: #000000;
}

.notifyjs-bootstrap-success {
  color: #000000 !important;

  background-color: #ffffff !important;

  border-color: #ededed !important;

  background-image: url(https://flowermarket-smr.ru/media/uploads/2024/success.svg) !important;
}

.breadcrumbs a,
.breadcrumbs a:first-child {
  font-size: 14px;

  text-transform: none;
}

.about-btn {
  margin-top: 30px;
}

.about-txt {
  padding-top: 40px;
}

.req-col {
  display: flex;
}

.req-row {
  width: 350px;
  margin-left: 30px;
}

.req-col {
  border: 1px solid #ececec;
  border-radius: 200px;
  margin-bottom: 10px;
  padding: 20px 40px;
}

.req-img {
  margin-top: 15px;
}

.text-page ol li:before {
  font-weight: 400;
  color: #000000;
}

.catalog-menu-item:nth-child(5n + 5) {
  margin-right: 15px;
}

.product-card-v2__label {
  padding: 0 40px;
  width: 100%;
  font-weight: 500;
}

.product-item__flag--offer,
.card-label_style-offer {
  background-color: #b4647d;
  color: #fff;
}

@media (max-width: 991px) {
  .client-item__text {
    left: 16px;

    bottom: 16px;

    font-size: 16px;
  }
}

@media (max-width: 767px) {
  .section .text-page {
    border-radius: 20px !important;
    margin-top: 10px !important;
    margin: -16px;
    margin-left: -16px !important;
    padding: 35px !important;
  }

  .breadcrumbs__sep {
    transform: rotate(-90deg);
  }

  .breadcrumbs span:last-child {
    display: block;
  }

  .breadcrumbs a,
  .breadcrumbs a:first-child {
    font-size: 13px;
  }

  .about-img {
    padding: 0 0px;
  }
}

@media (max-width: 578px) {
  .mm-menu--position-left,
  .mm-menu--position-left-front,
  .mm-menu--position-right,
  .mm-menu--position-right-front {
    width: 100%;
  }
}

@media (min-width: 991px) {
  .__header .row .col-lg-4 {
    width: 40%;
  }

  .__header .row .col-lg-6 {
    width: 40%;
  }

  .search-box.fat-v2-width {
    width: 54% !important;
  }
}

@media only screen and (max-width: 1280px) {
  .__header .contact-box p.toggled {
    padding-left: 0;

    display: none;
  }

  .__header .custom-block {
    padding-left: 16px;
  }

  .__header .catalog-btn {
    margin-right: 16px;
  }

  .__header .row .col-lg-4 {
    width: 25%;
  }

  .__header .row .col-lg-6 {
    width: 58%;
  }

  .__header .catalog-btn span:first-child {
    left: 60px;
  }
}

.__header .custom-block {
  padding-left: 24px;
  padding-right: 30px;
}

.__header .c-box-fat-v2 p {
  margin-right: 12px;
  max-width: none;
}

/*Шрифты ------------------------------------------------------------------------------------------------------------------------*/

@font-face {
  font-family: Playfair;

  src: url(https://flowermarket-smr.ru/media/customization/fonts/PlayfairDisplaySC-Regular.ttf);
}

@font-face {
  font-family: Lato;

  src: url(https://flowermarket-smr.ru/media/customization/fonts/Lato-Regular.ttf);
}

body {
  font-family: Lato !important;
}

p,
.btn,
button,
.main-menu a,
.catalog-side__content ul li a,
.header-user__link,
.__fat-v2-nav ul li a,
.__fat-v2-options ul li a,
.header--bottom-mob .search--box input,
.header--bottom-mob .custom-mob-cart,
.burger-box .tel-mob,
.subtext,
.content-name,
.text-page p,
.product-item__name,
.catalog-box ul a,
ul li,
ol li,
[data-notify-text],
[data-notify-html],
.__header .contact-box p.toggled a,
.header--mob .phone--box a,
.contact-text-line .contacts-block__title-red.address-data,
.menu-navbar .search-input-group__input,
.__header .contact-box a,
.contact-line,
td {
  font-family: Lato !important;

  line-height: 130% !important;

  font-size: 16px !important;
}

h1,
h2,
h3,
.content-title {
  font-family: Playfair !important;

  line-height: 120% !important;

  font-weight: 400;

  cursor: default;
}

h1 {
  font-size: 44px !important;
}

h2,
.content-title {
  font-size: 36px !important;
}

h3 {
  font-size: 28px !important;
}

.frontpage h2,
.frontpage .content-title,
section.feedback-form .h2 {
  font-family: Playfair !important;

  line-height: 120% !important;

  font-size: 40px !important;
}

@media (max-width: 767px) {
  h1 {
    font-size: 40px !important;
  }

  h2,
  .content-title {
    font-size: 28px !important;
  }

  h3 {
    font-size: 22px !important;
  }

  .frontpage h2,
  .frontpage .content-title,
  section.feedback-form .h2 {
    font-size: 36px !important;
  }
}

@media (max-width: 578px) {
  h1 {
    font-size: 32px !important;
  }

  h2,
  .content-title {
    font-size: 24px !important;
  }

  h3 {
    font-size: 18px !important;
  }

  .frontpage h2,
  .frontpage .content-title,
  section.feedback-form .h2 {
    font-size: 28px !important;
  }
}

/*транзишн --------------------------------------------------------------*/

.__header .c-box-fat-v2 .order-call:hover,
.__header .catalog-btn:hover,
.btn-stroke:hover {
  transition: 0.5s;
}

/*отключение заголовка баннера -----------------------------------------------*/

.main-frontpage-banner-frame .mb-25 {
  display: none;
}

.offer-slides .mb-25 {
  display: none;
}

/*прочее -----------------------------------------------*/

body {
  background: #f8c0cc;
}

.frontpage .conditional-section {
  margin-top: 0;

  margin-bottom: 0;
}

/*кнопки ---------------------------------------------------------------------*/

.__header .catalog-btn,
.__header .search-box input,
.__header .c-box-fat-v2 .order-call,
.btn,
.btn-stroke,
.__header .search-box .submit:hover {
  border-radius: 100px;
}

.btn,
.button-theme_primary,
.button-theme {
  height: 48px;

  width: 260px;

  padding: 0 20px;

  font-size: 16px;

  color: #fff;

  background: #426c62;

  background-color: #426c62;

  border: 1px solid #426c62;

  border-color: #426c62;
}

.button-theme_primary,
.button-theme {
  background-color: #426c62 !important;

  border-color: #426c62 !important;
}

.__header .c-box-fat-v2 .order-call {
  border: 1px solid #426c62;

  max-width: 220px;

  color: #ffffff;

  background: #426c62;
}

.btn:hover,
.button-theme_primary:hover,
.button-theme:hover,
.__header .c-box-fat-v2 .order-call:hover {
  border: 1px solid #426c62;

  border-color: #426c62 !important;

  color: #000 !important;

  background: transparent;

  background-color: transparent !important;
}

.btn-stroke {
  display: inline-flex;

  -webkit-box-align: center;

  -ms-flex-align: center;

  align-items: center;

  -webkit-box-pack: center;

  -ms-flex-pack: center;

  justify-content: center;

  height: 48px;

  width: 260px;

  padding: 0 20px;

  font-size: 16px;

  color: #b4647d;

  background: transparent;

  border: 1px solid #b4647d;
}

.btn-stroke:hover {
  color: #fff;

  background: #b4647d;

  border: 1px solid #b4647d;
}

.__header .catalog-btn {
  background: transparent;

  background-color: transparent !important;

  border: 1px solid #cfcfcf !important;

  font-size: 16px;

  max-width: 220px;

  color: #000;

  padding: 5px 4px 5px 92px;

  margin-right: 12px;
}

.__header .catalog-btn:hover,
.__header .catalog-btn.toggled {
  border: 1px solid #426c62 !important;

  background-color: #426c62 !important;

  background: #426c62 !important;

  color: #fff !important;
}

.__header .catalog-btn.toggled span:before,
.__header .catalog-btn.toggled span::after {
  background-color: #fff !important;
}

.__header .catalog-btn.toggled span {
  background-color: #426c62 !important;
}

.__header .catalog-btn:hover span,
.__header .catalog-btn:hover span:before,
.__header .catalog-btn:hover span::after {
  background-color: #fff;
}

.__header .catalog-btn span {
  left: 60px;
}

.__header .catalog-btn span,
.__header .catalog-btn span:before,
.__header .catalog-btn span::after {
  background-color: #426c62;
}

.__header {
  background: #ffffffe5;

  background-color: #ffffffe5 !important;

  backdrop-filter: blur(20px);
}

.__h-fat-v2-bottom,
.inner-page section.__h-fat-v2-bottom {
  background: transparent;

  background-color: transparent !important;
}

.__header .search-box .submit {
  background: transparent;

  border: none;

  background-color: transparent !important;

  border-radius: 100px;
}

.__header .search-box .submit:hover {
  background: transparent;
}

.__header .search-box input {
  background: transparent;

  color: #000;

  font-family: Lato !important;

  font-size: 16px;

  border: 1px solid #cfcfcf;
}

.__fat-v2-nav ul li a,
.__fat-v2-options ul li a {
  color: #000;
}

.__fat-v2-nav ul li a {
  padding-left: 0;

  padding-right: 24px;
}

.__fat-v2-nav ul li:hover {
  background-color: transparent;
}

.__fat-v2-nav ul li a:hover,
.footer-content__column a:hover {
  color: #b4647d;
}

.form-text a {
  color: #000000;
}

.header--mob {
  background: #ffffffd1 !important;

  backdrop-filter: blur(8px);
}

.header--mob .burger-box svg {
  color: #000000;
}

.header--bottom-mob,
.inner-page section.header--bottom-mob {
  height: 60px;

  background: #ffffff !important;

  border-top: none;

  padding: 12px 0;
}

.header--bottom-mob .custom-mob-cart {
  color: #000;
}

.header--bottom-mob .row,
.header--mob .row {
  justify-content: space-between;
}

.header--bottom-mob .col-8 {
  width: 40%;
}

.header--mob .col-4 {
  width: 66%;
}

.header--mob .col-5 {
  display: none;
}

.header--mob .col-3 {
  width: 30%;
}

.header--bottom-mob .search--box input,
.header--mob .search--box input {
  height: 40px;

  background: transparent;

  border: none;

  border-radius: 100px 0 0 100px;
}

.search--box .submit {
  height: 40px;

  width: 48px;

  border-radius: 100px;

  background: transparent;
}

.search--box .submit:hover {
  background: transparent;

  border: none;
}

.search--box .submit img {
  max-width: 20px;
}

.search--box form {
  border: 1px solid #000;

  border-radius: 100px;
}

.search-input-group__button {
  background-color: transparent;

  stroke: #000000;
}

.search-input-group__input {
  border: none;

  background: transparent;
}

.search-input-group__row {
  display: flex;

  border-radius: 100px;

  border: 1px solid #000;
}

.phone-block__secondary-link,
.mobile-side-menu-footer__link {
  color: #000000 !important;
}

/*первый экран главная ---------------------------------------------------------------------*/

.main-frontpage-banner-frame {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 192, 204, 1) 98%,
    rgba(248, 192, 204, 1) 100%
  );

  padding-bottom: 100px;
}

.offer-slides {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 192, 204, 1) 98%,
    rgba(248, 192, 204, 1) 100%
  );
  padding-top: 40px !important;
}

.offer-slides .container {
  max-width: 1280px;
  padding-left: 0;
  padding-right: 0;
}

.offer-slides .slick-slide .content-standard-box {
  background-color: #facad6;
  border-radius: 60px;
}

.offer-slides .content-background-box__text-content {
  padding-bottom: 0;
  overflow: hidden;
  border-radius: 20px;
}

.offer-slides .slick-slide > div:not([class]) {
  height: 100%;
}

.main-h1 {
  color: #9d182d;
  font-family: Lato !important;
  font-size: 18px !important;
  text-transform: uppercase;
}

.main-banner-text h2 {
  font-family: Playfair !important;
  line-height: 110% !important;
  font-size: 50px !important;
  margin-bottom: 0;
  font-weight: 400;
  color: #9d182d;
}

.main-banner-text2 h2 {
  font-family: Playfair !important;
  line-height: 110% !important;
  font-size: 50px !important;
  margin-bottom: 0;
  font-weight: 400;
  color: #9d182d;
}

.main-banner-text2 h2 span {
  color: #9d182d !important;
}

.offer-slides .btn {
  background-color: #9d182d;
  width: 210px;
  height: 56px;
  border-color: #9d182d;
}

.main-banner-subtext {
  color: #00000080;

  font-family: Lato !important;

  font-size: 20px;

  max-width: 180px;

  margin-bottom: 15px !important;
}

.main-banner {
  display: flex;
  justify-content: flex-start;
  max-height: 500px;
  align-items: center;

  padding-top: 40px;
}

.main-banner-left {
  width: 60%;
}

.main-banner-right {
  width: 55%;
  margin-right: 120px;
}

.main-banner-right img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: bottom;
}

.main-banner-text {
  display: flex;

  align-items: flex-end;

  margin-bottom: 60px;
}

.main-banner-text2 {
  display: flex;

  align-items: flex-end;

  margin-bottom: 60px;
}

.main-banner-btns {
  display: flex;

  gap: 20px;
}

.offer-slides .slider-constructor .slick-prev,
.offer-slides .slider-constructor .slick-next {
  top: auto;
  bottom: 60px;
  right: 60px;
  background-color: #fff;
  border-color: #fff;
}

.offer-slides .slider-constructor .slick-prev:hover,
.offer-slides .slider-constructor .slick-next:hover {
  border-color: #9d182d;
}

.offer-slides .slider-constructor .slick-prev {
  right: 110px;
}

.offer-slides .slider-constructor .slick-prev svg,
.offer-slides .slider-constructor .slick-next svg {
  display: none;
}

.offer-slides .slider-constructor .slick-prev::before,
.offer-slides .slider-constructor .slick-next::before {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background-image: url(https://flowermarket-smr.ru/media/uploads/arr-prev.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.offer-slides .slider-constructor .slick-next::before {
  background-image: url(https://flowermarket-smr.ru/media/uploads/arr-next.svg);
}

.main-banner-btns {
  gap: 0;
}

.offer-slides .slick-slide {
  overflow: hidden;
  height: 100%;
}

@media (max-width: 1279px) {
  .main-banner-right {
    width: 70%;
  }

  .main-banner-subtext {
    margin-bottom: 10px !important;
  }

  .main-frontpage-banner-frame {
    padding-bottom: 80px;
  }
}

@media (max-width: 990px) {
  .main-banner-subtext {
    margin-bottom: 0px !important;

    max-width: 100%;
  }

  .offer-slides .slick-slide .content-standard-box {
    border-radius: 20px !important;
    margin: 0;
  }

  .main-banner-right img {
    max-height: 420px;
  }

  .main-banner-right .img3 {
    max-height: 430px;
  }

  .main-banner {
    padding-top: 0;
  }

  .offer-slides {
    padding-top: 0px !important;
  }

  .main-banner-right {
    margin-right: 0;
  }

  .main-banner-left {
    padding: 0;
  }

  .offer-slides .slider-constructor .slick-prev,
  .offer-slides .slider-constructor .slick-next {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .main-banner {
    flex-direction: column;
    padding-bottom: 0;
    align-items: flex-start;
    padding-top: 40px;
  }

  .main-banner-left {
    width: 100%;
  }

  .main-banner-right {
    width: 100%;
    display: flex;
    justify-content: flex-end;
    overflow: visible;
  }

  .main-banner-right img {
    max-height: 200px;
    object-fit: contain;
  }

  .main-banner-text {
    align-items: center;
  }

  .offer-slides {
    padding-bottom: 25px;
  }

  .offer-slides .slick-dots {
    bottom: -20px;
    right: 20px;
  }

  .main-h1 {
    font-size: 14px !important;
  }

  .main-banner-text2 {
    margin-bottom: 25px;
  }

  .main-banner-text h2 {
    font-size: 36px !important;
  }

  .main-banner-text2 h2 {
    font-size: 36px !important;
  }

  .header--bottom-mob,
  .frontpage .section-first {
    display: none !important;
  }

  .offer-slides .btn {
    width: 170px;
    height: 45px;
  }
}

@media (max-width: 578px) {
  .main-banner {
    max-height: none;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .main-banner-right {
    margin-top: -60px;
  }

  .main-banner-right .img1 {
    margin-right: -60px;
  }

  .main-banner-right .img2 {
    margin-right: -80px;
  }

  .main-banner-right .img3 {
    max-height: 300px;
  }

  .main-banner-btns .desktop-only {
    display: none;
  }

  .burger-box .tel-mob {
    display: none;
  }

  .header--mob .col-3 {
    width: 40%;
  }

  .header--mob .col-4 {
    width: 20%;
  }

  .main-frontpage-banner-frame {
    padding-bottom: 40px;
  }
}

/*слайдер категорий главная ---------------------------------------------------------------------*/

.categories-slide {
  display: flex;

  flex-direction: column;

  gap: 12px;
}

.categories-slide-img {
  max-width: 133px;

  border-radius: 100%;

  border: 1px solid #00000060;

  margin-left: auto !important;

  margin-right: auto !important;
}

.categories-slide-img img {
  width: 100%;

  border-radius: 100%;

  padding: 6px;
}

.categories-slide-img:hover {
  border: 1px solid #b4647d;
}

.categories-slide-img:hover img {
  transform: scale(1.025);

  transition: transform 500ms ease-in-out;
}

.categories-slide p {
  margin-left: auto;

  margin-right: auto;
}

.categories-slider-frame .slick-slide .content-background-box__text-content {
  padding: 0px;
}

.button_style-1 {
  border: 1px solid #cfcfcf;

  background-color: transparent;

  color: #333;
}

.button_style-1[data-hover] {
  border: 1px solid #b4647d;

  background-color: #b4647d;

  color: #fff;
}

@media (max-width: 578px) {
  .categories-slide p {
    font-size: 13px !important;
  }

  .categories-slide {
    gap: 6px;
  }

  .categories-slide-img img {
    padding: 5px;
  }
}

.categories-slider-frame .slick-dots,
.categories-slider-frame .slider-constructor .slick-prev,
.categories-slider-frame .slider-constructor .slick-next {
  display: none !important;
}

.categories-slider-frame .container {
  padding-top: 40px;

  padding-bottom: 40px;

  margin-bottom: 0;

  border-radius: 100px 100px 0 0;

  background: #fff;

  padding-left: 50px;

  padding-right: 50px;

  max-width: 1280px;
}

@media (max-width: 578px) {
  .categories-slider-frame .container {
    padding-top: 40px;

    padding-bottom: 20px;

    margin-bottom: 0;

    border-radius: 20px 20px 0 0;

    padding-left: 16px;

    padding-right: 16px;
  }

  .slider-constructor {
    padding-top: 0px;
  }
}

/*слайдер акций главная ---------------------------------------------------------------------*/

.promo-slide {
  display: flex;

  flex-direction: column;

  gap: 16px;
}

/*

.promo-slide-img {

    max-width: 283px;

    border-radius: 170px;

    border: 1px solid #00000060;

    margin-left: auto !important;

    margin-right: auto !important;

}

.promo-slide-img img {

    width: 100%;

    border-radius: 170px;

    padding: 10px;

    transition: transform 500ms ease-in-out;
}

.promo-slide-img:hover img {
    transform: scale(1.025);
}*/

.promo-slide-img {
  max-width: 283px;
  border-radius: 42px;
  border: unset;
  margin-left: auto !important;
  margin-right: auto !important;
}

.promo-slide-img img {
  width: 100%;
  border-radius: 40px;
  padding: 0px;
  transition: transform 500ms ease-in-out;
}

.promo-slide-img:hover img {
  transform: scale(0.96) !important;
}

.promo-slide-img:hover {
  border: 1px solid #b4647d;
}

.promo-slide p {
  margin-left: auto;

  margin-right: auto;

  text-align: center;
}

.promo-slider-frame .container,
.product-set-hit-frame .container,
.product-set-new-frame .container,
.product-set-girl-frame .container,
.product-set-mom-frame .container {
  background: #fff;

  max-width: 1280px;
}

.promo-slider-frame .container {
  padding: 40px 50px;
}

.product-set-hit-frame .container,
.product-set-new-frame .container,
.product-set-mom-frame .container {
  padding: 40px 50px;
}

.product-set-girl-frame .container {
  padding: 60px 50px 40px;

  border-radius: 100px 100px 0 0;
}

.main-button-promo-frame .container,
.main-button-hit-frame .container,
.main-button-girl-frame .container,
.main-button-mom-frame .container,
.main-button-new-frame .container {
  background: #fff;

  max-width: 1280px;

  padding: 0px 50px 40px;

  display: flex;
}

.main-button-new-frame .container,
.main-button-mom-frame .container {
  padding-bottom: 80px;

  border-radius: 0 0 100px 100px;

  margin-bottom: 12px;
}

.main-button-promo-frame .container .btn,
.main-button-hit-frame .container .btn,
.main-button-new-frame .container .btn,
.main-button-girl-frame .container .btn,
.main-button-mom-frame .container .btn {
  margin-left: auto !important;

  margin-right: auto !important;
}

.promo-slider-frame .slick-slide .content-background-box__text-content,
.product-set-hit-frame .slick-slide .content-background-box__text-content,
.product-set-new-frame .slick-slide .content-background-box__text-content,
.product-set-girl-frame .slick-slide .content-background-box__text-content,
.product-set-mom-frame .slick-slide .content-background-box__text-content {
  padding: 0px;
}

.promo-slider-frame .slider-constructor .slick-dots,
.product-set-hit-frame .slider-constructor .slick-dots,
.product-set-new-frame .slider-constructor .slick-dots,
.product-set-girl-frame .slider-constructor .slick-dots,
.product-set-mom-frame .slider-constructor .slick-dots {
  top: -44px;

  bottom: auto;
}

.slick-dots .slick-active button {
  background-color: #426c62;
}

.slick-dots button {
  background-color: #426c621a;

  border-color: #426c62;

  font-size: 0 !important;
}

.slider-constructor .slick-prev,
.slider-constructor .slick-next {
  top: -86px;
}

.promo-slider-frame .mb-25,
.product-set-hit-frame .mb-25,
.product-set-new-frame .mb-25,
.product-set-girl-frame .mb-25,
.product-set-mom-frame .mb-25 {
  margin-bottom: 40px !important;
}

@media (max-width: 578px) {
  .promo-slide-img img {
    width: 100%;

    border-radius: 40px;
  }

  .promo-slide p {
    font-size: 14px !important;
  }

  .promo-slider-frame .container,
  .main-button-promo-frame .container,
  .product-set-hit-frame .container,
  .product-set-girl-frame .container {
    margin-bottom: 0;
  }

  .promo-slider-frame .container {
    padding: 40px 16px;
  }

  .product-set-hit-frame .container,
  .product-set-new-frame .container,
  .product-set-girl-frame .container,
  .product-set-mom-frame .container {
    padding: 40px 16px 20px;
  }

  .product-set-hit-frame .container {
    padding: 0px 16px 20px;
  }

  .promo-slider-frame .mb-25,
  .product-set-hit-frame .mb-25,
  .product-set-new-frame .mb-25,
  .product-set-girl-frame .mb-25,
  .product-set-mom-frame .mb-25 {
    margin-bottom: 40px !important;
  }

  .main-button-promo-frame .container {
    background: #fff;

    padding: 0px 16px 40px;

    max-width: 1280px;
  }

  .main-button-new-frame .container,
  .main-button-mom-frame .container {
    border-radius: 0;

    padding-bottom: 90px;

    margin-bottom: -20px;
  }

  .promo-slider-frame .slider-constructor .slick-dots,
  .product-set-hit-frame .slider-constructor .slick-dots,
  .product-set-new-frame .slider-constructor .slick-dots,
  .product-set-girl-frame .slider-constructor .slick-dots,
  .product-set-mom-frame .slider-constructor .slick-dots {
    top: -56px;

    bottom: auto;
  }

  .product-set-girl-frame .container,
  .main-faq-photo-frame .container {
    padding: 40px 16px;

    border-radius: 20px 20px 0 0;
  }
}

/*Тизеры товаров -------------------------------------------------------------------------------------*/

.product-item__head,
.product-item__status,
.product-item__content-bottom .input-number {
  display: none;
}

.product-card-v2__price {
  font-size: 20px;

  line-height: 24px;

  color: #000;

  font-weight: normal;
}

.st-button_primary {
  color: #fff !important;

  background-color: #b4647d !important;

  border-color: #b4647d !important;

  border-radius: 100px;

  height: 48px !important;
}

.shopping-cart-product .st-button {
  font-size: 16px;
}

.product-card-v2__buttons .st-button_add-to-cart {
  width: 48px !important;
}

.st-button_primary:hover {
  background-color: #9b546b !important;

  border-color: #9b546b !important;
}

.product-card-v2__content-bottom {
  flex-direction: row;

  gap: 12px;

  justify-content: space-between;

  align-items: flex-end;
}

.st-button_add-to-cart .st-button__title {
  display: none;
}

/*
.product-card-v2__image {
    aspect-ratio: 263/344;
    border: 1px solid #0000003b;
    border-radius: 170px;
}

.product-card-v2[data-hover] .product-card-v2__image {
    border: 1px solid #B4647D;
    transition: .5s;
}

.product-card-v2__image .image img {
    border-radius: 170px;
    padding: 8px;
    object-fit: cover;
}

.product-card-v2:hover .product-card-v2__image .image img {
    transform: unset;
}

*/

.product-card-v2__image {
  aspect-ratio: 263/344;
  border: unset;
  border-radius: 42px;
}

.product-card-v2:hover .product-card-v2__image .image img {
  transform: scale(0.96);
  transition: transform 500ms ease-in-out;
}

.product-card-v2[data-hover] .product-card-v2__image {
  border: 1px solid #b4647d;
  transition: transform 500ms ease-in-out;
}

.product-card-v2__image .image img {
  border-radius: 40px;
  padding: 0px;
  object-fit: cover;
}

.product-card-v2,
.product-card-v2:hover {
  border: 1px solid transparent;
}

.product-card-v2__content {
  padding: 12px 12px;
}

.product-card-v2__title {
  margin-bottom: 8px;

  line-height: 130%;
}

.slider-constructor .product-item,
.slider-constructor .product-card-v2 {
  margin-bottom: 20px;
}

@media (max-width: 1279px) {
  .product-card-v2__content {
    padding: 12px 12px;
  }

  .product-card-v2__price {
    font-size: 20px;
  }
}

@media (max-width: 1023px) {
  .product-card-v2__content {
    padding: 12px 40px;
  }
}

@media (max-width: 990px) {
  .product-card-v2__content {
    padding: 12px 12px;
  }

  .product-card-v2__price {
    font-size: 18px;
  }
}

@media (max-width: 767px) {
  .product-card-v2__content {
    padding: 12px 24px;
  }
}

@media (max-width: 578px) {
  .product-card-v2__content {
    padding: 12px 12px;
  }

  .product-card-v2__buttons .st-button_add-to-cart {
    height: 48px !important;
  }
}

@media (max-width: 475px) {
  .product-card-v2__content {
    padding: 12px 6px;
  }

  .product-card-v2__price {
    font-size: 16px;
  }

  .product-card-v2__title {
    font-size: 14px;
  }
}

@media (max-width: 400px) {
  .product-card-v2__content-bottom {
    flex-direction: column;

    gap: 8px;

    justify-content: unset;

    align-items: flex-start;
  }

  .product-card-v2__buttons,
  .product-card-v2__buttons .st-button_add-to-cart {
    width: 100% !important;
  }

  .st-button__icon + .st-button__text,
  .st-button_add-to-cart .st-button__title {
    display: block;

    font-size: 13px !important;
  }

  .product-card-v2__buttons .st-button_primary {
    font-size: 13px !important;

    align-items: center;
  }
}

.burger-box #my-button,
.burger-box .btn {
  background-color: transparent !important;

  border-color: transparent !important;
}

/*Кастомная форма -------------------------------------------------------------------------------------*/

.main-custom-form-frame .container {
  display: flex;

  background: linear-gradient(
    180deg,
    rgb(253, 238, 241) 0%,
    rgba(248, 200, 210, 1) 98%,
    rgba(248, 200, 210, 1) 100%
  );

  max-width: 1280px;

  padding: 100px 50px;

  border-radius: 100px;

  margin-bottom: 12px;
}

.main-custom-form-frame-1 {
  display: flex;

  margin-left: auto;

  margin-right: auto;
}

.main-custom-form-1 {
  display: flex;

  flex-direction: column;

  align-items: center;

  width: 54%;

  margin-left: auto;

  margin-right: auto;

  gap: 40px;
}

.main-custom-form-text {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.main-custom-form-text h2 {
  text-align: center;
}

.main-custom-form-text form {
  width: 100%;
}

.main-custom-form-form {
  display: flex;

  flex-direction: column;

  align-items: center;
}

.main-custom-form-form p {
  text-align: center;

  margin-bottom: 0;

  margin-top: 12px;

  color: #0000009d;

  font-size: 14px !important;
}

.main-custom-form-form a {
  color: #000;
}

.form-group-inline .btn {
  width: 100%;
}

@media (max-width: 990px) {
  .main-custom-form-1 {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .main-custom-form-1 {
    width: 80%;
  }
}

@media (max-width: 578px) {
  .main-custom-form-1 {
    width: 100%;

    gap: 20px;
  }

  .main-custom-form-frame .container {
    background: linear-gradient(
      180deg,
      rgb(253, 238, 241) 0%,
      #f8c0cc 98%,
      #f8c0cc 100%
    );

    padding: 40px 16px;

    border-radius: 20px;

    margin-bottom: 0;
  }
}

/*Инпуты -------------------------------------------------------------------------------------*/

.form-control,
section.feedback-form .form-control {
  background: transparent;

  border: 1px solid transparent;

  box-shadow: unset !important;

  border-radius: 0;

  font-size: 16px !important;

  line-height: 130%;

  color: #000;

  padding: 8px 12px;

  height: 48px;

  border-bottom: 1px solid #000;
}

.form-control:focus,
section.feedback-form .form-control:focus {
  border: 1px solid transparent;

  border-bottom: 1px solid #000;
}

.content-name {
  color: #474747;
}

.form-control:valid + .label-name .content-name,
.form-control:focus + .label-name .content-name {
  left: 12px;
}

/*Вопрос ответ -------------------------------------------------------------------------------------*/

.main-faq-photo-frame .container {
  display: flex;

  padding: 100px 50px 40px;

  border-radius: 100px 100px 0 0;

  background: linear-gradient(180deg, #fdeef1 0%, #fadbe1 100%);

  max-width: 1280px;
}

.faq-photo-frame {
  display: flex;

  flex-direction: column;

  align-items: center;

  margin-left: auto;

  margin-right: auto;
}

.faq-photo-frame img {
  margin-bottom: 0px;

  object-fit: contain;

  height: auto;
}

.faq_frontpage_block .container {
  padding: 0 50px 100px;

  border-radius: 0 0 100px 100px;

  display: flex;

  flex-direction: column;

  align-items: center;

  background: linear-gradient(180deg, #fadbe1 0%, #f8c8d2 100%);

  max-width: 1280px;
}

.faq_frontpage_block .content-title,
.faq-section__elements,
.faq-photo-frame {
  width: 54%;
}

.faq_frontpage_block .content-title {
  text-align: center;
}

@media (max-width: 990px) {
  .faq_frontpage_block .content-title,
  .faq-section__elements,
  .faq-photo-frame {
    width: 60%;
  }
}

@media (max-width: 767px) {
  .faq_frontpage_block .content-title,
  .faq-section__elements,
  .faq-photo-frame {
    width: 80%;
  }
}

@media (max-width: 578px) {
  .faq_frontpage_block .content-title,
  .faq-section__elements,
  .faq-photo-frame {
    width: 100%;
  }
}

.faq-element {
  background-color: #ffffff;

  border-radius: 20px;
}

.faq-element__trigger .icon {
  background-image: url(https://flowermarket-smr.ru/media/uploads/2024/portal.svg);
}

.faq-element__trigger,
.faq-element__trigger:hover {
  border: 1px solid transparent !important;

  background-color: transparent !important;
}

.faq-element__trigger .icon {
  color: transparent;

  width: 24px;

  height: 24px;
}

.faq-element__head.active .faq-element__trigger .icon {
  transform: rotate(45deg);
}

@media (max-width: 578px) {
  .main-faq-photo-frame .container {
    padding: 40px 16px 20px;

    border-radius: 20px 20px 0 0;
  }

  .faq_frontpage_block .container {
    padding: 0 16px 40px !important;

    border-radius: 0 0 20px 20px;

    background: linear-gradient(180deg, #fadbe1 0%, #f8c0cc 100%);
  }

  .frontpage .feedback-form .container .question-main {
    padding: 0 16px !important;
  }
}

.footer-phone a {
  font-weight: 400;

  font-size: 24px;

  color: #000;
}

.footer-contact p {
  color: #000;

  margin-bottom: 8px;
}

.footer-first-column .logo img {
  width: 160px;
}

.footer-content__title {
  font-weight: 400;

  font-size: 20px;

  color: #000000;

  min-height: 20px;

  margin-bottom: 12px;

  font-family: Playfair;
}

.footer-content__column a {
  font-size: 16px;

  color: #000;
}

.footer-content__title span {
  font-family: Lato;
}

.footer-subscribe {
  flex-direction: column;
}

.footer-subscribe input {
  width: 100%;

  height: 48px;

  border: none;

  font-size: 14px;

  padding: 0 12px;

  border-radius: 0;

  background: transparent;

  color: #000;

  border-bottom: 1px solid #000;

  margin-bottom: 12px;
}

.footer-subscribe button {
  width: 100%;

  height: 48px;

  border-radius: 100px;

  transition: 0.5s !important;
}

.footer-content-cookie,
.developer-link a {
  font-size: 12px !important;

  color: rgba(0, 0, 0, 0.5);
}

footer {
  background: transparent;
}

.footer-content__menu {
  margin-right: 32px;
}

@media (max-width: 990px) {
  .footer-phone a {
    font-size: 20px;
  }
}

.__header .catalog-box {
  margin-top: 18px;

  padding-top: 70px;
}

.inner-page main {
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 192, 204, 1) 98%,
    rgba(248, 192, 204, 1) 100%
  );
}

.catalog-side .catalog-side__title {
  display: none;
}

.catalog-side {
  box-shadow: unset;

  margin-top: 0;

  border: 1px solid #ffffff;

  border-radius: 20px;
}

.catalog-side__content {
  padding: 0;

  border-top: unset;
}

.menu-item.active,
.catalog-side__content ul li:hover a {
  background-color: #fef6f8;

  border-radius: 20px;
}

.menu-item.active a {
  color: #000000a8;
}

.catalog-side__content ul li a:hover,
.catalog-side__content .submenu a:hover {
  background-color: #fdf0f3 !important;
}

.catalog-side__content .submenu,
.catalog-side__content .submenu li {
  border-radius: 20px;
}

.breadcrumbs a {
  color: #000000be;
}

.breadcrumbs a:hover {
  color: #000000;

  text-decoration: unset;
}

.breadcrumbs__sep:last-child {
  display: block;
}

.breadcrumbs__sep {
  color: #426c62;
}

.question-main .btn {
  width: 100%;
}

.catalog-right {
  display: none;
}

.catalog-sorting ul li a,
.catalog-right .price-download,
.catalog-sorting ul li a:hover {
  color: #000000;
}

.fancybox-content {
  border-radius: 40px;

  padding: 52px 40px 40px;
}

.icon-sort-price span,
.icon-sort-price span:before,
.icon-sort-price span:after {
  background-color: #000000;
}

.catalog-filter__btns .btn {
  width: 94%;
}

.noUi-handle {
  border: #426c62;

  background: #426c62;
}

.filter-range .noUi-connect::before {
  background: #426c62;
}

.checkbox [type="checkbox"]:not(:checked) + label:before,
.checkbox [type="checkbox"]:checked + label:before {
  border: 1px solid #b4647d;

  border-radius: 4px;
}

.checkbox [type="checkbox"]:not(:checked) + label:after,
.checkbox [type="checkbox"]:checked + label:after {
  background: #b4647d
    url(https://flowermarket-smr.ru/media/uploads/2024/checkbox-check-round.svg)
    50% 50% no-repeat;

  border-radius: 4px;
}

.filter-show-all {
  background: #b4647d;

  border-radius: 4px;

  box-shadow: unset;
}

.filter-show-all:before {
  background: #b4647d;
}

.input-cont .input-placeholder {
  border-radius: 4px;
}

.catalog-filter__btns .btn-border {
  color: #000;
}

.catalog-filter__btns .btn-border:hover {
  border: 1px solid transparent;

  background: transparent;

  color: #426c62;
}

.inner-page .content-block .catalog {
  background: #fff;

  padding: 40px 50px;

  border-radius: 40px;

  max-width: 1180px;
}

.catalog-filter .catalog-filter-body {
  box-shadow: unset;

  border-radius: 20px;
}

.inner-page .section-dark {
  background: transparent;
}

.product-card__navigation {
  border-bottom: 1px solid transparent;

  background-color: transparent;
}

.product-card-bottom {
  background-color: transparent;
}

.product-card__head {
  padding: 0 0 20px;

  border-bottom: 1px solid transparent;

  background-color: transparent;
}

.product-card__container {
  padding: 40px 50px;

  background: #fff;

  border-radius: 40px;
}

.breadcrumbs {
  color: #000000be;
  font-size: 14px;
  padding: 20px 0;
}

.simple-cart {
  padding-top: 0;
}

@media only screen and (max-width: 991px) {
  main {
    padding-top: 20px !important;
  }
}

@media only screen and (max-width: 767px) {
  main {
    padding-top: 0px !important;
  }
}

.product-card__nav-next,
.product-card__nav-prev {
  background: transparent;

  padding: 0;
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: transparent;

  color: #000;
}

.product-card__nav-next:hover .icon svg,
.product-card__nav-prev:hover .icon svg {
  color: #000;
}

.product-card__slideshow #sync1 .owl-item {
  aspect-ratio: 320 / 320;
  border: unset;
  border-radius: 26px;
  overflow: hidden;
}

.product-card__slideshow #sync1 .item img {
  border-radius: 24px;
  padding: 0px;
  object-fit: cover;
}

#sync2 .item {
  aspect-ratio: 48 / 48;

  border: 1px solid #0000003b;

  border-color: #0000003b;

  border-radius: 100%;

  width: 48px;
}

#sync2 .item img {
  border-radius: 100%;
  object-fit: cover;
}

#sync2 .current .item {
  border-color: #b4647d;
}

#sync1.owl-theme .owl-prev,
#sync1.owl-theme .owl-next {
  background: url(https://flowermarket-smr.ru/media/uploads/2024/slideshow-arrow.svg)
    50% 50% no-repeat;
}

.input-number--lg {
  width: 100%;

  height: 48px;

  padding: 0;

  border-radius: 100px;

  border: 1px solid #00000075;
}

.input-number--lg input[type="number"] {
  font-size: 14px;
}

.input-number input[type="number"] {
  width: 40px;
}

.shopping-cart-item__numbers .input-number .order-down,
.shopping-cart-item__numbers .input-number .order-up,
.shopping-cart-product .input-number .order-down,
.shopping-cart-product .input-number .order-up {
  width: 48px;

  height: 48px;

  min-width: 20px;

  border-radius: 0;

  padding-left: 0;

  border: unset;

  background: transparent;
}

.shopping-cart-item__numbers .input-number .order-down:before,
.shopping-cart-product .input-number .order-down:before {
  width: 14px;

  height: 2px;

  background: #000000;

  top: 23px;

  left: 16px;
}

.product-card-v2 .input-number .order-up:before,
.shopping-cart-item__numbers .input-number .order-up:before,
.shopping-cart-product .input-number .order-up:before {
  width: 2px;

  height: 14px;

  background: #000000;

  top: 17px;

  left: 22px;
}

.product-card-v2 .input-number .order-up:after,
.shopping-cart-item__numbers .input-number .order-up:after,
.shopping-cart-product .input-number .order-up:after {
  width: 14px;

  height: 2px;

  background: #000000;

  top: 23px;

  left: 16px;
}

.shopping-cart-product {
  flex-direction: column;
}

.shopping-cart-btn--lg.custom-icon {
  border-radius: 100px;

  width: 100%;

  font-weight: normal;
}

.btn-radius .icon-svg svg {
  color: #000000;
}

.btn-radius {
  gap: 8px;
}

.btn-radius:hover {
  color: #000;
}

.tabs li:hover,
.tabs li.active {
  background: transparent;

  color: #000000;

  padding: 0 0 0 50px;

  margin-top: 20px;
}

.product-card-container .product-card-content {
  width: 100%;
}

.tab-content {
  padding: 40px 50px;

  border-radius: 40px;
}

.__fat-v2-nav ul li a.active,
.__fat-v2-options ul li a:hover {
  color: #000;

  text-decoration: none;
}

.pay-frame,
.delivery-frame {
  padding: 16px;

  border: 1px solid #0000004d;

  border-radius: 20px;

  display: flex;

  flex-direction: column;

  gap: 12px;
}

.icon-and-text-frame {
  display: flex;

  gap: 8px;
}

.delivery-info-text {
  padding: 16px;

  border-radius: 20px;

  background-color: #fdeff2;
}

.pay-frame p,
.delivery-frame p {
  margin: 0;
}

.pay-frame {
  margin-bottom: 12px;
}

.product-card__left {
  min-width: 200px;
}

#sync1.owl-theme .owl-dots .owl-dot span {
  background: transparent;

  border: 1px solid #b4647d;
}

#sync1.owl-theme .owl-dots .owl-dot.active span,
#sync1.owl-theme .owl-dots .owl-dot:hover span {
  background: #b4647d !important;
}

.inner-page h1,
.inner-page .h1 {
  font-weight: 400;

  margin-bottom: 32px;

  margin-left: 50px;
}

.inner-page .product-set-title {
  margin: 20px 50px;

  font-weight: 400;
}

.modal {
  background: #fff7fa;

  border-radius: 40px;
}

.modal .form-text,
.modal .content-title {
  width: 100%;

  padding: 0;

  margin: 0;
}

.modal .content-title {
  font-size: 38px !important;

  margin-bottom: 24px;
}

.modal .form-text {
  margin-top: 12px;
}

@media (max-width: 768px) {
  .modal .content-title {
    font-size: 24px !important;
  }
}

.product-slider {
  background: #fff;

  padding: 40px 50px;

  max-width: 1180px;

  margin: 0 -50px;

  border-radius: 40px;
}

/*Обратная связь -------------------------------------------------------------------------------------*/

section.feedback-form,
.inner-page .section-dark.feedback-form {
  background-color: transparent !important;
}

section.feedback-form .question-form {
  border-color: transparent;

  background-color: transparent;

  background: transparent;

  border: 1px solid transparent;

  width: 60%;

  margin-right: auto;

  margin-left: auto;

  padding: 24px 0;
}

textarea.form-control {
  min-height: 116px;
}

.product-slider,
.inner-page .feedback-form .container {
  margin-left: auto;

  margin-right: auto;
}

.inner-page .section-dark.feedback-form {
  background-color: transparent !important;

  display: flex;

  align-items: center;

  width: 100%;
}

.question-main {
  max-width: 100%;
}

.question-main .form-text {
  padding-left: 25px;
  margin-top: -15px;
}

span {
  color: #000 !important;
}

span a {
  color: #426c62 !important;
}

.footer-bottom__left a {
  opacity: 1;
}

.frontpage .feedback-form .container {
  max-width: 1280px;

  margin: 0;

  padding-left: 0;

  padding-right: 0;

  margin-right: auto;

  margin-left: auto;
}

@media (max-width: 992px) {
  .question-main {
    padding: 0px;
  }

  section.feedback-form .question-form {
    width: 80%;
  }
}

@media (max-width: 767px) {
  section.feedback-form .question-form {
    width: 100%;
  }

  .frontpage .feedback-form .container {
    max-width: 540px;
  }

  .frontpage .feedback-form .container .question-main {
    background: transparent;

    padding: 0 16px;
  }

  .faq_frontpage_block .container {
    padding: 0 50px 60px;
  }
}

@media (max-width: 578px) {
  .frontpage section.feedback-form .question-form {
    width: 100%;

    padding: 0px;
  }

  .frontpage .section-dark.feedback-form {
    margin: 0 !important;
  }
}

.form-text {
  font-size: 14px;

  line-height: 130%;

  margin-top: 12px;
}

@media (max-width: 767px) {
  section.feedback-form .question-form {
    justify-content: center;

    flex-direction: column;
  }

  section.feedback-form .h2,
  .question-form-right,
  .question-form form,
  section.feedback-form .form-text,
  .question-form__column {
    margin-right: auto;

    margin-left: auto;
  }
}

@media (max-width: 578px) {
  .question-form__column,
  .form-text {
    width: 100%;
  }

  .feedback-form .container {
    max-width: 100%;
  }
}

@media (max-width: 1279px) {
  .inner-page .content-block .catalog,
  .product-card__container,
  .tab-content,
  .product-slider {
    padding: 24px 20px;

    border-radius: 20px;
  }

  .inner-page h1,
  .inner-page .h1 {
    margin-left: 0px;
  }
}

@media (max-width: 767px) {
  .page-head {
    width: 100%;

    margin: 0;

    padding: 0;

    background: transparent;
  }

  .inner-page h1,
  .inner-page .h1 {
    margin-left: 0px;
  }

  .inner-page .content-block .catalog {
    padding: 24px 20px;

    border-radius: 20px;
  }

  .header-top-bg-color {
    display: none !important;
  }

  .product-card__slideshow #sync1.owl-theme .owl-prev,
  .product-card__slideshow #sync1.owl-theme .owl-next {
    display: none;
  }

  .tab_drawer_heading {
    background-color: transparent;

    margin: 0;

    font-family: Lato;

    font-style: normal;

    font-weight: 400;

    font-size: 16px;

    line-height: 120%;

    height: auto;

    padding: 20px 50px;

    color: #000;
  }

  .tab_drawer_heading .icon {
    right: 50px;

    top: 20px;
  }

  .d_active .icon .icon-svg {
    color: #000000;
  }

  .dropdown-select {
    border: 1px solid #0000003b;

    border-radius: 20px;

    padding-left: 16px;
  }

  .dropdown-select-ul li.selected {
    background: #b4647d;

    color: #fff;
  }

  .dropdown-select-ul li:hover {
    background: #b4647d;

    color: #fff;
  }

  .active .dropdown-select {
    background: transparent;

    border-radius: 20px 20px 0 0;
  }

  .dropdown-select-ul {
    background: #ffffff;

    border-radius: 0 0 20px 20px;
  }

  .filter-btn {
    width: 48px;

    height: 48px;

    background: #b4647d
      url(https://flowermarket-smr.ru/media/uploads/2024/filter-btn.svg) 50% 50%
      no-repeat;

    border-radius: 100px;

    box-shadow: none;
  }

  .catalog-filter {
    background: #fff3f7;
  }

  .catalog-filter .catalog-filter-body {
    background: transparent;
  }

  .btn-link {
    border: 1px solid transparent;

    background: transparent;
  }

  .modal .form-text {
    margin-top: 12px;
  }

  .modal .content-title {
    margin-bottom: 24px;
  }

  .product-card__right {
    width: 100%;

    margin: 0;
  }
}

@media (max-width: 578px) {
  .product-slider,
  .tab-content,
  .product-card__container {
    padding: 24px 16px;

    border-radius: 20px;

    margin: 0 -16px;
  }

  .inner-page .content-block .catalog {
    padding: 24px 16px;

    border-radius: 20px;

    margin: -16px;
  }

  .question-form {
    width: 100%;

    margin: 0;
  }

  .related-products-category .slider-constructor .slick-dots {
    top: auto;

    bottom: -10px;
  }

  .section-dark {
    background-color: transparent !important;
  }

  .inner-page h1,
  .inner-page .h1 {
    margin-left: 0px;

    padding-bottom: 20px;
  }

  .inner-page .product-set-title {
    margin: 20px 0px;
  }

  .product-card__title {
    margin-top: 0 !important;

    padding-bottom: 0 !important;
  }

  .breadcrumbs__sep:last-child {
    display: none;
  }

  .tab_drawer_heading {
    padding: 20px 0;
  }
}

/*Корзина --------------------------------------------------------------------------------------------------*/

.simple-cart__content {
  max-width: 1180px;
}

.shopping-cart {
  padding: 20px 20px 30px;

  border-radius: 40px;
}

.shopping-cart-item__img img {
  object-fit: cover;

  border-radius: 100%;
}

.shopping-cart-item__name {
  font-size: 16px;

  line-height: 130%;
}

.shopping-cart-item__name span {
  font-size: 10px;
}

.shopping-cart-item__delete svg {
  width: 24px;

  height: 24px;

  color: #0000008e;
}

.shopping-cart-item__delete svg:hover {
  color: #000;
}

.new-radio__label:before {
  border: 1px solid #b4647d;
}

.new-radio__label:after {
  background-color: #b4647d;
}

.simple-order-form__title {
  font-family: Lato !important;

  font-weight: 400;

  font-size: 18px !important;
}

.simple-order-form .form-group.comment textarea:focus {
  border: 1px solid transparent;
}

.simple-order-form__group .form-text {
  width: 100%;
}

@media (max-width: 578px) {
  .shopping-cart-item__numbers .input-number .order-down,
  .shopping-cart-item__numbers .input-number .order-up {
    width: 24px;

    height: 24px;
  }

  .shopping-cart-item__numbers .input-number .order-down:before {
    top: 10px;

    left: 4px;
  }

  .shopping-cart-item__numbers .input-number .order-up:before {
    top: 4px;

    left: 10px;
  }

  .shopping-cart-item__numbers .input-number .order-up:after {
    top: 10px;

    left: 4px;
  }

  .shopping-cart-item__numbers {
    min-width: 90px;
  }

  .shopping-cart {
    padding: 8px 12px 20px;

    border-radius: 20px;
  }
}

.__header .contact-box a:hover,
.footer-phone a:hover {
  color: #b4647d;

  transition: 0.5s;
}

.error__content h1 {
  margin-left: 0;

  margin-top: 0;
}

.error__content {
  padding-top: 0;

  background: url(https://flowermarket-smr.ru/media/uploads/2024/flowers-in-a-circle-2.png)
    100% 0 no-repeat;
}

.error {
  background: transparent;
}

@media (max-width: 767px) {
  .error__content {
    background: transparent;
  }

  .table {
    padding: 0px !important;
  }

  .document-item__btn .btn {
    width: 100% !important;
  }
}

@media (max-width: 374px) {
  .logo img {
    max-width: 160px;
  }
}

@media (max-width: 393px) {
  .req-row {
    width: 90%;
    margin-left: 10px !important;
    margin-bottom: 40px !important;
  }

  .req-col {
    display: flex;
    flex-direction: column;
    margin-bottom: 10px;
  }

  .req-img {
    margin-top: 15px !important;
    margin-left: 30px !important;
  }
}

@media (min-width: 394px) and (max-width: 496px) {
  .req-col {
    display: flex;
    flex-direction: column;
    border-radius: 180px;
    margin-bottom: 10px;
  }

  .req-img {
    margin-top: 15px !important;
    margin-left: 70px !important;
  }

  .req-row {
    width: 90% !important;
    margin-left: 0px !important;
    margin-bottom: 60px !important;
  }
}

@media (min-width: 1022px) and (max-width: 1250px) {
  .req-img {
    margin-top: 60px;
  }

  .req-row {
    width: 200px;
    margin-left: 30px;
  }
}

@media (max-width: 767px) {
  .inner-page .content-block {
    padding-top: 0;
  }
}

@media (min-width: 497px) and (max-width: 767px) {
  .req-row {
    width: 90% !important;
    margin-left: 20px !important;
    margin-bottom: 0px !important;
  }

  .req-col {
    display: flex;
    flex-direction: row;
    border-radius: 180px;
    margin-bottom: 10px;
  }

  .req-img {
    margin-top: 15px !important;
    margin-left: 0px !important;
  }
}

@media (min-width: 768px) and (max-width: 1021px) {
  .req-img {
    margin-top: 10px;
  }

  .req-row {
    width: 100%;
    margin-left: 30px;
    margin-top: 15px;
  }

  .req-col {
    margin-bottom: 10px;
  }
}

/*категории -------------------------------------------------------------------------------*/

.catalog-menu-item:before {
  display: none;
}

.catalog-menu-item__image {
  width: 90px;

  height: 90px;

  display: block;
}

.catalog-menu-item {
  height: 92px;

  border-radius: 90px;

  background: #fff;

  border: 1px solid #fff;
}

.catalog-menu-item__name {
  left: 110px;

  bottom: 36px;

  font-weight: 400;

  color: #000;
}

.catalog-menu-item__image img {
  border-radius: 100%;
}

.catalog-menu-item:after {
  border-radius: 90px;
}

.catalog-menu-item:hover:after {
  background: #b4647d;

  opacity: 0.8;
}

.catalog-menu-item:hover .catalog-menu-item__name {
  color: #fff;
}

.catalog-menu-item,
.welcome .catalog-menu-item {
  width: calc(33% - 12px);
}

@media (min-width: 1280px) {
  .catalog-menu.catalog-categories-block {
    margin-left: 50px;

    margin-top: 24px;
  }
}

@media (max-width: 1280px) {
  .catalog-menu-item {
    width: calc(50% - 10px) !important;

    margin: 0 10px 15px 0 !important;
  }
}

@media (max-width: 578px) {
  .catalog-menu-item {
    width: 100% !important;
  }
}

.contacts-block__info {
  padding: 40px 50px;

  border-radius: 60px 0 0 60px;
}

.contacts-block {
  border: 1px solid transparent;

  border-radius: 60px;
}

.contacts-block__map,
.ymaps-2-1-79-map,
.ymaps-2-1-79-map-bg,
.ymaps-2-1-79-map ymaps,
.ymaps-2-1-79-map ymaps:after,
.ymaps-2-1-79-map ymaps:before {
  border-radius: 0 60px 60px 0;
}

.ymaps-2-1-79-controls__toolbar_right,
.ymaps-2-1-79-controls__control,
.ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button {
  margin-right: 20px;
}

.ymaps-2-1-79-copyright__wrap {
  margin-right: 26px;
}

@media (max-width: 767px) {
  .contacts-block__info {
    padding: 24px 20px;

    border-radius: 0 0 20px 20px;
  }

  .contacts-block__map,
  .ymaps-2-1-79-map,
  .ymaps-2-1-79-map-bg,
  .ymaps-2-1-79-map ymaps,
  .ymaps-2-1-79-map ymaps:after,
  .ymaps-2-1-79-map ymaps:before {
    border-radius: 20px 20px 0 0;
  }

  .ymaps-2-1-79-controls__toolbar_right,
  .ymaps-2-1-79-controls__control,
  .ymaps-2-1-79-controls__bottom .ymaps-2-1-79-float-button {
    margin-right: 0px;
  }

  .ymaps-2-1-79-copyright__wrap {
    margin-right: 0px;
  }
}

.catalog-block .content-title span {
  color: #b4647d;
}

.__header #search-result {
  box-shadow: unset;

  border-radius: 40px;
}

.__header #search-result .s-item-link:hover {
  background: #fff4f6;

  background-color: #fff4f6;
}

.__header #search-result .s-item-price {
  font-family: Lato;

  color: #000000;
}

.__header #search-result .s-item-link {
  gap: 8px;
}

.__header #search-result .s-item-img {
  margin-right: 0;
}

.__header #search-result .s-item-img img {
  object-fit: cover;

  border-radius: 100px;

  height: 50px;
}

.client-item__text {
  color: #000000;
}

.client-item:after {
  border-radius: 20px;
}

.client-item {
  background-color: #ffffff;

  border-radius: 20px;

  background-image: url(https://flowermarket-smr.ru/media/uploads/2024/about-2.png);

  background-position: right;

  background-size: cover;
}

.client-item:hover::after,
.client-item:hover {
  background: #b4647d;

  opacity: 1;

  transition: 0.8s !important;
}

.client-item:hover::after {
  background-image: url(https://flowermarket-smr.ru/media/uploads/2024/about-hover-2.png);

  background-position: right;

  background-size: cover;
}

@media (max-width: 479px) {
  .client-item,
  .client-item:hover::after {
    background-size: contain;

    background-position-y: top;
  }
}

.client-item:hover .client-item__text {
  color: #fff !important;
}

header ul.hover--underline li::after,
.client-item:hover {
  border-color: #b4647d !important;
}

.catalog-box {
  background: #ffffff;

  opacity: 0.8;

  backdrop-filter: blur(8px);
}

.catalog-box ul a,
.catalog-box ul a:hover,
header ul.hover--underline a:hover {
  color: #000 !important;
}

.article-inner__content {
  padding: 40px 15px;

  border-radius: 60px;
}

@media (max-width: 1279px) {
  .article-inner__content {
    border-radius: 20px;
  }
}

.promo-slider-frame {
  background: linear-gradient(180deg, #f8c0cc 0%, #f8c1cc 100%);
}

.product-set-girl-frame {
  background: linear-gradient(180deg, #f8c0cc 0%, #fdeef1 50%, #f8c0cc 100%);
}

.main-button-promo-frame,
.main-button-girl-frame {
  background: #fdeef1;
}

.product-set-hit-frame,
.product-set-mom-frame {
  background: linear-gradient(180deg, #fdeef1 0%, #f8c0cc 100%);
}

.main-button-promo, .product-set-hit-frame {
  background: #f8c1cc;
}

@media (min-width: 1280px) {
  .product-card__slideshow {
    width: 440px;
  }

  .product-card__content {
    width: calc(100% - 480px);
  }
}

.shopping-cart-btn--lg:hover {
  background-color: #32584f !important;

  border-color: #32584f !important;

  color: #fff !important;
}

.product-card-slideshow {
  padding-bottom: 0;
}

.product-card-slideshow__dots {
  display: none;
}

.product-card__head .product-card__artikul {
  display: none;
}

.mobile-side-menu-footer {
  padding-top: 12px;
}

.mobile-search {
  background: transparent;

  border-radius: 20px;
}

.mobile-search input {
  background: transparent;

  color: #000;

  padding: 0 20px;

  border-radius: 20px 0 0 20px;

  border: 1px solid #426c62;

  border-right: none;
}

.mobile-search button {
  border-radius: 0 20px 20px 0;

  background: transparent;

  border: 1px solid #426c62;

  border-left: none;

  padding: 4px 0 0;
}

.mobile-search button .icon-svg {
  color: #000000;
}

.contact-line a:hover {
  color: #b4647d;
}

.footer-content-cookie {
  display: none;
}

.section .text-page {
  margin-left: 0px;
  padding: 55px;
  background-color: #ffffff;
  border-radius: 40px;
  margin-top: -20px;
}

.table {
  padding: 30px;
}

.document-item__format {
  background: transparent;
  color: #000000;
  padding-top: 10px;
}

.pagination span {
  border: solid 1px var(--color-button-primary-border);
}

.pagination .next {
  margin: 0 15px 0 0;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: block;
  -webkit-transition: 0.5s;
  -o-transition: 0.5s;
  transition: 0.5s;
  position: relative;
  background-color: var(--white-color);
  border: 1px solid var(--color-button-primary-background);
}

.pagination .prev {
  background-color: var(--white-color);
  border: 1px solid var(--color-button-primary-background);
}

/* Правки */

.recaptcha-terms a {
  color: #426c62;
}

.card-label_style-hit {
  background-color: #426c62;
}

.card-label_style-new {
  background-color: #f8c0cc;
  color: #000;
}

.select__icon svg path {
  fill: #426c62;
}

.simple-cart__form {
  background: var(--white-color);
  padding: 30px;
  border-radius: 40px;
}

.descr-tovar {
  display: flex;
  justify-content: center;
  align-items: center;
}

.descr-tovar-img {
  display: flex;
  margin-right: 50px;
}

.descr-tovar {
  display: flex;
}

.descr-tovar-img {
  width: 75%;
}

.select__content {
  max-height: 450px;
  overflow-y: auto;
  z-index: 20;
}

.product-card-v2__price.text-color-accent,
.product-card-v2__price.text-color-accent span {
  font-size: 16px;
  color: #888888 !important;
}

.tabs li {
  margin-top: 20px;
}

.tabs li:hover,
.tabs li.active {
  padding: 0 0 0 24px;
}

@media (max-width: 767px) {
  .descr-tovar {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
  }

  .descr-tovar-img {
    display: flex;
    margin-right: 0px;
  }

  .breadcrumbs :first-child a::before {
    background-image: url(https://flowermarket-smr.ru/media/uploads/slideshow-arrow.svg);
  }

  .product-card-bottom__artikul {
    display: none;
  }

  .simple-cart__form {
    padding: 30px 20px 20px;
  }

  .simple-order-form .form-group.comment {
    width: 93% !important;
  }

  .simple-order-form__submit {
    width: 93% !important;
  }
}

.footer-bottom__left {
  flex-direction: column;
  align-items: flex-start;
}

.footer-bottom .copy.version.text {
  opacity: 1;
}

.reviews1 {
  width: 100%;
  height: 600px;
  overflow: hidden;
  position: relative;
}

@media (max-width: 767px) {
  iframe {
    height: 430px !important;
  }
}

.__header .c-box-fat-v2 {
  justify-content: space-between;
}

.custom-messenger-block .container {
  position: relative;
}

.fixed .__header {
  z-index: 998;
}

.messenger-block {
  position: absolute;
  right: 0px;
  top: 0px;
  gap: 10px;
  display: flex;
  flex-direction: row;
  z-index: 999;
}

.messenger-block a {
  transition: 0.2s;
  height: 25px;
  width: 25px;
  transition: 0.2s;
}

.messenger-block a img {
  margin: 0;
}

.messenger-block a .hover-img {
  display: none;
}

.messenger-block a img {
  margin: 0;
}

.text-page img {
  max-width: 100%;
  margin-bottom: 0px;
}

.messenger-block a:hover .default-img {
  display: none;
}

.messenger-block a:hover .hover-img {
  display: block;
}

.__header .contact-box p.toggled {
  margin-left: -40px;
}

.messenger-block.contacts {
  position: relative;
  top: 0;
  right: 0;
}

@media (max-width: 767px) {
  .custom-messenger-block {
    display: none;
  }

  .row-decor {
    padding: 0px !important;
  }

  .decor-image {
    margin-bottom: 10px;
  }

  .table table td {
    padding: 10px 15px 10px 0;
  }

  .article-inner__content {
    padding: 0px 15px;
  }

  .inner-page h1,
  .inner-page .h1 {
    margin-left: 0px;
    padding-bottom: 30px;
    margin-bottom: 0;
  }

  .catalog-menu-item {
    margin: 0 0 15px 0 !important;
  }

  .product-card__personal-cost strong {
    font-family: "Playfair";
    font-weight: 400;
    font-variant-numeric: lining-nums;
    color: #333;
  }

  .product-card-v2__price span {
    font-weight: 400;
  }

  .product-card-v2__old-price span {
    color: #767676 !important;
  }

  .breadcrumbs {
    padding: 10px 0;
  }

  .st-button_add-to-cart .st-button__title {
    color: #fff !important;
  }

  .product-card-sell-badge {
    width: 40px;
    height: 40px;
    border-radius: 100px;
    background-color: #f8c1cd;
    font-size: 18px;
    font-family: "Playfair";
    font-weight: 400;
    font-variant-numeric: lining-nums;
  }

  .product-card__slideshow #sync1 .owl-item {
    border-radius: 50px;
  }

  .product-card__slideshow #sync1 .item img {
    height: 100%;
  }

  .product-card__slideshow #sync1 .owl-item {
    aspect-ratio: 0.8;
  }

  .product-card-v2__buttons .st-button_not-availbe {
    padding: 0;
  }

  .pagination .next,
  .pagination .prev {
    width: 30px;
    height: 30px;
  }
}

.product-card .product-item__flag--hit {
  padding: 0;
  width: 100%;
  font-weight: 400;
  background-color: #426c62;
  color: #fff !important;
}

.product-card .product-item__flag--new {
  background-color: #f8c0cc;
  color: #000;
  font-weight: 400;
}

.product-item__flag-content {
  bottom: 0;
  top: auto;
  width: 100%;
}

.product-card-v2__old-price::after {
  height: 1px;
  background-color: #b4647d;
}

.product-card .product-item__flag--offer {
  background-color: #b4647d;
  color: #fff !important;
  font-weight: 400;
}

.product-card__personal-cost strong {
  font-family: "Playfair";
  font-weight: 400;
  font-variant-numeric: lining-nums;
  color: #000;
}

.product-card-v2__old-price {
  padding: 0;
}

.__header .catalog-btn {
  letter-spacing: 0;
}

.product-card__main-cost span {
  font-family: "Playfair";
  font-weight: 400;
  font-variant-numeric: lining-nums;
  color: #d74853;
  color: #000 !important;
  padding: 0;
}

.product-sale-badge {
  font-size: 16px;
  font-weight: 400;
  border-radius: 100px;
  background-color: #f8c1cd;
  font-family: "Playfair";
  font-weight: 400;
  font-variant-numeric: lining-nums;
  padding: 6px 19px;
}

.product-card-sell-badge_top {
  font-size: 14px;
  font-weight: 400;
  border-radius: 100px;
  background-color: #f8c1cd;
  font-family: "Playfair";
  font-weight: 400;
  font-variant-numeric: lining-nums;
  color: #000;
  height: 30px;
  width: 40px;
  bottom: 12%;
  top: auto;
  left: 5%;
}

.shopping-cart-btn--lg.custom-icon[data-touch] {
  background: #32584f !important;
}

.footer-subscribe button[data-touch],
.form-group-inline .btn[data-touch] {
  background: transparent !important;
  border: 1px solid #32584f;
}

.product-card__navigation {
  display: none;
}

.decor-image img {
  height: auto;
  background-size: cover;
  width: 100%;
  border-radius: 50px;
}

.decor-image {
  background-size: cover;
}

.row-decor {
  padding: 40px;
}

.bottom-mobile-menu-button__counter {
  background-color: #f8c1cd;
}

.product-card-v2__buttons .st-button_not-availbe {
  border-radius: 80px;
  border: 1px solid #426c62;
  background: transparent;
  padding: 0 40px;
}

.product-card-v2__buttons .st-button_not-availbe:hover {
  border: 1px solid #426c62;
  background: #426c62;
  color: #fff !important;
}

.st-button__title,
.st-button_primary {
  font-size: 16px;
  line-height: 100%;
}

.product-card-v2__buttons .st-button_not-availbe:hover .st-button__title,
.document-item__btn .btn {
  color: #fff !important;
}

.document-item__btn .btn:hover {
  color: #000 !important;
}

.catalog-side__content ul li {
  margin-bottom: 10px;
}

.pagination span a:hover,
.pagination span.active a {
  color: var(--white-color) !important;
}

header {
  position: relative;
  top: 0px;
  transform: none;
  transition: none;
  height: 130px;
}

.custom-messenger-block {
  position: fixed;
  top: 26px;
  width: 100px;
  z-index: 9999;
  height: 24px;
  left: calc(50% + 30px);
  width: 25px;
}

.__header {
  position: fixed;
  top: 0;
  transform: none;
  transition: none;
  padding-bottom: 20px;
  background-color: #ffffffe5 !important;
  backdrop-filter: blur(20px);
  z-index: 999;
}

.__h-fat-v2-bottom {
  margin-top: 80px;
  position: relative;
}

.fixed .__header {
  top: 0px;
  transform: none;
  transition: none;
  height: 80px;
}

.catalog-menu.catalog-categories-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

.category-root-page .catalog-menu {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 15px;
}

.catalog-menu-item,
.welcome .catalog-menu-item {
  width: 100% !important;
  margin: 0 !important;
  display: flex;
  align-items: center;
  gap: 20px;
}

.catalog-menu-item__name {
  position: relative;
  left: 0;
  bottom: 0;
}

/* новый оффер */

.new-offer {
  display: grid;
  grid-template-columns: 76% 22%;
  gap: 20px;
  margin-bottom: 20px;
}

.offer-slider {
  border-radius: 65px;
  border: 1px solid #cfcfcf;
  padding: 12px;
}

.offer-inner-slider {
  border-radius: 60px;
  overflow: hidden;
  position: relative;
  background: #fff;
  height: 385px;
}

.offer-slider
  .conditional-section:first-child:not(.conditional-section_bg):not(
    .home-banner
  ) {
  margin-top: 0;
  height: 100%;
}

.offer-slider .slick-track,
.offer-slider .slider-constructor.visible,
.offer-slider .slider-constructor.slick-initialized {
  height: 100%;
}

.slider-constructor .slick-slide > div:not([class]) > *:not(.product-card-v2) {
  display: block !important;
  overflow: hidden;
}

.custom-slider__item {
  position: relative;
}

.offer-slider .text-block {
  padding: 60px 0 60px 38px;
  width: 56%;
  position: relative;
  z-index: 2;
  height: 100%;
}

.offer-slider h2 {
  font-size: 44px !important;
  font-weight: 400;
  line-height: 110% !important;
  color: #333;
  margin-bottom: 20px;
  margin-top: 0 !important;
  text-align: left;
  cursor: default;
  font-variant-numeric: lining-nums;
}

.offer-slider p {
  font-size: 16px;
  color: #666666;
  line-height: 140%;
  cursor: default;
}

.offer-slider .text-block .btn {
  position: absolute;
  bottom: 60px;
  left: 40px;
  background-color: #9d182d;
  width: 210px;
  height: 56px;
  border-color: #9d182d;
}

.img-offer-block {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: -7%;
  height: 111%;
  width: auto;
  right: -4%;
  aspect-ratio: 1 / 1;
}

.img-inner-block {
  border-radius: 100% 0 0 100%;
  aspect-ratio: 1/1;
  height: 100%;
  width: 100%;
  border: 1px solid #cfcfcf;
  padding: 12px;
}

.shopping-cart-product .btn-border {
    flex: none;
    background: none !important;
    border-radius: 40px;
    color: #333 !important;
}

.shopping-cart-product .btn-border:hover {
    background: #426c62 !important;
    color: #fff !important;
}

.img-inner-block-1 {
  border-radius: 100% 0 0 100%;
  aspect-ratio: 1 / 1;
  height: 100%;
  width: 100%;
  object-fit: cover;
  overflow: hidden;
}

.img-inner-block-1 img {
  margin: 0;
  object-fit: cover;
}

.offer-slider .slider-constructor .slick-prev {
  right: 84px;
  top: auto;
  bottom: 37px;
  background: #fff;
  color: #333;
  border-color: #fff;
}

.offer-slider .slider-constructor .slick-next {
  right: 37px;
  top: auto;
  bottom: 37px;
  background: #fff;
  color: #333;
  border-color: #fff;
}

.slider-constructor button.slick-arrow {
  display: flex !important;
}

.menu-block {
  border-radius: 65px;
  border: 1px solid #cfcfcf;
  padding: 12px;
}

.menu-inner-block {
  background: #fff;
  padding: 0px 40px;
  gap: 17px;
  display: flex;
  flex-direction: column;
  border-radius: 60px;
  height: 100%;
  justify-content: center;
}

.offer-menu-link {
  display: flex;
  flex-direction: row;
  gap: 15px;
  font-family: Playfair !important;
  line-height: 100%;
  font-size: 16px;
  color: #000;
  transition: 0.3s;
}

.offer-menu-link:hover {
  color: #9d182d;
  transition: 0.3s;
}

.offer-menu-link::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://flowermarket-smr.ru/media/uploads/btn-decor.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
}

.buttons-line {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 15px;
  padding: 0 12px;
}

.buttons-line .big-btn {
  border-radius: 40px;
  background: #fff;
  height: 48px;
  align-items: center;
  justify-content: center;
  flex-grow: 1;
}

.offer-banner-new .container {
  max-width: 1280px;
  padding: 0;
}

.offer-banner-new {
  margin-bottom: 20px !important;
  padding-top: 30px;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 1) 0%,
    rgba(248, 192, 204, 1) 58%
  );
}

.img-inner-block::before {
  content: "";
  width: 38px;
  height: 44px;
  background: url(https://flowermarket-smr.ru/media/uploads/offer-decor.svg)
    no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  left: -24px;
  top: 41%;
}

.card-label_style-new {
    background-color: #3ec28f;
    color: white;
}

.offer-menu-h1 {
    font-size: 16px !important;
    margin: 0;
    color: #000;
    width: 90%;
    line-height: 110% !important;
}

.req-static .container {
    flex-direction: column;
    align-items: center;
    background: white;
}

.req-static .h2 {
    text-align: center;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible {
    z-index: 999 !important;
}

@media (min-width: 992px) {
  .categories-slider-frame {
    display: none;
  }

  .promo-slider-frame .container {
    border-radius: 100px 100px 0 0;
    padding-top: 80px;
  }
}

@media (max-width: 1279px) {
  .custom-messenger-block {
    left: calc(50% - 90px);
  }

  .category-root-page .catalog-menu,
  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
  }

  .offer-slider .text-block .btn {
    position: relative;
    bottom: 0;
    left: 0;
    margin-top: 30px;
  }

  .offer-inner-slider {
    height: auto;
  }

  .offer-slider .text-block {
    padding: 50px 0 50px 40px;
  }

  .img-offer-block {
    right: -8%;
  }
}

@media (max-width: 991px) {
  .custom-messenger-block,
  .menu-block {
    display: none;
  }

  .header--bottom-mob .col-4 {
    width: 47px;
  }

  .new-offer {
    grid-template-columns: 100%;
  }

  .img-offer-block {
    right: -4%;
  }

  header {
    height: 40px;
  }

  main {
    padding-top: 0px !important;
  }

.req-static div {
    width: 100% !important;
}

.req-static iframe {
    height: 100% !important;
}

.req-static {
    margin-bottom: 20px;
}

.req-static .h2 {
    text-align: left;
}
}

@media (max-width: 767px) {

  .SmartCaptcha-Shield-PrivacyLink {
      font-size: 9px !important;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_right {
    right: -150px !important;
    background: #ffffff8c;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_bottom {
    bottom: 80px !important;
}

.SmartCaptcha-Shield_position_right .SmartCaptcha-Shield-PrivacyLink {
    margin: 0 !important;
}

.SmartCaptcha-Shield-Anchor {
  display: none !important;
}

.SmartCaptcha-Shield {
    background: #ffffffa6 !important;
    z-index: 99999 !important;
}

.SmartCaptcha-Shield .SmartCaptcha-Shield-CloseButton {
    right: 0px !important;
    top: 2px;
    position: absolute;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_visible.SmartCaptcha-Shield_position_left {
    z-index: 99 !important;
}

.SmartCaptcha-Shield.SmartCaptcha-Shield_position_left {
    left: -146px !important;
}

  header {
    height: 60px;
  }

  .product-card-v2__buttons .st-button_not-availbe {
    height: 48px !important;
    padding: 0 20px;
  }

  .st-button__title,
  .st-button_primary {
    font-size: 13px;
  }

  .cookie-modal__content h4 {
    font-family: "Playfair";
  }

  .cookie-modal__content p {
    font-size: 12px !important;
  }

  .category-root-page .catalog-menu,
  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 10px;
  }

  .offer-slider .text-block {
    padding: 40px;
    width: 100%;
    height: max-content;
  }

  .img-offer-block {
    right: -4%;
    right: -4%;
    width: 92%;
    height: auto;
    margin-top: 20px;
    margin-bottom: 40px;
    bottom: 6px;
    position: relative;
  }

  .img-inner-block,
  .img-inner-block-1 {
    border-radius: 100%;
  }

  .buttons-line {
    flex-direction: column;
    gap: 10px;
  }

  .buttons-line .big-btn {
    width: 100%;
  }

  .offer-banner-new {
    padding-top: 0;
  }

  .offer-slider h2 {
    font-size: 28px !important;
  }

  .offer-banner-new .slider-constructor .slick-dots {
    display: none !important;
  }

  .slider-constructor
    .slick-slide
    > div:not([class])
    > *:not(.product-card-v2) {
    display: flex !important;
    flex-direction: column;
    justify-content: space-between;
  }

  .offer-slider .text-block .btn {
    height: 48px;
    width: 100%;
  }

  .offer-slider {
    border-radius: 0;
    border: none;
    padding: 0;
  }

  .offer-inner-slider {
    border-radius: 0 0 20px 20px;
  }

  .buttons-line {
    padding: 0 16px;
  }

  .slider-constructor button.slick-arrow,
  .offer-banner-new ul li:before {
    display: none !important;
  }

  .offer-banner-new .slider-constructor .slick-dots {
    display: flex !important;
    width: max-content;
    left: calc(50% - 40px);
    bottom: -5px;
  }

  .slick-dots li {
    padding-left: 0 !important;
  }

  .offer-slider .text-block {
    padding: 20px 50px;
  }

.shopping-cart-product .btn-border {
    width: 100%;
}
}

@media (max-width: 575px) {
  .buttons-line .big-btn {
    padding: 0 29%;
    justify-content: flex-start;
  }

  .offer-slider .text-block {
    padding: 20px 16px;
  }

  .img-inner-block::before {
    left: 8px;
    top: 11%;
  }

  .offer-inner-slider {
    background: linear-gradient(180deg, rgba(255, 255, 255, 1) 0%, rgba(248, 192, 204, 1) 58%);
}

.offer-banner-new {
  margin: 0 !important;
}

.buttons-line {
  display: none;
}

.img-inner-block {
    border: 1px solid #ffffff;
}
}

.cookie-modal__content button {
  border-radius: 80px;
}

.cookie-modal__content button:hover {
  background-color: #9d182d;
}

main {
  overflow: hidden;
}

.fixed::after {
  display: none;
}

.delivery-total__lg,
.shopping-cart-item__total-cost,
.shopping-cart-item__cost {
  font-family: "Playfair";
  font-weight: 400;
  font-variant-numeric: lining-nums;
}

.mobile-header__search-icon {
  margin-top: 4px;
}

.s-item-price {
  font-family: "Playfair";
  font-variant-numeric: lining-nums;
}

.s-item-title {
  font-size: 14px;
  font-family: "Lato";
}

.s-item-img {
  width: 60px;
  height: 60px;
  overflow: hidden;
  border-radius: 15px;
  margin-right: 20px;
}

.s-item-img img {
  max-width: 100%;
  object-fit: cover;
  width: 100%;
  height: auto;
}
