@font-face {
  font-family: 'ITCAvantGardeStd-Demi';
  src: 	url('../fonts/ITCAvantGardeStd-Demi.eot?#iefix') format('embedded-opentype'),  
  		url('../fonts/ITCAvantGardeStd-Demi.otf')  format('opentype'),
	    url('../fonts/ITCAvantGardeStd-Demi.woff') format('woff'), 
		url('../fonts/ITCAvantGardeStd-Demi.ttf')  format('truetype'), 
		url('../fonts/ITCAvantGardeStd-Demi.svg#ITCAvantGardeStd-Demi') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'Stem Web';
    src: url('../fonts/StemWeb-Bold_gdi.eot');
    src:
        url('../fonts/StemWeb-Bold_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StemWeb-Bold_gdi.woff') format('woff'),
        url('../fonts/StemWeb-Bold_gdi.ttf') format('truetype'),
        url('../fonts/StemWeb-Bold_gdi.svg#StemWeb-Bold') format('svg');
    font-weight: 700;
    font-style: normal;
}
@font-face {
    font-family: 'Stem Web';
    src: url('../fonts/StemWeb-Medium_gdi.eot');
    src:
        url('../fonts/StemWeb-Medium_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/StemWeb-Medium_gdi.woff') format('woff'),
        url('../fonts/StemWeb-Medium_gdi.ttf') format('truetype'),
        url('../fonts/StemWeb-Medium_gdi.svg#StemWeb-Bold') format('svg');
    font-weight: 500;
    font-style: normal;
}
@font-face {
    font-family: 'FreightTextPro';
    src: url('../fonts/FreightTextProMedium-Regular_gdi.eot');
    src:
        url('../fonts/FreightTextProMedium-Regular_gdi.eot?#iefix') format('embedded-opentype'),
        url('../fonts/FreightTextProMedium-Regular_gdi.woff') format('woff'),
        url('../fonts/FreightTextProMedium-Regular_gdi.ttf') format('truetype'),
        url('../fonts/FreightTextProMedium-Regular_gdi.svg#StemWeb-Bold') format('svg');
    font-weight: normal;
    font-style: normal;
}

* {
    margin: 0;
    padding: 0;
    outline: 0 none;
    border: none;
}
li {
    list-style: none outside none;
}
html, body {
    border: 0 none;
}
html {
    height: 100%;
    -webkit-text-size-adjust: none;
}

body {
    font-size: 16px;
    color: #333333;
    font-weight: 400;
    height: 100%;

    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;

    font-family: 'FreightTextPro', 'georgia', serif;
    letter-spacing: 0.015em;
    font-weight: 500;
}
body.ru {
    font-family: 'georgia', serif;
}

body.prevent-scroll {
    overflow: hidden;
}

header {
    position: fixed;
    width: 100%;
    left: 0;
    top: 0;
    z-index:9999;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}
header .logo {
    position: absolute;
    top: 25px;
    left: 4.3%;
    width:100px;
    height:12%;
    background: url(../images/logo-fill.svg) no-repeat;
    background-size: 100%;
    cursor: pointer;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    z-index: 9999;
}

header .logo:before {
    content: "";
    opacity: 0;
    top: -62px;
    left: 2px;
    overflow: hidden;
    position: absolute;
    width: 66px;
    height: 53px;
    padding-bottom: 30px;
    background: url(../images/rk-text.svg) no-repeat;
    background-size: 100%;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
header.dark .logo:before {
    background: url(../images/rk-text-white.svg) no-repeat;
    background-size: 100%;
}
.touch-undetected header .logo:hover {
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
    -ms-transform: translateY(30px);
    transform: translateY(30px);
}
.touch-undetected header .logo:hover:before {
    opacity: 1;
    -webkit-transition: all 0.4s ease 0.2s;
    transition: all 0.4s ease 0.2s;
    -ms-transform: translateY(0);
    transform: translateY(0);
}
header .logo.link-active {
    cursor: default;
}
header .menu-btn {
    position: absolute;
    top: 12px;
    right: 3.5%;
    width: 49px;
    height: 49px;
    cursor: pointer;
}
header .menu-btn .menu-circle-wrap {
    position: absolute;
    width: 49px;
    height: 49px;
    left: 0;
    top: 0;
    transition: all 0.3s;
}
header .menu-btn .menu-circle {
    position: absolute;
    width: 49px;
    height: 49px;
    left: 0;
    top: 0;
    transition: all 0.6s;
}
header .menu-btn .menu-circle path {
    fill: none;
    stroke-width: 2px;
    stroke: #5e6870;
    stroke-dashoffset: 157;
    stroke-dasharray: 157;
    transition: all 0.6s;
}
header .menu-btn.active .menu-circle {
    -ms-transform: rotate(-135deg);
    transform: rotate(-135deg);
}
header .menu-btn.active .menu-circle path {
    stroke-dashoffset: 0;
}

.touch-undetected header .menu-btn.active:hover .menu-circle-wrap {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
header .menu-btn .menu-circle-wrap .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #5f6a72;
    opacity: 0;
}
header .menu-btn.active .menu-circle-wrap .wave {
    opacity: 1;
}
.touch-undetected header .menu-btn.active:hover .menu-circle-wrap .wave {
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 0px 20px 0px #5f6a72;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}



header .page-names {
    position: absolute;
    top: 29px;
    right: 3.5%;
    width: 200px;
    margin-right: 70px;
    text-align: right;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    -o-transition: opacity 0.3s;
    transition: opacity 0.3s;
    z-index: 5;
}
header.page-name-active .page-names {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.3s;
    -o-transition: opacity 0.3s ease 0.3s;
    transition: opacity 0.3s ease 0.3s;
}
header .page-names .item {
    position: absolute;
    width: 200px;
    right: 0;
    top: 0;
    opacity: 0;
    transition: color 0.2s;
}
header .page-names .close-name:hover {
    color: #ee394e;
}
header .page-names .close-name:before {
    content: "";
    position: absolute;
    right: -14px;
    top: -3px;
    height: 22px;
    width: 1px;
    background: #30373c;
}
header .page-names .item.active {
    position: relative;
    opacity: 1;
    z-index: 10;
}

@media screen and (min-width: 640px) {
    header .logo {
        width: 70px;
        height: 24px;
    }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
    header .logo {
        top: 52px;
        left: 7.7%;
    }
    header .menu-btn {
        top: 41px;
        right: 7.6%;
    }
    header .page-names {
        top: 58px;
        right: 7.6%;
        margin-right: 100px;
    }
    header .page-names .close-name:before {
        right: -29px;
    }
}
header .menu-btn .bars {
    position: absolute;
    width: 27px;
    height: 22px;
    left: 0;
    top: 0px;
    right: 0;
    bottom: 0;
    margin: auto;
}
header .menu-btn .bar {
    position: absolute;
    width: 100%;
    height: 4px;
    background: #30373c;
    transition: background 0.2s;
/*  -ms-transition: -ms-transform 0.2s, background 0.2s;
    transition: transform 0.2s, background 0.2s;*/
}
header .menu-btn .b1 {
    top: 0;
}
header .menu-btn .b2 {
    top: 9px;
}
header .menu-btn .b3 {
    top: 18px;
}
header.light .menu-btn .bar {
    background: #30373c;
}
header.dark .menu-btn .bar {
    background: #f2f2f2;
    will-change: transform;
}
header .menu-btn .b1,
header .menu-btn .b3 {
    transition: all 0.2s;
}
.touch-undetected header .menu-btn:hover .b1 {
    -ms-transform: translateY(-2px);
    transform: translateY(-2px);
}
.touch-undetected header .menu-btn:hover .b3 {
    -ms-transform: translateY(2px);
    transform: translateY(2px);
}
header .menu-btn.active .b1.rotated {
    -ms-transform: translateY(9px) rotate(-135deg);
    transform: translateY(9px) rotate(-135deg);
}
header .menu-btn.active .b2 {
/*  opacity: 0;*/
/*  display: none;*/
}
header .menu-btn.active .b3.rotated {
    -ms-transform: translateY(-9px) rotate(-225deg);
    transform: translateY(-9px) rotate(-225deg);
}

.page-wrapper {
    position: relative;
    overflow: hidden;
/*  height: 100%;*/
    min-width: 320px;
}
.csstransitions .page-wrapper {
    opacity: 0;
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.csstransitions .page-wrapper.load-complete-once {
    opacity: 1;
}
.wrapper {
    position: relative;
    width: 85%;
    margin: 0 auto;
/*  outline: 1px solid rgba(0, 0, 0, 0.2);*/
}
@media screen and (min-width: 1000px) {
    .wrapper {
        width: 76%;
    }
}

.bg-fallback {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    display: none;
}
.bg-fallback div {
    height: 100%;
    width: 100%;
    background-size: 100% auto;
    background-size: cover;
    background-position: center;
}

.touch-detected .bg-fallback {
    display: block;
}

.sidebar {
    right: 7.6%;
    margin-right: 106px;
    top: 0;
    position: fixed;
    height: 100%;
    width: 0px;
    z-index: 40;
}
.sidenav {
    display: none;
    position: absolute;
    width: 0;
/*  overflow: hidden;*/
    height: 100%;
    right: 0;
    top: 0;
    opacity: 0;
    -webkit-transition: opacity 0.3s, width 0s linear 0.3s;
    transition: opacity 0.3s, width 0s linear 0.3s;
    pointer-events: none;
}
.sidenav.visible {
    opacity: 1;
    -webkit-transition: opacity 0.3s ease 0.4s, width 0s linear 0s;
    transition: opacity 0.3s ease 0.4s, width 0s linear 0s;
    width: 72px;
    pointer-events: auto;
}
@media screen and (min-width: 1000px) {
    .sidenav {
        display: block;
    }
}
.sidenav .sidenav-inner {
    position: absolute;
    top: 29%;
    bottom: 200px;
    width: 72px;
}
.sidenav .sidenav-tp {
    position: absolute;
    width: 1px;
    top: 100px;
    bottom: 71%;
    left: 0;
    right: 0;
    margin: auto;
    background: #ee394e;
}
.sidenav .sidenav-bt {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 170px;
}
.sidenav .item {
    position: relative;
    height: 20%;
    cursor: pointer;
}
.sidenav .item .name {
    position: absolute;
    width: 200%;
    top: 50%;
    margin-top: -8px;
    left: -50%;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    text-align: center;
    z-index: 1;
    opacity: 0;
    transition: all 0.3s;
    cursor: pointer;
/*  -ms-transform: scale(0.9);
    transform: scale(0.9);*/
}
.sidenav .item:not(.active):hover .name {
    transition: all 0.3s ease 0.2s;
    opacity: 1;
    -ms-transform: scale(1);
    transform: scale(1);
}
.sidenav .item.active {
    cursor: default;
}
.sidenav .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 15px;
    height: 1px;
    margin: auto;
    background: #30373c;
    opacity: 0.3;
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.sidenav .item:not(.active):hover:after {
    opacity: 0 !important;
}
.touch-undetected .sidenav .item:not(.active):hover:after {
    width: 72px;
}
.sidenav .item.active:after {
    width: 72px;
    background: #ee394e;
    opacity: 1;
}
.sidenav .item.viewed:after {
    background: #ee394e;
    opacity: 1;
}
.sidenav .item.viewed .name {
    color: #ee394e;
}

.content {
    /*height: 100%;*/
    position: relative;
    transform: translateZ(0px);
}
.stage {
    position: fixed;
    width: 100%;
    /*height: 100%;
*/  left: 0;
    top: 0;
    z-index: 1;
    transform: translateZ(0px);
/*  background: #1c2227;*/
}
.stage .wrapper {
    position: relative;
    height: 100%;
}
.stage .bg,
.stage .img-bg,
.stage .color-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
/*  -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    overflow: hidden;*/
}

.stage .color-bg  {
    z-index: 10;
/*  display: none;*/
}
.no-webgl .stage .color-bg {
    display: block;
}
.touch-detected .stage .color-bg {
    display: none;
}


.stage .color-bg .l1 {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
/*  -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;*/
/*  -webkit-transition: all 0.6s cubic-bezier(.21,.51,.51,1);
    transition: all 0.6s cubic-bezier(.21,.51,.51,1);*/
}
.stage .color-bg .color-net {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.stage .color-bg .color-net .l {
    position: absolute;
    width: 100%;
    left: 0;
}

.stage .color-bg .r {
    position: absolute;
    width: 10%;
    height: 100%;
    left: 0;
    transition: all 0.6s;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}

.stage .frame-bg {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    border: 2px solid #ffffff;
    z-index: 11;
}
.bg .frame {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    border: 2px solid #ffffff;
    z-index: 1;
}
.stage .img-bg {
    background-size: cover;
    background-position: center;
    z-index: 2;
}
.stage .video-container {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 4;
}
.touch-detected .stage .video-container {
    display: none;
}

.stage .video-container canvas {
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}
.stage .video-container .webgl-renderer {
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
video {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
    opacity: 0;
}
.stage .video-container .canvas-container,
.stage .video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.webgl .stage .video-container video {
    display: none;
}
.stage .video-container .canvas-container {
    z-index: 0;
}

.stage #stage-svg-text svg {
    transition: opacity 0.6s;
}
.stage #stage-svg-text svg.hidden {
    opacity: 0;
}
.stage #stage-svg-text svg {
    display: none;
}
.touch-detected .stage #stage-svg-text svg,
.no-webgl .stage #stage-svg-text svg {
    display: block;
}
.stage #stage-svg-text canvas {
    display: block;
}
.touch-detected .stage #stage-svg-text canvas {
    display: none;
}

