section.comparecat .card-after:before {
	background-position: bottom -30px right;
	left: 35%;
	z-index: 0!important;
}
section.comparecat .comparecat__item-info,
section.comparecat .comparecat__item-header {
	z-index: 2;
	position: relative;
}
.comparecat > div {
	position: relative;
	z-index: 1;
}
.comparecat:before {
	position: absolute;
	content: "";
	z-index: 0;
	width: 40%;
	height: 100%;
	left: 0;
	top: 0;
	background-image: url(../../assets/images/comparecat-before.png);
	background-repeat: no-repeat;
	background-position: top 200px left;
	background-size: contain;
}
.comparecat:after {
	position: absolute;
	content: "";
	z-index: 0;
	width: 55%;
	height: 100%;
	right: 0;
	top: 0;
	background-image: url(../../assets/images/comparecat-after.png);
	background-repeat: no-repeat;
	background-position: top 50px right;
	background-size: contain;
}
.comparecat__categories-items {
	margin: 40px 0 30px 0;
}
.comparecat__categories-items > a.active {
	color: #fff;
	border: 1px solid #00482F;
	background-color: #00482F;
}
.comparecat__categories-items > a:hover {
	color: #fff;
	border: 1px solid #00482F;
	background-color: #00482F;
	opacity: .8;
}
.comparecat__categories-items > a {
	background-color: #fff;
	transition: all .4s;
	-o-transition: all .4s;
	-ms-transition: all .4s;
	-moz-transition: all .4s;
	-webkit-transition: all .4s;
	display: flex;
	-o-display: flex;
	-ms-display: flex;
	-moz-display: flex;
	-webkit-display: flex;
	align-items: center;
	-o-align-items: center;
	-ms-align-items: center;
	-moz-align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-o-justify-content: center;
	-ms-justify-content: center;
	-moz-justify-content: center;
	-webkit-justify-content: center;
	padding: ;
	border-radius: 25px;
	height: 42px;
	text-align: center;
	text-decoration: none;
	color: #00482F;
	border: 1px solid #00482F;
	padding-left: 30px;
	padding-right: 30px;
	margin-right: 20px;
	margin-bottom: 20px;
}
.comparecat__item-link {
	position: absolute;
	z-index: 3;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}
.comparecat__item:hover {
	transform: scale(1.03, 1.03);
	-o-transform: scale(1.03, 1.03);
	-ms-transform: scale(1.03, 1.03);
	-moz-transform: scale(1.03, 1.03);
	-webkit-transform: scale(1.03, 1.03);
}


.comparecat__short-items {
	margin-top: 40px;
	margin-bottom: 40px;
}

.comparecat__short-items-title {
	text-align: center;
	color: #401E10;
	font-size: 32px;
	margin-bottom: 20px;
	margin-top: 20px;
	font-family: var(--ff-title);
	font-weight: 500;
}
.comparecat__short-table tr td {
	color: #401E10;
	font-size: 18px;
	line-height: 1.2;
	border-right: 2px solid rgba(64, 30, 16, 0.5);
}
.comparecat__short-table tr td:last-child {
	padding-left: 20px;
	color: #401E10;
	font-size: 18px;
	line-height: 1.2;
	font-weight: 300;
}
.comparecat__short-table-items {
	padding-bottom: 50px;
}
.comparecat__short-table-item-icon:before {
	position: absolute;
	content: "";
	left: 20px;
	width: 20px;
	height: 20px;
	background-image: url(../../assets/images/link.svg);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top left;
}
.comparecat__short-table-item-icon {
	position: relative;
	padding-left: 50px!important;
}
.comparecat__short-table-item a:hover {
	text-decoration: underline;
}
.comparecat__short-table-item a {
	color: #00482F;
	text-decoration: none;
}

