html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
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;
    color: #333333;
}
/*
ol,
ul {
    list-style: none;
}*/

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a {
    cursor: pointer;
    color: #0085C9;
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

p,
a,
input,
textarea {
    outline: none;
}
/*------------*/

@font-face {
    font-family: 'SegoeUI';
    src: url('../fonts/SegoeUIRegular.eot');
    src: url('../fonts/SegoeUIRegular.woff') format('woff'), url('../fonts/SegoeUIRegular.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUIBold';
    src: url('../fonts/SegoeUIBold.eot');
    src: url('../fonts/SegoeUIBold.woff') format('woff'), url('../fonts/SegoeUIBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUIItalic';
    src: url('../fonts/SegoeUIItalic.eot');
    src: url('../fonts/SegoeUIItalic.woff') format('woff'), url('../fonts/SegoeUIItalic.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'SegoeUISemiBold';
    src: url('../fonts/SegoeUISemiBold.eot');
    src: url('../fonts/SegoeUISemiBold.woff') format('woff'), url('../fonts/SegoeUISemiBold.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}
/*------------*/

body {
    font-family: 'SegoeUI';
    line-height: 1.4;
    min-width: 320px;
}

.wrapper {
    width: 1255px;
    margin: 0 auto;
    min-width: 320px;
}

.clear {
    clear: both;
}

.left {
    float: left;
}

.blue_text {
    color: #0085ca !important;
    font-family: 'SegoeUIBold';
}

h1 .blue_text {
    font-family: 'SegoeUISemiBold';
}

.right {
    float: right;
}

.bold {
    font-weight: bold;
}

header {
    color: #818687;
    padding: 20px 0 20px;
}

.header_left {
    margin: 18px 0 0 !important;
}

.header_left a:first-child {
    width: 220px;
    font-size: 15px;
    margin: 8px 90px 0 0;
    color: #818687;
}

.header_left a:last-child {
    width: 170px;
    font-size: 15px;
    text-align: right;
    background: url(../images/telefon.png) no-repeat left center;
    text-decoration: none;
    padding: 8px 0;
}

.header_left a:last-child:hover {
    background: url(../images/telefon_hover.png) no-repeat left center;
}

.header_left a p:first-child {
    color: #00a9f7;
    display: inline-block;
    font: 15px 'SegoeUIBold', sans-serif;
    border-bottom: 1px dashed #00a9f7;
}

.header_left a:hover p:first-child {
    color: #a0a8a9;
    border-bottom: 1px dashed #a0a8a9;
}

.header_left a p:last-child {
    color: #808687;
    display: inline-block;
    font: 16px 'SegoeUISemiBold', sans-serif;
}

.header_left a:hover p:last-child {
    color: #808687;
}

.header_left a p:last-child span {
    font-size: 12px;
}

.logo {
    background: url(../images/logo.png) no-repeat;
    display: block;
    width: 148px;
    height: 89px;
    margin: 0px auto;
}

#search {
    box-shadow: none;
    border: 1px solid #ccd4d5;
    padding: 6px 30px 6px 10px;
    width: 116px;
}

.search_block{
    position: relative;
    margin-left: 90px;
    margin-top: 14px;
}

.search_block form{
    width: 100%;
}

.search_block a{
    background: url(../images/search.png) no-repeat 6px 6px #fff !important;
    width: 27px !important;
    height: 27px;
    display: inline-block;
    position: absolute;
    top: 1px;
    right: 2px;
    padding: 0 !important;
    z-index: 2;
}

.search_block a:hover {
    background: url(../images/search_hover.png) no-repeat 6px 6px #fff !important;
}

#search:focus {
    background: none;
}

.header_right {
    margin: 18px 0 0;
}

.header_right a {
    width: 175px;
    font-size: 15px;
    text-align: left;
    background: url(../images/download.png) no-repeat right center;
    text-decoration: none;
    padding: 8px 0;
}

.header_right a:last-child:hover {
    background: url(../images/download_hover.png) no-repeat right center;
}

.header_right a p:first-child {
    color: #00a9f7;
    display: inline-block;
    font: 15px 'SegoeUIBold', sans-serif;
}

.header_right a:hover p:first-child {
    color: #a0a8a9;
}

.header_right a p:last-child {
    color: #808687;
    display: inline-block;
    font: 16px 'SegoeUISemiBold', sans-serif;
}

.header_right a:hover p:last-child {
    color: #808687;
}

.header_right a p:last-child span {
    font-size: 12px;
}
/*----------------menu-----------------*/
/*nav{
  background: #0085ca;
  box-shadow: 4px 3px 0px #dbdfe4;
  height: 59px;
}

nav ul{
  background: #fff;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -ms-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  position: relative;
  left: -2px;
  padding: 0 0 6px 8px;
  float: left;
  width: 100%;
}

nav ul:after{
  content: " ";
  width: 100%;
  height: 5px;
  display: block;
  position: absolute;
  bottom: -4px;
  background: #fff;
  left: 0;
}

nav li{
  display: inline-block;
  margin: 0px 0.68% 0px 0px;
  width: 13.6%;
  float: left;
}

nav li a{
  display: inline-block;
  /*vertical-align: middle;*/
/*background: url(../images/menu.jpg) repeat-x;*/
/* background: #0098e6;
  background: -moz-linear-gradient(left,  #0098e6 0%, #00a9f7 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#0098e6), color-stop(100%,#00a9f7));
  background: -webkit-linear-gradient(left,  #0098e6 0%,#00a9f7 100%);
  background: -o-linear-gradient(left,  #0098e6 0%,#00a9f7 100%);
  background: -ms-linear-gradient(left,  #0098e6 0%,#00a9f7 100%);
  background: linear-gradient(to right,  #0098e6 0%,#00a9f7 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7',GradientType=1 );
  width: 100%;
  padding: 19px 0;
  text-align: center;
  font: 15px 'SegoeUIBold', sans-serif;
  color: #fff;
  box-shadow: 4px 3px 0px #dbdfe4;
  text-transform: uppercase;
}*/

ul li{
	list-style-position: inside;
}

nav {
    background: #0085ca;
    box-shadow: 4px 3px 0px #dbdfe4;
    height: 57px;
}

nav ul {
    background: #fff;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    position: relative;
    left: -2px;
    padding: 0 0 0px 8px;
}

nav ul:before {
    content: " ";
    width: 4px;
    height: 56px;
    display: block;
    position: absolute;
    bottom: 2px;
    background: #DBDFE4;
    left: 0;
}

nav ul:after {
    content: " ";
    width: 100%;
    height: 5px;
    display: block;
    position: absolute;
    bottom: -4px;
    background: #fff;
    left: 0;
}

nav li {
    display: inline-block;
    margin: 0 4px 0 0;
}

nav li a {
    display: table-cell;
    vertical-align: middle;
    /*background: url(../images/menu.jpg) repeat-x;*/
    
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    width: 170px;
    height: 57px;
    text-align: center;
    font: 15px 'SegoeUIBold', sans-serif;
    color: #fff;
    box-shadow: 4px 3px 0px #dbdfe4;
    text-transform: uppercase;
}

nav li:last-child {
    margin: 0;
}

nav li a:hover {
    /*background: url(../images/menu_hover.jpg) repeat-x;*/
    
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}

nav li a.active {
    /*background: url(../images/menu_hover.jpg) repeat-x;*/
    
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}
/*-----------------second_menu-----------------*/

.second_menu {
    padding: 12px 0 11px 0;
    position: relative;
    box-shadow: 0 2px 5px #b5c9cf;
}

.second_menu li {
    display: inline-block;
    margin: 0 40px 0 0;
    text-align: center;
    float: left;
}

.second_menu li a {
    color: #0085c9;
    font: 14px 'SegoeUIBold', sans-serif;
    text-decoration: none;
    text-transform: uppercase;
}

.second_menu li a:hover {
    border-bottom: 3px solid #29b6f7;
    color: #76a8cb;
}

.second_menu li a.active {
    border-bottom: 3px solid #29b6f7 !important;
    color: #76a8cb !important;
}

.second_menu li:last-child {
    margin: 0;
}

.second_menu li:first-child {
    width: 196px;
}

.second_menu li:nth-child(5) {
    width: 216px;
}
/*----------------slider-------------------*/

.main_slider {
    background: #deeff3;
    position: relative;
}

/*.main_slider .bx-viewport {
    height: 400px !important;
    overflow: hidden !important;
}*/

.main_slider .bx-viewport {
    height: auto !important;
}


.main_slider li {
    position: relative;
}

.main_slider li .wrapper {
    /*position: absolute;*/
}

.main_slider li .wrapper > div {
    position: absolute;
    width: 1255px;
}

.main_slider li img {
    margin: 0 auto;
}

.main_slider li .wrapper > div p {
    /*color: #002841;*/
    
    font: 15px 'SegoeUI', sans-serif;
    width: 700px;
    margin-left: 24px;
}

.title_slide {
    font: 48px 'SegoeUI', sans-serif !important;
    color: #0087ce !important;
    margin-top: 95px;
    line-height: 1 !important;
    margin-bottom: 18px;
}

.title_slide span {
    color: #005593;
    text-transform: uppercase;
    position: relative;
    left: -20px;
}

.bx-controls {
    width: 1255px;
    margin: 0px auto;
}

.bx-controls .bx-pager {
    position: absolute;
    bottom: 16px;
    margin-left: 185px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
    width: 15px;
    height: 15px;
    background: none;
    border: 2px solid #FFF;
}

.bx-wrapper .bx-pager.bx-default-pager a.active,
.bx-wrapper .bx-pager.bx-default-pager a:hover {
    background: #fff;
    border: 2px solid #FFF;
}

.col3 {
    float: left;
    width: 30%;
    margin-right: 4.5%;
    color: #6a7070;
    padding: 38px 0 30px;
    font-size: 15px;
}

.col3_section .col3:first-child .col3_img {
    background: url(../images/img1.png) no-repeat;
    width: 90px;
    height: 94px;
}

.col3_section .col3:first-child:hover .col3_img {
    background: url(../images/img1_hover.png) no-repeat;
}

.col3_section .col3:nth-child(2) .col3_img {
    background: url(../images/img2.png) no-repeat;
    width: 90px;
    height: 94px;
}

.col3_section .col3:nth-child(2):hover .col3_img {
    background: url(../images/img2_hover.png) no-repeat;
}

.col3_section .col3:nth-child(3) .col3_img {
    background: url(../images/img3.png) no-repeat;
    width: 100px;
    height: 94px;
}

.col3_section .col3:nth-child(3):hover .col3_img {
    background: url(../images/img3_hover.png) no-repeat;
}

.col3:nth-child(3) {
    width: 31%;
    margin-right: 0;
}

.col3 p {
    padding: 0 0px 0 0;
}

.col3 p + p {
    margin: 0 0 17px;
}

.col3:nth-child(3) p {
    padding: 0;
}

.title_blue {
    color: #0087ce !important;
    font: 24px 'SegoeUISemiBold', sans-serif;
}

.button {
    display: table-cell;
    vertical-align: middle;
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    width: 115px;
    height: 37px;
    text-align: center;
    font: 15px 'SegoeUI', sans-serif;
    color: #fff;
    box-shadow: 4px 4px 0px #dbdfe4;
    transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    /* Для Firefox */
    
    -ms-transform: skewX(-15deg);
    /* Для IE */
    
    -webkit-transform: skewX(-15deg);
    /* Для Safari, Chrome, iOS */
    
    -o-transform: skewX(-15deg);
    /* Для Opera */
}

.button:hover {
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}

.main_news {
    background: url(../images/main_news.jpg) center;
    padding: 37px 0 80px;
}

.col_news:after,
.contacts:after,
.main_news .wrapper:after {
    content: ' ';
    display: block;
    clear: both;
}

.col_news {
    width: 30.6%;
    float: left;
    margin-right: 4%;
    background: #fff;
    padding: 0 0 20px;
    border-bottom: 3px solid #b7c2c3;
    position: relative;
    display: block;
    /*min-height: 392px;*/
}

.col_news.cable {
    background: #d8e4ee;
}

.col_news.cable p.blue_text {
    text-decoration: underline;
    margin-bottom: 10px;
}

.col_news.cable:hover p.blue_text {
    text-decoration: none;
}

.col_news.cable .col_news_img + div:before,
.col_news .news_img + div:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 12px solid #fff;
    position: absolute;
    /*top: 229px;*/
    
    top: -20px;
    left: 20px
}

.col_news.cable .col_news_img + div:before {
    content: '';
    border-bottom: 12px solid #d8e4ee;
}

.col_news.cable:hover {
    background: #ecf7ff;
}

.col_news.cable:hover .col_news_img + div:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-bottom: 12px solid #ecf7ff;
    position: absolute;
    /* top: 229px; */
    
    top: -20px;
    left: 20px
}

.date {
    position: absolute !important;
    background: none !important;
    left: 10px;
    padding: 0 !important;
    width: 145px !important;
    top: 120px;
    z-index: 9;
}

.date p {
    font: 26px 'SegoeUISemiBold', sans-serif !important;
    color: #fff !important;
    background: #0085ca;
    text-transform: uppercase;
    display: inline-block;
    padding: 0 6px;
    margin: 0 100px 2px 0;
}

.col_news:hover .date p {
    background: #005694;
}

.col_news:last-child,
.content_wrapper .col_news:nth-of-type(3n) {
    margin-right: 0
}

h1 {
    font: 30px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

h2 {
    font: 28px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

h3 {
    font: 26px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

h4 {
    font: 24px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

h5 {
    font: 22px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

h6 {
    font: 20px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 4px;
}

.text-wrapper {
    clear: both;
}

.title {
    font: 35px 'SegoeUISemiBold', sans-serif;
    color: #005593;
    margin: 0 0 16px;
    text-transform: uppercase;
}

.news_img {
    display: table-cell;
    width: 385px;
    height: 250px;
    vertical-align: middle;
    text-align: center;
    padding: 0 !important;
    width: 100% !important;
}

.col_news img {
    max-width: 385px;
    max-height: 250px;
    float: none;
}

.col_news div {
    padding: 18px 5% 0px;
    width: 90%;
    float: left;
    /*height: 123px;*/
    /*overflow: hidden;  */
    
    position: relative;
}

.col_news .title_blue {
    font-size: 20px;
    margin-bottom: 5px;
}

.col_news p {
    font-size: 15px;
    color: #6a7070;
}

.main_news .col_news:hover .title_blue {
    color: #00669c !important;
}

.all_news {
    color: #0087c9;
    text-decoration: underline;
    margin: 16px 0 0 !important;
    display: inline-block;
}

.all_news:hover {
    color: #0087c9;
    text-decoration: none;
}

.about_main {
    padding: 50px 0 80px;
}

.main_news .wrapper:after,
.about_main .wrapper:after {
    clear: both;
    content: '';
    display: block;
}

.about_main .col_news {
    border-bottom: none;
    padding: 0;
}

.about_main .col_news:before {
    content: none;
}

.about_main .wrapper:after {
    content: ' ';
    display: block;
    clear: both;
}

.about_main .col_news div {
    padding: 12px 0px 0px;
    height: auto;
}

.about_main .col_news .title_blue {
    font: 50px 'SegoeUIBold', sans-serif;
    line-height: 1;
}

.grey22 {
    color: #7b8081 !important;
    font: 22px 'SegoeUISemiBold', sans-serif !important;
    padding: 0 0 10px;
}

.about_main .col_news .title_blue span {
    color: #9fa8aa;
    font: 20px 'SegoeUISemiBold', sans-serif !important;
}

.about_main .title {
    margin: 0px 0px 60px;
}

.content_wrapper {
    background: #deeff3;
    padding-bottom: 100px;
    min-height: 539px;
}

.content_wrapper:after {
    content: "";
    display: block;
    clear: both;
}

.content_wrapper .col_news {
    margin-bottom: 50px;
}

.breadcrumbs {
    display: block;
    padding: 18px 0 24px;
}

.breadcrumbs li {
    display: inline-block;
}

.breadcrumbs li:after {
    content: " ";
    float: right;
    display: block;
    background: url(../images/arrow_navigation.png) no-repeat;
    width: 11px;
    height: 5px;
    position: relative;
    top: 10px;
    margin: 0 0 0 6px;
}

.breadcrumbs li:last-child:after {
    content: none;
}

.breadcrumbs li:last-child a:hover {
    cursor: default;
}

.breadcrumbs li a {
    font: 14px 'PT Sans', sans-serif;
    color: #8a9597;
    text-decoration: underline;
}

.breadcrumbs li a:hover {
    text-decoration: none;
}

.breadcrumbs li:last-child {
    display: inline;
}

.breadcrumbs li:last-child a {
    text-decoration: none;
}

.inside_menu ul {
    padding: 0 0 0 5px;
    margin-bottom: 30px;
    display: inline-block;
}

.inside_menu ul + a {
    margin-left: 12px !important;
    position: relative;
    top: 10px;
}

.inside_menu li {
    display: inline-block;
}

.inside_menu li a {
    font: 16px 'SegoeUIBold', sans-serif;
    color: #0085c9;
    text-transform: uppercase;
    background: #fff;
    display: block;
    transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    /* Для Firefox */
    
    -ms-transform: skewX(-15deg);
    /* Для IE */
    
    -webkit-transform: skewX(-15deg);
    /* Для Safari, Chrome, iOS */
    
    -o-transform: skewX(-15deg);
    /* Для Opera */
    
    padding: 7px 11px;
    margin-right: 2px;
    box-shadow: 2px 2px 0px #dbdfe4;
}

.inside_menu li.selected a {
    color: #fff;
    background: #0085ca;
   
}

.inside_menu li.selected a:hover {
    color: #fff;
    
}

.inside_menu li.other a {
    pointer-events: none;
}

.inside_menu li.other a:hover {
    cursor: default;
}

.inside_menu li a:hover {
    color: #849fb3;
    text-decoration: none;
}

.pagination {
    clear: both;
}

.pagination:after {
    display: block;
    content: '';
    clear: both;
}

.pagination ul {
    padding: 0 0 0 5px;
    float: left;
}

.pagination li {
    display: inline-block;
    float: left;
}

.pagination li a {
    font: 16px 'SegoeUIBold', sans-serif;
    color: #0085c9;
    text-transform: uppercase;
    background: #fff;
    transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    /* Для Firefox */
    
    -ms-transform: skewX(-15deg);
    /* Для IE */
    
    -webkit-transform: skewX(-15deg);
    /* Для Safari, Chrome, iOS */
    
    -o-transform: skewX(-15deg);
    /* Для Opera */
    
    display: inline-block;
    padding: 7px 5px;
    min-width: 30px;
    text-align: center;
    margin-right: 6px;
    box-shadow: 2px 2px 0px #dbdfe4;
}

.pagination li.selected a {
    color: #fff;
    background: #0085ca;
}

.pagination li.selected a:hover {
    color: #fff;
    cursor: default;
}

.pagination li a:hover {
    color: #fff;
    text-decoration: none;
    background: #00a7f6;
}

.next_pagin {
    background: url(../images/pagin_right.png) no-repeat center #fff !important;
    height: 23px;
}

.next_pagin:hover {
    background: url(../images/pagin_right_hover.png) no-repeat center #00a7f6 !important;
    height: 23px;
}

.prev_pagin {
    background: url(../images/pagin_left.png) no-repeat center #fff !important;
    height: 23px;
}

.prev_pagin:hover {
    background: url(../images/pagin_left_hover.png) no-repeat center #00a7f6 !important;
    height: 23px;
}

.news_wrapper {
    position: relative;
    background: #fff;
    padding: 30px 20px 78px;
    box-shadow: 0 3px 0px #b7c2c3;
    margin: 0 0 42px;
}

.news_wrapper .date {
    position: relative !important;
    top: 0;
    left: 0;
}

.content {
    font: 15px 'SegoeUI', sans-serif;
    color: #6a7070;
}

.news_wrapper .left_cont {
    float: left;
    position: absolute !important;
    top: 30px;
    left: 20px;
}

.news_wrapper .left_cont.search {
    left: 46px;
}

.news_wrapper .content {
    width: 934px;
    float: left;
    margin-left: 152px;
    position: relative;
    top: -10px;
    min-height: 325px;
}

.news_wrapper:after {
    display: block;
    content: '';
    clear: both;
}

.news_wrapper .content img,
.news_wrapper .content p {
    margin-bottom: 16px;
}

.file_downloads {
    padding: 10px 0 46px;
}

.file_downloads:after {
    clear: both;
    display: block;
    content: "";
}

.file_downloads a {
    width: 140px;
    padding: 0 46px 0 0;
    display: inline-block;
    margin-right: 50px !important;
    color: #0087ce;
    text-decoration: underline;
    float: left;
    min-height: 40px;
}

.file_downloads a:hover {
    text-decoration: none;
}

.light_blue_text {
    color: #00a9f7 !important;
    font-family: 'SegoeUIBold';
}

#accordion .light_blue_text {
    margin-top: 10px;
    display: inline-block;
}

#accordion.cable_card > div {
    padding: 10px 20px;
}

#accordion.cable_card > div a.light_blue_text:hover {
    text-decoration: none;
    border-bottom: 1px dashed #fff;
}

.cable_card a.fancybox img {
    width: 129px;
    height: 191px;
}

.light_blue_text.border_dashed {
    border-bottom: 1px dashed #00a9f7;
}

.content a.light_blue_text {
    margin: 17px 49px 24px 0px !important;
    display: inline-block;
}

.file_downloads:last-child {
    padding-bottom: 0;
}

.news_wrapper .content .light_blue_text img {
    margin: 0px 5px 0 0 !important;
}

.file_downloads a:last-child {
    margin-right: 0px !important;
}

.pdf {
    background: url(../images/pdf.png) no-repeat 100% 0;
}

.doc,
.docx {
    background: url(../images/doc.png) no-repeat 100% 0;
}

.xls,
.xlsx {
    background: url(../images/xl.png) no-repeat 100% 0;
}

.rar,
.zip,
.jpg {
    background: url(../images/rar.png) no-repeat 100% 0;
}

table {
    margin-bottom: 50px;
}

th {
    background: #009dec;
    color: #fff;
    text-align: left;
    border: 2px solid #fff;
    padding: 8px 0px 9px 9px;
}

td {
    background: #e2edf3;
    border: 2px solid #fff;
    padding: 8px 0px 9px 9px;
}

td {
    width: 120px;
}

td:first-child {
    width: 187px;
}

#accordion1 .accordion .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #a5c0d2;
}

.accordion > div {
    background: #fff;
}

.accordion > div div {
    margin-bottom: 20px;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    border: none;
    font: 24px 'SegoeUISemiBold', sans-serif !important;
    background: #7ba0ba;
    color: #fff;
    border-radius: none !important;
    text-align: center;
    text-shadow: 1px 1px 0px #6c8292;
    box-shadow: 2px 2px 0px #cfd5d9;
}

#accordion1 .accordion .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    font: 20px 'SegoeUISemiBold', sans-serif !important;
}

#accordion1 .ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
    background: #7ba0ba;
}

#accordion1 .ui-state-default:hover {
    background: #648297;
}

