@import url("https://fonts.googleapis.com/css?family=Oswald:300,400,500,600,700|Roboto:400,400i,500,500i,700,700i&display=swap&subset=cyrillic,cyrillic-ext,latin-ext");
body {
  font-family: 'Roboto', sans-serif;
  -webkit-font-smoothing: antialiased; }
  body span, body a {
    color: #2196F3; }
  body .highlight {
    display: block;
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 700;
    letter-spacing: 0.36px;
    line-height: initial;
    text-transform: uppercase; }
    @media screen and (max-width: 579px) {
      body .highlight {
        font-size: 12px; } }
  body .title {
    font-family: "Oswald";
    font-size: 60px;
    font-weight: 300;
    color: #283238;
    letter-spacing: 0;
    line-height: initial; }
    @media screen and (max-width: 579px) {
      body .title {
        font-size: 45px; } }
  body .subtitle {
    font-family: "Oswald";
    font-size: 34px;
    font-weight: 400;
    color: #647C8A;
    letter-spacing: 0;
    line-height: 1.47em; }
    @media screen and (max-width: 579px) {
      body .subtitle {
        font-size: 24px; } }
  body .description {
    font-family: "Roboto";
    font-size: 16px;
    font-weight: 400;
    color: #586D79;
    letter-spacing: 0;
    line-height: 1.75em; }
    @media screen and (max-width: 1023px) {
      body .description {
        font-size: 14px; } }
  body .button, body .responsive-button {
    font-family: "Oswald";
    font-size: 14px;
    font-weight: 500;
    color: #485A63;
    letter-spacing: 0.2px;
    line-height: 4.29em;
    text-transform: uppercase; }

.hello .title {
  text-transform: uppercase; }

.hello .description {
  font-size: 16px; }
  @media screen and (max-width: 579px) {
    .hello .description {
      font-size: 14px; } }

.hello .scroll-button {
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 700;
  color: #B2BEC4;
  letter-spacing: 0;
  line-height: 2em;
  text-transform: uppercase; }

@media screen and (max-width: 1023px) {
  .skillset .title {
    font-family: "Oswald";
    font-size: 40px;
    font-weight: 400;
    color: #647C8A;
    letter-spacing: 0;
    line-height: 1.375em; } }

@media screen and (max-width: 579px) {
  .skillset .title {
    font-size: 28px; } }

.project-title {
  font-family: "Oswald";
  font-size: 25px;
  font-weight: 500;
  color: #283238;
  letter-spacing: 0px;
  line-height: 1.28em;
  margin-bottom: 25px; }

.project-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #586D79;
  letter-spacing: 0;
  line-height: 1.75em;
  margin-bottom: 14px; }
  @media screen and (max-width: 1023px) {
    .project-description {
      font-size: 14px; } }

.career-title {
  font-family: "Oswald";
  font-size: 25px;
  font-weight: 500;
  color: #283238;
  letter-spacing: 0;
  line-height: 1.28em; }
  .career-title span {
    font-family: "Oswald";
    font-size: 16px;
    font-weight: 700;
    color: #2196F3;
    letter-spacing: 0.4px;
    line-height: 2em;
    text-transform: uppercase; }

.career-description {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #586D79;
  letter-spacing: 0;
  line-height: 1.75em; }

.career-date {
  font-family: "Roboto";
  font-size: 16px;
  font-weight: 400;
  color: #B2BEC4;
  letter-spacing: 0;
  line-height: 1.75em; }
  @media screen and (max-width: 1023px) {
    .career-date {
      font-size: 14px; } }

.footer .menu-item, .footer .link {
  font-family: "Oswald";
  font-size: 16px;
  font-weight: 500;
  color: #ECEFF1;
  letter-spacing: 0.4px;
  line-height: 2em;
  text-transform: uppercase;
  text-decoration: none; }

.footer .link {
  opacity: 0.5; }

body {
  position: relative;
  background-color: #FFFFFF;
  margin: 0;
  overflow-x: hidden;
  overflow-y: scroll; }
  body a {
    text-decoration: none; }
  body p, body a, body h1, body h3 {
    margin: 0; }

.main-width {
  max-width: 1060px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .main-width {
      max-width: 960px; } }

