/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
  vertical-align: middle;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
#uNetRegF td {
  text-align: left;
}
.text-replace {
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.hidden {
  display: none !important;
  visibility: hidden;
}
.clr:after {
  display: table;
  clear: both;
  content: '';
}
.clear {
  clear: both;
}
/*------------------------------------*\
    $General
\*------------------------------------*/
:focus {
  outline: none;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font: 300 1.8461538461538463em 'Open Sans', sans-serif;
  color: #000;
}
h1 {
  font-size: 24px;
}
h2 {
  font-size: 21px;
}
h3 {
  font-size: 19px;
}
h4 {
  font-size: 17px;
}
h5 {
  font-size: 15px;
}
h6 {
  font-size: 13px;
}
hr {
  display: block;
  margin: .2em 0;
  padding: 0;
  height: 0;
  border: 0;
  border-bottom: 1px solid #e3e3e3;
}
fieldset {
  margin: 0;
  padding: 0;
  border: 0;
}
textarea {
  resize: vertical;
}
html,
button,
input,
select,
textarea {
  color: #949494;
}
font {
  color: inherit;
}
body {
  font: 300 13px 'Open Sans', sans-serif;
  line-height: 1.8;
}
body.base {
  background: url('/img/bg.jpg') repeat 0 0;
}
a {
  color: #3fa831;
  text-decoration: none;
  -webkit-transition: color 0.2s ease;
  transition: color 0.2s ease;
}
a:hover {
  text-decoration: underline;
}
.wrap {
  margin: 0 auto;
  width: 1000px;
  background-color: #fff;
  -webkit-box-shadow: 0 0 2px rgba(227, 227, 227, 0.7);
  -moz-box-shadow: 0 0 2px rgba(227, 227, 227, 0.7);
  box-shadow: 0 0 2px rgba(227, 227, 227, 0.7);
}
.wrap,
.middle,
.sidebar,
.content {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.middle {
  overflow: hidden;
  margin-bottom: 30px;
}
.sidebar {
  float: left;
  margin-right: -245px;
  width: 245px;
  padding-bottom: 5000px;
  margin-bottom: -5000px;
}
.container {
  float: right;
  width: 100%;
}
.content {
  margin: 0 0 0 275px;
  padding: 25px 30px 0 0;
}
.content.home {
  margin: 0;
  padding: 0 30px;
}
.ttl {
  font: 300 1.8461538461538463em 'Open Sans', sans-serif;
  color: #000;
}
.content > h1 {
  margin-bottom: 35px;
}
/*------------------------------------*\
    $Button
\*------------------------------------*/
input[type="submit"],
input[type="reset"],
input[type="button"],
select,
.button {
  padding: 10px;
  font: 400 14px 'Open Sans', sans-serif;
  cursor: pointer;
  border: none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  background: #3fa831;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  white-space: nowrap;
}
input[type="submit"]:hover,
input[type="reset"]:hover,
input[type="button"]:hover,
.button:hover {
  background-color: #53c844;
}
input[type="submit"]:active,
input[type="reset"]:active,
input[type="button"]:active,
.button:active {
  outline: none !important;
}
select {
  padding: 3px 5px;
  border-bottom: none;
  cursor: default;
}
select[multiple] {
  background-color: #FFF;
  color: #949494;
  border: 1px solid #E5E5E5;
  font-weight: 300;
}
input[type="submit"]:focus,
input[type="reset"]:focus,
input[type="button"]:focus {
  outline: none !important;
}
.manTdText input[type="button"],
.manTd2 input[type="button"],
.commTd2 input[type="button"],
.manTdBrief input[type="button"],
select.codeButtons,
input[type="button"].codeButtons,
#iplus input[type="button"] {
  padding: 3px 5px;
  font-size: 9px;
}
.manTd2 input[type="text"] {
  padding: 2px 5px !important;
}
input[type="text"],
input[type="password"],
textarea {
  padding: 4px 10px 5px;
  border: 1px solid #e3e3e3;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
textarea {
  width: 100%;
}
input[type="button"]#newPhtBt {
  width: auto !important;
}
input[type="button"]#order-button {
  padding: 0 5px;
}
/*------------------------------------*\
    $Header
\*------------------------------------*/
.header {
  background-color: #f5f5f5;
  width: 100%;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
  position: relative;
}
.head-l {
  width: 814px;
  float: left;
  border-right: 1px solid #e3e3e3;
}
.head-r {
  display: block;
  float: right;
  width: 185px;
  height: 100%;
  vertical-align: top;
}
.logo-lnk {
  display: table-cell;
  max-width: 225px;
  overflow: hidden;
  text-align: center;
  color: #fff;
  vertical-align: middle;
  font-weight: 600;
  line-height: 1.2;
  background-color: #0a0a0a;
  padding: 0 50px;
  height: 100%;
  font-size: 2.3076923076923075em;
}
.logo-lnk:first-letter {
  color: #3fa831;
}
.logo-lnk:hover {
  text-decoration: none;
}
.head-top {
  height: 100px;
  display: table;
  width: 814px;
}
.head-t-m {
  display: table-cell;
  vertical-align: middle;
}
/*-------------- search --------------*/
.searchForm {
  position: relative;
  width: 237px;
  margin: 18px 20px;
  float: left;
}
.schQuery {
  width: 237px;
}
.queryField {
  padding: 5px 30px 6px 10px !important;
  width: 100%;
  height: 28px;
  border: none;
  vertical-align: top;
  box-sizing: border-box;
  border: 1px solid #e3e3e3;
}
.head-top .searchSbmFl {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  margin: 0 !important;
  padding: 0 !important;
  width: 28px;
  height: 26px;
  background: url('/img/srch.png') no-repeat 50% 50%;
  border: none;
  text-indent: 150%;
  white-space: nowrap;
  overflow: hidden;
}
.searchSbmFl:hover {
  background-color: transparent !important;
}
.head-top .searchSbmFl:active {
  background-color: transparent !important;
}
.user-lnks {
  margin-top: 20px;
  padding: 0 12px 0 20px;
  float: right;
  display: inline-block;
  background: url('/img/usr.png') no-repeat 0 50%;
  color: #3FA831;
}
/*-------------- shop basket --------------*/
.basket-top {
  height: 100px;
  padding-left: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: middle;
  display: table-cell;
}
.basketorder {
  width: 185px;
  color: #949494;
  -webkit-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
  font-size: 1.0769230769230769em;
  text-align: center;
  display: inline-block;
  min-height: 35px;
  line-height: 35px;
  vertical-align: middle;
}
.basketorder:hover {
  text-decoration: none;
  color: #3fa831;
}
.basketorder.not-empty {
  background-color: #3fa831;
  color: #fff;
}
.basketorder.not-empty:hover {
  background-color: #53c844;
}
.order-amount {
  position: relative;
}
.total.not-empty,
.order-value {
  color: #3fa831;
}
.order-value:after {
  content: '';
  display: inline-block;
  border-top: 3px solid #000;
  border-left: 3px solid transparent;
  border-right: 3px solid transparent;
  vertical-align: middle;
  margin-left: 3px;
}
.basket-l {
  display: block;
  position: absolute;
  top: 100%;
  right: 0;
  z-index: 1;
  width: 200px;
  height: 0;
  padding: 0;
  overflow: hidden;
  line-height: 1.5;
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
  background-color: #fff;
  list-style: none;
  margin: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.sb-name {
  color: #000;
}
.order-amount:hover .basket-l,
.basket-l:hover {
  height: auto;
  padding: 5px;
}
/*------------------------------------*\
    $Menu
\*------------------------------------*/
.main-menu {
  display: block;
  background-color: #eaeaea;
  /*------------------- submenu ----------------*/
}
.main-menu ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.main-menu li {
  text-align: center;
  display: block;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
.main-menu a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  color: #000;
}
.main-menu a:hover,
.main-menu .uMenuItemA,
.main-menu .active-item > a {
  text-decoration: none;
}
.main-menu .uMenuRoot {
  margin-top: 0;
  margin-bottom: 0;
  -webkit-box-shadow: inset 0px 2px 5px -3px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: inset 0px 2px 5px -3px rgba(50, 50, 50, 0.3);
  box-shadow: inset 0px 2px 5px -3px rgba(50, 50, 50, 0.3);
}
.main-menu .uMenuRoot:after {
  display: table;
  clear: both;
  content: '';
}
.main-menu .uMenuRoot > li {
  display: block;
  border-left: 1px solid #d5d5d5;
  font-size: 13px;
  display: inline-block;
}
.main-menu .uMenuRoot > li > a {
  position: relative;
  line-height: 35px;
  height: 35px;
  padding: 0 25px;
}
.main-menu .uMenuRoot > li:hover > a,
.main-menu .uMenuRoot > li > .uMenuItemA,
.main-menu .uMenuRoot > .active-item > a {
  color: #3fa831;
}
.main-menu li > em {
  display: none;
}
.main-menu li ul {
  display: none;
  min-width: 110px;
  -webkit-box-shadow: 0 1px 3px rgba(150, 150, 150, 0.5);
  -moz-box-shadow: 0 1px 3px rgba(150, 150, 150, 0.5);
  box-shadow: 0 1px 3px rgba(150, 150, 150, 0.5);
  white-space: nowrap;
  background-color: #fff;
}
.main-menu li:hover > ul {
  position: absolute;
  top: 99%;
  right: 0;
  z-index: 10;
  display: block !important;
}
.main-menu li li a {
  display: block;
  width: 100%;
  text-align: left;
  line-height: 40px;
  color: #949494;
  padding: 0 20px;
}
.main-menu li li:hover > a {
  background-color: #e3e3e3;
  color: #000;
  -webkit-transition: none;
  -moz-transition: none;
  transition: none;
}
.main-menu li li .uMenuItemA,
.main-menu li .active-item {
  background-color: #f7f7f7;
}
.main-menu li ul li:hover > ul {
  position: absolute;
  top: 0;
  right: 100%;
  z-index: 10;
  display: block;
}
.show-menu {
  display: none;
}
/*------------------------------------*\
    $Middle
\*------------------------------------*/
/*--- slider ---*/
.slider {
  overflow: hidden;
}
.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  clear: both;
  padding-bottom: 40px;
}
.bx-wrapper img {
  max-width: 100%;
  display: block;
}
.bx-wrapper .bx-viewport {
  left: -42px;
  padding: 0 42px;
  border-top: 1px solid #e3e3e3;
  -webkit-transform: translatez(0);
  -moz-transform: translatez(0);
  -ms-transform: translatez(0);
  -o-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-prev,
.bx-wrapper .bx-next {
  position: absolute;
  top: 50%;
  margin-top: -11px;
  width: 40px;
  outline: 0;
  text-indent: 150%;
  z-index: 1000;
  white-space: nowrap;
  overflow: hidden;
  background: url('/img/slide-arr.png') no-repeat 0 0;
  width: 9px;
  height: 17px;
}
.bx-wrapper .bx-prev {
  left: -42px;
}
.bx-wrapper .bx-next {
  right: -42px;
  background-position: -9px 0;
}
.bx-wrapper .bx-prev:hover {
  background-position: 0 -17px;
}
.bx-wrapper .bx-next:hover {
  background-position: -9px -17px;
}
.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}
/*------------------------------------*\
    $Search
\*------------------------------------*/
.search {
  float: right;
  width: 260px;
}
.queryField {
  padding: 6px 44px 7px 10px !important;
  width: 100%;
  height: 28px;
  border: 1px solid #e3e3e3;
  vertical-align: top;
  box-sizing: border-box;
}
[type="submit"].searchSbmFl {
  padding: 7px;
  height: 28px;
  width: 34px;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  background: url('/img/srch.png') no-repeat 50% 50%;
  text-indent: 200%;
  white-space: nowrap;
  overflow: hidden;
}
.search .searchForm {
  position: relative;
}
.search .searchSbmFl {
  position: absolute;
  top: 0px;
  right: 0px;
}
/*------------------------------------*\
    $Paginator
\*------------------------------------*/
.switchActive,
.swchItemA,
.pgSwchA {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.pagesBlock1 {
  margin: 0;
  text-align: center;
  display: block;
}
.catPages1 {
  padding: 4px 0;
  margin-bottom: 10px;
}
.switchActive,
.switchDigit,
.switchBack,
.switchNext,
.swchItemA,
.swchItem,
.pgSwchA,
.pgSwch,
.pagesInfo {
  font: 300 1.0769230769230769em 'Open Sans', sans-serif;
  display: inline-block;
  padding: 5px 6px;
  color: #000;
}
.switchBack:hover,
.switchNext:hover,
.swchItem:hover,
.pgSwch:hover {
  text-decoration: none;
  color: #3fa831;
}
.swchItemA,
.pgSwchA {
  color: #fff;
  background-color: #000;
}
.switches {
  background-color: #f7f7f7;
  margin: 5px 0;
  padding: 0 5px 0 17px;
}
.pgSwchA b {
  font-weight: 300;
}
/*------------------------------------*\
    $Content
\*------------------------------------*/
.moder-panel {
  float: right;
}
.post {
  padding-bottom: 35px;
}
.post-in {
  padding-bottom: 27px;
}
.post-img-w {
  max-height: 200px;
  overflow: hidden;
  margin-bottom: 25px;
}
.post-img {
  width: 100%;
}
.post-ttl {
  line-height: 1.2;
  margin-bottom: 35px;
}
.post-ttl a {
  color: #000;
}
.post-ttl a:hover {
  text-decoration: none;
  color: #3fa831;
}
.post-img {
  width: 100%;
}
.post-det {
  border-top: 1px solid #e3e3e3;
  border-bottom: 1px solid #e3e3e3;
  height: 44px;
  line-height: 44px;
  margin-top: 25px;
}
.post-d-itm {
  display: inline-block;
  padding: 0 15px 0 22px;
  color: #3FA831;
}
.post-d-itm.add {
  background: url('/img/clock.png') no-repeat 0 50%;
}
.post-d-itm.read {
  background: url('/img/eye.png') no-repeat 0 50%;
}
.post-d-itm.comm {
  background: url('/img/comm.png') no-repeat 0 50%;
}
.date {
  padding-left: 3px;
}
.base .u-comboeditcell,
.base .u-combo {
  border: 0 !important;
  background: none !important;
}
.base input.u-comboedit:active {
  border-bottom-width: 2px !important;
  margin-top: 2px !important;
}
#doSmbBt,
.u-combobut {
  display: none;
}
.u-combolist {
  border: 1px solid #e3e3e3 !important;
}
.phtTdMain {
  padding-bottom: 20px;
}
/*------------------------------------*\
    $Comment
\*------------------------------------*/
.comments {
  padding-top: 40px;
}
.comm-itm {
  border-bottom: 1px solid #e3e3e3;
  padding: 12px 0 12px 50px;
  background: url('/img/comm-i.png') no-repeat 0 27px;
}
.comm-num {
  padding-bottom: 16px;
}
.comm-det {
  font-style: italic;
  color: #3fa831;
}
.comm-add {
  padding-bottom: 7px;
}
.comm-b {
  padding-bottom: 25px;
}
.smiles {
  border-spacing: 0;
}
input[type="button"].uSpoilerButton {
  padding: 3px 5px;
}
.commTable {
  padding: 10px 0;
}
.commTd2 {
  padding-bottom: 12px;
}
.commTable .commSbmFl {
  float: left;
}
.wysibb-body {
  border: none;
}
/*------------------------------------*\
    $Sidebar
\*------------------------------------*/
.sidebar {
  padding-top: 25px;
  border-right: 1px solid #e3e3e3;
}
.sidebox ul,
.sidebox li {
  list-style-position: inside;
  list-style: none;
}
.sidebox-ttl {
  font-size: 1.2307692307692308em;
  line-height: 1.2;
  color: #fff;
  background-color: #0a0a0a;
  padding: 8px 20px;
}
.sidebox-bd {
  padding: 20px 20px 40px;
}
.sidebox-bd.categories {
  padding: 0 0 40px;
}
.pollQue {
  padding-bottom: 5px;
  color: #000;
  font-weight: 400;
}
.answer {
  padding: 5px 0;
}
.answer input,
.answer label {
  vertical-align: bottom;
}
.answer label {
  padding-left: 8px;
  font-weight: 300;
}
.pollButton {
  text-align: left;
  padding: 17px 0;
}
.pollTot {
  font-style: italic;
}
.pollTot span,
.pollLnk {
  color: #3fa831;
}
.pollLnk a {
  white-space: nowrap;
  font-style: italic;
}
.promotions-l {
  padding: 0;
  margin: 0;
}
.promotions-l li {
  padding-left: 12px;
  position: relative;
  padding-bottom: 15px;
}
.promotions-l li:before {
  content: '';
  position: absolute;
  display: block;
  top: 8px;
  left: 0;
  border-left: 4px solid #3fa831;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.cat-blocks {
  border-bottom: 1px solid #e3e3e3;
}
.cat-blocks.gTable {
  margin-top: 0;
  border-top: none;
}
.cat-blocks [id^="blocks-rt"] {
  height: 36px;
  line-height: 35px;
  border-top: 1px solid #e3e3e3;
  color: #000;
  padding: 0 5px 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.cat-blocks [id^="blocks-rt"]:first-child {
  border-top: none;
}
.cat-blocks [id^="blocks-rt"]:before {
  content: '';
  margin-right: 7px;
  display: inline-block;
  border-left: 4px solid #000;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
  width: 0;
  height: 0;
  -webkit-transition: transform 0.2s ease;
  transition: transform 0.2s ease;
}
.cat-blocks [id^="blocks-rt"]:hover,
.cat-blocks [id^="blocks-rt"].active {
  color: #3fa831;
  cursor: pointer;
}
.cat-blocks [id^="blocks-rt"].active:before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg);
}
.cat-blocks ul {
  padding: 0 0 0 32px;
}
.cat-blocks ul a {
  color: #000;
}
.cat-blocks ul a:hover {
  color: #3fa831;
}
/*------------------------------------*\
    $Home page
\*------------------------------------*/
.banner {
  position: relative;
  padding: 0;
  margin: 0;
}
.banner-dscr {
  background-color: #3fa831;
  background-color: rgba(63, 168, 49, 0.9);
  padding: 30px 50px 30px 25px;
  color: #fff;
  position: absolute;
  left: 0;
  bottom: 30px;
}
.service {
  padding: 50px 0 45px;
  border-bottom: 1px solid #e3e3e3;
  margin: 0;
}
.service li {
  display: block;
  float: left;
  height: 105px;
  width: 313px;
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 30px 0 75px;
  margin-bottom: 45px;
}
.serv-num {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -26px;
  width: 56px;
  height: 56px;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  font-size: 30px;
  background-color: #3fa831;
}
.serv-ttl {
  text-transform: uppercase;
  color: #000;
  font-size: 1.5384615384615385em;
  padding-bottom: 5px;
}
.first-word {
  color: #3fa831;
}
.goods-inf {
  padding-top: 35px;
  border-bottom: 1px solid #e3e3e3;
}
.goods-inf .ttl {
  display: inline-block;
  margin-bottom: 35px;
}
.goods-all {
  float: right;
  display: inline-block;
  margin-top: 5px;
}
.goods-list {
  padding: 0;
  margin: 0;
}
.goods-list .list-item {
  width: 212px;
  margin: 0 0 0 29px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  float: left;
  padding: 0 0 18px;
  height: 340px;
}
#goods_cont .goods-list {
  padding-top: 20px;
}
.goods-list .list-item:first-child,
.goods-list .list-item.left-i {
  margin-left: 0;
}
.good-lnk {
  font-size: 1.3846153846153846em;
}
.good-photo-lnk {
  overflow: hidden;
  width: 210px;
  height: 205px;
  display: block;
  border: 1px solid #e3e3e3;
  margin-bottom: 20px;
}
.good-photo-lnk:hover {
  border-color: #3fa831;
}
.good-photo-lnk img {
  vertical-align: middle;
}
.news-inf {
  padding-top: 35px;
}
.news-inf .ttl {
  margin-bottom: 25px;
}
.news-i {
  margin-left: 30px;
}