.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
    border-bottom-right-radius: 0px !important;
    border-bottom-left-radius: 0px !important;
}

.ui-accordion-header-active {
    cursor: default;
}

#accordion .ui-accordion-header-active:hover {
    cursor: default;
    background: #7ba0ba !important;
}

.ui-state-default:hover {
    background: #648297;
}

.ui-state-default:focus {
    border: none !important;
    box-shadow: none !important;
}

#accordion > p {
    margin-bottom: 5px;
}

#accordion > p.ui-accordion-header-active {
    margin-bottom: 0px;
}

#accordion > p.ui-accordion-header-active + div {
    /*box-shadow: 2px 2px 0px #cfd5d9;*/
    
    margin-bottom: 5px;
}

#accordion > div {
    background: #fff;
    padding: 40px 20px;
}

#accordion > div .fancybox {
    margin-right: 2% !important;
    display: inline-block;
}

#accordion > div .fancybox:nth-child(6n) {
    margin-right: 0px !important;
}

.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 52px !important;
    top: 50%;
    width: 20px;
    height: 13px;
    margin-top: -6px;
    background: url(../images/accordion_arrows.png) no-repeat 0px -13px;
}

.ui-accordion .ui-accordion-header {
    padding: 0.5em 48px 0.5em 0.5em;
}

