
*, *:after, *:before {
    box-sizing: border-box;
    outline: 0px none;
    -webkit-text-decorations-in-effect: none;
}

* {
  padding: 0;
  margin: 0;
}

html{
  height: 100%;
  outline: 0px none;
  box-sizing: border-box;
}

body{
  min-width: inherit;
  height: 100%;
  margin: 0px;
  padding: 0px;
  border-bottom: medium none;
  overflow-x: hidden;
}

body.ready{
  opacity: 1;
  transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;


}

#container{
  height: 100%;
}

#skyway{
    height: 100%;
    background-image: url('img/background_2560.jpg');
    background-repeat: no-repeat;
  	background-position: top center;
/*  	background-attachment: fixed; */
  	margin: 0;
  	padding: 0;
  	top: 0;
}

#intro{
  width: 100%;
  height: 100vh;
  padding: 0px;
  opacity: 1;
}

#skyway #intro{
  position: relative;
  min-height: 900px;
  text-align: center;
  width: 100%;
  padding: 90px 0px;
  z-index: 300;
}

#inner{
  position: relative;
  top: 0px;
  left: 0px;
  z-index: 3;
  width: 100%;
  height: 100vh;
}


#content_wrapper {
    position: absolute;
    top: 40%;
    left: 50%;
    padding: 0px 20px;
    transform: translate(-50%, -50%);
    z-index: 300;
    min-width: 700px;
}
.logo_fadeout{
    transition: all 0.1s cubic-bezier(0.4, 0.85, 0.49, 0.99);
    top: 0;
}

#logo {
    display: inline-block;
    width: 310px;
  	height: 147px;
    background-image: url("img/logo_new.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    transform: translateY(25px);
    opacity: 0;
    z-index: 300;
    transition: all 1.5s ease-out 1.9s;

}

#slogan{
  margin-top: 51px;
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;

}

#slogan h1{
	font-size: 50px;
	font-family: OpenSansLightRegular;
	font-weight: normal;
	text-transform: uppercase;
	line-height: 40px;
  color: #fff;
  white-space: nowrap;
}

#top-menu{
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;
  font-family: OpenSansRegular;
	font-size: 18px;
  text-transform: uppercase;
  line-height: 19px;
	margin-top: 30px;
  text-shadow: 2px 0px 10px #041833,0px 2px 10px #041833,-2px 0px 10px #041833,0px -2px 10px #041833;
  z-index: 300;
}

.menu-item{text-decoration: none; color: #fff; margin-left: 10px;}
.menu-item:first-child{margin-left: 0;}
.menu-item:hover{color: #fe5685;}
.menu-current{color: #fff;}



#langs{
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s;
  display: inline-block;
  position: relative;
  margin-top: 78px;
  width: 112px;
	height: 33px;
  line-height: 140%;
  z-index: 300;
}

.lang{
	display:block;
	width: 50px;
	height: 33px;
	float:left;
}

.lang:first-child{margin-right: 12px;}

.lang-en{background: url('img/sprite.png') no-repeat -148px -652px;}
a.lang-en:hover{	background: url('img/sprite.png') no-repeat -148px -685px;}

.lang-ru{background: url('img/sprite.png') no-repeat -148px -718px;}
a.lang-ru:hover{	background: url('img/sprite.png') no-repeat -148px -751px;}

#phone{
  opacity: 0;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s;
  color:#fff;
  font-family: OpenSansRegular;
  font-size: 23px;
  z-index: 300;
  line-height: 23px;
  margin-top: 25px;
}


.stars{
	background: transparent no-repeat center center;
  background-size: cover;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;

	transition: transform 0.8s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0.5s, opacity 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0.3s;
	opacity: 0;
	/*overflow: hidden;*/
}

.star_layer{
  width: 100%;
  height: 100%;
  display: block;
  transform: scale(0);
}



#stars1 div{
  background-image: url('img/stars_01.png');
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center center;
  transition: transform 2s cubic-bezier(0.4, 0.85, 0.49, 0.99), opacity 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0.5s;
  z-index: 3;
}
#stars2 div{
  background-image: url('img/stars_02.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  transition: transform 1s cubic-bezier(0.4, 0.85, 0.49, 0.99), opacity 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0.5s;
  z-index: 4;
}
#stars3 div{
  background-image: url('img/stars_03.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  transition: transform 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99), opacity 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0.5s;
  z-index: 5;
}


