/*@font-face{*/
    /*font-family: 'Roboto';*/
    /*src:*/
        /*url(../fonts/roboto-bold.woff2) format('woff2');*/
        /*url(../fonts/roboto-bold.woff) format('woff'),*/
        /*url(../fonts/roboto-bold.ttf) format('truetype'),*/
    /*font-weight:bold;*/
    /*font-style:normal*/
/*}*/
/*@font-face{*/
    /*font-family: 'Roboto';*/
    /*src:*/
        /*url(../fonts/roboto-medium.woff2) format('woff2');*/
        /*url(../fonts/roboto-medium.woff) format('woff'),*/
        /*url(../fonts/roboto-medium.ttf) format('truetype'),*/
    /*font-weight:500;*/
    /*font-style:normal*/
/*}*/
/*@font-face{*/
    /*font-family: 'Roboto';*/
    /*src:*/
        /*url(../fonts/roboto-regular.woff2) format('woff2');*/
        /*url(../fonts/roboto-regular.woff) format('woff'),*/
        /*url(../fonts/roboto-regular.ttf) format('truetype'),*/
    /*font-weight:normal;*/
    /*font-style:normal*/
/*}*/

@import url('https://fonts.googleapis.com/css?family=Roboto:400,400i,500,500i,700,700i&subset=cyrillic');

body {
    margin: 0;
    padding: 0;
    font-family: 'Roboto', sans-serif;
    font-size: 16px;
    line-height: 1.5;
    color: #313132;
    min-width: 320px;
}

a {
    transition: all .2s ease;
    color: #006935;
}

a:hover {
    color: #3a683d;
}


h1,
.h1,
h2,
.h2 {
    line-height: 1.2;
    font-weight: bold;
    margin: 0 0 .8em 0;
    padding: 0;
}

h1,
.h1 {
    font-size: 42px;
}

h2,
.h2 {
    font-size: 36px;
}

h3,
.h3 {
    font-size: 28px;
}

@media screen and (max-width: 640px){
    h1,
    .h1 {
        font-size: 26px;
    }

    h2,
    .h2 {
        font-size: 22px;
    }

    h3,
    .h3 {
        font-size: 18px;
    }
}

.bg-grey {
    background: #f5f6fa;
}

.bottom-border {
    border-bottom: 1px solid #dcdde2;
}

.container-fluid {
    max-width: 1170px;
}

.block-header {
    border-bottom: 1px solid #dcdde2;
    background: #ffffff;
    font-size: 13px;
    color: #000000;
    letter-spacing: .1em;
    font-weight: 500;
}

.block-header-inner {
    padding: 20px 0;
}

.header-logo-link {
    float: left;
}

.header-logo {
    height: 40px;
    display: block;
}

.header-logo-link > span {
    display: block;
    letter-spacing: 0;
    font-style: italic;
    font-size: 12px;
    margin-top: 2px;
}

.en .header-logo-link > span {
    margin-left: 7px;
}

.header-logo-link:hover {
    text-decoration: none;
}

.header-languages {
    position: relative;
    float: right;
    margin-top: 12px;
    margin-right: 10px;
    padding: 5px 0;
}

.header-languages-wrapper {
    display: none;
    position: absolute;
    left: -15px;
    top: 29px;
    z-index: 10000;
}

.languages-list {
    border: 1px solid #e3e3e3;
    border-radius: 3px;
    box-sizing: border-box;
    box-shadow: 0 10px 30px 0 rgba(0,0,0,.35);
    background-color: #ffffff;
    list-style: none;
    line-height: 24px;
    margin: 5px 0 0;
    padding: 0 5px;
}

.languages-list:before {
    content: '';
    position: absolute;
    left: 86px;
    top: 0px;
    display: block;
    width: 9px;
    height: 9px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.header-languages:hover .header-languages-wrapper {
    display: block;
}

.languages-list li:first-child {
    border-top: none;
}

.languages-list li {
    padding: 12px 10px 12px 9px;
    border-top: 1px solid #e3e3e3;
}

.languages-list a {
    color: #000000;
    letter-spacing: .025em;
    position: relative;
    line-height: 18px;
    display: block;
}

.languages-list a:hover {
    text-decoration: none;
    color: #006935;
}

.languages-list .active a:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    width: 8px;
    height: 6px;
    margin: auto;
    display: block;
    /*background-image: url(../img/icon-check.svg);*/
    background-size: 100%;
}

