


/* Start:/bitrix/templates/main/js/fancybox/jquery.fancybox-1.3.4.css*/
/*
 * FancyBox - jQuery Plugin
 * Simple and fancy lightbox alternative
 *
 * Examples and documentation at: http://fancybox.net
 * 
 * Copyright (c) 2008 - 2010 Janis Skarnelis
 * That said, it is hardly a one-person project. Many people have submitted bugs, code, and offered their advice freely. Their support is greatly appreciated.
 * 
 * Version: 1.3.4 (11/11/2010)
 * Requires: jQuery v1.3+
 *
 * Dual licensed under the MIT and GPL licenses:
 *   http://www.opensource.org/licenses/mit-license.php
 *   http://www.gnu.org/licenses/gpl.html
 */

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin-top: -20px;
	margin-left: -20px;
	cursor: pointer;
	overflow: hidden;
	z-index: 1104;
	display: none;
}

#fancybox-loading div {
	position: absolute;
	top: 0;
	left: 0;
	width: 40px;
	height: 480px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
}

#fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 1100;
	display: none;
}

#fancybox-tmp {
	padding: 0;
	margin: 0;
	border: 0;
	overflow: auto;
	display: none;
}

#fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	padding: 20px;
	z-index: 1101;
	outline: none;
	display: none;
}

#fancybox-outer {
	position: relative;
	width: 100%;
	height: 100%;
	background: #fff;
}

#fancybox-content {
	width: 0;
	height: 0;
	padding: 0;
	outline: none;
	position: relative;
	overflow: hidden;
	z-index: 1102;
	border: 0px solid #fff;
}

#fancybox-hide-sel-frame {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: transparent;
	z-index: 1101;
}

#fancybox-close {
	position: absolute;
	top: -15px;
	right: -15px;
	width: 30px;
	height: 30px;
	background: transparent url('/bitrix/templates/main/js/fancybox/fancybox.png') -40px 0px;
	cursor: pointer;
	z-index: 1103;
	display: none;
}

#fancybox-error {
	color: #444;
	font: normal 12px/20px Arial;
	padding: 14px;
	margin: 0;
}

#fancybox-img {
	width: 100%;
	height: 100%;
	padding: 0;
	margin: 0;
	border: none;
	outline: none;
	line-height: 0;
	vertical-align: top;
}

#fancybox-frame {
	width: 100%;
	height: 100%;
	border: none;
	display: block;
}

#fancybox-left, #fancybox-right {
	position: absolute;
	bottom: 0px;
	height: 100%;
	width: 35%;
	cursor: pointer;
	outline: none;
	background: transparent url('/bitrix/templates/main/js/fancybox/blank.gif');
	z-index: 1102;
	display: none;
}

#fancybox-left {
	left: 0px;
}

#fancybox-right {
	right: 0px;
}

#fancybox-left-ico, #fancybox-right-ico {
	position: absolute;
	top: 50%;
	left: -9999px;
	width: 30px;
	height: 30px;
	margin-top: -15px;
	cursor: pointer;
	z-index: 1102;
	display: block;
}

#fancybox-left-ico {
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -30px;
}

#fancybox-right-ico {
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -60px;
}

#fancybox-left:hover, #fancybox-right:hover {
	visibility: visible; /* IE6 */
}

#fancybox-left:hover span {
	left: 20px;
}

#fancybox-right:hover span {
	left: auto;
	right: 20px;
}

.fancybox-bg {
	position: absolute;
	padding: 0;
	margin: 0;
	border: 0;
	width: 20px;
	height: 20px;
	z-index: 1001;
}

#fancybox-bg-n {
	top: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox-x.png');
}

#fancybox-bg-ne {
	top: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -162px;
}

#fancybox-bg-e {
	top: 0;
	right: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox-y.png');
	background-position: -20px 0px;
}

#fancybox-bg-se {
	bottom: -20px;
	right: -20px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -182px; 
}

#fancybox-bg-s {
	bottom: -20px;
	left: 0;
	width: 100%;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox-x.png');
	background-position: 0px -20px;
}

#fancybox-bg-sw {
	bottom: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -142px;
}

#fancybox-bg-w {
	top: 0;
	left: -20px;
	height: 100%;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox-y.png');
}

#fancybox-bg-nw {
	top: -20px;
	left: -20px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancybox.png');
	background-position: -40px -122px;
}

#fancybox-title {
	font-family: Helvetica;
	font-size: 12px;
	z-index: 1102;
}

.fancybox-title-inside {
	padding-bottom: 10px;
	text-align: center;
	color: #333;
	background: #fff;
	position: relative;
}

.fancybox-title-outside {
	padding-top: 10px;
	color: #fff;
}

.fancybox-title-over {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #FFF;
	text-align: left;
}

#fancybox-title-over {
	padding: 10px;
	background-image: url('/bitrix/templates/main/js/fancybox/fancy_title_over.png');
	display: block;
}

.fancybox-title-float {
	position: absolute;
	left: 0;
	bottom: -20px;
	height: 32px;
}

#fancybox-title-float-wrap {
	border: none;
	border-collapse: collapse;
	width: auto;
}

#fancybox-title-float-wrap td {
	border: none;
	white-space: nowrap;
}

#fancybox-title-float-left {
	padding: 0 0 0 15px;
	background: url('/bitrix/templates/main/js/fancybox/fancybox.png') -40px -90px no-repeat;
}

#fancybox-title-float-main {
	color: #FFF;
	line-height: 29px;
	font-weight: bold;
	padding: 0 0 3px 0;
	background: url('/bitrix/templates/main/js/fancybox/fancybox-x.png') 0px -40px;
}

#fancybox-title-float-right {
	padding: 0 0 0 15px;
	background: url('/bitrix/templates/main/js/fancybox/fancybox.png') -55px -90px no-repeat;
}

/* IE6 */

.fancybox-ie6 #fancybox-close { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_close.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-left-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-right-ico { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_nav_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-title-over { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_over.png', sizingMethod='scale'); zoom: 1; }
.fancybox-ie6 #fancybox-title-float-left { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_left.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-main { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_main.png', sizingMethod='scale'); }
.fancybox-ie6 #fancybox-title-float-right { background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_title_right.png', sizingMethod='scale'); }

.fancybox-ie6 #fancybox-bg-w, .fancybox-ie6 #fancybox-bg-e, .fancybox-ie6 #fancybox-left, .fancybox-ie6 #fancybox-right, #fancybox-hide-sel-frame {
	height: expression(this.parentNode.clientHeight + "px");
}

#fancybox-loading.fancybox-ie6 {
	position: absolute; margin-top: 0;
	top: expression( (-20 + (document.documentElement.clientHeight ? document.documentElement.clientHeight/2 : document.body.clientHeight/2 ) + ( ignoreMe = document.documentElement.scrollTop ? document.documentElement.scrollTop : document.body.scrollTop )) + 'px');
}

#fancybox-loading.fancybox-ie6 div	{ background: transparent; filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_loading.png', sizingMethod='scale'); }

/* IE6, IE7, IE8 */

.fancybox-ie .fancybox-bg { background: transparent !important; }

.fancybox-ie #fancybox-bg-n { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_n.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-ne { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_ne.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-e { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_e.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-se { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_se.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-s { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_s.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-sw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_sw.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-w { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_w.png', sizingMethod='scale'); }
.fancybox-ie #fancybox-bg-nw { filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='fancybox/fancy_shadow_nw.png', sizingMethod='scale'); }
/* End */