#main{

}

#worldsend{
  background-image: url('img/white_block_2560.png');
  background-repeat: no-repeat;
  background-position: top center;
  height: 175px;
  display: block;
  z-index: 20;
  position: relative;
}

#main-words{
  background-color: #fff;
  color: #c33953;
  text-align: center;
  font-family: OpenSansRegular;
  padding-top: 35px;
}

#buttons{
  display:block;
  width: 90%;
  text-align: center;
  vertical-align: top;
  margin: 0 auto;
}

.main-button{
  display: inline-block;
  vertical-align: top;
  text-align: center;
  height: 79px;
  width: 214px;
  margin: 0 15px;
}


.toabout{
  background: url('img/sprite.png') no-repeat -74px 0;
}
a.toabout:hover{
  background-position: -74px -79px;
}

.towork{
  background: url('img/sprite.png') no-repeat -74px -158px;
}

a.towork:hover{
  background-position: -74px -237px;
}
.toservices{
  background: url('img/sprite.png') no-repeat -74px -316px;
}


a.toservices:hover{
  background-position: -74px -395px;
}
p{
	margin-bottom: 10px;
	font-family: OpenSansRegular;
	font-size: 20px;
}
.p-main{
	font-size: 24px;
	font-family: OpenSansRegular;
	display: block;
	width: 800px;
	line-height: 130%;
	margin: 0 auto 31px auto;
}
strong{ font-family: OpenSansRegular}


#ourcommand{
	display: block;
	height: 1024px;
	background: url(img/our_team_white_2560.jpg) no-repeat top center;
}


#about{
	width: 100%;
	background-color: #fff;
  margin-top: 20px;
}

#h2-about{
	font-size: 45px;
	font-family: OpenSansLightRegular;
	font-weight: normal;
	text-transform: uppercase;
	color: #c33953;
	margin: -8px 0 20px 0;
	text-align: center;
}
#about-text{
	width: 95%;
	/*max-width: 1100px;*/
	margin:0 auto;
  height:auto;
	text-align: center;
  vertical-align: top;
  display: flex;
  justify-content: center;
}


#about-text p{
  display: block;
  vertical-align: top;
  width: 33%;
  height:auto;
  min-width: 250px;
  text-align: justify;
  padding: 0 25px 40px 25px;

}

/*#about-text p:first-child{
      margin: 0 0 50px 0;
}*/

@media all and (max-width: 950px) {

  #about-text{
    display: block;
    white-space: normal;
  }

  #about-text p{
        width: 90%;
        display: inline-block;
        text-align: justify;
        padding: 0;
        margin-left: 0;
        margin-right: 0;
        margin-bottom: 15px;
        height: auto;
  }

  #about-text p:last-child{
        padding: 0 0 40px 0;
  }

}

#work{
	background: url('img/our_work_pattern.gif') repeat-x;
	height: 66px;
	display: block;
	clear: both;
}


#our-work-arrow{
  background: url('img/sprite.png') no-repeat -148px -474px;
	height: 45px;
  width: 103px;
  margin: 0 auto;
  display: block;
}

#work-section{
	background-color: #d0d6dd;
	background: url('img/our_work_background_new_big.png') repeat-x left bottom #d0d6dd;
  max-height: 687px;
	padding: 60px 0;
	display: block;

}

#work-container{
	min-height: 453px;

}

#work-foot{
	width: 400px;
	margin: 0 auto;
	text-align: center;
}

#h2-work{
	font-size: 45px;
	text-align: center;
	font-family: OpenSansLightRegular;
	font-weight: normal;
	text-transform: uppercase;
	color: #000;
	line-height: 0;

}

#work-foot .more{
	font-size: 18px;
	font-family: OpenSansBold;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	color: #3e4f64;

}

#work-foot .more:hover{
	color: #c33953;
}

