*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


body.lang_hy-AM{
    font-family: 'Noto Sans','Arial', sans-serif;
}


body.lang_ru-RU{
    /* font-family: Roboto,sans-serif;*/
    font-family: 'Noto Sans','Arial', sans-serif;
}


body.lang_en-GB{
   /* font-family: Roboto,sans-serif;*/
   font-family: 'Noto Sans','Arial', sans-serif;
}

body{
    margin:0;
    font-size: 17px;
    word-wrap: break-word;
    overflow-x: hidden;
}
h1,h2,h3,h4,h5,h6 {
    margin: 0;
    padding: 0;
    font-size: 16px;
    font-weight: normal;
    line-height: 1.6;
    text-align:left;
}
strong{
    text-align:left;
}
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;
        line-height: 1.3;
}
input{
outline:none;
}
p{
    line-height: 1.6;
    margin:15px 0;
}
ul{
    list-style: none;
    margin-bottom: 0;
}



.fixWidth{
    width:1160px;
    margin:0 auto;
}


body.lang_hy-AM .mod-languages button{
    font-family: 'Noto Sans','Arial', sans-serif;
}

.mobile_menu_row{
    display:none;
}

.menuBox{
    float: left;
    width: 100%;
    margin-bottom: -3px;
}

.mobIcons{
    display:none;
}

.mobIcons a div{
    width: 50px;
    height: 3px;
    background-color: #fff;
    margin: 6px 0px 5px 5px;
    cursor: pointer;
    position: relative;
    top: 8px;
    z-index: 9;
}


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

.top_wrapper{
    width: 100%;
    display: inline-block;
    position: relative;
    z-index: 99;
}

.top_data{
width: 100%;
    display: inline-block;
    background: #004999;
    border-bottom: 7px solid #125C94;
}


.logo_row{
        width: 100%;
    display: inline-flex;
        height: 100px;
        position:relative;
}

.logo_data{
    width: 8%;
    padding-top: 11px;
    padding-right: 8px;
}

.logo_data a{
    position:relative;
    display: block;
}

.logo_data a:before{
    content: "";
    width: 3px;
    height: 90%;
    position: absolute;
    right: -10px;
    background: #fff;
}

.logo_title{
    padding-left: 30px;
    padding-right: 20px;
    width: 848px;
}

.logo_title strong{
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    padding-top: 20px;
    display: block;
    line-height: 1.5;
}

.search_data{
    width: 210px;
        padding-top: 30px;
}

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

.search_data form .form_input:nth-of-type(1){
        width: 80%;
}
.search_data form .form_input:nth-of-type(2){
        width: 20%;
}

.search_data form .form_input:nth-of-type(1) input{
    background: #1C2E5B;
    border: none;
    box-sizing: border-box;
    outline: none;
    width: 100%;
    height: 50px;
    color: #fff;
    padding: 10px;
    border:1px solid transparent;
}

.search_data form .form_input:nth-of-type(1) input::placeholder {
  color:#fff;
}


.search_data form button{
        width: 50px;
    background: #000;
    display: block;
    height: 50px;
    cursor: pointer;
    border: none;
    outline: none;
}


.search_data form .form_input:nth-of-type(1) input:focus {
    border-top: 1px solid #FFDD03!important;
    border-left: 1px solid #FFDD03!important;
    border-bottom: 1px solid #FFDD03!important;
}


.search_data form button i{
        color: #fff;
    font-size: 18px;
}

.menu_row{
    background: #F7F5F4;
}

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


.menu_data ul li{
   float: left;
   position:relative;
}


.menu_block1>ul>li>a{
    display: block;
    padding: 10px 25px 8px 10px;
    position: relative;
    font-size: 14px;
    color: #212934;
    margin-right: 10px;
}

.menu_block1>ul>li>a:hover{
   color: #65bc7b!important;
}

.menu_block1>ul>li>a:before{
    content: "";
    width: 1px;
    height: 60%;
    position: absolute;
    right: 0;
    top: 10px;
    background: #e2e2e2;
}

div.mod-languages li {
    width: 100%;
    margin:0;
    text-align:center;
}


