@font-face {
  font-family: 'PFDinDisplayPro';
  font-weight: normal;
  font-style: normal;
  src: url('../fonts/PFDinDisplayPro.eot');
  src: url('../fonts/PFDinDisplayPro.eot?#iefix') format('embedded-opentype'), url('../fonts/PFDinDisplayPro.woff') format('woff'), url('../fonts/PFDinDisplayPro.ttf') format('truetype'); }

/* line 5, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
* {
  padding: 0px;
  margin: 0px;
  border: 0px; }

/* line 6, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
*, *:before, *:after {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* line 7, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
:focus, :active {
  outline: none; }

/* line 8, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
a:focus, a:active {
  outline: none; }

/* line 9, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
aside, nav, footer, header, section {
  display: block; }

/* line 10, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
html, body {
  height: 100%;
  margin: 0;
  padding: 0;
  min-width: 1200px;
  position: relative;
  width: 100%;
  color: #000; }

/* line 11, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
body {
  font-size: 100%;
  line-height: 1;
  font-family: Tahoma, Geneva, sans-serif; }

/* line 12, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
a, a:visited {
  text-decoration: underline; }

/* line 13, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
a:hover {
  text-decoration: none; }

/* line 14, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
img {
  vertical-align: top; }

/* line 15, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.clr {
  clear: both;
  display: block; }

/* line 16, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.wrapper {
  width: 100%;
  min-height: 100%;
  overflow: hidden; }

/* line 17, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.container {
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }

/* line 18, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.row:after {
  content: '';
  display: block;
  clear: both; }

/* line 20, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
header {
  background: url('../img/header.png') top no-repeat; }
  /* line 21, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  header .container {
    height: 179px; }

/* line 23, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.header__logo {
  position: absolute;
  left: 0;
  top: 28px; }

/* line 24, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.header__phone {
    /*font-family: 'PFDinDisplayPro';*/
    position: absolute;
    right: 381px;
    top: 15px;
    text-align: right;
    font-size: 24px;
    color: #FFF;
    padding-right: 10px;
    border-right: 1px solid #FFF;
}

