/* @group reset.css */
/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
html{color:#000;background:#FFF;}body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td{margin:0;padding:0;}table{border-collapse:collapse;border-spacing:0;}fieldset,img{border:0;}address,caption,cite,code,dfn,em,strong,th,var,optgroup{font-style:inherit;font-weight:inherit;}del,ins{text-decoration:none;}li{list-style:none;}caption,th{text-align:left;}h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}q:before,q:after{content:'';}abbr,acronym{border:0;font-variant:normal;}sup{vertical-align:baseline;}sub{vertical-align:baseline;}legend{color:#000;}input,button,textarea,select,optgroup,option{font-family:inherit;font-size:inherit;font-style:inherit;font-weight:inherit;}input,button,textarea,select{*font-size:100%;}
/* @end */

/* @group global.css */
.clearfix:after {
  font-size: 0;
  display: block;
  visibility: hidden;
  clear: both;
  height: 0;
  content: " ";
  line-height: 0;
}

.clear-float {
	clear: both;
	height: 0;
	overflow: hidden;
	display: none;
}

.hidden {display: none;}
.br3 {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	-ms-border-radius: 3px;
	-o-border-radius: 3px;
	border-radius: 3px;
}
.br6 {
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}
/* @end */

body {
  font: .75em/1.5 Arial, sans-serif;
  color: #000;
}

a, .hidden-link {color: #007db6;}
a:hover, .hidden-link:hover{text-decoration: underline;color: #e02630;}

.dropdown a:hover{
	color: red;
}

.min-width {
  min-width: 1240px;
}
.max-width {
  max-width: 1240px;
  margin: 0 auto;
}
.min-width.dark {/*background: #ebf5fa;*/}
.min-width.top-inset-shadow {
	/*padding-top: 20px;
	background: url(/i/dark-block-shadow.png) top left repeat-x #ebf5fa;*/
}

/* @group Header */
.header {
  position: relative;
  padding: 20px 20px 0 20px;
  z-index: 90;
  width: 1200px;
}
.header .branding {
  float: left;
}
.header .misc {
  position: relative;
  float: right;
	width: 241px;
	text-align: right;
}
.header .misc .phone {
  font-size: 200%;
  margin-bottom: 3px;
  line-height: 140%;
  color: #e02630;
  font-weight: bold;
}
.header .misc .service-nav {
  margin-bottom: 5px;
}
.header .misc .phone .work-hours {
	/*width: 175px;*/
	color: #007DB6;
	font-size: 60%;
	line-height: 120%;
	text-align: right;
}
.header .misc .service-nav li {
  display: inline-block;
	width: 175px;
  margin-right: 8px;
  line-height: 175%;
  margin-bottom: 5px;
	text-align: center;
}
/* @end */

/* @group Navigation */
.header .nav {
	margin: 0 240px;
	padding-left: 10px;
}

.header .nav a,
.header .nav span {
	white-space: nowrap;
}

.header .nav li {
	display: inline-block;
}

/*top*/
.header .nav .top {
	padding: 7px;
	background: #e02630;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px 6px 6px 6px;
	margin: 32px 0 14px;
}

/*.header .nav .top li {*/
/*}*/

.header .nav .top .cur a {
	background: #fff;
	color: #E02630;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	text-decoration: none;
}

.header .nav .top a,
.header .nav .top span {
	display: inline-block;
	padding: 0 8px;
	line-height: 166.7%;
	color: #fff;
	font-size: 133.3%;
	text-decoration: none;
	margin-right: 5px;
}
.header .nav .top a:hover{
	text-decoration: underline;
}
.header .nav .sub a:hover{
	text-decoration: underline;
	color: #e02630;
}

.header .nav .top .cur span {
	background: #fff;
	color: #E02630;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
}

/*secondary*/
.header .nav .sub {
	font: 14px/20px Arial;
	text-align: center;
	margin-bottom: 14px;
}

.header .nav .sub a,
.header .nav .sub span {
	display: inline-block;
	padding: 0 0px;
	line-height: 175%;
	margin: 0 10px;
}

.header .nav .cur {
	color: #fff;
	background: #e02630;
}

.header .nav .sub .cur {
	font-weight: bold;
}

.header .nav .sub .cur-sub {
	background: #ebf5fa;
}

/* @end */

/* @group Corners */
.header .nav .cur,
.rounded {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.image {
  position: relative;
  float: left;
  overflow: hidden;
}
.image.right {
  float: right;
}
.image img {display: block;}
.image .cn {
  position: absolute;
  left: -5px;
  display: block;
  width: 10px;
  height: 10px;
  background: url("/i/star-bg.png") no-repeat;
}
.image .cn.tl,
.image .cn.tr {
  top: -5px;
}
.image .cn.bl,
.image .cn.br {
  margin-top: -5px;
}
.image .cn.tr,
.image .cn.br {margin-left: 100%;}
/* @end */

/* @group Dropdown */
.header .dropdown {
width: 147px;
font-size: 13px;
margin: 12px 0 0 80px;
font-weight: bold;
}
.header .dropdown .dropdown-container {
	width: 151px !important;
}
.dropdown {
  position: relative;
}
.dropdown span {
  font-size: 105%;
  cursor: pointer;
  color: #007db6;
}
.dropdown .dropdown-container {
  position: absolute;
  top: -5px;
  left: -10px;
}
.dropdown .dropdown-container .dropdown-header {
  padding: 0 10px 5px;
  color: #fff;
  background: #007db6;
}
.dropdown .dropdown-container .dropdown-header a {color: #fff;}
.dropdown .dropdown-container .dropdown-header p span {color: #fff;}
.dropdown .dropdown-container .dropdown-content {
  padding-bottom: 5px;
  background: #e7f1f7;
}
.dropdown .dropdown-container .dropdown-content .line {
  padding: 15px 10px 5px;
}
.dropdown .dropdown-container .dropdown-content li {
  display: block !important;
  margin-bottom: 0;
  padding: 0 10px;
  padding-top: 10px;
}
.dropdown .dropdown-container .dropdown-cn {
  position: relative;
  overflow: hidden;
  height: 5px;
}
.dropdown .dropdown-container .dropdown-cn i,
.dropdown .dropdown-container .dropdown-cn b {
  position: absolute;
  top: 0;
  left: -5px;
  overflow: hidden;
  width: 100%;
  height: 5px;
}
.dropdown .dropdown-container .dropdown-cn b {
  width: 5px;
  margin-left: 100%;
}
.dropdown .dropdown-container .dropdown-cn-top i,
.dropdown .dropdown-container .dropdown-cn-top b {
  background: url("/i/dropdown-cn-top-bg.png") no-repeat;
}
.dropdown .dropdown-container .dropdown-cn-bot i,
.dropdown .dropdown-container .dropdown-cn-bot b {
  background: url("/i/dropdown-cn-bot-bg.png") no-repeat;
}

.header .misc .service-nav .dropdown {
  display: block;
  margin-right: 0;
  white-space: nowrap;
  float: left;
}
.header .misc .service-nav .dropdown .dropdown-container {
  top: -4px;
  right: -10px;
  left: auto;
  text-align: right;
}
.header .misc .service-nav .dropdown .dropdown-header {line-height: 150%;}
.header .misc .service-nav .dropdown .dropdown-content li {
  padding: 10px 15px 0;
}
/* @end */

/* @group Footer */
.footer {
	padding: 15px 0 35px;
  margin: 0 20px;
}
.footer-border {
  border-top: 1px solid #ccc;
}
.footer .left {
  float: left;
  width: 20%;
}
.footer .social {
	width: 20%;
	float: left;
	margin-left: 60px;
	text-align: center;
}
.footer .social .visa {
	margin-right: 15px;
}
.footer .center {
	width: 20%;
  float: left;
  display: inline;
  margin-left: 60px;
}
.footer .right {
	width: 230px;
  float: right;
}
.footer .copyright {margin-bottom: 1em;}
.footer address {margin-bottom: 0.3em; font-style: normal;}
.footer .center img {
  float: left;
  margin-right: 10px;
}
.footer .right .line {
  padding: 5px 0 15px;
}
.footer .counters img {
  float: left;
  margin-left: 10px;
}
.footer .counters img:first-child,
.footer .counters img.first-child {margin-left: 0;}
/* @end */

/* @group Misc */
.pseudo-link {
  text-decoration: none;
  border-bottom-style: dashed;
  border-bottom-width: 1px;
}
.line {white-space: nowrap;}
.line input {
  vertical-align: middle;
}
.line .inp {
  font-size: 12px;
  width: 193px;
  padding: 2px 7px 3px;
  border: 1px solid #c5c7d1;
}
html>/**/body .line .inp {
  height: 19px;
  padding-top: 0;
  padding-bottom: 0;
  line-height: 19px;
}
.line button {
  overflow: hidden;
  width: 19px;
  height: 21px;
  cursor: pointer;
  vertical-align: middle;
  border: 0;
  background: url("/i/line-submit-bg.gif") no-repeat;
}
.line button:hover {background-position: 0 -21px;}
.line button span {visibility: hidden;}
.hinted {color: #999;}
.rss a {
  display: block;
  overflow: hidden;
  width: 15px;
  height: 0;
  padding-top: 14px;
  background: url("/i/rss-bg.gif") no-repeat;
}
/* @end */

/* @group Teaser */
.teaser {
position: relative;
overflow: hidden;
padding: 10px 20px 0px;
}
.teaser-container {
  position: relative;
  z-index: 80;
  float: none !important;
  width: 100%;
  height: 160px;
}
.teaser-container img,
.teaser-container object {
  position: absolute;
  left: 50%;
  margin-left: -640px;
}
.teaser-container .cn {background-image: url("/i/star-dark-bg.png");}
.teaser-container .cn.bl,
.teaser-container .cn.br {
  top: 155px;
  margin-top: 0;
}
.teaser-container .refresh {
  position: absolute;
  top: 10px;
  left: 10px;
  display: block;
  overflow: hidden;
  width: 21px;
  height: 0;
  padding-top: 21px;
  background: url("/i/teaser-refresh-bg.png") no-repeat;
}
.teaser-container .refresh:hover {background-position: 0 -21px;}
.teaser-container .content {
  position: absolute;
  top: 20px;
  right: 20px;
  overflow: hidden;
  width: 460px;
  height: 120px;
  /*background: url("/i/teaser-content-bg.png") no-repeat;*/
}
.teaser-container .content .title {
  padding: 15px 20px 8px;
  font-size: 133.3%;
}
.teaser-container .content .title a {color: #000;}
.teaser-container .content .text {
  padding: 0 20px;
}
/* @end */

/* @group Carousel */
.carousel {
	height: 200px;
  position: relative;
  padding: 0 25px;
}
.carousel div,
.carousel div ul {
	height: 200px;
}
.carousel .carousel-next,
.carousel .carousel-prev {
  position: absolute;
  top: 50%;
  left: 0;
  overflow: hidden;
  width: 26px;
  height: 26px;
  margin-top: -10px;
  cursor: pointer;
  background: url("/i/carousel-controls-bg.png") no-repeat;
}
.carousel .carousel-prev {background-position: 0 0;}
.carousel .carousel-prev:hover {background-position: 0 -26px;}
.carousel .carousel-next {
  left: 823px;
  background-position: -26px 0;
}
.carousel .carousel-next:hover {background-position: -26px -26px;}
.carousel .carousel-prev.disabled,
.carousel .carousel-next.disabled {display: none;}
.carousel ul li {
  float: left;
  width: 263px;
}
.carousel ul li a {
  position: relative;
  display: block;
  width: 263px;
  height: 196px;
	top:14px;
}
.carousel ul li a img {
  position: absolute;
  top: 9px;
  display: block;
  right: 8px;
}
.carousel ul li a i {
  position: absolute;
  top: 0;
  left: 0;
  width: 263px;
  height: 196px;
  cursor: pointer;
  background: url("/i/carousel-item-bg.png") -2px 0 no-repeat;
}
.carousel ul li a:hover,
.carousel ul li a.hover {
  top: 0;
}
.carousel ul li a:hover i {
  background-position: 0 -182px;
}
.carousel-shadow {
	width: 100%;
	height: 16px;
	margin-top: 25px;
	background: url('/i/carousel-shadow.png') repeat-x;
}
.carousel-more-info {
	padding-left: 30px;
	margin-top: 5px;
}
.carousel-more-info a {
	font: normal 18px Arial;
	color: #007DB6;
}
/* @end */

/* @group Offers */
.offers-selected {
  padding: 20px;
}
.offers-list ul li noindex {display: block;}
.offers .container-i {
  overflow: hidden;
  width: 100%;
  margin: 0;
}
.offers-list {
  width: 25%;
}
.offers-all h2 {
  font-size: 166.7%;
  padding: 20px 20px 0;
  line-height: 140%;
  color: #e02630;
  margin-bottom: -20px;
}
.offers-list ul {
  width: 400%;
}
.offers-list ul li {
  position: relative;
  display: inline-block;
  width: 24%;
  min-height: 152px;
  margin-bottom: 20px;
}
.offers-all .offers-list ul li {
  margin-top: 40px;
  margin-bottom: 0;
}
.offers-all .offers-list ul {
  padding-bottom: 20px;
}
.offers-list ul li a {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 214px;
  height: 154px;
  margin-left: -107px;
  background: url("/i/specials-item-bg.png") no-repeat;
}
.offers-list ul li a * {cursor: pointer;}
.offers-list ul li a:hover {
  text-decoration: none;
  background: url("/i/specials-item-bg.png") no-repeat 0 -154px;
}
.offers-list .png-img {
  position: relative;
  top: -10px;
  left: 3px;
  display: block;
}
.offers-list ul li a img {
  display: block;
}
.offers-list ul li a .button {
  position: absolute;
  top: 112px;
  left: 184px;
  display: block;
  overflow: hidden;
  width: 17px;
  height: 17px;
  background: url("/i/specials-item-button-bg.png") no-repeat;
}
.offers-list ul li a .text {
  position: absolute;
  top: 102px;
  left: 19px;
  display: block;
  width: 155px;
  color: #fff;
/*text-decoration: underline;*/
font-size: 12px;
}
.offers-list ul li a:hover .text {text-decoration: none !important;}
.offers-list .hidden li {margin-top: 20px;}
.offers-list-vertical ul li {
  display: block !important;
  float: none;
  width: auto;
  margin: 20px 0 30px;
}
.offers-inner li {margin-top: 30px !important;}
.offers-inner h3 {
  margin-top: 0 !important;
}
.offers-inner h3 span {
  color: #000;
}
/* @end */

/* @group Shadow */
.rounded-sh {
  margin: 0 -1px;
  background: url("/i/rounded-sh-side-bg-tiley-r.gif") repeat-y 100% 0;
}
.aside .rounded-sh {
}
.rounded-sh.bubble {
  position: relative;
  margin-top: 30px;
}
.rounded-sh.bubble .bubble-cn {
  position: absolute;
  z-index: 90;
  top: -20px;
  left: 40px;
  width: 24px;
  height: 21px;
  background: url("/i/bubble-bg.gif") no-repeat;
}
.rounded-sh-i {
  position: relative;
  z-index: 40;
  margin-right: 3px;
  background: #ebf5fa url("/i/rounded-sh-side-bg-tiley-l.gif") repeat-y 0 0;
}
.rounded-sh .rounded-sh-cn {
  position: relative;
  overflow: hidden;
  height: 7px;
  border-top: 1px #fff solid;
	border-top-right-radius: 7px;
	border-top-left-radius: 7px;
}
.rounded-sh .rounded-sh-cn i,
.rounded-sh .rounded-sh-cn b {
  position: absolute;
  top: 0;
  left: -7px;
  display: block;
  width: 100%;
  height: 16px;
  background: url("/i/rounded-sh-cn-bg.png") no-repeat;
}
.rounded-sh .rounded-sh-cn b {
  margin-left: 100%;
  width: 7px;
}
.rounded-sh .rounded-sh-cn-bot {
  height: 9px;
  border: 0px;
  border-radius: 0px;
}
.rounded-sh .rounded-sh-cn-bot i,
.rounded-sh .rounded-sh-cn-bot b {
  top: -7px;
}
.rounded-sh .cn {background: url("/i/star-dark-bg.png") no-repeat;}

.rounded-sh.red .rounded-sh-cn i,
.rounded-sh.red .rounded-sh-cn b {background-image: url("/i/rounded-sh-red-cn-bg.png");}
.rounded-sh.red .rounded-sh-o {
  position: relative;
  min-height: 188px;
  margin-left: 3px;
  background: #a3080b url("/i/rounded-sh-red-bg.png");
}
/* @end */

/* @group Teaser services */
.teaser-services {
  position: relative;
  z-index: 70;
  padding-right: 50px;
}
.teaser-services-i {
  width: 25%;
  padding: 20px 0;
}
.teaser-services ul {
  width: 400%;
}
.teaser-services ul li {
  position: relative;
  float: left;
  overflow: hidden;
  width: 25%;
  height: 60px;
}
.teaser-services ul li .img {
  float: left;
  margin-right: 10px;
}
.teaser-services ul li p {
  overflow: hidden;
  padding-right: 20px;
}
.teaser-services .button {
  position: absolute;
  top: 50%;
  right: 0;
  width: 57px;
  height: 57px;
  margin-top: -29px;
  background: url("/i/services-button-bg.png") no-repeat;
}
.teaser-services .button:hover {background-position: 0 -57px;}
/* @end */

/* @group Popup */
.popup {
  position: absolute;
  width: 800px;
  z-index: 90;
}
.popup .popup-cn {
  font-size: 1px;
  position: relative;
  overflow: hidden;
  height: 7px;
}
.popup .popup-cn i {
  position: absolute;
  top: -7px;
  left: 0;
  display: block;
  overflow: hidden;
  width: 100%;
  height: 14px;
  background: url("/i/popup-cn-bg.png") no-repeat;
}
.popup .popup-cn-bot i {top: 0;}
.popup .popup-content {
  position: relative;
  background: #ebf5fa;
  border: 1px solid #fff;
  border-width: 0 1px;
  padding: 20px 40px;
}
.popup .form {margin-top: 20px;}

.popup .close {
  position: absolute;
  top: 3px;
  right: 10px;
  width: 15px;
  height: 14px;
  cursor: pointer;
  background: url("/i/popup-close-bg.gif") no-repeat;
}
.popup h2 {margin-top: .5em !important;}
/* @end */

/* @group Forms */
.form i {
  font-style: normal;
  color: #e02630;
}
.form label {
  font-weight: bold;
}
.form .inp {
  position: relative;
  padding: 3px 5px;
  border: 1px solid #999;
  background: #fff;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.form .inp input,
.form .inp textarea {
  font-family: Arial, sans-serif;
  position: relative;
  width: 100%;
  border: 0;
  background: #fff;
}
.form .inp input:focus,
.form .inp textarea:focus {outline: none;}
.form select {
  position: relative;
  width: 100%;
  border: 1px solid #999;
}
.form .row {
  position: relative;
  clear: left;
  margin-bottom: .7em;
}
.form .row label {
  position: relative;
  display: block;
  float: left;
}
.form .submit {
  margin-top: 30px;
}

#call .row,
#sendcalc .row,
#request .row {margin-left: 16.5em;}
#call .row label,
#sendcalc .row label,
#request .row label {
  width: 16.5em;
  margin-right: -16.5em;
  left: -16.5em;
}
.popup .captcha {
  margin-left: 29em !important;
  margin-bottom: 1.4em !important;
  margin-top: 1.4em !important;
}
.popup .captcha label {
  width: 29em !important;
  margin-right: -29em !important;
  left: -29em !important;
}
.popup .captcha img {
  position: absolute;
  left: -12.5em;
  top: -.4em;
}
/* @end */

/* @group Main */
.main {
  /*padding: 20px;*/ /*Нафиг эту ересь*/
}
.main .content {
  /*margin-left: 240px; И эту*/
  width: 990px;
  float: left;
  margin-left: 20px;
  margin-top: 33px;
}
.main .aside {
  float: left;
	width: 230px;
	/*left: -15px;
	position: relative; И Это подальше*/
	padding-top: 33px;
}
/* @end */

/* @group Section nav */
.section-nav-title {
	padding: 10px 10px;
	font-size: 14px;
	line-height: 16px;
	color: #fff;
	background: #358AB5;
	text-align: center;
	-webkit-border-radius: 6px 6px 0px 0px;
	-moz-border-radius: 6px 6px 0px 0px;
	-ms-border-radius: 6px 6px 0px 0px;
	-o-border-radius: 6px 6px 0px 0px;
	border-radius: 6px 6px 0px 0px;

	box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
	-webkit-box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
	-moz-box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
}

.section-nav-title a {
	text-decoration: none;
	color: #fff;
}

.section-nav {
	padding: 15px 0 15px;
	background: #EBF5FA;
	position: relative;
	margin: 0 0 20px;
	-webkit-border-radius: 0px 0px 6px 6px;
	-moz-border-radius: 0px 0px 6px 6px;
	-ms-border-radius: 0px 0px 6px 6px;
	-o-border-radius: 0px 0px 6px 6px;
	border-radius: 0px 0px 6px 6px;

}
.section-nav-highlight a {color: #e02630;}
.section-nav a:visited {color: #221780;}
.section-nav li {margin-bottom: .5em;}
.section-nav .rounded {
	color: #fff;
  background: #e02630;
	border-radius: 0;
}
.section-nav .rounded a {color: #fff;}
.section-nav span {
  position: relative;
  display: block;
  padding: 5px 10px 5px 15px;
}
/* @end */

/* @group Content */
.content-t {
	background: #fff;
	padding: 0px 10px;
	border: 1px solid #fff;
	border-radius: 5px;
	font-size: 133.3%;
}
.content-t h1 a, .content-t h2 a, .content-t h3 a {color: #e02630;}
.content-t h1 {
  font-size: 36px;/*225%;*/
  line-height: 44px;/*122.2%;*/
  color: #e02630;
  margin-bottom: .3em;
}
.content-t h2, .content-t .h2, .h2 {
  font-size: 26px;/*162.5%*/
  line-height: 32px;/*123.1%*/;
  margin: 3em 0 .3em;
  color: #e02630;
  margin-top:12px !important;
}
.content-t h3, .content .h3 {
  font-size: 20px;/*125%;*/
  line-height: 26px;/*130%;*/
  margin: 1.2em 0 .4em;
  color: #e02630;
}
.content h3.blue, .content .h3.blue, .blue{color:#0054a5}
.content-t h4 {
  font-weight: bold;
  margin: 1em 0;
}
.content-t h5 {
  font-weight: bold;
  margin-bottom: 1em;
  color: #e02630;
}
.content-t p,
.content-t ul,
.content-t ol {margin-bottom: 1em;}
.content-t strong {font-weight: bold;}
.content-t em {font-style: italic;}
.content-t .highlight {color: #e02630;}
.content-t .image-block {
  float: left;
  width: auto;
  margin: .3em 20px 0 0;
}
.content-t .image-block.right {
  float: right;
  width: auto;
  margin: .3em 0 0 20px ;
}
.content-t .image-block dd {
  font-size: 75%;
  clear: both;
  padding-top: 5px;
  color: #999;
}
.content-t p.image {
  margin-top: .3em;
  margin-right: 20px;
}
.content-t ul {overflow: hidden; margin-top:5px;}
.content-t ul li {
  margin-bottom: .3em;
  padding-left: 24px;
  background: url("/i/ul-bg.gif") no-repeat 4px .45em;
}
.content-t .offers-list ul li {
  margin-bottom: .3em;
  padding-left: 0px;
  background: none;
}
.content-t ul ul {
  margin-top: .3em;
  margin-bottom: 0;
}
.content-t ul ul li {background-image: url("/i/ul-ul-bg.gif");}
.content-t .reset li {
  margin: 0;
  padding: 0;
  background: none;
}
.content-t ol li {
  list-style: decimal;
  margin-left: 24px;
  margin-bottom: .3em;
}
.content-t ol ol {
  margin-top: .3em;
  margin-bottom: 0;
}
.content-t sup {
  font-size: 11px;
  position: relative;
  top: -.5em;
  color: #e02630;
}
.content-t table {
  width: 100%;
  margin-bottom: 1.3em;
}
.content-t td,
.content-t th {
  padding: .3em 20px;
  /*border-bottom: 1px solid #999;*/
}
.content-t th {font-weight: bold;}
.content-t th.red {background-color: #e02630; color: #ffffff;}
.content-t thead th {
  border-bottom: 2px solid #e02630;
}
.content-t tbody th {
  border-top: 2px solid #999;
}
.content-t .footnotes {
  font-size: 75%;
  margin-bottom: 1em;
}
.content-t .footnotes p {
  margin-bottom: .5em;
}
.content-t .video {
  margin-bottom: 1em;
}
.content-t .announcement {
  font-size: 75%;
  position: absolute;
  width: 215px;
  margin-left: -240px;
  color: #999;
}
.announcement img {display: block;}
.announcement dt {margin-bottom: 1em;}
.content-t blockquote {
  padding-top: 20px;
  background: #ebf5fa url("/i/blockquote-bg-br.gif") no-repeat 100% 100%;
  margin-bottom: 1em;
}
.content-t blockquote p {
  font-family: Georgia, serif;
  font-style: italic;
  margin: 0;
  padding: 0 80px 20px 80px;
  background: url("/i/blockquote-bg-tl.gif") no-repeat 0 1.7em;
}
.content-t blockquote p cite {
  font-family: Arial, sans-serif;
  font-size: 75%;
  font-style: normal;
  color: #999;
  display: block;
  margin-bottom: .5em;
}
.content-t blockquote.reset,
.content-t blockquote.reset p {
  padding: 0;
  background: none;
}
/* @end */

/* @group File list */
.file-list {
  padding-left: 38px;
}
.file-list li {
  margin-bottom: 1em !important;
}
.file-list a {display: block;}
.file-list a img {
  position: relative;
  left: -38px;
  float: left;
  margin-top: .3em;
  margin-right: -38px;
}
/* @end */

/* @group Sitemap */
.sitemap form {
  margin: 30px 0;
}
.sitemap form .inp {
  width: 80%;
  border: 1px solid #ccc;
  padding: 2px 5px;
  margin-right: .5em;
}
.sitemap ul {
  font-size: 125%;
}
.sitemap ul ul {
  font-size: 80%;
  padding-left: 25px;
}
.sitemap ul ul li {
  margin-bottom: .3em !important;
}
.sitemap ul ul ul {
  font-size: 75%;
  margin-top: 0;
  margin-bottom: .5em;
}
/* @end */

/* @group Vacancies */
.vacancies h3 {
  margin-top: 0;
}
.vacancies h4 {margin-bottom: -1em;}
.vacancies form {margin-bottom: 1em;}
.vacancies form .inp {
  padding: 2px 0;
  margin-right: .5em;
}
.vacancies form input {vertical-align: middle;}
/* @end */

/* @group Testimonials */
.testimonials cite {font-style: normal;}
.testimonials .highlight {
  margin-top: 30px;
  margin-bottom: 0;
}
.testimonials .date {
  font-size: 75%;
}
.testimonials .item {
  padding: 13px 20px 10px 23px;
  overflow: hidden;
}
.testimonials .item .image {margin-bottom: 0;}
.testimonials .item blockquote {margin-bottom: 0;}
.testimonials .item blockquote p {margin-bottom: 1em;}
.testimonials .item ul {
  font-size: 75%;
  margin-bottom: 0;
}
.testimonials .item ul li {
  margin-bottom: .3em;
  padding-left: 17px;
  background: url("/i/ext.gif") no-repeat 0 .45em;
}
/* @end */

/* @group Pagination */
.pagination {
  margin-top: 30px;
}
.pagination ul li {
  display: inline;
  margin-right: 10px !important;
}
.pagination ul li span {
  display: inline-block;
  padding: 2px 9px;
  color: #fff;
  background: #007db6;
}
/* @end */

/* @group News */
.aside .news-nav {
  margin-bottom: 30px;
  position: relative;
  z-index: 400;
}
.news-nav h3 {
  font-size: 133.3%;
  padding: 13px 20px 10px 23px;
}
.news-nav form {
  padding: 0 20px 15px 23px;
}
.news-nav .month {width: 80px;}
.news-nav .year {
  width: 45px;
  margin-left: 10px;
  padding: 1px 5px;
}
.news-nav .year-controls {
  position: relative;
  top: 1px;
  display: inline-block;
  width: 15px;
  height: 18px;
  margin-left: 1px;
  vertical-align: top;
  background: url("/i/news-year-controls-bg.gif") no-repeat;
}
.news-nav .year-controls i,
.news-nav .year-controls b {
  display: block;
  overflow: hidden;
  height: 9px;
  cursor: pointer;
  opacity: 0;
}
html>/**/body .news-nav .year-controls i,
html>/**/body .news-nav .year-controls b {background: #fff;}
.news-nav .year-controls i:hover,
.news-nav .year-controls b:hover {opacity: 0.2;}
.news-nav .calendar {
  padding: 0 20px 15px 15px;
}
.news-nav .calendar table {width: 100%;}
.news-nav .calendar table td,
.news-nav .calendar table th {
  text-align: right;
  padding: .2em 3px;
}
.news-nav .calendar a,
.news-nav .calendar span,
.news-nav .calendar table th {font-weight: bold;}
.news-nav .calendar table td {color: #999;}
.news-nav .calendar .st {color: #666;}
.news-nav .calendar .su {color: #e02630;}
.news-nav .calendar span {
  position: relative;
  display: inline-block;
  margin: 0 -3px;
  padding: 0 3px;
  color: #fff;
  background: #007db6;
}
.news-nav .calendar .highlight a {color: #e02630;}
.news-nav .calendar .highlight .rounded {
  background: #e02630;
}
.news-nav .misc {
  padding: 0 0 10px 23px;
}
.news-nav .misc .rss {
  position: relative;
  top: 2px;
  float: left;
  margin-right: 20px;
}
.news-nav .misc .subscribe {
  float: left;
  white-space: nowrap;
}

.news-list .date {
  font-size: 75%;
  margin-bottom: 0;
}
.news-list li {
  overflow: hidden;
  margin-top: 20px !important;
}
.news-list h3 {
  margin-top: 0;
}
.news-list h3 a {color: #007db6;}
.news-list .special h3 a {color: #e02630;}
.news-list .c {overflow: hidden;}

.news-inner .date {font-size: 75%;}
.news-inner h1 {color: #007db6;}
.news-pagination {
  margin-top: 30px !important;
  margin-bottom: 1em !important;
}
.news-pagination li {margin-bottom: .5em !important;}
.news-pagination li a {
  display: inline-block;
  padding-left: 17px;
}
.news-pagination .prev a {background: url("/i/news-pagination-prev-bg.gif") no-repeat 0 .5em;}
.news-pagination .prev a:hover {background-image: url("/i/news-pagination-prev-h-bg.gif");}
.news-pagination .next a {background: url("/i/news-pagination-next-bg.gif") no-repeat 0 .5em;}
.news-pagination .next a:hover {background-image: url("/i/news-pagination-next-h-bg.gif");}
.news-pagination .special a {color: #e02630;}

.discount {
  position: relative;
  color: #fff;
}
.discount .rounded-sh-o {
  padding: 0 20px;
}
.discount h3 {padding-top: 10px;
	font-size: 180% !important;
}
.discount h3,
.discount form {
  font-size: 133.3%;
  padding-bottom: .5em;
}
.discount form .inp {
  width: 130px;
  padding: 1px 5px;
  border: 1px solid #a5acb2;
}
.discount p {
  margin-bottom: 1em;
}

.discount .discount-image {
  position: absolute;
  top: -20px;
  right: 0;
  width: 72px;
  height: 96px;
  z-index: 90;
  background: url("/i/discount-image-bg.png") no-repeat;
}
/* @end */

/* @group Articles */
.aside .tags {
  margin-top: -10px;
  margin-bottom: 40px;
}
.aside .tags h3 {
  font-size: 166.7%;
  line-height: 120%;
  color: #e02630;
}
.aside .tags .bubble-cn {
  left: 20px;
}
.aside .tags ul {
  padding: 10px 10px 10px 13px;
}
.aside .tags ul li {
  display: inline;
}
.aside .tags .w1 {font-size: 200%;}
.aside .tags .w2 {font-size: 180%;}
.aside .tags .w3 {font-size: 160%;}
.aside .tags .w4 {font-size: 140%;}
.aside .tags .w5 {font-size: 120%;}

.articles-list li {
  overflow: hidden;
  margin-top: 20px !important;
}
.articles-list h3 {
  margin-top: 0;
}
.articles-list .c {/*overflow: hidden;*/}
.articles-list h3 a {color: #007db6;}
.articles-list .tags,
.articles-inner .tags {
  font-size: 75%;
  position: relative;
  margin-top: -1em;
  padding-left: 26px;
  background: url("/i/tags-bg.gif") no-repeat 0 .15em;
}
.articles-inner .tags {margin-top: 0 !important;}
/* @end */

/* @group Catalogue */
.catalogue-list li {
  position: relative;
  display: inline-block;
  width: 33%;
  margin-top: 20px !important;
  vertical-align: top;
}
.catalogue-list li h3 {
  margin-top: 0 !important;
  clear: left;
}
.catalogue-list .image {
  margin-top: 0 !important;
  margin-bottom: .7em !important;
}
.catalogue-list .new {
  font-size: 75%;
  position: absolute;
  top: 142px;
  left: 0;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  background: #e02630;
}
.aside .announcement {
  color: #999;
  margin-bottom: 30px;
}
.aside .announcement .phone {
  font-size: 166.7%;
  color: #e02630;
}
#catalogue .row {
  margin-left: 12.8em;
}
#catalogue .row label {
  width: 12.8em;
  margin-right: -12.8em;
  left: -12.8em;
}
#catalogue .catalogue-list-small {
  overflow-y: scroll;
  position: relative;
  height: 470px;
  margin: 40px 0 20px;
  background: #fff;
}
#catalogue .catalogue-list-small ul {
  padding: 40px 0 0 40px;
}
#catalogue .catalogue-list-small li {
  width: 165px;
  margin-top: 0 !important;
  margin-bottom: 40px;
}
#catalogue .catalogue-list-small li p {cursor: pointer;}
#catalogue .catalogue-list-small .new {
  top: 62px;
}
#catalogue .catalogue-list-small h3 {
  font-size: 75%;
  padding-right: 40px;
}
#catalogue .catalogue-list-small h3 a {color: #007db6;}
#catalogue #cc-texture .new {
	background: #FFD9D9;
}
/* @end */

/* @group Calculator */
.calculator {margin-top: 40px;}
.calculator fieldset {
  position: relative;
  margin-left: 3px;
  padding: 40px 40px 30px;
  background: url("/i/calculator-bg-tilex.gif") repeat-x;
}
.calculator .calc-texture {
  background: none;
}
.calculator .calc-texture .row {
  margin-right: 172px;
  margin-left: 5em;
}
.calculator .row.cur,
.calculator fieldset.cur {
  z-index: 400;
}
.calculator .calc-texture label {
  width: 5em;
  margin-right: -5em;
  left: -5em;
}
.calculator .calc-texture .control {
  position: absolute;
  top: 50%;
  right: -24px;
  width: 22px;
  height: 27px;
  margin-top: -14px;
  cursor: pointer;
  background: url("/i/calculator-texture-control-bg.gif") no-repeat;
}
html>/**/body .calculator .calc-texture .control i {
  display: block;
  width: 22px;
  height: 27px;
  opacity: 0;
  background: #fff;
}
html>/**/body .calculator .calc-texture .control i:hover {
  opacity: 0.2;
}
.calculator .calc-texture .image {
  position: absolute;
  right: -170px;
  top: 50%;
  margin-top: -40px;
}
.calculator .calc-texture .image .new {
  font-size: 75%;
  position: absolute;
  z-index: 100;
  top: 62px;
  left: 0;
  display: inline-block;
  padding: 0 5px;
  line-height: 18px;
  color: #fff;
  background: #e02630;
}
.calculator .calc-texture .tip,
.calculator .calc-texture .tip-c {
  left: -5em;
}
.calculator .tip {
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 12px;
  height: 0;
  margin-top: -8px;
  margin-left: -20px;
  padding-top: 12px;
  cursor: pointer;
  background: url("/i/calculator-tip-bg.gif") no-repeat;
}
.calculator .tip.cur {background-position: 0 -12px;}
.calculator .tip-c {
  position: absolute;
  top: 50%;
  width: 285px;
  margin-top: 10px;
  margin-left: -20px;
  border: 1px solid #007db6;
  z-index: 500;
  padding: 5px 10px;
  background: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, .4) 2px 2px 4px;
  -moz-box-shadow: rgba(0, 0, 0, .4) 2px 2px 4px;
  box-shadow: rgba(0, 0, 0, .4) 2px 2px 4px;
  filter: progid:DXImageTransform.Microsoft.Shadow(color='#969696', Direction=135, Strength=3);
}
.calculator .tip-c p {
  font-size: 75%;
  margin-bottom: 0;
}

.calculator .calc-params label {
  width: 24.25em;
  left: -24.25em;
  margin-right: -24.25em;
}
.calculator .calc-params .row {
  margin-right: 4em;
  margin-left: 24.25em;
}
.calculator .calc-params .measure {
  font-size: 75%;
  position: absolute;
  top: 50%;
  right: -5em;
  width: 4em;
  margin-top: -.75em;
}
.calculator .calc-params .measure sup {
  color: #000;
  font-size: 10px;
}
.calculator .calc-params .tip,
.calculator .calc-params .tip-c {
  left: -24.25em;
}
.calculator ul {margin-bottom: 0 !important;}
.calculator ul li {
  display: inline !important;
  margin-right: 30px !important;
}
.calculator ul li label {
  font-weight: normal;
  width: auto !important;
  left: auto !important;
  display: inline !important;
  float: none !important;
  margin: 0 !important;
}
.calculator .calc-dd .tip,
.calculator .calc-dd .tip-c {left: -3.125em;}
.calculator .calc-dd .row {
  margin-left: 3.125em;
  margin-right: 31.25em;
}
.calculator .calc-dd label {
  width: 3.125em;
  margin-right: -3.125em;
  left: -3.125em;
}
.calculator .calc-dd ul {
  position: absolute;
  top: 50%;
  right: -30px;
  width: 31.25em;
  margin-top: -.75em;
  margin-right: -31.25em;
  white-space: nowrap;
}
.calculator .calc-calc input {
  float: left;
  margin-top: .5em;
  margin-right: 100px;
}
.calculator .calc-calc p {
  font-size: 75%;
  overflow: hidden;
}
.calculator .calc-result .price {
  font-size: 125%;
  margin-bottom: 0;
}
.calculator .calc-result .price strike {color: #007db6;}
.calculator .calc-result .price strong {color: #e02630;}
.calculator .calc-result h3 {
  margin-bottom: 1em;
  color: #007db6;
}
.calculator .calc-result .row {
  margin-left: 14.5em;
  margin-right: 4em;
}
.calculator .calc-result label {
  width: 14.5em;
  margin-right: -14.5em;
  left: -14.5em;
}
.calculator .calc-result .submit input {margin-right: 20px;}
.calculator .calc-icons {
	margin-top: 20px;
}
.calculator .calc-icons ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
.calculator .calc-icons ul li {
	width: 64px;
	margin: 0 20px 0 0;
	padding: 0;
	background: none;
}

.calculator .calc-icons ul img {
	width: 64px;
}
/* @end */

/* @group Contacts */
.offices-list {margin-bottom: 40px;}
.offices-list ul.reset {overflow: visible;}
.offices-list li {
  display: inline-block;
  width: 49%;
  margin-top: 30px !important;
}
.offices-list li li {
  font-size: 75%;
  display: block;
  width: auto;
  margin-top: .5em !important;
}
.offices-list .dropdown p {
  position: relative;
  top: -3px;
  margin-bottom: 0;
}
.offices-list .dropdown .pseudo-link {font-weight: bold;}
.offices-list .dropdown .metro {
  display: inline-block;
  overflow: hidden;
  width: 20px;
  height: 12px;
  cursor: pointer;
  background: url("/i/metro-bg.gif") no-repeat;
}
.offices-list .dropdown address {
  font-style: normal;
  padding-left: 20px;
  background: url("/i/address-bg.gif") no-repeat 0 .35em;
}
.offices-list .dropdown-container {left: -20px;}
.offices-list .dropdown-container .metro {background-position: 0 -12px;}
.offices-list .dropdown-container .dropdown-header {
  padding: 0 20px;
}
.offices-list .dropdown-container .dropdown-header p {
  position: relative;
  top: -3px;
}
.offices-list .dropdown-container .dropdown-content ul,
.offices-list .dropdown-container .dropdown-content li {
  margin-top: 0 !important;
}
.offices-list .dropdown-container .dropdown-content li {
  padding: .5em 20px 0;
}
.offices-list .dropdown-container .dropdown-content .note {font-style: italic;}
.offices-list .dropdown-container .dropdown-content .link {
  padding-left: 40px;
  background: url("/i/ext.gif") no-repeat 20px .95em;
}
.offices-list .dropdown.cur {z-index: 400;}
.map p {
  display: inline-block;
  padding: 10px;
  border: 1px solid #007db6;
}
.map p img {display: block;}
/* @end */

/* @group Gallery */
.gallery-list li {
  display: inline-block;
  width: 33%;
  margin-top: 10px !important;
  vertical-align: top;
}
.gallery-list li div {
  position: relative;
  left: -10px;
  display: block;
  width: 233px;
  margin: 0 auto;
  padding: 10px 0 20px;
  cursor: pointer;
}
.gallery-list li div .image {
  position: relative;
  left: 10px;
  float: none;
  width: 213px;
  margin: 0 !important;
}
.gallery-list li div .desc,
.gallery-list li div .count {
  font-size: 75%;
  padding: 0 10px;
  margin-bottom: .5em;
}
.gallery-list li div .count {
  color: #999;
  margin-bottom: 0;
}
.gallery-list li div h3 {
  font-size: 100%;
  margin-bottom: .5em;
  padding: 0 10px;
  text-decoration: underline;
  color: #007db6;
}
.gallery-list li div.hover h3 {text-decoration: none;}
.gallery-list li div.hover {
  background: url("/i/gallery-bg.png") no-repeat 0 100%;
}
.gallery-list li div .dec-top {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  visibility: hidden;
  overflow: hidden;
  width: 233px;
  height: 10px;
  background: url("/i/gallery-bg.png") no-repeat;
}
.gallery-list li div.hover .dec-top {
  visibility: visible;
}


#gallery {
  position: absolute;
  width: 100%;
  color: #fff;
}
#gallery .close {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 34px;
  height: 34px;
  cursor: pointer;
  background: url("/i/gallery-close-bg.png") no-repeat;
}
#gallery .gallery-container {
  width: 980px;
  margin: 0 auto;
  padding: 40px 0 0;
}
#gallery .gallery-title {
  font-size: 300%;
  text-align: center;
  line-height: 122.2%;
  padding-bottom: 10px;
}
#gallery .gallery-carousel {
  position: relative;
  width: 974px;
  margin: 0 auto;
}
#gallery .gallery-carousel-container {
  position: relative;
  margin: 0 25px;
}
#gallery .gallery-carousel li {
  position: relative;
  float: left;
  width: 132px;
  height: 92px;
}
#gallery .gallery-carousel li a {
  display: block;
  width: 122px;
  height: 92px;
  margin: 0 auto;
}
#gallery .gallery-carousel li a:hover {background: #e02630;}
#gallery .gallery-carousel li a img {
  position: relative;
  top: 3px;
  display: block;
  width: 116px;
  height: 86px;
  margin: 0 auto;
}
#gallery .gallery-carousel li.activeSlide a:hover {background: none;}
#gallery .gallery-carousel li.activeSlide i {
  position: absolute;
  top: 2px;
  left: 7px;
  width: 118px;
  height: 88px;
  background: url("/i/gallery-active-bg.png") no-repeat;
}
#gallery .gallery-carousel-next,
#gallery .gallery-carousel-prev {
  position: absolute;
  top: 50%;
  left: 0;
  width: 17px;
  height: 17px;
  margin-top: -9px;
  cursor: pointer;
  background: url("/i/gallery-carousel-controls-bg.png") no-repeat;
}
#gallery .gallery-carousel-prev:hover {background-position: 0 -17px;}
#gallery .gallery-carousel-next {
  left: auto;
  right: 0;
  background-position: -17px 0;
}
#gallery .gallery-carousel-next:hover {background-position: -17px -17px;}
#gallery .gallery-carousel-next.disabled,
#gallery .gallery-carousel-prev.disabled {display: none;}

#gallery .gallery-image-container {
  position: relative;
  width: 782px;
  margin: 0 auto;
}
#gallery .gallery-image {
  width: 660px;
  margin: 0 auto;
}
#gallery .gallery-image-title {
  font-size: 166.7%;
  padding-top: 40px;
  padding-bottom: 15px;
  text-align: center;
  line-height: 120%;
}
#gallery .gallery-image .item {background: none !important;}
#gallery .gallery-image-image img {
  display: block;
  width: 640px;
  height: 480px;
  margin: 0 auto;
  border: 10px solid #fff;
}
#gallery .gallery-image-next,
#gallery .gallery-image-prev {
  position: absolute;
  top: 50%;
  left: 0;
  display: block;
  overflow: hidden;
  width: 41px;
  height: 41px;
  margin-top: -20px;
  cursor: pointer;
  background: url("/i/teaser-controls-bg.png") no-repeat;
}
#gallery .gallery-image-prev:hover {
  background-position: 0 -41px;
}
#gallery .gallery-image-next {
  right: 0;
  left: auto;
  background-position: -41px 0;
}
#gallery .gallery-image-next:hover {
  background-position: -41px -41px;
}
/* @end */


