/*FONTS*/
@font-face {
    font-family: 'Ubuntu';
    src: url('../fonts/Ubuntu/Ubuntu.eot?') format('eot'), 
         url('../fonts/Ubuntu/Ubuntu.woff') format('woff'), 
         url('../fonts/Ubuntu/Ubuntu.ttf')  format('truetype'),
         url('../fonts/Ubuntu/Ubuntu.svg#Ubuntu') format('svg');
}
@font-face {
    font-family: 'ArialBlack';
    src: url('../fonts/ArialBlack/ArialBlack.eot?') format('eot'), 
         url('../fonts/ArialBlack/ArialBlack.woff') format('woff'), 
         url('../fonts/ArialBlack/ArialBlack.ttf')  format('truetype'),
         url('../fonts/ArialBlack/ArialBlack.svg#ArialBlack') format('svg');
}
@font-face {
    font-family: 'EuropeExt';
    src: url('../fonts/EuropeExt/EuropeExt.eot?') format('eot'), 
         url('../fonts/EuropeExt/EuropeExt.woff') format('woff'), 
         url('../fonts/EuropeExt/EuropeExt.ttf')  format('truetype'),
         url('../fonts/EuropeExt/EuropeExt.svg#EuropeExt') format('svg');
}
@font-face {
    font-family: 'EuropeExtBold';
    src: url('../fonts/EuropeExtBold/EuropeExtBold.eot?') format('eot'), 
         url('../fonts/EuropeExtBold/EuropeExtBold.woff') format('woff'), 
         url('../fonts/EuropeExtBold/EuropeExtBold.ttf')  format('truetype'),
         url('../fonts/EuropeExtBold/EuropeExtBold.svg#EuropeExtBold') format('svg');
}
@font-face {
    font-family: 'HeliosExt';
    src: url('../fonts/HeliosExt/HeliosExt.eot?') format('eot'), 
         url('../fonts/HeliosExt/HeliosExt.woff') format('woff'), 
         url('../fonts/HeliosExt/HeliosExt.ttf')  format('truetype'),
         url('../fonts/HeliosExt/HeliosExt.svg#HeliosExt') format('svg');
}
@font-face {
    font-family: 'HeliosExtLight';
    src: url('../fonts/HeliosExtLight/HeliosExtLight.eot?') format('eot'), 
         url('../fonts/HeliosExtLight/HeliosExtLight.woff') format('woff'), 
         url('../fonts/HeliosExtLight/HeliosExtLight.ttf')  format('truetype'),
         url('../fonts/HeliosExtLight/HeliosExtLight.svg#HeliosExtLight') format('svg');
}

