@font-face {
  font-family: NexaBlack;
  src: url("../fonts/Nexa-Black.otf");
}
@font-face {
  font-family: NexaBold;
  src: url("../fonts/Nexa-Bold.otf");
}
@font-face {
  font-family: NexaLight;
  src: url("../fonts/Nexa-Light.otf");
}
@font-face {
  font-family: NexaThin;
  src: url("../fonts/Nexa-Thin.otf");
}
@font-face {
  font-family: heliosextracompressedc;
  src: url("../fonts/heliosextracompressedc.otf");
}
@font-face {
  font-family: ProximaNovaExCnBold;
  src: url("../fonts/Proxima Nova Extra Condensed Bold.otf");
}
@font-face {
  font-family: ProximaNovaExCn;
  src: url("../fonts/Proxima Nova Extra Condensed Regular.otf");
}
.yii-debug-toolbar{
  //display: none!important;
}
* {
  padding: 0;
  margin: 0;
  outline: 0;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  -ms-overflow-style: none;
  overflow: -moz-scrollbars-none;
  -webkit-overflow-scrolling: touch;
}
* ::-webkit-scrollbar {
  width: 0;
}
.stopper {
    position: absolute;
    z-index: 22;
    top: 0;
    width: 100%;
    bottom: 50px;
}
.preloaderWrapper{
  position: fixed;
  top: 0;
  right: 0;
  opacity: 1;
  height: 100vh;
  width: 100vw;
  z-index: 222;
  overflow: hidden;
}
.preloader {
  position: relative;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: #040a6c;
  color: #fff;
  z-index: 222;
  display: -webkit-flex; /* Safari */
  display: flex;
  align-items: center;
  justify-content: center;
}
.preloader__box {
  position: absolute;
  top: 50%;
  right: 50%;
  -webkit-transform: translate(50%, -50%);
          transform: translate(50%, -50%);
  text-align: center;
  overflow: hidden;
}
@-webkit-keyframes hidding {
  0% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 0%;
  }
}
@keyframes hidding {
  0% {
    width: 100%;
  }
  50% {
    width: 60%;
  }
  100% {
    width: 0%;
  }
}
@-webkit-keyframes opacity0 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes opacity0 {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
html,
body {
  height: 100vh;
  font-family: ProximaNovaExCn;
  position: relative;
  background: #000;
}
section video {
    height: 100%;
    width: 177.77777778vh;
    min-width: 100%;
    min-height: 56.25vw;
    position: absolute;
    left: 50%;
    top: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.crossClose {
  cursor: url("../img/cross.png") 30 30, auto;
  position: fixed;
  width: 100%;
  height: 100%;
  z-index: 2;
  visibility: hidden;
}
.main-wrapper {
  display: -webkit-flex; /* Safari */
  display: flex;
  /*opacity: 0;*/
}
.main-wrapper__item {
  height: 100%;
  min-width: 50%;
  position: relative;
  width: 100%;
}
.page {
  position: fixed;
}
.page .section {
  position: relative;
  display: block !important;
  box-sizing: border-box;
  height: 100%;
  width: 100vw;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}
.page .section img {
  position: absolute;
  top: 0;
  left: 0;
  height: 100vh;
  width: 100vw;
  z-index: 1;
}
.page .section .fp-tableCell {
  display: block;
}
.page .section video {
  z-index: 2;
  position: relative !important;
  min-width: 100% !important;
  min-height: 100% !important;
  object-fit: fill;
}
.page .mobile-background {
  display: none;
  width: 100vw;
  height: 100vh;
}
.languages {
  position: fixed;
  color: #fff;
  left: 0;
  top: 45%;
  font-size: 24px;
  z-index: 3;
}
.languages li {
//  padding: 10px 8px;
  cursor: pointer;
  font-weight: 600;
}
.languages li.active {
  padding: 10px 8px;
  background: #3aeded;
  color: #282828;
}
.languages li.active a {
  color: #282828;
}
.languages li a {
  display: block;
  padding: 10px 8px;
  color: #fff;
}
.content .logo {
  top: 20px;
  left: 20px;
  color: #fff;
  position: fixed;
  font-family: NexaBold;
  font-size: 20px;
  //transition: all 0.3;
  z-index: 11;
  overflow: hidden;
}
.content .logo img {
  width: auto;
  max-width: 70px;
  height: auto;
  transition: 0.7s all ease-in-out;
}
.content .logo img.img-logo {
  opacity: 1;
}
.content .logo img.hover-img-logo {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0;
}
.content .logo img.img-logo-mob {
  display: none;
}

.content .logo:hover img.img-logo {
  opacity: 0;
  transition: 0.4s all ease-in-out;
}
.content .logo:hover img.hover-img-logo {
  opacity: 1;
  transition: 0.4s all ease-in-out;
}

.content .main_navigation {
  text-align: center;
  text-transform: uppercase;
  margin: -110px auto 0;
  position: fixed;
  -webkit-transform: translate3d(0px, 0px, 0px);
          transform: translate3d(0px, 0px, 0px);
  z-index: 2;
  left: 0;
  top: 0;
  width: 100vw;
}

.content .main_navigation .nav-menu {
  //position: absolute;
  position: relative;
  top: 0;
  left: 0;
  width: 100%
}

.content .main_navigation .hover-show {
  float: right;
  width: 40px;
  height: 1100px;
  z-index: 3;
  position: absolute;
  right: 0;
}

.content .main_navigation ul {
  //position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  /*transition: -webkit-transform 0.5s ease-in-out;*/
  /*transition: transform 0.5s ease-in-out;*/
  /*transition: transform 0.5s ease-in-out, -webkit-transform 0.5s ease-in-out;*/
  list-style: none;
  z-index: 3;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform-style: preserve-3d;
  -webkit-transform: scale(1) translateZ(0px) translate3d(0,0,0);
  transform: scale(1) translateZ(0px) translate3d(0,0,0);
  will-change: transform;
}

.content .main_navigation ul li {
    padding: 0 25px;
    overflow: hidden;
    font-size: 215px;
    line-height: 190px;
    -webkit-perspective: 0;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    -webkit-transform: scale(1) translateZ(0px) translate3d(0,0,0);
    transform: scale(1) translateZ(0px) translate3d(0,0,0);
    will-change: transform;
}

.content .main_navigation a {
  color: transparent;
  -webkit-text-stroke: 2px rgba(255,255,255,0.49);
  text-rendering: optimizeLegibility !important;
  -webkit-font-smoothing: antialiased !important;
  //display: inline-block;
  position: relative;
  z-index: 4;
  font-family: heliosextracompressedc;
  cursor: pointer !important;
}

.content .main_navigation .nav__2 {
  position: absolute;
  top: 0;
  width: 100%;
}

.content .main_navigation .nav__2 a {
  color: #fe4531;
  -moz-text-stroke-color: #fe4531;
  -webkit-text-stroke-color: #fe4531;
  -moz-text-stroke-width: 2px;
  -webkit-text-stroke-width: 2px;
  //padding-right: 5px;
}
.content .main_navigation a:hover {
  -webkit-text-stroke: 2px rgba(255,255,255,0.9);
}

.content .main_navigation .nav__2 a:hover {
  -webkit-text-stroke: 2px #fe4531;
}

.content .main_navigation.halfWidth {
  width: 50%;
  transition: all 0.3s ease-in-out;
  margin: -55px auto 0;
}
.content .main_navigation.halfWidth ul li {
  transform: scale(1);
  transition: all 0.3s ease-in-out;
  position: relative;
  transform-origin: top left;
  font-size: 124px;
  line-height: 115px;
}

@media screen and (max-width: 1024px) {
  .content .main_navigation {
    margin-top: -55px;
  }
  .content .main_navigation ul li {
    font-size: 120px;
    line-height: 115px;
  }
  .content .main_navigation.halfWidth ul li {
    transition: all 0.3s ease-in-out;
    position: relative;
    transform-origin: top left;
    font-size: 94px;
    line-height: 95px;
  }
}

@media screen and (max-width: 550px) {
  .content .main_navigation ul li {
    font-size: 72px;
    line-height: 80px;
  }
}

.content .main_navigation .nav__2 ul li {
  padding-right: 20px;
  border-right: 5px solid #fe4531;
}
.sideOpened .content .main_navigation .nav__2 ul li {
  padding-right: 25px;
  border-right: 0;
}

.sidebar {
  transition: all 0.5s;
  background: #161614;
  width: 0;
  position: fixed;
  width: 50%;
  right: -100%;
  z-index: 3;
  transform-origin: top right;
  overflow-y: scroll;
  overflow-x: hidden;
}
.sidebar .vimeo-player {
  position: absolute;
  top: 0;
}
.sidebar .videoPoster {
  position: absolute;
  z-index: 1;
  top: 0;
  opacity: 1;
  transition: all 0.4s ease-in-out;
  width: 100%;
  height: 100%;
}
.sidebar .wrapper {
  background: #040a6c;
}
.sidebar .contacts {
  /*display: flex;*/
  flex-direction: column;
  height: 100vh;
  color: #fff;
  background: #040a6c;
  font-size: 30px;
}
.sidebar .contacts .contacts__mapBox.c_item{
  min-height: 200px;
}
.sidebar .contacts__mapBox iframe {
  width: 100%;
  height: 100%;
  min-height: 100%;
  box-sizing: border-box;
  display: block;
}
.sidebar .contacts__description {
  padding: 70px 70px 30px;
  height: auto!important;
}
.contacts__descriptionTxt{
  max-width: 520px;
  width: 100%;
  font-size: 23px;
  text-transform: uppercase;
  font-weight: bold;
  margin-top: 15px;
}
.sidebar .contacts__list {
  margin-top: 50px;
  display: flex;
  justify-content: space-between;
  text-transform: uppercase;
  font-size: 38px;
  margin-bottom: 30px;
  font-weight: bold;
}
.sidebar .contacts__listItem {
  flex-grow: 1;
}
.sidebar .contacts__listItem p {
  margin-bottom: 20px;
}
.sidebar .contacts h2 {
  text-transform: uppercase;
  color: #fe4531;
  font-size: 48px;
  font-weight: bold;
}
.sidebar .contacts div.c_item {
  flex-grow: 1;
  height: 50%;
}
.sidebar .team {
  display: none;
  flex-direction: column;
  height: 100vh;
}
.sidebar .team__row {
  display: flex;
  color: #3aeded;
  background: #040a6c;
  justify-content: space-around;
  text-align: center;
  height: 33vh;
  min-height: 310px;
  position: relative;
  align-items: center;
 padding: 5% 0 12%;
  box-sizing: border-box;
}
.sidebar .team__row:last-child{
  //margin-bottom: 70px;
}
.team__row:nth-child(3n+1) .team__rowWrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  //background: #fe0459;
  z-index: 1;
  left: 0;
  bottom: 0;
  /* top: 50%; */
  margin-top: 4px;
}
.team__row:nth-child(3n) .team__rowWrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  //background: #00fe85;
  z-index: 1;
  left: 0;
  bottom: 0;
  /* top: 50%; */
  margin-top: 4px;
}
.team__row:nth-child(3n-1) .team__rowWrapper:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 70px;
  //background: #edfd1f;
  z-index: 1;
  left: 0;
  bottom: 0;
  /* top: 50%; */
  margin-top: 4px;
}
.team__rowWrapper:before {
  background: #fe4531;
}
.team__rowWrapper{
  display: flex;
  width: 100%;
  justify-content: space-between;
  padding: 0 70px;
  height: 100%;
  position: relative;
  /* height: 22vh; */
  position: relative;
  align-items: center;
  /* padding: 70px; */
  box-sizing: border-box;
}

