@charset "UTF-8";

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Black.woff2) format("woff2");
  font-weight: 900;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Bold.woff2) format("woff2");
  font-weight: 700;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Medium.woff2) format("woff2");
  font-weight: 500;
  font-display: swap;
  font-style: normal;
}

@font-face {
  font-family: Rubik;
  src: url(../fonts/Rubik-Regular.woff2) format("woff2");
  font-weight: 400;
  font-display: swap;
  font-style: normal;
}

html {
  color: #03010f;
  background-color: #fff;
  font-size: 62.5%;
  font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";
}

body {
  font-size: 1.6rem;
  font-weight: 400;
  font-family: Rubik,sans-serif;
  min-height: 100vh;
}

body.loading {
  opacity: 0;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

a,
button {
  color: inherit;
  -webkit-tap-highlight-color: rgba(255,255,255,0);
}

.preload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 6rem;
  min-height: 100vh;
  background-color: #03010f;
  
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
	height: 100%;
	z-index: 10;
	
}

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

.preload__mask {
  display: block;
  width: 8.5rem;
  height: auto;
  margin-right: 3rem;
}

.preload__title {
  width: 16rem;
  height: auto;
  display: block;
}

.md {
  max-width: 67.2rem;
  padding-left: 1.6rem;
  padding-right: 1.6rem;
  width: 100%;
  margin: auto;
}

.pl {
  padding-left: 11.2rem;
}

.pr {
  padding-right: 11.2rem;
}

.ic {
  display: inline-block;
  vertical-align: middle;
  width: 1em;
  height: 1em;
  fill: currentColor;
}

.ic-arrow {
  font-size: 1.2rem;
  width: 1.33333em;
}

.ic-be {
  font-size: 2.8rem;
  width: 1em;
}

.ic-check {
  font-size: 2.8rem;
  width: 1em;
}

.ic-edit {
  font-size: 2.4rem;
  width: 1em;
}

.ic-fb {
  font-size: 2.8rem;
  width: 1em;
}

.ic-in {
  font-size: 2.8rem;
  width: 1em;
}

.ic-link {
  font-size: 2.4rem;
  width: 1em;
}

.ic-logo-text {
  width: 8.83333em;
}

.ic-mail {
  font-size: 2.4rem;
  width: 1em;
}

.ic-next {
  font-size: 2rem;
  width: .6em;
}

.ic-phone {
  font-size: 2.4rem;
  width: 1em;
}

.ic-plus {
  font-size: 2.4rem;
  width: 1em;
}

.ic-prev {
  font-size: 2rem;
  width: .6em;
}

.ic-send {
  font-size: 2rem;
  width: 1em;
}

.ic-tw {
  font-size: 2.8rem;
  width: 1em;
}

.ic-user {
  font-size: 2.4rem;
  width: 1em;
}

.hd {
  color: #f9f8fc;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background-color: #03010f;
  -webkit-transition: background-color .2s;
  -o-transition: background-color .2s;
  transition: background-color .2s;
}

.logo__img {
  width: 4.8rem;
  height: auto;
  margin-right: 1.6rem;
}

.logo__img path {
  fill: #f9f8fc;
}

.logo__img ellipse {
  fill: #03010f;
}

.hd_light {
  background-color: transparent;
}

.hd_light.sticky {
  background-color: #03010f;
}

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

.hd__title {
  font-size: 0;
  line-height: 0;
}

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

.logo__tx {
  color: currentColor;
}

.hd__nav {
  margin-left: auto;
}

.nav__wrap {
  height: 100%;
  width: 28rem;
  background-color: #03010f;
  overflow-x: hidden;
}

ul.menu a::first-letter {
  text-transform: uppercase;
}

.ic-logo-text {
  font-size: 1.4rem;
}

.h1 {
  font-weight: 900;
  font-size: 9.6rem;
  line-height: 1.1875;
  letter-spacing: -.15rem;
}

.h2 {
  font-weight: 900;
  font-size: 6rem;
  line-height: 1.18333;
}

.h3 {
  font-weight: 900;
  font-size: 3.2rem;
  line-height: 1.1875;
}

.h4 {
  font-weight: 700;
  font-size: 2.4rem;
  line-height: 1.29412;
  letter-spacing: .025rem;
}

.h5 {
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.375;
}

.b20 {
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 400;
  letter-spacing: .015rem;
}

.p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: .044rem;
}

.sm {
  font-weight: 400;
  font-size: 1.2rem;
  line-height: 1.42857;
}

.caption-big {
  font-weight: 400;
  font-size: 1.8rem;
  line-height: 1.2;
  letter-spacing: .4rem;
  text-transform: uppercase;
}

.caption-sm {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: .2rem;
  text-transform: uppercase;
}

.c-black {
  color: #03010f;
}

.c-dgrey {
  color: #585858;
}

.c-lgrey {
  color: #ccc;
}

.c-cyan {
  color: #23aec1;
}

.mt1 {
  margin-top: 1rem;
}

.mt16 {
  margin-top: 1.6rem;
}

.mb1 {
  margin-bottom: 1rem!important;
}

.mb2 {
  margin-bottom: 2rem!important;
}

.mb24 {
  margin-bottom: 2.4rem!important;
}

.mb3 {
  margin-bottom: 3rem!important;
}

.mb4 {
  margin-bottom: 4rem!important;
}

.mb48 {
  margin-bottom: 4.8rem;
}

.mb5 {
  margin-bottom: 5rem!important;
}

.mb64 {
  margin-bottom: 3.2rem;
}

.ml1 {
  margin-left: 1rem!important;
}

.tdu {
  text-decoration: underline;
}

.tdu:hover {
  text-decoration: none;
}

.dn {
  display: none;
}

.ic-stroke {
  fill: none!important;
  stroke: currentColor;
  stroke-width: 2;
  stroke-linecap: square;
  stroke-linejoin: round;
}

.point {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
}

.point:before {
  content: '•';
  display: block;
  margin-right: 1rem;
}

.img-full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.full {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}

.relative {
  position: relative;
}

.db {
  display: block;
}

.bold {
  font-weight: 700;
}

.btn {
  color: #f9f8fc;
  display: inline-block;
  padding: .87em 1.58em;
  font-size: 1.6rem;
  border-width: 0;
  border-color: transparent;
  position: relative;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
  -webkit-transition: 175ms cubic-bezier(0,0,1,1);
  -o-transition: 175ms cubic-bezier(0,0,1,1);
  transition: 175ms cubic-bezier(0,0,1,1);
}