.header__phone span{
  color: yellow;
}
  /* line 25, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .header__phone a {
    text-transform: uppercase;
    color: #fff;
    margin-top: 4px;
    display: block;
    font-size: 16px;
    text-decoration: none; }
	
.header-search {
    font-family: 'PFDinDisplayPro';
    position: absolute;
    right: 240px;
    top: 70px;
    text-align: right;
    font-size: 25px;
    color: #FFF;
}
.header-search .element-invisible {
    display: none;
}
.header-search #mod-search-searchword {
    width: 300px;
    height: 34px;
    border-radius: 5px;
    border-left: 1px solid #D4D4D4;
    border-top: 1px solid #D4D4D4;
    box-shadow: -1px -1px 0px #7D7D7D;
    padding-left: 13px;
}
.header-search button {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #FFF;
    background: url('/images/poisk.png') 0 0 no-repeat;
    width: 34px;
    height: 34px;
    font-size: 0px;
}	
	

/* line 27, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.header__graf {
    line-height: 25px;
    text-transform: uppercase;
    position: absolute;
    right: 240px;
    top: 13px;
    text-align: right;
    font-size: 16px;
    color: #FFF;
}

/* line 28, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.header__callback {
  font-size: 20px;
  font-weight: 400;
  line-height: 56px;
  position: absolute;
  top: 36px;
  right: 0;
  width: 222px;
  height: 56px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  border-radius: 5px;
  background-image: -moz-linear-gradient(bottom, #c01700 0%, #f00 100%);
  background-image: -o-linear-gradient(bottom, #c01700 0%, #f00 100%);
  background-image: -webkit-linear-gradient(bottom, #c01700 0%, #f00 100%);
  background-image: linear-gradient(to top, #c01700 0%, #f00 100%);
  -webkit-box-shadow: 0 2px 4px rgba(24, 24, 24, 0.75);
  -moz-box-shadow: 0 2px 4px rgba(24, 24, 24, 0.75);
  box-shadow: 0 2px 4px rgba(24, 24, 24, 0.75); }
.header__callback:hover{
	-moz-background-image: linear-gradient(to top, #dc1a00 0%, #a11717 100%);
	-webkit-background-image: linear-gradient(to top, #dc1a00 0%, #a11717 100%);
	-o-background-image: linear-gradient(to top, #dc1a00 0%, #a11717 100%);
	background-image: linear-gradient(to top, #dc1a00 0%, #a11717 100%);
	box-shadow: 0 1px 4px rgba(24, 24, 24, 0.75);
	transition: all .2s ease;
}
/* line 30, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.header-menu {
  position: absolute;
  bottom: 2px;
  left: 0;
  width: 100%;
  height: 60px; }
  /* line 31, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .header-menu ul li {
    padding: 0 1px 0 40px;
    float: left;
    list-style: none;
    background: url('../img/icons/menu-sepp.png') top right no-repeat; }
    /* line 32, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li a {
      color: #783300;
      font-size: 20px;
      padding: 0 40px 0 38px;
      height: 60px;
      display: block;
      line-height: 60px;
      text-decoration: none;
		position: relative;}
    /* line 33, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-112 {
      padding-left: 0; }

	  
      /* line 34, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
      .header-menu ul li.item-112 a::before {
				content: "";
				width: 26px;
				height: 26px;
				position: absolute;
				top: 50%;
				left: 10px;
				margin-top: -13px;
        background-image: url('../img/icons/01s.png');
				background-position: 0 0;
				background-repeat: no-repeat;

				 }
.header-menu ul li.item-112:hover{
	height: 60px;
	opacity: 0.8;
	background-color: rgba(110, 36, 0, 0.9);
}

.header-menu ul li.item-112:hover a{
	color: #fff;
}
.header-menu ul li.item-112:hover a::before{

	background-position: 0 -26px;
}

.header-menu ul li.item-215:hover{
	height: 60px;
	opacity: 0.8;
	background-color: rgba(110, 36, 0, 0.9);
}

.header-menu ul li.item-215:hover a{
	color: #fff;
}
.header-menu ul li.item-215:hover a::before{

	background-position: 0 -26px;
}

    /* line 37, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-113 a::before {
			content: "";
			width: 26px;
			height: 19px;
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -7px;
			background-image: url('../img/icons/02s.png');
			background-position: 0 0;
			background-repeat: no-repeat; }
.header-menu ul li.item-113:hover{
	height: 60px;
	opacity: 0.8;
	background-color: rgba(110, 36, 0, 0.9);
}
.header-menu ul li.item-113:hover a{
	color: #fff;
}
.header-menu ul li.item-113:hover a::before{

	background-position: 0 -19px;
}

    /* line 40, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-114 a::before {
			content: "";
			width: 26px;
			height: 25px;
			position: absolute;
			top: 50%;
			left: 0;
			margin-top: -12px;
			background-image: url('../img/icons/03s.png');
			background-position: 0 0;
			background-repeat: no-repeat; }
.header-menu ul li.item-114:hover{
	height: 60px;
	opacity: 0.8;
	background-color: rgba(110, 36, 0, 0.9);
}
.header-menu ul li.item-114:hover a{
	color: #fff;
}
.header-menu ul li.item-114:hover a::before{

	background-position: 0 -25px;
}

    /* line 43, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-115 a::before {
			content: "";
			width: 24px;
			height: 26px;
			position: absolute;
			top: 50%;
			left: 6px;
			margin-top: -11px;
			background-image: url('../img/icons/04s.png');
			background-position: 0 0;
			background-repeat: no-repeat;  }
.header-menu ul li.item-115:hover{
	height: 60px;
	opacity: 0.8;
	background-color: rgba(110, 36, 0, 0.9);
}
.header-menu ul li.item-115:hover a{
	color: #fff;
}
.header-menu ul li.item-115:hover a::before{

	background-position: 0 -26px;
}

    /* line 45, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-116 {
      padding-left: 0px; }
      /* line 46, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
      .header-menu ul li.item-116 a {
        position: relative;
        padding: 0 24px 0 65px;
        color: #fff;
        background-image: -moz-linear-gradient(bottom, #388b00 0%, #adf500 100%);
        background-image: -o-linear-gradient(bottom, #388b00 0%, #adf500 100%);
        background-image: -webkit-linear-gradient(bottom, #388b00 0%, #adf500 100%);
        background-image: linear-gradient(to top, #388b00 0%, #adf500 100%); }
        /* line 47, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
				.header-menu ul li.item-116 a:hover{
					-moz-background-image: linear-gradient(to top, #adf500 0%, #388b00 100%);
					-o-background-image: linear-gradient(to top, #adf500 0%, #388b00 100%);
					-webkit-background-image: linear-gradient(to top, #adf500 0%, #388b00 100%);
					background-image: linear-gradient(to top, #adf500 0%, #388b00 100%);
					box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.75);
					transition: all .2s ease;
				}
        .header-menu ul li.item-116 a:before {
          position: absolute;
          left: 35px;
          top: 50%;
          margin-top: -14px;
          background: url('../img/icons/05.png') left no-repeat;
          content: '';
          width: 28px;
          height: 28px; }
    /* line 50, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .header-menu ul li.item-117 {
      padding-left: 0px;
      float: right; }
      /* line 51, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
      .header-menu ul li.item-117 a {
        position: relative;
        padding: 0 24px 0 60px;
        color: #fff;
        background-image: -moz-linear-gradient(bottom, #e56100 0%, #f09800 100%);
        background-image: -o-linear-gradient(bottom, #e56100 0%, #f09800 100%);
        background-image: -webkit-linear-gradient(bottom, #e56100 0%, #f09800 100%);
        background-image: linear-gradient(to top, #e56100 0%, #f09800 100%); }
        /* line 52, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
				.header-menu ul li.item-117 a:hover{
					-moz-background-image: linear-gradient(to top, #f09800 0%, #e56100 100%);
					-o-background-image: linear-gradient(to top, #f09800 0%, #e56100 100%);
					-webkit-background-image: linear-gradient(to top, #f09800 0%, #e56100 100%);
					background-image: linear-gradient(to top, #f09800 0%, #e56100 100%);
					box-shadow: inset 0 3px 7px rgba(0, 0, 0, 0.75);
					transition: all .2s ease;
				}
        .header-menu ul li.item-117 a:before {
          position: absolute;
          left: 17px;
          top: 50%;
          margin-top: -12px;
          background: url('../img/icons/06.png') left no-repeat;
          content: '';
          width: 28px;
          height: 28px; }

/* line 57, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.body {
  padding: 23px 0; }

/* line 58, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
aside.left {
  float: left;
  width: 261px; }
  /* line 59, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.left .mod-header {
    font-weight: 400;
    font-size: 20px;
    color: #783300;
    padding-bottom: 18px;
    line-height: 16px; }
  /* line 61, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.left .menu-leftmenu li {
    margin-bottom: 15px;
    display: block;
    list-style: none;
    background: url('../img/bg-menu.png') 6px no-repeat; }
    /* line 62, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */

