/* Yahoo! CSS Reset */
* {
  font-family: Tahoma, Arial, sans-serif;
}

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
blockquote,
th,
td {
  margin: 0;
  padding: 0;
}
div.description-info ol,
div.description-info ul,
div.description-info li {
  padding-left: 10px;
  margin-left: 15px;
}
div.description-info ol {
  list-style-type: decimal;
  margin-top: 10px;
}
div.description-info ul {
  list-style-type: disc;
  margin-top: 10px;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset,
img {
  border: 0;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var {
  font-style: normal;
  font-weight: normal;
}
ol,
ul {
  list-style: none;
}
caption,
th {
  text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 100%;
  font-weight: normal;
}
q:before,
q:after {
  content: '';
}
abbr,
acronym {
  border: 0;
}
input:focus,
textarea:focus,
button:focus {
  outline: none;
}
/* End of Yahoo! CSS Reset */
/*------------------------------------------------------------------------------------------------------------------*/
html {
  height: 100%;
  margin: 0;
  padding: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
body {
  /*height: 100%;*/
  min-width: 940px;
  width: 100%;
}
/*------------------------------------------------------------------------------------------------------------------*/
.clr {
  clear: both;
}
.edit {
  float: left;
  margin-right: 5px;
}
.rel {
  position: relative;
}
.abs {
  position: absolute;
}
.left {
  float: left;
}
.right {
  float: right;
}
.lt,
.lb,
.rt,
.rb {
  position: absolute;
}
.lt {
  left: 0;
  top: 0;
}
.lb {
  left: 0;
  bottom: 0;
}
.rt {
  right: 0;
  top: 0;
}
.rb {
  right: 0;
  bottom: 0;
}
a {
  text-decoration: none;
}
/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
* html .clearfix {
  zoom: 1;
}
/* IE6 */
*:first-child + html .clearfix {
  zoom: 1;
}
/* IE7 */
.new-site .container {
  *zoom: 1;
}
.new-site .container:before,
.new-site .container:after {
  display: table;
  line-height: 0;
  content: "";
}
.new-site .container:after {
  clear: both;
}
.new-site .container {
  width: 940px !important;
  padding: 0 10px;
}
.new-site .footer .container {
  width: 960px !important;
  padding: 0;
}
.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto;
  width: 960px;
}
[class*="l-span"] {
  float: left;
  margin-left: 20px;
  position: relative;
}
[class*="r-span"] {
  float: right;
  margin-right: 20px;
  position: relative;
}
.content__item_downable [class*="r-span"] {
  margin-bottom: 20px;
}
.l-row {
  *zoom: 1;
  margin-left: -20px;
}
.l-row:before,
.l-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.l-row:after {
  clear: both;
}
.r-row {
  *zoom: 1;
  margin-right: -20px;
  height: 220px;
}
.r-row:before,
.r-row:after {
  display: table;
  line-height: 0;
  content: "";
}
.r-row:after {
  clear: both;
}
.l-span1,
.r-span1 {
  width: 60px;
}
.l-span2,
.r-span2 {
  width: 140px;
}
.l-span3,
.r-span3 {
  width: 220px;
}
.l-span4,
.r-span4 {
  width: 300px;
}
.l-span5,
.r-span5 {
  width: 380px;
}
.l-span6,
.r-span6 {
  width: 460px;
}
.l-span7,
.r-span7 {
  width: 520px;
}
.l-span8,
.r-span8 {
  width: 620px;
}
.l-span9,
.r-span9 {
  width: 700px;
}
.l-span10,
.r-span10 {
  width: 780px;
}
.l-span11,
.r-span11 {
  width: 860px;
}
.l-span12,
.r-span12 {
  width: 940px;
}
input::-webkit-input-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
input:-moz-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
input::-moz-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
input:-ms-input-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
textarea::-webkit-input-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
textarea:-moz-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
textarea::-moz-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
textarea:-ms-input-placeholder {
  color: #b5b5b5;
  font: normal normal 14px Arial, sans-serif;
  line-height: 16px;
}
body {
  background-color: #0069d6;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
}
a {
  cursor: pointer;
}
.header {
  background-color: transparent;
  /*background-image: url("/fs/1/img/1.jpg");*/
  /*background-position: center center;
  background-repeat: repeat;*/
}
.top-indent {
  padding-top: 15px;
}
.indent {
  padding: 15px 0;
}
.indent-box {
  padding: 8px 10px;
}
.company-logo {
  display: block;
  float: left;
  padding: 8px 15px;
}
.company-contacts {
  float: right;
  padding: 8px 15px;
  display: block;
  font-size: 20px;
}
.opacity-white {
  background-color: #f0f0f0;
  background: url("/fs/1/img/opac.png") repeat;
}
.smoky-white {
  background-color: #f7f7f7;
  background: url("/fs/1/img/opac1.png") repeat;
}
.opacity-black {
  background: url("/fs/1/img/opac2.png") repeat;
  background-color: #202020;
}
div.org-name {
  padding: 3px 5px 3px 15px;
  display: inline-block;
  font-size: 26px;
}
div.org-slogan {
  padding: 5px 5px 5px 15px;
  display: inline-block;
  font-size: 16px;
  margin-top: 0;
}
div.org-utp {
  text-align: center;
  float: none;
  margin: 20px 15px 10px 15px;
  font-size: 20px;
  line-height: 22px;
}
div.org-utp.abs {
  bottom: 0;
  width: 95%;
}
.company-name {
  float: left;
  padding: 8px 10px;
  display: block;
  font-size: 18px;
}
.h1 {
  font-size: 22px;
  text-align: center;
  padding: 5px 0;
}
.top-menu {
  width: 940px;
  height: 48px;
  margin: 0 auto;
  overflow: hidden;
  position: relative;
}
.top-menu__ul {
  float: left;
  position: relative;
  left: 50%;
}
.top-menu__li {
  list-style: none;
  float: left;
  position: relative;
  right: 50%;
  cursor: pointer;
  border-bottom: 5px solid transparent;
}
.top-menu__li:hover {
  background: #ff7800;
  border: none;
}
.top-menu__li:hover a {
  color: #fff;
}
.top-menu__li.active {
  border-bottom-color: #ff7800;
}
.top-menu__li.active:hover {
  background: transparent;
  border-bottom: 5px solid #ff7800;
}
.top-menu__li a {
  text-decoration: none;
  display: block;
  font-size: 18px;
  padding: 9px 12px 10px;
}
.top-menu__li.active a {
  color: #9399a2;
}
.company-text {
  color: #505050;
  font-family: Arial, sans-serif;
}
.company-text.active,
.company-text.active:hover {
  color: #9399a2 !important;
}
.top-pills#path {
  padding-top: 16px;
  padding-bottom: 16px;
  font-size: 12px;
}
.top-pills a {
  font-size: 12px;
  margin: 0 6px;
}
.top-pills a:hover {
  text-decoration: underline;
}
.footer {
  width: 960px;
  margin: 0 auto;
}
.footer-height {
  height: 30px;
}
.footer.footer-height {
  height: 0;
}
.content {
  width: 700px;
  float: right;
}
.left-menu {
  width: 220px;
  float: right;
  margin-right: 20px;
}
.title-block_color {
  background: #f9be1a;
}
.title-block {
  padding: 12px 10px;
  position: relative;
}
.title-block__text {
  font-size: 18px;
  font-weight: bold;
  line-height: normal;
  margin: 0;
  display: inline;
}
.h1text {
  margin:0;
  font-size: 18px;
  font-weight: normal;
}
.main-block_color {
  background: #ffffff;
}
.catalog {
  padding: 0 0 10px;
}
.new-site .catalog__search {
  margin: 5px 5px 10px;
  font-size: 14px;
  padding: 4px 21px 4px 6px;
  border: 1px solid #9399a2;
  width: 210px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #ffffff url(/fs/1/img/search.png) right center no-repeat;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: block;
}
.quantum {
  color: #ff7800;
  margin-left: 5px;
}
.catalog__item {
  display: block;
  border-top: 1px solid transparent;
  border-bottom: 1px solid transparent;
  position: relative;
}
.catalog__item a,
.catalog__item span {
  font-size: 14px;
}
.catalog__item:hover {
  border-color: #ff7800;
  background: #fff;
}
.catalog__item:hover .catalog__item__a {
  color: #9399a2 !important;
}
.catalog__item:hover .catalog__item__a a,
.catalog__item:hover .catalog__item__a span {
  color: #9399a2 !important;
}
.listing {
  border-top: 1px solid;
  border-bottom: 1px solid;
  border-color: grey;
  position: absolute;
  left: 220px;
  top: -1px;
  display: none;
  background: #fff;
  z-index: 5;
}
.listing .sub{
  margin-top: 0px;
}
/*.catalog__item:hover .listing {
  display: block;
}*/
.p1:hover .c1 { display: block; }
.p2:hover .c2 { display: block; }
.p3:hover .c3 { display: block; }
.p4:hover .c4 { display: block; }
.p5:hover .c5 { display: block; }
.p6:hover .c6 { display: block; }
.p7:hover .c7 { display: block; }
.p8:hover .c8 { display: block; }
.p9:hover .c9 { display: block; }
.listing__item {
  display: block;
  width: 178px;
  padding: 5px 20px;
  border-left: 1px solid;
  border-right: 1px solid;
  border-color: grey;
  font-size: 14px;
  cursor: pointer;
  position: relative;
}
.listing__item a,
.listing__item span {
  font-size: 14px;
}
.listing__item:hover {
  background: #ff7800;
  color: #fff;
}
/*.listing__item:hover a,
.listing__item:hover span {
  color: #ffffff;
}*/
.catalog__item__a {
  display: block;
  padding: 5px 10px;
  position: relative;
  /*z-index: 10;*/
}
.catalog__item:hover .catalog__item__a {
  background: #fff;
  /*width: 201px;*/
}
.left-menu__item {
  margin-top: 20px;
  display: block;
}
.b-link {
  display: block;
  font-size: 14px;
  text-decoration: none;
}
.link {
  font-size: 14px;
  text-decoration: none;
}
.link:hover,
.b-link:hover {
  color: #ff7800;
  text-decoration: underline;
}
.b-list-v__item {
  display: block;
  padding: 5px 0;
}
.doc {
  padding: 9px 0;
}
.doc__data {
  font-size: 12px;
  color: #9399a2 !important;
  padding: 4px 0;
}
.doc__name {
  font-size: 14px;
  padding: 4px 0;
}
.doc__link {
  font-size: 12px;
  text-decoration: underline;
  cursor: pointer;
  display: block;
  padding: 4px 0;
}
.left-menu__item__content {
  padding: 9px;
}
.contact-person {
  padding-bottom: 10px;
}
.contact-person__photo {
  width: 50px;
  padding: 10px 10px 0 0;
  float: left;
  height: 100%;
  text-align: left;
}
.contact-person__photo img {
  max-width: 50px;
}
.contact-person__text {
  width: 140px;
  float: left;
  font-size: 12px;
}
.phone-number {
  display: none;
}
.contact-person__text p {
  margin-top: 10px;
}
.smoky-text {
  color: #9399a2 !important;
}
.contact-info {
  margin: 15px 0 5px;
  padding: 0 10px;
  font-size: 12px;
}
.contact-info__title {
  font-size: 14px;
}
.contact-info__address {
  line-height: 16px;
}
a.blue-link,
.blue-link {
  color: #007cb0;
  text-decoration: underline;
}
.contact-info p {
  padding-bottom: 10px;
}
.aff-list__a {
  font-size: 12px;
  line-height: 16px;
}
.aff-list__li {
  margin-bottom: 1em;
}
.aff-show-all {
  text-decoration: underline;
}
.show-phone-number {
  border-bottom: 1px dotted;
}
.cycle-content {
  margin-top: 20px;
  position: relative;
}
.cycle-buttons {
  height: 16px;
  position: absolute;
  bottom: 12px;
  cursor: pointer;
  left: 10px;
}
.cycle-buttons__item {
  width: 14px;
  height: 14px;
  float: left;
  border: 2px solid;
  border-color: #ff7800;
  margin-right: 5px;
  display: block;
  cursor: pointer;
  -webkit-border-radius: 15px;
  -moz-border-radius: 15px;
  border-radius: 15px;
}
.cycle-buttons__item.select,
.cycle-buttons__item:hover {
  background: #ff7800;
}
.cycle-text {
  font-size: 14px;
  color: #fff !important;
  position: absolute;
  top: 0;
  left: 0;
  padding: 15px 20px;
  width: 660px;
  display: none;
}
.cycle-text a {
  color: #fff !important;
  text-decoration: underline;
}
.cycle-text.right {
  position: absolute;
  top: 0;
  left: inherit;
  bottom: 0;
  right: 0;
  width: 240px;
  display: block;
}

.cycle-text__title {
  font-size: 18px;
  color: #fff !important;
  display: block;
  margin-bottom: 10px;
}
.cycle-image__item, .cycle-content__item {
  position: absolute;
}
.cycle-content__item {
  width: 720px;
}
.cycle-image__item:hover .cycle-text {
  display: block;
}
/*.content__item {
  margin-top: 30px;
}*/
.content__item {
  margin-top: 20px;
}
.content__item:first-of-type {
  margin-top: 20px;
}
.content__item .title-block {
  margin-bottom: 20px;
}
.title-block__buttons {
  position: relative;
  float: right;
  margin: 14px 5px 0 0;
}
a.grey-link {
  font-size: 14px;
  text-decoration: underline;
  color: #9399a2;
}
a.grey-link:hover {
  color: #ff7800;
}
.title-block .grey-link {
  margin-left: 15px;
}
.bg-white {
  background: #ffffff;
}
.b-stuff__img {
  /*overflow: hidden;*/
  width: 100%;
  height: 140px;
  text-align: center;
  background-position: center center;
}
.b-stuff__img img {
  max-width: 220px;
  max-height: 140px;
}
.b-stuff__txt {
  height: 60px;
  width: 200px;
  position: relative;
  padding: 10px;
}
.b-stuff__price {
  text-align: right;
  font-weight: bold;
  width: 200px;
  padding: 3px 0 9px;
  position: absolute;
  bottom: 0;
}
.b-stuff__price.old {
  /*text-align: left;*/
  text-decoration: line-through;
  color: #c0c0c0;
  font-weight: normal;
}
.b-stuff__price.percent {
  /*text-align: left;*/
  color: red;
}
.b-stuff__price .b-stuff__percent {
  font-size: 22px;
  color: red;
}
.b-stuff__price .b-stuff__val {
  font-size: 22px;
}
.b-stuff__price .b-stuff__cur {
  font-size: 14px;
}
.b-stuff__title {
  font-size: 16px;
  width: 200px;
  height: 40px;
  display: block;
  overflow: hidden;
  text-align: right;
}
.b-stuff {
  cursor: pointer;
  width: 220px;
  height: 220px;
}
.b-stuff-body:hover {
  width: 278px;
  padding: 10px 10px 15px;
  border: 1px solid #c8cacb;
  position: absolute;
  z-index: 10;
  right: -11px;
  top: -11px;
  -webkit-box-shadow: 0 1px 5px rgba(148, 149, 149, 0.75);
  -moz-box-shadow: 0 1px 5px rgba(148, 149, 149, 0.75);
  box-shadow: 0 1px 5px rgba(148, 149, 149, 0.75);
}
.b-stuff-body:hover .b-stuff {
  margin: 0 0 15px 58px;
}
.b-stuff__dscr {
  text-align: right;
  width: 278px;
  height: 64px;
  /* Fallback for non-webkit */
  font-size: 12px;
  line-height: 16px;
  overflow: hidden;
}
.b-stuff__hidden {
  display: none;
  text-align: right;
  font-size: 12px;
}
.b-stuff-body:hover .b-stuff__hidden {
  display: block;
}
.b-stuff__code {
  font-weight: bold;
}
.b-stuff__red {
  font-size: 14px;
  font-weight: bold;
  color: #cd0202;
}
.b-stuff__order {
  margin: 0 10px 10px;
}
.b-stuff__order p {
  padding: 2px 0;
}
.grad-bt {
  height: 28px;
  border: none;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 133px;
  color: #ffffff !important;
  font-size: 16px;
  font-weight: bold;
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.13) 31%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.29)), color-stop(31%, rgba(255, 255, 255, 0.13)), color-stop(66%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.13) 31%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.13) 31%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.13) 31%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.29) 0%, rgba(255, 255, 255, 0.13) 31%, rgba(255, 255, 255, 0) 66%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8affffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
  cursor: pointer;
  text-align: center;
  line-height: 28px;
}
.grad-bt:hover {
  background: -moz-linear-gradient(top, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.25) 31%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
  /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255, 255, 255, 0.34)), color-stop(31%, rgba(255, 255, 255, 0.25)), color-stop(66%, rgba(255, 255, 255, 0.1)), color-stop(100%, rgba(255, 255, 255, 0)));
  /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.25) 31%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.25) 31%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
  /* Opera 11.10+ */
  background: -ms-linear-gradient(top, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.25) 31%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
  /* IE10+ */
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0.34) 0%, rgba(255, 255, 255, 0.25) 31%, rgba(255, 255, 255, 0.1) 66%, rgba(255, 255, 255, 0) 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#8affffff', endColorstr='#00ffffff', GradientType=0);
  /* IE6-9 */
}
.grad-bt-bg {
  background: #f65714;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  width: 160px;
  height: 28px;
  transition: 0.3s;
}
.grad-bt-bg.cart {
  width: 40px;
}
.b-stuff-body .grad-bt-bg {
  margin: 12px 0;
}
.b-stuff-body .grad-bt-bg.cart {
  margin-right: 12px;
}
.r-span3 {
  height: 220px;
  width: 220px;
}
.news {
  min-height: 180px;
  overflow: hidden;
  padding: 0px 10px 20px 10px;
}
.news__item {
  margin-top: 20px;
}
.news__item_first {
  margin-top: 0;
}
.news__date,
.news__txt {
  margin-top: 10px;
  margin-right: 10px;
  font-size: 12px;
  line-height: 16px;
}
.news__date {
  margin-bottom: 10px;
}
.overhid {
  height: 48px;
  overflow: hidden;
}
.news__title {
  font-size: 14px;
  text-decoration: underline;
}
.news__title:hover {
  text-decoration: none;
}
.news__img {
  zoom: 1;
  width: 140px;
  height: 140px;
  display: block;
  overflow: hidden;
  /*opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
  filter: alpha(opacity=60);*/
}
.news__img.single {
  /*opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);*/
}
.news__img img {
  width: 140px;
  /*height: 140px;*/
  display: block;
}
/*.news__img:hover {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -webkit-transition: opacity 0.15s ease-in-out;
  -moz-transition: opacity 0.15s ease-in-out;
  -ms-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}*/
