html,
body {
    font-family: 'Roboto';
    margin: 0;
    padding: 0;
    font-size: 16px;
    color: #333333;
    height: 100%;
    scroll-behavior: smooth;
}

html {
    height: 100%;
}

body[data-page="home"] footer {
    background: #f36421;
    color: #ffffff;
    border-color: #cb541e;
}

body[data-page="home"] footer .wrapper .logoWrapper svg path {
    fill: #ffffff;
}

body[data-page="home"] footer .wrapper .snWrapper .links a svg path {
    fill: #ffffff;
}

body[data-page="home"] footer .wrapper .snWrapper .links a:hover svg path {
    fill: rgba(0, 0, 0, 0.3);
}

body[data-page="home"] footer .wrapper .copyright {
    color: #ffffff;
}

body[data-page="home"] .zipl {
    background: #cb541e;
}

body[data-page="home"] .zipl a, body[data-page="home"] .zipl span {
    color: #fff;
}

/*body[data-page="home"] header .donateBtn {*/
/*    color: #333333;*/
/*    background: #f5f5f5;*/
/*}*/

/*body[data-page="home"] header .donateBtn:hover {*/
/*    background: #f2f2f2;*/
/*}*/

/*body[data-page="home"] header .donateBtn:active {*/
/*    background: #f0f0f0;*/
/*}*/

body[data-page="donat"] header {
    background: none;
}

body[data-page="donat"] header .logoWrapper svg path {
    fill: #fff;
}

body[data-page="donat"] header nav ul li a {
    color: #ffffff;
}

body[data-page="donat"] header nav ul li.active a,
body[data-page="donat"] header nav ul li:hover a {
    color: #f36421;
}

body[data-page="donat"] header .donateBtn {
    color: #ffffff;
    background: #292929;
}

body[data-page="donat"] header .donateBtn:hover {
    background: #f36421;
}

body[data-page="donat"] header .donateBtn:active {
    background: #f0f0f0;
}

body[data-page="donat"] .zipl,
body[data-page="donat"] footer {
    width: 100%;
    position: fixed;
}

body[data-page="donat"] .zipl {
    bottom: 0;
    height: 35px;
    background: #292929;
}

body[data-page="donat"] .zipl a, body[data-page="donat"] .zipl span {
    color: #ffffff;
}

body[data-page="donat"] footer {
    bottom: 35px;
    background: transparent;
    border: none;
}

body[data-page="donat"] footer .wrapper .logoWrapper a svg path {
    fill: #fff;
}

body[data-page="donat"] footer .wrapper .snWrapper .links a svg path {
    fill: #fff;
}

body[data-page="donat"] footer .wrapper .copyright {
    color: #ffffff;
}

body[data-page="error"] footer {
    width: 100%;
    position: fixed;
    bottom: 30px;
}

body[data-page="error"] .zipl {
    bottom: 0;
    width: 100%;
    position: fixed;
}

.clearfix {
    clear: both;
}

.left {
    float: left !important;
}

.right {
    float: right !important;
}

.center {
    text-align: center;
}

.fixed {
    position: fixed;
}

.transitionDefault {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

.transitionSlow {
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.borderBox {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

.contentBox {
    -webkit-box-sizing: content-box !important;
    -moz-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

nav,
div,
header,
footer,
section,
input,
a {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
}

h1,
.titleStyle {
    font-size: 30px;
    font-weight: 300;
    color: #555555;
    text-transform: uppercase;
    line-height: 1.25;
}

h1.inverse,
.titleStyle.inverse {
    color: #ffffff;
}

h2 {
    font-size: 24px;
    font-weight: 300;
    color: #555555;
    line-height: 1.25;
}

.btn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 14px;
    font-weight: 300;
    font-style: normal;
    text-decoration: none;
    color: #555555;
    border: 1px solid #555555;
    padding: 11px 24px;
    display: inline-block;
}

.btn:hover {
    color: #cacaca;
    border-color: #cacaca;
}

.btn.inverse {
    color: #ffffff;
    border-color: #ffffff;
}

.btn.inverse:hover {
    color: #cacaca;
    border-color: #cacaca;
}

.bigBtn {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    font-size: 16px;
    font-weight: 500;
    font-style: normal;
    text-decoration: none;
    color: #fff;
    background: #f36421;
    padding: 15px 45px;
    display: inline-block;
}

.bigBtn:hover {
    background: #bf4f1a;
}

header {
    position: fixed;
    height: 60px;
    overflow: hidden;
    width: 100%;
    background: #fbfbfb;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 10;
}

header .menuTrigger {
    display: none;
}

header .logoWrapper {
    display: inline-block;
    padding: 20px;
    position: absolute;
    left: 0;
    top: 0;
}

header .logoWrapper a {
    text-decoration: none;
    display: inline-block;
    vertical-align: middle;
}
header .langSelectWrapper {
    position: absolute;
    right: 220px;
    padding: 20px;
}
header .langSelectWrapper a {
    text-decoration: underline;
}

header .donateBtn {
    position: absolute;
    right: 0;
    top: 0;
    width: 220px;
    text-align: center;
    padding: 15px 0;
}

header .logoWrapper svg {
    height: 20px;
    display: inline-block;
    vertical-align: middle;
    position: relative;
    top: -1px;
}

header .logoWrapper svg path {
    fill: #f36421;
}

header nav {
    display: inline-block;
}

header nav ul {
    padding: 0;
    margin: 0;
    display: inline-block;
    vertical-align: middle;
}

header nav ul li {
    display: inline-block;
    vertical-align: top;
    margin: 15px 20px;
}

header nav ul li a {
    font-size: 16px;
    font-weight: 300;
    line-height: 1.875;
    color: #585858;
    text-decoration: none;
    font-style: normal;
}

header nav ul li:hover a,
header nav ul li.active a {
    color: #f36421;
}

header .donateBtn {
    background: #f36421;
    color: #ffffff;
    margin-left: 50px;
    line-height: 1.875;
}

header .donateBtn:hover {
    background: #cb541e;
}

header .donateBtn:active {
    background: #9e4318;
}

footer {
    background: #ffffff;
    height: 70px;
    color: #333333;
    border-top: 1px solid #f6f6f6;
    border-bottom: 1px solid #f6f6f6;
}

footer .wrapper {
    width: 1040px;
    padding: 18px;
    margin: 0 auto;
    text-align: center;
}

footer .wrapper > div {
    width: 320px;
    display: inline-block;
    vertical-align: middle;
}

footer .wrapper .logoWrapper {
    text-align: left;
    height: 30px;
}

footer .wrapper .logoWrapper svg {
    width: 210px;
    padding: 5px 0;
}

footer .wrapper .logoWrapper svg path {
    fill: #f36421;
}

footer .wrapper .logoWrapper a {
    display: inline-block;
    vertical-align: middle;
}

footer .wrapper .snWrapper {
    text-align: center;
}

footer .wrapper .snWrapper div {
    display: inline-block;
    vertical-align: middle;
}

footer .wrapper .snWrapper .links a {
    display: inline-block;
    height: 24px;
    margin: 4px;
}

footer .wrapper .snWrapper .links a svg {
    width: 24px;
    height: 24px;
}

footer .wrapper .snWrapper .links a svg path {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    fill: #333333;
}

footer .wrapper .snWrapper .links a:hover svg path {
    fill: rgba(0, 0, 0, 0.3);
}

footer .wrapper .copyright {
    text-align: right;
    font-size: 14px;
    color: #333333;
    font-variant: small-caps;
    text-transform: uppercase;
}

footer .wrapper .copyright span {
    display: inline-block;
    vertical-align: middle;
}

.colorFooter {
    background: #f36421;
    color: #ffffff;
    border-color: #cb541e;
}

.colorFooter .wrapper .logoWrapper svg path {
    fill: #ffffff;
}

.colorFooter .wrapper .snWrapper .links a svg path {
    fill: #ffffff;
}

.colorFooter .wrapper .snWrapper .links a:hover svg path {
    fill: rgba(0, 0, 0, 0.3);
}

.colorFooter .wrapper .copyright {
    color: #ffffff;
}

.zipl {
    background: #f6f6f6;
    position: relative;
    text-align: center;
    padding: 8px;
    line-height: 0;
}

.zipl a, .zipl span {
    color: #333333;
    font-size: 12px;
    line-height: 14px;
    font-variant: small-caps;
    text-align: center;
    font-style: normal;
    text-decoration: none;
    text-transform: uppercase;
}

.colorZIPL {
    background: #cb541e;
}

.colorZIPL a {
    color: #fff;
}

section {
    overflow: hidden;
}

section#startPage {
    height: 100%;
    position: relative;
    background-image: url("../img/patern.png");
}

section#startPage .paralaxTr {
    position: absolute;
    width: 100%;
    height: 100%;
    top: -100px;
    -webkit-animation-name: fadeIn;
    -moz-animation-name: fadeIn;
    -o-animation-name: fadeIn;
    animation-name: fadeIn;
    background-repeat: no-repeat;
    background-position: bottom center;
}

section#startPage .paralaxTr.tr1 {
    background-image: url('../img/or_tr.png');
    -webkit-animation-duration: 2s;
    -moz-animation-duration: 2s;
    -o-animation-duration: 2s;
    animation-duration: 2s;
}