/* Start:/bitrix/templates/main/styler/jquery.formstyler.css*/
.jq-checkbox {
	top: -1px;
	width: 13px;
	height: 13px;
	border: 1px solid #C3C3C3;
	border-radius: 3px;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAOALMAAOvr6+jo6Ozs7Onp6fPz8+rq6u7u7ubm5u3t7efn5wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQTU1QjMzNjAxRUUxMUU0QjFGMDg1OTg4N0YzMjYwQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQTU1QjMzNzAxRUUxMUU0QjFGMDg1OTg4N0YzMjYwQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNTVCMzM0MDFFRTExRTRCMUYwODU5ODg3RjMyNjBDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNTVCMzM1MDFFRTExRTRCMUYwODU5ODg3RjMyNjBDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAEADgAABAqQGIOQAGWElM6JADs=) repeat-x;
	vertical-align: middle;
	cursor: pointer;
}
.jq-checkbox.checked {
	border: 1px solid #79a9ce;
}
.jq-checkbox.checked .jq-checkbox__div {
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhDgAOAOYAAKnU9YjB7ZS/4LXY9Heq067V84a/7ZbK8pTB5Y294itOaYK02oW02WePrqLP9JHI8oy74CdKZV6GpC1RbFmBoD9kgJC73VN8nJTC5lyDoSxPa4642ZTG7pS+35fJ8Vh+m5C83pLH8kNohZ7M8EhsiIKoxpLJ8pnM85vH6mWRs4fA7aHN8Dhcd5rM8ylNaIzE8SpNaH6oyUFnhZXK85jL85vM85LI8o/H8qHP9Lrc94nD8aXS9YvE8Z7O9KPR9I3F8qfT9SZJZAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBOUQyQTU5OTAxRUYxMUU0ODM3Nzk3RThGQjNDRjRERSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBOUQyQTU5QTAxRUYxMUU0ODM3Nzk3RThGQjNDRjRERSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkE5RDJBNTk3MDFFRjExRTQ4Mzc3OTdFOEZCM0NGNERFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkE5RDJBNTk4MDFFRjExRTQ4Mzc3OTdFOEZCM0NGNERFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAA4ADgAAB4eAAgM5hIWGAwIFAECMjY4ABUA7k5Q7KBaUQD6bnJsSQSIgmzikpTgICkEsK6Q9rq89FEFBJa81txAMNQkwQSQOtzU0NB4yLikXQREbw8MzMwsTs7MfJ8/PNjYHHRWzGhjZ4TfjJiMZQQ0P4+s/7e0tMRzu7gE89vYhL/f2AQQqOgADCjRAIBAAOw==) no-repeat;
	width:14px;
	height:14px;
}
.jq-checkbox.focused {
	border: 1px solid #08C;
}
.jq-checkbox.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-radio {
	width: 12px;
	height: 12px;
	border: 1px solid #C3C3C3;
	border-radius: 50%;
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhAQAOALMAAOvr6+jo6Ozs7Onp6fPz8+rq6u7u7ubm5u3t7efn5wAAAAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDpBQTU1QjMzNjAxRUUxMUU0QjFGMDg1OTg4N0YzMjYwQyIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDpBQTU1QjMzNzAxRUUxMUU0QjFGMDg1OTg4N0YzMjYwQyI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOkFBNTVCMzM0MDFFRTExRTRCMUYwODU5ODg3RjMyNjBDIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOkFBNTVCMzM1MDFFRTExRTRCMUYwODU5ODg3RjMyNjBDIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAEADgAABAqQGIOQAGWElM6JADs=) repeat-x;
	vertical-align: middle;
	cursor: pointer;
}
.jq-radio.checked {
	border: 1px solid #79a9ce;
	background: #88c1ef; /* Old browsers */
	background: -moz-linear-gradient(top, #88c1ef 0%, #a7d3f5 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#88c1ef), color-stop(100%,#a7d3f5)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #88c1ef 0%,#a7d3f5 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #88c1ef 0%,#a7d3f5 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #88c1ef 0%,#a7d3f5 100%); /* IE10+ */
	background: linear-gradient(to bottom, #88c1ef 0%,#a7d3f5 100%); /* W3C */
		
}
.jq-radio.checked .jq-radio__div {
	background: #F6F6F6 url(data:image/gif;base64,R0lGODlhBgAGALMAAFqDo1uDo1uDol6Hp57M8S9TbpXI8FmCoi9Sbi5SbiZJZAAAAAAAAAAAAAAAAAAAACH/C1hNUCBEYXRhWE1QPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS4zLWMwMTEgNjYuMTQ1NjYxLCAyMDEyLzAyLzA2LTE0OjU2OjI3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ1M2IChXaW5kb3dzKSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDo0RUM3QzBERTAxRjAxMUU0QjYxREQ5NzRDMjI3RUM5RSIgeG1wTU06RG9jdW1lbnRJRD0ieG1wLmRpZDo0RUM3QzBERjAxRjAxMUU0QjYxREQ5NzRDMjI3RUM5RSI+IDx4bXBNTTpEZXJpdmVkRnJvbSBzdFJlZjppbnN0YW5jZUlEPSJ4bXAuaWlkOjRFQzdDMERDMDFGMDExRTRCNjFERDk3NEMyMjdFQzlFIiBzdFJlZjpkb2N1bWVudElEPSJ4bXAuZGlkOjRFQzdDMEREMDFGMDExRTRCNjFERDk3NEMyMjdFQzlFIi8+IDwvcmRmOkRlc2NyaXB0aW9uPiA8L3JkZjpSREY+IDwveDp4bXBtZXRhPiA8P3hwYWNrZXQgZW5kPSJyIj8+Af/+/fz7+vn49/b19PPy8fDv7u3s6+rp6Ofm5eTj4uHg397d3Nva2djX1tXU09LR0M/OzczLysnIx8bFxMPCwcC/vr28u7q5uLe2tbSzsrGwr66trKuqqainpqWko6KhoJ+enZybmpmYl5aVlJOSkZCPjo2Mi4qJiIeGhYSDgoGAf359fHt6eXh3dnV0c3JxcG9ubWxramloZ2ZlZGNiYWBfXl1cW1pZWFdWVVRTUlFQT05NTEtKSUhHRkVEQ0JBQD8+PTw7Ojk4NzY1NDMyMTAvLi0sKyopKCcmJSQjIiEgHx4dHBsaGRgXFhUUExIREA8ODQwLCgkIBwYFBAMCAQAAIfkEAAAAAAAsAAAAAAYABgAABBSQCJQEASqrgbRChVcE3mAcSXIYEQA7) no-repeat;
 	height: 6px;
    left: 3px;
    position: relative;
    top: 3px;
    width: 6px;
}
.jq-radio.focused {
	border: 1px solid #08C;
}
.jq-radio.disabled {
	opacity: 0.55;
	filter: alpha(opacity=55);
}


.jq-file {
	width: 270px;
	box-shadow: 0 1px 2px rgba(0,0,0,0.1);
	border-radius: 4px;
}
.jq-file input {
	cursor: pointer;
	height: auto;
	line-height: 1em;
}
.jq-file__name {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	height: 32px;
	padding: 0 80px 0 10px;
	color: #333;
	font: 14px/30px Arial, sans-serif;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1;
	background: #FFF;
}
.focused .jq-file__name {
	border: 1px solid #5794BF;
}
.jq-file__browse {
	position: absolute;
	top: 1px;
	right: 1px;
	padding: 0 10px;
	border-left: 1px solid #CCC;
	border-radius: 0 4px 4px 0;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
}
.jq-file:hover .jq-file__browse {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-file:active .jq-file__browse {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-file.disabled .jq-file__name {
	color: #888;
}
.jq-file.disabled,
.jq-file.disabled .jq-file__browse {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}


.jq-selectbox {
	vertical-align: middle;
	cursor: pointer;
	z-index:1000;
}
.jq-selectbox__select {
	height: 30px;
	padding: 0 45px 0 10px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F5F5F5 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px/30px Arial, sans-serif;
	z-index:1000;
}
.jq-selectbox__select:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
.jq-selectbox__select:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
.jq-selectbox.focused .jq-selectbox__select {
	border: 1px solid #5794BF;
}
.jq-selectbox.disabled .jq-selectbox__select {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-selectbox__select-text {
	display: block;
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}
.jq-selectbox__trigger {
	position: absolute;
	top: 0;
	right: 0;
	width: 34px;
	height: 100%;
	border-left: 1px solid #CCC;
}
.jq-selectbox__trigger-arrow {
	position: absolute;
	top: 14px;
	right: 12px;
	width: 0;
	height: 0;
	overflow: hidden;
	border-top: 5px solid #000;
	border-right: 5px solid transparent;
	border-left: 5px solid transparent;
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow {
	opacity: 1;
	filter: alpha(opacity=100);
}
.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
	opacity: 0.3;
	filter: alpha(opacity=30);
}
.jq-selectbox__dropdown {
	top: 33px;
	width: 100%;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	border: 1px solid #CCC;
	border-radius: 4px;
	background: #FFF;
	box-shadow: 0 2px 10px rgba(0,0,0,0.2);
	font: 14px/18px Arial, sans-serif;
		z-index:10000;
}
.jq-selectbox__search {
	margin: 5px;
}
.jq-selectbox__search input {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 5px 27px 6px 8px;
	outline: none;
	border: 1px solid #CCC;
	border-radius: 3px;
	background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==) no-repeat 100% 50%;
	box-shadow: inset 1px 1px #F1F1F1;
	color: #333;
	-webkit-appearance: textfield;
}
.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
	-webkit-appearance: none;
}
.jq-selectbox__not-found {
	margin: 5px;
	padding: 5px 8px 6px;
	background: #F0F0F0;
	font-size: 13px;
}
.jq-selectbox ul {
	margin: 0;
	padding: 0;
}
.jq-selectbox li {
	min-height: 18px;
	padding: 5px 10px 6px;
	color: #231F20;
	margin-bottom: 0;
}
.jq-selectbox li.selected {
	background-color: #A3ABB1;
	color: #FFF;
}
.jq-selectbox li:hover {
	background-color: #08C;
	color: #FFF;
}
.jq-selectbox li.disabled {
	color: #AAA;
}
.jq-selectbox li.disabled:hover {
	background: none;
	color: #AAA;
}
.jq-selectbox li.optgroup {
	font-weight: bold;
}
.jq-selectbox li.optgroup:hover {
	background: none;
	color: #231F20;
	cursor: default;
}
.jq-selectbox li.option {
	padding-left: 25px;
}


.jq-select-multiple {
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 1px;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	background: #FFF;
	color: #333;
	font: 14px/18px Arial, sans-serif;
	cursor: default;
}
.jq-select-multiple.focused {
	border: 1px solid #5794BF;
}
.jq-select-multiple.disabled {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
.jq-select-multiple ul {
	margin: 0;
	padding: 0;
}
.jq-select-multiple li {
	padding: 3px 9px 4px;
	list-style: none;
}
.jq-select-multiple li:first-child {
	border-radius: 3px 3px 0 0;
}
.jq-select-multiple li:last-child {
	border-radius: 0 0 3px 3px;
}
.jq-select-multiple li.selected {
	background: #08C;
	color: #FFF;
}
.jq-select-multiple li.disabled {
	color: #AAA;
}
.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
	background: #CCC;
	color: #FFF;
}
.jq-select-multiple li.optgroup {
	font-weight: bold;
}
.jq-select-multiple li.option {
	padding-left: 25px;
}


input[type="email"].styler,
input[type="number"].styler,
input[type="password"].styler,
input[type="search"].styler,
input[type="tel"].styler,
input[type="text"].styler,
input[type="url"].styler,
textarea.styler {
	padding: 7px 9px;
	border: 1px solid #bdc3c7;
	border-radius: 4px;
	color: #333;
	background:#f5f5f5;
}
input[type="search"].styler {
	-webkit-appearance: none;
}
textarea.styler {
	overflow: auto;
}
input[type="email"].styler:hover,
input[type="number"].styler:hover,
input[type="password"].styler:hover,
input[type="search"].styler:hover,
input[type="tel"].styler:hover,
input[type="text"].styler:hover,
input[type="url"].styler:hover,
textarea.styler:hover {
	
}
input[type="email"].styler:focus,
input[type="number"].styler:focus,
input[type="password"].styler:focus,
input[type="search"].styler:focus,
input[type="tel"].styler:focus,
input[type="text"].styler:focus,
input[type="url"].styler:focus,
textarea.styler:focus {
	outline: none;
}
button.styler,
input[type="button"].styler,
input[type="submit"].styler,
input[type="reset"].styler {
	overflow: visible;
	padding: 7px 11px;
	outline: none;
	border: 1px solid #CCC;
	border-bottom-color: #B3B3B3;
	border-radius: 4px;
	background: #F1F1F1 url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAAeCAIAAABi9+OQAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAABdJREFUeNpi+v//PxM2zMDAQEtxgAADAF2uTe9L4getAAAAAElFTkSuQmCC) repeat-x;
	box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0,0,0,0.1);
	color: #333;
	text-shadow: 1px 1px #FFF;
	font: 14px Arial, sans-serif;
	cursor: pointer;
}
button.styler::-moz-focus-inner,
input[type="button"].styler::-moz-focus-inner,
input[type="submit"].styler::-moz-focus-inner,
input[type="reset"].styler::-moz-focus-inner {
	padding: 0;
	border: 0;
}
button.styler:after {
	content: '';
}
button.styler:not([disabled]):hover,
input[type="button"].styler:not([disabled]):hover,
input[type="submit"].styler:not([disabled]):hover,
input[type="reset"].styler:hover {
	background-color: #E6E6E6;
	background-position: 0 -10px;
}
button.styler:not([disabled]):active,
input[type="button"].styler:not([disabled]):active,
input[type="submit"].styler:not([disabled]):active,
input[type="reset"].styler:active {
	background: #F5F5F5;
	box-shadow: inset 1px 1px 3px #DDD;
}
button.styler[disabled],
input[type="button"].styler[disabled],
input[type="submit"].styler[disabled] {
	border-color: #CCC;
	background: #F5F5F5;
	box-shadow: none;
	color: #888;
}
/* End */



/* Start:/bitrix/templates/main/fonts/stylesheet.css*/
/* Generated by Font Squirrel (http://www.fontsquirrel.com) on May 15, 2014 */



@font-face {
    font-family: 'pf_din_text_cond_probold';
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-bold_0-webfont.eot');
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-bold_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-bold_0-webfont.woff') format('woff'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-bold_0-webfont.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-bold_0-webfont.svg#pf_din_text_cond_probold') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_din_text_cond_prolight';
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-light_0-webfont.eot');
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-light_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-light_0-webfont.woff') format('woff'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-light_0-webfont.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-light_0-webfont.svg#pf_din_text_cond_prolight') format('svg');
    font-weight: normal;
    font-style: normal;

}