.sidebar .team__item {
  position: relative;
  z-index: 2;
  font-size: 23px;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 33%;
}
.sidebar .team__item img {
  position: absolute;
  margin-bottom: 0px;
  max-height: 100%;
  width: auto;
  object-fit: contain;
  bottom: 0;
  left: 50%;
  /* right: 0; */
  transform: translate(-50%, 0);
  display: none;
  transition: all .2s ease-in-out;
}
.sidebar .team__item img:first-child{
  display: block;
  opacity: 1;
}
.sidebar .team__item p {
  font-weight: bold;
  text-transform: uppercase;
      font-size: 20px;
    letter-spacing: 0.4px;
}
.team_photoWrapper {
  height: 100%;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  min-height: 100%;
  transition: all .5s;
  transform-origin: bottom;
  top: 1px;
}
.team_photoWrapper.inFocus{
    transform: scale(1.2);
}
.sidebar .aboutUs {
  display: none;
  flex-direction: column;
}
.sidebar .aboutUs>div{
    width: 100%;
    box-sizing: border-box;
}
.sidebar .aboutUs .wideoWrapper {
  width: 100%;
}
.sidebar .aboutUs .wideoWrapper iframe {
  width: 100%;
  height: 100%;
}
.sidebar .aboutUs .clients {
  width: 100%;
  display: flex;
  flex-direction: column;
  margin-bottom: 50px;
  background: #040a6c;
  padding-top: 60px;
}
.client-row {
  display: flex;
  justify-content: space-between;
}
.client-row .client-item {
  width: 35%;
  padding: 3%;
  align-self: center;
  text-align: center;
}
.client-row .client-item img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.sidebar .aboutUs video {
  min-width: 100%;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  height: auto;
}
.sidebar .aboutUs__description {
  padding: 70px 70px 60px;
  color: #fff;
  background: #040a6c;
  font-size: 30px;
  letter-spacing: 1px;
}
.sidebar .aboutUs__description h2 {
  color: #fe4531;
  margin-bottom: 20px;
  line-height: 1;
  text-transform: uppercase;
  font-size: 48px;
}
.sidebar .aboutUs__description p {
  margin-bottom: 15px;
}
.sidebar .aboutUs__videoBox {
  position: relative;
  cursor: url("../img/play.png") 30 30, auto;
}
.sidebar .aboutUs__videoBox .js-videoBlock{
  height: 100%;
}
.sidebar .aboutUs__videoBox .playVideo{
  cursor: url("../img/pause.png") 30 30, auto;
}
.sidebar .aboutUs__videoBox .playVideo span.vjs-icon-placeholder{
  opacity: 1;
}
.sidebar .aboutUs__videoBox .playVideo span{
  opacity: 0;
}
.sidebar .aboutUs__videoBox img {
  width: 100%;
  display: block;
  object-fit: cover;
  height: auto;
  position: absolute;
  transform: scale(1.05);
  transform-origin: right top;
}
.sidebar .portfolio {
  display: none;
  flex-direction: column;
  -webkit-flex-direction: column;
  position: relative;
}
.sidebar .portfolio__header {
  position: absolute;
  top: 0;
  background: #040a6c;
  width: 100%;
  left: 0;
  z-index: 222;
  right: 0;
  padding: 0 20px;
  box-sizing: border-box;
}
.sidebar .portfolio__header ul {
  list-style: none;
  display: flex;
  display: -webkit-flex; /* Safari */
  justify-content: center;
  text-transform: uppercase;
  font-size: 22px;
}
.sidebar .portfolio__header ul li {
  display: inline-block;
  border-top: 5px solid transparent;
  padding: 17px 10px;
  transition: all 0.5s;
}
.sidebar .portfolio__header ul li.active{
  border-top: 5px solid #3aeded;
}
.sidebar .portfolio__header ul li a {
  color: #fff;
}
.sidebar .portfolio__header ul li.js-catSelect:hover,
.sidebar .portfolio__header ul li.js-catSelect.active:hover{
    border-top: 5px solid #3aeded;
}
.sidebar .portfolio__header ul li.active.hoverUnActive {
    border-top: 5px solid transparent;
}
.languages li a {
    color: inherit;
}
.languages li:hover,
.languages li.active.hoverUnActive:hover{
    background: #3aeded;
    color: #282828;
}
.languages li.active.hoverUnActive{
    background: none;
    color: white;
}
.sidebar .portfolio__contentWrapper {
  min-height: 100%;
  display: flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  margin-top: 66px !important;
  width: 100% !important;
  box-sizing: border-box;
  position: relative;
  z-index: 1;
}
.sidebar .portfolio__contentWrapper.with-single-cat {
  margin-top: 0px !important;
}
.jspContainer {
  background: #040a6c;
}
/*#portfolioSc .jspContainer{
  overflow-y: scroll;
}*/
.sidebar .portfolio__item {
  flex: 1 1 auto;
  display: none;
  width: 100%;
  position: relative;
  cursor: pointer;
  -webkit-flex: 1 1 auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition: all 0.3s;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  padding-bottom: 10px;
}
.sidebar .portfolio__item.opened {
  display: flex;
}
.sidebar .portfolio__description {
  color: #fff;
  text-align: center;
  font-size: 23px;
  display: flex;
  display: -webkit-flex;
  flex-direction: column;
  -webkit-flex-direction: column;
  justify-content: flex-start;
  -webkit-justify-content: flex-start;
  max-width: 280px;
  z-index: 2;
  flex-grow: 1;
  -webkit-flex-grow: 1;
  overflow: hidden;
  text-overflow: ellipsis;
  float: left;
  width: 25%;
  background: #040a6c;
}
.sidebar .portfolio__descriptionHeader {
  background: #fe4531;
  text-transform: uppercase;
  white-space: nowrap;
  padding: .5em;
  color: #040a6c;
  box-shadow: 0px 3px 20px 4px #000;
}
.sidebar .portfolio__descriptionHeader h3 {
  overflow: hidden;
  text-overflow: ellipsis;
  font-size: 23px;
  letter-spacing: 0.4px;
}
.sidebar .portfolio__descriptionBox {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-top: 10px;
  background: #040a6c;
}
.sidebar .portfolio__descriptionBox ul {
  list-style: none;
}
.sidebar .portfolio__descriptionBox ul li {
  margin-bottom: 15px;
}
.sidebar .portfolio__descriptionBox ul li p {
  text-transform: uppercase;
  font-size: .9em;
  letter-spacing: 0.4px;
  font-weight: bold;
}
.sidebar .portfolio__descriptionBox ul li span {
  font-size: .8em;
}
.sidebar.opened {
  right: 0%;
}
.sidebar .portfolio__item .wideoWrapper {
  width: 75%;
}
.sidebar .portfolio__item iframe {
  width: 100%;
  height: 100%;
}