.header-languages-selected {
    letter-spacing: 1.3px;
    padding-right: 20px;
    position: relative;
    cursor: pointer;
    text-transform: uppercase;
}

.header-languages-selected:after {
    background: url("../img/icon-dropdown-down.svg") center no-repeat;
    content: '';
    position: absolute;
    display: block;
    width: 6px;
    height: 4px;
    background-size: 100%;
    top: -1px;
    bottom: 0;
    right: 0;
    margin: auto;
}

.header-languages:hover .header-languages-selected:after {
    transform: rotate(180deg);
}

.flag {
    padding-left: 30px;
    position: relative;
}

.flag:before {
    display: block;
    content: '';
    position: absolute;
    background: url("../img/flags.png") left center no-repeat;
    width: 18px;
    height: 18px;
    left: 0;
}

.flag.flag-ru:before {
    background: url("../img/flags.png") left center no-repeat;
}

.flag.flag-en:before {
    background: url("../img/flags.png") right center no-repeat;
}

.flag.flag-cn:before {
    background: url("../img/china_flag.png") center center no-repeat;
}

.block-content {
    padding-top: 25px;
}


.block-footer {
    background: #f5f6fa;
    font-size: 11px;
    color: #131212;;
}

.block-footer-inner {
    padding: 25px 0;
}

.page-blocks-list {
    margin: 0;
    padding: 0;
    list-style: none;
}

.page-blocks-list li {
    margin-bottom: 30px;
}


.page-blocks-list li a {
    display: block;
    position: relative;
    box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
    padding: 70px 50px;
    border-radius: 8px;
    color: #ffffff;
    font-size: 33px;
    font-weight: 500;
    line-height: 1.2;
    text-transform: uppercase;
    overflow: hidden;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 1);
    text-decoration: none;
}

@media screen and (max-width: 960px){
    .page-blocks-list li a {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 22px;
        text-align: left;
    }
}

@media screen and (max-width: 480px){
    .page-blocks-list li a {
        padding-left: 20px;
        padding-right: 20px;
        font-size: 18px;
        text-align: center;
    }
}

.page-blocks-list li a:active {
    text-decoration: none;
}

.block-list-item-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #475566;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    transition: all .3s ease;
    -webkit-filter: contrast(125%);
    filter: contrast(125%);
    transform-origin: 50% 50%;
}

.block-list-item-card-bg-wrapper {
    overflow: hidden;
}

.block-list-item-card-bg {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    background-color: #95c11f;
    -webkit-filter: contrast(125%);
    filter: contrast(125%);
    transform-origin: 50% 50%;
    padding-bottom: 70%;
    position: relative;
    transition: all .3s ease;
}

.block-list-item-card-bg:after {
    display: block;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .17;
    background: #000;
    position: absolute;
    transition: all .3s ease;
}

.block-list-card:hover .block-list-item-card-bg {
    transform: scale(1.05);
}

.block-list-card:hover .block-list-item-card-bg:after {
    text-decoration: none;
    box-shadow: 0 0 40px rgba(0,0,0,.25);
    opacity: .05;
}

.block-list-item-bg:after {
    display: block;
    content: '';
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    opacity: .17;
    background: #000;
    position: absolute;
    transition: all .3s ease;
}

.page-blocks-list li a:hover {
    text-decoration: none;
    box-shadow: 0 0 40px rgba(0,0,0,.25);
}

.page-blocks-list li a:hover,
.page-blocks-list li a:active,
.page-blocks-list li a:active:hover {
    text-decoration: none;
}

.page-blocks-list li a:hover .block-list-item-bg {
    transform: scale(1.05);
}

.page-blocks-list li a:hover .block-list-item-bg:after {
    opacity: .05;
}

.block-list-item-text {
    position: relative;
    z-index: 2;
}

