body{
  margin:0px;
  padding:0px;
  font-family: 'AudiType';
  padding-bottom:0px;
}
p,h1,h2,h3,h4{
  margin:0;
}
a{
  text-decoration: none;
  color:inherit;
}
img {
  max-width: 100%;
}

*::after,*::before,*{
  box-sizing: border-box;
}
.logo{
    padding: 1rem 2rem;
}
.logo__flex{
  display: flex;
  align-items: center;
}
.logo__name{
  margin-left: 2rem;
  font-weight: 700;
}
.logo__name span{
  font-weight: 500;
}
.orange{
  color: #F0650A;
}
.bg__gray{
  background-color: #F4F4F4;
}
.grey-bg{
  background-color: #f1f4f3;
}
.black-bg{
  background-color: #000;
}
.darkgrey-bg{
  background-color: #3a3a3a;
}
.lightgrey-bg{
  background-color: #6b6b6b;
}
.text__center{
  text-align: center;
}
.scroller{
  margin-bottom: 50px;
  cursor: pointer;
  position: relative;
}
.scroller__roll{
  position: absolute;
  top: 8px;
  animation-duration: 1.5s;
    animation-iteration-count: infinite;
    animation-name: scroll
}
.subtitle{
  padding: 30px 0;
  font-size: 28px;
}
.button{
  display: inline-block;
  background-color: #000;
  padding: 1rem 2rem;
  color: #fff;
  margin: 30px 0 0;
}
.container{
  max-width: 1730px;
  margin: 0 auto;
}
.container__big{
  max-width: 90%;
  margin: 0 auto;
}
.container__sm{
  max-width: 1400px;
  margin: 0 auto;
}
.baner{
  position: relative;
  display: flex;
  flex-direction: column;
}
.baner__logo-img{
  max-height: 40px;
  width: auto;
}
.baner__link{
  background: rgb(234,81,96);
  background: linear-gradient(90deg, rgba(234,81,96,1) 0%, rgba(241,108,128,1) 50%, rgba(234,81,96,1) 100%);
  color: #fff;
}
.baner__link-flex{
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem 0;
}
.baner__link-title{
  padding: 0 2rem;
}
.baner__img{
  width: 100%;
}
.baner__absolute {
  position: absolute;
  width: 100%;
  color: #fff;
}
.baner__absolute-top-3{
  top: 3em;
}
.baner__absolute-top-10{
  top: 10%;
}
.baner__absolute-bottom-10{
  bottom: 10%;
}
.baner__title{
  font-size: 70px;
  margin-bottom: 20px;
}
.baner__title-pin{
  max-width: 35px;
}
.baner__subtitle{
  font-size: 1.8rem;
  font-weight: 500;
}
.baner__link-arrow{
  max-width: 30px;
}
.callus{
  text-align: center;
  padding: 50px 0;
}
.callus__phone{
  color: #F0650A;
  font-size: 2rem;
  font-weight: 700;
}
.info__box{
  display: flex;
}
.info__box .col{
  width: 50%;
}
.info__content{
  padding: 1rem;
  height: 100%;
}
.info__bar{
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 100px 0;
}
.info__text{
  margin-bottom: 2rem;
}
.info__line{
  height: 1px;
  width: 40%;
  background-color: #000;
  margin-bottom: 2rem;
}
.info__img{
  width: 100%;
}
.info__route{
  text-align: right;
}

.hero{
  padding: 60px 0;
}
.hero__title{
  margin-bottom: 20px;
  font-size: 28px;
}

.profit {
    padding: 40px 0;
    color: #fff;
}
.profit__title{
  margin-bottom: 30px;
}
.profit__image{
  padding-bottom: 20px;
}
.profit__row{
  display: flex;
justify-content: space-between;
}
.profit__item{
  width: calc(100%/4 - 30px);
  padding: 20px 0;
}

.footer{
  padding: 50px 0;
}
.footer__text, .callus__text{
  text-align: center;
  line-height: 1.5;
  font-size: 1em;
}
.form{
  margin: 50px 0;
}
.carform {
    margin: 30px 0;
}
.carform__title{
  margin-bottom: 30px;
  font-size: 28px;
}
.carform__row{
  display: flex;
  flex-wrap: wrap;
}
.carform__item{
  width: calc(100% / 3);
  padding-right: 20px;
  padding-bottom: 30px;
}
.carform__item:nth-child(3n){
  padding-right: 0;
}
.carform__item label{
  font-size: 16px;
}


