
/* ═══════════════════════════════════════════════════════════
   КОРЗИНА
   ═══════════════════════════════════════════════════════════ */

.t706__cartpage-top {
  position: fixed !important;
  top: 0;
  left: 0;
  right: 0;
  z-index: 999999999 !important;
  background: #C0C09D;
  border-bottom: 1px solid #e5e5e5;
  display: flex !important;
  align-items: center;
  justify-content: space-between;
  padding: 10px 16px;
  -webkit-user-select: none;
  user-select: none;
}

.t706__cartpage-top .t706__cartpage-heading,
.t706__cartpage-top .t-name_xl {
  text-align: left !important;
}

.t706__cartpage-content,
.t706__cartpage_showed {
  display: block;
  opacity: 1;
  z-index: 999999999;
}

.t706__cartwin_showed {
  z-index: 999999999;
}

.t706__cartwin-content {
  border-radius: 16px;
}

.t706__product-title {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 400 !important;
  padding: 0;
  font-family: 'Cygre';
  text-transform: uppercase !important;
}

.t706__product-amount,
.t706__product-amount--portion {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 600 !important;
}

.t706__product-quantity {
  color: #9b958d !important;
}

.t706__sidebar-prodamount-wrap {
  font-size: 19px !important;
  color: #575450 !important;
  font-weight: 600 !important;
}


/* ═══════════════════════════════════════════════════════════
   ХАРАКТЕРИСТИКИ ТОВАРА
   ═══════════════════════════════════════════════════════════ */

.js-store-prod-all-charcs {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  padding-bottom: 21px !important;
  font-family: 'Cygre';
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.js-store-prod-charcs {
  margin-top: 21px;
}

.js-store-prod-text.t-store__prod-popup__text.t-descr.t-descr_xxs {
  font-size: 16px !important;
}

.js-store-prod-all-text {
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  justify-content: space-between;
  margin-top: 42px !important;
}


/* ═══════════════════════════════════════════════════════════
   ФОРМЫ
   ═══════════════════════════════════════════════════════════ */

.t-checkbox__control.t-text_xs,
.t-radio__control.t-text_xs,
.t-input-block:not(.t-input-block_rd-flex) .t-radio__control,
.t-input-block .t-text {
  font-size: 16px !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  line-height: 1.55 !important;
}

.t-input-group_inrow-last {
  margin-bottom: 10px !important;
}

.tn-form__submit {
  margin-top: 30px !important;
}


/* ═══════════════════════════════════════════════════════════
   КНОПКИ
   ═══════════════════════════════════════════════════════════ */

#rec700549241 .t-btnflex.t-btnflex_type_submit,
#rec700549241 .t-btnflex.t-btnflex_type_button,
.t-btnflex.t-btnflex_type_button,
.button,
.uc-button {
  position: relative;
  overflow: hidden;
  border: none;
  padding: 16px 50px !important;
  background-color: #68978E !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px !important;
  transition: color 0.1s;
  border-radius: 16px !important;
  letter-spacing: 2px !important;
  text-transform: uppercase;
  font-weight: 300;
}

.button::before {
  content: "";
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background-color: #3E7E71;
  transition: left 0.5s cubic-bezier(0.25, 0.8, 0.25, 1);
  z-index: 0;
  border-radius: 16px;
}

.button:hover::before {
  left: 0;
}

.button:hover {
  background-color: #3E7E71 !important;
}

/* Кнопки в карточке товара */
.t-store__prod-popup__text a:first-of-type {
  border: none;
  width: 260px !important;
  height: 58px !important;
  padding: 0 !important;
  background-color: #68978E !important;
  cursor: pointer;
  color: #ffffff !important;
  font-size: 16px !important;
  transition: color 0.5s;
  border-radius: 16px !important;
  letter-spacing: 2px;
  font-family: 'Manrope', Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  display: flex;
  align-items: center;
  justify-content: center;
}

.t-store__prod-popup__text a:first-of-type:hover {
  background-color: #3E7E71 !important;
  color: #ffffff !important;
}

.js-store-prod-text a:nth-of-type(2) {
  border: 1px solid #68978E;
  width: 260px !important;
  height: 58px !important;
  padding: 0 20px !important;
  font-size: 16px !important;
  border-radius: 16px !important;
  letter-spacing: 2px;
  font-family: 'Manrope', Arial, sans-serif !important;
  text-transform: uppercase;
  font-weight: 300;
  color: #68978E !important;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 21px !important;
}

.js-store-prod-text a:nth-of-type(2):hover {
  background-color: #68978E !important;
  color: #ffffff !important;
}


/* ═══════════════════════════════════════════════════════════
   МЕНЮ (общие стили + тёмный фон для nav1229813441)
   ═══════════════════════════════════════════════════════════ */

.t450__list_item {
  position: relative;
}

.t-menu__link-item {
  text-decoration: none;
  padding: 10px 0;
  color: #575450 !important;
  font-size: 16px !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  line-height: 1.55 !important;
  font-weight: 600 !important;
  text-transform: uppercase !important;
  position: relative;
}

.t-menu__link-item::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t-menu__link-item:hover::after {
  transform: scaleX(1);
}

.uc-menu a {
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
  font-size: 19px;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-weight: 600;
}

.uc-menu a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.uc-menu a:hover {
  color: #3E7E71;
}

.uc-menu a:hover::after {
  transform: scaleX(1);
}

/* ── Меню nav1229813441: тёмный фон как подвал ── */
html body #allrecords #nav1229813441.t450,
html body #allrecords #nav1229813441 .t450__container,
html body #allrecords #nav1229813441 .t450__menu__content {
  background-color: #3b3936 !important;
}

