.vk-pricing { background: #f7f5f1; color: #292929; }
.vk-pricing, .vk-pricing * { box-sizing: border-box; }
.vk-pricing .container { padding-top: 55px; padding-bottom: 65px; }
.vk-booking-bar { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 30px; padding: 24px 28px; color: #fff; background: #1d1d1b; border-radius: 8px; }
.vk-booking-bar strong, .vk-booking-bar span { display: block; }
.vk-booking-bar strong { margin-bottom: 4px; font-size: 20px; }
.vk-button { display: inline-block; flex: 0 0 auto; padding: 13px 20px; color: #fff !important; background: #9b2335; border-radius: 4px; font-weight: 700; text-decoration: none; text-transform: uppercase; }
.vk-button:hover { background: #7f1c2b; }
.vk-table-wrap { overflow-x: auto; border-radius: 8px; box-shadow: 0 1px 8px rgba(0,0,0,.08); }
.vk-price-table { width: 100%; min-width: 760px; border-collapse: collapse; background: #fff; }
.vk-price-table th, .vk-price-table td { padding: 20px 14px; border-bottom: 1px solid #e5e1da; text-align: center; font-weight: 700; }
.vk-price-table thead th { color: #fff; background: #20201e; }
.vk-price-table thead th:first-child, .vk-price-table tbody th { text-align: left; }
.vk-price-table small { display: block; margin-top: 3px; font-size: 11px; font-weight: 500; }
.vk-price-table tbody th { width: 28%; }
.vk-price-table tbody tr:nth-child(odd) { background: #faf9f6; }
.vk-price-table .vk-best { color: #9b2335; font-size: 17px; }
.vk-price-note { max-width: 850px; margin: 18px auto 30px; }
.vk-discounts { display: grid; grid-template-columns: repeat(3, 1fr); gap: 14px; margin-bottom: 38px; }
.vk-discounts div { padding: 18px; text-align: center; background: #fff; border: 1px solid #ddd8d0; border-radius: 7px; }
.vk-discounts span { display: block; }
.vk-discounts strong { color: #9b2335; font-size: 26px; }
.vk-discounts small { margin-left: 3px; }
.vk-info-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 18px; }
.vk-info-grid section, .vk-faq { padding: 25px; background: #fff; border: 1px solid #e2ddd5; border-radius: 7px; }
.vk-info-grid h3, .vk-faq h3 { margin-bottom: 13px; color: #8d2332; font-size: 20px; font-weight: 700; }
.vk-info-grid p + p { margin-top: 10px; }
.vk-info-grid .vk-deposit { grid-column: 1 / -1; border-left: 4px solid #9b2335; }
.vk-faq { margin-top: 18px; }
.vk-faq-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 20px 30px; }
.vk-faq-grid strong { color: #8d2332; }
.vk-faq-grid p { margin-top: 4px; }
.vk-booking-bottom { margin-top: 25px; margin-bottom: 0; }
@media (max-width: 767px) {
	.vk-pricing .section_title .big { padding-right: 15px; padding-left: 15px; font-size: 24px; line-height: 1.25; white-space: normal; }
	.vk-pricing .section_title .text { padding-right: 15px; padding-left: 15px; }
	.vk-pricing .container { padding-top: 35px; padding-bottom: 45px; }
	.vk-booking-bar { align-items: stretch; flex-direction: column; padding: 20px; }
	.vk-button { text-align: center; white-space: normal; }
	.vk-discounts, .vk-info-grid, .vk-faq-grid { grid-template-columns: 1fr; }
	.vk-info-grid .vk-deposit { grid-column: auto; }
	.vk-price-note { padding: 0 5px; }
}
