@charset "utf-8";
/*hero*/
.hero{background-color:#2A2A2A;}
.hero .m_w{display:flex;align-items:center;justify-content:flex-end;min-height:560px;background:url(/tmp/img/licenze/hero/people/wide.png) bottom left 9% no-repeat;padding:20px 0;}

.hero_box{width:700px;position:relative;}
.hero_title{color:#FFDEC5;font-size:24px;font-weight:500;line-height:1;text-transform:uppercase;margin:0 0 21px;}

/*hero_diplomats*/
.hero_diplomats{display:flex;}
.hero_diplomats a{display:block;transition:.2s;}
.hero_diplomats a+a{margin-left:105px;}
.hero_diplomats a:hover{transform:translateY(-2px);}

.hero_diplomats a div{position:relative;}
.hero_diplomats a div:before{content:'';display:block;width:25px;height:25px;background-image:url(/tmp/img/licenze/hero/icons/scale.svg);background-size:100%;position:absolute;top:calc(100% + 8px);right:0;}

.hero_diplomats a img{display:block;max-width:218px;width:100%;max-height:308px;height:100%;aspect-ratio:218 / 308;}

.hero_diplomats_title{display:flex;flex-direction:column;justify-content:center;align-items:center;max-width:218px;width:100%;min-height:40px;color:#cccccb;font-size:16px;font-weight:500;text-align:center;line-height:1;margin-top:35px;}

.hero_phone_btn{display:block;width:45px;height:55px;background:url(/tmp/img/index/hero/phone.svg) center no-repeat;position:absolute;bottom:-5px;right:0;}

@media(max-width:1200px){
	.hero_box{width:560px;}
		
	/*hero_diplomats*/
	.hero_diplomats{justify-content:space-between;}
	.hero_diplomats a+a{margin-left:22px;}
	
	/*btn*/
	.hero_phone_btn{bottom:-50px;}
}

@media(max-width:1050px){
	/*btn*/
	.hero_phone_btn{display:none;}
}

@media(max-width:970px){
	/*hero*/
	.hero .m_w{background-position:bottom left;}
	.hero_box{width:500px;}
}

@media(max-width:830px){
	.hero{background-color:unset;padding-bottom:550px;position:relative;}
	.hero:after{content:'';display:block;width:100%;height:550px;background:url(/tmp/img/licenze/hero/people/wide.png) bottom center no-repeat, #2A2A2A;position:absolute;bottom:0;left:0;}

	.hero .m_w{display:block;min-height:unset;}
	.hero .m_w{background:unset;}
	.hero_box{width:100%;}
	
	.hero_title{color:#F56E06;text-align:center;}
	
	/*hero_diplomats*/
	.hero_diplomats{justify-content:center;}
	.hero_diplomats_title{color:#323131;font-size:15px;margin-top:18px;}
}


@media(max-width:560px){
	.hero{padding-bottom:430px;}
	.hero:after{height:430px;background-image:url(/tmp/img/licenze/hero/people/medium.png);}
	
	/*hero_diplomats*/
	.hero_diplomats a div:before{display:none;}
}
/*-*/