html, body{
  background-color: #f6f5f5;
  height: 100%;
}

a:focus{ text-decoration: none; color: #989898; }

.special-margin{ margin-top: 10px; }

#callAlert{ display: none; margin: 0 15px; }

#scrollup{
  position: fixed;
  opacity: .6;
  padding: 10px 12px;
  background: #000;
  color: #b6b6b6;
  border-radius: 50%;
  left: 315px;
  bottom: 30px;
  display: none;
  cursor: pointer;
  z-index: 10;
  transition: all .3s ease;
}
#scrollup:hover{ opacity: .8; background: #f0454c; color: #fff; }

/* fonts */
@font-face {
  font-family: 'BebasNeueBook';
  src: url('../fonts/BebasNeueBook_0.eot');
  src: url('../fonts/BebasNeueBook_0.eot') format('embedded-opentype'),
    url('../fonts/BebasNeueBook_0.woff2') format('woff2'),
    url('../fonts/BebasNeueBook_0.woff') format('woff'),
    url('../fonts/BebasNeueBook_0.ttf') format('truetype'),
    url('../fonts/BebasNeueBook_0.svg#BebasNeueBook_0') format('svg');
}
@font-face {
  font-family: 'BebasNeueBold';
  src: url('../fonts/BebasNeueBold_0.eot');
  src: url('../fonts/BebasNeueBold_0.eot') format('embedded-opentype'),
    url('../fonts/BebasNeueBold_0.woff2') format('woff2'),
    url('../fonts/BebasNeueBold_0.woff') format('woff'),
    url('../fonts/BebasNeueBold_0.ttf') format('truetype'),
    url('../fonts/BebasNeueBold_0.svg#BebasNeueBold_0') format('svg');
}
@font-face {
  font-family: 'BebasNeueRegular';
  src: url('../fonts/BebasNeueRegular_0.eot');
  src: url('../fonts/BebasNeueRegular_0.eot') format('embedded-opentype'),
    url('../fonts/BebasNeueRegular_0.woff2') format('woff2'),
    url('../fonts/BebasNeueRegular_0.woff') format('woff'),
    url('../fonts/BebasNeueRegular_0.ttf') format('truetype'),
    url('../fonts/BebasNeueRegular_0.svg#BebasNeueRegular_0') format('svg');
}
@font-face {
  font-family: 'HelveticaNeueCyrLight';
  src: url('../fonts/HelveticaNeueCyrLight.eot');
  src: url('../fonts/HelveticaNeueCyrLight.eot') format('embedded-opentype'),
    url('../fonts/HelveticaNeueCyrLight.woff2') format('woff2'),
    url('../fonts/HelveticaNeueCyrLight.woff') format('woff'),
    url('../fonts/HelveticaNeueCyrLight.ttf') format('truetype'),
    url('../fonts/HelveticaNeueCyrLight.svg#HelveticaNeueCyrLight') format('svg');
}
/* fonts */

/* ASIDE */
aside{
  position: fixed;
  font-family: 'BebasNeueBook', sans-serif;
  font-size: 18px;
  box-sizing: border-box;
  width: 365px;
  height: 100%;
  background-color: #fff;
  top: 0;
  left: 0;
  z-index: 2;
}

.logo-box{
  width: 217px;
  height: 67px;
  position: fixed;
  left: 50%;
  margin: 30px -108px 0;
  z-index: 10000;
}
.logo-box-a{
  position: relative;
  width: 217px;
  height: 67px;
  margin: 0 auto;
}
.logo-1{
  width: 217px;
  height: 67px;
  background: url(../img/logo-1.png) no-repeat;
  position: absolute;
  opacity: 0;
}
.logo-1-a{
  position: relative;
  opacity: 1;
}
.logo-2{
  width: 217px;
  height: 67px;
  background: url(../img/logo-2.png) no-repeat;
  position: absolute;
  top: -1000px;
}
.logo-2-a{
  position: relative;
  top: -68px;
}
.logo-box-link{
  position: absolute;
  width: inherit;
  height: inherit;
  z-index: 10001;
}

