@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Exo+2:300,600,700|Open+Sans:400,400i,600,600i,700,800|Oswald:700&subset=cyrillic");
@keyframes blink {
  50% {
    opacity: 0; } }

@-webkit-keyframes blink {
  50% {
    opacity: 0; } }

@keyframes clip {
  from {
    clip: rect(auto, 0, auto, 0); }
  to {
    clip: rect(auto, 220px, auto, 0); } }

@-webkit-keyframes clip {
  from {
    clip: rect(auto, 0, auto, 0); }
  to {
    clip: rect(auto, 220px, auto, 0); } }

@keyframes text-type {
  0% {
    width: 0; }
  10% {
    width: 0; }
  20% {
    width: 0.6em; }
  30% {
    width: 1.3em; }
  40% {
    width: 1.68em; }
  50% {
    width: 2.32em; }
  60% {
    width: 3em; }
  70% {
    width: 3.6em; }
  80% {
    width: 4.2em; }
  90% {
    width: 5em; }
  100% {
    width: 5em; } }

@keyframes brand-type {
  from {
    width: 0; }
  to {
    width: 6em; } }

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

html,
body {
  padding: 0;
  margin: 0;
  width: 100%;
  height: 100%; }

html {
  font-family: "Open Sans", sans-serif;
  font-size: 10px;
  overflow: hidden auto;
  scroll-behavior: smooth;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch; }
  @media screen and (max-width: 768px) {
    html {
      font-size: 9px; } }

