@charset "utf-8";
.table_bg{background-image:url(/tmp/img/global/table/bg.png);margin:75px 0 120px;position:relative;}
.table_bg::after{content:'';display:block;width:100%;height:250px;background: linear-gradient(to top, rgba(255, 255, 255, 1) 35%, rgba(255, 255, 255, 0) 100%);position:absolute;left:0;bottom:0;z-index:1;}

/*form*/
.table_search{width:100%;max-width:374px;height:47px;background-color:#737373;margin:0 auto;}
.table_search:hover{box-shadow:0 8px 10px 0 #A8A8A8;}
.table_search form{display:flex;justify-content:center;height:100%;}
.table_search input[type=text]::placeholder{color:#FFDEC5;font-size:22px;font-weight:400;}
.table_search input[type=text]:focus::placeholder{opacity:0;}
.table_search input[type=text]{width:212px;height:100%;color:#FFDEC5;font-size:22px;font-weight:400;background-color:inherit;}
.table_search input[type=submit]{width:42px;height:100%;background:url(/tmp/img/index/search_3.svg) center no-repeat;margin:0;padding:0;cursor:pointer;}

/*table*/
.table{overflow-x:auto;-webkit-overflow-scrolling:touch;position:relative;z-index:2;}
.table table{width:100%;background-color:#fff;border-collapse:collapse;}
.table table th{color:#555050;border:1px solid #B5B5B5;padding:10px 5px;}
.table table td{color:#000;font-size:17px;border:1px solid #B5B5B5;padding:5px;transition:.2s;}
.table table td:first-child{max-width:440px;}
.table table td:hover{background-color:#F2F7F4;}
/*-*/