.mod-languages button{
    outline: none;
    border: none;
    background: none;
    line-height: 1.8;
    cursor: pointer;
    position: relative;
    color: #000;
    float: left;
}

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

.mod-languages button span{

}

.mod-languages button img{
   
}

.top-box__lang-list{
    position: absolute;
    z-index: 9;
    margin-left: 2px!important;
    margin-top: 24px!important;
    display: none;
    border-radius: 0;
    background: #F7F5F4;
}


.top-box__lang-list a{
padding: 7px 2px;
    border-bottom: 1px solid #e2e2e2;
    display: block;
    color: #000;
    line-height: 1.2;
    font-size: 13px;
}

.top-box__lang-list a span{

}


.top-box__lang-list img{

}

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


.top-box__lang-list a:hover{
    color:#125C94;
}

.mod-languages {
    position: relative;
    top: 10px;
    right: 0;
    width: 46px;
    float: right;
}







.menuBox>ul{
width: 95%;
    display: inline-flex;
    margin: 0;
    float: left;
}




.main_menu .mod-menu .mod-menu__sub{
    display:none;
}

.lang_row{
    float:right!important;
}



.menu_data li.parent>a:after {
    content: "";
    /* background: url(../images/chevron-down-solid.svg) no-repeat 0px 0px; */
    background: url(../images/down-arrow-menu.png) no-repeat 0px 0px;
    position: absolute;
    top: 14px;
    right: 4px;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #212934;
    line-height: 20px;
    width: 15px;
    height: 15px;
    background-size: 12px;
}

body:not(.lang_hy-AM) .menu_data li.parent>a:after{
     top: 13px;   
} 



.main_menu .mod-menu .nav-item{
    position:relative;
}

.menu_data li.parent ul li{
   float:none;
    border-bottom: 1px solid #e2e2e2;
}

.main_menu .mod-menu__sub li:last-of-type,
.menu_data li.parent ul li:last-of-type{
    border:none;
}

.main_menu .mod-menu__sub{
    position: absolute;
    left: 0;
    background: #F7F5F4;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
        width: max-content;
        z-index:99;
}

.submenu_row_data li a{
    color: #000;
    font-size: 13px!important;
    text-align: left!important;
    width: 100%;
    display: block;
    padding:10px;
}

.submenu_row_data li a:hover,
.active_sbmenu a{
    color:#65bc7b!important;
    background:#eee;
}

.main_menu .mod-menu li.parent:hover>.mod-menu__sub{
    display:block;
}






.submenu_row_data>li>a:after {
    top: 10px!important;
    right: 10px!important;
}

iframe{
    border:none;
}

.fullwidth-overlay{
    position: absolute;
    top: 0;
    left: 0;
    z-index: 5;
    height: 100%;
    width: 100%;
    background:rgba(36,104,205,0.54);
}

.main_video{
    position: relative;
    width: 100%;
    height: 770px;
    overflow: hidden;
}


.embed-responsive-item{
        margin-top: -60px;
}

.video_description{
        position: absolute;
    top: 0;
    z-index: 9;
    left: 0;
    width: 100%;
    text-align: center;
    height: 100%;
}


.video_description p{
        font-size: 29px;
    color: #fff;
    position: absolute;
    top: 37%;
    left: 0;
    right: 0;
}

.video_description .fixWidth{
        position: relative;
    height: 100%;
}

.video_description p i{
        position: absolute;
    bottom: -80px;
    left: 49%;
    font-size: 30px;
}

#menu>ul{
        position: relative;
    z-index: 9;
}


.home_service_row{
    width: 100%;
}

.home_service_wrapper{
    width: 100%;
    min-height: 500px;
    background: #004999;
}

.page_header{
    width: 100%;
    display: inline-block;
    padding: 20px 0px 10px 0px;
    border-bottom: 3px solid #fff;
    margin-top: 23px;
    margin-bottom: 45px;
}

.home_service_wrapper .page_header{
       margin-bottom: 85px; 
}

.page_header h2{
    margin-top: 15px!important;
    font-size: 28px!important;
    color: #fff;
}


