

/* Start:/bitrix/templates/main/components/bitrix/menu/menu_left/style.css?17624313072742*/
ul#vertical-multilevel-menu, #vertical-multilevel-menu ul
{
	margin: 0; 
	padding: 0; 
	list-style: none; 
	width: 214px;
	font-size:12px;
}

/*Submenu box*/
#vertical-multilevel-menu li ul
{
	position:absolute;
	/*top:-999em;*/
	top:auto;
	display:none;
	z-index:500;
	height:auto;
	border:1px solid #C1C1C1;
	border-bottom:none;
	width:200px;
}

/* Submenu Items */ 
#vertical-multilevel-menu li a
{ 
	display: block; 
	text-decoration: none; 
	color: #4F4F4F; 
	font-weight:bold;
	padding: 5px; 
	background:#F5F5F5;
	border-bottom:1px solid #C1C1C1;
}

/*Items selected*/
#vertical-multilevel-menu li a.item-selected
{ 
	background-color: #D6D6D6;
}

/*Items Hover */
#vertical-multilevel-menu li a:hover
{
	background-color: #D6D6D6;
} 

/*Rootmenu Items*/
#vertical-multilevel-menu a.root-item
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/main/components/bitrix/menu/menu_left/images/item_bg.gif) 0 0 no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Rootmenu Items hover*/
#vertical-multilevel-menu a.root-item:hover, #vertical-multilevel-menu a.root-item-selected:hover
{
	background:#61656A url(/bitrix/templates/main/components/bitrix/menu/menu_left/images/item_bg.gif) 0 -26px no-repeat;
}

/*Rootmenu Items Selected*/
#vertical-multilevel-menu a.root-item-selected
{
	color:#fff;
	font-weight:bold;
	font-size:12px;
	padding:5px 0 7px 35px;
	background:#61656A url(/bitrix/templates/main/components/bitrix/menu/menu_left/images/item_bg.gif) 0 -26px no-repeat;
	border:none;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	/*height:26px;
	overflow:hidden;*/
}

/*Parent item*/
#vertical-multilevel-menu a.parent
{
	background: #F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/menu_left/images/arrow.gif) center right no-repeat;
	padding-right:10px;
}

/*Denied items*/
#vertical-multilevel-menu a.denied
{
	background: #F5F5F5 url(/bitrix/templates/main/components/bitrix/menu/menu_left/images/lock.gif) center right no-repeat;
	color:#DDDDDD;
	padding-right:10px;
}

/* Holly Hack. IE Requirement \*/ 
* html ul#vertical-multilevel-menu li { float: left; height: 1%; } 
* html ul#vertical-multilevel-menu li a { height: 1%; } 
/* End */ 


/*Submenu margin*/
#vertical-multilevel-menu li ul.root-item
{
	margin:-27px 0 0 210px;
}

#vertical-multilevel-menu li ul
{
	margin:-27px 0 0 133px;
}

/*Submenu hide*/
#vertical-multilevel-menu li:hover ul ul,
#vertical-multilevel-menu li.jsvhover ul ul,
#vertical-multilevel-menu li:hover ul ul ul,
#vertical-multilevel-menu li.jsvhover ul ul ul 
{
	/*top:-999em;*/
	display:none;
}

/*Submenu show*/
#vertical-multilevel-menu li:hover ul,
#vertical-multilevel-menu li.jsvhover ul,
#vertical-multilevel-menu li li:hover ul,
#vertical-multilevel-menu li li.jsvhover ul,
#vertical-multilevel-menu li li li:hover ul,
#vertical-multilevel-menu li li li.jsvhover ul
{
	/*z-index:1000;
	top:auto;*/
	display:block;
}
/* End */