aside.left .menu-leftmenu li.item-354{
  background: url('../img/menu-bg-yellow.png') right no-repeat;
}

    aside.left .menu-leftmenu li a {
      position: relative;
      font-size: 18px;
      color: #783300;
      text-decoration: none;
      text-align: center;
      height: 60px;
      display: block;
      line-height: 58px; }
      /* line 63, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
      aside.left .menu-leftmenu li a:before {
        float: left;
        content: '';
        width: 60px;
        height: 60px;
        left: 0;
        top: 0; }
    /* line 65, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-126 a:before {
      background: url('../img/icons/07.png') 0 0 no-repeat; }
    /* line 66, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-127 a:before {
      background: url('../img/icons/08.png') 0 0 no-repeat; }
    /* line 67, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-128 a:before {
      background: url('../img/icons/09.png') 0 0 no-repeat; }
    /* line 68, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-129 a:before {
      background: url('../img/icons/10.png') 0 0 no-repeat; }
    /* line 69, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-130 a:before {
      background: url('../img/icons/11.png') 0 0 no-repeat; }
    /* line 70, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-131 a:before {
      background: url('../img/icons/12.png') 0 0 no-repeat; }
    /* line 71, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-132 a:before {
      background: url('../img/icons/13.png') 0 0 no-repeat; }
    /* line 72, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-133 a:before {
      background: url('../img/icons/14.png') 0 0 no-repeat; }
    /* line 73, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-134 a:before {
      background: url('../img/icons/15.png') 0 0 no-repeat; }
    /* line 74, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.left .menu-leftmenu li.item-135 a:before {
      background: url('../img/icons/16.png') 0 0 no-repeat; }
    /* line 75, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
aside.left .menu-leftmenu li.item-354 a:before {
  background: url('../img/icon-action.png') 0 0 no-repeat;
}
    aside.left .menu-leftmenu li.item-136 {
      background: transparent; }
      /* line 76, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
      aside.left .menu-leftmenu li.item-136 a {
        background: url('../img/icons/17.png') 0 0 no-repeat;
        width: 263px;
        height: 115px;
        color: #fff;
        font-size: 20px;
        padding: 34px 0 0 100px; }
        /* line 77, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
        aside.left .menu-leftmenu li.item-136 a:before {
          display: none; }

/* line 83, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
aside.right {
  float: right;
  width: 220px; }
  /* line 84, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .mod-header {
    font-weight: 400;
    font-size: 20px;
    color: #783300;
    padding-bottom: 18px;
    line-height: 16px; }
  /* line 86, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .image-module button {
    display: none !important; }
  /* line 87, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .image-module .slick-list {
    overflow: hidden; }
  /* line 88, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .image-module .image-module-slider__link {
    text-decoration: none;
    color: #fff;
    font-size: 14px;
    position: relative;
    text-align: center;
    display: block;
    height: 180px;
    border-radius: 5px;
    overflow: hidden;
    border: 2px solid #7c5834; }
  /* line 89, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .image-module .image-module-slider__title {
    line-height: 30px;
    height: 30px;
    text-align: center;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #4a1f00;
    opacity: 0.7;
    text-decoration: underline; }
  /* line 91, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.right .image-module-slider-item {
    height: 200px; }
    /* line 92, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.right .image-module-slider-item img {
      width: 100%; }

/* line 95, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
aside.component {
  float: left;
  width: 717px;
  padding: 0 30px;
  color: #491f00;
  font-size: 14px;
  line-height: 16px; }
  /* line 99, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  aside.component .page-header {
    color: #783300;
    font-size: 20px;
    font-weight: 400;
    /*padding-bottom: 30px;*/ }
    /* line 100, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    aside.component .page-header h1, aside.component .page-header h2 {
      font-weight: 400;
      font-size: 20px; }
	  

/* custom culk 03.12.2016*/
.fieldset{
	float: left;
    width: 50%;
    padding: 20px;
}
.pilo-img{
	width:100%;
	display:none;
	height: 215px;
	overflow: hidden;
	margin: 25px 0 20px;
}
.pilo-img img{
	vertical-align:bottom;
	width: 100%;
}
.calk-module__go{
	margin-top:25px;
}
.radio{
	display: table;
	width: 100%;
}
.radio .calk-module-el__label,.radio .calk-module-el__body{
	display: table-cell;
    vertical-align: middle;
}
.radio .calk-module-el__body {
	text-align: right;
}
.radio .calk-module-el__body div input{
	display: inline-block;
    width: 20px;
    vertical-align: middle;
    margin-bottom: 0;
}

