

/* Start:/bitrix/templates/.default/components/bitrix/menu/.default/style.css?1719341419626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/.default/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1719341419947*/
.bx_breadcrumbs{
    margin-bottom:15px;
    padding-top:0px
}
.bx_breadcrumbs ul{
    margin:0;
    padding:0
}
.bx_breadcrumbs ul li{
    display:inline-block;
    line-height:20px
}
.bx_breadcrumbs ul li a{
    display:block;
    padding:0 15px;
    background:url(/bitrix/templates/.default/components/bitrix/breadcrumb/.default/images/breadcrumbs_arrow.png) no-repeat center right;
    color:#555;
    text-decoration:none;
    font-size:11px;
    opacity:.5
}
.bx_breadcrumbs ul li:first-child a{padding-left:0}
.bx_breadcrumbs ul li:last-child  a{background:none}
.bx_breadcrumbs ul li a:hover{
    text-decoration:underline;
    line-height:20px;
    opacity:1
}
.bx_breadcrumbs ul li span{
    display:block;
    padding:0 15px;
    color:#aaa;
    text-decoration:none;
    font-size:11px
}
.bx_breadcrumbs,
.bx_breadcrumbs ul li{
    -webkit-transition:all 0.3s ease;
    -moz-transition:all 0.3s ease;
    -ms-transition:all 0.3s ease;
    -o-transition:all 0.3s ease;
    transition:all 0.3s ease;
}
/* End */


/* Start:/bitrix/templates/.default/components/bitrix/menu/one/style.css?1719341419626*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

ul.left-menu li
{
	padding: 10px 16px;
	background:#F5F5F5 url(/bitrix/templates/.default/components/bitrix/menu/one/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a
{
	font-size:100%;
	color:#BC262C;
	font-weight:bold;
	text-decoration:none;
}

ul.left-menu li a:visited
{
	color:#BC262C;
}

ul.left-menu li a:hover
{
	color:#BC262C;
}


ul.left-menu li a.selected:link, 
ul.left-menu li a.selected:visited, 
ul.left-menu li a.selected:active, 
ul.left-menu li a.selected:hover
{
	color:#FC8D3D;
}



/* End */


/* Start:/bitrix/components/siot/pdn/templates/.default/style.css?17853255384601*/
/* ---------------------------------------------------------------------------
   Стили комплекта ПДн.
   Всё вложено в .pdn / .pdn-agree — на остальную вёрстку сайта не влияет.
   Шрифт намеренно наследуется от шаблона: документ должен выглядеть
   частью сайта, а не вставкой.
   --------------------------------------------------------------------------- */

.pdn {
    max-width: 900px;
    margin: 0 auto;
    padding: 24px 0 48px;
    font-size: 15px;
    line-height: 1.65;
    color: #23262d;
    word-wrap: break-word;
}

.pdn h1 {
    font-size: 26px;
    line-height: 1.25;
    margin: 0 0 14px;
    font-weight: 700;
}

.pdn h2 {
    font-size: 19px;
    line-height: 1.3;
    margin: 34px 0 12px;
    font-weight: 600;
    padding-top: 6px;
    border-top: 1px solid #e6e8ec;
}

.pdn p { margin: 0 0 12px; }

.pdn ul,
.pdn ol { margin: 0 0 14px; padding-left: 22px; }

.pdn li { margin-bottom: 6px; }

