

/* Start:/local/templates/aquagarden/components/bitrix/news.list/hero-banner/style.css?1742558002873*/
/* Стили для превью и кнопки воспроизведения */
.video-preview {
    cursor: pointer;
    width: 100%;
    height: 100%;
    display: block;
    position: relative;
}
.video-preview__image {
    display: block;
}

.play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: clamp(2rem, 6vw, 4rem);
    color: #ffffff88;
    border-radius: 50%;
    width: 80px;
    height: 80px;
    display: flex;
    align-items: center;
    justify-content: center;
    opacity: 0.8;
    transition: opacity 0.3s;
    pointer-events: none; /* Чтобы кнопка не перехватывала клики */
    z-index: 1;
}

.play-button:hover {
    opacity: 1;
}

.video-modal {
    background: transparent !important;
    height: 80vh;
    padding: 0 !important;
    width: 80vw;
}
/* End */


/* Start:/local/templates/aquagarden/components/bitrix/form.result.new/consultation/style.css?1740469870666*/
table.form-table
{
	width:100%;
	background-color:white;
	border-collapse:collapse;
	font-size:100%;
	font-weight:normal;
	line-height:160%;
}

table.form-table th, table.form-table td
{
	border:1px solid #ADC3D5;
	padding: 5px 5px;
	vertical-align:top;
}

table.form-table th
{
	background-image:url(/local/templates/aquagarden/components/bitrix/form.result.new/consultation/images/table_head.gif);
	background-repeat:repeat-x;
	text-align: left;
	color:#25639A;
}


table.form-table td
{
	padding: 15px 5px;
}

.form-required 
{
	color: red;
}

.error-fld {
	display: block;
	float: left;
	height: 13px;
	width: 15px;
	background-repeat: no-repeat;
	background-image: url(/local/templates/aquagarden/components/bitrix/form.result.new/consultation/images/icon_warn.gif);
}
/* End */
/* /local/templates/aquagarden/components/bitrix/news.list/hero-banner/style.css?1742558002873 */
/* /local/templates/aquagarden/components/bitrix/form.result.new/consultation/style.css?1740469870666 */
