/*
Theme Name: Awaken Child
Theme URI: http://themezhut.com/themes/awaken
Template: awaken
Author: ThemezHut
Author URI: http://themezhut.com/
Description: Awaken WordPress theme is an elegant magazine/news WordPress theme. It has a magazine layout with two main widget areas. And the theme is featured with three post widgets to display posts in different styles. This theme consists with a responsive layout which is created using twitter bootstrap. Some of the main features of this theme are theme options panel, featured slider, ad widgets, youtube video widget and social media. Find more information about this theme at http://www.themezhut.com/themes/awaken. View the demonstration at http://www.themezhut.com/demo/awaken.
Tags: red,white,light,right-sidebar,two-columns,custom-background,custom-menu,editor-style,featured-images,full-width-template,sticky-post,theme-options,threaded-comments,translation-ready,rtl-language-support
Version: 1.1.2.1554206761
Updated: 2019-04-02 15:06:01

*/

/*@import url("../awaken/style.css");*/
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Regular.ttf");
    src: url("./fonts/Roboto-Regular.ttf?#iefix")format("embedded-opentype"),
    url("./fonts/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-weight: 400;
}
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Medium.ttf");
    src: url("./fonts/Roboto-Medium.ttf?#iefix")format("embedded-opentype"),
    url("./fonts/Roboto-Medium.ttf") format("truetype");
    font-style: normal;
    font-weight: 500;
}
@font-face {
    font-family: "Roboto";
    src: url("./fonts/Roboto-Bold.ttf");
    src: url("./fonts/Roboto-Bold.ttf?#iefix")format("embedded-opentype"),
    url("./fonts/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-weight: 700;
}

body{
    font-family: 'Roboto', sans-serif !important;
    color: #6F748D;
}

.main{
    margin-top: 170px;
    margin-bottom: 170px;
}

/*buttons*/
a{
    color: #AADC3B;
    transition: all .3s;
}
a:hover{
    color: #99C734;
    text-decoration: none;
}
:focus {outline:none !important;}

.btn{
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    box-shadow: none !important;
}
.btn-primary{
    background: #AADC3B;
    padding: 10px 18px;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    border-color: #AADC3B;
}
.btn-primary:hover, .btn-primary:active, .btn-primary:focus{
    background: #99C734 !important;
    border-color: #99C734 !important;
    box-shadow: 0px 10px 30px rgba(153, 199, 52, 0.3)!important;
}
.btn-primary i{
    font-size: 18px;
}

.btn-light{
    background: transparent;
    border-color: transparent;
    color: #AADC3B;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding-left: 0px;
}
.btn-light i{
    padding-left: 5px;
    font-size: 12px;
}
.btn-light:hover{
    background: transparent;
    border-color: transparent;
    color: #AADC3B;
    text-decoration: underline;
}
.btn-light:not(:disabled):not(.disabled).active, .btn-light:not(:disabled):not(.disabled):active, .show>.btn-light.dropdown-toggle{
    color: #99C734;
    background: transparent;
    border-color: transparent;
}

.btn-outline-secondary{
    border: none;
    color: #34384D;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0;
    text-align: left;
    display: inline-flex;
    align-items: center;
    transition: all .3s;

}
.btn-outline-secondary svg{
    margin-right: 20px;
    transition: all .3s;
    min-width: 39px;
}
.btn-outline-secondary:hover{
    color: #99C734;
    background: transparent;
}
.btn-outline-secondary:hover svg{
    transform: scale(0.9);
}

.btn-outline-secondary:not(:disabled):not(.disabled).active, .btn-outline-secondary:not(:disabled):not(.disabled):active, .show>.btn-outline-secondary.dropdown-toggle{
    color: #B12D5C;
    background: transparent;
}

/*end buttons*/

/*bg colors*/
.bg-gray{
    background-color: #F4F7FB !important;
}
/*end bg colors*/

/*text-color*/
.text-gray{
    color: #6F748D !important;
}
/*end text-color*/
/*----------------------------------------------*/
.d-flex{
    display: flex;
}

/* header */
.header-ces{
    padding-top: 50px;
    margin-bottom: 100px;
}
.header-ces--logo .menu-logo{
    position: absolute;
    top: 50px;
    left: 130px;
    display: flex;
    align-items: center;
}
.header-ces--logo:before{
    content: '';
    position: absolute;
    top: 0;
    background-image: url("images/header/blue-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    /*width: 438px;*/
    width: 24vw;
    min-width: 300px;
    height: 297px;
    z-index: -1;
}

/*header-search block*/
#searchModal{
    padding-right: 0px !important;
}
#searchModal .modal-dialog{
    max-width: 100%;
    width: 100%;
    margin: 0;
}
#searchModal .modal-dialog .modal-content{
    border-radius: 0px;
    border: none;
    padding: 50px 120px;
}
#searchModal .modal-header{
    justify-content: flex-end;
    border-color: transparent;
}