@font-face {
    font-family: 'pf_din_text_cond_promedium';
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-medium_0-webfont.eot');
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-medium_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-medium_0-webfont.woff') format('woff'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-medium_0-webfont.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-medium_0-webfont.svg#pf_din_text_cond_promedium') format('svg');
    font-weight: normal;
    font-style: normal;

}

@font-face {
    font-family: 'pf_din_text_cond_proregular';
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.eot');
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.woff') format('woff'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
/* End */



/* Start:/bitrix/templates/main/components/bitrix/search.title/.default/style.css*/
div.title-search-result {
	border:1px solid #c6c6c6;
	display:none;
	overflow:hidden;
	z-index:999;
	background: #FFFFFF;
	width: 300px ;
}

table.title-search-result {
	border-collapse: collapse;
	border:none;
	width:390px;
}

table.title-search-result th {
	background-color:#F7F7F7;
	border-right:1px solid #e8e8e8;
	color:#949494;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	padding-left:14px;
 	padding-right:12px;
	text-align:right;
	vertical-align:top;
	white-space:nowrap;
	width:1%;
	margin:0;
}

table.title-search-result td {
	background-color:white;
	color:black;
	font-weight:normal;
	padding-top:5px;
	padding-bottom:5px;
	text-align:left;
	border: 0;
	margin:0;
	width: 100%;
}

table.title-search-result td.title-search-item {
	padding-left:8px;
	padding-right:15px;
	margin:0;
}

table.title-search-result td.title-search-item a {
	padding-left:4px;
	padding-right:15px;
	text-decoration: none;
	color:black;
	vertical-align:top;
	display:block;
	margin:0;
}

table.title-search-result td.title-search-item img {
	vertical-align:top;
	margin:0;
}

table.title-search-result td.title-search-item b {
	color:#f1621d;
	font-weight:normal;
	margin:0;
}

table.title-search-result tr.title-search-selected td
,table.title-search-result tr.title-search-selected a
,table.title-search-result tr.title-search-selected td.title-search-more a
{
	background-color:#fff2be;
}

table.title-search-result td.title-search-more {
	font-size:11px;
	font-weight:normal;
	padding-right:15px;
	padding-left:24px;
	padding-top:0px;
}

table.title-search-result td.title-search-more a
{
	padding-left:12px;
	padding-right:15px;
	text-decoration:none;
	color:#999999;
}

table.title-search-result td.title-search-all {
	padding-left:24px;
	padding-right:15px;
}

table.title-search-result td.title-search-all a
{
	padding-left:4px;
	text-decoration:none;
	color:#808080;
}

table.title-search-result td.title-search-separator
, table.title-search-result th.title-search-separator {
	padding-top:0px;
	padding-bottom:0px;
	font-size:4px;
}

div.title-search-fader {
	display:none;
	background-image: url('/bitrix/templates/main/components/bitrix/search.title/.default/images/fader.png');
	background-position: right top;
	background-repeat: repeat-y;
	position:absolute;
}
/* End */



/* Start:/bitrix/templates/main/styles.css*/
/**
 * @category	Individ
 * @copyright	2014 Individ LTD
 * @link		http://individ.ru
 */

/* Defaults */
* {
	margin: 0;
	padding: 0;
}
*:focus {
	outline: none;
}

html {
}
body {
	background: #fff;
	color: #202020;
	font: 16px sans-serif;
	line-height: 1.1;
}

a {
	color: inherit;
}
a:hover {
	text-decoration: none;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	margin: .8em 0;
}
h1, h2, h3, h4 {
	font-family: 'pf_din_text_cond_probold', Arial;
	font-weight: normal;
	color: #333333;
}
h1 {
	margin: 30px 0;
}
h2 {
	margin: 30px 0 .8em;
}

h1, h2 {
	text-transform: uppercase;
}

h1 {
	font-size: 24px;
	color: #092c74;
}

h2 {
	font-size: 20px;
}

h3 {
	font-size: 18px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 20px;
}
h6 {
	font-size: 18px;
}
h1.first-header,
h2.first-header,
h3.first-header,
h4.first-header,
h5.first-header,
h6.first-header {
	margin-top: 0;
}

p {
	margin: 0 0 1.2em;
}

hr {
	border:1px solid #bdc3c7;
	border-width: 1px 0 0;
	margin: 10px 0;
}

address {
	font-style: normal;
}

fieldset,
img {
	border: none;
}

q {
	quotes: "\201e" "\201c";
}

ul,
ol {
	list-style-position: outside;
	margin: 0 0 1.2em 1.4em;
}
ul {
	list-style-type: disc;
}
ul li,
ol li {
	margin: 0.3em 0;
}
li ul,
li ol {
	margin-bottom: 0;
}

dl {
	display: block;
}
dl dt,
dl dd {
	float: left;
}
dl dt {
	clear: both;
	margin-right: 0.5em;
}
dl:after {
	clear: both;
	content: '';
	display: block;
}

table {
	border: 1px solid black;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;
}

button,
input,
select,
textarea {
	font: inherit;
	line-height: 1.1;
}

input,
textarea {
	outline: none;
}
textarea {
	line-height: 1.4;
}
input:active,
textarea:active {
	outline: none;
}
input[type=date],
input[type=datetime],
input[type=email],
input[type=number],
input[type=password],
input[type=tel],
input[type=text],
input[type=time],
select,
textarea {
	border: 1px solid #bec3c7;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding: 4px 6px;
}
a.button,
button,
input[type=button],
input[type=submit],
input[type=image] {
	background-color: #d0d0d0;
	border: 1px solid #b0b0b0;
	border-radius: 5px;
	cursor: pointer;
	line-height: 1.5;
	min-height: 10px;
	padding: 5px 22px;
	
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
a.button {
	display: inline-block;
}
a.button:hover,
button:hover,
input[type=button]:hover,
input[type=submit]:hover,
input[type=image]:hover {
	background-color: #e0e0e0;
}
a.button.disabled,
button[disabled],
input[type=button][disabled],
input[type=submit][disabled],
input[type=image][disabled] {
	color: #707070;
	cursor: default;
	background-color: #f0f0f0;
}
button::-moz-focus-inner {
	padding: 0;
	border: 0
}
::-webkit-input-placeholder {
	color: #707070;
}
:-moz-placeholder {
	color: #707070;
}
.placeholder {
	color: #707070;
}




/* Tools and utils */
.clearfix:before,
.clearfix:after {
	display: table;
	line-height: 0;
	content: '';
}
.clearfix:after {
	clear: both;
}

.clear {
	clear: both;
	font-size: 0 !important;
	height: 0;
	line-height:0 !important;
	overflow: hidden;
}

.dnone {
	display: none;
}
.out-of-bounds {
	left: -9999px;
	position: absolute;
	top: -9999px;
	visibility: hidden;
}

.p-abs {
	position: absolute;
}
.p-rel {
	position: relative;
}




/* Simple UI elements */
a.fake {
	border-bottom: 1px dashed;
	text-decoration: none;
}
a.fake:hover {
	border-bottom-color: transparent;
}
ul.flat,
ol.flat {
	list-style-image: none;
	list-style-position: outside;
	list-style-type: none;
	margin: 0;
	padding: 0;
}
ul.flat li,
ol.flat li {
	margin: 0;
	padding: 0;
}




/* For Bitrix visual editor */
.f-left {
	float: left;
}
.f-right {
	float: right;
}
.f-img {
	float: left;
	margin: 0 20px 5px 0;
}
.f-imgr {
	float: right;
	margin: 0 0 20px 5px;
}

.t-center {
	text-align: center;
}
.t-left {
	text-align: left;
}
.t-right {
	text-align: right;
}
/* End */



/* Start:/bitrix/templates/main/template_styles.css*/
/**
 * @category	Individ
 * @copyright	2014 Individ LTD
 * @link		http://individ.ru
 */

/* Defaults */
html,
body {
	width: 100%;
	font-family: 'Arial';
}
html {
	height: 100%;
}
body {
	min-height: 100%;
}

a {
	color: #092c74;
}

a.dotted {
	text-decoration: none;
	border-bottom: 1px dotted;
}

a.active {
	color: #f36f21;
	text-decoration: none;
	border-bottom: 0;
}

p {
	line-height: 1.2em;
}

.fl_l {
	float: left;
}


.fl_r {
	float: right;
}

#content table.noborder,
#content table.noborder tr,
#content table.noborder th,
#content table.noborder td
{
	border: 0;
}


/* Шрифты */
@font-face {
    font-family: 'TextCondPro';
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.eot');
    src: url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.eot?#iefix') format('embedded-opentype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.woff') format('woff'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.ttf') format('truetype'),
         url('/bitrix/templates/main/fonts/pfdintextcondpro-regular_0-webfont.svg#pf_din_text_cond_proregular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.text-cond-pro {
	font-family: 'TextCondPro';
}
.text-cond-pro-bold,
.text-cond-pro b,
.text-cond-pro strong {
	/*font-family: 'TextCondProBold';*/
}

.text-cond-pro-bold {
    font-family: 'pf_din_text_cond_probold',Arial;
}


/* Deny text selection, for IE use attribute unselectable="on" instead */
.no-user-select {
	-khtml-user-select: none;
	-moz-user-select: none;
	-o-user-select: none;
	-webkit-user-select: none;
	user-select: none;
}




/* Loading indicator */
.loading-indicator {
	position: relative;
}

.loading-indicator .loading-layer,
.loading-indicator .loading-icon {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	z-index: 1000;
}

.loading-indicator .loading-layer {
	background-color: #fff;
	filter: alpha(opacity=50);
	opacity: 0.5;
}

.loading-indicator .loading-icon {
	background: url('/bitrix/templates/main/images/loading.gif') no-repeat center center transparent;
	min-height: 20px;
	min-width: 20px;
}




/* Bitrix loading indicator overrides */
body div.waitwindowlocalshadow {
	background: url('/bitrix/templates/main/images/loading.gif') no-repeat center center rgba(255, 255, 255, 0.3);
	border: none;
}
body div.waitwindowlocalshadow + div.waitwindowlocal {
	display: none;
}




/* Form */
.form .label {
	
}
.form .field {
}
.form .starrequired {
	color: red;
}
.form .footer {
}




/* Tools */
.notetext {
    background: none repeat scroll 0 0 #E9FBF1;
    border: 1px solid;
    border-radius: 5px;
    color: #0f514c;
    display: inline-block;
    padding: 10px;
    width: auto;
    font-weight: bold;
}
.form-right-phone  {
	text-align:center;
} 
.errortext {
    background: none repeat scroll 0 0 #fff8f8;
    border: 1px solid;
    border-radius: 5px;
    color: #771f1f;
    display: inline-block;
    font-weight: bold;
    padding: 10px;
    width: auto;
}
.relative {
	position:relative;
}
.float-left {
	float:left;
}
.blue-button:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -380px -357px transparent;
    content: "";
    height: 21px;
    margin-right: 10px;
    padding: 2px 9px;
    width: 20px;
}
.blue-button {
	
	background: rgb(36,95,208); /* Old browsers */
	/*background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFlNTc5OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjAlIiBzdG9wLWNvbG9yPSIjMjQ1ZmQwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIwN2NjYSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwYjI2NjIiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	*/background: -moz-linear-gradient(top, rgba(36,95,208,1) 0%, rgba(11,38,98,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(36,95,208,1)), color-stop(100%,rgba(11,38,98,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(36,95,208,1) 0%,rgba(11,38,98,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(36,95,208,1) 0%,rgba(11,38,98,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(36,95,208,1) 0%,rgba(11,38,98,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(36,95,208,1) 0%,rgba(11,38,98,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0b2662',GradientType=0 ); /* IE6-8 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e5799', endColorstr='#0b2662')"; /* IE8 */
    border: 1px solid #3e5ea1;
    border-radius: 4px;
    color: #ffffff;
    font-family: 'pf_din_text_cond_probold',Arial;
    font-size: 14px;
    padding: 7px 20px 7px 13px;
    text-decoration: none;
    text-transform: uppercase;
    white-space: normal;
	/*behavior: url(/pie/PIE.htc);*/
}
.blue-button:hover {
	background: rgb(121,138,174); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(121,138,174,1) 0%, rgba(19,36,72,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,138,174,1)), color-stop(100%,rgba(19,36,72,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0b2662', endColorstr='#1e5799',GradientType=0 ); /* IE6-8 */

	
}
.print {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -380px -381px transparent;
    padding: 2px 0 3px 25px;
}
.list-title-icon {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -383px -404px transparent;
    display: inline-block;
    font-weight: bold;
    margin-bottom: 5px;
    margin-left: -4px;
    padding: 2px 0 2px 20px;
}

.accordeon-small .item-name {
	font-size: 13px !important;
}

.accordeon .item-name {
	font-size: 20px;
	margin: 0 0 15px;	
}
.accordeon .item-name span {
	border-bottom: 1px dashed;
	cursor: pointer;	
}
.accordeon .item-name span:hover {
	color: #f36f21;
}
.accordeon .item-name.selected {
	color: #f36f21;	
}
.accordeon .item-content {
    display: none;
    margin: 0 0 15px;
    padding: 15px 0 0;
}
.accordeon .item-content h2 {
	margin-top: 15px;
}
.accordeon .item-content h2:first-child {
	margin-top:0;
}
.accordeon .item-content.selected {
	display:block;
	
}



/* Layout */
.layout-width {
	margin: 0 auto;
	width: 940px;
}



/* "Go to the top" controller */
#go-top {
	bottom: 20px;
	height: 0;
	left: 0;
	opacity: 0;
	position: fixed;
	right: 20px;
	
	-moz-transition: opacity 400ms;
	-ms-transition: opacity 400ms;
	-o-transition: opacity 400ms;
	-webkit-transition: opacity 400ms;
	transition: opacity 400ms;
}
#go-top.enabled {
	opacity: 1;
}

.clear{ clear:both; line-height:1px; height:1px; display:block;}


/* inputs */
	input.search {
	    border: 1px solid #cccccc;
	    border-radius: 15px;
	    font-size: 14px;
	    padding: 9px 20px;
		behavior: url(/pie/PIE.htc);
		position:relative;
		zoom:1;
	}

/* Buttons */

.btn {	
	/*
	background: #1e5799;
	background: -moz-linear-gradient(top, #1e5799 0%, #245fd0 0%, #207cca 100%, #0b2662 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1e5799), color-stop(0%,#245fd0), color-stop(100%,#207cca), color-stop(100%,#0b2662)); 
	background: -webkit-linear-gradient(top, #1e5799 0%,#245fd0 0%,#207cca 100%,#0b2662 100%); 
	background: -o-linear-gradient(top, #1e5799 0%,#245fd0 0%,#207cca 100%,#0b2662 100%); 
	background: -ms-linear-gradient(top, #1e5799 0%,#245fd0 0%,#207cca 100%,#0b2662 100%); 
	background: linear-gradient(to bottom, #1e5799 0%,#245fd0 0%,#207cca 100%,#0b2662 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1e5799', endColorstr='#0b2662',GradientType=0 ); 
	*/
	background: rgb(14,68,192); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(14,68,192,1) 0%, rgba(2,11,40,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(14,68,192,1)), color-stop(100%,rgba(2,11,40,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(14,68,192,1) 0%,rgba(2,11,40,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(14,68,192,1) 0%,rgba(2,11,40,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(14,68,192,1) 0%,rgba(2,11,40,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(14,68,192,1) 0%,rgba(2,11,40,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0e44c0', endColorstr='#020b28',GradientType=0 ); /* IE6-9 */
	
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#1e5799', endColorstr='#0b2662')"; /* IE8 */
	border: 1px solid #3e5ea1;
	border-radius: 4px;
	-webkit-border-radius: 4px;
    -moz-border-radius: 4px;
	padding: 7px 30px;
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 14px;
	text-decoration: none;
	font-family: 'pf_din_text_cond_probold', Arial;
	white-space: normal;
	display: inline-block;
}

.btn:hover {
	background: rgb(121,138,174); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(121,138,174,1) 0%, rgba(19,36,72,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,138,174,1)), color-stop(100%,rgba(19,36,72,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#798aae', endColorstr='#132448',GradientType=0 ); /* IE6-9 */
}

.btn.active {
	background: #FFFFFF;
	border-bottom: 1px solid #3e5ea1;
	color: #454545;
}

.btn.big {
	padding:15px 40px;
	font-size: 16px;
}
.btn.btn_orange {
	background: rgb(249,167,50); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(249,167,50,1) 0%, rgba(241,98,29,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,167,50,1)), color-stop(100%,rgba(241,98,29,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(241,98,29,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(241,98,29,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(241,98,29,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(249,167,50,1) 0%,rgba(241,98,29,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a732', endColorstr='#f1621d',GradientType=0 ); /* IE6-9 */
	
	border: 1px solid #f69359;

}

.btn.btn_white {
	background: #FFFFFF;
	border: 1px solid #d9a72c;
	color: #333333;
}

.btn.btn_orange:hover {
	background: #f36f21;
}

.btn.btn_orange.active {
	background: #FFFFFF;
	color: #454545;
}

.btn.btn-small {
	font-size: 14px;
	font-family: 'pf_din_text_cond_proregular', Arial;
	color: #454545;
	text-transform: none;
	padding: 3px 10px;
}

.btn.btn-write {
	position: relative;
	padding-left: 50px;
	padding-right: 15px;
}

.btn.btn-write:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -376px 1px transparent;
    content: "";
    height: 21px;
    left: 15px;
    position: absolute;
    top: 4px;
    width: 20px;
}


.btn-css-prev {
	background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -31px -274px transparent;
	width: 15px;
	height: 26px;
	position: absolute;
	left: 0;
	z-index: 20;
	cursor: pointer;
}
.btn-css-next {
	background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -1px -274px transparent;
	width: 15px;
	height: 26px;
	position: absolute;
	right: 0;
	z-index: 20;
	cursor: pointer;
}
.btn-css-prev:hover {
	background-position: -31px -303px;
}
.btn-css-prev.disabled:hover {
	background-position: -31px -274px;
}
.btn-css-next:hover {
	background-position: -1px -303px;
}
.btn-css-next.disabled:hover {
	background-position: -1px -274px;
}


/* responsive block */
.container {
	max-width: 1024px;
	width: 96%;
	margin: 0 auto;
	padding: 0 2%;
	position: relative;
}

.position-static {
	position: static;
}


.regular {
    font-family: 'pf_din_text_cond_proregular', 'Arial';
}


/* head */


header {
/*	height: 267px;*/
	background: #092C74;
	padding-top: 20px;
	position: relative;
	z-index: 2;
}

.block-head-call {
    display:none;
    left: 0;
    position: absolute;
    text-align: center;
    top: 0;
    width: 100%;
	z-index:10;
}

.block-head-call .show-head-call {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -115px -1px transparent;
    display: inline-block;
    height: 25px;
    position: relative;
    text-decoration: none;
    width: 232px;
    font-family: 'pf_din_text_cond_proregular', Arial;
    font-size: 14px;
    padding: 2px 0 0 4px;
}

.block-head-call .show-head-call:after {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -88px 0 transparent;
    content: "";
    height: 18px;
    left: 30px;
    position: absolute;
    top: 2px;
    width: 13px;
}
.block-head-call .show-head-call:before {
    border-bottom: 1px dotted #092c74;
    content: "";
    height: 1px;
    left: 50px;
    position: absolute;
    top: 17px;
    width: 139px;
}

.head-call {
	display: none;
	width: 100%;
	padding: 20px 0 10px;

	background: rgb(233,233,233); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(233,233,233,1) 0%, rgba(255,255,255,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(233,233,233,1)), color-stop(100%,rgba(255,255,255,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(233,233,233,1) 0%,rgba(255,255,255,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}

.head-call .form {
	text-align: center;
}

.head-call .form .row {
	display: inline-block;
	margin: 0 10px;
	text-align: left;
}

.head-call .form .row label{
	width: 100%;
	display: block;
	text-align: left;
	margin-bottom: 5px;
	font-size: 14px;
}
.captcha {
	padding:5px;
}
.head-call .form .btn{
	border: 1px solid #3e5ea1;
	font-family: 'pf_din_text_cond_probold', Arial;
	font-size: 17.1px;
}

.head-call .form .jq-selectbox__select{
	width: 160px;
}

.head-call .form .jq-selectbox__dropdown{
	width: 100% !important;
	z-index:999;
}

.head-call .form .jq-selectbox li {
	white-space: normal !important;
	background: #FFFFFF;
}
.head-call .form .jq-selectbox li:hover {
	color: #FFFFFF;
	background: #f1621d;
}
.head-call .form .jq-selectbox li.selected {
	color: #FFFFFF;
	background: #f1621d;
}

.head-call .form-result-new {
	text-align: center;
}

.top-phones {
	width: 100%;
	height: 67px;
	border-bottom: 1px solid #ffffff;
	position: relative;
	z-index: 3;
	
	background: #e3e9eb; /* Old browsers */
	background: -moz-linear-gradient(top, #e3e9eb 0%, #ced8dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e3e9eb), color-stop(100%,#ced8dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #e3e9eb 0%,#ced8dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #e3e9eb 0%,#ced8dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #e3e9eb 0%,#ced8dc 100%); /* IE10+ */
	background: linear-gradient(to bottom, #e3e9eb 0%,#ced8dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e9eb', endColorstr='#ced8dc',GradientType=0 ); /* IE6-9 */
	
}

.top-phones:after {
    background: none repeat scroll 0 0 #000000;
    bottom: -2px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.top-phones .top-phones-list {
	width: 100%;
	text-align: center;
	margin: 0;
	display: table;
}

.top-phones .top-phones-list li {
	background: none;
	list-style: none;
	display: table-cell;
	font-size: 24px;
	color: #092c74;
	padding-top: 10px;
	font-family: 'pf_din_text_cond_prolight', Arial;
	vertical-align: top;
}

.top-phones .phone-bold {
	font-family: 'pf_din_text_cond_probold', Arial;
	display: inline;
}

.top-phones .phone-text {
	font-size: 16px;
	color: #333333;
	display: block;
	font-family: 'pf_din_text_cond_proregular', Arial;
}

.top-content {
	background: url('/bitrix/templates/main/images/bg-top.jpg') no-repeat scroll center top transparent;
	/*background: url('/bitrix/templates/main/images/bg-top_ng_var4.jpg') no-repeat scroll center top transparent;*/
	height: 200px;
	width: 100%;	
	border-bottom: 1px solid rgba(0, 0, 0, 0.3);
	position: relative;
}

.top-content:after {
    background: none repeat scroll 0 0 #FFFFFF;
    bottom: 0px;
    content: "";
    height: 1px;
    left: 0;
    opacity: 0.5;
    position: absolute;
    width: 100%;
}

.top-content .logo {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -8px -105px transparent;
    display: inline-block;
    height: 104px;
    margin-top: 25px;
    width: 229px;
}

.top-content .right-content {
	display: inline-block;
	height: 150px;
	margin: 44px 0 0 0;
	vertical-align: top;
	float: right;
	width: 75%;
}

.top-content .right-content .btn {
	margin-right: 10px;
	vertical-align: top;		
}

.top-content .right-content .glasses {
	background: url('/bitrix/templates/main/images/sprite.png') no-repeat top;
	background-position: 0 0;
	width: 51px;
	height: 21px;
	display: inline-block;
	margin: -2px 0 0 10px;
}

.top-content .right-content .text-size {
	display: inline-block;
	margin-left: 15px;
	vertical-align: top;
}

.top-content .right-content .text-size a {
	color: #092c74;
	font-weight: bold;
	text-decoration: none;
	border-bottom: 1px dotted;
}

.top-content .right-content .text-size a.active {
	color: #f36f21;
	text-decoration: none;
	border-bottom: 0;
}

.top-content .right-content .text-size a.l {
	font-size: 18px;
}

.top-content .right-content .text-size a.m {
	font-size: 14px;
}

.top-content .right-content .text-size a.s {
	font-size: 12px;
}

.top-content .right-content .text-size a:hover {
	border-bottom: 0;
}
.top-content .right-content .top-search {
/*
    display: inline-block;
	margin-left: 55px;
	margin-top: -10px;
	position: relative;
	vertical-align: top;
	width: 188px;
	
    float: right;
    height: 35px;
    position: relative;
    width: 150px;
*/
    display: inline-block;
    float: right;
    height: 35px;
    margin-left: 5%;
    margin-top: -10px;
    position: relative;
    vertical-align: top;
    width: 23%;

 z-index: 1;
}

.top-content .right-content .top-search input{
	width: 145px;
	right: 0;
}

.top-content .right-content .top-search input.closedInput {
	width: 100% !important;
}

.top-content .right-content .top-search input.search {
	position: absolute;
	color: #8d8d8d;
z-index:-1;
}

.top-content .right-content .top-search:after {
	background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -60px 0 transparent;
	content: " ";
/*	height: 20px;*/
	position: absolute;
	right: 10px;
	top: 8px;
	width: 18px;
	z-index:99;

top: 7px;
bottom: 0;
right: 5px;
width: 20px;
}

.top-content .right-content .head-menu {
	display: table;
}

.top-content .right-content .head-menu a {
	display: table-cell;
}

.top-content .right-content .head-menu .head-menu-delimetr {
	width: 55px;
	display: table-cell;
}



.top-line {
	width: 100%;
	height: 1px;
	margin: 25px 0;
	background: #00ffffff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(255,255,255,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	opacity: 0.5;
	position: relative;
}

.top-line:after {
	height: 1px;
	width: 100%;
	content: "";
	background: #00ffffff;
	background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(51,51,51,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(255,255,255,0)), color-stop(50%,rgba(51,51,51,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(51,51,51,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
	opacity: 0.5;
	position: absolute;
	top: 1px;
	left: 0;
}

.top-content .right-content .head-menu a{
	margin-right: 10px;
	font-family: 'pf_din_text_cond_proregular', Arial;
	font-size: 18px;
} 

.menu-content {
	width: 98%;
	position: absolute;
	top: -20px;
	z-index: 99;
}

.menu-block {/*
    background: none repeat scroll 0 0 #ecf0f1;
    width: 100%;
    margin-top: 68px;*/
    background: none repeat scroll 0 0 #ecf0f1;
    margin-bottom: 50px;
    width: 100%;
}

.index-menu {
	margin-bottom: 0;
}

nav#header-menu {
    display: table;
    width: 100%;
}

nav#header-menu span {
	width: 10px;
	display: table-cell;
}
nav#header-menu a.lvl-1{
	
	background: rgb(248,250,250); 
	background: -moz-linear-gradient(top, rgba(248,250,250,1) 0%, rgba(234,238,239,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(248,250,250,1)), color-stop(100%,rgba(234,238,239,1))); 
	background: -webkit-linear-gradient(top, rgba(248,250,250,1) 0%,rgba(234,238,239,1) 100%);
	background: -o-linear-gradient(top, rgba(248,250,250,1) 0%,rgba(234,238,239,1) 100%);
	background: -ms-linear-gradient(top, rgba(248,250,250,1) 0%,rgba(234,238,239,1) 100%); 
	background: linear-gradient(to bottom, rgba(248,250,250,1) 0%,rgba(234,238,239,1) 100%); 
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fafa', endColorstr='#eaeeef',GradientType=0 );

    border-radius: 3px;
    color: #454545;
    display: table-cell;
    font-family: 'pf_din_text_cond_proregular',Arial;
    font-size: 22px;
    padding: 8px 10px;
    text-align: center;
    text-decoration: none;
	
    border: 1px solid #eaeeef;
    
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         0px 0px 1px 0px rgba(50, 50, 50, 0.75);
    	
	behavior: url(/pie/PIE.htc);
}

nav#header-menu a.lvl-1.active {
	background: rgb(249,167,50); 
	background: -moz-linear-gradient(top, rgba(249,167,50,1) 0%, rgba(242,100,30,1) 100%); 
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(249,167,50,1)), color-stop(100%,rgba(242,100,30,1))); 
	background: -webkit-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(242,100,30,1) 100%); 
	background: -o-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(242,100,30,1) 100%);
	background: -ms-linear-gradient(top, rgba(249,167,50,1) 0%,rgba(242,100,30,1) 100%);
	background: linear-gradient(to bottom, rgba(249,167,50,1) 0%,rgba(242,100,30,1) 100%); 
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9a732', endColorstr='#f2641e',GradientType=0 ); 
	-webkit-box-shadow: 0px 0px 2px 0px rgba(182, 130, 2, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(182, 130, 2, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(182, 130, 2, 0.75);
    font-family: 'pf_din_text_cond_promedium',Arial;
	border: 1px solid #f1c149;
}

nav#header-menu a.lvl-1:hover {
	-webkit-box-shadow: 0px 0px 2px 0px rgba(182, 130, 2, 0.75);
	-moz-box-shadow:    0px 0px 2px 0px rgba(182, 130, 2, 0.75);
	box-shadow:         0px 0px 2px 0px rgba(182, 130, 2, 0.75);
	border: 1px solid #f1c149;
}

.menu-block .empty-second-level-indent {
    background: none repeat scroll 0 0 #ffffff;
/*    height: 20px;*/
}

.menu-lvl-2 {
    left: 0;
    width: 100%;
    z-index: 0;
    padding: 20px 0 25px;
	margin-bottom: -20px;
    /*top: 287px;*/
    /*z-index: -1;*/
    position: relative;
}

.menu-lvl-2:after {
	content: "";
	left: 0;
	bottom: 0;
	height: 1px;
	width: 100%;
	position: absolute;
	background: -moz-linear-gradient(left, rgba(206,210,210,0) 0%, rgba(206,210,210,1) 50%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, right top, color-stop(0%,rgba(206,210,210,0)), color-stop(50%,rgba(206,210,210,1)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(left, rgba(206,210,210,0) 0%,rgba(206,210,210,1) 50%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(left, rgba(206,210,210,0) 0%,rgba(206,210,210,1) 50%,rgba(255,255,255,0) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(left, rgba(206,210,210,0) 0%,rgba(206,210,210,1) 50%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: linear-gradient(to right, rgba(206,210,210,0) 0%,rgba(206,210,210,1) 50%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ced2d2', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 */
}

.menu-lvl-2.active {
	padding: 0;
}

.toggle-menu,
.toggle-link {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -31px -219px transparent;
    bottom: -35px;
    cursor: pointer;
    height: 20px;
    left: 50%;
    position: absolute;
    width: 20px;
    z-index: 2;
}

.toggle-menu:hover,
.toggle-link:hover {
	background-position: -31px -244px;
}

.toggle-menu.active,
.toggle-link.active {
	background-position: -1px -219px;
}

.toggle-menu.active:hover,
.toggle-link.active:hover {
	background-position: -1px -244px;
}

.menu-lvl-2 .menu-lvl-2-block {
	text-align: center;
	margin-top: 20px;
}

.menu-lvl-2 .menu-lvl-2-block a {
    display: inline-block;
    font-family: 'pf_din_text_cond_promedium','Arial';
    font-size: 14px;
    margin: 3px 5px;
}

/* content */
#content, #fancybox-content {
	/*margin-top: 10px;*/
	font-size:13px;
	color:#333333;
	position: relative;
}
#content ul {
	margin:0 0 15px 0;
	padding:0;
}
ul li {
	background:url('/bitrix/templates/main/images/ul-marker-1.gif') no-repeat scroll 0 0 transparent;
	padding: 0 0 0 15px;
	margin:0 0 5px 0;
	list-style:none;
}
#content ul li ul {
	margin: 10px 0 0 0;
}
#content ul li ul li {
	background:url('/bitrix/templates/main/images/ul-marker-2.gif') no-repeat scroll 0 4px transparent;
	padding: 0 0 0 15px;
	margin:0 0 5px 0;
}
#contentm table,
#fancybox-content table {
	border-right:none;
	border-bottom:none;
	border-left:1px solid #8c959b;
	border-top:1px solid #8c959b;
	font-size:15px;
}
#content table th,
#fancybox-content table th {
	background:#bdc3c7;
	font-weight:bold;
	text-align:left;
}
#content table td,
#content table th,
#fancybox-content table td,
#fancybox-content table th {
	border-right:1px solid #8c959b;
	border-bottom:1px solid #8c959b;
	border-left:none;
	border-top:none;
	padding:10px 15px;
}

.breadcrump {
	font-size: 12px;
}

.m-top-menu,
.m-menu,
.m-call,
.head-call .title,
.top-phones-mobile,
.top-phones .top-phones-list li.to-mobile 
{
	display: none;
}


/* Главная */

.main_carousel {
    height: 400px;
    padding-bottom: 118px;
    position: relative;
}

#content .main_carousel > ul {
	display: block;
	margin: 0;
	overflow: hidden;
	padding: 0;
}
#content .main_carousel > ul > li {
	display: block;
	height: 100%;
	margin: 0;
	padding: 0;
	background: none;
	
}
#content .main_carousel > ul > li:after {
	content: "";
	height: 430px;
	position: absolute;
	right: 0;
	top: 0;
	width: 650px;
}
.main_carousel > ul > li .read-more {
    display: block;
    font-family: 'pf_din_text_cond_proregular',Arial;
    font-size: 14px;
    margin-top: 30px;
    padding-left: 25px;
    position: relative;
}
.main_carousel > ul > li .read-more:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -379px -317px transparent;
    content: "";
    position: absolute;
    left: 0;
    top: 2px;
    width: 16px;
    height: 12px;
}
.main_carousel > ul > li .slider-text-block {
	margin: 80px 0 0 110px;
	width: 415px;
	z-index: 22;
	position: relative;
}
.main_carousel > ul > li .slider-text-block .slider-title {
	font-size: 40px;
	font-family: 'pf_din_text_cond_prolight', Arial;
	display: block;
	margin-bottom: 20px;
	text-transform: uppercase;
	color: #092c74;
	
}
.main_carousel > ul > li .slider-text-block p {
	font-size: 18px;
	font-family: 'pf_din_text_cond_prolight', Arial;
	
}
.main_carousel > ul > li .text {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	color: #000000;
	font-size: 56px;
	font-weight: bold;
	line-height: 44px;
	padding: 38px 0 0 49px;
}
.main_carousel .btnGoo {
    height: 103px;
    margin: 0 2%;
    overflow: hidden;
    position: relative;
    z-index: 10;
}
.main_carousel .btnGoo.mobile-version {
    display: none;
}

#content .main_carousel .btnGoo ul {
    display: block;
    height: 102px;
    margin: 0;
    /*
    width: 99999px;
    position: absolute;*/
    position: relative;
    left: 0px;
    list-style-type: none;
}
#content .main_carousel .btnGoo ul li {
	border: 1px solid #CCCCCC;
    border-radius: 5px;
    cursor: pointer;
    display: inline-block;
    font-size: 13px;
    margin: 0 1%;
    opacity: 0.6;
    padding: 10px 1%;
    width: 282px;
	vertical-align: top;
	height: 80px;
	float: left;
	top: 0;
	position: absolute;
	overflow: hidden;
	
	background: rgb(255,255,255); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(237,237,237,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(237,237,237,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(237,237,237,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed',GradientType=0 ); /* IE6-9 */
}
#content .main_carousel .btnGoo ul li:hover {
	opacity: 1;
}
#content .main_carousel .btnGoo ul li.selected {
	border: 1px solid #092c74;
	opacity: 1;
}


.main_carousel .btnGoo ul li .title {
	font-size: 18px;
	font-family: 'pf_din_text_cond_probold', Arial;
	margin-bottom: 8px;
	display: block;
}

.main_carousel .btnPrev {
	bottom: 52px;
}

.main_carousel .btnNext {
	bottom: 52px;
}

.container .line-allwidth {
	margin: 20px 0;
}

.container .line-allwidth:after {
	position: absolute;
	content: "";
	left: 0;
	right: 0;
	height: 1px;
	background: #d6d6d6;
}

.dual-block {
	margin: 40px 0 20px;
}

.dual-block .db-right {
	padding: 10px;
	width: 26%;
	
	float: right;
	
	background: rgb(227,233,235); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(227,233,235,1) 0%, rgba(202,213,216,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(227,233,235,1)), color-stop(100%,rgba(202,213,216,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(227,233,235,1) 0%,rgba(202,213,216,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(227,233,235,1) 0%,rgba(202,213,216,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(227,233,235,1) 0%,rgba(202,213,216,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(227,233,235,1) 0%,rgba(202,213,216,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3e9eb', endColorstr='#cad5d8',GradientType=0 ); /* IE6-9 */
}

.dual-block.main-money {
	overflow: hidden;
}
.dual-block.main-money  .db-right {
	padding: 1%;
    margin-bottom: -200px;
    padding-bottom: 200px;
    width: 24%;
	
}

.dual-block .db-right .change-list{
	height: 100%;
}

.dual-block .db-left {
	padding: 15px;
	border: 5px solid #ecf0f1;
	width: 73%;
	float: left;
	margin-right: 1%;
	box-sizing: border-box;
	position: relative;
}

.dual-block .db-left.news-on-main .head-title {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -60px -223px transparent;
    font-family: 'pf_din_text_cond_promedium',Arial;
    font-size: 16px;
    height: 18px;
    padding: 10px 20px;
    width: 122px;
    float: left;
    text-decoration: none;
    color: #333333;
    cursor: pointer;
    position: relative;
    z-index: 44;
}

.dual-block .db-left .news-rss {
    font-size: 13px;
    margin-right: 20px;
    position: relative;
    text-align: right;
    z-index: 30;
    padding: 10px 0;
}

.dual-block .db-left.news-on-main p {
    font-size: 12px;
    color: #a6b3c8;
}

.dual-block .db-left.news-on-main a {
    font-size: 14px;
    margin: 0 5px;
}

.dual-block .db-left.news-on-main .index-news-list {
	margin-bottom: 10px;
}
.dual-block .db-left.news-on-main .index-news-list a {
    display: table-cell;
    padding-left: 15px;
    line-height: 1.3em;
}

.dual-block .db-left.news-on-main .index-news-list .index-news-date {
    display: table-cell;
}

.dual-block .db-line {
	margin: 15px 0;

    background: none repeat scroll 0 0 #ecf0f1;
    height: 1px;
    width: 100%;
}

.main-carousel_bg {
	background: #f3f4f6;
	height: 540px;
	left: 0;
	right: 0;
	width: 100%;
	position: absolute;
}

#content .change-list .cl-menu,
#content .change-list .cl-content 
{
    display: table;
    list-style-type: none;
    margin: 0;
    padding: 0;
    width: 100%;
}
#content .change-list .cl-menu li,
#content .change-list .cl-content li 
{
	background: none;
	padding: 0;
	margin: 0;
}

#content .change-list .cl-menu li {
    cursor: pointer;
    display: table-cell;
    padding-right: 4%;
    position: relative;
}

#content .change-list .cl-menu li a{
	border-bottom: 1px dotted;
	color: #092c74;
	font-size: 14px;
    font-family: 'pf_din_text_cond_proregular',Arial;
    text-decoration: none;
}

#content .change-list .cl-menu li a:hover{
	color: #f36f21;
}
#content .change-list .cl-menu li.active {
	cursor: default;
}

#content .change-list .cl-menu li.active a {
	color: #9b9b9b;
	border: 0;
	cursor: default;
}

#content .change-list .cl-content li.cl-it {
	display: none;
}

#content .change-list .cl-content li.cl-it.active {
	display: block;
}

#content .dual-block .change-list .cl-content {
	margin-top: 15px;
}

#content .dual-block .change-list .cl-menu li {
	padding-bottom: 17px;
}

#content .dual-block .change-list .cl-menu li:after {
	position: absolute;
	content: "";
	top: 30px;
	left: 0;
	right: 0;
	height: 2px;
	background: #092c74;
}


#content .dual-block .change-list .cl-menu li.active:after {
	background: #f36f21;
}

#content .dual-block .change-list .cl-menu .date {


	font-size: 16px;
	color: #333333;
	display: block;
}

#content .dual-block .main-db-carousel {
    padding: 0 13px;
    position: relative;
} 

#content .dual-block .main-db-carousel .btn-db {
   top: 5px;
} 

#content .dual-block .main-db-carousel .btn-db.btn-css-prev {
 
} 

#content .dual-block .main-db-carousel .btn-db.btn-css-next {
   
} 

#content .dual-block .main-db-carousel li {
	font-size: 11px;
	display: inline-block;
	line-height: 17px;
	overflow: hidden;
	vertical-align: top;
}

#content .dual-block .main-db-carousel li .index-currency-block{
	width: 90%;
	margin: 0 5%;
}

#content .dual-block .money-table {
    border: 0 none;
    float: right;
    margin: 20px 2% 0;
    width: 90%;
}

#content .dual-block .money-table td, 
#content .dual-block .money-table th 
{
	border: 0;
	padding: 10px 0;
}

#content .dual-block .money-table td
{
	font-size: 16px;
	font-weight: bold;
}

#content .dual-block .money-table th {
	background: none;
	font-size: 12px;
	font-weight: normal;
}


