@font-face {
  font-family: 'Lucida Grande';
  src: url('/fonts/LucidaGrande.eot?#iefix') format('embedded-opentype'),  url('/fonts/LucidaGrande.woff') format('woff'), url('/fonts/LucidaGrande.ttf')  format('truetype'), url('/fonts/LucidaGrande.svg#LucidaGrande') format('svg');
  font-weight: normal;
  font-style: normal;
}  
[data-href] {cursor:pointer;}
._section {padding:15px;border:1px dashed #aaa;margin-bottom:15px;}
._title {background:#eee;margin-bottom:15px;margin-left:-15px;margin-right:-15px;margin-top:-15px;padding: 5px;}

.hide {display:none;}

main.b-page {
    margin-top: 80px;
    /* margin-bottom: 50px; */
}
main.b-page.b-init-page {margin-top:0px;}

.h40 {height:40px;}

.b-logo img {
    height: 80px;
}


.b-header {left:0;overflow-y:visible;}

.b-articles-item__img img {
    height: 100%;
}





@media (max-width:1023px) {
    main.b-page {margin-top:20px;}    
    .b-logo > div {width:20px!important;}
    .b-initiatives__item {
        margin-bottom: 25px;
        font-size: 20px;
    }    
    .h40 {height:0;}
}



.b-page-header .b-logo img {opacity:0;}
.empty {width:100%;height:50px;}
.std-section {/* min-height:400px; */}
.std-section h1 {margin-bottom:40px;margin-top:30px;}

.post-section .wrapper {display:flex;padding-bottom: 0;}
.post-content {flex-grow:1;flex-basis:67%;}
.post-content {width:67%;line-height: 1.7;}
.post-content p {
    margin: 0 0 20px 0;
    line-height: 1.7;
}
.post-content a {text-decoration:none;}
.post-content h2 {margin:0 0 20px 0;font-size:24px;}
.post-content h3 {margin:0 0 20px 0;font-size:18px;}
.post-content img {width:100%;max-width:100%;height:auto!important;}

/*.post-content blockquote {
    margin: 0 0 20px 0;position:relative;font-size:18px;
}
.post-content blockquote:before {
    content: "\f100";
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    margin-left: -40px;
    margin-top: -15px;
}
.post-content blockquote:after {
    content: "\f101";
    font-family: FontAwesome;
    font-size: 50px;
    position: absolute;
    bottom: 0;
    right: 0;
    margin-right: -35px;
    margin-bottom: -10px;
}*/
.post-content blockquote {
    background-color: #EAEAEA;
    padding: 20px;
    font-style: italic;
    margin-left: 0;
        margin-right: 0;
}
/*.post-content blockquote:before {
    content: 'Цитата';
    text-transform: uppercase;
    display: block;
    font-style: normal;
    letter-spacing: 1px;
    font-size: 13px;
    margin-bottom: 15px;
    color: #2a2a2a;
    font-weight: bold;
}*/

.post-content table {width:100%!important;border:none;margin:0 0 20px 0;}
.post-content table td {border:none;padding:10px 0 10px 0;}
.post-content table th {font-size:14px;font-weight:bold;border:none;padding:10px;}




.post-aside {flex-grow:1;flex-basis:34%;padding-left:60px;}
.post-aside p {font-size:14px;margin:0 0 20px 0;}
.post-aside a {text-decoration:none;}



.big {
    font-size: 60px;
    font-weight: bold;
}

@media (max-width:767px) {
    .post-section .wrapper {display:block;}
    .post-content {width:100%;}
    .post-aside {width:100%;}
/*    .post-content blockquote {
        margin-left: 40px;
        margin-right: 40px;
    }    */
}


.initiative-splash {background-position: 50% 50%;background-size:100% auto;}
.initiative-splash {height:400px;width:100%;}
.initiative-splash h1 {/* margin-bottom:150px; */}
.initiative-splash .wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
    height: 100%;
}
.initiative-description {margin-bottom:30px;}
.neighbors {
    display: flex;
    justify-content: space-between;
}
@media (max-width:767px) {
    .neighbors {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }    
    .b-bio__odv {right:0;}
}
.article-neighbor {flex-grow:1;flex-basis:33%;margin-bottom:20px;}
.article-neighbor img {max-width:100%;}

.article-hr {
    height: 1px;
    background: #777;
    border: none;
    margin-bottom: 20px;
}
.article-neighbor-type {
    /* font-family: MrPalkerson,sans-serif; */
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 20px;
    letter-spacing: 2px;
    font-weight: bold;
}
.article-neighbor-title {margin-top:10px;}
.article-neighbor-title a {
    color: #000;
    text-decoration: none;
}


.icon.en {/* background-image:url('/img/icons/gb.png'); */}
.icon.en:before {
    content: '';
    background-image: url(/img/icons/gb.png);
    width: 4em;
    height: 2.7em;
    background-size: 100% 100%;
}
.b-facts__info {padding-bottom:30px;}

/* .b-initiatives__image {height: 100%;} */
.b-initiatives__wrapper {/* padding-top: initial; */}

.titlecolorfff {color:#fff;text-shadow: 0px 0px 5px rgba(0, 0, 0, 1);}
.titlecolor000, .titlecolor {color:#000;text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);}


.b-menu__item:hover > a {border-bottom:1px dashed #a7ccf7;}



.b-menu__item .initiatives-submenu {
    display: none;
    position: absolute;
    left: 0;top:80px;
    background: #fff;
    width: 100%;
    border-bottom:1px solid #777;
    padding: 20px 0;
}
.b-menu__item .initiatives-submenu li {
    /* display: inline-block; */
    margin-bottom: 20px;
    font-size: 18px;
    line-height: normal;
    list-style: none;
    font-size: 28px;
    margin-bottom: 10px;
}
.b-menu__item .initiatives-submenu li a {
    position: relative;
    padding-bottom: 3px;
    color: #000;
    text-decoration: none;
    opacity: .25;
}
.b-menu__item .initiatives-submenu li:hover a {
    opacity: 1;
}
.b-menu__item .initiatives-submenu-ul {
    display: table;
    margin: 0 auto;
}
.b-menu__item:hover .initiatives-submenu {display:block;}

.menu-inits-item .triangle {
    display:none;
    border: 12px solid transparent;
    border-bottom: 12px solid #fff;
    width: 12px;
    height: 12px;
    position: absolute;
    margin-top: -24px;
    margin-left: 40px;
}
.menu-inits-item:hover .triangle {display:block;}


.footer-menu {
    margin-top: 20px;
}
.footer-menu .b-menu__item {
    font-size: 20px;
    margin-bottom: 20px;
}

.onlymain .b-initiatives__image img
{
/*-webkit-filter: blur(2px);
    -moz-filter: blur(2px);
    -o-filter: blur(2px);
    -ms-filter: blur(2px);
    filter: blur(2px);
-webkit-filter: saturate(60%); 
    filter: saturate(60%); 
    -webkit-filter: contrast(0.6);
    filter: contrast(0.6);*/
}

.b-facts__link {
    position: relative;
    top: -23px;
}


@media (max-width: 1023px) {
.b-facts__link {
    top: 0px;
}
.menu-inits-item .triangle{display:none!important;}
.b-menu__item .initiatives-submenu {
    background: none;
    position: static;
    margin-left: 30px;
    border-bottom: 0;
    padding: 0;
}
.b-menu__item .initiatives-submenu-ul {
    display: block;
    margin: 0;
}
.b-menu__item .initiatives-submenu li {
    margin-bottom: 0px;
}
.b-menu__item .initiatives-submenu li a {
    color: #fff;
    opacity: 1;
    font-size: 16px;
    padding-bottom: 0;
    border-bottom:1px solid #777;
}
.b-menu.--opened {min-height:100vh;height:auto;}
.b-footer {
    padding: 15px;
}
.b-footer-insta {display:table-row;}
.b-footer-insta p {
    display: table-cell;
    margin-bottom: 0;
    vertical-align: middle;
    padding-left: 20px;
}
.b-footer-insta span {
    display: table-cell;
    vertical-align: middle;    
}
.b-header {    
    display: flex;
    height: 50px;
    background-color: #46474A;
}
.footer-menu {
    margin-top: 0;
    margin-bottom: 20px;
}
.b-logo img {
    height: 50px;
}
.b-header__lang {
    display: block;
    margin-right: 20px;
}


.b-header__lang.icon.ru:before {
    -webkit-background-size: 5.0em 14.1em;
    background-size: 5.0em 14.1em;
    width: 3.2em;
    height: 2.2em;
        top: 1px;
    position: relative;
}
.icon.en:before {
    width: 3.2em;
    height: 2.2em;
    background-size: 3.2em 2.2em;
}


}



@media (min-width: 1024px) {
.b-menu {position:static;}

.b-menu__list {
    padding: 0px 15px;
}
.b-page-header .b-menu__item > a {
    line-height: 80px;
}


}

.insta {
    background-size: 57px 57px;
}

.btn-page-search {outline:none;}
.search-field {
    display:none;
    border: 1px solid #a7ccf7;
    border-radius: 20px;
    padding: 5px 20px;
    position: relative;
        height: 32px;
}
.search-field input {background: none;border:none;outline:none;color: #a7ccf7;}

.search-field:after {
    content: "\f002";
    font-family: FontAwesome;
    color: #a7ccf7;
    position: absolute;
    top: 7px;
    right: 20px;
}

.source {
    background: #fff;
    padding: 10px;
    display: flex;
    width: 35%;
    border-radius:5px;
}
.source-block-bg-white {background: #fff;}
.source-block-bg-black {background: #000;color:#fff;}
.source-block-bg-black p {color:#fff;}
.source-block-bg-transparent {background: none;/*text-shadow: 0px 0px 5px rgba(255, 255, 255, 1);*/}
.source-block-bg-blue {background:#4a90e2;}
.source-block-bg-blue a {color:#fff;}
.source-img {margin-right:20px;/*width:100%;*/}
.source-img img {max-width:100%;}
.source-text {
    display: flex;
    flex-direction: column;
    justify-content: space-around;
}
.source-text a {text-decoration:none;}
.article-wrapper {padding-top:30px}

.img-copyright {font-style:italic;color:#777;font-size:16px;}



@media (min-width:1024px) {
.footer-menu {display:none;}    

}


.b-initiatives__title.--single-page {
    font-size: 28px;
}
@media (min-width: 1440px) {
.b-initiatives__title.--single-page {
    font-size: 48px;
}
}

.initiative-gradient {position:absolute;width:100%;height:40%;bottom:0;left:0;}

.a-gradient2 {
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ff0000+0,feffff+100 */
background: none; /* Old browsers */
background: -moz-linear-gradient(top,rgba(255, 255, 255, 0) 0%, rgba(243, 242, 242, 1.0) 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, rgba(255, 255, 255, 0) 0%,rgba(243, 242, 242, 1.0) 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%,rgba(243, 242, 242, 1.0) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='rgba(255, 255, 255, 0)', endColorstr='rgba(243, 242, 242, 1.0)',GradientType=0 ); /* IE6-9 */    
}

.b-initiatives__text {background:none;border:none;padding:0;}

.b-articles-item__source {
    /* display: flex; */
    /* flex-direction: column; */
    /* justify-content: space-around; */
    /* line-height: 90px; */
        display: table;
}
.b-articles-item__source-inner {
    display: table-cell;
    vertical-align: middle;
    padding: 10px;
}
.b-articles-item__source img {
    vertical-align: middle;
    object-fit: unset;
    height: auto;
}

.article-item-date {
    font-size: 12px;
    margin-bottom: 10px;
}
.post-content .article-item-date {
    margin-bottom: 40px;
}


.b-initiatives__image img {
    /* height: 100%; */
}


.b-facts-slider {overflow:hidden;}


@media (min-width: 1440px) {
.b-articles-item__desc {
    padding: 15px 20px;
}
}

.b-footer-insta a {
    color: #a7ccf7;
    text-decoration: none;
}

@media (min-width: 768px) {
.b-articles-item {
    height: 350px;
}
.b-articles-item__title {
    margin-bottom: 10px;
}
.b-articles-item:first-of-type .b-articles-item__img {max-height:initial;}

}

.b-facts__info-inner {
    position: sticky;
    top: 0;
}

body {    overflow-x: auto;}
/* .b-bio {overflow-x:hidden;} */

.b-footer {overflow:hidden;}
/* .b-facts {overflow:hidden;} */
.b-articles {overflow:hidden;}

/* стили только для IE10 и IE11 */ 
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) { 
.b-footer-copyright {display:inline-table;}
.b-bio__about {display:inline-table;}
}





