.header-left{
    display: inline-flex;
    align-items: center;
}
.btn-menu{
    margin-right: 25px;
}
.site-header__center{
    justify-content: center;
    align-items: center;
    display: inline-flex;
    margin-right: 8.33333333%;
}
.site-logo.site-logo-strong{
    font-size: 19px;
    font-weight: 600;
}
.home-top,
.top-photo{
    background: #fff2bb;
    padding: 25px 0 50px;
}
.home-top .container{
    display: flex;
    flex-wrap: wrap;
}
.home-top--item{
    display: flex;
    flex-direction: column;
    width: 40%;
    justify-content: flex-end;
    padding-left: 35px;
}
.home-top--item h2{
    color: #3e4244;
    font-weight: 600;
    font-size: 50px;
    margin-bottom: 25px;
}
.home-top--item p{
    margin-bottom: 50px;
    line-height: 22px;
}
.home-top--item.right-align{
    align-items: flex-end;
    padding-left: 0;
    padding-right: 35px;
}
.home-top--item.right-align p{
    text-align: right;
}
.home-top--item a{
    background: #fff;
    width: 160px;
    border: solid 2px #fff;
}
.home-top--item a:hover{
    background: #ebf1f2;
}
.home-top--center{
    display: flex;
    flex-direction: column;
    width: 20%;
    align-items: center;
    padding-bottom: 50px;
}
.home-top--center img{
    border-radius: 50%;
    height: 220px;
    width: 220px;
    object-fit: cover;
}
.round-button{
    border-radius: 50px;
    height: 40px;
    max-width: 100%;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    font-weight: 600;
}
.round-button-yellow{
    background: #fff2bb;
}
footer .round-button-yellow{
    width: 100%;
    margin-top: 25px;
}
.elected .round-button-yellow{
    position: absolute;
    width: auto;
    padding: 0 30px;
    left: 10px;
    top: 10px;
    border: solid 2px #fff;
}
.home-desc.explanation{
    background: #fff;
    padding: 35px 0 0;
}
.home-desc.explanation h1.explanation__ttl.deco-border{
    font-size: 35px;
}
.home-desc.explanation .container{
    padding-bottom: 40px;
}
.elected .slider-with-arrow{
    padding-bottom: 0;
}
.slider-with-arrow{
    padding-bottom: 30px;
}
.slider-partners b{
    font-size: 20px;
}
.slider-partners b:hover{
    text-decoration: underline!important;
}
.top-photo{
    padding: 5px 0 20px;
}
.top-photo img{
    border-radius: 5px;
}
.prime-head {
    margin-bottom: 0;
}
.top-grey{
    background: #ebf1f2;
    padding: 20px 0;
}
.top-grey .container{
    display: flex;
}
.top-grey h2{
    font-weight: 600;
}
.top-grey .cms-editor ol,
.top-grey .cms-editor p,
.top-grey .cms-editor ul{
    margin-top: 15px;
}
.cms-editor ol{
    padding-left: 40px;
}
.cms-editor .posts.persons p {
    font-size: 16px!important;
    line-height: 1.6;
}
.tabs-button{
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 2px 0 30px;
}
.tabs-button a{
    display: inline-flex;
    position: relative;
    font-size: 15px;
    padding-bottom: 12px;
}
.tabs-button.count-4 a{
    width: 25%;
}
.tabs-button a::before{
    content: '';
    position: absolute;
    display: inline-flex;
    height: 1px;
    bottom: 0;
    left: 0;
    right: 10px;
    background: #3e4244;
}
.tabs-button a::after{
    content: '';
    position: absolute;
    display: inline-flex;
    background: #3e4244;
    bottom: -2px;
    height: 3px;
    left: 0;
    width: 0;
    transition: .3s all;
}
.tabs-button a:hover::after,
.tabs-button a.active::after{
    width: calc(100% - 10px);
}
.tabs-button.count-5 a{
    width: 20%;
}
.tabs-button a.active{
    font-weight: 600;
}
.grid-list-item .post,
.grid-list-item .post__capt{
    width: 100%;
}
.grid-list-item .post--horizontal-center .post__ttl{
    margin-bottom: 10px;
}
.grid-list-item .post__speaker{
    font-weight: 600;
    line-height: 22px;
    display: flex;
    font-size: 15px;
    margin-bottom: 10px;
}
.sg_tdu {
    padding: 5px 25px 5px 25px;
}
.project-team__short-article.grid-list-item .post__pict img {
    height: 250px;
}
.aside-accordion__itm.aside-accordion__itm--opened .aside-accordion__content .aside-filter {
    padding: 30px 5px 15px 10px;
}
.single-author{
    display: flex;
    flex-direction: column;
    width: 100%;
    margin-top: 30px;
}
.single-author strong{
    font-size: 25px;
    margin-bottom: 7px;
    font-weight: 600;
}
.single-author p{
    font-size: 16px;
}
.edu-downloads{
    position: relative;
    padding-top: 10px;
    padding-bottom: 25px;
}
.edu-downloads-wrapper{
    display: flex;
    flex-wrap: wrap;
    width: calc(100% + 30px);
    margin-left: -15px;
}
.edu-downloads::before{
    content: '';
    position: absolute;
    left: 15px;
    right: 15px;
    height: 1px;
    top: -30px;
    background-color: #3e4244;
}
.edu-download-item{
    background: #ededed;
    border: solid 1px #cecece;
    border-radius: 5px;
    display: flex;
    width: 100%;
    position: relative;
    transition: .3s all;
}
.edu-download-item::after{
    content: '';
    display: block;
    padding-top: 100%;
}
.edu-download-item svg{
    width: 22px;
    position: absolute;
    bottom: 10px;
    right: 10px;
    fill: #9a9da0;
    transition: .3s all;
}
.edu-download-item:hover{
    border-color: #000;
}
.edu-download-item:hover svg{
    fill: #000;
}
.grid-elem .post__speaker{
    font-size: 14px;
    font-weight: 600;
    margin-top: -10px;
    display: flex;
}
.site-header__type{
    /*justify-content: space-around;*/
    justify-content: space-between;
}
.header-round-link{
    border: solid 2px transparent;
    border-radius: 50px;
    height: 40px;
    display: inline-flex;
    align-items: center;
    padding: 0 35px;
}
.header-round-link.active{
    border: solid 2px #fff;
    font-weight: 600;
}
.header-round-link:hover{
    font-weight: 600;
}
.site-header__type .language-select{
    margin-left: 50px;
}
.site-header__type .site-header__center{
    margin-right: 0;
}
.aside-group{
    margin-bottom: 40px;
}
.aside-group strong{
    font-size: 15px;
    color: #3e4244;
    padding: 5px 0;
    min-height: 40px;
    position: relative;
    display: flex;
    align-items: center;
    font-weight: 500;
    margin-bottom: 25px;
}
.aside-group strong::after{
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 100%;
    height: 3px;
    background-color: #3e4244;
}
.aside-group--list{
    width: calc(100% - 25px);
    margin-left: 25px;
    border-bottom: solid 1px;
    padding-bottom: 20px;
}
.aside-group--list a{
    font-size: 15px;
    margin-right: 10px;
    line-height: 30px;
    text-decoration: underline;
}
.aside-group--list a::after{
    content: ',';
    position: absolute;
}
.aside-group--list a:last-child::after{
    display: none;
}
a.footer__img-ucf {
    margin-top: 20px;
    display: block;
}

@media screen and (max-width: 1199.98px) {
    .home-top--item{
        width: 37%;
    }
    .home-top--center{
        width: 26%;
    }
}
@media screen and (max-width: 991.98px) {
    .home-top--item{
        width: 50%;
    }
    .home-top--center,
    .site-header__types{
        display: none;
    }
    .home-top--item{
        padding-left: 20px;
    }
    .home-top--item.right-align{
        padding-right: 20px;
    }
    .home-top--item h2{
        font-size: 40px;
    }
    .header-left .site-logo__name{
        display: none;
    }
    .site-header__right{
        flex: 0 0 15%;
        max-width: 15%;
    }
    .site-header__center{
        flex: 0 0 43.333333%;
        max-width: 43.333333%;
        margin-right: 0;
    }
    .site-logo__name{
        margin-left: 0;
    }
    .site-header__type .language-select{
        margin-left: 0;
    }
}
@media screen and (max-width: 575.98px) {
    .home-top--item h2{
        font-size: 23px;
    }
    .home-top--item{
        padding-left: 15px;
    }
    .home-top--item.right-align{
        padding-right: 15px;
    }
    .home-top--item p{
        margin-bottom: 30px;
    }
    .site-header__type{
        padding: 0 15px;
    }
}