/*RESET*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address,
del, dfn, img, ins, kbd, q, s, samp,
small, tt, var, center,
fieldset, form, label, legend, caption,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  }
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
  display: block;
}
body {
  line-height: 1;
  background: #fff url('../images/bg.png');
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/*ALL*/
html,body{
  width: 100%;
  height: 100%;
}
.wrapper{
  min-height: 100%;
  height: auto !important;
  height: 100%;
}
.container{
  width: 960px;
  margin: 0 auto;
  position: relative;
}
.clrfix:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
*:first-child+html .clrfix {
  zoom: 1;
}
.clr{
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.active a{
  cursor: default;
}

a,img{
	outline: none;
}

/*BUTTONS*/
.scroll-top{
  position: fixed;
  top: 0;
  left: 50px;
  display: none;
  z-index: 997;
}
.scroll-top p{
  margin: 0 !important;
}
.scroll-top a{
  display: block;
  padding: 15px 30px 15px 15px;
  color: #2d2d2d !important;
  text-decoration: none;
  background: #ccc url('../images/scroll-top.png') no-repeat right 24px;
  border-radius: 0 0 10px 10px;
  -moz-border-radius: 0 0 10px 10px;
  -webkit-border-radius: 0 0 10px 10px;
  box-shadow: 1px 1px 2px #ccc;
}
.scroll-top a:hover{
  background: #a5a5a5 url('../images/scroll-top.png') no-repeat right 24px;
}
#question{
  display: block;
  width: 33px;
  height: 191px;
  background: url('../images/question.png') no-repeat left top;
  position: fixed;
  top: 250px;
  z-index: 997;
}
#question:hover{
  background-position: right top;
}
.btn1{
  display: inline-block;*display:inline;zoom:1;
  font: bold 25px/31px Arial;
  color: #fff !important;
  padding: 0 10px;
  cursor: pointer;
  text-decoration: none;
  border-radius: 25px;
  -moz-border-radius: 25px;
  -webkit-border-radius: 25px;
  border: 4px solid #B6B6B6;
  background: -moz-linear-gradient(270deg, #ffcb3d 0%, #ff8d00 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, 270deg, color-stop(0%, #ffcb3d), color-stop(100%, #ff8d00));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(270deg, #ffcb3d 0%, #ff8d00 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(270deg, #ffcb3d 0%, #ff8d00 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(270deg, #ffcb3d 0%, #ff8d00 100%);/* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb3d', endColorstr='#ff8d00', GradientType='1'); /* for IE */
  background: linear-gradient(180deg, #ffcb3d 0%, #ff8d00 100%);/* W3C */
}
.btn1:hover{
  background: -moz-linear-gradient(90deg, #ffcb3d 0%, #ff8d00 100%);/* FF3.6+ */
  background: -webkit-gradient(linear, 90deg, color-stop(0%, #ffcb3d), color-stop(100%, #ff8d00));/* Chrome,Safari4+ */
  background: -webkit-linear-gradient(90deg, #ffcb3d 0%, #ff8d00 100%);/* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(90deg, #ffcb3d 0%, #ff8d00 100%);/* Opera 11.10+ */
  background: -ms-linear-gradient(90deg, #ffcb3d 0%, #ff8d00 100%);/* IE10+ */
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffcb3d', endColorstr='#ff8d00', GradientType='0'); /* for IE */
  background: linear-gradient(0deg, #ffcb3d 0%, #ff8d00 100%);/* W3C */
}


.btn2{
  display: inline-block;*display:inline;zoom:1;
  border: 0px !important;
  font: bold 14px/31px Arial;
  color: #fff !important;
  padding: 0 10px;
  text-decoration: none;
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  text-align: center;
  background: #ffae58; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffae58 0%, #ff7f2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae58), color-stop(100%,#ff7f2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffae58 0%,#ff7f2d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae58', endColorstr='#ff7f2d',GradientType=0 ); /* IE6-9 */
}
.btn2:hover{
  background: #ff7f2d; /* Old browsers */
  background: -moz-linear-gradient(top,  #ff7f2d 0%, #ffae58 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ff7f2d), color-stop(100%,#ffae58)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ff7f2d 0%,#ffae58 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ff7f2d 0%,#ffae58 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ff7f2d 0%,#ffae58 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ff7f2d 0%,#ffae58 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff7f2d', endColorstr='#ffae58',GradientType=0 ); /* IE6-9 */
}

/*placeholder*/
input::-webkit-input-placeholder { /*аббаПаПаИбаОаВаАбб ббаИаЛаИ аДаЛб placeholder аНаЕаЛбаЗб - аПаОаЛаОаМаАаЕббб*/
  color: #555;
  font: 14px 'Ubuntu', sans-serif;
}
input:-moz-placeholder {
  color: #555;
  font: 14px 'Ubuntu', sans-serif;
}
.placeholder {
  color: #555;
  font: 14px 'Ubuntu', sans-serif;
}

/*FORMS*/
.form-bg{
  display: none;
  width: 100%;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  background: #000;
  opacity: 0.7;
  filter: alpha(opacity=70);
  position: fixed;
  z-index: 998;
}
.form-close{
  display: block;
  width: 42px;
  height: 42px;
  background: url('../images/close.png') no-repeat left top;
  cursor: pointer;
  position: absolute;
  top: -18px;
  right: -18px;
}
.form-close:hover{
  background-position: left bottom;
}
.hide-form{
  display: none;
  width: 24%;
  position: fixed;
  top: 100px;
  left: 38%;
  right: 38%;
  border: 3px solid #346799;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  box-shadow: 1px 1px 5px #666;
  padding: 2% 2% 1%;
  background: #fff;
  z-index: 999;
  font: 14px 'Ubuntu', sans-serif;
}
.hide-form form{
  display: none;
}
.hide-form ul{
  padding: 0;
  margin: 0 0 10px;
  list-style: none;
}
.hide-form li{
  display: block;
  margin: 20px 0 0;
  text-align: center;
}
.hide-form ul li:first-child{
  margin: 0;
}
.hide-form label{
  display: none;
}
.hide-form input[type='text'],
.hide-form input[type='password'],
.hide-form textarea{
  width: 98%;
  padding: 1% 5px;
  border: 1px solid #ccc;
  background: #fff;
}
.hide-form .invalid{
  border: 1px solid #ff0000 !important;
  transition: border 1s;
  -o-transition: border 1s;
  -webkit-transition: border 1s;
}
.hide-form .focused{
  /* border: 1px solid #666 !important; */
}
.hide-form textarea{
  resize: vertical;
  height: 100px;
  font: 14px 'Ubuntu', sans-serif;
}
.hide-form .btn1{
  text-transform: none;
}
.hide-form .status{
  text-align: center;
  color: #ff0000;
}
.subj{
  display: none;
}


.static-form .status{
  text-align: center;
  display: none;
  color: red;
  font: bold 14px/31px Arial;
}
.promo .status .ok,
.form-serv .status .ok,
.pr-hide .status .ok{
  color: #fff;
}
.action-form .status{
  font: bold 17px/31px Arial;
}
.action-form .status .ok,
.price-form .status .ok,
.calc-back .ok{
  color: green;
}
.static-form .invalid{
  border: 1px solid red !important;
}

/*TEXT*/
.small{
  font: bold 15px 'Ubuntu';
  color: #35679a;
}
.alignleft{
  float: left;
}
.alignright{
  float: right;
}
.centered{
  text-align: center;
}
.content{
  padding: 30px 0 215px;
  font: 18px 'Ubuntu',sans-serif;
  background: url('../images/separator.png') no-repeat center top;
}
.page-153 .content,
.page-152 .content{
    padding: 30px 0 60px;
}
#_home_ .content{
  background: none;
}
.content a{
  color: #6b6b6b;
}
.content a:hover{
  color: #346799;
  text-decoration: none;
}
a.unlink{
  color: #9B9B9B;
  cursor: default;
}
a.unlink:hover{
  color: #9B9B9B;
  text-decoration: underline;
}
.arrow{
  display: inline-block;*display:inline;zoom:1;
  font: 16px 'Ubuntu';
  text-decoration: underline;
  color: #6f6f6f;
  background: url('../images/arrow2.png') no-repeat right center;
  padding: 0 25px 0 0;
}
a.arrow:hover{
  color: #346799;
  text-decoration: none;
}
.content p{
  margin: 15px 0;
}
.content h1{
  font: 30px/26px 'EuropeExtBold';
  color: #ff6900;
  margin: 0 0 25px;
}
.content h2{
  font: bold 24px/24px 'EuropeExtBold';
  color: #ff6900;
  margin: 0 0 25px;
}
h2.ready-it{
  background: url('../images/box.png') no-repeat left center;
  padding: 0 0 10px 80px;
}
.orange{
    color: #ff6900;
}
strong.orange{
  font-size: 30px;
}
h1.rocket{
  background: url('../images/rocket.png') no-repeat left center;
  padding: 0 0 10px 80px;
}
.content h3{
  font: bold 20px 'EuropeExtBold';
  color: #4d4d4d;
  margin: 0 0 15px;
}
.content h4{
  font: bold 16px 'Ubuntu';
  color: #4d4d4d;
  margin: 0 0 15px;
}
.content h5,
.content h6{
  font: 16px 'Ubuntu';
  color: #ff6900;
  margin: 0 0 15px;
}
.bullet-list{
  list-style: none;
  padding: 0 0 0 15px;
}
.bullet-list li{
  display: block;
  background: url('../images/bullet.png') no-repeat left 8px;
  padding: 0 0 0 25px;
  margin: 0 0 5px;
}
.tick-list{
  list-style: none;
  padding: 0 0 0 15px;
}
.tick-list li{
  display: block;
  margin: 0 0 15px;
  padding: 0 0 0 25px;
  background: url('../images/tick.png') no-repeat left 5px;
}

/*HEADER*/
header{
  overflow: hidden;
  margin: 0 0 0px 0;
}
.logo{
  margin: 25px 0 0 0;
  float: right;
}
.logo a{
  display: block;
  width: 337px;
  height: 119px;
  background: url('../images/logo.png') no-repeat;
  text-indent: -9999px;
}
.logo i{
  display: block;
  font: 14px 'Ubuntu',sans-serif;
  color: #4C4C4C;
  margin: -50px 0 50px 100px;
  text-align: center;
}
header .phone{
  font: 35px 'ArialBlack';
  color: whitesmoke;
  padding: 0 0 0 45px;
  position: relative;
  top: 5px;
  background: url('../images/phone.png') no-repeat left bottom; 
}
#enter{
  display: block;
  width: 58px;
  height: 59px;
  background: url('../images/enter.png') no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  font: bold 14px/70px Tahoma;
  color: #fff;
  text-align: center;
  text-decoration: none;
}
#enter:hover{
  background-position: left bottom;
}

/*TOP MENU*/
nav{
  position: absolute;
  top: 24px;
  right: 0;
}
nav ul{
  margin: 0;
  padding: 0;
}
nav li{
  display: inline;
  margin: 0 10px;
}
nav a{
  font: 12px 'Ubuntu' !important;
  color: #6f6f6f;
}
nav a:hover,
nav .active a{
  color: #346799;
  text-decoration: none;
}

/*ааБбаАбаНбаЙ аЗаВаОаНаОаК*/
.callback-wp{
  position: absolute;
  top: 30px;
  right: 30px;
  text-align: center;
}

/*ааааЎ - аЃаЁааЃаа*/
.serv-menu{
  position: absolute;
  top: 90px;
  left: 408px;
  margin: 0;
  padding: 0;
}
.serv-menu li{
  display: block;
  float: left;
  width: 180px;
}
.serv-menu a{
  display: block;
  font: bold 17px 'Ubuntu';
  color: #6f6f6f;
  text-transform: lowercase;
}
.serv-menu li:first-child{
  width: 235px;
  margin: 0 60px 0 0;
}
.serv-menu a:hover,
.serv-menu .active a{
  color: #346799;
  text-decoration: none;
}

/*аЁаааааа */
.slider-wrap{
  display: block;
  width: 100%;
  padding: 2px 0;
  background: #fff;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
}
.slider-wrap>div{
  width: 100%;
  height: 296px;
  background: url('../images/pattern.png');
}
.slider-wrap>div>div{
background: -moz-linear-gradient(top,  rgba(0,0,0,0.35) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.35) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.35)), color-stop(35%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.35))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.35) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.35) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.35) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.35) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.35) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#59000000', endColorstr='#59000000',GradientType=0 ); /* IE6-9 */

}
.slider-left{
  float: left;
}
.slider-left.width315{
  width: 315px;
}
.slider-left.width663{
  width: 663px;
}
.slider-left ul,
.slider-left li{
  margin: 0;
  padding: 0;
  list-style: none;
}

.promo{
  width: 585px;
  height: 256px;
  float: right;
  margin: 0 10px 0 0;
  font: 18px/28px 'Ubuntu';
  color: #fff;
  padding: 30px 0 10px;
}
.slider-wrap h2{
  font: 30px/26px 'EuropeExtBold';
}
.promo-slider-title h2{
  white-space: nowrap;
}
.promo h2,
.promo-slider-title h2{
  color: #ff8738;
}
.promo-slider li{
  display: none;
}
.promo-slider li:first-child{
  display: block;
}
.promo .more{
  display: block;
  margin: 10px 0 0;
  float: right;
  padding: 0 30px 0 0;
  background: url('../images/arrow.png') no-repeat right center;
  font-size: 14px;
  color: #fff;
}
.promo .more:hover{
  text-decoration: none;
}

