html {
    overflow-x: hidden;
    overflow-y: scroll;
}

body{
    font-family: 'Trebuchet MS'; /* Имя шрифта */
    background: #f3f3f3;
}

body, button, input, select, optgroup, textarea {
    color: #2f2f2f;
    font-size: 13px;
    line-height: 1.5;
}

*:focus {
    outline: none!important;
}


*::-webkit-input-placeholder {
  color: #c4c4c4;
}
*::-moz-placeholder {
  color: #c4c4c4;
}
*:-ms-input-placeholder {
  color: #c4c4c4;
}
*:-moz-placeholder {
  color: #c4c4c4;
}

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

input[type="checkbox"] {
    display:none;
}
input[type="checkbox"] + label span {
    display:inline-block;
    width:19px;
    height:19px;
    margin:-2px 10px 0 0;
    vertical-align:middle;
    background:url(../images/check.png) left top no-repeat;
    cursor:pointer;
}
input[type="checkbox"]:checked + label span {
    background:url(../images/check.png) -19px top no-repeat;
}

input[type="checkbox"]:checked + label {
    background: #e6e6e6;
}

.top-front .textwidget {
    padding: 15px 30px;
    background: #fff;
}

.top-front .textwidget p{
    margin-bottom: 0;
}

.blue-button, .red-button {
    color: #fff;
    padding: 7px 11px;
    text-transform: uppercase;
    display: inline-block;
    text-decoration: none;
    min-width: 90px;
    border: 0;
    border-radius: 0;
    font-size: 13px;
    margin: 0 auto;
    min-height: 33px;
}

.red-button {
    background: #ff4742;
}

.blue-button {
    background: #1b6cab;
    margin-top: 30px;
}

.blue-button:hover {
    color: #fff;
    background-color: #ff4742;
    text-decoration: none;
}

.blue-button:visited {
    color: #fff;
}

/* Header */

.site-header {
    background: url(../images/rectangle8.png) no-repeat;
    background-position: center top;
    z-index: -2;
}

.mobile-filter__selector {
    display: none;
}

.filter-container {
    height: 37px;
    background-color: #1b6cab;
    text-align: center;
    margin: 0 0 23px 0;
    display: flex;
    align-items: center; 
    justify-content: space-around;
}

.filter__button {
    color: #fff;
    text-decoration: none;
    /*min-width: 99px;*/
    border: 0;
    border-radius: 0;
    font-size: 13px;
    /*margin: 0 auto;*/
    text-align: center;
}

.filter__learn-more, .filter__learn-more:hover, .filter__learn-more:visited {
    color: #fff;
    text-decoration: none;
    text-align: center;
    /*display: inline-block;*/
}

.lang-select {
    background-image: url(../images/arrow_black.png);
    background-position: right center;
    background-repeat: no-repeat;
}

.lang-select {
    display: inline-block;
}

.left-link {
    position: fixed;
    left: 0;
    top: 30%;
    z-index: 5;
}

@media only screen and (max-width: 1199px) and (min-width: 768px){
    .lang-select {
        background-image: url(../images/arrow_white.png);
    }
}
.text-right {text-align: right;}
.text-center {text-align: center;}
.text-left {text-align: left;}

@media only screen and (max-width : 767px){
    .text-right, .text-left {text-align: center;}
}


@media (min-width:576px){.container{width:540px;max-width: 540px;}}
@media (min-width:768px){.container{width:750px;max-width: 750px;}}
@media (min-width:992px){.container{width:970px;max-width: 970px;}}
@media (min-width:1200px){.container{width:1208px;max-width: 1208px;}}


/****************************************************************
 * header.css
 ****************************************************************/
/*#primary-menu .menu-item a{
    text-transform: uppercase;
    color: #2f2f2f;
    margin-right: 15px;
}
#primary-menu .menu-item a:hover{
    text-decoration: none;
}*/

#primary-menu li > a, #primary-menu li > a:visited {
    text-transform: uppercase;
    color: #2f2f2f;
    padding: 15px 0 10px;
    border-bottom: 5px solid transparent;
}

#primary-menu li:hover > a {
    border-bottom: 5px solid #1b6cab;
    color: #1b6cab;
}


.header-social{
    font-size: 10px;
}

.header-social li{
    display: inline-block;
}
.header-social li:last-child{
    margin-right: 0;
}

