body{
	background: url(../img/bg.jpg) no-repeat;
	background-size: initial;
	background-position: center top;
}
* {
	font-family: 'Open Sans', sans-serif;
}
header {
	padding-top:  160px;
	padding-bottom:  60px;
	position:  relative;
}

/* .footer-inner{
	background: url(img/bg-website.jpg) no-repeat;
	background-size: 100% auto;
	background-position: 50% 50%;
} */
.section{
	width: 1200px;
	margin-left: auto;
	margin-right: auto;
}
.hero-caption.section {
	background: url(../img/img-gcouriers-lp/bg-hero.png);
	width:  1080px;
}
.circles {
  transform: translateY(-200px);
  -webkit-transform: translateY(-200px);
}
.circles div{
  border-radius: 50%;
  position: absolute;
  left: 50%;
   animation-name: floating;
   animation-duration: 3s;
   animation-iteration-count: infinite;
   animation-timing-function: ease-in-out; 
   -webkit-animation-name: floating;
   -webkit-animation-duration: 3s;
   -webkit-animation-iteration-count: infinite;
   -webkit-animation-timing-function: ease-in-out;
}
@keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
@-webkit-keyframes floating {
    from { transform: translate(0,  0px); }
    65%  { transform: translate(0, 15px); }
    to   { transform: translate(0, -0px); }    
}
.circle1{
  background-color: #82a6d8;
  width: 90px;
  height: 90px;
  top: -45px;
  margin-left: -480px; 
  animation-delay: 0.5s;
}
.circle2{
  background-color: #b181d6;
  width: 150px;
  height: 150px;
  top: -70px;
  margin-left: -370px;
  animation-delay: 1s;
}
.circle3{
  background-color: #ff649b;
  width: 200px;
  height: 200px;
  top: -120px;
  margin-left: -300px;
  animation-delay: 0.3s;
}
.circle4{
  background-color: #262965;
  width: 300px;
  height: 300px;
  top: -150px;
  margin-left: -150px;
  z-index: 6;
}
.circle5{
  background-color: #db4397;
  width: 200px;
  height: 200px;
  margin-left: 100px;
  top: -100px;
  animation-delay: 0.4s;
}
.circle6{
  background-color: #4d3f8b;
  width: 150px;
  height: 150px;
  margin-left: 300px;
  top: -100px;
  animation-delay: 0.7s;
}
.hero-caption {
  padding: 60px;
}
#logo {
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 120px;
  height: auto;
}
.hero-caption h1{
  color:#db4397;
  font-size: 45px;
  font-weight: normal;
  letter-spacing: 2px;
  margin-top: 0;
}
.hero-left,.hero-right{
  width: 50%;
  float:left;
}
.hero-right{
  width: 50%;
}
.btn{
  background: #5ac619;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  padding: 10px 50px;
  position: relative;
  border-radius: 100px
}
.btn-download span{
  display: block;
  
}
.btn-download span:first-of-type{
  font-size: 14px;
}
.btn-download span:nth-of-type(2){
  font-size: 24px;
  letter-spacing: 1px
}
.btn-download::after{
  content: "";
  display: block;
  width: 30px;
  height: 36px;
  background: url('../img/ic-android.svg');
  position:  absolute;
  top: 16px;
  left: 50px
}
.btn-download {
  padding-left: 90px
}
.hero-right img{
  display: block;
  margin-left: auto;
}
.hero-right img:nth-of-type(2){
  margin-top: 40px
}
.title::after{
  content:"";
  display: block;
  width: 154px;
  height: 10px;
  background: url(../img/before.png) no-repeat;
   margin: 20px auto 0 auto;
}
.ad-left, .ad-midd, .ad-right{

  width: 33%;
  float: left;
}
.advatages{
 margin-top: 200px
}
.title{
  display: block;
  text-align: center;
  font-size:45px;
  color: #0d1a5a;
  position: relative;
  padding: 60px 0
}
.phone {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto;
}

