*{
  margin:0;
  padding:0;
  box-sizing:border-box}
html,body,.wrap{
  height:100%}
html{
  font-size:62.5%;
  -webkit-text-size-adjust:100%}
:focus{
  outline:none}
select{
  background:#fff;
  width:100%;
  padding:15px 6px;
  border:1px solid #dadada;
  font-size:14px;
  color:#333;
  border:solid 1px #a2a2a2;
  font-weight:bold}
.flexbox{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:justify;
  -ms-flex-pack:justify;
  justify-content:space-between;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center}
body{
  font-family:Arial, Helvetica, Sans-Serif;
  font-size:2rem;
  min-height:520px;
  color:#fff;
  position:relative}
.video-wrap{
  position:absolute;
  top:0;
  bottom:0;
  width:100%;
  height:100%;
  overflow:hidden}
video{
  min-width:100%;
  min-height:100%;
  width:auto;
  height:auto;
  position:absolute;
  top:50%;
  left:50%;
  transform:translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%)}
.content-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -webkit-box-pack:center;
  -ms-flex-pack:center;
  justify-content:center;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  padding:0 10px 60px;
    background: rgba(173, 105, 232, 0.6);
  z-index:8;
  position:absolute;
  top:0;
  left:0;
  right:0;
  text-align:center;
  height:100%}
.main-block{
  overflow:hidden;
  position:relative;
  height:100%}
.step{
  display:none;
  max-width:960px;
  position:relative}
.step.current{
  display:block}
.step .title{
  text-align:center;
  font-size:3rem;
  color:#fff;
  text-transform:uppercase;
  font-weight:bold}
.step p{
  margin-bottom:1.5rem;
  text-align:center}
.final-title{
  margin-bottom:2rem;
  font-size:2.5rem;
  font-weight:bold}
.to-show,.loading-item{
  display:none}
.loading-item{
  font-size:2.5rem;
  text-transform:uppercase}
.loading-item:first-child{
  display:block}
img.loader{
  max-width:100%;
  display:block;
  margin:0 auto;
  margin:3rem auto 0}
.buttons-wrap{
  display:-webkit-box;
  display:-ms-flexbox;
  display:flex;
  -ms-flex-pack:distribute;
  justify-content:space-around;
  -webkit-box-align:center;
  -ms-flex-align:center;
  align-items:center;
  -ms-flex-wrap:wrap;
  flex-wrap:wrap;
  margin-top:5rem}
.btn{
  color:#fff;
  font-weight:bold;
  text-decoration:none;
  display:inline-block;
  padding:1rem 5.4rem;
  font-size:3.4rem;
  border:0.5rem solid #fff;
  margin:1rem;
  text-align:center;
  cursor:pointer;
  text-transform:uppercase;
  transition:all linear 0.3s}
.btn:hover{
  background:#fff;
  color: #aa6de0;
}
.btn.start{
  padding:0.2rem 5.4rem;
  border:0.3rem solid #fff}
.btn-button{
  margin-top:3rem}
.footer{
  position:absolute;
  bottom:0;
  left:0;
  z-index:10;
  width:100%;
  background:#fff;
  color: #aa6de0;
  ;
  text-align:center;
  padding:0.5% 0}
.footer p{
  font-size:3rem;
  font-weight:bold}
.tablets .main-block{
  background:url(../images/girl.gif) center 0 no-repeat;
  background-size:cover}
@media screen and (max-width: 1024px){
  html{
    font-size:55%}
}
@media screen and (max-width: 768px){
  html{
    font-size:30%}
}
.instant-message {
  display: none;
  position: fixed;
  bottom: 5px !important;
  right: 30px;
  background-color: #fff;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  max-width: 390px;
  color: #32445c;
  font-size: 13px;
  z-index: 100;
  border: 1px solid lightgray;
}
.instant-message img {
  float: left;
  margin: 0 15px 0 0;
}
.instant-message .info {
  float: right;
  width: calc(100% - 80px);
}
.instant-message .message {
  background-color: #e7eaee;
  padding: 5px 10px;
  border-radius: 5px;
  margin-top: 5px;
}
.clearfix {
  clear: both;
  overflow: hidden;
}
@media screen and (max-width: 400px) {
  .instant-message {
    bottom: 10px;
    left: 10px;
    right: 10px;
    max-width: 100%;
  }
}
