.homeLoading {
    position: fixed;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    background: #fff;
    z-index: 10000;
    overflow: hidden
}

.homeLoading__wrap {
    height: 100vh;
    position: absolute;
    right: 0;
    top: 0;
    width: 100vw
}

.homeLoading__logo {
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 126px;
    left: 0;
    margin: 0 auto 0 0;
    position: fixed;
    top: 0;
    width: 244px;
    z-index: 10001
}

.homeLoading__logo img {
    height: 60px;
    width: 164px
}

.homeLoading__text {
    font-size: 30px;
    font-weight: 700;
    left: 50%;
    line-height: 1.3;
    letter-spacing: -.4em;
    position: absolute;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    white-space: nowrap;
    visibility: hidden
}

.homeLoading__text div {
    display: inline-block
}

.homeLoading__text .homeLoading__text01,
.homeLoading__text .homeLoading__text02 {
    letter-spacing: .1em
}

.homeLoading__text .homeLoading__text01 div:nth-child(6) {
    letter-spacing: .3em
}

.homeLoading__text .homeLoading__text01 div:nth-child(7) {
    letter-spacing: -.2em
}

.homeBlock__subtitle:before,
.homeLoading__cursor {
    background: #212121;
    left: 0;
    height: 100%;
    position: absolute;
    top: 0;
    width: 2px
}

.homeBlock {
    margin: 56px 0 0;
    overflow: hidden
}

.homeBlock.-project {
    margin-top: 120px
}

.homeBlock.-project .homeBlock__title {
    padding: 0 0 0 68px
}

.homeBlock.-project .homeBlock__heroItem {
    background-image: url(/assets/img/home/bg_project_hero.jpg)
}

.homeBlock.-about .homeBlock__heroItem {
    background-image: url(/assets/img/home/bg_about_hero.jpg)
}

.homeBlock__head {
    padding: 20px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    z-index: 2
}

.homeBlock__headWrap {
    padding: 0 84px 0 0
}

.homeBlock__title {
  color: #034294;
  opacity: 60%;
    font-family: "Poppins", sans-serif;
    font-size: 80px;
    line-height: 1.18
}

.homeBlock__subtitle {
    font-size: 20px;
    position: relative;
    padding: 0 0 0 24px
}

.homeBlock__subtitle:before {
    content: '';
    height: 1px;
    top: 50%;
    width: 15px
}

.homeBlock__lead {
    font-size: 21px;
    margin: 32px 0 0;
    text-align: center;
    line-height: 2;
    font-weight:500;
}


.homeBlock__lead.-small {
    font-size: 15px
}