html body #allrecords #nav1229813441 .t450__overlay_bg,
html body #allrecords #nav1229813441 .t450__overlay {
  background-color: rgba(59,57,54,0.9) !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item {
  display: inline-block !important;
  position: relative !important;
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  line-height: 1.5 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  color: #c7c4c0 !important;
  text-decoration: none !important;
  padding: 6px 0 !important;
  transition: color 0.25s ease !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item::after {
  content: '' !important;
  position: absolute !important;
  left: 0 !important;
  bottom: 0 !important;
  width: 100% !important;
  height: 1px !important;
  background-color: #68978E !important;
  transform: scaleX(0) !important;
  transform-origin: left !important;
  transition: transform 0.3s cubic-bezier(0.2, 0.7, 0.2, 1) !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item:hover,
html body #allrecords #nav1229813441 a.t-menu__link-item:focus-visible {
  color: #68978E !important;
  outline: none !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item:hover::after,
html body #allrecords #nav1229813441 a.t-menu__link-item:focus-visible::after {
  transform: scaleX(1) !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item.t-active {
  color: #68978E !important;
}

html body #allrecords #nav1229813441 a.t-menu__link-item.t-active::after {
  transform: scaleX(1) !important;
}

html body #allrecords #nav1229813441 .t-menu__link-item::before {
  display: none !important;
}

html body #allrecords #nav1229813441 .t450__logo,
html body #allrecords #nav1229813441 .t450__logo span {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  font-size: 28px !important;
  letter-spacing: 0.02em !important;
  line-height: 1.1 !important;
}

html body #allrecords #nav1229813441 .t450__right_descr,
html body #allrecords #nav1229813441 .t450__right_descr a {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 500 !important;
  letter-spacing: 0.04em !important;
  color: #c7c4c0 !important;
  text-decoration: none !important;
  transition: color 0.25s ease !important;
}

html body #allrecords #nav1229813441 .t450__right_descr a:hover {
  color: #68978E !important;
}

html body #allrecords #nav1229813441 .t450__close-button {
  background-color: transparent !important;
  transition: opacity 0.25s ease !important;
}

html body #allrecords #nav1229813441 .t450__close-button:hover {
  opacity: 0.7 !important;
}

