 @charset "UTF-8";@import url(https://fonts.googleapis.com/css?family=Exo+2:100,200,300,400,500,600,700,800,900);@import url(https://fonts.googleapis.com/css?family=Istok+Web:400,700);@import url(https://fonts.googleapis.com/css?family=Harmattan:regular,500,600,700);* {
	padding: 0px;
	margin: 0px;
	border: 0px;
}
*,
*::before,
*::after {
	box-sizing: border-box;
}
*::before,
*::after {
	display: inline-block;
}
html,
body {
	height: 100%;
}
body {
	line-height: 1;
	scrollbar-gutter: stable;
	-ms-text-size-adjust: 100%;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
input,
button,
textarea {
	outline: none;
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
	color: inherit;
	background-color: transparent;
}
input,
textarea {
	width: 100%;
}
label {
	display: inline-block;
}
button,
select,
option {
	cursor: pointer;
}
a {
	display: inline-block;
	color: inherit;
	text-decoration: none;
}
ul li {
	list-style: none;
}
img {
	max-width: 100%;
	height: auto;
	vertical-align: middle;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-weight: inherit;
	font-size: inherit;
}
address {
	font-style: normal;
}



/* Generated by vite-plugin-svg-spritemap */
body {
  min-width: 320px;
  color: #000;
  font-family: "Istok Web";
  font-size: 16px;
  background: #F0F4F1;
}
[data-fls-scrolllock] body {
  overflow: hidden;
  touch-action: none;
  overscroll-behavior: none;
}
.wrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  overflow: clip;
}
.wrapper > main {
  flex: 1 1 auto;
}
.wrapper > * {
  min-width: 0;
}
[class*=__container] {
  max-width: 1230px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}/* Generated by vite-plugin-svg-spritemap */
.swiper {
  overflow: hidden;
}

.swiper-initialized {
  touch-action: pan-y;
}

.swiper-wrapper {
  width: 100%;
  height: 100%;
  box-sizing: content-box;
  display: flex;
  position: relative;
}

.swiper-vertical .swiper-wrapper {
  flex-direction: column;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
}

.swiper-initialized .swiper-slide {
  flex-shrink: 0;
}
.product-info-title h1 {

}
.swiper-android .swiper-slide,
.swiper-android .swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-button-lock {
  display: none !important;
}/* Generated by vite-plugin-svg-spritemap *//* Generated by vite-plugin-svg-spritemap */
.footer {
  margin-top: 100px;
  padding-top: 130px;
  padding-bottom: 120px;
  background: #D3DFD7;
}
.footer .footer-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 90px;
}
.footer .footer-block {
  width: 100%;
  position: relative;
}
.footer .footer-block:not(:last-child)::after {
  content: "";
  position: absolute;
  height: 90%;
  width: 2px;
  top: 0;
  background: #94A8AF;
  display: flex;
  right: -60px;
}
.footer .footer-block h6, .footer .footer-block h4,.footer .footer-block h3 {
  font-family: "Exo 2";
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px; /* 350% */
  letter-spacing: 0.9px;
}
.footer .footer-block ul {
  padding-left: 20px;
}
.footer .footer-block ul li {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.12px;
}
.footer .footer-block ul li:not(:last-child) {
  margin-bottom: 13px;
}
.footer .--logo .footer-logo {
  margin-bottom: 27px;
}
.footer .--logo p {
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
  line-height: 15px; /* 125% */
  letter-spacing: -0.24px;
}
.footer .footer-text {
  max-width: 190px;
  margin-bottom: 27px;
}
.footer .footer-work {
  max-width: 140px;
}
.footer .--footer-about a {
  transition: all ease 0.3s;
}
.footer .--footer-contact a {
  display: flex;
  flex-direction: column;
}
.footer .--footer-contact a span {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: auto;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
  transition: all ease 0.3s;
}
.footer .--footer-info a {
  transition: all ease 0.3s;
}

body::after {
  content: "";
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.8s ease 0s;
  pointer-events: none;
  z-index: 149;
  backdrop-filter: blur(4px);
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 30px 10px;
  transition: visibility 0.8s ease 0s;
  visibility: hidden;
  pointer-events: none;
  transform: scale(0);
}

.popup__close {
  position: absolute;
  top: 30px;
  right: 30px;
}
.popup__close svg path {
  stroke-width: 2px;
  stroke: #1D2E2F;
}

