@charset "UTF-8";
*, *:after, *:before {
    outline: 0px none;
    -webkit-text-decorations-in-effect: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

* {
  padding: 0;
  margin: 0;
}

html{
  height: 100%;
  outline: 0px none;

}

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

/*body.ready{
  opacity: 1;
  -webkit-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -moz-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -ms-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -o-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
}*/

/*Common setup for H2 tag*/
h2{
  font-size: 65px;
  font-family: OpenSansLightRegular;
    font-weight: normal;
    text-transform: uppercase;
  text-align: center;
  line-height: 45px;
}

/*Common setup for H3 tag*/
h3{
  font-size: 45px;
  font-family: OpenSansRegular;
  text-transform: uppercase;
  font-weight: normal;;
}
/*Common setup for P tag*/
p{
    font-family: OpenSansRegular;
    font-size: 36px;
    margin-bottom: 10px;
}

/* Blog with main backgrounds */
#skyway{
    background-image: url('img/background_2560_new.jpg');
    background-repeat: no-repeat;
    background-position: top center;
    margin: 0;
    padding: 150px 0 0 0;
    vertical-align: top;
}

/* section Intro with Logo, slogan etc */
#intro{
  width: 100%;
  min-height: 750px;
  padding: 0px;
  opacity: 1;
  position: relative;
  text-align: center;
  z-index: 300;
}

#logo_wrapper {
    margin: 70px auto 0 0;
    padding: 0px 20px;
    z-index: 300;
    -webkit-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
    -moz-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
    -ms-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
    -o-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
    transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
}


#logo {
    display: inline-block;
    width: 500px;
    height: 238px;
    background-image: url("img/logo_2560.png");
    background-repeat: no-repeat;
    background-size: 100% auto;
    background-size: cover;
    opacity: 0;
    z-index: 300;
    -webkit-transition: all 1.5s ease-out 1.9s;
    -moz-transition: all 1.5s ease-out 1.9s;
    -ms-transition: all 1.5s ease-out 1.9s;
    -o-transition: all 1.5s ease-out 1.9s;
    transition: all 1.5s ease-out 1.9s;
}

#slogan{
  margin-top: 59px;
  opacity: 0;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;
  -moz-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;
  -ms-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;
  -otransition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 1.2s;
}

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

#top-menu{
  opacity: 0;

  font-family: OpenSansRegular;
    font-size: 29px;
  text-transform: uppercase;
  line-height: 19px;
    margin-top: 65px;
  z-index: 300;
  text-shadow: 2px 0px 10px #041833,0px 2px 10px #041833,-2px 0px 10px #041833,0px -2px 10px #041833;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;
  -moz-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;
  -ms-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 2.6s;

}
/* кнопка, которая появляется на ширине 640px*/
#menu-button{ display: none;}
#top-quote-link{
  display: none;
  font-family: OpenSansRegular;
  text-transform: uppercase;
  margin: 0;
}
.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;

  display: inline-block;
  position: relative;
  margin-top: 108px;
  width: 194px;
    height: 45px;
  line-height: 140%;
  z-index: 300;
  -webkit-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s, top 0.5s ease;
  -moz-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s, top 0.5s ease;
  -ms-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s, top 0.5s ease;
  -o-transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s, top 0.5s ease;
  transition: opacity 1.5s cubic-bezier(0.4, 0.85, 0.49, 0.99) 3.3s, top 0.5s ease;
}

.lang{
    display:block;
    width: 87px;
    height: 56px;
    float:left;
}

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

.lang-en{background: url('img/sprite_2560.png') no-repeat -252px -804px;}
.lang-en:hover{ background: url('img/sprite_2560.png') no-repeat -252px -860px}

.lang-ru{background: url('img/sprite_2560.png') no-repeat -252px -916px;}
.lang-ru:hover{ background: url('img/sprite_2560.png') no-repeat -252px -972px;}

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



#main{
  position: relative;
  z-index: 350;
}


#main-words{
  background-color: transparent;
  color: #fff;
  text-align: center;
  /*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: 134px;
  width: 364px;
  margin: 0 15px;

}


.toabout{ background: url('img/sprite_2560.png') no-repeat -126px 0; z-index: 300;}
a.toabout:hover{ background-position: -126px -134px;}
.towork{ background: url('img/sprite_2560.png') no-repeat -126px -268px;z-index: 300;}
a.towork:hover{ background-position: -126px -402px;}
.toservices{ background: url('img/sprite_2560.png') no-repeat -126px -536px;}
a.toservices:hover{ background-position: -126px -670px;}

.p-main{
    font-size: 38px;
    font-family: clear_sansregular;
    display: block;
    width: 1200px;
    line-height: 110%;
    margin: 0 auto 31px auto;
  text-shadow: 2px 0px 10px #041833,0px 2px 10px #041833,-2px 0px 10px #041833,0px -2px 10px #041833;
}

.p-main strong{
  font-weight: normal;
}


#ourteam{
    display: block;
    height:1200px;
  /*border: 1px solid red;*/
    /*background: url(img/our_team_white_2560.jpg) no-repeat top center;*/
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
  -o-transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
  transition: all 0.5s cubic-bezier(0.4, 0.85, 0.49, 0.99);
}