html body #allrecords #nav1229813441 .t450__close_icon span {
  background-color: #c7c4c0 !important;
}


/* ═══════════════════════════════════════════════════════════
   ТОВАРЫ (карточки)
   ═══════════════════════════════════════════════════════════ */

.t-store__card .t-typography__title,
.t1056__col-wrapper_first.t1056__col-wrapper a {
  font-size: 19px !important;
  color: #9b958d !important;
  font-weight: 400 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  font-family: 'Cygre';
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.t-store__card__imgwrapper {
  position: relative;
  overflow: hidden;
  transition: background-color 0.7s ease;
  border-radius: 16px !important;
}

.t-store__card__img {
  transition: transform 0.7s ease;
  padding: 15px;
}

.t-store__card__imgwrapper:hover .t-store__card__img {
  transform: scale(1.03);
}

.t-store__card__bgimg {
  display: block;
  width: 100%;
  height: auto;
  transition: transform 450ms ease;
  transform-origin: center center;
}

.t-store__card__bgimg:hover {
  transform: scale(1.06);
}

.t-store__prod-snippet__container {
  padding-bottom: 120px;
  padding-top: 84px !important;
}

.t-store__relevants__title {
  font-size: 58px !important;
  color: #9b958d !important;
  font-weight: 300 !important;
  font-family: 'Cygre' !important;
  text-transform: uppercase;
  margin-top: 210px !important;
  padding-right: 50%;
}

.t-store__card__price-item,
.t-store__prod-popup__price-item {
  font-size: 19px !important;
  color: #575450 !important;
  font-weight: 600 !important;
}

.t-store__prod-popup__price-wrapper {
  margin-bottom: 42px !important;
}

.t-store .t-store__card__wrap_all.t-store__card__wrap_pad-sm .store__card__wrap_txt-and-opts {
  text-align: left !important;
}

.t-store__sort-select-wrapper {
  display: none !important;
}


/* ═══════════════════════════════════════════════════════════
   СЛАЙДЕРЫ
   ═══════════════════════════════════════════════════════════ */

.t-slds__bgimg {
  background-size: contain !important;
  background-position: top center;
}

.t-slds__item {
  display: block !important;
}

.t-slds__item img {
  vertical-align: top !important;
}

.t-slds__items-wrapper {
  display: flex;
  align-items: flex-start;
}


/* ═══════════════════════════════════════════════════════════
   ЗАГОЛОВКИ ТОВАРА
   ═══════════════════════════════════════════════════════════ */

.t-name.t-name_xl,
.t-name_xl {
  font-size: 58px !important;
  line-height: 1.07 !important;
  color: #68978E !important;
  font-weight: 300 !important;
  font-family: 'Cygre' !important;
  text-transform: uppercase;
  letter-spacing: 2px !important;
}

.t-typography__title {
  letter-spacing: 2px !important;
}


/* ═══════════════════════════════════════════════════════════
   ФИЛЬТРЫ
   ═══════════════════════════════════════════════════════════ */

.t-descr_xxs {
  font-size: 16px !important;
  line-height: 1.47 !important;
}

.t-store__filter__options {
  text-transform: uppercase !important;
}

.t-store__filter__title {
  text-transform: none !important;
}


/* ═══════════════════════════════════════════════════════════
   ОБЩИЕ ЗАГОЛОВКИ
   ═══════════════════════════════════════════════════════════ */

.uc-h2 {
  margin: 0 !important;
  padding: 0 !important;
}

.t-rec_pb_60 {
  overflow: hidden !important;
}


/* ═══════════════════════════════════════════════════════════
   КАРТА
   ═══════════════════════════════════════════════════════════ */

.t554__card {
  background: rgba(255, 255, 255, 0.8) !important;
}

.t555__map {
  border-radius: 16px !important;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
}

.t555__contentwrapper {
  display: table-cell;
  vertical-align: top !important;
}

.ymaps-2-1-79-inner-panes {
  border-radius: 16px;
}


/* ═══════════════════════════════════════════════════════════
   ОТЗЫВЫ (карусель t1186)
   ═══════════════════════════════════════════════════════════ */

.t1186__card_circle {
  padding: 0 !important;
}

#rec1171657146 .t1186__descr,
#rec1171657146 .t1186__text {
  padding: 0 !important;
  margin: 0 !important;
}

