@charset "utf-8";
/*tests*/
.n_b_tests{margin:175px 0 17px;}
.tests_bg{background:linear-gradient(to right, #f9f9f9, #d9d9d9);position:relative;}
.tests_bg::after{content:'';display:block;width:297px;height:157px;background-image:url(/tmp/img/banner/points.webp);position:absolute;bottom:calc(100% + 32px);left:9.5%;}
.tests_bg .m_w{height:644px;background:url(/tmp/img/global/tests/bg_wide.webp) center right no-repeat;}

.tests{display:flex;align-items:center;}

@media (max-width: 770px){
	.tests_bg::after{width:145px;height:77px;background-image:url(/tmp/img/banner/points_tiny.webp);bottom:calc(100% + 44px);}
}

/*form*/
.tests_search{display:flex;width:540px;border-bottom:1px solid #000;margin-top:80px;position:relative;}
.tests_search input[type=button], .tests_search input[type=submit]{width:57px;height:57px;background-image:url(/tmp/img/icons/search_btn_tests.svg);background-color:transparent;background-size:100%;cursor:pointer;}
.tests_search input[type=text]{width:calc(100% - 57px);height:57px;color:#42444a;font-size:20px;font-weight:500;padding:0 30px;background:none;}
.tests_search input[type=text].error{background-color:#ffdfdfc9;}

.tests_result{display:none;color:#f00;font-size:17px;font-weight:500;margin-top:5px;}
.tests_result.active{display:block;}

.tests_btn{display:table;color:#fff;font-size:20px;font-weight:900;text-transform:uppercase;background-color:#3C9B1A;border-radius:30px;padding:4.5px 31.5px;margin:299px 0 36px 75px;transition:.3s ease-out;}
.tests_btn:hover{background-color:#327819;}

@media (max-width: 1020px){
	.tests_bg .m_w{height:450px;background:url(/tmp/img/global/tests/bg_medium.webp) bottom 22px right no-repeat;}
	.tests_btn{margin:40px 0 0;}
	
	/*form*/
	.tests_search{width:245px;}
}

@media (max-width: 770px){
	.tests_bg .m_w{height:400px;background:url(/tmp/img/global/tests/bg_narrow.webp) center right no-repeat;}
	
	/*form*/
	.tests_search input[type=button], .tests_search input[type=submit]{width:38px;height:38px;}
	.tests_search input[type=text]{width:calc(100% - 38px);height:38px;font-size:17px;padding:0 20px;}
	
	.tests_btn{font-size:17px;}
}

@media (max-width: 600px){
	.tests_bg{background:url(/tmp/img/global/tests/bg_tiny.webp) center right no-repeat, linear-gradient(to right, #f9f9f9, #d9d9d9);}
	.tests_bg .m_w{height:370px;background:unset;}
}
/*-*/