.page_header.blue{
    border-color:#004999;
}

.page_header.blue h2{
    color:#000;
}

.news_data{
      width: 100%;
    min-height: 500px;  
    display: inline-block;
    overflow:hidden;
}




.sub_level_1{
    width: max-content!important;
}






.submenu_row{
    display:none;
    position: absolute;
    left: 0;
    background: #F7F5F4;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    padding-top: 5px;    
    z-index:99;

}

.submenu_row_data{

}


.submenu_row_data>ul>li>a{

}

.other_sub_list{
    width: 33%;
    float: left;
}

.inner_submenu{
padding: 0px 0;
    display: inline-block;
    width: 100%;
}


.sub_level_2 li a{
 
}


body.lang_hy-AM .ul_parent_283{
    left: -684px;
    width: 1165px;
}

body.lang_hy-AM .ul_parent_283 .sub_level_1{
    display: inline-flex;
    width:100%!important;
}

body.lang_hy-AM .ul_parent_283 .sub_level_1>li{
    width: 25%!important;
        border-bottom: none!important;
    border-right: 1px solid #e2e2e2;
        min-height:250px;
}

body.lang_hy-AM .ul_parent_283 .sub_level_1>li>a{
font-size: 16px!important;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
}

body.lang_hy-AM .ul_parent_283 .sub_level_1>li>a:hover{
    background:#F7F5F4!important;
    color: #000!important;
}

.sub_level_2 li{
    border-bottom:none!important;
}



.news_item{
    width: 366px;
    height: 450px;
    float: left;
    background-color: rgba(255,255,255,1);
    border: 1px solid #ededed;
    border-bottom-width: 3px;
    margin-right: 30px;
    margin-bottom: 30px;
}

.news_data .news_item:nth-of-type(3n){
    margin-right: 0;
    float: right;
}


.news_preview{
    width: 100%;
    height: 205px;
    overflow: hidden;
        position: relative;
}

.news_preview img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}


.news_item h3{
    padding: 30px;
    box-sizing: border-box;
    font-size: 17px;
    line-height: 1.15;
    font-weight: bold;
}

.news_item strong{
    padding: 0px 30px;
    font-weight: normal;
    font-size: 14px;
}



.news_overlay{
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background: rgb(74, 130, 213,0.8);
  opacity: 0;
  visibility: hidden;
  transition: opacity 500ms ease, visibility 500ms ease;
}


.news_overlay ul{
    width: fit-content;
    margin: 0 auto;
    position: relative;
    top: 45%;

}

.news_overlay ul li{
    float: left;
}

.news_overlay ul li i{
        color: #fff;
    font-size: 30px;
    padding: 0 15px;
}



.news_preview:hover .news_overlay{
  opacity: 1;
  visibility: visible;
}

.middle_module_row{
    width:100%;
    display:inline-block;
    min-height:300px;
}

.news_readmore{
    display: inline-block;
    width: 100%;
    margin-top: 20px;
}

.news_readmore a{
        padding: 15px;
    border: 1px solid #000;
    border-bottom: 3px solid #000;
    position: relative;
}

.news_readmore a i{
        margin-right: 8px;
}

.news_readmore a:hover{
    background:#F7F5F4;
    border-color:#1d70b8;
    color:#1d70b8;
}

.news_readmore a:hover i{
    color:#1d70b8;
}


.home_news_row{
    width: 100%;
    display: inline-block;
    margin-bottom: 70px;
}

.page_101  .page-header,
.page_101 .item-title{
    display:none;
}

.item-content ul,
.com-content-article__body ul,
.article_inner_content ul,
ol{
    padding-left: 5px;
    margin: 15px 0;
    margin-left: 35px;
}

.item-content ul li,
.com-content-article__body ul li,
.article_inner_content ul li,
ol li{
position: relative;
    padding: 2px;
}

.item-content ul>li:before,
.com-content-article__body ul>li:before,
.article_inner_content ul>li:before{
    content: "";
    background: #000;
    position: absolute;
    top: 10px;
    left: -17px;
    width: 6px;
    height: 6px;
    border-radius: 100%;
}


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

