@import url(http://web.archive.org/web/20180105120812cs_/http://fonts.googleapis.com/css?family=Montserrat);
@import url(http://web.archive.org/web/20180105120812cs_/http://allfont.ru/allfont.css?fonts=monoton);




#logotype{
    width: 50px; 
    height: 37px; 
    position: absolute; 
    z-index: 9999;
}


.menu{
  position: fixed;
  z-index: 9999;
  height: 50px;
  background: rgba(0,0,0,0.8);
  color: #fff;
  width: 100%;
}

.menu ul{
  list-style: none;
  margin-left: 15%;
  margin-top:0.5%;
}

.menu li{
  display: inline-block;
  margin-right: 5%;
}








/* Centered texts in each section
  * --------------------------------------- */
  .section{
    font-family: Segoe UI;  
    padding-top: 0;
  }
  
  #yc{
    width: 150px;
    text-align: center;
    padding-top: 13px;
    height: 50px;
    background: #EB0F25;
    position: fixed;
    bottom: 30px;
    right: 70px;
    z-index: 9999;
    display: block; 
    animation: call 2s linear infinite;
  }

  @keyframes call {
    0%{opacity: 0.3;}
    50%{opacity: 1;}
    100%{opacity: 0.3;}
  }

  #myVideo{
    position: absolute;
    right: 0;
    bottom: 0;
    top:0;
    right:0;
    width: 100%;
    height: 97%;
    background-size: 100% 100%;
    background-color: black; /* in case the video doesn't fit the whole page*/
    background-image: /* our video */;
    background-position: center center;
    background-size: contain;
    object-fit: cover; /*cover video background */
    z-index:3;
  }


  /*solves problem with overflowing video in Mac with Chrome */
  #section0{
    overflow: hidden;
  }
  
  .layer{
    position: absolute;
    z-index: 4;
    width: 100%;
    left: 5%;
    top: 40%;

    /* 
    * Preventing flicker on some browsers 
    * See http://stackoverflow.com/a/36671466/1081396  or issue #183
    */
    -webkit-transform: translate3d(0,0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
  }
  
  .layer h1{
    color: #fff;
    text-decoration: underline;
    font-size: 48px;
  }

   .layer h4{
    color: #fff;
   }

  .layer ul{
    list-style: none;
    padding-top: 1%;
  }

  .layer ul li{
    color: #fff;
    font-size: 24px;
    position: relative;
    transition: all 0.35s;
    width: 10%;
  }

  .layer ul li a::before{
    width: 25px;
    height: 1px;
    content: " ";
    background: #f0083e;
    position: absolute;
    top: 50%;
    left: -20%;
    transform: translate3d(-50px,0,0);
    opacity: 0;
    transition: all 0.35s;
  }


.layer ul li:hover a::before, .layer ul li:hover{
  transform: translate3d(0,0,0);
  opacity: 1;
}





  /* Hiding video controls 
  * See: https://css-tricks.com/custom-controls-in-html5-video-full-screen/
  * --------------------------------------- */
  video::-webkit-media-controls {
    display:none !important;
  }






.main h1 {
  font-size: 4rem;
  text-transform: uppercase;
  margin-top: 0;
  letter-spacing: .3rem;
  display: inline-block;
  position: absolute;
  left: 5%;
  top: 30%;
  border-bottom: 1px #fff solid;
}

.main ul{
  list-style: none;
  display: inline-block; 
  position: fixed;
  top: 35%;
  right: 5%;
  text-align: right;
}

.main li{
  display: block;
}

.main li a{
  font-size: 26px;
  text-transform: uppercase;
}


button:hover{
  opacity: 1;
}


a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  background:transparent;
  padding: .5rem;
  transition: .6s background; 
  font-family: Segoe UI;
  transition: all 0.3s;
}
a:hover span{
  text-decoration: underline;
}

@media screen and (max-width: 500px) { 
  div{width:70%;} 
}




.cont {
  position: relative;
  overflow: hidden;
  height: 100vh;
  padding: 80px 70px;
}
.cont__inner {
  position: relative;
  height: 100%;
}
.cont__inner:hover .el__bg:after {
  opacity: 1;
}