#rec1171657146 .t1186__title,
#rec1171657146 .t1186__descr {
  margin-bottom: 21px !important;
}

.t1186__controls {
  margin-left: 360px;
}

.t1186__control.t1186__control {
  margin-left: 21px !important;
}

.t-btn.t1186__control.t1186__control_right.t1186__control_md,
.t-btn.t1186__control.t1186__control_left.t1186__control_md {
  border-radius: 16px !important;
}

.t1186__controls::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t1186__controls:hover {
  color: #3E7E71 !important;
}

.t1186__controls:hover::after {
  transform: scaleX(1);
}

/* Отзывы — кнопка «Читать ещё» */
.t-text-clamp__btn {
  position: relative;
  overflow: hidden;
  padding-top: 41px !important;
  font-size: 16px;
  font-family: 'Manrope', Arial, sans-serif;
  line-height: 1.55;
  font-weight: 400;
  text-transform: uppercase;
  color: initial;
  transition: color 0.3s ease;
}

.t-text-clamp__btn::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  height: 1px;
  width: 100%;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t-text-clamp__btn:hover::after {
  transform: scaleX(1);
}

.t-container_flex {
  display: flex !important;
  flex-wrap: wrap !important;
  flex-direction: row-reverse !important;
}

.t-col.t-col_2.t-align_right {
  text-align: left !important;
}


/* ═══════════════════════════════════════════════════════════
   ПАГИНАЦИЯ
   ═══════════════════════════════════════════════════════════ */

.t-store__pagination {
  display: inline-flex;
  gap: 21px;
}

.t-store__pagination .js-pagination-item {
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #9b958d;
  border-radius: 16px;
  padding: 6px 12px;
  color: #9b958d;
  cursor: pointer;
}

.js-pagination-item:hover,
.t-store__pagination__item:hover,
.t-store__pagination__item_page:hover,
.t-descr.t-descr_xxs:hover {
  background-color: transparent !important;
}


/* ═══════════════════════════════════════════════════════════
   ССЫЛКИ С ПОДЧЁРКИВАНИЕМ
   ═══════════════════════════════════════════════════════════ */

.t-text.t-text_md a {
  position: relative;
  color: inherit;
}

.t-text.t-text_md a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -2px;
  height: 1px;
  width: 100%;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.t-text.t-text_md a:hover {
  color: #3E7E71;
}

.t-text.t-text_md a:hover::after {
  transform: scaleX(1);
}

.link a {
  text-decoration: none;
  padding: 5px 0;
  transition: color 0.3s ease;
}

.link a::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-color: #3E7E71;
  transform: scaleX(0);
  transition: transform 0.3s ease;
}

.link a:hover {
  color: #3E7E71 !important;
}

.link a:hover::after {
  transform: scaleX(1);
}

/* Акцентная ссылка в тексте */
.t-text .t-text_md a {
  color: rgb(104, 151, 142) !important;
  font-size: 28px !important;
  font-family: Manrope !important;
}


/* ═══════════════════════════════════════════════════════════
   СОЦСЕТИ
   ═══════════════════════════════════════════════════════════ */

.t-sociallinks__item a {
  display: inline-block;
  transition: fill 0.3s ease;
}

.t-sociallinks__item a:hover svg path {
  fill: #3E7E71;
}

.t555 .t-sociallinks__item {
  display: inline-block;
  margin-right: 21px;
  vertical-align: bottom;
}


/* ═══════════════════════════════════════════════════════════
   РАЗМЕРЫ ТОВАРА (варианты)
   ═══════════════════════════════════════════════════════════ */

.js-product .t-product__option-variants_buttons .t-product__option-item_simple {
  display: inline-flex;
  min-width: 60px;
  width: auto;
  height: 48px;
}

