*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
    font-family:  'Noto Sans', sans-serif;    
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-family: 'Noto Sans', sans-serif;
    font-weight: normal;
    /*color:#1c0440;*/
}
a, a:hover, a:focus{
    text-decoration: none;
    color: inherit;
    -webkit-transition: all 200ms ease-in-out;
    -ms-transition: all 200ms ease-in-out;
    -moz-transition: all 200ms ease-in-out;
    transition: all 200ms ease-in-out;
}
input{
outline:none;
}
p{
    line-height: 1.3;
}
ul{
    list-style: none;
    margin-bottom: 0;
}


.main_wrapper{
        width: 100%;
    display: inline-block;
}


.main_width{
    width:1280px;
    margin:0 auto;
}

.home_page_slide .main_width{
    position:relative;
}

.mod-languages{
        position: relative;
    top: 13px;
}



.mod-languages button{
outline: none;
    border: none;
    background: none;
    line-height: 1.4;
    cursor: pointer;
    position: relative;
    color: #000;
    float: left;
    width: 100px;
    padding: 0 2px;
    font-size: 16px;
}

.mod-languages button i{
    color: #ccc;
    font-size: 11px;
    position: absolute;
    top: 6px;
    right: -10px;
}

.mod-languages button span{
        display: inline-block;
    float: left;
    margin-right: 4px;
}

.mod-languages button img{
    width: 20px;
}

.top-box__lang-list{
    position: absolute;
    z-index: 9;
    margin-left: -1px !important;
    margin-top: 32px !important;
    display: none;
    width: 120px;
    background: #fff;
    border-radius: 0px 0px 5px 5px;
}


.top-box__lang-list a{
    padding: 8px;
    display: block;
    color: #000;
    line-height: 1.7;
    box-sizing: border-box;
}

.top-box__lang-list a span{
    margin: -3px 0px 0px 0px;
    display: block;
    float: left;
}


.top-box__lang-list img{
width: 20px;
    margin-right: 6px;
    margin-bottom: -5px;
}

.top-box__lang-list li:last-of-type a{
    border:none;
}


.top-box__lang-list a:hover{
    color:#003e77;
}



.listing_data .listing_item:nth-oftype(3n){
        float: right;
    margin: 0;
}

.home_page_slide{
    width: 100%;
    display: inline-block;
    height: 280px;
    background: url(../images/main_bg.jpg) no-repeat 0px 0px;
    background-size: 100% auto;
    padding-top: 95px;
    position:relative;
}



body.page_101 .home_page_slide{
    width: 100%;
    display: inline-block;
    height: 570px;
    background:url(../images/main_bg.jpg) no-repeat 0px 0px;
    background-size:100% auto;
        padding-top: 140px;
}

.home_page_slide:before{
    content:"";
    width:100%;
    height:100%;
    position:absolute;
    left:0;
    top:0;
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.65) 100%); 
}


.main_top_row{
        width: 100%;
    display: inline-block;
    padding:10px;
}

.top_data_row{
        width: 100%;
    display: inline-block;
}

.top_block2{
    float: left;
    width: 20%;
}

.top_block1{
        float: left;
    width: 51%;
}

.menu_row_data nav>ul{
        width: 100%;
    display: inline-flex;
        margin: 23px 0px 0px 0px;
}

.menu_row_data nav>ul li:hover > ul{
    display:block;
}


.menu_row_data li{
    position:relative;
}

.sub_menu_box{
    display: none;
    position: absolute;
    width: max-content;
    background: #fff;
    padding: 5px;
    border-radius: 0px 0px 5px 5px;
    z-index: 99;
    top: 47px;
}
.sub_menu_box a{
    padding: 7px 0px 7px 5px;
    display: block;
    font-size: 17px !important;
    border-bottom: 1px solid #eee;
}

.sub_menu_box li:last-of-type a{
    border:none;
}

.top_block3{
float: left;
    width: 29%;
    margin-top: 11px;
}

.top_action_data{
        width: 100%;
    display: inline-flex;
}

.top_action_data>li:nth-of-type(2){
    width: 125px;
    margin-right: 5px;
}


.top_action_data>li:nth-of-type(3){
    width: 240px;
}

.top_action_data li:nth-of-type(3) form{
        width: 100%;
    display: inline-flex;
    padding: 5px;
    box-sizing: border-box;
    position: relative;   
}


