.container {
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px; }
  @media (min-width: 576px) {
    .container {
      max-width: 560px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 610px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 820px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1050px; } }
  @media (min-width: 1350px) {
    .container {
      max-width: 1150px; } }
  .container-fluid {
    width: 100%;
    padding-right: 25px;
    padding-left: 25px; }

.row {
  display: flex;
  margin-right: -15px;
  margin-left: -15px;
  flex-wrap: wrap; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
  position: relative;
  width: 100%;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px; }

.col-12 {
  flex: 0 0 100%;
  max-width: 100%; }

.col-4 {
  flex: 0 0 100%;
  max-width: 100%; }

@media (min-width: 576px) {
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 768px) {
  .col-md-6 {
    flex: 0 0 50%;
    max-width: 50%; } }
@media (min-width: 992px) {
  .col-lg-4 {
    flex: 0 0 33.33334%;
    max-width: 33.33334%; } }
.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%; }

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%; }

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%; }

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%; }

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%; }

.col-8 {
  -ms-flex: 0 0 66.66667%;
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html,
body {
  position: relative;
  height: auto !important;
  width: 100%;
  overflow-x: hidden; }

html {
  font-size: 100%;
  font-family: "Montserrat", sans-serif;
  color: #3b4144;
  line-height: 1.618;
  box-sizing: border-box; }
  @media (min-width: 384px) {
    html {
      font-size: 1.03125rem; } }
  @media (min-width: 576px) {
    html {
      font-size: 1.0625rem; } }
  @media (min-width: 992px) {
    html {
      font-size: 1.09375rem; } }
  @media (min-width: 1200px) {
    html {
      font-size: 1.125rem; } }

body {
  margin: 0;
  background-color: transparent;
  transition: background-color 500ms;
  will-change: background-color; }

::-moz-selection {
  color: #3b4144;
  background: rgba(242, 143, 32, 0.5);
  text-shadow: none; }

::selection {
  color: #3b4144;
  background: rgba(242, 143, 32, 0.5);
  text-shadow: none; }

a {
  text-decoration: none; }

:focus {
  outline: 0; }

img {
  max-width: 100%;
  height: auto; }

svg {
  fill: currentColor; }

textarea {
  resize: vertical; }

pre {
  font-family: monospace, monospace;
  overflow-x: scroll;
  padding: 1rem;
  border: 1px solid #ccc; }

sup,
sub {
  font-size: 70%;
  line-height: 0;
  position: relative; }

sup {
  top: 0; }

sub {
  bottom: 0; }

table {
  border-collapse: collapse; }

td,
th {
  padding: 0; }

a {
  color: #f28f20; }
  a:hover {
    color: #d97607; }
  a:active {
    text-decoration: underline; }

p {
  font-weight: 300;
  margin: 1rem 0; }

strong {
  font-weight: 700; }

h1,
.h1 {
  font-size: 2.5rem;
  line-height: 3.25rem;
  margin-top: 6.5rem;
  margin-bottom: 1.625rem; }
  @media (min-width: 40em) {
    h1,
    .h1 {
      font-size: 2.5rem;
      line-height: 3.44445rem;
      margin-top: 6.88889rem;
      margin-bottom: 1.72222rem; } }

h2,
.h2 {
  font-size: 1.6875rem;
  line-height: 2.4375rem;
  margin-top: 4.0625rem;
  margin-bottom: 0.8125rem; }
  @media (min-width: 40em) {
    h2,
    .h2 {
      font-size: 1.6875rem;
      line-height: 2.58334rem;
      margin-top: 4.30556rem;
      margin-bottom: 0.86111rem; } }

h3,
.h3 {
  font-size: 1.375rem;
  line-height: 1.625rem;
  margin-top: 3.25rem;
  margin-bottom: 0.8125rem; }
  @media (min-width: 40em) {
    h3,
    .h3 {
      font-size: 1.375rem;
      line-height: 1.72222rem;
      margin-top: 3.44445rem;
      margin-bottom: 0.86111rem; } }

h4,
.h4 {
  font-size: 1.2rem;
  line-height: 1.625rem;
  margin-top: 2.4375rem;
  margin-bottom: 0.8125rem; }
  @media (min-width: 40em) {
    h4,
    .h4 {
      font-size: 1.2rem;
      line-height: 1.72222rem;
      margin-top: 2.58334rem;
      margin-bottom: 0.86111rem; } }

h5,
.h5 {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 4.0625rem;
  margin-bottom: 0.8125rem; }
  @media (min-width: 40em) {
    h5,
    .h5 {
      font-size: 1rem;
      line-height: 1.72222rem;
      margin-top: 4.305556rem;
      margin-bottom: 0.86111rem; } }

h6,
.h6 {
  font-size: 1rem;
  line-height: 1.625rem;
  margin-top: 4.0625rem;
  margin-bottom: 0.8125rem; }
  @media (min-width: 40em) {
    h6,
    .h6 {
      font-size: 1rem;
      line-height: 1.72222rem;
      margin-top: 4.30556rem;
      margin-bottom: 0.86111rem; } }

h1 + h2 {
  margin-top: 1.625rem; }

@media screen and (min-width: 40em) {
  h1 + h2 {
    margin-top: 1.72222rem; } }
h2 + h3,
h3 + h4,
h4 + h5 {
  margin-top: 0.8125rem; }

@media screen and (min-width: 40em) {
  h2 + h3,
  h3 + h4,
  h4 + h5 {
    margin-top: 0.86111rem; } }
h5 + h6 {
  margin-top: -0.8125rem; }

@media screen and (min-width: 40em) {
  h5 + h6 {
    margin-top: -0.86111rem; } }
h6 {
  font-style: italic;
  font-weight: normal; }

small {
  font-size: 70%;
  line-height: 1.1326; }

blockquote {
  font-style: italic;
  position: relative;
  margin: 1rem 0;
  padding: 0 2rem; }
  blockquote:before {
    position: absolute;
    top: -1.5rem;
    left: 0;
    content: '\201C';
    font-size: 4em; }

hr {
  width: 30%;
  margin: 2rem auto;
  border-top: 1px solid #3b4144; }

.header {
  position: fixed;
  top: 0;
  width: 100%;
  padding: 25px 0;
  background: linear-gradient(to bottom, white 0%, rgba(255, 255, 255, 0) 100%);
  z-index: 10;
  pointer-events: none; }

.logo {
  position: fixed;
  top: 20px;
  left: 20px;
  width: 160px;
  height: 40px;
  display: block;
  text-indent: -999rem;
  background: url("../img/logo.svg") top left no-repeat;
  transform: translate(-55px, 65px) rotate(-90deg);
  pointer-events: all; }
  @media (max-width: 768px) {
    .logo {
      float: left;
      position: relative;
      top: auto;
      left: auto;
      transform: translate(0, 0) rotate(0); } }
  @media (max-width: 576px) {
    .logo {
      width: 120px;
      height: 30px;
      background-size: 120px 30px;
      margin-bottom: 0; } }

.nav-opener {
  position: relative;
  float: right;
  margin-top: 5px;
  width: 32px;
  height: 32px;
  cursor: pointer;
  display: none;
  pointer-events: all;
  transition: transform 0.2s; }
  .nav-opener span {
    position: absolute;
    height: 2px;
    background-color: #3b4144; }
    .nav-opener span:nth-child(1) {
      top: 8px;
      left: 8px;
      width: 20px; }
    .nav-opener span:nth-child(2) {
      top: 16px;
      left: 12px;
      width: 16px; }
    .nav-opener span:nth-child(3) {
      top: 24px;
      left: 4px;
      width: 24px; }
  @media (max-width: 768px) {
    .nav-opener {
      display: block; } }
  @media (max-width: 576px) {
    .nav-opener {
      margin-top: 0; } }
  .nav-opener_clicked {
    transform: rotate(90deg); }

.menud {
  float: left;
  width: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
  transform: translateY(0);
  transition: transform 0.6s 0.3s; }
  @media (max-width: 768px) {
    .menud {
      display: none; } }
  .menud-invisible {
    transform: translateY(-45px);
    transition: transform 0.3s; }
  .menud-item {
    font-size: 18px;
    line-height: 20px;
    display: inline-block;
    margin-right: 25px;
    float: left; }
    @media (max-width: 768px) {
      .menud-item {
        margin-right: 0;
        display: block;
        float: none; } }
  .menud-link {
    display: block;
    color: #3b4144;
    pointer-events: all;
    transition: color 0.2s; }
    .menud-link:hover {
      color: #f28f20;
      text-decoration: none; }

.menus {
  position: fixed;
  top: 20px;
  right: 20px;
  margin: 5px 15px 0 0;
  padding: 0;
  list-style: none;
  transform: translateX(calc(100% + 75px));
  transition: transform 0.3s 0.3s; }
  @media (max-width: 768px) {
    .menus {
      display: none; } }
  .menus-visible {
    transform: translateX(0); }
  .menus-item {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: 300;
    line-height: 21px;
    text-align: right;
    text-transform: lowercase;
    letter-spacing: 1px;
    display: block; }
  .menus-link {
    position: relative;
    text-decoration: none;
    color: #3b4144;
    padding: 5px 0;
    display: block;
    pointer-events: all; }
    .menus-link::after {
      position: absolute;
      top: 15px;
      right: 0;
      width: 0;
      height: 1px;
      background: #f28f20;
      content: '';
      transition: width 0.2s; }
  .menus-span {
    display: block;
    transition: 0.2s; }
  .menus-link.menus-link_active, .menus-link:hover, .menus-link:focus {
    color: #f28f20;
    text-decoration: none; }
    .menus-link.menus-link_active::after, .menus-link:hover::after, .menus-link:focus::after {
      width: 15px; }
    .menus-link.menus-link_active .menus-span, .menus-link:hover .menus-span, .menus-link:focus .menus-span {
      transform: translateX(-25px); }

.menum {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background: rgba(255, 255, 255, 0.95);
  margin: 0;
  padding: 0;
  list-style: none;
  display: none;
  z-index: 9; }
  .menum-list {
    height: 100%;
    margin: 0;
    padding: 30px 0;
    list-style: none;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: center;
    visibility: hidden;
    opacity: 0;
    transform: translateY(-50px);
    transition: 0.2s; }
    .menum-list_moved {
      visibility: visible;
      opacity: 1;
      transform: translateY(0); }
  .menum-item {
    font-weight: 700;
    line-height: 1.2;
    text-align: center;
    display: block; }
    .menum-item {
      font-size: 28px; }
      @media screen and (min-width: 320px) {
        .menum-item {
          font-size: calc(1.9120458891vw + 21.8814531549px); } }
      @media screen and (min-width: 1366px) {
        .menum-item {
          font-size: 48px; } }
  .menum-link {
    color: rgba(242, 143, 32, 0.7);
    display: block;
    padding: 10px 15px; }
    .menum-link:hover, .menum-link:focus {
      text-decoration: none; }

.mail {
  font-size: 14px;
  line-height: 21px;
  position: fixed;
  right: 0;
  bottom: 0;
  color: #3b4144;
  transform: translate(0, -130px) rotate(90deg);
  transition: color 0.2s;
  z-index: 2;
  pointer-events: all; }
  @media (max-width: 768px) {
    .mail {
      transform: translate(30px, -130px) rotate(90deg); } }
  @media (max-width: 575px) {
    .mail {
      display: none; } }
  .mail-span {
    display: block;
    transform: translate(40px, 0); }
  .mail::before {
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 1px;
    background: #3b4144;
    content: ''; }
  .mail:hover, .mail:focus {
    color: #f28f20;
    text-decoration: none; }

.languages {
  position: fixed;
  top: 210px;
  left: 37px;
  pointer-events: all; }
  @media (max-width: 768px) {
    .languages {
      position: absolute;
      top: 8px;
      right: 55px;
      left: auto; } }
  @media (max-width: 576px) {
    .languages {
      top: 3px; } }
  .languages ul {
    margin: 0;
    padding: 0;
    list-style: none; }
  .languages li {
    display: block;
    text-transform: uppercase;
    border-bottom: 1px solid #ccc; }
    @media (max-width: 768px) {
      .languages li {
        display: inline-block;
        float: left;
        border-bottom: none;
        border-right: 1px solid #ccc; } }
    .languages li.active {
      display: none; }
    .languages li a {
      color: #f28f20;
      display: block;
      transition: color 0.2s; }
      @media (max-width: 768px) {
        .languages li a {
          padding: 0 10px; } }
      .languages li a:hover, .languages li a:focus {
        color: #3b4144; }

.intro-title {
  line-height: 0.9;
  max-width: 800px;
  margin: 1rem 0; }
  .intro-title {
    font-size: 50px; }
    @media screen and (min-width: 320px) {
      .intro-title {
        font-size: calc(6.2141491396vw + 30.1147227533px); } }
    @media screen and (min-width: 1366px) {
      .intro-title {
        font-size: 115px; } }

.section {
  position: relative;
  min-height: 100vh;
  padding: 100px 0 0; }
  @media (max-width: 768px) {
    .section {
      padding: 80px 0 0; } }
  @media (max-width: 576px) {
    .section {
      padding: 60px 0 0; } }
  .section-back {
    font-weight: 700;
    line-height: 1;
    position: fixed;
    bottom: 0;
    width: 999rem;
    margin: 0 0 5% 10%;
    color: #f6f6f6;
    pointer-events: none;
    z-index: -1; }
    .section-back {
      font-size: 100px; }
      @media screen and (min-width: 320px) {
        .section-back {
          font-size: calc(14.3403441683vw + 54.1108986616px); } }
      @media screen and (min-width: 1366px) {
        .section-back {
          font-size: 250px; } }
  .section-home {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    align-content: center; }
  .section-contact {
    padding-bottom: 415px; }
    @media (max-width: 768px) {
      .section-contact {
        padding-bottom: 365px; } }
    @media (max-width: 576px) {
      .section-contact {
        padding-bottom: 315px; } }
  .section-title {
    font-family: "Merriweather", serif;
    line-height: 1.2;
    margin: 1rem 0; }
    .section-title {
      font-size: 30px; }
      @media screen and (min-width: 320px) {
        .section-title {
          font-size: calc(1.9120458891vw + 23.8814531549px); } }
      @media screen and (min-width: 1366px) {
        .section-title {
          font-size: 50px; } }
  .section-intro {
    font-family: "Merriweather", serif;
    font-weight: 300;
    line-height: 1.718;
    color: #3b4144; }
    .section-intro {
      font-size: 16px; }
      @media screen and (min-width: 320px) {
        .section-intro {
          font-size: calc(0.5736137667vw + 14.1644359465px); } }
      @media screen and (min-width: 1366px) {
        .section-intro {
          font-size: 22px; } }
  .section-back {
    pointer-events: none;
    display: none; }

.service {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-content: center;
  align-items: end;
  margin-top: 10px;
  margin-bottom: 10px; }
  .service-image {
    margin-right: 15px;
    width: 64px; }
    @media (max-width: 768px) {
      .service-image {
        width: 48px; } }
  .service-title {
    font-size: 16px;
    line-height: 1.4;
    margin: 0; }

.job {
  margin-top: 20px;
  padding: 15px 20px;
  color: #3b4144;
  background-color: rgba(204, 204, 204, 0.1);
  border: 1px solid #ccc;
  box-shadow: none;
  transition: box-shadow 0.2s;
  display: block;
  cursor: pointer; }
  .job:hover, .job:focus {
    color: #3b4144;
    text-decoration: none;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.05); }
  .job-title {
    font-size: 26px;
    font-weight: 300; }
    @media (max-width: 768px) {
      .job-title {
        font-size: 20px; } }
  .job-desc {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    background: #fff;
    z-index: 1000;
    font-size: 15px;
    font-weight: 300;
    display: none; }
    .job-desc-inner {
      width: 100%;
      height: 100%;
      overflow-y: auto; }
  .job-content {
    width: 100%;
    max-width: 900px;
    margin-right: auto;
    margin-left: auto;
    display: block;
    padding: 100px 30px; }
    .job-content-title {
      font-size: 32px;
      font-weight: 700;
      text-align: center;
      line-height: 1.4; }
      @media (max-width: 768px) {
        .job-content-title {
          font-size: 26px; } }
  .job-close {
    position: absolute;
    top: 20px;
    right: 35px;
    width: 40px;
    height: 40px;
    background: #fff;
    cursor: pointer; }
    .job-close span {
      position: absolute;
      width: 36px;
      height: 2px;
      background: #000; }
      .job-close span:nth-child(1) {
        transform: rotate(45deg) translate(14px, 11px); }
      .job-close span:nth-child(2) {
        transform: rotate(-45deg) translate(-11px, 15px); }
  .job-apply {
    display: inline-block;
    color: #fff;
    background: #f28f20;
    font-weight: 400;
    padding: 20px 40px;
    margin-top: 25px;
    margin-bottom: 5px;
    font-size: 18px;
    letter-spacing: 1px; }
    .job-apply:hover {
      color: #fff;
      background: rgba(242, 143, 32, 0.9); }

#map {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  height: 400px;
  margin-top: 25px;
  background: rgba(204, 204, 204, 0.2);
  border-top: 1px solid #ccc;
  z-index: 2; }
  @media (max-width: 768px) {
    #map {
      height: 350px; } }
  @media (max-width: 576px) {
    #map {
      height: 300px; } }

/*# sourceMappingURL=main.css.map */