/* Start:/bitrix/templates/main/template_styles.css?176243130733393*/
/* Основные стили */ * {
	margin: 0;
	padding: 0;
}
body, html {
	height: 100%;
}
body {
	min-height: 100%;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	color: #4d4d4d;
}
.b-page {
	background: url(/bitrix/templates/main/img/bg.png) repeat-x left top;
}
a {
	outline: none;
	border: none;
}
a {
	text-decoration: underline;
	color: #0a75ba;
}
.preview_picture {
	width: 150px;
	height: auto;
	border: 5px #ccc solid;
	float: left;
	margin: 0 10px 5px 0;
}
img {
	border-color: transparent;
}
.content_img {
	margin: 0 20px 10px 0;
}
.content_table {
	width: 100%;
}
.content_table td {
	padding: 5px;
}
a:hover {
	text-decoration: none;
}
#wrapper {
	max-width: 1240px;
	min-width: 940px;
	padding: 0 20px;
	min-height: 100%;
	margin: 0 auto -105px;
}
#wrapper .push {
	height: 105px;
}
.left {
	float: left;
}
.right {
	float: right;
}
.red {
	color: #b44d4d;
}
.in-block {
	display: -moz-inline-stack;
	display: inline-block;
	zoom: 1;
*display: inline;
	_overflow: hidden;
}
.clearfix:after {
content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
.clearfix {
	display: inline-block;
}
.clear {
	clear: both;
}
.no-clear {
	clear: none !important;
}
html[xmlns] .clearfix {
	display: block;
}
* html .clearfix {
	height: 1%;
}
.txt-left {
	text-align: left;
}
.txt-right {
	text-align: right;
}
.txt-center {
	text-align: center;
}
h1, h2, h3, h4, h5, h6 {
	font-weight: normal;
	margin: 0 0 15px;
}
p {
	margin-bottom: 10px;
}
.btn {
	background: #f2f2f2;
	display: inline-block;
	padding: 2px 20px;
	color: #0A75BA !important;
	border: 1px solid #e8e8e8;
	text-decoration: underline;
	margin: 10px auto 0;
} /* Стили шапки */
#header {
	background: url(/bitrix/templates/main/img/header_image.png) no-repeat center top;
	width: 100%;
	position: relative;
	margin: 0 0 20px;
}
#header .mask-left {
	background: url(/bitrix/templates/main/img/mask_left.png) no-repeat;
	display: block;
	width: 321px;
	height: 196px;
	position: absolute;
	top: 0;
	left: 75px;
	z-index: 0;
}
#header .mask-right {
	background: url(/bitrix/templates/main/img/mask_right.png) no-repeat;
	display: block;
	width: 340px;
	height: 196px;
	position: absolute;
	top: 0;
	right: 6px;
	z-index: 0;
}
#header .header-inner {
	z-index: 1;
	width: 100%;
	height: 250px;
	position: relative;
}
#header .header-inner a.logo {
	background: url(/bitrix/templates/main/img/logo.png) no-repeat left top;
	display: block;
	width: 333px;
	height: 110px;
	position: absolute;
	left: 40px;
	top: 32px;
}
#header .header-inner #small-nav {
	list-style: none;
	float: right;
	margin: 20px 30px 20px 0;
	color: #ffffff;
	font-size: 13px;
	overflow: hidden;
}
#header .header-inner #small-nav li {
	float: left;
}
#header .header-inner #small-nav li a {
	color: #ffffff;
	text-decoration: none;
	margin: 0 10px;
}
#search-form {
	background: url(/bitrix/templates/main/img/search.png) no-repeat left top;
	position: relative;
	float: right;
	clear: both;
	margin: 10px 42px 10px 0;
	width: 200px;
}
#search-form .search {
	background: transparent;
	width: 155px;
	height: 16px;
	border: none;
	padding: 5px;
}
#search-form input[type="submit"] {
background: transparent;
border: none;
width: 40px;
height: 26px;
position: absolute;
top: 0;
right: 0;
cursor: pointer;
}
#header .header-inner .bank-phone {
	display: block;
	float: right;
	clear: both;
	margin: 10px 42px 0;
} /* Стили верхнего меню */
#nav {
	width: 100%;
	height: 80px;
	position: absolute;
	bottom: 0;
}
#nav .menu {
	background: url(/bitrix/templates/main/img/nav_stripe.png) repeat-x;
	height: 64px;
	margin: 0 144px;
	list-style: none;
}
#nav .menu li {
	float: left;
	width: 50%;
	text-align: center;
}
#nav .menu li a {
	display: block;
	font-size: 15px;
	font-weight: bold;
	text-transform: uppercase;
	color: #ffffff;
	text-decoration: none;
	padding: 18px 0 16px;
}
#nav .menu li a.selected, #nav .menu li a:hover {
	text-decoration: underline;
}
#nav .left-stripe, #nav .right-stripe {
	position: absolute;
	display: block;
	width: 144px;
	height: 80px;
}
#nav .left-stripe {
	background: url(/bitrix/templates/main/img/nav_left.png) no-repeat;
	top: 0;
	left: 0;
}
#nav .right-stripe {
	background: url(/bitrix/templates/main/img/nav_right.png) no-repeat;
	top: 0;
	right: 0;
} /* Стили контента */
#content { 	/*margin: 30px 0 0 0;*/
	position: relative;
}
#leftcol {
	float: left;
	width: 220px;
}
#rightcol {
	float: right;
	width: 220px;
}
#maincol {
	margin: 0 240px;
	background: #fafdfe
}
#content .col {
	background: #fafdfe url(/bitrix/templates/main/img/col_left_bg.png) repeat-y left top;
}
#content .col .rt {
	background: url(/bitrix/templates/main/img/col_right_bg.png) repeat-y right top;
}
#content .maincol {
	background: #fafdfe url(/bitrix/templates/main/img/maincol_left_bg.png) repeat-y left top;
	min-height: 660px;
}
#content .maincol .rt {
	background: url(/bitrix/templates/main/img/maincol_right_bg.png) repeat-y right top;
	min-height: 675px;
}
#content .col .menu-list {
	list-style: none;
	position: relative;
	top: -3px;
}
#content .col .menu-list li {
	background: url(/bitrix/templates/main/img/blue_stripe.png) no-repeat;
	display: block;
	min-height: 18px;
	margin: 0 0 12px -11px;
	padding: 0 0 9px 15px;
	color: #ffffff;
	text-transform: uppercase;
}
#content .col .menu-list li a {
	color: #ffffff;
	text-decoration: none;
}
#content .col .menu-list li .inner-list.exploded {
	display: block;
}
#content .col .menu-list li .inner-list.collapsed {
	display: none;
}
#content .col .menu-list li .inner-list {
	margin: 10px 0 -10px;
}
#content .col .menu-list li .inner-list li {
	height: auto;
	background: none;
	margin: 7px 0 3px 5px;
	padding: 0;
	text-transform: none;
}
#content .col .menu-list li .inner-list li a {
	color: #4d4d4d;
        display: block;
        padding: 3px;
}
#content .col .menu-list li a.root-item-selected, #content .col .menu-list li a.root-item {
	display: block;
}
#content .col .menu-list li .inner-list li a.item-selected, #content .col .menu-list li .inner-list li a:hover {
	/*text-decoration: underline;*/
        background:#5797D2;
        display:list-item;
        font-weight:bold;
        padding: 3px;
        width: 200px;
	color: #ffffff;
}
.col {
	margin: 0 0 20px;
}
.col h2, .maincol h2 {
	background: url(/bitrix/templates/main/img/blue_stripe.png) no-repeat;
	height: 25px;
	position: relative;
	top: -3px;
	margin: 0 0 0 -11px;
	padding: 0 0 0 15px;
	font-size: 12px;
	color: #ffffff;
	text-transform: uppercase;
}
.col .content, .maincol .content {
	padding: 10px 10px 20px;
}
.content .link {
	color: #0a75ba;
}
.content .news-item {
	margin: 0 0 25px;
	display: table;
}
.content .news-item .date {
	font-weight: bold;
	color: #000000;
	margin: 0 0 8px;
}
.content .news-item p {
	margin: 0 0 5px;
}
.content .news-item .readmore {
	font-style: italic;
}
.content h3 {
	font-size: 12px;
	font-weight: bold;
	margin: 0 0 5px 0;
}
/*настройки для отображения курсов валют*/
.rate-table {
	width: 100%;
	margin: 0 0 15px 0;
}
.rate-table th {
	min-width: 50px;
	text-align: left;
	color: #b44d4d;
}
.rate-table td {
	padding: 1px 0;
}
.rate-table td .low {
	background: url(/bitrix/templates/main/img/rate_arrows.png) no-repeat right 2px;
	padding: 0 12px 0 0;
}
.rate-table td .high {
	background: url(/bitrix/templates/main/img/rate_arrows.png) no-repeat right -21px;
	padding: 0 12px 0 0;
}
.rate-table td .low_r {
	color: #C34D4D;
}
.rate-table td .high_g {
	color:#04C004;
}
/*C курсами закончили*/
.sg_img {
	margin: 10px 0 0 20px;
}
 /* Стили слайдера */
