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

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

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

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

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

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

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

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

h1 {
  margin-top: 0;
}

html {
      height: 100%;
    }

body {
  font-family: SegoeUISemiBold;
  overflow: hidden;
  height: 100%;
  width: 100%;
  padding: 0;
  position: relative;
      background-color: #595959;
  margin: 0;
}



.logo-fixed{
	cursor: pointer;
  opacity: 0;
}


.nav li a{
	font-family: ExoExtraLight;
}

.tab-content .tab-pane p{
	font-size: 16px;
	text-align: justify;
	font-family: Arial;
}




.label-up {
  opacity: 1 !important;
  transition: 0.5s ease-out !important;
  margin-top: 0px !important;
}

.label-up2 {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transform: translateX(0px) !important;
  transition: transform 0.5s ease-out, opacity 0.5s ease-out !important;
}

.scale {
  opacity: 1 !important;
  transform: scaleX(1) !important;
  transform: scaleY(1) !important;
  transition: transform 0.7s ease-out, opacity 0.5s ease-out !important;
}

.out-left{
	opacity: 0 !important;
	transform: translateX(-250px) !important;

}
.out-right{
	opacity: 0 !important;
	transform: translateX(250px) !important;

}


.toTop {
  transition: 0.8s cubic-bezier(0.1, 0.57, 0.1, 1) !important;
  top: 0px !important;
}

.toTopOut {
  z-index: 0 !important;
  opacity: 0 !important;
  transform: scale(0.6) !important;
  transition: transform 0.7s ease-out, opacity 0.7s ease-out !important;
}


.delay-01{
  -webkit-transition-delay: 0.1s !important;
}
.delay-02{
  -webkit-transition-delay: 0.2s !important;
}
.delay-03{
  -webkit-transition-delay: 0.3s !important;
}
.delay-04{
  -webkit-transition-delay: 0.4s !important;
}
.delay-05{
  -webkit-transition-delay: 0.5s !important;
}
.delay-06{
  -webkit-transition-delay: 0.6s !important;
}
.delay-07{
  -webkit-transition-delay: 0.7s !important;
}


/* .slideThree */
.lang-radio {
  display: none;
  width: 80px;
  height: 26px;
  background: #333;
  margin: 20px auto;
  position: relative;
  border-radius: 50px;
  box-shadow: inset 0px 1px 1px rgba(0,0,0,0.5), 0px 1px 0px rgba(255,255,255,0.2);
}
  .lang-radio:after {
    content: 'EN';
    color: #000;
    position: absolute;
    right: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
    text-shadow: 1px 1px 0px rgba(255,255,255,.15);
  }
  .lang-radio:before {
    content: 'RU';
    color: #27ae60;
    position: absolute;
    left: 10px;
    z-index: 0;
    font: 12px/26px Arial, sans-serif;
    font-weight: bold;
  }
  .lang-radio label {
    display: block;
    width: 34px;
    height: 20px;
    cursor: pointer;
    position: absolute;
    top: 3px;
    left: 3px;
    z-index: 1;
    background: #fcfff4;
    background: linear-gradient(top, #fcfff4 0%, #dfe5d7 40%, #b3bead 100%);
    border-radius: 50px;
    transition: all 0.4s ease;
    box-shadow: 0px 2px 5px 0px rgba(0,0,0,0.3);
  }
  .lang-radio input[type=checkbox] {
    visibility: hidden;
  }
   .lang-radio input[type=checkbox]:checked + label {
      left: 43px;
    }
      

/* end .slideThree */




.lang_block{
  display: none;
  float: right;
    font-size: 15px;
}

.lang_block .btn{
  padding: 5px 7px;
  padding-top: 0;
}
.lang_block button{
    color: #ccc;
    background: none !important;
    border: none !important;
    box-shadow: none !important;
    padding-top: 0;
        
}

.lang_block button img{
  margin-right: 5px;
  }

.lang_block .btn-default:hover, .lang_block .btn-default:active .lang_block .btn-default:focus{
  background: none !important;
  border: none !important;
  box-shadow: none !important;
}


.lang-btn{
  float: right; 
}

.dropdown-menu{
  min-width: 0;
}


.header-fixed p{
	margin: 0;
}
.header-fixed{
    font-family: ExoExtraLight;
    text-align: center;
    background-color: transparent;
    position: fixed;
    top:0;
    z-index: 1111;
        font-size: 18px;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    /*padding: 10px 0 5px 0px;*/
    opacity: 1;
    transition: background-color 1s ease-out;
}

.wrapper {
      height: 100% !important;
      height: 100%;
      margin: 0 auto; 
      overflow: hidden;
    }

     .main {
      float: left;
      width: 100%;
      margin: 0 auto;
    }
.container-center {
  display: table;
  height: 100%;
}

.row-center {
  display: table-cell;
  vertical-align: middle;
}

#page-preloader {
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #000;
  z-index: 100500;
}

#page-preloader .spinner {
  width: 100px;
  height: 100px;
  position: absolute;
  left: 50%;
  top: 50%;
  background: url("../img/default.svg") no-repeat 50% 50%;
  margin: -50px 0 0 -50px;
}

.active-bg {
  -webkit-transition: -webkit-transform 13s cubic-bezier(0.2, 0, 0.7, 1);
  transition: transform 13s cubic-bezier(0.2, 0, 0.7, 1);
  -webkit-transform: scale(1.12);
  transform: translateY(0px) !important;
  transform: scale(1.12) !important;
}