.carfrom__upload{
  padding: .75rem 20px;
  width: calc(100% - 10px);
  margin: 0.5rem 0;
  border: 1px solid #c1c1c1;
  border-radius: 5px;
  font-size: 12px;
  height: 46px;
  display: inherit;
  background-color: #000;
  color: #fff;
  font-weight: 700;
  cursor: pointer;
}
.footer__row{
  display: flex;
  justify-content: space-between;
  padding: 60px 0;
}
.footer__address{
  padding: 50px 0;
  color: #fff;
}
.footer__title{
  font-size: 1.3rem;
  font-weight: 500;
  text-align: center;
}

.upload__msg{
  font-size: 12px;
  text-align: center;
  color: green;
}

@media(max-width: 1730px){
  .container{
    max-width: 1400px;
  }
}
@media(max-width: 1450px){
  .container{
    max-width: 1200px;
  }
}
@media(max-width: 1400px){

  .baner__title-pin {
    max-width: 20px;
  }
  .container{
    padding: 0 1rem;
  }
  .container__sm{
    max-width: 90%;
  }
  .baner__title{
    font-size: 50px;
  }
  .baner__subtitle{
    font-size: 1.5rem;
  }
}
@media(max-width: 1300px){
  .profit__text br{
    display: none;
  }
}
@media(max-width: 1250px){
  .info__text{
    margin-bottom: 1rem;
  }
  .container{
    padding: 0 2rem;
  }
}
@media(max-width: 1200px){
  .info__text{
    margin-bottom: 1rem;
  }
}
@media(max-width: 960px){
  .baner__title{
    font-size: 32px;
  }
  .hide-br{
    display: none;
  }
  .info__box{
    display: block;
  }
  .info__box .col{
    width: 100%;
  }
  .info__bar img{
    max-width: 200px;
  }
  .carform__item{
    width: calc(100% / 2);
  }
  .carform__item:nth-child(3n){
    padding-right: 20px;
  }
  .carform__item:nth-child(2n){
    padding-right: 0;
  }
}
@media(max-width: 768px){
  .baner__title{
    font-size: 32px;
  }
  .baner__absolute{
    position: relative;
    color: #000;
  }
  .baner__absolute.logo{
    top: 0;
    padding: 2rem 0;
  }
  .baner__logo-img{
    max-width: 200px;
  }

  .baner__absolute.header{
    padding: 2rem 0;
  }
  .baner__absolute.baner__absolute-bottom-10{
    padding: 0;
  }
  .hero{
    padding: 30px 0;
  }
  .baner__link-title{
    font-size: 16px;
    padding: 0 1rem;
  }
  .baner__link-arrow{
    max-width: 20px;
  }
  .profit__row{
    flex-wrap: wrap;
  }
  .profit__item{
    width: calc(100%/2 - 30px);
  }
  .baner__asp{
    background-color: #000;
    padding: .5rem;
  }
}
@media(max-width: 650px){
  .carform__item{
    width: calc(100%);
  }
  .carform__item:nth-child(3n), .carform__item:nth-child(2n){
    padding-right: 0;
  }
  .carform__item{
    padding-right: 0;
  }
}
@media(max-width: 550px){
  .baner__title{
    font-size: 24px;
  }
  .info__bar{
    flex-direction: column;
    margin: 50px 0;
  }
  .info__bar img{
    margin-bottom: 20px;
  }
  .baner__link{
    padding: 0 1rem;
    text-align: center;
  }
  .profit__item{
    width: 100%;
  }
  .footer__row{
    display: block;
  }
  .footer__col{
    padding-bottom: 30px;
  }
  .logo{
    padding: 1rem;
  }
  .baner__logo-img{
    max-width: 50px;
  }
  .logo__name{
    font-size: 14px;
  }
  .carform__item .carfrom__upload{
    font-size: 14px!important;
  }
}
.bounce-left{
  -webkit-animation: bounceLeft 2s infinite;
  animation: bounceLeft 2s infinite;
}
.bounce-right{
  -webkit-animation: bounceRight 2s infinite;
  animation: bounceRight 2s infinite;
}
@-webkit-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -webkit-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-moz-keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(30px);
  }
  60% {
    transform: translateX(15px);
  }
}
@keyframes bounceLeft {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }
  60% {
    -ms-transform: translateX(15px);
    transform: translateX(15px);
  }
}
@-webkit-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -webkit-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
@-moz-keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    transform: translateX(0);
  }
  40% {
    transform: translateX(-30px);
  }
  60% {
    transform: translateX(-15px);
  }
}
@keyframes bounceRight {
  0%,
  20%,
  50%,
  80%,
  100% {
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  40% {
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }
  60% {
    -ms-transform: translateX(-15px);
    transform: translateX(-15px);
  }
}