#see-works{
	width: 798px;
	min-height: 396px;
	display: block;
	margin: 50px auto 0;
}
#works-slick{
	height: 396px;
	display: block;
}
.slick-track{
	height: 396px;
}
.work-item{
	display: block;
	width: 198px;
	height: 396px;
	margin-right: 3px;
	background-color: white;
	overflow-x: hidden;
}
.work-item:first-child{
	margin-left: 0;
}
.work-item h4{
	font-size: 24px;
	margin: 250px 15px 10px 15px;
	font-family: OpenSansLightRegular;
	text-transform: uppercase;
}
.work-item p{
	font-size: 14px;
	font-family: OpenSansRegular;
	margin: 0 15px 10px 15px;
}



#services{
	background: url('img/services_pattern.gif') repeat-x;
	height: 66px;
	display: block;
	clear: both;
}


#services-arrow{
  background: url('img/sprite.png') no-repeat -148px -519px;
	height: 45px;
  width: 103px;
  margin: 0 auto;
  display: block;
}

#services-section{
background-image: url('img/services_background.gif');
	min-height: 450px;
	display: block;
}

#services-container{
	min-height: 450px;
	text-align: center;
  padding: 50px 0;
  }

#service-table{
display: table;
text-align: center;
 width: 100%;
 margin: 50px auto 0 auto;
}

#h2-services{
	font-size: 45px;
	font-family: OpenSansLightRegular;
	font-weight: normal;
	text-transform: uppercase;
	color: #93a5d5;
  text-align: center;
  line-height: 45px;
}

#service-title{
	padding: 0;
}

.service-item{
	width: 240px;
	display: inline-block;

	vertical-align: top;
	height: 160px;
	text-transform: uppercase;
	font-size: 17px;
	font-family: OpenSansRegular;
	font-weight: normal;
	margin-bottom: 10px;
  text-align: center;

}


.service-icon{
	text-decoration: none;
	display: inline-block;
	width: 74px;
	height: 73px;
  text-align: center;
	background-repeat: no-repeat;
  background-position: top center;
  background-image:  url('img/sprite.png');
}

.service-href{

	display: block;
	width: 240px;
	height: 80px;
  text-align: center;
}


#a-service-more span{
	display: block;
	text-align: center;
}

#i-service-website{background-position: 0 0;}
#i-service-programming{background-position: 0 -149px;}
#i-service-identity{background-position: 0 -297px; }
#i-service-creative{background-position: 0 -445px;}
#i-service-promotion{background-position: 0 -593px;}
#i-service-hosting{background-position: 0 -741px;}
#i-service-market{background-position: 0 -889px;}
#i-service-more{background-position: 0 -1037px;}

#a-service-hosting    {color:#1aabff;text-decoration:none;}
#a-service-website    {color:#dd5d93;text-decoration:none;}
#a-service-identity   {color:#ffc05d;text-decoration:none;}
#a-service-programming{color:#f89074;text-decoration:none;}
#a-service-creative   {color:#88cc62;text-decoration:none;}
#a-service-promotion  {color:#26c57c;text-decoration:none;}
#a-service-market     {color:#7390ff;text-decoration:none;}
#a-service-more       {color:#b57ffe;text-decoration:none;}


.service-item:hover #a-service-website,
.service-item:hover #a-service-hosting,
.service-item:hover #a-service-promotion,
.service-item:hover #a-service-creative,
.service-item:hover #a-service-market,
.service-item:hover #a-service-programming,
.service-item:hover #a-service-identity,
.service-item:hover #a-service-more{
	color:white;
}
.service-item:hover #i-service-website{background-position: 0 -74px;}
.service-item:hover #i-service-programming{background-position: 0 -223px;}
.service-item:hover #i-service-identity{background-position: 0 -371px; }
.service-item:hover #i-service-creative{background-position: 0 -519px;}
.service-item:hover #i-service-promotion{background-position: 0 -667px;}
.service-item:hover #i-service-hosting{background-position: 0 -815px;}
.service-item:hover #i-service-market{background-position: 0 -963px;}
.service-item:hover #i-service-more{background-position: 0 -1111px;}