.svg-text {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    margin: auto;
    z-index: 2;
    font-family: 'ITCAvantGardeStd-Demi';
    font-weight: 700;
    font-size: 32px;
    height: 200px;
    text-transform: uppercase;
}
.svg-text {
    position: absolute;
    left: 0;
    top: 0;
    color: #ffffff;
}
.stage .svg-text {
    z-index: 15;
}
.svg-text canvas {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: translateZ(0px);
    transform: translateZ(0px);
}
.svg-text canvas#text-texture {
    position: absolute;
    z-index: 1000;
    display: none;
}
.svg-text svg text,
.svg-text svg path {
    alignment-baseline: before-edge;
    stroke-width: 40px;
    stroke: #ffffff;
    fill: #ffffff;
}

@media screen and (min-width: 640px) {
    .svg-text svg path {
        stroke-width: 26px;
    }
    .svg-text {
        font-size: 60px;
    }
}
@media screen and (min-width: 1000px) {
    .svg-text svg path {
        stroke-width: 16px;
    }
    .svg-text {
        font-size: 120px;
    }
}
@media screen and (min-width: 1300px) {
    .svg-text svg path {
        stroke-width: 16px;
    }
    .svg-text {
        font-size: 150px;
    }
}

h1 {
    font-family: 'Stem Web', sans-serif;
    font-size: 40px;
    font-weight: 700;
    color: #30373c;
    letter-spacing: 0.015em;
    line-height: 1.25;
}
h2 {
    font-family: 'Stem Web', sans-serif;
    font-size: 35px;
    font-weight: 700;
    color: #30373c;
    letter-spacing: 0.015em;
    line-height: 1.25;
}
h3 {
    font-family: 'Stem Web', sans-serif;
    letter-spacing: 0.015em;
    font-size: 28px;
    line-height: 1.4;
    font-weight: 500;
    color: #2f3b44;
    margin-bottom: 35px;
    text-align: left;
}
h4 {
    font-family: 'Stem Web', sans-serif;
    font-weight: 700;
    font-size: 18px;
    letter-spacing: 0.2em;
    line-height: 1.25;
    color: #30373c;
    text-transform: uppercase;
    margin-bottom: 20px;
}

h6 {
    display: block;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    color: #30373c;
    letter-spacing: 0.2em;
    line-height: 1.25;
    text-align: center;
    text-transform: uppercase;

    margin-bottom: 30px;
}
@media screen and (min-width: 640px) {
    h1 {
        font-size: 50px;
    }
    h2 {
        font-size: 40px;
    }
    h3 {
        font-size: 32px;
        text-align: center;
    }
}
@media screen and (min-width: 1000px) {
    h1 {
        font-size: 60px;
    }
    h2 {
        font-size: 60px;
    }
    h3 {
        font-size: 42px;
    }
}

p {
    line-height: 1.9;
    margin-bottom: 25px;
}

section {
    position: relative;
}
section .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
section .wrapper {
    position: relative;
    z-index: 50;
}

.show320 {
    display: block !important;
}
.show640 {
    display: none !important;
}
.show320.show640 {
    display: block !important;
}
.show1000 {
    display: none !important;
}
.show640.show1000 {
    display: none !important;
}
span.show320 {
    display: inline !important;
}
span.show640 {
    display: none !important;
}
span.show320.show640 {
    display: inline !important;
}
span.show1000 {
    display: none !important;
}
span.show640.show1000 {
    display: none !important;
}
@media screen and (min-width: 640px) {
    .show320 {
        display: none !important;
    }
    .show320.show640 {
        display: block !important;
    }
    .show640 {
        display: block !important;
    }
    .show640.show1000 {
        display: block !important;
    }
    span.show320 {
        display: none !important;
    }
    span.show320.show640 {
        display: inline !important;
    }
    span.show640 {
        display: inline !important;
    }
    span.show640.show1000 {
        display: inline !important;
    }
}
@media screen and (min-width: 1000px) {
    .show320.show640 {
        display: none !important;
    }
    .show640 {
        display: none !important;
    }
    .show1000 {
        display: block !important;
    }
    .show640.show1000 {
        display: block !important;
    }
    span.show320.show640 {
        display: none !important;
    }
    span.show640 {
        display: none !important;
    }
    span.show1000 {
        display: inline !important;
    }
    span.show640.show1000 {
        display: inline !important;
    }
}

.menu-container {
    position: fixed;
    width: 0;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
    z-index: 9998;
    background: #1b2126;
    overflow: hidden;
    -webkit-transition: 0.2s opacity, 0s width linear 0.2s;
    -o-transition: 0.2s opacity, 0s width linear 0.2s;
    transition: 0.2s opacity, 0s width linear 0.2s;
}
.menu-container.active {
    width: 100%;
    opacity: 1;
    -webkit-transition: 0.2s opacity, 0s width linear 0s;
    -o-transition: 0.2s opacity, 0s width linear 0s;
    transition: 0.2s opacity, 0s width linear 0s;
}
.menu-container .wrapper {
    position: relative;
    height: 100%;
    z-index: 7;
}
.menu-container .svg-text {
    z-index: 6;
    -webkit-transition: opacity 0.6s;
    -o-transition: opacity 0.6s;
    transition: opacity 0.6s;
}
.menu-container .svg-text text,
.menu-container .svg-text path {
    fill: #171c20;
    stroke: #171c20;
}
.menu-container.hide-decor .svg-text {
    opacity: 0;
}


.menu-container .imgs-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
}
.menu-container .imgs-fg {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.menu-container .imgs-bg:before {
    content: "";
    position: absolute;
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    z-index: 1;
    background: #1b2126;
}
.menu-container .imgs-bg .menu-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -ms-transform: scale(1.03);
    transform: scale(1.03);
}
.menu-container .imgs-fg .menu-img {
    position: absolute;
    left: -12.5%;
    right: -12.5%;
    top: -24.8%;
    bottom: -24.8%;
    background-size: cover;
    background-position: center;
    opacity: 0;
    -ms-transform: scale(0.97);
    transform: scale(0.97);
}
.menu-container .imgs-bg .menu-img,
.menu-container .imgs-fg .menu-img {
    transition: all 0.2s;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
}
.menu-container .imgs-bg .menu-img {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
    -ms-transition: -ms-transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
    transition: transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
}
.menu-container .imgs-fg .menu-img  {
    -webkit-transition: -webkit-transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
    -ms-transition: -ms-transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
    transition: transform 1.2s cubic-bezier(.21,.51,.51,1) 0s, opacity 0.4s ease 0s;
}
.menu-container .imgs-bg .menu-img.active,
.menu-container .imgs-fg .menu-img.active {
    opacity: 0.4;
}
.menu-container .imgs-bg .menu-img.active {
    -ms-transform: scale(1);
    transform: scale(1);
}
.menu-container .imgs-fg .menu-img.active {
    -ms-transform: scale(1);
    transform: scale(1);
}

.menu-container .items {
    position: absolute;
    display: table;
    top: 20px;
    bottom: 0;
    height: 90%;
    left: 8%;
}
.menu-container .menu-cell {
    display: table-cell;
    vertical-align: middle;
}
.menu-container nav .item {
    position: relative;
    display: block;
    width: 215px;
    font-weight: 700;
    font-family: 'Stem Web', sans-serif;
    font-size: 20px;
    color: #ffffff;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-top: 15px;
    margin-top: 0px;
}
.touch-undetected .menu-container nav a:hover {
    color: #ffffff;
}
.menu-container nav .item.link-active {
    cursor: default;
}
.menu-container nav .item:before {
    position: absolute;
    top: 17px;
    left: 0px;
    width: 35px;
    height: 5px;
    background: #ee394e;
}
.menu-container nav .item:after {
    content: none;
    position: absolute;
    right: 10px;
    top: 19px;
    left: 50px;
    height: 2px;
    background: #3d4246;
}
.menu-container nav .item:nth-child(3n+2):before {
    top: 43px;
    left: auto;
    right: 27px;
}
.menu-container nav .item:nth-child(3n+2):after {
    left: 0;
    right: 50px;
}
.menu-container nav .item span {
    transition: all 0.2s;
}
.menu-container nav .item.link-active span {
    color: #ee394e;
}
.touch-undetected .menu-container nav .item:not(.link-active):hover span {
    opacity: 0.2;
}
@media screen and (min-height: 300px) {
    .menu-container .items {
        top: 0;
    }
    .menu-container nav .item {
        font-size: 30px;
        padding-top: 25px;
        margin-top: 0px;
    }
    .menu-container nav .item:after {
        content: "";
    }
    .menu-container nav .item:before {
        content: "";
    }
}
@media screen and (min-width: 640px) and (min-height: 500px) {
    .menu-container .items {
        left: 17.5%;
        height: 100%;
    }
    .menu-container nav .item {
        width: 390px;
        font-size: 55px;
        padding-top: 40px;
        margin-top: 0px;
    }
    .menu-container nav .item:before {
        left: 3px;
    }
    .menu-container nav .item:after {
        right: 10px;
        left: 130px;
    }
    .menu-container nav .item:nth-child(3n+2):before {
        top: 70px;
        left: auto;
        right: 44px;
    }
    .menu-container nav .item:before {
        top: 15px;
        left: 0px;
        width: 50px;
        height: 10px;
    }
    .menu-container nav .item:nth-child(3n+2):before {

    }
    .menu-container nav .item:nth-child(3n+2):after {
        left: 0;
        right: 130px;
    }
}

