h1{
    font-size: 60px;
    line-height: 77px;
    color: #34384D;
    font-weight: 500;
    margin-bottom: 50px;
}
h2{
    font-size: 48px;
    line-height: 62px;
    color: #34384D;
    font-weight: 500;
    margin-bottom: 35px;
}
h2.text-center{
    margin-bottom: 30px;
}
h3, a h3{
    font-size: 30px;
    line-height: 37px;
    color: #34384D;
    font-weight: 500;
    margin-bottom: 40px;
    transition: all .3s;
}
h4{
    font-size: 24px;
    line-height: 30px;
    color: #34384D;
    font-weight: 500;
    margin-bottom: 12px;
}
h5, a h5{
    font-size: 18px;
    line-height: 25px;
    letter-spacing: 0.05em;
    color: #34384D;
    font-weight: 500;
    transition: all .3s;
}
a:hover h5, a:hover h3{
    color: #99C734;
}

p{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #6F748D;
    margin-bottom: 20px;
}
hr{
    border-top: 1px solid #C1C9DE;;
}
ul.list li{
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.05em;
    color: #6F748D;
    margin-bottom: 10px;
}
ul.list{list-style: none}
ul.list li::before {
    content: "\2022";
    color: #34384D;
    /*display: inline-block;*/
    position: absolute;
    width: 1em;
    margin-left: -1em;
    font-size: 25px;
}

.btns-group-vertical{
    display: inline-flex;
    flex-direction: column;
}
.btns-group-vertical a:not(:first-child){
    margin-top: 15px;
}

.yellow-bg-r{
    background-image: url("../images/homepage/yellow-bg-r.svg");
    background-position: right bottom;
    background-size: 180px 490px;
    background-repeat: no-repeat;
}
.yellow-bg-r2{
    background-image: url("../images/homepage/yellow-bg-r2.svg");
    background-position: right bottom;
    background-size: 327px 632px;
    background-repeat: no-repeat;
}
.green-bg{
    position: relative;
}
.green-bg:before{
    content: '';
    position: absolute;
    background-image: url("../images/homepage/green-bg.svg");
    /*background-position: left bottom;*/
    /*background-size: 280px 625px;*/
    /*width: 280px;*/
    width: 15vw;
    min-width: 200px;
    height: 460px;
    bottom: -100px;
    background-size: contain;
    background-repeat: no-repeat;
    z-index: -1;
}
.red-bg{
    position: relative;
}
.red-bg:before{
    content: '';
    position: absolute;
    background-image: url("../images/homepage/red-bg.svg");
    /*background-position: left bottom;*/
    /*background-size: 280px 625px;*/
    /*width: 280px;*/
    width: 15vw;
    min-width: 300px;
    height: 500px;
    bottom: -100px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.red-bg2{
    position: relative;
}
.red-bg2:before{
    content: '';
    position: absolute;
    background-image: url("../images/homepage/red-bg2.svg");
    /*background-position: left bottom;*/
    /*background-size: 280px 625px;*/
    /*width: 280px;*/
    width: 15vw;
    min-width: 300px;
    height: 500px;
    bottom: -100px;
    z-index: -1;
    background-size: contain;
    background-repeat: no-repeat;
}
.red-bg-r{
    background-image: url("../images/homepage/red-bg-r.svg");
    background-position: right bottom;
    background-size: 175px 325px;
    background-repeat: no-repeat;
}
.home-events.red-bg-r{
    background-position: right 100px;
}
.red-bg-r2{
    background-image: url("../images/homepage/red-bg-r2.svg");
    background-position: right center;
    background-size: 180px 500px;
    background-repeat: no-repeat;
}
.blue-bg{
    position: relative;
}
.blue-bg:before{
    content: '';
    position: absolute;
    background-image: url("../images/homepage/blue-bg.svg");
    /*background-position: left bottom;*/
    /*background-size: 220px 420px;*/
    width: 15vw;
    min-width: 250px;
    height: 500px;
    bottom: 0;
    z-index: -1;
    background-repeat: no-repeat;
}

img.w-100, .research-page-person img, a.home-news-big-img img{
    transition: all .3s;
}
a:hover img.w-100, .research-page-person a:hover img, a.home-news-big-img:hover img{
    box-shadow: 0px 8px 17px rgba(15, 36, 77, 0.1);
}
/*-----*/


.block-bp{
    margin-bottom: 130px;
}
.block-pb{
    padding-bottom: 240px;
}
.block-mt-80{
    margin-top: 80px;
}
.block-mb-40{
    margin-bottom: 40px;
}
.block-mt-90{
    margin-top: 90px;
}

.block-bp-half{
    margin-bottom: 70px;
}

.block-p-60{
    padding-top: 60px;
    padding-bottom: 60px;
}
.block-m-130{
    margin-top: 130px;
    margin-bottom: 130px;
}

.home-news-big{
    margin-bottom: 30px;
}
.home-news-big-img{
    text-align: center;
    width: 100%;
    display: block;
    /*overflow: hidden;*/
}
.home-news-big .home-news-big-img{
    height: 336px;
}
.home-news-big .home-news-big-img img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 0 0;
}
.home-news-big .news-category{
    margin-top: 25px;
    margin-bottom: 16px;
}
.home-news-big h3{
    margin-bottom: 0px;
}
.news-big-footer{
    margin-top: 20px;
}
.news-big-footer .news-date{
    margin-right: 50px;
}

