@charset "UTF-8";
:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

.wrapper-highlighted {
  padding: 24px;
  box-shadow: 0px 2px 19px 0px rgba(180, 180, 180, 0.2509803922);
  border-radius: 8px;
}

.wrapper-style-teaser1 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser1-alt {
  border-radius: 8px;
  padding: 24px;
  position: relative;
}

.wrapper-style-teaser1:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser3 {
  border-radius: 8px;
  padding: 12px;
  position: relative;
}

.wrapper-style-teaser3:hover {
  box-shadow: 0 2px 19px 0 rgba(180, 180, 180, 0.2509803922);
  z-index: 1;
}

.wrapper-style-teaser-tags {
  margin-top: -6px;
  min-height: 21px;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

:root {
  --catalog-term-heading--color:#000000;
  --catalog-term-heading--color-hover:#f49b0f;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 12px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 12px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}

.btn-small, .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
}
.btn-small:hover, .button-small:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}

.btn-small.btn-secondary,
.button-small.button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
}
.btn-small.btn-secondary:hover,
.button-small.button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}

.btn-link, .button-link {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 12px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  border: none;
  background: none;
  padding-inline: 0;
  color: #f49b0f;
  text-decoration: #f49b0f;
}
.btn-link:hover, .button-link:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffcd61;
  text-decoration: #ffcd61;
}
.btn-link.btn-small, .btn-link .button-small, .button-link.btn-small, .button-link .button-small {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  border: none;
  background: none;
  padding-inline: 0;
  color: #f49b0f;
  text-decoration: #f49b0f;
}
.btn-link.btn-small:hover, .btn-link .button-small:hover, .button-link.btn-small:hover, .button-link .button-small:hover {
  border: none;
  background: none;
  padding-inline: 0;
  color: #ffcd61;
  text-decoration: #ffcd61;
}

.buttons-group {
  display: flex;
  flex-wrap: wrap;
  gap: 18px;
  margin-block: 24px;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 32px;
  width: 32px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #8c8c8c;
}
.button-switch:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #f49b0f;
}
.button-switch:hover .link__icon::before {
  color: #f49b0f;
}
.button-switch.is-active {
  background-color: #f49b0f;
  border: 1px solid #f49b0f;
}
.button-switch.is-active .link__icon::before {
  color: #ffffff;
}
.button-switch.is-active:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #f49b0f;
}
.button-switch.is-active:hover .link__icon::before {
  color: #f49b0f;
}
.button-switch span {
  display: none;
}

input[type=submit],
.btn, .btn-primary, .button, .button-primary,
button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
}
input[type=submit]:hover,
.btn:hover, .btn-primary:hover, .button:hover, .button-primary:hover,
button:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}

.btn-secondary, .button-secondary {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
}
.btn-secondary:hover, .button-secondary:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}

.button-switch {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  height: 32px;
  width: 32px;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-radius: 2px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #8c8c8c;
}
.button-switch:hover {
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #f49b0f;
}
.button-switch:hover .link__icon::before {
  color: #f49b0f;
}
.button-switch.is-active {
  background-color: #f49b0f;
  border: 1px solid #f49b0f;
}
.button-switch.is-active .link__icon::before {
  color: #ffffff;
}
.button-switch.is-active:hover {
  background-color: #ffb938;
  border: 1px solid #ffb938;
  color: #000000;
}
.button-switch.is-active:hover .link__icon::before {
  color: #ffffff;
}
.button-switch span {
  display: none;
}

.field .label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  margin: 12px;
}

.field.field-label-inline > .label {
  margin-left: 0;
}

.field-cross-group-products {
  position: relative;
}
.field-cross-group-products .values {
  position: unset !important;
  overflow: hidden;
  --swiper--enabled: true;
  --swiper--gap: 24px;
  --swiper--slide-width: 287px;
  --swiper--simulate-touch-enabled: true;
  --swiper--navigation-enabled: true;
}
.field-cross-group-products .values .swiper-button-prev, .field-cross-group-products .values .swiper-button-next {
  display: flex;
}
@media (max-width: 767px) {
  .field-cross-group-products .values .swiper-button-prev, .field-cross-group-products .values .swiper-button-next {
    display: none;
  }
}
.field-cross-group-products .values .swiper-button-prev {
  left: -45px;
}
@media (max-width: 1023px) {
  .field-cross-group-products .values .swiper-button-prev {
    left: 0;
  }
}
.field-cross-group-products .values .swiper-button-next {
  right: -60px;
}
@media (max-width: 1023px) {
  .field-cross-group-products .values .swiper-button-next {
    right: 0;
  }
}
@media (max-width: 767px) {
  .field-cross-group-products .values {
    --swiper--enabled: true;
  }
}

