@-webkit-keyframes expand-height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@keyframes expand-height {
  from {
    height: 0;
  }
  to {
    height: 100%;
  }
}
@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
  }
}
[class^=b-] {
  font-family: "Akrobat";
}
[class^=b-] .container {
  width: 100%;
  max-width: 1292px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}
@media (min-width: 768px) {
  [class^=b-] .container {
    padding-left: 30px;
    padding-right: 30px;
  }
}

.b-button {
  display: block;
  text-align: center;
  padding: 16px;
  background: #bd190f;
  border-radius: 4px;
  border: none;
  color: #fff;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 768px) {
  .b-button {
    padding: 16px 24px;
  }
}
.b-button:hover {
  background: #97140c;
}
.b-button_light {
  background: none;
  color: #bd190f;
  border: 1px solid;
}
.b-button_light:hover {
  background: none;
  color: #97140c;
}
.b-checkbox {
  position: relative;
  padding-left: 24px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.b-checkbox input {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 1;
  opacity: 0;
  background: none;
  margin: 0;
  border: none;
}
.b-checkbox i {
  position: absolute;
  top: 4px;
  left: 0;
  width: 16px;
  height: 16px;
  z-index: 2;
  border: 1px solid #fff;
  border-radius: 4px;
}
.b-checkbox :checked + i {
  background: #fff url(/knack/images/checkbox.svg) no-repeat 50% 50%;
}
.b-checkbox span {
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.b-checkbox:hover span {
  color: #bd190f;
}
.b-hero {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 28px;
  padding-bottom: 44px;
  background: url(/knack/images/1.jpg) no-repeat 50%/cover;
  color: #010101;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .b-hero {
    padding-top: 32px;
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .b-hero {
    padding-top: 36px;
    padding-bottom: 68px;
  }
}
@media (min-width: 1200px) {
  .b-hero {
    padding-top: 40px;
  }
}
.b-hero:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #e8e8e8;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.94;
}
.b-hero:after {
  content: "";
  z-index: 2;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 28px;
  background: #fff;
  border-radius: 20px 20px 0 0;
  -webkit-box-shadow: 0px -4px 16px 0px rgba(29, 32, 41, 0.04);
          box-shadow: 0px -4px 16px 0px rgba(29, 32, 41, 0.04);
}
.b-hero .swiper-wrapper {
  z-index: 3;
}
.b-hero__label {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c3bf), to(#bd1a0f));
  background: linear-gradient(180deg, #e0c3bf 0%, #bd1a0f 100%);
  border-radius: 4px;
  color: #fff;
  padding: 6px 12px;
  letter-spacing: 0.02em;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 800;
  margin-bottom: 4px;
}
.b-hero__title {
  width: 100%;
  margin: 0;
  letter-spacing: 0.02em;
  font-weight: 700;
  font-size: 27px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .b-hero__title {
    font-weight: 800;
    font-size: 36px;
    position: relative;
  }
}
@media (min-width: 768px) {
  .b-hero__title div {
    position: relative;
    z-index: 2;
  }
}
@media (min-width: 768px) {
  .b-hero__title span {
    display: block;
  }
}
@media (min-width: 768px) {
  .b-hero__title:after {
    content: "";
    z-index: 1;
    background: url(/knack/images/7.svg) no-repeat 50%/cover;
    width: 364px;
    height: 9px;
    position: absolute;
    top: 30px;
    left: 0;
  }
}
.b-hero__text {
  width: 100%;
  margin: 0;
  margin-top: 12px;
  font-weight: 500;
  letter-spacing: 0.02em;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 768px) {
  .b-hero__text {
    max-width: 432px;
  }
}
@media (min-width: 992px) {
  .b-hero__text {
    font-size: 18px;
    max-width: 522px;
    margin-top: 16px;
  }
}
.b-hero__btns {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px 12px;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .b-hero__btns {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 992px) {
  .b-hero__btns {
    margin-top: 28px;
  }
}
.b-hero__points {
  width: 100%;
  display: grid;
  gap: 12px;
  margin-top: 24px;
}
@media (min-width: 768px) {
  .b-hero__points {
    margin-top: 86px;
  }
}
@media (min-width: 992px) {
  .b-hero__points {
    gap: 20px 28px;
    display: grid;
    margin-top: 70px;
  }
}
@media (min-width: 1200px) {
  .b-hero__points {
    grid-template-columns: 1fr 1fr;
  }
}
.b-hero__points-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.b-hero__points-item > img {
  width: 40px;
  height: auto;
  aspect-ratio: 1;
}
@media (min-width: 992px) {
  .b-hero__points-item > img {
    width: 60px;
  }
}
.b-hero__points-item > div {
  width: calc(100% - 40px);
  padding-left: 12px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: 40px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}
@media (min-width: 992px) {
  .b-hero__points-item > div {
    width: calc(100% - 60px);
    min-height: 60px;
  }
}
.b-hero__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 768px) {
  .b-hero__body {
    position: relative;
  }
}
.b-hero__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  position: relative;
  z-index: 2;
}
@media (min-width: 992px) {
  .b-hero__body-left {
    width: 592px;
  }
}
@media (min-width: 1200px) {
  .b-hero__body-left {
    width: 632px;
  }
}
.b-hero__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 1;
  padding-bottom: 38px;
}
@media (min-width: 768px) {
  .b-hero__body-right {
    padding: 0;
    position: absolute;
    bottom: 0;
    right: 0;
  }
}
.b-hero__body-right img {
  position: relative;
  z-index: 1;
  aspect-ratio: 632/450;
  width: 100%;
  height: 235px;
  -o-object-fit: contain;
     object-fit: contain;
}
@media (min-width: 768px) {
  .b-hero__body-right img {
    height: 308px;
  }
}
@media (min-width: 992px) {
  .b-hero__body-right img {
    height: 422px;
  }
}
@media (min-width: 1200px) {
  .b-hero__body-right img {
    height: 450px;
  }
}
.b-hero__body-right span {
  z-index: 2;
  color: #fff;
  background: rgba(189, 25, 15, 0.7);
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 50%;
  -webkit-transform: translate(-50%);
      -ms-transform: translate(-50%);
          transform: translate(-50%);
  padding: 8px 12px;
  border-radius: 8px;
  text-align: center;
  width: 200px;
}
@media (min-width: 768px) {
  .b-hero__body-right span {
    left: auto;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
    right: 0;
    text-align: right;
  }
}
@media (min-width: 992px) {
  .b-hero__body-right span {
    width: 243px;
    padding: 12px 16px;
  }
}
.b-hero .swiper-pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 2px;
  position: absolute;
  bottom: 167px;
  top: auto;
  left: auto;
  right: 15px;
  width: 2px;
  z-index: 4;
}
@media (min-width: 768px) {
  .b-hero .swiper-pagination {
    right: 30px;
    bottom: 187px;
  }
}
@media (min-width: 992px) {
  .b-hero .swiper-pagination {
    bottom: 252px;
  }
}
@media (min-width: 1292px) {
  .b-hero .swiper-pagination {
    left: 50%;
    right: auto;
    margin-left: 614px;
  }
}
.b-hero .swiper-pagination-bullet {
  width: 2px;
  height: 8px;
  margin: 0 !important;
  opacity: 1;
  border-radius: 999px;
  background: #bababa;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: relative;
}
.b-hero .swiper-pagination-bullet:before {
  content: "";
  width: 100%;
  height: 0;
  background: #bd190f;
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-hero .swiper-pagination-bullet-active {
  height: 24px;
}
.b-hero .swiper-pagination-bullet-active:before {
  -webkit-animation: expand-height 5s linear forwards;
          animation: expand-height 5s linear forwards;
}
.b-catalog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #010101;
  padding-top: 40px;
  padding-bottom: 36px;
}
@media (min-width: 768px) {
  .b-catalog {
    padding-top: 50px;
    padding-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .b-catalog {
    padding-top: 60px;
  }
}
@media (min-width: 1200px) {
  .b-catalog {
    padding-top: 80px;
    padding-bottom: 60px;
  }
}
.b-catalog__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 12px;
}
@media (min-width: 768px) {
  .b-catalog__toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.b-catalog__title {
  margin: 0;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.b-catalog__toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
  padding: 12px;
  border: none;
  background: #e8e8e8;
  border-radius: 8px;
  font-weight: 800;
  font-size: 16px;
  line-height: 1;
  letter-spacing: 0.02em;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 992px) {
  .b-catalog__toggle {
    display: none;
  }
}
.b-catalog__toggle:hover {
  color: #010101;
  background: #e8e8e8;
}
.b-catalog__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 20px;
}
@media (min-width: 768px) {
  .b-catalog__body {
    margin-top: 36px;
  }
}
@media (min-width: 992px) {
  .b-catalog__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.b-catalog__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .b-catalog__body-left {
    width: 230px;
  }
}
.b-catalog__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 992px) {
  .b-catalog__body-right {
    width: calc(100% - 230px);
    padding-left: 16px;
  }
}
@media (min-width: 1200px) {
  .b-catalog__body-right {
    padding-left: 32px;
  }
}
.b-catalog .b-range {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-bottom: 6px;
}
.b-catalog .b-range__inputs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
  position: relative;
}
.b-catalog .b-range__inputs:after {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 10px;
  height: 1px;
  background: #757575;
}
.b-catalog .b-range__inputs input {
  border: 1px solid #ebebeb;
  height: 42px;
  width: 100%;
  padding: 0 12px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
.b-catalog .b-range__row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.b-catalog .b-range__slider {
  background: #bfc0c2;
  height: 4px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  width: calc(100% - 16px);
  margin: 0 auto;
}
.b-catalog .b-range__slider .noUi-connects {
  border-radius: 0;
}
.b-catalog .b-range__slider .noUi-connect {
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c3bf), to(#bd1a0f));
  background: linear-gradient(180deg, #e0c3bf 0%, #bd1a0f 100%);
}
.b-catalog .b-range__slider .noUi-origin {
  top: 10px;
}
.b-catalog .b-range__slider .noUi-origin .noUi-tooltip {
  display: none;
}
.b-catalog .b-range__slider .noUi-handle {
  width: 16px;
  height: 16px;
  background: #e8e8e8;
  border: 3px solid #bd190f;
  border-radius: 999px;
  -webkit-box-shadow: none;
          box-shadow: none;
  right: -8px;
  top: -16px;
}
.b-catalog .b-range__slider .noUi-handle:before, .b-catalog .b-range__slider .noUi-handle:after {
  display: none;
}
.b-catalog .b-range__slider .noUi-tooltip {
  border-radius: 0;
  padding: 0;
  border: none;
  background: none;
  color: #bd190f;
  font-weight: 800;
  font-size: 14px;
  line-height: 20px;
  bottom: auto;
  top: 16px;
}
.b-catalog__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #e8e8e8;
  border-radius: 8px;
  overflow: hidden;
  opacity: 0;
  height: 0;
}
@media (min-width: 992px) {
  .b-catalog__filters {
    opacity: 1;
    height: auto;
  }
}
.b-catalog__filters-title {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  padding: 16px 20px;
}
@media (min-width: 992px) {
  .b-catalog__filters-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.b-catalog__filters-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-catalog__filters-list-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 12px 20px;
  border-bottom: 1px solid #ebebeb;
}
.b-catalog__filters-list-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
.b-catalog__filters-list-toggle span {
  width: calc(100% - 12px);
  padding-right: 12px;
  font-weight: 500;
  font-size: 14px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.b-catalog__filters-list-toggle img {
  width: 12px;
  height: auto;
  aspect-ratio: 1;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-catalog__filters-list-toggle.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-catalog__filters-list-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
  opacity: 0;
  height: 0;
  overflow: hidden;
}
.active + .b-catalog__filters-list-body {
  overflow: visible;
  height: auto;
  opacity: 1;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  margin-top: 12px;
}
.b-catalog__filters-btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding: 20px;
}
.b-catalog__filters-btns .b-button {
  padding: 12px;
}
.b-catalog__filters-btns .b-button_light {
  color: #757575;
}
.b-catalog__filters-btns .b-button_light:hover {
  color: #97140c;
}
.b-catalog__items {
  display: grid;
  gap: 16px;
}
@media (min-width: 768px) {
  .b-catalog__items {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .b-catalog__items {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
.b-catalog__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 20px;
  background: #fff;
  border: 1px solid #ebebeb;
  border-radius: 8px;
  color: #676767;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
}
.b-catalog__item-pics {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  overflow: hidden;
  gap: 4px;
  padding: 0 4px;
  border-radius: 4px;
}
.b-catalog__item-pics button {
  width: 100%;
  height: 200px;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  border: none;
  padding: 0;
  background: none;
  z-index: 2;
  position: relative;
}
.b-catalog__item-pics button:after {
  content: "";
  width: 100%;
  height: 2px;
  background: rgba(117, 117, 117, 0.2);
  -webkit-transition: 0.3s;
  transition: 0.3s;
  position: absolute;
  border-radius: 999px;
  bottom: 0;
  left: 0;
}
.b-catalog__item-pics button.active:after {
  background: #bd190f;
}
.b-catalog__item-pics img {
  z-index: 1;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.b-catalog__item-pics img.active {
  opacity: 1;
}
.b-catalog__item-name {
  margin-top: 16px;
  height: 44px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  color: #010101;
  overflow: hidden;
}
.b-catalog__item-list {
  margin: 0;
  margin-top: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.b-catalog__item-list li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 20px;
  padding: 0;
}
.b-catalog__item-list li:before {
  display: none;
}
.b-catalog__item-list li:after {
  content: "";
  z-index: 1;
  background: #ccc;
  width: 100%;
  height: 1px;
  position: absolute;
  top: 12px;
  left: 0;
}
.b-catalog__item-list li span:first-child, .b-catalog__item-list li span:last-child {
  background: #fff;
  z-index: 2;
  max-width: 53%;
}
.b-catalog__item-list li span:first-child {
  text-align: left;
  padding-right: 6px;
}
.b-catalog__item-list li span:last-child {
  text-align: right;
  padding-left: 6px;
}
.b-catalog__item-price {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: center;
  gap: 2px;
  min-height: 44px;
}
.b-catalog__item-price b {
  color: #bd190f;
  font-weight: 800;
  font-size: 21px;
}
.b-catalog__item-price i {
  font-style: normal;
}
.b-catalog__item .b-button {
  margin-top: 16px;
}
.b-catalog__show-more {
  margin-top: 20px;
}
.b-about {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #010101;
  padding-top: 36px;
  padding-bottom: 40px;
}
@media (min-width: 768px) {
  .b-about {
    padding-top: 40px;
    padding-bottom: 50px;
  }
}
@media (min-width: 768px) {
  .b-about {
    padding-bottom: 60px;
  }
}
@media (min-width: 992px) {
  .b-about {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}
.b-about__toper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 28px 0;
  margin-bottom: 16px;
}
@media (min-width: 768px) {
  .b-about__toper {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 36px;
  }
}
.b-about__title {
  margin: 0;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
}
.b-about__since {
  color: #999;
  font-size: 21px;
  line-height: 1.2;
  font-weight: 800;
  letter-spacing: 0.02em;
  text-align: right;
}
.b-about__table {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-about__table {
    margin-bottom: 24px;
  }
}
.b-about__table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #676767;
}
.b-about__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .b-about__table tr {
    display: table-row;
  }
}
.b-about__table tr td:first-child {
  border-left: none;
}
.b-about__table tr td:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .b-about__table tr:first-child td {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .b-about__table tr:last-child td {
    border-bottom: none;
  }
}
.b-about__table tr:first-child td:first-child {
  border-top: none;
}
.b-about__table td {
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .b-about__table td {
    border: 1px solid #ebebeb;
  }
}
@media (min-width: 992px) {
  .b-about__table td {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .b-about__table td:first-child {
    border: 1px solid #ebebeb;
  }
}
.b-about__table td b {
  display: block;
  font-weight: 800;
  color: #010101;
}
@media (min-width: 992px) {
  .b-about__table td b {
    font-size: 16px;
  }
}
.b-about__table td i {
  display: block;
  font-style: normal;
  margin-top: 4px;
}
.b-about__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 24px;
}
@media (min-width: 768px) {
  .b-about__inner {
    gap: 32px;
  }
}
@media (min-width: 1200px) {
  .b-about__inner {
    position: relative;
    padding-right: 642px;
  }
}
.b-about__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}
@media (min-width: 768px) {
  .b-about__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .b-about__body {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    min-height: 480px;
  }
}
.b-about__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 0;
  gap: 4px;
}
@media (min-width: 768px) {
  .b-about__body-left {
    width: calc(100% - 300px);
    padding-right: 20px;
  }
}
@media (min-width: 1200px) {
  .b-about__body-left {
    width: 100%;
    padding-right: 0;
  }
}
.b-about__body-left li {
  padding-left: 26px;
  font-size: 16px;
  letter-spacing: 0.02em;
}
.b-about__body-left li:before {
  font-size: 6px;
  left: 10px;
  color: #1c1c1c;
}
.b-about__body-left li b {
  color: #bd190f;
  font-weight: 800;
}
.b-about__body-right {
  padding: 12px 16px;
  font-weight: 800;
  font-size: 18px;
  line-height: 1.2;
  background: #bd190f;
  color: #fff;
  border-radius: 8px;
}
@media (min-width: 768px) {
  .b-about__body-right {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  .b-about__body-right {
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .b-about__body-right span {
    display: block;
  }
}
.b-about__pics {
  width: 100%;
  height: 504px;
  position: relative;
}
@media (min-width: 768px) {
  .b-about__pics {
    height: 537px;
  }
}
@media (min-width: 1200px) {
  .b-about__pics {
    width: 562px;
    height: 480px;
    position: absolute;
    top: 0;
    right: 0;
  }
}
.b-about__pics img {
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
  position: absolute;
}
.b-about__pics img:first-child {
  -webkit-box-shadow: 10px 4px 16px 0px rgba(0, 0, 0, 0.36);
          box-shadow: 10px 4px 16px 0px rgba(0, 0, 0, 0.36);
  z-index: 2;
  width: 168px;
  height: 200px;
  top: 0;
  left: 22px;
}
@media (min-width: 768px) {
  .b-about__pics img:first-child {
    left: 0;
    top: auto;
    bottom: 24px;
    width: 303px;
    height: 360px;
  }
}
@media (min-width: 1200px) {
  .b-about__pics img:first-child {
    width: 210px;
    height: 250px;
  }
}
.b-about__pics img:last-child {
  z-index: 1;
  width: 100%;
  height: 384px;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .b-about__pics img:last-child {
    width: calc(100% - 243px);
    height: 100%;
    left: auto;
    right: 0;
  }
}
@media (min-width: 1200px) {
  .b-about__pics img:last-child {
    width: calc(100% - 150px);
    width: 412px;
  }
}
.b-serts {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  position: relative;
  background: #ebebeb;
  padding: 60px 0;
}
@media (min-width: 992px) {
  .b-serts {
    padding: 80px 0;
  }
}
.b-serts:before, .b-serts:after {
  content: "";
  z-index: 2;
  position: absolute;
  left: 0;
  width: 100%;
  height: 28px;
  -webkit-box-shadow: 0px -4px 16px 0px rgba(29, 32, 41, 0.04);
          box-shadow: 0px -4px 16px 0px rgba(29, 32, 41, 0.04);
  background: #fff;
}
.b-serts:before {
  top: 0;
  border-radius: 0 0 20px 20px;
}
.b-serts:after {
  bottom: 0;
  border-radius: 20px 20px 0 0;
}
.b-serts__title {
  margin: 0;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  position: absolute;
  top: 0;
  left: 0;
}
.b-serts__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px 0;
}
@media (min-width: 1200px) {
  .b-serts__body {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}
.b-serts__body-left {
  display: grid;
  gap: 12px;
  position: relative;
  padding-top: 50px;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
@media (min-width: 768px) {
  .b-serts__body-left {
    grid-template-columns: 1fr 1.1fr;
    padding: 0;
    gap: 28px;
  }
}
@media (min-width: 992px) {
  .b-serts__body-left {
    grid-template-columns: 1fr 1.27fr;
  }
}
@media (min-width: 1200px) {
  .b-serts__body-left {
    width: 901px;
  }
}
.b-serts__body-left img {
  width: 100%;
  max-height: 290px;
  border-radius: 8px;
  -o-object-fit: cover;
     object-fit: cover;
}
@media (min-width: 768px) {
  .b-serts__body-left img {
    max-height: none;
    height: 240px;
  }
}
@media (min-width: 1200px) {
  .b-serts__body-left img {
    height: 286px;
  }
}
@media (min-width: 768px) {
  .b-serts__body-left img:last-child {
    height: 290px;
  }
}
@media (min-width: 1200px) {
  .b-serts__body-left img:last-child {
    height: 390px;
  }
}
.b-serts__body-right {
  display: grid;
  gap: 20px 28px;
  letter-spacing: 0.02em;
}
@media (min-width: 768px) {
  .b-serts__body-right {
    grid-template-columns: 1fr 1fr;
  }
}
@media (min-width: 1200px) {
  .b-serts__body-right {
    width: calc(100% - 901px);
    padding-left: 28px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.b-serts__body-right p {
  margin: 0;
  font-weight: 500;
  font-size: 16px;
  line-height: 1.2;
}
.b-serts__body-right-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 12px;
}
.b-serts__body-right-inner > span {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
  color: #010101;
}
.b-serts__body-right-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  position: relative;
  padding-left: 20px;
}
.b-serts__body-right-list:before {
  content: "";
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c3bf), to(#bd1a0f));
  background: linear-gradient(180deg, #e0c3bf 0%, #bd1a0f 100%);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.b-serts__body-right-list b {
  font-weight: 800;
  font-size: 16px;
  line-height: 1.2;
}
.b-serts__body-right-list div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.b-serts__body-right-list span {
  color: #bd190f;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
}
.b-serts__body-right-list i {
  font-style: normal;
  color: #5f5f5f;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
}
.b-faqs {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 40px;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .b-faqs {
    margin-top: 50px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) {
  .b-faqs {
    margin-top: 60px;
    margin-bottom: 50px;
  }
}
@media (min-width: 1200px) {
  .b-faqs {
    margin-top: 80px;
    margin-bottom: 60px;
  }
}
.b-faqs__body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  position: relative;
  padding-bottom: 172px;
}
@media (min-width: 768px) {
  .b-faqs__body {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .b-faqs__body {
    display: grid;
    grid-template-columns: 1fr 1fr;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 12px 28px;
    padding-bottom: 0;
  }
}
.b-faqs__body-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .b-faqs__body-left {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .b-faqs__body-left {
    background: #e8e8e8;
    border-radius: 8px;
    gap: 28px;
    padding: 20px;
  }
}
.b-faqs__body-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
@media (min-width: 768px) {
  .b-faqs__body-right {
    gap: 12px;
  }
}
@media (min-width: 1200px) {
  .b-faqs__body-right {
    background: #e8e8e8;
    border-radius: 8px;
    gap: 28px;
    padding: 20px;
  }
}
.b-faqs__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 16px;
  border-radius: 8px;
  background: #e8e8e8;
}
@media (min-width: 1200px) {
  .b-faqs__item {
    padding: 0;
    background: none;
    border-radius: 0;
  }
}
.b-faqs__item-toggle {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0;
  border: none;
  background: none;
  text-align: left;
}
.b-faqs__item-toggle b {
  width: calc(100% - 20px);
  padding-right: 12px;
  font-weight: 800;
  font-size: 21px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  color: #010101;
}
.b-faqs__item-toggle img {
  width: 20px;
  height: 20px;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
@media (min-width: 1200px) {
  .b-faqs__item-toggle img {
    display: none;
  }
}
.b-faqs__item-toggle.active img {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
.b-faqs__item-body {
  overflow: hidden;
  position: relative;
  opacity: 0;
  height: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
  padding-left: 20px;
  color: #010101;
}
@media (min-width: 1200px) {
  .b-faqs__item-body {
    margin-top: 16px;
    overflow: visible;
    opacity: 1;
    height: auto;
    padding-top: 8px;
    padding-bottom: 8px;
  }
}
.b-faqs__item-body:before {
  content: "";
  width: 4px;
  height: 100%;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c3bf), to(#bd1a0f));
  background: linear-gradient(180deg, #e0c3bf 0%, #bd1a0f 100%);
  border-radius: 999px;
  position: absolute;
  top: 0;
  left: 0;
}
.b-faqs__item-body p {
  margin: 0;
  font-size: 16px;
  letter-spacing: 0.02em;
  line-height: 1.2;
  font-weight: 500;
}
.b-faqs__item-body p b {
  font-weight: 800;
  color: #010101;
}
.b-faqs__item-body ul {
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
}
.b-faqs__item-body ul li {
  padding-left: 26px;
  font-size: 16px;
  letter-spacing: 0.02em;
  font-weight: 500;
}
.b-faqs__item-body ul li:before {
  font-size: 6px;
  left: 10px;
  color: #1c1c1c;
}
.active + .b-faqs__item-body {
  margin-top: 12px;
  overflow: visible;
  opacity: 1;
  height: auto;
  padding-top: 2px;
  padding-bottom: 2px;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}
.b-faqs__questions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 12px;
  background: -webkit-gradient(linear, left top, left bottom, from(#e0c3bf), to(#bd1a0f));
  background: linear-gradient(180deg, #e0c3bf 0%, #bd1a0f 100%);
  padding: 0 20px;
  border-radius: 8px;
  height: 152px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
}
@media (min-width: 768px) {
  .b-faqs__questions {
    height: 80px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .b-faqs__questions {
    height: 74px;
    width: calc(50% - 14px);
  }
}
.b-faqs__questions div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px 0;
  letter-spacing: 0.02em;
  line-height: 1.2;
  text-align: center;
}
@media (min-width: 768px) {
  .b-faqs__questions div {
    text-align: left;
    width: calc(100% - 115px);
    padding-right: 16px;
  }
}
@media (min-width: 992px) {
  .b-faqs__questions div {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media (min-width: 1200px) {
  .b-faqs__questions div {
    display: grid;
    grid-template-columns: 1fr 1.2fr;
  }
}
.b-faqs__questions b {
  font-weight: 800;
  font-size: 21px;
  color: #fff;
}
.b-faqs__questions p {
  margin: 0;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}
.b-faqs__questions .b-button {
  background: #fff;
  color: #bd190f;
  height: 42px;
  padding: 0;
}
@media (min-width: 768px) {
  .b-faqs__questions .b-button {
    width: 115px;
  }
}
.b-faqs__questions .b-button:hover {
  background: #97140c;
  color: #fff;
}
.b-logos {
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-top: 28px;
  margin-bottom: 36px;
}
@media (min-width: 768px) {
  .b-logos {
    margin-top: 32px;
    margin-bottom: 40px;
  }
}
@media (min-width: 992px) {
  .b-logos {
    margin-top: 50px;
  }
}
@media (min-width: 1200px) {
  .b-logos {
    margin: 60px 0;
  }
}
.b-logos__track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-animation: scroll 100s linear infinite;
          animation: scroll 100s linear infinite;
}
.b-logos:hover .b-logos__track {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.b-logos__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 17px;
  margin-left: 16px;
  position: relative;
}
@media (min-width: 768px) {
  .b-logos__item {
    padding-left: 29px;
    margin-left: 28px;
  }
}
@media (min-width: 992px) {
  .b-logos__item {
    padding-left: 37px;
    margin-left: 36px;
  }
}
@media (min-width: 1200px) {
  .b-logos__item {
    padding-left: 41px;
    margin-left: 40px;
  }
}
.b-logos__item:before {
  content: "";
  position: absolute;
  width: 1px;
  height: 40px;
  background: #d3d3d3;
  top: 50%;
  left: 0;
  margin-top: -20px;
}
.b-logos__item img {
  width: auto;
  height: 60px;
  max-width: none;
}
@media (min-width: 768px) {
  .b-logos__item img {
    height: 70px;
  }
}
@media (min-width: 992px) {
  .b-logos__item img {
    height: 90px;
  }
}
@media (min-width: 1200px) {
  .b-logos__item img {
    height: 100px;
  }
}
.b-why {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin: 36px 0;
}
@media (min-width: 768px) {
  .b-why {
    margin: 40px 0;
  }
}
@media (min-width: 1200px) {
  .b-why {
    margin: 60px 0;
  }
}
.b-why__title {
  font-weight: 800;
  margin: 0;
  font-weight: 26px;
  line-height: 1.2;
  letter-spacing: 0.02em;
  margin-bottom: 28px;
}
@media (min-width: 768px) {
  .b-why__title {
    margin-bottom: 36px;
  }
}
.b-why__table {
  border: 1px solid #ebebeb;
  border-radius: 4px;
  margin-bottom: 20px;
}
@media (min-width: 768px) {
  .b-why__table {
    margin-bottom: 24px;
  }
}
.b-why__table table {
  border-collapse: collapse;
  table-layout: fixed;
  width: 100%;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  letter-spacing: 0.02em;
  color: #676767;
}
.b-why__table tr {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
@media (min-width: 768px) {
  .b-why__table tr {
    display: table-row;
  }
}
.b-why__table tr td:first-child {
  border-left: none;
}
.b-why__table tr td:last-child {
  border-right: none;
}
@media (min-width: 768px) {
  .b-why__table tr:first-child td {
    border-top: none;
  }
}
@media (min-width: 768px) {
  .b-why__table tr:last-child td {
    border-bottom: none;
  }
}
.b-why__table tr:first-child td:first-child {
  border-top: none;
}
.b-why__table td {
  padding: 10px 12px;
  text-align: center;
  vertical-align: middle;
  border-top: 1px solid #ebebeb;
}
@media (min-width: 768px) {
  .b-why__table td {
    border: 1px solid #ebebeb;
  }
}
@media (min-width: 992px) {
  .b-why__table td {
    padding: 16px;
  }
}
@media (min-width: 768px) {
  .b-why__table td:first-child {
    border: 1px solid #ebebeb;
  }
}
.b-why__table td img {
  width: 100px;
  height: 100px;
  margin-bottom: 8px;
}
@media (min-width: 768px) {
  .b-why__table td img {
    width: 120px;
    height: 120px;
  }
}
@media (min-width: 992px) {
  .b-why__table td img {
    width: 140px;
    height: 140px;
  }
}
@media (min-width: 1200px) {
  .b-why__table td img {
    width: 160px;
    height: 160px;
  }
}
.b-why__table td b {
  display: block;
  font-weight: 800;
  color: #010101;
}
@media (min-width: 992px) {
  .b-why__table td b {
    font-size: 16px;
  }
}
.b-why__table td i {
  display: block;
  font-style: normal;
  margin-top: 4px;
}
.b-callback {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-top: 36px;
  padding-bottom: 60px;
}
@media (min-width: 768px) {
  .b-callback {
    padding-top: 40px;
    padding-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .b-callback {
    padding-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .b-callback {
    padding-top: 60px;
    padding-bottom: 120px;
  }
}
.b-callback__title {
  color: #fff;
  margin: 0;
  width: 100%;
  text-align: center;
  letter-spacing: 0.02em;
  margin-bottom: 4px;
  font-weight: 800;
  font-size: 26px;
  line-height: 1.2;
}
.b-callback__subtitle {
  width: 100%;
  text-align: center;
  font-weight: 500;
  margin: 0;
  letter-spacing: 0.02em;
  margin-bottom: 16px;
  font-size: 18px;
  line-height: 1.2;
}
.b-callback__form {
  position: relative;
  overflow: hidden;
  background: url(/knack/images/1.jpg) no-repeat 50%/cover;
  border-radius: 8px;
  padding: 20px;
  color: #fff;
}
@media (min-width: 768px) {
  .b-callback__form {
    padding: 24px 40px;
  }
}
.b-callback__form:before {
  content: "";
  z-index: 1;
  position: absolute;
  top: 50%;
  left: 50%;
  width: calc(100% + 100px);
  height: calc(100% + 100px);
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  background: #bd190f;
  -webkit-filter: blur(4px);
          filter: blur(4px);
  opacity: 0.88;
}
.b-callback__form-body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  z-index: 2;
}
@media (min-width: 768px) {
  .b-callback__form-body {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.b-callback__form-row {
  width: 100%;
  display: grid;
  gap: 8px;
}
@media (min-width: 768px) {
  .b-callback__form-row {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media (min-width: 992px) {
  .b-callback__form-row {
    gap: 12px;
  }
}
.b-callback__form input[placeholder] {
  width: 100%;
  border: 1px solid #ebebeb;
  height: 42px;
  padding: 0 12px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
.b-callback__form textarea {
  width: 100%;
  margin-top: 8px;
  width: 100%;
  border: 1px solid #ebebeb;
  height: 92px;
  resize: none;
  padding: 12px;
  color: #757575;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.02em;
  border-radius: 4px;
}
@media (min-width: 992px) {
  .b-callback__form textarea {
    margin-top: 12px;
  }
}
.b-callback__form .b-checkbox {
  margin-top: 12px;
}
@media (min-width: 992px) {
  .b-callback__form .b-checkbox {
    margin-top: 16px;
  }
}
.b-callback__form .b-checkbox span {
  color: rgba(255, 255, 255, 0.6);
}
.b-callback__form .b-checkbox span a {
  font-weight: 800;
  color: #fff;
  text-decoration: underline;
}
.b-callback__form .b-button {
  width: 100%;
  background: #fff;
  color: #bd190f;
  height: 42px;
  padding: 0;
  margin-top: 8px;
}
@media (min-width: 768px) {
  .b-callback__form .b-button {
    width: 180px;
  }
}
.b-callback__form .b-button:hover {
  background: #97140c;
  color: #fff;
}

.filters-actived .b-catalog__toggle {
  background: #97140c;
  color: #fff;
}
.filters-actived .b-catalog__filters {
  overflow: visible;
  opacity: 1;
  height: auto;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  padding-top: 8px;
}
@media (min-width: 992px) {
  .filters-actived .b-catalog__filters {
    padding-top: 0;
  }
}