.bg {
  box-shadow: 0px 50px 50px 0px rgba(0, 0, 0, 0.2);
}

#menu-dots {
  border-radius: 100px;
  padding: 20px 0;
  background-color: #fff;
  box-shadow: 0 4px 9px 0 rgba(43, 43, 49, 0.1), 0 7px 14px 0 rgba(43, 43, 49, 0.13);
  transition: right 0.5s;
  -webkit-transition: right 0.5s;
  right: 32px;
  position: fixed;
  z-index: 100;
  margin-top: -125px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#menu-dots ul.nav {
  margin: 0;
  padding: 0;
  position: relative;
  list-style: none;
}

#menu-dots ul.nav li {
  display: block;
  border-radius: none;
  background: none;
  opacity: 1;
  width: 100%;
  height:100%;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  cursor: pointer;
}

#menu-dots ul.nav li:hover {
  z-index: 100;
}

#menu-dots ul.nav li:hover p span {
  -webkit-animation: animNavModalAllHover .35s ease-in-out forwards;
  -ms-animation: animNavModalAllHover .35s ease-in-out forwards;
  animation: animNavModalAllHover .35s ease-in-out forwards;
}

#menu-dots ul.nav li:hover p span:after {
  left: 0;
  top: 0;
  opacity: 0;
  -webkit-transform: scale(1.8);
  -ms-transform: scale(1.8);
  transform: scale(1.8);
}

#menu-dots ul.nav li:hover .right .right-inner {
  webkit-transition: -webkit-transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.15s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: auto;
  opacity: 1;
  transform: translateX(-5px);
  pointer-events: none;
}

#menu-dots ul.nav li:hover .right .right-inner span {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.44, 0.41, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.44, 0.41, 0.99);
}

#menu-dots ul.nav li p {
  margin-bottom: 0;
  padding: 15px 17px;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  color: #27CFC3;
  text-decoration: none;
  transition: color 0.2s linear;
  -moz-transition: color 0.2s linear;
  -webkit-transition: color 0.2s linear;
}

#menu-dots ul.nav li p:hover {
  color: inherit;
}

#menu-dots ul.nav li p span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 6px;
  width: 6px;
  -webkit-box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 0 0 8px rgba(0, 0, 0, 0.15);
  left: 50%;
  top: 50%;
  display: block;
  margin: -3px 0 0 -3px;
  -webkit-transition: -webkit-transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  -moz-transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  -o-transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
  transition: transform 0.1s ease-in-out, background-color 0.2s ease 0.3s, box-shadow 0.25s ease-out;
}

#menu-dots ul.nav li p span::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  left: -5555px;
  width: 100%;
  height: 100%;
  border-radius: 18px 18px;
  opacity: 1;
  background-color: #3ae7ab !important;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
  -ms-transition: opacity .25s ease-out,-ms-transform .25s ease-out;
  transition: opacity .25s ease-out,transform .25s ease-out;
}

#menu-dots ul.nav li .right {
  overflow: hidden;
  right: 50px;
  top: 0px;
  position: absolute;
  width: 250px;
  pointer-events: none;
  height: 30px;
}

#menu-dots ul.nav li .right .right-inner {
  position: absolute;
  color: #959595;
  font-family: SegoeUIRegular;
  font-size: 18px;
  line-height: 30px;
  white-space: nowrap;
  max-width: 220px;
  display: block;
  right: 0;
  width: auto;
  pointer-events: none;
  transform: translateX(-15px);
  -webkit-transform: translateX(-15px);
  cursor: pointer;
  /*

              -webkit-transition: -webkit-transform 0.2s cubic-bezier(.4,0,1,.44);
              transition: transform 0.2s cubic-bezier(.4,0,1,.44);
              */
}

#menu-dots ul.nav li .right .right-inner::after {
  width: 100%;
  height: 1px;
  display: none;
  content: ' ';
  right: -150%;
  opacity: 1 !important;
  top: 50%;
  margin-right: -13px;
  position: absolute;
  border-bottom: 1px solid #959595;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#menu-dots ul.nav li .right .right-inner span {
  background-color: rgba(0, 0, 0, 0.6);
  padding: 2px 15px;
  border-radius: 100px;
  font-size: 14px;
  line-height: 28px;
  top: -4px;
  color: #fff;
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 0.44);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 0.44);
}

.swiper-pagination-bullet-active p span {
  height: 12px !important;
  width: 12px !important;
  margin: -6px 0 0 -6px !important;
  border-radius: 100% !important;
  box-shadow: inset 0 0 0 2px #3ae7ab !important;
  -webkit-box-shadow: inset 0 0 0 2px #3ae7ab !important;
}

#menu {
  display: none;
  right: 32px;
  position: fixed;
  z-index: 100;
  margin-top: -125px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
}

#menu ul.nav {
  margin: 0;
  padding: 0;
  list-style: none;
}

#menu ul.nav li {
  display: block;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  position: relative;
  cursor: pointer;
}

#menu ul.nav li:hover a span {
  -webkit-animation: animNavModalAllHover .35s ease-in-out forwards;
  -ms-animation: animNavModalAllHover .35s ease-in-out forwards;
  animation: animNavModalAllHover .35s ease-in-out forwards;
}