.t-product__option-item_simple {
  font-family: inherit;
  font-size: 16px;
  line-height: 1;
  border: 1px solid #9b958d;
  border-radius: 16px;
  color: #9b958d;
  cursor: pointer;
}

.t-product__option-item_simple:hover {
  background-color: transparent !important;
}


/* ═══════════════════════════════════════════════════════════
   ВКЛАДКИ t397 — во всю ширину, в стиле сайта
   ═══════════════════════════════════════════════════════════ */

.t397 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
}

.t397 .t397__col {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

#allrecords .t397 .t397__wrapper {
  display: flex !important;
  flex-wrap: wrap !important;
  justify-content: flex-start !important;
  align-items: center !important;
  gap: 10px !important;
  margin: 0 0 32px !important;
  padding: 0 !important;
  list-style: none !important;
  border: none !important;
  width: 100% !important;
}

#allrecords .t397 .t397__tab {
  position: relative !important;
  width: auto !important;
  min-width: 0 !important;
  flex: 0 0 auto !important;
  padding: 0 !important;
  margin: 0 !important;
  border-bottom: none !important;
  background: transparent !important;
}

/* Скрываем стандартный штрих Tilda */
#allrecords .t397 .t397__tab::after,
#allrecords .t397 .t397__tab_active::after,
#allrecords .t397 .t-align_left .t397__tab_active:after,
#allrecords .t397 .t-align_left .t397__tab:last-child:after {
  display: none !important;
  content: none !important;
  background: transparent !important;
  border: none !important;
}

#allrecords .t397 .t397__title {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #9b958d !important;
  background: #ffffff !important;
  border: 1px solid #e5e2de !important;
  border-radius: 16px !important;
  padding: 12px 26px !important;
  cursor: pointer !important;
  transition: color 0.25s ease, border-color 0.25s ease, background 0.25s ease !important;
  outline: none !important;
  line-height: 1.4 !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
}

#allrecords .t397 .t397__tab:hover .t397__title {
  color: #68978E !important;
  border-color: #68978E !important;
  background: #ffffff !important;
}

#allrecords .t397 .t397__tab_active .t397__title,
#allrecords .t397 .t397__tab_active .t397__title:hover,
#allrecords .t397 .t397__tab_active .t397__title:focus {
  color: #ffffff !important;
  background: #68978E !important;
  border-color: #68978E !important;
  font-weight: 600 !important;
}

#allrecords .t397 .t397__tab_active {
  background: transparent !important;
  box-shadow: none !important;
}

#allrecords .t397 .t397__title:focus-visible {
  outline: 2px solid #68978E !important;
  outline-offset: 3px !important;
}

/* Мобильный select */
#allrecords .t397 .t397__wrapper_mobile {
  position: relative !important;
  margin-bottom: 24px !important;
  width: 100% !important;
}

#allrecords .t397 .t397__select {
  font-family: 'Manrope', Arial, sans-serif !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 1.5px !important;
  text-transform: uppercase !important;
  color: #68978E !important;
  background: #ffffff !important;
  border: 1px solid #68978E !important;
  border-radius: 16px !important;
  padding: 12px 40px 12px 22px !important;
  width: 100% !important;
  appearance: none !important;
  -webkit-appearance: none !important;
  cursor: pointer !important;
  outline: none !important;
}

#allrecords .t397 .t397__select:focus-visible {
  outline: 2px solid #68978E !important;
  outline-offset: 3px !important;
}

#allrecords .t397 .t397__wrapper_mobile::after {
  content: '' !important;
  position: absolute !important;
  right: 20px !important;
  top: 50% !important;
  width: 8px !important;
  height: 8px !important;
  border-right: 1.5px solid #68978E !important;
  border-bottom: 1.5px solid #68978E !important;
  transform: translateY(-70%) rotate(45deg) !important;
  pointer-events: none !important;
  background: transparent !important;
}

