* {
  margin: 0;
  padding: 0;
}

html { height: 100%; }

@font-face {
    font-family: 'MyriadProRegular';
    src: url('../fonts/MyriadProRegular.eot');
    src: url('../fonts/MyriadProRegular.eot') format('embedded-opentype'),
         url('../fonts/MyriadProRegular.woff2') format('woff2'),
         url('../fonts/MyriadProRegular.woff') format('woff'),
         url('../fonts/MyriadProRegular.ttf') format('truetype'),
         url('../fonts/MyriadProRegular.svg#MyriadProRegular') format('svg');
}

body {
  font-family: 'MyriadProRegular', Arial sans-serif;
  font-size: 16px;
  color: #6f6f6f;
  border: 0;
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  background:url(../img/bg.jpg) repeat-x #155e94;
}

.bg-gradient {
  background:url(../img/bg.jpg) repeat-x;
  position:absolute;
  left:0;
  top:0;
  height:700px;
  width:100%;
  margin:0;
  padding:0;
  z-index:-2;
}

.bg-map {
  background:url(../img/background-map.png) top center no-repeat;
  position:absolute;
  left:0;
  top:0;
  height:700px;
  width:100%;
  margin:0;
  padding:0;
  z-index:-1;
}

a {
  color: #135d96;
  text-decoration: underline;
}

a:hover {
  color: #135d96;
  text-decoration: none;
}

a.dashed {
  border-bottom: 1px dashed;
  text-decoration: none;
}

img {
  border: 0;
  padding-bottom: 30px;
  padding-right: 30px;
}

table {
  width: 100%;
  margin: 0;
  padding: 0;
  border-collapse: collapse;
}

h1 {
  font-family:'MyriadProRegular' Arial sans-serif;
  font-size: 28px;
  color: #575757;
  margin: 0 0 5px 0;
  font-weight: normal;
}

h2 {
  font-family:'MyriadProRegular' Arial sans-serif;
  font-size: 20px;
  color: #575757;
  margin: 5px 0 10px 0;
  font-weight: normal;
}

ol { margin-left: 40px; }

ul { margin-left: 40px; margin-bottom: 10px;}

.clear { clear: both; }

.hidden { display: none; }

.left { float: left; }
.right { float: right; }

.center-text { text-align: center; font-family: 'MyriadProRegular'; font-size:20px; padding:15px;}

/* --- */

.header {
  font-family:Arial;
  margin: 0 auto;
  width: 100%;
  height: 167px;
  overflow: hidden;
}

.header .logo {
  float: left;
  margin: 44px 0 0 0px;
}

.header .logo-title {
  position: absolute;
  color: #fff;
  font-size: 13px;
  font-weight: bold;
  text-shadow: 0 1px 1px #555;
  margin-top: 100px;
  margin: 114px 0;

}

.header .right-text {
  float: right;
  text-align: right;
  text-shadow:  0px 1px 1px #555;
  font-size: 15px;
  color: #fff;
  margin: 40px 0px 0 0;

}

.number {
  font-size: 40px;
  line-height: 46px;
  color: #d81001;
  text-shadow: 1px 1px 0 #fff;
  font-weight: bold;
}

/* --- */

.menu-stripe {
  width: 1200px;
  height: 50px;
  overflow: hidden;
  background: #135d96;
}

.menu-top {
  width: 100%;
  margin: 0 auto;
}

.menu-top li {
  float: left;
  list-style: none;
  margin: 0;
  width: 200px;
  line-height: 50px;
  font-size: 17px;
  font-family: Arial;
  color: #fff;
  text-align: center;
  text-decoration: none;
  text-shadow:  0px 2px 1px #062956;
  border-right: #fff solid 1px;
  padding-left: 19px;
  padding-right: 20px;
  transition: background-color 1s linear;
}

.menu-top li:last-child {
    border-right:none;
}

.menu-top li a {
  width: 200px;
  display: block;
  color: #fff;
  text-decoration: none;
  line-height: 50px;
  text-align: center;
}

.menu-top li:hover, .menu-top li.selected, .menu-top li.ancestor {
  background: #e7eef4;
  text-decoration: none;
  cursor: pointer;
  color: #135d96;
  text-shadow:none;
}

.menu-top li:hover a, .menu-top li.selected a, .menu-top li.ancestor a {
  color: #135d96;
  text-shadow: none;
}