#slider {
	width: 890px;
	height: 170px;
	margin: 26px auto;
	position: relative;
	clear: both;
}
#slider .slides {
	border: medium none;
	list-style: none outside none;
	overflow: hidden;
	position: relative;
	margin: 0 auto;
}
#slider .slides .item {
	display: block;
	height: 170px;
	float: left;
	overflow: visible!important;
}
#slider .slides .item .item-link {
	display: block;
}
#slider .slides .item h2 {
	background: url(/bitrix/templates/main/img/blue_stripe.png) no-repeat;
	display: block;
	width: 190px;
	height: 25px;
	position: absolute;
	left: -11px;
	color: #ffffff;
	font-size: 12px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
}
#slider .slides .item p {
	position: absolute;
	color: #000000;
	font-size: 14px;
	max-width: 145px;
	top: 106px;
	left: 10px;
	text-decoration: underline;
}
#slider .slideItem {
	cursor: pointer;
	margin: 0;
	padding: 0;
	position: absolute;
}
#slider .nextButton {
	background : url(/bitrix/templates/main/img/next.png) no-repeat center;
	position : absolute;
	right : 0;
	top : 70px;
	width : 86px;
	height : 42px;
	cursor : pointer;
	z-index : 10;
}
#slider .prevButton {
	background : url(/bitrix/templates/main/img/prev.png) no-repeat center;
	position : absolute;
	left : 0;
	top : 70px;
	width : 86px;
	height: 42px;
	cursor : pointer;
	z-index : 10;
}
 /* Стили хлебных крошек */
.breadcrumbs {
	margin: 0 240px 20px;
	position: absolute;
	top: -30px;
	z-index: 5;
}
.breadcrumbs .bread-item a {
	color: #0a75ba;
}
.breadcrumbs .bread-item.current em {
	display: none;
}
 /* Градиенты контентной области */
