
html, body 
{
	margin: 0px;
	background-color: white;
  width: 100%;
  height: 100%;
  
  position: relative;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;

}
/* unvisited link */
a:link {
  color: white;
  text-decoration: none;
}

/* visited link */
a:visited {
  color: white;
  text-decoration: none;
}

/* mouse over link */
a:hover {
  color: white;
  text-decoration: none;
}
/* selected link */
a:active {
  color: white;
  text-decoration: none;
}
footer > div > p {
  text-align: right;
}
.logoContainer {
  width: 100%;
  height: 75px;
  top: 100px;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
  justify-content: center;
  z-index: 999;
  position: relative;
}
.logoGroup {

}
.logo {

  margin: 0px;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  clip-path: inset(0px 0px 0px 300px);
  -webkit-clip-path: inset(0px 0px 0px 300px);
}
.logo_bar {
  width: 6px;
  height: 112px;
  background-color: #201500;
  position: absolute;
  display: none;
}
.logoAnimation {
  
	animation-name: revealLogo;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealLogo;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  
}
.logoAnimation2 {
  
  animation-name: revealLogoHeight;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealLogoHeight;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  
}
.textFull {
  width: 100%;
  margin: 20px
}
.title {
  width: 100%;
  margin: 40px;
}
.text {
  width: 80%;
  margin: 5% 10% 5% 10%;
}
.text_right {
  width: 80%;
  margin: 5% 10% 5% 10%;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  flex-direction: column;
}
.mask {
  clip-path: inset(0% 100% 0% 0%);
  -webkit-clip-path: inset(0% 100% 0% 0%);
}
.bgColor {
  background-color: rgba(232, 232, 232, 0.7);
}
.bgAlpha {
  background-color: rgba(232, 232, 232, 0);
}
.textBlockLeft {
  width: 50%;
  left: 0%;
  margin-top: 0px;
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: flex-end;
  opacity: 1;
}
.textBlockRight {
  width: 50%;
  left: 50%;
  position: relative;
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: flex-start;
  opacity: 1;
}
.text_left {
  text-align: left;
}
.text_right {
  text-align: right;
}
.cursor {
  width: 6px;
  height: 112px;
  background-color: #ff8634;
  left: 50%;
  position: absolute;
  z-index: 900;
  display: none
}
.btn {
  width: 60px;
  height: 60px;
  background-color: #d7d7d7;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.Header_btn {
  width: 100%;
  height: auto;
  position: fixed;
  display: none;
  justify-content: flex-end;
  z-index: 1100;
}

.Header {
  z-index: 1000;
  width: 30%;
  height: 75px;
  position: fixed;
  left: 70%;
  display: none; /* Safari */
}
.header_line {
  width: 1px;
  height: 75px;
  background-color: #d7d7d7;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
}
.footer {
  width: 100%;
  height: auto;
  background-color: #ff8634;
  display: none;
}
.footer_logo {
  height: 40px;
  margin-left: 40px;
}
.footer_elem {
  width: 100%;
  height: auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content:space-between;
  flex-wrap: wrap;
  padding: 20px;
}
.footer_items {
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
.footer_items > p {
  margin-right: 20px;
}
.menu {
  height: 75px;
  background-color: #d7d7d7;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
}
.menu > p {
  color: black;
  font-family : 'roboto_regular';
  margin: 20px;
}
.Header_items {
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: nowrap;
}
.menu_bar {
  /*width: 100%;*/
  top: 50px;
  position: absolute;
  height: 2px;
  background-color: white;
}
.Header_verticalBar {
  opacity: 0.5;
}
.sub {
  display: -webkit-flex; /* Safari */
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.line {
  width: 6px;
  height: 0px;
  background-color: #ff8634;
}
#logowhite
{
  display: none;
}
#submenu
{
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;

}
.submenu_text {
  font-size: 12px;
  margin: 6px 10px 0px 10px;
  color: white;
}
.intro {
  display: -webkit-flex; /* Safari */
  display: flex;
  width: 100%
}
.firstVideo {
  width: 50%;
}
.vid {
    
  }
.video1 {
  position: relative;
  width: 100%;
  height: auto; 
}
.video2 {
  position: relative;
  width: 100%;
}
.video3 {
  position: relative;
}
.video4 {
  position: relative;
}
.video5 {
  position: relative;
  width: 50%;
  height: auto;
}
.video {

}
.vidRight {
  width: 50%;
  display: flex;
  justify-content: flex-end;
}
.fullBloc {
  width: 100%;
  height: auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  flex-wrap: wrap-reverse;
}
.halfBloc {
  width: 50%;
  height: auto;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: flex-end;
}
#socialIconsGroup {
  background-color: rgba(232,232,232,0.7);
}
.socialIcons {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: flex-end;
  flex-direction: column;
  margin: 40px;
}
.centerBloc {
  height: 100%;
  width: 100%;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.team_name {
  width: 50%;
}
.teamBox1 > div {
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
.recruit_btn {
  width: 150px;
  height: 50px;
  display: -webkit-flex; /* Safari */
  display: flex;
  
  justify-content: flex-start;
  margin-top: 20px;
}
.recruit_line {
  width: 4px;
  height: 0px;
  background-color: #201500;
}
.recruit_text {
  width: 146px;
  display: flex;
  align-items: center;
  justify-content: center;
}


.titleAnimation {
  
  animation-name: revealTitle;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealTitle;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  
}
.transparent {
  display: none;
}
#bloc400 {
  width: 100%;
  height: 400px;
  position: relative;
}
#bloc200 {
  width: 100%;
  height: 200px;
  position: relative;
}
#bloc100 {
  width: 100%;
  height: 100px;
  position: relative;
}
#bg {
  display: none;
}
#firstVideo {
  width: 100%;
  display: none;
  opacity: 0;
}
#title1Group {
  display: none;
}
#actions {
  top: 0px;
  width: 100%;
  display: none;
  position: relative;
  flex-wrap: nowrap;

}
#actions_items1 {
  display: none;
}
#actions_items2 {
  display: none;
}
#actions_items3 {
  display: none;
}