.content-t .map table {
  width: auto;
  margin-bottom: 0;
}
.content-t .map td,
.content-t .map th {
  padding: 0;
  border: none;
}

#free-form {width:600px; height:243px; background:url(/i/free-form.jpg?1) top left no-repeat; position:relative; margin:0 auto;}
#free-form label {font-size:11px; color:#fff;}
#free-form input {width:175px;}
#free-form table {width:270px; border-collapse:collapse; float:right; margin-top:65px; margin-right:27px;}
#free-form table td {border:none; padding:4px 0px;}
#free-form-submit {background:transparent; position:absolute; bottom:8px; right:26px; width:87px !important; height:18px; border:none; cursor:pointer;}

.breadcrumbs ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.breadcrumbs ul li {
	padding: 0;
	margin: 0;
	background: none;
	font: normal 12px/14px Arial;
	color: #777777;
}

.breadcrumbs ul li a {
	font: normal 12px/14px Arial;
	color: #777777;
}

.breadcrumbs ul li a:hover {
	text-decoration: none;
}

/*Отзывы на главной*/
.content-t .reviews-random {
	width: 367px;
	height: 231px;
	margin-left: 10px;
	float: right;
	background: url('../i/reviews-rand-bg.png') no-repeat;
	position: relative;
}

.content-t .reviews-random .title {
	margin-top: 28px;
	font: normal 18px Arial;
	color: #007db7;
	text-align: center;
}