.menu_row_data ul li a{
    color: #000;
    font-size: 19px;
    padding-right: 15px;
}

#menu>ul>li>a{
    padding-bottom:30px;
}


.menu_row_data ul li a:hover,
.menu_row_data ul li.active_nav a{
    color:#003e77;
}

.top_search_item{
        width: 100%;
}

.top_search_item input{
    padding: 11px 10px;
    border: none;
    background: #EFEFEF;
    box-sizing: border-box;
    border-radius: 9px;
    width: 100%; 
    outline:none;
}

.logo_row img{
    height: 50px;
    position: relative;
    top: 10px;
}

.footer_logo img{
    height:50px;
}
.top_search_nav{
        position: absolute;
    right: 12px;
    top: 12px;
}

.top_search_nav button{
    position: absolute;
    right: 0;
    top: -2px;
    border: none;
    background: #003e77;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    color: #fff;
    padding: 5px 10px;
    cursor:pointer;
}

.page_search_box .top_search_nav button{
    position: absolute;
    right: 0;
    top: -2px;
    border: none;
    background: #003e77;
    box-sizing: border-box;
    border-radius: 5px;
    outline: none;
    color: #fff;
    padding: 15px 30px;
    cursor:pointer;
}

div.mod-languages li{
    width:122px;
}

.page_101 .home_slide_description{
    width: 69%;
    float: left;
}

.home_slide_description{
    width: 100%;
}

.page_101 .home_slide_description h1{
     color: #fff;
    font-size: 60px;
    font-weight: bold;   
}


.home_slide_description h1{
     color: #fff;
    font-size: 40px;
    font-weight: bold;   
}


.main_description_txt{
        font-size: 25px;
    color: #fff;
    margin-bottom: 15px;
}

.main_description_title{
        font-size: 43px;
    color: #fff;
    font-weight: bold;
    margin-bottom: 30px;
}

.home_slide_description ul{
 width: 100%;
    display: inline-flex;
}



.home_slide_description ul li:nth-of-type(1) a{
    background: #fff;
    padding: 9px 20px 10px 20px;
    border-radius: 10px;
    color: #003E77;
    font-weight: bold;
    font-size: 20px;
    margin:0;
}


.home_slide_description ul li:nth-of-type(1) a span{
    color: #fff;
    background: #003E77;
    padding: 5px;
    border-radius: 6px;
    margin-left: 10px;
    font-size: 16px;
}


.home_slide_description ul li:nth-of-type(2){
        position: relative;
    top: -5px;
}

.home_slide_description ul li a{
        color: #fff;
    font-size: 25px;
    margin-left: 40px;
    font-weight: bold;
}

.home_slide_preview{
    float:right;
    width: 30%;
    text-align: right;    
}

.home_slide_preview img{
        width: auto;
    height: 513px;
}

.home_page_top{
    width: 100%;
    display: inline-block;
    position: relative;    
}

.page_search_box{
    width: 69%;
    padding: 37px 0px 25px 0px;

}

.page_search_box form{
      position:relative;  
}


.page_search_box .page_top_search_item input{
     padding: 25px;
    border: none;
    background: #EFEFEF;
    box-sizing: border-box;
    border-radius: 5px;
    width: 100%;
    outline: none;   
}


.page_text_box{
    width: 100%;
    display: inline-flex;
    margin: 25px 0;
}

.page_text_preview{
    width: 50%;
}
.page_text_text{
        width: 65%;
    text-align: right;
}


.info_tab_content{
    display:none;
}

.info_tab_content.is_active{
    display:block;
}

.home_information_block{
    width: 100%;
    display: inline-block;
}

.information_top_nav{
        width: 100%;
    display: inline-block;
    box-shadow: 0px 3px 3px 0px #ddd;
    margin-bottom: 25px;
}

.information_top_nav ul{
        width: 100%;
    display: inline-flex;
    overflow: hidden;
}

.information_top_nav ul li{
    padding: 30px 0;
    font-size: 30px;
    color: rgba(0, 62, 119, 0.6);
    text-align: left;
    width: 30%;
    position: relative;
    text-align: center;
    cursor:pointer;
}

.information_data{
        width: 100%;
    display: inline-block;
}

.information_data_block1{
        float: left;
    width: 30%;
}

.information_data_block1 img{
        width: 100%;
}

.information_data_block2{
    float: right;
    width: 67%;
    padding-top:50px;
}


.information_top_nav li.is_active{
    color:#003E77;
}