#searchModal .modal-header .close{
    color: #AADC3B;
    opacity: 1;
    transition: all .3s;
}
#searchModal .modal-header .close:hover{
    opacity: 0.75;
}
/*end header-search block*/

.menu-btns-ces{
    display: flex;
    flex-direction: column;
    padding-top: 70px;
    padding-left: 50px;
    width: 100px;
}

.menu-btn-ces{
    /*width: 100%;*/
    /*height: 50px;*/
    display: block;
}
.menu-btn-ces:hover{
    opacity: 0.7;
}
.menu-btn-ces.hasScrolled line{
    stroke: #AADC3B;
}

.menu-socials{
    margin-top: 110px;
    display: flex;
    flex-direction: column;
}
.menu-socials a{
    line-height: 1;
    margin-bottom: 45px;
    font-size: 18px;
}
.menu-socials a:last-child{
    margin-bottom: 0px;
}
.menu-socials a i{
    color: #AADC3B;
}
.menu-socials a:hover{
    color: #99C734;
    text-shadow: 0px 5px 10px rgba(153, 199, 52, 0.3);
}
/* end header */

/*navBar*/
.navbar{
    padding-left: 0px;
    padding-right: 0px;
}
nav a.nav-link{
    color: #34384D;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding-left: 34px;
}

nav a.nav-link:not(:last-child){
    margin-right: 25px;
}

nav li.nav-item:not(:last-child) a.nav-link{
    margin-right: 25px;
}

.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow{
    color: #6F748D;
    /*display: none;*/
    border: none;
    margin-left: 5px;
    vertical-align: 0;
}
.navbar-nav:not(.sm-collapsible) .nav-link .sub-arrow:after{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    font-size: 11px;
}
#navbarNavDropdown .dropdown-toggle::after{
    display: none;
}

.navbar-nav .dropdown-menu{
    border-color: transparent;
    box-shadow: 0px 2px 15px rgba(45, 42, 117, 0.1);
    /*max-width: 110px !important;*/
    padding: 9px 0px;
}
.navbar-nav:not([data-sm-skip]) .dropdown-item{
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    color: #34384D;
    padding: 9px 20px;
    transition: all .3s;
}
.navbar-nav:not(.sm-collapsible) .sm-nowrap > li > .dropdown-item{
    white-space: normal;
}
.dropdown-item:focus, .dropdown-item:hover{
    color: #AADC3B !important;
    background-color: transparent;
}
.dropdown-item.active, .dropdown-item:active{
    color: #99C734 !important;
    background-color: transparent;

}

    /*custom styly for item menu*/
.menu_style_item{
    /*display: flex;*/
    /*align-items: center;*/
    border-top: 1px solid rgba(125, 149, 177, 0.31);
}
.menu_style_item a.dropdown-item{
    padding-bottom: 2px !important;
    color: #617389 !important;
}
.menu_style_item a.dropdown-item:hover{
    color: #99C734 !important;
}
.menu_style_item:after{
    /*font-family: "Font Awesome 5 Free";*/
    /*font-weight: 600;*/
    /*content: "\f063";*/

}
    /*end custom styly for item menu*/
/*end navBar*/

/*header navigation*/
.header-search{
    margin-left: 34px;
    margin-right: 10px;
    /*font-size: 20px;*/
}
.header-search i{
    color: #AADC3B;
}
.custom-select:focus{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
}
.custom-select{
    border-color: transparent;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    color: #34384D;
    font-weight: 500;
    padding-left: 0px;
}
.custom-select:focus{
    border-color: transparent;
}
/*end header navigation*/

