
*{
    /*z-index:0;*/
    margin:0;
    padding:0;
}
.header .container{
    padding-bottom: 0px;
}

ul.lang li,
ul.mainNav li{
    display: inline-block;
}
.dataColor{
    color:#696969;
}
.z-1{
    z-index:-1;
}
.big > a{
    z-index:-1;
}
@font-face {
    font-family: 'pt_sans_regular';
    src: url('../fonts/pt_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans Italic';
    src: url('../fonts/PTSans Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans Bold';
    src: url('../fonts/PTSans Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#menu{
    z-index:1;
    background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -ms-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 12%, #ffffff 12%, #f1f1f1 41%, #efefef 55%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#ffffff), color-stop(12%,#ffffff), color-stop(41%,#f1f1f1), color-stop(55%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* W3C */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    /*    padding: 0 0 0 20px;*/
    font-family: 'Ubuntu-Candent';
    box-shadow: 0 5px 10px rgba(2, 3, 3, 0.20);
    margin: 35px 0 -25px 0;
}
#menu li a{
    padding-left:25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 14px;
}
#menu li a:hover{
    background: linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
}
#menu .dropdown-menu{
    border: 1px solid #3e7cbd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*left: -40%;*/
    background: rgb(240, 243, 248);

}
#menu .navbar-nav {
    /*margin: 0px 5px -0px -15px;*/
}
#menu .big{
    position: static;
}
#menu .big .dropdown-menu{
    background: linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: #fefefe; /* Old browsers */
    background: #f0f3f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f3f8 0%, #f8f8f8 59%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f3f8), color-stop(59%,#f8f8f8), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* W3C */
    width: 100%;
    position: absolute;
    padding: 30px 0;
}
#menu .big .dropdown-menu li{
    list-style: none;
    padding: 10px 5px;
    border: none;
}
#menu .big .dropdown-menu li a{
    text-align: left;
    padding: 0;
    display: table;
    text-transform: none;
}
#menu .big .dropdown-menu span{
    left: auto;
    right: 55px;
}
#menu .dropdown-menu span{
    top: -4px;
    left: 40px;
    margin-left: -11px;
    display: block;
    width: 0px;
    height: 0px;
    transform: rotate(44deg);
    background: none repeat scroll 0% 0% rgb(240, 243, 248);
    position: absolute;
    z-index: -9;
    border: 5px solid rgb(240, 243, 248);
    box-shadow: -1px -1px 0px rgb(62, 124, 189);
}
#menu .dropdown-menu li{
    border-bottom: 1px solid #85b8f3;
    margin: 0 10px;
    /*min-width: 220px;*/
    width: 90%;


}
#menu .dropdown-menu li:last-child{
    border: none;
}
#menu .dropdown-menu a{
    color: #2765a7;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: left;
}
#menu .dropdown-menu a:hover{
    background: none;
    text-decoration: underline;
}

#menu .big ul li{
    display:block;
}



.callCenter .manphys img{
    background-color:#bdddff;
    margin-top: 10px;
}
.callCenter .manphys .col-sm-12 .col-sm-9 p:first-child{
    font-size:20px;
    color:white;
}
.callCenter .manphys .col-sm-12{
    margin-top:15px;
    margin-bottom:25px;
}
.callCenter .manphy .container{
    padding:0;
}
.callCenter .manphys .seep a{
    color:white;
}
.callCenter .manphys .seep2{
    width: 53.333333%;
}
.callCenter .manphys .seep{
    width: 44.666667%;
    background:url(../img/6.png);
    padding: 20px 0;
}
.callCenter .manphys{
    margin-bottom:35px;
    background:url(../img/18.png);
}
.blockinfo,
.blockmap{
    position:absolute;
}
.blockinfo p{
    color:#c9c9c9;
}
.blockinfo{
    max-width:230px;
    left:0;
    bottom:0;
    font-size: 16px;
}
.blockmap p{
    text-align: right;
    color: white;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left:10px;
    font-family: 'Ubuntu-Candent'!important;
}
.blockmap{
    width:290px;
    background-color:#6dad68;
    top:0;
    right:0;
}

.callCenter .manphys #vmap{
    margin-top:75px;
    max-width: 100%;
}









