@charset "utf-8";
/*registry_extract*/
.registry_extract{display:flex;align-items:flex-start;justify-content:space-between;margin-bottom:115px;}

.registry_extract_txt{width:calc(100% - 680px);background-color:#D9D9D933;padding:22px 31px;}
.registry_extract_txt p{color:#323131;font-size:20px;font-weight:500;line-height:1.1;margin:16px 0;}
.registry_extract_txt b{font-weight:600;}

/*registry_extract_img*/
.registry_extract_img{width:650px;display:grid;grid-template-columns:auto auto;align-items:start;grid-gap:20px;padding-right:20px;margin-top:20px;}
.registry_extract_item{display:block;transition:.2s;}
.registry_extract_item:hover{transform:translateY(-2px);}

.registry_extract_item div{position:relative;}
.registry_extract_item div:after{content:'';display:block;width:184px;height:calc(100% + 20px);background-color:#D9D9D9;position:absolute;bottom:0;left:0;z-index:-1;}
.registry_extract_item div:before{content:'';display:block;width:23px;height:23px;background-image:url(/tmp/img/index/sertificates/scale_icon.webp);position:absolute;top:calc(100% + 8px);right:0;}

.registry_extract_item div img{display:block;max-width:287px;width:100%;max-height:201px;height:auto;aspect-ratio:287 / 201;position:relative;left:20px;}
.registry_extract_item_title{display:flex;flex-direction:column;justify-content:center;max-width:252px;min-height:40px;color:#323131;font-size:16px;font-weight:500;margin:25px 0 0 22px;}

@media (max-width: 1230px){
	/*registry_extract*/
	.registry_extract{display:block;}
	.registry_extract_txt{width:100%;}

	/*registry_extract_img*/
	.registry_extract_img{width:100%;justify-content:space-evenly;margin-top:50px;}
}

@media (max-width: 800px){
	.registry_extract_txt{padding:20px;}
	.registry_extract_txt p{font-size:17px;text-align:justify;}

}

@media (max-width: 650px){
	/*registry_extract_img*/
	.registry_extract_img{padding-right:0;}
	.registry_extract_item div:after{height:calc(100% + 10px);}
	.registry_extract_item div img{max-width:220px;max-height:154px;left:10px;}
	
	.registry_extract_item_title{max-width:205px;margin-left:10px;}
}

@media (max-width: 530px){
	/*registry_extract_img*/
	.registry_extract_img{grid-template-columns:auto;padding-right:10px;}
	.registry_extract_item div img{max-width:420px;max-height:294px;aspect-ratio:420 / 294;}
	
	.registry_extract_item_title{max-width:unset;text-align:center;}
}