.main-description {
    margin: 60px 0 60px 0;
}

.main-accent {
    color: #006935;
    font-weight: bold;
    font-size: 20px;
    font-style: italic;
}

.city-projects-current {
    padding-bottom: 60px;
}

.city-projects-completed {
    padding-top: 86px;
    background-color: #f5f6fa;
}

@media screen and (max-width: 640px){
    .city-projects-completed {
        padding-top: 40px;
    }

    .city-projects-current {
        padding-bottom: 25px;
    }
}

.block-list-card {
    box-shadow: 0 0 24px 0 rgba(0,0,0,.2);
    background: #ffffff;
    display: block;
    font-size: 18px;
    color: #131212;
    text-decoration: none;
    font-weight: bold;
    position: relative;
    transition: all .3s ease;
    margin-bottom: 30px;
    border-radius: 8px;
    overflow: hidden;
}

.block-list-card:active,
.block-list-card:hover,
.block-list-card:focus {
    text-decoration: none;
    color: #006935;
}

.block-list-item-card-text {
    padding: 17px 20px;
}

.page-blocks {
    margin-bottom: 50px;
}

.city-nav {
    font-size: 14px;
    font-weight: 500;
    color: #262626;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.city-nav a {
    color: #262626;
    float: right;
}

.city-nav a img {
    line-height: 21px;
    margin-top: -2px;
}

.city-nav a.nav-next  img {
    margin-left: 15px;
    margin-right: 0;
}

.city-nav a.nav-prev img {
    margin-right: 15px;
    margin-left: 0;
}

.city-nav a.nav-prev {
    margin-right: 40px;
    float: left;
}

.city-nav a:active,
.city-nav a:hover,
.city-nav a:focus {
    text-decoration: none;
    color: #006935;
}

.city-nav.city-nav-news a {
    float: none;
}

.nav-arrow {
    width: 17px;
    height: 8px;
}

.nav-arrow-top {
    width: 6px;
    margin-right: 15px;
    margin-left: 5px;
    position: relative;
    top: -1px;
}

.block-list-diagram {
    background: #ffffff;
    width: 100px;
    height: 100px;
    border-radius: 100px;
    position: absolute;
    z-index: 5;
    right: 20px;
    top: 50%;
    margin-top: -50px;
    line-height: 100px;
    text-align: center;
    text-shadow: none;
    color: #131212;
    font-weight: bold;
    font-size: 12px;
    transition: all .2s ease-in-out;
}

.page-block-list-city a:hover .block-list-diagram {
    transform: scale(1.05);
}

.circle-diagram {
    margin-left: -10px;
    margin-top: -10px;
    width: 120px;
    height: 120px;
}

.page-blocks-list.page-block-list-city a {
    padding: 70px 350px 70px 50px;
}

@media screen and (max-width: 480px){
    .page-blocks-list.page-block-list-city a {
        padding: 100px 20px 20px 20px;
        font-size: 16px;
        text-align: left;
    }

    .block-list-diagram {
        width: 70px;
        height: 70px;
        margin-top: 0;
        top: 15px;
        left: 20px;
        right: unset;

    }

    .circle-diagram {
        margin-left: -5px;
        margin-top: -5px;
        width: 80px;
        height: 80px;
    }
}

.project-content {
    padding-bottom: 40px;
}

.circle-diagram-big {
    width: 300px;
    height: 300px;
    transform: scale(1.3);
}


.projects-slider-body {
    position: relative;
}

.circle-diagram-big-wrapper {
    border-radius: 100%;
    background-color: #ffffff;
    box-shadow: 2px 2px 9px 0 rgba(0, 0, 0, 0.1);
    width: 120px;
    height: 120px;
    position: absolute;
    right: 30px;
    top: 30px;
    z-index: 1;
}

.circle-diagram-big {
    width: 120px;
    height: 120px;
}

@media all and (max-width: 960px) {
    .circle-diagram-big-wrapper {
        right: 10px;
        top: -145px;
    }
}