#quote{
	background: url('img/quote_pattern.gif') repeat-x;
	height: 64px;
	display: block;
	clear: both;
}


#quote-arrow{
  background: url('img/sprite.png') no-repeat -148px -564px;
	height: 43px;
  width: 103px;
  margin: 0 auto;
  display: block;
}

#quote-section{
	background-color: #b3bac7;
}

#quote-line{
	display: block;
	height: 30px;
	border-bottom: 13px solid #737d8e;
}

#quote-form{
background: #737d8e;
display: block;
min-height: 259px;
}

#quote-container2{
  background: #737d8e;
	display: block;
  padding: 40px 0 30px 0;
  height: auto;
  text-align: center;
  vertical-align: top;

}

#quote-container{
	height: 81px;
	padding: 20px 0;
  display: block;
}

#h2-quote{
	font-size: 45px;
	font-family: OpenSansLightRegular;
	font-weight: normal;
	text-transform: uppercase;
	color: #243048;
	margin: 0 auto;
  text-align: center;
  line-height: 40px;
}


.form-col{
	display: inline-block;
	width: 500px;
  vertical-align: top;
}

.form-row{
	display: block;
	clear: both;
	/*margin-bottom: ;*/
	height: 50px;
}



label{
	font-family: OpenSansRegular;
	font-size: 17px;
	color: #fff;
	display: block;
	width: 203px;
	float: left;
	text-align: right;
	right: 41px;
  position: relative;
}

.textfield{
	float: left;
	width: 296px;
	height: 35px;
	border: none;
	padding-left: 10px;
	font-family: OpenSansRegular;
  border-radius: 4px;
}

textarea{
	width: 294px;
	height: 143px;
	border: none;
  border-radius: 4px;
}
input.error, textarea.error{
	border: 1px solid red;
}
#quote-submit{
	background-color: #929bab;
	border: none;
	width: 294px;
	height: 42px;
	font-family: OpenSansBold;
	font-size: 20px;
	text-transform: uppercase;
	color: #ffffff;
	margin: 0 0 10px 203px;
  cursor: pointer;
  border-radius: 4px;
}
#quote-submit:hover{
  background-color: #1f2a43;
}

#loading{display: none;}

#quote-descs{
  width: 60%;
  margin: 10px auto;
  vertical-align: top;
  text-align: center;
  min-height: 200px;
}

#quote-desc{
	background-color: #737d8e;
	display: block;
	min-height: 171px;
}

.quote-text{
	font-family: OpenSansRegular;
	font-size: 17px;
  text-align: center;
  margin: 0 auto;
  padding: 30px;

}
#quote-desc1{
	list-style-type: none;
  list-style: none;
  display: inline;
}

#quote-desc1 li:before{
	content: "- \00a0\00a0"
}

.desc2{
  margin-top: 10px;
}
#quote-desc2{
  float: right;
  margin: 10px 55px 0 0;
}

#h3-quote{
	font-family: OpenSansBold;
	font-size: 19px;
  text-transform: uppercase;
}

#quote-container3{
  background: #b3bac7;
  color: #243048;
  text-align: center;
}


#contacts{
	background: url('img/services_pattern.gif') repeat-x;
	height: 66px;
	display: block;
	clear: both;
}


#contacts-arrow{
  background: url('img/sprite.png') no-repeat;
  background-position: -148px -607px;
	height: 45px;
  width: 102px;
  margin: 0 auto;
  display: block;
}


#contacts-section{
	background-image: url('img/services_background.gif');
  background-origin: border-box;
	min-height: 320px;
	display: block;
  padding-bottom: 30px;
}



#footer-container{
  width: 90%;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  padding: 50px 0;
}

.contacts-block{
  display: inline-block;
  width: 22%;
  min-width: 350px;
  font-family: OpenSansRegular;
  font-size: 18px;
  color: #fff;
  vertical-align: top;
}


#contacts-mail{
  width:45px;
  height:30px;
  background-image: url('img/sprite.png');
  background-repeat: no-repeat;
  background-position: -148px -784px;
  margin: 0px auto 10px auto;
}

