body {
  background-image: url("//izhevsk.ru/i/calc/images/bg.png");
  background-repeat: x-repeat y-repeat;
  background-position: top left;
  font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #333333;
  padding: 0px; margin: 0px;
}
.header {
  width: 1000px; height: 360px;
  margin-bottom: 20px;
}
.footer {
  background-color: #808080;
  width: 100%;
/*  height: 230px;*/
  padding-top: 30px;
}
.footer-inner {
  width: 960px;
/*  font-family: 'Segoe Print';*/
}
.footer-inner a{
  font-family: Arial;
  color: #FFFFFF;
}
.facebook-link {
  width: 40px; height: 40px;
  background: url('//izhevsk.ru/i/calc/images/facebook-ico.png') #3B5998 no-repeat;
  background-position: center center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
  margin-left: 10px;
}
.twitter-link {
  width: 40px; height: 40px;
  background: url('//izhevsk.ru/i/calc/images/twitter-ico.png') #00C3F8 no-repeat;
  background-position: center center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
  margin-left: 10px;
}
.vk-link {
  width: 40px; height: 40px;
  background: url('//izhevsk.ru/i/calc/images/vk-ico.png') #6388B0 no-repeat;
  background-position: center center;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  float: right;
}
.vk-link img, .twitter-link img,  .facebook-link img {
width:40px;
height:40px;
}
.container {
  /* border: 1px solid; */
  margin-left: auto;
  margin-right: auto;
}
.brand {  
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
}
.logo{
  width: 239px; height: 60px;
}
.contacts {
  float: right;
  margin-top: 20px;
  width: 450px;
}
.contacts-btn {
  float: right;
  background-color: #FF6600;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 190px;
}
.contacts-btn img{
  width: 21px; height: 16px;
  margin-left: 20px; margin-top: 12px;
  margin-right: 10px;
}
.contacts-btn span {
  border-bottom: 1px dashed #1073FF;
  color: white;  
  cursor: pointer;
  vertical-align: 2px;
}
.contacts-btn a {
  text-decoration: none;
}
.info {
  width: 960px;
  height: 271px;  
  margin-top: 30px;
  margin-left: 20px;
  margin-right: 20px;
  border: 0px;  
  padding: 0px;;
}
.news {
  width: 239px;  
  border-radius: 12px 0 0 12px;
  -moz-border-radius: 12px 0 0 12px;
  -webkit-border-radius: 12px 0 0 12px;  
  background-color: #808080;
  vertical-align: top;  
  color: white;
}
.news-head {
  margin-left: 20px; margin-top: 10px;
  font-size: 20px;
}
.news-item {
  margin-left: 20px; margin-top: 10px;
  font-size: 14px;
  line-height: 1.5;
}
.news-item a {
color: white;
}
.actions {
  width: 721px;
 /* background: url('//izhevsk.ru/i/calc/images/70let.png') no-repeat;*/
/*  background-position: -46px -155px;*/
  border-radius: 0 12px 12px 0;
  -moz-border-radius: 0 12px 12px 0;
  -webkit-border-radius: 0 12px 12px 0;  
  background-color: #ffffff;
  vertical-align: top;
  color: white;
}
.actions-head {
  margin-left: 20px; margin-top: 20px;
  font-size: 20px;
  /*font-family: 'Segoe Print';*/
}
.actions-head a {
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
  border-bottom: 1px dashed #FFFFFF;
}
.actions-item {
/*  width: 542px;*/
  width: 415px;
  height: 135px;
  margin-left: 20px; margin-top: 10px;
  /*font-family: 'Segoe Print';*/
  font-size: 14px;  
  line-height: 1.5;
}
.actions-footer {  
  width: 542px;
  margin-top: 100px;
  margin-left: 78px;
}
.action-btn-group{
  height: 40px;
  padding: 0px;
  width: 240px;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  float: left;
}
.action-btn-left {
  height: 29px;
  border-radius: 20px 0 0 20px;
  -moz-border-radius: 20px 0 0 20px;
  -webkit-border-radius: 20px 0 0 20px;
  background-color: #FF6600;
  float: left;
  width: 80px;
  padding-left: 20px;
  padding-top: 11px;
  margin: 0px;
  cursor: pointer;
}
.action-btn-right {
  height: 29px;
  border-radius: 20px 20px 20px 20px;
  -moz-border-radius: 20px 20px 20px 20px;
  -webkit-border-radius: 20px 20px 20px 20px;
  float: right;
  width: 210px;
  padding-top: 11px;
  padding-left: 15px;
  padding-right: 15px;
  margin: 0px;  
  cursor: pointer;
  background-color: #7F6293;
  text-align:center;
}
.action-btn-left a, .action-btn-right a{
  text-decoration: none;
  color: #FFFFFF;
}
.action-btn-group-right{
  float: right;
  margin-top: 10px;
}
.action-btn-group-right a{  
  text-decoration: none;
  color: #FFFFFF;
  cursor: pointer;
}
.navbar {  
  margin-left: 0px; margin-right: 0px;
  width: 100%;
  height: 82px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
}
.navbarholder {  
  margin-left: 0px; margin-right: 0px;
  width: 100%;
  height: 84px;
}
.fixed {
  position:fixed;
  z-index: 9999;  
  top:0;
}
.navbar-inner {
  width: 1000px;  
  height: 82px;
}
.navbar-inner a {
  font-weight: bold;
  font-size: 16px;
  color: #1073FF;
  text-decoration: none;
  border-bottom: 1px dashed #1073FF;
}
.nav-item {
  width: auto;
  margin: 2px 5px;
  padding: 7px 10px;
  float:left;
  text-align:center;
}
.nav-item:hover, .nav-item-selected {
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #808080;  
}
.navbar-inner .smaller {
/*	width:25%;
	margin: 2px 0;*/
}
.navbar-inner .smaller a  {
 font-size: 13px !important;
}
.nav-item:hover  a, .nav-item-selected a{
  color: #FFFFFF;
  border-bottom: 1px dashed #FFFFFF;
}
.content {
  width: 960px;
  padding-left: 20px; padding-right: 20px; padding-top: 20px;
}
.content  li{
  list-style-image: url('//izhevsk.ru/i/calc/images/dot.gif');
}
.list-ico {
  margin-top: 5px; margin-right: 10px;
}
.list-ico-frame {
  float: left; 
  width: 60px;
  height: 100%;
}
.list-head {
  margin-left: 60px;
}
.list-head-h {  
  font-size: 18px; /*'Segoe Print';*/ color: #FF6600;
}
.list-item {
  border-top: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  border-right: 1px solid #CCCCCC;
  background-color: #FFFFFF;
  width: 415px;
  padding: 12px 20px 0 20px;
  cursor: pointer; 
  overflow:hidden;
}
.list-item-long {
	width:915px;
}
.list-item-last{
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
  border-bottom: 1px solid #CCCCCC;
}
.list-item-first {
  border-radius: 12px 12px 0 0;
  -moz-border-radius: 12px 12px 0 0;
  -webkit-border-radius: 12px 12px 0 0;
}
.list-item-info {
  border-top: 0px;
  padding-top: 0px;
  display: none;
}
.list-item-info-btns{
  height: 50px; margin-top: 20px; margin-left: 60px;
}
.list-item-info-full{
  margin-left: 60px; margin-top: 0px;
}
.list-item-collapse-btn {
  font-size: 10px;
  background-color: #CCCCCC;
  display: none;
  height: 10px;
  filter:progid:DXImageTransform.Microsoft.Alpha(opacity=90);
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  opacity: 0.9;
  margin-left: -20px; margin-right: -20px;
}
.list-item-collapse-btn-last {
  border-radius: 0 0 12px 12px;
  -moz-border-radius: 0 0 12px 12px;
  -webkit-border-radius: 0 0 12px 12px;
}