.news-category, .news-category a{
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    font-weight: 500;
    text-transform: uppercase;
    color: #617389;
}
.news-category a:hover{
    text-decoration: none;
    color: #99C734;
}

.news-date{
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    color: #7D95B1;
}

.home-news-sm{
    margin-bottom: 30px;
}
.home-news-sm .news-category{
    margin-bottom: 15px;
}
.home-news-sm .news-date, .home-news-sm .news-tag{
    margin-top: 15px;
}

.grey-block{
    background-color: #F4F7FB;
    padding-top: 70px;
    padding-bottom: 70px;
}

.border-right{
    border-color: #7D95B1 !important;
}

/*CES TABS*/
.ces-tabs{

}
.nav-tabs{
    border-color: rgba(125, 149, 177, 0.31);
}
.nav-pills .nav-link{
    border-radius: 0px;
    border: none;
    padding: 25px;
}
.nav-tabs .nav-item{
    /*margin-bottom: 0px;*/
}
.ces-tabs .nav-tabs .nav-link:focus, .ces-tabs .nav-tabs .nav-link:hover
{
    border-color: transparent;
}
.ces-tabs .nav-pills .nav-link.active, .ces-tabs .nav-pills .show>.nav-link{
    background-color: transparent;
    color: #79BA3C;
    border: none;
    border-bottom: 4px solid #95D25B;
    border-radius: 0px;
    margin-bottom: 0px;
}

.nav-pills a.nav-link{
    color: #617389;
    font-size: 12px;
    line-height: 17px;
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-weight: 500;
    height: 100%;
    display: flex;
    align-items: center;
    border-bottom: 4px solid transparent;
}
.tab-content{
    margin-top: 55px;
}

.ces-tabs .nav-tabs li.nav-item a:hover{
    color: #95D25B;
}
.ces-tabs .home-news-big h5{
    margin-top: 15px;
    margin-bottom: 0px;
}
.ces-tabs .home-news-big .news-big-footer{
    margin-top: 6px;
}
.ces-tabs .home-news-sm .news-big-footer{
    margin-top: 10px;
}
.ces-tabs .home-news-sm .news-big-footer .news-date{
    min-width: 185px;
    margin-right: 0px;
    display: inline-block;
    margin-top: 0px;
}

/*расширить нижнюю границу при наведении */
/*.ces-tabs .nav-tabs li.nav-item:after{*/
    /*display:block;*/
    /*content: '';*/
    /*border-bottom: solid 4px #95D25B;*/
    /*transform: scaleX(0);*/
    /*transition: transform 250ms ease-in-out;*/
/*}*/
/*.ces-tabs .nav-tabs li.nav-item:hover:after{*/
    /*transform: scaleX(1);*/
/*}*/

/*end CES TABS*/


/*block media*/
.person-card .col-4 a,
.media-card .col-4 a{
    /*width: 153px;*/
    height: 153px;
    overflow: hidden;
    display: block;
    margin-bottom: 50px;
}

.media-card .home-news-sm{
    padding-bottom: 15px;
    margin-bottom: 25px;
    border-bottom: 1px solid #C1C9DE;
}

/*home-aboutus*/
.home-aboutus.green-bg:before{
    bottom: -250px;
}
.home-aboutus .btns-group-vertical{
    margin-top: 40px;
}
/*end home-aboutus*/

/*home-events*/
.home-events-block{
    /*min-height: 300px;*/
}
/*end home-events*/