#realisations {
  top: 0px;
  width: 100%;
  display: none;
  position: relative;
}
#team {
  top: 0px;
  width: 100%;
  display: none;
  position: relative;
}
#career {
  top: 0px;
  width: 100%;
  height: auto;
  display: none;
}
#videoBloc {
  top: 0px;
  width: 100%;
  height: auto;
  display: none;
}
#videoBloc2 {
  top: 0px;
  width: 100%;
  height: auto;
  display: none;
}
#lastVideo {
width: 50%;
}
#careerText {
  top: 0px;
  width: 100%;
  height: auto;
  display: none;
  justify-content: space-between;
  flex-wrap: wrap;
}
#contact {
  width: 100%;
  height: auto;
  display: none;
  position: relative;
}
#senior1 {
  order: 1;
}
#senior2 {
  order: 3;
}
#senior3 {
  order: 5;
}
#junior1 {
  order: 2;
}
#junior2 {
  order: 4;
}
#junior3 {
  order: 5;
}
#videoText2 {
  order: 1;
}
#videoBtn2 {
  order: 2;
}
#videoBlock1 {
  order: 1;
}
#videoBlock2 {
  order: 2;
}
#vidRight {
  order: 1;
}
#title4Group {
  order: 2;
}
.menuAnimation {
  
  animation-name: revealMenu;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealMenu;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  
}
.titleAnimationTwo_In {
  
  animation-name: revealTitleTwo_In;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealTitleTwo_In;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
}
.titleAnimationTwo_Out {
  
  animation-name: revealTitleTwo_Out;
  animation-duration: 0.5s;
  animation-delay: 0s;
  animation-fill-mode: forwards;

  -webkit-animation-name: revealTitleTwo_Out;
  -webkit-animation-duration: 0.5s;
  -webkit-animation-delay: 0s;
  -webkit-animation-fill-mode: forwards;
  
}