.divider {
  position: relative; }
  .divider:after {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    left: 12vw;
    height: 2px;
    background-color: #ECEFF1; }
    @media screen and (max-width: 1100px) {
      .divider:after {
        left: 8vw; } }
    @media screen and (max-width: 1023px) {
      .divider:after {
        left: 3vw; } }

.logo {
  margin: 60px auto 40px; }
  @media screen and (max-width: 1023px) {
    .logo {
      text-align: center;
      margin: 40px auto; } }
  @media screen and (max-width: 579px) {
    .logo {
      margin: 35px auto; }
      .logo img {
        max-width: 30px; } }

.title-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }
  @media screen and (max-width: 1023px) {
    .title-wrapper {
      -webkit-box-pack: center;
          -ms-flex-pack: center;
              justify-content: center; }
      .title-wrapper .button {
        display: none; } }

.button {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 255px;
  text-align: center;
  border: 1px solid #93A4AD;
  -webkit-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out; }
  .button:hover, .button.hover {
    background-color: #ECEFF1; }

.responsive-button {
  display: none;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: 100%;
  max-width: 270px;
  text-align: center;
  border: 1px solid #647C8A;
  background-color: #ECEFF1; }
  @media screen and (max-width: 1023px) {
    .responsive-button {
      display: block;
      margin: 60px auto 0; }
      .responsive-button:before {
        content: '';
        display: block;
        position: absolute;
        top: -60px;
        right: -40px;
        left: -40px;
        height: 2px;
        background-color: #ECEFF1; } }
    @media screen and (max-width: 1023px) and (max-width: 579px) {
      .responsive-button:before {
        left: -10px;
        right: -10px; } }

@media screen and (max-width: 579px) {
  .hello {
    padding: 0 20px; } }

.hello .inner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 100px; }
  @media screen and (max-width: 1023px) {
    .hello .inner-wrapper {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      padding-bottom: 60px; } }
  @media screen and (max-width: 579px) {
    .hello .inner-wrapper {
      padding-bottom: 50px; } }
  .hello .inner-wrapper .left-side {
    max-width: 375px; }
    @media screen and (max-width: 1023px) {
      .hello .inner-wrapper .left-side {
        max-width: 450px;
        text-align: center;
        margin-bottom: 50px; } }
    @media screen and (max-width: 579px) {
      .hello .inner-wrapper .left-side {
        max-width: 320px;
        margin-bottom: 40px; } }
    .hello .inner-wrapper .left-side .highlight {
      padding-bottom: 35px; }
      @media screen and (max-width: 1023px) {
        .hello .inner-wrapper .left-side .highlight {
          padding-bottom: 20px; } }
    .hello .inner-wrapper .left-side .subtitle {
      padding: 10px 0 50px;
      max-width: 355px; }
      @media screen and (max-width: 1023px) {
        .hello .inner-wrapper .left-side .subtitle {
          padding-bottom: 40px;
          margin: 0 auto; } }
      @media screen and (max-width: 579px) {
        .hello .inner-wrapper .left-side .subtitle {
          padding: 15px 0 30px; } }
      .hello .inner-wrapper .left-side .subtitle .highlight {
        display: inline-block;
        font-family: inherit;
        font-size: inherit;
        font-weight: inherit;
        color: #90CAF9;
        letter-spacing: inherit;
        line-height: inherit;
        padding: 0; }
    .hello .inner-wrapper .left-side .scroll-wrapper {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: start;
          -ms-flex-pack: start;
              justify-content: flex-start;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end;
      margin-top: 40px;
      cursor: pointer; }
      @media screen and (max-width: 1023px) {
        .hello .inner-wrapper .left-side .scroll-wrapper {
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
      .hello .inner-wrapper .left-side .scroll-wrapper .arrow img {
        width: 100%; }
    .hello .inner-wrapper .left-side .scroll-button {
      padding-right: 20px; }
  .hello .inner-wrapper .right-side {
    max-width: 540px; }
    @media screen and (max-width: 1023px) {
      .hello .inner-wrapper .right-side {
        max-width: 375px;
        margin: 0 auto; } }
    @media screen and (max-width: 579px) {
      .hello .inner-wrapper .right-side {
        max-width: 275px; } }
    .hello .inner-wrapper .right-side img {
      width: 100%; }

.skillset {
  padding: 100px 0 85px; }
  @media screen and (max-width: 1023px) {
    .skillset {
      padding: 60px 0; } }
  @media screen and (max-width: 579px) {
    .skillset {
      padding: 30px 20px 50px; } }
  .skillset .inner-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: unset;
        -ms-flex-align: unset;
            align-items: unset; }
    @media screen and (max-width: 1023px) {
      .skillset .inner-wrapper {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .skillset .inner-wrapper .left-side {
      max-width: 450px; }
      @media screen and (max-width: 1023px) {
        .skillset .inner-wrapper .left-side {
          text-align: center; }
          .skillset .inner-wrapper .left-side .title {
            max-width: 280px;
            margin: 0 auto; } }
      .skillset .inner-wrapper .left-side .highlight {
        margin-bottom: 25px; }
        @media screen and (max-width: 1023px) {
          .skillset .inner-wrapper .left-side .highlight {
            margin-bottom: 15px; } }
    .skillset .inner-wrapper .right-side {
      max-width: 540px;
      margin-top: 65px; }
      @media screen and (max-width: 1023px) {
        .skillset .inner-wrapper .right-side {
          max-width: 450px;
          margin-top: 45px; } }
      @media screen and (max-width: 579px) {
        .skillset .inner-wrapper .right-side {
          margin-top: 30px; } }
      .skillset .inner-wrapper .right-side .description {
        margin-bottom: 14px; }
        .skillset .inner-wrapper .right-side .description:last-child {
          margin-bottom: 0; }
        @media screen and (max-width: 1023px) {
          .skillset .inner-wrapper .right-side .description {
            text-align: center; } }

.projects {
  padding: 80px 0 1px; }
  @media screen and (max-width: 1023px) {
    .projects {
      padding: 60px 0 90px; }
      .projects .responsive-button {
        margin-top: 120px; } }
  @media screen and (max-width: 579px) {
    .projects {
      padding: 30px 20px 90px; }
      .projects .responsive-button {
        margin-top: 110px; } }
  .projects .title {
    margin-top: 20px; }
    @media screen and (max-width: 1023px) {
      .projects .title {
        margin-top: 0;
        text-align: center; } }
    .projects .title-wrapper {
      max-width: 1015px;
      margin: 0 auto 90px; }
      @media screen and (max-width: 1100px) {
        .projects .title-wrapper {
          max-width: 960px; } }
      @media screen and (max-width: 1023px) {
        .projects .title-wrapper {
          margin: 0 auto 70px; }
          .projects .title-wrapper .button {
            display: none; } }
      @media screen and (max-width: 579px) {
        .projects .title-wrapper {
          margin-bottom: 50px; } }

.project-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
  max-width: 1030px;
  margin: 0 auto 160px; }
  @media screen and (max-width: 1100px) {
    .project-wrapper {
      max-width: 960px; } }
  @media screen and (max-width: 1023px) {
    .project-wrapper {
      -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;
      margin: 0 auto 90px; } }
  @media screen and (max-width: 579px) {
    .project-wrapper {
      margin: 0 auto 60px; } }
  .project-wrapper .left-side {
    position: relative;
    max-width: 570px;
    padding: 110px 0; }
    @media screen and (max-width: 1023px) {
      .project-wrapper .left-side {
        padding: 0 0 45px; } }
    @media screen and (max-width: 579px) {
      .project-wrapper .left-side {
        max-width: 285px; } }
    .project-wrapper .left-side .image-background {
      position: absolute;
      top: 0;
      right: 95px;
      bottom: 0;
      left: 0;
      z-index: 0;
      background-size: cover;
      background-position: center center;
      background-repeat: no-repeat; }
      @media screen and (max-width: 1023px) {
        .project-wrapper .left-side .image-background {
          display: none; } }
    .project-wrapper .left-side .main-image {
      position: relative;
      z-index: 1;
      -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
              box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
      width: 100%;
      max-width: 475px;
      margin: 0 0 0 95px; }
      @media screen and (max-width: 1023px) {
        .project-wrapper .left-side .main-image {
          margin: 0;
          -webkit-box-shadow: none;
                  box-shadow: none; } }
  .project-wrapper .right-side {
    max-width: 350px;
    -ms-flex-item-align: center;
        align-self: center; }
    @media screen and (max-width: 1023px) {
      .project-wrapper .right-side {
        max-width: 450px;
        text-align: center; } }
    .project-wrapper .right-side .button {
      margin-top: 20px; }
      @media screen and (max-width: 1023px) {
        .project-wrapper .right-side .button {
          margin: 35px auto 0;
          max-width: 210px; } }
  .project-wrapper.chartkit .left-side .main-image {
    -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.25);
            box-shadow: 0 0 20px rgba(0, 0, 0, 0.25); }
  .project-wrapper:last-child {
    margin-bottom: 0; }
  .project-wrapper.reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
    @media screen and (max-width: 1023px) {
      .project-wrapper.reverse {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .project-wrapper.reverse .left-side .main-image {
      margin: 0 95px 0 0; }
      @media screen and (max-width: 1023px) {
        .project-wrapper.reverse .left-side .main-image {
          margin: 0; } }
    .project-wrapper.reverse .left-side .image-background {
      right: 0;
      left: 95px; }

.fitnes .left-side .image-background {
  background-image: url("/images/projects/background-1.jpg"); }

.sputnic .left-side .image-background {
  background-image: url("/images/projects/background-2.jpg"); }

.chartkit .left-side .image-background {
  background-image: url("/images/projects/background-3.jpg"); }

.datomia .left-side .image-background {
  background-image: url("/images/projects/background-4.jpg"); }

.career {
  max-width: 1015px;
  margin: 0 auto; }
  @media screen and (max-width: 1100px) {
    .career {
      max-width: 960px; } }
  .career .title {
    margin-top: 20px; }
    @media screen and (max-width: 1023px) {
      .career .title {
        margin-top: 0; } }
    .career .title-wrapper {
      margin: 80px 0; }
      @media screen and (max-width: 1023px) {
        .career .title-wrapper {
          margin: 60px 0; } }
      @media screen and (max-width: 579px) {
        .career .title-wrapper {
          margin: 30px 0 60px; } }
  @media screen and (max-width: 1023px) {
    .career .responsive-button {
      margin-bottom: 110px; } }
  .career-wrapper {
    display: grid;
    grid-template-rows: 1fr 1fr;
    grid-template-columns: 215px 215px 215px;
    grid-row-gap: 80px;
    grid-column-gap: 125px;
    margin-bottom: 110px;
    overflow: hidden; }
    @media screen and (max-width: 1100px) {
      .career-wrapper {
        grid-column-gap: 100px; } }
    @media screen and (max-width: 1023px) {
      .career-wrapper {
        grid-template-columns: 215px 215px;
        grid-row-gap: 50px;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        margin-bottom: 120px; } }
    @media screen and (max-width: 767px) {
      .career-wrapper {
        grid-column-gap: 40px; } }
    @media screen and (max-width: 579px) {
      .career-wrapper {
        grid-template-columns: 215px;
        grid-row-gap: 60px;
        margin-bottom: 110px;
        text-align: center; } }
  .career-description {
    padding: 20px 0 10px; }

.footer {
  background-color: #39474E;
  position: relative; }
  .footer:before {
    content: '';
    display: block;
    position: absolute;
    top: -30px;
    right: 0;
    left: 0;
    height: 30px;
    background-color: rgba(57, 71, 78, 0.05); }
  .footer-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    max-width: 1015px;
    margin: 0 auto;
    padding: 35px 0; }
    @media screen and (max-width: 1100px) {
      .footer-wrapper {
        max-width: 960px; } }
    @media screen and (max-width: 1023px) {
      .footer-wrapper {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .footer-wrapper .menu-item {
      margin-right: 40px; }
      @media screen and (max-width: 1023px) {
        .footer-wrapper .menu-item:last-child {
          margin-right: 0; } }
      @media screen and (max-width: 579px) {
        .footer-wrapper .menu-item {
          margin-right: 0;
          display: block;
          text-align: center; } }
    .footer-wrapper .link {
      margin-right: 0; }
      @media screen and (max-width: 1023px) {
        .footer-wrapper .link {
          margin-top: 30px; } }
      @media screen and (max-width: 579px) {
        .footer-wrapper .link {
          margin-top: 20px; } }
/*# sourceMappingURL=custom.css.map */