@charset "utf-8";
/*page 4*/

/*about*/
.about{background:url(/tmp/img/about/page4/points_wide.webp) left 20px bottom no-repeat;padding-bottom:60px;}

.title_order{margin-top:70px;}

@media (max-width: 450px){
	.about{background:url(/tmp/img/about/page4/points_tiny.webp) center bottom no-repeat;}
}

/*partners*/
.partners_cover{margin:0 0 150px;}

@media (max-width: 770px){
	.partners_cover{margin-bottom:130px;}
}

/*tests*/
.chemicals .tests_search{width:330px;}
.chemicals .tests_search input[type=button]{width:22px;height:22px;background-image:url(/tmp/img/icons/search_btn.svg);}
.chemicals .tests_search input[type=text]{height:30px;padding:0 15px;}

@media (max-width: 600px){
	.chemicals .tests_search{margin-top:0;}
}

/*licenze*/
.licenze{margin-top:120px;}

/*steps*/
.steps{margin-bottom:200px;position:relative;}
.steps::before{content:'';display:block;width:22px;height:22px;background-image:url(/tmp/img/global/steps/points.webp);position:absolute;bottom:calc(100% + 30px);left:35%;}

@media (max-width: 770px){
	.steps{margin-bottom:150px;}
	.steps::before{display:none;background:unset;}
}

/*servies*/
.servies_cover{background:url(/tmp/img/global/servies/points_top.webp) top 35px left 12% no-repeat;}
.servies{background:unset;padding-bottom:120px;}

@media (max-width: 770px){
	.servies_cover{background-size:15px;}
}

@media (max-width: 500px){
	.servies{padding-bottom:0;}
}

/*loners*/
.loners{background:url(/tmp/img/global/loners/points_top.webp) top left no-repeat, url(/tmp/img/global/loners/points.webp) bottom 15px right no-repeat;padding-top:99px;}

@media (max-width: 760px){
	.loners{background:url(/tmp/img/global/loners/points.webp) bottom 15px right no-repeat;padding-top:120px;}
}