section#startPage .paralaxTr.tr2 {
    background-image: url('../img/rd_tr.png');
    -webkit-animation-duration: 1s;
    -moz-animation-duration: 1s;
    -o-animation-duration: 1s;
    animation-duration: 1s;
}

section#startPage .paralaxTr.tr3 {
    background-image: url('../img/yl_tr.png');
    -webkit-animation-duration: 3s;
    -moz-animation-duration: 3s;
    -o-animation-duration: 3s;
    animation-duration: 3s;
}

section#startPage .logoWrapper {
    height: 100%;
    padding-top: 60px;
    padding-bottom: 500px;
    display: table;
    text-align: center;
    width: 100%;
}

section#startPage .logoWrapper .inner {
    display: table-cell;
    vertical-align: middle;
}

section#startPage .logoWrapper .inner img {
    height: 50px;
}

section#startPage .content {
    height: 500px;
    position: absolute;
    bottom: 0;
    width: 100%;
}

section#startPage .content .textWrapper {
    position: relative;
    top: 90px;
    padding-right: 400px;
    text-transform: uppercase;
    text-align: center;
}

section#startPage .content .textWrapper .t1 {
    display: inline-block;
    font-size: 72px;
    color: #444444;
    line-height: 1.014;
}

section#startPage .content .textWrapper .t2 {
    display: inline-block;
    font-size: 24px;
    color: #555555;
    line-height: 1.5;
}

section#startPage .content .imgWrapper {
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    text-align: center;
}

section#startPage .content .imgWrapper img {
    height: 500px;
}

section#info {
    background: #333333;
    padding: 100px 20px;
    background-image: url("../img/patern.png");
    position: relative;
    text-align: center;
}

section#info .topWrapper {
    position: relative;
}

section#info .topWrapper .whoOuter {
    max-width: 470px;
    margin: auto;
}

section#info .topWrapper .whoOuter div {
    font-size: 60px;
    color: #f36421;
    text-transform: uppercase;
}

section#info .topWrapper .whoOuter br {
    display: none;
}

section#info .topWrapper .whiteRect {
    max-width: 470px;
    margin: auto;
}

section#info .topWrapper .whiteRect p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
    text-align: left;
}

section#info .bottomWrapper {
    position: relative;
}

section#info .bottomWrapper .mission {
    font-size: 60px;
    color: #f36421;
    text-transform: uppercase;
    margin-top: 50px;
}

section#info .bottomWrapper .line {
    width: 12px;
    height: 100%;
    background: #f36421;
    position: absolute;
    left: 50%;
    margin-left: 155px;
}

section#info .bottomWrapper .imgWrapper {
    position: absolute;
    left: 50%;
    margin-left: 20px;
    top: 50px;
}

section#info .bottomWrapper .imgWrapper img {
    height: 75px;
}

section#info .bottomWrapper .textWrapper {
    max-width: 470px;
    margin: auto;
    text-align: left;
}

section#info .bottomWrapper .textWrapper p {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    margin: 0;
}

section#about {
    background: #f36421;
    position: relative;
}

section#about .cityBg {
    position: absolute;
    top: 305px;
    left: 50%;
    margin-left: -576px;
    font-weight: bolder;
    font-size: 288px;
    color: rgba(0, 0, 0, 0.149);
    text-transform: uppercase;
}

section#about .projectsWrapper {
    position: relative;
    padding-top: 100px;
    text-align: center;
}

section#about .projectsWrapper .change {
    position: absolute;
    top: 240px;
    left: 50%;
    margin-left: -135px;
}

section#about .projectsWrapper .change div {
    color: #ffffff;
    text-transform: uppercase;
}

section#about .projectsWrapper .change .t1 {
    font-size: 150px;
    line-height: 100px;
    letter-spacing: 10px;
    margin-left: -8px;
}

section#about .projectsWrapper .change .t2 {
    font-size: 60px;
    line-height: 60px;
}

section#about .projectsWrapper .change .t3 {
    font-size: 29px;
    line-height: 32px;
    letter-spacing: 14px;
}

section#about .projectsWrapper .line {
    width: 12px;
    height: 910px;
    background: #ffffff;
    position: absolute;
    left: 50%;
    margin-left: 155px;
    z-index: 2;
}

section#about .projectsWrapper .line .round {
    width: 30px;
    height: 30px;
    background: #ffffff;
    border-radius: 100%;
    position: absolute;
    bottom: -15px;
    left: -9px;
}

section#about .projectsWrapper .imgWrapper {
    position: absolute;
    top: 500px;
    left: 50%;
    margin-left: -375px;
}


section#about .projectsWrapper .btnWrapper .btn {
    border-width: 4px;
}

section#about .projectsWrapper .btnWrapper .btn:hover {
    border-color: #ffffff;
    background: #ffffff;
    color: #f36421;
}

section#about .projectsWrapper .btnWrapper .btn:active {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
}

section#about .authorWrapper {
    margin-top: 100px;
    height: 260px;
    position: relative;
}