.pdn a { color: #2b6cb0; text-decoration: underline; text-underline-offset: 2px; }
.pdn a:hover { color: #1a4d80; }

.pdn__meta {
    margin-bottom: 24px;
    padding: 12px 16px;
    background: #f5f6f8;
    border-left: 3px solid #c8ccd4;
    font-size: 13px;
    line-height: 1.55;
    color: #555b66;
}

.pdn__toc {
    margin: 0 0 28px;
    padding: 16px 20px;
    background: #fafbfc;
    border: 1px solid #e6e8ec;
    border-radius: 4px;
    font-size: 14px;
}
.pdn__toc strong { display: block; margin-bottom: 8px; }
.pdn__toc ol { margin: 0; padding-left: 20px; }
.pdn__toc li { margin-bottom: 3px; }

.pdn__operator {
    margin: 0 0 16px;
    padding: 14px 18px;
    background: #f5f6f8;
    border-radius: 4px;
}
.pdn__operator p { margin: 0 0 6px; }
.pdn__operator p:last-child { margin-bottom: 0; }

.pdn__note {
    margin: 16px 0;
    padding: 14px 18px;
    background: #fff8e8;
    border-left: 3px solid #e0a92a;
    border-radius: 0 4px 4px 0;
}
.pdn__note p:last-child,
.pdn__note ul:last-child { margin-bottom: 0; }

.pdn__small { font-size: 13px; color: #6b7280; }

.pdn__table {
    width: 100%;
    margin: 12px 0 18px;
    border-collapse: collapse;
    font-size: 14px;
}
.pdn__table th,
.pdn__table td {
    padding: 9px 12px;
    border: 1px solid #e0e3e8;
    text-align: left;
    vertical-align: top;
}
.pdn__table th { background: #f5f6f8; font-weight: 600; }

@media (max-width: 640px) {
    .pdn { font-size: 14px; padding: 16px 0 32px; }
    .pdn h1 { font-size: 21px; }
    .pdn h2 { font-size: 17px; }
    .pdn__table { display: block; overflow-x: auto; }
}



/* ---------------------------------------------------------------------------
   Чекбокс согласия под формой.
   Правила ниже намеренно жёсткие: в шаблонах Битрикса почти всегда есть
   что-то вроде `.form input { width: 100% }`, из-за чего чекбокс
   растягивается в полосу. Здесь он полностью изолирован от таких правил.
   --------------------------------------------------------------------------- */

.pdn-agree {
    display: flex !important;
    align-items: flex-start;
    gap: 9px;
    margin: 12px 0;
    padding: 0;
    font-size: 13px;
    line-height: 1.45 !important;;
    color: #555b66;
    cursor: pointer;
    text-align: left;
}


.pdn-agree__box {
    -webkit-appearance: checkbox !important;
    appearance: checkbox !important;
    flex: 0 0 16px !important;
    width: 16px !important;
    min-width: 16px !important;
    max-width: 16px !important;
    height: 16px !important;
    min-height: 16px !important;
    max-height: 16px !important;
    margin: 2px 0 0 !important;
    padding: 0 !important;
    border: none;
    border-radius: 0 !important;
    background: none !important;
    box-shadow: none !important;
    cursor: pointer;
}

.pdn-agree__text { flex: 1 1 auto; }

.pdn-agree__link {
    color: #2b6cb0;
    text-decoration: underline;
    text-underline-offset: 2px;
}
.pdn-agree__link:hover { color: #1a4d80; }

.pdn-agree__link--policy { color: #6b7280; }
.pdn-agree__link--policy:hover { color: #23262d; }

/* Состояние ошибки — вешается на label из валидации формы */
.pdn-agree.is-error { color: #c0392b; }
.pdn-agree.is-error .pdn-agree__box { outline: 2px solid #c0392b; outline-offset: 1px; }

.pdn-agree__box:focus-visible {
    outline: 2px solid #2b6cb0;
    outline-offset: 2px;
}

/* End */


/* Start:/bitrix/templates/leftmenu/template_styles.css?1719341420288*/
.contactForm label span.form-required {
    display: block;
}
.contactForm label font {
    float: right;
}
.hPhone .new-btOrderCall {
    color: #193B7A;
    text-decoration: underline;
    cursor: pointer;
    font-size: 12px;
    text-transform: uppercase;
    letter-spacing: 0.1em;
}
/* End */
/* /bitrix/templates/.default/components/bitrix/menu/.default/style.css?1719341419626 */
/* /bitrix/templates/.default/components/bitrix/breadcrumb/.default/style.css?1719341419947 */
/* /bitrix/templates/.default/components/bitrix/menu/one/style.css?1719341419626 */
/* /bitrix/components/siot/pdn/templates/.default/style.css?17853255384601 */
/* /bitrix/templates/leftmenu/template_styles.css?1719341420288 */