.ui-icon-triangle-1-s {
    background-position: 0px 0px !important;
}

.fancybox-close {
    width: 37px;
    height: 37px;
    background: url(../images/fancy_sprite.png) no-repeat scroll 0% 0% transparent;
}

.fancybox-nav span {
    width: 52px;
    height: 38px;
}

.fancybox-prev span {
    background: url(../images/fancy_sprite.png) no-repeat scroll 0% -80px transparent;
    left: -40px;
}

.fancybox-next span {
    right: -40px;
    background: url(../images/fancy_sprite.png) no-repeat scroll 0% -40px transparent;
}

.content a {
    margin: 0 0 5px !important;
}

.blue_bg {
    background: #009dec;
    padding: 0 5px;
    color: #fff;
}

.content .header_right.right {
    width: 100%;
    margin: 0;
}

.content .header_right.right p {
    margin: 0;
}

.vacancy_wrapper > div.left {
    width: 420px;
    position: relative;
}

.vacancy_wrapper {
    color: #6a7070;
}

.vacancy .ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    right: 20px !important;
}

#accordion1 > p,
.vacancy #accordion > p {
    margin-bottom: 10px;
}

.vacancy #accordion1 > p.ui-accordion-header-active {
    margin-bottom: 5px;
}

.vacancy .accordion > p {
    margin-bottom: 5px;
}

.vacancy .accordion > div {
    padding: 15px;
}

.vacancy .accordion > p:last-child {
    margin-bottom: 0px;
}

.vacancy #accordion > p.ui-accordion-header-active {
    margin-bottom: 0px;
}
/*.vacancy #accordion1 > p.ui-accordion-header-active + div,*/

.vacancy #accordion > p.ui-accordion-header-active + div {
    margin-bottom: 10px;
}

.vacancy #accordion > div {
    background: #FFF;
    padding: 15px 15px;
}

.vacancy #accordion1 > div {
    background: none;
    padding: 15px 0;
    border: none;
}

.vacancy #accordion1 > div {
    padding: 0;
}

.ui-widget-content {
    color: #6a7070;
    font: 15px 'SegoeUI', sans-serif !important;
}

.accordion li,
#accordion li,
#accordion1 li,
.vacancy li {
    padding: 0 0 0 12px;
    position: relative;
}

/*.accordion li:before,
#accordion li:before,
#accordion1 li:before,
.vacancy li:before {
    content: '';
    position: absolute;
    left: 0;
    top: 50%;
    display: block;
    width: 4px;
    height: 4px;
    background: #37bcff;
    border-radius: 100%;
}*/

.content_wrapper ul li{
    list-style-image: url(../images/dote.png) !important;
    list-style-position: inside;
    padding-left: 0px !important;
}

.vacancy_wrapper > div.right {
    width: 716px;
    position: relative;
    background: #e3ebf1;
    border: 3px solid #cfd5d9;
    padding: 23px 30px 28px;
}

.contact_form .blue_text {
    font: 13px 'SegoeUI', sans-serif !important;
}

.contact_form .blue_text span {
    font: 17px 'SegoeUISemiBold', sans-serif !important;
}

.contact_form input {
    width: 43.2%;
    font: 15px 'SegoeUI', sans-serif !important;
    color: #818687;
    border: none;
    margin-bottom: 20px;
    margin-right: 4.6%;
    padding: 9px 15px 10px;
    box-shadow: 2px 2px 0 #dbdfe4;
}

.contact_form input:nth-child(2n) {
    margin-right: 0;
}