.btn:before {
  position: absolute;
  content: '';
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-radius: inherit;
  -webkit-transform: translate3d(.6rem,.8rem,-1px);
  transform: translate3d(.6rem,.8rem,-1px);
  -webkit-transition: 175ms cubic-bezier(0,0,1,1);
  -o-transition: 175ms cubic-bezier(0,0,1,1);
  transition: 175ms cubic-bezier(0,0,1,1);
}

.btn:hover {
  -webkit-transform: translate(.4rem,.3rem);
  -ms-transform: translate(.4rem,.3rem);
  transform: translate(.4rem,.3rem);
}

.btn:hover:before {
  top: -.3rem;
  -webkit-transform: translate3d(.4rem,.7rem,-1px);
  transform: translate3d(.4rem,.7rem,-1px);
}

.btn:active {
  -webkit-transform: translate(.6rem,.8rem);
  -ms-transform: translate(.6rem,.8rem);
  transform: translate(.6rem,.8rem);
}

.btn:active:before {
  top: 0;
  -webkit-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}

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

.btn__tx {
  font-weight: 500;
}

.btn__icon {
  width: 2rem;
  height: 2rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-left: 1rem;
}

.btn_large {
  padding: 1.223em 2em;
  font-size: 1.8rem;
}

.btn_large:before {
  -webkit-transform: translate3d(.8rem,1.2rem,-1px);
  transform: translate3d(.8rem,1.2rem,-1px);
}

.btn_large:hover {
  -webkit-transform: translate(.2rem,.4rem);
  -ms-transform: translate(.2rem,.4rem);
  transform: translate(.2rem,.4rem);
}

.btn_large:hover:before {
  top: -.6rem;
  -webkit-transform: translate3d(.4rem,1.2rem,-1px);
  transform: translate3d(.4rem,1.2rem,-1px);
}

.btn_large:active {
  -webkit-transform: translate(.8rem,1.2rem);
  -ms-transform: translate(.8rem,1.2rem);
  transform: translate(.8rem,1.2rem);
}

.btn_large:active:before {
  top: 0;
  -webkit-transform: translate3d(0,0,-1px);
  transform: translate3d(0,0,-1px);
}

.btn_large .btn__tx {
  letter-spacing: .075rem;
}

.btn_primary {
  background-color: #fd3a69;
}

.btn_primary:before {
  background: rgba(235,89,124,.36);
}

.btn_primary:hover {
  background: #e5355f;
}

.btn_primary:active {
  background: #db2753;
}

.btn_success {
  background-color: #23aec1;
}

.btn_success:before {
  background: rgba(7,129,146,.12);
}

.btn_success:hover {
  background: #1aa5b8;
}

.btn_success:active {
  background: #0290a4;
}

.btn-stroke {
  display: inline-block;
  padding: 1.2rem 2.4rem;
  color: currentColor;
  font-weight: 500;
  font-size: 1.6rem;
  line-height: 1.25;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
  border: 2px solid currentColor;
}

.btn-stroke_success {
  color: #23aec1;
}

.btn-stroke_success:hover {
  color: #1aa5b8;
}

.btn-stroke_success:active {
  color: #0290a4;
}

.form-submit .f7-form-submit {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  line-height: 0;
}

.form-submit br {
  display: none;
}
.form-submit .wpcf7-spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  margin: 0;
}
.invalid {
  margin-bottom: 0 !important;
}
.invalid .ft-form__input {
  background-color: rgba(253,58,105,.6);
}
.see-all {
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #23aec1;
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.14286;
  letter-spacing: .075rem;
  text-transform: capitalize;
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
}

.see-all:hover {
  color: #1aa5b8;
}