.about {
  padding: 10px;
  font-size: 14px;
}
.contacts-block {
  padding: 10px;
  font-size: 12px;
}
.contacts-block .field {
  margin-bottom: 5px;
}
.contacts-block div.image {
  float: left;
  padding: 4px 0px 5px;
  width: 55px;
  height: 70px;
}
.contacts-block div.contacts-item {
  float: left;
  padding: 0px;
  width: 290px;
}
.about__img {
  float: left;
  max-width: 240px;
  margin-right: 20px;
  text-align: center;
}
.about__img img {
  max-width: 240px;
  display: block;
}
.about__txt {
  float: left;
  /*width: 440px;*/
  padding: 20px 10px;
  font-size: 12px;
}
.about__txt .about__p,
.about__txt .about__title_small {
  margin-top: 15px;
}
.about__more {
  text-decoration: underline;
}
.about__title {
  font-size: 18px;
}
.about__title_small {
  font-size: 14px;
}
.about__ul {
  padding-left: 15px;
}
/*************************************************************************/
/******* Фон *******/
body {
  /*background-color: transparent;
  background-image: url("/fs/1/img/2.jpg");
  background-position: center center;
  background-repeat: repeat;*/
}
/******* Шапка *******/
.header {
  /*background-color: transparent;
  background-image: url("/fs/1/img/1.jpg");*/
  max-height: 300px;
  min-height: 158px;
  position: relative;
  /*background-position: center center;
  background-repeat: repeat;*/
}