.comparecat__short-table-item {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 18px;
}
.comparecat__short-table tr td:first-child .comparecat__short-table-item-2 {
	padding-left: 0;
}
.comparecat__short-items-text {
	font-size: 19px;
	margin-bottom: 20px;
}
.comparecat__short-items-name {
	text-align: center;
	font-size: 24px;
	color: #401E10;
	font-weight: 500;
}
.comparecat__short-items-names {
	margin-bottom: 20px;
}
.comparecat__short-items-subtitle {
	text-align: center;
	font-size: 20px;
	color: #401E10;
	font-weight: 100;
	margin-bottom: 20px;
}
.comparecat__short-table tr td .comparecat__short-table-item-2 {
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	font-size: 16px;
	color: #242326;
	line-height: 1.5;
}
.comparecat__short-table tr:first-child td {
	padding-top: 30px;
}
.comparecat__short-table tr td:last-child {
	border-right: 0;
}
.comparecat__short-table tr:last-child td {
	padding-bottom: 30px;
}
.comparecat__short-table {
	border-top: 2px solid rgba(64, 30, 16, 0.5);
}
.comparecat__short-table tr td {
	border-bottom: 0;
	padding-bottom: 17px;
}


.comparecat__item {
	border-radius: 15px;
	min-height: 200px;
	overflow: hidden;

	transition: all .2s;
	-o-transition: all .2s;
	-ms-transition: all .2s;
	-moz-transition: all .2s;
	-webkit-transition: all .2s;

	transform: scale(1, 1);
	-o-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-moz-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
}
section.comparecat {
	position: relative;
	padding: 80px 0 100px 0;
	overflow: hidden;
}
@media (min-width: 700px) AND (max-width: 1920px) {
	.swiper-comparecat {
		overflow: unset!important;
	}
}
.comparecat__item-title-wrapper {
	position: absolute;
	bottom: -22px;
	left: 0;
	right: 0;
	height: 44px;
	width: 100%;
}
.comparecat__item-title {
	border-radius: 100px;
	background-color: #00482F;
	height: 100%;
	font-size: 21px;
	font-weight: bold;
	text-align: center;
	padding-left: 30px;
	padding-right: 30px;
	color: #fff;
}
.comparecat__item-info-title {
	color: #00482F;
	font-size: 18px;
	font-weight: 500;
	line-height: 1.3;
}
.comparecat__item-info-subtitle {
	color: #401E10;
	font-size: 13px!important;
	font-weight: 600;
	margin-bottom: 15px;
}
.comparecat__item-info-excerpt {
	color: #401E10;
	font-size: 13px;
	font-weight: 300;
}
.comparecat__item-info {
	padding: 40px 25px 100px 25px;
	min-height: 100px;
}
.comparecat__item-header {
	position: relative;
	height: 350px;
	background-image: url(../../assets/images/product-img.png);
	background-position: bottom center;
	background-size: cover;
	background-repeat: no-repeat;
	border-bottom-left-radius: 20px;
    border-bottom-right-radius: 20px;
}
.comparecat__item-image {
	position: absolute;
	
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    
}
.comparecat__item-image img {
	max-width: 90%;
	max-height: 90%;
}
.comparecat__item {
	padding-bottom: 30px;
	background-color: transparent;
}
.comparecat__items {
	margin-top: 40px;
}
.comparecat__text {
	font-family: var(--ff);
}
.comparecat__text p {
	font-family: var(--ff);
}
.comparecat__title {
	font-size: 42px;
	font-family: var(--ff-title);
	line-height: 1.2;
	margin-bottom: 30px;
	font-weight: 700;
}





@media (max-width: 800px) {
	.comparecat__title {
	    font-size: 35px;
	}
	.comparecat__item-text br,
	.comparecat__title br,
	.comparecat__text br {
		display: none;
	}
	.comparecat__categories-items > a {
		height: 35px;
	    text-align: center;
	    text-decoration: none;
	    color: #00482F;
	    border: 1px solid #00482F;
	    padding-left: 15px;
	    padding-right: 15px;
	    margin-right: 5px;
	    margin-bottom: 5px;
	    font-size: 13px;
	}

}