/*аЁбаБаМаЕаНб*/
.submenu{
  width: 100%;
  background: #346799;
  margin: 0 0 55px;
  position: relative;
}
.submenu .dropdown{
  padding: 2px 0 3px;
  margin: 0;
}
.submenu .dropdown li{
  display: block;
  float: left;
  margin: 0 0 0 26px;
}
.submenu .dropdown li:first-child{
  margin: 0;
}
.submenu .dropdown a{
  display: block;
  height: 70px;
  font: 19px 'Ubuntu';
  color: #fff;
  padding: 23px 0 0 75px;
  background: url('../images/submenu.png') no-repeat left top;
}
.submenu .dropdown a:hover{
  text-decoration: none;
}
.submenu .item-109 a{
  background-position: left 13px;
  width: 125px;
}
.submenu .item-109 i{
  left: 100px;
}
.submenu .item-110 a{
  background-position: left -90px;
  width: 150px;
}
.submenu .item-110 i{
  left: 115px;
}
.submenu .item-111 a{
  background-position: left -191px;
  width: 140px;
}
.submenu .item-111 i{
  right: 340px;
}
.submenu .item-112 a{
  background-position: left -288px;
  width: 167px;
}
.submenu .item-112{
  border-radius: 11px;
  -moz-border-radius: 11px;
  -webkit-border-radius: 11px;
  background: #ffae58; /* Old browsers */
  background: -moz-linear-gradient(top,  #ffae58 0%, #ff7f2d 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffae58), color-stop(100%,#ff7f2d)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ffae58 0%,#ff7f2d 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ffae58 0%,#ff7f2d 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffae58', endColorstr='#ff7f2d',GradientType=0 ); /* IE6-9 */
}
.submenu .item-112 i{
  right: 100px;
}
.submenu .hide{
  display: none;
  position: absolute;
  width: 580px;
  padding: 10px;
  top: 102px;
  background: #fff;
  border: 2px solid #FFa23f;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 998;
  font: 16px 'Ubuntu';
}
.submenu .item-111 .hide,
.submenu .item-112 .hide{
  right: 0;
}
.submenu ul .hide i{
  display: block;
  width: 20px;
  height: 11px;
  background: url('../images/el3.png') no-repeat;
  position: absolute;
  top: -11px;
  z-index: 999;
}

/*аЁаПаИбаОаК ббаЛбаГ аНаА аГаЛаАаВаНаОаЙ*/
.services-list{
  margin: 0;
  padding: 0;
  list-style: none;
}
.services-list img{
  display: block;
}
.services-list ul{
  margin: 0;
  padding: 0;
  list-style: none;
  overflow: hidden;
  position: relative;
  margin: 0 0 10px;
}
.services-list ul:after{
  content: "";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
.services-list>li>ul>li{
  display: block;
  float: left;
  margin: 0 5px 0;
}
ul.serv-links-list{
	float: left;
	margin: 10px 0 0;
}
.serv-links-list li{
	display: inline;
	margin: 0 15px 0 0;
}
.serv-links-list li a{
	color: #346799;
	font-size: 14px;
}

/*аЁаЛаАаЙаДаЕб - аКаЛаИаЕаНбб*/
.clients{
  background: url('../images/separator.png') no-repeat center top;
}
.clients>div{
  height: 100px;
  position: relative;
  background: url('../images/separator.png') no-repeat center bottom;
}
.clients button{
  display: block;
  position: absolute;
  top: 40px;
  width: 21px;
  height: 26px;
  border: none;
  cursor: pointer;
  background: url('../images/clients-nav.png') no-repeat;
  z-index: 997;
  text-indent: -9999px;
}
.clients button.prev{
  background-position: left top;
  left: 0;
}
.clients button.prev:hover{
  background-position: left bottom;
}
.clients button.next{
  background-position: right top;
  right: 0;
}
.clients button.next:hover{
  background-position: right bottom;
}
.clients ul{
  position: relative;
  margin: 0;
  padding: 0;
  text-align: center;
}
.clients ul:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.clients li{
  display: inline-block;*display:inline;zoom:1;
  position: relative;
  text-align: center;
  margin: 0 15px;
}
.clients li img{
  display: inline-block;*display:inline;zoom:1;
  cursor: pointer;
  vertical-align: middle;
}
.clients .inner{
  position: relative;
  display: none;
  padding: 0 21px;
}
.clients .inner:first-child{
  display: block;
}
.clients .hide{
  display: none;
  position: absolute;
  width: 300px;
  padding: 10px;
  background: #fff;
  border: 2px solid #FFa23f;
  border-radius: 10px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  z-index: 996;
  font: 16px 'Ubuntu';
}
.clients .hide p{
  margin: 0;
}
.clients li i{
  display: block;
  width: 20px;
  height: 11px;
  background: url('../images/el4.png') no-repeat;
  position: absolute;
  bottom: -11px;
  z-index: 997;
}

/*ааааааааааЎааааа*/
.page-143 .content.container,
.page-150 .content.container,
.page-151 .content.container,
.page-152 .content.container,
.page-153 .content.container{
  width: 100%;
  background: none;
}
.page-143 .slider-wrap>div,
.page-150 .slider-wrap>div,
.page-151 .slider-wrap>div,
.page-152 .slider-wrap>div,
.page-153 .slider-wrap>div{
  height: 343px;
}
.slider-wrap>div>div{
  background: -moz-linear-gradient(top,  rgba(0,0,0,0.2) 0%, rgba(0,0,0,0) 35%, rgba(0,0,0,0) 70%, rgba(0,0,0,0.2) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0.2)), color-stop(35%,rgba(0,0,0,0)), color-stop(70%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.2))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.2) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.2) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.2) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,0,0,0.2) 0%,rgba(0,0,0,0) 35%,rgba(0,0,0,0) 70%,rgba(0,0,0,0.2) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#33000000', endColorstr='#33000000',GradientType=0 ); /* IE6-9 */

}
.page-143 .clients-wrap,
.page-150 .clients-wrap,
.page-151 .clients-wrap,
.page-152 .clients-wrap,
.page-153 .clients-wrap{
  margin: 0 0 50px;
}
.page-143 .slider-wrap .container,
.page-150 .slider-wrap .container,
.page-151 .slider-wrap .container,
.page-152 .slider-wrap .container,
.page-153 .slider-wrap .container{
  height: 318px;
  padding: 25px 0 0;
  position: relative;
}
.tab-slider h2{
  color: #FFA856;
}
.page-143 .slider-left,
.page-150 .slider-left,
.page-151 .slider-left,
.page-152 .slider-left,
.page-153 .slider-left{
  position: absolute;
  left: 0;
  bottom: 16px;
}
.page-143 .promo,
.page-150 .promo,
.page-151 .promo,
.page-152 .promo,
.page-153 .promo{
  width: 260px;
  padding: 0;
  margin: 0;
  height: auto;
}
.page-143 .promo ul,
.page-150 .promo ul,
.page-151 .promo ul,
.page-152 .promo ul,
.page-153 .promo ul{
  margin: 0 0 0;
  padding: 0;
}
.page-143 .promo li,
.page-150 .promo li,
.page-151 .promo li,
.page-152 .promo li,
.page-153 .promo li{
  display: block;
  text-align: center;
  list-style: none;
  margin: 0 0 15px;
}
.page-143 .promo p,
.page-150 .promo p,
.page-151 .promo p,
.page-152 .promo p,
.page-153 .promo p{
  color: #ffeaab;
  font-size: 15px;
  line-height: 24px;
  text-align: center;
}
.page-151 .promo p strong {
  color: #FF8738;
  font-size: 17px;
  line-height: 35px;
 }