.headerWrapper {
  position: relative;
  margin: 0 auto;
  min-height: 150px;
  max-height: 300px;
  /*height: 300px;*/
}
.headerWrapper .header {
  /*position: absolute;*/
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.header .logo_name_slogan {
  position: relative;
  float: left;
  z-index: 8;
  width: 70%;
  margin-top: 20px;
}
.header .phones {
  position: relative;
  float: right;
  z-index: 2;
  width: 244px;
  margin-top: 20px;
}
.header .phones span {
  text-align: right;
}
.utpWrapper {
  /*position: absolute;*/
  padding-bottom: 10px;
  /*width: 100%;*/
}


/******* Цвета для кнопок *******/
.company-text {
  font-family: Tahoma, Arial, sans-serif;
  color: #292929;
}
/******* Цвета для кнопок *******/
.grad-bt-bg {
  /*background: hotpink;*/
}
/******* Цвета для верхнего меню *******/
.top-menu__li:hover {
  background: #5bc0de;
}
.top-menu__li.active,
.top-menu__li.active:hover {
  /*border-color: #5bc0de;*/
  border-color: #333333;
}
/******* блоки с цветными заголовками *******/
.title-block_color {
  background: #90ee90;
}
/******* Выделенный цветом текст *******/
.grey-link:hover,
.link:hover,
.b-link:hover,
.quantum {
  color: hotpink;
}
/******* Цвета для левого меню *******/
.catalog__item:hover,
.listing,
.listing__item {
  border-color: grey;
}
.listing__item:hover {
  background: #fbc7c6;
}
/******* Цвета для карусели *******/
.cycle-buttons__item {
  border-color: #f0f0f0;
}
.cycle-buttons__item.select,
.cycle-buttons__item:hover {
  background: #f0f0f0;
}
#map-canvas {
  height: 320px;
}
#map-address {
  display: none;
}
.medium-share {
  width: 30px;
  height: 30px;
  background: url(/imgs/site/snc_medium.png);
  cursor: pointer;
  margin: 1px 10px 0 0;
  float: left;
}
.medium-share.vk-share {
  background-position: -124px;
}
.medium-share.gplus-share {
  background-position: -186px;
}
.medium-share.instagram-share {
  background-position: -248px;
}
.medium-share.okru-share {
  background-position: -93px;
}
.medium-share.youtube-share {
  background-position: -310px;
}
.medium-share.twitter-share {
  background-position: -31px;
}

