

/* Start:/styles/taxi.css?174005602621684*/
@charset "IBM866";
@-webkit-keyframes proto1 {
  0% {
    left: -180%;
  }

  100% {
    left: 0;
  }
}

@keyframes proto1 {
  0% {
    left: -180%;
  }

  100% {
    left: 0;
  }
}

@-webkit-keyframes proto2 {
  0% {
    left: -180%;
  }

  33% {
    left: -180%;
  }

  100% {
    left: 7px;
  }
}

@keyframes proto2 {
  0% {
    left: -180%;
  }

  33% {
    left: -180%;
  }

  100% {
    left: 7px;
  }
}

@-webkit-keyframes proto3 {
  0% {
    left: -180%;
  }

  66% {
    left: -180%;
  }

  100% {
    left: 14px;
  }
}

@keyframes proto3 {
  0% {
    left: -180%;
  }

  66% {
    left: -180%;
  }

  100% {
    left: 14px;
  }
}

@-webkit-keyframes proto4 {
  0% {
    left: -180%;
  }

  10% {
    left: -180%;
    top: -21px;
  }

  40% {
    left: -27.4%;
    top: -21px;
  }

  60% {
    left: -27.4%;
    top: -21px;
  }

  100% {
    left: 0;
    top: -60px;
  }
}

@keyframes proto4 {
  0% {
    left: -180%;
  }

  10% {
    left: -180%;
    top: -21px;
  }

  40% {
    left: -27.4%;
    top: -21px;
  }

  60% {
    left: -239px;
    top: -21px;
  }

  100% {
    left: 0;
    top: -60px;
  }
}

.prototype1 {
  position: relative;
  margin-top: 100px;
  margin-bottom: 100px;
}
.prototype1 img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.prototype1 .page {
  position: absolute;
}
.prototype1 .page:nth-child(1) {
  left: 0;
  top: 0;
}
.prototype1 .page:nth-child(2) {
  left: 7px;
  top: -7px;
}
.prototype1 .page:nth-child(3) {
  left: 14px;
  top: -14px;
}
.prototype1 .display-page {
  position: relative;
  z-index: 3;
  top: -60px;
  margin: 0;
  float: right;
}
.prototype1.animated .page:nth-child(1) {
  -webkit-animation: proto1 .2s ease-in;
  animation: proto1 .2s ease-in;
}
.prototype1.animated .page:nth-child(2) {
  -webkit-animation: proto2 .4s ease-in;
  animation: proto2 .4s ease-in;
}
.prototype1.animated .page:nth-child(3) {
  -webkit-animation: proto3 .6s ease-in;
  animation: proto3 .6s ease-in;
}
.prototype1.animated .display-page {
  -webkit-animation: proto4 2s ease-in;
  animation: proto4 2s ease-in;
}

@-webkit-keyframes sneaker {
  0% {
    left: 50px;
    bottom: 60px;
  }

  50% {
    bottom: 25px;
  }

  100% {
    left: 130px;
    bottom: 20px;
  }
}

@keyframes sneaker {
  0% {
    left: 50px;
    bottom: 60px;
  }

  50% {
    bottom: 25px;
  }

  100% {
    left: 130px;
    bottom: 20px;
  }
}

@-webkit-keyframes sneaker-shadow {
  0% {
    top: 15px;
  }

  50% {
    top: -20px;
  }

  100% {
    top: -25px;
  }
}

@keyframes sneaker-shadow {
  0% {
    top: 15px;
  }

  50% {
    top: -20px;
  }

  100% {
    top: -25px;
  }
}

