.price_block{
    background: #252f45;
    width: 100%;
    padding-top: 20px;
    min-height: 600px;
}
.price_block input{
    outline: none;
}

.price_block .price_card {
	width:1200px; 
	margin:0 auto;
	margin-top: 20px;
}
.price_block .price_card .tab { 
	margin: 0;
    padding: 0;
	height:37px; 
	font-size:14px; 
    border-bottom: 2px #5f6b86 solid;
}
.price_block .price_card .tab li { 
	margin-right:20px;
	float:left; 
	height:36px; 
	line-height:36px; 
	padding:0 25px; 
	color: #ffffff;
    font-weight: bold; 
    cursor: pointer;
}
.price_block .price_card .tab li:hover { 
	color: #8fdff1;
    height: 37px;
}
.price_block .price_card .tab li.activ { 
	color: #8fdff1;
    height: 37px;
    border-bottom: 2px #8fdff1 solid;
}
.price_block .price_card .tab li i{
    margin-right: 5px;
}
.price_block .pdf_block{
    width: 100%;
    margin: auto;
    text-align: center;
}
.price_block .pdf_block iframe{
	width: 1200px;
	height:600px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.price_block .price_sort{
    width: 100%;
    margin: 0 auto;
    padding: 20px 0;
    display: flex;
    align-items: center;
}
.tab_content{
	padding: 15px;
    width: 1200px;
    margin: 0 auto;
}
.filter-item {
	margin-right:30px;
    display: inline-block;
    line-height: 1;
}

.filter-item .filter-title{
	font-size: 14px;
    margin-right: 5px;
    color: #ffffff;
}
.filter-item .filter-notes{
    font-size: 14px;
    color: #fff;
}
.filter-item .filter-notes strong{
    color: #f67d56;
    font-weight: bold;
    font-style: normal;
}
.filter-input,.bottom_btn input{
	padding: 0 15px;
    font-size: 14px;
    margin-right: 15px;
    height: 30px;
    line-height: 30px;
    vertical-align: middle;
    color: #fff;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    outline: none;
}
.filter-input:hover,.bottom_btn input:hover{
	font-weight: bold;
}
.filter-input:nth-of-type(1),.bottom_btn input{
	background:#007892;
}
.filter-input:nth-of-type(2){
	background:#F67D56;
}
.filter-input:nth-of-type(3){
	background:#7CC28B;
}
.bottom_btn{
	padding:20px;
	margin: 0 auto;
    text-align: center;
}
[type="search"]{
	outline-offset: 0;
}