.page-143 .promo input,
.page-150 .promo input,
.page-151 .promo input,
.page-152 .promo input,
.page-153 .promo input{
  width: 258px;
  padding: 5px 0;
  border: none;
  border: 1px solid #fff;
}
.tab-slider li{
  display: none;
}
.tab-slider .navigation-container-custom{
  bottom: -50px;
  left: 0;
  right: auto;
  top: auto;
  z-index: 998;
}
.tab-slider .navigation-container-custom>span{
  display: inline-block;
}
.page-143 .submenu,
.page-150 .submenu,
.page-151 .submenu,
.page-152 .submenu,
.page-153 .submenu{
  height: 67px;
  margin: 0;
}
.page-143 .submenu .bx-pager-item,
.page-150 .submenu .bx-pager-item,
.page-151 .submenu .bx-pager-item,
.page-152 .submenu .bx-pager-item,
.page-153 .submenu .bx-pager-item{
  float: left;
}
.page-143 .submenu .bx-pager-item:hover,
.page-150 .submenu .bx-pager-item:hover,
.page-151 .submenu .bx-pager-item:hover,
.page-152 .submenu .bx-pager-item:hover,
.page-153 .submenu .bx-pager-item:hover,
.page-143 .submenu .bx-pager-item.active,
.page-150 .submenu .bx-pager-item.active,
.page-151 .submenu .bx-pager-item.active,
.page-152 .submenu .bx-pager-item.active,
.page-153 .submenu .bx-pager-item.active{
  background: #4179af;
}
.page-143 .submenu .bx-pager-item a,
.page-150 .submenu .bx-pager-item a,
.page-151 .submenu .bx-pager-item a,
.page-152 .submenu .bx-pager-item a,
.page-153 .submenu .bx-pager-item a{
  display: block;
  width: 135px;
  height: 67px;
  text-indent: -9999px;
}
.page-151 .submenu .bx-pager-item a{
    width: 165px;
}
.page-152 .submenu .bx-pager-item a{
	width: 175px;
}


.page-143 .submenu .bx-pager-item a{
     background: url('../images/video-controls.png') no-repeat center;
}
.page-143 .submenu .bx-pager-item:first-child a{
  background-position: center 8px;
}
.page-143 .submenu .bx-pager-item:first-child+div a{
  background-position: center -69px;
}
.page-143 .submenu .bx-pager-item:first-child+div+div a{
  background-position: center -142px;
}
.page-143 .submenu .bx-pager-item:first-child+div+div+div a{
  background-position: center -216px;
}
.page-143 .submenu .bx-pager-item:first-child+div+div+div+div a{
  background-position: center -293px;
}



.page-150 .submenu .bx-pager-item a{
     background: url('../images/sks-controls.png') no-repeat center;
}
.page-150 .submenu .bx-pager-item:first-child a{
  background-position: center 8px;
}
.page-150 .submenu .bx-pager-item:first-child+div a{
  background-position: center -67px;
}
.page-150 .submenu .bx-pager-item:first-child+div+div a{
  background-position: center -142px;
}
.page-150 .submenu .bx-pager-item:first-child+div+div+div a{
  background-position: center -219px;
}
.page-150 .submenu .bx-pager-item:first-child+div+div+div+div a{
  background-position: center -293px;
}


.page-151 .submenu .bx-pager-item a{
     background: url('../images/outsourcing-controls.png') no-repeat center;
}
.page-151 .submenu .bx-pager-item:first-child a{
  background-position: center 12px;
}
.page-151 .submenu .bx-pager-item:first-child+div a{
  background-position: center -60px;
}
.page-151 .submenu .bx-pager-item:first-child+div+div a{
  background-position: center -142px;
}
.page-151 .submenu .bx-pager-item:first-child+div+div+div a{
  background-position: center -214px;
}
.page-151 .submenu .bx-pager-item:first-child+div+div+div+div a{
  background-position: center -291px;
}


.page-152 .submenu .bx-pager-item a{
     background: url('../images/1c-controls.png') no-repeat center;
}
.page-152 .submenu .bx-pager-item:first-child a{
  background-position: center 8px;
}
.page-152 .submenu .bx-pager-item:first-child+div a{
  background-position: center -142px;
}
.page-152 .submenu .bx-pager-item:first-child+div+div a{
  background-position: center -294px;
}
.page-152 .submenu .bx-pager-item:first-child+div+div+div a{
  background-position: center -371px;
}


.page-153 .submenu .bx-pager-item a{
     background: url('../images/wifi-controls.png') no-repeat center;
}
.page-153 .submenu .bx-pager-item:first-child a{
  background-position: center 8px;
}
.page-153 .submenu .bx-pager-item:first-child+div a{
  background-position: center -70px;
}
.page-153 .submenu .bx-pager-item:first-child+div+div a{
  background-position: center -142px;
}
.page-153 .submenu .bx-pager-item:first-child+div+div+div a{
  background-position: center -214px;
}
.page-153 .submenu .bx-pager-item:first-child+div+div+div+div a{
  background-position: center -294px;
}
.page-153 .submenu .bx-pager-item:first-child+div+div+div+div+div a{
  background-position: center -371px;
}



.probl{
  width: 100%;
  margin: 0 0 50px;
}
.probl td{
  padding: 0 0 20px 25px;
}
.probl tr td:first-child{
  padding-left: 0;
}
.probl tr:first-child td{
  padding-bottom: 0;
}

.actions{
  background: #ececec;
  margin: 0 0 50px;
}
.actions .container{
  background: url('../images/actions-pattern.png') repeat-y 0 top;
  overflow: hidden;
  padding: 0 0 35px;
}
.actions .actions-el{
  position: absolute;
  display: block;
  width: 130px;
  height: 110px;
  background: url('../images/actions.png') no-repeat left top;
  text-indent: -9999px;
  left: 0;
  bottom: 20px;
}
.actions h2{
  margin: 15px 0 25px 105px;
  color: #2b4b7b;
  font-size: 28px;
  line-height: inherit;
}
.actions h2 span{
  color: #ff6900;
  font-size: 36px;
  white-space: nowrap;
}
.action-counter{
  float: left;
  margin: 0 0 0 155px;
  width: 500px;
}
.action-counter>span{
  display: block;
  color: #858684;
  font-size: 16px;
  text-align: center;
}
.action-counter>strong{
  display: block;
  color: #858684;
  font-size: 31px;
  line-height: 40px;
  text-align: center;
  margin: 15px 0;
}
#offers strong{
  display: block;
  color: #858684;
  font-size: 25px;
  line-height: 40px;
  text-align: center;
  margin: 15px 0;
}

.action-form{
  float: right;
  width: 260px;
  padding: 45px 10px 0;
  text-align: center;
}
.action-form ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.action-form li{
  display: inline-block;*display:inline;zoom:1;
  margin: 16px 0;
}
.action-form ul li:first-child{
  margin: 0 0 16px;
}
.action-form input{
  display: inline-block;*display:inline;zoom:1;
  width: 248px;
  font-size: 17px;
  padding: 5px;
  border: 1px solid #878886;
}
.action-form .btn2{
  width: 238px;
}



