.compare_head {
	display: flex;
}

.compare_head_text {
	width: 28%;
}

.compare_head_select_block {
	width: 49%;
}

.compare_head_select {
	width: 100%;
    border: 1px solid #7dc248;
    height: 27px;
	position: relative;
    top: 53%;
    transform: translate(0, -52%);
	padding-left: 10px;
    line-height: 26px;
}

.compare_head_select:hover,
.compare_head_select:focus {
	cursor: pointer;
}

.select_compare_items_block {
	position: absolute;
    top: 100%;
	left: 0;
    width: 100%;
    font-size: 12px;
    line-height: 24px;
    padding: 10px 0;
    background-color: #2c2c2c;
    color: white;
	display: none;
}

.select_compare_items_block.active {
	display: block;
}

.select_compare_item {
	padding: 0 15px;
}

.select_compare_item:hover {
	padding: 0 15px;
	cursor: pointer;
	background-color: #7dc248;
}

.compare_head_select:after {
    height: 0;
    width: 0;
    position: absolute;
    top: 0;
    right: 15px;
    bottom: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 5px solid #7dc248;
    content: '';
    display: block;
    margin: auto 0;
}

.compare_body {
	border: 2px solid #eee;
    margin-top: 10px;
    display: flex;
}

.compare_body_titles {
	width: 28%;
}

.compare_body_titles > div {
	height: 30px;
	width: 100%;
	border-right: 2px solid #eee;
	border-bottom: 2px solid #eee;
	display: flex;
	align-items: center;
	font-size: 14px;
	line-height: 24px;
	padding-left: 10px;
	padding-right: 5px;
}

.compare_body_titles > div:last-child {
	border-bottom: none;
}

.compare_body_first_logo,
.compare_body_first_bonus,
.compare_body_first_promo,
.compare_body_first_obzor,
.compare_body_first_sait,
.compare_body_first_otsenka,
.compare_body_first_mob_pril,
.compare_body_first_mob_pril_opportunities {
	font-weight: bold;
}

.compare_body_titles .compare_body_first_logo {
	height: 48px;
}

.compare_body_titles .compare_body_first_mob_pril,
.compare_body_titles .compare_body_first_mob_pril_opportunities {
	height: 48px;
	line-height: 18px;
}

.compare_body_bk_column {
	width: 36%;
}

.compare_body_bk {
	height: 30px;
    width: 100%;
    border-right: 2px solid #eee;
    border-bottom: 2px solid #eee;
    display: flex;
    align-items: center;
	text-align: center;
	font-weight: bold;
    justify-content: space-around;
}

.compare_body_bk.logo,
.compare_body_bk.mob_pril,
.compare_body_bk.mob_pril_opportunities {
	height: 48px;
}

.compare_body_bk.otsenka,
.compare_body_bk.nadezhnost,
.compare_body_bk.koeff,
.compare_body_bk.line,
.compare_body_bk.bonusi,
.compare_body_bk.platezi,
.compare_body_bk.support_service,
.compare_body_bk.support_pril {
	background-color: #eee;
	border-color: #fff;
}

.compare_body_bk.support_pril {
	border-bottom: 2px solid #eee;
}

.compare_body > div:last-child > div {
	border-right: none;
}

.compare_body_bk_column > div:last-child {
	border-bottom: none;
}

.compare_body_bk .compare_line {
	width: 166px;
	height: 6px;
	background-color: #fff;
}

.compare_body_bk .bk-logo-compare {
	width: 72px;
	height: 24px;
	background-color: #eee;
}

.compare_body_bk a {
	color: #3498db;
	text-decoration: underline;
	font-weight: normal;
}

.compare_body_bk a:hover {
	color: #3498db;
}

.compare_body_bk.green {
	color: 7dc248;
}

.compare_body_bk .compare_line .compare_stripes {
    display: block;
    height: 100%;
	background-image: url(/wp-content/plugins/taqyeem/images/stripes.png);
}

.compare_stripes.green {
	background-color: #7dc248;
}

.compare_stripes.yellow {
	background-color: #ffd201;
}

.compare_stripes.red {
	background-color: #f43d29;
}

.compare_body_bk.active#mail > span,
.compare_body_bk.active#chat > span,
.compare_body_bk.active#support_service_tel > span {
	font-weight: normal;
	line-height: 14px;
    word-break: break-all;
    text-align: center;
}

.compare_head .compare_selects_block {
	width: 72%;
    display: flex;
	justify-content: space-around;
}



.compare_body_bk .bk-logo-spr-L,
.compare_body_bk .bk-logo-spr-N{
	width: 72px;
    height: 24px;
}



.compare_line:empty{
	display: none;
}

@media only screen and (max-width: 600px) {
	
	.compare_body{
		font-size: 12px;
		line-height: 12px;
	}
	.compare_head {
		display: block;
	}
	
	.compare_head .compare_head_text{
		width: 100%;
		margin-bottom: 8px;
	}
	.compare_head .compare_selects_block {
		width: 100%;
	}
	
	.compare_body_titles > div{
		font-size: 12px;
		line-height: 12px;
		padding-left: 5px;	
	}

	.compare_body_titles {
		width: 38%;
	}
	.compare_body_bk_column {
		width: 31%;
	}
	.compare_body_titles .compare_body_first_mob_pril, 
	.compare_body_titles .compare_body_first_mob_pril_opportunities {
		line-height: 14px;
	}	
	.compare_body_bk_column .logo{
		padding-right: 0;
	}
	.compare_body_bk .compare_line {
		width: 50%;
	}
	.hide{
		display: none;
	}

	
}