section#about .authorWrapper .title {
    position: absolute;
    left: 50%;
    padding: 70px;
    font-size: 48px;
    text-transform: uppercase;
    color: #ffffff;
}

section#about .authorWrapper .title .t2 {
    font-size: 88px;
    line-height: 56px;
}

section#about .authorWrapper .authorInfo {
    position: absolute;
    height: 100%;
    right: 50%;
}

section#about .authorWrapper .authorInfo .imgWrapper {
    position: absolute;
    right: 140px;
    z-index: 3;
    -webkit-border-radius: 100%;
    -moz-border-radius: 100%;
    border-radius: 100%;
    overflow: hidden;
}

section#about .authorWrapper .authorInfo .imgWrapper img {
    width: 220px;
}

section#about .authorWrapper .authorInfo .name {
    position: absolute;
    right: 100px;
    top: 170px;
    font-size: 36px;
    line-height: 32px;
    color: #ffffff;
    z-index: 4;
}

section#about .authorWrapper .authorInfo .round {
    z-index: 2;
    position: absolute;
    top: 90px;
    right: 85px;
    width: 170px;
    height: 170px;
    border: 8px solid #df4212;
    border-radius: 100%;
}

section#about .authorWrapper .line {
    height: 8px;
    background: #df4212;
    width: 525px;
    position: absolute;
    left: 50%;
    top: 130px;
    margin-left: -240px;
}

section#about .experts {
    padding: 100px 0;
    text-align: center;
}

section#about .experts .title {
    font-size: 36px;
    color: #fff;
    margin-bottom: 30px;
}

section#about .experts .person {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    width: 180px;
    margin: 15px;
    text-align: center;
}

section#about .experts .person .imgWrapper {
    width: 180px;
    height: 180px;
    border-radius: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center center;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

section#about .experts .person .name {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
}

section#about .experts .person .pos {
    font-size: 18px;
    font-weight: 300;
}

section#publications {
    padding-top: 60px;
    background-image: url("../img/patern2.png");
}

section#publications .titleWrapper {
    position: relative;
    width: 385px;
    height: 160px;
    text-align: center;
    margin: 180px auto 200px;
}

section#publications .titleWrapper h1 {
    font-size: 36px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    margin-top: 16px;
    margin-bottom: 10px;
    position: relative;
}

section#publications .titleWrapper h2 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin: 0;
}

section#publications .titleWrapper .border {
    position: absolute;
    width: 100%;
    height: 100%;
    border: 6px solid #ebebeb;
}

section#publications .titleWrapper .bookIcon {
    position: relative;
    height: 40px;
    margin-top: -26px;
}

section#publications .titleWrapper .bookBg {
    position: absolute;
    left: -43px;
    top: -80px;
}

section#publications .books {
    width: 960px;
    margin: 0 auto;
}

section#publications .books .bookWrapper {
    padding: 20px;
    position: relative;
    margin-bottom: 100px;
}

section#publications .books .bookWrapper .imgWrapper {
    position: absolute;
    margin-left: 30px;
    margin-top: 30px;
}

section#publications .books .bookWrapper .imgWrapper img {
    width: 250px;
}

section#publications .books .bookWrapper .infoWrapper {
    padding-top: 30px;
    color: #555555;
}

section#publications .books .bookWrapper .infoWrapper > div {
    padding-left: 300px;
}

section#publications .books .bookWrapper .infoWrapper .title {
    font-size: 30px;
    margin-top: 30px;
    margin-bottom: 0;
}

section#publications .books .bookWrapper .infoWrapper .desc {
    font-size: 18px;
    margin: 30px 0;
}

section#publications .books .bookWrapper .infoWrapper .desc p {
    margin: 0;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper {
    background: #fbfbfb;
    padding-left: 300px;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper ul {
    font-size: 14px;
    font-family: "Arial";
    margin: 0;
    padding: 30px 0;
    width: 300px;
    display: inline-block;
    vertical-align: middle;
    margin-right: 25px;
    border-right: 1px solid #ebebeb;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper ul li {
    position: relative;
    padding-left: 12px;
    list-style-type: none;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper ul li:before {
    content: '';
    width: 6px;
    height: 6px;
    position: absolute;
    background: #555555;
    border-radius: 100%;
    left: 1px;
    top: 6px;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper {
    width: 260px;
    display: inline-block;
    vertical-align: middle;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper > div {
    font-weight: 300;
    text-align: center;
    display: table;
    width: 100%;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper > div .inner {
    display: table-cell;
    vertical-align: middle;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price {
    background: #333333;
    font-size: 18px;
    color: #ffffff;
    cursor: pointer;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price .value {
    font-weight: 500;
    margin-left: 8px;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price:hover {
    background: #292929;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price:active {
    background: #222222;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .download {
    font-size: 16px;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .download a {
    color: #333333;
    text-decoration: none;
    font-style: normal;
    line-height: 1;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .download a img {
    height: 25px;
    position: relative;
    top: 5px;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .download a:hover {
    opacity: 0.7;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price:empty {
    display: none;
}

section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper .price:empty + .download {
    height: 100%;
}

section#blog {
    padding-top: 60px;
    background-image: url("../img/patern2.png");
}

section#blog .titleWrapper {
    position: relative;
    text-align: center;
    margin: 180px auto 160px;
    height: 160px;
}

section#blog .titleWrapper h1 {
    position: relative;
    font-size: 36px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    padding-top: 36px;
    margin-bottom: 10px;
}

section#blog .titleWrapper h2 {
    position: relative;
    font-size: 18px;
    color: #333333;
    font-weight: 300;
    margin: 0;
}

section#blog .titleWrapper .rect {
    position: absolute;
    left: 50%;
    margin-left: -55px;
    top: 0;
    border: 6px solid #ebebeb;
    width: 110px;
    height: 160px;
}

section#blog .postsCount {
    font-size: 18px;
    color: #555555;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

section#blog .grants .postWrapper .content a {
    text-decoration: none;
}

section#blog .posts {
    margin-top: 70px;
    margin-bottom: 300px;
}

section#blog .posts .postWrapper {
    margin-bottom: 80px;
    overflow: hidden;
    text-align: center;
    position: relative;
    display: block;
    text-decoration: none;
}

section#blog .posts .postWrapper > div {
    display: inline-block;
    vertical-align: middle;
}

section#blog .posts .postWrapper .imgWrapper {
    width: 200px;
    min-height: 100px;
    background: #e2e2e2;
}

section#blog .posts .postWrapper .imgWrapper img {
    display: block;
    max-width: 100%;
}

section#blog .posts .postWrapper .title {
    font-size: 22px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    margin-bottom: 15px;
}

section#blog .posts .postWrapper .title {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    color: #555555;
    text-decoration: none;
}

section#blog .posts .postWrapper .title:hover {
    opacity: 0.7;
}

section#blog .posts .postWrapper .separator {
    width: 3px;
    margin: 0 30px;
    background: #555555;
    height: 100px;
}

section#blog .posts .postWrapper .content {
    width: 460px;
}

section#blog .posts .postWrapper .content p {
    margin: 0;
    font-size: 14px;
    color: #555555;
    text-align: justify;
    font-weight: 300;
}

