*{
margin: 0;
padding: 0;
box-sizing: border-box;
}
a{
	color: #000;
	text-decoration: none;
}
img{
    max-width: 100%;
    display:block;
}
body{
font-family: Inter, sans-serif;
font-size: 16px;
line-height: 26px;
font-weight: 400;
color: #000;
background: #fff;
margin: 0;
overflow-x: hidden;
}
.container{
max-width: 1400px;
padding: 0 20px;
margin: 0 auto;
}

.hidden-desktop{
	display: none;
}

.compare{
	padding: 120px 0;
}
.compare-top-row{
	display: flex;
}
.compare-top-col{
	width: 40%;
	margin-right: 1px;
}
.compare-top-item-col{
	width: 20%;
	border-top-left-radius: 14px;
	border-top-right-radius: 14px;
	background: #000;
	padding: 20px;
}
.compare-top-item-col.featured{
	background: #C4302E;
	margin-right: 20px;
}
.compare-top-item-col.other1{
	margin-right: 20px;
}
.compare-row{
	display: flex;
	background: #F2F2F2;
}
.compare-row.no-bg{
	background: transparent;
}
.compare-title-col{
	width: 40%;
	padding: 0 20px;
	height: 80px;
	display: flex;
	flex-direction: column;
	align-items: flex-start;
	justify-content: center;
	font-size: 20px;
font-style: normal;
font-weight: 500;
}
.compare-content-col{
	width: 20%;
	padding: 0 15px;
	background: #000;
	display: flex;
	justify-content: center;
	align-items: center;
}
.compare-content-col.featured{
	background: #C4302E;
	margin-right: 20px;
}
.compare-content-col.other1{
	margin-right: 20px;
}
.compare-content-col.featured.last,
.compare-content-col.last{
	border-bottom-left-radius: 12px;
	border-bottom-right-radius: 12px;
}

.compare-table-wrap{
	overflow-x: auto;
	padding: 0 20px 10px;
    margin: 0 -20px;
}

@media (max-width: 1280px){

}

@media (max-width: 992px){
.hidden-desktop{
	display: block;
}
.hidden-mobile{
	display: none;
}
}

@media (max-width: 768px){
.compare-top-col{
	width: 300px;
	flex-shrink: 0;
	margin-right: 0;
}
.compare-top-item-col{
	width: 180px;
	flex-shrink: 0;
}
.compare-title-col{
	width: 300px;
	flex-shrink: 0;
	font-size: 18px;
}
.compare-content-col{
	width: 180px;
	flex-shrink: 0;
}
.compare-content-col.other2{
	margin-right: 20px;
}
}

@media (max-width: 479px){
.compare{
	padding: 50px 0;
}
.compare-top-item-col{
	padding: 10px;
}
.compare-top-col{
	width: 180px;
	flex-shrink: 0;
	margin-right: 0;
}
.compare-top-item-col{
	width: 100px;
	flex-shrink: 0;
}
.compare-title-col{
	width: 180px;
	flex-shrink: 0;
	font-size: 16px;
}
.compare-content-col{
	width: 100px;
	flex-shrink: 0;
}
}