/* .product__box {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    overflow: hidden;
    border: 1px solid var(--chernyy-100);
    height: 100%;
    transition: all .3s;
}
.product__headline {
	margin-top: 20px;
	margin-bottom: 15px;
}
.product__title {
	font-size: 18px;
	line-height: 1.3;
	margin-bottom: 8px;
}
.product__sub-title, .product__size {
	line-height: 1;
	letter-spacing: 0.01em;
	color: var(--chernyy-600);
}
.product__sub-title {
	font-size: 14px;
}
.product__size {
	font-size: 16px;
}
.product__img {
	margin-top: auto;
	margin-bottom: 15px;
}
.product__img img {
	width: 100%;
	max-width: 280px;
}
.product__desc {
    padding: 10px 15px 15px;
    background: var(--white);
	margin-top: auto;	
}
.product__price-wrap {
    justify-content: space-between;
	margin-bottom: 10px;
}
.product__price-wrap {
    margin-left: auto;
    margin-right: auto;
}
.product__price-inner {
    justify-content: center;
}
.product__price-caption {
    line-height: 1;
	margin-bottom: 4px;
}
.product__price {
    font-size: 26px;
    line-height: 1;
}
.product__price .currency {
    font-size: .8em;
    margin-left: .15em;
}
.product__card__sticker {
    flex: 0 0 48%;
}
.product__btn .btn {
	border-radius: 16px;
}
.product__box-calc {
	display: grid;
    padding: 15px;
    place-items: center;
	height: 100%;
	background-image: url('../../assets/img/prices-product/product-box-calc-bg.jpg');
}
.product__box-calc .title {
	font-size: 28px;
	line-height: 1.2;
	color: var(--goluboy-800);
	margin-bottom: 20px;
}
.product__box-calc .caption {
	font-size: 20px;
	line-height: 1.2;
	margin-bottom: 50px;
}
.product__box-calc .btn {
    width: 100%;
}
.prices-product .slider__button-next,
.prices-product .slider__button-prev {
    top: 200px;
}
.product__installment {
	margin-top: 10px;
	gap: 5px;	
}
.product__installment-info {
	font-size: 14px;
}
.product__installment-price {
	font-size: 16px;
	color: var(--zelenyy-dopolnitelnyy);
}
@media (max-width: 1023px) {
	.product__sub-title span {
		display: block;
	}	
}
@media (max-width: 374px) {
	.product__sub-title, .product__size {
		font-size: 13px;
	}	
	.product__card__sticker {
		flex: 0 0 144px;
	}	
}
@media (min-width: 768px) {
	.products .product__list {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		gap: 20px;
	}
	.product__title {
		font-size: 20px;
	}	
	.product__size {
		font-size: 18px;
	}	
	.product__img img {
		max-width: 320px;
	}
	.product__desc {
		padding: 10px 20px 15px;
	}
	.product__price-caption {
		font-size: 18px;
		margin-bottom: 6px;
	}
	.product__price {
		font-size: 32px;
	}
	.product__box-calc--inner {
		width: 305px;
	}
	.products .slider__controls {
		display: none;
	}
	.product__installment {
		margin-top: 12px;
	}	
}
@media (min-width: 1024px) {
	.products .product__list {
		grid-template-columns: repeat(3, 1fr);
	}
	.product__headline {
		margin-top: 20px;
		margin-bottom: 15px;
	}
	.product__img {
		margin-bottom: 15px;
	}
	.product__img img {
		height: 220px;
	}	
	.product__desc {
		padding: 15px;
	}	
	.product__price-caption {
		font-size: 18px;
	}
	.product__price {
		font-size: 30px;
	}
	.product__installment-info {
		font-size: 16px;
	}
	.product__installment-price {
		font-size: 18px;
	}
	.product__box-calc--inner {
		width: 267px;
	}	
} */
@import url(prices-product-card.css);
/* ********************************************************************************************** */
/* ********************************************************************************************** */
.prices-product__finished .sub-title {
	font-size: 22px;
	line-height: 1;	
	margin-bottom: 20px;
}
.prices-product__finished .content__btn {
	margin-bottom: 20px;
}
.prices-product__finished .btn__list {
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}
.prices-product__finished .btn__load {
    color: var(--chernyy-500-osnovnoy);
    border: 2px solid var(--chernyy-500-osnovnoy);
    border-radius: 12px;
    height: 50px;
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 13px;
}
.prices-product__finished .btn__load.is-active {
    background: var(--chernyy-500-osnovnoy);
    color: var(--white);
	pointer-events: none;	
}
@media (max-width: 767px) {
	.prices-product__finished .sub-title span {
		display: block;
	}
	.prices-product__finished .content__box {
		height: 547px;
	}	
}
@media (min-width: 768px) and (max-width: 1023px) {
	.prices-product__finished .desc {
		width: 676px;
		margin: 0 auto 30px;
	}	
}
@media (min-width: 768px) {
	.prices-product__finished h2 {
		margin-bottom: 10px;
	}	
	.prices-product__finished .sub-title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.prices-product__finished .content__btn {
		margin-bottom: 30px;
	}	
	.prices-product__finished .btn__list {
		gap: 10px 20px;
	}	
	.prices-product__finished .btn__load {
		height: 60px;
		font-size: 16px;
	}		
}
@media (min-width: 1024px) {
	.prices-product__finished h2 {
		margin-bottom: 15px;
	}	
	.prices-product__finished .sub-title {
		font-size: 26px;
		margin-bottom: 25px;
	}
	.prices-product__finished .product__title {
		/* font-size: 18px; */
	}	
	.prices-product__finished .content__btn {
		margin-bottom: 30px;
	}	
	.prices-product__finished .btn__list {
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		border: 2px solid var(--chernyy-500-osnovnoy);
		border-radius: 10px;		
	}
	.prices-product__finished .btn__item + .btn__item {
		border-left: 2px solid var(--chernyy-500-osnovnoy);
	}	
	.prices-product__finished .btn__load {
		height: 50px;
		border-radius: 0;
		border: 0;		
	}	
}