.contact_form h1 + p {
    margin-bottom: 15px;
}

.contact_form textarea {
    width: 96%;
    font: 15px 'SegoeUI', sans-serif !important;
    color: #818687;
    border: none;
    margin-bottom: 25px;
    padding: 9px 15px 10px;
    box-shadow: 2px 2px 0 #dbdfe4;
    min-height: 120px;
}

.load_resume {
    width: 170px !important;
    float: left;
    margin-right: 10px !important;
}

#change_captcha2 {
    color: #0087C9;
}

.contact_form a.amend_image {
    color: #0087C9;
    text-decoration: underline;
    margin: 0 190px 0 0;
    float: right;
    position: relative;
    top: -10px;
}

.contact_form a.amend_image:hover {
    text-decoration: none;
}

.load_resume + a.left {
    display: inline-block;
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    color: #fff;
    text-shadow: 1px 1px 0 #587e98;
    padding: 8px 13px 9px;
    margin-right: 36px;
    text-decoration: none;
    float: left;
    box-shadow: 2px 2px 0 #dbdfe4;
}

.load_resume + a.left:hover {
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}

.captcha {
    float: right;
    position: relative;
    top: -20px;
}

input.submit {
    width: 100% !important;
    margin: 30px 0 0 0;
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    color: #fff !important;
    font: 17px "SegoeUISemiBold", sans-serif !important;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 #dbdfe4;
}

.submit:hover {
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}

.dark_blue {
    color: #005593 !important;
    font-family: "SegoeUIBold";
}

.vacancy a {
    color: #0087ce;
    text-decoration: underline;
}

.vacancy a:hover {
    text-decoration: none;
}

.vacancy_wrapper > div.right.contacts_wrapper {
    width: 780px;
    position: relative;
    top: -10px;
    background: none;
    border: none;
    padding: 0;
}

.contacts_wrapper a {
    text-decoration: underline;
    margin: 0 49px 31px 0;
    display: inline-block;
}

.contacts_wrapper a:hover {
    text-decoration: none;
}

.pay {
    background: url(../images/pay.png) no-repeat left center;
    padding: 0 0 0 43px;
    margin: 12px 0 21px;
}

.cable_wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.cable_wrapper + .inside_menu {
    margin-top: 30px;
}

.flat,
.cottage {
    position: absolute;
    top: 0;
    right: -1px;
    display: inline-block;
    font: 17px 'SegoeUIBold', sans-serif;
    color: #fff;
    padding: 2px 12px 4px;
    z-index: 9;
}

.flat {
    background: #13ce6b;
}

.cottage {
    background: #f26416;
}

.contacts a {
    color: #0087ce;
    text-decoration: underline;
}

.contacts a:hover {
    text-decoration: none;
}

.contacts p {
    line-height: 1.8;
}

.contacts div {
    width: 602px;
    float: left;
    margin-bottom: 21px;
    margin-right: 3.1%;
}

.contacts div:nth-child(2) a {
    position: relative;
    top: 28px;
}

.contacts div:nth-child(2n) {
    margin-right: 0;
    float: right;
}

.contacts div.white_bg {
    width: 536px;
    height: 186;
    background: #fff;
    border: 1px solid #cfd5d9;
    margin-right: 3.1%;
    padding: 34px 32px;
    margin-bottom: 40px;
}

.contacts div.white_bg:nth-child(2n) {
    margin-right: 0%;
    float: right;
}

.grey_title {
    text-transform: uppercase;
    color: #749cba !important;
    font: 15px 'SegoeUIBold', sans-serif !important;
    margin: 0 0 7px;
}

.white_bg li {
    display: inline-block;
    float: left;
    width: 265px;
    margin-bottom: 10px;
}

.white_bg p {
    line-height: 1.4;
    color: #6a7070;
}

.contacts_col3 li {
    width: 178px;
    display: inline-block;
    float: left;
}

.bxslider_about img.right,
.content img.right {
    margin: 0 0 10px 16px;
}

.left_cont.date + .content img.right {
    max-width: 405px;
    max-height: 285px;
}

#bx-pager {
    text-align: center;
}

#bx-pager a {
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    color: #fff;
    font: 17px 'SegoeUISemiBold', sans-serif !important;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    display: inline-block;
    box-shadow: 2px 2px 0px #dbdfe4;
    padding: 4px 0px;
    width: 50px !important;
}

.bx-page-slider {
    position: absolute;
    left: -9px;
}

.history_slider .bx-wrapper:last-child .bx-prev,
.history_slider .bx-wrapper:last-child .bx-next {
    display: block;
    background: url(../images/history_arrows.png);
    width: 8px;
    height: 13px;
    /*display: none;*/
}

.history_slider .bx-wrapper:last-child .bx-prev {
    left: -10px;
    top: 24px;
}

.history_slider .bx-wrapper:last-child .bx-next {
    right: -10px;
    left: auto;
    top: 24px;
    background-position: -8px 0
}

#bx-pager a.active,
#bx-pager a:hover {
    text-decoration: none;
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
}

a.no_active {
    cursor: pointer;
    background: #fff !important;
    color: #b5bebf !important;
}

.error404_wrapper {
    background: #deeff3;
}

.error404_wrapper .wrapper {
    min-width: 212px;
    padding: 150px 0;
    width: 212px;
}

.error404_wrapper .wrapper p {
    color: #6f6973;
}

.error404_wrapper .wrapper p:first-child {
    text-align: center;
    color: #a0a8a9;
    font: 120px 'SegoeUIBold', sans-serif !important;
    line-height: 1 !important;
}

.error404_wrapper .wrapper p:nth-child(2) {
    color: #009fef;
    text-align: center;
    font: 44px 'SegoeUIBold', sans-serif !important;
}

.error404_wrapper .wrapper a {
    color: #0087ce;
    text-decoration: underline;
}

.error404_wrapper .wrapper a:hover {
    text-decoration: none;
}

.kartochka .title {
    text-transform: none;
}

.kartochka .title + .title_blue {
    line-height: 1;
    margin: 0 0 30px;
}

.ui-widget-header {
    background: #deeff3;
    border: none;
}

.tabs {
    /*box-shadow: 1px 3px 0 #cdd8da;*/
    
    background: none;
    border: none;
    padding: 0;
    /*overflow: hidden;*/
}

.ui-tabs-nav {
    background: #93b1c7;
    padding: 0 !important;
    position: relative;
    border-top: 2px solid #CDD8DA;
}

.tabs_cable .ui-tabs-nav {
    border-top: none
}

.tabs_cable > ul > li {
    border-top: 2px solid #CDD8DA !important;
}

.ui-state-default a,
.ui-state-default a:link {
    color: #fff !important;
}

.ui-state-active a,
.ui-state-active a:link {
    color: #515455 !important;
    background: #fff !;
    border: none;
    text-shadow: none !important;
}

.tabs > ul li {
    background: #93b1c7 !important;
    -webkit-transform: skewX(-15deg);
    -moz-transform: skewX(-15deg);
    -ms-transform: skewX(-15deg);
    -o-transform: skewX(-15deg);
    transform: skewX(-15deg);
    box-shadow: 2px 0px 0 #cdd8da !important;
    margin: 0 7px -1px 0 !important;
    position: relative;
}

.tabs > ul li:active {
    border: none !important;
}

.tabs > ul li:after {
    position: absolute;
    right: -8px;
    top: -2px;
    content: '';
    display: block;
    width: 7px;
    height: 38px;
    background: #deeff3;
}

.tabs_cable > ul li:after {
    height: 250px;
}

.tabs > ul li:last-child {
    box-shadow: 0px -2px 0 #cdd8da !important;
}

.tabs > ul li:last-child:after {
    content: none;
}

.tabs > ul li.ui-tabs-active:last-child:after {
    position: absolute;
    right: -1199px;
    top: 0px;
    content: '';
    display: block;
    width: 1200px;
    height: 90px;
    background: #fff;
}

.tabs_cable > ul li.ui-tabs-active:last-child:after {
    height: 250px;
}

.tabs > ul li:first-child {
    margin: 0 7px -1px 6px !important;
}

.tabs.tabs_cable > ul li.ui-state-default:first-child:before,
.tabs > ul li.ui-tabs-active:first-child:before {
    display: block;
    content: '';
    background: #93B1C7;
    width: 30px;
    height: 90px;
    position: absolute;
    left: -10px;
    top: -2px;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
    border-top: 2px solid #cdd8da;
}

.tabs > ul li.ui-tabs-active:first-child:before {
    background: #fff !important;
}

.tabs_cable > ul li.ui-state-default:first-child:before,
.tabs_cable > ul li.ui-tabs-active:first-child:before {
    height: 250px;
    left: 5px;
}

.tabs.tabs_cable > ul li.ui-state-default:last-child:after,
.tabs.tabs_cable > ul li.ui-tabs-active:last-child:after {
    display: block;
    content: '';
    background: #93B1C7;
    width: 40px;
    height: 90px;
    position: absolute;
    right: -30px;
    top: -2px;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
    border-top: 2px solid #cdd8da;
}

.tabs.tabs_cable > ul li.ui-tabs-active:last-child:after {
    background: #fff !important;
}

.tabs_cable > ul {
    overflow: hidden;
}

.tabs > ul li a {
    background: none !important;
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
    font-size: 15px;
}

.tabs > ul li.ui-tabs-active {
    background: #fff !important;
}

