* {
  margin: 0;
  padding: 0;
  border: none;
  outline: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.oila,
.tojikiston,
.rg {
  width: 392px;
  height: 440px;
  background-color: #ffffff;
  position: relative;
  z-index: 1;
  overflow: hidden;
  margin: 0 auto;
  font-family: Arial, Helvetica, sans-serif;
  border: 1px solid #000000;
}

.oila .logo,
.tojikiston .logo,
.rg .logo {
  top: 20px;
  left: 20px;
  max-width: 120px;
}

.oila .att,
.tojikiston .att,
.rg .att {
  position: absolute;
  bottom: 10px;
  left: 10px;
  text-align: left;
  font-size: 12px;
  color: #8a8a8a;
}

.oila .phone,
.tojikiston .phone,
.rg .phone {
  font-size: 20px;
  position: absolute;
  bottom: 40px;
  left: 20px;
  padding-left: 30px;
}

.oila .phone::before,
.tojikiston .phone::before,
.rg .phone::before {
  content: '';
  display: block;
  width: 20px;
  height: 20px;
  background-image: url("../rs/call.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: 2px;
  left: 0;
}

.oila img,
.tojikiston img,
.rg img {
  position: absolute;
  top: 0;
  right: 0;
  max-width: 100%;
}

.oila .gift-top,
.tojikiston .gift-top,
.rg .gift-top {
  max-width: 160px;
  z-index: 1000;
  -webkit-animation: gift-top 8s ease infinite alternate;
          animation: gift-top 8s ease infinite alternate;
}

.oila .gift-inner,
.tojikiston .gift-inner,
.rg .gift-inner {
  top: 5%;
  right: -5%;
  max-width: 100%;
  -webkit-animation: gift-inner 8s ease infinite alternate;
          animation: gift-inner 8s ease infinite alternate;
}

.oila .gift-bottom,
.tojikiston .gift-bottom,
.rg .gift-bottom {
  max-width: 110px;
  top: auto;
  right: auto;
  bottom: 0;
  right: 0;
  -webkit-animation: gift-bottom 8s ease infinite alternate;
          animation: gift-bottom 8s ease infinite alternate;
}

.oila .title,
.tojikiston .title,
.rg .title {
  position: relative;
  z-index: 10000;
  margin: 0 auto 0 0;
  text-align: center;
  max-width: 72%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}

.oila .title img,
.tojikiston .title img,
.rg .title img {
  position: relative;
  z-index: 2000;
  max-width: 160px;
  margin-bottom: 10px;
}

.oila .title .stoc,
.tojikiston .title .stoc,
.rg .title .stoc {
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
}

.oila .title .heading,
.tojikiston .title .heading,
.rg .title .heading {
  display: block;
  font-weight: bold;
  font-size: 70px;
  line-height: 100%;
  letter-spacing: 5px;
  margin-bottom: 10px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
  -webkit-animation-delay: .3s;
          animation-delay: .3s;
}

.oila .title .descr span,
.tojikiston .title .descr span,
.rg .title .descr span {
  display: block;
  margin-bottom: 5px;
  font-size: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  opacity: 0;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
}

.oila .title .descr .first,
.tojikiston .title .descr .first,
.rg .title .descr .first {
  color: #6d6e71;
  -webkit-animation-delay: .5s;
          animation-delay: .5s;
}

.oila .title .descr .second,
.tojikiston .title .descr .second,
.rg .title .descr .second {
  -webkit-animation-delay: .7s;
          animation-delay: .7s;
  margin-bottom: 5px;
}

.oila .title .descr .third,
.tojikiston .title .descr .third,
.rg .title .descr .third {
  font-size: 22px;
  color: red;
  font-weight: bold;
  -webkit-animation-delay: .9s;
          animation-delay: .9s;
}

.rg {
  width: 220px;
  height: 300px;
}

.rg .logo {
  left: 10px;
  max-width: 90px;
}

.rg .phone {
  font-size: 13px;
  padding-left: 20px;
  left: 10px;
}

.rg .phone::before {
  width: 12px;
  height: 12px;
}

.rg .att {
  font-size: 9px;
  max-width: 100px;
}

.rg .gift-top {
  max-width: 110px;
}

.rg .gift-inner {
  top: 13%;
  max-width: 110%;
}

.rg .gift-bottom {
  max-width: 80px;
}

.rg .title .stoc {
  max-width: 95px;
  margin-bottom: 5px;
}

.rg .title .heading {
  font-size: 38px;
}

.rg .title .descr span {
  font-size: 8px;
}

.rg .title .descr .third {
  font-size: 14px;
}

.oila {
  width: 1240px;
  height: 500px;
}

.oila .gift-top {
  max-width: 180px;
}

.oila .gift-inner {
  top: 2%;
  max-width: 500px;
  right: 0;
}

.oila .left {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  -moz-transform: matrix(-1, 0, 0, 1, 0, 0);
  -webkit-transform: matrix(-1, 0, 0, 1, 0, 0);
  -o-transform: matrix(-1, 0, 0, 1, 0, 0);
}

.oila .title {
  max-width: 500px;
  margin: 0 auto;
}

.oila .title .logo {
  position: static;
  margin-bottom: 15px;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
}

.oila .title .phone {
  position: relative;
  bottom: auto;
  left: auto;
  font-size: 24px;
  opacity: 0;
  margin-bottom: 30px;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
  -webkit-animation-delay: 1s;
          animation-delay: 1s;
}

.oila .title .phone::before {
  top: 6px;
}

.oila .title .att {
  position: static;
  font-size: 14px;
  opacity: 0;
  -webkit-animation: fadeInDown 8s ease infinite alternate;
          animation: fadeInDown 8s ease infinite alternate;
  -webkit-animation-delay: 1.2s;
          animation-delay: 1.2s;
}

.oila .title .stoc {
  max-width: 200px;
  margin-bottom: 5px;
}

.oila .title .heading {
  font-size: 100px;
  margin-bottom: 5px;
}

.oila .title .descr span {
  font-size: 22px;
  line-height: 130%;
}

.oila .title .descr .third {
  font-size: 30px;
  margin-bottom: 20px;
}

@-webkit-keyframes gift-top {
  0% {
    -webkit-transform: translate(100%, 200px) rotateZ(-45deg);
            transform: translate(100%, 200px) rotateZ(-45deg);
  }
  15% {
    -webkit-transform: translate(20%, 50px) rotateZ(0);
            transform: translate(20%, 50px) rotateZ(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
            transform: translate(0, 0) rotateZ(0);
  }
}

@keyframes gift-top {
  0% {
    -webkit-transform: translate(100%, 200px) rotateZ(-45deg);
            transform: translate(100%, 200px) rotateZ(-45deg);
  }
  15% {
    -webkit-transform: translate(20%, 50px) rotateZ(0);
            transform: translate(20%, 50px) rotateZ(0);
  }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
            transform: translate(0, 0) rotateZ(0);
  }
}

@-webkit-keyframes gift-inner {
  0% {
    -webkit-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%);
  }
  15% {
    -webkit-transform: translateX(5%) translateY(5%);
            transform: translateX(5%) translateY(5%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
  }
}

@keyframes gift-inner {
  0% {
    -webkit-transform: translateX(50%) translateY(50%);
            transform: translateX(50%) translateY(50%);
  }
  15% {
    -webkit-transform: translateX(5%) translateY(5%);
            transform: translateX(5%) translateY(5%);
  }
  100% {
    -webkit-transform: translateX(0) translateY(0%);
            transform: translateX(0) translateY(0%);
  }
}

@-webkit-keyframes gift-bottom {
  0% {
    -webkit-transform: translate(60%, 100px) rotateZ(-35deg);
            transform: translate(60%, 100px) rotateZ(-35deg);
  }
  20% {
    -webkit-transform: translate(20%, 10px) rotateZ(-5deg);
            transform: translate(20%, 10px) rotateZ(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
            transform: translate(0, 0) rotateZ(0);
  }
}

@keyframes gift-bottom {
  0% {
    -webkit-transform: translate(60%, 100px) rotateZ(-35deg);
            transform: translate(60%, 100px) rotateZ(-35deg);
  }
  20% {
    -webkit-transform: translate(20%, 10px) rotateZ(-5deg);
            transform: translate(20%, 10px) rotateZ(-5deg);
  }
  100% {
    -webkit-transform: translate(0, 0) rotateZ(0);
            transform: translate(0, 0) rotateZ(0);
  }
}

@-webkit-keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fadeInDown {
  0% {
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    opacity: 0;
  }
  20% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
/*# sourceMappingURL=style.css.map */