.bx-wrapper{
  position: relative;
  margin: 0 auto;
}
.bx-wrapper img{
  max-width: 100%;
  display: block;
}
.review-list2-container{
  position: relative;
  padding: 0 40px;
  margin: 0 0 50px;
}
.review-list2-container .bx-next,
.review-list2-container .bx-prev{
  display: block;
  width: 40px;
  height: 348px;
  position: absolute;
  top: 0;
  background: url('../images/nav-btns.png') no-repeat right top;
  text-indent: -9999px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.review-list2-container .bx-next:hover,
.review-list2-container .bx-prev:hover{
  opacity: 1;
  filter: alpha(opacity=100);
}
.review-list2-container .bx-prev{
  background-position: left top;
  left: -43px;
}
.review-list2-container .bx-next{
  right: -43px;
}
.product-slider-wrap .disabled{
  opacity: 1 !important;
}

.review-list2{
  margin: 0;
  padding: 0;
}
.review-list2 li{
  display: block;
  overflow: hidden;
  width: 267px;
  font-size: 16px;
  color: #858684;
  float: left;
  background: url('../images/quote.png') no-repeat 10px 10px;
}
.review-list2 li>div{
  padding: 10px 10px 85px;
  height: 250px;
  position: relative;
  border: 1px solid #e3e3e3;
  box-shadow: 1px 1px 1px #f1f1f1;
  -moz-box-shadow: 1px 1px 1px #f1f1f1;
  -webkit-box-shadow: 1px 1px 1px #f1f1f1;
}

.review-list2 li h4{
  text-align: right;
  font-size: 14px;
  margin: 0 0 0 45px;
}
.review-list2 li p{
  margin: 10px 0;
}
.review-list2 .bottom{
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.review-list2 .bottom strong{
  display: block;
  color: #336699;
  font-size: 16px;
}


.our-adv{
  margin: 0 0 50px;
}
.our-adv .alignleft{
  width: 570px;
}
.our-adv .alignleft td{
  padding: 8px 0;
}
.our-adv table td{
  padding: 14px 0;
}
.our-adv table tr td:first-child{
  padding-right: 30px;
}
.our-adv .alignright{
  width: 300px;
}
.page-151 .our-adv table td{
    padding-top: 0;
    padding-bottom: 0;
}
.page-151 .our-adv .alignright td{
    padding-top: 30px;
    padding-bottom: 30px;
}

.our-partners{
  width: 810px;
  margin: 0 auto 50px;
}
.page-150 .our-partners,
.page-151 .our-partners,
.page-152 .our-partners,
.page-153 .our-partners{
    width: 100%;
}
.our-partners img{
    margin: 0 10px 0 0;
}

.our-work{
  width: 100%;
  background: #336699;
  margin: 0 0 15px;
}
.our-work ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.page-151 .our-work ul{
    padding: 0 0 0 80px;
}
.our-work li{
  display: block;
  float: left;
  width: 190px;
  color: #fff;
  font-size: 11px;
  background: url('../images/work-arrow.png') no-repeat top right;
}
.page-151.our-work li{
  width: 200px;
}
.our-work li img{
  display: block;
  float: left;
  margin: 0 10px 0 0;
}
.our-work li p{
  display: block;
  height: 105px;
  padding: 0 15px 0 65px;
  margin: 0;
  background: url(../images/our-work.png) no-repeat;
}

.our-work ul li:first-child p{
  background-position: 10px 30px;
}
.our-work ul li:first-child+li p{
  background-position: 10px -70px;
}
.our-work ul li:first-child+li+li p{
  background-position: 10px -170px;
}
.our-work ul li:first-child+li+li+li p{
  background-position: 10px -270px;
}
.our-work ul li:first-child+li+li+li+li p{
  background-position: 10px -370px;
}
.our-work ul li:first-child+li+li+li+li{
  background: none;
}
.page-151 .our-work ul li:first-child+li+li+li{
  background: none;
}

.page-150 .our-work ul li:first-child+li p{
  background-position: 10px -170px;
}
.page-150 .our-work ul li:first-child+li+li p{
  background-position: 10px -470px;;
}
.page-150 .our-work ul li:first-child+li+li+li p{
  background-position: 10px -670px;
}
.page-150 .our-work ul li:first-child+li+li+li+li p{
  background-position: 10px -573px;
}

.page-151 .our-work ul li:first-child+li p{
  background-position: 10px -272px;
}
.page-151 .our-work ul li:first-child+li+li p{
  background-position: 10px -470px;
}
.page-151 .our-work ul li:first-child+li+li+li p{
  background-position: 10px -370px;
}


.page-152 .our-work ul li:first-child+li p{
  background-position: 10px -170px;
}
.page-152 .our-work ul li:first-child+li+li p{
  background-position: 10px -470px;
}
.page-152 .our-work ul li:first-child+li+li+li p{
  background-position: 10px -770px;
}
.page-152 .our-work ul li:first-child+li+li+li+li p{
  background-position: 10px -573px;
}


.page-153 .our-work ul li:first-child+li p{
  background-position: 10px -870px;
}
.page-153 .our-work ul li:first-child+li+li+li p{
  background-position: 10px -973px;
}
.page-153 .our-work ul li:first-child+li+li+li+li p{
  background-position: 10px -1073px;
}


.our-work li p span{
  display: inline-block;*display:inline;zoom:1;
  vertical-align: middle;
}
.our-work li p i{
  display: inline-block;*display:inline;zoom:1;
  vertical-align: middle;
  min-height: 100%;
  height: auto !important;
  height: 100%;
  width: 0;
}

.form-serv-wp{
  background: #ececec;
  border-top: 1px solid #c7c7c7;
  border-bottom: 1px solid #c7c7c7;
}
.form-serv-wp .alignleft{
  width: 565px;
  position: relative;
  padding: 80px 0 0 0;
}
.form-serv-wp .alignleft h4{
  font-size: 18px;
}
.form-serv-wp .alignleft h3{
  font-size: 23px;
}
.form-serv-wp .alignleft .form-el{
  display: block;
  position: absolute;
  top: -1px;
  right: -46px;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 123px 0 123px 47px;
  text-indent: -9999px;
  border-color: transparent transparent transparent #ececec;
}
.form-serv-wp .alignright{
  width: 365px;
  height: 244px;
  background: url('../images/serv-form-pat.png');
}
.form-serv{
  text-align: center;
}
.form-serv ul{
  margin: 55px 0 0 40px;
  padding: 0;
  list-style: none;
}
.form-serv li{
  margin: 0 0 25px;
}
.form-serv input{
  width: 260px;
  padding: 5px 0;
  border: 1px solid #878886;
}
.form-serv .btn2{
  width: 242px;
  line-height: 18px;
  padding: 7px 10px;
}


/*product-list*/
.product-list{
  background: #e8e8e8;
  padding: 10px 10px 20px;
  margin: 0 0 50px;
}
.product-change{
  margin: 0 0 30px;
}
.product-change>span{
  color: #4d4d4d;
}
.product-change .btn2{
  width: 140px;
}
.product-change .btn2.disable{
  cursor: default;
  background: #ababab; /* Old browsers */
  background: -moz-linear-gradient(top,  #ababab 0%, #939393 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ababab), color-stop(100%,#939393)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #ababab 0%,#939393 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #ababab 0%,#939393 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #ababab 0%,#939393 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #ababab 0%,#939393 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ababab', endColorstr='#939393',GradientType=0 ); /* IE6-9 */
}

.product-change ul{
  display: inline;
  margin: 0;
  padding: 0;
}
.product-change li{
  list-style: none;
  display: inline;
  margin: 0 20px;
}

.product-display ul,
.product-slides-desc .pr-form ul{
  margin: 0;
  padding: 0;
  text-align: center;
}
.product-display>ul>li{
  list-style: none;
  display: inline-block;*display:inline;zoom:1;
  width: 280px;
  margin: 0 10px;
}
.product-display li h4{
  color: #336699;
  font: 18px 'EuropeExtBold';
}
.product-display li>span{
  display: block;
  text-align: left;
  margin: 10px 0;
  color: #4d4d4d;
  text-align: center;
}
.product-display .btn2{
  width: 120px;
}
.product-display .pr8,
.product-display .pr16{
  display: none;
}


.page-150 .product-display{
    margin: 0 0 35px;
}
.page-150 .product-display>ul>li{
  display: block;
  float: left;
  width: auto;
  margin: 0 5px 25px;
}
.page-150 .product-display>ul>li:first-child>a{
  background-position: right 58px;
}
.page-150 .product-display>ul>li:first-child+li>a{
  background-position: right -134px;
}
.page-150 .product-display>ul>li:first-child+li+li>a{
  background-position: right -317px;
}
.page-150 .product-display>ul>li:first-child+li+li+li>a{
  background-position: 152px -517px;
}
.page-150 .product-display>ul>li:first-child+li+li+li+li>a{
  background-position: 165px -706px;
}
.page-150 .product-display>ul>li:first-child+li+li+li+li+li>a{
  background-position: right -872px;
}
.page-150 .product-display>ul>li>a>h4{
    font-size: 16px;
    color: #fffca5;
}
.page-150 .product-display>ul>li>.btn2{
    background: none;
    border-radius: 0;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    margin: 0;
    padding: 5px;
    width: 300px;
    height: 125px;
    background: #123b5c url('../images/sks.jpg') no-repeat;
    text-align: left;
    position: relative;
}
.page-150 .product-display>ul>li>.btn2 span{
    color: #fffca5 !important;
    text-decoration: underline;
    position: absolute;
    bottom: 5px;
    left: 5px;
    font-weight: normal;
}
.page-150 .product-display>ul>li>.btn2:hover span{
    text-decoration: none;
}


/*product-slider*/
.product-slider-wrap{
  margin: 0 0 50px;
}
.product-slider{
  margin: 0;
  padding: 0;
}
.product-slider-wrap .bx-prev,
.product-slider-wrap .bx-next{
  display: block;
  position: absolute;
  top: 105px;
  width: 21px;
  height: 26px;
  background: url("../images/clients-nav.png") no-repeat right top;
  text-indent: -9999px;
}
.product-slider-wrap .bx-prev{
  background-position: left top;
  left: -25px;
}
.product-slider-wrap .bx-next{
  right: -25px;
}
.product-slider-wrap .bx-next:hover{
  background-position: right bottom;
}
.product-slider-wrap .bx-prev:hover{
  background-position: left bottom;
}
.product-slider-wrap .disabled{
  opacity: 1 !important;
}

.product-slider li{
  display: inline-block;*display:inline;zoom:1;
  width: 200px;
  text-align: center;
}
.product-slider>li>h4{
  font: 16px 'EuropeExtBold';
  color: #336699;
}

.product-slider>li>img{
  display: block;
  width: 215px;
  margin: 0 auto;
}
.product-slider li  strong{
  font: 16px 'EuropeExtBold';
  color: #4d4d4d;
  display: block;
  margin: 10px 0;
  text-align: center;
}
.product-slider .btn2{
  width: 120px;
}


/*PR-HIDE*/

.pr-hide{
  display: none;
  width: 813px;
  position: fixed;
  top: 100px;
  left: 50%;
  margin-left: -445px;
  background: #fff;
  z-index: 999;
  border-left: 77px solid #888;
  padding: 0 0 0 10px;
  font-size: 14px;
}
.pr-hide .hide-inner{
  background: url('../images/serv-form-pat.png');
  padding: 0 340px 0 0;
}
.pr-hide .alignleft{
  width: 463px;
  background: #fff;
  padding: 0 10px 0 0;
  min-height: 355px;
  height: auto !important;
  height: 355px;
  color: #404040;
}
.pr-hide .alignleft p{
  margin: 5px 0;
}
.pr-hide .alignright{
  width: 340px;
  margin: 0 -340px 0 0;
}
.pr-hide ul{
  margin: 0;
  padding: 0;
  list-style: none;
  text-align: center;
}
.pr-hide .alignright li{
  display: block;
  margin: 0 0 20px;
}
.pr-hide .alignright input{
  width: 78%;
  padding: 2% 1%;
}
.pr-hide .alignright .btn2{
  width: 78%;
  padding: 0 1%;
  margin: 25px 0;
}
.pr-hide .alignright p{
  text-align: left;
  margin: 20px auto;
  color: #fff;
  font-weight: bold;
  font-size: 15px;
  width: 80%;
}



.pr-hide .pr-nav{
  position: absolute;
  top: 50px;
  left: -77px;
  z-index: 999;
  margin: 0;
  padding: 0;
  text-align: center;
}
.pr-hide .pr-nav li{
  display: block;
}
.pr-hide .pr-nav li:first-child a{
  border-top: 2px solid #fff;
}
.pr-hide .pr-nav a{
  display: block;
  padding: 3px 0;
  font: 11px 'Ubuntu';
  color: #fff;
  text-decoration: none;
  width: 77px;
  border-bottom: 2px solid #fff;
}
.pr-hide .pr-nav a:hover,
.pr-hide .pr-nav a.disable{
  background: #aea9a9;
  transition: background 0.3s;
  -moz-transition: background 0.3s;
  -webkit-transition: background 0.3s;
}
.pr-hide .pr-nav a img{
  display: block;
  margin: 0 auto;
}


.pr-hide .pr-list ul{
  text-align: left;
  padding: 0 0 0 20px;
  list-style: disc;
}
.pr-hide .pr-list ul li{
  margin: 5px 0;
}
.pr-hide .pr-list>li{
  display: none;
  text-align: left;
}
.pr-hide .pr-list>li:first-child{
  display: block;
}
.pr-hide .pr-list img{
  display: block;
  margin: 0 auto;
}

.page-150 .pr-hide .pr-list img{
    margin: 10px auto;
}
.page-150 .pr-hide .pr-list li ul{
  margin: 15px 0;
}

.pr-hide .pr-list li ul{
  margin: 5px 0;
}
.pr-hide h4{
  color: #336699;
  font: 18px 'EuropeExtBold';
  margin: 10px 0;
}
.pr-hide .pr-heading{
  overflow: hidden;
  color: #404040;
  padding: 0 0 5px;
  border-bottom: 1px solid #404040;
}
.pr-hide .pr-heading span{
  font: 16px/24px 'Ubuntu';
  float: left;
}
.pr-hide .pr-heading strong{
  font: 16px 'EuropeExtBold';
  float: right;
  line-height: 24px;
}
.pr-hide .pr-desc{
  padding: 0 0 15px;
}
.pr-hide .x{
  font-style: normal;
  position: relative;
  top: -1px;
  color: #FF8738;
}


/*timer*/
#offers{
	margin: 0;
	padding: 0;
}
#offers li.offer {
	display: none;
	list-style: none;
}
.time{
  border: none;
  width: 100%;
  padding: 0;
  overflow: hidden;
  float: none;
  min-height: 50px;
  text-align: center;
}
.time>span{
  display: block;
  color: #858684;
  font-size: 16px;
  margin: 0 0 10px;
  text-align: center;
}
.time .nums{
  margin: 0;
  float: left;
  position: relative;
  left: 50%;
}
.time .nums>div{
  float: right;
  position: relative;
  right: 50%;
}
.time .nums .numdiv{
  width: auto;
  float: left;
}
.time .nums .numdiv strong{
  display: block;
  font: 52px/64px 'EuropeExtBold';
  color: #858684;
  text-shadow: 1px 1px 1px #000;
  text-align: center;
}
.time .nums .numdiv small{
  display: block;
  width: 100%;
  text-align: center;
  font-size: 16px;
  line-height: 18px;
  color: #858684;
  margin: -3px 0 0;
}
.time .nums .bvl{
  font: 68px/62px 'Ubuntu';
  color: #fff;
  text-shadow: 1px 1px 1px #000;
  width: auto;
  margin: -12px 3px 0;
  float: left;
  display: block;
}


/*ааБаОаНаЕаНббаКаОаЕ аОаБбаЛбаЖаИаВаАаНаИаЕ б ictp*/
.abonent{
  padding: 0;
  list-style: none;
}
.abonent>li{
  overflow: hidden;
}
.abonent ul{
  margin: 0 0 15px;
  padding: 0;
  position: relative;
  list-style: none;
}
.abonent>li>ul:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.abonent>li>ul>li{
  display: block;
  float: left;
  margin: 0 0 0 20px;
}
.abonent>li>ul>li:first-child{
  margin: 0;
}
.abonent>li>ul>li>a{
  display: block;
  text-align: center;
  background: #4d4d4d;
  width: 310px;
  text-transform: uppercase;
  color: #fff;
  font: bold 18px/60px 'Ubuntu';
  text-decoration: none;
}
.abonent>li>ul>li>a:hover{
  color: #fff;
  background: #837f7f;
}
.abonent>li>ul>li:first-child+li>a{
  width: 300px;
}
.dropdown2 .hide{
  display: none;
  width: 960px;
  position: absolute;
  background: #fff;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 4px 0;
  z-index: 997;
  left: 0;
  bottom: 0;
}
.dropdown2 .hide>div{
  background: #e8e8e8;
  padding: 10px;
}
.dropdown2 .hide i{
  width: 19px;
  height: 10px;
  background: url('../images/el.png') no-repeat;
  position: absolute;
  top: -10px;
  z-index: 999;
}
.dropdown2 .desc p{
  margin: 0;
}
.dropdown2 .hide .more{
  float: left;
  color: #346799;
  display: block;
  margin: 5px 0 0;
}
.dropdown2 .hide .more:hover{
  color: #4288cd;
}
.dropdown2 .hide .more.gray{
  color: #6B6B6B;
}
.dropdown2 .hide a.btn2{
  float: right;
}

/*аб аПбаЕаДаЛаАаГаАаЕаМ аОаБбаЛбаЖаИаВаАаНаИаЕ*/
.service-list{
  padding: 0;
}
.service-list li{
  display: block;
  float: left;
  width: 310px;
  margin: 0 0 0 20px;
  background: #e8e8e8;
  min-height: 340px;
  height: auto !important;
  height: 340px;
}
.service-list li:first-child+li{
  width: 300px;
}
.service-list li:first-child{
  margin: 0;
}
.service-list li h3{
  font: bold 18px/40px 'Ubuntu';
  color: #fff;
  text-align: center;
  background: #4d4d4d;
  position: relative;
}
.service-list li h3>i{
  display: block;
  width: 20px;
  height: 9px;
  background: url('../images/el2.png') no-repeat;
  margin: -9px auto 0;
  position: relative;
  top: 9px;
}
.service-list li p{
  padding: 0 10px;
}

/*аааЂаааЋа IT-а ааЈааааЏ*/
.it-decisions{
  margin: 0 0 20px;
  padding: 0;
}
.it-decisions li{
  list-style: none;
}
.it-decisions>li{
  overflow: hidden;
}
.it-decisions ul{
  margin: 0 0 10px;
  padding: 0;
}
.it-decisions h4{
  display: block;
  margin: 0 0 15px;
  font: bold 18px 'Ubuntu';
  color: #fff;
}
.it-decisions li>a{
  display: block;
  color: #fff;
  text-decoration: none;
  background: #4d4d4d;
  font: 16px/24px 'Ubuntu';
  padding: 10px;
}
.it-decisions ul:after{
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  height: 0;
}
.it-decisions ul{
  position: relative;
}
.it-decisions ul li{
  display: block;
  float: left;
  width: 470px;
  margin: 0 0 0 20px;
}
.it-decisions ul li:first-child{
  margin: 0;
}
.it-decisions .hide{
  display: none;
}
.it-decisions ul li.item-1>a{
  background: #4d4d4d url('../images/icons/3.png') no-repeat 360px bottom;
  padding-right: 115px;
}
.it-decisions ul li.item-2>a{
  background: #4d4d4d url('../images/icons/4.png') no-repeat 370px center;
  padding-right: 140px;
}
.it-decisions ul li.item-3>a{
  background: #4d4d4d url('../images/icons/5.png') no-repeat 360px center;
  padding-right: 150px;
}
.it-decisions ul li.item-4>a{
  background: #4d4d4d url('../images/icons/6.png') no-repeat 385px center;
  padding-right: 140px;
}
.it-decisions ul li.item-5>a{
  background: #4d4d4d url('../images/icons/7.png') no-repeat 360px center;
  padding-right: 130px;
}
.it-decisions ul li.item-6>a{
  background: #4d4d4d url('../images/icons/8.png') no-repeat 340px top;
  padding-right: 150px;
}
.it-decisions ul li.item-7>a{
  background: #4d4d4d url('../images/icons/9.png') no-repeat right center;
  padding-right: 120px;
}
.it-decisions ul li.item-8>a{
  background: #4d4d4d url('../images/icons/10.png') no-repeat 340px center;
  padding-right: 140px;
}
.it-decisions ul li.item-9>a{
  background: #4d4d4d url('../images/icons/11.png') no-repeat 360px center;
  padding-right: 130px;
}
.it-decisions ul li.item-10>a{
  background: #4d4d4d url('../images/icons/12.png') no-repeat 330px center;
  padding-right: 135px;
}
.it-decisions ul li.item-11>a{
  background: #4d4d4d url('../images/icons/13.png') no-repeat 360px center;
  padding-right: 120px;
}
.it-decisions ul li.item-12>a{
  background: #4d4d4d url('../images/icons/14.png') no-repeat 380px center;
  padding-right: 100px;
}

.it-decisions ul li>a:hover{
  color: #fff;
  background-color: #837f7f;
}

/*ааАаКаАаНбаИаИ*/
.vacancy{
  list-style: none;
  padding: 0;
}
.vacancy>li{
  margin: 0 0 15px;
}
.vacancy ul{
  list-style: none;
  padding: 0;
  margin: 0 0 15px;
  line-height: 20px;
}
.vacancy h4{
  display: inline-block;*display:inline;*zoom:1;
  padding: 0 0 0 40px;
  border-bottom: 1px solid #898989;
  position: relative;
  cursor: pointer;
}
.vacancy h4 i{
  display: block;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 10px solid #898989;
  position: absolute;
  left: 0;
  bottom: -1px;
}
.vacancy h4 i.up{
  border-bottom: none;
  border-top: 10px solid #898989;
  bottom: -10px;
}
.vacancy .hide{
  display: none;
  padding: 0 0 0 40px;
}
.vacancy h5{
  margin: 0;
}
.vacancy p{
  margin-top: 0;
}

/*ааИаЕаНбб аИ аОбаЗбаВб*/
.review-list{
  list-style: none;
  padding: 0;
  margin: 0;
}
.review-list li{
  background: url('../images/separator.png') no-repeat center top;
  position: relative;
}
.review-list li>div{
  padding: 10px 0 10px 55px;
  background: url('../images/quote.png') no-repeat left 27px;
}
.review-list li:first-child{
  background: none;
  padding-top: 0;
}

/*ааЛаОаГ*/
/*аМаЕаНб*/
.blog-menu{
  float: right;
  background: #e8e8e8;
  margin: 0;
  padding: 10px 15px;
}
.blog-menu li{
  display: inline;
  margin: 0 10px;
}
.blog-menu a{
  font: 17px 'Ubuntu',sans-serif;
}
.blog-menu .active a{
  color: #346799;
  text-decoration: none;
}
.blog-menu a:hover{
  color: #FF6900;
}
.blog-menu .unlink:hover{
  color: #9B9B9B;
}


/*ааааЌааЃааЏаЂаа */
.calculator{
    margin: 0 0 50px;
    border-top: 1px solid #cbcbcb;
    border-bottom: 1px solid #cbcbcb;
    background: #ececec;
    position: relative;
    width: 100%;
}
.calculator>div{
    background: #d1d1d1;
    position: relative;
    left: 50%;
    width: 50%;
}
.calculator .container{
    float: left;
    left: -480px;
}
.calculator .container>div{
    background: #d1d1d1;
    float:left;
    width:100%;
    overflow:hidden;
    position:relative;
}
.calculator .container>div>div{
    float:left;
    width:100%;
    background:#ddd;
    position:relative;
    right: 24%;
}
.calculator .container>div>div>div{
    float:left;
    width:100%;
    background: #ececec;
    position:relative;
    padding: 15px 0;
    right: 26%;
}

.calc-el{
    position: absolute;
    top: 50%;
    margin-top: -150px;
    right: -18px;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 150px 0 150px 20px;
    border-color: transparent transparent transparent #ddd;
}
.calculator .container>div>div>div .calc-el{
    border-color: transparent transparent transparent #ececec;
}

.calc-data{
    float:left;
    width:50%;
    position:relative;
    left: 50%;
}
.calc-data ul{
    padding: 0;
    margin: 0;
}
.calc-data li{
    display: block;
    padding: 0 20px 0 0;
    height: 55px;
    position: relative;
}
.calc-data li:after{
    content: "";
    display: block;
    clear: both;
    visibility: hidden;
    height: 0;
}
.calc-data li p:first-child{
    float: left;
    width: 390px;
    margin: 0;
}
.calc-data li p:first-child+p{
    float: right;
    margin: 0;
    text-align: center;
}
.calc-data li strong{
    display: block;
    font-size: 14px;
}
.calc-data li i{
    display: block;
    font-size: 12px;
    color: #858684;
    font-style: normal;
}
.calc-data li input{
    display: block;
    width: 60px;
    height: 27px;
    border: 1px solid #8e8f8d;
    text-align: center;
}
.calc-data .hint{
    display: block;
	opacity: 0;
	filter: alpha(opacity=0);
    font-size: 10px;
}
.calc-data .factor{
    display: none;
}

.calc-result{
    float: left;
    width: 26%;
    position:relative;
    left: 50%;
}
.calc-result p{
    display: block;
    padding: 0 0 0 55px;
    font-size: 16px;
    margin: 30px 0 25px;
}
.calc-result strong{
    font: 38px/38px 'ArialBlack';
    color: #ff6900;
    display: block;
    text-align: center;
    padding: 0 0 0 20px;
}
#calc-result{
    font: 42px/42px 'ArialBlack';
    margin: 20px 0 0;
    padding: 0 0 0 20px;
}
.calc-result span{
    font: 22px 'Ubuntu';
    color: #4d4d4d;
    display: block;
    text-align: center;
    margin: 15px 0 0;
    padding: 0 0 0 20px;
}
.calc-result .remark{
    text-align: left;
    font-size: 10px;
    padding: 0 0 0 25px;
    margin: 40px 0 0;
}