.tabs > div {
    background: #fff !important;
    padding: 53px 60px 58px !important;
}

.tabs_cable > div {
    background: #fff !important;
    padding: 85px 60px 58px !important;
    position: relative;
}
/*
.tabs > ul:after{
  width: 100%;
  background:#000;
  display: block;
  content: '';
  height: 2px;
  margin: -1px 0 0 0;
}*/

.cable_img {
    margin-bottom: 85px;
    margin-top: 20px;
}

.cable_col {
    width: 50%;
    float: left;
}

.cable_col ol {
    padding: 0 0 20px 20px;
    list-style: decimal;
}

.cable_col ol li {
    list-style: auto;
    color: #00a9f7;
    font: 15px 'SegoeUIBold', sans-serif !important;
    margin-bottom: 12px;
}

.cable_col ol li a {
    color: #749cba;
    border-bottom: 1px dashed #749cba;
    text-transform: uppercase;
    font: 15px 'SegoeUIBold', sans-serif !important;
}

.cable_col ol li a:hover {
    border-bottom: none;
    text-decoration: none;
}

.button.pay_kartochka {
    width: auto;
    margin-left: 6px;
    position: relative;
    left: 6px;
}

.button.pay_kartochka a {
    -webkit-transform: skewX(15deg);
    -moz-transform: skewX(15deg);
    -ms-transform: skewX(15deg);
    -o-transform: skewX(15deg);
    transform: skewX(15deg);
    display: table-cell;
    font: 15px 'SegoeUIBold', sans-serif !important;
    color: #fff;
    text-shadow: 1px 1px 0 #0083c0;
    height: 47px;
    padding: 0 20px 0 62px;
    vertical-align: middle;
    background: url(../images/pay_fff.png) no-repeat 16px 9px;
}

.button.pay_kartochka a:hover {
    text-decoration: none;
}

.kartochka > div {
    margin-bottom: 53px;
}

.tabs.tabs_down {
    clear: both;
    overflow: hidden;
}

.tabs.tabs_down > div {
    padding: 70px 170px 100px !important;
}

.tabs.tabs_down > div table {
    width: 100%;
}

.tabs.tabs_down > div table td:first-child {
    width: auto;
}

.tabs.tabs_down > div table td:last-child {
    width: 334px;
}

.tabs.tabs_down > div table {
    width: 100%;
}

.fiber_cable .cable_col {
    width: 100%;
    position: relative;
}

.fiber_cable ol {
    display: inline-block;
    float: left;
    padding-bottom: 0;
    list-style-type: decimal;
}

.fiber_cable .button {
    position: absolute;
    bottom: 10px;
    height: 47px;
    left: 440px;
}

.fiber_cable .cable_img {
    margin: 66px 0;
}

.cable_img img {
    width: 100%;
}

.fiber_cable {
    margin-bottom: 30px !important;
}

.rounds {
    position: absolute;
    top: 50%;
    margin-top: -22px;
    left: 0px;
    width: 96%;
}

.cable_img {
    position: relative;
}

.rounds a {
    width: 20px;
    height: 20px;
    border: 2px solid #2da1dc;
    box-shadow: 0 2px 0 #9aa0a0;
    background: #fff;
    text-align: center;
    color: #2da1dc;
    display: inline-block;
    position: relative;
    border-radius: 100%;
    font: 13px 'SegoeUIBold', sans-serif !important;
    position: absolute;
}

.rounds a.active,
.rounds a:hover {
    cursor: pointer;
    background: #72b8dc;
    color: #fff;
    text-decoration: none;
}

.rounds a:nth-of-type(2) {
    /*margin-left: 350px;*/
}

.cable_img.fiber_img .rounds a:nth-of-type(2) {
    /*margin-left: 206px;*/
}

.rounds a:nth-of-type(3) {
    /*margin-left: 216px;*/
}

.rounds a:nth-of-type(4) {
    /*margin-left: 230px;*/
}

.rounds a:nth-of-type(5) {
    /*margin-left: 125px;*/
}

.rounds span {
    position: relative;
    text-align: left;
}

.rounds span {
    left: 0;
    /*max-width: 400px;*/
    background: #fff;
    box-shadow: 2px 2px 0 #e1e6eb;
    color: #749cba;
    font: 15px 'SegoeUISemiBold', sans-serif !important;
    display: inline-block;
    padding: 10px;
    position: absolute;
    /*left: -10px;*/
    
    /*top: -140px;*/
    bottom: 45px;
    display: none;
    z-index: 9;
}

.rounds a:nth-of-type(2n) + span {
    /*bottom: -140px;
    top: auto;*/
    top: 45px;
    bottom: auto;
}

.rounds a.last_round + span {
    right: 0 !important;
    left: auto !important
}

.rounds a.last_round + span:after {
    right: 72px !important;
    left: auto !important;
}

.rounds a.last_round + span:before {
    right: 70px !important;
    left: auto !important;
}

.rounds span:after {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 12px solid #fff;
    position: absolute;
    bottom: -22px;
    left: 20px;
}

.rounds span:before {
    content: '';
    display: block;
    border: 10px solid transparent;
    border-top: 12px solid #e1e6eb;
    position: absolute;
    bottom: -22px;
    left: 22px;
}

.rounds a:nth-of-type(2n) + span:after {
    border-bottom: 12px solid #fff;
    border-top: none;
    top: -12px !important;
    bottom: auto;
    left: 20px !important;
}

.rounds a:nth-of-type(2n) + span:before {
    border-bottom: 12px solid #e1e6eb;
    border-top: none;
    top: -12px !important;
    bottom: auto;
}

.cable_img.fiber_img .rounds span {
    background: #e8f0f7;
}

.cable_img.fiber_img .rounds span:after {
    border-top: 12px solid #e8f0f7;
}

.cable_img.fiber_img .rounds a:nth-of-type(2n) + span:after {
    border-bottom: 12px solid #e8f0f7;
    border-top: none;
}
/*------------footer-------------*/

.footer {
    clear: both;
}

.footer_up {
    background: #008fd9;
}

.footer_up li {
    display: inline-block;
    padding: 13px 0 14px;
    margin-right: 8.1%
}

.footer_up li:last-child {
    margin-right: 0 !important;
}

.footer_up li a {
    color: #dfe9ed;
    text-decoration: underline;
    font: 14px 'SegoeUISemiBold', sans-serif !important;
    text-transform: uppercase;
}

.footer_up li a:hover {
    text-decoration: none;
}

.footer_down {
    background: #e9f3f5;
    padding: 24px 0 13px;
}

.footer_down li {
    display: inline-block;
    float: left;
    margin-right: 4.5%;
    line-height: 1;
}

.footer_down li:first-child {
    width: 14%;
}

.footer_down li:nth-child(5) {
    width: 16%;
}

.footer_down li:last-child {
    margin-right: 0;
}

.footer_down li a {
    color: #0070c0;
    text-decoration: underline;
    font: 13px 'SegoeUISemiBold', sans-serif !important;
    text-transform: uppercase;
}

.footer_down li a:hover {
    text-decoration: none;
}

.copyright:after,
.footer_down .wrapper:after {
    content: '';
    display: block;
    clear: both;
}

.copyright {
    padding: 38px 0 0;
}

.copyright > p {
    color: #5b7c83;
    font-size: 13px;
}

.copyright > div {
    color: #5b7c83;
    font: 15px 'SegoeUISemiBold', sans-serif !important;
    margin-left: 95px;
    position: relative;
    top: -5px;
}

.copyright > div p {
    color: #00669a;
    font: 17px 'SegoeUISemiBold', sans-serif !important;
    display: inline-block;
}

.copyright > div p span {
    color: #1794d5;
    font: 13px 'SegoeUISemiBold', sans-serif !important;
}

.copyright > a {
    color: #5b7c83;
    font-size: 13px;
}

.copyright > a span {
    background: url(../images/abiatec.png) no-repeat;
    display: block;
    width: 64px;
    height: 15px;
    float: right;
    margin-left: 10px;
}

.left.vacancy > p {
    background: #0085ca;
    text-align: center;
    font: 20px 'SegoeUISemiBold', sans-serif !important;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 0;
    margin-bottom: 4px;
    box-shadow: 2px 2px 0px #CFD5D9;
}

#map {
    clear: both;
    margin: 0 auto;
}
/*-----------------------------------*/

#feedback_form {
    display: none;
    width: 332px;
    border: 3px solid #b9c2c3;
    padding: 30px;
    background: #dfeff3;
}

#feedback_form p {
    font: 14px 'SegoeUIRegular', sans-serif !important;
    color: #6a7070;
    margin: 0 0 18px;
}

#feedback_form .title {
    font: 30px 'SegoeUISemiBold', sans-serif !important;
    color: #0087ce !important;
    text-transform: none;
    margin: 0 0 10px;
}

#feedback_form input {
    width: 89%;
    background: #fff;
    box-shadow: 2px 2px 0px #dbdfe4;
    border: none;
    margin-bottom: 5px;
    height: 40px;
    padding: 0 5%;
    color: #818687;
    font: 15px 'SegoeUIRegular', sans-serif !important;
}

#feedback_form input#code {
    width: 166px;
}

#feedback_form .captcha {
    width: 112px;
    margin: 20px 0 0;
}

#feedback_form input#code + a {
    color: #0087CE;
    text-decoration: underline;
    margin-left: 10px;
}

#feedback_form input#code + a:hover {
    text-decoration: none;
}