.see-all__tx {
  -webkit-transition: -webkit-transform 175ms cubic-bezier(0,0,1,1);
  transition: transform 175ms cubic-bezier(0,0,1,1);
  -o-transition: transform 175ms cubic-bezier(0,0,1,1);
  transition: transform 175ms cubic-bezier(0,0,1,1),-webkit-transform 175ms cubic-bezier(0,0,1,1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.see-all__icon {
  -webkit-transition: -webkit-transform 175ms cubic-bezier(0,0,1,1);
  transition: transform 175ms cubic-bezier(0,0,1,1);
  -o-transition: transform 175ms cubic-bezier(0,0,1,1);
  transition: transform 175ms cubic-bezier(0,0,1,1),-webkit-transform 175ms cubic-bezier(0,0,1,1);
  -webkit-transform: translateX(0);
  -ms-transform: translateX(0);
  transform: translateX(0);
}

.d-dn .see-all:hover .see-all__tx {
  -webkit-transform: translateX(.3rem);
  -ms-transform: translateX(.3rem);
  transform: translateX(.3rem);
}

.d-dn .see-all:hover .see-all__icon {
  -webkit-transform: translateX(-.3rem);
  -ms-transform: translateX(-.3rem);
  transform: translateX(-.3rem);
}

.d-dn .see-all:active {
  color: #0290a4;
}

.square-link {
  display: none;
}

.hero__wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.hero__pic {
  padding-top: 10rem;
  padding-bottom: 5rem;
  margin: auto;
}

.hero__container {
  padding: 3.6rem 1.6rem 4.8rem;
  background-color: #03010f;
}

.hero__content {
  color: #f9f8fc;
  max-width: 64rem;
  margin: 0 auto;
}

.hero__title {
  margin-bottom: 3.2rem;
}

.hero__stitle {
  margin-bottom: 3.6rem;
}

.hero__illustration {
  max-width: 40rem;
  height: auto;
  width: 100%;
  margin: 0 auto;
  display: block;
}

.team-idea {
  padding-top: 6rem;
  color: #03010f;
}

.team-idea__icon {
  width: 3.4rem;
  height: auto;
  display: block;
  margin-bottom: 1.4rem;
}

.team-idea__tl {
  margin-bottom: 1.6rem;
}

.team-idea__cell {
  margin-top: 3.2rem;
}

.whatwedo {
  padding-top: 6rem;
}

.whatwedo__title {
  margin-bottom: 3.4rem;
}

.whatwedo__cell {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 3rem;
}

.whatwedo__icon {
  width: 2.4rem;
  height: auto;
  display: block;
  margin-right: 1rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.whatwedo__illustration {
  display: none;
}

.whatwedo__desc .p {
  margin-left: -3.4rem;
  margin-top: 1.2rem;
}

.vr-dev {
  padding-top: 6.4rem;
  background-color: #f9f8fc;
}

.vr-dev__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.vr-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.vr-dev__title {
  margin-bottom: 1.6rem;
}

.mr-dev {
  padding-top: 6.4rem;
}

.mr-dev__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.mr-dev__title {
  margin-bottom: 1.6rem;
}

.mr-dev__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.mr-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.ar-dev {
  padding-top: 6.4rem;
  background-color: #f9f8fc;
}

.ar-dev__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.ar-dev__title {
  margin-bottom: 1.6rem;
}

.ar-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.mob-dev {
  padding-top: 6.4rem;
}

.mob-dev__container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
}

.mob-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.mob-dev__title {
  margin-bottom: 1.6rem;
}

.mob-dev__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.d-dev {
  padding-top: 6.4rem;
  background-color: #f9f8fc;
}

.d-dev__img {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.d-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.d-dev__title {
  margin-bottom: 1.6rem;
}

.game-dev {
  padding-top: 6.4rem;
}

.game-dev__desc {
  padding-top: 4.8rem;
  padding-bottom: 4rem;
}

.game-dev__title {
  margin-bottom: 1.6rem;
}

.game-dev__illustration {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.portfolio {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  background-color: #f9f8fc;
}

.portfolio__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}

.portfolio-sl__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}

.portfolio-sl__desc {
  padding: 3rem 0;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}

.portfolio-sl__caption {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.16667;
  letter-spacing: .4rem;
  text-transform: uppercase;
  margin-bottom: 1rem;
  color: #585858;
}

.portfolio-sl__stitle {
  display: table;
}

.portfolio-dots {
  margin-bottom: 4rem;
  display: none;
}

.portfolio-dots ul {
  text-align: center;
  font-size: 0;
}

.portfolio-dots ul li {
  display: inline-block;
  margin: 0 6px;
}

.portfolio-dots ul button {
  width: 10px;
  height: 10px;
  background-color: #ccc;
  font-size: 0;
  line-height: 0;
}

.portfolio-dots ul .slick-active button {
  background-color: #23aec1;
}

.team {
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.team__title {
  margin-bottom: 4.8rem;
}

.team__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.team__item {
  width: calc(50% - 1.5rem);
  margin-bottom: 4rem;
  display: flex;
}
.team__item .crewman {
	display: flex;
    flex-direction: column;
}
.team__item .crewman__container {
	display: flex;
    flex-direction: column;
    flex-grow: 1;
}
.team__item .crewman__links {
	margin-top: auto;
}
.crewman {
  width: 100%;
}

.crewman__pic {
  position: relative;
}

.crewman__img img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.crewman__container {
  color: #585858;
  padding-top: 1.6rem;
}

.crewman__tl {
  color: #03010f;
}

.crewman__post {
  font-weight: 500;
  font-size: 1.4rem;
  line-height: 1.57143;
  letter-spacing: .01rem;
  margin-bottom: .8rem;
}

.crewman__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding-top: 1.6rem;
}

.crewman__link {
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
  margin-right: 1rem;
}

.crewman__link:hover {
  color: #23aec1;
}

.crewman__link:active {
  color: #0290a4;
}

.crewman__tx {
  display: none;
}

.team-idea__title {
  margin-bottom: .8rem;
}

.partners {
  color: #f9f8fc;
  background-color: #03010f;
  padding-top: 5.6rem;
  padding-bottom: 5.6rem;
}

.partners__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding-top: 2rem;
}

.partners__icon {
  width: 10rem;
  height: auto;
  display: block;
}

.latest-blog {
  padding-top: 6.4rem;
  padding-bottom: 6.4rem;
  padding-left: 1.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.latest-blog:before {
  content: '';
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.latest-blog .nw {
  width: 24rem;
}

.latest-blog .nw__pic {
  height: 20rem;
}

.latest-blog__wrap {
  width: 100%;
}

.latest-blog__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4.4rem;
}

.latest-blog-sl__item {
  padding-right: 2.4rem;
}

.latest-blog__foot {
  margin-top: 3rem;
}

.contacts {
  padding-top: 6.4rem;
}

.contacts__illustration {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  max-width: 40rem;
  width: 100%;
  height: auto;
  display: block;
  margin: auto;
}

.contacts__desc {
  padding-top: 4.8rem;
  padding-bottom: 6rem;
}

.contacts__desc .form-label {
  color: #585858;
}

.contacts__desc .form-area {
  height: 17rem;
}

.contacts__title {
  margin-bottom: 1.6rem;
}

.nw__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding-bottom: .8rem;
}

.nw__head div:first-child {
  padding-right: 1rem;
}

.nw__container {
  padding-top: 1.4rem;
}

.title {
  padding-top: 11rem;
}
.title .h4::first-letter {
  text-transform: uppercase;
}

.title .caption-big {
  color: #585858;
  margin-bottom: 1.6rem;
}

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

.items .item {
  margin-bottom: 3rem;
}

.item {
  width: 100%;
}

.item .nw__pic {
  padding-bottom: 56.25%;
}

.total {
  padding-top: 4.8rem;
  padding-bottom: 6rem;
  background-color: #f9f8fc;
}

.total__head {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 3.6rem;
}

.total-sl__item {
  padding-right: 2.4rem;
}

.total-sl-arrows {
  position: absolute;
  top: 9rem;
  width: 100%;
}

.total-sl-arrows .slick-arrow {
  position: absolute;
  cursor: pointer;
}

.total-sl-arrows .slick-prev {
  left: 2rem;
}

.total-sl-arrows .slick-next {
  right: 2rem;
}

.total__foot {
  margin-top: 3rem;
}

.form-label {
  display: block;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.6;
  letter-spacing: .15rem;
  text-transform: uppercase;
  margin-bottom: .8rem;
}

.form-item {
  width: 100%;
  margin-bottom: 2.8rem;
}

.form-input {
  -webkit-box-shadow: unset;
  box-shadow: unset;
  display: block;
  width: 100%;
  height: 4.8rem;
  border: 1px solid currentColor;
  font-size: 1.6rem;
  line-height: 1;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.form-input::-webkit-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-input::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-input:-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-input::-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-input::placeholder {
  opacity: 1;
  color: currentColor;
}

.form-area {
  display: block;
  width: 100%;
  height: auto;
  border: 1px solid currentColor;
  font-size: 1.6rem;
  line-height: 1;
  padding: 1.5rem;
  -webkit-box-shadow: unset;
  box-shadow: unset;
  resize: none;
  outline: 0;
  background: 0 0;
  box-shadow: unset;
}

.form-area::-webkit-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-area::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-area:-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-area::-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.form-area::placeholder {
  opacity: 1;
  color: currentColor;
}

.form-group {
  position: relative;
}

.form-group .form-area,
.form-group .form-input {
  padding-left: 4.8rem;
}

.form-group .form-icon {
  width: 4.8rem;
  height: 4.8rem;
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.field {
  display: none;
  font-weight: 500;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .15rem;
  text-transform: uppercase;
  padding: .4rem .8rem;
}

.invalid {
  margin-bottom: .8rem;
}

.invalid .field {
  display: block;
  color: #fd3a69;
}

.invalid .form-input {
  border-color: #fd3a69;
  background-color: rgba(253,58,105,.16);
}

.valid {
  margin-bottom: .8rem;
}

.valid .field {
  display: block;
  color: #23aec1;
}

.valid .form-input {
  border-color: #23aec1;
  background-color: rgba(35,174,193,.16);
}

.ft-form {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 2px solid #fd3a69;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;

  -webkit-transition: border-color 175ms cubic-bezier(0,0,1,1);
  -o-transition: border-color 175ms cubic-bezier(0,0,1,1);
  transition: border-color 175ms cubic-bezier(0,0,1,1);
}

.ft-form:hover {
  border-color: #e5355f;
}

.ft-form:active {
  border-color: #db2753;
}

.ft-form__input {
  color: currentColor;
  font-weight: 500;
  font-size: 1.4rem;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  height: 4.6rem;
  padding: 0 1.5rem;
  width: 100%;
}

.ft-form__input::-webkit-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.ft-form__input::-moz-placeholder {
  opacity: 1;
  color: currentColor;
}

.ft-form__input:-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.ft-form__input::-ms-input-placeholder {
  opacity: 1;
  color: currentColor;
}

.ft-form__input::placeholder {
  opacity: 1;
  color: currentColor;
}

.ft-form__submit {
  width: 4.8rem;
  flex: 0 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #fd3a69;
  -webkit-transition: background-color 175ms cubic-bezier(0,0,1,1);
  -o-transition: background-color 175ms cubic-bezier(0,0,1,1);
  transition: background-color 175ms cubic-bezier(0,0,1,1);
  position: relative;
}

.ft-form__submit:hover {
  background-color: #e5355f;
}

.ft-form__submit:active {
  background-color: #db2753;
}

.ft-form__submit .ic {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
}
.wpcf7 .wpcf7-not-valid-tip {
  font-weight: 500;
  font-size: .8rem;
  line-height: 2;
  letter-spacing: .15rem;
  text-transform: uppercase;
  padding: 0.4rem 0.8rem;
}
.wpcf7 .wpcf7-response-output {
  display: none !important;
}

.file {
  display: block;
  width: 100%;
}

.file .form-icon {
  margin-right: .6rem;
}

.file:hover .form-icon {
  color: #f9f8fc;
}

.file:hover .file__tx {
  color: #f9f8fc;
}

.form-icon {
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
}

.file__input {
  display: none;
}

.file__btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-width: 2px;
  pointer-events: all;
  cursor: pointer;
}

.file__tx {
  font-weight: 500;
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
}

.ft {
  background-color: #03010f;
}

.ft__wrap {
  color: #f9f8fc;
  background-color: #03010f;
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.ft__logo .logo__img {
  width: 7.5rem;
  margin-right: 1.6rem;
}

.ft__container .p {
  line-height: 1.875;
}

.ft__lt {
  margin-bottom: 4rem;
}

.ft-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 4rem;
}

.ft__logo {
  text-align: center;
  margin-bottom: 2.4rem;
  margin-left: auto;
  margin-right: auto;
}

.ft__title {
  font-size: 2rem;
  margin-bottom: 1.4rem;
}

.ft-nav__list li {
  margin-bottom: .6rem;
}

.ft-nav__list a {
  display: block;
  line-height: 1.875;
  font-weight: 400;
  font-size: 1.6rem;
  letter-spacing: .044rem;
}

.ft__links {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 4rem;
  padding-bottom: 4rem;
}

.ft__link {
  margin-left: 2.6rem;
  margin-right: 2.6rem;
  -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
  -o-transition: color 175ms cubic-bezier(0,0,1,1);
  transition: color 175ms cubic-bezier(0,0,1,1);
}

.ft__link:hover {
  color: #fd3a69;
}

.ft__link:active {
  color: #db2753;
}

.ft__soc {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 6rem;
}

.ft__copy {
  font-size: 1.2rem;
}

.article {
  padding-bottom: 8rem;
}

.article__pic {
  padding-bottom: 56.25%;
}
.portfolio-pic.article__pic {
  height: 10rem;
  padding-bottom: 0;
  margin-bottom: 3.2rem;
}

.article-container {
  color: #585858;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: column-reverse;
  -ms-flex-direction: column-reverse;
  flex-direction: column-reverse;
  margin-top: 3.2rem;
}

.article-container h2,
.article-container h3 {
  font-weight: 400;
  font-size: 2rem;
  line-height: 1.2;
  letter-spacing: .4rem;
  text-transform: uppercase;
  margin-top: 3.2rem;
  margin-bottom: 2.4rem;
}

.article-container h2:first-child,
.article-container h3:first-child {
  margin-top: 0;
}

.article-container p {
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: .044rem;
  margin-bottom: 1.2rem;
}

.article-container__list {
  margin-bottom: 3.2rem;
}

.article_published {
  padding-top: 2.4rem;
  padding-bottom: 1.2rem;
  color: #585858;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42857;
  border-bottom: 2px solid #ccc;
}

.sservices__item {
  margin-bottom: 1.6rem;
}

.sservices__item:last-child {
  margin-bottom: 0;
}

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

.sservices__icon {
  width: 2.4rem;
  height: auto;
  display: block;
  margin-right: 1.2rem;
}

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

.tags div {
  margin-bottom: 1.6rem;
  margin-right: 1.5rem;
}

.tags div a {
  display: inline-block;
  font-size: 1.4rem;
  line-height: 1.42857;
  letter-spacing: .2rem;
  text-transform: uppercase;
  padding: .8rem 1.6rem;
  border: 1px solid #ccc;
  border-radius: 12rem;
}

.career-list__item {
  margin-bottom: 3rem;
}

.career-detail__more {
  margin-top: 7.2rem;
}

.career-detail__item {
  margin-bottom: 3rem;
}

.career-detail__item:last-child {
  margin-bottom: 0;
}

.modal .form-area {
  height: 10rem;
}

.modal-answer {
  height: 41.6rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cube {
  width: 5.6rem;
  height: 5.6rem;
  position: relative;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin: 0 auto 2.4rem;
}

.cube:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #ccc;
}

.cube:before {
  content: '';
  display: block;
  position: absolute;
  top: .8rem;
  left: .8rem;
  bottom: -.8rem;
  right: -.8rem;
  background-color: #585858;
  z-index: -2;
}

.cube__icon {
  position: relative;
  z-index: 2;
}

.paginations .pagination {
  padding-top: 4rem;
  padding-bottom: 4rem;
}
.paginations .page-numbers {
  text-align: center;
}
.paginations .page-numbers li {
  display: inline-block;
  margin: 0 15px 15px;
}
.paginations .page-numbers li a {
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color .25s;
  width: 4.8rem;
  height: 4.8rem;
  /*border-radius: 50%;*/
  border: 1px solid #ccc;
}
.paginations .page-numbers li a:hover {
  color: #23aec1;
}
.paginations .page-numbers li a.prev,
.paginations .page-numbers li a.next {
  width: auto;
  height: auto;
  border: 0;
  border-radius: unset;
}
.paginations .page-numbers li .current {
  opacity: .5;
}

.career-detail__info h2 {
  color: #585858;
  line-height: 1.2;
  letter-spacing: .4rem;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 1.8rem;
  margin-bottom: 2.4rem !important;
}
.career-detail__info p {
  font-size: 1.4rem;
  line-height: 1.625;
  letter-spacing: .044rem;
  font-weight: 400;
  margin-bottom: 3.2rem;
}
.career-detail__info ul {
  margin-bottom: 3.2rem;
}
.career-detail__info ul li {
  font-size: 1.4rem;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
  -webkit-align-items: baseline;
  -ms-flex-align: baseline;
  align-items: baseline;
  line-height: 1.625;
  letter-spacing: .044rem;
  font-weight: 400;
}
.career-detail__info ul li:before {
  content: '•';
  display: block;
  margin-right: 1rem;
}

.contacts-answer-wrap {
  margin-top: 2.6rem;
}

.contacts-answer {
  display: flex;
  align-items: center;
}
.contacts-answer__pic {
  flex: 0 0 auto;
  margin-right: .8rem;

}
.contacts-answer__img {
  width: 2rem;
  height: auto;
  display: block;
}
.contacts-answer__text {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
}
.contacts-submit {
  margin-right: 4rem;
}

.ft-form-answer {
  text-transform: uppercase;
  color: #FD3A69;
  font-weight: 400;
  font-size: 1.4rem;
  line-height: 1.42;
  display: block;
  margin-top: .8rem;
}

.sservices-company {
  margin-top: 3.2rem;
}
.sservices-company__title {
  margin-bottom: 2rem !important;
}
.sservices-company__name {
  text-transform: uppercase;
  font-size: 1.4rem;
  font-weight: 400;
  line-height: 1.4;
  margin-bottom: .8rem;
}
.sservices-company__link {
  color: #23AEC1;
  display: inline-block;
  font-weight: 400;
  font-size: 1.6rem;
  line-height: 1.625;
  transition: color .25s;
}
.sservices-company__link:hover {
  color: #03010F;
}
.sservices-company-link {
  display: flex;
  align-items: center;
  margin-left: -1.2rem;
}
.sservices-company-link li {
  margin-right: 1rem;
}
.sservices-company-link li:last-child {
  margin-right: 0;
}
.sservices-company-link a {
  display: block;
}

.sservices-company-link svg {
  display: block;
  width: 4.8rem;
}

.sservices-company-link svg path {
  fill: #03010F;
  transition: fill .25s;
}
.sservices-company-link svg:hover path {
  fill: #23aec1;
}
.wp-embed-aspect-16-9 .wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
}
.wp-block-embed__wrapper iframe {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.wpcf7-form.submitting .wpcf7-submit {
	pointer-events: none;
}

@media (min-width:576px) {
  .crewman__links {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .crewman__link {
    margin-right: .8rem;
  }

  .partners__list {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-line {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .form-line .form-item {
    width: calc(50% - 1.5rem);
  }

  .ft-form {
    width: 26rem;
    margin-bottom: 0;
  }

  .ft__links {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .ft__link {
    margin-left: 0;
  }

  .ft__soc {
    justify-content: flex-start;
    margin-top: 0;
  }
}

@media (min-width:673px) {
  .latest-blog__wrap {
    width: calc(50% + 336px);
  }
}

@media (min-width:992px) {
  body {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
  }
  .preload__mask {
    margin-right: 6rem;
  }

  .md {
    max-width: none;
    margin: 0;
    padding-left: 11.2rem;
    padding-right: 11.2rem;
    width: 100%;
  }

  .logo__img {
    width: 8.5rem;
    margin-right: 4rem;
  }

  .hd_light .nav__list a {
    color: #03010f;
  }

  .hd_light.sticky .nav__list a {
    color: currentColor;
  }

  .hd__wrap {
    padding: 2.2rem 8rem 2.2rem 5.6rem;
  }

  .nav__wrap {
    height: auto;
    width: auto;
    background-color: transparent;
    overflow-x: unset;
  }

  .ic-logo-text {
    font-size: 1.8rem;
  }

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

  .nav__list li {
    margin-left: 7rem;
  }

  .nav__list a {
    display: block;
    color: currentColor;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1;
    -webkit-transition: color .2s;
    -o-transition: color .2s;
    transition: color .2s;
  }

  .h3 {
    font-size: 4.8rem;
  }

  .h4 {
    font-size: 3.4rem;
  }

  .h5 {
    font-weight: 700;
    font-size: 2.4rem;
  }

  .b20 {
    font-size: 2rem;
  }

  .p {
    font-size: 1.6rem;
  }

  .sm {
    font-size: 1.4rem;
  }

  .caption-big {
    font-size: 1.4rem;
  }

  .mb64 {
    margin-bottom: 6.4rem;
  }

  .d-dn {
    display: none!important;
  }

  .square-link {
    color: #23aec1;
    margin-top: 2.4rem;
    width: 4.8rem;
    height: 4.8rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    border: 2px solid #23aec1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: color 175ms cubic-bezier(0,0,1,1);
    -o-transition: color 175ms cubic-bezier(0,0,1,1);
    transition: color 175ms cubic-bezier(0,0,1,1);
  }

  .square-link:hover {
    color: #1aa5b8;
  }

  .square-link:active {
    color: #0290a4;
  }

  .hero {
    min-height: 100vh;
    position: relative;
    z-index: 2;
  }

  .hero:before {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #03010f;
    z-index: -1;
  }

  .hero:after {
    content: '';
    display: block;
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: #f9f8fc;
    z-index: -1;
  }

  .hero__wrap {
    position: relative;
    min-height: 100vh;
    padding-top: 10rem;
    padding-bottom: 10rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .hero__container,
  .hero__pic {
    width: 50%;
  }

  .hero__pic {
    padding-top: 0;
    padding-bottom: 0;
    margin: 0;
  }

  .hero__container {
    padding: 0 0 0 11.2rem;
    background-color: transparent;
  }

  .hero__content {
    width: 47rem;
    max-width: none;
    margin: 0;
  }

  .hero__illustration {
    max-width: none;
    width: 56.5rem;
  }

  .team-idea {
    padding-top: 10rem;
  }

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

  .team-idea__body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .team-idea__column {
    width: 48%;
  }

  .team-idea__icon {
    width: 6.4rem;
    margin-bottom: 2.4rem;
  }

  .team-idea__cell {
    margin-top: 6.4rem;
  }

  .whatwedo {
    padding-top: 19.5rem;
    padding-bottom: 4.8rem;
  }

  .whatwedo__title {
    margin-bottom: 6.4rem;
  }

  .whatwedo__row {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
  }

  .whatwedo__column {
    width: 38rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    height: 57rem;
  }

  .whatwedo__cell {
    margin-bottom: 0;
  }

  .whatwedo__icon {
    width: 6.4rem;
    margin-right: 1.8rem;
  }

  .whatwedo__illustration {
    position: absolute;
    top: 2.4rem;
    left: 26rem;
    width: 64rem;
    height: auto;
    display: block;
    pointer-events: none;
  }

  .whatwedo__desc .p {
    margin-left: 0;
    margin-top: 0;
  }

  .vr-dev {
    padding-top: 10rem;
    padding-left: 11.2rem;
    padding-bottom: 4rem;
    background-color: transparent;
  }

  .vr-dev__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 8.6rem 11.2rem 8.6rem 18.4rem;
  }

  .vr-dev__container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f8fc;
    z-index: -1;
  }

  .vr-dev__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4rem;
    right: 0;
    bottom: -4rem;
    background: #f1f1f1;
    z-index: -1;
  }

  .vr-dev__img {
    width: 48rem;
    max-width: none;
    margin: 0;
  }

  .vr-dev__desc {
    width: 43.6rem;
    padding: 0;
  }

  .vr-dev__title {
    margin-bottom: 2.4rem;
  }

  .mr-dev {
    padding-top: 14rem;
    padding-bottom: 4.8rem;
    padding-left: 20rem;
  }

  .mr-dev__container {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .mr-dev__desc {
    width: 45.6rem;
    margin-right: 9.2rem;
  }

  .mr-dev__title {
    margin-bottom: 2.4rem;
  }

  .mr-dev__img {
    width: 51.2rem;
    max-width: none;
  }

  .mr-dev__desc {
    padding-top: 0;
    padding-bottom: 0;
  }

  .ar-dev {
    padding-top: 10rem;
    background-color: transparent;
  }

  .ar-dev__wrap {
    padding-bottom: 4rem;
    padding-right: 11.2rem;
    overflow: hidden;
  }

  .ar-dev__img {
    width: 51.2rem;
    max-width: none;
    margin: 0;
  }

  .ar-dev__container {
    position: relative;
    padding: 8.6rem 8.8rem 8.6rem 18rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ar-dev__container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f8fc;
    z-index: -1;
  }

  .ar-dev__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 4rem;
    bottom: -4rem;
    background: #f1f1f1;
    z-index: -1;
  }

  .ar-dev__title {
    margin-bottom: 2.4rem;
  }

  .ar-dev__desc {
    width: 41rem;
    padding: 0;
  }

  .mob-dev {
    padding-top: 14rem;
    padding-bottom: 4.8rem;
    padding-left: 20rem;
  }

  .mob-dev__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .mob-dev__desc {
    width: 45.6rem;
    margin-right: 14rem;
    margin-top: 4.4rem;
    padding: 0;
  }

  .mob-dev__title {
    margin-bottom: 2.4rem;
  }

  .mob-dev__img {
    width: 46.6rem;
    max-width: none;
    margin: 0;
  }

  .d-dev {
    padding-top: 10rem;
    padding-left: 11.2rem;
    padding-bottom: 4rem;
    background-color: transparent;
  }

  .d-dev__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    z-index: 2;
    padding: 8.6rem 10rem 8.6rem 14.4rem;
  }

  .d-dev__container:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f8fc;
    z-index: -1;
  }

  .d-dev__container:before {
    content: '';
    position: absolute;
    top: 0;
    left: 4rem;
    right: 0;
    bottom: -4rem;
    background: #f1f1f1;
    z-index: -1;
  }

  .d-dev__img {
    width: 52rem;
    margin: 0;
    max-width: none;
  }

  .d-dev__desc {
    width: 43.6rem;
    padding: 0;
  }

  .d-dev__title {
    margin-bottom: 2.4rem;
  }

  .game-dev {
    padding-top: 10rem;
    padding-left: 11.2rem;
    padding-right: 17.2rem;
  }

  .game-dev__wrap {
    padding-top: 9.6rem;
    padding-bottom: 8.6rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .game-dev__desc {
    width: 54.3rem;
    padding: 0;
  }

  .game-dev__title {
    margin-bottom: 2.4rem;
  }

  .game-dev__illustration {
    width: 51.3rem;
    margin: 0;
    max-width: none;
  }

  .portfolio {
    padding-top: 16.4rem;
    padding-bottom: 5.6rem;
    background-color: #f9f8fc;
  }

  .portfolio-sl__wrap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }

  .portfolio-sl__pic {
    width: 64rem;
    min-height: 48rem;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    margin-right: 6.8rem;
    position: relative;
  }

  .portfolio-sl__pic .yt-lazyload {
    height: 100%;
  }

  .portfolio-sl__caption {
    font-size: 1.8rem;
    margin-bottom: 2.4rem;
  }

  .portfolio-sl__stitle {
    margin-bottom: 2.4rem;
  }

  .portfolio-dots {
    display: block;
    margin-top: 4.8rem;
	margin-bottom: 0;
  }

  .team {
    padding-top: 14.8rem;
    padding-bottom: 7rem;
  }

  .team__list {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .team__item {
    width: 33.3333%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8rem;
  }

  .team__item:nth-child(3n-1) .crewman {
    margin: auto;
  }

  .team__item:nth-child(3n+3) .crewman {
    margin-left: auto;
  }

  .crewman {
    width: 30rem;
  }

  .crewman__img {
    width: 30rem;
    /*height: 39.5rem;*/
    height: 30rem;
    -o-object-fit: contain;
    object-fit: contain;
    -o-object-position: center;
    object-position: center;
    display: block;
  }

  .crewman__tx {
    display: block;
  }

  .team-idea__title {
    margin-bottom: 0;
  }

  .partners {
    padding-top: 8rem;
    padding-bottom: 6rem;
  }

  .partners__list {
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding-top: 3.4rem;
  }

  .partners__icon {
    width: 20rem;
  }

  .latest-blog {
    padding-top: 14.8rem;
    padding-bottom: 6.5rem;
    padding-left: 0;
    display: block;
  }

  .latest-blog:before {
    display: none;
  }

  .latest-blog .nw {
    width: 35.6rem;
  }

  .latest-blog .nw__pic {
    height: 29rem;
  }

  .latest-blog__wrap {
    width: auto;
    padding-left: 11.2rem;
  }

  .latest-blog__head {
    padding-right: 11.2rem;
  }

  .latest-blog-sl__item {
    padding-right: 7.4rem;
  }

  .latest-blog__foot {
    margin-top: 0;
  }

  .contacts {
    padding-top: 10rem;
  }

  .contacts__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    padding-top: 4.8rem;
    padding-bottom: 4.8rem;
  }

  .contacts__illustration {
    width: 51.2rem;
    max-width: none;
    margin: 0;
  }

  .contacts__desc {
    width: 61rem;
    padding-top: 0;
    padding-bottom: 0;
  }

  .contacts__title {
    margin-bottom: 2.8rem;
  }

  .nw__container {
    padding-top: 2.4rem;
  }

  .title {
    padding-top: 16.8rem;
  }


  .title .caption-big {
    margin-bottom: 1.6rem;
  }

  .items .item {
    margin-bottom: 6rem;
  }

  .item {
    width: 58rem;
  }

  .item .nw__pic {
    height: 42.4rem;
  }

  .total__head {
    margin-bottom: 4.8rem;
  }

  .total-sl__item {
    padding-right: 4.8rem;
  }

  .total-sl-arrows {
    top: 20rem;
  }

  .total-sl-arrows .slick-prev {
    left: -5.4rem;
  }

  .total-sl-arrows .slick-next {
    right: -5.4rem;
  }

  .total__foot {
    margin-top: 0;
  }

  .ft {
    padding-top: 10rem;
    background-color: transparent;
  }

  .ft__wrap {
    padding-top: 6.4rem;
    padding-bottom: 1.5rem;
  }

  .ft__container {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .ft__lt {
    width: 26rem;
    margin-bottom: 0;
  }

  .ft__rt {
    width: 26rem;
  }

  .ft-nav {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    margin-bottom: 0;
  }

  .ft-nav__column {
    margin: 0 7rem;
  }

  .ft__logo {
    margin-left: 0;
    margin-right: 0;
    text-align: left;
  }

  .ft__title {
    font-size: 2.4rem;
    margin-bottom: 2.4rem;
  }

  .ft-nav__list li {
    margin-bottom: 1.2rem;
  }

  .ft__links {
    margin-top: -1rem;
    padding-bottom: 5.6rem;
  }

  .ft__link {
    margin-right: 0;
  }

  .ft__soc {
    width: 27.6rem;
  }

  .ft__copy {
    font-size: 1.6rem;
  }

  .article {
    padding-bottom: 14.8rem;
  }

  .article__pic {
    height: 68.4rem;
  }

  .portfolio-pic.article__pic {
    height: 31.2rem;
    margin-bottom: 6.4rem;
  }

  .article-container {
    margin-top: 6.4rem;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .article-container h2,
  .article-container h3 {
    margin-top: 6.4rem;
    margin-bottom: 4.8rem;
  }

  .article-container p {
    font-size: 1.6rem;
    line-height: 1.625;
    margin-bottom: 2.4rem;
  }

  .article-container__desc {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
  }

  .article-container__list {
    flex: 0 0 auto;
    width: 40rem;
    margin-left: 16rem;
    margin-bottom: 0;
  }

  .sservices__item {
    margin-bottom: 3.6rem;
  }

  .tags {
    display: block;
    position: sticky;
    top: 10rem;
  }

  .tags__item {
    margin-right: 0;
  }

  .career-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .career-list__item {
    width: 42%;
    margin-bottom: 6.4rem;
  }

  .career-detail {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 11.2rem;
    width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .career-detail__info {
    width: 82rem;
  }

  .career-detail__info h2 {
    font-size: 1.4rem;
    margin-bottom: 2.4rem !important;
  }
  .career-detail__info p {
    font-size: 1.6rem;
    margin-bottom: 6.4rem;
  }
  .career-detail__info ul {
    margin-bottom: 6.4rem;
  }
  .career-detail__info ul li {
    font-size: 1.6rem;
  }

  .career-detail__more {
    position: -webkit-sticky;
    position: sticky;
    top: 10rem;
    z-index: 2;
    width: 39rem;
    padding: 4.8rem;
    margin: 0;
    background-color: transparent;
  }

  .career-detail__more:before {
    content: '';
    position: absolute;
    top: 0;
    left: 2rem;
    right: 0;
    bottom: -2rem;
    background: #f1f1f1;
    z-index: -1;
  }

  .career-detail__more:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f8fc;
    z-index: -1;
  }

  .contacts-footer {
    display: flex;
    align-items: center;
  }
  .contacts-answer-wrap {
    margin-top: 0;
  }
  .contacts-answer__pic {
    margin-right: 1.2rem;
  }
  .contacts-answer__img {
    width: 2.4rem;
  }
  .paginations .pagination {
    padding-top: 2rem;
    padding-bottom: 0;
  }
  .sservices-company {
    margin-top: 6.4rem;
  }
  .article-container__list-wrapper {
    display: block;
    position: sticky;
    top: 10rem;
  }
  .modal .form-area {
	  height: 21.6rem;
  }
}



@media (max-width:992px) {

  .hd {
    padding: 1.6rem;
  }

  .hd_light {
    color: #03010f;
  }

  .hd_light .logo__img path {
    fill: #03010f;
  }

  .hd_light .logo__img ellipse {
    fill: #f9f8fc;
  }

  .hd_light .menu-btn:before {
    background-color: #03010f;
  }

  .hd_light .menu-btn:after {
    background-color: #03010f;
  }

  .hd_light .menu-btn__line {
    background-color: #03010f;
  }

  .hd_light.sticky {
    color: #f9f8fc;
  }

  .hd_light.sticky .logo__img path {
    fill: #f9f8fc;
  }

  .hd_light.sticky .logo__img ellipse {
    fill: #03010f;
  }

  .hd_light.sticky .menu-btn:before {
    background-color: #f9f8fc;
  }

  .hd_light.sticky .menu-btn:after {
    background-color: #f9f8fc;
  }

  .hd_light.sticky .menu-btn__line {
    background-color: #f9f8fc;
  }

  .nav {
    position: fixed;
    width: 100%;
    height: calc(100vh - 8rem);
    top: 8rem;
    left: 0;
    background-color: rgba(0,0,0,.5);
    z-index: 9;
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
    -webkit-transition: -webkit-transform .2s;
    transition: transform .2s;
    -o-transition: transform .2s;
    transition: transform .2s,-webkit-transform .2s;
  }

  .nav__list {
    color: #f9f8fc!important;
    padding: 4rem 2rem;
  }

  .nav__list li {
    margin-bottom: 3.6rem;
  }

  .nav__list li:last-child {
    margin-bottom: 0;
  }

  .nav__list a {
    display: block;
    color: currentColor;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    padding: 0 1rem;
  }

  .hd__btn {
    margin-left: auto;
    width: 48px;
    height: 48px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .menu-btn {
    -webkit-tap-highlight-color: transparent;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .menu-btn:before {
    content: '';
    width: 18px;
    height: 2px;
    display: block;
    background-color: #f9f8fc;
    margin-bottom: 3px;
  }

  .menu-btn:after {
    content: '';
    width: 8px;
    height: 2px;
    display: block;
    background-color: #f9f8fc;
    margin-top: 3px;
    -webkit-align-self: flex-end;
    -ms-flex-item-align: end;
    align-self: flex-end;
  }

  .menu-btn__line {
    width: 18px;
    height: 2px;
    display: block;
    background-color: #f9f8fc;
  }

  .menu-open {
    overflow: hidden;
  }

  .menu-open .nav {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  .menu-open .menu-btn__line {
    background-color: #fd3a69!important;
  }

  .menu-open .menu-btn:before {
    background-color: #fd3a69!important;
  }

  .menu-open .menu-btn:after {
    width: 1.8rem;
    background-color: #fd3a69!important;
  }

  .m-dn {
    display: none!important;
  }

  .vr-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
  }

  .mr-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
  }

  .ar-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
  }

  .mob-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
  }

  .d-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
  }

  .game-dev__wrap {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: auto;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }

  .portfolio-sl__pic {
    padding-bottom: 56.25%;
    height: 0;
    position: relative;
  }

  .portfolio-sl__desc .p {
    display: none;
  }

  .total-sl__item .item {
    width: 24rem;
  }

  .total-sl__item .item .nw__pic {
    height: 20rem;
    padding-bottom: 0;
  }

  .career-list__item .h5 {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 1.2rem!important;
  }

  .career-detail {
    max-width: 67.2rem;
    padding-left: 1.6rem;
    padding-right: 1.6rem;
    width: 100%;
    margin: 0 auto 6rem;
  }

  .arriers-detail__title {
    font-weight: 700;
    font-size: 2rem;
    margin-bottom: 2rem!important;
  }

  .career-detail__link .sm {
    font-size: 1.4rem;
    line-height: 1.42857;
  }

  .career-detail__link .sm.c-cyan {
    font-size: 1.6rem;
    line-height: 1.625;
  }

  .career-detail__link {
    padding: 1.2rem 1.8rem;
    display: block;
    position: relative;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transition: 175ms cubic-bezier(0,0,1,1);
    -o-transition: 175ms cubic-bezier(0,0,1,1);
    transition: 175ms cubic-bezier(0,0,1,1);
    background: #f9f8fc;
  }

  .career-detail__link:before {
    position: absolute;
    content: '';
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: inherit;
    -webkit-transform: translate3d(.8rem,1rem,-1px);
    transform: translate3d(.8rem,1rem,-1px);
    -webkit-transition: 175ms cubic-bezier(0,0,1,1);
    -o-transition: 175ms cubic-bezier(0,0,1,1);
    transition: 175ms cubic-bezier(0,0,1,1);
    background: #f1f1f1;
  }

  .career-detail__link:hover {
    -webkit-transform: translate(.4rem,.6rem);
    -ms-transform: translate(.4rem,.6rem);
    transform: translate(.4rem,.6rem);
    background: #f2f1f5;
  }

  .career-detail__link:hover:before {
    background: #e6e6e6;
    -webkit-transform: translate3d(.4rem,.6rem,-1px);
    transform: translate3d(.4rem,.6rem,-1px);
  }

  .career-detail__link:active {
    background: #edecf0;
    -webkit-transform: translate(.8rem,.1rem);
    -ms-transform: translate(.8rem,.1rem);
    transform: translate(.8rem,.1rem);
  }

  .career-detail__link:active:before {
    -webkit-transform: translate3d(0,0,-1px);
    transform: translate3d(0,0,-1px);
  }
}