/* footer */

#footer {
	background: #ecf0f1;
	padding: 35px 15px 25px;
	margin-top: 15px;
	font-size: 14px;
}


#footer {
	font-size: 14px;
} 

.footer-line {
	background: #c7cacb;
	width: 100%;
	height: 1px;
	margin: 20px 0;
}


#footer-menu {
    display: table;
    width: 100%;
}

#footer-menu .fmenu-title{
	display: block;
	font-size: 18px;
	margin-bottom: 20px;
    font-family: 'pf_din_text_cond_promedium', 'Arial';
}

#content #footer-menu ul {
	margin: 0;
	padding: 0;
}

#content #footer-menu ul li.menu-li {
	display: inline-block;
	vertical-align: top;
	width: 49%;
}

#content #footer-menu ul li {
	list-style: none;
	margin-left: 0;
	padding-left: 0;
	background:none;
}

.mail-img {
	padding-left: 20px;
	position: relative;
}


.mail-img:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -381px -429px transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}




.gray-block {
	border:1px solid #bdc3c7;
	background: #ecf0f1;
	padding:15px 2%;	
}
#right-column .gray-block {
	margin-top: 108px;	
}
.gray-block.news_detail_block {
	margin-top: 0;
}
#left-column {
	float:left;
	width:68%;
	margin-right:2%;
}
#right-column {
	float:left;
	width:30%;
	padding-top:20px;
}