#social-container{
  text-align: center;
  vertical-align: top;
  margin-top: 0;
  padding: 25px 0 40px 0;

}
.social{
  display: inline-block;
  width: 74px;
  height: 74px;
}

.yt{background-image: url('img/sprite.png');background-position: -74px -474px;margin-right: 10px;}
.fb{background-image: url('img/sprite.png');background-position: -74px -622px;margin-right: 10px;}
.tw{background-image: url('img/sprite.png');background-position: -74px -770px}

.yt:hover{background-position: -74px -548px;}
.fb:hover{background-position: -74px -696px}
.tw:hover{background-position: -74px -844px}


h3.contacts-head{
  font-family: OpenSansRegular;
  font-weight: normal;
  color: #93a5d5;
  text-transform: uppercase;
  font-size: 30px;
  margin-bottom: 15px;
}


#footerlogo {
  display: block;
	margin: 0 auto 5px auto;
  width: 55px;
  height: 50px;
	background: url('img/sprite.png') no-repeat;
  background-position: -74px -918px;

}
#footerlogo:hover{
  background-position: -74px -968px;
}

#copy a{
  color: #fff;
  text-decoration: none;
}
#copy a:hover{
  color: #fe5685;
}

#foot-div{
  clear:both;display:block;height:50px;
}

#foot-menu{
  display: block;
  font-family: OpenSansRegular;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}

#totop{
  display: block;
  width: 40px;
  height: 40px;
  background: url(img/sprite.png) no-repeat -198px -652px;
  bottom: 10px;
  left: -40px;
  position: fixed;
  transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  z-index: 1000;
}


@media only screen and (max-width: 1920px) {

  #skyway{
      background-image: url('img/background_1920.jpg');
  }

  #ourcommand{
  	height: 768px;
  	background: url(img/our_team_white_1920.jpg) no-repeat top center;
  }
  #worldsend{
    background-image: url('img/white_block_1920.png');
    height: 175px;
  }
}

@media only screen and (max-width: 1680px) {

  #skyway{
      background-image: url('img/background_1680.jpg');
  }
  #ourcommand{
  	height: 672px;
  	background: url(img/our_team_white_1680.jpg) no-repeat top center;
  }

  #worldsend{
    background-image: url('img/white_block_1680.png');
    height: 144px;
  }

}

@media only screen and (max-width: 1440px) {
  #skyway{
      background-image: url('img/background_1440.jpg');
  }

  #ourcommand{
  	height: 576px;
  	background: url(img/our_team_white_1440.jpg) no-repeat top center;
  }

  #worldsend{
    background-image: url('img/white_block_1440.png');
    height: 124px;
  }

}


@media only screen and (max-width: 1366px) {
  #skyway{
      background-image: url('img/background_1366.jpg');
  }
  #ourcommand{
  	height: 546px;
  	background: url(img/our_team_white_1366.jpg) no-repeat top center;
  }
  #worldsend{
    background-image: url('img/white_block_1366.png');
    height: 117px;
  }
}

@media only screen and  (max-width: 1282px) {
  #skyway{
      background-image: url('img/background_1280.jpg');
  }
  #ourcommand{
  	height: 512px;
  	background: url(img/our_team_white_1280.jpg) no-repeat top center;
  }

  #worldsend{
    background-image: url('img/white_block_1280.png');
    height: 110px;
  }
}


@media only screen and (max-width: 1024px) {
  #skyway{
      background-image: url('img/background_1024.jpg');
  }
  #ourcommand{
  	height: 410px;
  	background: url(img/our_team_white_1024.jpg) no-repeat top center;
  }

  #worldsend{
    background-image: url('img/white_block_1024.png');
    height: 88px;
  }

}

/* opera */
html:first-child   noindex:-o-prefocus,#content_wrapper {
        position: absolute;
        top: 400px;
        left: 50%;
        padding: 0px 20px;
        z-index: 300;
}

html:first-child   noindex:-o-prefocus, #intro{
    width: 100%;
    height: 100%;
    padding: 0px;
    opacity: 1;
  }
