@charset "UTF-8";
@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500,900';
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, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline; }

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none; }

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

a {
  text-decoration: none;
  color: inherit; }

input, textarea, button {
  border: none;
  outline: none;
  background-color: transparent;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0; }

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fa/fontawesome-webfont.eot?v=4.7.0");
  src: url("../fonts/fa/fontawesome-webfont.eot?#iefix&v=4.7.0") format("embedded-opentype"), url("../fonts/fa/fontawesome-webfont.woff2?v=4.7.0") format("woff2"), url("../fonts/fa/fontawesome-webfont.woff?v=4.7.0") format("woff"), url("../fonts/fa/fontawesome-webfont.ttf?v=4.7.0") format("truetype"), url("../fonts/fa/fontawesome-webfont.svg?v=4.7.0#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal; }

.fa {
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.fa-envelope-o:before {
  content: "\f003"; }

.fa-spinner:before {
  content: "\f110"; }

.fa-check:before {
  content: "\f00c"; }

html {
  font-size: 16px; }

body {
  font-size: 1rem;
  font-family: 'Roboto', Arial, Tahoma, sans-serif;
  font-weight: 400; }

.main-header {
  font-size: 0; }

.main-header__nav .nav-link {
  font-size: 1rem; }

a, .main-header__logo, .main-header__nav {
  display: inline-block; }

.main-header__logo, .main-header__nav {
  vertical-align: top; }

.main-title, .main-header__nav .nav-link__case_upper, .main-home .screens .screen__out,
.main-home .screens .screen__in, .el-name,
.el-duration {
  text-transform: uppercase; }

.lower-case {
  text-transform: none; }

button {
  cursor: pointer; }

p {
  font-weight: 300; }

.wrapper {
  position: relative;
  z-index: 10;
  max-width: 1180px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto; }

.logo {
  background: url(../img/logo.png) 50% 50% no-repeat;
  background-size: contain; }
  .logo_inscription {
    position: relative; }
    .logo_inscription:after {
      content: 'Total Reality (TR) for the “Human” in Virtual Reality (VR)';
      position: absolute;
      font-size: 1rem;
      color: #000;
      top: 105%;
      width: 135%;
      text-align: left;
      color: #fff; }
  .logo__size_big {
    width: 300px;
    height: 91px; }
  .logo__size_small {
    width: 150px;
    height: 46px; }

@media screen and (max-width: 992px) {
  .logo {
    width: 150px;
    height: 46px; }
    .logo_inscription:after {
      display: none; } }

.main-title {
  font-size: 3.1rem; }
  .main-title__mb_big {
    margin-bottom: 100px; }
  .main-title__mb_small {
    margin-bottom: 50px; }
  .main-title__line {
    position: relative; }
    .main-title__line:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -15px;
      height: 2px;
      width: 60px;
      background-color: #fff; }
  .main-title_bold {
    font-weight: 900; }

@media screen and (max-width: 768px) {
  .main-title {
    font-size: 2rem;
    margin-bottom: 30px; } }

.main-bg {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover; }
  .main-bg__color {
    min-height: 100vh;
    padding-top: 50px;
    color: #fff; }
    .main-bg__color_black {
      background-color: #0e0f0f; }
    .main-bg__color_half {
      position: relative; }
      .main-bg__color_half:before, .main-bg__color_half:after {
        content: '';
        position: absolute;
        top: 0;
        width: 50%;
        height: 100%; }
      .main-bg__color_half:before {
        left: 0;
        background-color: #0e0f0f; }
      .main-bg__color_half:after {
        left: 50%;
        background-color: #f05323; }

@media screen and (max-width: 992px) {
  .main-bg__color {
    padding: 25px 0; } }

@media screen and (max-width: 768px) {
  .main-bg__color_half:after {
    display: none; }
  .main-bg__color_half:before {
    width: 100%; } }

.main-header, .contacts {
  line-height: normal; }

.main-header__mb_small {
  margin-bottom: 30px; }

.main-header__mb_big {
  margin-bottom: 80px; }

.main-header__logo, .main-header__nav {
  width: 50%; }

.main-header__nav {
  text-align: right; }
  .main-header__nav li {
    display: inline-block; }
    .main-header__nav li:not(:last-of-type) {
      margin-right: 10px; }
  .main-header__nav .nav-link__case_normal {
    text-transform: none; }
  .main-header__nav .nav-link_blue {
    color: #68b5e7; }

@media screen and (max-width: 992px) {
  .main-header {
    margin-bottom: 50px; }
    .main-header__logo, .main-header__nav {
      vertical-align: middle; } }

.main-home {
  padding-bottom: 100px; }
  .main-home .screens {
    position: relative;
    font-size: 0;
    padding-left: 100px;
    padding-bottom: 100px; }
    .main-home .screens .screen {
      position: relative;
      display: inline-block;
      width: 49%; }
      .main-home .screens .screen:nth-of-type(odd) {
        margin-right: 2%; }
      .main-home .screens .screen:first-of-type, .main-home .screens .screen:nth-of-type(2) {
        margin-bottom: 20px; }
      .main-home .screens .screen img {
        width: 100%;
        height: auto; }
    .main-home .screens .axis {
      position: absolute;
      background-color: deepskyblue;
      color: #fff; }
      .main-home .screens .axis-y {
        width: 50px;
        height: calc(100% - 150px);
        top: 50px;
        left: 0; }
        .main-home .screens .axis-y:before {
          position: absolute;
          content: '';
          border-bottom: 50px solid deepskyblue;
          border-left: 40px solid transparent;
          border-right: 40px solid transparent;
          bottom: 100%;
          left: 50%;
          margin-left: -40px; }
        .main-home .screens .axis-y .axis__from,
        .main-home .screens .axis-y .axis__to {
          -webkit-transform: rotate(-90deg);
          -ms-transform: rotate(-90deg);
          transform: rotate(-90deg); }
        .main-home .screens .axis-y .axis__from {
          bottom: 90px;
          left: -42px; }
        .main-home .screens .axis-y .axis__to {
          top: 90px;
          left: -26px; }
      .main-home .screens .axis-x {
        width: calc(100% - 150px);
        height: 50px;
        bottom: 0; }
        .main-home .screens .axis-x:before {
          position: absolute;
          content: '';
          border-left: 50px solid deepskyblue;
          border-top: 40px solid transparent;
          border-bottom: 40px solid transparent;
          left: 100%;
          top: 50%;
          margin-top: -40px; }
        .main-home .screens .axis-x .axis__from,
        .main-home .screens .axis-x .axis__to {
          top: 15px; }
        .main-home .screens .axis-x .axis__from {
          left: 40px; }
        .main-home .screens .axis-x .axis__to {
          right: 40px; }
      .main-home .screens .axis__from, .main-home .screens .axis__to {
        position: absolute;
        font-size: 1.5rem;
        text-transform: uppercase; }
    .main-home .screens .screen__out,
    .main-home .screens .screen__in {
      position: absolute;
      width: 100%; }
      .main-home .screens .screen__out .tm,
      .main-home .screens .screen__in .tm {
        font-size: .5rem;
        vertical-align: top; }
    .main-home .screens .screen__out {
      font-size: 1.5rem;
      color: #fff; }
      .main-home .screens .screen__out_top {
        bottom: calc(100% + 5px); }
      .main-home .screens .screen__out_bot {
        top: calc(100% + 5px); }
      .main-home .screens .screen__out_right {
        text-align: right; }
      .main-home .screens .screen__out_num {
        font-size: .7rem; }
      .main-home .screens .screen__out_bold {
        font-weight: 700; }
    .main-home .screens .screen__in {
      font-size: 1rem; }
      .main-home .screens .screen__in li {
        line-height: 1.5rem; }
        .main-home .screens .screen__in li:first-of-type {
          font-size: 1.4rem; }
      .main-home .screens .screen__in_top {
        top: 10px;
        padding-left: 10px; }
      .main-home .screens .screen__in_black {
        color: #0e0f0f; }
      .main-home .screens .screen__in_right {
        padding-right: 10px;
        left: auto;
        text-align: right; }
      .main-home .screens .screen__in_bot {
        bottom: 10px;
        left: 0;
        padding-left: 10px; }

@media screen and (max-width: 768px) {
  .main-home .screens {
    padding: 0; }
    .main-home .screens .axis {
      display: none; } }

@media screen and (max-width: 544px) {
  .main-home .screens .screen {
    width: 100%; }
    .main-home .screens .screen:not(:last-of-type) {
      margin-right: 0;
      margin-bottom: 70px; }
    .main-home .screens .screen .screen__out,
    .main-home .screens .screen .screen__in {
      padding-left: 10px;
      text-align: left; }
    .main-home .screens .screen .screen__out_num {
      text-align: right; }
    .main-home .screens .screen .screen__out {
      bottom: calc(100% + 5px);
      top: auto; }
    .main-home .screens .screen .screen__in {
      top: 10px;
      bottom: auto; } }

.contacts {
  width: 50%; }
  .contacts:after {
    content: '';
    display: table;
    clear: both; }
  .contacts p {
    color: rgba(255, 255, 255, 0.6); }
  .contacts-general-info, .contacts-info {
    line-height: 1.5; }
  .contacts-general-info {
    position: relative;
    margin-bottom: 50px; }
    .contacts-general-info p {
      width: 53%; }
    .contacts-general-info:after {
      content: '';
      position: absolute;
      left: 0;
      bottom: -25px;
      height: 1px;
      width: 60px;
      background-color: rgba(255, 255, 255, 0.5); }
  .contacts-info:not(:last-of-type) {
    margin-bottom: 50px; }
  .contacts-info h3 {
    font-weight: 500; }
  .contacts-info .contacts-info__email {
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .contacts-info .contacts-info__email:hover {
      color: #fff; }

@media screen and (max-width: 992px) {
  .contacts {
    padding-right: 15px; }
    .contacts-general-info p {
      width: 100%; }
    .contacts-info {
      width: 100%; } }

@media screen and (max-width: 768px) {
  .contacts {
    width: 100%;
    padding: 0; } }

.alert {
  margin-top: 10px;
  font-size: 1rem;
  text-align: right; }
  .alert span,
  .alert i {
    display: inline-block;
    vertical-align: middle; }
  .alert .fa {
    margin-left: 10px;
    font-size: 1.5rem; }
  .alert--success .fa {
    color: #2ada31; }
  .alert--loading .fa {
    color: #ffc107;
    -webkit-animation: rotate 1s linear infinite;
    animation: rotate 1s linear infinite; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0); }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

#callback {
  position: absolute;
  bottom: 0;
  right: 15px;
  border: 2px solid #f37853;
  color: #fff;
  text-transform: uppercase;
  padding: 10px 30px;
  margin-top: 30px;
  font-size: 1rem;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  #callback:hover {
    background-color: #fff;
    color: #f05323; }

@media screen and (max-width: 768px) {
  #callback {
    position: static;
    float: right; } }

.shadow-bg {
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 15, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }

.shadow-bg_show {
  opacity: 1;
  visibility: visible; }

.callback-modal {
  position: absolute;
  z-index: 101;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 800px;
  width: 90%;
  padding: 50px 80px;
  background-color: #f6f6f6; }
  .callback-modal__close {
    position: absolute;
    top: 30px;
    right: 30px;
    font-size: 1.5rem;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .callback-modal__close:hover {
      color: #e73d3d; }
  .callback-modal .callback-form {
    font-size: 0; }
    .callback-modal .callback-form__field {
      width: 100%;
      height: 50px;
      line-height: 47px;
      border-bottom: 3px solid #e73d3d;
      margin-bottom: 15px;
      font-size: .8rem; }
      .callback-modal .callback-form__field::-webkit-input-placeholder {
        font-family: 'Roboto'; }
      .callback-modal .callback-form__field_big {
        height: 180px;
        max-height: 180px;
        margin-bottom: 30px; }
    .callback-modal .callback-form__btn {
      border: 3px solid #e73d3d;
      padding: 10px 30px;
      font-size: 1rem;
      text-transform: uppercase;
      letter-spacing: 4px;
      color: #e73d3d;
      -webkit-transition: .3s;
      -o-transition: .3s;
      transition: .3s; }
      .callback-modal .callback-form__btn:hover {
        background-color: #e73d3d;
        color: #fff; }

.omni_s,
.omni_r {
  color: #567ebd; }

.omni_e,
.omni_h {
  color: #e8463c; }

.omni_a {
  color: #f7bb32; }

.omni_c {
  color: #3aa755; }

.samples-page .main-header__logo,
.samples-page .main-header__nav {
  vertical-align: middle; }

.samples-page .logo {
  height: 46px;
  width: 150px; }
  .samples-page .logo:after {
    display: none; }

@media screen and (max-width: 992px) {
  .samples-page .logo {
    margin-bottom: 0; } }

.player {
  margin-top: 50px; }
  .player__header {
    position: relative;
    z-index: 1;
    padding: 30px 0;
    text-align: center;
    background-color: #fff;
    -webkit-box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1);
    box-shadow: 0 2px 8px 2px rgba(0, 0, 0, 0.1); }
    .player__header h2 {
      font-size: 1.5rem;
      color: #565864;
      font-weight: 500;
      text-transform: uppercase; }
    .player__header img {
      position: absolute;
      right: 50px;
      bottom: 0;
      height: 90%; }
  .player__list-el {
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 20px 30px;
    background-color: #fff;
    color: #565864;
    cursor: pointer;
    -webkit-transition: .3s;
    -o-transition: .3s;
    transition: .3s; }
    .player__list-el:not(:last-of-type) {
      border-bottom: 1px solid #eee; }
    .player__list-el:hover {
      background-color: #f8f8f8; }
      .player__list-el:hover .el-preview {
        -webkit-box-shadow: 0 0 0 5px #f05323;
        box-shadow: 0 0 0 5px #f05323; }

.el-preview {
  width: 50px;
  height: 50px;
  -webkit-box-shadow: 0 0 0 3px #565864;
  box-shadow: 0 0 0 3px #565864;
  border-radius: 50%;
  -webkit-transition: .3s;
  -o-transition: .3s;
  transition: .3s; }
  .el-preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover; }

.el-name,
.el-duration {
  font-weight: 500; }

.el-name {
  margin-left: 30px; }

.el-duration {
  margin-left: auto; }

@media screen and (max-width: 768px) {
  .player__header {
    padding: 30px; }
    .player__header h2 {
      text-align: left;
      text-transform: none;
      font-weight: 400; }
    .player__header img {
      display: none; }
  .player__list-el {
    padding: 30px; }
  .el-name,
  .el-duration {
    position: absolute;
    right: 30px;
    text-transform: none;
    font-size: .9rem; }
  .el-name {
    top: 30px;
    width: 30%;
    min-width: 170px;
    text-align: right;
    font-weight: 300;
    line-height: 1.2rem; }
  .el-duration {
    bottom: 20px; } }

.modal {
  display: none;
  position: fixed;
  z-index: 100;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(14, 15, 15, 0.9); }
  .modal__close {
    position: absolute;
    left: 20px;
    top: 10px;
    z-index: 1;
    font-size: 2rem;
    color: #fff; }

.vid {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -65%);
  -ms-transform: translate(-50%, -65%);
  transform: translate(-50%, -65%);
  width: 700px;
  height: 300px; }
