/* шрифты */

@font-face {
  font-family: "Inter";
  font-style: normal;
  src: url("https://fkt-snab.ru/media/customization/fonts/Inter-VariableFont_slntwght.ttf");
}

*,
.catalog-menu-item__name,
.product-price-range__text,
.__header .catalog-btn,
.shopping-cart-btn--lg.custom-icon,
.product-card__discription-title,
.btn,
.btn-download,
.footer-subscribe input::placeholder {
  font-family: "Inter";
  font-weight: 400;
  letter-spacing: 0;
  line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.footer-content__title,
.product-card-v2__price,
.footer-phone a,
.contacts-block__title,
.contacts-block__title-red,
.orig-price strong,
.content-title,
.delivery-total__lg,
.phone-block__primary-link,
.mm-navbar__title > span,
.lk-menu-item__name {
  font-family: "Inter";
  text-transform: uppercase;
  font-style: italic;
  font-weight: 900 !important;
}

h1,
h2,
h3,
h4,
h5,
.h1,
.h2,
.h3,
.h4,
.h5,
.mb-25,
.content-title {
  color: var(--custom-black-color) !important;
}

.catalog-right,
.__header .contact-box,
.add-to-cart img.cart-icon,
.mobile-header__phone,
.mobile-side-menu-content__header,
.mm-navbars .mm-navbar,
.product-card-bottom__artikul {
  display: none;
}

.g-title {
  font-family: "Inter" !important;
  font-size: 30px;
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
}

[data-collapse-open],
[data-collapse-close] {
  font-size: 16px;
  font-family: "Inter";
  color: var(--custom-accent-color-400);
}

[data-collapse-close] {
  font-size: 16px;
  font-family: "Inter";
  color: var(--custom-gray-color-600);
}

.product-item--line .product-item__art {
  width: max-content;
  min-width: 90px;
}

.product-item--line .product-item__name {
  font-size: 14px;
  width: 100%;
}

.__header,
.mobile-header {
  background: var(--custom-black-color);
}

.__header .options-box .login-register a,
.__header .option-items.v-white a,
.phone-block__primary-link:hover,
.phone-block__secondary-link,
.mobile-side-menu-footer__link {
  color: var(--custom-white-color) !important;
}

.__header .options-box .login-register a:hover,
.__header .option-items.v-white a:hover,
.footer-phone a:hover,
.catalog-box ul a:hover,
.phone-block__primary-link,
.mobile-side-menu-footer__link:hover {
  color: var(--custom-accent-color-500) !important;
}

.__header .catalog-btn {
  max-width: 155px;
}

.top-header,
.header-body {
  background: var(--custom-black-color);
}

.logo {
  max-width: 220px;
}

.catalog-inner-btn {
  height: 40px;
  background: var(--custom-accent-color-400);
  border: 1px solid var(--custom-accent-color-400);
  color: var(--custom-white-color);
  width: 220px;
  border-radius: 0;
}

.burger,
.burger::before,
.burger::after {
  background-color: var(--custom-white-color);
  height: 1px;
}

.header-search--inner {
  width: calc(100% - 42%);
  height: 40px;
}

.header-search input {
  height: 100%;
  background: var(--custom-gray-color-800);
  border: 1px solid var(--custom-gray-color-700);
  color: var(--custom-white-color);
  font-size: 14px;
  width: calc(100% - 60px);
  padding-left: 20px !important;
}

.header-search button {
  height: 100%;
  width: 60px;
  background: var(--custom-gray-color-700);
  border-radius: 0;
}

.header-search button:hover {
  background: var(--custom-accent-color-400);
}

.header-search button svg use {
  color: var(--custom-white-color);
}

.main-menu a {
  font-family: "inter", sans-serif;
  font-size: 14px;
  opacity: 1;
  color: var(--custom-white-color);
}

.main-menu {
  margin-left: 20px;
}

.main-menu a:hover {
  text-decoration: none;
}

.header-cart span.cart-number {
  width: 22px;
  height: 22px;
  font-size: 11px;
  border-radius: 0;
  background: none;
  border: 1px solid var(--custom-accent-color-400);
  margin-top: 3px;
  line-height: 120%;
}

.header-user__link {
  color: var(--custom-white-color);
}

.fancybox-close-small {
  background: none;
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 0px;
}

.fancybox-button svg path {
  fill: var(--custom-black-color);
}

.fancybox-close-small svg {
  display: block;
}

.form-close {
  display: none;
}

.header-phones__phone {
  font-weight: 400;
  color: var(--custom-white-color);
  display: flex;
  gap: 10px;
  align-items: center;
}

.header-phones__phone::before {
  content: "";
  width: 16px;
  height: 16px;
  background: url(https://fkt63.ru/media/uploads/phone.svg) no-repeat;
  background-size: 100%;
  background-position: center;
}

.btn-border.callme-button,
.mobile-menu .button-theme_primary {
  font-size: 0;
  background: var(--custom-black-color) !important;
  border-color: var(--custom-accent-color-400) !important;
  width: 120px;
  cursor: pointer;
  border-radius: 0;
}

.mobile-menu .button-theme_primary {
  width: 100%;
}

.btn-border.callme-button:hover,
.mobile-menu .button-theme_primary:hover {
  background: var(--custom-accent-color-400) !important;
  border-color: var(--custom-accent-color-400) !important;
}

.btn-border.callme-button::before,
.mobile-menu .button-theme_primary::before {
  content: "Техподдержка";
  font-size: 14px;
  color: var(--custom-white-color);
}

.form-control {
  box-shadow: none;
  border-radius: 0px;
}

.content-name {
  font-size: 14px;
}

.form-text,
.footer-content-cookie,
.form-control::placeholder,
.content-name,
.question-form .form-text,
.content-name {
  color: var(--custom-gray-color-500) !important;
}

.top-header__content {
  height: 60px;
}

.checkbox span,
.developer-link a {
  font-size: 12px;
  padding: 0;
}

.footer-first-column .logo img {
  width: 200px;
}

.footer-phone a,
.phone-block__primary-link {
  font-size: 22px;
}

.footer-content__title {
  font-size: 18px;
  margin-bottom: 8px;
}

.footer-content__column a {
  font-size: 12px;
  color: var(--custom-white-color);
  text-transform: uppercase;
}

.product-item--line .shopping-cart-btn {
  margin-left: 0;
}

.shopping-cart-product {
  gap: 0px;
}

.footer-content__column li {
  margin-bottom: 8px;
}

.catalog-box ul a {
  font-size: 16px;
  line-height: 130%;
}

.input-number .order-down,
.input-number .order-up,
.input-number .order-down:hover,
.input-number .order-up:hover {
  background: none;
  border: none;
}

.catalog-side {
  box-shadow: none;
}

.product-card__head {
  padding: 15px 0px;
}

.product-card__container {
  padding: 20px 0px;
}

.product-item__status--many {
  font-size: 14px;
}

.product-card__personal-cost span,
.product-card__discription-title,
.st-button,
.mm-listitem__btn {
  font-size: 16px;
}

.product-card__discription-title {
  color: var(--custom-gray-color-700) !important;
}

.input-number--lg {
  width: 120px;
}

.product-card__left .st-button {
  height: 48px;
}

.shopping-cart-btn--lg.custom-icon:hover {
  background: transparent !important;
  color: var(--custom-black-color) !important;
}

.product-card__left {
  width: 390px;
}

.product-card__content {
  width: 100%;
}

.simple-order-form__group {
  margin: 0 20px 20px 0;
}

.delivery-cart {
  padding-right: 0;
}

.shopping-cart-item__name {
  font-size: 14px;
  line-height: 130%;
}

.shopping-cart-item__img img {
  max-width: 90px;
  max-height: 90px;
  border-radius: 10px;
}

.shopping-cart-item__img {
  margin-right: 20px;
}

.new-radio__label:before {
  border: 1px solid var(--custom-accent-color-400);
  border-radius: 0;
}

.new-radio__label:after {
  border-radius: 0;
}

.simple-order-form__title {
  font-size: 22px;
  max-width: 80%;
}

.simple-order-form {
  max-width: 500px;
}

.simple-order-form__group {
  margin: 0 0px 20px 0;
}

.simple-order-form__column {
  padding-bottom: 30px;
}

@media (max-width: 1280px) {
  .shopping-cart-item__name {
    width: 50%;
  }
}

@media (max-width: 767px) {
  .shopping-cart-item__name {
    max-width: 100%;
    width: calc(100% - 120px);
    margin-left: 0;
  }

  .delivery-cart {
    padding: 0;
  }

  .shopping-cart-item__img img {
    max-width: 70px;
  }

  .content-title {
    font-size: 22px;
  }

  .inner-page .catalog-side {
    margin-top: 0;
  }

  .catalog-slider {
    padding-top: 20px !important;
  }
}

.shopping-cart-item__delete svg {
  width: 25px;
  height: 25px;
  color: var(--custom-gray-color-500);
}

.g-link {
  color: var(--custom-gray-color-500);
}

.mobile-header__search-icon path,
.mobile-header__search-icon line {
  stroke: var(--custom-white-color);
}

.mobile-header__hamburger-button::after,
.mobile-header__hamburger-button::before,
.mobile-header__hamburger-line {
  background-color: var(--custom-white-color);
}
.mobile-side-menu-footer,
.mm-navbars--top {
  padding-top: 20px;
}

.mobile-side-menu-footer {
  background: var(--custom-gray-color-700);
}

@media (max-width: 575.98px) {
  .slider-constructor {
    padding-top: 0;
  }

  .footer-first-column .logo img {
    width: 240px;
  }
}

@media (max-width: 374px) {
  .logo img {
    max-width: 230px;
  }
}

.product-slider .owl-nav [class*="owl-"],
.news-slider .owl-nav [class*="owl-"],
.action-slider .owl-nav [class*="owl-"],
.category-slider .owl-nav [class*="owl-"] {
  background: #fff url(https://fkt-snab.ru/media/uploads/slider-arrow.svg) 55%
    50% no-repeat;
  border-radius: 0;
  opacity: 1;
  border: 1px solid var(--custom-gray-color-200);
}

.custom__accordion .acc__toggle.not_toggle:hover {
  color: var(--custom-accent-color-500);
}

main {
  overflow: hidden;
}

.product-slider .owl-dots .owl-dot span,
.news-slider .owl-dots .owl-dot span,
.action-slider .owl-dots .owl-dot span,
.category-slider .owl-dots .owl-dot span {
  border-radius: 0;
}

.catalog-menu-item__name {
  font-size: 16px;
  line-height: 130%;
  max-width: 80%;
}

.catalog-menu.catalog-categories-block {
  margin-bottom: 50px;
  gap: 15px;
}

.catalog-menu-item {
  width: 100% !important;
  margin: 0 !important;
  height: auto;
  aspect-ratio: 1;
}

@media (max-width: 1279px) {
  .owl-stage-outer .item {
    gap: 10px;
    display: flex;
    flex-direction: column;
  }
}

.product-card {
  padding: 20px 40px;
  border: 1px solid var(--custom-gray-color-300);
}

.product-card__navigation {
  display: none;
}

.product-card__head {
  padding: 15px 0px;
  justify-content: flex-end;
  align-items: flex-start;
  border-bottom: 1px solid var(--custom-gray-color-300);
  flex-direction: column-reverse;
  gap: 10px;
}

.product-card__artikul {
  font-size: 14px;
  line-height: 120%;
  color: var(--custom-gray-color-700);
  margin: 0;
}

.product-card__container {
  padding: 20px 0px;
}

.product-card__content {
  justify-content: flex-end;
  flex-direction: column-reverse;
  align-items: flex-start;
  gap: 10px;
}

.product-card__left {
  gap: 15px;
}

.product-card__personal-cost {
  display: flex;
  flex-direction: column;
  gap: 10px;
  align-items: flex-start;
}

.product-card__main-cost span {
  padding-left: 0;
  color: var(--custom-accent-color-400);
}

.product-item--line .input-number {
  width: 140px !important;
}

.product-item--line .input-number input[type="number"] {
  width: 80px;
}

.product-card__right {
  width: auto;
  margin-left: 0px;
}

.product-card__discription {
  padding: 0;
  background: none;
  display: flex;
  gap: 15px;
  flex-direction: row;
  align-items: center;
}

.product-card__container .product-item__status--many {
  font-size: 16px !important;
}

.product-card__discription-title {
  margin-bottom: 3px;
}

.product-item__status {
  margin-bottom: 0;
}

.welcome .catalog-menu-item {
  width: 100% !important;
  margin: 0 !important;
}

.category-root-page .catalog-menu {
  gap: 10px;
}

@media (max-width: 767px) {
  .owl-stage-outer .item {
    gap: 15px;
  }

  .catalog-menu-item__name {
    left: 10px;
    top: 10px;
    bottom: auto;
    font-size: 14px;
  }

  .catalog-menu.catalog-categories-block {
    gap: 5px;
  }

  .category-root-page .catalog-menu {
    row-gap: 10px;
  }
}

.catalog-menu-item:after,
.catalog-menu-item:hover:after {
  opacity: 0;
}

.product-item--line .product-item__status,
.product-item--line .product-item__cost {
  display: flex;
  margin-bottom: 0;
  width: 16%;
  max-width: 20%;
  margin-right: 10px;
}

.product-item--line .product-item__name {
  margin-right: 20px;
}

.catalog-menu-item__name {
  left: 15px;
  top: 15px;
  bottom: auto;
}

.custom-product-cost {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  justify-content: space-evenly;
  align-content: flex-start;
  flex-wrap: nowrap;
}

.custom-product-cost .product-item__cost-product:first-child {
  color: var(--custom-gray-color-500);
  font-size: 14px;
  font-weight: 400;
  text-decoration: line-through;
}

.product-item__head {
  display: flex;
  justify-content: flex-start;
  flex-direction: column;
  align-items: flex-start;
  width: 40%;
}

.product-card-sell-badge {
  background-color: var(--custom-accent-color-400);
  font-size: 12px;
  min-width: 0;
  width: 55px;
}

@media (max-width: 1279px) {
  .product-item--line .product-item__status,
  .product-item--line .product-item__cost {
    width: 20%;
  }

  .product-item__head {
    width: 36%;
  }

  .product-item--line .shopping-cart-btn {
    margin-left: 0;
  }

  .product-item--line .input-number {
    margin-right: 0px;
  }

  .product-item__cost-product {
    margin-left: -23px;
  }

  .product-item--line {
    height: 70px;
  }

  .product-item--line .product-item__content-bottom {
    bottom: 10%;
  }

  .product-item__status--many {
    font-size: 12px;
  }

  .__header .catalog-btn {
    padding: 5px 4px 5px 58px;
  }

  .__header .catalog-btn span:first-child {
    left: 30px;
  }

  .product-item--line .input-number {
    width: 120px !important;
  }
}

@media (max-width: 767px) {
  .product-item__cost-product {
    margin-left: 0px;
  }

  .product-item--line {
    height: 210px;
  }

  .product-item--line .product-item__content-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .product-item--line .product-item__name,
  .product-item--line .product-item__status,
  .product-item--line .product-item__cost,
  .product-price-range__text {
    width: 100% !important;
    max-width: 100% !important;
  }

  .catalog-body .d-grid:has(.product-item--line) {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .with-online-price .product-item__cost-product {
    font-size: 14px;
    font-weight: 400;
    text-decoration: line-through;
  }

  .product-item--line .shopping-cart-btn {
    width: 100%;
  }

  .product-item--line .shopping-cart-product .btn-border {
    min-width: auto;
  }

  .page-head {
    margin: 0px -15px 0px -15px;
    padding: 10px 15px;
    background: var(--custom-white-color);
  }

  .article-inner {
    margin: 20px -15px 0px -15px;
  }

  .product-card__head {
    flex-direction: column;
  }

  .product-card__title {
    font-size: 24px;
    line-height: 120%;
  }

  .product-card__personal-cost {
    font-size: 24px;
    color: var(--custom-black-color);
  }
}

@media (max-width: 575px) {
  .product-card__left {
    width: 100%;
  }

  .product-card__artikul {
    margin-top: 0;
  }

  .product-card {
    padding: 0;
    border: none;
  }

  .product-card__head {
    padding: 0;
    border-bottom: none;
  }
}

.product-card__nav-next:hover,
.product-card__nav-prev:hover {
  background: none;
}

@media (max-width: 767px) {
  .product-item__name {
    -webkit-line-clamp: 3;
  }
}

@media (max-width: 767px) {
  .category-slider .catalog-menu-item {
    margin-bottom: 0px !important;
  }

  .catalog-slider {
    margin-bottom: 100px;
  }
}

.catalog-box li {
  margin-bottom: 5px;
  max-width: 80%;
}

.__header #search-result .s-item-title {
  font-family: "Inter";
  font-size: 14px;
}

.content-title span {
  font-weight: 900;
}

.article-inner__content {
  padding: 0;
}

/* поиск */

.catalog-body--wide .product-item__image {
  display: none;
}

.catalog-body--wide .grid-columns-xl-4 {
  grid-template-columns: repeat(1, 1fr) !important;
}

.catalog-body--wide .product-item__content-top {
  flex-direction: row;
  display: flex;
  justify-content: flex-start;
  padding: 0;
  gap: 3%;
  padding-bottom: 0;
  align-items: center;
}

.catalog-body--wide .product-item__name {
  height: auto;
}

.catalog-body--wide .product-item__cost,
.catalog-body--wide .product-item__name {
  margin-bottom: 0;
}

.catalog-body--wide .product-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  padding: 8px 10px;
}

.catalog-body--wide .product-item__status {
  margin-left: auto;
  width: 15%;
  text-align: left;
}

.catalog-body--wide .product-item__name {
  width: 48%;
}

.catalog-body--wide .product-item__cost {
  width: 16%;
}

.catalog-body--wide .product-item__head {
  margin-bottom: 5px;
  width: 10%;
}

.input-number input[type="number"] {
  font-size: 12px;
  text-align: center;
  border-radius: 2px;
  color: var(--custom-black-color);
  border: 1px solid var(--custom-gray-color-200);
  width: 50px;
  height: 40px;
  line-height: 48px;
  margin: 0 7px;
}

.catalog-body--wide .product-item__link {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: row;
  height: auto;
  width: 90%;
}

.s-item-pricem,
.__header #search-result .s-item-price {
  text-transform: uppercase;
  color: var(--custom-accent-color-400) !important;
  font-weight: 900 !important;
  font-family: "Inter";
  font-style: italic;
}