.about-error {
	text-align: right;
}
.about-error a {
	font-size: 12px;
}

.tabs,
.tabs-nojs {
	
}

#content .tabs .tab-names,
#content .tabs-nojs .tab-names 
{
    /*border-bottom: 1px solid #d6d6d6;*/
    border-left: 1px solid #d6d6d6;
    border-top: 1px solid #d6d6d6;
    border-right:none;
    border-bottom:none;
    /*display: inline-block;*/
    /*padding-right: 4px;*/
    /*white-space: nowrap;*/
    margin:0 0 15px 0;
    font-size: 13px;    

}
#content .tabs .tab-names .item, 
#content .tabs-nojs .tab-names .item 
{
    cursor: pointer;
    margin-right: -3px;
    padding: 10px 13px;
    border-top:none;
    border-left:none;
    text-align:center;
        
	background: #ffffff; /* Old browsers */
    background: -moz-linear-gradient(top, #ffffff 0%, #ececec 100%); /* FF3.6+ */
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#ececec)); /* Chrome,Safari4+ */
    background: -webkit-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Chrome10+,Safari5.1+ */
    background: -o-linear-gradient(top, #ffffff 0%,#ececec 100%); /* Opera 11.10+ */
    background: -ms-linear-gradient(top, #ffffff 0%, #ececec 100%); /* IE10+ */
    background: linear-gradient(to bottom, #ffffff 0%,#ececec 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
	 -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startColorstr='#ffffff', endColorstr='#ececec')"; /* IE8 */
    border-right: 1px solid #d6d6d6;
    border-bottom: 1px solid #d6d6d6; 
	-moz-box-sizing: padding-box; /* Для Firefox */  
    box-sizing: padding-box; /* Ширина блока с полями */	
}
.tabs .tab-names .item:hover, 
.tabs-nojs .tab-names .item:hover 
{
	color:#f36f21;
}
#content .tabs .tab-names .item.selected, 
#content .tabs-nojs .tab-names .item.selected 
{
	color:#f36f21;
	background: #ececec; /* Old browsers */
	background: -moz-linear-gradient(top, #ececec 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ececec), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ececec 0%,#ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ececec 0%,#ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ececec 0%,#ffffff 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ececec', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
}
.tabs .tab-contents {
	
}
.tabs .tab-contents .item {
	display:none;
}
.tabs .tab-contents .item.selected {
	display:block;
}
#content .tabs .tab-contents .item ul  {
	margin:0;
}
.tabs.compact {
	
}
.tabs.compact .tab-item-name  {
    background: none repeat scroll 0 0 transparent;
    border: medium none;
    display: block;
    font-size: 20px;
    margin: 0 0 15px;
    padding-left: 0;
    padding-right: 0;
}
.tabs.compact .tab-item-name span {
	border-bottom:1px dashed;	
	cursor:pointer
}
.tabs.compact .tab-item-name span:hover {
	color:#f36f21;
}
.tabs.compact .tab-item-name.selected {
	color:#f36f21;
}
.tabs.compact .tab-names .item.selected {
	background:none;
}
.tabs.compact .tab-item-content {
	display:none;
	margin: 0 0 15px;
}	
.tabs.compact .tab-item-content.selected {
	display:block;
}
.tabs.compact .tab-item-content.selected .accordeon{
	margin-left: 15px;
}


.page-nav {
	margin-top: 15px;
}

.page-nav .prev,
.page-nav .next {
	display:none;
}
.page-nav a {
	padding:3px 5px;
}
.page-nav span {
	border:2px solid #f36f21;
	border-radius:3px;
	padding:3px 5px;
}


.rounded-block-with-image {
	border-radius:5px;
	border:1px solid #bdbdbd;
	width:628px;
	margin:0 0 15px 0;
}
.rounded-block-with-image .image {
	height:231px;
	overflow:hidden;
}
.rounded-block-with-image img {
	border-radius:5px 5px 0 0;	
}

.rounded-block-with-image .tab-contents {
	padding: 13px 15px;
	margin:0;
}
#content .rounded-block-with-image .tabs .tab-names {
	display:table;
	margin:0;
	width:100%;
	text-align:center;
}
.rounded-block-with-image .tabs .tab-names .item.last {
	border:none;
}
.rounded-block-with-image .tabs.compact {
	margin:10px;
}


blockquote {
    background: url('/bitrix/templates/main/images/quote.gif') no-repeat scroll left top transparent;
    font-style: italic;
    margin-left: 20px;
    padding: 0 0 0 63px;
}
hr, .hr{
    border-image: url('/bitrix/templates/main/images/orange-line.png') 5 13 0 13 stretch repeat;
    border-style: solid;
    border-width: 5px 13px;
	border-color:orange;
}
.gray-bordered-block {
	border:8px solid #ecf0f1;
	padding:10px 15px;
	margin:15px 0;
}


/* Список блоков с картинками */
.loan-list {
	
}
.loan-list .clear.by-2,
.loan-list .clear.by-3 {
	display:none;
}
.loan-list .clear.by-4 {
	display:block;
}
.block-with-image {
	width:294px;
	margin:0 15px 37px 0;
}
.block-with-image .image {
	background: rgb(121,138,174); /* Old browsers */
	background: -moz-linear-gradient(top, rgba(121,138,174,1) 0%, rgba(19,36,72,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(121,138,174,1)), color-stop(100%,rgba(19,36,72,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom, rgba(121,138,174,1) 0%,rgba(19,36,72,1) 100%); /* W3C */

    border: 1px solid #bdbdbd;
    height: 210px;
    overflow: hidden;
    
}
.block-with-image .image img {
	margin:0;
	padding:0;
	border:0;
	line-height:1;
}
.block-with-image .description-1 {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C */
	padding:21px 18px;
	border-left:1px solid #bdbdbd;	
	border-right:1px solid #bdbdbd;	
	border-bottom:1px solid #bdbdbd;	
}
.block-with-image .description-1 .title {
	color:#092c74;
	font-weight:bold;
	font-size:18px;
	margin-bottom:10px;
}
.block-with-image.section .description-1 .title {
	margin:0;
}
#content .block-with-image .description-1 .title a {
	text-decoration:none;
}
#content .block-with-image.hover .description-1 .title a,
#content .block-with-image .description-1 .title a:hover {
	color:#f36f21;
}
.block-with-image .description-2 {
	background:#f5f7f8;
	border-left:1px solid #bdbdbd;	
	border-right:1px solid #bdbdbd;	
	border-bottom:1px solid #bdbdbd;	
	padding:21px 18px;
}
#content .block-with-image .description-2 ul {
}
#content .block-with-image .description-2 ul li {
	
}
.block-with-image .blue-button {
    position:absolute;
    bottom:-16px;
	left:51px;
    z-index:1;
}


