/*
NORMALIZE
*/
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
img, legend {
  border: 0; }

legend, td, th {
  padding: 0; }

html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block; }

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden], template {
  display: none; }

a {
  background-color: transparent; }

a:active, a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b, optgroup, strong {
  font-weight: 700; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: .67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

pre, textarea {
  overflow: auto; }

code, kbd, pre, samp {
  font-family: monospace,monospace;
  font-size: 1em; }

button, input, optgroup, select, textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button, select {
  text-transform: none; }

button, html input[type=button], input[type=reset], input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled], html input[disabled] {
  cursor: default; }

button::-moz-focus-inner, input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type=checkbox], input[type=radio] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0; }

input[type=number]::-webkit-inner-spin-button, input[type=number]::-webkit-outer-spin-button {
  height: auto; }

input[type=search] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

input[type=search]::-webkit-search-cancel-button, input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid silver;
  margin: 0 2px;
  padding: .35em .625em .75em; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

dir, h1, menu, ul {
  -webkit-margin-before: 0;
  -webkit-margin-after: 0;
  -webkit-margin-start: 0;
  -webkit-margin-end: 0;
  -webkit-padding-start: 0; }

/*
  FONTS
*/
@font-face {
  font-family: 'BrandonGrotesqueRegular';
  src: url("../font/BrandonGrotesque/BrandonGrotesque-Regular.woff") format("woff"), url("../font/BrandonGrotesque/BraFbtnndonGrotesque-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonGrotesqueMedium';
  src: url("../font/BrandonGrotesque/BrandonGrotesqueMedium.otf");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonRegular';
  src: url("../font/BrandonText/BrandonText-Regular.woff") format("woff"), url("../font/BrandonText/BrandonText-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonRegularItalic';
  src: url("../font/BrandonText/BrandonText-RegularItalic.woff") format("woff"), url("../font/BrandonText/BrandonText-RegularItalic.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonBold';
  src: url("../font/BrandonText/BrandonText-Bold.woff ") format("woff"), url("../font/BrandonText/BrandonText-Bold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonMedium';
  src: url("../font/BrandonText/BrandonText-Medium.woff") format("woff"), url("../font/BrandonText/BrandonText-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonLight';
  src: url("../font/BrandonText/BrandonText-Light.woff") format("woff"), url("../font/BrandonText/BrandonText-Light.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'BrandonThin';
  src: url("../font/BrandonText/BrandonText-Thin.woff") format("woff"), url("../font/BrandonText/BrandonText-Thin.woff2") format("woff2");
  font-weight: normal;
  font-style: normal; }
/*
  STYLES
*/
ul {
  list-style: none;
  padding: 0;
  margin: 0; }

a {
  color: #fff; }

.link {
  color: inherit;
  text-decoration: none; }

.button {
  outline: none;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  padding: 0;
  margin: 0; }

.wrap {
  margin: auto; }

.logo {
  display: inline-block;
  width: 162px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .logo__image {
    width: 100%; }
  .logo:hover {
    opacity: .7; }

.nav {
  position: absolute;
  right: 0;
  margin-top: 50px;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  opacity: 1;
  font-size: 0; }
  .nav__indicator {
    position: absolute;
    bottom: -9px;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    left: 0;
    opacity: 0;
    -webkit-transition: opacity .3s, -webkit-transform .8s;
    transition: opacity .3s, -webkit-transform .8s;
    transition: transform .8s, opacity .3s;
    transition: transform .8s, opacity .3s, -webkit-transform .8s;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%); }
    @media screen and (max-width: 600px) {
      .nav__indicator {
        bottom: -5px;
        width: 4px;
        height: 4px; } }
  .nav__item {
    margin: 0 80px;
    font: 13px/1 "BrandonRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    text-transform: uppercase;
    letter-spacing: 1px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    position: relative;
    display: inline-block; }
    @media screen and (max-width: 600px) {
      .nav__item {
        margin: 0 30px; } }
    .nav__item:first-child {
      margin: 0; }
    .nav__item:last-of-type {
      margin: 0; }
    .nav__item:hover {
      opacity: .8; }
    .nav__item_active ~ .nav__indicator {
      opacity: 1; }
  .nav_preload {
    opacity: 0;
    -webkit-transition: opacity 0s,  -webkit-transform 0s;
    transition: opacity 0s,  -webkit-transform 0s;
    transition: transform 0s,  opacity 0s;
    transition: transform 0s,  opacity 0s,  -webkit-transform 0s; }

.btn-menu {
  position: relative;
  font-size: 0;
  text-align: center;
  height: 7px;
  width: 37px;
  cursor: pointer;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background: none;
  border: none;
  outline: none; }
  .btn-menu_preload {
    display: none !important; }
  .btn-menu__item {
    display: inline-block;
    width: 7px;
    height: 7px;
    background: #fff;
    border-radius: 50%;
    vertical-align: top;
    -webkit-transition: -webkit-transform .5s ease;
    transition: -webkit-transform .5s ease;
    transition: transform .5s ease;
    transition: transform .5s ease, -webkit-transform .5s ease;
    position: absolute; }
    .btn-menu__item:nth-child(1) {
      left: 0;
      top: 0;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px); }
    .btn-menu__item:nth-child(2) {
      left: 50%;
      top: 0;
      -webkit-transform: translateX(-50%) translateY(0px);
              transform: translateX(-50%) translateY(0px); }
    .btn-menu__item:nth-child(3) {
      right: 0;
      top: 0;
      -webkit-transform: translateX(0px) translateY(0px);
              transform: translateX(0px) translateY(0px); }
  .btn-menu_animate .btn-menu__item:nth-child(1) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation: dotFirst_move .8s 1s ease infinite;
            animation: dotFirst_move .8s 1s ease infinite; }
  .btn-menu_animate .btn-menu__item:nth-child(2) {
    -webkit-transform: translateX(15px) translateY(-12px);
            transform: translateX(15px) translateY(-12px);
    -webkit-animation: dotSecond_move .8s 1s ease infinite;
            animation: dotSecond_move .8s 1s ease infinite; }
  .btn-menu_animate .btn-menu__item:nth-child(3) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation: dotThird_move .8s 1s ease infinite;
            animation: dotThird_move .8s 1s ease infinite; }
  .btn-menu_animate-stop .btn-menu__item:nth-child(1) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation: dotFirst_move-initial .5s 1s ease 1;
            animation: dotFirst_move-initial .5s 1s ease 1; }
  .btn-menu_animate-stop .btn-menu__item:nth-child(2) {
    -webkit-transform: translateX(15px) translateY(-12px);
            transform: translateX(15px) translateY(-12px);
    -webkit-animation: dotSecond_move-initial .5s 1s ease 1;
            animation: dotSecond_move-initial .5s 1s ease 1; }
  .btn-menu_animate-stop .btn-menu__item:nth-child(3) {
    -webkit-transform: translateY(12px);
            transform: translateY(12px);
    -webkit-animation: dotThird_move-initial .5s 1s ease 1;
            animation: dotThird_move-initial .5s 1s ease 1; }

@-webkit-keyframes dotFirst_move {
  100% {
    -webkit-transform: translateY(12px) translateX(30px);
            transform: translateY(12px) translateX(30px); } }

@keyframes dotFirst_move {
  100% {
    -webkit-transform: translateY(12px) translateX(30px);
            transform: translateY(12px) translateX(30px); } }
@-webkit-keyframes dotSecond_move {
  100% {
    -webkit-transform: translateY(12px) translateX(0);
            transform: translateY(12px) translateX(0); } }
@keyframes dotSecond_move {
  100% {
    -webkit-transform: translateY(12px) translateX(0);
            transform: translateY(12px) translateX(0); } }
@-webkit-keyframes dotThird_move {
  100% {
    -webkit-transform: translateX(-15px) translateY(-12px);
            transform: translateX(-15px) translateY(-12px); } }
@keyframes dotThird_move {
  100% {
    -webkit-transform: translateX(-15px) translateY(-12px);
            transform: translateX(-15px) translateY(-12px); } }
@-webkit-keyframes dotFirst_move-initial {
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px); } }
@keyframes dotFirst_move-initial {
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px); } }
@-webkit-keyframes dotSecond_move-initial {
  100% {
    -webkit-transform: translateX(15px) translateY(0px);
            transform: translateX(15px) translateY(0px); } }
