@charset "utf-8";
/*sertificates*/
.certificates_flex{display:grid;grid-template-columns:repeat(4, auto);align-items:flex-end;justify-content:space-between;padding-right:24px;}
.certificates_flex a{display:block;transition:.2s;}
.certificates_flex a:hover{transform:translateY(-2px);}

/*div*/
.certificates_flex a div{position:relative;}
.certificates_flex a 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;}
.certificates_flex a div:after{content:'';display:block;width:184px;height:221px;position:absolute;z-index:-1;bottom:0;left:0;}
.certificates_item_1 div:after, .certificates_item_3 div:after{background-color:#D9D9D9;}
.certificates_item_2 div:after{background-color:#FF0506;}
.certificates_item_4 div:after{background-color:#9A9B99;}

/*img*/
.certificates_flex a img{display:block;position:relative;left:22px;}
.certificates_item_1 img, .certificates_item_2 img{width:218px;height:308px;bottom:22px;}
.certificates_item_3 img, .certificates_item_4 img{width:287px;height:201px;bottom:0;}

.certificates_title{display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:40px;color:#323131;font-size:16px;font-weight:500;line-height:1;text-align:center;padding:0 8px 0 20px;margin-top:35px;}

@media(max-width:1190px){
	.certificates_flex{grid-template-columns:repeat(2, auto);grid-row-gap:70px;justify-content:space-around;}
	.certificates_title{height:65px;}
}

@media(max-width:800px){
	.certificates_flex{justify-content:space-around;padding-right:0;}
	
	/*div*/
	.certificates_flex a div:before{width:18px;height:18px;background-size:100%;}
	.certificates_flex a div:after{width:120px;height:160px;}
	
	/*img*/
	.certificates_flex a img{bottom:12px;left:12px;}
	
	/*txt*/
	.certificates_title{padding-left:8px;}
}

@media(max-width:665px){
	.certificates_item_1 img, .certificates_item_2 img{width:170px;height:240px;}
	.certificates_item_3 img, .certificates_item_4 img{width:180px;height:126px;}
}

@media(max-width:568px){
	/*img*/
	.certificates_flex a img{bottom:7px;left:7px;}
}

@media(max-width:530px){
	.certificates_flex{grid-template-columns:auto;}
	
	/*div*/
	.certificates_flex a div:before{display:none;}
	.certificates_flex a div:after{width:150px;height:200px;}
	
	/*img*/
	.certificates_item_1 img, .certificates_item_2 img{width:370px;height:523px;}
	.certificates_item_3 img, .certificates_item_4 img{width:370px;height:259px;}
}

@media(max-width:412px){
	/*img*/
	.certificates_item_1 img, .certificates_item_2 img{width:310px;height:438px;}
	.certificates_item_3 img, .certificates_item_4 img{width:310px;height:217px;}
}
/**/