

/* Start:/local/components/bf/cookiespro/templates/.default/style.css?17647430673086*/
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 button.js-cookie_save {
    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/include/security_notice_modal/security_notice_modal.css?17804656662049*/
.security-notice-modal {
	/* display: flex; */
	position: fixed;
	inset: 0;
	z-index: 10000;
	padding: 16px;
	background: rgba(17, 24, 39, 0.55);
	/* align-items: center; */
	/* justify-content: center; */
	box-sizing: border-box;
}

.security-notice-modal.is-hidden {
	display: none;
}

.security-notice-modal__dialog {
	width: min(720px, 100%);
	background: #fff7d6;
	border: 1px solid #f3d37a;
	border-radius: 10px;
	box-shadow: 0 20px 60px rgba(0, 0, 0, 0.25);
	color: #1f2a37;
	position: relative;
	box-sizing: border-box;
	font-family: inherit;
}

.security-notice-modal__header {
	display: flex;
	align-items: flex-start;
	gap: 12px;
	padding: 14px 48px 10px 16px;
	border-bottom: 1px solid rgba(243, 211, 122, 0.6);
}

.security-notice-modal__icon {
	flex: 0 0 22px;
	width: 22px;
	height: 22px;
	margin-top: 2px;
	color: #8a6d3b;
}

.security-notice-modal__title {
	font-weight: 700;
	margin: 0;
	font-size: 15px;
	line-height: 1.2;
}

.security-notice-modal__body {
	padding: 12px 16px 16px 16px;
}

.security-notice-modal__text {
	margin: 0;
	font-size: 13px;
	line-height: 1.5;
	color: #374151;
}

.security-notice-modal__close {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 32px;
	height: 32px;
	border: 0;
	background: transparent;
	cursor: pointer;
	padding: 0;
	color: #6b7280;
	display: inline-flex;
	align-items: center;
	justify-content: center;
}

.security-notice-modal__close:hover {
	color: #111827;
}

.security-notice-modal__close:focus {
	outline: 2px solid rgba(17, 24, 39, 0.25);
	outline-offset: 2px;
	border-radius: 8px;
}

.security-notice-modal__footer {
	display: flex;
	align-items: center;
	padding: 0 16px 14px;
}

.security-notice-modal__dont-show {
	display: inline-flex;
	align-items: center;
	gap: 8px;
	margin: 0;
	cursor: pointer;
	font-size: 12px;
	line-height: 1.4;
	color: #4b5563;
	user-select: none;
}

.security-notice-modal__dont-show:hover {
	color: #111827;
}

.security-notice-modal__dont-show-input {
	width: 14px;
	height: 14px;
	margin: 0;
	cursor: pointer;
	accent-color: #8a6d3b;
}

/* End */
/* /local/components/bf/cookiespro/templates/.default/style.css?17647430673086 */
/* /local/include/security_notice_modal/security_notice_modal.css?17804656662049 */