#about{
    width: 100%;
    background-color: #fff;
  padding: 20px 0;
  box-sizing: border-box;
  background-clip: border-box;

}

#h2-about{
    color: #c33953;
    margin: -8px 0 40px 0;

}
#about-text{
    width: 95%;
    /*max-width: 1100px;*/
    margin:0 auto;
  height:auto;
    text-align: center;
  vertical-align: top;
  display: block;
  justify-content: center;
  white-space: nowrap;
}


.about-block{
  display:-moz-inline-stack;/*Firefox 2*/
  display: inline-block;
  vertical-align: top;
  width: 33%;
  height:auto;
  min-width: 250px;
  text-align: justify;
  white-space: normal;
  _overflow:hidden;/*IE6, IE7*/
  *zoom:1;/*включаем hasLayout для IE6, IE7*/
  *display:inline;/*при hasLayout true display:inline в IE6, IE7 ведёт себя как display:inline-block*/
}
.about-p{
  display: block;
  padding: 0 25px 40px 25px;
}

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



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


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

#work-section{
    background: url('img/our_work_background_new_big.png') repeat-x left bottom #e1e3e7;
  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{
    color: #000;
    line-height: 0%;
  margin: 20px 0 80px 0;
}

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

}

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


#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_2560.png') no-repeat -339px -849px;
    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{
    color: #93a5d5;
  line-height: 0;
  margin: 30px 0 80px 0;
}

#service-title{
    padding: 0;
}

.service-item{
    display: inline-block;
    vertical-align: top;
  width: 300px;
    height: 160px;
    text-transform: uppercase;
    font-size: 27px;
    font-family: OpenSansRegular;
    font-weight: normal;
    margin-bottom: 10px;
  text-align: center;

}


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

.service-href{
    display: block;
  width: 300px;
    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 -252px;}
#i-service-identity{background-position: 0 -504px; }
#i-service-creative{background-position: 0 -756px;}
#i-service-promotion{background-position: 0 -1008px;}
#i-service-hosting{background-position: 0 -1260px;}
#i-service-market{background-position: 0 -1512px;}
#i-service-more{background-position: 0 -1764px;}

#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 -126px;}
.service-item:hover #i-service-programming{background-position: 0 -378px;}
.service-item:hover #i-service-identity{background-position: 0 -630px; }
.service-item:hover #i-service-creative{background-position: 0 -882px;}
.service-item:hover #i-service-promotion{background-position: 0 -1134px;}
.service-item:hover #i-service-hosting{background-position: 0 -1386px;}
.service-item:hover #i-service-market{background-position: 0 -1638px;}
.service-item:hover #i-service-more{background-position: 0 -1890px;}



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


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

#quote-section{
    background-color: #b3bac7;
  /*border: 1px solid red;*/
}

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

#quote-form{
background: #737d8e;
display: block;

}

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

  height: auto;
  margin: 0 auto;
}

#quote-container{

    padding: 20px 0;
  display: block;
}

#h2-quote{
    color: #243048;
    margin: 5px auto 50px auto;
}


.form-col{
    display: block;
  vertical-align: top;
  margin: 0 auto;
  width: 70%;
  max-width: 1800px;
  /*border: 1px solid red;*/
  text-align: center;
}


.form-row{
    display: inline-block;
    height: 75px;
  width: 600px;
  margin: 0 5px;
}



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

.textfield{
    float: right;
  font-size: 27px;
    width: 100%;
    height: 65px;
    border: none;
    padding-left: 15px;
    font-family: OpenSansRegular;
  border-radius: 4px;
}

textarea{
  font-family: OpenSansRegular;
  font-size: 27px;
    width: 1220px;
    height: 100px;
    border: none;
  border-radius: 4px;
  padding: 15px;
  margin: 0 auto;
}
input.error, textarea.error{
    border: 1px solid red;
}
#quote-submit{
    background-color: #929bab;

    border: none;
    width: 1220px;
    height: 52px;
    font-family: OpenSansBold;
    font-size: 27px;
    text-transform: uppercase;
    color: #ffffff;
    margin: 0;
  cursor: pointer;
  border-radius: 4px;
  margin: 0 auto;
}
#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: 27px;
  text-align: center;
  margin: 0 auto 10px 0;
  color: #243048;

}
.quote-text2{
  text-align: center;
  padding: 20px;
}
#quote-desc1{
    list-style-type: none;
  list-style: none;
}

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

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