.information_top_nav li.is_active:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #003E77;
    position: absolute;
    bottom: 0;
    left: 0;
}


.information_data_block1 h3{
    text-align: center;
    font-size: 25px;
    color: #003E77;
    padding-bottom: 20px;
    font-weight: bold;
}


.home_volumes{
        width: 100%;
    margin-top: 20px;
    padding: 20px 0;
    background: #f2f5f8;
}


.block_header{
    width: 100%;
    display: inline-block;
}

.block_header h3{
        text-align: center;
    color: #003E77;
    font-size: 30px;
}

.block_header h3 span{
    position: relative;
    display: inline-block;
    padding-bottom: 20px;
    margin-bottom: 30px;
    padding-left: 60px;
}

.block_header h3 span:before{
     content: "";
    width: 100%;
    height: 3px;
    background: #003E77;
    position: absolute;
    bottom: 0;
    left: 0;   
}

.block_header h3 span:after{
    content: "";
    background: url(../images/main_logo.png) no-repeat 0px 0px;
    background-size: 50px auto;
    background-position: 0px 10px;
    position: absolute;
    top: 0;
    left: 0;
    width: 100px;
    height: 50px; 
}

.values_item h4 {
    text-align: center;
    font-size: 25px;
    color: #003E77;
    padding: 20px;
    font-weight: bold;
}


footer{
    width: 100%;
    height: 495px;
    background: url(../images/footer_bg.jpg) no-repeat 0px 0px;
    background-size: 100% auto;
    padding-top: 40px;
  
}

.footer_copyright{
    width: 100%;
    background: #003565;
    text-align: center;
    color: #fff;
    font-size: 15px;
    padding: 10px 0;
}

.footer_box{
        width: 100%;
    display: inline-block;
}


.footer_logo{
    text-align: center;
}

.footer_title{
        font-size: 48px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    padding: 30px 0;
}

.footer_social{
        display: inline-block;
    width: 100%;
    text-align: center;
}

.footer_social ul{
    display: inline-flex;
}

.footer_social ul li{
    padding: 0 10px;
}

.footer_subscribe{
        width: 100%;
    display: inline-flex;
    border-top: 3px solid #0399D4;
    margin-top: 30px;
    height: 100px;
    padding: 30px 0;
}

.subscribe_item{
        width: 50%;
}

.subscribe_form{
        width: 50%;
}

.subscribe_item{
        color: #fff;
}

.subscribe_item h5{
        font-size: 30px;
    font-weight: bold;
}

.subscribe_item h5 span{
    color:#001426;
}
.subscribe_item h5 span{
    color:#001426;
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: white;
}

.subscribe_form_item{
        width: 100%;
    display: inline-block;   
    position:relative;
}

.subscribe_form_item input{
    width: 100%;
    display: inline-block;
    padding: 25px 80px 25px 20px;
    box-sizing: border-box;
    border-radius: 5px;
    border: none;
    background: rgba(255, 255, 255, 0.5);
    color:#fff;
}



.subscribe_form_item button{
position: absolute;
    right: 13px;
    top: 8px;
    border: none;
    background: none;
    cursor: pointer;
}

.information_data_block2 p{
   padding: 5px 0; 
}

.information_data_block2 p strong{
    color: #003C7A;
}


#editors ul{
        columns: 3;
    -webkit-columns: 3;
    -moz-columns: 3;
}

#editors ul li{
position: relative;
    padding: 5px 0px 5px 20px;
}

#editors ul li:before{
    content:"";
    width:10px;
    height:10px;
    border-radius:100%;
    background:#003e77;
    position:absolute;
    left:0;
    top:13px;
}



.issue_box{
        width: 100%;
    display: inline-block;
    margin: 30px 0;
}

.issue_top{
     width: 100%;
    display: inline-flex;
    margin-bottom: 30px;   
}

.issue_top h4{
    width: 88%;
    color: #003E77;
    font-weight: bold;
    font-size: 25px;
}

.issue_pdf{
    width: 12%;
    text-align: right;
}

.issue_pdf a{
    background: #003E77;
    color: #fff;
    padding: 10px 20px;
    border-radius: 10px;
    text-transform: uppercase;    
}

.issue_content{
        width: 100%;
    display: inline-block;
}

.issue_content ul li{
        width: 100%;
    display: inline-block;
    padding: 8px 0;
}

.issue_content ul li a{
        color: #003E77;
}

