<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";

.pseudo_block,
.sprite_img,
.fade_bottom {
  position: absolute;
  display: block;
  font-size: 0;
  line-height: 0;
  padding: 0;
  margin: 0;
  content: ' ';
}

.sprite_img {
  left: 50%;
  top: 50%;
}

.hide_text {
  font: 0/0 a;
  text-shadow: none;
  color: transparent;
}

.overflow_text,
.market_item_title,
.market_item_rub,
.market_item_price_wrap {
  display: block;
  max-width: 100%;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.block {
  display: block;
}

.pointer {
  cursor: pointer;
}

.nopointer {
  cursor: default !important;
}

.nwrp,
.w1nwrp {
  white-space: nowrap;
}

.w100 {
  width: 100%;
}

.w1nwrp {
  width: 1%;
}

.inline_middle,
.market_item_img,
.market_item_mini_body,
.inline_top {
  display: inline-block;
}

.vat {
  vertical-align: top;
}

.inline_middle,
.market_item_img,
.market_item_mini_body {
  vertical-align: middle;
}

.inline_top {
  vertical-align: top;
}

.edit_table {
  font-size: 13px;
}

.edit_table tr &gt; th {
  padding: 4px 2px 4px 0;
}

.edit_table th + td {
  padding: 4px 0 4px 2px;
}

.edit_table tr &gt; th {
  font-weight: bold;
  text-align: right;
  vertical-align: middle;
  white-space: nowrap;
}

.edit_table th small {
  font-weight: normal;
  font-size: 10px;
  color: #aaa;
  line-height: 13px;
  display: block;
  position: relative;
  top: -.25em;
}

.edit_table__top tr &gt; th {
  vertical-align: top;
}

.fade_bottom {
  left: 0;
  bottom: 0;
  width: 100%;
  height: 20px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjAiLz48c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiLz48L2xpbmVhckdyYWRpZW50PjwvZGVmcz48cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMTAwJSIgaGVpZ2h0PSIxMDAlIiBmaWxsPSJ1cmwoI2dyYWQpIiAvPjwvc3ZnPiA=');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #ffffff));
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0), #ffffff);
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0), #ffffff);
}

.more_btn_fake_element_rarr,
.more_btn_fake_element_darr {
  cursor: pointer;
  border: none;
  background-color: transparent;
  font-size: 1.35em;
  color: #007AB1;
  position: relative;
  text-decoration: none;
}

.more_btn_fake_element_rarr:hover,
.more_btn_fake_element_darr:hover {
  color: #008DCC;
}

.more_btn_fake_element_rarr:hover span,
.more_btn_fake_element_darr:hover span {
  text-decoration: underline;
}

.more_btn_fake_element_rarr:active,
.more_btn_fake_element_darr:active {
  top: 1px;
}

.more_btn_fake_element_rarr,
.more_btn_fake_element_darr {
  margin-right: 20px;
}

.more_btn_fake_element_rarr:hover,
.more_btn_fake_element_darr:hover {
  text-decoration: underline;
}

.more_btn_fake_element_rarr:after,
.more_btn_fake_element_darr:after {
  position: absolute;
  font-size: 18px;
  line-height: 18px;
  height: 18px;
  top: 50%;
  margin-top: -8px;
  left: 100%;
  padding-left: 5px;
}

.more_btn_fake_element_rarr:after {
  content: '→';
}

.more_btn_fake_element_darr:after {
  content: '↓';
}

.ainvert {
  text-decoration: none;
}

.ainvert:hover {
  text-decoration: underline !important;
}

.market_shadow,
.market_item__hover,
.market_item_mini__hover,
.market_shadow:after,
.market_item__hover:after,
.market_item_mini__hover:after {
  -webkit-backface-visibility: hidden;
  -webkit-transform: translate3D(0, 0, 0);
}

.market-sprite {
  background-image: url('/i/market-sd68b9af9cf.png');
  background-repeat: no-repeat;
}

.market_shadow,
.market_item__hover,
.market_item_mini__hover {
  position: relative;
  z-index: 1;
}

.market_shadow:after,
.market_item__hover:after,
.market_item_mini__hover:after,
.market_shadow:before,
.market_item__hover:before,
.market_item_mini__hover:before {
  overflow: hidden;
  content: ' ';
  position: absolute;
  top: -10px;
  left: -10px;
  width: 100%;
  height: 100%;
  background-color: #fff;
  padding: 10px;
  z-index: -1;
  opacity: 0;
}