.ic > div {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  position: relative;
}
.ic > div > img {
  position: absolute;
  display: block;
  margin: auto;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.ic1{
  background: #ff649b;
}
.ic2{
  background: #b181d6;
}
.ic3{
  background: #4d3f8b;
}
.ic4{
  background: #82a6d8;
}
.ic5{
  background: #ff649b;
}
.ic6{
  background: #b181d6;
}
.ad-left .ic > div { 
float: right
}
.ad-right .ic > div { 
float: left;
}
.ic {
  height: 100px;
  margin-bottom: 30px
}
.ic span{
   display: block;
    margin-top: 35px;
}

.ad-left .ic span{
  float: right;
  margin-right: 20px;
}
.ad-right .ic span{
  float: left;
  margin-left: 20px;
}

.footer-inner{
  position: relative;
}
.footer-inner .footer-img2{
  width: 100%;
  height: auto;
  display: block;
}
.footer-inner .footer-img{
  position: absolute;
  right: 0;
  bottom: 0;
  width:40%;
  display: block;
}

.footer-inner .btn {
  background: rgba(255,100,155,1);
  position: absolute;
  top:0;
  bottom:0;
  left:0;
  right:0;
  margin: auto;
  width: 250px;
  height: 70px;
  font-size: 24px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  line-height: 63px;
  transition: all 300ms ease-in-out;
  -webkit-transition: all 300ms ease-in-out;
  padding-right: 100px;
  
}
.footer-inner .btn:hover {
  background: rgba(255,100,155,0.3);
  box-shadow:inset 0 0 0 2px #ff649b;
  color: #ff649b;
}
.footer-inner .btn::after {
	content: "";
	display: block;
	background:  url('../img/arrow.png') no-repeat;
	width: 27px;
	height: 13px;
	position: absolute;
}
.footer-inner .btn::after {
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  right: 100px;
  animation-name: go;
  animation-duration: 1s;
  animation-iteration-count: infinite;
  animation-play-state: paused;
  -webkit-animation-name: go;
  -webkit-animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-play-state: paused;
}
.creative-ones{
  background: #16183d;
  padding:30px;
}
.creative-logo {
  display: block;
  margin: 0 auto;
  width: 100px;
  height: auto;
}

.footer-inner .btn:hover::after{
 animation-play-state: running;
 -webkit-animation-play-state: running;
}
@keyframes go {
  0%{ transform: translateX(0);}
  50%{ transform: translateX(10px);}
  100%{ transform: translateX(0);}
}
@-webkit-keyframes go {
  0%{ transform: translateX(0);}
  50%{ transform: translateX(10px);}
  100%{ transform: translateX(0);}
}
.ad-left,.ad-right{
 margin-top: 120px
}
.advatages {
  margin-bottom: 180px;
}
/* RESPONSIVE */
@media (max-width: 1681px) {
  body{
    background-size: 100% auto;
  }
}
@media (min-width: 1681px) {
  body{
    background-size: initial;
    background-position: center top;
  }
}
@media (max-width: 1367px) {
  body{
    background-size: 100% auto;
    background-position: center top;
  }
  .circles{
    transform: scale(0.7) translateY(-260px);
    -webkit-transform: scale(0.7) translateY(-260px);
  }
  .hero-caption.section, .section  {
    width: 90%;
    padding: 5%;
  }
  .hero-caption h1 {
    font-size: 30px;
  }
  .ic > div {
    transform: scale(0.7);
    -webkit-transform: scale(0.7);
  }
  .advatages.section{
    padding: 0;
    width: 100%
  }
  .ad-left, .ad-right{
    width: 40%;
    margin-top: 0px
  }
  .ad-midd {
    width: 20%;
  }
  .footer-inner .btn{
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  .advatages{
    margin-top: 90px;
    margin-bottom: 90px;
  }
  .ad-left .ic span {
    margin-right: 0;
  }
  .ad-right .ic span {
    margin-left: 0;
  }
}
@media (max-width: 769px) {
  body{
    background-size: 150%;
  }
  .hero-left,.hero-right {
    width: 100%;
  }
  .hero-right img {
    max-width: 100%;
    margin: 0 auto
  }
  .btn-download {
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin-top: 30px;
    margin-bottom: 60px;
  }
  .qr {
    width: 50%
  }
  .circles{
    transform: scale(0.5) translate(0,-350px);
    -webkit-transform: scale(0.5) translate(0,-350px);
  }
  .ad-left, .ad-right{
    width: 80%;
    margin-top: 0px;
    padding-left: 10%;
    padding-right: 10%;
  }
  .ad-midd {
    width: 20%;
    display: none
  }
  .ad-left .ic > div, .ad-left .ic span {
    float: left;
  }
  .ic {
    margin-bottom: 0;
    height:50px;
    margin-bottom: 15px;
  }
  .ic span{
    margin-top: 15px;
    margin-left: 20px !important;
  }
  .ic > div {
    transform: scale(1);
    -webkit-transform: scale(1);
    width: 50px;
    height: 50px;
  }
  
  .footer-inner .btn {
/*     transform: translateY(90px) scale(0.7) */
    top: -180px;
  }
  .ic > div > img{
    transform: scale(0.5);
    -webkit-transform: scale(0.5);
  }
  .ic6  img {
    transform: translateX(-5px) scale(0.5) !important;
    -webkit-transform: translateX(-5px) scale(0.5) !important;
 
  }
}