.landing {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap;
  font-size: 1.4rem; }
  .landing h1 {
    font-size: 9rem; }
    @media screen and (max-width: 576px) {
      .landing h1 {
        font-size: 5rem; } }
  .landing h2 {
    font-size: 7.2rem; }
    @media screen and (max-width: 576px) {
      .landing h2 {
        font-size: 4rem; } }
  .landing h3 {
    font-size: 3rem; }
  .landing ul {
    list-style-type: none; }
    .landing ul,
    .landing ul li {
      margin: 0;
      padding: 0; }
  .landing figure {
    margin: 0;
    padding: 0; }
  .landing .screen {
    color: #32353b;
    background-color: #fff;
    border-bottom: 1px solid #595d66; }
    .landing .screen.dark {
      color: #fff;
      background-color: #232529; }
    .landing .screen header {
      max-width: 880px;
      margin: 0 auto;
      text-align: center; }
      .landing .screen header h1,
      .landing .screen header h2 {
        font-weight: 600;
        margin-top: 70px;
        margin-bottom: 50px;
        font-family: "Exo 2", sans-serif; }
      .landing .screen header .primary {
        position: relative; }
        .landing .screen header .primary:before {
          content: "";
          -webkit-transform: translateX(-50%);
          -ms-transform: translateX(-50%);
          transform: translateX(-50%);
          position: absolute;
          bottom: -1.4rem;
          left: 50%;
          width: 7.4rem;
          height: 6px;
          background: #d72c42; }
      .landing .screen header p {
        margin: 20px 0;
        font-size: 1.9rem;
        font-weight: 600;
        letter-spacing: 0.069rem;
        color: #595d66; }
  .landing .hamburger {
    display: none;
    cursor: pointer;
    position: fixed;
    top: 10px;
    left: 10px;
    width: 64px;
    height: 64px;
    background: transparent url("./assets/icon/menu.svg") center no-repeat;
    background-size: cover;
    z-index: 100;
    border: none;
    border-radius: 50%;
    outline: none; }
    @media screen and (max-width: 768px) {
      .landing .hamburger {
        display: block; } }
  .landing .outer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1;
    background-color: #000;
    opacity: 0;
    -webkit-transition: opacity 0s;
    -o-transition: opacity 0s;
    transition: opacity 0s; }
    .landing .outer--show {
      opacity: 0.7;
      z-index: 98;
      -webkit-transition-duration: 0.3s;
      -o-transition-duration: 0.3s;
      transition-duration: 0.3s;
      will-change: opacity; }
  .landing .toolbar {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 65px;
    font-size: 1.8rem;
    line-height: 2rem;
    background-color: #fff;
    border-bottom: 1px solid #d72c42;
    z-index: 97;
    transition: left 0.3s ease-in-out; }
    @media screen and (max-width: 768px) {
      .landing .toolbar {
        display: block;
        left: -250px;
        width: 250px;
        height: 100vh;
        border-bottom: none;
        background-color: #232529;
        z-index: 99; } }
    .landing .toolbar a {
      text-decoration: none;
      color: #d72c42;
      opacity: 1; }
      .landing .toolbar a span {
        padding: 10px 0;
        display: inline-block; }
      .landing .toolbar a:hover {
        text-shadow: 0 0 1px #d72c42; }
    .landing .toolbar ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      @media screen and (max-width: 768px) {
        .landing .toolbar ul {
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
          -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
          margin-top: 50%;
          padding: 10px; } }
      .landing .toolbar ul li {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 auto;
        flex: 0 0 auto; }
        @media screen and (max-width: 992px) {
          .landing .toolbar ul li:last-child {
            display: none; } }
        @media screen and (max-width: 768px) {
          .landing .toolbar ul li {
            font-size: 2.5rem;
            line-height: 2.5rem; }
            .landing .toolbar ul li:last-child {
              display: block;
              margin-top: 50px;
              font-size: 1.7rem; }
              .landing .toolbar ul li:last-child a {
                color: #595d66; } }
        .landing .toolbar ul li:first-child {
          -webkit-box-flex: 1;
          -ms-flex-positive: 1;
          flex-grow: 1; }
    .landing .toolbar nav a {
      margin-right: 20px; }
    @media screen and (max-width: 768px) {
      .landing .toolbar nav {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-flow: column nowrap;
        flex-flow: column nowrap; }
        .landing .toolbar nav a {
          -webkit-box-flex: 1;
          -ms-flex: 1 0 auto;
          flex: 1 0 auto; } }
  .landing .carousel.nav-dots .tns-nav {
    text-align: center; }
    .landing .carousel.nav-dots .tns-nav button {
      display: inline-block;
      position: relative;
      border: none;
      width: 30px;
      height: 30px;
      outline: none;
      margin: 10px;
      background: none; }
      .landing .carousel.nav-dots .tns-nav button:before {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        border-radius: 15px;
        opacity: 0.3; }
      .landing .carousel.nav-dots .tns-nav button:after {
        content: '';
        display: block;
        position: absolute;
        top: 10px;
        left: 10px;
        width: 10px;
        height: 10px;
        border-radius: 5px;
        background-color: #fff; }
      .landing .carousel.nav-dots .tns-nav button.tns-nav-active:before, .landing .carousel.nav-dots .tns-nav button.tns-nav-active:after {
        background-color: #d72c42; }
  .landing .carousel.nav-buttons .tns-controls {
    text-align: center; }
    .landing .carousel.nav-buttons .tns-controls > * {
      background-color: transparent;
      color: #fff;
      border: none;
      outline: none;
      font-size: 3rem;
      font-weight: bolder;
      margin: 20px 30px; }
  .landing .text-red {
    color: #d72c42; }
  .landing .write-to-us {
    cursor: pointer;
    padding: 15px;
    outline: none;
    font-size: 1.4rem;
    font-weight: 600;
    letter-spacing: 1.5px;
    text-transform: uppercase;
    border: 2px solid #d72c42;
    background-color: #232529;
    color: #fff; }
  .landing .enjoy-logo {
    font-family: "Exo 2", sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap; }
    .landing .enjoy-logo .cursor,
    .landing .enjoy-logo .brand {
      display: inline-block;
      vertical-align: text-bottom; }
    .landing .enjoy-logo .cursor:before {
      content: ">"; }
    .landing .enjoy-logo .cursor:after {
      content: "_";
      color: #d72c42;
      animation: 1s step-start 0s infinite normal none running blink;
      -webkit-animation: 1s step-start 0s infinite normal none running blink; }
    .landing .enjoy-logo .brand {
      width: 7em;
      overflow: hidden;
      animation: 3s step-start infinite text-type;
      -webkit-animation: 3s step-start 1 text-type; }
      .landing .enjoy-logo .brand:before {
        content: "Enjoy"; }
      .landing .enjoy-logo .brand:after {
        content: "Tech";
        color: #d72c42; }
  .landing.debug .container {
    border: 2px dashed orange; }
  .landing--show-menu .hamburger {
    background-image: url("./assets/icon/close.svg"); }
  .landing--show-menu .toolbar {
    left: 0;
    will-change: left; }

#index {
  position: relative;
  padding-top: 65px;
  background: #191d24 url("./assets/image/dot.svg") center repeat;
  z-index: 1; }
  #index::after {
    content: '';
    position: absolute;
    top: 65px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    width: 100%;
    height: 90%;
    background: url("./assets/image/background.svg") center no-repeat;
    background-size: cover;
    z-index: -1; }
  #index .container {
    z-index: 1; }
  #index .list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    #index .list__item {
      overflow: hidden; }
  #index a {
    text-decoration: none; }
  #index header {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    max-width: initial;
    text-align: left; }
    #index header h1 {
      margin-bottom: 0; }
  #index .carousel {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    text-align: center;
    text-transform: uppercase;
    font-family: "Exo 2", sans-serif; }
    #index .carousel h2 {
      margin: 40px 0;
      letter-spacing: -1px; }
  #index footer {
    margin: 30px 0;
    text-align: center; }

#about .list {
  margin-top: 100px; }
  #about .list__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center;
    margin-bottom: 60px; }
    #about .list__item > * {
      -webkit-box-flex: 0;
      -ms-flex: 0 1 auto;
      flex: 0 1 auto; }
    #about .list__item img {
      height: 80px; }
    #about .list__item h3 {
      flex-grow: 1;
      font-family: Oswald;
      letter-spacing: -0.07px;
      text-transform: uppercase; }
    #about .list__item p {
      line-height: 2.7rem;
      margin: 0; }
    #about .list__item::after {
      content: "\25CF";
      display: block;
      margin-top: 20px;
      font-size: 2.5rem;
      color: #d72c42; }

