@font-face {
  font-family: "Donpoligrafbum-Bold";
  src: url("/fonts/Donpoligrafbum-Bold.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

@font-face {
  font-family: "MONT";
  src: url("/fonts/MontRegular_2.woff") format("woff");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: "MONT";
  src: url("/fonts/MontSemiBold_2.woff") format("woff");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}

@font-face {
  font-family: "MONT";
  src: url("/fonts/MontBold_2.woff") format("woff");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

#tildacopy,
.t-tildalabel,
.t-tildalabel-free {
  display: none !important;
  visibility: hidden !important;
  width: 0 !important;
  height: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}

.detilda-zero-form,
.detilda-zero-form .t-input-block {
  width: 100%;
  margin: 0;
}

.detilda-zero-form .t-input-group {
  box-sizing: border-box;
}

.detilda-zero-form .detilda-input {
  box-sizing: border-box;
  width: 100%;
  min-height: 0;
  color: #003460;
  border-radius: 0;
  font-family: "MONT", Arial, sans-serif;
  outline: none;
}

.detilda-zero-form .detilda-input:focus {
  border-color: #88a6c1;
  box-shadow: 0 0 0 2px rgb(136 166 193 / 22%);
}

.detilda-zero-form .t-input-title {
  box-sizing: border-box;
  width: 100%;
}

.detilda-select-wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
  color: #003460;
  box-shadow: inset 0 -2px 0 #003460;
  transition:
    color 0.18s ease,
    box-shadow 0.18s ease;
}

.detilda-select-wrap:hover {
  box-shadow: inset 0 -2px 0 #003460;
}

.detilda-select-wrap:focus-within {
  color: #003460;
  box-shadow: inset 0 -3px 0 #003460;
}

.detilda-select-wrap::after {
  position: absolute;
  top: 50%;
  right: 4px;
  width: 8px;
  height: 8px;
  border-right: 2px solid currentColor;
  border-bottom: 2px solid currentColor;
  content: "";
  pointer-events: none;
  transform: translateY(-70%) rotate(45deg);
}

.detilda-zero-form .detilda-select {
  width: 100%;
  padding-right: 36px !important;
  overflow: hidden;
  color: #003460;
  border: 0 !important;
  background: transparent !important;
  appearance: none;
  cursor: pointer;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detilda-zero-form .detilda-select:focus {
  border: 0 !important;
  box-shadow: none;
}

.detilda-zero-form .detilda-select::-ms-expand {
  display: none;
}

.detilda-zero-form.t-form_bbonly .t-input_bbonly {
  border-top: 0 !important;
  border-right: 0 !important;
  border-left: 0 !important;
  background-color: transparent !important;
}

.detilda-zero-form .t-input-phonemask__wrap {
  position: relative;
  box-sizing: border-box;
  width: 100%;
}

.detilda-zero-form .t-input-phonemask__select {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  display: flex;
  width: 65px;
  height: 100%;
  align-items: center;
  gap: 5px;
}

.detilda-zero-form .t-input-phonemask {
  box-sizing: border-box;
  width: calc(100% - 65px) !important;
  height: 100% !important;
  margin-left: 65px;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.detilda-zero-form .t-input-phonemask__select-triangle {
  width: 0;
  height: 0;
  border-top: 4px solid #003460;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
  opacity: 0.55;
}

.detilda-checkbox {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  color: #003460;
  font: 400 11px/1.35 "MONT", Arial, sans-serif;
  cursor: pointer;
}

.detilda-zero-form .t-input-phonemask__select-flag[data-phonemask-flag="ru"] {
  width: 16px;
  height: 12px;
  border: 1px solid rgb(0 52 96 / 20%);
  background: linear-gradient(#fff 0 33.33%, #1853a3 33.33% 66.66%, #d52b1e 66.66%);
}

.detilda-checkbox input {
  flex: 0 0 auto;
  width: 16px;
  height: 16px;
  margin: 0;
  accent-color: #003460;
}

.detilda-checkbox a {
  color: inherit;
  text-decoration: underline;
}

.detilda-file {
  display: flex;
  align-items: center;
  gap: 12px;
  height: 100%;
  color: #003460;
  font: 500 12px/1.2 "MONT", Arial, sans-serif;
  cursor: pointer;
}

.detilda-file input {
  position: absolute;
  inline-size: 1px;
  block-size: 1px;
  overflow: hidden;
  opacity: 0;
}

.detilda-file > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  color: #fff;
  border-radius: 24px;
  background: #003460;
}

.detilda-zero-form .detilda-file {
  height: 51px;
}

.detilda-zero-form .detilda-file > span {
  min-height: 51px;
  border-radius: 0;
}

.detilda-file-name {
  max-width: 170px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.detilda-regular-file {
  min-height: 44px;
  margin-bottom: 10px;
}

.detilda-invalid {
  border-color: #b52525 !important;
  outline: 2px solid rgb(181 37 37 / 15%);
}

.detilda-empty-state {
  box-sizing: border-box;
  width: calc(100% - 40px);
  max-width: 1160px;
  min-height: 96px;
  margin: 18px auto 0;
  padding: 35px 20px;
  color: #003460;
  border-top: 1px solid rgb(0 52 96 / 20%);
  border-bottom: 1px solid rgb(0 52 96 / 20%);
  font: 400 16px/1.5 "MONT", Arial, sans-serif;
  text-align: center;
}

.detilda-catalog-search {
  display: block;
  width: calc(100% - 40px);
  max-width: 1160px;
  margin: 0 auto 22px;
}

.detilda-catalog-search input {
  box-sizing: border-box;
  width: 100%;
  height: 48px;
  padding: 0 18px;
  color: #003460;
  border: 1px solid rgb(0 52 96 / 45%);
  background: transparent;
  font: 400 14px/1 "MONT", Arial, sans-serif;
  outline: none;
}

.detilda-catalog-search input:focus {
  border-color: #003460;
}

.detilda-products-grid {
  display: grid !important;
  box-sizing: border-box;
  width: calc(100% - 40px) !important;
  max-width: 1160px;
  padding: 0 !important;
  margin-right: auto !important;
  margin-left: auto !important;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 22px;
}

.detilda-products-grid.detilda-products-grid_five {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

.detilda-products-grid::before,
.detilda-products-grid::after {
  display: none !important;
  content: none !important;
}

.detilda-product-card {
  display: block !important;
  box-sizing: border-box;
  width: auto !important;
  max-width: none !important;
  min-width: 0;
  height: 125px;
  margin: 0 !important;
  overflow: hidden;
  border-radius: 5px;
  background: #fff;
  opacity: 1 !important;
}

.detilda-product-card[hidden] {
  display: none !important;
}

.detilda-product-link {
  display: grid;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  min-width: 0;
  padding: 18px 23px 18px 24px;
  align-items: center;
  grid-template-columns: minmax(0, 1fr) 88px;
  gap: 14px;
  color: #003460;
  text-decoration: none;
}

.detilda-product-title {
  min-width: 0;
  margin: 0;
  color: #003460;
  font: 600 17px/1.8 "MONT", Arial, sans-serif;
}

.detilda-product-visual {
  display: grid;
  width: 88px;
  height: 88px;
  place-items: center;
}

.detilda-product-image {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

@media (hover: hover) {
  .detilda-product-link:hover .detilda-product-title {
    text-decoration: underline;
    text-decoration-thickness: 1px;
    text-underline-offset: 3px;
  }
}

.detilda-product-link:focus-visible {
  outline: 2px solid #003460;
  outline-offset: -2px;
}

.detilda-catalog-empty {
  grid-column: 1 / -1;
  width: 100% !important;
  margin: 0 !important;
}

.detilda-catalog-empty[hidden] {
  display: none !important;
}

.detilda-cart-items {
  display: grid;
  gap: 1px;
  background: rgb(0 52 96 / 12%);
}

.detilda-cart-item {
  position: relative;
  display: grid;
  min-height: 102px;
  padding: 14px 46px 14px 14px;
  align-items: center;
  grid-template-columns: 76px minmax(0, 1fr);
  gap: 18px;
  color: #003460;
  background: #fff;
  font-family: "MONT", Arial, sans-serif;
}

.detilda-cart-item__image {
  display: block;
  width: 76px;
  height: 76px;
  background-color: #f1f2f2;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

.detilda-cart-item__body {
  display: flex;
  min-width: 0;
  align-items: flex-start;
  justify-content: space-between;
  gap: 20px;
}

.detilda-cart-item__title {
  padding-top: 5px;
  color: #003460;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.35;
  text-decoration: none;
}

.detilda-cart-item__controls {
  display: inline-grid;
  flex: 0 0 auto;
  align-items: center;
  grid-template-columns: 32px 34px 32px;
  text-align: center;
}

.detilda-cart-item__controls button,
.detilda-cart-item__remove {
  display: inline-grid;
  padding: 0;
  place-items: center;
  color: #003460;
  border: 1px solid rgb(0 52 96 / 22%);
  background: transparent;
  font: 400 18px/1 "MONT", Arial, sans-serif;
  cursor: pointer;
}

.detilda-cart-item__controls button {
  width: 32px;
  height: 32px;
}

.detilda-cart-item__remove {
  position: absolute;
  top: 14px;
  right: 14px;
  width: 28px;
  height: 28px;
  border: 0;
  font-size: 22px;
}

@media screen and (max-width: 1199px) {
  .detilda-products-grid,
  .detilda-products-grid.detilda-products-grid_five {
    width: calc(100% - 20px) !important;
    max-width: 940px;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }

  .detilda-product-card {
    height: 110px;
  }

  .detilda-product-link {
    padding: 17px 11px 17px 16px;
    grid-template-columns: minmax(0, 1fr) 79px;
    gap: 10px;
  }

  .detilda-product-title {
    font-size: 15px;
  }

  .detilda-product-visual {
    width: 79px;
    height: 76px;
  }
}

@media screen and (max-width: 959px) {
  .detilda-products-grid,
  .detilda-products-grid.detilda-products-grid_five {
    max-width: 620px;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 20px;
  }

  .detilda-product-card {
    height: 96px;
  }

  .detilda-product-link {
    padding: 8px 10px 8px 16px;
    grid-template-columns: minmax(0, 1fr) 81px;
  }

  .detilda-product-visual {
    width: 81px;
    height: 79px;
  }
}

@media screen and (max-width: 479px) {
  .detilda-products-grid,
  .detilda-products-grid.detilda-products-grid_five {
    width: 100% !important;
    max-width: 300px;
    grid-template-columns: minmax(0, 1fr);
    gap: 18px;
  }

  .detilda-product-card {
    height: 99px;
  }

  .detilda-product-link {
    padding: 13px 9px 13px 12px;
    grid-template-columns: minmax(0, 1fr) 72px;
    gap: 10px;
  }

  .detilda-product-visual {
    width: 72px;
    height: 72px;
  }

  .detilda-cart-item {
    min-height: 92px;
    padding: 12px 38px 12px 12px;
    grid-template-columns: 66px minmax(0, 1fr);
    gap: 12px;
  }

  .detilda-cart-item__image {
    width: 66px;
    height: 66px;
  }

  .detilda-cart-item__body {
    flex-direction: column;
    gap: 10px;
  }

  .detilda-cart-item__title {
    padding-top: 0;
    font-size: 13px;
  }
}

.detilda-notice {
  position: fixed;
  z-index: 999999;
  right: 24px;
  bottom: 24px;
  box-sizing: border-box;
  max-width: min(390px, calc(100vw - 32px));
  padding: 17px 20px;
  color: #fff;
  border-radius: 2px;
  background: #003460;
  box-shadow: 0 12px 38px rgb(0 30 55 / 24%);
  font: 500 14px/1.45 "MONT", Arial, sans-serif;
  transition: opacity 0.25s ease, transform 0.25s ease;
}

.detilda-notice_error {
  background: #782529;
}

.detilda-notice_out {
  opacity: 0;
  transform: translateY(8px);
}

.detilda-loading {
  pointer-events: none;
  opacity: 0.65;
}

.detilda-cart-open {
  overflow: hidden;
}

.detilda-cart-empty {
  display: flex;
  box-sizing: border-box;
  min-height: 320px;
  padding: 70px 24px;
  align-items: center;
  flex-direction: column;
  justify-content: center;
  gap: 14px;
  color: #003460;
  background: #f1f2f2;
  font-family: "MONT", Arial, sans-serif;
  text-align: center;
}

.detilda-cart-empty strong {
  font-size: clamp(24px, 3vw, 38px);
}

.detilda-cart-empty span {
  max-width: 560px;
  font-size: 15px;
  line-height: 1.5;
}

.detilda-cart-empty a {
  display: inline-flex;
  min-height: 44px;
  padding: 0 24px;
  align-items: center;
  color: #fff;
  border-radius: 28px;
  background: #003460;
  font-size: 13px;
  text-decoration: none;
}

.detilda-feed-image {
  width: 100%;
  aspect-ratio: 1.3;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

[data-record-type="897"] .t-feed__post-imgwrapper {
  aspect-ratio: 1.3;
}

[data-record-type="897"] .t-feed__col-grid__post-wrapper {
  height: 474px;
}

.detilda-visually-hidden {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

@media (max-width: 640px) {
  .detilda-empty-state,
  .detilda-catalog-search {
    width: calc(100% - 30px);
  }

  .detilda-notice {
    right: 16px;
    bottom: 16px;
  }
}
