

/* Start:/bitrix/components/bitrix/system.show_message/templates/.default/style.css?158593194564*/
font.errortext
{
	color:red;
}

font.notetext
{
	color:green;
}

/* End */


/* Start:/local/components/bitrix/breadcrumb/templates/.default/style.css?1649838355585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/bitrix/components/sporina/cookie.notification/templates/.default/style.css?17773623592381*/
.sporina-cookie-notification {
    position: fixed;
    z-index: 9999;
    background-color: #2c3e50;
    color: #ecf0f1;
    padding: 15px 20px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    visibility: hidden;
    opacity: 0;
    transition: transform 300ms ease-in-out, visibility 0s linear 300ms, opacity 0s linear 300ms;
}

.sporina-cookie-notification.visible {
    visibility: visible;
    opacity: 1;
    transition: transform 300ms ease-in-out;
}

.sporina-cookie-right {
    bottom: 20px;
    right: 20px;
    left: auto;
    max-width: 420px;
}

.sporina-cookie-left {
    bottom: 20px;
    left: 20px;
    right: auto;
    max-width: 420px;
}

.sporina-cookie-content {
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
}

.sporina-cookie-text {
    flex: 1;
}

.sporina-cookie-policy-link {
    color: #3498db;
    text-decoration: underline;
    margin-left: 5px;
}

.sporina-cookie-policy-link:hover {
    text-decoration: none;
    color: #5dade2;
}

.sporina-cookie-buttons {
    display: flex;
    gap: 10px;
    flex-shrink: 0;
    flex-direction: column;
}

.sporina-cookie-btn {
    padding: 8px 16px;
    border: none;
    
    cursor: pointer;
    font-size: 14px;
    font-weight: 500;
    transition: all 0.2s ease;
    white-space: nowrap;
}

.sporina-cookie-accept {
    background-color: #27ae60;
    color: #ffffff;
}

.sporina-cookie-accept:hover {
    background-color: #2ecc71;
    transform: translateY(-1px);
}

.sporina-cookie-decline {
    background-color: #e74c3c;
    color: #ffffff;
}

.sporina-cookie-decline:hover {
    background-color: #c0392b;
    transform: translateY(-1px);
}

.sporina-cookie-notification.sporina-cookie-hidden {
    transform: translateY(100%);
}

/* Для левой/правой позиции достаточно сдвига вниз */

@media (max-width: 768px) {
    .sporina-cookie-content {
        flex-direction: column;
        text-align: center;
        gap: 15px;
    }
    
    .sporina-cookie-buttons {
        width: 100%;
        justify-content: center;
        flex-direction: row;
    }
    
    .sporina-cookie-btn {
        flex: 1;
        max-width: 150px;
    }
}

/* End */


/* Start:/local/templates/Tilos/styles.css?17624173661515*/
@charset "utf-8";
.template-text {
color:#fff!important;
}

/* CSS Primary */
:root {
    --ar-primary:  #036699;
    --ar-primary-rgb: 3, 102, 153;
    --ar-link-color: #036699;
    --ar-link-hover-color: #2978b4 !important;
    --ar-btn-hover-color: #434a57;
    --ar-btn-active-color: #434a57;
    --ar-btn-hover-bg: #2978b4;
    --ar-btn-active-bg: #2978b4;
    --ar-btn-hover-border-color: #2978b4;
    --ar-btn-active-border-color: #2978b4;
    --ar-btn-disabled-color: #fff;
}

.alert-primary {
  --ar-alert-color: #d54848!important;
  --ar-alert-bg: #fdeeee!important;
  --ar-alert-border-color: #f6a8a8!important;
}
.alert-primary .alert-link {
  color: #aa3a3a!important;
}


.btn-outline-primary {
  --ar-btn-color: #036699;
  --ar-btn-border-color: #036699;
  --ar-btn-hover-color: #434a57;
  --ar-btn-hover-bg: #036699;
  --ar-btn-hover-border-color: #036699;
  --ar-btn-focus-shadow-rgb: 3, 102, 153;
  --ar-btn-active-color: #434a57;
  --ar-btn-active-bg: #036699;
  --ar-btn-active-border-color: #036699;
  --ar-btn-active-shadow: unset;
  --ar-btn-disabled-color: #036699;
  --ar-btn-disabled-bg: transparent;
  --ar-btn-disabled-border-color: #036699;
  --ar-gradient: none
}

.all-text-white  {
color:#ffff!important;
}


.all-text-white h1, .all-text-white .h1, .all-text-white h2, .all-text-white .h2, .all-text-white h3, .all-text-white .h3, .all-text-white h4, .all-text-white .h4, .all-text-white h5, .all-text-white .h5, .all-text-white h6, .all-text-white .h6 {
   color:#ffff!important;
}
/* End */


/* Start:/local/templates/Tilos/template_styles.css?1762417366168*/
.btn-hover.color-primary {
    background-image: linear-gradient(to right, #25aae1, #4481eb, #04befe, #3f86ed);
    box-shadow: 0 4px 15px 0 rgba(65, 132, 234, 0.75);
}
/* End */
/* /bitrix/components/bitrix/system.show_message/templates/.default/style.css?158593194564 */
/* /local/components/bitrix/breadcrumb/templates/.default/style.css?1649838355585 */
/* /bitrix/components/sporina/cookie.notification/templates/.default/style.css?17773623592381 */
/* /local/templates/Tilos/styles.css?17624173661515 */
/* /local/templates/Tilos/template_styles.css?1762417366168 */