.content-t .reviews-random .text {
	width: 244px;
	margin: 20px auto 0 auto;
	font: italic 16px Arial;
	color: #0077b0;
}

.content-t .reviews-random .more {
	position: absolute;
	bottom: 31px;
	left: 40px;
}

/*Блок "Ищу потолок для" на главной*/
.fp-news .search-for {
	width: 351px;
	height: 299px;
	position: absolute;
	top:48px;
	right: 28px;
}

.fp-news .search-for .title {
	height: 45px;
	font: normal 18px/27px Arial;
	color: #007db7;
	text-align: center;
}

.fp-news .search-for .search-container {
	width: 254px;
	height: 235px;
	padding: 19px 49px 0 48px;
	background: url('../i/search-container-bg.png') no-repeat;
}

.fp-news .search-for .search-slider {
	width: 254px;
	height: 160px;
	background: none;
}

.fp-news .search-for .search-container .item {
	background: none;
}

.fp-news .search-for .search-container .item img {
	width: 252px;
	height: 158px;
	border: 1px solid #007db7;
}

.fp-news .search-for .search-container .item a {
	display: block;
	width: 350px;
	margin: 15px 0 0 -50px;
	font: normal 23px/30px Arial;
	color: #3a95bf;
	text-align: center;
}


.fp-news .search-for .search-nav-prev,
.fp-news .search-for .search-nav-next {
	display: block;
	width: 45px;
	height: 45px;
	z-index: 40;
}

