@font-face {
    font-family: Jost;
    src: url(../fonts/Jost-semiBold.eot);
    src: url(../fonts/Jost-semiBold.eot?#iefix) format("embedded-opentype"), url(../fonts/Jost-semiBold.woff) format("woff"), url(../fonts/Jost-semiBold.ttf) format("truetype");
    font-style: normal;
    font-weight: 600
}

@font-face {
    font-family: Jost;
    src: url(../fonts/Jost-regular.eot);
    src: url(../fonts/Jost-regular.eot?#iefix) format("embedded-opentype"), url(../fonts/Jost-regular.woff) format("woff"), url(../fonts/Jost-regular.ttf) format("truetype");
    font-style: normal;
    font-weight: 400
}

:root {
    --icon_size: 32px;
    --h1: 40px;
    --h2: 32px;
    --h3: 20px;
    --h4: 18px;
    --h5: 14px;
    --h6: 13px;
    --nav: 70px;
    --body: 16px;
    --family: 'Jost', sans-serif;
    --font2: 'Jost', sans-serif;
    --color: var(--white);
    --bg: #242324;
    --white: #ECECEC;
    --gray: #A3A3A3;
    --line: #747374;
    --i_g: 32px;
    --i1: 180px;
    --i2: 120px;
    --i3: 100px;
    --i4: 60px;
    --i5: 52px;
    --i6: 24px;
    --bone: 72px;
    ---bone: calc(var(--bone) * -1);
    --grid_2: 2;
    --grid_3: 3
}

*, :after, :before {
    margin: 0;
    padding: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

html {
    display: block
}

body {
    margin: 0;
    padding: 0;
    color: var(--color);
    font-size: var(--body);
    font-weight: 400;
    font-style: normal;
    line-height: 1.4;
    font-family: var(--family);
    text-transform: uppercase;
    background-color: var(--bg)
}

img {
    display: block;
    width: 100%;
    height: auto
}

a {
    display: block;
    color: var(--color);
    text-decoration: none
}

li {
    list-style-type: none
}

button, input, textarea {
    display: block;
    width: 100%;
    padding: 8px 16px;
    color: var(--white);
    font-family: var(--family);
    background-color: transparent;
    border: 0 none;
    border-bottom: 1px solid var(--white);
    border-radius: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    outline: 0;
    resize: none;
    -webkit-transition: background .23s;
    -o-transition: background .23s;
    transition: background .23s
}

input:focus, textarea:focus {
    background-color: #ffffff08
}

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
    color: var(--color);
    font-family: var(--family)
}

input::-moz-placeholder, textarea::-moz-placeholder {
    color: var(--color);
    font-family: var(--family)
}

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
    color: var(--color);
    font-family: var(--family)
}

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
    color: var(--color);
    font-family: var(--family)
}

input::placeholder, textarea::placeholder {
    color: var(--color);
    font-family: var(--family)
}

input::-webkit-inner-spin-button, input::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0
}

input[type=number] {
    -moz-appearance: textfield
}

html.hidden {
    overflow: hidden
}

.bone {
    width: 100%;
    max-width: 1920px;
    margin: 0 auto;
    padding: 0 var(--bone)
}

.logo {
    width: 100%;
    max-width: 260px
}

h1 {
    font-size: 100px;
    font-weight: 400
}

h2 {
    font-size: 90px;
    font-weight: 400
}

h3 {
    font-size: 26px;
    font-weight: 400;
    line-height: 36px
}

h4 {
    font-size: 15px;
    font-weight: 400
}

h5 {
    font-size: var(--h6);
    font-weight: 400
}

.plus_text {
    margin-left: 20px;
    font-size: var(--h5);
    white-space: nowrap
}

.white {
    --color: var(--white);
    --bg: #ECECEC;
    --white: #242324
}

body.white .icon-plus:before {
    background-image: url(../images/icon/plus_dark.svg)
}

body {
    -webkit-transition: color .63s, background .63s, border .63s, -webkit-box-shadow .63s;
    transition: color .63s, background .63s, border .63s, -webkit-box-shadow .63s;
    -o-transition: color .63s, background .63s, border .63s, box-shadow .63s;
    transition: color .63s, background .63s, border .63s, box-shadow .63s;
    transition: color .63s, background .63s, border .63s, box-shadow .63s, -webkit-box-shadow .63s
}

.flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start
}

