/* --- Sashera-med --- */
/* ------------------- */
html,
body,
#wrap {
  height: 100%;
}
body > #wrap {
  min-height: 100%;
  height: auto;
}
body {
  overflow-x: hidden;
  background: #fff;
  cursor: default;
  color: #000;
}
body * {
  font-family: 'Open Sans', sans-serif;
}
#main {
  padding: 159px 0 190px;
  width: 100%;
}
.clearfix {
  display: inline-block;
}
.clearfix:after {
  visibility: hidden;
  margin-top: -3px;
  display: block;
  content: ".";
  clear: both;
  height: 0;
}
.centerBlock {
  position: relative;
  background: none;
  display: block;
  margin: 0 auto;
  width: 1200px;
}
.clear {
  clear: both;
}
.left {
  float: left;
}
.right {
  float: right;
}
h1 {
  margin-bottom: 20px;
  color: #1d7a55;
  font-size: 55px;
  display: block;
}
h2 {
  font-size: 24px;
  display: block;
  margin: 20px 0;
  color: #000;
}
#header {
  background: #fff;
  position: fixed;
  display: block;
  z-index: 100;
  width: 100%;
}
#header .authorizedPart {
  display: block;
  float: right;
}
#header .authorizedPart .pOffice {
  margin: 10px 20px 10px 0;
  cursor: pointer;
  display: block;
  width: 180px;
  float: left;
}
#header .authorizedPart .pOffice .icon {
  background: url(../img/apoffice.jpg) left top no-repeat;
  margin-right: 5px;
  display: block;
  height: 39px;
  width: 38px;
  float: left;
}
#header .authorizedPart .pOffice p {
  font-weight: bold;
  color: #1d7a55;
  font-size: 16px;
  display: block;
}
#header .authorizedPart .pOffice span {
  font-size: 12px;
}
#header .authorizedPart .cart {
  text-decoration: none;
  cursor: pointer;
  display: block;
  margin: 10px 0;
  width: 130px;
  float: left;
}
#header .authorizedPart .cart .icon {
  background: url(../img/cart.jpg) left top no-repeat;
  margin-right: 5px;
  display: block;
  height: 39px;
  width: 38px;
  float: left;
}
#header .authorizedPart .cart p {
  font-weight: bold;
  color: #1d7a55;
  font-size: 16px;
  display: block;
}
#header .authorizedPart .cart span {
  font-size: 12px;
  color: #000;
}
#header .logo {
  background: url(../img/logo.png) left top no-repeat;
  background-size: contain;
  text-decoration: none;
  color: #1d7a55;
  font-size: 35px;
  display: block;
  margin: 11px 0;
  height: 37px;
  width: 152px;
  float: left;
}
#header .phone {
  margin: 16px 140px;
  display: block;
  float: left;
}
#header .phone span {
  color: #ff8000;
  font-weight: bold;
  font-size: 24px;
  float: left;
}
#header .phone p {
  line-height: 24px;
  font-size: 16px;
  float: left;
}
#header .search {
  position: relative;
  margin-left: 5px;
  padding: 10px 0;
  display: block;
  float: right;
}
#header .search input[type=text],
#header .search input[type=search] {
  padding: 2px 22px 3px 5px;
  position: relative;
  color: #1d7a55;
  background: #fff;
  font-size: 16px;
  display: block;
  height: 24px;
  width: 213px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#header .search input[type=submit] {
  background: url(../img/loop.png) 3px center no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  color: #fff;
  right: 3px;
  border: 0;
  top: 13px;
}
#header .mainmenu {
  background: #1d7a55;
  position: relative;
  display: block;
}
#header .mainmenu ul {
  display: block;
  float: left;
}
#header .mainmenu ul .mainmenuBut {
  background: url(../img/mainmenu_but.gif) center no-repeat;
  background-size: contain;
  text-align: center;
  position: absolute;
  cursor: pointer;
  display: none;
  content: '.';
  height: 40px;
  width: 53px;
  color: #fff;
  top: -69px;
  left: 10px;
}
#header .mainmenu ul li {
  position: relative;
  display: block;
  float: left;
}
#header .mainmenu ul li a {
  text-decoration: none;
  text-align: center;
  padding: 14px 12px;
  font-size: 16px;
  display: block;
  color: #fff;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
}
#header .mainmenu ul li ul {
  border: 2px solid #1d7a55;
  border-top: 0;
  position: absolute;
  background: #fff;
  display: none;
  top: 100%;
  left: 0;
}
#header .mainmenu ul li ul li {
  min-width: 150px;
  display: block;
}
#header .mainmenu ul li ul li a {
  border-bottom: 2px solid #fff;
  text-decoration: none;
  display: inline-block;
  margin: 0 15px 3px;
  line-height: 18px;
  color: #1d7a55;
  text-align: left;
  padding: 3px 0 0;
  font-size: 16px;
}
#header .mainmenu ul li ul:after {
  background: url(../img/treangle.gif) left top no-repeat;
  position: absolute;
  line-height: 2px;
  display: block;
  content: '.';
  height: 5px;
  width: 10px;
  color: #fff;
  z-index: 2;
  left: 20px;
  top: -5px;
}
#header .mainmenu ul li.active ul {
  display: block;
}
#header .mainmenu ul li:hover ul,
#header .mainmenu ul li.active ul {
  display: block;
}
#header .mainmenu ul li:hover ul li a:hover,
#header .mainmenu ul li.active ul li a:hover {
  border-bottom: 2px solid #1d7a55;
}
#footer {
  background: #1d7a55;
  margin-top: -190px;
  position: relative;
  padding-top: 30px;
  height: 160px;
  color: #fff;
}
#footer .devcr {
  text-align: right;
  float: right;
}
#footer .devcr a {
  color: #fff;
}
#footer .devcr a:hover {
  color: #ff8000;
}
#footer .devcr .devlogo {
  background: url(../img/logo_r.png) left top no-repeat;
  margin: 3px 0 3px 70px;
  position: relative;
  display: block;
  height: 47px;
  width: 172px;
}
#footer .devcr .devlogo:after {
  background: url(../img/logo_r.png) left bottom no-repeat;
  color: #ff8000;
  text-align: center;
  position: absolute;
  display: block;
  content: '.';
  height: 43px;
  width: 172px;
  bottom: 9px;
  opacity: 0;
  z-index: 1;
  left: 0;
}
#footer .devcr .devlogo:hover:after {
  opacity: 1;
}
#footer .devcr span {
  margin-top: 120px;
  text-align: right;
  font-size: 10px;
  display: block;
}
#footer .subscribe {
  margin-right: 110px;
  display: block;
  float: left;
}
#footer .subscribe h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
}
#footer .subscribe form {
  display: inline-block;
  margin-bottom: 10px;
  position: relative;
}
#footer .subscribe form input[type=email] {
  padding: 4px 102px 5px 10px;
  color: #1d7a55;
  font-size: 11px;
  display: block;
  width: 168px;
  border: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#footer .subscribe form input[type=submit] {
  background: url(../img/signup.png) left top no-repeat;
  border: 2px solid #fff;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 24px;
  width: 102px;
  right: 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  top: 0;
}
#footer .subscribe form input[type=submit]:hover {
  background: url(../img/signup.png) left bottom no-repeat;
}
#footer .subscribe .copyrights {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  width: 215px;
  color: #fff;
}
#footer .subscribe .copyrights p {
  margin-bottom: 10px;
}
#footer .subscribe .copyrights a {
  text-decoration: none;
  color: #fff;
}
#footer .subscribe .copyrights a:hover {
  text-decoration: underline;
}
#footer .soc {
  margin-right: 90px;
  display: block;
  width: 225px;
  float: left;
}
#footer .soc h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
#footer .soc a {
  background: url(../img/soc.jpg) no-repeat;
  margin: 0 10px 10px 0;
  display: block;
  opacity: 0.8;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 44px;
  width: 44px;
  float: left;
}
#footer .soc a:hover {
  opacity: 1;
}
#footer .soc .fb {
  background-position: 0px top;
}
#footer .soc .rss {
  background-position: -44px top;
}
#footer .soc .twit {
  background-position: -88px top;
}
#footer .soc .you {
  background-position: -132px top;
}
#footer .soc .ok {
  background-position: -176px top;
}
#footer .soc .vk {
  background-position: -220px top;
}
#footer .soc .lj {
  background-position: -264px top;
}
#footer .soc .mail {
  background-position: -308px top;
}
#footer .links {
  margin-right: 60px;
  display: block;
  width: 225px;
  float: left;
}
#footer .links h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
#footer .links a {
  text-decoration: none;
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #fff;
}
#footer .links a:hover {
  text-decoration: underline;
}
#footer .contacts {
  margin-bottom: 0;
  display: block;
  float: left;
}
#footer .contacts h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 16px;
}
#footer .contacts p {
  margin-bottom: 5px;
  padding-left: 25px;
  line-height: 18px;
  font-size: 12px;
  display: block;
}
#footer .contacts a {
  text-decoration: none;
  color: #fff;
}
#footer .contacts .address {
  background: url(../img/mark.png) 2px top no-repeat;
}
#footer .contacts .phone {
  background: url(../img/phone.png) 2px top no-repeat;
}
#footer .contacts .email {
  background: url(../img/email.png) left top no-repeat;
}
#footer .contacts .site {
  background: url(../img/site.png) left top no-repeat;
}
.mainSlider {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 50px 0;
  width: 1200px;
}
.mainSlider .browse {
  background: url(../img/arrows.png) no-repeat;
  position: absolute;
  margin-top: -9px;
  cursor: pointer;
  display: none;
  height: 18px;
  width: 21px;
  z-index: 10;
  top: 50%;
}
.mainSlider .prev {
  background-position: left top;
  left: 40px;
}
.mainSlider .next {
  background-position: right top;
  right: 40px;
}
.mainSlider .scrollable {
  position: relative;
  overflow: hidden;
  height: 300px;
  width: 1200px;
}
.mainSlider .scrollable .items {
  position: absolute;
  width: 20000em;
}
.mainSlider .scrollable .items .oneItem {
  text-align: center;
  position: relative;
  display: block;
  float: left;
}
.mainSlider .scrollable .items .oneItem img {
  text-align: center;
  position: relative;
  display: block;
  width: 300px;
  float: left;
}
.mainSlider .scrollable .items .oneItem .text {
  position: relative;
  text-align: left;
  background: none;
  display: block;
  width: 900px;
  float: left;
}
.mainSlider .scrollable .items .oneItem .text h3 {
  color: #ff8000;
  margin-bottom: 20px;
  font-size: 40px;
}
.mainSlider .scrollable .items .oneItem .text p {
  margin-bottom: 20px;
  line-height: 18px;
  font-size: 16px;
}
.mainSlider .scrollable .items .oneItem .text .readmore {
  margin-bottom: 20px;
  color: #1d7a55;
  font-size: 14px;
}
.mainSlider .scrollable .items .oneItem .text .buy {
  background: url(../img/buy.png) left top no-repeat;
  margin: 21px 10px 0 0;
  display: block;
  height: 50px;
  width: 182px;
  float: left;
}
.mainSlider .scrollable .items .oneItem .text .buy:hover {
  background: url(../img/buy.png) left bottom no-repeat;
}
.mainSlider .scrollable .items .oneItem .text .toShop {
  background: url(../img/to_shop.png) left top no-repeat;
  margin-top: 20px;
  display: block;
  height: 52px;
  width: 452px;
  float: left;
}
.mainSlider .scrollable .items .oneItem .text .toShop:hover {
  background: url(../img/to_shop.png) left bottom no-repeat;
}
.mainSlider .navi {
  vertical-align: bottom;
  position: absolute;
  display: block;
  bottom: 35px;
  z-index: 5;
  left: 70px;
}
.mainSlider .navi a {
  background: #ffffff url(../img/slider_dot.png) left top no-repeat;
  margin-right: 10px;
  position: relative;
  cursor: pointer;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 16px;
  width: 16px;
  float: left;
}
.mainSlider .navi a.active {
  background: #ffffff url(../img/slider_dot.png) right top no-repeat;
}
.infografics {
  margin-bottom: 50px;
  display: block;
  height: 60px;
}
.infografics .wrapper {
  display: block;
  margin: 0 7px;
  float: left;
}
.infografics .wrapper img {
  margin-right: 20px;
  display: block;
  width: 60px;
  float: left;
}
.infografics .wrapper p {
  vertical-align: middle;
  display: table-cell;
  line-height: 18px;
  color: #1d7a55;
  font-size: 14px;
  height: 60px;
  width: 145px;
}
.products {
  margin-bottom: 30px;
  display: block;
}
.products .wrapper {
  text-decoration: none;
  margin: 0 10px 20px;
  text-align: center;
  display: block;
  height: 250px;
  width: 170px;
  float: left;
}
.products .wrapper .img {
  border: 2px solid #fff;
  margin: 0 auto 20px;
  overflow: hidden;
  display: block;
  height: 166px;
  width: 166px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.products .wrapper .img img {
  min-height: 170px;
  min-width: 170px;
  max-width: 170px;
  display: block;
}
.products .wrapper p {
  text-decoration: none;
  margin-bottom: 5px;
  font-size: 16px;
  color: #000;
}
.products .wrapper span {
  font-size: 12px;
  color: #8f8f8f;
}
.products .wrapper:hover .img {
  border: 2px solid #1d7a55;
}
.products .wrapper:hover p,
.products .wrapper:hover span {
  text-decoration: underline;
}
.greenLine {
  background: #1d7a55;
  margin-bottom: 50px;
  display: block;
}
.bigInfo {
  text-align: center;
  line-height: 55px;
  font-size: 45px;
  padding: 20px 0;
  display: block;
  color: #fff;
}
.bigInfo span {
  font-weight: bold;
  font-size: 55px;
}
#bodyMap .pattern {
  -webkit-box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px -3px rgba(0, 0, 0, 0.8);
  position: relative;
  background: #fff;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
  height: 690px;
  width: 460px;
  float: left;
  z-index: 2;
}
#bodyMap .pattern h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #1d7a55;
  font-size: 20px;
  display: block;
}
#bodyMap .pattern .systems {
  margin-bottom: 20px;
  position: relative;
  z-index: 1;
}
#bodyMap .pattern .systems .jq-selectbox__select {
  background: #ffffff url(../img/checked_bg.gif) 3px center no-repeat;
  padding: 3px 0 3px 27px;
  border: 1px solid #ccc;
  color: #1d7a55;
  font-size: 18px;
  cursor: pointer;
  display: block;
  outline: none;
  width: 429px;
  z-index: 2;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#bodyMap .pattern .systems .jq-selectbox__dropdown {
  border: 1px solid #ccc;
  color: #1d7a55;
  background: #fff;
  margin-top: -6px;
  width: 456px;
  z-index: 1;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#bodyMap .pattern .systems .jq-selectbox__dropdown ul {
  overflow-y: hidden!important;
  padding: 5px 0 0;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#bodyMap .pattern .systems .jq-selectbox__dropdown ul li {
  padding: 1px 0 2px 27px;
  cursor: pointer;
}
#bodyMap .pattern .systems .jq-selectbox__dropdown ul li:hover {
  background: #1d7a55;
  color: #fff;
}
#bodyMap .pattern .tabs ul {
  background: #1d7a55;
  position: absolute;
  display: block;
  margin: -2px;
  z-index: 2;
  bottom: 0;
  left: 0;
}
#bodyMap .pattern .tabs ul li {
  padding: 15px 48px;
  display: block;
  outline: none;
  float: left;
}
#bodyMap .pattern .tabs ul li a {
  text-decoration: none;
  text-align: center;
  font-size: 16px;
  display: block;
  outline: none;
  color: #fff;
}
#bodyMap .pattern .tabs ul .ui-tabs-active {
  background: url(../img/treangle1.gif) center top no-repeat;
}
#bodyMap .pattern .tabs div {
  background-position: center top;
  background-repeat: no-repeat;
  position: relative;
  display: block;
  height: 600px;
  width: 100%;
}
#bodyMap .pattern .tabs #tabs-1 {
  background-image: url(../img/system1_m.png);
}
#bodyMap .pattern .tabs #tabs-1 span {
  background-position: center top;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}