.small-share {
  width: 20px;
  height: 20px;
  background: url(/imgs/site/snc_small.png);
  cursor: pointer;
  margin: 1px 10px 0 0;
  float: left;
}
.small-share.vk-share {
  background-position: -84px;
}
.small-share.gplus-share {
  background-position: -126px;
}
.small-share.instagram-share {
  background-position: -168px;
}
.small-share.okru-share {
  background-position: -63px;
}
.small-share.youtube-share {
  background-position: -211px;
}
.small-share.twitter-share {
  background-position: -21px;
}

.contacts-block div.contacts-button {
  width: 215px;
  height: 32px;
  background-image: url('/imgs/site/button_contacts_min.png');
}
/* Кнопки */
div.buttons {
  height: 32px;
  background-position: 0 0;
  background-repeat: no-repeat;
  /*cursor: pointer;*/
}
div.buttons a, div.buttons a:visited, div.buttons a:hover {
  color: #474747;
  text-decoration: none;
  padding: 7px 5px 7px 5px;
  text-align: center;
  display: block;
}
div.buttons.hover {
  background-position: 0 -32px;
}
div.buttons.hover a {
  color: #1489c6;
}
div.buttons.press {
  background-position: 0 -64px;
}

.b-top {
  height: 25px;
  border-bottom: 1px solid #DAE3EF;
  background: #ffffff;
  background: -moz-linear-gradient(top,  #ffffff 0%, #f0f1f3 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0f1f3));
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
  background: -o-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
  background: -ms-linear-gradient(top,  #ffffff 0%,#f0f1f3 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f0f1f3 100%);
  -webkit-box-shadow: 0 0 1px #E7E7E7;
  -moz-box-shadow: 0 0 1px #E7E7E7;
  box-shadow: 0 0 1px #E7E7E7;
  z-index: 100;
  position: inherit;
}
.b-top-menu {
  float: right;
  border: 0;
  list-style: none;
  margin: 0 10px 0 0;
  text-align: right;
}
.b-top-menu__li {
  font: 12px Arial,sans-serif;
  position: relative;
  float: left;
  padding: 5px 10px 6px 10px;
}
.b-top-menu__li:after {
  content: '';
  height: 17px;
  width: 1px;
  top: 4px;
  left: 0;
  background: #DAE3EF;
  position: absolute;
}
._mod_no_after .b-top-menu__li:after,
.b-top-menu__li:first-child:after{
  background: none;
}
.b-top-menu__li._mod_green {
  font-size: 12px;
  background: #5ca400;
  background: -moz-linear-gradient(top,  #5ca400 0%, #56a400 39%, #0e7200 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#5ca400), color-stop(39%,#56a400), color-stop(100%,#0e7200));
  background: -webkit-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
  background: -o-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
  background: -ms-linear-gradient(top,  #5ca400 0%,#56a400 39%,#0e7200 100%);
  background: linear-gradient(to bottom,  #5ca400 0%,#56a400 39%,#0e7200 100%);
}
.b-top-menu__li a {
  color: #1a3dc1;
  text-decoration: none;
}
.b-top-menu__li a:hover {
  color: #c00;
  text-decoration: none;
}
.b-top-menu__li._mod_green a {
  color: #ffffff;
  text-decoration: none;
}
.b-top-menu__li._mod_green a:hover {
  text-decoration: underline;
}
#panel {
  height: 29px;
  background: #f7f8f9;
  background: -moz-linear-gradient(top,  #f7f8f9 0%, #f1f2f4 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f7f8f9), color-stop(100%,#f1f2f4));
  background: -webkit-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
  background: -o-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
  background: -ms-linear-gradient(top,  #f7f8f9 0%,#f1f2f4 100%);
  background: linear-gradient(to bottom,  #f7f8f9 0%,#f1f2f4 100%);
  padding: 0 15px 0 15px;
  position: absolute;
  top: 0;
  left: 60px;
  z-index: 3;
  border-left: 1px solid #DAE3EF;
  border-right: 1px solid #DAE3EF;
  border-bottom: 1px solid #DAE3EF;
  border-radius: 0 0 5px 5px;
}
.b-quick-links {
  padding: 0;
  margin: 3px 0 0;
  list-style: none;
  position: absolute;
  left: 360px;
}
.b-quick-links_li {
  display: inline;
  margin: 0 0 0 5px;
}
.new-site .clear {
  clear: both;
  height: 1px;
  width: auto;
}
.new-site #login .content {
  height: 225px;
}
a.form-close {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
  position: absolute;
  top: 26px;
  right: 36px;
}

.b-goods__wrap-img.mod_no-image {
  background: url("/imgs/site/product_blank128.png") 0px 0px no-repeat transparent;
}
.b-goods__wrap-img {
  height: 128px;
  margin: 0px 0px 5px;
  overflow: hidden;
  text-align: center;
  width: 128px;
}
.b-goods {
  list-style: none outside none;
  margin: 10px 0px 0px;
  padding: 0px;
  width: 700px;
}
.b-groups__item {
  display: inline-block;
  margin: 0px 45px 27px;
  padding: 5px;
  position: relative;
  vertical-align: top;
  width: 128px;
}
.b-goods__item {
  display: inline-block;
  margin: 0px 30px 27px 0px;
  padding: 5px;
  position: relative;
  vertical-align: top;
  width: 128px;
}
.b-goods__link-img {
  display: table-cell;
  height: 128px;
  vertical-align: middle;
  width: 128px;
}
.b-goods__img {
  max-width: 128px;
}
b-goods__title {
  height: 48px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
}
.b-goods__price {
  height: 17px;
  overflow: hidden;
  text-align: center;
  text-overflow: ellipsis;
  width: 100%;
}
.b-goods__item .buttonWriteMes {
  font-size: 13px;
  padding: 8px 0px;
  width: 125px;
}
.buttonWriteMes, .buttonWriteMes:hover {
  background: #097015;
}

.buttonWriteMes {
  background: #E64C3C;
  border-radius: 4px;
  color: white;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  margin: 0px auto;
  padding: 8px;
  text-align: center;
  width: 142px;
}
.buttonWriteMes.cart {
  width: 40px;
}
div.tree-good-item {
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
}
div.tree-good-item div.image {
  float: left;
}
#catalog-tree div.level-1 {
  font-size: 16px;
  padding-bottom: 15px;
}
#catalog-tree div.level-1 {
  padding: 0 0 0 14px;
}

.b-stuff__title:before {
  content: "";
  display: block;
  position: absolute;
  height: 65px;
  width: 100%;
  bottom: 0;
  left: 0;
  /*background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0), #fff 55%);*/
  opacity: 0.7;
}
#catalog div.pager {
  font-size: 11px;
  color: #ff0000;
  background: #f3f3f3;
  padding: 4px 0 4px 0;
}
#catalog div.after-pager {
  background: #f3f3f3;
  padding: 10px;
  margin-bottom: 20px;
  clear: both;
}
#catalog div.after-pager h1 {
  margin-top: 0;
}
#catalog div.pager a, #catalog div.pager a:visited {
  color: #656565;
  text-decoration: underline;
  margin-right: 8px;
}
#catalog div.pager a:hover {
  color: #656565;
  text-decoration: none;
  margin-right: 8px;
}
#catalog div.pager span {
  margin-right: 8px;
}
.catalog__item div.item-classifier div.item-main, .catalog__item div.item-classifier div.item-sub {
  float: left;
  padding: 0px 3px;
}
div.groups {
  background: #f3f3f3;
  padding: 7px 10px 8px 10px;
  margin-bottom: 10px;
  margin-top: -20px;
}
.catalog__item div.item-classifier a,.catalog__item div.item-classifier span, div.groups span.item, div.groups span.item a {
  font-size: 12px;
  color: #909090;
}
#catalog-tree div.level-2 p.header a, #catalog-tree div.level-2 p.header a:visited, #catalog-tree div.level-2 p.header a:hover {
  color: #666666;
  font-size: 14px;
}
#catalog-tree a, #catalog-tree a:visited {
  color: #000000;
  text-decoration: none;
}
div.tree-good-item {
  overflow: hidden;
  padding-bottom: 18px;
  position: relative;
}
div.tree-good-item div.image {
  float: left;
}
div.tree-good-item div.desc {
  font-size: 13px;
}
div.tree-good-item div.desc .price {
  color: #888;
}
#catalog-tree div.image img {
  margin-right: 8px;
}
#catalog-tree p.header11 {
  padding: 0px 0px 15px;
}