#menu ul.nav li:hover .right .right-inner {
  webkit-transition: -webkit-transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: transform 0.25s cubic-bezier(0.165, 0.84, 0.44, 1);
  width: auto;
  opacity: 1;
  transform: translateX(-35px);
  pointer-events: none;
}

#menu ul.nav li:hover .right .right-inner span {
  opacity: 1;
  -webkit-transition: all 0.2s cubic-bezier(0, 0.44, 0.41, 0.99);
  transition: all 0.2s cubic-bezier(0, 0.44, 0.41, 0.99);
}

#menu ul.nav li a {
  padding: 8px 17px;
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
}

#menu ul.nav li a span {
  transform: rotate(-90deg);
  z-index: 1;
  right: 25%;
  top: 4px;
  display: block;
  color: #959595;
  font-size: 24px;
  font-family: SegoeUISemiBold;
}

#menu ul.nav li a span::after {
  display: block;
  position: absolute;
  content: '';
  top: 0;
  right: -5555px;
  width: 100%;
  height: 100%;
  border-radius: 18px 18px;
  opacity: 1;
  background-color: #fff;
  -webkit-transform: scale(0.4);
  -ms-transform: scale(0.4);
  transform: scale(0.4);
  -webkit-transition: opacity .25s ease-out,-webkit-transform .25s ease-out;
  -ms-transition: opacity .25s ease-out,-ms-transform .25s ease-out;
  transition: opacity .25s ease-out,transform .25s ease-out;
}

#menu ul.nav li .right {
  overflow: hidden;
  right: 50px;
  top: 8px;
  position: absolute;
  width: 250px;
  pointer-events: none;
  height: 26px;
}

#menu ul.nav li .right .right-inner {
  position: absolute;
  top: -3px;
  color: #959595;
  font-family: SegoeUIRegular;
  font-size: 18px;
  line-height: 36px;
  white-space: nowrap;
  max-width: 220px;
  display: block;
  right: 0;
  width: auto;
  pointer-events: none;
  transform: translateX(-10px);
  -webkit-transform: translateX(-10px);
  cursor: pointer;
  /*

              -webkit-transition: -webkit-transform 0.2s cubic-bezier(.4,0,1,.44);
              transition: transform 0.2s cubic-bezier(.4,0,1,.44);
              */
}

#menu ul.nav li .right .right-inner::after {
  width: 100%;
  height: 1px;
  display: block;
  content: ' ';
  right: -150%;
  opacity: 1 !important;
  top: 50%;
  margin-right: -13px;
  position: absolute;
  border-bottom: 1px solid #959595;
  transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
}

#menu ul.nav li .right .right-inner span {
  opacity: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.4, 0, 1, 0.44);
  transition: all 0.2s cubic-bezier(0.4, 0, 1, 0.44);
}



.ourServices-info-aminate {
  opacity: 1 !important;
  transform: translateX(0px) !important;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s !important;
}

.service-animated-content {
  opacity: 1 !important;
  transform: translateX(0px) translateY(0px) translateZ(0) !important;
  -webkit-transform: translateX(0px) translateY(0px) translateZ(0) !important;
  -ms-transform: translateX(0px) translateY(0px) translateZ(0) !important;
  transition: transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s !important;
  -webkit-transition: -webkit-transform 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s, opacity 0.7s cubic-bezier(0.165, 0.84, 0.44, 1) 0.2s !important;
}

.service-animated-icon {
  transform: scale(1) !important;
  -webkit-transform: scale(1) !important;
  -ms-transform: scale(1) !important;
  opacity: 1 !important;
  transition: transform 0.6s, opacity 0.2s !important;
  -webkit-transition: -webkit-transform 0.6s, opacity 0.2s !important;
}

.service-completed:after {
  transform: scale(1, 1) translateZ(0) !important;
  /* -webkit-transform: scale(1,1) translateZ(0); */
  -ms-transform: scale(1, 1) translateZ(0) !important;
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
  -webkit-transition: -webkit-transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
}

.sec-out {
  transform: scale(0, 5) !important;
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
}

.who-in {
  transform: translateX(0%) !important;
}

/*
.letter {display: inline-block;backface-visibility: hidden;transform: translateZ(0);opacity: 0;font-family:'Exo';text-shadow: 0 0 10px #0d0d0d;}
.beauty_text {color:transparent;opacity:0;}

*/
#main {
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#main .logo {
  position: relative;
  float: left;
  margin-top: 150px;
}

#main .name {
  margin-left: 18px;
  float: left;
  margin-top: 245px;
  font-family: SegoeUIRegular;
  font-size: 18px;
}

#main .name .nameB {
  font-family: SegoeUIBold;
  font-size: 36px;
}

#main .name p {
  margin: 0;
  color: white;
  text-shadow: 1px 1.732px 2px rgba(0, 0, 0, 0.18);
}

#main .name .line {
  height: 3px;
  width: 70px;
  background-color: #f9ba48;
  margin-top: 10px;
}

#main .bg {
  background: #3e3e3e;
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

#who {
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  top: 0px;
  width: 100%;
  height: 100%;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#who .who-container .h-services{
padding-top: 125px !important;
text-transform: uppercase;
}
#who .who-container {
  position: relative;
  height: 100%;
}