.catalog-body--wide .product-item__content-bottom {
  width: 10%;
}

.catalog-body--wide .product-item__content-bottom {
  padding: 0;
  position: relative;
}

.catalog-body--wide .shopping-cart-product .btn-border {
  min-width: auto;
}

.footer-subscribe button,
.footer-subscribe input {
  border-radius: 0;
  font-family: Inter;
}

.footer-subscribe button:hover {
  color: var(--custom-white-color) !important;
}

.product-item__art {
  color: var(--custom-gray-color-400);
}

.product-price-range__text {
  color: var(--custom-gray-color-400);
  font-size: 12px;
  max-width: 20%;
  margin-right: 10px;
}

.text-color-light {
  color: var(--custom-gray-color-400);
  font-size: 18px;
  font-style: normal !important;
  font-weight: bold !important;
  display: flex;
  align-items: flex-end;
  gap: 5px;
}

.product-card-v2__price span {
  font-weight: 400;
  font-size: 14px;
  text-transform: none;
}

.product-item--line {
  display: flex;
  flex-direction: row;
}

.product-item--line .product-item__content-top {
  padding: 8px 15px;
  gap: 10px;
}

.product-item--line {
  padding: 0;
  height: auto;
}

.product-item--line .product-item__content-bottom {
  bottom: calc(50% - 28px);
}