@media screen and (min-width: 640px) {
    .menu-container nav .item:after {
        -ms-transform: translateX(-30px);
        transform: translateX(-30px);
        -ms-transition: -ms-transform 3s cubic-bezier(.21,.51,.51,1), opacity 0.3s;
        transition: transform 3s cubic-bezier(.21,.51,.51,1), opacity 0.3s;
    }
    .menu-container.active nav .item:after {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu-container nav .item:nth-child(3n+2):after {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu-container.active nav .item:nth-child(3n+2):after {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu-container nav .item:before {
        -ms-transform: translateX(20px);
        transform: translateX(20px);
        -ms-transition: -ms-transform 2s cubic-bezier(.21,.51,.51,1), opacity 0.3s;
        transition: transform 2s cubic-bezier(.21,.51,.51,1), opacity 0.3s;
    }
    .menu-container.active nav .item:before {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
    .menu-container nav .item:nth-child(3n+2):before {
        -ms-transform: translateX(-20px);
        transform: translateX(-20px);
    }
    .menu-container.active nav .item:nth-child(3n+2):before {
        -ms-transform: translateX(0px);
        transform: translateX(0px);
    }
}

.menu-container .social {
    position: absolute;
    left: 4.3%;
    bottom: 19px;
    margin-left: -7px;
    z-index: 10;
    display: none;
}
.social .item {
    position: relative;
    display: inline-block;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    border: 2px solid transparent;
    margin: 0 7px;
    margin-top: 3px;
    margin-bottom: 3px;
}
.social .item.hideable {
    display: none;
}

@media screen and (min-height: 300px) {
    .menu-container .social {
        display: block;
    }
}
@media screen and (min-width: 640px) {
    .social .item.hideable {
        display: inline-block;
    }
}

.wave-container:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: -2px;
    top: -2px;
    border-radius: 50%;
    border: 2px solid #5f6a72;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.wave-container .wave {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0px;
    top: 0px;
    border-radius: 50%;
    -ms-transform: scale(1);
    transform: scale(1);
    box-shadow: 0px 0px 0px 0px #5f6a72;
}
.wave-container:hover:before {
    -ms-transform: scale(0.95);
    transform: scale(0.95);
}
.wave-container:hover .wave {
    -ms-transform: scale(2);
    transform: scale(2);
    box-shadow: 0px 0px 10px 0px #5f6a72;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.social .item.wave-container  .wave {
    box-shadow: 0px 0px 0px 0px #5f6a72;
}
.social .item.wave-container:hover .wave {
    box-shadow: 0px 0px 10px 0px #5f6a72;
}

.social .item:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.social .item.fb:after {
    background: url(../images/fb.svg);
    background-size: 100%;
}
.social .item.be:after {
    background: url(../images/be.svg);
    background-size: 100%;
}
.social .item.dr:after {
    background: url(../images/dr.svg);
    background-size: 100%;
}
.social .item.ig:after {
    background: url(../images/ig.svg);
    background-size: 100%;
}
.social .item.vk:after {
    background: url(../images/vk.svg);
    background-size: 100%;
}
.social .item.re:after {
    background: url(../images/re.svg);
    background-size: 100%;
}
.menu-container .lang {
    display: none;
    position: absolute;
    right: 3.5%;
    bottom: 35px;
    z-index: 10;
}
.menu-container .lang .block-link-header {
    display: none;
}
@media screen and (min-height: 300px) {
    .menu-container .lang {
        display: block;
    }
}
@media screen and (min-width: 640px) {
    .menu-container .lang .block-link-header {
        display: inline-block;
    }
}
@media screen and (min-width: 1000px) and (min-height: 600px) {
    .menu-container .social {
        left: 7.5%;
    }
    .menu-container .lang {
        right: 7.5%;
        bottom: 35px;
    }
}


.project-preloader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 1000;
    display: none;
    opacity: 0;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.project-preloader-container .bg,
.project-preloader-container .fg,
.project-preloader-container .pl {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.project-preloader-container .bg {
    z-index: 0;
}
.project-preloader-container .fg {
    z-index: 2;
}
.project-preloader-container .pl {
    z-index: 2;
}
.project-preloader-container .bg .svg-text {
    position: absolute;
    z-index: 0;
}
.project-preloader-container .fg .svg-text {
    z-index: 2;
}
.project-preloader-container .pl .svg-text {
    z-index: 2;
}
.project-preloader-container .img-container {
    position: absolute;
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    z-index: 1;
}
.project-preloader-container .img-container .img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    background-position: center;
    background-size: cover;
}
.project-preloader-container .img-container .img.active {
    display: block;
}
.project-preloader-container .img-container.fs {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    transition: all 0.6s;
}
.project-preloader-container .img-container.fs-back {
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
}
.project-preloader-container .img-container.emulate-project {
    left: 16.6%;
    right: 16.6%;
    top: 20%;
    bottom: 20%;
    transition: all 0.6s;
}
@media screen and (min-width: 640px) {
    .project-preloader-container .img-container.emulate-project {
        left: 25.5%;
        right: 25.5%;
        top: 29%;
        bottom: 29%;
    }
}

.project-preloader-container .fg .svg-text text,
.project-preloader-container .fg .svg-text path {
    fill: none;
    transition: all 1.2s cubic-bezier(.65,.29,.38,.97);
}
.project-preloader-container .pl .svg-text text,
.project-preloader-container .pl .svg-text path {
    opacity: 0;
    transition: all 0.3s;
}

.simple-preloader-container {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    display: none;
    opacity: 0;
    -webkit-transform: translateZ(0px);
    -ms-transform: translateZ(0px);
    -o-transform: translateZ(0px);
    transform: translateZ(0px);
    z-index: 1000;
}
.simple-preloader-container .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: #1b2126;
}
.simple-preloader-container .svg-text {
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.simple-preloader-container .imgs {
    position: absolute;
    opacity: 0;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 300px;
    height: 300px;
    margin: auto;
    max-width: 100%;
    z-index: 0;
}
.simple-preloader-container .imgs .item {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
    -webkit-transition: opacity 0.2s;
    transition: opacity 0.2s;
}
.simple-preloader-container .svg-text {
    z-index: 6;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.simple-preloader-container .svg-text text,
.simple-preloader-container .svg-text path {
    stroke-width: 2px;
    stroke: #171c20;
    fill: #171c20;
}


.vh-height {
    height: 100vh;
/*  -webkit-transition: height 0.3s;
    -o-transition: height 0.3s;
    transition: height 0.3s;*/
}
.content {
    position: relative;
    z-index: 5;
}
.content .home {
    position: relative;
/*  height: 100%;*/
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    backface-visibility: hidden;
    z-index: 2;
}
.content .fake-home {
    position: absolute;
    width: 100%;
    /*height: 100%;*/
    left: 0;
    top: 0;
    z-index: 0;
}

.content .feedback {
    overflow: hidden;
}

.home .main-text {
    display: table;
    position: absolute;
    left: 15%;
    top: 0;
    height: 100%;
    width: 220px;
    font-family: 'Stem Web', sans-serif;
    color: #2f3b44;
    font-size: 30px;
    font-weight: 600;
    letter-spacing: 0.01em;
    line-height: 1.25;
    z-index: 10;
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.ru .home .main-text {
    font-size: 24px;
}
.home .about-text {
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home .main-text .mt-inner {
    display: table-cell;
    vertical-align: middle;
}
@media screen and (min-width: 640px) and (min-height: 500px) {
    .home .main-text {
        left:29%;
        font-size:38px;
        width: 520px;
    }
    .ru .home .main-text {
        width: 550px;
        font-size: 52px;
    }
}
@media screen and (min-width: 1000px) and (min-height: 500px) {
    .ru .home .main-text {
        font-size: 60px;
    }
}
.home h1 {
    position: absolute;
    top: 17%;
    margin-top: 30px;
    left: 0;
    right: 0;
    text-align: center;
    color: #2b353c;
    letter-spacing: 0.015em;
    z-index: 5;
}
@media screen and (min-height: 400px) {
    .home h1 {
        top: 23%;
    }
}
.home .case-link {
    position: absolute;
    left: 0;
    right: 0;
    width: 45px;
    margin-left: auto;
    margin-right: auto;
    top: 23%;
    margin-top: 110px;
    z-index: 5;
}

.load-complete-once.transition-animation-complete .home .main-text,
.load-complete-once.transition-animation-complete .home .about-text {
    -webkit-transition: all 1.2s ease 0.6s;
    transition: all 1.2s ease 0.6s;
    opacity: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}


.scroll-link {
    position: absolute;
    width: 68px;
    height: 124px;
    margin: auto;
    cursor: pointer;
    z-index: 30;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.scroll-link-inner {
    position: absolute;
    width: 68px;
    height: 124px;
    left: 0;
    top: 0;
}
.scroll-link .bd {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 64px;
    height: 120px;
    margin: auto;
    border: 2px solid #ee394e;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
}
.scroll-link.bottom-link {
    left: 0;
    right: 0;
    bottom: 5%;
    margin: auto;
    display: none;
}
.scroll-link.bottom-link.small {
    height: 100px;
    width: 62px;
    display: none;
}
@media screen and (min-height: 400px) {
    .scroll-link.bottom-link.small {
        display: block;
    }
}
.scroll-link.bottom-link.small .bd {
    height: 100px;
    width: 58px;
}
.scroll-link.bottom-link.small .scroll-link-inner {
    height: 100px;
    width: 62px;
}
.scroll-link.bottom-link.small .arr {
    top: 20px;
}
.scroll-link.bottom-link.small .tx {
    top: 50px;
}
@media screen and (min-height: 500px) {
    .scroll-link.bottom-link {
        display: block;
    }
    .scroll-link.bottom-link.small {
        display: none;
    }
}

.home .scroll-link.bottom-link,
.stage .scroll-link.bottom-link {
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.home .scroll-link.bottom-link .tx,
.stage .scroll-link.bottom-link .tx {
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.load-complete-once.transition-animation-complete .home .scroll-link.bottom-link,
.load-complete-once.transition-animation-complete .stage .scroll-link.bottom-link {
    -webkit-transition: all 1.2s ease 0.9s;
    transition: all 1.2s ease 0.9s;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.load-complete-once.transition-animation-complete .home .scroll-link.bottom-link .tx,
.load-complete-once.transition-animation-complete .stage .scroll-link.bottom-link .tx {
    -webkit-transition: all 1.2s ease 0.9s;
    transition: all 1.2s ease 0.9s;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.home h1,
.stage h1 {
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.load-complete-once.transition-animation-complete .home h1,
.load-complete-once.transition-animation-complete .stage h1 {
    opacity: 1;
    -webkit-transition: all 1.2s ease 0.7s;
    transition: all 1.2s ease 0.7s;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.home .case-link {
    opacity: 0;
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
}
.load-complete-once.transition-animation-complete .home .case-link,
.load-complete-once.transition-animation-complete .stage .case-link {
    opacity: 1;
    -webkit-transition: all 1.2s ease 0.8s;
    transition: all 1.2s ease 0.8s;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}



.scroll-link .tx {
    position: absolute;
    top: 64px;
    left: -67px;
    width: 200px;
    text-align: center;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.8em;
    color: #2b353c;
    text-transform: uppercase;
}
.scroll-link .tx span {
    padding-left: 0.8em;
}
.scroll-link .arr {
    top: 42px;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 20px;
    height: 64px;
    overflow: hidden;
}
.scroll-link .arr path {
    stroke: #ee394e;
    stroke-width: 1px;
    fill: none;
    fill-rule: evenodd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.scroll-link.hidden .arr path {
    stroke: #30373c;
}
.scroll-link.hidden {
    opacity: 0.3;
    cursor: default;
}
.scroll-link.hidden .bd {
    border-color: #30373c;
}
.scroll-link svg {
    position: absolute;
    bottom: 0;
}
.scroll-link .bd {
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.scroll-link .arr {
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.touch-undetected .scroll-link:hover .bd {
    -webkit-transform: translateY(5px);
    -ms-transform: translateY(5px);
    -o-transform: translateY(5px);
    transform: translateY(5px);
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.touch-undetected .scroll-link:hover .arr {
    -webkit-transform: translateY(-5px);
    -ms-transform: translateY(-5px);
    -o-transform: translateY(-5px);
    transform: translateY(-5px);
}
.scroll-link.hidden {
    opacity: 0;
}
.scroll-link.hidden .arr {
    height: 0;
}
.scroll-link.hidden .bd {
    height: 0;
}

.home .img-bg {
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    background-size: cover;
    background-position: center;
}
.home .img-bg.emulate-project {
    left: 16.6%;
    right: 16.6%;
    top: 20%;
    bottom: 20%;
    transition: all 0.6s;
}
@media screen and (min-width: 640px) {
    .home .img-bg.emulate-project {
        left: 25.5%;
        right: 25.5%;
        top: 29%;
        bottom: 29%;
    }
}
.border {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    opacity: 0.75;
}
.border .b-1,
.border .b-2,
.border .b-3,
.border .b-4 {
    position: absolute;
    background: #27323a;
}
.border .b-1,
.border .b-3 {
    width: 100%;
    height: 16.6%;
    left: 0;
}
.border .b-1 {
    top: 0;
}
.border .b-3 {
    bottom: 0;
}
.border .b-2,
.border .b-4 {
    position: absolute;
    width: 10%;
    height: 100%;
    top: 0;
}
.border .b-2 {
    left: 0;
}
.border .b-4 {
    right: 0;
}

.stage .dash {
    -webkit-transform-origin: 0 100%;
    -moz-transform-origin: 0 100%;
    -ms-transform-origin: 0 100%;
    -o-transform-origin: 0 100%;
    transform-origin: 0 100%;
}
.home .dash,
.stage .dash {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 83.5%;
    margin: auto;
    width: 1px;
    height: 50px;
    background: none;
    z-index: 3;
    display: none;
}
.home .dash:after,
.stage .dash:after {
    content: "";
    position: absolute;
    width: 1px;
    height: 0px;
    top: 0;
    left: 0;
    opacity: 0;
    background: #ee394e;
}
.home .dash {
    z-index: 20;
}
.stage .dash {
    z-index: 100;
}
@media screen and (min-width: 640px) {
    .home .dash,
    .stage .dash {
        display: block;
    }
}


.home .small-video-container {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}
.touch-detected .home .small-video-container {
    display: none;
}
/*.home .small-video-container video {
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
}
.home .small-video-container video.visible {
    opacity: 1;
}*/

.home .about-text {
    position: absolute;
    left: 0;
    right: 0;
    top: 23%;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    z-index: 10;
    text-align: center;
}
.load-complete-once.transition-animation-complete .home .dash:after,
.load-complete-once.transition-animation-complete .stage .dash:after {
    height: 100%;
    opacity: 1;
    -webkit-transition: all 1.2s ease 0.3s;
    transition: all 1.2s ease 0.3s;
}

.projects {
    position: relative;
/*  height: 100%;*/
}
.project-preview {
    overflow: hidden;
}
.projects .project-preview {
    position: relative;
/*  height: 100%;*/
}
.projects .project-preview  h2 {
    position: relative;
}

.projects .project-preview  h2 .lt {
    position: relative;
}
.projects .project-preview  h2 .bl {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
}
.projects .project-preview  h2 .bl,
.projects .project-preview  h2 .wh {
    position: absolute;
    overflow: hidden;
    left: 0;
    width: 100%;
}
.projects .project-preview  h2 .wh span {
    position: absolute;
    bottom: 0;
}
.projects .project-preview  h2 .bl {
    top: 0;
}
.projects .project-preview  h2 .wh {
    bottom: 3px;
    color: #ffffff;
}
.projects .project-preview  h2 .fk {
    opacity: 0;
}
.projects .project-preview  h2 .bl {
    height: 100%;
}
.projects .project-preview  h2 .wh {
    height: 0%;
}
.projects .project-preview a.hover h2 .bl {
    height: 0%;
}
.projects .project-preview a.hover h2 .wh {
    height: 100%;
}



.project-preview .wrapper {
    height: 100%;
}
.project-preview .img,
.project-preview .o-img {
    position: absolute;
    background-size: cover;
    background-position: center;
    left: 16.6%;
    right: 16.6%;
    top: 20%;
    bottom: 20%;
    transition: all 0.5s;
    z-index: 3;
}
.project-preview .img .overlay {
    content: "";
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    opacity: 0.3;

    background: #f4ede5;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
}
.project-preview.group-hover-active .img .overlay {
    opacity: 0;
}
.csspointerevents .project-preview .img {
    cursor: url(../images/no-cursor.png);
    cursor: none;
}

.touch-detected .project-preview .img .overlay {
    display: none;
}


.project-preview.project-loading .img,
.project-preview.group-hover-active.project-loading .img {
    left: 10%;
    right: 10%;
    top: 16.6%;
    bottom: 16.6%;
    -ms-transform: scale(1);
    transform: scale(1);
    opacity: 1;
}

.cursor {
    position: fixed;
    left: -25px;
    top: -25px;
    width: 49px;
    height: 49px;
    opacity: 1;
    display: none;
    pointer-events: none;
    z-index: 10000;
}


.cursor {
    -webkit-transition: opacity 0.6s;
    transition: opacity 0.6s;
    z-index: 10000;
}
.cursor .cross {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 27px;
    height: 27px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.cursor .b {
    position: absolute;
    margin: auto;
    background: #30373c;
}
.cursor .b1 {
    width: 4px;
    height: 100%;
    left: 0px;
    right: 0px;
}
.cursor .b2 {
    height: 4px;
    width: 100%;
    top: 0px;
    bottom: 0px;
}
.cursor.hidden .cross {
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
}
.cursor .circle {
    width: 49px;
    height: 49px;
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
.cursor .circle path {
    fill: none;
    stroke-width: 2px;
    stroke: #30373c;
    opacity: 0.6;
    stroke-dashoffset: 0;
    stroke-dasharray: 157;
    transition: all 0.6s;
}
.cursor.hidden {
    opacity: 0;
}
.cursor.hidden .circle {
    -ms-transform: rotate(135deg);
    transform: rotate(135deg);
}
.cursor.hidden .circle path {
    stroke-dashoffset: 157;
    stroke-dasharray: 157;
}
.csspointerevents .cursor {
    display: block;
}

.project-preview .text {
    position: absolute;
    right: 0;
    left: 11.5%;
    top: 69%;
    max-width: 220px;
    z-index: 20;
}
.project-preview .text p {

}
.project-preview .text .bt {
    max-width:600px;
	width:100%;
    padding-left: 35px;
    display: none;
}

@media screen and (min-width: 640px) and (min-height: 500px) {
    .project-preview .text .bt {
        display: block;
    }
}
@media screen and (min-width: 640px) {
    .project-preview .img,
    .project-preview .o-img {
        left: 25.5%;
        right: 25.5%;
        top: 29%;
        bottom: 29%;
    }
    .project-preview .text {
        left: 20%;
        top: 67%;
        max-width: 420px;
    }
}
@media screen and (min-width: 1000px) {
    .project-preview .text {
        top:75%;
        width: 50%;
        max-width: 520px;
		left:26%;
    }
}


/*.project-preview .text .tp {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}
.project-preview .text .bt {
    -webkit-transition: all 0.8s ease;
    transition: all 0.8s ease;
}*/
/*.project-preview.group-hover-active .text .tp {
    -webkit-transform: translateX(80px);
    -ms-transform: translateX(80px);
    -o-transform: translateX(80px);
    transform: translateX(80px);
}
.project-preview.group-hover-active .text .bt {
    -webkit-transform: translateX(48px);
    -ms-transform: translateX(48px);
    -o-transform: translateX(48px);
    transform: translateX(48px);
}*/


.project-preview .color-overlay,
.project-warn .color-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.project-warn {
    padding-top: 75px;
}
.project-warn h2 {
    text-align: center;
}

.content-section {
    padding-top: 65px;
    padding-bottom: 32px;
}
.content-section .l {
    width: 100%;
}
.content-section .r {
    width: 100%;
}
.content-section.triggerable {
/*  opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;*/

}
/*.content-section.triggerable.triggered-once {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}*/
.touch-undetected .intro.triggerable,
.touch-undetected .team.triggerable,
.touch-undetected .rewards.triggerable,
.touch-undetected .awards.triggerable,
.touch-undetected .feedback.triggerable,
.touch-undetected .clients.triggerable,
.touch-undetected .form-section.triggerable,
.touch-undetected .contacts.triggerable,
.touch-undetected .map.triggerable,
.touch-undetected .block-section.triggerable {
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
}
.touch-undetected .intro.triggerable .wrapper,
.touch-undetected .team.triggerable .wrapper,
.touch-undetected .rewards.triggerable .wrapper,
.touch-undetected .awards.triggerable .wrapper,
.touch-undetected .feedback.triggerable .wrapper,
.touch-undetected .clients.triggerable .wrapper,
.touch-undetected .form-section.triggerable .wrapper,
.touch-undetected .contacts.triggerable .wrapper,
.touch-undetected .map.triggerable .wrapper {
    opacity: 0;
    -webkit-transition: all 0.6s ease 0.3s;
    transition: all 0.6s ease 0.3s;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
}
.intro.triggerable.triggered-once,
.team.triggerable.triggered-once,
.rewards.triggerable.triggered-once,
.awards.triggerable.triggered-once,
.feedback.triggerable.triggered-once,
.clients.triggerable.triggered-once,
.form-section.triggerable.triggered-once,
.contacts.triggerable.triggered-once,
.map.triggerable.triggered-once,
.block-section.triggerable.triggered-once {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}
.intro.triggerable.triggered-once .wrapper,
.team.triggerable.triggered-once .wrapper,
.rewards.triggerable.triggered-once .wrapper,
.awards.triggerable.triggered-once .wrapper,
.feedback.triggerable.triggered-once .wrapper,
.clients.triggerable.triggered-once .wrapper,
.form-section.triggerable.triggered-once .wrapper,
.contacts.triggerable.triggered-once .wrapper,
.map.triggerable.triggered-once .wrapper {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}

.clear {
    clear: both;
}
@media screen and (min-width: 1000px) {
    .content-section .l {
        float: left;
        width: 45%;
    }
    .content-section .r {
        float: right;
        width: 45%;
    }
}

.afterline,
.beforeline {
    position: relative;
}
.afterline:after {
    content: "";
    left: 0;
    right: 0;
    bottom: -25px;

    margin: auto;
    position: absolute;
    width: 1px;
    height: 50px;
    background: #ee394e;
    z-index: 3;
}
.beforeline:before {
    content: "";
    left: 0;
    right: 0;
    top: -25px;
    margin: auto;
    position: absolute;
    width: 1px;
    height: 50px;
    background: #ee394e;
    z-index: 3;
}


a {
    text-decoration: none;
    color: #333333;
}
a.dashed {
    position: relative;
    padding-left: 19px;
}
a.dashed:after {
    content: "";
    position: absolute;
    left: 0;
    top: 5px;
    width: 10px;
    height: 13px;
    background: url(../images/slash.svg);
}

.grey {
    color: #a2abb1;
}
.grey h1,
.grey h2,
.grey h3,
.grey h4,
.grey h5 {
    color: #9da3a6;
}
.grey h6 {
    color: #8b98a3;
}
.grey a {
    color: #9da3a6;
}

.dark {
    color: #fcfcfc;
}
.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6 {
    color: #e9e9e9;
}
.light h1,
.light h2,
.light h3,
.light h4,
.light h5,
.light h6 {
    color: #2f3b44;
}
.dark a:not(.logo):not(.menu-link) {
    color: #e9e9e9;
    transition: color 0.3s;
}
.touch-undetected .dark a:not(.logo):not(.menu-link):hover {
    color: #ee394e;
}

.intro {
    position: relative;
    background: #27323a;
    z-index: 5;
    padding-bottom: 106px;

}

.intro .r {
    float: right;
    width: 100%;
}
.intro .l {
    
    float: left;
    padding-top: 40px;
}
.intro .l .agency-year-container {
    position: relative;
    display: flex;
    margin: 0 auto;
    justify-content: center;
    align-items: center;
}

.intro .l .agency-year-container .agency-year {
    position: relative;
    width: 120px;
    height: 120px;
}

.intro .l .agency-year-container .agency-year svg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.intro .l .awards-row {
        display: flex;
        justify-content: space-between;
        align-items: flex-end;
        max-width: 240px;
        margin: 0 auto;
}

.intro .l .awards-row .award {
        display: flex;
        flex-direction: column;
        justify-content: center;
        align-items: center;
}

.intro .l .awards-row .award .icon {
    display: block;
    padding-bottom: 23px;
}

.intro .l .awards-row .award .icon.cssda {
    width: 26px;
    height: 23px;
}

.intro .l .awards-row .award .icon.awwwards {
    width: 44px;
    height: 12px;
}

.intro .l .awards-row .award .icon.fwa {
    width: 44px;
    height: 12px;
}

.intro .l .awards-row .award .label {
    display: block;
    font-size: 9px;
    letter-spacing: 0.1em;
    font-family: 'Stem Web', sans-serif;
    text-transform: uppercase;
}

.intro .r .link {
    display: block;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding-top: 59px;
    text-align: center;
    line-height: 1.9;
}


.intro .r .link a { 
    color: #ee394e;
    transition: color 0.3s;
}

.intro .r .link a:hover {
    color: #e9e9e9;
}

@media screen and (min-width: 640px) {


    .intro .l {
        width: 100%;
    }

    .intro .l .awards-row {
        justify-content: space-between;
        align-items: flex-end;
        flex-direction: row;
        min-height: initial;
    }
}
@media screen and (min-width: 1000px) {
    .intro .l {
        position: absolute;
        bottom: -22px;
        width: 45%;
    }

    .intro .l .awards-row {
        width: 240px;
        float: right;
    }

    .intro .l .agency-year-container {
        justify-content: flex-end;
    }

    .intro .l .agency-year-container .agency-year svg {
        top: 20px;
    }

    .intro .r {
        float: right;
        width: 45%;
    }

    .intro .r .link {
        text-align: left;
    }

}

.words-main {
    display: none;
}
.block-link {}
.block-link .block-link-header {
    padding-right: 5px;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
}
.block-link a {
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.block-link a:hover {
    color: #ee394e;
}

.dark .block-link .block-link-header {
    color: #8b98a3;
}

.team {
    background: #1c2227;
}
.team .team-container {
    padding-top: 20px;
    padding-bottom: 30px;
    text-align: center;
    margin-left: -1%;
    margin-right: -1%;
}
.team .team-container .dynamic-imgs-container {
    display: none;
}
.team .team-container .inner {
/*  max-width: 1200px;*/
    margin: 0 auto;
}
.team .item {
    position: relative;
    width: 48%;
    display: inline-block;
    margin: 0 1% 90px;
    text-align: left;
}
.team .item .img-fake img {
    width: 100%;
    display: block;
}
.team .item-inner {
    position: absolute;
    width: 100%;
/*  height: 100%;*/
    left: 0;
    top: 0;
}
.team .img {
    position: relative;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.team .img .hover-img {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    opacity: 0;
/*  -webkit-transition: opacity 0.07s;
    transition: opacity 0.07s;*/
}
.team .img img {
    display: block;
}
/*.team .img:after {
    position: absolute;
    content: "";
    width: 12px;
    height: 12px;
    background: #ee394e;
    left: 0;
    right: 0;
    margin: auto;
    top: -31px;
    opacity: 0;
    border-radius: 50%;
}*/
.team .img:before {
    content: "";
    position: absolute;
    height: 50px;
    width: 1px;
    background: #ee394e;
    top: -25px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 1;
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
}
.team .item:hover .img:before {
    -ms-transform: scaleY(1);
    transform: scaleY(1);
}
.team .item:hover .img {
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
/*.team .item:hover .img:after {
    opacity: 1;
    -webkit-transition: all 0.3s ease 0.6s;
    -o-transition: all 0.3s ease 0.6s;
    transition: all 0.3s ease 0.6s;
}*/
.team .img img:not(.hover-img) {
    width: 100%;
    transition: all 0.3s;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.team .nfo {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -32px;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.team .item:hover .nfo {
    opacity: 1;
    -ms-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition: all 0.6s ease 0.3s;
    transition: all 0.6s ease 0.3s;
    -ms-transform: translateY(-5px);
    transform: translateY(-5px);
}
.team .nm {
    font-family: 'Stem Web', sans-serif;
    font-size: 16px;
    color: #ee394e;
    letter-spacing: 0.2em;
    font-weight: 700;
    text-transform: uppercase;
}
.team .item img:not(.hover-img) {
    opacity: 0.5;
}
.team .item:hover img:not(.hover-img) {
    opacity: 1;
}
@media screen and (min-width: 640px) {
    .team .item {
        width: 31%;
    }
}
@media screen and (min-width: 1000px) {
    .team .item {
        width: 23%;
    }
}
@media screen and (min-width: 1200px) {
    .team .item {
        width: 18%;
    }
}

/*.team .line .item:first-child {
    margin-left: 0;
}
.team .line .item:last-child {
    margin-right: 0;
}*/

.team .join {
    position: relative;
    padding-top: 83px;
    padding-bottom: 55px;
}
.team .logo {
    position: absolute;
    top: 40px;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 70px;
    height: 25px;
    background: url(../images/logo-stroke.svg);
    background-size: 100%;
}
.team .join .r p {
    color: #a2abb1;
}
.team .l {
    padding-top: 3px;
    text-align: center;
}
@media screen and (min-width: 1000px) {
    .team .l {
        text-align: right;
    }
}
/*.team h4 {
    color: #e9e9e9;
}*/

.rewards {
    background: #263038;
}
.rewards .rewards-container {
    padding-bottom: 0px;
}
@media screen and (min-width: 640px) {

}
.rewards .item {
    position: relative;
/*  height: 185px;*/
    width: 100%;
    padding-bottom: 25px;
    margin-bottom: 40px;
    float: left;
    text-align: center;
}
.rewards .item:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 25px;
    height: 4px;
    background: #ee394e;
    bottom: 0;
}
.rewards .item-inner {
    width: 85%;
    margin: 0 auto;
}
.rewards .r-t {
    padding-top: 8px;
    font-family: 'Stem Web', sans-serif;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    color: #ee394e;
    font-weight: 700;
    padding-bottom: 7px;
}
.rewards .r-t span {
    padding-left: 0.8em;
}
.rewards .r-p {
    position: relative;
    font-family: 'Stem Web', sans-serif;
    font-size: 45px;
    font-weight: 700;
    letter-spacing: 0.05em;
    color: #fcfcfc;
    padding-bottom: 33px;
}
.rewards .r-p:before {
    content: "";
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    margin: auto;
    width: 87px;
    height: 31px;
    background: url(../images/leaves.svg);
}
@media screen and (min-width: 640px) {
    .rewards .item {
        width: 50%;
    }
}
@media screen and (min-width: 1000px) {
    .rewards .item {
        width: 25%;
    }
}

.subwrapper {
    width: 100%;
    margin: 0 auto;
}
@media screen and (min-width: 1000px) {
    .subwrapper {
        width: 93%;
    }
}

.awards {
    background: #2f3b44;
}
.awards .svg-text text,
.awards .svg-text path {
    stroke-width: 2px;
    stroke: #263038;
    fill: #263038;
}
.awards .svg-text {
    display: none;
}
@media screen and (min-width: 1000px) {
    .awards .svg-text {
        display: block;
    }
}
.awards .awards-container {
    padding-bottom: 30px;
}
.awards .item {
    border-bottom: 1px solid #4b555d;
    line-height: 35px;
    padding-bottom: 5px;
    margin-bottom: 5px;
}
.awards .group {
    position: relative;
    padding-top: 60px;
    padding-bottom: 37px;
}


.awards .group.cssda:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 20px;
    background: url(../images/cssda.svg);
}
.awards .group.fwa:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 11px;
    background: url(../images/fwa.svg);
}
.awards .group.runet:before {
    content: "";
    position: absolute;
    width: 22px;
    height: 32px;
    background: url(../images/runet.svg);
}
.awards .group.golden:before {
    content: "";
    position: absolute;
    width: 31px;
    height: 37px;
    background: url(../images/golden.svg);
}
.awards .group.awwwards:before {
    content: "";
    position: absolute;
    width: 38px;
    height: 10px;
    background: url(../images/awwards.svg);
    background-size: 100%;
}

.awards .group.cssda:before {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 30px;
    height: 27px;
    background-size: 100%;
}
.awards .group.fwa:before {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 60px;
    height: 18px;
    background-size: 100%;
}
.awards .group.runet:before {
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 35px;
    height: 52px;
    background-size: 100%;
}
.awards .group.golden:before {
    top: 0px;
    left: 0px;
    right: 0;
    width: 45px;
    height: 53px;
    margin: auto;
    background-size: 100%;
}
.awards .group.awwwards:before {
    top: 10px;
    left: 0px;
    right: 0px;
    margin: auto;
}

@media screen and (min-width: 1000px) {
    .awards .group {
        padding-top: 0;
    }
    .awards .group.cssda:before {
        top: 8px;
        left: -47px;
        width: 22px;
        height: 20px;
        right: auto;
    }
    .awards .group.fwa:before {
        top: 11px;
        left: -55px;
        width: 38px;
        height: 11px;
        right: auto
    }
    .awards .group.runet:before {
        top: 0;
        left: -50px;
        width: 22px;
        height: 33px;
        right: auto;
    }
    .awards .group.golden:before {
        top: 0;
        width: 31px;
        height: 37px;
        left: -52px;
        right: auto;
    }
    .awards .group.awwwards:before {
        top: 11px;
        left: -55px;
        right: auto;
    }
}

.awards .g-l {
    width: 100%;
}
.awards .g-m {
    width: 100%;
    line-height: 1.4;
}
.awards .g-r {
    width: 100%;
    white-space: nowrap;
}
.awards .g-l .p-n,
.awards .g-l .p-p {
    display: block;
}
.awards .g-l .p-n {
    // width: 50%;
    width: 85%;
    float: left;
}
.awards .g-l .p-p {
    width: 50%;
    float: right;
    text-align: right;
}
.awards .g-m .p-p {
    display: none;
}
@media screen and (min-width: 640px) {
    .awards .g-m {
        width: 70%;
        float: left;
        line-height: 35px;
    }
    .awards .g-l .p-p {
        display: none;
        width: 30%;
        text-align: left;
    }
    .awards .g-m .p-p {
        display: inline-block;
    }
    .awards .g-r {
        width: 30%;
        float: right;
    }
}
@media screen and (min-width: 1000px) {
    .awards .g-l,
    .awards .g-m,
    .awards .g-r {
        float: left;
    }
    .awards .g-l {
        width: 33.5%;
    }
    .awards .g-l .p-p {
        display: none;
    }
    .awards .g-m {
        display: block;
        width: 51%;
        line-height: 35px;
    }
    .awards .g-r {
        width: 15.5%;
    }
    .awards .item {
        padding-bottom: 0;
        margin-bottom: 0;
    }
}

.awards .g-l .p-n {
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    color: #ee394e;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}
.awards .g-l .p-p {
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
}

.awards .g-m strong {
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    padding-right: 20px;
}
.awards .g-m .p-t {
    padding-right: 5px;
}
/*.awards .g-m .date {
    padding-left: 5px;
}*/

.awards .awwwards .g-m .p-t {
    padding-right: 20px;
}

.feedback {
    padding-bottom: 60px;
    background: #263038;
}
.feedback .svg-text text,
.feedback .svg-text path {
    stroke-width: 2px;
    stroke: #1f272d;
    fill: #1f272d;
}
.feedback h6 {
    margin-bottom: 50px;
}
.feedback .slider-outer {
    position: relative;
}
.feedback .back-slider {
    position: absolute;
    top: 130px;
    left: 0;
    width: 100%;
    z-index: 0;
    overflow: visible;
    -webkit-transform-origin: 50% 50%;
    -moz-transform-origin: 50% 50%;
    -ms-transform-origin: 50% 50%;
    -o-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    -ms-transform: translateY(0px) scaleY(0.97);
    transform: translateY(0px) scaleY(0.97);
}
.feedback .back-slider:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 5;
    background: #263038;
}
.feedback .back-slider .swipe-wrap {
    overflow: visible;
}


.feedback .back-slider .slide {
}
.feedback .back-slider .slide.to-left,
.feedback .back-slider .slide.to-right {
    opacity: 0;
}


.feedback .bg .wrapper {
    position: relative;
    z-index: 1;
}
.feedback .bg .svg-text {
    z-index: 2
}
.feedback .slider {
    padding-top: 30px;
    padding-bottom: 30px;
}
.feedback .slider:before {
    top: 0;
}
.arrow {
    position: absolute;
    top: -5px;
    width: 124px;
    height: 68px;
    cursor: pointer;
    z-index: 30;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
    cursor: pointer;
    z-index: 2;
}
.arrow .bd {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    border: 2px solid #ee394e;
}
.arrow.arrow-right {
    right: 0;
}
.arrow.arrow-left {
    left: 0;
}
.arrow .arr {
    position: absolute;
    left: 42px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 64px;
    height: 20px;
    pointer-events: none;
}
.arrow.arrow-left .arr {
    left: auto;
    right: 42px;
}
.arrow .arr path {
    stroke: #ee394e;
    stroke-width: 1px;
    fill: none;
    fill-rule: evenodd;
    -webkit-transition: all 0.2s;
    transition: all 0.2s;
}
.arrow.hidden .arr path {
    stroke: #30373c;
}
.arrow.hidden .bd {
    border-color: #30373c;
}
.arrow .arr {
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.arrow .bd {
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.arrow.arrow-left:not(.hidden):hover .arr {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
.arrow.arrow-right:not(.hidden):hover .arr {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.arrow.arrow-left:not(.hidden):hover .bd {
    -ms-transform: translateX(-5px);
    transform: translateX(-5px);
}
.arrow.arrow-right:not(.hidden):hover .bd {
    -ms-transform: translateX(5px);
    transform: translateX(5px);
}
/*.arrow:not(.hidden):hover .arr-1,
.arrow:not(.hidden):hover .arr-2 {
    -webkit-transition: all 0.6s cubic-bezier(.21,.51,.51,1);
    transition: all 0.6s cubic-bezier(.21,.51,.51,1);
}
.arrow.arrow-left:not(.hidden):hover .arr-1 {
    -ms-transform: translateX(-100px);
    transform: translateX(-100px);
    opacity: 0;
}
.arrow.arrow-left:not(.hidden):hover .arr-2 {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.arrow.arrow-right:not(.hidden):hover .arr-1 {
    -ms-transform: translateX(100px);
    transform: translateX(100px);
    opacity: 0;
}
.arrow.arrow-right:not(.hidden):hover .arr-2 {
    -ms-transform: translateY(0px);
    transform: translateY(0px);
    opacity: 1;
}
.arrow.hidden {
    border: 2px solid #30373c;
    opacity: 0.3;
    cursor: default;
}*/



.slider {
    overflow: hidden;
}
.slider .swipe-wrap {
    overflow: hidden;
    position: relative;
}
.slider .slide {
    float: left;
    width: 100%;
    position: relative;
}
.feedback .slider .slide {
    padding-top: 100px;
    overflow: hidden;
}
.feedback .subwrapper {
    position: relative;
}
.feedback .block-link {
}
@media screen and (min-width: 1000px) {
    .feedback .block-link {
/*      position: absolute;
        left: 3.5%;
        bottom: 20px;
        z-index: 5;*/
    }
    .feedback .slider {
        padding-bottom: 0px;
    }
}
.feedback .person {
    margin-left: 0px;
    padding-bottom: 100px;
}
.feedback .person .nm {
    font-family: 'Stem Web', sans-serif;
    font-size: 18px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    padding-bottom: 5px;
}
.feedback .person .jb {
    position: relative;
    padding-bottom: 50px;
}
.feedback .person .jb:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 3px;
    background: #ee394e;
    bottom: 30px;
    left: 0;
}
.feedback .l {
    position: relative;
}
.feedback .l:before {
    content: "";
    display: none;
    position: absolute;
    top: -5px;
    left: -2px;
    width: 111px;
    height: 78px;
    background: url(../images/quotes.svg) no-repeat;
}
.feedback .person .ava {
    width: 100px;
    height: 150px;
    overflow: hidden;
}
.feedback .person .ava img {
    width: 100px;
    display: block;
}
.feedback .quote-outer {
    margin-top: -60px;
    top: 165px;
    left: 0;
    padding-bottom: 20px;
}
.feedback .quote {
    font-family: 'Stem Web', sans-serif;
    font-weight: 500;
    font-size: 22px;
    padding-bottom: 20px;
}


.feedback p {
    line-height: 1.6;
    margin-bottom: 20px;
}
@media screen and (min-width: 640px) {
    .feedback .person {
        margin-left: 165px;
    }
    .feedback .l:before {
        display: block;
    }
    .feedback .quote-outer {
        position: absolute;
        margin-top: 0;
    }
    .feedback .quote {
        padding-bottom: 20px;
        font-size: 28px;
    }
}

.clients {
    background: #1b2126;
    padding-top: 150px;
    padding-bottom: 150px;
}
.clients .svg-text text,
.clients .svg-text path {
    stroke-width: 2px;
    stroke: #1f272d;
    fill: #1f272d;
}
.clients .items-outer {
    position: relative;
    width: 100%;
    overflow: auto;
}
.clients .item {
    display: block;
    position: relative;
    display: inline-block;
    width: 200px;
    float: none;
    height: 110px;
}
.clients .item img {
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    width: auto;
    height: auto;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
}
.clients .items {
    white-space: nowrap;
}
.clients .wrapper {
    width: 100%;
}
.clients .frame {
    border-color: #6f757a;
}

@media screen and (min-width: 640px) {
    .clients .item {
        display: block;
        float: left;
        width: 33.3%;
    }
    .clients .wrapper {
        width: 85%;
    }
}
@media screen and (min-width: 1000px) {
    .clients .item {
        width: 20%;
    }
}

.form-section {
    background: #fafafa;
    padding-top: 80px;
    padding-bottom: 85px;
}
.form-section h3 {
    font-size: 32px;
    margin-bottom: 50px;
}
.form-section form {
    position: relative;
    max-width: 575px;
    margin: 0 auto;
    z-index: 1;
}
@media screen and (min-width: 640px) {
    .form-section h3 {
        font-size: 40px;
    }
}
.form-section .responce {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: 0;
    opacity: 0;
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    -ms-transform: translateY(20px);
    transform: translateY(20px);
}
.form-section .responce.active {
    opacity: 1;
    z-index: 1;
    -ms-transform: translateY(0px);
    transform: translateY(0px);
}
.form-section .responce-inner {
    width: 80%;
    margin: 0 auto;
    padding-top: 150px;
    text-align: center;
}
.form-section .view-form {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.form-section .view-form.sending,
.form-section .view-form.submitted {
    opacity: 0;
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    z-index: 0;
}

.block-section h6 {
    margin-bottom: 12px;
}
.block-section.case-intro {
    position: relative;
    height: 130px;
    height: auto;
    padding-bottom: 40%;
}
@media screen and (min-width: 420px) {
    .block-section.case-intro {
        height: 170px;
        height: auto;
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 640px) {
    .block-section.case-intro {
        height: 260px;
        height: auto;
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 900px) {
    .block-section.case-intro {
        height: 370px;
        height: auto;
        padding-bottom: 40%;
    }
}
@media screen and (min-width: 1280px) {
    .block-section.case-intro {
        height: auto;
        padding-bottom: 40%;
    }
}
.block-section .bg-l {
    position: absolute;
    width: 50%;
    height: 100%;
    z-index: 1;
}
.block-section.project-intro {
    padding-top: 60px;
    padding-bottom: 60px;
    background: #2b353c;
}
.block-section.project-intro h3 {
    text-align: left;
}
.block-section.project-about {
    padding-top: 65px;
    padding-bottom: 90px;
}
.block-section.project-about .l,
.block-section.project-about .r {
    margin-bottom: 40px;
}
.block-section.project-about .l {
    width: 100%;
}
.block-section.project-about .r {
    width: 100%;
}
@media screen and (min-width: 1000px) {
    .block-section.project-about .l {
        margin-left: 3.5%;
        width: 45%;
        float: left;
    }
    .block-section.project-about .r {
        width: 45%;
        float: right;
    }
}
.block-section.project-about h6 {
    text-align: left;
}
.block-section h1 {
    margin-bottom: 45px;
}
.block-section .img-block {
    position: relative;
}
.block-section .img-block-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
}
.block-section .img-block-bg .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.block-section .bg {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
}
.block-section .bg .frame {
    z-index: 2;
}
.block-section .bg .img {
    position: relative;
    height: 100%;
    z-index: 2;
}
.block-section .img {
    position: relative;
    z-index: 2;
}
.block-section .auto-width {
    background-size: contain;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.block-section .auto-width img,
.block-section .auto-width video {
    display: block;
    max-width: 100%;
/*    max-height: 100%;*/
    margin: 0 auto;
}
.block-section .full-width {
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
}
.block-section .full-width img {
    display: block;
    width: 100%;
    height: auto;
}
.block-section.text-block {
    position: relative;
    padding-top: 110px;
    padding-bottom: 50px;
    text-align: left;
}
.block-section.text-block h6 {
    text-align: left;
}
.block-section.text-block .l,
.block-section.text-block .r {
    position: relative;
    margin-bottom: 40px;
}
.block-section.text-block .l {
    width: 100%;
}
.block-section.text-block .r {
    width: 100%;
}
.block-section.text-block .l img,
.block-section.text-block .r img {
    display: block;
    margin: 0 auto 25px;
}

@media screen and (min-width: 1000px) {
    .block-section.text-block .l {
        width: 45%;
        float: left;
    }
    .block-section.text-block .r {
        width: 45%;
        float: right;
    }
}
.block-section.slider-block {
    position: relative;
    padding-top: 25px;
    margin-bottom: 0px;
}


.slider-block .slider {
    position: relative;
    width: 100%;
}
.slider-block .slider .slide {
    position: relative;
    overflow: hidden;
}
.slider-block .slider .slide-left {
    position: relative;
    left: 0;
    right: 0px;
    top: 0;
    height: 100%;
    z-index: 0;
    height: 380px;
}
.slider-block .slider .slide-right {
    position: relative;
    right: 0;
    width: 100%;
    z-index: 3;
    background: #f9f9f9;
}
.slider-block .slider-controls {
    position: absolute;
    top: 60px;
    bottom: 35px;
    width: 100px;
    right: 55px;
    height: auto;
    z-index: 10;
    display: none;
}

@media screen and (min-width: 1000px) {
    .block-section.slider-block {
        height: 575px;
    }
    .slider-block .slider {
        height: 575px;
    }
    .slider-block .slide {
        height: 575px;
    }
    .slider-block .slider .slide-left {
        position: absolute;
        height: 575px;
        width: 61%;
        right: 290px;
    }
    .slider-block .slider .slide-right {
        position: absolute;
        /*width: 495px;*/
        width: 39%;
        height: 100%;
    }
    .slider-block .slider-controls {
        display: block;
    }
}

.slider-block .tp,
.slider-block .bt {
    position: absolute;
    width: 100%;
    height: 56px;
}
.slider-block .md {
    position: absolute;
    top: 170px;
    height: auto;
    bottom: 85px;
    left: 0;
    width: 100%;
}
.slider-block .md:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -75px;
    width: 1px;
    height: 75px;
    background: #ee394e;
}
.slider-block .md .dashes {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
.slider-block .md .dashes .item {
    position: relative;
    width: 100%;
    height: 33%;
    cursor: pointer;
}
.slider-block .md .dashes .item:before {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    left: 0;
    top: 0;
    bottom: 0;
    right: 0;
    margin: auto;
    background: #30373c;
    opacity: 0.3;
    -webkit-transition: all 0.3s cubic-bezier(.21,.51,.51,1);
    transition: all 0.3s cubic-bezier(.21,.51,.51,1);
}
.slider-block .md .dashes .item:active {
    cursor: default;
}
.slider-block .md .dashes .item.viewed:before,
.slider-block .md .dashes .item.active:before {
    background: #ee394e;
    opacity: 1;
}
.slider-block .md .dashes .item:hover:before {
    width: 40px;
}
.slider-block .md .dashes .item.active:before {
    width: 72px;
    opacity: 1;
}


.slider-block .arrow .arr {
    left: 16px;
}
.slider-block .bt {
    bottom: 0;
}
.slider-block .arrow {
    top: 0;
    bottom: 0;
    width: 96px;
    height: 56px;
}
.slider-block .arrow.hidden {
    opacity: 0.3;
    cursor: default;
}

.slider-block .slider img {
    position: absolute;
    display:  block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.slider-block .slider-info {
    position: absolute;
    height: 575px;
    width: 495px;
    right: 0;
    top: 0px;
    background: #f9f9f9;
    z-index: 1;
}
.slider-block .slide-inner {
    margin: 0 auto;
    margin-left: 7.5%;
    margin-right: 7.5%;
    text-align: left;
    padding-top: 60px;
    padding-bottom: 20px;
}
.slider-block .slide-inner h6 {
    text-align: left;
}
@media screen and (min-width: 1000px) {
    .slider-block .slide-inner {
        margin-left: 13%;
        margin-right: 170px;
        padding-top: 220px;
    }
}

.block-section.h3-text {
    padding-top: 85px;
    padding-bottom: 60px;
    color: #bfbfbf;
}
.block-section.h3-text h3 {
    color: #bfbfbf;
    text-align: left;
}

.case-footer {
    padding-top: 75px;
}
.case-footer .cs-t {
    text-align: center;
}
.case-footer h6 {
    color: #ee394e;
    margin-bottom: 20px;
}
.case-link {
    display: inline-block;
    position: relative;
    font-family: 'Stem Web', sans-serif;
    font-size: 36px;
    padding-bottom: 65px;
    margin-bottom: 110px;
}
.case-link .link-icon {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 45px;
    height: 45px;
/*  border: 2px solid #30373c;*/
    border-radius: 50%;
}
.case-link .link-icon:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: url(../images/link-ico.svg);
    background-size: 100%;
}
.case-footer .share {
    margin-bottom: 22px;
}
.case-footer .share .share-text {
    position: relative;
    padding-bottom: 10px;
    font-family: 'Stem Web', serif;
    font-size: 11px;
    letter-spacing: 0.2em;
    text-transform: uppercase;
    vertical-align: middle;
}
.case-footer .share-icons {

}
.case-footer .share-text {
    position: relative;
    font-weight: 700;
    margin-bottom: 10px;
}
.case-footer .share-icons .ico {
    position: relative;
    width: 36px;
    height: 36px;
    display: inline-block;
/*  border: 2px solid #e5e5e5;*/
    border-radius: 50%;
    margin: 0 3px;
}
.case-footer .share-icons .ico:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}
@media screen and (min-width: 640px) {
    .case-footer .share-text {
        top: -10px;
        display: inline-block;
        margin-right: 13px;
        margin-bottom: 0;
    }
    .case-footer .share-icons {
        display: inline-block;
    }
}


.case-footer .wave-container:before {
    border: 2px solid #e5e5e5;
}
.case-footer .wave-container .wave {
    box-shadow: 0px 0px 0px 0px #cccccc;
}
.case-footer .wave-container:hover .wave {
    box-shadow: 0px 0px 20px 0px #cccccc;
}
.case-footer .social .item.wave-container  .wave {
    box-shadow: 0px 0px 0px 0px #cccccc;
}
.case-footer .social .item.wave-container:hover .wave {
    box-shadow: 0px 0px 20px 0px #cccccc;
}
.link-icon.wave-container:before {
    border: 2px solid #2b353c;
}
.link-icon.wave-container .wave {
    box-shadow: 0px 0px 0px 0px #a7b0b6;
}
.link-icon.wave-container:hover .wave {
    box-shadow: 0px 0px 20px 0px #a7b0b6;
}


.case-footer .share-icons .ico.fb:after {
    background: url(../images/fb.svg);
    background-size: 100%;
}
.case-footer .share-icons .ico.tw:after {
    background: url(../images/tw.svg);
    background-size: 100%;
}
.case-footer .cs-b {
    position: relative;
    background: #2b353c;
    padding-top: 60px;
    text-align: center;
}
.case-footer .offer {
    padding-bottom: 90px
}
.case-footer .offer-text {
    font-family: 'Stem Web', sans-serif;
    font-size: 36px;
    text-align: center;
    letter-spacing: 0.05em;
    padding-bottom: 26px;
}
.case-footer .offer-link {
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.8em;
    padding-left: 0.8em;
}
.case-footer .offer-link {
    position: relative;
    transition: all 0.6s;
}
.case-footer .offer-link:before,
.case-footer .offer-link:after {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    top: 6px;
    background: #ee394e;
}
.case-footer .offer-link:hover {
    color: #ee394e;
}
.case-footer .offer-link:before {
    left: -37px;
}
.case-footer .offer-link:after {
    right: -37px;
}
.case-footer .offer-link:before,
.case-footer .offer-link:after {
    transition: all 0.6s cubic-bezier(.77,0,.175,1);
}
.case-footer .offer-link:hover:before {
    left: 50px;
    width: 205px;
    opacity: 0;
}
.case-footer .offer-link:hover:after {
    right: 50px;
    width: 205px;
    opacity: 0;
}


.case-footer .case-contacts {
    padding-bottom: 50px;
}
.case-footer .case-contacts .block-link {
    display: block;
    margin-bottom: 10px;
}
.case-footer .frame {
    top: -150px;
    bottom: 150px;
    border-color: #8c99a3;
    opacity: 0.2;
}
.case-footer .svg-text {
    bottom: auto;
    top: 90px;
}
.case-footer .svg-text text,
.case-footer .svg-text path {
    stroke-width: 2px;
    stroke: #2f3b44;
    fill: #2f3b44;
}
@media screen and (min-width: 640px) {
    .case-footer .svg-text {
        top: 10px;
    }
    .case-footer .frame {
        top: -100px;
        bottom: 140px;
    }
    .case-footer .case-contacts .block-link {
        display: inline-block;
        margin: 0 20px;
    }
    .case-footer .case-contacts {
        padding-bottom: 100px;
    }
}

/*.project-intro.triggerable .wrapper {
    opacity: 0;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.project-intro.triggerable.triggered .wrapper {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}
.project-about.triggerable h1 {
    opacity: 0;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.project-about.triggerable .l,
.project-about.triggerable .r {
    opacity: 0;
    -ms-transform: translateY(40px) translateZ(0px);
    transform: translateY(40px) translateZ(0px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.project-about.triggerable.triggered h1,
.project-about.triggerable.triggered .l,
.project-about.triggerable.triggered .r {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}
.case-intro.triggerable .img {
    opacity: 0;
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
}
.case-intro.triggerable.triggered .img {
    opacity: 1;
}
.text-block.triggerable .wrapper {
    opacity: 0;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.text-block.triggerable.triggered .wrapper {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}
.img-block.triggerable .img {
    opacity: 0;
    -ms-transform: translateZ(0px);
    transform: translateZ(0px);
    -webkit-transition: all 0.8s;
    transition: all 0.8s;
}
.img-block.triggerable.triggered .img {
    opacity: 1;
}
.h3-text.triggerable .wrapper {
    opacity: 0;
    -ms-transform: translateY(20px) translateZ(0px);
    transform: translateY(20px) translateZ(0px);
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
}
.h3-text.triggerable.triggered .wrapper {
    opacity: 1;
    -ms-transform: translateY(0px) translateZ(0px);
    transform: translateY(0px) translateZ(0px);
}
*/




.contacts {
    background: #1b2126;
}
.contacts .contacts-inner {
    margin-top: 65px;
    padding-top: 67px;
    padding-bottom: 75px;
    text-align: center;
}
@media screen and (min-width: 640px) {
    .contacts .contacts-inner {
        padding-top: 117px;
        padding-bottom: 125px;
    }
}
@media screen and (min-width: 1000px) {
    .contacts .contacts-inner {
        padding-top: 167px;
        padding-bottom: 175px;
    }
}
.contacts  .block-link {
    display: inline-block;
    margin: 0 30px 15px;
}
.contacts .social {
    position: relative;
    margin-bottom: 50px;
    text-align: center;
}
.contacts .social:before,
.contacts .social:after {
    content: "";
    position: absolute;
    height: 1px;
    background: #5a646a;
}
.contacts .social:before {
    left: 0;
    top: 0px;
    bottom: 0px;
    right: 50%;
    margin-right: 115px;
    margin-top: auto;
    margin-bottom: auto;
}
.contacts .social:after {
    right: 0;
    top: 0px;
    bottom: 0px;
    top: 0px;
    left: 50%;
    margin-left: 115px;
    margin-top: auto;
    margin-bottom: auto;
}
.contacts .social-inner {
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    display: inline-block;
/*  width: 170px;*/
    margin: 0 auto;
    background: #1b2126;
    z-index: 2;
}
@media screen and (min-width: 640px) {
    .contacts .social-inner {
        width: auto;
    }
}
.contacts .svg-text text,
.contacts .svg-text path {
    fill: #1f272d;
    stroke: #1f272d;
}

.next-project {
    position: relative;
}
.next-project .project-preview {
    position: relative;
    z-index: 5;
}

.map {
    background: #1b2126;
}
.map .wrapper {
    position: relative;
}
.map .mw {
    position: absolute;
    top: 0px;
    left: 0;
    z-index: 1;
    width: auto;
    right: 120px;
}
.map .timer-words {
    display: none;
}
.map .mw .t {
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    padding-bottom: 10px;
}
.map .mw .b {
    font-style: italic;
    font-size: 21px;
    color: #828e99;
    letter-spacing: 0.025em;
}
.map .tm {
    position: absolute;
    right: 0;
    top: 0px;
    font-family: 'Stem Web', sans-serif;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.2em;
    font-weight: 700;
    z-index: 1;
}
.map .tm:before {
    content: "";
    position: absolute;
    top: 7px;
    left: -50px;
    width: 30px;
    height: 1px;
    background: #ee394e;
    display: block;
}
.map .ad {
    position: absolute;
    font-size: 16px;
    bottom: 70px;
    z-index: 1;
}
.map .mp {
    position: relative;
    padding-top: 70px;
    padding-bottom: 140px;
    margin: auto;
    width: 400px;
    max-width: 100%;
}
.map .mp-inner {
    position: relative;
}
.map .mp-inner:after {
    content: "";
    margin-top: -3px;
    left: 9%;
    top: 74%;
    position: absolute;
    width: 5px;
    height: 5px;
    background: #ffffff;
    border-radius: 50%;
}
.map .mp img {
    width: 100%;
    display: block;
}
@media screen and (min-width: 850px) {
    .map {
        height: 380px;
    }
    .map .mw {
        top: 60px;
        left: 0;
        width: 250px;
    }
    .map .mp:after {
        left: 9%;
        top: 72%;
    }
    .map .tm {
        right: 0;
        top: 60px;
    }
    .map .tm:before {
        display: block;
    }
    .map .ad {
        top: 270px;
    }
    .map .mp {
        position: absolute;
        top: 20px;
        left: 270px;
        right: 100px;
        width: 352px;
        padding: 0;
    }
}
@media screen and (min-width: 1300px) {
    .map .mw {
        position: absolute;
        left: 0;
        top: 113px;
        width: 300px;
    }
    .map .tm {
        top: 153px;
    }
    .map .mp {
        top: 20px;
        left: 350px;
        right: 100px;
        width: 452px;
    }
    .map .ad {
        top: 220px;
    }
    .map {
        height: 460px;
    }
}

form .line {
    padding-bottom: 35px;
}
form .l-l {
    width: 100%;
    float: left;
    padding-bottom: 0px;
    padding-bottom: 35px;
}
form .l-r {
    width: 100%;
    float: right;
}
@media screen and (min-width: 640px) {
    form .l-l {
        width: 48%;
        padding-bottom: 0;
    }
    form .l-r {
        width: 48%;
    }
    form .line {
        padding-bottom: 35px;
    }
}
form input {
    width: 100%;
    line-height: 38px;
    font-size: 16px;
    font-family: 'FreightTextPro', 'georgia', serif;
    letter-spacing: 0.015em;
    font-weight: 500;
    background: none;
}
form .input-wrapper {
    position: relative;
    display: block;
    padding: 7px 0;
    border-bottom: 2px solid #646e76;
}
form .input-wrapper textarea {
  width: 100%;
  line-height: 1.5;
  font-size: 16px;
  font-family: 'FreightTextPro', 'georgia', serif;
  letter-spacing: 0.015em;
  font-weight: 500;
  background: none;
  height: 24px;
  resize: none;
  display: block;
  overflow: hidden;
}
form .input-wrapper:after {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    width: 0%;
    opacity: 0;
    bottom: -2px;
    height: 2px;
    background: #ee394e;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
}
form .input-wrapper.error:after {
    width: 100%;
    opacity: 1;
}
form .input-wrapper input {
    position: relative;
    z-index: 1;
}
form .input-wrapper .input-placeholder {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    line-height: 38px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    color: #646e76;
}
form .input-wrapper.focus .input-placeholder,
form .input-wrapper.not-empty .input-placeholder {
    -ms-transform: translateY(-26px);
    transform: translateY(-26px);
}
form .submit-line {
    padding-top: 45px;
}
form .submit-wrapper {
    position: relative;
    display: block;
    width: 100%;
    max-width: 255px;
    margin: 0 auto;
    border: 2px solid #ee394e;
    cursor: pointer;
}
form .submit-wrapper:after,
form .submit-wrapper:before {
    content: "";
    position: absolute;
    width: 25px;
    height: 4px;
    top: 0;
    bottom: 2px;
    margin: auto;
    background: #ee394e;
    -webkit-transition: all 0.6s;
    -o-transition: all 0.6s;
    transition: all 0.6s;
}
form .submit-wrapper:before {
    right: -12px;
}
form .submit-wrapper:after {
    left: -12px;
}
form .submit-wrapper input {
    position: relative;
    display: block;
    line-height: 55px;
    background: none;
    font-family: 'Stem Web', serif;
    text-transform: uppercase;
    font-size: 12px;
    color: #2f3b44;
    font-weight: 600;
    padding-left: 0.8em;
    letter-spacing: 0.8em;
    text-align: center;
    cursor: pointer;
    z-index: 3;
}
form .submit-wrapper:before,
form .submit-wrapper:after {
    transition: all 0.6s ease 0.15s, transform 0.6s ease 0s;
    -ms-transition: all 0.6s ease 0.15s, -ms-transform 0.6s ease 0s;
}
form .submit-wrapper:hover:before,
form .submit-wrapper:hover:after {
    transition: all 0.6s ease 0s, transform 0.6s ease 0.15s;
    -ms-transition: all 0.6s ease 0s, -ms-transform 0.6s ease 0.15s;
}
form .submit-wrapper {
    transition: all 0.6s ease 0.15s;
}
form .submit-wrapper:hover {
    background: #ee394e;
    transition: all 0.6s;
}
form .submit-wrapper input {
    transition: all 0.6s ease 0.15s;
}
form .submit-wrapper:hover input {
    color: #ee394e;
    transition: all 0.6s;
}
form .submit-wrapper:hover:before {
    right: -2px;
    -ms-transform: scaleY(5);
    transform: scaleY(5);
    width: 200px;
    background: #fafafa;
}
form .submit-wrapper:hover:after {
    left: -2px;
    -ms-transform: scaleY(5);
    transform: scaleY(5);
    width: 200px;
    background: #fafafa;
}


footer {
    background: #232e35;
    height: auto;
    padding-top: 35px;
    padding-bottom: 30px;
}
footer .wrapper {
    position: relative;
    height: 100%;
}
footer .cr {
/*  position: absolute;
    top: 42px;*/
    color: #4a5359;
    font-size: 14px;
    z-index: 2;
    padding-bottom: 10px;
}
footer .fm {
/*    position: absolute;
    left: 0;
    right: 0;
    top: 75px;*/
    text-transform: uppercase;
    font-size: 12px;
    text-align: left;
    font-family: 'Stem Web', serif;
    color: #ee394e;
    letter-spacing: 0.2em;
}
footer .fm span {
    position: relative;
    padding-right: 15px;
}
footer .fm span:after {
    content: "";
    position: absolute;
    top: 3px;
    right: 0px;
    width: 10px;
    height: 10px;
    background: url(../images/heart.svg);
}
@media screen and (min-width: 1000px) {
    footer {
        height: 100px;
    }
    footer .cr {
        position: absolute;
        top: 42px;
    }

    footer .fm {
        position: absolute;
        left: 0;
        right: 0;
        top: 44px;
        text-align: center;
    }
}

#stage-text-static {
    position: absolute;
    z-index: 1000;
    font-family: 'Stem Web', sans-serif;
    font-size: 100px;
    font-weight: 700;
    text-transform: uppercase;
    transform: translateZ(0px);
}

@media screen and (min-height: 500px) and (min-width: 640px) {

}
.ru .menu-container nav .item:nth-child(3n+2):before {
    top: 17px;
    right: 0;
    left: auto;
}
@media screen and (min-height: 500px) and (min-width: 640px) {
    .ru .menu-container nav .item:nth-child(3n+2):before {
        top: 16px;
        right: 0;
        left: auto;
    }
}

/*ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA */
.slider-block video {
    position: absolute;
    display: block;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.block-section.project-awards {
    padding-top: 100px;
    padding-bottom: 27px;
    background: #fff;
}
.block-section.project-awards h6 {
    color: #2b353c;
}

.project-awards .project-awards-row {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 10px;
    flex-wrap: wrap;
}
.project-awards .awards-item {
    position: relative;
    width: 100%;
    flex-basis: 100%;
    color: #2b353c;
    margin-top: 60px;
}

@media (min-width: 640px) {
    .project-awards .awards-item {
        width: 45%;
        flex-basis: 45%;
    }
}
@media (min-width: 1000px) {
    .project-awards .project-awards-row{
        /*padding-top: 52px;*/
        padding-top: 0;
    }
    .project-awards .awards-item {
        width: 20%;
        flex-basis: 20%;
        margin: 60px 2.5% 0;
    }
}
.project-awards .awards-item .item-link {
    position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
.project-awards .awards-item .item-top {
    position: relative;
    display: flex;
    width: 100%;
    flex-basis: 100%;
    justify-content: center;
}

.project-awards .awards-item .item-top:after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 106px;
    height: 43px;
    background-image: url('../images/leaves.svg');
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 106px 43px;
}
.project-awards .icon-container {
    display: flex;
    width: 64px;
    height: 35px;
    padding-bottom: 30px;
    align-items: center;
    justify-content: center;
}
.project-awards .icon-container:after {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    background-size: contain;
}
.project-awards .icon-container.icon-aw:after {
    width: 64px;
    height: 18px;
    background-image: url('../images/awwards-black.svg');
}
.project-awards .icon-container.icon-gs:after {
    width: 38px;
    height: 46px;
    background-image: url('../images/gs-black.svg');
}
.project-awards .icon-container.icon-cssda:after {
    width: 35px;
    height: 35px;
    background-image: url('../images/cssda-black.svg');
}
.project-awards .icon-container.icon-run:after {
    width: 26px;
    height: 35px;
    background-image: url('../images/runet-black.svg');
}
.project-awards .icon-container.icon-fwa:after {
    width: 57px;
    height: 17px;
    background-image: url('../images/fwa-black.svg');
}
.project-awards .awards-item .item-bottom {
    padding-top: 25px;
    text-align: center;
    font-family: 'georgia', serif;
    /*line-height: 1.125em;*/
    line-height: 1.4em;
    font-size: 16px;
}
@media screen and (max-width: 640px) {
    .mobile-none {
        display: none;
    }
}
/*ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA ABRA */