.secondary .grey-block {
	background: url("/bitrix/templates/main/img/maincol_left_bg.png") repeat-y scroll left top;
	min-height: 625px;
}
.grey-block__inner {
	padding: 30px 10px 20px;
	position: relative;
	background: url("/bitrix/templates/main/img/maincol_right_bg.png") repeat-y scroll right top transparent;
	line-height: 160%;
	min-height: 625px;
} 
/* Стили типографики и форм */
.secondary .grey-block h2 {
	background: url(/bitrix/templates/main/img/blue_stripe.png) no-repeat scroll 0 0 transparent;
	color: #FFFFFF;
	font-size: 12px;
	width: 190px;
	height: 25px;
	padding: 0 0 0 15px;
	text-transform: uppercase;
	position: absolute;
	top: -3px;
	left: -11px;
}
.secondary .grey-block h3 {
	margin: 10px 0 5px;
}
.secondary .grey-block .with-radio {
	width: 167px;
}
.secondary .grey-block form {
	overflow: hidden;
	margin: 15px 0;
}
.secondary .grey-block label {
	width: 190px;
	float: left;
	clear: both;
	margin: 0 10px 5px 0;
}
.secondary .grey-block .sub-block label {
	font-size: 11px;
	text-transform: none;
}
.secondary .grey-block input {
	background: #f2f2f2;
	width: 190px;
	height: 17px;
	float: left;
	padding: 0 5px;
	border: 1px solid #e8e8e8;
	margin: 0 0 10px;
}
.secondary .grey-block input[type="radio"] {
background: none;
border: none;
width: 13px;
float: left;
clear: left;
margin: 0 10px 10px 0;
}
.secondary .grey-block select {
	background: #f2f2f2;
	width: 203px;
	height: 20px;
	float: left;
	padding: 0 0 0 4px;
	border: 1px solid #e8e8e8;
	margin: 0 0 10px;
}
.secondary .grey-block i {
	height: 15px;
	float: left;
	padding: 0 5px;
	margin: 0 0 10px;
	font-style: normal;
}
.secondary .grey-block .input-file {
	width: 304px;
	float: left;
	margin: 0 0 10px;
	overflow: hidden;
}
.secondary .grey-block .input-file .alt-name {
	background: none repeat scroll 0 0 #F2F2F2;
	border: 1px solid #E8E8E8;
	width: 130px;
	height: 15px;
	float: left;
	cursor: pointer;
	text-align: center;
	text-decoration: underline;
	color: #1377BC;
	position: relative;
}
.secondary .grey-block .input-file input[type="file"] {
width: 100%;
margin: 0;
opacity: 0;
filter:alpha(opacity:0);
padding: 0;
position: absolute;
left: 0;
top: 0;
cursor: pointer;
overflow: hidden;
}
.secondary .grey-block .input-file .alt-text {
	float: left;
	height: 17px;
	padding: 0 5px;
	width: 160px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.secondary .grey-block textarea {
	background: #f2f2f2;
	width: 410px;
	height: 90px;
	padding: 0 5px;
	border: 1px solid #e8e8e8;
	resize: vertical;
	margin: 0 0 10px;
}
.secondary .grey-block form em, .secondary .grey-block .shift-block em {
	display: block;
	font-size: 10px;
	font-style: normal;
	clear: both;
}
.secondary .grey-block form input[type="submit"] {
display: block;
width: auto;
float: none; 	/*clear: both;*/
height: 20px;
color: #0a75ba;
border: 1px solid #e8e8e8;
text-decoration: underline;
cursor: pointer;
margin: 20px auto 0;
}
.secondary .grey-block input[type="checkbox"] {
clear: both;
float: left;
margin: 0 0 10px;
width: 20px;
height: 16px;
}
.secondary .grey-block .checkbox {
	background: url(/bitrix/templates/main/img/checkbox.png) no-repeat;
	width: 16px;
	height: 16px;
	clear: both;
	float: left;
	margin: 0 0 10px;
}
.secondary .grey-block input[type="checkbox"]:checked + .checkbox {
background-position: 0 -16px;
}
.secondary .grey-block .label {
	width: auto;
	clear: none;
	float: left;
	margin: 0 10px 10px 10px;
}
#captcha_word {
	float: left;
}
.tree-list {
	list-style: none;
}
.tree-list .grey li {
	margin: 0 0 5px;
	color: #666666;
}
.tree-list li {
	margin: 0 0 15px;
	color: #1377bc;
}
.tree-list li.active {
	color: #232323;
}
.tree-list li a, .tree-list li.active ul li a {
	color: #1377bc;
	border-bottom: 1px dashed #ccc;
	cursor: pointer;
	text-decoration: none;
}
.tree-list li a:hover, .tree-list li.active ul li a:hover {
	color: #930000;
	border-bottom: 1px dashed #ccc;
}
.tree-list li.active a, .tree-list li.active ul li.active a {
	color: #232323;
	border-bottom: 1px dashed #ccc;
}
.tree-list li ul {
	list-style: disc;
	margin: 5px 0 20px 40px;
}
.tree-list .inner-list {
	display: none;
}
.tree-list .sub-block {
	display: none;
	padding: 0 0 0 30px;
	margin: 0 0 30px;
}
.tree-list .sub-block .inner-block {
	margin: 10px 0;
}
.secondary .grey-block .tree-list .sub-block input[type="submit"] {
float: left;
}
.tree-list .inner-block {
	display: none;
	background: #f2f2f2;
	color: #4d4d4d;
	max-width: 650px;
	min-height: 100px;
	margin: 10px 0 0 30px;
	padding: 20px 10px;
}
.tree-list .inner-block h3, .tree-list .inner-block h4 {
	font-size: 12px;
	margin: 0 0 10px 30px;
}
.tree-list .inner-block h4 {
	font-weight: normal;
	margin: 0 0 10px 0;
}
.tree-list .inner-block ul li {
	font-size: 11px;
} /* slick-box с тенью в углу */
.slick-box {
	position: relative;
}
.slick-box .top-shd, .slick-box .bottom-shd {
	width: 100%;
	height: 50%;
	position: absolute;
}
.slick-box .top-shd {
	top: 0;
	left: 0;
}
.slick-box .bottom-shd {
	bottom: 0;
	left: 0;
}
.slick-box .top-shd:before, .slick-box .top-shd:after, .slick-box .bottom-shd:before, .slick-box .bottom-shd:after {
	content: '';
	z-index: -1;
	position: absolute;
	width: 42px;
	height: 100%;
}
.slick-box .top-shd:before {
	top: 13px;
	left: 48px;
	box-shadow: -50px -5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: skew(7deg);
	transform: skew(7deg);
}
.slick-box .top-shd:after {
	top: 13px;
	right: 48px;
	box-shadow: 50px -5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: skew(-7deg);
	transform: skew(-7deg);
}
.slick-box .bottom-shd:before {
	bottom: 13px;
	left: 48px;
	box-shadow: -50px 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: skew(-7deg);
	transform: skew(-7deg);
}
.slick-box .bottom-shd:after {
	bottom: 13px;
	right: 48px;
	box-shadow: 50px 5px 10px rgba(0, 0, 0, 0.2);
	-webkit-transform: skew(7deg);
	transform: skew(7deg);
}
.slick-box p a {
	position: relative;
	z-index: 1;
} /* Стили калькуляторов */
.shift-block {
	margin: 20px 0 20px 30px;
	overflow: hidden;
}
.calculator, .terms {
	margin: 0 0 40px 0;
}
.terms .credit-info {
	display: none;
	width: 260px;
	float: left;
	margin: 10px 40px 20px 0;
}
.terms .credit-info th {
	text-align: left;
	border-bottom: 1px dashed #696969;
}
.terms .credit-info td {
	font-size: 11px;
}
.terms .detailed-calculation, .content_table {
	width: 98%;
	margin: 0 1%;
}
.terms .detailed-calculation th, .content_table th {
	padding: 2px 5px;
	background: #ffffff;
	text-align: left;
}
.terms .detailed-calculation tr:nth-child(odd), .content_table tr:nth-child(odd) {
	background: #ddebf5;
}
.terms .detailed-calculation tr:nth-child(even), .content_table tr:nth-child(even) {
	background: #ffffff;
}
.terms .detailed-calculation td, .content_table td {
	padding: 5px 8px;
	border: 1px solid #eeeeee;
}
.terms .detailed-calculation td .show-more {
	display: block;
	color: #232323;
	text-decoration: none;
}
.terms .detailed-calculation a {
}
#show_detailed_report {
	display: none;
	line-height: 16px;
}
#credit-terms {
	display: none;
}
img.vacancy_captcha, img.order_captcha {
	width: 132px;
	float: left;
	margin-bottom: 10px;
}
#iblock_add input.order[type="submit"] {
margin-bottom: 10px;
margin-left: 200px;
width: 200px;
clear: both;
}
.b-tab {
}
.b-tab-head {
	margin: 15px 0;
}
.b-tab__link {
	display: inline-block;
	margin: 0 6px 0 0;
}
.b-tab__link.active {
	text-decoration: none;
}
.b-tab-body {
}
.b-tab__body {
	display: none;
}
.b-tab__body.active {
	display: block;
}
.b-tab-filter label {
	clear: none !important;
	float: none !important;
	width: auto !important;
}
.b-tab-filter input {
	display: inline !important;
	background: none !important;
	width: auto !important;
	height: auto !important;
	padding: 0 !important;
	margin: 0 3px 3px 0 !important;
	float: none !important;
	clear: none !important;
	vertical-align: middle;
}
.b-tab-body {
	margin: 15px 0;
}
#map {
	width: 100%;
	height: 450px;
}
.b-tab__table {
	margin: 0 0 0px;
	width: 100%;
}
.b-tab__table td {
	vertical-align: top;
	padding: 0 20px 5px 0;
	width: 50%;
}
.content ul, .content ol {
	padding: 5px 0 0 20px;
}
#captcha-img {
	margin-top: 5px;
}
.captcha-change {
	float: left;
	color: #808BF7;
	cursor: pointer;
	padding: 0 0 0 18px;
	margin: 6px 0px 0px 6px;
	background-image: url('/bitrix/templates/main/img/refresh.png');
	background-position: center left;
	background-repeat: no-repeat;
}
.captcha-change span {
	border-bottom: 1px dotted #808BF7;
}
.bottom_links {
	margin: 0 auto;
	width: 300px;
	text-align: center;
	padding-top: 50px;
}
.print_link {
	background: url('/bitrix/templates/main/img/print.png') no-repeat;
	padding: 0 0 0 20px;
	line-height: 14px;
	position: absolute;
	right: 20px;
	top: 5px;
}
.tree-list .pub_stat a {
	text-decoration: underline;
	color: #0a75ba!important;
	border: none!important;
}
.tree-list .pub_stat a:hover {
	text-decoration: none;
}
.b-region {
	margin: 15px 0;
}
.b-region__link {
	display: inline-block;
	margin: 0 10px 0 0;
}

 /* Стили подвала */