/* --- */

.submenu {
  float: left;
  padding: 15px 0;
  width: 100%;
  background:#e7eef4;
}

.submenu ul {
  float: left;
  list-style: none;
  margin: 0;
}

.submenu ul li a {
  color: #135d96;
  font-weight: bold;
}

.submenu ul li {
  display: block;
  padding: 0 24px;
  float: left;
  font-family: arial;
  font-size: 13px;
  color: #494949;
  margin: 0;
  border-right: 2px solid #494949;
  font-weight: bold;
}

.submenu ul li:last-child {
  border-right: none;
}

/* --- */

.banner {
  margin: 4px 0 10px 4px;
  width: 200px;
  float: left;
}

.banner img {
}

/* --- */

.content-header {
  margin: 10px;
}
.content-header p {
  padding-bottom: 10px;
}

.content-main {
  margin: 0px 10px 0px 10px;
}
.content-main p{
  margin-bottom: 10px;
}

.content {
  width:100%;
  background:#fff;
  overflow:hidden;
  color: #6f6f6f;
  font-family:'Arial';
  font-size:14px;
  min-height:400px;
}
.content-main li {
margin-bottom: 10px;
}

.head {
  float: left;
  margin: 10px;
  width: 1180px;
}

/* --- */

.cycle-slideshow {
  margin-bottom: 35px;
}

.cycle-slideshow .banner {
  margin: 0;
}

.cycle-pager {
  position: relative;
  float: right;
  top: 364px;
  margin-right: 10px;
  z-index: 500;
}

.cycle-pager span {
  color: #ddd;
  cursor: pointer;
  display: inline-block;
  font-family: arial;
  font-size: 50px;
  height: 16px;
  width: 16px;
  padding: 0 2px;
}

.cycle-pager span.cycle-pager-active {
  color: #135d96;
}

/* --- */

.round {
  width: 160px;
  height: 90px;
  border-radius: 80px;
  margin-left: 10px;
  -webkit-box-shadow: 0px 3px 5px 0px #333;
  box-shadow: 0px 3px 5px 0px #333;
  color: #fff;
  font-size: 20px;
  text-shadow: 0px 3px 5px #333;
  text-align: center;
  padding: 35px 0;
}

.blue-round {
  background: #5082a8;
}

.red-round {
  background: #cc3428;
}

.index-block {
  overflow: hidden;
  width: 864px;
}

.index-banner2 {
  width: 854px;
  height:159px;
  margin: 10px;
}

.subjects {
  float: left;
  margin: 0px;
  width: 100%;
  padding-top: 15px;
}

.package-popup .subject {
  min-height: 85px;
  overflow: hidden;
  width: 1000px;
  background: #fff;
  border: none;
  padding-left: 30px;
}

.package-popup .channels {
  float: none;
  width: 1000px;
}

.subject {
  margin: 10px 10px;
  padding: 10px 0;
  min-height:130px;
  width: 1180px;
  border: 1px solid #f0f0f0;
  background: #fcfcfc;
  overflow: auto;
}

.subject img {
  float: left;
  padding: 0;
  width: 110px;
  height: 50px;
}

.subject .info {
  float: left;
  width: 150px;
  margin: 0 10px;
}

.subject .info .title {
  background: #4387c8;
  color: #fff;
  padding: 10px 5px;
  text-align: center;
  font-size: 13px;
  font-family: arial;
  font-weight: bold;
}

.subject .info .channels-count {
  font-size: 24px;
  font-family: arial;
  padding: 2px 20px 10px;
  text-align: center;
  color: #575757;

}

/* --- */

.tri-down {
  /* Styling block element, not required */
  position: absolute;
  margin-bottom: 2em;
  border-bottom: 1px solid #4387c8;
  background: #fff;
}

/* Required for Down Triangle */
.tri-down:before, .tri-down:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-bottom: 0;
}

/* Stroke */
.tri-down:before {
  bottom: -30px;
  left: 175px;

  /* If 1px darken stroke slightly */
  border-top-color: #4387c8;
  border-width: 30px;
}

/* Fill */
.tri-down:after {
  bottom: -29px;
  left: 176px;
  border-top-color: #fff;
  border-width: 29px;
}

/* --- */