.tabs {
  height: 29px;
}
.tabs .item {
  height: 28px;
  float: left;
  position: relative;
  top: 1px;
}
.tabs .item.select {
  /*background: #fff;*/
}
.tabs .item.select div {
}
.tabs .item div {
  padding: 4px 28px 5px 8px;
}
.tabs .item.select div span {
  border-bottom: 0;
  cursor: auto;
  color: #646464;
}
.tabs .item div span {
  font-size: 16px;
  font-weight: bold;
  font-family: arial;
  color: #969696;
  cursor: pointer;
}
div.tabs-content {
  overflow: hidden;
  zoom: 1;
}
div.tabs-content div.item {
  /*padding: 17px 20px 17px 23px;*/
  display: none;
}
div.tabs-content div.item.select {
  display: block;
}

.details {
  padding-bottom: 15px;
}

/* Товар */
#product div.image {
  width: 292px;
  float: left;
  overflow: hidden;
}
#product div.image table.image td {
  height: 282px;
  /*background: #f3f3f3;*/
  text-align: center;
  vertical-align: middle;
}
#product div.image table.image td.no-height {
  height: auto;
  /*background: #f3f3f3;*/
  text-align: center;
  vertical-align: middle;
}
.extra-images-box {
  float: left;
  padding: 5px 0 5px 0;
  height: 72px;
  width: 82px;
  overflow: hidden;
  border: 1px solid silver;
  margin: 0 10px 10px 0;
  text-align: center;
}
#product div.details {
  width: 342px;
  float: right;
}
#product div.details .title {
  font-size: 18px;
  line-height: 20px;
  padding: 0 0 10px 0;
}
#product div.details p.cost {
  font-size: 14px;
  color: #800000;
  padding: 0 0 10px 0;
}
#product div.details div.fields {
  padding: 0 0 8px 0;
}
#product div.details div.fields p {
  padding: 0 0 3px 0;
}
#product div.details div.fields p span {
  color: #666666;
  padding-right: 2px;
}
.buttonWriteMes {
  color: white;
  background: #e64c3c;
  /*background: -moz-linear-gradient(top,  #fffdcf 0%, #ffe99b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdcf), color-stop(100%,#ffe99b));
  background: -webkit-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
  background: -o-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
  background: -ms-linear-gradient(top,  #fffdcf 0%,#ffe99b 100%);
  background: linear-gradient(to bottom,  #fffdcf 0%,#ffe99b 100%);*/
  border-radius: 4px;
  /*border: 1px solid #D69E53;*/
  margin: 0 18px 0 0;
  cursor: pointer;
  font-size: 15px;
  font-weight: bold;
  text-align: center;
  margin: 0 auto;
  width: 142px;
  padding: 8px;
}
#product .buttonWriteMes {
  display: inline-block;
}
.b-goods__item .buttonWriteMes {
  width: 125px;
  font-size: 13px;
  padding: 8px 0;
}
.buttonWriteMes:hover {
  background: #bf3d30;
  /*background: -moz-linear-gradient(top,  #fffdc0 0%, #ffe27b 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fffdc0), color-stop(100%,#ffe27b));
  background: -webkit-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
  background: -o-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
  background: -ms-linear-gradient(top,  #fffdc0 0%,#ffe27b 100%);
  background: linear-gradient(to bottom,  #fffdc0 0%,#ffe27b 100%);
  border: 1px solid #C97F2B;*/
}
div.fastOrder {
  /*background: url('/imgs/letter-3.gif') 0 4px no-repeat !important;*/
  /*margin: 0 0 0 20px;
  display: inline-block;*/
  padding: 20px 0 5px 2px;
}