.custom-culc-res{
	display: table;
    content: '';
    clear: both;
    padding: 20px;
    background: #dedede;
    font-size: 16px;
    line-height: 1.5em;
    margin: 0 auto;
    border-radius: 5px;
}
.custom-culc-res .results_price span{
	font-weight:bold;
}
	
/* end custom */
/* line 106, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-el {
  margin-bottom: 20px; }

/* line 107, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-el__label {
  color: #834926;
  font-size: 18px;
  margin-bottom: 10px; }

/* line 108, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module__go {
  float: right;
  cursor: pointer;
  color: #fff;
  font-family: 'Tahoma';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  text-transform: uppercase;
  width: 287px;
  height: 40px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: -o-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: -webkit-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: linear-gradient(to top, #3a8d00 0%, #a5ee00 100%);
  -moz-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75); }

/* line 109, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module__input {
  font-family: Tahoma, Geneva, sans-serif;
  background: url('../img/input.png') 0 0 no-repeat;
  height: 40px;
  width: 287px;
  color: #834926;
  font-size: 14px;
  padding: 0 10px; }
  /* line 110, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .calk-module__input.err {
    color: red; }

/* line 112, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult {
  position: relative;
  overflow: hidden;
  width: 426px;
  min-height: 18px;
  margin: 40px auto 0 auto;
  padding-bottom: 5px;
  background: url('../img/rezult.png') 0 0 no-repeat; }

/* line 113, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult-shadow {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 50%;
  width: 374px;
  height: 23px;
  margin-left: -187px;
  background: url('../img/shadow.png') top no-repeat; }

/* line 114, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult-value {
  position: relative;
  background: #e7e7e7;
  left: 50%;
  top: 0;
  height: 305px;
  overflow: hidden;
  margin-left: -187px;
  width: 374px;
  -moz-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  margin-top: -305px; }

/* line 118, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module__send {
  cursor: pointer;
  display: none;
  color: #fff;
  font-size: 26px;
  text-transform: uppercase;
  line-height: 60px;
  text-align: center;
  text-decoration: none;
  width: 374px;
  height: 60px;
  margin: 30px auto 0 auto;
  border-radius: 5px;
  background-image: -moz-linear-gradient(bottom, #ff5a00 0%, #ff9000 100%);
  background-image: -o-linear-gradient(bottom, #ff5a00 0%, #ff9000 100%);
  background-image: -webkit-linear-gradient(bottom, #ff5a00 0%, #ff9000 100%);
  background-image: linear-gradient(to top, #ff5a00 0%, #ff9000 100%);
  -moz-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75); }
  /* line 119, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .calk-module__send span {
    background: url('../img/icons/18.png') 0 0 no-repeat;
    height: 32px;
    padding-left: 40px; }

/* line 122, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult__title {
  text-align: center;
  font-size: 18px;
  text-transform: uppercase;
  padding: 18px 0 5px 0; }

/* line 123, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult__label {
  font-weight: 700;
  text-align: center;
  background-color: #d2d2d2;
  padding: 5px 0;
  margin: 15px 0; }

/* line 124, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.calk-module-rezult__val {
  padding: 0px 25px 0px 25px;
  font-size: 14px;
  margin-bottom: 5px; }
  /* line 125, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .calk-module-rezult__val:after {
    content: '';
    display: block;
    clear: both; }
  /* line 126, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .calk-module-rezult__val span {
    float: right; }

/* line 129, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
footer {
  background: url('../img/footer.png') top no-repeat;
  height: 108px; }

/* line 130, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.footer__logo {
  position: absolute;
  top: 30px;
  left: 0; }

/* line 131, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.footer-menu {
  position: absolute;
  left: 360px;
  top: 45px; }
  /* line 132, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .footer-menu ul li {
    border-right: 1px solid #000;
    list-style: none;
    float: left; }
    /* line 133, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .footer-menu ul li:last-child {
      border-right: none; }
    /* line 134, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .footer-menu ul li a {
      color: #491f00;
      font-size: 14px;
      text-decoration: none;
      display: block;
      padding: 0 15px; }

/* line 137, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.footer__copy {
  position: absolute;
  right: 6%;
  top: 50px;
  text-align: center;
  color: #491f00;
  font-size: 14px;
  line-height: 16px; }
  /* line 138, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .footer__copy a {
    color: #491f00;
    text-decoration: none; }
    /* line 139, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
    .footer__copy a span {
      color: #e05f00; }

/* line 142, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select {
  position: relative;
  cursor: pointer;
  display: block;
  vertical-align: middle; }
  /* line 144, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .select.err .select-title__value {
    color: red; }

/* line 147, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-title {
  position: relative;
  z-index: 4;
  width: 657px;
  width: 100%;
  height: 40px;
  background: url('../img/select.png') 0 0 no-repeat; }

/* line 148, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-title__arrow {
  position: absolute; }

/* line 149, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-title__value {
  font-size: 14px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  width: 100%;
  padding: 0 10px;
  white-space: nowrap;
  text-overflow: ellipsis;
  color: #834926; }

/* line 150, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-options {
  position: absolute;
  z-index: 10;
  display: none;
  overflow: hidden;
  width: 100%; }

/* line 151, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-options_first:after {
  content: '';
  bottom: 10px;
  right: 10px;
  background: url('../img/view-more.png') 0 0 no-repeat;
  width: 32px;
  height: 40px;
  z-index: 10;
  position: absolute;
  opacity: 0.5; }

/* line 152, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-options-inside {
  border-radius: 4px;
  background-color: #bc791e;
  overflow: hidden;
  max-height: 208px;
  position: relative; }

/* line 154, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select-options__value {
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  padding: 5px 10px; }
  /* line 155, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .select-options__value:hover {
    background-color: #fff;
    color: #bc791e; }

/* line 158, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.select_min {
  float: left;
  width: 300px; }
  /* line 159, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .select_min .select-title {
    background: url('../img/selectmin.png') 0 0 no-repeat;
    width: 300px; }

/* line 162, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup-bg {
  display: none;
  background-color: #000;
  opacity: 0.5;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99; }

/* line 163, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup {
  display: none;
  
  position: fixed;
  width: 340px;
  left: 50%;
  margin-left: -170px;
  min-height: 268px!important;
  height:auto!important;
  max-height:auto!important;
 
  top: 100px;
  z-index: 100;}
.popup form {background: url('../img/form.png') 0 0 no-repeat;  padding: 30px 24px 24px 24px;background-size: 100% 100%; z-index:0; position:relative;}
/* line 164, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup-close {
  width: 15px;
  height: 15px;
  position: absolute;
  top: 10px;
  right: 10px;
  cursor: pointer;z-index:1; }

/* line 167, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup__input {
  font-family: Tahoma, Geneva, sans-serif;
  height: 40px;
  width: 287px;
  color: #834926;
  font-size: 14px;
  padding: 0 10px 0 44px;
  margin-bottom: 15px; }
  /* line 168, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__input.err {
    color: red; }

/* line 170, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup__input_1 {
  background: url('../img/inp-name.png') 0 0 no-repeat; }

/* line 171, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup__input_2 {
  background: url('../img/inp-phone.png') 0 0 no-repeat; }

/* line 172, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup__input_3 {
  background: url('../img/inp-mail.png') 0 0 no-repeat; }

/* line 175, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
.popup__btn {
  cursor: pointer;
  color: #fff;
  font-family: 'Tahoma';
  font-size: 18px;
  text-align: center;
  text-decoration: none;
  line-height: 40px;
  text-transform: uppercase;
  width: 287px;
  height: 40px;
  border-radius: 5px;
  background-image: -moz-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: -o-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: -webkit-linear-gradient(bottom, #3a8d00 0%, #a5ee00 100%);
  background-image: linear-gradient(to top, #3a8d00 0%, #a5ee00 100%);
  -moz-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  -webkit-box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75);
  box-shadow: 0 1px 2px rgba(24, 24, 24, 0.75); }
  /* line 183, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_price {
    width: 100%;
    margin-bottom: 10px;
    margin-top: 10px; }
  /* line 184, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_price td {
    padding: 5px;
    border: 1px solid #c0c0c0;
    text-align: center; }
  /* line 185, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_price th {
    padding: 5px;
    border: 1px solid #c0c0c0;
    text-align: center;
    background-color: #ebebeb; }
  /* line 187, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .ceny_h2 {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 189, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn p {
    margin-top: 10px;
    margin-bottom: 10px; }
  /* line 191, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .item-page ul {
    margin-left: 35px;}
  .item-page ul {
    margin-bottom:15px;}
	
	
  /* line 193, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn blockquote {
    background: none repeat scroll 0 0 #f3f3f3;
    border-left: 2px solid #6B2D00;
    padding: 5px;
    clear: both;
    display: block;
    line-height: 1.5em;
    color: #000;
    margin-top: 10px; }
  /* line 204, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .but_stoimost {
    margin-left: 15px; }
  /* line 205, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .but_ceny {
    margin-left: 40px; }
  /* line 207, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_ico {
    width: 100%;
    margin-top: 20px;
    margin-bottom: 20px; }
  /* line 208, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_ico td {
    text-align: center; }
  /* line 209, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .table_ico td span {
    font-size: 12px; }
  /* line 211, E:/#WEB/#2015/mosbrustorg/brus/css/template.scss */
  .popup__btn .page_but {
    margin-left: 160px; }

	.table_price {width:100%; margin-bottom:10px; margin-top:10px;}