/*header menu modal*/
#menuModal{
    padding-right: 0px !important;
}
#menuModal .modal-dialog {
    position: fixed;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    max-width: 100% !important;
    background: linear-gradient(90deg, #ffffff 50%, #f4f7fb 50%);
}
#menuModal .modal-dialog:before{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    background-image: url("images/yellow-bg.svg");
    background-size: contain;
    background-repeat: no-repeat;
    width: 380px;
    height: 630px;
    z-index: 0;
}
#menuModal .modal-dialog:after{
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    background-image: url("images/blue-bg-menu.svg");
    background-size: cover;
    background-repeat: no-repeat;
    width: 239px;
    height: 159px;
    z-index: 0;
}
#menuModal .modal-content {
    height: auto;
    min-height: 100%;
    border-radius: 0;
    border: none;
    background-color: transparent;
}

#menuModal .modal-content .modal-header{
    border: none;
    z-index: 1;
    padding: 35px;
}
#menuModal .modal-header .close{
    margin: 0px;
    padding: 0px;
    font-size: 24px;
    color: #AADC3B;
    font-weight: 400;
    text-shadow: none;
    margin-right: 85px;
    opacity: 1;
    transition: all .3s;
}
#menuModal .modal-header .close:hover{
    opacity: 0.75;
}

.modal-menu-lang a{
    color: #7D95B1;
    font-weight: 500;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    margin-left: 5px;
    margin-right: 5px;
    padding: 10px;
    text-transform: capitalize;
    display: inline-block;
}
.modal-menu-lang a:hover{
    color: #AADC3B;
    text-decoration: none;
}
.modal-menu-lang a.active{
    color: #AADC3B;
}

#menuModal .modal-body .menu-modal-left{
    overflow-y: auto;
}
.menu-modal-title{
    color: #617389;
    font-size: 12px;
    font-weight: 500;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    margin-bottom: 47px;
}
.menu-modal-left .lvl1 li{
    font-size: 18px;
    color: #34384D;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.05em;
    margin-bottom: 47px;
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.menu-modal-left .lvl1 li a{
    color: #34384D;
    background: #fff;
    margin: 0 40px 0 0;
    white-space: nowrap;
    transition: all .3s;
}
.menu-modal-left .lvl1 li:hover a{
    color: #AADC3B;
    text-decoration: none;
}
.menu-modal-left .lvl1 li a:active, .menu-modal-left li a:focus{
    color: #99C734;
}
.menu-modal-left .lvl1 li.has-submenu:not(.menu-action):after{
    position: absolute;
    right: 50px;
    opacity: 0;
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    color: #AADC3B;
    animation: fromRight2 0.5s forwards;
}
.menu-modal-left .list-unstyled.lvl1{
    overflow: hidden;
}
.menu-modal-left .lvl1 li.has-submenu.menu-action:after{
    background: #AADC3B;
    height: 0px;
    flex: 1;
    content: '';
    margin-left: 100%;
    border: thin solid #AADC3B;
    animation: fromRight 0.5s forwards;
}
@keyframes fromRight {
    100% {
        margin-left: 0px;
    }
}
@keyframes fromRight2 {
    100% {
        right: 20px;
        opacity: 1;
    }
}
.menu-modal-left .lvl1 li.has-submenu.menu-action:before{
    background: none;
}


.menu-modal-right{
    padding-left: 120px;
}
.menu-modal-right .lvl2 li{
    font-size: 14px;
    font-weight: 500;
    line-height: 18px;
    letter-spacing: 0.05em;
    padding-bottom: 11px;
    margin-bottom: 30px;
    border-bottom: 1px solid #DFE8F3;
}
.menu-modal-right .lvl2 li a{
    color: #7D95B1;
}
.menu-modal-right .lvl2 li a:hover{
    color: #AADC3B;
    text-decoration: none;
}
.menu-modal-right .lvl2 li a:active, .menu-modal-right .lvl2 li a:focus{
    color: #99C734;
}

.modal-menu-social{
    margin-top: 100px;
}
.modal-menu-social a{
    margin-right: 40px;
}
nav a.nav-link:hover{
    color: #99C734;
}
nav:not(.paging-navigation) .current > a, nav:not(.paging-navigation) .current2 > a, .navbar .current{
    color: #99C734 !important;
}
/*end header menu modal*/

/*mobile menu*/
#menuModal-mobile .modal-header{
    padding: 0px;
    padding-top: 23px;
    border: none;
}
#menuModal-mobile .fa-times{
    color: #AADC3B;
}
#mobile-menu{
    margin-top: 30px;
    margin-bottom: 30px;
}
#mobile-menu, #mobile-menu > li{
    border: none;
}
.sm-mint a, .sm-mint a:hover, .sm-mint a:focus, .sm-mint a:active{
    padding: 8px 0px;
    color: #34384D;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.sm-mint a .sub-arrow{
    background-color: transparent;
    right: 0px;
}
.sm-mint a .sub-arrow::before{
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    content: "\f054";
    color: #AADC3B;
    font-size: 22px;
}
.sm-mint a.highlighted .sub-arrow::before{
    content: '\f078';
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
}
.sm-mint ul{
    background: #F4F7FB;
    background: #ffffff;
}
.sm-mint li{
    border-top: none;
    border-bottom: 1px solid #DFE8F3;
}
.sm-mint ul a, .sm-mint ul a:hover, .sm-mint ul a:focus, .sm-mint ul a:active{
    color: #7D95B1;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
}

