/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent; }

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active, a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0; }

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

.cs-select {
  background: #2d2d2d;
  border: 1px solid rgba(255, 255, 255, 0.2);
  position: relative;
  text-align: left;
  height: 40px;
  vertical-align: middle;
  width: 100%;
  z-index: 100;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }
  .cs-select .cs-placeholder {
    background: #2d2d2d;
    color: #FBB31A;
    font-size: 1.2rem;
    line-height: 1.5rem;
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .cs-select:focus {
    outline: none; }
  .cs-select select {
    display: none; }
  .cs-select span {
    display: block;
    position: relative;
    cursor: pointer;
    padding: 1em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; }
  .cs-select > span {
    padding-right: 3em; }
    .cs-select > span::after {
      speak: none;
      position: absolute;
      top: 50%;
      content: '\25BE';
      right: 1em;
      color: #fff;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
    .cs-select > span .cs-selected span::after {
      speak: none;
      position: absolute;
      top: 50%;
      content: '\2713';
      margin-left: 1em;
      -webkit-transform: translateY(-50%);
      transform: translateY(-50%);
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
  .cs-select.cs-active > span::after {
    -webkit-transform: translateY(-50%) rotate(180deg);
    transform: translateY(-50%) rotate(180deg); }
  .cs-select .cs-options {
    position: absolute;
    top: 40px;
    overflow: hidden;
    width: 100%;
    background: #fff;
    visibility: hidden; }
  .cs-select.cs-active .cs-options {
    visibility: visible; }
  .cs-select ul {
    list-style: none;
    margin: 0;
    padding: 0;
    width: 100%; }
    .cs-select ul span {
      padding: 1em; }
  .cs-select li {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-align-items: center;
    align-items: center;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    height: 40px;
    width: 100%;
    padding: 0 20px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2); }
    .cs-select li:last-child {
      border-bottom: 0; }
    .cs-select li span {
      color: #fff; }
    .cs-select li:hover span {
      color: #FBB31A; }
    .cs-select li.cs-focus span {
      background-color: #ddd; }
    .cs-select li.cs-optgroup > span {
      cursor: default; }
    .cs-select li.cs-optgroup ul {
      padding-left: 1em; }

.cs-active {
  z-index: 200; }

.cs-skin-elastic {
  background: transparent;
  font-size: 1.5em;
  font-weight: 700;
  color: #5b8583; }
  .cs-skin-elastic > span {
    background-color: #fff;
    z-index: 100; }
    .cs-skin-elastic > span::after {
      font-family: 'icomoon';
      content: '\e005';
      -webkit-backface-visibility: hidden;
      backface-visibility: hidden; }
  .cs-skin-elastic .cs-options {
    overflow: visible;
    background: transparent;
    opacity: 1;
    visibility: hidden;
    pointer-events: none; }
    .cs-skin-elastic .cs-options span {
      cursor: pointer; }
      .cs-skin-elastic .cs-options span:hover {
        color: #FBB31A; }
    .cs-skin-elastic .cs-options li.cs-focus {
      color: #FBB31A; }
    .cs-skin-elastic .cs-options .cs-selected span {
      color: #FBB31A; }
      .cs-skin-elastic .cs-options .cs-selected span::after {
        content: ''; }
    .cs-skin-elastic .cs-options > ul li {
      opacity: 0;
      -webkit-transform: translate3d(0, -25px, 0);
      transform: translate3d(0, -25px, 0);
      -webkit-transition: opacity .15s, -webkit-transform .15s;
      transition: opacity .15s, transform .15s; }
    .cs-skin-elastic .cs-options > ul::before {
      background: #2d2d2d;
      content: '';
      position: absolute;
      width: 100%;
      height: 100%;
      left: 0;
      top: 0;
      -webkit-transform: scale3d(1, 0, 1);
      transform: scale3d(1, 0, 1);
      -webkit-transform-origin: 50% 0%;
      transform-origin: 50% 0%;
      -webkit-transition: -webkit-transform 0.3s;
      transition: transform 0.3s; }
  .cs-skin-elastic.cs-active .cs-options {
    pointer-events: auto; }
    .cs-skin-elastic.cs-active .cs-options > ul::before {
      -webkit-transform: scale3d(1, 1, 1);
      transform: scale3d(1, 1, 1);
      -webkit-transition: none;
      transition: none; }
    .cs-skin-elastic.cs-active .cs-options > ul li {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      opacity: 1;
      -webkit-transition: none;
      transition: none; }
    .cs-skin-elastic.cs-active .cs-options span {
      background-repeat: no-repeat;
      background-position: 1.5em 50%;
      background-size: 2em auto;
      font-size: 1.2rem;
      line-height: 1.5rem;
      padding: 0;
      -webkit-transition: all .3s ease;
      -moz-transition: all .3s ease;
      transition: all .3s ease; }

@media screen and (max-width: 30em) {
  .cs-skin-elastic {
    font-size: 1em; } }
.about-us.animating-out .animate-square--first {
  animation: animate-square-out-left .4s ease-in-out forwards; }
.about-us.animating-out .animate-square--second {
  animation: animate-square-out-left .5s ease-in-out forwards; }
.about-us.animating-out .animate-square--third {
  animation: animate-square-out-right .3s ease-in-out forwards; }
.about-us.animating-out .animate-square--fourth {
  animation: animate-square-out-right .5s ease-in-out forwards; }

.about-us.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.about-us.animating-in .animate-square--second {
  animation: animate-square-in-left .5s ease-in-out forwards; }
.about-us.animating-in .animate-square--third {
  animation: animate-square-in-right .3s ease-in-out forwards; }
.about-us.animating-in .animate-square--fourth {
  animation: animate-square-in-right .5s ease-in-out forwards; }
.about-us.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }
.about-us.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .5s forwards; }
.about-us.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .65s forwards; }
.about-us.animating-in .animate-opacity--fourth {
  animation: animate-show .3s ease-in-out .8s forwards; }

.our-advantages.animating-out .animate-square--first {
  animation: animate-square-out-left .4s ease-in-out forwards; }
.our-advantages.animating-out .animate-square--second {
  animation: animate-square-out-left-150 .5s ease-in-out forwards; }
.our-advantages.animating-out .animate-square--third {
  animation: animate-square-out-right-150 .3s ease-in-out forwards; }
.our-advantages.animating-out .animate-square--fourth {
  animation: animate-square-out-right .5s ease-in-out forwards; }

.our-advantages.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.our-advantages.animating-in .animate-square--second {
  animation: animate-square-in-left-150 .5s ease-in-out forwards; }
.our-advantages.animating-in .animate-square--third {
  animation: animate-square-in-right-150 .3s ease-in-out forwards; }
.our-advantages.animating-in .animate-square--fourth {
  animation: animate-square-in-right .5s ease-in-out forwards; }
.our-advantages.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }

.our-contracts.animating-out .animate-square--first {
  animation: animate-square-out-left .4s ease-in-out forwards; }
.our-contracts.animating-out .animate-square--second {
  animation: animate-square-out-left .5s ease-in-out forwards; }
.our-contracts.animating-out .animate-square--third {
  animation: animate-square-out-right .3s ease-in-out forwards; }
.our-contracts.animating-out .animate-square--fourth {
  animation: animate-square-out-right .5s ease-in-out forwards; }

.our-contracts.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.our-contracts.animating-in .animate-square--second {
  animation: animate-square-in-left .5s ease-in-out forwards; }
.our-contracts.animating-in .animate-square--third {
  animation: animate-square-in-right .3s ease-in-out forwards; }
.our-contracts.animating-in .animate-square--fourth {
  animation: animate-square-in-right .5s ease-in-out forwards; }
.our-contracts.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }
.our-contracts.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .5s forwards; }
.our-contracts.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .65s forwards; }
.our-contracts.animating-in .animate-opacity--fourth {
  animation: animate-show .3s ease-in-out 1s forwards; }

.our-team.animating-out .animate-square--first {
  animation: animate-square-out-left .4s ease-in-out forwards; }
.our-team.animating-out .animate-square--second {
  animation: animate-square-out-left .5s ease-in-out forwards; }
.our-team.animating-out .animate-square--third {
  animation: animate-square-out-right .3s ease-in-out forwards; }
.our-team.animating-out .animate-square--fourth {
  animation: animate-square-out-right .5s ease-in-out forwards; }

.our-team.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.our-team.animating-in .animate-square--second {
  animation: animate-square-in-left .5s ease-in-out forwards; }
.our-team.animating-in .animate-square--third {
  animation: animate-square-in-right .3s ease-in-out forwards; }
.our-team.animating-in .animate-square--fourth {
  animation: animate-square-in-right .5s ease-in-out forwards; }
.our-team.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }
.our-team.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .5s forwards; }
.our-team.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .65s forwards; }
.our-team.animating-in .animate-opacity--fourth {
  animation: animate-opacity .3s ease-in-out .8s forwards; }
.our-team.animating-in .animate-opacity--fifth {
  animation: animate-opacity .3s ease-in-out 1.05s forwards; }

.about-us.animating-in-first .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }
.about-us.animating-in-first .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .5s forwards; }
.about-us.animating-in-first .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .65s forwards; }
.about-us.animating-in-first .animate-opacity--fourth {
  animation: animate-show .3s ease-in-out .8s forwards; }

.our-github.animating-out .animate-square--first {
  animation: animate-square-out-left .4s ease-in-out forwards; }
.our-github.animating-out .animate-square--second {
  animation: animate-square-out-left-150 .5s ease-in-out forwards; }
.our-github.animating-out .animate-square--third {
  animation: animate-square-out-right-150 .3s ease-in-out forwards; }
.our-github.animating-out .animate-square--fourth {
  animation: animate-square-out-right .5s ease-in-out forwards; }

.our-github.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.our-github.animating-in .animate-square--second {
  animation: animate-square-in-left-150 .5s ease-in-out forwards; }
.our-github.animating-in .animate-square--third {
  animation: animate-square-in-right-150 .4s ease-in-out forwards; }
.our-github.animating-in .animate-square--fourth {
  animation: animate-square-in-right .5s ease-in-out forwards; }
.our-github.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .35s forwards; }
.our-github.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .5s forwards; }
.our-github.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .65s forwards; }
.our-github.animating-in .animate-opacity--fourth {
  animation: animate-opacity .3s ease-in-out .8s forwards; }
.our-github.animating-in .animate-opacity--fifth {
  animation: animate-opacity .3s ease-in-out 1.05s forwards; }

.our-technologies.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out forwards; }
.our-technologies.animating-in .animate-opacity--second {
  animation: animate-show .3s ease-in-out .15s forwards; }

.our-works.animating-in .animate-square--third {
  animation: animate-square-in-right .4s ease-in-out .4s forwards; }
.our-works.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out forwards; }
.our-works.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .15s forwards; }
.our-works.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .3s forwards; }
.our-works.animating-in .animate-opacity--fourth {
  animation: animate-opacity .3s ease-in-out .45s forwards; }
.our-works.animating-in .animate-opacity--fifth {
  animation: animate-opacity .3s ease-in-out .8s forwards; }

.we-on-upwork.animating-in .animate-square--third {
  animation: animate-square-in-right .4s ease-in-out .2s forwards; }
.we-on-upwork.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out forwards; }
.we-on-upwork.animating-in .animate-opacity--second {
  animation: animate-opacity .3s ease-in-out .15s forwards; }
.we-on-upwork.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .6s forwards; }
.we-on-upwork.animating-in .animate-opacity--fourth {
  animation: animate-opacity .3s ease-in-out .75s forwards; }

.contact-us.animating-in .animate-square--first {
  animation: animate-square-in-left .4s ease-in-out forwards; }
.contact-us.animating-in .animate-square--second {
  animation: animate-square-in-left .3s ease-in-out .6s forwards; }
.contact-us.animating-in .animate-opacity--first {
  animation: animate-opacity .3s ease-in-out .3s forwards; }
.contact-us.animating-in .animate-opacity--second {
  animation: animate-show .3s ease-in-out .5s forwards; }
.contact-us.animating-in .animate-opacity--third {
  animation: animate-opacity .3s ease-in-out .8s forwards; }
.contact-us.animating-in .animate-opacity--fourth {
  animation: animate-show .3s ease-in-out 1s forwards; }

.general-footer.animating-in .animate-opacity--first {
  animation: animate-show .3s ease-in-out forwards; }

.about-us.animating-start .animate-square--first, .our-contracts.animating-start .animate-square--first, .our-works.animating-start .animate-square--first, .we-on-upwork.animating-start .animate-square--first {
  transform: translateX(-100%); }