#allrecords .t397 .t397__firefoxfix {
  display: none !important;
  background: transparent !important;
}


/* ═══════════════════════════════════════════════════════════
   БЛОК t050 — контейнер во всю ширину + заголовок
   ═══════════════════════════════════════════════════════════ */

html body #allrecords .t050 .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}

html body #allrecords .t050 .t-col,
html body #allrecords .t050 .t-col_12,
html body #allrecords .t050 .t-col_10,
html body #allrecords .t050 .t-col_8 {
  width: 100% !important;
  max-width: none !important;
  padding: 0 !important;
  margin: 0 !important;
  float: none !important;
}

html body #allrecords .t050 .t050__title.t-title_xxl {
  font-family: 'Cygre', Arial, sans-serif !important;
  font-weight: 300 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.02em !important;
  color: #575450 !important;
  text-align: left !important;
  margin: 0 !important;
  padding: 0 !important;
  width: 100% !important;
  line-height: 1.07 !important;
}


/* ═══════════════════════════════════════════════════════════
   БЛОК t555 — только контейнер, безопасно
   ═══════════════════════════════════════════════════════════ */

html body #allrecords .t555 > .t-container {
  max-width: none !important;
  width: 100% !important;
  padding-left: clamp(10px, 8vw, 120px) !important;
  padding-right: clamp(10px, 8vw, 120px) !important;
  margin: 0 !important;
  box-sizing: border-box !important;
}


/* ═══════════════════════════════════════════════════════════
   МЕДИА: max-width 1200px — до 1200
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 1200px) {

  #rec1248536701 .t-store__card .t-typography__title {
    font-size: 19px !important;
    color: #575450 !important;
    font-weight: 300 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    font-family: 'Cygre' !important;
    text-transform: uppercase !important;
  }

  .t-store .t-store__relevants__title.t-uptitle.t-uptitle_xxl {
    font-size: 45px !important;
    color: #9b958d !important;
    font-weight: 300 !important;
    font-family: 'Cygre' !important;
    text-transform: uppercase;
    margin-top: 210px !important;
  }

  .js-product-edition-option-name,
  .t-product__option-title {
    font-size: 16px !important;
  }

  .t813 .t813__col:first-child {
    margin-bottom: 60px;
    display: none;
  }

  .js-store-prod-all-charcs {
    font-size: 16px !important;
  }

  .t-store__prod-popup__price-wrapper,
  .t-store__card__price-item,
  .t-store__prod-popup__price-item {
    margin: 0 0 15px 0;
    font-size: 19px !important;
    color: #575450;
    font-weight: 600;
    font-family: 'Manrope', Arial, sans-serif;
  }

  .js-product .t-product__option-variants_buttons .t-product__option-item_simple {
    display: inline-flex;
    min-width: 60px;
    height: 48px;
  }

  .t-product__option-item_simple {
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #9b958d;
    border-radius: 16px;
    color: #9b958d;
    cursor: pointer;
  }

  .t-store__prod-popup__btn-wrapper {
    display: none;
  }

  .t-store__prod-popup__text a:first-of-type {
    border: none;
    width: 260px !important;
    height: 58px !important;
    padding: 0 !important;
    background-color: #68978E !important;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 16px !important;
    transition: color 0.5s;
    border-radius: 16px !important;
    letter-spacing: 2px;
    font-family: 'Manrope', Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 300;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 5px;
  }

  .js-store-prod-text a:nth-of-type(2) {
    border: 1px solid #68978E;
    width: 260px !important;
    height: 58px !important;
    padding: 0 20px !important;
    font-size: 16px !important;
    border-radius: 16px !important;
    letter-spacing: 2px;
    font-family: 'Manrope', Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 300;
    color: #68978E !important;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 10px !important;
  }

  .t-name_xl {
    color: #68978e;
    font-weight: 300;
    font-family: 'Cygre';
    text-transform: uppercase !important;
    font-size: 45px !important;
    line-height: 1;
  }

  .t-store__pagination {
    display: inline-flex;
    gap: 2px;
  }

  .t-store__pagination .js-pagination-item {
    font-family: inherit;
    font-size: 16px;
    line-height: 1;
    border: 1px solid #9b958d;
    border-radius: 16px;
    padding: 6px 12px;
    color: #9b958d;
    cursor: pointer;
  }

  .uc-h2 {
    margin: 0 !important;
    padding: 0 !important;
  }

  .js-store-prod-all-text {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    justify-content: space-between;
    margin-top: 40px !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   МЕДИА: max-width 900px
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 900px) {

  #allrecords .t397 .t397__wrapper {
    gap: 8px !important;
    margin-bottom: 24px !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   МЕДИА: max-width 480px
   ═══════════════════════════════════════════════════════════ */