.fp-news .search-for .search-nav-prev {
	background: url('../i/search-left-button-bg.png') no-repeat;
	position: absolute;
	bottom: 133px;
	left: 19px;
}

.fp-news .search-for .search-nav-prev:hover {
	background-position: 0 -45px;
}

.fp-news .search-for .search-nav-next {
	background: url('../i/search-right-button-bg.png') no-repeat;
	position: absolute;
	bottom: 133px;
	right: 23px;
}

.fp-news .search-for .search-nav-next:hover {
	background-position: 0 -45px;
}

/*Новый дизайн страниц потолков*/
.cell-page{
	position: relative;
}

.cell-page .main-img {
	margin: 3px 0 24px 4px;
	text-align: center;
}
.cell-page .main-img img {

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.cell-page .only-center {
	width: 780px;
	position: absolute;
	left: 50%;
	margin-left: -380px;
}

.cell-page .prices {
	width: 714px;
	padding: 14px 23px 10px 17px;
	margin: 0 0 28px 8px;
	background: #e8e8e8;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.cell-page .prices .item {
	height: 67px;
}

.cell-page .prices .calc {
	width: 208px;
	height: 67px;
	float: left;
}

.cell-page .prices .desc {
	width: 504px;
	float: left;
	text-align: right;
	font: normal 18px Arial;
	color: #000000;;
}

.cell-page .prices .desc .label {
	font-weight: bold;
	color: #e02630;
}

.cell-page .prices .desc sup {
	color: #000000;
}

.cell-page .prices .desc .sales {
	display: block;
	width: 189px;
	height: 21px;
	margin-top: 13px;
	padding-right: 11px;
	float: right;
	background: url('/i/cell-sales.png') no-repeat;
	font: normal 12px/21px Arial;
	color: #fff;
	text-decoration: none;
}

.cell-page .fast-menu {
	margin-bottom: 25px;
}

.cell-page .fast-menu ul {
	margin: 0;
	padding: 0 0 0 20px;
	list-style: none;
}

.cell-page .fast-menu ul li {
	float: left;
	list-style: none;
	padding: 0;
	background: none;
	margin: 0 58px 20px 0;
	text-align: center;
	border: 1px dotted #2d94c3;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.cell-page .fast-menu ul li.last {
	margin-right: 0;
}

.cell-page .fast-menu ul li a {
	display: block;
	padding: 10px 10px;
	font: bold 14px/16px Arial;
	color: #007db6;
	text-decoration: none;
}

.cell-page .fast-menu ul li.full {
	border: 1px solid transparent;
}

.cell-page .fast-menu ul li.full a {
	background: #007db6;
	color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;
}

.cell-page .fast-menu ul li.full a:hover {
	background: #e02630;
}

.cell-page .cell-content {
	margin-top: 215px;
}

.cell-page .cell-tabs {
	list-style: none;
	margin:0;
	position: relative;
	z-index: 3;
}

.cell-page .cell-tabs li {
	margin:0 3px 0 0;
	padding: 0;
	float: left;
	background: #fff;
}

.cell-page .cell-tabs li a {
	display: block;
	height: 42px;
	padding: 0 30px;
	font: normal 18px/42px Arial;
	color: #007db6;
	background: #fff;
}

.cell-page .cell-tabs li a.current {
	color: #000;
	text-decoration: none;
	border-top: 1px solid #b5b5b5;
	border-left: 1px solid #b5b5b5;
	border-right: 1px solid #b5b5b5;
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	-ms-border-radius: 6px 6px 0 0;
	-o-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}

.cell-page .cell-panes {
	position: relative;
	z-index: 1;
	margin-top: -1px;
	padding-top: 17px;
	border-top: 1px solid #b5b5b5;
}

/*Каталог светильников*/
.catalog-lamp {
	overflow: hidden;
}

.catalog-lamp .pagination {
	width: 430px;
	height: 28px;
	margin: 0 auto;
}

.catalog-lamp .filter {
	padding: 20px 0;
	font: normal 13px Arial;
	color: #000;
	position: relative;
}

.catalog-lamp .filter ul {
	margin: 0;
	padding: 0;
	list-style: none;
	overflow: visible;
}

.catalog-lamp .filter ul li {
	margin: 0 11px;
	padding: 0;
	background: none;
	float: left;
}

.catalog-lamp .filter ul li a {
	font: normal 13px Arial;
	color: #2c5ea7;
}

.catalog-lamp .filter ul li a:hover,
.catalog-lamp .filter ul li.active a {
	color: #f50f1c;
}

.catalog-lamp .filter ul li.title {
	margin: 0;
}

.catalog-lamp .filter ul li.deferred {
	overflow: visible;
	float: right;
	margin-right: 120px;
}

.catalog-lamp .filter ul li.deferred a {
	display: block;
	width: 141px;
	height: 36px;
	padding: 19px 60px 0 0;
	margin-top: -18px;
	background: url('../i/deferred.png') no-repeat;
	font: normal 13px/16px Arial;
	color: #ffffff;
	text-decoration: none;
	text-align: center;
}

.catalog-lamp .filter .search {
	width: 220px;
	height: 26px;
	border: 1px solid #c1c1c1;
	border-top: 1px solid #dadada;
	border-right: 1px solid #d7d7d7;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	position: absolute;
	top: -28px;
}

.catalog-lamp .filter .search a {
	width: 27px;
	height: 28px;
	position: absolute;
	top:-1px;
	right: -1px;
	background: url('/i/catalog_loupe.png') center center no-repeat #467cb3;

	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
}

.catalog-lamp .filter .search a:hover {
	background-color: #f50f1c;
}

.catalog-lamp .filter .search input {
	width: 180px;
	height: 26px;
	padding: 0 7px;
	border: 0;
	outline: none;
	font: normal 13px/15px Arial;
	color: #000;
}

.catalog-lamp .cart-menu {
	margin-bottom: 15px;
}

.catalog-lamp .cart-menu ul {
	overflow: visible;
}

.catalog-lamp .cart-menu ul li {
	padding: 0;
	margin: 0;
	background: none;
	float: left;
}

.catalog-lamp .cart-menu ul li a {
	font: normal 14px/16px Arial;
	color: #007db6;
}

.catalog-lamp .cart-menu ul li.order {
	overflow: visible;
	float: right;
	margin-right: 120px;
}

.catalog-lamp .cart-menu ul li.order a {
	display: block;
	width: 81px;
	height: 38px;
	padding: 17px 61px 0 8px;
	margin-top: -16px;
	background: url('../i/order.png') no-repeat;
	font: bold 12px/28px Arial;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	text-align: center;
}

.catalog-lamp .hidden {
	display: none;
}

.catalog-lamp .catalog {
	overflow: hidden;
}

.catalog-lamp .catalog .item {
	width: 250px;
	height: 285px;
	margin: 0 50px 25px 0;
	float: left;
}

.catalog-lamp .catalog .item.last {
	margin-right: 0;
}

.catalog-lamp .catalog .item .name {
	height: 27px;
	font: normal 14px/27px Arial;
	color: #000;
	position: relative;
}

.catalog-lamp .catalog .item .desc-b {
	width: 93px;
	height: 19px;
	background: #007db6;
	position: absolute;
	top: 0;
	right: 0;
	font: normal 14px/19px Arial;
	color: #fff;
	text-align: center;
	cursor: pointer;

	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;

	border-bottom: 1px solid #6489BE;
	border-top: 1px solid #9AB4D6;
	border-left: 1px solid #84A2CC;
	border-right: 1px solid #B3C9E1;
}

.catalog-lamp .catalog .item .desc-b.hide {
	background: #ebf5f9;
	color: #007db6;
}


.catalog-lamp .catalog .item .photo {
	width: 246px;
	height: 184px;
	margin: 0 auto 10px auto;
	overflow: hidden;
	-webkit-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	-moz-box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.1);
	box-shadow:  0px 0px 6px 1px rgba(0, 0, 0, 0.1);

	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;

	-webkit-transition: all,300ms;
	-moz-transition: all,300ms;
	-o-transition: all,300ms;
	transition: all,300ms;
	position: relative;

	display: table-cell;
	vertical-align: middle;
}

