@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 400;
  font-display: block;
  src: url("/fonts/tildasans/TildaSans-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "TildaSans";
  font-style: normal;
  font-weight: 600;
  font-display: block;
  src: url("/fonts/tildasans/TildaSans-Semibold.woff2") format("woff2");
}

/*Стилизация слайдера*/
/*.t-slds__container {*/
/*  transform: scale(0.9)*/
/*}*/

/*Стилизация карточек товаров*/
/*.t951__cont-wrapper > .t951__grid-cont.js-store-grid-cont {*/
/*  background: #f8f9fa !important;*/
/*  border-radius: 16px !important;*/
/*  box-shadow: 0 4px 20px rgba(0,0,0,0.1) !important;*/
/*  padding: 6px 0 6px 0;*/
  /*transform: scale(0.9);*/
/*}*/

/*.js-product.t-store__card.t-item > a:first-child {*/
    
/*  padding: 8px;*/
/*  border-left: 2px solid #ccc;*/
/*  border-right: 2px solid #ccc;*/
/*  border-top: 2px solid #ccc;*/
/*  border-radius: 8px 8px 0 0;*/
/*}*/

/*.js-product.t-store__card.t-item > .js-product-controls-wrapper.t-store__card__prod-controls-wrapper {*/

/*  padding: 8px;*/
/*  border-left: 2px solid #ccc;*/
/*  border-right: 2px solid #ccc;*/
/*}*/

/*.js-product.t-store__card.t-item > div:nth-child(3) {*/
    
/*  padding: 8px;*/
/*  border-left: 2px solid #ccc;*/
/*  border-right: 2px solid #ccc;*/
/*  border-bottom: 2px solid #ccc;*/
/*  border-radius: 0 0 8px 8px;*/
/*}*/

/* Show the full primary product image in catalog cards and keep it static. */
[data-tilda-page-id="84153966"] .t-store__card__imgwrapper,
[data-tilda-page-id="73652369"] .t-store__card__imgwrapper,
[data-tilda-page-id="128433386"] .t-store__card__imgwrapper {
  padding-bottom: 33.333% !important;
}

.t-store__card__bgimg {
  background-size: contain !important;
}

.t-store__card__imgwrapper:hover .t-store__card__bgimg_hover,
.t-store__card__imgwrapper:hover .t-store__card__img_hover {
  opacity: 1 !important;
}

.t-store__card__bgimg_second,
.t-store__card__img_second,
.t-store__card__imgwrapper:hover .t-store__card__bgimg_second,
.t-store__card__imgwrapper:hover .t-store__card__img_second {
  display: none !important;
  opacity: 0 !important;
}

/*Стилизация фильтров*/
/* Скрываем фильтры по умолчанию */
.t-store__filter__options {
    /*display: none !important;*/
}

[data-tilda-page-id="128433386"] .t-store__filter__item:has([data-filter-name="storepartuid"]) {
    display: none;
}

/* Показываем фильтры при наличии класса */
.t-store__filter.filters-visible .t-store__filter__options {

display: block;

}

.toggle-filters-btn {

display: inline-block;

padding: 10px 15px;

background: #000;

color: #fff;

cursor: pointer;

margin-bottom: 10px;

border-radius: 4px;

font-size: 14px;

}

[data-tilda-page-id="84153966"] .t-store__filter-tree-node[data-storepart-uid="Вторичные антитела"] {
    display: none !important;
}
[data-tilda-page-id="73652369"] .t-store__filter-tree-node[data-storepart-uid="Первичные антитела"] {
    display: none !important;
}

.rep-static-product-option > :not(.rep-static-product-option-text) {
  display: none !important;
}