.calc-back{
    float: left;
    width: 24%;
    position:relative;
    left: 50%;
}
.calc-back p{
    font-size: 16px;
    padding: 0 0 0 36px;
    margin: 30px 0 35px;
}
.calc-back ul{
    margin: 0;
    padding: 0 0 0 25px;
    list-style: none;
}
.calc-back ul li{
    margin: 0 0 15px;
    text-align: center;
}
.calc-back ul input{
    height: 28px;
    line-height: 28px;
    border: 1px solid #8e8f8d;
    width: 170px;
	padding: 0 5px;
}
.calc-back .btn2{
	width: 180px;
	text-align: center;
	padding: 0;
}


/*1C - ббаОаИаМаОббб ббаЛбаГ*/
.c-price{
	width: 100%;
	background: #ececec;
	border-top: 1px solid #c7c7c7;
	border-bottom: 1px solid #c7c7c7;
	margin: 0 0 50px;
}
.c-price>div{
	background: #d1d1d1;
	position: relative;
	width: 50%;
	left: 50%;
}
.c-price .container{
	float: left;
	left: -480px;
}
.c-price .calc-el{
	border-color: transparent transparent transparent #ececec;
}



.c-price .price-desc{
	float: left;
	width: 705px;
	color: #858684;
	font-size: 16px;
	padding: 15px 20px 15px 0;
	background: #ececec;
	position: relative;
}
.c-price .price-desc>p{
	clear: both;
}
.c-price .price-desc .alignleft{
	width: 40%
}
.c-price .price-desc .alignright{
	width: 50%;
}
.c-price .price-desc .alignleft>span{
	display: block;
	margin: 65px 0 0;
}
.c-price .price-desc .alignright>span{
	display: block;
	margin: 55px 0 0;
}
.c-price .price-desc .plus{
	display: block;
	float: left;
	width: 10%;
	text-align: center;
	font-size: 90px;
	line-height: 90px;
	font-weight: bold;
	margin: 35px 0 0;
}
.c-price .price-desc img{
	float: left;
	margin: 0 16px 0 0;
}
.c-price .price-desc strong{
	display: block;
	color: #000;
	margin: 30px 0 10px;
}