#who .who-container ul {
  list-style: none;
  margin: 0;
}

#who .who-container ul li {
  overflow: hidden;
  position: relative;
  height: 28px;
  font-size: 18px;
  margin: 3px 0;
  padding: 0;
  font-family: ExoExtraLight;
}

#who .who-container ul li .delay-1 {
  transition-delay: 0s !important;
}

#who .who-container ul li .delay-2 {
  transition-delay: 0.7s !important;
}

#who .who-container ul li .delay-3 {
  transition-delay: 1.4s !important;
}

#who .who-container ul li .delay-4 {
  transition-delay: 2.1s !important;
}

#who .who-container ul li .delay-5 {
  transition-delay: 2.8s !important;
}

#who .who-container ul li .delay-6 {
  transition-delay: 3.5s !important;
}

#who .who-container ul li .delay-7 {
  transition-delay: 4.2s !important;
}

#who .who-container ul li .delay-8 {
  transition-delay: 4.9s !important;
}

#who .who-container ul li span {
  position: absolute;
  left: 0;
  transform: translateX(-100%);
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
  padding: 2px 5px;
}

#who .who-container .row {
  height: 100%;
}

#who .who-container .row .col-xs-4 {
  padding-top: 80px;
}

#who .who-container .who-lines {
  height: 100%;
  padding-top: 100px;
}

#who .who-container .who-lines .descr {
  margin-top: 80px;
  position: relative;
  font-size: 21px;
  text-align: center;
  font-family: ExoExtraLight;
 /* opacity: 0;
  transform: translateY(15px);*/
}

#who .who-container .who-lines .logo {
  position: absolute;
  width: 300px;
  opacity: 1;
  left: 50%;
  margin-left: -150px;
  margin-top: 15px;
  text-align: center;
  font-size: 50px;
  font-family: ExoExtraLight;
  text-transform: uppercase;
}

#who .who-container .who-lines .descr p.beauty_text {
  color: transparent;
  opacity: 1;
}
#who .who-container .who-lines .descr p.beauty_text span.default span.letter {display: inline-block;backface-visibility: hidden;transform: translateZ(0);opacity: 0;text-shadow: 0 0 10px #0d0d0d;}


#who .who-container .who-lines .logo p.beauty_text {
  color: transparent;
  opacity: 1;
}
#who .who-container .who-lines .logo p.beauty_text span.default span.letter {display: inline-block;backface-visibility: hidden;transform: translateZ(0);opacity: 0;text-shadow: 0 0 10px #0d0d0d;}


#who .who-container .who-lines:before {
  position: absolute;
  width: 3px;
  height: 100%;
  content: ' ';
  display: block;
  left: 0;
  top: 0;
  background: linear-gradient(to right, #a8a8a8, #383838);
  opacity: 1;
}

#who .who-container .who-lines:after {
  position: absolute;
  width: 3px;
  height: 100%;
  content: ' ';
  display: block;
  right: 0;
  top: 0;
  background: linear-gradient(to right, #a8a8a8, #383838);
  opacity: 1;
}


#who .bg {
  z-index: 0;
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/347133.jpg");
  background-position: center top;
  background-size: cover;
  
  background-repeat: no-repeat;
}

.portfolio-line-border-completed {
  margin-top: 15px !important;
  width: 120px !important;
  height: 3px !important;
  margin-bottom: 15px !important;
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
  transform: scale(1, 1) !important;
  visibility: visible !important;
}

#portfolio {
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#portfolio .portfolio-label, #services .portfolio-label {
  font-family: ExoExtraLight;
  position: relative;
  text-align: center;
  color: #fff;
  opacity: 0;
  transform: translateY(10px);
}

#portfolio .portfolio-line ,#services .portfolio-line{
  margin: 0;
}

#portfolio .portfolio-line .portfolio-line-border, #services .portfolio-line .portfolio-line-border {
  transform: scale(0, 1);
  background: #39dfa5;
  background: linear-gradient(to right, #39dfa5, #1fbdf2);
  margin: 25px auto;
  transform-origin: center;
  -webkit-transform-origin: center;
}

#portfolio .portfolio-text {
  position: relative;
  color: #999999;
  font-size: 16px;
  text-align: center;
}

#portfolio .portfolio-text .portfolio-text-inner {
  position: absolute;
  width: 250px;
  opacity: 0;
  left: 50%;
  margin-left: -125px;
  margin-top: 15px;
}

#portfolio .bg {
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/portfolio.jpg");
  background-position: center top;
  background-size: cover;

}

.info-content-hor:before {
  transform: scale(1, 1) translateZ(0) !important;
  /* -webkit-transform: scale(1,1) translateZ(0); */
  -ms-transform: scale(1, 1) translateZ(0) !important;
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
  -webkit-transition: -webkit-transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
}

.info-content-ver:before {
  transform: scale(1, 1) translateZ(0) !important;
  /* -webkit-transform: scale(1,1) translateZ(0); */
  -ms-transform: scale(1, 1) translateZ(0) !important;
  transition: transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
  -webkit-transition: -webkit-transform 1.9s cubic-bezier(0.18, 1, 0.32, 1) !important;
}

.service-img {
  opacity: 1 !important;
  transform: translateX(0) !important;
  transition: transform 0.8s cubic-bezier(0, 0.61, 0.33, 0.72);
}