.catalog-lamp .catalog .item .photo.no_shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.catalog-lamp .catalog .item .photo .desc {
	display: none;
	width: 226px;
	height: 154px;
	padding: 15px 10px;
	background: #ebf5f9;
	position: absolute;
	top:0;
	left: 0;
}

.catalog-lamp .catalog .item .photo .desc ul {
	overflow: visible;
}

.catalog-lamp .catalog .item .photo .desc ul li {
	margin: 0 0 8px 0;
	padding: 0;
	background: none;
	font: normal 14px/16px Arial;
	color: #007db6;
	text-align: left;
}

.catalog-lamp .catalog .item .photo .desc ul li.label {
	width: 236px;
	margin: 0 0 8px -10px;
	padding-left: 10px;
	background: #f9fcfd;
	font: bold 14px/21px Arial;
	color: #007db6;
	text-align: left;
}

.catalog-lamp .catalog .item .photo .desc ul li span {
	float: right;
	font: bold 14px/16px Arial;
	color: #007db6;
	text-align: right;
}

.catalog-lamp .catalog .item .photo img {
	width: 246px;
}

.catalog-lamp .catalog .item:hover .photo {
	-webkit-box-shadow:  0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	-moz-box-shadow:  0px 0px 7px 1px rgba(0, 0, 0, 0.20);
	box-shadow:  0px 0px 7px 1px rgba(0, 0, 0, 0.20);
}