#feedback_form textarea {
    width: 89%;
    box-shadow: 2px 2px 0px #dbdfe4;
    background: #fff;
    border: none;
    margin-bottom: 5px;
    height: 86px;
    padding: 5% 5%;
    color: #818687;
    font: 15px 'SegoeUIRegular', sans-serif !important;
}

#feedback_form input.submit {
    width: 100% !important;
    margin: 0px 0 0 0;
    background: #0098e6;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1);
    /* IE6-9 */
    
    color: #fff !important;
    font: 17px "SegoeUISemiBold", sans-serif !important;
    text-transform: uppercase;
    box-shadow: 2px 2px 0 #dbdfe4;
}

#feedback_form .submit:hover {
    background: #008ad1;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #008ad1), color-stop(100%, #007bbb));
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #008ad1 0%, #007bbb 100%);
    /* IE10+ */
    
    background: linear-gradient(to right, #008ad1 0%, #007bbb 100%);
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#008ad1', endColorstr='#007bbb', GradientType=1);
    /* IE6-9 */
    
    text-decoration: none;
}

.fancybox-skin {
    padding: 0 !important;
    border: none !important;
    border-radius: 0 !important;
}

.successfully_send {
    color: #0087CE !important;
    margin: 10px 0 0 !important;
}
/*-----------------*/

.ajax-upload-dragdrop {
    border: none !important;
}

#vacancy_form > div .formErrorArrow {
    display: none;
}

.formError .formErrorContent {
    background: none !important;
    box-shadow: none !important;
    color: #2c80ba !important;
    font-size: 12px;
    min-width: 250px;
    max-width: 400px;
    padding: 6px 12px;
    position: relative;
    width: 100%;
}

.no-click {
    pointer-events: none;
}

.content ul {
    padding: 0 0 20px;
}

.content li {
    /*padding: 0 0 0 15px;*/
    position: relative;
}

/*.content li:before {
    display: block;
    width: 5px;
    height: 5px;
    position: absolute;
    left: 0;
    top: 10px;
    content: '';
    background: url(../images/dotted.png) no-repeat;
}*/

.content ul{
    list-style-image: url(../images/dotted.png);
    list-style-position: inside;
}

.content ol{
    list-style-position: inside;
}

/*#vacancy_form > div{
  top:64px !important;
  position: relative !important;
  left: -9px !important;
}*/

.ajax-file-upload {
    display: inline-block !important;
    background: #0098e6 !important;
    /* Old browsers */
    
    background: -moz-linear-gradient(left, #0098e6 0%, #00a9f7 100%) !important;
    /* FF3.6+ */
    
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #0098e6), color-stop(100%, #00a9f7)) !important;
    /* Chrome,Safari4+ */
    
    background: -webkit-linear-gradient(left, #0098e6 0%, #00a9f7 100%) !important;
    /* Chrome10+,Safari5.1+ */
    
    background: -o-linear-gradient(left, #0098e6 0%, #00a9f7 100%) !important;
    /* Opera 11.10+ */
    
    background: -ms-linear-gradient(left, #0098e6 0%, #00a9f7 100%) !important;
    /* IE10+ */
    
    background: linear-gradient(to right, #0098e6 0%, #00a9f7 100%) !important;
    /* W3C */
    
    filter: progid: DXImageTransform.Microsoft.gradient( startColorstr='#0098e6', endColorstr='#00a9f7', GradientType=1) !important;
    /* IE6-9 */
    
    color: #fff !important;
    text-shadow: 1px 1px 0 #587e98 !important;
    padding: 10px 13px 10px !important;
    height: auto !important;
    margin-right: 36px !important;
    text-decoration: none !important;
    float: left !important;
    box-shadow: 2px 2px 0 #dbdfe4 !important;
    border-radius: 0 !important;
    font-weight: 100 !important;
    font-size: 17px !important;
}

.ajax-file-upload + span {
    display: none;
}

.ajax-upload-dragdrop {
    padding: 10px 0px 0px !important;
}

.ajax-file-upload-error {
    display: inline-block;
    position: absolute;
    left: 0px;
    width: 342px;
    top: 50px;
}

#fileuploader + div {
    position: relative;
    clear: none !important;
    width: auto !important;
    float: none !important;
    margin-bottom: 0px !important;
}

.ajax-file-upload-statusbar {
    border: none;
    margin: 0px;
    border-radius: 0px;
    padding: 0px;
}

#captcha {
    float: right;
    margin-right: 26px !important;
}

.contact_form a.amend_image {
    clear: both;
    margin: 0px 220px 0px 0px;
}

.captcha {
    top: -10px;
}

#vacancy_form > div:nth-of-type(1n) {
    float: left;
    width: 48%;
    margin-bottom: 20px;
    position: relative;
}

#vacancy_form > div:nth-of-type(2n) {
    float: right;
    width: 48%;
}

#vacancy_form > div:nth-of-type(2n+1) {
    clear: both;
}

#vacancy_form > div input {
    width: 91%;
    margin-bottom: 0px;
}

#vacancy_form > div p.mandatory_fields {
    color: #2c80ba;
    font: 14px 'SegoeUISemiBold', sans-serif !important;
}

.ajax-upload-dragdrop {
    clear: none !important;
    width: auto !important;
    float: none !important;
    margin-bottom: 0px !important;
}

.mandatory_fields {
    display: none;
}

.popup_tel {
    display: none;
}

#vacancy_form > div input:focus + .mandatory_fields + .popup_tel {
    display: block;
    width: 318px;
    padding: 10px 15px;
    border: 2px solid #cfd5d9;
    box-shadow: -3px 0px 2px #bac7d0;
    position: absolute;
    left: 103%;
    top: 50%;
    background: #fafcfe;
    border-radius: 9px;
    color: #2c80ba;
    z-index: 3;
    font: 14px 'SegoeUISemiBold', sans-serif !important;
    margin-top: -42px;
}

#vacancy_form > div input:focus + .mandatory_fields + .popup_tel:before {
    content: '';
    display: inline-block;
    width: 12px;
    height: 22px;
    background: url(../images/left_arrow.png) no-repeat;
    position: absolute;
    left: -12px;
    top: 50%;
    margin-top: -12px;
}

.ajax-file-upload-statusbar {
    border: none !important;
    position: absolute !important;
    margin: 40px 0 0 0 !important;
    padding-left: 0px !important;
    width: 320px !important;
}

.ajax-file-upload-progress {
    display: none !important;
}

.ajax-file-upload-red {
    box-shadow: none !important;
    background: url(../images/close.png) no-repeat !important;
    border-radius: 0 !important;
    width: 30px;
    height: 30px;
    display: inline-block;
    padding: 0 !important;
    text-shadow: none !important;
    cursor: pointer;
    margin-right: 0px !important;
    text-indent: -9999px !important;
    float: left !important;
}

.ajax-file-upload-filename {
    margin: 0 !important;
    width: auto !important;
    float: left !important;
    max-width: 278px !important;
    margin-right: 10px !important;
}

.experienceformError,
.phoneformError,
.specialityformError,
.nameformError,
.educationformError,
.vacancyformError {
    /*top: 58px !important;*/
    
    top: 40px !important;
    left: 0 !important;
}

.formErrorContent {
    padding: 0 !important;
}

.ui-tabs .ui-tabs-nav li {
    white-space: normal;
    text-align: left;
    list-style-image:none !important;
}

.col_news_img {
    background: #fff;
    width: 385px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    height: 250px;
    padding: 0 !important;
    float: none !important;
}

.col_news_img img {
    max-width: 385px;
    max-height: 250px;
    display: inline-block;
}

.tabs_down .ui-tabs-nav .ui-tabs-anchor {
    padding: 0.5em 62px;
}

.captchaformError {
    left: 346px !important;
}

#feedback_form #captcha2 {
    width: 45% !important;
}

#feedback_form .captcha {
    width: 142px;
    margin: 10px 0px 0px;
}

.feedback_form .parentFormcontact_form,
.feedback_form .captcha2formError {
    left: 30px !important;
}

.formErrorArrow {
    display: none;
}
/*-----------*/

#vacancy_form > div > div + input {
    margin-bottom: 25px !important;
}

#vacancy_form > div > div + input#captcha {
    margin-bottom: 8px !important;
}

#feedback_form p {
    position: relative;
}

#contact_form p .messageformError + textarea,
#contact_form p .cnameformError + input {
    margin-bottom: 15px !important;
    border: 1px solid red;
    box-shadow: none;
}

.formError + input {
    border: 1px solid red;
    box-shadow: none;
}

.formError .formErrorContent {
    color: red !important;
}

#contact_form p .cemailformError + input {
    margin-bottom: 35px !important;
    border: 1px solid red;
    box-shadow: none;
}

.captchaformError {
    margin-top: -47px !important;
}

.messageformError,
.cnameformError {
    position: relative !important;
}

.messageformError {
    top: 128.8px !important;
}

.feedback_form .parentFormcontact_form,
.feedback_form .captcha2formError {
    left: 0px !important;
}

#contact_form p .messageformError + textarea {
    top: -16px;
    position: relative;
}

#contact_form p .captcha2formError + input {
    margin-bottom: 40px !important;
}

#contact_form p .captcha2formError {
    width: 55%;
}

#contact_form p .captcha2formError .formErrorContent {
    min-width: 183px !important
}

.captchaformError {
    left: 95px !important;
}