.central-show {
  opacity: 1 !important;
  transform: translateY(0px) !important;
  transition: transform 1s cubic-bezier(0.18, 1, 0.32, 1), opacity 0.5s ease-out;
}

.central-show .central-item-inner {
  opacity: 1 !important;
  transform: scale(1) !important;
}

#services .Scentral{
display: none;
opacity: 0;
transform: scale(0.8);
color:#fff;
/*min-height: 410px;*/
}

#services .back{
  position: absolute;
  background: #fff;
  color:#000;

}
#services {
  overflow: hidden;
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#services .buttonBack:hover .front-3d{
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

#services .buttonBack:hover .back-3d{
    -webkit-transform: rotateX(90deg) !important;
    transform: rotateX(90deg) !important;
}
#services .buttonBack{
      display: inline-block;
      position: relative;
    float: right;
    width: 180px;
    height: 50px;
    margin-top: 25px;
    visibility: visible;
    }
#services .buttonBack a span.hidden_text{
      height: 1em;
    line-height: 1.5;
    overflow: hidden;

        display: block;
    height: 0;
    position: absolute;
  }
#services .buttonBack a:focus{
  border:none;
  outline: none;
}

#services .buttonBack a{
      height: 50px;
      width: 100%;
      background: none;
      border:none;
      display: block;
      transition: color 0.2s linear;
    }

#services .buttonBack a span.hidden_text{
      height: 1em;
    line-height: 1.5;
    overflow: hidden;
    
        display: block;
    height: 0;
    position: absolute;
  }

#services .buttonBack a .inner-wrap{
    -webkit-perspective: 2000px;
    perspective: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
#services .buttonBack a .inner-wrap .front-3d{
      -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1),-webkit-transform .25s cubic-bezier(.2,.65,.4,1);

    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);



        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    }

#services .buttonBack a .inner-wrap .back-3d{
      -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1),-webkit-transform .25s cubic-bezier(.2,.65,.4,1);

        -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    



        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    }
#services .buttonBack a .inner-wrap .front-3d svg{
          display: block;
    }
#services .buttonBack a .inner-wrap svg{
      overflow: hidden;
    }
#services .buttonBack a .inner-wrap .back-3d svg{
          display: block;
    }
    #masked-rect-id-2{
          mask: url(#button-text-mask-2);
    -webkit-mask: url(#button-text-mask-2);
    }

#services .container {
  position: relative;
  text-align: center;
}

#services .container .iphone {
  background: url("../img/iphone4.png");
  background-position: top center;
  background-repeat: no-repeat;
  width: 400px;
  height: 700px;
  top: 50%;
  margin-top: -350px;
  left: 50%;
  margin-left: -200px;
  position: absolute;
  background-size: cover;
}

#services .container .central .central-in img{
  width: 100% !important;
  height: 100% !important;
}
#services .container .central .central-in {
  opacity: 0;
  transform: translateY(200px);
}

#services .container .central .central-in .central-item {
  margin-bottom: 10px;
  position: relative;
  height: 40px;
}

#services .container .central .central-in .central-item .delay-1 {
  transition-delay: 0s !important;
}

#services .container .central .central-in .central-item .delay-2 {
  transition-delay: 0.1s !important;
}

#services .container .central .central-in .central-item .delay-3 {
  transition-delay: 0.2s !important;
}

#services .container .central .central-in .central-item .delay-4 {
  transition-delay: 0.3s !important;
}

#services .container .central .central-in .central-item .delay-5 {
  transition-delay: 0.4s !important;
}

#services .container .central .central-in .central-item .delay-6 {
  transition-delay: 0.5s !important;
}

#services .container .central .central-in .central-item .delay-7 {
  transition-delay: 0.6s !important;
}

#services .container .central .central-in .central-item .delay-8 {
  transition-delay: 0.7s !important;
}

#services .container .central .central-in .central-item .delay-9 {
  transition-delay: 0.8s !important;
}

#services .container .central .central-in .central-item .central-item-inner {
  font-size: 20px;
  opacity: 0;
  transform: scale(0.55);
  box-shadow: 2px 3.464px 14px -3px black;
  background-color: white;
  position: absolute;
  top: 0;
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), transform 1s cubic-bezier(0, 0.54, 0.11, 0.65);
  width: 100%;
  height: 100%;
}

#services .container .central .central-in .central-item .central-item-inner .fr-delay p {
  line-height: 40px;
}

#services .container .central ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#services .container .central ul li {
  border-top: 1px solid #d4e8f7;
  border-bottom: 1px solid #eef6fc;
  padding: 25px 0;
  margin: 0;
  font-size: 18px;
  color: #2794c6;
  font-family: SegoeUIRegular;
}

#services .container .central ul li:first-child {
  border-top: none;
}

#services .container .central ul li:last-child {
  border-bottom: none;
}

#services .container img {
  width: 50px;
  height: 50px;
}

#services .container .service-item {
  padding: 10px 10px;
  cursor: pointer;
  margin: 10px 0;
  border: 1px solid transparent;
  transition: 0.4s border ease-out;
}

#services .container .service-item:hover {
  border: 1px solid #fff;
}

#services .container .block {
  max-width: 240px;
}

#services .container .block .name {
  transform: translateY(10px);
  opacity: 0;
  font-size: 16px;
  font-family: ExoExtraLight;
  text-transform: uppercase;
  color: #fff;
}

