html {height:100%;}body {height:100%;max-width:100%;overflow-x:hidden;display:flex;flex-direction:column;min-width:300px;}body {color:#fff;background:#222;font-family:"Montserrat",sans-serif;font-size:22px;}main {flex:1;}#mainr {width:100%;height:100%;margin:0 auto;overflow-x:hidden;}@font-face {font-family:"Montserrat";src:local("Montserrat-Regular"),url("https://gokatku.ru/public/layout/7544/Montserrat-Regular.ttf");}footer {font-size:14px;background:#333;}#footr {text-align:center;padding:22px 5px;min-height:360px;}#footr p.ftrl {display:block;margin:5px auto;padding:5px 0;}#footr p.ftrl:nth-child(1) {margin-top:22px;}#footr p.ftrl:nth-child(2) {margin-top:12px;}#footr p.ftrl:nth-child(1) a {font-size:120%;margin:5px 8px;}#footr p.ftrl:nth-child(2) a {margin:3px 9px;}#footr a {display:inline-block;}#footr ul {display:block;margin:32px auto;}#footr ul li a {display:inline-block;margin:5px 12px;}input [type="submit"] {background:#555;color:#fff;border:0;border-radius:8px;cursor:pointer;}input [type="submit"]:hover {background-color:#333;}* { margin:0;padding:0;outline:0;box-sizing:border-box;}a {text-decoration:none;color:#fff;}a:visited {color:#fff;}a:hover {color:#ffe;}a:focus {outline:none;}div,span {box-sizing:border-box;}li{list-style:none;display:inline;}h1 {font-size:180%;font-weight:bold;}h2 {font-size:160%;font-weight:bold;}select,input {outline:none;}::selection {background:#def;color:#35f;outline:none;}::-moz-selection {background:#def;color:#35f;outline:none;}::-webkit-scrollbar {width:5px;height:5px;}::-webkit-scrollbar-track {background:rgba(255,255,255,0.1);}::-webkit-scrollbar-thumb{background: rgba(0, 0, 0, 0.5);}#z7ffbx {display:none;position:fixed;top:0;left:0;width:100%;height:100%;z-index:10000;}#z7ffbx {background:url('https://gokatku.ru/public/layout/7544/z7ld.gif') center center no-repeat rgba(255,255,255,.7);background-size:5%;}@keyframes bgRotate { 0% { transform: rotate(0deg) scale(0.2); } 100% { transform: rotate(-360deg) scale(1); }}@keyframes bgRotateB {   0% { transform: rotate(0deg) scale(0.1);}                        100% { transform: rotate(-360deg) scale(1);}}@keyframes bgScale { 0% { transform: scale(1.5); } 100% { transform: scale(1); }}@keyframes tokenInR {   0% { transform: rotate(0deg)    scale(0.1); }                       100% { transform: rotate(-360deg) scale(1);   }}@keyframes tokenInL {   0% { transform: rotate(0deg)    scale(0.1); }                       100% { transform: rotate(360deg)  scale(1);   }}@keyframes blinkNoKeys { 0%, 100% { opacity: 1; }                               50% { opacity: 0; }}.flipCard {animation:flipCardA .3s ease forwards;}@keyframes flipCardA { 0% { transform:rotateY(180deg); } 100% { transform:rotateY(0deg); }}/* === Catalogue Layout === */.ctlgwrp {  display: flex;  flex-wrap: wrap;  justify-content: center;  gap: 1.6rem;  padding: 2rem 1rem;  max-width: 99%;  width: 1680px;  margin: 1vh auto;}.sitm {  background: linear-gradient(180deg, #0d1b2a, #1b263b);  border-radius: 14px;  box-shadow: 0 4px 12px rgba(0,0,0,0.4);  flex: 1 1 calc(20% - 1.6rem);  min-width: 140px;  max-width: 220px;  display: flex;  flex-direction: column;  align-items: center;  padding: 5px;  position: relative;  transition: box-shadow 0.2s ease;}.sitm:hover {  box-shadow: 0 0 12px rgba(255, 120, 30, 0.25);}/* Product image */.gimg {  width: 100%;  max-height: 150px;  margin-bottom: 1rem;  border-radius: 10px;  overflow: hidden;  flex-shrink: 0;}.gimg img {  width: 100%;  height: auto;  max-height: 150px;  object-fit: contain;  border-radius: 10px !important;  display: block;}/* Title */.sitm > b {  margin-top: auto;  font-size: 0.92rem;  font-weight: 600;  color: #fff;  text-shadow: 0 0 2px #000;  line-height: 1.3;  display: flex;  align-items: flex-end;  justify-content: center;  min-height: 2.3rem;  padding: 0 0.3rem;  text-align: center;}.sitm > b a {  color: inherit;  text-decoration: none;  display: block;}/* Price */.sitm > i {  font-size: 1rem;  color: #aaf1ff;  font-weight: 600;  text-shadow: 0 0 3px #00eaff44;  display: flex;  align-items: center;  justify-content: center;  margin: 0.3rem 0 0.6rem;  min-height: 1.3rem;}/* Not available */.sitm .nosale {  background-color: #411e1e;  color: #ffb3b3;  font-size: 0.9rem;  padding: 0.3em 0.8em;  border-radius: 6px;  box-shadow: 0 0 4px #3f1616;}/* Inactive cart button */.icartw_inactive {  background: rgba(70, 40, 40, 0.5);  color: #eee;  font-size: 0.9rem;  padding: 0.4rem 1rem;  border-radius: 6px;  text-transform: uppercase;  letter-spacing: 0.05em;  font-weight: 600;  box-shadow: 0 0 4px #2a1313;  margin-top: auto;}.sitm .icartw,.sitm .icartw_inactive {  margin-top: auto;  display: flex;  justify-content: center;  width: 100%;  position: relative;  bottom: 0;}/* === Responsive === */@media (max-width: 1200px) {  .sitm { flex: 1 1 calc(25% - 1.6rem); }}@media (max-width: 900px) {  .sitm { flex: 1 1 calc(33.333% - 1.6rem); }}@media (max-width: 700px) {  .sitm { flex: 1 1 calc(50% - 1.6rem); }}@media (max-width: 420px) {  .sitm { flex: 1 1 calc(48% - 1.6rem); }}.btnA {display:inline-block;padding:14px;min-width:42%;margin:5px auto;color:#700;font-weight:bold;font-size:120%;letter-spacing:3px;}.btnA {background:linear-gradient(42deg,#FDB435,#FFF506);border-radius:12px;border:1px solid #920;box-shadow:inset 0 0 2px #000;transition:all .3s ease;}.btnA:hover {letter-spacing:1px;border:1px solid #c20;box-shadow:inset 1px 1px 5px #c30;}.btnA:active {letter-spacing:0;box-shadow:inset 3px 3px 1px #927;}.btnB {display:inline-block;padding:8px 16px;background:rgba(255,255,255,.1);letter-spacing:1px;transition:all .3s ease;border-radius:5px;color:#fff;}.btnB:hover {filter:brightness(1.2);letter-spacing:0;background:rgba(255,255,255,.15);color:#ffd;}/* === Unified Orange Cart Widget === */.icartw {  display: flex;  align-items: center;  justify-content: center;  background: linear-gradient(90deg, #ff9430, #ff6d00);  border-radius: 8px;  padding: 0;  gap: 0;  height: 2.3rem;  box-shadow: 0 0 5px rgba(255, 120, 30, 0.35);  overflow: visible;  width: 100%;  max-width: 100%;  z-index: 2;}/* quantity dropdown */.cartqty {  appearance: none;  background: rgba(255,255,255,0.25);  border: none;  padding: 0.3rem 0.6rem;  color: #000;  font-size: 0.95rem;  font-weight: bold;  border-radius: 6px 0 0 6px;  text-align: center;  min-width: 2.4rem;  z-index: 1;  position: relative;  align-self: stretch;}/* spinner inside qty */.icartw .smcartLoadingBox {  position: absolute;  left: -5px;  top: 42%;  transform: translateY(-50%);  width: 36px;  height: 36px;  z-index: 32;  pointer-events: none;  display: flex;  align-items: center;  justify-content: center;}.icartw .smcartLoadingBox.fecartSpinner u {  display: inline-block;  position: absolute;  width: 30px;  height: 30px;  border-radius: 50%;  border: 3px solid #fff;  border-top-color: transparent;  animation: spinnerAni 1s linear infinite;}.icartw .smcartLoadingBox.fecartSpinner u:nth-child(2) {  animation-delay: 0.1s;}.icartw .smcartLoadingBox.fecartSpinner u:nth-child(3) {  animation-delay: 0.2s;}@keyframes spinnerAni {  0% { transform: rotate(0deg); }  100% { transform: rotate(360deg); }}/* add to cart */.cartbtn {  flex: 1;  background-color: transparent;  color: #000;  font-weight: normal;  font-size: 0.95rem;  padding: 0.3rem 0.8rem 0.3rem 2rem;  border: none;  border-radius: 0;  background-image: url(https://gokatku.ru/public/layout/7544/cartb.webp);  background-repeat: no-repeat;  background-size: 16px;  background-position: 0.6rem center;  cursor: pointer;  transition: background-color 0.2s ease;  align-self: stretch;}.cartbtn:hover {  background-color: rgba(255,255,255,0.2);}/* remove button */.cartclr {  width: 34px;  background-color: transparent;  border: none;  background-image: url(https://gokatku.ru/public/layout/7544/cancel.webp);  background-repeat: no-repeat;  background-size: 18px;  background-position: center;  cursor: pointer;  border-radius: 0 6px 6px 0;  transition: background 0.2s ease;  position: relative;  z-index: 3;  align-self: stretch;}.cartclr:hover {  background-color: rgba(0, 0, 0, 0.15);}.cbswitch {position:relative;display:inline-block;width:40px;height:20px;}.cbswitch * {box-sizing:border-box;}.cbswitch input {opacity:0;width:0;height:0;}.cbslider {position:absolute;top:0;left:0;right:0;bottom:0;border-radius:11px;-webkit-transition:.3s;transition:.2s;cursor:pointer;}.cbslider {border:0;background:#ddd;}.cbslider:before {content:"";position:absolute;height:16px;width:16px;left:2px;bottom:2px;border-radius:50%;background:#555;-webkit-transition:.2s;transition:.2s;}input:checked + .cbslider {}input:focus + .cbslider {outline:none!important;}input:checked + .cbslider:before {-webkit-transform:translateX(22px);-ms-transform:translateX(20px);transform:translateX(20px);background-color:#333;}.crypbx {display:flex;flex-direction:row;flex-wrap:wrap;align-content:center;justify-content:center;min-width:300px;margin:22px auto;padding:18px;width:100%;}.crypbx {background:rgba(255,255,255,.1);border-radius:12px;}.crypbx * {box-sizing:border-box;}.crypbx > a {display:inline-block;border-radius:8px;overflow:hidden;}.crypbx > a:hover {filter:brightness(1.17);}.crypbx > a:nth-child(1), .crypbx > a:nth-child(5), .crypbx > a:nth-child(6), .crypbx > a:nth-child(8) {animation: tokenInL .5s ease 1;}.crypbx > a:nth-child(2), .crypbx > a:nth-child(3), .crypbx > a:nth-child(4), .crypbx > a:nth-child(7) {animation: tokenInR .5s ease 1;}.crypbx > a b {display:block;text-align:center;color:#fff;font-weight:bold;white-space:nowrap;overflow:hidden;}.crypbx > a b:hover {color:#ffd;}.crypbx > a:active {transform:scale(.92);}.crypbx a#pmbnbbep20 {background:url('https://gokatku.ru/public/layout/7544/bnb.webp') center 8px no-repeat;background-size:48%;order:4;}.crypbx a#pmbnbbep20:hover {background:url('https://gokatku.ru/public/layout/7544/bnb.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmusdtbep20 {background:url('https://gokatku.ru/public/layout/7544/usdtbsc.webp') center 8px no-repeat;background-size:48%;order:2;}.crypbx a#pmusdtbep20:hover {background:url('https://gokatku.ru/public/layout/7544/usdtbsc.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmbusdbep20 {background:url('https://gokatku.ru/public/layout/7544/busd.webp') center 8px no-repeat;background-size:48%;order:5;}.crypbx a#pmbusdbep20:hover {background:url('https://gokatku.ru/public/layout/7544/busd.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmshibbep20 {background:url('https://gokatku.ru/public/layout/7544/shibbep20.webp') center 8px no-repeat;background-size:48%;order:6;}.crypbx a#pmshibbep20:hover {background:url('https://gokatku.ru/public/layout/7544/shibbep20.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmcakebep20 {background:url('https://gokatku.ru/public/layout/7544/cakebep20.webp') center 8px no-repeat;background-size:48%;order:7;}.crypbx a#pmcakebep20:hover {background:url('https://gokatku.ru/public/layout/7544/cakebep20.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmtron {background:url('https://gokatku.ru/public/layout/7544/trx.webp') center 8px no-repeat;background-size:48%;order:3;}.crypbx a#pmtron:hover {background:url('https://gokatku.ru/public/layout/7544/trx.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmusdttrx {background:url('https://gokatku.ru/public/layout/7544/usdttron.webp') center 8px no-repeat;background-size:48%;order:1;}.crypbx a#pmusdttrx:hover {background:url('https://gokatku.ru/public/layout/7544/usdttron.webp') center 8px no-repeat;background-size:48%;}.crypbx a#pmusdctrx {background:url('https://gokatku.ru/public/layout/7544/usdctron.webp') center 8px no-repeat;background-size:48%;order:8;}.crypbx a#pmusdctrx:hover {background:url('https://gokatku.ru/public/layout/7544/usdctron.webp') center 8px no-repeat;background-size:48%;}/*** DesktopWide */@media screen and (min-width: 920px) {.crypbx > a {flex:0 1 142px;margin:5px;}.crypbx > a b {margin-top:82px;font-size:14px;padding:9px 3px;}}/*** Tablet */@media screen and (max-width: 919px) {.crypbx > a {flex:0 1 136px;margin:3px 3px 9px;}.crypbx > a b {margin-top:98px;font-size:14px;padding:9px 3px;}}/*** Mobile */@media screen and (max-width: 579px) {.crypbx > a {flex:0 1 130px;margin:4px 4px 8px;}.crypbx > a b {margin-top:98px;font-size:14px;padding:9px 3px;}}.payscrwrp {color:#111;margin:68px auto 128px;max-width:800px;}.payscrwrp .cpinf {padding:5px 3%;font-weight:bold;}.payscrwrp .cpinf a {color:#777;}.payscrwrp .cpinf a:hover {color:#111;text-decoration:underline;}.payscrwrp .cpinf a:after {content:'\279E';display:inline-block;margin-left:9px;}.payscrwrp i {display:block;margin:26px auto 5px;font-style:normal;text-align:center;}/* QR-Code Box */.payscrwrp .payscrqrcode {text-align:center;}.payscrwrp .payscrqrcode img {display:block;margin:auto;width:220px;height:220px;border-radius:22px 22px 0 0;}.payscrwrp #qraddr {display:none;}/* ReceivedAmountBox */.payscrwrp .cpr {font-size:18px;font-weight:bold;}.payscrwrp .cpaybtnDefault {display:none;padding:14px;min-width:42%;margin:5px auto;color:#700;font-weight:bold;font-size:120%;letter-spacing:3px;}.payscrwrp .cpaybtnDefault {background:linear-gradient(42deg,#FDB435,#FFF506);border-radius:5px;border:1px solid #920;box-shadow:inset 0 0 2px #927;transition:all .3s ease;}.payscrwrp .cpaybtnDefault:hover {letter-spacing:1px;border:1px solid #c20;box-shadow:inset 1px 1px 5px #c30;}.payscrwrp .cpaybtnDefault:active {letter-spacing:0;box-shadow:inset 3px 3px 1px #927;}.payscrwrp .cpaybtnEnabled {display:inline-block;color:#3a3;}#availableAmtBx {padding:12px 3px;color:#00B241;font-size:120%;}#availableAmtBx:not(:empty)::before {content:'+';}#crpoutputbx span {display:block;margin:0 auto 5px;padding:5px;color:#007A2D;letter-spacing:0;}#crpoutputbx span::before {content:'+';}#crpoutputbx span {background:linear-gradient(90deg,rgba(123,249,169,.25),rgba(123,249,169,.08),rgba(123,249,169,.25));animation:crpanim .1s linear 3;}@keyframes crpanim { 0% { letter-spacing:3px;font-size:130%; } 100% { letter-spacing:0;font-size:100%; }}/* QR-Code Switcher */.payscrwrp .qrswitchbx {margin:0 auto 8px;}.payscrwrp .cbqraddr {width:46px;height:24px;}.payscrwrp .cbqraddr .cbslider {border:2px solid #ddd;border-radius:13px;}.payscrwrp .cbqraddr input + .cbslider::before {background:#555;}.payscrwrp .cbqraddr input:checked + .cbslider::before {background:#c30;}.payscrwrp #qrswitchhint {display:inline-block;height:24px;line-height:24px;margin-left:9px;font-size:14px;vertical-align:top;}.payscrwrp .qrswitchhintActive {color:#c30!important;}.payscrwrp .requiredAmt {margin:auto;min-width:190px;font-weight:bold;position:relative;z-index:1;white-space:nowrap;background:rgba(255,255,255,.58);}.payscrwrp .requiredAmt::before {content:"";display:inline-block;position:absolute;top:50%;width:38px;height:38px;margin-top:-19px;margin-left:-50px;z-index:2;}.payscrwrp .payscraddrbx {display:block;margin:0 auto;border-radius:8px;text-align:center;position:relative;z-index:10;}.payscrwrp .payscraddrbx::before {content:"";position:absolute;width:100%;height:100%;top:0;left:0;z-index:-1;}.payscrwrp .payscraddr {display:block;font-weight:bold;letter-spacing:1px;position:relative;font-size:32px;}.payscrwrp .payscraddr:hover {cursor:pointer;letter-spacing:2px;transition:all 1s ease;}.payscrwrp .payscraddr:active {letter-spacing:0;}.payscrwrp .payscraddr::after {content:"";display:inline-block;border-radius:50%;z-index:2;}.payscrwrp .payscraddr:hover::after {transform:scale(.96);}.payvals {display:flex;margin:0 auto 32px;text-align:center;border-bottom:1px solid #ddd;font-weight:bold;}.payvals span {flex:0 1 33.33%;padding-bottom:15px;}.payvals span:first-child {border-right:1px solid #ddd;}.payvals span:last-child {border-left:1px solid #ddd;}.payvals span b {display:block;padding:8px 3px;margin-bottom:15px;font-size:16px;background:#f7f7f7;border-bottom:1px solid #ddd;}/* Metamask */.payscrwrp #mmsend {display:block;width:80px;height:80px;background:url('https://gokatku.ru/public/layout/7544/metamask.png') top center no-repeat;border:0;margin:3px auto;}.payscrwrp #mmsend:hover {cursor:pointer;filter:brightness(107%);background-size:96%;}/*** DesktopWide */@media screen and (min-width: 920px) {.payscrwrp {padding:12px 0 32px;background:#fff;box-shadow:0 0 72px #5CC7FF;font-size:22px;line-height:32px;}.payscrwrp .requiredAmt {display:inline-block;padding:16px 22px 16px 68px;font-size:32px;letter-spacing:2px;border-radius:12px 12px 0 0;}.payscrwrp .payscraddr {font-size:22px;letter-spacing:1px;text-align:center;padding:12px;margin:auto;}.payscrwrp .payscraddr::after {width:42px;height:42px;bottom:-21px;right:-21px;position:absolute;border:2px solid #fff;}}/*** MobileTablet */@media screen and (max-width: 919px) {.payscrwrp {padding:32px 0;background:#fff;font-size:18px;line-height:28px;}.payscrwrp .requiredAmt {display:block;padding:12px 16px 12px 58px;font-size:22px;letter-spacing:1px;}.payscrwrp .payscraddr {font-size:20px;line-height:24px;padding:12px 68px 12px 12px;margin:auto;white-space:wrap;word-break:break-all;}.payscrwrp .payscraddr::after {width:34px;height:34px;position:absolute;right:16px;top:50%;margin-top:-17px;}}/***** TokenSpecific *****//* Tron */.tron .requiredAmt {color:#c30;}.tron .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/trx.webp') center center no-repeat;background-size:cover;}.tron .payscraddr {color:#fff;background:linear-gradient(52deg,#c30,#e22);}.tron .payscraddr:hover {color:#ffd;background:linear-gradient(52deg,#d52,#f73);}.tron .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #f73;}/* TetherOnTron */.usdttrx .requiredAmt {color:#54AE94;}.usdttrx .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/usdttron.webp') center center no-repeat;background-size:cover;}.usdttrx .payscraddr {color:#fff;background:linear-gradient(52deg,#54AE94,#86C6B3);}.usdttrx .payscraddr:hover {color:#ffd;background:linear-gradient(52deg,#97CEBE,#B3DBCF);}.usdttrx .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #86C6B3;}/* TetherOnBSC */.usdtbep20 .requiredAmt {color:#54AE94;}.usdtbep20 .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/usdtbsc.webp') center center no-repeat;background-size:cover;}.usdtbep20 .payscraddr {color:#fff;background:linear-gradient(52deg,#54AE94,#86C6B3);}.usdtbep20 .payscraddr:hover {color:#ffd;background:linear-gradient(52deg,#97CEBE,#B3DBCF);}.usdtbep20 .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #86C6B3;}/* USDC-TRC20 */.usdctrx .requiredAmt {color:#2775C9;}.usdctrx .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/usdctron.webp') center center no-repeat;background-size:cover;}.usdctrx .payscraddr {color:#fff;background:linear-gradient(52deg,#2775C9,#5496DE);}.usdctrx .payscraddr:hover {color:#ffd;background:linear-gradient(52deg,#3684D8,#83B3E7);}.usdctrx .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #2775C9;}/* bnbbep20 */.bnbbep20 .requiredAmt {color:#534003;}.bnbbep20 .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/bnb.webp') center center no-repeat;background-size:cover;}.bnbbep20 .payscraddr {color:#534003;background:linear-gradient(52deg,#F1B90A,#F7C93B);}.bnbbep20 .payscraddr:hover {color:#896906;background:linear-gradient(52deg,#F7CD4A,#FADC80);}.bnbbep20 .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #F1B90A;}/* BUSD */.busdbep20 .requiredAmt {color:#534003;}.busdbep20 .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/busd.webp') center center no-repeat;background-size:cover;}.busdbep20 .payscraddr {color:#534003;background:linear-gradient(52deg,#F1B90A,#F7C93B);}.busdbep20 .payscraddr:hover {color:#896906;background:linear-gradient(52deg,#F7CD4A,#FADC80);}.busdbep20 .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #F1B90A;}/* SHIBBEP20 */.shibbep20 .requiredAmt {color:#A80301;}.shibbep20 .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/shibbep20.webp') center center no-repeat;background-size:cover;}.shibbep20 .payscraddr {color:#fff;background:linear-gradient(52deg,#F00501,#FFA408);}.shibbep20 .payscraddr:hover {color:#ffa;background:linear-gradient(52deg,#FE1410,#FFB638);}.shibbep20 .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #FE1410;}/* CakeBEP20 */.cakebep20 .requiredAmt {color:#1C9096;}.cakebep20 .requiredAmt::before {background:url('https://gokatku.ru/public/layout/7544/cakebep20.webp') center center no-repeat;background-size:cover;}.cakebep20 .payscraddr {color:#fff;background:linear-gradient(52deg,#49D5DD,#69DCE3);}.cakebep20 .payscraddr:hover {color:#ffa;background:linear-gradient(52deg,#57D8E0,#A9EBEF);}.cakebep20 .payscraddr::after {background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat #49D5DD;}/*** DesktopWide */@media screen and (min-width: 920px) {.tron .requiredAmt {border:2px solid #c30;border-bottom:0;}.tron .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/trx.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.usdttrx .requiredAmt {border:2px solid #54AE94;border-bottom:0;}.usdttrx .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/usdttron.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.usdctrx .requiredAmt {border:2px solid #2775C9;border-bottom:0;}.usdctrx .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/usdctron.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.usdtbep20 .requiredAmt {border:2px solid #54AE94;border-bottom:0;}.usdtbep20 .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/usdtbsc.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.bnbbep20 .requiredAmt {border:2px solid #F1B90A;border-bottom:0;}.bnbbep20 .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/bnb.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.busdbep20 .requiredAmt {border:2px solid #F1B90A;border-bottom:0;}.busdbep20 .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/busd.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.shibbep20 .requiredAmt {border:2px solid #F1B90A;border-bottom:0;}.shibbep20 .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/shibbep20.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}.cakebep20 .requiredAmt {border:2px solid #49D5DD;border-bottom:0;}.cakebep20 .payscraddrbx::before {background:url('https://gokatku.ru/public/layout/7544/cakebep20.webp') -20% bottom no-repeat;background-size:42%;opacity:.25;filter:blur(1px);}}/*** MobileTablet */@media screen and (max-width: 919px) {.tron .requiredAmt {background:rgba(220,42,0,.08);}.usdttrx .requiredAmt {background:rgba(80,160,100,.08);}.usdtbep20 .requiredAmt {background:rgba(80,160,100,.08);}.usdctrx .requiredAmt {background:rgba(40,117,202,.08);}.bnbbep20 .requiredAmt {background:rgba(241,182,10,.08);}.busdbep20 .requiredAmt {background:rgba(241,182,10,.08);}.shibbep20 .requiredAmt {background:rgba(220,42,0,.08);}.cakebep20 .requiredAmt {background:rgba(73,213,221,.08);}}.docwrp {background:rgba(255,255,255,.17);max-width:1280px;margin:2vh auto;padding:3vh 2vw;border-radius:12px;font-size:22px;}.docwrp .contentList {margin-bottom:5vh;}.docwrp ul li {display:block;margin:1vh 0 1vh 1vw;}.docwrp ul li a {}.docwrp ul li a:hover {text-decoration:underline;}.docwrp h1 {display:block;margin:1vh auto 3vh;font-size:120%;}.docwrp h2 {display:block;margin:1vh auto 2vh;font-size:100%;}.docwrp p {display:block;margin:1vh 1vw 3vh;font-size:90%;line-height:32px;}.fiatbx {min-width:300px;text-align:center;color:#2F065B;background:rgba(255,255,255,.15);padding:18px;border-radius:12px;}.fiatbx .wsm {margin:5px auto;padding:0 0 12px;max-width:380px;text-align:center;background:#fafafa;border-radius:12px;border:2px solid #eee;}.fiatbx .wsm .payhint span {display:block;margin:8px auto;padding:5px 0;background:#f1f1f1;}.fiatbx .wsm .payhint b {display:block;margin:8px auto;}.fiatbx .wsm .nomoneyaccbox i {display:block;width:186px;height:186px;margin:32px auto;background:#ddd;border-radius:50%;border:2px solid #eee;}.fiatbx .wsm .nomoneyaccbox i {background:url('https://gokatku.ru/public/layout/7544/payaccount.webp') center center no-repeat #fff;background-size:80%;}.fiatbx .wsm .nomoneyaccbox,.fiatbx .wsm .noliquidity {color:#e22;font-size:16px;}.fiatbx .wsm .nomoneyaccbox a,.fiatbx .wsm .noliquidity a {display:inline-block;margin:16px auto;padding:8px 12px;color:#3a3;font-size:22px;background:#fff;border:1px solid #ddd;border-radius:12px;}.fiatbx .wsm .nomoneyaccbox a:hover,.fiatbx .wsm .noliquidity a:hover {color:#5d5;}.fiatbx .wsm .wsmheadbx {border-bottom:2px solid #eee;background:#f2f2f2;padding:5px 0;border-radius:12px 12px 0 0;}.fiatbx .wsm .wsmftrbx {padding:9px 0;font-size:80%;}.fiatbx .wsm .wsmftrbx a:hover {color:#520A9E;text-decoration:underline;}.fiatbx .wsmaccbx {margin:15px auto;text-align:center;}.fiatbx .wsmoneyaccOptBox {position:relative;}.fiatbx .wsmoneyaccOptBox label {display:inline-block;width:calc(100% - 90px);margin:9px 0;padding:12px;border-radius:5px;border:2px solid #eee;text-align:right;}.fiatbx .wsmoneyaccOptBox label {background:url('https://gokatku.ru/public/layout/7544/payaccount.webp') 9px center no-repeat #f7f7f7;background-size:32px;padding-left:50px;color:#555;}.fiatbx .wsmoneyaccOptBox b {display:inline-block;margin-left:12px;white-space:nowrap;}.fiatbx .wsmoneyaccOptBox i {display:none;}.fiatbx .wsmaccbx input[type="radio"] {position:absolute;display:inline-block;width:100%;height:100%;cursor:pointer;opacity:0;}.fiatbx .wsmaccbx input[type="radio"]:checked + label {background:url('https://gokatku.ru/public/layout/7544/payaccount.webp') 9px center no-repeat #fff;background-size:32px;transition:all .5s ease;}.fiatbx .wsmaccbx .posBalance input[type="radio"]:checked + label {color:#393;border:2px solid #3b3;background-color:#fff;}.fiatbx .wsmaccbx .negBalance input[type="radio"]:checked + label {color:#c33;border:2px solid #c33;background-color:#fffafa;}/* pm-select */.fiatbx .pmoptionbox {position:relative;margin:12px;}.fiatbx .pmoptionbox * {box-sizing:border-box;}.fiatbx .pmoptionbox label {display:inline-block;width:100%;height:58px;line-height:58px;border-radius:10px;border:2px solid #efefef;}.fiatbx .pmoptionbox label {text-align:center;font-size:16px;}.fiatbx .pmoptionbox input[type="radio"] {opacity:0;position:absolute;width:100%;height:100%;cursor:pointer;}.fiatbx .pmoptionbox input[type="radio"]:checked + label {border:2px solid #3E0080;transition:all .5s ease;}.fiatbx input[type="submit"] {margin:auto;padding:12px 22px;cursor:pointer;border:0;font-size:20px;border-radius:8px;background-color:#3E0080;color:#fff;}.fiatbx .pmoptwsmoney + label {background:url('https://gokatku.ru/public/layout/7544/payaccount.webp') 9px center no-repeat #fff;background-size:38px;padding:0 12px 0 48px;}.fiatbx .pmoptmpc + label {background:url('https://gokatku.ru/public/layout/7544/paycard.webp') 13px center no-repeat #fff;background-size:30px;padding:0 12px 0 49px;}/* DesktopWideTablet */@media screen and (min-width: 580px) {.fiatbx .pmoptionbox {display:inline-block;}.fiatbx input[type="submit"] {display:inline-block;}}/* Mobile */@media screen and (max-width: 579px) {.fiatbx {padding:0 5vw;}.fiatbx .pmoptionbox {display:block;margin:1vh auto;max-width:92%;}.fiatbx input[type="submit"] {display:block;width:100%;max-width:92%;margin:2vh auto;}}/* spinner */.pmspinner {display:block;margin:12px auto 32px;width:92px;height:92px;position:relative;text-align:center;}.pmspinner b {display:block;margin:8px;border:5px solid #77d;border-radius:50%;border-color:#77d transparent transparent transparent;}.pmspinner b {width:100%;height:100%;animation:pmspinner 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;position:absolute;}.pmspinner b:nth-child(1) {animation-delay: -1s;}.pmspinner b:nth-child(2) {animation-delay: -1.25s;border-color:#77d transparent transparent transparent;}.pmspinner b:nth-child(3) {animation-delay: -1.45s;}@keyframes pmspinner {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}.fromto {  margin: 3vh auto 0;  text-align:center;  max-width:2220px;}.fromto > span {  display: inline-block;  color: #fff;  font-size: 80%;  background: rgba(255,255,255,0.05);  padding:1vh 5vw;  border-radius:5px;}.stickyHdr {transition:all .5s ease;box-shadow:0 0 12px #000;}#hdrbx {position:fixed;left:0;right:0;top:0;z-index:99;background:linear-gradient(to top,#222,#272727);}#hdrinner {display:flex;max-width:2220px;margin:0 auto;width:100%;align-items:center;justify-content:center;text-align:center;}#hdrbx .nvicons {white-space:nowrap;}#hdrbx .nvicons a {display:inline-block;background-size:cover;background-repeat:no-repeat;}#hdrbx .nvicons a:hover {transition:all .3s ease;transform:scale(1.3);}#hdrbx .nvicons .nihome {background-image:url('https://gokatku.ru/public/layout/7544/home.webp');}#hdrbx .nvicons .nisignin {background-image:url('https://gokatku.ru/public/layout/7544/account.webp');}#hdrbx .nvicons .nicart {background-image:url('https://gokatku.ru/public/layout/7544/cart.webp');}#itemsearchfield {white-space:nowrap;}#itemsearchfield input {border:0;background:#555;border:1px solid #888;vertical-align:top;color:#ccc;}#itemsearchfield input[type="text"] {padding:0 8px;border-radius:0;}#itemsearchfield input[type="text"]:focus {color:#fff;}#itemsearchfield input[type="text"]:focus + input[type="submit"] {}#itemsearchfield input[type="submit"] {width:50px;border-radius:0;background:url('https://gokatku.ru/public/layout/7544/search.webp') center center no-repeat #777;background-size:22px;}#itemsearchfield input[type="submit"] {border-left:0;}#itemsearchfield input[type="submit"]:hover {cursor:pointer;}#itemsearchfield input[type="submit"]:active {cursor:pointer;background-size:18px;transition:all .1s ease;}/* WideDesktop */@media screen and (min-width: 780px) {header {padding-top:64px;}#hdrinner {align-items:center;padding:5px 0 0;}#hdrinner .logobx {flex:0 0 18%;}#hdrinner #itemsearchfield {flex:0 0 64%;}#hdrinner #itemsearchfield input {height:42px;line-height:42px;font-size:22px;}#hdrinner #itemsearchfield input[type="text"] {width:calc(92% - 50px);}#hdrinner .nvicons {flex:1;}#hdrinner .nvicons a {margin:auto 9px;width:24px;height:24px;}#hdrinner .logobx a {display:inline-block;font-size:20px;height:64px;line-height:64px;font-weight:bold;letter-spacing:2px;}}/* TabletMobile */@media screen and (max-width: 779px) {header {min-height:126px;background:#373737;}.stickyHdr #itemsearchfield {display:none;}#hdrinner {flex-wrap:wrap;padding:1vh 0 0;}#hdrinner .nvicons {flex:1;order:2;}#hdrinner .logobx {flex:0 0 50%;order:1;}#hdrinner #itemsearchfield {flex:0 0 100%;order:3;padding-top:1vh;}#hdrinner #itemsearchfield input {height:62px;line-height:62px;font-size:32px;}#hdrinner #itemsearchfield input[type="text"] {width:calc(100% - 50px);}#hdrinner .logobx a {display:inline-block;font-size:16px;font-weight:bold;letter-spacing:2px;height:42px;line-height:42px;}#hdrinner .nvicons a {margin:auto 3vw;width:22px;height:22px;}}/* Flags */a[class*="itmfl"]::before {content:'';display:block;width:50px;height:30px;background-size:cover;background-repeat:no-repeat;background-position:center;position:absolute;z-index:5;margin-top:-8px;margin-left:-6px;border-radius:5px;box-shadow:5px 5px 9px #333;transform:rotate(-12deg);transition:all 1s ease;}a[class*="itmfl"]:hover::before {box-shadow:3px 3px 5px #111;transform:rotate(-5deg) scale(1.2);transition:all .5s ease;}/* Flag Pics */.itmflPL::before {background:url('https://gokatku.ru/public/layout/7544/flagPL.png');}.itmflUS::before {background:url('https://gokatku.ru/public/layout/7544/flagUS.png');}.itmflRU::before {background:url('https://gokatku.ru/public/layout/7544/flagRU.png');}.itmflDE::before {background:url('https://gokatku.ru/public/layout/7544/flagDE.png');}.itmflUK::before {background:url('https://gokatku.ru/public/layout/7544/flagUK.png');}.itmlistwrp {min-width:320px;}.itemsnf {text-align:center;padding:5vh 0;}.sitm {color:#fff;}.sitm .itmlistPic img {display:inline-block;margin:auto;}.sitm .itmlistName a {color:#fff;}.sitm .itmlistName a:hover {color:#ffe;}.sitm .itmlistName .actReg {display:inline-block;margin-left:8px;font-style:normal;font-size:70%;font-weight:bold;color:#55a;}.sitm .itmlistName .actReg:empty {display:none;}.sitm .itmlistPrice {color:#093;text-align:right;white-space:nowrap;}.sitm .itmlistPrice p.nosale {color:#BBB;}.sitm .itmlistAv {color:#000;font-weight:bold;}.sitm .itmlistAv i {font-style:normal;}.sitm .itmlistAv .wsstockglvl {color:#3c3;}.sitm .itmlistAv .wsstockblvl {color:#33c;}.sitm .itmlistAv .wsstockylvl {color:#aa3;}.sitm .itmlistAv .wsstockrlvl {color:#c33;}.sitm .itmlistAv .wsstocknlvl {color:#555;}.sitm .icel {white-space:nowrap;}.sitm .icel .cbwrp {display:inline-block;overflow:hidden;}.sitm .icel .cbwrp {background:linear-gradient(26deg,#FF7A33,#FFC75C);}.sitm .icel .cbwrp:hover {background:linear-gradient(32deg,#FF7A33,#FFB56B);}.sitm .icel .cbwrp:hover {filter:brightness(1.1);transition:all .2s ease;}.sitm .icel .cartqty {color:#000;text-align:center;font-weight:bold;border:0;}.sitm .icel .cartbtn {color:#333;border:0;background:url('https://gokatku.ru/public/layout/7544/cartb.webp') 5px center no-repeat transparent;}.sitm .icel .cartbtn:hover, .icel .cbwrp:hover .cartbtn {color:#000;background-position:9px center;}.sitm .icel .cartbtn:active {background-position:14px center;font-size:14px;}.sitm .icel .cartclr {color:#fff;border:0;background:url('https://gokatku.ru/public/layout/7544/cancel.webp') center center no-repeat rgba(0,0,0,.17);}.sitm .icel input, .sitm .icel select {display:inline-block;vertical-align:top;cursor:pointer;}.sitm .icel input:hover {transition:all .3s ease;}.sitm .icel input:active {box-shadow:inset 0 0 50px #777;background-size:18px;}.sitm .icel select {-webkit-appearance:none;-moz-appearance:none;appearance:none;background-image:none;}.sitm .icel select::-webkit-select-placeholder {text-align:center;}.sitm .smcartLoadingBox {position:absolute;}.fecartSpinner u {width:34px;height:34px;margin:5px 0 0 15px;border:3px solid #fff;}.fecartSpinner u {box-sizing:border-box;display:block;position:absolute;border-radius:50%;animation:fecartldranim 1.5s cubic-bezier(0.5, 0, 0.5, 1) infinite;}.fecartSpinner u:nth-child(1) {animation-delay: -36s;border-color:#fff transparent transparent transparent;}.fecartSpinner u:nth-child(2) {animation-delay: -30;border-color:#fff transparent transparent transparent;}.fecartSpinner u:nth-child(3) {animation-delay: -20s;border-color:#fff transparent transparent transparent;}@keyframes fecartldranim {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}@media screen and (max-width: 579px) {.itmlistwrp {}.itmlist {margin:5vh auto;font-size:20px;min-width:280px;}.itmlist .itemlistRow {display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;padding:10px 3%;border-bottom:5px solid #f3f3f3;}.itmlist .itemlistRow > span {padding:9px 3px;vertical-align:middle;}.itmlist .itmlistPic {flex:0 0 30%;text-align:center;}.itmlist .itmlistPic img {display:inline-block;margin:auto;max-width:90%;border-radius:5px;}.itmlist .itmlistName {flex:0 0 70%;align-self:center;text-align:left;font-size:16px;font-weight:bold;}.itmlist .itmlistAv {flex:0 0 30%;text-align:center;}.itmlist .itmlistPrice {flex:0 0 70%;color:#093;text-align:right;white-space:nowrap;font-weight:bold;letter-spacing:2px;}.itmlist .icel {flex:100%;text-align:right;}.itmlist .icel .cbwrp {border-radius:3px;}.itmlist .icel .cartbtn {height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartclr {width:42px;height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartqty {height:42px;line-height:42px;min-width:64px;padding:0 8px;font-size:16px;background:rgba(0,0,0,.17);}}@media screen and (min-width: 580px) and (max-width: 991px) {.itmlistwrp {}.itmlist {margin:5vh auto;font-size:20px;min-width:280px;}.itmlist .itemlistRow {display:flex;flex-direction:row;flex-wrap:wrap;align-items:stretch;padding:10px 3%;}.itmlist .itemlistRow > span {padding:9px 3px;vertical-align:middle;}.itmlist .itmlistPic {flex:0 0 30%;text-align:center;}.itmlist .itmlistPic img {display:inline-block;margin:auto;max-width:90%;border-radius:5px;}.itmlist .itmlistName {flex:0 0 70%;align-self:center;text-align:left;font-size:16px;font-weight:bold;}.itmlist .itmlistAv {flex:0 0 30%;text-align:center;}.itmlist .itmlistPrice {flex:0 0 70%;color:#093;text-align:right;white-space:nowrap;font-weight:bold;letter-spacing:2px;}.itmlist .icel {flex:100%;text-align:right;}.itmlist .icel .cbwrp {border-radius:3px;}.itmlist .icel .cartbtn {height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartclr {width:42px;height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartqty {height:42px;line-height:42px;min-width:64px;padding:0 8px;font-size:16px;background:rgba(0,0,0,.17);}}@media screen and (min-width: 992px) and (max-width: 1439px) {.itmlistwrp {}.itmlist {display:table;margin:5vh auto;width:100%;max-width:1620px;font-size:20px;}.itmlist div.itemlistRow {display:table-row;}.itmlist .itemlistRow > span {display:table-cell;padding:9px 3px;vertical-align:middle;border-bottom:1px solid #ddd;}.itmlist .itemlistRow:last-child > span {border-bottom:0;}.itmlist .itemlistRow:hover > span {background:#f7f7f7;}.itmlist .itmlistPic {width:120px;text-align:center;}.itmlist .itmlistPic img {display:inline-block;margin:auto;max-width:96px;max-height:60px;border-radius:5px;}.itmlist .itmlistPrice {color:#093;text-align:right;white-space:nowrap;font-weight:bold;letter-spacing:2px;width:250px;}.itmlist .itmlistAv {width:82px;text-align:center;border-left:1px solid #eee;border-right:1px solid #eee;}.itmlist .icel {text-align:left;}.itmlist .icel .cbwrp {border-radius:3px;}.itmlist .icel .cartbtn {height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartclr {width:42px;height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartqty {height:42px;line-height:42px;min-width:64px;padding:0 8px;font-size:16px;background:rgba(0,0,0,.17);}}@media screen and (min-width:1440px) {.itmlistwrp {}.itmlist {display:table;margin:5vh auto;width:100%;width:1620px;max-width:90%;font-size:20px;}.itmlist div.itemlistRow {display:table-row;}.itmlist .itemlistRow > span {display:table-cell;padding:9px 3px;vertical-align:middle;border-bottom:1px solid #ddd;}.itmlist .itemlistRow:last-child > span {border-bottom:0;}.itmlist .itemlistRow:hover > span {background:#f7f7f7;}.itmlist .itmlistPic {width:120px;text-align:center;}.itmlist .itmlistPic img {display:inline-block;margin:auto;max-width:96px;max-height:60px;border-radius:5px;}.itmlist .itmlistPrice {color:#093;text-align:right;white-space:nowrap;font-weight:bold;letter-spacing:2px;width:250px;}.itmlist .itmlistAv {width:82px;text-align:center;border-left:1px solid #eee;border-right:1px solid #eee;}.itmlist .icel {text-align:left;}.itmlist .icel .cbwrp {border-radius:3px;}.itmlist .icel .cartbtn {height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartclr {width:42px;height:42px;line-height:42px;font-size:18px;padding:0 16px 0 40px;background-size:24px;}.itmlist .icel .cartqty {height:42px;line-height:42px;min-width:64px;padding:0 8px;font-size:16px;background:rgba(0,0,0,.17);}} .mpBxA {display:flex;flex-direction:row;flex-wrap:wrap;min-width:300px;width:100%;background:#125DA5;transition:background-color .8s ease-in-out;overflow:hidden;}.mpBxA {border-bottom:0;box-shadow:0 0 8vh #000;}.mpSlider {width:100%;max-height:420px;position:relative;}.mpSlider li {position:absolute;width:100%;height:100%;opacity:0;transition:opacity 1s ease-in-out;}.mpSlider li.active {opacity:1;}.mpSlider img {display:block;max-width:100%;width:auto;height:auto;margin:auto;box-shadow:0 0 10vw #fff;}@media screen and (min-width:820px) {.mpBxA {height:420px;}.mpSlider img {max-height:420px;transform:perspective(720px) rotateY(16deg);border-radius:12px;transition:all .8s ease;}}@media screen and (min-width: 520px) and (max-width: 819px) {.mpBxA {height:320px;}.mpSlider img {max-height:320px;}}@media screen and (max-width: 519px) {.mpBxA {height:220px;}.mpSlider img {max-height:220px;}}.customerlinkbx {margin:auto;padding:2vh 0;text-align:center;background:linear-gradient(to left,#fff,#f9f9f9,#fff);color:#000;}.customerlinkbx > span {display:block;font-size:80%;}.customerlinkbx a {color:#000;}.customerlinkbx a:hover {color:#333;text-decoration:underline;}.ordedbx {margin:0 auto 2vh;padding:14px;font-size:16px;text-align:center;background:linear-gradient(to top,#fafafa,#fff);border-radius:0 0 12px 12px;}.ordedbx .textbx {text-align:left;}.ordedbx .textbx label {text-align:left;color:#333;padding:8px;font-weight:bold;}.ordedbx .textbx label {display:block;width:100%;background:linear-gradient(to left,#fff,#f7f7f7,#fff);}.ordedbx textarea {display:block;width:100%;max-width:100%;min-height:86px;resize: vertical;border:1px solid #bbb;padding:8px;border-radius:5px;}.ordedbx .ordcfgbx {margin:12px auto;text-align:left;}.ordedbx .ordcfgbx p {padding:5px 0;}.ordedbx .ordcfgbx label {display:inline-block;min-width:220px;white-space:nowrap;}.ordedbx .ordcfgbx input[type="text"],.ordedbx .ordcfgbx select {background:#fff;color:#333;height:26px;line-height:26px;font-size:14px;width:auto;min-width:150px;border:1px solid #ddd;text-indent:5px;}.ordedbx input[type="submit"] {display:inline-block;padding:8px 16px;margin:9px auto;color:#fff;}.ordedbx input[type="submit"] {border:0;background:#777;border-radius:5px;font-size:20px;}.ordedbx input[type="submit"]:hover {background:#333;cursor:pointer;}@media screen and (max-width: 680px) {.ordedbx .ordcfgbx {text-align:center!important;}}.order {border:1px solid #ddd;border-radius:5px;margin:25px auto;font-size:14px;background:#fff;color:#000;}.order a {color:#000;}.order a:hover {color:#333;}.order:last-child {margin-bottom:220px;}.order .opars {display:flex;background:#f3f3f3;border-bottom:1px solid #ddd;border-top-left-radius:5px;border-top-right-radius:5px;}.order .opars span {flex:1;padding:7px;color:#555;border-right:1px solid #eee;text-align:center;}.order .opars span:first-child {text-align:left;}.order .opars span:last-child {border:0;text-align:right;padding-right:15px;}.order .opars span:last-child b {font-weight:bold;}.order .opars span b {display:block;margin-top:3px;font-weight:normal;font-size:110%;color:#222;}.order .opts {display:flex;padding:7px;border-top:1px solid #ddd;background:#f9f9f9;border-bottom-left-radius:5px;border-bottom-right-radius:5px;}.order .opts span {flex:50%;}.order .opts .pmethod {color:#557;;font-size:90%;}.order .opts .opn {text-align:right;padding-right:8px;}.order .opts .opn a {color:#500;}.order .opts .opn a:hover {color:#D30;}.order .oitems {display:table;padding:9px 0;font-size:110%;width:100%;}.order .oitm {display:table-row;}.order .oitm:hover {background-color:#f9f9f9;}.order .oitm span {display:table-cell;padding:5px;border-right:1px dashed #ddd;vertical-align:middle;}.order .oitm:nth-child(n+2) span {border-top:1px dashed #ddd;}.order .oitm span:last-child {border:0;}.order .oitm:nth-child(n+2) span:last-child {border-top:1px dashed #ddd;}.order .oitm span:nth-child(n+4) {text-align:right;white-space:nowrap;}.order .gimg {width:70px;text-align:center;}.order .gimg img {max-width:60px;max-height:60px;}.order .oitm:hover .gimg img, .order .gimg img:hover {filter:brightness(1.1);}.order .itmn {word-break:break-word;}.order .itmn i {display:inline-block;font-style:normal;margin-left:5px;color:#25C;}.order .itmn a:hover, .order .itmn a:hover i {text-decoration:underline;}.ordstat0 .opars {background:#efe;}.ordstat1 .opars {background:#ffe;}.ordstat2 .opars span:nth-child(3) b {font-weight:bold;color:#070;}.ordstat3 {opacity:.7;color:#999;}.ordstat3 .opars span {color:#999;}.ordstat3 .opars span b {color:#999;}.ordstat3 .opts .pmethod {color:#999;}/* * */@media screen and (max-width: 680px) {.order .opars span:nth-child(2) {display:none;}.order .opars span:last-child {display:none;}.order .opars span:first-child {white-space:nowrap;}.order .oitm .itmp {display:none;}.order .oitm .itmn {min-width:75px;overflow:hidden;word-break:break-word;}}#simicons {display:block;margin:auto;vertical-align:top;height:52px;overflow:hidden;text-align:center;}#simicons {max-width:2220px;font-size:18px;background:linear-gradient(to top,rgba(255,255,255,.033),rgba(255,255,255,0));}#simicons ul li a {display:inline-block;width:auto;line-height:52px;height:52px;padding:0 10px 0 37px;color:#fff;text-align:left;}#simicons ul li a {overflow:hidden;letter-spacing:1px;}#simicons ul li a:hover {color:#eee;}#simicons ul li a#simiconmycontents {background:url(https://gokatku.ru/public/layout/7544/sic_mycontents.webp) 8px center no-repeat;background-size:21px 25px;}#simicons ul li a#simiconmycustomers {background:url(https://gokatku.ru/public/layout/7544/sic_mycustomers.webp) 8px center no-repeat;padding-left:52px;background-size:36px 22px;}#simicons ul li a#simiconmyitems {background:url(https://gokatku.ru/public/layout/7544/sic_myitems.webp) 8px center no-repeat;padding-left:42px;background-size:28px 27px;}#simicons ul li a#simiconmyresources {background:url(https://gokatku.ru/public/layout/7544/sic_myresources.webp) 8px center no-repeat;background-size:20px 25px;}#simicons ul li a#simiconmyorders {background:url(https://gokatku.ru/public/layout/7544/sic_myorders.webp) 8px center no-repeat;padding-left:33px;background-size:19px 26px;}#simicons ul li a#simiconmytrades {background:url(https://gokatku.ru/public/layout/7544/sic_mysales.webp) 8px center no-repeat;padding-left:33px;background-size:19px 26px;}#simicons ul li a#simiconmymarkets {background:url(https://gokatku.ru/public/layout/7544/sic_markets.webp) 8px center no-repeat;background-size:25px 23px;}#simicons ul li a#simiconwsstock {background:url(https://gokatku.ru/public/layout/7544/sic_stock.webp) 5px center no-repeat;background-size:27px 21px;}@media screen and (min-width:960px) {#simicons ul li a {border-radius:3px;}}@media screen and (max-width:959px) {#simicons {display:block;width:96%;height:auto;font-size:18px;margin:64px auto 22px;border-radius:0 0 12px 12px;}#simicons ul li a {display:inline-block;width:50%;padding:0!important;text-indent:62px;float:left;}#simicons ul li a#simiconmycontents {background-position:14px center;}#simicons ul li a#simiconmyresources {background-position:16px center;}#simicons ul li a#simiconmyorders {background-position:14px center;}#simicons ul li a#simiconmytrades {background-position:14px center;}#simicons ul li a#simiconmymarkets {background-position:12px center;}#simicons ul li a#simiconwsstock {background-position:12px center;}}@media screen and (max-width:340px) {#simicons {display:block;height:auto;font-size:18px;border-radius:5px;width:100%;}#simicons ul li a {display:block;width:100%;padding:0!important;text-indent:62px;float:left;}#simicons ul li a#simiconmycontents {background-position:14px center;}#simicons ul li a#simiconmyresources {background-position:16px center;}#simicons ul li a#simiconmytrades {background-position:14px center;}#simicons ul li a#simiconmymarkets {background-position:12px center;}}.ftrsocial {margin:82px 5% 138px;text-align:center;z-index:199;}.ftrsocial a {display:inline-block;width:42px;height:42px;margin:12px;background-repeat:no-repeat;background-size:cover!important;border-radius:50%;transition:all 1s ease;}.ftrsocial a:hover {filter:brightness(1.3);transform:scale(1.3);transition:all .5s ease;}.ftrsocial a:nth-child(1) {background:url('/ext/sociallinks/v1/vk.png');}.ftrsocial a:nth-child(2) {background:url('/ext/sociallinks/v1/insta.png');}.ftrsocial a:nth-child(3) {background:url('/ext/sociallinks/v1/telegram.png');}.ftrsocial a:nth-child(4) {background:url('/ext/sociallinks/v1/whatsap.png');}.ftrsocial a:nth-child(5) {background:url('/ext/sociallinks/v1/facebook.png');}.ftrsocial a:nth-child(6) {background:url('/ext/sociallinks/v1/viber.png');}.ftrsocial a:nth-child(7) {background:url('/ext/sociallinks/v1/tiktok.png');}.ftrsocial a:nth-child(8) {background:url('/ext/sociallinks/v1/mail.png');}.ftrsocial a:nth-child(9) {background:url('/ext/sociallinks/v1/skype.png');}.ftrsocial a:nth-child(10) {background:url('/ext/sociallinks/v1/youtube.png');}.ftrsocial a:nth-child(11) {background:url('/ext/sociallinks/v1/pinterest.png');}.ftrsocial a:nth-child(12) {background:url('/ext/sociallinks/v1/snapchat.png');}.ftrsocial a:nth-child(13) {background:url('/ext/sociallinks/v1/x.png');}.ftrsocial a:nth-child(14) {background:url('/ext/sociallinks/v1/ok.png');}.ftrsocial a:nth-child(15) {background:url('/ext/sociallinks/v1/wechat.png');}.ftrsocial a:nth-child(16) {background:url('/ext/sociallinks/v1/fbmessenger.png');}.crpupdbx {display:block;position:relative;width:50px;height:50px;margin:auto;text-align:center;}.crpupdbx b {box-sizing:border-box;display:block;position:absolute;width:36px;height:36px;margin:8px;border:5px solid #57b;border-radius:50%;animation:crpupdtr 2s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#57b transparent transparent transparent;}.crpupdbx b:nth-child(1) {animation-delay: -0.28s;}.crpupdbx b:nth-child(2) {animation-delay: -1.25s;border-color:#f30 transparent transparent transparent;}.crpupdbx b:nth-child(3) {animation-delay: -0.45s;}@keyframes crpupdtr {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}/* Default spinner */.spinner {display:block;position:relative;width:38px;height:38px;margin:5px auto;text-align:center;}.spinner b {box-sizing:border-box;display:block;position:absolute;width:99%;height:99%;margin:auto;border:3px solid #FA3;border-radius:50%;animation:ldranim 1.3s cubic-bezier(0.5, 0, 0.5, 1) infinite;border-color:#FA3 transparent transparent transparent;}.spinner b:nth-child(1) {animation-delay: -2.5s;}.spinner b:nth-child(2) {animation-delay: -0.5s;border-color:#F00 transparent transparent transparent;}@keyframes ldranim {0% {transform: rotate(0deg);} 100% {transform: rotate(360deg);}}.inav {font-size:90%;text-align:left;}.inav a {display:inline-block;}.inav a:after {content:"\00BB";margin-left:8px;display:inline-block;}.inav a:last-child::after {content:"";display:none;}.inav a.actbtn:after {content:"";display:none;}.inav b {display:inline-block;font-weight:normal;font-size:90%;margin:0 8px;}.inav > div {margin-top:22px;}.centnav {text-align:center;}/* DesktopWide */@media screen and (min-width: 920px) {.inav a.actbtn {background:rgba(255,255,255,.15);padding:8px 18px;border-radius:8px;transition:all .5s ease;}.inav a.actbtn:hover {background:#f2f2f2;}}/* MobileTablet */@media screen and (max-width: 919px) {.inav {text-align:center;}}.xinfobx {background:#fafafa;max-width:1280px;position:relative;font-size:16px;color:#222;}.xinfobx p {display:block;line-height:26px;}.xinfobx a {color:#222;}.xinfobx a:hover {color:#333;text-decoration:underline;}.centeredMsg {text-align:center;padding:5vh 0;}.waveHdBtm {position:relative;}.waveHdBtm::before,.waveHdBtm::after,.xinfobx::before,.xinfobx::after {content:"";position:absolute;right:0;width:100%;height:52px;display:block;background-repeat:no-repeat;background-size:200% 100%;background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100%' height='32' viewBox='0 0 1000 32' preserveAspectRatio='none'%3E%3Cpath fill='%23fafafa' d='M0 8 Q125 -8 250 8 Q375 24 500 8 Q625 -8 750 8 Q875 24 1000 8 L1000 32 L0 32 Z'/%3E%3C/svg%3E");}.waveHdBtm::before,.xinfobx::before {top:-52px;}.waveHdBtm::after,.xinfobx::after {bottom:-52px;transform:rotate(180deg);}@media screen and (min-width: 920px) {.xinfobx {margin:148px auto 128px;padding:42px;width:86%;}.xinfobx h3 {font-size:130%;margin:42px 0 22px;}.xinfobx p {margin:0 0 14px;}}@media screen and (max-width: 919px) {.xinfobx {margin:138px auto;padding:86px 22px 42px;font-size:16px;}.xinfobx h3 {font-size:130%;margin:28px 0 8px;}.xinfobx p {margin:5px 0 18px;}}.mkosuccess {color:#fff;max-width:760px;width:90%;margin:82px auto;padding:32px 18px 42px;text-align:center;}.mkosuccess {background:rgba(255,255,255,.1);backdrop-filter:blur(12px);border-radius:12px;}.mkosuccess h3 {display:block;margin:22px auto;font-size:130%;}.mkosuccess > p {display:block;margin-bottom:9px;}.mkosuccess > p.orderid {margin:16px auto;}.mkosuccess > p.orderid b {display:inline-block;margin:5px 22px;font-size:120%;}.mkosuccess .openorder {margin:32px auto;}.mkosuccess .openorder a {animation:openorderanim .3s linear 3;}@keyframes openorderanim { 0% { letter-spacing:3px;font-size:130%; } 100% { letter-spacing:0;font-size:100%; }}@media screen and (min-width: 1440px) {/* SocialIcons */.ftrsocial a {transform:scale(1.3);}.ftrsocial a:hover {transform:scale(1.8);}/* Cookie Banner */#cookie-banner {font-size:16px;padding:18px 7px;}#cookie-banner p {text-align:center;}/* FromTo */.fromto {border-radius:12px;}/* Pages smax */.pagesRow {margin:0 auto 120px;padding:20px 0 82px;display:block;text-align:center;}.pagesRow a {display:inline-block;padding:5px;min-width:24px;margin:3px;font-size:20px;font-weight:bold;}.pagesRow #activePage {color:#fff;background:#555;border-radius:28px;min-width:32px;}.pagesRow #activePage:hover {background:#333;}select#smaxSelect {display:block;width:124px;padding:0;height:30px;border:1px solid #ddd;margin:0 auto 220px;color:#aaa;background-color:#F9F9F9;font-size:16px;box-shadow:none;border-radius:12px;}select#smaxSelect:hover,select#smaxSelect:focus {color:#555;}}@media screen and (min-width: 992px) and (max-width: 1439px) {/* Terms and conditions */.termsbx {margin:20px 5% 60px;}/* Cookie Banner */#cookie-banner {font-size:16px;padding:15px 7px;}#cookie-banner p {display:block;margin:8px 2%;text-align:center;}/* Pages smax */.pagesRow {margin:0 auto 100px;padding:20px 0;display:block;text-align:center;}.pagesRow a {display:inline-block;padding:5px;min-width:24px;margin:3px;color:#fff;font-size:20px;font-weight:bold;}.pagesRow a:hover {color:#ffd;}.pagesRow #activePage {color:#FFA20E;}.pagesRow #activePage:hover {color:#FFB41D;}select#smaxSelect {display:block;width:124px;padding:0;height:30px;border:1px solid #ddd;margin:0 auto 220px;color:#aaa;background-color:#F9F9F9;font-size:16px;box-shadow:none;border-radius:12px;}select#smaxSelect:hover,select#smaxSelect:focus {color:#555;}}@media screen and (min-width: 580px) and (max-width: 991px) {/* Terms and conditions */.termsbx {margin:20px 5% 60px;}/* Cookie Banner */#cookie-banner {font-size:16px;padding:12px 7px 20px;}#cookie-banner p {display:block;margin:8px 2%;}/* Pages smax */.pagesRow {margin:0 auto 52px;padding:20px 0;display:block;text-align:center;}.pagesRow a {display:inline-block;padding:5px;min-width:24px;margin:3px;color:#fff;font-size:20px;font-weight:bold;}.pagesRow a:hover {color:#ffd;}.pagesRow #activePage {color:#FFA20E;}.pagesRow #activePage:hover {color:#FFB41D;}select#smaxSelect {display:block;width:124px;padding:0;height:30px;border:1px solid #ddd;margin:0 auto 220px;color:#aaa;background-color:#F9F9F9;font-size:16px;box-shadow:none;border-radius:12px;}select#smaxSelect:hover,select#smaxSelect:focus {color:#555;}}@media screen and (max-width: 579px) {/* Body */body {font-size:16px;}/* Terms and conditions */.termsbx {margin:20px 5% 60px;}/* Cookie Banner */#cookie-banner {font-size:14px;padding:7px;}#cookie-banner p {display:block;margin:8px 2%;}/* Pages smax */.pagesRow {margin:0 auto 52px;padding:20px 0;display:block;text-align:center;}.pagesRow a {display:inline-block;padding:5px;min-width:24px;margin:3px;color:#fff;font-size:20px;font-weight:bold;}.pagesRow a:hover {color:#ffd;}.pagesRow #activePage {color:#FFA20E;}.pagesRow #activePage:hover {color:#FFB41D;}select#smaxSelect {display:block;width:124px;padding:0;height:30px;border:1px solid #ddd;margin:0 auto 220px;color:#aaa;background-color:#F9F9F9;font-size:16px;box-shadow:none;border-radius:12px;}select#smaxSelect:hover,select#smaxSelect:focus {color:#555;}}@media screen and (max-width: 767px) {/* category container */#pcatbx {display:block;width:100%;margin:0 auto;}.activepcatbx {position:fixed;left:0;right:0;bottom:0;top:0;overflow-y:scroll;overflow-x:hidden;z-index:990;background:#272727;padding:0 0 160px;}/* cat-Button */#categoriesBtn {display:block;margin:auto;font-size:24px;padding:12px 0;background:#373737;text-align:center;}.activepcatbx #categoriesBtn {margin:0 0 3vh;text-align:left;}#categoriesBtn::before {content:'\2261';margin:5px 12px 5px 0;padding:3px 8px;border:0;color:#fff;border-radius:3px;background:linear-gradient(to top,#555,#777);}#categoriesBtn:hover {cursor:pointer;background:#454545;}.activepcatbx #categoriesBtn::after {display:inline-block;position:fixed;z-index:991;border-radius:100%;background:#555;height:48px;line-height:48px;width:48px;}.activepcatbx #categoriesBtn::after {content:'\2716';font-size:18px!important;text-align:center;color:#fff;top:26px;right:32px;}.activepcatbx #categoriesBtn::before {margin-left:3vw;}/* category styles */#pcatbx ul {display:none;}.activepcatbx ul {display:block!important;}.activepcatbx ul {display:block;margin:0 5%;}.activepcatbx ul li {display:block;}.activepcatbx ul li a {display:inline-block;font-size:16px;padding:9px;margin:3px;color:#fff;border-radius:5px;text-transform:uppercase;}.activepcatbx ul li a:before {content:'\2192';display:inline-block;margin:0 8px 0 5px;}.activepcatbx ul li a:hover {background:rgba(255,255,255,.25);color:#ff5;}.activepcatbx ul li ul {margin:0;}.activepcatbx ul li ul li {padding-left:12px;}.activepcatbx ul li ul li a {display:inline-block;padding:9px 12px;margin:0;border-radius:0;text-transform:none;}.activepcatbx ul li ul li a:before {content:"\203A ";margin-right:8px;font-weight:bold;}.activepcatbx ul li ul li a:hover {background:rgba(255,255,255,.25);}.activepcatbx ul li ul li ul li {padding-left:27px;}.activepcatbx ul li ul li ul li a {padding:7px;text-indent:5px;background:transparent;}.activepcatbx ul li ul li ul li a:before {content:"\00BB ";margin-right:8px;font-weight:bold;}.activepcatbx ul ul ul ul {display:none!important;}.colorizedCat {}}@media screen and (max-width: 991px) and (min-width: 768px) {/* category container */#pcatbx {display:block;width:100%;margin:0 auto;}.activepcatbx {position:fixed;left:0;right:0;bottom:0;top:0;overflow-y:scroll;overflow-x:hidden;z-index:990;background:#272727;padding:0 0 160px;}/* cat-Button */#categoriesBtn {display:block;margin:auto;font-size:24px;padding:12px 0;background:#373737;text-align:center;}.activepcatbx #categoriesBtn {margin:0 0 3vh;}#categoriesBtn::before {content:'\2261';margin:5px 12px 5px 0;padding:3px 8px;border:0;color:#fff;border-radius:3px;background:linear-gradient(to top,#555,#777);}#categoriesBtn:hover {cursor:pointer;background:#454545;}.activepcatbx #categoriesBtn::after {display:inline-block;position:fixed;z-index:991;border-radius:100%;background:#555;height:64px;line-height:64px;width:64px;}.activepcatbx #categoriesBtn::after {content:'\2716';font-size:24px!important;text-align:center;color:#fff;top:26px;right:32px;}/* category styles */#pcatbx ul {display:none;}.activepcatbx ul {display:block!important;}.activepcatbx ul {display:block;margin:0 5%;}.activepcatbx ul li {display:block;}.activepcatbx ul li a {display:inline-block;font-size:18px;padding:9px;margin:3px;color:#fff;border-radius:5px;text-transform:uppercase;}.activepcatbx ul li a:before {content:'\2192';display:inline-block;margin:0 8px 0 5px;}.activepcatbx ul li a:hover {background:rgba(255,255,255,.25);color:#ff5;}.activepcatbx ul li ul {margin:0;}.activepcatbx ul li ul li {padding-left:12px;}.activepcatbx ul li ul li a {display:inline-block;padding:9px 12px;margin:0;border-radius:0;text-transform:none;}.activepcatbx ul li ul li a:before {content:"\203A ";margin-right:8px;font-weight:bold;}.activepcatbx ul li ul li a:hover {background:rgba(255,255,255,.25);}.activepcatbx ul li ul li ul li {padding-left:27px;}.activepcatbx ul li ul li ul li a {padding:7px;text-indent:5px;background:transparent;}.activepcatbx ul li ul li ul li a:before {content:"\00BB ";margin-right:8px;font-weight:bold;}.activepcatbx ul ul ul ul {display:none!important;}.colorizedCat {}}@media screen and (max-width: 1439px) and (min-width: 992px) {#categoriesBtn {display:none;}#pcatbx {display:block;margin:0 auto;padding:0 1%;width:100%;}#pcatbx {background:linear-gradient(to top,#111,#222);}#pcatbx:empty {display:none;}#pcatbx ul {display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;max-width:1480px;margin:0 auto;}#pcatbx ul li {flex:auto;align-self:flex-start;}#pcatbx ul li a {display:block;padding:13px 5px;margin:0 1px;border:0;white-space:nowrap;overflow:hidden;box-shadow:inset 1px 1px 2px #000;}#pcatbx ul li a {font-size:14px;font-weight:bold;text-align:center;background:linear-gradient(to top,#333,#444);color:#fff;}#pcatbx ul li a {letter-spacing:1px;text-shadow:1px 1px #000;text-transform:uppercase;border-radius:12px 12px 0 0;}#pcatbx ul li:hover a {background:linear-gradient(to top,#333,#444);color:#ff8;box-shadow:inset 2px 2px 3px #000;}#pcatbx ul li ul {display:none;}#pcatbx ul li:hover ul {display:block;z-index:333;position:absolute;margin:-4px 0 0 3px;border:0;min-width:292px;max-height:90vh;}#pcatbx ul li:hover ul {background:rgba(0,0,0,.85);padding:8px 0 12px;border-radius:0 12px 12px 12px;}#pcatbx ul li:hover ul {overflow-y:scroll;scrollbar-width:none;}#pcatbx ul li:hover ul li {display:block;border:0;}#pcatbx ul li:hover ul li a {padding:9px 12px;margin:0;color:#fff;text-align:left;text-shadow:none;background:transparent;}#pcatbx ul li:hover ul li a {letter-spacing:0;box-shadow:none;border:0;border-radius:0;text-transform:none;}#pcatbx ul li:hover ul li:last-child a,#pcatbx ul li:hover ul li:last-child a:hover {border-bottom:0;}#pcatbx ul li:hover ul li a:hover {color:#ff5;background:rgba(255,255,255,.25);}#pcatbx ul li:hover ul li ul {display:block;position:static;border:0;box-shadow:none;margin:0;padding:0;border-radius:0;background:transparent;}#pcatbx ul li:hover ul li ul li a {padding:7px;border:0;text-indent:12px;color:#fff;background:none;font-weight:normal;}#pcatbx ul li:hover ul li ul li a:hover {border:0;}#pcatbx ul li:hover ul li ul li a:hover:before {text-decoration:none!important;}#pcatbx ul li:hover ul li ul li a:before {content:"\203A ";margin-right:8px;font-weight:bold;}#pcatbx ul li ul::-webkit-scrollbar {width:0;height:0;}#pcatbx ul li:hover ul li ul li ul {display:none;}.colorizedCat {filter:brightness(1.3);}}@media screen and (min-width: 1440px) {#categoriesBtn {display:none;}#pcatbx {display:block;margin:0 auto;padding:0 1%;width:100%;}#pcatbx {background:linear-gradient(to top,#111,#222);}#pcatbx:empty {display:none;}#pcatbx ul {display:flex;flex-direction:row;flex-wrap:nowrap;justify-content:center;max-width:1480px;margin:0 auto;}#pcatbx ul li {flex:auto;align-self:flex-start;}#pcatbx ul li a {display:block;padding:13px 5px;margin:0 1px;border:0;white-space:nowrap;overflow:hidden;box-shadow:inset 1px 1px 2px #000;}#pcatbx ul li a {font-size:16px;font-weight:bold;text-align:center;background:linear-gradient(to top,#333,#444);color:#fff;}#pcatbx ul li a {letter-spacing:2px;text-shadow:1px 1px #000;text-transform:uppercase;border-radius:12px 12px 0 0;}#pcatbx ul li:hover a {background:linear-gradient(to top,#333,#444);color:#ff8;box-shadow:inset 2px 2px 3px #000;}#pcatbx ul li ul {display:none;}#pcatbx ul li:hover ul {display:block;z-index:333;position:absolute;margin:-4px 0 0 3px;border:0;min-width:292px;max-height:90vh;}#pcatbx ul li:hover ul {background:rgba(0,0,0,.85);padding:8px 0 12px;border-radius:0 12px 12px 12px;}#pcatbx ul li:hover ul {overflow-y:scroll;scrollbar-width:none;}#pcatbx ul li:hover ul li {display:block;border:0;}#pcatbx ul li:hover ul li a {padding:9px 12px;margin:0;color:#fff;text-align:left;text-shadow:none;background:transparent;}#pcatbx ul li:hover ul li a {letter-spacing:0;box-shadow:none;border:0;border-radius:0;text-transform:none;}#pcatbx ul li:hover ul li:last-child a,#pcatbx ul li:hover ul li:last-child a:hover {border-bottom:0;}#pcatbx ul li:hover ul li a:hover {color:#ff5;background:rgba(255,255,255,.25);}#pcatbx ul li:hover ul li ul {display:block;position:static;border:0;box-shadow:none;margin:0;padding:0;border-radius:0;background:transparent;}#pcatbx ul li:hover ul li ul li a {padding:7px;border:0;text-indent:12px;color:#fff;background:none;font-weight:normal;}#pcatbx ul li:hover ul li ul li a:hover {border:0;}#pcatbx ul li:hover ul li ul li a:hover:before {text-decoration:none!important;}#pcatbx ul li:hover ul li ul li a:before {content:"\203A ";margin-right:8px;font-weight:bold;}#pcatbx ul li ul::-webkit-scrollbar {width:0;height:0;}#pcatbx ul li:hover ul li ul li ul {display:none;}.colorizedCat {filter:brightness(1.3);}}.myacc {min-width:300px;} .myacc .welc {text-align:center;margin:22px auto;padding:25px;}.myacc * { box-sizing:border-box;}#noorders {text-align:center;font-weight:bold;margin:2vh auto 8vh;}#noorders {background:url('https://gokatku.ru/public/layout/7544/cartic.webp') center 77px no-repeat rgba(255,255,255,.15);animation: bgRotate .3s linear 1;}#noorders > a {margin:222px auto 20px;background:rgba(255,255,255,.15);border:0;}.myacc .wsmbalance {display:inline-block;font-size:20px;}/* DesktopWide */@media screen and (min-width: 920px) {.myacc {max-width:760px;width:90%;margin:22px auto;padding:12px 0;}.myacc .welc {border-radius:8px;}.myacc .welc h2 {border-bottom:2px solid #fff;padding-bottom:8px;margin-bottom:12px;}.myacc .wsmbalance {text-align:center;margin:8px auto;padding:12px 5px;}#noorders {padding:22px 2%;border-radius:12px;}}/* MobileTablet */@media screen and (max-width: 919px) {.myacc {width:100%;margin-bottom:86px;padding:52px 0 0;}.myacc .welc {margin:22px auto 42px;}#noorders {padding:22px 2%;}}.odtls {margin:32px auto 0;font-size:16px;color:#000;}/* OrderHeader */.odtls .orderhdr {display:flex;flex-wrap:wrap;flex-direction:row;align-items:stretch;font-weight:bold;margin:auto;text-align:center;background:#fafafa;}.odtls .orderhdr > span {background:#f7f7f7;border-bottom:2px solid #eee;}.odtls .orderhdr b {display:block;padding:8px 0;border-bottom:2px solid #eee;}.odtls .orderhdr b:after {content:':';}.odtls .orderhdr i, .odtls .orderhdr p {display:block;width:100%;padding:12px 3px;font-style:normal;font-weight:bold;}/* OrderInfoBox */.ordinfbx {margin:0 auto 8px;background:#fafafa;}.ordinfbx .ordinflbl {padding:8px 16px;font-weight:bold;}.ordinfbx .ordinflbl:after {content:":";}.ordinfbx .ordinfdt {padding:16px 16px 32px;}/* OrderedItems */.orditmbx {margin:32px auto;}.orditmbx .itmtbl {width:100%;margin:auto;}.orditmbx .oitm .itemn {word-break:break-all;}.orditmbx .itemn {display:block;}.orditmbx .prs {display:inline-block;white-space:nowrap;}/* ItemImg */.orditmbx .gimg {width:180px;position:relative;}.orditmbx .gimg img {filter:brightness(1.2);width:100%;max-width:180px;max-height:180px;border-radius:8px;}.orditmbx .gimg img:hover {transition:all .3s ease;}.orditmbx .gimg .pr {display:inline-block;padding:5px 12px;position:absolute;right:-28px;bottom:-16px;transform:rotate(-7deg);white-space:nowrap;z-index:9;}.orditmbx .gimg .pr {background:#fff;border-radius:8px;border:1px solid #333;box-shadow:2px 2px 2px #555;color:#000;}/* KeyBox */.nokeybx {display:none;text-align:center;background:linear-gradient(50deg,rgba(255,255,100,.5),rgba(255,255,100,.8));font-weight:bold;}.nokeybx b {animation:blinkNoKeys 1.7s infinite;}.keybx:empty {display:none;}.keybx:empty + .nokeybx {display:block;}.keybx img {display:block;margin:16px auto;border-radius:16px;max-width:90%;max-height:400px;box-shadow:0 0 5px #777;}.keybx img:hover {border-radius:0;filter:brightness(1.1);transition:all .8s ease;box-shadow:0 0 5px #ccc;}.keybx .pkeyr {display:block;font-weight:bold;text-align:center;position:relative;word-break:break-all;}.keybx .pkeyr {background:linear-gradient(50deg,rgba(100,255,100,.5),rgba(100,255,100,.8));color:#fff;}.keybx .pkeyr::after {content:'';display:inline-block;position:absolute;border:0;z-index:9;background:url('https://gokatku.ru/public/layout/7544/copypaste.webp') center center no-repeat;}.keybx .pkeyr::after {width:42px;height:42px;top:8px;right:0;margin-right:9px;}.keybx .pkeyr:hover {filter:brightness(1.2);transition:all .3s ease;cursor:pointer;background:linear-gradient(50deg,rgba(142,255,142,.5),rgba(142,255,142,.8));color:#ff5;}.keybx .pkeyr:hover::after {transform:scale(.9);cursor:pointer;}.keybx .pkeyr:active::after {transform:scale(.8);}.keybx .card {display:block;margin:2px auto 32px;}.keybx .card:empty {display:none;}.keybx .card b {display:block;margin:3px auto;padding:5px;max-width:90%;font-size:70%;text-align:center;}/* OrderStates */.orddsstat0 .orderstate i {background:rgba(50,220,50,.2);color:#393;animation:blinkNoKeys 3s infinite;}.orddsstat1 .orderstate i {background:rgba(220,220,30,.2);color:#393;animation:blinkNoKeys 5s infinite;}.orddsstat2 .orderstate i {color:7c7;}.orddsstat3 .orderstate i {background:rgba(255,0,0,.3);color:#f00;}/*** DesktopWide */@media screen and (min-width: 920px) {.odtls .orderhdr {border-radius:8px 8px 0 0;overflow:hidden;}.odtls .orderhdr > span {flex:0 1 25%;}.ordinfbx {border-radius:0 0 8px 8px;overflow:hidden;}.ordinfbx .ordinfdt {font-size:110%;line-height:130%;}.orditmbx .itmtbl {display:flex;flex-direction:column;text-align:right;}.orditmbx .oitm {display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;margin:76px 0 42px;font-size:20px;}.orditmbx .gimg {flex:0 1 180px;}.orditmbx .itemdata {flex:0 1 calc(100% - 240px);text-align:left;font-size:22px;}.orditmbx .prs {font-size:150%;margin:18px 5px 5px 32px;}.keybx .pkeyr {flex:100%;margin:15px 0;padding:10px 46px;font-size:28px;}.keybx .pkeyr {box-shadow:2px 2px 2px #393;border-radius:8px;border:1px solid #5a5;}.nokeybx {font-size:28px;margin:7px 0;padding:32px 10px;border:1px solid #fff;border-radius:8px;}}/*** MobileTablet */@media screen and (max-width: 919px) {.odtls .orderhdr {font-size:80%;}.odtls .orderhdr > span {flex:0 1 50%;}.ordinfbx {max-width:720px;}.ordinfbx .ordinflbl {font-size:80%;}.ordinfbx .ordinfdt {font-size:90%;line-height:110%;}.orditmbx .oitm:nth-child(n+2) {margin-top:56px;}.keybx .pkeyr {margin:2px auto;padding:15px 46px;font-size:22px;}.keybx .pkeyr:last-child {border-bottom:2px solid #fff;}.nokeybx {font-size:22px;padding:32px 10px;border-top:2px solid #fff;border-bottom:2px solid #fff;}@media screen and (max-width:500px) {.orditmbx .oitm {text-align:center;font-size:22px;}.orditmbx .gimg {margin:0 auto 52px;}.orditmbx .itemdata {margin:22px auto 0;padding:25px 7px;background:rgba(255,255,255,.1);}.orditmbx .prs {margin:14px 7px;font-size:120%;}}@media screen and (min-width:501px) {.odtls .orderhdr {width:100%;border-radius:12px 12px  0 0;overflow:hidden;}.odtls .orderhdr > span {font-size:120%;}.ordinfbx {width:100%;border-radius:0;overflow:hidden;}.orditmbx {max-width:720px;width:90%;margin:32px auto;}.orditmbx .itmtbl {display:flex;flex-direction:column;text-align:right;}.orditmbx .oitm {display:flex;flex-direction:row;flex-wrap:wrap;align-items:flex-start;justify-content:space-between;font-size:20px;margin-bottom:42px;}.orditmbx .gimg {flex:0 1 180px;}.orditmbx .itemdata {flex:0 1 calc(100% - 240px);text-align:left;font-size:22px;}.orditmbx .prs {font-size:150%;margin:18px 5px 5px 32px;}.keybx {flex:100%;}}}.myorderswrp {width:90%;max-width:800px;padding:12px auto;margin:12px auto;font-size:16px;}.myorderswrp .orderstbl {display:table;border-collapse:collapse;width:100%;}.myorderswrp .orderbx {display:table-row;border-bottom:1px solid #DDD;}.myorderswrp .orderbx span {display:table-cell;padding:5px;}.myorderswrp #noorders {font-size:120%;max-width:720px;}.myorderswrp span#ordid {width:64px;}.myorderswrp span#dt {width:166px;font-weight:bold;}.myorderswrp span#total {width:120px;text-align:right;font-weight:bold;}.myorderswrp span#opts {width:70px;text-align:right;}.myorderswrp span#opts a {background-color:#F00;color:#FFF;padding:5px 12px;margin:2px 0;font-weight:bold;border-radius:4px;display:inline-block;}.myorderswrp span#opts a:hover {background-color:#F55;}.myorderswrp span#ost0 {width:110px;color:#393;background-color:#CFC;background:linear-gradient(to right,#CFC,#FFF);}.myorderswrp span#ost1 {width:110px;color:#393;background-color:#FFC;background:linear-gradient(to right,#FFC,#FFF);}.myorderswrp span#ost2 {width:110px;color:#333;}.myorderswrp span#ost3 {width:110px;color:#999;}@media screen and (max-width:768px) {.myorderswrp .areahdr {text-align:center;}.myorderswrp .orderstbl {display:block;}.myorderswrp .orderbx {display:block;padding-bottom:22px;border-bottom:0;}.myorderswrp .orderbx span {display:block;text-align:center!important;width:100%!important;font-size:120%;}.myorderswrp #noorders {font-size:140%;text-align:center;}.myorderswrp span#ordid {width:64px;font-weight:bold;}.myorderswrp span#dt {width:166px;}.myorderswrp span#total {width:120px;text-align:right;font-size:140%;}.myorderswrp span#opts {width:70px;text-align:right;}.myorderswrp span#ost0 {width:110px;color:#393;background-color:#CFC;background:linear-gradient(to right,#FFF,#CFC,#FFF);}.myorderswrp span#ost1 {width:110px;color:#393;background-color:#FFC;background:linear-gradient(to right,#FFF,#FFC,#FFF);}.myorderswrp span#ost2 {width:110px;color:#333;background-color:#F4F4F4;background:linear-gradient(to right,#FFF,#F4F4F4,#FFF);}.myorderswrp span#ost3 {width:110px;color:#999;background-color:#EEE;background:linear-gradient(to right,#FFF,#EEE,#FFF);}}.sibx {text-align:center;}.sibx * {box-sizing:border-box;}.sibx input[type="password"], .sibx input[type="text"] {display:inline-block;width:86%;height:48px;line-height:48px;border:2px solid #333;border-radius:8px;}.sibx input[type="password"], .sibx input[type="text"] {font-size:26px;text-indent:12px;background:transparent;position:relative;z-index:2;}.sibx input[type="password"]:focus, .sibx input[type="text"]:focus {background:#fff;color:#03a;}.sibx input[type="submit"] {display:block;width:86%;margin:18px auto 0;padding:12px 22px;background:#555;color:#fff;border:0;font-size:26px;border-radius:8px;}.sibx input[type="submit"]:hover {background:#333;cursor:pointer;}.sibx fieldset {display:block;padding:32px 0;font-size:18px;z-index:-1;}.sibx fieldset {box-shadow:2px 2px 5px #000;color:#333;border:0;}.sibx fieldset {background-color:#fff;background:linear-gradient(to top right,#eee,#fff);}.sibx legend {display:block;width:100%;padding:18px 2% 9px;text-align:center;border-bottom:2px solid #eee;font-weight:bold;}.sibx legend {background-color:#f3f3f3;background:linear-gradient(to top,#e5e5e5,#f3f3f3);}.sibx form > p {position:relative;margin:32px auto;padding:3px 0;border-radius:8px;}.sibx form > div {margin:5px auto;border-radius:5px;}.sibx p label {position:absolute;display:inline-block;padding:0;z-index:1;color:#333;font-weight:bold;font-size:22px;top:14px;left:12%;}.sibx p input:valid + label, .sibx p input:focus + label {top:-20px;left:13%;font-size:14px;transition:all .2s ease;}.sibx .msg {display:block;margin:2px auto 12px;color:#c33;font-size:20px;}.sibx .rembx label {margin-right:10px;}.sibx .captchalabel {display:none;}.sibx img {display:block;margin:auto;border-radius:12px;cursor:pointer;width:80%;}.sibx .lbl {color:#333;}@media screen and (min-width: 580px) {.sibx {margin:7vh auto 22vh;}.sibx fieldset {border-radius:32px 32px 32px 12px;margin:3vh auto 5vh;max-width:92%;width:520px;}.sibx legend {border-radius:32px 12px 0 0;font-size:22px;}}@media screen and (max-width: 579px) {.sibx {margin:0 auto 15vh;}.sibx fieldset {border-radius:0;}.sibx legend {border-radius:0;font-size:18px;}}.infoboxA {box-shadow:9px 9px 9px #127;position:relative;z-index:21;overflow:hidden;color:#fff;min-width:300px;}.infoboxA .bxAbg {display:block;width:100%;position:absolute;top:0;left:0;will-change:transform;transform:translateZ(0);background:url('https://gokatku.ru/public/layout/7544/mk1.jpg');background-size:cover;background-position:0 -22vh;background-repeat:no-repeat;background-color:#000;z-index:22;filter:brightness(2);box-shadow:inset 0 0 64px #000;}.infoboxA > div {display:flex;flex-wrap:wrap;flex-direction:row;position:relative;margin:0 auto;z-index:22;background:linear-gradient(to top,rgba(0,0,0,.1),rgba(0,0,0,.2));filter:brightness(1.2);backdrop-filter:blur(12px);}.infoboxA > div b {display:inline-block;background:url('https://gokatku.ru/public/layout/7544/mpbxApsn.webp') center center no-repeat;background-size:contain;}.infoboxA > div i {display:inline-block;background:url('https://gokatku.ru/public/layout/7544/mpbxAcoins.webp') center center no-repeat;background-size:contain;}.tgGrp > a {display:inline-block;color:#23A1DE;font-weight:bold;background:url('/ext/sociallinks/v1/telegram.png') left center no-repeat;transition:all .5s ease;}.tgGrp > a:hover {color:#76C4EA;}/* Widescreen */@media screen and (min-width: 1440px) {.infoboxA {margin-top:-42px;min-height:30vh;}.infoboxA .bxAbg {height:80vh;}.infoboxA > div {max-width:1080px;min-height:42vh;padding:2vh 4%;font-size:120%;line-height:150%;}.infoboxA > div b {flex:0 1 40%;min-height:128px;height:22vh;margin:2vh auto;}.infoboxA > div i {flex:0 1 60%;min-height:128px;height:22vh;margin:2vh auto;}.infoboxA > div p {flex:0 1 100%;margin:2vh auto;}.tgGrp {margin:52px auto;font-size:130%;padding-left:45px;}.tgGrp > a {padding-left:50px;min-height:42px;line-height:42px;background-size:42px;}@media screen and (min-width: 1980px) {.infoboxA .bxAbg {height:100vh;}.infoboxA > div {max-width:1480px;min-height:36vh;}.infoboxA > div b {height:158px;}.infoboxA > div i {height:158px;}.infoboxA > div p {letter-spacing:3px;}}}/* Desktop */@media screen and (min-width: 992px) and (max-width: 1439px) {.infoboxA {margin-top:-42px;min-height:30vh;}.infoboxA .bxAbg {height:80vh;}.infoboxA > div {max-width:72%;min-height:28vh;padding:2vh 1%;font-size:90%;line-height:150%;}.infoboxA > div b {flex:0 1 100%;order:1;height:14vh;min-height:82px;margin:5px auto;}.infoboxA > div i {flex:0 1 100%;order:3;height:14vh;min-height:82px;margin:5px auto;}.infoboxA > div p {flex:0 1 100%;order:2;padding:5px 3%;margin:5px auto;}.tgGrp {margin:42px auto;font-size:130%;padding-left:52px;}.tgGrp > a {padding-left:50px;min-height:42px;line-height:42px;background-size:42px;}@media screen and (min-width: 1260px) {.infoboxA .bxAbg {height:80vh;}.infoboxA > div {max-width:64%;}}}/* Tablet */@media screen and (min-width: 580px) and (max-width: 991px) {.infoboxA .bxAbg {height:142vh;}.infoboxA > div {max-width:80%;min-height:42vh;padding:2vh 1%;font-size:90%;line-height:150%;}.infoboxA > div b {flex:0 1 100%;order:1;height:16vh;min-height:102px;margin:1vh auto;}.infoboxA > div i {flex:0 1 100%;order:3;height:16vh;min-height:102px;margin:1vh auto;}.infoboxA > div p {flex:0 1 100%;order:2;padding:1vh 3%;margin:5px auto;}.tgGrp {margin:42px auto;font-size:130%;text-align:center;}.tgGrp > a {padding-left:46px;min-height:38px;line-height:38px;background-size:38px;}}/* Mobile */@media screen and (max-width: 579px) {.infoboxA .bxAbg {height:100vh;}.infoboxA > div {padding:2vh 4%;font-size:120%;line-height:160%;}.infoboxA > div b {flex:0 1 100%;order:1;height:108px;}.infoboxA > div i {flex:0 1 100%;order:3;height:98px;}.infoboxA > div p {flex:0 1 100%;order:2;padding:2vh 3%;}.tgGrp {margin:42px auto;font-size:120%;text-align:center;}.tgGrp > a {padding-left:42px;min-height:34px;line-height:34px;background-size:34px;}}@media screen and (min-width: 992px) {.itemd {display:flex;flex-wrap:wrap;align-items:flex-start;font-size:22px;margin:12vh auto;padding:5vh 0;max-width:1480px;border-radius:42px 18px;}.itemd * {box-sizing:border-box;}.itemd section {padding:1%;}.itemd .sectinner {padding:18px 1.5%;}.itemd .emptyfld {text-align:center;}.itemd .emptyfld:after {content:'\2015\00a0\00a0\2756\00a0\00a0\2015';font-size:180%;color:#ddd;}/* Header */.itemd .itemheader {flex:50%;order:2;padding:1%;}.itemd h1 {display:block;font-size:120%;}.itemd .price {font-size:330%;font-weight:bold;margin:20px 0;}/* Attributes */.itemd .attrbx {margin:10px 0 32px;display:table;}.itemd .attrbx div {margin:5px auto;display:table-row;}.itemd .attrbx div:nth-child(odd) {background:#fafafa;margin:2px 0;}.itemd .attrbx span {display:table-cell;padding:8px;}.itemd .attrbx span:first-child {font-size:80%;color:#333;}.itemd .attrbx span:first-child:after {content:':';}.itemd .attrbx select {border:1px solid #ddd;border-radius:3px;padding:3px 8px;background-color:#fff;}/* Stock */.itemd .cartstockbx {display:block;margin:25px auto;}.itemd .stklvl {font-style:normal;font-weight:bold;font-size:90%;color:#999;display:inline-block;margin-left:30px;}.itemd .stklvl:before {content:'\2022';display:inline-block;position:absolute;font-size:330%;height:12px;line-height:12px;margin-left:-24px;}.itemd .stkg {color:#1EDB14;}.itemd .stky {color:#CC0;}.itemd .stkr {color:#EB0000;}.itemd .stkn {color:#777;}.itemd .stkb {color:#36EB2D;}/* Cart */.itemd .cart {}.itemd .cart b {display:block;margin:12px auto;white-space:nowrap;}.itemd .cart b label {display:none;}.itemd .cart b select {-webkit-appearance:none;-moz-appearance:none;appearance:none;display:inline-block;font-size:22px;line-height:42px;vertical-align:middle;}.itemd .cart b select.cartqty {border-top-left-radius:8px;border-bottom-left-radius:8px;border:2px solid #1960D8;border-right:0;}.itemd .cart b input {display:inline-block;vertical-align:middle;border-top-right-radius:8px;border-bottom-right-radius:8px;letter-spacing:1px;}.itemd .cart b input:hover, .itemd .cart b select:hover {cursor:pointer;}.itemd .cartbtn {color:#fff;padding:5px 30px 5px 52px;border:0;font-size:22px;line-height:42px;background:url('https://gokatku.ru/public/layout/7544/cartin.png') 11px center no-repeat,linear-gradient(to top right,#1253C1,#1F6AEA);}.itemd .cartbtn:hover {cursor:pointer;background:url('https://gokatku.ru/public/layout/7544/cartin.png') 11px center no-repeat,linear-gradient(to top,#367AEC,#246EEB);}.itemd .cartqty {padding:3px 9px;background:#fff;color:#1253C1;text-align:center;min-width:80px;}.itemd .cartclr {color:#fff;padding:3px 14px;font-size:14px;border:0;border-left:0;line-height:28px;background:linear-gradient(to top right,#e80,#f90);}.itemd .cartclr:hover {background:linear-gradient(to top right,#f5a525,#fa2);}.itemd .smcartLoadingBox {display:none;}.itemd .fecartSpinner {display:block;position:absolute;width:45px;height:45px;margin:3px 0 0 20px;z-index:5;}/* Description */.itemd .descr {flex:0 1 100%;order:3;margin:32px 2%;line-height:130%;}/* Itempars */.itemd .pars {flex:0 1 50%;order:4;margin:32px auto;}.itemd .pars .fvpt {display:table;padding:1%;width:100%;}.itemd .pars .fvpt > div {display:table-row;margin-bottom:8px;}.itemd .pars .fvpt > div:nth-child(even) span {background:#f9f9f9;}.itemd .pars .fvpt > div span {display:table-cell;font-size:80%;padding:10px;line-height:150%;}.itemd .pars .fvpt > div span:nth-child(1) {width:30%;text-align:right;font-weight:bold;}.itemd .pars .fvpt > div span:nth-child(1):after {content:':';}.itemd .sectOn .fvpt:empty {display:block;text-align:center;}.itemd .sectOn .fvpt:empty:after {content:'\2015\00a0\00a0\2756\00a0\00a0\2015';font-size:180%;color:#ddd;}/* Slider */.itemd .pics {flex:0 1 50%;height:420px;display:flex;order:1;justify-content:center;padding:1%;}.itemd .itemslider {display:flex;overflow:hidden;position:relative;width:100%;max-height:420px;justify-content:center;}.itemd .itemslider img {flex:1;max-height:380px;max-width:100%;transition:opacity 0.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;border-radius:42px 28px;border:2px solid #fff;}.itemd .itemslider img.active {opacity: 1;}.itemd .slider-button {position:absolute;top:50%;transform:translateY(-50%);background:rgba(30, 90, 200, 0.5);border:none;color:#eee;font-size:1.5rem;width:40px;height:40px;border-radius: 50%;cursor: pointer;transition:background 0.2s ease-in-out;opacity:0;}.itemd .pics:hover .slider-button {opacity:1;transition:opacity 0.2s ease-in-out;}.itemd .slider-button:hover {background: rgba(0, 0, 0, 0.8);}.itemd .prev-button {left:1%;}.itemd .next-button {right:1%;}/* Section headers */.itemd .sectionhdr {max-width:96%;margin:0 auto 2vh;padding:9px 2%;border-radius:8px;font-size:110%;line-height:110%;cursor:pointer;font-weight:bold;}.itemd .sectOn .sectionhdr {background:rgba(255,255,255,.2);}.itemd .sectOn .sectionhdr:hover {color:#1253c1;transition:color .3s ease;}.itemd .sectOn .sectionhdr:before {display:inline-block;content:'\2191';margin:0 8px;font-size:130%;}.itemd .sectOn .sectionhdr:after {content:':'}.itemd .sectOff .sectionhdr {background:rgba(255,255,255,.5);}.itemd .sectOff .sectionhdr:before {display:inline-block;content:'\2193';margin:0 8px;font-size:130%;}.itemd .sectOff .sectionhdr:after {content:'\268C';position:absolute;font-size:300%;color:#eee;margin-top:20px;margin-left:-10px;left:50%;display:block;}.itemd .sectOff .sectionhdr:hover:after {color:#FDB448;transition: color .3s ease;}.itemd .sectOff .sectinner, .itemd .sectOff .fvpt {display:none;}}@media screen and (max-width: 991px) {.itemd {font-size:16px;display:flex;flex-wrap:wrap;align-items:flex-start;margin:3vh auto 19vh;padding:1vh 0 5vh;}.itemd * {box-sizing:border-box;}.itemd section {padding:1%;}.itemd .sectinner {padding:18px 2%;font-size:90%;}.itemd .emptyfld {text-align:center;}.itemd .emptyfld:after {content:'\2015\00a0\00a0\2756\00a0\00a0\2015';font-size:180%;color:#ddd;}/* Header */.itemd .itemheader {flex:100%;order:2;text-align:center;max-width:98%;margin:1vh auto;}.itemd h1 {display:block;font-size:110%;}.itemd .price {font-size:290%;font-weight:bold;margin:20px 0;}/* Attributes */.itemd .attrbx {margin:10px auto 32px;display:table;}.itemd .attrbx div {margin:5px auto;display:table-row;}.itemd .attrbx div:nth-child(odd) {background:#fafafa;margin:2px 0;}.itemd .attrbx span {display:table-cell;padding:8px;}.itemd .attrbx span:first-child {font-size:80%;color:#333;}.itemd .attrbx span:first-child:after {content:':';}.itemd .attrbx select {border:1px solid #ddd;border-radius:3px;padding:3px 8px;background-color:#fff;}/* Stock */.itemd .cartstockbx {display:block;margin:25px auto;}.itemd .stklvl {font-style:normal;font-weight:bold;font-size:90%;color:#999;display:inline-block;margin-left:30px;}.itemd .stklvl:before {content:'\2022';display:inline-block;position:absolute;font-size:330%;height:12px;line-height:12px;margin-left:-24px;}.itemd .stkg {color:#1EDB14;}.itemd .stky {color:#CC0;}.itemd .stkr {color:#EB0000;}.itemd .stkn {color:#777;}.itemd .stkb {color:#36EB2D;}/* Cart */.itemd .cart {}.itemd .cart b {display:block;margin:12px auto;min-height:170px;}.itemd .cart b label {font-size:80%;color:#35c;padding:8px;display:inline-block;font-weight:bold;}.itemd .cart b label:after {content:':';}.itemd .cart b input {display:block;border-radius:8px;letter-spacing:1px;}.itemd .cart b input:hover, .itemd .cart b select:hover {cursor:pointer;}.itemd .cartbtn {color:#fff;padding:5px 30px 5px 52px;border:0;font-size:22px;line-height:42px;background:url('https://gokatku.ru/public/layout/7544/cartin.png') 11px center no-repeat,linear-gradient(to top right,#1253C1,#1F6AEA);margin:22px auto;}.itemd .cartbtn:hover {cursor:pointer;background:url('https://gokatku.ru/public/layout/7544/cartin.png') 11px center no-repeat,linear-gradient(to top,#367AEC,#246EEB);}.itemd .cartqty {border:1px solid #ddd;border-radius:3px;padding:3px 8px;background-color:#fff;}.itemd .cartclr {color:#fff;padding:3px 14px;font-size:14px;border:0;line-height:28px;background:linear-gradient(to top right,#e80,#f90);margin:auto;}.itemd .cartclr:hover {background:linear-gradient(to top right,#f5a525,#fa2);}.itemd .smcartLoadingBox {display:none;}.itemd .fecartSpinner {display:block;position:absolute;width:45px;height:45px;left:25%;z-index:5;}/* Description */.itemd .descr {flex:100%;order:4;margin:32px auto;line-height:130%;font-size:120%;}/* Long Description */.itemd .descr2 {flex:100%;order:5;margin:32px auto;padding:1%;font-size:120%;}/* Itempars */.itemd .pars {flex:100%;order:3;margin:32px auto;}.itemd .pars .fvpt {display:table;padding:1%;width:100%;}.itemd .pars .fvpt > div {display:table-row;margin-bottom:8px;}.itemd .pars .fvpt > div:nth-child(even) span {background:#f9f9f9;}.itemd .pars .fvpt > div span {display:table-cell;font-size:80%;padding:10px;line-height:150%;}.itemd .pars .fvpt > div span:nth-child(1) {width:30%;text-align:right;font-weight:bold;}.itemd .pars .fvpt > div span:nth-child(1):after {content:':';}.itemd .sectOn .fvpt:empty {display:block;text-align:center;}.itemd .sectOn .fvpt:empty:after {content:'\2015\00a0\00a0\2756\00a0\00a0\2015';font-size:180%;color:#ddd;}/* Slider */.itemd .pics {flex:100%;height:420px;display:flex;order:1;justify-content:center;padding:1%;}.itemd .itemslider {display:flex;overflow:hidden;position:relative;width:92%;max-height:420px;justify-content:center;}.itemd .itemslider img {flex:1;max-height:380px;max-width:100%;transition:opacity 0.2s ease-in-out;position:absolute;top:50%;left:50%;transform:translate(-50%, -50%);opacity:0;border-radius:42px 28px;border:2px solid #fff;}.itemd .itemslider img.active {opacity: 1;}.itemd .slider-button {position:absolute;top:50%;transform:translateY(-50%);background:rgba(30, 90, 200, 0.5);border:none;color:#eee;font-size:1.5rem;width:40px;height:80px;border-radius:3px;cursor: pointer;transition:background 0.2s ease-in-out;opacity:0.3;}.itemd .pics:hover .slider-button {opacity:1;transition:opacity 0.2s ease-in-out;}.itemd .slider-button:hover {background: rgba(0, 0, 0, 0.8);}.itemd .prev-button {left:2%;}.itemd .next-button {right:2%;}/* Section headers */.itemd .sectionhdr {max-width:96%;margin:auto;padding:5px 10px;border-radius:12px;font-size:120%;line-height:120%;cursor:pointer;font-weight:bold;text-align:center;}.itemd .sectOn .sectionhdr {background:rgba(255,255,255,.2);}.itemd .sectOn .sectionhdr:hover {color:#1253c1;transition:color .3s ease;}.itemd .sectOn .sectionhdr:before {display:inline-block;content:'\2191';margin:0 8px;font-size:130%;}.itemd .sectOn .sectionhdr:after {content:':'}.itemd .sectOff .sectionhdr {background:rgba(255,255,255,.5);}.itemd .sectOff .sectionhdr:before {display:inline-block;content:'\2193';margin:0 8px;font-size:130%;}.itemd .sectOff .sectionhdr:after {content:'\268C';position:absolute;font-size:300%;color:#eee;margin-top:20px;margin-left:-10px;left:50%;display:block;}.itemd .sectOff .sectionhdr:hover:after {color:#FDB448;transition: color .3s ease;}.itemd .sectOff .sectinner, .itemd .sectOff .fvpt {display:none;}}.sellerfromto {background:linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.05),rgba(255,255,255,0));text-align:center;white-space:nowrap;letter-spacing:1px;}.entropts {padding:12px 0 6px;margin-bottom:8px;max-width:100%;overflow:hidden;text-align:center;}.entropts a {margin-right:8px;padding:5px 14px;color:#555;vertical-align:top;white-space:nowrap;}.entropts a {background:linear-gradient(to bottom,#FAFAFA,#FFF,#FAFAFA);box-shadow:0 0 2px #eee;border:1px solid #DDD;border-radius:4px;}.entropts a:hover {color:#111;border:1px solid #DDD;box-shadow:inset 0 0 4px #CCC;}.entropts a:active {color:#AAA;border:1px solid #A9A9A9;box-shadow:inset 0 0 12px #CCC;}.sellerCtrls {padding:8px 0;text-align:center;}.sellerCtrls div {display:inline;}.sellerCtrls form {display:inline;}.sellerCtrls select {display:inline-block;margin:3px 8px 12px;padding:0 12px;height:30px;line-height:30px;}.sellerCtrls select {cursor:pointer;background:#fff;border:1px solid #ddd;font-size:16px;}.fpathwrp {margin:2vh auto 1vh;padding:9px 0;min-height:32px;line-height:32px;font-weight:bold;overflow-x:hidden;}.fpathwrp {background:linear-gradient(45deg,rgba(255,255,255,0),rgba(255,255,255,.05),rgba(255,255,255,0));text-align:center;white-space:nowrap;}a#attchFold {margin:0 4px 0 0;}a#attchFold {background:url('https://gokatku.ru/public/layout/7544/atchfold.png') 0 0 no-repeat;}a#dettchFold {margin:0 14px 0 0;}a#dettchFold {background:url('https://gokatku.ru/public/layout/7544/atchfold.png') -41px 0 no-repeat;}a#attchFold, a#dettchFold {display:inline-block;width:38px;height:26px;padding:0;border:0!important;box-shadow:none!important;vertical-align:bottom;}a#attchFold:hover, a#dettchFold:hover {opacity:.7;cursor:pointer;}@media screen and (min-width: 580px) {.sellerfromto {margin:1vh auto;width:96%;max-width:2220px;padding:9px 5vw;font-size:20px;text-shadow:1px 1px 2px #000;}@media screen and (max-width:1080px) {.entropts {text-align:center!important;}.entropts #fttch {display:block;margin:30px 0;text-align:center;}@media screen and (max-width:768px) {.entropts a {display:block;margin:8px auto;width:80%;padding:5px 0;}.entropts #fttch {display:block;margin:30px 0;text-align:center;}}}}@media screen and (max-width: 579px) {.sellerfromto {margin:1vh auto;width:100%;padding:9px;font-size:16px;}}.folderswrp .renamingBox {display:block;width:100%;margin:12px 0;text-align:center;}.folderswrp .renamingBox input[type="text"] {display:block;width:100%;height:26px;line-height:26px;}.folderswrp .renamingBox input[type="text"] {border:1px solid #CCC;border-radius:5px;font-size:20px;color:#111;text-indent:4px;}.folderswrp .renamingBox input[type="submit"] {display:none;}.folderswrp .nofoldersbx {display:block;margin-bottom:8px;margin-top:8px;padding:12px 2px;color:#777;text-align:center;}.folderswrp ul {display:inline-block;}.folderswrp ul li {display:inline;}.folderswrp a {display:inline-block;width:100px;padding-top:50px;color:#333;margin:4px;font-size:14px;overflow:hidden;}.folderswrp a {outline:none;vertical-align:top;text-align:center;background:url('https://gokatku.ru/public/layout/7544/folder.png') center top no-repeat;white-space:nowrap;}.folderswrp a.rfolder {background:url('https://gokatku.ru/public/layout/7544/rfolder.png') center top no-repeat;color:#22B;}.folderswrp a#parentNode {background:url('https://gokatku.ru/public/layout/7544/pfolder.png') center top no-repeat;}.folderswrp a#deleteNode {background:url('https://gokatku.ru/public/layout/7544/dfolder.png') center top no-repeat;}.folderswrp a#adderNode {background:url('https://gokatku.ru/public/layout/7544/nfolder.png') center top no-repeat;opacity:.65;}.folderswrp a#adderNode:hover {opacity:1;}.folderswrp a:hover {opacity:.7;color:#300;}.folderswrp a.rfolder:hover {opacity:.7;color:#33C;}.folderswrp a:active {opacity:.5;}/* * */@media screen and (min-width: 2000px) {.folderswrp {position:fixed;min-width:236px;top:132px;max-height:64vh;left:0;right:calc(50% + 820px);margin:112px 4px 4px 0;z-index:999;padding:16px 8px;overflow:hidden;}.folderswrp {background:rgba(255,255,255,.92);border-radius:0 8px 8px 0;border:2px dashed #ddd;border-left:0;}.folderswrp:hover {overflow-y:scroll;}.folderswrp .nofoldersbx {background:#f8f8f8;}}@media screen and (min-width: 760px) and (max-width: 1999px) {.folderswrp {position:fixed;top:132px;max-height:64vh;left:-180px;width:236px;margin:112px 4px 4px 0;z-index:999;padding:16px 8px;overflow:hidden;}.folderswrp {background:rgba(245,245,245,.92);border-radius:0 8px 8px 0;transition:all 1.7s ease;}.folderswrp:hover {left:0;background:rgba(255,255,255,.86);transition:all .7s ease;overflow-y:scroll;}.folderswrp .nofoldersbx {border-bottom:2px dashed #ccc;border-top:2px dashed #ccc;}}@media screen and (max-width: 759px) {.folderswrp {text-align:center;width:96%;margin:22px auto;}.folderswrp:hover {}}.sellerwrp {max-width:2220px;margin:auto;}.sectionTitle {padding:22px 7px;}.sectionTitle {font-weight:bold;font-size:26px;text-align:center;background:rgba(255,255,255,.15);}.sectionTitle p a {display:inline-block;margin:5px 0;font-size:16px;}.sectionTitle p a::after {display:inline-block;margin:5px;content:'|';}.sectionTitle p a:last-child::after {content:'';display:none;}#mredwrp {display:block;max-width:640px;margin:50px auto;border:1px solid #ddd;border-radius:5px;padding-bottom:14px;font-size:16px;}#mredwrp #hdr {background-color:rgba(255,255,255,.1);border-top-left-radius:4px;border-top-right-radius:4px;padding:5px 12px;border-bottom:1px solid #DDD;}#mredwrp #hdr #mrname {display:inline-block;height:37px;line-height:37px;padding-left:40px;color:#fff;font-weight:bold;letter-spacing:1px;background:url('https://gokatku.ru/public/layout/7544/sic_markets.webp') left center no-repeat;}#mredwrp p:nth-child(1) {margin-top:20px;}#mredwrp p {margin:8px 3px 2px;}#mredwrp label {display:inline-block;width:200px;margin-left:12px;font-size:130%;font-weight:bold;}#mredwrp select,#mredwrp input[type='text'] {width:280px;}#mredwrp input[type='submit'] {margin:44px 0 22px;}#mymrwrpnmr .marketsempty {font-size:140%;color:#fff;}#mymrwrpnmr {margin:100px 4px;font-size:120%;text-align:center;color:#fff;}#mymrfromto {text-align:center;margin:30px 0 0;}#mymrwrp {max-width:640px;margin:32px auto 20px;min-height:300px;padding:12px;font-size:16px;}#mymrwrp .mrrow {border-bottom:1px solid #777;padding:3px;}#mymrwrp .mrrow:last-child {border:0;}#mymrwrp .mrrow a.mymr {display:inline-block;height:37px;line-height:37px;padding-left:40px;color:#fff;font-weight:bold;letter-spacing:1px;background:url('https://gokatku.ru/public/layout/7544/mymarketsicon.png') left center no-repeat;}#mymrwrp .mrrow a.mymr:hover {color:#777;background:url('https://gokatku.ru/public/layout/7544/mymarketsicon.png') left center no-repeat;opacity:.8;}#mymrwrp #mrcountry {display:inline-block;float:right;line-height:37px;}#mymrwrp #vat {display:inline-block;float:right;line-height:37px;color:#333;margin-right:24px;}/* * */@media screen and (max-width:768px) {#mredwrp {margin:50px auto 0;width:100%;border:0;border-radius:0;padding:0;text-align:center;}#mredwrp select,#mredwrp input[type='text'] {width:92%;margin:4px auto;}#mredwrp p label {display:block;margin:20px 0 10px;text-align:center;width:100%;padding:4px 0;}#mredwrp p:last-child label {display:none;}#mymrwrp {width:94%;overflow:hidden;min-width:auto;margin:32px auto 20px;min-height:auto;padding:12px 0;}#mymrwrp .mrrow {border-bottom:1px dotted #DDD;}}#mycontlist {min-width:320px;margin:12px auto;max-width:920px;font-size:14px;text-align:center;}#mycontlist #empty {display:block;font-size:24px;color:#999;padding:30px 22px 200px;}#mycontlist table {border-collapse:collapse;margin:auto;text-align:left;}#mycontlist table tr:nth-child(odd) {background-color:#F9F9F9;}#mycontlist table tr:hover,#mycontlist table tr:nth-child(odd):hover {background-color:#FBFBFB;}#mycontlist table tr th {font-weight:bold;padding:3px;text-align:left;background-color:#F7F7F7;border-top:2px solid #DDD;border-bottom:2px solid #CCC;}#mycontlist table tr th#updated,#mycontlist table tr th#res {text-align:right;}#mycontlist table tr td {padding:3px;border-bottom:1px solid #DDD;}#mycontlist table tr th#cb,#mycontlist table tr td#cb {width:24px;text-align:center;}#mycontlist table tr td#res {width:20%;max-width:220px;text-align:right;color:#55F;}#mycontlist table tr td#updated {width:20%;max-width:220px;text-align:right;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#mycontlist {min-width:auto;max-width:100%;overflow:hidden;margin:8px 0;padding:0;border:0;}#mycontlist table {font-size:130%;}#mycontlist table tr th#updated,#mycontlist table tr th#res {display:none;}#mycontlist table tr td {padding:8px 4px;}#mycontlist table tr td#res {display:none;}#mycontlist table tr td#updated {display:none;}#mycontlist #empty {font-size:160%;padding:30px 0;text-align:center;}#mycfromto {display:none;}}.slangselwred {position:absolute;margin:38px 0 0 2%;}.slangselwred label {display:none;}#centryEditorbox {display:block;width:96%;margin:78px auto 20px;padding-bottom:50px;max-width:1480px;}#centryEditorbox p {margin-bottom:12px;font-size:120%;}#centryEditorbox #empty {display:block;font-size:140%;padding:80px 0;}#centryEditorbox input[type='text'] {width:70%;border:1px solid #DDD;height:24px;line-height:24px;color:#333;padding:0 18px 0 6px;}#centryEditorbox input[type='text']:focus {box-shadow:inset 0 0 1px #CCC;color:#000;}#centryEditorbox textarea {width:100%;border:1px solid #DDD;min-height:440px;resize:vertical;box-shadow:inset 0 0 3px #CCC;padding:12px;outline:none;}#centryEditorbox select#resIDFld {color:#00F;}#myfilesbar {position:fixed;left:-99%;bottom:-16%;width:99%;height:24%;min-height:100px;background-color:#FFF;border-top:1px solid #BBB;border-right:26px solid #333;border-top-right-radius:4px;padding-top:12px;box-shadow:0 0 4px #BBB;opacity:0.5;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;direction:rtl;overflow-y:scroll;text-align:right;}#myfilesbar:hover {left:0;bottom:0;opacity:1;border-top:1px solid #C55;border-right:1px solid #555;-webkit-transition: all .6s ease;-moz-transition: all .6s ease;-o-transition: all .6s ease;-ms-transition: all .6s ease;transition: all .6s ease;box-shadow:0 0 4px #333;}#myfilesbar .filebox {display:inline-block;width:130px;overflow:hidden;margin:4px 5px;vertical-align:top;background-color:#FFF;border:1px solid #CCC;padding:8px;text-align:center;}/* * * 1080 * * */@media screen and (max-width:1080px) {.slangselwred {position:static;width:98%;margin:28px auto;padding:0;display:block;text-align:center;}#centryEditorbox {display:block;width:98%;margin:30px auto;padding-bottom:20px;text-align:center;}#centryEditorbox input[type='text'],#centryEditorbox select {display:block;width:99%;margin:0 auto;padding:0;}#myfilesbar {display:none;}}#filepgal {margin:12px auto;text-align:center;font-size:14px;}#filepgal .filebox:hover .itemcbwrp {opacity:1;}#myfileslist {float:right;width:320px;clear:right;margin:32px 0;max-height:720px;min-width:220px;overflow-y:auto;font-size:14px;}#filepgal div.cbb {text-align:left;}a#fileplink {float:right;display:block;width:321px;padding:8px 0;margin-top:54px;color:#555;text-align:center;letter-spacing:1px;font-size:110%;background-color:#FAFAFA;box-shadow:inset 0 0 2px #999;}a#fileplink:hover {color:#222;box-shadow:inset 0 0 5px #777;}#filepgal .filebox {display:inline-block;width:130px;padding:14px;overflow:hidden;margin:4px 5px;vertical-align:bottom;background-color:#F9F9F9;border:1px solid #DDD;}#myfileslist .filebox {display:inline-block;width:130px;padding:4px;overflow:hidden;margin:4px 5px;vertical-align:bottom;}#filepgal .filebox span,#myfilesbar .filebox span,#myfileslist .filebox span {text-align:center;overflow:hidden;white-space:nowrap;}#filepgal .filebox #icon,#myfilesbar .filebox #icon,#myfileslist .filebox #icon {display:block;width:100%;text-align:center;}#filepgal .filebox #icon img {height:90px;} #filepgal .itemcbwrp {display:inline-block;cursor:pointer;padding:3px 1px 1px 3px;}#myfilesbar .filebox #icon img,#myfileslist .filebox #icon img {height:90px;}#filepgal .filebox #icon img:hover,#myfilesbar .filebox #icon img:hover,#myfileslist .filebox #icon img:hover {opacity:.9;}#filepgal .filebox #name,#myfilesbar .filebox #name,#myfileslist .filebox #name {display:block;color:#333;padding:3px 1px;background-color:#F7F7F7;}#filepgal .filebox #res,#myfilesbar .filebox #res,#myfileslist .filebox #res {display:block;color:#44C;}#filepgal .filebox #fsize,#myfilesbar .filebox #fsize,#myfileslist .filebox #fsize {display:block;color:#999;}#filepgal #empty {font-size:140%;color:#BBB;padding:40px 20px;display:block;}#myfilesbar #empty,#myfileslist #empty {display:block;margin-top:130px;font-size:180%;color:#333;text-align:center;}#euplboxactionbox #uploadScreenBox {position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.7);z-index:2222;}#euplboxactionbox #uploadScreenBox span#progressbox {position:fixed;top:50%;left:50%;width:160px;height:46px;line-height:46px;margin:-23px 0 0 -80px;background-color:#FFF;border-radius:8px;font-size:180%;color:#222;text-align:center;z-index:224;box-shadow:inset 0 0 3px #444;}#euplboxactionbox #uploadScreenBox span#progressbg {position:fixed;top:0;left:0;width:1px;height:100%;background-color:#000;background:-webkit-linear-gradient(to bottom left,#000,#333);background:-moz-linear-gradient(to bottom left,#000,#333);background:-o-linear-gradient(to bottom left,#000,#333);background:linear-gradient(to bottom left,#000,#333);opacity:.92;z-index:223;}#fileuplbox {position:absolute;top:0;right:200px;width:1px;height:1px;}#euplbox {position:absolute;z-index:100;right:0;top:222px;width:140px;background-color:#FFF;border:1px dashed #AAA;color:#777;text-align:center;padding:12px 0;cursor:pointer;box-shadow:inset 0 0 16px #EEE;}#myfileslist #euplbox {width:320px;}#euplbox:hover {box-shadow:inset 0 0 5px #EEE;border:1px dashed #777;}#fileuplbox input {visibility:hidden;width:0;}/* * * 1080 * * */@media screen and (max-width:1080px) {#myfileslist {display:block;float:none;width:auto;clear:none;margin:0 auto 20px;max-height:150px;min-width:auto;overflow-y:auto;border-bottom:2px solid #777;box-shadow:inset 0 0 3px #AAA;text-align:center!important;}a#fileplink {float:none;width:auto;border-radius:0;margin-top:0;}#myfilesbar #empty,#myfileslist #empty {margin:18px 0;}#filepgal {margin:18px auto;width:99%;text-align:center;}#fileuplbox {position:static;top:auto;right:auto;width:1px;height:1px;}#myfileslist #euplbox,#euplbox {position:static;z-index:100;right:auto;top:auto;width:130px;margin:20px auto;}#filepgal #empty {text-align:center;padding:20px 0;}}#mycustomerslist {margin:12px auto;padding:0 8px;font-size:14px;}#mycustomerslist #empty {display:block;font-size:180%;color:#999;padding:30px 22px 200px;text-align:center;}#mycustomerslist #searchhint {padding:8px 5px 8px 22px;background:linear-gradient(to right,#fff,#ffc,#fff);color#933;text-align:center;}#mycustomerslist #searchhint a {letter-spacing:1px;color:#c77;}#mycustomerslist #searchhint a:hover {text-decoration:underline;color:#f00;}#mycustomerslist #tblwrp {overflow-x:auto;margin:22px auto;}#mycustomerslist table {border-collapse:collapse;border:1px solid #DDD;margin:12px auto;}#mycustomerslist table tr:hover {background-color:#F5F5F5;}#mycustomerslist table tr th {font-weight:normal;text-align:left;padding:3px 10px;border-bottom:2px solid #DDD;border-right:1px solid #DDD;background-color:#F8F8F8;white-space:nowrap;max-width:320px;overflow-x:hidden;}#mycustomerslist table tr th#activeColOrder {background-color:#DDD!important;}#mycustomerslist table tr th .flmoptbox {display:none;}#mycustomerslist table th:hover .flmoptbox {display:inline-block;position:absolute;background-color:#FFF;border:1px solid #DDD;border-radius:4px;padding:0 6px;margin-top:-30px;box-shadow:0 0 2px FDD;}#mycustomerslist table tr th:hover .flmoptbox a {display:inline-block;width:17px;height:12px;margin:8px 4px;opacity:.6;}#mycustomerslist table tr th:hover .flmoptbox a:hover {opacity:.9;}#mycustomerslist .flmmoveup {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') 0 0 no-repeat;}#mycustomerslist .flmmovedown {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -20px 0 no-repeat;}#mycustomerslist .ordflmasc {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -40px 0 no-repeat;width:10px!important;}#mycustomerslist .ordflmdesc {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -53px 0 no-repeat;width:10px!important;}#mycustomerslist table tr td {padding:3px 10px;border-bottom:1px solid #DDD;border-right:1px solid #DDD;max-width:320px;word-break:break-all;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#mycustomerslist {width:98%;margin:32px auto;padding:0;border:0;}#mycustomerslist #empty {display:block;font-size:160%;padding:40px 0;text-align:center;}#mycustomerslistfromto {display:block;border-radius:0;background-color:#FFF;margin:8px auto;padding:3px 18px;float:none;font-size:160%;text-align:center;}#mycustomerslist #searchhint {text-align:center;padding:8px auto;margin:12px auto;}#mycustomerslist #searchhint a {display:block;color:#C33;font-size:130%;margin:8px 0;}#mycustomerslist table {margin:22px auto;max-width:100%;overflow:auto;}#mycustomerslist table tr td {max-width:500px;word-break:normal;white-space:nowrap;overflow:hidden;}#mycustomerslist table input[type='checkbox'] {width:24px;height:24px;}}.ctxpars {width:98%;margin:12px auto 32px;font-size:20px;text-align:center;}.notxfound {margin:32px auto;padding:72px 0;text-align:center;font-size:28px;color:#999;background:#f7f7f7;}.ctxsfiltr {width:100%;max-width:1400px;margin:auto;text-align:center;}.ctxsfiltr input[type="checkbox"] {}.ctxsfiltr input[type="submit"] {display:inline-block;background:transparent;border:0;color:#999;font-size:14px;}.ctxsfiltr label {display:inline-block;width:auto;margin:0 22px 0 8px;font-size:16px;}.ctxtbl {display:table;width:100%;max-width:1400px;margin:16px auto 122px;font-size:16px;border:1px solid #DDD;text-align:center;}.ctxtbl .ctxtblth span, .ctxtbl .ctxtblth:hover span {font-weight:bold;border-bottom:2px solid #DDD;border-top:2px solid #DDD;color:#000;background:#FAFAFA;}.ctxtbl div {display:table-row;}.ctxtbl div:hover {background-color:#F7F7F7;color:#F30;}.ctxtbl div:hover a {color:#F30;}.ctxtbl div span {display:table-cell;padding:5px 12px;position:relative;}.ctxtbl div span {border-bottom:1px dotted #BBB;border-left:1px dotted #BBB;overflow:hidden;white-space:nowrap;}.ctxtbl div span:nth-child(1) {border-left:0;text-align:left;width:122px;}.ctxtbl div span:nth-child(2) {text-align:left;width:120px;}.ctxtbl div span:nth-child(3) {text-align:left;width:auto;}.ctxtbl div span:nth-child(4) {width:132px;}.ctxtbl div span:nth-child(5) {text-align:right;font-weight:bold;border-left:1px dotted #BBB;padding-right:4px;width:172px;}.ctxtbl div span:nth-child(6) {text-align:left;font-weight:bold;border-left:0;padding-left:2px;width:42px;}.ctxtbl div span:nth-child(7) {width:42px;}.ctxtbl .chaintxlink {font-size:14px;color:#911;}.ctxtbl .chaintxlink:hover {color:#b33;}.ctxtbl .statcol {font-size:14px;letter-spacing:1px;color:#555;width:132px;}.ctxtbl .statcol .chaintxlink {color:#090;}.ctxtbl .statcol .chaintxlink:hover {color:#3c3;}.ctxtbl .spinner {width:20px;height:20px;margin:auto;position:absolute;left:50%;margin-left:-10px;}.ctxtbl .cbtn {cursor:pointer;color:#a30;}.ctxtbl .cbtn:hover {color:#c52;text-decoration:underline;}.ctxtbl div span:nth-child(7) {width:74px;}.ctxtbl div span.cointrx5 {background:url('https://gokatku.ru/public/layout/7544/trx5.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinusdt5 {background:url('https://gokatku.ru/public/layout/7544/usdt5.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinusdc5 {background:url('https://gokatku.ru/public/layout/7544/usdc5.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinbnb3 {background:url('https://gokatku.ru/public/layout/7544/bnb3.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinbusd3 {background:url('https://gokatku.ru/public/layout/7544/busd3.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinusdt3,.ctxtbl div span.coinbsc-usd3 {background:url('https://gokatku.ru/public/layout/7544/bsc-usd3.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coinshib3 {background:url('https://gokatku.ru/public/layout/7544/shib3.webp') center center no-repeat;background-size:auto 90%;}.ctxtbl div span.coincake3 {background:url('https://gokatku.ru/public/layout/7544/cake3.webp') center center no-repeat;background-size:auto 90%;}/* BalanceTopUps */.ctxtbl .txstat1 {background-color:#f3fbee;}.ctxtbl div.txstat1:hover {background-color:#E3EBE5;}/* OrderPayments */.ctxtbl .txstat2 {background-color:#ffd;}.ctxtbl div.txstat2:hover {background-color:#ffffef;}#mycusfltr {width:720px;margin:64px auto 290px;padding:20px 0;border:1px solid #DDD;border-radius:2px;box-shadow:0 0 3px #DDD;}#mycusfltr #title {font-size:130%;text-align:center;letter-spacing:1px;margin:5px 0 24px;padding:14px 0 8px;border-bottom:1px solid #CCC;background:-webkit-linear-gradient(to bottom,#FFF,#F5F5F5);background:-moz-linear-gradient(to bottom,#FFF,#F5F5F5);background:-o-linear-gradient(to bottom,#FFF,#F5F5F5);background:linear-gradient(to bottom,#FFF,#F5F5F5);}#mycusfltr #opts {margin-top:-49px;text-align:right;padding-right:18px;}#mycusfltr #opts a {background-color:#F77;border-top-left-radius:4px;border-top-right-radius:4px;padding:3px 18px;border-top:1px solid #F00;border-left:1px solid #F00;border-right:1px solid #F00;background:-webkit-linear-gradient(to bottom,#F99,#F55);background:-moz-linear-gradient(to bottom,#F99,#F55);background:-o-linear-gradient(to bottom,#F99,#F55);background:linear-gradient(to bottom,#F99,#F55);color:#FFF;font-size:20px;font-weight:bold;}#mycusfltr #opts a:hover {background-color:#F99;background:-webkit-linear-gradient(to bottom,#F99,#F99,#F55);background:-moz-linear-gradient(to bottom,#F99,#F99,#F55);background:-o-linear-gradient(to bottom,#F99,#F99,#F55);background:linear-gradient(to bottom,#F99,#F99,#F55);}#mycusfltr p {margin:0 16px;padding:4px 0;}#mycusfltr p#lchangeblock {margin-bottom:12px;}#mycusfltr #flmbox {background-color:#F9F9F9;padding:12px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD;}#mycusfltr #flmbox p:nth-child(odd) {background-color:#EFEFEF;}#mycusfltr label {display:inline-block;min-width:240px;margin-left:6px;font-size:110%;}#mycusfltr p input[type='text'] {width:220px;}#mycusfltr p input[type='text']:nth-child(odd) {width:80px;margin-left:12px;}#mycusfltr p select {}#mycusfltr p#lchangeblock select {margin-right:8px;}#mycusfltr input[type='submit'] {display:block;margin:18px auto 8px;}#mycusfltr #strselbox {background-color:#F9F9F9;padding:12px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD;text-align:center;}#mycusfltr #strselbox select {width:96%;}#mycusfltr #fldbox {margin:8px 0;}#mycusfltr #fldbox p {border-bottom:1px dotted #DDD;}#mycusfltr #fldbox .cbffld input[type='checkbox'] {margin-right:8px;}#mycusfltr #fldbox .cbffld select {width:auto!important;}#mycusfltr input,#mycusfltr select {border:1px solid #AAA;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#mycusfltr {width:100%;overflow:hidden;margin:20px auto;padding:20px 0;border:0;border-radius:0;box-shadow:none;}#mycusfltr #opts {display:block;margin:20px 0;text-align:center;padding:0;}#mycusfltr #opts a {border-radius:4px;border:1px solid #F00;}#mycusfltr p {margin:2px 0 22px;padding:0;text-align:center;border:0;}#mycusfltr label {display:block;width:100%;margin:4px 0;font-size:130%;font-weight:bold;text-align:center;}#mycusfltr #flmbox,#mycusfltr #flmbox p:nth-child(odd) {background-color:#FFF;border:0;}#mycusfltr #fldbox p {border:0;}#mycusfltr p input[type='text'],#mycusfltr p select {margin:2px 0;}#mycusfltr input[type='checkbox'] {width:24px;height:24px;}}#myitemslist {margin:12px auto;padding:0 8px;font-size:14px;}#myitemslist #empty {display:block;font-size:180%;color:#999;padding:30px 22px 200px;text-align:center;}#myitemslist #searchhint {padding:8px 5px 8px 22px;background:linear-gradient(to right,#fff,#ffc,#fff);color#933;text-align:center;}#myitemslist #searchhint a {letter-spacing:1px;color:#c77;}#myitemslist #searchhint a:hover {text-decoration:underline;color:#f00;}#myitemslist #tblwrp {overflow-x:auto;margin:22px auto;}#myitemslist table {border-collapse:collapse;border:1px solid #DDD;margin:12px auto;}#myitemslist table tr:hover {background-color:#F5F5F5;}#myitemslist table tr th {font-weight:normal;text-align:left;padding:3px 10px;border-bottom:2px solid #DDD;border-right:1px solid #DDD;background-color:#F8F8F8;white-space:nowrap;overflow-x:hidden;}#myitemslist table tr th#activeColOrder {background-color:#DDD!important;}#myitemslist table tr th .flmoptbox {display:none;}#myitemslist table th:hover .flmoptbox {display:inline-block;position:absolute;padding:0 6px;margin-top:-20px;box-shadow:0 0 2px fdd;}#myitemslist table th:hover .flmoptbox {background-color:#FFF;border:1px solid #ddd;border-radius:4px;z-index:200;}#myitemslist table tr th:hover .flmoptbox a {display:inline-block;width:17px;height:12px;margin:8px 4px;opacity:.6;z-index:220;}#myitemslist table tr th:hover .flmoptbox a:hover {opacity:.9;transform:scale(1.2);}#myitemslist table tr th:hover .flmoptbox:empty {display:none;}#myitemslist .flmmoveup {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') 0 0 no-repeat;}#myitemslist .flmmovedown {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -20px 0 no-repeat;}#myitemslist .ordflmasc {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -40px 0 no-repeat;width:10px!important;}#myitemslist .ordflmdesc {background:url('https://gokatku.ru/public/layout/7544/flmopts.png') -53px 0 no-repeat;width:10px!important;}#myitemslist table tr td {padding:3px 10px;border-bottom:1px solid #DDD;border-right:1px solid #DDD;max-width:320px;word-break:break-all;}/* * */@media screen and (max-width:1080px), @media screen and (max-device-width:1080px) {#myitemslist {width:98%;margin:32px auto;padding:0;border:0;}#myitemslist #empty {display:block;font-size:160%;padding:40px 0;text-align:center;}#myitemslistfromto {display:block;border-radius:0;background-color:#FFF;margin:8px auto;padding:3px 18px;float:none;font-size:160%;text-align:center;}#myitemslist #searchhint {text-align:center;padding:8px auto;margin:12px auto;}#myitemslist #searchhint a {display:block;color:#C33;font-size:130%;margin:8px 0;}#myitemslist table {margin:22px auto;max-width:100%;overflow:auto;}#myitemslist table tr td {max-width:500px;word-break:normal;white-space:nowrap;overflow:hidden;}#myitemslist table input[type='checkbox'] {width:24px;height:24px;}}/* * * NewItem * * */#newItemEdWrp {padding:40px 10px;margin-top:58px;}#newItemEdWrp select#newitemstr {min-width:300px;max-width:700px;width:50%;height:28px;font-size:110%;color:#333;border-left:1px solid #DFDFDF;border-top:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;border-right:0;border-top-left-radius:6px;border-bottom-left-radius:6px;vertical-align:top;}#newItemEdWrp #strselectbtn {font-size:110%;font-weight:normal;color:#333;height:28px;line-height:28px;padding:0 48px 0 18px;background:url('https://gokatku.ru/public/layout/7544/rsubmitbtarr.png') right 6px no-repeat #FFF;cursor:pointer;border-right:1px solid #DFDFDF;border-top:1px solid #DFDFDF;border-bottom:1px solid #DFDFDF;border-left:0;border-top-right-radius:6px;border-bottom-right-radius:6px;vertical-align:top;}#newItemEdWrp #strselectbtn:hover {color:#333;background:url('https://gokatku.ru/public/layout/7544/rsubmitbtarr.png') right -33px no-repeat #EEE;box-shadow:inset 0 0 3px #999;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;}#newItemEdWrp #strselectbtn:active {color:#000;}/* * * Editor * * */#itemEdWrp {width:98%;margin:72px auto 300px;overflow:hidden;font-size:16px;}#itemEdWrp #inner {padding:2px 0 120px;}#itemEdWrp #itemNF {font-size:140%;text-align:center;padding:60px 0;color:#999;}#newItemEdWrp #title,#itemEdWrp #edTitle {font-size:150%;font-weight:bold;padding:8px 3px;border-top:2px dotted #999;border-bottom:2px dotted #DDD;margin:32px 0 18px;text-indent:14px;}#itemEdWrp #itemprops {font-weight:normal;}#itemEdWrp #itemedresultmsg {font-size:130%;padding:16px 3px;background-color:#FFD;background:-webkit-linear-gradient(to right,#FFD,#FFF);background:-moz-linear-gradient(to right,#FFD,#FFF);background:-o-linear-gradient(to right,#FFD,#FFF);background:linear-gradient(to right,#FFD,#FFF);margin-bottom:10px;color:#F00;text-indent:16px;font-weight:bold;}#itemEdWrp #imgbox {padding:8px 0;margin:18px 0;border-bottom:1px dotted #DDD;vertical-align:top;white-space:nowrap;overflow-x:scroll;}#itemEdWrp #imgbox .imgfield {display:inline-block;width:172px;border:0;background-color:#FFF;margin:4px;vertical-align:bottom;}#itemEdWrp #imgbox .imgfield a {display:inline-block;margin:4px 8px;}#itemEdWrp #imgbox .imgfield a img {max-width:160px;max-height:160px;width:100%;}#itemEdWrp #imgbox .imgfield a img:hover {opacity:.7;}#itemEdWrp #imgbox .imgfield span {display:block;word-break:break-all;text-align:center;}#itemEdWrp #imgbox .imgfield span#filename {background-color:#F7F7F7;border:1px solid #DDD;padding:3px 2px;font-size:120%;}#itemEdWrp #imgbox .imgfield span#filenamegalleryimg {background-color:#EEE;border:1px solid #DDD;padding:3px 2px;color:#500;font-weight:bold;font-size:120%;}#itemEdWrp #imgbox .imgfieldnoimg {display:block;width:160px;height:90px;background:url('https://gokatku.ru/public/layout/7544/nopicture.png') center center no-repeat;}#itemEdWrp #filebox {padding:10px 0;margin:20px 0;border-bottom:1px dotted #EEE;white-space:nowrap;overflow-x:scroll;}#itemEdWrp #filebox a {display:block;margin:10px;padding-left:26px;line-height:21px;background:url('https://gokatku.ru/public/layout/7544/fdownlsmall.png') left center no-repeat;}#itemEdWrp #fldbox {display:inline-block;padding:0 10px 10px 0;margin:0 12px 18px 0;border-right:1px dashed #DDD;vertical-align:top;}#itemEdWrp #fldbox {max-height:60vh;overflow-y:scroll;}#itemEdWrp #fldbox p {padding:3px;}#itemEdWrp #fldbox label {display:inline-block;width:140px;vertical-align:top;}#itemEdWrp #fldbox select,#itemEdWrp #fldbox input[type='text'] {min-width:520px;width:40%;border:1px solid #DDD;color:#333;font-size:16px;}#itemEdWrp #fldbox textarea {min-width:520px!important;width:40%!important;min-height:200px;resize:vertical;border:1px solid #DDD;color:#333;font-size:16px;padding:4px 6px;}#itemEdWrp #fldbox .attrwrp {display:inline-block;width:58%;max-height:120px;overflow-y:auto;border:1px solid #DDD;padding:5px;background-color:#F7F7F7;background:linear-gradient(to top,#F2F2F2,#FCFCFC);border-radius:2px;}#itemEdWrp #fldbox .attrwrp:hover {max-height:540px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;}#itemEdWrp #fldbox .attrwrp .attrbx {display:block;padding:2px 0;border-bottom:1px dotted #CCC;}#itemEdWrp #fldbox .attrwrp .attrbx .attrval{font-size:14px;color:#222;margin-left:4px;}#itemEdWrp #fldbox .attrwrp .attrbx select {width:90px;min-width:90px;height:18px;line-height:18px;margin:0 4px;border:1px solid #DDD;font-size:12px;text-indent:2px;color:#555;padding:0;}#itemEdWrp #fldbox .attrwrp .attrbx select:focus() {box-shadow:none;}#itemEdWrp #fldbox .attrwrp .attradder input {display:block;width:92%;min-width:auto;margin:3px auto;height:22px;line-height:22px;font-size:12px;color:#222;}#itemEdWrp #fldbox .attrwrp .attradder input:focus {box-shadow:none;}#itemEdWrp #imguplbox {display:inline-block;vertical-align:top;padding:0 8px 10px 0;margin:0 9px 18px 0;border-right:1px dashed #DDD;max-width:372px;max-height:60vh;overflow-y:scroll;}#itemEdWrp #imguplbox p {background-color:#F8F8F8;border:1px solid #DDD;padding:10px 5px;margin:0 0 12px;font-weight:bold;}#itemEdWrp #imguplbox p input[type='file'] {margin:0 0 0 8px;max-width:280px;}#itemEdWrp #imguplbox #urlbox {display:block;font-size:90%;letter-spacing:1px;margin:7px 0 3px 0;font-variant:small-caps;}#itemEdWrp #imguplbox #urlbox input[type='text'] {border:1px solid #DDD;width:320px;color:#555;font-size:90%;height:14px;line-height:14px;background-color:#FFF;}#itemEdWrp #imguplbox #optbox {display:block;font-size:90%;padding-top:4px;margin-top:5px;font-weight:normal;}#itemEdWrp #imguplbox #optbox span {margin-right:12px;}#itemEdWrp #imguplbox #optbox input {margin-right:5px;}#itemEdWrp input[type='submit'] {background-color:#F00;margin:12px auto;display:block;letter-spacing:1px;min-width:32%;}#itemEdWrp input[type='submit']:hover {background-color:#F55;}#itemEdWrp #wysiwygbox {margin:42px 0;}#itemEdWrp #wysiwygbox label.fldlabel {font-size:130%;font-weight:bold;min-width:100%;display:block;padding:5px 2px 5px 12px;margin-top:14px;border-top-left-radius:8px;background:-webkit-linear-gradient(to right,#EEE,#FFF);background:-moz-linear-gradient(to right,#EEE,#FFF);background:-o-linear-gradient(to right,#EEE,#FFF);background:linear-gradient(to right,#EEE,#FFF);}/* * * VARITEMSCTRL * * */#itemEdWrp #varItemsCtrlExt {margin:20px auto 8px;border-top-left-radius:8px;}#itemEdWrp #varItemsCtrlExt #inner {padding:10px;}#itemEdWrp #varItemsCtrlExt label {margin:0 10px 0 22px;}#itemEdWrp #varItemsCtrlExt #varitemctrlqty {width:40px;}/* * * VARITEMS * * */#itemEdWrp #novari {border-top:1px dotted #DDD;border-bottom:1px dotted #DDD;font-size:140%;color:#888;padding:22px 8px;margin:20px auto 50px;}#itemEdWrp #vitemhint {background-color:#FFA;backgroun:linear-gradient(#FFA,#FFD,#FFA);font-size:160%;font-weight:bold;color:#900;text-indent:14px;padding:14px 0;} #itemEdWrp #vitemhint a {color:#900;text-decoration:underline;}#itemEdWrp #vitemhint a:hover {color:#F33;}#itemEdWrp #varItemsExt {margin:20px auto 50px;background-color:#F2F2F2;border-top-left-radius:8px;}#itemEdWrp #varItemsCtrlExt #title,#itemEdWrp #varItemsExt #title {padding:7px 8px 7px 12px;background-color:#F4F4F4;font-size:120%;color:#333;border-bottom:1px solid #CCC;font-weight:bold;border-top-left-radius:8px;background:-webkit-linear-gradient(to right,#EEE,#FFF);background:-moz-linear-gradient(to right,#EEE,#FFF);background:-o-linear-gradient(to right,#EEE,#FFF);background:linear-gradient(to right,#EEE,#FFF);}#itemEdWrp #varItemsExt #title a:hover {color:#F00;}#itemEdWrp #varItemsExt #novaritems {color:#777;padding:40px 2px;text-align:center;}#itemEdWrp #varItemsExt #vitmtblwrp {width:100%;max-height:740px;overflow:auto;border:1px solid #DDD;}#itemEdWrp #varItemsExt #vitmtbl {display:table;border-collapse:collapse;background-color:#FFF;}#itemEdWrp #varItemsExt #vitmtbl .tblhr {display:table-header-group;}#itemEdWrp #varItemsExt #vitmtbl .tblhc {display:table-cell;background-color:#F9F9F9;border-bottom:1px solid #DDD;padding:3px 5px;border-right:1px solid #DDD;font-variant:small-caps;}#itemEdWrp #varItemsExt #vitmtbl .tblr {display:table-row;}#itemEdWrp #varItemsExt #vitmtbl .tblr:hover {display:table-row;background-color:#FFC;}#itemEdWrp #varItemsExt #vitmtbl .tblc {display:table-cell;border-bottom:1px solid #DDD;padding:6px;border-right:1px solid #DDD;vertical-align:top;}#itemEdWrp #varItemsExt #vitmtbl .tblc img {max-width:60px;}#itemEdWrp #varItemsExt #vitmtbl #itemopts {text-align:center;width:24px;}#itemEdWrp #varItemsExt #vitmtbl #itemid {color:#722;font-variant:small-caps;min-width:74px;}#itemEdWrp #varItemsExt #vitmtbl #itemid a {text-decoration:underline;color:#C00;}#itemEdWrp #varItemsExt #vitmtbl #itemid a:hover {color:#F33;}#itemEdWrp #varItemsExt #vitmtbl .cbc {font-size:140%;}/* * * CUSLDEXT * * */#itemEdWrp #ldextNoLDs {display:inline-block;width:220px;color:#777;background-color:#F8F8F8;background:-webkit-linear-gradient(to right,#F8F8F8,#FFF);background:-moz-linear-gradient(to right,#F8F8F8,#FFF);background:-o-linear-gradient(to right,#F8F8F8,#FFF);background:linear-gradient(to right,#F8F8F8,#FFF);border-top-left-radius:8px;border-bottom-left-radius:8px;padding:8px 4px;}#itemEdWrp #lgndfbox {display:inline-block;width:200px;border-right:1px dotted #DDD;margin-right:6px;padding-right:6px;max-height:620px;overflow-y:auto;}#itemEdWrp #lgndfbox #titl {background-color:#F5F5F5;background:-webkit-linear-gradient(right,#F8F8F8,#FFF);background:-moz-linear-gradient(to right,#F8F8F8,#FFF);background:-o-linear-gradient(to right,#F8F8F8,#FFF);background:linear-gradient(to right,#F8F8F8,#FFF);border-bottom:1px dotted #CCC;padding:7px 5px;margin-bottom:8px;font-weight:bold;}#itemEdWrp #lgndfbox .ldbox {display:block;margin-bottom:3px;padding-bottom:5px;border-bottom:1px dotted #DDD;font-weight:bold;color:#B00;}#itemEdWrp #lgndfbox .ldbox #actcb {display:block;background-color:#F8F8F8;background:-webkit-linear-gradient(right,#F8F8F8,#FFF);background:-moz-linear-gradient(to right,#F8F8F8,#FFF);background:-o-linear-gradient(to right,#F8F8F8,#FFF);background:linear-gradient(to right,#F8F8F8,#FFF);border-top-left-radius:8px;border-bottom-left-radius:8px;padding:5px;margin-bottom:4px;font-size:90%;word-break:break-all;}#itemEdWrp #lgndfbox .ldbox #ldpasswd {display:block;font-size:80%;color:#333;}#itemEdWrp #lgndfbox .ldbox #ldpasswd input {border:1px solid #BBB;font-size:74%;color:#333;width:100px;height:16px;line-height:16px;background-color:#F5F5F5;}/* * * PriceCFG * * */#itemEdWrp .pricecfgbox {border-top:1px dashed #DDD;padding:16px 0;display:flex;flex-wrap:wrap;}#itemEdWrp #prAdBox {padding:20px 0 10px;order-top:2px solid #DDD;}#itemEdWrp #prAdBox #info {display:block;padding:7px 0;margin-bottom:9px;background-color:#F8FFF8;font-weight:bold;font-size:120%;background:-webkit-linear-gradient(to right,#F0FFF0,#FFF);background:-moz-linear-gradient(to right,#F0FFF0,#FFF);background:-o-linear-gradient(to right,#F0FFF0,#FFF);background:linear-gradient(to right,#F0FFF0,#FFF);text-indent:12px;}#itemEdWrp #prAdBox select {border:1px solid #999;font-size:90%;height:20px;line-height:20px;color:#333;padding-right:6px;}#itemEdWrp #prAdBox #pradderqtyfld{width:52px;}#itemEdWrp #prAdBox #pradderpricefld {width:100px;}#itemEdWrp .prcfgbox {display:inline-block;width:320px;margin:28px 5px 14px;border:1px solid #777;background-color:#F9F9F9;vertical-align:top;}#itemEdWrp .prcfgbox #name {display:block;background-color:#FFF;border-bottom:1px solid #777;font-weight:bold;padding-left:4px;color:#090;text-align:center;padding:6px 0;white-space:nowrap;overflow:hidden;max-width:100%;}#itemEdWrp .prcfgbox #market {display:block;padding:7px 0;background-color:#FFF;border-bottom:1px solid #DDD;text-align:center;color:#00C;font-weight:bold;}#itemEdWrp .prcfgbox #delcbbox {background-color:#FFF;padding:5px 1px 5px 8px;font-size:80%;border-bottom:1px solid #DDD;margin-bottom:4px;}#itemEdWrp .prcfgbox #prline {display:block;width:94%;margin:0 auto 4px;text-align:right;}#itemEdWrp #prAdBox input,#itemEdWrp .prcfgbox #prline input {border:1px solid #999;font-size:90%;height:20px;line-height:20px;color:#222;text-align:right;padding-right:6px;}#itemEdWrp .prcfgbox #prline input:focus {background-color:#FFF;color:#222;box-shadow:none!important;}#itemEdWrp .prcfgbox .pricefld {width:84px;background-color:#FFD;}#itemEdWrp .prcfgbox .qtyfld {width:44px;background-color:#FFD;}#itemEdWrp .prcfgbox .fpricefld {width:84px;background-color:#FFF;}#itemEdWrp .prcfgbox .fqtyfld {width:44px;background-color:#FFF;}#itemEdWrp .prcfgbox select {width:108px;height:22px;line-height:22px;font-size:14px;margin:0 4px;}#itemEdWrp .prcfgbox select:focus() {box-shadow:none;}#itemEdWrp .prcfgbox .attrfld {background-color:#FFD;}#itemEdWrp .prcfgbox .fattrfld {background-color:#FFF;}#itemEdWrp .prcfgbox .clprfields {display:inline-block;border:1px solid #999;font-size:90%;height:20px;line-height:20px;color:#222;text-align:right;padding-right:6px;background-color:#FFF;}#itemEdWrp .prcfgbox span#fprice,#itemEdWrp .prcfgbox span#ffprice {width:84px;}#itemEdWrp .prcfgbox span#fqty,#itemEdWrp .prcfgbox span#ffqty {width:44px;}#itemEdWrp .prcfgbox span#fattr,#itemEdWrp .prcfgbox span#ffattr {width:100px;margin:0 4px;text-align:center;}#itemEdWrp .prcfgbox #prline #trader {font-size:80%;}#itemEdWrp .prcfgbox #noprices {display:block;font-size:90%;color:#333;text-align:center;padding:12px 0;}#itemEdWrp .prcfgbox #prline {white-space:nowrap;max-width:100%;overflow:hidden;}#itemEdWrp .prcfgbox #prline #currency {font-weight:bold;color:#555;}#itemEdWrp .prcfgbox a.edittb {display:inline-block;position:absolute;height:24px;line-height:24px;margin:-25px 0 0 auto;padding:0 12px;border:0;border-top-left-radius:2px;border-top-right-radius:2px;text-align:center;color:#FFF;font-size:110%;background-color:#F00;background:-webkit-linear-gradient(top,#A00,#F55);background:-moz-linear-gradient(to top,#A00,#F55);background:-o-linear-gradient(to top,#A00,#F55);background:linear-gradient(to top,#A00,#F55);box-shadow:inset 0 0 2px #900;font-weight:bold;}#itemEdWrp .prcfgbox a.edittb:hover {background-color:#A33;background:-webkit-linear-gradient(bottom,#A33,#A33,#F55);background:-moz-linear-gradient(to top,#A33,#A33,#F55);background:-o-linear-gradient(to top,#A33,#A33,#F55);background:linear-gradient(to top,#A33,#A33,#F55);box-shadow:inset 0 0 4px #900;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#itemEdWrp {width:100%;margin:32px auto 50px;overflow:hidden;}#itemEdWrp #inner {text-align:center;}#itemEdWrp #imgbox {padding:38px 0;margin-bottom:32px;border-bottom:1px dotted #DDD;}#itemEdWrp #imgbox .imgfield {display:inline-block;width:42%;min-width:60px;}#itemEdWrp #imgbox .imgfieldnoimg {width:100%;}#itemEdWrp #imgbox .imgfield {margin:9px;}#itemEdWrp #filebox {padding:18px 0;margin:18px 0;border-bottom:1px solid #DDD;border-top:1px solid #DDD;background-color:#F9F9F9;font-size:120%;width:100%;overflow:hidden;text-align:left;}#itemEdWrp #imguplbox {display:block;padding:0;margin:0 0 20px;border:0;max-width:100%;width:100%;border-left:0;border-right:0;}#itemEdWrp input[type='checkbox'] {width:24px;height:24px;}#itemEdWrp #fldbox {display:block;padding:20px 0;margin:20px auto;border:0;border-top:2px dotted #DDD;border-bottom:2px dotted #DDD;}#itemEdWrp #fldbox label {display:block;width:100%;overflow:hidden;font-size:130%;font-weight:bold;margin:12px 0 22px;background-color:#999;color:#FFF;padding:7px 0;}#itemEdWrp #fldbox select,#itemEdWrp #fldbox input[type='text'] {width:94%;color:#222;min-width:auto;}#itemEdWrp #fldbox textarea {min-width:auto!important;width:98%!important;min-height:220px;}#itemEdWrp #fldbox .attrwrp {width:72%;text-align:left;max-height:none;}#itemEdWrp #fldbox .attrwrp:hover {max-height:none;}/* * New Item * */#newItemEdWrp {padding:0;margin:20px 0;text-align:center;}#newItemEdWrp select#newitemstr {width:96%;height:32px;font-size:120%;color:#333;border:1px solid #DFDFDF;border-radius:4px;margin:8px 0;}#newItemEdWrp #strselectbtn {font-size:120%;margin:8px auto;border:1px solid #DDD;padding:6px 22px;background-color:#777;color:#FFF;height:auto;border-radius:4px;}#newItemEdWrp #strselectbtn:hover {background-color:#F33;color:#FFF;}/* * PriceCFG * */#itemEdWrp .pricecfgbox {padding:0 0 16px;display:block;margin:20px auto;width:100%;overflow:hidden;}#itemEdWrp #prAdBox {background-color:#EFE;}#itemEdWrp #prAdBox #info {background:#CFC;text-indent:0;}#itemEdWrp #prAdBox input,#itemEdWrp #prAdBox select {display:block;width:98%;margin:8px auto;}#itemEdWrp #prAdBox #pradderqtyfld{width:52px;display:inline-block;}#itemEdWrp #prAdBox #pradderpricefld {width:100px;display:inline-block;}/* * CUSLDEXT * */#itemEdWrp #lgndfbox {display:block;width:99%;border:0;margin:22px auto;padding:0;max-height:820px;overflow-y:auto;}/* * * VARITEMSCTRL * * */#itemEdWrp #varItemsCtrlExt label {display:block;text-align:center;width:99%;margin:2px auto;}}#wsstockextbx {margin:10px auto;font-family:Verdana;}#wsstockextbx #exttitle {font-size:16px;color:#333;padding:5px 12px;background-color:#F7F7F7;background:linear-gradient(to left,#FFF,#EEE);border-top-left-radius:5px;border-top-right-radius:5px;box-sizing:border-box;border-bottom:1px solid #DDD;}#wsstockextbx #innerwrp {box-sizing:border-box;border:1px solid #EEE;}#wsstockextbx .wsstockempty {text-align:center;font-size:16px;color:#AAA;padding:40px 0;background-color:#F9F9F9;}#wsstockextbx #adderline,#wsstockextbx #adderline:hover {background:transparent!important;}#wsstockextbx #adderline select,#wsstockextbx #adderline input {display:inline-block;width:99%;margin:0 auto;height:22px;line-height:22px;padding:0;color:#222;font-size:14px;border:1px solid #EEE;}#wsstockextbx #adderline #stkdeffldbx p label {font-size:10px;width:auto;display:none;color:#009;padding:3px 8px;border-radius:11px;}#wsstockextbx #adderline #stkdeffldbx p:hover label {display:block;position:absolute;margin-top:-27px;margin-left:-10px;background-color:#FFE;box-shadow:0 0 3px #CCF;}#wsstockextbx #adderline .tditem .stextattr {display:inline-block;margin-right:8px;color:#700;font-size:10px;width:82px;white-space:nowrap;overflow:hidden;text-align:left;}#wsstockextbx #adderline .tditem .stextattr input[type="checkbox"] {display:inline;width:auto;height:auto;border:0;margin-right:3px;}#wsstockextbx #adderline #allattradderwrp {display:block;width:100%;border-top:1px dotted #DDD;padding:5px 0;margin:5px 0;text-align:left;color:#900;}#wsstockextbx #adderline #allattradderwrp input[type="checkbox"] {display:inline;}#wsstockextbx .strgtbl {display:table;border-collapse:collapse;width:100%;margin:0;box-sizing:border-box;font-size:11px;}#wsstockextbx .strgtbl .strgthrow {display:table-row;}#wsstockextbx .strgtbl .strgrow {display:table-row;}#wsstockextbx .strgtbl .strgthrow:hover,#wsstockextbx .strgtbl .strgrow:hover {background-color:#FF7;}#wsstockextbx .strgtbl .strgthrow:nth-child(odd),#wsstockextbx .strgtbl .strgrow:nth-child(odd) {background-color:#F3F3F3;}#wsstockextbx .strgtbl .strgthrow:nth-child(odd):hover,#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover {background-color:#FF3;}#wsstockextbx .strgtbl .strgthrow > span {display:table-cell;font-weight:normal;font-size:10px;background-color:#F5F5F5;border-bottom:1px solid #DDD;border-right:2px solid #DDD;padding:1px 3px;color:#333;vertical-align:middle;}#wsstockextbx .strgtbl .strgthrow > span:last-child {border-right:1px solid #DDD;}#wsstockextbx .strgtbl .strgrow > span {display:table-cell;border-bottom:1px solid #EEE;border-right:2px solid #DDD;padding:5px;}#wsstockextbx .strgtbl .strgrow > span:last-child {border-right:1px solid #DDD;}#wsstockextbx .strgtbl .strgthrow .thopt {width:14px;text-align:left;}#wsstockextbx .strgtbl .strgthrow .thqty {width:58px;border-right:3px solid #DDD;text-align:right;background-color:#F7F7BB;}#wsstockextbx .strgtbl .strgthrow .theqty {width:58px;border-right:3px solid #DDD;text-align:right;}#wsstockextbx .strgtbl .strgthrow .thitem {text-align:left;}#wsstockextbx .strgtbl .strgthrow .thstock {width:128px;text-align:left;}#wsstockextbx .strgtbl .strgthrow .thfldc {width:158px;text-align:left;}#wsstockextbx .strgtbl .strgthrow .thsupplier {width:138px;text-align:center;}#wsstockextbx .strgtbl .strgthrow .thorder {width:80px;text-align:center;}#wsstockextbx .strgtbl .strgthrow .thowner {width:138px;text-align:center;}#wsstockextbx .strgtbl .strgrow .tdopt {text-align:left;width:14px;}#wsstockextbx .strgtbl .strgrow .tdopt a {display:inline-block;width:12px;height:12px;background:url('https://gokatku.ru/public/layout/7544/sedit.png') 0 0 no-repeat;}#wsstockextbx .strgtbl .strgrow .tdopt a:hover {background:url('https://gokatku.ru/public/layout/7544/sedit.png') 0 -12px no-repeat;cursor:pointer;}#wsstockextbx .strgtbl .strgrow input[type="text"] {width:100%;padding-right:9px;font-weight:bold;text-align:right;font-size:14px;border:1px solid #FFF;box-sizing:border-box;}#wsstockextbx .strgtbl .strgrow .tdqty input[type="text"] {background-color:#FFC;color:#900;border:1px solid #FFC;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) .tdqty input[type="text"] {background-color:#F7F7BB;border:1px solid #F7F7BB;}#wsstockextbx .strgtbl .strgrow:hover .tdqty input[type="text"] {background-color:#FF7;border:1px solid #FF7;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) .tdqty input[type="text"] {background-color:#F7F7BB;border:1px solid #F7F7BB;}#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover .tdqty input[type="text"] {background-color:#FF7;border:1px solid #FF7;}#wsstockextbx .strgtbl .strgrow .tdeqty input[type="text"] {background-color:#FFF;color:#33A;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) .tdeqty input[type="text"] {background-color:#F3F3F3;border:1px solid #F3F3F3;}#wsstockextbx .strgtbl .strgrow:hover .tdeqty input[type="text"] {background-color:#FF7;border:1px solid #FF7;}#wsstockextbx .strgtbl .strgrow .attractivebx {display:inline;}#wsstockextbx .strgtbl .strgrow .attreditbx {display:none;}#wsstockextbx .strgtbl .strgrow:hover .attractivebx {display:none;}#wsstockextbx .strgtbl .strgrow:hover .attreditbx {display:inline;}#wsstockextbx .strgtbl .strgrow .attrwrp {display:inline-block;margin-right:8px;color:#700;font-size:10px;width:82px;white-space:nowrap;overflow:hidden;text-align:left;}#wsstockextbx .strgtbl .strgrow .attrwrp input[type="checkbox"] {display:inline;width:auto;height:auto;border:0;margin-right:3px;}#wsstockextbx .strgtbl .strgrow .tdqty {width:58px;background-color:#FFC;color:#900;font-weight:bold;text-align:right;border-right:3px solid #DDD;}#wsstockextbx .strgtbl .strgrow:hover .tdqty {background-color:#FF7;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) .tdqty {background-color:#F7F7BB;color:#A11;}#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover .tdqty {background-color:#FF3;}#wsstockextbx .strgtbl .strgrow .tdeqty {width:58px;color:#33A;text-align:right;font-weight:normal;border-right:3px solid #DDD;}#wsstockextbx .strgtbl .strgrow .tditem a {color:#007;}#wsstockextbx .strgtbl .strgrow .tditem a:hover {color:#33A;text-decoration:underline;}#wsstockextbx .strgtbl .strgrow .tdstock {width:128px;color:#900;}#wsstockextbx .strgtbl .strgrow .tdfldc {width:158px;color:#900;}#wsstockextbx .strgtbl .strgrow .tdsupplier {width:138px;text-align:center;}#wsstockextbx .strgtbl .strgrow .tdsupplier a {color:#090;}#wsstockextbx .strgtbl .strgrow .tdsupplier a:hover {text-decoration:underline;}#wsstockextbx .strgtbl .strgrow .tdorder {width:80px;text-align:center;}#wsstockextbx .strgtbl .strgrow .tdorder a {color:#22A;}#wsstockextbx .strgtbl .strgrow .tdorder a:hover {text-decoration:underline;}#wsstockextbx .strgtbl .strgrow .tdowner {width:138px;text-align:center;}#wsstockextbx .strgtbl .strgrow .tdowner a {color:#090;}#wsstockextbx .strgtbl .strgrow .tdowner a:hover {text-decoration:underline;}#wsstockextbx .strgtbl .sold {background-color:#F7F7F7;color:#AAA!important;}#wsstockextbx .strgtbl .sold:hover {background-color:#FFE;color:#AAA!important;}#wsstockextbx .strgtbl .sold:nth-child(odd) {background-color:#F0F0F0;color:#AAA!important;}#wsstockextbx .strgtbl .sold:nth-child(odd):hover {background-color:#FCFCF3;}#wsstockextbx .strgtbl .sold a {color:#AAA!important;}#wsstockextbx .strgtbl .sold a:hover {color:#555!important;}#wsstockextbx .strgtbl .sold .tdstock {color:#AAA!important;}#wsstockextbx .strgtbl .sold .tdqty {background-color:transparent!important;color:#AAA!important;}#wsstockextbx .strgtbl .sold .tdeqty {background-color:transparent!important;color:#AAA;}#wsstockextbx .strgtbl .sold .tdfldc {color:#AAA;}/* * */@media screen and (max-width: 880px),@media screen and (max-device-width: 880px) {#wsstockextbx #innerwrp {max-height:none;overflow-y:visible;box-sizing:border-box;border:1px solid #EEE;}#wsstockextbx .strgtbl {display:block;border:0;width:100%;max-wdith:100%;overflow:hidden;}#wsstockextbx .strgtbl .strgthrow {display:none!important;}#wsstockextbx .strgtbl .strgrow {display:block;margin:5px auto 18px;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) {background-color:#FFF;}#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover {background-color:#FFF;}#wsstockextbx .strgtbl .strgthrow:hover,#wsstockextbx .strgtbl .strgrow:hover {background-color:#FFF;}#wsstockextbx .strgtbl .strgthrow:nth-child(odd),#wsstockextbx .strgtbl .strgrow:nth-child(odd) {background-color:#FFF;}#wsstockextbx .strgtbl .strgthrow:nth-child(odd):hover,#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover {background-color:#FFF;}#wsstockextbx .strgtbl .strgrow > span {display:block;border:0;padding:5px;text-align:center;box-sizing:border-box;margin:0;}#wsstockextbx .strgtbl .strgrow > span:last-child {border:0;}#wsstockextbx .strgtbl .strgrow .tdopt {display:block!important;width:100%!important;text-align:center;padding:3px 0;margin:0;background:linear-gradient(to top,#F1F1F1,#FFF);}#wsstockextbx .strgtbl .strgrow .tdqty {display:inline-block;width:50%;background-color:#FFC;color:#900;font-weight:bold;text-align:center;border:0;font-size:22px;border-bottom:2px solid #DDD;border-top:1px solid #AAA;padding:5px 0;margin:0;}#wsstockextbx .strgtbl .strgrow:hover .tdqty {background-color:#FFC;}#wsstockextbx .strgtbl .strgrow:nth-child(odd) .tdqty {background-color:#FFC;color:#900;}#wsstockextbx .strgtbl .strgrow:nth-child(odd):hover .tdqty {background-color:#FFC;}#wsstockextbx .strgtbl .strgrow .tdeqty {display:inline-block;width:50%;text-align:center;border:0;font-size:22px;border-bottom:2px solid #DDD;border-top:1px solid #AAA;padding:5px 0;margin:0;background-color:#E8F7FF;}#wsstockextbx .strgtbl .strgrow .tditem {width:98%;margin:0 auto;padding:8px 0;font-size:14px;}#wsstockextbx .strgtbl .strgrow .tdfldc {font-size:14px;margin-bottom:18px;width:100%;}#wsstockextbx .strgtbl .strgrow .tdstock {width:100%;text-align:center;font-size:18px;font-weight:bold;color:#007;}#wsstockextbx .strgtbl .strgrow .tdsupplier {width:100%;text-align:center;font-size:16px;margin-bottom:12px;}#wsstockextbx .strgtbl .strgrow .tdorder {width:100%;font-size:16px;}#wsstockextbx .strgtbl .strgrow .tdowner {width:100%;font-size:16px;}#wsstockextbx .strgtbl .sold {background-color:#FFF;color:#AAA!important;}#wsstockextbx .strgtbl .sold:hover {background-color:#FFF;color:#AAA!important;}#wsstockextbx .strgtbl .sold:nth-child(odd) {background-color:#FFF;color:#AAA!important;}#wsstockextbx .strgtbl .sold:nth-child(odd):hover {background-color:#FFF;}#wsstockextbx .strgtbl .sold .tdstock {color:#555;}#wsstockextbx #adderline select,#wsstockextbx #adderline input {display:inline-block;width:72%;margin:0 auto;height:26px;line-height:26px;padding:0;color:#222;font-size:16px;border:1px solid #DDD;}#wsstockextbx #adderline #stkdeffldbx p label {font-size:12px;width:98%;display:block;color:#009;padding:0 8px;border-radius:0;text-align:center;margin:3px auto;}#wsstockextbx #adderline #stkdeffldbx p:hover label {display:block;position:static;margin:3px auto;background-color:transparent;box-shadow:none;}#wsstockextbx #adderline .tdsupplier,#wsstockextbx #adderline .tdorder,#wsstockextbx #adderline .tdowner,#wsstockextbx #adderline .tditem {display:none!important;}}.importerbx {margin:22px auto 220px;text-align:center;max-width:500px;font-size:16px;}.importerbx * {box-sizing:border-box;}.importerbx .importerhead {margin-bottom:12px;padding:9px;font-weight:bold;border-bottom:2px solid #ddd;border-top:2px solid #ddd;font-size:140%;}.importerbx .maincfgopt select {display:block;margin:0 auto 9px;width:95%;border:1px solid #ddd;font-size:16px;}.importerbx .selbx {display:inline-block;width:47%;text-align:left;overflow:hidden;margin:22px 1.5%;vertical-align:top;}.importerbx .selbx span {display:block;margin:0 0 8px;padding:5px 9px;font-weight:bold;background:#f2f2f2;}.importerbx .selbx p {padding:5px;white-space:nowrap;}.importerbx .selbx b {display:inline-block;margin-left:10px;font-weight:normal;white-space:nowrap;}.importerbx .selbx .propt {background:#f8f8f8;line-height:150%;border-radius:12px;}.importerbx .selbx .propt b {font-weight:bold!important;color:#c20;}.importerbx .selbx .propt b:after {content:':';}.importerbx .selbx .marketentr {color:#02c;}.importerbx .importopts {margin:2px auto;padding:2px;text-align:left;line-height:180%;}.importerbx .importopts input {display:inline-block;margin-left:8px;}.importerbx .importopts b {display:inline-block;margin-left:8px;font-weight:normal;}.importerbx .priceopts {padding:5px;text-align:left;font-size:90%;color:#555;}.importerbx .priceopts b {display:inline-block;margin:0 5px;}.importerbx .priceopts b:after {content:':';}.importerbx .currencyvatbx select,.importerbx .priceopts input {display:inline-block;width:70px;height:22px;line-height:22px;font-size:16px;text-align:center;border:1px solid #ddd;}.importerbx .currencyvatbx {padding:5px;text-align:left;font-size:90%;color:#555;}.importerbx .currencyvatbx b {display:inline-block;margin:0 5px;}.importerbx .currencyvatbx b:after {content:':';}.importerbx select[name^="importerCurrency"] {margin:5px 8px;text-indent:0!important;font-size:14px;width:42px;}.importerbx #importerVAT {width:100px;margin:5px 8px;font-size:14px;text-indent:2px;text-align:left;}.importerbx .offsetlimitbx {padding:9px;background:#fafafa;}.importerbx .offsetlimitbx input {display:inline-block;width:80px;height:18px;line-height:18px;border:1px solid #ddd;color:#888;font-size:12px;}.importerbx .offsetlimitbx label {display:inline-block;width:auto;color:#333;font-size:12px;margin:0 8px;}.importerbx .offsetlimitbx label:after {content:':';}.importerbx .pictureoffsets {background:#fdfdfd;border-top:2px solid #eee;}.importerbx .pictureoffsets label {color:#900;}.importerbx .pictureoptions {padding:12px;background:#f5f5f5;border:2px solid #eee;}.importerbx .pictureoptions label {display:inline-block;width:auto;color:#333;font-size:14px;margin:0 8px;}.importerbx .importervals {padding:10px 0;}.importerbx .importervals p {padding:10px 0;}.importerbx .importervals input {display:inline-block;width:86px;font-size:12px;color:#A30;}.importerbx .importervals label {display:inline-block;width:32px;color:#522;font-size:12px;font-weight:bold;}.importerbx .importervals label::after {content:':';}.importerStatusBox {min-height:50px;margin:5px auto;padding:5px;color:#b50;}.importerStatusBox .ldrstatus {display:block;width:32px;height:32px;text-align:left;}.importerbx .btnwrp {margin:5px auto 0;padding:8px;}.importerbx button {display:block;margin:5px auto;padding:5px 14px;border:1px solid #ddd;background:#eee;border-radius:5px;font-size:22px;color:#555;}.importerbx button:hover {cursor:pointer;background:#f2f2f2;color:#333;}.importerNoperm {margin:72px auto;border:0;font-size:120%;}/* 1080 */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {.importerbx {margin:22px auto 140px;width:92%;}}#ppeditorwrp {margin:30px auto;width:98%;max-width:920px;}#ppeditorwrp * {box-sizing:border-box;font-size:14px;}#ppeditorwrp #inner {padding:2px 0 120px;}#ppeditorwrp #ppinfoblock {padding:12px 0;margin-bottom:10px;background-color:#FFF;border-top:1px dashed #CCC;border-bottom:1px dashed #CCC;}#ppeditorwrp #ppinfoblock input#ppnamefld {display:inline-block;background-color:#FFF;border:1px solid #999;color:#333;min-width:150px;max-width:420px;width:26%;height:20px;line-height:20px;text-indent:3px;}#ppeditorwrp #ppinfoblock select#ppvatsel,#ppeditorwrp #ppinfoblock select#ppcurrencysel {display:inline-block;background-color:#FFF;border:1px solid #999;color:#333;min-width:90px;text-indent:3px;}#ppeditorwrp #ppinfoblock #itembox span {margin-right:8px;}#ppeditorwrp #ppinfoblock #itembox span#itemname {font-weight:bold;color:#C00;}#ppeditorwrp #ppinfoblock #itembox span#itemid {color:#777;}#ppeditorwrp #resultmsgbox {padding:5px 3px;background-color:#FFD;background:-webkit-linear-gradient(to right,#FFD,#FFF);background:-moz-linear-gradient(to right,#FFD,#FFF);background:-o-linear-gradient(to right,#FFD,#FFF);background:linear-gradient(to right,#FFD,#FFF);margin-bottom:10px;}#ppeditorwrp #marketbox {display:inline-block;width:280px;margin:0 8px 22px 0;padding:0 4px 4px 0;vertical-align:top;border-right:1px dashed #CCC;}#ppeditorwrp #marketbox p {margin:2px 0;padding:2px;}#ppeditorwrp #marketbox p:nth-child(odd) {background-color:#F5F5F5;}#ppeditorwrp #pricebox {display:inline-block;margin:0 8px 8px 0;vertical-align:top;}#ppeditorwrp #pricebox table {border-collapse:collapse;}#ppeditorwrp #pricebox table tr {border-bottom:1px dotted #DDD;}#ppeditorwrp #pricebox table tr:last-child {border:0;}#ppeditorwrp #pricebox table tr th {text-align:left;font-weight:normal;padding:3px 5px;white-space:nowrap;}#ppeditorwrp #pricebox table tr th#thdelcb {width:40px;}#ppeditorwrp #pricebox table tr th#thqty {width:54px;}#ppeditorwrp #pricebox table tr th#thattr {width:180px;}#ppeditorwrp #pricebox table tr th#thprice {width:100px;}#ppeditorwrp #pricebox table tr td {padding:7px 5px;}#ppeditorwrp #pricebox table tr td#delcb {text-align:right;}#ppeditorwrp #pricebox table tr td#tdprfld input {min-width:48px;}#ppeditorwrp #pricebox table tr td#tdattrfld span {color:#777;text-indent:14px;}#ppeditorwrp #pricebox table select {width:100%;height:20px;line-height:20px;background-color:#FFD;border:1px solid #DDD;}#ppeditorwrp #pricebox table #newprtd select {background-color:#FFF!important;}#ppeditorwrp #pricebox input[type='text'] {display:inline-block;border:1px solid #DDD;color:#333;width:100%;height:20px;line-height:20px;text-align:right;padding-right:7px;}#ppeditorwrp #pricebox input[type='text']:focus {background-color:#FFF;color:#333;}#ppeditorwrp #pricebox input[type='text']#newqtyfld,#ppeditorwrp #pricebox input[type='text'].fppqtyfld,#ppeditorwrp #pricebox input[type='text'].ppqtyfld {width:100%;}#ppeditorwrp #pricebox input.ppqtyfld,#ppeditorwrp #pricebox input.pppricefld {background-color:#FFD;width:100%;}#ppeditorwrp #pricebox input.fppqtyfld,#ppeditorwrp #pricebox input.fpppricefld {background-color:#FFF;}#ppeditorwrp #ppsettingsbx {padding:8px 0;}#ppeditorwrp #ppsettingsbx select {display:block;margin:0 5px 5px 0;height:22px;line-height:22px;}#ppeditorwrp .fnppricefld,#ppeditorwrp .nppricefld {display:inline-block;border:1px solid #DDD;color:#333;width:100%;height:20px;line-height:20px;text-align:right;padding-right:7px;background-color:#FFF;}#ppeditorwrp .fnpqtyfld,#ppeditorwrp .npqtyfld {display:inline-block;border:1px solid #DDD;color:#333;width:100%;height:20px;line-height:20px;text-align:right;padding-right:7px;background-color:#FFF;}#ppeditorwrp input[type='submit'] {background-color:#F00;margin:12px 0;display:block;letter-spacing:1px;}#ppeditorwrp input[type='submit']:hover {background-color:#F55;}.priceEdNF {text-align:center;padding:60px 0;color:#999;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#ppeditorwrp {text-align:center;}#ppeditorwrp input[type='checkbox'] {width:24px;height:24px;}#ppeditorwrp #ppinfoblock input#ppnamefld,#ppeditorwrp #ppinfoblock select {display:block;width:94%;margin:7px auto;}#ppeditorwrp #marketbox {display:block;width:100%;overflow:hidden;margin:20px 0;padding:8px 0;border:0;text-align:left;vertical-align:baseline;font-size:120%;}#ppeditorwrp #marketbox p,#ppeditorwrp #marketbox p:nth-child(odd) {background-color:#FFF;border-bottom:1px dotted #DDD;font-weight:bold;}#ppeditorwrp #pricebox {width:100%;max-width:100%;margin:30px auto;overflow:auto;text-align:left;}#ppeditorwrp #pricebox table td {white-space:nowrap;}#ppeditorwrp #ppsettingsbx select {display:block;margin:9px auto;width:92%;max-width:240px;}#ppeditorwrp input[type='submit'] {margin:30px auto 0;}}#myitemsfltr {width:720px;margin:64px auto 240px;padding:20px 0;border:1px solid #DDD;border-radius:2px;box-shadow:0 0 3px #DDD;}#myitemsfltr #title {font-size:130%;text-align:center;letter-spacing:1px;margin:5px 0 24px;padding:14px 0 8px;border-bottom:1px solid #CCC;background:-webkit-linear-gradient(to bottom,#FFF,#F5F5F5);background:-moz-linear-gradient(to bottom,#FFF,#F5F5F5);background:-o-linear-gradient(to bottom,#FFF,#F5F5F5);background:linear-gradient(to bottom,#FFF,#F5F5F5);}#myitemsfltr #opts {margin-top:-49px;text-align:right;padding-right:18px;}#myitemsfltr #opts a {background-color:#F77;border-top-left-radius:4px;border-top-right-radius:4px;padding:3px 18px;border-top:1px solid #F00;border-left:1px solid #F00;border-right:1px solid #F00;background:-webkit-linear-gradient(to bottom,#F99,#F55);background:-moz-linear-gradient(to bottom,#F99,#F55);background:-o-linear-gradient(to bottom,#F99,#F55);background:linear-gradient(to bottom,#F99,#F55);color:#FFF;font-size:20px;font-weight:bold;}#myitemsfltr #opts a:hover {background-color:#F99;background:-webkit-linear-gradient(to bottom,#F99,#F99,#F55);background:-moz-linear-gradient(to bottom,#F99,#F99,#F55);background:-o-linear-gradient(to bottom,#F99,#F99,#F55);background:linear-gradient(to bottom,#F99,#F99,#F55);}#myitemsfltr p {margin:0 16px;padding:4px 0;}#myitemsfltr p#lchangeblock {margin-bottom:12px;}#myitemsfltr #flmbox {background-color:#F9F9F9;padding:12px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD;}#myitemsfltr #flmbox p:nth-child(odd) {background-color:#EFEFEF;}#myitemsfltr label {display:inline-block;min-width:240px;margin-left:6px;font-size:110%;}#myitemsfltr p input[type='text'] {width:220px;}#myitemsfltr p input[type='text']:nth-child(odd) {width:80px;margin-left:12px;}#myitemsfltr p#lchangeblock select {margin-right:8px;}#myitemsfltr input[type='submit'] {display:block;margin:18px auto 8px;}#myitemsfltr #strselbox {background-color:#F9F9F9;padding:12px 0;border-top:1px solid #DDD;border-bottom:1px solid #DDD;text-align:center;}#myitemsfltr #strselbox select {width:96%;}#myitemsfltr #fldbox {margin:8px 0;}#myitemsfltr #fldbox p {border-bottom:1px dotted #DDD;}#myitemsfltr #fldbox .cbffld input[type='checkbox'] {margin-right:8px;}#myitemsfltr #fldbox .cbffld select {width:auto!important;}#myitemsfltr input,#myitemsfltr select {border:1px solid #AAA;}#myitemsfltr #fldbox .attrwrp {display:inline-block;width:40%;max-height:90px;overflow-y:auto;border:1px solid #DDD;padding:5px;background-color:#F7F7F7;background:linear-gradient(to top,#F2F2F2,#FCFCFC);border-radius:2px;}#myitemsfltr #fldbox .attrwrp:hover {max-height:540px;-webkit-transition: all 1s ease;-moz-transition: all 1s ease;-o-transition: all 1s ease;-ms-transition: all 1s ease;transition: all 1s ease;}#myitemsfltr #fldbox .attrwrp .attrbx {display:block;padding:2px 0;border-bottom:1px dotted #CCC;}#myitemsfltr #fldbox .attrwrp .attrbx .attrval{font-size:14px;color:#222;margin-left:4px;}/* * * 1080 * * */@media screen and (max-width:1080px),@media screen and (max-device-width:1080px) {#myitemsfltr {width:100%;overflow:hidden;margin:20px auto;padding:20px 0;border:0;border-radius:0;box-shadow:none;}#myitemsfltr #opts {display:block;margin:20px 0;text-align:center;padding:0;}#myitemsfltr #opts a {border-radius:4px;border:1px solid #F00;}#myitemsfltr p {margin:2px 0 22px;padding:0;text-align:center;border:0;}#myitemsfltr label {display:block;width:100%;margin:4px 0;font-size:130%;font-weight:bold;text-align:center;}#myitemsfltr #flmbox,#myitemsfltr #flmbox p:nth-child(odd) {background-color:#FFF;border:0;}#myitemsfltr #fldbox p {border:0;}#myitemsfltr p input[type='text'],#myitemsfltr p select {margin:2px 0;}#myitemsfltr input[type='checkbox'] {width:24px;height:24px;}}#myresedwrp #empty,#myreswrp #empty {display:block;font-size:130%;color:#999;padding:100px 22px 200px;text-align:center;}#myreswrp {margin:12px auto;padding:8px 0;max-width:920px;}#myreswrp table {border-collapse:collapse;margin:auto;}#myreswrp table th {text-align:left;font-weight:normal;padding:7px 3px;}#myreswrp table td {padding:3px;}#myreswrp table tr td#resn a {display:inline-block;height:38px;line-height:38px;padding:0 18px 0 40px;font-size:120%;color:#fff;border-top-left-radius:6px;border-bottom-left-radius:6px;font-weight:bold;background:url('https://gokatku.ru/public/layout/7544/sic_myresources.webp') 2px center no-repeat;background-size:28px 34px;}#myreswrp table tr td#resn a:hover {color:#fff;background:url('https://gokatku.ru/public/layout/7544/sic_myresources.webp') 2px center no-repeat;background-size:28px 34px;text-decoration:underline;}#myreswrp table tr td#resl,#myreswrp table tr td#resh {border-left:1px solid #DDD;}#myreswrp .lentr,#myreswrp .hentr {margin-right:5px;}/* * * 1080 * * */@media screen and (max-width:1080px) {#myresedwrp #empty,#myreswrp #empty {display:block;font-size:130%;padding:40px 0;text-align:center;}#myreswrp {margin:30px auto;padding:8px 0;width:99%;overflow:hidden;}}.ctmaedwrp {width:96%;max-width:920px;margin:12px auto 42px;overflow:hidden;}.ctmaedwrp * {box-sizing:border-box;}.ctmaedresnf {text-align:center;padding:120px 0;font-size:24px;color:#999;}.ctmafromto {float:right;font-size:16px;color:#AAA;padding:9px 14px;}.ctmaempty {font-size:24px;text-align:center;color:#777;padding:140px 0;}.ctmaedwrp .ctmafilterhint {display:block;background:linear-gradient(to left,#FFF,#FFA,#FFF);font-size:22px;color:#C33;padding:9px 0;text-align:center;}.ctmaedwrp .ctmafilterhint a {display:block;margin:7px auto 0;width:172px;color:#D55;text-decoration:underline;font-size:18px;}.ctmaedwrp .ctmafilterhint a:hover {color:#F00;}.ctmaedwrp .searchbx {text-align:center;padding:10px 0;}.ctmaedwrp .searchbx input[type="text"] {width:60%;min-width:120px;height:24px;line-height:24px;border:1px solid #DDD;font-size:16px;text-indent:3px;border-radius:0;vertical-align:top;}.ctmaedwrp .searchbx input[type="submit"] {height:24px;line-height:24px;background:#FFF;border:1px solid #DDD;border-left:0;font-size:12px;color:#555;padding:0 8px;border-radius:0;vertical-align:top;cursor:pointer;}.ctmaedwrp #reslangseldd {font-size:26px;width:auto;height:auto;border:1px solid #DDD;-webkit-appearance:menulist;}.ctmaedwrp .ctmaedtitle {text-align:center;font-size:22px;color:#555;padding:9px 0;margin:14px auto;background:linear-gradient(to left,#FFF,#F7F7F7,#FFF);}.ctmaedwrp .reslanselwrp {text-align:center;}.ctmaedwrp .reslanselwrp select {width:auto;min-width:auto;padding:0 14px;text-indent:0;}.ctmaedwrp .ctmabx {text-align:center;}.ctmaedwrp .ctmabx .ctmaentr {margin:9px auto 24px;}.ctmaedwrp .ctmabx .ctmaentr .ctmakey {display:block;width:100%;font-size:16px;font-weight:bold;color:#000;text-align:left;background:linear-gradient(to left,#FDFDFD,#F5F5F5);padding:5px 9px;border:1px solid #DDD;border-bottom:0;}.ctmaedwrp .ctmabx .ctmaentr .ctmakey .contentlength {display:inline-block;color:#999;min-width:50px;float:right;}.ctmaedwrp .ctmabx .ctmaentr .ctmafld {display:block;width:100%;}.ctmaedwrp .ctmabx .ctmaentr .ctmafld textarea {width:100%;min-height:50px;resize:vertical;border:1px solid #DDD;text-align:left;padding:7px;font-size:14px;color:#500;border-radius:0;box-shadow:none;}.ctmaedwrp .ctmabx .ctmaentr .ctmafld textarea:focus {min-height:320px;}.ctmaedwrp .ctmabx input[type="submit"] {margin:10px auto;}.ctmaedwrp #ctmasavbtn {padding:14px 27px;background:#777;border-radius:8px;color:#fff;border:0;font-size:22px;}.ctmaedwrp #ctmasavbtn:hover {background:#333;cursor:pointer;}/* * */@media screen and (max-width:980px),@media screen and (max-device-width:980px) {.ctmaedwrp .ctmabx .ctmaentr .ctmakey {text-align:center;background:linear-gradient(to left,#FFF,#F7F7F7,#FFF);border:0;}.ctmaedwrp .ctmabx .ctmaentr .ctmakey .contentlength {display:block;min-width:auto;float:none;font-size:12px;}.ctmaedwrp .ctmabx .ctmaentr .ctmafld textarea:focus {min-height:50px;}}#myresedwrp {width:96%;margin:30px auto;padding-bottom:40px;max-width:920px;font-size:14px;}#myresedwrp div {vertical-align:top;}#myreshosted #svmsg,#myresedwrp #svmsg {display:block;width:540px;font-size:20px;color:#595;padding:16px 0;margin:16px auto;background:linear-gradient(to left,#FFF,#FFD,#FFF);border-radius:8px;text-align:center;}#myresedwrp #resmainbx {display:block;width:540px;border:1px solid #DDD;border-radius:8px;margin:0 auto;background:linear-gradient(to top right,#FAFAFA,#FFF);}#myresedwrp #resmainbx #titl {background-color:#FCFCFC;border-bottom:1px solid #DDD;font-size:120%;font-weight:bold;padding:7px 6px 10px 50px;margin-bottom:8px;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden;white-space:nowrap;background:url('https://gokatku.ru/public/layout/7544/resico.png') 14px center no-repeat,linear-gradient(to right,#F0F0F0,#FFF);}#myresedwrp .edlnkbtn {display:block;width:74%;max-width:320px;margin:8px auto;padding:5px 12px;color:#555;background-color:#FFF;font-size:20px;border-radius:5px;text-align:center;box-shadow:inset 0 0 1px #BBB;}#myresedwrp .edlnkbtn:hover {color:#222;box-shadow:inset 0 0 2px #999;}#myresedwrp #resmainbx #faviconbx {display:inline-block;position:absolute;margin-left:-40px;margin-top:-2px;width:32px;height:32px;background-color:#FFF;}#myresedwrp #resmainbx #faviconbx img {width:32px;height:32px;border:1px solid #DDD;}#myresedwrp #resmainbx #logobx {background-color:#FFF;border-top:1px dotted #DDD;border-bottom:1px dotted #DDD;padding:12px 0;text-align:center;margin:8px 0 14px;}#myresedwrp #resmainbx  #reslogobxna {display:block;width:180px;height:50px;border:1px solid #FCC;background-color:#FCFCFC;margin:4px auto;}#myresedwrp #resmainbx p {margin:3px 8px;}#myresedwrp #resmainbx p input[type='file'] {border:1px solid #DDD;background-color:#FFF;color:#555;border-radius:4px;}#myresedwrp #resmainbx label {display:inline-block;width:98px;}#myresedwrp #resmainbx input#resname {background-color:#FDFDFD;border:1px solid #DDD;text-indent:7px;height:22px;line-height:22px;width:250px;color:#000;font-size:16px;}#myresedwrp #resmainbx input#resname:focus {background-color:#FFE;}#myresedwrp #faviconbxna,#myresedwrp #reslogobxna{display:none;}#myresedwrp #ctmabx {text-align:center;}#myresedwrp #resmainbx #lybx,#myresedwrp #resmainbx #hostsbx,#myresedwrp #resmainbx #lng {padding:12px;text-align:center;background-color:#FFF;border-top:1px dotted #DDD;border-bottom:1px dotted #DDD;margin:8px 0;word-break:break-all;}#myresedwrp .subtitl {border-bottom:1px solid #DDD;padding:3px 3px 5px;margin:0 0 5px;font-weight:bold;}#myresedwrp .hentr {text-align:left;display:block;margin:0 0 4px;}#myresedwrp .hentr:nth-child(odd) {background-color:#F7F7F7;}#myresedwrp .hentr #lang {letter-spacing:1px;margin-right:5px;color:#777;}#myresedwrp .lentr,#myresedwrp .layoutbx {display:block;margin:0 0 4px;}#myresedwrp #resmainbx input[type='submit'] {width:100%;color:#000;border-top:1px solid #DDD;border-bottom:0;border-left:0;border-right:0;padding:7px 0;margin:12px 0 0;border-bottom-left-radius:8px;border-bottom-right-radius:8px;background-color:#F2F2F2;background:-webkit-linear-gradient(bottom,#FAFAFA,#FFF);background:-moz-linear-gradient(to top,#FAFAFA,#FFF);background:-o-linear-gradient(to top,#FAFAFA,#FFF);background:linear-gradient(to top,#FAFAFA,#FFF);}#myresedwrp #resmainbx input[type='submit']:hover {cursor:pointer;color:#333;background-color:#ECECEC;background:-webkit-linear-gradient(top,#FAFAFA,#FFF);background:-moz-linear-gradient(to bottom,#FAFAFA,#FFF);background:-o-linear-gradient(to bottom,#FAFAFA,#FFF);background:linear-gradient(to bottom,#FAFAFA,#FFF);}#myresedwrp #resmainbx .edlink {display:inline-block;text-align:center;color:#000;margin:12px 0;}#myresedwrp #resmainbx .edlink:hover {text-decoration:underline;}#myresedwrp #areabx {display:inline-block;width:440px;border:1px solid #DDD;border-radius:8px;padding-bottom:12px;margin:0 14px 14px 0;}#myresedwrp #innerwrp {margin:8px;min-height:120px;}#myresedwrp #areabx .areabx {display:block;margin:3px;padding:3px;border-bottom:1px solid #DDD;}#myresedwrp #areabx #titl {background-color:#FCFCFC;border-bottom:1px solid #DDD;font-size:120%;padding:12px 12px 10px;margin-bottom:8px;border-top-left-radius:8px;border-top-right-radius:8px;overflow:hidden;white-space:nowrap;background:-webkit-linear-gradient(left,#F0F0F0,#FFF);background:-moz-linear-gradient(to right,#F0F0F0,#FFF);background:-o-linear-gradient(to right,#F0F0F0,#FFF);background:linear-gradient(to right,#F0F0F0,#FFF);}/* * */@media screen and (max-width:1000px) {#myreshosted #svmsg,#myresedwrp #svmsg {width:96%;}#myresedwrp #resmainbx {display:block;width:99%;border-radius:0;margin:12px auto 24px;}#myresedwrp #resmainbx #titl {border-radius:0;}#myresedwrp #resmainbx .edlink {text-align:center;}#myresedwrp #resmainbx input#resname {min-width:92px;width:48%;}#myresedwrp #resmainbx p input[type='file'] {min-width:92px;width:48%;}#myresedwrp #areabx {display:block;width:99%;border-radius:0;margin:12px auto}#myresedwrp #areabx #titl {border-radius:0;}#myresedwrp {padding-bottom:50px;}}#myreshosted {width:800px;margin:30px auto 50px;padding-bottom:50px;font-size:14px;}#myreshosted .segbox {border:1px solid #DDD;border-radius:8px;margin:0 auto 22px;box-shadow:0 0 3px #DDD;}#myreshosted .segbox .boxtitl {padding:5px 12px;margin:0 0 8px;border-bottom:1px solid #DDD;border-top-left-radius:8px;border-top-right-radius:8px;background:linear-gradient(to top right,#FAFAFA,#FFF);}#myreshosted #resname {font-size:110%;margin:6px 16px;font-weight:bold;}#myreshosted #domainbx span {display:block;margin:8px 0 12px;}#myreshosted #domainbx #tldfldbx,#myreshosted #domainbx #sdfldbx {margin:22px 2px 22px 32px;}#myreshosted #domainbx #tldfldbx label,#myreshosted #domainbx #sdfldbx label {display:inline-block;width:270px;}#myreshosted #sdfldbx input#sdfld {font-size:110%;color:#333;padding:1px 0;text-indent:3px;border-left:1px solid #CCC;border-top:1px solid #CCC;border-bottom:1px solid #CCC;border-right:0;width:220px;border-radius:0;vertical-align:top;}#myreshosted #sdfldbx select#sdtldsel {font-size:110%;color:#333;line-height:36px;height:36px;border-right:1px solid #CCC;border-top:1px solid #CCC;border-bottom:1px solid #CCC;border-left:0;width:230px;border-radius:0;vertical-align:top;}#myreshosted #tldfldbx input#tldfld {border:1px solid #CCC;font-size:110%;color:#333;padding:1px 0;text-indent:3px;width:450px;}#myreshosted #sdfldbx input[type='text']:focus,#myreshosted #tldfldbx input[type='text']:focus {background:-webkit-linear-gradient(left,#FFD,#FFF);background:-moz-linear-gradient(to right,#FFD,#FFF);background:-o-linear-gradient(to right,#FFD,#FFF);background:linear-gradient(to right,#FFD,#FFF);color:#555;}#myreshosted .invalidHost,#myreshosted .invalidHost:focus {background:linear-gradient(to right,#FDD,#FFF)!important;color:#F22!important;}#myreshosted div#lmtbx {text-align:center;}#myreshosted div#lmtbx span {display:inline-block;width:160px;margin:10px 8px;padding:5px 12px;border:2px solid #DDD;border-radius:4px;background-color:#F9F9F9;}#myreshosted div#lmtbx span strong {font-size:110%;}#myreshosted #hostsbx #nohosts {display:block;width:100%;background-color:#F9F9F9;padding:38px 0;text-align:center;margin:18px 0;}#myreshosted #hostsbx .hentr {display:block;margin:0 8px 5px;padding:2px 0 2px 8px;}#myreshosted #hostsbx .hentr:nth-child(odd) {background-color:#F7F7F7;}#myreshosted #hostsbx select.hlansel {border:1px solid #DDD;width:58px;height:18px;line-height:18px;font-size:90%;color:#333;margin-right:5px;}#myreshosted #servipbx span#srvip {display:block;margin:8px auto;font-size:130%;letter-spacing:1px;text-align:center;width:94%;}#myreshosted #hostsbx input[type='checkbox'] {margin-right:5px;}#myreshosted #hostsbx #infobx {background:url('https://gokatku.ru/public/layout/7544/delhostarrow.png') left 2px no-repeat;margin:3px 19px;padding:2px 2px 2px 20px;font-size:90%;color:#333;}#myreshosted input[type='submit'] {display:block;margin:12px auto;}/* * * 830 * * */@media screen and (max-width:830px),@media screen and (max-device-width:830px) {#myreshosted {width:94%;margin:30px auto 0;padding-bottom:50px;overflow:hidden;text-align:center;}#myreshosted #sdfldbx input#sdfld {display:block;border:1px solid #CCC;width:90%;margin:12px auto;}#myreshosted #tldfldbx input#tldfld {width:90%;}#myreshosted #sdfldbx select#sdtldsel {display:block;border:1px solid #CCC;width:90%;margin:12px auto;}#myreshosted #domainbx #tldfldbx,#myreshosted #domainbx #sdfldbx {margin:22px auto;width:90%;}#myreshosted #domainbx #tldfldbx label,#myreshosted #domainbx #sdfldbx label {display:block;width:auto;}#myreshosted #hostsbx {text-align:left;}}#mysaleswrp {width:90%;max-width:800px;padding:30px auto 120px;margin:32px auto 240px;display:block;font-size:14px;}#mysaleswrp .areahdr {font-weight:bold;font-size:140%;}#mysaleswrp #orderstbl {display:table;border-collapse:collapse;width:100%;}#mysaleswrp .orderbx {display:table-row;border-bottom:1px solid #DDD;}#mysaleswrp .orderbx span {display:table-cell;padding:5px;}#mysaleswrp #noorders {font-size:120%;}.nosalesbx {max-width:720px;}#mysaleswrp span#ordid {width:64px;}#mysaleswrp span#dt {width:166px;font-weight:bold;}#mysaleswrp span#total {width:120px;text-align:right;font-weight:bold;}#mysaleswrp span#opts {width:70px;text-align:right;}#mysaleswrp span#opts a {background-color:#F00;color:#FFF;padding:5px 12px;margin:2px 0;font-weight:bold;border-radius:4px;display:inline-block;}#mysaleswrp span#opts a:hover {background-color:#F55;}#mysaleswrp span#ost0 {width:110px;color:#393;background-color:#CFC;background:linear-gradient(to right,#CFC,#FFF);}#mysaleswrp span#ost1 {width:110px;color:#393;background-color:#FFC;background:linear-gradient(to right,#FFC,#FFF);}#mysaleswrp span#ost2 {width:110px;color:#333;}#mysaleswrp span#ost3 {width:110px;color:#999;}@media screen and (max-width:768px) {#mysaleswrp .areahdr {text-align:center;}#mysaleswrp #orderstbl {display:block;}#mysaleswrp .orderbx {display:block;padding-bottom:22px;border-bottom:0;}#mysaleswrp .orderbx span {display:block;text-align:center!important;width:100%!important;font-size:120%;}#mysaleswrp #noorders {font-size:140%;text-align:center;color:#555;}#mysaleswrp span#ordid {width:64px;font-weight:bold;}#mysaleswrp span#dt {width:166px;}#mysaleswrp span#total {width:120px;text-align:right;font-size:140%;}#mysaleswrp span#opts {width:70px;text-align:right;}#mysaleswrp span#ost0 {width:110px;color:#393;background-color:#CFC;background:linear-gradient(to right,#FFF,#CFC,#FFF);}#mysaleswrp span#ost1 {width:110px;color:#393;background-color:#FFC;background:linear-gradient(to right,#FFF,#FFC,#FFF);}#mysaleswrp span#ost2 {width:110px;color:#333;background-color:#F4F4F4;background:linear-gradient(to right,#FFF,#F4F4F4,#FFF);}#mysaleswrp span#ost3 {width:110px;color:#999;background-color:#EEE;background:linear-gradient(to right,#FFF,#EEE,#FFF);}}.orderListFilter {margin:20px auto;width:70%;max-width:920px;font-size:18px;text-align:center;}.orderListFilter p {margin:8px auto;}.orderListFilter label {display:inline-block;margin:0 8px;}.orderListFilter .startenddate {display:flex;flex-wrap:wrap;flex-direction:row;align-items:center;justify-content:center;}.orderListFilter .startenddate input {color:#fff;background:rgba(255,255,255,.1);border:1px solid #ddd;margin:3px 5px;padding:3px 12px;font-size:16px;display:inline-block;}.orderListFilter .startenddate input:nth-child(1) {order:2;}.orderListFilter .startenddate label:nth-child(2) {order:1;}.orderListFilter .startenddate input:nth-child(3) {order:4;}.orderListFilter .startenddate label:nth-child(4) {order:3;}.orderListFilter .dtRangeBtns button {display:inline-block;margin:3px 5px;padding:3px 12px;font-size:16px;color:#fff;}.orderListFilter .dtRangeBtns button {border:1px solid #ddd;border-radius:3px;background:rgba(255,255,255,.1);}.orderListFilter .dtRangeBtns button:hover {color:#f3f3f3;cursor:pointer;background:rgba(255,255,255,.17);}.orderListFilter input[type="checkbox"]:hover {transform:scale(1.7);transition:all .3s ease;}.orderListFilter .ordFilterCtrls {}.orderListFilter .ordFilterCtrls button,.orderListFilter .ordFilterCtrls input,.orderListFilter .ordFilterCtrls select  {display:inline-block;margin:3px 5px;padding:3px 12px;border:1px solid #ddd;border-radius:3px;background:rgba(255,255,255,.1);color:#fff;}.orderListFilter .fltrctrls {}.orderListFilter .fltrctrls button:hover,.orderListFilter .fltrctrls input:hover, .orderListFilter .fltrctrls select:hover {color:#f3f3f3;cursor:pointer;background:rgba(255,255,255,.17);}.orderListTotalSumBx {margin:12px auto;width:96%;max-width:920px;text-align:right;color:#000;background:#fff;border-radius:12px;overflow:hidden;}.orderListTotalSumBx > p {margin:0 0 0 auto;width:42%;min-width:300px;}.orderListTotalSumBx > p:first-child {width:100%;background:#f5f5f5;padding:8px 12px;}.orderListTotalSumBx > p span {display:inline-block;padding:5px;font-weight:bold;}.orderListTotalSumBx > p span:first-child {width:42%;}.orderListTotalSumBx > p span:last-child {width:80px;text-align:left;}.myprsales {margin:20px auto 16vh;width:96%;max-width:920px;font-size:18px;color:#000;border-radius:12px;overflow:hidden;}.myprsales {border:2px solid #eee;}.myprsales a {color:#000;}.myprsales a:hover {color:#333;text-decoration:underline;}.myprsales .itemRow {border-bottom:1px dotted #999;background:#f5f5f5;}.myprsales .itemRow > span {display:inline-block;padding:5px;}.myprsales .itemRow > span:first-child {width:99px;text-align:right;font-weight:bold;}.myprsales .itemRow > span:first-child::after {content:'x';}.myprsales .itemRow > span:nth-child(2) a {font-weight:bold;}.myprsales .itemRow > span:nth-child(2) a:hover {text-decoration:underline;}.myprsales .itemRow b {display:block;width:100%;padding:3px 3px 3px 98px;background:#FDFCF6;}.myprsales .itemRow b {font-size:12px;font-variant:small-caps;letter-spacing:2px;text-align:right;font-weight:bold;color:#9C8A1C;}.myprsales .itmd {background:#fff;font-size:90%;color:#2237BF;}.myprsales .itmd > p {border-bottom:1px dotted #999;}.myprsales .itmd > p:first-child {border-top:2px solid #ddd;}.myprsales .itmd > p > span {display:inline-block;padding:3px 5px;}.myprsales .itmd > p > span:first-child {width:118px;text-align:right;font-weight:bold;}.myprsales .itmd > p > span:first-child::after {content:'x';}.myprsales .itmd > p > span:nth-child(2) {text-align:right;min-width:80px;}.myprsales .itmd > p > span:nth-child(3) {min-width:80px;}.myprsales .itmd > p > span:nth-child(4) {min-width:160px;}.myprsales span a {}.myprsales span a:hover {color:#03a;}#wsstockbx #empty,#nostocksbx {font-size:32px;color:#AAA;text-align:center;padding:160px 0;}#wsstockbx {font-family:Verdana;background:#fff;margin:3vh auto;padding:2vh 0;}#wsstockbx input:focus,#wsstockbx select:focus {border:1px solid #DDD;box-shadow:none;outline:none;background:linear-gradient(to left,#FFFFF7,#FFF);}#wsstockbx #fromtobx {font-size:14px;color:#555;text-align:center;padding:2px 0;margin:5px 0;}#strgedbx  #multidelopt,#wsstockbx #multidelopt {display:inline-block;width:18px;height:18px;background:url('https://gokatku.ru/public/layout/7544/delete.png') 0 0 no-repeat;}#strgedbx  #multidelopt:hover,#wsstockbx #multidelopt:hover {background:url('https://gokatku.ru/public/layout/7544/delete.png') 0 -18px no-repeat;cursor:pointer;}#wsstockbx #filterstatbx {font-size:18px;color:#B33;text-align:center;background-color:#FFE;width:78%;margin:8px auto;padding:8px 0;background:linear-gradient(to left,#FFFFF7,#FFC,#FFFFF7);}#wsstockbx #filterstatbx a {display:block;font-size:14px;color:#900;margin:5px 0;}#wsstockbx #filterstatbx a:hover {text-decoration:underline;color:#B33;}#wsstockbx #filterbx {width:78%;margin:20px auto;max-width:1720px;padding:5px 0 8px;background:linear-gradient(to left,#FFF,#F9F9F9,#FFF);}#wsstockbx #filterbx #bxtitle {text-align:center;font-size:12px;color:#777;padding:8px 0 2px 0;letter-spacing:2px;font-variant:small-caps;background:linear-gradient(to left,#FFF,#F7F7F7,#FFF);margin-bottom:3px;}#wsstockbx #filterbx #itemnm {text-align:center;}#wsstockbx #filterbx #itemnm input {width:72%;min-width:150px;font-size:16px;color:#777;}#wsstockbx #filterbx #flds {padding:5px 0;}#wsstockbx #filterbx #flds span {display:inline-block;width:20%;}#wsstockbx #filterbx #flds span label {display:block;width:100%;min-width:auto;text-align:center;font-size:12px;padding:0 0 3px 0;}#wsstockbx #filterbx #flds select,#wsstockbx #filterbx #flds input {width:90%;margin:0 2%;padding:0;border:1px solid #DDD;box-sizing:border-box;box-shadow:none;border-radius:0;vertical-align:top;height:20px;line-height:20px;font-size:12px;color:#777;}#wsstockbx #filterbx #btns {text-align:center;padding:8px 0 2px;}#wsstockbx #filterbx #btns input {border:0;font-size:14px;padding:8px 48px;background-color:#F9F9F9;background:linear-gradient(to left,#F9F9F9,#FFF,#F9F9F9);border-radius:4px;color:#777;}#wsstockbx #filterbx #btns input:hover {cursor:pointer;color:#333;}#wsstockbx #filterbx #qtysbx {text-align:center;padding:7px 0;background:linear-gradient(to left,#FAFAFA,#F5F5F5,#FAFAFA);width:80%;margin:7px auto 3px;border-radius:14px;font-size:12px;color:#777;}#wsstockbx #filterbx #qtysbx span {white-space:nowrap;}#wsstockbx #filterbx #qtysbx label {width:auto;min-width:auto;font-size:10px;color:#555;margin-right:7px;}#wsstockbx #filterbx #qtysbx input {width:80px;height:18px;font-size:10px;color:#777;}#wsstockbx #filterbx #qtysbx input#filterQtyTo {margin-right:32px;}/*****/#wsstockbx .strgadmtbl {display:table;border-collapse:collapse;width:96%;margin:12px auto 80px;border:1px solid #DDD;box-sizing:border-box;font-size:11px;max-width:2000px;}#wsstockbx .strgadmtbl .strgthrow {display:table-row;}#wsstockbx .strgadmtbl .strgrow {display:table-row;}#wsstockbx .strgadmtbl .strgthrow:hover,#wsstockbx .strgadmtbl .strgrow:hover {background-color:#FF7;}#wsstockbx .strgadmtbl .strgthrow:nth-child(odd),#wsstockbx .strgadmtbl .strgrow:nth-child(odd) {background-color:#F3F3F3;}#wsstockbx .strgadmtbl .strgthrow:nth-child(odd):hover,#wsstockbx .strgadmtbl .strgrow:nth-child(odd):hover {background-color:#FF3;}#wsstockbx .strgadmtbl .strgthrow > span {display:table-cell;font-weight:normal;font-size:10px;background-color:#F5F5F5;border-bottom:1px solid #DDD;border-right:2px solid #DDD;padding:1px 3px;color:#333;vertical-align:middle;}#wsstockbx .strgadmtbl .strgthrow > span:last-child {border-right:1px solid #DDD;}#wsstockbx .strgadmtbl .strgrow > span {display:table-cell;border-bottom:1px solid #EEE;border-right:2px solid #DDD;padding:5px;}#wsstockbx .strgadmtbl .strgrow > span:last-child {border-right:1px solid #DDD;}#wsstockbx .strgadmtbl .strgthrow .thctrl {text-align:center;border-right:0;}#wsstockbx .strgadmtbl .strgthrow .thopt {text-align:left;width:22px;}#wsstockbx .strgadmtbl .strgthrow .thqty {border-right:3px solid #DDD;text-align:right;background-color:#F7F7BB;}#wsstockbx .strgadmtbl .strgthrow .theqty {border-right:3px solid #DDD;text-align:right;}#wsstockbx .strgadmtbl .strgthrow .thstock {text-align:left;}#wsstockbx .strgadmtbl .strgthrow .thitem {text-align:left;}#wsstockbx .strgadmtbl .strgthrow .thsupplier {text-align:center;}#wsstockbx .strgadmtbl .strgthrow .thorder {text-align:center;}#wsstockbx .strgadmtbl .strgthrow .thowner {text-align:center;}#wsstockbx .strgadmtbl .strgrow .tdctrl {text-align:center;width:24px;border-right:0;}#wsstockbx .strgadmtbl .strgrow .tdopt {text-align:left;width:22px!important}#wsstockbx .strgadmtbl .strgrow .tdopt a {display:inline-block;width:12px;height:12px;background:url('https://gokatku.ru/public/layout/7544/sedit.png') 0 0 no-repeat;}#wsstockbx .strgadmtbl .strgrow .tdopt a:hover {background:url('https://gokatku.ru/public/layout/7544/sedit.png') 0 -12px no-repeat;cursor:pointer;}#wsstockbx .strgadmtbl .strgrow .tdqty {width:58px;background-color:#FFC;color:#900;font-weight:bold;text-align:right;border-right:3px solid #DDD;}#wsstockbx .strgadmtbl .strgrow:hover .tdqty {background-color:#FF7;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd) .tdqty {background-color:#F7F7BB;color:#A11;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd):hover .tdqty {background-color:#FF3;}#wsstockbx .strgadmtbl .strgrow .tdeqty {width:58px;color:#33A;text-align:right;font-weight:normal;border-right:3px solid #DDD;}#wsstockbx .strgadmtbl .strgrow .tditem a {color:#007;}#wsstockbx .strgadmtbl .strgrow .tditem a:hover {color:#33A;text-decoration:underline;}#wsstockbx .strgadmtbl .strgrow .tdfldc {color:#900;}#wsstockbx .strgadmtbl .strgrow .tdsupplier {width:138px;text-align:center;}#wsstockbx .strgadmtbl .strgrow .tdsupplier a {color:#090;}#wsstockbx .strgadmtbl .strgrow .tdsupplier a:hover {text-decoration:underline;}#wsstockbx .strgadmtbl .strgrow .tdorder {width:80px;text-align:center;}#wsstockbx .strgadmtbl .strgrow .tdorder a {color:#22A;}#wsstockbx .strgadmtbl .strgrow .tdorder a:hover {text-decoration:underline;}#wsstockbx .strgadmtbl .strgrow .tdowner {width:138px;text-align:center;}#wsstockbx .strgadmtbl .strgrow .tdowner a {color:#090;}#wsstockbx .strgadmtbl .strgrow .tdowner a:hover {text-decoration:underline;}#wsstockbx .strgadmtbl .sold {background-color:#F7F7F7;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:hover {background-color:#FFE;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:nth-child(odd) {background-color:#F0F0F0;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:nth-child(odd):hover {background-color:#FCFCF3;}#wsstockbx .strgadmtbl .sold a {color:#AAA!important;}#wsstockbx .strgadmtbl .sold a:hover {color:#555!important;}#wsstockbx .strgadmtbl .sold .tdqty {background-color:transparent!important;color:#AAA!important;}#wsstockbx .strgadmtbl .sold .tdeqty {background-color:transparent!important;color:#AAA;}#wsstockbx .strgadmtbl .sold .tdfldc {color:#AAA;}/* * */@media screen and (min-width:881px) and (max-width:1280px),@media screen and (min-device-width:881px) and (max-device-width:1280px) {#wsstockbx #filterbx #qtysbx {width:98%;}#wsstockbx #filterbx #qtysbx span {display:block;}#wsstockbx #filterbx #qtysbx input#filterQtyTo {margin:0;}#wsstockbx .strgadmtbl .strgrow .tdqty {width:38px;}#wsstockbx .strgadmtbl .strgrow .tdeqty {width:38px;}#wsstockbx .strgadmtbl .strgrow .tdfldc {min-width:80px;}#wsstockbx .strgadmtbl .strgrow .tdsupplier {width:99px;}#wsstockbx .strgadmtbl .strgrow .tdorder {width:64px;}#wsstockbx .strgadmtbl .strgrow .tdowner {width:108px;}}@media screen and (max-width: 880px),@media screen and (max-device-width: 880px) {#wsstockbx #filterbx {width:99%;}#wsstockbx #filterbx #itemnm {}#wsstockbx #filterbx #itemnm  input {width:94%;}#wsstockbx #filterbx #flds {text-align:center;}#wsstockbx #filterbx #flds span {display:inline-block;width:50%;margin:0 auto;}#wsstockbx #filterbx #flds label {display:block;font-size:16px;text-align:center;width:100%;padding:22px 0;margin:5px 0;height:auto;}#wsstockbx #filterbx #flds select,#wsstockbx #filterbx #flds input {width:90%;height:26px;line-height:26px;font-size:16px;text-indent:3px;color:#777;}#wsstockbx #filterbx #qtysbx {text-align:center;width:100%;border-radius:0;}#wsstockbx #filterbx #qtysbx span {display:block;width:99%;margin:0 auto;}#wsstockbx #filterbx #qtysbx label {display:block;font-size:14px;text-align:center;width:100%;margin:5px 0;}#wsstockbx #filterbx #qtysbx input {width:82px;height:24px;line-height:24px;font-size:16px;}#wsstockbx #filterbx #qtysbx input#filterQtyTo {margin:0;}#wsstockbx #filterbx #btns input {border:0;font-size:14px;padding:8px 48px;background-color:#AAA;background:linear-gradient(to top,#E2E2E2,#EEE);border-radius:5px;color:#777;}#wsstockbx #filterbx #btns input:hover {cursor:pointer;color:#333;background:linear-gradient(to top,#EEE,#E2E2E2);box-shadow:inset 0 0 3px #DDD;}/*****/#wsstockbx #empty,#nostocksbx {font-size:18px;padding:32px 0;}#wsstockbx .strgadmtbl {display:block;border:0;width:100%;max-wdith:100%;overflow:hidden;}#wsstockbx .strgadmtbl .strgthrow {display:block!important;margin:22px auto;padding:22px 0;border-top:1px dotted #DDD;border-bottom:1px dotted #DDD;background:linear-gradient(to left,#F7F7F7,#FFF,#F7F7F7);}#wsstockbx .strgadmtbl .strgthrow > span {background-color:transparent;margin:0;}#wsstockbx .strgthrow .thqty,#wsstockbx .strgthrow .theqty,#wsstockbx .strgthrow .thitem,#wsstockbx .strgthrow .thstock,#wsstockbx .strgthrow .thfldc,#wsstockbx .strgthrow .thsupplier,#wsstockbx .strgthrow .thorder,#wsstockbx .strgthrow .thowner {display:none!important;}#wsstockbx .strgthrow .thctrl {display:inline-block!important;width:50%!important;text-align:right!important;padding:3px 22px 3px 0!important;border:0!important;box-sizing:border-box;}#wsstockbx .strgthrow .thopt {display:inline-block!important;width:50%!important;text-align:left!important;padding:3px 0 3px 22px!important;border:0!important;box-sizing:border-box;}#wsstockbx .strgadmtbl .strgrow {display:block;margin:5px auto 18px;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd) {background-color:#FFF;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd):hover {background-color:#FFF;}#wsstockbx .strgadmtbl .strgthrow:hover,#wsstockbx .strgadmtbl .strgrow:hover {background-color:#FFF;}#wsstockbx .strgadmtbl .strgthrow:nth-child(odd),#wsstockbx .strgadmtbl .strgrow:nth-child(odd) {background-color:#FFF;}#wsstockbx .strgadmtbl .strgthrow:nth-child(odd):hover,#wsstockbx .strgadmtbl .strgrow:nth-child(odd):hover {background-color:#FFF;}#wsstockbx .strgadmtbl .strgrow > span {display:block;border:0;padding:5px;text-align:center;box-sizing:border-box;margin:0;}#wsstockbx .strgadmtbl .strgrow > span:last-child {border:0;}#wsstockbx .strgadmtbl .strgrow .tdctrl {display:inline-block!important;width:50%!important;text-align:right;padding:3px 22px 3px 0;margin:0;background:linear-gradient(to top,#F1F1F1,#FFF);}#wsstockbx .strgadmtbl .strgrow .tdopt {display:inline-block!important;width:50%!important;text-align:left;padding:3px 0 3px 22px;margin:0;background:linear-gradient(to top,#F1F1F1,#FFF);}#wsstockbx .strgadmtbl .strgrow .tdqty {display:inline-block;width:50%;background-color:#FFC;color:#900;font-weight:bold;text-align:center;border:0;font-size:22px;border-bottom:2px solid #DDD;border-top:1px solid #AAA;padding:5px 0;margin:0;}#wsstockbx .strgadmtbl .strgrow:hover .tdqty {background-color:#FFC;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd) .tdqty {background-color:#FFC;color:#900;}#wsstockbx .strgadmtbl .strgrow:nth-child(odd):hover .tdqty {background-color:#FFC;}#wsstockbx .strgadmtbl .strgrow .tdeqty {display:inline-block;width:50%;text-align:center;border:0;font-size:22px;border-bottom:2px solid #DDD;border-top:1px solid #AAA;padding:5px 0;margin:0;background-color:#E8F7FF;}#wsstockbx .strgadmtbl .strgrow .tditem {width:98%;margin:0 auto;padding:8px 0;font-size:14px;}#wsstockbx .strgadmtbl .strgrow .tdfldc {font-size:14px;margin-bottom:18px;}#wsstockbx .strgadmtbl .strgrow .tdstock {width:100%;text-align:center;font-size:18px;font-weight:bold;color:#007;}#wsstockbx .strgadmtbl .strgrow .tdsupplier {width:100%;text-align:center;font-size:16px;margin-bottom:12px;}#wsstockbx .strgadmtbl .strgrow .tdorder {width:100%;font-size:16px;}#wsstockbx .strgadmtbl .strgrow .tdowner {width:100%;font-size:16px;}#wsstockbx .strgadmtbl .sold {background-color:#FFF;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:hover {background-color:#FFF;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:nth-child(odd) {background-color:#FFF;color:#AAA!important;}#wsstockbx .strgadmtbl .sold:nth-child(odd):hover {background-color:#FFF;}#wsstockbx .strgadmtbl .sold .tdstock {color:#555;}}#strgedbx {font-family:Verdana;background:#fff;margin:3vh auto;padding:2vh 2vw;}#strgedbx #nfnd {font-size:32px;color:#777;text-align:center;padding:120px 0;}#strgedbx:after {content:'';display:block;clear:both;visibility:hidden;}#strgedbx #itemnmbx {display:flex;align-items:center;text-align:left;font-size:16px;padding:8px 0;color:#333;border-bottom:1px solid #EEE;background:linear-gradient(to top left,#F5F5F5,#FFF);border-top-right-radius:22px;}#strgedbx #itemnmbx span#prodpic {display:inline-block;margin:0 12px 0 12px;}#strgedbx #itemnmbx span#prodpic img {width:48px!important;}#strgedbx #itemnmbx a {color:#555;}#strgedbx #itemnmbx a:hover {color:#C22;}#strgedbx #strgadder {padding:7px 0 22px 0;margin:12px 5px 5px;float:left;width:20%;min-width:158px;background-color:#FFF;border-right:1px dotted #E5E5E5;}#strgedbx #strgadder p {display:block;padding:5px 0;margin:0 auto;width:98%;}#strgedbx #strgadder label {width:92%;min-width:auto;padding:4px 0;margin:0 auto;text-align:left;font-size:12px;text-indent:3px;white-space:nowrap;color:#555;}#strgedbx #strgadder input {width:92%;min-width:auto;height:20px;line-height:20px;font-size:14px;border:1px solid #DDD;}#strgedbx #strgadder input[name="strgadderQty"] {background-color:#FFC;font-weight:bold;color:#900;color:#900;}#strgedbx #strgadder input[name="strgadderEQty"] {background-color:#E8F7FF;color:#009;}#strgedbx #strgadder p#qtys {font-size:10px;color:#AAA;}#strgedbx #strgadder p#qtys input {width:43%;}#strgedbx #strgadder #submitbtn {height:34px;line-height:34px;padding:0;color:#555;font-size:14px;margin-top:5px;font-size:16px;background-color:#EEE;background:linear-gradient(to top,#EEE,#F8F8F8);box-shadow:inset 0 0 3px #CCC;}#strgedbx #strgadder #submitbtn:hover {color:#222;background:linear-gradient(to top,#EEE,#F8F8F8,#F8F8F8);box-shadow:inset 0 0 5px #CCC;}#strgedbx #strgadder select {border-radius:0;width:92%;min-width:auto;height:20px;line-height:20px;font-size:14px;text-indent:4px;}#strgedbx #strgadder select#itemattrsel {width:92%;height:500px;border:1px solid #DDD;padding:3px 7px;font-size:12px;}#strgedbx #rgtbx {margin:12px 0 22px 22%;}#strgedbx #rgtbx #digifrmbx {box-sizing:border-box;border:1px solid #DDD;}#strgedbx #rgtbx #digifrmbx #titlebx {background-color:#F8F8F8;padding:5px 9px;background:linear-gradient(to bottom right,#F5F5F5,#FFF);color:#777;font-variant:small-caps;border-bottom:1px solid #DDD;}#strgedbx #rgtbx #digifrmbx textarea#digiaddertxtfld {width:70%;height:190px;min-height:140px;border:0;border-right:1px solid #DDD;resize:vertical;box-sizing:border-box;font-size:16px;color:#2C2;padding:5px;font-family:Verdana, Arial;outline:none;}#strgedbx #rgtbx #digifrmbx #filebx {float:right;width:27%;text-align:center;padding:0 0 7px;overflow:auto;max-height:182px;}#strgedbx #rgtbx #digifrmbx #filebx #filecfgbx {padding:5px 0;border-bottom:1px dotted #DDD;border-left:1px dotted #DDD;background:linear-gradient(to left,#F9F9F9,#FFF);border-bottom-left-radius:8px;}#strgedbx #rgtbx #digifrmbx #filebx #filecfgbx label {min-width:auto;margin-left:5px;font-variant:small-caps;font-size:12px;}#strgedbx #rgtbx #digifrmbx #filebx input[type="file"] {display:block;border-radius:0;border:0;border:0;background-color:#FFF;margin:0 auto 5px;color:#777;font-size:10px;}#strgedbx #rgtbx #digifrmbx #filebx span#plustxt {display:block;color:#900;margin:0 auto 4px;font-size:10px;cursor:pointer;text-align:center;width:26px;}#strgedbx #rgtbx #digifrmbx #filebx span#plustxt:hover {cursor:pointer;color:#F00;}#strgedbx #txtoptsbx {background-color:#F9F9F9;background:linear-gradient(to top right,#F5F5F5,#FFF);border-top:1px solid #DDD;padding:0;white-space:nowrap;overflow:hidden;clear:right;}#strgedbx #txtoptsbx > p {padding:7px;}#strgedbx #txtoptsbx label {height:14px;line-height:14px;width:auto;min-width:auto;padding:0 5px;font-size:10px;color:#AAA;font-variant:small-caps;letter-spacing:1px;}#strgedbx #txtoptsbx input[type="text"] {height:20px;line-height:20px;width:72px;border:0;background-color:#FFF;box-shadow:inset 0 0 1px #CCC;font-size:10px;color:#999;text-indent:2px;margin:0;}#strgedbx #txtoptsbx input[type="text"]:focus {width:120px;}#strgedbx #txtoptsbx #digiaddertxtseparatorfld {width:28px;text-align:center;}#strgedbx #txtoptsbx #digiaddertxtrepeatfld {width:28px;text-align:center;}#strgedbx #txtoptsbx input[type="submit"] {width:100px;height:20px;border:0;border-radius:0;padding:0;margin:0 0 0 5px;background-color:#EEE;background:linear-gradient(to top,#F2F2F2,#FFF);color:#999;}#strgedbx #txtoptsbx input[type="submit"]:hover {background:linear-gradient(to top,#FFF,#F4F4F4);box-shadow:inset 0 0 5px #DDD;cursor:pointer;}#strgedbx #rgtbx .digiempty {font-size:22px;color:#CCC;border-top:1px dotted #DDD;border-bottom:1px dotted #DDD;padding:50px 0;margin:20px 0;}#strgedbx #rgtbx #ditembx {margin-top:20px;}#strgedbx #rgtbx #ditembx #ditbl {display:table;border-collapse:collapse;width:100%;border:1px solid #DDD;font-size:10px;}#strgedbx #rgtbx #ditembx #ditbl .dtblthrow {display:table-row;}#strgedbx #rgtbx #ditembx #ditbl .dtblthrow > span {display:table-cell;font-weight:normal;font-size:10px;background-color:#F5F5F5;border-bottom:1px solid #DDD;border-right:1px solid #DDD;padding:3px;color:#333;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow {display:table-row;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow > span {display:table-cell;border-bottom:1px solid #EEE;border-right:1px solid #DDD;padding:5px;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow:nth-child(odd) {background-color:#F9F9F9;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow:hover {background-color:#FDFDD7;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow:nth-child(odd):hover {background-color:#F9F9D9;}#strgedbx #rgtbx #lmtbx {font-size:10px;font-variant:small-caps;color:#999;text-align:right;padding:3px 0;}#strgedbx #rgtbx #ditembx #ditbl .tdopt {width:18px;border-right:0;text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .tdopt a.dsdel {width:12px;height:12px;display:inline-block;background:url('https://gokatku.ru/public/layout/7544/sdel.png') 0 0 no-repeat;}#strgedbx #rgtbx #ditembx #ditbl .tdopt a.dsdel:hover {background:url('https://gokatku.ru/public/layout/7544/sdel.png') 0 -12px no-repeat;cursor:pointer;}#strgedbx #rgtbx #ditembx #ditbl #thctrl {text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .tdctrl {width:18px;text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent {color:#090;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent b {display:block;color:#900;font-weight:normal;font-size:90%;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent b:first-child {margin-top:7px;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent b:last-child {margin-bottom:7px;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filename {display:inline-block;color:#33C;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filename a {color:#33C;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filename a:hover {color:#55D;text-decoration:underline;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filesize {display:inline-block;margin-left:8px;color:#33C;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filesize:before {content:'(';}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filesize:after {content:')';}#strgedbx #rgtbx #ditembx #ditbl .tdcontent img.prodpic {max-width:100%;max-height:400px;}#strgedbx #rgtbx #ditembx #ditbl #thdelivered {text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .tddelivered {width:122px;color:#3A3;text-align:center;white-space:nowrap;}#strgedbx #rgtbx #ditembx #ditbl #thdownloaded {text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .tddownloaded {width:54px;text-align:center;color:#3A3;}#strgedbx #rgtbx #ditembx #pagesrow {text-align:left;margin:40px 0 30px;}#strgedbx #rgtbx #ditembx #pagesrow a {border-radius:0;}/* * */@media screen and (max-width: 880px),@media screen and (max-device-width: 880px) {#strgedbx {width:100%;max-width:100%;overflow:hidden;}#strgedbx #nfnd {font-size:22px;padding:32px 0;}#strgedbx #rgtbx .digiempty {text-align:center;}#strgedbx #itemnmbx {text-align:center;border-radius:0;background:none;}#strgedbx #strgadder {padding:7px 0 22px;margin:0 auto;float:none;width:100%;border:0;text-align:center;max-width:380px;}#strgedbx #strgadder p label {text-align:center;font-size:16px;}#strgedbx #strgadder select#itemattrsel {height:auto;min-height:56px;font-size:14px;}#strgedbx #rgtbx {margin:12px 0 22px 0;}#strgedbx #rgtbx #digifrmbx #filebx {float:none;width:100%;text-align:center;padding:0 0 7px;overflow:auto;max-height:182px;}#strgedbx #rgtbx #digifrmbx #filebx span#plustxt {display:block;color:#900;margin:7px auto;font-size:16px;}#strgedbx #rgtbx #digifrmbx textarea#digiaddertxtfld {display:block;margin:22px auto;width:96%;height:190px;min-height:140px;border:1px solid #DDD;}#strgedbx #rgtbx .digiempty {text-align:center;}#strgedbx #rgtbx #digifrmbx {border:0;}#strgedbx #rgtbx #digifrmbx #titlebx {text-align:center;}#strgedbx #rgtbx #digifrmbx #txtoptsbx {height:auto;background:none;text-align:center;border:0;}#strgedbx #rgtbx #digifrmbx #txtoptsbx input[type="text"] {width:32px;}#strgedbx #rgtbx #digifrmbx #txtoptsbx input[type="submit"] {display:block;width:72%;height:auto;padding:5px 0;font-size:14px;margin:32px auto 24px;}#strgedbx #rgtbx #lmtbx {text-align:center;}#strgedbx #rgtbx #ditembx #ditbl {display:block;text-align:center;border:0;font-size:14px;}#strgedbx #rgtbx #ditembx #ditbl .dtblthrow {display:block;width:100%;}#strgedbx #rgtbx #ditembx #ditbl .dtblthrow > span {display:block;font-size:14px;background-color:#FFF;border:0;padding:3px;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow {display:block;margin:0 auto 42px;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow > span {display:block;width:100%;border:0;padding:0;text-align:center;}#strgedbx #rgtbx #ditembx #ditbl .dtblrow:nth-child(odd),#strgedbx #rgtbx #ditembx #ditbl .dtblrow:hover,#strgedbx #rgtbx #ditembx #ditbl .dtblrow:nth-child(odd):hover {background-color:transparent;}#strgedbx #thdelivered,#strgedbx #thdownloaded {display:none!important;}#strgedbx #rgtbx #ditembx #ditbl #thopt {text-align:center;margin-top:34px;background:linear-gradient(to top,#FAFAFA,#FFF);}#strgedbx #rgtbx #ditembx #ditbl #thctrl {display:block;text-align:center;margin-bottom:44px;background:linear-gradient(to top,#FFF,#F5F5F5);}#strgedbx #rgtbx #ditembx #ditbl #thctrl:before {content:'';display:block;padding:18px 0;}#strgedbx #rgtbx #ditembx #ditbl #thcontent {margin:32px 0;font-size:20px!important;color:#711;background-color:#F9F9F9!important;padding:5px 0!important;}#strgedbx #rgtbx #ditembx #ditbl .tdopt {display:none;}#strgedbx #rgtbx #ditembx #ditbl .tdctrl {width:18px;text-align:center;border-bottom:1px solid #EEE!important;background:linear-gradient(to top,#F5F5F5,#FFF);padding:18px 0 5px!important;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent {color:#090;text-align:center;padding:8px 0!important;font-size:16px;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent .fileprops {padding:5px 0;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filename {display:inline-block;color:#555;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent span.filesize {color:#777;display:block;text-align:center;font-size:10px;}#strgedbx #rgtbx #ditembx #ditbl .tdcontent img.prodpic {max-width:96%;max-height:272px;}#strgedbx #rgtbx #ditembx #ditbl .tddelivered {width:auto;color:#777;font-size:10px;padding:5px 0!important;}#strgedbx #rgtbx #ditembx #ditbl .tddownloaded {width:auto;color:#BBB;font-size:10px;padding:5px 0!important;}#strgedbx #rgtbx #ditembx #ditbl .tddownloaded:before {content:'(';}#strgedbx #rgtbx #ditembx #ditbl .tddownloaded:after {content:' downloads)';}}.summarywrp {display:flex;flex-direction:column;margin:auto;padding:0;}.summarywrp .shdr {text-align:center;}.cartbox {flex:1;order:5;}.regforms {flex:1;order:3;}.crypbx {flex:1;order:2;}.fiatbx {flex:1;order:1;}.summarywrp .regforms {background:url('https://gokatku.ru/public/layout/7544/wpx_a1.webp') center center no-repeat;background-size:cover;}@media screen and (min-width: 580px) {.summarywrp {width:96%;max-width:2220px;margin:2vh auto 1vh;}.summarywrp .regforms {border-radius:12px;}}@media screen and (max-width: 579px) {.summarywrp {width:100%;}.summarywrp .regforms {border-radius:0;}}.cartEmpty {margin:5vh auto;padding:5vh 22px;max-width:760px;text-align:center;color:#fff;background:rgba(255,255,255,.1);}.cartEmpty {border-radius:12px;animation: bgRotate .3s linear 1;}.cartEmpty b {display:block;font-weight:normal;padding:0 0 220px;background:url('https://gokatku.ru/public/layout/7544/cartic.webp') center 64px no-repeat;}.cartEmpty a {color:#fff;}.cartEmpty a:hover {color:#ffd;}.summary .item .rmcart a {display:inline-block;width:18px;height:18px;background:url('https://gokatku.ru/public/layout/7544/cancel.webp') center center no-repeat;background-size:contain;}.summary .item .rmcart a:hover {transform:scale(.9);}.summary .items a {color:#000;}.summary .items a:hover {color:#333;}/* DesktopWide */@media screen and (min-width: 760px) {.summary .items * {vertical-align:middle;font-size:18px;}.summary .items {display:table;margin:2vh auto 12vh;padding:12px 12px 54px;width:100%;overflow-x:hidden;color:#000;background:#fff;border-radius:12px;}.summary .itmhdr span {text-align:center;border-bottom:5px solid #ccc;background:#f5f5f5;}.summary .itmhdr span:first-child a {display:inline-block;width:18px;height:18px;background:url('https://gokatku.ru/public/layout/7544/clr.webp') center center no-repeat;background-size:contain;}.summary .itmhdr span:first-child a:hover {transform:scale(.9);}.summary .itmhdr span:nth-child(4) {text-align:left;}.summary .itmhdr input {display:inline-block;width:24px;height:24px;border:0;cursor:pointer;}.summary .itmhdr input {background:url('https://gokatku.ru/public/layout/7544/refr.webp') center center no-repeat transparent;background-size:contain;}.summary .itmhdr input:hover {transform:scale(.9);}.summary .sumrow span {font-weight:bold;text-align:right;border-top:0;border-bottom:0!important;}.summary .item {display:table-row;}.summary .item:hover {background-color:#fcfcfc;}.summary .item span {display:table-cell;padding:12px;border-bottom:1px solid #ddd;overflow:hidden;}.summary .item .pic {text-align:center;}.summary .item .pic img {display:inline-block;max-width:78px;max-height:56px;border-radius:3px;}.summary .item .qty input {display:inline-block;width:38px;height:28px;line-height:28px;margin:0 5px;text-align:center;}.summary .item .qty input:focus {color:#3c3;}.summary .item .prs {text-align:right;}.summary .item span:nth-child(5) {white-space:nowrap;}.summary .item span:nth-child(6) {font-weight:bold;white-space:nowrap;}.cartEmpty {font-size:32px;}.cartEmpty a {font-size:70%;}}/* MobileTablet */@media screen and (max-width: 759px) {.summary {min-width:300px;background:rgba(255,255,255,.95);}.summary .itmhdr {display:flex;margin-bottom:22px;}.summary .itmhdr span {height:52px;line-height:52px;}.summary .itmhdr span:nth-child(n+4) {display:none;}.summary .itmhdr span:nth-child(2) {display:none;}.summary .itmhdr span:nth-child(3) {order:2!important;}.summary .itmhdr span:nth-child(3) {order:1!important;}.summary .itmhdr span:nth-child(1) a {display:inline-block;width:18px;height:18px;background:url('https://gokatku.ru/public/layout/7544/clr.webp') center center no-repeat;background-size:contain;}.summary .itmhdr span:nth-child(1) a:hover {transform:scale(.9);}.summary .itmhdr input {display:inline-block;width:24px;height:24px;border:0;cursor:pointer;}.summary .itmhdr input {background:url('https://gokatku.ru/public/layout/7544/refr.webp') center center no-repeat transparent;background-size:contain;}.summary .itmhdr input:hover {transform:scale(.9);}.summary .sumrow {flex:0 0 100%;border-top:0;}.summary .sumrow span:after, .summary .sumrow span:before {content:'';display:none;}.summary .sumrow span:nth-child(-n+4) {display:none;}.summary .sumrow span:nth-child(5) {display:block;padding-top:124px;font-size:140%!important;}.summary .sumrow span:nth-child(6) {display:block;padding-bottom:34px;font-size:180%!important;}.summary .item {display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;text-align:center;justify-content:space-between;margin:0 auto;}.summary .item span {padding:5px 0;color:#000;}.summary .item span:nth-child(1) {flex:0 0 72px;width:72px;order:4;}.summary .item span:nth-child(2) {flex:0 0 100%;background:#fff;order:1;padding:12px 0;margin-bottom:22px;}.summary .item span:nth-child(3) {flex:0 0 72px;width:72px;order:2;}.summary .item span:nth-child(4) {flex:0 0 calc(100% - 144px);order:3;text-align:left;}.summary .item span:nth-child(5) {flex:0 0 100%;order:5;font-size:14px;}.summary .item span:nth-child(5):after {content:' )';}.summary .item span:nth-child(5):before {content:'( ';}.summary .item span:nth-child(6) {flex:0 0 100%;order:6;font-weight:bold;font-size:120%;}.summary .item .pic img {display:block;margin:auto;max-width:388px;max-height:272px;border-radius:5px;}.summary .item .qty input {display:inline-block;width:76%;height:28px;line-height:28px;margin:0 5px;text-align:center;font-weight:bold;font-size:24px;}.summary .item .qty input:focus {color:#3c3;}.summary .item .prs {display:block;}.cartEmpty {font-size:24px;}.cartEmpty a {font-size:90%;}@media screen and (min-width: 580px) {.summary {margin:5vh auto 12vh;border-radius:12px;}}}.regforms * {box-sizing:border-box;}.regformswitcher {padding:8px 0;width:100%;font-size:18px;color:#fff;}.regformswitcher a {color:#fff;}.regformswitcher .cbswitch {display:block;margin:8px auto;} .regforms #lgnfrmbx {display:none;}.regforms .innerbx {margin:auto;text-align:center;}.regforms .innerbx {background:rgba(255,255,255,.1);backdrop-filter:blur(7px);}.regforms input[type="password"], .regforms input[type="text"] {display:inline-block;width:86%;height:48px;line-height:48px;border:1px solid #999;border-radius:8px;}.regforms input[type="password"], .regforms input[type="text"] {font-size:26px;text-indent:12px;background:rgba(255,255,255,.17);position:relative;z-index:2;color:#fff;}.regforms input[type="password"]:focus, .regforms input[type="text"]:focus {background:rgba(255,255,255,.28);color:#ff7;}.regforms input[type="submit"] {display:block;width:86%;margin:18px auto 0;padding:12px 22px;border:1px solid #999;font-size:26px;border-radius:8px;}.regforms input[type="submit"] {background:rgba(255,255,255,.17);color:#fff;}.regforms input[type="submit"]:hover {background:rgba(255,255,255,.3);cursor:pointer;}.regforms form {display:block;padding:32px 0;font-size:18px;background-color:rgba(0,0,0,.3);}.regforms form > p {position:relative;margin:32px auto;padding:0;}.regforms form > div {margin:5px auto;border-radius:5px;}.regforms form p label {position:absolute;display:inline-block;padding:0;z-index:1;color:#fff;font-weight:bold;font-size:22px;top:14px;left:12%;}.regforms form p input:valid + label, .regforms form p input:focus + label {top:-20px;left:13%;font-size:14px;transition:all .2s ease;}.regforms form p img {width:72%;border-radius:12px;}.regforms .msg {display:block;margin:2px auto 22px;padding:8px 5%;color:#ff5;font-size:18px;line-height:28px;}.regforms .msg {background:rgba(255,255,255,.05);text-shadow:1px 1px 2px #000;}.regforms .rembx label {margin-right:10px;}.regforms .captchalabel {display:none;}.regforms img {display:block;margin:auto;border-radius:5px;cursor:pointer;}@media screen and (min-width: 580px) {.regforms .innerbx {border-radius:12px;padding:2vh 2vw;}.regformswitcher {border:2px solid #fff;border-radius:12px 36px;box-shadow:0 0 32px #000;max-width:380px;margin:3vh auto;background-color:rgba(0,0,0,.3);}.regforms form {border:2px solid #fff;border-radius:36px 12px;box-shadow:0 0 32px #000;max-width:380px;margin:2vh auto;}}@media screen and (max-width: 579px) {.regforms .innerbx {padding:2vh 0;}.regformswitcher {background-color:rgba(255,255,255,.07);margin:0 auto;}.regforms form {}}.walletbx {padding:57px 2%;background:#fff;min-height:520px;color:#111;}.ncalertbx {width:94%;color:#3A3;font-size:22px;text-align:center;padding:8px 0;margin:8px auto;background:linear-gradient(to left,#FFE,#FFD,#FFE);box-shadow:0 0 3px #FFA;}.ncwrp {display:flex;align-items:stretch;font-weight:bold;}.ncl {flex:1;order:1;flex-grow:1;text-align:center;border-right:1px dotted #CCC;min-width:300px;background:#FAFAFA;}.ncr {flex:1;order:2;flex-grow:5;padding-top:32px;}.nctr {}.nctr .smaccbx2 {display:block;margin:0 1% 24px;}.nctr .smaccbx2 span {display:block;}.nctr .smaccbx2 .macctitle {display:inline-block;font-size:18px;color:#FFF;background-color:#00D98D;padding:8px 22px;border-radius:5px;border:2px solid #5C9;}.nctr .smaccbx2 .balance {font-size:38px;color:#093;padding:3px 22px;}.nctr .smaccbx2 .balanceneg {font-size:38px;color:#C33;padding:3px 22px;}.nctr .smaccbx2 .creditline {display:inline-block;font-size:14px;color:#999;padding:5px 22px;background-color:#F9F9F9;}.nctr .smaccbx2 .creditline b {font-weight:normal;}.nctr .smaccbx2 .creditline b:after {content:":";margin-right:5px;}.nctr .tRow {display:block;margin:0 1%;max-width:820px;padding:7px 0 7px 76px;border-bottom:1px dotted #CCC;background:url('https://gokatku.ru/public/layout/7544/bill.png') 5px center no-repeat;}.nctr .tRow span {display:block;padding:3px 0;color:#555;}.nctr .tRow:hover {background-color:#F2F2F2;}.nctr .tRow .tdttm {font-size:14px;color:#777;}.nctr .tRow .tinfo {font.size:16px;}.nctr .tRow .charge {font-size:20px;color:#093;}.nctr .tRow .chargeNeg {font-size:20px;}.nctr .ncnotr {max-width:2000px;margin:0 1%;padding:322px 0;text-align:left;color:#777;font-size:24px;background:url('https://gokatku.ru/public/layout/7544/ncc.png') top left no-repeat;}.cuibx {padding:32px 0;}#nomoneyaccbx {width:90%;max-width:2000px;margin:0 auto;padding:80px 0;border-top:2px solid #444;background:linear-gradient(to bottom,#F7F7F7,#FFF);}#chdepamt {display:block;margin:10px auto;width:140px;padding:4px;background-color:#FFF;color:#000;border-radius:4px;text-align:center;border:1px solid #DDD;}#chdepamt:hover {background-color:#F9F9F9;border:1px solid #AAA;}.ncmenu {margin:32px auto;width:94%;}.ncmenu a {display:block;padding:7px 0;margin:8px 0;background-color:#EEE;color:#333;font-size:18px;border:1px solid #CCC;}.ncmenu a:hover {background-color:#EEE;border:1px solid #DDD;}/* * * CashUpBox * * */.cashupbx {max-width:94%;margin:22px auto;padding-top:38px;text-align:center;background:url('https://gokatku.ru/public/layout/7544/numbercoin.png') center top no-repeat;}.cashupbx #depositmsg {font-size:14px;color:#84C;}.cashupbx .amtwrp {margin:32px auto 12px;}.cashupbx label {display:inline-block;position:absolute;background-color:#FFF;padding:2px 5px;font-size:14px;margin:-11px 0 0 -29px;color:#00AE72;}.cashupbx .cashdeskBox input#chrgamt {}.cashupbx .cashdeskBox select, .cashupbx .cashdeskBox input#chrgamt {display:block;margin:2px auto 9px;width:220px;height:42px;line-height:42px;border:1px solid #DDD;border-radius:5px;font-size:20px;color:#00AE72;text-align:center;}.cashupbx .cashdeskBox select {text-align-last:center;}.cashupbx .cashdeskBox select option {font-size:14px;}.cashupbx .cashdeskBox input#chrgamt:hover,.cashupbx .cashdeskBox input#chrgamt:focus {border:1px solid #00EC99;}.cashupbx .cashdeskBox select:hover,.cashupbx .cashdeskBox select:focus {border:1px solid #00EC99;}.cashupbx .cashdeskBox .cashupbtn {padding:5px;border:0;border-radius:5px;width:220px;line-height:42px;vertical-align:top;font-size:18px;color:#FFF;background-color:#622DD0;}.cashupbx .cashdeskBox .cashupbtn:hover {background-color:#84C;cursor:pointer;}.cashupbx .ppcheckoutconfirmbtn,.cashupbx #pmoptionpaypalCheckout .ppcheckoutbtn {visibility:hidden;}/* * * AccSlr * * */.ncacc {width:90%;margin:0 auto;padding-top:5px;white-space:nowrap;overflow-x:auto;}.ncacc .maccbx {display:block;max-width:94%;margin:2px auto 12px;border-radius:5px;background-color:#fff;overflow:hidden;letter-spacing:2px;border:2px solid #eee;}.ncacc .maccbx:hover {background-color:#eeffee;}.ncacc .maccbx .acctitle a {display:block;margin:0 auto;padding:5px 2px;color:#093;}.ncacc .maccbx .balance a {display:block;white-space:nowrap;color:#093;letter-spacing:1px;padding:5px 0;}.ncacc .mbneg {background-color:#C33;}.ncacc .mbneg:hover {background-color:#D24F4F;}.ncacc .mbneg .balance a {background-color:#C33;}.ncacc .actmbx {border:2px solid #5C9;}.ncacc .actmbx .acctitle a {color:#093;background-color:#efe;}/* * */@media screen and (max-width:839px),@media screen and (max-device-width:839px) {.ncwrp {display:block;min-width:320px;}.ncl {display:block;border:0;min-width:0;width:100%;}.ncr {display:block;padding-top:32px;width:100%;}.nctr .smaccbx2 {text-align:center;}.nctr .smaccbx2 span {display:block;margin:0 auto;}.nctr .smaccbx2 .macctitle {display:block;padding:8px 0;border-radius:0;border:0;}.nctr .tRow {margin:0 auto;max-width:94%;}.nctr .ncnotr {margin:0 1%;padding:322px 0 72px;text-align:center;color:#777;font-size:20px;background:url('https://gokatku.ru/public/layout/7544/ncc.png') top center no-repeat;}.ncacc .maccbx {max-width:340px;}}.depositbx {padding:70px 3% 120px;margin:auto;background:#fff;}.depositbx .balancebx {margin:32px auto;text-align:center;font-size:120%;font-weight:bold;color:#191;}.depositbx .balancebx a {color:#191;}.depositbx .balancebx a:hover {color:#3b3;}#wsmtrbxwrp {padding:80px 0 130px;background:#fff;color:#111;}.wsmoneytrbx {width:400px;margin:8px auto 28px;padding:0 0 8px;border-radius:5px;box-shadow:0 0 2px #DDD;border:1px solid #DDD;overflow:hidden;text-align:center;}#wsmsendnowsmoney .trbxhdr,.wsmoneytrbx .trbxhdr {font-size:26px;padding:8px 0;margin:0 auto 22px;background-color:#FFF;color:#393;background:linear-gradient(to top,#FFF,rgba(255,255,255,0));box-shadow:inset 0 0 5px #EEE;border-bottom:1px solid #EEE;text-shadow:0 0 2px #BDB;text-align:center;}.wsmoneytrbx #sendmimg {min-height:64px;background:url('https://gokatku.ru/public/layout/7544/numbercoin.png') top center no-repeat;margin:5px auto 22px;}.wsmoneytrbx .flbl {position:absolute;display:inline-block;padding:3px 7px;font-size:14px;color:#050;background-color:#FFF;-ms-transform:translate(-50%,-50%);transform:translate(-50%,-60%);}.wsmoneytrbx .flbl:after {content:":";}.wsmoneytrbx select,.wsmoneytrbx input,.wsmoneytrbx input {display:block;margin:5px auto 28px;width:360px;height:52px;line-height:52px;background-color:#FFF;color:#2A2;font-size:20px;border-radius:5px;border:1px solid #9C9;text-align:center;text-align-last:center;}.wsmoneytrbx .wsmsendbtn {display:block;margin:16px auto;max-width:360px;width:94%;height:52px;line-height:52px;background-color:#00D98D;border-radius:5px;border:0;font-size:20px;color:#FFF;}.wsmoneytrbx .wsmsendbtn:hover {background-color:#00EC99;cursor:pointer;}.nccancel {display:block;margin:16px auto;max-width:360px;width:94%;height:52px;line-height:52px;font-size:20px;border-radius:5px;background-color:#F8F8F8;border:1px solid #EEE;}.wsmoneytrbx .hintmsg {color:#C33;margin:3px 0 16px;}#wsmsendnowsmoney {font-size:18px;}#wsmsendnowsmoney a {color:#191;display:block;margin:22px auto;font-weight:bold;font-size:16px;}#wsmsendnowsmoney a:hover {color:#3B3;}.wsmoneytrbx #bottombx {text-align:center;padding:8px 0;}.wsmoneytrbx #rcpntbx {display:block;padding:20px 0;font-size:20px;text-align:center;color:#050;background:linear-gradient(to top,rgba(255,255,255,0),#FEFEFE,rgba(255,255,255,0));text-shadow:0 0 2px #AFA;} .wsmoneytrbx .amtbx {display:block;width:92%;margin:5px auto;padding:5px 0;background-color:#FFF;border-radius:5px;box-shadow:inset 0 0 3px #CEC;font-size:28px;text-shadow:0 0 2px #8C8;border:1px solid #DDD;}.wsmoneytrbx .smdbx {display:block;font-size:16px;color:#090;border-bottom:1px dotted #DDD;}.wsmoneytrbx #rateswrp {background-color:#FFF;border-top:1px solid #DDD;border-bottom:1px solid #DDD;margin:5px auto 22px;}.wsmoneytrbx #ratesbx {display:table;border-collapse:collapse;width:80%;margin:5px auto;text-align:right;}.wsmoneytrbx #ratesbx .tblrw {display:table-row;border-bottom:1px dotted #DDD;}.wsmoneytrbx #ratesbx .tblrw:last-child {border:0;}.wsmoneytrbx #ratesbx .tblrw div {display:table-cell;padding:3px;}.wsmoneytrbx #ratesbx #feeamtbx {width:210px;}.wsmoneytrbx .lbls {text-align:center;margin:2px auto;font-size:14px;color:#373;}.wsmoneytrbx #usagehlbl {text-align:center;margin:18px auto 6px;font-size:14px;color:#777;}.wsmoneytrbx #wsmhintfld {width:92%;min-height:130px;resize:vertical;border:1px solid #BBB;font-size:14px;padding:5px;margin:0 auto;color:#070;border-radius:5px;box-shadow:inset 0 0 3px #CEC;text-shadow:0 0 2px #8C8;border:1px solid #DDD;box-sizing:border-box;}.wsmoneytrbx #amtsentbx {max-width:320px;margin:0 auto;font-size:32px;color:#3A3;text-align:center;padding:240px 0 3px;text-shadow:0 0 2px #9С9;background:url(https://gokatku.ru/public/layout/7544/wsmsentok.png) top center no-repeat;background-size:80%;}.wsmoneytrbx #recname {margin:3px 0;padding:3px 0;font-size:14px;color:#050;}.wsmoneytrbx #newtrlnk {display:block;margin:0 auto;color:#595;font-size:16px;width:100%;text-align:center;}.wsmoneytrbx #newtrlnk:hover {text-decoration:underline;color:#3C3!important;}/* * */@media screen and (min-width:420px) and (max-width:768px), @media screen and (min-device-width:420px) and (max-device-width:768px) { .wsmoneytrbx {width:100%;max-width:100%;border:0;border-radius:0;margin-bottom:240px;}.wsmoneytrbx #ratesbx {display:block;width:92%;text-align:center;}.wsmoneytrbx #ratesbx .tblrw {display:block;}.wsmoneytrbx #ratesbx .tblrw div {display:block;}.wsmoneytrbx #ratesbx #feeamtbx {width:auto;}.wsmoneytrbx select {font-size:14px;}}/* * */@media screen and (max-width:419px), @media screen and (max-device-width:419px) { .wsmoneytrbx {width:100%;max-width:100%;border:0;border-radius:0;margin-bottom:180px;display:hidden;}.wsmoneytrbx #ratesbx {display:block;width:92%;text-align:center;}.wsmoneytrbx #ratesbx .tblrw {display:block;}.wsmoneytrbx #ratesbx .tblrw div {display:block;}.wsmoneytrbx #ratesbx #feeamtbx {width:auto;}.nccancel,.wsmoneytrbx select,.wsmoneytrbx input {width:90%!important;}}