.no_ref_item{
        color: #777777;
        margin-top:10px;
}

.contentItem .page-header{
    display:none;
}


.page_108 .item-image {
 float: left;
    width: 250px;
    border-radius: 10px;
    overflow: hidden;
    margin-right: 20px;
    margin-bottom: 10px;   
}

.page_108 .item-image img{
        width: 100%;
    height: 100%;
    object-fit: contain;
    display: block;
}

.com-content-article{
    padding: 50px 0;
}

.com-content-article__body p{
    margin:10px 0;
}

.com-content-article__body table{
    width:100%;
}



.contact_page_row{
        width: 100%;
    display: inline-flex;
    padding: 50px 0;
}

.contact_page_content{
    width: 30%;
}

.contact_page_form{
        width: 70%;
    padding: 0px 0px 0px 50px;
}

.cont_info{
    padding: 25px;
    box-sizing: border-box;
    box-shadow: 0px 0px 6px 1px #eee;
    border-radius: 10px;
}

.cont_info>p{
        font-size: 20px;
    color: #003E77;
    margin-bottom: 11px;
}

.field_form .row .form_item_contact{
        width: 48%;
    float: left;
    margin-bottom: 20px;
}

.field_form .row .form_item_contact:nth-of-type(2n){
        width: 48%;
    float: right;
    margin-bottom: 20px;
}


.field_form .row .form_item_contact input{
    width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    background: rgba(239, 239, 239, 0.5);
    outline:none;
}

.manager.form-group{
    display:none;
}

.form_item_contact_message{
    width:100%;
    display:inline-block;
}

.form_item_contact_message textarea{
        width: 100%;
    padding: 10px;
    border-radius: 5px;
    border: none;
    resize:none;
    background: rgba(239, 239, 239, 0.5);
    outline:none;
}


.field_form .btn-box{
     margin-top: 20px;
    text-align: right;   
}

.field_form .btn-box button{
     background: #003E77;
    color: #fff;
    font-size: 17px;
    border-radius: 5px;
    padding: 5px 20px;
    border: none;
    cursor: pointer;   
}


.contact_page_content ul li:nth-of-type(1){
    width: 100%;
    display: inline-block;
    background: url(../images/c_phone.jpg) no-repeat 0px 0px;
    background-position: left center;
    background-size: 100px;
    height: 54px;
    padding-left: 125px;
    padding-top: 5px;
        margin: 10px 0;
}

.contact_page_content ul li:nth-of-type(2){
    width: 100%;
    display: inline-block;
    background: url(../images/c_email.jpg) no-repeat 0px 0px;
    background-position: left center;
    background-size: 100px;
    height: 54px;
    padding-left: 125px;
    padding-top: 5px;
        margin: 10px 0;
}

.contact_page_content ul li:nth-of-type(3){
    width: 100%;
    display: inline-block;
    background: url(../images/c_loc.jpg) no-repeat 0px 0px;
    background-position: left center;
    background-size: 100px;
    height: 54px;
    padding-left: 125px;
    padding-top: 5px;
        margin: 10px 0;
}


.contact_page_content ul{
        margin-top: 39px;
}

.com-content-article__body ol{
    padding: 0px 0px 0px 20px;
}

.com-content-article__body h2{
    color: #003e77;
    font-size: 20px;  
    font-weight:bold;
}

.guideline_content_item{
    display:none;
}

.opened_editline{
    display:block;
}

.guidelinewrapper{
    width: 100%;
    display: inline-flex;
    margin: 50px 0;
}

.guideline_left{
    width: 30%;
    padding-right: 30px;
    margin-right: 30px;
}

.guideline_left ul li{
        width: 100%;
    display: inline-block;
    color: #003E77;
    padding: 15px;
    margin-bottom: 20px;
    box-shadow: 0px 0px 4px 2px #ddd;
    border-radius: 10px;
    text-transform: uppercase;
    cursor: pointer;
}

.guideline_right{
        width: 67%;
}

.active_uls,
.guideline_left ul li:hover{
    background: #003E77;
    color: #fff!important;
}



.guideline_content_item ul li{
width: 100%;
    display: inline-block;
    background: url(../images/guideline_icon.png) no-repeat 0px 0px;
    background-position: left center;
    background-size: 30px;
    padding: 0px 0px 0px 45px;
margin-bottom: 10px;
    
}

.mobile_mn{
    display:none;
}





















