/* cyrillic — файлы лежат в css/fonts/roboto/ (путь ../font/roboto/ не существовал → 404 и откладывание загрузки) */
@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 300;
  font-display: swap;
  src: url('fonts/roboto/Roboto-300.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: 'Roboto';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url('fonts/roboto/Roboto-400.woff2') format('woff2');
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

@font-face {
  font-family: "Unbounded";
  src: url('../fonts/Unbounded-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SF UI Display";
  src: url("../fonts/SFUIDisplay-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Lato";
  src: url("../fonts/Lato-Bold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}



* {
  padding: 0;
  margin: 0;
  border: 0;
}

*,
*:before,
*:after {
  box-sizing: border-box;
}

:focus,
:active {
  outline: none;
}

a:focus,
a:active {
  outline: none;
}

nav,
footer,
header,
aside {
  display: block;
}

html,
body {
  height: 100%;
  width: 100%;
  font-size: 100%;
  line-height: 1;
  font-size: 14px;
  -ms-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

input,
button,
textarea {
  font-family: inherit;
}

input::-ms-clear {
  display: none;
}

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

input[type="number"] {
  -moz-appearance: textfield;
  appearance: textfield;
}

button {
  cursor: pointer;
}

button::-moz-focus-inner {
  padding: 0;
  border: 0;
}

a,
a:visited {
  text-decoration: none;
}

a:hover {
  text-decoration: none;
}

a {
  color: inherit;
}

ul li {
  list-style: none;
}

img {
  vertical-align: top;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inheri;
}


body {
  font-family: "SF UI Display";
  font-size: 16px;
  color: #000;
  width: 100%;
  height: -moz-fit-content;
  height: fit-content;
  overflow-x: hidden;
  overflow-y: auto;
}

.container {
  margin: 0 auto;
  height: 100%;
  max-width: 1170px;
  width: 100%;
}

.bg_blue {
  background: #101825;
  line-height: 130%;
}

.btn {
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 42px;
  text-transform: uppercase;
  color: #fff;
  background: #ee2d45;
  cursor: pointer;
}

.btn__red-shadow {
  background: var(--Primary-2, #ee2d45);
  box-shadow: 0px 0px 15px 0px rgba(186, 14, 35, 0.3);
}

.btn:hover {
  background: #ba0e23;
}

.btn_white {
  color: #000;
  height: 50px;
  width: -moz-fit-content;
  width: fit-content;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "SF UI Display";
  height: 50px;
  border: 1px solid #ee2d45;
  border-radius: 27px;
  cursor: pointer;
  background: #fff;
}

.btn_white:hover {
  color: #fff;
  background: #ee2d45;
}

.title {
  font-family: "Unbounded";
  color: #000;
  font-size: 38px;
}

.title__white {
  color: #fff;
}

.title_small {
  font-family: "Unbounded";
  color: #000;
  font-size: 32px;
  font-weight: 500;
}

.subtitle {
  margin-top: 48px;
}

.subtitle_text {
  margin-top: 24px;
}

.section {
  padding: 60px 0;
}

.section_top {
  padding: 60px 0 0 0;
}

.section_white {
  background: #fff;
}

.section_grey {
  background: #f7f8ff;
}

.section_dark {
  background: #101825;
}

.text {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
}

.text h2 {
  font-family: "Unbounded";
  color: #000;
  font-size: 28px;
  font-weight: 500;
  margin-top: 30px;
  /* margin-bottom: 48px; */
  line-height: 1.3;
}

.text h3 {
  font-family: "Unbounded";
  color: #000;
  font-size: 26px;
  font-weight: 500;
  margin-top: 38px;
  margin-bottom: 38px;
  line-height: 1.3;
}

.text ul {
  margin-top: 24px;
  padding-left: 40px;
}

.text ul li {
  display: list-item;
  list-style: disc;
}

.text a {
  color: #ba0e23
}

.section-article {
  border-bottom: 2px solid #b4b4b4;
  padding-bottom: 30px;
  display: grid;
  -ms-grid-columns: calc(100% - 320px - 24px) 24px 320px;
  grid-template-columns: calc(100% - 320px - 24px) 320px;
  grid-gap: 24px;

  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.section-article__content {
  /* float: left;
  padding-right: 30px; */

  width: calc(100% - 320px - 24px);

  flex: 1;
  /* занимает всё доступное пространство */
  min-width: 0;
  /* важно для корректного сжатия текста */
}

.section-article__aside--mobile {
  display: none;
}

.section-article__aside-1 {
  width: 320px;
  flex-shrink: 0;
}

.section-article__aside {
  width: 320px;
  /* float: left; */
  border-left: 1px solid #d1d1d1;
  /* padding: 15px 15px 30px 30px; */
  /* position: sticky;
  top: 60px; */
  padding-top: 0;
  padding-left: 30px;
}

.aside-article {
  border-bottom: 1px solid #d1d1d1;
  padding-bottom: 25px;
  margin-bottom: 25px;
}

.aside-article__title {
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.8px;
  text-align: center;
  padding-bottom: 15px;
}

.last-article {
  padding-bottom: 20px
}

.last-article:last-child {
  padding-bottom: 0
}

.last-article__date {
  font-size: 12px;
  color: #999;
  font-style: italic;
  margin-bottom: 10px
}

.last-article__title {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  padding-bottom: 5px
}

.last-article__img {
  width: 80px;
  padding-right: 15px
}

.last-article__img img {
  max-width: 100%
}

.last-article__img+.last-article__name {
  width: calc(100% - 80px)
}

.last-article__name {
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.6px;
  line-height: 1.5
}

.last-article__name a {
  text-decoration: underline
}

.last-article__name a:hover {
  text-decoration: none;
  color: #ae7000
}

.last-article__text {
  font-size: 12px;
  line-height: 1.5
}

.article-text .blog_content_nav {
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dde0ed;
  ;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  /* line-height:26px */
}

.article-text .blog_content_nav p {
  font-weight: bold;
  padding-bottom: 10px;
  font-size: 20px
}

.article-text .blog_content_nav ol {
  padding-left: 0px;
  padding-bottom: 0px;
  line-height: 1.6;
  list-style: none;
  counter-reset: li
}

.article-text .blog_content_nav ol li {
  padding-bottom: 7px;
  list-style-type: none;
  margin-top: 0;
  margin-bottom: 0;
}

.article-text .blog_content_nav ol li:before {
  counter-increment: li;
  content: counters(li, ".") ". ";
  background: none;
  color: #222;
  width: auto;
  height: 0;
  line-height: 0;
  margin: 0;
  top: 0;
  left: 0;
  position: relative;
}

.article-text .blog_content_nav ol li a {
  text-decoration: none;
  /* border-bottom:1px #222 dotted; */
  color: #222;
}

.article-text .blog_content_nav ol li a:hover {
  border-bottom: none;
  color: #6c1010
}

.article-text .blog_content_nav ol li ol {
  margin-top: 5px
}

.article-text .blog-article-inline-cta {
  background: linear-gradient(135deg, #fff5f6 0%, #ffe9ec 100%);
  border: 1px solid #f6c9cf;
  border-left: 4px solid #ee2d45;
  border-radius: 16px;
  padding: 24px 28px;
  margin: 32px 0;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px 24px;
  box-shadow: 0 6px 20px rgba(186, 14, 35, 0.06);
}

.article-text .blog-article-inline-cta p {
  margin: 0;
  line-height: 1.5;
  color: #1f2330;
  flex: 1 1 320px;
  min-width: 0;
  font-size: 16px;
}

.article-text .blog-article-inline-cta p strong {
  color: #6c1010;
  font-weight: 600;
}

.article-text .blog-article-inline-cta p:last-child {
  flex: 0 0 auto;
}

.article-text .blog-article-inline-cta .blog-article-inline-cta__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 0 26px;
  border-radius: 27px;
  background: #ee2d45;
  color: #fff;
  font-family: "SF UI Display", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: 0 4px 14px rgba(186, 14, 35, 0.18);
  transition: background 0.2s ease, box-shadow 0.2s ease, transform 0.1s ease;
  margin: 0;
}

.article-text .blog-article-inline-cta .blog-article-inline-cta__btn:hover {
  background: #ba0e23;
  box-shadow: 0 6px 18px rgba(186, 14, 35, 0.28);
  color: #fff;
}

.article-text .blog-article-inline-cta .blog-article-inline-cta__btn:active {
  transform: translateY(1px);
}

@media (max-width: 640px) {
  .article-text .blog-article-inline-cta {
    padding: 20px 22px;
    gap: 14px;
  }
  .article-text .blog-article-inline-cta p {
    flex-basis: 100%;
  }
  .article-text .blog-article-inline-cta .blog-article-inline-cta__btn {
    width: 100%;
    white-space: normal;
    height: auto;
    min-height: 48px;
    padding: 12px 20px;
    text-align: center;
    line-height: 1.2;
  }
}

.article-text h2 {
  font-size: 27px;
}

.article-products {
  margin: 36px 0 24px;
}

.article-products__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 8px 18px;
  margin-bottom: 18px;
}

.article-products__title {
  font-family: "Unbounded", sans-serif;
  font-size: 22px;
  font-weight: 500;
  color: #1f2330;
  margin: 0;
  line-height: 1.25;
}

.article-products__link {
  font-size: 14px;
  font-weight: 600;
  color: #6c1010;
  text-decoration: none;
  white-space: nowrap;
  border-bottom: 1px dashed transparent;
  transition: color 0.2s ease, border-color 0.2s ease;
}

.article-products__link:hover {
  color: #ee2d45;
  border-bottom-color: #ee2d45;
}

.article-products__slider-wrap {
  position: relative;
  margin: 0 -4px;
  padding: 0 4px;
}

.article-products-carousel {
  width: 100%;
  overflow: hidden;
}

.article-products-carousel .swiper-wrapper {
  display: flex;
  align-items: stretch;
  box-sizing: content-box;
  list-style: none;
  margin: 0;
  padding: 0;
}

.article-products-carousel .swiper-wrapper > li {
  list-style: none;
}

.article-products-carousel .swiper-wrapper::before,
.article-products-carousel .swiper-wrapper::after {
  display: none !important;
}

.article-products-carousel__item {
  display: flex;
  flex-direction: column;
  height: auto;
  background: #fff;
  border: 1px solid #dde0ed;
  border-radius: 16px;
  overflow: hidden;
  transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.article-products-carousel__item:hover {
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
  transform: translateY(-2px);
}

.article-products-carousel__item form {
  display: flex;
  flex-direction: column;
  height: 100%;
  margin: 0;
}

.article-products-carousel__img-link {
  display: block;
  background: #f7f8fb;
  overflow: hidden;
}

.article-products-carousel__img-link .product-card__img {
  margin: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  display: flex;
  align-items: center;
  justify-content: center;
}

.article-products-carousel__img-link .product-card__img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.4s ease;
}

.article-products-carousel__item:hover .article-products-carousel__img-link .product-card__img img {
  transform: scale(1.04);
}

.article-products-carousel__body {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
  padding: 14px 14px 16px;
  gap: 8px;
}

.article-products-carousel__title {
  font-family: "SF UI Display", "Roboto", sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.35;
  color: #1f2330;
  text-decoration: none;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: calc(1.35em * 2);
}

.article-products-carousel__title:hover {
  color: #ba0e23;
}

.article-products-carousel__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  font-size: 12px;
  color: #6d6f77;
}

.article-products-carousel__meta-item {
  background: #f3f4f8;
  padding: 3px 8px;
  border-radius: 8px;
}

.article-products-carousel__price-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  margin-top: auto;
  padding-top: 6px;
}

.article-products-carousel__price {
  font-family: "Unbounded", sans-serif;
  font-size: 18px;
  font-weight: 500;
  color: #1f2330;
  white-space: nowrap;
}

.article-products-carousel__price span {
  font-size: 14px;
  color: #6d6f77;
  margin-left: 2px;
}

.article-products-carousel__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 38px;
  padding: 0 14px;
  border-radius: 22px;
  background: #ee2d45;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  text-decoration: none;
  white-space: nowrap;
  border: 1px solid #ee2d45;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
}

.article-products-carousel__btn:hover {
  background: #ba0e23;
  border-color: #ba0e23;
  color: #fff;
  box-shadow: 0 4px 12px rgba(186, 14, 35, 0.18);
}

.article-products-carousel__btn_outline {
  background: #fff;
  color: #ba0e23;
}

.article-products-carousel__btn_outline:hover {
  background: #ba0e23;
  color: #fff;
}

.article-products__nav {
  position: absolute;
  top: 38%;
  transform: translateY(-50%);
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  border: 1px solid #dde0ed;
  color: #1f2330;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 4;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.08);
  transition: background 0.2s ease, color 0.2s ease, box-shadow 0.2s ease, opacity 0.2s ease;
}

.article-products__nav:hover {
  background: #ba0e23;
  border-color: #ba0e23;
  color: #fff;
  box-shadow: 0 6px 18px rgba(186, 14, 35, 0.25);
}

.article-products__nav--prev {
  left: -18px;
}

.article-products__nav--next {
  right: -18px;
}

.article-products__nav.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.article-products__slider-wrap_no-nav .article-products__nav {
  display: none;
}

@media (max-width: 1100px) {
  .article-products__nav--prev {
    left: -6px;
  }
  .article-products__nav--next {
    right: -6px;
  }
}

@media (max-width: 768px) {
  .article-products-carousel__price {
    font-size: 16px;
  }
  .article-products-carousel__btn {
    height: 34px;
    padding: 0 10px;
  }
  .article-products__nav {
    width: 34px;
    height: 34px;
  }
}

@media (max-width: 640px) {
  .article-products__title {
    font-size: 18px;
  }
}

.article-text blockquote {
  margin-bottom: 40px;
  background: #fff;
  padding: 20px;
  margin-bottom: 20px;
  border-left: 3px solid #6c1010;
  line-height: 1.4;
  margin-top: 20px;
}

.article-text blockquote p:first-child {
  padding-top: 0;
  margin-top: 0;
}

.article-text blockquote p:last-child {
  padding-bottom: 0
}





.blog-page__img {
  margin-top: 25px;
  margin-bottom: 25px;
}

.blog-page__img img {
  max-width: 100%;
  width: 1140px;
  display: block;
  margin: 0 auto;
}

figure.left-img {
  margin: 0 auto;
  padding: 0 15px 15px 0;
  max-width: 100%;
  text-align: center;
  margin-top: 40px;
}

figure.left-img img {
  max-width: 100%
}

figure.left-img figcaption {
  text-align: center;
  font-size: 14px;
  margin-top: 10px
}

.article-text ul {
  list-style: none;
  /* убираем стандартные маркеры */
  padding-left: 0px;
}

.article-text li {
  position: relative;
  padding-left: 28px;
  /* отступ под иконку */
  margin-bottom: 10px;
  list-style: none !important;
}

.article-text li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 18px;
  height: 18px;
  background-image: url('/netcat_template/template/botanicbox/img/list-marker.svg');
  /* путь к SVG-файлу */
  background-repeat: no-repeat;
  background-size: contain;
}

@media (max-width:1020px) {

  .section-article {
    flex-direction: column;
  }

  .section-article__content,
  .section-article__aside-1 {
    width: 100%;
    /* на всю ширину */
  }

  .section-article__aside-1 {
    margin-top: 30px;
    /* отступ между статьёй и блоком */
  }

  .section-article__aside {
    border-left: none;
    margin: 0 auto;
    padding-left: 0;

  }

  figure.left-img {
    padding: 0
  }
}

@media (max-width:600px) {
  .article-text .blog_content_nav p {
    font-size: 16px;
  }

  .article-text .blog_content_nav {
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .article-text .blog_content_nav ol {
    padding-left: 0px
  }

  .article-text .blog_content_nav ol li {
    margin-bottom: 2px;
    padding-left: 0;
  }

  .article-text .blog_content_nav ol li ol {
    padding-left: 10px
  }

  .article-text .blog_content_nav ol li ol li {
    padding-left: 10px;
    margin-bottom: 2px
  }

  .article-text h2 {
    font-size: 18px;
    margin-top: 20px;
  }

  .article-text ul {
    margin-top: 0;
  }
}

.sidebar-products {
  /* position: sticky;
  top: 100px; */
  padding: 20px;
  border: 1px solid #ddd;
  background: #fafafa;
  border-radius: 10px;
  margin-bottom: 20px;
}

.sidebar-products .sidebar-title {
  font-size: 18px;
  margin-bottom: 18px;
  font-weight: bold;
}

.microdosing-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.microdosing-list li {
  margin-bottom: 18px;
}

.microdosing-list li:last-child {
  margin-bottom: 0;
}

.microdosing-list .sub-title {
  display: flex;
  align-items: center;
  gap: 6px;
}

.microdosing-list .icon {
  font-size: 20px;
  flex-shrink: 0;
  margin-top: 5px;
}

.microdosing-list a {
  position: relative;
  font-weight: 600;
  color: #6c1010;
  text-decoration: none;
  font-size: 16px;
}

.microdosing-list a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background 0.2s;
}

.microdosing-list a:hover::after {
  background: #ee2d45;
}

.microdosing-list .desc {
  font-size: 14px;
  color: #666;
  margin-left: 28px;
  /* 👈 выравнивает текст под названием */
  line-height: 1.4;
}

.product-hit {
  border: 2px solid #ee2d45;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  margin: 25px 0;
  background: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12);
  /* 👈 тень для глубины */
  /* cursor: pointer; 👈 показывает, что это кликабельно */
}

/* .product-hit:hover {

  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.12); 
  background: #fff;
} */

.product-hit .hit-label {
  background: #ee2d45;
  color: #fff;
  font-weight: bold;
  display: inline-block;
  padding: 4px 10px;
  border-radius: 20px;
  font-size: 14px;
  margin-bottom: 10px;
}

.product-hit .product-card {
  border: none;
}

.product-hit .product-card:hover {
  box-shadow: none;
}

.product-hit .product-card__btn-block {
  padding: 0;
}

.product-hit .product-card__info {
  padding: 0;
}

.product-hit .product-card__price-block {
  margin-top: 0;
}

.product-hit .bullet-phrase {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  font-weight: 600;
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 8px 0 14px;
  margin-top: 15px;
  line-height: 1.3;
}

.product-card__info .bullet-phrase {
  display: inline-block;
  background: #e8f5e9;
  color: #2e7d32;
  /* font-weight: 600; */
  font-size: 15px;
  padding: 6px 12px;
  border-radius: 6px;
  margin: 8px 0 14px;
  margin-top: 15px;
  line-height: 1.3;
  margin-bottom: 2px;
}



.slider__wrapper {
  position: relative;
}

.slider__btn-prev,
.slider__btn-next {
  width: 60px;
  height: 60px;
  position: absolute;
  top: 50%;
  border-radius: 18px;
  border: 1px solid #dde0ed;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  z-index: 5;
  background: rgba(255, 255, 255, 0.1);
}

.slider__btn-prev svg,
.slider__btn-next svg {
  width: 20px;
  flex: 0 0 20px;
}

.slider__btn-prev.swiper-button-disabled,
.slider__btn-next.swiper-button-disabled {
  opacity: 0.5;
}

.slider__btn-prev {
  left: -40px;
  transform: translate(-100%, -50%);
}

.slider__btn-next {
  right: -40px;
  transform: translate(100%, -50%) rotate(180deg);
}

.tabs input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.tabs a,
.tabs label {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "SF UI Display";
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 27px;
  cursor: pointer;
  background: #fff;
}

.tabs input:checked+label {
  border: 2px solid #ee2d45;
  background: #ee2d45;
  color: #fff;
}

.tabs_small label {
  padding: 3px 12px 0;
  font-size: 12px;
  height: 27px;
}

.checkbox {
  position: relative;
}

.checkbox input {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.checkbox input:checked+label::after {
  display: block;
}

.checkbox input:checked+label::before {
  border: none;
  background: #ee2d45;
}

.checkbox label {
  display: inline-block;
  padding-left: 34px;
  cursor: pointer;
}

.checkbox label::before {
  content: "";
  width: 16px;
  height: 16px;
  border: 1px solid #878a95;
  border-radius: 3px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.checkbox label::after {
  content: "";
  display: none;
  position: absolute;
  left: 5px;
  top: 50%;
  height: 9px;
  width: 6px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  z-index: 1;
  transform: translate(0, -65%) rotate(45deg);
}

.rating {
  margin-top: 13px;
  display: flex;
  gap: 5px;
}

.rating-star svg {
  opacity: 0.4;
}

.rating-star.active svg {
  opacity: 1;
}

.header {
  position: relative;
}

.header__main {
  width: 100%;
  height: 50px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__main-wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__main-menu-block {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: start;
  gap: 22px;
}

.header__main-search {
  height: 28px;
  cursor: pointer;
}

.header__main-search svg {
  height: 100%;
}

.header__main-menu {
  height: 100%;
  display: flex;
  align-items: center;
  gap: 36px;
}

.header__main-menu a {
  color: #fff;
}

.header__main-menu a:hover {
  text-decoration: underline;
}

.header__main-city-select {
  height: 34px;
  width: 200px;
  padding: 0 18px;
  position: relative;
  border-radius: 50px;
  border: 1px solid rgba(255, 255, 255, 0.3);
  display: flex;
  align-items: center;
}

.header__main-city-select svg {
  position: absolute;
  right: 16px;
  top: 50%;
  transform: translate(0, -50%);
}

.header__search-panel {
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 23px;
  overflow: hidden;
  max-height: 0;
  background: #101825;
  z-index: 20;
  border-radius: 0 0 25px 25px;
}

.header__search-panel.active {
  max-height: 50px;
  padding: 6px 20px;
}

.header__search-input-block {
  position: relative;
}

.header__search-input-block input {
  padding: 0 38px 0 12px;
  width: 258px;
  height: 30px;
  background: transparent;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 40px;
  color: #fff;
}

.header__search-input-block svg {
  height: 22px;
  position: absolute;
  right: 12px;
  top: 50%;
  transform: translate(0, -50%);
}

.header__search-cancel {
  color: #fff;
  font-size: 11px;
  display: none;
}

.header__bottom {
  height: 104px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__bottom.transparent {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  z-index: 3;
}

.header__bottom.transparent .header__contacts-title {
  color: rgba(255, 255, 255, 0.5019607843);
}

.header__bottom.transparent .header__contacts-item {
  color: #ffffff;
}

.header__bottom.transparent .header__contacts-btn {
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.header__bottom.transparent .header__contacts-btn div {
  aspect-ratio: 1/1;
  height: 4px;
  background: #fff;
  border-radius: 50%;
}

.header__bottom.transparent .header__btns-item path {
  stroke: #fff;
  fill: #fff;
}

.header__bottom.transparent .header__btns-item.nofill path {
  fill: transparent;
}


/* .header__bottom.transparent .header__btns-item:nth-child(2) path,
.header__bottom.transparent .header__btns-item:nth-child(3) path {
  fill: transparent;
} */

.header__bottom.transparent .burger-btn,
.header__bottom.transparent .header__call_mobile {
  border: 1px solid rgba(255, 255, 255, 0.2);
}

.header__bottom.transparent .burger-btn svg path,
.header__bottom.transparent .header__call_mobile svg path {
  fill: #fff;
}

.header__bottom-wrapper {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__logo {
  /* height: 50px; */
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 50px;
  position: relative;
}

.header__logo::after {
  content: '';
  position: absolute;
  height: 50px;
  left: 225px;
  top: 50%;
  background-color: silver;
  -webkit-transform: translate(0%, -50%) rotate(26deg);
  -ms-transform: translate(0%, -50%) rotate(26deg);
  transform: translate(0%, -50%) rotate(26deg);
  width: 1px;
}

.header__logo img {
  height: 100%;
  width: 100%;
  max-width: 200px;
}

.header__logo span {
  color: #fff;
  -webkit-box-flex: 0;
  -ms-flex: 0 1 200px;
  flex: 0 1 200px;
}

.header__bottom-right {
  display: flex;
  align-items: center;
  gap: 83px;
}

.header__bottom-right_mobile {
  display: none;
  gap: 6px;
}

.header__contacts {
  height: 48px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 4px;
}

.header__contacts-title {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.header__contacts-item {
  font-size: 20px;
  display: flex;
  gap: 8px;
}

.header__contacts-btn {
  padding: 0 8px;
  width: 34px;
  height: 18px;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.header__contacts-btn div {
  aspect-ratio: 1/1;
  height: 4px;
  background: #000;
  border-radius: 50%;
}

.header__btns-line {
  height: 39px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.header__btns-line_top {
  display: none;
  height: 22px;
}

.header__btns-line_top svg path {
  stroke: #fff;
  fill: #fff;
}

.header__btns-line_top .header__btns-item svg {
  height: 22px !important;
}

.header__btns-line_top .header__btns-item:nth-child(1) svg {
  height: 16px !important;
}

/* .header__btns-line_top .header__btns-item:nth-child(2) path,
.header__btns-line_top .header__btns-item:nth-child(3) path {
  fill: transparent;
} */

.header__btns-line_top .header__cart-marker {
  top: -3px;
  right: 4px;
  height: 12px;
  width: 12px;
  font-size: 6px;
}

.header__btns-item svg {
  height: 100%;
}

.header__btns-item path {
  stroke: #000;
  fill: #000;
}

.header__btns-item.nofill path {
  fill: transparent;

}


/* .header__btns-item:nth-child(2) path,
.header__btns-item:nth-child(3) path {
  fill: transparent;
} */

.header__cart {
  position: relative;
}

.header__cart-marker {
  display: none;
  position: absolute;
  top: -5px;
  right: -5px;
  width: 20px;
  height: 20px;
  background: #ee2d45;
  border-radius: 50%;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 500;
  color: #fff;
}

.header__cart-marker.active {
  display: flex;
}

.burger-btn,
.header__call_mobile {
  width: 40px;
  height: 30px;
  border: 1px solid rgba(0, 0, 0, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 12px;
}

.burger-btn svg,
.header__call_mobile svg {
  height: 20px;
}

.burger-btn svg path,
.header__call_mobile svg path {
  fill: #000;
}

.burger-btn svg {
  height: 14px;
}

.burger__content,
.burger__title {
  display: none;
}

.city-select {
  cursor: pointer;
}

.city-select__title {
  color: #fff;
}

.city-select__list {
  box-sizing: content-box;
  margin-left: -1px;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  background: #101825;
  z-index: 10;
  border-radius: 0 0 17px 17px;
  border: 1px solid rgba(255, 255, 255, 0.3);
}

.city-select__list a {
  color: rgba(255, 255, 255, 0.6);
}

.city-select__list a.select {
  color: #fff;
}

.city-select__list li {
  padding: 10px 5px 10px 18px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

.city-select__list li:first-child {
  border: none;
}

.city-select.active {
  border-radius: 17px 17px 0 0;
}

.city-select.active .city-select__list {
  display: block;
}

.first-screen {
  position: relative;
  height: 850px;
  overflow: hidden;
}

.first-screen__bg {
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg,
      rgba(0, 0, 0, 0.4) 0%,
      rgba(0, 0, 0, 0) 30.41%),
    linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}

.first-screen img {
  position: absolute;
  bottom: 0;
  width: 100%;
  z-index: -1;
}

.first-screen__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.first-screen__content {
  max-width: 780px;
  position: absolute;
  left: 0;
  top: calc(50% + 104px);
  transform: translate(0, -50%);
}

.first-screen__title {
  text-transform: uppercase;
  line-height: 130%;
}

.first-screen__subtitle {
  margin-top: 22px;
  color: #fff;
}

.first-screen__subtitle li {
  font-size: 20px;
  line-height: 200%;
}

.first-screen__btn {
  margin-top: 60px;
  height: 60px;
  width: 170px;
  font-size: 14px;
}

.advantages__title {
  text-align: center;
}

.advantages__title_about {
  text-align: start;
}

.advantages__text-block p {
  margin-bottom: 16px;
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
}

.advantages__content {
  margin-top: 48px;
  display: flex;
  gap: 29px;
}

.advantages__item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.advantages__marker {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 78px;
  flex: 0 0 78px;
  height: 78px;
  border: 1px solid rgb(221, 224, 237);
  border-radius: 33px;
}

.advantages__marker:hover {
  box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
}

.advantages__text {
  line-height: 130%;
}

.category__title {
  display: flex;
  justify-content: space-between;
}

.category__tab-block {
  display: flex;
  gap: 26px;
  position: absolute;
  right: 0;
  top: -48px;
  transform: translate(0, -100%);
}

.category__text {
  position: relative;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
}

.category__slider {
  height: 340px;
}

.category__slide {
  overflow: hidden;
  border-radius: 16px;
}

.category__slide_all {
  position: relative;
  background: #eef0fc;
  border: 1px solid #dde0ed;
}

.category__slide_all svg {
  height: 40px;
  position: absolute;
  top: 35px;
  left: 28px;
}

.category__slide_all .category__slide-title {
  color: #000;
}

.category__slide_all .category__slide-subtitle {
  color: rgba(0, 0, 0, 0.7);
}

.category__slide:hover .category__slide-title {
  text-decoration: underline;

}

.category__slide-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
}

.category__slide-img img {
  height: 100%;
  position: absolute;
  /* left: -40%; */
  z-index: -1;
  filter: brightness(0.6);
}

.category__slide-content {
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 28px;
  position: relative;
  z-index: 2;
}

.category__slide-title {
  font-family: "Unbounded";
  color: #fff;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.3;
}

.category__slide-subtitle {
  margin-top: 8px;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.7);
}

.category__table_mobile {
  display: none;
}

.useful__title {
  margin: 0 auto;
  text-align: center;
  max-width: 550px;
}

.useful__content {
  margin-top: 60px;
  position: relative;
}

.useful__img {
  width: 100%;
}

.useful__img img {
  width: 100%;
}

.useful__textblock {
  position: absolute;
  inset: 0;
}

.useful__text {
  position: absolute;
  max-width: 170px;
  font-size: 16px;
  line-height: 130%;
}

.useful__text:nth-child(1) {
  top: 27%;
  left: 0;
}

.useful__text:nth-child(2) {
  top: 27%;
  left: 17%;
}

.useful__text:nth-child(3) {
  top: 85%;
  left: 0;
}

.useful__text:nth-child(4) {
  top: 85%;
  left: 17%;
}

.useful__text:nth-child(5) {
  top: 27%;
  left: 69%;
}

.useful__text:nth-child(6) {
  top: 27%;
  left: 85.5%;
}

.useful__text:nth-child(7) {
  top: 85%;
  left: 69%;
}

.useful__text:nth-child(8) {
  top: 85%;
  left: 85.5%;
}

.article,
.popular,
.promo {
  padding-bottom: 35px;
}

.article__title,
.popular__title,
.promo__title {
  display: flex;
  justify-content: space-between;
}

.article__tab-block,
.popular__tab-block,
.promo__tab-block {
  display: flex;
  gap: 20px;
}

.article__slider,
.popular__slider,
.promo__slider {
  padding: 10px !important;
}

.article__slider-wrapper,
.popular__slider-wrapper,
.promo__slider-wrapper {
  position: relative;
}

.article__filter-block,
.popular__filter-block,
.promo__filter-block {
  margin-top: 40px;
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.article__filter-block.tabs a,
.popular__filter-block.tabs a,
.promo__filter-block.tabs a,
.article__filter-block.tabs label,
.popular__filter-block.tabs label,
.promo__filter-block.tabs label {
  background: #f0f2fc;
}

.article__table_mobile,
.popular__table_mobile,
.promo__table_mobile {
  display: none;
}

.article__wrapper {
  position: relative;
}

.article__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.product-card {
  height: 100%;
  position: relative;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dde0ed;
  overflow: hidden;
}

.product-card:hover {
  box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.1);
}

.product-card__header {
  padding: 0 16px;
  position: absolute;
  top: 16px;
  left: 0;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  z-index: 10;
}

.product-card__header-info {
  height: 27px;
  padding: 12px;
  border-radius: 30px;
  border: 1px solid #0fb800;
  font-size: 12px;
  color: #0fb800;
  display: flex;
  align-items: center;
  gap: 8px;
}

.product-card__header-info.outOfStock {
  color: #999;
  border: 1px solid #999;
}

.product-card__header-info_promo {
  color: #ee2d45;
  border-color: #ee2d45;
}

.product-card__header-btns {
  display: flex;
  gap: 8px;
}

.product-card__header-btn {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  border: 1px solid rgba(0, 0, 0, 0.1);
  display: flex;
  align-items: center;
  justify-content: center;
  background: #fff;
  cursor: pointer;
}

.product-card__header-btn svg {
  height: 22px;
}

.product-card__header-btn.select {
  background: #ba0e23;
}

.product-card__header-btn.select svg path {
  stroke: #fff;
}

.product-card__img {
  margin-top: 50px;
  width: 100%;
  aspect-ratio: 270/300;
  overflow: hidden;
}

.product-card__img img {
  height: 100%;
}

.product-card__info {
  padding: 0 16px;
  margin-top: 16px;
}

.product-card__article {
  font-size: 11px;
  color: #a9a9a9;
  height: 11px;
}

.product-card__title {
  display: block;
  margin-top: 4px;
  line-height: 130%;
  height: 40px;
}

.product-card__subtitle {
  width: 80%;
  margin-top: 4px;
  line-height: 112%;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}

.product-card__price-block {
  margin-top: 13px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.product-card__price {
  font-size: 18px;
  font-weight: 500;
}

.product-card__price span {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 12px;
  font-weight: 400;
}

.product-card__rate {
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}

.product-card__rate span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.product-card__select-title {
  font-size: 11px;
  color: rgba(0, 0, 0, 0.4);
}

.product-card__tab-block {
  margin-top: 8px;
  display: flex;
  gap: 8px;
}

.product-card__btn {
  margin-top: 19px;
  height: 40px;
  font-size: 12px;
  width: 100%;
}

.product-card__btn_promo {
  color: #000;
  text-transform: none;
  background: #fff;
  border: 1px solid #ee2d45;
}

.product-card__btn_promo:hover {
  background: #ee2d45;
  color: #fff;
}

.product-card__btn-block {
  padding: 0 16px;
  margin-top: 16px;
  margin-bottom: 16px;
}

.btn-disabled {
  cursor: no-drop;
  background-color: #b5b5b5 !important;
  font-size: 16px !important;
  padding-left: 0px !important;
  text-align: right !important;
  background-image: none !important;
  line-height: 40px !important;
  padding-right: 22px !important;
}

.product-card_promo {
  height: auto !important;
  display: flex !important;
  flex-direction: column;
  justify-content: space-between;
}

.product-card_promo .product-card__img {
  margin: 0;
  aspect-ratio: 270/330;
}

.banner__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 30px;
}

.banner__item {
  padding: 21px 30px;
  background: #417d47;
  border-radius: 16px;
  flex: 0 0 calc(50% - 15px);
}

.banner__title {
  font-family: "Unbounded";
  color: #fff;
  font-size: 24px;
  font-weight: 500;
}

.banner__text {
  margin-top: 12px;
  color: rgba(255, 255, 255, 0.7);
  line-height: 130%;
}

.banner__lable-block {
  margin-top: 28px;
  display: flex;
  gap: 10px;
}

.banner__lable {
  background: #fff;
  height: 40px;
  width: 100px;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
}

.banner__lable img {
  width: 60%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.banner__lable_ruspost img {
  width: 90%;
}

.banner__lable_sdek img {
  width: 80%;
}

.mycompany__wrapper {
  display: flex;
  gap: 100px;
}

.mycompany__img {
  position: relative;
  flex: 0 0 40%;
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 470/340;
}

.mycompany__img img {
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.mycompany__title {
  max-width: 370px;
  color: #fff;
}

.mycompany__title_blog {
  max-width: 520px;
}

.mycompany__text {
  margin-top: 26px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5019607843);
}

.mycompany__text p:not(:first-child) {
  margin-top: 20px;
}

.license__wrapper,
.procedure__wrapper {
  width: 100%;
  display: flex;
  gap: 20px;
}

.license__text,
.procedure__text {
  margin-top: 24px;
}

.license__slider-wrapper,
.procedure__slider-wrapper {
  padding: 0 90px;
  min-width: 0;
  position: relative;
  flex: 0 0 50%;
}

.license__btn-prev,
.procedure__btn-prev {
  left: 60px;
}

.license__btn-next,
.procedure__btn-next {
  right: 60px;
}

.license__pagination,
.procedure__pagination {
  display: none;
}

.license__slide img,
.procedure__slide img {
  width: 100%;
}

.procedure__slider-wrapper {
  padding: 0 90px;
  min-width: 0;
  position: relative;
  flex: 0 0 60%;
}

.procedure__slide-img {
  aspect-ratio: 267/170;
  overflow: hidden;
  border-radius: 16px;
}

.procedure__slide-img img {
  width: 100%;
}

.procedure__slide-content {
  margin-top: 29px;
}

.procedure__slide-title {
  display: inline-flex;
  font-family: "Unbounded";
  line-height: 130%;
}

.procedure__slide-text {
  margin-top: 8px;
}

.big-banner__wrapper {
  border-radius: 16px;
  display: flex;
  gap: 24px;
  background: linear-gradient(0deg, #417d47 0%, #417d47 100%),
    radial-gradient(55.53% 106.43% at 111.18% -1436.43%,
      rgba(168, 255, 166, 0.5) 0%,
      rgba(181, 255, 123, 0) 100%);
  overflow: hidden;
}

.big-banner__img {
  flex: 0 0 35%;
  position: relative;
  overflow: hidden;
}

.big-banner__img img {
  position: absolute;
  top: -35%;
  left: -60%;
  width: 200%;
  transform: scaleX(-1);
}

.big-banner__content {
  padding: 40px 100px 40px 0;
}

.big-banner__title {
  font-size: 36px;
  color: #fff;
}

.big-banner__text {
  margin-top: 16px;
  color: rgba(255, 255, 255, 0.8);
}

.big-banner__contacts {
  margin-top: 24px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.big-banner__tel {
  display: flex;
  align-items: center;
  gap: 8px;
}

.big-banner__icon {
  height: 32px;
  width: 32px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #0fb800;
  border-radius: 50%;
}

.big-banner__tel-number {
  font-size: 16px;
  color: #fff;
  font-weight: 500;
}

.big-banner__btn {
  height: 40px;
  padding: 0 40px;
}

.documents__wrapper,
.about__wrapper {
  position: relative;
}

.documents__subtitle,
.about__subtitle {
  margin-top: 24px;
}

.documents__slider,
.about__slider {
  position: relative;
  margin-top: 65px;
}

.documents__slide,
.about__slide {
  height: auto !important;
  padding: 25px;
  background: #fff;
  border-radius: 5px;
}

.documents__slide-title,
.about__slide-title {
  display: flex;
  gap: 11px;
}

.documents__slide-avatar,
.about__slide-avatar {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  border-radius: 50%;
  overflow: hidden;
}

.documents__slide-avatar img,
.about__slide-avatar img {
  height: 100%;
}

.documents__slide-name,
.about__slide-name {
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.documents__slide-date,
.about__slide-date {
  font-size: 12px;
  color: var(--font-color-grey);
  margin-top: 2px;
  line-height: 130%;
}

.documents__rating,
.about__rating {
  margin-top: 13px;
  display: flex;
  gap: 5px;
}

.documents__rating-star svg,
.about__rating-star svg {
  opacity: 0.4;
}

.documents__rating-star.active svg,
.about__rating-star.active svg {
  opacity: 1;
}

.documents__slide-comment,
.about__slide-comment {
  margin-top: 28px;
}

.documents__pagination,
.about__pagination {
  display: none;
}

.documents__btn,
.about__btn {
  position: absolute;
  top: 0;
  right: 0;
}

.galery__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(2, 1fr);
  gap: 30px;
}

.galery__item {
  border-radius: 16px;
  overflow: hidden;
}

.galery__item:first-child {
  grid-area: 1/1/3/3;
}

.galery__item img {
  width: 100%;
  height: 100%;
}

.galery__btn {
  margin: 48px auto 0;
}

.questions {
  height: -moz-max-content;
  height: max-content;
  overflow: auto;
}

.questions_delivery {
  padding-bottom: 0;
}

.questions .container {
  overflow: auto;
}

.questions__text {
  margin-top: 20px;
}

.questions__accordeon {
  margin-top: 65px;
  margin-bottom: 75px;
  background: #fff;
  border-radius: 5px;
  border: 1px solid #d9d9d9;
  border-radius: 16px;
}

.questions__item {
  position: relative;
}

.questions__item:not(:first-child) {
  border-top: 1px solid #d9d9d9;
}

.questions__item-title {
  padding: 30px 100px 30px 40px;
  font-family: "Unbounded";
  position: relative;
  font-size: 18px;
  z-index: 1;
  cursor: pointer;
}

.questions__item-btn {
  width: 24px;
  aspect-ratio: 1/1;
  position: absolute;
  right: 40px;
  top: 29px;
  cursor: pointer;
  transform: rotate(45deg);
  transition: transform 0.3s;
}

.questions__item-btn.hide {
  transform: rotate(0deg);
}

.questions__item-btn div:nth-child(1) {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  width: 100%;
  height: 2px;
  border-radius: 1px;
  background: #000;
}

.questions__item-btn div:nth-child(2) {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, 0);
  width: 2px;
  height: 100%;
  background: #000;
}

.questions__answer-wrapper {
  overflow: hidden;
}

.questions__answer-wrapper.hide {
  max-height: 0px;
}

.questions__answer {
  margin: 10px 100px 30px 40px;
}

.article-card {
  overflow: hidden;
  border-radius: 16px;
  background: #fff;
  border: 1px solid #dde0ed;
}

.article-card__img {
  overflow: hidden;
  aspect-ratio: 270/190;
}

.article-card__img img {
  min-height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.article-card__date {
  margin: 16px 0 0 16px;
  padding: 4px 12px;
  font-size: 12px;
  border-radius: 30px;
  border: 1px solid #dde0ed;
  width: -moz-fit-content;
  width: fit-content;
}

.article-card__content {
  padding: 0 16px;
}

.article-card__title {
  margin-top: 12px;
  font-family: "Unbounded";
  font-size: 16px;
  line-height: 1.3;
}

.article-card__text {
  margin-top: 16px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 5.2em;
}

.article-card__link {
  display: inline-block;
  margin: 16px 0 19px 16px;
  font-size: 14px;
  color: #1a8fe9;
}

.map__mobile {
  display: none;
}

.map__desktop {
  height: 100%;
}

.map__wrapper {
  position: relative;
  width: 100%;
  height: 520px;
}

.map iframe {
  position: absolute;
  width: 100%;
  z-index: 1;
}

.map__description {
  position: absolute;
  z-index: 1;
  background: #fff;
  left: 50%;
  top: 50%;
  transform: translate(-100%, -50%);
  border-radius: 16px;
  border: 1px solid var(--line-color);
  box-shadow: 0 0 25px 0px rgba(0, 0, 0, 0.25);
}

.map__description .container {
  position: relative;
  height: 100%;
}

.map__v-line {
  position: absolute;
  z-index: 3;
  top: 0;
  height: 520px;
  width: 1px;
  background: var(--line-color);
}

.map__v-line:nth-child(1) {
  left: calc(50% - 625px);
}


.map__v-line:nth-child(2) {
  right: calc(50% - 625px);
}

.map__info-block {
  padding: 42px 50px;
}

.map__info-title {
  font-family: "Unbounded", sans-serif;
  font-size: 32px;
  color: #212224;
  margin-bottom: 20px
}

.map__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 37px;
  column-gap: 37px;
  row-gap: 34px;
  border-radius: 16px;
  overflow: hidden;
}

.map__grid-block {
  padding-left: 20px;
}

.map__grid-title {
  position: relative;
  font-size: 14px;
  color: rgba(7, 36, 63, 0.5019607843);
  line-height: 130%;
}

.map__grid-title svg {
  height: 14px;
  position: absolute;
  top: 50%;
  left: -10px;
  transform: translate(-100%, -50%);
}

.map__grid-title_social {
  margin-top: 30px;
}

.map__social-line {
  margin-top: 10px;
  display: flex;
  gap: 12px;
}

.map__social-item {
  height: 32px;
  width: 32px;
  border-radius: 12px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  display: flex;
  align-items: center;
  justify-content: center;
}

.map__grid-info {
  margin-top: 5px;
  display: flex;
  flex-direction: column;
  max-width: 210px;
  line-height: 130%;
  font-size: 16px;
}

.map__grid-info a {
  color: var(--font-color-red);
  line-height: 130%;
}

.support__title {
  text-align: center;
}

.support__text {
  margin: 20px auto 0;
  max-width: 640px;
  text-align: center;
}

.support__btn {
  padding: 0 54px;
  margin: 40px auto 0;
  width: -moz-fit-content;
  width: fit-content;
  height: 60px;
}

.modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 20;
  background: rgba(0, 0, 0, 0.5607843137);
}

.modal__window {
  width: 650px !important;
  height: auto !important;
  padding: 60px 60px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: #fff;
  border-radius: 16px;
}

.modal.active {
  display: block;
}

.modal__title {
  font-size: 36px;
  text-align: center;
}

.modal__subtitle {
  margin-top: 8px;
  /* max-width: 300px; */
  text-align: center;
}

.modal__form {
  margin-top: 0px;
}

.modal__input-block {
  margin-top: 20px;
}

.modal__input-block input {
  padding: 0 20px;
  margin-top: 16px;
  height: 60px;
  width: 100%;
  border: 1px solid rgba(19, 43, 58, 0.2);
  border-radius: 16px;
}

.modal__input-title {
  font-size: 14px;
}

.modal__btn {
  margin-top: 32px;
  height: 60px;
  width: 100%;
}

.footer {
  padding: 38px 0 0px;
}

.footer__top {
  padding-bottom: 30px;
  border-bottom: 1px solid rgba(217, 217, 217, 0.4);
}

.footer__top-wrapper {
  display: flex;
  justify-content: space-between;
  gap: 120px;
}

.footer__logo {
  height: 46px;
}

.footer__logo img {
  height: 100%;
}

.footer__pay {
  margin-top: 27px;
}

.footer__pay-title {
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.footer__pay-systems {
  margin-top: 15px;
  display: flex;
  gap: 6px;
}

.footer__pay-item {
  position: relative;
  height: 26px;
  width: 67px;
  border: 1px solid rgba(238, 243, 247, 0.2);
  border-radius: 12px;
  overflow: hidden;
}

.footer__pay-item img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 70%;
}

.footer__pay-item:nth-child(2) img {
  width: auto;
  height: 110%;
}

.footer__content {
  display: grid;
  grid-template-columns: auto auto auto;
  -moz-column-gap: 70px;
  column-gap: 70px;
}

.footer__content-title {
  font-family: "Lato";
  font-weight: 600;
  font-size: 18px;
  color: #fff;
}

.footer__conent-list {
  margin-top: 32px;
}

.footer__conent-list a {
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5019607843);
}

.footer__conent-list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer__conent-list li {
  margin-bottom: 8px;
}

.footer__contacts {
  margin-top: 32px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  -moz-column-gap: 39px;
  column-gap: 39px;
  row-gap: 16px;
}

.footer__contacts-title {
  margin-bottom: 8px;
  color: #fff;
  font-size: 14px;
}

.footer__contacts-list li {
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  line-height: 130%;
}

.footer__contacts-list a {
  font-size: 14px;
  line-height: 130%;
  color: rgba(255, 255, 255, 0.5019607843);
}

.footer__contacts-list a:hover {
  color: rgba(255, 255, 255, 0.7);
}

.footer__bottom {
  padding-top: 26px;
  padding-bottom:26px;
}

.footer__bottom-wrapper {
  display: flex;
  justify-content: space-between;
}

.footer__bottom-left {
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  line-height: 130%;
}

.footer__bottom-policy {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.footer__bottom-policy a {
  display: block;
  line-height: 1.5;
}

.footer__social-line {
  display: flex;
  justify-content: flex-end;
  gap: 12px;
}

.footer__social-item {
  width: 33px;
  height: 32px;
  border-radius: 12px;
  border: 1px solid rgba(238, 243, 247, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer__rights {
  margin-top: 19px;
  color: rgba(255, 255, 255, 0.5019607843);
  font-size: 14px;
  line-height: 130%;
}

/* .nav-line {
	overflow: auto;
  padding-top: 30px;
  margin-bottom: -150px;
    padding-bottom: 150px; 
} */

/* .nav-line {
  scrollbar-width: none;
}

.nav-line::-webkit-scrollbar {
  display: none; 
} */
.nav-line__wrapper {
  padding-bottom: 40px;
  display: flex;
  flex-wrap: wrap;
}

.nav-line__item a {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.nav-line__item a::after {
  content: ">";
  margin: 0 14px;
}

.nav-line__item span {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.nav-line__item_last span {
  color: #ee2d45 !important;
}

.about-presentation__content-grid {
  display: flex;
  gap: 20px;
}

.about-presentation__text-block p {
  margin-bottom: 16px;
}

.about-presentation__text-block ul {
  margin-top: 24px;
}

.about-presentation__text-block li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

li.text::before {
  content: url(../img/marker.svg);
}

li>svg {
  display: none;
}


.about-presentation__text-block li svg {
  display: none;
  align-self: start;
  flex: 0 0 24px;
  width: 24px;
}

.about-presentation__img {
  flex: 0 0 490px;
  overflow: hidden;
}

.about-presentation__img img {
  border-radius: 16px;
  width: 100%;
}

.team__wrapper {
  display: flex;
  gap: 57px;
}

.team__content {
  flex: 0 0 40%;
}

.team__btn {
  margin-top: 24px;
  height: 60px;
  width: 210px;
}

.team__grid-wrapper {
  flex: 1 1 auto;
}

.team__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  row-gap: 32px;
  -moz-column-gap: 16px;
  column-gap: 16px;
}

.team__grid-item {
  display: flex;
  align-items: center;
  gap: 20px;
}

.team__grid-item:nth-child(2) img,
.team__grid-item:nth-child(3) img,
.team__grid-item:nth-child(6) img {
  transform: translate(0, -10%);
}

.team__grid-item:nth-child(4) img {
  width: auto;
  transform: translate(-33%, -20%);
  height: 180%;
}

.team__grid-ava {
  height: 72px;
  width: 72px;
  flex: 0 0 72px;
  overflow: hidden;
  border-radius: 50%;
}

.team__grid-ava img {
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.team__grid-name {
  line-height: 126%;
}

.team__grid-post {
  font-size: 14px;
  line-height: 180%;
  color: rgba(0, 0, 0, 0.5019607843);
}

.blog-recent {
  padding-bottom: 50px;
  border-bottom: 1px solid #dde0ed;
}

.blog-recent__title {
  font-family: "Unbounded";
  font-weight: 500;
  font-size: 32px;
}

.blog-recent__wrapper {
  width: 100%;
  display: grid;
  grid-template-columns: 38% 60%;
  grid-template-rows: repeat(2, 1fr);
  gap: 20px;
}

.blog-recent__item {
  border-radius: 16px;
  grid-area: "long";
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0ed;
}

.blog-recent__item_big {
  position: relative;
  grid-area: 1/1/3/2;
}

.blog-recent__item-bg {
  position: absolute;
  inset: 0;
  overflow: hidden;
}

.blog-recent__item-bg img {
  height: 100%;
  min-width: 100%;
}

.blog-recent__item-content {
  padding: 16px 13px 16px 0;
}

.blog-recent__item-content_big {
  height: 100%;
  padding: 40px;
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  justify-content: end;
  color: #fff;
}

.blog-recent__item-content_big .blog-recent__item-link {
  margin-top: 16px;
  color: #fff;
  text-decoration: underline;
}

.blog-recent__item-content_big .blog-recent__item-link:hover {
  text-decoration: none;
}

.blog-recent__item-date {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #dde0ed;
  border-radius: 30px;
  padding: 4px 12px;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.blog-recent__item-title {
  margin-top: 13px;
  font-family: "Unbounded";
  font-size: 16px;
  line-height: 130%;
  max-width: 350px;
}

.blog-recent__item-subtitle {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.6em;
}

.blog-recent__item-link {
  margin-top: 14px;
  font-size: 14px;
  color: #1a8fe9;
}

.blog-recent__item-img {
  position: relative;
  flex: 0 0 270px;
  height: 100%;
  overflow: hidden;
}

.blog-recent__item-img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.all-article__title {
  font-family: "Unbounded";
  font-size: 32px;
}

.all-article__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 30px;
}

.all-article__btn {
  height: 60px;
  width: 214px;
}

.single-article {
  /* padding-top: 25px; */
  padding-top: 0;
  padding-bottom: 0;
}

.single-article__info {
  display: flex;
  align-items: center;
  gap: 14px;
}

.single-article__date {
  padding: 4px 12px;
  background: #fff;
  border: 1px solid #dde0ed;
  border-radius: 30px;
  font-size: 14px;
}

.single-article__read-time {
  font-size: 14px;
  color: #1a8fe9;
}

.single-article__read-views {
  position: relative;
  margin-left: 5px;
  font-size: 13px;
  padding-left: 25px;
  /* Добавляем отступ слева для иконки */
}

.single-article__read-views::before {
  content: '';
  position: absolute;
  left: 0;
  /* Позиционируем иконку слева */
  background: url(/netcat_template/template/botanicbox/img/icon_view.svg?ver1.0) no-repeat;
  width: 21px;
  height: 14px;
  top: 3px;
  /* Убираем right: 22px; */
}


.single-article__preface {
  display: flex;
  gap: 20px;
}

.single-article__content li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.single-article__content li svg {
  align-self: start;
  flex: 0 0 24px;
  width: 24px;
}

.single-article__text p {
  margin-top: 16px;
}

.single-article__img {
  width: 478px;
  flex: 0 0 478px;
  overflow: hidden;
}

.single-article__img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 16px;
}

.paragraph {
  padding-top: 34px;
}

.paragraph__content h1 {
  line-height: normal;
  margin-top: 20px;
  margin-bottom: 10px;
}

.paragraph__content p {
  margin-top: 16px;
}

.paragraph__content li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.paragraph__content li svg {
  align-self: start;
  flex: 0 0 24px;
  width: 24px;
}

.line {
  padding-top: 30px;
  width: 100%;
  height: 1px;
  border-bottom: 1px solid #dde0ed;
}

.tags {
  padding: 30px 0 24px;
}

.tags__wrapper {
  width: 100%;
  display: flex;
  gap: 90px;
}

.tags__block {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}

.tags__item {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  font-weight: 400;
  font-family: "SF UI Display";
  border: 1px solid #dde0ed;
  border-radius: 27px;
  white-space: nowrap;
  cursor: pointer;
  background: #f0f2fc;
}

.tags__item:hover {
  background: #dde0ed;
}

.tags__repost-title {
  white-space: nowrap;
}

.tags__repost-socials {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.tags__repost-socials svg {
  width: 28px;
}

.person-banner__wrapper {
  height: 95px;
  padding: 15px 20px;
  border-radius: 12px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border: 1px solid #dddddd;
  background: #fff;
  box-shadow: 0 4px 20px 0 rgba(0, 0, 0, 0.1);
}

.person-banner_avatar {
  position: relative;
  height: 65px;
  aspect-ratio: 1/1;
  border-radius: 50%;
  overflow: hidden;
}

.person-banner_avatar img {
  height: 110%;
  position: absolute;
  top: -10%;
  left: 50%;
  transform: translate(-50%, 0) scaleX(-1);
}

.person-banner_avatar_contacts img {
  height: 180%;
}

.person-banner__person {
  margin-right: 25px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.person-banner__name {
  font-family: "Unbounded";
  padding-right: 25px;
  position: relative;
  font-size: 20px;
  line-height: 92%;
  letter-spacing: -0.01em;
  white-space: nowrap;
}

.person-banner__name svg {
  position: absolute;
  right: 0;
  top: 40%;
  transform: translate(0, -50%);
  height: 100%;
}

.person-banner__description {
  margin-top: 6px;
  font-size: 14px;
  line-height: 92%;
  letter-spacing: -0.01em;
  color: rgba(35, 35, 35, 0.5607843137);
}

.person-banner__phone {
  height: 100%;
  padding: 0 27px;
  display: flex;
  align-items: center;
  gap: 14px;
}

.person-banner__phone-logo {
  width: 37px;
  aspect-ratio: 1/1;
  border: 1px solid rgba(102, 102, 102, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
}

.person-banner__phone-logo img {
  width: 12px;
  height: 12px;
}

.person-banner__subtitle {
  font-size: 14px;
  max-width: 350px;
}

.person-banner__phone-text {
  font-weight: 500;
  font-size: 20px;
  color: #070f14;
  white-space: nowrap;
}

.person-banner__btn-block {
  display: flex;
  align-items: center;
  gap: 11px;
}

.person-banner__btn {
  padding: 20px 22px;
  border: 2px solid #dddddd;
  font-size: 12px;
  white-space: nowrap;
}

.next-articles {
  padding: 30px 0 0px;
}

.next-articles__wrapper {
  display: flex;
  gap: 10%;
}

.next-articles__item {
  height: 200px;
  margin-top: 34px;
  border-radius: 16px;
  grid-area: "long";
  display: flex;
  align-items: center;
  gap: 16px;
  overflow: hidden;
  background: #fff;
  border: 1px solid #dde0ed;
}

.next-articles__item-img {
  position: relative;
  flex: 0 0 225px;
  width: 225px;
  height: 100%;
  overflow: hidden;
}

.next-articles__item-img img {
  position: absolute;
  width: 100%;
  min-height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.next-articles__item-content {
  height: -moz-fit-content;
  height: fit-content;
  padding: 16px 13px 16px 0;
}

.next-articles__item-date {
  width: -moz-fit-content;
  width: fit-content;
  border: 1px solid #dde0ed;
  border-radius: 30px;
  padding: 4px 12px;
  background: #fff;
  color: #000;
  font-size: 12px;
}

.next-articles__item-title {
  margin-top: 13px;
  font-family: "Unbounded";
  font-size: 16px;
  line-height: 130%;
  max-width: 350px;
}

.next-articles__item-subtitle {
  font-size: 14px;
  margin-top: 10px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  line-clamp: 2;
  -webkit-box-orient: vertical;
  line-height: 1.3em;
  height: 2.6em;
}

.next-articles__item-link {
  display: inline-block;
  margin-top: 14px;
  font-size: 14px;
  color: #1a8fe9;
}

.contacts__title {
  padding-top: 30px;
}

.contacts__content {
  margin-top: 40px;
  display: flex;
  gap: 50px;
}

.contacts__grid {
  flex: 0 0 47%;
  padding: 43px;
  background: #fff;
  border: 1px solid rgba(217, 217, 217, 0.4);
}

.contacts__map {
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 47%;
}

.contacts__map iframe {
  height: 100%;
  width: 100%;
}

.contact-info {
  padding-bottom: 0;
}

.contact-info__content p {
  margin-top: 16px;
}

.contact-info__content li {
  margin-top: 14px;
}

.contact-info__content span {
  color: rgba(0, 0, 0, 0.35);
}

.order__wrapper {
  display: flex;
}

.order__img {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  flex: 0 0 38%;
}

.order__img img {
  width: 100%;
  position: absolute;
  width: auto;
  height: 100%;
  top: 0;
  left: 10%;
  transform: translate(-50%, 0);
}

.order__text {
  margin-top: 14px;
}

.order__form {
  background: #fff;
  padding: 30px 30px 30px 48px;
  flex: 1 0 52%;
}

.order__form-title {
  font-size: 22px;
}

.order__subtitle {
  margin-top: 10px;
}

.order__input-block {
  margin-top: 26px;
}

.order__input-block input {
  margin-top: 9px;
  padding: 17px;
  height: 50px;
  width: 100%;
  border: 1px solid rgba(19, 43, 58, 0.2);
  border-radius: 16px;
  background: #f7f8ff;
  font-size: 16px;
}

.order__input-block input::-moz-placeholder {
  font-size: 15px;
}

.order__input-block input::placeholder {
  font-size: 15px;
}

.order__input-block textarea {
  padding: 14px 17px;
  margin-top: 10px;
  resize: none;
  width: 100%;
  height: 124px;
  border: 1px solid rgba(19, 43, 58, 0.2);
  border-radius: 16px;
  background: #f7f8ff;
  font-size: 16px;
}

.order__input-title {
  font-size: 16px;
}

.order__btn {
  height: 60px;
  margin-top: 30px;
  width: 220px;
}

.order__file {
  margin-top: 16px;
  position: relative;
  padding-left: 20px;
}

.order__file svg {
  width: 17px;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.order__file input {
  position: absolute;
  bottom: 0;
  transform: translate(0, 150%);
  color: var(--font-color-grey);
  opacity: 0.6;
}

.order__file input::file-selector-button {
  display: none;
}

.order__file span {
  margin-left: 15px;
  font-size: 11px;
  color: var(--font-color-grey);
}

.order__file label {
  text-decoration: underline;
  font-size: 12px;
  cursor: pointer;
}

.delivery,
.pay {
  padding-top: 30px;
}

.delivery__wrapper,
.pay__wrapper {
  display: flex;
  justify-content: space-between;
  gap: 4%;
}

.delivery__content,
.pay__content {
  flex: 0 0 46%;
}

.delivery__content p,
.pay__content p {
  margin-top: 24px;
}

.delivery__content li,
.pay__content li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.delivery__content li svg,
.pay__content li svg {
  align-self: start;
  flex: 0 0 24px;
  width: 24px;
}

.delivery__map-block,
.pay__map-block {
  flex: 0 0 50%;
}

.delivery__map-wrapper,
.pay__map-wrapper {
  border-radius: 16px;
  width: 100%;
  overflow: hidden;
}

.delivery__map,
.pay__map {
  max-width: 100%;
  aspect-ratio: 58/32;
  border: none;
}

.cart__subtitle {
  margin-top: 11px;
}

.cart__wrapper {
  display: flex;
  gap: 32px;
}

.cart__content {
  flex: 1 1 auto;
}

.cart__content-header {
  padding: 0 20px;
  margin-bottom: 16px;
  height: 58px;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: #fff;
  border-radius: 16px;
}

.cart__content-link {
  display: flex;
  align-items: center;
  gap: 10px;
  color: #ee2d45;
}

.cart__aside {
  padding: 18px;
  flex: 0 0 370px;
  background: #fff;
  height: -moz-fit-content;
  height: fit-content;
}

.cart__aside-btn {
  height: 60px;
}

.cart__aside-btn.disable {
  background: #6d6f77 !important;
}

.cart__aside-rules {
  margin-top: 10px;
  font-size: 14px;
  line-height: 1.4;
  color: rgba(0, 0, 0, 0.5);
}

.cart__aside-rules a {
  text-decoration: underline;
  color: #ee2d45;
}

.cart__aside-line {
  margin-top: 20px;
  width: 100%;
  height: 1px;
  background: #dde0ed;
}

.cart__aside-title {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__aside-title span {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 92%;
  letter-spacing: -0.01em;
}

.cart__aside-title p {
  font-size: 14px;
  line-height: 114%;
  color: rgba(0, 0, 0, 0.5);
}

.cart__aside-table {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.cart__aside-table-item {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__aside-table-item p {
  font-weight: 500;
}

.cart__aside-total {
  margin-top: 28px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cart__aside-total span {
  font-family: "Unbounded", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 92%;
  letter-spacing: -0.01em;
}

.cart__aside-total p {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
}

.cart-list {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.cart-list__item {
  padding: 26px 16px;
  width: 100%;
  display: flex;
  background: #fff;
  border-radius: 16px;
}

.cart-list__checkbox-wrapper {
  align-self: center;
}

.cart-list__description {
  flex: 1 1 auto;
  display: flex;
  justify-content: space-between;
  gap: 19px;
}

.cart-list__img {
  position: relative;
  width: 140px;
}

.cart-list__img img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
  max-height: 120px;
}

.cart-list__info {
  max-width: 250px;
  padding-left: 20px;
}

.cart-list__article {
  font-size: 12px;
  color: #a9a9a9;
}

.cart-list__name {
  margin-top: 8px;
  line-height: 130%;
}

.cart-list__rate {
  margin-top: 8px;
  display: flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 500;
}

.cart-list__rate span {
  color: rgba(0, 0, 0, 0.4);
  font-weight: 400;
}

.cart-list__btn {
  display: inline-block;
  margin-top: 12px;
}

.cart-list__btn svg {
  width: 18px;
  height: 18px;
}

.cart-list__price {
  font-size: 24px;
  font-weight: 500;
}

.cart-list__price span {
  color: rgba(0, 0, 0, 0.5019607843);
  font-size: 14px;
  font-weight: 400;
}

.cart-list__quantity {
  margin-top: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.cart-list__quantity-btns {
  margin-top: 6px;
  display: flex;
  gap: 6px;
}

.cart-list__quantity-btns input {
  text-align: center;
  padding: 10px;
  width: 50px;
  border: 1px solid #949599;
  border-radius: 30px;
  font-size: 16px;
}

.cart-list__quantity-btn {
  padding: 0 22px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #dde0ed;
  border-radius: 30px;
  cursor: pointer;
}

.cart-forms {
  margin-top: 40px;
}

.cart-forms__title_small {
  margin-top: 30px;
}

.cart-forms__singin {
  display: inline-block;
  margin-top: 20px;
  text-decoration: underline;
  color: #ee2d45;
  cursor: pointer;
}

.cart-forms__form-block {
  padding: 18px 18px 18px 18px;
  margin-top: 20px;
  width: 100%;
  background: #fff;
}

.cart-forms__item-input {
  margin-top: 20px;
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.cart-forms__item-input:first-child {
  margin-top: 0px;
}

.cart-forms__item-input-line {
  display: flex;
  gap: 20px;
}

.cart-forms__input {
  height: 60px;
  width: 100%;
  border: 1px solid rgba(19, 43, 58, 0.2);
  border-radius: 16px;
  padding: 0px 20px;
  font-size: 16px;
}

.cart-forms__input.invalid {
  border-color: #ee2d45;
}

.cart-forms__input.invalid::-moz-placeholder {
  color: #ee2d45;
}

.cart-forms__input.invalid::placeholder {
  color: #ee2d45;
}

.cart-forms__select {
  position: relative;
  width: 100%;
  border-radius: 16px;
  z-index: 4;
}

.cart-forms__select.active {
  z-index: 20;
}

.cart-forms__select input[type="text"] {
  width: 100%;
  height: 60px;
}

.cart-forms__select input[type="radio"],
.cart-forms__select input[type="checkbox"] {
  position: absolute;
  z-index: -1;
  visibility: hidden;
}

.cart-forms__select label {
  cursor: pointer;
}

.cart-forms__select input:checked+label {
  font-weight: 600;
}

.cart-forms__select-list {
  width: 100%;
  max-height: 0;
  overflow: hidden;
  position: absolute;
  bottom: 0;
  left: 0;
  transform: translate(0, 90%);
  background: #fff;
  z-index: -1;
  border-radius: 0 0 16px 16px;
}

.cart-forms__select-list.open {
  max-height: 300px;
  overflow-y: scroll;
  overflow-x: hidden;
  border: 1px solid rgba(19, 43, 58, 0.2);
}

.cart-forms__select-list.open::-webkit-scrollbar {
  width: 0px;
}

.cart-forms__select-list-wrapper {
  padding: 30px 20px 20px 20px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  border-radius: 0 0 16px 16px;
}

.cart-forms__select-btn {
  position: absolute;
  right: 26px;
  top: 28px;
  transform: translate(-50%, -50%);
  cursor: pointer;
}

.cart-forms__select-btn svg {
  position: relative;
  z-index: -1;
}

.cart-forms__select-btn.open {
  transform: translate(-50%, -50%) rotate(180deg);
}

.cart-forms__hidden-block {
  margin-top: 20px;
  background: #fff;
  overflow: hidden;
  max-height: 76px;
}

.cart-forms__hidden-block .cart-forms__form-block {
  margin: 0;
}

.cart-forms__hidden-block.active {
  max-height: 1000px;
}

.cart-forms__checkbox {
  height: 100%;
}

.cart-forms__checkbox span {
  font-family: "Unbounded", sans-serif;
}

.cart-forms__checkbox p {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5019607843);
  line-height: 114%;
}

.cart-forms__checkbox label {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.cart-forms__checkbox-wrapper {
  padding: 18px;
  height: 76px;
}

.cart-forms__pay-block {
  margin-top: 20px;
  background: #fff;
}

.cart-rules {
  margin-top: 20px;
  font-weight: 400;
  font-size: 14px;
  line-height: 114%;
  color: rgba(0, 0, 0, 0.5);
}

.cart-rules a {
  text-decoration: underline;
  color: #ee2d45;
}

.catalog-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
  margin-top: 30px;

  justify-content: space-between;
  align-items: flex-start;
}

.catalog-tabs-wrapper {
  position: relative;
  display: flex;
  align-items: center;
}

.catalog-grid__tabs {
  display: flex;
  gap: 10px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding-bottom: 5px;
  scrollbar-width: none;
  flex: 1;
}

.catalog-grid__tabs::-webkit-scrollbar {
  display: none;
}

.catalog-grid__tabs a {
  flex: 0 0 auto;
  padding: 8px 16px;
  border: 1px solid #dde0ed;
  background: #f0f2fc;
  white-space: nowrap;
  transition: 0.2s;
  /* border-radius: 8px; */
}

.catalog-grid__tabs a:hover {
  border: 1px solid #ba0e23;
  color: #ba0e23;
}

.catalog-grid__tabs a.tags_active {
  color: #666;
}

.catalog-tabs__all-btn {
  cursor: pointer;
  flex: 0 0 auto;
  color: #222;
  border: 1px solid transparent;
  /* ← рамка есть всегда */
  margin-left: 30px;
  padding: 8px 12px;
  background: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.2s ease;
  /* плавный переход */

  white-space: nowrap;
  flex-shrink: 0;

  align-self: flex-start;
  /* ← фиксируем по верхнему краю */
  position: relative;
  top: 0;
  margin-top: 8px;
}

.catalog-tabs__all-btn:hover {
  border-color: #dde0ed;
  /* ← просто меняем цвет */
  background: #f0f2fc;
  color: #ba0e23;
  border-radius: 15px;
}

/* .catalog-tabs__all-btn {
  margin-left: 10px;
  padding: 8px 14px;
  background: #ba0e23;
  color: #fff;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  flex: 0 0 auto;
}

.catalog-tabs__all-btn:hover {
  background: #8c0d1b;
} */

/* Состояние «все открыты» */
.catalog-grid__tabs.show-all {
  flex-wrap: wrap;
  overflow: visible;
}

/* ===== СТРЕЛКИ ===== */
.tabs-arrow {
  position: absolute;
  top: 45%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border-radius: 50%;
  border: 1px solid #dde0ed;
  background: #fff;
  cursor: pointer;
  font-size: 18px;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
  transition: 0.2s;
}

.tabs-arrow.left {
  left: -18px;
}

.tabs-arrow.right {
  right: 140px;
}

.tabs-arrow:hover {
  background: #ba0e23;
  color: #fff;
}

/* скрывать стрелки при show-all */
.catalog-grid__tabs.show-all~.tabs-arrow {
  display: none;
}



.catalog-grid__wrapper {
  margin-top: 50px;
  display: flex;
  gap: 20px;
}

.catalog-grid__aside {
  width: 307px;
  flex: 0 0 307px;
}

.catalog-grid__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.catalog-grid__sort {
  display: flex;
  align-items: center;
  gap: 13px;
}

.catalog-grid__header-title {
  white-space: nowrap;
}

.catalog-grid__select {
  height: 42px;
  width: 200px;
  padding: 0 18px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #dde0ed;
  display: flex;
  align-items: center;
  background: #fff;
  z-index: 30;
  cursor: pointer;
}

.catalog-grid__select.active {
  border-radius: 17px 17px 0 0;
}

.catalog-grid__select-title {
  margin-top: 1px;
  font-size: 14px;
}

.catalog-grid__select-title_mobile {
  display: none;
}

.catalog-grid__select-list {
  box-sizing: content-box;
  margin-left: -1px;
  display: none;
  position: absolute;
  width: 100%;
  bottom: 0;
  left: 0;
  transform: translate(0, 100%);
  background: #fff;
  border-radius: 0 0 17px 17px;
  border: 1px solid #dde0ed;
}

.catalog-grid__select-list.open {
  display: block;
}

.catalog-grid__select-list-wrapper {
  position: relative;
  display: flex;
  flex-direction: column;
}

.catalog-grid__select-list-wrapper input {
  visibility: hidden;
  position: absolute;
  z-index: -1;
}

.catalog-grid__select-list-wrapper label {
  font-size: 14px;
  height: 38px;
  padding: 0 18px;
  display: flex;
  align-items: center;
  color: rgba(0, 0, 0, 0.4);
  cursor: pointer;
}

.catalog-grid__select-list-wrapper label:not(:nth-child(2)) {
  border-top: 1px solid #dde0ed;
}

.catalog-grid__select-list-wrapper input:checked+label {
  color: #ee2d45;
}

.catalog-grid__select-btn {
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-top: 8px solid #000;
  transform-origin: center 3px;
  position: absolute;
  top: 50%;
  right: 18px;
  transform: translate(0, -25%);
}

.catalog-grid__select-btn.open {
  transform: translate(0, -25%) rotate(180deg);
}

.catalog-grid__select-btn_mobile {
  display: none;
}

.catalog-grid__filter-btn-mobile {
  display: none;
  height: 38px;
  width: 144px;
  padding: 0 18px;
  position: relative;
  border-radius: 50px;
  border: 1px solid #dde0ed;
  align-items: center;
  background: #fff;
  font-size: 14px;
  cursor: pointer;
}

.catalog-grid__filter-btn-mobile svg {
  position: absolute;
  top: 8px;
  right: 13px;
}

.catalog-grid__item-per-page {
  display: flex;
  align-items: center;
  gap: 13px;
}

.catalog-grid__tab-block {
  display: flex;
  gap: 8px;
}

.catalog-grid__tab-block label {
  width: -moz-fit-content;
  width: fit-content;
  height: 40px;
  padding: 0 18px;
}

.catalog-grid__grid {
  margin-top: 30px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 26px 16px;
}

.filter {
  height: -moz-fit-content;
  height: fit-content;
  background: #fff;
  border-radius: 16px;
  border: 1px solid #dde0ed;
}

.filter__title {
  padding: 30px 30px 0 30px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 24px;
}

.filter__close-btn {
  width: 20px;
  height: 20px;
  display: none;
}

.filter__subtitle {
  padding: 0 30px;
  margin: 20px 0;
  font-size: 18px;
}

.filter__item {
  position: relative;
}

.filter__item-title {
  padding: 0 30px;
  height: 45px;
  background: rgba(221, 224, 237, 0.3);
  display: flex;
  align-items: center;
  cursor: pointer;
}

.filter__item-title.hide {
  background: none;
}

.filter__item-btn {
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-bottom: 6px solid #878a95;
  position: absolute;
  right: 30px;
  top: 15px;
  transform-origin: center 7px;
}

.filter__item-btn.hide {
  background: none;
  transform: rotate(180deg);
  border-bottom: 6px solid #ee2d45;
}

.filter__element-wrapper {
  margin: 12px 0 0 0;
  padding: 0 30px;
  padding-bottom: 23px;
  overflow: hidden;
  border-bottom: 1px solid rgba(221, 224, 237, 0.5);
}

.filter__element-wrapper_last {
  border: none;
}

.filter__element-wrapper.hide {
  margin: 0;
  max-height: 0px;
  padding: 0;
}

.filter__checkbox {
  margin-bottom: 14px;
}

.filter__checkbox label {
  padding-left: 25px;
  color: rgba(0, 0, 0, 0.5);
}

.filter__checkbox input:checked+label {
  color: #ee2d45;
}

.product__presentation {
  display: flex;
  gap: 30px;
  padding: 25px 0 0 0;
}

.product__presentation-img {
  flex: 0 0 48%;
  min-width: 0;
}

.product__slider_main {
  height: 70%;
}

.product__slider_nav {
  margin-top: 16px;
  height: 20%;
}

.product__pagination {
  display: none;
}

.product__pagination .swiper-pagination-bullet {
  background: rgba(0, 0, 0, 0.4);
}

.product__pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  background: #ee2d45;
}

.product__slide_main {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.product__slide_main img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 100%;
}

.product__slide_nav {
  position: relative;
  border-radius: 5px;
  overflow: hidden;
  background: #fff;
}

.product__slide_nav img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 80%;
}

.product__slide_nav.swiper-slide-thumb-active {
  border: 1px solid #ee2d45;
}

.product__btn-next {
  top: 50%;
  right: 80px;
  background: #fff;
}

.product__btn-prev {
  top: 50%;
  left: 80px;
  background: #fff;
}

.product__presentation-info {
  flex: 0 0 48%;
}

.product__header-line {
  position: relative;
  display: flex;
  align-items: center;
  gap: 26px;
  margin-bottom: 20px;
}

.product__header-btns {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
}

.product__stock.enable .product__instock {
  display: inline;
}

.product__stock.enable .product__outofstock {
  display: none;
}

.product__instock {
  display: none;
  padding: 2px 14px;
  border-radius: 5px;
  font-size: 15px;
  border: 1px solid #daf2d8;
  line-height: 130%;
  color: #2c973d;
}

.product__outofstock {
  display: inline;
  padding: 2px 14px;
  border-radius: 5px;
  font-size: 15px;
  line-height: 130%;
  border: 1px solid #efefef;
  color: #9f9f9f;
}

.product__rating {
  display: flex;
  align-items: center;
  gap: 12px;
}

.product__rating .rating {
  margin: 0;
}

.product__title {
  margin-top: 20px;
}

.product__article-no {
  margin-top: 20px;
  font-weight: 400;
  font-size: 16px;
  line-height: 130%;
  color: #a9a9a9;
}

.product__text {
  margin-top: 20px;
}

.product__selectors {
  margin-top: 24px;
  display: flex;
  gap: 40px;
  align-items: center;
}

.product__selectors .product-card__select-title {
  font-size: 16px;
}

.product__selectors .product-card__tab-block label {
  height: 40px;
  padding: 0 18px;
  font-size: 16px;
}

.product__selectors .cart-list__quantity {
  margin: 0;
}

.product__price {
  margin-top: 26px;
  display: flex;
  align-items: center;
  gap: 20px;
}

.product__price-actual {
  font-family: "Unbounded";
  font-size: 32px;
  font-weight: 500;
}

.product__price-old {
  font-family: "Unbounded";
  font-size: 20px;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.4);
  text-decoration: line-through;
}

.product__price-promo {
  padding: 8px 12px;
  font-size: 18px;
  line-height: 130%;
  background: #ffdc22;
  border-radius: 26px;
}

.product__btn-block {
  margin-top: 26px;
  display: flex;
  gap: 22px;
  align-items: center;
}

.product__btn {
  height: 60px;
  width: 170px;
}

.product__fast-buy {
  font-size: 14px;
  text-decoration: underline;
  cursor: pointer;
  color: #ee2d45;
}

.product__social-block {
  margin-top: 33px;
  display: flex;
  align-items: start;
  justify-content: space-between;
}

.product__social {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4);
}

.product__social-btn {
  height: 34px;
}

.product__social-btn_whatsapp {
  border: 1px solid #0fb800;
  color: #0fb800;
}

.product__social-btn_whatsapp:hover {
  background: #0fb800;
}

.product__social-btn_telegram {
  border: 1px solid #3390ec;
  color: #3390ec;
}

.product__social-btn_telegram:hover {
  background: #3390ec;
}

.product__social-line {
  margin-top: 12px;
  display: flex;
  gap: 10px;
}

.product__social-line svg {
  height: 20px;
}

.properties__btn-line {
  max-width: 1170px;
  margin: 0 auto;
  padding-bottom: 10px;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  /* overflow-x: scroll; */
}

.properties__btn {
  padding: 14px 42px;
  background: #fff;
  border-radius: 27px;
  font-size: 15px;
  border: 1px solid #dde0ed;
  line-height: 130%;
  white-space: nowrap;
  cursor: pointer;
}

.properties__btn.active {
  border: 1px solid #ee2d45;
  color: #ee2d45;
}

.properties__screen {
  max-width: 1170px;
  margin: 0 auto;
  padding-top: 23px;
  padding-bottom: 40px;
}

.properties__page-title {
  display: none;
}

.properties__page {
  display: none;
}

.properties__page.active {
  display: block;
}

.properties__page[data-property="comments"] .title_small,
.properties__page[data-property="delivery"] .title_small,
.properties__page[data-property="description"] .title_small {
  margin-top: 40px;
  margin-bottom: 24px;
}

.properties__page[data-property="comments"] p,
.properties__page[data-property="delivery"] p,
.properties__page[data-property="description"] p {
  margin-top: 20px;
}

.properties__page[data-property="comments"] p span,
.properties__page[data-property="delivery"] p span,
.properties__page[data-property="description"] p span {
  font-weight: 600;
}

.properties__page[data-property="comments"] li,
.properties__page[data-property="delivery"] li,
.properties__page[data-property="description"] li {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 12px;
}

.properties__page[data-property="comments"] li svg,
.properties__page[data-property="delivery"] li svg,
.properties__page[data-property="description"] li svg {
  align-self: start;
  flex: 0 0 24px;
  width: 24px;
}

.properties__page[data-property="parameter"] {
  line-height: 130%;
}

.properties__page[data-property="parameter"] span {
  color: rgba(0, 0, 0, 0.5);
}

.properties__page[data-property="parameter"] ul {
  margin-top: 20px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-rows: repeat(6, 1fr);
  row-gap: 14px;
}

.properties__page p {
  font-size: 16px;
  color: rgba(0, 0, 0, 0.8);
  line-height: 130%;
}

.properties__comment {
  padding: 22px 0;
  display: flex;
  flex-direction: column;
  gap: 16px;
  border-bottom: 1px solid #dde0ed;
}

.properties__comment-header {
  display: flex;
  gap: 17px;
}

.properties__comment-avatar {
  width: 46px;
  height: 46px;
  overflow: hidden;
  border-radius: 50%;
}

.properties__comment-avatar img {
  height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.properties__comment-name {
  display: flex;
  align-items: center;
  gap: 13px;
  font-size: 20px;
  font-weight: 700;
  line-height: 130%;
}

.properties__comment-name span {
  font-size: 12px;
  font-weight: 400;
  color: #6d6f77;
}

.properties__comment-rating .rating {
  margin-top: 8px;
}

.properties .questions__accordeon {
  margin-top: 40px;
}

.documents__slide {
  padding: 0;
}

.documents__slide img {
  width: 100%;
}

@media (max-width: 1400px) {
  .slider__btn-prev {
    left: 5px;
    transform: translate(0%, -50%);
  }

  .slider__btn-next {
    right: 5px;
    transform: translate(0%, -50%) rotate(180deg);
  }
}

@media (max-width: 1300px) {
  .first-screen {
    height: 600px;
  }

  .first-screen__content {
    max-width: 500px;
  }

  .first-screen__title {
    font-size: 24px;
  }

  .first-screen__subtitle li {
    font-size: 16px;
  }

  .first-screen img {
    width: 1400px;
    left: 50%;
    transform: translate(-50%, 0);
  }
}

@media (max-width: 1170px) {
  .container {
    max-width: 100%;
    padding: 0 20px;
  }

  .advantages__content {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .footer__top-wrapper {
    gap: 50px;
  }

  .footer__content {
    gap: 20px;
  }

  .properties__btn-line {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }

  .properties__screen {
    max-width: 100%;
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (max-width: 1100px) {
  .catalog-grid__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .catalog-grid__header {
    flex-direction: column;
    align-items: start;
    gap: 20px;
  }
}

@media (max-width: 1050px) {
  /* .header__logo {
    height: 35px;
  } */

  #logo_main {
    height: 20px;
  }

  #logo_text {
    display: none;
  }


  .header__main-menu {
    gap: 17px;
  }

  .header__main-menu a {
    font-size: 14px;
  }

  .title {
    font-size: 22px;
  }

  .title_small {
    font-size: 20px;
  }

  .text {
    font-size: 14px;
  }

  .useful__text {
    font-size: 14px;
    max-width: 140px;
  }

  .about__btn {
    transform: translate(0, -50%);
  }

  .person-banner__name {
    font-size: 18px;
  }

  .person-banner__phone-text {
    font-size: 16px;
  }

  .cart-list__article {
    font-size: 10px;
  }

  .cart-list__rate {
    font-size: 10px;
  }

  .cart-list__price {
    font-size: 16px;
  }

  .cart-list__price span {
    color: rgba(0, 0, 0, 0.5019607843);
    font-size: 12px;
  }

  .cart-list__description {
    position: relative;
    flex-direction: column;
  }

  .cart-list__info {
    max-width: none;
  }

  .cart-list__btn {
    position: absolute;
    bottom: 0;
  }

  .cart-list__btn svg {
    width: 18px;
    height: 18px;
  }

  .cart-list__quantity-btns {
    padding-left: 34px;
  }

  .cart-list__quantity-btns input {
    padding: 6px;
    width: 33px;
    font-size: 10px;
  }

  .cart-list__quantity-btn {
    height: 30px;
    padding: 0 10px;
  }

  .cart-forms__item-title {
    font-size: 14px;
  }

  .cart-forms__input {
    font-size: 14px;
    height: 44px;
    border-radius: 10px;
  }

  .product__selectors .cart-list__quantity {
    font-size: 14px;
  }

  .product__selectors .cart-list__quantity-btns {
    padding: 0;
  }

  .product__selectors .product-card__select-title {
    font-size: 14px;
  }

  .product__selectors .product-card__tab-block label {
    height: 34px;
    padding: 0 14px;
    font-size: 14px;
    font-weight: 300;
  }

  .properties__page[data-property="parameter"] {
    font-size: 14px;
  }
}





.burger__close-btn {
  cursor: pointer;
}

.popUp-block {
  width: 100%;
  max-width: 600px;
  position: absolute;
  z-index: 10;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  border-radius: 30px;
  padding: 35px;
  padding-top: 45px;
  padding-bottom: 45px;
  background-color: #f8f8f9;
  /* height: 600px; */
  -webkit-box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1199px) {
  .popUp-block {
    width: 95%;
    margin-left: auto;
    margin-right: auto;
    padding: 25px;
    padding-top: 40px;
    padding-bottom: 40px;
    height: auto;
    max-width: 500px;
  }
}

.popup-hidden {
  display: none;
}

.popUp-block .popUp-head {
  text-align: center;
}

#popup_success {
  text-align: center;
}

input.wrong {
  background: #f2dede !important;
  border: 1px red solid !important;
}

input.right {
  background: #fff !important;
  border: 1px green solid !important;
}

form .how-calc__chk {
  margin-top: 20px;
  display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

.how-calc__privacy-text {
  color: #222;
  font-size: 12px;
  line-height: 1.4;
  margin: 0;
  font-family: Inter, sans-serif;
  font-weight: 400;
  text-align: center;
}
.how-calc__privacy-text a {
  color:#ee2d45;
  text-decoration: underline;
}

/*Cart*/
.section-cart {
  margin-bottom: 60px;
}

/* .section-cart__content {
  width:calc(100% - 420px);
  float:left;
  display: inline-block;
  padding-right:80px
} */

/* .section-cart__aside {
  width:380px;
  float:left;
  display: inline-block;
  border:1px solid #ebebeb;
  background:#f9f9f9;
  padding:25px 30px 5px
} */

.table-cart {
  width: 100%;
}

.table-cart-wrapper {
  margin-bottom: 20px;
}

.table-cart tr th {
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 15px 15px 15px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
  font-weight: 400;
  white-space: nowrap;
}

.table-cart tr th:nth-child(1) {
  padding-left: 0;
}

.table-cart tr th:last-child {
  padding-right: 0;
  padding-left: 0;
  width: 15px;
}

.table-cart tr td {
  font-size: 12px;
  padding: 20px 15px;
  text-align: left;
  border-bottom: 1px solid #ebebeb;
}

.table-cart tr td:nth-child(1) {
  padding-left: 0;
}

.table-cart tr td:last-child {
  padding-right: 0;
  padding-left: 0;
  width: 15px;
}

.table-cart__img {
  width: 190px;
  max-height: 165px;
  text-align: center;
}

.table-cart__img img {
  max-width: 100%;
  max-height: 165px;
}

.table-cart__name {
  font-weight: 500;
  text-transform: uppercase;
  font-size: 16px;
}

.table-cart__name+.table-cart__info {
  padding-top: 15px;
}

.table-cart__info .product-item-info {
  justify-content: flex-start;
}

.table-cart__info .product-item-info:before {
  display: none;
}

.table-cart__calc {
  position: relative;
  padding: 20px 0;
  /* width:100px */
}

.table-cart__price-1 {
  font-size: 11px;
  color: #999;
  white-space: nowrap;
  top: 0;
  left: 0;
  display: none;
  position: absolute;
}

.table-cart__price-1.active {
  display: block;
}

.table-cart__price {
  font-size: 16px;
  font-weight: 500;
}

.table-cart__price div {
  display: inline-block;
  white-space: nowrap;
}

.table-cart__price .price-new {
  color: #900;
}

.table-cart__price .price-old {
  position: relative;
}

.table-cart__price .price-old:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  height: 1px;
  background: rgba(34, 34, 34, 0.5);
}

.section-cart__promo {
  text-align: right;
}

.section-cart__promo a {
  font-size: 12px;
  text-transform: uppercase;
  color: #999;
}

.section-cart__promo a:hover {
  color: #222;
}

.cart-total-box {
  border-bottom: 1px solid #ebebeb;
  padding: 15px 0;
  font-size: 14px;
}

.cart-total-box:last-child {
  border: none;
}

.cart-total-box__row {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 8px 0;
}

.cart-total-box__val {
  font-size: 16px;
  font-weight: 500;
}

.cart-total-box__val-red {
  color: #df4f48;
}

.cart-total-box__val-total {
  font-weight: bold;
  font-size: 20px;
}

.cart-total-box .select-2 {
  margin-top: 10px;
}

.cart-order__title {
  font-weight: 500;
  font-size: 22px;
  letter-spacing: 0.8px;
  margin-bottom: 15px;
}

.cart-order-row {
  margin: 0 -15px;
}

.cart-order-col {
  width: 100%;
  float: left;
  padding: 0 15px 20px;
  position: relative;
}

.cart-order-col-3 {
  width: 33.33%;
}

.cart-order .custom-radio {
  display: inline-block;
  margin-right: 60px;
}

.cart-order-box {
  background: #f9f9f9;
  border: 1px solid #ebebeb;
  padding: 20px 15px 5px;
  margin-bottom: 20px;
}

.cart-order-label {
  font-size: 14px;
  padding-bottom: 5px;
}

.cart-order-label-info {
  font-size: 10px;
  color: #999;
  padding-top: 5px;
}

.cart-order-label-info a {
  color: #999;
}

.cart-order-input {
  position: relative;
  border: 1px solid #ebebeb;
  background: #fff;
  border-radius: 3px;
  height: 34px;
  padding: 0 10px 0 40px;
}

.cart-order-input input {
  width: 100%;
  height: 100%;
  border: none;
  background: none;
  font-size: 14px;
  color: #222;
  font-weight: 400;
}

.cart-order-input_name:before {
  width: 14px;
  height: 16px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -8px;
  left: 13px;
  background: url(../../../../netcat_template/template/aquastyle/img/icon-name.png?ver1.0) no-repeat;
}

.cart-order-input_phone:before {
  width: 13px;
  height: 15px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 14px;
  background: url(../../../../netcat_template/template/aquastyle/img/icon-phone-input.png?ver1.0) no-repeat;
}

.cart-order-input_email:before {
  width: 15px;
  height: 12px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -6px;
  left: 12px;
  background: url(../../../../netcat_template/template/aquastyle/img/icon-email.png?ver1.0) no-repeat;
}

.cart-order-input_address:before {
  width: 12px;
  height: 15px;
  content: "";
  position: absolute;
  top: 50%;
  margin-top: -7.5px;
  left: 14px;
  background: url(../../../../netcat_template/template/aquastyle/img/icon-address.png?ver1.0) no-repeat;
}

.cart-order-comment {
  display: none;
}

.cart-order-btn {
  width: 280px;
  margin: 10px auto 25px;
  text-align: center;
}

.cart-order-btn .btn {
  width: 100%;
  margin-bottom: 10px;
}

.cart-order-btn .cart-order-label-info {
  font-size: 12px;
}

.cart-order-link-comment {
  position: absolute;
  left: 15px;
  top: 20px;
  font-size: 14px;
}

.cart-order-garant {
  border-top: 1px solid #ebebeb;
  padding-top: 15px;
  border-bottom: 1px solid #ebebeb;
  padding-bottom: 5px;
}

.custom-radio [type="radio"]:checked,
.custom-radio [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.custom-radio [type="radio"]:checked+label,
.custom-radio [type="radio"]:not(:checked)+label {
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #222;
  font-size: 14px;
}

.custom-radio [type="radio"]:checked+label span,
.custom-radio [type="radio"]:not(:checked)+label span {
  font-weight: 500;
}

.custom-radio [type="radio"]:checked+label:before,
.custom-radio [type="radio"]:not(:checked)+label:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #e4e4de;
  border-radius: 100%;
  background: #f6f4f0;
}

.custom-radio [type="radio"]:checked+label:after,
.custom-radio [type="radio"]:not(:checked)+label:after {
  content: "";
  width: 8px;
  height: 8px;
  background: #333;
  position: absolute;
  top: 6px;
  left: 6px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

.custom-radio [type="radio"]:not(:checked)+label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}

.custom-radio [type="radio"]:checked+label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.custom-radio_lg {
  width: 100%;
}

.custom-radio_lg [type="radio"]:checked+label,
.custom-radio_lg [type="radio"]:not(:checked)+label {
  border: 1px solid #ebebeb;
  padding: 17px 15px 17px 45px;
  background: #fff;
  margin-right: 0;
  width: 100%;
}

.custom-radio_lg [type="radio"]:checked+label {
  background: #f9f9f9;
}

.custom-radio_lg [type="radio"]:checked+label:before,
.custom-radio_lg [type="radio"]:not(:checked)+label:before {
  left: 15px;
  top: 18px;
}

.custom-radio_lg [type="radio"]:checked+label:after,
.custom-radio_lg [type="radio"]:not(:checked)+label:after {
  left: 21px;
  top: 24px;
}

.cart-order .custom-radio_lg {
  margin-right: 0;
}

.garant-item__title {
  font-size: 16px;
  position: relative;
  padding-left: 30px;
  padding-bottom: 10px;
}

.garant-item__title:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background: url(../../../../netcat_template/template/aquastyle/img/icon-check-2.png?ver1.0) no-repeat;
  width: 15px;
  height: 15px;
}

.garant-item p {
  font-size: 12px;
  color: #666;
}

.section-cart-cols {
  margin: 0 -15px;
}

.section-cart-col {
  float: left;
  width: 50%;
  padding: 0 15px;
}

.list__title {
  font-size: 16px;
  text-shadow: 0 0;
  padding-bottom: 5px;
  letter-spacing: 0.8px;
  line-height: 1.4;
}

.list-circle li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -3px;
  background: #ffae00;
  width: 5px;
  height: 5px;
  border-radius: 4px;
}

.text ul.list-circle li:before {
  content: "";
  position: absolute;
  top: 8px;
  left: -3px;
  background: #ffae00;
  width: 5px;
  height: 5px;
  border-radius: 4px;
}

.section-cart__aside-tablet {
  display: none;
}

#cart-bye .cartPopupBtn {
  margin-top: 30px;
  text-align: center;
}

#cart-bye .cartPopupBtn .btn {
  display: inline-block;
  width: 45%;
  margin-top: 0;
  height: 50px;
  line-height: 50px;
  text-align: center;
  padding: 0 20px;
}

#cart-bye .cartPopupBtn .btn:first-child {
  margin-right: 10px;
}

@media (max-width: 550px) {
  .modal__window {
    width: 300px !important;
  }

  #cart-bye .cartPopupBtn {
    margin-top: 15px;
  }

  #cart-bye .cartPopupBtn .btn {
    display: block;
    margin: 0 auto;
    margin-bottom: 10px;
    width: 100%;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
  }
}

.cart-delete {
  display: block;
  width: 19px;
  height: 19px;
  background: url(http://davinci.pdg.su/img/delete.svg) no-repeat center center #fff;
  background-size: cover;
  /* margin:0 auto; */
  border: none;
  margin-top: 10px;
}

/*Удалить из избранного*/

div.delete-fav {
  /* background: #eee; */
  padding: 10px;
  text-align: center;
  margin-left: -20px;
  margin-right: -20px;
  margin-bottom: -5px;
  padding-top: 0;
}

.favorite-link-del {
  font-size: 13px;
  color: #232323;
  margin: 13px 0 0 20px;
  text-decoration: none;
  display: inline-block;
}

.favorite-link-del:hover {
  border-color: transparent;
}

.favorite-link-del:before {
  content: "";
  display: inline-block;
  background: url(http://davinci.pdg.su/img/delete.png) no-repeat center center;
  width: 12px;
  height: 14px;
  position: relative;
  top: 3px;
  margin-top: -7px;
  left: -8px;
}

.tabs .tagItem {
  padding: 0 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "SF UI Display";
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 27px;
  cursor: pointer;
  background: #f0f2fc;
}

/*filters*/
.filter__box {
  padding-bottom: 13px
}


.filter-checkbox div {
  padding-bottom: 17px
}

.filter-checkbox input {
  position: absolute;
  opacity: 0
}

.filter-checkbox label {
  position: relative;
  cursor: pointer;
  padding: 0;
  font-size: 14px;
  color: #222;
  line-height: 20px;
  display: inline-block;
  padding-left: 30px
}

.filter-checkbox label:before {
  content: '';
  display: inline-block;
  vertical-align: text-top;
  border-width: 1px;
  border-color: #bababa;
  border-style: solid;
  background-color: #fff;
  width: 20px;
  height: 20px;
  box-shadow: 0px 0px 0px 1px #e0dfe3;
  position: absolute;
  left: 0;
  top: 0
}

.filter-checkbox input:disabled label {
  cursor: auto
}

.filter-checkbox input:disabled label:before {
  opacity: 0.8
}

.filter-checkbox input:disabled label:after {
  opacity: 0.8
}

.filter-checkbox label.active:after {
  content: '';
  position: absolute;
  left: 2px;
  top: 3.5px;
  background: url(https://aqua.style/netcat_template/template/aquastyle/img/icon-checked.png?ver1.0) no-repeat;
  width: 16px;
  height: 13px
}

.filter-result {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  margin-bottom: 25px
}

.filter-result__result {
  font-size: 34px;
  font-weight: 500;
  letter-spacing: 1px
}

.filter-result__info {
  font-size: 14px;
  color: #360;
  padding-left: 15px;
  font-weight: 500;
  letter-spacing: 0.8px
}

.extra-controls {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: -10px
}

.extra-controls span {
  font-size: 14px
}

.extra-controls .input {
  width: 80px;
  padding: 0 5px
}

/*sort tovar*/
ul.tabs li {
  /* padding: 0 30px; */
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 15px;
  font-weight: 400;
  font-family: "SF UI Display";
  height: 50px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  border-radius: 27px;
  cursor: pointer;
  background: #fff;
  height: 40px;
  width: fit-content;
}

ul.tabs a {
  padding: 0 30px;
  height: 40px;
  display: flex;
  align-items: center;

}

li.tpl-state-active a {
  color: #fff;
  background: #ee2d45 !important;
  border: 1px solid #ee2d45 !important;
}

.likely-big .likely__widget,
.likely-big .likely__widget {
  margin-right: 20px !important;
}

/*pagination*/
.nc_pagination {
  padding: 0;
  margin: 40px 0 17px;
  display: block;
  width: 100%;
}

.nc_pagination .nc_pagination_1 {
  display: inline-block;
  margin: 0;
  position: relative;
  left: 0;
  top: 0;
}

.nc_pagination .nc_pagination_1 a {
  margin: 4px;
  font:
    14px/16px LatoRegular,
    Cuprum,
    Arial,
    san sarif;
  color: #e5e5e5;
  border: 1px solid #e5e5e5;
  padding: 6px 9px;
  cursor: pointer;
  background: #fff;
  color: #000;
}

.nc_pagination .nc_pagination_1 a:hover {
  color: #fff;
  border: 1px solid #ee2d45;
  background-color: #ee2d45;
}

.nc_pagination .nc_pagination_1 span {
  margin: 4px;
  font:
    14px/16px LatoBold,
    Cuprum,
    Arial,
    san sarif;
  color: #fff;
  border: 1px solid #ee2d45;
  padding: 6px 9px;
  background-color: #ee2d45;
}

.nc_pagination .nc_prev_next {
  display: block;
  position: relative;
  padding: 0;
  margin: 10px auto 0;
  text-align: center;
  font:
    14px/16px LatoRegular,
    Tahoma,
    Arial,
    sans-serif;
}

.nc_pagination .nc_prev_next span.nc_next_link,
.nc_pagination .nc_prev_next span.nc_prev_link {
  height: 28px;
  width: 115px;
  display: inline-block;
  padding: 0 5px;
  margin: 0;
  border: 1px solid #e5e5e5;
}

.nc_pagination .nc_prev_next span.nc_next_link a,
.nc_pagination .nc_prev_next span.nc_prev_link a {
  height: 28px;
  width: 100%;
  display: inline-block;
  color: #1a1a19;
  line-height: 27px;
}

.nc_pagination .nc_prev_next span.nc_next_link a:hover,
.nc_pagination .nc_prev_next span.nc_prev_link a:hover {
  color: #fff;
}

.nc_pagination .nc_prev_next span.nc_prev_link a {
  text-align: right;
}

.nc_pagination .nc_prev_next span.nc_next_link a {
  text-align: left;
}

.nc_pagination .nc_prev_next span.nc_prev_link {
  background: url(/img/nc_prev_link.png) 5px center no-repeat;
}

.nc_pagination .nc_prev_next span.nc_prev_link.active,
.nc_pagination .nc_prev_next span.nc_prev_link:hover {
  background: url(/img/nc_prev_link_hover.png) 5px center no-repeat #cdcdcd;
}

.nc_pagination .nc_prev_next span.nc_next_link {
  background: url(/img/nc_next_link.png) 100px center no-repeat;
}

.nc_pagination .nc_prev_next span.nc_next_link.active,
.nc_pagination .nc_prev_next span.nc_next_link:hover {
  background: url(/img/nc_next_link_hover.png) 100px center no-repeat #cdcdcd;
}

.textNote {
  margin-top: 40px;
}
.textNote p {
  color: #ddd;
  font-size: 14px;
  line-height: 1.4;
}

.textNote ul {
  margin-top: 20px;
}

.textNote ul li {
  margin-top: 5px;
  list-style-type: disc;
  margin-left: 10px;
}

.banner {
  padding-bottom: 35px;
}

.slidebar-phone-2 {
  padding-top: 20px;
  text-align: center;
  padding-bottom: 0px;
}

.slidebar-phone-2 a {
  display: inline-block;
  vertical-align: middle;
  margin: 0 15px;
  width: 40px;
  height: 40px;
  background: no-repeat center center;
}

.slidebar-phone-2 a.phone-whatsapp {
  background-image: url('../img/icon-whatsapp.png');
}

.slidebar-phone-2 a.phone-tg {
  background-image: url('../img/icon-tg.png');
}

.slidebar-phone-2 a.phone-tel {
  background-image: url('../img/icon-phone2.png');
}

/*варианты в превью*/
.product-variant {
  padding-top: 12px;
}

.product-item-info {
  position: relative;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex !important;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 2px;

  font-size: 12px
}

.product-item-info:before {
  content: '';
  position: absolute;
  bottom: 4px;
  border-bottom: 1px dotted #ccc;
  left: 0;
  width: 100%
}

.product-item-info_2:before {
  border: none
}

.product-item-info__label {
  /* font-weight:500; */
  background: #fff;
  z-index: 1;
  position: relative;
  text-shadow: 0 0;
  letter-spacing: 0.8px
}

.product-item-info__value {
  background: #fff;
  z-index: 1;
  position: relative
}

/** хлебные крошки */
.breads,
.paginator {
  margin-bottom: 13px;
  justify-content: space-between;
  display: flex
}

.breads__item {
  display: flex;
  gap: 5px 5px;
  padding-top: 15px;
  /* flex-wrap: wrap; */
  align-items: center;
  /* overflow: auto; */
  white-space: nowrap;
  /* display: inline-block; */
  vertical-align: top;
  font-size: 14px;
  padding-bottom: 15px;
  color: rgba(0, 0, 0, 0.5019607843);
}

.paginator__item {
  display: inline-block;
  padding-right: 10px;
  vertical-align: top
}

.paginator__item:not(:last-child) .breads__link {
  -webkit-transition: border-bottom-color .3s;
  transition: border-bottom-color .3s;
  /* border-bottom:1px solid #4e97d3 */
}

.paginator__item:not(:last-child) .breads__link:hover {
  border-bottom: 1px solid transparent;
  -o-border-bottom: 1px solid transparent;
  -moz-border-bottom: 1px solid transparent;
  -webkit-border-bottom: 1px solid transparent
}


.paginator__item::after {
  display: inline-block;
  padding-left: 7px;
  content: "/";
  vertical-align: top;
  color: #aeaeae
}

/* .breads__link,
.paginator__link {
  color:#4e97d3;
  -webkit-transition:border-bottom-color .3s;
  transition:border-bottom-color .3s;
  border-bottom:1px solid #4e97d3
} */

.paginator__link.active {
  color: #0c5d9f
}


.dropdown_breadcrumbs {
  width: 10px;
  height: 10px;
  font-size: 18px;
  position: absolute;
  right: -18px;
  top: 18px;
  /* bottom: 0; */
  margin: auto;
  /* color:#4e97d3; */
  display: flex;
  align-items: center;
  justify-content: center;
  color: #6b6b6b;
  font-weight: bold;
  z-index: 9;
  cursor: pointer;
  transition: transform .3s ease-in, color .3s ease-in
}

.dropdown_breadcrumbs:hover {
  color: #ba0e23
}

.dropdown_breadcrumbs.rotate {
  transform: rotate(180deg)
}

.dropdown_items {
  padding-left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  background-color: #f9f9f9;
  z-index: 999;
  top: calc(100% + 10px);
  left: 0;
  box-shadow: 0 8px 15px rgba(0, 0, 0, .2);
  transition: opacity .3s ease-in;
  padding: 10px 15px;
  min-width: 200px
}

ul.dropdown_items li a {
  padding-bottom: 0;
  color: rgba(0, 0, 0, 0.5019607843);
  border: none;
  transition: background-color .3s ease-in, color .3s ease-in
}

ul.dropdown_items li {
  width: 100%;
  padding: 5px 0
}

ul.dropdown_items li a:hover {
  /* text-decoration:underline; */
  color: #ba0e23;
  border-radius: 8px
}

.dropdown_items.active {
  opacity: 1;
  pointer-events: visible
}

ul.breads__item li.breads__item span.divider {
  color: #999;
  display: block;
  margin: 0 8px;
  line-height: 0.8;
  font-size: 16px
}

ul.breads__item li.breads__item a {
  border-bottom: 1px #d1d1d1 solid;
}

@media (max-width:800px) {

  /* .breads__item .dropdown_breadcrumbs, .dropdown_items{
		display: block!important;
	} */
  ul.breads__item {
    overflow: hidden;
    overflow-x: auto;

  }

  .catalog-grid {
    padding-top: 0.6rem;
  }

  .dropdown_breadcrumbs {
    right: -7px;
    top: 13px;
  }

  .breads__item {
    padding-bottom: 0.4rem;
    /* margin-bottom: 0.4rem; */
  }

  /* .breads-wrap {
    margin:0 -20px;
    padding:13px 20px 12px;
    background:#f8f8f8;
    position:relative
  }
  .breads-wrap:before {
    content:'';
    display:block;
    width:100%;
    height:8px;
    position:absolute;
    top:0;
    left:0;
    background:linear-gradient(180deg,rgba(229,229,229,1) 30%,rgba(9,9,121,0) 100%)
  }
  .breads-wrap:after {
    content:'';
    display:block;
    width:100%;
    height:4px;
    position:absolute;
    bottom:0;
    left:0;
    background:linear-gradient(180deg,rgba(229,229,229,1) 30%,rgba(9,9,121,0) 100%)
  } 
  .breads {
    white-space:initial!important;
    overflow-x:initial!important;
    margin-bottom:0!important;
    align-items:center;
    padding-bottom:0
  }
  .text-page .breads {
    margin-top:20px;
    margin-bottom:20px!important
  }
  .catalog-sections-page .breads {
    margin-top:20px;
    margin-bottom:20px!important
  }
  ul .breads__item:last-of-type {
    display:none
  }
  .page_content_right .breads {
    display:none
  }
  .breads__item {
    font-size:0!important;
    vertical-align:middle!important
  }
  .breads__item .breads__link {
    text-decoration:none;
    border-bottom:unset;
    font:300 14px/19px Lato,Arial\ sans-serif
  }
  .breads__item span {
    font-size:12px;
    font-family:Lato;
    font-weight:300;
    display:table;
    height:17px
  }
  ul.breads__item li.breads__item span.divider {
    font:400 21px/18px LatoRegular,Arial\ sans-serif;
    margin:0 8px 0 8px!important
  }
  .dropdown_breadcrumbs,
  .dropdown_items {
    display:none!important
  }
  .divider {
    display:none!important
  }
  .divider--mob {
    display:block!important
  }*/
}

.breads__item.breads_divider:last-child {
  display: none;
}

h1.title {
  display: inline;
}

.page-title__category-items {
  color: #666;
  display: inline;
  margin-left: 10px;
  vertical-align: baseline;
  white-space: nowrap
}

.page-title__category-items {
  font-size: 14px'

}

.page-otzyv-note {
  margin-top: 40px;
  text-align: center;
  font-size: 24px;
}

.page-otzyv-note a {
  color: #900;
}

/*left-menu*/
.left-menu-catalog {
  padding: 0 0.23rem;
  margin: 0 0 0.14rem;
  margin-bottom: 0.14rem;
  margin-bottom: 25px;
}

.bot-nav__subitem {
  /* padding: 0 50px; */
  /* height: 35px; */
  /* background: rgba(221, 224, 237, 0.3); */
  /* display: flex; */
  align-items: center;
  cursor: pointer;
  padding-left: 50px;
  line-height: 1.8;
}

.bot-sub-nav__subitem {
  padding-left: 20px;
}

.left-menu-catalog .first-item {
  padding-left: 20px !important;
}

.bot-nav__sublink__arrow {
  margin: 0 2px;
  vertical-align: bottom;
  /* line-height: 0.3; */
  line-height: 22px;
}

.bot-nav__sublink.active {
  font-weight: bold;
}

.mb20 {
  margin-bottom: 20px;
}

.pb60 {
  padding-bottom: 60px;
}

/**** TOP MENU ****/
.menu {
  -webkit-box-flex: 1;
  -ms-flex: 1 1 auto;
  flex: 1 1 auto
}

.menu__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 45px
}

.menu__item {
  z-index: 100;
}

.menu__item_sub-menu {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: -50px;
  padding-bottom: 50px;
  z-index: 99;
  min-width: 250px;
  margin-right: -130px;
}

.menu__item_sub-menu:after {
  content: "";
  -webkit-box-flex: 0;
  -ms-flex: 0 0 10px;
  flex: 0 0 10px;
  width: 10px;
  height: 10px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  background: url("../img/menu-arr.svg") center/contain no-repeat
}

.menu__item_sub-menu:hover:after {
  -webkit-transform: rotate(-180deg);
  transform: rotate(-180deg)
}

.menu__item_sub-menu:hover>.sub-menu {
  opacity: 1;
  visibility: visible;
  pointer-events: all;
  top: calc(100% - 30px)
}

.grid {
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(230px, 1fr));
  gap: 20px;
}

.grid_cat {
  grid-template-columns: repeat(auto-fit, minmax(170px, 200px));
}

.category__slide {
  position: relative;
  z-index: 2;
  min-height: 300px;
}

.category__slide_cat {
  min-height: 200px;
}

.category__slide-img img {
  width: 100%;
  object-fit: cover;
}

.menu__link {
  font-size: 16px;
  line-height: 20px;
  color: #fff
}

.menu__link:hover {
  text-decoration: underline
}

.sub-menu {
  pointer-events: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  opacity: 0;
  visibility: visible;
  position: absolute;
  top: 80%;
  padding: 10px 15px;
  z-index: 10;
  min-width: 250px;
  border-radius: 8px;
  background-color: rgba(0, 0, 0, 0.95);
  left: -10px
}

.sub-menu .menu__item {
  margin-bottom: 10px
}

.sub-menu .menu__item:last-child {
  margin-bottom: 0;
  padding-bottom: 0
}

.sub-menu .menu__item_sub-menu {
  position: relative;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -10px -20px -5px -15px;
  padding: 10px 20px 15px 15px;
}

.sub-menu .menu__item_sub-menu:after {
  -webkit-transform: rotate(-90deg);
  transform: rotate(-90deg)
}

.sub-menu .menu__item_sub-menu:hover:after {
  -webkit-transform: rotate(2deg);
  transform: rotate(2deg)
}

.sub-menu .menu__item_sub-menu .sub-menu {
  top: 0px;
  left: 120%
}

.sub-menu .menu__item_sub-menu:hover .sub-menu {
  left: 100%
}

.sub-menu .menu__link {
  font-size: 13px
}

@media (max-width: 1280px) {
  .menu__list {
    gap: 15px
  }

  .menu__link {
    font-size: 13px
  }

  /* .menu__item_sub-menu {
    gap: 5px
} */

}

@media (max-width: 690px) {
  .grid_cat {
    grid-template-columns: repeat(2, 1fr);
  }

  .category__slide-title {
    font-size: 12px;
  }

  .category__slide-content {
    padding: 15px;
  }

  .menu {
    display: none;
  }

  /* Мобильная версия catalog-tabs-wrapper */
  .catalog-tabs-wrapper {
    flex-direction: column;
    align-items: stretch;
  }

  .catalog-grid__tabs {
    width: 100%;
    margin-bottom: 15px;
  }

  .catalog-tabs__all-btn {
    margin-left: 0;
    margin-top: 0;
    align-self: flex-start;
    width: auto;
  }

  /* Скрываем стрелки на мобильной версии */
  .tabs-arrow {
    display: none !important;
  }

  /* Скрываем стрелки даже когда показываются все подборки */
  .catalog-grid__tabs.show-all~.tabs-arrow {
    display: none !important;
  }
}

/**Catalog Menu TOP*/
.header-menu {
  height: 50px;
  background: #6c1010;
}

.nav {
  display: block;
  text-align: center;
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important;
  -webkit-box-orient: vertical;
  -webkit-box-pack: space-between;
  -webkit-justify-content: space-between;
  -ms-flex-pack: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center
}

.nav li {
  display: flex;
  flex-direction: column;
  justify-content: center;
  vertical-align: middle;
  padding: 0;
  height: 50px;
  line-height: 50px
}

.header-menu .more {
  display: none;
  /* Скрываем по умолчанию */
  position: relative;
  margin-left: -150px;
  padding-left: 150px;
}

.parent {
  z-index: 10;
}

.parent.more {
  z-index: 9;
}

.header-menu .more .sub-menu {
  /* display: none; */
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  left: -46px;
  /* background-color: white; */
  background-color: #6c1010;
  padding: 10px;
  border-radius: 0;
  list-style: none;
  z-index: 10;
  text-align: left;
  /* border: 1px solid #ccc; */
  pointer-events: none;
}

.header-menu .more:hover .sub-menu {
  /* display: block;  */
  visibility: visible;
  pointer-events: all;
  opacity: 1;
}

/* .header-menu .more .sub-menu .parent .menu__link{
	color: #000;
} */

.header-menu {
  position: relative;
  /* По умолчанию меню находится в потоке документа */
  z-index: 10;
  transition: all 0.3s ease;
  /* Плавный переход */
}

.header-menu .nav>.parent>a {
  margin: -15px 0;
  padding: 15px 10px;
}

.header-menu .nav>.parent .sub-menu .parent>a {
  padding: 10px;
  margin: 0 -10px -10px -10px;
}

.header-menu .nav>.parent .sub-menu .parent:first-child>a {
  padding: 10px;
  margin: -10px -10px;
}

.header-menu-placeholder {
  display: none;
  /* Псевдо-элемент для заполнителя */
  height: 50px;
  /* Задаем высоту, равную высоте меню */
}

.header-menu.sticky {
  position: fixed;
  /* Когда прокручено достаточно, меню становится фиксированным */
  top: -100px;
  /* Меню скрыто за верхним краем экрана */
  left: 0;
  right: 0;
  background-color: #6c1010;
  /* Фон для липкого меню */
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
  /* Тень для эффекта */
  z-index: 1000;
}

.header-menu.sticky.visible {
  top: 0;
  /* Когда прокручено еще на 70px, меню появляется */
}

.header-menu .more .sub-menu .parent {
  padding: 0;
  height: auto;
}

.nav li a {
  display: block;
  font-size: 15px;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  padding: 0 10px;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 0.5px
}

.nav li.parent {
  position: relative
}

.nav li.parent:hover>a {
  background: #932828
}

.nav li.parent span.active {
  background: #263b00;
  display: block;
  font-size: 15px;
  color: #fff;
  padding: 0 10px;
  text-shadow: none;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase
}

.nav .submenu {
  display: none;
  background: #568700;
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 9999
}

.nav .submenu li {
  text-align: left;
  white-space: nowrap;
  display: block;
  height: auto;
  line-height: 1.2;
  padding: 10px 10px
}

.nav .submenu li:hover {
  background: #263b00
}

.nav .submenu li a {
  padding: 0;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  text-align: left;
  display: block
}

.nav .submenu li a:hover {
  border-color: #fff;
  text-decoration: none;
  border-bottom: none
}

.nav .submenu li.active {
  background: #263b00
}

.nav .submenu li span.active {
  text-transform: uppercase;
  font-weight: 700;
  color: #fff;
  font-size: 13px;
  padding-left: 0px;
  background: #263b00
}

.nav li:hover .submenu {
  display: block
}

.properties__page-wrapper p b{
  font-weight: bold;
    font-size: 18px;
    color: #000;

}

.properties__page-wrapper .warning {
  background-color: #fff3cd;
  padding: 10px 15px;
  margin-top: 30px;
}

.properties__page-wrapper .warning .warning-title {
font-weight: bold;
font-size: 20px;
margin-bottom: 10px;
}

/*отзывы в листинге*/
.review__slider {
  margin-top: 40px;
}

.catalog-SmallText {
  padding-top: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 1.3;
  color: #666;
}

.listing-text {
  padding-bottom: 60px;
}

.listing-text .subtitle_text {
  margin-top: 0;
}

.listing-text .paragraph__content p {
  margin-top: 0;
}

.listing-text h2 {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 1.4;
}
.listing-text h3 {
  font-size: 22px;
}

.listing-text ul {
  margin-bottom: 20px;
}


#cookie-banner {
  position: fixed;
  bottom: 20px;
  left: 20px;
  width: auto;
  max-width: 600px;
  min-width: 320px;
  background: linear-gradient(180deg, #f0f4f8 0%, #e8ecf0 100%);
  padding: 20px 24px;
  text-align: left;
  z-index: 10000;
  font-size: 19px;
  line-height: 1.6;
  border: 1px solid rgba(0, 0, 0, 0.1);
  border-radius: 12px;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.15);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-start;
  /* gap: 15px; */
  animation: cookieBannerFadeIn 0.4s ease-out;
  opacity: 0;
  animation-fill-mode: forwards;
}

@keyframes cookieBannerFadeIn {
  from {
    opacity: 0;
    transform: translateY(20px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

#cookie-banner > *:first-child {
  margin: 0;
  width: 100%;
}

#cookie-banner a {
  color: #ee2d45;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
  display: contents;
}

#cookie-banner a.link--pink {
  color: #ee2d45;
  text-decoration: underline;
  font-weight: 500;
  transition: color 0.2s ease;
}

#cookie-banner a.link--pink:hover {
  color: #ba0e23;
  text-decoration: none;
}

#cookie-banner a:hover {
  color: #ba0e23;
  text-decoration: none;
}

#cookie-banner button {
  margin-left: 0;
  margin-top: 0;
  background: #ee2d45;
  color: #fff;
  padding: 10px 24px;
  border: none;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow: 0 2px 4px rgba(238, 45, 69, 0.3);
  white-space: nowrap;
  align-self: flex-start;
  margin-top: 20px;
}

#cookie-banner button:hover {
  background: #ba0e23;
  box-shadow: 0 4px 8px rgba(238, 45, 69, 0.4);
}

#cookie-banner button:active {
  box-shadow: 0 1px 2px rgba(238, 45, 69, 0.3);
}

@media (max-width: 768px) {
  #cookie-banner {
    max-width: 400px;
    font-size:14px
  }
}

@media (max-width: 600px) {
  #cookie-banner {
    max-width: 320px;
    font-size:14px;
   

  }

  #cookie-banner button {
    width: 100%;
    max-width: 200px;
    margin-top: 10px;
    /* padding: 12px 20px; */
  }
}

/* ==========================================================================
   Lazy Loading Backgrounds
   ========================================================================== */

.lazy-bg {
  background-color: #f5f5f5;
  /* Placeholder цвет */
  transition: opacity 0.3s ease;
}

.lazy-bg:not(.lazy-bg-loaded) {
  opacity: 0.8;
}

.lazy-bg.lazy-bg-loaded {
  opacity: 1;
}

/* Минималистичный placeholder как на vseinstrumenti.ru */
.lazy {
  background-color: #f8f9fa;
}

/* Универсальная поддержка фоновых изображений через img */
.article-img {
  position: relative;
  overflow: hidden;
}

.article-img .lazy {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  object-placeholder: initial;
  z-index: -1;
}

/**
 * Age Gate Modal Styles
 * Стили для модального окна подтверждения возраста 18+
 */

/* Модальное окно */
#age-gate-modal {
    display: none; /* По умолчанию скрыто, показывается через JS */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.85);
    z-index: 99999;
    align-items: center;
    justify-content: center;
    padding: 20px;
    box-sizing: border-box;
}

/* Контейнер содержимого модалки */
.age-gate-content {
    background-color: #ffffff;
    border-radius: 12px;
    padding: 40px;
    max-width: 500px;
    width: 100%;
    text-align: center;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.3);
    position: relative;
    animation: ageGateFadeIn 0.3s ease-out;
}

@keyframes ageGateFadeIn {
    from {
        opacity: 0;
        transform: scale(0.9);
    }
    to {
        opacity: 1;
        transform: scale(1);
    }
}

/* Заголовок */
.age-gate-title {
    font-size: 28px;
    font-weight: 700;
    margin-bottom: 20px;
    color: #333;
    line-height: 1.3;
}

/* Подзаголовок/описание */
.age-gate-description {
    font-size: 16px;
    line-height: 1.6;
    color: #666;
    margin-bottom: 30px;
}

/* Контейнер кнопок */
.age-gate-buttons {
    display: flex;
    gap: 15px;
    justify-content: center;
    flex-wrap: wrap;
}

/* Основная кнопка (Да, мне уже 18) */
.age-gate-btn-confirm {
    /* background-color: #4CAF50; Зелёный цвет */
    background: #ee2d45;
    color: #ffffff;
    border: none;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.3s ease;
    min-width: 180px;
}

.age-gate-btn-confirm:hover {
    /* background-color: #45a049; */
    background-color: #ba0e23;
}

.age-gate-btn-confirm:active {
    background-color: #a00d1f;
}

/* Вторичная кнопка (Нет, мне нет 18) */
.age-gate-btn-reject {
    background-color: transparent;
    color: #666;
    border: 2px solid #ccc;
    padding: 14px 32px;
    font-size: 16px;
    font-weight: 600;
    border-radius: 6px;
    cursor: pointer;
    transition: border-color 0.3s ease, color 0.3s ease;
    min-width: 180px;
}

.age-gate-btn-reject:hover {
    border-color: #999;
    color: #333;
}

.age-gate-btn-reject:active {
    border-color: #777;
    color: #000;
}

/* Адаптивность для мобильных устройств */
@media (max-width: 600px) {
    .age-gate-content {
        padding: 30px 20px;
        margin: 20px;
    }

    .age-gate-title {
        font-size: 24px;
    }

    .age-gate-description {
        font-size: 14px;
    }

    .age-gate-buttons {
        flex-direction: column;
    }

    .age-gate-btn-confirm,
    .age-gate-btn-reject {
        width: 100%;
        min-width: auto;
    }
}

/* Блокировка скролла при открытой модалке */
body.age-gate-locked {
    overflow: hidden !important;
}

html.age-gate-locked {
    overflow: hidden !important;
}


.full-item {
text-align: left;
}



.disclaimer-box {
  background-color: #fff3cd;
  border-left: 4px solid #ffc107;
  padding: 20px;
  margin: 30px 0;
  border-radius: 4px;
}

.policy-text h1 {
  margin-bottom: 20px;
  display: block;
  font-size: 36px;
  line-height: 1.4;
}

.policy-text h2 {
  font-size: 24px;
  margin-top: 30px;
  margin-bottom: 15px;
  color: #444;
}

.policy-text p {
  margin-bottom: 15px;
  font-size: 16px;
  line-height: 1.4;
}

.policy-text ul {
  margin-left: 40px;
  margin-bottom: 15px;
}

.policy-text li {
  margin-bottom: 10px;
  list-style: disc;
  line-height: 1.4;
}
.policy-text a {
  color: #6c1010


}

.back-link {
  position: relative;
  font-weight: 600;
  color: #6c1010;
  text-decoration: none;
  font-size: 16px;
  margin-top: 30px;
  display: block;
}

.back-linkt a::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -2px;
  width: 100%;
  height: 1px;
  background: transparent;
  transition: background 0.2s;
}

.back-link a:hover::after {
  background: #ee2d45;
}

@media (max-width: 1000px) {
  .map__description {
    transform: translate(-100%, -50%);
  }

  .map__grid {
    grid-template-columns: 1fr;
    -moz-column-gap: 12px;
    column-gap: 12px;
    row-gap: 15px;
  }

  .map__wrapper {
    height: 750px;
  }

  .map iframe {
    height: 100%;
  }

  .map__description {
    transform: translate(-80%, -50%);
  }

  .map__info-block {
    padding: 20px 25px;
  }

  .footer__content-section_contact {
    display: none;
  }

  .about-presentation__img {
    flex: 0 0 350px;
  }

  .all-article__grid {
    gap: 10px;
  }

  .person-banner__name {
    white-space: wrap;
  }

  .person-banner__wrapper {
    flex-direction: column;
    height: auto;
  }

  .person-banner__phone {
    margin-top: 14px;
  }

  .person-banner__subtitle {
    margin-top: 12px;
  }

  .person-banner__btn {
    margin-top: 18px;
    height: 40px;
  }

  .next-articles__wrapper {
    gap: 20px;
  }

  .next-articles__item-img {
    flex: 0 0 180px;
    width: 180px;
  }
  .policy-text h1 {
    font-size:20px;
    margin-top: 20px;
  }
  .policy-text h2 {
    font-size: 18px;
    margin-top: 25px;
  }
  .policy-text ul {
    margin-left: 15px;
  }
}

@media (max-width: 950px) {
  .category__table_mobile {
    margin: 30px auto 0;
    padding: 0 50px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    flex-direction: column;
    gap: 30px;
  }

  .category__slider {
    display: none !important;
  }

  .category__btn-prev,
  .category__btn-next {
    display: none;
  }

  .category__slide {
    height: 250px;
    position: relative;
  }

  .category__slide-img img {
    min-width: 100%;
    min-height: 100%;
    left: auto;
    z-index: auto;
  }

  .popular__slider-wrapper,
  .promo__slider-wrapper {
    display: none;
  }

  .popular__table_mobile,
  .promo__table_mobile {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .mycompany__wrapper {
    flex-direction: column-reverse;
    gap: 30px;
  }

  .mycompany__title {
    margin-top: 20px;
  }

  .mycompany__text {
    color: rgba(255, 255, 255, 0.8666666667);
  }

  .license__wrapper {
    flex-direction: column;
  }

  .license__slider-wrapper {
    margin-top: 24px;
  }

  .slider__wrapper {
    padding: 0 0 60px 0;
  }

  .slider__btn-prev,
  .slider__btn-next {
    position: static;
    padding: 0;
    width: 30px;
    height: 30px;
    border: none;
    transform: translate(0, 0);
  }

  .slider__btn-next {
    transform: rotate(180deg);
  }

  .slider__control {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0);
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 24px;
  }

  .slider__pagination {
    display: block;
    text-align: center;
    font-size: 24px;
  }

  .slider__pagination .swiper-pagination-current {
    font-size: 16px;
  }

  .big-banner__img img {
    top: -10%;
  }

  .about__pagination {
    display: block;
  }

  .article__btn {
    margin: 30px auto 0;
    position: static;
    transform: none;
  }

  .team__grid-item {
    gap: 10px;
  }

  .team__grid-ava {
    height: 63px;
    width: 63px;
    flex: 0 0 63px;
  }

  .team__grid-name {
    font-size: 14px;
  }

  .team__grid-post {
    font-size: 12px;
  }

  .single-article__img {
    width: 40%;
    flex: 0 0 40%;
  }

  .product {
    position: relative;
  }

  .product__btn-next,
  .product__btn-prev {
    display: none;
  }

  .product__pagination {
    position: absolute;
    bottom: 20px;
    z-index: 2;
  }

  .product__social-block {
    flex-direction: column;
    gap: 30px;
  }

  .product__price-actual {
    font-size: 20px;
  }

  .product__price-old {
    font-size: 16px;
  }

  .product__price-promo {
    padding: 7px 14px;
    font-size: 14px;
  }
}

@media (max-width: 850px) {
  .header__bottom-wrapper {
    gap: 20px;
  }

  .burger {
    width: 320px;
    padding: 20px;
    height: 100vh;
    position: fixed;
    top: 0;
    right: 0;
    transform: translate(110%, 0);
    z-index: 50;
    background: #fff;
    overflow-x: hidden;
    overflow-y: scroll;
    transition: transform 0.4s;
  }

  .burger.active {
    transform: translate(0, 0);
  }

  .burger__title {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 27px;
  }

  .burger__title img {
    height: 26px;
  }

  .burger__content {
    display: block;
    margin-top: 40px;
  }

  .burger__menu-item {
    font-size: 14px;
    line-height: 130%;
    margin-bottom: 22px;
  }

  .burger__catalog-title,
  .burger__menu-item-title {
    width: 100%;
    display: flex;
    align-items: center;
    gap: 20px;
    cursor: pointer;
  }

  .burger__catalog-btn {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid #878a95;
    transform-origin: center 9px;
    transform: translate(0, -4px);
  }

  .burger__menu-item-btn {
    width: 20px;
    height: 100%;
  }

  .burger__menu-item-btn div {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid #878a95;
    transform-origin: center 9px;
    transform: translate(0, -4px);
  }

  .burger__catalog-btn.hide {
    transform: translate(0, -4px) rotate(180deg);
    border-bottom: 6px solid #ee2d45;
  }

  .burger__menu-item-btn.hide div {
    transform: translate(0, -4px) rotate(180deg);
    border-bottom: 6px solid #ee2d45;
  }

  .burger__catalog-wrapper,
  .burger__menu-item-wrapper {
    margin: 10px 0 0 0;
    padding: 0 10px;
    overflow: hidden;
  }

  .burger__catalog-wrapper.hide,
  .burger__menu-item-wrapper.hide {
    margin: 0;
    max-height: 0px;
    padding: 0;
  }

  .burger__catalog-title {
    height: 42px;
    justify-content: space-between;
  }

  .burger__catalog-wrapper {
    border-bottom: 1px solid rgba(221, 224, 237, 0.5);
  }

  .burger__catalog-wrapper a {
    margin-bottom: 16px;
    display: block;
    color: rgba(0, 0, 0, 0.5);
  }

  .burger__contacts {
    margin-top: 56px;
    text-align: center;
  }

  .burger__contacts a {
    margin-top: 6px;
    font-size: 18px;
    font-weight: 500;
    line-height: 130%;
  }

  .burger__contacts-info {
    font-size: 12px;
    font-weight: 130%;
    color: rgba(0, 0, 0, 0.5019607843);
  }

  .burger__btn {
    margin-top: 30px;
    height: 50px;
    width: 100%;
  }

  .burger .header__btns-line {
    justify-content: center;
    margin: 40px 0 0 0;
    height: 27px;
  }

  .header__main {
    height: 42px;
  }

  .header__main-menu {
    display: none;
  }

  .header__btns-line_top {
    display: flex;
    align-items: center;
  }

  .header__bottom {
    height: 50px;
  }

  /* .header__logo {
    display: flex;
    align-items: center;
    gap: 20px;

  } */
  .header__logo::after {
    height: 40px;
  }

  .header__logo_white #logo_text path {
    fill: #eff0f2 !important;
  }

  .header__logo_white #logo_name {
    fill: #eff0f2 !important;
  }


  /* .header__logo img {
    height: 26px;
  } */

  #logo_main {
    width: auto;
    height: 22px;
  }

  #logo_text {
    width: auto;
    height: 46px;
  }

  .header__bottom-right {
    display: none;
  }

  .header__bottom-right_mobile {
    display: flex;
  }

  .header__btns-item {
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .header__main-city-select {
    border: 1px solid rgba(0, 0, 0, 0.3);
    width: 100%;
  }

  .header__main-city-select svg path {
    fill: #000;
  }

  .city-select__title {
    color: #000;
  }

  .city-select__list {
    background: #fff;
    border: 1px solid rgba(0, 0, 0, 0.3);
  }

  .city-select a {
    color: rgba(0, 0, 0, 0.6);
  }

  .city-select a.select {
    color: #000;
    font-weight: 500;
  }

  .city-select li {
    padding: 10px 5px 10px 18px;
    border-top: 1px solid rgba(0, 0, 0, 0.3);
  }

  .city-select li:first-child {
    border: none;
  }

  .first-screen {
    height: 560px;
  }

  .first-screen img {
    left: 20%;
  }

  .first-screen__content {
    width: 500px;
    top: calc(50% + 50px);
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .first-screen__title {
    text-align: center;
  }

  .category__tab-block {
    margin: 20px 0 0;
    position: static;
    transform: translate(0, 0);
    justify-content: center;
  }

  .useful__content {
    margin: 20px auto 0;
    max-width: 320px;
  }

  .useful__text {
    max-width: 150px;
  }

  .useful__text:nth-child(1) {
    top: 2%;
    left: 25%;
  }

  .useful__text:nth-child(2) {
    top: 10%;
    left: 39%;
  }

  .useful__text:nth-child(3) {
    top: 18%;
    left: 25%;
  }

  .useful__text:nth-child(4) {
    top: 27%;
    left: 39%;
  }

  .useful__text:nth-child(5) {
    top: 68%;
    left: 25%;
  }

  .useful__text:nth-child(6) {
    top: 76%;
    left: 39%;
  }

  .useful__text:nth-child(7) {
    top: 84%;
    left: 25%;
  }

  .useful__text:nth-child(8) {
    top: 93%;
    left: 39%;
  }

  .banner__wrapper {
    flex-direction: column;
    gap: 17px;
  }

  .big-banner__img {
    display: none;
  }

  .big-banner__wrapper {
    padding: 22px;
  }

  .big-banner__content {
    padding: 0;
  }

  .about__slide-name {
    font-size: 18px;
  }

  .galery__grid {
    gap: 10px;
  }

  .galery__item {
    border-radius: 8px;
  }

  .map__desktop {
    display: none;
  }

  .map__mobile {
    display: block;
  }

  .map__description {
    width: 280px;
    top: 48px;
    left: 50%;
    transform: translate(-50%, 0);
  }

  .map__info-title {
    font-size: 22px;
    font-weight: 500;
  }

  .map__grid-title {
    font-size: 14px;
  }

  .map__grid-info {
    font-size: 15px;
  }

  .footer__top {
    padding-bottom: 20px;
  }

  .footer__logo {
    height: 26px;
  }

  .footer__pay {
    margin-top: 14px;
  }

  .footer__pay-title {
    font-size: 10px;
  }

  .footer__pay-item {
    width: 45px;
    height: 17px;
  }

  .footer__conent-list a {
    font-size: 10px;
  }

  .footer__content-title {
    font-size: 14px;
  }

  .footer__conent-list {
    margin-top: 14px;
  }

  .footer__bottom-left {
    font-size: 10px;
  }


  .footer__rights {
    font-size: 10px;
    text-align: right;
  }

  .footer__social-item {
    width: 25px;
    height: 24px;
    border-radius: 9px;
  }

  .footer__social-item svg {
    height: 50%;
  }

  .footer__social_dzen svg {
    height: 100%;
  }

  .footer__social_taplink svg {
    height: 75%;
  }

  .about-presentation__content-grid {
    flex-direction: column;
  }

  .about-presentation__img {
    flex: 0 0 auto;
  }

  .blog-recent__wrapper {
    grid-template-columns: 1fr;
    grid-template-rows: repeat(4, 1fr);
  }

  .blog-recent__title {
    font-size: 20px;
  }

  .blog-recent__item_big {
    grid-area: 1/1/3/2;
  }

  .blog-recent__item-bg {
    overflow: hidden;
  }

  .blog-recent__item-bg img {
    position: absolute;
  }

  .single-article__preface {
    flex-direction: column-reverse;
  }

  .single-article__img {
    width: 100%;
  }

  .next-articles__wrapper {
    flex-direction: column;
    gap: 40px;
  }

  .next-articles__item {
    margin-top: 20px;
  }

  .line {
    display: none;
  }

  .line_mobile {
    padding-top: 20px;
    display: block;
  }

  .order__img img {
    left: -20%;
  }

  .delivery__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .cart__wrapper {
    flex-direction: column;
  }

  .cart__aside {
    flex: 0 0 auto;
  }

  .filter {
    width: 360px;
    position: fixed;
    max-height: 100vh;
    top: 0;
    left: 0;
    z-index: 40;
    overflow-x: scroll;
    border-radius: 0;
    border: none;
    transform: translate(-120%, 0);
    transition: transform 0.3s;
  }

  .filter.open {
    transform: translate(0, 0);
  }

  .filter__title {
    position: relative;
    padding: 20px 20px 0 20px;
    width: 100%;
  }

  .filter__title>svg {
    position: absolute;
    bottom: 0;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .filter__close-btn {
    display: block;
  }

  .filter__subtitle {
    padding: 20px;
    font-size: 18px;
    margin: 0;
  }

  .filter__item-title {
    height: 42px;
    padding: 0 20px;
    font-size: 14px;
  }

  .filter__checkbox {
    font-size: 14px;
  }

  .filter__element-wrapper {
    margin: 0;
    padding-top: 12px;
  }

  .catalog-grid__content {
    width: 100%;
  }

  .catalog-grid__header {
    flex-direction: row;
    justify-content: start;
  }

  .catalog-grid__item-per-page {
    display: none;
  }

  .catalog-grid__header-title {
    display: none;
  }

  .catalog-grid__select {
    height: 38px;
    width: 166px;
  }

  .catalog-grid__select-btn {
    display: none;
  }

  .catalog-grid__select-btn_mobile {
    font-size: 14px;
    display: block;
    position: absolute;
    top: 10px;
    right: 11px;
  }

  .catalog-grid__select-title {
    display: none;
  }

  .catalog-grid__select-title_mobile {
    display: block;
    font-size: 14px;
  }

  .catalog-grid__filter-btn-mobile {
    display: flex;
  }
}

@media (max-width: 800px) {
  .product__slider_nav {
    display: none !important;
  }

  .product__presentation {
    flex-direction: column;
  }

  .product__presentation-img {
    margin: 0 auto;
    width: -moz-fit-content;
    width: fit-content;
    max-width: 320px;
    flex: 0 0 auto;
    aspect-ratio: 1/1;
  }

  .product__slider_main {
    height: 320px;
  }
}

@media (max-width: 750px) {

  .header__logo::after,
  .header__logo span {
    display: none;
  }

  .procedure__wrapper {
    flex-direction: column;
  }

  .questions__item-title {
    padding: 24px 56px 24px 20px;
    font-size: 16px;
  }

  .questions__item-btn {
    width: 16px;
    top: 24px;
    right: 20px;
  }

  .questions__answer {
    margin: 0px 56px 24px 20px;
  }

  .modal__window {
    padding: 20px;
    width: 320px;
  }

  .modal__title {
    font-size: 18px;
  }

  .modal__form {
    margin-top: 20px;
  }

  .modal__input-block input {
    margin-top: 10px;
    height: 44px;
  }

  .modal__btn {
    margin-top: 30px;
    height: 50px;
    font-size: 15px;
  }

  .team__wrapper {
    flex-direction: column;
  }

  .team__btn {
    height: 50px;
    margin: 24px auto 0;
  }

  .team__grid {
    min-width: 500px;
  }

  .team__grid-wrapper {
    padding-bottom: 10px;
    width: 100%;
    overflow-y: hidden;
    overflow-x: scroll;
  }

  .all-article__grid {
    grid-template-columns: repeat(3, 1fr);
  }

  .tags__wrapper {
    flex-direction: column;
    gap: 30px;
  }

  .tags__block {
    gap: 10px;
  }

  .tags__item {
    height: 34px;
    padding: 0 16px;
    font-size: 11px;
  }

  .product {
    padding-bottom: 20px;
  }

  .properties {
    padding-top: 0;
  }

  .properties__btn-line {
    display: none;
  }

  .properties__page {
    display: block;
  }

  .properties__page[data-property="parameter"] ul {
    grid-template-columns: 1fr;
  }

  .properties__page-arrow {
    width: 0;
    height: 0;
    border: 5px solid transparent;
    border-bottom: 6px solid #878a95;
    position: absolute;
    right: 30px;
    top: 13px;
    transform-origin: center 8px;
  }

  .properties__page-arrow.hide {
    background: none;
    transform: rotate(180deg);
    border-bottom: 6px solid #ee2d45;
  }

  .properties__screen {
    padding: 0;
  }

  .properties__page-title {
    position: relative;
    padding: 0 20px;
    display: flex;
    align-items: center;
    height: 42px;
    border-bottom: 1px solid #dde0ed;
    border-top: 1px solid #dde0ed;
    background: rgba(221, 224, 237, 0.3);
  }

  .properties__page-title.hide {
    background: transparent;
  }

  .properties__page-wrapper {
    padding: 0 20px;
    overflow: hidden;
  }

  .properties__page-wrapper.hide {
    max-height: 0px;
  }

  .questions__item-title {
    font-size: 16px;
  }
}

@media (max-width: 650px) {
  .section {
    padding: 30px 0;
  }

  .subtitle {
    margin-top: 20px;
  }

  .subtitle_text {
    margin-top: 21px;
  }

  .advantages__text {
    font-size: 11px;
  }

  .advantages__item {
    gap: 5px;
  }

  .advantages__marker {
    width: 40px;
    flex: 0 0 40px;
    height: 40px;
    border-radius: 16px;
  }

  .advantages__marker svg {
    height: 12px;
  }

  .category__table_mobile {
    padding: 0;
    grid-template-columns: repeat(1, 320px);
    justify-content: center;
    gap: 10px;
  }

  .category__slide {
    height: 154px;
    max-width: 320px;
    position: relative;
  }

  .grid .category__slide {
    max-width: 100%;
  }

  .category__slide_all svg {
    height: 23px;
    left: 20px;
    top: 20px;
  }

  .category__slide-img img {
    width: 100%;
    min-height: 100%;
    height: auto;
    /* bottom: -15%; */
    z-index: auto;
  }

  .category__slide_cat .category__slide-img img {
    bottom: 0;
  }

  .category__tab-block {
    gap: 10px;
  }

  .tabs a {
    padding: 0 20px;
    font-size: 11px;
    height: 38px;
  }

  .tabs_small a {
    padding: 0 8px;
    font-size: 8px;
    height: 17px;
  }

  .popular__title,
  .promo__title {
    flex-direction: column;
    gap: 15px;
  }

  .popular__table_mobile,
  .promo__table_mobile {
    gap: 10px;
  }

  .product-card__header {
    position: static;
    height: 0;
  }

  .product-card__header-info {
    padding: 0 9px;
    position: absolute;
    top: 10px;
    left: 10px;
    font-size: 8px;
    height: 16px;
    padding: 0 7px;
    gap: 5px;
    z-index: 2;
  }

  .product-card__header-info svg {
    height: 5px;
  }

  .product-card__header-btns {
    position: absolute;
    top: 5px;
    right: 5%;
    z-index: 10;
  }

  .product-card__header-btn {
    width: 30px;
    height: 30px;
    z-index: 2;
  }

  .product-card__header-btn svg {
    height: 16px;
  }

  .product-card__header-btn:last-child svg {
    height: 12px;
  }

  .product-card__img {
    margin-top: 25px;
  }

  .product-card__img img {
    height: auto;
    /* width: 100%; */
  }

  .product-card__article {
    font-size: 8px;
    height: 8px;
  }

  .product-card__title {
    margin-top: 3px;
    font-size: 11px;
  }

  .product-card__price-block {
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .product-card__price {
    font-size: 11px;
  }

  .product-card__price span {
    font-size: 7px;
  }

  .product-card__rate {
    display: flex;
    align-items: center;
    gap: 2px;
    font-size: 8px;
    font-weight: 500;
  }

  .product-card__rate svg {
    height: 14px;
    width: 14px;
  }

  .product-card__btn-block {
    padding: 0 9px;
    margin-top: 8px;
  }

  .product-card__select-title {
    font-size: 8px;
  }

  .product-card__tab-block {
    margin-top: 8px;
    gap: 4px;
  }

  .product-card__btn {
    margin-top: 8px;
    height: 32px;
    font-size: 8px;
  }

  .nav-line {
    /* overflow: hidden;
	overflow-x: auto; */
    padding-top: 10px;
  }

  .nav-line__item a::after {
    margin: 0 10px;
  }

  .about-presentation__text-block ul {
    margin-top: 21px;
  }

  .about-presentation__text-block li {
    gap: 12px;
  }

  .about-presentation__text-block li::before {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }


  .about-presentation__text-block li svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .delivery__content ul,
  .pay__content ul,
  .single-article__content ul {
    margin-top: 21px;
  }

  .delivery__content li,
  .pay__content li,
  .single-article__content li {
    gap: 12px;
  }

  .delivery__content li svg,
  .pay__content li svg,
  .single-article__content li svg {
    width: 16px;
    height: 16px;
    flex: 0 0 16px;
  }

  .contacts__content {
    flex-direction: column;
    gap: 20px;
  }

  .contacts__grid {
    padding: 5px;
    background: transparent;
    border: 0;
  }

  .contacts__map {
    flex: 0 0 430px;
  }

  .order__img {
    display: none;
  }

  .order__btn {
    margin: 30px auto 0;
    height: 50px;
  }

  .order__form {
    border-radius: 16px;
  }

  .product .product-card__header-info {
    position: static;
    height: 27px;
    padding: 0 12px;
    font-size: 14px;
  }

  .product .product-card__header-info svg {
    height: auto;
  }

  .product .product-card__rate {
    font-size: 14px;
  }

  .product .product-card__rate svg {
    height: 23px;
    width: 23px;
  }

  .product .product-card__header-btns {
    right: 0;
    top: -40px;
    z-index: 5;
  }
}

@media (max-width: 600px) {

  .footer {
    position: relative;
    padding: 20px 0 0px;
  }

  .footer__content {
    display: none;
  }

  .footer__bottom-right {
    position: absolute;
    right: 20px;
    top: 20px;
  }

  .footer__rights {
    margin-top: 42px;
  }

  .footer__bottom-wrapper {
    flex-wrap: wrap;
    gap: 20px;
  }

  .footer__bottom-policy {
    width: 100%;
    margin-top: 20px;
  }

  .blog-recent__item {
    border-radius: 8px;
  }

  .blog-recent__item-img {
    flex: 0 0 110px;
    border-radius: 8px;
  }

  .blog-recent__item-date {
    display: none;
  }

  .blog-recent__item-subtitle {
    display: none;
  }

  .blog-recent__item-content_big .blog-recent__item-date {
    display: block;
  }

  .blog-recent__item-link {
    margin-top: 10px;
  }

  .blog-recent__item-content {
    padding: 10px 5px 10px 0;
  }

  .blog-recent__item-content_big {
    padding: 20px;
  }

  .all-article__grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .all-article__btn {
    margin: 20px auto 0;
    height: 50px;
  }
}

@media (max-width: 500px) {
  .first-screen__title {
    font-size: 24px;
  }

  .first-screen__content {
    width: 100%;
  }

  .first-screen__subtitle {
    margin-top: 30px;
  }

  .first-screen__btn {
    margin-top: 40px;
    height: 50px;
    width: 100%;
  }

  .header__search-panel {
    height: 100%;
    border-radius: 0;
    bottom: auto;
    top: 0;
    transform: translate(0, 0);
    width: 100%;
  }

  .header__search-panel.active {
    padding: 0;
  }

  .header__search-cancel {
    display: block;
  }

  .big-banner__contacts {
    flex-direction: column;
    align-items: start;
  }

  .big-banner__btn {
    height: 50px;
    width: 100%;
  }

  .about__btn {
    width: 100%;
    margin-top: 30px;
    position: static;
    transform: none;
  }

  .galery__grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
  }

  .galery__item:first-child {
    grid-area: 1/1/3/3;
  }

  .galery__btn {
    width: 100%;
    margin: 24px auto 0;
  }

  .article__btn {
    width: 100%;
  }

  .support__title {
    text-align: center;
  }

  .support__text {
    margin: 20px auto 0;
  }

  .support__btn {
    padding: 0 54px;
    margin: 24px auto 0;
    width: -moz-fit-content;
    width: fit-content;
    height: 50px;
  }

  .person-banner__person {
    margin-right: 0;
  }

  .person-banner_avatar {
    flex: 0 0 65px;
  }

  .person-banner__btn-block {
    width: 100%;
  }

  .person-banner__btn {
    width: 100%;
  }

  .next-articles__item {
    border-radius: 8px;
    height: 111px;
  }

  .next-articles__item-title {
    margin-top: 0;
    line-height: 116%;
  }

  .next-articles__item-date,
  .next-articles__item-subtitle {
    display: none;
  }

  .next-articles__item-img {
    flex: 0 0 111px;
    width: 111px;
    border-radius: 8px;
  }

  .cart-forms__item-input-line {
    flex-direction: column;
  }

  .cart-forms__select input[type="text"] {
    height: 44px;
  }

  .cart-forms__select-btn {
    top: 20px;
    right: 18px;
  }

  .cart__aside-btn {
    height: 50px;
  }

  .cart-list__checkbox-wrapper {
    align-self: flex-start;
  }

  .cart__content-link span {
    display: none;
  }
}

@media (max-width: 450px) {
  .order__form {
    padding: 20px;
  }

  .order__input-title {
    font-size: 14px;
  }

  .order__btn {
    width: 100%;
  }

  .delivery__map {
    aspect-ratio: 1/1;
  }

  .product__btn-block {
    flex-direction: column;
    gap: 20px;
  }

  .product__btn {
    width: 100%;
    height: 50px;
  }

  .product__presentation-img {
    width: 100%;
    max-width: none;
    aspect-ratio: unset;
  }

  .product .product-card__header-btns {
    top: -60px;
  }

  .product__social {
    width: 100%;
  }

  .product__social-line {
    width: 100%;
    justify-content: space-between;
  }
}

@media (max-width: 400px) {
  .all-article__grid {
    grid-template-columns: 1fr;
  }

  .all-article__btn {
    width: 100%;
  }

  .properties__comment-name {
    flex-direction: column;
    gap: 5px;
    align-items: flex-start;
  }
}

@media (max-width: 360px) {
  .header__search-input-block input {
    width: 210px;
    flex: 1 1 auto;
  }

  .category__table_mobile {
    grid-template-columns: repeat(1, 300px);
  }

  .tabs a,
  .tabs label {
    padding: 0 5px;
  }

  .product-card__price-block {
    flex-direction: column;
    align-items: start;
    gap: 5px;
  }

  .cart-list__img {
    width: 150px;
  }

  .cart-list__img img {
    height: auto;
    width: 100%;
    top: 0%;
    left: 50%;
    transform: translate(-50%, 0%);
  }

  .cart__aside-total span {
    font-size: 14px;
  }

  .cart__aside-total p {
    font-size: 20px;
  }

  .product__price {
    position: relative;
    flex-direction: column;
    gap: 10px;
    align-items: flex-start;
  }

  .product__price-promo {
    position: absolute;
    top: 0;
    right: 0;
  }
}

/* ============================================
   Age Disclaimers Styles
   Стили для дисклеймеров 18+ на сайте
   ============================================ */

/* Глобальный дисклеймер в шапке (header) */
.bb-header-disclaimer {
    background-color: #fff3cd; /* Светло-жёлтый фон */
    border-bottom: 1px solid #ffc107;
    padding: 10px 20px;
    text-align: center;
    font-size: 13px;
    line-height: 1.5;
    color: #856404;
    width: 100%;
    box-sizing: border-box;
}

.bb-header-disclaimer a {
    color: #856404;
    text-decoration: underline;
    margin-left: 5px;
}

.bb-header-disclaimer a:hover {
    color: #664d03;
}

/* Адаптивность для мобильных */
@media (max-width: 768px) {
    .bb-header-disclaimer {
        font-size: 12px;
        padding: 8px 15px;
        line-height: 1.4;
    }
}

/* Дисклеймер возле CTA-кнопок */
.bb-cta-disclaimer {
    font-size: 11px;
    color: #666;
    margin-top: 8px;
    line-height: 1.4;
    text-align: center;
}

.bb-cta-disclaimer.inline {
    display: inline-block;
    margin-left: 10px;
    margin-top: 0;
    vertical-align: middle;
}

/* Контейнер для кнопки и дисклеймера */
.bb-cta-wrapper {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.bb-cta-wrapper.horizontal {
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 10px;
}

/* Адаптивность */
@media (max-width: 600px) {
    .bb-cta-wrapper.horizontal {
        flex-direction: column;
        gap: 5px;
    }
    
    .bb-cta-disclaimer.inline {
        margin-left: 0;
        margin-top: 5px;
    }
}

/* Дисклеймер в футере */
.bb-footer-disclaimer {
    font-size: 12px;
    color: #999;
    text-align: center;
    padding: 15px 20px;
    border-top: 1px solid rgba(217, 217, 217, 0.4);
    margin-top: auto;
}

.bb-footer-disclaimer a {
    color: #999;
    text-decoration: underline;
}

.bb-footer-disclaimer a:hover {
    color: #666;
}

/* Чекбокс согласия в форме заказа */
.bb-age-checkbox-wrapper {
    margin: 20px 0;
    padding: 15px;
    background-color: #f8f9fa;
    border-radius: 6px;
    border: 1px solid #dee2e6;
}

.bb-age-checkbox-label {
    display: flex;
    align-items: flex-start;
    cursor: pointer;
    font-size: 14px;
    line-height: 1.6;
    color: #333;
}

.bb-age-checkbox-label input[type="checkbox"] {
    margin-right: 10px;
    margin-top: 3px;
    flex-shrink: 0;
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.bb-age-checkbox-label input[type="checkbox"]:checked {
    accent-color: #4CAF50;
}

.bb-age-checkbox-error {
    color: #dc3545 !important;
    font-size: 13px;
    margin-top: 8px;
    display: none;
    padding: 0 !important;
    background: none !important;
    border: none !important;
    position: static !important;
    z-index: auto !important;
    box-shadow: none !important;
    pointer-events: none;
    opacity: 1 !important;
    transform: none !important;
    top: auto !important;
    left: auto !important;
    right: auto !important;
    bottom: auto !important;
    width: auto !important;
    height: auto !important;
    min-width: auto !important;
    min-height: auto !important;
    max-width: none !important;
    max-height: none !important;
}

/* Переопределение стилей jQuery Validate для нашего чекбокса */
/* Применяем только когда есть класс show или когда wrapper имеет класс error */
.bb-age-checkbox-wrapper.error .bb-age-checkbox-error,
.bb-age-checkbox-wrapper .bb-age-checkbox-error.show,
.bb-age-checkbox-wrapper label.error,
.bb-age-checkbox-wrapper input.error + label {
    position: static !important;
    display: block !important;
    background: none !important;
    border: none !important;
    padding: 0 !important;
    margin-top: 8px !important;
    box-shadow: none !important;
    z-index: auto !important;
}

/* Убираем tooltip от jQuery Validate */
.bb-age-checkbox-wrapper input[type="checkbox"].bb-age-checkbox[title],
.bb-age-checkbox-wrapper input[type="checkbox"].bb-age-checkbox[data-original-title] {
    position: static !important;
}

.bb-age-checkbox-wrapper input[type="checkbox"].bb-age-checkbox[title]:after,
.bb-age-checkbox-wrapper input[type="checkbox"].bb-age-checkbox[data-original-title]:after {
    display: none !important;
}

.bb-age-checkbox-error.show {
    display: block !important;
}

/* Состояние ошибки */
.bb-age-checkbox-wrapper.error {
    border-color: #dc3545;
    background-color: #fff5f5;
}

/* Заблокированная кнопка отправки */
.checkout-submit-btn:disabled,
.order-submit-btn:disabled {
    opacity: 0.6;
    cursor: not-allowed;
    pointer-events: none;
}

/* Скрытие стандартных сообщений jQuery Validate для чекбокса */
label.error[for="age_confirmed"] {
    display: none !important;
}