.table_price td{padding:5px; border:1px solid #c0c0c0; text-align:center;}
.table_price tr:hover{background-color:#f9f9f9;}
.table_price th{padding:5px; border:1px solid #c0c0c0; text-align:center; background-color:#ebebeb;}

	.table_gost {width:100%; margin-bottom:10px; margin-top:10px;}
.table_gost td{padding:5px; border:1px solid #c0c0c0; text-align:center;}

.ceny_h2 {text-align:center; margin-top:10px; margin-bottom:10px;}

p {margin-top:10px; margin-bottom:10px;}

.item-page ul{margin-left:35px; margin-top:15px;}
	
blockquote {
  background: none repeat scroll 0 0 #f3f3f3;
  border-left: 4px solid #752900;
  padding: 10px 5px 10px 15px;
  clear: both;
  display: block;
  line-height: 1.5em;
  color: #000;
  margin-top: 10px;
  margin-bottom:15px;
  font-family: verdana, sans-serif;
  font-style: italic;
}
	
.but_stoimost {margin-left:15px;}
.but_stoimost:hover{opacity: .85}
.but_ceny {margin-left:40px;}
.but_ceny:hover {opacity: .85;}

.but_ceny_page {margin-left:0px;}
.but_ceny_page:hover{opacity: .85}
	
.table_ico {width:100%; margin-top:20px; margin-bottom:20px;}
.table_ico > tbody > tr > td > img:hover{
	transform: scale(1.1);
	transition: all .3s;
}
.table_ico td{text-align:center;}
.table_ico td span{font-size:12px;}
	
.page_but {margin-left:30px;}
.page_but:hover{opacity: .85}

.dost_car_gaz  {float:left; }

.dost_car_gaz  div{text-align:center;}
.dost_car_gaz_zag  {font-size:20px;}

.dost_car_tata  div{text-align:center;}
.dost_car_tata_zag  {font-size:20px;}

.dost_car_kamaz  div{text-align:center;}
.dost_car_kamaz_zag  {font-size:20px;}

#popup {
  display: block !important;
  position: relative;
  left: 0px;
  top: 0px;
  margin: 0px auto;
  z-index: 1;
}

.content-category h2 {margin-bottom:15px;}

.ceny_block {width:653px; padding:10px; border:1px solid #c0c0c0;}

.ceny_block div{width:632px; margin-bottom:5px; padding:5px; text-align:center; border:1px solid #c0c0c0; background-color:#f9f9f9;}
 
.ceny_block div:hover{background-color:#f3f3f3; cursor:pointer;}
 
.ceny_block div a{text-decoration:none; font-weight:bold; color:#783300;}

.page_callback_ceny {margin-left:150px;}

.bord_ceny {height:20px;}

.otzyv {margin-top:20px; width:320px; float:left;}
.otzyv  h2{text-align:center; margin-top:20px;}
.otzyv  div{margin-top:20px;}

.table_art {width:100%; margin-bottom:15px;}
.table_art td {border:1px solid #c0c0c0; padding:15px;}

.but_catalog {padding:5px; text-align:center; border:1px solid #c0c0c0; background-color:#f9f9f9; border-radius:10px; width:200px; margin:0 auto;}
.but_catalog a{text-decoration:none; font-weight:bold; font-size:12px; color:#491f00;}

.but_cat {width:200px; padding:5px; border:1px solid #c0c0c0; border-radius:10px; background-color:#ebebeb; margin:0 auto; text-align:center; margin-bottom:15px;}
.but_cat a{text-decoration:none; font-weight:bold; font-size:13px; color:#783300;}




.table_ico img:hover {font-weight:bold; cursor:pointer;}

.scrolltop {
    background: url('../images/scrolltop.png') no-repeat 0 -3px;
	width: 43px; height: 42px;
    position: fixed;
    right: 15px; bottom: 20px;
    cursor: pointer;
    display: none;
}
.scrolltop:hover {
    background-position: -46px -3px;
}

h2 {line-height:25px;}

.header-menu .item-112 > a {
  padding: 0 15px 0 45px;
}

@media(max-width: 670px){
	.fieldset {
		float: none;
		width: 100%;
	}
	.calk-module__input{
		width: 100%;
		background-size: cover;
		height: 54px;
	}
	.fieldset:nth-child(2){
		text-align: center;
	}
	.calk-module__go.calc{
		margin: 0 auto;
		float: none;
	}


}
	.calk-module {
	background-color:#ebebeb;
		border-radius: 15px;
}

	.calk-form-new{
		background-color: #FFCFB9;
		border-radius: 15px;
		border: 4px solid #8A2500;
	}
.cf:before,
.cf:after {
	content: " "; /* 1 */
	display: table; /* 2 */
}

.cf:after {
	clear: both;
}

/**
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */
.cf {
	*zoom: 1;
}
/* custom 21.12.2016 */
.tagssimilar{
	border: 1px solid #e4e7e7;
    padding: 20px 10px;
}
.tagssimilar h2{
	margin-left: 10px;
	margin-bottom: 20px;
}
.similar-product-item{
	width: 25%;
    float: left;
	box-sizing:border-box;
	padding: 0 10px;
}
.similar-product-img{
	position:relative;
}
.similar-product-img img{
	width:100%;
	height: 90px!important;
}
.hit-wrap{
	display:table;
	position: absolute;
	top: -15px;
	right: -15px;
}
.hit{
    background: red;
    border-radius: 50%;
    width: 50px;
    height: 50px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    color: #fff;
}
@media(max-width:600px){
	.similar-product-item {
		width: 50%;
		margin-bottom: 25px;
	}

}

.wrapper-dignity-block {
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin-top: 30px;
}

.dignity-block {
	min-width: 25%;
	-webkit-flex-basis: 160px;
	-ms-flex-preferred-size: 160px;
	flex-basis: 160px;
	text-align: center;
	position: relative;
	cursor: pointer;
}
.dignity-block .dignity-img {
	margin-bottom: 10px;
	text-align: center;
}
.dignity-block .dignity-img img {
	display: inline-block;
}
.dignity-block p {
	color: #3f2929;
	font-size: 16px;
	margin-bottom: 20px;
}
.dignity-block .tooltip-wrap {
	position: absolute;
	display: none;
	font-size: 14px;
	left: 50%;
	margin-left: -125px;
	width: 250px;
	color: #333333;
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
	border-radius: 5px;
	text-align: center;
	padding: 5px 10px;
	box-sizing: border-box;
}
.dignity-block .tooltip-wrap::before {
	content: "";
	position: absolute;
	top: -13px;
	left: 50%;
	margin-left: -13px;
	width: 26px;
	height: 16px;
	background: url("/templates/brus/img/triangle-tooltip.png") no-repeat;
}

.show p {
	text-decoration: underline;
}
.show .tooltip-wrap {
	display: block;
	z-index: 99;
}

.dignity-block-xs{
	min-width: 16%;
	-webkit-flex-basis: 105px;
	-ms-flex-preferred-size: 105px;
	flex-basis: 105px;
}
.tagspopular {
    margin: 10px 0px;
}
.tagspopular ul {
    list-style: none;
    text-align: center;
}
.tagspopular ul li {
    display: inline-block;
    margin: 5px;
}
.wrapper-banner {
	max-width: 750px;
	margin: 20px auto;
	border-radius: 6px;
}
.banner-pol_doska{
		background: url("/images/banner-bg-pol_dos.jpg") no-repeat center/cover;
}
.banner-obr_dosk{
	background: url("/images/banner-bg-dosk_obr.jpg") no-repeat center/cover;
}
.banner-vagonka{
	background: url("/images/banner-bg-vagonka.jpg") no-repeat center/cover;
}

.banner {
	width: 100%;
	height: 100%;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-webkit-flex-direction: column;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-pack: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	padding: 50px 20px 35px;
}
.banner__text {
	font-family: "Open Sans", sans-serif;
	font-size: 22px;
	font-weight: 700;
	color: white;
	margin-bottom: 25px;
	text-align: center;
	max-width: 75%;
}
.banner__text p{
	margin: 0;
	line-height: 28px;
}
.banner__text span {
	color: #ffa30d;
}
.banner__text span a {
	color: #ffa30d;
	text-decoration: none;
}
.banner__text span a:hover {
	text-decoration: underline;
}
.banner__url {
	display: block;
	text-align: center;
}
.banner__url a {
	display: inline-block;
	text-align: center;
	vertical-align: middle;
	margin: 0 11px 15px;
	width: 93px;
	height: 38px;
	border-radius: 6px;
	line-height: 34px;
	color: white;
	font-size: 14px;
	font-family: "Open Sans", sans-serif;
	text-decoration: none;
	background-color: transparent;
	-webkit-transition: background-color 0.5s ease;
	transition: background-color 0.5s ease;
}
.banner__url a.green {
	border: 2px solid #96e000;
}
.banner__url a.green:hover {
	background-color: #96e000;
}
.banner__url a.orange {
	border: 2px solid #ffa416;
}
.banner__url a.orange:hover {
	background-color: #ffa416;
}
.banner__url a.red {
	border: 2px solid #fa0100;
}
.banner__url a.red:hover {
	background-color: #fa0100;
}

@media screen and (max-width: 480px) {
	.banner {
		padding: 30px 20px 15px;
	}
	.banner__text {
		font-size: 18px;
		max-width: 100%;
	}
}

.slider_top{
	margin-bottom: 40px;
}
.slider_top #cust-navigation105{
	bottom: -31px;
	left: 50%;
	-webkit-transform: translateX(-50%);
	-ms-transform: translateX(-50%);
	transform: translateX(-50%);
}
.slider_top span.load-button{
	width: 18px;
	height: 18px;
	background: none;
	background-color: rgb(217, 217, 217);
	border-radius: 50%;
}
.slider_top span.load-button:hover{
	background: none;
	background-color: rgb(71, 165, 0);
}
.slider_top span.load-button-active{
	background: none;
	background-color: rgb(71, 165, 0);
}

.open-close-block {display:none; font-size:10px;}
.terms2 {width:100%; position:relative; padding:10px 0; }
.terms2 a {cursor:pointer;}
.popup form {position:relative; height:auto;}
.err2 {color:red}

.header-menu ul li.item-215 a::before {
    content: "";
    width: 26px;
    height: 24px;
    position: absolute;
    top: 50%;
    left: 0;
    margin-top: -10px;
    background-image: url(/images/otzyv.png);
    background-position: 0 0;
    background-repeat: no-repeat;
}

.btn-zakaz {
    border: 1px solid #ebebeb;
    padding: 3px;
    border-radius: 5px;
    background-color: #ebebeb;
    width: 100px;
    display: block;
    margin: 0 auto;
    text-decoration: none;
    color: #fff;
    background-color: #66b400;
    /* -webkit-box-shadow: 0px 2px 20px #23bd3e; */
    -moz-box-shadow: 0px 2px 20px #23bd3e;
    box-shadow: 0px 1px 3px #4c8843;
}
.btn-zakaz:hover {
    text-decoration: underline;
    color: #fff;
    background-color: #79c318;
    /* -webkit-box-shadow: 0px 2px 20px #23bd3e; */
    -moz-box-shadow: 0px 2px 20px #23bd3e;
    box-shadow: 0px 1px 3px #4c8843;
}