.tri-up {
  /* Styling block element, not required */
  position: absolute;
  margin-top: 2em;
  border-top: 1px solid #4387c8;
  background: #fff;
}

/* Required for Up Triangle */
.tri-up:before, .tri-up:after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
  border-top: 0;
}

/* Stroke */
.tri-up:before {
  top: -30px;
  left: 175px;

  /* If 1px darken stroke slightly */
  border-bottom-color: #4387c8;
  border-width: 30px;
}

/* Fill */
.tri-up:after {
  top: -29px;
  left: 176px;
  border-bottom-color: #fff;
  border-width: 29px;
}

/* --- */

.close-btn {
  display: block;
  position: absolute;
  right: 7px;
  top: 7px;
  padding: 0;
  background: url(../img/close.png) no-repeat;
  width: 22px;
  height: 22px;
  opacity: 0.5;
}

.close-btn:hover {
  opacity: 1;
}

.package-popup .close-btn {
  right: 15px;
  top: 15px;
}

/* --- */

.channel-popup {
  display: none;
  position: absolute;
  z-index: 1100;
  overflow: hidden;
  background: #fff;
  color: #000;
  border: 1px solid #4387c8;
  margin: 0;
  padding: 0px;
  width: 400px;
  overflow: visible;
}

.channel-popup p {
  padding: 5px;
}

.channel-popup .channel-desc {
  padding: 8px;
  color: #494949;
  font-family: arial;
  font-size: 14px;
}

.channel-popup h2 {
  display: block;
  background: #4387c8 url(../img/plate.png) no-repeat 365px bottom;
  padding: 10px 8px;
  color: #fff;
  font-family: arial;
  font-size: 22px;
}

.channel {
  float: left;
  margin: 0 0 5px 5px;
  display: block;
  border: 2px solid #e7ecec;
  padding: 3px;

  width: 110px;
  height: 50px;
  background-repeat: no-repeat;
  background-position: 3px 3px;
}

.channel .title {
  float: left;
  display: table;
  padding: 5px 0 10px 0;
  height: 70px;
  width: 100%;
}

.channel .title .name {
  display: table-cell;
  vertical-align: middle;
  padding-left: 10px;
  font-size: 18px;
  color: #ed1c24;
}

.channel .title .image {
  display: table-cell;
  vertical-align: middle;
  text-align: right;
}

.channel .description {
  float: left;
  background: #fff;
  font-size: 12px;
  color: #000;
  padding: 5px;
  height: 136px;
  width: 230px;
}

.description {
  margin-top: 20px;
  color: #727272;
  margin-bottom: 20px;
  margin-left: 300px;
  position: relative;
  padding-bottom: 70px;
}

/* --- */

.package_popup_wrapper {
  height: 543px;
  overflow-y: auto;
}

.package-popup, .equipment-popup {
  position: fixed;
  z-index: 1010;
  left: 50%;
  top: 20px;
  width: 1100px;
  background: #fff;
  color: #000;
  height: 600px;
}

.package-popup-wrapper, .equipment-popup {
  width: 800px;
  min-height: 400px;
  padding:10px;
  overflow-y: auto;
  overflow-x: hidden;
  background: #fff;
  border: 1px solid #135d96;
}

.equipment-popup img {
  float: left;
  width: 260px;
}

.packages {
  float: left;
  margin: 0 0 10px 0;
  width: 100%;
}

.package {
  float: left;
  margin: 10px 0 0px 10px;
  width: 583px;
  height:198px;
  border: 1px solid #f0f0f0;
  position: relative;
  background: #fcfcfc;
}

.equipment-item, .montage-item, .abonent-service-item {
  border: 1px solid #f0f0f0;
}

.package:hover, .equipment-item:hover, .montage-item:hover, .abonent-service-item:hover {
  border: 1px solid #135d96;
  transition: border-color 1s linear;
}

.package .image {
  float: left;
  margin: 0 10px 0 0;
  width: 132px;
  min-height: 198px;
  height: 198px;
  display: table-cell;
  position: relative;
}

.package .image img {
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: 0;
  right: 0;
  width: 124px;
  height: 148px;
}

.package .title {
  float: left;
  font-size: 24px;
  color: #626262;
  font-weight: 600;
  width: 326px;
  margin-top: 15px;
}