.js-product-edition-option[data-edition-option-id="Источник"] {
  display: none !important;
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-item_image {
  position: relative;
  display: block;
  padding-left: 26px;
  cursor: pointer;
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-item_image::before {
  position: absolute;
  top: 50%;
  left: 0;
  width: 16px;
  height: 16px;
  transform: translateY(-50%);
  border: 1px solid #aaa;
  border-radius: 50%;
  background: #fff;
  box-sizing: border-box;
  content: "";
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-item_active::after {
  position: absolute;
  top: 50%;
  left: 4px;
  width: 8px;
  height: 8px;
  transform: translateY(-50%);
  border-radius: 50%;
  background: #777;
  content: "";
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-checkmark_image {
  display: block !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  border: 0 !important;
  background: none !important;
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-checkmark_image::before,
.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-checkmark_image::after {
  display: none !important;
}

.js-product-edition-option[data-edition-option-id="Фасовка"] .t-product__option-title_image {
  padding: 0 !important;
}

.rep-static-product-option {
  margin-top: 6px !important;
  margin-bottom: 6px !important;
}

.rep-static-product-option-text {
  display: flex;
  gap: 5px;
  align-items: baseline;
}

.rep-static-product-option-label {
  font-weight: 400;
}

.rep-product-gallery {
  width: 100%;
}

.rep-product-gallery-stage {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  aspect-ratio: 4 / 3;
}

.rep-product-gallery-stage > img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rep-product-gallery-arrow {
  position: absolute;
  top: 50%;
  z-index: 2;
  width: 36px;
  height: 44px;
  padding: 0;
  transform: translateY(-50%);
  border: 1px solid #d8d8d8;
  background: rgba(255, 255, 255, .92);
  color: #231f20;
  cursor: pointer;
  font-size: 28px;
  line-height: 1;
}

.rep-product-gallery-arrow--prev {
  left: 4px;
}

.rep-product-gallery-arrow--next {
  right: 4px;
}

.rep-product-gallery-thumbs {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin-top: 12px;
}

.rep-product-gallery-thumb {
  width: 64px;
  height: 52px;
  padding: 3px;
  border: 1px solid #d8d8d8;
  background: #fff;
  cursor: pointer;
}

.rep-product-gallery-thumb.is-active {
  border-color: #803893;
}

.rep-product-gallery-thumb img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rep-work-illustration {
  display: flex;
  justify-content: center;
  padding: 75px max(20px, calc((100% - 960px) / 2));
  background: #f2ebf8;
}

.rep-work-illustration img {
  display: block;
  width: 100%;
  max-width: 960px;
  height: auto;
}

body.t706__body_cartpageshowed {
  height: 100vh;
  overflow: hidden;
}

.t706__cartpage {
  background: #fff;
  bottom: 0;
  box-sizing: border-box;
  display: none;
  left: 0;
  overflow-y: auto;
  position: fixed;
  right: 0;
  top: 0;
  width: 100%;
  z-index: 100001;
}

.t706__cartpage_showed {
  display: block !important;
}

.t706__cartpage-top {
  align-items: center;
  background: #fff;
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  height: 72px;
  justify-content: space-between;
  left: 0;
  padding: 0 32px;
  position: sticky;
  right: 0;
  top: 0;
  z-index: 2;
}

.t706__cartpage-heading {
  flex: 1;
  text-align: center;
}

.t706__cartpage-back,
.t706__cartpage-close {
  align-items: center;
  background: transparent;
  border: 0;
  cursor: pointer;
  display: flex;
  height: 44px;
  justify-content: center;
  padding: 0;
  width: 44px;
}

.t706__cartpage-content {
  box-sizing: border-box;
  margin: 0 auto;
  max-width: 1200px;
  padding: 48px 20px 72px;
}

.t706__cartpage-products .t706__product,
.t706__sidebar-products .t706__product {
  border-bottom: 1px solid rgba(0, 0, 0, 0.12);
}

.t706__cartpage-products .t706__product-thumb,
.t706__sidebar-products .t706__product-thumb,
.t706__cartwin-products .t706__product-thumb {
  display: none !important;
}

.t706__product-del-wrapper {
  width: auto !important;
  min-width: 82px;
  padding-left: 18px !important;
  text-align: right;
}

.t706__product-del {
  display: inline-flex !important;
  align-items: center;
  min-height: 32px;
  color: #803893;
  cursor: pointer;
  font-family: "TildaSans", Arial, sans-serif;
  font-size: 13px;
  font-weight: 600;
}

.t706__product-del::after {
  content: "Удалить";
}

.t706__product-del img {
  display: none !important;
}

@media screen and (min-width: 641px) {
  .t706__cartpage-products .t706__product,
  .t706__sidebar-products .t706__product,
  .t706__cartwin-products .t706__product {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 120px 110px 90px;
    align-items: center;
    column-gap: 20px;
    height: auto !important;
    min-height: 74px;
    padding: 10px 0;
    box-sizing: border-box;
    width: 100%;
  }

  .t706__cartpage-products .t706__product-title,
  .t706__sidebar-products .t706__product-title,
  .t706__cartwin-products .t706__product-title {
    display: block;
    min-width: 0;
    padding: 10px 0;
    overflow-wrap: anywhere;
  }

  .t706__cartpage-products .t706__product-plusminus,
  .t706__sidebar-products .t706__product-plusminus,
  .t706__cartwin-products .t706__product-plusminus,
  .t706__cartpage-products .t706__product-amount,
  .t706__sidebar-products .t706__product-amount,
  .t706__cartwin-products .t706__product-amount,
  .t706__cartpage-products .t706__product-del-wrapper,
  .t706__sidebar-products .t706__product-del-wrapper,
  .t706__cartwin-products .t706__product-del-wrapper {
    display: block !important;
    width: auto !important;
    min-width: 0;
    padding: 15px 0 !important;
    text-align: right;
  }
}

.t706__cartpage-form-wrapper,
.t706__cartpage-info-wrapper {
  box-sizing: border-box;
}

.t706__cartpage-prodamount,
.t706__cartpage .t706__cartwin-totalamount-wrap {
  display: block;
  text-align: left;
}

.t706__cartpage-open-form-wrap {
  margin-bottom: 24px;
}

@media screen and (max-width: 960px) {
  .t706__cartpage-content {
    padding: 28px 20px 56px;
  }

  .t706__cartpage-form,
  .t706__cartpage-info {
    display: block;
    width: 100% !important;
  }

  .t706__cartpage-form {
    margin-top: 32px;
  }
}

/* Shared redesigned header. The original Tilda header and search record stay in
   the document so the rest of the saved page remains unchanged. */
#t-header,
#rec1213108386 {
  display: none !important;
}

.rep-redesign-header,
.rep-redesign-header *,
.rep-category-bar,
.rep-category-bar * {
  box-sizing: border-box;
}

.rep-redesign-header {
  position: relative;
  z-index: 100000;
  max-width: 100vw;
  overflow: visible;
  background: #fff;
  color: #292929;
  font-family: "TildaSans", Arial, sans-serif;
}

.t706__carticon {
  display: none !important;
}

.rep-redesign-top {
  display: grid;
  grid-template-columns: 290px minmax(480px, 570px) 260px;
  grid-template-rows: 45px 52px;
  justify-content: space-between;
  align-content: center;
  column-gap: 28px;
  min-height: 150px;
  max-width: 1440px;
  padding: 20px 40px;
  margin: 0 auto;
}

.rep-logo-link {
  grid-column: 1;
  grid-row: 1 / 3;
  align-self: center;
  display: block;
  width: 245px;
  overflow: hidden;
}

.rep-logo-link img {
  display: block;
  width: 700px;
  max-width: none;
  height: auto;
}

.rep-info-nav {
  grid-column: 2;
  grid-row: 1;
  align-self: end;
  justify-self: center;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 34px;
  width: max-content;
  padding-bottom: 8px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.rep-info-nav a,
.rep-category-nav a,
.rep-contact-text a {
  color: inherit;
  text-decoration: none;
}

.rep-info-nav a {
  white-space: nowrap;
}

.rep-info-nav a,
.rep-category-nav a {
  transition: opacity .2s ease, background-color .2s ease;
}

.rep-info-nav a:hover,
.rep-category-nav a:hover {
  opacity: .65;
}

.rep-search-form {
  grid-column: 2;
  grid-row: 2;
  position: relative;
  z-index: 20;
  align-self: start;
  width: 100%;
}

.rep-search-form:focus-within {
  z-index: 100001;
}

.rep-search-input {
  display: block;
  width: 100%;
  height: 42px;
  padding: 0 48px 0 18px;
  border: 1px solid #000;
  border-radius: 7px;
  outline: none;
  background: #fff;
  color: #292929;
  font: 14px/1.2 "TildaSans", Arial, sans-serif;
}

.rep-search-input:focus {
  border-color: #5aa8da;
  box-shadow: 0 0 0 2px rgba(90, 168, 218, .16);
}

.rep-search-form button {
  position: absolute;
  top: 0;
  right: 0;
  width: 48px;
  height: 42px;
  padding: 0;
  border: 0;
  background: transparent url("data:image/svg+xml,%3Csvg width='22' height='22' viewBox='0 0 22 22' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' stroke='%23000' stroke-width='1.8' stroke-linecap='round'%3E%3Ccircle cx='9.5' cy='9.5' r='6.5'/%3E%3Cpath d='M14.3 14.3 20 20'/%3E%3C/g%3E%3C/svg%3E") center no-repeat;
  cursor: pointer;
}

.rep-search-results {
  position: absolute;
  top: 48px;
  left: 0;
  z-index: 100002;
  width: 100%;
  max-height: 330px;
  overflow-y: auto;
  border: 1px solid #b8d7e8;
  border-radius: 7px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(0, 0, 0, .12);
}

.rep-search-results[hidden] {
  display: none;
}

.rep-search-results a,
.rep-search-empty {
  display: block;
  padding: 11px 14px;
  border-bottom: 1px solid #e5eef3;
  color: #292929;
  font-size: 14px;
  line-height: 1.25;
  text-decoration: none;
}

.rep-search-results a:last-child {
  border-bottom: 0;
}

.rep-search-results a:hover {
  background: #eaf6fb;
}

.rep-search-result-title,
.rep-search-result-sku {
  display: block;
}

.rep-search-result-sku {
  margin-top: 4px;
  color: #68747a;
  font-size: 11px;
  line-height: 1.25;
}

.rep-contact-text {
  grid-column: 3;
  grid-row: 1 / 3;
  align-self: center;
  justify-self: end;
  display: grid;
  gap: 7px;
  color: #292929;
  font-size: 17px;
  line-height: 1.25;
  white-space: nowrap;
}

.rep-contact-line {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.rep-contact-line img {
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  filter: brightness(0);
}

.rep-telegram-link {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
}

.rep-category-bar {
  position: sticky;
  top: 0;
  z-index: 99990;
  width: 100%;
  background: rgba(255, 255, 255, .97);
  box-shadow: 0 1px 0 rgba(35, 31, 32, .08);
  font-family: "TildaSans", Arial, sans-serif;
}

.rep-category-row {
  display: grid;
  grid-template-columns: 290px minmax(480px, 760px) 260px;
  align-items: center;
  justify-content: space-between;
  column-gap: 28px;
  min-height: 80px;
  max-width: 1440px;
  padding: 0 40px;
  margin: 0 auto;
}

.rep-category-nav {
  grid-column: 2;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.rep-category-nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 166px;
  height: 52px;
  padding: 8px 18px;
  border: 1px solid #9fc9e2;
  border-radius: 8px;
  background: #eaf6fb;
  line-height: 1.2;
  text-align: center;
}

.rep-header-cart {
  position: relative;
  grid-column: 3;
  justify-self: center;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 52px;
  height: 52px;
  padding: 0;
  border: 0;
  background: transparent;
  color: #292929;
  cursor: pointer;
  transition: opacity .2s ease;
}

.rep-header-cart:hover {
  opacity: .6;
}

.rep-header-cart svg {
  width: 42px;
  height: 42px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.rep-header-cart-count {
  position: absolute;
  top: -7px;
  right: -7px;
  min-width: 19px;
  height: 19px;
  padding: 0 5px;
  border: 2px solid #fff;
  border-radius: 10px;
  background: #803893;
  color: #fff;
  font-size: 10px;
  font-weight: 600;
  line-height: 15px;
  text-align: center;
}

.rep-contract-page {
  width: min(838px, calc(100% - 80px));
  min-height: 420px;
  padding: 25px 0 120px;
  margin: 0 auto;
  color: #292929;
  font-family: "TildaSans", Arial, sans-serif;
}

.rep-contract-page h1 {
  margin: 0 0 20px;
  font-size: 27px;
  font-weight: 600;
  line-height: 1.25;
  text-transform: uppercase;
}

.rep-contract-page p {
  max-width: 838px;
  margin: 0;
  font-size: 17px;
  line-height: 1.55;
}

.rep-contract-page a {
  color: #292929;
  text-decoration: underline;
  text-underline-offset: 3px;
}

/* Home advertising banners. */
#rec627768437 {
  display: none !important;
}

.rep-home-banners {
  position: relative;
  width: min(1360px, calc(100% - 80px));
  height: min(540px, 40vw);
  min-height: 440px;
  margin-right: auto;
  margin-left: auto;
  overflow: hidden;
  background: #073b4a;
  color: #fff;
  font-family: "TildaSans", Arial, sans-serif;
}

.rep-home-slides,
.rep-home-slide {
  position: absolute;
  inset: 0;
}

.rep-home-slide {
  display: flex;
  align-items: center;
  padding: 56px 92px;
  opacity: 0;
  visibility: hidden;
  background-position: center;
  background-size: cover;
  transition: opacity .55s ease, visibility .55s ease;
}

.rep-home-slide::before {
  position: absolute;
  inset: 0;
  content: "";
  background: linear-gradient(90deg, rgba(3, 43, 57, .95) 0%, rgba(3, 43, 57, .75) 37%, rgba(3, 43, 57, .08) 66%);
}

.rep-home-slide--light {
  color: #292929;
}

.rep-home-slide--light::before {
  background: linear-gradient(90deg, rgba(246, 244, 255, .98) 0%, rgba(246, 244, 255, .84) 40%, rgba(246, 244, 255, .08) 68%);
}

.rep-home-slide.is-active {
  z-index: 1;
  opacity: 1;
  visibility: visible;
}

.rep-home-slide-content {
  position: relative;
  z-index: 1;
  width: min(570px, 52%);
}

.rep-home-slide-kicker {
  margin-bottom: 15px;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-transform: uppercase;
}

.rep-home-slide h2 {
  margin: 0 0 18px;
  font-size: 42px;
  font-weight: 600;
  line-height: 1.08;
}

.rep-home-slide p {
  margin: 0 0 28px;
  font-size: 19px;
  line-height: 1.45;
}

.rep-home-slide-link {
  display: inline-flex;
  align-items: center;
  min-height: 44px;
  padding: 10px 20px;
  border: 1px solid rgba(255, 255, 255, .75);
  border-radius: 7px;
  background: rgba(255, 255, 255, .1);
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color .2s ease, color .2s ease;
}

.rep-home-slide-link:hover {
  background: #fff;
  color: #073b4a;
}

.rep-home-slide--light .rep-home-slide-link {
  border-color: #292929;
  background: rgba(255, 255, 255, .45);
  color: #292929;
}

.rep-home-slide--light .rep-home-slide-link:hover {
  background: #292929;
  color: #fff;
}

.rep-home-arrow {
  position: absolute;
  top: 50%;
  z-index: 3;
  width: 36px;
  height: 36px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, .7);
  border-radius: 50%;
  background: rgba(0, 0, 0, .22);
  cursor: pointer;
  transform: translateY(-50%);
}

.rep-home-arrow::before {
  position: absolute;
  top: 12px;
  width: 9px;
  height: 9px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  content: "";
}

.rep-home-arrow--prev {
  left: 20px;
}

.rep-home-arrow--prev::before {
  left: 14px;
  transform: rotate(-135deg);
}

.rep-home-arrow--next {
  right: 20px;
}

.rep-home-arrow--next::before {
  right: 14px;
  transform: rotate(45deg);
}

.rep-home-dots {
  position: absolute;
  bottom: 20px;
  left: 50%;
  z-index: 3;
  display: flex;
  gap: 8px;
  transform: translateX(-50%);
}

.rep-home-dots button {
  width: 26px;
  height: 4px;
  padding: 0;
  border: 0;
  background: rgba(255, 255, 255, .48);
  cursor: pointer;
}

.rep-home-dots button.is-active {
  background: #fff;
}

/* Category pages: quieter heading and no duplicate catalog search. */
.t107__title {
  padding-top: 14px !important;
  padding-bottom: 9px !important;
  font-size: 27px !important;
  text-align: left !important;
  text-transform: uppercase;
}

.t107 .t-align_center {
  text-align: left;
}

[data-record-type="3"]:has(.t107__title) {
  padding-top: 15px !important;
}

[data-record-type="951"] {
  padding-top: 20px !important;
}

@media screen and (min-width: 961px) {
  .t107__title {
    margin-left: 8px;
  }
}

.t-store__filter__search,
.t-store__filter__search-mob-btn {
  display: none !important;
}

@media screen and (max-width: 1120px) {
  .rep-redesign-top {
    grid-template-columns: 245px minmax(0, 1fr) 225px;
    column-gap: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }

  .rep-logo-link {
    width: 215px;
  }

  .rep-logo-link img {
    width: 615px;
  }

  .rep-info-nav {
    gap: 20px;
    width: max-content;
    font-size: 11px;
  }

  .rep-contact-text {
    font-size: 14px;
  }

  .rep-category-row {
    grid-template-columns: 245px minmax(0, 1fr) 225px;
    column-gap: 20px;
    padding-right: 24px;
    padding-left: 24px;
  }
}

@media screen and (max-width: 820px) {
  .rep-redesign-top {
    grid-template-columns: 1fr auto;
    grid-template-rows: auto auto auto;
    gap: 16px 22px;
    min-height: 0;
    padding: 20px 18px;
  }

  .rep-logo-link {
    grid-column: 1;
    grid-row: 1;
    align-self: start;
  }

  .rep-contact-text {
    grid-column: 2;
    grid-row: 1;
    align-self: start;
  }

  .rep-info-nav {
    grid-column: 1 / 3;
    grid-row: 2;
    align-self: center;
    justify-self: start;
    justify-content: flex-start;
    flex-wrap: wrap;
    width: auto;
    padding: 0;
    font-size: 12px;
  }

  .rep-search-form {
    grid-column: 1 / 3;
    grid-row: 3;
  }

  .rep-category-row {
    grid-template-columns: minmax(0, 1fr) auto;
    column-gap: 12px;
    min-height: 68px;
    padding: 12px 18px;
  }

  .rep-category-nav {
    grid-column: 1;
    justify-content: flex-start;
    flex-wrap: nowrap;
    overflow-x: auto;
  }

  .rep-category-nav a {
    flex: 0 0 auto;
  }

  .rep-header-cart {
    grid-column: 2;
    justify-self: end;
  }

  .rep-home-banners {
    width: 100%;
    height: 500px;
    min-height: 0;
  }

  .rep-home-slide {
    align-items: flex-end;
    padding: 42px 54px 58px;
    background-position: 68% center;
  }

  .rep-home-slide::before,
  .rep-home-slide--light::before {
    background: linear-gradient(0deg, rgba(5, 34, 45, .97) 0%, rgba(5, 34, 45, .76) 48%, rgba(5, 34, 45, .04) 82%);
  }

  .rep-home-slide--light {
    color: #fff;
  }

  .rep-home-slide-content {
    width: 100%;
  }

  .rep-home-slide h2 {
    margin-bottom: 12px;
    font-size: 30px;
  }

  .rep-home-slide p {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .rep-home-slide--light .rep-home-slide-link {
    border-color: rgba(255, 255, 255, .75);
    background: rgba(255, 255, 255, .1);
    color: #fff;
  }

  .t107__title {
    font-size: 21px !important;
  }

  .rep-contract-page {
    width: calc(100% - 32px);
    padding-top: 28px;
  }

  .rep-contract-page h1 {
    margin-bottom: 16px;
    font-size: 21px;
  }

  .rep-contract-page p {
    font-size: 16px;
  }
}

@media screen and (max-width: 560px) {
  .rep-redesign-top {
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 16px 10px;
  }

  .rep-logo-link {
    width: 150px;
  }

  .rep-logo-link img {
    width: 430px;
  }

  .rep-contact-text {
    gap: 5px;
    font-size: 12px;
    white-space: normal;
  }

  .rep-info-nav {
    display: grid;
    grid-template-columns: 1fr;
    align-self: stretch;
    gap: 10px 16px;
    font-size: 11px;
  }

  .rep-info-nav a {
    width: fit-content;
  }

  .rep-search-input {
    font-size: 16px;
  }

  .rep-category-row {
    padding-right: 16px;
    padding-left: 16px;
  }

  .rep-home-banners {
    height: 520px;
  }

  .rep-home-slide {
    padding: 34px 20px 52px;
  }

  .rep-home-slide h2 {
    font-size: 25px;
  }

  .rep-home-slide-kicker {
    margin-bottom: 10px;
    font-size: 11px;
  }

  .rep-home-slide p {
    font-size: 15px;
  }

  .rep-home-arrow {
    top: 42%;
  }

  .rep-home-arrow--prev {
    left: 10px;
  }

  .rep-home-arrow--next {
    right: 10px;
  }
}
