.contact-us{padding-bottom: 5%;}
.contact-us .header{padding-bottom: 0%;position: inherit;}
.contact-us .info{margin-top:5%;height: inherit;}
.contact-us .info .form{width:80%;box-shadow:none}

@media (max-width: 1440px) {}
@media (max-width: 1200px) {
    /* X 0.8 */
    .contact-us .header .price{font-size: 22px;}
    .contact-us .header .buy .card-box{border-radius: 16px;}
    .contact-us .header .buy .card-box > div:nth-child(1){font-size: 22px;}
    .contact-us .header .buy .card-box > div:nth-child(2){font-size: 19px;}
    .contact-us .header .buy .card-box > div:nth-child(3){font-size: 19px;}
    .contact-us .info .title{font-size:22px;}
    .contact-us .info .touch > div:nth-child(1){font-size: 32px;}
    .contact-us .info .touch .touch-item{font-size: 14px;}
    .contact-us .info .touch .touch-item span:first-child{font-size: 24px;}
    .contact-us .info .form{border-radius: 16px;}
    .contact-us .info .form .send-btn{font-size: 14px;border-radius: 8px;}
}

@media (max-width: 1000px) {
    .contact-us{padding-bottom: 0%;}
    .contact-us .header{padding-bottom: 0%;}
    .contact-us .header .beauty{top:19.26298%;}
    .contact-us .header .beauty img{width:77.692307%;height:21.538461%;max-width: 100%;}
    .contact-us .header .price{top:41.0385%;font-size: 20px;}
    .contact-us .header .buy{top:60.3015%;height:193.103448%;flex-direction: column;justify-content: space-between}
    .contact-us .header .buy .card-box,
    .contact-us .header .buy .card-box.big{
        width:88.4615%;
        height:31.9642857%;
        margin-right:0%;
        box-shadow: 0px 0px 20px 0px rgba(231, 234, 248, 1);
    }
    .contact-us .header .buy .card-box > div:nth-child(1){font-size: 24px;}
    .contact-us .header .buy .card-box > div:nth-child(2){padding:0 7%;margin-top:10%;font-size: 16px;}
    .contact-us .header .buy .card-box > div:nth-child(3){padding-left:7%;}
    .contact-us .info{margin-top:8%;width:88.4615%;height:auto;margin-bottom: 10%;}
    .contact-us .info .title{flex-direction:column;align-items: center;font-size:20px;margin-bottom:7%;}
    .contact-us .info > div:nth-child(2){flex-direction:column-reverse;}
    .contact-us .info .form{width:100%;}
    .contact-us .info .touch{margin:0 10%;width:80%;}
    .contact-us .info .touch > div:nth-child(1){font-size:30px;}
    .contact-us .info .touch .touch-item{font-size: 14px;}
    .contact-us .info .touch .touch-item span:first-child{font-size: 20px;}

    .ajax-form .form-item .form-input{padding: 7px;}
    .contact-us .info .form .send-btn{width:54%;padding:3% 0;font-size: 16px;}


}