.send{height:107px;width: 110px;background:url('../images/send.png') no-repeat;background-size: 100%;position: absolute;right: 50px;bottom: 180px; }
.sendplane{height:458px;width: 556px;background:url('../images/sendplane.png') no-repeat;background-size: 100%;position: absolute;left: 682px;top: 370px;display: none; }
.sendplane img{height: 295px;width: 295px;position: absolute;left: 132px;top: 70px;}
.closesend{height: 40px;width: 40px;position: absolute;right: 0;top: 0;}
.return{position: absolute;height: 107px;width: 110px;background: url("../images/return1.png") no-repeat center center;right:50px;bottom: 50px;}

@media screen and (max-width: 440px) {
	
.send{display: none;}
.return{display: none;}


}