.to_center {
  text-align: center;
}

.to_right {
  text-align: right;
}

.to_left {
  text-align: left;
}

.marg10tb {
  margin-top: 10px;
  margin-bottom: 10px;
}

@font-face {
  font-family: "ProximaNovaRegular";
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("../fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("../fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNovaBold";
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("../fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("../fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

@font-face {
  font-family: "ProximaNovaBlack";
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("../fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("../fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal;
}

* {
  font-family: 'ProximaNovaRegular', sans-serif;
}

body, html {
  margin: 0px;
  width: 100%;
  font-size: 15px;
  color: #1F2024;
  line-height: 1.6;
  background: #151618;
  background: #5C5B84;
  /*	Chrome 1-10, Safari 4+, iOS 3.2-4.3, Android 2.1-3.0 */
  /* Chrome 10+, Safari 5.1+, iOS 5+, Android 4+ */
  /* Firefox 3.6+ */
  /* Opera 11.6+ */
  /* IE 10+ */
  background: radial-gradient(center, ellipse cover, #5C5B84 0%, #151618 100%);
  border: none;
  text-align: center;
  overflow: hidden;
}

strong {
  font-weight: 700;
}

a {
  text-decoration: none;
  outline: none;
  cursor: pointer;
}

h1 {
  font-size: 300%;
  font-family: 'ProximaNovaBlack';
  text-transform: uppercase;
  font-weight: bold;
  margin: 0px;
  line-height: 1;
}

h2 {
  font-size: 200%;
  font-family: 'ProximaNovaBlack';
  text-transform: uppercase;
  margin: 0px;
  line-height: 1;
}

h3 {
  font-size: 160%;
  font-family: 'ProximaNovaBlack';
  text-transform: uppercase;
}

h4 {
  font-size: 160%;
  color: #2f2e4b;
  font-family: 'ProximaNovaBold';
  margin: 0px;
  line-height: 1;
}

.logo {
  display: block;
  width: 100px;
  height: 100px;
  position: relative;
  z-index: 1;
  background: url(../pic/logo.svg) no-repeat center center;
  background-size: contain;
  margin: 0px auto;
}

.logo.mini {
  width: auto;
  height: 32px;
  background-position: left center;
  text-align: left;
  padding-left: 52px;
}

.logo.mini span {
  display: block;
  padding-top: 6px;
}

.start_page {
  width: 100%;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: #2f2e4b url(../pic/city.svg) no-repeat center bottom;
  background-size: contain;
  overflow: hidden;
  position: relative;
}

.start_page > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.start_page .top {
  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;
  line-height: 1;
}

.start_page .top h1 {
  color: #F7D52C;
  display: block;
  margin: 40px 0px 0px 0px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.start_page .top h2 {
  color: #F7D52C;
  line-height: 1;
  margin: 0px;
  position: relative;
  z-index: 1;
}

.start_page .bottom {
  background: url(../pic/rocket.svg) no-repeat center bottom;
  background-size: cover;
  position: relative;
  z-index: 1;
}

.start_page .bottom .down {
  position: absolute;
  bottom: 20px;
  width: 100%;
  height: 16px;
  margin-left: -5px;
}

.start_page .dot {
  background: url(../pic/star.svg) no-repeat center center;
  background-size: contain;
  position: absolute;
  display: block;
  z-index: 0;
}

.start_page .dot.w1 {
  -webkit-animation: ww 4.0s linear infinite;
          animation: ww 4.0s linear infinite;
}

.start_page .dot.w2 {
  -webkit-animation: ww 5.0s linear infinite;
          animation: ww 5.0s linear infinite;
}

.start_page .dot.w3 {
  -webkit-animation: ww 6.0s linear infinite;
          animation: ww 6.0s linear infinite;
}

.start_page .dot.w4 {
  -webkit-animation: ww 7.0s linear infinite;
          animation: ww 7.0s linear infinite;
}

.start_page .dot.showstar {
  -webkit-animation: showstar .5s linear;
          animation: showstar .5s linear;
}

.start_page .oblako {
  position: absolute;
  display: block;
  z-index: 0;
  opacity: .4;
}

.start_page .oblako.w1 {
  background: url(../pic/slide1-oblako1.svg) no-repeat center center;
  background-size: contain;
}

.start_page .oblako.w2 {
  background: url(../pic/slide1-oblako2.svg) no-repeat center center;
  background-size: contain;
}

.start_page .oblako.w3 {
  background: url(../pic/slide1-oblako3.svg) no-repeat center center;
  background-size: contain;
}

.start_page .oblako.w4 {
  background: url(../pic/slide1-oblako4.svg) no-repeat center center;
  background-size: contain;
}

.start_page .oblako.w5 {
  background: url(../pic/slide1-oblako5.svg) no-repeat center center;
  background-size: contain;
}

.start_page .rocket2 {
  background: url(../pic/rocket2.svg) no-repeat center bottom;
  background-size: contain;
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 20px;
  z-index: 0;
  filter: alpha(opactiy=40);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";
  -moz-opacity: 0.4;
  -khtml-opacity: 0.4;
  opacity: 0.4;
}

.page {
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  align-items: center;
}

.page .flex1 {
  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;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.page .flex2 {
  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;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.page.akcent {
  background-color: #F7D52C;
}

.page.contact {
  background: url(../pic/back-b.jpeg) no-repeat right center;
  background-size: cover;
}

.page .icons .desc {
  height: 200px;
  padding: 20px;
}

.page .icons > div {
  min-height: 700px;
  cursor: pointer;
  -ms-flex-item-align: end;
      align-self: flex-end;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.page .icons > div:hover {
  background-color: #fff;
}

.page .icons p.visible .notebook {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-animation: icondrop 0.4s ease-out;
          animation: icondrop 0.4s ease-out;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons p.visible .shadow {
  -webkit-transform: translate(0px, 0px);
          transform: translate(0px, 0px);
  -webkit-animation: shadowup 0.4s ease-out;
          animation: shadowup 0.4s ease-out;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons p.visible .back {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons .icon1, .page .icons .icon2, .page .icons .icon3 {
  padding: 10px;
  cursor: pointer;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons .icon1 > div, .page .icons .icon2 > div, .page .icons .icon3 > div {
  opacity: 0;
  position: relative;
  display: block;
  max-width: 360px;
  margin-left: auto;
  margin-right: auto;
  margin-top: -200px;
  height: 200px;
  font-size: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons .icon1 h3, .page .icons .icon2 h3, .page .icons .icon3 h3 {
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
}

.page .icons .icon1:hover, .page .icons .icon2:hover, .page .icons .icon3:hover {
  background-color: #fff;
}

.page .icons .icon1:hover > div, .page .icons .icon2:hover > div, .page .icons .icon3:hover > div {
  opacity: 1;
  margin-top: 0px;
}

.page .icons .icon1:hover h3, .page .icons .icon2:hover h3, .page .icons .icon3:hover h3 {
  color: #2f2e4b;
}

.page .icons .icon1:hover .back {
  -webkit-transform: translate(-10469px, 2429.1px);
          transform: translate(-10469px, 2429.1px);
}

.page .icons .icon1:hover .notebook {
  -webkit-transform: translate(40px, 10px);
          transform: translate(40px, 10px);
}

.page .icons .icon1:hover .shadow {
  -webkit-transform: translate(40px, 10px);
          transform: translate(40px, 10px);
}

.page .icons .icon2:hover .notebook {
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.page .icons .icon2:hover .shadow {
  -webkit-transform: translate(0px, 30px);
          transform: translate(0px, 30px);
}

.page .icons .icon3:hover .back {
  -webkit-transform: translate(50px, 0px);
          transform: translate(50px, 0px);
}

.page .icons .icon3:hover .notebook {
  -webkit-transform: translate(-40px, 10px);
          transform: translate(-40px, 10px);
}

.page .icons .icon3:hover .shadow {
  -webkit-transform: translate(-40px, 10px);
          transform: translate(-40px, 10px);
}

.ugol {
  background: url(../pic/ugol.svg) no-repeat right top;
  background-size: contain;
  width: 100%;
}

.pad20 {
  padding: 20px;
}

.footer {
  width: 100%;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #fff;
  -webkit-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3) ;
  -moz-text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3) ;
  text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.3) ;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  background: -webkit-gradient(linear, left top, left bottom, from(0), color-stop(rgba(0, 0, 0, 0.5)), to(transparent));
  background: linear-gradient(0, rgba(0, 0, 0, 0.5), transparent);
}

.footer > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.footer .icons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.footer .icons a {
  display: block;
  margin-left: 20px;
  line-height: 0;
}

.footer .icons a.habr {
  height: 36px;
  width: 28px;
  background: url(../pic/social-habr.svg) no-repeat center center;
  background-size: contain;
}

.footer .icons a.dribbble {
  width: 100px;
  height: 36px;
  background: url(../pic/social-dribbble.svg) no-repeat center center;
  background-size: contain;
}

.form {
  display: block;
  background-color: #fff;
  position: relative;
  z-index: 1;
  width: 50%;
  -webkit-box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2) ;
  box-shadow: 4px 4px 0px rgba(0, 0, 0, 0.2) ;
}

.form > input, .form textarea {
  display: block;
  padding: 20px;
  width: 100%;
  resize: none;
  margin: 10px 0px;
  border: none;
  outline: none;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.form > input:focus, .form textarea:focus {
  border-color: #F7D52C;
}

.form > textarea {
  height: 200px;
  border: 0px;
}

.form > button {
  padding: 20px;
  font-size: 14px;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  cursor: pointer;
  text-transform: uppercase;
  background-color: #eee;
  border-bottom: 4px solid #ddd;
  color: #aaa;
  font-weight: bold;
  letter-spacing: 2px;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  -ms-transition: 0.2s;
  -o-transition: 0.2s;
}

.form > button:hover {
  color: #000;
  background-color: #F7D52C;
  border-color: #cfad08;
  -webkit-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) ;
  -moz-text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) ;
  text-shadow: 0px 1px 0px rgba(255, 255, 255, 0.3) ;
}

.cards {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-right: 40px;
}

.cards .visitcard {
  width: 450px;
  height: 250px;
  position: relative;
  -webkit-box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.3) ;
  box-shadow: -4px -4px 10px rgba(0, 0, 0, 0.3) ;
}

.cards .visitcard.card1 {
  background: url(../pic/visitcard1.svg) no-repeat center center;
  background-size: contain;
  margin-top: 0px;
  margin-left: -100px;
  -webkit-transform: rotate(-15deg);
  transform: rotate(-15deg);
}

.cards .visitcard.card2 {
  background: url(../pic/visitcard2.svg) no-repeat center center;
  background-size: contain;
  margin-top: -100px;
  margin-left: 50px;
}

.columns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.columns > div {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.scroll {
  position: absolute;
  position: fixed;
  width: 1px;
  height: 100%;
  right: 30px;
  top: 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 10;
}

.scroll > div {
  display: block;
  background: url(../pic/polosa.svg) no-repeat center center;
  background-size: 2px auto;
}

.scroll > div > p {
  width: 10px;
  height: 10px;
  margin: 0px;
  margin-bottom: 40px;
  background-color: #808088;
  display: block;
  cursor: pointer;
  z-index: 1;
  position: relative;
  border-radius: 100%;
}

.scroll > div > p:last-child {
  margin-bottom: 0px;
}

.scroll > div > p.active:before {
  content: '';
  display: block;
  width: 10px;
  height: 10px;
  z-index: 0;
  border: 2px solid #F7D52C;
  margin-top: -2px;
  margin-left: -2px;
  position: absolute;
  -webkit-animation: bigsmall 1.0s linear infinite;
          animation: bigsmall 1.0s linear infinite;
  border-radius: 100%;
}

.hidden {
  display: none !important;
}

.down {
  background: url(../pic/down.svg) no-repeat center center;
  background-size: contain;
  display: block;
  width: 36px;
  height: 36px;
  cursor: pointer;
  -webkit-animation: bigsmall 1.0s linear infinite;
          animation: bigsmall 1.0s linear infinite;
}

@-webkit-keyframes ww {
  0% {
    margin-left: 0px;
    margin-top: 0px;
  }
  50% {
    margin-left: 10px;
    margin-top: 5px;
    opacity: 0.5;
  }
  100% {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@keyframes ww {
  0% {
    margin-left: 0px;
    margin-top: 0px;
  }
  50% {
    margin-left: 10px;
    margin-top: 5px;
    opacity: 0.5;
  }
  100% {
    margin-left: 0px;
    margin-top: 0px;
  }
}

@-webkit-keyframes showstar {
  0% {
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

@keyframes showstar {
  0% {
    -webkit-transform: scale(10);
    transform: scale(10);
  }
}

@-webkit-keyframes bigsmall {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    border-color: #cfad08;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bigsmall {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  50% {
    -webkit-transform: scale(1.4);
    transform: scale(1.4);
    border-color: #cfad08;
  }
  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@-webkit-keyframes icondrop {
  0% {
    -webkit-transform: translate(0px, -300px);
            transform: translate(0px, -300px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}

@keyframes icondrop {
  0% {
    -webkit-transform: translate(0px, -300px);
            transform: translate(0px, -300px);
  }
  100% {
    -webkit-transform: translate(0px, 0px);
            transform: translate(0px, 0px);
  }
}
/*# sourceMappingURL=site.css.map */