.catalog-lamp .catalog .item:hover .photo.no_shadow {
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
}

.catalog-lamp .catalog .item .price {
	width: 152px;
	float: left;
	font: bold 25px/26px Arial;
	color: #000;
}

.catalog-lamp .catalog .item .price .currency,
.catalog-lamp .catalog .item .price .count {
	font: normal 14px/16px Arial;
	color: #858585
}

.catalog-lamp .catalog .item .price .count input {
	padding: 0;
	margin: 0;
	width: 26px;
	height: 25px;
	border: 1px solid #999999;
	text-align: center;
	font: normal 14px/25px Arial;
}

.catalog-lamp .catalog .item .actions {
	width: 96px;
	float: left;
}

.catalog-lamp .catalog .item .actions ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.catalog-lamp .catalog .item .actions ul li {
	margin: 0;
	padding: 0;
	background: none;
}

.catalog-lamp .catalog .item .actions ul li .order {
	display: block;
	width:79px;
	height: 29px;
	padding-left: 17px;
	margin-bottom: 12px;
	background: url('../i/price-label.png') no-repeat;
	font: bold 12px/29px Arial;
	color: #fff;
	text-transform: uppercase;
	text-decoration: none;
}

.catalog-lamp .catalog .item .actions ul li .delete {
	display: block;
	width: 57px;
	margin: 8px 0 0 20px;
	font: normal 14px/16px Arial;
	color: #007db6;
	text-decoration: none;
	border-bottom: 1px dotted #007db6;
}

.catalog-lamp .catalog .item .actions ul li input[type=checkbox] {
	display: none;
}

.catalog-lamp .result {
	font: bold 25px/26px Arial;
	color: #000;
}

#lamp-order .row {
	margin-left: 16.5em;
}

#lamp-order .row label {
	width: 16.5em;
	margin-right: -16.5em;
	left: -16.5em;
}

.form .inp-s {
	width: 40px;
	position: relative;
	padding: 3px 5px;
	border: 1px solid #999;
	background: white;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
}

.form .inp-s input {
	font-family: Arial, sans-serif;
	position: relative;
	width: 40px;
	border: 0;
	background: white;
	text-align: center;
	outline: none;
}


#lamp-order .cart {
	margin-top: 10px;
}

#lamp-order .sum {
	height: 30px;
	margin-top: 14px;
	line-height: 28px;
	text-align: right;
}

#lamp-order .desc {
	width: 635px;
	float: left;
	margin-top: 14px;
}

#lamp-order .submit {
	width: 70px;
	margin-top: 14px;
	float: left;
}

#lamp-order .price,
#lamp-order .models {
	color: #e50102;
}

#lamp-order .models span {
	color: #000;
}

#lamp-order .note {
	margin-top: 1em;
	text-align: right;
}

/*Шаблон списка статей*/
.main-article {
	overflow: hidden;
}

.main-article .item {
	min-width: 750px;
	max-width: 906px;
	padding: 14px 35px 13px 15px;
	margin: 0 5px 27px 3px;
	background: #ebf5fa;
	position: relative;

	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	-ms-border-radius: 6px;
	-o-border-radius: 6px;
	border-radius: 6px;

	box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
	-webkit-box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
	-moz-box-shadow: 0 2px 3px rgba(153, 153, 153, 0.8);
}

.main-article .item .photo {
	width: 255px;
	margin-right: 35px;
	float: left;
}

.main-article .item .photo img {
	width: 255px;

	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	-ms-border-radius: 8px;
	border-radius: 8px;
}

.main-article .item .desc {
	overflow: hidden;
}

.main-article .item .desc .name {
	margin-bottom: 20px;
}

.main-article .item .desc .name a {
	font: normal 25px/27px Arial;
	color: #4192bb;
}

.main-article .item.red .desc .name a {
	color: #e02630
}


.main-article .item .desc .text {
	font: normal 16px/19px Arial;
	color: #818181;
	margin-bottom: 10px;
}

.main-article .item .price {
	display: block;
	width: 128px;
	height: 39px;
	padding-left: 10px;
	background: url('../i/articles-list-sprite.png') 0 -39px no-repeat;
	position: absolute;
	top: 15px;
	right: -2px;
	font: bold 20px/39px Arial;
	color: #fff;
	text-align: center;
	text-decoration: none;
	text-shadow: 1px 1px 3px #7d0000;
	filter: dropshadow(color=#7d0000, offx=1, offy=1);
	cursor: pointer;
}

.main-article .item.red .price {
	background-position: 0 0;
}

.main-article .item .desc .sales {
	display: block;
	width: 195px;
	height: 28px;
	padding-right: 11px;
	background: url('../i/articles-list-sprite.png') 0 -78px no-repeat;
	text-align: center;
	clear: both;
	font: normal 14px/28px Arial;
	color: #fff;
	text-decoration: none;
}

.main-article .item.red .desc .sales {
	background-position: 0 -106px;
}

/*Кнопки обратной связи внизу страниц*/
.content-t .feedb-buttons {
	width: 750px;
	height: 85px;
	margin: 10px auto;
}

.content-t .feedb-buttons a {
	display: block;
	float: left;
	background: url('/i/feedb_icons.png') 0 -84px no-repeat;
}

.content-t .feedb-buttons .cost {
	width: 258px;
	height: 85px;
}

.content-t .feedb-buttons .cost:hover {
	background-position: 0 0;
}

.content-t .feedb-buttons .order {
	width: 230px;
	height: 85px;
	background-position: -258px -84px;
}

.content-t .feedb-buttons .order:hover {
	background-position: -258px 0;
}

.content-t .feedb-buttons .callback {
	width: 259px;
	height: 85px;
	background-position: -491px -84px;
}

.content-t .feedb-buttons .callback:hover {
	background-position: -491px 0;
}

/* Синяя кнопка для страниц */
.content-t .blue-button {
	display: inline-block;
	height: 45px;
	padding: 0 10px;
	font: bold 20px/45px Arial;
	color: #FFF;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
	background: #047fb7;
	border:1px solid #ffffff;

	text-shadow: 1px 1px 3px #555454;
	filter: dropshadow(color=#555454, offx=1, offy=1);

	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;

	-webkit-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	-moz-box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2);
	box-shadow:  0px 1px 5px 0px rgba(0, 0, 0, 0.2);
}

/*video*/
.sidebar-video {
	margin: 10px 0;
	background: #fff;
	border: 1px solid #fff;
	border-radius: 5px;
	padding-top: 10px;
}
.sidebar-video-title {
	color: #e1333e;
	font-size: 16px;
	text-align: center;
}
.sidebar-video-body {
	position: relative;
	background: #0d0000;
	overflow: hidden;
	margin: 10px 0 15px;
}
.sidebar-video-body-inner {
	position: relative;
	width: 230px;
	height: 129px;
}
.sidebar-video-shadow {
	display: none;
	position: absolute;
	width: 230px;
	height: 129px;
	top:0;
	background: url('/i/main-page-video-shadow.png') center no-repeat;
	z-index: 20;
}
.sidebar-video-other-link {
	padding: 3px 0;
	color: #fff;
	background: none repeat scroll 0 0 #007db6;
	font-size: 16px;
	display: block;
	text-align: center;
	text-decoration: none;
}
/*\video*/

/*solutions*/
.solution-detail {
	padding-bottom: 45px;
}
.solution-detail-section-image {
	position: relative;
	margin: 0 0 35px;
}

.solution-detail-detail-cont {
	padding-top: 35px;
	background: url("/i/solution-detail-shadow-top.png") center top no-repeat;
	margin: 25px 0;
}
.solution-detail-detail {
	padding-bottom: 30px;
	background: url("/i/solution-detail-shadow-bottom.png") no-repeat scroll center bottom transparent;
}
.solution-detail-detail-image {
	margin: 0 30px;
	position: relative;
	width: 262px;
	height: 207px;
	float: left;
}
.solution-detail-detail-image img {
	display: block;
	position: relative;
	top: 10px;
	left: 11px;
}
.solution-detail-detail-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/i/image-br-shadow.png") center no-repeat;
	z-index: 20;
}
.solution-detail-detail-image-hidden {
	display: none;
}
.solution-detail-detail-desc {
	margin-left: 322px;
}
.solution-detail-detail-desc h2 {
	color: #007db6;
	font-size: 200%;
	margin-top: 0;
}
.solution-detail-detail-desc sup {
	color: #000;

}
.solution-detail-detail-price {
	position: relative;
	width: 265px;
	display: inline-block;
	font-size: 20px;
	line-height: normal;
	/*vertical-align: top;*/
}
.solution-detail-detail-props {
	margin-bottom: 20px !important;
}
.solution-detail-detail-price span {
	color: #e1333e;
	font-size: 200%;
}
.solution-detail-detail-order {
	display: inline-block;
	width: 174px;
	height: 50px;
	background: url("/i/solution-detail-order.png") center top no-repeat;
	margin-top: 15px;
	position: relative;
	vertical-align: top;
}
.solution-detail-detail-order:hover,
.solution-detail-detail-order:active {
	background: url("/i/solution-detail-order.png") center bottom no-repeat;
}

