@import url(prices-product-card.css);
.prices-glazing-balcon h2 {
	font-size: 22px;
}
.prices-glazing-balcon .sub-title {
    font-size: 20px;
    line-height: 1;
    margin-bottom: 20px;
}
.prices-glazing-balcon .content__btn {
    margin-bottom: 20px;
}
.prices-glazing-balcon .btn__list {
	grid-template-columns: 1fr 1fr;
    gap: 10px;
}
.prices-glazing-balcon .btn__list .btn__load {
    color: var(--chernyy-500-osnovnoy);
	background: var(--white);
    border: 2px solid var(--chernyy-500-osnovnoy);
    border-radius: 12px;
    height: 50px;
    font-family: var(--second-family);
    font-weight: 900;
    font-size: 13px;
}
.prices-glazing-balcon .btn__load.is-active {
    background: var(--chernyy-500-osnovnoy);
    color: var(--white);
    pointer-events: none;
}
.prices-glazing-balcon .product__installment {
	display: none;
}
@media (min-width: 768px) {
	.prices-glazing-balcon h2 {
		font-size: 34px;
		margin-bottom: 10px;
	}
	.prices-glazing-balcon .sub-title {
		font-size: 26px;
		margin-bottom: 25px;
	}	
	.prices-glazing-balcon .content__btn {
		margin-bottom: 30px;
	}
	.prices-glazing-balcon .btn__list {
		gap: 10px 20px;
	}	
	.prices-glazing-balcon .btn__list .btn__load {
		height: 60px;
		font-size: 16px;
	}	
}
@media (min-width: 1024px) {
	.prices-glazing-balcon h2 {
		font-size: 40px;
		margin-bottom: 15px;
	}	
    .prices-glazing-balcon .content__btn {
        margin-bottom: 20px;
    }	
	.prices-glazing-balcon .btn__list {
		grid-template-columns: repeat(4, 1fr);
		gap: 0;
		border: 2px solid var(--chernyy-500-osnovnoy);
		background: var(--chernyy-500-osnovnoy);
		border-radius: 10px;
		overflow: hidden;
	}
    .prices-glazing-balcon .btn__list .btn__load {
        height: 50px;
		border-radius: 0;
        border: 0;		
    }	
	.prices-glazing-balcon .btn__item + .btn__item {
		border-left: 2px solid var(--chernyy-500-osnovnoy);
	}	
}