#menuModal-mobile .modal-menu-lang{
    margin-top: 30px;
    margin-bottom: 20px;
}

.mobile-menu-social{
    margin-top: 20px;
    margin-bottom: 52px;
    text-align: center;
}
.mobile-menu-social a{
    color: #AADC3B;
    margin-left: 15px;
    margin-right: 15px;
    transition: all .3s;
}
.mobile-menu-social a:hover{
    text-shadow: 0px 5px 10px rgba(153, 199, 52, 0.3);
}
/*end mobile menu*/

/*footer*/
footer, footer a{
    color: #7D95B1;
}
footer .footer-social a{
    color: rgba(125, 149, 177, 0.7);
}
footer a:hover{
    color: #AADC3B;
}
footer .footer-logo{
    margin-bottom: 30px;
}
footer .footer-logo img{
    width: 195px;
}

footer .footer-text{
    margin-bottom: 15px;
}
footer .footer-text p{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    margin-bottom: 0px;
    color: #7D95B1;
}
footer .footer-text-width{
    width: 200px;
}

footer .footer-social{
    margin-top: 25px;
}
footer .footer-social a{
    margin-right: 30px;
}

footer .footer-social a:hover i{
    color: #99C734;
}
.footer-top{
    border-top: 1px solid rgba(125, 149, 177, 0.31);
    padding-top: 75px;
    padding-bottom: 30px;

}
.footer-top .footer-top-second{
    padding-left: 70px;
}

.footer-top .list-group .list-group-item{
    padding-left: 0px;
    border: none;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    padding-top: 0px;
    padding-bottom: 22px;
}

.footer-bottom{
    background-color: #F4F7FB;
    padding-top: 60px;
    padding-bottom: 30px;
}

.footer-bottom p, .footer-bottom-dev{
    font-size: 12px;
    line-height: 20px;
    letter-spacing: 0.05em;
    color: #7D95B1;
}
.footer-bottom-dev{
    display: inline-flex;
}
.footer-bottom-dev img{
    margin-left: 10px;
}

.footer-images{
    display: flex;
    justify-content: space-around;
    align-items: start;
    padding-top: 5px;
}
.footer-images img:first-child{
    margin: 2px;
}
/*end footer*/




/*404*/
.page-404{
    margin-top: 150px;
    margin-bottom: 150px;
}
.page-404 img{
    margin-bottom: 25px;
}

.page-404 p{
    color: #6F748D;
    letter-spacing: 0.05em;
    line-height: 21px;
    margin-bottom: 30px;
}
/*end 404*/

/*archive page*/
.archive-page{

}
.archive-search-word{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #99C734;
    margin-bottom: 55px;
}
.archive-search-item{
    margin-bottom: 50px !important;
}
/*end archive page*/

/*pagination*/
ul.page-numbers{
    list-style: none;
    margin-top: 50px;
    margin-bottom: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-inline-start: 0px;
}
ul.page-numbers > li{
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 20px;
    height: 20px;
    margin-left: 30px;
    margin-right: 30px;
}
ul.page-numbers li a{
    font-size: 12px;
    line-height: 20px;
    color: #617389;
    font-weight: 500;
    text-align: center;
    width: 100%;
    height: 100%;
    border-radius: 5px;
    border: 1px solid transparent;
    padding-left: 2px;
    padding-right: 2px;

}
ul.page-numbers > li a:hover {
    border: 1px solid #AADC3B;
    color: #AADC3B;
    width: 100%;
}
ul .page-numbers.current{
    background-color: #AADC3B;
    border-radius: 5px;
    color: #ffffff;
    display: block;
    font-size: 12px;
    font-weight: 500;
    width: 100%;
    height: 100%;
    padding-left: 2px;
    padding-right: 2px;
    line-height: 21px;
}
.next.page-numbers, .prev.page-numbers{
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
}
/*end pagination*/