/* THREE */
.hamburger .line{
  width: 25px;
  height: 5px;
  background-color: #ecf0f1;
  display: block;
  margin: 5px auto;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.sidebar .team {
    width: 100%!important;
}
.hamburger:hover{
  cursor: pointer;
}
#hamburgerArrow.is-active .line:nth-child(1),
#hamburgerArrow.is-active .line:nth-child(3){
  width: 25px;
}

#hamburgerArrow.is-active .line:nth-child(1){
  -webkit-transform: translateX(-7px) translateY(1px) rotate(-45deg);
  -ms-transform: translateX(-7px) translateY(1px) rotate(-45deg);
  -o-transform: translateX(-7px) translateY(1px) rotate(-45deg);
  transform: translateX(-7px) translateY(1px) rotate(-45deg);
}

#hamburgerArrow.is-active .line:nth-child(3){
  -webkit-transform: translateX(-7px) translateY(-1px) rotate(45deg);
  -ms-transform: translateX(-7px) translateY(-1px) rotate(45deg);
  -o-transform: translateX(-7px) translateY(-1px) rotate(45deg);
  transform: translateX(-7px) translateY(-1px) rotate(45deg);
}
.m-menu{
  display: none;
}
.social__list{
  display: flex;
  align-items: center;
  margin-bottom: 10px;
}
.social__list a {
    display: inline-flex;
    margin-right: 25px;
    margin-left: -15px;
}
.social__list svg path {
  fill: #ffffff;
}
.social__list a:hover svg path {
  fill: #fe4531;
}
.video-js {
  position: absolute !important;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.vjs-loading-spinner {
  border: 6px solid #919191;
}
.video-js .vjs-control-bar{
  opacity: 1!important;
  background: transparent!important;
  transform: translate3d(0, 12px, 0);
  display: block;
}
.video-js .vjs-slider:focus{
  text-shadow: none!important;
  box-shadow: none!important;
}
.video-js .vjs-slider{
  background-color: #666666!important;
}
.video-js .vjs-play-progress:before {
    opacity: 0;
}
.video-js .vjs-fullscreen-control{
  float: right;
  position: relative;
  top: -80px;
  color: #919191;
  height: 60px;
  width: 60px;
  display: flex;
  cursor: pointer;
  z-index: 222;
}
.video-js .vjs-load-progress{
  background: #919191;
}
.video-js .vjs-progress-control{
  width: 100%;
}
.video-js .vjs-play-progress {
    background-color: #3aeded;
}
.video-js .vjs-progress-holder {
    height: 8px!important;
    margin: 0 0px!important;
}
.video-js .vjs-volume-panel,
.video-js .vjs-control-bar button:first-child,
.video-js .vjs-control-bar .vjs-remaining-time{
  display: none!important;
}
.video-js .vjs-load-progress div{
  background: #919191;
}

.jspHorizontalBar{
  display: none!important;
}
.jspVerticalBar {
    width: 12px;
    background: transparent;
    z-index: 22;
    /* padding-top: 66px; */
}
.jspTrack {
    background: transparent;
    height: 100%!important;
}
.jspPane {
  margin: 0 !important;
  width: 100% !important;
  overflow: hidden;
  background: #040a6c;
}
.jspDrag {
    background: #d9e0e6;
    display: none !important;
}
.playVideo + .portfolio__description{
  display: none;
}
.aboutUs__mobileDescriptionVideo,
.vjs-big-play-button{
  display: none!important;
}
.vjs-fullscreen video{
  height: 100%!important;
}
.vjs-icon-fullscreen-enter:before, 
.video-js .vjs-fullscreen-control .vjs-icon-placeholder:before{
  content: "\f108";
    bottom: 0;
    top: auto;
    width: 20px;
    height: 30px;
    right: 10px;
    left: auto;
}
@media all and (max-width: 1500px) and (min-width: 1300px) {
  .sidebar .aboutUs__description {
    padding: 50px 60px 60px;
    color: #fff;
    font-size: 26px;
    letter-spacing: 1px;
  }
  .sidebar .aboutUs__description h2 {
      color: #fe0459;
      margin-bottom: 20px;
      line-height: 1;
      text-transform: uppercase;
      font-size: 43px;
  }
  .sidebar .contacts__list {
    margin-top: 50px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 35px;
    margin-bottom: 30px;
    font-weight: bold;
  }
}
@media all and (max-width: 1360px) and (min-width: 770px) {
  .sidebar .aboutUs__description {
    padding: 40px 50px 50px;
    color: #fff;
    font-size: 24px;
    letter-spacing: 1px;
  }
  .sidebar .aboutUs__description h2 {
      color: #fe0459;
      margin-bottom: 15px;
      line-height: 1;
      text-transform: uppercase;
      font-size: 40px;
  }
  .sidebar .contacts__list {
    margin-top: 40px;
    display: flex;
    justify-content: space-between;
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 50px;
    font-weight: bold;
  }
}
@media all and (max-width: 1290px) and (min-width: 770px) {
  .sidebar .portfolio__descriptionHeader {
    padding: 10px;
  }
  .sidebar .portfolio__descriptionBox ul li{
    margin-bottom: 0px;
  }
  .sidebar .portfolio__descriptionBox ul li span {
      font-size: 16px;
      line-height: 1px;
      letter-spacing: .4px;
      display: inline-block;
  }
  .sidebar .portfolio__descriptionBox {
    margin: 10px 0 10px;
  }
  .sidebar .portfolio__descriptionBox ul li p {
    text-transform: uppercase;
    font-size: 17px;
    letter-spacing: 0.4px;
    font-weight: bold;
        line-height: 15px;
  }
}
@media all and (max-width: 800px) {
  .content .main_navigation {
    width: 100vw;
    left: 50%;
    top: -150px;
    transform: translateX(-50%);
  }
  .content .main_navigation .nav__2 {
    display: none;
  }
  .content .main_navigation .nav__1 li.active a {
    color: #fe4531;
    -webkit-text-stroke: 2px #fe4531;
  }
  .content .logo img {
   display: none;
  }
  .content .logo img.img-logo-mob {
    max-width: 120px;
    width: auto;
    display: inline-block;
    text-align: center;
  }
.fullpage-wrapper .section img {
  width:100%;
  height:100%;
  position: absolute;
  top: 0;
  left: 0;
  object-fit: cover;
}
.page .section {
  display: none !important;
}
.page .mobile-background {
  display: block;
  background-color: #000;
  background-image: url("../img/mobile_logo.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
.team__row .team__rowWrapper:before {
    content: "";
    height: 50px!important;
}
.preloader__box{
  width: 85%;
}
.preloader__box .wrapper {
    padding: 0 15px 7px;
}
.preloader__box h2 {
    font-size: 56px;
    margin-bottom: 10px;
}

  .m-menu {
    display: block;
    opacity: 0;
    position: absolute;
    color: #fff;
    z-index: 22;
    font-size: 44px;
    font-weight: 600;
    padding: 0 20px;
    line-height: 1;
    top: 10px;
    transition: all 0.3s ease-in-out;
  }
  .sidebar {
    width: 100%;
    top: 60px;
    transform: scale(1)!important;
  }
  .sidebar:hover {
    -webkit-transform: scale(1) !important;
            transform: scale(1) !important;
  }
  .sidebar .wrapper {
    height: calc(100% - 50px);
    overflow: auto;
}
  .sidebar .portfolio__header ul li {
  border-top: none;
  border-bottom: 5px solid transparent;
}
.sidebar .portfolio__header ul li.active{
  border-top: none;
  border-bottom: 5px solid #3aeded;
}
.sidebar .portfolio__header ul li.js-catSelect:hover,
.sidebar .portfolio__header ul li.js-catSelect.active:hover{
    border-top: none;
    border-bottom: 5px solid #3aeded;
}
.sidebar .portfolio__header ul li.active.hoverUnActive {
    border-bottom: 5px solid transparent;
    border-top: none;
}
  .sidebar .portfolio {
    height: auto;
  }
  .sidebar .portfolio__item {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    height: auto;
  }
  .sidebar .portfolio__contentWrapper {
    padding-bottom: 0px;
    padding-top: 0px!important;
  }
  .sidebar .portfolio__header {
    z-index: 222;
  }
  .sidebar .portfolio__header ul li a {
    font-size: 0.8em;
  }
  .sidebar .portfolio__description {
    position: static;
    width: 100%;
    min-width: 100%;
    background: #1f1f23a6;
  }
  .sidebar .portfolio__description.mobileVideoEventActive{
    height: auto;
    min-height: auto!important;
    bottom: auto;
    display: block;
  }
  .sidebar .portfolio__descriptionBox {
    height: auto;
  }
  .sidebar .portfolio__description.mobileVideoEventActive .portfolio__descriptionBox{
    display: none;
  }
  .sidebar .portfolio__descriptionHeader{
    box-shadow: 0px 3px 20px 4px #0000007a;
  }
  .sidebar .portfolio__item .wideoWrapper, .sidebar .aboutUs .wideoWrapper {
    width: 100%;
    position: static;
    display: block;
  }
  .sidebar .portfolio__item iframe, .sidebar .aboutUs iframe {
    width: 100%;
    height: 100%;
  }
  .sidebar .team {
    padding-bottom: 60px;
  }
  .hover-show,
  .crossClose{
    visibility: hidden !important;
  }
  .sidebar .aboutUs {
    padding-bottom: 0px;
    margin-bottom: 0px;
    height: auto;
  }
  .sidebar .aboutUs__description {
    font-size: 18px;
    padding-bottom: 55px !important;
  }
.sidebar .aboutUs__videoBox .playVideo .aboutUs__mobileDescriptionVideo{
  display: none!important;
}
.sidebar .aboutUs__videoBox img {
    width: 100%;
    display: block;
        top: auto;
    bottom: auto;
}
.aboutUs__mobileDescriptionVideo {
    top: 0px;
}
  .content .languages {
    top: auto;
    bottom: 0;
    right: 0;
  }
  .content .languages ul {
    display: flex;
    list-style: none;
    justify-content: center;
  }
  .content .logo {
    background: #000;
    width: 100%;
    height: auto;
    max-height: 100%;
    left: 0;
    top: 0;
    padding: 0px 20px;
    text-align: center;
    box-sizing: border-box;
  }
  .content .logo:hover {
    color: #fff;
  }
  .content .logo:after {
    display: none;
  }
  .content .logo{
    height: 50px;
  }
  .m-menu{
    position: fixed;
    top: 7px;
  }
  .sidebar .aboutUs .clients {
    padding-top: 55px;
  }
}
@media all and (max-width: 500px) {
  .logo h1{
    font-size: 35px;
    line-height: 1;
    position: relative;
    top: 11px;
  }
  .sidebar .portfolio__header ul li {
    margin: 0;
  }
  .sidebar .portfolio__header{
    padding: 0 10px;
  }
  .sidebar .aboutUs__description h2 {
    margin: 10px 0 20px;
    font-size: 30px;
  }
  .sidebar .aboutUs__description p {
    margin-bottom: 10px;
  }
  .sidebar .aboutUs__description {
    font-size: 22px;
    padding: 10px 20px 20px;
  }
  .sidebar .contacts__description {
    padding: 10px 20px;
    font-size: 20px;
  }
  .sidebar {
    top: 50px;
  }
  .sidebar .team__row{
    padding: 30px 0px 30px;
    display: block;
    height: 27vh;
    min-height: auto;
    margin-bottom: 3vh;
  }
  .sidebar .team_photoWrapper{
    margin-bottom: 10px;
  }

  .sidebar .team__row:last-child {
    //margin-bottom: 40px;
}
  .sidebar .team__rowWrapper {
    padding: 0/* 20px*/;
    box-sizing: border-box;
  }
  .sidebar .team__item {
    position: relative;
    z-index: 2;
    font-size: 23px;
    display: block;
    flex-direction: column;
    padding: 0 10px;
    width: 43%;
  }
  .sidebar .contacts__list{
    flex-direction: column;
    font-size: 33px;
    margin-bottom: 40px;
  }
  .sidebar .contacts div.c_item{
    height: auto;
  }
  .sidebar .contacts__listItem p {
    margin-bottom: 10px;
  }
  .sidebar .contacts h2 {
    font-size: 40px;
    margin-bottom: 20px;
  }
  .sidebar .contacts .contacts__mapBox.c_item{
    height: 50vh;
  }
  .social__list{
    margin-bottom: 20px;
  }
  .sidebar .team__item img {
    margin-bottom: 0px;
}
.sidebar .team__item p {
    font-size: 15px;
    letter-spacing: .6px;
    margin-bottom: -5px;
}
.sidebar .team__item span{
  display: inline-block;
  line-height: 0.8em;
  padding-top: 7px;
  font-size: 14px;
}

.sidebar .aboutUs>div {
    height: auto;
}
.aboutUs__mobileDescriptionVideo{
  display: block!important;
  background: #eefe20;
  position: relative;
  z-index: 22;
  text-align: center;
  padding: 15px;
  font-size: 27px;
}

.team__row:nth-child(3n+1) .team__rowWrapper:before,
.team__row:nth-child(3n) .team__rowWrapper:before,
.team__row:nth-child(3n-1) .team__rowWrapper:before{
    content: "";
    margin-top: -4px;
}
}
@media all and (max-width: 500px) {
  .sidebar .portfolio__header ul li {
    padding: 19px 5px;
    font-size: 19px;
}
}