.compare__zag{
	margin-bottom: 40px;
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.compare__zag h1{
	margin-bottom: 0;
}
.compare__zag .addons-products-arrows{
	display: flex;
	align-items: center;
}
.compare__zag .addons-products-arrows button{
	display: flex;
	align-items: center;
	justify-content: center;
}
.compare__container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}
.compare__left {
    width: calc(25% - 15px);
    margin-right: 20px;
}
.compare__item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
}
.compare__item-top {
    -webkit-box-flex: 2;
    -ms-flex-positive: 2;
    flex-grow: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}
.compare__left .compare__item-top {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.compare__item-bottom {
    margin-top: 30px;
    border-bottom: 1px solid #C8C5D0;
    padding: 0!important
}
.compare__row {
    border-top: 1px solid #C8C5D0;
}
.compare__row-title {
    font-weight: bold;
    font-size: 24px;
    line-height: 30px;
    color: #000;
    padding: 20px 0 9px 0;
    opacity: 0;
}
.compare__left:first-child .compare__row-title {
    opacity: 1;
}
.compare__row-name {
    border-top: 1px solid #C8C5D0;
    padding: 19px 0;
    font-size: 17px;
    line-height: 20px;
    color: #000;
}
.compare__main {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: calc(75% - 15px);
}
.good__compare-item > *{
	padding: 10px 0;
}
.compare__main .products-list__item{
	margin-bottom: 0;
	padding: 0!important
}
.good__compare-item{
	padding-bottom: 0!important
}
.compare__clear{
	width: 200px;
    margin: 40px auto 0 auto;
}
.compare__clear:hover{
	cursor: pointer;
}