@-webkit-keyframes ball {
  0% {
    -webkit-transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@keyframes ball {
  0% {
    -webkit-transform: rotate(120deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
  }
}

@-webkit-keyframes ball-w-shadow {
  0% {
    right: 0px;
  }

  100% {
    right: 285px;
  }
}

@keyframes ball-w-shadow {
  0% {
    right: 0px;
  }

  100% {
    right: 285px;
  }
}

@-webkit-keyframes path {
  0% {
    width: 188px;
    opacity: 0;
  }

  50% {
    width: 188px;
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  100% {
    width: 760px;
  }
}

@keyframes path {
  0% {
    width: 188px;
    opacity: 0;
  }

  50% {
    width: 188px;
    opacity: 0;
  }

  55% {
    opacity: 1;
  }

  100% {
    width: 760px;
  }
}

@-webkit-keyframes btn1 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  55% {
    opacity: 1;
  }
}

@keyframes btn1 {
  0% {
    opacity: 0;
  }

  50% {
    opacity: 0;
  }

  55% {
    opacity: 1;
  }
}

.work.inner .example-sport-style {
  height: 547px;
  background: url(/images/portfolio/example-bg.jpg) center center no-repeat black;
}
.example-sport-style .container {
  position: relative;
  height: 100%;
}
.example-sport-style .sneaker {
  position: absolute;
  left: 10.31746%;
  bottom: 20px;
  width: 31.4285714%;
}
.example-sport-style .sneaker .shadow {
  position: relative;
  top: -25px;
}
.example-sport-style .ball {
  position: absolute;
  right: 22.619047619%;
  bottom: 20px;
  width: 28.8095238%;
}
.example-sport-style .ball .shadow {
  position: relative;
  top: -25px;
}
.example-sport-style .path {
  overflow: hidden;
  position: absolute;
  left: 9.6031746%;
  bottom: 96px;
  width: 60.317460317%;
}
.example-sport-style .path img {
  max-width: 999% !important;
}
.example-sport-style.animated .sneaker {
  -webkit-animation: sneaker 2s;
  animation: sneaker 2s;
}
.example-sport-style.animated .sneaker .shadow {
  -webkit-animation: sneaker-shadow 2s;
  animation: sneaker-shadow 2s;
}
.example-sport-style.animated .ball {
  -webkit-animation: ball-w-shadow 2s;
  animation: ball-w-shadow 2s;
}
.example-sport-style.animated .ball > img {
  -webkit-animation: ball 2s;
  animation: ball 2s;
}
.example-sport-style.animated .path {
  -webkit-animation: path 4s;
  animation: path 4s;
}
.example-sport-style.animated .sneaker-btn {
  -webkit-animation: btn1 4s;
  animation: btn1 4s;
}
.example-sport-style.animated .ball-btn {
  -webkit-animation: btn1 8s;
  animation: btn1 8s;
}
.example-sport-style .text {
  color: rgba(255, 255, 255, 0.6);
  font-size: 14px;
}
.example-sport-style .text .price {
  font-size: 24px;
  color: #ef7c01;
}
.example-sport-style .sneaker-text {
  position: absolute;
  left: 275px;
  width: 300px;
  top: 142px;
  display: none;
}
.example-sport-style .ball-text {
  position: absolute;
  right: 85px;
  top: 175px;
  width: 200px;
  display: none;
}
.example-sport-style .sneaker-btn, .example-sport-style .ball-btn {
  background: url(/images/portfolio/plus-btn.png) no-repeat;
  width: 79px;
  height: 74px;
  cursor: pointer;
}
.example-sport-style .sneaker-btn {
  position: absolute;
  left: 7.142857%;
  bottom: 168px;
  z-index: 3;
}
.example-sport-style .ball-btn {
  position: absolute;
  right: 26.8253968%;
  bottom: 258px;
  z-index: 3;
}

.annotation {
  display: block;
  font-style: italic;
  color: #6d6d6d;
  position: relative;
}

#animation-sport-1 {
  margin-left: -154px;
  float: left;
}
#animation-sport-1 svg {
  margin-left: 90px;
  margin-top: 10px;
}

@-webkit-keyframes appearance1 {
  0% {
    bottom: -200px;
    opacity: 0;
  }

  100% {
    bottom: 0px;
    opacity: 1;
  }
}

@keyframes appearance1 {
  0% {
    bottom: -200px;
    opacity: 0;
  }

  100% {
    bottom: 0px;
    opacity: 1;
  }
}

.appearance1 img {
  margin-top: 30px;
  position: relative;
}
.appearance1.animated img {
  -webkit-animation: appearance1 .5s ease-in-out;
  animation: appearance1 .5s ease-in-out;
}

#animation-sport-2 {
  float: right;
  margin-right: -53px;
}

.standart {
  margin-top: 30px;
}