section#post {
    padding-top: 60px;
    background-image: url("../img/patern2.png");
}

section#post .titleWrapper {
    position: relative;
    text-align: center;
    margin-top: 160px;
}

section#post .titleWrapper .backToBlog {
    font-size: 18px;
    color: #555555;
    text-decoration: underline;
    font-weight: 300;
}

section#post .titleWrapper h1 {
    position: relative;
    font-size: 24px;
    color: #333333;
    font-weight: 500;
    line-height: 1;
    max-width: 540px;
    margin: 30px auto;
}

section#post .titleWrapper .date {
    font-size: 14px;
    color: #555555;
    font-weight: 300;
}

section#post .contentWrapper {
    width: 920px;
    padding: 0 25px 25px;
    margin: 15px auto 100px;
}

section#post .contentWrapper .content {
    font-size: 18px;
    color: #555555;
    text-align: justify;
    font-weight: 300;
}

section#post .contentWrapper .content p {
    margin: 0;
}

section#post .contentWrapper .content h2 {
    font-size: 18px;
    font-weight: 500;
    margin-top: 30px;
    margin-bottom: 0;
}

section#post .contentWrapper .content img {
    width: 100%;
    margin: 20px auto;
}

section#post .contentWrapper .bottomWrapper {
    border-top: 1px solid rgba(68, 68, 68, 0.09999999999999998);
    margin-top: 25px;
    padding-top: 25px;
    text-align: left;
}

section#post .contentWrapper .bottomWrapper > div {
    display: inline-block;
    vertical-align: middle;
}

section#post .contentWrapper .bottomWrapper .text {
    font-size: 16px;
    color: #555555;
    font-weight: 300;
}

section#post .contentWrapper .bottomWrapper .snWrapper {
    height: 30px;
}

section#post .contentWrapper .bottomWrapper .scrollToTop {
    line-height: 30px;
    font-size: 18px;
    color: #333333;
    text-decoration: underline;
    font-weight: 300;
}

section#projectsTop {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    background-image: url("../img/patern2.png");
}

section#projectsTop .titleWrapper {
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

section#projectsTop .titleWrapper h1 {
    font-size: 72px;
    font-weight: 500;
    color: #333333;
    margin: 0;
}

section#projectsTop .titleWrapper h1 span {
    color: #f36421;
}

section#projectsTop .titleWrapper h2 {
    font-size: 24px;
    color: #333333;
    margin: 0;
}

section#projectsTop .projectBg {
    color: rgba(51, 51, 51, 0.102);
    font-size: 310px;
    font-weight: 300;
    position: absolute;
    left: 50%;
    margin-left: -720px;
    top: 50%;
    margin-top: -175px;
    text-transform: uppercase;
}

section#projectsTop .OdessaBg {
    color: rgba(51, 51, 51, 0.102);
    font-size: 114px;
    font-weight: 300;
    position: absolute;
    left: 0;
    right: 0;
    top: 50%;
    margin-top: 110px;
    text-transform: uppercase;
}

section#projectsTop .bgLine {
    width: 100%;
    height: 100%;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
}

section#projectsTop .bgLine.ln1 {
    background-image: url('../img/or_ln.png');
}

section#projectsTop .bgLine.ln2 {
    background-image: url('../img/rd_ln.png');
}

section#projectsTop .bgLine.ln3 {
    background-image: url('../img/yl_ln.png');
}

section#projectsTop .sculptureTop {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 161px;
}

section#projects {
    position: relative;
    padding: 100px 0;
    background: #333333;
}

section#projects .projectItem {
    margin-bottom: 100px;
}

section#projects .projectItem .projectImg {
    width: 660px;
    margin: auto;
}

section#projects .projectItem .projectImg img {
    position: relative;
    width: 100%;
}

section#projects .projectItem .contentWrapper {
    width: 600px;
    margin: auto;
    margin-top: 30px;
    color: #999;
}

section#projects .projectItem .contentWrapper > div {
    display: inline-block;
    vertical-align: top;
}

section#projects .projectItem .contentWrapper .projectInfo {
    font-weight: 300;
    font-size: 18px;
    position: relative;
}

section#projects .projectItem .contentWrapper .projectInfo .projectTitle {
    margin-bottom: 3px;
}

section#projects .projectItem .contentWrapper .projectInfo .projectTitle a {
    color: #ffffff;
    font-size: 24px;
    text-decoration: none;
}

section#projects .projectItem .contentWrapper .projectInfo .projectDesc p {
    margin: 0;
}

section#projects .projectItem .contentWrapper .projectInfo .projectLink {
    color: #ffffff;
    margin-top: 20px;
    display: inline-block;
}

section#projectTop {
    position: relative;
    height: 100%;
    width: 100%;
    display: table;
    text-align: center;
    padding-top: 60px;
    background: url("../img/projectBg.jpg?v=1");
    background-size: cover;
}

section#projectTop:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.75);
    z-index: 0;
}

section#projectTop:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    background: url('../img/patern.png');
    z-index: 0;
}

section#projectTop .outer {
    display: table-cell;
    vertical-align: middle;
    position: relative;
    z-index: 1;
}

section#projectTop .outer .inner {
    position: relative;
}

section#projectTop .outer .inner .titleWrapper {
    position: relative;
}

section#projectTop .outer .inner .titleWrapper h1 {
    font-size: 72px;
    color: #ffffff;
    margin: 0;
}

section#projectTop .outer .inner .titleWrapper h2 {
    margin: 0;
    font-size: 20px;
    color: #ffffff;
}

section#projectTop .outer .inner .border {
    position: absolute;
    top: -50px;
    left: 0;
    right: 0;
    margin: auto;
    width: 490px;
    height: 260px;
    border: 5px solid rgba(255, 255, 255, 0.09999999999999998);
}

section#projectTop .outer .inner .desc {
    font-size: 18px;
    font-weight: 300;
    color: #ffffff;
    max-width: 420px;
    margin: auto;
    margin-top: 100px;
}

section#projectTop .outer .inner .desc p {
    margin: 0;
}

section#projectTop .scrollDownBtn {
    position: absolute;
    z-index: 1;
    bottom: 50px;
    left: 0;
    right: 0;
}

section#projectTop .scrollDownBtn div img {
    cursor: pointer;
}

section#projectTop .scrollDownBtn .arrow {
    -webkit-transform: rotate(180deg);
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    transform: rotate(180deg);
}

section#projectTop .scrollDownBtn .arrow img {
    height: 15px;
}

section#projectGallery .swiper-container {
    background: #e2e2e2;
}

section#projectGallery .swiper-container .swiper-wrapper .swiper-slide {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    position: relative;
    height: 56vw;
    background-size: cover;
    background-position: center center;
}

section#projectGallery .swiper-container .swiper-wrapper .swiper-slide:not(.swiper-slide-active) {
    opacity: 0.3;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

section#projectGallery .swiper-container .prev,
section#projectGallery .swiper-container .next {
    position: absolute;
    height: 40px;
    top: 50%;
    margin-top: -20px;
    z-index: 3;
    cursor: pointer;
}

