@font-face {
	font-family: ALSRubl;
	src: url(/fonts/rouble.ttf);
}
.rubznak {
	font-family: ALSRubl;
}

input[type="text"], input[type="password"], input[type="email"] {
	width: 100%;
}
input[type="text"], input[type="password"], input[type="email"], textarea, select {
	padding: 6px 12px;
	border: 1px solid #CCCCCC;
	-webkit-transition: border-color ease-in-out .15s;
	-o-transition: border-color ease-in-out .15s;
	transition: border-color ease-in-out .15s;
}
input[type="text"]:focus, input[type="password"]:focus, input[type="email"]:focus, textarea:focus, select:focus {
	border-color: rgba(1, 125, 192, 0.70);
}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
body, input {
	font-family: 'PT Sans', 'Arial', sans-serif;
	font-size: 14px;
	line-height: 20px;
}
h1, h2, h3 {
	font-style: normal;
}
.h4, .h5, .h6, h4, h5, h6 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.h2, h2 {
	font-size: 28px;
	line-height: 32px;
	font-style: normal;
	margin-top: 40px;
	margin-bottom: 20px;
}
.h3, h3 {
	font-size: 24px;
	line-height: 30px;
	font-style: normal;
	margin-top: 30px;
	margin-bottom: 20px;
}
.h4, h4 {
	/*font-size: 18px;*/
	font-size: 20px;
	line-height: 26px;
}
img {
	border: 0;
}
img {
	vertical-align: middle;
}
label {
	display: block;
	max-width: 100%;
	padding-bottom: 5px;
	font-weight: 700;
}
.list-unstyled {
	padding-left: 0;
	list-style: none;
}
ul.list-radio {
	margin-top: 0;
	margin-bottom: 10px;
}
.list-radio li {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 1px;
}
button, input, optgroup, select, textarea {
	margin: 0;
	font: inherit;
	color: inherit;
}
input {
	line-height: normal;
}
button, input, select, textarea {
	font-family: inherit;
	font-size: inherit;
	line-height: inherit;
}
input[type=checkbox], input[type=radio] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
}
input[type=checkbox], input[type=radio] {
	margin: 4px 0 0;
	line-height: normal;
}
ul li input[type="radio"] {
	margin-left: -21px;
	margin-right: 4px;
}
button {
	overflow: visible;
}
button, select {
	text-transform: none;
}
button, html input[type=button], input[type=reset], input[type=submit] {
	-webkit-appearance: button;
	cursor: pointer;
}
.close {
	float: right;
	font-size: 21px;
	font-weight: 700;
	line-height: 1;
	color: #000;
	text-shadow: 0 1px 0 #FFF;
	filter: alpha(opacity=20);
	opacity: .2;
}
button.close {
	-webkit-appearance: none;
	padding: 0;
	cursor: pointer;
	background: 0 0;
	border: 0;
}
a {
	background-color: transparent;
}
a:active, a:hover {
	outline: 0;
}
[role=button] {
	cursor: pointer;
}
.btn {
	display: inline-block;
	padding: 6px 12px;
	margin-bottom: 0;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid transparent;
	border-radius: 4px;
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}
.btn.active, .btn:active {
	background-image: none;
	outline: 0;
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
.btn.focus, .btn:focus, .btn:hover {
	color: #333;
	text-decoration: none;
}
.btn-group-lg > .btn, .btn-lg {
	padding: 10px 26px;
	font-size: 18px;
	line-height: 1.3333333;
	border-radius: 30px;
}
.btn-link {
	font-weight: 400;
	color: #337AB7;
	border-radius: 0;
}
.btn-link, .btn-link.active, .btn-link:active, .btn-link[disabled], fieldset[disabled] .btn-link {
	background-color: transparent;
	-webkit-box-shadow: none;
	box-shadow: none;
}
.btn-link, .btn-link:active, .btn-link:focus, .btn-link:hover {
	border-color: transparent;
}
.btn-link {
	padding-left: 0;
	padding-right: 0;
	margin-right: 20px;
	border: 0;
	text-decoration: underline;
	text-decoration-style: dashed;
}
.btn-link:focus, .btn-link:hover {
	color: #23527C;
	text-decoration: underline;
	text-decoration-style: dashed;
	background-color: transparent;
}
.panel {
	margin-bottom: 20px;
	background-color: #FFF;
	border: 1px solid transparent;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
	box-shadow: 0 1px 1px rgba(0, 0, 0, .05);
}
.panel-group .panel {
	margin-bottom: 0;
	border-radius: 4px;
}
.collapse {
	display: none;
}
.collapse.in {
	display: block;
}
.collapsing {
	position: relative;
	height: 0;
	overflow: hidden;
	-webkit-transition-timing-function: ease;
	-o-transition-timing-function: ease;
	transition-timing-function: ease;
	-webkit-transition-duration: .35s;
	-o-transition-duration: .35s;
	transition-duration: .35s;
	-webkit-transition-property: height, visibility;
	-o-transition-property: height, visibility;
	transition-property: height, visibility;
}
.thumbnail {
	display: block;
	/*padding: 4px;*/
	margin-top: 3px;
	margin-bottom: 20px;
	line-height: 1.42857143;
	background-color: #FFF;
	/*border: 1px solid #ddd;*/
	/*border-radius: 4px;*/
	/*-webkit-transition: border .2s ease-in-out;*/
	/*-o-transition: border .2s ease-in-out;*/
	/*transition: border .2s ease-in-out;*/
}
.carousel-inner > .item > a > img, .carousel-inner > .item > img, .img-responsive, .thumbnail a > img, .thumbnail > img {
	display: block;
	max-width: 100%;
	height: auto;
}
.thumbnail a > img, .thumbnail > img {
	margin-right: auto;
	margin-left: auto;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal-dialog {
	position: relative;
	width: auto;
	margin: 10px;
}
.modal-content {
	position: relative;
	background-color: #FFF;
	-webkit-background-clip: padding-box;
	background-clip: padding-box;
	border: 1px solid #999;
	border: 1px solid rgba(0, 0, 0, .2);
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
	box-shadow: 0 3px 9px rgba(0, 0, 0, .5);
}
.modal-body {
	position: relative;
	padding: 15px;
}
.modal-open .modal {
	overflow-x: hidden;
	overflow-y: auto;
}
.fade.in {
	opacity: 1;
}
.modal {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1050;
	display: none;
	overflow: hidden;
	-webkit-overflow-scrolling: touch;
	outline: 0;
}
.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}
.modal.fade .modal-dialog {
	-webkit-transition: -webkit-transform .3s ease-out;
	-o-transition: -o-transform .3s ease-out;
	transition: transform .3s ease-out;
	-webkit-transform: translate(0, -25%);
	-ms-transform: translate(0, -25%);
	-o-transform: translate(0, -25%);
	transform: translate(0, -25%);
}
.modal.in .modal-dialog {
	-webkit-transform: translate(0, 0);
	-ms-transform: translate(0, 0);
	-o-transform: translate(0, 0);
	transform: translate(0, 0);
}
.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}
.modal-backdrop.fade {
	filter: alpha(opacity=0);
	opacity: 0;
}
.modal-backdrop.in {
	filter: alpha(opacity=50);
	opacity: .5;
}
.form-group {
	margin-bottom: 15px;
}
table {
	border-spacing: 0;
	/*border-collapse: collapse;*/
}
table {
	background-color: transparent;
}
.table {
	width: 100%;
	max-width: 100%;
	margin-bottom: 20px;
}
td, th {
	padding: 0;
}
.table > tbody > tr > td, .table > tbody > tr > th, .table > tfoot > tr > td, .table > tfoot > tr > th, .table > thead > tr > td, .table > thead > tr > th {
	padding: 8px;
	line-height: 1.42857143;
	vertical-align: top;
}
.text-right {
	text-align: right !important;
}
th {
	text-align: left;
}
.lead {
	margin-bottom: 20px;
	font-size: 16px !important;
	font-weight: 300;
	line-height: 1.4;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 600px;
		margin: 30px auto;
	}
	.modal-content {
		-webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
		box-shadow: 0 5px 15px rgba(0, 0, 0, .5);
	}
	.lead {
		font-size: 21px !important;
	}
}

