@font-face {
  font-family: 'museo_sans_cyrl900';
  src: url("fonts/museosanscyrl_900.woff2") format("woff2"), url("fonts/museosanscyrl_900.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'pf_dindisplay_prolight';
  src: url("fonts/pfdindisplaypro-light.woff2") format("woff2"), url("fonts/pfdindisplaypro-light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

.main-text-wrapper:after, footer:after {
  content: "";
  visibility: hidden;
  display: block;
  height: 0;
  clear: both; }

.white-stub, .first-svg, .second-svg, .third-svg, .first-image-wrapper, .second-image-wrapper, .tinted, .tinted2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0; }

@-webkit-keyframes link-hover {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }
@-webkit-keyframes loader1 {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@-webkit-keyframes loader2 {
  0% {
    right: 0;
    width: 0; }
  50% {
    right: 0;
    width: 100%; }
  100% {
    right: 100%;
    width: 0; } }
@-webkit-keyframes loader-full {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@-webkit-keyframes loader-none1 {
  0% {
    width: 100%; }
  100% {
    width: 0;
    left: 100%; } }
@-webkit-keyframes loader-none2 {
  0% {
    width: 100%; }
  100% {
    width: 0;
    right: 100%; } }
@keyframes link-hover {
  0% {
    left: 0;
    width: 0; }
  50% {
    width: 100%;
    left: 0; }
  100% {
    width: 0;
    left: 100%; } }
@keyframes loader1 {
  0% {
    left: 0;
    width: 0; }
  50% {
    left: 0;
    width: 100%; }
  100% {
    left: 100%;
    width: 0; } }
@keyframes loader2 {
  0% {
    right: 0;
    width: 0; }
  50% {
    right: 0;
    width: 100%; }
  100% {
    right: 100%;
    width: 0; } }
@keyframes loader-full {
  0% {
    width: 0; }
  100% {
    width: 100%; } }
@keyframes loader-none1 {
  0% {
    width: 100%; }
  100% {
    width: 0;
    left: 100%; } }
@keyframes loader-none2 {
  0% {
    width: 100%; }
  100% {
    width: 0;
    right: 100%; } }
html, body, .main-wrapper, .polygon {
  height: 100%; }

body {
  font-size: 0; }

.opacity-hide {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s; }

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  transition: none !important; }

.opacity-show {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out 0s;
  -moz-transition: opacity 0.5s ease-in-out 0s;
  -o-transition: opacity 0.5s ease-in-out 0s;
  transition: opacity 0.5s ease-in-out 0s; }

.main-wrapper {
  width: 100%;
  height: 100%;
  padding: 150px;
  box-sizing: border-box;
  overflow: hidden;
  position: relative; }

header {
  position: relative;
  width: 270px;
  z-index: 10000;
  opacity: 0; }

.logo {
  width: 100%; }

.stripe-wrapper {
  display: inline-block;
  width: 40.5px;
  height: 28.8px;
  position: absolute;
  top: 150px;
  left: 150px;
  z-index: 10;
  font-size: 0; }

.stripe {
  position: absolute;
  width: 100%;
  height: 10px;
  background-color: #000000;
  display: inline-block;
  font-size: 0; }

.stripe:first-child {
  right: 0;
  -webkit-animation: loader-none2 0.5s 0.5s 1, loader2 1s 1s 2, loader-full 0.5s 3s 1;
  -moz-animation: loader-none2 0.5s 0.5s 1, loader2 1s 1s 2, loader-full 0.5s 3s 1;
  -ms-animation: loader-none2 0.5s 0.5s 1, loader2 1s 1s 2, loader-full 0.5s 3s 1;
  -o-animation: loader-none2 0.5s 0.5s 1, loader2 1s 1s 2, loader-full 0.5s 3s 1;
  animation: loader-none2 0.5s 0.5s 1, loader2 1s 1s 2, loader-full 0.5s 3s 1; }

.stripe:last-child {
  left: 0;
  bottom: 0;
  -webkit-animation: loader-none1 0.5s 0.5s 1, loader1 1s 1s 2, loader-full 0.5s 3s 1;
  -moz-animation: loader-none1 0.5s 0.5s 1, loader1 1s 1s 2, loader-full 0.5s 3s 1;
  -ms-animation: loader-none1 0.5s 0.5s 1, loader1 1s 1s 2, loader-full 0.5s 3s 1;
  -o-animation: loader-none1 0.5s 0.5s 1, loader1 1s 1s 2, loader-full 0.5s 3s 1;
  animation: loader-none1 0.5s 0.5s 1, loader1 1s 1s 2, loader-full 0.5s 3s 1; }

.white-stub {
  background-color: #ffffff;
  z-index: 9; }

.first-svg {
  z-index: 9; }

.second-svg {
  z-index: 8; }

.third-svg {
  z-index: 6; }

.second-svg image, .third-svg image {
  -webkit-transition: all 2s ease-in-out 0s;
  -moz-transition: all 2s ease-in-out 0s;
  -o-transition: all 2s ease-in-out 0s;
  transition: all 2s ease-in-out 0s; }

.first-image, .second-image {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  -webkit-transition: left 2s ease-in-out 0s, transform 2s ease-in-out 0s;
  transition: left 2s ease-in-out 0s, transform 2s ease-in-out 0s; }

.first-image-wrapper {
  z-index: 8; }

.second-image-wrapper {
  z-index: 6; }

.main-text-wrapper {
  position: absolute;
  bottom: 270px;
  right: 150px;
  text-align: right;
  z-index: 7; }

.main-text-small, .main-text-big {
  color: #ffffff;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: transform 0.6s ease-in-out 0s;
  -moz-transition: transform 0.6s ease-in-out 0s;
  -o-transition: transform 0.6s ease-in-out 0s;
  transition: transform 0.6s ease-in-out 0s; }

.mt-big-wrapper {
  overflow: hidden; }

.main-text-small {
  font-family: pf_dindisplay_prolight, sans-serif, Arial;
  font-size: 26px;
  letter-spacing: 0.1px;
  padding-bottom: 30px; }

.main-text-big {
  font-family: museo_sans_cyrl900, sans-serif, Arial;
  font-size: 80px;
  line-height: 90px;
  letter-spacing: 0.5px; }

.hide-text {
  -webkit-transform: translateY(100%);
  -moz-transform: translateY(100%);
  -ms-transform: translateY(100%);
  -o-transform: translateY(100%);
  transform: translateY(100%); }

.tinted, .tinted2 {
  background-color: #000000;
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 2s linear 0s;
  -moz-transition: opacity 2s linear 0s;
  -o-transition: opacity 2s linear 0s;
  transition: opacity 2s linear 0s; }

.tinted-half {
  opacity: 0.5; }

.tinted {
  z-index: 7; }

.tinted2 {
  z-index: 10; }

footer {
  position: absolute;
  left: 0;
  width: 100%;
  padding: 0 150px;
  box-sizing: border-box;
  bottom: 150px;
  z-index: 10000; }

.f-text-left, .f-mail-wrapper {
  float: left;
  display: -webkit-flex;
  display: flex; }

.f-text-left {
  font-family: museo_sans_cyrl900, Arial, sans-serif;
  font-size: 30px;
  letter-spacing: 0.5px;
  padding-right: 31px;
  vertical-align: middle;
  color: #ffffff; }

.f-mail, .f-social {
  font-size: 20px;
  font-family: pf_dindisplay_prolight, Arial, sans-serif;
  letter-spacing: 0.1px;
  top: 8px;
  text-decoration: none;
  position: relative; }

.f-mail {
  color: #ffffff; }

.f-mail:hover:after, .f-social:hover:after, .f-social-link:hover + .f-social:after {
  content: '';
  position: absolute;
  bottom: 10px;
  height: 0;
  width: 0;
  left: 0;
  border-top: 2px solid #ffffff;
  -webkit-animation: link-hover 1s 1;
  -moz-animation: link-hover 1s 1;
  -ms-animation: link-hover 1s 1;
  -o-animation: link-hover 1s 1;
  animation: link-hover 1s 1;
  z-index: 12; }

.f-social-link, .f-social {
  float: right;
  color: #ffffff; }

.f-social-link {
  display: block;
  margin-left: 32px;
  margin-top: 5px; }
  .f-social-link .f-social-icon {
    position: relative;
    width: 30px;
    height: 30px; }

@media only screen and (max-width: 1400px) and (max-height: 700px) {
  .main-text-small {
    padding-bottom: 20px; }

  .main-text-big {
    font-size: 50px;
    line-height: 60px; }

  .main-text-wrapper {
    bottom: 200px; }

  .main-text-small {
    padding-bottom: 20px; } }
@media only screen and (max-width: 1280px) {
  .main-wrapper {
    padding: 120px 100px 100px 100px; }

  .stripe-wrapper {
    top: 120px;
    left: 100px; }

  header {
    width: 240px; }

  .main-text-wrapper {
    position: fixed;
    bottom: 183px;
    right: 100px; }

  .main-text-small {
    padding-bottom: 20px; }

  .main-text-big {
    font-size: 60px;
    line-height: 70px; }

  footer {
    padding: 0 100px;
    bottom: 100px; }

  .f-text-left {
    font-size: 20px;
    padding-right: 14px;
    padding-top: 7px; }

  .f-mail, .f-social {
    font-size: 16px; }

  .f-mail:hover:after, .f-social:hover:after, .f-social-link:hover + .f-social:after {
    content: '';
    bottom: 9px;
    border-top: 1px solid #ffffff; }

  .f-social-link {
    margin-left: 17px; }
    .f-social-link .f-social-icon {
      width: 25px;
      height: 25px; } }
@media only screen and (max-width: 1023px) and (min-height: 900px) {
  .main-text-wrapper {
    position: fixed;
    bottom: 235px; } }
@media only screen and (max-width: 767px) {
  .stripe-wrapper {
    width: 18px;
    height: 13px;
    top: 60px;
    left: 50px; }

  .stripe {
    height: 5px; }

  .main-wrapper {
    padding: 60px 50px; }

  header {
    width: 150px; }

  .main-text-wrapper {
    bottom: 142px;
    right: 50px;
    width: 216px; }

  .main-text-small {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 10px;
    letter-spacing: 0.1px; }

  .main-text-big {
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0.3px; }

  footer {
    padding: 0 50px;
    bottom: 60px; }

  .f-social {
    display: none; }

  .f-text-left, .f-mail-wrapper {
    width: 60%; }

  .f-text-left, .f-mail {
    padding: 0; }

  .f-text-left {
    font-size: 13px; }

  .f-mail {
    font-size: 12px;
    top: 4px; }

  .f-mail:hover:after, .f-social:hover:after, .f-social-link:hover + .f-social:after {
    content: '';
    bottom: 7px; }

  .f-social-link {
    margin-left: auto;
    margin-top: 0;
    float: none;
    width: 31px; } }
@media only screen and (max-width: 767px) and (max-height: 500px) {
  .stripe-wrapper {
    top: 30px; }

  .main-wrapper {
    padding-bottom: 20px;
    padding-top: 30px; }

  footer {
    bottom: 20px; }

  .main-text-wrapper {
    bottom: 70px; } }
@media only screen and (max-width: 330px) {
  header, .stripe-wrapper, footer, .main-text-wrapper {
    position: fixed; }

  header, .stripe-wrapper {
    top: 60px; }

  footer {
    bottom: 60px; }

  .main-text-wrapper {
    bottom: 117px; }

  .main-text-small {
    font-size: 10px;
    line-height: 12px; }

  .main-text-big {
    font-size: 22px;
    line-height: 26px; } }
@media only screen and (max-height: 320px) {
  .main-text-small {
    font-size: 10px;
    line-height: 12px; }

  .main-text-big {
    font-size: 18px;
    line-height: 20px; } }

/*# sourceMappingURL=general.css.map */