.solution-detail-calc-link {
	color: #E1333E;
	display: block;
	font-size: 23px;
	margin-bottom: 50px;

}
#solution-detail-calc {
	/*display: none;*/
}
#solution-detail-calc h3{
	text-align: center;
}
/*\solutions*/

/*works*/
.works-top-desciption {
	overflow: hidden;
}
.works-list {
	margin: 40px 0 0;
}
.works-list-row {
	padding: 40px 0 45px;
	background: url("/i/solution-detail-shadow-bottom.png") no-repeat scroll center bottom transparent;;
}
.works-list .works-list-row:last-child {
	background: none;
}
.works-list-item {
	display: inline-block;
	width: 45%;
	vertical-align: top;
}
.works-list-row .works-list-item:first-child {
	margin-right: 50px;
}
.works-list-item-image {
	margin: 0 15px 0 0;
	position: relative;
	width: 167px;
	height: 168px;
	float: left;
}
.works-list-item-image img {
	display: block;
	position: relative;
	top: 10px;
	left: 11px;
}
.works-list-item-image span {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: url("/i/image-work-br-shadow.png") center top no-repeat;
	z-index: 20;
}
.works-list-item-image span:hover {
	background: url("/i/image-work-br-shadow.png") center bottom no-repeat;
}
.works-list-item-desc {
	margin-left: 182px;
}
.works-list-item-desc h2 {
	color: #007db6;
	font-size: 120%;
	margin: 0 0 15px;
	margin-top: 0;

}
.works-list-item-desc-link {
	display: block;
	color: #007DB6;
	font-size: 120%;
	margin: 0 0 15px;
}
.works-list-item-desc-text {
	font-size: 14px;
}
.works-list-item-desc-calc {
	display: block;
	float: right;
	width: 109px;
	height: 45px;
	background: url("/i/works-list-cacl-link.png") center top no-repeat;
	position: relative;
	margin-top: 15px;
}
.works-list-item-desc-calc:hover,
.works-list-item-desc-calc:active {
	background: url("/i/works-list-cacl-link.png") center bottom no-repeat;
}
.works-list-pagination .pagination {
	margin-top: 0;
}
/*\works*/


/*||| NG*/
body{
background: url('/i/new_year_dg2.jpg') rgba(255, 255, 255, 0);
/*	background: url('/i/ng-bg-3.jpg') rgba(255, 255, 255, 0);*/
/*	background: url('/i/ng-bg-4.jpg') repeat;*/
/*background-repeat: repeat-y;*/
/*background: url('/i/spring_dg2_potolki.jpg') rgba(255, 255, 255, 0);*/
/*background: url('/i/OsenBackNew.jpg') rgba(255, 255, 255, 0);  */
	background-repeat: repeat-x;
/*background-position: center  top;*/
background-position: center  -75px;


}
.min-width.top-inset-shadow.new{
background: none;
}
.min-width.top-inset-shadow.new div.fp-teaser.image.clearfix{
border: 1px solid #fff;
border-radius: 5px;
}
.header{
background: #fff;
border: 1px solid #fff;
border-radius: 5px;
padding-bottom: 20px;
}
/*Калькулятор*/

div.my_que_holder {
	display: block;
	float: left;
	width: 690px;;
	border-width: 2px;
	border-style: solid;
	border-color: #2d8db7;
	margin-bottom: 15px;

}
div.my_que_holder:last-of-type{
	background-color: #e6f9ff;
}
p.name_que{
	display: block;
	float: left;
	text-align: center;
	padding-top: 13px;
	width: 100%;
	height: 43px;
	background-color: #e6f9ff;
	font-family: Arial;
	font-size: 18px;
	color: #006599;

}
p.my_answ_radio{
	padding: 5px 10px;
	display: block;
	float: left;
	width: 270px;
	height: 20px;
	line-height: 15px;
	position: relative;
	margin-left: 50px;
	font-size: 14px;
	font-weight: normal;

}
span.my_radio{
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	background-image: url('/i/capa_u.png');
	background-position:-92px -80px; /* hov:-22px -80px; act:-92px -80px;; chek:-22px -10px; dis:-92px -10px;;*/
	position: absolute;
	top: -15px;
	left: -33px;

}
span.my_radio:hover{
	cursor: pointer;

}

div.for_but{
	display: block;
	float: left;
	clear: both;
	padding-left: 50%;
	width: 100%;

}
input.my_opr_but{
	display: block;
	width: 200px;
	height: 60px;
	background-color: #006599;
	border-color: white;
	border-style: solid;
	border-width: 2px;
	border-radius: 5px;
	color: white;
	font-size: 22px;
	margin-left: -100px;

}
input.my_opr_but:hover{
	background-color: #e14949;
	cursor: pointer;

}



p.my_answ_box{
	padding: 5px 10px;
	display: block;
	float: left;
	width: 270px;
	height: 20px;
	line-height: 15px;
	position: relative;
	margin-left: 50px;
	font-size: 14px;
	font-weight: normal;

}
span.my_box{
	display: block;
	float: left;
	width: 41px;
	height: 41px;
	background-image: url('/i/capa_s.png');
	background-position:-92px -80px; /* hov:-22px -80px; act:-92px -80px;; chek:-22px -10px; dis:-92px -10px;;*/
	position: absolute;
	top: -15px;
	left: -33px;

}
span.my_box:hover{
	cursor: pointer;

}
p.my_answ_text{
	padding: 5px 10px 5px 15px;
	display: block;
	float: left;
	width: 320px;
	height: 20px;
	line-height: 15px;
	position: relative;
	margin-left: 0px;
	font-size: 14px;

}
p.my_answ_text input{
	font-size: 18px;
	border-color: #258ab6;
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;
	width: 170px

}
p.my_answ_phone{
	padding: 5px 10px 5px 15px;
	display: block;
	float: left;
	width: 300px;
	height: 20px;
	//line-height: 15px;
	position: relative;
	margin-left: 0px;
	font-size: 14px;

}
p.my_answ_phone input{
	font-size: 30px;
	border-color: #258ab6;
	border-style: solid;
	border-width: 2px;
	border-radius: 3px;
	width: 240px;
	height: 30px;

}
 
div.for_but_single button.my_opr_but{
display: block;
float: right;
background-color: #006599;
border-color: white;
border-style: solid;
border-width: 2px;
border-radius: 5px;
color: white;
font-size: 22px;
margin-right: 10px;
margin-bottom: 20px;
padding: 10px 15px;

}
div.for_but_single button.my_opr_but:hover{
	background-color: #e14949;
	cursor: pointer;

}

span.cifrica{
	color: #006599;
	font-size: 30px;
	margin-left: 20px;
}

span.my_ell_hov{
	background-position:-22px -80px;
}
span.my_ell_chek{
	background-position:-22px -10px;
}
a.recallnow{
	text-decoration: none;
}
a.recallnow p{
	color: #069;
font-size: 16px;
line-height: 7px;
margin-top: 10px;
margin-bottom: 10px;
}
a.recallnow p:hover{
	color: red;
}
a.recallnow p span.recalltext{
	line-height: 30px;
	font-size: 16px;
	font-weight: normal;

}
a.recallnow:hover p span.recalltext{
	color: red;
}
.recallnow{
	text-decoration: none;	
}

.min{
	font-size: 14px;
	color: #02659c;
	text-align: right;	
	margin-top: 10px;
}
a.recallnow p.linci{
	font-size: 13px;
	color: #02659c;
	line-height: 10px;
	text-align: right;
	font-weight: 200;
	text-decoration: underline;
	margin: 0px 0 2px;
	font-weight: bold;
}
a.recallnow p.linci:hover{
	color: red;
}
.header .nav .sub{
margin-top: 0px;
margin-left: 40px;
display: inline-block;
float: left;
}

/*Left menu*/

.leftMenuPotHead{
	display: block;
	float: left;
	width: 100%;
	height: 10px;
	background: #e02631;
	border: #e02631;
	border-radius: 10px 10px 0 0;
}
.leftMenuPot{
	display: block;
	float: left;
	width: 100%;
	background: #ecf5fa;
	border: #ecf5fa;
	border-radius: 0 0 10px 10px;
	padding-bottom: 10px;
}
.calckHolder{
	
}
.leftMenuPotHeader{
	font-size: 16px;
	padding: 2px 10px;
	font-weight: bold;
	color: #df3746;
}
.leftMenuPot .news-list ul{
	list-style: disc;
	padding-left: 15px;
	line-height: 17px;
}
.leftMenuPot .news-list ul li{
	margin-top: 5px !important;
	font-weight: bold;
	font-size: 13px;
	list-style-type: disc;
	overflow: visible;
	color: #007db6;
	margin-left: 21px;
}
.leftMenuPot .news-list a{
	text-decoration: none;
	border-bottom: 1px solid;
}
.leftMenuPot .news-list a:hover{
	/*color: #e02631;*/
	border-bottom: 2px dotted;
}
.leftMenuPot .calckHolder a{
position: relative;
display: block;
font-size: 18px;
color: #d6162f;
text-decoration: none;
background: #fff;
line-height: 24px;
border-bottom: #fff dashed 2px;
top: 12px;
left: 10px;
width: 110px
}
.leftMenuPot .calckHolder a:hover{
border-bottom: #d6162f dotted 2px;
}