.header-social li a{
    color: #ccc !important;
}

.header-social li a:hover{
    border-bottom: 0 !important;
}

.site-header form{
    flex: 0 0 370px;
    margin-right: 40px;
}

.menu-main-en-container,
.menu-main-ru-container{
    flex-grow: 1;
    flex-shrink: 1;
}


.menu-main-en-container i.fa-angle-down,
.menu-main-ru-container i.fa-angle-down{
    margin-left: 2px;
}

.site-header .header-social{
    flex-grow: 0;
    flex-shrink: 0; 
}

.site-header .fa-home {
    font-size: 17px;
}

.lang-select option, .lang-select select{
    text-transform: uppercase;
}

.mobil-header .lang-select option,.mobil-header .lang-select select {
    text-transform: none;
}


@media only screen and (min-width : 1200px){
    .site-header select{
        margin-left: 80px;
    }
}

@media only screen and (min-width : 768px) and (max-width : 1199px){
    .site-header select{
        color: #fff;
    }
    .site-header select option{
        color: #2f2f2f;
    }

    .site-header form{
        flex-basis: 280px;
        margin-right: 10px;
    }

}

/*
 *
 * Mobil header
 *
 */

.mobile-social, .header-social{
    flex-grow: 1;
    flex-shrink: 1;
    text-align: center;
}

.mobile-social li{
    display: inline-block; margin-right: 5px;
}

.mobile-social li a{
    color: #ccc;
}

.main-navigation {
    background-color: rgba(255, 255, 255, 0.8);
    margin-bottom: 30px;
    padding: 3px 0;
}

/*--------------------------------------------------------------
## Menus
--------------------------------------------------------------*/
.main-navigation {
    clear: both;
    display: block;
    float: left;
    width: 100%;
}

.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li {
    float: left;
    position: relative;
    margin: 0 9px 0 0;
}

.main-navigation a {
    /*display: block;*/
    display: inline-block;
    text-decoration: none;
}

.main-navigation ul ul {
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
    float: left;
    position: absolute;
    top: 100%;
    left: -999em;
    z-index: 99999;
}

.main-navigation ul ul ul {
    left: -999em;
    top: 0;
}

.main-navigation ul ul a {
    width: 200px;
    line-height: 1.2;
    padding: 10px 0;

}

.main-navigation ul ul li {

}

.main-navigation li:hover > a,
.main-navigation li.focus > a {
}

.main-navigation ul ul :hover > a,
.main-navigation ul ul .focus > a {
}

.main-navigation ul ul a:hover,
.main-navigation ul ul a.focus {
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
    left: auto;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
    left: 100%;
}

.main-navigation .current_page_item > a,
.main-navigation .current-menu-item > a,
.main-navigation .current_page_ancestor > a,
.main-navigation .current-menu-ancestor > a {
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    /*display: block;*/
    display: inline-block;
}

@media screen and (min-width: 768px) {
    .menu-toggle {
        display: none;
    }
    .main-navigation ul {
        display: block;
    }
}

.site-main .comment-navigation,
.site-main .posts-navigation,
.site-main .post-navigation {
    margin: 0 0 1.5em;
    overflow: hidden;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
    float: left;
    width: 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
    float: right;
    text-align: right;
    width: 50%;
}


/* Modil header */
.mobil-header{
    background: #fff;
}

@media screen and (max-width: 767px) {
    .hexa-menu {
        display: none;
    }
}

.front-page-menu-section {
    position: relative;
}

#touch-menu{
    background: transparent;
    border-radius: 0;
    border: 0;
    flex-grow: 0;
    flex-shrink: 0;
}

.mobil-header .img-wrap{
    width: 100%;
    text-align: center;
    background-color: #f3f3f3;
}

.mobil-header img{
    max-width: 100%;
    margin-top: 18px;
}

.mobil-header ul{
    margin-left: 0;
    margin-bottom: 0;
    padding: 0 10px;
    list-style: none;
}

.mobil-header ul.sub-menu{
    background: transparent;
    padding: 0 25px;
}

.mobil-header ul.sub-menu a{
    color: #1b6cab;
}

.mobil-header .social {
    text-align: center;
}

.mobil-header .social li {
    margin-right: 11px;
    display: inline-block;
}

.mobil-header .social li a{
    color: #ccc;
    font-size: 2em;
}

.mobil-header .search-form-top{
    background: #f3f3f3;
    padding: 10px 0;
}