.about-us.animating-start .animate-square--second, .our-contracts.animating-start .animate-square--second, .our-works.animating-start .animate-square--second, .we-on-upwork.animating-start .animate-square--second {
  transform: translateX(-100%); }
.about-us.animating-start .animate-square--third, .our-contracts.animating-start .animate-square--third, .our-works.animating-start .animate-square--third, .we-on-upwork.animating-start .animate-square--third {
  transform: translateX(100%); }
.about-us.animating-start .animate-square--fourth, .our-contracts.animating-start .animate-square--fourth, .our-works.animating-start .animate-square--fourth, .we-on-upwork.animating-start .animate-square--fourth {
  transform: translateX(100%); }

.contact-us.animating-start .animate-square--first {
  transform: translateX(-110%); }
.contact-us.animating-start .animate-square--second {
  transform: translateX(-100%); }

.our-advantages.animating-start .animate-square--first, .our-team.animating-start .animate-square--first, .our-github.animating-start .animate-square--first {
  transform: translateX(-100%); }
.our-advantages.animating-start .animate-square--second, .our-team.animating-start .animate-square--second, .our-github.animating-start .animate-square--second {
  transform: translateX(-150%); }
.our-advantages.animating-start .animate-square--third, .our-team.animating-start .animate-square--third, .our-github.animating-start .animate-square--third {
  transform: translateX(160%); }
.our-advantages.animating-start .animate-square--fourth, .our-team.animating-start .animate-square--fourth, .our-github.animating-start .animate-square--fourth {
  transform: translateX(100%); }

.our-advantages.opacity-start .animate-opacity--first, .our-advantages.opacity-start .animate-opacity--second, .our-advantages.opacity-start .animate-opacity--third, .our-advantages.opacity-start .animate-opacity--fourth, .our-advantages.opacity-start .animate-opacity--fifth, .our-works.opacity-start .animate-opacity--first, .our-works.opacity-start .animate-opacity--second, .our-works.opacity-start .animate-opacity--third, .our-works.opacity-start .animate-opacity--fourth, .our-works.opacity-start .animate-opacity--fifth, .our-team.opacity-start .animate-opacity--first, .our-team.opacity-start .animate-opacity--second, .our-team.opacity-start .animate-opacity--third, .our-team.opacity-start .animate-opacity--fourth, .our-team.opacity-start .animate-opacity--fifth, .we-on-upwork.opacity-start .animate-opacity--first, .we-on-upwork.opacity-start .animate-opacity--second, .we-on-upwork.opacity-start .animate-opacity--third, .we-on-upwork.opacity-start .animate-opacity--fourth, .we-on-upwork.opacity-start .animate-opacity--fifth, .our-github.opacity-start .animate-opacity--first, .our-github.opacity-start .animate-opacity--second, .our-github.opacity-start .animate-opacity--third, .our-github.opacity-start .animate-opacity--fourth, .our-github.opacity-start .animate-opacity--fifth {
  opacity: 0;
  transform: translateY(20px); }

.about-us.opacity-start .animate-opacity--first, .about-us.opacity-start .animate-opacity--second, .about-us.opacity-start .animate-opacity--third, .our-contracts.opacity-start .animate-opacity--first, .our-contracts.opacity-start .animate-opacity--second, .our-contracts.opacity-start .animate-opacity--third {
  opacity: 0;
  transform: translateY(20px); }
.about-us.opacity-start .animate-opacity--fourth, .our-contracts.opacity-start .animate-opacity--fourth {
  opacity: 0; }

.our-technologies.opacity-start .animate-opacity--first {
  opacity: 0;
  transform: translateY(20px); }
.our-technologies.opacity-start .animate-opacity--second {
  opacity: 0; }

.contact-us.opacity-start .animate-opacity--first, .contact-us.opacity-start .animate-opacity--third {
  opacity: 0;
  transform: translateY(20px); }
.contact-us.opacity-start .animate-opacity--second, .contact-us.opacity-start .animate-opacity--fourth {
  opacity: 0; }

.general-footer.opacity-start .animate-opacity--first {
  opacity: 0; }

@keyframes animate-show {
  from {
    opacity: 0; }
  to {
    opacity: 1; } }
@keyframes animate-square-out-left {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-100%); } }
@keyframes animate-square-out-right {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(100%); } }
@keyframes animate-square-in-left {
  from {
    transform: translateX(-100%); }
  to {
    transform: translateX(0); } }
@keyframes animate-square-in-right {
  from {
    transform: translateX(100%); }
  to {
    transform: translateX(0); } }
@keyframes animate-square-out-left-150 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(-150%); } }
@keyframes animate-square-out-right-150 {
  from {
    transform: translateX(0); }
  to {
    transform: translateX(160%); } }
@keyframes animate-square-in-left-150 {
  from {
    transform: translateX(-150%); }
  to {
    transform: translateX(0); } }
@keyframes animate-square-in-right-150 {
  from {
    transform: translateX(160%); }
  to {
    transform: translateX(0); } }
@keyframes animate-opacity {
  from {
    opacity: 0;
    transform: translateY(20px); }
  to {
    opacity: 1;
    transform: translateY(0px); } }