.c-price .price-form{
	overflow: hidden;
	float: right;
	width: 185px;
}
.c-price .price-form p{
    font-size: 16px;
    margin: 30px 0 35px;
}
.c-price .price-form ul{
    margin: 0;
    padding: 0;
    list-style: none;
}
.c-price .price-form ul li{
    margin: 0 0 15px;
    text-align: center;
}
.c-price .price-form ul input{
    height: 28px;
    line-height: 28px;
    border: 1px solid #8e8f8d;
    width: 170px;
	padding: 0 5px;
}
.c-price .price-form .btn2{
	width: 180px;
	text-align: center;
	padding: 0;
}



/*WiFi*/
.wifi-serv{
	margin: 0 0 50px;
	overflow: hidden;
	padding: 0;
}
.wifi-serv>li{
	display: block;
	float: left;
	width: 21%;
	height: 190px;
	position: relative;
	margin: 0 1%;
	padding: 1% 1% 65px 1%;
	background: url("../images/pattern.png") repeat scroll 0 0 transparent;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	color: #fff;
}
.wifi-serv>li h4{
	font: 17px 'EuropeExtBold';
	color: #FF8738;
    height: 75px;
}
.wifi-serv>li ul{
	padding: 0;
}
.wifi-serv>li ul li{
	display: block;
	list-style: none;
	background: url('../images/tick.png') no-repeat left 4px;
	padding: 0 0 0 25px;
}
.wifi-serv .btn2{
    display: block;
	padding: 10px 0;
    line-height: 18px;
	position: absolute;
	bottom: 15px;
	width: 91%;
}