/* menu */
.menu{
  margin-top: 130px;
}
.menu ul{
  margin: 0 0 0 70px;
  padding: 0;
  list-style: none;
}
.menu a{
  color: #848484;
  transition: all .3s ease;
}
.menu a:hover{
	color: #f0454c;
}
/* menu */

.send-button{
  cursor: pointer;
  text-transform: uppercase;
  background: transparent;
  color: #abb0b4;
  border: 1px dotted #abb0b4;
  padding: 5px 10px;
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.send-button:hover{
  text-decoration: none;
  color: #5b5e60;
  border: 1px dotted #5b5e60;
}

footer{
  font-family: 'BebasNeueRegular', sans-serif;
  position: absolute;
  bottom: 35px;
  left: 70px;
}

footer p{ text-transform: uppercase; color: #6f6f6f; }
.footer-phone{ color: #f0454c; margin: 0; }

/* social */
.social ul{
  margin: 0;
  padding: 0;
  list-style: none;
  margin: 40px 0 0 0;
}
.social li{ display: inline-block; margin: 0 10px; }
.social-icon{ width: 20px; height: 20px; display: inline-block; -webkit-transition: all .5s ease; transition: all .5s ease; }

.social-icon-twitter{ background: url('../img/social/twitter.png') no-repeat; opacity: .4; }
.social-icon-instagram{ background: url('../img/social/instagram.png') no-repeat; opacity: .4; }
.social-icon-facebook{ background: url('../img/social/facebook.png') no-repeat; opacity: .4; }
.social-icon-google{ background: url('../img/social/google.png') no-repeat; opacity: .4; }
.social-icon-vk{ background: url('../img/social/vk.png') no-repeat; opacity: .4; }
.social-icon-pinterest{ background: url('../img/social/pinterest.png') no-repeat; opacity: .4; }
.social-icon-tumblr{ background: url('../img/social/tumblr.png') no-repeat; opacity: .4; }

.social-icon-twitter:hover{ opacity: 1; }
.social-icon-instagram:hover{ opacity: 1; }
.social-icon-facebook:hover{ opacity: 1; }
.social-icon-google:hover{ opacity: 1; }
.social-icon-vk:hover{ opacity: 1; }
.social-icon-pinterest:hover{ opacity: 1; }
.social-icon-tumblr:hover{ opacity: 1; }
/* social */
/* ASIDE */


/* MAIN */
main{
  margin-left: 365px;
  color: #989898;
  position: relative;
  min-height: 100vh;
}
.main-desc{
  padding: 10px 45px;
  text-align: justify;
}

.main-loading{
  position: fixed;
  top: 0;
  left: 365px;
  right: 0;
  bottom: 0;
  display: none;
}
main a{ font-family: 'BebasNeueRegular', sans-serif; }
/* MAIN */


/* PROJECT */
.proitem{
  position: relative;
  float: left;
  width: 50%;
  height: 300px;
  box-sizing: border-box;
  overflow: hidden;
}
.proitem:hover .proitem-box{
  bottom: 0;
}

.proitem-mini{
  float: left;
  width: 50%;
  height: 150px;
  box-sizing: border-box;
  overflow: hidden;
}

.proitem-box{
  position: absolute;
  background-color: rgba(255,255,255,.7);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #717171;
  font-size: 20px;
  text-align: center;
  bottom: -40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.proitem-box a{
  color: #717171;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.proitem-box a:hover{
  text-decoration: none;
  color: #000;
}
.proitem-box a:after{
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #000;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.proitem-box a:hover:after,
.proitem-box a:focus:after {
  width: 100%;
}

  /*img*/
.pro-img{
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.pro-img:hover{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
  filter: none; /* IE 6-9 */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

    /*img-1*/
.pro-img-1-1{ background-image: url(../img/project/1/1.jpg); }
.pro-img-1-2{ background-image: url(../img/project/1/2.jpg); }
.pro-img-1-3{ background-image: url(../img/project/1/3.jpg); }
    /*img-1*/
    /*img-2*/
.pro-img-2-1{ background-image: url(../img/project/2/1.jpg); }
.pro-img-2-2{ background-image: url(../img/project/2/2.jpg); }
.pro-img-2-3{ background-image: url(../img/project/2/3.jpg); }
.pro-img-2-4{ background-image: url(../img/project/2/4.jpg); }
.pro-img-2-5{ background-image: url(../img/project/2/5.jpg); }
    /*img-2*/
    /*img-3*/
.pro-img-3-1{ background-image: url(../img/project/3/1.jpg); }
.pro-img-3-2{ background-image: url(../img/project/3/2.jpg); }
.pro-img-3-3{ background-image: url(../img/project/3/3.jpg); }
.pro-img-3-4{ background-image: url(../img/project/3/4.jpg); }
.pro-img-3-5{ background-image: url(../img/project/3/5.jpg); }
.pro-img-3-6{ background-image: url(../img/project/3/6.jpg); }
.pro-img-3-7{ background-image: url(../img/project/3/7.jpg); }
.pro-img-3-8{ background-image: url(../img/project/3/8.jpg); }
    /*img-3*/
    /*img-4*/
.pro-img-4-1{ background-image: url(../img/project/4/1.jpg); }
.pro-img-4-2{ background-image: url(../img/project/4/2.jpg); }
.pro-img-4-3{ background-image: url(../img/project/4/3.jpg); }
    /*img-4*/
  /*img*/
/* PROJECT */


/* DESIGN-BOX */
.des-box-index{
  -webkit-filter: none !important;
  -moz-filter: none !important;
  -ms-filter: none !important;
  -o-filter: none !important;
  filter: none !important;
  -webkit-filter: none !important;
  filter: none !important; /* IE 6-9 */
}

.design-box{
  position: relative;
  float: left;
  overflow: hidden;
  width: 50%;
  height: 300px;
  box-sizing: border-box;
  border: 1px solid #f6f5f5;
}

.designitem-box{
  position: absolute;
  background-color: rgba(255,255,255,.7);
  width: 100%;
  height: 40px;
  line-height: 40px;
  color: #717171;
  font-size: 20px;
  text-align: center;
  bottom: -40px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.design-box:hover .designitem-box{
  bottom: 0;
}
.design-box img{
  height: 100%;
  min-width: 100%;
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.design-box:hover img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
  filter: none; /* IE 6-9 */
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
}

.designitem-box a{
  color: #717171;
  line-height: 1;
  display: inline-block;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.designitem-box a:hover{
  text-decoration: none;
  color: #000;
}
.designitem-box a:after{
  display: block;
  content: "";
  height: 2px;
  width: 0%;
  background-color: #000;
  -webkit-transition: width .3s ease-in-out;
  transition: width .3s ease-in-out;
}
.designitem-box a:hover:after,
.designitem-box a:focus:after {
  width: 100%;
}
/* DESIGN-BOX */


/* BLOG */
.blog-columns{
  width: 50%;
  color: #314a5b;
  float: left;
  box-sizing: border-box;
  padding: 10px;
  transition: all .3s ease;
}
.blog-columns:hover{ background-color: #fafafa; }
.blog-columns h4{
  text-transform: uppercase;
  border-bottom: 1px dotted #687c7a;
  color: #8d8d8d;
  font-size: 24px;
  line-height: inherit;
}
.blog-name a{ color: #8d8d8d; transition: all .3s ease; }
.blog-name a:hover{ color: #565656; }
.blog-date{ float: right; color: #8d8d8d; }
.blog-date-d{
  float: left;
  font-size: 32px;
  border-right: 2px solid #8D8D8D;
  line-height: 32px;
  padding-right: 4px;
  margin-right: 4px;
}
.blog-date-two{
  float: right;
  line-height: 16px;
  font-size: 16px;
}
.blog-columns p{
  font-family: 'HelveticaNeueCyrLight', sans-serif;
  text-align: justify;
  word-spacing: -0.3ex;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

.blog-c-img{
  width: 100%;
  height: 300px;
  overflow: hidden;
}
.blog-c-img img{ height: 300px; }

.blog-c-img img{
  -webkit-filter: grayscale(100%);
  -moz-filter: grayscale(100%);
  -ms-filter: grayscale(100%);
  -o-filter: grayscale(100%);
  filter: grayscale(100%);
  -webkit-filter: gray;
  filter: gray; /* IE 6-9 */
  -webkit-transition: all 1s ease;
  transition: all 1s ease;
}
.blog-columns:hover img{
  -webkit-filter: none;
  -moz-filter: none;
  -ms-filter: none;
  -o-filter: none;
  filter: none;
  -webkit-filter: none;
  filter: none; /* IE 6-9 */
  -webkit-transform: scale(1.1) rotate(-2deg);
  -moz-transform: scale(1.1) rotate(-2deg);
  -o-transform: scale(1.1) rotate(-2deg);
}

/*view blog*/
.view-blog{ padding: 10px 20px; font-family: 'HelveticaNeueCyrLight'; }
.view-blog h1{ margin: 0 0 10px 0; font-family: 'BebasNeueBold', sans-serif; font-size: 26px; }
.view-blog-text{ text-align: justify; font-family: 'HelveticaNeueCyrLight', sans-serif; }
.view-blog-img{
  width: 100%;
  overflow: hidden;
  position: relative;
}
.view-blog-img img{
  height: 100%;
}

.blog-view-vv{ height: 500px; text-align: center; background-color: #585858; }

.view-slider{ position: relative; height: 500px; background-color: #585858; text-align: center; }
.view-slider-img{
  position: absolute;
  top: 0;
  left: 0;
  transition: opacity .5s ease;
  width: 100%;
  height: 100%;
}

.slider-control{
  position: absolute;
  bottom: 25px;
  right: 40px;
}
.slider-control div{ display: inline-block; font-family: 'BebasNeueRegular'; }
.btn-slider{
  border-left: 3px solid #fff;
  border-bottom: 3px solid #fff;
  width: 20px;
  height: 20px;
  transition: all .3s ease;
  cursor: pointer;
}
.btn-slider:hover{
  border-color: #f0454c;
}
.btn-slider-left{
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.btn-slider-right{
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -o-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
.slider-count{
  font-size: 24px;
  color: #fff;
}
.slider-count span{ position: relative; bottom: 5px; font-size: 18px; padding-left: 3px; }
/*view blog*/

.p-n-block{
margin-bottom: 20px;
}
.p-v-btn{
  background-color: inherit;
  border: 1px solid #e6e6e6;
  transition: all .3s ease;
}
.p-v-btn:hover{
  background-color: #565656;
  border: 1px solid #565656;
}
.p-v-btn a{ color: #8c8c8c; display: block; padding: 8px 15px; transition: all .3s ease; }
.p-v-btn:hover a{ color: #fafafa; }
.prev-btn{
  float: left;
  border-left: inherit;
}
.prev-btn:hover{ border-left: inherit; }
.next-btn{
  float: right;
  border-right: inherit;
}
.next-btn:hover{ border-right: inherit; }
/* BLOG */


/* ABOUT */
.ymaps-layers-pane {
  filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 3.5+ */
  -webkit-filter: grayscale(100%); /* Chrome 19+ & Safari 6+ */
}

.specialist-block{
  margin: 10px;
}
.specialist-block-left{ text-align: left; }
.specialist-block-right{ text-align: right; }

.special-left{
  float: left;
}
.special-right{
  float: right;
}
.specialist-block h4{
  font-family: 'BebasNeueBold', sans-serif;
  display: inline-block;
  color: #314a5b;
  text-transform: uppercase;
  font-size: 20px;
  margin: 35px 0 10px 0;
}
.specialist-block p{
  font-family: 'BebasNeueRegular', sans-serif;
  color: #f0454c;
  font-size: 13px;
  line-height: 13px;
}

/*specialist*/

.specialist{
  background-repeat: no-repeat;
  width: 150px;
  height: 150px;
  border-radius: 50%;
  opacity: .7;
  margin: 0 5px;
  -webkit-transition: all .5s ease;
  transition: all .5s ease;
}
.special-left:hover{
  opacity: .9;
  -ms-transform: rotate(-10deg);
  transform: rotate(-10deg);
  -webkit-transform: rotate(-10deg);
  -o-transform: rotate(-10deg);
  -moz-transform: rotate(-10deg);
}
.special-right:hover{
  opacity: .9;
  -ms-transform: rotate(10deg);
  transform: rotate(10deg);
  -webkit-transform: rotate(10deg);
  -o-transform: rotate(10deg);
  -moz-transform: rotate(10deg);
}
.specialist-img-1{ background-image: url(../img/specialist/1.png); }
.specialist-img-2{ background-image: url(../img/specialist/2.png); }
/*specialist*/
/* ABOUT */


/* ORDER */
.order-box{ margin-top: 35px; font-family: 'HelveticaNeueCyrLight'; }

.order-form{
  width: 50%;
  padding: 8px;
  box-sizing: border-box;
  float: left;
}
.order-form input:focus,
.order-form textarea:focus,
.erder-form button{
  outline: none;
}
.order-input{
  display: block;
  width: 100%;
  margin-bottom: 8px;
  border: none;
  border-bottom: 1px dotted #9898AF;
  background-color: inherit;
  height: 35px;
  line-height: 22px;
  font-size: 18px;
  padding: 0 5px;
}
.order-form label{ display: block; font-size: 16px; }
.order-textarea{
  background-color: inherit;
  border: 1px dotted #9898AF;
  width: 100%;
  height: 95px;
  resize: none;
}
.order-submit{
  background-color: inherit;
  border: none;
  float: right;
  font-weight: bold;
  font-size: 18px;
  transition: all .5s ease;
}
.order-submit:hover{ color: #000; }

.order-input::-webkit-input-placeholder       {line-height: 20px;  transition: line-height 0.5s ease;}
.order-input::-moz-placeholder                {line-height: 20px;  transition: line-height 0.5s ease;}
.order-input:-moz-placeholder                 {line-height: 20px;  transition: line-height 0.5s ease;}
.order-input:-ms-input-placeholder            {line-height: 20px;  transition: line-height 0.5s ease;}
.order-input:focus::-webkit-input-placeholder {line-height: 100px; transition: line-height 0.5s ease;}
.order-input:focus::-moz-placeholder          {line-height: 100px; transition: line-height 0.5s ease;}
.order-input:focus:-moz-placeholder           {line-height: 100px; transition: line-height 0.5s ease;}
.order-input:focus:-ms-input-placeholder      {line-height: 100px; transition: line-height 0.5s ease;}
/* ORDER */


/* login-wrap */
.a-wrap{ width: 90%; margin: 0 auto; }
.a-wrap-two{ margin: 0 10px 40px 270px; }

.a-wrap-two .prev_img img{ width: 200px; }

.login-wrap{
  width: 400px;
  margin: 0 auto;
}
a:hover{ text-decoration: none; }

.login{ margin-top: 40px; }
.alert{ margin-top: 10px; }
/* login-wrap */
.a-topbar{
  width: 100%;
  background-color: #fafafa;
  border-bottom: 1px solid #d8d8d8;
  color: #d8d8d8;
}
.a-topbar ul{ margin: 0; padding: 5px 0; }
.a-topbar li{ display: inline-block; margin: 0 5px; }
.a-topbar a{ color: #989898;transition: all .3s ease; }
.a-topbar a:hover{ color: #636363; }
/* a-menu */
.a-menu{
  float: left;
  width: 250px;
  background-color: #fafafa;
  border: 1px solid #d8d8d8;
  border-radius: 3px;
  margin: 10px;
  padding: 5px;
  box-sizing: border-box;
}
.a-menu ul{
  list-style: none;
  margin: 0;
  padding: 0;
}
.a-menu li{
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-top: 5px;
}
.a-menu a{
  display: block;
  padding: 5px 10px;
  color: #a2a2a2;
  transition: all .3s ease;
}
.a-menu a:hover{
  background-color: #fff;
  color: #222;
}
.a-menu-li-first{ margin-top: 0 !important; }

.a-wrap-two textarea{ min-height: 200px; }
.a-wrap-two textarea:hover{ border: none; }
/* a-menu */

.a-c-block{ border-bottom: 1px solid #d8d8d8; padding: 8px 5px; }
.a-c-block h3{ margin: 0; }

.a-c-block-img-box{
  width: 200px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
}
.a-c-block-img-box img{
  width: 100%;
}
.a-c-select{
  float: right;
}

.a-project-img{
  width: 200px;
  height: 150px;
  overflow: hidden;
  float: left;
  margin: 5px;
  border: 1px solid #444;
  position: relative;
}
.a-project-img:hover .a-project-img-box{
  display: block;
}
.a-project-img img{
  height: 100%;
}
.a-project-img-box{
  display: none;
  position: absolute;
  z-index: 100;
  text-align: center;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  line-height: 155px;
  background-color: rgba(0,0,0,0.6);
}


#load{
  width:150px;
  text-align:center;
  margin: 10px auto 40px auto;
}
#load-blog{
  margin: 5px;
  cursor:pointer;
  background: #F6F5F5;
  color:#ADADAD;
  padding: 4px 10px 4px 10px;
  border:1px solid #D6D6D6;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  border-radius: 2px;
  transition: all .3s ease;
}
#load-blog:hover{
  background: #fff;
  color: #797979;
}

.spinner {
  margin: 0 auto;
}

.spinner > div {
  width: 18px;
  height: 18px;
  background-color: #bbb;

  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}

.spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% { -webkit-transform: scale(0) }
  40% { -webkit-transform: scale(1.0) }
}

@keyframes sk-bouncedelay {
  0%, 80%, 100% { 
    -webkit-transform: scale(0);
    transform: scale(0);
  } 40% { 
    -webkit-transform: scale(1.0);
    transform: scale(1.0);
  }
}


/*menu-gum-btn*/
#menu-gum-btn{
  display: none;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
  padding: 5px 10px;
  border-left: 1px solid #dcdcdc;
  border-bottom: 1px solid #dcdcdc;
  color: #6b6b6b;
  background-color: #dadada;
  width: 40px;
  text-align: center;
}

.menu-gum-first{ }
.menu-gum-second{ }
/*menu-gum-btn*/

#faq{
  font-family: 'HelveticaNeueCyrLight' !important;
}

/* REVIEWS */
.reviews-text-block{ position: relative; }
.reviews-text-box{
  display: none;
  background-color: #f6f5f5;
  border: 4px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
  margin: 40px 20px 0 20px;
}
.reviews-text-box-active{ display: block; }
.reviews-people{
  margin: 5px;
  -webkit-transform: scale(.8);
  -o-transform: scale(.8);
  -moz-transform: scale(.8);
  transform: scale(.8);
  transition: all .3s ease;
}
.reviews-people-active{
  -webkit-transform: scale(1);
  -o-transform: scale(1);
  -moz-transform: scale(1);
  transform: scale(1);
}

.reviews-people{ cursor: pointer; float: left; }
.reviews-people:hover{
  opacity: .9;
}

.reviews-img-1{ background-image: url(../img/reviews/1.png); }
.reviews-img-2{ background-image: url(../img/reviews/2.png); }
.reviews-img-3{ background-image: url(../img/reviews/3.png); }
.reviews-img-4{ background-image: url(../img/reviews/4.png); }
/* REVIEWS */