@charset "utf-8";
/*request*/
.request_bg{background:url(/tmp/img/global/request/bg_texture_pc.webp) bottom 13px right no-repeat, #D9D9D9;}
.request{min-height:480px;background:url(/tmp/img/global/request/people.webp) bottom left 50px no-repeat;background-size:355px auto;}
.request > div{min-height:inherit;display:flex;align-items:center;height:inherit;margin-left:50%;}

.request_title{color:#504F4F;font-size:26px;font-weight:400;line-height:1.4;}

.request_btn{width:100%;max-width:374px;color:#fff;font-size:20px;text-align:center;font-weight:700;line-height:1;text-transform:uppercase;background-color:#FF0506;padding:14px;margin-top:62px;position:relative;transition:.4s cubic-bezier(0.25, 1, 0.5, 1);user-select:none;}
.request_btn:after, .request_btn:before{content:'';display:block;width:27px;height:1.5px;background-color:#fff;position:absolute;top:0;bottom:0;margin:auto 0;transition:.4s cubic-bezier(0.25, 1, 0.5, 1);}
.request_btn:after{left:0;}
.request_btn:before{right:0;}
.request_btn:hover{background-color:#E61B4D;box-shadow:-5px 5px 0px #fff, -12px 12px 25px rgba(230, 27, 77, 0.35);transform:translate(5px, -5px);cursor:pointer;}
.request_btn:hover:after{width:6px;height:6px;border-radius:50%;transform:translate(15px, 0);background-color:#fff;}
.request_btn:hover:before{width:6px;height:6px;border-radius:50%;transform:translate(-15px, 0);background-color:#fff;}

@media(max-width:1050px){
	.request_bg{background-image:url(/tmp/img/global/request/bg_texture_mob.webp);}
	.request{min-height:430px;background-image:url(/tmp/img/global/request/people_medium.webp);background-position:bottom left;background-size:280px auto;}
	.request > div{margin-left:38%;}
	
	.request_title{font-size:26px;}
}

@media(max-width:740px){
	.request{min-height:240px;background-image:url(/tmp/img/global/request/people_tiny.webp);background-size:150px auto;padding:43px 0 32px;}
	.request > div{margin-left:150px;}
	
	.request_title{font-size:20px;}
	.request_btn{display:table;width:auto;max-width:unset;font-size:18px;margin-top:30px;padding:12px 44px;}
}

@media(max-width:530px){
	.request_bg{background:url(/tmp/img/global/request/people_tiny.webp) bottom left no-repeat, #D9D9D9;background-size:125px auto;}
	.request{padding:40px 0 20px;}
	.request > div{display:block;margin-left:110px;}
	
	.request{min-height:170px;background:unset;}
	.request_title{max-width:250px;font-size:15px;text-align:center;margin:0 auto;}
	.request_btn{font-size:13px;margin-top:23px;padding:10px 25px;margin:21px auto 0;}
	.request_btn:after, .request_btn:before{width:15px;}
}
/*-*/