.container {
	max-width: 860px;
}
label {
	font-weight: normal;
	cursor: pointer;
}
label.radio {
	display: inline-block;
	padding-left: 21px;
	margin-right: 10px;
}
ul.list-radio > li {
	margin-bottom: 30px;
	position: relative;
	padding-bottom: 1px;
}
ul.list-radio > li h3 input[type="radio"] {
	margin-left: -22px;
	margin-right: 4px;
}
ul.list-radio > li h3 {
	margin-top: 0;
}
ul.list-radio > li h3 + h3 {
	margin-right: 100px;
}
.thumbnail {
	width: 180px;
	margin-bottom: 0;
}
.thumbnail + .btn-group {
	margin-top: 10px;
}
h2 + div {
	margin-left: 42px;
}
.panel {
	-webkit-box-shadow: none;
	box-shadow: none;
	border: 0;
}
.panel-body {
	padding: 0;
}
.panel-body:before, .panel-body:after {
	display: block;
	content: '';
	clear: none;
}
.panel-group {
	/*margin-bottom: 50px;*/
}
.panel-group .panel + .panel {
	margin-top: 0;
}
.panel-group .panel {
	border-radius: 0;
}
.btn-link {
	padding-left: 0;
	padding-right: 0;
	margin-right: 10px;
	border: 0;
}
.collapsing {
	-webkit-transition: none;
	-o-transition: none;
	transition: none;
}
.modal-body img {
	width: auto;
	display: block;
	max-width: 100%;
	margin: 0 auto;
}
@media (min-width: 768px) {
	.modal-dialog {
		width: 800px;
	}
}
h4.pull-right {
	margin-top: 0;
	margin-left: 30px;
}
h4.pull-right > label {
	margin-bottom: 0;
}
.help {
	display: inline-block;
	margin-left: 12px;
}
.error_list {
	color: #CC3300;
	font-size: 85%;
}