@keyframes dotSecond_move-initial {
  100% {
    -webkit-transform: translateX(15px) translateY(0px);
            transform: translateX(15px) translateY(0px); } }
@-webkit-keyframes dotThird_move-initial {
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px); } }
@keyframes dotThird_move-initial {
  100% {
    -webkit-transform: translateX(0px) translateY(0px);
            transform: translateX(0px) translateY(0px); } }
.topcover {
  display: inline-block;
  width: 100%;
  height: 52px;
  z-index: -1;
  position: absolute;
  position: fixed;
  top: 0; }
  .topcover__part {
    opacity: 0;
    -webkit-transition: opacity 0s;
    transition: opacity 0s; }
    .topcover__part_left {
      background-color: rgba(123, 123, 123, 0.5);
      width: 100%; }
    .topcover__part_right {
      right: 0;
      width: 50%; }
      .topcover__part_right:after {
        content: "";
        position: absolute;
        width: 100%;
        height: 100%;
        background-color: rgba(28, 37, 45, 0.4); }
  .topcover_orange {
    z-index: 10; }
    .topcover_orange .topcover__part {
      -webkit-transition: opacity 0s .8s;
      transition: opacity 0s .8s;
      opacity: 1;
      background-color: #f8971d; }
  .topcover_blue {
    z-index: 10; }
    .topcover_blue .topcover__part {
      -webkit-transition: opacity 0s .8s;
      transition: opacity 0s .8s;
      opacity: 1;
      background-color: #21374a; }
  .topcover_light-blue {
    z-index: 10; }
    .topcover_light-blue .topcover__part {
      -webkit-transition: opacity 0s .8s;
      transition: opacity 0s .8s;
      opacity: 1;
      background-color: #85A9C3; }
  .topcover_gray {
    z-index: 10; }
    .topcover_gray .topcover__part {
      -webkit-transition: opacity 0s .8s;
      transition: opacity 0s .8s;
      opacity: 1;
      background-color: #a7a9ac; }

.header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 72px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  z-index: 10;
  padding: 0 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .header:before {
    content: " ";
    display: table; }
  .header__logo {
    margin-top: 42px;
    position: absolute;
    left: 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    will-change: transform; }
    .header__logo_center {
      -webkit-transition: -webkit-transform 0s;
      transition: -webkit-transform 0s;
      transition: transform 0s;
      transition: transform 0s, -webkit-transform 0s; }
  .header_center .header__btn-menu {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); }
  .header__btn-menu {
    position: absolute;
    right: 0;
    -webkit-transform: translateX(150%);
            transform: translateX(150%);
    top: 50px;
    -webkit-transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, -webkit-transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease;
    transition: opacity 0.8s ease, transform 0.8s ease, -webkit-transform 0.8s ease;
    z-index: -1; }
    .header__btn-menu:hover {
      opacity: .7; }
  .header__line {
    position: absolute;
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.2);
    content: "";
    left: 0;
    bottom: 0;
    z-index: 0;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    -webkit-transition: width .8s;
    transition: width .8s; }
    .header__line_loaded {
      width: 0; }
  .header_preload {
    border-bottom: 0; }
  .header__switcher {
    display: inline-block;
    position: absolute;
    display: none;
    -webkit-transform-origin: center;
            transform-origin: center; }

.switcher svg {
  padding: 6px 9px;
  margin-top: -6px;
  margin-right: -9px;
  border: 1px solid transparent;
  border-radius: 50%;
  -webkit-transition: border-color .5s ease;
  transition: border-color .5s ease; }
  .switcher svg:hover {
    border-color: rgba(255, 255, 255, 0.5); }
    .switcher svg:hover + .switcher__tip {
      opacity: 1;
      -webkit-transform: translate3d(calc(-100% - 10px), 0, 0);
              transform: translate3d(calc(-100% - 10px), 0, 0); }
.switcher__tip {
  top: 0;
  opacity: 0;
  -webkit-transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, -webkit-transform .5s ease;
  transition: opacity .5s ease, transform .5s ease;
  transition: opacity .5s ease, transform .5s ease, -webkit-transform .5s ease;
  position: absolute;
  font: 11px/1 "BrandonRegular", Arial, Helvetica, sans-serif;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding: 0 15px;
  left: 0;
  -webkit-transform: translate3d(calc(-100% - 20px), 0, 0);
          transform: translate3d(calc(-100% - 20px), 0, 0);
  width: 106px;
  background: #000;
  border-radius: 3px;
  z-index: -1;
  height: 23px;
  line-height: 23px; }
  .switcher__tip:after {
    content: "";
    display: block;
    position: absolute;
    right: -11px;
    top: 5px;
    border: 6px solid transparent;
    border-left: 6px solid black; }

.arrow {
  display: inline-block;
  width: 20px;
  position: relative;
  height: 5px;
  vertical-align: middle;
  -webkit-backface-visibility: hidden;
  width: 7%; }
  .arrow:before {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 1px;
    background: #fff;
    left: 0;
    top: 3px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .arrow:after {
    content: "";
    display: block;
    position: absolute;
    width: 4px;
    height: 4px;
    border-top: 1px solid #fff;
    border-right: 1px solid #fff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    right: 0;
    top: 1px;
    -webkit-transition: all .3s ease;
    transition: all .3s ease;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .arrow_left:after {
    right: auto;
    left: 0;
    -webkit-transform: rotate(-135deg);
            transform: rotate(-135deg); }
  .arrow_right:after {
    right: 0;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.poster {
  position: relative;
  background: #21374a;
  background-image: url(../img/poster.jpg);
  background-position: center;
  background-size: cover;
  /*&:before {
    content: "";
    display: block;
    padding-top: 55%;
  }*/ }
  .poster__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    text-align: center;
    z-index: 1;
    font-size: 0; }
  .poster__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
  .poster__cover {
    background: rgba(33, 55, 74, 0.6);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .poster__cover_dark {
      background: rgba(33, 55, 74, 0.8); }
  .poster__title {
    font: 40px/1 "BrandonLight", Arial, Helvetica, sans-serif;
    color: #fff;
    letter-spacing: 2px;
    text-transform: uppercase;
    opacity: .7;
    position: absolute;
    width: 100%;
    left: 0;
    top: 50%; }
    @media screen and (max-width: 998px) {
      .poster__title {
        font-size: 30px; } }
  .poster__text {
    display: inline-block;
    vertical-align: middle; }
  .poster__subtitle {
    font: 15px/1 'BrandonGrotesqueRegular',Arial,sans-serif;
    display: block;
    letter-spacing: 2px;
    color: rgba(255, 255, 255, 0.8);
    margin-top: 20px;
    text-transform: uppercase;
    text-align: center; }
  .poster__container {
    position: absolute;
    top: 20%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff; }
  .poster__heading {
    width: 50%;
    display: inline-block;
    vertical-align: middle;
    text-align: left; }
  .poster__text {
    font: 15px/1.5 "BrandonRegular", Arial, Helvetica, sans-serif; }
    .poster__text_medium {
      font: 15px/1.5 "BrandonMedium", Arial, Helvetica, sans-serif; }
  .poster__bg-word {
    position: absolute;
    width: 100%;
    text-align: justify;
    text-transform: uppercase;
    color: #fff;
    bottom: 0;
    height: 324px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font-size: 0;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .poster__bg-word:after {
      content: "";
      display: inline-block;
      text-align: justify;
      width: 100%; }
  .poster__letter {
    display: inline-block;
    cursor: pointer;
    position: relative;
    text-decoration: none;
    z-index: 9;
    width: 25%;
    text-align: center;
    font: 300px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    -webkit-transition: background 2s ease;
    transition: background 2s ease; }
    .poster__letter:hover {
      background-color: rgba(0, 0, 0, 0.25); }
      .poster__letter:hover span {
        color: rgba(255, 255, 255, 0.25); }
      .poster__letter:hover .poster__division {
        opacity: .7; }
    .poster__letter span {
      color: rgba(255, 255, 255, 0.15);
      -webkit-transition: opacity 1s ease, color 1s ease;
      transition: opacity 1s ease, color 1s ease;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate3d(-50%, -50%, 0);
              transform: translate3d(-50%, -50%, 0);
      margin-top: 5px; }
    .poster__letter.effect__element_animation_bg_1 {
      background: rgba(33, 55, 74, 0.05); }
      .poster__letter.effect__element_animation_bg_1:hover {
        background-color: rgba(0, 0, 0, 0.25); }
    .poster__letter.effect__element_animation_bg_2 {
      background: rgba(33, 55, 74, 0.1); }
      .poster__letter.effect__element_animation_bg_2:hover {
        background-color: rgba(0, 0, 0, 0.25); }
    .poster__letter.effect__element_animation_bg_3 {
      background: rgba(33, 55, 74, 0.2); }
      .poster__letter.effect__element_animation_bg_3:hover {
        background-color: rgba(0, 0, 0, 0.25); }
    .poster__letter.effect__element_animation_bg_4 {
      background: rgba(33, 55, 74, 0.3); }
      .poster__letter.effect__element_animation_bg_4:hover {
        background-color: rgba(0, 0, 0, 0.25); }
  .poster__division {
    color: #fff;
    font: 40px/1 "BrandonLight", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    position: absolute;
    top: 0;
    left: 0;
    top: 50%;
    z-index: 9;
    left: 50%;
    letter-spacing: 2.5px;
    -webkit-transform: translate3d(-50%, -50%, 0);
            transform: translate3d(-50%, -50%, 0);
    opacity: 0;
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    letter-spacing: 2px;
    text-transform: uppercase; }

.parts {
  font-size: 0;
  background: #21374a;
  -webkit-backface-visibility: hidden; }
  .parts_hidden {
    height: 0%; }
  .parts_popup {
    width: 45%;
    top: 50%;
    left: 50%;
    -webkit-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    position: absolute;
    height: auto; }
  .parts__division {
    display: inline-block;
    width: 25%;
    position: relative;
    overflow: hidden;
    -webkit-backface-visibility: hidden;
    padding-top: 25%; }
    .parts__division_popup {
      width: 50%;
      padding-top: 50%; }
    .parts__division:hover .parts__cover_color_1 {
      opacity: 0; }
    .parts__division:hover .parts__cover_color_2 {
      opacity: 1; }
    .parts__division:hover .parts__hover {
      opacity: 1; }
    .parts__division:hover .parts__letter {
      opacity: .15; }
  .parts__background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden; }
  .parts__cover {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -webkit-backface-visibility: hidden; }
    .parts__cover_color_1 {
      background: rgba(33, 55, 74, 0.6); }
    .parts__cover_color_2 {
      background: rgba(0, 0, 0, 0.3);
      opacity: 0; }
  .parts__hover {
    position: absolute;
    top: -1%;
    left: -1%;
    width: 102%;
    height: 102%;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    opacity: 0;
    -webkit-backface-visibility: hidden; }
    .parts__hover_color_orange {
      background: rgba(248, 151, 29, 0.6); }
    .parts__hover_color_blue {
      background: rgba(33, 55, 74, 0.85); }
    .parts__hover_color_light-blue {
      background: rgba(162, 206, 238, 0.7); }
    .parts__hover_color_gray {
      background: rgba(167, 169, 172, 0.6); }
  .parts__letter {
    font: 300px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 0;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease;
    color: #fff;
    text-align: center;
    width: 100%; }
  .parts__title {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    font: 40px/1 "BrandonLight", Arial, Helvetica, sans-serif;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    opacity: .7;
    letter-spacing: 2px;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    @media screen and (max-width: 1366px) {
      .parts__title {
        font-size: 30px; } }
    @media screen and (max-width: 1200px) {
      .parts__title {
        font-size: 24px; } }
    @media screen and (max-width: 967px) {
      .parts__title {
        font-size: 20px; } }
    @media screen and (max-width: 800px) {
      .parts__title {
        font-size: 15px; } }
    @media screen and (max-width: 600px) {
      .parts__title {
        font-size: 7px; } }
    .parts__title:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }

.footer {
  background: rgba(0, 0, 0, 0.9);
  text-align: center;
  padding: 0 72px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .footer:before {
    content: " ";
    display: table; }
  .footer__content {
    display: inline-block;
    padding-top: 70px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    text-align: justify; }
    .footer__content:after {
      content: '';
      display: inline-block;
      width: 100%; }
  .footer__logo {
    display: inline-block;
    vertical-align: top;
    width: 162px; }
  .footer__navigation {
    display: inline-block;
    vertical-align: top;
    color: #fff;
    text-align: justify; }
    .footer__navigation:after {
      content: "";
      width: 100%;
      display: inline-block; }
  .footer__bottom {
    border-top: 1px solid rgba(167, 169, 172, 0.7);
    padding: 4px 0 32px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    font: 12px/1.4 "BrandonRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    margin-top: 30px;
    text-align: left; }
    .footer__bottom:after {
      content: " ";
      display: table;
      clear: both; }
  .footer__copyright {
    float: left; }
  .footer__developed {
    float: right; }
  .footer__supply-agency {
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .footer__supply-agency:hover {
      opacity: .7; }

.navigation__column {
  display: inline-block;
  vertical-align: top; }
.navigation__item {
  display: inline-block;
  font: 13px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  margin-bottom: 20px;
  border-bottom: 1px solid transparent;
  white-space: nowrap;
  vertical-align: top;
  padding-bottom: 3px;
  -webkit-transition: border-color .3s ease;
  transition: border-color .3s ease; }
  .navigation__item:hover {
    border-color: #fff; }
  @media screen and (max-width: 900px) {
    .navigation__item {
      margin-bottom: 10px; } }
  @media screen and (max-width: 420px) {
    .navigation__item {
      margin-bottom: 0; } }
.navigation__subitem {
  display: block;
  font: 13px/1 "BrandonRegular", Arial, Helvetica, sans-serif;
  color: #fff;
  opacity: .6;
  margin-bottom: 6px;
  -webkit-transition: opacity .3s ease;
  transition: opacity .3s ease; }
  .navigation__subitem:hover {
    opacity: 1; }
  .navigation__subitem_disabled {
    cursor: default; }
    .navigation__subitem_disabled:hover {
      opacity: .6; }

.effect {
  position: absolute;
  font-size: 0;
  -webkit-transition: all .3s ease;
  transition: all .3s ease; }
  .effect__element {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: inline-block;
    vertical-align: top;
    position: relative;
    -webkit-transition: background-color 2s, opacity 2s;
    transition: background-color 2s, opacity 2s; }
    .effect__element_animation_letter .effect__square {
      -webkit-transform: scale(3);
              transform: scale(3); }
    .effect__element_animation_letter .effect__border {
      opacity: 0; }
      .effect__element_animation_letter .effect__border:nth-of-type(1) {
        width: calc(100% + 1px); }
      .effect__element_animation_letter .effect__border:nth-of-type(2) {
        height: calc(100% + 1px); }
      .effect__element_animation_letter .effect__border:nth-of-type(3) {
        width: 100%;
        width: calc(100% + 1px); }
      .effect__element_animation_letter .effect__border:nth-of-type(4) {
        height: 100%;
        height: calc(100% + 1px); }
    .effect__element_animation_letter .effect__letter {
      -webkit-animation-name: letter;
              animation-name: letter; }
@-webkit-keyframes letter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
@keyframes letter {
  0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 100%, 0);
            transform: translate3d(0, 100%, 0); }
  30% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  70% {
    opacity: 1;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0); }
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, -100%, 0);
            transform: translate3d(0, -100%, 0); } }
    .effect__element_animation_square .effect__square:nth-of-type(1) {
      -webkit-transform: scale(3);
              transform: scale(3); }
      @media screen and (max-width: 1024px) {
        .effect__element_animation_square .effect__square:nth-of-type(1) {
          -webkit-transform: scale(2);
                  transform: scale(2); } }
  .effect_blue .effect__element_animation_bg_1 {
    background: rgba(33, 55, 74, 0.05); }
  .effect_blue .effect__element_animation_bg_2 {
    background: rgba(33, 55, 74, 0.1); }
  .effect_blue .effect__element_animation_bg_3 {
    background: rgba(33, 55, 74, 0.2); }
  .effect_blue .effect__element_animation_bg_4 {
    background: rgba(33, 55, 74, 0.3); }
  .effect_blue .effect__square {
    background: #9ba3aa; }
  .effect_orange .effect__element_animation_bg_1 {
    background: rgba(248, 151, 29, 0.05); }
  .effect_orange .effect__element_animation_bg_2 {
    background: rgba(248, 151, 29, 0.1); }
  .effect_orange .effect__element_animation_bg_3 {
    background: rgba(248, 151, 29, 0.2); }
  .effect_orange .effect__element_animation_bg_4 {
    background: rgba(248, 151, 29, 0.2); }
  .effect_orange .effect__square {
    background: #efdac1; }
  .effect_light-blue .effect__element_animation_bg_1 {
    background: rgba(133, 169, 195, 0.05); }
  .effect_light-blue .effect__element_animation_bg_2 {
    background: rgba(133, 169, 195, 0.1); }
  .effect_light-blue .effect__element_animation_bg_3 {
    background: rgba(133, 169, 195, 0.2); }
  .effect_light-blue .effect__element_animation_bg_4 {
    background: rgba(133, 169, 195, 0.2); }
  .effect_light-blue .effect__square {
    background: #cad4db; }
  .effect_gray .effect__element_animation_bg_1 {
    background: rgba(167, 169, 172, 0.05); }
  .effect_gray .effect__element_animation_bg_2 {
    background: rgba(167, 169, 172, 0.1); }
  .effect_gray .effect__element_animation_bg_3 {
    background: rgba(167, 169, 172, 0.2); }
  .effect_gray .effect__element_animation_bg_4 {
    background: rgba(167, 169, 172, 0.2); }
  .effect_gray .effect__square {
    background: #a0a0a1; }
  .effect_half .effect__element_animation_bg_1 {
    background: rgba(255, 255, 255, 0.05); }
  .effect_half .effect__element_animation_bg_2 {
    background: rgba(255, 255, 255, 0.1); }
  .effect_half .effect__element_animation_bg_3 {
    background: rgba(255, 255, 255, 0.2); }
  .effect_half .effect__element_animation_bg_4 {
    background: rgba(255, 255, 255, 0.2); }
  .effect_left {
    left: 0 !important; }
  .effect__squares {
    -webkit-transition: opacity 1s ease;
    transition: opacity 1s ease;
    opacity: 1; }
  .effect__square {
    position: absolute;
    width: 2px;
    height: 2px; }
    .effect__square:nth-of-type(1) {
      top: -1px;
      left: -1px;
      -webkit-transition: -webkit-transform .5s ease 0s;
      transition: -webkit-transform .5s ease 0s;
      transition: transform .5s ease 0s;
      transition: transform .5s ease 0s, -webkit-transform .5s ease 0s; }
    .effect__square:nth-of-type(2) {
      top: -1px;
      right: -1px;
      -webkit-transition: -webkit-transform .5s ease 1500ms;
      transition: -webkit-transform .5s ease 1500ms;
      transition: transform .5s ease 1500ms;
      transition: transform .5s ease 1500ms, -webkit-transform .5s ease 1500ms; }
    .effect__square:nth-of-type(3) {
      bottom: -1px;
      right: -1px;
      -webkit-transition: -webkit-transform .5s ease 1000ms;
      transition: -webkit-transform .5s ease 1000ms;
      transition: transform .5s ease 1000ms;
      transition: transform .5s ease 1000ms, -webkit-transform .5s ease 1000ms; }
    .effect__square:nth-of-type(4) {
      bottom: -1px;
      left: -1px;
      -webkit-transition: -webkit-transform .5s ease 500ms;
      transition: -webkit-transform .5s ease 500ms;
      transition: transform .5s ease 500ms;
      transition: transform .5s ease 500ms, -webkit-transform .5s ease 500ms; }
  .effect__borders {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9; }
  .effect__border {
    position: absolute;
    background: rgba(255, 255, 255, 0.4); }
    .effect__border:nth-of-type(1) {
      width: 0;
      height: 1px;
      top: 0;
      right: -1px;
      -webkit-transition: width 500ms linear 1500ms, opacity 1s ease 2200ms;
      transition: width 500ms linear 1500ms, opacity 1s ease 2200ms; }
    .effect__border:nth-of-type(2) {
      width: 1px;
      height: 0;
      bottom: -1px;
      right: -1px;
      -webkit-transition: height 500ms linear 1000ms, opacity 1s ease 2200ms;
      transition: height 500ms linear 1000ms, opacity 1s ease 2200ms; }
    .effect__border:nth-of-type(3) {
      width: 0;
      height: 1px;
      bottom: -1px;
      left: 0;
      -webkit-transition: width 500ms linear 500ms, opacity 1s ease 2200ms;
      transition: width 500ms linear 500ms, opacity 1s ease 2200ms; }
    .effect__border:nth-of-type(4) {
      width: 1px;
      height: 0;
      top: 0;
      left: 0;
      -webkit-transition: height 500ms linear 0ms, opacity 1s ease 2200ms;
      transition: height 500ms linear 0ms, opacity 1s ease 2200ms; }
  .effect__letter {
    font: 20px/1 "BrandonThin", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    opacity: 0;
    -webkit-animation-duration: 3s;
            animation-duration: 3s;
    -webkit-animation-timing-function: ease;
            animation-timing-function: ease; }

@-webkit-keyframes letterWidth {
  0% {
    width: 0; }
  4.38% {
    width: 100%; }
  95.62% {
    width: 100%; }
  100% {
    width: 100%; } }

@keyframes letterWidth {
  0% {
    width: 0; }
  4.38% {
    width: 100%; }
  95.62% {
    width: 100%; }
  100% {
    width: 100%; } }
@-webkit-keyframes letterHeight {
  0% {
    height: 0; }
  4.38% {
    height: 100%; }
  95.62% {
    height: 100%; }
  100% {
    height: 0; } }
@keyframes letterHeight {
  0% {
    height: 0; }
  4.38% {
    height: 100%; }
  95.62% {
    height: 100%; }
  100% {
    height: 0; } }
.division {
  position: relative; }
  .division_orange {
    background: #f8971d; }
    .division_orange .division__part {
      background: #f8971d; }
    .division_orange .division__cover_type_1 {
      background: rgba(0, 0, 0, 0.5); }
    .division_orange .division__cover_type_2 {
      background: rgba(248, 151, 29, 0.4); }
    .division_orange .subdivision__select {
      background: #f8971d; }
  .division_blue {
    background: #21374a; }
    .division_blue .division__part {
      background: #21374a; }
    .division_blue .division__cover_type_1 {
      background: rgba(0, 0, 0, 0.25); }
    .division_blue .division__cover_type_2 {
      background: rgba(33, 55, 74, 0.6); }
    .division_blue .subdivision__select {
      background: #21374a; }
  .division_light-blue {
    background: #85A9C3; }
    .division_light-blue .division__part {
      background: #85A9C3; }
    .division_light-blue .division__cover_type_1 {
      background: rgba(0, 0, 0, 0.5); }
    .division_light-blue .division__cover_type_2 {
      background: rgba(133, 169, 195, 0.6); }
    .division_light-blue .subdivision__select {
      background: #85A9C3; }
  .division_gray {
    background: #a7a9ac; }
    .division_gray .division__part {
      background: #a7a9ac; }
    .division_gray .division__cover_type_1 {
      background: rgba(0, 0, 0, 0.5); }
    .division_gray .division__cover_type_2 {
      background: rgba(167, 169, 172, 0.5); }
    .division_gray .subdivision__select {
      background: #a7a9ac; }
  .division__side {
    padding-top: 24px;
    cursor: pointer;
    position: absolute;
    top: 50%;
    -webkit-transform: rotate(-90deg) translate3d(-50%, 50%, 0);
            transform: rotate(-90deg) translate3d(-50%, 50%, 0);
    left: 0;
    height: 72px;
    width: 100%;
    z-index: 3;
    text-align: center;
    font: 13px/1 "BrandonLight", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 40px;
    color: #fff;
    text-align: center;
    -webkit-transform-origin: left center;
            transform-origin: left center;
    -webkit-transition: -webkit-transform .8s .8s ease;
    transition: -webkit-transform .8s .8s ease;
    transition: transform .8s .8s ease;
    transition: transform .8s .8s ease, -webkit-transform .8s .8s ease;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-backface-visibility: hidden;
    z-index: 1001; }
    .division__side:bofore {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .division__side_hidden {
      -webkit-transform: rotate(-90deg) translate3d(-50%, -100%, 0);
              transform: rotate(-90deg) translate3d(-50%, -100%, 0);
      -webkit-transition: visibility 0s .5s, -webkit-transform .5s ease;
      transition: visibility 0s .5s, -webkit-transform .5s ease;
      transition: transform .5s ease, visibility 0s .5s;
      transition: transform .5s ease, visibility 0s .5s, -webkit-transform .5s ease;
      visibility: hidden; }
  .division__inner {
    position: relative;
    width: 100%;
    height: 100%;
    overflow-x: hidden; }
  .division:before {
    content: "";
    display: block;
    padding-top: 60%; }
  .division__part {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    font-size: 0;
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    text-align: center;
    z-index: 2;
    -webkit-backface-visibility: hidden;
    z-index: 1000; }
    .division__part_left {
      left: 0; }
    .division__part_right {
      overflow-x: hidden;
      -webkit-transform: translateX(100%);
              transform: translateX(100%);
      -webkit-transition: width 0.8s, -webkit-transform 0s;
      transition: width 0.8s, -webkit-transform 0s;
      transition: transform 0s, width 0.8s;
      transition: transform 0s, width 0.8s, -webkit-transform 0s; }
    .division__part:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
    .division__part_active {
      -webkit-box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.17);
      box-shadow: -5px 0px 20px 0px rgba(0, 0, 0, 0.17);
      -webkit-transform: translateX(11%);
              transform: translateX(11%);
      -webkit-transition: -webkit-transform .8s;
      transition: -webkit-transform .8s;
      transition: transform .8s;
      transition: transform .8s, -webkit-transform .8s; }
  .division__arrow {
    top: -1px;
    margin-left: 28px;
    -webkit-transition: width .3s ease, margin .3s ease;
    transition: width .3s ease, margin .3s ease;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-3px);
            transform: translateY(-3px); }
  .division__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .division__cover_type_1 {
      background: rgba(0, 0, 0, 0.3); }
  .division__heading {
    width: 100%;
    display: inline-block;
    position: relative;
    text-align: center;
    color: #fff;
    font-size: 16px;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    z-index: 9; }
  .division__title {
    font: 70px/100px "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px; }
    @media screen and (max-width: 1366px) {
      .division__title {
        font-size: 50px; } }
  .division__excerpt {
    margin-top: 38px;
    font: 20px/1.4 "BrandonLight", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    text-align: justify; }
    .division__excerpt p {
      margin: 0; }
  .division__nav {
    display: inline-block;
    vertical-align: middle;
    font: 20px/1 "BrandonLight", Arial, Helvetica, sans-serif;
    color: #fff;
    width: 300px;
    text-align: left;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s; }
  .division__link {
    padding-left: 30px;
    padding-right: 25%;
    margin: 50px 0;
    display: inline-block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    cursor: pointer;
    position: relative;
    display: block; }
    .division__link:hover .arrow {
      width: 12%; }
    .division__link_disable {
      opacity: .5; }
  .division__divider {
    width: 100%;
    height: 1px;
    background: rgba(255, 255, 255, 0.55); }
    .division__divider:last-child {
      display: none; }
  .division__cases {
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
    right: -50%;
    background: rgba(28, 37, 45, 0.4);
    z-index: 2;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform .8s;
    transition: -webkit-transform .8s;
    transition: transform .8s;
    transition: transform .8s, -webkit-transform .8s;
    will-change: transform; }
  .division__back {
    color: #fff;
    text-transform: uppercase;
    font: 13px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    position: absolute;
    right: 0px;
    top: 50%;
    width: 10%;
    padding: 4%;
    -webkit-transform: rotate(180deg) translate3d(0, 50%, 0);
            transform: rotate(180deg) translate3d(0, 50%, 0);
    letter-spacing: 40px;
    cursor: pointer;
    -webkit-writing-mode: vertical-lr;
        -ms-writing-mode: tb-lr;
            writing-mode: vertical-lr;
    -webkit-transition: opacity .8s .8s;
    transition: opacity .8s .8s;
    opacity: 0; }
    .division__back_visible {
      opacity: 1; }

.cases {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  overflow: hidden;
  -webkit-transition: opacity .8s;
  transition: opacity .8s; }
  .cases_orange .cases__thumb:after {
    background: rgba(248, 151, 29, 0.4); }
  .cases_blue .cases__thumb:after {
    background: rgba(33, 55, 74, 0.4); }
  .cases_light-blue .cases__thumb:after {
    background: rgba(133, 169, 195, 0.4); }
  .cases_gray .cases__thumb:after {
    background: rgba(167, 169, 172, 0.4); }
  .cases:after {
    content: " ";
    display: table;
    clear: both; }
  .cases__thumb {
    width: 50%;
    float: left;
    position: relative;
    cursor: pointer; }
    .cases__thumb:hover:after {
      background-color: rgba(0, 0, 0, 0.5); }
    .cases__thumb:hover .cases__title {
      opacity: 1; }
    .cases__thumb:before {
      content: "";
      display: block;
      padding-top: 100%; }
    .cases__thumb:after {
      content: "";
      display: block;
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-transition: background-color .5s ease;
      transition: background-color .5s ease; }
  .cases__inner {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    font-size: 0;
    text-align: center;
    z-index: 1;
    padding: 0 10%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
    .cases__inner:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .cases__title {
    display: inline-block;
    vertical-align: middle;
    text-align: center;
    font: 20px/1.2 "BrandonRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    opacity: 0;
    -webkit-transition: all .3s ease;
    transition: all .3s ease; }
  .cases .optiscroll-v {
    right: 40px; }

.subdivision {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: opacity 0s, -webkit-transform .8s;
  transition: opacity 0s, -webkit-transform .8s;
  transition: opacity 0s, transform .8s;
  transition: opacity 0s, transform .8s, -webkit-transform .8s; }
  .subdivision__inner {
    position: relative;
    width: 100%; }
    .subdivision__inner:before {
      content: "";
      display: inline-block;
      vertical-align: middle;
      height: 100%; }
  .subdivision__heading {
    display: inline-block;
    color: #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .subdivision__excerpt {
    font: 15px/1.4 "BrandonLight", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 40px;
    text-align: justify; }
  .subdivision__title {
    font: 70px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    margin: auto;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .subdivision__letter {
    position: absolute;
    width: 100%;
    text-align: center;
    font: 500px/1 "BrandonGrotesqueRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
            transform: translate3d(0, -50%, 0);
    opacity: .06;
    cursor: default; }
  .subdivision__select {
    width: 33.3%;
    height: 72px;
    border: 1px solid #fff;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    left: 50%;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
    cursor: pointer;
    font: 20px/70px "BrandonRegular", Arial, Helvetica, sans-serif;
    color: #fff; }

.select {
  height: 72px;
  position: relative;
  margin-bottom: 80px;
  margin-top: 80px; }
  .select__body {
    -webkit-transition: opacity .5s .5s ease;
    transition: opacity .5s .5s ease;
    z-index: 10; }
    .select__body:after {
      content: "";
      display: inline-block;
      vertical-align: middle;
      width: 10px;
      height: 10px;
      border-top: 2px solid #fff;
      border-left: 2px solid #fff;
      -webkit-transform: rotate(135deg);
              transform: rotate(135deg);
      -webkit-transition: all .3s ease;
      transition: all .3s ease;
      position: relative;
      top: -2px;
      margin-left: 5px;
      -webkit-backface-visibility: hidden; }
    .select__body_opened {
      -webkit-transition: opacity .5s ease;
      transition: opacity .5s ease;
      opacity: 0; }
  .select__dropdown {
    width: 100%;
    position: absolute;
    left: 0;
    background: inherit;
    border: 1px solid #fff;
    border-left: 0;
    display: none;
    height: 70px;
    z-index: 11; }
  .select__item {
    width: 33.3%;
    cursor: pointer;
    font: 20px/70px "BrandonRegular", Arial, Helvetica, sans-serif;
    color: #fff;
    display: inline-block;
    position: relative;
    opacity: .5;
    -webkit-transition: opacity .5s ease;
    transition: opacity .5s ease; }
    .select__item:after {
      content: "";
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background-color: #fff; }
    .select__item:hover {
      opacity: 1; }
    .select__item:last-child:after {
      display: none; }

.case {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, transform .8s;
  transition: opacity .8s, transform .8s, -webkit-transform .8s;
  opacity: 0;
  z-index: -1;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0); }
  .case__inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .case__heading {
    display: inline-block;
    color: #fff;
    width: 100%; }
  .case__excerpt {
    font: 20px/1.4 "BrandonRegular", Arial, Helvetica, sans-serif;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-top: 40px; }
  .case__author {
    font-family: "BrandonRegularItalic", Arial, Helvetica, sans-serif;
    margin-right: 15px; }
  .case__date {
    margin-left: 15px; }
  .case__title {
    margin: auto;
    font: 70px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif; }
  .case__content {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    overflow: hidden;
    font: 15px/1.4 "BrandonLight", Arial, Helvetica, sans-serif;
    color: #fff;
    -webkit-transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, -webkit-transform .8s;
    transition: opacity .8s, transform .8s;
    transition: opacity .8s, transform .8s, -webkit-transform .8s;
    opacity: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0); }
    .case__content .optiscroll-v {
      right: 40px; }
  .case__text {
    margin: 30px 0; }
  .case__image {
    max-width: 100%;
    display: block;
    margin: 30px 0; }
  .case__controls {
    position: absolute;
    bottom: 65px;
    left: 0;
    width: 100%;
    text-align: center;
    font: 12px/1 "BrandonRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    color: #fff;
    letter-spacing: 1px; }
    .case__controls .arrow {
      vertical-align: super;
      top: 2px;
      margin: 0 15px;
      width: 15px; }
      @media screen and (max-width: 767px) {
        .case__controls .arrow {
          width: 10px;
          vertical-align: middle;
          top: -2px; } }
  .case__next {
    margin-left: 5.5%;
    opacity: .8;
    display: inline-block;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    vertical-align: top;
    cursor: pointer; }
    .case__next:hover {
      opacity: 1; }
      .case__next:hover .arrow:before {
        width: 35px; }
        @media screen and (max-width: 1180px) {
          .case__next:hover .arrow:before {
            width: 20px; } }
        @media screen and (max-width: 767px) {
          .case__next:hover .arrow:before {
            width: 15px; } }
      .case__next:hover .arrow:after {
        right: -20px; }
        @media screen and (max-width: 1180px) {
          .case__next:hover .arrow:after {
            right: -5px; } }
        @media screen and (max-width: 767px) {
          .case__next:hover .arrow:after {
            right: -5px; } }
  .case__prev {
    margin-right: 5.5%;
    opacity: .8;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    display: inline-block;
    vertical-align: top;
    cursor: pointer; }
    .case__prev .arrow:before {
      left: auto;
      right: 0; }
    .case__prev:hover {
      opacity: 1; }
      .case__prev:hover .arrow:before {
        width: 35px; }
        @media screen and (max-width: 1180px) {
          .case__prev:hover .arrow:before {
            width: 20px; } }
        @media screen and (max-width: 767px) {
          .case__prev:hover .arrow:before {
            width: 15px; } }
      .case__prev:hover .arrow:after {
        left: -20px; }
        @media screen and (max-width: 1180px) {
          .case__prev:hover .arrow:after {
            left: -5px; } }
        @media screen and (max-width: 767px) {
          .case__prev:hover .arrow:after {
            left: -5px; } }
  .case__slider {
    display: inline-block;
    vertical-align: middle;
    width: 100%; }
  .case__article {
    text-align: justify; }

.contact {
  position: absolute;
  width: 100%;
  height: 100%; }
  .contact__inner {
    position: relative;
    width: 100%;
    height: 100%; }
  .contact__content {
    vertical-align: middle;
    display: inline-block;
    width: 50%;
    position: relative;
    height: 100%; }
  .contact__border {
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .contact__border_active {
      opacity: 1; }
    .contact__border_top:before {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .contact__border_top:after {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      left: 0; }
    .contact__border_bottom:before {
      content: "";
      display: block;
      width: 100%;
      height: 30px;
      background: #fff;
      position: absolute;
      bottom: 0;
      left: 0; }
    .contact__border_bottom:after {
      content: "";
      display: block;
      width: 30px;
      height: 100%;
      background: #fff;
      position: absolute;
      top: 0;
      right: 0; }
  .contact__map {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden; }
  .contact__map-link {
    display: block;
    width: 85px;
    height: 35px;
    position: absolute;
    left: 0;
    bottom: 0;
    z-index: 99; }
  .contact__cover {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(33, 55, 74, 0.7); }
  .contact__heading {
    position: absolute;
    top: 26%;
    left: 0;
    width: 100%;
    text-align: center;
    color: #fff; }
  .contact__title {
    font: 70px/1 "BrandonGrotesqueMedium", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    letter-spacing: 10px; }
  .contact__address {
    font: 30px/1.5 "BrandonRegular", Arial, Helvetica, sans-serif;
    display: inline-block;
    width: 50%;
    color: #fff;
    vertical-align: middle; }
  .contact__view {
    font: 12px/1 "BrandonRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    opacity: .5;
    margin-top: 22px;
    cursor: pointer;
    letter-spacing: 1px;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease; }
    .contact__view:hover {
      opacity: 1; }
  .contact__arrow {
    vertical-align: top;
    position: relative;
    top: 2px;
    width: 15px;
    margin-left: 20px; }
  .contact__close {
    position: absolute;
    top: 30px;
    right: 30px;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #21374a;
    text-align: center;
    color: #fff;
    opacity: 0;
    -webkit-transition: opacity .3s ease;
    transition: opacity .3s ease;
    font: 40px/50px Arial, sans-serif; }
    .contact__close_active {
      opacity: 1; }
    .contact__close:hover {
      opacity: .8; }

.pages__page {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  overflow-y: auto;
  height: 100%;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  overflow-x: hidden;
  will-change: transform; }
  .pages__page_main {
    -webkit-transform: translate3d(-100%, 0, 0);
            transform: translate3d(-100%, 0, 0); }
  .pages__page_active {
    display: block;
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    z-index: 9;
    will-change: transform; }

.content_scrollable {
  position: absolute;
  height: 100%;
  width: 100%; }

.hasPages {
  overflow-x: hidden;
  position: fixed;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0; }

.load {
  overflow-y: hidden; }
  .load__background {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    background: #21374A;
    opacity: 0;
    -webkit-transition: opacity .8s, z-index 0s .8s;
    transition: opacity .8s, z-index 0s .8s; }
    .load__background_active {
      opacity: 1;
      z-index: 9;
      -webkit-transition: opacity 0s, z-index 0s;
      transition: opacity 0s, z-index 0s; }

.container {
  position: relative;
  display: block; }

.career__container {
  max-width: 600px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%); }
.career__text {
  margin-bottom: 30px; }
.career__link {
  font: 30px/1.2 "BrandonLight", Arial, Helvetica, sans-serif;
  padding-left: 38%;
  -webkit-transition: color .5s ease;
  transition: color .5s ease;
  margin-bottom: 20px;
  cursor: pointer;
  color: rgba(255, 255, 255, 0.5); }
  .career__link:hover {
    color: #fff; }
  .career__link_active {
    font-family: "BrandonRegular";
    color: #fff; }
.career__subtitle {
  font: 40px/1.9 "BrandonRegular", Arial, Helvetica, sans-serif;
  color: rgba(255, 255, 255, 0.5);
  padding-left: 38%;
  margin-top: 10px; }
.career__content {
  width: 50%;
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  color: #fff;
  position: relative;
  overflow: hidden; }
  .career__content:after {
    content: "";
    display: inline-block;
    vertical-align: middle;
    height: 100%; }
.career__cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: -1; }
  .career__cover_type1 {
    background-color: rgba(26, 26, 26, 0.4); }
  .career__cover_type2 {
    background-color: rgba(28, 37, 45, 0.4); }
.career__button {
  cursor: pointer;
  border: 1px solid #c4c4c4;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  outline: none;
  background-color: transparent;
  padding: 25px 50px;
  font: 20px/1 "BrandonRegular", Arial, Helvetica, sans-serif; }
.career__introduction {
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  width: 100%;
  padding: 0px 13.3%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 0;
  position: absolute;
  left: 0; }
.career__list {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  display: inline-block;
  vertical-align: middle;
  width: 300px; }
.career__forms {
  position: absolute;
  top: 0;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  height: 100%;
  width: 100%;
  padding: 0 8.2%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: left; }
  .career__forms .optiscroll-content {
    padding: 0 8.2%; }
  .career__forms .optiscroll-v {
    right: 30px; }
.career__back {
  font: 12px/1.2 "BrandonLight", Arial, Helvetica, sans-serif;
  opacity: .8;
  position: relative;
  padding-left: 30px;
  cursor: pointer;
  text-transform: uppercase;
  margin-bottom: 5px;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  letter-spacing: 2px;
  display: inline-block; }
  .career__back:after {
    content: "";
    position: absolute;
    width: 15px;
    height: 1px;
    left: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    background-color: #fff;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .career__back:before {
    content: "";
    position: absolute;
    width: 5px;
    height: 5px;
    top: 50%;
    -webkit-transform: translateY(-50%) rotate(45deg);
            transform: translateY(-50%) rotate(45deg);
    border-left: 1px solid #fff;
    border-bottom: 1px solid #fff;
    left: 0;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
  .career__back:hover {
    opacity: 1; }
.career__label {
  font: 20px/1.2 "BrandonRegular", Arial, Helvetica, sans-serif;
  color: #fff; }
  .career__label_type1 {
    font-size: 15px; }
  .career__label_type2 {
    font: 15px/1.2 "BrandonLight", Arial, Helvetica, sans-serif;
    display: inline-block; }
  .career__label_type3 {
    font-size: 15px;
    margin-bottom: 65px;
    line-height: 0; }
  .career__label_red {
    color: #D03A3A; }
  .career__label_up {
    opacity: .5;
    font-size: 12px;
    top: -15px;
    position: absolute; }
.career__position {
  cursor: pointer;
  -webkit-transition: opacity .5s ease;
  transition: opacity .5s ease;
  position: relative;
  width: 100%;
  padding: 50px 0 50px 50px;
  font-family: "BrandonLight"; }
  .career__position:after {
    content: "";
    display: block;
    width: 100%;
    height: 1px;
    background-color: #fff;
    position: absolute;
    bottom: 0;
    left: 0; }
  .career__position:hover .career__arrow {
    width: 12%; }
  .career__position:last-child:after {
    display: none; }
  .career__position_disabled {
    opacity: .5; }
.career__form {
  display: none;
  font-size: 0; }
.career_opened {
  opacity: 1; }
  .career_opened:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 8px; }
.career__arrow {
  top: -1px;
  margin-left: 9%;
  -webkit-transition: width .3s ease, margin .3s ease;
  transition: width .3s ease, margin .3s ease; }
.career__message {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s; }
.career__tab {
  opacity: 0;
  height: 100%;
  width: 100%;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  -webkit-transition: opacity .5s ease, -webkit-transform 0s .5s;
  transition: opacity .5s ease, -webkit-transform 0s .5s;
  transition: transform 0s .5s, opacity .5s ease;
  transition: transform 0s .5s, opacity .5s ease, -webkit-transform 0s .5s;
  position: absolute;
  top: 0;
  padding-left: 20px;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 15px/1.4 "BrandonLight", Arial, Helvetica, sans-serif; }
  .career__tab_active {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0);
    -webkit-transition: opacity .5s .5s ease, -webkit-transform 0s .5s;
    transition: opacity .5s .5s ease, -webkit-transform 0s .5s;
    transition: opacity .5s .5s ease, transform 0s .5s;
    transition: opacity .5s .5s ease, transform 0s .5s, -webkit-transform 0s .5s; }
  .career__tab p {
    color: #fff; }

.form__label {
  font-size: 12px;
  position: absolute;
  left: 0;
  bottom: 10px;
  -webkit-transition: -webkit-transform .3s ease;
  transition: -webkit-transform .3s ease;
  transition: transform .3s ease;
  transition: transform .3s ease, -webkit-transform .3s ease;
  cursor: text;
  z-index: -1; }
  .form__label_focused {
    -webkit-transform: translateY(-30px);
            transform: translateY(-30px); }
  .form__label_invalid {
    color: #D03A3A; }
.form__input {
  background-color: transparent;
  border: 0;
  border-bottom: 1px solid #fff;
  outline: none;
  width: 100%;
  padding-right: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font: 20px/1.5 "BrandonLight", Arial, Helvetica, sans-serif;
  color: #fff; }
  .form__input_invalid {
    border-bottom-color: #D03A3A; }
  .form__input_hidden {
    display: none; }
.form__part {
  width: 50%;
  display: inline-block;
  padding-right: 5%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 25px 0;
  position: relative; }
.form__submit {
  width: 216px;
  display: block;
  margin: 0 auto 20px;
  text-align: center; }
.form__document {
  margin: 25px 0;
  position: relative; }
.form__upload {
  width: 19px;
  height: 19px;
  background-color: #fff;
  border-radius: 50%;
  display: inline-block;
  float: right;
  cursor: pointer;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .form__upload:after {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #000;
    top: 9px;
    left: 6px;
    display: block;
    position: absolute; }
  .form__upload:before {
    content: "";
    width: 35%;
    height: 1px;
    background-color: #000;
    top: 9px;
    left: 6px;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
    display: block;
    position: absolute; }
  .form__upload_uploaded {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  .form__upload_empty {
    background-color: #D03A3A; }
.form__status {
  opacity: 0;
  position: absolute;
  width: 11px;
  height: 11px;
  top: 60%;
  right: 10%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden; }
  .form__status_success {
    opacity: 1; }
    .form__status_success:after {
      content: "";
      display: block;
      position: absolute;
      width: 11px;
      height: 1px;
      background-color: #27AE60;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .form__status_success:before {
      content: "";
      display: block;
      position: absolute;
      width: 6px;
      height: 1px;
      background-color: #27AE60;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      left: -3px;
      top: 1px; }
  .form__status_wrong {
    opacity: 1; }
    .form__status_wrong:after {
      content: "";
      display: block;
      position: absolute;
      width: 11px;
      height: 1px;
      background-color: #D03A3A;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    .form__status_wrong:before {
      content: "";
      display: block;
      position: absolute;
      width: 11px;
      height: 1px;
      background-color: #D03A3A;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg); }
.form__position {
  color: #fff;
  text-transform: uppercase;
  font: 20px/1.2 "BrandonRegular", Arial, Helvetica, sans-serif;
  margin: 20px 0 25px; }
.form__filename {
  font: 15px/1.2 "BrandonLight", Arial, Helvetica, sans-serif;
  display: inline-block;
  color: #fff;
  padding-right: 20px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  width: 100%; }

.subpage {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  left: 0;
  -webkit-transform: translateX(100%) scale(0);
          transform: translateX(100%) scale(0);
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform 0s .8s;
  transition: opacity .8s, -webkit-transform 0s .8s;
  transition: transform 0s .8s, opacity .8s;
  transition: transform 0s .8s, opacity .8s, -webkit-transform 0s .8s; }
  .subpage_active {
    -webkit-transform: translateX(0) scale(1);
            transform: translateX(0) scale(1);
    opacity: 1;
    -webkit-transition: opacity .8s .4s, -webkit-transform 0s;
    transition: opacity .8s .4s, -webkit-transform 0s;
    transition: transform 0s, opacity .8s .4s;
    transition: transform 0s, opacity .8s .4s, -webkit-transform 0s; }

.tabs {
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%; }
  .tabs__nav {
    display: block;
    position: absolute;
    left: 0;
    text-align: left;
    width: 50%;
    top: 50%;
    padding-left: 15.6%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .tabs__item {
    display: block;
    text-decoration: none;
    color: rgba(255, 255, 255, 0.7);
    font: 30px/1.2 "BrandonLight", Arial, Helvetica, sans-serif;
    cursor: pointer;
    margin-bottom: 20px;
    letter-spacing: 1px;
    -webkit-transition: font .2s;
    transition: font .2s;
    will-change: font; }
    .tabs__item_active {
      font-family: "BrandonRegular", Arial, Helvetica, sans-serif;
      -webkit-transition: font .2s .2s;
      transition: font .2s .2s;
      color: #fff; }
  .tabs__content {
    height: 100%;
    width: 50%;
    overflow: hidden;
    text-align: left;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    float: right;
    background-color: rgba(28, 37, 45, 0.4);
    color: #fff;
    position: relative; }
    .tabs__content .optiscroll-content {
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
    .tabs__content .optiscroll-v {
      right: 65px; }
  .tabs__sections {
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    text-align: justify; }
  .tabs__container {
    position: relative; }
  .tabs h3 {
    font: 15px/1.5 "BrandonRegular", Arial, Helvetica, sans-serif;
    text-transform: uppercase;
    margin: 0; }
  .tabs__section {
    margin: 0 5px; }

.content-hidden {
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform 0s .8s;
  transition: opacity .8s, -webkit-transform 0s .8s;
  transition: opacity .8s, transform 0s .8s;
  transition: opacity .8s, transform 0s .8s, -webkit-transform 0s .8s; }

.move-left {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  -webkit-transition: -webkit-transform .8s;
  transition: -webkit-transform .8s;
  transition: transform .8s;
  transition: transform .8s, -webkit-transform .8s;
  will-change: transform; }

.move-right {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  will-change: transform; }

.move-initial {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  opacity: 1;
  z-index: 1;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  will-change: transform; }

.move-left_fadeOut {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  will-change: transform; }

.move-right_fadeOut {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  will-change: transform; }

.move-left_fadeIn {
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
  opacity: 1;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  will-change: transform; }

.move-right_fadeIn {
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
  opacity: 1;
  -webkit-transition: opacity .8s, -webkit-transform .8s;
  transition: opacity .8s, -webkit-transform .8s;
  transition: transform .8s, opacity .8s;
  transition: transform .8s, opacity .8s, -webkit-transform .8s;
  will-change: transform; }

.popup {
  position: absolute;
  position: fixed;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.9);
  opacity: 0;
  -webkit-transform: translateY(-100%);
          transform: translateY(-100%);
  top: 0;
  left: 0;
  -webkit-transition: opacity .5s, z-index 0s .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, z-index 0s .5s, -webkit-transform 0s .5s;
  transition: opacity .5s, transform 0s .5s, z-index 0s .5s;
  transition: opacity .5s, transform 0s .5s, z-index 0s .5s, -webkit-transform 0s .5s;
  z-index: -1; }
  .popup_active {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0);
    -webkit-transition: transfom 0s, opacity .5s;
    transition: transfom 0s, opacity .5s;
    z-index: 99; }
  .popup__close {
    position: absolute;
    top: 46px;
    right: 65px;
    width: 20px;
    height: 20px;
    color: #fff;
    cursor: pointer; }
    .popup__close:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      display: block;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .popup__close:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      display: block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }
  .popup__content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0; }

.expirience {
  text-align: left; }
  .expirience .optiscroll-content {
    padding: 0 18.75% 60px 8.3%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    top: initial;
    bottom: 0; }
  .expirience .optiscroll-v {
    right: 30px; }

.zoom {
  position: absolute;
  left: 40px;
  bottom: 40px;
  font-size: 30px;
  color: #000;
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none; }
  .zoom__plus, .zoom__minus {
    cursor: pointer; }

.iti-flag {
  background-image: url("../plugins/intl-tel-input/flags.png"); }

@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  .iti-flag {
    background-image: url("../plugins/intl-tel-input/flags@2x.png"); } }
.intl-tel-input {
  font-size: 12px;
  color: #000;
  width: 100%; }

.intl-tel-input .selected-flag .iti-arrow {
  border-top-color: #fff; }

.flag-container {
  width: 100%;
  margin-right: 14px; }

.intl-tel-input .country-list {
  width: 100%;
  height: 210px;
  overflow-y: hidden;
  background-color: rgba(28, 37, 45, 0.8);
  border: 0;
  font: 15px/1.2 "BrandonLight", Arial, Helvetica, sans-serif; }
  .intl-tel-input .country-list .optiscroll-content {
    padding: 0 0 20px 0 !important; }
  .intl-tel-input .country-list .optiscroll-v {
    right: 5px; }

.intl-tel-input .country.active {
  font-family: "BrandonMedium"; }

.intl-tel-input .country-list .country-name {
  max-width: calc(100% - 94px);
  overflow: hidden;
  display: inline-block;
  text-overflow: ellipsis;
  color: #fff; }

.intl-tel-input .country-list .country .dial-code {
  color: rgba(255, 255, 255, 0.4); }

.intl-tel-input .country-list .country {
  -webkit-transition: background-color .5s ease;
  transition: background-color .5s ease; }

.intl-tel-input .country-list .country.highlight {
  background-color: rgba(0, 0, 0, 0.25); }

.intl-tel-input.allow-dropdown .selected-flag, .intl-tel-input.separate-dial-code .selected-flag {
  outline: none;
  padding: 0;
  width: 38px; }

.intl-tel-input.allow-dropdown .flag-container:hover .selected-flag {
  background-color: transparent; }

.intl-tel-input.allow-dropdown input[type=tel] {
  padding-left: 44px; }

.slick-slide {
  outline: none; }

.optiscroll-content p:last-child {
  margin-bottom: 40px; }

li {
  position: relative;
  padding-left: 10px; }
  li:before {
    content: "-";
    left: 0;
    top: 0;
    position: absolute; }

[data-effect="full"] .effect__element:nth-child(1) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(1) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(2) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(2) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(3) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(3) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(4) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(4) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(5) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(5) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(6) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(6) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(7) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(7) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(8) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(8) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(9) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(9) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(10) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(10) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(11) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(11) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(12) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(12) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(13) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(13) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(14) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(14) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(15) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(15) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(16) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(16) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(17) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(17) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(18) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(18) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(19) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(19) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(20) .effect__squares .effect__square:nth-child(1), [data-effect="full"] .effect__element:nth-child(20) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(181) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(181) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(182) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(182) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(183) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(183) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(184) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(184) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(185) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(185) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(186) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(186) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(187) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(187) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(188) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(188) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(189) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(189) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(190) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(190) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(191) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(191) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(192) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(192) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(193) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(193) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(194) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(194) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(195) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(195) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(196) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(196) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(197) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(197) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(198) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(198) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(199) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(199) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="full"] .effect__element:nth-child(200) .effect__squares .effect__square:nth-child(3), [data-effect="full"] .effect__element:nth-child(200) .effect__squares .effect__square:nth-child(4) {
  display: none; }

[data-effect="half"] .effect__element:nth-child(1) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(1) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(2) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(2) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(3) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(3) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(4) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(4) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(5) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(5) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(6) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(6) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(7) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(7) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(8) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(8) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(9) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(9) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(10) .effect__squares .effect__square:nth-child(1), [data-effect="half"] .effect__element:nth-child(10) .effect__squares .effect__square:nth-child(2) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(91) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(91) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(92) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(92) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(93) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(93) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(94) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(94) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(95) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(95) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(96) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(96) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(97) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(97) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(98) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(98) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(99) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(99) .effect__squares .effect__square:nth-child(4) {
  display: none; }
[data-effect="half"] .effect__element:nth-child(100) .effect__squares .effect__square:nth-child(3), [data-effect="half"] .effect__element:nth-child(100) .effect__squares .effect__square:nth-child(4) {
  display: none; }

.cookie, .warning {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.9);
  font: 13px/1.2 "BrandonRegular", Arial, Helvetica, sans-serif;
  padding: 8px 30px;
  display: none;
  width: 1440px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-align: center;
  -webkit-transform-origin: left top;
          transform-origin: left top; }
  .cookie__text, .warning__text {
    margin: 10px 0; }
    .cookie__text_small, .warning__text_small {
      font-size: 11px;
      margin: 9px 0; }
  .cookie__close, .warning__close {
    width: 20px;
    height: 20px;
    color: #fff;
    cursor: pointer;
    position: absolute;
    right: 36px;
    margin: 0;
    top: 50%;
    -webkit-transform: translateY(-50%) translateX(50%);
            transform: translateY(-50%) translateX(50%); }
    .cookie__close:before, .warning__close:before {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      display: block;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      position: absolute;
      top: 10px;
      -webkit-backface-visibility: hidden;
              backface-visibility: hidden; }
    .cookie__close:after, .warning__close:after {
      content: "";
      width: 100%;
      height: 1px;
      background-color: #fff;
      display: block;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg);
      position: absolute;
      top: 10px; }

.warning {
  padding: 18px 30px; }