.homeBlock__hero,
.homeBlock__heroInner,
.homeBlock__heroItem {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.homeBlock__hero {
    height: 573px;
    margin: 160px 0 0;
    overflow: hidden;
    position: relative
}

.homeBlock__heroInner,
.homeBlock__heroItem {
    width: 100%
}

.homeBlock__heroInner {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.homeBlock__heroItem {
    background: no-repeat 50% 50%;
    background-size: cover;
    display: block;
    padding-top: 690px
}

.homeBlock__figure {
    margin-top: 90px;
    text-align: center
}

.homeBlock__figure img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: auto;
    width: 100%
}

.hero {
/*    height: 660px;*/
    position: relative
}

/*
.hero:before {
    z-index: 2;
    content: '';
    background: #f5f5f5;
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 150px;
}
*/
.load-end .hero:before {
    -webkit-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    transition: transform .55s cubic-bezier(.165, .84, .44, 1) .38s;
    transition: transform .55s cubic-bezier(.165, .84, .44, 1) .38s, -webkit-transform .55s cubic-bezier(.165, .84, .44, 1) .38s
}

.load-end.animation-start .hero:before {
    -webkit-transform: scaleY(1);
    transform: scaleY(1)
}

.hero__textBox {
    bottom: 184px;
    left: 40px;
    height: 132px;
    position: absolute;
    z-index: 10
}

.hero__title {
    width: 500px
}

.hero__lead span,
.hero__title span {
    left: 0;
    position: absolute;
    overflow: hidden;
    width: 100%
}

.hero__title span {
    top: 0
}

.hero__title img {
    width: 500px;
    height: auto
}

.load-end .hero__lead span,
.load-end .hero__title span {
    width: 0%
}

.hero__lead {
    width: 386px
}

.hero__lead span {
    bottom: 0
}

.hero__lead img {
    width: 386px;
    height: auto
}

.hero__slideBody,
.hero__slider {
    position: relative
}

.hero__slideBody {
    height: 660px;
    margin: 0 0 0 auto;
    width: calc(100% - 120px);
    overflow: hidden
}

.hero__slideList {
    list-style: none
}

.hero__slideItem,
.hero__slideItem span {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    height: 100%;
    left: 0;
    overflow: hidden;
    position: absolute;
    top: 0
}

.hero__slideItem {
    width: 0%
}

.hero__slideItem span {
    background: no-repeat 50% 50%;
    background-size: cover;
    width: 100vw
}

.hero__slideItem:nth-of-type(1) span {
    background-image: url(/assets/img/home/img_hero01.jpg)
}

.hero__slideItem:nth-of-type(2) span {
    background-image: url(/assets/img/home/img_hero02.jpg)
}

.hero__slideItem.-active {
    z-index: 2
}

.hero__slideController {
    counter-reset: li;
    left: 0;
    list-style: none;
    margin: 58px 0 0;
    position: absolute;
    top: 0
}

.hero__slideController li {
    margin: 40px 0 0;
    line-height: 1;
    padding: 0 0 0 68px;
    position: relative;
    text-align: center;
    cursor: pointer
}

.hero__slideController li:before {
    color: #adbac1;
    content: counter(li);
    counter-increment: li;
    display: block;
    font-size: 15px;
    font-family: "Poppins", sans-serif
}

.hero__slideController li span {
    background: #212121;
    content: '';
    left: 0;
    height: 1px;
    margin: -1px 0 0;
    position: absolute;
    top: 50%;
    width: 40px;
    -webkit-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transform-origin: top right;
    transform-origin: top right
}

.hero__slideController li:first-child {
    margin: 0
}

.card a,
.hero__slideController li.-active:before {
    color: #212121
}

.hero__slideController li.-active span {
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation: pointerLine 5.9s ease-out .35s forwards;
    animation: pointerLine 5.9s ease-out .35s forwards
}

.hero__slideController li.-off span {
    -webkit-animation: pointerLineOff .3s ease-out forwards;
    animation: pointerLineOff .3s ease-out forwards
}

.itemList {
    margin: 152px 0 0
}

.item {
    position: relative
}

.item.-left .item__inner {
    width: 68%
}

.item.-left .item__img {
    padding: 0 0 38.1%;
    right: 0;
    top: -76px;
    width: 49%
}

.item.-right {
    margin: 100px 0 0
}

.item.-right .item__inner {
    margin-left: auto;
    box-sizing: border-box;
    padding: 72px 80px 80px 192px;
    width: 58.5%
}

.item.-right .item__img {
    left: 0;
    height: 360px;
    top: 60px;
    padding: 0 0 32%;
    width: 50%
}

.item__inner {
    border: 1px solid #dcecf7;
    box-sizing: border-box;
    padding: 72px 120px 80px 80px
}

.item__subtitle {
    color: #dcecf7;
    font-family: "Poppins", sans-serif;
    font-size: 14px;
    font-weight: 700
}

.item__title {
    font-size: 26px;
    font-weight: 400;
    margin: 25px 0 0
}

.item__text {
    margin: 20px 0 0;
}

.item__btn {
    margin: 30px 0 0;
    width: 190px
}

.item__img {
    position: absolute;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.item__imgInner {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.item__imgInner,
.item__imgItem,
.item__imgItem img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.item__imgItem {
    display: block
}

.item__imgItem img {
    width: 100%;
    height: auto
}

.cardList {
    margin: 100px -10px 0;
    letter-spacing: -.4em
}

.card {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .1em;
    padding: 0 30px;
    width: 50%;
    vertical-align: top
}
.card_1 {
    box-sizing: border-box;
    display: inline-block;
    letter-spacing: .1em;
    padding: 0 0px;
    width: 50%;
    vertical-align: top
    /* text-align: center; */
}

.card:first-child .card__img {
    border: 1px solid #dcecf7
}

.card__img {
    width: 100%;
    overflow: hidden;
    padding: 0 0 56%;
    position: relative
}

.card__imgInner {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%
}

.bnrList__item a,
.card__imgItem {
    display: block
}

.card__imgItem img {
    height: auto;
    width: 100%
}

.card__head {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 20px 0 0
}

.card__title {
    font-size: 20px
}

.card__label {
    font-family: "Poppins", sans-serif;
    font-size: 12px;
    font-weight: 700;
    margin: 0 0 0 auto;
    padding: 0 2px 1px;
    position: relative
}

.card__label:after {
    background: #242424;
    bottom: 0;
    content: '';
    left: auto;
    height: 1px;
    position: absolute;
    width: 0%
}

.card__text {
    margin: 6px 0 0
}

.conceptBox {
    margin: 70px 0 0;
    position: relative
}

.conceptBox__inner {
    background: #fff;
    box-shadow: 3.4px 9.3px 15px .9px rgba(0, 0, 0, .09);
    box-sizing: border-box;
    margin: 0 auto;
    max-width: 720px;
    padding: 100px;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2
}

.conceptBox__inner:before,
.conceptBox__text:before {
    background: #eef4f8;
    content: '';
    left: 50%;
    position: absolute
}

.conceptBox__inner:before {
    -webkit-transform: translate(-50%);
    transform: translate(-50%);
    height: 6px;
    top: 0;
    width: 40px
}

.conceptBox__title img {
    width: 310px;
    height: auto
}

.conceptBox__text {
    margin-top: 55px;
    position: relative
}

.conceptBox__text:before {
    height: 30px;
    margin: 0 0 0 -1px;
    top: -45px;
    width: 2px
}

.conceptBox__img,
.conceptBox__imgInner {
    position: absolute;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.conceptBox__img {
    margin: 0 0 0 110px;
    height: 450px;
    overflow: hidden;
    left: 50%;
    top: -160px;
    width: 541px
}

.conceptBox__imgInner {
    left: 0;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%
}

.conceptBox__imgItem {
    display: block
}

.conceptBox__imgItem,
.conceptBox__imgItem img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.mediaList {
    margin: 100px 0 0
}

.media {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 60px 0 0
}

.media__img {
    height: 280px;
    overflow: hidden;
    position: relative;
    width: 400px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.media__imgInner {
    left: 0;
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0);
    width: 100%
}

.media__imgInner,
.media__imgItem,
.media__imgItem img {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.media__imgItem img {
    width: 400px;
    height: auto
}

.media__data {
    -webkit-flex: 1 0 0%;
    -ms-flex: 1 0 0%;
    flex: 1 0 0%;
    padding: 35px 0 0 40px
}

.media__title {
    font-size: 20px;
    font-weight: 700
}

.media__text {
    margin-top: 14px
}

.bnrList {
    background: #eef4f8;
    margin: 160px 0 0;
    padding: 40px 20px
}

.bnrList ul {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    list-style: none
}

.bnrList__item {
    padding: 0 20px
}

.bnrList__item img {
    width: 100%;
    height: auto
}

@media screen and (min-width:769px) {
    .card a:hover .card__label:after {
        width: 100%;
        left: 0
    }

    .card__label:after {
        right: 0;
        transition: all .3s ease
    }

    .bnrList__item a {
        transition: opacity .3s ease
    }

    .bnrList__item a:hover {
        opacity: .8
    }
}
@media screen and (max-width:1024px){
    .homeBlock__title {
    font-family: "Poppins", sans-serif;
    font-size: 70px;
    line-height: 1.18
}
}
@media screen and (max-width:1020px) {
    .homeBlock {
        margin: 28px 0 0
    }

    .homeBlock.-project {
        margin-top: 50px
    }

    .homeBlock.-project .homeBlock__head {
        padding: 0 0 0 30px
    }

    .homeBlock__head {
        display: block
    }

    .homeBlock.-project .homeBlock__title,
    .homeBlock__headWrap {
        padding: 0
    }

    .homeBlock__lead {
        font-size: 24px;
        margin: 12px 0 0
    }
}

@media screen and (max-width:920px) {
    .itemList {
        margin: 42px 0 0
    }

    .item {
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .item.-left .item__inner {
        margin: -46px 0 0;
        width: calc(100% - 20px)
    }

    .item.-left .item__img {
        margin: 0 -20px 0 19%;
        height: auto;
        -webkit-order: -1;
        -ms-flex-order: -1;
        order: -1;
        padding: 0 0 63%;
        right: initial;
        top: initial;
        width: calc(100% - 19%)
    }

    .item.-right {
        margin: 60px 0 0
    }

    .item.-right .item__inner {
        padding: 24px 18px 79px 30px;
        width: calc(100% - 20px)
    }

    .item.-right .item__img {
        margin: -40px 18% 0 0;
        left: initial;
        height: auto;
        padding: 0 0 55%;
        top: initial;
        width: calc(100% - 18%)
    }

    .item__inner {
        padding: 70px 30px 40px
    }

    .item__title {
        margin: 9px 0 0
    }

    .item__text {
        margin: 10px 0 0
    }

    .item__btn {
        margin: 12px 0 0;
        width: 130px
    }

    .item__img {
        box-sizing: border-box;
        position: relative;
        width: 100%;
        height: auto
    }

    .item__imgInner {
        width: 100%
    }

    .item__imgItem {
        display: block
    }
}

@media screen and (max-width:888px) {
    .mediaList {
        margin: 52px 20px 0;
        position: relative
    }

    .media {
        display: block;
        margin: 35px 0 0
    }

    .media__img {
        width: 100%;
        height: auto;
        padding: 0 0 70%
    }

    .media__imgItem img {
        width: 100%
    }

    .media__data {
        margin: 15px 0 0;
        padding: 0
    }

    .media__title {
        font-size: 20px;
        font-weight: 700
    }

    .media__text {
        margin-top: 5px
    }
}

@media screen and (max-width:768px) {
    .homeLoading__logo {
        height: 73px;
        width: 135px
    }

    .homeLoading__logo img {
        height: auto;
        width: 95px
    }

    .homeBlock__hero {
        height: 286px;
        margin: 80px 0 0
    }

    .homeBlock__heroItem {
        padding-top: 286px
    }

    .homeBlock__figure {
        margin-top: 35px
    }

    .homeBlock__figure img {
        width: 100%;
        height: auto
    }

    .hero {
        height: 370px
    }

    .hero:before {
        width: 135px
    }

    .hero__textBox {
        bottom: 70px;
        left: 20px;
        height: 57px
    }

    .hero__title,
    .hero__title img {
        width: 220px
    }

    .hero__lead,
    .hero__lead img {
        width: 163px
    }

    .hero__slideBody {
        height: 370px;
        width: calc(100% - 64px)
    }

    .hero__slideItem span {
        min-width: 100%;
        width: calc(100vw - 64px)
    }

    .hero__slideItem:nth-of-type(1) span {
        background-position: 65% 50%
    }

    .hero__slideController {
        margin: 18px 0 0
    }

    .hero__slideController li {
        margin: 14px 0 0;
        padding: 0 0 0 44px
    }

    .hero__slideController li span {
        width: 33px
    }

    .cardList {
        margin: 72px 0 0
    }

    .card {
        display: block;
        margin: 36px 0 0;
        padding: 0;
        width: 100%
    }

    .card__head {
        margin: 15px 0 0
    }

    .card__text {
        margin: 8px 0 0
    }

    .card__label:after {
        width: 100%;
        left: 0
    }

    .conceptBox {
        margin: 137px 0 0
    }

    .conceptBox__inner {
        padding: 35px 20px;
        width: auto
    }

    .conceptBox__inner:before {
        height: 6px;
        width: 40px
    }

    .conceptBox__title {
        text-align: center
    }

    .conceptBox__title img {
        width: 155px;
        height: auto
    }

    .conceptBox__text {
        margin-top: 25px
    }

    .conceptBox__text:before {
        width: 1px;
        height: 15px;
        top: -20px
    }

    .conceptBox__img {
        left: 50%;
        margin: 0 0 0 -110px;
        height: auto;
        position: absolute;
        padding: 0 0 67%;
        top: -110px;
        width: 81%
    }

    .bnrList ul,
    .conceptBox__imgItem {
        display: block
    }

    .conceptBox__imgItem img {
        height: auto;
        width: 100%
    }

    .bnrList {
        margin: 80px -20px 0;
        padding: 20px
    }

    .bnrList__item {
        padding: 10px 0
    }
}

@media screen and (max-width:539px) {
    .homeLoading__text {
        font-size: 18px
    }

    .homeBlock__title {
        font-size: 50px;
        line-height: 1.18
    }

    .homeBlock__lead.-small,
    .homeBlock__subtitle {
        font-size: 12px
    }

    .homeBlock__lead {
        font-size: 15px
    }

    .item__subtitle {
        font-size: 10px
    }

    .card__title,
    .item__title {
        font-size: 16px
    }

    .card__label {
        margin-top: -8px;
        padding-bottom: 0
    }

    .card__label,
    .conceptBox__text {
        font-size: 10px
    }

    .media__title {
        font-size: 12px
    }
}

@-webkit-keyframes pointerLine {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    8%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    6% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    6.1% {
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    13% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    14% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@keyframes pointerLine {
    0% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }

    8%,
    to {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    6% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }

    6.1% {
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    13% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top right;
        transform-origin: top right
    }

    14% {
        -webkit-transform: scaleX(0);
        transform: scaleX(0);
        -webkit-transform-origin: top left;
        transform-origin: top left
    }
}

@-webkit-keyframes pointerLineOff {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}

@keyframes pointerLineOff {
    0% {
        -webkit-transform: scaleX(1);
        transform: scaleX(1)
    }

    to {
        -webkit-transform: scaleX(0);
        transform: scaleX(0)
    }
}
