.fancybox-nav {
  display:none;
}

a.cpu {
	color: #727272;
	white-space: nowrap;
}
a.cpu:hover {
	text-decoration: none;
}

.compare-table {
	border: 1px solid #e1e1e1;
	border-collapse:initial !important;
}

.compare-table thead tr {
	background-color: rgba(0, 172, 240, 0.25);
}
.compare-table tbody tr > td, .compare-table thead tr > th {
	 border: 1px solid #e1e1e1;
	 white-space: nowrap;
	 padding-left:30px;
	 padding-right:30px;
}

.table-responsive {
	padding:30px;
	
}

.tp-banner {
	max-height: 550px;
}

header.mainHeader .func-search .input-text input[type='text'], header.mainHeader .func-subscribe .input-text input[type='text'], header.mainHeader .qp-container h1, header.mainHeader .qp-container nav.mainNav ul li.subItems-opened div.subItems, header.mainHeader .qp-container nav.mainNav > ul.ul-opened::after {
	-webkit-box-sizing: content-box;
	   -moz-box-sizing: content-box;
	        box-sizing: content-box;
	     -o-box-sizing: content-box;
}
header.mainHeader .qp-container nav.mainNav ul li .subItems .subItemsBlock .list_l li a .label, header.mainHeader .qp-container nav.mainNav ul li .subItems .subItemsBlock .list_rl li a .label, header.mainHeader .qp-container nav.mainNav ul li .subItems .subItemsBlock .list_rr li a .label {
	color: #00ADEF;
}
header.mainHeader .qp-container nav.mainNav ul li .subItems .subItemsBlock .list_l li a .label {
	padding: 0;
	text-align: left;
	line-height: 50px;
	font-size: 17px;
	font-weight: normal !important;
}
header.mainHeader .icon {
	background: none;
}
@media (max-width: 999px) {
	header.mainHeader .qp-container nav.mainNav, header.mainHeader .qp-container .func-m {
		position: relative;
	}
	header.mainHeader .qp-container nav.mainNav {
		top: 0px;
	}
	header.mainHeader .qp-container .func-m {
		height: 0px;
		-moz-transition-property: height, max-height, opacity;
		-o-transition-property: height, max-height, opacity;
		-webkit-transition-property: height, max-height, opacity;
		transition-property: height, max-height, opacity;
		-moz-transition-duration: 0.5s;
		-o-transition-duration: 0.5s;
		-webkit-transition-duration: 0.5s;
		transition-duration: 0.5s;
	}
	header.mainHeader .qp-container .func-m-open {
		height: 104px;
	}
	header.mainHeader .qp-container .func-m .func-search {
		top: 0px;
	}
	header.mainHeader .qp-container .func-m .func-locale {
		top: 52px;
	}
}