#footer-wrapper {
	background: #eff7fb;
	position: relative;
}
#footer {
	background: #ffffff url(/bitrix/templates/main/img/footer_left_bg.png) repeat-y left top;
	margin: 0 auto;
	max-width: 1280px;
	min-width: 900px;
	font-size: 11px;
}
#footer .rt {
	background: url(/bitrix/templates/main/img/footer_right_bg.png) repeat-y right top;
	padding: 0 20px;
	position: relative;
}
#footer .rt .left-text {
	width: 270px;
	display: table-cell;
	padding-left: 0px;
}
#footer .rt .mid-text {
	width: auto;
	display: table-cell;
	padding: 12px 20px 20px;
	margin: 0 20px;
}
#footer .rt .mid-text img {
	float: left;
	margin: 0 10px 0;
}
#footer .rt .right-text {
	width: 240px;
	display: table-cell;
	text-align: center;
}
/* конец стилей подвала*/

.block-gray1 {
	background: #f2f2f2;
	color: #4d4d4d;
	max-width: 650px;
	min-height: 50px;
	margin: 10px 0 0 10px;
	padding: 10px 10px;
	box-shadow: 4px 4px 2px #c1c1c1;
filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#c1c1c1, strength=4);
}
.block-gray_full {
	background: #f2f2f2;
	color: #4d4d4d;
	max-width: 680px;
	min-height: 100px;
	margin: 10px 0 0 30px;
	padding: 10px 10px;
	box-shadow: 4px 4px 2px #c1c1c1;
filter: progid:DXImageTransform.Microsoft.shadow(direction=120, color=#c1c1c1, strength=4);
}
.chromeframe {
	display: block;
	background: #f00;
	color: #fff;
	padding: 40px;
	text-align: center;
	font-size: 14px;
}
.chromeframe a {
	color: #fff;
}
/*раздвижная кнопка*/
#button3 {
  background: #d11717 url('/bitrix/templates/main/bkg-1.jpg');
  background-position: 0 0;
  text-shadow: 0px 2px 0px rgba(0, 0, 0, 0.3);
  font-size: 22px;
  height: 50px;
  width: 190px;
  margin: 0px 0 0 0px;
  overflow: hidden;
  display: block;
  text-align: center;
  line-height: 58px;
/*Скругленные углы*/
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
/*Тень*/
-webkit-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
-moz-box-shadow: 0px 3px 1px rgba(0, 0, 0, 0.2);
box-shadow: 4px 4px 2px  #c1c1c1;
/*Переход*/
-webkit-transition: All 0.4s ease;
-moz-transition: All 0.4s ease;
-o-transition: All 0.4s ease;
-ms-transition: All 0.4s ease;
transition: All 0.4s ease;
}
#button3:hover {
  background-position: 0px 150px;
  height: 100px;
}
/*============Спойлер==============*/
.spoil {
    position: relative;
    overflow: hidden;
    border: 1px solid #5797D1;
    border-left: 6px solid #5797D1;
    margin: 15px 0 15px 0;
    height: 24px;
}
.spoil .sp_text {        
    margin: 40px 10px 10px 10px;
}
.spoil .sp_top {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 25px;
    background: rgba(195, 195, 195, 0.1);
    border-bottom: 1px solid #5797D1;
    display: table;
}
.spoil .sp_span {
    vertical-align: middle;
    display: table-cell;
    padding: 0 0 0 20px;
}
.spoil .sp_button {
    position: absolute;
    right: 2px; top: 2px;
    width: 100px;
    height: 20px;
    text-align: center;
    border: 1px solid #c3c3c3;
    background: #fff;
}
.spoil .sp_button:hover {
    box-shadow: inset 0 0 3px #5797D1;
}
/*============Спойлер конец==============*/
/*-------Tabs-------*/
.tabs {
	width: 100%;
/*	background: #EFEFEF;*/
	margin: 0 0 30px;
}
.tabs__caption {
	height: 21px;
	line-height: 25x;
	list-style: none;
	border-bottom: 5px solid #0A75BA;/*граница закладок цвет*/
/*	background: #FFF;*/
}
.tabs__caption li {
	float: left;
	display: inline;
	margin: 0 3px -1px 0;
	padding: 0 8px 1px;
	color: #777;
	cursor: pointer;
	background: #F9F9F9;
	border-radius:5px 5px 0px 0px;  /*округление закладок*/
	border: 1px solid #0A75BA;      /* толщина рамки закладки и ее цвет*/
	border-bottom: 1px solid #0A75BA;
	position: relative;
}
/*при наведении мыши*/
.tabs__caption li:hover,
.vertical .tabs__caption li:hover {
	color: #000000;  /*цвет текста*/
	padding: 3px 8px -1px;
/*	background: #84B8DC;*/
	border-radius:5px 5px 0px 0px; /*округление закладок*/
/*	border: 4px solid #0A75BA;*/   /* толщина рамки закладки и ее цвет*/
}
/*активная закладка*/
.tabs__caption .active {
	bottom: 2px;               /*на сколько приподнята над остальными*/
	color: #ffffff;            /*цвет текста*/
	font-weight: bold;         /*жирный текст*/
	background: #0A75BA;       /*фон активной закладки*/
	border-radius:5px 5px 0px 0px; /*округление закладок*/
	padding: 2px 8px 4px;      /*положение*/
	border: 1px solid #0A75BA; /* толщина рамки закладки и ее цвет*/
/*	border-bottom: 1px solid #D5E7F3;*/
}
.tabs__content {
	display: none;
/*	border: 15px solid #D7E7F3;/*цвет рамки*/
	border-width: 15рх 15px 15px;/*толщина рамки*/
/*	background: #D5E7F3;/*общий фон*/
	padding: 0 12px;
}
.tabs__content.active {
	display: block;
}
/*------Tabs end---------*/
/*Конпка возврата наверх*/
body {
    /* For test this script on blank page */
    /*min-height: 3000px;*/
}
#back-top {
    position:fixed;
    top: 80%;
    left: 80%;
    width:47px;
    height:32px;
    opacity: 0.85; 
    border-radius:5px 5px 5px 5px;
    background: #0A75BA; 
}
#back-top a {
    display: none;
    width:47px;
    height:32px;
    display:block;
    opacity: 0.85; 
    margin-bottom:7px;
    background:url(/bitrix/templates/main/img/back-top-button.gif) no-repeat center center; 
}
#back-top a:hover {
    width:47px;
    height:32px;
    background: #0A75BA; 
    opacity: 0.95; 
    background:url(/bitrix/templates/main/img/back-top-button1.gif) no-repeat center center; 
}
/*#back-top span {                                                              */
/*    display: none;                                                          */
/*    width:47px;                                                           */
/*    height:32px;                                                        */
/*    border-radius:5px 5px 5px 5px; /*округление закладок*/            */
/*    display:block;                                                  */
/*    margin-bottom:7px;                                            */
/*    background:url(/bitrix/templates/main/img/back-top-button.gif) no-repeat center center */
/*----------------------*/
/*Модальное окно*/
/* 
* Модальные окна
* на чистом CSS, без javascript
* и дополнительных изображений
/*** Стили относящиеся к модальному окну и содержанию ***/
.popup h1 { /* заголовок 1 */
color: #008000;
text-align: left;
text-shadow: 0 1px 3px rgba(0,0,0,.3);
font:24px 'Trebuchet MS', Helvetica, sans-serif;
font-weight: bold;
}
.popup h2 { /* заголовок 2 */
color: #008000;
text-align: left;
text-shadow: 0 1px 3px rgba(0,0,0,.3);
font:22px 'Trebuchet MS', Helvetica, sans-serif;
}
/* Базовые стили слоя затемнения и модального окна  */
.overlay {
top: 0;
right: 0;
bottom: 0;
left: 0;
z-index: 1;
visibility: hidden;
/* фон затемнения */
background-color: rgba(0, 0, 0, 0.5);
opacity: 0;
position: fixed; /* фиксированное поцизионирование */
cursor: default; /* тип курсара */
-webkit-transition: opacity .5s;
-moz-transition: opacity .5s;
-ms-transition: opacity .5s;
-o-transition: opacity .5s;
transition: opacity .5s;
}
.overlay:target {
visibility: visible;
opacity: 1;
}
.is-image {
top: 0;
right: 0;
bottom: 0;
left: 0;
display:block;
margin: auto;
width: 100%;
height: auto;
/* скругление углов встроенных картинок */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
}
/* встроенные элементы м-медиа, фреймы */
embed, iframe {
top: 0;
right: 0;
bottom: 0; 
left: 0; 
display:block;
margin: auto;
min-width: 320px;
max-width: 600px;
width: 100%;
}
/* стили модального окна */
.popup {
top: 0;
right: 0;
left: 0;
font-size: 14px;
z-index: 10;
display: block;
visibility: hidden;
margin: 0 auto;
width: 90%;
min-width: 320px;
max-width: 750px;
max-height: 450px;
overflow: auto;
/* фиксированное позиционирование, окно стабильно при прокрутке */
position: fixed;
padding: 15px;
border: 1px solid #383838;
/* скругление углов */
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
background-color: #FAFDFE;
/* внешняя тень */
-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-moz-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-ms-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
-o-box-shadow: 0 0 6px rgba(0, 0, 0, 0.8);
box-shadow: 0px 0px 6px rgba(0, 0, 0, 0.8);
/* полная прозрачность окна, появление при клике */
opacity: 0;
/* эффект перехода (появление) */
-webkit-transition: all ease .5s;
-moz-transition: all ease .5s;
-ms-transition: all ease .5s;
-o-transition: all ease .5s;
transition: all ease .5s;
}
.overlay:target+.popup {
top: 15%;
visibility: visible;
opacity: 1;
}
/* формируем кнопку закрытия */
.close {
position: absolute;
top: 4px;
right: 4px;
padding: 0;
width: 20px;
height: 20px;
border: 2px solid #ccc;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
-ms-border-radius: 15px;
-o-border-radius: 15px;
border-radius: 15px;
background-color: rgba(61, 61, 61, 0.8);
-webkit-box-shadow: 0px 0px 10px #000;
-moz-box-shadow: 0px 0px 10px #000;
box-shadow: 0px 0px 10px #000;
text-align: center;
text-decoration: none;
font-weight: bold;
line-height: 20px;
-webkit-transition: all ease .8s;
-moz-transition: all ease .8s;
-ms-transition: all ease .8s;
-o-transition: all ease .8s;
transition: all ease .8s;
}
.close:before {
color: rgba(255, 255, 255, 0.9);
content: "X";
text-shadow: 0 -1px rgba(0, 0, 0, 0.9);
font-size: 12px;
}
.close:hover {
background-color: rgba(252, 20, 0, 0.8);
-webkit-transform: rotate(360deg);
-moz-transform: rotate(360deg);
-ms-transform: rotate(360deg);
-o-transform: rotate(360deg);
transform: rotate(360deg);    
}
.popup p, .popup div {
margin-bottom: 10px;
}
/*---DIV для режима---*/
#tab_rezhim {
font-size: 11px;
min-width: 290px;
min-height: 65px;
}
#left-column {
float: left;
min-width: 53px;
}
#center-column {
float: left;
width: 90px;  
margin: 0 0px;
}
#right-column {
float: left;
min-width: 100px;
margin: 0 0px;
}
/*------------end -------*/
/*------------begin popup-----всплывающая строка снизу--*/
#msg_pop{
background-color: rgba(101, 153, 193, 0.6);
display: none;
position: fixed;
z-index: 99999;
bottom: 0px;
left:-5px;
width: 100%;
min-height: 20px; /* Минимальная высота */ 
padding: 5px;
color:#FFFFFF;
font-size:13px;
line-height:13px;
-webkit-box-shadow: 0px 0px 10px #999;
-moz-box-shadow: 0px 0px 10px #999;
box-shadow: 0px 0px 10px #999;
-webkit-border-radius: 15px;
-moz-border-radius: 15px;
border-radius: 5px;
}
#msg_pop:hover {
background-color: rgba(101, 153, 193, 0.9);
/*color:#000;*/
}
.content_msg_pop{
width:95%;
text-align: center; 
vertical-align: middle;
font-family: Verdana;  
}
#msg_close{
display:block;
position:fixed;
right:5px;
line-height:15px;
width:20px;
height:20px;
color:#fff;
cursor:pointer;
 vertical-align: middle;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-ms-border-radius: 10px;