#services .container .block .text {
  transform: translateY(30px);
  opacity: 0;
  font-size: 14px;
  font-family: SegoeUILight;
  color: #fff;
  border-top: 1px solid #35b3ed;
}

#services .container .left-info {
  text-align: right;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.7s ease-out, opacity 0.5s ease-out !important;
}

#services .container .left-info img {
  transform: translateX(25px);
  opacity: 0;
  float: right;
}

#services .container .left-info .block {

      display: inline-block;
    margin-right: 30px;
}

#services .container .right-info {
  text-align: left;
  opacity: 1;
  transform: translateX(0);
  transition: transform 0.7s ease-out, opacity 0.5s ease-out !important;
}

#services .container .right-info img {
  transform: translateX(-25px);
  opacity: 0;
  float: left;
}

#services .container .right-info .block {
      display: inline-block;
    margin-left: 30px;
}

#services .ourServices-info {
  /* display: -webkit-box; */
  /* display: -webkit-flex; */
  color: #3e3e3e;
  opacity: 0;
  width: 1000px;
  height: 300px;
  border: 30px solid;
  border-radius: 20px;
  border-color: #3e3e3e;
  background: #fff;
  padding: 20px;
  transform: translateX(100px);
  /**display: -ms-flexbox;
      display: flex;*/
  display: none;
}

#services .ourServices-info .info-label {
  font-size: 16px;
  color: #000;
  margin-bottom: 15px;
}

#services .ourServices-info .info-content {
  position: relative;
}

#services .ourServices-info .info-content:before {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  left: 15px;
  top: -11px;
  transform: scale(1, 0) translateZ(0);
  -webkit-transform: scale(1, 0) translateZ(0);
  -ms-transform: scale(1, 0) translateZ(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -webkit-backface-visibility: hidden;
}

#services .ourServices-info .info-content ul {
  list-style: none;
}

#services .ourServices-info .info-content ul li {
  margin-bottom: 5px;
}

#services .ourServices-info .info-content ul li:before {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
  height: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  width: 20px;
  margin-top: 8px;
  left: 15px;
}

#services .ourServices {
  background: none;
  position: relative;
}

#services .ourServices:after {
  display: block;
  position: absolute;
  content: ' ';
  z-index: 1;
  width: 1px;
  background-color: rgba(0, 0, 0, 0.1);
  height: 100%;
  top: 15px;
  left: 15px;
  transform: scale(1, 0) translateZ(0);
  -webkit-transform: scale(1, 0) translateZ(0);
  -ms-transform: scale(1, 0) translateZ(0);
  transform-origin: top;
  -webkit-transform-origin: top;
  -webkit-backface-visibility: hidden;
}

#services .ourServices .service-inner {
  cursor: pointer;
  position: relative;
  margin-bottom: 50px;
  padding-left: 60px;
}

#services .ourServices .service-inner .content {
  color: #3e3e3e;
  line-height: 30px;
  font-size: 20px;
  opacity: 0;
  transform: translateX(60px) translateZ(0);
  -webkit-transform: translateX(60px) translateZ(0);
  -ms-transform: translateX(60px) translateZ(0);
  -webkit-backface-visibility: hidden;
}

#services .ourServices .service-inner .content:hover {
  transition: 0.1s !important;
  transform: translateX(15px) !important;
}

#services .ourServices .service-inner .service-icon {
  border-radius: 100px;
  text-align: center;
  position: absolute;
  left: 0;
  top: 0;
  color: rgba(0, 0, 0, 0.5);
  z-index: 10;
  border: 2px solid rgba(0, 0, 0, 0.1);
  background-color: #ecf7ff;
  line-height: 30px !important;
  font-size: 16px !important;
  width: 30px;
  height: 30px;
  transform: scale(0.3);
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  opacity: 0;
  -webkit-backface-visibility: hidden;
}

#services .ourServices .service-inner .service-icon span {
  line-height: 30px !important;
  font-size: 16px !important;
  width: 30px;
  height: 30px;
  display: block;
  letter-spacing: 0 !important;
  margin-top: -2px;
  margin-left: -2px;
}

#services .bg {
  width: 100%;
  height: 100%;
  background-image: url("../img/services.jpg");
  background-repeat: no-repeat;
  background-position: left top;
  background-size: cover;
  background-color: #35b3ed;
  position: absolute;
  /*
    transform: scale(1);
    width: 100%;
    height: 100%;
    
    position: absolute;
  
    background: url('../img/tiger.jpg');
    background-position: left top;
    background-size:cover;
    background-repeat: no-repeat;*/
}

.tel-email-show {
  opacity: 1 !important;
  transform: scale(1.1) !important;
  transition: opacity 0.6s cubic-bezier(0.15, 0.84, 0.35, 1.25), transform 1.8s cubic-bezier(0,.64,.68,.75) !important;
}

#contact {
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#contact .right-info {
  color: #35b3ed;
  position: relative;
}

#contact .right-info img {
  display: table-cell;
  margin: 0 auto;
  padding-top: 16px;
}

#contact .right-info p {
  margin: 0;
  text-align: center;
}

#contact .right-info .tel {
  position: relative;
  width: 450px;
  height: 70px;
      left: 50%;
    margin-left: -225px;
}