.home_main_row{
        width: 100%;
    display: inline-block;
    margin-bottom: 110px;
}



footer{
        width: 100%;
    display: inline-block;
}

.footer_first{
        background: #F3F2F1;
    padding-top: 65px;
    padding-bottom:30px;
}

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

.footer_menu_block{
    width: 25%;
    padding-right: 35px;    
}

.footer_menu_block h6{
font-size: 15px;
    color: #333c4e;
    margin-bottom: 20px;
}

.footer_menu_block ul li a{
        font-size: 14px;
    color: #2468cd;
    display: block;
    padding: 5px 0;
        line-height: 24px;
}

.footer_middle{
      border-bottom: 10px solid #125C94;
    width: 100%;
    display: inline-block;  
}

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

.footer_middle_data p:nth-of-type(1){
    background: #125c94;
    color: #fff;
    padding: 7px 20px;
    width: 140px;
    text-align: center;
    margin-right: 70px;
    font-size: 12px;
    font-weight: bold;
}

.footer_middle_data p:nth-of-type(2){
    font-size: 13px;
    color: #222222;
    line-height: 2.5;
}


.footer_middle_data p a{
    color: #2468cd;
}


.footer_last{
    background: #F3F2F1;
    padding: 50px 0px 40px 0px;
}

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

.last_logo{
        width: 217px;
}

.last_data ul li:nth-of-type(1){
    font-size: 14px;
    color: #222222;
    padding: 10px 0;
}

.last_data ul li:nth-of-type(2){
    font-size: 14px;
    color: #222222;
    padding: 10px 0;
}



.last_data ul li:nth-of-type(1) i{
        color: green;
    margin-right: 15px;
    width: 20px;
}


.last_data ul li:nth-of-type(2) i{
      font-style: inherit;
    font-size: 17px;
    font-weight: bold;
    margin-right: 15px;
    width: 20px;
    display: inline-block;  
}

.last_data ul li:nth-of-type(3){
    font-size: 14px;
    color: #2468cd;
    padding-top: 15px;
}

.service_data{
    width: 100%;
    display: inline-block;
    line-height: 1.6;
}


.service_data .service_item:nth-of-type(2n+1){
    width: 48%;
    float: left;
    height:255px;
}


.service_data .service_item:nth-of-type(2n){
    width: 48%;
    float: right;
    height:255px;
}

.service_item h3{
    color: #fff;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 1.2;
}

.service_data{
    color:#fff;
}


.service_item h3 span{
        width: 35px;
    display: block;
    float: left;
    height: 40px;
}

.service_item h3:hover{
    color:#ffdd00;
}


.service_item h3{
    transition: all .3s;
}



/*.service_item:hover  h3 span {
    position: absolute;
    left: -100px;
    width: 100px;
    height: 100px;
    background: blue;
    -webkit-animation: slide 0.5s forwards;
    -webkit-animation-delay: 2s;
    animation: slide 0.5s forwards;
    animation-delay: 2s;
}

@-webkit-keyframes slide {
    100% { left: 0; }
}

@keyframes slide {
    100% { left: 0; }
}

*/

body:not(.page_101) .top_wrapper{
    border-bottom:1px solid #004999;
}

.custom_page_header{
      width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;  
}


.custom_page_header h1{
    font-size: 28px;
    border-bottom: 3px solid #2468cd;
    padding-bottom: 7px;
}

.news_tags{
    width: 100%;
    display: inline-block;
    margin-bottom: 55px;
}

.news-filters{
    width: 100%;
    display: inline-flex;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.news-filters li{
    padding: 5px 0;
    padding-right: 30px;
}

.news-filters li a{
    display: block;
    color: #2468cd;
    position:relative;
}

.active_tab a:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #2468CD;
    position: absolute;
    top: -6px;
    left: 0;
}

.news-filters li a:hover:before{
    content: "";
    width: 100%;
    height: 3px;
    background: #2468CD;
    position: absolute;
    top: -6px;
    left: 0;
}


.blog-list-view{
    width: 100%;
    display: inline-block;
    overflow: hidden;
    margin-bottom:50px;
}