-o-border-radius: 10px;
border-radius: 5px;
}
/*#msg_close:hover {
background-color:#fff;
color:#000;
}*/
.slideUp{
    animation-name: slideUp;
    -webkit-animation-name: slideUp;    
    animation-duration: 1s; 
    -webkit-animation-duration: 1s;
    animation-timing-function: ease;    
    -webkit-animation-timing-function: ease;
    visibility: visible !important;         
}
@keyframes slideUp {
    0% {transform: translateY(100%);}
    50%{transform: translateY(-8%); }
    65%{transform: translateY(4%);  }
    80%{transform: translateY(-4%); }
    95%{transform: translateY(2%);  }           
    100% {transform: translateY(0%);}   
} 
@-webkit-keyframes slideUp {
    0% {-webkit-transform: translateY(100%); }
    50%{-webkit-transform: translateY(-8%);  }
    65%{-webkit-transform: translateY(4%);   }
    80%{-webkit-transform: translateY(-4%);  }
    95%{-webkit-transform: translateY(2%);   }           
    100% {-webkit-transform: translateY(0%); }   
} 
/*------------end popup-------*/
/*---- модальное, всплавающее окно с рекламой сворачиваемое в кнопку 13022018  ------------     */
#pp {
    position: fixed;
    bottom:-550px; left:50%;
    margin-left:-350px;
    width: 700px;
    background: #f0f0f0;
    z-index: 999999;
    box-shadow: 0px 0px 50px rgba(0,0,0,0.9);
}
#pp .pp-header, #pp .pp-footer{
    padding: 20px;
    background: #03a9f4; 
    box-shadow: inset 0px -3px 0px rgba(0, 0, 0, 0.2);
}
#key {
    position: fixed;
    margin-left:-285px;
    width: 230px;
    background:#03a9f4;
    z-index:999999;
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
    margin: 0px;
    background: #03a9f4; /* Цвет фона */
    padding: 10px; /* Поля вокруг текста */
    z-index: 2;
    bottom: -60px;
    left: 100px;
    border-radius: 10px 10px 0 0;
    cursor:pointer;
}
#key:hover {
    background-color:#0a75ba;
    color:#000;
}
#pp .pp-header h3{
    margin:0;
    font: normal 1.7em/1.3 Verdana;
    color: #fff;
    text-shadow: 1px 2px 2px rgba(0, 0, 0, 0.7);
    text-align: center;
}
#pp .pp-content{ 
    background: #e7f7fe; 
    padding: 10px 10px; /*background: #fff; */
}
#pp .content{ 
    background: #e7f7fe; 
    padding: 10px 5px;
    width: 500px;
    display: inline-block;
} /*background: #fff; */
#pp .left{
    width: 150px;
    padding: 0 0 5px 5px;
    margin-left: 0px;
    display: inline-block;
    vertical-align: top;
}
#pp .pp-footer {
    background: #03a9f4; 
}
#pp-bg1 {
    position: fixed;
    top:0; left:0;
    width:100%; height: 100%;
    background: rgba(30,30,30,0.5);
    z-index:99999;
    display: none;
}
#msg_close1{
   display:block;
   position:absolute;
   top:5px;
   right:30px;
   line-height:15px;
   width:16px;
   height:16px;
   text-align:center;
   color:#fff;
   cursor:pointer;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
}
#msg_close1:hover {
   background-color:#fff;
   color:#000;
}
#m_close{
   display:block;
   position:absolute;
   top:5px;
   right:10px;
   line-height:15px;
   width:16px;
   height:16px;
   text-align:center;
   color:#fff;
   cursor:pointer;
   -webkit-border-radius: 10px;
   -moz-border-radius: 10px;
   -ms-border-radius: 10px;
   -o-border-radius: 10px;
   border-radius: 10px;
}
#m_close:hover {
background-color:#fff;
color:#000;
}
/**/
a.knopka {
  color: #fff; /* цвет текста fff*/
  text-decoration: none; /* убирать подчёркивание у ссылок */
  user-select: none; /* убирать выделение текста */
  background: #0a75ba; /* фон кнопки */
  padding: .7em 1.5em; /* отступ от текста */
  outline: none; /* убирать контур в Mozilla */
  border-radius: 5px 5px 5px 5px;
} 
a.knopka:hover { background: #0a82ba; } /* при наведении курсора мышки */
a.knopka:active { background: #0a8cba; } /* при нажатии */
/*-----------------------end------------------------------*/
/* End */
/* /bitrix/templates/main/components/bitrix/menu/menu_left/style.css?17624313072742 */
/* /bitrix/templates/main/template_styles.css?176243130733393 */