#h3-quote{
font-family: OpenSansBold;
font-size: 27px;
line-height: 0;
margin: 0 0 20px;
  color: #243048;
}

#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_2560.png') no-repeat;
  background-position: -339px -937px;
    height: 45px;
  width: 102px;
  margin: 0 auto;
  display: block;
}


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



#footer-container{
  width: 100%;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  padding: 50px 0 0 0;
  /*border: 1px solid red;*/
}

#footer-container2{
  width: 95%;
  margin: 0 auto;
  text-align: center;
  vertical-align: top;
  padding: 0 0 30px 0;
  /*border: 1px solid red;*/
}

.contacts-block{
  display: inline-block;
  width: 22%;
  min-width: 450px;
  font-size: 25px;
  color: #fff;
  vertical-align: top;
}

.contacts-block p{
  font-size: 28px;
}

#contacts-mail{
  width:76px;
  height:51px;
  background-image: url('img/sprite_2560.png');
  background-repeat: no-repeat;
  background-position: -252px -1028px;
  margin: 20px auto 10px auto;
}

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

}
.social{
  display: inline-block;
  width: 126px;
  height: 126px;
  margin: 5px 0 0 0;
}

.yt{background-image: url('img/sprite_2560.png');background-position: -126px -804px;margin-right: 20px;}
.fb{background-image: url('img/sprite_2560.png');background-position: -126px -1056px;margin-right: 20px;}
.tw{background-image: url('img/sprite_2560.png');background-position: -126px -1308px}

.yt:hover{background-position: -126px -930px;}
.fb:hover{background-position: -126px -1182px}
.tw:hover{background-position: -126px -1434px}


h3.contacts-head{
  color: #93a5d5;
  margin-bottom: 15px;
}


#footerlogo {
  display: block;
    margin: 0 auto 15px auto;
  width: 84px;
  height: 77px;
    background: url('img/sprite_2560.png') no-repeat;
  background-position: -339px -982px;

}
#footerlogo:hover{
  background-position: -339px -1059px;
}
#copy{
  margin: 0px;
}
#copy a{
  color: #fff;
  text-decoration: none;
}
#copy a:hover{
  color: #fe5685;
}

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

#foot-menu{
  display: block;
  font-family: OpenSansRegular;
  font-size: 25px;
  line-height: 150%;
  color: #fff;
  margin: 0 auto;
  text-transform: uppercase;
}

#totop{
  display: block;
  width: 58px;
  height: 80px;
  background: url(img/sprite_2560.png) no-repeat -252px -1079px;
  bottom: 30px;
  right: 40px;
  position: fixed;
  -webkit-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -moz-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -ms-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  -o-transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  transition: all 1s cubic-bezier(0.4, 0.85, 0.49, 0.99) 0s;
  z-index: 1000;
  opacity: 0;
}

#allstars{
  width:100%;
  height: 100%;
  position:absolute;
  display: block;
  top:0;
  left:0;
  clip: rect(auto, auto, auto, auto);
  z-index: 1;
}

.stars{
    width: 100%;
    height: 100%;
    opacity: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;

  -webkit-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;
  -moz-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;
  -ms-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;
  -o-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;
  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;
}

.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;

  -webkit-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;
  -moz-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;
  -ms-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;
  -o-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;
  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;
}
#stars2 div{
  background-image: url('img/stars_02.png');
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  -webkit-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;
  -moz-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;
  -ms-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;
  -o-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;
  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;

}
#stars3 div{
  background-image: url('img/stars_03.png');
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;

  -webkit-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;
  -moz-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;
  -ms-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;
  -o-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;
  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;
}


#modal_website{background: #dd5d93; color: #621736;}
#modal_programming{background: #f89074; color: #751b03;}
#modal_identity{background: #e9af55; color: #50360c;}
#modal_hosting{background: #1aabff; color: #04467d;}
#modal_market{background: #5679fe; color: #071445;}
#modal_creative{background: #88cc62; color: #1d4606;}
#modal_promotion{background: #26c57c; color: #004a46;}

.modal_text{
  padding: 50px;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  height: 400px;
  margin: 0 auto;
  font-size: 16px;
}
.modal_text p{
  font-size: 17px;
}
h1.modal_h1{ color: white;
  font-family: OpenSansLightRegular;
  font-size: 29px;
  font-weight: normal;
  text-transform: uppercase;
  text-align: center;
  margin-bottom: 10px;
}
ul.modal_list li{
  margin-left: 20px;
  font-family: OpenSansRegular;
  font-size: 17px;
}

#submitResult{
	font-family: OpenSansLightRegular;
	font-size: 17px;
}