.popup__wrapper {
  display: flex;
  flex-direction: column;
  align-items: center;
  min-height: 100%;
  flex: 1 1 auto;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.popup__body {
  visibility: hidden;
  transform: scale(0);
  transition: transform 0.3s ease 0s, visibility 0.3s ease 0s;
  background-color: #eee;
  padding: 20px;
  width: 100%;
  max-width: 750px;
  border-radius: 20px;
}

.popup__content {
  padding-top: 30px;
}
.popup__content h5,.popup__content h3 {
  text-align: center;
  color: #000;
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.5px;
}
.popup__content p {
  margin-top: 10px;
  font-family: "Istok Web";
  text-align: center;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
}
.popup__content .popup-form-wrapper {
  margin-top: 20px;
}
.popup__content .popup-form {
  max-width: 580px;
  margin: 0 auto;
}
.popup__content .form-block {
  display: flex;
  align-items: end;
  gap: 10px;
}
.popup__content .form-block .form__line {
  width: 100%;
}
.popup__content .form-block label {
  margin-left: 30px;
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.4px;
  margin-bottom: 9px;
}
.popup__content .form-block .input {
  padding: 10px 20px;
  border-radius: 11px;
  border: 1px solid #000;
  height: 57px;
}
.popup__content .form-block .button {
  width: 100%;
  border-radius: 6px;
  height: 57px;
  font-family: "Istok Web";
  font-size: 19px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.19px;
}
.popup__content .checkbox {
  margin-top: 10px;
  display: inline-block;
  position: relative;
}
.popup__content .checkbox__input {
  position: absolute;
  width: 0;
  height: 0;
  opacity: 0;
}
.popup__content .checkbox__input:focus-visible + .checkbox__text {
  outline: 1px solid #000;
}
.popup__content .checkbox__input:checked + .checkbox__text:after {
  transform: scale(1);
}
.popup__content .checkbox__text {
  cursor: pointer;
  position: relative;
  gap: 10px;
  display: inline-flex;
  align-items: center;
  color: #7E7E7E;
  font-family: "Istok Web";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 10px; /* 55.556% */
  letter-spacing: 0.18px;
}
.popup__content .checkbox__text a {
  display: inline;
  transition: all ease 0.3s;
}
.popup__content .checkbox__text:before {
  content: "";
  align-self: flex-start;
  flex: 0 0 27px;
  width: 27px;
  height: 27px;
  border: 1px solid #7E7E7E;
}
.popup__content .checkbox__text::after {
  content: "";
  transition: all 0.3s ease 0s;
  transform: scale(0);
  width: 28px;
  height: 28px;
  background-image: url(../img/chk.svg);
  position: absolute;
  left: 5px;
  top: -5px;
}
.popup__content .popup-button {
  margin-top: 50px;
  display: flex;
  justify-content: center;
}
.popup__content .popup-button .button {
  font-size: 17px;
  border-radius: 6px;
  height: 43px;
}

.popup[aria-hidden=false] {
  z-index: 150;
  visibility: visible;
  overflow: auto;
  pointer-events: auto;
  transform: scale(1);
}
.popup[aria-hidden=false] .popup__body {
  visibility: visible;
  margin: 0 auto;
  transform: scale(1);
}

.popup-open body {
  overflow: hidden;
}

.popup-open body::after {
  opacity: 1;
}/* Generated by vite-plugin-svg-spritemap */
input[type=text],
input[type=email],
input[type=tel],
textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

textarea.input {
  resize: vertical;
  padding: 0px 0px;
}/* Generated by vite-plugin-svg-spritemap */
/* Generated by vite-plugin-svg-spritemap */
.header {
  background: #FFF;
  height: 52px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding: 16px 0;
}
.header__logo {
  display: none;
}
.header__delivery {
  letter-spacing: 0.17px;
  position: relative;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
.header__delivery::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 1px;
  display: flex;
  transition: all ease 0.3s;
  background: #000;
}
.header__delivery.--dynamic {
  margin-top: 20px;
}

.header-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.header__menu {
  display: flex;
  gap: 20px;
}
.menu {
  margin-left: auto;
}
.menu__list {
  display: flex;
  gap: 20px;
}
.menu__link {
  transition: all ease 0.3s;
}
.menu__link.order-call {
  letter-spacing: 0.17px;
  position: relative;
  transition: all ease 0.3s;
  text-transform: uppercase;
}
.menu__link.order-call::after {
  content: "";
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 2px;
  height: 1px;
  display: flex;
  transition: all ease 0.3s;
  background: #000;
}

.icon-menu {
  display: none;
}

.header-links {
  display: flex;
  align-items: center;
  gap: 17px;
}

.search-header-mobile {
  display: none;
}

.cart-header {
  position: relative;
  display: none;
}
.cart-header .count-cart {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2px;
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
  background: #F0F4F1;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: absolute;
  border-radius: 50%;
  top: -8px;
  right: -8px;
}

.top {
  height: 97px;
  border-bottom: 1px solid #D3DFD7;
  /* padding: 10px 0; */
}
@media(max-width: 992px) {
  .top {
    padding: 10px 0;
  }
  
}

.top-block {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.top-logo img {
  width: 180px;
  height: 97px;
}

.top-search {
  max-width: 820px;
  width: 100%;
}

.input[placeholder]:not([data-fls-placeholder-nohiden])::placeholder {
  transition: opacity 0.3s;
}
.input[placeholder]:not([data-fls-placeholder-nohiden]):focus::placeholder {
  opacity: 0;
}

.top-search form {
  position: relative;
}
.top-search form .input {
  height: 48px;
  border-radius: 11px;
  background: #D3DFD7;
  padding: 8px 65px;
}
.top-search form .input::placeholder {
  color: #000;
}
.top-search form img {
  position: absolute;
  top: 14px;
  left: 25px;
}

.top-cart-link {
  position: relative;
}
.top-cart-link img {
  flex: 0 0 23px;
  width: 23px;
  height: 37px;
  max-width: 23px;
  transition: all ease 0.3s;
}
.top-cart-link span {
  position: absolute;
  top: -10px;
  right: -10px;
  width: 16px;
  height: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  background: #FFF;
  border-radius: 50%;
  font-size: 12px;
  font-style: normal;
  font-weight: 400;
}
.header__delivery.--dynamic {
  display: block;
  width: fit-content;
  margin-left: initial !important;
}
.menu__link.order-call.--dynamic {
margin-top: 20px;
}
nav[aria-label=breadcrumb] {
  padding: 10px 0 !important;
  overflow: auto;
  white-space: nowrap;
}
nav[aria-label=breadcrumb]::-webkit-scrollbar {
 width: 0;
 height: 0;
 display: none !important;
}
nav[aria-label=breadcrumb] ol {
  list-style: none !important;
  padding: 0 !important;
  margin: 0 !important;
  font-family: "Istok Web" !important;
  font-size: 16px !important;
  font-style: normal !important;
  font-weight: 400 !important;
  line-height: normal !important;
}
nav[aria-label=breadcrumb] ol li {
  display: inline-block !important;
  line-height: 20.8px !important;
  color: #94A8AF !important;
  margin-right: 5px;
}
nav[aria-label=breadcrumb] ol li a {
  color: #94A8AF !important;
  transition: color ease 0.3s !important;
  margin-right: 5px;
}
nav[aria-label=breadcrumb] ol li a:hover {
  color: #809197 !important;
}
nav[aria-label=breadcrumb] ol li:after {
  content: "»";
  color: #94A8AF !important;
}
nav[aria-label=breadcrumb] ol li:last-child:after {
  content: "" !important;
}
@media(max-width: 475px) {
  nav[aria-label=breadcrumb] ol {
    font-size: 12px !important;
  }
}

.top-block-mobile {
  display: none;
}

.catalog-page {
  margin-top: 56px;
}

.catalog-hero__title h1 {
  font-family: "Exo 2";
  font-size: 77px;
  font-style: normal;
  font-weight: 500;
  text-align: center;
}

.catalog-hero-breadcrumb {
  margin-top: 20px;
  display: flex;
  justify-content: center;
}
.catalog-hero-breadcrumb nav[aria-label=breadcrumb] {
  padding: 0;
}

.catalog-hero-top-cards {
  margin-top: 70px;
  display: flex;
  gap: 12px;
  justify-content: space-between;
}

.catalog-hero-card {
  display: flex;
  align-items: center;
  gap: 24px;
}
.catalog-hero-card__image {
  flex: 0 0 54px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.catalog-hero-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.catalog-hero-card__info {
  max-width: 290px;
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
}

.catalog-hero-work {
  margin-top: 40px;
  text-align: center;
  font-size: 38px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  color: #2CB84A;
}

.catalog-hero-bottom-cards {
  margin-top: 49px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 130px;
}

.catalog-hero-bottom-card {
  padding: 10px 20px;
  border-radius: 22px;
  background: #FFF;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 59px;
}
.catalog-hero-bottom-card p, .catalog-hero-bottom-card a {
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  white-space: nowrap;
}
.catalog-hero-bottom-card a {
  transition: all ease 0.3s;
}

.--rating .catalog-hero-bottom-card-info {
  display: flex;
  align-items: center;
  gap: 5px;
}
.--rating .rating {
  display: flex;
  align-items: center;
  flex-direction: row-reverse;
  gap: 10px;
}
.--rating .rating::after {
  margin-top: 3px;
  content: attr(data-fls-rating-value);
  font-family: "Harmattan";
  font-size: 22px;
  font-style: normal;
  font-weight: 500;
}
.--rating .rating .rating__items {
  pointer-events: none;
}
.--rating p {
  margin-top: 5px;
  font-size: 10px;
  font-style: normal;
  font-weight: 500;
}

.catalog-hero-links {
  margin-top: 85px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.catalog-hero-links a {
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  position: relative;
  color: #94A8AF;
}
.catalog-hero-links .separator {
  width: 2px;
  display: flex;
  height: 20px;
  background: #94A8AF;
}

.catalog {
  margin-top: 65px;
}

.catalog__container-custom {
  max-width: 1830px;
}

.catalog-wrapper {
  display: flex;
  gap: 40px;
}

.catalog-filters {
  position: sticky;
  top: 20px;
  height: 100%;
  max-width: 265px;
  min-width: 230px;
  width: 100%;
}
.catalog-filters .spollers {
  border: 2px solid #D3DFD7;
}
.catalog-filters .spollers:not(:last-child) {
  margin-bottom: 40px;
}
.catalog-filters .spollers__title {
  background: #D3DFD7;
  border: none;
  border-radius: 0;
  display: flex;
  align-items: center;
  gap: 19px;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  height: 51px;
  text-transform: uppercase;
}
.catalog-filters .spollers__title span {
  height: 17px;
}
.catalog-filters .spollers__title::before, .catalog-filters .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 1px !important;
  width: 7px !important;
  transition: transform 0.5s ease 0s;
}
.catalog-filters .spollers__body {
  border: none;
  padding: 0;
}
.catalog-filters .spollers__body .filter-list {
  display: flex;
  flex-direction: column;
}
.catalog-filters .spollers__body .filter-list a {
  height: 53px;
  display: flex;
  align-items: center;
  padding: 10px 25px 10px 15px;
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  transition: all ease 0.3s;
}
.catalog-filters .spollers__body .filter-list a:not(:last-child) {
  border-bottom: 2px solid #D3DFD7;
}
.catalog-filters .button {
  margin-left: 10px;
  margin-top: 5px;
  background: #D3DFD7;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
}

.spollers.filter .spollers__body {
  padding: 19px 21px;
}
.spollers.filter .spollers__body .filter-form .form__line {
  display: flex;
  flex-direction: column;
  margin-bottom: 16px;
}
.spollers.filter .spollers__body .filter-form .form__line label {
  margin-bottom: 8px;
  font-size: 22px;
  font-weight: 400;
}
.spollers.filter .spollers__body .filter-form .form__line .input {
  border: 1px solid #D3DFD7;
  max-width: 160px;
  padding: 10px;
  font-size: 17px;
  height: 41px;
}

.button {
  padding: 11px 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 11px;
  transition: all ease 0.3s;
}

.catalog-results {
  width: 100%;
  height: 100%;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.card {
  display: flex;
  flex-direction: column;
  height: fit-content;
  align-items: center;
  border-radius: 47px 47px 11px 11px;
  background: #E7ECEE;
  box-shadow: 6px 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.card .card-body {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  flex: 1 1 auto;
}
.card__image {
  width: 100%;
}
.card__image img {
  border-radius: 47px 47px 0 0;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 270/270;
}
.card__title {
  padding: 0 30px;
  margin-top: 11px;
  color: #555;
  font-family: "Istok Web";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 95%; /* 66.667% */
  letter-spacing: -0.3px;
  text-align: center;
  text-transform: lowercase;
  min-height: 22px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
@media(max-width: 475px) {
  .card__title  {
    font-size: 13px;
  }
}
.card__coast {
  margin-top: 27px;
  font-size: 15px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.15px;
  display: flex;
  align-items: center;
}
.card__coast.--sale {
  color: #DE0000;
}
.card__coast s {
  margin-bottom: -10px;
  color: #94A8AF;
  font-family: "Istok Web";
  font-size: 11px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.11px;
  display: flex;
}
.card__buttons {
  padding: 0 20px 10px 20px;
  margin-top: 22px;
  display: flex;
  justify-content: space-between;
  width: 100%;
  gap: 20px;
}
.card__buttons .button {
  width: 100%;
  font-size: 13px;
  font-style: normal;
  font-weight: 400;
  padding: 10px;
  border-radius: 6px;
  white-space: nowrap;
}

.button._green {
  background: #2CB84A;
}

.button._white {
  background: #FFF;
}

.catalog-live {
  position: sticky;
  top: 20px;
  max-width: 270px;
  width: 100%;
  height: 100%;
  padding: 20px 38px;
  border-radius: 0 25.5px 25.5px 0;
  background: #FFF;
  min-width: 220px;
}
.catalog-live__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 181/185;
}
.catalog-live .catalog-live-top {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 8px;
  position: relative;
  width: fit-content;
}
.catalog-live .catalog-live-top::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 1px;
  background: #000;
  display: flex;
  bottom: 2px;
  transition: all ease 0.3s;
}
.catalog-live .catalog-live-bottom {
  margin-top: 10px;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  text-align: center;
}

.faq-section {
  margin-top: 120px;
}
.faq-section__title {
  font-family: "Exo 2";
  font-size: 41px;
  font-style: normal;
  font-weight: 500;
  line-height: 63px;
  text-align: center;
}

.faq-section-wrapper {
  margin-top: 80px;
}
.faq-section-wrapper .faq-section-block h5 {
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 20px;
}
.faq-section-wrapper .faq-section-block p {
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.15px;
}
.faq-section-wrapper .faq-section-block ul {
  padding-left: 20px;
}
.faq-section-wrapper .faq-section-block ul li {
  list-style: disc;
}
.faq-section-wrapper .faq-section-block ul li::marker {
  font-size: 12px;
}
.faq-section-wrapper .faq-section-block ol {
  padding-left: 20px;
}
.faq-section-wrapper .faq-section-block:not(:last-child) {
  margin-bottom: 20px;
}

.rating {
  display: inline-block;
}
.rating__items {
  display: inline-flex;
  align-items: flex-start;
  gap: 0.25rem;
}
.rating__item {
  flex: 0 0 1.25rem;
  width: 1.25rem;
  height: 1.25rem;
  position: relative;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/1.25rem no-repeat;
  transition: all 0.3s;
}
.rating__item--active {
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/1.25rem no-repeat;
}
.rating__item span {
  position: absolute;
  top: 0;
  left: 0;
  width: 0%;
  height: 1.25rem;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/1.25rem no-repeat;
}
.rating__item:not(:last-child)::after {
  content: "";
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 0.25rem;
  transform: translateX(100%);
}
[data-rating=set] .rating__item:not(:last-child)::after {
  cursor: pointer;
}
.rating__input {
  width: 100%;
  height: 100%;
  opacity: 0;
  display: block;
}
[data-fls-rating=set] .rating__input {
  cursor: pointer;
}

[data-fls-spollers] summary {
  list-style: none;
}
[data-fls-spollers] summary::marker, [data-fls-spollers] summary::-webkit-details-marker {
  display: none;
}

.spollers {
  display: grid;
}

.spollers__title {
  width: 100%;
  cursor: default;
  text-align: left;
  border: 1px solid transparent;
  padding: 10px 25px 10px 15px;
  border-radius: 5px;
  position: relative;
  list-style: none;
  font-size: 17px;
}
.spollers__title::marker, .spollers__title::-webkit-details-marker {
  display: none;
}
.--spoller-init .spollers__title {
  cursor: pointer;
}
.--spoller-init .spollers__title::before, .--spoller-init .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 2px;
  width: 15px;
  transition: transform 0.5s ease 0s;
}
.--spoller-init .spollers__title::before {
  transform: translate(-75%, -50%) rotate(40deg);
}
.--spoller-init .spollers__title::after {
  transform: translate(0, -50%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::before {
  transform: translateX(-75%) rotate(-40deg);
}
.--spoller-init .spollers__title.--spoller-active::after {
  transform: rotate(40deg);
}

.spollers__title {
  border-bottom: 1px solid transparent !important;
}

.spollers__title.--spoller-active {
  background: #D3DFD7 !important;
  border-color: #c2d2c7 !important;
}

.filter-list .spollers {
  border: none;
}
.filter-list .spollers:not(:last-child) {
  margin-bottom: 0;
  border-bottom: 2px solid #D3DFD7;
}
.filter-list .spollers .spollers__title {
  background: transparent;
}

.spollers__body {
  padding: 20px;
  border-radius: 5px;
  border: 1px solid #eee;
}

.spollers.--sub-category .spollers__title {
  padding: 10px 15px;
  display: flex;
  justify-content: space-between;
}
.spollers.--sub-category .spollers__title::before, .spollers.--sub-category .spollers__title::after {
  display: none;
}
.spollers.--sub-category .spollers__title img {
  transition: all ease 0.3s;
}
.spollers.--sub-category .spollers__title.--spoller-active img {
  transform: rotate(90deg);
}
.spollers.--sub-category .filter-sublist .spollers {
  border-bottom: none;
}
.spollers.--sub-category .filter-sublist .spollers a {
  text-transform: uppercase;
  border-bottom: none !important;
}

.sub-category-list-links {
  text-transform: uppercase;
}
.sub-category-list-links a {
  height: 40px !important;
  font-size: 14px !important;
}

.spollers__title.--sub-title {
  font-size: 16px;
  white-space: nowrap;
  letter-spacing: -1.2px;
}

.spollers.--sub-category .spollers__title {
  transition: all ease 0.3s;
}

.spoller-list-links a {
  border: none !important;
  height: 40px !important;
}

.catalog-filters .spollers__title::before, .catalog-filters .spollers__title::after {
  content: "";
  position: absolute;
  right: 10px;
  top: 50%;
  background-color: #000;
  height: 1px !important;
  width: 7px !important;
  transition: transform 0.5s ease 0s;
  display: none;
}
.hero {
  padding-top: 60px;
  padding-bottom: 116px;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}
.hero::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.5);
  backdrop-filter: blur(3px);
}

.hero-block {
  position: relative;
  z-index: 1;
}

.hero-block-top h1 {
  text-align: center;
  font-family: "Exo 2";
  font-size: 39px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 133.333% */
  letter-spacing: 1.2px;
  color: #FFF;
  margin-bottom: 15px;
}
.hero-block-top p {
  color: #FFF;
  text-align: justify;
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%; /* 132% */
  letter-spacing: -0.25px;
}

.hero-body {
  padding-top: 90px;
  max-width: 800px;
  margin: 0 auto;
}
.hero-body__text {
  color: #FFF;
  font-family: "Istok Web";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%; /* 132% */
  letter-spacing: -0.25px;
  max-width: 300px;
  width: 100%;
  display: inline;
}
.hero-body__text span {
  text-transform: uppercase;
}

.hero-body-block {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 30px 140px;
  position: relative;
}
.hero-body-block::after {
  position: absolute;
  content: "";
  width: 2px;
  height: 100%;
  top: 0;
  left: 50%;
  background: #D3DFD7;
  display: flex;
}

.hero-body-card {
  width: 100%;
  display: flex;
  gap: 15px;
  align-items: center;
}
.hero-body-card__image {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 7px;
  background: #FFF;
  border-radius: 11px;
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
}
.hero-body-card__image img {
  width: 26px;
  height: 26px;
  object-fit: contain;
}

.hero-body-buttons {
  margin-top: 60px;
  display: flex;
  justify-content: center;
  gap: 114px;
}
.hero-body-buttons .button {
  max-width: 340px;
  width: 100%;
  font-family: "Istok Web";
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.24px;
}

.hero-bottom {
  margin-top: 140px;
}
.hero-bottom h2 {
  text-align: center;
  font-family: "Exo 2";
  font-size: 35px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  color: #FFF;
}

.hero-bottom-wrapper {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.hero-bottom-card {
  display: flex;
  flex-direction: column;
  width: 100%;
  border-radius: 11px;
  background: #E7ECEE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.hero-bottom-card__top {
  border-radius: 11px 11px 0 0;
  background: #2CB84A;
  padding: 12px;
  color: #FFF;
  font-family: "Istok Web";
  font-size: 15px;
  font-style: normal;
  text-align: center;
  font-weight: 400;
  line-height: 1.35; /* 153.333% */
  letter-spacing: -0.15px;
  text-transform: uppercase;
  white-space: nowrap;
}
.hero-bottom-card__text {
  padding: 25px;
  color: #555;
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 135.294% */
  letter-spacing: -0.17px;
}

.hero-mobile {
  display: none;
}

.hero-bottom.--dynamic {
  margin-top: 30px;
}
.hero-bottom.--dynamic h2 {
  color: #000;
}

.bouquets {
  margin-top: 116px;
}
.bouquets .bouquets__title h2 {
  text-align: center;
  color: #000;
  font-family: "Exo 2";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 52px;
}
.bouquets .bouquets-wrapper {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 70px 40px;
}

.round {
  padding: 10px 0 100px 0;
  margin-top: 210px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: 50% 50%;
  position: relative;
}
.round::after {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.2666666667);
}
.round .round__title {
  position: relative;
  z-index: 1;
}
.round .round__title h2 {
  text-align: center;
  color: #FFF;
  font-family: "Exo 2";
  font-size: 86px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%;
}
.round .round-wrapper {
  position: relative;
  margin-top: 130px;
  display: flex;
  flex-direction: column;
  gap: 300px;
  z-index: 1;
}
.round .round-wrapper p {
  color: #FFF;
  font-family: "Istok Web";
  font-size: 40px;
  font-style: normal;
  font-weight: 400;
  line-height: 117%;
  letter-spacing: -0.4px;
}
.round .round-wrapper .round-wrapper-block:nth-child(1) {
  max-width: 430px;
  width: 100%;
}
.round .round-wrapper .round-wrapper-block:nth-child(1) span {
  text-transform: uppercase;
}
.round .round-wrapper .round-wrapper-block:nth-child(2) {
  align-items: end;
  justify-content: end;
  max-width: 342px;
  width: 100%;
  margin-left: auto;
}
.round .round-wrapper .round-wrapper-block:nth-child(2) p {
  font-size: 35px;
  line-height: 100%;
}
.round .round-button {
  margin-top: 30px;
}
.round .round-button .button {
  max-width: 340px;
  width: 100%;
  font-family: "Istok Web";
  font-size: 33px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.33px;
}

.work {
  margin-top: 116px;
  border-bottom: 2px solid #D3DFD7;
  padding-bottom: 120px;
}
.work .work__title {
  text-align: center;
}
.work .work__title h2 {
  color: #000;
  text-align: center;
  font-family: "Exo 2";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.work .work-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}
.work .work-wrapper .work-card {
  padding: 11px;
  background: #E7ECEE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.work .work-wrapper .work-card .work-card-top {
  display: flex;
  align-items: center;
  gap: 10px;
}
.work .work-wrapper .work-card .work-card-top span {
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Istok Web";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 1; /* 127.778% */
  letter-spacing: -0.18px;
  background: #2CB84A;
  border-radius: 50%;
  text-align: center;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
}
.work .work-wrapper .work-card .work-card-top h5, .work .work-wrapper .work-card .work-card-top h3 {
  color: #000;
  font-family: "Istok Web";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.15px;
  text-transform: uppercase;
}
.work .work-wrapper .work-card .work-card-text {
  padding-left: 10px;
  margin-top: 15px;
  color: #555;
  font-family: "Istok Web";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px; /* 133.333% */
  letter-spacing: -0.15px;
}

.about-section {
  margin-top: 116px;
  border-bottom: 2px solid #D3DFD7;
  padding-bottom: 120px;
}
.about-section .about-section-title {
  text-align: center;
}
.about-section .about-section-title h2 {
  color: #000;
  text-align: center;
  font-family: "Exo 2";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.about-section .about-section-subtitle {
  margin-top: 40px;
  color: #000;
  font-family: "Istok Web";
  font-size: 28px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 50% */
  letter-spacing: -0.28px;
  text-transform: uppercase;
}
.about-section .about-section-wrapper {
  margin-top: 20px;
}
.about-section .about-section-wrapper .about-section-image-block {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.about-section .about-section-wrapper .about-section-image-block .about-section-image img {
  border-radius: 11px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  aspect-ratio: 373/373;
  width: 100%;
  object-fit: cover;
}
.about-section .about-section-text {
  margin-top: 100px;
  color: #000;
  font-family: "Istok Web";
  font-size: 35px;
  font-style: normal;
  font-weight: 400;
  line-height: 116%; /* 102.857% */
  letter-spacing: 0.35px;
}

.review {
  margin-top: 116px;
  border-bottom: 2px solid #D3DFD7;
  padding-bottom: 120px;
}
.review .review-title {
  text-align: center;
}
.review .review-title h2 {
  color: #000;
  text-align: center;
  font-family: "Exo 2";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.review .review-wrapper {
  margin-top: 40px;
}
.review .review-wrapper-cards {
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  gap: 30px;
}
.review .review-wrapper-cards .review-wrapper-bottom {
  display: flex;
  gap: 15px;
}
.review .review-wrapper-cards .review-card {
  padding: 50px 30px;
  border-radius: 11px;
  background: #FFF;
  width: 100%;
}
.review .review-wrapper-cards .review-card .review-card-top {
  display: flex;
  gap: 12px;
  align-items: center;
}
.review .review-wrapper-cards .review-card .review-card-top .review-card-image img {
  border-radius: 50%;
  width: 60px;
  height: 60px;
  flex: 0 0 60px;
}
.review .review-wrapper-cards .review-card .review-card-top .review-card-name {
  display: flex;
  flex-direction: column;
  font-size: 18px;
}
.review .review-wrapper-cards .review-card .review-card-top .review-card-name span:nth-child(1) {
  font-family: "Istok Web";
  font-weight: 700;
}
.review .review-wrapper-cards .review-card .review-card-top .review-card-name span:nth-child(2) {
  margin-top: 5px;
  font-size: 14px;
  font-family: "Istok Web";
  font-weight: 500;
  color: #878787;
}
.review .review-wrapper-cards .review-card-rating {
  margin-top: 15px;
  display: flex;
  align-items: center;
  gap: 15px;
}
.review .review-wrapper-cards .review-card-rating > span {
  font-size: 14px;
  font-family: "Istok Web";
  font-weight: 500;
  color: #878787;
}
.review .review-wrapper-cards .review-card-text {
  margin-top: 5px;
  font-size: 16px;
  font-family: "Istok Web";
  line-height: 110%;
}
.review .review-wrapper-buttons {
  padding-top: 90px;
  max-width: 900px;
  margin: 0 auto;
  display: flex;
  justify-content: center;
  gap: 50px;
}
.review .review-wrapper-buttons .catalog-hero-bottom-card.--rating {
  max-width: 320px;
  width: 100%;
  border-radius: 15px;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
}
.review .review-wrapper-buttons .button {
  max-width: 320px;
  width: 100%;
  font-size: 26px;
}

.payments {
  margin-top: 116px;
  border-bottom: 2px solid #D3DFD7;
  padding-bottom: 120px;
}
.payments .payments-title {
  text-align: center;
}
.payments .payments-title h2 {
  color: #000;
  text-align: center;
  font-family: "Exo 2";
  font-size: 55px;
  font-style: normal;
  font-weight: 500;
  line-height: 110%;
}
.payments .payments-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
}
.payments .payments-wrapper .payments-card {
  padding: 18px 20px;
  background: #E7ECEE;
  box-shadow: 0 4px 4px 0 rgba(0, 0, 0, 0.25);
  display: flex;
  gap: 20px;
  align-items: center;
}
.payments .payments-wrapper .payments-card .payments-card__image {
  display: flex;
  align-items: center;
  max-width: 50px;
}
.payments .payments-wrapper .payments-card .payments-card__image img {
  width: 100%;
  height: 100%;
  min-width: 40px;
  object-fit: contain;
}
.payments .payments-wrapper .payments-card .payments-card__info h5,.payments .payments-wrapper .payments-card .payments-card__info h3 {
  color: #000;
  font-family: "Istok Web";
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 22px; /* 110% */
  letter-spacing: -0.2px;
  text-transform: uppercase;
}
.payments .payments-wrapper .payments-card .payments-card__info p {
  color: #555;
  font-family: "Istok Web";
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 133.333% */
  letter-spacing: -0.15px;
}

.recall {
  margin-top: 90px;
}
.recall .recall-title {
  text-align: center;
}
.recall .recall-title h2 {
  color: #000;
  text-align: start;
  font-family: "Exo 2";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.recall .recall-subtitle {
  margin-top: 10px;
  text-align: start;
  color: #0A3F00;
  font-family: "Istok Web";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 100% */
  letter-spacing: -0.3px;
}
.recall .recall-button {
  margin-top: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 20px;
}
.recall .recall-button .button {
  max-width: 500px;
  width: 100%;
  color: #000;
  font-family: "Istok Web";
  font-size: 30px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.3px;
}

.product {
  padding-bottom: 50px;
  border-bottom: 2px solid #D3DFD7;
}

.product-card {
  margin-top: 65px;
}

.product-wrapper {
  display: flex;
  gap: 70px;
}
.product-wrapper .product-slider {
  max-width: 540px;
}
.product-wrapper .product-block__images {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.product-wrapper .image-gallery img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 543/543;
}
.product-wrapper .thumbs-images__slide {
  border: 2px solid transparent;
  transition: all ease 0.3s;
  transition: none !important;
  transform: none !important;
  will-change: auto !important;
}
.product-wrapper .thumbs-images__slide .swiper-slide {
  aspect-ratio: auto;
}
.product-wrapper .thumbs-images__slide.swiper-slide-thumb-active {
  border-color: #2CB84A;
}
.product-wrapper .thumbs-images__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 100/100;
}

.product-info h1 {
  color: #000;
  font-family: "Exo 2";
  font-size: 30px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 210% */
  letter-spacing: 0.3px;
}
.product-info .product-info-coast {
  margin-top: 40px;
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.25px;
}
.product-info .product-info-buttons {
  margin-top: 40px;
  display: flex;
  gap: 20px;
}
.product-info .product-info-buttons .button {
  width: 100%;
  height: 55px;
  font-size: 22px;
  white-space: nowrap;
}
.product-info .product-info-text-block {
  margin-top: 40px;
}
.product-info .product-info-text-block h3,.product-info .product-info-text-block h2 {
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.17px;
  margin-bottom: 15px;
}
.product-info .product-info-text-block p {
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.17px;
}
.product-info .product-info-text-block .product-info-text {
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.17px;
}

.product-delivery {
  margin-top: 40px;
  border-bottom: 2px solid #D3DFD7;
}
.product-delivery .product-delivery-title {
  text-align: center;
}
.product-delivery .product-delivery-title h2 {
  color: #000;
  font-family: "Exo 2";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}
.product-delivery .product-delivery-wrapper {
  margin-top: 30px;
  display: flex;
  justify-content: center;
  gap: 230px;
  position: relative;
}
.product-delivery .product-delivery-wrapper::after {
  position: absolute;
  content: "";
  height: 100%;
  width: 2px;
  display: flex;
  background: #D3DFD7;
  top: 0;
  left: 50%;
}
.product-delivery .product-delivery-wrapper .product-delivery-wrapper-card {
  max-width: 430px;
  width: 100%;
  font-family: "Istok Web";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.22px;
}
.product-delivery .product-delivery-wrapper .product-delivery-wrapper-card span {
  font-weight: 700;
}

.how-send {
  margin-top: 40px;
  border-bottom: 2px solid #D3DFD7;
}

.how-send-title {
  text-align: center;
}
.how-send-title h2 {
  color: #000;
  font-family: "Exo 2";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.how-send-wrapper {
  margin-top: 40px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 40px;
}

.how-send-card {
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.how-send-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 270/270;
}
.how-send-card__text {
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.17px;
}

.--not-image {
  background: #D9D9D9;
  aspect-ratio: 270/270;
  display: flex;
  align-items: center;
  justify-content: center;
}
.--not-image img {
  display: block;
  object-fit: contain;
  max-width: 180px;
}

.section-contact {
  margin-top: 40px;
  border-bottom: 2px solid #D3DFD7;
}

.section-contact-wrapper {
  display: flex;
  gap: 240px;
}
.section-contact-wrapper h5 {
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 157.5% */
  letter-spacing: 0.4px;
}

.section-contact-block-review h5, .section-contact-block-review h3 {
  margin-bottom: 40px;
}

.contact-review-card {
  margin-top: 40px;
  padding: 20px;
  border-radius: 25px;
  background: #FFF;
  max-width: 380px;
  margin: 0 auto;
}
.contact-review-card h6,.contact-review-card h4 {
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  display: flex;
  align-items: start;
}
.contact-review-card p {
  margin-top: -5px;
  color: #94A8AF;
  text-align: justify;
  font-family: "Istok Web";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.contact-review-card-button {
  margin-top: clamp(30px, 5vw, 50px);
  display: flex;
  justify-content: center;
}
.contact-review-card-button .button {
  border-radius: 15px;
  background: #F0F4F1;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  font-family: "Istok Web";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.22px;
  height: 50px;
  max-width: 300px;
}

.contact-review-card-rating {
  margin-top: 10px;
  padding-left: 75px;
  position: relative;
}
.contact-review-card-rating .rating::before {
  content: attr(data-fls-rating-value);
  font-family: "Istok Web";
  font-size: 55px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -3.3px;
  position: absolute;
  left: 0;
}

.contact-rating-text {
  font-family: "Istok Web";
  color: #94A8AF;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.96px;
}

.contact-subscribe h5 {
  font-family: "Exo 2";
  font-size: 40px;
  font-style: normal;
  font-weight: 500;
  line-height: 130%; /* 157.5% */
  letter-spacing: 0.4px;
}
.contact-subscribe p {
  margin-top: 10px;
  max-width: 250px;
  font-family: "Istok Web";
  font-size: 17px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.17px;
}

.contact-subscribe-button {
  margin-top: 50px;
}
.contact-subscribe-button .button {
  border-radius: 33px;
  background: #FFF;
  box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.25);
  height: 74px;
  gap: 16px;
  max-width: 280px;
  width: 100%;
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}
.contact-subscribe-button .button img {
  width: 33.215px;
  height: 26.402px;
}

.like {
  margin-top: 40px;
}

.like-title {
  text-align: center;
}
.like-title h2 {
  color: #000;
  font-family: "Exo 2";
  font-size: 45px;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
}

.like-wrapper {
  margin-top: 40px;
  position: relative;
}
.like-wrapper .like__slider {
  padding: 5px 10px;
}
.like-wrapper .like__wrapper {
  padding: 5px 0;
}
.like-wrapper .card {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.like-wrapper .card .card__coast {
  margin-top: 10px;
  margin-bottom: 20px;
}

.like-button-prev,
.like-button-next {
  position: absolute;
  top: 50%;
  transition: all ease 0.3s;
}

.like-button-prev {
  transform: rotate(-180deg);
  left: -30px;
}

.like-button-next {
  right: -30px;
}

.like-buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 80px;
}
.like-buttons .--link-button {
  gap: 10px;
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  transition: all ease 0.3s;
}
.like-buttons .--link-button .--link-button-image {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: #FFF;
  width: 25px;
  height: 25px;
  flex: 0 0 25px;
  transition: all ease 0.3s;
}
.like-buttons .--link-button img {
  width: 12px;
  height: 12px;
  margin-left: -2px;
}

.news {
  margin-top: 30px;
}
.news .news-top .news-top-title h1 {
  font-family: "Exo 2";
  font-size: 30px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 140% */
  letter-spacing: 0.3px;
  max-width: 680px;
  margin: 0 auto;
}
.news .news-top [aria-label=breadcrumb] {
  justify-content: center;
  margin: 0 auto;
  width: fit-content;
}
.news .news-top .news-top-text {
  margin-top: 30px;
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.2px;
}

.news-page {
  margin-top: 40px;
}
.news-page h2 {
  text-align: center;
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: -0.2px;
  margin-bottom: 40px;
}
.news-page h4 {
  margin-bottom: 15px;
}
.news-page {
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.2px;
}
.news-page .news-page-block {
  margin-bottom: 15px;
}
.news-page .news-page-block > ul {
  padding-left: 25px;
}
.news-page .news-page-block > ul > li {
  list-style: disc;
}
.news-page .news-page-block > ul > li::marker {
  font-size: 15px;
}
.news-page .news-page-block span {
  font-weight: 700;
}
.news-page .news-page-block ol {
  padding-left: 25px;
}
.news-page .news-page-images-block {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 50px;
}

.news-page-popular {
  margin-top: 100px;
}
.news-page-popular h6 {
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: -0.2px;
}
.news-page-popular .news-page-popular-links {
  margin-top: 20px;
  display: flex;
  gap: 15px;
  white-space: nowrap;
  justify-content: space-between;
  overflow-y: hidden;
  overflow-x: auto;
}
.news-page-popular .news-page-popular-links::-webkit-scrollbar {
  width: 0;
  height: 0;
  display: none;
}
.news-page-popular .news-page-popular-links a {
  color: #555;
  font-family: "Istok Web";
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: -0.32px;
  position: relative;
  transition: all ease 0.3s;
}
.news-page-popular .news-page-popular-links a::after {
  position: absolute;
  bottom: 2px;
  width: 100%;
  height: 1px;
  background: #555;
  content: "";
  display: flex;
  left: 0;
  transform: scale(1);
  transition: all ease 0.3s;
}

.news-page-navigate {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.news-page-navigate a {
  padding: 10px 18px;
  border-radius: 6px;
  border: 1px solid #000;
  color: #899A8F;
  font-family: "Istok Web";
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 96% */
  letter-spacing: -0.25px;
  gap: 10px;
  align-items: center;
  height: 50px;
  max-width: 210px;
  width: 100%;
}
.news-page-navigate a img {
  margin-top: -2px;
}
.news-page-navigate a:nth-child(1) img {
  transform: rotate(-180deg);
}

.news-page-form {
  margin-top: 140px;
}
.news-page-form form {
  max-width: 900px;
  margin: 0 auto;
}
.news-page-form .form__line {
  margin-bottom: 45px;
  width: 100%;
}
.news-page-form .form__line label {
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 96% */
  letter-spacing: -0.25px;
  margin-bottom: 20px;
}
.news-page-form .form__line .input {
  padding: 10px 20px;
  border-radius: 7px;
  width: 100%;
  border: 1px solid #000;
}
.news-page-form .form__line .textarea {
  min-height: 400px;
}
.news-page-form .form-line-block {
  display: flex;
  gap: 40px;
}
.news-page-form .button {
  width: 100%;
  font-family: "Istok Web";
  font-size: 25px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: -0.25px;
}
@media (max-width: 1670px){
  .catalog-results {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 1434px){
  .catalog-wrapper {
    gap: 20px;
  }
  .catalog-results {
    gap: 20px;
  }
  .catalog-live {
    padding: 20px 20px;
  }
}
@media (max-width: 1320px){
  .catalog-live {
    display: none;
  }
}
@media (max-width: 78.125em){
  .like-button-prev,
  .like-button-next {
    display: none;
  }
}
@media (max-width: 1135px){
  .bouquets .bouquets-wrapper {
    grid-template-columns: repeat(3, 1fr);
  }
  .bouquets .bouquets-wrapper .card:nth-last-child(-n+2) {
    display: none;
  }
}
@media (max-width: 1100px){
  .product-wrapper {
    gap: 20px;
  }
}
@media (max-width: 1060px){
  .catalog-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 992px) and (any-hover: none){
  .icon-menu {
    cursor: default;
  }
}
@media (max-width: 992px){
  .header {
    padding: 0;
  }
  .header__logo {
    display: block;
  }
  .header__delivery {
    margin-left: auto;
  }
  .header-block {
    gap: 10px;
  }
  .menu__body {
    position: fixed;
    width: 100%;
    height: 100svh;
    right: -100%;
    top: 52px;
    overflow: auto;
    padding: 50px 15px 30px 15px;
    transition: right 0.3s;
    border-top: 1px solid #D3DFD7;
    background: #fff;
    z-index: 5;
  }
  [data-fls-menu-open] .menu__body {
    right: 0;
  }
  .menu__list {
    flex-direction: column;
  }
  .icon-menu {
    display: block;
    position: relative;
    margin-left: auto;
    width: 30px;
    height: 18px;
    flex: 0 0 30px;
    z-index: 5;
  }
  .icon-menu span, .icon-menu::before, .icon-menu::after {
    content: "";
    transition: all 0.3s ease 0s;
    right: 0;
    position: absolute;
    width: 100%;
    height: 2px;
    background-color: #000;
  }
  .icon-menu::before {
    top: 0;
  }
  .icon-menu::after {
    bottom: 0;
  }
  .icon-menu span {
    top: calc(50% - 1px);
  }
  [data-fls-menu-open] .icon-menu span {
    width: 0;
  }
  [data-fls-menu-open] .icon-menu::before {
    top: calc(50% - 1px);
    transform: rotate(-45deg);
  }
  [data-fls-menu-open] .icon-menu::after {
    bottom: calc(50% - 1px);
    transform: rotate(45deg);
  }
  .header-links {
    gap: 20px;
  }
  .search-header-mobile {
    display: block;
  }
  .cart-header {
    display: block;
  }
  .top {
    height: 100%;
    border-bottom: none;
  }
  .top-block {
    display: none;
  }
  .top-block-mobile {
    display: flex;
    gap: 20px;
    align-items: center;
  }
  .catalog-hero-breadcrumb {
    display: none;
  }
  .catalog-hero-card {
    gap: 10px;
  }
  .hero-bottom-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .hero-mobile {
    display: block;
  }
  .work .work-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
  }
  .about-section .about-section-wrapper .about-section-image-block {
    gap: 20px;
  }
  .payments .payments-wrapper {
    gap: 20px;
  }
  .product-card nav[aria-label=breadcrumb] {
    display: none !important;
  }
  .product-card {
    margin-top: 30px;
  }
  .product-title-mob {
    margin-bottom: 20px;
  }
  .product-wrapper .product-slider {
    max-width: 450px;
  }
  .product-info .product-info-coast {
    margin-top: 0;
  }
}
@media (max-width: 62em){
  .section-contact-wrapper {
    gap: 20px;
    justify-content: space-between;
  }
  .news .news-top [aria-label=breadcrumb] {
    display: none;
  }
  .news .news-top .news-top-text {
    margin-top: 20px;
  }
}
@media (max-width: 900px){
  .catalog-wrapper {
    flex-direction: column;
    gap: 40px;
  }
  .catalog-filters {
    top: 0;
    position: relative;
    max-width: 100%;
  }
  .catalog-filters .spollers:not(:last-child) {
    margin-bottom: 10px;
  }
  .catalog-results {
    grid-template-columns: repeat(3, 1fr);
  }
  .catalog-filters .spollers__title::before, .catalog-filters .spollers__title::after {
    display: block;
  }
  .product-info .product-info-buttons {
    flex-wrap: wrap;
  }
}
@media (max-width: 850px){
  .footer .footer-wrapper {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }
  .footer .footer-block:not(:last-child)::after {
    display: none;
  }
  .footer .footer-block ul {
    padding-left: 0;
  }
}
@media (max-width: 845px){
  .bouquets .bouquets-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
}
@media (max-width: 810px){
  .catalog-results {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 800px){
  .catalog-hero-bottom-cards {
    margin-top: 16px;
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (width <= 48em){
  .catalog-hero-links a {
    font-size: 14px;
  }
}
@media (max-width: 768px){
  .catalog-hero-top-cards {
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .catalog-hero-card {
    max-width: 360px;
    width: 100%;
  }
  .catalog-hero-card__image {
    flex: 0 0 30px;
  }
  .catalog-hero-card__image .flower-ic {
    width: 18px;
  }
  .catalog-hero-work {
    margin-bottom: 21px;
  }
  .catalog-hero-bottom-card {
    height: 34px;
  }
  .--rating {
    height: 57px;
  }
  .catalog-hero-links {
    margin-top: 16px !important;
    display: none;
  }
  .hero-body-block::after {
    display: none;
  }
  .hero-body-block {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px;
    justify-content: center;
    align-self: center;
    max-width: 300px;
    margin: 0 auto;
  }
  .hero-body-card {
    max-width: 300px;
  }
  .hero-body-buttons {
    display: none;
  }
  .review .review-wrapper-cards {
    gap: 20px;
  }
  .review .review-wrapper-cards .review-wrapper-bottom {
    flex-direction: column;
    gap: 20px;
  }
  .payments .payments-wrapper {
    padding-top: 20px;
    grid-template-columns: repeat(1, 1fr);
    max-width: 420px;
    margin: 0 auto;
  }
  .product-wrapper {
    flex-direction: column;
  }
  .product-wrapper .product-slider {
    margin: 0 auto;
  }
}
@media (max-width: 48em){
  .how-send-wrapper {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px 20px;
  }
  .news {
    margin-bottom: 70px;
  }
  .news-page {
    margin-top: 25px;
  }
  .news-page h2 {
    margin-bottom: 25px;
  }
  .news-page h4 {
    margin-bottom: 10px;
  }
  .news-page .news-page-block {
    margin-bottom: 10px;
  }
  .news-page .news-page-images-block {
    margin-top: 25px;
    gap: 10px;
    margin-bottom: 25px;
  }
  .news-page-popular {
    display: none;
  }
  .news-page-navigate {
    margin-top: 40px;
  }
  .news-page-navigate a {
    max-width: 120px;
    height: 35px;
  }
  .news-page-form {
    margin-top: 45px !important;
  }
  .news-page-form .form__line {
    margin-bottom: 15px;
  }
  .news-page-form .form__line label {
    margin-bottom: 8px;
  }
  .news-page-form .form__line .textarea {
    min-height: 140px;
  }
  .news-page-form .button {
    margin-top: 10px;
  }
}
@media (max-width: 41em){
  .section-contact-wrapper {
    flex-direction: column;
  }
  .section-contact-block-review h5 {
    text-align: center;
  }
  .contact-review-card {
    padding: 15px 50px 30px 50px;
  }
  .contact-review-card-rating {
    padding-left: 55px;
  }
  .contact-subscribe-button {
    margin-top: 30px;
  }
  .contact-subscribe-button .button img {
    width: 20px;
    height: 20px;
  }
  .contact-subscribe-button .button {
    height: 45px;
  }
  .like {
    margin-top: 10px;
  }
  .like-wrapper {
    margin-top: 30px;
  }
  .like-buttons {
    margin-top: 40px;
    margin-bottom: 40px;
  }
  .like-buttons .--link-button {
    display: none;
  }
}
@media (max-width: 650px){
  .about-section .about-section-subtitle {
    margin-top: 20px;
  }
}
@media (max-width: 620px){
  .hero-bottom-card__text {
    padding: 11px;
  }
}
@media (max-width: 575px){
  .about-section .about-section-wrapper .about-section-image-block {
    grid-template-columns: repeat(1, 1fr);
  }
}
@media (max-width: 35.9375em){
  .product {
    border-bottom: none;
  }
  .product-delivery {
    margin-top: 0;
    border-bottom: none;
  }
  .product-delivery .product-delivery-wrapper::after {
    display: none;
  }
  .product-delivery .product-delivery-wrapper {
    gap: 20px;
  }
  .how-send {
    margin-top: 0;
    border-bottom: none;
  }
  .section-contact {
    margin-top: 0;
    border-bottom: none;
  }
}
@media (max-width: 540px){
  .card__title {
    margin-top: 3px;
    padding: 0 5px;
    line-height: 90%;
  }
  .card__coast {
    margin-top: 10px;
  }
  .card__buttons {
    margin-top: 0;
    flex-direction: column;
    gap: 5px;
  }
  /* .card__buttons .button._white {
    display: none;
  } */
}
@media (max-width: 525px){
  .popup__close {
    top: 20px;
    right: 20px;
  }
  .popup__content .form-block {
    flex-direction: column;
  }
  .bouquets .bouquets-wrapper {
    gap: 20px 10px;
    margin-top: 20px;
  }
  .bouquets .bouquets-wrapper .card:nth-last-child(-n+4) {
    display: none;
  }
  .round {
    padding: 20px 0 30px 0;
  }
  .round .round-wrapper .round-wrapper-block:nth-child(1) {
    max-width: 250px;
    margin: 0 auto;
  }
  .round .round-wrapper .round-wrapper-block:nth-child(2) {
    max-width: 250px;
    margin: 0 auto;
  }
  .work .work-wrapper {
    grid-template-columns: repeat(1, 1fr);
  }
  .review .review-wrapper-cards .review-card {
    padding: 10px;
  }
  .review .review-wrapper-cards .review-card .review-card-top .review-card-image img {
    width: 40px;
    height: 40px;
    flex: 0 0 40px;
  }
  .review .review-wrapper-buttons .catalog-hero-bottom-card.--rating {
    display: none;
  }
  .product-wrapper .product-slider {
    max-width: 100%;
  }
  .product-wrapper .product-block__images {
    gap: 10px;
  }
  .product-info .product-info-buttons {
    margin-top: 10px;
    gap: 10px;
  }
  .product-info .product-info-buttons .button._white {
    /* display: none; */
  }
  .product-info .product-info-text-block {
    margin-top: 30px;
  }
}
@media (max-width: 475px){
  .catalog-hero-card {
    max-width: 190px;
  }
  .hero-bottom-card__top {
    white-space: wrap;
    padding: 10px 30px;
    word-break: break-word; /* Переносит длинные слова */
    hyphens: auto;
  }
  .review .review-wrapper-buttons .button {
    height: 42px;
    max-width: 200px;
  }
  .recall .recall-button .button {
    height: 42px;
    max-width: 200px;
  }
}
@media (max-width: 425px){
  .footer .footer-block ul li:not(:last-child) {
    margin-bottom: 4px;
  }
  .footer .--logo .footer-logo {
    margin-bottom: 10px;
  }
  .footer .footer-text {
    margin-bottom: 15px;
  }
  .card__coast.--sale {
    margin-bottom: 3px;
  }
}
@media (max-width: 26.5625em){
  .contact-review-card-button .button {
    height: 45px;
  }
}
@media (max-width: 375px){
  .work {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .work .work-wrapper {
    max-width: 250px;
    margin: 0 auto;
    padding-top: 30px;
  }
  .work .work-wrapper .work-card .work-card-text {
    margin-top: 10px;
    padding-left: 45px;
  }
  .about-section {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .about-section .about-section-subtitle {
    padding-top: 20px;
    max-width: 250px;
    margin: 0 auto;
    text-align: center;
  }
  .about-section .about-section-wrapper {
    margin-top: 10px;
  }
  .about-section .about-section-wrapper .about-section-image-block {
    max-width: 250px;
    margin: 0 auto;
  }
  .review {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
  .payments {
    border-bottom: none;
    padding-bottom: 0 !important;
  }
}
@media (max-width: 23.4375em){
  .news-page .news-page-images-block {
    gap: 5px;
  }
}
@media (width <= 20em){
  .footer {
    margin-top: 20px;
  }
  .footer {
    padding-bottom: 30px;
  }
  .footer {
    padding-top: 20px;
  }
  .popup__content h5 {
    font-size: 17px;
  }
  .popup__content p {
    font-size: 16px;
  }
  .popup__content .form-block label {
    font-size: 15px;
  }
  .popup__content .checkbox__text {
    font-size: 12px;
  }
  .header {
    font-size: 14px;
  }
  nav[aria-label=breadcrumb] ol {
    font-size: 12px;
  }
  .catalog-page {
    margin-top: 30px;
  }
  .catalog-hero__title h1 {
    font-size: 22px;
  }
  .catalog-hero-top-cards {
    margin-top: 35px;
  }
  .catalog-hero-card__info {
    font-size: 12px;
  }
  .catalog-hero-work {
    font-size: 26px;
  }
  .catalog-hero-bottom-cards {
    gap: 20px;
  }
  .catalog-hero-bottom-card p, .catalog-hero-bottom-card a {
    font-size: 12px;
  }
  .catalog-hero-links {
    margin-top: 35px;
  }
  .catalog-filters .spollers__title {
    font-size: 14px;
  }
  .faq-section {
    margin-top: 40px;
  }
  .faq-section__title {
    font-size: 20px;
  }
  .faq-section-wrapper {
    margin-top: 20px;
  }
  .faq-section-wrapper .faq-section-block h5 {
    font-size: 16px;
  }
  .faq-section-wrapper .faq-section-block p {
    font-size: 14px;
  }
  .hero {
    padding-bottom: 40px;
  }
  .hero {
    padding-top: 40px;
  }
  .hero-block-top h1 {
    font-size: 18px;
  }
  .hero-block-top p {
    font-size: 12px;
  }
  .hero-body {
    padding-top: 40px;
  }
  .hero-body__text {
    font-size: 12px;
  }
  .hero-body-buttons .button {
    font-size: 16px;
  }
  .hero-bottom h2 {
    font-size: 15px;
  }
  .hero-bottom-card__top {
    font-size: 12px;
  }
  .hero-bottom-card__text {
    font-size: 12px;
  }
  .bouquets {
    margin-top: 40px;
  }
  .bouquets .bouquets__title h2 {
    font-size: 20px;
  }
  .round {
    margin-top: 40px;
  }
  .round .round__title h2 {
    font-size: 20px;
  }
  .round .round-wrapper {
    margin-top: 25px;
  }
  .round .round-wrapper {
    gap: 140px;
  }
  .round .round-wrapper p {
    font-size: 12px;
  }
  .round .round-wrapper .round-wrapper-block:nth-child(2) p {
    font-size: 12px;
  }
  .round .round-button .button {
    font-size: 17px;
  }
  .work {
    margin-top: 40px;
  }
  .work {
    padding-bottom: 40px;
  }
  .work .work__title h3 {
    font-size: 20px;
  }
  .work .work-wrapper .work-card .work-card-top h5 {
    font-size: 12px;
  }
  .work .work-wrapper .work-card .work-card-text {
    font-size: 12px;
  }
  .about-section {
    margin-top: 40px;
  }
  .about-section {
    padding-bottom: 40px;
  }
  .about-section .about-section-title h2 {
    font-size: 20px;
  }
  .about-section .about-section-subtitle {
    font-size: 12px;
  }
  .about-section .about-section-text {
    font-size: 12px;
  }
  .about-section .about-section-text {
    margin-top: 20px;
  }
  .review {
    margin-top: 40px;
  }
  .review {
    padding-bottom: 40px;
  }
  .review .review-title h3 {
    font-size: 20px;
  }
  .review .review-wrapper-buttons {
    padding-top: 20px;
  }
  .review .review-wrapper-buttons .button {
    font-size: 17px;
  }
  .payments {
    margin-top: 40px;
  }
  .payments {
    padding-bottom: 40px;
  }
  .payments .payments-title h2 {
    font-size: 20px;
  }
  .payments .payments-wrapper .payments-card .payments-card__info h5 {
    font-size: 13px;
  }
  .payments .payments-wrapper .payments-card .payments-card__info p {
    font-size: 12px;
  }
  .recall {
    margin-top: 40px;
  }
  .recall .recall-title h2 {
    font-size: 17px;
  }
  .recall .recall-subtitle {
    font-size: 15px;
  }
  .recall .recall-button {
    margin-top: 40px;
  }
  .recall .recall-button .button {
    font-size: 17px;
  }
  .product {
    padding-bottom: 30px;
  }
  .product-info h1 {
    font-size: 15px;
  }
  .product-info .product-info-coast {
    font-size: 17px;
  }
  .product-info .product-info-text-block h3 {
    font-size: 12px;
  }
  .product-info .product-info-text-block p {
    font-size: 12px;
  }
  .product-info .product-info-text-block .product-info-text {
    font-size: 12px;
  }
  .product-delivery {
    padding-bottom: 30px;
  }
  .product-delivery .product-delivery-title h2 {
    font-size: 17px;
  }
  .product-delivery .product-delivery-wrapper .product-delivery-wrapper-card {
    font-size: 12px;
  }
  .how-send {
    padding-bottom: 30px;
  }
  .how-send-title h2 {
    font-size: 17px;
  }
  .how-send-card__text {
    font-size: 10px;
  }
  .section-contact {
    padding-bottom: 30px;
  }
  .section-contact-wrapper h5 {
    font-size: 20px;
  }
  .contact-review-card h6 {
    font-size: 16px;
  }
  .contact-review-card p {
    font-size: 9px;
  }
  .contact-review-card-button .button {
    font-size: 12px;
  }
  .contact-review-card-rating .rating::before {
    font-size: 32px;
  }
  .contact-rating-text {
    font-size: 10px;
  }
  .contact-subscribe h5 {
    font-size: 20px;
  }
  .contact-subscribe-button .button {
    font-size: 18px;
  }
  .like-title h2 {
    font-size: 17px;
  }
  .news .news-top .news-top-title h1 {
    font-size: 14px;
  }
  .news .news-top .news-top-text {
    font-size: 12px;
  }
  .news-page h2 {
    font-size: 12px;
  }
  .news-page {
    font-size: 12px;
  }
  .news-page-popular h6 {
    font-size: 12px;
  }
  .news-page-popular .news-page-popular-links a {
    font-size: 10px;
  }
  .news-page-navigate a {
    font-size: 10px;
  }
  .news-page-form {
    margin-top: 45px;
  }
  .news-page-form .form__line label {
    font-size: 12px;
  }
  .news-page-form .button {
    font-size: 13px;
  }
}
@media (width > 20em) and (width <= 76.875em){
  .footer {
    margin-top: clamp( 20px , -8.1318681319px  +  8.7912087912vw , 100px );
  }
  .footer {
    padding-bottom: clamp( 30px , -1.6483516484px  +  9.8901098901vw , 120px );
  }
  .footer {
    padding-top: clamp( 20px , -18.6813186813px  +  12.0879120879vw , 130px );
  }
  .popup__content h5 {
    font-size: clamp( 17px , 14.1868131868px  +  0.8791208791vw , 25px );
  }
  .popup__content p {
    font-size: clamp( 16px , 14.5934065934px  +  0.4395604396vw , 20px );
  }
  .popup__content .form-block label {
    font-size: clamp( 15px , 13.2417582418px  +  0.5494505495vw , 20px );
  }
  .popup__content .checkbox__text {
    font-size: clamp( 12px , 9.8901098901px  +  0.6593406593vw , 18px );
  }
  .header {
    font-size: clamp( 14px , 12.9450549451px  +  0.3296703297vw , 17px );
  }
  nav[aria-label=breadcrumb] ol {
    font-size: clamp( 12px , 10.5934065934px  +  0.4395604396vw , 16px );
  }
  .catalog-page {
    margin-top: clamp( 30px , 20.8571428571px  +  2.8571428571vw , 56px );
  }
  .catalog-hero__title h1 {
    font-size: clamp( 22px , 2.6593406593px  +  6.043956044vw , 77px );
  }
  .catalog-hero-top-cards {
    margin-top: clamp( 35px , 22.6923076923px  +  3.8461538462vw , 70px );
  }
  .catalog-hero-card__info {
    font-size: clamp( 12px , 7.4285714286px  +  1.4285714286vw , 25px );
  }
  .catalog-hero-work {
    font-size: clamp( 26px , 21.7802197802px  +  1.3186813187vw , 38px );
  }
  .catalog-hero-bottom-cards {
    gap: clamp( 20px , -18.6813186813px  +  12.0879120879vw , 130px );
  }
  .catalog-hero-bottom-card p, .catalog-hero-bottom-card a {
    font-size: clamp( 12px , 9.1868131868px  +  0.8791208791vw , 20px );
  }
  .catalog-hero-links {
    margin-top: clamp( 35px , 17.4175824176px  +  5.4945054945vw , 85px );
  }
  .catalog-filters .spollers__title {
    font-size: clamp( 14px , 12.9450549451px  +  0.3296703297vw , 17px );
  }
  .faq-section {
    margin-top: clamp( 40px , 11.8681318681px  +  8.7912087912vw , 120px );
  }
  .faq-section__title {
    font-size: clamp( 20px , 12.6153846154px  +  2.3076923077vw , 41px );
  }
  .faq-section-wrapper {
    margin-top: clamp( 20px , -1.0989010989px  +  6.5934065934vw , 80px );
  }
  .faq-section-wrapper .faq-section-block h5 {
    font-size: clamp( 16px , 14.5934065934px  +  0.4395604396vw , 20px );
  }
  .faq-section-wrapper .faq-section-block p {
    font-size: clamp( 14px , 13.6483516484px  +  0.1098901099vw , 15px );
  }
  .hero {
    padding-bottom: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .hero {
    padding-top: clamp( 40px , 32.967032967px  +  2.1978021978vw , 60px );
  }
  .hero-block-top h1 {
    font-size: clamp( 18px , 10.6153846154px  +  2.3076923077vw , 39px );
  }
  .hero-block-top p {
    font-size: clamp( 12px , 7.4285714286px  +  1.4285714286vw , 25px );
  }
  .hero-body {
    padding-top: clamp( 40px , 22.4175824176px  +  5.4945054945vw , 90px );
  }
  .hero-body__text {
    font-size: clamp( 12px , 8.4835164835px  +  1.0989010989vw , 22px );
  }
  .hero-body-buttons .button {
    font-size: clamp( 16px , 13.1868131868px  +  0.8791208791vw , 24px );
  }
  .hero-bottom h2 {
    font-size: clamp( 15px , 7.967032967px  +  2.1978021978vw , 35px );
  }
  .hero-bottom-card__top {
    font-size: clamp( 12px , 10.9450549451px  +  0.3296703297vw , 15px );
  }
  .hero-bottom-card__text {
    font-size: clamp( 12px , 10.2417582418px  +  0.5494505495vw , 17px );
  }
  .bouquets {
    margin-top: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .bouquets .bouquets__title h2 {
    font-size: clamp( 20px , 7.6923076923px  +  3.8461538462vw , 55px );
  }
  .round {
    margin-top: clamp( 40px , -19.7802197802px  +  18.6813186813vw , 210px );
  }
  .round .round__title h2 {
    font-size: clamp( 20px , -3.2087912088px  +  7.2527472527vw , 86px );
  }
  .round .round-wrapper {
    margin-top: clamp( 25px , -11.9230769231px  +  11.5384615385vw , 130px );
  }
  .round .round-wrapper {
    gap: clamp( 140px , 83.7362637363px  +  17.5824175824vw , 300px );
  }
  .round .round-wrapper p {
    font-size: clamp( 12px , 2.1538461538px  +  3.0769230769vw , 40px );
  }
  .round .round-wrapper .round-wrapper-block:nth-child(2) p {
    font-size: clamp( 12px , 3.9120879121px  +  2.5274725275vw , 35px );
  }
  .round .round-button .button {
    font-size: clamp( 17px , 11.3736263736px  +  1.7582417582vw , 33px );
  }
  .work {
    margin-top: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .work {
    padding-bottom: clamp( 40px , 11.8681318681px  +  8.7912087912vw , 120px );
  }
  .work .work__title h2 {
    font-size: clamp( 20px , 7.6923076923px  +  3.8461538462vw , 55px );
  }
  .work .work-wrapper .work-card .work-card-top h5,   .work .work-wrapper .work-card .work-card-top h3 {
    font-size: clamp( 12px , 10.9450549451px  +  0.3296703297vw , 15px );
  }
  .work .work-wrapper .work-card .work-card-text {
    font-size: clamp( 12px , 10.9450549451px  +  0.3296703297vw , 15px );
  }
  .about-section {
    margin-top: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .about-section {
    padding-bottom: clamp( 40px , 11.8681318681px  +  8.7912087912vw , 120px );
  }
  .about-section .about-section-title h2 {
    font-size: clamp( 20px , 7.6923076923px  +  3.8461538462vw , 55px );
  }
  .about-section .about-section-subtitle {
    font-size: clamp( 12px , 6.3736263736px  +  1.7582417582vw , 28px );
  }
  .about-section .about-section-text {
    font-size: clamp( 12px , 3.9120879121px  +  2.5274725275vw , 35px );
  }
  .about-section .about-section-text {
    margin-top: clamp( 20px , -8.1318681319px  +  8.7912087912vw , 100px );
  }
  .review {
    margin-top: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .review {
    padding-bottom: clamp( 40px , 11.8681318681px  +  8.7912087912vw , 120px );
  }
  .review .review-title h2 {
    font-size: clamp( 20px , 7.6923076923px  +  3.8461538462vw , 55px );
  }
  .review .review-wrapper-buttons {
    padding-top: clamp( 20px , -4.6153846154px  +  7.6923076923vw , 90px );
  }
  .review .review-wrapper-buttons .button {
    font-size: clamp( 17px , 13.8351648352px  +  0.989010989vw , 26px );
  }
  .payments {
    margin-top: clamp( 40px , 13.2747252747px  +  8.3516483516vw , 116px );
  }
  .payments {
    padding-bottom: clamp( 40px , 11.8681318681px  +  8.7912087912vw , 120px );
  }
  .payments .payments-title h2 {
    font-size: clamp( 20px , 7.6923076923px  +  3.8461538462vw , 55px );
  }
  .payments .payments-wrapper .payments-card .payments-card__info h5, .payments .payments-wrapper .payments-card .payments-card__info h3 {
    font-size: clamp( 13px , 11.2417582418px  +  0.5494505495vw , 18px );
  }
  .payments .payments-wrapper .payments-card .payments-card__info p {
    font-size: clamp( 12px , 10.9450549451px  +  0.3296703297vw , 15px );
  }
  .recall {
    margin-top: clamp( 40px , 22.4175824176px  +  5.4945054945vw , 90px );
  }
  .recall .recall-title h2 {
    font-size: clamp( 17px , 7.1538461538px  +  3.0769230769vw , 45px );
  }
  .recall .recall-subtitle {
    font-size: clamp( 15px , 9.7252747253px  +  1.6483516484vw , 30px );
  }
  .recall .recall-button {
    margin-top: clamp( 40px , 29.4505494505px  +  3.2967032967vw , 70px );
  }
  .recall .recall-button .button {
    font-size: clamp( 17px , 12.4285714286px  +  1.4285714286vw , 30px );
  }
  .product {
    padding-bottom: clamp( 30px , 22.967032967px  +  2.1978021978vw , 50px );
  }
  .product-info-title h1 {
    font-size: clamp( 15px , 9.7252747253px  +  1.6483516484vw , 30px );
  }
  .product-info .product-info-coast {
    font-size: clamp( 17px , 8.9120879121px  +  2.5274725275vw , 40px );
  }
  .product-info .product-info-text-block h3 {
    font-size: clamp( 12px , 10.2417582418px  +  0.5494505495vw , 17px );
  }
  .product-info .product-info-text-block p {
    font-size: clamp( 12px , 10.2417582418px  +  0.5494505495vw , 17px );
  }
  .product-info .product-info-text-block .product-info-text {
    font-size: clamp( 12px , 10.2417582418px  +  0.5494505495vw , 17px );
  }
  .product-delivery {
    padding-bottom: clamp( 30px , 22.967032967px  +  2.1978021978vw , 50px );
  }
  .product-delivery .product-delivery-title h2 {
    font-size: clamp( 17px , 7.1538461538px  +  3.0769230769vw , 45px );
  }
  .product-delivery .product-delivery-wrapper .product-delivery-wrapper-card {
    font-size: clamp( 12px , 8.4835164835px  +  1.0989010989vw , 22px );
  }
  .how-send {
    padding-bottom: clamp( 30px , 22.967032967px  +  2.1978021978vw , 50px );
  }
  .how-send-title h2 {
    font-size: clamp( 17px , 7.1538461538px  +  3.0769230769vw , 45px );
  }
  .how-send-card__text {
    font-size: clamp( 10px , 7.5384615385px  +  0.7692307692vw , 17px );
  }
  .section-contact {
    padding-bottom: clamp( 30px , 22.967032967px  +  2.1978021978vw , 50px );
  }
  .section-contact-wrapper h5 {
    font-size: clamp( 20px , 12.967032967px  +  2.1978021978vw , 40px );
  }
  .contact-review-card h6 {
    font-size: clamp( 16px , 12.8351648352px  +  0.989010989vw , 25px );
  }
  .contact-review-card p {
    font-size: clamp( 9px , 6.5384615385px  +  0.7692307692vw , 16px );
  }
  .contact-review-card-button .button {
    font-size: clamp( 12px , 8.4835164835px  +  1.0989010989vw , 22px );
  }
  .contact-review-card-rating .rating::before {
    font-size: clamp( 32px , 23.9120879121px  +  2.5274725275vw , 55px );
  }
  .contact-rating-text {
    font-size: clamp( 10px , 7.8901098901px  +  0.6593406593vw , 16px );
  }
  .contact-subscribe h5 {
    font-size: clamp( 20px , 12.967032967px  +  2.1978021978vw , 40px );
  }
  .contact-subscribe-button .button {
    font-size: clamp( 18px , 15.5384615385px  +  0.7692307692vw , 25px );
  }
  .like-title h2 {
    font-size: clamp( 17px , 7.1538461538px  +  3.0769230769vw , 45px );
  }
  .news .news-top .news-top-title h1 {
    font-size: clamp( 14px , 8.3736263736px  +  1.7582417582vw , 30px );
  }
  .news .news-top .news-top-text {
    font-size: clamp( 12px , 9.1868131868px  +  0.8791208791vw , 20px );
  }
  .news-page h2 {
    font-size: clamp( 12px , 9.1868131868px  +  0.8791208791vw , 20px );
  }
  .news-page {
    font-size: clamp( 12px , 9.1868131868px  +  0.8791208791vw , 20px );
  }
  .news-page-popular h6 {
    font-size: clamp( 12px , 9.1868131868px  +  0.8791208791vw , 20px );
  }
  .news-page-popular .news-page-popular-links a {
    font-size: clamp( 10px , 6.4835164835px  +  1.0989010989vw , 20px );
  }
  .news-page-navigate a {
    font-size: clamp( 10px , 5.7802197802px  +  1.3186813187vw , 22px );
  }
  .news-page-form {
    margin-top: clamp( 45px , 11.5934065934px  +  10.4395604396vw , 140px );
  }
  .news-page-form .form__line label {
    font-size: clamp( 12px , 7.4285714286px  +  1.4285714286vw , 25px );
  }
  .news-page-form .button {
    font-size: clamp( 13px , 8.7802197802px  +  1.3186813187vw , 25px );
  }
}
@media (width > 48em) and (width <= 75em){
  .catalog-hero-links a {
    font-size: clamp( 14px , -0.2222222222px  +  1.8518518519vw , 22px );
  }
}
@media (width > 75em){
  .catalog-hero-links a {
    font-size: 22px;
  }
}
@media (width > 76.875em){
  .footer {
    margin-top: 100px;
  }
  .footer {
    padding-bottom: 120px;
  }
  .footer {
    padding-top: 130px;
  }
  .popup__content h5,  .popup__content h3 {
    font-size: 25px;
  }
  .popup__content p {
    font-size: 20px;
  }
  .popup__content .form-block label {
    font-size: 20px;
  }
  .popup__content .checkbox__text {
    font-size: 18px;
  }
  .header {
    font-size: 17px;
  }
  nav[aria-label=breadcrumb] ol {
    font-size: 16px;
  }
  .catalog-page {
    margin-top: 56px;
  }
  .catalog-hero__title h1 {
    font-size: 77px;
  }
  .catalog-hero-top-cards {
    margin-top: 70px;
  }
  .catalog-hero-card__info {
    font-size: 25px;
  }
  .catalog-hero-work {
    font-size: 38px;
  }
  .catalog-hero-bottom-cards {
    gap: 130px;
  }
  .catalog-hero-bottom-card p, .catalog-hero-bottom-card a {
    font-size: 20px;
  }
  .catalog-hero-links {
    margin-top: 85px;
  }
  .catalog-filters .spollers__title {
    font-size: 17px;
  }
  .faq-section {
    margin-top: 120px;
  }
  .faq-section__title {
    font-size: 41px;
  }
  .faq-section-wrapper {
    margin-top: 80px;
  }
  .faq-section-wrapper .faq-section-block h5 {
    font-size: 20px;
  }
  .faq-section-wrapper .faq-section-block p {
    font-size: 15px;
  }
  .hero {
    padding-bottom: 116px;
  }
  .hero {
    padding-top: 60px;
  }
  .hero-block-top h1 {
    font-size: 39px;
  }
  .hero-block-top p {
    font-size: 25px;
  }
  .hero-body {
    padding-top: 90px;
  }
  .hero-body__text {
    font-size: 22px;
  }
  .hero-body-buttons .button {
    font-size: 24px;
  }
  .hero-bottom h2 {
    font-size: 35px;
  }
  .hero-bottom-card__top {
    font-size: 15px;
  }
  .hero-bottom-card__text {
    font-size: 17px;
  }
  .bouquets {
    margin-top: 116px;
  }
  .bouquets .bouquets__title h2 {
    font-size: 55px;
  }
  .round {
    margin-top: 210px;
  }
  .round .round__title h2 {
    font-size: 86px;
  }
  .round .round-wrapper {
    margin-top: 130px;
  }
  .round .round-wrapper {
    gap: 300px;
  }
  .round .round-wrapper p {
    font-size: 40px;
  }
  .round .round-wrapper .round-wrapper-block:nth-child(2) p {
    font-size: 35px;
  }
  .round .round-button .button {
    font-size: 33px;
  }
  .work {
    margin-top: 116px;
  }
  .work {
    padding-bottom: 120px;
  }
  .work .work__title h2 {
    font-size: 55px;
  }
  .work .work-wrapper .work-card .work-card-top h5 {
    font-size: 15px;
  }
  .work .work-wrapper .work-card .work-card-text {
    font-size: 15px;
  }
  .about-section {
    margin-top: 116px;
  }
  .about-section {
    padding-bottom: 120px;
  }
  .about-section .about-section-title h3 {
    font-size: 55px;
  }
  .about-section .about-section-subtitle {
    font-size: 28px;
  }
  .about-section .about-section-text {
    font-size: 35px;
  }
  .about-section .about-section-text {
    margin-top: 100px;
  }
  .review {
    margin-top: 116px;
  }
  .review {
    padding-bottom: 120px;
  }
  .review .review-title h3 {
    font-size: 55px;
  }
  .review .review-wrapper-buttons {
    padding-top: 90px;
  }
  .review .review-wrapper-buttons .button {
    font-size: 26px;
  }
  .payments {
    margin-top: 116px;
  }
  .payments {
    padding-bottom: 120px;
  }
  .payments .payments-title h2 {
    font-size: 55px;
  }
  .payments .payments-wrapper .payments-card .payments-card__info h5 {
    font-size: 18px;
  }
  .payments .payments-wrapper .payments-card .payments-card__info p {
    font-size: 15px;
  }
  .recall {
    margin-top: 90px;
  }
  .recall .recall-title h2 {
    font-size: 45px;
  }
  .recall .recall-subtitle {
    font-size: 30px;
  }
  .recall .recall-button {
    margin-top: 70px;
  }
  .recall .recall-button .button {
    font-size: 30px;
  }
  .product {
    padding-bottom: 50px;
  }
  .product-info h1 {
    font-size: 30px;
  }
  .product-info .product-info-coast {
    font-size: 40px;
  }
  .product-info .product-info-text-block h3,.product-info .product-info-text-block h2 {
    font-size: 17px;
  }
  .product-info .product-info-text-block p {
    font-size: 17px;
  }
  .product-info .product-info-text-block .product-info-text {
    font-size: 17px;
  }
  .product-delivery {
    padding-bottom: 50px;
  }
  .product-delivery .product-delivery-title h2 {
    font-size: 45px;
  }
  .product-delivery .product-delivery-wrapper .product-delivery-wrapper-card {
    font-size: 22px;
  }
  .how-send {
    padding-bottom: 50px;
  }
  .how-send-title h2 {
    font-size: 45px;
  }
  .how-send-card__text {
    font-size: 17px;
  }
  .section-contact {
    padding-bottom: 50px;
  }
  .section-contact-wrapper h5, .section-contact-wrapper h3 {
    font-size: 40px;
  }
  .contact-review-card h6, .contact-review-card h4 {
    font-size: 25px;
  }
  .contact-review-card p {
    font-size: 16px;
  }
  .contact-review-card-button .button {
    font-size: 22px;
  }
  .contact-review-card-rating .rating::before {
    font-size: 55px;
  }
  .contact-rating-text {
    font-size: 16px;
  }
  .contact-subscribe h5 {
    font-size: 40px;
  }
  .contact-subscribe-button .button {
    font-size: 25px;
  }
  .like-title h2 {
    font-size: 45px;
  }
  .news .news-top .news-top-title h1 {
    font-size: 30px;
  }
  .news .news-top .news-top-text {
    font-size: 20px;
  }
  .news-page h2 {
    font-size: 20px;
  }
  .news-page {
    font-size: 20px;
  }
  .news-page-popular h6 {
    font-size: 20px;
  }
  .news-page-popular .news-page-popular-links a {
    font-size: 20px;
  }
  .news-page-navigate a {
    font-size: 22px;
  }
  .news-page-form {
    margin-top: 140px;
  }
  .news-page-form .form__line label {
    font-size: 25px;
  }
  .news-page-form .button {
    font-size: 25px;
  }
}
@media (any-hover: hover){
  .footer .--footer-about a:hover {
    opacity: 0.7;
  }
  .footer .--footer-contact a:hover span {
    opacity: 0.7;
    text-decoration-line: none;
  }
  .footer .--footer-info a:hover {
    opacity: 0.7;
  }
  .popup__content .checkbox__text a:hover {
    color: #000;
  }
  .header__delivery:hover {
    opacity: 0.7;
  }
  .header__delivery:hover::after {
    transform: scale(0);
  }
  .menu__link:hover {
    opacity: 0.7;
  }
  .menu__link.order-call:hover {
    opacity: 0.7;
  }
  .menu__link.order-call:hover::after {
    transform: scale(0);
  }
  .top-cart-link:hover img {
    opacity: 0.8;
  }
  .catalog-hero-bottom-card a:hover {
    opacity: 0.8;
  }
  .catalog-filters .spollers__body .filter-list a:hover {
    background: #D3DFD7;
  }
  .catalog-filters .button:hover {
    background: #c1ccc4;
  }
  .button._green:hover {
    background: #30ca52;
  }
  .button._white:hover {
    background: #D3DFD7;
  }
  .catalog-live:hover .catalog-live-top::after {
    transform: scale(0);
  }
  [data-fls-rating=set] .rating__items:hover .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTEwLjA5MjMgMTQuODgzNUwxNi4wNjQ3IDE4LjQ4ODJMMTQuNDc5OCAxMS42OTQzTDE5Ljc1NjMgNy4xMjMyNUwxMi44MDc5IDYuNTMzNzRMMTAuMDkyMyAwLjEyNjQ2NUw3LjM3NjY4IDYuNTMzNzRMMC40MjgyMjMgNy4xMjMyNUw1LjcwNDggMTEuNjk0M0w0LjExOTg5IDE4LjQ4ODJMMTAuMDkyMyAxNC44ODM1WiIgZmlsbD0iI0VERDE0NiIvPgo8L3N2Zz4K") 0 0/1.25rem no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item {
    background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjAiIGhlaWdodD0iMTkiIHZpZXdCb3g9IjAgMCAyMCAxOSIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggZD0iTTE5LjgxNTcgNy4xMjMyNUwxMi44NjcyIDYuNTI0MDdMMTAuMTUxNiAwLjEyNjQ2NUw3LjQzNjAxIDYuNTMzNzRMMC40ODc1NDkgNy4xMjMyNUw1Ljc2NDEzIDExLjY5NDNMNC4xNzkyMiAxOC40ODgyTDEwLjE1MTYgMTQuODgzNUwxNi4xMjQgMTguNDg4MkwxNC41NDg4IDExLjY5NDNMMTkuODE1NyA3LjEyMzI1Wk0xMC4xNTE2IDEzLjA3NjNMNi41MTc5MiAxNS4yNzAxTDcuNDg0MzMgMTEuMTMzOEw0LjI3NTg2IDguMzUwNThMOC41MDg3MiA3Ljk4MzM1TDEwLjE1MTYgNC4wODg3M0wxMS44MDQyIDcuOTkzMDFMMTYuMDM3IDguMzYwMjVMMTIuODI4NiAxMS4xNDM1TDEzLjc5NSAxNS4yNzk3TDEwLjE1MTYgMTMuMDc2M1oiIGZpbGw9IiNFREQxNDYiLz4KPC9zdmc+Cg==") 0 0/1.25rem no-repeat;
  }
  [data-fls-rating=set] .rating__item:hover ~ .rating__item span {
    display: none;
  }
  .spollers.--sub-category .spollers__title:hover {
    background: #D3DFD7;
  }
  .contact-review-card-button .button:hover {
    background: #D3DFD7;
  }
  .like-button-prev:hover,
  .like-button-next:hover {
    opacity: 0.7;
  }
  .like-buttons .--link-button:hover {
    opacity: 0.7;
  }
  .like-buttons .--link-button:hover img {
    opacity: 1;
  }
  .like-buttons .--link-button:hover .--link-button-image {
    background: #D3DFD7;
  }
  .news-page-popular .news-page-popular-links a:hover {
    color: #707070;
  }
  .news-page-popular .news-page-popular-links a:hover::after {
    transform: scale(0);
  }
  .news-page-navigate a:hover {
    border-color: #899A8F;
    color: #78857c;
  }
}

@media (max-width: 992px) {
  .product-cards nav[aria-label=breadcrumb] {
    display: none !important;
  }
}

.catalog-filters-start {
  text-transform: uppercase;
}
/* Стили для каталога */
.catlog-level-0 {
    background: #D3DFD7;
    
   
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    line-height: 1;
    text-transform: uppercase;
}



.catlog-level-0 .spoller-burger {
    width: 20px;
    height: 20px;
}



/* Стили для меню */
.catlog-level-1 {
    
    padding: 0;
    margin: 0;
    background: #F0F4F1;
    animation: fadeIn 0.3s ease;
    overflow: hidden;
}

.catlog-level-1 li {
    position: relative;
}

.catlog-level-1 > li {
    border-bottom: 2px solid #D3DFD7;
}

.catlog-level-1 > li:last-child {
    border-bottom: none;
}

.catlog-level-1 a {
    display: block;
    padding: 14px 15px;
    color: #333;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.2s ease;
    position: relative;
    z-index: 1;
    width: calc(100% - 50px);
}
.catlog-level-1  ul li a {
  padding: 14px 20px;
}

.catlog-level-1 a:hover {
    color: #2CB84A;
}

/* Стили для кнопок подменю */
.catlog-level-1 li > button {
    position: absolute;
    right: 0px;
    top: 0px;
    width: 100px;
    height: 44px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 8px;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: end;
}

.catlog-level-1 li > button img {
    width: 16px;
    height: 16px;
    transition: transform 0.3s ease;
}

.catlog-level-1 li > button.active img {
    transform: rotate(90deg);
}

.catlog-level-1  li ul li > button {
  top: 0;
  height: 34px;
  width: 100%;
}

.menu-item:has(button.active) > a {
  color: #2CB84A;
}

/* Стили для подменю */
.catlog-level-1 ul {
    display: none;
    list-style: none;
    padding-left: 0;
    
    animation: slideDown 0.3s ease;
}

.catlog-level-1 ul li {
    
}

.catlog-level-1 ul li:last-child {
    border-bottom: none;
}

.catlog-level-1 ul a {
    padding: 10px 15px;
    font-size: 14px;
    color: #555;
}

.catlog-level-1 ul a:hover {
    
}

/* Вложенность уровней */
.catlog-level-1 ul ul {
    padding-left: 10px;
    
}
.catlog-level-1 ul ul li a {
  padding: 10px 20px;
  font-size: 12px;
}



/* Анимации */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideDown {
    from {
        opacity: 0;
        transform: translateY(-5px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Адаптивность */
@media (max-width: 900px) {
    .catalog-filters-start {
        position: relative;
    }
    
    
}
.catlog-level-0 {
  position: relative;
}
.catlog-level-0::after, .catlog-level-0::before  {
    content: "";
    position: absolute;
    right: 10px;
    top: 50%;
    background-color: #000;
    height: 1px !important;
    width: 7px !important;
    transition: transform 0.5s ease 0s;
    display: none;
}
@media(max-width: 900px) {
  .catlog-level-0::after, .catlog-level-0::before  {
    display: block;
  }
}
.catlog-level-0::after {
    transform: translate(0, -50%) rotate(-40deg);
}
.catlog-level-0::before {
    transform: translate(-75%, -50%) rotate(40deg);
}
.catlog-level-0.active::before {
    transform: translateX(-75%) rotate(-40deg);
}
.catlog-level-0.active::after {
   transform: rotate(40deg);
}
/* Стили для фильтра по цене */
.catalog-filters-price {
    position: relative;
    width: 100%;
    margin-top: 50px;
    border: 2px solid #D3DFD7;
}
@media(max-width: 900px) {
  .catalog-filters-price {
    margin-top: 5px;
  }
}

.catalog-filters-price button[data-open] {
background: #D3DFD7;
    padding: 12px 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    align-items: center;
    gap: 20px;
    transition: all 0.3s ease;
    width: 100%;
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: 0.2px;
    line-height: 1;
    text-transform: uppercase;
}





.catalog-filters-price button[data-open] img {
    width: 20px;
    height: 20px;
    
}






.catalog-results {
  /* height: inherit; */
}
.mg-pagination {
  margin-top: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media(max-width: 525px) {
  .mg-pagination {
    margin-top: 40px;
  }
}
.page-numbers {
  display: flex;
  gap: 10px;
   font-family: "Istok Web";
    font-size: 16px;
}
.page-numbers.current {
  background: #D3DFD7;
}
.page-numbers.current, .page-numbers.dots {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    border: 1px solid #D3DFD7;
    width: 40px;
    height: 40px;
    font-family: "Istok Web";
    font-size: 16px;
}
a.page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  border: 1px solid #D3DFD7;
  width: 40px;
  height: 40px;
  transition: all ease .3s;
}
a.page-numbers:hover {
  background: #D3DFD7;
}

.spollers.filter:not(:last-child) .spollers__body {
  padding: 0;
}

.catalog-results .card__link {
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
.card {
      min-width: 100%;
      height: 100%;
      overflow: hidden;
}
.catalog.result-search .catalog-results {
  padding-top: 50px;
  max-width: 1200px;
  margin: 0 auto;
    gap: clamp(20px, 2vw, 40px);
}
.catalog.result-search {
  margin-top: clamp(20px, 3.3vw, 65px);
}
.card__coast.--sale {
  gap: 3px;
  flex-direction: row-reverse;
}
.card__coast.--sale ins span.woocommerce-Price-amount.amount {
  color: #000 !important;
  font-family: "Istok Web" !important;
  font-size: 15px !important;
  font-style: normal !important;
  font-weight: 700 !important;
  line-height: normal !important;
  letter-spacing: -0.11px !important;
  text-decoration: none !important;
}
.card__coast ins[aria-hidden='true'] {
    text-decoration: none !important;
}
ins[aria-hidden="true"] .woocommerce-Price-amount.amount{
  color: #000 !important;
  font-size: 15px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.15px;
}
del[aria-hidden="true"] {
  font-size: 11px !important;
  font-weight: 400;
  color: #94A8AF !important;
}

.news-page-wrapper h1 {
  font-family: "Istok Web";
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    letter-spacing: -0.2px;
    margin-bottom: clamp(10px, 2vw, 20px);
}
.news-page-wrapper h3 {
  font-family: "Istok Web";
    font-size: clamp(14px, 2vw, 20px);
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.2px;
    margin-block: 20px;
    text-transform: uppercase;
}
.news-page-wrapper ul {
  padding-left: 20px;
}
.news-page-wrapper ul li {
  list-style: disc;
  line-height: 100%;
}
.news-page-wrapper ul li:not(:last-child) {
  margin-bottom: 5px;
}
.news-page-wrapper ul li::marker {
    font-size: 12px !important;
}

.news-page-wrapper table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
    background: white;
    margin: 25px 0;
    border: none !important;
}

.news-page-wrapper table thead {
    background: #D3DFD7;
}
.news-page-wrapper table tbody tr:first-child th {
    background-color: #D3DFD7 !important;
    border-color: #D3DFD7 !important;
}

.news-page-wrapper table th {
    padding: 18px 16px;
    text-align: left;
    font-weight: 600;
    font-size: 15px;
    color: #2c3e50;
    letter-spacing: 0.02em;
    border-bottom: 2px solid rgba(255, 255, 255, 0.2);
    white-space: nowrap;
}

.news-page-wrapper table th:first-child {
    border-top-left-radius: 12px;
}

.news-page-wrapper table th:last-child {
    border-top-right-radius: 12px;
}

.news-page-wrapper table tbody tr {
    transition: all 0.2s ease;
    border-bottom: 1px solid #f0f4f8;
}

.news-page-wrapper table tbody tr:hover {
    background-color: #f9fbfa;
    transform: translateY(-1px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.05);
}

.news-page-wrapper table td {
    padding: 16px;
    color: #4a5568;
    line-height: 1.5;
    font-size: 14px;
    vertical-align: top;
    border: none !important;
}

.news-page-wrapper table td:first-child {
    font-weight: 500;
    color: #2d3748;
}

.news-page-wrapper table tbody tr:last-child {
    border-bottom: none;
}

.news-page-wrapper table tbody tr:last-child td:first-child {
    border-bottom-left-radius: 12px;
}

.news-page-wrapper table tbody tr:last-child td:last-child {
    border-bottom-right-radius: 12px;
}

/* Ценовые ячейки */
.news-page-wrapper table td:nth-child(3),
.news-page-wrapper table td:nth-child(4) {
    font-family: 'SF Mono', 'Roboto Mono', monospace;
    font-weight: 500;
    color: #2e7d32;
    white-space: nowrap;
}

/* Полосы зебры */
.news-page-wrapper table tbody tr:nth-child(even) {
    background-color: #fafcfb;
}

.news-page-wrapper table tbody tr:nth-child(even):hover {
    background-color: #f5f9f6;
}

/* Убираем старые границы */
.news-page-wrapper table,
.news-page-wrapper table th,
.news-page-wrapper table td {
    border: none !important;
}

/* Адаптивность */
@media (max-width: 768px) {
    .news-page-wrapper table {
        display: block;
        overflow-x: auto;
        box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    }
    
    .news-page-wrapper table th,
    .news-page-wrapper table td {
        padding: 14px 12px;
        font-size: 13px;
        min-width: 140px;
    }
    
    .news-page-wrapper table th {
        font-size: 14px;
    }
}

.news-top-title {
  text-align: center;
}

.news-page-wrapper p img {
  margin-block: 20px;
  width: 100%;
  object-fit: cover;
  aspect-ratio: 1200 / 560;
}

.news-page-wrapper ol {
  padding-left: 20px;
}
.news-page-wrapper h2 {
  margin-block: 20px;
}
.news-page-wrapper .row {
  display: flex;
  gap: 20px;

}
.news-page-wrapper .row  .col-lg-12 {
    width: 100%;
}
.news-page-wrapper .staff-card img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 500 / 450;
}
.product-info-buttons .added_to_cart.wc-forward {
border-radius: 11px;
    font-family: "Istok Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.22px;
    height: 55px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    background: #FFF;
    transition: all ease .3s;
}
.product-info-buttons .added_to_cart.wc-forward:hover {
        background: #D3DFD7;
    }
.product-info .product-info-buttons {
  flex-wrap: wrap;
}
.product-info .product-info-buttons .button {
  width: fit-content;
}
@media(max-width: 425px) {
  .product-info .product-info-buttons .button {
    width: 100%;
  }
  .product-info-buttons .added_to_cart.wc-forward {
    width: 100%;
  }
}

.wc-block-cart__submit-container .wc-block-components-button {
  display: flex;
  border-radius: 11px;
    font-family: "Istok Web";
    font-size: 22px;
    font-style: normal;
    font-weight: 400;
    line-height: 100%;
    letter-spacing: -0.22px;
    height: 50px;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 11px 20px;
    background: #2CB84A;
    transition: all ease .3s;
    min-height: 50px !important;
}
.wc-block-cart__submit-container .wc-block-components-button:hover {
        background: #30ca52;
}
.wp-block-woocommerce-cart .wp-block-woocommerce-cart-order-summary-heading-block.wc-block-cart__totals-title {
  font-family: "Istok Web";
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -0.2px;

}

.news-top-title h1 {
  font-family: "Exo 2";
  font-size: clamp(16px, 3vw, 30px);
  font-style: normal;
  font-weight: 600;
  line-height: 120%; /* 140% */
  letter-spacing: 0.3px;
  max-width: 680px;
  margin: 0 auto;
}
.wp-block-woocommerce-cart  .wc-block-components-product-name {
  font-weight: 700;
}

.wp-block-woocommerce-cart-line-items-block .wc-block-cart-items__header {

}
.wc-block-cart__main .wc-block-cart-items th {
  padding-left: 20px;
}

.faq-section-wrapper p {
  color: #000;
  font-family: "Istok Web";
  font-size: clamp(14px, 1.8vw, 18px);
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: -0.15px;
  margin-bottom: 10px;
}

.product-info-coast {
  display: flex;
  flex-direction: row-reverse;
  align-items: start;
  justify-content: start;
  gap: 5px;
}
.product-info-coast ins .woocommerce-Price-amount.amount{
  font-size: clamp(18px, 2.5vw, 25px);
  letter-spacing: -2.5px;
  text-decoration: none !important;
  line-height: 110%;
}

.product-info-coast ins[aria-hidden='true'] {
    text-decoration: none !important;
}
.product-info-coast del[aria-hidden='true'] {
    margin-top: auto;
}




/*blog*/
.blog-wrapper {
  display: flex;
  gap: 70px;
}
.blog-wrapper-popular {
  max-width: 350px;
  width: 100%;
}
.blog-wrapper-popular__title {
  font-size: 22px;
  line-height: 110%;
  margin-bottom: 20px;
  color: #000;
  font-family: "Istok Web";
  font-weight: 600;
}
.blog-wrapper-popular__links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog-wrapper-popular__links a {
      padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    transition: all ease 0.3s;
    background: #D3DFD7;
    font-size: 16px;
    font-family: "Istok Web";
}
.blog-wrapper-popular__links a:hover {
  background: #c1ccc4;
}
.blog-card {
  display: flex;
  gap: 20px;
}
.blog-card:not(:last-child) {
  margin-bottom: 80px;
}
.blog-card__image {
  max-width: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
}
.blog-card__image img {
  width: 100%;
  object-fit: cover;
  aspect-ratio: 150 / 150;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease .3s;
}
.blog-card__image:hover img {
  transform: scale(1.1);
}
.blog-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card-info__type {
  font-size: 16px;
  font-family: "Istok Web";
  color: #94A8AF;
  transition: all ease .3s;
}
.blog-card-info__type:hover {
  color: #79888d;
}
.blog-card-info__title {
  font-size: 30px;
  font-family: "Istok Web";
  transition: all ease .3s;
  letter-spacing: 0.3px;
}
.blog-card-info__title:hover {
  color: #79888d;
}
.blog-card-info__text {
  font-size: 18px;
  font-family: "Istok Web";
  line-height: 120%;
  color: #2c3e50;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




/*blog*/
.blog-wrapper {
  display: flex;
  gap: clamp(30px, 3.5vw, 70px);
}
@media(max-width: 768px) {
  .blog-wrapper {
    flex-direction: column;
  }
}
.blog-wrapper-popular {
  max-width: 350px;
  width: 100%;
}
@media(max-width: 768px) {
  .blog-wrapper-popular {
    max-width: 100%;
  }
}
.blog-wrapper-popular__title {
  font-size: clamp(18px, 2.2vw, 22px);
  line-height: 110%;
  margin-bottom: 20px;
  color: #000;
  font-family: "Istok Web";
  font-weight: 600;
}
.blog-wrapper-popular__links {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
}
.blog-wrapper-popular__links a {
      padding: 5px 15px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    transition: all ease 0.3s;
    background: #D3DFD7;
    font-size: 16px;
    font-family: "Istok Web";
}
.blog-wrapper-popular__links a:hover {
  background: #c1ccc4;
}
.blog-card {
  display: flex;
  gap: 20px;
  align-items: center;
}
.blog-card:not(:last-child) {
  margin-bottom: clamp(30px, 4.5vw, 80px);
}
.blog-card__image {
  max-width: 150px;
  max-height: 150px;
  width: 100%;
  overflow: hidden;
  border-radius: 50%;
  flex: 0 0 150px;
}
.blog-card__image img {
  width: 100%;
  flex: 0 0 150px;
  object-fit: cover;
  aspect-ratio: 150 / 150;
  border-radius: 50%;
  overflow: hidden;
  transition: all ease .3s;
}
@media(max-width: 425px) {
  .blog-card__image {
    max-width: 90px;
    max-height: 90px;
    flex: 0 0 90px;
  }
}
.blog-card__image:hover img {
  transform: scale(1.1);
}
.blog-card-info {
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.blog-card-info__type {
  font-size: clamp(14px, 1.6vw, 16px);
  font-family: "Istok Web";
  color: #94A8AF;
  transition: all ease .3s;
}
.blog-card-info__type:hover {
  color: #79888d;
}
.blog-card-info__title {
  font-size: clamp(20px, 3vw, 30px);
  font-family: "Istok Web";
  transition: all ease .3s;
  letter-spacing: 0.3px;
  line-height: 100%;
}
.blog-card-info__title:hover {
  color: #79888d;
}
.blog-card-info__text {
  font-size: clamp(15px, 1.8vw, 20px);
  font-family: "Istok Web";
  line-height: 120%;
  color: #2c3e50;
      overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.news-top nav[aria-label=breadcrumb] {
margin: 0 auto;
    width: fit-content;
}

.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained {
  padding: 11px 20px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    transition: all ease 0.3s;
    background: #2CB84A;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained:hover {
  background: #30ca52;
}
.wc-block-components-button.wp-element-button.wc-block-components-checkout-place-order-button.contained .wc-block-components-checkout-place-order-button__text {
  font-size: 18px;
  font-family: "Istok Web";
}

.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-return-to-cart-button {
padding: 11px 20px 11px 40px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 11px;
    transition: all ease 0.3s;
    background: #FFF;
    font-size: 18px;
  font-family: "Istok Web";
}
.wc-block-components-checkout-return-to-cart-button svg {
    left: 10px;
    transition: all ease .3s;
}
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-return-to-cart-button:hover {
  background: #D3DFD7;
}
.wc-block-checkout__actions.wp-block-woocommerce-checkout-actions-block .wc-block-components-checkout-return-to-cart-button:hover svg {
  left: 5px;
} 



.catalog-hero-links {
  flex-wrap: wrap;
  gap: 20px;
  justify-content: center;


}
.catalog-hero-links a {
  position: relative;
  padding-right: 20px;
  transition: all ease .3s;
  /* margin-right: 20px; */
}
.catalog-hero-links a:hover {
  color: #79888e;
}
.catalog-hero-links a:not(:last-child)::after {
  content: '';
  height: 100%;
  width: 2px;
  background: #94A8AF;
  display: flex;
  right: 0;
  bottom: 0;
  position: absolute;
}

#shipping .wc-block-components-text-input.wc-block-components-address-form__address_1{
  margin-top: 12px;
}




@container (max-width: 699px) {
    .wc-block-cart table.wc-block-cart-items .wc-block-cart-items__row {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        padding: 16px;
    }
    .wc-block-cart-item__total {
      min-width: auto;
    }
    .wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__image {
      min-width: 80px;
    }
}
.wc-block-cart-items.wp-block-woocommerce-cart-line-items-block .wc-block-cart-item__total {
  min-width: 80px;
}

.faq-section-wrapper h5 {
  font-family: "Exo 2";
    font-size: clamp(22px, 4vw, 41px);
    font-style: normal;
    font-weight: 500;
    line-height: 110%;
    text-align: center;
    margin-bottom: clamp(20px, 4vw, 80px);
}
 .faq-section-wrapper h2 {
  font-family: "Istok Web";
    font-size: clamp(16px, 2vw, 20px);
      font-style: normal;
      font-weight: 700;
      line-height: normal;
      letter-spacing: -0.2px;
      margin-bottom: 20px;
 }
 .faq-section-wrapper div {
   font-family: "Istok Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.15px;
 }
 .faq-section-wrapper div p {
  font-family: "Istok Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.15px;
}
.faq-section-wrapper div ul {
  padding-left: 20px;
}
.faq-section-wrapper div ol {
  padding-left: 20px;
}
.faq-section-wrapper div ul li {
    list-style: disc;
    font-family: "Istok Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.15px;
    margin-bottom: 5px;
}
.faq-section-wrapper div ol li {
    font-family: "Istok Web";
    font-size: 15px;
    font-style: normal;
    font-weight: 400;
    line-height: 120%;
    letter-spacing: -0.15px;
    margin-bottom: 5px;
}
.faq-section-wrapper div ul li::marker {
    font-size: 12px;
}

/* Стили для всплывающего окна Cookie */
.cookie-consent {
    position: fixed;
    bottom: 20px;
    left: 20px;
    right: 20px;
    background-color: #ffffff;
    color: #333333;
    padding: 20px 30px;
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.15);
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    z-index: 9999;
    font-family: 'Montserrat', sans-serif;
    border-left: 5px solid #2CB84A;
    transition: transform 0.4s ease, opacity 0.4s ease;
    transform: translateY(150%);
    opacity: 0;
}

.cookie-consent.show {
    transform: translateY(0);
    opacity: 1;
}

.cookie-consent__text {
    font-size: 14px;
    line-height: 1.5;
    margin-right: 20px;
    color: #555;
    flex: 1;
}

.cookie-consent__text a {
    color: #2CB84A;
    text-decoration: none;
    font-weight: 600;
}

.cookie-consent__text a:hover {
    text-decoration: underline;
}

.cookie-consent__button {
    background-color: #2CB84A;
    color: white;
    border: none;
    padding: 12px 28px;
    border-radius: 8px;
    font-weight: 600;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.3s ease, transform 0.2s ease;
    white-space: nowrap;
}

.cookie-consent__button:hover {
    background-color: #2CB84A;
    transform: translateY(-1px);
}

.cookie-consent__button:active {
    transform: translateY(0);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .cookie-consent {
        flex-direction: column;
        align-items: flex-start;
        bottom: 10px;
        left: 10px;
        right: 10px;
        padding: 20px;
    }
    
    .cookie-consent__text {
        margin-right: 0;
        margin-bottom: 15px;
    }
    
    .cookie-consent__button {
        width: 100%;
    }
}

/**404**/
.error-wrapper{
    margin: 0;
    padding: 0;
    font-family: inherit;
    display: flex;
    justify-content: center;
    align-items: center;
}
.error-container {
    text-align: center;
    padding: 20px;
    position: relative;
    max-width: 900px;
    width: 100%;
}

/* Блок, где 404 и "НЕ НАЙДЕНО" вместе */
.error-main-block {
    position: relative;
    height: 400px; /* Высота подстроена под размер "404" */
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
}

/* Огромная текстовая подложка 404 */
.error-404-bg {
    font-size: 400px;
    font-weight: 700;
    color: #cbcdcb;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    user-select: none;
    line-height: 1;
    pointer-events: none;
    letter-spacing: -5px;
}

/* Заголовок "НЕ НАЙДЕНО" в центре этого же блока */
.error-title {
    font-size: 72px;
    font-weight: 700;
    color: #2eb44b; /* Основной зеленый цвет проекта */
    margin: 0;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    letter-spacing: 2px;
}

/* Подзаголовок ниже (жирный шрифт) */
.error-subtitle {
    font-size: 32px;
    font-weight: 600;
    margin: 20px 0 15px 0;
    color: #333;
}


/* Описание */
.error-description {
    font-size: 18px;
    color: #888;
    margin: 0 0 40px 0;
    line-height: 1.6;
}

/* Кнопка */
.btn-home {
    display: inline-block;
    padding: 18px 45px;
    background-color: #2eb44b;
    color: #ffffff;
    text-decoration: none;
    font-weight: 700;
    border-radius: 4px;
    font-size: 16px;
    letter-spacing: 0.5px;
    transition: all 0.3s ease;
}

.btn-home:hover {
    background-color: #25913c;
    box-shadow: 0 4px 15px rgba(46, 180, 75, 0.3);
    transform: translateY(-2px);
}

/* Адаптивность для мобильных устройств */
@media (max-width: 768px) {
    .error-main-block {
        height: 200px; /* Уменьшаем высоту для мобильных */
    }
    .error-404-bg {
        font-size: 200px;
        letter-spacing: -2px;
    }
    .error-title {
        font-size: 38px;
    }
    .error-subtitle {
        font-size: 22px;
        margin-top: 10px;
    }
    .error-description {
        font-size: 16px;
    }
    .btn-home {
        padding: 15px 30px;
        font-size: 15px;
    }
}
.card{
  position: relative;
}
.card__link{
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.card__buttons{
  z-index: 2;
}

.how-send-card__image img{
  max-width: 100% !important;
}