.carousel  {
  width: 100%; /*    */
  height: 200px;
  margin: 10px auto 50px auto;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
  background-color: #FFFFFF;
}
.carousel-wrapper {
  width: 880px; /*    */
  overflow: hidden; /*  ,      */
  margin: 30px 0px 0px 0px;
  padding:0px;
  position:relative;
}
.carousel-items {
  width: 10000px; /*       */
  position: relative; /*       */
}
.carousel-block {
  float: left; /*       */
  width: 160px; /*     */
  padding: 10px 10px; /*  ,     */
}
 
/*********** BUTTONS ***********/
.carousel-button-left a, .carousel-button-right a{
  width: 40px; 
  height: 40px; 
  position: relative;
  top: 80px; 
  cursor: pointer; 
  text-decoration:none;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
}
.carousel-button-left a{
  float: left;
  left: -20px;
  background: url('//izhevsk.ru/i/calc/images/arrow-left.png') #FF6600 no-repeat;
  background-position: center center;
}
.carousel-button-right a{
  float: right;
  right: -20px;
  background: url('//izhevsk.ru/i/calc/images/arrow-right.png') #FF6600 no-repeat;
  background-position: center center;
}
.calc-frame {
  margin-top: 20px;
  width: 960px;
  background-color: #FFFFFF;
  border: 1px solid #CCCCCC;
  border-radius: 12px;
  -moz-border-radius: 12px;
  -webkit-border-radius: 12px;
}
.calc-frame select {
  min-width: 150px;
  border: 1px solid #CCCCCC;
  height: 30px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 4px 10px;
  outline: none;
}
.calc-frame input[type=text], .calc-frame textarea {
  border: 1px solid #CCCCCC;
  height: 21px;
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  padding: 4px 10px;
  outline: none;
}
.calc-frame textarea {
  height: 63px;
}
.rounded {
  border-radius: 6px;
  -moz-border-radius: 6px;
  -webkit-border-radius: 6px;
  font: 14px Arial;
  padding-left: 5px;
  text-align: left;
}
.calc-frame input[type=submit], form.calcform input[type=button], form.calcform input[type=submit] {
  color: #FFFFFF;
  border: 0px;
  background-color: #7F6293;
  border-radius: 20px;
  -moz-border-radius: 20px;
  -webkit-border-radius: 20px;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.5);
  height: 40px;
  width: 199px;
  cursor: pointer;
}
.triangle {
  position: relative;
  z-index: 2;  
  top: -14px; 
  left: 150px;
  width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 14px solid #CCCCCC;
}
.triangle2 {
  position: relative;
  z-index: 3;  
  top: -26px; 
  left: 150px;
  width: 0;
	height: 0;
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 14px solid #FFFFFF;
}
.link {
  text-decoration: none;
  border-bottom: 1px dashed #1073FF;
}
h2 {
font-size:24px;
}
.clearfix:after {
 visibility: hidden;
 display: block;
 font-size: 0;
 content: " ";
 clear: both;
 height: 0;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */

.orange {
	color:#FF6600;
}
h2.highlight { 
	color:white;
	background-color: #7F6293;
	border-radius: 10px;
	height: 29px;
	margin: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 8px;
	text-align: center;
}
.red {
	color: #ff6600;
}
.bold {
	font-weight: bold;
}