*{
    margin: 0;
    padding: 0;
}
img {
    border: none;
    max-width: 100%;
}
html, body{
    height: 100%;
}
@font-face{
    font-family: 'HelveticaNeueCyr';
    src: url('../fonts/HelveticaNeueCyr.woff');
    font-weight: normal;
    font-style: normal;
}
a:link, a:visited {
    color: #014e87;
    text-decoration: none;
}
a:hover {
    color: #4592f0;
    text-decoration: underline;
}
a {
    color: #014e87;
    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;
}
body {
    background: url("../img/whitePattern.jpg") repeat;
    font-family: "HelveticaNeueCyr";
    font-size: 16px;
    color:#303030;
}
.header{
    background: url("../img/bluePattern.jpg") #2f73a7 repeat;
    min-height: 250px;
    width: 100%;
    display: block;
}
#siteLogo{
    background: #60bc74;
    position: absolute;
    text-transform: uppercase;
    font-size: 25px;
    color: #fff;
    padding: 10px 20px;
    text-decoration: none;
}
#siteLogo span{
    background: url("../img/logoTriangle.png") no-repeat;
    position: absolute;
    width: 16px;
    height: 20px;
    bottom: 0;
    right: -16px;
}
.relative{
    position: relative !important;
}
.logo{
    font-size: 35px;
    color: #fff !important;
    text-decoration: none !important;
    margin-top: 70px;
    display: table;
}
.langBar{
    margin: 30px 0 0 0;
}
.langBar li{
    list-style: none;
    float: left;
}
.langBar li a{
    color: #fff;
    text-decoration: none;
    margin: 0 7px;
}
.langBar li.active a{
    border-bottom: 1px solid #fff;
}
.searchArea{
    position: relative;
    margin-top: 20px;
    display: block;
}
.searchArea .searchBox{
    background: none;
    border: 1px solid #fff;
    padding: 5px 45px 5px 10px;
    font-size: 14px;
    width: 280px;
    outline: none;
    color: #fff;
}::-webkit-input-placeholder{color:#fff;}
::-moz-placeholder{color:#fff;}
:-moz-placeholder{color:#fff;}
:-ms-input-placeholder{color:#fff;}
.searchArea .searchBtn {
    position: absolute;
    background: none;
    border: none;
    border-left: 1px solid #fff;
    color: #fff;
    top: 0;
    right: 0;
    font-size: 18px;
    padding: 0 11px 0 10px;
    margin-top: 4px;
    font-weight: normal !important;
    outline: none;
}
.menu{
    margin-top: 35px;
    min-height: 100%;
}
.menu li a{
    color: #fff;
    border-right: 1px solid #fff;
    padding: 5px 30px;
}
.menu li:last-child a{
    border: none;
}
.menu li a:hover{
    text-decoration: underline;
}
.menu li a:hover, .menu li a:focus{
    background: none;
}
.menu .container-fluid, .menu .navbar-collapse{
    padding: 0 !important;
}
.menu .open>a, .menu .open>a:focus, .menu .open>a:hover{
    background: none;
    border-color: #fff;
}
.menu .dropdown-menu li a{
    padding: 10px 20px;
    color: #000;
    text-decoration: none;
    -webkit-transition: all 0s;
    -moz-transition: all 0s;
    -o-transition: all 0s;
    -ms-transition: all 0s;
    transition: all 0s;
}
.menu .dropdown-menu li a:hover{
    background: #2f73a7;
    color: #fff;
}
.noPadding{
    padding: 0 !important;
}
.noPaddingLeft{
    padding-left: 0 !important;
}
.noPaddingRight{
    padding-right: 0 !important;
}
.bannerArea{
    background: url("../img/tmp1.jpg") #fff top center no-repeat;
    height: 406px;
}
.afterHeader{
    background: #ccecff;
}
.afterHeaderList li{
    list-style: none;
    padding: 20px 0;
}
.afterHeaderList li a{
    font-size: 26px;
    color: #3377ab;
    text-decoration: none;
}
.afterHeaderList li a:hover{
    color: #2d6997;
}
.afterHeaderList li a:hover .roundBox{
    background: #295c86;
}
.afterHeaderList li a span{
    height: 120px;
    /*vertical-align: -moz-middle-with-baseline;*/
    display: table-cell;
    display: -moz-inline-grid !important;
    vertical-align: middle;
}
.afterHeaderList li a .roundBox{
    background: #3377ab;
    width: 120px;
    height: 120px;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    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;
}
.afterHeaderList li a .roundBox i{
    width: 64px;
    height: 64px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -32px 0 0 -32px;
}
.afterHeaderList li a .roundBox .iconScience{
    background: url("../img/afterHeaderImagesList.png") 0 0 no-repeat;
}
.afterHeaderList li a .roundBox .iconMap{
    background: url("../img/afterHeaderImagesList.png") -64px 0 no-repeat;
}
.afterHeaderList li a .roundBox .iconStat{
    background: url("../img/afterHeaderImagesList.png") -128px 0 no-repeat;
}
.box{
    background: url("../img/bluePattern.jpg") #2f73a7 repeat;
    padding: 20px 0;
}
.title{
    color: #3377ab;
    font-size: 32px;
    display: block;
    border-bottom: 1px solid #3377ab;
    padding: 10px 0;
}
.title.white{
    color: #fff;
    border-color: #fff;
}
.marger{
    margin-top: 10px;
}
.bigMarger{
    margin-top: 20px;
}
.nextBtn{
    color: #fff !important;
    position: relative;
    padding-right: 35px;
}
.nextBtn span{
    font-size: 25px;
    position: absolute;
    right: 0;
    top: 0;
}
.simpleList li{
    list-style: none;
    margin-top: 20px;
}
.simpleList li .simpleTitle{
    font-size: 20px;
}
.fWhite{
    color: #fff !important;
}
.quotedText{
    background: url("../img/quota.png") 7px 7px no-repeat;
    padding: 0 0 0 50px;
    font-size: 20px;
}
.trebuchet{
    font-family: "Trebuchet MS" !important;
}
.big{
    font-size: 32px;
}
.bgRed{
    background: #cb6086;
}
.bgPurple{
    background: #6b649e;
}
.bgGreen {
    background: #31afba;
}
.colorCards{
    padding: 30px !important;
}
.footer{
    background: #3377ab;
    min-height: 100px;
    color: #fff;
}
.footerTitle{
    font-size: 28px;
}
.listMenu{
    margin-top: 20px;
}
.listMenu li{
    list-style: none;
    float: left;
    padding: 20px 0;
}
.listMenu li a{
    font-size: 20px;
    color: #fff;
    padding: 0 20px;
}
.border{
     border-left: 1px solid #fff;
}
.border a{
    color: #fff;
    text-decoration: underline;
}
.toMiddle{
    height: 128px;
    display: table-cell;
    vertical-align: middle;
}
.imagesList img{
    margin: 5px 13px;
}
/*slider*/

.invest_carousel .carousel-inner .item img {
    height: 400px;
}
.invest_carousel .carousel-indicators{
    padding-right: 40%;
    bottom: 30px;
}
.invest_carousel .carousel-indicators .active{
    height: 20px;
    width: 20px;
}
.invest_carousel .carousel-indicators li:hover {
    background-color: rgba(203,225,239,.5);
}
.invest_carousel .carousel-caption{
    right: 55%;
    top: 35px;
    text-align: right;
    padding-bottom: 30px;
}
.invest_carousel .carousel-indicators li {
    border: none;
    background-color: rgba(203,225,239,1);
    width: 17px;
    height: 17px;
}
.invest_carousel .carousel-caption h1{
    font-size: 43.41px;
}
.invest_carousel .carousel-caption p{
    font-size: 27.13px;
}
.invest_carousel .carousel-caption h1,
.invest_carousel .carousel-caption a,
.invest_carousel .carousel-caption p{
    color: #3377ab;
    text-shadow: none;
}
.invest_carousel .carousel-caption a{
    font-size: 16px;
    text-decoration: none;
}
.invest_carousel .carousel-caption img.arrow{
    height: 20px !important;
    width: 20px !important;
}
.continue span{
    font-size: 25px;
    top: 7px;
}
.invest_carousel{
    background: white;
}


.invest_carousel2 {
    margin: 20px 0;
}
.slide_right{
    float: right;
    position: absolute;
    right: 0;
    top: 40%;
    right: -40px;
}
.slide_left{
    float: left;
    position: absolute;
    top: 40%;
    left: -40px;
}

/*slider*/

.afterHeaderList li{
    padding: 20px 10px;
    -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;
}
.afterHeaderList li:hover{
    background: #afdffc;
}
.calData a:hover{
    text-decoration: none;
}
.bannerArea {
    display: inline;
}
.calData a {
    margin-top: 10px;
    color: #fff;
    text-align: left;
}
.calData li {
    vertical-align: middle;
    display: block;
    font-size: 20px;
    color: gainsboro;
}
ul.simpleList {
    padding-right: 25px;
}
.box .col-md-4 {
    padding-right: 25px;
}

/*sandwich*/
.sandwich {
    cursor: pointer;
    text-align: center;
    text-align: -webkit-center;
    text-align: -ms-center;
    text-align: -o-center;
    text-align: -moz-center;
    margin: auto;
    margin-bottom: 10px;
    margin-top: 10px;
}
.sw-topper {
    position: relative;
    top: 0;
    width: 30px;
    height: 5px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: transform 0.5s, top 0.2s;
    -o-transition: transform 0.5s, top 0.2s;
    -moz-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    /* transition-delay: 0.2s, 0s; */
}
.sw-bottom {
    position: relative;
    width: 30px;
    height: 5px;
    top: 15px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    -webkit-transition: transform 0.5s, top 0.2s;
    -o-transition: transform 0.5s, top 0.2s;
    -moz-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
.sw-footer {
    position: relative;
    width: 30px;
    height: 5px;
    top: 0px;
    background: #fff;
    border: none;
    border-radius: 4px 4px 4px 4px;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition: transform 0.5s, top 0.2s;
    -moz-transition: transform 0.5s, top 0.2s;
    transition: transform 0.5s, top 0.2s;
    -webkit-transition-delay: 0.2s, 0s;
    -moz-transition-delay: 0.2s, 0s;
    -o-transition-delay: 0.2s, 0s;
    transition-delay: 0.2s, 0s;
}
#sandwich {
    display: none;
}
/*sandwich*/

.calendarBox .calView {
    background: rgba(45, 113, 165, .9) !important;
}



/*slideeee*/
.jssora03l {
    left: 8px;
    display: none;
}
.jssora03l {
    background: url(../img/slide_left.png) no-repeat;
    display: block !important;
    background-position: inherit !important;
}
.jssora03r {
    display: block !important;
    background-position: inherit !important;
    position: absolute;
    width: 32px !important;
    height: 32px !important;
    cursor: pointer;
    background: url(../img/slide_right.png) no-repeat;
    overflow: hidden;
}
.touch_slide {
    text-align: center;
    text-align: -moz-center;
    text-align: -ms-center;
    text-align: -webkit-center;
    margin: 30px 0 30px 0px;
}
.bannerArea .slide_img {
    height: 400px;
    background: url("../img/poytaxt.jpg") top center no-repeat;
}
.bannerArea .slide_img2{
    height: 400px;
    background: url("../img/poytaxt.jpg") top center no-repeat;
}
.bannerArea .slide_img3{
    height: 400px;
    background: url("../img/poytaxt.jpg") top center no-repeat;
}
.bannerArea .slide_img4{
    height: 400px;
    background: url("../img/poytaxt.jpg") top center no-repeat;
}


/*example box*/
.news_box {
    padding: 25px 45px 25px 0;
}
.news_box p {
    color: #fff;
    margin-bottom: 25px 0 0 0;
}
.pade_box {
    margin-bottom: 66px;
}
.news_blog,
.pade_box {
    padding: 25px;
    margin-top: 25px;
}
.news_blog p {
    color: #484848;
}
.news_blog table {
    width: 100% !important;
    max-width: 100%;
    margin: 12px 0;
}
.news_blog table td, .news_blog table th {
    border: solid 1px #777;
    box-sizing: border-box;
    padding: 8px 12px;
    width: auto !important;
    height: auto !important;
}
.news_blog table th{
    border-color: #888;
    border-bottom: solid 2px #888;
}
.news_blog img {
    margin-top: 7px;
    width: 165px;
}
.title_inc {
    color: #3377ab;
    font-size: 20px;
}
.title_inc_news {
    color: #3377ab;
    font-size: 20px;
    display: block;
}
.noPade_left {
    padding-left: 0;
}
.marger_bottom {
    margin: 5px 0;
}
.box .title {
    font-size: 24px;
    margin-top: 12px;
}
.news_box a {
    color: #fff;
    text-decoration: none;
}
.news_blog a:hover,
.news_blog a {
    color: #3377ab;
}

/*num buttons*/
.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}
.pagination > li {
    display: inline;
}
.pagination > li:first-child > a, .pagination > li:first-child > span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    /*background: #b8b8b8;*/
    /*color: #333;*/
    /*border-color: #dadada;*/
}
.pagination > li > a, .pagination > li > span {
    background: none;
}
.pagination li.active > a:hover {
    background: #eee;
    border-color: #ddd;
    color: #999999;
}
.pagination li.active > a {
    background: none;
    color: #999999;
    border-color: #ddd;
}
.news_blog .title {
    color: #3074a8;
}
.center_paginate {
    display: block;
    text-align: center;
    text-align: -webkit-center;
}

/*num buttons*/

/*example sllide*/
.touch_slider #owl-demo .item {
    padding: 30px 0px;
    margin: 5px;
    color: #FFF;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    text-align: center;
}
.touch_slider .owl-theme .owl-controls .owl-buttons div {
    background: none !important;
}
.touch_slider .owl-controls .owl-prev {
    float: left !important;
}
.touch_slider .owl-controls .owl-next {
    float: right !important;
}
.touch_slider .owl-next .glyphicon,
.touch_slider .owl-prev .glyphicon {
    color: #2391e6;
    font-size: 30px;
}
.touch_slider .owl-theme .owl-controls.clickable .owl-buttons div {
    opacity: 1 !important;
    position: relative;
    top: -125px;
}
.touch_slider .owl-theme .owl-controls.clickable .owl-buttons div:hover {
    opacity: 0.5 !important;
}
.touch_slider .owl-pagination {
    display: none !important;
}
.touch_slider .owl-prev {
    left: -45px;
    margin: 0;
}
.touch_slider .owl-next {
    right: -45px;
    margin: 0;
}
.touch_slider {
    padding: 0 30px;
}

.carousel-caption img{
    position: relative;
    min-width: 100% !important;
    height: 400px;!important;
}
.bannerArea .item > img{
    position: absolute;
    left: 50%;
    width: 1600px;
    margin-left: -800px;
    max-width: inherit;
}
.bannerArea .item {
    height: 400px;
}
.menu .dropdown-menu{
    left: auto;
    top: auto;
}
.menu .dropdown-menu.mega li {
    list-style: none;
    min-width: 220px;
    display: block;
}
.menu .open>.dropdown-menu.mega {
    display: flex;
}
.menu .dropdown.open> span {
    top: auto;
    left: auto;
    margin-left: 27px;
    margin-top: -2px;
    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: 10px solid rgb(255,255, 255);
}
.menu .dropdown-menu.mega{
    border-radius: 0px !important;
    /*left: auto !important;*/
}
.menu .dropdown{
    padding-bottom: 5px;
}
.menu .dropdown-menu.mega li a{
    display: block;
}
.drop_title{
    font-size: 20px;
    display: block;
    background: #e6f4ff;
    color: #3776a9;
    padding: 10px 10px;
    /*text-align: center;*/
    margin-top: -4px;
}
.navbar.menu .dropdown-menu.mega {
    top: inherit;
}
.navbar.menu{
    position: static;
}
.menu .open>.dropdown-menu.mega {
    display: flex;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
}
.menu .open>.dropdown-menu.mega>li{
    min-width: 25%;
}
.dropdown.open{
    position: static;
}
.menu .open>.dropdown-menu.mega .block_list{
    width: 100%;
}
.bot_menu{
    margin-left: auto;
    margin-right: auto;
    display: table;
}
.list_column{
    margin-bottom: 20px;
}
.media_block{
    padding-bottom: 40px;
}
#preplace{
    width: 957px;
    margin: 0 auto;
}
.media_block .title{
    margin-top: 35px;
}
.media_block section:before, .media_block section:after{
    content: " ";
    display: table;
    clear: both;
}
.media_block section{
    margin-bottom: 25px;
}
.simpleTitle a:hover{

}
.simpleTitle a{
    color: #fff !important;
}

.news-index .simpleTitle a:hover{
    text-decoration: none;
    /*opacity: 0.8;*/
    color: #2b9bc2 !important;
    border-bottom: 1px solid #2b9bc2;
}
.news-index .date{
    margin-top: 15px;
    margin-bottom: 12px;
}
.news-index .simpleTitle a{
    color: #26699E !important;
    font-size: 22px;
    text-transform: uppercase;
    display: inline-block;
    border-bottom: 1px solid transparent;
}
.new