.whole.fixed.kinodoma {
  background: url(/images/portfolio/kinodoma/panarama.jpg) no-repeat black fixed;
  /* Firefox 3.6+ */
  -webkit-background-size: cover;
  /* Safari 3.1+ и Chrome 4.0+ */
  /* Opera 9.6+ */
  background-size: cover;
  /* Современные браузеры */
  min-height: 600px;
  margin-bottom: 30px;
}

@-webkit-keyframes appearance2 {
  0% {
    -webkit-transform: scale(0);
  }

  100% {
    -webkit-transform: scale(1);
  }
}

@keyframes appearance2 {
  0% {
    transform: scale(0);
    -webkit-transform: scale(0);
  }

  100% {
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}

.site-map img {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
.site-map.animated {
  -webkit-animation: appearance2 0.5s;
  animation: appearance2 0.5s;
}

.prototypes-kinodoma .g6-5 {
  padding-left: 21px;
}
.prototypes-kinodoma img {
  margin-bottom: 16px;
  border: 3px solid #fff;
}

.kinodoma.arrow1 {
  padding-left: 55px;
}
.kinodoma.arrow1 .text {
  float: left;
}
.kinodoma.arrow1 svg {
  margin-top: 10px;
}

.kinodoma.arrow2 {
  margin-left: -43px;
  margin-bottom: 30px;
  margin-top: 60px;
}
.kinodoma.arrow2 .text {
  float: left;
}
.kinodoma.arrow2 svg {
  margin-top: 10px;
  margin-left: 10px;
}

.kinodoma.arrow3 {
  margin-left: -120px;
}
.kinodoma.arrow3 .text {
  float: left;
}
.kinodoma.arrow3 svg {
  margin-top: 10px;
  margin-left: 10px;
}

.kinodoma.arrow4 {
  margin-left: -120px;
}
.kinodoma.arrow4 .text {
  float: left;
}
.kinodoma.arrow4 svg {
  margin-top: 10px;
  margin-left: 10px;
}

.annotation.left-arrow {
  margin-left: -100px;
  float: left;
}
.annotation.left-arrow svg {
  position: absolute;
  margin-left: 75px;
}

#arrow5 {
  margin-left: -60px;
  margin-top: 80px;
}
#arrow5 svg {
  margin-left: 40px;
}

.annotation.right-arrow {
  float: right;
}

#arrow6 {
  margin: -50px;
  margin-top: 100px;
}
#arrow6 svg {
  position: absolute;
  left: -20px;
}

#arrow7 {
  margin-right: -125px;
  margin-top: 50px;
}

#dinamo figure span {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
}
#dinamo.animated {
  -webkit-animation: appearance2 0.5s;
  animation: appearance2 0.5s;
}

.appearence2.animated {
  -webkit-animation: appearance2 2s;
  animation: appearance2 2s;
}

#animation-mabee-1 {
  left: -68px;
  bottom: 53px;
}

#animation-mabee-2 {
  left: 13%;
  bottom: -10px;
}

#animation-mabee-3 {
  right: -48px;
  bottom: 40px;
}

.protos {
  margin-bottom: 100px;
}
.protos img {
  margin: 0 8px 8px 0 !important;
}
.protos .left {
  float: left;
}

#development-example img {
  margin: 0 !important;
  display: inline !important;
}
#development-example .first {
  margin-right: 20px !important;
}

.d3 .small {
  margin: 8px 2px;
}

.plan {
  margin-top: 86px;
}

@-webkit-keyframes topSheet {
  0% {
    top: 71px;
  }

  100% {
    top: 0;
  }
}

@-webkit-keyframes sheet1 {
  0% {
    top: 83px;
  }

  100% {
    top: 27px;
  }
}

@-webkit-keyframes sheet2 {
  0% {
    top: 85px;
  }

  100% {
    top: 49px;
  }
}

@-webkit-keyframes sheet3 {
  0% {
    top: 87px;
  }

  100% {
    top: 60px;
  }
}

