/**
* Theme Name: Dentiq Child
* Description: This is a child theme of Dentiq Theme. Developed by Themesion
* Author: <a href="https://themesion.com/">Themesion</a>
* Template: dentiq
* Version: 1.0
*/
.vector .thsn-ihbox.thsn-ihbox-style-hsbox .thsn-ihbox-subheading .vc_custom_heading {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 400;
}

.vector .thsn-service-title a {
	font-family: Arial, Helvetica, "sans-serif";
	font-weight: 400;
}

@media (max-width: 1200px) {}
	
.vector .bvi-shortcode {
	margin-bottom: 1rem;
}

/* #region Стили прайса */

.price-table__row {
	display: grid;
	grid-template-columns: 1fr 2fr 1fr;
	gap: 1rem;
	border-bottom: 1px solid #e7e7e7;
	padding: 1rem 0;
}

.price-table__head {
	font-weight: 700;
}

.price-table__row > div:nth-child(3) {
	text-align: center;
	align-self: center;
}

@media (max-width: 768px) {
	.price-table__row {
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr;
	}

	.price-table__row > div:nth-child(3) {
		text-align: right;
		align-self: center;
		font-weight: 600;
	}
}

/* #endregion Стили прайса */

.grecaptcha-badge {
	z-index: 100;
}