#product div.pages {
  padding: 15px 5px 10px 9px;
}
#product div.text {
  padding: 15px 0 25px 5px;
}
#product div.details div.fields p .sale_percent {
  padding-left: 10px;
  color: red;
  font-size: 16px;
  font-family: Arial;
  font-weight: normal;
}
#product div.details div.fields p .sale_price {
  font-size: 22px;
  font-weight: bold;
}
#product div.details div.fields p .curr {
  font-size: 14px !important;
  font-weight: bold !important;
}
#product .strike {
  text-decoration: line-through;
}
#product div.details div.fields p .old_price {
  font-size: 16px;
  color: #c0c0c0;
}
#product div.details div.fields p .old_price .curr {
  color: #c0c0c0 ;
}
/* Листинг товаров */
#pages {
  border-top: #dadada 1px solid;
  padding: 20px 0 24px 2px;
  margin: 18px 5px 0 5px;
}
#pages p {
  color: #a9a9a9;
  padding: 0 0 8px 0;
}
#pages p b {
  color: #646464;
  padding: 0 3px 0 0;
  font-family: arial;
  font-size: 16px;
}
#pages p a, #pages p span {
  /*font-size: 11px;*/
  text-decoration: none;
}
#pages div {
  float: left;
  padding-right: 6px;
}
#pages div.select {
  color: #000000;
}
div.neighbour {
  cursor: text;
  float: left;
  height: 100px;
  margin: 10px auto;
  padding: 10px;
  width: 46%;
}