.downNav .input-group .form-control {
    background-color: white;
    border-right: none;
}
.contentA{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.menuNav{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.downNav .input-group-btn>.btn:focuse{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.downNav .input-group-btn>.btn:hover{
    border-left:none;
}
.downNav .input-group-btn>.btn:active{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.downNav .input-group .input-group-btn {
    background-color: white;
    border-left: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.menuNav .nav>li>a:hover,.menuNav .nav>li>a:focus{
    background-color:none;
    background: linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
}
img{
    border:0;
    max-width:100%;
}
.siniy{
    z-index:-1;
}
.menuNav{
    z-index:3;
}
#footer{
    margin-top:100px;
}
.callCenter{
    margin-bottom:30px;
}
.header{


    background: linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    border-top:2px solid #595d78;
    background: #b3d1eb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZDFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZjBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYzZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b3d1eb 0%, #edf0f5 50%, #f0f3f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d1eb), color-stop(50%,#edf0f5), color-stop(100%,#f0f3f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d1eb', endColorstr='#f0f3f8',GradientType=0 ); /* IE6-8 */
}
.content{
    border: 1px solid red;
    margin-top: -30px;
    padding-top: 20px;
}

body {
    padding-right: 0;
    padding-left: 0;
}
a img {
    border: none;
}
.upNav{
    padding-top:42px;
}
.lang li{
    text-indent:20px;
}
.lang{
    padding-top: 10px;
}
ul li{
    /*list-style:none;*/
    /*display: inline-flex;*/
}
ul.drop-down-ul li{
    list-style:none;
}
ul.footer-social li{
    list-style:none;
}
ul.stander li{
    list-style:none;
}
ul.site-path li{
    display: inline-flex;
}
.bold{
    font-weight:bold;
}
.print-li {
    border: 1px solid red;
    height: 100%;
}

.corp-mail{background: url(../img/corp-mail.png) 3px no-repeat;}
.answer{background: url(../img/answer.png) 3px no-repeat;}
.document{background: url(../img/document.png) 3px no-repeat;}
.enter{background: url(../img/enter.png) 3px no-repeat;height:40px;}
.enter2{background: url(../img/print.png) 3px no-repeat;height:40px; cursor: pointer;}
.enter,
.enter2,
.answer,
.document,
.corp-mail{
    padding-left: 40px;
    padding-right: 25px;
}
.disabled-invers{
    border-bottom:1px solid black;
}
.list-inline ul li{
    display: block;
    padding-left: 20px;
}
.logoGerb{
    float:left;
}
.downNav p{
    font-size: 20px;
    padding-top: 1%;
    padding-left: 90px;
}
.downNav .btn-default{
    background: inherit;
}
.search{
    margin-top: 7%;
    padding-right: 12%;
}
.menuNav ul li{
    font-size: 15px;
    line-height: 53px;
    text-indent: 5px;
}
.menuNav{
    margin-left:15px;
    position: relative;
    bottom: -50px;
    background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
}
.clear{
    clear:both;
}


.hasChild{
    position: static !important;
}
.hasChild > .dropdown-menu{
    position: absolute;
    width: 100%;
    left: 0;
}
.header .hasChild .col-md-3{
    padding-top:15px;
    padding-left: 25px;
}
.header .hasChild ul li{
    display: block;
    line-height: 25px;
}
.footer .navBottom .col-md-5,
.footer .navBottom .col-md-6{
    padding-left: 0;
}
.footer .navBottom .col-md-6 .col-md-6 .col-md-6{
    padding: 13px 0 0 13px;
}
.footer .navBottom{
    background:url(../img/shtrix.png) repeat;
    margin-bottom: 77px;
}
.footer .navTop{
    background: none repeat scroll 0% 0% #EFEFEF;
    height: auto;
    margin: 0px auto;
    padding-top: 14px;
    padding-bottom: 95px;
    position: relative;
    top: -46px;
    box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
}
.footer {
    margin: 0px auto;
    bottom:0;
}
.footer{
    height: auto;
    margin: 0px auto;
    background:url(../img/shtrix.png) repeat;
}
.callCenter .polosa{
    margin-top: 50px;
    margin-bottom: 50px;
    border:2px solid #1b4f9a;
}
.callCenter .center{
    margin-top:25px;
    margin-bottom:25px;
}
.callCenter{
    background:#fff;
}
.callCenter .brown p{
    margin-bottom:5px;
    padding-top:15px;
    font-size:16px;
    color:#6a6a6a;
}
/*.callCenter .center img{*/
/*width:100%;*/
/*}*/
.callCenter .center .img11,
.callCenter .center .img12{
    margin-bottom:15px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.callCenter .brown{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align:center;
    background:#f7f7f7;
}
/*.callCenter .brown .firstList li:first-child{*/
/*background: url(../img/2.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*padding-top: 35px;*/
/*}*/

/*.callCenter .brown .firstList li:last-child{*/
/*background: url(../img/1.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*margin:15px 0;*/
/*padding-top: 35px;*/
/*}*/
/*.callCenter .brown .secondList li:first-child{*/
/*background: url(../img/3.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*padding-top: 35px;*/
/*}*/
.callCenter .brown .secondList li:last-child a{
    margin-top: 39px;
}
/*.callCenter .brown .secondList li:last-child{*/
/*background: url(../img/4.png) no-repeat left;*/
/*padding-bottom: 77px;*/
/*padding-left: 95px;*/
/*padding-right: 123px;*/
/*padding-top: 14px;*/
/*}*/
.blue{
    margin-top:25px;
}
.blue .nav > li > a:hover{
    background-color:#cb6969;
    color:#white;
    opacity:0.8;
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
}
.myTab{
    z-index: 0;
    position: relative;
}
.mainNav{
    font-size: 16px;
}
.blue ul.myTab li.active a{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:active{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:focus{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a {
    color:white;
    background-color:#cb6969;
}
.blue .nav > li > a.bord{
    padding: 16px 15px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.blue .nav > li > a.bord2{
    padding: 16px 15px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.blue ul.myTab li{
    font-size: 16px;
}
.blue .col-md-9 > .newsBlog > p:last-child{
    text-align:center;
    float:none;
}
.blue .col-md-9 > .newsBlog > .col-md-6 .toppy{
    padding-top:25px;
}
.blue .col-md-9 > .newsBlog .rss img{
    padding-bottom:5px;
}
.blue .col-md-9 > .newsBlog .poloska > img{
    position: absolute;
    width: 100%;
    height: 2px;
}
.blue .col-md-9 > .newsBlog > .rss{
    position:absolute;
    right:0;
}
.blue .col-md-9 > .newsBlog > p:first-child{
    float:left;
}
.blue .nav-pills > li > a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.blue > .container > .rower > .col-md-3 .boxscroll .col-md-8{
    padding-bottom:20px;
}
.blue > .container > .rower > .col-md-3 .boxscroll{
    background-color:#f3f3f3;
}
.boxscroll .tab-content .tab-pane:last-child{
    padding:0px 15px;
}
.rower .bs-example{
    box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    -webkit-border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    -moz-border-top-right-radius: 40px;
    -webkit-border-top-right-radius: 40px;
}
#boxscroll {
    padding-top: 10px;
    height: 260px;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.blue .colorBlue{
    background:#3f78b4;
}
.blue .cal2{
    margin-top:55px;
    margin-bottom:15px;
}
.blue .foot_ico_txt p{
    margin: 10px;
}
.blue .foot_ico_btn>p{
    padding-top:6px;
    color:white;
}
.blue .foot_ico_btn p{
    text-align:center;
}
.blue .foot_ico_btn {
    padding-top: 0;
    height: auto;
}
.blue .carousel-inner{
    /*z-index:;*/
}
.blue .c2 span{
    margin-top: 65px;
    margin-left: 94%;
    color: #b1b1b1;
    font-size: 50px;
}
.blue .c1 span{
    margin-top: 65px;
    margin-left: -100%;
    color: #b1b1b1;
    font-size: 50px;
}
.blue .c1 a,
.blue .c2 a{
    z-index:0;
    font-family: 'Ubuntu-Candent';
    font-size: 15px;
    letter-spacing: 0.5px;
}
.blue .carousel-control.left,
.blue .carousel-control.right {
    background:none;
}
.blue > .container > .rower > .col-md-3{
    margin-top:15px;
}
.icon_menyu{
    position: absolute;
    margin-top: 30px;
    left: 85px;
    right: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon_ico{
    width: 100%;
    padding-left: 35px;
    color: white;
    float: left;
    border-right: 1px solid #efefef;
}
.icon_ico2{
    height: 60px;
    width: 33%;
    padding-left: 35px;
    color: white;
    float: left;
}
.content_site{
}
.content_menyu{
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    margin-top: 5px;
    background-color: #f3f3f3;
    width: 100%;
    height: 450px;
    box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);

}
.cmenyu_title{
    width: 50%;
    height: 50px;
    color: #3f7ec2;
    font-size: 18px;
    padding: 10px 5px 5px 15px;
    float: left;
}
.right{
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}

.left{
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}
.cmenyu_title:hover{
    background-color: #cb6969;
    color: white;
}
.cmenyu_message{
    width: 100%;
    float: left;
    margin-bottom: 5px;

}
.cm_message_date{
    width: 70px;
    color: white;

    height: 65px;
    float: left;
    text-align: center;
    background-color: #3f7ec1;
}
.cm_message_date div{
    font-size: 26px;
}
.cm_message_data{
    float: left;
    width: 185px;
    height: 100%;
    color: #3f7ec2;
}
.cm_message_data div{
    color: #868686;
}
.date_alert{
    color: #868686;

}
.content_menyu .col-sm-8{
    color: #3f7ec2;
}
.content_left{
    width: 240px;
}
.img_brd{
    width: 100%;
    color: white;
    float: left;
    height: 80px;
}
.txt_ico{
    float: left;
    height: 100%;
    color: white;
}
.txts{
    width: 100%;
    float: left;
}
.title_foot_bar{
    width: 100%;
    font-size: 22px;
    color: #676767;
    text-align: center;
}
.icon_foot_bar{
    width: 100%;
}
.back_crs{
    height: 100%;
    width: 100%;
    margin-top: 35%;
}
.foot_ico_btn{
    width: 100%;
    margin-right: 5px;
    height: 110px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background-color: #6dad68;
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 9px 12px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 9px 12px 0px rgba(50, 50, 50, 0.25);
}


.contentA > li a{
    padding-top:10px;
    padding-bottom:10px;
}
.foot_ico_txt{
    padding: 20px 0px 20px 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.poop{
    margin-bottom:30px;
    padding-left: 0;
    padding-right: 0;
}
.red{
    background-color: #cb6969;
}
.content .carousel-control .glyphicon-chevron-right {
    margin-top:55px;
    margin-right: 0px;
}
.content .carousel-control .glyphicon-chevron-left {
    margin-top:55px;
    margin-left: 0px;
}
.navBottom .pedu_uz1{
    float:right;
}
.navBottom > .col-md-6{
    margin-bottom:50px;
}
.triangle{
    top: -6px;
    left: 50%;
    margin-left: -11px;
    display: block;
    width: 0px;
    height: 0px;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    background: none repeat scroll 0% 0% rgb(240, 243, 248);
    position: absolute;
    z-index: -1;
    border: 13px solid rgb(240, 243, 248);
    -moz-border: 13px solid rgb(240, 243, 248);
    -webkit-border: 13px solid rgb(240, 243, 248);
    box-shadow: -1px -1px 0px rgb(184, 184, 184);
    -moz-box-shadow: -1px -1px 0px rgb(184, 184, 184);
    -webkit-box-shadow: -1px -1px 0px rgb(184, 184, 184);
}
.collapse .nav .firsty .contentA .triangle{
    left:23%;
}
.collapse .nav .firsty .contentA{
    margin:0;
}
.collapse .nav .lasty .contentA .triangle{
    left: 80%;
    margin-left: 100px;
}
ul.nav-navbar li a{
    padding: 10px 25px;
}
.pots ul li a{
    padding: 15px 20px;
}
#menu ul.contentA{
    display:none;
}
.siniy .bloc .col-md-4:first-child img{
    margin-top:10px;
}
.yagonaNumb{
    float:right;
    margin:5px 0;
}
.yagonaNumbmargin{
    padding:0;
    width: 100%;
    margin: 15px 10px 5px 0;
}
.dataNumb{
    float:left;
}
.footer .navTop .col-md-4:last-child p{
    padding-top: 11px;
    margin-bottom: 15px;
}
.footer .navTop .col-md-4:last-child{
    float:right;

}
.footer .navTop{
    /*    margin-right: 2%;*/
}
.blue .nav > li > a {
    color:#3f7ec1;
    background-color:#f3f3f3;
}
.beliveCall a{
    color:white;
}
.beliveCall2 .bot,
.beliveCall .bot{
    font-size:35px;
}
.beliveCall2{
    position: absolute;
    top: 115px;
    color: #3f78b4;
    left: 120px;
    font-size: 21px;
    line-height: 35px;
}
.beliveCall{
    position: absolute;
    top: 15px;
    color:white;
    left: 120px;
    font-size: 21px;
    line-height: 35px;
}
.blue .col-md-9 > .newsBlog > .col-md-6 .toppy a{
    text-transform:uppercase;
    font-size:14px;
}
.boxscroll .col-md-8 p ,
.blue .col-md-9 > .newsBlog > .col-md-6 p{
    font-size:12px;
}
.boxscroll .col-md-8 p{
    color:#cfcfcf;
}
.boxscroll .col-md-8 p a{
    color:#3f7ec1;
}
.boxscroll p{
    margin:0;
}
.blue .nav > li > a:hover{
    background-color:#cb6969;
    color:#white;
    opacity:0.8;
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
}
.blue ul.myTab li.active a{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:active{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:focus{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a {
    color:white;
    background-color:#cb6969;
}
.pedu_uz2, .pedu_uz1{
    float:right;
    padding-right:35px;
}
.mobNav{
    display: none;
}
.siniy{
    margin-top: 0;
    background: url('../img/6.png') repeat;
    padding-top: 30px;
}
.siniy .bloc .col-md-4 {
    border-left:2px solid white;
    margin:11px 0 13px 0;
    padding-left:5%;
    padding-right: 4%;
}
.siniy .bloc .col-md-4:first-child {
    border:none;
}
.siniy .bloc .col-md-4 p{
    text-decoration:underline white;
    font-size: 18px;
    padding-left: 93px;
    padding-right: 55px;
    padding-top: 12px;
}
.siniy .bloc .col-md-4 p a{
    color:white;
}
.siniy .bloc .col-md-4 img{
    float:left;
}
.clear{
    clear:both;
}
.corp-mail-mob{background: url(../img/corp-mail.png) 3px no-repeat;}
.answer-mob{background: url(../img/answer.png) 3px no-repeat;}
.document-mob{background: url(../img/document.png) 3px no-repeat;}
.enter-mob{background: url(../img/enter.png) 3px no-repeat;}

.mobNav li{
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
}
#myTabContent .tab-pane > p{
    font-size:12px;
}
.mapNum1,
.mapNum2,
.mapNum3,
.mapNum4,
.mapNum5,
.mapNum6,
.mapNum7,
.mapNum8,
.mapNum9,
.mapNum10,
.mapNum11,
.mapNum12,
.mapNum13{
    position:absolute;
    color:white;
    z-index: 1;
    font-size: 12px;
}
.mapNum1{
    top: 266px;
    left: 426px;
}
.mapNum2{
    top: 290px;
    left: 375px;
}
.mapNum3{
    top: 261px;
    left: 481px;
}
.mapNum4{
    top: 281px;
    left: 503px;
}
.mapNum5{
    top: 265px;
    left: 526px;
}
.mapNum6{
    top: 160px;
    left: 115px;
}
.mapNum7{
    top: 316px;
    left: 342px;
}
.mapNum8{
    top: 363px;
    left: 334px;
}
.mapNum9{
    top: 252px;
    left: 155px;
}
.mapNum10{
    top: 312px;
    left: 251px;
}
.mapNum11{
    top: 394px;
    left: 376px;
}
.mapNum12{
    top: 223px;
    left: 262px;
}
.mapNum13{
    top: 286px;
    left: 416px;
}
#menu ul.nav li:first-child a{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.nav .big.open>a,
.nav .big.open>a:focus,
.nav .big.open>a:hover{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color:none;
}
/*calendar*/


#calendar {
    width: 100%;
    line-height: 1.6em;
    font-size: 15px;
    text-align: center;
    border: none !important;
    color: #534d45;
}

#calendar thead tr:last-child {
    font-size: small;
    color: #4a6976;
}
#calendar thead tr:nth-child(1) td:nth-child(2) {
    color: #323232;
    background-color: white;
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
#calendar thead td:nth-child(n+6), #calendar .holiday {
    color: #b1d1df;
}
#calendar td {
    border: 3px solid white;
    padding: 2px 1px;
    font-size: 18px !important;
}
#calendar tbody td {
    color: #39718a;
    background: #f4f8fa; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fbfcfd 100%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f8fa), color-stop(100%,#fbfcfd), color-stop(100%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#calendar tbody td.today {
    color: #356981;
}
#calendar tbody td.active {
    border: 1px solid #2c586c;

    cursor: pointer;
}
.calendarBox{
    position: relative;
}
.calendarBox .calView{
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    font-size: smaller;
    padding: 5px;
    z-index: 50;
    width: 100%;
    height: 100%;
    color:#646060;
    font-size:13px;
    overflow: auto;
}
.calendarBox .calView h2{
    font-size:18px;
    font-weight:normal;
    line-height:20px;
    margin: 0 0 6px 0;
}
.calendarBox .calView li{
    list-style: none;
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px 0;
}
.calendarBox .calView li:last-child{
    border: none;
}
.calendarBox .calView li a{
    display: block;
}
.calendarBox .calView .closebtn{
    color: #999;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 2;
    font-family: 'Ubuntu-Candent';
    font-size: 18px;
    outline: none;
}
.calendarBox .calView .closebtn:hover{
    color: #00affc;
}












/*media*/




@media screen and (max-width: 1201px){
    .menuNav ul li{
        font-size: 13px;
    }
}
@media screen and ( max-width: 1082px){
    .header .navbar-nav>li>.dropdown-menu{
        /*width: 105.33%;*/
    }
}
@media screen and ( max-width: 1200px){
    .beliveCall{
        top: 5px;
        left: 90px;
        line-height: 30px;
    }
    .beliveCall2 .bot, .beliveCall .bot{
        font-size: 30px;
    }
    .beliveCall2, .beliveCall{
        word-spacing: 0px;
        font-size: 18px;
    }
    .beliveCall2{
        line-height: 30px;
        left: 95px;
        top: 85px;
    }
}
@media screen and ( max-width: 1200px){
    #menu li.big > a:hover,
    #menu li.big > a:active,
    #menu li.big > a:focus {
        border-top-right-radius: 15px;
        border-bottom-right-radius: 15px;
        border-top-left-radius: 15px;
        border-bottom-left-radius: 15px;
    }
    .header .navbar-nav>li>.dropdown-menu {
        /*width: 100%;*/
    }
    .cmenyu_title{
        padding: 10px 5px 5px 10px;
    }
}
@media screen and ( max-width: 980px){
    .header .navbar-nav>li>.dropdown-menu {
        /*width: 100%;*/
    }
}
@media screen and ( max-width: 979px){
    .enter, .answer, .document, .corp-mail{
        padding-right: 20px;
    }
}
@media screen and ( max-width: 711px){
    .answer{
        margin-left: 20px;

    }
    .enter, .answer, .document, .corp-mail{
        padding-right: 60px;
        margin-right: 30px;
    }
}
@media screen and ( max-width: 618px){
    .enter, .answer, .document, .corp-mail{
        padding-right: 30px;
        margin-right: 0px;
    }
}
@media screen and ( min-width: 1200px){
    .upNav .col-md-9 {
        margin: -10px 0 10px 0;
    }

}
@media screen and ( max-width: 1199px){
    #menu li a{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and ( max-width: 1199px) and ( min-width: 992px){
    .menuNav ul li {
        font-size: 13px;
        text-indent: -11px;
    }
    .menuNav .contentA li{
        text-indent: 1px;
    }

    .enter,
    .document,
    .corp-mail,
    .answer{
        padding-right: 0;
    }
}
@media screen and ( max-width: 991px)  and ( min-width: 902px){
    .beliveCall2 .bot, .beliveCall .bot{
        font-size: 53px;
    }
    .beliveCall2, .beliveCall{
        font-size: 35px;
    }
    .beliveCall{
        top: 30px;
        left: 205px;
        line-height: 62px;
    }
    .beliveCall2{
        line-height: 62px;
        left: 205px;
        top: 238px;
    }
}

@media screen and ( max-width: 902px){
    .beliveCall2 .bot, .beliveCall .bot{
        font-size: 58px;
    }
    .beliveCall2, .beliveCall{
        word-spacing: 6px;
        font-size: 39px;
    }
    .beliveCall{
        top: 29px;
        left: 217px;
        line-height: 66px;
    }
    .beliveCall2{
        line-height: 62px;
        left: 210px;
        top: 225px;
    }
}
@media screen and ( max-width: 992px){
    .belieweCall{
        position: relative;
        right: -25%;
    }
    .callCenter .brown p{
        margin-bottom: -20px;
        padding-top: 10px;
    }
    .pots ul li a{
        padding: 15px 12px;
    }
}
@media screen and ( max-width: 992px) and ( min-width: 768px) {
    .header .hasChild .col-md-3 {
        float: left;
    }
    .content .col-md-3{
        display: none;
    }
}
@media screen and ( max-width: 991px){
    .siniy .bloc .col-md-4:first-child img{
        margin-left: 10px;
    }
    .siniy{
        padding-bottom: 15px;
    }
    .menuNav ul li {
        font-size: 9px;
    }
    .nav>li>a{
        padding:10px 6px !important;
    }
    .disabled-invers{
        border:none;
    }
    .mainNav li ul li{
        padding-left: 14px;
        padding-top: 14px;
        padding-right: 19px;
        display: table-cell;
    }
    .mobAndEyes{
        position: absolute;
        top: -50px;
        right: 0;
    }
}
@media screen and ( max-width: 991px){
    .blue .c2 .glyphicon-chevron-right{
        margin-top: -20%;
        margin-right: -71%;
    }
    .blue .c1 .glyphicon-chevron-left{
        margin-top: -20%;
        margin-left: -70%;
    }
    .siniy .bloc .col-md-4{
        clear:both;
        border: medium none;
        -moz-border: medium none;
        -webkit-border: medium none;
    }

}
@media screen and ( max-width: 992px){
    .callCenter .center .col-md-4{
        margin-top: 0px;
        position:relative;
    }
    .header .hasChild .dropdown-menu > .col-md-3:first-child{
        padding-left:15px;
    }
    .header .hasChild .col-md-3{
        padding-left:0;
    }
    .poop .col-md-6 a{
        text-align:center;
    }
}
@media screen and ( max-width: 768px){
    .menuNav{
        margin-right: 15px;
    }
    .siniy .bloc .col-md-4{
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }
    .content .col-md-3{
        display: none;
    }
    .header{
        padding-bottom: 30px;
    }
    .header .dropdown-toggle {
        text-align: inherit;
    }
    .col-sm-4 {
        width: 33.333333%;
        float: left;
    }
    .menuNav ul li {
        text-indent: 0;
    }
}
.bloc_mob{
    display: none;
}
.iconsMobNav{
    float: left;
    width: 25%;
    text-align: center;
}
.iconsMobNav img{

}
.iconsMobNav a{
    font-size: 12px;
}
@media screen and ( max-width: 767px){
    .blue .nav-justified > li {
        display: table-cell;
        width:12%;
    }
    .verMobiles{
        display:none ;
    }
    .manphys{
        display: none;
    }
    .bloc {
    display: none;
    }
    .bloc_mob{
        text-align: center;
        display: block;
    }
    .bloc_mob p a{
        text-align: center;
        color: white;
    }
    .blue .nav-justified > li > a{
        margin-bottom:0;
    }
}
@media screen and ( max-width: 510px){
    .enter,
    .document,
    .corp-mail,
    .answer{
        display: none !important;
    }
    .mobNav{
        display:block;
        margin-top: 25px;
    }
}
@media screen and ( max-width: 991px){
    .footer .navTop .col-md-4:last-child{
        float:left;
    }
    #menu {
        margin-left:-60px;
        margin-right:-60px;
    }
}
@media screen and ( max-width: 860px){
    #menu {
        margin-left:0px;
        margin-right:0px;
    }
}
@media screen and ( max-width: 730px)  and ( min-width: 611px){
    .beliveCall {
        top: 40px;
        left: 181px;
        line-height: 45px;
    }
    .beliveCall2, .beliveCall {
        word-spacing: 0px;
        font-size: 25px;
    }
    .beliveCall2 {
        line-height: 45px;
        left: 184px;
        top: 201px;
    }
}
@media screen and ( max-width: 611px) {
    .beliveCall2 .bot, .beliveCall .bot{
        font-size: 30px;
    }
    .beliveCall2, .beliveCall{
        word-spacing: 0px;
        font-size: 22px;
    }
    .beliveCall{
        top: 42px;
        left: 152px;
        line-height: 40px;
    }
    .beliveCall2{
        line-height: 34px;
        left: 150px;
        top: 160px;
    }
}
@media screen and ( max-width: 660px){
    .blue .manphys .seep,
    .blue .manphys .seep2{
        width:100%;
    }
}
@media screen and ( max-width: 673px){
    .enter,
    .document,
    .corp-mail,
    .answer{
        padding-left:77px;
    }
    .disabled-invers {
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }

}
@media screen and ( max-width: 673px) and ( min-width: 510px ){
    .answer{
        margin-left: 20px;
    }
}
@media screen and ( max-width: 691px){
    .border_a
    {
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }
    .navbar-collapse .contentA
    {
        border:none;
        -moz-border:none;
        -webkit-border:none;
        position:static;
        background:none;
    }


}

@media screen and ( max-width: 691px){
    .collapse .nav .lasty .contentA{
        position:static;
    }

}









@media screen and ( max-width: 772px){
    .callCenter .manphys .seep2,
    .callCenter .manphys .seep{
        width:100%;
    }
}
@media screen and ( max-width: 772px){
    .menuNav .navbar-collapse .contentA .border_a
    {
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }
    .navbar-collapse .contentA
    {
        border:none;
        -moz-border:none;
        -webkit-border:none;
        margin-left:0;
        position:static;
        background:none;
    }
    .menuNav .navbar-collapse .contentA{
        position:static;
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }
    .triangle{
        border:none;
        -moz-border:none;
        -webkit-border:none;
    }

}
@media screen and ( max-width: 1079px){
}
@media screen and ( max-width: 771px){
    .collapse .nav .lasty .contentA{
        position:static;
    }
}
@media screen and (max-width: 768px){
    .siniy{
        padding-top: 15px
    }
    #menu .big .dropdown-menu span,
    #menu .dropdown-menu span{
        display: none;
    }
    #menu .dropdown-menu{
        border: none;
        background: none;
        width: 100%;
    }
    #menu .dropdown-menu li{
        border: none;
    }
    #menu .big > a:hover,
    #menu .big > a:active{
        border-top-left-radius: 0;
        border-top-right-radius: 0;
    }
    #menu .big .dropdown-menu {
        -webkit-border-radius: 10px;
        border-radius: 10px;
        border: 1px solid #3e7cbd;
        margin-top: -7px;
    }
}
@media screen and (max-width: 664px){
    .carousel-inner .item .col-sm-4{
        min-width: 100%;
        width: 100%;

    }
}
@media screen and (max-width: 664px){
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 200%;
    }
}
@media screen and (max-width: 610px){
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 250%;
    }
}
@media screen and (max-width: 525px){
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 350%;
    }
}
@media screen and (max-width: 366px){
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 550%;
    }
}
@media screen and (max-width: 353px){
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 650%;
    }
}
@media screen and (max-width: 500px){
    .beliveCall2 {
        line-height: 33px;
        left: 146px;
        top: 150px;
    }
    .beliveCall{
        top: 22px;
        left: 146px;
        line-height: 31px;
    }
    .beliveCall2, .beliveCall{
        font-size: 12px;
    }
}
@media screen and (max-width: 462px){
    .beliveCall2 {
        line-height: 30px;
        left: 129px;
        top: 125px;
    }
    .beliveCall2, .beliveCall{
        font-size: 18px;
    }
    .beliveCall {
        top: 14px;
        left: 125px;
        line-height: 30px;
    }
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 400%;
    }
}
@media screen and (max-width: 400px){
    .beliveCall2 {
        line-height: 30px;
        left: 100px;
        top: 105px;
    }
    .beliveCall2, .beliveCall{
        font-size: 15px;
    }
    .beliveCall {
        top: 15px;
        left: 100px;
        line-height: 28px;
    }
    .blue .c2 span,
    .blue .c1 span {
        margin-top: 450%;
    }
}
@media screen and (max-width: 360px){
    .beliveCall2 {
        line-height: 30px;
        left: 95px;
        top: 85px;
    }
    .beliveCall2, .beliveCall{
        font-size: 12px;
    }
    .beliveCall {
        top: 15px;
        left: 95px;
        line-height: 25px;
    }
    .beliveCall2 .bot, .beliveCall .bot {
        font-size: 22px;
    }
}




