/*Доставка, акции, честная цена*/
.cards {
    display: flex;
    border: 1px solid #EAEEEF;
    overflow: hidden;
}
.cards .card-item {
    position: relative;
    width: 100%;
    height: 265px;
    transition: width 0.45s;
    overflow: hidden;
}
.cards .card-item:not(:last-child)::before {
    content: "";
    position: absolute;
    top: 20px;
    bottom: 20px;
    background: #EAEEEF;
    right: 0;
    width: 1px;
}
.cards .card-item .unhover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding-left: 10px;
    width: 100%;
    height: 100%;
    transition: opacity 0.3s;
}
.cards .card-item .unhover .cu-title {
    margin-top: 14px;
    font-size: 18px;
    font-weight: 700;
}
.cards .card-item .hover {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    min-width: calc(var(--content-width) / 2 + 15px);
    padding: 51px 60px;
    background: no-repeat 100% 50%;
    background-size: auto 90.2%;
    opacity: 0;
    transition: opacity 0.3s;
}
.cards .card-item .c-description {
    margin: 8px 0 32px;
    max-width: 310px;
}
.cards .card-item .c-bottom {
    font-size: 14px;
    display: flex;
    align-items: center;
}
.cards .card-item .c-bottom .btn {
    margin-right: 30px;
}
.cards .card-item .c-bottom .cb-info {
    max-width: 140px;
    opacity: 0.5;
}
@media (max-width: 1529.98px) {
	.cards .card-item {
		height: 250px;
	}
	.cards .card-item .hover {
		padding: 45px 40px;
	}
	.cards .card-item .c-description {
		margin: 5px 0 20px;
	}
	.cards .card-item .c-bottom .btn {
		margin-right: 20px;
	}
}
@media (max-width: 1299.98px) {
	.cards .card-item {
		height: 210px;
	}
	.cards .card-item .hover {
		padding: 35px 30px;
	}
	.cards .card-delivery .hover, .cards .card-item .hover {
		background-position-x: 150%;
	}
	.cards .card-item .c-description {
		font-size: 14px;
	}
}
@media (max-width: 991.98px) {
	.cards .card-item {
		height: 190px;
	}
	.cards .card-item .unhover {
		padding: 0;
	}
	.cards .card-item .unhover img {
		max-width: 40px;
	}
	.cards .card-item .unhover .cu-title {
		margin-top: 5px;
		font-size: 16px;
	}
	.cards .card-item .hover {
		min-width: calc(var(--content-width) / 3.5 * 2 + 15px);
	}
	.cards .card-item .c-description {
		margin: 7px 0 10px;
	}
}
@media (max-width: 767.98px) {
	.cards {
		display: grid;
	}
	.cards .card-item {
		height: auto;
	}
	.cards .card-item, .cards .card-item:hover {
		width: 100%;
	}
	.cards .card-item .unhover {
		display: none;
	}
	.cards .card-delivery .hover, .cards .card-item .hover {
		background-position-x: 140%;
	}
	.cards .card-item .hover {
		position: static;
		padding: 20px 20px 0;
		opacity: 1;
		min-width: none;
		width: 100%;
	}
	.cards .card-item .hover .h3 {
		line-height: 1.35;
	}
	.cards .card-item .c-description {
		margin: 11px 0 19px;
		max-width: 240px;
		line-height: 129%;
	}
	.cards .card-item .hover .c-bottom {
		display: block;
		padding-bottom: 20px;
		border-bottom: 1px solid #EBEEEF;
	}
	.cards .card-item .hover .c-bottom .cb-info {
		margin-top: 18px;
		max-width: none;
	}
}
@media (max-width: 575.98px) {
	.cards .card-delivery .hover, .cards .card-item .hover {
		background-position: 95%;
		background-size: auto 140px;
	}
	.cards .card-item .hover {
		min-width: auto;
	}
}