#sheets {
  position: relative;
  height: 400px;
  margin-left: 69px;
  margin-top: 107px;
}
#sheets img {
  position: absolute;
}
#sheets .top {
  top: 0;
  z-index: 5;
}
#sheets .top.animated {
  -webkit-animation: topSheet 2s;
}
#sheets .sheet1 {
  top: 27px;
  z-index: 4;
}
#sheets .sheet1.animated {
  -webkit-animation: sheet1 2s;
}
#sheets .sheet2 {
  top: 49px;
  z-index: 3;
}
#sheets .sheet2.animated {
  -webkit-animation: sheet2 2s;
}
#sheets .sheet3 {
  top: 60px;
  z-index: 2;
}
#sheets .sheet3.animated {
  -webkit-animation: sheet3 2s;
}
#sheets .shadow {
  top: 88px;
  z-index: 1;
}

#animation-development-1 {
  left: -50%;
  top: 80px;
}
#animation-development-1 svg {
  margin-top: 15px;
  margin-left: 55px;
}

#animation-development-2 {
  top: -300px;
  right: -396px;
}
#animation-development-2 svg {
  margin-top: 5px;
}

#animation-development-3 {
  top: 185px;
  left: 534px;
}
#animation-development-3 svg {
  position: absolute;
  left: -81px;
  top: 20px;
}

#animation-development-4 {
  margin-bottom: 32px;
  margin-left: 30%;
}
#animation-development-4 svg {
  margin-left: 80px;
  margin-top: 10px;
}

#animation-development-5 {
  text-align: right;
  margin-bottom: 25px;
  margin-right: 17px;
}
#animation-development-5 svg {
  margin-top: 10px;
}
#animation-development-5 .text {
  vertical-align: top;
}

#animation-development-6 {
  width: 62%;
  float: left;
  text-align: right;
  margin-bottom: 10px;
}
#animation-development-6 .text {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: left;
  vertical-align: top;
}
#animation-development-6 svg {
  margin-top: 12px;
}

#animation-development-7 {
  width: 37.81%;
  float: left;
  text-align: right;
}
#animation-development-7 svg {
  margin-top: 12px;
}
#animation-development-7 .text {
  vertical-align: top;
}

.kudesnica.prototype1 {
  height: 830px;
}

header.five {
  background: url(/images/portfolio/taxi/bg.jpg) no-repeat center top;
  height: 507px;
  text-align: center;
  margin-bottom: -100px;
}
header.five .logo {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  position: relative;
  margin-top: 92px;
}
header.five .logo img {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
header.five .logo .address {
  position: absolute;
  background: #ffeb00;
  padding: 4px 24px 4px 17px;
  color: #383838;
  font-size: 14px;
  font-family: Arial;
  font-weight: bold;
  right: -200px;
  top: 20px;
}
header.five .logo .address a {
  color: inherit;
}
header.five .logo .address:before {
  content: "";
  display: block;
  width: 42px;
  height: 44px;
  background: url(/images/portfolio/taxi/arrow.png) no-repeat;
  position: absolute;
  left: -42px;
  top: 0;
}
header.five .back-link {
  display: block;
  border: 1px solid #282828;
  padding: 9px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  float: left;
}
header.five .back-link a {
  color: #282828;
  font-family: Arial;
  text-transform: lowercase;
  font-size: 14px;
}
header.five .text {
  padding: 0 49px;
  text-align: left;
}

.work.inner.taxi {
  background: #f2eee5;
}
.work.inner.taxi .main {
  background: #f2eee5;
}

.work.inner section {
  text-align: center;
  position: relative;
  margin-bottom: 120px;
}
.work.inner section img {
  -webkit-box-shadow: 0 5px 18px #c1bdb6;
  box-shadow: 0 5px 18px #c1bdb6;
}
#auto-five {
  background: url(/images/portfolio/taxi/auto.png) no-repeat;
  width: 496px;
  height: 197px;
  position: absolute;
  right: 45px;
  bottom: -60px;
  z-index: 1;
}

#pile {
	position: relative;
	height: 830px;
}
#pile .first {
  position: absolute!important;
  left: 35%!important;
  top: -60px!important;
  z-index: 2;
}
#pile .second {
  position: absolute!important;
  top: -20px!important;
  z-index: 1;
}
#pile .third {
  position: absolute!important;
  top: 225px!important;
  left: 25%!important;
  z-index: 3;
}

.sport {
  display: none;
}

.sport-n {
  display: block;
}

.dig-marketing, .web-dev, .adaptive-sites, .app-dev, .smm, .building, .design, .video {
  background-image: url(/images/portfolio/icons_service.png);
  display: inline-block;
  width: 102px;
  height: 55px;
}