.package .description {
  font-size: 13px;
  height: 32px;
  margin-left: 10px;
  margin-top: 60px;
}

.package .price, .equipment-item .price, .montage-item .price, .abonent-service-item .price {
  position: absolute;
  right: 0;
  top: 8px;
  background: #f0f0f0;
  text-align: center;
  font-size: 22px;
  color: #919191;
  font-weight: 600;
  padding: 7px;

}

.equipment-popup-wrapper .price {
  position: absolute;
  top: 0px;
  background: #f0f0f0;
  text-align: center;
  font-size: 22px;
  color: #919191;
  font-weight: 600;
  padding: 7px;
}

.equipment-popup-wrapper {
  position: relative;
}

.equipment-item .price, .montage-item .price, .abonent-service-item .price {
  width: 138px;
}


.package:hover .price, .equipment-popup-wrapper .price, .montage-item:hover .price, .equipment-item:hover .price,
.abonent-service-item:hover .price
{
  color: #fff;
  background: #135d96;
  transition: background-color 1s linear;
}

.package.selected .connect, .equipment-popup.selected .connect, .equipment-item.selected .connect,
.montage-item.selected .connect
{
  background: #a6a6a6; /* Old browsers */
  background: -moz-linear-gradient(top,  #a6a6a6 0%, #7cafd6 0%, #6588a2 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(0%,#7cafd6), color-stop(100%,#6588a2)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6a6a6 0%,#7cafd6 0%,#6588a2 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6a6a6 0%,#7cafd6 0%,#6588a2 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6a6a6 0%,#7cafd6 0%,#6588a2 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a6a6a6 0%,#7cafd6 0%,#6588a2 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#6588a2',GradientType=0 ); /* IE6-9 */
}

.equipment-popup-wrapper .connect, .package .connect, .equipment-item .connect, .montage-item .connect {
  float: left;
  border: 2px solid #fff;
  border-radius: 21px;
  text-align: center;
  font-size: 18px;
  font-family: arial;
  margin: 4px 0 0 14px;
  width: 160px;
  height: 42px;
  color: #fff;
  text-shadow: 0px 2px 3px #555;
  position: absolute;
  right: 13px;
  bottom: 13px;
  background: #a6a6a6; /* Old browsers */
  background: -moz-linear-gradient(top,  #a6a6a6 0%, #dadada 0%, #a5a5a5 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(0%,#dadada), color-stop(100%,#a5a5a5)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6a6a6 0%,#dadada 0%,#a5a5a5 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6a6a6 0%,#dadada 0%,#a5a5a5 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6a6a6 0%,#dadada 0%,#a5a5a5 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a6a6a6 0%,#dadada 0%,#a5a5a5 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#a5a5a5',GradientType=0 ); /* IE6-9 */
}

.equipment-popup-wrapper:hover .connect, .package:hover .connect, .equipment-item:hover .connect,
.montage-item:hover .connect
{
  background: #a6a6a6; /* Old browsers */
  background: -moz-linear-gradient(top,  #a6a6a6 0%, #e3103c 0%, #ac1b39 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a6a6a6), color-stop(0%,#e3103c), color-stop(100%,#ac1b39)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #a6a6a6 0%,#e3103c 0%,#ac1b39 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #a6a6a6 0%,#e3103c 0%,#ac1b39 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #a6a6a6 0%,#e3103c 0%,#ac1b39 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #a6a6a6 0%,#e3103c 0%,#ac1b39 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a6a6a6', endColorstr='#ac1b39',GradientType=0 ); /* IE6-9 */
}

.package.selected .connect label, .equipment-popup.selected .connect label, .equipment-item.selected .connect label,
.montage-item.selected .connect label
{
  background: url(../img/selected.png) no-repeat 15px center; cursor: pointer;
}

.equipment-popup-wrapper .connect label, .package .connect label, .equipment-item .connect label,
.montage-item .connect label
{
  padding-top: 10px;
  display: block;
  width: 140px;
  padding-left: 20px;
  height: 32px;
  background: url(../img/select.png) no-repeat 18px center;
  cursor: pointer;
}

.cart-link {
  display: none;
}

a.package-popup-trigger, a.equipment-popup-trigger {
  text-decoration: none;
  color: #4953b9;
  border-bottom: 1px dashed #4953b9;
}

.package .popup-link {
  position: absolute;
  left: 145px;
  bottom: 29px;
  width: 326px;
}

.package-popup-h2, .package-popup-h2 {
  padding: 15px;
  color: #626262;
  background: #f7f7f7;
  font-size: 22px;
  margin: 0;
}

.package-popup .title {
  width: 210px;
  height: 20px;
  padding: 8px 6px;
  color: #fff;
  font-size: 13px;
  background: #4387c8;
  font-family: arial;
  font-weight: bold;
  margin: 8px 0;
}

/* --- */

.channels {
  float: left;
  width: 1000px;
}

.channels h2 {
  margin: 0 0 0px 0;
}

/* --- */

.ul.main {
  clear: both;
  float: left;
  margin: 0 0 0 10px;
  list-style: none;
}

ul.main ul.level1 {
  float: left;
  margin: 0 0 0 30px;
  list-style: none;
}

ul.main ul.level1 li {
  margin: 5px 0 0 0;
}

ul.main ul.level2 {
  float: left;
  margin: 0 0 0 30px;
  list-style: none;
}

/* --- */

.order-on-page {
  border: none;
  float: right;
  margin: 0 0 10px 0px;
  padding: 0px;
  width: 315px;
  height:330px;
  overflow: hidden;
  word-wrap: break-word;
}

.order-on-page h1.order-title{
  margin: 0;
  display: block;
  text-align: center;
  background: #07436d; /* Old browsers */
  background: -moz-linear-gradient(left,  #07436d 0%, #87a4b8 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#07436d), color-stop(100%,#87a4b8)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #07436d 0%,#87a4b8 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #07436d 0%,#87a4b8 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #07436d 0%,#87a4b8 100%); /* IE10+ */
  background: linear-gradient(to right,  #07436d 0%,#87a4b8 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#07436d', endColorstr='#87a4b8',GradientType=1 ); /* IE6-9 */
  color: #fff;
  font-family: arial;
  font-size: 24px;
  font-weight: normal;
  padding: 15px 5px;
}

.order-on-page .order-content {
  border: #e4e4e4 solid 1px;
  padding: 5px 20px 20px 20px;
  background: #ffffff; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffffff 0%, #d3e1eb 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#d3e1eb)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffffff 0%,#d3e1eb 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffffff 0%,#d3e1eb 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffffff 0%,#d3e1eb 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffffff 0%,#d3e1eb 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#d3e1eb',GradientType=0 ); /* IE6-9 */
  color: #494949;
  font-size: 14px;
  font-family: arial;
  text-align: center;
  height: 245px;
}

.order-on-page .order-content .order-heading {
  margin-bottom: 15px;
}

.cart-panel .order-btn, .order-on-page .order-content .buttons input {
  cursor: pointer;
  width: 250px;
  border:#fff 2px solid;
  border-radius: 20px;
  height: 40px;
  background: #eb0e3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #eb0e3d 0%, #b21a3a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0e3d), color-stop(100%,#b21a3a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eb0e3d 0%,#b21a3a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0e3d', endColorstr='#b21a3a',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-family: arial;
  font-size: 20px;
  text-shadow:  0px 2px 3px #555;
  margin-top: 15px;
}

.cart-panel .order-btn, .order-on-page .order-content .buttons input:hover {
  cursor: pointer;
  width: 250px;
  border: #fff 2px solid;
  border-radius: 20px;
  height: 40px;
  background: #eb0e3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #eb0e3d 0%, #b21a3a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0e3d), color-stop(100%,#b21a3a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eb0e3d 0%,#b71e0a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0e3d', endColorstr='#b21a3a',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-family: arial;
  font-size: 20px;
  text-shadow:  0px 2px 3px #555;
  margin-top: 15px;
  box-shadow: #cacaca 1px 1px 1px 1px;
}

.order-on-page .order-content .control input {
  width: 250px;
  height: 40px;
  font-size: 22px;
  padding: 0 10px;
  margin: 3px 0;
}

.info-popup {
  position: fixed;
  z-index: 9000;
  left: 50%;
  top: 200px;
  width: 800px;
  padding: 20px;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top,  #fafafa 0%, #cedce6 100%, #cedce6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#cedce6), color-stop(100%,#cedce6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cedce6',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e4e4e4;
  color: #000;
  overflow: auto;
}

.order-popup {
  position: fixed;
  z-index: 1005;
  left: 50%;
  top: 100px;
  height: 360px;
  width: 500px;
  padding: 20px;
  background: #fafafa; /* Old browsers */
  background: -moz-linear-gradient(top,  #fafafa 0%, #cedce6 100%, #cedce6 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#fafafa), color-stop(100%,#cedce6), color-stop(100%,#cedce6)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #fafafa 0%,#cedce6 100%,#cedce6 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fafafa', endColorstr='#cedce6',GradientType=0 ); /* IE6-9 */
  border: 1px solid #e4e4e4;
  color: #000;
  overflow: auto;
}

.order-popup h1 {
  color: #494949;
  font-family: arial;
  font-size: 18px;
  font-weight: normal;
  display: block;
  margin-bottom: 30px;
}
.order-popup .order-heading {
  margin-top: 10px;
  color: #494949;
  font-size: 14px;
  font-family: arial;
}

.order-popup .order-content {

  padding: 20px 0;
  width: 100%;
  height: 160px;
  font-size: 18px;
  font-weight: 600;
  float: left;
}

.order-popup .order-form .field {
  margin: 0 0 10px 20px;
  float: left;
  line-height: 31px;
}

.order-popup .order-form .field .label {
  vertical-align: middle;
  font-size: 15px;
  font-family: Arial;
  font-weight: 600;
  height: 31px;
  line-height: 31px;
}

.order-popup .order-form .field .control input[type=text] {
  font-size: 22px;
  padding: 0 5px;
  width: 430px;
  height: 50px;
}

.order-popup .order-form .field .control select {
  width: 440px;
  height: 50px;
}

.order-popup .order-form .buttons {
  margin-top: 30px;
  text-align: center;
}

.order-popup .order-form .buttons input[type=submit] {
  cursor: pointer;
  width: 250px;
  border: #fff 2px solid;
  border-radius: 20px;
  height: 50px;
  background: #eb0e3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #eb0e3d 0%, #b21a3a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0e3d), color-stop(100%,#b21a3a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eb0e3d 0%,#b21a3a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0e3d', endColorstr='#b21a3a',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-family: arial;
  font-size: 20px;
  text-shadow:  0px 2px 3px #555;
  margin-top: 0px;
}

.order-popup .order-form .buttons input[type=submit]:hover {
  cursor: pointer;
  width: 250px;
  border: #fff 2px solid;
  border-radius: 20px;
  height: 50px;
  background: #eb0e3d; /* Old browsers */
  background: -moz-linear-gradient(top,  #eb0e3d 0%, #b21a3a 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#eb0e3d), color-stop(100%,#b21a3a)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #eb0e3d 0%,#b21a3a 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #eb0e3d 0%,#b71e0a 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0e3d', endColorstr='#b21a3a',GradientType=0 ); /* IE6-9 */
  color: #fff;
  font-family: arial;
  font-size: 20px;
  text-shadow:  0px 2px 3px #555;
  margin-top: 0px;
  box-shadow: #cacaca 1px 1px 1px 1px;
}

.order-form .errors, .order-form2 .errors {
  color: #ff0000;
  float:left;
  list-style: none;
  font-size: 13px;
  font-family:'Arial';
}

/* --- */

.cart-panel {
  /*overflow: hidden;*/
  color: #fff;
  position: static;
  bottom: 0;
  width: 1200px;
  z-index: 9999;
  font-family: arial;
  font-size: 13px;
}

#cart_panel_content {
  position: relative;
  background: #4387c8;
  width: 1200px;
  min-height:100px;
}

.cart-panel a {
  color: #fff;
}

.cart-panel .block {
  float: left;
  min-height: 60px;
  width: 200px;
  padding: 25px 10px 15px 80px;
}

.cart-panel #cart_tvpackage {
  background: url(../img/cart-tvpackage.png) no-repeat 20px center;
}

.cart-panel #cart_equipment {
  background: url(../img/cart-equipment.png) no-repeat 20px center;
}

.cart-panel #cart_montage {
  background: url(../img/cart-montage.png) no-repeat 15px center;
}

.cart-panel .block .headerlink {
  margin-bottom: 6px;
}

.cart-panel .block a {
  font-weight:bold;
}

.cart-panel  {
  float: none;
  padding: 0;
}
.cart-panel h2 {
  display: block;
  background: #4387c8 url(../img/plate.png) no-repeat 365px bottom;
  padding: 10px 8px;
  color: #fff;

}
.cart-popup-content {
padding:10px;
font-size:16px;
}
.cart-panel .order-btn {
  padding: 0;
  width: 360px;
  font-size: 20px;
  position: absolute;
  right: 15px;
  margin-top: 15px;
  height: 70px;
  min-height: 70px;
}

.cart-panel .order-btn a {
  text-decoration: none;
display: block;
padding: 15px 0 0 45px;
position: relative;
font-size: 30px;
}

/* --- */

.cart-popup {
  display: none;
  position: absolute;
  z-index: 1210;
  overflow: hidden;
  background: #fff;
  color: #000;
  border: 1px solid #4387c8;
  margin: 0;

  width: 400px;
  overflow: visible;
}

.cart-popup a { color: #4953b9; }

.cart-popup ul { margin: 0; }

.cart-popup ul li {
  list-style: none;
  line-height: 2em;
}

/* --- */

.equipment-list, .montage-list, .abonent-service-list, .actions-list {
  width: 1200px;
  margin-top: 35px;
}

.equipment-item .image, .abonent-service-item .image {
  float: left;
  padding: 0px 30px 0px 10px;
  width: 173px;
  height: 164px;
}

.montage-item img, .abonent-service-item img {
  float: left;
  padding: 0px 10px 0px 10px;
  width: 173px;
  height: 164px;
}

.equipment-item img {
  float: left;
  padding: 0px 30px 0px 10px;
  width: 173px;
  height: 164px;
}

.equipment-item, .montage-item, .abonent-service-item {
  float: left;
  padding: 10px 0;
  width: 1180px;
  background: #fcfcfc;
  position: relative;
  min-height: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
}

.actions-item {
  float: left;
  padding: 10px 0;
  width: 1180px;
  background: #fcfcfc;
  position: relative;
  min-height: 100px;
  margin-left: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #f0f0f0;

}
.actions-item img{
  float:left;
}

.equipment-item .title, .montage-item .title, .abonent-service-item .title, .actions-item .title {
  color: #626262;
  font-size: 22px;
  font-weight: 600;
  margin-bottom: 10px;
  font-family: arial;
  width:1000px;
}

.equipment-item .description, .montage-item .description, .abonent-service-item .description, .actions-item .description {
  color: #727272;
  font-family: arial;
  font-size: 14px;
  margin: 0;
  padding-bottom: 10px;
  padding-top: 5px;
}

.equipment-item .link, .montage-item .link, .abonent-service-item .link {
  position: absolute;
  left: 212px;
  bottom: 15px;
  width: 326px;
}

.equipment-item .link a, .montage-item .link a, .abonent-service-item .link a {
  text-decoration: none;
  color: #4953b9;
  border-bottom: 1px dashed #4953b9;
}


/* --- */

.yashare-auto-init {
  position: absolute;
  left: 820px;
}

.page404 {
  font-size: 17px;
  text-align: center;
  width: 800px;
  margin: 120px auto;
}

.map-on-page {
  float: left;
  width: 100%;
  height: 353px;
}


/* --- */

ul.sitemap {
  list-style: none;
  line-height: 1.5em;
  margin-left: 10px;
  margin-bottom: 20px;
}

ul.sitemap li.level1 { margin-left: 30px; }

ul.sitemap li.level2 { margin-left: 60px; }

ul.sitemap li.level3 { margin-left: 90px; }

/* --- */

.footer {
  margin: 0 auto;
  width: 100%;
  height: 105px;
  overflow: hidden;
  padding-top:30px;
  background: #135d96 url(../img/logo-footer.png) center center no-repeat;
  color: #fff;
  font-size: 13px;
  font-family: Arial;
  line-height: 18px;
}

.footer a {
  color: #fff;
  text-decoration: underline;
}
.footer a:hover {
  color: #fff;
  text-decoration: none;
}

.footer div#li-counter {
  float: right;

}
.footer div#li-counter img{
  padding-right:10px;

}
.footer-text2 {
    text-align:right;
    padding-right:10px;
}
.footer-text1, .footer-text2 {
  height:100px;
  width:420px;
  padding: 0 10px 0 10px;
}