@media (max-width: 480px), (orientation: landscape) and (max-height: 480px) {

  #allrecords .t397 .t397__title {
    padding: 10px 18px !important;
    font-size: 13px !important;
  }

  #allrecords .t397 .t397__wrapper {
    gap: 8px !important;
  }

  html body #allrecords #nav1229813441 .t450__logo,
  html body #allrecords #nav1229813441 .t450__logo span {
    font-size: 24px !important;
  }

  html body #allrecords #nav1229813441 a.t-menu__link-item {
    font-size: 13px !important;
    letter-spacing: 0.06em !important;
  }

  html body #allrecords .t050 .t050__title.t-title_xxl {
    font-size: 28px !important;
  }

  html body #allrecords .t050 .t-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }

  html body #allrecords .t555 > .t-container {
    padding-left: 10px !important;
    padding-right: 10px !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   МЕДИА: t050 — размеры заголовка по брейкпоинтам
   ═══════════════════════════════════════════════════════════ */

@media screen and (min-width: 1200px) {
  html body #allrecords .t050 .t050__title.t-title_xxl {
    font-size: 58px !important;
  }
}

@media screen and (max-width: 1200px) and (min-width: 901px) {
  html body #allrecords .t050 .t050__title.t-title_xxl {
    font-size: 45px !important;
  }
}

@media screen and (max-width: 900px) and (min-width: 481px) {
  html body #allrecords .t050 .t050__title.t-title_xxl {
    font-size: 36px !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   МЕДИА: min-width 1200px
   ═══════════════════════════════════════════════════════════ */

@media screen and (min-width: 1200px) {

  .t706__cartpage-content {
    margin-top: 230px !important;
  }

  .t706__cartpage-form-wrapper,
  .t706__cartpage-info-wrapper {
    top: 200px !important;
  }

  #rec721165331 .t702__title {
    vertical-align: middle;
    color: #68978e;
    font-size: 45px;
    font-family: 'Cygre', Arial, sans-serif;
    line-height: 0.97;
    font-weight: 300;
    text-transform: uppercase;
    background-position: center center;
    border-color: transparent;
    border-style: solid;
  }

  #rec721165331 .t-btnflex.t-btnflex_type_submit {
    background-color: #68978E !important;
    cursor: pointer;
    color: #ffffff !important;
    font-size: 16px;
    transition: color 0.5s;
    border-radius: 16px !important;
    letter-spacing: 2px !important;
    font-family: 'Manrope', Arial, sans-serif !important;
    text-transform: uppercase;
    font-weight: 300 !important;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  #rec721165331 .t-btnflex.t-btnflex_type_submit:hover {
    background-color: #3E7E71 !important;
  }

  #nav1229813441 {
    z-index: 999999999 !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   PREFERS-REDUCED-MOTION
   ═══════════════════════════════════════════════════════════ */

@media (prefers-reduced-motion: reduce) {
  #allrecords .t397 .t397__title,
  html body #allrecords #nav1229813441 a.t-menu__link-item,
  html body #allrecords #nav1229813441 a.t-menu__link-item::after,
  html body #allrecords #nav1229813441 .t450__right_descr a,
  html body #allrecords #nav1229813441 .t450__close-button {
    transition: none !important;
  }
}
</style>