.product-item--line .product-item__link {
  width: 90%;
}

.product-item--line .product-item__status.common-status {
  display: none !important;
}

.product-card-v2__price span {
  white-space: nowrap;
}

.button-theme_muted {
  --color-text: var(--color-button-secondary-text, #2363d1);
  --color-background: var(--color-button-secondary-background, #fff);
  --color-border: var(--color-button-secondary-border, #b7cbe5);
  --color-text-hover: var(--color-button-secondary-text-hover, #1c52ac);
  --color-background-hover: var(
    --color-button-secondary-background-hover,
    #e7eef6
  );
  --color-border-hover: var(--color-button-secondary-border-hover, #1c52ac);
}

.button-theme_muted:hover,
.button-theme_muted[data-touch],
.button-theme_muted[data-hover] {
  color: var(--color-text-hover, var(--color-text)) !important;
  background-color: var(
    --color-background-hover,
    var(--color-background-hover)
  ) !important;
  border-color: var(--color-border-hover, var(--color-border)) !important;
}

.product-card__slideshow {
  width: 40%;
}

.product-card__content {
  width: 60%;
}

.product-card__container {
  gap: 40px;
}

@media (min-width: 768px) {
  .product-item--line .product-item__image {
    height: 100%;
    display: block;
    aspect-ratio: 1 / 1;
    width: 60px;
  }

  .product-item__image img {
    padding: 0;
  }
}

@media (min-width: 992px) and (max-width: 1024px) {
  .mobile-header {
    display: none !important;
  }
}

@media (max-width: 767px) {
  .catalog-body--wide .product-item__content-top {
    flex-direction: column;
    justify-content: flex-start;
    gap: 0;
    align-items: flex-start;
  }

  .product-card__content,
  .product-card__container,
  .product-card .btn-border,
  .product-card__slideshow,
  .product-card__left {
    width: 100%;
  }

  .catalog-body--wide .product-item__name {
    height: 57px;
  }

  .mobile-search input {
    color: var(--custom-black-color);
  }

  .catalog-body--wide .product-item {
    flex-direction: column;
    align-items: flex-start;
    justify-content: space-between;
    height: 210px;
  }

  .catalog-body--wide .product-item__status {
    margin-left: 0;
  }

  .catalog-body--wide .button-theme_cart,
  .catalog-body--wide .product-item__content-bottom {
    width: 100%;
  }

  .catalog-body--wide .grid-columns-xl-4 {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  .catalog-body--wide .product-item__status,
  .catalog-body--wide .product-item__name {
    padding-bottom: 10px;
    width: 100%;
  }

  .product-item--line {
    height: max-content;
  }

  .product-item--line {
    flex-direction: column;
  }

  .product-item--line .product-item__content-bottom {
    position: relative;
  }

  .breadcrumbs span:last-child {
    display: block;
  }

  .breadcrumbs {
    gap: 5px;
  }

  .g-title {
    font-size: 24px;
  }

  .product-item--line .product-item__link {
    flex-direction: column;
  }

  .product-item--line .product-item__image {
    display: block;
    width: 100% !important;
    max-width: max-content;
  }

  .product-item--line {
    padding: 0 0 10px 0;
  }

  .product-item--line .product-item__content-top {
    height: max-content;
  }

  .product-item--line .product-item__name {
    margin-right: 0;
  }

  .product-item--line .product-item__link {
    width: 100%;
  }

  .product-item--line {
    height: 100%;
  }

  .modal {
    background: var(--custom-white-color);
  }

  .header-cart span.cart-number {
    border: none;
    margin-top: 0px;
    padding-left: 8px;
  }

  .mobile-menu {
    background: var(--custom-black-color);
  }

  .mobile-ul {
    width: 100%;
    padding: 0 0 20px 0;
  }

  .mobile-ul li a,
  .mobile-ul li .submenu li a,
  .mobile-menu .header-search input {
    font-size: 14px;
    color: var(--custom-white-color) !important;
  }

  .mobile-phone a {
    font-size: 20px;
    color: var(--custom-white-color);
    font-style: italic;
  }

  .mobile-ul {
    border-bottom: 1px solid var(--custom-gray-color-700);
  }

  .header-search input {
    border-radius: 0;
  }

  .mobile-ul li .submenu li a .icon {
    right: 0;
  }

  .mobile-ul li a:hover,
  .mobile-ul li .submenu li a:hover,
  .mobile-phone a:hover,
  .header-user__link:hover {
    background: none;
    color: var(--custom-accent-color-400) !important;
  }

  .mobile-ul li .submenu li .menu-item-link-mobile {
    padding-right: 20px;
  }

  .header-user__link {
    font-size: 14px;
  }

  .catalog-side__title {
    font-size: 14px;
    height: 40px;
    display: flex;
    align-items: center;
  }

  .catalog-side__title .icon {
    display: flex;
  }
}

section.feedback-form .question-form {
  border: none;
  padding: 0;
}

.question-main {
  max-width: 100%;
}

.btn:active,
.btn-download:active {
  background: transparent;
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-400);
}

.simple-order-form::before {
  content: "*Цены и наличие уточняйте у менеджера после оформления";
  padding-bottom: 40px;
  color: var(--custom-black-color);
  font-size: 16px;
}

.product-item--line {
  padding: 0;
}

h2 {
  font-size: 30px;
}

.custom-static-catalog {
  padding-top: 60px;
}

/* слайдер оффер */

.big_slides {
  padding-top: 40px;
}

.home-banner .owl-nav {
  display: block;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  height: 40px;
  left: calc(50% - 590px);
}

.home-banner .owl-prev {
  left: auto;
  right: 50px;
}

.home-banner .owl-next {
  right: 0;
}

.home-banner .owl-prev,
.home-banner .owl-next {
  border-radius: 3px;
  border: 1px solid var(--custom-gray-color-400);
  top: 70px;
}

.home-banner .owl-prev:hover,
.home-banner .owl-next:hover {
  background: var(--custom-accent-color-400);
}

.home-banner .owl-prev:hover .icon,
.home-banner .owl-next:hover .icon {
  fill: var(--custom-white-color);
}

.home-banner .owl-prev .icon,
.home-banner .owl-next .icon {
  width: 16px;
  height: 16px;
  fill: var(--custom-black-color);
}

.home-banner .owl-prev:hover svg,
.home-banner .owl-next:hover svg {
  fill: var(--custom-black-color);
}

.home-banner .owl-prev:hover,
.home-banner .owl-next:hover {
  border: 1px solid var(--custom-accent-color-400);
}

.offer-big-slider .catalog-side__title {
  display: none;
}

.image_cover {
  background-color: transparent !important;
}

.catalog-side__content ul li a {
  color: var(--custom-black-color);
}

.catalog-side__content ul li a:before {
  background-image: url(../images/catalog-side-content.svg);
  background-size: 15px 15px;
}

.catalog-side__content ul li.more a {
  background-color: var(--custom-white-color);
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-500);
}

.catalog-side__content ul li.more a:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
}

.catalog-side .btn-border {
  margin: 5px 15px 10px 15px;
}

.home-banner__slide {
  background: var(--custom-gray-color-50);
}

.home-banner .owl-dot {
  border-radius: 0;
  border: none;
  background: var(--custom-gray-color-200);
}

.home-banner .slide-content {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.wide-container .home-banner .slide-content {
  max-width: 350px;
}

.buttons-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.offer-block .buttons-block {
  margin-top: 40px;
}

.home-banner .owl-dots {
  bottom: 80px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: 10px;
  left: 67px;
  transform: none;
  gap: 8px;
}

.home-banner .owl-dot:not(:last-child) {
  margin-right: 0;
}

.offer-block-content .btn-border {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-black-color);
  background: var(--custom-white-color);
}

.offer-block-content .btn-border:hover {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color);
  background: var(--custom-accent-color-500);
}

.offer-block .btn-border {
  width: 100%;
}

.offer-block p {
  font-size: 16px;
}

/* слайдер оффер */

.home-banner .image_cover img {
  object-fit: cover;
  width: auto !important;
}

.home-banner .owl-nav {
  display: block;
  width: 100%;
  max-width: 1180px;
  position: absolute;
  margin: 0 auto;
  top: 0;
  height: 40px;
  left: auto;
  right: 40px;
}

.home-banner .owl-prev {
  left: auto;
  right: 50px;
}

.home-banner .owl-next {
  right: 0;
}

.home-banner .owl-prev,
.home-banner .owl-next {
  border-radius: 0px;
  border: 1px solid var(--custom-accent-color-400);
  top: 70px;
}

.home-banner .owl-prev .icon,
.home-banner .owl-next .icon {
  width: 16px;
  height: 16px;
  fill: var(--custom-black-color);
}

.home-banner .owl-prev:hover svg,
.home-banner .owl-next:hover svg {
  fill: var(--custom-black-color);
}

.home-banner .owl-prev:hover,
.home-banner .owl-next:hover {
  border: 1px solid var(--custom-accent-color-400);
}

.offer-big-slider .catalog-side__title {
  display: none;
}

.image_cover {
  background-color: var(--custom-gray-color-50);
}

.catalog-side__content ul li a {
  color: var(--custom-black-color);
}

.catalog-side__content ul li a:before {
  background-image: url(../images/catalog-side-content.svg);
  background-size: 15px 15px;
}

.catalog-side__content ul li.more a {
  background-color: var(--custom-white-color);
  color: var(--custom-black-color);
  border: 1px solid var(--custom-accent-color-500);
}

.catalog-side__content ul li.more a:hover {
  background-color: var(--custom-accent-color-500) !important;
  color: var(--custom-white-color);
  border: 1px solid var(--custom-accent-color-500);
}

.catalog-side .btn-border {
  margin: 5px 15px 10px 15px;
}

.home-banner__slide {
  background: url(https://fkt-snab.ru/media/uploads/offer-back.webp) no-repeat;
  background-size: cover;
}

.home-banner .owl-dot {
  border-radius: 0;
  border: none;
  background: var(--custom-gray-color-400);
}

.home-banner .slide-content {
  background-color: transparent;
  padding: 0;
  border-radius: 0;
}

.wide-container .home-banner .slide-content {
  max-width: 350px;
}

.buttons-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 10px;
}

.offer-block .buttons-block {
  margin-top: 40px;
}

.home-banner .owl-dots {
  bottom: 80px;
  width: 100%;
  max-width: 1180px;
  margin: 0 auto;
  height: 10px;
  left: 67px;
  transform: none;
  gap: 8px;
}

.home-banner .owl-dot:not(:last-child) {
  margin-right: 0;
}

.offer-block-content .btn-border {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-black-color);
  background: var(--custom-white-color);
}

.offer-block-content .btn-border:hover {
  border: 1px solid var(--custom-accent-color-500);
  color: var(--custom-white-color);
  background: var(--custom-accent-color-500);
}

.offer-block .btn-border {
  width: 100%;
}

.home-banner__slide-content_right {
  margin: 0;
}

.offer-block {
  margin-left: 50px;
}

.question-form .privacy-policy,
.simple-order-form .privacy-policy {
  margin-top: 10px;
}

.shopping-cart-item {
  padding: 10px 0px;
}

.text-page ol li:before,
.o-product-tab ol li:before {
  top: -6px;
  width: 30px;
  height: 30px;
  border: 1px solid var(--custom-gray-color-300);
  border-radius: 0;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.slider-constructor .slick-arrow {
  border-radius: 0;
  border: 1px solid var(--custom-gray-color-200);
}

.slider-constructor .slick-arrow:hover {
  background-color: var(--custom-accent-color-400);
  border: 1px solid var(--custom-accent-color-400);
}

.slider-constructor .slick-arrow:hover svg {
  color: var(--custom-white-color);
}

.slider-constructor .product-price-range__text,
.slider-constructor .product-item__head {
  max-width: 100%;
  width: 100%;
}

.slider-constructor .product-item__status {
  margin-bottom: 10px;
}

.product_set_slider {
  padding-top: 120px;
}

.slider-constructor .button-theme_cart {
  width: 110px;
}

  .not-available {
    font-size: 14px;
  }

  .catalog-block .catalog-body--wide .product-item__head {
    width: 100%;
}

  .catalog-block .product-item__content-bottom, .catalog-block .text-color-light {
    width: 20%;
}

.catalog-menu.catalog-categories-block {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
}

.category-root-page .catalog-menu {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
}

@media (max-width: 1279px) {
  .slider-constructor .product-item__cost-product {
    margin-left: 0;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(4, 1fr);
}
}

@media (min-width: 768px) {
  .offer-img-block {
    display: none;
  }
}

@media (max-width: 991px) {
  .home-banner .owl-nav {
    display: none;
  }

  .home-banner .owl-dots {
    bottom: 20px !important;
    width: max-content;
    left: calc(50% - 14px);
  }

  .simple-order-form,
  .simple-order-form__title {
    max-width: 100%;
  }

.category-root-page .catalog-menu {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 767px) {
  .catalog-block .product-item__content-bottom, .catalog-block .text-color-light {
    width: 100%;
}

  .simple-order-form::before {
    font-size: 14px;
  }

  .article-inner__content {
    padding: 0 15px;
  }

  .product-card-sell-badge_bottom {
    bottom: 10px;
  }

  .product-item--line .product-item__content-top {
    padding: 0 10px;
  }

  .product-item--line .product-item__content-bottom {
    bottom: 7px;
    width: 100% !important;
  }

  .custom-static-catalog {
    padding-top: 0px;
  }

  h2 {
    font-size: 22px;
  }

  section.feedback-form .h2 {
    text-align: left;
  }

  .catalog-menu-item__name {
    word-wrap: break-word;
    hyphens: auto;
  }

  .home-banner__slide .container {
    max-width: 100%;
    padding: 0;
  }

  .home-banner.inner-block__active .image,
  .home-banner__slide .image:not(:first-child) {
    display: none;
  }

  .offer-block {
    display: flex;
    flex-direction: column;
    gap: 0;
  }

  .offer-block-content {
    padding: 0 20px;
    margin-bottom: 20px;
    margin-top: 60px;
  }

  .home-banner .slide-content.align--left {
    padding: 0;
    margin: 0;
  }

  .offer-block {
    margin-left: 0;
  }

  .home-banner__slide-content_right {
    width: 100%;
  }

  .offer-block p {
    font-size: 14px;
  }

  .big_slides {
    padding-top: 0;
  }

  .product-item__link {
    flex-direction: column;
  }

  .slider-constructor .button-theme_cart,
  .product-item__content-bottom {
    width: 100%;
  }

  .product-card__personal-cost span,
  .product-card__discription-title,
  .st-button,
  .mm-listitem__btn {
    font-size: 14px;
  }

  .product_set_slider {
    padding-top: 20px;
  }

  .slick-dots button {
    border-radius: 0;
  }

  .product-item__image {
    width: 100% !important;
    max-width: max-content;
  }

  .catalog-menu.catalog-categories-block {
    grid-template-columns: repeat(2, 1fr);
}
}

@media (max-width: 575px) {
  .offer-block-content {
    margin-top: 40px;
  }
}

.tab-content {
  display: block !important;
}

#sync1.owl-theme .owl-next,
#sync1.owl-theme .owl-prev {
  background: url(https://fkt-snab.ru/media/uploads/slideshow-arrow.svg) 50% 50%
    no-repeat;
}

.catalog-side__content ul li a:hover,
.catalog-side__content .submenu a:hover {
  color: var(--custom-accent-color-400);
}

.podlozhka{
  display: inline-block;
  background-color: white;
  padding: 10px 20px;
  border-radius:10px ;
  width: auto !important;
  text-transform:none !important;
}

.uteplyaev-img{
  width:100% !important;
}



@media (max-width: 768px) {
  .uteplyaev-img{
  width:80% !important;

}
}