#contact .right-info .tel .tel-inner {
  font-size: 34px;
  font-family: ExoExtraLight;
  opacity: 0;
  transform: scale(0.75);
  box-shadow: 2px 3.464px 14px -3px black;
  background-color: rgba(255, 255, 255, 0.8);
  position: relative;
  top: 0;
  width: 100%;
  height: 100%;
}

#contact .right-info .tel .tel-inner .imgt {
  float: left;
  height: 100%;
  background: url("../img/tel.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 70px;
  border-right: 1px solid #35b3ed;
}

#contact .right-info .tel .tel-inner p {
  line-height: 70px;
}

#contact .right-info .email {
  position: relative;
      margin-bottom: 20px;
  width: 405px;
  height: 65px;
      left: 50%;
    top: 30px;
    margin-left: -203px;
}

#contact .right-info .email .email-inner {
  font-size: 26px;
  font-family: ExoExtraLight;
  opacity: 0;
  transform: scale(0.75);
  box-shadow: 2px 3.464px 14px -3px black;
  background-color: rgba(255, 255, 255, 0.8);
  top: 0;
  position: relative;
  width: 100%;
  height: 100%;
}

#contact .right-info .email .email-inner .imge {
  height: 100%;
  float: left;
  background: url("../img/email.png");
  background-repeat: no-repeat;
  background-position: center;
  width: 63px;
  border-right: 1px solid #35b3ed;
}

#contact .right-info .email .email-inner p {
  line-height: 65px;
}

#contact .right-info .social{
  display: none;
  text-align: center; 
  position: absolute;
  width: 405px;
  margin-left: 22px;
  opacity: 0;
  margin-top: 20px;
}
#contact .right-info .social a i{
  font-size: 30px;}
#contact .right-info .social a {
  display: inline-block;
  color:#fff;
   padding: 0 8px;

  font-size: 20px;
  
}

#contact .container {
  position: relative;
}

#contact .contact-label h1{
    font-size: 40px;
}
#contact .contact-label {
  font-family: ExoExtraLight;
  color: #fff;
  position: relative;
  text-align: left;
  opacity: 0;
  transform: translateX(-15px);
}

#contact .contact-line {
  margin: 0;
}

#contact .contact-line .contact-line-border {
  transform: scale(0, 1);
  background: #39dfa5;
  background: linear-gradient(to right, #39dfa5, #1fbdf2);
  margin: 25px 0;
  transform-origin: center;
  -webkit-transform-origin: center;
}

#contact .contact-text {
  font-family: ExoExtraLight;
  position: relative;
  color: #fff;
  font-size: 17px;
  text-align: left;
}

#contact .contact-text .contact-text-inner {
  /*position: absolute;*/
  width: 450px;
  opacity: 0;
  transform: translateY(15px);
}

#contact .contact-text .contact-text-adr {
  /*position: absolute;*/
  width: 450px;
  opacity: 0;
  font-size: 14px;
  transform: translateY(15px);
}


#contact .bg-video {
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}


#order {
  transform: scale(1);
  z-index: 1;
  visibility: visible;
  width: 100%;
  height: 100%;
  top: 0px;
  position: absolute;
  transition: none;
  will-change: auto;
  opacity: 1;
}

#order .container {
  position: relative;
}

#order .order-label {
  font-family: ExoExtraLight;
  color: #fff;
  opacity: 0;
  transform: translateY(15px);
  position: relative;
  text-align: center;
}

#order .order-line {
  margin: 0;
}

#order .order-line .order-line-border {
  transform: scale(0, 1);
  background: #39dfa5;
  background: linear-gradient(to right, #39dfa5, #1fbdf2);
  margin: 25px auto;
  transform-origin: center;
  -webkit-transform-origin: center;
}

#order .order-text {
  position: relative;
  color: #fff;
  font-size: 16px;
  text-align: center;
}

#order .order-text .order-text-inner {
  position: absolute;
  width: 340px;
  opacity: 0;
  left: 50%;
  margin-left: -170px;
  transform: translateY(5px);
}

#order .form-content {
  /*width: 1000px;*/
  margin: 50px auto 0 auto;
  padding: 30px 26px;
  opacity: 0;
  transform: scale(0.8);
  /*transform: scaleY(0.8);*/

}

#order .form-content form {
  background: none;
}

#order .form-content form .form-service {
  padding: 25px 25px;
  background-color: #35b3ed;
  margin-bottom: 45px;
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#order .form-content form .form-service .form-name {
  color: #fefefe;
  font-size: 16px;
  font-family: SegoeUISemiBold;
  margin-bottom: 35px;
}

#order .form-content form .form-service input[type="checkbox"] {
  margin: 10px 40px;
}

#order .form-content form .form-service .select-service-in {
  float: left;
  width: 85%;
  margin-right: 15px;
  display: none;
}

#order .form-content form .form-service .service-select-web {
  display: block;
}

#order .form-content form .form-service select {
  padding: 10px 20px;
  border: none;
  background: #fff;
  font-family: SegoeUILight;
  font-size: 16px;
  color: #444444;
  width: 100%;
}

#order .form-content form .form-service .add {
  display: inline-block;
  background: none;
  border: 1px solid #7accf2;
  padding: 8px 15px;
  font-size: 18px;
  color: #fff;
}