.calckHolder{
position: relative;
display: block;
height: 50px;
background: #fff;
margin: 10px 30px 10px 0;
}
.zamHolder{
padding: 13px 13px;
background: #fff;
}

.zamHolder a{
display: block;
font-size: 16px;
color: #d6162f;
text-decoration: none;
background: #fff;
font-weight: bold;
border-bottom: #fff dashed 2px;
}

.zamHolder a:hover{
border-bottom: #d6162f dotted 2px;
	
}

img.calcPictMenu{
border: none;
position: absolute;
top: -13px;
right: -110px;
}

.leftMenuPotHeader a {
text-decoration: none;
color: #df3746;
}
.leftMenuPotHeader a:hover {
text-decoration: none;
/*color: #007db6;*/
border-bottom: 2px dotted;
}
.bx-core-waitwindow{
display: none;
}

.navedi{
	display: block;
	float: left;
	border: 4px solid #366986;
	padding: 5px;
	border-radius: 10px;
	width: 212px;
	margin-top: 10px;
	position: relative;
	padding-bottom: 30px;
}
.navedi div.holder{
	height: 73px;
	display: block;
	width: 54px;
	float: left;
	margin: 0 8px;
}
.navedi div p{
	display: none;
	position: absolute;
	bottom: 5px;
	left: 0;
	text-align: center;
	width: 100%;
	color:#366986;
	font-size: 16px; 
}

.navedi div.item1{background-image: url('/i/ik_1a.jpg'); margin-left: 42px; }
.navedi div.item2{background-image: url('/i/ik_2a.jpg');}
.navedi div.item3{background-image: url('/i/ik_3a.jpg');}
.navedi div.item4{background-image: url('/i/ik_4a.jpg');}
.navedi div.item5{background-image: url('/i/ik_5a.jpg');}

.navedi div.item1:hover{background-image: url('/i/ik_1b.jpg');}
.navedi div.item2:hover{background-image: url('/i/ik_2b.jpg');}
.navedi div.item3:hover{background-image: url('/i/ik_3b.jpg');}
.navedi div.item4:hover{background-image: url('/i/ik_4b.jpg');}
.navedi div.item5:hover{background-image: url('/i/ik_5b.jpg');}

.navedi div.item1:hover p{display: inline;}
.navedi div.item2:hover p{display: inline;}
.navedi div.item3:hover p{display: inline;}
.navedi div.item4:hover p{display: inline;}
.navedi div.item5:hover p{display: inline;}


#dirmail{
display: block;
float: right;
width: 163px;
height: 140px;
margin-right: 0px;
background: url('/i/22.png') no-repeat top left;
padding-top: 91px;
padding-left: 12px;
color: #fff;


}

#partners{
display: block;
float: right;
width: 163px;
height: 140px;
margin-right: 0px;
background: url('/i/11.png') no-repeat top left;
padding-top: 91px;
padding-left: 12px;
color: #fff;
}

.lea_bold{font-weight:bold;}

.lea_cl1{display:block;cursor:pointer;cursor: hand;}
.lea_cl2{display:none;cursor:pointer; cursor: hand;}
.lea_cl3{position:relative; display: block; width:100%;}
.lea_cl4{position:relative; display: block; width:100%;}
.lea_cl5{clear:both; width:100%;}
.lea_cl6{position:absolute; left:-9999px;}

.mainpage-news-title{
	margin-top: 25px;
}
.oblHolder{
display: block;
float: right;
width: 300px;
margin: 7px 15px;
}
.kalc a{
display: block;
width: 100%;
float: left;
height: 74px;
font-family: sans-serif;
line-height: 78px;
font-size: 26px;
font-weight: bold;
text-align: center;
text-decoration: none;
border: 3px solid #ecf5fa;
border-radius: 10px;
margin-top: 3px;
}
.kalc a:hover{
	background: #e02631;
	color: #fff;
	border: 3px solid #e02631;
}
.works_show{
margin: 5px 0 0 0 ;
float: left;
display: block;
width: 100%;
line-height: 26px;
}
.works_show span{
color: #df3840;
border-bottom: 1px #df3840 dashed;
margin-right: 20px;
font-size: 20px;
}
.works_show span:hover{
	color: #308bb8;	
	border-bottom: 1px #308bb8 dashed;
}
.works_show a{
text-decoration: none;
width: 100%;
display: block;
}
.primer{
	width: 100%;
	border: #fff;
	border-radius: 5px;
margin-top: 10px;
}
.diz .dizText{
	margin-top: 31px;
float: left;
}
.diz .dizFoto{
	margin-left: 35px;
}
.dizText {
display: block;
float: left;
font-size: 20px;
line-height: 26px;
margin-top: 27px;
/* font-style: italic; */
/* font-weight: bold; */
border-bottom: 1px #308bb8 dashed;
}
.dizText span{
color: #308bb8;
border-bottom: 1px #308bb8 dashed;
}
.dizText:hover{
color: #df3840;
border-bottom: 1px #df3840 dashed;
}
.dizText:hover span{
color: #df3840;
border-bottom: 1px #df3840 dashed;
}
.content-t ul.nolist li {
	background: none;
	margin-bootm: 0.5em;
	padding-left: 24px;
}
.content-t .main-article p {
margin-bottom: 1em;
text-align: justify;
}
div.triple {
    display: block;
    float: left;
    width: 100%;
}
div.triple > div {
    display: block;
    float: left;
    height: 75px;
    margin-bottom: 10px;
    padding: 6px;
    width: 32%;
}
.content-t div > div p {
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    margin: 0;
    padding: 0;
}
div.triple a, div.once a {
    text-decoration: none;
}
div.triple h3, div.once h3 {
    background: linear-gradient(to right top, #F1F1F1, #FFFFFF) repeat scroll 0 0 rgba(0, 0, 0, 0);
    color: #1DA2E5;
    font-weight: bold;
    height: 33px;
    margin-top: 0px;
    margin-right: 20px;
    padding-left: 15px;
    padding-top: 10px;
}
div.once h3 {
    margin-right: 10px;
}
div.triple p.porListHeader, div.once p.porListHeader {
    color: #1DA2E5;
    font-weight: bold;
}
.content-t div > div p.spec {
    color: #D6162F;
    font-size: 12px;
    font-weight: bold;
    margin-bottom: 5px;
    margin-top: -6px;
}
div.catalog-section-list div img {
    border: 1px solid #FFFFFF;
    border-radius: 5px;
    float: left;
    margin-right: 10px;
}
div.once {
    display: block;
    float: left;
    width: 49.5%;
}
div.once > div {
    display: block;
    float: left;
    height: 75px;
    padding: 6px;
    width: 100%;
}
div.once > div:hover {
    background: url("/i/dl_plash.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.triple > div:hover {
    background: url("/i/kor_plash.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
}
div.triple .text, div.once .text {
    color: #000000;
    font-size: 12px;
    line-height: 12px;
}
.red{color:#ee1d24}
h1.main{font-size: 125%; margin-left: 20px;}

#back-top-wrapper #back-top {
	width:34px;
	height:34px;
}
#back-top-wrapper #back-top span {
	background:url(/i/top.png) no-repeat;
	width:34px;
	height:34px;                                                                 
}
#back-top-wrapper #back-top span:hover {                                                
	opacity:0.5;                                                                    
}
#back-top { display:none; }
#back-top-wrapper {
	position:fixed;
	right:100px;
	bottom:50px;
	overflow:hidden;
	z-index:9999;
}
#back-top a {
	display:block;
	width:50px;
	color:#bbb;
	text-align:center;
	text-decoration:none;
	text-transform:uppercase;
	font:11px/100% Arial, Helvetica, sans-serif;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}
#back-top a:hover { color:#000; }
#back-top a:hover span { background-color:#333; }
#back-top span {
	display:block;
	margin-bottom:7px;
	width:50px;
	height:50px;
	background:#0088cc url(/i/up-arrow.png) no-repeat center center;
	-webkit-transition:1s;
	-moz-transition:1s;
	-o-transition:1s;
	transition:1s;
}

.main .content .expandable-list {
  width: 688px;
  background: #e2ecf1;
  padding: 4px 3px 0;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  margin-bottom: 1em;
}
.main .content .expandable-list dt {
  position: relative;
  height: 43px;
  overflow: hidden;
  background: url("/i/expandable-list-title-bg.png") no-repeat;
  text-decoration: none;
}
.main .content .expandable-list dt a {
  display: block;
  font-size: 116.7%;
  padding: 0 16px;
  line-height: 39px;
  outline: none;
  border: none;
}
.main .content .expandable-list dt a b {
  position: absolute;
  width: 17px;
  height: 17px;
  top: 11px;
  right: 12px;
  background: url("/i/expandable-list-bullets-bg.png") no-repeat;
}
.main .content .expandable-list dt a:hover b {
  background-position: 0 -17px;
}
.main .content .expandable-list dt.expanded {
  background-position: 0 -43px;
}
.main .content .expandable-list dt.expanded a b {
  background-position: -17px 0;
}
.main .content .expandable-list dt.expanded a:hover b {
  background-position: -17px -17px;
}
.main .content .expandable-list dd {
  background: url("/i/expandable-list-content-bg.png") no-repeat 0 100%;
  overflow: hidden;
  padding: 0 25px 12px;
}
.main .content .expandable-list dd.collapsed {
  display: none;
}
/*
.pseudo-link {
  text-decoration: none;
}
.pseudo-link .pseudo-link-i {
  border-bottom: 1px dotted;
}
*/

/*//////////////////////////
/Новогоднее оформление 2014-2015
/
/2798871.png
//////////////////////////// 
body{
padding-top: 130px !important;
}
body:after{
content: "";
position: absolute;
top: -89px;
left: 0;
width: 100%;
height: 231px;
background: url('/i/2798871.png') repeat-x;
z-index: 90;
overflow-x: visible;
}
*/

.tizHolder3pot{
	width: 700px;
	padding: 10px 0;
	border: 0px solid #fff;
	border-radius: 5px;
	background: #fff;
	margin-bottom: 10px;
}
.tizHolder3pot > a{
  display: block;
  width: 33%;
  float: left;
  text-align: center;
  text-decoration: none;
  font-weight: bold
}

.priceTable .priceRowsHead{
	background: none repeat scroll 0% 0% #E7EFF3;
	font-weight: bold;
	color: #0080C3;
	font-size: 17px;	
	}
.priceTable tr td:first-child{
	width: 60%;	
	}

.priceTable tr td:nth-child(2){
	width: 15%;
	}
.priceTable tr:nth-child(2n+1){
	background: none repeat scroll 0% 0% rgba(231, 239, 243, 0.25);
	}
.priceTable tr:nth-child(2n){
	background: none repeat scroll 0% 0% rgba(231, 239, 243, 0.60);
	}
.priceTable tr:hover{
	background: none repeat scroll 0% 0% rgba(231, 239, 243, 1);	
	}