.contact_form a.amend_image {
    clear: both;
    margin: 0px 85px 0px 0px;
}

.captcha_block {
    margin-bottom: 0;
}

#captcha {
    margin-bottom: 9px !important;
}

.contact_form a.amend_image {
    top: 0px;
}

.dropdown_footer_menu,
.dropdown_main_menu {
    background: url(../images/dropdown.png) no-repeat 94% 12px #93b1c7;
    display: none;
    height: 40px;
}

.dropdown_sec_footer_menu,
.dropdown_second_menu {
    background: url(../images/plus.png) no-repeat 94% 12px #00a7f7;
    display: none;
    padding: 10px 20px;
    box-sizing: padding-box;
    color: #fff;
    font: 14px "SegoeUIBold", sans-serif;
    text-transform: uppercase;
}

.dropdown_sec_footer_menu.selected,
.dropdown_second_menu.selected {
    background: url(../images/minus.png) no-repeat 94% 12px #00a7f7;
}

.col3_section .wrapper:after {
    display: block;
    clear: both;
    content: '';
}

.bx-wrapper .bx-controls-direction a {
    z-index: 999;
}

.tabs-accordion-cable{
    background: #9dbed5;
    display: none;
    box-shadow: -1px 2px 0px #cfd5d9;
    font: 14px "SegoeUIBold", sans-serif;
    color: #fff !important;
    padding: 14px 19px;
    text-shadow: 1px 1px 0 #6c8292;
}
.tabs-accordion-cable:hover{
    text-decoration: none;
}

.tabs_cable .ui-tabs-nav {
    display: block;
}

.tabs_down_title{
	display: none;
	color: #005593;
	font: 16px "SegoeUISemiBold", sans-serif;
}

.bx-wrapper .bx-loading {
    background: url(../images/bx_loader.gif) no-repeat center center #fff;
}



@media screen and (max-width: 1279px) {
    .kartochka_tab_col2{
        width: 48% !important;
    }
    .kartochka_tab_col3{
        width: 32% !important;
    }
    .kartochka_tab_col4{
        width: 23.5% !important;
    }
    .kartochka_tab_col5{
        width: 19.3% !important;
    }
    .kartochka_tab_col6{
        width: 15.4% !important;
    }
    .kartochka_tab_col7{
        width: 13% !important;
    }
    .contacts div,
    .col3_section,
    .wrapper {
        width: 768px;
        margin: 0px auto;
        min-width: 768px;
        position: relative;
    }
    .contacts div:after {
        display: block;
        clear: both;
        content: '';
    }
    .header_right {
        position: absolute;
        left: 0px;
        top: 130px;
        width: 100%;
        text-align: center;
    }
    .header_left a:first-child {
        display: none;
    }
    header {
        height: 140px;
        position: relative;
    }
    .search_block {
        width: 100%;
        margin-left: 0px;
        margin-top: 0px;
    }
    #search{
        width: 100%;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-sizing: border-box;        
    }
    .header_right > a {
        position: absolute;
        top: -112px;
        right: 0px;
    }
    nav {
        margin-top: 20px;
    }
    nav li a {
        font: 12px "SegoeUIBold", sans-serif;
        width: 94px;
        padding: 0 3px;
    }
    .second_menu li a {
        font: 12px "SegoeUIBold", sans-serif;
    }
    .second_menu li:first-child {
        width: 166px;
    }
    .second_menu li {
        margin: 0px 16px 0px 0px;
    }
    .second_menu li:nth-child(2) {
        width: 58px;
    }
    .second_menu li:nth-child(3) {
        width: 92px;
    }
    .second_menu li:nth-child(4) {
        width: 52px;
    }
    .second_menu li:nth-child(5) {
        width: 104px;
    }
    .second_menu li:nth-child(6) {
        width: 90px;
    }
    .main_slider .bx-viewport {
        height: auto !important;
        overflow: none !important;
    }

    .bx-controls .bx-pager {
        margin-left: 0px;
        width: 100%;
    }
    .col_news {
        width: 31.1%;
        margin-right: 3.3%;
    }
    .col_news img {
        max-width: 240px;
        width: auto;
    }
    .news_img {
        display: block;
        width: 240px;
        height: auto
    }
    .main_slider li {
        position: relative;
        /*overflow: hidden;*/
    }
    .date {
        top: 26px;
    }
    .footer_up li {
        margin-right: 2.7% !important;
    }
    .copyright > div {
        display: none;
    }
    .footer_down li:first-child {
        width: 24% !important;
        margin-right: 9.3%;
    }
    .footer_down li {
        margin-right: 9.3% !important;
        margin-bottom: 10px;
    }
    .footer_down li:nth-child(4n) {
        margin-right: 0% !important;
        
    }
    .footer_down li:nth-of-type(4n+1) {
        clear: both;
        width: 35%;
    }
  /*  .main_slider .bx-wrapper img {
        height: 255px;
        margin-left: 20px;
    }
*/
    .contacts div.white_bg {
        width: 536px;
        background: #FFF none repeat scroll 0% 0%;
        border: 1px solid #CFD5D9;
        margin-right: 3.1%;
        padding: 34px 32px;
        margin-bottom: 40px;
    }

    .contacts div{
        width: 45%;
        min-width: auto;
        height: auto !important;
        margin-bottom: 20px !important;
    }

    .contacts div.white_bg{
        width: 91.6%;
        padding: 34px 4%;
        min-width: auto;
        margin-right: 0%;
    }
    .contacts div.white_bg:nth-child(2n) {
        margin-right: 0%;
        float: left;
    }
    #map {
        margin: 10px auto 0px;
        width: 768px !important;
        height: 560px !important;
    }
    .content_wrapper {
        padding-bottom: 40px;
    }
    .tabs_cable > div {
        padding: 45px 20px 40px !important;
    }
    .tabs > ul li a {
        font-size: 13px;
        
    }
    .tabs_down .ui-tabs-nav .ui-tabs-anchor{
        padding: 8px 14px;
    }
    .tabs.tabs_down > div {
        padding: 70px 30px 45px !important;
    }
    .tabs.tabs_down > div table{
        width: 100%;
    }
    .cable_img.fiber_img .rounds span {
        display: none !important;
    }

}

/*@media screen and (max-width: 1650px){
    .main_slider .bx-wrapper img {
        
        margin-left: -60px;
    }
}*/

/*@media screen and (max-width: 1500px){
    .main_slider .bx-wrapper img {
        margin-left: -130px;
    }
}

@media screen and (max-width: 1070px){
    .main_slider .bx-wrapper img {
        margin-left: -17px;
    }
}

@media screen and (max-width: 1024px){
    .main_slider .bx-wrapper img {
      margin-left: -55px;
    }
}

@media screen and (max-width: 850px){
    .main_slider .bx-wrapper img {
        margin-left: -130px;
    }
}*/

@media screen and (max-width: 768px){
    .main_slider .bx-wrapper img {
        height: 255px;
        /*margin-left: -220px;*/
    }

}


@media screen and (max-width: 784px) and (min-width: 767px) {
    nav .wrapper {
        overflow: hidden;
    }
}