.mobil-header .search-form button {
    color: #1b6cab;
}

.morecontent span {
        display: none;
    }
    .morelink {
        display: block;
    }

    .nav-home {
    display: inline-block;
    line-height: 1.5;
    font-size: 2em;
    color: #2f2f2f;
    padding: .1em .4em;
}

.nav-home:hover, .nav-home:visited {
    color: #2f2f2f;
}

.search-form input{
    padding: 13px 58px 13px 13px;
}

.search-form input, .search-form button{
    border-radius: 0;
    border: 0;
}

.search-form input{
    width: 100%;    
}

.search-form{
    position: relative;
}

.search-form button{
    position: absolute;
    top: 0;
    right: 0;
    background: transparent;
}

.mobil-header .switcher{
    background: #1b6cab;
    padding-top: 10px;
    text-align: center;
    color:#fff;"
}

.mobil-header .switcher .widget{
    margin: 0;
    padding: 0;
}

.mobil-header .switcher ul li{
    display: inline-block;
}

.mobil-header .switcher ul li a{
    color: #fff;
}

.mobil-header .switcher ul li a:before{
    content: " ";
    position: absolute;
    background-color: #ff4742;
    transform: skew(-23deg);
    z-index: -1;
}

.mobil-header .switcher {
    background: #1b6cab;
    padding-top: 10px;
    text-align: center;
    color: #fff;
}

.site-header .widget_nav_menu, .mobil-header .widget_nav_menu {
    position: relative;
}

.transform-button{
    -webkit-transform: skew(-22deg);
       -moz-transform: skew(-22deg);
         -o-transform: skew(-22deg);
    border: 2px solid #fff;
    display: inline-block;
    margin: 2px 6px;
}

.transform-button-red{
    -webkit-transform: skew(-22deg);
    -moz-transform: skew(-22deg);
    -o-transform: skew(-22deg);
    border: 2px solid #ff4742;
    background: #ff4742;
    display: inline-block;
    margin: 2px 6px;
}
.untransform-button{
    -webkit-transform: skew(22deg);
       -moz-transform: skew(22deg);
         -o-transform: skew(22deg);
    display: inline-block;
    padding: 6px 3px;
}
.untransform-button a{
    color: #fff;
}

.site-header .widget_nav_menu li, .mobil-header .widget_nav_menu li {
    height: auto;
    padding: 6px 3px;
    -webkit-transform: skew(-22deg);
       -moz-transform: skew(-22deg);
         -o-transform: skew(-22deg);
    border: 2px solid #ff4742;
    margin: 2px 6px;
    background-color: #ff4742;
}
.site-header .widget_nav_menu li:before, .mobil-header .widget_nav_menu li:before,
.site-header .widget_nav_menu li:after, .mobil-header .widget_nav_menu li:after{
    content: none;
}
.site-header .widget_nav_menu li a, .mobil-header .widget_nav_menu li a {
    -webkit-transform: skew(22deg);
       -moz-transform: skew(22deg);
         -o-transform: skew(22deg);
    display: inline-block;
}

@media only screen and (min-width : 768px){
    .site-header .widget_nav_menu li, .mobil-header .widget_nav_menu li {margin-bottom: 0;}
}

.header-banner{
    padding: 15px;
    background: #fff;
    margin-bottom: 30px;
    /*flex-wrap: nowrap;*/
    color: #1b6cab;
}

.header-banner a{
    color: #ff4742;
}

.header-banner a:hover{
    text-decoration: underline;
}

.header-banner-img{
    flex-grow: 0;
    flex-shrink: 0;
    margin-right: 15px;
}

.header-banner-text {
    flex-grow: 1;
    flex-shrink: 1;
}

.table-branding {
    table-layout: fixed;
    margin-bottom: 0;
    /*vertical-align: middle;*/
}

.breadcrumbs {
    margin: 15px 0 38px 0;
    color: #969696;
    font-size: 14px;
}

.breadcrumbs a {
    color: #969696;
}

.breadcrumbs a:hover {
    text-decoration: none;
}

.date {
    margin: 26px 0 0 0;
    color: #969696;
    font-size: 16px;
}

.content {
    margin: 23px 0 0 0;
    font-size: 16px;
}

.table-branding td:nth-child(1){width: 410px;}
.table-branding td:nth-child(2){/*width: 730px;*/text-align: right;}
.table-branding td:nth-child(3){width: 100px;}