@media all and (max-width: 520px) {
    .circle-diagram-big {
        width: 90px;
        height: 90px;
    }

    .circle-diagram-big-wrapper {
        left: 0;
        bottom: -15px;
        top: auto;
        width: 90px;
        height: 90px;
    }
}


.project-slider-header {
    margin-bottom: 26px;
    position: relative;
}

.project-slider-button {
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #999999;
    display: block;
    float: left;
    text-transform: uppercase;
    background: #ffffff;
    position: relative;
    border-radius: 4px;
    border: solid 2px #979797;
    padding: 13px 15px 13px 25px;
    cursor: pointer;
    transition: .2s all ease;
    z-index: 15;
}

.project-slider-header-buttons:after {
    clear: both;
    display: table;
    content: '';
}

.project-slider-header-buttons.active .project-slider-button {
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
    border-color: #ffffff;
}

.project-slider-header-buttons.active .project-slider-button:after {
    content: ' ';
    display: block;
    position: absolute;
    bottom: -8px;
    left: -2px;
    right: -2px;
    height: 10px;
    background: #ffffff;
    z-index: 10;
}

.project-slider-header-buttons.active .project-slider-button .project-slider-caret {
    transform: rotate(180deg);
}

.project-slider-counter {
    display: block;
    font-size: 14px;
    line-height: 1;
    font-weight: 500;
    color: #999999;
    padding: 13px 20px 13px 20px;
    float: left;
}

.project-slider-counter-icon {
    width: 18px;
    height: 16px;
    margin-top: -4px;
    margin-right: 5px;
}

.project-slider-button:hover {
    color: #006935;
}

.project-slider-caret {
    width: 8px;
    height: 4px;
    margin-left: 8px;
    margin-top: -2px;
}

.project-slider-counter-icon {
    width: 18px;
    height: 18px;
}

.project-header-slider-menu {
    position: absolute;
    top: 100%;
    left:0;
    background: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,.5);
    border-radius: 4px;
    padding: 22px 17px;
    display: none;
    z-index: 10;
}

.gallery-menu-item {
    font-size: 16px;
    color: #313132;
    line-height: 2;
    padding: 5px 10px;
    display: block;
    float: left;
    transition: .2s all ease-in-out;
    cursor: pointer;
    height: 42px;
}

.gallery-menu-item:hover {
    color: #95c11f;
}

.gallery-menu-item.active {
    color: #95c11f;
    font-weight: 500;
}

.menu-lg .gallery-menu-item {
    width: 20%;
}

@media screen and (max-width: 1024px){
    .menu-lg .gallery-menu-item {
        width: 25%;
    }
}

@media screen and (max-width: 760px){
    .menu-lg .gallery-menu-item {
        width: 33.33%;
    }
}

@media screen and (max-width: 640px){
    .menu-lg .gallery-menu-item {
        width: 50%;
    }
}

@media screen and (max-width: 480px){
    .menu-lg .gallery-menu-item {
        width: 100%;
    }

    .slider-menu-col {
        width: 100%;
        float: none;
    }
}

.slider-menu-col {
    width: 220px;
    float: left;
}

.slider-menu-col .gallery-menu-item {
    width: 100%;
}

.slick {
    height: 437px;
    overflow: hidden;
    border-radius: 8px;
    margin-bottom: 35px;
}

.slick img {
    display: block;
    width: 100%;
    height: 437px;

}

.project-photo-description {
    color: #313132;
    line-height: 1.6;
    font-size: 16px;
    margin-bottom: 1em;
}

@media screen and (max-width: 1170px){
    .slick {
        height: auto;
        max-height: 437px;
    }

    .slick img {
        height: auto;
    }
}

@media screen and (max-width: 640px){
    .slick {
        margin-bottom: 15px;
    }
}

.slick-arrow {
    width: 40px;
    height: 40px;
    border-radius: 4px;
    background-color: #ffffff;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 14px 6px;
    position: absolute;
    top: 50%;
    margin-top: -20px;
    opacity: .8;
    cursor: pointer;
    transition: .2s all ease;
    z-index: 1;
}

.slick-arrow:hover {
    opacity: 1;
}

.slick-prev {
    background-image: url("/static/lib/img/arrow-left.svg");
    left: 30px;
}