/*experts page*/
.experts-list{
    margin-top: 50px;
}
.experts-list:last-child{
    margin-bottom: -50px;
}
.experts-page-item {
    text-align: center;
    margin-bottom: 75px;
}
.experts-page-item .expert-img{
    width: 160px;
    height: 160px;
    margin: auto;
    overflow: hidden;
}
.expert-name{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #34384D;
    margin-top: 20px;
    font-weight: 500;
    margin-bottom: 5px;
}
.expert-work{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #7D95B1;
}
.expert-tags{
    margin-top: 12px;
}
.expert-tags a{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #99C734;
    padding-left: 10px;
    padding-right: 10px;
}
/*end experts page*/

/*single expert page*/
.expert-page-title{
    margin-top: 130px;
    margin-bottom: 100px;
}
.expert-page-title h1{
    margin-bottom: 0px;
}
.expert-descr{
    margin-bottom: 30px;
}
.expert-descr-contact p{
    margin-bottom: 5px;
}
.expert-descr-contact a{
    display: block;
    margin-bottom: 5px;
}
.expert-blog-media{
    margin-top: 75px;
}
/*end single expert page*/

/*research-block*/
.research-block{
    padding-top: 85px;
    padding-bottom: 42px;
}
/*end research-block*/

/*contacts*/
.contact-icon{
    margin-bottom: 30px;
    padding-left: 40px;
    position: relative;
}
.contact-icon p{
    margin-bottom: 0px;
}
.contact-icon p a{
    color: #6F748D;
}
.contact-icon p a:hover{
    color: #99C734;
}
.contact-icon:before{
    content: '';
    position: absolute;
    width: 30px;
    height: 30px;
    background-repeat: no-repeat;
    background-position: top left;
    left: 0;
    top: 4px;
}
.i-phone:before{
    background-image: url("images/icons/phone.svg");
    background-size: 22px 22px;
}
.i-mail:before{
    background-image: url("images/icons/mail.svg");
    background-size: 22px 15px;
}
.i-press:before{
    background-image: url("images/icons/press.svg");
    background-size: 22px 19px;
}
.i-address:before{
    background-image: url("images/icons/address.svg");
    background-size: 22px 27px;
}

.contact-icon .mobile-menu-social{
    margin-bottom: 0px;
    margin-top: 15px;
    text-align: left;
    margin-left: 0px;
}
.contact-icon .mobile-menu-social a{
    margin-left: 0px;
    margin-right: 53px;
}
.contact-icon .mobile-menu-social i{
    font-size: 18px;
}
.contact-icon .mobile-menu-social i:hover{
    text-shadow: 0px 5px 10px rgba(153, 199, 52, 0.3);
}
/*end contacts*/


/*about US*/
.about-mission{
    /*padding-top: 80px;*/
    padding-bottom: 70px;
}
.about-mission h2{
    margin-top: 70px;
}

.a-manifest-list{
    counter-reset: heading;
    margin-top: 15px;
}
.a-manifest-list > div:before{
    counter-increment: heading;
    content: counter(heading);
    position: absolute;
    font-size: 100px;
    line-height: 0.9;
    font-weight: 700;
    color: #F4DDE5;
}
.a-manifest-list > div p{
    margin-left: 80px;
    margin-bottom: 70px;
    margin-top: 8px;
}

.a-manifest-list > div:nth-child(2):before{
    color: #D1E0F0;
}
.a-manifest-list > div:nth-child(2):before, .a-manifest-list > div:nth-child(5):before{
    color: #D1E0F0;
}
.a-manifest-list > div:nth-child(3):before, .a-manifest-list > div:nth-child(6):before{
    color: #B3E3CA;
}
.a-manifest-list > div:nth-child(4):before, .a-manifest-list > div:nth-child(7):before{
    color: #FDF1CD;
}

.about-work h3{
    margin-bottom: 50px;
}

.about-mission ul.list{
    padding-inline-start: 25px;
}

.about-us-rada .experts-page-item {
    margin-bottom: 40px;
}
.about-ppl-dscr{
    margin-bottom: 15px;
}
.about-ppl-dscr hr{
    margin-bottom: 5px;
}
/*end about US*/