section#projectGallery .swiper-container .prev.swiper-button-disabled,
section#projectGallery .swiper-container .next.swiper-button-disabled {
    opacity: 0.3;
    cursor: auto;
}

section#projectGallery .swiper-container .prev svg,
section#projectGallery .swiper-container .next svg {
    height: 30px;
}

section#projectGallery .swiper-container .prev svg polygon,
section#projectGallery .swiper-container .next svg polygon {
    fill: #333333 !important;
}

section#projectGallery .swiper-container .prev {
    left: 3%;
}

section#projectGallery .swiper-container .prev svg {
    -webkit-transform: rotate(-90deg);
    -moz-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    -o-transform: rotate(-90deg);
    transform: rotate(-90deg);
}

section#projectGallery .swiper-container .next {
    right: 3%;
}

section#projectGallery .swiper-container .next svg {
    -webkit-transform: rotate(90deg);
    -moz-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    -o-transform: rotate(90deg);
    transform: rotate(90deg);
}

section#aboutProject {
    padding-top: 50px;
    padding-bottom: 140px;
    background-image: url("../img/patern2.png");
}

section#aboutProject .wrapper {
    width: 960px;
    margin: auto;
}

section#aboutProject .wrapper > div {
    float: left;
    padding: 0 25px;
    font-size: 18px;
    font-weight: 300;
    color: #555555;
}

section#aboutProject .wrapper .content {
    width: 625px;
    text-align: justify;
}

section#aboutProject .wrapper .content p {
    text-indent: 35px;
}

section#aboutProject .wrapper .content .donateWrapper {
    margin-top: 50px;
    padding: 16px;
    border: 3px solid rgba(51, 51, 51, 0.050000000000000044);
    float: right;
    margin-right: -20px;
}

section#aboutProject .wrapper .content .donateWrapper .donateBtn {
    color: #ffffff;
    font-weight: 300;
}

section#aboutProject .wrapper .rightBar {
    width: 335px;
    margin-top: 20px;
    color: #333333;
}

section#aboutProject .wrapper .rightBar p {
    margin: 0;
}

section#aboutUs,
section#projects {
    background-image: url("../img/patern2.png");
    padding-top: 80px;
    padding-bottom: 80px;
}

section#aboutUs .tabs,
section#projects .tabs {
    margin: 0 auto 20px;
    text-align: center;
}

section#aboutUs .tabs > ul,
section#projects .tabs > ul {
    -webkit-box-sizing: border-box !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: inline-block;
    margin: auto;
    padding: 0 15px;
    text-align: center;
    font-size: 18px;
    font-weight: 300;
}

section#aboutUs .tabs > ul li,
section#projects .tabs > ul li {
    display: inline-block;
    list-style-type: none;
    color: #999999;
    cursor: pointer;
    margin: 0 15px;
}

section#aboutUs .tabs > ul li.active,
section#projects .tabs > ul li.active {
    color: #f36421;
}

section#aboutUs .tabs > ul li a,
section#projects .tabs > ul li a {
    text-decoration: none;
    color: #999999;
}

section#aboutUs .tabs > ul li a.active,
section#projects .tabs > ul li a.active {
    color: #f36421;
}

section#aboutUs .tabs > div > div,
section#projects .tabs > div > div {
    margin: auto;
    width: 620px;
    padding: 20px;
    font-size: 18px;
    font-weight: 300;
    color: #555555;
}

section#aboutUs .tabs > div > div h2,
section#projects .tabs > div > div h2 {
    font-size: 36px;
    font-weight: 300;
    color: #545454;
    text-align: center;
    text-transform: uppercase;
    margin: 40px 0;
}

section#aboutUs .tabs > div > div h3,
section#projects .tabs > div > div h3 {
    font-size: 36px;
    font-weight: 500;
    text-align: center;
    margin: 30px 0;
}

section#aboutUs .tabs > div > div ul,
section#projects .tabs > div > div ul {
    list-style: none;
}

section#aboutUs .tabs > div > div ul li,
section#projects .tabs > div > div ul li {
    position: relative;
}

section#aboutUs .tabs > div > div ul li:before,
section#projects .tabs > div > div ul li:before {
    content: "—";
    position: absolute;
    left: -40px;
}

section#aboutUs .tabs > div > div p,
section#projects .tabs > div > div p {
    text-align: justify;
}

section#aboutUs .tabs > div .borderedBlock,
section#projects .tabs > div .borderedBlock {
    margin-top: 40px;
    background: #ffffff;
    border: 1px solid rgba(51, 51, 51, 0.09999999999999998);
}

section#aboutUs .tabs > div .borderedBlock .imgWrapper,
section#projects .tabs > div .borderedBlock .imgWrapper {
    border-right: 1px solid rgba(51, 51, 51, 0.09999999999999998);
    padding: 30px;
}

section#aboutUs .tabs > div .borderedBlock .imgWrapper img.message,
section#projects .tabs > div .borderedBlock .imgWrapper img.message {
    margin-top: 3px;
    height: 24px;
}

section#aboutUs .tabs > div .borderedBlock > div,
section#projects .tabs > div .borderedBlock > div {
    display: inline-block;
    vertical-align: middle;
}

section#aboutUs .tabs > div .borderedBlock .text,
section#projects .tabs > div .borderedBlock .text {
    width: 485px;
    padding: 30px;
    font-size: 16px;
    color: #545454;
}

section#aboutUs .tabs > div .borderedBlock .text a,
section#projects .tabs > div .borderedBlock .text a {
    float: right;
    color: #f36421;
    text-decoration: none;
}

section#aboutUs .tabs > div .vacancy,
section#projects .tabs > div .vacancy {
    width: 960px;
    padding: 10px 0;
}

section#aboutUs .tabs > div .vacancy .jobWrapper,
section#projects .tabs > div .vacancy .jobWrapper {
    font-size: 0;
    width: 100%;
}

section#aboutUs .tabs > div .vacancy .jobWrapper .job,
section#projects .tabs > div .vacancy .jobWrapper .job {
    width: 460px;
    border: 1px solid rgba(51, 51, 51, 0.09999999999999998);
    padding: 40px;
    display: inline-block;
    vertical-align: top;
    margin: 10px;
}

section#aboutUs .tabs > div .vacancy .jobWrapper .job:hover,
section#projects .tabs > div .vacancy .jobWrapper .job:hover {
    border-color: #f36421;
}

section#aboutUs .tabs > div .vacancy .jobWrapper .job .title,
section#projects .tabs > div .vacancy .jobWrapper .job .title {
    color: #f36421;
    font-size: 24px;
    font-weight: 500;
    text-align: center;
}

section#aboutUs .tabs > div .vacancy .jobWrapper .job .desc,
section#projects .tabs > div .vacancy .jobWrapper .job .desc {
    margin-top: 20px;
    height: 130px;
    overflow: hidden;
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
}

section#aboutUs .tabs > div .vacancy .jobWrapper .job .desc p,
section#projects .tabs > div .vacancy .jobWrapper .job .desc p {
    font-weight: 300;
    font-size: 18px;
    margin: 0;
    text-align: left;
}

