@import url('https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap');

.calc__wrapper .images .compare{
	cursor:pointer;
}
#bookmark_id,
#smeta_id{
	display:none!important;
}
.comparison__page .calc__wrapper .calculation .tabs .tab.activation{
	background:white;
}
.comparison__page .calc__wrapper .calculation .tabs-content .tab-content.active{
	display:none;
}
.comparison__page .calc__wrapper .calculation .tabs-content .tab-content.activation{
	display:grid;
}
.comparison__page *{
	font-family: 'Open Sans', sans-serif !important;
	margin:0;
	padding:0;
	outline:none;
	box-sizing:border-box;
}
.comparison__page{
	padding:8px 0 32px 0;
	min-height:500px;
	text-align:center;
	overflow-x:auto;
	white-space:nowrap;
}
.comparison__page h1{
	font-size:16px;
	font-weight:700;
	color:#5A5A5A;
	display:block;
	line-height:22px;
	padding:0 0 18px 0;
}
.comparison__page .item__bookmark{
	white-space:normal;
	display:inline-block;
	vertical-align:top;
	width:23%;
	min-width:390px;
	margin:12px;
	border:1px solid #F9F9F9;
	position:relative;
}
.comparison__page .item__bookmark .remove{
	display:block;
	cursor:pointer;
	position:absolute;
	z-index:1;
	top:9px;
	right:12px;
	width:12px;
	height:13px;
}
.comparison__page .item__bookmark .remove svg{
	display:block;
}
.comparison__page .item__bookmark .prev{
	display:flex;
	padding:30px;
	height:200px;
	text-align:center;
	line-height:100px;
}
.comparison__page .item__bookmark .prev{
	display:flex;
	padding:30px;
	height:200px;
	text-align:center;
	line-height:100px;
}
.comparison__page .item__bookmark .prev2{
	display:inline-block;
	width:50%;
	padding:10px;
	height:120px;
	text-align:center;
	line-height:60px;
}
.comparison__page .item__bookmark .prev img{
	border:0;
	max-width:100%;
	width:auto;
	max-height:140px;
	height:auto;
	line-height:normal;
	margin: 0 auto;
}
.comparison__page .item__bookmark .prev2 img{
	border:0;
	max-width:100%;
	width:auto;
	max-height:120px;
	height:auto;
	line-height:normal;
}

@media(max-width:1400px){
	.comparison__page .item__bookmark{
		width: 300px;
		min-width: auto;
	}
}
/* .comparison__page .calc__wrapper .calculation{
	width:290px;
} */
@media(max-width:768px){
	.comparison__page h1{
		text-align:left;
		padding-left:24px;
	}
}