@media screen and (max-width: 767px) {
    .tabs_cable .ui-tabs-nav{
        display: none;
    }
    #jivo_top_wrap{
    	display: none !important;
    }
    .footer_down li:first-child{
    	width: 100% !important;
    }
    .dropdown_sec_footer_menu:hover{
    	text-decoration: none !important;
    }
    .footer_up li a:hover,
    .footer_down li a:hover{
    	color: #76a8cb;
    	text-decoration: none !important;
    }
    .tabs_down_title{
		display: block;
		padding-bottom: 10px;
    }
    .rounds a {
        width: 9px;
        height: 9px;
        font: 6px "SegoeUIBold",sans-serif !important;
        border: 1px solid #2DA1DC;
        box-shadow: none;
    }
    .kartochka + .tabs_down > ul{
		display: none;
    }
    .cable_col.cable_part{
        width: 100%;
    }
    .tabs.tabs_down > div {
	    padding: 20px 20px 10px !important;
	}
	.tabs.tabs_down > div table{
		width: 100% !important;
		font-size: 10px;
	}
	.tabs.tabs_down > div:last-child {
	    padding: 20px 20px 50px !important;
	}
    .button {
        display: table-cell;
        vertical-align: middle;
        background: transparent linear-gradient(to right, #0098E6 0%, #00A9F7 100%) repeat scroll 0% 0%;
        width: 115px;
        height: 37px;
        text-align: center;
        font: 15px "SegoeUI",sans-serif;
        color: #FFF;
        box-shadow: 4px 4px 0px #DBDFE4;
        transform: skewX(0deg);
    }
    .button.pay_kartochka a {
        transform: skewX(0deg);
        display: table-cell;
        font: 15px "SegoeUIBold",sans-serif !important;
        color: #FFF;
        text-shadow: 1px 1px 0px #0083C0;
        height: 47px;
        padding: 0px 20px 0px 62px;
        vertical-align: middle;
        background: transparent url("../images/pay_fff.png") no-repeat scroll 16px 9px;
    }
    .cable_col #accordion{
        display: none;
    }
    .tabs-accordion-cable{
        display: block;
    }
    .tabs > ul li a {
        background: transparent none repeat scroll 0% 0% !important;
        transform: skewX(0deg);
        font-size: 14px;
    }
    .ui-tabs .ui-tabs-nav li {
        width: 100% !important;
    }
    .tabs > ul li:first-child {
        margin: 0px 0px -1px !important;
    }
    .tabs > ul li {
        transform: skewX(0deg);
    }
    #feedback_form {
        width: 90%;
        padding: 5%;
    }
    #feedback_form .captcha {
        width: 45%;
    }
    #feedback_form .captcha img {
        max-width: 100%;
        width: 100%;
    }
    #feedback_form #captcha2 {
        width: 35% !important;
    }
    .contacts div,
    .footer_up,
    .footer_down,
    .col3_section,
    .wrapper {
        width: 320px;
        margin: 0px auto;
        min-width: 320px;
        position: relative;
    }
    .contacts div:after {
        display: block;
        clear: both;
        content: '';
    }
    .breadcrumbs {
        padding: 12px 0px 20px;
    }
    .contacts div:nth-child(2) {
        margin: 20px 0 30px;
    }
    .contacts div:nth-child(2) a {
        position: relative;
        top: 0px;
    }
    .contacts div {
        height: auto !important;
    }
    .content_wrapper {
        padding-bottom: 30px;
    }
    #map {
        margin: 10px auto 0;
        width: 320px !important;
        height: 300px !important;
    }
    .breadcrumbs + .title {
        margin: 0px 0px 11px;
    }
    .contacts div.white_bg {
        width: 100%;
        background: #FFF none repeat scroll 0% 0%;
        border: 1px solid #CFD5D9;
        margin-right: 0%;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        padding: 34px 32px;
        margin-bottom: 40px;
    }
    .col3_section .bx-viewport {
        height: auto !important;
    }
    .col3_section .bx-controls {
        width: 320px;
        margin: 0px auto;
        top: 0;
    }
    .about_main .bx-wrapper .bx-controls-direction a,
    .col3_section .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
        top: 20px;
        margin: 0;
    }
    .about_main .bx-wrapper .bx-controls-direction a {
        top: -36px;
    }
    .about_main .bx-wrapper .bx-prev,
    .col3_section .bx-wrapper .bx-prev {
        left: auto;
        right: 36px;
        background: transparent url("../images/dark_arrows.png") no-repeat scroll 0px 0px;
    }
    .about_main .bx-wrapper .bx-next,
    .col3_section .bx-wrapper .bx-next {
        right: 0px;
        background: transparent url("../images/dark_arrows.png") no-repeat scroll -30px 0px !important;
    }
    .date {
        top: 84px;
    }
    .main_news {
        padding: 37px 0px 53px;
    }
    .main_news .bx-wrapper .bx-controls-direction a {
        width: 30px;
        height: 30px;
        top: -54px;
        margin: 0;
    }
    .main_news .bx-prev {
        left: auto;
        right: 36px;
        background: transparent url("../images/light_arrows.png") no-repeat scroll 0px 0px;
    }
    .main_news .bx-next {
        right: 0px;
        background: transparent url("../images/light_arrows.png") no-repeat scroll -30px 0px !important;
    }
    .header_right {
        margin: 0px;
    }
    .about_main .all_news {
        display: none;
    }
    .about_main .title {
        font: 20px "SegoeUISemiBold", sans-serif;
        margin-bottom: 50px;
    }
    .main_news .title {
        font: 20px "SegoeUISemiBold", sans-serif;
    }
    .main_news .all_news {
        margin: 0 !important;
        position: absolute;
        left: 114px;
        font-size: 13px;
        top: 5px;
    }
    .about_main .title {
        font: 20px "SegoeUISemiBold", sans-serif;
        margin-bottom: 0px;
    }
    .about_main .title + div {
        padding: 50px 0px 0px;
        margin-bottom: 0px;
    }
    .header_right a p:last-child,
    .header_left a p:last-child,
    .main_slider {
        display: none;
    }
    .header_right {
        position: absolute;
        left: 0;
        top: 130px;
        width: 100%;
    }
    .second_menu,
    nav {
        background: none;
        box-shadow: none;
        height: auto;
    }
    .dropdown_footer_menu,
    .dropdown_main_menu {
        display: block;
    }
    header {
        height: 186px;
        position: relative;
    }
    .header_right a p:first-child,
    .header_left a p:first-child {
        font: 13px "SegoeUIBold", sans-serif;
    }
    .header_left a:last-child:hover,
    .header_left a:last-child {
        background: none;
    }
    .header_right > a {
        position: relative;
        top: 22px;
        background-size: 12% !important;
        width: auto;
        padding: 0px 30px 0 0;
        background-position: right bottom !important
    }

    .header_left {
        position: absolute;
        left: 0;
        top: 174px;
        margin: 0 !important;
        z-index: 9;
    }
    .header_left a:last-child {
        text-align: left;
    }
    .col3 {
        width: 100%;
        margin-right: 0%;
        padding: 20px 0px 35px;
    }
    .col3_section .col3 .button {
        position: relative;
        left: 5px;
    }
    .col_news {
        width: 100%;
        margin-right: 0%;
    }
    .news_img {
        width: 320px;
        height: 214px;
    }
    .news_img img {
        max-width: 320px;
        max-height: 214px;
        width: auto;
        display: inline-block;
    }
    .footer_down ul,
    .footer_up ul,
    .second_menu ul,
    nav ul {
        transform: skewX(0deg);
        left: 0px;
        padding: 0px;
        margin-top: 2px;
        display: none;
    }
    .second_menu {
        padding: 5px 0px 0;
    }
    .footer_down li,
    .footer_up li,
    .second_menu li,
    nav li {
        display: block;
        width: 100% !important;
        margin: 0;
    }
    .footer_up li {
        padding: 0;
    }
    .second_menu li a.active {
        border-bottom: none !important;
        color: #005593 !important;
        font-weight: 700;
    }
    .title {
        font: 20px "SegoeUISemiBold", sans-serif;
    }
    .footer_down li a,
    .footer_up li a,
    .second_menu li a,
    nav li a {
        display: block;
        background: #fff;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        width: 100%;
        padding: 6px 10px;
        border: 1px solid #d0e7f7;
        border-bottom: none;
        height: auto;
        text-align: left;
        font: 15px "SegoeUI", sans-serif !important;
        color: #005593;
        box-shadow: none;
        text-transform: none !important;
        text-decoration: none;
    }
    .footer_down li a:hover,
    .footer_up li a:hover,
    .second_menu li a:hover,
    nav li a:hover {
        text-decoration: underline;
    }
    .footer_down li:last-child a,
    .footer_up li:last-child a,
    .second_menu ul li:last-child a,
    nav ul li:last-child a {
        border-bottom: 1px solid #d0e7f7;
    }
    nav li a:hover,
    .second_menu li a:hover {
        border-bottom: none;
        color: #76a8cb;
        background: none;
    }
    nav ul::after,
    nav ul::before {
        content: none;
    }
    .dropdown_sec_footer_menu,
    .dropdown_second_menu {
        display: block;
    }
    .footer_up {
        background: none
    }
    .footer_down {
        padding: 5px 0 0;
        background: #fff;
    }
    .copyright > div {
        display: none;
    }
    .copyright {
        padding: 30px 0px 30px;
    }
    .copyright > p {
        width: 100%;
        float: none;
        margin: 0 0 15px;
    }
    .copyright > a {
        width: 57%;
        float: none;
        margin: 0 0 30px;
        text-decoration: underline;
    }
    .copyright > a:hover {
        text-decoration: none;
    }
    .inside_menu li a {
        font: 11px "SegoeUI", sans-serif;
        color: #0085C9;
        text-transform: uppercase;
        background: #FFF none repeat scroll 0% 0%;
        display: block;
        transform: skewX(0deg);
        padding: 7px 9px;
        margin-right: 0px;
        box-shadow: 2px 2px 0px #DBDFE4;
    }
    .inside_menu ul {
        padding: 0px;
    }
    .col_news_img {
        width: 320px;
        height: 240px;
    }
    .col_news_img img {
        max-width: 320px;
        max-height: 240px;
    }
    .col_news.cable {
        height: auto !important;
    }
    .contacts div.white_bg {
        margin-bottom: 10px;
        padding: 34px 32px 20px;
    }
    .footer_down,
    .footer{
        background: #DEEFF3 ;
    }
    .second_menu a:hover,
    .second_menu li a:hover,
    nav li a:hover{
		text-decoration: none;
    }
    .tabs-accordion-cable{
    	background: url(../images/accordeon_arrows_down.png) no-repeat 95% 50% #9DBED5 ;
    	padding: 14px 40px 14px 19px;
    }
    .a_tabs_cable_open,
    .tabs-accordion-cable.active{
    	background: url(../images/accordeon_arrows_up.png) no-repeat 95% 50% #9DBED5 ;
    }
    .tabs_down .ui-tabs-nav .ui-tabs-anchor {
	    width: 90%;
	    padding: 8px 5%;
	}
	#tabs-11,
	#tabs-21,
	#tabs-31,
	#tabs-41{
		display: block !important;
	}
	.cable_col ol li a {
	    font: 12px "SegoeUIBold",sans-serif !important;
	}
	.button.pay_kartochka {
	    left: 0px;
	    width: 280px;
	}
	.button.pay_kartochka a {
		text-align: center;
		padding: 12px 0px;
		width: 100%;
		display: inline-block;
		-moz-box-sizing: padding-box; 
    	box-sizing: padding-box;
    	background-position: 30px 9px;
	}
}