@font-face {
  font-family: "Muli";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/muli/Muli.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Regular";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/muli/Muli-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Light";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/muli/Muli-Light.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-ExtraLight";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/muli/Muli-ExtraLight.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-ExtraBold";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/muli/Muli-ExtraBold.ttf") format("truetype"); }
@font-face {
  font-family: "Muli-Bold";
  font-style: normal;
  font-weight: 800;
  src: url("fonts/muli/Muli-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "Montserrat";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Montserrat-Thin";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/montserrat/Montserrat-Thin.ttf") format("truetype"); }
@font-face {
  font-family: "Montserrat-Regular";
  font-style: normal;
  font-weight: 400;
  src: url("fonts/montserrat/Montserrat-Regular.ttf") format("truetype"); }
@font-face {
  font-family: "Montserrat-SemiBold";
  font-style: normal;
  font-weight: 600;
  src: url("fonts/montserrat/Montserrat-SemiBold.ttf") format("truetype"); }
@font-face {
  font-family: "Montserrat-Bold";
  font-style: normal;
  font-weight: 700;
  src: url("fonts/montserrat/Montserrat-Bold.ttf") format("truetype"); }
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/icomoon/icomoon.ttf") format("truetype"); }
@font-face {
  font-family: "icomoon";
  font-style: normal;
  font-weight: 100;
  src: url("fonts/icomoon/icomoon.eot?") format("eot"); }
a[x-apple-data-detectors] {
  color: inherit !important;
  text-decoration: none !important;
  font-size: inherit !important;
  font-family: inherit !important;
  font-weight: inherit !important;
  line-height: inherit !important; }

.html {
  font-size: 62.5%;
  background: #2d2d2d; }

.body {
  background: #2d2d2d;
  font-weight: normal;
  font-size: 1.6rem;
  min-width: 250px;
  letter-spacing: 0;
  overflow-x: hidden !important; }
  @media (max-width: 750px) {
    .body {
      background: #2C2C2C; } }
  .body .preloader {
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    position: fixed;
    z-index: 1000;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0; }
    .body .preloader__title {
      z-index: 1; }
    .body .preloader--bg-first {
      box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
      background: #2C2C2C;
      position: absolute;
      height: 60%;
      width: 60%;
      left: 0;
      top: 0; }
    .body .preloader--bg-second {
      box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
      background: #2C2C2C;
      position: absolute;
      height: 40%;
      width: 60%;
      bottom: 0;
      left: 0; }
    .body .preloader--bg-third {
      box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
      background: #2C2C2C;
      position: absolute;
      height: 40%;
      width: 40%;
      right: 0;
      top: 0; }
    .body .preloader--bg-fourth {
      box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
      background: #2C2C2C;
      position: absolute;
      height: 60%;
      width: 60%;
      bottom: 0;
      right: 0; }

::-webkit-scrollbar {
  height: 4px;
  width: 4px; }

/* Track */
::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  border-radius: 10px;
  background-color: #555; }

/* Handle */
::-webkit-scrollbar-thumb {
  border-radius: 10px;
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
  background-color: #1C1C1C; }

/* Commonly used styles */
.d-flex {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex; }
  .d-flex--align-center {
    -webkit-align-items: center;
    align-items: center; }
  .d-flex--align-start {
    -webkit-align-items: flex-start;
    align-items: flex-start; }
  .d-flex--align-end {
    -webkit-align-items: flex-end;
    align-items: flex-end; }
  .d-flex--align-self-center {
    -webkit-align-self: center;
    align-self: center; }
  .d-flex--justify-center {
    -webkit-justify-content: center;
    justify-content: center; }
  .d-flex--justify-between {
    -webkit-justify-content: space-between;
    justify-content: space-between; }
  .d-flex--justify-end {
    -webkit-justify-content: flex-end;
    justify-content: flex-end; }
  .d-flex--justify-start {
    -webkit-justify-content: flex-start;
    justify-content: flex-start; }
  .d-flex--direction-column {
    -webkit-flex-direction: column;
    flex-direction: column; }
  .d-flex--wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap; }

/* Margins */
.margin-top--10 {
  margin-top: 10px; }
.margin-top--15 {
  margin-top: 15px; }
.margin-top--20 {
  margin-top: 20px; }
.margin-top--25 {
  margin-top: 25px; }
.margin-top--30 {
  margin-top: 30px; }
.margin-top--40 {
  margin-top: 40px; }
.margin-top--45 {
  margin-top: 45px; }
.margin-top--60 {
  margin-top: 60px; }

.margin-right--5 {
  margin-right: 5px; }
.margin-right--8 {
  margin-right: 8px; }
.margin-right--10 {
  margin-right: 10px; }
.margin-right--18 {
  margin-right: 18px; }
.margin-right--20 {
  margin-right: 20px; }
.margin-right--21 {
  margin-right: 20px; }
.margin-right--22 {
  margin-right: 22px; }
.margin-right--25 {
  margin-right: 25px; }
.margin-right--27 {
  margin-right: 27px; }
.margin-right--31 {
  margin-right: 31px; }

.margin-bottom--9 {
  margin-bottom: 9px; }
.margin-bottom--10 {
  margin-bottom: 10px; }
.margin-bottom--16 {
  margin-bottom: 16px; }
.margin-bottom--18 {
  margin-bottom: 18px; }
.margin-bottom--20 {
  margin-bottom: 20px; }
.margin-bottom--35 {
  margin-bottom: 35px; }
.margin-bottom--40 {
  margin-bottom: 40px; }
.margin-bottom--45 {
  margin-bottom: 45px; }
.margin-bottom--48 {
  margin-bottom: 48px; }
.margin-bottom--53 {
  margin-bottom: 53px; }
.margin-bottom--58 {
  margin-bottom: 54px; }
.margin-bottom--60 {
  margin-bottom: 60px; }
.margin-bottom--80 {
  margin-bottom: 80px; }
.margin-bottom--90 {
  margin-bottom: 90px; }
.margin-bottom--125 {
  margin-bottom: 125px; }

.margin-left--5 {
  margin-left: 5px; }
.margin-left--8 {
  margin-left: 8px; }
.margin-left--15 {
  margin-left: 15px; }
.margin-left--18 {
  margin-left: 18px; }
.margin-left--20 {
  margin-left: 20px; }

/* Transform */
.rotate--90 {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  transform: rotate(90deg); }
.rotate--180 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  transform: rotate(180deg); }

/* Layout */
.main-container {
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  width: 100%; }
  @media (min-width: 750px) and (max-height: 750px) {
    .main-container .about-us, .main-container .our-advantages, .main-container .our-technologies, .main-container .our-team, .main-container .we-on-upwork, .main-container .our-github, .main-container .contact-us {
      min-height: 750px; }
    .main-container .our-team, .main-container .our-contracts {
      min-height: 900px; }
    .main-container .our-works {
      min-height: 700px; } }
  .main-container__square {
    position: absolute;
    background-color: #2d2d2d;
    -webkit-box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
    -moz-box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
    box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 1; }
  .main-container__section {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 100%;
    background: #2d2d2d; }
    @media (max-width: 750px) {
      .main-container__section {
        background-color: transparent; } }
    .main-container__section-one .fp-tableCell {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: flex-start;
      justify-content: flex-start;
      position: relative; }
    .main-container__section-two .fp-tableCell, .main-container__section-three .fp-tableCell, .main-container__section-five .fp-tableCell, .main-container__section-eight .fp-tableCell, .main-container__section-nine .fp-tableCell {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-flex-direction: column;
      flex-direction: column;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: relative; }
    .main-container__section--four .fp-tableCell, .main-container__section--seven .fp-tableCell {
      display: -webkit-box;
      display: -moz-box;
      display: -ms-flexbox;
      display: -webkit-flex;
      display: flex;
      -webkit-align-items: center;
      align-items: center;
      -webkit-justify-content: space-between;
      justify-content: space-between;
      position: relative; }
      @media (max-width: 750px) {
        .main-container__section--four .fp-tableCell, .main-container__section--seven .fp-tableCell {
          display: block; } }
  .main-container__header {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 40px 113px;
    width: 100%;
    z-index: 7; }
    @media (max-width: 1024px) {
      .main-container__header {
        padding: 40px 40px; } }
    @media (max-width: 480px) {
      .main-container__header {
        padding: 25px 25px; } }
  .main-container__logo {
    position: relative;
    z-index: 11;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .main-container__menu {
    z-index: 11; }
  .main-container__logo-link {
    text-decoration: none;
    color: #fff;
    font-family: Muli;
    font-weight: 800;
    letter-spacing: 0.88px;
    line-height: 3rem; }
  .main-container__logo-text, .main-container__menu-text {
    color: #fff;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .main-container__logo-text:hover, .main-container__menu-text:hover {
      color: #FBB31A; }
  .main-container__logo-text {
    font-family: Montserrat-SemiBold;
    font-size: 21px;
    line-height: 24px;
    letter-spacing: 0;
    padding-top: 0;
    margin-left: 1px; }
    @media (max-width: 480px) {
      .main-container__logo-text {
        font-size: 16px; } }
  .main-container__menu-text {
    color: #fff;
    font-size: 14px;
    letter-spacing: 0;
    font-family: Muli-Bold; }
    @media (max-width: 480px) {
      .main-container__menu-text {
        font-size: 12px; } }
  .main-container__regular-btn {
    padding: 0;
    color: #FBB31A;
    font-family: Muli;
    font-size: 15px;
    font-weight: 800;
    letter-spacing: 2px;
    line-height: 2rem;
    align-items: normal;
    text-transform: uppercase;
    background: transparent;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    outline: none;
    border: none;
    width: 100%; }
    @media (max-width: 480px) {
      .main-container__regular-btn {
        letter-spacing: 1.3px;
        font-family: Muli;
        line-height: 18px;
        font-weight: 800;
        font-size: 14px; } }
    .main-container__regular-btn:hover {
      color: #fff; }
      .main-container__regular-btn:hover .arrow-icon {
        -webkit-transform: translateX(8px);
        -moz-transform: translateX(8px);
        transform: translateX(8px); }
    .main-container__regular-btn_mod {
      padding-left: 113px; }
      @media (max-width: 1024px) {
        .main-container__regular-btn_mod {
          padding-left: 40px; } }
    .main-container__regular-btn .fa {
      margin-left: 10px; }
  .main-container__logo-wrap {
    margin-right: 9px;
    position: relative; }
    @media (max-width: 480px) {
      .main-container__logo-wrap {
        margin-right: 20px; } }
  .main-container__logo-square {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .main-container__logo-square img {
      height: 18px;
      width: 19px;
      position: relative;
      top: 7px; }
      @media (max-width: 480px) {
        .main-container__logo-square img {
          height: 12px;
          width: 13px;
          top: 0; } }
  .main-container__headers {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5; }
  .main-container__title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 76px;
    height: fit-content;
    line-height: 90px;
    letter-spacing: 0;
    text-align: center;
    margin: 0;
    padding-top: 5px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .main-container__title {
        font-size: 59px;
        line-height: 78px; } }
    @media (max-width: 768px) {
      .main-container__title {
        max-width: 550px;
        line-height: 68px; } }
    @media (max-width: 640px) {
      .main-container__title {
        max-width: 460px;
        font-size: 43px;
        line-height: 59px;
        padding-top: 43px; } }
    @media (max-width: 480px) {
      .main-container__title {
        font-family: Montserrat;
        line-height: 32px;
        font-weight: 400;
        font-size: 28px;
        max-width: 280px;
        text-align: center; } }
    .main-container__title-highlighted-text {
      padding: 0 10px 0 18px;
      color: #2c2c2c;
      background: #1e5799;
      background: -moz-linear-gradient(left, #1e5799 0%, #207cca 0%, #006fd1 0%, #0398f4 99%);
      background: -webkit-linear-gradient(left, #1e5799 0%, #207cca 0%, #006fd1 0%, #0398f4 99%);
      background: linear-gradient(to right, #1e5799 0%, #207cca 0%, #006fd1 0%, #0398f4 99%);
      -webkit-box-sizing: border-box;
      box-sizing: border-box; }
      @media (max-width: 480px) {
        .main-container__title-highlighted-text {
          padding: 0 5px; } }
  .main-container__subtitle {
    color: #fff;
    font-family: Muli-Light;
    font-size: 1.6rem;
    font-weight: 100;
    letter-spacing: -0.02rem;
    height: fit-content;
    line-height: 2.6rem;
    text-align: center;
    padding-top: 60px;
    opacity: 0.9;
    margin: 0;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 768px) {
      .main-container__subtitle {
        max-width: 360px; } }
    @media (max-width: 480px) {
      .main-container__subtitle {
        font-size: 13px;
        font-family: Muli;
        line-height: 22px;
        max-width: 300px;
        padding-top: 75px; } }
  .main-container__slide-bottom {
    position: relative;
    height: 23.39px;
    width: 23.98px;
    bottom: 40px;
    left: 0;
    right: 0;
    color: #FBB31A;
    cursor: pointer; }
  .main-container__title-we-develop-word {
    font-family: Montserrat-SemiBold;
    letter-spacing: 0.09rem; }
    @media (max-width: 480px) {
      .main-container__title-we-develop-word {
        font-family: Montserrat;
        font-weight: 600; } }
  .main-container__title-web-word {
    position: relative; }
  .main-container__highlighted-word {
    color: #FBB31A;
    padding-bottom: 1px;
    text-decoration: underline;
    font-weight: 700; }
  .main-container__square {
    position: absolute; }
  .main-container__animated-square {
    display: none; }

@media (max-width: 750px) {
  .about-us {
    height: 700px !important;
    min-height: 700px !important; }
    .about-us .fp-tableCell {
      height: inherit !important;
      max-height: inherit !important;
      min-height: auto !important; } }
@media (max-width: 480px) {
  .about-us {
    height: 470px !important;
    min-height: 470px !important; }
    .about-us .fp-tableCell {
      height: inherit !important;
      max-height: inherit !important;
      min-height: auto !important; } }
.about-us__headers {
  position: relative;
  height: fit-content;
  margin-top: 75px;
  padding: 0 50px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 768px) {
    .about-us__headers {
      margin-top: 20px;
      padding: 0 40px; } }
  @media (max-width: 480px) {
    .about-us__headers {
      padding: 0 20px; } }
.about-us__slide-bottom {
  bottom: 0;
  left: 4px;
  margin-top: 125px;
  z-index: 5; }
  @media (max-width: 768px) {
    .about-us__slide-bottom {
      margin-top: 80px; } }
  @media (max-width: 480px) {
    .about-us__slide-bottom {
      margin-top: 20px; } }
.about-us__square--first {
  height: 358px;
  width: 28%;
  top: 302px;
  left: 0;
  z-index: 2; }
  @media (max-width: 480px) {
    .about-us__square--first {
      display: none; } }
.about-us__square--second {
  height: 382px;
  width: 49.5%;
  left: 0;
  top: 0;
  z-index: 1; }
  @media (max-width: 480px) {
    .about-us__square--second {
      top: 25px;
      height: 250px; } }
.about-us__square--third {
  height: 511px;
  width: 41.4%;
  top: 0;
  right: 0;
  z-index: 4; }
  @media (max-width: 480px) {
    .about-us__square--third {
      height: 333px;
      width: 28%;
      top: 25px; } }
.about-us__square--fourth {
  height: 239px;
  width: 66.6%;
  right: 0;
  top: 422px;
  z-index: 3; }
  @media (max-width: 480px) {
    .about-us__square--fourth {
      width: 97%;
      top: 298px;
      height: 154px; } }

.our-advantages {
  position: relative; }
  @media (max-width: 750px) {
    .our-advantages {
      height: 370px !important;
      min-height: 370px !important; }
      .our-advantages .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  @media (max-width: 480px) {
    .our-advantages {
      height: 270px !important;
      max-height: 270px !important;
      min-height: auto !important;
      margin-top: 11px; }
      .our-advantages .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  .our-advantages__headers {
    height: 100%;
    padding: 0 50px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .our-advantages__headers {
        width: 100%;
        padding: 0 40px; } }
    @media (max-width: 480px) {
      .our-advantages__headers {
        padding: 0 20px;
        position: relative; }
        .our-advantages__headers .word-break {
          display: none; } }
  .our-advantages__header {
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    line-height: 5.2rem;
    max-width: 100%;
    margin: 0 auto;
    position: relative;
    text-align: center;
    letter-spacing: 0.02rem;
    z-index: 100;
    color: #fff; }
    @media (max-width: 1100px) {
      .our-advantages__header {
        font-size: 34px; } }
    @media (max-width: 1024px) {
      .our-advantages__header {
        font-size: 30px;
        line-height: 40px; } }
    @media (max-width: 992px) {
      .our-advantages__header {
        font-size: 26px; } }
    @media (max-width: 768px) {
      .our-advantages__header {
        font-size: 22px;
        line-height: 37px; } }
    @media (max-width: 750px) {
      .our-advantages__header {
        letter-spacing: 0.6px;
        position: relative;
        line-height: 27px;
        font-size: 15px; } }
    @media (max-width: 480px) {
      .our-advantages__header {
        font-family: Montserrat;
        letter-spacing: 1px;
        position: relative;
        font-weight: bold;
        line-height: 25px;
        font-size: 17px;
        max-width: 270px;
        top: -17px; } }
  .our-advantages__square--first {
    height: 660px;
    width: 27.9%;
    top: calc(50% - 330px);
    left: 0;
    z-index: 1;
    -webkit-box-shadow: -2px 0 16px 1px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: -2px 0 16px 1px rgba(18, 18, 18, 0.3);
    box-shadow: -2px 0 16px 1px rgba(18, 18, 18, 0.3); }
    @media (max-width: 750px) {
      .our-advantages__square--first {
        height: 244px;
        top: calc(50% - 122px); } }
    @media (max-width: 480px) {
      .our-advantages__square--first {
        width: 67%;
        height: 244px;
        z-index: 3;
        top: calc(50% - 122px); } }
  .our-advantages__square--second {
    height: 510px;
    width: 41.3%;
    top: calc(50% - 255px);
    left: 20.2%;
    z-index: 3; }
    @media (max-width: 750px) {
      .our-advantages__square--second {
        height: 280px;
        top: calc(50% - 140px); } }
    @media (max-width: 480px) {
      .our-advantages__square--second {
        display: none; } }
  .our-advantages__square--third {
    height: 357px;
    width: 40.96%;
    top: calc(50% - 178px);
    right: 12.88%;
    z-index: 1; }
    @media (max-width: 750px) {
      .our-advantages__square--third {
        height: 157px;
        top: calc(50% - 79px); } }
    @media (max-width: 480px) {
      .our-advantages__square--third {
        display: none; } }
  .our-advantages__square--fourth {
    height: 660px;
    width: 17.5%;
    top: calc(50% - 330px);
    right: 0;
    z-index: 2;
    -webkit-box-shadow: -1px 0 16px 1px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: -1px 0 16px 1px rgba(18, 18, 18, 0.3);
    box-shadow: -1px 0 16px 1px rgba(18, 18, 18, 0.3); }
    @media (max-width: 750px) {
      .our-advantages__square--fourth {
        height: 210px;
        top: calc(50% - 105px); } }
    @media (max-width: 480px) {
      .our-advantages__square--fourth {
        top: calc(50% - 105px);
        width: 42%;
        height: 210px; } }

.our-contracts {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    .our-contracts {
      height: 470px !important;
      min-height: 470px !important; }
      .our-contracts .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  @media (max-width: 480px) {
    .our-contracts {
      height: 470px !important;
      max-height: 470px !important;
      min-height: auto !important;
      overflow: hidden; }
      .our-contracts .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  .our-contracts__header {
    position: relative;
    bottom: 105px;
    padding: 0 113px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    z-index: 5; }
    @media (max-width: 1024px) {
      .our-contracts__header {
        padding: 0 40px; } }
    @media (max-width: 480px) {
      .our-contracts__header {
        margin-top: 18px;
        padding: 0 20px;
        height: 100%;
        bottom: 0; } }
  .our-contracts__types-list {
    list-style-type: none;
    height: 104px;
    width: 100%;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    max-width: 46.2%;
    margin-bottom: 0;
    padding: 0;
    margin-top: 0;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 2; }
    @media (max-width: 1250px) {
      .our-contracts__types-list {
        max-width: 57%; } }
    @media (max-width: 992px) {
      .our-contracts__types-list {
        max-width: 100%;
        margin-top: 80px; } }
    @media (max-width: 750px) {
      .our-contracts__types-list {
        margin-top: 120px; } }
    @media (max-width: 480px) {
      .our-contracts__types-list {
        width: calc(100% + 30px);
        display: inline-block;
        overflow-x: scroll;
        position: relative;
        max-width: unset;
        margin-top: 0;
        height: 32px;
        left: -11px; }
        .our-contracts__types-list::-webkit-scrollbar {
          height: 0; } }
  .our-contracts__types-list-content {
    display: flex;
    width: 100%;
    justify-content: space-between; }
    @media (max-width: 992px) {
      .our-contracts__types-list-content {
        width: 550px; } }
    @media (max-width: 750px) {
      .our-contracts__types-list-content {
        width: 100%; } }
    @media (max-width: 480px) {
      .our-contracts__types-list-content {
        justify-content: flex-start; } }
  .our-contracts__types-list-item {
    color: #fff;
    cursor: pointer;
    font-family: Montserrat;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    letter-spacing: 0.09rem;
    opacity: .2;
    min-height: 19px;
    -webkit-text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    text-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.5);
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 992px) {
      .our-contracts__types-list-item {
        -webkit-transition: none;
        -moz-transition: none;
        letter-spacing: .6px;
        padding: 0 10px 8px;
        margin-right: 20px;
        transition: none;
        opacity: 1; } }
    @media (max-width: 480px) {
      .our-contracts__types-list-item {
        font-family: Montserrat;
        font-size: 14px;
        margin-right: 0;
        white-space: nowrap; } }
    .our-contracts__types-list-item.active, .our-contracts__types-list-item:hover {
      opacity: 1; }
      @media (max-width: 480px) {
        .our-contracts__types-list-item.active, .our-contracts__types-list-item:hover {
          color: #FBB31A;
          border-bottom: 2px solid #FBB31A; } }
    @media (max-width: 480px) {
      .our-contracts__types-list-item:hover.active {
        color: #FBB31A;
        border-bottom: 2px solid #FBB31A; }
      .our-contracts__types-list-item:hover {
        color: #fff !important;
        border: none !important; } }
  .our-contracts__span {
    color: #FBB31A; }
    @media (max-width: 480px) {
      .our-contracts__span {
        display: none; } }
  .our-contracts__body {
    position: relative;
    top: 56px;
    justify-content: space-between;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .our-contracts__body {
        top: 22px; } }
  .our-contracts__column {
    height: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .our-contracts__title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 3.5rem;
    line-height: 4.4rem;
    text-align: center;
    letter-spacing: 0.08rem;
    margin-top: 0; }
    @media (max-width: 480px) {
      .our-contracts__title {
        font-family: Montserrat;
        margin-bottom: 5px;
        font-size: 19px; } }
  .our-contracts__description-text {
    color: #fff;
    font-family: Muli-ExtraLight;
    padding: 0;
    margin: 0;
    min-height: 140px;
    font-size: 1.6rem;
    font-weight: 100;
    line-height: 2.6rem;
    letter-spacing: -0.01rem;
    max-width: 537px; }
    @media (max-width: 480px) {
      .our-contracts__description-text {
        font-family: Muli-Light;
        letter-spacing: -.18px;
        line-height: 22px;
        min-height: 125px;
        font-size: 13px; } }
  .our-contracts__square-container {
    width: 336px;
    height: 336px;
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    display: flex;
    align-items: center;
    justify-content: center; }
    @media (max-width: 992px) {
      .our-contracts__square-container {
        width: 250px;
        height: 250px; } }
    @media (max-width: 480px) {
      .our-contracts__square-container {
        width: 134px;
        height: 134px; } }
  .our-contracts__animated-square--first {
    height: 336px;
    width: 47.9%;
    z-index: 1;
    top: 49.6%;
    left: 0; }
    @media (max-width: 992px) {
      .our-contracts__animated-square--first {
        width: 70%; } }
    @media (max-width: 480px) {
      .our-contracts__animated-square--first {
        top: 292px;
        width: 75%;
        height: 158px; } }
  .our-contracts__animated-square--second {
    height: 104px;
    width: 54.7%;
    top: 0;
    left: 0;
    z-index: -1;
    -webkit-box-shadow: 0 -2px 15px 0 rgba(18, 18, 18, 0.3);
    -moz-box-shadow: 0 -2px 15px 0 rgba(18, 18, 18, 0.3);
    box-shadow: 0 -2px 15px 0 rgba(18, 18, 18, 0.3); }
    @media (max-width: 1250px) {
      .our-contracts__animated-square--second {
        width: 60%; } }
    @media (max-width: 992px) {
      .our-contracts__animated-square--second {
        width: 600px; } }
    @media (max-width: 750px) {
      .our-contracts__animated-square--second {
        width: 100%; } }
    @media (max-width: 480px) {
      .our-contracts__animated-square--second {
        display: none; } }
  .our-contracts__animated-square--third {
    height: 660px;
    width: 22.8%;
    top: calc(50.5% - 330px);
    z-index: 2;
    right: 0; }
    @media (max-width: 480px) {
      .our-contracts__animated-square--third {
        height: 120px;
        width: 15%;
        top: 78px; } }
  .our-contracts__animated-square--fourth {
    height: 250px;
    width: 47.9%;
    top: calc(48% - 125px);
    right: 0;
    z-index: 2; }
    @media (max-width: 992px) {
      .our-contracts__animated-square--fourth {
        display: none; } }
  .our-contracts__square {
    background: linear-gradient(225deg, #0499F5 0%, #006ED0 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .our-contracts__square--big {
      height: 296px;
      width: 296px;
      position: relative; }
      @media (max-width: 992px) {
        .our-contracts__square--big {
          width: 220px;
          height: 220px; } }
      @media (max-width: 480px) {
        .our-contracts__square--big {
          width: 120px;
          height: 120px; } }
    .our-contracts__square--small {
      height: 50%;
      width: 50%;
      position: absolute; }
    .our-contracts__square--first {
      left: 0;
      bottom: 0;
      z-index: 2; }
    .our-contracts__square--third {
      top: 0;
      right: 0;
      z-index: 2; }
  .our-contracts__contract-info {
    position: relative;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    min-height: 336px;
    width: 97%; }
    @media (max-width: 992px) {
      .our-contracts__contract-info {
        flex-direction: column-reverse; } }
    @media (max-width: 480px) {
      .our-contracts__contract-info {
        width: 100%;
        min-height: auto; } }
  .our-contracts .fixed-prices__square {
    background: linear-gradient(225deg, #0499F5 0%, #006ED0 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14); }
    .our-contracts .fixed-prices__square--large {
      position: relative;
      height: 100%;
      width: 100%; }
    .our-contracts .fixed-prices__square--medium {
      transform: scale(0.66);
      position: absolute;
      height: 100%;
      width: 100%; }
    .our-contracts .fixed-prices__square--small {
      transform: scale(0.34);
      position: absolute;
      height: 100%;
      width: 100%; }
  .our-contracts .dedicated-team__square {
    background: linear-gradient(225deg, #0499F5 0%, #006ED0 100%);
    -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14); }
    .our-contracts .dedicated-team__square--large {
      position: relative;
      height: 225px;
      width: 225px;
      left: 0;
      top: 0; }
    .our-contracts .dedicated-team__square--small {
      height: 114px;
      width: 114px;
      position: absolute;
      flex-wrap: wrap;
      display: flex; }
    .our-contracts .dedicated-team__square--first {
      top: 0;
      left: 0;
      z-index: 5; }
    .our-contracts .dedicated-team__square--second {
      top: 0;
      right: 0;
      z-index: 5; }
    .our-contracts .dedicated-team__square--fourth {
      right: 0;
      bottom: 0; }
    .our-contracts .dedicated-team__square--fifth {
      bottom: 0;
      left: 0; }
    .our-contracts .dedicated-team__square--bit {
      background: #0282E1;
      position: absolute;
      height: 50%;
      width: 50%; }
      .our-contracts .dedicated-team__square--bit:nth-child(1) {
        left: 0;
        top: 0; }
      .our-contracts .dedicated-team__square--bit:nth-child(2) {
        right: 0;
        top: 0; }
      .our-contracts .dedicated-team__square--bit:nth-child(3) {
        left: 0;
        bottom: 0; }
      .our-contracts .dedicated-team__square--bit:nth-child(4) {
        right: 0;
        bottom: 0; }
  .our-contracts__description {
    margin-top: 5rem;
    width: 48%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 992px) {
      .our-contracts__description {
        width: 70%; } }
    @media (max-width: 480px) {
      .our-contracts__description {
        margin-top: 23px;
        height: auto;
        width: 100%; } }
  .our-contracts__visual-presentation {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 41.5%; }
    @media (max-width: 992px) {
      .our-contracts__visual-presentation {
        width: 100%;
        align-items: center; } }
    @media (max-width: 480px) {
      .our-contracts__visual-presentation {
        margin-top: 5px;
        height: 134px; } }
  .our-contracts__navigation-container {
    margin-top: 144px; }
    @media (max-width: 480px) {
      .our-contracts__navigation-container {
        display: none; } }
  .our-contracts__navigation {
    width: fit-content; }
  .our-contracts__navigation-slide-button {
    height: 15.39px;
    width: 13.98px;
    opacity: .2;
    cursor: pointer;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .our-contracts__navigation-slide-button.active, .our-contracts__navigation-slide-button:hover {
      opacity: 1;
      color: #FBB31A; }

.our-works {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    .our-works {
      height: auto !important;
      max-height: none !important;
      min-height: auto !important; }
      .our-works .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important;
        align-items: flex-start; } }
  .our-works__works-slider {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 24%;
    top: -29px; }
    @media (max-width: 1024px) {
      .our-works__works-slider {
        width: calc(30% - 36px); } }
    @media (max-width: 750px) {
      .our-works__works-slider {
        display: none; } }
    @media (max-width: 750px) {
      .our-works__works-slider {
        top: 0; } }
    .our-works__works-slider--mobile {
      display: none; }
      @media (max-width: 750px) {
        .our-works__works-slider--mobile {
          display: flex !important;
          margin-bottom: 50px;
          margin-top: 32px;
          padding: 0 40px;
          width: 100%; } }
      @media (max-width: 480px) {
        .our-works__works-slider--mobile {
          padding: 0 20px;
          margin-bottom: 35px; } }
  .our-works__section-title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    letter-spacing: 0.1rem;
    padding: 0 0 0 113px;
    box-sizing: border-box;
    width: 100%;
    margin: 0 0 2rem; }
    @media (max-width: 1024px) {
      .our-works__section-title {
        padding: 0 0 0 40px; } }
    @media (max-width: 750px) {
      .our-works__section-title {
        padding: 0; } }
    @media (max-width: 480px) {
      .our-works__section-title {
        font-family: Montserrat;
        margin-bottom: 29px;
        font-weight: bold;
        line-height: 23px;
        font-size: 19px; } }
  .our-works__list {
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    margin: 0;
    width: 100%;
    display: none; }
    .our-works__list.active {
      display: block; }
  .our-works__list-item {
    color: #fff;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    cursor: pointer;
    line-height: 1.9rem;
    padding: 60px 0 20px 113px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(18, 18, 18, 0.53);
    -webkit-box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    box-sizing: border-box;
    width: 100%; }
    @media (max-width: 1024px) {
      .our-works__list-item {
        padding: 60px 0 20px 40px; } }
    .our-works__list-item.active, .our-works__list-item:hover {
      color: #FBB31A;
      border-bottom: 1px solid #FBB31A; }
  .our-works__pages-available {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    width: 100%;
    padding: 0 0 0 113px; }
    @media (max-width: 1024px) {
      .our-works__pages-available {
        padding: 0 0 0 40px; } }
  .our-works__page {
    color: #575757;
    font-family: Montserrat;
    cursor: pointer;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.9rem;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .our-works__page:nth-child(2) {
      cursor: default; }
      .our-works__page:nth-child(2).active, .our-works__page:nth-child(2):hover {
        color: #575757; }
    .our-works__page.active, .our-works__page:hover {
      color: #fff; }
  .our-works__description {
    width: calc(76% - 122px);
    padding: 100px 113px 60px;
    background-color: #2d2d2d;
    -webkit-box-shadow: 0 1px 14px 2px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: 0 1px 14px 2px rgba(18, 18, 18, 0.3);
    box-shadow: 0 1px 14px 2px rgba(18, 18, 18, 0.3);
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1250px) {
      .our-works__description {
        padding: 100px 70px 60px; } }
    @media (max-width: 1024px) {
      .our-works__description {
        padding: 40px 20px 10px;
        width: 70%; } }
    @media (max-width: 750px) {
      .our-works__description {
        display: none !important; } }
  .our-works__job-title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 2.4rem;
    padding: 0;
    margin: 0;
    font-weight: bold;
    line-height: 2.9rem;
    text-align: left; }
  .our-works__job-description {
    color: #fff;
    font-family: Montserrat-Thin;
    font-size: 1.6rem;
    line-height: 2.6rem;
    margin-bottom: 1.9rem;
    font-weight: bold; }
  .our-works__job-link {
    color: #FBB31A;
    font-family: Montserrat;
    cursor: pointer;
    font-size: 1.6rem;
    line-height: 1.9rem;
    text-decoration: none;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .our-works__job-link:hover {
      color: #fff; }
  .our-works__sections {
    width: 95%;
    margin-right: 10px; }
  .our-works__section {
    padding: 40px 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .our-works__section:nth-child(2) {
      border-top: 1px solid rgba(18, 18, 18, 0.53);
      border-bottom: 1px solid rgba(18, 18, 18, 0.53); }
  .our-works__column {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .our-works__label {
    color: #FBB31A;
    font-family: Montserrat-SemiBold;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 2.6rem;
    letter-spacing: 0.02rem; }
    .our-works__label--short {
      min-width: 64px; }
    .our-works__label--long {
      min-width: 105px; }
  .our-works__text {
    color: #fff;
    font-family: Montserrat-Thin;
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.6rem;
    letter-spacing: 0.08rem;
    padding: 0;
    margin: 0; }
  .our-works__navigation {
    width: 3%;
    width: fit-content;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box; }
  .our-works__navigation-slide-button {
    color: #fff;
    height: 15.39px;
    opacity: 0.2;
    width: 13.98px;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    .our-works__navigation-slide-button.active, .our-works__navigation-slide-button:hover {
      color: #FBB31A;
      opacity: 1; }
  .our-works__job-detailed-info {
    width: 38%; }
  .our-works__languages-column {
    width: 62%; }
  @media (max-width: 750px) {
    .our-works__project-details {
      box-shadow: 0 -2px 16px 0 rgba(18, 18, 18, 0.35);
      background: #2D2D2D;
      padding: 18px 20px;
      color: #fff; } }
  .our-works__project-title--mobile {
    font-family: Montserrat;
    letter-spacing: .5px;
    font-weight: bold;
    font-size: 15px;
    margin: 0; }
  .our-works__block-with-data {
    width: 100%; }
    .our-works__block-with-data--frameworks {
      height: 15px;
      margin: 6px 0; }
    .our-works__block-with-data--databases {
      height: 15px; }
    .our-works__block-with-data--languages {
      height: 15px; }
  .our-works__first-desc {
    margin-top: 0; }
    .our-works__first-desc h3 {
      margin: 0; }
  .our-works__project-details-description--mobile {
    font-family: Montserrat;
    line-height: 18px;
    font-size: 12px; }
  .our-works__select {
    color: #FBB31A;
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    padding: 0 9px;
    -moz-appearance: none;
    -webkit-appearance: none;
    display: flex;
    align-items: center;
    background-image: url(../images/other/down-arrow.svg);
    background-position: 97% 12px;
    background-size: 14px;
    background-repeat: no-repeat; }
  .our-works__select-container {
    border: 1px solid #525252;
    box-sizing: border-box;
    position: relative; }
  @media (max-width: 750px) {
    .our-works__span--title-mobile {
      letter-spacing: 1px;
      font-size: 15px;
      width: 60%; } }
  @media (max-width: 480px) {
    .our-works__span--title-mobile {
      font-family: Montserrat;
      font-size: 12px; } }
  @media (max-width: 750px) {
    .our-works__span--description-mobile {
      line-height: 20px;
      font-size: 15px;
      color: #fff; } }
  @media (max-width: 480px) {
    .our-works__span--description-mobile {
      font-family: Montserrat;
      letter-spacing: .1px;
      line-height: 18px;
      font-weight: 100;
      font-size: 12px;
      margin: 7px 0; } }
  .our-works__span--rate {
    font-family: Montserrat;
    font-weight: bold;
    font-size: 13px; }
  .our-works__project-technical-details {
    margin-top: 18px; }
  .our-works__options {
    border: 1px solid #565656;
    background: #2C2C2C;
    position: absolute;
    padding: 3px 0;
    display: none;
    width: calc(100% - 1px);
    top: 41px; }
    .our-works__options.active {
      display: block; }
  .our-works__option {
    font-family: Montserrat;
    font-weight: 500;
    font-size: 14px;
    padding: 4px 9px;
    color: #fff; }

.our-technologies {
  padding: 0 113px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    .our-technologies {
      height: 500px !important;
      min-height: 500px !important; }
      .our-technologies .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important;
        align-items: flex-start; } }
  @media (max-width: 750px) {
    .our-technologies {
      height: auto !important;
      max-height: none !important;
      min-height: auto !important; }
      .our-technologies .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important;
        display: block; } }
  @media (max-width: 1024px) {
    .our-technologies {
      padding: 0 40px; } }
  @media (max-width: 750px) {
    .our-technologies {
      margin-top: 0;
      padding: 0 40px; } }
  @media (max-width: 480px) {
    .our-technologies {
      padding: 0 20px; } }
  .our-technologies__section-title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    letter-spacing: 0;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    padding-top: 0;
    margin-top: 0; }
    @media (max-width: 750px) {
      .our-technologies__section-title {
        margin-bottom: 35px; } }
    @media (max-width: 480px) {
      .our-technologies__section-title {
        font-family: Montserrat;
        margin-bottom: 17px;
        letter-spacing: 1px;
        font-weight: bold;
        font-size: 19px; } }
  .our-technologies__header {
    background-color: #2d2d2d;
    -webkit-box-shadow: 0 -2px 16px 0 rgba(18, 18, 18, 0.35);
    -moz-box-shadow: 0 -2px 16px 0 rgba(18, 18, 18, 0.35);
    box-shadow: 0 -2px 16px 0 rgba(18, 18, 18, 0.35);
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    height: 104px;
    padding: 43px 46px;
    width: 100%; }
    @media (max-width: 992px) {
      .our-technologies__header {
        padding: 43px 10px; } }
    @media (max-width: 750px) {
      .our-technologies__header {
        background-color: transparent;
        overflow-x: scroll;
        overflow-y: hidden;
        position: relative;
        box-shadow: none;
        height: auto;
        left: -10px;
        padding: 0; }
        .our-technologies__header::-webkit-scrollbar {
          display: none; } }
    @media (max-width: 480px) {
      .our-technologies__header {
        width: calc(100% + 27px);
        margin-bottom: 17px; } }
  .our-technologies__titles-list {
    list-style-type: none;
    padding: 0;
    margin: 0; }
  .our-technologies__titles-list-item {
    color: #fff;
    font-family: Montserrat-SemiBold;
    letter-spacing: 0.02rem;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.9rem;
    opacity: .2;
    cursor: pointer;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 750px) {
      .our-technologies__titles-list-item {
        border-bottom: 2px solid transparent;
        padding: 0 8px 7px 8px;
        font-family: Montserrat;
        letter-spacing: 1.3px;
        transition: none;
        font-size: 13px;
        opacity: 1; } }
    .our-technologies__titles-list-item.active, .our-technologies__titles-list-item:hover {
      opacity: 1; }
      @media (max-width: 750px) {
        .our-technologies__titles-list-item.active, .our-technologies__titles-list-item:hover {
          color: #FBB31A;
          border-bottom: 2px solid #FBB31A; } }
  .our-technologies__titles-list-item-number {
    color: #FBB31A; }
    @media (max-width: 750px) {
      .our-technologies__titles-list-item-number {
        display: none; } }
  .our-technologies__body {
    height: 440px;
    width: 100%;
    background-color: #2d2d2d;
    -webkit-box-shadow: 0px -2px 13px 1px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: 0px -2px 13px 1px rgba(18, 18, 18, 0.3);
    box-shadow: 0px -2px 13px 1px rgba(18, 18, 18, 0.3); }
    @media (max-width: 750px) {
      .our-technologies__body {
        justify-content: flex-start !important;
        background-color: transparent;
        box-shadow: none;
        height: auto; } }
  .our-technologies__technology {
    background: #2d2d2d;
    height: 146px;
    width: 16.66%;
    cursor: pointer;
    border-bottom: 1px solid #1F1F1F;
    border-right: 1px solid #1F1F1F;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    @media (max-width: 750px) {
      .our-technologies__technology {
        width: 25%;
        text-align: center; }
        .our-technologies__technology--to-be {
          display: none; } }
    @media (max-width: 480px) {
      .our-technologies__technology {
        border: none;
        background: transparent;
        height: 53px;
        align-items: flex-start;
        text-align: left; }
        .our-technologies__technology:nth-child(3n+1) {
          padding-left: 7px;
          width: 39%; }
        .our-technologies__technology:nth-child(3n+2) {
          width: 40%; }
        .our-technologies__technology:nth-child(3n+3) {
          width: 21%; } }
    .our-technologies__technology:last-child {
      max-width: 100%;
      width: 49.999%; }
    .our-technologies__technology:hover {
      background: linear-gradient(225deg, #0499F5 0%, #006ED0 100%);
      -webkit-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
      -moz-box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14);
      box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.14); }
      @media (max-width: 750px) {
        .our-technologies__technology:hover {
          background: transparent;
          box-shadow: none; } }
  .our-technologies__technology-icon {
    display: none;
    height: auto; }
  .our-technologies__technology-icon.team_empty_space {
  display: block;
  }
    .our-technologies__technology-icon img {
      width: 100%;
      max-width: 50px; }
      @media (max-width: 750px) {
        .our-technologies__technology-icon img {
          display: none; } }
  .our-technologies__technology:hover .our-technologies__technology-icon {
    display: block;
  }
  .our-technologies__technology-name {
    color: #fff;
    font-family: Muli-ExtraLight;
    font-size: 1.6rem;
    line-height: 2rem; }
    @media (max-width: 750px) {
      .our-technologies__technology-name {
        overflow: hidden !important;
        text-overflow: ellipsis;
        display: inline-block;
        white-space: nowrap;
        font-family: Muli;
        line-height: 26px;
        font-size: 12px;
        width: 100%; } }
    .our-technologies__technology-name--more {
      font-family: Muli;
      font-weight: 800;
      color: #FBB31A; }

.our-team {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 113px; }
  @media (max-width: 750px) {
    .our-team {
      height: 500px !important;
      min-height: 500px !important; }
      .our-team .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important;
        align-items: flex-start; } }
  @media (max-width: 480px) {
    .our-team {
      height: 500px !important;
      max-height: 500px !important;
      min-height: auto !important;
      margin-top: 57px; }
      .our-team .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important;
        display: block; } }
  @media (max-width: 1024px) {
    .our-team {
      padding: 0 40px; } }
  @media (max-width: 750px) {
    .our-team {
      padding: 62px 40px 0; } }
  @media (max-width: 480px) {
    .our-team {
      padding: 0 20px; } }
  .our-team__mobile-curtain {
    display: none; }
    @media (max-width: 480px) {
      .our-team__mobile-curtain {
        background: #2C2C2C;
        position: absolute;
        margin-top: 62px;
        display: block;
        z-index: 10;
        height: 395px;
        opacity: .7;
        width: 60px;
        right: 0; } }
  .our-team__header {
    position: relative;
    top: 85px; }
    @media (max-width: 750px) {
      .our-team__header {
        top: 0; } }
  .our-team__title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    z-index: 5;
    margin: 0; }
    @media (max-width: 480px) {
      .our-team__title {
        font-family: Montserrat;
        letter-spacing: .7px;
        font-weight: bold;
        line-height: 23px;
        font-size: 19px;
        margin: 0; } }
  .our-team__slider-container {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5; }
    .our-team__slider-container--desktop {
      display: flex; }
    .our-team__slider-container--mobile {
      display: none; }
    @media (max-width: 1024px) {
      .our-team__slider-container--desktop {
        display: none; }
      .our-team__slider-container--mobile {
        display: flex; } }
    @media (max-width: 480px) {
      .our-team__slider-container {
        justify-content: flex-start;
        align-items: flex-start; } }
  .our-team__slider {
    height: 100%;
    width: calc(100% - 90px);
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    overflow: hidden;
    padding: 0;
    margin: 0;
    padding-top: 205px; }
    .our-team__slider .owl-stage-outer .owl-stage {
      display: flex; }
    .our-team__slider--mobile {
      height: 100%;
      width: calc(100% - 90px);
      -webkit-box-sizing: border-box;
      box-sizing: border-box;
      padding: 0;
      margin: 0; }
      .our-team__slider--mobile .owl-stage-outer .owl-stage {
        display: flex; }
    @media (max-width: 1024px) {
      .our-team__slider {
        width: calc(100% - 40px); }
        .our-team__slider--mobile {
          width: calc(100% - 40px);
          overflow: hidden;
          margin-top: 140px; } }
    @media (max-width: 750px) {
      .our-team__slider--mobile {
        margin-top: 30px; } }
    @media (max-width: 480px) {
      .our-team__slider {
        align-items: flex-end;
        width: 100%; }
        .our-team__slider--mobile {
          align-items: flex-end;
          width: 100%; } }
  .our-team__slide {
    height: auto;
    cursor: pointer;
    padding-bottom: 48px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    margin-right: 40px; }
    @media (max-width: 1024px) {
      .our-team__slide {
        padding-bottom: 25px; } }
    .our-team__slide:hover {
      transform: translate(0, -40px); }
      @media (max-width: 1024px) {
        .our-team__slide:hover {
          transform: translate(0, 0); } }
      .our-team__slide:hover .our-team__member-name,
      .our-team__slide:hover .our-team__member-position {
        color: #FBB31A;
        opacity: 1; }
  .our-team__slider-overlay {
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 17.2%;
    background: #2d2d2d;
    opacity: .1; }
  .our-team__image {
    height: 100%;
    display: flex;
    flex-direction: row;
    justify-content: center;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .our-team__image {
        justify-content: flex-start; } }
    .our-team__image img {
      height: 360px; }
      @media (max-width: 1024px) {
        .our-team__image img {
          height: 200px; } }
      @media (max-width: 480px) {
        .our-team__image img {
          height: 125px; } }
  .our-team__member-name {
    color: #fff;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.9rem;
    padding: 0;
    margin-top: 60px;
    margin-bottom: 12px;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1024px) {
      .our-team__member-name {
        margin-bottom: 5px;
        margin-top: 15px;
        text-align: left;
        width: 100%;
        font-size: 12px; } }
    @media (max-width: 480px) {
      .our-team__member-name {
        text-transform: capitalize;
        font-family: Montserrat;
        word-spacing: 60px;
        line-height: 15px;
        font-weight: 100;
        font-size: 12px;
        max-width: 100px;
        margin-top: 12px;
        height: 30px; } }
  .our-team__member-position {
    opacity: .2;
    color: #fff;
    font-family: Muli;
    font-size: 1.6rem;
    line-height: 2rem;
    text-align: center;
    display: block; }
    @media (max-width: 1024px) {
      .our-team__member-position {
        text-align: left;
        font-size: 12px;
        width: 100%; } }
  .our-team__slider-navigation {
    width: fit-content; }
    @media (max-width: 480px) {
      .our-team__slider-navigation {
        display: none; } }
  .our-team__slide-button {
    height: 15.39px;
    width: 13.98px;
    cursor: pointer;
    opacity: 0.2;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .our-team__slide-button.active, .our-team__slide-button:hover {
      opacity: 1; }
  .our-team__square--first {
    height: 358px;
    width: 18%;
    top: 231px;
    z-index: 2;
    left: 0;
    -webkit-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    -moz-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4); }
    @media (max-width: 480px) {
      .our-team__square--first {
        display: none; } }
  .our-team__square--second {
    height: 300px;
    width: 43%;
    top: 135px;
    z-index: 1;
    left: 11%;
    -webkit-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    -moz-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4); }
    @media (max-width: 480px) {
      .our-team__square--second {
        display: none; } }
  .our-team__square--third {
    height: 208px;
    width: 9.6%;
    right: 0;
    bottom: 16%;
    z-index: 1;
    -webkit-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    -moz-box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4);
    box-shadow: 0 2px 17px 0px rgba(18, 18, 18, 0.4); }
    @media (max-width: 480px) {
      .our-team__square--third {
        display: none; } }

.we-on-upwork {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }
  @media (max-width: 750px) {
    .we-on-upwork {
      height: auto !important;
      max-height: none !important;
      min-height: auto !important;
      padding: 0 40px;
      margin-bottom: 10px;
      margin-top: 44px; }
      .we-on-upwork .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  @media (max-width: 480px) {
    .we-on-upwork {
      padding: 0 20px;
      margin-top: 12px; } }
  .we-on-upwork__rate-details {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    width: 39%; }
    @media (max-width: 1024px) {
      .we-on-upwork__rate-details {
        width: 32%; } }
    @media (max-width: 750px) {
      .we-on-upwork__rate-details {
        width: 100%; } }
  .we-on-upwork__title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    letter-spacing: 0.02rem;
    line-height: 4.4rem;
    font-size: 3.6rem;
    font-weight: bold;
    padding: 0;
    margin: 0;
    padding-left: 5px; }
    @media (max-width: 750px) {
      .we-on-upwork__title {
        font-family: Montserrat;
        letter-spacing: .4px;
        font-weight: bold;
        font-size: 26px; } }
    @media (max-width: 480px) {
      .we-on-upwork__title {
        letter-spacing: .8px;
        line-height: unset;
        margin-bottom: 2px;
        font-size: 19px; } }
  @media (max-width: 480px) {
    .we-on-upwork__money-earned-mobile {
      margin-top: 14px;
      margin-bottom: 13px; } }
  @media (max-width: 1024px) {
    .we-on-upwork__menu-title {
      max-width: 200px;
      font-size: 30px; } }
  @media (max-width: 750px) {
    .we-on-upwork__menu-title {
      max-width: 100%; } }
  @media (max-width: 480px) {
    .we-on-upwork__menu-title {
      font-family: Montserrat;
      letter-spacing: .9px;
      font-size: 19px; } }
  .we-on-upwork__success-level {
    color: #FBB31A;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.9rem;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .we-on-upwork__success-level {
        color: #FBB31A;
        font-family: Montserrat-Thin;
        text-transform: lowercase;
        letter-spacing: 1.1px;
        font-size: 13px;
        margin-top: 0; } }
  .we-on-upwork__details {
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    top: -3px; }
  .we-on-upwork__key-info-container {
    padding-left: 0;
    list-style: none; }
  .we-on-upwork__key {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(18, 18, 18, 0.53);
    cursor: default;
    padding: 60px 0 19px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    width: 100%;
    margin-bottom: 25px;
    padding-left: 114px !important; }
    @media (max-width: 1024px) {
      .we-on-upwork__key {
        padding-left: 40px !important; } }
    @media (max-width: 750px) {
      .we-on-upwork__key {
        padding: 0 !important; } }
    @media (max-width: 480px) {
      .we-on-upwork__key {
        margin-bottom: 11px; } }
  .we-on-upwork__key-info {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-bottom: 1px solid rgba(18, 18, 18, 0.53);
    height: 153px;
    padding: 60px 0 19px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease;
    width: 100%; }
    @media (max-width: 750px) {
      .we-on-upwork__key-info {
        margin-bottom: 30px;
        height: 75px;
        border: none;
        padding: 0; } }
    @media (max-width: 480px) {
      .we-on-upwork__key-info {
        height: 52px; } }
  .we-on-upwork__key-info-details {
    padding-left: 114px;
    width: 76%; }
    @media (max-width: 1024px) {
      .we-on-upwork__key-info-details {
        padding-left: 40px; } }
    @media (max-width: 750px) {
      .we-on-upwork__key-info-details {
        width: 100%;
        border-left: 2px solid #FBB31A !important; } }
    @media (max-width: 480px) {
      .we-on-upwork__key-info-details {
        padding-left: 38px;
        margin-bottom: 24px; } }
  .we-on-upwork__key-info-inner {
    width: 100%; }
  .we-on-upwork__price {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    margin-top: 0;
    margin-bottom: 10px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease; }
    @media (max-width: 1024px) {
      .we-on-upwork__price {
        font-size: 30px; } }
    @media (max-width: 480px) {
      .we-on-upwork__price {
        margin-bottom: 0;
        line-height: 32px;
        font-size: 26px; } }
  .we-on-upwork__caption {
    color: #fff;
    font-family: Muli-Light;
    font-size: 16px;
    line-height: 2rem;
    letter-spacing: -.3px;
    -webkit-transition: .2s ease;
    -moz-transition: .2s ease;
    transition: .2s ease; }
    @media (max-width: 480px) {
      .we-on-upwork__caption {
        font-size: 12px; } }
  .we-on-upwork__feedbacks {
    justify-content: space-between !important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 95px 113px 91px 80px;
    background-color: #2d2d2d;
    box-shadow: 0 2px 16px 0 rgba(18, 18, 18, 0.3);
    width: 61%;
    position: relative;
    top: -10px; }
    @media (max-width: 1350px) {
      .we-on-upwork__feedbacks {
        padding: 95px 70px 91px 70px; } }
    @media (max-width: 1200px) {
      .we-on-upwork__feedbacks {
        padding: 95px 20px 91px 35px; } }
    @media (max-width: 1024px) {
      .we-on-upwork__feedbacks {
        width: 68%; } }
    @media (max-width: 750px) {
      .we-on-upwork__feedbacks {
        display: block !important;
        margin-top: 11px;
        padding: 0 20px;
        width: 100%;
        top: 0; } }
    @media (max-width: 480px) {
      .we-on-upwork__feedbacks {
        background-color: transparent;
        box-shadow: none;
        margin-top: 28px;
        padding: 0; } }
    .we-on-upwork__feedbacks--mobile {
      display: none; }
  .we-on-upwork__feedback-slide.slick-slide {
    margin-right: 25px; }
  .we-on-upwork__feedback-slider {
    justify-content: space-between !important;
    box-sizing: border-box;
    background-color: #2d2d2d;
    width: calc(100% - 90px);
    cursor: pointer; }
    @media (max-width: 1350px) {
      .we-on-upwork__feedback-slider {
        width: calc(100% - 40px); } }
    @media (max-width: 1200px) {
      .we-on-upwork__feedback-slider {
        width: calc(100% - 25px); } }
    @media (max-width: 750px) {
      .we-on-upwork__feedback-slider {
        background-color: transparent;
        padding-bottom: 20px;
        width: 100%; }
        .we-on-upwork__feedback-slider .slick-slide {
          margin-right: 5px; } }
  .we-on-upwork__span {
    color: #fff;
    font-family: Montserrat-Thin;
    font-weight: bold;
    font-size: 15px;
    line-height: 1.9rem;
    letter-spacing: .4px; }
  .we-on-upwork__project-title {
    color: #fff;
    font-size: 15px;
    font-weight: 600;
    line-height: 27px;
    font-family: Montserrat;
    letter-spacing: 0.8px; }
    @media (max-width: 480px) {
      .we-on-upwork__project-title {
        color: #FBB31A;
        font-family: Montserrat;
        letter-spacing: 0.93px;
        line-height: 16px;
        font-size: 13px; } }
  .we-on-upwork__member {
    color: #FFFFFF;
    font-family: Montserrat-Thin;
    font-size: 15px;
    line-height: 1.9rem; }
  .we-on-upwork__rating {
    margin-top: 10px;
    width: 40% !important; }
    @media (max-width: 750px) {
      .we-on-upwork__rating {
        margin-top: 5px; } }
  .we-on-upwork__stars {
    list-style-type: none;
    padding: 0;
    margin-top: 0;
    -moz-user-select: none;
    -webkit-user-select: none;
    margin-bottom: 0; }
  .we-on-upwork__star {
    display: inline-block; }
    .we-on-upwork__star .fa {
      font-size: 2.1rem;
      color: #FBB31A;
      width: 2.2rem; }
      @media (max-width: 750px) {
        .we-on-upwork__star .fa {
          font-size: 14px;
          width: 11px; } }
      @media (max-width: 480px) {
        .we-on-upwork__star .fa {
          font-size: 11px;
          width: 9px; } }
  .we-on-upwork__rating-numbers {
    color: #FBB31A;
    font-family: Montserrat;
    font-size: 1.6rem;
    font-weight: 600;
    letter-spacing: .1rem;
    line-height: 1.9rem; }
    @media (max-width: 480px) {
      .we-on-upwork__rating-numbers {
        font-size: 13px; } }
  .we-on-upwork__employer-comment {
    color: #fff;
    font-family: Montserrat-Thin;
    font-size: 15px;
    line-height: 26px;
    font-weight: bold;
    letter-spacing: .6px;
    margin-bottom: 62px; }
    @media (max-width: 480px) {
      .we-on-upwork__employer-comment {
        font-size: 13px;
        margin-top: 31px;
        line-height: 22px;
        margin-bottom: 30px;
        letter-spacing: .15px;
        font-family: Montserrat; } }
  .we-on-upwork__slider-navigation {
    width: fit-content; }
    @media (max-width: 750px) {
      .we-on-upwork__slider-navigation {
        display: none; } }
  .we-on-upwork__slide-button {
    height: 15.39px;
    width: 13.98px;
    cursor: pointer;
    opacity: .2; }
    .we-on-upwork__slide-button.active, .we-on-upwork__slide-button:hover {
      opacity: 1; }
  .we-on-upwork__description-conteiner {
    width: 100%; }
  .we-on-upwork__dc1 {
    width: 70%; }
    @media (max-width: 480px) {
      .we-on-upwork__dc1 {
        text-transform: lowercase;
        font-family: Montserrat;
        letter-spacing: 1px;
        position: relative;
        font-size: 13px;
        width: 60%; }
        .we-on-upwork__dc1--mobile {
          width: 100%; } }
  .we-on-upwork__dc2 {
    width: 30%;
    text-align: right; }
    .we-on-upwork__dc2--mobile-show {
      display: none; }
    @media (max-width: 480px) {
      .we-on-upwork__dc2 {
        width: 100%;
        font-size: 12px; }
        .we-on-upwork__dc2--mobile {
          display: none; }
        .we-on-upwork__dc2--mobile-show {
          display: block; } }
  .we-on-upwork__project-details {
    width: 100%;
    position: relative;
    padding-left: 5px; }
    @media (max-width: 480px) {
      .we-on-upwork__project-details {
        margin-top: 0; } }
  .we-on-upwork__column-container {
    width: 100%; }
  .we-on-upwork__row {
    width: 100%; }
  .we-on-upwork__span-dates {
    padding-top: 3px;
    width: 60% !important; }

@media (max-width: 750px) {
  .our-github {
    height: 400px !important;
    max-height: none !important;
    min-height: auto !important; }
    .our-github .fp-tableCell {
      height: inherit !important;
      max-height: inherit !important;
      min-height: auto !important; } }
@media (max-width: 480px) {
  .our-github {
    height: 165px !important;
    z-index: 2 !important;
    position: absolute;
    bottom: 485px; } }
.our-github__headers {
  padding: 0 50px;
  position: relative;
  z-index: 5; }
  @media (max-width: 480px) {
    .our-github__headers {
      padding: 0 20px; } }
.our-github__header {
  color: #fff;
  font-family: Montserrat-SemiBold;
  font-size: 3.6rem;
  font-weight: bold;
  line-height: 5.2rem;
  text-align: center; }
  @media (max-width: 750px) {
    .our-github__header {
      font-size: 23px; } }
  @media (max-width: 480px) {
    .our-github__header {
      font-family: Montserrat;
      letter-spacing: .3px;
      font-weight: bold;
      line-height: 25px;
      font-size: 18px;
      display: block; } }
.our-github__square--first {
  height: 331px;
  width: 28%;
  left: 0;
  top: calc(50% - 165px);
  z-index: 1;
  -webkit-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  -moz-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3); }
  @media (max-width: 480px) {
    .our-github__square--first {
      width: 51%;
      z-index: 2;
      height: 154px;
      top: calc(50% - 77px); } }
.our-github__square--second {
  height: 255px;
  width: 36%;
  top: calc(50% - 127px);
  left: 15%;
  z-index: 3;
  -webkit-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  -moz-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  box-shadow: 0 2px 16px 1px rgba(18, 18, 18, 0.3); }
  @media (max-width: 480px) {
    .our-github__square--second {
      display: none; } }
.our-github__square--third {
  height: 179px;
  width: 35%;
  top: calc(50% - 89px);
  right: 21.74%;
  z-index: 2;
  -webkit-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  -moz-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  box-shadow: 0 2px 16px 1px rgba(18, 18, 18, 0.3); }
  @media (max-width: 480px) {
    .our-github__square--third {
      display: none; } }
.our-github__square--fourth {
  right: 0;
  top: calc(50% - 162px);
  width: 25%;
  z-index: 3;
  height: 324px;
  -webkit-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  -moz-box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3);
  box-shadow: 0 0 18px 1px rgba(18, 18, 18, 0.3); }
  @media (max-width: 480px) {
    .our-github__square--fourth {
      width: 51%;
      z-index: 1;
      height: 108px;
      top: calc(50% - 54px); } }

.contact-us {
  position: relative; }
  @media (max-width: 750px) {
    .contact-us {
      height: auto !important;
      max-height: none !important;
      min-height: auto !important; }
      .contact-us .fp-tableCell {
        height: inherit !important;
        max-height: inherit !important;
        min-height: auto !important; } }
  @media (max-width: 480px) {
    .contact-us {
      margin-top: 30px; } }
  .contact-us__form-container {
    height: 100%;
    width: 100%;
    padding: 0 113px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .contact-us__form-container {
        padding: 0 40px; } }
    @media (max-width: 480px) {
      .contact-us__form-container {
        padding: 0 20px; } }
  .contact-us__form-wrap {
    position: relative;
    background-color: #2d2d2d;
    box-sizing: border-box;
    -webkit-box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    width: 100%; }
    @media (max-width: 750px) {
      .contact-us__form-wrap {
        flex-direction: column-reverse;
        justify-content: flex-start;
        align-items: flex-start;
        background: transparent;
        box-shadow: none; } }
  .contact-us__contacts {
    position: absolute;
    left: -113px;
    bottom: 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    -webkit-box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    -moz-box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    box-shadow: -1px 2px 17px 1px rgba(18, 18, 18, 0.3);
    height: 533px;
    width: 46.7%;
    padding: 80px 113px;
    background-color: #2d2d2d;
    z-index: 10; }
    @media (max-width: 1250px) {
      .contact-us__contacts {
        padding: 80px 60px; } }
    @media (max-width: 1024px) {
      .contact-us__contacts {
        padding: 80px 40px;
        left: -40px; } }
    @media (max-width: 750px) {
      .contact-us__contacts {
        position: relative;
        width: 100%;
        bottom: 0;
        left: 0; } }
    @media (max-width: 480px) {
      .contact-us__contacts {
        background: transparent;
        margin-top: 175px;
        box-shadow: none;
        height: 370px;
        padding: 0; } }
  .contact-us__form {
    min-height: 554px;
    width: 100%;
    max-width: 60%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    background-color: #2d2d2d;
    padding: 80px 89px 50px 41px; }
    @media (max-width: 1024px) {
      .contact-us__form {
        padding: 80px 30px 50px 45px;
        width: calc(60% + 60px); } }
    @media (max-width: 750px) {
      .contact-us__form {
        width: 100%;
        max-width: unset;
        padding: 40px 40px; } }
    @media (max-width: 480px) {
      .contact-us__form {
        background-color: transparent;
        min-height: 460px;
        box-shadow: none;
        padding: 0; } }
  .contact-us__form-group {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    position: relative;
    width: 45%;
    margin-bottom: 35px; }
    @media (max-width: 480px) {
      .contact-us__form-group {
        width: 100%;
        margin-bottom: 0; } }
  .contact-us__title, .contact-us__form-title {
    color: #fff;
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    padding: 0;
    margin-top: 0; }
    @media (max-width: 1024px) {
      .contact-us__title, .contact-us__form-title {
        font-size: 33px; } }
    @media (max-width: 750px) {
      .contact-us__title, .contact-us__form-title {
        font-family: Montserrat;
        font-size: 28px; } }
    @media (max-width: 480px) {
      .contact-us__title, .contact-us__form-title {
        letter-spacing: .6px;
        font-size: 19px; } }
  .contact-us__form-title {
    margin-bottom: 45px; }
    @media (max-width: 480px) {
      .contact-us__form-title {
        margin-bottom: 0; } }
  .contact-us__address-span, .contact-us__subtitle, .contact-us__join-us-text {
    color: #fff;
    font-family: Muli-ExtraLight;
    font-size: 1.6rem;
    line-height: 2.6rem; }
  .contact-us__subtitle {
    font-family: Muli; }
  @media (max-width: 480px) {
    .contact-us__join-us-text {
      margin: 0;
      font-size: 16px; } }
  .contact-us__subtitle {
    margin: 0;
    letter-spacing: .1rem;
    text-transform: uppercase; }
    @media (max-width: 480px) {
      .contact-us__subtitle {
        font-size: 12px; } }
  .contact-us__form-message {
    background: #2d2d2d;
    border: none;
    border-bottom: 1px solid rgba(18, 18, 18, 0.4);
    color: #FBB31A;
    height: 40px;
    width: 100%;
    position: relative;
    font-family: Muli;
    font-size: 1.6rem;
    line-height: 2rem;
    width: 100%; }
    .contact-us__form-message:focus {
      outline: none; }
  .contact-us__message {
    width: 100%;
    outline: none;
    resize: none;
    margin-top: 25px !important;
    padding: 22px 90px 10px 0 !important; }
    @media (max-width: 480px) {
      .contact-us__message {
        margin-top: 0 !important; } }
  .contact-us__send-btn {
    position: absolute;
    bottom: 10px;
    z-index: 11;
    width: 80px;
    right: 12px; }
    @media (max-width: 480px) {
      .contact-us__send-btn {
        bottom: -44px;
        right: unset;
        left: 0; } }
  .contact-us__space {
    width: 40%; }
  .contact-us .separator {
    height: 1px;
    width: 100%;
    background: #FBB31A; }

.footer {
  height: 101px;
  background-color: #2d2d2d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 40px 113px;
  width: 100%;
  z-index: 110; }
  @media (max-width: 480px) {
    .footer {
      background-color: transparent;
      box-shadow: none;
      padding: 0 20px; } }
  .footer__column {
    height: 100%; }
  .footer__social-media-list {
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: fit-content; }
  .footer__social-media-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    width: 20px;
    margin-right: 20px; }
    @media (max-width: 480px) {
      .footer__social-media-item {
        margin-right: 8px; } }
    .footer__social-media-item:last-child {
      margin-right: 0; }
  .footer__social-media-link {
    color: #fff;
    cursor: pointer;
    height: 20px;
    font-size: 16px;
    opacity: .4;
    text-decoration: none;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .footer__social-media-link:hover {
      color: #FBB31A;
      opacity: 1; }
    .footer__social-media-link:hover svg path {
      fill: #FBB31A; }

.mobile-menu-container {
  box-shadow: 0 2px 15px 0 rgba(18, 18, 18, 0.3);
  position: fixed;
  top: 0;
  height: 100%;
  width: 100%;
  background: #2d2d2d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 100; }
  .mobile-menu-container.disactive {
    top: 0;
    right: 0;
    width: 0;
    height: 0;
    overflow: hidden;
    transform: translate(-130px, 56px); }
  @media (max-width: 750px) {
    .mobile-menu-container {
      display: block;
      height: 100vh; } }
  @media (max-width: 480px) {
    .mobile-menu-container .close-desktop {
      display: none; } }
  .mobile-menu-container .close-mobile {
    display: none;
    height: 17px;
    width: 17px; }
    @media (max-width: 480px) {
      .mobile-menu-container .close-mobile {
        display: block; } }
  .mobile-menu-container__column {
    height: 100%;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
  .mobile-menu-container__mobile-menu-wrap {
    position: absolute;
    height: 580px;
    width: 44%;
    top: 0;
    left: 0;
    z-index: 5; }
    @media (max-width: 750px) {
      .mobile-menu-container__mobile-menu-wrap {
        justify-content: flex-start;
        align-items: flex-start;
        position: relative;
        height: 405px;
        width: 100%;
        padding-left: 40px;
        top: 0; } }
  @media (max-width: 1024px) {
    .mobile-menu-container__columns-wrap {
      flex-direction: column-reverse; } }
  .mobile-menu-container__mobile-menu {
    padding: 0;
    margin: 80px 0 0 0;
    width: fit-content;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 750px) {
      .mobile-menu-container__mobile-menu {
        padding: 0; } }
    @media (max-width: 480px) {
      .mobile-menu-container__mobile-menu {
        margin: 64px 0 0 0; } }
  .mobile-menu-container__mobile-menu-item {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 750px) {
      .mobile-menu-container__mobile-menu-item {
        margin-bottom: 10px; } }
  .mobile-menu-container__mobile-menu-link {
    font-family: Montserrat-SemiBold;
    font-size: 3.6rem;
    font-weight: bold;
    line-height: 4.4rem;
    color: #fff;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease;
    text-decoration: none;
    cursor: pointer; }
    @media (max-width: 750px) {
      .mobile-menu-container__mobile-menu-link {
        font-size: 23px; } }
    .mobile-menu-container__mobile-menu-link.active, .mobile-menu-container__mobile-menu-link:hover {
      color: #FBB31A; }
  .mobile-menu-container__social-media-for-mobile {
    display: none; }
  .mobile-menu-container__close-btn {
    position: absolute;
    text-transform: uppercase;
    height: auto;
    width: 66.54%;
    top: 0;
    right: 0;
    color: #fff;
    font-family: Muli-Bold;
    font-size: 1.4rem;
    font-weight: 800;
    letter-spacing: .6px;
    line-height: 3rem;
    text-decoration: none;
    padding: 40px 113px;
    transition: color .3s ease;
    box-sizing: border-box;
    z-index: 5; }
    @media (max-width: 1024px) {
      .mobile-menu-container__close-btn {
        padding: 40px 40px; } }
    @media (max-width: 750px) {
      .mobile-menu-container__close-btn {
        width: 100%; } }
    @media (max-width: 480px) {
      .mobile-menu-container__close-btn {
        padding: 18px 18px; } }
    .mobile-menu-container__close-btn:hover {
      color: #FBB31A; }
  .mobile-menu-container__address {
    height: 100%;
    width: 50%;
    min-width: 187px; }
    @media (max-width: 1024px) {
      .mobile-menu-container__address {
        margin-top: 35px;
        width: 100%; } }
    @media (max-width: 750px) {
      .mobile-menu-container__address {
        display: none; } }
  .mobile-menu-container__contact-details {
    position: absolute;
    flex-direction: column;
    min-height: 380px;
    width: 52.29%;
    top: 200px;
    right: 0;
    padding: 104px 80px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    z-index: 5; }
    @media (max-width: 1250px) {
      .mobile-menu-container__contact-details {
        padding: 104px 25px; } }
    @media (max-width: 1024px) {
      .mobile-menu-container__contact-details {
        padding: 50px 45px; } }
    @media (max-width: 750px) {
      .mobile-menu-container__contact-details {
        position: relative;
        min-height: auto;
        width: 100%;
        padding: 0;
        padding-left: 40px;
        top: 0; } }
  .mobile-menu-container__address-line {
    color: #fff;
    font-family: Muli-ExtraLight;
    font-size: 1.6rem;
    line-height: 2.6rem;
    width: 100%; }
  .mobile-menu-container__join-the-team {
    height: 100%;
    width: 50%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }
    @media (max-width: 1024px) {
      .mobile-menu-container__join-the-team {
        max-width: 300px;
        width: 100%; } }
    @media (max-width: 750px) {
      .mobile-menu-container__join-the-team {
        display: none; } }
  .mobile-menu-container__social {
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    margin-top: 43px; }
    @media (max-width: 1024px) {
      .mobile-menu-container__social {
        margin-top: 35px; } }
    @media (max-width: 750px) {
      .mobile-menu-container__social {
        margin-top: 0; } }
  .mobile-menu-container__social-media-list {
    list-style-type: none;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    padding: 0;
    width: fit-content; }
  .mobile-menu-container__social-media-item {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 20px;
    width: 20px; }
    .mobile-menu-container__social-media-item:nth-child(1), .mobile-menu-container__social-media-item:nth-child(2), .mobile-menu-container__social-media-item:nth-child(3) {
      margin-right: 12px; }
  .mobile-menu-container__social-media-link {
    color: #fff;
    cursor: pointer;
    height: 20px;
    font-size: 16px;
    opacity: .4;
    text-decoration: none;
    width: 20px;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    transition: all .3s ease; }
    .mobile-menu-container__social-media-link:hover {
      color: #FBB31A;
      opacity: 1; }
    .mobile-menu-container__social-media-link:hover svg path {
      fill: #FBB31A; }
  .mobile-menu-container__title, .mobile-menu-container__text {
    color: #fff;
    font-family: Muli-ExtraLight;
    font-size: 1.6rem;
    padding: 0;
    margin: 0;
    letter-spacing: -0.2px;
    line-height: 2.6rem; }
  .mobile-menu-container__title {
    font-weight: bold;
    text-transform: uppercase;
    font-family: Muli;
    letter-spacing: 0.2px;
    letter-spacing: 1.1px; }
  .mobile-menu-container__square {
    position: absolute;
    background-color: #2d2d2d; }
    .mobile-menu-container__square--first {
      -webkit-box-shadow: 2px 2px 23px 0 rgba(18, 18, 18, 0.3);
      -moz-box-shadow: 2px 2px 23px 0 rgba(18, 18, 18, 0.3);
      box-shadow: 2px 2px 23px 0 rgba(18, 18, 18, 0.3);
      height: 54.48%;
      display: none;
      width: 28%;
      z-index: 1;
      bottom: 0;
      left: 0; }
    .mobile-menu-container__square--second {
      -webkit-box-shadow: 2px 2px 23px -2px rgba(18, 18, 18, 0.3);
      -moz-box-shadow: 2px 2px 23px -2px rgba(18, 18, 18, 0.3);
      box-shadow: 2px 2px 23px -2px rgba(18, 18, 18, 0.3);
      height: 580px;
      z-index: 4;
      width: 41.5%;
      left: 0;
      top: 0; }
      @media (max-width: 750px) {
        .mobile-menu-container__square--second {
          display: none; } }
    .mobile-menu-container__square--third {
      -webkit-box-shadow: 0 0 18px 0 rgba(18, 18, 18, 0.28);
      -moz-box-shadow: 0 0 18px 0 rgba(18, 18, 18, 0.28);
      box-shadow: 0 0 18px 0 rgba(18, 18, 18, 0.28);
      height: 125px;
      width: 66.54%;
      z-index: 3;
      right: 0;
      top: 0; }
      @media (max-width: 750px) {
        .mobile-menu-container__square--third {
          display: none; } }
    .mobile-menu-container__square--fourth {
      -webkit-box-shadow: -2px -2px 20px -1px rgba(18, 18, 18, 0.34);
      -moz-box-shadow: -2px -2px 20px -1px rgba(18, 18, 18, 0.34);
      box-shadow: -2px -2px 20px -1px rgba(18, 18, 18, 0.34);
      height: 380px;
      width: 53%;
      z-index: 2;
      top: 200px;
      right: 0; }
      @media (max-width: 750px) {
        .mobile-menu-container__square--fourth {
          display: none; } }

footer {
  box-shadow: 0 0 10px 0 rgba(18, 18, 18, 0.5); }
  @media (max-width: 480px) {
    footer {
      box-shadow: none; } }
  footer .logo-square {
    margin-right: 11px; }
    @media (max-width: 480px) {
      footer .logo-square {
        margin-right: 19px; } }
    footer .logo-square img {
      position: relative;
      height: 18px;
      width: 19px;
      top: 5px; }
      @media (max-width: 480px) {
        footer .logo-square img {
          height: 12px;
          width: 13px;
          top: 0; } }

.input--filled .input__label {
  font-size: 1.7rem;
  color: #ffffff; }

.input {
  border: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: #FBB31A;
  font-family: Muli;
  font-size: 1.4rem;
  line-height: 2rem;
  position: relative;
  vertical-align: top;
  width: 100%;
  z-index: 1; }

.input__field {
  position: relative;
  display: block;
  float: right;
  padding: 0;
  width: 100%;
  border: none;
  border-radius: 0;
  background: #2d2d2d;
  color: #fff;
  font-weight: bold;
  -webkit-appearance: none; }

.input__field:focus {
  outline: none; }

.input__label {
  display: inline-block;
  float: right;
  padding: 0 1em;
  width: 40%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  color: #fff;
  font-family: Montserrat;
  font-size: 1.6rem;
  letter-spacing: .1rem;
  line-height: 1.9rem;
  text-transform: uppercase; }

.input__label-content {
  position: relative;
  display: block;
  padding: 1.6em 0;
  width: 100%;
  font-size: 16px; }
  @media (max-width: 1024px) {
    .input__label-content {
      font-size: 12px;
      top: 12px; } }
  @media (max-width: 480px) {
    .input__label-content {
      font-size: 11px;
      top: 18px; } }

.input--hoshi {
  overflow: hidden; }

.input__field--hoshi {
  font-family: Muli-ExtraLight;
  margin-top: 12px;
  padding: 22px 0 10px;
  width: 100%;
  background: transparent;
  color: #FBB31A; }
  @media (max-width: 480px) {
    .input__field--hoshi {
      color: #fff; } }

@media (max-width: 480px) {
  .mobile-textarea {
    margin-top: 12px; }
    .mobile-textarea textarea {
      height: 20px;
      padding: 17px 0 9px 0 !important; }
    .mobile-textarea .input__label-content {
      padding: 0; } }

.input__label--hoshi {
  position: absolute;
  bottom: 0;
  left: 0;
  padding: 0;
  height: 100%;
  width: 100%;
  text-align: left;
  pointer-events: none; }

.input__label-content--hoshi {
  position: absolute; }

.input__label--hoshi::before,
.input__label--hoshi::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: calc(100% - 1px);
  border-bottom: 1px solid rgba(18, 18, 18, 0.4); }

.input__label--hoshi::after {
  border-bottom: 1px solid rgba(18, 18, 18, 0.4);
  -webkit-transform: translate3d(-101%, 0, 0);
  transform: translate3d(-101%, 0, 0);
  -webkit-transition: -webkit-transform .3s;
  transition: transform .3s; }

.input__label--hoshi-color-1::after {
  border-color: #FBB31A; }

.input__label--hoshi .input__label-content {
  transition: .2s;
  color: #ffffff; }
  .input__label--hoshi .input__label-content.active {
    transform: translate(0, -20px); }
  @media (max-width: 480px) {
    .input__label--hoshi .input__label-content {
      font-family: Montserrat;
      letter-spacing: 0.44px;
      font-weight: 600;
      font-size: 11px;
      color: #fff; }
      .input__label--hoshi .input__label-content.active {
        color: #FBB31A;
        font-size: 7px; } }

.input__field--hoshi:focus + .input__label--hoshi::after,
.input--filled .input__label--hoshi::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

@-webkit-keyframes anim-1 {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(1em, 0, 0);
    transform: translate3d(1em, 0, 0); }
  100% {
    opacity: 1;
    -webkit-transform: translate3d(0, -40%, 0);
    transform: translate3d(0, -40%, 0); } }
.full-width {
  width: 100%; }

.no-decoration {
  text-decoration: none; }

.no-border {
  border: none; }

.no-padding {
  padding: 0; }

.golden {
  color: #FBB31A; }

.bold {
  font-weight: bold; }

.slick-slide {
  margin-right: 25px;
  outline: none; }

.arrow-icon {
  height: 15.39px;
  width: 13.98px;
  display: block;
  position: relative;
  background: url(../images/other/orange-arrow.svg) no-repeat center center;
  top: 1px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  transition: all .3s ease;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.fa-upwork {
  height: 14px;
  width: 20px;
  opacity: 1;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: url(../images/other/upwork-icon.svg) no-repeat center center; }
  .fa-upwork:hover {
    background: url(../images/other/upwork-icon-hover.svg) no-repeat center center; }

.hidden {
  display: none; }

.disabled {
  pointer-events: none; }

.tabs__content {
  display: none; }
  .tabs__content.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

.tabsM__contentM {
  display: none; }
  .tabsM__contentM.active {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center; }

.hide {
  display: none !important; }