/* Детальная кредита */

.loan-detail {
	
}
.loan-detail .left-block {
	float:left;
	
}
.loan-detail .right-block {
    float: left;
    width: 35%;
    padding:2%	
}
.loan-detail .rounded-block-with-image {
    margin-right: 2%;
    width: 58%;
}
.rounded-block-with-image .image {
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top, #ffffff 0%, #e8e8e8 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#e8e8e8)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #ffffff 0%,#e8e8e8 100%); /* IE10+ */
	background: linear-gradient(to bottom, #ffffff 0%,#e8e8e8 100%); /* W3C */	
    border-radius:5px 5px 0 0;
     position: relative;
}
.rounded-block-with-image .image .img-bl,
.rounded-block-with-image .image .img-bl-special
{
    position:relative;
    display: inline-block;
	z-index: 1;
}

.rounded-block-with-image .image .img-bl:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 117px;
	height: 252px;
	z-index: 11;
	
	background: url('/bitrix/templates/main/images/inko-back.png');
}

.rounded-block-with-image .image .img-bl-special:after {
	content: "";
	position: absolute;
	right: 0;
	top: 0;
	bottom: 0;
	width: 117px;
	height: 292px;
	z-index: 11;
	
	background: url('/bitrix/templates/main/images/inko-back2.png');
}