.el {
  position: absolute;
  left: 0;
  top: 0;
  width: 19.2%;
  height: 100%;
  background: #252525;
  -webkit-transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  transition: width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s;
  transition: transform 0.6s 0.7s, width 0.7s, opacity 0.6s 0.7s, z-index 0s 1.3s, -webkit-transform 0.6s 0.7s;
  will-change: transform, width, opacity;
}
.el:not(.s--active) {
  cursor: pointer;
}
.el__overflow {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.el__inner {
  overflow: hidden;
  position: relative;
  height: 100%;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
.cont.s--inactive .el__inner {
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
}
.el__bg {
  position: relative;
  width: calc(100vw - 140px);
  height: 100%;
  -webkit-transition: -webkit-transform 0.6s 0.7s;
  transition: -webkit-transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s;
  transition: transform 0.6s 0.7s, -webkit-transform 0.6s 0.7s;
  will-change: transform;
}
.el__bg:before {
  content: "";
  position: absolute;
  left: 0;
  top: -5%;
  width: 100%;
  height: 110%;
  background-size: cover;
  background-position: center center;
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
  -webkit-transform: translate3d(0, 0, 0) scale(1);
          transform: translate3d(0, 0, 0) scale(1);
}
.cont.s--inactive .el__bg:before {
  -webkit-transform: translate3d(0, -100%, 0) scale(1.2);
          transform: translate3d(0, -100%, 0) scale(1.2);
}
.el.s--active .el__bg:before {
  -webkit-transition: -webkit-transform 0.8s;
  transition: -webkit-transform 0.8s;
  transition: transform 0.8s;
  transition: transform 0.8s, -webkit-transform 0.8s;
}
.el__bg:after {
  content: "";
  z-index: 1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.3);
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s;
}
.cont.s--el-active .el__bg:after {
  -webkit-transition: opacity 0.5s 1.4s;
  transition: opacity 0.5s 1.4s;
  opacity: 1 !important;
}
.el__preview-cont {
  z-index: 2;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s 1.2s;
  transition: all 0.3s 1.2s;
}
.cont.s--inactive .el__preview-cont {
  opacity: 0;
  -webkit-transform: translateY(10px);
          transform: translateY(10px);
}
.cont.s--el-active .el__preview-cont {
  opacity: 0;
  -webkit-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}
.el__heading {
  color: #fff;
  text-transform: uppercase;
  font-size: 18px;
}
.el__content {
  z-index: -1;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0.1s;
  transition: all 0.1s;
}
.el.s--active .el__content {
  z-index: 2;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0.5s 1.4s;
  transition: all 0.5s 1.4s;
}
.el__text {
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
}

.el__text a{
  font-size: 20px;
}
.svr{
  display: inline-block;
}


.el__close-btn {
  z-index: -1;
  position: absolute;
  right: 10px;
  top: 10px;
  width: 60px;
  height: 60px;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 0s 0.45s;
  transition: all 0s 0.45s;
  cursor: pointer;
}
.el.s--active .el__close-btn {
  z-index: 5;
  opacity: 1;
  pointer-events: auto;
  -webkit-transition: all 0s 1.4s;
  transition: all 0s 1.4s;
}
.el__close-btn:before, .el__close-btn:after {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 8px;
  margin-top: -4px;
  background: #fff;
  opacity: 0;
  -webkit-transition: opacity 0s;
  transition: opacity 0s;
}
.el.s--active .el__close-btn:before, .el.s--active .el__close-btn:after {
  opacity: 1;
}
.el__close-btn:before {
  -webkit-transform: rotate(45deg) translateX(100%);
          transform: rotate(45deg) translateX(100%);
}
.el.s--active .el__close-btn:before {
  -webkit-transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.4s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(45deg) translateX(0);
          transform: rotate(45deg) translateX(0);
}
.el__close-btn:after {
  -webkit-transform: rotate(-45deg) translateX(100%);
          transform: rotate(-45deg) translateX(100%);
}
.el.s--active .el__close-btn:after {
  -webkit-transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  transition: all 0.3s 1.55s cubic-bezier(0.72, 0.09, 0.32, 1.57);
  -webkit-transform: rotate(-45deg) translateX(0);
          transform: rotate(-45deg) translateX(0);
}
.el__index {
  overflow: hidden;
  position: absolute;
  left: 0;
  bottom: -80px;
  width: 100%;
  height: 100%;
  min-height: 250px;
  text-align: center;
  font-size: 20vw;
  line-height: 0.85;
  font-weight: bold;
  -webkit-transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
  transition: opacity 0.3s 1.4s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s 1.4s;
  transition: transform 0.5s, opacity 0.3s 1.4s, -webkit-transform 0.5s;
  -webkit-transform: translate3d(0, 1vw, 0);
          transform: translate3d(0, 1vw, 0);
}
.el:hover .el__index {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.cont.s--el-active .el__index {
  -webkit-transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: opacity 0.3s, -webkit-transform 0.5s;
  transition: transform 0.5s, opacity 0.3s;
  transition: transform 0.5s, opacity 0.3s, -webkit-transform 0.5s;
  opacity: 0;
}
.el__index-back, .el__index-front {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
}
.el__index-back {
  color: #2f3840;
  opacity: 0;
  -webkit-transition: opacity 0.25s 0.25s;
  transition: opacity 0.25s 0.25s;
}
.el:hover .el__index-back {
  -webkit-transition: opacity 0.25s;
  transition: opacity 0.25s;
  opacity: 1;
}
.el__index-overlay {
  overflow: hidden;
  position: relative;
  -webkit-transform: translate3d(0, 100%, 0);
          transform: translate3d(0, 100%, 0);
  -webkit-transition: -webkit-transform 0.5s 0.1s;
  transition: -webkit-transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
  color: transparent;
}
.el__index-overlay:before {
  content: attr(data-index);
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  color: #fff;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.5s 0.1s;
  transition: -webkit-transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s;
  transition: transform 0.5s 0.1s, -webkit-transform 0.5s 0.1s;
}
.el:hover .el__index-overlay {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.el:hover .el__index-overlay:before {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}
.el:nth-child(1) {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
  -webkit-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
}
.cont.s--el-active .el:nth-child(1):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(0%, 0, 0);
          transform: scale(0.5) translate3d(0%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}
.el:nth-child(1) .el__inner {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
}
.el:nth-child(1) .el__bg {
  -webkit-transform: translate3d(0%, 0, 0);
          transform: translate3d(0%, 0, 0);
}
.el:nth-child(1) .el__bg:before {
  -webkit-transition-delay: 0s;
          transition-delay: 0s;
  background-image: url("../images/services/mans.jpg");
}
.el:nth-child(2) {
  -webkit-transform: translate3d(105.20833%, 0, 0);
          transform: translate3d(105.20833%, 0, 0);
  -webkit-transform-origin: 155.20833% 50%;
          transform-origin: 155.20833% 50%;
}
.cont.s--el-active .el:nth-child(2):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(105.20833%, 0, 0);
          transform: scale(0.5) translate3d(105.20833%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}
.el:nth-child(2) .el__inner {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.el:nth-child(2) .el__bg {
  -webkit-transform: translate3d(-19.2%, 0, 0);
          transform: translate3d(-19.2%, 0, 0);
}
.el:nth-child(2) .el__bg:before {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
  background-image: url("../images/services/kings-mans.jpg");
}
.el:nth-child(3) {
  -webkit-transform: translate3d(210.41667%, 0, 0);
          transform: translate3d(210.41667%, 0, 0);
  -webkit-transform-origin: 260.41667% 50%;
          transform-origin: 260.41667% 50%;
}
.cont.s--el-active .el:nth-child(3):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(210.41667%, 0, 0);
          transform: scale(0.5) translate3d(210.41667%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}
.el:nth-child(3) .el__inner {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.el:nth-child(3) .el__bg {
  -webkit-transform: translate3d(-38.4%, 0, 0);
          transform: translate3d(-38.4%, 0, 0);
}
.el:nth-child(3) .el__bg:before {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
  background-image: url("../images/services/mans-kor.jpg");
}
.el:nth-child(4) {
  -webkit-transform: translate3d(315.625%, 0, 0);
          transform: translate3d(315.625%, 0, 0);
  -webkit-transform-origin: 365.625% 50%;
          transform-origin: 365.625% 50%;
}
.cont.s--el-active .el:nth-child(4):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(315.625%, 0, 0);
          transform: scale(0.5) translate3d(315.625%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}
.el:nth-child(4) .el__inner {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.el:nth-child(4) .el__bg {
  -webkit-transform: translate3d(-57.6%, 0, 0);
          transform: translate3d(-57.6%, 0, 0);
}
.el:nth-child(4) .el__bg:before {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
  background-image: url("../images/services/kings.jpg");
}
.el:nth-child(5) {
  -webkit-transform: translate3d(420.83333%, 0, 0);
          transform: translate3d(420.83333%, 0, 0);
  -webkit-transform-origin: 470.83333% 50%;
          transform-origin: 470.83333% 50%;
}
.cont.s--el-active .el:nth-child(5):not(.s--active) {
  -webkit-transform: scale(0.5) translate3d(420.83333%, 0, 0);
          transform: scale(0.5) translate3d(420.83333%, 0, 0);
  opacity: 0;
  -webkit-transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: opacity 0.95s, -webkit-transform 0.95s;
  transition: transform 0.95s, opacity 0.95s;
  transition: transform 0.95s, opacity 0.95s, -webkit-transform 0.95s;
}
.el:nth-child(5) .el__inner {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
}
.el:nth-child(5) .el__bg {
  -webkit-transform: translate3d(-76.8%, 0, 0);
          transform: translate3d(-76.8%, 0, 0);
}
.el:nth-child(5) .el__bg:before {
  -webkit-transition-delay: 0.4s;
          transition-delay: 0.4s;
  background:#1e1e1e;
}
.el:hover .el__bg:after {
  opacity: 0;
}
.el.s--active {
  z-index: 1;
  width: 100%;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
  transition: width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s;
  transition: transform 0.6s, width 0.7s 0.7s, z-index 0s, -webkit-transform 0.6s;
}
.el.s--active .el__bg {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.6s;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
}
.el.s--active .el__bg:before {
  -webkit-transition-delay: 0.6s;
          transition-delay: 0.6s;
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}





* {
  box-sizing: border-box;
  padding: 0;
  margin: 0;
}

.nav {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9;
  padding: 40px;
  color: white;
}
.nav h1 {
  font-weight: 300;
  font-size: 3rem;
}
.nav .author {
  text-align: right;
}


.slide:nth-child(1) {
  background-image: url('../images/masters/master1.jpg');
  background-size: cover; 
}
.slide:nth-child(2) {
  background-image: url('../images/masters/master2.jpg');
  background-size: cover;
}
.slide:nth-child(3) {
  background-image: url('../images/masters/master4.jpg');
  background-size: cover;
}
.slide:nth-child(4) {
  background-image: url('../images/masters/master5.jpg');
  background-size: cover;
}
.slide:nth-child(5) {
  background-image: url('../images/masters/master6.jpg');
  background-size: cover;
}
.slide:nth-child(6) {
  background-image: url('../images/masters/master7.jpg');
  background-size: cover;
}


.name{
  color: #fff;
  font-size: 72px;
  font-family: Roboto;
}

.descriptio{
  color: #fff;
  width:40%;
  display: block;
  position: relative;
  font-family: Segoe UI;
  font-weight: 100;
  margin-left: 2%;
  font-size: 24px;
}

.descriptio:before{
  width: 1px;
  height: 100%;
  position: absolute;
  background: #fff;
  content: ' ';
  left: -3%;
}


.showWorks{
  padding: 1%;
  color: #fff;
  border: 1px #fff solid;
  margin:1%;  
}









.back{
  background: #0e0e0e;
  width: 100%;
  height: 650px;
  padding: 5%;
  color: #fff;
  font-family: Segoe UI;
}


.back .photo img{
  width: 85%;
}

.photo{
  width: 60%;
  display: inline-block;
}

.serv{
  position:relative;
}


.desc{
  width: 30%;
  display: inline-block;
  position:absolute;
  top:1%;
}

.desc h1{
  margin-bottom: 10%;
}

.desc p{
  font-size: 24px;
}

.desc a{
  margin-top: 5%;
  width: 150px;
  text-align: center;
  padding-top: 13px;
  height: 50px;
  background: #EB0F25;
  z-index: 9999;
  display: block;
}

















.tablet{
  font-family: Segoe UI;
  font-size: 32px; 
  font-weight: 600; 
  color: #fff; 
  background: #1e1e1e;
  width: 35%;
  display: inline-block;
  padding: 4%;
  margin:2%;
  box-shadow: rgba(0, 0, 0, 0.2) 0px 2px 2px, 
  rgba(0, 0, 0, 0.5) 0px 4px 4px, 
  rgba(0, 0, 0, 0.5) 0px 8px 8px, 
  rgba(0, 0, 0, 0.5) 0px 16px 16px, 
  rgba(0, 0, 0, 0.5) 0px 32px 32px, 
  rgba(0, 0, 0, 0.5) 0px 64px 64px
}


.neon{
  font-family: 'Monoton', arial;
  color: #000;
  font-size: 132px;
  font-weight: 100;
  text-align: center;
}

.font-effect-neon {
  color:#FFFFFF;
  animation: neon 6s linear infinite;
  text-shadow: 0 0 80px #fff,0 0 30px #fff,0 0 6px #fff;
}



@keyframes neon {
  0%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  28%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  29%{color: #8a8a8a; text-shadow: 1px 1px 5px #1e1e1e;}
  30%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  31%{color: #8a8a8a; text-shadow: 1px 1px 5px #1e1e1e;}
  32%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  
  33%{color: #8a8a8a; text-shadow: 1px 1px 5px #1e1e1e;}
  34%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  35%{color: #8a8a8a; text-shadow: 1px 1px 5px #1e1e1e;}
  36%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}

  65%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  66%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  67%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  68%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  90%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}

  91%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  100%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
}

@keyframes neonR{
  0%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  28%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  29%{color: #8a8a8a; text-shadow: 1px 1px 5px #1e1e1e;}
  79%{color: #8a8a8a; text-shadow:1px 1px 5px #1e1e1e;}
  80%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
  100%{color: #fff; text-shadow: 1px 1px 5px #1e1e1e, 0 0 40px #fff,0 0 400px #fff;}
}

/*-------------------------------------------Инвестиции----------------------------------------------------*/



.communicate{
  border:none;
  position: fixed;
  right: 50px;
  bottom:50px;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 18px;
  text-align: left;
  background: transparent;
  color: #fff;
  font-family: Yu Gothic Light; 
}

.communicate{
  border-top:1px #fff solid;
  border-bottom:1px #fff solid;
}

.communicate::before{
  content:' ';
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  left: -16px;
  top: -9px;
  border: 1px solid;
  border-radius: 10px;
}

.communicate::after{
  content:' ';
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  right: -16px;
  bottom: -9px;
  border: 1px solid;
  border-radius: 10px;
}


.intro{
  margin-top: 20%;
  color: #fff;
  font-family: Yu Gothic Light;
  height: 600px;
}

.intro span{
  letter-spacing: 5px;
  font-size: 36px;
}

.top_line{
  margin-left: 20%;
}
.bottom_line{
  margin-left: 47.5%;
}
.B{
  margin-left:47%;
}

.top_line::before{
  content:' ';
  width: 1px;
  height: 20%;
  background: #fff;
  position: absolute;
  top:100px;
  left: 48%;
}

.top_line::after{
  content:' ';
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  left: 47.45%;
  top: 602px;
  border: 1px solid;
  border-radius: 10px;
}

.bottom_line::before{
  content:' ';
  width: 1px;
  height: 20%;
  background: #fff;
  position: absolute;
  top: 470px;
  left: 48%;
}

.bottom_line::after{
  content:' ';
  width: 15px;
  height: 15px;
  background: transparent;
  position: absolute;
  top: 83px;
  left: 47.45%;
  border: 1px solid;
  border-radius: 10px;
}












.about_busines{
  height: 600px;
}


.list{
  display: inline-block;
}

.list ul{
  list-style: none;
}

.list ul li{
  display: block;
  border-left: 5px #fff solid;
  margin:20%;
  padding-left:5%;
  font-size: 18px;
  width: 60%;
}

.trail{
  position: relative;
}

.trail:before{
  content:' ';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  top:-100px;
  left: 48%;
}

.trail:after{
  content:' ';
  width: 1px;
  height: 100%;
  background: #fff;
  position: absolute;
  bottom:-100px;
  left:48%; 
}


.head{
  display: inline-block;
  margin-right: 5%;
  margin-top:25%;
  float: right;
  font-size: 24px;
  position: relative;
}

.head:before{
  content: ' ';
  width: 650px;
  height: 650px;
  border: 1px solid #fff;
  border-radius: 650px;
  position: absolute;
  right: -200px;
  top: -250px;
}






.advantages_investing{
  height: 1000px;
  padding-top: 20%;
}

.advantages_investing .blocks{
  font-family: Segoe UI;
  padding-top: 10%;
}

.head_2{
  width: 60%;
  font-size: 28px;
  margin:1%;
}

.block_advantage{
  width: 25%;
  display: inline-block;
  margin-bottom: 15%;
  margin-left: 10%;
  position: relative;
  font-size: 18px;
  font-family: Segoe UI;
}

#b2{
  margin-left:25%;
}

#b4{
  margin-left:25%;
}

#b1:after{
  content: '1';
  font-size: 132px;
  position: absolute;
  top: -95px;
  right: -50px;
}

#b2:before{
  content: '2';
  font-size: 132px;
  position: absolute; 
  top: -95px;
  left:-80px;
}

#b3:after{
  content: '3';
  font-size: 132px;
  position: absolute;
  top:-120px;
  right: -50px;
}

#b4:before{
  content: '4';
  font-size: 132px;
  position: absolute;
  top: -120px;
  left:-80px;
}






.adv_barbershops{
  height: 600px;
}


#b_a1{
  width: 80%;
  text-align: right;
  margin-top: 100px;
  margin-left: 5%;
}

#b_a2{
  width: 90%;
  text-align: left;
  margin-left: 10%;
}

#b_a3{
  width: 80%;
  text-align: right;
  margin-left: 10%;
}


#b_a1:after{
  content: url("../images/investing/lines.png");
  position: absolute;
  right: 230px;
  top: -50px;
}

#b_a2:before{
  content: url("../images/investing/courthouse.png");
  position: absolute;
  left:250px;
  top: -60px;
}

