* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
  padding: 0;
  min-width: 360px;
  font: 14px/18px Tahoma, Arial, sans-serif;
  color: #fff;
  background: #050505;
}
img {
  max-width: 100%;
  height: auto;
  border: 0;
}
a {
  color: #069;
}
a:hover,
.more a:hover,
.header .header_logo a:hover {
  color: #00712f;
  text-decoration: underline !important;
}
p,
h1,
h2,
h3,
h4,
h5,
h6,
ul,
ol,
li,
dl,
dt,
dd,
address {
  margin: 9px 0;
  padding: 0;
}
p:first-child,
h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
ul:first-child,
ol:first-child,
li:first-child,
dl:first-child,
dt:first-child,
dd:first-child,
address:first-child {
  margin-top: 0;
}
p:last-child,
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
ul:last-child,
ol:last-child,
li:last-child,
dl:last-child,
dt:last-child,
dd:last-child,
address:last-child {
  margin-bottom: 0;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 18px 0 9px;
  font-size: 28px;
  line-height: 1.3;
  font-weight: normal;
}
h2 {
  font-size: 26px;
}
h3 {
  font-size: 24px;
}
h4 {
  font-size: 18px;
}
h5 {
  font-size: 16px;
}
h6 {
  font-size: 14px;
  font-weight: bold;
}
h1 + h2,
h2 + h3,
h3 + h4,
h4 + h5,
h5 + h6 {
  margin-top: 9px;
}
li {
  margin: 9px 0 9px 3em;
}
address {
  font-style: normal;
}
hr {
  overflow: hidden;
  display: block;
  width: 100%;
  height: 1px;
  padding: 0;
  border: 0;
  margin: 0 0 -1px 0;
  line-height: 0;
  color: #dadada;
  background: #dadada;
}
hr._special {
  height: 5px;
  margin: 0;
  color: transparent;
  background: transparent url(css/fe/../../images/fe/hr.png) repeat-x 50% 0;
}
input[type='text'],
input[type='password'],
input[type='submit'],
textarea,
select,
button,
.button {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 5px 8px;
  margin: 0;
  border: 1px solid #dadada;
  font: 14px/18px Helvetica, Arial, sans-serif;
  color: #050505;
  background: #fff;
  vertical-align: middle;
  border-radius: 0;
}
input[type='text']._warn,
input[type='password']._warn,
input[type='submit']._warn,
textarea._warn,
select._warn,
button._warn,
.button._warn {
  border-color: #cf0000;
}
button,
input[type='submit'],
.button {
  padding: 5px 10px;
  font-size: 13px;
  font-weight: bold;
  border-color: transparent;
  cursor: pointer;
  color: #fff;
  background: #2b2b2b;
  text-decoration: none;
  -webkit-appearance: none;
}
button:hover,
input[type='submit']:hover,
.button:hover {
  color: #fff;
  text-decoration: none !important;
}
button._alt,
input[type='submit']._alt,
.button._alt {
  font-weight: normal;
  color: #fff;
  background: #00712f;
}
button._big,
input[type='submit']._big,
.button._big {
  padding: 0.4em 0.6em;
  font-size: 1.8em;
  line-height: 1;
}
.flexiform input[type="text"],
.flexiform input[type="password"],
.flexiform textarea {
  width: 100%;
}
.inputSearch {
  position: relative;
}
.inputSearch input {
  width: 100%;
  padding-right: 30px;
}
.inputSearch button {
  position: absolute;
  top: 1px;
  bottom: 1px;
  right: 1px;
  width: 29px;
  background: url(css/fe/../../images/fe/icon_search.png) no-repeat 50% 50%;
}
.small {
  font-size: 12px;
}
.big {
  font-size: 1.6em;
  line-height: 1;
}
.quote {
  padding: 0 10%;
  text-align: center;
}
.link {
  color: #069;
}
.fade {
  color: #828282;
}
.firm {
  color: #1dbf02;
}
.firm_alt {
  color: #00712f;
}
.warn {
  color: #cf0000;
}
.succ {
  color: #2c9a00;
}
.float_left {
  clear: left;
//  float: left;
  margin: 0 1em 0.4em 0;
}
.float_right {
  clear: right;
  float: right;
  margin: 0 0 0.4em 1em;
}
.symbol {
  text-decoration: none;
}
.symbol:hover {
  color: inherit;
  text-decoration: none !important;
}
.inlines {
  margin-left: -27px;
}
.inline_el {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0 17px 27px;
  vertical-align: top;
}
.h_alt {
  font-size: 14px;
  line-height: 18px;
}
.flat {
  margin-top: 0;
}
.cleartop:before,
.more:before {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.clear:after,
.wrap:after {
  content: "";
  clear: both;
  display: block;
  height: 0;
}
.more {
  margin: 18px 0;
  color: #828282;
}
.more a {
  color: #828282;
}
table.struct {
  padding: 0;
  margin: 0;
  border-collapse: collapse;
}
table.struct th,
table.struct td {
  padding: 0;
  margin: 0;
}
form.fblock {
  padding: 10px 15px;
  border: 1px solid #dadada;
}
form.fblock input:not([type="submit"]) {
  width: 100%;
}
form.fblock table {
  width: 100%;
}
form.fblock td {
  padding: 5px 0;
}
.cont {
  float: left;
  width: 100%;
  margin-bottom: 18px;
}
.cont._left,
.cont._right {
  width: 50%;
  padding-right: 20px;
  margin-bottom: 9px;
}
.cont._right {
  float: right;
  padding-right: 0;
  padding-left: 20px;
}
.navlist {
  list-style: none;
  margin: 0;
  padding: 0;
}
.navlist > li {
  margin: 0;
  padding: 0;
}
.navlist._inline > li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.navlist._inline > li:before {
  content: '|';
  margin: 0 1.2em 0 0.9em;
  color: #828282;
}
.navlist._inline > li:first-child:before {
  content: none;
}
.linklist {
  font-size: 16px;
}
.linklist li {
  margin-left: 1.4em;
  list-style: none;
  color: #050505;
}
.linklist li:before {
  content: '•';
  float: left;
  margin-left: -0.9em;
  color: #069;
}
.linklist li._active,
.linklist li._active > a,
.linklist li._active:before {
  color: #00712f;
}
.fancyhelp {
  position: relative;
  top: -1px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 13px;
  height: 13px;
  padding: 1px;
  border: 1px solid #dadada;
  font-size: 10px;
  line-height: 1;
  text-align: center;
  text-decoration: none;
  color: #828282;
  background: #fff;
  border-radius: 3px;
}
.fancyhelp:hover {
  text-decoration: none !important;
}
.wrap {
  max-width: 1200px;
  min-width: 320px;
  margin: 0 auto;
}
.header {
  color: #050505;
  background: #fff;
  font-family: "Trebuchet MS", Tahoma, Arial, sans-serif;
  font-size: 15px;
}
.header .col {
  padding-top: 0;
  padding-bottom: 0;
}
@media only screen and (min-width: 960px) {
  .header .col._c3 {
    width: 21%;
  }
  .header .col._c9 {
    width: 75%;
  }
}
.header .header_logo {
  margin: 0.4em 0 0.1em;
  font-size: 24px;
  line-height: 1;
}
.header .header_logo a {
  color: #fff;
}
.header ._c8 {
  text-align: right;
}
.header .navlist {
  margin: 1.2em 0;
  font-weight: bold;
  text-align: right;
  text-transform: uppercase;
}
.header .navlist ._active b,
.header .navlist ._active a,
.header .navlist a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.5em 0;
  color: #050505;
  text-decoration: none;
  white-space: nowrap;
}
.header .navlist ._active b:hover,
.header .navlist ._active a:hover,
.header .navlist a:hover {
  color: #2b902f;
}
.header .navlist ._active b,
.header .navlist ._active a {
  color: #2b902f;
}
.header .navlist li {
  margin: 2px 0.6em;
}
.header .navlist li:before {
  content: none;
}
.header .navlist .header_call a {
  padding: 0.5em 0.7em;
  font-weight: normal;
  text-decoration: none;
  background-color: #1dbf02;
  border-radius: 3px;
}
.header .navlist .header_call a:hover {
  color: #fff;
}
.header .navlist .header_tel a {
  padding: 0.5em 0 0.5em 30px;
  color: #2b902f;
  background: url(css/fe/../../images/fe/icn_phone.svg) no-repeat 0 50%;
  background-size: 23px 22px;
  white-space: nowrap;
}
@media only screen and (max-width: 640px) {
  .header .navlist .header_tel a {
    padding-right: 30px;
  }
}
.header_cart {
  font-style: normal;
  white-space: nowrap;
}
.header_cart:before {
  content: none !important;
}
.header_cart a {
  padding-left: 30px !important;
  color: #fff;
  background: url(css/fe/../../images/fe/cart.png) no-repeat 8px 45%;
}
.header_cart a strong {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 18px;
  height: 18px;
  text-align: center;
  font-size: 12px;
  font-weight: normal;
  color: #fff;
  background: #00712f;
  border-radius: 50%;
}
.promo {
  position: relative;
  margin: 9px 0;
}
.promo_screen {
  overflow: hidden;
  height: 250px;
}
.promo_frame {
  display: none;
  position: relative;
}
.promo_frame:first-child {
  display: block;
}
.promo_frame ul.prodlist {
  margin: 0;
}
.promo_frame ul.prodlist li {
  width: 100%;
  max-width: none;
  margin: 0;
}
.promo_frame ul.prodlist li ._img {
  margin-left: auto;
  margin-right: auto;
}
.promo_controls {
  text-align: center;
}
.promo_controls > span {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 10px;
  height: 10px;
  margin: 0 5px 5px;
  border: 1px solid #dadada;
  border-radius: 50%;
  background: #fff;
  background: rgba(255,255,255,0.75);
  cursor: pointer;
  -webkit-box-shadow: 0 0 3px rgba(5,5,5,0.2);
  -moz-box-shadow: 0 0 3px rgba(5,5,5,0.2);
  box-shadow: 0 0 3px rgba(5,5,5,0.2);
}
.promo_controls > span._active {
  border-color: #1dbf02;
  background: #1dbf02;
  background: rgba(29,191,2,0.75);
  cursor: default;
}
.promo_controls > span._animated {
  border-color: rgba(29,191,2,0.75);
}
.hpromo {
  position: relative;
  max-width: 1600px;
  margin: 0 auto;
  color: #050505;
  background: #fff;
}
.hpromo_frame {
  position: relative;
  display: none;
}
.hpromo_frame:first-child {
  display: block;
}
.hpromo_frame img {
  display: block;
}
.hpromo_text {
  position: absolute;
  top: 2.5em;
  left: 15%;
  max-width: 19.8em;
  padding: 10px;
  margin: 0;
  line-height: 1.2;
  font-size: 20px;
  font-weight: bold;
  font-style: italic;
  color: #fff;
  text-shadow: 0 1px 0 #050505 !important;
}
.hpromo_text strong {
  display: block;
  font-size: 2em;
}
.hpromo_control {
  position: absolute;
  top: 50%;
  left: 7%;
  width: 40px;
  height: 70px;
  margin-top: -35px;
  cursor: pointer;
  border-radius: 3px;
  background: url(css/fe/../../images/fe/hpromo_arrow_left.png) no-repeat 50% 50%;
}
.hpromo_control._right {
  left: auto;
  right: 7%;
  background-image: url(css/fe/../../images/fe/hpromo_arrow_right.png);
}
.hpromo_control:hover {
  background-color: rgba(5,5,5,0.65);
}
.hpromo._alt .wrap {
  position: relative;
}
.hpromo._alt .hpromo_frame {
  height: 165px;
  background-repeat: no-repeat;
  background-position: 50% 0;
}
.hpromo._alt .hpromo_text {
  top: 2.3em;
  left: auto;
  right: 4%;
  max-width: 19.8em;
  padding: 0;
  line-height: 1.4;
  font-size: 18px;
  font-weight: normal;
  font-style: normal;
  text-align: right;
}
.hpromo._alt .hpromo_text strong {
  line-height: 1;
  font-size: 34px;
  font-weight: normal;
}
ul.breadcrumbs {
  margin-top: 0.5em;
  list-style: none;
  font-size: 12px;
  color: #828282;
  cursor: default;
}
ul.breadcrumbs li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0;
}
ul.breadcrumbs li + li:before {
  content: '→';
  margin: 0 1em 0 0.7em;
}
ul.paginator {
  clear: both;
  margin-top: 0.5em;
  list-style: none;
  font-size: 14px;
  color: #828282;
  cursor: default;
}
ul.paginator li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.5em 0 0;
}
ul.paginator li._prev:before {
  content: '←';
  margin-right: 0.5em;
}
ul.paginator li._next:after {
  content: '→';
  margin-left: 0.5em;
}
ul.paginator li._active {
  padding: 0 0.4em;
  color: #fff;
  background: #069;
}
.plate {
  padding: 12px 16px;
  background: #f5f5f5;
}
.content {
  color: #050505;
  background: #fff;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  text-shadow: 0 1px 0 #fff;
}
article h1 {
  font-weight: bold;
}
.table {
  width: 100%;
  margin: 9px 0;
  border-collapse: collapse;
}
.table th,
.table td {
  padding: 9px;
  vertical-align: top;
}
.table th {
  font-size: 12px;
  font-weight: normal;
  color: #dadada;
  background: #2b2b2b;
}
.table td {
  border-bottom: 1px solid #dadada;
}
.gallery {
  padding: 0;
  margin: 0 0 0 -29px;
}
.gallery img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 160px;
  margin: 0 0 20px 29px;
  vertical-align: top;
}
.catalogGallery {
  float: left;
  width: 100%;
  margin: 2px 20px 20px -8px;
}
.catalogGallery a {
  float: left;
  width: 160px;
  height: 120px;
  line-height: 20px;
  margin: 0 0 8px 8px;
  text-align: center;
}
.catalogGallery a._bigimg {
  width: 328px;
  height: auto;
  line-height: 1;
}
.catalogGallery a img {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
  max-height: 100%;
  vertical-align: bottom;
}
.prodlist {
  padding: 0;
  margin: 0 0 0 -25px;
  list-style: none;
  font-size: 0;
}
.prodlist li {
  position: relative;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 160px;
  margin: 0 0 20px 25px;
  font-size: 14px;
  vertical-align: top;
}
.prodlist li ._item {
  display: block;
  margin-bottom: 0.3em;
  text-decoration: none !important;
}
.prodlist li ._item img {
  display: block;
  max-width: 100%;
}
.prodlist li ._img {
  display: block;
  width: 160px;
  height: 120px;
  line-height: 120px;
  margin-bottom: 1em;
}
.prodlist li ._img img {
  max-height: 100%;
  display: inline-block;
  *display: inline;
  *zoom: 1;
  text-align: center;
  vertical-align: top;
}
.prodlist li ._name {
  display: block;
  margin: 0.4em 0 0.3em;
  text-decoration: underline;
}
.prodlist li ._price {
  position: absolute;
  top: 14px;
  left: 0;
  padding: 0 3px;
  white-space: nowrap;
}
.prodlist li ._price._alt {
  position: static;
}
.prodlist li ._rub:before {
  content: '—';
  margin-right: -10px;
  font-size: 11px;
}
.prodlist li ._text {
  display: block;
  color: #050505;
  text-decoration: none;
}
.prodlist li ._more {
  text-decoration: none !important;
}
.prodlist li ._more span {
  text-decoration: underline;
}
.prodlist li ._more:after {
  content: '→';
  margin-left: 0.35em;
}
.prodlist li ._more:hover {
  color: #00712f;
}
.prodlist li ._more_alt {
  color: #828282;
}
.prodlist._catalog {
  margin-top: 18px;
  margin-bottom: 18px;
}
.prodlist._catalog li {
  font-size: 16px;
  text-align: center;
}
.prodlist._catalog ._text {
  font-size: 14px;
}
.prodlist._catalog ._price {
  display: block;
  position: static;
  padding: 0;
  font-size: 14px;
  background: transparent;
}
.prodlist._catalog ._rub:before {
  margin-right: -11px;
  font-size: 12px;
}
.prodlist._catalog ._buy {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
  font-size: 14px;
}
.prodlist._catalog ._buy._altB {
  background: #ff791a;
}
.prodlist._catalog ._buy._done {
  background: #2b2b2b;
}
.prodlist._catalog ._other {
  font-size: 14px;
  font-style: italic;
}
.prodlist._catalog._table {
  margin-left: 0;
}
.prodlist._catalog._table li {
  float: left;
  width: 100%;
  max-width: none;
  margin: 0 0 18px;
  padding-top: 18px;
  border-top: 1px solid #dadada;
}
.prodlist._catalog._table li:first-child {
  padding-top: 0;
  border: 0;
}
.prodlist._catalog._table ._item {
  float: left;
  width: 60%;
  text-align: left;
}
.prodlist._catalog._table ._img {
  float: left;
  height: auto;
  line-height: 1;
  margin-right: 15px;
  text-align: center;
}
.prodlist._catalog._table ._nametext {
  display: block;
  overflow: hidden;
  min-width: 160px;
}
.prodlist._catalog._table ._name {
  margin: 0;
}
.prodlist._catalog._table ._text {
  margin: 0.5em 0 1em;
}
.prodlist._catalog._table ._price {
  float: left;
  width: 22%;
  min-width: 120px;
  padding: 0 15px;
  margin: 0;
  text-align: right;
}
.prodlist._catalog._table ._buy,
.prodlist._catalog._table ._other {
  float: left;
  width: 18%;
  min-width: 100px;
}
.prodlist._freeform {
  margin-left: -20px;
}
.prodlist._freeform li {
  max-width: none;
  margin-left: 20px;
}
@media only screen and (max-width: 660px) {
  .prodlist._catalog._table ._item {
    width: 100%;
  }
  .prodlist._catalog._table ._price {
    width: auto;
    padding: 0;
    text-align: left;
  }
  .prodlist._catalog._table ._buy,
  .prodlist._catalog._table ._other {
    float: right;
    width: auto;
    padding: 0;
    white-space: nowrap;
  }
}
.imgWithHover {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  position: relative;
  vertical-align: middle;
}
.imgWithHover img:first-child {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}
a:hover .imgWithHover img {
  visibility: hidden;
}
a:hover .imgWithHover img:first-child {
  visibility: visible;
}
.zoomOnHover {
  transition: all 0.5s;
}
a:hover .zoomOnHover {
  transform: scale(1.1);
}
.buyButton {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 30px;
  height: 30px;
  margin-left: 1em;
  vertical-align: middle;
  background: #00712f url(css/fe/../../images/fe/cart.png) no-repeat 50% 50%;
}
.pricetag {
  padding: 0 9px;
  font-size: 38px;
  line-height: 1;
  color: #fff;
  background: #00712f;
  text-decoration: none;
  white-space: nowrap;
}
.pricetag._altB {
  padding: 0.3em;
  font-size: 1.8em;
  background: #ff791a;
}
.pricetag._alt {
  padding: 0.3em;
  font-size: 1.8em;
}
.pricetag._catalog {
  padding: 0;
  font-size: 26px;
  color: #00712f;
  background: transparent;
}
.pricetag._catalog ._rub:before {
  margin-right: -15px;
  font-size: 16px;
}
.pricetag:not(._catalog):hover {
  color: #fff;
  text-decoration: none !important;
}
.pricetag ._rub:before {
  content: '—';
  margin-right: -24px;
  font-size: 25px;
}
.moretag {
  font-size: 26px;
  line-height: 1;
  text-decoration: none !important;
  white-space: nowrap;
}
.moretag span {
  text-decoration: underline;
}
.moretag:before {
  content: '+';
  margin: 0 0.3em;
}
.moretag:hover {
  color: #00712f;
  text-decoration: none !important;
}
.slider_head span {
  border-bottom: 1px dashed #069;
  color: #069;
  cursor: pointer;
}
.std_form dl {
  float: left;
  width: 100%;
  margin: 0;
}
.std_form dt {
  margin: 9px 0;
  float: left;
  width: 30%;
  padding-top: 0.2em;
  font-weight: bold;
}
.std_form dd {
  margin: 9px 0;
  float: right;
  width: 68%;
}
.std_form input[type='text'],
.std_form input[type='password'],
.std_form textarea,
.std_form select {
  width: 100%;
}
.std_form label + label {
  margin-left: 1em;
}
select {
  width: 100% !important;
}
.catablock {
/*  overflow: hidden; */
  min-width: 214px;
}
.socials {
  float: left;
  width: 100%;
  margin-top: 30px;
  text-align: left;
}
.socials_item {
  float: left;
  width: 50%;
  margin-bottom: 10px;
}
.icon {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  width: 16px;
  height: 16px;
  margin-right: 0.2em;
  vertical-align: middle;
  background: url(css/fe/../../images/fe/icon_1.svg) no-repeat 50% 50%;
}
.icon._list {
  background-image: url(css/fe/../../images/fe/icon_2.svg);
}
#map {
  width: 100%;
  height: 450px;
  margin: 9px 0;
}
#map img {
  max-width: none;
}
.footer {
  min-height: 220px;
  color: #fff;
  background: #050505 url(css/fe/../../images/fe/footer_bgr.png) repeat 50% 0;
}
.footer a,
.footer a:hover {
  color: inherit;
  text-decoration: none;
}
.footer a:hover {
  color: #1dbf02;
  text-decoration: underline;
}
#footerCounters {
  overflow: hidden;
  width: 100%;
  padding-top: 0.5em;
}
.footerCount {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 0.2em 0.2em 0;
}
.mobileMenu {
  clear: both;
  display: none;
  padding: 0.5em 0;
  margin: 0;
  font-style: normal;
  text-align: center;
  text-transform: uppercase;
  color: #050505;
  cursor: pointer;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.mobileMenu::before {
  content: '';
  position: relative;
  top: 2px;
  display: inline-block;
  *display: inline;
  *zoom: 1;
//  width: 13px;
  height: 12px;
//  margin-right: 0.75em;
  background: url(css/fe/../../images/fe/mobile_menu_icon.png) no-repeat 0 0;
}
.mobileMenu._active::before {
  background-position: 0 -27px;
}
._new_row {
  clear: left;
}
.col {
  position: relative;
  left: 2%;
  float: left;
  width: 8%;
  padding: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
}
.col._flat {
  padding-top: 0;
  padding-bottom: 0;
}
.col._c1 {
  width: 8%;
}
.col._c2 {
  width: 16%;
}
.col._c3 {
  width: 24%;
}
.col._c4 {
  width: 32%;
}
.col._c4._sidebar {
  width: 32%;
}
.col._c6 {
  width: 48%;
}
.col._c8 {
  width: 64%;
}
.col._c8._sidebar {
  width: 64%;
}
.col._c9 {
  width: 72%;
}
.col._c12 {
  width: 96%;
}
@media only screen and (min-width: 960px) {
  ._middle50p._alt {
    width: 50%;
    padding-right: 20px;
  }
  ._middle50p._alt:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
  ._ccWide {
    clear: left;
  }
}
@media only screen and (min-width: 640px) and (max-width: 960px) {
  .col._c1 {
    width: 16%;
  }
  .col._c2 {
    width: 32%;
  }
  .col._c2._alt {
    width: 24%;
  }
  .col._c3 {
    width: 48%;
  }
  .col._c4 {
    width: 48%;
  }
  .col._c4._alt {
    width: 96%;
  }
  .col._c8 {
    width: 96%;
  }
  .col._c9 {
    width: 48%;
  }
  ._middle50p {
    width: 50%;
    padding-right: 20px;
  }
  ._middle50p:nth-child(even) {
    padding-right: 0;
    padding-left: 20px;
  }
  ._ccMidl {
    clear: left;
  }
  .hpromo_text {
    font-size: 18px;
  }
}
@media only screen and (max-width: 640px) {
  .col._c1 {
    width: 32%;
  }
  .col._c2,
  .col._c2._alt {
    width: 48%;
  }
  .col._c3,
  .col._c4,
  .col._c4._sidebar,
  .col._c8,
  .col._c8._sidebar,
  .col._c9 {
    width: 96%;
  }
  ._ccShrt {
    clear: left;
  }
  .header .header_logo {
    text-align: center;
  }
  .header .navlist {
    display: block;
    margin-top: 0;
    text-align: center;
  }
  .header .navlist li {
    display: block;
  }
  .header .navlist li:before {
    content: none;
  }
  .header .navlist li:not(.header_cart) {
    display: none;
  }
  .header .navlist._active li {
    display: block;
  }
  .header_cart {
    margin-left: 0 !important;
  }
  .mobileMenu {
    display: block;
  }
  .hpromo_text {
    font-size: 14px;
  }
  .cont._tight100p {
    width: 100%;
    padding: 0;
  }
  .std_form dt,
  .std_form dd {
    float: left;
    width: 100%;
  }
  .std_form dt {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 320px), screen and (max-width: 320px) and (-webkit-device-pixel-ratio: 2) {
  body {
    min-width: 320px;
  }
  .catalogGallery {
    width: 270px;
    margin-right: 0;
    text-align: center;
  }
  .catalogGallery a {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    float: none;
  }
  .catalogGallery a._bigimg {
    width: 270px;
  }
  .prodlist {
    text-align: center;
  }
}
.circle {
  border-radius: 50%;
}
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
.nowrap {
  white-space: nowrap;
}
.width_auto {
  width: auto !important;
}
.align_left {
  text-align: left !important;
}
.align_right {
  text-align: right !important;
}
.align_center {
  text-align: center !important;
}
.align_top {
  vertical-align: top !important;
}
.align_bottom {
  vertical-align: bottom !important;
}
.align_middle {
  vertical-align: middle !important;
}
.margin_top_bottom {
  margin-top: 18px;
  margin-bottom: 18px;
}
.margin_top {
  margin-top: 18px;
}
.margin_bottom {
  margin-bottom: 18px;
}
.margin_left {
  margin-left: 18px;
}
.margin_right {
  margin-right: 18px;
}
.margin_left_half {
  margin-left: 9px;
}
.margin_left_quart {
  margin-left: 5px;
}

.footer a[href^="mailto"] { font-weight:bold; }

/*! fancyBox v2.1.3 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url(css/fe/fancybox/fancybox_sprite.png);
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url(css/fe/fancybox/fancybox_loading.gif) center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url(css/fe/fancybox/blank.gif); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url(css/fe/fancybox/fancybox_overlay.png);
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}