

/* Start:/bitrix/templates/teor_meh/styles.css?16170767855477*/
html,body {
  text-size-adjust: none;
  -webkit-text-size-adjust: none;
  -moz-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

body { 
  max-height: 10000px;
	color: #535353;
	font-family: Tahoma;
	font-size: 13px;
	padding: 0;
	margin: 0;
	line-height: 16px;
	word-wrap: break-word;
  height: 100%; 
}

div {
  max-height: 10000px;
}

input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin: -3px 7px 0 0;
}

#wrap {
  position: relative;
	width: 691px;
	margin: 0 auto 55px;
	padding: 0 25px;
}

#header {
  position: relative;
	height: 317px;
	background: url("/img/header.jpg") left bottom no-repeat;
  border-bottom: 0px solid red;
}

#header_top {
  position: relative;
  height: 46px;
  padding-top: 46px;
  margin-bottom: 36px;
  font-weight: bold;
  border: 0px solid green;
}

#header_top p {
  margin: 5px 0;
}

#main_link {
  font-size: 29px;
  color: #b30000;
  text-decoration: none;
}

#main_sublink {
  font-size: 11px;
  color: #7b7a7a;
  text-decoration: none;
}

#header_menu {
  position: absolute;
  top: 80px;
  right: 188px;
  list-style: none; 
  margin: 0;
  padding: 0;
  border-bottom: 0px solid green;
}

#header_menu li {
  display: inline-block; 
  margin-right: 3px;
  width: 35px;  
}

#header_center {
  border: 0px solid green;
}

#header_center  a {
  height: 35px;
  padding: 8px 0;
  text-decoration: none;
  font-weight: bold;
  border: 0px solid green;
}

#header_center  a:hover {
  border-bottom: 3px solid #4d4d4d;
}

#header_center  span {
  margin: 0px 22px;
  color: #3e3e3e;
}

#header_center img {
  margin-right: 16px;
}

#header_bottom {
  width: 327px;
  margin: 42px 0px 0px 172px;
	font-size: 12px;
  color: #5c5c5c;
  border-bottom: 0px solid red;
}

.strela {
  height: 16px;
}

#content {
  text-align: justify;
  margin: 30px 0px 0px 0px;
  padding-bottom: 25px;
}

.big_black {
  font-size: 14px;
  font-weight: bold;
}

.big_black img {
  vertical-align: middle;
}

#content ul {
	list-style: none;
  line-height: 16px;
  padding: 0;
}

.paper {  
  width: 143px;
  height: 153px;  
  margin-left: 15px;
  float: right;
}

#news {
  padding: 0 15px;
  background-color: #f2f2f2;
  border-top: 1px dotted #818181;
  border-bottom: 1px dotted #818181;
}

.newsPreview {
  margin-right: 125px;
}

.newsDate {
  float: right;
  width: 110px;
  font-size: 11px;
  font-weight: bold;
  color: #000;
}

#news hr {
  text-align: center;
  width: 55%;
  margin: 22px auto;
  color: #000; /*для IE */
  background-color: #000; /*для Firefox, Opera, Safari*/
  border: 0px none;
  height:1px; /* высота 1px IE, Firefox, Opera, Safari */
  background-image: linear-gradient(to left, #f2f2f2, #000, #f2f2f2);
  background-image: -webkit-linear-gradient(left, #f2f2f2, #000, #f2f2f2);
  background-image: -moz-linear-gradient(left, #f2f2f2, #000, #f2f2f2);
  background-image: -ms-linear-gradient(left, #f2f2f2, #000, #f2f2f2);
  background-image: -o-linear-gradient(left, #f2f2f2, #000, #f2f2f2);
}

#footer {

}

#footer_left {
  width: 476px;
  border-top: 11px solid #b70f0f;
}

#footer_right {
  float: right;
  width: 189px;
  text-align: center;
  border-top: 11px solid #828181;
  font-size: 11px;
  color: #B9B8B8;
}

.bigGreen {
  color: #008F00;
  font-size: 18px;
  margin-bottom: 14px;
  font-weight: bold;
}

.dark {
    font-size: 11px;
    line-height: 13px;
    color: #5C5C5C;
    text-decoration: none;
}

#base {
  position: relative;
  margin-top: 24px;
}

#base ul {
  padding: 0px;
  margin: 0px 0px 4px;

}

#base li {
  display: inline-block;
  width: 21px;
  height: 20px;
  line-height: 20px;
  list-style: none;
  border: #BFBFBF 1px solid;
  padding: 3px;
  text-align: center;
}

#base span {
  display: inline-block;
  width: 28px;
  height: 24px;
  line-height: 20px;
  list-style: none;
  border: #BFBFBF 1px solid; 
  padding: 0px;
  margin: 2px 0;
  text-align: center;
}

#back-top {
  display: none;
  position: fixed;
  bottom: 30px;
  left: 50%;
  margin-left: 550px;
  width: 52px;
  height: 18px;
  padding-top: 12px;
  font-size: 10px;
  text-align: center;
  color: transparent;
  background: #c2c2c2 url("/images/uptop.png") no-repeat 19px 10px;
  transition: 0.3s;
  border-radius: 4px;
  cursor: pointer;
  user-select: none;
}

#back-top:hover {
  height: 18px;
  padding-top: 12px;
  color: #fff;
  font-weight: bold;
  background: #999 url("/images/uptop.png") no-repeat 19px 5px;
}

a {
	color: #535353;
  outline: none; 
  border: none; 
}

a:hover {
	text-decoration: none; 
}

a img {
  border: none; 
}

h1 {
  font-size: 18px;
  font-weight: bold;
}

.bold {
  font-weight: bold;
}

.center {
  text-align: center;
}

.justify {
  text-align: justify;
}

.green {
  color: #008f00;
}

.black {
  color: #000;
}

.floatLeft {
  float: left;
}

.floatRight {
  float: right;
}

.clearBoth {
  clear: both;
}

#mesherskiy {
  float: right;
  margin-top: -14px;
}

#yablonskiy {
  border: 0px solid #000;
}

#sitemap li li {
  padding-left: 30px;
}

.blueBack {
  padding: 10px 25px;
  margin: 15px 0px;
  color: #6a7c8a;
	border: 1px solid;
  border-color: #bbdbe0;
  border-radius: 5px;
	background: #fcfdfe;
	background: linear-gradient(to bottom, #fcfdfe, #fdfefd);
	-webkit-box-shadow:inset 0 1px 0 #fff;
	box-shadow: inset 0 1px 0 #fff;
	text-shadow: 0 1px 0 rgba(255,255,255, 0.7);
}

.price {
  margin-left: 2px;
  padding: 2px 7px;
  border: 1px solid gray;
  border-radius: 3px;
  border-color: #bebebe;
  font-weight: bold;
}
/* End */
/* /bitrix/templates/teor_meh/styles.css?16170767855477 */