/*research-list PAGE*/
.category-list{
    margin-top: -15px;
}
.category-list li{
    border: none;
    padding-left: 2px;
}
.category-list li a{
    color: #617389;
    font-size: 12px;
    line-height: 17px;
    text-transform: uppercase;
    letter-spacing: 0.3em;
    font-weight: 500;
}
.category-list li a:hover{
    color: #99C734;
}
.category-list li.active{
    background-color: transparent;
}
.category-list li.active a{
    color: #AADC3B;
}
/*end research-list PAGE*/

/*research PAGE-SINGLE*/
.research-page-descr{
    background-color: #F4F7FB;
    padding: 20px;
    padding-left: 15px;
    padding-right: 15px;
}
.research-page-descr > div{
    text-align: center;
}
.research-page-descr > div:nth-child(2), .research-page-descr > div:nth-child(3){
    border-left: 1px solid #7D95B1;
}
.research-page-person{
    display: flex;
    margin-top: 10px;
    margin-bottom: 10px;
}
.research-page-person > a{
    min-width: 65px;
    max-width: 65px;
    height: 65px;
    overflow: hidden;
}
.research-page-person img{
    width: 100%;
}
.research-page-name a{
    font-weight: 500;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #617389;
    margin-left: 10px;
    text-align: left;
    word-break: break-word;
}
.research-page-name a{
    display: block;
}
.research-page-name a:hover{
    color: #99C734;
}
.research-page-descr-date{
    text-align: left;
}
.research-page-descr .mobile-menu-social{
    margin-top: 10px;
    margin-bottom: 0px;
    text-align: left;
}
.research-page-descr .mobile-menu-social a:first-child{
    margin-left: 0px;
}
.research-page-descr .research-page-descr-social{
    padding-left: 30px;
}
.research-page-content img.size-full, .research-page-content img.size-large{
    width: 100%;
    height: auto;
}
.research-page-content p a{
    word-break: break-word;
}
.research-page-content .attachments{
    width: auto;
}
.research-page-content  img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}

.research-page-dwnl{
    padding-bottom: 30px;
    margin-bottom: 40px;
}
.research-page-dwnl img{
    margin-bottom: 5px;
}
.research-page-dwnl span{
    text-transform: uppercase;
    display: block;
}
.research-page-dwnl:first-child{
    border-bottom: 1px solid #DFE8F3;
}
.rpf-tags{
    margin-bottom: 45px;
}
.rpf-tags a{
    margin-right: 10px;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #99C734;
}
.rpf-like{
    display: flex;
    align-items: center;
}
.rpf-like span{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
}
.rpf-like .mobile-menu-social{
    margin: 0px;
}

.read-smi hr{
    margin-top: 40px;
    margin-bottom: 45px;
}
.read-smi-title{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
    margin-bottom: 30px;
}
.read-smi h5{
    margin-bottom: 20px;
}
/*end research PAGE-SINGLE*/

/*NEWS page SINGLE*/
.news-page-descr .research-page-descr > div:nth-child(2){
    /*border: none;*/
    /*padding-left: 45px;*/
    /*padding-right: 45px;*/
}
/*end NEWS page SINGLE*/


/*Default page*/
table thead th{
    /*font-weight: 500;*/
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    color: #7D95B1;
    padding-bottom: 20px !important;
}
table tbody{
    color: #6F748D;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
}
table tbody tr:first-child th{
    border-top: 1px solid #7D95B1;
    border-bottom: 1px solid #7D95B1;
    padding-top: 30px;
    padding-bottom: 30px;
}
table thead th:last-child, table tbody tr td:last-child, table tbody tr:first-child th:last-child{
    text-align: right;
    padding-right: 0px;
    min-width: 135px;
}
table thead th:first-child, table tbody tr td:first-child, table tbody tr:first-child th:first-child{
    padding-left: 0px;
}
/*end Default page*/

/*page achievment*/
.page-achievement-block:first-child{
    margin-top: 20px;
}
.page-achievement-block:last-child{
    margin-bottom: 0px;
}
.page-achievement-block{
    display: flex;
    margin-bottom: 30px;
}
.page-achievement-block > div{
    padding-left: 30px;
}
.page-achievement-block p{
    margin-bottom: 15px;
}
.page-achievement-block img{
    min-width: 160px;
}
/*end page achievment*/