@media only screen and (max-width : 1200px) {
    .table-branding td:nth-child(3){width: 39px;}
}

@media only screen and (min-width : 767px) and (max-width : 992px) {
    .idea {
        /*display: none;*/
        width: 100%;
    }
    .table-branding td:nth-child(1){width: 330px;}
}

.table-menu{
    table-layout: fixed;
    margin-bottom: 0;
}

.table-menu td:nth-child(1){/*width: 536px;*/}
.table-menu td:nth-child(2){width: 132px; padding: 0 40px 0 10px;}
.table-menu td:nth-child(3){width: 410px;}
.table-menu td:nth-child(4){width: 100px;text-align: right;}

@media only screen and (max-width : 1200px) {
    .table-menu td:nth-child(1){/*width: 460px;*/}
    .table-menu td:nth-child(2){width: 112px; padding: 0 20px 0 10px;}
    .table-menu td:nth-child(3){width: 320px;}
    .table-menu td:nth-child(4){width: 88px;}
}

@media only screen and (max-width : 992px) {
    .table-menu td:nth-child(1){/*width: 240px;*/}
    .table-menu td:nth-child(2){width: 102px; padding: 0 10px 0 10px;}
    .table-menu td:nth-child(3){width: 240px;}
    .table-menu td:nth-child(4){width: 88px;}
}

.header-social{
    display: inline-block !important;
}

.site-branding {
    padding: 17px 0 18px 0;
}

.site-branding li {
    display: inline-block;
}

.site-branding .widget {
    display: inline-block;
    margin: 0;
    padding: 0 !important;
}
.site-branding li a {
    position: relative;
    color: #fff;
}
.site-branding li a:hover {
    text-decoration: none;
}

.lang-select select {
    padding-right: 15px;
    padding-left: 5px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.lang-select select {
    border: 0;
    background: transparent;
}

.flex{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: stretch;
}



.table-terms{
    width: 100%;
    font-size: 16px;
}
.table-terms tr:nth-child(2n+1){
    background: #f3f3f3;
}

.table-terms td{
    border-top: 1px solid #d7d7d7;
    border-bottom: 1px solid #d7d7d7;
    padding: 10px 50px;
}

.table-terms td:nth-child(1){
    color: #1b6cab;
}
.table-terms td:nth-child(2){
    text-transform: uppercase;
    color: #505050;
    font-size: 14px;
}

.table-terms span{
    margin-right: 15px;
}

.hentry{
    margin-bottom: 0;
}

.top-front{
    font-size: 16px;
}

.item .item-title{
    font-size: 14px;
    font-weight: bold;
    color: #1b6cab;
    padding: 5px 10px 0 10px;
}

.item .item-excerpt{
    font-size: 14px;
    color: #545454;
    padding: 5px 10px 5px 10px;
}

.item a, .item a:hover{
    text-decoration: none;
    background: #fff;
    height: 100%;
    display:block;
}

#more{
    visibility: hidden;
}

/* Отображение */

.item-img{
    width: 100%;
    height: 270px;
    object-fit: cover;
    overflow: hidden;
}


article a:hover{
    text-decoration: none;
}

.img-wrap{
    position: relative;
}

.img-wrap .images-tag-wrapper{
    position: absolute;
    bottom: 0;
}

.filter-term>div{
    padding: 5px 5px 15px 5px;
    background: #fff;
}
.filter-term>div.bb{
    border-bottom:2px solid #f7f7f7;
}
.title-terms{
    font-size: 15px;
    color:#1b6cab;
    margin: 10px 0;
}
.body-terms{
    font-size: 14px;    
}
.body-terms label{
    width: 100%;
}
.fw{
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
}
.checkboxes{
    flex: 0 0 228px;
    padding-right: 30px;
}
.caption{
    background: #1b6cab;
    padding: 10px;
    color:#fff;
    position: relative;
    font-size: 16px;
}
.filter-free{
    font-size: 13px;
    border-bottom: 1px dashed #fff;
}

