/*================================== Шрифты*/
@font-face {
  font-family: 'Calibri';
  src: url('/font/Calibri-Bold.eot');
  src: url('/font/Calibri-Bold.eot?#iefix') format('embedded-opentype'), url('/font/Calibri-Bold.woff') format('woff'), url('/font/Calibri-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Narrow';
  src: url('/font/ArialNarrow.eot');
  src: url('/font/ArialNarrow.eot?#iefix') format('embedded-opentype'), url('/font/ArialNarrow.woff') format('woff'), url('/font/ArialNarrow.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial Narrow';
  src: url('/font/ArialNarrow-Bold.eot');
  src: url('/font/ArialNarrow-Bold.eot?#iefix') format('embedded-opentype'), url('/font/ArialNarrow-Bold.woff') format('woff'), url('/font/ArialNarrow-Bold.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url('/font/ArialMT.eot');
  src: url('/font/ArialMT.eot?#iefix') format('embedded-opentype'), url('/font/ArialMT.woff') format('woff'), url('/font/ArialMT.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Calibri';
  src: url('/font/Calibri.eot');
  src: url('/font/Calibri.eot?#iefix') format('embedded-opentype'), url('/font/Calibri.woff') format('woff'), url('/font/Calibri.ttf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Arial';
  src: url('/font/Arial-BoldMT.eot');
  src: url('/font/Arial-BoldMT.eot?#iefix') format('embedded-opentype'), url('/font/Arial-BoldMT.woff') format('woff'), url('/font/Arial-BoldMT.ttf') format('truetype');
  font-weight: bold;
  font-style: normal;
}
/* ============================ Normalize CSS */

*,*:before,*:after{-moz-box-sizing:border-box;box-sizing:border-box}::-moz-selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}::selection{color:inherit;text-shadow:inherit;background-color:#ACCEF7}html{font-family:sans-serif;-ms-text-size-adjust:100%;-webkit-text-size-adjust:100%}body{margin:0}article,aside,details,figcaption,figure,footer,header,hgroup,main,menu,nav,section,summary{display:block}audio,canvas,progress,video{display:inline-block;vertical-align:baseline}audio:not([controls]){display:none;height:0}[hidden],template{display:none}a{background-color:transparent}a:active,a:hover{outline:0}abbr[title]{border-bottom:1px dotted}b,strong{font-weight:bold}dfn{font-style:italic}h1{font-size:2em;margin:.67em 0}mark{background:#ff0;color:#000}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sup{top:-0.5em}sub{bottom:-0.25em}img{border:0}svg:not(:root){overflow:hidden}figure{margin:1em 40px}hr{-moz-box-sizing:content-box;box-sizing:content-box;height:0}pre{overflow:auto}code,kbd,pre,samp{font-family:monospace,monospace;font-size:1em}button,input,optgroup,select,textarea{color:inherit;font:inherit;margin:0}button{overflow:visible}button,select{text-transform:none}button,html input[type="button"],input[type="reset"],input[type="submit"]{-webkit-appearance:button;cursor:pointer}button[disabled],html input[disabled]{cursor:default}button::-moz-focus-inner,input::-moz-focus-inner{border:0;padding:0}input{line-height:normal}input[type="checkbox"],input[type="radio"]{-moz-box-sizing:border-box;box-sizing:border-box;padding:0}input[type="number"]::-webkit-inner-spin-button,input[type="number"]::-webkit-outer-spin-button{height:auto}input[type="search"]{-webkit-appearance:textfield;-moz-box-sizing:content-box;box-sizing:content-box}input[type="search"]::-webkit-search-cancel-button,input[type="search"]::-webkit-search-decoration{-webkit-appearance:none}fieldset{border:1px solid silver;margin:0 2px;padding:.35em .625em .75em}legend{border:0;padding:0}textarea{overflow:auto}optgroup{font-weight:bold}table{border-collapse:collapse;border-spacing:0}
/* ============================ Готовые классы помошники */
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
/* ============================ Сетка */
html,
body {
  height: 100%;
}
body {
  font-family: 'Arial Narrow', Arial, Helvetica, sans-serif;
  font-size: 100%;
  line-height: 1;
  margin: 0;
  color: #6e6e6e;
}
.wrap {
  position: relative;
  min-height: 100%;
  padding-bottom: 235px;
  background-image: radial-gradient(circle 1086px at center, #f1f1f1 0%, #f1f1f1 47%, #a2a2a2 100%);
  background-image: -webkit-radial-gradient(circle 1086px at center, #f1f1f1 0%, #f1f1f1 47%, #a2a2a2 100%);
  overflow: hidden;
}
.container {
  position: relative;
  width: 1000px;
  /*padding-right: 12px;
  padding-left: 12px;*/
  margin: 0 auto;
}
/* ============================ Базовые стили */
a {
  color: inherit;
  transition: all 0.1s;
  text-decoration: none;
}
a:hover {
  color: #17579f;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
  line-height: 1.4;
}
/* ============================ Шапка */
.main-header {
  position: relative;
  border-top: 10px solid #f62e2e;
  font-family: 'Calibri';
  z-index: 1;
}
.header-cont {
  position: relative;
  background-color: #f1f1f1;
  background-image: linear-gradient(to top, #ededed 0%, #e9e9e9 80%, #d9d9d9 100%);
  background-image: -webkit-linear-gradient(to top, #ededed 0%, #e9e9e9 80%, #d9d9d9 100%);

}
.header-cont:after,
.header-cont:before {
  content: '';
  position: absolute;
  top: 0;
  width: 30px;
  height: 149px;
  /* box-shadow: 0px 0px 20px 0px rgba(0, 0, 0, 0.75); */
  z-index: -1;
}
.header-cont:before {
  left: -30px;
  background: url('/images/shadow-header-left.png') 0 0 no-repeat;
}
.header-cont:after {
  right: -30px;
  background: url('/images/shadow-header-right.png') 0 0 no-repeat;
}
.shadow-cont,
.header-row  {
  position: relative;
  z-index: 1;
}
.shadow-cont::before,
.shadow-cont::after {
  content: '';
  position: absolute;
  top: 0;
  width: 100%;
  height: 22px;
  background: url('/images/shadow-top-red.png') 0 0 repeat-x;
}
.shadow-cont::before {
  right: 100%;
}
.shadow-cont::after {
  left: 100%;
}
.logo-site {
    float: left;
    height: 163px;
    margin-left: 70px;
    overflow: hidden;
    padding:15px;
}
.logo-site img {
  margin-top: 20px;
}
.head-contacts {
  position: relative;
  float: right;
  margin-right: 60px;
  padding-top: 45px;
  padding-bottom: 20px;
  width: 235px;
  text-align: center;
  font-weight: bold;
  background: url('/images/bg-head-conatcs.png') 0 22px no-repeat;
}
.head-contacts p {
  line-height: 1;
  margin-bottom: 5px;
}
.head-contacts span {
  display: inline-block;
  font-size: 13px;
}
.head-contacts .phone {
  color: #d31920;
  font-size: 22px;
}
.menu {
  position: relative;
  height: 47px;
  background-color: #f1f1f1;
  background-image: linear-gradient(to top, #f1f1f1 0%, #e9e9e9 32%, #d9d9d9 80%, #f3f3f3 100%);
  background-image: -webkit-linear-gradient(to top, #f1f1f1 0%, #e9e9e9 32%, #d9d9d9 80%, #f3f3f3 100%);
  border-top: 1px solid rgba(0, 0, 0, 0.09);
}
.menu:after {
  content: '';
  position: absolute;
  left: 0;
  width: 100%;
  height: 13px;
  background-color: #1b5d95;
  box-shadow: 0 5px 5px rgba(0, 0, 0, 0.29);
}
.menu ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.menu > ul {
  height: 45px;
  padding-top: 12px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@supports ( display: -webkit-flex ) or ( display: -ms-flexbox ) or ( display: flex ) {
  .menu > ul {
    padding-top: 26px;
  display: -webkit-flex;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: row;
  -moz-box-orient: horizontal;
  -moz-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-items: center;
  -moz-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
}
.menu > ul > li {
  display: inline-block;
  width: 160px;
  height: 36px;
  position: relative;
  text-align: center;
  text-transform: uppercase;
}
.menu > ul > li:after {
  content:'';
  position: absolute;
  top: -5px;
  right: 0;
  width: 2px;
  height: 26px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAMAAAAcCAYAAACkqAXxAAAAMUlEQVQYV2NkYGDg+/v3bzITE9NyRgYGBul///7tYGRkjBrlUCkMuP/8+ePFzMy8FwC5aXSFgs7d9AAAAABJRU5ErkJggg==') 0 0 no-repeat;
}
.menu > ul > li:last-child:after {
  display: none;
}
.menu a {
  text-decoration: none;
}
.menu a:hover,
.menu > ul > li.active > a {
  color: #17579f;
}
ul.sub-menu {
  position: absolute;
  top: 27px;
  padding: 15px 10px 10px;
  /*width: 240px;*/
  width: 320px;
  background-color: #fff;
  -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.66);
  -moz-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.66);
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.66);
  border-top: 3px solid #c4161c;
  font-size: 14px;
  text-align: left;
  z-index: 5;

  opacity: 0;
  visibility: hidden;
  transition: all 0.2s ease;
}
ul.sub-menu li {
  margin-bottom: 10px;
}
ul.sub-menu--l3 {
  padding-top: 10px;
  padding-left: 15px;
}
.menu > ul > li:hover .sub-menu{
  opacity: 1;
  visibility: visible;
}
/* ============================ Works */
.works {
  position: absolute;
  top: 150px;
  width: 100%;
  height: 548px;
  background: url('/images/bg.png') 50% 0 no-repeat;
  color: #fff;
  font-family: 'Calibri';
  z-index: 0;
}
.works:after {
  content:'';
  position: absolute;
  bottom: -300px;
  width: 100%;
  height: 300px;
  background: url('/images/shadow-works.png') 50% 90% no-repeat;
}
.works-desc {
  position: absolute;
  padding-top: 130px;
  margin-left: 140px;
}
.works-desc:before,
.works-desc:after {
  content: '';
  position: absolute;
}
.works-desc:before {
  left: -80px;
  width: 64px;
  height: 137px;
  background: url('/images/decor-works-arrow.png') 0 0 no-repeat;
}
.stella {
  position: absolute;
  width: 488px;
  height: 268px;
  right: 55px;
  top: 77px;
}
.works-desc:after {
  bottom: 0;
  width: 300px;
  height: 6px;
  background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAASwAAAAGCAYAAAB5PaORAAAA3UlEQVRYR+2Z0Q3CMAxEfQMwAAzAAuw/Agt0ABigAxzKBxK0sT8cCDK6/FanOtb5xXFA8mLOAnDtfSJ5MLNzAd3JzI5OnCuAxdnfbF3LZctpb90B3Jw4q+hcj5nZAmB19jdNJ08XqQUBa18qJAWsDkFIZgE5DTwt7MjTHiAFLAFrZ/kfmGI2eLL/y4Kgik7A2lTDQC1kPVZFF3taHZY6rE0GvnEFFbAErNcMROMYAUszrPcMDFztsh2dgCVgCVjPDASPA//RBmvo3jtzPjqsH7iizX6AquLpbJzhofgAtydkr7zbrZYAAAAASUVORK5CYII=') 0 0 no-repeat;
}
.works h2 {
  font-size: 16px;
  font-weight: bold;
}
.works-list {
  width: 300px;
  list-style-type: none;
  padding: 0;
}
.works-list li {
  font-size: 14px;
  line-height: 1.125em;
}
.works-list a {
  text-decoration: none;
}
.works-list a:hover {
  text-decoration: underline;
}
/* ============================ Контент */
.wrap-content {
  margin-top: 300px;
  margin-bottom: 45px;
}
#path {
  position: relative;
  padding-top: 12px;
  padding-left: 45px;
  min-height: 36px;
  background: url('/images/bg-breadcrumbs.png') 0 0 no-repeat;
  font-size: 14px;
  text-transform: uppercase;
  color: #17579f;
  font-weight: 700;
}
#path.long {
  padding-top: 5px;
}
#path:before {
  content: '';
  position: absolute;
  left: 25px;
  width: 3px;
  height: 15px;
  /* height: 75%; */
  background-color: #ed1c24;
}
#path.long:before {
  top: 11px;
}
.pad-cont {
  padding-top: 20px;
  padding-bottom: 20px;
  background: rgba(241, 241, 241, 0.22);
}
.inner-content {
  position: relative;
  display: -webkit-box;
      display: -webkit-flex;
      display: -moz-box;
      display: -ms-flexbox;
      display: flex;
}
.left-side {
  /* display: inline-block; */
  float: left;
  /* position: absolute; */
  padding: 20px;
  margin-left: 25px;
  width: 278px;
  /* height: 100%; */
  border: 1px solid rgba(155, 155, 155, 0.6);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  vertical-align: top;

}
.left-side h2 {
  margin-bottom: 10px;
  color: #17579f;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  line-height: 1.5;
}
.partners-list,
.about-list {
  list-style-type: none;
  padding: 0;
  font-size: 11px;
}
.partners li {
  margin-bottom: 20px;
  line-height: 1.2;
  font-weight: bold;
  /* font-family: 'Arial'; */
  text-transform: uppercase;
}
.about-list li {
  color: #747373;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.313em;
}
.partners a,
.about-list a {
  text-decoration: none;
}
.partners h2 {
  color: #c41a1c;
  border-bottom: 1px solid #c41a1c;
}
.partners a:hover,
.about-list a:hover {
  color: #17579f;
}
.left-side .contacts {
  width: 100%;
  margin: 0 0 40px;
  font-size: 14px;
  line-height: 1.7;
}
.left-side .contacts h4 {
  border: none;
  font-size: 14px;
}
.left-side .email {
  margin-bottom: 60px;
}
.tb {
	display: table;
	width: 100%;
}
.tb * {
	display: table-cell;
	vertical-align: middle;
}
.products ul{
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.products-list > li {
  font-weight: bold;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12.5px;
}
.products-list .level1 {
  padding-left: 10px;
  margin-bottom: 30px;
  font-size: 14.5px;
}
.products-list .level1 > li {
  margin-bottom: 20px;
}
.products-list .level2 {
	margin-top: 5px;
  padding-left: 10px;
}
.products-list .level2 li {
  margin-bottom: 5px;
}
.content {
  position: relative;
  float: right;
  margin: 0 25px;
  padding: 20px 20px 50px 20px;
  width: 640px;
  min-height: 710px;
  border: 1px solid rgba(155, 155, 155, 0.6);
  box-shadow: 0 0 24px rgba(0, 0, 0, 0.17);
  background-color: #fff;
  vertical-align: top;
  font-family: "Arial Narrow";

}
.page-title {
	margin-bottom: 10px;
  color: #17579f;
  font-size: 14px;
  border-bottom: 1px solid #d4d4d4;
  text-transform: uppercase;
  line-height: 1.5;
}
.content p {
  margin-bottom: 10px;
  text-indent: 20px;
}
.content .pricetwo p {
  margin-bottom: 10px;
  text-indent: 0px;
}
.news-item {
  position: relative;
  margin-bottom: 30px;
}
.news-item__date {
  float: left;
  width: 73px;
  margin-right: 25px;
  color: #a7a9ac;
  text-transform: uppercase;
  font-weight: bold;
  text-align: center;
}
.news-item__date span {
  display: inline-block;
  width: 40px;
  padding: 2px 0;
  background-color: #0c97d5;
  color: #fff;
  text-align: center;
}
.news-item__desc {
  float: left;
  padding-bottom: 5px;
  margin-right: 20px;
  width: 310px;
  font-size: 14px;
  border-bottom: 3px dotted #a7a9ac;
}
.news-item__title {
  font-size: 14px;
  margin-bottom: 10px;
}
.news-item__brief {
  text-align: justify;
}
.news-item__img {
  position: absolute;
  right: 0;
  top: 50%;
  margin-top: -58px;
  width: 166px;
  height: 106px;
  border: 1px solid #959494;
}
.news-item__img img {
  width: 164px;
  height: 104px;
}
.news-item .more {
  display: block;
  text-align: right;
  color: #166dc5;
  font-weight: bold;
  text-decoration: none;
}
.news-pager {
  position: absolute;
  right: 20px;
  bottom: 20px;
  text-align: right;
  color: #2553d9;
  font-family: 'Calibri';
}
.news-pager a {
  text-decoration: none;
}
.news-pager a:hover {
  text-decoration: underline;
}
.detail-news {
  font-size: 14px;
}
.detail-news__date {
  float: left;
  margin-right: 25px;
  padding: 5px;
  max-width: 90px;
  background-color: #0c97d5;
  color: #fff;
  text-align: center;
  text-transform: uppercase;
}
.detail-news__head {
  float: left;
  width: 315px;
}
.detail-news__title {
  margin-bottom: 15px;
  width: 315px;
}
.detail-news__brief {
  text-align: justify;
}
.detail-news__body {
  float: left;
  margin-left: 98px;
  width: 315px;
  // width: 500px;
  text-align: justify;
}
.detail-news__images {
  float: right;
  margin-right: 5px;
}
.detail-news__images img {
  margin-top:10px;
  margin-bottom: 10px;
  display: block;
}
.detail-news .image{
  float: right;
  margin: 25px 5px 0 5px;
}
.links-news {
  margin-top: 20px;
  width: 598px;
  position: absolute;
  bottom: 20px;
}
.link-news__prev {
  float: left;
}
.link-news__next {
  float: right;
}
/* ============================ Продукция */
.product-item .image {
  margin-right: 30px;
  vertical-align: top;
}
.price {
  padding-top: 10px;
	margin-bottom: 45px;
}
.price img {
	float: left;
	margin-right: 15px;
}
.price h3 {
	margin-bottom: 10px;
	padding-top: 5px;
	color: #0d72c7;
	font-family: 'Arial Narrow';
	font-size: 14px;
	font-weight: 400;
	text-decoration: underline;
	text-align: justify;
}
.price p {
	text-align: justify;
}
.nophoto {
	border: 1px solid #000;
}
.detail-price {
	/* position: relative;
 height: 100%; */
}
.desc-tabs {
	list-style-type: none;
	margin: 0 0 15px 0;
	padding: 0;
}
.desc-tabs li {
	display: inline-block;
	margin-right: 30px;
	color: #aaa9a9;
	font-size: 14px;
	font-family: "Calibri";
	cursor: pointer;
}
.desc-tabs li.act {
	color: #5d5d5d;
	text-decoration: underline;
}
.detail-price-contacts {
	position: absolute;
	bottom: 15px;
  margin-top: 10px;
  width: 598px;
  padding-top: 10px;
  border-top: 1px solid #d4d4d4;
  font-family: Calibri;
  font-size: 12px;
  font-style: italic;
  color: #999898;
}
/* ============================ Подвал */
.main-footer {
  margin-top: -235px;
  padding-top: 20px;
  width: 950px;
  height: 235px;
  border-top: 3px dotted #a7a9ac;
}
.contacts {
  float: left;
  margin-left: 10px;
  margin-right: 190px;
  width: 130px;
  font-size: 12px;
  line-height: 1.255555;
  /* font-family: Arial; */
}
.contacts h4 {
  margin-bottom: 10px;
  font-size: 12px;
  border-bottom: 1px solid #cecccc;
}
.contacts span {
  font-weight: bold;
}
.contacts .address {
  margin-bottom: 15px;
}
.contacts-txt {
  float: right;
  text-align: right;
}
.address .contacts-txt {
  width: 95px;
}
.left-side .address .contacts-txt {
  width: 125px;
}
.address .contacts-txt p,
.contacts-txt.bk {
	line-height: 1.1;
}
.contacts-txt.bk {
	padding-top: 3px;
}
.foot-menu {
  float: left;
}
.foot-menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.foot-menu li {
  font-size: 11px;
  line-height: 2em;
  font-weight: bold;
  border-bottom: 1px solid #bdbcbd;
  text-transform: uppercase;
}
.foot-menu li:last-child {
  border: none;
}
.foot-menu a {
  text-decoration: none;

}
.foot-menu a:hover {
  color: #17579f;
}
.find {
  float: right;
  margin-right: 10px;
  text-align: center;
}
.find h4 {
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 10px;
}
.find img {
  width: 200px;
  height: 100px;
}
.copyright {
  margin-top: 15px;
  padding-top: 10px;
  border-top: 1px solid #b4b3b4;
  font-size: 10px;
}

table.tab td {
  padding: 5px;
}
.tab p {
  margin-bottom: 0;
  line-height: 1.2;
}
/* ============================ Админ часть */
.view {
  width: 100%;
}
.view [type="checkbox"],
.view [type="radio"] {
  height: 16px;
}
.view th h3 {
  margin-bottom: 5px;
  padding-bottom: 5px;
  border-bottom: 1px dashed #ccc;
}
.view th {
  font-size: 13px;
}
.view th,
.view td {
  position: relative;
  padding: 5px;
}
.view .date_control {
  position: absolute;
  right: 7px;
  top: 7px;
  height: 23px!important;
}
.view td [type="text"],
.view td [type="email"],
.view td [type="password"],
.view td textarea,
.view td select {
  width: 60%;
  height: 30px;
  background: #fff;
  border-radius: 2px;
  border: 1px solid #ccc;
  padding: 5px;
  font-size: 13px;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.view td textarea {
  width: 500px;
  height: 150px;
}
.view td [type="text"]:focus,
.view td [type="email"]:focus,
.view td [type="password"]:focus,
.view td textarea:focus,
.view td select:focus {
  border-color: #66afe9;
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
}
.desc-tab td, .desc-tab th {
  /*border: 1px solid #FFF;*/
  border: 1px solid transparent;
}

/*# sourceMappingURL=index.css.map
