@media screen and (max-width: 1023px) {
    .content__inner {
        padding-left: 20px;
        padding-right: 20px;
    }
}

@media screen and (max-width: 767px) {
    .h1 {
        font-size: 30px;
        line-height: 36px;
    }

    .h2 {
        font-size: 20px;
        line-height: 26px;
    }
}

@media screen and (max-width: 1023px) {
    .c-table {
        min-width: 800px;
    }

    .c-table__inner {
        position: relative;
        margin-right: -20px;
    }

    .c-table__inner:after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 60px;
        width: 110px;
        background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.09)), to(transparent));
        background-image: linear-gradient(to left, rgba(0, 0, 0, 0.09), transparent);
    }
}

@media screen and (max-width: 767px) {
    .c-table__inner:after {
        width: 50px;
    }
}

@media screen and (max-width: 1023px) {
    .filtr__item {
        padding-left: 10px;
    }
}

@media screen and (max-width: 767px) {
    .filtr__row {
        display: block;
        margin-bottom: 10px;
    }

    .filtr__item {
        margin-bottom: 30px;
    }

    .filtr__title,
  .filtr__clear,
  .filtr__apply {
        display: block;
    }

    .filtr__drop {
        z-index: 5;
    }

    .filtr__title {
        text-align: center;
        margin-bottom: 30px;
        font-size: 22px;
        font-family: 'roboto';
        font-weight: 300;
    }

    .filtr__clear {
        color: #ED3636;
        font-size: 14px;
        font-family: 'roboto';
        font-weight: 300;
        margin-bottom: 40px;
        text-decoration: none;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .filtr__clear:hover {
        color: #f16565;
    }

    .filtr__clear:before {
        content: '';
        display: inline-block;
        width: 10px;
        height: 10px;
        margin-right: 7px;
        background-size: cover;
        background-image: url(../images/static/p-closer.svg);
    }

    .filtr__apply {
        display: inline-block;
        margin: 0 auto;
        text-decoration: none;
        color: #fff;
        background-color: #ED3636;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 18px;
        font-family: 'exo';
        padding: 20px 40px;
        -webkit-transition: background-color .3s;
        transition: background-color .3s;
    }

    .filtr__apply:hover {
        background-color: #dc1414;
    }

    .filtr__bottom {
        display: block;
        text-align: center;
    }
}

@media screen and (max-width: 1279px) {
    .p-row__content {
        width: 100%;
        padding-left: 60px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }
}

@media screen and (max-width: 1023px) {
    .p-row__content {
        padding-left: 30px;
    }
}

@media screen and (max-width: 767px) {
    .p-row {
        display: block;
    }

    .p-row__content {
        padding-top: 50px;
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1279px) {
    .sidebar {
        position: absolute;
        left: -40px;
        top: 0;
        width: 100%;
        height: 100vh;
        max-height: 850px;
        max-width: 450px;
        background-color: #fff;
        padding: 50px 20px;
        margin-top: 0;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        z-index: 11;
        -webkit-transform: translateX(-100%);
        transform: translateX(-100%);
        -webkit-transition: -webkit-transform .4s;
        transition: -webkit-transform .4s;
        transition: transform .4s;
        transition: transform .4s, -webkit-transform .4s;
    }

    .sidebar.is-opened {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidebar.is-fixed {
        position: fixed;
        left: 0;
    }

    .sidebar.to-bottom {
        bottom: 0;
        top: auto;
    }

    .sidebar__bar {
        display: block;
        cursor: pointer;
        position: absolute;
        top: 0;
        right: -40px;
        width: 40px;
        height: 100%;
        background-color: #E6E6E6;
        color: #ED3636;
        font-size: 18px;
        font-family: 'exo';
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-tap-highlight-color: transparent;
    }

    .sidebar__bar:after {
        content: '';
        position: absolute;
        top: calc(50% - 20px);
        right: -30px;
        border: 20px solid transparent;
        border-left: 10px solid #E6E6E6;
    }

    .sidebar__bar-text {
        -webkit-transform: rotate(-90deg);
        transform: rotate(-90deg);
        font-weight: 600;
    }

    .sidebar__inner {
        height: 100%;
        overflow: scroll;
        -webkit-overflow-scrolling: touch;
        padding-right: 20px;
    }

    .sidebar__links.is-active {
        border: none;
    }
}

@media screen and (max-width: 1023px) {
    .sidebar {
        left: -20px;
    }
}

@media screen and (max-width: 767px) {
    .sidebar {
        width: 100vw;
        height: 50px;
        max-width: 100vw;
        padding: 0;
        left: -20px;
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .sidebar.is-opened {
        height: auto;
    }

    .sidebar.is-opened .sidebar__bar-text {
        opacity: 0;
    }

    .sidebar.is-opened .sidebar__bar:before {
        opacity: 1;
    }

    .sidebar.is-opened .sidebar__inner {
        visibility: visible;
        opacity: 1;
        background-color: #fff;
    }

    .sidebar__bar {
        width: 100%;
        height: 40px;
        left: 0;
        height: 50px;
        z-index: 5;
    }

    .sidebar__bar:after {
        right: calc(50% - 15px);
        bottom: -35px;
        top: auto;
        border: 20px solid transparent;
        border-left: 10px solid #E6E6E6;
        -webkit-transform: rotate(90deg);
        transform: rotate(90deg);
    }

    .sidebar__bar:before {
        content: '';
        position: absolute;
        opacity: 0;
        width: 20px;
        height: 20px;
        top: calc(50% - 10px);
        left: calc(50% - 10px);
        background-image: url(../images/static/p-closer.svg);
        background-size: cover;
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .sidebar__bar-text {
        -webkit-transform: rotate(0);
        transform: rotate(0);
        -webkit-transition: opacity .2s;
        transition: opacity .2s;
    }

    .sidebar__inner {
        visibility: hidden;
        opacity: 0;
        padding-left: 30px;
        padding-top: 70px;
        padding-bottom: 60px;
        height: 100vh;
        background-color: transparent;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-transition: opacity .3s, visibility .3s, background-color .3s;
        transition: opacity .3s, visibility .3s, background-color .3s;
    }
}

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

@media screen and (max-width: 767px) {
    .vac__tabs-nav {
        display: block;
        background-color: #fff;
    }

    .vac__tabs-nav-link {
        display: block;
        border: none;
    }

    .vac__tabs-wrapper {
        padding-top: 25px;
    }

    .vac__tabs-nav-top {
        display: block;
        position: relative;
    }

    .vac__tabs-nav-inner {
        position: relative;
    }

    .vac__tabs-nav {
        position: absolute;
        left: 0;
        top: 0;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        background-color: #fff;
        -webkit-box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        box-shadow: 0 0 30px rgba(0, 0, 0, 0.05);
        z-index: 11;
        -webkit-transition: visibility .3s, opacity .3s, -webkit-transform .3s;
        transition: visibility .3s, opacity .3s, -webkit-transform .3s;
        transition: visibility .3s, opacity .3s, transform .3s;
        transition: visibility .3s, opacity .3s, transform .3s, -webkit-transform .3s;
    }

    .vac__tabs-nav.is-visible {
        opacity: 1;
        -webkit-transform: scale(1);
        transform: scale(1);
        visibility: visible;
    }

    .vac__tabs-nav-title {
        font-size: 20px;
        font-family: 'exo';
        line-height: 30px;
        margin-bottom: 5px;
        -webkit-transition: color .3s;
        transition: color .3s;
        cursor: pointer;
    }

    .vac__tabs-nav-title:hover {
        color: #ED3737;
    }

    .vac__tabs-nav-title:after {
        display: inline-block;
        top: 50%;
        right: 0;
        content: '';
        margin-bottom: -3px;
        margin-left: 20px;
        border: 5px solid transparent;
        border-top: 7px solid #ED3737;
        z-index: 5;
    }

    .vac__tabs-nav-cat {
        font-size: 14px;
        font-family: 'roboto';
        font-weight: 100;
        color: #AAA;
    }
}

@media screen and (max-width: 767px) {
    .sert-item {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .sert-item__image {
        -ms-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
    }

    .sert-item__content {
        padding-left: 0;
        padding-right: 0;
    }

    .sert-item__name {
        font-size: 20px;
        line-height: 30px;
        margin-bottom: 20px;
    }

    .sert-item {
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 767px) {
    .p-table {
        margin-bottom: 15px;
        margin-top: 15px;
    }

    .p-table__row {
        padding: 15px;
        font-size: 14px;
    }

    .p-table__name {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .p-slider {
        margin: 30px 0 70px 0;
    }

    .p-slide__controls {
        right: auto;
        left: 0;
        top: 100%;
        width: 100%;
    }
}

/* w-menu */
@media screen and (max-width: 1279px) {
    .w-menu {
        position: absolute;
        top: calc(100% - 50px);
        left: 0;
        opacity: 0;
        visibility: hidden;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        z-index: 5;
        -webkit-transition: 0.4s;
        transition: 0.4s;
        border-bottom-left-radius: 50px;
        border-top-right-radius: 50px;
        -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.125);
        box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.125);
    }

    .w-menu--small {
        left: -15px;
    }

    .w-menu:before, .w-menu:after {
        display: none;
    }

    .w-menu__link {
        margin-right: 0 !important;
        margin-bottom: 20px;
    }

    .w-menu__link:last-child {
        margin-bottom: 0;
    }

    .w-menu-nav {
        -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.25);
        box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.25);
        margin-left: 15px;
        margin-right: 15px;
        display: block;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        width: auto;
        background-color: #fff;
        padding: 30px;
        padding-left: 20px;
        padding-right: 40px;
        position: relative;
        -webkit-box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
        box-shadow: 0px 0px 45px 0 rgba(0, 0, 0, 0.025);
        margin-bottom: 50px;
        font-size: 20px;
        font-family: 'exo';
        color: #000;
        text-decoration: none;
    }

    .w-menu-nav:before, .w-menu-nav:after {
        display: block;
        content: '';
        position: absolute;
        height: 100%;
        width: 15px;
        background-size: 100% 100%;
        background-position: center;
    }

    .w-menu-nav:after {
        background-image: url(../images/static/w-menu__right.png);
        right: -15px;
        top: 0;
    }

    .w-menu-nav:before {
        background-image: url(../images/static/w-menu__left.png);
        left: -15px;
        top: 0;
    }

    .w-menu-nav__icon {
        border-color: #ED3737 transparent transparent transparent;
        position: absolute;
        right: 15px;
        top: 50%;
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 4px 0 4px;
    }
}

/* s-news */
@media screen and (max-width: 1279px) {
    .s-news {
        border: none;
    }

    .s-news__image {
        max-width: 220px;
        max-height: 150px;
    }

    .s-news__about {
        margin-bottom: 25px;
    }

    .s-news__content {
        padding-top: 0;
        padding-bottom: 0;
    }

    .s-news__name {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .s-news {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-news__image {
        max-width: 100%;
        max-height: initial;
        margin: 0 auto;
    }

    .s-news__name {
        font-size: 20px;
    }

    .s-news__content {
        padding: 20px;
    }
}

/* s-book */
@media screen and (max-width: 1279px) {
    .s-book {
        border: none;
    }

    .s-book__image {
        max-width: 180px;
    }
}

@media screen and (max-width: 767px) {
    .s-book {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .s-book__image {
        max-width: 100%;
        max-height: initial;
        margin: 0 auto;
    }

    .s-book__name {
        font-size: 20px;
    }

    .s-book__content {
        padding: 20px;
    }
}

/* gn-item */
@media screen and (max-width: 1279px) {
    .gn-item__image {
        max-width: 115px;
    }
}

@media screen and (max-width: 1023px) {
    .gn-item {
        width: 100%;
    }

    .gn-item__image {
        max-width: 190px;
    }
}

@media screen and (max-width: 767px) {
    .gn-item {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding: 0;
    }

    .gn-item__image {
        margin: 0 auto;
    }

    .gn-item__content {
        margin-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .infobox {
        width: 280px;
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .popup__container {
        padding: 60px 20px;
    }
    .popup__container_book {
        padding: 20px;
    }
}

@media screen and (max-width: 1400px) {
    .i-stat {
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }

    .i-stat__value {
        font-size: 17px;
        margin-bottom: 50px;
        margin-left: 0;
        margin-right: 20px;
    }

    .i-stat__value:before {
        width: 62px;
        height: 70px;
        left: -14px;
        top: -19px;
    }
}

@media screen and (max-width: 767px) {
    .i-stat {
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .i-stat__value {
        margin-left: 20px;
        font-size: 22px;
    }

    .i-stat__value:before {
        width: 78px;
        height: 89px;
        left: -16px;
        top: -25px;
    }

    .i-stat__text {
        text-align: center;
    }
}

@media screen and (max-width: 1400px) {
    .i-building-row {
        padding-right: 0;
    }

    .i-building {
        -moz-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        -o-flex-direction: column-reverse;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        flex-direction: column-reverse;
        -ms-align-items: flex-end;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end;
    }
}

@media screen and (max-width: 1023px) {
    .i-building:nth-child(1) {
        padding-right: 10px;
    }

    .i-building-row {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -moz-flex-direction: row;
        -ms-flex-direction: row;
        -o-flex-direction: row;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        flex-direction: row;
        -ms-align-items: flex-start;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .i-building__text {
        margin-right: 0;
    }

    .i-building__img {
        width: 80px;
        height: 80px;
        margin-bottom: 10px;
    }
}

@media screen and (max-width: 767px) {
    .i-building {
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

    .i-building:nth-child(1) {
        padding-right: 0;
    }

    .i-building__text {
        text-align: center;
    }
}

@media screen and (max-width: 1023px) {
    .i-category {
        padding-right: 0;
        padding-left: 67px;
    }

    .i-category__text {
        font-size: 16px;
    }
}

@media screen and (max-width: 767px) {
    .i-category {
        margin-bottom: 40px;
        padding-left: 70px;
    }

    .i-category:nth-child(2), .i-category:nth-child(3), .i-category:nth-child(4), .i-category:nth-child(5), .i-category:nth-child(6) {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .i-category:before, .i-category:after {
        display: none;
    }

    .i-category__text {
        font-size: 18px;
    }

    .i-category__img {
        left: 0;
        opacity: 1;
    }
}

@media screen and (max-width: 1023px) {
    .i-new {
        margin-right: 0;
        margin-bottom: 20px;
    }

    .i-new__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .i-new {
        margin-top: 20px;
        margin-bottom: 30px;
        text-align: center;
    }
}

@media screen and (max-width: 767px) {
    .bg__image {
        max-height: 800px;
    }

    .bg__image--index {
        display: none;
    }

    .bg__svg--dark:after {
        top: 0;
        background-color: #DFDFDF;
        z-index: -1;
    }
}

@media screen and (max-width: 767px) {
    .pagination {
        -ms-flex-wrap: wrap;
        -o-flex-wrap: wrap;
        flex-wrap: wrap;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .pagination__pages {
        width: 100%;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 30px;
    }

    .pagination__prev {
        -webkit-box-ordinal-group: 11;
        -ms-flex-order: 10;
        order: 10;
        margin-left: 20px;
        margin-right: 20px;
    }

    .pagination__next {
        -webkit-box-ordinal-group: 12;
        -ms-flex-order: 11;
        order: 11;
        margin-left: 20px;
        margin-right: 20px;
    }

    .pagination__page {
        display: none;
    }

    .pagination__page:nth-child(1), .pagination__page:nth-child(2), .pagination__page:nth-child(3), .pagination__page:last-child, .pagination__page:nth-last-child(2) {
        display: block;
    }
}

/* p-video */
@media screen and (max-width: 1279px) {
    .p-video {
        display: none;
    }
}

@media screen and (max-width: 1279px) {
    .news__items {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-bottom: 0;
    }

    .i-news {
        width: 49%;
        margin-bottom: 100px;
    }

    .i-news__content {
        padding: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .i-news {
        width: 100%;
        border: none;
    }
}

@media screen and (max-width: 767px) {
    .news__items {
        margin-left: -20px;
        margin-right: -20px;
    }

    .i-news__image {
        height: 74vw;
        -webkit-transition: -webkit-transform 4s;
        transition: -webkit-transform 4s;
        transition: transform 4s;
        transition: transform 4s, -webkit-transform 4s;
    }

    .i-news__name {
        font-size: 20px;
        line-height: 30px;
    }

    .i-news {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 767px) {
    .r-content {
        margin-left: 0;
        width: 100%;
    }

    .r-content h2 {
        font-size: 20px;
        line-height: 28px;
    }
}

@media screen and (max-width: 767px) {
    .garanty {
        display: block;
    }

    .garanty__title {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 767px) {
    .r-note {
        padding-left: 0;
        padding-right: 0;
    }
}

@media screen and (max-width: 1439px) {
    .side-news {
        display: block;
    }

    .side-news__image {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .side-news {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

@media screen and (max-width: 767px) {
    .side-news {
        display: block;
    }

    .side-news__image {
        width: auto;
        height: auto;
        margin-right: 0;
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 1279px) {
    .i-project__image-wrapper {
        width: 330px;
        -ms-flex-negative: 0;
        flex-shrink: 0;
    }
}

@media screen and (max-width: 1023px) {
    .i-project {
        margin-bottom: 40px;
    }

    .i-project__image-wrapper {
        width: 330px;
    }
}

@media screen and (max-width: 767px) {
    .i-project {
        display: block;
    }

    .i-project__image-wrapper {
        width: 100vw;
        height: 67vw;
    }

    .i-project__content {
        padding: 15px;
    }

    .i-project__name {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .i-project__nav {
        display: block;
    }

    .i-project__date {
        margin-bottom: 15px;
    }
}

@media screen and (max-width: 1279px) {
    .material__link {
        margin-right: 40px;
    }

    .material__content {
        margin-left: 20px;
    }
}

@media screen and (max-width: 1023px) {
    .material {
        width: 100%;
    }

    .material__content {
        margin-left: 40px;
    }
}

@media screen and (max-width: 767px) {
    .material {
        display: block;
        margin-bottom: 50px;
    }

    .material__image {
        margin: 20px auto;
    }

    .material__content {
        margin-left: 0;
    }

    .material__name {
        font-size: 20px;
        line-height: 28px;
        margin-bottom: 20px;
    }

    .material__about {
        font-size: 14px;
        margin-bottom: 30px;
    }
}

/* header */
@media screen and (max-width: 1439px) {
    .header__menu {
        margin-top: 80px;
    }

    .header__search-input {
        width: 525px;
    }

    .header__menu-wrapper {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: #fff;
        z-index: 55;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        -webkit-transition-timing-function: ease-out;
        transition-timing-function: ease-out;
        -webkit-transform: translateX(100%);
        transform: translateX(100%);
        -webkit-overflow-scrolling: touch;
        overflow-y: scroll;
        background-color: #F7F7F7;
        background-image: url(../images/static/NG_Energo_BG_inner.svg);
        background-repeat: no-repeat;
        background-size: cover;
    }

    .header__menu-wrapper.is-active {
        -webkit-transform: translateX(0);
        transform: translateX(0);
    }

    .header__menu {
        background-color: transparent;
        background-image: initial;
        display: block;
    }

    .header__nav {
        margin-left: auto;
        margin-right: 50px;
    }

    .header__hamburger {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        margin-left: 85px;
        cursor: pointer;
        margin-top: 12px;
        position: relative;
        z-index: 100;
    }

    .header__hamburger:hover .header__hamburger-name {
        color: #B91414;
    }

    .header__menu-link {
        color: #000;
    }

    .header__menu-dd {
        margin-top: 30px;
        -webkit-transform: none;
        transform: none;
    }

    .header__menu {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .header__menu-dd-link {
        font-size: 14px;
        margin-bottom: 15px;
    }

    .header__menu-item {
        margin-right: 0;
        margin-bottom: 50px;
        text-align: center;
    }

    .header__menu-item br {
        display: none;
    }

    .header__menu-dd {
        display: none;
        position: static;
        visibility: visible;
        opacity: 1;
        -webkit-box-shadow: none;
        box-shadow: none;
        padding: 0;
    }
}

@media screen and (max-width: 1023px) {
    .header__hamburger {
        margin-left: 0;
    }

    .header__inner {
        padding-left: 25px;
        padding-right: 25px;
    }

    .header__menu-lang {
        display: block;
        position: absolute;
        top: 60px;
        left: 40px;
        margin-left: 0;
    }

    .header__menu-search {
        position: relative;
        display: block;
        width: 70%;
        margin: 0 auto;
        margin-top: 130px;
        margin-bottom: 50px;
    }

    .header__menu-search-input {
        width: 100%;
        border: 1px solid #ECECEC;
        outline: none;
        font-size: 14px;
        color: #aaa;
        font-weight: 100;
        padding: 15px 20px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .header__menu-search-submit {
        position: absolute;
        right: 20px;
        top: 16px;
        display: block;
        padding: 0;
        z-index: 5;
        outline: none;
        width: 16px;
        height: 16px;
        background-image: url(../images/static/search.svg);
        background-position: center;
        background-size: cover;
        border: none;
        background-color: transparent;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        cursor: pointer;
    }

    .header__nav {
        display: none;
    }

    .header__menu-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .header__hamburger.is-active {
        right: 25px;
    }
}

@media screen and (max-width: 767px) {
    .header__menu {
        margin-top: 40px;
    }

    .header__hamburger.is-active {
        right: 25px;
    }

    .header__menu-lang {
        left: 25px;
    }

    .header__menu-contacts {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .header__feedback {
        display: none;
    }

    .header__socios--mobile {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-bottom: 60px;
    }

    .header__socios--mobile .header__socio-link {
        margin-left: 8px;
        margin-right: 8px;
    }
}

@media screen and (max-width: 479px) {
    .header__hamburger {
        margin-top: 0;
    }

    .header__hamburger.is-active {
        right: 15px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
        background-color: #fff;
        top: 30px;
    }

    .header__logo {
        width: 165px;
        height: 45px;
    }
}

/* footer */
@media screen and (max-width: 1279px) {
    .footer__creater {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__cakelabs {
        margin-top: 10px;
    }

    .footer__sitemap {
        margin-bottom: 20px;
    }

    .footer__text {
        max-width: 250px;
    }
}

@media screen and (max-width: 1023px) {
    .footer__inner {
        padding-left: 25px;
        padding-right: 25px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__texts {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__text {
        margin-right: 0;
        max-width: 370px;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .footer__inner {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .footer__copyright {
        margin-bottom: 20px;
        color: #000;
    }

    .footer__text {
        text-align: center;
    }

    .footer__creater {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .footer__desc {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .footer__texts {
        margin-left: 0;
    }

    .footer--index .footer__copyright {
        margin-right: 0;
        color: #000;
    }

    .footer--index .footer__text {
        margin-right: 0;
        text-align: center;
    }

    .footer--index .footer__desc {
        margin-left: 0;
    }
}

@media screen and (max-width: 1279px) {
    .project__main {
        display: block;
    }

    .project__image {
        float: left;
        margin-right: 30px;
        margin-bottom: 30px;
        width: 490px;
    }

    .project__about {
        margin-left: 0;
    }

    .project__stages-wrapper {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .project__stages-stage {
        width: 50%;
        -ms-flex-negative: 0;
        flex-shrink: 0;
        padding-right: 10px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 75px;
    }

    .project__stages {
        margin-bottom: 0;
    }

    .project__about-descr:before {
        display: block;
        clear: both;
        content: '';
    }

    .projects__filter-title,
  .projects__filter-name {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .project__gallery-slider-nav-item {
        height: 85px;
    }

    .project__gallery-slider-nav {
        margin-bottom: 20px;
        margin-top: 20px;
    }

    .project__image {
        float: none;
    }

    .project__stages-stage {
        width: 100%;
        padding-right: 0;
    }
}

@media screen and (max-width: 767px) {
    .project__gallery-slider-nav.owl-carousel.owl-loaded {
        display: none;
    }

    .project__gallery-slider {
        padding-left: 0;
        padding-right: 0;
    }

    .project__gallery-slider .owl-nav {
        top: calc(100% + 20px);
        margin-top: 0;
    }

    .project__gallery-slider .owl-prev,
    .project__gallery-slider .owl-next {
        width: 25px;
        height: 49px;
    }

    .project__gallery-slider .owl-prev {
        left: 0;
    }

    .project__gallery-slider .owl-next {
        right: 0;
    }

    .project__gallery-counter {
        display: block;
        height: 87px;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        -ms-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .project__gallery-total {
        font-size: 30px;
        line-height: 36px;
        color: #A6A6A6;
        font-family: 'roboto';
        font-weight: 100;
    }

    .project__gallery-current {
        font-size: 45px;
        font-family: 'roboto';
        font-weight: 300;
    }

    .project__image {
        width: 100vw;
        margin-right: 0;
        margin-left: -20px;
    }

    .project__about-block-date-num,
  .project__about-block-num {
        font-size: 40px;
    }

    .project__stages-stage-head {
        font-size: 20px;
    }

    .project__stages-stage {
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1279px) {
    .contacts__info {
        padding-left: 15px;
    }
}

@media screen and (max-width: 1023px) {
    .contacts__row {
        display: block;
    }

    .contacts__map {
        width: 100vw;
        margin-bottom: 40px;
        margin-left: -40px;
    }

    .contacts__info {
        padding-left: 0;
    }
}

@media screen and (max-width: 767px) {
    .contacts__map {
        margin-left: -20px;
        height: 380px;
    }

    .contacts__link-top {
        display: block;
        cursor: pointer;
    }

    .contacts__links {
        position: relative;
        margin-bottom: 30px;
    }

    .contacts__link-row {
        position: absolute;
        left: 0;
        top: 0;
        background-color: #fff;
        padding: 20px 20px 0 20px;
        z-index: 10;
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s, visibility .3s;
        transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    }

    .contacts__link-row.is-visible {
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        transform: scale(1);
    }

    .contacts__link {
        display: block;
        margin-right: 0;
        margin-bottom: 25px;
    }

    .contacts__link-title {
        font-size: 20px;
        font-family: 'exo';
        line-height: 30px;
        margin-bottom: 5px;
        padding-right: 10px;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .contacts__link-title:after {
        display: inline-block;
        top: 50%;
        right: 0;
        content: '';
        margin-bottom: -3px;
        margin-left: 20px;
        border: 5px solid transparent;
        border-top: 7px solid #ED3737;
        z-index: 5;
    }

    .contacts__link-name {
        font-size: 14px;
        font-family: 'roboto';
        font-weight: 100;
        color: #AAA;
    }
}

/* products */
@media screen and (max-width: 1279px) {
    .products__inner {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .products__block {
        margin-bottom: 50px;
        width: 45%;
    }

    .products__block:first-child {
        width: 100%;
    }
}

@media screen and (max-width: 1023px) {
    .products__block {
        width: 60%;
    }

    .products__block:first-child {
        width: 60%;
    }

    .products__block:nth-child(2) {
        margin-bottom: 35px;
    }

    .products__block:nth-child(3) {
        margin-bottom: 35px;
    }

    .products__item:last-child .products__item-head {
        margin-bottom: 0;
    }
}

@media screen and (max-width: 767px) {
    .products__block {
        width: 100%;
    }

    .products__block:first-child {
        width: 100%;
    }

    .products__item-head {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }
}

/* search */
@media screen and (max-width: 767px) {
    .search__news,
  .search__books {
        margin-left: -20px;
        margin-right: -20px;
    }
}

/* g-news */
@media screen and (max-width: 1279px) {
    .g-news__archive-item-image {
        max-width: 115px;
    }
}

@media screen and (max-width: 1023px) {
    .g-news__items {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .g-news__archive-item:nth-child(5), .g-news__archive-item:nth-child(6) {
        display: none;
    }
}

@media screen and (max-width: 767px) {
    .g-news__archive-item {
        display: none;
    }

    .g-news__archive-item:first-child {
        display: block;
    }

    .g-news__archive-items {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .g-news__archive-head-link {
        display: none;
    }

    .g-news__archive-head-start {
        width: 100%;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .g-news__archive-head-count {
        margin-right: 0;
    }

    .g-news__arichive-mobile {
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 40px;
    }

    .g-news__arichive-mobile .g-news__archive-head-link {
        display: block;
    }

    .g-news__archive-item-image {
        max-width: 190px;
    }
}

@media screen and (max-width: 1400px) {
    .index__title {
        width: 44%;
        -ms-align-self: flex-start;
        -ms-flex-item-align: start;
        align-self: flex-start;
        margin-top: 80px;
        padding-right: 30px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
    }

    .index__title-text {
        font-size: 36px;
        line-height: 40px;
    }

    .index__more {
        margin-top: 20px;
    }

    .index__content {
        padding-right: 20px;
        margin-left: -15px;
    }
}

@media screen and (max-width: 1023px) {
    .index__title {
        width: 41%;
        margin-top: 35px;
    }

    .index__title-text {
        font-size: 28px;
        line-height: 36px;
    }

    .index__more {
        display: block;
    }

    .index__content-col:nth-child(2) {
        margin-left: -15px;
    }
}

@media screen and (max-width: 767px) {
    .index__content-col:nth-child(2) {
        margin-left: 0;
    }

    .index__title {
        display: none;
    }

    .index__content {
        display: block;
        padding: 0 20px;
        margin: 0 auto;
        max-width: 500px;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
        flex: 0 0 100%;
    }
}

@media screen and (max-height: 1000px) {
    .i-stats-row {
        margin-bottom: 5px;
    }

    .content {
        margin-bottom: 0;
    }

    .index__more {
        margin-top: 0;
    }

    .footer--index .footer__desc {
        margin-left: 10px;
    }
}

/* news */
@media screen and (max-width: 1279px) {
    .news__nav {
        display: block;
    }
}

@media screen and (max-width: 1023px) {
    .welcome__inner {
        -moz-flex-direction: column;
        -ms-flex-direction: column;
        -o-flex-direction: column;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        flex-direction: column;
    }

    .welcome__image {
        -ms-align-self: center;
        -ms-flex-item-align: center;
        align-self: center;
        margin-right: 0;
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 767px) {
    .welcome__image {
        margin-left: -20px;
        margin-right: -20px;
        width: auto;
    }

    .welcome__head {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 20px;
    }

    .welcome__image {
        margin-bottom: 10px;
    }

    .welcome__desc {
        margin-left: 0;
    }
}

@media screen and (max-width: 1023px) {
    .ways__item-wrapper {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .ways__item-wrapper {
        width: 100%;
    }

    .ways__inner {
        margin-top: 40px;
    }
}

@media screen and (max-width: 1439px) {
    .c-page__content {
        width: 67%;
        margin-right: 20px;
    }

    .c-page__sidebar {
        width: 33%;
        padding-left: 30px;
    }
}

@media screen and (max-width: 1023px) {
    .c-page__inner {
        display: block;
    }

    .c-page__content {
        width: 100%;
        margin-right: 0;
    }

    .c-page__sidebar {
        width: 100%;
        padding-left: 0;
        border: none;
        border-top: 1px solid #f6e1e1;
        padding-top: 35px;
    }
}

@media screen and (max-width: 767px) {
    .c-page__content img {
        margin-top: 25px;
        margin-bottom: 25px;
    }

    .c-page__content h2 {
        font-size: 20px;
        line-height: 30px;
    }

    .c-page__content .c-page__img {
        margin-left: -20px;
        margin-right: -20px;
        max-width: 100vw;
        width: 100vw;
    }

    .c-page__content .c-page__slider {
        margin-left: -20px;
        margin-right: -20px;
        margin-bottom: 80px;
        max-width: 100vw;
    }

    .c-page__content .c-page__slider-scene p {
        margin-top: 15px;
        margin-bottom: 15px;
        max-width: 100%;
        text-align: center;
    }

    .c-page__content .c-page__slider-nav {
        width: 80%;
        left: 10%;
        top: 100%;
        bottom: auto;
    }

    .c-page__content .c-page__video {
        margin-left: -20px;
        margin-right: -20px;
    }

    .c-page__sidebar {
        border: none;
        padding-top: 20px;
    }

    .c-page__sidebar-title {
        display: block;
        text-align: center;
        font-size: 20px;
        font-family: 'exo';
        margin-bottom: 20px;
        border-bottom: 1px solid #f6e1e1;
        padding-bottom: 10px;
    }
}

@media screen and (max-width: 1279px) {
    .review {
        width: 50%;
    }
}

@media screen and (max-width: 767px) {
    .review {
        width: 100%;
        margin-bottom: 50px;
    }
}

@media screen and (max-width: 1279px) {
    .projects__filter-wrapper {
        position: relative;
    }

    .projects__filter {
        position: absolute;
        display: block;
        top: -20px;
        left: 0;
        background-color: #fff;
        z-index: 5;
        padding: 20px;
        opacity: 0;
        -webkit-transform: scale(0.8);
        transform: scale(0.8);
        visibility: hidden;
        -webkit-transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: opacity .3s, visibility .3s, -webkit-transform .3s;
        transition: transform .3s, opacity .3s, visibility .3s;
        transition: transform .3s, opacity .3s, visibility .3s, -webkit-transform .3s;
    }

    .projects__filter.is-opened {
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1;
        visibility: visible;
    }

    .projects__filter-item {
        margin-bottom: 20px;
        max-width: 350px;
    }

    .projects__filter-title {
        font-size: 20px;
        font-family: 'exo';
        line-height: 30px;
        margin-bottom: 5px;
        cursor: pointer;
        -webkit-transition: color .3s;
        transition: color .3s;
    }

    .projects__filter-title:hover {
        color: #ED3737;
    }

    .projects__filter-title:after {
        display: inline-block;
        top: 50%;
        right: 0;
        content: '';
        margin-bottom: -3px;
        margin-left: 20px;
        border: 5px solid transparent;
        border-top: 7px solid #ED3737;
        z-index: 5;
    }

    .projects__filter-name {
        font-size: 14px;
        font-family: 'roboto';
        font-weight: 100;
        color: #AAA;
    }
}

@media screen and (max-width: 767px) {
    .projects__items {
        margin-left: -20px;
        margin-right: -20px;
    }

    .projects__items {
        margin-top: 30px;
    }
}

@media screen and (max-width: 767px) {
    .not-found {
        margin-left: -20px;
        margin-right: -20px;
    }
}

@media screen and (max-width: 1023px) {
    .book {
        height: 550px;
    }

    .flipbook-bookLayer {
        bottom: 50px !important;
    }
}

@media screen and (max-width: 767px) {
    .flipbook-left-arrow,
  .flipbook-right-arrow {
        top: 25px !important;
    }

    .flipbook-currentPageHolder {
        left: 50% !important;
        -webkit-transform: translateX(-50%) translateY(-5px);
        transform: translateX(-50%) translateY(-5px);
    }
}