.rounded-block-with-image .image .orange-block {
    border: 5px solid #f36f21;
    float: right;
    font-size: 20px;
    margin: 30px;
    padding: 17px 4%;
    position: absolute;
    right: 0;
    top: 0;
    width: 28%;
    z-index: 10;
}

.rounded-block-with-image .image img {
    float: left;
}
.rounded-block-with-image .image .orange-block p {
	margin:0 0 10px 0;
}
.notetext {
	padding:15px;
}
.block-with-image.pseudo-element {
	
}
.block-with-image.pseudo-element .header {
	background:#0a2c74;
	padding:8px;
	color:#ffffff;
	font-family: 'TextCondPro',Arial;
	font-weight:bold;
}
.block-with-image.pseudo-element .header .float-left {
    float: left;
    font-size: 20px;
    height: 43px;
    width: 142px;
}
.block-with-image.pseudo-element .header .image {
	float:right;
	width:100px;
}
.block-with-image.pseudo-element .body {
	padding:15px 0 0 0;
}

#content .loan-detail .right-block ul {

}
#content .loan-detail .right-block ul li {
	margin:0 0 5px 0;
	padding:0;
	background:none;
}
#content .loan-detail .right-block .online-button {
    padding: 29px 0 16px;
}
#content .loan-detail .right-block .print-version {
	
}

.accordeon .item-content.selected-no-hidden {
	display: block !important;
}


#content .result-block .gray-block ul li{
	font-size: 16px;
}






#footer-menu .menu-it {
	display: table-cell;
	vertical-align: top;
}

.footer-office {
	font-size: 12px;
	font-style: italic;
}

#footer-menu .footer-menu {
	width: 50%;
}

#footer-menu .footer-online-services .btn {
	 display: inline-block;
	margin-top: 10px;
}

#footer-menu .footer-contact {
	line-height: 1.4em;
}

#footer-menu .footer-contact a {
	 margin: 0.3em 0;
	 display: block;
}

#footer .footer-left {
	float: left;
	width: 60%
}

#footer .footer-left p{
	margin-bottom: 0.9em;
}

#footer .footer-right {
	clear: right;
	float: right;
}

#footer .footer-right .bs_social-fb {
    width: 22px;
	height: 23px;
	background: url('/bitrix/templates/main/images/facebook.png') no-repeat;
	display: inline-block;
	margin-left: 5px;
}

#footer .footer-right .bs_social-tw {
    width: 22px;
	height: 19px;
	background: url('/bitrix/templates/main/images/Twitter_logo_blue.png') no-repeat;
	display: inline-block;
	margin-left: 5px;
}

#footer .footer-right .social-vk,
#footer .footer-right .social-fb {
	width: 22px;
	height: 13px;
	background: url('/bitrix/templates/main/images/sprite.png') no-repeat;
	display: inline-block;
	margin-left: 5px;
}

#footer .footer-right .social-vk {
	background-position: -373px -279px;
}

#footer .footer-right .social-fb {
	background-position: -377px -298px;
	width: 16px;
}

#footer .footer-right .social-vk:hover {
	background-position: -344px -279px;
}

#footer .footer-right .social-fb:hover {
	background-position: -348px -298px;
}

#footer .orphus {
	margin-top: 10px;
}