#b_a3:before{
  content: url("../images/investing/ruble.png");
  position: absolute;
  right: 300px;
  top: -50px;
}



.adv_hardy{
  height: 800px;
}




/*-------------------------------------------/////////////Инвестиции----------------------------------------------------*/




/*-------------------------------------------Продукция----------------------------------------------------*/

.brand{
  text-align: left;
  font-family: Segoe UI;
  padding-left: 15px;
  font-weight: 200;
}

.product{
  margin-bottom: 20px;
}

.product a{
  text-align: left;
  font-family: Segoe UI;
  color: #1e1e1e;
  text-decoration: none;
  padding: 0;
}

.product .name{
  text-align: left;
  width: 50%;
  display: inline-block;
  font-size: 16px;
  letter-spacing: 0;
  color: #1e1e1e;
}

.product a:hover{
  color: #2e2e2e;
  text-decoration: none;
  background: transparent;
}

.product p{
  text-align: left;
  font-family: Segoe UI;
  font-size: 14px;
  color: 
}

.product img{
  width: 100%;
}

.price{
  width: 45%;
  display: inline-block;
  text-align: right;
}


/*-------------------------------------------////////Продукция----------------------------------------------------*/




/*-------------------------------------------Вакансии----------------------------------------------------*/


.vacancies{
  background: url('../images/vac.jpg');
  background-size: cover;
  width: 100%;
  height: 650px;
}