.blog-list-view .news_item{
        margin-right: 31px;
}

.blog-list-view .news_item:nth-of-type(3n){
        float: right;
    margin-right: 0;
}


.com-content-category-blog__counter{
    display:none;
}


.com-content-category-blog__pagination{
    display: inline-block;
}
.pagination__wrapper,
.pagination__wrapper ul{
    width: 100%;
    display: inline-block;
}

.pagination__wrapper ul li.page-item{
        float: left;
    width: 36px;
    height: 30px;
    text-align: center;
    margin-right: 10px;
    margin-bottom: 10px;
}

.pagination__wrapper ul li.page-item a{
    background: #F7F5F4;
    color: #2468D0;
    width: 100%;
    display: inline-block;
    font-size: 15px;
    padding: 5px;
    height: 100%;
        position: relative;
}
.pagination__wrapper ul li.page-item.active a,
.pagination__wrapper ul li.page-item a:hover{
    background:#2468D0;
    color: #fff;
}


.icon-angle-double-left{
    content:"";
    background: url(../images/angle-double-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.icon-angle-double-right{
    content:"";
    background: url(../images/angle-double-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 16px;
    height: 20px;
    margin: 0 auto;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-left{
    background: url(../images/angle-double-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-double-right{
    background: url(../images/angle-double-right-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-left{
    background: url(../images/chevron-left-white.svg) no-repeat 0px 0px;
}

.pagination__wrapper ul li.page-item a:hover .icon-angle-right{
    background: url(../images/chevron-right-white.svg) no-repeat 0px 0px;
}

.icon-angle-left{
    content:"";
    background: url(../images/chevron-left-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}


.icon-angle-right{
    content:"";
    background: url(../images/chevron-right-solid.svg) no-repeat 0px 0px;
    display: block;
    width: 10px;
    height: 16px;
    margin: 0 auto;
    position: relative;
    top: 2px;
}

.com-content-category-blog__navigation{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
        text-align: center;
}

.content-blog-page .news_item a{
    color: #2468cd;
}



.content-blog-page .news_item h3{
    padding: 20px;
}


.content-blog-page .news_item strong {
    padding: 0px 20px;
}
.disabled.page-item{
    display:none;
}

.pagenavigation{
    display:none;
}

.article-page-header{
    width: 100%;
    display: inline-block;
    margin-top: 15px;
    margin-bottom: 20px;
}

.article-page-header h1{
    color: #222222;
    font-size: 28px;
    border-bottom: 3px solid #2468cd;
    padding-bottom: 7px;
}

.inner_tags_list{
    width: 100%;
    display: inline-flex;
    margin: 20px 0px 10px 0px;
}

.inner_tags_list li{
        padding-right: 10px;
}
.inner_tags_list li strong{
    font-weight: normal;
    font-size:15px;
}

.inner_tags_list a{
    font-size:15px;
}


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

.article_inner_data{
width: 760px;
    margin-right: 45px;
    float: left;
}

.article_inner_right{
        float: right;
    width: 350px;
}

.article_inner_right > h5{
font-size: 14px;
    color: #333c4e;
    font-weight: bold;
    margin-bottom: 25px;
}
.article_inner_right .news_item{
    width: 350px;
    height: auto;
    border: none;
}


.article_inner_right .news_preview img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.article_inner_right .news_item h3{
        padding: 12px 0;
    font-size: 16px;
    color: #2468cd;
}



.news_inner_preview img{
        width: 100%;
}

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


.inner_gallery_over{
    width: 230px;
    height: 150px;
    display: block;
    float: left;
    overflow: hidden;
    margin-right: 15px;
    margin-bottom: 15px;    
}
.inner_gallery_over a{

    display: block;
    width: 100%;
    height: 100%;
}

.inner_gallery_over img{
        width: 100%;
    height: 100%;
    object-fit: cover;
}



.article_inner_content a,
.item-content a,
.com-content-article__body a{
    color:#1d70b8;
}

.important_item{
float: left;
    width: 358px;
    margin-right: 42px;
}

.main_content .important_item:nth-of-type(3n){
    float: right;
    margin-right: 0;
}

.important_item a{
  display: block;
}

.important_item img{
        width: 100%;
    object-fit: contain;
}

.important_item h3{
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    color: #333c4e;
    padding: 20px 0;
}

.footer_menu .footer_menu_block:last-of-type{
        padding-right: 0;
}

.footer_contact li{
    padding-bottom:5px;
}

.footer_contact li i{
    color: #457ED3;
    font-size: 15px;
    float: left;
    padding: 0px 10px 0px 0px;
    position: relative;
    top: 8px;
}


.address_ico i{
    height: 90px;
}

.address_ico p{
    font-size: 14px;
    color: #2468cd;
}

.com-content-article__body,
.com-content-article-inner{
    width: 100%;
    display: inline-block;
    margin-bottom: 50px;    
}



.split_article{
    width:760px;
    float:left;
}

.article_information{
    float:right;
    width:350px;
}

.article_information>h3{
    font-size: 23px;
    color: #333c4e;
    font-weight: 700;
}

.article_information ul li:before{
    display:none;
}


.article_information ul{
    padding-left: 0!important;
    margin-left: 5px!important;
}

.article_information ul li{
    margin-bottom: 10px;
    width: 100%;
    display: inline-block;
}

.article_information ul li i{
    float: left;
    margin-top: 5px;
    color: #4780D8;
    font-size: 14px;
}

.info_cnt{
        width: 91%;
    float: right;
    font-size: 14px;
    color: #222222;
}

.article_information ul li a .info_cnt{
    color:#4780D8;
}

.megaaccordion{
    width: 100%;
    display: inline-block;
    padding: 0;
    overflow: hidden;
    border-bottom: 1px solid #c7c7c7;
}

.megaaccordion .card-header{
background: #fff;
    border: none;
    padding: 0px 25px 15px 25px;
    position: relative;
    color: rgb(36 104 205 / 84%);
    width: 100%;
    cursor: pointer;
    display: inline-block;
    padding-left: 30px;
}


.megaaccordion  .card-body{
    display:none;
    width: 100%;
    overflow: hidden;
    padding:0px 25px 25px 25px;
}


.megaaccordion .card-header:before {
content: "";
    background: url(../images/chevron-down-solid-blue.svg) no-repeat 0px 0px;
    position: absolute;
    top: 6px;
    left: 0;
    width: 15px;
    height: 15px;
}


.megaaccordion .card-header.opened:before{
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}


.content_main_row .megaaccordion:nth-of-type(1){
        margin-top: 15px;
}

body.lang_hy-AM .ul_parent_277 {
    width: max-content;
    padding: 10px;
}

body:not(.lang_hy-AM) .ul_parent_277 .sub_level_1>li{
     width: 100%!important;
}

body.lang_hy-AM .ul_parent_277 .sub_level_1>li {
    width: 50%!important;
    border-bottom: none!important;
    border-right: 1px solid #e2e2e2;
    min-height: 250px;
    float: left!important;
}


body.lang_hy-AM .ul_parent_277 .sub_level_1{
    width:100%!important;
}



body.lang_hy-AM .ul_parent_277 .sub_level_1>li>a {
    font-size: 16px!important;
    padding: 10px 10px 0px 10px;
    font-weight: bold;
}

.video_wrapper  {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}


.video_wrapper  iframe,
.video_wrapperr  object,
.video_wrapper  embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}



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

.search_page_form .search_data{
        width: 100%;
    display: inline-block;
    padding: 0;
    margin: 20px 0;
}

.search_page_form .search_data form .form_input:nth-of-type(1){
        width: 96%;
}

.search_page_form .search_data form .form_input:nth-of-type(2){
        width: 3%;
}

.search_page_form .search_data form button{
        width: 56px;
}


.listing_data{
        width: 100%;
    display: inline-block;
    margin-top: 50px;
}

.listing_data .news_preview{
    width: 430px;
    height: 240px;
    float: left;
}

.listing_data .search_data{
    width: 60%;
    float: right;
    padding: 0;
}

.listing_data  .listing_item{
        width: 100%;
    display: inline-block;
    margin-bottom: 50px;
    padding-bottom: 50px;
    border-bottom: 1px solid #ccc;
    position:relative;
}

.search_data > h3{
      font-size: 19px;
    font-weight: bold;
    color: #2468cd;
    margin-bottom: 20px;  
}

.listing_data  .listing_item:last-of-type{
    border:none;
}

.listing_item a{
    color: #2468cd;
}


.page-item a.active,
.page-item a:hover{
    background: #2468D0!important;
    color: #fff!important;
}


.search_pagination .pagination__wrapper ul {
    width: auto;
}

.preview_nema{
    width:100%!important;
}

.emptyDataHeader{
        text-align: center;
    font-size: 35px;
    color: #999;
}

.free_item{
        width: 100%;
    display: inline-block;
    margin-bottom: 15px;
}

.free_item > h3{
    font-size: 19px;
    color: #2468cd;
    font-weight: bold;
    margin-bottom: 15px;
}

.free_nav{
        width: 100%;
    display: inline-block;
    padding: 5px 0;
    margin: 5px 0;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    text-align: right;
}

.free_nav a{
    font-size: 14px;
    color: #2468cd;
    padding-bottom: 3px;
    display: block;
    position: relative;
    padding-right: 25px;
}



.free_nav a:after {
content: "";
    background: url(../images/nav_right.svg) no-repeat 0px 0px;
    position: absolute;
    top: 6px;
    right: 0;
    font-size: 20px;
    font-weight: 400;
    -webkit-transition: all linear 0.2s;
    -moz-transition: all linear 0.2s;
    -o-transition: all linear 0.2s;
    -ms-transition: all linear 0.2s;
    transition: all linear 0.2s;
    color: #212934;
    line-height: 20px;
    width: 15px;
    height: 11px;
}


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

.singleItem{
   margin-bottom: 50px; 
}

.fusion-date-and-formats {
    float: left;
    margin-right: 17px;
    width: 82px;
    text-align: center;
}

.fusion-date-and-formats .fusion-date-box {
    padding: 8px 0 5px;
    color: #fff;
    display: block;
    background:#2468cd;
}


.fusion-date-and-formats .fusion-date {
    display: block;
    line-height: 29px;
    font-size: 29px;
    font-weight: 700;
}

.managment_item{
    width: 100%;
    display: inline-block;
    margin-bottom: 30px;
}

.managment_item h3{
    float: right;
    width: 90%;
    font-size: 19px;
    font-weight: bold;
}

.managment_item h3 a{
    color: #2468cd;
}

.fusion-format-box {
    margin-top: 3px;
    background-color: #eef0f2;
    height: 55px;
    padding: 14px 0;
}

.fusion-format-box i{
        color: #2468CD;
    font-size: 25px;
}

.result_row{
        width: 90%;
    display: inline-block;
    float: right;
    padding-top: 20px;
}

.result_row a{
    font-size: 17px;
    color: #2468cd;
}


.article_form_item li:before{
    display:none!important;
}


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

.article_form_item{
        margin: 0!important;
    padding: 0!important;
}

.article_form_item li{
        width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.article_form_item li .form-label{
    display: inline-block;
    font-size: 17px;
    color: #222222;
    font-weight: bold;
    padding-bottom: 15px;
}


.article_form_item li input[type="text"]{
        width: 100%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    background: #f9f9f9;
    border: none;
    color: #000;
    outline: none;
    font-size: 17px;
}

.article_form_item li textarea{
        width: 100%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    background: #f9f9f9;
    border: none;
    color: #000;
    resize: none;
    height: 130px;
    outline: none;
    font-size: 17px;
}


.article_form_item li select{
        width: 100%;
    display: inline-block;
    padding: 15px;
    box-sizing: border-box;
    background: #f9f9f9;
    border: none;
    color: #000;
    outline: none;
    font-size: 17px;
}

.radio_row{
    width: fit-content;
    margin-right: 30px;
    cursor: pointer;
}

.radio_row label{
    margin-right: 10px;
}

.article_form_item li input[type=file] {
    border: 1px solid #ccc;
    width: 100%;
    cursor: pointer;
    padding: 5px;
}

.article_form_item li input[type=file]::file-selector-button {
  background-color: #fff;
  color: #000;
  border: 0px;
  border-right: 1px solid #e5e5e5;
  padding: 10px 15px;
  margin-right: 20px;
  
  transition: .5s;
}

.article_form_item li input[type=file]::file-selector-button:hover {
  background-color: #eee;
  border: 0px;
  border-right: 1px solid #e5e5e5;
}



.article_form_item li input[type=checkbox],
.article_form_item li input[type=radio]{
    width: 20px;
    margin-right: 10px;
    height: 20px;
    float: left;
}


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

.form_action button{
        background: #355C8C;
    width: 100%;
    display: inline-block;
    padding: 10px;
    border: 1px solid #8099B8;
    border-radius: 5px;
    color: #fff;
    text-transform: uppercase;
    font-size: 20px;
    outline: none;
    cursor: pointer;
}

body:not(.lang_hy-AM) .sub_286 > a{
    display:none;
}



body:not(.lang_hy-AM) .sub_286{
    width:200px;
}





.left_menu_row{
  width: 35%;
    float: left;  
}

.left_menu_box{
        width: 100%;
    display: inline-block;
    padding-right: 20px;
}

.left_menu_box p{
        font-size: 16px;
        font-weight:bold;
    color: #333c4e;
    width: 100%;
    display: inline-block;
    margin-bottom: 20px;
}

.left_menu_box ul{
        list-style: none;
    padding: 0;
    margin: 0;
}

.left_menu_box ul li{
    list-style: none;
    padding:0;
}

.left_menu_box ul li a{
     color: #000;
    width: 100%;
    display: block;
    padding: 10px;
    border-bottom: 1px solid #ccc; 
        padding-left: 20px;
}

.left_menu_box ul li:before,
.bw-social-share ul li:before{
    display:none;
}


.left_menu_box ul li a:hover,
.left_active_nav a{
    background: #F9F9FB!important;
    color:#65bc7b!important;
}


.leftMenuPrep{
    width: 62%;
    float: right;
}


.hint_text{
    width: 100%;
    display: inline-block;
    padding: 5px 0;
    font-size: 14px;
    color: #666;
}

.hint_text i{
        color: #004999;
    margin-right: 7px;
}

.social_row{
        width: 100%;
    display: inline-block;
    margin-top: 30px;
}

.rrssb-buttons{
padding: 0!important;
    margin: 0!important;
}

.sbparent_284 a:before{
    display:none;
}

b{
    font-weight:normal;
}



.page_363 .information:before{
    height: 190px;
}

.information{
        text-align: left!important;
}

.middle_module_wrapper{
        text-align: center;
}


.footer_menu_block .navbar-toggler{
    display:none;
} 

.megaaccordion .card-body p>a{
        font-size: 14px;
}



.item-content ul li ul, .com-content-article__body ul li ul, .article_inner_content ul li ul, ul li ol{
    margin-bottom:0;
}

.page_355 .content_main_row ul li:nth-of-type(2n):before{
    display:none;
}

.block_menu a{
    padding: 5px 0;
    display: block;
}

.block_menu a:hover, .block_menu_active {
    color: #65bc7b!important;
}

.block_menu{
        width: 100%;
    display: inline-block;
    margin-bottom: 10px;
}

.block_menu_header{
        font-size: 17px;
    font-weight: bold;
    margin-bottom: 12px;
}

.mobile_language{
  display:none;   
}



.mm-listitem__btn{
        position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}

.mm-listitem__btn:before{
    content: "";
    width: 1px;
    height: 100%;
    background: rgba(0,0,0,.1);
    position: absolute;
    right: 50px;
    top: 0;
    padding: 0;
    border: none;
}

.mm-listitem__btn:not(.mm-listitem__text),
.mm-listitem__text{
        border-left-style: none;
    font-size: 14px;
}



.page_408 .custom_page_header,
.page_408 .social_row{
    display:none;
}

.page_408 .content_main_row  h2{
        font-size: 30px;
    margin: 100px 0px 0px 0px;
    color: #004999;
}






