.flex_align {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

.flex_start {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.flex_center {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between
}

.icon {
    position: relative
}

.icon:before {
    content: '';
    position: absolute;
    top: 50%;
    width: var(--icon_size);
    height: var(--icon_size);
    margin-top: calc(var(--icon_size) / -2);
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain
}

.icon-arrow:before {
    background-image: url(../images/icon/arrow.svg)
}

.icon-land:before {
    background-image: url(../images/icon/land.svg)
}

.icon-moon:before {
    background-image: url(../images/icon/moon.svg)
}

.icon-play:before {
    background-image: url(../images/icon/play.svg)
}

.icon-plus:before {
    background-image: url(../images/icon/plus.svg)
}

.icon-plus_dark:before {
    background-image: url(../images/icon/plus_dark.svg)
}

.icon.elips {
    --icon_size: 80px;
    min-width: var(--icon_size);
    height: var(--icon_size);
    cursor: pointer
}

.icon.elips:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border: 1px solid var(--white);
    border-left-color: transparent;
    border-radius: 50%;
    -webkit-transform: rotate(50grad);
    -ms-transform: rotate(50grad);
    transform: rotate(50grad);
    -webkit-transition: -webkit-transform .63s;
    transition: -webkit-transform .63s;
    -o-transition: transform .63s;
    transition: transform .63s;
    transition: transform .63s, -webkit-transform .63s
}

.icon.elips:hover:after {
    -webkit-transform: rotate(250grad) !important;
    -ms-transform: rotate(250grad) !important;
    transform: rotate(250grad) !important;
    -webkit-transition: -webkit-transform .63s !important;
    transition: -webkit-transform .63s !important;
    -o-transition: transform .63s !important;
    transition: transform .63s !important;
    transition: transform .63s, -webkit-transform .63s !important
}

.icon.elips:before {
    left: 0;
    background-size: 20px;
    -webkit-transition: -webkit-transform .63s;
    transition: -webkit-transform .63s;
    -o-transition: transform .63s;
    transition: transform .63s;
    transition: transform .63s, -webkit-transform .63s
}

.icon-plus:hover:before {
    -webkit-transform: rotate(-150grad);
    -ms-transform: rotate(-150grad);
    transform: rotate(-150grad)
}

.anim, .anim > * {
    opacity: 0;
    -webkit-transition: opacity .23s, -webkit-transform .23s;
    transition: opacity .23s, -webkit-transform .23s;
    -o-transition: transform .23s, opacity .23s;
    transition: transform .23s, opacity .23s;
    transition: transform .23s, opacity .23s, -webkit-transform .23s
}

.anim_act, .anim_act > * {
    opacity: 1
}

.header_lang.anim li {
    -webkit-transform: translate3d(0, -100%, 0);
    transform: translate3d(0, -100%, 0);
    -webkit-transition: opacity .63s, -webkit-transform .63s;
    transition: opacity .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s, -webkit-transform .63s
}

.header_lang.anim li:nth-child(2) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.header_lang.anim li:nth-child(3) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.header_lang.anim_act li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.bar_burger.anim {
    -webkit-transition: opacity .4s, -webkit-transform .4s;
    transition: opacity .4s, -webkit-transform .4s;
    -o-transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s;
    transition: transform .4s, opacity .4s, -webkit-transform .4s
}

.bar_burger.anim span {
    opacity: 1;
    -webkit-transition: opacity 1s, width .23s, height .23s, background .63s, -webkit-transform 1s;
    transition: opacity 1s, width .23s, height .23s, background .63s, -webkit-transform 1s;
    -o-transition: transform 1s, opacity 1s, width .23s, height .23s, background .63s;
    transition: transform 1s, opacity 1s, width .23s, height .23s, background .63s;
    transition: transform 1s, opacity 1s, width .23s, height .23s, background .63s, -webkit-transform 1s
}

.bar_burger.anim span:nth-child(1) {
    -webkit-transform: translate3d(450%, 450%, 0);
    transform: translate3d(450%, 450%, 0)
}

.bar_burger.anim span:nth-child(2) {
    -webkit-transform: translate3d(0, 450%, 0);
    transform: translate3d(0, 450%, 0)
}

.bar_burger.anim span:nth-child(3) {
    -webkit-transform: translate3d(-450%, 450%, 0);
    transform: translate3d(-450%, 450%, 0)
}

.bar_burger.anim span:nth-child(4) {
    -webkit-transform: translate3d(450%, 0, 0);
    transform: translate3d(450%, 0, 0)
}

.bar_burger.anim span:nth-child(6) {
    -webkit-transform: translate3d(-450%, 0, 0);
    transform: translate3d(-450%, 0, 0)
}

.bar_burger.anim span:nth-child(7) {
    -webkit-transform: translate3d(450%, -450%, 0);
    transform: translate3d(450%, -450%, 0)
}

.bar_burger.anim span:nth-child(8) {
    -webkit-transform: translate3d(0, -450%, 0);
    transform: translate3d(0, -450%, 0)
}

.bar_burger.anim span:nth-child(9) {
    -webkit-transform: translate3d(-450%, -450%, 0);
    transform: translate3d(-450%, -450%, 0)
}

.bar_burger.anim_act span:nth-child(1), .bar_burger.anim_act span:nth-child(2), .bar_burger.anim_act span:nth-child(3), .bar_burger.anim_act span:nth-child(4), .bar_burger.anim_act span:nth-child(6), .bar_burger.anim_act span:nth-child(7), .bar_burger.anim_act span:nth-child(8), .bar_burger.anim_act span:nth-child(9) {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.main_slider.anim .main_slid .number:before {
    width: 0;
    margin-left: 0;
    -webkit-transition: width .63s .23s, margin .63s .23s;
    -o-transition: width .63s .23s, margin .63s .23s;
    transition: width .63s .23s, margin .63s .23s
}

.main_slider.anim_act .main_slid.slick-active .number:before {
    width: 20px;
    margin-left: -10px
}

.main_slider.anim .main_slid .number span {
    opacity: 0;
    -webkit-transition: opacity .23s .63s;
    -o-transition: opacity .23s .63s;
    transition: opacity .23s .63s
}

.main.anim_act .main_slid.slick-active .number span {
    opacity: 1
}

.main_flex.anim h1 span, .main_slider.anim .main_slid h1 span, h2.anim span, li.anim img, .wp-block-kadence-column img {
    display: inline-block;
    opacity: 0;
    -webkit-transform: translate3d(8px, 40px, 0) rotateX(60grad) rotateY(12grad);
    transform: translate3d(8px, 40px, 0) rotateX(60grad) rotateY(12grad);
    -webkit-transition: opacity .63s .63s, -webkit-transform .63s .63s;
    transition: opacity .63s .63s, -webkit-transform .63s .63s;
    -o-transition: transform .63s .63s, opacity .63s .63s;
    transition: transform .63s .63s, opacity .63s .63s;
    transition: transform .63s .63s, opacity .63s .63s, -webkit-transform .63s .63s
}

.main_flex.anim h1 span:nth-child(2), .main_slider.anim .main_slid h1 span:nth-child(2), h2.anim span:nth-child(2), li.anim:nth-child(2) img {
    -webkit-transition-delay: .83s;
    -o-transition-delay: .83s;
    transition-delay: .83s
}

.main_flex.anim h1 span:nth-child(3), .main_slider.anim .main_slid h1 span:nth-child(3), h2.anim span:nth-child(3), li.anim:nth-child(3) img {
    -webkit-transition-delay: 1.03s;
    -o-transition-delay: 1.03s;
    transition-delay: 1.03s
}

.main_flex.anim h1 span:nth-child(4), .main_slider.anim .main_slid h1 span:nth-child(4), h2.anim span:nth-child(4), li.anim:nth-child(4) img {
    -webkit-transition-delay: 1.23s;
    -o-transition-delay: 1.23s;
    transition-delay: 1.23s
}

.main_flex.anim h1 span:nth-child(5), .main_slider.anim .main_slid h1 span:nth-child(5), h2.anim span:nth-child(5), li.anim:nth-child(5) img {
    -webkit-transition-delay: 1.43s;
    -o-transition-delay: 1.43s;
    transition-delay: 1.43s
}

.main_flex.anim h1 span:nth-child(6), .main_slider.anim .main_slid h1 span:nth-child(6), h2.anim span:nth-child(6), li.anim:nth-child(6) img {
    -webkit-transition-delay: 1.63s;
    -o-transition-delay: 1.63s;
    transition-delay: 1.63s
}

.main_flex.anim_act h1 span, .main_slider.anim_act .main_slid.slick-active h1 span, h2.anim_act span, li.anim_act img, .wp-block-kadence-column img.anim_act {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

li.anim img, .wp-block-kadence-column img {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

li.anim:nth-child(2) img, .wp-block-kadence-column:nth-child(2) img {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

li.anim:nth-child(3) img, .wp-block-kadence-column:nth-child(3) img {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

li.anim:nth-child(4) img, .wp-block-kadence-column:nth-child(4) img {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

li.anim:nth-child(5) img, .wp-block-kadence-column:nth-child(5) img {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.catalog li.anim:nth-child(4n+1) img {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.catalog li.anim:nth-child(4n+2) img {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.catalog li.anim:nth-child(4n+3) img {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.catalog li.anim:nth-child(4n+4) img {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.catalog.five li.anim:nth-child(5n+1) img {
    -webkit-transition-delay: 0s;
    -o-transition-delay: 0s;
    transition-delay: 0s
}

.catalog.five li.anim:nth-child(5n+2) img {
    -webkit-transition-delay: .15s;
    -o-transition-delay: .15s;
    transition-delay: .15s
}

.catalog.five li.anim:nth-child(5n+3) img {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.catalog.five li.anim:nth-child(5n+4) img {
    -webkit-transition-delay: .45s;
    -o-transition-delay: .45s;
    transition-delay: .45s
}

.catalog.five li.anim:nth-child(5n+5) img {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.main_flex.anim h4, .main_flex.anim h5, .main_slider.anim .main_slid h4, .main_slider.anim .main_slid h5 {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition-duration: .63s;
    -o-transition-duration: .63s;
    transition-duration: .63s;
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s;
		
	opacity: 0;
}

.main_flex.anim h5, .main_slider.anim .main_slid h5 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.main_flex.anim_act h4, .main_flex.anim_act h5, .main_slider.anim_act .main_slid.slick-active h4, .main_slider.anim_act .main_slid.slick-active h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
	
	opacity: 1;
}

.main_arrows.anim {
    margin-top: 40px;
    -webkit-transition: margin .63s .4s, opacity .63s .4s;
    -o-transition: margin .63s .4s, opacity .63s .4s;
    transition: margin .63s .4s, opacity .63s .4s
}

.main_arrows.anim_act {
    margin-top: 0
}

.main_slid .main_play {
    -webkit-transition: opacity .63s .63s;
    -o-transition: opacity .63s .63s;
    transition: opacity .63s .63s
}

.main_slid .main_play:after {
    opacity: 0;
    -webkit-transform: rotate(-350grad);
    -ms-transform: rotate(-350grad);
    transform: rotate(-350grad);
    -webkit-transition: opacity .63s .63s, -webkit-transform .63s .63s;
    transition: opacity .63s .63s, -webkit-transform .63s .63s;
    -o-transition: transform .63s .63s, opacity .63s .63s;
    transition: transform .63s .63s, opacity .63s .63s;
    transition: transform .63s .63s, opacity .63s .63s, -webkit-transform .63s .63s
}

.main_slid.slick-active .main_play:after {
    opacity: 1;
    -webkit-transform: rotate(50grad);
    -ms-transform: rotate(50grad);
    transform: rotate(50grad)
}

.icon.elips.anim:after {
    opacity: 0;
    -webkit-transform: rotate(-350grad);
    -ms-transform: rotate(-350grad);
    transform: rotate(-350grad);
    -webkit-transition: opacity .63s, border .63s, -webkit-transform .63s;
    transition: opacity .63s, border .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s, border .63s;
    transition: transform .63s, opacity .63s, border .63s;
    transition: transform .63s, opacity .63s, border .63s, -webkit-transform .63s
}

.icon.elips.anim_act:after {
    opacity: 1;
    -webkit-transform: rotate(50grad);
    -ms-transform: rotate(50grad);
    transform: rotate(50grad)
}

.under_text.anim {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: opacity .63s, -webkit-transform .63s;
    transition: opacity .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s, -webkit-transform .63s
}

.under_text.anim_act {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.project_item.anim:before {
    height: 0;
    -webkit-transition: height .83s ease-out, border .63s;
    -o-transition: height .83s ease-out, border .63s;
    transition: height .83s ease-out, border .63s
}

.project_item.anim_act:before {
    height: calc(100% + 60px)
}

.project_item.anim span:after {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background .63s, border .63s, -webkit-transform .23s .43s ease-out, -webkit-box-shadow .63s;
    transition: background .63s, border .63s, -webkit-transform .23s .43s ease-out, -webkit-box-shadow .63s;
    -o-transition: transform .23s .43s ease-out, box-shadow .63s, background .63s, border .63s;
    transition: transform .23s .43s ease-out, box-shadow .63s, background .63s, border .63s;
    transition: transform .23s .43s ease-out, box-shadow .63s, background .63s, border .63s, -webkit-transform .23s .43s ease-out, -webkit-box-shadow .63s
}

.project_item.anim_act span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.project_item.anim span:after:nth-child(2n+1) {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.project_item.anim_act:nth-child(2n+1) span:after {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.project_item.anim span:before {
    width: 0;
    -webkit-transition: width .63s .23s ease-out, border .63s;
    -o-transition: width .63s .23s ease-out, border .63s;
    transition: width .63s .23s ease-out, border .63s
}

.project_item.anim_act span:before {
    width: var(--i3)
}

.project_item.anim h5:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition: background .63s, -webkit-transform .63s .43s ease-out;
    transition: background .63s, -webkit-transform .63s .43s ease-out;
    -o-transition: transform .63s .43s ease-out, background .63s;
    transition: transform .63s .43s ease-out, background .63s;
    transition: transform .63s .43s ease-out, background .63s, -webkit-transform .63s .43s ease-out
}

.project_item.anim_act h5:before {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}

.project_item.anim a, .project_item.anim h4 {
    -webkit-transition-delay: .7s;
    -o-transition-delay: .7s;
    transition-delay: .7s;
    -webkit-transition-duration: .63s;
    -o-transition-duration: .63s;
    transition-duration: .63s;
    -webkit-transform: translate3d(0, 20px, 0);
    transform: translate3d(0, 20px, 0)
}

.project_item.anim h4 {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.project_item.anim h5 {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.project_item.anim_act a, .project_item.anim_act h4, .project_item.anim_act h5 {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.project_faq li.anim {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition-duration: .63s;
    -o-transition-duration: .63s;
    transition-duration: .63s
}

.project_faq li.anim_act {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.footer h4.anim, .footer_bottom .anim, .footer_local .anim, .footer_mail .anim, .footer_number .anim, .footer_li.anim {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: -webkit-transform .63s;
    transition: -webkit-transform .63s;
    -o-transition: transform .63s;
    transition: transform .63s;
    transition: transform .63s, -webkit-transform .63s
}

.footer h4.anim_act, .footer_bottom .anim_act, .footer_local .anim_act, .footer_mail .anim_act, .footer_number .anim_act, .footer_li.anim_act {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.footer_nav.anim li, .footer_social.anim li {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: opacity .63s, -webkit-transform .63s;
    transition: opacity .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s, -webkit-transform .63s
}

.footer_nav.anim li:nth-child(2), .footer_social.anim li:nth-child(2) {
    -webkit-transition-delay: .1s;
    -o-transition-delay: .1s;
    transition-delay: .1s
}

.footer_nav.anim li:nth-child(3), .footer_social.anim li:nth-child(3) {
    -webkit-transition-delay: .2s;
    -o-transition-delay: .2s;
    transition-delay: .2s
}

.footer_nav.anim li:nth-child(4), .footer_social.anim li:nth-child(4) {
    -webkit-transition-delay: .3s;
    -o-transition-delay: .3s;
    transition-delay: .3s
}

.footer_nav.anim li:nth-child(5), .footer_social.anim li:nth-child(5) {
    -webkit-transition-delay: .4s;
    -o-transition-delay: .4s;
    transition-delay: .4s
}

.footer_nav.anim li:nth-child(6), .footer_social.anim li:nth-child(6) {
    -webkit-transition-delay: .5s;
    -o-transition-delay: .5s;
    transition-delay: .5s
}

.footer_nav.anim li:nth-child(7), .footer_social.anim li:nth-child(7) {
    -webkit-transition-delay: .6s;
    -o-transition-delay: .6s;
    transition-delay: .6s
}

.footer_nav.anim_act li, .footer_social.anim_act li {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.footer_btn.anim:before {
    width: 100%;
    -webkit-transition: width .63s .23s, opacity .63s;
    -o-transition: width .63s .23s, opacity .63s;
    transition: width .63s .23s, opacity .63s
}

.footer_btn.anim_act:before {
    width: 0
}

.about_item .anim, .contact h3.anim, .page_info li.anim, p.anim, .guten-page p, .page_one > div.anim:first-child, .page_center > div.anim:first-child {
    opacity: 0;
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0);
    -webkit-transition: opacity .63s, -webkit-transform .63s;
    transition: opacity .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s, -webkit-transform .63s
}

.page_info li.anim {
    -webkit-transform: translate3d(0, 100px, 0);
    transform: translate3d(0, 100px, 0)
}

.about_item .anim_act, .contact h3.anim_act, .page_info li.anim_act, p.anim_act, .guten-page p.anim_act, .page_one > div.anim_act:first-child, .page_center > div.anim_act:first-child {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.contact_form label.anim {
    -webkit-transform: translate3d(0, 40px, 0);
    transform: translate3d(0, 40px, 0);
    -webkit-transition: opacity .63s, -webkit-transform .63s;
    transition: opacity .63s, -webkit-transform .63s;
    -o-transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s;
    transition: transform .63s, opacity .63s, -webkit-transform .63s
}

.contact_form label.anim_act {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

.contact_form input.anim, .contact_form textarea.anim {
    width: 0;
    -webkit-transition: width .63s;
    -o-transition: width .63s;
    transition: width .63s
}

.contact_form input.anim_act, .contact_form textarea.anim_act {
    width: 100%
}

.theme {
    overflow: hidden;
    position: fixed;
    right: 40px;
    bottom: 40px;
    width: 44px;
    height: 44px;
    border-radius: 50%;
    -webkit-box-shadow: 3px -3px 5px -3px rgba(255, 255, 255, .4);
    box-shadow: 3px -3px 5px -3px rgba(255, 255, 255, .4);
    cursor: pointer;
    z-index: 100;
    -webkit-transition: -webkit-box-shadow .63s;
    transition: -webkit-box-shadow .63s;
    -o-transition: box-shadow .63s;
    transition: box-shadow .63s;
    transition: box-shadow .63s, -webkit-box-shadow .63s
}

.theme.white {
    -webkit-box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, .1);
    box-shadow: 3px -3px 5px -3px rgba(0, 0, 0, .1)
}

.theme:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/icon/land.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(8px, -8px, 0);
    transform: translate3d(8px, -8px, 0);
    z-index: 1
}

.theme:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/icon/moon.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-transform: translate3d(8px, -8px, 0);
    transform: translate3d(8px, -8px, 0);
    z-index: 1
}

.theme.white:before, .theme:after {
    -webkit-animation: land .63s cubic-bezier(0, 0, 0, .46) both;
    animation: land .63s cubic-bezier(0, 0, 0, .46) both
}

.theme.white:after, .theme:before {
    -webkit-animation: moon .23s .43s ease-out both;
    animation: moon .23s .43s ease-out both
}

@-webkit-keyframes land {
    0% {
        -webkit-transform: translate3d(8px, -8px, 0);
        transform: translate3d(8px, -8px, 0);
        z-index: 2
    }
    30% {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
        z-index: 2
    }
    30.01% {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
        z-index: -1
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: -1
    }
}

@keyframes land {
    0% {
        -webkit-transform: translate3d(8px, -8px, 0);
        transform: translate3d(8px, -8px, 0);
        z-index: 2
    }
    30% {
        -webkit-transform: translate3d(100%, -100%, 0);
        transform: translate3d(100%, -100%, 0);
        z-index: 2
    }
    30.01% {
        -webkit-transform: translate3d(-100%, 100%, 0);
        transform: translate3d(-100%, 100%, 0);
        z-index: -1
    }
    100% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
        z-index: -1
    }
}

@-webkit-keyframes moon {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(8px, -8px, 0);
        transform: translate3d(8px, -8px, 0)
    }
}

@keyframes moon {
    0% {
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }
    100% {
        -webkit-transform: translate3d(8px, -8px, 0);
        transform: translate3d(8px, -8px, 0)
    }
}

.header {
    --color: var(--white);
    --bg: #242324;
    --white: #ECECEC;
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    min-height: 60px;
    z-index: 1
}

.header_lang {
    margin-right: 72px
}

.header_lang li {
    position: relative
}

.header_lang li + li {
    margin-left: 28px
}

.header_lang li:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: -4px;
    width: 0;
    border-bottom: 1px solid var(--white);
    -webkit-transition: width .43s;
    -o-transition: width .43s;
    transition: width .43s
}

.header_lang li.active:before, .header_lang li:hover:before {
    width: 100%
}

.header_nav {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 100%;
    margin-left: 20%;
    margin-bottom: 20px;
    padding-top: 100px
}

.header_nav li {
    position: relative;
    padding-right: 24px;
    font-family: var(--font2);
    font-size: var(--nav)
}

.header_nav li + li {
    margin-top: 20px
}

.header_nav li:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 100%;
    width: 0;
    border-bottom: 6px solid var(--white);
    -webkit-transition: width .23s;
    -o-transition: width .23s;
    transition: width .23s
}

.header_nav li.active:before, .header_nav li:hover:before {
    width: 52px
}

.header_bottom {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    width: 100%;
    margin-bottom: 20px
}

.header_bottom li {
    font-size: var(--h5);
    opacity: .6;
    -webkit-transition: opacity .23s;
    -o-transition: opacity .23s;
    transition: opacity .23s
}

.header_bottom li + li {
    margin-left: 52px
}

.header_bottom li:hover {
    opacity: 1
}

.bar_flex .header_lang {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 24px;
    height: 60px
}

.bar {
    position: fixed;
    top: 58px;
    right: 64px;
    margin-left: 32px;
    z-index: 10
}

.bar_burger {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    position: relative;
    width: 40px;
    height: 40px;
    cursor: pointer;
    z-index: 10;
    -webkit-transition: -webkit-transform .23s;
    transition: -webkit-transform .23s;
    -o-transition: transform .23s;
    transition: transform .23s;
    transition: transform .23s, -webkit-transform .23s
}

.bar_burger span {
    -ms-flex-item-align: center;
    align-self: center;
    justify-self: center;
    width: 4px;
    height: 4px;
    background-color: var(--white);
    border-radius: 50%;
    -webkit-transition: width .23s, border-radius .23s, opacity .23s, height .23s, -webkit-transform .23s;
    transition: width .23s, border-radius .23s, opacity .23s, height .23s, -webkit-transform .23s;
    -o-transition: transform .23s, width .23s, border-radius .23s, opacity .23s, height .23s;
    transition: transform .23s, width .23s, border-radius .23s, opacity .23s, height .23s;
    transition: transform .23s, width .23s, border-radius .23s, opacity .23s, height .23s, -webkit-transform .23s
}

.bar_burger span:nth-child(3n+1) {
    justify-self: start
}

.bar_burger span:nth-child(3n+3) {
    justify-self: end
}

.bar_burger span:nth-child(-n+3) {
    -ms-flex-item-align: start;
    align-self: start
}

.bar_burger span:nth-child(n+7) {
    -ms-flex-item-align: end;
    align-self: end
}

.bar_burger span:nth-child(2) {
    -webkit-transform-origin: 100% 0;
    -ms-transform-origin: 100% 0;
    transform-origin: 100% 0
}

.bar_burger span:nth-child(4) {
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0
}

.bar_burger span:nth-child(6) {
    -webkit-transform-origin: 100% 100%;
    -ms-transform-origin: 100% 100%;
    transform-origin: 100% 100%
}

.bar_burger span:nth-child(8) {
    -webkit-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    transform-origin: 0 100%
}

.bar_burger.active span:nth-child(1), .bar_burger:hover span:nth-child(1) {
    -webkit-transform: translate3d(450%, 450%, 0);
    transform: translate3d(450%, 450%, 0)
}

.bar_burger.active span:nth-child(2), .bar_burger:hover span:nth-child(2) {
    margin-top: 2px;
    margin-left: 2px;
    -webkit-transform: translate3d(450%, 0, 0) rotate(50grad);
    transform: translate3d(450%, 0, 0) rotate(50grad)
}

.bar_burger.active span:nth-child(3), .bar_burger:hover span:nth-child(3) {
    -webkit-transform: translate3d(-450%, 450%, 0);
    transform: translate3d(-450%, 450%, 0)
}

.bar_burger.active span:nth-child(4), .bar_burger:hover span:nth-child(4) {
    margin-top: -2px;
    margin-left: 2px;
    -webkit-transform: translate3d(0, -450%, 0) rotate(50grad);
    transform: translate3d(0, -450%, 0) rotate(50grad)
}

.bar_burger.active span:nth-child(6), .bar_burger:hover span:nth-child(6) {
    margin-right: 2px;
    margin-bottom: -2px;
    -webkit-transform: translate3d(0, 450%, 0) rotate(50grad);
    transform: translate3d(0, 450%, 0) rotate(50grad)
}

.bar_burger.active span:nth-child(7), .bar_burger:hover span:nth-child(7) {
    -webkit-transform: translate3d(450%, -450%, 0);
    transform: translate3d(450%, -450%, 0)
}

.bar_burger.active span:nth-child(8), .bar_burger:hover span:nth-child(8) {
    margin-bottom: 2px;
    -webkit-transform: translate3d(-450%, 0, 0) rotate(50grad);
    transform: translate3d(-450%, 0, 0) rotate(50grad)
}

.bar_burger.active span:nth-child(9), .bar_burger:hover span:nth-child(9) {
    -webkit-transform: translate3d(-450%, -450%, 0);
    transform: translate3d(-450%, -450%, 0)
}

.bar_burger.active span {
    opacity: 0
}

.bar_burger.active span:nth-child(2), .bar_burger.active span:nth-child(8) {
    height: 120%;
    opacity: 1
}

.bar_burger.active span:nth-child(4), .bar_burger.active span:nth-child(6) {
    width: 120%;
    opacity: 1
}

.bar_burger.active span:nth-child(2) {
    border-radius: 2px 2px 0 0
}

.bar_burger.active span:nth-child(4) {
    border-radius: 2px 0 0 2px
}

.bar_burger.active span:nth-child(6) {
    border-radius: 0 2px 2px 0
}

.bar_burger.active span:nth-child(8) {
    border-radius: 0 0 2px 2px
}

.bar_wrapper {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9;
	-webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
}

.bar_flex {
    overflow: hidden;
    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-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    width: 100%;
    height: 100%;
    padding: 0 var(--bone);
    opacity: 0;
    z-index: 1;
    -webkit-transition: opacity .23s;
    -o-transition: opacity .23s;
    transition: opacity .23s
}

.bar_wrapper.active .bar_flex {
    opacity: 1;
    -webkit-transition: opacity .23s .23s;
    -o-transition: opacity .23s .23s;
    transition: opacity .23s .23s
}

.white .bar {
    --color: var(--white);
    --bg: #242324;
    --white: #ECECEC
}

.white .bar.black {
    --color: var(--white);
    --bg: #ECECEC;
    --white: #242324
}

.main {
    --color: var(--white);
    --bg: #242324;
    --white: #ECECEC;
    position: relative;
	height: calc(100vh + 32px);
    min-height: 740px;
    padding: var(--i2) var(--bone) var(--i4);
    color: var(--color);
}

.main.home {
	height: auto;
	min-height: 0;
	padding: 0;
	margin-top: -32px;
}

.home h2 {
    font-size: 54px;
    font-weight: 400
}

.main_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0
}

.main_bg:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #000;
    opacity: .4;
}

.main_bg img {
    position: relative;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.main_slider {
	overflow: hidden;
}

.main_slid {
	position: relative;
	height: calc(100vh + 32px);
    min-height: 740px;
    padding: var(--i2) var(--bone) var(--i4);
}

.main_flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    height: 100%;
    max-width: 1000px;
    padding: 0;
	z-index: 1;
}

.main h4 {
    margin-top: 24px
}

.main h5 {
    margin-top: 8px
}

.main_play {
    position: relative;
    margin-top: var(--i3)
}

.main_play:hover:before {
    -webkit-transform: scale(1.4);
    -ms-transform: scale(1.4);
    transform: scale(1.4)
}

.main + .footer {
    margin-top: 0;
    border-top: 0 none
}

.main_flex .number {
    position: relative;
    margin-bottom: var(--i4);
    font-size: var(--h5);
}

.main .number > span {
	cursor: pointer;
}

.main .number > span + span {
    position: relative;
    margin-left: 12px;
    padding-left: 32px
}

.main .number:before {
    content: '';
    position: absolute;
    top: 50%;
    left: 38px;
    border-bottom: 1px solid var(--white);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.main_arrows {
    --icon_size: 24px;
    position: absolute;
    top: 50%;
    left: 50%;
    font-size: 0;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

.main_arrows span {
    display: inline-block;
    width: var(--icon_size)
}

.main_arrows span:before {
    left: 0;
    -webkit-transition: -webkit-transform .23s;
    transition: -webkit-transform .23s;
    -o-transition: transform .23s;
    transition: transform .23s;
    transition: transform .23s, -webkit-transform .23s;
    cursor: pointer
}

.main_arrows .next {
    position: relative;
    margin-left: 48px;
    -webkit-transform: rotate(200grad);
    -ms-transform: rotate(200grad);
    transform: rotate(200grad)
}

.main_arrows span:hover:before {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2)
}

.main_arrows .next:after {
    content: '';
    position: absolute;
    top: 50%;
    right: -24px;
    height: 24px;
    border-left: 1px solid #ececec;
    z-index: 1;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

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

.main_ff_title {
    font-size: 500px;
    line-height: 1;
    -webkit-text-fill-color: transparent;
    -webkit-background-clip: text;
    background-image: url(../images/404@2x.jpg);
    background-size: contain;
    background-position: center
}

.main_ff_subtitle {
    margin-top: -40px;
    font-size: var(--h2)
}

.main_ff_subtitle + a {
    position: relative;
    margin-top: var(--i5);
    font-size: var(--h2)
}

.main_ff_subtitle + a:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    border-bottom: 1px solid var(--white);
    -webkit-transition: -webkit-transform .43s;
    transition: -webkit-transform .43s;
    -o-transition: transform .43s;
    transition: transform .43s;
    transition: transform .43s, -webkit-transform .43s
}

.main_ff_subtitle + a:hover:before {
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0)
}

.under {
    margin-top: var(--i1)
}

.under h2, .under_flex {
    width: 50%;
    min-width: 1000px;
    margin: 0 auto
}

.under_flex {
    margin-top: var(--i2)
}

.under_text {
    max-width: 600px;
    margin-left: 80px;
    font-size: var(--h5);
    line-height: 30px;
    text-transform: none
}

.project, .projects {
    --mt: 320px;
    margin-top: var(--i1)
}

.project > h2 {
    text-align: center
}

.project_items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    margin-top: var(--i1);
	z-index: 1;
}

.project_items:before {
    content: '';
    position: absolute;
    top: -60px;
    left: 50%;
    width: 12px;
    height: 12px;
    background-color: var(--bg);
    border: 2px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px var(--bg);
    box-shadow: 0 0 0 4px var(--bg);
    z-index: 2;
    -webkit-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0);
    -webkit-transition: background .63s, border .63s, -webkit-box-shadow .63s;
    transition: background .63s, border .63s, -webkit-box-shadow .63s;
    -o-transition: box-shadow .63s, background .63s, border .63s;
    transition: box-shadow .63s, background .63s, border .63s;
    transition: box-shadow .63s, background .63s, border .63s, -webkit-box-shadow .63s
}

.project_item {
    position: relative;
    width: calc(50% - var(--i3))
}

.project_item:before {
    content: '';
    position: absolute;
    top: -60px;
    left: calc(-1 * var(--i3));
    bottom: 0;
    border-left: 1px solid var(--white);
    z-index: -1;
    -webkit-transform: translate3d(-50%, 0, 0);
    transform: translate3d(-50%, 0, 0)
}

.project_item:nth-child(2n+1):before {
    left: auto;
    right: calc(-1 * var(--i3));
    -webkit-transform: translate3d(50%, 0, 0);
    transform: translate3d(50%, 0, 0)
}

.project_item span {
    position: relative
}

.project_item span:before {
    content: '';
    position: absolute;
    left: calc(var(--i3) * -1);
    bottom: -12px;
    border-bottom: 1px solid var(--white);
    -webkit-transform: translate3d(0, 50%, 0);
    transform: translate3d(0, 50%, 0)
}

.project_item span:after {
    content: '';
    position: absolute;
    right: calc(100% + var(--i3));
    bottom: -12px;
    width: 12px;
    height: 12px;
    margin-right: -6px;
    margin-bottom: -6px;
    background-color: var(--bg);
    border: 2px solid var(--white);
    border-radius: 50%;
    -webkit-box-shadow: 0 0 0 4px var(--bg);
    box-shadow: 0 0 0 4px var(--bg);
    z-index: 2;
    -webkit-transition: -webkit-box-shadow .63s;
    transition: -webkit-box-shadow .63s;
    -o-transition: box-shadow .63s;
    transition: box-shadow .63s;
    transition: box-shadow .63s, -webkit-box-shadow .63s
}


.project_item:nth-child(2n+1) span:before {
    left: auto;
    right: calc(var(--i3) * -1)
}

.project_item:nth-child(2n+1) {
    -webkit-transform: translate3d(0, var(--mt), 0);
    transform: translate3d(0, var(--mt), 0)
}

.project_item:nth-child(2n+1) {
	text-align: right;	
}

.project_item:nth-child(2n+1) span:after {
    left: calc(100% + var(--i3));
    right: auto;
    margin-left: -6px
}

.project_item:nth-child(n+3) {
    margin-top: var(--i3)
}

.project_item img {
    height: 100%;
    max-height: 500px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
    -webkit-transition: -webkit-filter .23s, -webkit-transform .23s;
    transition: -webkit-filter .23s, -webkit-transform .23s;
    -o-transition: filter .23s, transform .23s;
    transition: filter .23s, transform .23s;
    transition: filter .23s, transform .23s, -webkit-filter .23s, -webkit-transform .23s
}

.project_item a:hover img {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    -webkit-transform: scale(1.02);
    -ms-transform: scale(1.02);
    transform: scale(1.02)
}

.project_item h4 {
    margin-top: 20px
}

.project_item h5 {
    position: relative;
    margin-top: 8px
}

.project_item h5:before {
    content: '';
    position: absolute;
    left: 0;
    bottom: -12px;
    width: 6px;
    height: 6px;
    margin-bottom: -3px;
    margin-left: -3px;
    background-color: var(--white);
    border-radius: 50%
}

.project_item:nth-child(2n+1) h5:before {
    left: auto;
    right: 0
}

.project_item:nth-child(odd):last-child {
	z-index: -1;
	
	text-align: left;
	transform: translate3d(calc(100% + var(--i3) * 2), 0, 0);
}

.project_item:nth-child(odd):last-child:before {
	left: calc(-1 * var(--i3));
	right: auto;
	
	transform: translate3d(-50%, 0, 0);
}


.project_item:nth-child(odd):last-child span:before {
	left: calc(-1 * var(--i3));
	right: auto;
}

.project_item:nth-child(odd):last-child span:after {
	left: auto;
	right: calc(100% + var(--i3));
	bottom: -11px;
	margin-left: auto;
	margin-right: -6px;
}

.project_item:nth-child(odd):last-child h5:before {
	left: 0;
	right: auto;
}

.project_more {
	justify-content: center;
	
	margin-bottom: var(--i4);
	
    -webkit-transform: translate3d(0, var(--mt), 0);
    transform: translate3d(0, var(--mt), 0)
}

.project_bottom {
    margin-top: var(--i3);
}

@media only screen and (min-width: 1201px) {
	.project_bottom {
		display: block;
		padding-bottom: var(--mt);
	}
}

.project_faq {
    width: calc(50% - var(--i3));
	margin-left: auto;
	margin-bottom: var(--var);
	-webkit-transform: translate3d(0, var(--mt), 0);
	transform: translate3d(0, var(--mt), 0)
}

.faq-page .project_faq {
   margin: 80px auto 0;
}

.project_faq ul {
    margin-top: var(--i4)
}

.project_faq li {
    padding-bottom: var(--i6);
    border-bottom: 1px solid var(--white)
}

.project_faq li + li {
    margin-top: var(--i6)
}

.project_faq li span {
    display: block;
    position: relative;
    padding-left: 32px;
    font-size: var(--h2);
    cursor: pointer
}

.project_faq li span:after, .project_faq li span:before {
    content: '';
    position: absolute;
    top: 20px;
    left: 0;
    width: 12px;
    border-bottom: 2px solid var(--white);
    -webkit-transition: -webkit-transform .23s;
    transition: -webkit-transform .23s;
    -o-transition: transform .23s;
    transition: transform .23s;
    transition: transform .23s, -webkit-transform .23s
}

.project_faq li span:after {
    -webkit-transform: rotate(100grad);
    -ms-transform: rotate(100grad);
    transform: rotate(100grad)
}

.project_faq li span.active:after, .project_faq li span.active:before {
    -webkit-transform: rotate(-200grad);
    -ms-transform: rotate(-200grad);
    transform: rotate(-200grad)
}

.project_faq p {
    display: none;
    margin-top: 8px;
    padding-left: 32px;
    font-size: var(--h5);
    text-transform: none;
    line-height: 2.2
}

.project_top ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    font-size: var(--h1)
}

.project_top ul + ul {
    margin-top: var(--i5);
    font-size: var(--h4)
}

.project_top li {
    position: relative;
    cursor: pointer
}

.project_top li + li {
    margin-left: .4em;
    padding-left: 1em
}

.project_top li + li:before {
    content: '/';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0
}

.project_top li:after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    border-bottom: 2px solid var(--color);
    -webkit-transition: width .63s;
    -o-transition: width .63s;
    transition: width .63s
}

.project_top li + li:after {
    left: 1em
}

.project_top li.active:after, .project_top li:hover:after {
    width: 100%
}

.project_top li + li.active:after, .project_top li + li:hover:after {
    width: calc(100% - 1em)
}

.project_top ul + ul li:after {
    border-width: 1px
}

.projects {
    margin-top: 0;
    padding-bottom: var(--mt);
    margin-bottom: -100px
}

.projects .project_bottom {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}

.news {
    max-width: 1300px;
    margin-top: var(--i1)
}

.news_blocks li + li {
    margin-top: var(--i4)
}

.news_blocks li a {
    overflow: hidden;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative
}

.news_blocks li a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 0;
    background-color: var(--white);
    opacity: .1;
    z-index: -1;
    -webkit-transition: width .6s ease-out;
    -o-transition: width .6s ease-out;
    transition: width .6s ease-out
}

.news_blocks li a:hover:before {
    width: 100%
}

.news_blocks img {
    max-width: 520px;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.news_blocks a > span {
    width: 50%;
    max-width: 588px;
    margin-left: 52px;
    padding: 20px 20px 20px 0
}

.news_blocks h3 {
    margin-top: 24px
}

.news_blocks p {
    margin-top: 24px;
    line-height: 1.9;
    text-transform: none
}

.pagination {
    margin-top: var(--i3)
}

.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: -40px
}

.pagination a {
    color: var(--gray);
    padding: 40px;
    font-size: var(--h3);
    -webkit-transition: color .23s;
    -o-transition: color .23s;
    transition: color .23s
}

.pagination .active a, .pagination a:hover {
    color: var(--white)
}

.card {
    --width: 1280px;
    line-height: 30px
}

.card_txt {
    max-width: var(--width);
    margin: var(--i4) auto
}

.card_img {
    margin: var(--i4) 0
}

.card p {
    text-transform: none
}

.card h3 + p {
    margin-top: 16px
}

.card p + p {
    margin-top: 26px
}

.card .card_images ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    max-width: var(--width);
    margin: var(--i4) auto
}

.card img {
    width: calc(100% - 40px);
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.catalog {
    margin-top: var(--i3)
}

.catalog ul {
    display: grid;
    grid-gap: var(--i_g);
    grid-template-columns: repeat(4, 1fr)
}

.catalog a {
    -webkit-transition: -webkit-transform .23s;
    transition: -webkit-transform .23s;
    -o-transition: transform .23s;
    transition: transform .23s;
    transition: transform .23s, -webkit-transform .23s
}

.catalog a:hover {
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05)
}

.catalog img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.page {
    margin-top: var(--i4);
    font-size: var(--h5)
}

.page p {
    text-transform: none;
    line-height: 2.2
}

.page_center {
    display: grid;
    grid-gap: var(--i_g);
    grid-template-columns: repeat(var(--grid_2), 1fr);
    margin: var(--i5) 0
}

.page_center .page_center {
    margin: 0
}

.page_center p {
    max-width: 600px
}

.page_center .page_center li {
    display: block
}

.page_info li {
    display: grid;
    grid-gap: var(--i_g);
    grid-template-columns: 120px auto;
    min-height: 33px;
    font-size: var(--h4);
    line-height: 1.7;
}

.page_center .page_info li span {
	display: inline-block;
	white-space: nowrap;
}

.page_info li + li {
    margin-top: 32px
}

.page_info li span:first-child {
    color: var(--gray)
}

.page_treeple {
    margin: var(--i5) 0
}

.page_treeple ul {
    display: grid;
    grid-gap: var(--i_g);
    grid-template-columns: repeat(var(--grid_3), 1fr)
}

.page_treeple li {
    -ms-flex-item-align: stretch;
    align-self: stretch
}

.page_treeple img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.page_one {
    display: grid;
    grid-gap: var(--i_g);
    grid-template-columns: repeat(var(--grid_3), 1fr)
}

.page_one div.anim {
    grid-column: 1/3
}

.page_one div.anim:last-child {
	grid-column: 1/4
}

.page_one .page_info {
    justify-self: end;
    width: 340px
}

.page_one .page_info li {
    white-space: normal
}

.page_one .page_info span:last-child {
    text-align: left
}

.page_full {
    margin: var(--i5) 0
}

.page_blocks ul {
    display: grid;
    grid-gap: var(--i_g);
    grid-row-gap: var(--i4);
    grid-template-columns: repeat(var(--grid_2), 1fr)
}

.page_blocks > p {
    width: 66%;
    min-width: 756px;
    margin-bottom: var(--i3)
}

.page_blocks img {
    height: 876px;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}

.page_blocks p {
    margin-top: var(--i6)
}

.page + .main {
    margin-top: var(--i1)
}

.contact {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: var(--i3);
    max-width: 1300px
}

.contact h3 + p {
    margin-top: 12px;
    line-height: 1.7
}

.contact p {
    text-transform: none
}

.contact a {
    display: inline;
    margin-left: 4px
}

.contact_info {
    max-width: 352px
}

.contact_info li + li {
    margin-top: 40px
}

.contact_form {
    max-width: 572px;
    margin-left: 32px
}

.contact_form label {
    display: block;
    margin-top: 28px;
    margin-bottom: 4px;
    margin-left: 16px;
    text-transform: none
}

.contact_form div + label input {
	margin-left: -16px;
    width: calc(100% + 16px);
}

.contact_form form div > input[type="submit"] {
	width: auto;
	margin-top: 68px;
	margin-left: auto;
	margin-right: 0;
	padding: 0;
	text-transform: uppercase;
	cursor: pointer;
	
	transition: margin .43s, padding .43s;
}

.contact_form form div > input[type="submit"]:hover {
	margin-top: 64px;
	padding-bottom: 4px;
}

.contact_form textarea {
    height: 120px
}

.contact + .map {
    margin-top: var(--i3)
}

.contact + .map iframe {
    width: 100%;
    height: 75vh
}

.contact + .map + .footer {
    margin-top: 0;
    border: 0 none
}

.about {
    --bone: 100px;
    --column_size: 280px;
    margin-top: var(--i2)
}

.about_item + .about_item {
    margin-top: var(--i4);
    padding-top: var(--i4);
    border-top: 1px solid var(--line)
}

.about_item_grid {
    display: grid;
    grid-row-gap: var(--i4);
    grid-template-columns: var(--column_size) 1fr
}

.about_title {
    -ms-flex-item-align: start;
    align-self: start;
    font-size: var(--h2)
}

.about_info {
    text-transform: none
}

.about .about_item:nth-child(2) source,
.about .about_item:nth-child(2) img {
    max-width: calc(100% - 280px);
}

.about_info > p {
    font-size: var(--h4);
    line-height: 1.6
}

.about_info > p + p {
    margin-top: 1.6em
}

.about_info.triple ul {
    display: grid;
    grid-row-gap: 40px;
    grid-column-gap: 20px;
    grid-template-columns: repeat(var(--grid_3), 1fr)
}

.about_info ul li {
    white-space: nowrap
}

.about_info ul li h3 {
    text-transform: uppercase
}

.about_info ul li span {
    font-size: var(--h3);
    font-weight: 300
}

.about_item.catalog.five ul {
    grid-template-columns: repeat(5, 1fr)
}

.about_item.catalog.five ul li a {
    height: 100%;
    -webkit-transition: -webkit-transform .43s;
    transition: -webkit-transform .43s;
    -o-transition: transform .43s;
    transition: transform .43s;
    transition: transform .43s, -webkit-transform .43s
}

.about_item.catalog.five ul li a:hover {
    -webkit-transform: translate3d(0, -8px, 0) scale(1);
    transform: translate3d(0, -8px, 0) scale(1)
}

.about_item.catalog.five ul li img {
    margin: -4px;
    padding: 4px;
    height: 100%;
    background-color: #fff;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center
}

.footer {
    --i2: 152px;
    --i4: 152px;
    overflow: hidden;
    position: relative;
    margin-top: var(--i2);
    padding: var(--i2) 0 var(--i4);
    border-top: 1px solid var(--line);
    font-family: var(--font2);
    font-size: var(--h5);
    line-height: 26px
}

.footer_logo {
    position: absolute;
    top: 50%;
    right: -92px;
    width: 50%;
    max-width: 1000px;
    min-width: 600px;
    height: 140%;
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

.footer_logo svg {
    width: 100%;
    height: 100%
}

.footer_logo path {
    fill: var(--white);
    opacity: .03
}

.footer_left, .footer_right {
    width: 50%
}

.footer a {
    position: relative
}

.footer a:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    width: 0;
    border-bottom: 1px solid var(--white);
    -webkit-transition: width .43s;
    -o-transition: width .43s;
    transition: width .43s
}

.footer a:hover:before {
    width: 100%
}

.footer_center {
    margin-top: var(--i3)
}

.footer h4 {
    opacity: .4
}

.footer ul {
    margin-top: 32px
}

.footer li + li {
    margin-left: 52px
}

.footer_btn {
    justify-self: start;

    position: relative;
    width: auto;
/*    margin-top: var(--i3);*/
    margin: 0 !important;
    padding: 0;
    color: var(--white);
    font-family: var(--font2);
    font-size: 24px;
    line-height: 1.4;
    text-transform: uppercase;
    border-bottom: 0 none;
    cursor: pointer;
    -webkit-transition: -webkit-transform .23s;
    transition: -webkit-transform .23s;
    -o-transition: transform .23s;
    transition: transform .23s;
    transition: transform .23s, -webkit-transform .23s
}

.footer_btn:before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    height: 3px;
    background-color: var(--white);
    border-radius: 2px;
    -webkit-transition: width .43s;
    -o-transition: width .43s;
    transition: width .43s
}

.footer_btn:not(:hover):before {
    width: 100% 
}

.footer_bottom {
    margin-top: 32px
}

.footer_bottom p {
    opacity: .4
}

.footer_local a,
.footer_list a {
  display: inline-block;
}

.footer_list {
	--net: 4;
	
	display: grid;
    align-items: center;
	grid-template-columns: repeat(var(--net), 1fr);
	grid-gap: 12px 0;
	
    margin-top: 40px
}

.footer_li.anim:not(.anim_act),
.footer_button.anim:not(.anim_act) {
	transform: translate3d(0, 50px, 0)
}

.footer_button {
	margin-top: 24px;
	
	transition: transform .63s;
}

.footer_button button {
  display: inline-block;
  position: relative;
	width: auto;
  min-width: min(var(--btn_w), 100%);
  height: 52px;
  padding: 0 32px;
  font-size: var(--h3);
  text-align: center;
  line-height: calc(52px - 2px - 0px);
  background-color: transparent;
  border: 1px solid var(--color);
  cursor: pointer;
  transition: box-shadow .43s, background-color .43s, color .43s;
}


@media only screen and (max-width: 1700px) {
    .about h3 {
        font-size: 20px
    }
}

@media only screen and (max-width: 1500px) {
    h2 {
        font-size: 80px
    }

    .main_arrows {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .project, .projects {
        --mt: 240px
    }
}

@media only screen and (max-width: 1400px) {
    :root {
        --h2: 28px;
        --nav: 60px
    }

    .bone {
        max-width: 1200px
    }

    h2 {
        font-size: 60px
    }

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

    .main_play {
        position: relative;
        bottom: 0;
        margin-top: 40px
    }

    .project_faq li span:after, .project_faq li span:before {
        top: 16px
    }

    .page_center {
        grid-template-columns: repeat(var(--grid_3), 1fr)
    }

    .page_center .page_center {
        grid-template-columns: repeat(var(--grid_2), 1fr);
        grid-column: 2/4
    }

    .page_blocks img {
        height: 560px
    }

    .page_full + .bone > .page_center {
        grid-template-columns: repeat(var(--grid_2), 1fr)
    }

    .page_plus {
        justify-self: center
    }

    .about {
        --h2: 24px;
        --column_size: 200px
    }

    .about h3 {
        font-size: 18px
    }

    .footer li + li {
        margin-left: 32px
    }

    .about .about_item:nth-child(2) source,
    .about .about_item:nth-child(2) img {
        max-width: calc(100% - 200px);
    }
}

@media only screen and (max-width: 1200px) {
    :root {
        --grid_3: 2
    }

    .bone {
        max-width: 900px
    }

    .logo {
        max-width: 200px
    }

    h1 {
        font-size: 60px
    }

    .header {
        top: 24px
    }

    .bar {
        top: 32px
    }

    .main_ff_title {
        font-size: 400px;
        line-height: 1.2
    }

    .under h2, .under_flex {
        width: auto;
        min-width: 0
    }

    .project, .projects {
        --mt: 168px
    }
	
	.project_faq {
		width: 100%;
		margin-bottom: var(--mt);
		-webkit-transform: translate3d(0, var(--mt), 0);
		transform: translate3d(0, var(--mt), 0)
	}

    .project_bottom {
        position: relative
    }

    .project_more {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        position: absolute;
        left: calc(50% + var(--i3));
        -webkit-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0)
    }

    .news_blocks img {
        max-width: 360px
    }

    .news_blocks a > span {
        width: 70%;
        margin-left: 32px
    }

    .catalog ul {
        grid-template-columns: repeat(3, 1fr)
    }

    .catalog li.anim:nth-child(3n+1) img {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .catalog li.anim:nth-child(3n+2) img {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s
    }

    .catalog li.anim:nth-child(3n+3) img {
        -webkit-transition-delay: .3s;
        -o-transition-delay: .3s;
        transition-delay: .3s
    }

    .page_center p {
        grid-column: 1/3;
        max-width: none
    }

    .page_center p br {
        display: none
    }

    .page_center .page_center {
        grid-column: 1/3
    }

    .page_one div.anim {
        grid-column: auto
    }

    .page_treeple li:nth-child(3) {
        grid-column: 1/3
    }

    .page_blocks img {
        height: 460px
    }

    .page_blocks > p {
        width: 100%;
        min-width: 0
    }

    .page_full + .bone > .page_center p {
        grid-column: auto
    }

    .about_item_grid {
        grid-template-columns: 1fr
    }

    .about_info.triple ul {
        --grid_3: 2
    }

    .about_item.catalog.five ul {
        grid-template-columns: repeat(4, 1fr)
    }

    .footer {
        padding-top: var(--i4)
    }

    .footer li + li {
        margin-left: 16px
    }

    .footer_btn {
        font-size: 32px
    }
    
    .footer_list {
        --net: 2;
    }
}

@media only screen and (max-width: 900px) {
    :root {
        --nav: 32px;
        --i3: 40px;
        --bone: 40px
    }

    .bone {
        max-width: 770px
    }

    .icon.elips {
        --icon_size: 60px
    }

    h1 {
        font-size: 52px
    }

    h2 {
        font-size: 40px
    }

    .header_flex {
        max-width: none
    }

    .header_lang {
        margin-right: 112px
    }

    .main_ff_title {
        font-size: 300px
    }

    .main_ff_subtitle {
        margin-top: 0
    }

    .project, .projects {
        --mt: 0px
    }

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

    .project_items:before {
        left: 100%
    }

    .project_item,
	.project_item:nth-child(odd):last-child{
        width: calc(100% - var(--i3));
        text-align: right
    }

    .project_item:not(:nth-child(2)) {
        margin-top: var(--i3)
    }

    .project_item:before,
	.project_item:nth-child(odd):last-child:before {
        left: calc(100% + var(--i3))
    }

    .project_item span:before,
	.project_item:nth-child(odd):last-child span:before{
        right: calc(var(--i3) * -1);
        left: auto
    }

    .project_item span:after,
	.project_item:nth-child(odd):last-child span:after {
        left: calc(100% + var(--i3));
        right: auto;
        margin-left: -6px
    }

    .project_item h5:before,
	.project_item:nth-child(odd):last-child h5:before {
        left: auto;
        right: 0
    }
	
	.project_item:nth-child(odd):last-child {
		transform: translate3d(0, 0, 0);
	}

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

    .project_more {
        position: static;
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
        margin: 32px auto
    }

    .news_blocks li a {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column
    }

    .news_blocks img {
        width: 100%;
        max-width: none
    }

    .news_blocks a > span {
        width: 100%;
        max-width: none;
        margin-top: var(--i6);
        margin-left: 0;
        padding-right: 0
    }

    .news_blocks a:before {
        display: none
    }

    .pagination ul {
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center
    }

    .contact {
        -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
    }

    .contact_info {
        width: 100%;
        max-width: 572px
    }

    .contact_form {
        margin-top: var(--i2);
        margin-left: 0
    }

    .contact + .map iframe {
        height: 400px
    }

    .about {
        --bone: 40px
    }

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

    .footer_center .footer_left {
        width: 100%
    }

    .footer_center .footer_right {
        text-align: right;
        width: 100%;
        margin-top: var(--i3)
    }

    .footer_center .footer_right ul {
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end
    }

    .footer ul {
        margin-top: 16px
    }
}

@media only screen and (max-width: 770px) {
    .header_nav li:before {
        border-bottom-width: 2px
    }

    .header_nav li.active:before, .header_nav li:hover:before {
        width: 20px
    }

    .header_nav {
        margin-left: 0
    }

    .header_bottom {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin: -4px -12px;
        padding-bottom: 20px
    }

    .header_bottom li {
        margin: 4px 12px !important
    }

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

    .under_plus {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        margin-top: var(--i5)
    }

    .under_text {
        width: 100%;
        max-width: none;
        margin-left: 0
    }

    .catalog ul {
        grid-template-columns: repeat(2, 1fr)
    }

    .catalog li.anim:nth-child(2n+1) img {
        -webkit-transition-delay: 0s;
        -o-transition-delay: 0s;
        transition-delay: 0s
    }

    .catalog li.anim:nth-child(2n+2) img {
        -webkit-transition-delay: .15s;
        -o-transition-delay: .15s;
        transition-delay: .15s
    }

    .page_center, .page_one {
        display: block
    }

    .page_center ul {
        margin: var(--i6) 0
    }

    .page_info li + li {
        margin-top: 16px
    }

    .page_one .page_info {
        width: 100%;
        margin-top: var(--i6)
    }

    .page_blocks img {
        height: 240px
    }

    .page_plus {
        margin-top: var(--i6)
    }

    .about_item.catalog.five ul {
        grid-template-columns: repeat(3, 1fr)
    }

    .footer_top .footer_right {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: end;
        -ms-flex-align: end;
        align-items: flex-end
    }
	
	.footer_list {
		--net: 1;
	}
}

@media only screen and (max-width: 600px) {
    :root {
        --h1: 24px;
        --h2: 22px;
        --h3: 18px;
        --h4: 16px;
        --nav: 24px;
        --i_g: 16px;
        --i1: 80px;
        --i2: 60px;
        --i4: 32px;
        --i5: 24px;
        --bone: 24px;
        --grid_2: 1;
        --grid_3: 1
    }

    h1 {
        font-size: 40px
    }

    h2 {
        font-size: 30px
    }
    .home h2 {
        font-size: 28px;
    }

    .theme {
        right: 20px;
        bottom: 20px
    }

    a.call-modal {
        left: 20px !important;
        bottom: 20px !important;
    }

    .header_lang {
        margin-right: 0
    }

    .bar {
        right: var(--bone)
    }

    .main {
        min-height: 500px
    }

    .main_ff_title {
        font-size: 160px
    }

    .projects {
        margin-bottom: 0
    }

    .page_treeple li:nth-child(3) {
        grid-column: auto
    }

    .project_faq li span:after, .project_faq li span:before {
        top: 12px
    }

    .news_blocks li + li {
        margin-top: var(--i1)
    }

    .pagination ul {
        margin: var(---bone)
    }

    .pagination a {
        padding: var(--bone)
    }

    .card {
        --body: 14px
    }

    .card img {
        width: 100%
    }

    .card picture + picture {
        margin-top: var(--i4)
    }

    .card .card_images {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        width: 100%;
        padding: 0
    }

    .about {
        --bone: 24px
    }

    .about_item_grid {
        grid-template-columns: 1fr
    }

    .about_info.triple ul {
        --grid_3: 1
    }

    .footer {
        --i2: 80px;
        --i4: 32px;
        padding-bottom: var(--i6)
    }

    .footer_logo {
        left: 50%;
        right: auto;
        -webkit-transform: translate3d(-50%, -50%, 0);
        transform: translate3d(-50%, -50%, 0)
    }

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

    .footer_top .footer_right {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }

    .footer_left, .footer_right {
        width: 100%
    }

    .footer_right {
        margin-top: var(--i3)
    }

    .footer_center .footer_right {
        text-align: left
    }

    .footer_center .footer_right ul {
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start
    }

    .footer ul {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        margin-left: -16px;
        margin-right: -16px
    }

    .footer ul li {
        width: auto;
        margin: 0 16px !important
    }

    .footer ul li a {
        display: inline-block
    }

    .footer_btn {
/*        width: 100%;*/
        font-size: 24px;
        text-align: center
    }

    .about .about_item:nth-child(2) source,
    .about .about_item:nth-child(2) img {
        max-width: calc(100%);
    }
}

@media only screen and (max-width: 360px) {
    :root {
        --bone: 16px
    }
}

@media only screen and (max-width: 340px) {
    .catalog ul {
        grid-template-columns: 1fr
    }

    .catalog li.anim:nth-child(n+1) img {
        -webkit-transition-delay: .1s;
        -o-transition-delay: .1s;
        transition-delay: .1s
    }

    .about_item.catalog.five ul {
        grid-template-columns: repeat(2, 1fr)
    }
}

@media only screen and (max-height: 800px) {
    :root {
        --nav: 58px
    }
}

@media only screen and (max-height: 700px) {
    :root {
        --nav: 52px
    }
}

@media only screen and (max-height: 600px) {
    :root {
        --nav: 32px
    }
}

@media only screen and (max-height: 450px) {
    :root {
        --nav: 24px
    }
}



/* Knot. */


.slick-slider {
	display: block;
	position: relative;
}

.slick-list {
	overflow-x: hidden;
}

.slick-track {
	overflow: hidden;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: stretch;
	-ms-flex-align: stretch;
	align-items: stretch;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	height: 100%;
}

.slick-slide {
	outline: 0;
}

.slick-list {
	overflow: visible;
}

.our_guten {
	margin-top: var(--i4);
}

.our_guten h3 + p,
.our_guten p + p {
	margin-top: 16px;
}

.our_guten p + figure,
.our_guten figure + h3,
.our_guten ul + h3{
		margin-top: var(--i5);
}



@-moz-document url-prefix() {

	.bar_wrapper {
		background-color: #000000f5;
	}
	
	.white .bar.black .bar_wrapper {
		background-color: #fffffff5;
	}
	
}

.gallery-columns-2 {
	align-items: stretch;
	
	height: 472px;
	margin: -24px;
}

.gallery-columns-2 .gallery-item {
	margin: 24px;
}

.gallery-icon,
.gallery-icon a {
	height: 100%;
}

.gallery-columns-2 .gallery-icon img {
	height: 100%;
	object-fit: cover;
	object-position: center;
}

@media only screen and (max-width: 1200px) {
   .gallery-columns-2 {
		margin: -12px;
	}

	.gallery-columns-2 .gallery-item {
		margin: 12px;
	}
}

@media only screen and (max-width: 770px) {
   .gallery-columns-2 {
		flex-direction: column;
		height: auto;
	}
}

/* Модалка */
.modal {
    background: #191919 !important;
}
body.white .modal {
    background: #fff !important;
}
#call-modal input.wpcf7-form-control.wpcf7-submit {
    color: #fff !important;
    background: #000;
    margin-top: 30px;
    border: none;
}

a.call-modal {
    background: #fff;
    display: block;
    position: fixed;
    bottom: 40px;
    left: 40px;
    padding: 10px;
    border-radius: 40px;
    color: #000;
    z-index: 999;
    opacity: 70%;
    transition: all ease-in-out .3s;
    height: 44px;
    width: 44px;
}

a.call-modal:hover {
opacity: 100%;
}

/* Kadence Z-Index */
.kt-row-column-wrap {
    z-index: 1;
}

.faq-page {
    border-bottom: 1px solid var(--line);
    height: auto !important;
    padding-bottom: var(--i2);    
}









@media only screen and (max-width: 900px) {
	
	.project_item:nth-child(1) {
		order: 2;
	}

	.project_item:nth-child(2) {
		order: 1;
	}

	.project_item:nth-child(3) {
		order: 4;
	}

	.project_item:nth-child(4) {
		order: 3;
	}
	
	.project_item:nth-child(5) {
		order: 6;
	}

	.project_item:nth-child(6) {
		order: 5;
	}
	
	.project_item:nth-child(7) {
		order: 8
	}

	.project_item:nth-child(8) {
		order: 7
	}
	
	.project_item:nth-child(9) {
		order: 10;
	}

	.project_item:nth-child(10) {
		order: 9;
	}
	
	.project_item:nth-child(11) {
		order: 12;
	}

	.project_item:nth-child(12) {
		order: 11;
	}
	
	.project_item:nth-child(13) {
		order: 14;
	}

	.project_item:nth-child(14) {
		order: 13;
	}
	
	.project_item:nth-child(15) {
		order: 16;
	}

	.project_item:nth-child(16) {
		order: 15;
	}
	
	.project_item:nth-child(17) {
		order: 18;
	}

	.project_item:nth-child(18) {
		order: 17;
	}
	
	.project_item:nth-child(19) {
		order: 20;
	}

	.project_item:nth-child(20) {
		order: 19;
	}
	
	.project_item:nth-child(21) {
		order: 22;
	}

	.project_item:nth-child(22) {
		order: 21;
	}
	
	.project_item:nth-child(23) {
		order: 24;
	}

	.project_item:nth-child(24) {
		order: 23;
	}
	
	.project_item:nth-child(25) {
		order: 26;
	}

	.project_item:nth-child(26) {
		order: 25;
	}
	
	.project_item:nth-child(27) {
		order: 28;
	}

	.project_item:nth-child(28) {
		order: 27;
	}
	
	.project_item:nth-child(29) {
		order: 30;
	}

	.project_item:nth-child(30) {
		order: 29;
	}
	
}


/* Faq page. */

.white .header-faq {
	filter: invert(1);
}

.white .faq-page {
    --color: var(--white);
    --bg: #ECECEC;
    --white: #242324;
}

.mainwrapper ~ .footer {
	margin-top: 0;
}

/* Faq page. */


/* About */
.about .gallery {
    display: flex;
}
.about .gallery-item {
    margin-right: 20px;
}

.embed-container {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.footer_local a,
.footer_mail a,
.footer_number a{
  display: inline-block;
}