.slick-next {
    background-image: url("/static/lib/img/arrow-right.svg");
    right: 30px;
}

.slick-dots {
    position: absolute;
    z-index: 5;
    bottom: 38px;
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.slick-dots li {
    display: inline-block;
}

.dot {
    display: inline-block;
    width: 8px;
    height: 8px;
    background-color: #ffffff;
    border-radius: 8px;
    margin: 0 6px;
    transition: .5s all ease;
    cursor: pointer;
}

.slick-active .dot {
    transform: scale(1.5);
    background-color: #006935;
}

@media screen and (max-width: 640px){
    .slick-arrow {
        display: none !important;
    }

    .slick-dots {
        bottom: 5px;
    }
}

.yashare {
    text-align: right;
    margin-bottom: 5px;
}

.yashare-description {
    color: #6e6e6e;
    font-size: 14px;
    line-height: 1.2;
    font-weight: 400;
    margin-top: 5px;
}

.news-block-item {
    border-radius: 10px;
    background-color: #ffffff;
    margin-bottom: 30px;
    padding: 35px 30px 50px 30px;
}

.news-block-item h2 {
    font-size: 30px;
}

.news-block-more {
    font-size: 14px;
    text-transform: uppercase;
    font-weight: 500;
    letter-spacing: 1px;
    color: #999999;
    margin-top: 35px;
}

.news-block-item ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news-item-date {
    font-size: 14px;
    font-weight: normal;
    color: #6a6a6a;
    margin-bottom: 6px;
}

.news-item-title {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.5;
    color: #006935;
}

.news-block-item ul li,
.list-news-page li {
    margin-bottom: 22px;
}

.news-block-item ul li:last-child {
    margin-bottom: 0;
}

.list-news-page {
    margin: 0;
    padding: 0;
    list-style: none;
}

.list-news-page li a {
    color: #333333;
}

.list-news-page li a:hover {
    color: #006935;
}

.ajax-pagination-loader {
    color: #006935;
    font-size: 16px;
    font-weight: bold;
    font-style: normal;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 1px;
    margin-top: 40px;
    display: inline-block;
}

.ajax-pagination-loader:hover {
    color: #96bf31;
}

.ajax-pagination-loader img {
    width: 13px;
    height: 14px;
    margin-left: 10px;
    position: relative;
    top: -2px;
}

.news-content {
    margin-bottom: 100px;
}

.news-page-date-block {
    margin-bottom: 2em;
    font-size: 14px;
    font-weight: normal;
    color: #6a6a6a;
}

.news-page-date-block a {
    text-transform: uppercase;
    color: #006935;
    font-weight: bold;
}

.news-content .source {
    margin-top: 20px;
    font-style: italic;
}

.block-project-info {
    padding: 55px 0;
    background-color: #475566;
}

.project-info-column {
    float: left;
}

.project-info-value {
    font-size: 30px;
    font-weight: normal;
    line-height: 1;
    color: #ffffff;
    margin-bottom: .25em;
}

.project-info-title {
    font-size: 16px;
    font-weight: 500;
    color: #b2bbc5;
}

.project-info-column {
    width: 25%;
}

@media screen and (max-width: 1170px){
    .project-info-value {
        line-height: 1.35;
        font-size: 26px;
    }

    .project-info-title {
        font-size: 14px;
    }

    .project-info-column {
        margin-bottom: 30px;
    }

    .block-project-info {
        padding: 40px 0 10px 0;
        background-color: #475566;
    }
}

@media screen and (max-width: 920px){
    .project-info-column {
        width: 50%;
    }
}


@media screen and (max-width: 480px){
    .project-info-column {
        width: 100%;
        float: none;
        text-align: center;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 480px){
    .yashare-description {
        font-size: 11px;
    }
}

.icon-holder {
    background-color: #fff;
    border-radius: 100px;
    background-position: center;
    background-repeat: no-repeat;
    background-size: 50%;
    position: relative;
}

.icon-popover {
    position: absolute;
    background-color: #ffffff;
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.29);
    font-size: 13px;
    line-height: 1;
    color: #757575;
    border-radius: 3px;
    padding: 12px 14px;
    z-index: 4;
    text-align: center;
    transition: all .2s ease-in-out;
    opacity: 0;
    width: 160px;
    bottom: 100%;
    margin-bottom: 0;
    font-weight: normal;
    text-shadow: none;
    text-transform: none;
    display: none;
}

.icon-popover:after {
    content: '';
    position: absolute;
    left: 50%;
    margin-left: -8px;
    top: 100%;
    margin-top: -8px;
    display: block;
    width: 16px;
    height: 16px;
    border-top: 1px solid #e3e3e3;
    border-right: 1px solid #e3e3e3;
    border-radius: 3px;
    background-color: #fff;
    -ms-transform: rotate(-45deg);
    transform: rotate(-225deg);
}

@-webkit-keyframes popover {
    from {
        opacity: 0;
        margin-bottom: 0;
    }
    to {
        opacity: 1;
        margin-bottom: 12px;
    }
}
@keyframes popover {
    from {
        opacity: 0;
        margin-bottom: 0;
    }
    to {
        opacity: 1;
        margin-bottom: 12px;
    }
}

.icon-holder:hover .icon-popover {
    display: table;
    -webkit-animation: popover .2s;
    animation: popover .2s;
    margin-bottom: 12px;
    opacity: 1;
}

.project-content iframe {
    max-width: 100%;
}

.project-icons-project .icon-holder {
    width: 50px;
    height: 50px;
    box-shadow: 1px 2px 7px 0 rgba(0, 0, 0, 0.15);
}

.project-icons-project .project-icons {
    float: right;
}

.project-icons-project .icon-popover {
    margin-left: -55px;
}

@media screen and  (max-width: 992px){
    .project-icons-project .project-icons {
        float: none;
        margin-bottom: 2em;
    }
}

.project-icons-project .project-icons .icon-holder {
    float: left;
    margin-left: 20px;
}

.project-icons-project .project-icons .icon-holder:first-child {
    margin-left: 0;
}

.project-icons-card-small {
    z-index: 1;
    position: absolute;
    top: 20px;
    left: 20px;
}

.project-icons-card-small .icon-holder {
    width: 40px;
    height: 40px;
    float: left;
    margin-right: 12px;
}

.icon_ecology {
    background-image: url("../img/icon-project-eco.svg");
}

.icon_effect {
    background-image: url("../img/icon-project-effect.svg");
}

.icon_podd {
    background-image: url("../img/icon-project-tech.svg");
}

.icon_rost {
    background-image: url("../img/icon-project-rost.svg");
}

.project-icons-card-small .icon-popover {
    top: 100%;
    bottom: unset;
    margin-top: 12px;
    margin-left: 0;
}

.project-icons-card-small .icon-popover:after {
    transform: rotate(-45deg);
    top: 0;
    margin-top: -6px;
    margin-left: -6px;
    width: 12px;
    height: 12px;
    left: 20px;
}

.project-icons-card .icon-holder {
    width: 50px;
    height: 50px;
    float: left;
    margin-left: 20px;
}
.project-icons-card .icon-holder:first-child {
    margin-left: 0;
}

.project-icons-card {
    z-index: 10;
    position: absolute;
    height: 50px;
    top: 50%;
    margin-top: -25px;
    right: 140px;
}

.project-icons-card .icon-popover {
    z-index: 20;
    margin-left: -55px;
}

@media screen and (max-width: 960px){
    .project-icons-card .icon-holder {
        width: 40px;
        height: 40px;
    }

    .project-icons-card {
        z-index: 20;
        position: absolute;
        top: 40px;
        right: unset;
        left: 25px;
    }

    .page-blocks-list.page-block-list-city a {
        padding-left: 25px;
    }

    .project-icons-card .icon-popover {
        top: 100%;
        bottom: unset;
        margin-top: 12px;
        margin-left: 0;
    }

    .project-icons-card .icon-popover:after {
        transform: rotate(-45deg);
        top: 0;
        margin-top: -6px;
        margin-left: -6px;
        width: 12px;
        height: 12px;
        left: 20px;
    }
}

@media screen and (max-width: 480px){
    .project-icons-card .icon-holder {
        width: 32px;
        height: 32px;
        margin-left: 14px;
    }

    .project-icons-card {
        left: unset;
        right: 20px;
    }

    .project-icons-card .icon-popover {
        left: unset;
        right: 0;
    }

    .project-icons-card .icon-popover:after {
        left: unset;
        right: 10px;
    }
}

.project-video {
    padding-bottom: 90px;
}

.project-video.main-video {
    padding-bottom: 20px;
}


.project-video-wrapper {
    overflow: hidden;
    position: relative;

}

.project-video img {
    display: block;
    width: 100%;
    filter: contrast(125%);
    transition: all 5s ease-in-out;
}

.project-video-wrapper:hover img {
    transform: scale(1.1);
}

.project-video-wrapper:before {
    content: '';
    display: block;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    opacity: .3;
    background: #000;
    z-index: 1;
    position: absolute;
    transition: all .2s ease-in-out;
}

.project-video-wrapper:after {
    content: '';
    display: block;
    z-index: 2;
    position: absolute;

    background-color: rgba(149, 193, 31, .8);;
    background-image: url("../img/icon-play.svg");
    background-position: 28px 16px;;
    background-repeat: no-repeat;
    width: 70px;
    height: 70px;

    top: 50%;
    margin-top: -35px;

    left: 50%;
    margin-left: -35px;
    cursor: pointer;

    border-radius: 100px;

    transition: all .2s ease-in-out;
}

.project-video-wrapper:hover:before {
    opacity: .2;
}

.project-video-wrapper:hover:after {
    transform: scale(1.1);
}

.project-video-title {
    position: absolute;
    color: #ffffff;
    z-index: 1;
    width: 100%;
    font-size: 20px;
    padding: 7px 18px;
    background: rgba(48, 48, 48, 0.27);
}

.menu-header {
    list-style: none;
    padding: 0;
    margin: 20px 0 0 80px;
    float: left;
    font-family: 'Roboto', sans-serif;
    font-weight: 500;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.menu-header > li {
    float: left;
    display: block;
    margin-left: 50px;
}

.menu-header > li:first-child {
    margin-left: 0;
}

.menu-header > li > a {
    text-decoration: none;
    color: #000000;
    transition: all .2s ease;
}

.menu-header > li > a:hover,
.menu-header > li.active > a {
    color: #3c8f68;
}

.menu-toggle {
    display: none;
    width: 20px;
    height: 12px;
    content: "";
    background-image: url(../img/menu-bars.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    margin: 17px 0 0 50px;
    cursor: pointer;
    transition: none;
}

@media screen and (max-width: 480px) {
    .header-logo {
        height: 30px;
    }

    .menu-toggle {
        margin-top: 12px;
        margin-left: 35px;
    }

    .header-languages {
        margin-top: 3px;
    }

    .mobile-menu-opened .menu-header {
        top: 83px;
    }

    .header-logo-link > span {
        display: none;
    }
}

@media screen and (max-width: 1170px){
    .menu-header {
        display: none;
    }

    .menu-toggle {
        display: block;
    }

    .mobile-menu-opened .menu-header {
        display: block;
        position: absolute;
        background: #fff;
        top: 94px;
        border-bottom: 1px solid #dcdde2;
        left: 0;
        right: 0;
        z-index: 10;
        margin: 0;
    }

    .mobile-menu-opened .menu-header > li {
        float: none;
        margin-left: 0;
        text-align: center;
        padding: 10px 0;
    }

    .mobile-menu-opened .menu-toggle {
        background-image: url(../img/icon-cross.svg);
    }
}

@media screen and (min-width: 1180px) {
    .page-blocks-list li a {
        height: 200px;
    }

    .block-list-item-text {
        position: absolute;
        height: 200px;
        top: 0;
        right: 350px;
        left: 50px;
        bottom: 0;
    }

    .block-list-item-text > span {
        display: table-cell;
        height: 200px;
        vertical-align: middle;
    }
}


/*.project-news {*/
/*    display: none !important;*/
/*}*/