.price_block{
    width: 100%;
    background: #252f45;
}
.price_block input{
    outline: none;
}

.price_block .price_card {
	width:100%; 
	margin:0 auto;
	padding: 0;
}
.price_block .price_card .tab { 
	margin: 0;
    padding: 10px 0 0 0;
	height:36px; 
	font-size:0.22rem; 
	border-bottom: 2px #5f6b86 solid;
    display: flex;
}
.price_block .price_card .tab li { 
	flex:1; 
	height:35px; 
	line-height:35px; 
	text-align: center;
	color: #ffffff;
    font-weight: bold; 
}
.price_block .price_card .tab li:hover { 
	height:36px; 
	color: #8fdff1;
    border-bottom: 2px #8fdff1 solid;
}
.price_block .price_card .tab li.activ { 
	height:36px; 
	color: #8fdff1;
    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: 100%;
	height:600px;
	box-shadow: 1px 1px 10px rgba(0,0,0,0.5);
}
.price_block .price_sort{
    width: 100%;
    margin: 0 auto 10px auto;
}
.tab_content{
	padding: 15px;
}
.filter-item {
    margin: 0 0 15px 15px;
    font-size: 0.22rem;
}

.filter-title{
	font-size: 0.22rem;
    margin-right: 5px;
    color: #ffffff;
}
.filter-item .filter-notes{
    font-size: 12px;
    color: #fff;
    display: block;
    margin-top: 10px;
    line-height: 1.5;
}
.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;
    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{
	margin: 0 auto;
    padding-bottom: 30px;
    text-align: center;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
    height: 36px;
    font-size: 0.22rem;
}
.select2-results__option--selectable,.select2-results__option,.select2-search--dropdown{
	font-size: 0.22rem;
}
[type="search"]{
	outline-offset: 0;
}