/*абббббаЙ аПаЕбаЕбаОаД*/
.blog-selection{
  width: 960px;
  margin: 0 0 20px;
}
.blog-selection .desc{
  background: #336699;
  color: #fff;
  overflow: hidden;
  margin: 0 0 3px;
  border-bottom: 1px solid #4d4d4d;
  padding: 10px;
}
.blog-selection .desc h3{
  color: #fff;
}
.blog-selection .selection{
  background: #336699;
  padding: 10px;
}
.blog-selection .selection select{
  margin: 0 5px 0 0;
  height: 30px;
  top: -5px;
}
.blog-selection #goTo>span>span{
  padding: 0 15px;
}
.select{
    background: url("../images/select.png") no-repeat scroll 805px center #FFFAEF;
    border: none;
    height: 30px;
    font: 14px/30px 'Ubuntu';
    overflow: hidden;
    padding: 0 15px 0 5px;
    position: absolute;
    width: 795px;
}
.separator{
  display: block;
  clear: both;
  width: 960px;
  height: 2px;
  background: url('../images/separator.png') no-repeat center;
  margin: 30px 0;
}

/*FOOTER*/
footer{
  height: 208px;
  margin: -208px 0 0;
  position: relative;
  z-index: 996;
}
.page-153 footer,
.page-152 footer{
    height: 45px;
    margin: -45px 0 0;
}
footer a{
  color: #fff;
}
.footer-links{
  background: #fff;
  border-top: 1px solid #4d4d4d;
  border-bottom: 1px solid #4d4d4d;
  padding: 2px 0 3px;
}
.footer-links>div{
  background: url('../images/pattern.png');
}
.footer-menu{
  float: left;
  overflow: hidden;
  height: 96px;
  padding: 30px 0 30px 16px;
  margin: 0 0 0 17px;
  background: url('../images/separator2.png') no-repeat left center;
}
.footer-menu:first-child{
  margin: 0;
  padding-left: 0;
  background: none;
}
.footer-menu ul{
  margin: 0;
  padding: 0;
  list-style: none;
}
.footer-menu h3,
.footer-menu .title-link{
  display: block;
  text-decoration: none;
  font: 16px Verdana;
  color: #fffca5;
  margin: 0 0 10px;
}
.footer-menu .title-link:hover{
  color: #fff;
}
.footer-menu a{
  font: 16px/24px 'Ubuntu';
}
footer a:hover,
.footer-menu .active a{
  text-decoration: none;
}
footer .bottom{
  background: #336699;
  color: #fff;
}
footer .copyright{
  float: left;
  font: 14px/20px Verdana;
}
footer .phone{
  font: 18px/45px Verdana;
}
.development{
  float: left;
  margin: 6px 0 0 205px;
}
.development a{
  display: block;
  width: 30px;
  height: 30px;
  background: url('../images/shaman.png') no-repeat left top;
  text-indent: -9999px;
}
.development a:hover{
  background-position: left bottom;
}

/*targeting*/
u            {cursor: pointer; display: block;
  width: 40px;
  height: 348px;
  position: absolute;
  top: 0;
  background: url('../images/nav-btns.png') no-repeat right top;
  text-indent: -9999px;
  opacity: 0.6;
  filter: alpha(opacity=60);
}
u:hover {
  opacity: 1;
  filter: alpha(opacity=100);
}
#ext, #ext1 {
	width: 819px; 
	display: inline-block; 
	margin: 0 auto;
}
.int {
	width: 265px;
	margin-right: 6px;
	height: 280px;
	display: inline-block;
	border: 1px solid #E3E3E3;
	/* background: url('../images/quote.png') no-repeat scroll 10px 10px transparent; */
}
.int li{
  display: block;
  float: left;
  position: relative;
  overflow: hidden;
  width: 245px;
  font-size: 16px;
  color: #858684;
  padding: 10px 10px 85px;
  height: 180px;  
}
.int li>div{
  padding: 10px 10px 85px;
  height: 250px;
  position: relative;
  border: 1px solid #e3e3e3;
  box-shadow: 1px 1px 1px #f1f1f1;
  -moz-box-shadow: 1px 1px 1px #f1f1f1;
  -webkit-box-shadow: 1px 1px 1px #f1f1f1;
}

.int li h4{
  text-align: right;
  font-size: 14px;
  margin: 0 0 0 45px;
}
.int li p{
  margin: 10px 0;
}
.int .bottom{
  position: absolute;
  bottom: 10px;
  right: 10px;
  text-align: right;
}
.int .bottom strong{
  display: block;
  color: #336699;
  font-size: 16px;
}