#order .form-content form .form-order i.fa{
   float: right;
   position: relative;
    top: -24px;
    right: 15px;
}
#order .form-content form .form-order {
  padding: 25px 40px 40px 40px;
  background-color: rgba(255, 255, 255, 0.9);
  box-shadow: 5px 5px 10px 0px rgba(0, 0, 0, 0.5);
}

#order .form-content form .form-order .check {
  padding: 4px 13px;
  font-size: 14px;
    border: 2px solid #35b3ed;
    display: inline-block;
    transition: 0.5s;
}


#c-web:checked ~ label.lab-web, #c-seo:checked ~ label.lab-seo, #c-1c:checked ~ label.lab-1c, #c-set:checked ~ label.lab-set,
 #c-gra:checked ~ label.lab-gra, #c-it:checked ~ label.lab-it, #c-busi:checked ~ label.lab-busi, #c-aud:checked ~ label.lab-aud, 
 #c-trade:checked ~ label.lab-trade, #c-tax:checked ~ label.lab-tax{
  background: #35b3ed !important;
  color: #fff !important;
  
}


#order .form-content form .form-order input[type="checkbox"] {
  /*margin: 10px 40px;*/
  display: none;
}

#order .form-content form .form-order #msg {
  margin-top: 25px;
  margin-bottom: 19px;
  height: 100px;
  resize: none;
  width: 100%;
  padding: 5px 18px;
  color: #3e3e3e;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 1px;
}

#order .form-content form .form-order .form-name {
  color: #444444;
  font-size: 16px;
  font-family: SegoeUISemiBold;
  margin-bottom: 35px;
}

#order .form-content form .form-order label[for="option1"] {
  display: inline-block;
}

#order .form-content form .form-order label {
  font-family: SegoeUILight;
  font-size: 18px;
  color: #444444;
  display: block;
}

#order .form-content form .form-order input {
  width: 100%;
  display: inline-block;
  margin: 0 auto;
  padding: 5px 18px;
  color: #3e3e3e;
  font-size: 16px;
  border: 1px solid #d2d2d2;
  border-radius: 1px;
}

#order .form-content form input[type="file"] {
  margin-top: 12px;
}

#order .form-content form input[type="submit"] {
  margin-top: 6px;
  border: 1px solid #278ab7;
  border-bottom-width: 2px;
  color: #fff;
  background: #35b3ed;
  width: 220px;
  height: 50px;
  text-transform: uppercase;
  font-family: SegoeUIBold;
  font-size: 16px;
  float: right;
}


#order .form-content form .button3d:hover .front-3d{
    -webkit-transform: rotateX(0deg) !important;
    transform: rotateX(0deg) !important;
}

#order .form-content form .button3d:hover .back-3d{
    -webkit-transform: rotateX(90deg) !important;
    transform: rotateX(90deg) !important;
}
#order .form-content form .button3d{
      display: inline-block;
      position: relative;
    float: right;
    width: 180px;
    height: 50px;
    margin-top: 25px;
    visibility: visible;
    }
#order .form-content form .button3d button span.hidden_text{
      height: 1em;
    line-height: 1.5;
    overflow: hidden;

        display: block;
    height: 0;
    position: absolute;
  }
#order .form-content form .button3d button:focus{
  border:none;
  outline: none;
}

#order .form-content form .button3d button{
      height: 50px;
      width: 100%;
      background: none;
      border:none;
      display: block;
      transition: color 0.2s linear;
    }

    #order .form-content form .button3d button span.hidden_text{
      height: 1em;
    line-height: 1.5;
    overflow: hidden;
    
        display: block;
    height: 0;
    position: absolute;
  }

  #order .form-content form .button3d button .inner-wrap{
    -webkit-perspective: 2000px;
    perspective: 2000px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
  }
    #order .form-content form .button3d button .inner-wrap .front-3d{
      -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1),-webkit-transform .25s cubic-bezier(.2,.65,.4,1);

    -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    -webkit-transform: rotateX(-90deg);
    transform: rotateX(-90deg);



        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    }

    #order .form-content form .button3d button .inner-wrap .back-3d{
      -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    transition: -webkit-transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1);
    transition: transform .25s cubic-bezier(.2,.65,.4,1),-webkit-transform .25s cubic-bezier(.2,.65,.4,1);

        -webkit-transform-origin: 50% 50% -2.3em;
    transform-origin: 50% 50% -2.3em;
    



        position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: block;
    }
    #order .form-content form .button3d button .inner-wrap .front-3d svg{
          display: block;
    }
    #order .form-content form .button3d button .inner-wrap svg{
      overflow: hidden;
    }
    #order .form-content form .button3d button .inner-wrap .back-3d svg{
          display: block;
    }
    #masked-rect-id-3{
          mask: url(#button-text-mask-3);
    -webkit-mask: url(#button-text-mask-3);
    }


#order .bg {
  transform: scale(1);
  width: 100%;
  height: 100%;
  position: absolute;
  background: url("../img/order.jpg");
  background-position: left top;
  background-size: cover;
  background-repeat: no-repeat;
}

#orderForm label{
  cursor:pointer;
}

#orderForm label.error {
      font-size: 11px!important;
    position: absolute;
    left: 15px;
    bottom: -12px;
}

#orderForm input.error 
{
  border:1px solid #f00!important;
}

#maining-slider .swiper-pagination{
  position:relative;
}

.swiper-pagination-works {
  text-align:center;
}