/*block grey with vertikal line*/
.info-footer-block-l h2{
    margin-bottom: 25px;
    padding-right: 15px;
}
.info-footer-block-r{
    margin-left: 60px;
    height: 100%;
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.info-footer-block-r div:first-child{
    margin-top: 15px;
    /*margin-bottom: 55px;*/
}
.info-footer-block-r div:first-child h5{
    width: 270px;
    margin-bottom: 25px;
}
/*end block grey with vertikal line*/

/*news-tag*/
.news-tag{
    position: relative;
    height: 40px;
}
.news-tag ul{
    min-width: 226px;
    position: absolute;
    list-style: none;
    height: 40px;
    overflow: hidden;
    transition: all .3s;
    padding: 15px;
    padding-top: 7px;
    top: -10px;
    left: -15px;
    background-color: #ffffff;
}
/*если на сером блоке*/
.bg-gray .news-tag ul{
    background-color: #F4F7FB;
}

.news-tag ul li{
    margin-bottom: 8px;
}

.news-tag ul li a{
    color: #99C734;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
}

.news-tag ul li:first-child:after{
    content: "\f078";
    font-family: "Font Awesome 5 Free";
    font-weight: 600;
    margin-left: 10px;
    font-size: 11px;
    transition: all .3s;
    display: inline-block;
    /*float: right;*/
}

.news-tag ul.show{
    box-shadow: 0px 2px 15px rgba(45, 42, 117, 0.1);
    height: auto;
    overflow: auto;
    z-index: 1;
    background-color: #ffffff;
}
.news-tag ul.show li:first-child:after{
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
/*end news-tag*/

/*end header-lang*/
.header-lang .news-tag{
    /*display: flex;*/
    /*align-items: center;*/
}
.header-lang .news-tag ul{
    min-width: auto;
    position: relative;
    top: 0;
    left: 0;
    padding: 6px;
    padding-left: 15px;
    padding-right: 15px;
}
.header-lang .news-tag ul li a{
    color: #34384D;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    font-weight: 500;
    text-transform: capitalize;
}
/*header-lang*/

/*Founders Page*/
.founders:not(:last-child){
    margin-bottom: 100px;
}
.founders .foundphoto{
    margin-bottom: 30px;
}
/*end Founders Page*/

/*Радники Page*/
.experts:not(:last-child){
    margin-bottom: 100px;
}
.experts .expphoto{
    margin-bottom: 30px;
}
img.alignleft {
    display: inline;
    float: left;
    margin-right: 1.5em;
}
/*end Радники Page*/

/*ajaxsearchlite1 modal*/
#ajaxsearchlite1 .probox .proinput input, div.asl_w .probox .proinput input{
    font-size: 16px;
    line-height: 24px !important;
    letter-spacing: 0.05em;
    color: #6F748D !important;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_r .results .item .asl_content h3, div.asl_r .results .item .asl_content h3 a{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #34384D;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_r .results .item .asl_content h3 a:hover{
    font-weight: 500;
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #99C734;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_r .results .item .etc .asl_date{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #7D95B1;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_r .results .item .asl_content .asl_desc{
    font-family: 'Roboto', sans-serif !important;

}
div.asl_w .probox .prosettings .innericon svg{
    fill: #AADC3B;
}
div.asl_r{
    z-index: 1100 !important;
}
div.asl_s.searchsettings .asl_option_label{
    /*font-size: 14px;*/
    /*line-height: 21px;*/
    letter-spacing: 0.05em;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_r .results .item{
    padding-top: 15px;
    padding-bottom: 15px;
}
div.asl_r .results .item .asl_image{
    margin-right: 25px;
    margin-bottom: 10px;
}
div.asl_r p.showmore a{
    font-weight: 500;
    font-size: 16px;
    line-height: 48px;
    letter-spacing: 0.05em;
    color: #99C734;
    font-family: 'Roboto', sans-serif !important;
}
div.asl_m .probox .proclose svg{
    background: #AADC3B;
}
div.asl_w .probox div.asl_simple-circle{
    border: 2px solid #AADC3B;
}
/*end search modal*/

/*Eventon*/
.ajde_evcal_calendar .calendar_header .evcal_arrows .fa.fa-angle-left{
    left: 10px;
}
.ajde_evcal_calendar .calendar_header .evcal_arrows:hover .fa, .ajde_evcal_calendar .calendar_header .evcal_arrows:active .fa{
    color: #ffffff;
}
/*end Eventon*/

/*error browsers*/
.buorg {
    /*position: absolute;*/
    /*position: fixed;*/
    /*z-index: 111111;*/
    /*width: 100%;*/
    /*top: 0px;*/
    /*left: 0px;*/
    border-bottom: none !important;
    /*text-align: center;*/
    /*color: #000;*/
    background-color: #F4F7FB !important;
    font: 18px 'Roboto', sans-serif !important;
    /*box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);*/
    /*animation: 1s ease-out 0s buorgfly*/
}

.buorg-pad {
    /*padding: 9px;*/
    /*line-height: 1.7em;*/
}

.buorg-buttons {
    /*display: block;*/
    /*text-align: center;*/
}

#buorgig, #buorgul, #buorgpermanent {
    /*color: #fff;*/
    /*text-decoration: none;*/
    /*cursor: pointer;*/
    /*box-shadow: 0 0 2px rgba(0, 0, 0, 0.4);*/
    padding: 10px 18px !important;
    /*border-radius: 4px;*/
    font-weight: 500 !important;
    background: #AADC3B !important;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0.05em;
    /*white-space: nowrap;*/
    /*margin: 0 2px;*/
    /*display: inline-block;*/
    min-width: 160px;
}

#buorgig {
    background-color: #B12D5C !important;
}

