/* font-family: "PFDinCondensedMedium"; */
@font-face {
    font-family: "PFDinCondensedMedium";
    src: url("./fonts/PFDinCondensedMedium/PFDinCondensedMedium.eot");
    src: url("./fonts/PFDinCondensedMedium/PFDinCondensedMedium.eot?#iefix")format("embedded-opentype"),
    url("./fonts/PFDinCondensedMedium/PFDinCondensedMedium.woff") format("woff"),
    url("./fonts/PFDinCondensedMedium/PFDinCondensedMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "PFDinCondensedRegular"; */
@font-face {
    font-family: "PFDinCondensedRegular";
    src: url("./fonts/PFDinCondensedRegular/PFDinCondensedRegular.eot");
    src: url("./fonts/PFDinCondensedRegular/PFDinCondensedRegular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/PFDinCondensedRegular/PFDinCondensedRegular.woff") format("woff"),
    url("./fonts/PFDinCondensedRegular/PFDinCondensedRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBlack"; */
@font-face {
    font-family: "GothamProBlack";
    src: url("./fonts/GothamProBlack/GothamProBlack.eot");
    src: url("./fonts/GothamProBlack/GothamProBlack.eot?#iefix")format("embedded-opentype"),
    url("./fonts/GothamProBlack/GothamProBlack.woff") format("woff"),
    url("./fonts/GothamProBlack/GothamProBlack.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProRegular"; */
@font-face {
    font-family: "GothamProRegular";
    src: url("./fonts/GothamProRegular/GothamProRegular.eot");
    src: url("./fonts/GothamProRegular/GothamProRegular.eot?#iefix")format("embedded-opentype"),
    url("./fonts/GothamProRegular/GothamProRegular.woff") format("woff"),
    url("./fonts/GothamProRegular/GothamProRegular.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProBold"; */
@font-face {
    font-family: "GothamProBold";
    src: url("./fonts/GothamProBold/GothamProBold.eot");
    src: url("./fonts/GothamProBold/GothamProBold.eot?#iefix")format("embedded-opentype"),
    url("./fonts/GothamProBold/GothamProBold.woff") format("woff"),
    url("./fonts/GothamProBold/GothamProBold.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}
/* font-family: "GothamProMedium"; */
@font-face {
    font-family: "GothamProMedium";
    src: url("./fonts/GothamProMedium/GothamProMedium.eot");
    src: url("./fonts/GothamProMedium/GothamProMedium.eot?#iefix")format("embedded-opentype"),
    url("./fonts/GothamProMedium/GothamProMedium.woff") format("woff"),
    url("./fonts/GothamProMedium/GothamProMedium.ttf") format("truetype");
    font-style: normal;
    font-weight: normal;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-break: break-word;
}

html {
    height: 100%;
}

body {
    min-height: 100%;
    /*height: 100%;*/
    font: 16px 'GothamProRegular';
    color: #000;
    background: #fff;
}

body:after {
    content: 'mobile';
    display: none;
    visibility: hidden;
    height: 0;
}

a {
    color: #1d346f;
    text-decoration: underline;
    font-weight: normal;
}

a:hover {
    color: #3958aa;
    text-decoration: none;
}

h1, h2, h3, h4, h5 {
    font-weight: normal;
}

.assistive-title {
    position: absolute !important;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
}

ul, ol {
    list-style: none;
}

.right {
    float: right;
}

.container {
    position: relative;
    width: 364px;
    margin: 0 auto;
}

header, main, footer{
    width: 100%;
}

.home .wrapper:after,
.support .container:after,
.popup-form .container:after,
.filter:after,
.container:after,
.publication-wrapper:after {
    content: '';
    display: block;
    clear: both;
}

/* Header */

header {
    position: fixed;
    height: 78px;
    z-index: 1000;
}

header > .container {
    width:100%;
    min-width: 480px;
    max-width: 1920px;
    /*position: absolute;*/
    background: #292788;
}

header a {
    font: 14px 'GothamProBlack';
    letter-spacing: 0.1em;
    color: #fff;
    text-transform: uppercase;
    text-decoration: none;
}

header a:hover {
    color: #7f7ebe;
}

header .right > ul, header .right > a {
    float: left;
}

/* logo */

.logo_wrapper {
    float: left;
    height: 100%;
    width: 225px;
    background: #292788;
    padding: 23px 58px 23px 50px;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.logo_wrapper.active {
    background: #383690;
}

#logo {
    display: block;
    height: 32px;
    width: 117px;
    background: url('./img/logo.png') center 0 no-repeat;
    text-indent: -9999px;
}

#logo:hover {
    background: url('./img/logo.png') center -32px no-repeat;
}

#main-menu {
    position: fixed;
    width: 225px;
    padding: 0 10px 23px 50px;
    top: 78px;
    background: #383690;
}

#main-menu li, .mobile-menu li {
    display: block;
    padding: 13px 0;
}

#main-menu li:first-child {
    padding-top: 9px;
}
/* soc-net */

.mobile-menu-btn {
    display: none;
    height: 100%;
    width: 135px;
    background: #383690;
    line-height: 78px;
    text-align: center;
    padding-right: 10px;
}

.mobile-menu-btn a {
    position: relative;
}

.mobile-menu {
    position: fixed;
    display: none;
    width:100%;
    height: auto;
    background: #383690;
    padding: 40px 10px 40px 35px;
    top:78px;
    bottom:0;
}

.soc-net {
    padding: 26px 50px;
    background: #383690;
}

.soc-net li {
    float: left;
}

.soc-net li a {
    display: block;
    margin-right: 44px;
}

.soc-net li:last-child a {
    margin-right: 0;
}

.soc-icon {
    display: block;
    height:26px;
    background: url('./img/soc-icons.png') no-repeat;
}

.soc-icon:hover {
    background-position-y:  -26px;
}

.ico-search {
    background-position: 0 0;
    width: 24px;
}

.ico-twitter {
    background-position: -24px 0;
    width: 27px;
}

.ico-facebook {
    background-position: -51px 0;
    width: 13px;
}

.ico-mail {
    background-position: -64px 0;
    width: 27px;
}

.ico-corruption {
    background-position: -91px 0;
    width: 24px;
}

.ico-down {
    position: absolute;
    width: 14px;
    height: 8px;
    background-position: -115px -32px;
    right: -20px;
    top: 4px;
}

.ico-search-big {
    display: block;
    width: 71px;
    height: 69px;
    background: url('./img/big-search-icon.png') 0 0 no-repeat;
}
/* FF & Opera mini*/

.ico-search:hover {
    background-position: 0 -26px;
}

.ico-twitter:hover {
    background-position: -24px -26px;
}

.ico-facebook:hover {
    background-position: -51px -26px;
}

.ico-mail:hover {
    background-position: -64px -26px;
}

.ico-corruption:hover {
    background-position: -91px -26px;
}

.mobile-menu-btn a:hover .ico-down {
    background-position: -115px -40px;
}

.ico-search-big:hover {
    background-position: 0 -69px;
}

/* change-lang */

.change-lang {
    display: block;
    height: 100%;
    width: 100px;
    text-align: center;
}

.change-lang li {
    display: block;
    height: 27px;
}

.change-lang a,
.change-lang a {
    text-decoration: none;
    text-align: center;
    line-height: 390%;
}

.change-lang a:hover {
    color: #7f7ebe;
}

.change-lang .active {
    color: #7f7ebe;
}

/* support */
.support-btn {
    width: 165px;
    height: 100%;
    background: #f46450;
    text-align: center;
    line-height: 78px;
}

.support-btn:hover {
    background: #ffa956;
    color: #fff;
}


/* .projects-btn */

.projects-btn {
    position: relative;
    display: block;
    height: 78px;
    width: 84px;
}

.projects-btn:after {
    content: '';
    position: absolute;
    display: block;
    height:28px;
    width:33px;
    background: url('./img/gamburger.png') 0 0 no-repeat;
    top: 24px;
    left: 26px;
}
.projects-btn:hover.projects-btn:after {
    background-position: 0 -28px;
}

.close-btn {
    display: block;
    height:26px;
    width:26px;
    background: url('./img/gamburger.png') -33px 0 no-repeat;
}

.close-btn:hover {
    background-position: -33px -28px;
}

/* search-bar */
.search-bar {
    position: fixed;
    width: 100%;
    height: 186px;
    background: #292788;
    z-index: 2000;
}

.search-bar .searchform input[type=text] {
    width: 80%;
    background: transparent;
    color: #fff;
    font-family: 'GothamProRegular', sans-serif;
    font-size: 58px;
    line-height: 186px;
    padding: 0;
    margin: 0;
    outline: 0;
    border: 0;
}
.search-bar .searchform input[type=submit] {
    position: absolute;
    padding: 0;
    outline: 0;
    border: 0;
    text-indent: -9999px;
    top: 55px;
    right: 100px;
}

.search-bar .close-btn {
    position: absolute;
    top: 72px;
    right: 0;
}

/* feedback */

.popup-form {
    position: fixed;
    width: 100%;
    background: #383690;
    color: #fff;
    padding: 60px 0;
    z-index: 2000;
}

.form-btn {
    /*max-width: 196px;*/
    height: 46px;
    font-family: 'GothamProBold', sans-serif;
    font-size: 15px;
    line-height: 46px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #272572;
    border:0;
    outline: 0;
    padding: 0 45px;
}

.popup-form-form input[type=text],
.popup-form-form input[type=email],
.popup-form-form input[type=tel],
.popup-form-form textarea {
    font-family: "GothamProRegular", sans-serif;
    font-size: 18px;
    width:540px;
    height: 46px;
    padding: 0 18px;
    margin-top: 28px;
    border: 0;
    outline: 0;
}

.popup-form-form textarea {
    height:105px;
    max-width: 540px;
    max-height: 200px;
    margin-bottom: 28px;
    padding: 12px 18px;
}

.popup-form-form {
    float: right;
    width: 550px;
    max-width: 550px;
}

.form-btn:hover {
    background: #4744bb;
}

/* support */
.support {
    position: fixed;
    width: 100%;
    background: #f46450;
    color: #fff;
    padding: 60px 0;
    z-index: 2000;
    height: 100%;
}

.support .container:last-child,
.popup-form .container:last-child {
    height: 100%;
    padding-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.mobile-menu {
    padding-right: 10px;
    overflow-y: scroll;
    overflow-x: hidden;
}

.support .container::-webkit-scrollbar,
.mobile-menu::-webkit-scrollbar,
.popup-form .container::-webkit-scrollbar,
.projects::-webkit-scrollbar {
    margin-left:10px;
    width: 4px;
}
.support .container::-webkit-scrollbar-button,
.mobile-menu::-webkit-scrollbar-button,
.popup-form .container::-webkit-scrollbar-button,
.projects::-webkit-scrollbar-button {
    display: none;
}
.support .container::-webkit-scrollbar-thumb,
.mobile-menu::-webkit-scrollbar-thumb,
.popup-form .container::-webkit-scrollbar-thumb,
.projects::-webkit-scrollbar-thumb {
    background-color: rgba(255, 255, 255, 0.50);
    width:4px;
    -webkit-border-radius:10px;
    -moz-border-radius:10px;
    border-radius:10px;
}
.support .container::-webkit-scrollbar-corner,
.mobile-menu::-webkit-scrollbar-corner,
.popup-form .container::-webkit-scrollbar-corner,
.projects::-webkit-scrollbar-corner{
    display: none;
}

.support-text,
.popup-form-text {
    float: left;
    width: 440px;
    padding-bottom: 40px;
}

.support-text h2,
.popup-form-text h2 {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 60px;
    line-height: 100%;
}

.support-text p,
.popup-form-text p {
    font-family: "GothamProMedium", sans-serif;
    font-size: 19px;
    line-height: 126%;
    margin-top: 20px;
}

.support-forms {
    float: right;
    width: 750px;
    max-width: 750px;
}

.support-forms ol {
    list-style: decimal;
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 60px;
}

.support-forms ol li {
    padding-bottom: 40px;
}

.support-forms h3 {
    font-family: "GothamProMedium", sans-serif;
    font-size: 22px;
    line-height: 126%;
    padding-bottom: 20px;
}

.support-forms p {
    font-family: "GothamProRegular", sans-serif;
    font-size: 16px;
    line-height: 137%;
}

#donateform input[type=text],
#donateform input[type=email],
#donateform input[type=number] {
    font-family: "GothamProRegular", sans-serif;
    font-size: 18px;
    width:540px;
    height: 46px;
    padding: 0 18px;
    margin-top: 28px;
    border: 0;
    outline: 0;
}

#donateform input[type=number] {
    width: 230px;
    margin-right: 14px;
    padding: 0 0 0 18px;
}

#donateform input[type=text] {
    width: 285px;
}

#donateform input[type=email] {
    margin-bottom: 28px;
}

.donate-btn {
    width: 254px;
    height: 46px;
    font-family: 'GothamProBold', sans-serif;
    font-size: 15px;
    line-height: 46px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    color: #fff;
    background: #c04d3d;
    border:0;
    outline: 0;
    cursor: pointer;
}

.donate-btn:hover {
    background: #a33c2e;
}

.support .close-btn,
.popup-news .close-btn,
.popup-form .close-btn {
    position: absolute;
    right: -10px;
    top: -43px;
}

/* projects */
.projects {
    position: fixed;
    width: 800px;
    background: #292788;
    color: #9493bc;
    padding: 78px 70px 40px 70px;
    height: 100%;
    right:0;
    z-index: 2000;
    overflow-y: scroll;
    overflow-x: hidden;
    transform: translateX(100%);
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    z-index: -10;
}

.projects .close-btn {
    position: absolute;
    right: 28px;
    top: 17px;
}

.project {
    display: block;
    float: left;
    width: 300px;
    height: 270px;
}

.project:nth-child(even) {
    float: right;
}

.project_img {
    display: table-cell;
    height: 230px;
    width: 300px;
    vertical-align: middle;
}

.project p {
    font-family:'GothamProRegular', sans-serif;
    font-size: 15px;
    color: #9493bc;
    text-transform: none;
    letter-spacing: normal;
    line-height: normal;
}

#main-menu,
.mobile-menu,
.search-bar,
.support,
.popup-form {
    transform: translateY(-100%);
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
    z-index: -10;
}

.search-bar, .support, .popup-form, .projects {
    z-index: 10;
}

#main-menu.show-menu,
.mobile-menu.show-menu,
.search-bar.show-menu,
.support.show-menu,
.popup-form.show-menu {
    transform: translateY(0);
}

.projects.show-menu {
    transform: translateX(0);
}

/* main */

main {
    display: block; /*fix ie*/
    padding-top: 78px;
}

/* popup-news */

.popup-news {
    width: 100%;
    background: #ffa956;
    color: #fff;
    padding: 40px 0;
}

.popup-news.show-menu {
    display: none;
}

.popup-news .close-btn {
    top: 15px;
    z-index:10;
}

.popup-news h2 a,
.title h1 {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 49px;
    line-height: 100%;
    color: #fff;
    text-decoration: none;
    padding-right: 20px;
}

.popup-news h2 a:hover {
    color: rgba(255, 255, 255, 0.50);
}

.title h1 {
    font-size: 59px;
    color: #000;
}

.title span {
    color: #292788;
}

.popup-text {
    max-width: 700px;
    max-height: 0;
    overflow: hidden;
    -moz-transition: all 1s ease-in-out;
    -o-transition: all 1s ease-in-out;
    -ms-transition: all 1s ease-in-out;
    transition: all 1s ease-in-out;
}

.popup-text.show-menu {
    padding: 50px 0 20px 0;
    max-height: 700px;
}

.popup-text-btn {
    position: relative;
    display: block;
    width:160px;
    font-family: "GothamProBlack", sans-serif;
    font-size: 14px;
    color: rgba(255, 255, 255, 0.40);
    text-decoration: none;
    text-transform: uppercase;
    padding-left: 30px;
    margin-top: 30px;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup-text-btn:hover {
    color: #fff;
}

.popup-text-btn:before {
    content: '';
    position: absolute;
    display: block;
    width: 22px;
    height: 14px;
    background: url("./img/filter.png") 0 -45px no-repeat;
    left: 0;
    top: 0;
    opacity: 0.3;
    -moz-transition: all 0.5s ease-in-out;
    -o-transition: all 0.5s ease-in-out;
    -ms-transition: all 0.5s ease-in-out;
    transition: all 0.5s ease-in-out;
}

.popup-text-btn.active:before {
    transform: rotate(180deg);
}

.popup-text-btn:hover:before {
    opacity: 1;
}


/* filter */

.filter {
    height: 60px;
    font-family: "GothamProMedium", sans-serif;
    font-size: 14px;
    letter-spacing: 0.025em;
    line-height: 60px;
    padding: 20px 0;
    box-sizing: content-box;
    overflow: hidden;
}

.filters,
.filters ul,
.filters li,
.filters > a {
    display: inline-block;
    text-align: center;
    text-transform: lowercase;
}

.filter ul a {
    color: #000;
    text-decoration: none;
}

.filters-btn {
    position: relative;
    display: inline-block;
    width: 195px;
    font-family: "GothamProBold", sans-serif;
    font-size: 15px;
    letter-spacing: 0.075em;
    color: #dfdfdf;
    text-decoration: none;
    text-align: right;
    text-transform: uppercase;
    background: #fff;
    padding-right: 35px;
    z-index: 100;
}

.filters-btn:hover {
    color: #989898;
}

.filters-btn:before {
    content: '';
    position: absolute;
    display: block;
    width:22px;
    height:20px;
    background: url("./img/filter.png") 0 0 no-repeat;
    left:0;
    top:20px;
}

.filters-btn:hover:before {
    background: url("./img/filter.png") 0 -20px no-repeat;
}

.filters {
    max-height: 0;
    transform: translateX(-100%);
    -webkit-transition: transform 1s ease-in-out, max-height 0.8s ease-in-out ;
    -moz-transition: transform 1s ease-in-out, max-height 0.8s ease-in-out ;
    -o-transition: transform 1s ease-in-out, max-height 0.8s ease-in-out ;
    -ms-transition: transform 1s ease-in-out, max-height 0.8s ease-in-out ;
    transition: transform 1s ease-in-out, max-height 0.8s ease-in-out ;
    z-index: -10;
}

.filters.show-menu {
    transform: translateX(0);
    max-height: 200px;
}

.filter-tags li {
    margin-right: 5px;
}

.filter-tags li a {
    background: transparent;
}

.filter-tags .active {
    background: #efefef;
}

.filter-types li {
    margin-right: 25px;
}

.filter-types li a{
    position: relative;
}

.filter-types li:first-child a.active:before,
.filter-types li a.active i:before {
    content: '';
    position: absolute;
    display: block;
    width: 35px;
    height:35px;
    padding: 0;
    background: #efefef;
    border-radius: 50px;
    top: -8px;
    left: -7px;
    box-shadow: none;
    z-index: -5;
}

.filter-types li a.active i:after {
    display: none;
}

.slash {
    display: inline-block;
    width: 35px;
    height: 60px;
    background: url("./img/filter.png") -22px 0 no-repeat;
    margin: 0 15px -25px 5px;
}

.home .wrapper {
    margin: 0 -16px;
}

/* article */

.article {
    width: 100%;
    height: auto;
    float: left;
    padding: 28px 16px;
    margin-bottom: 42px;
    z-index:1;
    -webkit-transition: z-index ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    -moz-transition: z-index ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    -o-transition: z-index ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    -ms-transition: z-index ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
    transition: z-index ease-in-out 0.5s, box-shadow ease-in-out 0.5s;
}

.article:hover {
    z-index: 10;
    box-shadow: 0 57px 70px -57px rgba(0, 0, 0, 0.6)

}

.article-none:hover {
    box-shadow: none;
}

.article > div {
    border-top: 4px solid #000;
}

.article-lg, .article-md, .article-sm {
    width: 100%;
}

.article-announce > div {
    border-color: #f46450;
}

.article-vacancy:hover {
    background: #f6f6f6;
}

.vacancy-closed {
    opacity: 0.5;
}


/* post-info */
.post-info {
    height:60px;
    line-height:60px;
}

.post-info .post-type,
.post-info .post-tags,
.post-info .post-date {
    display: inline-block;
}

.post-type {
    margin-right: 15px;
}

.post-type i, .filter-types i {
    display: block;
    background-image: url("./img/post-types.png");
    background-repeat: no-repeat;
    margin-bottom: -6px;
}

.post-type i:hover:before,
.filter-types i:hover:before {
    content: attr(data-title);
    position: absolute;
    color: #000;
    font-family: "GothamProRegular", sans-serif;
    font-size: 14px;
    font-style: normal;
    text-align: center;
    white-space:nowrap;
    line-height:100%;
    background: #fcfcfc;
    padding: 7px 16px;
    top:11px;
    left:16px;
    box-shadow: 0 9px 27px -9px rgba(0, 0, 0, 0.5);
}

.post-type i:hover:after,
.filter-types i:hover:after {
    content: "";
    position: absolute;
    display: block;
    width: 0;
    height: 0;
    border: 10px solid transparent;
    border-top: 8px solid #fcfcfc;
    border-left: none;
    border-bottom: none;
    top:39px;
    left:16px;
}

.filter-types I:hover:before {
    top: -40px;
    left: 0;
}

.filter-types i:hover:after {
    top:-12px;
    left:0;
}

.direct-speech {
    background-position: 0 0;
    width:24px;
    height:25px;
}

.investigation {
    background-position: -24px 0;
    width:32px;
    height:20px;
}

.analytics {
    background-position: -56px 0;
    width:24px;
    height:23px;
}

.announce {
    background-position: -80px 0;
    width:22px;
    height:28px;
}

.direct-speech:hover {
    background-position: 0 -28px;
}
.investigation:hover {
    background-position: -24px -28px;
}
.analytics:hover {
    background-position: -56px -28px;
}
.announce:hover {
    background-position: -80px -28px;
}


.active:hover .direct-speech-sm,
.filter-types .direct-speech-sm {
    background-position: -102px 0;
    width:18px;
    height:18px;
    margin-bottom: -6px;
}

.active:hover .investigation-sm,
.filter-types .investigation-sm {
    background-position: -120px 0;
    width:25px;
    height:15px;
    margin-bottom: -5px;
}

.active:hover .analytics-sm,
.filter-types .analytics-sm {
    background-position: -144px 0;
    width:19px;
    height:17px;
    margin-bottom: -4px;
}

.active:hover .announce-sm,
.filter-types .announce-sm {
    background-position: -163px 0;
    width:17px;
    height:21px;
    margin-bottom: -7px;
}

.direct-speech-sm:hover {
    background-position: -102px -21px;
}
.investigation-sm:hover {
    background-position: -120px -21px;
}
.analytics-sm:hover {
    background-position: -144px -21px;
}
.announce-sm:hover {
    background-position: -163px -21px;
}

.filter-types li a.active .direct-speech-sm:before {
    left:-8px;
}
.filter-types li a.active .investigation-sm:before {
    left: -5px;
    top: -10px;
}
.filter-types li a.active .analytics-sm:before {
    left:-8px;
}
.filter-types li a.active .announce-sm:before {
    left:-7px;
}

.filters li a.active{
    cursor: default;
}

/* post-tags */
.post-tags a,
.filter-tags a,
.filter-tags span{
    font-family: "GothamProMedium", sans-serif;
    font-size: 14px;
    letter-spacing: 0.025em;
    text-align: center;
    color: #000;
    text-decoration: none;
    padding: 3px 9px 5px 9px;

}

.post-tags {
    position: absolute;
}

.post-tags li {
    display: none;
    float: left;
}

.post-tags li:first-child {
    display: inline-block;
}

.post-tags:hover li {
    display: inline-block;
}

.political-corruption,
.filter-tags li span.political-corruption:hover,
article.political-corruption:hover .post-author {
    background: #ffdede;
}
.sanctions,
.filter-tags li span.sanctions:hover,
.article.sanctions:hover .post-author {
    background: #bacef1;
}
.assets,
.filter-tags li span.assets:hover,
.article.assets:hover .post-author {
    background: #baecf1;
}
.medicine,
.filter-tags li span.medicine:hover,
.article.medicine:hover .post-author {
    background: #ffeba3;
}
.tenders,
.filter-tags li span.tenders:hover,
.article.tenders:hover .post-author {
    background: #cff1c3;
}

.political-corruption:hover {
    background: #ff9494;
}
.sanctions:hover {
    background: #8fb0ed;
}
.assets:hover {
    background: #81d3db;
}
.medicine:hover {
    background: #f2d56a;
}
.tenders:hover {
    background: #a9e295;
}

.filter-tags li a.active:hover {
    background: #efefef;
}

.article.political-corruption,
.article.sanctions,
.article.assets,
.article.medicine,
.article.tenders {
    background: #fff;
}

.article.political-corruption:hover {
    background: #ffeeee;
}

.article.sanctions:hover {
    background: #ebf0f9;
}

.article.assets:hover {
    background: #e9fbfd;
}

.article.medicine:hover {
    background: #fff9e3;
}

.article.tenders:hover {
    background: #eefce8;
}


.post-date {
    float: right;
    font-family: 'GothamProBold', sans-serif;
    font-size: 16px;
    color: #d3d3d3;
}

.article h2 {
    margin-bottom: 20px;
}

.article h2 a {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 40px;
    line-height: 100%;
    color: #000;
    text-decoration: none;
    border-bottom: 2px solid transparent;
}

.article h2 a:hover {
    /*border-bottom: 2px solid #D6D6D6;*/
    color: #292788;
}

.article p {
    font-family: "GothamProRegular", sans-serif;
    font-size: 18px;
    line-height:133%;
}

.article .wp-post-image {
    display: block;
    width:100%;
    height: auto;
}

.article .wp-post-image {
    margin-bottom: 20px;
}

.post-author {
    float: left;
    max-height: 0;
    width: 100%;
    line-height: 82px;
    background: #f4f4f4;
    font-size:18px;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.post-author img {
    float: left;
    width: 64px;
    height: 64px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    margin: 9px 20px;
}

.post-author span b {
    font-family: "GothamProBlack", sans-serif;
}

.article-md:hover .post-author,
.article-sm:hover .post-author {
    max-height: 200px;
    margin-top: 36px;
}

.article-lg .post-author {
    max-height: 200px;
    margin-top: 36px;
}

.more-info {
    position: relative;
    font-family: "GothamProMedium",sans-serif;
    font-size: 17px;
    line-height: 139%;
    max-height: 0;
    padding: 0 15px;
    z-index: 10;
    overflow: hidden;
    -webkit-transition: all ease-in-out 0.5s;
    -moz-transition: all ease-in-out 0.5s;
    -o-transition: all ease-in-out 0.5s;
    -ms-transition: all ease-in-out 0.5s;
    transition: all ease-in-out 0.5s;
}

.article:hover .more-info {
    max-height: 200px;
    margin-top: 20px;
    padding: 20px 15px;
}

.more-info.political-corruption,
.more-info.political-corruption:hover {
    background: #ffdede;
}

.more-info.sanctions,
.more-info.sanctions:hover {
    background: #d7e2f6;
}

.more-info.assets,
.more-info.assets:hover {
    background: #d5eef1;
}

.more-info.tenders,
.more-info.tenders:hover {
    background: #dcf5d2;
}

.more-info.medicine,
.more-info.medicine:hover {
    background: #fff1bd;
}


/* .article-lg */

.article-lg h2 {
    width: 50%;
    padding-right: 32px;
    float: left;
    margin: 0;
}

.article-lg h2 a {
    font-size: 49px;
}

.article-lg p {
    width: 50%;
    float: left;
}

/* loadMore */

.loadMore {
    display: block;
    width: 100%;
    height:100px;
    background: #f4f4f4;
    font-family: "PFDinCondensedRegular", sans-serif;
    font-size: 30px;
    line-height: 100px;
    text-align: center;
    text-decoration: none;
    color: #000;
}

.loadMore span {
    position: relative;
}

.icon-load {
    position: absolute;
    display: block;
    width: 43px;
    height:34px;
    background: url("./img/load-more.png") 0 0 no-repeat;
    top: 0;
    left: -50px;
}

.loadMore:hover .icon-load {
    background: url("./img/load-more.png") 0 -34px no-repeat;
}

/* archive */
.title {
    padding:40px 14px;
}

/* publication */
.content {
    margin-top: 40px;
}

.publication-wrapper {
    margin: 0 auto;
    width: 100%;
    padding: 0 40px 50px 40px;
}

.close-publ-btn {
    position: absolute;
    display: block;
    width: 40px;
    height:40px;
    background: #e9e9e9;
    top:0;
    right:0;
}

.close-publ-btn:before {
    position: absolute;
    content: '';
    display: block;
    width: 26px;
    height:26px;
    background: url('./img/gamburger.png') -33px 0 no-repeat;
    top: 6px;
    left: 7px;
}

.close-publ-btn:hover,
.shared:hover {
    background: #f46450;
}

.shared-left {
    position: absolute;
    display: block;
    width: 40px;
    left:0;
    top:72px;
}

.shared {
    display: block;
    width: 40px;
    height:40px;
    background: #e9e9e9;
}

.shared:before {
    width: 21px;
    height:22px;
    top: 9px;
    left: 9px;
    background-position: 0 0;
}

.shared:before,
.shared-twitter:before,
.shared-fb:before,
.shared-google:before,
.shared-pinterest:before {
    position: absolute;
    content: '';
    display: block;
    background: url('./img/soc-icons-publ.png')no-repeat;
}

.soc-shared {
    width:40px;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: all ease-in-out 1s;
    -moz-transition: all ease-in-out 1s;
    -o-transition: all ease-in-out 1s;
    -ms-transition: all ease-in-out 1s;
    transition: all ease-in-out 1s;
}

.soc-shared > a {
    position: relative;
    display: block;
    width: 40px;
    height:40px;
}

.shared-twitter:before {
    width:28px;
    height:23px;
    background-position: -21px 0;
    top:8px;
    left:6px;
}

.shared-fb:before {
    width:22px;
    height:21px;
    background-position: -48px 0;
    top:10px;
    left:9px;
}

.shared-google:before {
    width:24px;
    height:22px;
    background-position: -70px 0;
    top:9px;
    left:8px;
}

.shared-pinterest:before {
    width:24px;
    height:24px;
    background-position: -97px 0;
    top:8px;
    left:8px;
}

.shared-twitter:hover {
    background: #c3dce7;
}

.shared-fb:hover {
    background: #c6ccda;
}

.shared-google:hover {
    background: #eacac6;
}

.shared-pinterest:hover {
    background: #e1c0c2;
}

.shared-left:hover .soc-shared {
    max-height: 200px;
}

.publication {
    position: relative;
    float: left;
    width: 100%;
    background: #f6f6f6;
    padding: 65px 70px 0 70px;
    box-shadow: 0 25px 50px 0px rgba(0, 0, 0, 0.2);
}

.publication h1 {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 50px;
    line-height: 104%;
    margin-bottom: 10px;
}

.publication .post-info {
    margin-bottom: 50px;
}

.publication .post-type,
.publication .post-tags {
    margin-right: 30px;
}

.publication .post-date {
    //float: none;
}

.publication .thumbnail {
    display: block;
    max-width: 985px;
    width:364px;
    height: auto;
    margin: 0 -70px 50px -70px;
}

//.publ-description 



.publ-text {
    max-width: 650px;
    line-height: 138%;
}

.publ-text > p:first-of-type {
    font-family: "GothamProMedium", sans-serif;
    font-size: 19px;
    line-height: 126%;
    color: #000;
    border-left: 1px solid #000;
    padding-left: 17px;
    margin-bottom: 40px;
    padding-bottom: 0 !important;
}

.publ-text h1,
.publ-text h2,
.publ-text h3,
.publ-text h4,
.publ-text h5 {
    font-family: "GothamProBold", sans-serif;
    margin-bottom: 15px;
}

.publ-text h1 {
    font-size: 30px;
    line-height: 120%;
}

.publ-text h2 {
    font-size: 22px;
    line-height: 136%;
}

.publ-text p, .publ-text ul {
    padding-bottom: 30px;
    line-height: 138%;
}

.publ-text ul, .publ-text ol {
    list-style: inherit;
    list-style-position: outside;
    font-family: "GothamProRegular", sans-serif;
    font-size: 16px;
    padding-left: 30px;
}

.publ-text ul {
    list-style: square;
}

.publ-text ul li, .publ-text ol li {
    margin-bottom: 10px;
}

/*.publ-text ul li:before {
    content: "•";
    font-weight: bold;
    color: #292788;
    padding-right: 10px;
} */

.publ-text blockquote {
    font-family: "GothamProMedium", sans-serif;
    font-size: 28px;
    text-align: center;
    margin:20px 0 45px 0;
}

.publ-text blockquote cite {
    display: block;
    font-family: "GothamProBold", sans-serif;
    font-size: 16px;
    font-style: normal;
    color: #c2c2c2;
    padding-top: 25px;
}

.publ-text blockquote:before,
.publ-text blockquote:after {
    content: '';
    display: block;
    width: 260px;;
    margin: 0 auto;
}

.publ-text blockquote:before {
    padding-bottom: 25px;
    border-top: 1px solid #000
}

.publ-text blockquote:after {
    padding-top: 25px;
    border-bottom: 1px solid #000
}

/* shared-bottom */
.shared-bottom {
    height: 64px;
    background: #e9e9e9;
    margin: 65px -70px 0 -70px;
}

.shared-bottom > a {
    position: relative;
    float: left;
    height: 100%;
    width: 63px;
    box-shadow: 1px 0 0 0 #dddddd;
}

.shared-bottom a:hover {
    box-shadow: none;
}

.shared-bottom .shared-twitter:before {
    top: 20px;
    left: 17px;
}

.shared-bottom .shared-fb:before {
    top: 21px;
    left: 20px;
}

.shared-bottom .shared-google:before {
    top: 21px;
    left: 21px;
}

.shared-bottom .shared-pinterest:before {
    top: 20px;
    left: 20px;
}

/* sidebar */
.sidebar {
    display: none;
    float: right;
    width: 370px;
    margin-top: 44px;
}

.sidebar .article {
    margin: 0;
    box-shadow: none;
}

.sidebar .article h2 a {
    font-family: "PFDinCondensedRegular", sans-serif;
    font-size: 30px;
}

/* search-no-results */
.search-no-results,
.error404 {
    height: 100%;
}

.search-no-results main{
    margin-bottom: -50px;
    height: 100%;
}

.search-no-results .title {
    text-align: center;
}

.search-no-results main .container {
    top: 23%;
}

/* error404  */
.error404{
    background: #292788;
}

.error404 main {
    height:100%;
}

section.error-404 {
    height: 100%;
}

.error-text {
    position: relative;
    text-align: center;
    top: 10%;
    padding-bottom: 30px;
}

.error-title {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 119px;
    color: #f46450;
    line-height:83%;
    padding-bottom: 80px;
    transform: rotateY(180deg);
}

.error-text p {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 49px;
    color: #fff;
    padding-bottom: 80px;
}

.error-text li {
    display: inline-block;
    margin-right: 20px;
}

.error-text li:last-child {
    margin-right: 0;
}

.error-text a {
    font-family: "GothamProBlack", sans-serif;
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    border-bottom: 1px solid #5452a0;
    padding-bottom: 5px;
}

.error-text a:hover {
    border-bottom: 1px solid transparent;
}

/* pagination */

.pagination {
    height:100px;
    line-height:100px;
    padding: 0 10px;
}

.pagination li {
    display: inline-block;
}

.pagination li:last-child {
    margin-right: 0;
}

.pagination a,
.pagination span  {
    font-family: "GothamProMedium", sans-serif;
    font-size: 20px;
    color: #292788;
    text-decoration: none;
    margin-right: 30px;
}

.pagination span {
    display: block;
    width: 35px;
    height: 35px;
    background: #efefef;
    color: #000;
    vertical-align: middle;
    text-align: center;
    line-height: 35px;
    border-radius: 50px;
    margin: 0 15px 0 -15px;
}

.pagination a:hover {
    color: #d1d1d1;
}

.next-prev a {
    display: block;
}

.next-prev i {
    background: url("./img/next_prev.png") 0 0 no-repeat;
    display: block;
    width: 81px;
    height:16px;
}

.next-prev a:hover .next-post {
    background-position: 0 -16px;
}

.next-prev .prev-post {
    background-position: 0 -32px;
}

.next-prev a:hover .prev-post {
    background-position: 0 -48px;
}

/* contacts */

.contacts {
    text-align: center;
}

.contacts .wrapper {
    padding-bottom: 110px;
}

.contacts-mail {
    font-family: "PFDinCondensedMedium", sans-serif;
    font-size: 40px;
    padding: 30px 0 75px 0;
}

.contacts-mail a {
    font-family: "PFDinCondensedRegular", sans-serif;
    color: #292788;
    text-decoration: none;
    border-bottom: 2px solid #e9e9f3;
}

.contacts-mail a:hover {
    border-bottom: 2px solid transparent;
}

.fb-page {
    width: 364px;
    margin-right: 30px;
}

.twitter-widget {
    width: 364px;
    display: inline-block;
}

/* footer */
footer {
    height:50px;
    background: #f7f7f7;
    color: #c3c3c3;
    line-height: 50px;
}


@media (min-width: 768px) {
    body:after { content: 'tablet'; }

    .container,
    .publication .thumbnail {
        width: 628px;
    }

    .article-lg {
        width: 100%;
    }

    .article-md {
        width: 100%
    }

    .article-sm {
        width: 50%
    }

}
@media (min-width: 1024px) {
    body:after { content: 'tablet_lg'; }
    .container {
        width: 890px;
    }
    .article-lg {
        width: 100%;
    }

    .article-md {
        width: 66.666667%
    }

    .article-sm {
        width: 33.333333%
    }
    .mobile-menu .change-lang {
        display: none;
    }
    .publication .thumbnail {
        width: 820px;
    }
    .error-title {
        font-size: 229px;
    }
    .error-text li {
        margin-right: 60px;
    }
}
@media (min-width: 1366px) {
    body:after { content: 'desktop'; }
    .container {
        width: 1290px;
    }

    .article-lg {
        width: 75%;
    }

    .article-md {
        width: 50%
    }

    .article-sm {
        width: 25%
    }
    .publication,
    .publication .thumbnail {
        width:795px;
    }
    .sidebar {
        display: block;
    }
}
@media (min-width: 1826px) {
    body:after { content: 'widescreen'; }
    .container {
        width: 1826px;
    }

    .article-lg {
        width: 60%;
    }

    .article-md {
        width: 40%
    }

    .article-sm {
        width: 20%
    }
    .publication,
    .publication .thumbnail {
        width:975px;
    }
    .publication-wrapper {
        width: 1480px;
    }
    .popup-form .container {
        width: 1290px;
    }
}

@media (max-width: 1366px) {
    .support-forms,
    .popup-form-form {
        float: left;
    }
    /*.filters-btn {*/
        /*width: 22px;*/
        /*text-align: left;*/
        /*text-indent: -9999px;*/
    /*}*/
}

@media (max-width: 1024px) {
    .mobile-menu-btn {
        display: block;
    }
    .soc-net, .change-lang  {
        display: none;
    }
    .mobile-menu {
        display: block;
    }
    .mobile-menu .change-lang {
        display: initial;
        width: auto;
    }
    .change-lang li {
        height: auto;
        float: left;
    }
    .change-lang li:first-child {
        margin-right: 30px;
    }
    .searchform {
        width: auto;
        height: 56px;
        background: #464498;
        margin: 10px -10px 0 -35px;
        padding: 0 20px 0 35px;
    }
    .searchform input[type=text] {
        width: 90%;
        background: transparent;
        color: #fff;
        font-family: 'GothamProRegular', sans-serif;
        font-size: 15px;
        line-height: 56px;
        padding: 0;
        margin: 0;
        outline: 0;
        border: 0;
    }
    .searchform input[type=submit] {
        float: right;
        padding: 0;
        margin: 15px 0 0 0;
        outline: 0;
        border: 0;
        text-indent: -9999px;
    }
    .search-bar{
        display: none;
    }
    .support-forms,
    .popup-form-form {
        width:100%;
    }
    .popup-form {
        height:100%;
    }
    .projects {
        width: 100%;
        height:100%;
        padding: 78px 10% 40px 10%;
    }
    .article-lg h2 {
        width: 100%;
        padding-right: 0;
        padding-bottom: 25px;
    }
    .article-lg p {
        width: 100%;
    }
    .filter {
        height:auto;
    }
    .filters-btn, .filters {
        float: left;
    }
    .filters {
        width: 500px;
        text-align: left;
    }
    .slash {
        display: none;
    }
    .filter-types {
        margin-left: 9px;
    }
    .post-author span {
        display: block;
        margin-top: 20px;
        line-height: 130%;
    }
    .publication-wrapper {
        padding: 0 0 50px 0;
    }
    .fb-page {
        margin-right: 0;
    }
    .twitter-widget {
        margin-top: 50px;
    }
}

@media (max-width: 768px) {
    .logo_wrapper {
        width: 180px;
        padding: 23px 36px 23px 27px;
    }
    #main-menu {
        width: 180px;
        padding: 0 10px 23px 30px;
    }
    .support-btn {
        position: relative;
        width: 81px;
        text-indent: -9999px;
    }
    .support-btn:after {
        content: '';
        position: absolute;
        display: block;
        height: 32px;
        width: 25px;
        background: url('./img/soc-icons.png') -115px 0 no-repeat;
        top: 24px;
        left: 26px;
    }
    .support-text,
    .popup-form-text {
        width:100%;
    }
    #donateform input[type=text],
    #donateform input[type=email],
    #donateform input[type=number],
    .popup-form-form input[type=text],
    .popup-form-form input[type=email],
    .popup-form-form input[type=tel],
    .popup-form-form textarea {
        width:100%;
    }
    .projects {
        width: 100%;
        padding: 78px 10% 40px 10%;
    }
    .project:nth-child(even) {
        float: left;
    }
    .filters {
        width: 364px;
    }
    .filter .filter-tags {
        text-align: left;
    }
}
/* wpcf7 */
.wpcf7-not-valid {
    background: #ffe3e3;
}