#bodyMap .infoBox {
  position: relative;
  padding: 20px 30px;
  margin-left: -2px;
  display: block;
  width: 640px;
  float: left;
  z-index: 1;
}
#bodyMap .infoBox h3 {
  background: url(../img/arrow_left_green.gif) left center no-repeat;
  margin: 0 0 20px -30px;
  padding-left: 30px;
  font-weight: bold;
  color: #1d7a55;
  font-size: 18px;
  display: block;
}
#bodyMap .infoBox .tabs ul li {
  border: 1px solid #ccc;
  margin: 0 10px 10px 0;
  background: #fff;
  cursor: pointer;
  display: block;
  outline: none;
  padding: 5px;
  float: left;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
#bodyMap .infoBox .tabs ul li a {
  text-decoration: none;
  outline: none;
  color: #000;
}
#bodyMap .infoBox .tabs ul .ui-tabs-active {
  border: 1px solid #1d7a55;
  background: #1d7a55;
}
#bodyMap .infoBox .tabs ul .ui-tabs-active a {
  color: #fff;
}
#bodyMap .infoBox .tabs div h3 {
  margin: 40px 0 20px -30px;
}
#bodyMap .infoBox .tabs div p {
  margin-bottom: 10px;
  font-size: 12px;
  display: block;
  color: #000;
}
#bodyMap .scroll-pane {
  overflow: auto;
  outline: none;
  height: 170px;
  float: left;
  width: 99%;
}
#bodyMap .scroll-content {
  outline: none;
  width: 100px;
  float: left;
}
#bodyMap .scroll-content-item {
  width: 90px;
  height: 120px;
  float: left;
  outline: none;
  margin: 0 10px;
  cursor: pointer;
  text-align: center;
}
#bodyMap .scroll-content-item .item .img {
  margin: 0 auto 10px;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 90px;
  width: 90px;
}
#bodyMap .scroll-content-item .item .img img {
  min-height: 90px;
  display: block;
  width: 90px;
}
#bodyMap .scroll-content-item .item p {
  text-align: center;
  font-size: 12px;
  display: block;
  color: #000;
}
#bodyMap .scroll-content-item .desc {
  display: none;
}
#bodyMap .scroll-bar-wrap {
  clear: left;
  padding: 0 4px 0 2px;
  margin: 0 -1px -1px -1px;
}
#bodyMap .scroll-bar-wrap .ui-slider {
  background: none;
  border: 0;
  height: 2em;
  margin: 0 auto;
}
#bodyMap .scroll-bar-wrap .ui-handle-helper-parent {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0 auto;
}
#bodyMap .scroll-bar-wrap .ui-slider-handle {
  top: .2em;
  height: 1.5em;
}
#bodyMap .scroll-bar-wrap .ui-slider-handle .ui-icon {
  margin: -8px auto 0;
  position: relative;
  top: 50%;
}
.jspDrag {
  background: #1d7a55;
  position: relative;
  cursor: pointer;
  display: block;
  height: 5px;
  width: auto;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  left: 0;
  top: 0;
}
.jspTrack {
  position: relative;
  background: #ccc;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.overview {
  margin-bottom: 30px;
  display: block;
}
.overview .lastNews {
  display: block;
  float: left;
}
.overview .lastNews .readall {
  display: inline-block;
  margin-left: 15px;
  color: #1d7a55;
  font-size: 12px;
}
.overview .lastNews .wrapper {
  margin-right: 10px;
  position: relative;
  display: block;
  height: 250px;
  width: 400px;
  float: left;
}
.overview .lastNews .wrapper .date {
  margin-bottom: 10px;
  display: block;
  height: 40px;
}
.overview .lastNews .wrapper .date .day {
  border: 1px solid #ccc;
  text-align: center;
  line-height: 38px;
  font-size: 24px;
  display: block;
  height: 38px;
  width: 38px;
  float: left;
  color: #000;
}
.overview .lastNews .wrapper .date .month {
  background: #1d7a55;
  padding: 7px 10px;
  margin-top: 5px;
  font-size: 16px;
  display: block;
  float: left;
  color: #fff;
}
.overview .lastNews .wrapper h3 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 18px;
  color: #000;
}
.overview .lastNews .wrapper p {
  margin-bottom: 10px;
  font-size: 14px;
  color: #000;
}
.overview .lastNews .wrapper .readmore {
  position: absolute;
  color: #1d7a55;
  font-size: 12px;
  display: block;
  bottom: -15px;
  left: 0;
}
.overview .lastVideo {
  display: block;
  float: left;
}
.print {
  background: url(../img/print.gif) left center no-repeat;
  padding: 3px 0 3px 25px;
  text-decoration: none;
  margin: 20px 0 0;
  font-size: 12px;
  display: block;
  color: #878787;
  float: right;
}
.breadcrumbs {
  margin: 20px 0 0;
  font-size: 12px;
  display: block;
  float: left;
}
.breadcrumbs a {
  text-decoration: none;
  color: #878787;
  float: left;
}
.breadcrumbs a:hover {
  text-decoration: underline;
}
.breadcrumbs span {
  color: #878787;
  float: left;
}
.breadcrumbs p {
  display: inline-block;
  color: #878787;
  float: left;
}
.ad {
  margin-left: 10px;
  display: block;
  float: right;
}
.ad * {
  margin-bottom: 20px;
  display: block;
}
.content {
  margin-bottom: 20px;
  display: block;
  width: 980px;
  float: left;
}
.content h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.content a {
  color: #1d7a55;
}
.text,
.seoText {
  margin-bottom: 20px;
  font-size: 14px;
  display: block;
  width: 980px;
  float: left;
  color: #000;
}
.text h3,
.seoText h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.text p,
.seoText p {
  margin-bottom: 10px;
  display: block;
}
.text iframe,
.seoText iframe {
  margin: 20px 0;
}
.text a,
.seoText a {
  color: #1d7a55;
}
.seoText {
  width: 100%;
}
.infoCard {
  -webkit-box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.8);
  box-shadow: 0px 0px 10px -4px rgba(0, 0, 0, 0.8);
  margin-bottom: 20px;
  display: block;
  padding: 20px;
  width: 650px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.infoCard p {
  font-family: Consolas;
  margin-bottom: 2px;
  font-size: 14px;
  display: block;
  color: #000;
}
.newsPreview {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  display: block;
}
.newsPreview .img {
  margin-bottom: 5px;
  margin-right: 20px;
  overflow: hidden;
  display: block;
  height: 220px;
  width: 300px;
  float: left;
}
.newsPreview .img img {
  min-height: 220px;
  min-width: 300px;
  max-width: 300px;
  display: block;
}
.newsPreview .wrapper {
  display: block;
  width: 660px;
  float: left;
}
.newsPreview .wrapper h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.newsPreview .wrapper p {
  margin-bottom: 10px;
  font-size: 14px;
}
.newsPreview .wrapper .readmore {
  margin-bottom: 10px;
  color: #1d7a55;
  font-size: 12px;
  display: block;
}
.newsPreview .wrapper .info {
  margin-bottom: 5px;
  display: block;
  height: 22px;
}
.newsPreview .wrapper .info .category {
  background: url(../img/pin.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  text-decoration: none;
  margin-right: 10px;
  color: #1d7a55;
  font-size: 12px;
  float: left;
}
.newsPreview .wrapper .info .commentary {
  background: url(../img/chat.png) left center no-repeat;
  padding: 5px 0 5px 30px;
  text-decoration: none;
  color: #1d7a55;
  font-size: 12px;
  float: left;
}
.showmore {
  border-bottom: 1px dashed #1d7a55;
  display: inline-block;
  color: #1d7a55;
  cursor: pointer;
  padding: 3px 0;
  margin: 20px 0;
}
.contacts {
  margin-bottom: 20px;
  display: block;
}
.contacts p {
  margin-bottom: 5px;
  padding-left: 30px;
  font-size: 24px;
}
.contacts .phone {
  background: url(../img/phone_g.png) 3px center no-repeat;
}
.contacts .mail {
  background: url(../img/email_g.png) left 8px no-repeat;
}
#map {
  margin-bottom: 20px;
  background: #f0f0f0;
  display: block;
  height: 340px;
  width: 770px;
}
.feedback p {
  margin-bottom: 20px;
  margin-right: 20px;
  font-size: 24px;
  display: block;
  color: #000;
  float: left;
}
.feedback p span {
  color: #ccc;
}
.feedback input[type=text],
.feedback input[type=tel],
.feedback input[type=email] {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-top: 5px;
  font-size: 24px;
  display: block;
  width: 448px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.feedback textarea {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-top: 5px;
  font-size: 24px;
  display: block;
  height: 160px;
  width: 938px;
  resize: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.feedback input[name=send] {
  background: url(../img/send_msg.png) left top no-repeat;
  margin-right: 18px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 192px;
  float: right;
  border: 0;
}
.feedback input[name=send]:hover {
  background: url(../img/send_msg.png) left bottom no-repeat;
}
.feedback .regLink {
  color: #1d7a55;
  margin-top: 10px;
  font-size: 18px;
  display: block;
  float: left;
}
.search {
  display: inline-block;
  position: relative;
  margin-left: 5px;
  padding: 10px 0;
}
.search input[type=text],
.search input[type=search] {
  padding: 2px 22px 3px 5px;
  border: 1px solid #ccc;
  position: relative;
  color: #1d7a55;
  background: #fff;
  font-size: 16px;
  display: block;
  outline: none;
  height: 24px;
  width: 451px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.search input[type=submit] {
  background: url(../img/loop.png) 3px center no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  color: #fff;
  right: 3px;
  border: 0;
  top: 13px;
}
.cityIndex {
  border-bottom: 1px solid #ccc;
  padding-bottom: 20px;
  margin-bottom: 20px;
  display: block;
}
.cityIndex .main {
  margin-bottom: 10px;
  display: block;
}
.cityIndex .main p {
  margin-bottom: 5px;
  display: block;
}
.cityIndex .main p a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #1d7a55;
  font-size: 14px;
}
.cityIndex .list {
  -webkit-column-gap: 10px;
  -webkit-column-count: 4;
  -moz-column-gap: 10px;
  -moz-column-count: 4;
  column-gap: 10px;
  column-count: 4;
  display: block;
}
.cityIndex .list ul {
  margin-bottom: 10px;
  display: block;
}
.cityIndex .list ul p {
  margin-bottom: 5px;
  font-weight: bold;
  font-size: 24px;
  color: #000;
}
.cityIndex .list ul li {
  margin-bottom: 5px;
  display: block;
}
.cityIndex .list ul li a {
  text-decoration: none;
  display: inline-block;
  font-weight: bold;
  color: #1d7a55;
  font-size: 14px;
}
.cityIndex .active a {
  text-decoration: underline!important;
}
.cityInfo {
  -webkit-column-gap: 30px;
  -webkit-column-count: 2;
  -moz-column-gap: 30px;
  -moz-column-count: 2;
  column-gap: 30px;
  column-count: 2;
}
.cityInfo .wrapper {
  margin-bottom: 20px;
  display: block;
}
.cityInfo .wrapper p {
  margin-bottom: 5px;
  font-size: 14px;
  display: block;
  color: #000;
}
.cityInfo .wrapper p:first-child {
  font-weight: bold;
}
.founded {
  text-decoration: underline;
  display: inline-block;
  margin-bottom: 50px;
  font-weight: bold;
  font-size: 28px;
}
.searchResult {
  border-bottom: 1px solid #ccc;
  padding-bottom: 15px;
  margin-bottom: 20px;
}
.searchResult h3 {
  margin-bottom: 20px;
  font-weight: bold;
  font-size: 24px;
  display: block;
}
.searchResult h3 a {
  color: #000;
}
.searchResult p {
  margin-bottom: 5px;
  line-height: 16px;
  font-size: 14px;
  display: block;
  color: #000;
}
.gallery .wrapper {
  text-decoration: none;
  margin: 0 10px 30px 0;
  display: block;
  float: left;
}
.gallery .wrapper .img {
  margin-bottom: 10px;
  overflow: hidden;
  display: block;
  height: 140px;
  width: 180px;
}
.gallery .wrapper .img img {
  min-height: 140px;
  min-width: 180px;
  max-width: 180px;
  display: block;
}
.gallery .wrapper p {
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.gallery .wrapper span {
  font-size: 12px;
  color: #000;
}
.album .albumSlider .wrap-img {
  margin-bottom: 10px;
  display: block;
}
.album .albumSlider .wrap-img img {
  display: block;
  width: 100%;
}
.album .albumSlider .scroll-pane {
  margin-bottom: 20px;
  overflow: auto;
  height: 100px;
  float: left;
  width: 100%;
}
.album .albumSlider .scroll-content {
  display: block;
  width: 100px;
  height: 90px;
  float: left;
}
.album .albumSlider .scroll-content-item {
  width: 90px;
  height: 90px;
  float: left;
  cursor: pointer;
  overflow: hidden;
  text-align: center;
}
.album .albumSlider .scroll-content-item img {
  display: block;
  height: 90px;
}
.album h3 {
  margin-bottom: 5px;
}
.album .date {
  margin-bottom: 30px;
  font-size: 12px;
  display: block;
}
.album p {
  font-size: 14px;
}
.leftmenu {
  margin: 0 8px 20px 0;
  display: block;
  width: 212px;
  float: left;
}
.leftmenu .askQuestion {
  background: url(../img/ask_question.png) left top no-repeat;
  margin-bottom: 20px;
  cursor: pointer;
  display: block;
  height: 42px;
  width: 212px;
}
.leftmenu .askQuestion:hover {
  background: url(../img/ask_question.png) left bottom no-repeat;
}
.leftmenu ul li {
  display: block;
}
.leftmenu ul li a {
  text-decoration: none;
  background: #fff;
  font-size: 16px;
  display: block;
  padding: 5px;
  color: #000;
}
.leftmenu ul li ul {
  padding: 0 0 0 20px;
  display: none;
}
.leftmenu ul li ul li a {
  background: #fff;
}
.leftmenu ul li:hover a,
.leftmenu ul li.active a {
  background: #d2e4dd;
}
.leftmenu ul li:hover ul li a,
.leftmenu ul li.active ul li a {
  background: #fff;
}
.leftmenu ul li:hover ul li:hover a,
.leftmenu ul li.active ul li:hover a,
.leftmenu ul li:hover ul li.active a,
.leftmenu ul li.active ul li.active a {
  background: #d2e4dd;
}
.leftmenu ul li.active ul {
  display: block;
}
.leftmenu ul li.open ul {
  display: block;
}
.leftmenu ul li.open:hover a {
  background: #fff;
}
.leftmenu ul li.open:hover a:hover {
  background: #d2e4dd;
}
.leftmenu ul li.open:hover ul {
  display: block;
}
.leftmenu ul li.open:hover ul li:hover a,
.leftmenu ul li.open:hover ul li.active a {
  background: #d2e4dd;
}
.bar {
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}
.bar .right .catalogSearch {
  margin-right: 20px;
  position: relative;
  padding: 4px 0;
  display: block;
  float: left;
}
.bar .right .catalogSearch input[type=text],
.bar .right .catalogSearch input[type=search] {
  border: 2px solid #1d7a55;
  padding: 3px 22px 3px 8px;
  position: relative;
  color: #1d7a55;
  background: #fff;
  font-size: 16px;
  display: block;
  width: 350px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.bar .right .catalogSearch input[type=submit] {
  background: url(../img/loop.png) 3px center no-repeat;
  background-size: contain;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  color: #fff;
  right: 3px;
  border: 0;
  top: 11px;
}
.bar .right .pricelist {
  background: url(../img/pricelist.png) left bottom no-repeat;
  display: block;
  height: 40px;
  width: 212px;
  float: left;
}
.bar .right .pricelist:hover {
  background: url(../img/pricelist.png) left top no-repeat;
}
.bar .left p {
  padding: 12px 0;
  display: block;
  float: left;
}
.bar .left .list {
  background: url(../img/list.gif) left top no-repeat;
  margin: 11px 0 0 10px;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 18px;
  float: left;
}
.bar .left .list.active {
  background: url(../img/list.gif) left bottom no-repeat;
  cursor: default;
}
.bar .left .tile {
  background: url(../img/tile.gif) left top no-repeat;
  margin: 11px 0 0 10px;
  cursor: pointer;
  display: block;
  height: 18px;
  width: 19px;
  float: left;
}
.bar .left .tile.active {
  background: url(../img/tile.gif) left bottom no-repeat;
  cursor: default;
}
.tileWrapper {
  padding: 0 0 0 30px;
  display: block;
}
.tileWrapper .wrapper {
  text-decoration: none;
  margin: 0 50px 50px 0;
  text-align: center;
  position: relative;
  display: block;
  float: left;
}
.tileWrapper .wrapper .img {
  margin-bottom: 20px;
  position: relative;
  overflow: hidden;
  display: block;
  height: 170px;
  width: 170px;
  -webkit-border-radius: 50%;
  border-radius: 50%;
}
.tileWrapper .wrapper .img img {
  min-height: 170px;
  min-width: 170px;
  max-width: 170px;
  display: block;
}
.tileWrapper .wrapper .img .more {
  background: rgba(29, 122, 85, 0.8);
  position: absolute;
  display: block;
  height: 170px;
  width: 170px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 100%;
  left: 0;
}
.tileWrapper .wrapper .img .more span {
  background: url(../img/loop_plus.png) left center no-repeat;
  padding: 4px 0 4px 25px;
  margin: -10px -45px;
  position: absolute;
  display: block;
  color: #fff;
  left: 50%;
  top: 50%;
}
.tileWrapper .wrapper .img:hover .more {
  top: 0;
}
.tileWrapper .wrapper p {
  font-size: 16px;
  color: #000;
}
.tileWrapper .wrapper span {
  font-size: 12px;
  color: #8f8f8f;
}
.tileWrapper .wrapper p:hover,
.tileWrapper .wrapper span:hover {
  text-decoration: underline;
}
.tileWrapper .wrapper .new,
.tileWrapper .wrapper .bestseller {
  margin-left: -55px;
  position: absolute;
  display: block;
  height: 30px;
  width: 111px;
  left: 50%;
  top: -2px;
}
.tileWrapper .wrapper .new {
  background: url(../img/new.png) center no-repeat;
}
.tileWrapper .wrapper .bestseller {
  background: url(../img/bestseller.png) center no-repeat;
}
.tileWrapper .list {
  width: 100%;
  border: 0;
}
.tileWrapper .list td {
  vertical-align: middle;
  padding: 3px 10px;
}
.tileWrapper .list td:nth-child(3) {
  text-align: center;
}
.tileWrapper .list td:nth-child(4) {
  color: #ff8000;
  text-align: center;
  font-size: 14px;
}
.tileWrapper .list .img {
  position: relative;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
}
.tileWrapper .list .img img {
  min-height: 60px;
  min-width: 60px;
  max-width: 60px;
  display: block;
}
.tileWrapper .list .img .more {
  background: #1d7a55 url(../img/loop_plus.png) center no-repeat;
  position: absolute;
  display: block;
  opacity: 0.8;
  height: 60px;
  width: 60px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  top: 100%;
  left: 0;
}
.tileWrapper .list .img:hover .more {
  top: 0;
}
.tileWrapper .list a {
  text-decoration: none;
  font-size: 16px;
  display: block;
  color: #000;
}
.tileWrapper .list a:hover {
  text-decoration: underline;
}
.tileWrapper .list span {
  font-size: 12px;
  color: #8f8f8f;
}
.tileWrapper .list .new,
.tileWrapper .list .bestseller {
  display: inline-block;
  padding: 5px 10px;
  font-size: 12px;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.tileWrapper .list .new {
  background: #ff8000;
}
.tileWrapper .list .bestseller {
  background: #1d7a55;
}
.overlay {
  -webkit-box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  box-shadow: 0 0 0 1000px rgba(0, 0, 0, 0.5);
  margin: -300px -224px;
  background: #fff;
  position: fixed;
  display: none;
  padding: 20px;
  z-index: 200;
  width: 430px;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  left: 50%;
  top: 50%;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.overlay .close {
  background: url(../img/close.png) left top no-repeat;
  position: absolute;
  cursor: pointer;
  display: block;
  height: 14px;
  width: 13px;
  right: 10px;
  top: 10px;
}
.overlay .close:hover {
  background: url(../img/close.png) right top no-repeat;
}
.overlay h3 {
  margin-bottom: 10px;
  font-weight: bold;
  color: #1d7a55;
  font-size: 24px;
}
.overlay .feedback p {
  margin-bottom: 10px;
  margin-right: 20px;
  font-size: 18px;
  display: block;
  color: #000;
}
.overlay .feedback p span {
  color: #ccc;
}
.overlay .feedback input[type=text],
.overlay .feedback input[type=tel],
.overlay .feedback input[type=email],
.overlay .feedback input[type=password] {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-top: 5px;
  font-size: 16px;
  display: block;
  width: 408px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.overlay .feedback textarea {
  border: 1px solid #ccc;
  padding: 3px 10px;
  margin-top: 5px;
  font-size: 16px;
  display: block;
  height: 160px;
  width: 408px;
  resize: none;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.overlay .feedback input[name=send] {
  background: url(../img/send_msg.png) left top no-repeat;
  margin-right: 0;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 192px;
  float: right;
  border: 0;
}
.overlay .feedback input[name=send]:hover {
  background: url(../img/send_msg.png) left bottom no-repeat;
}
.overlay .feedback input[name=enter] {
  background: url(../img/signin.png) left top no-repeat;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  height: 40px;
  width: 160px;
  float: left;
  border: 0;
}
.overlay .feedback input[name=enter]:hover {
  opacity: 1;
}
.overlay .feedback input[name=reg] {
  background: url(../img/reg.png) left top no-repeat;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  opacity: 0.8;
  height: 40px;
  width: 280px;
  float: left;
  border: 0;
}
.overlay .feedback input[name=reg]:hover {
  opacity: 1;
}
.overlay .feedback input[name=order] {
  background: url(../img/order.png) left top no-repeat;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 252px;
  float: left;
  border: 0;
}
.overlay .feedback input[name=order]:hover {
  background: url(../img/order.png) left bottom no-repeat;
}
.overlay .feedback input[name=pass] {
  background: url(../img/ch_pass.png) left top no-repeat;
  margin-right: 10px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 232px;
  float: left;
  border: 0;
}
.overlay .feedback input[name=pass]:hover {
  background: url(../img/ch_pass.png) left bottom no-repeat;
}
.overlay .tabs ul {
  padding: 5px 20px 7px;
  margin: 0 -20px 10px;
  background: #e8e8e8;
  position: relative;
  display: block;
}
.overlay .tabs ul li {
  display: block;
  outline: none;
  float: left;
}
.overlay .tabs ul li a {
  border-bottom: 1px dashed #838383;
  text-decoration: none;
  display: block;
  color: #838383;
  outline: none;
  height: 16px;
}
.overlay .tabs ul .ui-tabs-active a {
  border-bottom: 1px dashed #e8e8e8;
  cursor: default;
  color: #000;
}
.overlay .tabs ul .second {
  float: right;
}
.overlay .tabs ul .switch {
  background: url(../img/reg_switch_bg.png) left top no-repeat;
  position: absolute;
  margin: -5px -10px;
  cursor: pointer;
  display: block;
  height: 10px;
  width: 20px;
  left: 50%;
  top: 50%;
}
.overlay .tabs ul .switch .dot {
  background: url(../img/reg_switch_dot.png) left top no-repeat;
  position: absolute;
  display: block;
  -webkit-transition: all 500ms ease;
  -moz-transition: all 500ms ease;
  -ms-transition: all 500ms ease;
  -o-transition: all 500ms ease;
  transition: all 500ms ease;
  height: 6px;
  width: 6px;
  left: 2px;
  top: 2px;
}
.overlay .tabs ul .switch .dot.active {
  left: 12px;
}
.backBlock {
  margin-bottom: 20px;
  display: block;
}
.backBlock a {
  background: url(../img/back_arrow.png) left center no-repeat;
  padding: 2px 0 2px 15px;
  bottom: 0;
  text-decoration: none;
  font-size: 14px;
  color: #000;
}
.backBlock a:hover {
  text-decoration: underline;
}
.productCard img {
  margin-right: 20px;
  display: block;
  width: 400px;
  float: left;
}
.productCard .left {
  width: 560px;
}
.productCard .left .sale {
  color: #ff8000;
  font-size: 24px;
  display: block;
  width: 300px;
  float: right;
}
.productCard .left .price {
  margin-bottom: 20px;
  font-size: 54px;
}
.productCard .left .price span {
  font-weight: 900;
}
.productCard .left .manualsBlock label {
  margin-bottom: 20px;
  font-size: 20px;
  display: block;
  color: #000;
}
.productCard .left .manualsBlock input[name=tocart] {
  background: url(../img/to_cart.png) left top no-repeat;
  margin-right: 20px;
  cursor: pointer;
  display: block;
  outline: none;
  height: 40px;
  width: 182px;
  float: left;
  border: 0;
}
.productCard .left .manualsBlock input[name=tocart]:hover {
  background: url(../img/to_cart.png) left bottom no-repeat;
}
.productCard .left .manualsBlock input[name=tofavorits] {
  background: url(../img/to_favorites.png) left top no-repeat;
  cursor: pointer;
  display: block;
  outline: none;
  height: 40px;
  width: 202px;
  float: left;
  border: 0;
}
.productCard .left .manualsBlock input[name=tofavorits]:hover {
  background: url(../img/to_favorites.png) left bottom no-repeat;
}
.productCard .left .manualsBlock input[name=tocart].active {
  background: url(../img/in_cart.png) left top no-repeat;
}
.productCard .left .manualsBlock input[name=tocart].active:hover {
  background: url(../img/in_cart.png) left bottom no-repeat;
}
.productCard .left .manualsBlock input[name=tofavorits].active {
  background: url(../img/in_favorites.png) left top no-repeat;
}
.productCard .left .manualsBlock input[name=tofavorits].active:hover {
  background: url(../img/in_favorites.png) left bottom no-repeat;
}
.commentWrapper p,
.productCard p {
  margin-bottom: 20px;
}
.productCard .tileWrapper .wrapper {
  margin: 0 20px 30px 0;
}
.productCard .tileWrapper .wrapper p {
  margin-bottom: 0;
}
.commentWrapper h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  color: #000;
}
.commentWrapper p {
  font-size: 14px;
  color: #636363;
}
.commentWrapper .name {
  font-style: italic;
  text-align: right;
  font-size: 12px;
  display: block;
  color: #636363;
}
.feedback p span {
  font-size: 11px;
}
.quantity {
  border: 1px solid #8f8f8f;
  display: inline-block;
  margin-bottom: -12px;
  margin-left: 10px;
  background: #fff;
  padding: 0 3px;
  color: #000;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
.quantity .minus,
.quantity .plus {
  margin-top: 9px;
  cursor: pointer;
  display: block;
  height: 16px;
  width: 16px;
  float: left;
}
.quantity .minus {
  background: url(../img/plus_minus.gif) left bottom no-repeat;
}
.quantity .minus:hover {
  background: url(../img/plus_minus.gif) right bottom no-repeat;
}
.quantity .plus {
  background: url(../img/plus_minus.gif) left top no-repeat;
}
.quantity .plus:hover {
  background: url(../img/plus_minus.gif) right top no-repeat;
}
.quantity input[name=val] {
  text-align: center;
  background: none;
  font-size: 24px;
  display: block;
  width: 42px;
  color: #000;
  float: left;
  border: 0;
}
.signin,
.reg {
  display: none;
}
.signin.active,
.reg.active {
  display: block;
}
.cart table {
  margin-bottom: 20px;
}
.cart table thead {
  font-size: 24px;
}
.cart table thead td,
.cart table thead th {
  padding: 0 20px 20px 0;
  text-align: left;
  min-width: 75px;
}
.cart table thead .sort {
  cursor: pointer;
}
.cart table thead .sort span {
  background: url(../img/arrow_up.png) center no-repeat;
  margin-right: -11px;
  margin-left: 3px;
  display: none;
  height: 15px;
  width: 8px;
}
.cart table thead .headerSortUp span {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
  display: inline-block;
}
.cart table thead .headerSortDown span {
  display: inline-block;
}
.cart table td {
  vertical-align: middle;
}
.cart table .img {
  margin: 0 20px 5px 0;
  overflow: hidden;
  display: block;
  -webkit-border-radius: 50%;
  border-radius: 50%;
  height: 60px;
  width: 60px;
  float: left;
}
.cart table .img img {
  min-height: 60px;
  min-width: 60px;
  max-width: 60px;
  display: block;
}
.cart table .desc {
  width: 400px;
}
.cart table .desc .box {
  display: block;
}
.cart table .desc .box p {
  font-size: 16px;
  display: block;
  color: #000;
}
.cart table .desc .box span {
  font-size: 12px;
  display: block;
  color: #ccc;
}
.cart table .price {
  font-size: 24px;
}
.cart table .quant .quantity {
  margin: 0 30px;
}
.cart table .cost {
  font-size: 24px;
}
.cart table .action {
  text-align: center;
  width: 20px;
}
.cart table .action .deline {
  background: url(../img/close.png) left top no-repeat;
  display: block;
  height: 14px;
  width: 13px;
}
.cart table .action .deline:hover {
  background: url(../img/close.png) right top no-repeat;
}
.cart .summary {
  margin-bottom: 10px;
  font-size: 24px;
}
.cart .summary span {
  font-weight: bold;
  font-size: 34px;
}
.cart .order {
  background: url(../img/to_order.png) left top no-repeat;
  margin-bottom: 30px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 392px;
}
.cart .order:hover {
  background: url(../img/to_order.png) left bottom no-repeat;
}
.lkBox {
  margin-bottom: 30px;
  display: block;
}
.lkBox .chPass {
  background: url(../img/ch_pass.png) left top no-repeat;
  margin-bottom: 10px;
  cursor: pointer;
  display: block;
  height: 40px;
  width: 232px;
}
.lkBox .chPass:hover {
  background: url(../img/ch_pass.png) left bottom no-repeat;
}
.lkBox .consult {
  background: url(../img/consult.png) left top no-repeat;
  cursor: pointer;
  display: block;
  margin: 0 1px;
  height: 40px;
  width: 230px;
}
.lkBox .consult:hover {
  background: url(../img/consult.png) left bottom no-repeat;
}
.lkBox h3 {
  font-weight: normal;
}
.lkBox .editBox {
  margin-right: 50px;
  position: relative;
  display: block;
  width: 200px;
  float: left;
}
.lkBox .editBox p {
  margin-bottom: 10px;
  font-weight: bold;
}
.lkBox .editBox p .editBut {
  background: url(../img/edit.png) left top no-repeat;
  cursor: pointer;
  display: block;
  float: right;
  height: 10px;
  width: 10px;
}
.lkBox .editBox p .editBut:hover {
  background: url(../img/edit.png) right top no-repeat;
}
.lkBox .editBox p .editBut.active {
  display: none;
}
.lkBox .editBox .val {
  font-size: 18px;
  display: block;
}
.lkBox .editBox input {
  border: 1px solid #ccc;
  position: absolute;
  margin: -6px -9px;
  background: #fff;
  padding: 2px 8px;
  font-size: 18px;
  display: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 155px;
  color: #000;
  z-index: 2;
  bottom: 0;
  left: 0;
}
.lkBox .editBox .send {
  text-transform: uppercase;
  background: #1d7a55;
  position: absolute;
  margin: -6px -8px;
  padding: 6px 7px;
  font-size: 18px;
  cursor: pointer;
  display: none;
  -webkit-border-radius: 20px;
  border-radius: 20px;
  width: 26px;
  color: #fff;
  z-index: 2;
  bottom: 0;
  right: 0;
}
.history {
  margin-bottom: 30px;
  display: block;
}
.history table {
  width: 100%;
}
.history table tr {
  border-bottom: 1px solid #ccc;
}
.history table tr td:first-child {
  width: 20px;
}
.history table tr td {
  text-align: center;
  font-size: 14px;
  padding: 15px;
}
.favorites .tileWrapper .wrapper {
  margin: 0 20px 20px 0;
}
.description {
  margin-bottom: 20px;
  display: block;
}
.description h4 {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 14px;
  display: block;
}
.description p {
  font-size: 12px;
  width: auto;
}
#typeDisplay {
  margin: -160px 0 160px;
  display: block;
  width: 980px;
  height: 1px;
  float: left;
}
@media screen and (max-width: 1230px) {
  .centerBlock {
    width: 980px;
  }
  #header .phone {
    margin: 16px 40px;
  }
  #header .mainmenu ul li a {
    padding: 14px 7px;
  }
  .mainSlider {
    width: 980px;
  }
  .mainSlider .scrollable {
    width: 980px;
  }
  .mainSlider .scrollable .items .oneItem img {
    width: 280px;
  }
  .mainSlider .scrollable .items .oneItem .text {
    width: 700px;
  }
  .infografics {
    height: 130px;
  }
  .infografics .wrapper {
    margin: 0 25px;
  }
  .infografics .wrapper img {
    margin: 0 auto 10px;
    float: none;
  }
  .infografics .wrapper p {
    text-align: center;
  }
  .bigInfo {
    font-size: 40px;
  }
  .bigInfo span {
    font-size: 50px;
  }
  #bodyMap .infoBox {
    width: 420px;
  }
  .overview .lastNews .wrapper {
    height: 180px;
    width: 590px;
  }
  .overview .lastNews .wrapper:nth-child(2) {
    display: none;
  }
  #footer .subscribe {
    margin-bottom: -60px;
    width: 315px;
    float: none;
  }
  #footer .subscribe .copyrights {
    position: absolute;
    text-align: right;
    bottom: 0;
    right: 0;
  }
  #footer .subscribe #region_logo {
    position: absolute;
    right: 0;
    top: 0;
  }
  #footer .soc {
    margin-right: 30px;
    margin-top: 60px;
    width: 315px;
  }
  #footer .soc h3 {
    margin-bottom: 10px;
  }
  #footer .soc a {
    background-size: 800%;
    margin: 0 5px 0 0;
    height: 34px;
    width: 34px;
  }
  #footer .soc .rss {
    background-position: -34px top;
  }
  #footer .soc .twit {
    background-position: -68px top;
  }
  #footer .soc .you {
    background-position: -102px top;
  }
  #footer .soc .ok {
    background-position: -136px top;
  }
  #footer .soc .vk {
    background-position: -170px top;
  }
  #footer .soc .lj {
    background-position: -204px top;
  }
  #footer .soc .mail {
    background-position: -238px top;
  }
  #footer .links {
    margin-right: 20px;
  }
  .text,
  .seoText,
  .content {
    width: 770px;
  }
  .newsPreview .img {
    height: 200px;
    width: 250px;
  }
  .newsPreview .img img {
    min-height: 200px;
    min-width: 250px;
    max-width: 250px;
  }
  .newsPreview .wrapper {
    width: 500px;
  }
  .leftmenu {
    width: 202px;
  }
  .bar .right .catalogSearch input[type=text],
  .bar .right .catalogSearch input[type=search] {
    width: 290px;
  }
  .productCard img {
    margin-right: 10px;
    width: 230px;
  }
  .productCard .left {
    margin-bottom: 10px;
    width: 530px;
  }
  .productCard .left .sale {
    width: 270px;
  }
  .productCard .tileWrapper {
    margin-bottom: 20px;
    overflow: hidden;
    padding: 10px 0;
    height: 220px;
  }
  .productCard .feedback textarea {
    width: 748px;
  }
  .productCard .feedback input[name=send] {
    margin-right: 0;
  }
  .favorites .tileWrapper {
    padding: 0;
  }
  #typeDisplay {
    width: 770px;
  }
}
@media screen and (max-width: 1000px) {
  .centerBlock {
    width: 600px;
  }
  #header .logo {
    background-size: cover;
    width: 37px;
  }
  #header .phone {
    margin: 16px 20px;
    overflow: hidden;
    height: 24px;
    width: 182px;
  }
  #header .mainmenu .search input[type=text],
  #header .mainmenu .search input[type=search] {
    font-size: 44px;
    height: 80px;
    width: 500px;
  }
  #header .mainmenu .search input[type=submit] {
    background-size: contain;
    height: 74px;
    width: 78px;
  }
  #header .mainmenu ul {
    position: relative;
    margin-top: -1px;
    width: 100%;
    height: 0;
  }
  #header .mainmenu ul li {
    display: none;
  }
  #header .mainmenu ul .mainmenuBut {
    display: block;
  }
  #header .mainmenu ul.active li {
    display: block;
    float: none;
    padding: 0;
  }
  #header .mainmenu ul.active li a {
    border-bottom: 1px solid #0D6642;
    background: #1d7a55;
    font-size: 30px;
    padding: 20px 0;
  }
  #header .mainmenu ul.active li ul {
    margin-bottom: 17px;
    position: relative;
    height: auto;
    z-index: 1;
    border: 0;
  }
  #header .mainmenu ul.active li ul li {
    border: 0;
  }
  #header .mainmenu ul.active li ul li a {
    border: 1px solid #0D6642;
    margin: -1px 0 0 -1px;
    text-align: center;
    background: #fff;
    display: block;
    margin: 0;
  }
  #header .mainmenu ul.active li ul li a:hover {
    border-bottom: 1px solid #0D6642;
  }
  #header .mainmenu ul.active li ul:before {
    background: url(../img/close.png) left top no-repeat;
    background-size: cover;
    text-indent: -9999px;
    text-align: center;
    position: absolute;
    cursor: pointer;
    display: none;
    content: '.';
    height: 25px;
    width: 25px;
    color: #fff;
    right: 15px;
    top: -38px;
  }
  #header .mainmenu ul.active li ul:before:hover {
    background: url(../img/close.png) right top no-repeat;
  }
  #header .mainmenu ul.active li ul:after {
    display: none;
  }
  .mainSlider,
  .infografics,
  .products .wrapper:nth-child(n+10),
  #bodyMap {
    display: none;
  }
  .bigInfo {
    line-height: 25px;
    font-size: 22px;
    padding: 10px 0;
  }
  .bigInfo span {
    font-size: 25px;
  }
  .overview .lastVideo iframe {
    height: 370px;
    width: 600px;
  }
  #footer {
    height: 230px;
  }
  #footer .subscribe {
    margin-bottom: 0px;
    width: 200px;
    height: 0;
  }
  #footer .subscribe form,
  #footer .subscribe h3 {
    display: none;
  }
  #footer .subscribe .copyrights {
    bottom: -50px;
  }
  #footer .subscribe #region_logo {
    bottom: -40px;
    right: auto;
    top: auto;
    left: 0;
  }
  #footer .soc {
    margin-right: 0;
    margin-top: 0;
    width: 315px;
  }
  #footer .soc h3 {
    font-size: 26px;
  }
  #footer .soc a {
    margin: 0 10px 10px 0;
    height: 44px;
    width: 44px;
  }
  #footer .soc .rss {
    background-position: -44px top;
  }
  #footer .soc .twit {
    background-position: -88px top;
  }
  #footer .soc .you {
    background-position: -132px top;
  }
  #footer .soc .ok {
    background-position: -176px top;
  }
  #footer .soc .vk {
    background-position: -220px top;
  }
  #footer .soc .lj {
    background-position: -264px top;
  }
  #footer .soc .mail {
    background-position: -308px top;
  }
  #footer .links {
    display: none;
  }
  #footer .contacts {
    float: right;
  }
  #footer .contacts h3 {
    font-size: 26px;
  }
  #footer .contacts p {
    font-size: 20px;
  }
  .ad {
    display: none;
  }
  .text,
  .seoText,
  .content,
  .text iframe,
  .seoText iframe {
    width: 600px;
  }
  .infoCard {
    width: 558px;
  }
  .newsPreview .img {
    height: 300px;
    width: 600px;
  }
  .newsPreview .img img {
    min-height: 300px;
    min-width: 600px;
    max-width: 600px;
  }
  .newsPreview .wrapper {
    width: 600px;
  }
  .leftmenu {
    width: 600px;
  }
  .leftmenu ul {
    background: #1d7a55;
    -webkit-column-gap: 0px;
    -webkit-column-count: 2;
    -moz-column-gap: 0px;
    -moz-column-count: 2;
    column-gap: 0px;
    column-count: 2;
  }
  .leftmenu ul li {
    border-right: 1px solid #0D6642;
    border-left: 1px solid #0D6642;
  }
  .leftmenu ul li a {
    background: #1d7a55;
    word-wrap: break-word;
    font-size: 32px;
    padding: 10px;
    color: #fff;
  }
  .tileWrapper .wrapper {
    margin: 0 20px 30px 0;
  }
  .bar {
    padding: 0;
  }
  .bar .right .catalogSearch {
    margin-right: 8px;
    padding: 0;
  }
  .bar .right .catalogSearch input[type=text],
  .bar .right .catalogSearch input[type=search] {
    padding: 7px 22px 7px 8px;
    font-size: 20px;
    height: 52px;
    width: 320px;
  }
  .bar .right .catalogSearch input[type=submit] {
    height: 28px;
    width: 28px;
    right: 9px;
    top: 13px;
  }
  .bar .right .pricelist {
    background-size: cover;
    height: 52px;
    width: 272px;
  }
  .bar .left {
    margin-top: 20px;
  }
  .bar .left p {
    font-size: 40px;
  }
  .bar .left .list,
  .bar .left .tile,
  .bar .left .list.active,
  .bar .left .tile.active {
    background-size: 100%;
    margin: 15px 0 0 30px;
    height: 42px;
  }
  .bar .left .list {
    width: 42px;
  }
  .bar .left .tile {
    width: 44px;
  }
  .tileWrapper {
    padding: 0;
  }
  .tileWrapper .list tr {
    border: 2px solid #ccc;
  }
  .tileWrapper .list td {
    position: relative;
    padding: 5px;
  }
  .tileWrapper .list td a {
    font-size: 18px;
  }
  .tileWrapper .list td:nth-child(3) {
    width: auto;
  }
  .tileWrapper .list td:nth-child(4) {
    vertical-align: top;
  }
  .tileWrapper .list .new,
  .tileWrapper .list .bestseller {
    position: absolute;
    right: -150px;
    bottom: 5px;
  }
  .tileWrapper .list .new {
    margin-right: 10px;
  }
  .productCard img {
    margin-bottom: 20px;
    width: 600px;
  }
  .productCard .feedback textarea {
    width: 578px;
  }
  .cityIndex .main p a {
    font-size: 20px;
  }
  .cityIndex .list ul p {
    margin-bottom: 10px;
    font-size: 30px;
  }
  .cityIndex .list ul li {
    margin-bottom: 10px;
  }
  .cityIndex .list ul li a {
    font-size: 20px;
  }
  #map,
  #map > ymaps {
    width: 600px!important;
  }
  .lkBox .editBox {
    margin-bottom: 20px;
    float: none;
  }
  .cart table td:first-child,
  .cart table th:first-child {
    min-width: 0;
    padding: 0;
  }
  .cart table td:first-child .img,
  .cart table th:first-child .img {
    display: none;
  }
  .cart table .action {
    position: relative;
  }
  .cart table .action .deline {
    position: absolute;
    left: -30px;
  }
  #typeDisplay {
    width: 600px;
  }
}