@media only screen and (max-width: 700px) {
    .buorg div {
        /*padding: 5px 12px 5px 9px;*/
        /*line-height: 1.3em;*/
    }
}

@media screen and (min-width: 1200px) {
    .header-ces--logo:before{
        width: 19vw;
        min-width: 300px;
    }
}

@keyframes buorgfly {
    from {
        /*opacity: 0;*/
        /*transform: translateY(-50px)*/
    }
    to {
        /*opacity: 1;*/
        /*transform: translateY(0px)*/
    }
}

.buorg-fadeout {
    transition: visibility 0s 2s, opacity 8s ease-out .5s !important;
}

.buorg-icon {
    /*width: 22px;*/
    /*height: 16px;*/
    /*vertical-align: middle;*/
    /*position: relative;*/
    /*top: -0.05em;*/
    /*display: inline-block;*/
    /*background: no-repeat 0px center;*/
}
@media (max-width: 767.98px){
    .buorg-buttons #buorgul{
        margin-bottom: 10px;
    }
}
/*end error browsers*/

.wp-custom-calendar {
    text-align: center;
    margin: 0 auto 30px auto;
}

.current-day {
    border: 1px solid #000;
    color: #000;
}

.month-name {
    margin-bottom: 15px;
}

.wp-custom-calendar td {
    padding: 3px;
}

.wp-custom-calendar thead th:last-child,
.wp-custom-calendar tbody tr td:last-child,
.wp-custom-calendar tbody tr:first-child th:last-child {
    min-width: inherit!important;
    text-align: center!important;
}

.header-ces {
    position: relative;
    z-index: 1001;
}

.leleka__block {
    display: none;
    position: fixed;
    top: 100px;
    right: -15px;
    z-index: 1000;
}

.leleka__block_active {
    display: block;
}

.leleka__block-img {
    position: relative;
    display: block;
    width: 260px;
    height: 215px;
    background-repeat: no-repeat;
    background-size: 320px;
    background-position: -15px -25px;
    z-index: 1;
}

.leleka__block.uk .leleka__block-img {
    background-image: url(images/leleka.png)!important;
}

.leleka__block.en .leleka__block-img {
    background-image: url(images/leleka-en.png)!important;
}

.leleka__block-close {
    position: absolute;
    top: 20px;
    right: 25px;
    width: 16px;
    height: 16px;
    cursor: pointer;
    background-image: url(images/close-white.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: 16px;
    z-index: 2;
}

@media only screen and (max-width: 767px) {
    .leleka__block {
        top: 40px;
        right: -45px;
        transform: scale(0.75);
    }

    .leleka__block-close {
        width: 25px;
        height: 25px;
        background-size: 20px;
    }
}

.postid-22718 .leleka__block,
.postid-22827 .leleka__block {
    display: none!important;
}
.faq {
    background-color: #DBE6F1;
    padding: 12px;
	margin-bottom: 24px;
}
.faq__header {
	cursor: pointer;
	font-weight: 700;
}
.faq__header p {
	margin-bottom: 0;
}
.faq__header span {
	color: #2367A9;
	font-weight: 400;
}
.faq__content {
	margin-top: 24px;
	display: none;
}