.market_shadow:after,
.market_item__hover:after,
.market_item_mini__hover:after {
  box-shadow: 0px 1px 4px #D2D2D2;
  border-radius: 5px;
  z-index: -2;
  -o-transition: opacity 0.1s ease-in-out;
  -webkit-transition: opacity 0.1s ease-in-out;
  transition: opacity 0.1s ease-in-out;
}

.market_shadow:hover:before,
.market_item__hover:hover:before,
.market_item_mini__hover:hover:before,
.market_shadow:hover:after,
.market_item__hover:hover:after,
.market_item_mini__hover:hover:after {
  opacity: 1;
}

.market_button,
.market_item_to_cart {
  margin: 0;
  padding: 8px 12px;
  font-size: 12px;
  line-height: 17px;
  line-height: normal;
  font-family: inherit;
  font-weight: bold;
  outline: none;
  color: #454545;
  background: #E2E2E2;
  border: 1px solid #D2D2D2;
  border-bottom-color: #BBB;
  cursor: pointer;
  text-decoration: none;
  display: inline-block;
  position: relative;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  text-shadow: 0 1px #fff;
  box-shadow: inset 0 4px 0 -3px #FFF;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2UyZTJlMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y1ZjVmNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e2e2e2), color-stop(100%, #f5f5f5));
  background-image: -webkit-linear-gradient(bottom, #e2e2e2, #f5f5f5);
  background-image: -o-linear-gradient(bottom, #e2e2e2, #f5f5f5);
  background-image: linear-gradient(to top, #e2e2e2, #f5f5f5);
  -o-transition: all 0.1s;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}

.market_button:hover,
.market_item_to_cart:hover {
  color: #222;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjEuMCIgeDI9IjAuNSIgeTI9IjAuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2Y5ZjlmOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 100%, 50% 0%, color-stop(0%, #e6e6e6), color-stop(100%, #f9f9f9));
  background-image: -webkit-linear-gradient(bottom, #e6e6e6, #f9f9f9);
  background-image: -o-linear-gradient(bottom, #e6e6e6, #f9f9f9);
  background-image: linear-gradient(to top, #e6e6e6, #f9f9f9);
}

.market_button:active,
.market_item_to_cart:active {
  box-shadow: inset 0px 2px 2px 1px rgba(0, 0, 0, 0.1);
  text-shadow: 0 -1px #EEE;
}

.market_button.for_mobile,
.for_mobile.market_item_to_cart {
  display: none;
}

.market_input,
.market_textarea {
  height: 10px;
  margin: 0;
  padding: 8px 4px 7px;
  font-size: 13px;
  line-height: 17px;
  font-family: inherit;
  outline: none;
  color: #1b1b1b;
  background: #FFF;
  border: 1px solid #D2D2D2;
  border-radius: 3px;
  box-shadow: inset 1px 2px 6px #EFEFEF;
}

.market_textarea {
  min-height: 40px;
  display: block;
  height: auto;
}

.market_price__discount,
.market_item_price__discount {
  background-color: #FEEFAB;
  border-radius: 2px;
  padding: 2px 4px;
}

.market_price__old,
.market_item_price_old {
  color: #ABABAB;
  text-decoration: line-through;
  font-size: 10px;
}

.market_item_signature {
  font-weight: normal;
  font-size: 10px;
}

.market_signature {
  padding: 2px 4px;
  border-radius: 2px;
  color: #f9f9f9;
}

.market_signature__special {
  background-color: #8DBC02;
}

.market_signature__order {
  background-color: #A81A9D;
}

.market_signature__action {
  background-color: #C42702;
}

.market_signature__instock {
  background-color: #1179B1;
}

.market_block_content__items_wrap {
  font-size: 0;
  line-height: 0;
  margin-top: 10px;
  text-align: left;
  width: 621px !important;
}

.market_firms_logo {
  width: 100%;
  height: auto;
}

.lukipage_header_logo {
  max-width: 100px;
  height: auto;
}

.market_block_content_item img,
.market_shop img {
  max-width: 110px;
  height: auto;
}

.market_item,
.market_item_mini {
  line-height: 18px;
  font-size: 13px;
}

.market_item__hover_no_shadow,
.market_item__hover,
.market_item_mini__hover {
  z-index: 1;
  cursor: pointer;
  position: relative;
}

.market_item__hover_no_shadow:hover,
.market_item__hover:hover,
.market_item_mini__hover:hover {
  z-index: 2;
}

.market_item__hover_no_shadow:hover .market_item_mini_signatures,
.market_item__hover:hover .market_item_mini_signatures,
.market_item_mini__hover:hover .market_item_mini_signatures,
.market_item__hover_no_shadow:hover .market_item_price,
.market_item__hover:hover .market_item_price,
.market_item_mini__hover:hover .market_item_price {
  visibility: hidden;
}

.market_item__hover_no_shadow:hover .market_item_price__noprice,
.market_item__hover:hover .market_item_price__noprice,
.market_item_mini__hover:hover .market_item_price__noprice {
  visibility: visible;
}

.market_item__hover_no_shadow:hover .market_item_btn_wrap,
.market_item__hover:hover .market_item_btn_wrap,
.market_item_mini__hover:hover .market_item_btn_wrap {
  display: block;
}

.market_item__hover_no_shadow:hover .market_item_price_old,
.market_item__hover:hover .market_item_price_old,
.market_item_mini__hover:hover .market_item_price_old {
  visibility: hidden;
}

.market_item {
  position: relative;
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  width: 180px;
  text-align-last: auto;
  margin: 0 13px 25px 14px;
}

.market_item__620 {
  margin: 0 10px 25px;
}

.market_item__mini {
  width: 100px;
  margin: 0 5px 25px;
  white-space: nowrap;
}

.market_item__mini .market_item_title__extend {
  padding-top: 85px;
}

.market_item__mini .market_item_img__extend {
  height: 80px;
}

.market_item__mini .market_item_mini {
  margin-right: 30px;
}

.market_item_mini {
  text-align: left;
  margin-bottom: 20px;
  position: relative;
  cursor: pointer;
  white-space: nowrap;
}

.market_item_mini__hover:after,
.market_item_mini__hover:before {
  left: -10px;
  top: -4px;
  padding: 7px 10px;
}

.market_item_mini__hover:hover .market_item_title {
  text-decoration: underline;
  color: #008DCC;
}

.market_item_mini__hover:hover .market_item_img {
  opacity: .9;
}

.market_item_mini__set {
  max-width: 250px;
  margin-bottom: 0;
}

.market_item_mini__basket,
.market_item_mini__history {
  margin: 0 0 0 5px;
}

.market_item_mini__basket .market_item_mini_body,
.market_item_mini__history .market_item_mini_body {
  max-width: 380px;
}

.market_item_mini__history {
  margin: 0;
  cursor: auto;
}

.market_item_img {
  margin-right: 10px;
  overflow: hidden;
  width: 60px;
  height: 60px;
  background: no-repeat 50% 50% transparent;
  background-size: contain;
}

.market_item_mini .market_item_img {
  background-size: contain;
}

.market_item_img.for_mobile {
  display: none;
}

.market_item_mini_body {
  max-width: 165px;
}

.market_item_mini_body table {
  max-width: 100%;
}

.market_item_img__extend {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 130px;
  background: no-repeat 50% 50% transparent;
}

.market_item_mini_signature {
  display: inline-block;
  width: 10px;
  height: 10px;
  background-color: red;
}

.market_item_title {
  font-weight: bold;
  text-decoration: none;
  position: relative;
  color: #008DCC;
  display: inline-block;
  width: 100%;
}

a.market_item_title:hover {
  text-decoration: underline;
}

.market_item_title__extend {
  padding-top: 135px;
}

.market_item_mini_signatures {
  font-size: 0;
  line-height: 16px;
}

.market_item_mini_signatures .market_signature {
  width: 10px;
  height: 10px;
  display: inline-block;
  margin-left: 4px;
  padding: 0;
  border-radius: 5px;
}

.market_item_signature {
  position: absolute;
  width: 100%;
  left: 0;
  text-align: center;
  bottom: 18px;
  line-height: 20px;
  font-size: 10px;
  font-weight: normal;
}

.market_item_rub {
  color: #8B8D8D;
  position: relative;
}

.market_item_no {
  display: block;
  margin-top: 3px;
}

.market_item_price_wrap {
  position: relative;
  font-weight: bold;
  color: #262626;
  display: block;
  padding: 2px 0 5px;
  min-width: 120px;
  background-color: #fff;
}

.market_item_price {
  position: relative;
  display: inline-block;
  color: #272727;
  font-size: 12px;
}

.market_item_price_old {
  font-size: 12px;
}

.market_item_price__noprice {
  color: #999;
}

.market_item_price__discount {
  padding: 0px 4px;
  text-shadow: 1px 1px 1px #fff;
}

.market_item_btn_wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  display: none;
}

.market_item_btn__inbasket,
.market_item_btn__inbasket:hover {
  font-size: 11px;
  text-decoration: none;
  font-weight: bold;
}

.market_item_to_cart {
  position: relative;
  top: 2px;
  font-size: 11px;
  padding: 1px 9px 3px;
  border-radius: 2px;
  color: #454545;
  box-shadow: inset 0 4px 0 -3px #FFF;
}</pre></body></html>