#skills .list {
  margin-top: 60px; }
  #skills .list__item {
    text-align: center;
    margin-bottom: 60px; }
    #skills .list__item h3 {
      font-family: Oswald;
      text-transform: uppercase; }

#work .carousel {
  background-color: #2e3137;
  position: relative;
  margin-bottom: 70px; }
  #work .carousel .tns-controls {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: -70px;
    background-color: #232529; }

#work .card {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 250px;
  margin: 15px;
  background-color: #595d66;
  overflow: hidden;
  border: none; }
  #work .card__image {
    display: block;
    width: 100%;
    height: 100%;
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
    -o-object-fit: cover;
    object-fit: cover; }
  #work .card__title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    padding: 5px 10px;
    width: 100%;
    height: 35%;
    color: #fff;
    font-size: 2rem;
    background-color: rgba(0, 0, 0, 0.5); }
  #work .card__mark {
    color: #d72c42;
    font-weight: 700; }
  #work .card__list {
    position: absolute;
    bottom: 20px;
    right: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding-left: 5px;
    width: 130px;
    height: 40%;
    font-size: 1.9rem;
    font-weight: 500;
    color: #32353b;
    background-color: rgba(255, 255, 255, 0.7); }
  #work .card figcaption {
    position: absolute;
    top: 0;
    bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 10px;
    text-align: center;
    background-color: #d72c42;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s; }
    #work .card figcaption h3 {
      margin: 0;
      line-height: 3.2rem; }
    #work .card figcaption p {
      margin: 10px 0;
      font-weight: 700;
      line-height: 2rem; }
  #work .card:hover figcaption {
    opacity: 1; }

