/*
  Copyright Art. Lebedev | http://www.artlebedev.ru/
*/



body {
  margin: 0;
}











.vseposto_scene {
  width: 100%;
  height: 364px;
  position: relative;
  overflow-x: hidden;
}

.vseposto_scene .finish {
  height: 333px;
  width: 37px;
  position: absolute;
  background: #ffffff url('img/finish.jpg');
  bottom: 0;
  right: 75px;
}

.vseposto_scene .elem {
  height: 108px;
  padding-right: 75px;
  position: relative;
  margin-top: 74px;
}

.vseposto_scene .elem .track {
  width: 0;
  height: 108px;
  position: relative;
}

.vseposto_scene .elem .track .overlay {
  width: 100%;
  height: 100%;

  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIxMDAlIiB5Mj0iMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMC41Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
  background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,0.5) 100%);
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0.5)));
  background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,0.5) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#80ffffff',GradientType=1 );
}

.vseposto_scene .car.animate .track {
  width: 60%;
  background-color: #26c23d;

  animation: run1 3s ease-out;
  -webkit-animation: run1 3s ease-out;
  -moz-animation: run1 3s ease-out;
  -ms-animation: run1 3s ease-out;
}

@keyframes run1 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  100% {
    width: 60%;
  }
}

@-moz-keyframes run1 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  100% {
    width: 60%;
  }
}

@-webkit-keyframes run1 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  100% {
    width: 60%;
  }
}

@-ms-keyframes run1 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  100% {
    width: 60%;
  }
}


.vseposto_scene .phone.animate .track {
  width: 100%;
  background-color: #f78b46;

  animation: run2 3s ease-in-out;
  -webkit-animation: run2 3s ease-in-out;
  -moz-animation: run2 3s ease-in-out;
  -ms-animation: run2 3s ease-in-out;
}

@keyframes run2 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  95% {
    width: 101%;
  }

  100% {
    width: 100%;
  }
}

@-moz-keyframes run2 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  95% {
    width: 101%;
  }

  100% {
    width: 100%;
  }
}

@-webkit-keyframes run2 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  95% {
    width: 101%;
  }

  100% {
    width: 100%;
  }
}

@-ms-keyframes run2 {
  0% {
    width: 0%;
    background-color: #42aadc;
  }

  60% {
    background-color: #42aadc;
  }

  66% {
    background-color: #26c23d;
  }

  95% {
    width: 101%;
  }

  100% {
    width: 100%;
  }
}


.vseposto_scene ins {
  width: 350px;
  height: 210px;
  position: absolute;
  right: -175px;
  bottom: 0;
}


.vseposto_scene .car ins {
  background-image: url('img/car.png');
}

.vseposto_scene .phone ins {
  background-image: url('img/phone.png');
}