section#aboutUs .tabs > div .teammate,
section#projects .tabs > div .teammate {
    margin-top: 50px;
    text-align: center;
    color: #545454;
}

section#aboutUs .tabs > div .teammate .name,
section#projects .tabs > div .teammate .name {
    font-size: 24px;
    font-weight: 500;
}

section#aboutUs .tabs > div .teammate .pos,
section#projects .tabs > div .teammate .pos {
    font-size: 18px;
    font-weight: 300;
}

section#aboutUs .tabs > div .teammate.main,
section#projects .tabs > div .teammate.main {
    color: #f36421;
    padding-bottom: 50px;
    border-bottom: 1px solid #c5c5c5;
    max-width: 420px;
    margin: auto;
}

section#aboutUs .tabs > div .teammate.main .name,
section#projects .tabs > div .teammate.main .name {
    text-transform: uppercase;
    font-size: 36px;
}

section#aboutUs .tabs > div #map,
section#projects .tabs > div #map {
    width: 100%;
    height: 380px;
}

section#aboutUs .tabs > div .infoWrapper,
section#projects .tabs > div .infoWrapper {
    margin: 40px auto;
    color: #555555;
    font-weight: 300;
    font-size: 18px;
}

section#aboutUs .tabs > div .infoWrapper .infoBlock,
section#projects .tabs > div .infoWrapper .infoBlock {
    margin-bottom: 24px;
}

section#aboutUs .tabs > div .infoWrapper .infoBlock .title,
section#projects .tabs > div .infoWrapper .infoBlock .title {
    font-weight: 700;
}

section#aboutUs .tabs > div .infoWrapper .infoBlock a,
section#projects .tabs > div .infoWrapper .infoBlock a {
    color: #f36421;
}

section#aboutUs .tabs > div .person,
section#projects .tabs > div .person {
    display: inline-block;
    vertical-align: top;
    color: #545454;
    width: 200px;
    margin: 15px;
    text-align: center;
}

section#aboutUs .tabs > div .person .imgWrapper,
section#projects .tabs > div .person .imgWrapper {
    width: 200px;
    height: 200px;
    border-radius: 100%;
    overflow: hidden;
}

section#aboutUs .tabs > div .person .imgWrapper img,
section#projects .tabs > div .person .imgWrapper img {
    width: 100%;
    min-height: 100%;
}

section#aboutUs .tabs > div .person .name,
section#projects .tabs > div .person .name {
    margin-top: 24px;
    font-size: 24px;
    font-weight: 500;
}

section#aboutUs .tabs > div .person .pos,
section#projects .tabs > div .person .pos {
    font-size: 18px;
    font-weight: 300;
}

section#donat {
    background: #222;
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffffff;
}

section#donat .wrapper {
    display: table-cell;
    vertical-align: middle;
}

section#donat .wrapper h1 {
    font-size: 24px;
    color: #ffffff;
    text-align: center;
    font-weight: 300;
    margin: 0;
}

section#donat .wrapper .inputWrapper {
    margin-top: 80px;
    /* Firefox 19+ */
    /* Firefox 18- */
}

section#donat .wrapper .inputWrapper ::-webkit-input-placeholder {
    color: #ffffff;
}

section#donat .wrapper .inputWrapper ::-moz-placeholder {
    color: #ffffff;
}

section#donat .wrapper .inputWrapper :-moz-placeholder {
    color: #ffffff;
}

section#donat .wrapper .inputWrapper :-ms-input-placeholder {
    color: #ffffff;
}

section#donat .wrapper .inputWrapper input {
    font-size: 36px;
    text-align: center;
    color: #ffffff;
    outline: none;
    background: none;
    border: none;
    border-bottom: 1px solid #ffffff;
}

section#donat .wrapper .indication {
    margin: 18px 0;
    font-size: 0;
}

section#donat .wrapper .indication svg {
    height: 20px;
    margin: 0 3px;
}

section#donat .wrapper .indication svg path,
section#donat .wrapper .indication svg polygon,
section#donat .wrapper .indication svg rect {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    fill: #fff;
}

section#donat .wrapper .indication svg.filled path,
section#donat .wrapper .indication svg.filled polygon,
section#donat .wrapper .indication svg.filled rect {
    fill: #f36421;
}

section#donat .wrapper .donatAction {
    border: none;
    margin-top: 30px;
    color: #ffffff;
    font-weight: 300;
}

section#error {
    display: table;
    width: 100%;
    height: 100%;
    text-align: center;
}

section#error .wrapper {
    display: table-cell;
    vertical-align: middle;
}

section#error .wrapper .plax {
    position: absolute;
    margin: auto;
    width: 100%;
    height: 100%;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background-repeat: no-repeat;
    background-position: center center;
}

.langSelectWrapper {
    display: inline-block;
    vertical-align: middle;
    padding: 0 20px;
}