.vacancies h1{
  font-family: Segoe UI;
  padding-left: 5%;
  color: #fff;
}

.work{
  background: #fff;
  padding: 20px;
  margin: 5%;
  text-align: left;
}

.work h4{
  font-family: Segoe UI;
  font-weight: 500;
}

.work p{
  color: #9e9e9e;
}

.work a{
  text-decoration: none;
  color: #fff;
  background: #000;
  padding: 3%;
}

.work a:hover{
  text-decoration: none;
  color: #fff;
}

.modal_btn{
  background: #1e1e1e;
  width: 80%;
  color: #fff;
  padding: 3%;
}




#modal_form {
      width: 400px; 
      height: 400px; /* Рaзмеры дoлжны быть фиксирoвaны */
      border-radius: 5px;
      border: 3px #000 solid;
      background: #fff;
      position: fixed; /* чтoбы oкнo былo в видимoй зoне в любoм месте */
      top: 25%; /* oтступaем сверху 45%, oстaльные 5% пoдвинет скрипт */
      left: 45%; /* пoлoвинa экрaнa слевa */
      margin-top: -150px;
      margin-left: -150px; /* тут вся мaгия центрoвки css, oтступaем влевo и вверх минус пoлoвину ширины и высoты сooтветственнo =) */
      display: none; /* в oбычнoм сoстoянии oкнa не дoлжнo быть */
      opacity: 0; /* пoлнoстью прoзрaчнo для aнимирoвaния */
      z-index: 5; /* oкнo дoлжнo быть нaибoлее бoльшем слoе */
      padding: 20px 10px;
    }
    /* Кнoпкa зaкрыть для тех ктo в тaнке) */
    #modal_form #modal_close {
      width: 21px;
      height: 21px;
      position: absolute;
      top: 10px;
      right: 10px;
      cursor: pointer;
      display: block;
    }
    /* Пoдлoжкa */
    #overlay {
      z-index:3; /* пoдлoжкa дoлжнa быть выше слoев элементoв сaйтa, нo ниже слoя мoдaльнoгo oкнa */
      position:fixed; /* всегдa перекрывaет весь сaйт */
      background-color:#000; /* чернaя */
      opacity:0.8; /* нo немнoгo прoзрaчнa */
      -moz-opacity:0.8; /* фикс прозрачности для старых браузеров */
      filter:alpha(opacity=80);
      width:100%; 
      height:100%; /* рaзмерoм вo весь экрaн */
      top:0; /* сверху и слевa 0, oбязaтельные свoйствa! */
      left:0;
      cursor:pointer;
      display:none; /* в oбычнoм сoстoянии её нет) */
    }

    #modal_form form{
      height: 100%;
      width: 100%;
      text-align:center;
    }


    .f{
      width:90%;
      margin-top: 10%;
      margin-left: 3%;
      border: none;
      border-bottom: 1px #1e1e1e solid;
      text-align: center;
      font-family: Segoe UI;
      font-weight: 100;
      color: #1e1e1e;
    }

    .tell{
      height: 30%;
    }

    .feedback{
      margin:5%;
      background: #fff;
      border: 1px #1e1e1e solid;
      width:50%;
      height: 15%;
    }
    
    @media screen and (max-width: 1024px) {
        .name{
            font-size:64px;
        }
        
        .description{
            font-size:18px;
        }
        
        #logotype{
            left:-120%;
        }
        
        .menu ul{
            margin-left:10%;
        }
        
        .menu li{
            margin-right:3%;
        }
}
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    
    

/*
playback timings (ms):
  load_resource: 31.344
  LoadShardBlock: 646.161 (3)
  captures_list: 680.339
  exclusion.robots: 0.245
  RedisCDXSource: 8.877
  exclusion.robots.policy: 0.227
  PetaboxLoader3.datanode: 298.016 (4)
  CDXLines.iter: 20.367 (3)
  esindex: 0.018
  PetaboxLoader3.resolve: 273.622 (3)
*/