.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
h1,
h2,
h3,
form {
  margin: 0;
  padding: 0;
}
.center {
  width: 1000px;
  margin: 0 auto;
}
.pink {
  color: #da218a;
}
.red {
  color: red;
}
.idiv1 {
  padding: 15px 0 25px 0;
}
.bg2 {
  background: url(images/bg2.jpg);
}
.bg2brd {
  background: url(images/bg2.jpg);
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -o-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
}
.button {
  border: 1px solid #db7db0;
  background: #da218a;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 0 8px;
  line-height: 23px;
  height: 23px;
  color: white;
  text-decoration: none;
  display: inline-block;
  box-sizing: content-box;
  -o-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  cursor: pointer;
}
.button:visited {
  color: white;
}
.button-grey {
  background: #777;
  border-color: #444;
}
html,
body,
td,
input,
select,
textarea {
  font-family: arial, sans-serif;
  font-size: 12px;
  color: #474747;
}
a {
  color: #da218a;
}
a:visited {
  color: #da218a;
}
body {
  background: url(images/bg.jpg);
}
input[type="text"],
input[type="password"] {
  padding: 0 3px;
  line-height: 23px;
  height: 25px;
}
input[type="text"],
input[type="password"],
textarea,
select {
  border: 1px solid #e875b7;
  background: white;
  border-color: rgba(218,33,138,0.62);
  background-color: rgba(255,255,255,0.62);
  box-sizing: content-box;
  -o-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
}
#main {
  padding: 15px 0;
}
.content-left {
  width: 700px;
  float: left;
}
#right {
  width: 280;
  float: right;
}
#after {
  clear: both;
  margin: 15px 0;
}
header {
  background: url(images/header-bg.jpg) repeat-x;
  height: 139px;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -o-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -o-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  position: relative;
}
header .center {
  height: 139px;
  position: relative;
}
#logo {
  position: absolute;
  display: block;
  width: 390px;
  height: 54px;
  top: 23px;
  background: url(images/logo.png) no-repeat;
}
#login {
  position: absolute;
  bottom: 15px;
}
#login-button {
  background-image: url(images/login-b.png);
  background-repeat: no-repeat;
  background-position: center center;
  width: 8px;
}
#logged a {
  color: #474747;
}
#logged a:visited {
  color: #474747;
}
#search {
  position: absolute;
  bottom: 15px;
  left: 507px;
  right: 0px;
}
#search h1 {
  color: #ffffff;
  background: url(images/search-h.png) no-repeat;
  font-size: 16px;
  height: 56px;
  width: 234px;
  text-align: center;
  font-weight: normal;
}
#search h1 a {
  color: white;
  text-decoration: none;
}
#search h1 a:visited {
  color: white;
}
#search-count {
  font-size: 15px;
  text-align: right;
  line-height: 16px;
  padding-bottom: 4px;
}
#search-count strong {
  color: #da218a;
  font-size: 18.6px;
  line-height: 16px;
}
#search #search-yandex {
  height: 29px;
}
#search #ya-site-form0.ya-site-form {
  border: 1px solid #e875b7;
  background: white;
  border-color: rgba(218,33,138,0.62);
  background-color: rgba(255,255,255,0.62);
  padding: 4px 6px !important;
  height: 19px;
}
#search #ya-site-form0.ya-site-form .ya-site-form__search-input {
  padding: 0;
}
#search #ya-site-form0.ya-site-form .ya-site-form__input-text {
  border: none;
  padding: 0;
  background: none !important;
  height: 21px;
  width: 450px;
  font-size: 12px;
  line-height: 21px;
}
#search #ya-site-form0.ya-site-form .ya-site-form__submit {
  background: url(images/search-b.png) no-repeat;
  height: 21px;
  width: 27px;
  text-indent: 40px;
  margin: 0;
  border: none;
}
#register-form-wrapper {
  display: none;
}
#register-form {
  text-align: center;
  padding: 40px 60px;
}
#register-form h2 {
  margin-bottom: 20px;
  font-size: 24px;
}
#register-form input[type="text"],
#register-form input[type="password"] {
  width: 300px;
}
#topmenu {
  zoom: 1;
  position: relative;
  margin-bottom: 20px;
}
#topmenu:before,
#topmenu:after {
  content: "";
  display: table;
}
#topmenu:after {
  clear: both;
}
#topmenu-header {
  font-size: 18px;
  border: 1px solid #e87ab8;
  background: white;
  float: left;
  line-height: 29px;
  height: 29px;
  width: 330px;
  padding: 0 0 0 8px;
  cursor: pointer;
}
#topmenu-button {
  background: url(images/topmenu-button.png);
  float: left;
  width: 31px;
  height: 31px;
  margin: 0 0 0 10px;
  cursor: pointer;
}
#topmenu-button.open {
  background: url(images/topmenu-button-c.png);
}
#topmenu-items {
  display: none;
  position: absolute;
  top: 31px;
  left: 0;
  z-index: 99;
}
.topmenu-item {
  display: block;
  width: 332px;
  color: white;
  text-decoration: none;
  border-bottom: 1px solid #e2449e;
  background: #da218a;
  font-size: 18px;
  height: 29px;
  line-height: 29px;
  padding: 0 0 0 8px;
}
.topmenu-item:visited {
  color: white;
}
.topmenu-item+.topmenu-item {
  border-top: 1px solid #e85bab;
}
#main h1,
#main h2,
#main h3 {
  font-size: 22px;
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', arial, sans-serif;
  padding: 15px 0;
}
#icatalog {
  zoom: 1;
  padding: 20px 0 35px 0;
  height: 466px;
}
#icatalog:before,
#icatalog:after {
  content: "";
  display: table;
}
#icatalog:after {
  clear: both;
}
#icatalog #icatalog-grid {
  width: 1075px;
  height: 466px;
  zoom: 1;
}
#icatalog #icatalog-grid:before,
#icatalog #icatalog-grid:after {
  content: "";
  display: table;
}
#icatalog #icatalog-grid:after {
  clear: both;
}
#icatalog a {
  display: block;
  float: left;
  width: 125px;
  margin: 0 50px 35px 0;
  text-align: center;
  text-decoration: none;
  color: white;
}
#icatalog a:visited {
  color: white;
}
#icatalog a div {
  height: 91px;
  margin: 0 0 6px 0;
  font-size: 0px;
  letter-spacing: 0px;
  word-spacing: 0px;
  line-height: 91px;
  text-align: center;
}
#icatalog a div img {
  vertical-align: middle;
  border: none;
}
#icatalog a span {
  display: block;
  padding: 2px 0;
  height: 34px;
  background: url(images/icat-bg.jpg);
  font-size: 15px;
}
.iline {
  padding: 15px 0 25px 0;
  width: 1000px;
  margin: 0 auto;
  zoom: 1;
  position: relative;
  z-index: 0;
}
.iline:before,
.iline:after {
  content: "";
  display: table;
}
.iline:after {
  clear: both;
}
.iline2 {
  background: url(images/bg2.jpg);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -o-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  padding: 15px 0 25px 0;
  position: relative;
  z-index: 1;
}
.iline2 .center {
  zoom: 1;
}
.iline2 .center:before,
.iline2 .center:after {
  content: "";
  display: table;
}
.iline2 .center:after {
  clear: both;
}
#main .ilinep {
  padding: 15px 0 25px 0;
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -o-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  position: relative;
  z-index: 2;
  background: #da218a;
  color: white;
}
#main .ilinep .center {
  zoom: 1;
}
#main .ilinep .center:before,
#main .ilinep .center:after {
  content: "";
  display: table;
}
#main .ilinep .center:after {
  clear: both;
}
#main .ilinep h2 {
  font-size: 28px;
  font-style: italic;
  text-align: center;
  border-bottom: 1px solid white;
}
#main .ilinep h3 {
  font-size: 18px;
  font-style: italic;
  text-align: center;
}
.index-left {
  float: left;
  width: 630px;
}
.index-right {
  float: right;
  width: 350px;
}
#main .icompanies-table td {
  width: 146px;
  vertical-align: top;
}
#main .icompanies-table td .icompanies-item-img {
  text-align: center;
  margin-bottom: 10px;
  height: 100px;
}
#main .icompanies-table td img {
  width: 146px;
}
#main .icompanies-table td h3 {
  font-weight: normal;
  padding: 0;
  margin-bottom: 20px;
}
#main .icompanies-table td h3 a {
  font-size: 17px;
}
.icompanies-table td+td {
  padding-left: 15px;
}
.commentbubble {
  background: #e8e8e8;
  background: rgba(125,125,125,0.16);
  font-size: 12px;
  -o-border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  -khtml-border-radius: 6px;
  border-radius: 6px;
  padding: 5px;
}
.commentbubble-more {
  font-size: 10px;
  text-align: right;
}
.commentbubble-bottom {
  background: url(images/commentbubble-bg.png) no-repeat 23px top;
  height: 20px;
}
#isteps {
  margin: 0;
  padding: 0;
  list-style: none;
}
#isteps li {
  float: left;
  width: 25%;
  background: top center no-repeat;
  text-align: center;
  padding: 112px 0 0 0;
  font-size: 16px;
  line-height: 22px;
}
#isteps b {
  font-size: 24px;
  display: block;
  margin: 15px 0 10px;
  font-style: italic;
}
#isteps #istep1 {
  background-image: url(images/istep1.png);
}
#isteps #istep2 {
  background-image: url(images/istep2.png);
}
#isteps #istep3 {
  background-image: url(images/istep3.png);
}
#isteps #istep4 {
  background-image: url(images/istep4.png);
}
.itender-title {
  height: 45px;
  font-size: 14px;
  line-height: 44px;
}
.itender-item {
  width: 100%;
  border: none;
  border-spacing: 0;
  background: #F2F7FF;
  font-size: 11px;
}
.itender-item td {
  padding: 3px;
  font-size: 11px;
}
#itender-all {
  margin-top: 20px;
}
#itender-all a {
  padding: 0 15px 0 0;
  background: url(images/arrow.gif) center right no-repeat;
}
#itender-promo,
#itender-button {
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  -o-border-radius: 12px/10px;
  -moz-border-radius: 12px/10px;
  -webkit-border-radius: 12px/10px;
  -khtml-border-radius: 12px/10px;
  border-radius: 12px/10px;
}
#itender-promo {
  font-weight: normal;
  color: #da218a;
  margin: 15px 0;
  background: url(images/itender-promo-h1.png) top center no-repeat;
  padding: 240px 0 0 0;
}
#itender-promo h2,
#itender-promo h3 {
  font-family: arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
  font-style: italic;
  text-align: center;
  margin: 0;
  padding: 5px 0;
}
#itender-promo h2 {
  color: #da218a;
}
#itender-promo h3 {
  color: #474747;
}
#itender-button {
  background: #da218a;
  color: white;
  text-align: center;
  display: block;
  padding: 15px 0;
  text-decoration: none;
  font-size: 22px;
  font-weight: bold;
}
#ipreim {
  font-size: 14px;
  line-height: 18px;
  padding: 0 0 0 20px;
}
#ipreim li+li {
  margin-top: 10px;
}
.ijournal-item,
#ijournal-more {
  display: block;
  float: left;
  height: 230px;
  margin-bottom: 20px;
}
.ijournal-item {
  width: 150px;
  color: white;
  background: #da218a;
  text-decoration: none;
  font-size: 14px;
}
.ijournal-item img {
  border: none;
  width: 150px;
}
.ijournal-item:visited {
  color: white;
}
.ijournal-item div {
  padding: 5px 8px;
}
.ijournal-item+.ijournal-item {
  margin-left: 12px;
}
#ijournal-more {
  width: 28px;
  background: url(images/ijournal-more.png) center center no-repeat;
  margin-left: 12px;
}
#content.content-left h1,
#content.content-left h2.bg2 {
  background: url(images/bg2.jpg);
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -o-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  padding: 0 0 0 16px;
  line-height: 42px;
  margin: 10px 0;
}
.firmlist-item {
  margin: 10px 0;
}
.firmlist-item+.firmlist-item {
  margin-top: 25px;
}
.firmshort,
.firmafisha {
  margin: 15px 0;
}
.firmshort-left,
.firm-left {
  width: 150px;
  float: left;
}
.firmshort-left .firmshort-img,
.firmshort-left .firm-img,
.firm-left .firmshort-img,
.firm-left .firm-img {
  width: 150px;
  border: 1px solid #da218a;
}
#main .firmshort-right,
.firm-right {
  margin-left: 160px;
}
#main .firmshort-right h2,
.firm-right h2 {
  padding: 0 0 10px 0;
  font-size: 21px;
  font-family: arial;
  line-height: 21px;
}
.firmshort-footer {
  clear: both;
  font-size: 13px;
  background: url(images/bg2.jpg);
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -o-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  margin: 10px 0;
}
.firmshort-footer .firmshort-left {
  padding: 5px 0 5px 10px;
}
.firmshort-footer .firmshort-right {
  padding: 5px 10px 5px 0;
}
.firmshort-footer table {
  width: 100%;
}
.firmshort-footer table td {
  vertical-align: middle;
}
.firmshort-line {
  display: inline-block;
  height: 14px;
  vertical-align: middle;
}
.firmshort-rating {
  padding: 0 20px 0 0;
  background: url(images/ico-rating.png) right center no-repeat;
}
.firmshort-comments {
  padding: 0 20px 0 0;
  background: url(images/ico-comments.png) right center no-repeat;
}
.firmshort-views {
  padding: 0 20px 0 0;
  background: url(images/ico-views.png) right center no-repeat;
}
.firmshort-hl {
  color: #da218a;
  padding: 0 5px 0 5px;
}
.firmshort-hl+td {
  padding-left: 10px;
}
#main .firmlist-newsline:empty {
  display: none;
}
#main .firmshort .firmlist-newsline {
  margin-bottom: 10px;
  color: #da218a;
  background: #FFF1D8;
  padding: 5px;
}
#main .firmafisha .firmlist-newsline {
  margin: -10px 0 10px 0;
  color: #da218a;
}
.firmafisha-bg {
  height: 230px;
  background-repeat: no-repeat;
  background-position: left top;
  overflow: hidden;
  position: relative;
}
.firmafisha-info {
  margin: 15px 15px 15px 400px;
  background: rgba(255,255,255,0.75);
  padding: 5px 5px 5px 10px;
  position: relative;
  z-index: 2;
}
.firmafisha-a {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
}
.firm-cont-addres {
  font-size: 12px;
  background: url(images/ico-addres.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-life {
  font-size: 12px;
  background: url(images/ico-life.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-mail {
  font-size: 12px;
  background: url(images/ico-mail.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-metro {
  font-size: 12px;
  background: url(images/ico-metro.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-mts {
  font-size: 12px;
  background: url(images/ico-mts.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-phone {
  font-size: 12px;
  background: url(images/ico-phone.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-velcom {
  font-size: 12px;
  background: url(images/ico-velcom.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.firm-cont-web {
  font-size: 12px;
  background: url(images/ico-web.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
.ico-ymap {
  font-size: 12px;
  background: url(images/ico-ymap.gif) 2px center no-repeat;
  padding: 0 0 0 24px;
  line-height: 24px;
}
#tabs {
  zoom: 1;
  border-bottom: 1px solid #c2c2c2;
  margin: 15px 0 0 0;
}
#tabs:before,
#tabs:after {
  content: "";
  display: table;
}
#tabs:after {
  clear: both;
}
.mycatTab {
  -moz-border-radius-topleft: 5px;
  -webkit-border-top-left-radius: 5px;
  border-top-left-radius: 5px;
  -moz-border-radius-topright: 5px;
  -webkit-border-top-right-radius: 5px;
  border-top-right-radius: 5px;
  display: block;
  float: left;
  color: white;
  text-decoration: none;
  background: #707070;
  font-size: 14px;
  font-family: 'Open sans', arial, sans-serif;
  padding: 5px 18px;
}
.mycatTab:visited {
  color: white;
}
.mycatTab.mycatTabCurrent {
  background: #da218a;
}
.mycatTab+.mycatTab {
  margin-left: 3px;
}
#content.content-left .firmalbum {
  background: url(images/bg2.jpg);
  border: 1px solid #c2c2c2;
  -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -moz-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  -o-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.3);
  color: #474747;
}
#content.content-left .firmalbum .firmalbumctrl {
  color: #474747;
}
.youcanaddcomment {
  margin: 15px 0;
}
.youcanaddcomment span {
  display: inline-block;
  background: #da218a;
  -o-border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  -khtml-border-radius: 10px;
  border-radius: 10px;
  padding: 0px 30px;
  line-height: 47px;
  height: 47px;
  color: white;
  font-size: 19px;
}
.youcanaddcomment span a {
  color: white;
}
.youcanaddcomment span a:visited {
  color: white;
}
footer {
  background: url(images/footer-bg.jpg);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -moz-box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  -o-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  box-shadow: 0px 0px 8px 0px rgba(0,0,0,0.95);
  zoom: 1;
  padding: 20px 0;
  color: #474747;
}
footer:before,
footer:after {
  content: "";
  display: table;
}
footer:after {
  clear: both;
}
footer h2 {
  color: #da218a;
  font-weight: 400;
  font-style: normal;
  font-family: 'Open Sans', arial, sans-serif;
  font-size: 18px;
  padding-bottom: 10px;
}
footer .footer-1 {
  width: 160px;
  float: left;
}
footer .footer-2 {
  width: 200px;
  float: left;
}
footer .footer-1-2 {
  width: 360px;
  float: left;
}
footer .footer-2 + .footer-1-2 {
  margin-top: 15px;
}
footer .footer-3 {
  width: 315px;
  float: left;
}
footer .footer-31 {
  width: 165px;
  float: left;
}
footer .footer-32 {
  width: 150px;
  float: left;
}
footer #footer-links {
  font: 13px Tahoma;
}
footer #footer-links > div {
  float: left;
}
footer #footer-links a {
  display: block;
  margin: 3px 0;
  color: #474747;
  text-decoration: underline;
}
footer #footer-links a:visited {
  color: #474747;
}
footer #footer-links a:hover {
  text-decoration: none;
}
footer #footer-links a:hover {
  text-decoration: none;
}
footer #footer-links h3 {
  font: 25px Tahoma;
  font-weight: bold;
  margin: 0px;
}
footer #footer-links .year {
  font-size: 11px;
}
footer #footer-links .year a {
  display: inline;
  margin: 0;
  text-decoration: none;
}
footer #footer-links .year a:hover {
  text-decoration: underline;
}
footer .footer-counter img {
  vertical-align: middle;
}
footer #footer-links .footer-4 > a {
  margin: 6px 0;
}
footer #footer-links .footer-4 > div {
  margin: 15px 0;
}
.link-fb,
.link-twi,
.link-vk {
  padding-left: 22px;
  background: left center no-repeat;
}
.link-fb {
  background-image: url(images/link_fb.png);
}
.link-twi {
  background-image: url(images/link_twi.png);
}
.link-vk {
  background-image: url(images/link_vk.png);
}
.footer-share {
  float: left;
  margin: 0 5px 5px 0;
}
#place-form {
  height: 80px;
}
#place-form input[type="text"] {
  border: 1px solid #c1c1c1;
}
.place-t {
  font-family: arial;
  font-size: 15px;
  color: black;
}
.place-s {
  background: url(images/placeslider/find.png) no-repeat;
  height: 26px;
  width: 64px;
  border: none;
}
#placeSliderCont {
  background: url(images/placeslider/scale.png) no-repeat;
  height: 32px;
  width: 547px;
}
#placeSliderCont1 {
  padding: 28px 1px 0 1px;
}
#placeSlider {
  width: 545px;
}
.ui-slider {
  position: relative;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 18px;
  height: 14px;
  background: url(images/placeslider/polzunok.png) no-repeat top center;
  cursor: pointer;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  overflow: hidden;
}
.ui-slider-horizontal {
  height: 3px;
}
.ui-slider-horizontal .ui-slider-handle {
  top: 3px;
  margin-left: -10px;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-widget-header {
  border-top: 1px solid white;
  background: #9d2dac;
}
.showallbtn {
  BORDER: 0;
  background: url(/css/images/all_comments.png) transparent;
  width: 116px;
  CURSOR: pointer;
  HEIGHT: 33px;
  color: white;
  font-size: 8pt;
  padding-top: 4px;
  margin-left: 15px;
}
#comm_tbl {
  margin: 15px 0 0 0;
}
tr.comm_hdr {
  color: #656D6C;
  font: 12px Tahoma;
}
td.comm_usr {
  width: 150px;
}
td.comm_date {
  background-image: url(/css/images/ico_date.png);
  background-repeat: no-repeat;
  padding-left: 20px;
}
td.comm_td_l {
  vertical-align: top;
}
tr.comm_body {
  font: 12px Tahoma;
}
td.comm_note {
  padding-bottom: 20px;
}
div.commfrm {
  background: #DCDCDC;
  background: -moz-linear-gradient(top,#FFFFFF,#DCDCDC);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#FFFFFF),color-stop(100%,#DCDCDC));
  background: -webkit-linear-gradient(top,#FFFFFF,#DCDCDC);
  background: -o-linear-gradient(top,#FFFFFF,#DCDCDC);
  background: -ms-linear-gradient(top,#FFFFFF,#DCDCDC);
  background: linear-gradient(top,#FFFFFF,#DCDCDC);
  border: 1px solid #AAB5B3;
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 20px;
  margin-top: 20px;
}
div.commfrm table {
  width: 100%;
}
div.commfrm table textarea {
  width: 100%;
}
#main div.commfrm h3 {
  padding-top: 0 0 10px 0;
}
td.commfrm_tdl {
  width: 200px;
  vertical-align: top;
  padding: 0 15px 0 0;
}
td.commfrm_tdl p {
  padding: 0 0 10px 0;
}
.firma-full {
  padding-bottom: 10px;
}
.firma-full iframe {
  display: block;
  margin: 0 auto;
}
#stats-wrapper {
  position: relative;
  overflow: visible;
}
#stats {
  position: absolute;
  z-index: 99;
  padding: 20px;
  left: 0px;
  bottom: 5px;
  display: none;
  background: white;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 10px 0px #323232;
  -moz-box-shadow: 0px 0px 10px 0px #323232;
  box-shadow: 0px 0px 10px 0px #323232;
}
#stats th {
  text-align: center;
}
#stats td+td {
  text-align: right;
}
#main #content.content-left .ad-gallery .ad-controls span {
  color: #da218a;
}
#main .right-box {
  margin: 15px 0;
}
#main .right-box h3 {
  background: #da218a;
  color: white;
  font-size: 16px;
  padding: 10px 0;
  text-align: center;
  margin: 10px 0;
}
.right-banner {
  width: 240;
  margin: 0 auto;
}
.tender-latest {
  margin: 10px 0;
  zoom: 1;
}
.tender-latest:before,
.tender-latest:after {
  content: "";
  display: table;
}
.tender-latest:after {
  clear: both;
}
.tender-latest .tender-latest-short {
  margin-bottom: 5px;
}
.tender-latest .tender-latest-user {
  float: left;
  padding-left: 15px;
  background: url('images/ico-user.png') no-repeat center left;
}
.tender-latest .tender-latest-date {
  float: right;
}
.ico-user {
  padding-left: 15px;
  background: url('images/ico-user.png') no-repeat center left;
}
.social-wigets {
  margin: 15px 0;
}
.social-wigets-hdr span {
  display: inline-block;
  width: 120px;
  padding: 5px 0 5px 20px;
  text-align: center;
  color: #5B7FA6;
  cursor: pointer;
  font-family: tahoma, arial, verdana, sans-serif, Lucida Sans;
  font-size: 14px;
  font-weight: bold;
  background-position: 10px center;
  background-repeat: no-repeat;
}
.social-wigets-hdr span[data-social="fb"] {
  background-image: url(images/fb.png);
}
.social-wigets-hdr span[data-social="vk"] {
  background-image: url(images/vk.png);
}
.social-wigets-hdr span.active {
  color: white;
  background-color: #5B7FA6;
}
.social-wigets-cnt {
  height: 295px;
}
.social-wigets-w[data-social="fb"] {
  display: none;
}
#stock-right>a {
  display: block;
  margin-left: 14px;
  height: 31px;
  line-height: 31px;
  color: #474747;
  outline: none;
}
#stock-right>a:visited {
  color: #474747;
}
#stock-right>a span {
  color: #da218a;
}
#stock-right>div,
#stock-right>a {
  margin-bottom: 3px;
}
#stock-right div.set {
  background: url(images/stockright-set.png) left center no-repeat;
  color: white;
  padding-left: 14px;
  height: 31px;
  line-height: 31px;
}
#stock-right div.set a {
  color: white;
  text-decoration: none;
}
#stock-right div.set a:visited {
  color: white;
}
.itext {
  font-family: Arial, Helvetica, sans-serif;
  font-style: italic;
  font-size: 12px;
  margin-bottom: 15px;
  margin-top: 15px;
}
#newtender {
  padding-left: 8px;
}
#newtender .descr {
  color: #666666;
  font-size: 11px;
  font-style: italic;
  padding: 7px;
  padding-top: 3px;
  background-color: #FFF0FD;
  margin-bottom: 15px;
}
#newtender .catstable {
  margin-top: 5px;
  border-top: 1px solid #e875b7;
  border-bottom: 1px solid #e875b7;
  width: 100%;
}
#newtender .catstable td {
  padding: 3px 5px;
  vertical-align: middle;
}
#newtender .catstable td input {
  vertical-align: middle;
  margin-right: 5px;
}
.tndr_lst_top {
  height: 25px;
  background-color: #F2F7FF;
  line-height: 24px;
  font-size: 14px;
  padding-left: 7px;
}
.tndr_lst_rt {
  width: 150px;
  background-color: #FFF0FD;
  font-size: 11px;
  color: #666666;
  padding: 15px;
}
.tndr_lst_rt em {
  color: #336699;
}
.tndr_lst_my {
  margin-top: 7px;
  margin-bottom: 20px;
  margin-left: 7px;
}
.alltndrtop {
  color: #616161;
  font-size: 11px;
  font-style: italic;
}
#alltndr_calendar {
  border-top: 1px solid #F2F7FF;
  margin-top: 5px;
  padding-top: 10px;
  color: #7F7F7E;
  font-weight: bold;
  font-style: italic;
  font-size: 14px;
}
#alltndr_calendar td {
  font-size: 14px;
}
.atc_dates {
  font-style: normal;
  font-weight: 100;
  margin-top: 4px;
}
#tndr_top {
  border-bottom: 1px solid #F2F7FF;
}
.offer_btm {
  border-bottom: 1px solid #F2F7FF;
}
#dwindow2 {
  position: relative;
  width: 167px;
  height: 210px;
  z-index: 1000;
  left: 230px;
  overflow: hidden;
  overflow-y: auto;
  border: 1px solid #CCCCCC;
  background-color: #FFF0F3;
  display: none;
}
#birhza-add {
  text-align: right;
}
#birhza-add a {
  font-size: 20px;
  text-decoration: none;
}
#birhza-add a span {
  text-decoration: underline;
}
.journal {
  width: 700px;
  overflow: hidden;
}
.journal-nav {
  margin-bottom: 15px;
}
.journal-nav a {
  text-decoration: none;
}
.journal-nav a:hover {
  text-decoration: underline;
}
.journal-top img {
  width: 700px;
  margin: 10px 0;
  display: block;
}
.journal-tiles {
  width: 725px;
}
.journal-tile {
  float: left;
  width: 150px;
  height: 270px;
  overflow: hidden;
  margin: 0px 25px 20px 0px;
}
.journal-tile img {
  width: 150px;
}
.journal-tile a {
  display: block;
  margin-top: 5px;
}
.journal-tile-post {
  color: #2E99C6 !important;
}
.journal-tile-short {
  margin-top: 5px;
}
.journal-post {
  margin-bottom: 20px;
}
.journal-post img {
  width: 150px;
  float: left;
}
.journal-post-info {
  margin-left: 170px;
}
.journal-post-title {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
}
.journal-post-short {
  margin-top: 10px;
}
#form1 {
  width: 100%;
  height: 416px;
  margin: 0;
  padding: 10px;
  overflow: hidden;
  background: #d9dddc;
  background: -moz-linear-gradient(top,#feffff,#d9dddc);
  background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#feffff),color-stop(100%,#d9dddc));
  background: -webkit-linear-gradient(top,#feffff,#d9dddc);
  background: -o-linear-gradient(top,#feffff,#d9dddc);
  background: -ms-linear-gradient(top,#feffff,#d9dddc);
  background: linear-gradient(top,#feffff,#d9dddc);
  -o-border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  border: 1px solid #ABB4B1;
}
#form1 input[type="text"] {
  width: 200px;
}
#form1 textarea {
  width: 100%;
  height: 200px;
}
.form input[type="text"],
.form input[type="password"] {
  width: 400px;
  color: #474747;
}
.form td {
  padding: 5px 10px 5px 0;
  color: #da218a;
}
.form td:last-child {
  padding-right: 0;
}
.error {
  color: red;
  font-weight: bold;
}
.pager {
  clear: both;
  zoom: 1;
}
.pager:before,
.pager:after {
  content: "";
  display: table;
}
.pager:after {
  clear: both;
}
.pager ul {
  clear: both;
  list-style-type: none;
  padding: 0;
  margin: 10px 0;
  font-size: 12px;
  font-weight: bold;
  font-family: Tahoma, sans-serif;
}
.pager li {
  display: block;
  width: 22px;
  height: 25px;
  border: 1px solid #bcd3eb;
  border-color: rgba(188,211,235,0.5);
  background-color: #f9fcff;
  float: left;
  text-align: center;
  margin: 0 1px;
  line-height: 23px;
  vertical-align: middle;
}
.pager li.pagerCurr {
  color: #da218a;
  border-color: #da218a;
  background-color: #fff8fa;
}
.pager a {
  display: block;
  text-decoration: none;
}
.pager a {
  color: #336699;
}
.pager a:visited {
  color: #336699;
}
.pager a:hover {
  color: #da218a;
  text-decoration: underline;
}
#page-contacts table {
  border: none;
  width: 100%;
  border-spacing: 0;
}
#page-contacts td {
  text-align: left;
  vertical-align: top;
  padding: 10px 0;
}
.page-contacts-h,
.page-contacts-i {
  font-size: 22px;
  font-family: 'Open Sans', arial, sans-serif;
}
.page-contacts-h {
  font-weight: 700;
}
#login-or-register {
  zoom: 1;
}
#login-or-register:before,
#login-or-register:after {
  content: "";
  display: table;
}
#login-or-register:after {
  clear: both;
}
#login-or-register>div {
  float: left;
  width: 330px;
}
#login-or-register>div+div {
  margin-left: 40px;
}
#login-or-register #register-form {
  padding: 0;
  text-align: left;
}
#login-or-register #register-form h2 {
  margin: 0;
}
#login-or-register form input[type='text'],
#login-or-register form input[type='password'] {
  width: 300px;
}
#login-or-register #login-form-register {
  display: none;
}
