@font-face {
    font-family: "OpenSansRegular";
    src: url("../fonts/OpenSansRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTS_bold";
    src: url("../fonts/PTS_bold.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "PTS_regular";
    src: url("../fonts/PTS_regular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "SegoeUIRegular";
    src: url("../fonts/SegoeUIRegular.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
@font-face {
    font-family: "trebuchet-ms";
    src: url("../fonts/trebuchet-ms.woff") format("woff");
    font-style: normal;
    font-weight: normal;
}
.menu li a{
    font-family: "PTS_regular";
}
*{
    margin: 0;
    padding: 0;
}
body{
    font-size: 16px;
}
img {
    border: none;
    max-width: 100%;
}
body{
    background: #fff;
}
html, body{
    height: 100%;
}
a:link, a:visited {
    text-decoration: none;
    color: #219bcf;
}
a:hover {
    text-decoration: underline;
    color: #219bcf;
}
.relative{
    position: relative;
}
.nopade{
    padding: 0;
}
.nopadeleft{
    padding-left: 0;
}
.nopaderight{
    padding-right: 0;
}
a{
    text-decoration: none;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    outline: none !important;
    color: #219bcf;
}
.centre{
    display: block;
    text-align: center;
}
.left_block .centre{
    margin-top: 35px;
}
.head{
    min-height: 224px;
    background: #fff;
    position: relative;
}
.lang a{
    border-radius: 50%;
    padding: 9px 9px;
}
.lang a:hover{
    color: #fff;
    background: #6DD4F9;
    border-radius: 50%;
    padding: 9px 9px;
}
.menu li a:hover,
.lang a:hover,
.lang li a:hover,
.logo:hover{
    text-decoration: none;
}
.logo:hover{
    color: #30a2d2;
}
.logo{
    font-size: 26px;
    font-family: "PTS_regular";
    color: #30a2d2;
    display: inline-table;
}
.logo_img{
    margin-top: 45px;
    padding-right: 35px;
    margin-bottom: 20px;
}
.ways li{
    list-style: none;
    display: inline-block;
    margin: 10px 6px;
}
.ways{
    position: absolute;
    top: 35px;
    right: 0;
}
.lang a{
    color: #219bcf;
    font-size: 14px;
    font-family: "trebuchet-ms";
    margin: 0 5px 0 0;
}
.lang li:last-child{
    border-right: none;
}
.lang li{
    border-right: 1px solid #219bcf;
    list-style: none;
    display: inline-block;
    padding: 3px 0;
}
.lang{
    position: absolute;
    top: 45px;
    right: 205px;
}
.lang a.active{
    color: #fff;
    background: #219bcf;
    border-radius: 50%;
    padding: 9px 9px;
}
.searcher .searchBtn {
    border: none;
    background: #219bcf;
    color: #19476f;
    width: 38px;
    height: 38px;
    right: 0;
    top: 100px;
    position: absolute;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 14px;
    outline: none;
    z-index: 20;
}
.searcher .searchBox {
    width: 270px;
    background: #f5f5f5;
    border: none;
    outline: none;
    padding: 10px 25px 10px 15px;
    z-index: 10;
    position: absolute;
    color: #19476f;
    border-radius: 10px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    font-size: 14px;
    top: 100px;
    right: 20px;
}
::-webkit-input-placeholder {color:#219bcf;    font-family: "OpenSansRegular";}
::-moz-placeholder          {color:#219bcf;    font-family: "OpenSansRegular";}/* Firefox 19+ */
:-moz-placeholder           {color:#219bcf;    font-family: "OpenSansRegular";}/* Firefox 18- */
:-ms-input-placeholder      {color:#219bcf;    font-family: "OpenSansRegular";}

.menu li a:hover{
    color: #219bcf;
    text-decoration: underline;
}
.menu .dropdown-menu a,
.menu li:last-child a{
    border-right: none;
}
.menu{
    margin-bottom: -15px;
}
.menu li:first-child a:before{
    display: none;
}
.menu li a:before{
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: -25px;
    height: 16px;
    border-left: 1px solid #3DB7EC;
    margin-top: -10px;
}
.menu li a:hover{
    border-bottom: 2px solid #219bcf;
}
.menu li a{
    color: #219bcf;
    font-size: 20px;
    /*border-right: 1px solid #219bcf;*/
    padding: 0;
    margin: 0 25px 0 25px;
    padding-bottom: 5px;
    border-bottom: 2px solid transparent;
}
.head_menu{
    margin-top: 60px;
}
.head_menu .nav>li>a:hover, .head_menu .nav>li>a:focus{
    background: none;
}
.menu .nav .open>a,.menu .nav .open>a:hover,.menu .nav .open>a:focus{
    background: none;
}
.menu li a:hover,
.menu .dropdown-menu a{
    text-decoration: none;
}
/*centre*/
.centre_box{
    background: #219bcf;
    overflow: hidden;
}
.centre_img{
    position: absolute;
    top: 0;
    right: -115px;
    margin-bottom: 20px;
    max-width: inherit;
}
.year h1{
    font-size: 85.63px;
    color: #fff;
    text-align: center;
    font-family: "PTS_regular";
    margin-top: 54px;
    margin-right: 70px;
}
.year p{
    font-size: 37.19px;
    text-align: center;
    color: #fff;
    font-family: "PTS_regular";
    line-height: 1;
    margin-bottom: 35px;
    margin-right: 70px;
}
.box_img1{
    background: url("../img/document.png") center center no-repeat;
    display: block;
    padding: 30px 30px 35px 35px;
}
.box_img2{
    background: url("../img/calendar.png") center center no-repeat;
    display: block;
    padding: 30px 35px 35px 35px;
}
.box_img3{
    background: url("../img/pape.png") center center no-repeat;
    display: block;
    padding: 30px 40px 35px 35px;
}
.circle,
a.list_group{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
a.list_group:hover .circle{
    background: #8CD0ED;
}
label{
    cursor: pointer;
}
.circle{
    background: #9ee2ff;
    border-radius: 50%;
    width: 65px;
    height: 65px;
    margin-right: 10px;
    float: left;
}
.paper_box li{
    list-style: none;
}
.paper_box{
    z-index: 7;
    position: inherit;
}
.year{
    z-index: 4;
}
.list_group:hover{
    text-decoration: none;
    color: #fff;
}
.list_group{
    height: 65px;
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    position: relative;
    font-family: "PTS_regular";
}
.text_list{
    vertical-align: middle;
    height: 65px;
    display: table-cell;
    display: -moz-inline-grid;
    font-family: "PTS_regular";
    color: #fff !important;
    font-size: 18px;
}
.instruction {
    font-size: 18px;
    font-family: "PTS_regular";
    color: #fff;
    padding: 20px 0;
    margin-top: 60px;
}
.transition_ins span{
    border-bottom: 1px solid #fff;
}
.transition_ins span:hover{
    border-bottom: 1px solid transparent;
}
.transition_ins:hover,
.transition_ins span:hover{
    text-decoration: none !important;
    color: #fff;
}
.transition_ins{
    font-family: "PTS_regular";
    font-size: 18px;
    color: #fff !important;
    margin: 22px 0 42px 0;
    display: inline-block;
    text-decoration: none !important;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
    padding: 0;
}
.title{
    font-family: "PTS_regular";
    font-size: 37.19px !important;
    margin-bottom: 35px;
    margin-top: 30px;
    color: #219bcf;
}
/*centre*/
/*news_info*/
.news_info{
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.contentBox{
    padding-top: 20px;
    overflow: hidden;
    padding-bottom: 30px;
}
.cubic_img1{
    position: absolute;
    left: -520px;
    top: -20px;
}
.cubic_img2{
    position: absolute;
    right: -495px;
    top: -20px;
}
a.informer:hover{
    text-decoration: underline !important;
}
a.text_title:hover{
    text-decoration: underline !important;
    color: #206c95 !important;
}
.text_title{
    display: block;
    margin-bottom: 20px;
}
a.text_title{
    color: #206c95 !important;
    text-transform: uppercase;
}
.date,
.text_title{
    font-family: "PTS_bold";
    font-size: 18px;
    color: #000 !important;
}
.text{
    font-family: "PTS_regular";
    font-size: 16px;
    color: #000;
}
.all_btn:hover{
    background: #0b5c8b;
    text-decoration: none;
    color: #fff !important;
}
.all_btn{
    background: #219bcf;
    color: #fff !important;
    font-family: "PTS_regular";
    padding: 6px 40px;
    border-radius: 15px;
}
.date_box {
    background: #6e7ecb;
    text-align: center;
    font-size: 32px;
    width: 80px;
    height: 105px;
    line-height: 1;
    color: #fff;
    padding-top: 27px;
    margin: 0px 8px 0px 3px;
    float: left;
    font-family: "PTS_regular";
}
.date_box span {
    font-size: 14px;
    overflow: hidden;
}
.right_block li{
    list-style: none;
}
.right_block{
    background: #f2f2f2;
    padding-right: 0;
    padding-bottom: 50px;
}
.info_block:hover .date_box{
    background: #6271B6;
}
.info_block .date_box{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.info_block{
    margin-bottom: 40px;
    clear: both;
}
.info_block a:hover{
    text-decoration: none;
    color: #000;
}
.info_block a{
    color: #000;
}

.cub_box li a .roundBox .economic {
    background: url("../img/economic.png") 0 0 no-repeat;
    left: 24px;
    top: -10px;
}
.cub_box li a .roundBox .health {
    background: url("../img/health.png") 0 0 no-repeat;
    left: 21px;
    top: 0px;
}
.cub_box li a .roundBox .culture {
    background: url("../img/culture.png") 0 0 no-repeat;
    left: 35px;
    top: 0;
}
.cub_box li a .roundBox .sport {
    background: url("../img/sport.png") 0 0 no-repeat;
    left: 40px;
    top: 0px;
}
.cub_box li a .roundBox .check {
    background: url("../img/check.png") 0 0 no-repeat;
    left: 25px;
    top: -8px;
}
.cub_box li a .roundBox .train {
    background: url("../img/train.png") 0 0 no-repeat;
    left: 47px;
    top: 5px;
}
.cub_box li a .roundBox i{
    -moz-transform: rotate(-133deg);
    -webkit-transform: rotate(-133deg);
    transform: rotate(-133deg);
    position: absolute;
}
.rainbow1 .roundBox{
    background: #6aa1ba;
}
.rainbow1:hover .roundBox{
    background: #6392a7;
}
.rainbow1:hover{
    background: #3d6d83;
}
.rainbow1,
.rainbow2,
.rainbow3,
.rainbow4,
.rainbow5,
.rainbow6{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.rainbow1{
    background: #47819c;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow2 .roundBox{
    background: #ce8bae;
}
.rainbow2{
    background: #bb6e96;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow2:hover .roundBox{
    background: #ca74a1;
}
.rainbow2:hover{
    background: #a76688;
}
.rainbow3 .roundBox{
    background: #67cba6;
}
.rainbow3{
    background: #5eb595;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow3:hover .roundBox{
    background: #5baf90;
}
.rainbow3:hover{
    background: #519b80;
}
.rainbow4 .roundBox{
    background: #be90d5;
}
.rainbow4{
    background: #a178b6;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow4:hover .roundBox{
    background: #a97fbe;
}
.rainbow4:hover{
    background: #886799;
}
.rainbow5 .roundBox{
    background: #2ab3ed;
}
.rainbow5{
    background: #219bcf;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow5:hover .roundBox{
    background: #299fd1;
}
.rainbow5:hover{
    background: #1d85b1;
}
.rainbow6 .roundBox{
    background: #59d7e5;
}
.rainbow6{
    background: #03bed4;
    height: 175px;
    padding-top: 35px;
    padding-left: 35px;
}
.rainbow6:hover .roundBox{
    background: #4db3be;
}
.rainbow6:hover{
    background: #04a8bb;
}
.cub_box li{
    list-style: none;
}
.cub_box li a span {
    display: table-cell;
    vertical-align: middle;
    color: #fff;
    padding-left: 20px;
    padding-top: 10px;
}
.cub_box li a .roundBox i {
    width: 95px;
    height: 95px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -20px 0 0 -20px;
}
.cub_box li a .roundBox {
    width: 105px;
    height: 105px;
    border-radius: 50%;
    -moz-transform: rotate(133deg);
    -webkit-transform: rotate(133deg);
    transform: rotate(133deg);
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    display: table;
    float: left;
    position: relative;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.cub_box{
    margin-bottom: 25px;
}
.cub_box li a {
    font-size: 22px;
    color: #3377ab;
    text-decoration: none;
    font-family: "PTS_regular";
}
.marg{
    clear: both;
    margin-bottom: 14px;
}
/*rainbow*/
/*text*/
.text_centre li input{
    margin-right: 10px;
    border: none;
    font-family: "PTS_regular";
}
.answer_box label{
    font-weight: normal;
}
.answer_box li span{
    position: relative;
    left: 25px;
    margin-left: -25px;
    display: block;
}
.answer_box li{
    margin: 20px 0;
}
.answer_box{
    font-size: 18px;
}
.text_centre li,
.list li{
    list-style: none;
    font-family: "PTS_regular";
}
.list .box_hr{
    border: none;
}

.list li{
    border-bottom: 1px solid #6e7ecb;
    margin-bottom: 20px;
}
.list li:last-child{
    border: none !important;
}
.text_centre{
    font-size: 14px;
    margin-bottom: 15px;
}
.date{
    color: #676767;
}
.text_centre .date{
    font-size: 14px;
    font-family: "PTS_regular";
}
.text_centre .title{
    color: #219bcf;
}
.answer{
    font-family: "PTS_bold";
}
.list a:hover{
    text-decoration: none;
    color: #000;
}
.list .all_btn:hover{
    color: #fff;
}
.list .all_btn{
    text-decoration: none;
    color: #fff;
}
.list a{
    text-decoration: underline;
    color: #000;
    margin-bottom: 20px;
    display: inline-block;
}
.footer{
    min-height: 275px;
    background: #5abee9;
    margin-top: 40px;
}
.footer .logo:hover{
    color: #fff;
}
.footer .logo{
    font-size: 20px;
    line-height: 1.8;
}
.foot,
.foot a{
    color: #fff;
}
.foot{
     margin-top: 50px;
}
.foot .uzinfocom,
.foot p{
    position: relative;
    right: 0;
    top: 45px;
}
.foot p{
    padding-left: 25px;
    font-size: 16px;
    font-family: "PTS_regular";
}
.webs{
    float: right;
    vertical-align: middle;
    display: inline;
    position: relative;
    top: 50px;
}
.webs li{
    list-style: none;
    display: inline-block;
}
.block_right{
    position: absolute;
    right: 0;
}
/*text*/
.navbar-toggle{
    float: left;
}
.navbar-toggle .icon-bar {
     display: block;
     width: 24px;
     height: 4px;
     border-radius: 1px;
    background: #5abee9;
 }
.informer{
    font-family: "PTS_regular";
    padding-right: 10px;
    font-size: 16px;
}
ul.dropdown-menu li a{
    padding-top: 8px;
    padding-bottom: 9px;
    font-size: 16px;
}
/* Radio */

.answer_box{
    font-size: 14px;
}
.text{
    margin-bottom: 0;
}
.text_title,
.text,
.instruction{
    text-align: justify;
}
.informer{
    vertical-align: middle;
    height: 100px;
    display: table-cell;
}
.img_block,
.footer a img{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
.img_block:hover{
    opacity: 0.8;
}
.footer a img:hover{
    opacity: 0.5;
}
.head_menu .nav>li>a:hover, .head_menu .nav>li>a:focus {
    transition: all 0.1s ease ;
}
input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus{
    outline: none;
}
/*label*/
.answer_box li label input{
    display: none;
}
.answer_box li label{
    padding-left: 30px;
    background-size: 18px;
    background-position: left;
    background-repeat: no-repeat;

}
.dropdown .dropdown-menu li a{
    margin: 0;
    padding-left: 15px;
    padding-right: 15px;
    border-bottom: 1px solid transparent;
    background: #fff;
    color: #219bcf;
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.dropdown .dropdown-menu li a:hover{
    border-bottom: 1px solid transparent !important;
    color: #fff;
    background: #48C3F7;
}
.searcher .searchBtn{
    -webkit-transition: all 0.2s ease;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -ms-transition: all 0.2s ease;
    transition: all 0.2s ease;
}
.searcher .searchBtn:hover{
    background: #4CBCEC;
}
.navbar-nav>li>.dropdown-menu{
    width: 250px;
}
/*label*/
.answer_box li span{
    display: block;
}
.list p{
    font-size: 16px;
}
.head a:hover{
    text-decoration: none;
}
.menu .caret{
    display: none;
}
.centre_box{
    margin-top: 20px;
}
.navbar-collapse.in{
    overflow: hidden;
}

.classicGridViewList img{
    margin: 10px !important;
    margin-left: 0 !important;
}
.left_block img {
    margin: 5px;
}
.newsAreaList .smallText{
    font-size: 14px;
    display: table-cell;
    padding-right: 10px;
}
.spaceBorder{
    border-left: 1px solid #000;
    padding-left: 10px;
}


/*after*/
.text_title{
    color: #206c95 !important
}
.classicGridView table, .classicGridView table tr, .classicGridView table td, .classicGridView table tbody{
    display: block;
    width: 100%;
}
.classicGridView tbody>tr:last-child{
    border-bottom: 1px solid transparent;
}
.classicGridView tbody>tr{
    border-bottom: 1px solid #000000;
}
.smallText{
    margin: 0 0 20px 0;
    font-family: "PTS_bold";
    font-size: 18px;
    color: #206c95 !important;
    margin-bottom: 15px;
    display: block;
}
.tabular{
    margin: 0 0 5px;
}
.tabular a{
    font-family: "PTS_bold";
    color: #206c95 !important;
    font-size: 18px;
    margin-top: 10px;
    text-transform: uppercase;
    display: inline-block;
}
.classicGridViewListText span{
    font-family: "PTS_regular";
    font-size: 16px;
}
/*after*/
.cub_box ul{
    margin-bottom: 0;
}
.sphere a,
.sphere a:hover{
    text-decoration: none;
}
.sphere a{
    height: 175px;
    display: block;
    vertical-align: middle;
}
.sphere li{
    list-style: none;
    margin: 10px 0;
}
.sphere b {
    height: 60px;
    width: 60px;
    padding: 65px;
    z-index: 5;
    position: relative;
    display: inline-table;
    position: relative;
    top: -85px;
    left: 23px;
}
.sphere i {
    height: 105px;
    width: 105px;
    transform: rotate(133deg);
    border-radius: 20px;
    display: block;
    z-index: 0;
    position: relative;
    vertical-align: middle;
    left: 35px;
    top: 33px;
}
.sphere li span{
    position: relative;
    top: -182px;
    display: table;
    left: 175px;
    color: #fff;
    font-family: "PTS_regular";
    font-size: 22px;
    width: 155px;
}
.sphere i,
.sphere a{
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    transition: all 0.3s ease;
}

.economic b {
    background: url("../img/economic.png") center no-repeat;
}
.economic:hover{
    background: #417A92;
}
.economic i{
    background: #6293B3;
}
.economic:hover i{
    background: #558BA4;;
}
.economic{
    background: #47819c;
}

.study b {
    background: url("../img/spheresIconsList.png") center no-repeat;
    background-position: -223px 5px;
    padding-right: 50px;
}
.study i{
    background: #ce8bae;
}
.study:hover i{
    background: #BB7C9B;
}
.study:hover{
    background: #A95D83;
}
.study{
    background: #bb6e96;
}



.health b {
    background: url("../img/health.png") center no-repeat;
}
.health i{
    background: #ce8bae;
}
.health:hover i{
    background: #BB7C9B;
}
.health:hover{
    background: #A95D83;
}
.health{
    background: #bb6e96;
}



.culture b {
    background: url("../img/culture.png") center no-repeat;
}
.culture{
    background: #5eb595;
}
.culture i{
    background: #67cba6;
}
.culture:hover i{
    background: #5baf90;
}
.culture:hover{
    background: #519b80;
}



.sport b {
    background: url("../img/sport.png") center no-repeat;
}
.sport{
    background: #a178b6;
}
.sport i{
    background: #be90d5;
}
.sport:hover i{
    background: #A87DBF;
}
.sport:hover{
    background: #8E69A3;
}


.check b {
    background: url("../img/check.png") center no-repeat;
}
.check{
    background: #219bcf;
}
.check i{
    background: #2ab3ed;
}
.check:hover i{
    background: #2A96D0;
}
.check:hover{
    background: #218CBE;
}



.train b {
    background: url("../img/train.png") center no-repeat;
}
.train{
    background: #03bed4;
}
.train i{
    background: #59d7e5;
}
.train:hover i{
    background: #53C4D2;
}
.train:hover{
    background: #03A5BA;
}


.social b {
    background: url("../img/spheresIconsList.png") center no-repeat;
    background-position: -338px -223px;
}
.social{
    background: #5eb595;
}
.social i{
    background: #67cba6;
}
.social:hover i{
    background: #5baf90;
}
.social:hover{
    background: #519b80;
}

.sphere a{
    overflow: hidden;
}
.sphere .collapse_btn{
    height: inherit;
    display: inline-block;
}

.sphere .collapse_slide{
    display: none;
    -webkit-transition: top 3s ease;
    -moz-transition: top 3s ease;
    -o-transition: top 3s ease;
    -ms-transition: top 3s ease;
    transition: top 3s ease;
}
.sphere .all_collapse{
    display: block !important;
    text-align: right;
    font-family: "PTS_regular";
    font-size: 20px;
    padding: 10px 0;
    border-top: 1px solid #4CBCEC;
}
.sphere .collapse_btn:hover{
    text-decoration: none;
}
.sphere .collapse_btn{
    color: #4CBCEC;
    text-transform: uppercase;
}
.sphere li{
    margin: 7.5px 0 !important;
}

/*slide button*/
.collapse_btn span{
    font-size: 120%;
    position: relative;
    top: 5px;
    margin-left: 5px;
    margin-right: 2px;
    /*display: inherit;*/
    /*height: 20px;*/
    /*width: 35px;*/
    /*margin-left: 5px;*/
    /*margin-right: 5px;*/
    /*background: url("../img/arrowdown.png") right no-repeat;*/
}
/*.collapse_btn span.up{*/
    /*background: url("../img/arrowup.png") right no-repeat;*/
/*}*/
.head_menu{
    margin-left: auto;
    margin-right: auto;
    display: block;
    padding-left: 15px;
}
.menu .dropdown-menu li a:before{
    display: none;
}
.sphere ul {
    margin-bottom: -7.5px;
}
.foot img:hover{
    opacity: 1 !important;
}
.foot .logo,
.foot:hover{
    text-decoration: none;
    color: #fff;
}
.text{
    margin: -13px 0;
}
.left_block .text_title{
    margin-top: 20px;
}
.left_block .title{
    margin-bottom: 15px;
}
.menu_in .menu li a{
    border-bottom: 2px solid transparent;
}
.menu_in .navbar-toggle{
    margin: -10px auto;
}
.menu_in .menu li a:hover {
    border-bottom: 2px solid #fff;
}
.menu_in .navbar-toggle .icon-bar{
    background: #fff;
}
.menu_in .dropdown .dropdown-menu li a:hover{
    color: #219bcf;
    background: #fff;
}
.menu_in .dropdown .dropdown-menu li a{
    color: #fff;
    background: #219bcf;
}
.menu_in .dropdown-menu{
    background: #219bcf;
}
.menu_in .menu{
    margin-bottom: 20px;
    padding: 23px 0 19px 0;
}
.menu_in .menu li a{
    color: #fff;
}
.menu_in .menu li a:before{
    display: none;
}
.menu_in{
    background: #219bcf;
    display: block;
}
.collapsing{
    padding-right: 0;
    padding-left: 0;
    margin-right: 0;
    margin-left: 0;
    overflow: hidden;
}
.menu_in{
    margin-bottom: -20px;
}
.date{
    color: #676767 !important;
}
.newsAreaList .smallText{
    color: #676767 !important;
}
.centre_menu{
    margin: 0 auto;
    display: table;
}
.newsListBlock{
    margin-bottom: 30px;
}
.miniDate{
    font-size: 15px !important;
}