.menu_block{
    display: block;
    box-shadow: 0 0 12px #afaeae;
}
.menu_block ul li{
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.menu_block ul li:hover{
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.menu_block ul li a:hover{
    text-decoration: none;
}
.menu_block ul li a{
    color: white;
    display: block;
}
.menu_block ul li{
    list-style: none;
    width: 100%;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 6px;
    /*background: rgba(132,136,161,1);
    background: -moz-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,136,161,1)), color-stop(33%, rgba(132,136,161,1)), color-stop(59%, rgba(127,133,157,1)), color-stop(64%, rgba(119,125,149,1)), color-stop(100%, rgba(119,125,149,1)));
    background: -webkit-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -o-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -ms-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: linear-gradient(to bottom, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    border-bottom: 1px solid black;*/
}
.menu_block ul li:hover{
    text-decoration: none;
    /*background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);*/
}
.br{
    border:1px solid red;
}
.dateNews{
    border:1px solid #676767;
    background-color: #0b93d5;
    color: #ffffff;
    width: 20%;
    font-size: 22px;
    float: left;
}
.titleNews{
    width: 79%;
    border:1px solid #676767;
    background-color: #0b93d5;
    color: #ffffff;
    font-size: 18px;
    float: right;

}
@font-face {
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

    font-weight: normal;
    font-style: normal;
}

.breadcumbsBtn li:last-child{
    background-color: #66ACD2;
}
.site-path a{
    text-decoration-style: none;
    text-decoration-color: none;
    font-family: 'Ubuntu-Candent';
}
.site-path li{
    height: 24px !important;
    color: red;
    padding-left: 15px;
    background-color: #f0f0f0;
    font: normal 11px/24px Arial;
    margin-left: -5px;
}
.site-path span {
    width: 12px;
    margin-right: -11px;
    z-index: 0;
    height: 24px;
    background-image: url("../img/path_right.png");
}

.blueBrd span{
    background-image: url("../img/path_right2.png");
}
*{
    margin: 0;
    padding: 0;
}
.sidebar_menu{
    margin-top: 60px;
}
.menu_block{
    display: block;
    -webkit-box-shadow: 0 0 12px #afaeae;
    -moz-box-shadow: 0 0 12px #afaeae;
    -o-box-shadow: 0 0 12px #afaeae;
    box-shadow: 0 0 12px #afaeae;
}
.sidebar_menu .menu_block ul li{
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.sidebar_menu .menu_block ul li:hover{
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.sidebar_menu .menu_block ul li a:hover{
    text-decoration: none;
}
.sidebar_menu .menu_block ul li a{
    color: white;
    display: block;
}
.sidebar_menu .menu_block ul li{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 6px;
    background: rgba(132,136,161,1);
    background: -moz-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,136,161,1)), color-stop(33%, rgba(132,136,161,1)), color-stop(59%, rgba(127,133,157,1)), color-stop(64%, rgba(119,125,149,1)), color-stop(100%, rgba(119,125,149,1)));
    background: -webkit-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -o-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -ms-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: linear-gradient(to bottom, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    border-bottom: 1px solid black;
}
.sidebar_menu .menu_block ul li:hover{
    text-decoration: none;
    background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
}
.news h1{
    float: left;
    font-size: 24px;
    padding: 17px 0 17px;
    letter-spacing: 1px;
    margin: 0px;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
}
.newsBlog p.news_data{
    margin-bottom: 20px;
}
.news_data{
    border: 1px solid #C7C4C4;
    border-radius: 5px;
    text-align: center;
    font: normal 17px/31px 'Ubuntu-Candent';
    color: #777777;
    font-weight: bold;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(242,242,242,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
}
.newsBlog div p a{
    display: block;
    font: normal 18px Arial;
    color: #1a4f98;
    margin: 0 0 4px;
    text-decoration: none;
}
.newsBlog .blog_text{
    font: normal 12px Arial;
    color: #666666;
}
.newsBlog p{
    margin-bottom: 0;
}
.blog_text{
    padding-bottom: 25px;

}
.news_rss span{
    font-size: 17px;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    color: #196891;
    font-weight: bold;
}
.news_rss img{
    padding-bottom: 5px;
}
.news_rss {
    float: right;
    padding: 17px 0 17px;
    right: 0;
}
.clear{
    clear: both;
}
#active{
    /*background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
*/
}
.header>.container>.rower{
    margin-left: 15px;
    /*    padding: 0 10px;*/
}
/*РїСЂРѕР±Р»РµРјРЅС‹Р№ С‡Р°СЃС‚СЊ*/
.callCenter .brown .firstList li:first-child a{
    margin-top: 15px;
    padding-left: 5px;
}
.callCenter .brown .firstList li:first-child{
    margin: 15px 17px 40px 0px;
}
.callCenter .brown .firstList li:last-child img{
    margin-left: 20px;
}
.callCenter .brown .firstList li:last-child a{
    margin: 7px -28px 1px 15px;
}
.callCenter .brown .firstList{
    margin-top: 15px;
}
.callCenter .brown .firstList li:last-child{
    margin: 15px 17px 40px 0px;
}
.callCenter .brown .secondList{
    margin-top: 15px;
}
.callCenter .brown .secondList li:first-child img{
    margin-left: 20px;
}
.callCenter .brown .secondList li:first-child a{
    margin: 7px -28px 1px 15px;
}
.callCenter .brown .secondList li:first-child{
    margin: 15px 17px 40px 0px;
}

.callCenter .brown .secondList li:last-child img{
    margin-left: 0;
}
.callCenter .brown .secondList li:last-child a{
    margin: 15px -32px 0 10px;
}
.callCenter .brown .secondList li:last-child{
    margin: 15px 85px 41px -50px;
}
/*РїСЂРѕР±Р»РµРјРЅС‹Р№ С‡Р°СЃС‚СЊ*/
.title{
    color: #5a574d;
    /*font-family: Tahoma;*/
    font-family: 'Ubuntu-Candent';
    font-weight: normal;
    margin: 0;
    font-size: 25px;
    padding: 12px 0;
    text-transform: uppercase;
}
.text_justify{
    text-align: justify;
}
.closebtn{
    color: #999;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 2;
    font-size: 25px;
    outline: none;
}
.calendarBox .calView .closebtn:hover{
    color: #00affc;
}
.calView{
    background: url("../img/pixe_white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #646060;
    display: none;
    font-size: 13px;
    height: 100%;
    overflow: auto;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.fix_nav_menu .thumbnail_my2 {
    position: fixed;
    top: 165px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .mmm {
    position: absolute;
    z-index: 1;
    display: block;
}
.fix_nav_menu .thumbnail_my {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu a:link {
    color: #1A4F98;
    text-decoration: underline;
}
.fix_nav_menu a img {
    border: none;
}
.fix_nav_menu .thumbnail_my span {
    position: fixed;
    top: 120px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my2 span {
    position: fixed;
    top: 180px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my3 {
    position: fixed;
    top: 224px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my3 span {
    position: fixed;
    top: 240px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my4 {
    position: fixed;
    top: 284px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my4 span {
    position: fixed;
    top: 300px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my5 {
    position: fixed;
    top: 343px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my5 span {
    position: fixed;
    top: 360px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
@media screen and ( max-width: 991px){
    .fix_nav_menu{
        display: none;
    }
}
@media (max-width: 1200px){
    #menu{
        padding: 0 0 0 20px;
    }
}
/********************sdfsdfsdfsdfsdf*/



.menu_shadow .col-md-2{
    margin-bottom: 40px;
    margin-top: 5px;
}
.menu_shadow .contact span{
    font: normal 14px Arial;
}
.menu_shadow .contact{
    display: inline-block;
    width: 176px;
    font: bold 16px Arial;
    color: #333333;
}
.menu_shadow b {
    display: block;
    font: bold 16px Arial;
    color: #333334;
    margin: 0 0 8px;
}
.menu_shadow .menu_title{
    font: normal 18px 'PTSansNarrowBold';
    color: #585e76;
    text-transform: uppercase;
    margin: 0 0 18px;
    letter-spacing: 1px;
}
.menu_shadow{
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #cbccce;
    box-shadow: 0 0 14px #cbccce;
    -webkit-box-shadow: 0 0 14px #cbccce;
    -moz-box-shadow: 0 0 14px #cbccce;
    -o-box-shadow: 0 0 14px #cbccce;
    margin: 0 0 26px;
}



.menu_frame img{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
    -moz-box-shadow: 0 0 6px #d0d0d0;
    -webkit-box-shadow: 0 0 6px #d0d0d0;
    transform: rotate(5deg);
    height: 140px;

    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
}
.margin-bottom {

    margin-bottom: 40px;
    float: left;
}
.menu_frame2 a{
    font: normal 24px 'PTSansNarrowBold';
    color: #1a4f98;
    text-align: center;
    padding-left: 30px;
    padding-top: 34px;
    display: table;
}
.menu_frame{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
    -webkit-box-shadow: 0 0 6px #d0d0d0;
    -mox-box-shadow: 0 0 6px #d0d0d0;
    display: -webkit-inline-box;
    transform: rotate(-6deg);
    margin-bottom: 15px;
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}
legend{
    color: #5a574d;
    font-size: 22px;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
}

/*********************** IT systems widget style  *************************/
.itsystems{
    border: 1px solid #DDD;
    min-height: 150px;
    height: 100%;
    padding: 15px 0 15px 0;
    border-radius: 10px;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 17px;
}
.itsystems:hover{
    color: #1A4F98;
}
/************************ Staff Controller's view style *********************/

.staff-list{
    font: 14px arial;
    color: #333;
    border-bottom: 1px solid #585E76;
    height: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.personal-image{
    box-shadow: 0 0 6px #D0D0D0;
}
.contantacts{
    color: #666;
    display: block;
    margin: 0 0 3px;
    padding: 13px 0 0;
}
.department-name{
    font: 24px "PTSansNarrowBold";
    color: #585E76;
    text-transform: uppercase;
}
.position-name{
    font-size: 18px;
}

/*top_manegers*/

.menu_top_manegs ul{
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu_top_manegs li{
    display: list-item;
    list-style-type: disc !important;
}
.menu_top_manegs img{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
}
.menu_top_manegs span{
    color: #666666;
    display: block;
    margin: 0 0 3px;
    padding: 13px 0 0;
}
.menu_top_manegs i{
    font-size: 18px;
    display: block;
    margin: 0 0 12px;
    font-style: normal;
}
.menu_top_manegs .manegs {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.menu_top_manegs .name {
    font: normal 24px 'Ubuntu-Candent';
    color: #585e76;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.titleMap{
    color: #196891;
    font: 26px "Ubuntu-Candent";
    margin-top: 10px;
    padding: 0 0 15px;
}

/*************************************************/
.OtmContent{
    width: 1px solid #efefef;
    border-radius: 10px;
    background-color: #efefef;

}
.vil-name{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;

}
.vil-name .vil-title{
    color:white;
    padding-top: 4px !important;
    height: 30px;
    border-top-left-radius: 5px;
    background: url("../img/bg2.png") repeat ;
    border-top-right-radius: 5px;
    /*font-family: "Segoe UI", "SegoeUISemilight", Calibri;*/
    font-family: 'Ubuntu-Candent';
}
.vil-name li:hover{
    background-color: #aeaeae;
    color:#efefef;

}

.panel-default>.panel-heading{
    background: url("../img/bg2.png") repeat ;
}
.panel-default>.panel-heading{
    background: url("../img/bg.png") repeat ;
}
.panel-body p{
    text-transform: uppercase;
    /*font-family: 'pt_sans_regular';*/
    font-family: 'Ubuntu-Candent';
    font-style: italic;
}
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus{
    text-decoration: none;
}
.panel-body a:hover{
    background: none;
    color: cornflowerblue;
    text-decoration: none;
    -webkit-transition-duration: 0.6s;
    -moz-transition-duration: 0.6s;
    -o-transition-duration: 0.6s;
    transition-duration: 0.6s;
    -webkit-transition-delay: 0.1s;
    -moz-transition-delay: 0.1s;
    -o-transition-delay: 0.1s;
    transition-delay: 0.1s;
    transition-timing-function:ease-out;
}
.panel-title a{
    /*font-family: 'Ubuntu-C';*/
    font-family: 'Ubuntu-Candent';
    color: #ffffff;
}

/*СЌС‚Рѕ Р±С‹Р»Рѕ С‚Р°Р±С‹*/
.state{
    border-bottom: 1px solid #000000;
}
.state_ul li{
    list-style: none;
    clear: both;
}
ul.state_ul{
    padding: 0;
}
.state_ul .col-md-5,
.state_ul .col-md-7,
.state_ul .col-md-6{
    padding: 0;
}
.info_university .col-md-6{
    padding: 0;
}
.statistic_ul .separate{
    background: url("../img/detail.png") repeat-x bottom;
    width: 100%;
}
.statistic_ul .legs_left{
    background: #ffffff;
    padding: 0 1px;
}
.statistic_ul .legs_right{
    float: right;
    background: #ffffff;
    padding: 0 1px;
}
.statistic_ul li{
    list-style: none;
}
.statistic ul{
    padding: 10px;
}
.statistic{
    box-shadow: 0 0 14px #A0A1A1;
    padding: 10px;
}
.margdown{
    margin-bottom: 50px;
}
.title_name{
    font: normal 24px Arial;
    color: #333333;
    margin: 0 0 5px;
}
.info_title{
    font-size: 24px;
    padding: 0 0 17px;
    letter-spacing: 1px;
    margin: 0px;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
}
.name{
    font: normal 14px 'Ubuntu-Candent';
    color: #666666;
    margin: 0 0 5px;
}
.state_down,
.state_up{
    margin-bottom: 20px;
}

/*СЌС‚Рѕ Р±С‹Р»Рѕ РёРЅС„Рѕ СЃС‚Р°С‚РёСЃС‚РёРєР°*/


.teach{
    font-size: 18px;
    color: #000;
    margin: 0 0 10px 0;
}
.work_team .col-md-4{
    padding: 0 10px 0 0;
    margin-bottom: 15px;
}
.work_team img{
    padding: 10px 10px;
}
.work_team{
    margin: 15px 0;
}
.tablo,
.facults{padding-bottom: 20px;}
.facults,
.tablo,
.work_team{
    margin-bottom: 30px;
   // border-bottom: 1px solid #000000;
}
.facults li{
    list-style: url("../img/mark.png");
    cursor: pointer;
    font: bold 18px Arial;
    color: #666;
    padding: 4px 0 4px 5px;
}
.facults ul{
    padding-left: 25px;
}
@font-face {
    font-family: 'Ubuntu-C';
    src: url('../fonts/Ubuntu-C.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fonts/PTSansNarrowBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sans_regular';
    src: url('../fonts/pt_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SEGOEUIL';
    src: url('../fonts/SEGOEUIL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HermesCTT';
    src: url('../fonts/HermesCTT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.panel-body li{
    list-style: decimal;
    font-family: 'SEGOEUIL';
    font-weight: bold;
}




.univer-info {
    padding: 8px 0px !important;
    margin: 0 0 8px;
    border-bottom: 1px solid #9dabda;
    text-align: center;
}
.univer_info table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.univer_info table td {
    padding: 3px 10px 3px 0;
    margin: 0;
}
.tablo td{
    text-align: center;
}
.table_word{
    margin: 0px;
    padding: 5px 0 12px 0;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.media_news .cat_name,
.media_news .addres{
    display: block;
    font: bold 16px 'Ubuntu-Candent';
    color: #333334;
    margin: 0 0 8px;
}
.media_news .box_name{
    margin: 0px;
    padding: 5px 0 12px 0;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.media_news .title_name{
    margin: 25px 0 20px 0;
}
.media_news{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.media_news .statistic{
    padding: 20px;
}
.media_news .col-md-3{
    padding: 0 0 0 5px;

}
.categ{
    display: block;
    font: normal 14px Arial;
    color: #666666;
}
.faculStyle{
    width: 374px;
    margin-bottom: -15px;
    margin-left: -15px;
    margin-top: -12px;
    height: 400px;
}




*{
    /*z-index:0;*/
    margin:0;
    padding:0;
}
.header .container{
    padding-bottom: 0px;
}

ul.lang li,
ul.mainNav li{
    display: inline-block;
}
.dataColor{
    color:#696969;
    margin-top:10px;

}
.z-1{
    z-index:-1;
}
.big > a{
    z-index:-1;
}
@font-face {
    font-family: 'pt_sans_regular';
    src: url('../fonts/pt_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans Italic';
    src: url('../fonts/PTSans Italic.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSans Bold';
    src: url('../fonts/PTSans Bold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}

#menu{
    z-index:1;
    background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: -ms-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent !important;
    background: #ffffff; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSIxMiUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI0MSUiIHN0b3AtY29sb3I9IiNmMWYxZjEiIHN0b3Atb3BhY2l0eT0iMSIvPgogICAgPHN0b3Agb2Zmc2V0PSI1NSUiIHN0b3AtY29sb3I9IiNlZmVmZWYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #ffffff 12%, #ffffff 12%, #f1f1f1 41%, #efefef 55%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(12%,#ffffff), color-stop(12%,#ffffff), color-stop(41%,#f1f1f1), color-stop(55%,#efefef)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 12%,#ffffff 12%,#f1f1f1 41%,#efefef 55%); /* W3C */
    border-radius: 15px;
    -webkit-border-radius: 15px;
    -ms-border-radius: 15px;
    -moz-border-radius: 15px;
    /*    padding: 0 0 0 20px;*/
    /*font-family: "PTSans Bold";*/
    font-family: 'Ubuntu-Candent';
    box-shadow: 0 5px 10px rgba(2, 3, 3, 0.20);
    margin: 35px 0 -25px 0;
}
#menu li a{
    padding-left:25px;
    padding-right: 25px;
    text-transform: uppercase;
    font-size: 14px;
}
#menu li a:hover{
    background: linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
}
#menu .dropdown-menu{
    border: 1px solid #3e7cbd;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    /*left: -40%;*/
    background: rgb(240, 243, 248);

}
#menu .navbar-nav {
    /*margin: 0px 5px -0px -15px;*/
}
#menu .big{
    position: static;
}
#menu .big .dropdown-menu{
    background: linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to top, #fefefe 0%, #f8f8f8 44%, rgb(240, 243, 248)) repeat scroll 0% 0% transparent;
    background: #fefefe; /* Old browsers */
    background: #f0f3f8; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YwZjNmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjU5JSIgc3RvcC1jb2xvcj0iI2Y4ZjhmOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZWZlZmUiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  #f0f3f8 0%, #f8f8f8 59%, #fefefe 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f0f3f8), color-stop(59%,#f8f8f8), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* IE10+ */
    background: linear-gradient(to bottom,  #f0f3f8 0%,#f8f8f8 59%,#fefefe 100%); /* W3C */
    width: 100%;
    position: absolute;
    padding: 30px 0;
}
#menu .big .dropdown-menu li{
    list-style: none;
    padding: 10px 5px;
    border: none;
}
#menu .big .dropdown-menu li a{
    text-align: left;
    padding: 0;
    text-transform: none;
}

#menu .dropdown-menu span{
    top: -4px;
    left: 40px;
    margin-left: -11px;
    display: block;
    width: 0px;
    height: 0px;
    transform: rotate(44deg);
    background: none repeat scroll 0% 0% rgb(240, 243, 248);
    position: absolute;
    z-index: -9;
    border: 5px solid rgb(240, 243, 248);
    box-shadow: -1px -1px 0px rgb(62, 124, 189);
}
#menu .dropdown-menu li{
    border-bottom: 1px solid #85b8f3;
    margin: 0 10px;
    /*min-width: 220px;*/
    width: 90%;


}
#menu .dropdown-menu li:last-child{
    border: none;
}
#menu .dropdown-menu a{
    color: #2765a7;
    padding-top: 13px;
    padding-bottom: 13px;
    text-align: left;
}
#menu .dropdown-menu a:hover{
    background: none;
    text-decoration: underline;
}

#menu .big ul li{
    display:block;
}



.callCenter .manphys img{
    background-color:#bdddff;
    margin-top: 10px;
}
.callCenter .manphys .col-sm-12 .col-sm-9 p:first-child{
    font-size:20px;
    color:white;
}
.callCenter .manphys .col-sm-12{
    margin-top:15px;
    margin-bottom:25px;
}
.callCenter .manphy .container{
    padding:0;
}
.callCenter .manphys .seep a{
    color:white;
}
.callCenter .manphys .seep2{
    width: 53.333333%;
}
.callCenter .manphys .seep{
    width: 44.666667%;
    background:url(../img/6.png);
    padding: 20px 0;
}
.callCenter .manphys{
    margin-bottom:35px;
    background:url(../img/18.png);
}
.blockinfo,
.blockmap{
    position:absolute;
}
.blockinfo p{
    color:#c9c9c9;
}
.blockinfo{
    max-width:230px;
    left:0;
    bottom:0;
    font-size: 16px;
}
.blockmap p{
    text-align: right;
    color: white;
    font-size: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-left:10px;
}
.blockmap{
    width:290px;
    background-color:#6dad68;
    top:0;
    right:0;
}

.callCenter .manphys #vmap{
    margin-top:75px;
    max-width: 100%;
}









.downNav .input-group .form-control {
    background-color: white;
    border-right: none;
}
.contentA{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.menuNav{
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.downNav .input-group-btn>.btn:focuse{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.downNav .input-group-btn>.btn:hover{
    border-left:none;
}
.downNav .input-group-btn>.btn:active{
    box-shadow:none;
    -moz-box-shadow:none;
    -webkit-box-shadow:none;
}
.downNav .input-group .input-group-btn {
    background-color: white;
    border-left: none;
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
}
.menuNav .nav>li>a:hover,.menuNav .nav>li>a:focus{
    background-color:none;
    background: linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to bottom, #fefefe 0%, #dadff3 44%, #F7F7F7 100%) repeat scroll 0% 0% transparent;
}
img{
    border:0;
    max-width:100%;
}
.siniy{
    z-index:-1;
}
.menuNav{
    z-index:3;
}
#footer{
    margin-top:100px;
}
.callCenter{
    margin-bottom:30px;
}
.header{
    background: linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -ms-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #b6d0eb 0%, #ebeef5 44%, #eff2f7 100%) repeat scroll 0% 0% transparent;
    border-top:2px solid #595d78;
    background: #b3d1eb; /* Old browsers */
    /* IE9 SVG, needs conditional override of 'filter' to 'none' */
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZDFlYiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjUwJSIgc3RvcC1jb2xvcj0iI2VkZjBmNSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGYzZjgiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top, #b3d1eb 0%, #edf0f5 50%, #f0f3f8 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b3d1eb), color-stop(50%,#edf0f5), color-stop(100%,#f0f3f8)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* IE10+ */
    background: linear-gradient(to bottom, #b3d1eb 0%,#edf0f5 50%,#f0f3f8 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b3d1eb', endColorstr='#f0f3f8',GradientType=0 ); /* IE6-8 */
}
.content{
    border: 1px solid red;
    margin-top: -30px;
    padding-top: 20px;
}

body {
    padding-right: 0;
    padding-left: 0;
}
a img {
    border: none;
}
.upNav{
    padding-top:42px;
}
.lang li{
    text-indent:20px;
}
.lang{
    padding-top: 10px;
}
.bold{
    font-weight:bold;
}
.print-li {
    border: 1px solid red;
    height: 100%;
}

.corp-mail{background: url(../img/corp-mail.png) 3px no-repeat;}
.answer{background: url(../img/answer.png) 3px no-repeat;}
.document{background: url(../img/document.png) 3px no-repeat;}
.enter{background: url(../img/enter.png) 3px no-repeat;height:40px;}
.enter2{background: url(../img/print.png) 3px no-repeat;height:40px; cursor: pointer;}
.enter,
.enter2,
.answer,
.document,
.corp-mail{
    padding-left: 40px;
    padding-right: 28px;
}
.disabled-invers{
    border-bottom:1px solid black;
}
.list-inline ul li{
    display: block;
    padding-left: 20px;
}
.logoGerb{
    float:left;
}
.downNav p{
    font-size: 20px;
    padding-top: 1%;
    padding-left: 90px;
}
.downNav .btn-default{
    background: inherit;
}
.search{
    margin-top: 7%;
    padding-right: 12%;
}
.menuNav ul li{
    font-size: 15px;
    line-height: 53px;
    text-indent: 5px;
}
.menuNav{
    margin-left:15px;
    position: relative;
    bottom: -50px;
    background: linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    background: -moz-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    background: -webkit-linear-gradient(to bottom, #fefefe 0%, #f8f8f8 44%, #e9e9e9 100%) repeat scroll 0% 0% transparent;
    border-radius: 18px;
    -moz-border-radius: 18px;
    -webkit-border-radius: 18px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 8px rgba(247, 251, 255, 1), 3px 15px 21px -14px rgba(247, 251, 255,);
}
.clear{
    clear:both;
}


.hasChild{
    position: static !important;
}
.hasChild > .dropdown-menu{
    position: absolute;
    width: 100%;
    left: 0;
}
.header .hasChild .col-md-3{
    padding-top:15px;
    padding-left: 25px;
}
.header .hasChild ul li{
    display: block;
    line-height: 25px;
}
.footer .navBottom .col-md-5,
.footer .navBottom .col-md-6{
    padding-left: 0;
}
.footer .navBottom .col-md-6 .col-md-6 .col-md-6{
    padding: 13px 0 0 13px;
}
.footer .navBottom{
    background:url(../img/shtrix.png) repeat;
    margin-bottom: 77px;
}
.footer .navTop{
    background: none repeat scroll 0% 0% #EFEFEF;
    height: auto;
    margin: 0px auto;
    padding-top: 14px;
    padding-bottom: 95px;
    position: relative;
    top: -46px;
    box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
    -moz-box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
    -webkit-box-shadow: inset 0 1px 1px rgba(179, 170, 170, 0.08), 0 0 8px rgba(176, 176, 176, 0.6);
}
.footer {
    margin: 0px auto;
    bottom:0;
}
.footer{
    height: auto;
    margin: 0px auto;
    background:url(../img/shtrix.png) repeat;
}
.callCenter .polosa{
    margin-top: 50px;
    margin-bottom: 50px;
    border:2px solid #1b4f9a;
}
.callCenter .center{
    margin-top:25px;
    margin-bottom:25px;
}
.callCenter{
    background:#fff;
}
.callCenter .brown p{
    margin-bottom:5px;
    padding-top:15px;
    font-size:16px;
    color:#6a6a6a;
}
/*.callCenter .center img{*/
/*width:100%;*/
/*}*/
.callCenter .center .img11,
.callCenter .center .img12{
    margin-bottom:15px;
    border-radius: 10px;
    box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -moz-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
    -webkit-box-shadow: 0px 1px 1px rgba(0, 0, 0, 0.075) inset, 0px 0px 8px #F7FBFF, 3px 15px 21px -14px;
}
.callCenter .brown{
    border-radius: 20px;
    -moz-border-radius: 20px;
    -webkit-border-radius: 20px;
    text-align:center;
    background:#f7f7f7;
}
/*.callCenter .brown .firstList li:first-child{*/
/*background: url(../img/2.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*padding-top: 35px;*/
/*}*/

/*.callCenter .brown .firstList li:last-child{*/
/*background: url(../img/1.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*margin:15px 0;*/
/*padding-top: 35px;*/
/*}*/
/*.callCenter .brown .secondList li:first-child{*/
/*background: url(../img/3.png) no-repeat left;*/
/*padding-bottom: 20px;*/
/*padding-left: 79px;*/
/*padding-right: 52px;*/
/*padding-top: 35px;*/
/*}*/
.callCenter .brown .secondList li:last-child a{
    margin-top: 39px;
}
/*.callCenter .brown .secondList li:last-child{*/
/*background: url(../img/4.png) no-repeat left;*/
/*padding-bottom: 77px;*/
/*padding-left: 95px;*/
/*padding-right: 123px;*/
/*padding-top: 14px;*/
/*}*/
.blue{
    margin-top:25px;
}
.blue .nav > li > a:hover{
    background-color:#cb6969;
    color:#white;
    opacity:0.8;
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
}
.myTab{
    z-index: 0;
    position: relative;
}
.mainNav{
    font-size: 16px;
}
.blue ul.myTab li.active a{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:active{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:focus{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a {
    color:white;
    background-color:#cb6969;
}
.blue .nav > li > a.bord{
    padding: 16px 15px;
    border-top-left-radius:30px;
    -moz-border-top-left-radius:30px;
    -webkit-border-top-left-radius:30px;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.blue .nav > li > a.bord2{
    padding: 16px 15px;
    border-top-right-radius:30px;
    -moz-border-top-right-radius:30px;
    -webkit-border-top-right-radius:30px;
    border-bottom-right-radius: 0;
    -moz-border-bottom-right-radius: 0;
    -webkit-border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    -moz-border-bottom-left-radius: 0;
    -webkit-border-bottom-left-radius: 0;
}
.blue ul.myTab li{
    font-size: 16px;
}
.blue .col-md-9 > .newsBlog > p:last-child{
    text-align:center;
    float:none;
}
.blue .col-md-9 > .newsBlog > .col-md-6 .toppy{
    padding-top:25px;
}
.blue .col-md-9 > .newsBlog .rss img{
    padding-bottom:5px;
}
.blue .col-md-9 > .newsBlog .poloska > img{
    position: absolute;
    width: 100%;
    height: 2px;
}
.blue .col-md-9 > .newsBlog > .rss{
    position:absolute;
    right:0;
}
.blue .col-md-9 > .newsBlog > p:first-child{
    float:left;
}
.blue .nav-pills > li > a {
    border-radius: 0px;
    -moz-border-radius: 0px;
    -webkit-border-radius: 0px;
}
.blue > .container > .rower > .col-md-3 .boxscroll .col-md-8{
    padding-bottom:20px;
}
.blue > .container > .rower > .col-md-3 .boxscroll{
    background-color:#f3f3f3;
}
.boxscroll .tab-content .tab-pane:last-child{
    padding:0px 15px;
}
.rower .bs-example{
    box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    -moz-box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    -webkit-box-shadow: 0px 25px 18px -16px rgba(50, 50, 50, 0.45);
    border-top-left-radius: 40px;
    -moz-border-top-left-radius: 40px;
    -webkit-border-top-left-radius: 40px;
    border-top-right-radius: 40px;
    -moz-border-top-right-radius: 40px;
    -webkit-border-top-right-radius: 40px;
}
#boxscroll {
    padding-top: 10px;
    height: 200px;
    overflow: auto;
    margin-bottom: 20px;
    margin-right: auto;
    margin-left: auto;
}
.blue .colorBlue{
    background:#3f78b4;
}
.blue .cal2{
    margin-top:55px;
    margin-bottom:15px;
}
.blue .foot_ico_txt p{
    margin: 10px;
}
.blue .foot_ico_btn>p{
    padding-top:6px;
    color:white;
}
.blue .foot_ico_btn p{
    text-align:center;
}
.blue .foot_ico_btn {
    padding-top: 0;
    height: auto;
}

.blue .c2 span{
    margin-top: 65px;
    margin-left: 94%;
    color: #b1b1b1;
    font-size: 50px;
}
.blue .c1 span{
    margin-top: 65px;
    margin-left: -100%;
    color: #b1b1b1;
    font-size: 50px;
}
.blue .c1 a,
.blue .c2 a{
    z-index:0;
}
.blue .carousel-control.left,
.blue .carousel-control.right {
    background:none;
}
.blue > .container > .rower > .col-md-3{
    margin-top:15px;
}
.icon_menyu{
    position: absolute;
    margin-top: 30px;
    left: 85px;
    right: 95px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.icon_ico{
    width: 100%;
    padding-left: 35px;
    color: white;
    float: left;
    border-right: 1px solid #efefef;
}
.icon_ico2{
    height: 60px;
    width: 33%;
    padding-left: 35px;
    color: white;
    float: left;
}
.content_site{
}
.content_menyu{
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
    margin-top: 5px;
    background-color: #f3f3f3;
    width: 100%;
    height: 450px;
    box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);
    -moz-box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);
    -webkit-box-shadow: 0px 3px 4px 0px rgba(119, 119, 119, 0.75);

}
.cmenyu_title{
    width: 50%;
    height: 50px;
    color: #3f7ec2;
    font-size: 18px;
    padding: 10px 5px 5px 15px;
    float: left;
}
.right{
    border-top-right-radius: 15px;
    -moz-border-top-right-radius: 15px;
    -webkit-border-top-right-radius: 15px;
}

.left{
    border-top-left-radius: 15px;
    -moz-border-top-left-radius: 15px;
    -webkit-border-top-left-radius: 15px;
}
.cmenyu_title:hover{
    background-color: #cb6969;
    color: white;
}
.cmenyu_message{
    width: 100%;
    float: left;
    margin-bottom: 5px;

}
.cm_message_date{
    width: 70px;
    color: white;

    height: 65px;
    float: left;
    text-align: center;
    background-color: #3f7ec1;
}
.cm_message_date div{
    font-size: 26px;
}
.cm_message_data{
    float: left;
    width: 185px;
    height: 100%;
    color: #3f7ec2;
}
.cm_message_data div{
    color: #868686;
}
.date_alert{
    color: #868686;

}
.content_menyu .col-sm-8{
    color: #3f7ec2;
}
.content_left{
    width: 240px;
}
.img_brd{
    width: 100%;
    color: white;
    float: left;
    height: 80px;
}
.txt_ico{
    float: left;
    height: 100%;
    color: white;
}
.txts{
    width: 100%;
    float: left;
}
.title_foot_bar{
    width: 100%;
    font-size: 22px;
    color: #676767;
    text-align: center;
}
.icon_foot_bar{
    width: 100%;
}
.back_crs{
    height: 100%;
    width: 100%;
    margin-top: 35%;
}
.foot_ico_btn{
    width: 100%;
    margin-right: 5px;
    height: 110px;
    border-radius:20px;
    -moz-border-radius:20px;
    -webkit-border-radius:20px;
    background-color: #6dad68;
    padding-top: 30px;
    margin-top: 15px;
    margin-bottom: 30px;
    -webkit-box-shadow: 0px 9px 12px 0px rgba(50, 50, 50, 0.25);
    -moz-box-shadow:    0px 9px 12px 0px rgba(50, 50, 50, 0.25);
    box-shadow:         0px 9px 12px 0px rgba(50, 50, 50, 0.25);
}


.contentA > li a{
    padding-top:10px;
    padding-bottom:10px;
}
.foot_ico_txt{
    padding: 20px 0px 20px 0;
    width: 100%;
    height: 100px;
    background-color: #f5f5f5;
    border-radius:10px;
    -moz-border-radius:10px;
    -webkit-border-radius:10px;
}
.poop{
    margin-bottom:30px;
    padding-left: 0;
    padding-right: 0;
}
.red{
    background-color: #cb6969;
}
.content .carousel-control .glyphicon-chevron-right {
    margin-top:55px;
    margin-right: 0px;
}
.content .carousel-control .glyphicon-chevron-left {
    margin-top:55px;
    margin-left: 0px;
}
.navBottom .pedu_uz1{
    float:right;
}
.navBottom > .col-md-6{
    margin-bottom:50px;
}
.triangle{
    top: -6px;
    left: 50%;
    margin-left: -11px;
    display: block;
    width: 0px;
    height: 0px;
    transform: rotate(44deg);
    -moz-transform: rotate(44deg);
    -webkit-transform: rotate(44deg);
    background: none repeat scroll 0% 0% rgb(240, 243, 248);
    position: absolute;
    z-index: -1;
    border: 13px solid rgb(240, 243, 248);
    -moz-border: 13px solid rgb(240, 243, 248);
    -webkit-border: 13px solid rgb(240, 243, 248);
    box-shadow: -1px -1px 0px rgb(184, 184, 184);
    -moz-box-shadow: -1px -1px 0px rgb(184, 184, 184);
    -webkit-box-shadow: -1px -1px 0px rgb(184, 184, 184);
}
.collapse .nav .firsty .contentA .triangle{
    left:23%;
}
.collapse .nav .firsty .contentA{
    margin:0;
}
.collapse .nav .lasty .contentA .triangle{
    left: 80%;
    margin-left: 100px;
}
ul.nav-navbar li a{
    padding: 10px 25px;
}
.pots ul li a{
    padding: 15px 20px;
}
#menu ul.contentA{
    display:none;
}
.siniy .bloc .col-md-4:first-child img{
    margin-top:10px;
}
.yagonaNumb{
    float:right;
    margin:5px 0;
}
.yagonaNumbmargin{
    padding:0;
    width: 100%;
    margin: 15px 10px 5px 0;
}
.dataNumb{
    float:left;
}
.footer .navTop .col-md-4:last-child p{
    padding-top: 11px;
    margin-bottom: 15px;
}
.footer .navTop .col-md-4:last-child{
    float:right;

}
.footer .navTop{
    /*    margin-right: 2%;*/
}
.blue .nav > li > a {
    color:#3f7ec1;
    background-color:#f3f3f3;
}
.beliveCall a{
    color:white;
font-size:24px;
}
.beliveCall2 .bot,
.beliveCall .bot{
    font-size:24px;
}
.beliveCall2{
    position: absolute;
    top: 75px;
    color: #3f78b4;
    left: 90px;
    font-size:16px;
    line-height: 30px;
}
.beliveCall{
    position: absolute;
    top: 5px;
    color:white;
    left: 110px;
    font-size: 16px;
    line-height: 32px;
}
.blue .col-md-9 > .newsBlog > .col-md-6 .toppy a{
    text-transform:uppercase;
    font-size:14px;
}
.boxscroll .col-md-8 p ,
.blue .col-md-9 > .newsBlog > .col-md-6 p{
    font-size:12px;
}
.boxscroll .col-md-8 p{
    color:#cfcfcf;
}
.boxscroll .col-md-8 p a{
    color:#3f7ec1;
}

.boxscroll .col-md-12 p ,
.blue .col-md-9 > .newsBlog > .col-md-6 p{
    font-size:12px;
}
.boxscroll .col-md-12 p{
    color:#cfcfcf;
}
.boxscroll .col-md-12 p a{
    color:#3f7ec1;
}
.boxscroll p{
    margin:0;
}
.blue .nav > li > a:hover{
    background-color:#cb6969;
    color:#white;
    opacity:0.8;
    -moz-opacity:0.8;
    -webkit-opacity:0.8;
}
.blue ul.myTab li.active a{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:active{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a:focus{
    background-color:#f3f3f3;
    color:#3f7ec1;
}
.blue .nav > li > a {
    color:black;
    background-color:#fff;
}
.pedu_uz2, .pedu_uz1{
    float:right;
    padding-right:35px;
}

.siniy{
    margin-top: 0;
    background: url('../img/6.png') repeat;
    padding-top: 30px;
}
.siniy .bloc .col-md-4 {
    border-left:2px solid white;
    margin:11px 0 13px 0;
    padding-left:5%;
    padding-right: 4%;
}
.siniy .bloc .col-md-4:first-child {
    border:none;
}
.siniy .bloc .col-md-4 p{
    text-decoration:underline white;
    font-size: 18px;
    padding-left: 93px;
    padding-right: 20px;
    padding-top: 12px;
}
.siniy .bloc .col-md-4 p a{
    color:white;
}
.siniy .bloc .col-md-4 img{
    float:left;
}
.clear{
    clear:both;
}
.corp-mail-mob{background: url(../img/corp-mail.png) 3px no-repeat;}
.answer-mob{background: url(../img/answer.png) 3px no-repeat;}
.document-mob{background: url(../img/document.png) 3px no-repeat;}
.enter-mob{background: url(../img/enter.png) 3px no-repeat;}

.mobNav li{
    padding-left: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    margin: 5px 0;
}
#myTabContent .tab-pane > p{
    font-size:12px;
}
.mapNum1,
.mapNum2,
.mapNum3,
.mapNum4,
.mapNum5,
.mapNum6,
.mapNum7,
.mapNum8,
.mapNum9,
.mapNum10,
.mapNum11,
.mapNum12,
.mapNum13{
    position:absolute;
    color:white;
    z-index: 1;
    font-size: 12px;
}
.mapNum1{
    top: 266px;
    left: 426px;
}
.mapNum2{
    top: 290px;
    left: 375px;
}
.mapNum3{
    top: 261px;
    left: 481px;
}
.mapNum4{
    top: 281px;
    left: 503px;
}
.mapNum5{
    top: 265px;
    left: 526px;
}
.mapNum6{
    top: 160px;
    left: 115px;
}
.mapNum7{
    top: 316px;
    left: 342px;
}
.mapNum8{
    top: 363px;
    left: 334px;
}
.mapNum9{
    top: 252px;
    left: 155px;
}
.mapNum10{
    top: 312px;
    left: 251px;
}
.mapNum11{
    top: 394px;
    left: 376px;
}
.mapNum12{
    top: 223px;
    left: 262px;
}
.mapNum13{
    top: 286px;
    left: 416px;
}
#menu ul.nav li:first-child a{
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}
.nav .big.open>a,
.nav .big.open>a:focus,
.nav .big.open>a:hover{
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
    background-color:none;
}
/*calendar*/


#calendar {
    width: 100%;
    line-height: 1.6em;
    font-size: 15px;
    text-align: center;
    border: none !important;
    color: #534d45;
}

#calendar thead tr:last-child {
    font-size: small;
    color: #4a6976;
}
#calendar thead tr:nth-child(1) td:nth-child(2) {
    color: #323232;
    background-color: white;
}
#calendar thead tr:nth-child(1) td:nth-child(1):hover, #calendar thead tr:nth-child(1) td:nth-child(3):hover {
    cursor: pointer;
}
#calendar thead td:nth-child(n+6), #calendar .holiday {
    color: #b1d1df;
}
#calendar td {
    border: 3px solid white;
    padding: 2px 1px;
    font-size: 18px !important;
}
#calendar tbody td {
    color: #39718a;
    background: #f4f8fa; /* Old browsers */
    background: -moz-linear-gradient(top, #f4f8fa 0%, #fbfcfd 100%, #ffffff 100%, #ffffff 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f4f8fa), color-stop(100%,#fbfcfd), color-stop(100%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* IE10+ */
    background: linear-gradient(to bottom, #f4f8fa 0%,#fbfcfd 100%,#ffffff 100%,#ffffff 100%); /* W3C */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f4f8fa', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

#calendar tbody td.today {
    color: #356981;
}
#calendar tbody td.active {
    border: 1px solid #2c586c;

    cursor: pointer;
}
.calendarBox{
    position: relative;
}
.calendarBox .calView{
    position: absolute;
    display: none;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;

    color: #fff;
    font-size: smaller;
    padding: 5px;
    z-index: 50;
    width: 100%;
    height: 100%;
    color:#646060;
    font-size:13px;
    overflow: auto;
}
.calendarBox .calView h2{
    font-size:18px;
    font-weight:normal;
    line-height:20px;
    margin: 0 0 6px 0;
}
.calendarBox .calView li{
    list-style: none;
    margin-left: 10px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 5px;
    padding: 5px 0;
}
.calendarBox .calView li:last-child{
    border: none;
}
.calendarBox .calView li a{
    display: block;
}
.calendarBox .calView .closebtn{
    color: #999;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 2;
    /*font-family: Arial;*/
    font-family: 'Ubuntu-Candent';

    font-size: 18px;
    outline: none;
}
.calendarBox .calView .closebtn:hover{
    color: #00affc;
}






















.menu_block{
    display: block;
    box-shadow: 0 0 12px #afaeae;
}
.menu_block ul li{
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.menu_block ul li:hover{
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.menu_block ul li a:hover{
    text-decoration: none;
}
.menu_block ul li a{
    color: white;
    display: block;
}
.menu_block ul li{
    list-style: none;
    width: 100%;
    padding-left: 30px;
    padding-bottom: 5px;
    padding-top: 6px;
    background-image: url(/img/6.png);
    /*background: -moz-linear-gradient(270deg, rgba(88,94,122,1) 0%, rgba(48,53,66,1) 100%); 
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(88,94,122,1)), color-stop(100%, rgba(48,53,66,1)));
    background: -webkit-linear-gradient(270deg, rgba(88,94,122,1) 0%, rgba(48,53,66,1) 100%); 
    background: -o-linear-gradient(270deg, rgba(88,94,122,1) 0%, rgba(48,53,66,1) 100%); 
    background: -ms-linear-gradient(270deg, rgba(88,94,122,1) 0%, rgba(48,53,66,1) 100%); 
    background: linear-gradient(180deg, rgba(88,94,122,1) 0%, rgba(48,53,66,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#585E7A', endColorstr='#303542',GradientType=0 ); 

    border-bottom: 1px solid black;*/
}
.menu_block ul li:hover{
    text-decoration: none;
    /*background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);*/
    background-color: #009FE1!important;
    background-image: none;
}
.br{
    border:1px solid red;
}
.dateNews{
    border:1px solid #676767;
    background-color: #0b93d5;
    color: #ffffff;
    width: 20%;
    font-size: 22px;
    float: left;
}
.titleNews{
    width: 79%;
    border:1px solid #676767;
    background-color: #0b93d5;
    color: #ffffff;
    font-size: 18px;
    float: right;

}
@font-face {
    /*font-family: 'PTSansNarrowBold';*/

    font-family: 'Ubuntu-Candent';

    font-weight: normal;
    font-style: normal;
}

.breadcumbsBtn li:last-child{
    background-color: #66ACD2;
}
*{
    margin: 0;
    padding: 0;
}
.sidebar_menu{
    margin-top: 60px;
}
.menu_block{
    display: block;
    margin-top: 55px;
    -webkit-box-shadow: 0 0 12px #afaeae;
    -moz-box-shadow: 0 0 12px #afaeae;
    -o-box-shadow: 0 0 12px #afaeae;
    box-shadow: 0 0 12px #afaeae;
}
.sidebar_menu .menu_block ul li{
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.sidebar_menu .menu_block ul li:hover{
    cursor: pointer;
    -webkit-transition: all 0.5s ease-out 0.1s;
    -moz-transition: all 0.5s ease-out 0.1s;
    -o-transition: all 0.5s ease-out 0.1s;
    transition: 3s;
}
.sidebar_menu .menu_block ul li a:hover{
    text-decoration: none;
}
.sidebar_menu .menu_block ul li a{
    color: white;
    display: block;
}
.sidebar_menu .menu_block ul li{
    list-style: none;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-top: 6px;

    background: rgba(132,136,161,1);
    background: -moz-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(132,136,161,1)), color-stop(33%, rgba(132,136,161,1)), color-stop(59%, rgba(127,133,157,1)), color-stop(64%, rgba(119,125,149,1)), color-stop(100%, rgba(119,125,149,1)));
    background: -webkit-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -o-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: -ms-linear-gradient(top, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    background: linear-gradient(to bottom, rgba(132,136,161,1) 0%, rgba(132,136,161,1) 33%, rgba(127,133,157,1) 59%, rgba(119,125,149,1) 64%, rgba(119,125,149,1) 100%);
    border-bottom: 1px solid black;
}
.sidebar_menu .menu_block ul li:hover{
    text-decoration: none;
    background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
}
.news h1{
    float: left;
    font-size: 24px;
    padding: 17px 0 17px;
    letter-spacing: 1px;
    margin: 0px;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
}
.newsBlog p.news_data{
    margin-bottom: 20px;
}
.news_data{
    border: 1px solid #C7C4C4;
    border-radius: 5px;
    text-align: center;
    font: normal 17px/31px 'Ubuntu-Candent';
    color: #777777;
    font-weight: bold;
    background: rgba(255,255,255,1);
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(49%, rgba(242,242,242,1)), color-stop(100%, rgba(230,230,230,1)));
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(242,242,242,1) 49%, rgba(230,230,230,1) 100%);
}
.newsBlog div p a{
    display: block;
    font: normal 18px Arial;
    color: #1a4f98;
    margin: 0 0 4px;
    text-decoration: none;
}
.newsBlog .blog_text{
    font: normal 12px Arial;
    color: #666666;
}
.newsBlog p{
    margin-bottom: 0;
}
.blog_text{
    padding-bottom: 25px;

}
.news_rss span{
    font-size: 17px;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    color: #196891;
    font-weight: bold;
}
.news_rss img{
    padding-bottom: 5px;
}
.news_rss {
    float: right;
    padding: 17px 0 17px;
    right: 0;
}
.clear{
    clear: both;
}
#active{
    /*background: rgba(111,157,194,1);
    background: -moz-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(111,157,194,1)), color-stop(15%, rgba(111,157,194,1)), color-stop(51%, rgba(98,142,189,1)), color-stop(88%, rgba(81,118,173,1)), color-stop(100%, rgba(81,118,173,1)));
    background: -webkit-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -o-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: -ms-linear-gradient(top, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);
    background: linear-gradient(to bottom, rgba(111,157,194,1) 0%, rgba(111,157,194,1) 15%, rgba(98,142,189,1) 51%, rgba(81,118,173,1) 88%, rgba(81,118,173,1) 100%);*/

}
.header>.container>.rower{
    margin-left: 15px;
    /*    padding: 0 10px;*/
}
/*РїСЂРѕР±Р»РµРјРЅС‹Р№ С‡Р°СЃС‚СЊ*/
.callCenter .brown .firstList li:first-child a{
    margin-top: 15px;
    padding-left: 5px;
}
.callCenter .brown .firstList li:first-child{
    margin: 15px 17px 40px 0px;
}
.callCenter .brown .firstList li:last-child img{
    margin-left: 20px;
}
.callCenter .brown .firstList li:last-child a{
    margin: 7px -28px 1px 15px;
}
.callCenter .brown .firstList{
    margin-top: 15px;
}
.callCenter .brown .firstList li:last-child{
    margin: 15px 17px 40px 0px;
}
.callCenter .brown .secondList{
    margin-top: 15px;
}
.callCenter .brown .secondList li:first-child img{
    margin-left: 20px;
}
.callCenter .brown .secondList li:first-child a{
    margin: 7px -28px 1px 15px;
}
.callCenter .brown .secondList li:first-child{
    margin: 15px 17px 40px 0px;
}

.callCenter .brown .secondList li:last-child img{
    margin-left: 0;
}
.callCenter .brown .secondList li:last-child a{
    margin: 15px -32px 0 10px;
}
.callCenter .brown .secondList li:last-child{
    margin: 15px 85px 41px -50px;
}
/*РїСЂРѕР±Р»РµРјРЅС‹Р№ С‡Р°СЃС‚СЊ*/
.title{
    color: #5a574d;
    /*font-family: Tahoma;*/
    font-family: 'Ubuntu-Candent';
    font-weight: normal;
    margin: 0;
    font-size: 25px;
    padding: 12px 0;
    text-transform: uppercase;
}
.text_justify{
    text-align: justify;
}
.closebtn{
    color: #999;
    text-decoration: none;
    position: absolute;
    right: 5px;
    top: 3px;
    opacity: 2;
    font-size: 25px;
    outline: none;
}
.calendarBox .calView .closebtn:hover{
    color: #00affc;
}
.calView{
    background: url("../img/pixe_white.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 3px;
    color: #646060;
    display: none;
    font-size: 13px;
    height: 100%;
    overflow: auto;
    padding: 5px;
    position: absolute;
    width: 100%;
    z-index: 50;
}
.fix_nav_menu .thumbnail_my2 {
    position: fixed;
    top: 165px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .mmm {
    position: absolute;
    z-index: 1;
    display: block;
}
.fix_nav_menu .thumbnail_my {
    position: fixed;
    top: 100px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu a:link {
    color: #1A4F98;
    text-decoration: underline;
}
.fix_nav_menu a img {
    border: none;
}
.fix_nav_menu .thumbnail_my span {
    position: fixed;
    top: 120px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my2 span {
    position: fixed;
    top: 180px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my3 {
    position: fixed;
    top: 224px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my3 span {
    position: fixed;
    top: 240px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my4 {
    position: fixed;
    top: 284px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my4 span {
    position: fixed;
    top: 300px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
.fix_nav_menu .thumbnail_my5 {
    position: fixed;
    top: 343px;
    right: 0px;
    z-index: 0;
}
.fix_nav_menu .thumbnail_my5 span {
    position: fixed;
    top: 360px;
    right: 67px;
    background-color: #4c8fbf;
    padding: 5px;
    border: 1px solid white;
    display: none;
    color: white;
    text-decoration: none;
    border-radius: 4px 4px 4px 4px;
    -moz-border-radius: 4px 4px 4px 4px;
    -webkit-border-radius: 4px 4px 4px 4px;
}
@media screen and ( max-width: 991px){
    .fix_nav_menu{
        display: none;
    }
}
@media (max-width: 1200px){
    #menu{
        padding: 0 0 0 20px;
    }
}
/********************sdfsdfsdfsdfsdf*/



.menu_shadow .col-md-2{
    margin-bottom: 40px;
    margin-top: 5px;
}
.menu_shadow .contact span{
    font: normal 14px Arial;
}
.menu_shadow .contact{
    display: inline-block;
    width: 176px;
    font: bold 16px Arial;
    color: #333333;
}
.menu_shadow b {
    display: block;
    font: bold 16px Arial;
    color: #333334;
    margin: 0 0 8px;
}
.menu_shadow .menu_title{
    font: normal 18px 'PTSansNarrowBold';
    color: #585e76;
    text-transform: uppercase;
    margin: 0 0 18px;
    letter-spacing: 1px;
}
.menu_shadow{
    padding: 18px 22px;
    background: #fff;
    border: 1px solid #cbccce;
    box-shadow: 0 0 14px #cbccce;
    -webkit-box-shadow: 0 0 14px #cbccce;
    -moz-box-shadow: 0 0 14px #cbccce;
    -o-box-shadow: 0 0 14px #cbccce;
    margin: 0 0 26px;
}



.menu_frame img{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
    -moz-box-shadow: 0 0 6px #d0d0d0;
    -webkit-box-shadow: 0 0 6px #d0d0d0;
    transform: rotate(5deg);
    height: 140px;

    -webkit-transform: rotate(5deg);
    -o-transform: rotate(5deg);
    -moz-transform: rotate(5deg);
}
.margin-bottom {

    margin-bottom: 40px;
    float: left;
}
.menu_frame2 a{
    font: normal 24px 'PTSansNarrowBold';
    color: #1a4f98;
    text-align: center;
    padding-left: 30px;
    padding-top: 34px;
    display: table;
}
.menu_frame{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
    -webkit-box-shadow: 0 0 6px #d0d0d0;
    -mox-box-shadow: 0 0 6px #d0d0d0;
    display: -webkit-inline-box;
    transform: rotate(-6deg);
    margin-bottom: 15px;
    -webkit-transform: rotate(-6deg);
    -o-transform: rotate(-6deg);
    -moz-transform: rotate(-6deg);
}
legend{
    color: #5a574d;
    font-size: 22px;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';
    text-transform: uppercase;
    font-weight: normal;
}

/*********************** IT systems widget style  *************************/
.itsystems{
    border: 1px solid #DDD;
    min-height: 150px;
    height: 100%;
    padding: 15px 0 15px 0;
    border-radius: 10px;
    margin: 0 0 10px 0;
    color: #000;
    font-size: 17px;
}
.itsystems:hover{
    color: #1A4F98;
}
/************************ Staff Controller's view style *********************/

.staff-list{
    font: 14px arial;
    color: #333;
    border-bottom: 1px solid #585E76;
    height: 100%;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.personal-image{
    box-shadow: 0 0 6px #D0D0D0;
}
.contantacts{
    color: #666;
    display: block;
    margin: 0 0 3px;
    padding: 13px 0 0;
}
.department-name{
    font: 24px "PTSansNarrowBold";
    color: #585E76;
    text-transform: uppercase;
}
.position-name{
    font-size: 18px;
}

/*top_manegers*/

.menu_top_manegs ul{
    margin-left: 40px;
    margin-top: 15px;
    margin-bottom: 15px;
}
.menu_top_manegs li{
    display: list-item;
    list-style-type: disc !important;
}
.menu_top_manegs img{
    border: 5px solid #fff;
    box-shadow: 0 0 6px #d0d0d0;
}
.menu_top_manegs span{
    color: #666666;
    display: block;
    margin: 0 0 3px;
    padding: 13px 0 0;
}
.menu_top_manegs i{
    font-size: 18px;
    display: block;
    margin: 0 0 12px;
    font-style: normal;
}
.menu_top_manegs .manegs {
    min-height: 20px;
    padding: 19px;
    margin-bottom: 20px;
    background-color: #f5f5f5;
    border: 1px solid #e3e3e3;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
    box-shadow: inset 0 1px 1px rgba(0,0,0,0.05);
}
.menu_top_manegs .name {
    font: normal 24px 'Ubuntu-Candent';
    color: #585e76;
    text-transform: uppercase;
    letter-spacing: 1px;
}
.titleMap{
    color: #196891;
    font: 26px 'Ubuntu-Candent';
    margin-top: 10px;
    padding: 0 0 15px;
}

/*************************************************/
.OtmContent{
    width: 1px solid #efefef;
    border-radius: 10px;
    background-color: #efefef;

}
.border-name{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;
}
.border-name .vil-title{
    color:white;
    padding-top: 4px !important;
    height: 30px;
    border-top-left-radius: 5px;
    background: url("../img/bg.png") repeat ;
    border-top-right-radius: 5px;
    /*font-family: "Segoe UI", "SegoeUISemilight", Calibri;*/
    font-family: 'Ubuntu-Candent';
}
.vil-name{
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    background-color: #ffffff;

}
.vil-name .vil-title{
    color:white;
    padding-top: 4px !important;
    height: 30px;
    border-top-left-radius: 5px;
    background: url("../img/bg2.png") repeat ;
    border-top-right-radius: 5px;
    /*font-family: "Segoe UI", "SegoeUISemilight", Calibri;*/
    font-family: 'Ubuntu-Candent';
}
.vil-name li{
    width: 100%;
    min-height: 25px;
    font-size: 14px;
    padding-left: 20px;
    color:black;
    /*font-family: "Segoe UI", "SegoeUISemilight", Calibri;*/
    font-family: 'Ubuntu-Candent';
    background-color: white;
    border-bottom:1px solid #efefef;
    height:100%;
}
.vil-name li:hover{
    background-color: #afafaf;
    color:#black;
    cursor: pointer;

}

.panel-default>.panel-heading{
    background: url("../img/bg2.png") repeat ;
}
.panel-default>.panel-heading{
    background: url("../img/bg.png") repeat ;
}
.panel-body p{
    /*text-transform: uppercase;*/
    /*font-family: 'pt_sans_regular';*/
    /*font-style: italic;*/
}
.panel-title a:hover,
.panel-title a:active,
.panel-title a:focus{
    text-decoration: none;
}
/*.panel-body a:hover{*/
/*background: none;*/
/*color: cornflowerblue;*/
/*text-decoration: none;*/
/*-webkit-transition-duration: 0.6s;*/
/*-moz-transition-duration: 0.6s;*/
/*-o-transition-duration: 0.6s;*/
/*transition-duration: 0.6s;*/
/*-webkit-transition-delay: 0.1s;*/
/*-moz-transition-delay: 0.1s;*/
/*-o-transition-delay: 0.1s;*/
/*transition-delay: 0.1s;*/
/*transition-timing-function:ease-out;*/
/*}*/
.panel-title a{
    /*font-family: 'Ubuntu-C';*/
    font-family: 'Ubuntu-Candent';
    color: #ffffff;
}

/*СЌС‚Рѕ Р±С‹Р»Рѕ С‚Р°Р±С‹*/
.state{
    border-bottom: 1px solid #000000;
}
.state_ul li{
    list-style: none;
    clear: both;
}
ul.state_ul{
    padding: 0;
}
.state_ul .col-md-5,
.state_ul .col-md-7,
.state_ul .col-md-6{
    padding: 0;
}
.info_university .col-md-6{
    padding: 0;
}
.statistic_ul .separate{
    background: url("../img/detail.png") repeat-x bottom;
    width: 100%;
}
.statistic_ul .legs_left{
    background: #ffffff;
    padding: 0 1px;
}
.statistic_ul .legs_right{
    float: right;
    background: #ffffff;
    padding: 0 1px;
}
.statistic_ul li{
    list-style: none;
}
.statistic ul{
    padding: 10px;
}
.statistic{
    box-shadow: 0 0 14px #A0A1A1;
    padding: 10px;
}
.margdown{
    margin-bottom: 50px;
}
.title_name{
    font: normal 24px Arial;
    color: #333333;
    margin: 0 0 5px;
}
.info_title{
    font-size: 24px;
    padding: 0 0 17px;
    letter-spacing: 1px;
    margin: 0px;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

    text-transform: uppercase;
    font-weight: normal;
}
.name{
    font: normal 14px arial;
    color: #666666;
    margin: 0 0 5px;
}
.state_down,
.state_up{
    margin-bottom: 20px;
}

/*СЌС‚Рѕ Р±С‹Р»Рѕ РёРЅС„Рѕ СЃС‚Р°С‚РёСЃС‚РёРєР°*/


.teach{
    font-size: 18px;
    color: #000;
    margin: 0 0 10px 0;
}
.work_team .col-md-4{
    padding: 0 10px 0 0;
    margin-bottom: 15px;
}
.work_team img{
    padding: 10px 10px;
}
.work_team{
    margin: 15px 0;
}
.tablo,
.facults{padding-bottom: 20px;}
.facults,
.tablo,
.work_team{
    margin-bottom: 30px;
   // border-bottom: 1px solid #000000;
}
.facults li{
    list-style: url("../img/mark.png");
    cursor: pointer;
    font: bold 18px Arial;
    color: #666;
    padding: 4px 0 4px 5px;
}
.facults ul{
    padding-left: 25px;
}
@font-face {
    font-family: 'Ubuntu-C';
    src: url('../fonts/Ubuntu-C.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'PTSansNarrowBold';
    src: url('../fonts/PTSansNarrowBold.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'pt_sans_regular';
    src: url('../fonts/pt_sans_regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'SEGOEUIL';
    src: url('../fonts/SEGOEUIL.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'HermesCTT';
    src: url('../fonts/HermesCTT.woff') format('woff');
    font-weight: normal;
    font-style: normal;
}
.panel-body li{
    /*list-style: decimal;*/
    font-family: 'SEGOEUIL';
    font-weight: bold;
}
.panel-body i{
    color: #a7a7a7;
}



.univer-info {
    padding: 8px 0px !important;
    margin: 0 0 8px;
    border-bottom: 1px solid #9dabda;
    text-align: center;
}
.univer_info table {
    margin: 0;
    padding: 0;
    border-collapse: collapse;
}
.univer_info table td {
    padding: 3px 10px 3px 0;
    margin: 0;
}
.tablo td{
    text-align: center;
}
.table_word{
    margin: 0px;
    padding: 5px 0 12px 0;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.media_news .cat_name,
.media_news .addres{
    display: block;
    font: bold 16px 'Ubuntu-Candent';
    color: #333334;
    margin: 0 0 8px;
}
.media_news .box_name{
    margin: 0px;
    padding: 5px 0 12px 0;
    color: #5a574d;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

    text-transform: uppercase;
    font-weight: normal;
    font-size: 18px;
}
.media_news .title_name{
    margin: 25px 0 20px 0;
}
.media_news{
    padding-bottom: 30px;
    margin-bottom: 30px;
}
.media_news .statistic{
    padding: 20px;
}
.media_news .col-md-3{
    padding: 0 0 0 5px;

}
.categ{
    display: block;
    font: normal 14px Arial;
    color: #666666;
}
.pdLeft{
    padding-left: 10px;
}

.dataLists{
    float: right;
}
.panel-body .col-md-12{

    margin-left: 0px;
    margin-right: -15px;
}
.styleLists{
    color: #79797a;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

    float: left;
}
.Statickbar{
    margin-top: 10px;
    padding-left: 9px;
    padding-right: 9px;
    box-shadow: 0 0 14px #cbccce;
    -webkit-box-shadow: 0 0 14px #cbccce;
    -moz-box-shadow: 0 0 14px #cbccce;
    -o-box-shadow: 0 0 14px #cbccce;
    border: 1px solid #efefef;
}
.Statickbar ul li{
    font-size: 14px;
    /*font-family: "Segoe UI", "SegoeUISemilight", Calibri;*/
    font-family: 'Ubuntu-Candent';

}
.legs_right{
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

}
.titleStatic{
    border-bottom: 1px solid #efefef;
    font-size: 16px;
    color: #79797a;
    /*font-family: 'PTSansNarrowBold';*/
    font-family: 'Ubuntu-Candent';

}

.big .dropdown-menu li{
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.big .dropdown-menu li:hover a{
    color: #fff !important;
}
.big .dropdown-menu li:hover {
    background:#85b8f3;
    margin: 0 !important;
    padding: 0 10px;
    border:none !important;
}
.big .dropdown-menu li:hover {

    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.big .dropdown-menu a:hover {
    color: #fff !important;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.dropdown-menu li:hover {
    background: linear-gradient(to top, #dadff3 0%, #eff2fb 50%, #fdfdff 100%) repeat scroll 0% 0% transparent;
    width: 100% !important;
    margin: 0 !important;
    padding: 0 10px;
    border-radius: 5px;
    border-top: 1px solid #85b8f3;
}
#menu .dropdown-menu li:last-child:hover{
    border-top: 1px solid #85b8f3;
}
@media screen and( max-width: 768px){
    .dropdown-menu li:last-child:hover{
        border: none !important;
    }
}
.dropdown-menu li:first-child:hover{
    border-top: none !important;
}
.big .dropdown-menu li:hover a {
    color: #fff !important;
    padding-left: 10px !important;
    text-decoration: none !important;
}
#menu .big .dropdown-menu li a{
    font-size: 16px ;
}
#listOtm{
    position: absolute;
    z-index: 100;
}
#tree{
    width: 100%;
    font-size: 18px;
}
#tree .tree {
    min-height:20px;
    padding:19px;
    margin-bottom:20px;
    background-color:#fbfbfb;
    /*border:1px solid #00acf9;*/
    border: none;
    -webkit-border-radius:4px;
    -moz-border-radius:4px;
    border-radius:4px;
    -webkit-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05);
    box-shadow:inset 0 1px 1px rgba(0, 0, 0, 0.05)
}
#tree .tree a{
    border: none;
    padding: 0;
}
#tree .tree a:hover {
    color: inherit;
}
#tree .tree li {
    list-style-type:none;
    /*margin:0;*/
    margin: 0px 10px 0px 25px;
    padding:10px 5px 4px 18px;
    position:relative
}
#tree .tree ul li ul li a{
    font-size: 18px;
}
#tree .tree ul li ul li ul li a{
    font-size: 16px;
}
#tree .tree li::before, #tree .tree li::after {
    content:'';
    left:-20px;
    position:absolute;
    right:auto
}
#tree .tree li::before {
    border-left:1px solid #00acf9;
    bottom:50px;
    height:100%;
    top:0;
    width:1px
}
#tree .tree li::after {
    border-top:1px solid #00acf9;
    height:20px;
    top: 27px;
    width: 38px;
}
#tree .tree li span {
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    /*border:1px solid #efefef;*/
    box-shadow: 0 0 12px #afaeae;
    /*border-radius:5px;*/
    display:inline-block;
    padding:3px 9px 6px 9px;
    text-decoration:none
letter-spacing: 2px;
}
#tree .tree li.parent_li>span {
    cursor:pointer;
    color: white;
    background: rgba(0, 0, 0, 0) url("../img/bg.png")
}
#tree .tree>ul>li::before, #tree .tree>ul>li::after {
    border:0
}
#tree .tree li:last-child::before {
    height:30px
}
#tree .tree li.parent_li>span:hover, #tree .tree li.parent_li>span:hover{
    background: rgba(0, 0, 0, 0) url("../img/bg2.png")
border:1px solid #94a0b4;
    /*color:White;*/
    opacity: 0.8;
}
[class^="icon-"],[class*=" icon-"]{display:inline-block;width:14px;height:14px;*margin-right:.3em;line-height:14px;vertical-align:text-top;background-image:url("../img/glyphicons-halflings.png");background-position:14px 14px;background-repeat:no-repeat;margin-top:7px;padding-right: 20px;}
.icon-plus-sign{background-position:0 -96px;}
.icon-minus-sign{background-position:-24px -96px;margin-top: 6px;}
.icon-folder-open{background-position:-408px -120px;width:16px;}
.icon-share-alt{background-position:-336px -96px;}
.search-results-block{
    margin: 10px 0;
    border-bottom: 1px solid #dbd;
}
.heads{
    background: rgba(0, 0, 0, 0) url("../img/bg.png");
    color:white;

}
.heads td{
    border: 1pt solid rgb(0, 176, 240);
    padding-top: 5px;
}

.opendata tbody tr td{
    padding-top: 5px;
    padding-left: 10px;
    border: 1pt solid rgb(0, 176, 240);
}
.imgsIcons{
    float:left;
}
#dataOtm{

}
.ssscr{
    height: 100%;
    overflow: auto;
}
#myCarousel .nav a small
{
    display: block;
}
#myCarousel .nav
{
    background: #eee;
}
.nav-justified > li > a
{
    border-radius: 0px;
}
.nav-pills>li[data-slide-to="0"].active a { background-color: #16a085; }
.nav-pills>li[data-slide-to="1"].active a { background-color: #e67e22; }
.nav-pills>li[data-slide-to="2"].active a { background-color: #2980b9; }
.nav-pills>li[data-slide-to="3"].active a { background-color: #8e44ad; }
.navl1{
	background-image: url("http://edu.uz/img/l2.png");
}
.navl1:hover{
	background-image: url("http://edu.uz/img/l1.png");
}
.navl2{
	background-image: url("http://edu.uz/img/l4.png");
}
.navl2:hover{
	background-image: url("http://edu.uz/img/l3.png");
}
.navl3{
	background-image: url("http://edu.uz/img/l6.png");
}
.navl3:hover{
	background-image: url("http://edu.uz/img/l5.png");
}
.navl4{
	background-image: url("http://edu.uz/img/l8.png");
}
.navl4:hover{
	background-image: url("http://edu.uz/img/l7.png");
}
.bb{
	font-size:12px;
}
.shape{    
	border-style: solid; border-width: 0 70px 40px 0; float:right; height: 0px; width: 0px;
	-ms-transform:rotate(360deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(360deg); /* Safari and Chrome */
	transform:rotate(360deg);
}
.offer{
	background:#fff; border:1px solid #ddd; box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2); margin: 15px 0; overflow:hidden;
}
.offer:hover {
    -webkit-transform: scale(1.1); 
    -moz-transform: scale(1.1); 
    -ms-transform: scale(1.1); 
    -o-transform: scale(1.1); 
    transform:rotate scale(1.1); 
    -webkit-transition: all 0.4s ease-in-out; 
-moz-transition: all 0.4s ease-in-out; 
-o-transition: all 0.4s ease-in-out;
transition: all 0.4s ease-in-out;
    }
.shape {
	border-color: rgba(255,255,255,0) #d9534f rgba(255,255,255,0) rgba(255,255,255,0);
}
.offer-radius{
	border-radius:7px;
}
.offer-danger {	border-color: #d9534f; }
.offer-danger .shape{
	border-color: transparent #d9534f transparent transparent;
}
.offer-success {	border-color: #5cb85c; }
.offer-success .shape{
	border-color: transparent #5cb85c transparent transparent;
}
.offer-default {	border-color: #999999; }
.offer-default .shape{
	border-color: transparent #999999 transparent transparent;
}
.offer-primary {	border-color: #428bca; }
.offer-primary .shape{
	border-color: transparent #428bca transparent transparent;
}
.offer-info {	border-color: #5bc0de; }
.offer-info .shape{
	border-color: transparent #5bc0de transparent transparent;
}
.offer-warning {	border-color: #f0ad4e; }
.offer-warning .shape{
	border-color: transparent #f0ad4e transparent transparent;
}

.shape-text{
	color:#fff; font-size:12px; font-weight:bold; position:relative; right:-40px; top:2px; white-space: nowrap;
	-ms-transform:rotate(30deg); /* IE 9 */
	-o-transform: rotate(360deg);  /* Opera 10.5 */
	-webkit-transform:rotate(30deg); /* Safari and Chrome */
	transform:rotate(30deg);
}	
.offer-content{
	padding:0 20px 10px;
}
@media (min-width: 487px) {
  .container {
    max-width: 750px;
  }
  .col-sm-6 {
    width: 50%;
  }
}
@media (min-width: 900px) {
  .container {
    max-width: 970px;
  }
  .col-md-4 {
    width: 33.33333333333333%;
  }
}

@media (min-width: 1200px) {
  .container {
    max-width: 1170px;
  }
  .col-lg-3 {
    width: 25%;
  }
  }
}
/* Style the Image Used to Trigger the Modal */
#myImg {
    border-radius: 5px;
    cursor: pointer;
    transition: 0.3s;
}

#myImg:hover {opacity: 0.7;}

/* The Modal (background) */
.price{
    font-size: 30px;
      margin: 0 auto;
      color: #333;
  }
  .right{
    float:right;
    border-bottom: 2px solid #4B8E4B;
  }
  .thumbnail{
    opacity:0.70;
    -webkit-transition: all 0.5s; 
    transition: all 0.5s;
  }
  .thumbnail:hover{
    opacity:1.00;
    box-shadow: 0px 0px 10px #4bc6ff;
  }
  .line{
    margin-bottom: 5px;
  }
  @media screen and (max-width: 770px) {
    .right{
      float:left;
      width: 100%;
    }
  }