/* Дата товара */
div.good-time-new {
  font-size: 11px;
  color: #646464;
  background: url('/imgs/site/good_new.png') 0px 10px no-repeat;
  padding: 12px 0 0 21px;
}
div.good-time-timely {
  font-size: 11px;
  color: #646464;
  background: url('/imgs/site/good_timely.png') 0 10px no-repeat;
  padding: 12px 0 0 21px;
}
div.good-time-old {
  font-size: 11px;
  color: #646464;
  background: url('/imgs/site/good_old.png') 0 10px no-repeat;
  padding: 12px 0 0 21px;
}
#product div.details div.fields p span {
  color: #666666;
  padding-right: 2px;
}
p .price {
  color: #505050;
  font-family: "Arial";
  font-size: 20px;
  font-weight: 700;
}
#product div.details div.fields p .curr {
  font-size: 14px !important;
  font-weight: 700 !important;
}
#product div.details div.fields p span {
  color: #666666;
  padding-right: 2px;
}
#product div.details div.fields p {
  padding: 0px 0px 3px;
}
.details p {
  padding-bottom: 0px;
}
.price-caption {
  color: #000000;
  font-family: "Arial";
  font-size: 12px;
  font-weight: 700;
}
p.catalog-details {
  color: #656565;
  font-size: 10px;
  padding: 0px 0px 5px 5px;
}
span.b-share-before {
  color: #606060;
  float: left;
  font-size: 11px;
  line-height: 27px;
}

