

/* Start:/local/components/bf/cookiespro/templates/template-pl/style.css?17629428892919*/
body.bf-fixed {
    overflow: hidden;
    position: relative;
}

body.bf-fixed::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    background: #000000;
    width: 100%;
    height: 100%;
    z-index: 9998;
    opacity: 0.3;
}

#cookie_notification {
    display: none;
    justify-content: space-between;
    align-items: flex-end;
    position: fixed;
    z-index: 99999;
    bottom: 0;
    left: var(--left);
    width: var(--width);
    max-width: 100%;
    width: 100%;
    transform: var(--transform);
    padding: 40px;
    /* background-color: var(--window-bg-color); */
    background-color: #ffffff;
    /* opacity: var(--opacity); */
    opacity: 1;
    border-radius: 0;
    box-shadow: 2px 3px 10px rgba(0, 0, 0, 0.4);
}

#cookie_notification button {
    background-color: var(--window-button-bg-color);
    color: var(--window-button-text-color);
    padding: 12px 24px;
    border-radius: 4px;
    font-size: var(--button-text-size);
    /* border: var(--button-border-width) solid var(--button-border-color); */
}

#cookie_notification button.js-cookie_cancel {
    background-color: #EFEFEF;
    color: #959595;
}

#cookie_notification button.js-cookie_setting {
    background-color: transparent;
    color: #959595;
    text-decoration: underline;
    text-underline-offset: 3px;
}

#cookie_notification p {
    margin: 0;
    /* font-size: var(--text-size); */
    font-size: 14px;
    text-align: left;
    /* color: var(--window-text-color); */
    color: #000000;
}

#cookie_notification p a {
    color: #000000;
    text-decoration: underline;
}

#cookie_notification p a:hover {
    text-decoration: none;
}

#cookie_notification .cookie_button-block {
    padding-top: 20px;
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
}

#cookie_notification .cookie_step_2 {
    display: none;
}

#cookie_step_2 p {
    color: var(--desc-color);
    font-size: var(--desc-size);
}

#cookie_step_2 .cookie_check label {
    color: var(--title-color);
    font-size: var(--title-size);
}

#cookie_step_2 .cookie_check .cookie_accept_desc {
    color: var(--desc-color);
    font-size: var(--desc-size);
}

@media (min-width: 576px) {
    #cookie_notification.bfpro-show {
        display: flex;
    }

    .cookie_accept {
        margin: 0 0 0 25px;
    }
}

@media (max-width: 575px) {
    #cookie_notification {
        padding: 20px;
    }

    #cookie_notification button {
        padding: 12px;
    }

    #cookie_notification.bfpro-show {
        display: block;
        text-align: left;
    }

    .cookie_accept {
        margin: 10px 0 0 0;
    }
}

/*доработки*/

#cookie_notification button:hover {
    transition: all .3s ease !important;
    background-color: #003A7D !important;
    color: #FFFFFF !important;
    text-decoration: none !important;
}

#cookie_notification label span {font-weight: 600;}
/* End */


/* Start:/local/components/bitrix/form.result.new2/templates/.default/style.css?17206940101487*/
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/components/bitrix/form.result.new2/templates/.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/components/bitrix/form.result.new2/templates/.default/images/icon_warn.gif);
}
@media (min-width: 1024px) {
                                .form-popup {
                                    display: flex;
                                    flex-wrap: wrap;
                                    justify-content: space-between;
                                    padding-bottom: 40px;
                                }

                                .form-popup .my-field-wrapper__txt {
                                    width: calc(50% - 5px);
                                }

                                .form-popup .my-field-wrapper:not(.my-field-wrapper__txt) {
                                    width: 100%
                                }

                                .form-popup .my-field-wrapper:empty {
                                    display: none;
                                }
                            }
/* End */
/* /local/components/bf/cookiespro/templates/template-pl/style.css?17629428892919 */
/* /local/components/bitrix/form.result.new2/templates/.default/style.css?17206940101487 */
