.b-block.--viewed .__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-prod-el .__name, .b-news-block .__descr {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-card-top .__right .__descr {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-pagination, .b-side-menu li ul, .b-side-menu, .b-breadcrumbs ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-tag, .b-btn path, .b-btn circle, .b-btn svg, .b-btn, .b-faq-item .__title:after, .b-faq-item .__title, .b-pagination .pagination-item a, .b-pagination .pagination-item path, .b-pagination .pagination-item, .b-prod-el, .b-side-menu li .__btn, .b-side-menu li a, .b-side-menu li, .b-arrow a path, .b-arrow a rect, .b-arrow a, .b-news-block .b-btn svg, .b-news-block, .b-action-block .b-btn svg, .b-action-block, .b-swiper-wrapper.--card .swiper.--thumb .swiper-slide, .b-swiper-wrapper.--card .swiper.--thumb:after, .b-swiper-wrapper.--card .swiper.--thumb:before, .b-prod-sect-link .__name:after, .b-prod-sect-link, .b-soc-wrap .__pop, .b-soc-wrap .__btn svg {
  transition: all 0.3s ease-out;
}

.b-checkbox .__txt, .bx-filter.b-filter, .--roboto, .b-tag, .b-label, .b-deliv-block p, .b-card-top .__right .__descr, .b-faq-item .__txt, .b-text-wrap, .b-prop.--float .__val, .b-prop, .b-side-menu, .b-news-block .__descr, .b-action-block .__descr, .b-block.--advan .__descr, .b-prod-form-bner.--half .__txt {
  font-family: "Roboto", sans-serif;
}

@font-face {
  font-family: "Roboto";
  src: url("/tools/fonts/Roboto-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/tools/fonts/Roboto-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/tools/fonts/Roboto-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Roboto";
  src: url("/tools/fonts/Roboto-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/tools/fonts/Manrope-Regular.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/tools/fonts/Manrope-Medium.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/tools/fonts/Manrope-SemiBold.woff2") format("woff2");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/tools/fonts/Manrope-Bold.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Manrope";
  src: url("/tools/fonts/Manrope-ExtraBold.woff2") format("woff2");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
html {
  scroll-behavior: smooth;
}

.main__body {
  overflow-x: clip;
}

.b-soc-wrap {
  position: relative;
  z-index: 20;
}
@media (max-width: 480px) {
  .b-soc-wrap {
    margin-bottom: 8px;
  }
}
.b-soc-wrap .__btn {
  color: #fff;
  font-size: 16px;
  display: flex;
  gap: 8px;
  align-items: center;
}
@media (max-width: 1151px) {
  .b-soc-wrap .__btn {
    color: #4f4f4f;
  }
}
@media (max-width: 1151px) {
  .b-soc-wrap .__btn path {
    stroke: #4f4f4f;
  }
}
.b-soc-wrap .__pop {
  position: absolute;
  left: 0;
  top: calc(100% + 8px);
  padding: 12px;
  background: #fff;
  opacity: 0;
  pointer-events: none;
  display: flex;
  flex-direction: column;
  gap: 8px;
  border-radius: 8px;
  box-shadow: 0 0 25px 0 rgba(0, 0, 0, 0.4);
  width: max-content;
}
.b-soc-wrap .__pop:after {
  content: "";
  bottom: 100%;
  width: 100%;
  height: 8px;
  position: absolute;
  left: 0;
}
.b-soc-wrap .__pop a {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #4f4f4f;
}
.b-soc-wrap .__pop a svg {
  width: 32px;
  height: 32px;
}
.b-soc-wrap:hover .__pop {
  opacity: 1;
  pointer-events: auto;
}
.b-soc-wrap:hover .__btn svg {
  rotate: 180deg;
}

@media (min-width: 1700px) {
.footer__links-list {
  -webkit-column-gap: 15px;
  -moz-column-gap: 15px;
  column-gap: 51px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  justify-content: start;
  margin-left: 100px;
}
}
.footer__menu-upper {
  width: 100%;
  max-width: 1100px;
}

.b-tags-wrap {
  display: flex;
  gap: 8px;
  overflow: auto;
}
.b-tags-wrap .b-tag {
  white-space: nowrap;
}
.b-tags-wrap::-webkit-scrollbar {
  height: 0;
  background: none;
}

.b-prod-form-bner {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  padding: 56px;
  display: flex;
  flex-direction: column;
  gap: 24px;
  justify-content: space-between;
  min-height: 520px;
}
@media (max-width: 991px) {
  .b-prod-form-bner {
    padding: 32px;
    min-height: 320px;
  }
}
@media (max-width: 767px) {
  .b-prod-form-bner {
    flex-direction: column;
    gap: 16px;
    padding: 24px;
  }
}
.b-prod-form-bner.--half {
  padding: 40px;
}
@media (max-width: 991px) {
  .b-prod-form-bner.--half {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-prod-form-bner.--half {
    padding: 24px;
  }
}
.b-prod-form-bner.--half .b-h1, .b-prod-form-bner.--half .__txt {
  max-width: 50%;
}
@media (max-width: 991px) {
  .b-prod-form-bner.--half .b-h1, .b-prod-form-bner.--half .__txt {
    max-width: 100%;
  }
}
.b-prod-form-bner.--half .__txt {
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
  text-align: start;
}
@media (max-width: 767px) {
  .b-prod-form-bner.--half .__txt {
    font-size: 14px;
  }
}
.b-prod-form-bner .__video, .b-prod-form-bner .__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}
.b-prod-form-bner .b-h1 {
  position: relative;
  z-index: 3;
  color: #FFFFFF;
}
.b-prod-form-bner .__bot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
}
@media (max-width: 767px) {
  .b-prod-form-bner .__bot {
    flex-direction: column-reverse;
    align-items: start;
  }
  .b-prod-form-bner .__bot br {
    display: none;
  }
}
.b-prod-form-bner .__txt {
  color: #FFFFFF;
  text-align: right;
  font-size: 18px;
  font-weight: 400;
  line-height: 120%;
  position: relative;
  z-index: 3;
}
@media (max-width: 991px) {
  .b-prod-form-bner .__txt {
    font-size: 16px;
    text-align: start;
  }
}
.b-prod-form-bner .b-btn {
  position: relative;
  z-index: 3;
}
.b-prod-form-bner:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.13) 0%, rgba(0, 0, 0, 0) 100%);
}