#marks {
  left: 290px;
  position: absolute;
  top: 0px;
  width: 70px;
}
#marks div {
  float: left;
  opacity: 0.5;
}
#marks div:hover {
  opacity: 1;
}
.companyPhones {
  display: none;
  color: #428bca;
}
#footer {
  background: #F3F3F3;
  padding: 30px 20px 35px;
  font-size: 12px;
}

.used__item > a {
  font-weight: bold;
}

.priceBlock {
  margin-top: -20px;
}
.r-row, .r-span3 {
  height: 280px;
}
.b-stuff {
  height:auto;
}
.b-stuff__price {
  position: relative;
  text-align: right;
  padding: 0px 15px;
}
.b-stuff__price .b-stuff__val {
  font-size: 18px;
}
div.b-stuff-body:hover div.b-stuff__txt, div.b-stuff-body:hover p.b-stuff__title {
  height: auto;
}
div.b-stuff-body:hover p.b-stuff__title:before {
  display: none;
}
.description-info em{
  font-style: italic !important;
}

.description-info strong{
  font-weight: bold !important;
}

.about__txt em{
  font-style: italic !important;
}

.about__txt strong{
  font-weight: bold !important;
}

.news em{
  font-style: italic !important;
}

.news strong{
  font-weight: bold !important;
}

.news em *{
  font-style: italic !important;
}

.news strong *{
  font-weight: bold !important;
}

.description-info ul{
  list-style-type: disc !important;
  list-style-position: inside !important;
}

.about__txt ul{
  list-style-type: disc  !important;
  list-style-position: inside !important;
}

.news ul{
  list-style-type: disc  !important;
  list-style-position: inside !important;
}

.headerMenu ul.subMenu {
  background: #F5F9FF none repeat scroll 0 0;
  border: 1px solid #ddd;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
  display: none;
  position: absolute;
  right: 0;
  text-align: left;
  border-radius: 0px 0px 5px 5px;
  top: 25px;
}

ul.resetList, ul.hList {
  list-style: outside none none;
  margin: 0;
  padding: 0;
}

.headerMenu ul.subMenu li {
  margin: 0;
  padding: 0;
}
.headerMenu ul.hList li {
  position: relative;
}
ul.resetList > li, ul.hList > li {
  background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
  list-style: outside none none;

}

.headerMenu ul.subMenu .smItem {
  display: block;
  font-size: 13px;
  line-height: 20px;
  padding: 8px 14px;
}

.headerMenu ul.subMenu .smItem:hover, .headerMenu ul.subMenu .smItem:active {
  background: #eee none repeat scroll 0 0;
}
.headerMenu ul.subMenu a, .headerMenu ul.subMenu .linkType {
  color: #515764;
  text-decoration: none;
  cursor: pointer;
}
.headerMenu ul.subMenu .linkType:hover, .headerMenu ul.subMenu a:hover, .headerMenu ul.subMenu a:active {
  color: #db251c;
}

.headerMenu ul.subMenu .exit {
  border-top: 1px solid #e9e9e9;
}

/* Всплывающее окно */
#window {
  background: url('/imgs/adm/window_border.png');
  padding: 10px 10px 10px 10px;
  position: absolute;
  top: 30px;
  left: 120px;
  z-index: 1001;
}
#window div.content {
  width: 720px;
  background: #fbfbfb;
  padding: 5px 20px 20px 20px;
  border: #666666 1px solid;
}
#window.load div.content {
  height: 100px;
  background: #fbfbfb url('/imgs/load.gif') 50% 50% no-repeat;
}
#window a.close {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
  position: absolute;
  top: 33px;
  right: 30px;
}
#window a.close.hover {
  background-position: 0% 100%;
}
#window div.title {
  font-size: 17px;
  padding: 0 10px 10px 1px;
}
#window div.buttons {
  padding: 10px 0 0 0;
  margin: 0;
}
#windowMax {
  /*background: url('/imgs/adm/window_border.png');
  padding: 10px 10px 10px 10px;*/
  position: absolute;
  top: 27px;
  left: 0;
  z-index: 1001;
}
#windowMax div.content {
  width: 1000px;
  background: #fbfbfb;
  padding: 0 0 0 0;
  /*border: #666666 1px solid;*/
}
#windowMax.load div.content {
  height: 100px;
  background: #fbfbfb url('/imgs/load.gif') 50% 50% no-repeat;
}
#windowMax a.close {
  width: 18px;
  height: 18px;
  font-size: 0;
  background: url('/imgs/site/form_close.gif') 0% 0% no-repeat;
  position: absolute;
  top: 33px;
  right: 30px;
}
#windowMax a.close.hover {
  background-position: 0% 100%;
}
#windowMax div.title {
  font-size: 17px;
  padding: 0 10px 10px 1px;
}
#windowMax div.buttons {
  padding: 10px 0 0 0;
  margin: 0;
}
h4.charSection {
  margin-top: 10px;
  text-transform: uppercase;
}

div.roughBox {
  padding: 10px;
  border: 1px solid red;
  font-weight: bold;
  color: #444;
  margin-bottom: 10px;
}