.infTable .infTd {
  vertical-align: top;
}

.infTable .infTd:first-child .news-i {
  margin-left: 0;
}
.news-ttl {
  padding: 20px 0 10px;
  border-bottom: 1px solid #3fa831;
  position: relative;
  min-height: 65px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news-inf-date {
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 54px;
  height: 54px;
  margin-top: -27px;
  border-radius: 28px;
  background-color: #f5f5f5;
  color: #000;
  line-height: 1;
  padding: 14px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}
.news-ttl-lnk {
  font-size: 1.5384615384615385em;
  line-height: 1.2;
  display: inline-block;
  margin-left: 75px;
}
/*------------------------------------*\
    $Footer
\*------------------------------------*/
.footer {
  width: 100%;
  min-width: 1000px;
  padding-top: 52px;
  background: url('/img/footer.jpg') repeat 0 0;
}
.footer a {
  color: #26C011;
}
.footer a:hover {
  color: #38fd1d;
  text-decoration: none;
}
.foot-wrap {
  width: 1000px;
  margin: 0 auto;
}
.foot-inf {
  padding-bottom: 60px;
}
.foot-inf-i {
  float: left;
  width: 33%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.foot-inf-ttl {
  font-size: 1.3846153846153846em;
  color: #fff;
  padding-bottom: 17px;
}
.lnk-l {
  padding: 0;
  margin: 0;
  list-style: none inside;
}
.lnk-l li {
  padding-bottom: 5px;
}
.lnk-l li:before {
  content: '';
  display: inline-block;
  width: 11px;
  height: 8px;
  background: url('/img/check.png') no-repeat 0 0;
  margin-right: 13px;
}
.foot-prom-i {
  width: 230px;
  line-height: 1.5;
}
.foot-prom-i p {
  padding: 0;
  margin: 0;
}
.foot-prom-ttl {
  display: block;
  padding-right: 20px;
  width: 210px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 1.3846153846153846em;
  background: url('/img/footer-inf.png') no-repeat 100% 50%;
}
.addr {
  padding: 10px 0 8px;
}
.phone {
  font-weight: 400;
  color: #fff;
  font-size: 1.2307692307692308em;
  padding-top: 15px;
}
.addr:before,
.phone:before {
  content: '';
  display: inline-block;
  width: 16px;
  height: 16px;
  padding-right: 12px;
  vertical-align: baseline;
  margin-top: 2px;
}
.addr:before {
  background: url('/img/home.png') no-repeat 0 50%;
}
.phone:before {
  background: url('/img/phone.png') no-repeat 0 50%;
}
.copy {
  padding: 25px 0 20px;
  border-top: 1px solid #555859;
  line-height: 1.4;
}
.soc-l {
  float: right;
  padding: 0;
  margin: 0;
}
.soc-i {
  display: inline-block;
  vertical-align: middle;
  width: 21px;
  height: 20px;
  margin: 5px 0 0 5px;
  padding: 0;
}
.soc-i-lnk {
  background: url('/img/soc-i.png') no-repeat 0 0;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  width: 21px;
  height: 20px;
  display: block;
}
.soc-i-lnk.twitter {
  background-position: 0 0;
}
.soc-i-lnk.twitter:hover {
  background-position: -30px 0;
}
.soc-i-lnk.facebook {
  background-position: 0 -30px;
}
.soc-i-lnk.facebook:hover {
  background-position: -30px -30px;
}
.soc-i-lnk.vimeo {
  background-position: 0 -60px;
}
.soc-i-lnk.vimeo:hover {
  background-position: -30px -60px;
}
.soc-i-lnk.you-tube {
  background-position: 0 -90px;
}
.soc-i-lnk.you-tube:hover {
  background-position: -30px -90px;
}
/*------------------------------------*\
    $Forum
\*------------------------------------*/
.forum-page .middle {
  margin: 0;
  padding-bottom: 60px;
}
.forum-nav {
  margin-bottom: 30px;
  padding: 10px 0 6px;
  background-color: #f5f5f5;
  -webkit-box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
  box-shadow: 0px 2px 4px -2px rgba(50, 50, 50, 0.3);
}
.fNavLink {
  display: inline-block;
  background-color: #000;
  font-size: 14px;
  line-height: 34px;
  font-weight: 400;
  padding: 0 15px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  margin-right: 3px;
  color: #fff;
}
.fNavLink:hover {
  background-color: #3fa831;
  color: #fff;
  text-decoration: none;
}
.fNavLink:first-child {
  background-color: #3fa831;
}
.fNavLink:first-child:hover {
  background-color: #000;
}
.gTable {
  border-spacing: 0;
  background-color: transparent;
  border-collapse: collapse;
}
.gTableTop {
  font: 300 1.8461538461538463em 'Open Sans', sans-serif;
  color: #000;
  padding: 5px 20px 35px;
}
.gTableTop .catLink,
.gTableTop a {
  color: #000;
}
.forumContent #subscribe {
  font-weight: normal;
  font-size: 13px;
}
.gTableBody {
  padding: 15px !important;
}
.forumLastPostTd,
.threadLastPostTd {
  background-color: #fafafa;
}
.fFastSearchTd {
  position: relative;
}
input[type="text"].fastSearch {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 30px !important;
  height: 25px;
  font-style: normal;
}
input[type="submit"].fastSearch {
  margin: -14px 0 0;
  padding: 0;
  width: 30px;
  height: 25px;
}
input[type="button"].fastNav,
input[type="submit"].fastNav,
#forum_filter input[type="submit"],
.userSchFrm input[type="submit"] {
  padding: 5px 7px;
}
.gTableBottom {
  padding: 4px 0;
}
.postNameFl,
.postDescrFl {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin-top: 5px;
}
#frM60 {
  padding-top: 10px;
}
#frM58 input,
#frM60 input,
#bc34 input {
  width: auto !important;
}
.forum,
.threadLink {
  font: 300 1.5384615384615385em 'Open Sans', sans-serif;
  position: relative;
  padding-left: 15px;
}
.forum:before,
.threadLink:before {
  content: '';
  position: absolute;
  display: block;
  top: 50%;
  margin-top: -4px;
  left: 0;
  border-left: 4px solid #3fa831;
  border-top: 4px solid transparent;
  border-bottom: 4px solid transparent;
}
.gTableSubTop,
.postTdTop {
  padding-left: 15px;
  padding-right: 15px;
}
.gTableSubTop {
  text-align: left;
  background-color: #f7f7f7;
  height: 27px;
}
.gTableSubTop a {
  color: #949494;
}
.postTdTop {
  background-color: #f7f7f7;
}
.forum-subtop td:first-child,
.threadIcoTd,
.forumIcoTd {
  display: none;
}
.forumNameTd,
.forumThreadTd,
.forumPostTd,
.forumLastPostTd,
.threadNametd,
.threadPostTd,
.threadViewTd,
.threadAuthTd,
.threadLastPostTd {
  padding: 15px;
  border-bottom: 1px solid #e3e3e3;
}
.threadNametd,
.forumNameTd {
  padding-left: 20px;
}
.forum-subtop td:first-child + td {
  padding-left: 55px;
}
.forumThreadTd,
.threadPostTd {
  position: relative;
}
.forumThreadTd:before,
.threadPostTd:before {
  position: absolute;
  display: block;
  content: '';
  background-color: #ebebeb;
  width: 1px;
  height: 20px;
  left: 0;
  top: 50%;
  margin-top: -10px;
}
.forumDescr,
.threadDescr {
  padding-top: 3px;
  padding-left: 15px;
}
.threadsDetails {
  border-top: 1px solid #e8e8e8;
}
.funcBlock {
  color: #000;
}
#filter_by {
  margin-right: 5px;
}
.funcLink {
  font-size: 1.0769230769230769em;
}
.threadsDetails {
  padding: 5px 5px 3px;
}
.forumOnlineBar {
  padding: 2px 5px 5px;
}
#allSmiles a {
  font-size: 13px !important;
}
#addform input[type="checkbox"] {
  margin-right: 3px;
}
.switches {
  padding: 2px;
  background-color: #F7F7F7;
  margin: 5px 0;
}
.middle .postTable {
  border-spacing: 0;
  border-bottom: 1px solid #e3e3e3;
  border-collapse: collapse;
}
.forumIcoTd,
.threadIcoTd {
  border-left: none;
}
.gTableBody1 {
  border-left: 1px solid #e3e3e3;
}
.gTableRight,
.gTableBody1 {
  border-bottom: 1px solid #e3e3e3;
}
.gTableRight#frM58 {
  padding-right: 10px;
}
.postTdInfo {
  border-right: 1px solid #e3e3e3;
}
.postBottom,
.postTdTop {
  padding: 3px 15px;
}
.postTdTop {
  border-bottom: 1px solid #e3e3e3;
}
.postBottom {
  border-top: 1px solid #e3e3e3;
}
.postBottom .forum-bd {
  background-color: transparent;
}
.forumModerFuncsT {
  padding: 5px 0;
}
#frM53 .gTableRight {
  border: none;
}
.postTdInfo,
.posttdMessage {
  padding: 15px;
}
.gTableLeft,
.postTdInfo {
  padding-left: 5px;
  text-align: center;
}
.forumMemSwch,
.forumMemNum {
  padding: 5px;
}
#frM57,
#frM58 {
  padding-top: 5px;
}
#frM60,
.searchSubmitFl,
.userSchFrm,
#forum_filter {
  padding-bottom: 5px;
}
#allSmiles a:hover {
  text-decoration: underline;
}
.gTableLeft .smiles {
  display: inline-block;
}
.searchQueryFl {
  margin-bottom: 5px;
}
#thread_search_field {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 150px !important;
}
#thread_search_button {
  margin-top: 0 !important;
}
#addform input[type="checkbox"] {
  margin-right: 3px;
}
/*------------------------------------*\
    $Popup
\*------------------------------------*/
.popup {
  background: #fff;
  width: 679px;
  position: relative;
  padding: 30px 30px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  margin: 0 auto;
}
.popup-ttl {
  font: 300 1.8461538461538463em 'Open Sans', sans-serif;
  color: #000;
  margin-bottom: 35px;
}
.popup-bd input[type="submit"],
.popup-bd input[type="button"],
.popup-bd input[type="reset"] {
  padding: 4px 5px;
}
.popup-bd hr {
  clear: both;
}
#block22 {
  padding: 7px 0;
}
#block22 a {
  padding: 0 12px;
}
#block22 b {
  font-weight: normal;
}
.popup-bd input[type="checkbox"] {
  margin: 0 5px;
}
.popup-bd #usch {
  padding: 7px 0;
}
.udtlb {
  padding-right: 40px;
  white-space: nowrap;
  color: #000;
}
input[type="button"].allUsersBtn,
input[type="submit"].uSearchFlSbm {
  width: auto !important;
}
.popup-bd > hr {
  clear: both;
}
/*------------------------------------*\
    $shop
\*------------------------------------*/
.good-ttl {
  margin-bottom: 35px;
}
.to-basket {
  padding: 0 12px 0 45px !important;
  height: 35px;
  line-height: 35px !important;
  background: #3fa831 url('/img/cart.png') no-repeat 10px 50% !important;
}
.to-basket:hover {
  background-color: #53c844 !important;
}
.price-b {
  float: right;
  width: 150px;
  text-align: right;
  line-height: 1.1;
}
.price {
  font-size: 1.5384615384615385em;
  font-weight: bold;
  color: #000;
  display: inline-block;
  padding-left: 23px;
  background: url('/img/tag.png') no-repeat 0 50%;
}
.stock-y {
  color: #3fa831;
}
.gphoto {
  border: 1px solid #e3e3e3;
}
.gphoto-b .gphoto:hover {
  cursor: pointer;
}
.gphoto.small {
  margin: 2px;
}
.gphoto.big + .gphoto.small {
  margin-left: 0;
}
.good-amt {
  padding: 15px 0;
  display: inline-block;
}
.good-amt span {
  color: #000;
  font-weight: normal;
}
.good-amt input {
  text-align: center;
}
.shop-options {
  margin: 0;
  padding: 0 0 15px;
  list-style: none;
}
.opt {
  color: #000;
  font-weight: normal;
}
.shop-options .val {
  font-weight: normal !important;
}
.shop-info {
  border-bottom: 1px solid #e3e3e3;
  margin: 27px 0;
  padding: 0  0 30px !important;
}
.shop-info h3 {
  color: #000;
  font-size: 1.3846153846153846em;
  margin: 20px 0;
}
.shop-info ul {
  padding: 0;
  list-style-position: inside;
}
