@charset "UTF-8";
/* HEADER */
.page-header {
  position: relative;
  z-index: 8;
  /*	A {
  		color: #4598c7;
  		font: 14px/25px OpenSans;
  		@include transition(all 0.4s ease);
  		text-decoration: underline;
  		&:hover {color: #3DB9FF;}
  	}*/ }
  .page-header A.skyey-blue {
    font: 14px/25px OpenSans; }
  .page-header .dropdown-toggle {
    white-space: nowrap; }
  .page-header .dropdown-menu {
    -webkit-box-shadow: 0px 20px 35px rgba(55, 85, 105, 0.17);
    -moz-box-shadow: 0px 20px 35px rgba(55, 85, 105, 0.17);
    box-shadow: 0px 20px 35px rgba(55, 85, 105, 0.17);
    background: #05325b;
    background: rgba(5, 50, 91, 0.98);
    /*background: url("/img/design/bg-dd-menu.png") 0 0 repeat;*/
    left: 1px;
    top: 62px; }
  .page-header .dd-white .dropdown-menu {
    -webkit-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.3);
    padding: 8px 0 22px 23px;
    background: #fff;
    width: 351px;
    left: 1px;
    top: 37px; }
    .page-header .dd-white .dropdown-menu .btn {
      display: inline-block;
      vertical-align: top;
      margin-top: 18px; }
      .browser-ie7 .page-header .dd-white .dropdown-menu .btn {
        display: inline;
        zoom: 1; }
  .page-header .dd-white .dd-list {
    position: relative;
    margin-top: 7px;
    z-index: 9999; }
    .page-header .dd-white .dd-list LI {
      display: inline-block;
      vertical-align: top;
      border-top: 1px solid #e0e0df;
      margin-right: 22px;
      position: relative;
      line-height: 25px;
      z-index: 9999;
      width: 43%; }
      .browser-ie7 .page-header .dd-white .dd-list LI {
        display: inline;
        zoom: 1; }
      .page-header .dd-white .dd-list LI.first-li {
        border-top: none; }
      .page-header .dd-white .dd-list LI.m-current A {
        font-weight: bold;
        cursor: default;
        color: #f27300; }
  .page-header .dd-white .dd-white-title {
    font: bold 14px/25px OpenSans; }
  .page-header .dd-white .dd-white-text {
    font: 14px/30px OpenSans; }
  .page-header .dd-white .dropdown-inner {
    position: relative;
    color: #000; }
    .page-header .dd-white .dropdown-inner:after {
      background: url("/img/design/dd-menu-arrow.png") 0 0 no-repeat;
      position: absolute;
      display: block;
      height: 10px;
      content: "";
      width: 17px;
      top: -18px;
      left: 0; }
  .page-header .btn {
    text-decoration: none; }

/*.header-menu {
	.dropdown {
		position: relative;
		&:before {
			background: url("/img/design/arrow-dd-menu.png") 0 0 no-repeat;
			content: "";
			display: block;
			height: 11px;
			left: 10px;
			position: absolute;
			top: 30px;
			width: 21px;
		}
	}
}*/
.header-top {
  background: #f1f1f1;
  position: relative;
  height: 44px;
  z-index: 1; }
  .header-top .header-main {
    border: 3px solid #174e83;
    vertical-align: middle;
    font-family: OpenSans;
    border-bottom: none;
    background: #f1f1f1;
    line-height: 25px;
    padding: 10px 0 0;
    font-size: 14px;
    height: 31px; }
  .header-top .aside-col, .header-top .header-region .dropdown-toggle {
    font: 14px/18px OpenSans; }
  .header-top .header-profile .dd-arrow:after {
    margin-top: 5px; }
  .header-top .header-profile .dropdown-menu {
    width: 388px;
    left: 12px;
    top: 41px; }
  .header-top .header-region {
    margin-right: 18px;
    margin-top: 4px; }
    .header-top .header-region .a-link {
      color: #000; }
    .header-top .header-region .dropdown-toggle {
      border-bottom: 1px solid #ccc; }
  .header-top .header-phone {
    color: #000; }
    .header-top .header-phone .h3 {
      font: bold 14px/25px OpenSans; }
    .header-top .header-phone .num .i-time {
      margin-top: -1px; }
    .header-top .header-phone .dropdown-menu {
      left: -12px;
      top: 41px; }
  .header-top .header-compare, .header-top .header-cart, .header-top .header-cart-outer {
    float: right; }
  .header-top .admin-hd-right.header-cart-outer, .header-top .admin-hd-right.header-cart-outer .header-cart {
    float: none; }
  .header-top .header-compare.a-hidden {
    display: none; }
  .header-top .header-compare {
    margin-left: -100px; }
  .header-top .header-cart {
    margin-left: 27px; }
    .header-top .header-cart .btn {
      margin-left: 12px; }
    .header-top .header-cart .total {
      font: 14px/14px OpenSans;
      color: #000; }
    .header-top .header-cart .i-cart {
      vertical-align: bottom;
      margin: 0 6px 0 0; }
    .header-top .header-cart .total {
      text-decoration: none; }
  .header-top .admin-hd-right.header-cart-outer .header-cart {
    margin-left: 0px; }
  .header-top .num {
    -webkit-border-radius: 20px;
    -moz-border-radius: 20px;
    border-radius: 20px;
    font: bold 14px/14px OpenSans;
    padding: 6px 4px 7px 5px;
    display: inline-block;
    vertical-align: top;
    background: #dfddd0;
    text-align: center;
    min-width: 17px;
    margin: 0 6px;
    height: 13px;
    color: #000; }
    .header-top .num.header-cart-count {
      padding: 6px 5px 7px 4px; }
  .header-top.m-fixed {
    z-index: 10; }
    .header-top.m-fixed .header-float {
      position: fixed;
      z-index: 10;
      top: 0; }
    .header-top.m-fixed .header-main {
      -webkit-box-shadow: 0px 2px 6px rgba(55, 85, 105, 0.17);
      -moz-box-shadow: 0px 2px 6px rgba(55, 85, 105, 0.17);
      box-shadow: 0px 2px 6px rgba(55, 85, 105, 0.17);
      padding-bottom: 10px; }
  .header-top .header-float {
    position: relative; }

/* admin header */
.admin-header {
  /*
  .border-block.header-border {
  	&:after, &:before {
  		top: -2px;
  		z-index: 2;
  	}
  	.line {background: url("/img/design/hd-bg-border.png") 0 -2px repeat-x;}
  }
  */ }
  .admin-header .admin-header-inner {
    max-width: 88%;
    float: right;
    width: 100%; }
  .admin-header .header-top.m-fixed .header-main {
    height: 36px; }
  .admin-header .header-top .header-main {
    padding: 13px 0 0;
    height: 28px; }
    .admin-header .header-top .header-main .header-region .dropdown-menu {
      left: 53px;
      top: 32px; }
  .admin-header .user-code {
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    border: 2px solid #dfddd0;
    padding: 7px 4px 4px 8px;
    background: #fff;
    margin-top: -3px;
    margin-left: 8px;
    height: 19px;
    float: right;
    width: 99px; }
    .admin-header .user-code INPUT {
      font: bold 14px/18px OpenSans;
      border: none;
      color: #000;
      width: 70px; }
    .admin-header .user-code INPUT[type="text"]::-webkit-input-placeholder {
      font-family: OpenSans;
      font-style: italic;
      font-size: 14px;
      color: #adadad; }
    .admin-header .user-code INPUT[type="text"]::-moz-placeholder {
      font-family: OpenSans;
      font-style: italic;
      font-size: 14px;
      color: #adadad; }
    .admin-header .user-code .user-code-btn {
      border-left: 1px solid #dfddd0;
      cursor: pointer;
      height: 19px;
      width: 24px; }
      .admin-header .user-code .user-code-btn I {
        display: inline-block;
        vertical-align: top;
        background: url("/img/icons/icons.png") -256px -19px no-repeat;
        vertical-align: middle;
        position: relative;
        margin-left: 8px;
        height: 8px;
        width: 12px; }
        .browser-ie7 .admin-header .user-code .user-code-btn I {
          display: inline;
          zoom: 1; }
  .admin-header .admin-user, .admin-header .admin-name, .admin-header .admin-role, .admin-header .dropdown-descr {
    vertical-align: middle; }
  .admin-header .admin-user {
    background: url("/img/icons/icons.png") -387px 0px no-repeat;
    margin: 4px 10px 0 24px;
    display: block;
    height: 22px;
    width: 21px;
    float: left; }
  .admin-header .admin-name {
    font: bold 14px/14px OpenSans;
    color: #000; }
  .admin-header .admin-role, .admin-header .dropdown-descr {
    font: italic 12px/14px OpenSans;
    color: #666; }
  .admin-header .header-region {
    margin-bottom: 5px;
    margin-right: 0; }
  .admin-header .header-region, .admin-header .admin-role, .admin-header .admin-name {
    margin-top: 6px; }
  .admin-header .dropdown-descr {
    margin: -6px 5px 0 0; }
  .admin-header .header-top .header-region .dropdown-toggle {
    border-bottom: none; }
  .admin-header .admin-decor {
    background: #e7e7e7;
    height: 26px;
    width: 1px; }
  .admin-header .i-site {
    margin-right: 7px; }
  .admin-header .header-top .header-compare {
    float: none; }
  .admin-header .header-login-icon {
    margin: 2px 18px 0 0; }

.page-header .main-col .col-cont {
  padding-right: 20px; }

.header-menu {
  position: relative;
  width: 87.2%; }
  .header-menu .dropdown-menu {
    min-width: 790px;
    z-index: 11; }
  .header-menu .dropdown {
    position: static; }
    .header-menu .dropdown .dropdown-menu {
      padding: 29px 39px 37px 41px; }
      .header-menu .dropdown .dropdown-menu .small-arrows .car-prev.a-left {
        padding: 23px 9px 20px 0; }
      .header-menu .dropdown .dropdown-menu .small-arrows .car-next.a-right {
        padding: 23px 0 20px 9px; }
    .header-menu .dropdown .menu-list-cont {
      overflow: hidden;
      height: 140px;
      width: 93%; }
      .header-menu .dropdown .menu-list-cont.system-menu, .header-menu .dropdown .menu-list-cont.contacts-menu {
        width: 98%; }
    .header-menu .dropdown .system-menu .col-1 {
      width: 16.4%; }
    .header-menu .dropdown .system-menu .dd-menu-list LI:after {
      top: 2px; }
    .header-menu .dropdown .dd-menu-carousel {
      margin-bottom: 21px; }
      .header-menu .dropdown .dd-menu-carousel .small-arrows .m-inactive .arrow.arrow-left {
        background-position: 0px 0px; }
      .header-menu .dropdown .dd-menu-carousel .small-arrows .m-inactive .arrow.arrow-right {
        background-position: -10px 0px; }
      .header-menu .dropdown .dd-menu-carousel .small-arrows .arrow.arrow-left {
        background-position: 0px -18px; }
      .header-menu .dropdown .dd-menu-carousel .small-arrows .arrow.arrow-right {
        background-position: -10px -18px; }
    .header-menu .dropdown .dd-menu-list {
      white-space: nowrap;
      position: relative;
      padding-top: 10px;
      overflow: hidden;
      height: 132px;
      left: 0; }
      .header-menu .dropdown .dd-menu-list LI {
        display: inline-block;
        vertical-align: top;
        position: relative;
        height: 115px; }
        .header-menu .dropdown .dd-menu-list LI:first-child:after {
          display: none; }
        .header-menu .dropdown .dd-menu-list LI:after {
          background: #21476b;
          position: absolute;
          display: block;
          height: 95px;
          content: '';
          width: 1px;
          top: 16px;
          left: 0; }
        .header-menu .dropdown .dd-menu-list LI A {
          font: 14px/16px OpenSans;
          white-space: normal;
          text-align: center;
          display: block;
          padding: 0 6px; }
        .header-menu .dropdown .dd-menu-list LI .dd-menu-cover {
          margin: 0 auto 14px;
          height: 68px;
          width: 80px; }
        .header-menu .dropdown .dd-menu-list LI .dd-menu-title {
          white-space: normal;
          color: #f1f1f1; }
    .header-menu .dropdown .dropdown-menu-bottom {
      font: italic 14px/19px OpenSans;
      padding: 0 46px 0 51px;
      text-align: center;
      margin-top: 14px;
      color: #8394a6; }
    .header-menu .dropdown .dd-icon {
      background: url("/img/icons/dd-menu-icons.png") no-repeat;
      display: block;
      height: 68px;
      width: 80px; }
      .header-menu .dropdown .dd-icon.i-contacts {
        background-position: 0px 0px; }
      .header-menu .dropdown .dd-icon.i-news {
        background-position: -796px 0px; }
      .header-menu .dropdown .dd-icon.i-photo {
        background-position: -880px 0px; }
      .header-menu .dropdown .dd-icon.i-video {
        background-position: -961px 0px; }
      .header-menu .dropdown .dd-icon.i-grade {
        background-position: -1038px 0px; }
      .header-menu .dropdown .dd-icon.i-projects {
        background-position: -1120px 0px; }
      .header-menu .dropdown .dd-icon.i-job {
        background-position: -1203px 0px; }
      .header-menu .dropdown .dd-icon.i-sale {
        background-position: -321px 0px; }
      .header-menu .dropdown .dd-icon.i-delivery {
        background-position: -400px 0px; }
      .header-menu .dropdown .dd-icon.i-payment {
        background-position: -479px 0px; }
      .header-menu .dropdown .dd-icon.i-cabinet {
        background-position: -558px 0px; }
      .header-menu .dropdown .dd-icon.i-bonus {
        background-position: -639px 0px; }
      .header-menu .dropdown .dd-icon.i-dealers {
        background-position: -721px 0px; }
      .header-menu .dropdown .dd-icon.i-services {
        background-position: -1278px 0px; }
      .header-menu .dropdown .dd-icon.i-feedback {
        background-position: -82px 0px; }
      .header-menu .dropdown .dd-icon.i-affiliates {
        background-position: -162px 0px; }
      .header-menu .dropdown .dd-icon.i-employees {
        background-position: -239px 0px; }
      .header-menu .dropdown .dd-icon.i-service-center {
        background-position: -1887px 0px; }
      .header-menu .dropdown .dd-icon.i-vodosnabzhenie {
        background-position: -1711px 0px; }
      .header-menu .dropdown .dd-icon.i-vodootvedenie {
        background-position: -1799px 0px; }
      .header-menu .dropdown .dd-icon.i-pozharotushenie {
        background-position: -1357px 0px; }
      .header-menu .dropdown .dd-icon.i-itp {
        background-position: -1445px 0px; }
      .header-menu .dropdown .dd-icon.i-otoplenie {
        background-position: -1534px 0px; }
      .header-menu .dropdown .dd-icon.i-santehnika {
        background-position: -1622px 0px; }
      .header-menu .dropdown .dd-icon.i-presentation {
        background-position: -2079px 0px; }
      .header-menu .dropdown .dd-icon.i-vtour {
        background-position: -2166px 0px; }
      .header-menu .dropdown .dd-icon.i-customers-en {
        background-position: -1982px 0px; }
      .header-menu .dropdown .dd-icon.i-fiz-web {
        background-position: -2258px 0px; }
  .header-menu A {
    text-decoration: none; }
  .header-menu .header-menu-link {
    font: 16px/16px openSansExtra;
    text-transform: uppercase;
    position: relative;
    color: #000; }
    .header-menu .header-menu-link:hover {
      color: #174e83; }
      .header-menu .header-menu-link:hover:after {
        color: #174e83; }
  .header-menu LI {
    display: inline-block;
    list-style-type: none;
    padding: 22px 0 16px; }
    .header-menu LI + LI {
      margin-left: 7px; }

.header-region-link {
  margin: 16px 0 16px 12px; }
  .header-region-link .region-link {
    color: #4598c7; }
    .header-region-link .region-link + .region-link {
      margin-left: 9px; }
    .header-region-link .region-link.m-active {
      font: bold 14px/14px OpenSans;
      text-decoration: none;
      color: #000; }

.search-cont {
  border-right: 3px solid #174e83;
  border-left: 5px solid #174e83;
  background: #f1f1f1; }
  .search-cont .header-search-cont {
    padding-right: 18px; }
  .search-cont .header-search {
    border-bottom: 3px solid #174e83;
    border-right: 1px solid #dedcd2;
    border-top: 1px solid #dedcd2;
    position: relative;
    background: #fff; }
    .search-cont .header-search .btn-search {
      background: #fff;
      padding: 10px;
      border: none;
      height: 37px;
      width: 34px; }
    .search-cont .header-search INPUT {
      font: bold 14px/18px OpenSans;
      line-height: 125%;
      margin: 3px 0 3px;
      height: 31px;
      border: none;
      color: #000;
      width: 95%; }
  .search-cont .aside-catalog-menu {
    position: relative; }
    .search-cont .aside-catalog-menu .catalog-title {
      -webkit-box-sizing: border-box;
      -moz-box-sizing: border-box;
      box-sizing: border-box;
      font: bold 14px/14px OpenSans;
      padding: 0 25px 0 23px;
      background: #174e83;
      position: relative;
      line-height: 41px;
      min-width: 150px;
      text-align: left;
      margin-right: 0;
      cursor: pointer;
      color: #f4f4f4;
      height: 41px; }
      .search-cont .aside-catalog-menu .catalog-title I {
        background: url("/img/icons/arrow_small.png") -18px -7px no-repeat;
        position: absolute;
        width: 17px;
        height: 9px;
        right: 25px;
        top: 15px; }
    .search-cont .aside-catalog-menu .catalog-dropdown-menu {
      position: absolute;
      display: none;
      z-index: 7;
      left: -2px; }

.header-login-icon, .hd-profile-icon {
  margin-right: 7px;
  margin-left: 24px;
  display: block;
  height: 27px;
  width: 27px;
  float: left; }

.header-login-icon {
  background: url("/img/icons/header-login-icon.png") 0 0 no-repeat; }

.hd-profile-icon {
  background: url("/img/icons/hd-profile-icon.png") 0 0 no-repeat; }

.header-bottom {
  border-right: 3px solid #174e83;
  border-left: 3px solid #174e83;
  padding-bottom: 5px;
  background: #f1f1f1; }
  .header-bottom .main-col .a-inline-cont {
    padding-right: 20px; }
  .header-bottom.en-header {
    border-top: 3px solid #174e83;
    padding-bottom: 7px;
    padding-top: 18px; }
    .header-bottom.en-header .header-menu LI + LI {
      margin-left: 12px; }

.header-logo {
  padding-left: 12px;
  display: block; }

/* BORDER-BLOCK */
.border-block {
  position: relative;
  padding: 0 22px; }
  .border-block.header-border .line {
    background: url("/img/design/hd-bg-border.png") 0 0 repeat-x; }
  .border-block.header-border:after, .border-block.header-border:before {
    height: 23px; }
  .border-block.header-border:after {
    background-position: -29px 0; }
  .border-block.header-border:before {
    background-position: 0 0; }
  .border-block.footer-border .line {
    background: url("/img/design/ft-bg-border.png") 50% repeat-x; }
  .border-block.footer-border:after, .border-block.footer-border:before {
    height: 22px; }
  .border-block.footer-border:after {
    background-position: -30px -25px; }
  .border-block.footer-border:before {
    background-position: 0 -25px; }
  .border-block .line {
    height: 22px; }
  .border-block:after, .border-block:before {
    background: url("/img/design/border-main.png") no-repeat;
    position: absolute;
    display: block;
    content: '';
    width: 22px;
    top: 0; }
  .border-block:after {
    right: 0; }
  .border-block:before {
    left: 0; }
  .border-block .footer-shadow-inner {
    position: absolute;
    overflow: hidden;
    height: 6px;
    width: 100%;
    top: 12px; }
  .border-block .footer-shadow:after {
    -webkit-box-shadow: 0 7px 16px black;
    -moz-box-shadow: 0 7px 16px black;
    box-shadow: 0 7px 16px black;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10;
    position: absolute;
    content: "";
    height: 8px;
    width: 80%;
    z-index: 1;
    top: -27px;
    left: 10%; }
  .border-block .post-block .video-cont iframe {
    position: relative;
    z-index: 2; }

/* ORDER HEADER */
.order-header .header-top {
  height: 77px; }
  .order-header .header-top .header-main {
    padding: 14px 0 0;
    height: 60px; }
  .order-header .header-top .aside-col {
    width: 38.7%; }
  .order-header .header-top .main-col {
    margin-top: 16px;
    width: 57.9%; }
  .order-header .header-top .header-region {
    margin-left: 22px; }
  .order-header .header-top .header-cart {
    margin-right: 42px; }

/* FOOTER*/
.page-footer {
  background: url("/img/design/footer-bg.png") repeat;
  border-bottom: 3px solid #4a416b;
  padding: 36px 0 29px;
  color: #f1f1f1; }
  .page-footer.m-system {
    margin-bottom: 60px; }
  .page-footer.order-footer {
    padding: 18px 0 26px; }
  .page-footer A {
    -webkit-transition: all 0.8s ease;
    -moz-transition: all 0.8s ease;
    -o-transition: all 0.8s ease;
    transition: all 0.8s ease;
    text-decoration: underline;
    color: #fcbd8e; }
    .page-footer A:hover {
      color: #FF9241; }
  .page-footer .btn {
    text-decoration: none; }
  .page-footer .main-col .col-cont {
    padding: 0 30px 0 25px; }
  .page-footer .col-1 {
    display: inline-block;
    vertical-align: top; }
    .page-footer .col-1:first-child {
      width: 30%; }
    .page-footer .col-1 + .col-1 {
      width: 22%; }
  .page-footer .copyright {
    text-align: left;
    padding: 0 25px;
    color: #f1f1f1; }
    .page-footer .copyright A {
      font: 14px/14px OpenSans;
      text-decoration: none;
      color: #f1f1f1; }
  .page-footer .paytype {
    background: url("/img/icons/paytypes.png") 0 0 no-repeat;
    margin: 12px 0 0 25px;
    display: block;
    height: 20px;
    width: 85px; }
  .page-footer .site-developers {
    font: italic 14px/14px OpenSans;
    padding: 12px 25px 0;
    color: #cbc8c3; }
  .page-footer .price-warning {
    text-shadow: 0 1px rgba(223, 221, 208, 0.3);
    font: italic 12px/13px OpenSans;
    margin: 15px 0 0 0;
    color: #201c39; }
  .page-footer .footer-info {
    text-shadow: 0 1px rgba(223, 221, 208, 0.3);
    font: italic 14px/14px OpenSans;
    margin-top: 10px;
    display: block;
    color: #201c39; }
  .page-footer .col-wrapper {
    width: 44%; }
    .page-footer .col-wrapper .col-wrapper-inner {
      padding: 0 0 0 23px; }
  .page-footer .contact {
    font: 14px/14px OpenSans;
    color: #f1f1f1; }
    .page-footer .contact .phone {
      font-weight: bold; }
    .page-footer .contact .adress {
      font-style: italic;
      display: block;
      width: 75%; }
    .page-footer .contact .email, .page-footer .contact .btn {
      margin-top: 7px; }
  .page-footer .b-share-wrap {
    margin-top: 3px; }
  .page-footer .code-block {
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font: 14px/27px OpenSans;
    vertical-align: middle;
    background: #e9e7ed;
    text-align: center;
    color: #4a416b;
    height: 27px;
    width: 164px; }
    .page-footer .code-block .code {
      font-weight: bold; }

.header-search .ui-autocomplete-loading {
  background: white url("/img/icons/preloader.gif") right center no-repeat; }
.header-search .ui-autocomplete {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: 1px solid #d9dfe2;
  z-index: 10 !important;
  width: 100% !important;
  margin-left: -30px;
  background: #fff;
  margin-top: 1px;
  padding: 0; }
  .header-search .ui-autocomplete .search-item {
    width: auto;
    padding: 0; }
    .header-search .ui-autocomplete .search-item A {
      -webkit-transition: none;
      -moz-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      border-radius: 0;
      margin: 0 !important;
      padding: 8px 14px;
      border-top: none;
      overflow: hidden;
      border: none; }
      .header-search .ui-autocomplete .search-item A.m-big {
        padding: 10px 14px; }
      .header-search .ui-autocomplete .search-item A SPAN {
        display: block;
        float: left; }
      .header-search .ui-autocomplete .search-item A .search-item-cover {
        min-height: 1px;
        width: 60px; }
        .header-search .ui-autocomplete .search-item A .search-item-cover IMG {
          display: block;
          margin: 0 auto; }
      .header-search .ui-autocomplete .search-item A .search-item-title {
        position: relative;
        margin: -5px 0;
        width: 380px;
        height: 50px; }
        .header-search .ui-autocomplete .search-item A .search-item-title.m-big {
          height: 40px;
          width: 760px; }
        .header-search .ui-autocomplete .search-item A .search-item-title SPAN {
          -webkit-transform: translate(0, -50%);
          -moz-transform: translate(0, -50%);
          -ms-transform: translate(0, -50%);
          -o-transform: translate(0, -50%);
          transform: translate(0, -50%);
          position: absolute;
          display: block;
          width: 100%;
          top: 50%; }
      .header-search .ui-autocomplete .search-item A .search-item-vars {
        font: 14px/40px Arial;
        padding-left: 20px;
        color: #787878;
        width: 140px; }
      .header-search .ui-autocomplete .search-item A .search-item-price {
        font: 18px/40px openSans;
        white-space: nowrap;
        width: 240px;
        color: #000; }
        .header-search .ui-autocomplete .search-item A .search-item-price EM {
          font: italic 14px/40px Arial;
          color: #787878; }
      .header-search .ui-autocomplete .search-item A.ui-state-focus, .header-search .ui-autocomplete .search-item A.ui-state-active {
        background: #d1e6f2;
        border-top: none; }
        .header-search .ui-autocomplete .search-item A.ui-state-focus SPAN:first-child, .header-search .ui-autocomplete .search-item A.ui-state-active SPAN:first-child {
          color: #174e83; }
    .header-search .ui-autocomplete .search-item + LI A {
      border-top: 1px solid #ebebeb; }
      .header-search .ui-autocomplete .search-item + LI A.ui-state-focus, .header-search .ui-autocomplete .search-item + LI A.ui-state-active {
        border-top: 1px solid #d1e6f2; }
  .header-search .ui-autocomplete .search-controls {
    font: italic 13px/15px Arial;
    background: #eaecf1;
    padding: 14px 30px;
    color: #6f6f6f; }

.system-float-footer {
  border-top: 4px solid #fff;
  background: #dfddd0;
  position: fixed;
  height: 75px;
  width: 100%;
  z-index: 10;
  bottom: 0;
  left: 0;
  /* отключение ис */ }
  .system-float-footer .footer-center {
    min-width: 1148px;
    max-width: 1300px;
    padding: 0 50px;
    margin: 0 auto; }
  .system-float-footer .h3 {
    font: 16px/18px openSansExtra;
    text-transform: uppercase;
    position: relative;
    color: #000; }
  .system-float-footer .system-complete-mode-cont {
    padding: 8px 0 12px;
    overflow: hidden;
    height: 56px; }
    .system-float-footer .system-complete-mode-cont .system-complete-mode {
      position: relative; }
  .system-float-footer .chosen-system {
    opacity: 0; }
    .system-float-footer .chosen-system.m-current {
      opacity: 1; }
    .system-float-footer .chosen-system .choose-system-icon {
      display: inline-block;
      vertical-align: top;
      vertical-align: middle;
      text-align: center;
      min-width: 91px;
      height: 55px;
      z-index: 2; }
      .browser-ie7 .system-float-footer .chosen-system .choose-system-icon {
        display: inline;
        zoom: 1; }
    .system-float-footer .chosen-system .choose-systems-title {
      display: inline-block;
      vertical-align: top;
      margin: 9px 0 0 13px; }
      .browser-ie7 .system-float-footer .chosen-system .choose-systems-title {
        display: inline;
        zoom: 1; }
  .system-float-footer .system-disable-mode {
    position: relative;
    bottom: -20px; }
  .system-float-footer .grade-system-cont .grade-title {
    display: inline-block;
    vertical-align: top;
    font: 14px/18px OpenSans;
    margin: 7px 14px 0 0;
    color: #000; }
    .browser-ie7 .system-float-footer .grade-system-cont .grade-title {
      display: inline;
      zoom: 1; }
  .system-float-footer .grade-system-cont .grade-percent {
    display: inline-block;
    vertical-align: top;
    font: 25px/45px OpenSansLight;
    border: 1px solid #d3d1c4;
    background: #f1f1f1;
    text-align: center;
    color: #0f0f0e;
    height: 46px;
    width: 67px; }
    .browser-ie7 .system-float-footer .grade-system-cont .grade-percent {
      display: inline;
      zoom: 1; }
  .system-float-footer .systems-links-cont {
    font: italic 14px/17px OpenSans;
    margin-top: 9px; }
  .system-float-footer .choose-system-mode {
    overflow: hidden;
    height: 52px;
    width: 58.7%; }
    .system-float-footer .choose-system-mode .system-view-mode, .system-float-footer .choose-system-mode .system-edit-mode {
      margin-right: 20px;
      position: relative; }
  .system-float-footer .buttons-inner {
    margin-top: 12px; }
    .system-float-footer .buttons-inner .btn {
      line-height: 34px;
      height: 34px;
      padding: 0; }
      .system-float-footer .buttons-inner .btn + .btn {
        margin-left: 24px; }
      .system-float-footer .buttons-inner .btn.btn-blue {
        width: 213px; }
      .system-float-footer .buttons-inner .btn.btn-grey-orange {
        width: 127px; }
  .system-float-footer .system-select {
    padding: 8px 0 12px;
    position: relative;
    bottom: 0; }
    .system-float-footer .system-select .buttons-inner {
      margin-right: 20px;
      margin-top: 60px; }
    .system-float-footer .system-select .systems-cont {
      width: 66%; }
      .system-float-footer .system-select .systems-cont .system {
        text-align: center;
        cursor: pointer; }
        .system-float-footer .system-select .systems-cont .system .system-title {
          font: italic 14px/18px OpenSans;
          margin-top: 8px; }
        .system-float-footer .system-select .systems-cont .system .a-link + .a-link {
          margin-left: 10px; }
        .system-float-footer .system-select .systems-cont .system .system-icon {
          -webkit-border-radius: 50%;
          -moz-border-radius: 50%;
          border-radius: 50%;
          border: 4px solid #fff;
          background: #dfddd0;
          border-radius: 50%;
          position: relative;
          display: block;
          margin: 0 auto;
          height: 73px;
          width: 73px;
          z-index: 1; }
          .system-float-footer .system-select .systems-cont .system .system-icon IMG {
            margin-top: 13px;
            margin-left: 0; }
            .system-float-footer .system-select .systems-cont .system .system-icon IMG.system-pozharotushenie {
              margin-top: 7px; }
            .system-float-footer .system-select .systems-cont .system .system-icon IMG.system-otoplenie {
              margin-top: 9px; }

.browser-oldie #search-string-field {
  font: italic 14px/18px OpenSans;
  line-height: 31px;
  color: #adadad; }
  .browser-oldie #search-string-field.bold-input {
    font: bold 14px/18px OpenSans;
    line-height: 31px;
    color: #000; }

/*# sourceMappingURL=header-footer.css.map */