.langSelectWrapper a img {
    -webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
    transition: all 0.3s;
    display: block;
    height: 24px;
    filter: grayscale(100%);
    -webkit-filter: grayscale(100%);
    -moz-filter: grayscale(100%);
    -ms-filter: grayscale(100%);
    -o-filter: grayscale(100%);
    filter: url(desaturate.svg#greyscale);
    filter: gray;
    -webkit-filter: grayscale(1);
}

.langSelectWrapper a {
    font-size: 12px;
    line-height: 20px;
    color: #f36421;
    text-transform: uppercase;
    color: #999;
}

.langSelectWrapper a + a {
    margin-left: 10px;
}

.langSelectWrapper a img:hover {
    filter: none;
    -webkit-filter: none;
    -moz-filter: none;
    -ms-filter: none;
    -o-filter: none;
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.loader-wrapper {
    left: 0;
    top: 0;
    position: fixed;
    background-color: #333333;
    width: 100%;
    height: 100%;
    z-index: 999;
    opacity: 1;
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    transition: all 1s;
}

.loader-wrapper.hidden {
    opacity: 0;
    visibility: hidden;
}

.loader {
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -75px;
    margin-left: -75px;
    width: 150px;
    height: 150px;
    border-radius: 50%;
    border: 3px solid rgba(255, 255, 255, 0);
}

.spunner {
    border-top-color: #2ca0ec;
    border-bottom-color: #27516d;
    animation: run 3s cubic-bezier(0.73, 0.19, 0.6, 0.67) infinite;
}

.loader:before {
    content: "";
    position: absolute;
    top: 5px;
    left: 5px;
    right: 5px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.spunner:before {
    border-top-color: #ea4b35;
    border-bottom-color: #71332a;
    animation: run 2s cubic-bezier(0.73, 0.19, 0.6, 0.67) infinite;
}

.loader:after {
    content: "";
    position: absolute;
    top: 15px;
    left: 15px;
    right: 15px;
    bottom: 15px;
    border-radius: 50%;
    border: 3px solid transparent;
}

.spunner:after {
    border-top-color: #ffda00;
    border-bottom-color: #79661a;
    animation: run 1.5s cubic-bezier(0.73, 0.19, 0.6, 0.67) infinite;
}

.content iframe {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
}

@keyframes run {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@media all and (max-width: 1279px) {
    header {
        height: auto;
        overflow: inherit;
    }

    header .menuTrigger {
        display: block;
        width: 20px;
        height: 20px;
        background-image: url('../img/menu.svg');
        background-size: contain;
        position: absolute;
        cursor: pointer;
        top: 0;
        bottom: 0;
        margin: auto 12px;
        z-index: 51;
    }

    header .logoWrapper {
        z-index: 10;
        height: 50px;
        width: 100%;
        text-align: right;
        float: none;
        background: #222222;
        padding: 15px;
        position: relative;
        direction: rtl;
    }

    header .logoWrapper svg path {
        fill: #fff;
    }

    header nav {
        -webkit-transition: all 0.3s;
        -moz-transition: all 0.3s;
        transition: all 0.3s;
        z-index: 9;
        position: fixed;
        left: -100%;
        top: 0px;
        height: 100%;
        background: #222222;
        text-align: left;
        padding-top: 90px;
    }

    header nav ul {
        display: block;
    }

    header nav ul li {
        display: block;
        color: #ffffff;
        padding: 10px 30px;
        margin: 0;
    }

    header .langSelectWrapper {
        direction: ltr;
        right: 220px;
        padding: 14px 0;
        z-index: 10;
    }

    section#post .titleWrapper h1 {
        font-size: 24px;
        margin: 15px auto;
    }

    header .donateBtn {
        position: static;
        width: 100%;
        padding: 15px 30px;
        margin: auto;
        text-align: left;
    }

    body.withMenu .menuTrigger {
        background-image: url('../img/close.svg');
    }

    body.withMenu header nav {
        left: 0;
    }
}

@media all and (max-width: 1023px) {
    footer .wrapper {
        width: 100%;
    }

    footer .wrapper .logoWrapper,
    footer .wrapper .copyright {
        display: none;
    }

    footer .wrapper .snWrapper {
        width: 100%;
    }

    section#about .authorWrapper .title {
        padding: 70px 35px;
    }

    section#about .authorWrapper .authorInfo {
        right: 45%;
    }

    section#projects .swiper-container .navBtn.prev {
        margin-left: -368px;
    }

    section#projects .swiper-container .navBtn.next {
        margin-right: -368px;
    }

    section#aboutProject .wrapper {
        width: 100%;
    }

    section#aboutProject .wrapper .content {
        width: 100%;
    }

    section#aboutProject .wrapper .content .donateWrapper {
        text-align: center;
        margin: 12px 0;
        padding: 0;
        border: 0;
        float: none;
        margin-top: 24px;
    }

    section#publications .books {
        width: 100%;
    }

    section#publications .books .bookWrapper .infoWrapper .bottomWrapper ul {
        margin: 0;
    }

    section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper {
        width: auto;
        padding: 12px;
    }

    section#blog .posts .postWrapper .imgWrapper {
        display: block;
        margin: 0 auto 15px;
    }

    section#blog .posts .postWrapper .separator {
        display: none;
    }

    section#blog .posts .postWrapper .title {
        width: 100%;
        text-align: center;
        width: 460px;
    }

    section#aboutUs .tabs,
    section#projects .tabs {
        padding: 0 12px;
    }

    section#aboutUs .tabs > ul,
    section#projects .tabs > ul {
        width: 100%;
    }

    section#aboutUs .tabs > div div.vacancy,
    section#projects .tabs > div div.vacancy {
        width: 100%;
    }

    section#aboutUs .tabs > div div.vacancy .jobWrapper .job,
    section#projects .tabs > div div.vacancy .jobWrapper .job {
        width: 48%;
        margin: 10px 1%;
        padding: 12px;
    }

    section#post .contentWrapper {
        width: 100%;
        padding: 0 12px 12px;
    }
}