@keyframes revealLogo {
  0% {
   clip-path: inset(0px 0px 0px 300px);
   -webkit-clip-path: inset(0px 0px 0px 300px);
  }
  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
  }
}
@keyframes revealLogoHeight {
  0% {
   clip-path: inset(0px 0px 40px 0px);
   -webkit-clip-path: inset(0px 0px 40px 0px);
  }
  100% {
    clip-path: inset(0px 0px 0px 0px);
    -webkit-clip-path: inset(0px 0px 0px 0px);
  }
}
@keyframes revealTitle {
  0% {
   clip-path: inset(0% 100% 0% 0%);
   -webkit-clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes revealMenu {
  0% {
   clip-path: inset(0% 0% 0% 100%);
   -webkit-clip-path: inset(0% 0% 0% 100%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes revealTitleTwo_In {
  0% {
   clip-path: inset(0% 100% 0% 0%);
   -webkit-clip-path: inset(0% 100% 0% 0%);
  }
  100% {
    clip-path: inset(0% 0% 0% 0%);
    -webkit-clip-path: inset(0% 0% 0% 0%);
  }
}
@keyframes revealTitleTwo_Out {
  0% {
   clip-path: inset(0% 0% 0% 0%);
   -webkit-clip-path: inset(0% 0% 0% 0%);
  }
  100% {
    clip-path: inset(0% 100% 0% 0%);
    -webkit-clip-path: inset(0% 100% 0% 0%);
  }
}

h1
{
  font-size : 40px;
  font-family : 'roboto_light';
  line-height: 1.3em;
  color : #000;
  margin-bottom: 30px;
  /*background-color : red;*/
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;

  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}

h2
{
  font-size : 18px;
  line-height: 1.2em;
  letter-spacing: 0.05em;
  font-family : 'roboto_regular';
  color : #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  text-rendering: optimizeLegibility;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;

  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}
h3
{
  font-size : 24px;
  line-height: 1;
  font-family : 'roboto_regular';
  color : #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;

  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}
h4
{
  font-size : 16px;
  line-height: 1.5;
  font-family : 'roboto_regular';
  color : #000;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;


  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}
p
{
  font-size : 16px;
  font-family : 'roboto_light';
  color : #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
  text-decoration: none;

  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}
h5
{
  font-size : 16px;
  text-align: left;
  font-family : 'roboto_italic';
  color : #fff;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
    font-style: normal; 
    text-decoration: none;

  -moz-osx-font-smoothing: grayscale; /* fix fatty ff on mac */
}

/* webfonts */

@font-face
{
  font-family: 'roboto_regular';
  src: url('fonts/Roboto-Regular.ttf') format('opentype');
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
}
@font-face
{
  font-family: 'roboto_italic';
  src: url('fonts/Roboto-Italic.ttf') format('opentype');
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
}
@font-face
{
  font-family: 'roboto_light';
  src: url('fonts/Roboto-Light.ttf') format('opentype');
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
}
@font-face
{
  font-family: 'roboto_thin';
  src: url('fonts/Roboto-Thin.ttf') format('opentype');
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  font-weight: normal;
  font-style: normal; 
}

@media screen and (min-width: 761px){

}
@media screen and (max-width: 760px){

  .Header {
    width: 100%;
    left: 0%;
    height: 100%;
    background-color: #d7d7d7;
    display: none;
    align-items: center;
    justify-content: center;
  }
  .Header_items {
    width: auto;
    flex-direction: column;
  }
  .Header_btn {
    display: -webkit-flex; /* Safari */
    display: flex;
  }
  .Header_verticalBar {
    display: none;
  }
  .header_line {
    display: none;
  }
  #logowhite
  {
    display: -webkit-flex; /* Safari */
    display: flex;
  }
  #submenu
  {
    flex-direction: row;
    margin-top: 25px;
  }
  #menu_bar {
    display: none;
  }
  #menu_bar2 {
    display: none;
  }
  .submenu_text {
  margin: 0px 10px 0px 10px;
  }
  .logoContainer {
    width: 100%;
    justify-content: center;
  }
  h1 {
    font-size : 30px;
    line-height: 34px;
  }
  h2 {
    font-size : 16px;
  }
  .footer_elem {
    justify-content: center;
    padding: 20px;
  }
  .footer_logo {
    margin-left: 0px;
  }
  .footer_items > p {
    margin-left: 0px;
    margin-right: 0px;
    text-align: center;
  }
  #group
  {
    display: none;
  }
  .cursor {
    left: 0%;
  }
  .textBlockLeft {
    width: 100%;
    justify-content: flex-start;
  }
  .intro {
    flex-wrap: wrap;
  }
  #firstVideo {
  width: 100%;
  }
  #lastVideo {
  width: 100%;
  }
  .firstVideo {
  width: 100%;
  }
  .vid {
    width: 100%;
    justify-content: center;
  }
  .vidRight {
    width: 100%;
    justify-content: center;
  }
  
  #vidRight {
  order: 2;
  }

  .video3 {
  position: relative;
  width: 100%;
  }
  .video4 {
  position: relative;
  width: 100%;
  }
  .video5 {
    width: 100%;
  }

  #title4Group {
    order: 1;
  }
  #actions_items1 {
    flex-wrap: wrap;
  }
    #actions_items2 {
    flex-wrap: wrap;
  }
    #actions_items3 {
    flex-wrap: wrap;
  }
  .textBlockRight {
    left: 0%;
    width: 100%;
  }
  .text_right {
    text-align: left;
  }
  .halfBloc {
    width: 100%;
    justify-content: center;
  }
  .team_name {
  width: 100%;
  }
  .socialIcons {
    align-items: center;
    margin: 40px;
  }
  #senior1 {
    order: 1;
  }
  #senior2 {
    order: 2;
  }
  #senior3 {
    order: 3;
  }
  #junior1 {
    order: 4;
  }
  #junior2 {
    order: 5;
  }
  #junior3 {
    order: 6;
  }
  #videoText2 {
    order: 2;
  }
  #videoBtn2 {
    order: 1;
  }
  #videoBlock1 {
    order: 2;
  }
  #videoBlock2 {
    order: 1;
  }
  .leftReal {
    padding: 0px 0px 20px 0px;
  }
  .rightReal {
    padding: 0px 0px 20px 0px;
  }
  footer > div > p {
    text-align: center;
  }
}