/* 25.03.2015 */
.mitraTabs .mitraTabsTabs {
  margin-top: 30px;
  border-bottom: 1px solid #c7c7c7;
}
.mitraTabs .mitraTabsTabs .mitraTabsOne {
  position: relative;
  bottom: -1px;
  display: inline-block;
  height: 52px;
  line-height: 52px;
  margin-right: 12px;
  padding: 0 60px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-decoration:none;
  background: #2f986e;
  background-image: -webkit-linear-gradient(top, #2f986e 0%,#1d7251 100%);
  background-image: -moz-linear-gradient(top, #2f986e 0%,#1d7251 100%);
  background-image: -o-linear-gradient(top, #2f986e 0%,#1d7251 100%);
  background-image: -ms-linear-gradient(top, #2f986e 0%,#1d7251 100%);
  background-image: linear-gradient(top, #2f986e 0%,#1d7251 100%);
  border-color: #36ac7d;
  -webkit-border-radius: 3px 3px 0 0;
     -moz-border-radius: 3px 3px 0 0;
        border-radius: 3px 3px 0 0;
}
.mitraTabs .mitraTabsTabs .mitraTabsOne:hover  {
  background: #12583d;
  background-image: -webkit-linear-gradient(top, #2f986e 0%,#12583d 100%);
  background-image: -moz-linear-gradient(top, #2f986e 0%,#12583d 100%);
  background-image: -o-linear-gradient(top, #2f986e 0%,#12583d 100%);
  background-image: -ms-linear-gradient(top, #2f986e 0%,#12583d 100%);
  background-image: linear-gradient(top, #2f986e 0%,#12583d 100%);
/*  background: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
  background-image: -moz-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
  background-image: -o-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
  background-image: -ms-linear-gradient(top, #e8e8e8 0%,#ffffff 100%);
  background-image: linear-gradient(top, #e8e8e8 0%,#ffffff 100%);*/
}
.mitraTabs .mitraTabsTabs .mitraTabsOne.current {
  color: #5b5b5b;
  background: #fff;
  border: 1px solid #c7c7c7;
  border-bottom-color: #fff;
}
.mitraTabs .mitraTabsCont { padding: 30px 0; }
.mitraTabs .mitraTabsCont .mitraTabsOne { display:none; }
.mitraTabs .mitraTabsCont .mitraTabsOne.current { display:block; }