.cols-2 {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 16px;
}
.cols-2 > * {
  min-width: 0;
}
@media (max-width: 1199px) {
  .cols-2.--xl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 991px) {
  .cols-2.--lg {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 767px) {
  .cols-2.--md {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1439px) {
  .cols-2.--float {
    grid-template-columns: 1fr 1.2fr;
  }
}
@media (max-width: 991px) {
  .cols-2.--float {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.cols-2.--float.--card {
  grid-template-columns: 1fr 448px;
  grid-gap: 132px;
}
@media (max-width: 1439px) {
  .cols-2.--float.--card {
    grid-gap: 80px;
    grid-template-columns: 1fr 400px;
  }
}
@media (max-width: 991px) {
  .cols-2.--float.--card {
    grid-template-columns: 1fr;
    grid-gap: 24px;
  }
}
.cols-2.--float .__float {
  height: fit-content;
  position: sticky;
  top: 124px;
}
@media (max-width: 991px) {
  .cols-2.--float .__float {
    position: static;
  }
}

.cols-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media (max-width: 767px) {
  .cols-3.--md {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-3.--md {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .cols-3.--lg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-3.--lg {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .cols-3.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cols-3.--xl {
    grid-template-columns: 1fr;
  }
}

.cols-4 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 16px;
}
@media (max-width: 1199px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (max-width: 767px) {
  .cols-4.--xl {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 1199px) {
  .cols-4.--xl.--alt {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl.--alt {
    grid-template-columns: 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--xl.--num {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 991px) {
  .cols-4.--lg {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 575px) {
  .cols-4.--lg {
    grid-template-columns: 1fr;
  }
}
.cols-4 > * {
  min-width: 0;
}

.b-prod-sect-link {
  padding: 24px;
  border-radius: 12px;
  background: #18181B;
  display: grid;
  grid-template-columns: 80px 1fr;
  grid-gap: 32px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-prod-sect-link {
    grid-gap: 16px;
    grid-template-columns: 64px 1fr;
  }
}
@media (max-width: 767px) {
  .b-prod-sect-link {
    padding: 16px;
    grid-template-columns: 56px 1fr;
  }
}
.b-prod-sect-link > img {
  max-width: 100%;
  width: fit-content;
}
.b-prod-sect-link .__name {
  color: #FFFFFF;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  position: relative;
  padding-right: 32px;
}
@media (max-width: 991px) {
  .b-prod-sect-link .__name {
    font-size: 16px;
  }
}
@media (max-width: 575px) {
  .b-prod-sect-link .__name {
    font-size: 14px;
  }
}
.b-prod-sect-link .__name:after {
  content: "";
  position: absolute;
  width: 24px;
  height: 24px;
  top: 50%;
  transform: translateY(-50%);
  right: 8px;
  opacity: 0;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M9.04301 5.29302C9.43354 4.90249 10.0666 4.90249 10.4571 5.29302L16.4571 11.293L16.5254 11.3692C16.8457 11.762 16.8232 12.341 16.4571 12.7071L10.4571 18.7071C10.0666 19.0976 9.43354 19.0975 9.04301 18.7071C8.65249 18.3166 8.65249 17.6835 9.04301 17.293L14.336 12L9.04301 6.70708C8.65249 6.31655 8.65249 5.68354 9.04301 5.29302Z' fill='white'/%3E%3C/svg%3E");
}
.b-prod-sect-link:hover {
  background: #27272A;
}
.b-prod-sect-link:hover .__name:after {
  right: 0;
  opacity: 1;
}

.b-block {
  padding: 40px;
  border-radius: 12px;
  background: #FFFFFF;
}
@media (max-width: 991px) {
  .b-block {
    padding: 24px;
  }
}
.b-block.--viewed {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  padding: 16px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  gap: 16px;
}
.b-block.--viewed > img {
  width: 100%;
  aspect-ratio: 300/240;
}
.b-block.--viewed .__title {
  color: #18181B;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
}
@media (max-width: 767px) {
  .b-block.--viewed .__title {
    font-size: 14px;
  }
}
.b-block.--viewed .b-btn {
  margin-top: auto;
  width: 100%;
  position: relative;
  z-index: 3;
}
.b-block.--montage {
  border: 1px solid #E4E4E7;
  padding: 24px;
  display: flex;
  flex-direction: column;
  justify-content: end;
  height: 100%;
  gap: 24px;
}
@media (max-width: 767px) {
  .b-block.--montage {
    gap: 16px;
  }
}
.b-block.--montage > img {
  width: 100%;
  aspect-ratio: 284/268;
}
.b-block.--montage .__title {
  color: #18181B;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  margin-bottom: auto;
}
@media (max-width: 767px) {
  .b-block.--montage .__title {
    font-size: 16px;
  }
}
.b-block.--montage .b-btn {
  width: 100%;
}
.b-block.--advan {
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-block.--advan {
    gap: 16px;
  }
}
.b-block.--advan img {
  width: fit-content;
}
.b-block.--advan .__title {
  color: #BA2E2F;
  font-size: 22px;
  font-weight: 700;
  line-height: 100%;
}
@media (max-width: 767px) {
  .b-block.--advan .__title {
    font-size: 18px;
  }
}
.b-block.--advan .__descr {
  color: #52525B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .b-block.--advan .__descr {
    font-size: 14px;
  }
}

.b-swiper-wrapper {
  position: relative;
}
.b-swiper-wrapper .swiper-slide {
  height: auto !important;
}
.b-swiper-wrapper .swiper-slide img {
  max-width: 100%;
}
.b-swiper-wrapper.--card .__main {
  position: relative;
  margin-bottom: 8px;
}
.b-swiper-wrapper.--card .__main .swiper-slide img {
  border-radius: 12px;
  aspect-ratio: 678/564;
}
.b-swiper-wrapper.--card .__main .b-arrow {
  justify-content: space-between;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  right: -28px;
}
@media (max-width: 1439px) {
  .b-swiper-wrapper.--card .__main .b-arrow {
    left: -16px;
    right: -16px;
  }
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--card .__main .b-arrow {
    display: none;
  }
}
.b-swiper-wrapper.--card .swiper {
  position: relative;
}
.b-swiper-wrapper.--card .swiper .swiper-slide {
  background: #FAFAFA;
}
.b-swiper-wrapper.--card .swiper .swiper-slide img {
  width: 100%;
  display: block;
  object-fit: contain;
  mix-blend-mode: multiply;
}
.b-swiper-wrapper.--card .swiper.--thumb:before {
  content: "";
  position: absolute;
  background: linear-gradient(270deg, rgba(244, 244, 245, 0) 0%, #F4F4F5 100%);
  width: 64px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  top: 0;
  left: 0;
}
.b-swiper-wrapper.--card .swiper.--thumb:after {
  content: "";
  position: absolute;
  background: linear-gradient(90deg, rgba(244, 244, 245, 0) 0%, #F4F4F5 100%);
  width: 64px;
  height: 100%;
  z-index: 3;
  pointer-events: none;
  top: 0;
  right: 0;
}
.b-swiper-wrapper.--card .swiper.--thumb.reached-start:before {
  opacity: 0;
}
.b-swiper-wrapper.--card .swiper.--thumb.reached-end:after {
  opacity: 0;
}
.b-swiper-wrapper.--card .swiper.--thumb .swiper-slide {
  width: 80px;
  height: 80px !important;
  padding: 6px;
  cursor: pointer;
  border-radius: 12px;
  border: 1px solid #E4E4E7;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--card .swiper.--thumb .swiper-slide {
    width: 56px;
    height: 56px !important;
  }
}
.b-swiper-wrapper.--card .swiper.--thumb .swiper-slide.swiper-slide-thumb-active {
  border: 1px solid #BA2E2F;
}
.b-swiper-wrapper.--card .swiper.--thumb .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--action .swiper-slide {
    max-width: 320px;
  }
}
@media (max-width: 1199px) {
  .b-swiper-wrapper.--news .swiper-slide {
    max-width: 380px;
  }
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--news .swiper-slide {
    max-width: 320px;
  }
}
.b-swiper-wrapper.--news .b-arrow {
  justify-content: space-between;
  z-index: 10;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: -28px;
  right: -28px;
}
@media (max-width: 1439px) {
  .b-swiper-wrapper.--news .b-arrow {
    left: -16px;
    right: -16px;
  }
}
@media (max-width: 991px) {
  .b-swiper-wrapper.--news .b-arrow {
    display: none;
  }
}

.b-action-block {
  position: relative;
  padding: 24px;
  background: #18181B;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  height: 100%;
}
@media (max-width: 991px) {
  .b-action-block {
    gap: 16px;
  }
}
.b-action-block .__bot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-action-block .__bot {
    gap: 16px;
  }
}
.b-action-block .__bot > img {
  aspect-ratio: 284/220;
  object-fit: cover;
  width: 100%;
}
.b-action-block .b-h3 {
  color: #FFFFFF;
}
.b-action-block .__descr {
  color: #FFFFFF;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 767px) {
  .b-action-block .__descr {
    font-size: 14px;
  }
}
.b-action-block .b-btn {
  width: 100%;
  gap: 0;
}
.b-action-block .b-btn svg {
  opacity: 0;
  width: 0;
}
.b-action-block:hover {
  background: #27272A;
}
.b-action-block:hover .b-btn {
  gap: 4px;
}
.b-action-block:hover .b-btn svg {
  opacity: 1;
  width: 16px;
  transition-property: opacity;
}

.b-news-block {
  position: relative;
  padding: 24px;
  background: #FFFFFF;
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  height: 100%;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 991px) {
  .b-news-block {
    gap: 16px;
  }
}
.b-news-block .__bot {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-news-block .__bot {
    gap: 16px;
  }
}
.b-news-block > img {
  aspect-ratio: 400/220;
  object-fit: cover;
  width: 100%;
}
.b-news-block .b-h3 {
  color: #18181B;
}
.b-news-block .__descr {
  color: #18181B;
  line-height: 1.4;
  font-size: 16px;
}
@media (max-width: 767px) {
  .b-news-block .__descr {
    font-size: 14px;
  }
}
.b-news-block .b-btn {
  width: 100%;
  gap: 0;
}
.b-news-block .b-btn svg {
  opacity: 0;
  width: 0;
  transition-property: opacity;
}
.b-news-block:hover .b-btn {
  gap: 4px;
}
.b-news-block:hover .b-btn svg {
  opacity: 1;
  width: 16px;
}

.b-arrow {
  display: flex;
  gap: 8px;
  pointer-events: none;
  align-items: center;
  justify-content: center;
}
.b-arrow a {
  pointer-events: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 56px;
  width: 56px;
  border-radius: 50%;
  background: #FFFFFF;
  box-shadow: 0 3px 8px 0 rgba(0, 0, 0, 0.16);
  border: none;
  outline: none;
}
@media (max-width: 1439px) {
  .b-arrow a {
    width: 32px;
    height: 32px;
  }
}
.b-arrow a svg {
  display: block;
}
.b-arrow a:hover {
  opacity: 0.9;
}
.b-arrow a.--prev svg {
  transform: rotate(180deg);
}
.b-arrow a.swiper-button-disabled {
  opacity: 0.5;
  pointer-events: none;
}

.b-breadcrumbs {
  position: relative;
  margin-bottom: 16px;
}
.b-breadcrumbs ul {
  display: flex;
  align-items: center;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul {
    margin-left: -20px !important;
    margin-right: -20px !important;
    overflow: auto;
  }
}
@media (max-width: 600px) {
  .b-breadcrumbs ul {
    margin-left: -10px !important;
    margin-right: -10px !important;
  }
}
.b-breadcrumbs ul::-webkit-scrollbar {
  height: 0;
}
.b-breadcrumbs ul li {
  padding-right: 23px;
  position: relative;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li:first-child {
    margin-left: 20px;
  }
}
@media (max-width: 600px) {
  .b-breadcrumbs ul li:first-child {
    margin-left: 10px;
  }
}
.b-breadcrumbs ul li:last-child {
  padding-right: 0;
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .b-breadcrumbs ul li:last-child {
    margin-right: 10px;
  }
}
.b-breadcrumbs ul li:last-child:after {
  content: none;
}
.b-breadcrumbs ul li:after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 10px;
  width: 5px;
  height: 7px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='5' height='7' viewBox='0 0 5 7' fill='none'%3E%3Cpath d='M0.353516 0.353577L3.35352 3.35358L0.353516 6.35358' stroke='%23BA2E2F'/%3E%3C/svg%3E");
}
.b-breadcrumbs ul li span {
  color: #A1A1AA;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 14px */
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li span {
    white-space: nowrap;
  }
}
.b-breadcrumbs ul li a {
  color: #71717A;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%; /* 14px */
}
@media (max-width: 991px) {
  .b-breadcrumbs ul li a {
    white-space: nowrap;
  }
}

.b-prod-wrap {
  display: grid;
  grid-template-columns: 308px 1fr;
  grid-gap: 40px;
}
@media (max-width: 1439px) {
  .b-prod-wrap {
    grid-gap: 20px;
    grid-template-columns: 280px 1fr;
  }
}
@media (max-width: 991px) {
  .b-prod-wrap {
    grid-template-columns: 1fr;
    grid-gap: 16px;
  }
}
.b-prod-wrap.--full {
  grid-template-columns: 1fr;
}
.b-prod-wrap > * {
  min-width: 0;
}
@media (max-width: 991px) {
  .b-prod-wrap .__filter {
    display: none;
  }
}
.b-prod-wrap .__tags {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 16px;
}
@media (max-width: 991px) {
  .b-prod-wrap .__tags {
    display: block;
  }
}
.b-prod-wrap .__tags .__inner {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  overflow: auto;
}
.b-prod-wrap .__tags .__inner::-webkit-scrollbar {
  height: 0;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-prod-wrap .__tags .__inner {
    white-space: nowrap;
    flex-wrap: nowrap;
    margin-left: -20px;
    margin-right: -20px;
  }
  .b-prod-wrap .__tags .__inner > * {
    flex-shrink: 0;
    width: max-content;
  }
  .b-prod-wrap .__tags .__inner > *:first-child {
    margin-left: 20px;
  }
  .b-prod-wrap .__tags .__inner > *:last-child {
    margin-right: 20px;
  }
}
@media (max-width: 600px) {
  .b-prod-wrap .__tags .__inner {
    margin-left: -10px;
    margin-right: -10px;
  }
  .b-prod-wrap .__tags .__inner > *:first-child {
    margin-left: 10px;
  }
  .b-prod-wrap .__tags .__inner > *:last-child {
    margin-right: 10px;
  }
}
.b-prod-wrap .__tags .__controls {
  display: flex;
  align-items: center;
  gap: 8px;
}
@media (max-width: 991px) {
  .b-prod-wrap .__tags .__controls {
    margin-bottom: 16px;
    width: 100%;
    justify-content: space-between;
  }
}
.b-prod-wrap .__tags .b-tag {
  cursor: pointer;
  white-space: nowrap;
}
.b-prod-wrap .__tags .selectric-b-select {
  max-width: 263px;
  width: 100%;
}
@media (max-width: 575px) {
  .b-prod-wrap .__tags .selectric-b-select {
    max-width: 190px;
  }
}

.b-side-menu {
  display: flex;
  flex-direction: column;
  padding: 20px 0 !important;
  border-top: 1px solid #E4E4E7;
  border-bottom: 1px solid #E4E4E7;
}
.b-side-menu > li:not(.b-side-menu > li.--current) {
  display: none !important;
}
.b-side-menu > li:not(.b-side-menu > li.--main) > ul > li {
  display: none;
}
.b-side-menu > li:not(.b-side-menu > li.--main) > ul > li.--current {
  display: block;
}
.b-side-menu li {
  display: block;
  padding: 0;
  text-decoration: none;
  position: relative;
}
.b-side-menu li.--parent {
  margin-left: 24px;
}
.b-side-menu li.--parent > a {
  min-height: 36px;
  padding: 10px 10px 10px 10px;
}
.b-side-menu li a {
  min-height: 30px;
  padding: 8px 10px;
  text-decoration: none;
  display: flex;
  align-items: center;
  color: #27272A;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%;
  border-radius: 6px;
}
.b-side-menu li a:hover {
  color: #DC2626;
}
.b-side-menu li a.--selected {
  background: #F4F4F5;
}
.b-side-menu li .__btn {
  width: 16px;
  height: 16px;
  cursor: pointer;
  position: absolute;
  left: -24px;
  top: 9px;
  transform: rotate(180deg);
}
.b-side-menu li .__btn:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M9.46948 2.46973C9.76235 2.17686 10.2371 2.17691 10.53 2.46973C10.8229 2.76262 10.8229 3.23738 10.53 3.53027L6.0603 8L10.53 12.4697C10.8229 12.7626 10.8229 13.2374 10.53 13.5303C10.2371 13.8231 9.76235 13.8231 9.46948 13.5303L3.93921 8L9.46948 2.46973Z' fill='%2327272A'/%3E%3C/svg%3E");
}
.b-side-menu li ul {
  display: none;
  flex-direction: column;
  grid-column: span 2;
  max-height: 200px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .b-side-menu li ul {
    max-height: none;
  }
}
.b-side-menu li ul::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 3px;
  background-color: #D4D4D8;
}
.b-side-menu li ul::-webkit-scrollbar {
  background-color: #F4F4F5;
  width: 6px;
  border-radius: 3px;
}
.b-side-menu li.--active > ul {
  display: flex;
  gap: 4px;
  padding-right: 24px;
  margin-top: 6px;
}
.b-side-menu li.--active > .__btn {
  transform: rotate(90deg);
}

.b-prod-el {
  display: flex;
  flex-direction: column;
  border-radius: 12px;
  border: 1px solid #E4E4E7;
  background: #FAFAFA;
  position: relative;
  overflow: hidden;
}
.b-prod-el .__top {
  padding: 16px;
  border-bottom: 1px solid #F4F4F5;
  background: #FFFFFF;
}
@media (max-width: 575px) {
  .b-prod-el .__top {
    padding: 8px;
  }
}
.b-prod-el .__img {
  position: relative;
  margin-bottom: 16px;
}
.b-prod-el .__img img {
  z-index: 1;
  position: relative;
  aspect-ratio: 213/200;
  width: 100%;
  object-fit: scale-down;
  border-radius: 6px;
}
.b-prod-el .__img .__labels {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.b-prod-el .__info {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  gap: 16px;
  padding: 16px;
}
@media (max-width: 575px) {
  .b-prod-el .__info {
    padding: 8px;
  }
}
.b-prod-el .__name {
  color: #18181B !important;
  font-size: 16px;
  font-weight: 500;
  line-height: 120%;
  min-height: 58px;
}
@media (max-width: 1199px) {
  .b-prod-el .__name {
    font-size: 14px;
    min-height: 52px;
  }
}
.b-prod-el .b-btn {
  margin-top: auto;
  position: relative;
  z-index: 3;
}
.b-prod-el:hover {
  box-shadow: 0 2px 24px 0 rgba(0, 0, 0, 0.12);
}

.b-props {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.b-prop {
  display: flex;
  justify-content: space-between;
  color: #71717A;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
  gap: 4px;
}
@media (max-width: 1439px) {
  .b-prop {
    font-size: 12px;
  }
}
.b-prop .__val {
  color: #18181B;
  text-align: end;
}
.b-prop.--float {
  justify-content: start;
  flex-direction: column;
  gap: 8px;
  color: #18181B;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%;
  font-family: "Mulish", sans-serif;
}
@media (max-width: 1199px) {
  .b-prop.--float {
    font-size: 16px;
  }
}
.b-prop.--float .__val {
  color: #18181B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  text-align: start;
}
@media (max-width: 1199px) {
  .b-prop.--float .__val {
    font-size: 14px;
  }
}
.b-prop.--card {
  justify-content: start;
  gap: 16px;
  color: #18181B;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}
@media (max-width: 1199px) {
  .b-prop.--card {
    font-size: 14px;
  }
}
.b-prop.--card .__val {
  color: #52525B;
  text-align: start;
  font-weight: 400;
}

.b-pagination {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 32px !important;
}
@media (max-width: 991px) {
  .b-pagination {
    margin-top: 24px !important;
    justify-content: center;
  }
}
.b-pagination .pagination-item {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 6px;
  background: #FFFFFF;
  text-align: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 100%;
  text-transform: uppercase;
  color: #18181B;
}
.b-pagination .pagination-item.--disable {
  pointer-events: none;
  opacity: 0.5;
}
.b-pagination .pagination-item:hover {
  background: #F4F4F5;
}
.b-pagination .pagination-item:hover a {
  color: #18181B;
}
.b-pagination .pagination-item:hover path {
  fill: #18181B;
}
.b-pagination .pagination-item.pagination-active {
  background: #BA2E2F;
  color: #FFFFFF;
}
.b-pagination .pagination-item.pagination-active a {
  color: #FFFFFF;
}
.b-pagination .pagination-item.pagination-active path {
  fill: #FFFFFF;
}
.b-pagination .pagination-item a {
  width: 100%;
  height: 100%;
  color: #18181B;
  display: flex;
  justify-content: center;
  align-items: center;
}

.b-text-wrap {
  display: flex;
  flex-direction: column;
  color: #18181B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 767px) {
  .b-text-wrap {
    font-size: 14px;
  }
}
.b-text-wrap.--card h2, .b-text-wrap.--card h3, .b-text-wrap.--card p, .b-text-wrap.--card blockquote {
  margin-bottom: 24px;
}
.b-text-wrap.--card h2:last-child, .b-text-wrap.--card h3:last-child, .b-text-wrap.--card p:last-child, .b-text-wrap.--card blockquote:last-child {
  margin-bottom: 0;
}
.b-text-wrap.--card ul, .b-text-wrap.--card ol {
  margin-bottom: 24px;
}
.b-text-wrap.--card ul:last-child, .b-text-wrap.--card ol:last-child {
  margin-bottom: 0;
}
.b-text-wrap h3, .b-text-wrap p, .b-text-wrap h2, .b-text-wrap blockquote {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .b-text-wrap h3, .b-text-wrap p, .b-text-wrap h2, .b-text-wrap blockquote {
    margin-bottom: 24px;
  }
}
.b-text-wrap h3:last-child, .b-text-wrap p:last-child, .b-text-wrap h2:last-child, .b-text-wrap blockquote:last-child {
  margin-bottom: 0;
}
.b-text-wrap blockquote {
  border-radius: 12px;
  border: 1px solid #F4F4F5;
  background: #FAFAFA;
  padding: 24px;
}
@media (max-width: 767px) {
  .b-text-wrap blockquote {
    padding: 20px;
  }
}
.b-text-wrap > b {
  font-family: "Manrope", sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 120%; /* 21.6px */
  margin-bottom: 24px;
  display: block;
}
@media (max-width: 1199px) {
  .b-text-wrap > b {
    margin-bottom: 16px;
  }
}
@media (max-width: 767px) {
  .b-text-wrap > b {
    font-size: 16px;
  }
}
.b-text-wrap > b:last-child {
  margin-bottom: 0;
}
.b-text-wrap ol {
  padding-left: 24px;
  margin-bottom: 32px;
}
.b-text-wrap ol li {
  margin-bottom: 8px;
}
.b-text-wrap ol li:last-child {
  margin-bottom: 0;
}
.b-text-wrap ol li b {
  font-weight: 600;
}
@media (max-width: 1199px) {
  .b-text-wrap ol {
    margin-bottom: 24px;
  }
}
.b-text-wrap ul {
  margin-bottom: 32px;
}
@media (max-width: 1199px) {
  .b-text-wrap ul {
    margin-bottom: 24px;
  }
}
.b-text-wrap ul li {
  padding-left: 24px;
  position: relative;
  margin-bottom: 8px;
}
.b-text-wrap ul li:last-child {
  margin-bottom: 0;
}
.b-text-wrap ul li:after {
  content: "";
  position: absolute;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #18181B;
  top: 8px;
  left: 10px;
}
.b-text-wrap ul li b {
  font-weight: 600;
}
.b-text-wrap ul:last-child {
  margin-bottom: 0;
}

.b-faq-item {
  padding: 24px;
  border-radius: 12px;
  background: #FFFFFF;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 767px) {
  .b-faq-item {
    padding: 16px;
  }
}
.b-faq-item .__title {
  position: relative;
  padding-right: 24px;
  color: #18181B;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  cursor: pointer;
}
@media (max-width: 767px) {
  .b-faq-item .__title {
    font-size: 16px;
  }
}
.b-faq-item .__title:after {
  content: "";
  cursor: pointer;
  position: absolute;
  top: 2px;
  right: 0;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4697 5.46973C12.7626 5.17683 13.2374 5.17683 13.5303 5.46973C13.8232 5.76262 13.8232 6.23738 13.5303 6.53027L8 12.0605L2.46973 6.53027C2.17683 6.23738 2.17683 5.76262 2.46973 5.46973C2.76262 5.17683 3.23738 5.17683 3.53027 5.46973L8 9.93945L12.4697 5.46973Z' fill='%2318181B'/%3E%3C/svg%3E");
  background-size: cover !important;
}
@media (max-width: 767px) {
  .b-faq-item .__title:after {
    top: 1px;
  }
}
.b-faq-item .__txt {
  color: #18181B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
  opacity: 0;
  max-height: 0;
  height: 0;
  overflow: hidden;
}
@media (max-width: 767px) {
  .b-faq-item .__txt {
    font-size: 14px;
  }
}
.b-faq-item.--active .__title {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .b-faq-item.--active .__title {
    margin-bottom: 16px;
  }
}
.b-faq-item.--active .__title:after {
  transform: rotate(180deg);
}
.b-faq-item.--active .__txt {
  height: auto;
  max-height: 999px;
  opacity: 1;
}
.b-faq-item:hover .__title {
  color: #BA2E2F;
}
.b-faq-item:hover .__title:after {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M12.4697 5.46973C12.7626 5.17683 13.2374 5.17683 13.5303 5.46973C13.8232 5.76262 13.8232 6.23738 13.5303 6.53027L8 12.0605L2.46973 6.53027C2.17683 6.23738 2.17683 5.76262 2.46973 5.46973C2.76262 5.17683 3.23738 5.17683 3.53027 5.46973L8 9.93945L12.4697 5.46973Z' fill='%23BA2E2F'/%3E%3C/svg%3E");
}

.b-decor-grid {
  display: grid;
  grid-template-columns: 1fr auto;
  grid-gap: 16px;
  align-items: center;
}
@media (max-width: 991px) {
  .b-decor-grid {
    grid-template-columns: 1fr;
  }
  .b-decor-grid .b-btn {
    display: none;
  }
}

.b-card-top {
  display: grid;
  grid-template-columns: 1fr 564px;
  grid-gap: 134px;
}
@media (max-width: 1439px) {
  .b-card-top {
    grid-gap: 80px;
  }
}
@media (max-width: 1199px) {
  .b-card-top {
    grid-template-columns: 1fr 1fr;
    grid-gap: 16px;
  }
}
@media (max-width: 767px) {
  .b-card-top {
    grid-template-columns: 1fr;
  }
}
.b-card-top > * {
  min-width: 0;
}
.b-card-top .__right {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
  height: fit-content;
}
.b-card-top .__right .__descr {
  color: #18181B;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 991px) {
  .b-card-top .__right .__descr {
    font-size: 14px;
  }
}
.b-card-top .__right .__top {
  background: #FFFFFF;
  padding: 40px 40px 32px;
  border-bottom: 1px solid #F4F4F5;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-card-top .__right .__top {
    gap: 16px;
    padding: 24px 24px 16px;
  }
}
.b-card-top .__right .__bot {
  background: #FAFAFA;
  padding: 32px 40px 40px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-card-top .__right .__bot {
    gap: 16px;
    padding: 16px 24px 24px;
  }
}

.b-cat-prop-block {
  display: flex;
  flex-direction: column;
  gap: 24px;
  border-radius: 12px;
  border: 1px solid #F4F4F5;
  background: #FAFAFA;
  padding: 32px;
}
@media (max-width: 991px) {
  .b-cat-prop-block {
    padding: 24px;
    gap: 16px;
  }
}

.b-deliv-block {
  border-radius: 12px;
  background: #18181B;
  padding: 32px;
  display: flex;
  flex-direction: column;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-deliv-block {
    padding: 24px;
    gap: 16px;
  }
}
.b-deliv-block p {
  color: #FFFFFF;
  font-size: 16px;
  font-weight: 400;
  line-height: 140%; /* 22.4px */
}
@media (max-width: 767px) {
  .b-deliv-block p {
    font-size: 14px;
  }
}
.b-deliv-block h3 {
  display: flex;
  align-items: center;
  gap: 24px;
}
@media (max-width: 991px) {
  .b-deliv-block h3 {
    gap: 8px;
  }
}

.b-line {
  width: 100%;
  height: 1px;
}

.b-anchor-wrap {
  position: relative;
}
.b-anchor-wrap .__anchor {
  position: absolute;
  bottom: 20px;
  left: 0;
  pointer-events: none;
  opacity: 0;
}
@media (max-width: 991px) {
  .b-anchor-wrap .__anchor {
    bottom: 80px;
  }
}

.b-btn {
  background: #DC2626;
  height: 48px;
  padding: 0 16px;
  font-weight: 600;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 6px;
  border: none;
  width: fit-content;
  color: #FFFFFF !important;
  gap: 8px;
  text-align: center;
  cursor: pointer;
}
.b-btn:hover, .b-btn:focus, .b-btn:focus-within, .b-btn.--active {
  color: #FFFFFF;
  text-decoration: none;
  background: #BA2E2F;
  border: none;
  box-shadow: none;
  outline: none;
}
@media (max-width: 575px) {
  .b-btn {
    width: 100%;
  }
}
.b-btn.--red {
  background: #BA2E2F;
}
.b-btn.--red:hover {
  background: #DC2626;
}
.b-btn.--white {
  background: #FFFFFF;
  color: #18181B !important;
}
.b-btn.--white:hover {
  background: #F4F4F5;
  color: #18181B !important;
}
.b-btn.--zinc1 {
  background: #F4F4F5;
  color: #18181B !important;
}
.b-btn.--zinc1:hover {
  background: #E4E4E7;
  color: #18181B !important;
}
.b-btn.--zinc2 {
  background: #F4F4F5;
  color: #18181B !important;
}
.b-btn.--zinc2:hover {
  background: #D4D4D8;
  color: #18181B !important;
}
.b-btn.--zinc7 {
  background: #3F3F46;
}
.b-btn.--zinc7:hover {
  background: #BA2E2F;
}
.b-btn.--square {
  padding: 0;
  width: auto;
  aspect-ratio: 1/1;
}
.b-btn.--24 {
  height: 24px;
  padding: 0 8px;
  font-size: 12px;
}
.b-btn.--32 {
  height: 32px;
  padding: 0 8px;
  font-size: 12px;
}
.b-btn.--40 {
  height: 40px;
  padding: 0 12px;
}
.b-btn.--56 {
  height: 56px;
  padding: 0 20px;
}
.b-btn.--64 {
  height: 64px;
  padding: 0 24px;
}
@media (max-width: 1199px) {
  .b-btn.--64 {
    height: 56px;
    padding: 0 16px;
  }
}
.b-btn.--w-100 {
  width: 100%;
}
.b-btn .--w-fc {
  width: fit-content;
}

.b-label {
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  width: fit-content;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: 500;
  line-height: 1;
  padding: 4px 10px;
  border-radius: 6px;
  min-width: 30px;
  height: 30px;
  background: #EF4444;
}
.b-label svg {
  min-width: fit-content;
}
.b-label.--new {
  background: #22C55E;
}
.b-label.--action {
  background: #F59E0B;
}
.b-label.--w-100 {
  width: 100%;
}

.b-tag {
  display: flex;
  height: 32px;
  padding: 0 16px;
  justify-content: center;
  align-items: center;
  gap: 8px;
  border-radius: 24px;
  background: #FFFFFF;
  color: #52525B !important;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
@media (max-width: 1199px) {
  .b-tag {
    font-size: 14px;
  }
}
.b-tag.--filter {
  font-size: 14px;
  padding: 0 10px;
  border-radius: 16px;
  gap: 4px;
}
.b-tag.--zinc1 {
  background: #F4F4F5;
  color: #18181B !important;
  border: 1px solid transparent;
}
.b-tag.--zinc1:hover {
  color: #18181B !important;
  border: 1px solid #E4E4E7;
}
.b-tag:hover, .b-tag.--active {
  background: #F4F4F5;
  color: #BA2E2F !important;
}

.--ta-center {
  text-align: center;
}

.b-h1 {
  font-size: 72px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1199px) {
  .b-h1 {
    font-size: 56px;
  }
}
@media (max-width: 767px) {
  .b-h1 {
    font-size: 32px;
  }
}

.b-h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1199px) {
  .b-h2 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .b-h2 {
    font-size: 22px;
  }
}
.b-h2.--line {
  position: relative;
  padding-bottom: 20px;
}
@media (max-width: 767px) {
  .b-h2.--line {
    padding-bottom: 12px;
  }
}
.b-h2.--line:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 80px;
  height: 4px;
  border-radius: 2px;
  background: #BA2E2F;
}

.b-h3, .b-text-wrap h3, .b-text-wrap h2 {
  font-size: 26px;
  font-weight: 700;
  line-height: 120%;
  margin: 0;
}
@media (max-width: 1199px) {
  .b-h3, .b-text-wrap h3, .b-text-wrap h2 {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .b-h3, .b-text-wrap h3, .b-text-wrap h2 {
    font-size: 20px;
  }
}

.--fc-red {
  color: #BA2E2F !important;
}

.--fc-zinc-9 {
  color: #18181B;
}

.--fc-white {
  color: #FFFFFF;
}

.--lh-140 {
  line-height: 1.4;
}

.--fs-16 {
  font-size: 16px;
}
@media (max-width: 767px) {
  .--fs-16 {
    font-size: 14px;
  }
}

.--fs-14 {
  font-size: 14px;
}

.--fw-600 {
  font-weight: 600;
}

.--ml-auto {
  margin-left: auto;
}

@media (max-width: 991px) {
  .--ml-lg-0 {
    margin-left: 0;
  }
}

.--pr-128 {
  padding-right: 128px;
}
@media (max-width: 1439px) {
  .--pr-128 {
    padding-right: 0;
  }
}

.--pr-80 {
  padding-right: 80px;
}
@media (max-width: 1199px) {
  .--pr-80 {
    padding-right: 0;
  }
}

.--p-24 {
  padding: 24px;
}

@media (max-width: 991px) {
  .--p-lg-0 {
    padding: 0;
  }
}

@media (max-width: 767px) {
  .--p-md-0 {
    padding: 0;
  }
}

.--py-0 {
  padding-top: 0px;
  padding-bottom: 0px;
}

.--py-8 {
  padding-top: 8px;
  padding-bottom: 8px;
}

.--py-16 {
  padding-top: 16px;
  padding-bottom: 16px;
}

.--py-24 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.--py-32 {
  padding-top: 32px;
  padding-bottom: 32px;
}

.--py-40 {
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--py-40 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-48 {
  padding-top: 48px;
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--py-48 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--py-56 {
  padding-top: 56px;
  padding-bottom: 56px;
}
@media (max-width: 767px) {
  .--py-56 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-64 {
  padding-top: 64px;
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--py-64 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-72 {
  padding-top: 72px;
  padding-bottom: 72px;
}
@media (max-width: 767px) {
  .--py-72 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-80 {
  padding-top: 80px;
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .--py-80 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

.--py-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}
@media (max-width: 1199px) {
  .--py-100 {
    padding-top: 64px;
    padding-bottom: 64px;
  }
}
@media (max-width: 767px) {
  .--py-100 {
    padding-top: 32px;
    padding-bottom: 32px;
  }
}

@media (max-width: 991px) {
  .--py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }
}

@media (max-width: 991px) {
  .--py-lg-24 {
    padding-top: 24px;
    padding-bottom: 24px;
  }
}

.--p-100 {
  padding: 100px;
}
@media (max-width: 767px) {
  .--p-100 {
    padding: 32px;
  }
}

.--pt-48 {
  padding-top: 48px;
}
@media (max-width: 767px) {
  .--pt-48 {
    padding-top: 24px;
  }
}

.--pt-40 {
  padding-top: 40px;
}
@media (max-width: 767px) {
  .--pt-40 {
    padding-top: 24px;
  }
}

.--pt-24 {
  padding-top: 24px;
}

.--pt-32 {
  padding-top: 32px;
}
@media (max-width: 767px) {
  .--pt-32 {
    padding-top: 24px;
  }
}

.--pt-64 {
  padding-top: 64px;
}
@media (max-width: 767px) {
  .--pt-64 {
    padding-top: 32px;
  }
}

@media (max-width: 767px) {
  .--pt-md-16 {
    padding-top: 16px;
  }
}

@media (max-width: 767px) {
  .--pt-md-0 {
    padding-top: 0px;
  }
}

.--pb-24 {
  padding-bottom: 24px;
}

.--pb-32 {
  padding-bottom: 32px;
}
@media (max-width: 767px) {
  .--pb-32 {
    padding-bottom: 24px;
  }
}

.--pb-40 {
  padding-bottom: 40px;
}
@media (max-width: 767px) {
  .--pb-40 {
    padding-bottom: 24px;
  }
}

.--pb-48 {
  padding-bottom: 48px;
}
@media (max-width: 767px) {
  .--pb-48 {
    padding-bottom: 24px;
  }
}

.--pb-64 {
  padding-bottom: 64px;
}
@media (max-width: 767px) {
  .--pb-64 {
    padding-bottom: 32px;
  }
}

.--pb-80 {
  padding-bottom: 80px;
}
@media (max-width: 767px) {
  .--pb-80 {
    padding-bottom: 40px;
  }
}

.--pb-0 {
  padding-bottom: 0 !important;
}

.--pt-0 {
  padding-top: 0 !important;
}

.--mb-0 {
  margin-bottom: 0 !important;
}

.--mb-4 {
  margin-bottom: 4px;
}

.--mb-6 {
  margin-bottom: 6px;
}

.--mb-8 {
  margin-bottom: 8px;
}

.--mb-16 {
  margin-bottom: 16px;
}

.--mb-24 {
  margin-bottom: 24px;
}
@media (max-width: 767px) {
  .--mb-24 {
    margin-bottom: 16px;
  }
}

.--mb-32 {
  margin-bottom: 32px;
}
@media (max-width: 767px) {
  .--mb-32 {
    margin-bottom: 24px;
  }
}

.--mb-40 {
  margin-bottom: 40px;
}
@media (max-width: 767px) {
  .--mb-40 {
    margin-bottom: 24px;
  }
}

.--mb-48 {
  margin-bottom: 48px;
}
@media (max-width: 767px) {
  .--mb-48 {
    margin-bottom: 24px;
  }
}

.--mb-56 {
  margin-bottom: 56px;
}
@media (max-width: 767px) {
  .--mb-56 {
    margin-bottom: 32px;
  }
}

.--mb-64 {
  margin-bottom: 64px;
}
@media (max-width: 767px) {
  .--mb-64 {
    margin-bottom: 32px;
  }
}

.--mb-72 {
  margin-bottom: 72px;
}
@media (max-width: 767px) {
  .--mb-72 {
    margin-bottom: 32px;
  }
}

.--mb-100 {
  margin-bottom: 100px;
}
@media (max-width: 767px) {
  .--mb-100 {
    margin-bottom: 48px;
  }
}

.--mb-120 {
  margin-bottom: 120px;
}
@media (max-width: 767px) {
  .--mb-120 {
    margin-bottom: 48px;
  }
}

@media (max-width: 1920px) {
  .--mb-xxl-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 1439px) {
  .--mb-xl-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 991px) {
  .--mb-lg-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .--mb-md-64 {
    margin-bottom: 64px;
  }
}

@media (max-width: 767px) {
  .--mb-md-48 {
    margin-bottom: 48px;
  }
}

@media (max-width: 767px) {
  .--mb-md-32 {
    margin-bottom: 32px;
  }
}

@media (max-width: 767px) {
  .--mb-md-24 {
    margin-bottom: 24px;
  }
}

@media (max-width: 767px) {
  .--mb-md-16 {
    margin-bottom: 16px;
  }
}

@media (max-width: 767px) {
  .--mb-md-8 {
    margin-bottom: 8px;
  }
}

@media (max-width: 767px) {
  .--mb-md-0 {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .--mb-sm-8 {
    margin-bottom: 8px;
  }
}

.--mt-a {
  margin-top: auto;
}

.--mt-16 {
  margin-top: 16px;
}

.--mt-24 {
  margin-top: 24px;
}

.--mt-32 {
  margin-top: 32px;
}
@media (max-width: 767px) {
  .--mt-32 {
    margin-top: 24px;
  }
}

.--mt-80 {
  margin-top: 80px;
}
@media (max-width: 767px) {
  .--mt-80 {
    margin-top: 32px;
  }
}

.--w-fc {
  width: fit-content;
}

.--h-fc {
  height: fit-content;
}

.--fg-1 {
  flex-grow: 1;
}

.stretched-link:after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: "";
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.--g-0 {
  grid-gap: 0;
  gap: 0;
}

.--g-8 {
  grid-gap: 8px;
  gap: 8px;
}

.--g-16 {
  grid-gap: 16px;
  gap: 16px;
}

.--g-24 {
  grid-gap: 24px;
  gap: 24px;
}
@media (max-width: 767px) {
  .--g-24 {
    grid-gap: 16px;
    gap: 16px;
  }
}

.--g-0-24 {
  grid-gap: 0 24px;
  gap: 0 24px;
}
@media (max-width: 767px) {
  .--g-0-24 {
    grid-gap: 0 16px;
    gap: 0 16px;
  }
}

.--g-24-8 {
  grid-gap: 24px 8px;
  gap: 24px 8px;
}

.--g-32 {
  grid-gap: 32px;
  gap: 32px;
}

.--g-40 {
  grid-gap: 40px;
  gap: 40px;
}
@media (max-width: 767px) {
  .--g-40 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-48 {
  grid-gap: 48px;
  gap: 48px;
}
@media (max-width: 767px) {
  .--g-48 {
    grid-gap: 24px;
    gap: 24px;
  }
}

.--g-144 {
  grid-gap: 144px;
  gap: 144px;
}
@media (max-width: 1199px) {
  .--g-144 {
    grid-gap: 48px;
    gap: 48px;
  }
}
@media (max-width: 767px) {
  .--g-144 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 1199px) {
  .--g-xl-24 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 991px) {
  .--g-lg-0 {
    grid-gap: 0;
    gap: 0;
  }
}

@media (max-width: 991px) {
  .--g-lg-8 {
    grid-gap: 8px;
    gap: 8px;
  }
}

@media (max-width: 991px) {
  .--g-lg-16 {
    grid-gap: 16px;
    gap: 16px;
  }
}

@media (max-width: 991px) {
  .--g-lg-24 {
    grid-gap: 24px;
    gap: 24px;
  }
}

@media (max-width: 767px) {
  .--g-md-16 {
    grid-gap: 16px;
    gap: 16px;
  }
}

.img-fluid {
  max-width: 100%;
  height: auto;
}

.--td-ul {
  text-decoration: underline;
}

@media (max-width: 767px) {
  .--ico-md-24 {
    width: 24px;
    height: 24px;
  }
}

.--relative {
  position: relative;
}

.--pointer {
  cursor: pointer;
}

.--d-block {
  display: block;
}

.--d-flex {
  display: flex;
}

.--d-none {
  display: none;
}

@media (max-width: 1199px) {
  .--d-xl-none {
    display: none;
  }
}

@media (max-width: 991px) {
  .--d-lg-none {
    display: none;
  }
}

.--d-lg-flex {
  display: none;
}
@media (max-width: 991px) {
  .--d-lg-flex {
    display: flex;
  }
}

@media (max-width: 767px) {
  .--d-md-none {
    display: none;
  }
}

.--jc-center {
  justify-content: center;
}

.--jc-between {
  justify-content: space-between;
}

.--jc-end {
  justify-content: end !important;
}

.--col {
  flex-direction: column;
}

.--flex-wrap {
  flex-wrap: wrap;
}

.--ai-center {
  align-items: center;
}

.--ai-start {
  align-items: start;
}

.--ai-end {
  align-items: end;
}

.--of-hidden {
  overflow: hidden;
}

.--bg-white {
  background: #FFFFFF;
}

.--bg-zinc0 {
  background: #FAFAFA;
}

.--bg-zinc1 {
  background: #F4F4F5;
}

.--bg-zinc7 {
  background: #3F3F46;
}

.--bg-zinc8 {
  background: #27272A;
}

.--manrope {
  font-family: "Manrope", sans-serif;
}

.--br-6 {
  border-radius: 6px;
}

.b-block.--viewed .__title {
  -webkit-line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-news-block .__descr, .b-prod-el .__name {
  -webkit-line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-card-top .__right .__descr {
  -webkit-line-clamp: 4;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.b-breadcrumbs ul, .b-side-menu, .b-side-menu li ul, .b-pagination {
  list-style: none;
  margin: 0;
  padding: 0;
}

.b-soc-wrap .__btn svg, .b-soc-wrap .__pop, .b-prod-sect-link, .b-prod-sect-link .__name:after, .b-swiper-wrapper.--card .swiper.--thumb:before, .b-swiper-wrapper.--card .swiper.--thumb:after, .b-swiper-wrapper.--card .swiper.--thumb .swiper-slide, .b-action-block, .b-action-block .b-btn svg, .b-news-block, .b-news-block .b-btn svg, .b-arrow a, .b-arrow a path, .b-arrow a rect, .b-side-menu li, .b-side-menu li a, .b-side-menu li .__btn, .b-prod-el, .b-pagination .pagination-item, .b-pagination .pagination-item path, .b-pagination .pagination-item a, .b-faq-item .__title, .b-faq-item .__title:after, .b-btn, .b-btn path, .b-btn circle, .b-btn svg, .b-tag {
  transition: all 0.3s ease-out;
}

.b-checkbox .__txt, .bx-filter.b-filter, .b-prod-form-bner.--half .__txt, .b-block.--advan .__descr, .b-action-block .__descr, .b-news-block .__descr, .b-side-menu, .b-prop, .b-prop.--float .__val, .b-text-wrap, .b-faq-item .__txt, .b-card-top .__right .__descr, .b-deliv-block p, .b-label, .b-tag, .--roboto {
  font-family: "Roboto", sans-serif;
}

.bx-filter.b-filter .bx-filter-section {
  padding: 0;
  background: none !important;
}
.bx-filter.b-filter .radio, .bx-filter.b-filter .checkbox {
  margin-bottom: 10px;
  margin-top: 0 !important;
}
.bx-filter.b-filter .radio:last-child, .bx-filter.b-filter .checkbox:last-child {
  margin-bottom: 0;
}
.bx-filter.b-filter .bx-filter-parameters-box-container {
  padding-bottom: 0 !important;
}
.bx-filter.b-filter .bx-filter-parameters-box {
  margin-bottom: 0;
  padding: 20px 8px;
  border-bottom: 1px solid #E4E4E7;
}
.bx-filter.b-filter .bx-filter-parameters-box-title {
  color: #18181B;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 120%;
  padding: 0 !important;
}
@media (max-width: 767px) {
  .bx-filter.b-filter .bx-filter-parameters-box-title {
    font-size: 14px;
  }
}
.bx-filter.b-filter .bx-filter-parameters-box-title span {
  color: inherit;
  border-bottom: none !important;
  display: flex;
  justify-content: space-between;
  gap: 8px;
  align-items: center;
}
.bx-filter.b-filter .bx-filter-parameters-box-title span .fa {
  display: block;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16' fill='none'%3E%3Cpath d='M13.5303 9.4696C13.8231 9.76247 13.8231 10.2373 13.5303 10.5302C13.2374 10.823 12.7626 10.823 12.4697 10.5302L8 6.06042L3.53027 10.5302C3.23738 10.823 2.76262 10.823 2.46973 10.5302C2.17691 10.2373 2.17686 9.76247 2.46973 9.4696L8 3.93933L13.5303 9.4696Z' fill='%2352525B'/%3E%3C/svg%3E");
  background-size: cover;
  transition: 0.3s ease-out;
  transform-origin: center;
  transform: rotate(180deg);
}
.bx-filter.b-filter .bx-filter-parameters-box-title span .fa:after, .bx-filter.b-filter .bx-filter-parameters-box-title span .fa:before {
  content: none;
}
.bx-filter.b-filter .bx-filter-parameters-box-title span .fa.fa-angle-up {
  transform: rotate(0);
}
.bx-filter.b-filter .bx-filter-block.--brand {
  margin-top: 56px;
  position: relative;
}
.bx-filter.b-filter .bx-filter-block.--brand .b-form-big-input.--search-ico {
  position: absolute;
  top: -56px;
  left: 0;
  right: 0;
}
.bx-filter.b-filter .bx-filter-block .bx-filter-parameters-box-container {
  margin-top: 16px;
  max-height: 200px;
  overflow-y: auto;
}
@media (max-width: 991px) {
  .bx-filter.b-filter .bx-filter-block .bx-filter-parameters-box-container {
    max-height: none;
  }
}
.bx-filter.b-filter .bx-filter-block .bx-filter-parameters-box-container::-webkit-scrollbar-thumb {
  width: 6px;
  border-radius: 3px;
  background-color: #D4D4D8;
}
.bx-filter.b-filter .bx-filter-block .bx-filter-parameters-box-container::-webkit-scrollbar {
  background-color: #F4F4F5;
  width: 6px;
  border-radius: 3px;
}

.b-filter-price {
  display: grid;
  grid-template-columns: 1fr 8px 1fr;
  grid-gap: 18px 8px;
  align-items: center;
}
.b-filter-price .bx-filter-parameters-box-container-block {
  position: relative;
}
.b-filter-price .__rect {
  border-radius: 2px;
  background: #E4E4E7;
  width: 8px;
  height: 2px;
}
.b-filter-price .bx-ft-sub {
  font-family: "Manrope", sans-serif;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 16px;
  color: #71717A;
  font-size: 14px !important;
  font-weight: 400;
  line-height: 1;
  z-index: 2;
  padding: 0 !important;
  font-style: normal;
}
.b-filter-price .bx-filter-input-container input {
  font-family: "Manrope", sans-serif;
  border-radius: 8px;
  font-weight: 400;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 40px;
  line-height: 1;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 14px;
  border: 1px solid #D4D4D8 !important;
  background: #FFFFFF;
  padding: 8px 16px 8px 42px;
  color: #18181B;
}
.b-filter-price .bx-filter-input-container input::placeholder {
  color: #71717A;
}
.b-filter-price .bx-filter-input-container input:focus {
  padding-top: 8px !important;
  border: 1px solid #18181B !important;
}
.b-filter-price .bx-ui-slider-track-container {
  padding: 0 !important;
  grid-column: span 3;
  width: calc(100% - 18px);
  margin-left: auto;
  margin-right: auto;
  height: 18px;
  display: flex;
  align-items: center;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-part {
  display: none;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track {
  width: 100%;
  position: relative;
  height: 6px;
  background: #fff !important;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vd, .b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-vn {
  background: #E4E4E7 !important;
  z-index: 10 !important;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-pricebar-v {
  position: absolute;
  height: 100%;
  width: auto;
  left: 0;
  right: 0;
  background: #BA2E2F !important;
  z-index: 30 !important;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 18px;
  height: 18px;
  border-radius: 50%;
  background: #BA2E2F !important;
  cursor: pointer;
  z-index: 40 !important;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  width: 4px;
  height: 4px;
  background-color: #fff;
  border-radius: 50%;
  transform: translate(-50%, -50%);
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.right {
  margin-right: -9px !important;
}
.b-filter-price .bx-ui-slider-track-container .bx-ui-slider-track .bx-ui-slider-handle.left {
  margin-left: -9px !important;
}

.b-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 32px !important;
  min-height: 24px !important;
}
.b-checkbox.--form .__ico {
  left: 0;
  top: 0;
  transform: none;
  background-size: cover !important;
}
.b-checkbox.--form .__txt.--fc-white {
  color: #FFFFFF;
}
.b-checkbox.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.b-checkbox input[type=checkbox] {
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-checkbox .__ico {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='7.5' fill='%23F9F9F9'/%3E%3Crect x='0.5' y='0.5' width='23' height='23' rx='7.5' stroke='%23D8D8D8'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.b-checkbox input:checked + .__ico, .b-checkbox input:checked:hover + .__ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Crect width='24' height='24' rx='8' fill='%23FF530F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.2313 8.3592C15.5849 7.93529 16.2163 7.87793 16.6405 8.23127C17.0646 8.58477 17.1217 9.2162 16.7684 9.64045L11.7684 15.6404C11.5887 15.856 11.3261 15.986 11.0457 15.9988C10.7651 16.0116 10.4915 15.9055 10.2928 15.7069L7.29282 12.7069C6.90244 12.3163 6.90235 11.6833 7.29282 11.2928C7.6833 10.9025 8.31642 10.9025 8.70688 11.2928L10.9315 13.5174L15.2313 8.3592Z' fill='white'/%3E%3C/svg%3E");
}
.b-checkbox .__txt {
  font-size: 16px;
  color: #000000;
  display: inline-block;
}

.iexmodal-popup {
  background: #F2F1F1;
  border-radius: 4px;
}

.b-filter-popup .iexmodal-popup {
  background: #FFFFFF;
  border-radius: 6px;
}
.b-filter-popup .iexmodal-inner {
  padding: 24px;
}
.b-filter-popup .iexmodal-close-inner {
  right: 0;
  top: 0;
}

.iexmodal-inner {
  padding: 87px 58px;
}

.iexmodal-close-inner {
  right: 15px;
  top: 15px;
  font-size: 20px;
  stroke-width: 1.5px;
}

.iexmodal-close-inner .iexmodal-icon {
  opacity: 1;
}

.b-pform__popup, .b-pform__wrap, .b-pform__inner, .b-pform__title, .b-pform__item, .b-pform__label, .b-pform__optlabel, .b-pform__input, .b-pform__options, .b-pform__optlabel, .b-pform__legend, .b-pform__errtext, .b-pform__bt, .b-pform__success, .b-pform__confirmed, .b-pform__input_file, .b-pform__input_file, .b-pform__filebutton, .b-pform__fileplus, .b-pform__thanks, .b-pform__fail, .b-pform-tooltip {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #000;
}

.b-pform__title {
  font-weight: 400;
  font-size: 36px;
  line-height: 60px;
  margin-bottom: 48px;
  text-align: center;
  text-transform: none;
  padding-right: 0 !important;
}

.b-pform__label {
  font-weight: 400;
  font-size: 18px;
  line-height: 28px;
  padding-left: 4px;
  margin-bottom: 6px;
}

.b-pform__input {
  font-weight: 300;
  font-size: 14px;
  height: 48px;
  line-height: 48px;
  background: #FFFFFF;
  padding: 10px 19px;
  border-style: none;
  border-radius: 4px;
}

.b-pform__bt {
  font-weight: 500;
  cursor: pointer;
  font-size: 18px;
  line-height: 25px;
  color: #BA2E2F;
  text-align: center;
  text-transform: none;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 4px;
  padding: 18px 17px 17px;
  -webkit-transition: 0.2s;
  -o-transition: 0.2s;
  transition: 0.2s;
  border: 1px solid #BA2E2F;
  box-sizing: border-box;
  height: 62px;
  min-width: 263px;
}

.b-pform__bt_submit {
  color: #fff !important;
  background-color: #BA2E2F;
}

.b-pform__bt_submit:hover {
  background-color: #952222;
}

.b-pform__buttons {
  margin-bottom: 0;
}

.b-pform__policy,
.b-pform__policy:hover,
.b-pform__policy:visited {
  color: #000 !important;
}

.b-pform-tooltip {
  color: #fff !important;
}

.b-inline-form {
  padding: 64px;
  border-radius: 12px;
  background: #F4F4F5;
  box-shadow: 0 0 16px 0 rgba(0, 0, 0, 0.06);
}
@media (max-width: 1199px) {
  .b-inline-form {
    padding: 40px;
  }
}
@media (max-width: 991px) {
  .b-inline-form {
    padding: 32px;
  }
}
@media (max-width: 767px) {
  .b-inline-form {
    padding: 24px;
  }
}
.b-inline-form .__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 32px;
}
@media (max-width: 1199px) {
  .b-inline-form .__inputs {
    grid-gap: 24px;
  }
}
@media (max-width: 575px) {
  .b-inline-form .__inputs {
    grid-gap: 16px;
    grid-template-columns: 1fr;
  }
}
.b-inline-form .__inputs > *:last-child {
  grid-column: span 2;
}
@media (max-width: 575px) {
  .b-inline-form .__inputs > *:last-child {
    grid-column: span 1;
  }
}

.b-form-big-input {
  position: relative;
}
.b-form-big-input .__input {
  font-family: "Mulish", sans-serif;
  border-radius: 6px;
  font-weight: 400;
  color: #18181B;
  background: #FFFFFF;
  position: relative;
  z-index: 1;
  box-sizing: border-box;
  height: 56px;
  line-height: 1.4;
  padding: 16px 16px;
  border: 1px solid #D4D4D8;
  outline: none;
  width: 100%;
  transition: all 0.3s ease-out;
  font-size: 16px;
}
.b-form-big-input .__input.iexform-has-error {
  box-shadow: none !important;
  border: 1px solid #BA2E2F;
  color: #BA2E2F;
}
.b-form-big-input .__input:hover {
  border: 1px solid #A1A1AA;
}
.b-form-big-input .__input.active, .b-form-big-input .__input:focus {
  border: 1px solid #18181B;
}
.b-form-big-input .__input::placeholder {
  color: #71717A;
}
.b-form-big-input textarea.__input {
  width: 100%;
  min-height: 56px;
  resize: vertical;
}

.b-checkbox {
  display: flex;
  position: relative;
  align-items: center;
  padding-left: 32px !important;
  min-height: 24px !important;
}
.b-checkbox input {
  width: 24px;
  height: 24px;
  opacity: 0;
  position: absolute;
  margin: 0;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.b-checkbox .__ico {
  cursor: pointer;
  width: 24px;
  height: 24px;
  display: inline-block;
  vertical-align: top;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M9.59961 0.5H14.4004C16.0884 0.5 17.3245 0.50041 18.2998 0.580078C19.2694 0.659297 19.9376 0.814529 20.4971 1.09961C21.5318 1.62689 22.3731 2.46816 22.9004 3.50293C23.1855 4.06243 23.3407 4.7306 23.4199 5.7002C23.4996 6.67551 23.5 7.91156 23.5 9.59961V14.4004C23.5 16.0884 23.4996 17.3245 23.4199 18.2998C23.3407 19.2694 23.1855 19.9376 22.9004 20.4971C22.3731 21.5318 21.5318 22.3731 20.4971 22.9004C19.9376 23.1855 19.2694 23.3407 18.2998 23.4199C17.3245 23.4996 16.0884 23.5 14.4004 23.5H9.59961C7.91156 23.5 6.67551 23.4996 5.7002 23.4199C4.7306 23.3407 4.06243 23.1855 3.50293 22.9004C2.46816 22.3731 1.62689 21.5318 1.09961 20.4971C0.814529 19.9376 0.659297 19.2694 0.580078 18.2998C0.50041 17.3245 0.5 16.0884 0.5 14.4004V9.59961C0.5 7.91156 0.50041 6.67551 0.580078 5.7002C0.659297 4.7306 0.814529 4.06243 1.09961 3.50293C1.62689 2.46816 2.46816 1.62689 3.50293 1.09961C4.06243 0.814529 4.7306 0.659297 5.7002 0.580078C6.67551 0.50041 7.91156 0.5 9.59961 0.5Z' fill='%23FAFAFA'/%3E%3Cpath d='M9.59961 0.5H14.4004C16.0884 0.5 17.3245 0.50041 18.2998 0.580078C19.2694 0.659297 19.9376 0.814529 20.4971 1.09961C21.5318 1.62689 22.3731 2.46816 22.9004 3.50293C23.1855 4.06243 23.3407 4.7306 23.4199 5.7002C23.4996 6.67551 23.5 7.91156 23.5 9.59961V14.4004C23.5 16.0884 23.4996 17.3245 23.4199 18.2998C23.3407 19.2694 23.1855 19.9376 22.9004 20.4971C22.3731 21.5318 21.5318 22.3731 20.4971 22.9004C19.9376 23.1855 19.2694 23.3407 18.2998 23.4199C17.3245 23.4996 16.0884 23.5 14.4004 23.5H9.59961C7.91156 23.5 6.67551 23.4996 5.7002 23.4199C4.7306 23.3407 4.06243 23.1855 3.50293 22.9004C2.46816 22.3731 1.62689 21.5318 1.09961 20.4971C0.814529 19.9376 0.659297 19.2694 0.580078 18.2998C0.50041 17.3245 0.5 16.0884 0.5 14.4004V9.59961C0.5 7.91156 0.50041 6.67551 0.580078 5.7002C0.659297 4.7306 0.814529 4.06243 1.09961 3.50293C1.62689 2.46816 2.46816 1.62689 3.50293 1.09961C4.06243 0.814529 4.7306 0.659297 5.7002 0.580078C6.67551 0.50041 7.91156 0.5 9.59961 0.5Z' stroke='%23E4E4E7'/%3E%3C/svg%3E");
  background-position: center;
  background-repeat: no-repeat;
  transition: 0.3s ease-out;
}
.b-checkbox input:checked + .__ico, .b-checkbox input:checked:hover + .__ico {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none'%3E%3Cpath d='M0 9.6C0 6.23969 0 4.55953 0.653961 3.27606C1.2292 2.14708 2.14708 1.2292 3.27606 0.653961C4.55953 0 6.23969 0 9.6 0H14.4C17.7603 0 19.4405 0 20.7239 0.653961C21.8529 1.2292 22.7708 2.14708 23.346 3.27606C24 4.55953 24 6.23969 24 9.6V14.4C24 17.7603 24 19.4405 23.346 20.7239C22.7708 21.8529 21.8529 22.7708 20.7239 23.346C19.4405 24 17.7603 24 14.4 24H9.6C6.23969 24 4.55953 24 3.27606 23.346C2.14708 22.7708 1.2292 21.8529 0.653961 20.7239C0 19.4405 0 17.7603 0 14.4V9.6Z' fill='%23BA2E2F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M15.4239 8.51944C15.6891 8.20169 16.1625 8.15881 16.4805 8.42373C16.7985 8.68886 16.8411 9.16223 16.5762 9.48037L11.5762 15.4804L11.0508 16.1112L7.46978 12.5302C7.17703 12.2373 7.17694 11.7625 7.46978 11.4696C7.76264 11.177 8.23749 11.177 8.53032 11.4696L10.9493 13.8886L15.4239 8.51944Z' fill='white'/%3E%3C/svg%3E");
}
.b-checkbox .__txt {
  display: inline-block;
  color: #71717A;
  font-size: 14px;
  font-weight: 400;
  line-height: 120%;
}
.b-checkbox .__txt .__val {
  color: #27272A;
}
.b-checkbox .__txt .__count {
  color: #A1A1AA;
}

/*# sourceMappingURL=style.css.map */