.dig-marketing {
  background-position: -101px  0px;
}
.dig-marketing:hover, figure:hover .dig-marketing {
  background-position: 0px 0px;
}

.web-dev {
  background-position: -101px -57px;
}
.web-dev:hover, figure:hover .web-dev {
  background-position: 0px -58px;
}

.adaptive-sites {
  background-position: -101px -110px;
}
.adaptive-sites:hover, figure:hover .adaptive-sites {
  background-position: 0px -110px;
}

.app-dev {
  background-position: -101px -165px;
}
.app-dev:hover, figure:hover .app-dev {
  background-position: 0px -165px;
}

.smm {
  background-position: -101px -221px;
}
.smm:hover, figure:hover .smm {
  background-position: 0px -221px;
}

.building {
  background-position: -101px -275px;
}
.building:hover, figure:hover .building {
  background-position: 0px -275px;
}

.design {
  background-position: -101px -333px;
}
.design:hover, figure:hover .design {
  background-position: 0px -333px;
}

.video {
  background-position: -101px -385px;
}
.video:hover, figure:hover .video {
  background-position: 0px -385px;
}

figure.kisl figcaption {
  position: static !important;
}

.kisl.line {
  background: #fff;
  display: block;
  position: relative;
  padding-top: 122px;
}
.kisl.line:before {
  content: "";
  position: absolute;
  top: -5px;
  background: url(/images/portfolio/kisl/border.png) repeat-x;
  left: 0;
  right: 0;
  height: 5px;
}
.kisl.line .imgs {
  background: url(/images/portfolio/kisl/wave-line.png) repeat-x bottom;
  padding-bottom: 31px;
  text-align: center;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.kisl.line .clrs {
  text-align: center;
  margin: 148px 0 115px;
  position: relative;
}
.kisl.line .clrs * {
  width: 290px;
  height: 56px;
  display: inline-block;
}
.kisl.line .clrs .brown {
  background: #3b1910;
}
.kisl.line .clrs .yelow {
  background: #eaa000;
}
.kisl.line .clrs .red {
  background: #c93847;
}
.kisl .container{
  overflow: visible;
}
.kisl.project {
  position: relative;
  height: 801px;
  background: url(/images/portfolio/kisl/net.png);
  text-align: center;
}
.kisl.project img {
  position: absolute;
  top: 120px;
  left: 50%;
  margin-left: -330px;
}
.kisl.project .container {
  position: relative;
}

.kisl.dsgn .scrn {
  margin: 0 94px;
  border: 40px solid #0f0f0f;
  -o-border-radius: 23px;
  border-radius: 23px;
  position: relative;
}
.kisl.dsgn .scrn .ctrl .prev, .kisl.dsgn .scrn .ctrl .next {
  position: absolute;
  top: 50%;
  height: 55px;
  width: 37px;
  cursor: pointer;
}
.kisl.dsgn .scrn .ctrl .prev {
  background: url(/images/portfolio/kisl/prev.png) no-repeat;
  left: -134px;
}
.kisl.dsgn .scrn .ctrl .prev:hover {
  background: url(/images/portfolio/kisl/prev-h.png) no-repeat;
}
.kisl.dsgn .scrn .ctrl .next {
  background: url(/images/portfolio/kisl/next.png) no-repeat;
  right: -134px;
}
.kisl.dsgn .scrn .ctrl .next:hover {
  background: url(/images/portfolio/kisl/next-h.png) no-repeat;
}
.kisl.dsgn .slides {
  margin: 0;
  padding: 0;
  list-style: none;
}
.kisl.dsgn .slides img {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.kisl.dsgn .monitor{
  display: inline-block;
}
.kisl.dsgn .monitor .bot {
  background: url(/images/portfolio/kisl/bot.jpg) no-repeat center top;
  height: 191px;
  width: 100%;
}
.kisl.dsgn h3 {
  text-align: left;
  margin: 45px 0 50px;
}

img.clear {
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}
figure.kisl{
  margin-top: 50px;
}

figure.kisl img, figure.kisl figcaption {
  float: left;
  width: 50%;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
figure.kisl img {
  margin-left: -10% !important;
  width: 60%;
}
figure.kisl h3 {
  background: url(/images/portfolio/kisl/title.png) no-repeat;
  width: 397px;
  height: 40px;
  color: transparent;
  margin-left: -27px;
}
figure.kisl h3::-moz-selection {
  color: inherit;
}
figure.kisl h3::selection {
  color: inherit;
}
figure.kisl figcaption {
  padding-left: 27px;
  background: url(/images/portfolio/kisl/wave-yel.png) repeat-x bottom;
  padding-bottom: 10px;
  font-family: 'PT Sans Narrow', sans-serif;
}

.kisl.result h3 {
  text-align: left;
  position: relative;
  bottom: -42px;
}

#animation-kisl-1 {
  left: 63%;
}
#animation-kisl-1 svg {
  top: -30px;
  position: absolute;
}

#animation-kisl-2 {
  left: 24%;
  position: absolute;
  top: -100px;
}
#animation-kisl-2 svg {
  position: absolute;
  top: -9px;
  left: 176px;
  height: auto;
}