#review .container {
  margin-top: 80px;
  margin-bottom: 20px; }
  #review .container > * {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto; }
  #review .container .carousel-holder {
    height: 230px; }
    @media screen and (max-width: 768px) {
      #review .container .carousel-holder {
        height: 440px; } }
  #review .container .review {
    height: 100%;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 25px;
    text-align: center;
    vertical-align: middle;
    letter-spacing: 0.59px;
    color: #232529;
    background-color: #d72c42;
    overflow: hidden;
    overflow-y: auto; }
    #review .container .review::-webkit-scrollbar {
      display: none;
      width: 0;
      opacity: 0; }
    #review .container .review-body {
      padding: 20px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      height: 100%; }
      #review .container .review-body p {
        margin-bottom: 0; }
  #review .container .list {
    margin-top: 80px; }
    #review .container .list__item {
      margin-bottom: 50px; }
      #review .container .list__item p {
        line-height: 2.7rem;
        letter-spacing: -0.036rem;
        color: #595d66; }
  #review .container .counter {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row nowrap;
    flex-flow: row nowrap;
    font-family: Oswald;
    text-transform: uppercase; }
    #review .container .counter :first-child {
      font-size: 7rem;
      font-weight: 800;
      letter-spacing: -0.075rem;
      color: #d72c42;
      margin-right: 10px; }
    #review .container .counter :last-child {
      font-size: 3rem;
      font-weight: 700;
      line-height: 3.2rem; }

#contacts .container {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-flow: column nowrap;
  flex-flow: column nowrap; }
  #contacts .container > * {
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto; }
  #contacts .container .details {
    -webkit-box-flex: 1;
    -ms-flex: 1 0 auto;
    flex: 1 0 auto;
    margin-bottom: 60px; }
    #contacts .container .details .info {
      padding: 50px 60px;
      background-color: #d72c42; }
      #contacts .container .details .info h3 {
        margin-bottom: 40px;
        color: #32353b;
        font-family: Oswald, sans-serif;
        font-size: 30px;
        font-weight: 700;
        line-height: 30px;
        letter-spacing: -0.07px;
        text-transform: uppercase; }
      #contacts .container .details .info dt {
        margin: 30px 0 0 0;
        font-weight: 700;
        letter-spacing: 0.44px;
        color: #32353b; }
      #contacts .container .details .info dd {
        margin: 10px 0 0 0;
        color: #fff; }
    #contacts .container .details .map {
      padding: 0;
      min-height: 400px;
      background: #595d66 url("./assets/image/map.jpg") center no-repeat;
      background-size: cover; }
      #contacts .container .details .map__link {
        color: #fff; }

.contact-form {
  position: fixed;
  top: 50%;
  left: -9999px;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 15px;
  width: 500px;
  max-width: 500px;
  min-height: 200px;
  max-height: 100vh;
  z-index: -1;
  border: 2px solid #d72c42;
  background-color: #fff;
  opacity: 0;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }
  @media screen and (max-width: 768px) {
    .contact-form {
      width: 90%; } }
  .contact-form__field {
    margin-bottom: 5px; }
  .contact-form__button {
    margin-top: 5px;
    color: #d72c42;
    border: none;
    background-color: transparent; }
    .contact-form__button:hover {
      color: #e7828f; }
  .contact-form p {
    font-size: 1.6rem;
    margin-bottom: 5px; }
  .contact-form--show {
    left: 50%;
    z-index: 9998;
    opacity: 1;
    will-change: opacity; }

.toast {
  position: fixed;
  top: 100px;
  right: -400px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 300px;
  min-height: 60px;
  padding: 10px 50px;
  border: 2px solid #c1c5c9;
  background-color: #fff;
  font-size: 1.6rem;
  z-index: 9999;
  opacity: 0;
  -webkit-transition: opacity 0.4s, right 0.4s;
  -o-transition: opacity 0.4s, right 0.4s;
  transition: opacity 0.4s, right 0.4s; }
  .toast::after {
    display: block;
    position: absolute;
    top: 50%;
    right: 20px;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    font-size: 30px;
    line-height: 30px; }
  @media screen and (max-width: 768px) {
    .toast {
      width: 90%; } }
  .toast--show {
    right: 10px;
    opacity: 1;
    will-change: opacity, right; }
    @media screen and (max-width: 768px) {
      .toast--show {
        right: 0; } }
  .toast--error {
    color: #d72c42;
    border-color: #d72c42; }
    .toast--error::after {
      content: '×';
      font-size: 40px;
      line-height: 40px;
      margin-top: -3px; }
  .toast--success {
    color: #71D571;
    border-color: #71D571; }
    .toast--success::after {
      content: '✓'; }
