

/* Start:/local/templates/wintal.ru-window-new/components/bitrix/form/popup/bitrix/form.result.new/.default/style.css?1727019567674*/
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/wintal.ru-window-new/components/bitrix/form/popup/bitrix/form.result.new/.default/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/wintal.ru-window-new/components/bitrix/form/popup/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.span-input {
	background: none;
	border: none;
}
/* End */


/* Start:/local/templates/wintal.ru-window-new/components/bitrix/form/popup_new/bitrix/form.result.new/.default/style.css?1727019567674*/
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/wintal.ru-window-new/components/bitrix/form/popup_new/bitrix/form.result.new/.default/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/wintal.ru-window-new/components/bitrix/form/popup_new/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.span-input {
	background: none;
	border: none;
}
/* End */


/* Start:/local/templates/wintal.ru-window-new/components/bitrix/form/search/bitrix/form.result.new/.default/style.css?1727019567674*/
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/wintal.ru-window-new/components/bitrix/form/search/bitrix/form.result.new/.default/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/wintal.ru-window-new/components/bitrix/form/search/bitrix/form.result.new/.default/images/icon_warn.gif);
}

.span-input {
	background: none;
	border: none;
}
/* End */


/* Start:/local/templates/wintal.ru-window-new/styles.css?1753852865405*/
.newSite {
    margin-left: 24px;
}
.newSite a {
    color: #fff;
    /* text-decoration: underline; */
    display: inline-flex;
    align-items: center;
    gap: 4px;
    border-radius: 5px;
    background-color: #4583e5;
    padding: 6px 8px;
}
.newSite a:hover {
    background: #3e76d0;
}
.newSite svg {
    width: 16px;
    height: 16px;
}
.newSite svg path {
    fill: #fff;
}
/* End */


/* Start:/local/templates/wintal.ru-window-new/template_styles.css?17375314881637*/
/* Базовая стилизация */
.cookie-alert {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #fff;
    /* Красный фон */
    color: white;
    padding: 15px;
    text-align: center;
    font-size: 14px;
    z-index: 9999;
    display: none;
    /* Скрыто по умолчанию */
    box-shadow: 0px 6px 51px 0px rgba(21, 46, 51, 0.15);
}

.cookie-alert__inner {
    display: flex;
    flex-direction: column;
    justify-content: baseline;
    align-items: baseline;
    gap: 8px;
}

.cookie-alert__text {
    /* max-width: 80%; */

    color: #000000;
}

.cookie-alert__text p:last-child {
    margin-bottom: 0;
}

.cookie-alert__text a {
    color: #000000;
    font-weight: 700;
    text-decoration: underline;

    transition: all 0.1s ease-in-out;
}

.cookie-alert__text a:hover {
    opacity: 0.8;
    text-decoration: none;
}

.cookie-alert__btn {
    height: 38px;
    border-radius: 3px;
    background: #4d8bf1;
    color: #fff;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
    padding: 0px 34px;
    display: flex;
    align-items: center;
    justify-content: cenrer;
    border: none;
    cursor: pointer;

}

.cookie-alert__btn:hover {
    opacity: 0.8;
}

.footerPolicy {
    display: inline-block;
    margin-top: 15px;
    font-size: 12px;
    color: #4d4d4d;
    line-height: 1.1;
    
}

.footerPolicy:hover {
    text-decoration: underline;
}

@media (max-width: 767px) {
    .cookie-alert__btn {
        align-self: center;
    }
}
/* End */
/* /local/templates/wintal.ru-window-new/components/bitrix/form/popup/bitrix/form.result.new/.default/style.css?1727019567674 */
/* /local/templates/wintal.ru-window-new/components/bitrix/form/popup_new/bitrix/form.result.new/.default/style.css?1727019567674 */
/* /local/templates/wintal.ru-window-new/components/bitrix/form/search/bitrix/form.result.new/.default/style.css?1727019567674 */
/* /local/templates/wintal.ru-window-new/styles.css?1753852865405 */
/* /local/templates/wintal.ru-window-new/template_styles.css?17375314881637 */