.field-field-display-title {
  color: #262626;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.field-field-display-title a {
  color: #262626;
}
.field-field-display-title a:hover {
  color: #f49b0f;
}

.field-code-model {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8A97A1;
}

.field-format-preview-gallery {
  --gap: 8px;
  --previews-gap: 8px;
  --scrollbar:false;
  --pagination-color:#f49b0f;
  --pagination: false;
}
@media (max-width: 767px) {
  .field-format-preview-gallery {
    --pagination: true;
  }
}
.field-format-preview-gallery .gallery-thumb-active {
  border: 2px solid #f49b0f;
}
.field-format-preview-gallery .values-preview {
  display: block;
}
@media (max-width: 767px) {
  .field-format-preview-gallery .values-preview {
    display: none;
  }
}
.field-format-preview-gallery .values-preview-inner {
  width: fit-content;
}
.field-format-preview-gallery .values-preview-inner .value {
  width: 74px;
}
.field-format-preview-gallery .swiper-pagination .swiper-pagination-bullet {
  width: 24px;
  height: 4px;
  border-radius: 30px;
}

.field-field-marks {
  font-size: 12px;
  line-height: 18px;
  font-family: "Montserrat";
  font-weight: 400;
}
.field-field-marks .values {
  display: flex;
  gap: 6px;
  flex-wrap: wrap;
}
.field-field-marks .values .value {
  padding: 2px 12px;
  border: none;
  border-radius: 2px;
}
.field-field-marks .best {
  color: #ffffff;
  border-color: #58a1f3;
  background-color: #58a1f3;
}
.field-field-marks .new {
  color: #ffffff;
  border-color: #f0203c;
  background-color: #f0203c;
}
.field-field-marks .discount_percent {
  color: #ffffff;
  border-color: #35a056;
  background-color: #35a056;
}
.field-field-marks .specoffer {
  color: #ffffff;
  border-color: #58a1f3;
  background-color: #58a1f3;
}
.field-field-marks .sale {
  color: #fff;
  border-color: #8D7AC2;
  background-color: #8D7AC2;
}

.field-price {
  color: #595959;
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 800;
}
.field-price .value {
  display: flex;
  flex-direction: row;
  align-items: baseline;
  gap: 5px;
}
.field-price.not-price {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  background-color: #EAEAEA;
  border-radius: 6px;
  padding: 0 6px;
  width: fit-content;
}

.field-field-old-price {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
  text-decoration: line-through;
}

.field-field-cena-proizvoditelya {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8A97A1;
}

.field-field-expected-date {
  color: #faad14;
}

.field-field-instock, .field-field-stock-available {
  color: #7ac600;
  position: relative;
}
.field-field-instock .stock-list, .field-field-stock-available .stock-list {
  position: absolute;
  top: -85px;
  left: -40px;
  display: none;
  width: fit-content;
}
.field-field-instock .stock-list.is-open, .field-field-stock-available .stock-list.is-open {
  display: block;
}
.field-field-instock .link-open-stocks, .field-field-stock-available .link-open-stocks {
  text-decoration: underline;
  text-decoration-style: dotted;
  cursor: pointer;
}
.field-field-instock .link-open-stocks:hover, .field-field-stock-available .link-open-stocks:hover {
  text-decoration: none;
}

.not-available.field-field-stock-available {
  color: #8c8c8c;
}

.field-field-delivery-time {
  color: #6188d0;
}