@media all and (max-width: 767px) {
    .scrollme,
    .animateme {
        opacity: 1 !important;
        -webkit-transform: none !important;
        -moz-transform: none !important;
        -ms-transform: none !important;
        -o-transform: none !important;
        transform: none !important;
    }

    .zipl span {
        display: block;
    }

    section#startPage {
        height: auto;
        display: none;
    }

    section#startPage .logoWrapper {
        display: none;
        padding-bottom: 0;
        height: auto;
    }

    section#startPage .logoWrapper .inner img {
        width: 100%;
    }

    section#startPage .content {
        position: static;
        height: auto;
        padding: 12px;
    }

    section#startPage .content .textWrapper {
        position: static;
        padding: 0;
        top: 40px;
        display: none;
    }

    section#startPage .content .imgWrapper {
        position: static;
        height: 100%;
    }

    section#info {
        padding: 12px;
    }

    section#info .topWrapper {
        height: auto;
        margin-top: 72px;
    }

    section#info .topWrapper .whoOuter,
    section#info .topWrapper .whiteRect {
        width: 100%;
        position: static;
        background: none;
    }

    section#info .topWrapper .whoOuter {
        height: auto;
    }

    section#info .topWrapper .whoOuter .t1,
    section#info .topWrapper .whoOuter .t2,
    section#info .topWrapper .whoOuter .t3,
    section#info .topWrapper .whoOuter .t4 {
        position: static;
        display: inline-block;
        vertical-align: top;
    }

    section#info .topWrapper .whoOuter .t1 {
        font-size: 40px;
        display: block;
        text-align: center;
    }

    section#info .topWrapper .whoOuter .t1 br {
        display: none;
    }

    section#info .topWrapper .whiteRect {
        padding: 0;
        height: auto;
        border: none;
        margin: 12px auto 0;
    }

    section#info .topWrapper .orangeRect,
    section#info .topWrapper .imgWrapper {
        display: none;
    }

    section#info .bottomWrapper {
        margin-top: 12px;
        height: auto;
        padding-bottom: 12px;
    }

    section#info .bottomWrapper .mission,
    section#info .bottomWrapper .textWrapper {
        width: 100%;
        position: static;
        padding: 0;
        margin: 0 auto;
    }

    section#info .bottomWrapper .textWrapper p {
        text-align: left;
    }

    section#info .bottomWrapper .mission {
        -webkit-transform: none;
        -moz-transform: none;
        -ms-transform: none;
        -o-transform: none;
        transform: none;
        text-align: center;
        margin-top: 48px;
        font-size: 40px;
    }

    section#info .bottomWrapper .line,
    section#info .bottomWrapper .imgWrapper {
        display: none;
    }

    section#about {
        padding-bottom: 48px;
    }

    section#about .cityBg {
        display: none;
    }

    section#about .projectsWrapper {
        height: auto;
        padding: 24px;
    }

    section#about .projectsWrapper .change,
    section#about .projectsWrapper .line {
        display: none;
    }

    section#about .projectsWrapper .btnWrapper {
        position: static;
        margin: 0;
    }

    section#about .projectsWrapper .btnWrapper {
        margin-top: 24px;
    }

    section#about .projectsWrapper .imgWrapper {
        display: none;
    }

    section#about .authorWrapper {
        margin: 0;
        height: auto;
        margin-top: 24px;
    }

    section#about .authorWrapper .line {
        display: none;
    }

    section#about .authorWrapper .title {
        width: 100%;
        position: static;
        padding: 0;
        text-align: center;
    }

    section#about .authorWrapper .title .t1 {
        font-size: 36px;
    }

    section#about .authorWrapper .title .t2 {
        font-size: 64px;
    }

    section#about .authorWrapper .authorInfo {
        margin-top: 48px;
        position: relative;
        right: auto;
        height: auto;
        text-align: center;
    }

    section#about .authorWrapper .authorInfo .imgWrapper {
        position: static;
        width: 200px;
        margin: 0 auto 24px;
    }

    section#about .authorWrapper .authorInfo .imgWrapper img {
        width: 200px;
    }

    section#about .authorWrapper .authorInfo .name {
        position: static;
    }

    section#about .authorWrapper .authorInfo .round {
        display: none;
    }

    section#projectsTop {
        height: auto;
        padding-top: 50px;
    }

    section#projectsTop .titleWrapper {
        padding: 12px 24px;
        height: auto;
    }

    section#projectsTop .titleWrapper h1 {
        font-size: 48px;
    }

    section#projectsTop .projectBg,
    section#projectsTop .OdessaBg,
    section#projectsTop .bgLine,
    section#projectsTop .sculptureTop {
        display: none;
    }

    section#projects {
        padding: 24px 12px;
        padding-top: 70px;
    }

    section#projects .sculptureImg,
    section#projects .line {
        display: none;
    }

    section#projects .projectItem {
        margin-bottom: 50px;
    }

    section#projects .projectItem .projectImg {
        width: 100%;
    }

    section#projects .projectItem .projectImg a {
        display: block;
    }

    section#projects .projectItem .projectImg img {
        width: 100%;
        height: auto;
    }

    section#projects .projectItem .contentWrapper {
        margin-top: 24px;
        width: 100%;
    }

    section#projects .projectItem .contentWrapper .pagination {
        display: none;
    }

    section#projects .projectItem .contentWrapper .projectInfo {
        margin: 0;
        width: 100%;
    }

    section#projects {
        overflow: visible;
    }

    section#projects .swiper-container {
        margin-top: -75px;
    }

    section#projects .swiper-container .navBtn {
        position: static;
        margin: 0 !important;
        display: inline-block;
        margin-top: 0px !important;
        margin-bottom: 45px !important;
        -ms-filter: invert(1);
        filter: invert(1);
    }

    section#projects .swiper-container .navBtn.next {
        float: right;
    }

    section#projectTop {
        height: auto;
    }

    section#projectTop .scrollDownBtn,
    section#projectTop .arrow {
        display: none;
    }

    section#projectTop .outer .inner .titleWrapper h1 {
        font-size: 24px;
        padding: 0 16px;
    }

    section#projectTop .outer .inner .border {
        display: none;
    }

    section#projectTop .outer .inner .desc {
        margin: 24px 0;
        padding: 0 12px;
        width: 100%;
        max-width: 100%;
    }

    section#projectGallery .swiper-container {
        height: auto;
    }

    section#projectGallery .swiper-container .swiper-wrapper {
        height: auto;
    }

    /*section#projectGallery .swiper-container .swiper-wrapper .swiper-slide {*/
    /*    height: 50%;*/
    /*}*/
    section#publications {
        padding: 0 12px;
        padding-top: 60px;
    }

    section#publications .titleWrapper {
        width: 100%;
        margin: 48px 0;
    }

    section#publications .books .bookWrapper {
        margin: 12px;
    }

    section#publications .books .bookWrapper .imgWrapper {
        width: 100%;
        margin: 0;
        position: static;
        text-align: center;
    }

    section#publications .books .bookWrapper .imgWrapper img {
        width: 75%;
    }

    section#publications .books .bookWrapper .infoWrapper {
        padding: 0;
    }

    section#publications .books .bookWrapper .infoWrapper > div {
        padding-left: 0;
    }

    section#publications .books .bookWrapper .infoWrapper .desc {
        margin: 12px 0;
    }

    section#publications .books .bookWrapper .infoWrapper .bottomWrapper {
        padding-left: 0;
    }

    section#publications .books .bookWrapper .infoWrapper .bottomWrapper ul {
        padding: 12px 0;
    }

    section#publications .books .bookWrapper .infoWrapper .bottomWrapper .buyWrapper {
        width: 100%;
        text-align: center;
    }

    section#blog .titleWrapper {
        margin: 48px;
    }

    section#blog .posts {
        margin-top: 24px;
        margin-bottom: 48px;
    }

    section#blog .posts .postWrapper {
        padding: 12px;
        margin-bottom: 12px;
    }

    section#blog .posts .postWrapper .title,
    section#blog .posts .postWrapper .desc {
        width: 100%;
    }

    section#blog .posts .postWrapper .title {
        font-size: 18px;
        margin-bottom: 6px;
    }

    section#blog .posts .postWrapper .content {
        width: 100%;
    }

    section#aboutUs .tabs > ul li,
    section#projects .tabs > ul li {
        margin: 5px 10px;
    }

    section#aboutUs .tabs > div div.vacancy,
    section#projects .tabs > div div.vacancy {
        width: 100%;
    }

    section#aboutUs .tabs > div div.vacancy .jobWrapper .job,
    section#projects .tabs > div div.vacancy .jobWrapper .job {
        width: 100%;
        margin: 6px 0;
    }

    section#aboutUs .tabs > div > div,
    section#projects .tabs > div > div {
        width: 100%;
        padding: 0;
    }

    section#aboutUs .tabs > div > div .borderedBlock,
    section#projects .tabs > div > div .borderedBlock {
        padding: 12px;
    }

    section#aboutUs .tabs > div > div .borderedBlock .imgWrapper,
    section#projects .tabs > div > div .borderedBlock .imgWrapper {
        padding: 0;
        display: inline;
        border: none;
        display: none;
    }

    section#aboutUs .tabs > div > div .borderedBlock .text,
    section#projects .tabs > div > div .borderedBlock .text {
        width: auto;
        display: block;
        padding: 0;
    }

    section#aboutUs .tabs > div > div .borderedBlock .text a,
    section#projects .tabs > div > div .borderedBlock .text a {
        display: block;
        float: none;
    }

    section#aboutProject {
        padding-top: 0;
    }

    body[data-page=donat] {
        background: #222222;
    }

    body[data-page=donat] footer,
    body[data-page=donat] .zipl {
        position: static;
    }

    section#donat {
        height: auto;
        margin-bottom: 48px;
    }

    section#donat .wrapper h1 {
        margin-top: 72px;
        margin-bottom: 12px;
    }

    section#donat .wrapper .inputWrapper input {
        width: 300px;
    }
}

.getGrant {
    position: relative;
    color: #333333;
    font-size: 24px;
    top: 10px;
}

section#post.page .titleWrapper {
    margin-top: 0;
}

section#post {
    min-height: calc(100vh - 130px);
}

.nextProjLink {
    display: inline-block;
    margin-top: 20px;
    color: #f36421;
}

@media all and (max-width: 359px) {
    header .langSelectWrapper{
        right: 180px;
    }
    header .logoWrapper svg{
        height: 16px;
        top: 1px;
    }
}