

@media only screen and (max-width:1500px) {

.right_box{ height:auto; position: absolute;}

}


@media only screen and (max-width:1300px) {



}



@media only screen and (max-width:767px) {
	
body{ height:auto;}	
.right_box{ float:left; width:100%; position:static;}
.left_layer{ float:left; width:100%; position:static; background:#000; padding:20px 0;}
.middle_text{ position:static; transform:none;}
.terms{ position:static; text-align:center; width:100%;}
.form_box{ width:90%;}
.rus img{ width:150px;}

.thx h3{ font-size:20px; margin-bottom:10px; line-height:20px;}
.thx h2{ font-size:15px; padding-bottom:20px;}
	
}