/* Калькулятор */

.result-block {
    margin: 30px 0;
}

.result-block #right-column {
	padding-top: 0;
	width: 40%;
}

.result-block #right-column .gray-block {
	margin-top: 0;
}
.result-block #right-column .gray-block ul {
	margin:0;
}

.calculator .row {
	margin-bottom: 25px;
}

.calculator label {
	font-size: 20px;
    font-family: 'pf_din_text_cond_probold', 'Arial';
    text-transform: uppercase;
    width: 35%;
    display: inline-block;
} 

.calculator input[type="tel"],
.calculator input[type="text"],
.calculator .slider_block
{
	box-sizing: border-box;
    width: 60%;
    float: right;
    height: 30px;
}

.calculator .jq-selectbox {
	float: right;
	width: 60%;
}

.calculator .jq-selectbox__select {
    float: right;
    box-sizing: border-box;
    width: 100%;
}

.calculator .checkbox-allwidth {
   width: auto;
   float: left;
}

.calculator .regular {
   text-transform: none;
}

.calculator input[type="checkbox"].checkbox-allwidth {
	margin: 4px 0 0 15px;
}

.calculator .btn {
	padding: 5px 35px;
}

.calculator .slider_content {
	width: 80%;
	display: inline-block;
}

.calculator .input_cont {
	width: 20%;
	float: left;
	margin-top: -6px;
}

.calculator .input_cont input{
	float: left;
	width: 85%;
}

.calculator .slider_block .min_max {
	margin-top: 5px;
}

.save-text {
	font-size: 12px;
	display: block;
	margin-top: 20px;
}

input.error-input {
	border: 1px solid #FF0000;
	color: #333333;
}

#right-column.calculator {
	padding-top: 0;
}

.calculator-image {
	margin-left: 20px;
}

#content .ui-slider-horizontal .ui-slider-handle {
	cursor: pointer;
}

#content .jq-selectbox__dropdown ul li {
	background-image: none;
}


#content .jq-selectbox__dropdown ul li.selected {
	background: none repeat scroll 0 0 #f1621d;
	color: #FFFFFF;
}

#content .jq-selectbox__dropdown ul li:hover {
	background: none repeat scroll 0 0 #f1621d;
	color: #FFFFFF;
}

.display-on-change-block {
	display: none;
}

/* site map */

.main-map ul li{
	display: inline-block;
	vertical-align: top;
	width: 48%;
	margin-bottom: 20px;
}


.main-map ul li ul li{
	display: block;
}

/* search */

.search-title-block {
    position: absolute;
    right: 12px;
    top: 32px;
}

.bspn-default ul li {
	background: none;
}

/* Special offers */

.specials-list {
	vertical-align: top;
}

.specials-list .rounded-block-with-image{
	border: 0;
	float: left;
	width: 68%;
}

.specials-list .block-with-image {
    border: 1px solid #bdbdbd;
    border-radius: 3px;
    margin: 0 15px 37px 0;
    width: 100%;
    position: relative;
}

.specials-list .block-with-image .image {
   background: none repeat scroll 0 0 #ffffff;
    height: 292px;
    position: relative;
    border: 0;
}

.specials-list .block-with-image .special-info {
   padding: 20px;
   border-top: 1px solid #bdbdbd;
}

.specials-list .block-with-image .special-info .special-read-more {
   margin-top: 15px;
   width: 100%;
   display: block;
}

.specials-list .rounded-block-with-image .image .orange-block {
    border: 5px solid #f36f21;
    font-size: 20px;
    padding: 15px 1%;
    position: absolute;
    right: 65px;
    top: 63px;
    width: 33%;
    text-transform: uppercase;
}
.specials-list .rounded-block-with-image img {
	border-radius:0;	
}

.specials-list .block-with-image .toggle-link {
    bottom: -10px;
}

.specials-list .gray-block {
	width: 25%;
	float: right;
	font-style: italic;
}/*
.print-version {
    font-style: normal;
    padding-left: 25px;
    position: relative;
}

.print-version:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -382px -383px transparent;
    content: "";
    height: 16px;
    left: 0;
    position: absolute;
    top: 0;
    width: 16px;
}*/

.special-detail {
	border: 0;
}
.special-detail .left-block{
	float: left;
	width: 64%;
}

.special-detail .right-block{
	float: right;
	width: 30%;
}

.career .left {
    display: inline-block;
    vertical-align: top;
    width: 65%;
    padding-right: 20px;
    box-sizing: border-box;
}
.career .left .form{
	float: left;
	margin-bottom: 20px;
}
.career .left .form .jq-selectbox__select{
	width: 160px;
}

.career .left .vacancy {
	list-style: none;
}

.career .left .vacancy li{
	margin-bottom: 15px;
	background-position: 1px 4px;
	background-image: none;
	padding-left: 0;
}
.career .left .vacancy .on_show{
	display: none;
}
.career .left .vacancy li a{
	text-decoration: none;
	border-bottom: 1px dotted;
	font-size: 20px;
	color: #333333;
}
.career .left .vacancy li .dop-text{
	margin: 0 0 25px;
}
.career .left .vacancy li .dop-text .info-content{
	margin-top: 15px;
}

.career .right {
    display: inline-block;
    vertical-align: top;
    width: 34%;
    box-sizing: border-box;
}

.career .right .request_form {
   width: 100%;
   vertical-align: top;
    display: inline-block;
}
.career .right .request_form h2 {
	margin-top: 0;
}
.career .right .request_form .form-info {
	margin-top: 10px;
}
.career .right .request_form .starrequired {
	color: red;
	font-weight: bold;
}

.career .right .request_form .jq-selectbox{
	width: 100%;
	box-sizing: border-box;
}

.career .right .request_form .jq-selectbox__select{
	width: 100%;
	box-sizing: border-box;
}

option.disnone,
li.disnone {
	display: none !important;
}

.jq-selectbox li {
	 white-space: normal !important;
}
.top-phones .top-phones-list li.print_only,
.print_only {
	display: none;
}



/* раскрытие информации */


.disclosure .dis-section a{
	text-decoration: none;
}

.disclosure .dis-section .section-text{
	margin-bottom: 20px;
}

.disclosure .dis-section .tab-names{
	width: 100%;
	display: block;
	margin: 30px 0 20px;
	text-align: left;
}

.disclosure .dis-section .tab-names a {
    border-bottom: 1px dotted;
    color: #333333;
    display: inline-block;
    font-size: 16px;
    margin: 0 12px 8px 6px;
    text-decoration: none;
}


.disclosure .dis-section .tab-names a.selected {
	color: #f36f21;
	font-weight: bold;
}

.disclosure .dis-section .tab-names a:hover {
	color: #f36f21;
}

.disclosure .dis-item {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 1.5%;
    vertical-align: top;
    width: 100%;
}

.disclosure .dis-item p {
	margin-top: 5px;
}


.itfile {
	padding-left: 20px;
	position: relative;
	display: inline-block;
}
.itfile .itfile-size{
    color: #333333;
    font-size: 13px;
}

.itfile:before {
    background: url('/bitrix/templates/main/images/sprite.png') no-repeat scroll -380px -216px transparent;
    content: "";
    height: 13px;
    left: 0;
    position: absolute;
    top: 0;
    width: 14px;
}


.itfile.file-doc:before, 
.itfile.file-docx:before 
{
	background-position: -380px -216px;
}

.itfile.file-pdf:before {
	background-position: -380px -203px;
}

.itfile.file-xls:before,
.itfile.file-xlsx:before
{
	background-position: -380px -230px;
}

.itfile.file-rar:before {
	background-position: -380px -243px;
}

.itfile.file-zip:before {
	background-position: -380px -260px;
}



/* подписка */

.subscribe .left-block {
	width: 63%;
	display: inline-block;
	vertical-align: top;
}

.subscribe .right-block {
	width: 31%;
	display: inline-block;
	vertical-align: top;
}

.subscribe .form_info {
	margin-top: 20px;
}

.subscribe.form form {
	margin-bottom: 20px;
}
.subscribe.form form dl {
	margin-bottom: 15px;
}

.no-top-margin,
.request_form .no-top-margin{
	margin-top: 0;
}

/* internet-bank интернет банк */

.internet-bank #right-column {
	padding-top: 0;
}

.internet-bank #right-column .gray-block {
	padding: 15px 3%;
	margin-top: 0;
}
.internet-bank .gray-block li{
	margin-bottom: 15px;
}

.internet-bank .row {
	margin-bottom: 25px;
}

.internet-bank label {
	font-size: 20px;
    font-family: 'pf_din_text_cond_probold', 'Arial';
    text-transform: uppercase;
    width: 35%;
    display: inline-block;
} 

.internet-bank input[type="tel"],
.internet-bank input[type="text"],
.internet-bank input[type="password"],
.internet-bank .slider_block
{
	box-sizing: border-box;
    width: 60%;
    float: right;
    height: 30px;
}

.internet-bank .jq-selectbox {
	float: right;
	width: 60%;
}

.internet-bank .jq-selectbox__select {
    float: right;
    box-sizing: border-box;
    width: 100%;
}

.internet-bank .checkbox-allwidth {
   width: auto;
   float: left;
}

.internet-bank .regular {
   text-transform: none;
}

.internet-bank input[type="checkbox"].checkbox-allwidth {
	margin: 4px 0 0 15px;
}

.internet-bank .btn {
	padding: 5px 35px;
}

.internet-bank .slider_content {
	width: 80%;
	display: inline-block;
}

.internet-bank .input_cont {
	width: 20%;
	float: left;
	margin-top: -6px;
}

.internet-bank .input_cont input{
	float: left;
	width: 85%;
}

.internet-bank .forgot_pass{
	margin-left: 15px;
}

.internet-bank .registration{
	display: inline-block;
	float: right;
}

.internet-bank .dis-item,
.internet-bank .news article {
    display: inline-block;
    margin-bottom: 10px;
    margin-right: 1%;
    vertical-align: top;
    width: 47%;
}


.internet-bank .news article h2 {
    font: bold 16px/16px Arial;
    margin: 5px 0;
    text-transform: none;
}

.internet-bank .news article .date {
	  color: #999999;
}

.float-right {
	float: right;
}

.print_only {
	display: none;
}


.slide_comment_bl {
    display: none;
    margin: 10px 0 0 25px;
    width: 93%;
}

.slide_comment {
	cursor: pointer;
	border-bottom: 1px dotted;
	padding-left: 0 !important;
}
.slide_comment:hover {
	border-bottom: 0;
}
/* End */
/* /bitrix/templates/main/js/fancybox/jquery.fancybox-1.3.4.css */
/* /bitrix/templates/main/styler/jquery.formstyler.css */
/* /bitrix/templates/main/fonts/stylesheet.css */
/* /bitrix/templates/main/components/bitrix/search.title/.default/style.css */
/* /bitrix/templates/main/styles.css */
/* /bitrix/templates/main/template_styles.css */