.vip.main {
  -webkit-box-shadow: none;
  box-shadow: none;
  padding-bottom: 50px;
  overflow: visible;
}
.vip.main .vip.content {
  background: #fff;
  padding-top: 1px;
  padding-bottom: 1px;
}
.vip.main .vip.content .container-small {
  position: relative;
}
.vip.main:before {
  content: "";
  background: url(/images/portfolio/vip/top.png) no-repeat;
  -webkit-background-size: cover;
  background-size: cover;
  width: 100%;
  height: 104px;
  margin-top: 15px;
}

.vip .img {
  margin-bottom: 44px;
  position: relative;
}
.vip .img img {
  -webkit-box-shadow: 0 12px 21px -10px #a6a6a6 !important;
  box-shadow: 0 12px 21px -10px #a6a6a6 !important;
}

#vip-img-1 .top {
  background: url(/images/portfolio/vip/1-top.jpg) no-repeat;
  width: 334px;
  height: 522px;
  position: absolute;
  top: -225px;
  right: -79px;
}
#vip-img-1 img {
  position: relative;
  z-index: 2;
}
#vip-img-1 .left {
  background: url(/images/portfolio/vip/1-left.jpg) no-repeat;
  width: 282px;
  height: 378px;
  position: absolute;
  top: 506px;
  left: -117px;
}
#vip-img-1 .right {
  background: url(/images/portfolio/vip/1-bot.png) no-repeat;
  width: 93px;
  height: 327px;
  position: absolute;
  bottom: 107px;
  right: 69px;
}

#vip-img-2 .left {
  position: absolute;
  background: url(/images/portfolio/vip/2-left.png) no-repeat;
  width: 324px;
  height: 389px;
  bottom: 110px;
  left: 56px;
}

#vip-img-3 .left {
  background: url(/images/portfolio/vip/3-left.jpg) no-repeat;
  position: absolute;
  width: 148px;
  height: 246px;
  bottom: 169px;
  left: 12px;
}
#vip-img-3 .bot {
  background: url(/images/portfolio/vip/3-bot.png) no-repeat;
  position: absolute;
  width: 231px;
  height: 299px;
  bottom: 25px;
  right: 5px;
}

#animation-vip-1 {
  position: absolute;
  right: 30px;
  top: 113px;
}
#animation-vip-1 svg {
  position: absolute;
  top: -33px;
  left: -43px;
}

#animation-vip-2 {
  position: absolute;
  left: 30px;
  bottom: 113px;
}
#animation-vip-2 svg {
  position: absolute;
  top: -9px;
  right: -55px;
}

#animation-vip-3 {
  position: absolute;
  left: 25px;
  bottom: 416px;
  z-index: 3;
}
#animation-vip-3 svg {
  position: absolute;
  bottom: -118px;
  right: 11px;
}

/*# sourceMappingURL=cases.css.map */

.screen-shadow {
-webkit-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.35);
-moz-box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.35);
box-shadow: 0px 5px 3px 0px rgba(0, 0, 0, 0.35);
}
.work.inner {
	background-color:#f2eee5!important;
}
.main {
	background-color:#f2eee5!important;
}
/* End */
/* /styles/taxi.css?174005602621684 */