.emodal-title{
    background: #eaeaea;
    border-bottom: 1px solid #dadada;
    padding: 5px 0;
}
.emodal-content{
    padding: 20px 40px;
}
.emodal-content input, .emodal-content textarea{
    margin-top: 0!important;
    width: 100%;
}
.emodal-content .error{
    display: block;
    color: red;
    margin-bottom: 10px;        
}
.emodal-close{
    width: 40px;
    height: 40px;
    line-height: 40px;
}
.emodal-close:before{
    content: "\f00d";
    font-family: FontAwesome;
    line-height: 32px;
}
.eModal-1.width100{
    width: 100%;
}
.contact{
    padding-top: 30px;
}
.contact .widget{
    margin-bottom: 0;
}
.contact .textwidget{
    padding: 0;
}

.fellow-info-container {
    padding: 76px 75px;
}

.fellow-image {
    max-height: 290px;
    float: left;
    margin: 0 15px 15px 0;
}

.global-info {
    font-family: Comic-Sans-MS;
    font-style: italic;
    color: #f3b21c;
    font-size: 18px;
    margin: 0 0 62px 0;
}

.fellow-info {
    display: block;
    color: #fff;
    font-size: 18px;
}

.project-image {
    max-height: 329px;
    margin: 0 35px 18px 0;
    float: left;
}

.other-fellows {
    text-align: center;
    font-weight: bold;
    font-size: 16px;
    padding: 55px 0 43px 0;
}
.other-fellows a, .other-fellows a:visited {
    color: #243e90;
}
.other-fellows a:hover {
    color: #ff4742;
    text-decoration: none;
}
.eModal-1{
    font-size: 16px;
    padding: 18px;
}
.su-responsive-media-yes {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}
.su-responsive-media-yes iframe, .su-responsive-media-yes object, .su-responsive-media-yes embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.project-header {
    font-size: 30px;
    color: #2a2a2a;
}
.project-info {
    font-size: 16px;
    color: #2a2a2a;
    margin: 1.5em 0 0;
}

.project-info ul {
    list-style: disc;
    padding-left: 40px;
}
.single-news {
    text-align: center;
    margin-bottom: 44px;
}
.single-news img {
    width: 100%;
    height: 192px;
    object-fit: cover;
}
.single-news-date {
    color: #969696;
    font-size: 14px;
    text-align: left;
}

.content ul {
    list-style: disc;
}

.single-news-title, .single-news-title:visited, .single-news-title:hover {
    text-align: left;
}
.single-news-title a, .single-news-title a:visited, .single-news-title a:hover {
    color: #1a6cab;
    text-decoration: none;
}

/*.project-content a{
}*/
.news h2 {
    text-align: center;
    display: block;
    color: #2f2f2f;
}
.news {
    background: #f3f3f3;
    padding: 15px 0 0 0;
    font-size: 16px;
    color: #787878;
}

.news .flex {
    align-items: unset;
}
.contact{
    font-size: 16px;
}

@media only screen and (min-width : 768px) {
    .mobil-header {
        display: none;
    }

    .filter-container {
        display: none;
    }

    .mobile-filter__selector {
        display: none !important;
    }

    .project-title {
        clear: none;
    }

    .project-title__underline {
        border-bottom: 1px solid #f3f3f3;
        width: 50%;
    }
}

@media only screen and (max-width : 767px) {
    .site-header {
            display: none;
    }

    .left-link {
        display: none;
    }

    .top-front .textwidget {
        background: none;
    }

    .logo {
        background-color: #f3f3f3;
    }

    .fw > .checkboxes {
        display: none;
    }

    .checkboxes {
        padding: 0 !important;
    }

    .item-img {
        height: 153px !important;
    }

    .fellow-info {
        display: block;
        color: #fff;
        font-size: 14px;
        padding: 21px 0 0 0;
    }

    .global-info {
        font-size: 14px;
        font-style: normal;
        font-family: "Trebuchet MS";
        padding: 22px 0 0 0;
    }

    .project-title {
        text-align: center;
        font-size: 20px;
    }

    .project-title__underline {
        display: none;
    }

    .project-info {
        margin: 18px 0 0 0;
        font-size: 14px;
    }

    .desktop__project-image {
        display: none;
    }

    .table-terms td {
        padding: 17px 81px 17px 7px;
    }

    .table-terms td:nth-child(2) {
        padding: 0 0 0 0;
    }

    .single-news img {
        height: 100px;
    }

    .single-news-title {
        font-size: 14px;
    }

    .single-news-button {
        margin-top: 12px 0 21px 0;
    }

    .other-fellows {
        padding: 29px 0 40px 0;
    }
}