.field-field-cat-number {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.field-field-cat-number .value {
  color: #262626;
}
.field-field-cat-number .value a {
  color: #262626;
}
.field-field-cat-number .value a:hover {
  color: #f49b0f;
}

.field-field-brand .value {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
}

.field-field-date-deal {
  color: #8A97A1;
}

.field-field-customer-from {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 600;
  color: #0C2447;
}

.field-tag-offers .value {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 400;
  padding: 18px;
  border: 1px solid #D7DDE3;
  border-radius: 4px;
  background-color: #ffffff;
}
.field-tag-offers .value a {
  color: #040F21;
}
.field-tag-offers .value a:hover {
  color: #ffffff;
}
.field-tag-offers .value:hover {
  background-color: #9A97AF;
}

.field-field-description .label {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat";
  font-weight: 400;
}

.field-field-parameters h3 {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat";
  font-weight: 400;
}

.field-field-page-title {
  color: #0C2447;
  font-size: 28px;
  line-height: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1023px) {
  .field-field-page-title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .field-field-page-title {
    text-align: left;
  }
}
.field-field-page-title a {
  color: #0C2447;
}
.field-field-page-title a:hover {
  color: #f49b0f;
}

.field-field-date {
  color: #8A97A1;
}

.field-cart-add .form-item-quantity.quantity {
  display: flex;
  align-items: center;
  gap: 0;
}
.field-cart-add .form-item-quantity.quantity .quantity__change {
  cursor: pointer;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  background-color: #f5f5f5;
  border-color: #f5f5f5;
  height: 44px;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
@media (max-width: 767px) {
  .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
    height: 36px;
  }
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover, .field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover {
  border-color: #f5f5f5;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  padding: 4px;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:hover::before {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down::before {
  content: "\e930";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #8c8c8c;
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-down:before {
  font-weight: 400;
}
.field-cart-add .form-item-quantity.quantity input {
  width: 47px;
  height: 44px;
  padding: 0;
  border: none;
  text-align: center;
  background-color: #f5f5f5;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
}
@media (max-width: 767px) {
  .field-cart-add .form-item-quantity.quantity input {
    height: 36px;
  }
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  padding: 4px;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:hover::before {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:first-child {
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up::before {
  content: "\e92f";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #8c8c8c;
  text-decoration: none;
}
.field-cart-add .form-item-quantity.quantity .quantity__change.quantity__change-up:before {
  font-weight: 400;
}

.term--type-at-catalog-vocabulary .field-field-display-title {
  font-size: 28px;
  line-height: 32px;
  font-family: "Montserrat";
  font-weight: 600;
  text-align: center;
}
@media (max-width: 1023px) {
  .term--type-at-catalog-vocabulary .field-field-display-title {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: 600;
  }
}
@media (max-width: 767px) {
  .term--type-at-catalog-vocabulary .field-field-display-title {
    text-align: left;
  }
}

.clearfix::after {
  display: none;
}

.node_view {
  display: none;
}

.node--type-product.node--view-mode-teaser1 {
  position: relative;
  cursor: pointer;
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}
.node--type-product.node--view-mode-teaser1:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
}
.node--type-product.node--view-mode-teaser1 > div {
  display: grid;
  grid-gap: 18px;
  grid-template-columns: 1fr 150px 160px;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 > div {
    grid-template-columns: 1fr;
  }
}
.node--type-product.node--view-mode-teaser1 .group-image {
  margin: -16px;
  margin: -16px;
  margin-right: 0;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .group-image {
    margin: 0;
  }
}
.node--type-product.node--view-mode-teaser1 .group-stock {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: end;
}
@media (max-width: 1023px) {
  .node--type-product.node--view-mode-teaser1 .group-stock {
    align-items: end;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .group-stock {
    align-items: start;
  }
}
.node--type-product.node--view-mode-teaser1 .group-price {
  display: flex;
  justify-content: end;
}
@media (max-width: 1023px) {
  .node--type-product.node--view-mode-teaser1 .group-price {
    justify-content: end;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .group-price {
    justify-content: start;
  }
}
.node--type-product.node--view-mode-teaser1 .group-price .group-price-inner {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  gap: 6px;
  align-items: baseline;
  width: auto;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .group-price .group-price-inner {
    width: 100%;
  }
}
.node--type-product.node--view-mode-teaser1 .field-uc-product-image {
  width: 136px;
  width: 136px;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-uc-product-image {
    width: 98px;
  }
}
.node--type-product.node--view-mode-teaser1 .field-cart-add {
  display: flex;
  align-items: center;
  align-self: end;
  width: auto;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-cart-add {
    width: 100%;
  }
}
.node--type-product.node--view-mode-teaser1 .field-cart-add .value {
  width: auto;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-cart-add .value {
    width: 100%;
  }
}
.node--type-product.node--view-mode-teaser1 .field-cart-add button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 800;
  text-transform: uppercase;
  width: 144px;
}
.node--type-product.node--view-mode-teaser1 .field-cart-add button:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-cart-add button {
    width: 100%;
  }
}
.node--type-product.node--view-mode-teaser1 .field-cart-add .form-item-quantity {
  width: 144px;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-cart-add .form-item-quantity {
    width: 100%;
  }
}
.node--type-product.node--view-mode-teaser1 .field-field-brand {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser1 .field-price:not(.not-price) {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: flex-start;
}
.node--type-product.node--view-mode-teaser1 .stock-list {
  top: 0;
  left: 32px;
  transform: translateY(calc(-100% - 8px)) translateX(calc(-50% + 32px));
}
.node--type-product.node--view-mode-teaser1 .field-field-marks {
  margin-top: 6px;
}
.node--type-product.node--view-mode-teaser1 .field-favorite {
  position: unset;
  top: 12px;
  right: 12px;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser1 .field-favorite {
    position: absolute;
  }
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites {
  background-color: transparent !important;
  border-color: transparent !important;
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites.is-active .link__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites.is-active .link__icon:hover:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites.is-active .link__icon:hover::before {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites.is-active .link__icon:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser1 .field-favorite .button-switch--favorites.is-active .link__icon::before {
  content: "\e905";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: #f49b0f;
  text-decoration: none;
}

.node--type-product.node--view-mode-teaser2 {
  position: relative;
  padding: 18px;
  border: 1px solid #f0f0f0;
  transition: margin 0.1s ease;
  background-color: #fff;
}
.node--type-product.node--view-mode-teaser2 > div {
  display: grid;
  grid-template-rows: auto 80px 80px auto;
  gap: 18px;
}
.node--type-product.node--view-mode-teaser2:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
  transition: margin 0.1s ease;
}
.node--type-product.node--view-mode-teaser2 .field-uc-product-image {
  margin: -17px -17px 0 -17px;
}
.node--type-product.node--view-mode-teaser2 .field-field-brand {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser2 .field-cart-add button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 800;
  text-transform: uppercase;
}
.node--type-product.node--view-mode-teaser2 .field-cart-add button:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}
.node--type-product.node--view-mode-teaser2 .field-favorite {
  position: absolute;
  right: 18px;
  top: 18px;
}
.node--type-product.node--view-mode-teaser2 .field-field-marks {
  position: absolute;
  top: 18px;
  left: 18px;
}
.node--type-product.node--view-mode-teaser2 .stock-list {
  top: -52px;
  left: -3px;
}
.node--type-product.node--view-mode-teaser2 .layout-vertical-g3 {
  justify-content: end;
}
.node--type-product.node--view-mode-teaser2 .group-prices {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  gap: 16px;
  align-items: baseline;
}
.node--type-product.node--view-mode-teaser2 .field-field-cat-number .value {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-teaser2 .field-field-display-title .value {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-teaser2 .field-field-stock-available .value {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-teaser2 .group-price-only {
  display: flex;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: baseline;
  gap: 16px;
}
.node--type-product.node--view-mode-teaser2:hover {
  cursor: pointer;
}
.node--type-product.node--view-mode-teaser2:hover .field-field-cat-number .value {
  color: #f49b0f;
}
.node--type-product.node--view-mode-teaser2:hover .field-field-display-title .value a {
  color: #f49b0f;
}

.node--type-product.node--view-mode-teaser-cart {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
}
.node--type-product.node--view-mode-teaser-cart:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
}
.node--type-product.node--view-mode-teaser-cart > div {
  display: grid;
  grid-gap: 24px;
  grid-template-columns: 2fr 1fr;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser-cart > div {
    grid-template-columns: 1fr;
  }
}
.node--type-product.node--view-mode-teaser-cart .group-image {
  margin: -18px;
  margin-right: 0;
}
.node--type-product.node--view-mode-teaser-cart .group-stock {
  display: flex;
  align-items: center;
}
.node--type-product.node--view-mode-teaser-cart .group-price {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
.node--type-product.node--view-mode-teaser-cart .group-price .field-price {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-add {
  display: flex;
  align-items: center;
}
.node--type-product.node--view-mode-teaser-cart .field-field-brand {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser-cart .field-uc-product-image {
  width: 98px;
}
.node--type-product.node--view-mode-teaser-cart .field-price {
  display: flex;
  gap: 5px;
  align-items: baseline;
  justify-content: end;
}
.node--type-product.node--view-mode-teaser-cart .group-buttons {
  display: flex;
  align-items: center;
  gap: 18px;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 12px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding-inline: 0;
  aspect-ratio: 1/1;
  gap: 0;
  text-indent: -9999px;
  border-color: transparent;
  font-weight: 400;
  width: 22px;
  height: 22px;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover::before {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button::before {
  content: "\e92e";
  text-indent: 0;
  font-family: "icon-base";
  font-size: 18px;
  line-height: 18px;
  color: #d9d9d9;
  text-decoration: none;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover {
  border-color: transparent;
}
.node--type-product.node--view-mode-teaser-cart .field-cart-remove .value button:hover:before {
  color: #8c8c8c;
}
.node--type-product.node--view-mode-teaser-cart .group-left {
  display: flex;
  gap: 42px;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-teaser-cart .group-left {
    gap: 12px;
  }
}

.node--type-product.node--view-mode-full .field-field-display-title .value {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .field-field-display-title .value h1 {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 400;
}
@media (max-width: 1023px) {
  .node--type-product.node--view-mode-full .field-field-display-title .value h1 {
    font-size: 32px;
    line-height: 38px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
@media (max-width: 1023px) {
  .node--type-product.node--view-mode-full .field-field-display-title .value {
    font-size: 32px;
    line-height: 38px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
.node--type-product.node--view-mode-full .horizontal-tabs {
  overflow-x: hidden;
}
.node--type-product.node--view-mode-full .delivery-info {
  margin-top: 30px;
  max-width: 350px;
}
.node--type-product.node--view-mode-full .field-cross-group-products::-webkit-scrollbar {
  display: none;
}
.node--type-product.node--view-mode-full .field-cross-group-products {
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
  overflow: hidden;
  position: relative;
}
.node--type-product.node--view-mode-full .field-cross-group-products .swiper-wrapper {
  padding: 6px;
  -ms-overflow-style: none; /* IE and Edge */
  scrollbar-width: none; /* Firefox */
}
.node--type-product.node--view-mode-full .field-cross-group-products .swiper-wrapper::-webkit-scrollbar {
  display: none;
}
.node--type-product.node--view-mode-full .field-cross-group-products .values {
  position: unset !important;
  overflow: hidden;
  --swiper--enabled: true;
  --swiper--gap: 24px;
  --swiper--slide-width: 268px;
  --swiper--simulate-touch-enabled: true;
  --swiper--navigation-enabled: true;
}
.node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-prev, .node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-next {
  display: flex;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-prev, .node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-next {
    display: none;
  }
}
.node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-prev {
  left: 28px;
  top: 40%;
}
.node--type-product.node--view-mode-full .field-cross-group-products .values .swiper-button-next {
  right: 10px;
  top: 40%;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .field-cross-group-products .values {
    --swiper--enabled: true;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .field-cross-group-products .values {
    --swiper--navigation-enabled: false;
  }
}
.node--type-product.node--view-mode-full .field-buy-one-click {
  margin-top: 30px;
}
.node--type-product.node--view-mode-full .field-field-display-title .value h1 {
  margin: 0;
}
.node--type-product.node--view-mode-full .field-price .value {
  font-size: 28px;
  line-height: 32px;
  font-family: "Montserrat";
  font-weight: 800;
}
.node--type-product.node--view-mode-full .not-price.field-price .value {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form {
  display: flex;
  gap: 12px;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart {
  order: 2;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  height: 60px;
  gap: 12px;
  padding-left: 42px;
  padding-right: 42px;
  border-radius: 2px;
  border-width: 1px;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
  background-color: #f49b0f;
  border-color: #f49b0f;
  color: #ffffff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart a:hover {
  background-color: #ffb938;
  border-color: #ffb938;
  color: #ffffff;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart a:hover:first-child {
  text-decoration: none;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart a:hover::before {
  text-decoration: none;
}
.node--type-product.node--view-mode-full .field-cart-add .cart-form .form-item-go-to-cart a::after {
  content: "\ea3c";
  font-family: "icon-base";
  font-size: 16px;
  line-height: 16px;
  color: inherit;
  margin: 0;
  text-decoration: none;
}
.node--type-product.node--view-mode-full .field-cart-add .form-item-add-to-cart button {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 800;
  text-transform: uppercase;
}
.node--type-product.node--view-mode-full .group-gallery {
  border: 1px solid #f0f0f0;
  padding: 30px;
  position: relative;
}
.node--type-product.node--view-mode-full .group-gallery .field-format-preview-gallery {
  overflow: hidden;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .group-gallery {
    padding: 18px;
  }
}
.node--type-product.node--view-mode-full .group-top {
  display: grid;
  grid-template-columns: 500px auto;
  gap: 30px;
}
@media (max-width: 1279px) {
  .node--type-product.node--view-mode-full .group-top {
    grid-template-columns: 500px auto;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .group-top {
    grid-template-columns: 100%;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .group-top {
    gap: 18px;
  }
}
.node--type-product.node--view-mode-full .group-top .stock-list {
  position: inherit;
  display: block;
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .group-top .stock-list .stock-list__item {
  border: none;
  margin: 0;
  gap: 8px;
}
.node--type-product.node--view-mode-full .group-top .stock-list .stock-list__item .stock-list__name {
  padding: 0;
}
.node--type-product.node--view-mode-full .group-top .stock-list .stock-list__item .stock-list__available {
  padding: 0;
}
.node--type-product.node--view-mode-full .group-top .stock-list:after {
  display: none;
}
.node--type-product.node--view-mode-full .group-top .field-field-stock-available > .value {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.node--type-product.node--view-mode-full .group-top2 {
  border: 1px solid #f0f0f0;
  padding: 18px;
  border-radius: 2px;
  grid-gap: 30px;
}
.node--type-product.node--view-mode-full .group-info {
  gap: 0;
}
.node--type-product.node--view-mode-full .group-info .field {
  display: flex;
  align-items: baseline;
}
.node--type-product.node--view-mode-full .group-info .field .label:after {
  content: ":";
}
.node--type-product.node--view-mode-full .group-info .field-field-analogs {
  justify-content: unset;
}
.node--type-product.node--view-mode-full .group-right {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.node--type-product.node--view-mode-full .field-field-cat-number {
  flex-wrap: wrap;
  gap: 10px;
}
.node--type-product.node--view-mode-full .field-field-cat-number .label {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
}
.node--type-product.node--view-mode-full .field-field-cat-number .value {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
}
.node--type-product.node--view-mode-full .group-properties .label {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #8c8c8c;
}
.node--type-product.node--view-mode-full .group-properties .value {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
}
.node--type-product.node--view-mode-full .group-properties {
  display: flex;
  flex-direction: column;
}
.node--type-product.node--view-mode-full .group-properties .field {
  display: flex;
  align-items: baseline;
}
.node--type-product.node--view-mode-full .group-properties .field .label {
  flex: 0 0 auto;
  white-space: nowrap; /* Запрет на перенос текста лейбла */
  margin-right: 6px; /* Небольшой отступ справа от лейбла */
}
.node--type-product.node--view-mode-full .group-properties .field .dots {
  flex: 1 1 auto; /* Точки занимают оставшееся пространство */
  border-bottom: 2px dotted #8c8c8c; /* Линия точек */
  height: 1px; /* Высота точки */
  margin: 0 3px; /* Отступы между лейблом и значением */
}
.node--type-product.node--view-mode-full .group-properties .field .value {
  flex: 0 0 auto; /* Значение занимает минимальную ширину */
  white-space: nowrap; /* Запрет на перенос текста значения */
}
.node--type-product.node--view-mode-full .field-field-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 600;
}
.node--type-product.node--view-mode-full .field-field-stock-available {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .field-field-marks {
  position: absolute;
  z-index: 10;
}
.node--type-product.node--view-mode-full .group-prices {
  display: flex;
  align-items: center;
  gap: 24px;
}
.node--type-product.node--view-mode-full .field-field-dostavka {
  border: 1px solid #f0f0f0;
  padding: 18px;
  border-radius: 2px;
}
.node--type-product.node--view-mode-full .field-field-dostavka .value {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.node--type-product.node--view-mode-full .field-field-dostavka .value .title {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
}
.node--type-product.node--view-mode-full .field-field-dostavka .value .text {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .field-field-dostavka .value .link {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .horizontal-tabs-panes {
  padding: 18px 0;
}
.node--type-product.node--view-mode-full .horizontal-tabs-panes .field .label {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-product.node--view-mode-full .horizontal-tabs-panes .node--view-mode-teaser2 .field-field-title .value, .node--type-product.node--view-mode-full .horizontal-tabs-panes .node--view-mode-teaser2 .field-field-cat-number .value {
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 20px !important;
}
.node--type-product.node--view-mode-full .horizontal-tabs-panes .node--view-mode-teaser2 .field-price .value {
  font-size: 24px !important;
  line-height: 30px !important;
  font-weight: 400 !important;
}
.node--type-product.node--view-mode-full .field-favorite {
  position: absolute;
  z-index: 1;
  top: 30px;
  right: 30px;
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .field-favorite {
    top: 18px;
  }
}
@media (max-width: 767px) {
  .node--type-product.node--view-mode-full .field-favorite {
    right: 18px;
  }
}
.node--type-product.node--view-mode-full .field-favorite .button-switch--favorites {
  border-radius: 0;
}

.node--type-product.node--view-mode-teaser-search {
  display: grid;
  grid-gap: 0;
  padding: 18px;
  cursor: pointer;
  grid-template-columns: 1fr;
}
.node--type-product.node--view-mode-teaser-search:hover .field-field-cat-number .value, .node--type-product.node--view-mode-teaser-search:hover .field-field-display-title .value {
  color: #f49b0f;
}
.node--type-product.node--view-mode-teaser-search .field-field-cat-number {
  display: flex;
  align-items: center;
}
.node--type-product.node--view-mode-teaser-search .field-price:not(.not-price) {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 800;
}
.node--type-product.node--view-mode-teaser-search .field-price.not-price {
  margin-top: 6px;
}

.node--type-news.node--view-mode-teaser2 {
  display: grid;
  gap: 18px;
  grid-template-columns: 1fr 1fr;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser2 {
    grid-template-columns: 1fr;
  }
}
.node--type-news.node--view-mode-teaser2 .news-info {
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.node--type-news.node--view-mode-teaser2 .news-info .field-field-display-title .value {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser2 .news-info .field-field-date .value {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser2 .news-info .field-field-more .value a {
  display: inline-flex;
  white-space: nowrap;
  align-items: center;
  justify-content: center;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  user-select: none;
  touch-action: manipulation;
  transition: background-color 0.2s ease-in-out, border-color 0.2s ease-in-out, color 0.2s ease-in-out;
  border-style: solid;
  padding-left: 30px;
  padding-right: 30px;
  border-width: 1px;
  border-radius: 2px;
  height: 44px;
  gap: 12px;
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 600;
  background-color: #ffffff;
  border-color: #f49b0f;
  color: #f49b0f;
  text-transform: uppercase;
  width: auto;
}
.node--type-news.node--view-mode-teaser2 .news-info .field-field-more .value a:hover {
  background-color: #ffffff;
  border-color: #ffcd61;
  color: #ffcd61;
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser2 .news-info .field-field-more .value a {
    width: 100%;
  }
}

.node--type-news.node--view-mode-teaser1 {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  display: grid;
  background-color: #fafafa;
  grid-template-columns: 260px 1fr;
  gap: 24px;
}
.node--type-news.node--view-mode-teaser1:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
}
@media (max-width: 1023px) {
  .node--type-news.node--view-mode-teaser1 {
    grid-template-columns: 240px 1fr;
  }
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-teaser1 {
    grid-template-columns: 1fr;
  }
}
.node--type-news.node--view-mode-teaser1 .field-field-image .value {
  width: 100%;
}
.node--type-news.node--view-mode-teaser1 .field-field-image .value img {
  width: 100%;
}
.node--type-news.node--view-mode-teaser1 .field-field-display-title .value {
  font-size: 24px;
  line-height: 30px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser1 .field-field-date .value {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}
.node--type-news.node--view-mode-teaser1 .field-body {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
  margin-top: 12px;
}
.node--type-news.node--view-mode-teaser1 p {
  margin: 0;
}

.node--type-news.node--view-mode-full {
  display: flex;
  flex-direction: column;
  gap: 24px;
}
.node--type-news.node--view-mode-full .field-field-display-title {
  font-size: 36px;
  line-height: 44px;
  font-family: "Montserrat";
  font-weight: 800;
}
@media (max-width: 1279px) {
  .node--type-news.node--view-mode-full .field-field-display-title {
    font-size: 36px;
    line-height: 44px;
    font-family: "Montserrat";
    font-weight: 800;
  }
}
@media (max-width: 1023px) {
  .node--type-news.node--view-mode-full .field-field-display-title {
    font-size: 32px;
    line-height: 38px;
    font-family: "Montserrat";
    font-weight: 800;
  }
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-full .field-field-display-title {
    font-size: 32px;
    line-height: 38px;
    font-family: "Montserrat";
    font-weight: 800;
  }
}
.node--type-news.node--view-mode-full .field-field-images .values {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
}
@media (max-width: 1279px) {
  .node--type-news.node--view-mode-full .field-field-images .values {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media (max-width: 1023px) {
  .node--type-news.node--view-mode-full .field-field-images .values {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .node--type-news.node--view-mode-full .field-field-images .values {
    grid-template-columns: repeat(2, 1fr);
  }
}
.node--type-news.node--view-mode-full .field-field-images .values .value img {
  cursor: pointer;
}

.node--type-deal.node--view-mode-teaser2, .node--type-deal.node--view-mode-teaser1 {
  border-radius: 4px;
  padding: 18px;
  box-shadow: 0 2px 19px rgba(180, 180, 180, 0.25);
  display: flex;
  flex-direction: column;
  gap: 18px;
  background-color: #ffffff;
}
.node--type-deal.node--view-mode-teaser2 .field-field-images, .node--type-deal.node--view-mode-teaser1 .field-field-images {
  margin: -18px -18px 0;
}

.term--type-catalog.term--view-mode-tile {
  position: relative;
  display: flex;
  flex-direction: column;
  flex-direction: column;
  gap: 100px;
  justify-content: space-between;
  padding: 24px;
  background: linear-gradient(to top, #f49b0f 100%, transparent 0);
  background-repeat: no-repeat;
  background-position: bottom;
  transition: background-size 0.2s ease;
  background-size: 100% 12px;
  background-color: #e4e5e7;
}
@media (max-width: 767px) {
  .term--type-catalog.term--view-mode-tile {
    flex-direction: row;
  }
}
@media (max-width: 1279px) {
  .term--type-catalog.term--view-mode-tile {
    gap: 85px;
  }
}
@media (max-width: 1023px) {
  .term--type-catalog.term--view-mode-tile {
    gap: 55px;
  }
}
@media (max-width: 767px) {
  .term--type-catalog.term--view-mode-tile {
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .term--type-catalog.term--view-mode-tile {
    justify-content: space-between;
  }
}
.term--type-catalog.term--view-mode-tile .field-field-short-name .value, .term--type-catalog.term--view-mode-tile .field-field-short-name .value a {
  font-size: 32px;
  line-height: 38px;
  font-family: "Montserrat";
  font-weight: 400;
  color: #262626;
  transition: color 0.2s ease-in-out;
}
@media (max-width: 1023px) {
  .term--type-catalog.term--view-mode-tile .field-field-short-name .value, .term--type-catalog.term--view-mode-tile .field-field-short-name .value a {
    font-size: 24px;
    line-height: 30px;
    font-family: "Montserrat";
    font-weight: 400;
  }
}
.term--type-catalog.term--view-mode-tile .field-field-short-name .value a:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
}
.term--type-catalog.term--view-mode-tile .field-field-svg-image {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: end;
  transition: color 0.2s ease-in-out;
}
.term--type-catalog.term--view-mode-tile .field-field-svg-image .value svg {
  height: 100px;
  width: fit-content;
}
@media (max-width: 767px) {
  .term--type-catalog.term--view-mode-tile .field-field-svg-image .value svg {
    height: 63px;
  }
}
.term--type-catalog.term--view-mode-tile .field-field-svg-image .value svg path {
  fill: #595959;
  transition: fill 0.2s ease-in-out;
}
.term--type-catalog.term--view-mode-tile:hover {
  transition: background-size 0.2s ease;
  background-position: bottom;
  background-size: 100% 100%;
}
.term--type-catalog.term--view-mode-tile:hover .field-field-short-name .value, .term--type-catalog.term--view-mode-tile:hover .field-field-short-name .value a {
  color: #ffffff;
}
.term--type-catalog.term--view-mode-tile:hover .field-field-svg-image .value svg path {
  fill: #ffffff;
  transition: fill 0.2s ease-in-out;
}

.term--type-catalog.term--view-mode-tile-extended {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 18px;
}
.term--type-catalog.term--view-mode-tile-extended:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
}
.term--type-catalog.term--view-mode-tile-extended .field-uc-catalog-image {
  height: 256px;
}
.term--type-catalog.term--view-mode-tile-extended .group-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.term--type-catalog.term--view-mode-tile-extended a {
  color: #262626;
}
.term--type-catalog.term--view-mode-tile-extended a:hover {
  color: #f49b0f;
}
.term--type-catalog.term--view-mode-tile-extended .field-field-short-name {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.term--type-catalog.term--view-mode-tile-extended .field-field-breadcrumb {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}

.term--type-catalog.term--view-mode-tile-mini {
  padding: 18px;
  background-color: #ffffff;
  border: 1px solid #f0f0f0;
  border-radius: 2px;
  display: flex;
  flex-direction: row;
  gap: 18px;
}
.term--type-catalog.term--view-mode-tile-mini:hover {
  box-shadow: 0px 0px 25px 5px rgba(98, 109, 124, 0.3019607843);
}
.term--type-catalog.term--view-mode-tile-mini .group-main {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.term--type-catalog.term--view-mode-tile-mini a {
  color: #262626;
}
.term--type-catalog.term--view-mode-tile-mini a:hover {
  color: #f49b0f;
}
.term--type-catalog.term--view-mode-tile-mini .field-field-short-name {
  font-size: 18px;
  line-height: 24px;
  font-family: "Montserrat";
  font-weight: 400;
}
.term--type-catalog.term--view-mode-tile-mini .field-field-breadcrumb {
  font-size: 15px;
  line-height: 20px;
  font-family: "Montserrat";
  font-weight: 400;
}