/* reset */
* {
	margin: 0;
	padding: 0;
	outline: none;
}

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}

body {
	line-height: 1.2;
	-webkit-font-smoothing: antialiased;
	overflow-y: scroll;
}

header, nav, section, article, aside, footer {
	display: block;
}

input[type=button],
input[type=submit],
input[type=radio],
input[type=checkbox],
button,
select {
	cursor: pointer;
}

/*normalization mozila*/
button::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input::-moz-focus-inner {
	padding: 0;
	border: 0;
}

input:-webkit-autofill {
	background-color: transparent;
}

/*normalization ie7*/
* + html input[type=checkbox],
* + html input[type=radio] {
	width: 13px;
	height: 13px;
}

input, button {
	overflow: visible;
}

textarea {
	resize: none;
	overflow: auto;
}

em {
	font-style: italic;
}

b, strong {
	font-weight: bold;
}

ol, ul {
	list-style: none;
}

a {
	cursor: pointer;
	outline: none;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

h1, h2, h3, h4, h5, h6 {
	font-weight: 100;
}

img {
	border: none;
	vertical-align: top;
}

input {
	vertical-align: middle;
}

table {
	border-collapse: collapse;
	border: 0;
	width: 100%;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

/* remember to define focus styles! */
:focus {
	outline: none;
}

/*remove the border around the button*/
button::-moz-focus-inner,
input[type="reset"]::-moz-focus-inner,
input[type="button"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="submit"]::-moz-focus-inner,
input[type="file"] > input[type="button"]::-moz-focus-inner {
	/* */
	border: none;
}

/*remove the frame around the input type = "radio"*/
:focus {
	-moz-outline: 3px solid !important;
}

input[type="radio"]:focus {
	-moz-outline-radius: 12px !important;
	-moz-outline-offset: 0px !important;
}

/*remove the frame around the input type = "checkbox"*/
input[type="checkbox"]:focus {
	-moz-outline-offset: -1px !important;
	-moz-outline: 1px solid !important;
}

/*remove the frame around the inputs ie7*/
* + html a,
* + html button,
* + html input[type="submit"],
* + html input[type="radio"],
* + html input[type="checkbox"],
* + html input[type="button"] {
	noFocusLine: expression(this.onFocus=this.blur());
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}

del {
	text-decoration: line-through;
}

.a-sup-150 {
	font-weight: normal;
	font-size: 150%;
	text-decoration: none;
	vertical-align: super;
}

.text-line-through {
	text-decoration: line-through;
}

.a-sup-150 {
	font-weight: normal;
	font-size: 150%;
	text-decoration: none;
	vertical-align: super;
}

.text-line-through {
	text-decoration: line-through;
}

/* reset end */

/* ------ typographic styles ------ */
body {
	font: 15px/18px 'pt-sansregular', sans-serif;
	height: 100%;
}

.main-page {
	background: url(../img/bg/bg-body.png) repeat-x;
}

h1, h2, h3, h4, h5 {
}

h1 {
	font-size: 36px;
	line-height: 38px;
	font-family: 'pt-sansregular', sans-serif;
}

h2 {
	font-size: 25px;
	line-height: 28px;
	font-family: 'pt-sansregular', sans-serif;
}

h3 {
	font-size: 13px;
	line-height: 16px;
}

h4 {
	font-size: 14px;
	line-height: 20px;
}

h5 {
}

h6 {
}

strong {
	font-family: 'pt-sansbold', sans-serif;
	font-weight: normal;
}

a {
	outline: none;
	text-decoration: underline;
	cursor: pointer;
}

a:hover {
	/* text-decoration: none; */
}

img {
	border: none;
}

ul, ol {
	margin-left: 0px;
}

ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

ul li {
	line-height: 20px;
	padding-bottom: 0;
}

ol li {
	line-height: 20px;
	padding-bottom: 0;
	font-weight: bold;
}

ol {
	list-style-type: decimal;
	margin-left: 0;
	padding: 0;
}

ol span {
	font-weight: normal;
}

p {
	padding: 0 0 20px 0;
}

blockquote {
	font-style: italic;
	padding-left: 70px;
	margin-bottom: 20px;
}

hr {
	line-height: 1px;
	height: 0;
	border: none;
	background: none;
	border-bottom: 1px dotted;
	margin-bottom: 25px;
}

input[type="file"]:focus, input[type="radio"]:focus, input[type="checkbox"]:focus {
	outline: none;
}

/* ------ typographic styles end ------ */

.arrow {
	background: url(../img/sp-arrow.png) no-repeat;
	display: inline-block;
	vertical-align: middle;
}

/* icons */
[class^="icon-"], [class*=" icon-"] {
	background: url(../img/sp-icon.png) no-repeat;
	line-height: normal;
	vertical-align: middle;
	display: inline-block;
}

.icon-settings {
	background-position: 0 0;
	width: 25px;
	height: 25px;
}

.icon-settings-blue {
	background-position: 0 -45px;
	width: 25px;
	height: 25px;
}

.icon-del {
	background-position: 0 -90px;
	width: 25px;
	height: 22px;
}

.icon-edit {
	background-position: 0 -174px;
	width: 25px;
	height: 24px;
}

.icon-mail {
	background-position: 0 -508px;
	width: 25px;
	height: 15px;
}

.icon-mail-open {
	background-position: 0 -342px;
	width: 25px;
	height: 22px;
}

.icon-account {
	background-position: 0 -426px;
	width: 25px;
	height: 21px;
}

.icon-accounts {
	background-position: 0 -578px;
	width: 25px;
	height: 22px;
}

.icon-archive {
	background-position: 0 -262px;
	width: 29px;
	height: 20px;
}

.icon-check {
	background-position: 0 -662px;
	width: 23px;
	height: 20px;
}

.icon-check-blue {
	background-position: 0 -702px;
	width: 23px;
	height: 20px;
}

.icon-point {
	background-position: 0 -742px;
	width: 20px;
	height: 20px;
}

.icon-cross {
	background-position: 0 -822px;
	width: 21px;
	height: 21px;
}

.icon-gear {
	background-position: 0 -904px;
	width: 20px;
	height: 20px;
}

.icon-money {
	background-position: 0 -984px;
	width: 28px;
	height: 18px;
}

.icon-search {
	background-position: 0 -1022px;
	width: 25px;
	height: 23px;
}

.icon-edit-gray {
	background-position: 0 -1108px;
	width: 25px;
	height: 22px;
}

.icon-check-round {
	background-position: 0 -1192px;
	width: 36px;
	height: 36px;
}

.icon-registration {
	background-position: 0 -1248px;
	width: 33px;
	height: 40px;
}

.icon-add {
	background-position: 0 -1362px;
	width: 37px;
	height: 40px;
}

.icon-bag {
	background-position: 0 -1476px;
	width: 35px;
	height: 39px;
}

.icon-money {
	background-position: 0 -1476px;
	width: 35px;
	height: 39px;
}

.icon-find {
	background-position: 0 -1588px;
	width: 39px;
	height: 40px;
}

.icon-reload {
	background-position: 0 -1648px;
	width: 25px;
	height: 36px;
}

.icon-close {
	background-position: 0 -1704px;
	width: 17px;
	height: 17px;
}

/* icons end*/

/* btns */
.btn.custom {
	font-size: 15px;
	line-height: 18px;
	padding: 7px 15px 4px;
	margin: 0 5px;
	text-decoration: none;
}

.btn-primary.custom {
	border: 0;
}

.btn-primary.custom:hover,
.btn-primary.custom:focus {
}

.btn-lg.custom {
	font-size: 20px;
	line-height: 22px;
	padding: 14px 15px 10px;
}

.btn-sm.custom {
	font-size: 12px;
	line-height: 14px;
	padding: 7px 10px 4px;
}

.btn-link {
	text-decoration: underline;
	padding: 0;
}

.btn-primary.gray {
}

.btn-primary.gray:hover {
}

.clear {
	text-decoration: none;
}

.clear:hover,
.clear:focus {
	outline: none;
}

.extract .btn.clear {
	margin-right: 10px;
}

.extract .btn.clear .icon-close {
	margin: 0 5px;
}

/* btns end */

/* container */
.container {
	width: 1190px !important;
	max-width: none !important;
}

/* container end */

/* navbar */
.not-authorized.navbar .form-control.custom {
	float: none;
	width: 164px;
	border-radius: 5px;
	font-size: 17px;
	line-height: 20px;
	margin: 0 16px 0 0;
	display: inline-block;
}

.not-authorized.navbar label {
	font-weight: normal;
	font-size: 15px;
	line-height: 17px;
	margin: 0 5px 0 0;
}

.not-authorized.navbar .form-inline .btn-default {
	border-radius: 5px !important;
}

/* navbar */
.navbar {
	background: none;
	border: 0;
	margin-bottom: 35px;
}

.navbar .container {
	box-shadow: 1px 17px 19px -11px rgba(0, 0, 0, 0.38);
	padding: 0;
	width: 1180px !important;
}

/* top-area */
.navbar .top-area {
	padding: 10px 0 3px;
}

.navbar .top-area .btn-link {
	padding: 0;
	margin: -1px 8px 0 0;
	text-decoration: underline;
	font-size: 15px;
	line-height: 16px;
}

.navbar .top-area .btn-link:hover {
	text-decoration: none;
}

.navbar .system span {
	padding: 0 0 0 17px;
}

.navbar .phone {
	font-size: 20px;
	line-height: 22px;
	margin-top: -2px;
}

.navbar .phone span {
	margin: 0 0 0 6px;
}

.navbar .phone strong {
	margin-right: 8px;
}

/* social */
.navbar .social {
	margin: -6px 0 0 87px;
}

.social li {
	float: left;
	padding: 0 0 0 20px;
}

.social li:first-child {
	padding-left: 0;
}

.social li a {
	background: url(../img/sp-soc.png) no-repeat;
	width: 24px;
	height: 24px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
}

.social .vk {
	background-position: 0 0;
}

.social .vk:hover {
	background-position: 0 -120px;
}

.social .fb {
	background-position: 0 -40px;
}

.social .fb:hover {
	background-position: 0 -160px;
}

.social .tw {
	background-position: 0 -80px;
}

.social .tw:hover {
	background-position: 0 -200px;
}

.social .ok {
	background-position: 0 -240px;
}

.social .ok:hover {
	background-position: 0 -270px;
}

/* social end */
/* top-area end */

/* bottom-area */
.navbar .bottom-area {
	padding: 16px 0 10px;
	-webkit-border-radius: 0 0 5px 5px;
	-moz-border-radius: 0 0 5px 5px;
	border-radius: 0 0 5px 5px;
	height: 86px;
}

.navbar-brand {
	background: url(../pic/logos/logo.png) no-repeat left center;
	width: 390px;
	height: 86px;
	margin: 0 0 0 21px !important;
}

.navbar .form-inline.custom {
	margin: 0 0 0 1px;
}

.navbar .form-control.custom {
	width: 285px;
	height: 36px;
	border: 0;
	font-size: 20px;
	line-height: 24px;
	padding: 6px 8px;
	float: left;
	-webkit-border-radius: 5px 0 0 5px;
	-moz-border-radius: 5px 0 0 5px;
	border-radius: 5px 0 0 5px;
}

.navbar .form-control.custom::-moz-placeholder {
	opacity: 1;
}

.navbar .form-control.custom:focus {
	box-shadow: none;
	border: 0 !important;
}

.navbar .bottom-area .form-inline .btn.custom {
	float: left;
	-webkit-border-radius: 0 5px 5px 0;
	-moz-border-radius: 0 5px 5px 0;
	border-radius: 0 5px 5px 0;
	border: 0;
	padding: 9px 25px 7px;
	margin: 0;
	font: 17px/20px 'pt-sansbold', sans-serif;
}

.navbar .bottom-area .form-inline .btn.custom:hover {
}

.navbar .bottom-area .user .title {
	display: block;
	font-size: 13px;
	line-height: 14px;
	padding: 0 0 2px;
}

.navbar .bottom-area .user {
	margin: 2px 0 0 0;
}

.navbar .bottom-area .user .btn-link {
	font-size: 15px;
	line-height: 16px;
	font-family: 'pt-sansbold', sans-serif;
	padding: 0;
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
	max-width: 260px;
}

.navbar .bottom-area .user .btn-link:hover {
	text-decoration: none;
}

.navbar .bottom-area .user .icon-settings {
	margin: 9px 10px 0 0;
}

/* bottom-area end */
/* navbar end */

/* menu */
.menu {
	padding: 0 0 15px;
}

.menu .nav-pills {
	text-align: center;
	padding: 0 0 20px;
}

.menu .nav-pills > li {
	font-size: 23px;
	line-height: 26px;
	border-radius: 0;
	margin: 0;
	padding: 0 0 0 39px;
	position: relative;
	float: none;
	display: inline-block;
}

.menu .nav-pills > li:first-child {
	padding-left: 0;
}

.menu .nav-pills > li > a {
	padding: 0;
	display: inline;
	background: none;
}

.menu .nav-pills > li > a:hover,
.menu .nav-pills > li > a:focus {
	background: none;
	outline: none;
}

.menu .nav-pills .active a {
	text-decoration: none;
}

.menu .nav-pills .badge-link {
	margin: 0 0 -7px;
}

.menu .nav-pills em {
	font-style: normal;
	text-decoration: underline;
}

.menu .nav-pills > li > a:hover em {
	text-decoration: none;
}

.menu .badge.custom {
	margin: 3px 0 0 5px !important;
	padding: 3px 5px 1px;
	font-size: 12px;
	line-height: 14px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	text-decoration: none !important;
}

/* submenu */
.submenu.nav-pills {
	padding: 0 0 24px;
	text-align: center;
}

.submenu.nav-pills li {
	float: none;
	display: inline-block;
	margin: 0 0 11px 40px;
	padding: 0;
}

.settings.form-template .heading {
	margin-bottom: 30px;
}

.submenu.nav-pills li:first-child {
	margin-left: 0;
}

.submenu.nav-pills li a {
	font-size: 20px;
	line-height: 22px;
	text-decoration: underline;
	display: inline-block;
	padding: 0;
}

.submenu.nav-pills .active a {
	font-family: 'pt-sansbold', sans-serif;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.26);
	text-decoration: none;
	padding: 9px 30px 6px;
	margin: -9px -30px -6px;
}

.submenu.nav-pills .active a:hover,
.submenu.nav-pills .active a:active {
}

.submenu.nav-pills li a:focus {
}

.submenu.nav-pills li a:hover,
.submenu.nav-pills li a:active {
	text-decoration: none;
	background: none;
}

/* submenu end */

/* dropdown-menu */
.dropdown-menu.custom {
	width: 148px;
	min-width: 148px;
	left: 20px;
	top: -16px;
	padding: 8px 0;
	font-size: 15px;
	line-height: 16px;
	border: 0;
	text-align: left;
}

.dropdown-menu.custom > li:first-child {
	font-size: 23px;
	line-height: 26px;
}

.dropdown-menu.custom > li:first-child a {
	text-decoration: none;
}

.dropdown-menu.custom > li > a {
	white-space: normal;
	padding: 3px 19px;
}

.dropdown-menu.custom > li > a:hover, .dropdown-menu.custom > li > a:focus {
	background: none;
}

/* services */
.services {
	margin: 0 0 10px;
}

.services ul {
	text-align: center;
}

.services ul li {
	width: 85px;
	display: inline-block;
	margin: 0 0 0 6px;
}

.services ul li a {
	display: block;
	padding: 10px 0px;
}

.services ul .active a,
.services ul li a:hover {
	padding: 10px 0px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
	position: relative;
}

.services ul li a:focus {
	outline: none;
}

.services div.service-root-group {
	display: block;
	position: relative;
	text-align: center;
}

.services div.service-root-group img {
	max-width: 85px;
	max-height: 60px;
}

.services div.service-root-group .nologo {
	display: inline-block;
	position: absolute;
	top: 33px;
	font-weight: bold;
	font-size: 12px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.services ul .active div.service-root-group a .nologo,
.services ul div.service-root-group a:hover .nologo {
	top: 33px;
}

/* services end */
/* dropdown-menu end*/

/* settings-menu */
.settings-menu {
	position: relative;
}

.settings-menu .dropdown-menu.custom {
	left: auto;
	right: 0;
	top: 40px;
	min-width: 170px;
}

.settings-menu .dropdown-menu.custom li:first-child {
	font-size: 15px;
	line-height: 17px;
}

.settings-menu .dropdown-menu > li > a:hover, .settings-menu .dropdown-menu > li > a:focus {
}

/* settings-menu end */
/* menu end */

/* info-block */
.info-block {
	padding: 0 0 23px;
}

.info-block .box {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	padding: 14px 0 18px;
	margin: 0 0 20px;
}

.info-block .box.shadow {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
	margin: 0 0 34px;
}

.info-block .box.shadow .btn {
	font-size: 17px;
	line-height: 20px;
	font-family: 'pt-sansbold', sans-serif;
}

.info-block .box.shadow .btn .sign {
	margin: 3px 0 0;
}

.info-block .box .sign {
	margin: 1px 0 0;
}

.info-block .box em {
	font-style: normal;
}

.info-block h2,
.templates h2 {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 20px 4px;
	margin: 0 0 3px;
}

.info-block h3,
.templates h3 {
	font: 17px/20px 'pt-sansbold', sans-serif;
	margin: 0 0 5px;
}

.info-block h3 a,
.templates a {
}

.info-block .box .icon-settings-blue {
	margin: -3px -3px 0 0;
}

.info-block .box ul {
	padding: 0 0 20px;
}

.info-block .box ul li {
	padding: 19px 14px 8px 20px;
	border-bottom: 1px solid;
}

.info-block .box ul li .points {
}

.info-block .box ul li strong {
	font-size: 17px;
	line-height: 18px;
}

.info-block .box.shadow .sign {
	margin: 2px 0 0;
}

.info-block .box ul li .btn-link {
	padding: 0;
	display: inline;
	white-space: normal;
}

.info-block .box ul li .btn-link:hover {
	text-decoration: none;
}

.info-block .box .bottom {
	text-align: center;
}

.info-block .box.last h2 {
	margin-bottom: 8px;
}

.info-block .box.last ul li {
	font-size: 15px;
	line-height: 18px;
	padding: 17px 14px 13px 20px;
}

.info-block .box.last span {
	width: 270px;
}

.info-block .box.last .btn-link {
	font-size: 15px;
	line-height: 16px;
}

.info-block .box.last strong {
	font-size: 15px;
	line-height: 16px;
}

.info-block .notice .date {
	font-size: 14px;
	line-height: 15px;
	display: block;
}

.info-block .notice .badge-link {
	margin: -8px -10px 0 0;
}

.badge.custom {
	font: 14px/16px 'pt-sansbold', sans-serif;
	padding: 5px 9px 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.info-block .notice ul {
	padding: 0 0 4px;
}

.info-block .notice ul li {
	border: 0;
	padding: 6px 14px 6px 20px;
}

.info-block .notice .btn-link {
	white-space: normal;
	text-align: left;
}

.info-block .news-panel {
	font-size: 16px;
	line-height: 18px;
	text-transform: uppercase;
	border-top: 1px solid;
	border-bottom: 1px solid;
	padding: 8px 19px 5px;
}

.info-block .information {
	padding-bottom: 13px;
}

.info-block .information .top {
	margin-bottom: 19px;
	padding: 0 13px 2px 20px;
	background: url(../img/bg/line.png) repeat-x 0 100%;
}

.info-block .information .top h2 {
	background: none;
	padding: 0;
}

.info-block .information.box .settings-menu {
	padding: 0;
}

.info-block .information .settings-menu li {
	border: 0;
	padding: 0;
}

.info-block .news-panel .pull-right, .box .top .pull-right {
	margin: 0 6px 0 0;
}

.info-block .dropdown-menu.custom {
	padding: 8px 0;
	top: 28px;
	right: -13px;
	min-width: 176px;
}

.info-block .dropdown-menu.custom li a {
	text-decoration: none;
}

.info-block .values {
	padding: 18px 0 15px 20px;
}

.info-block .values .item {
	margin: 0 0 0 10px;
}

.info-block .values .item:first-child {
	margin-left: 0;
}

.info-block .values .arrow.red {
	width: 7px;
	height: 18px;
	background-position: 0 0;
}

.info-block .values .name {
	margin: 0 5px 0 0;
}

.info-block .values .num {
	margin: 0 20px 0 10px;
}

.info-block .values .arrow.green {
	width: 7px;
	height: 17px;
	background-position: 0 -38px;
}

/* calendar-table */
.calendar-table {
	margin-top: 8px;
	position: relative;
}

.calendar-table .arrow-left {
	position: absolute;
	background: url(../img/sp-arrow.png) no-repeat 0 -791px;
	width: 30px;
	height: 24px;
	position: absolute;
	left: 19px;
	top: 88px;
}

.calendar-table .arrow-left:hover {
	background-position: 0 -169px;
}

.calendar-table .arrow-right {
	position: absolute;
	background: url(../img/sp-arrow.png) no-repeat 0 -835px;
	width: 30px;
	height: 24px;
	position: absolute;
	right: 19px;
	top: 88px;
}

.calendar-table .arrow-right:hover {
	background-position: 1px -257px;
}

.info-block .table-holder {
	width: 256px;
	margin: 0 auto;
	font-size: 16px;
	line-height: 18px;
}

.info-block .table {
	margin: 0;
}

.info-block .table td {
	border: 0;
	padding: 8px 8px 10px;
	text-align: center;
	vertical-align: middle !important;
}

.info-block .table .active {
	background: none;
}

.info-block .table .active a {
	width: 26px;
	height: 21px;
	margin: 0 auto;
	display: block;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	display: block;
}

.info-block .table .day a {
}

.calendar-table .table .payments-list {
	padding: 0;
	margin: -10px 0 -13px;
	text-align: center;
}

.calendar-table .table a {
	text-decoration: none;
}

.calendar-table .table .payments-list li {
	display: inline-block;
	padding: 0;
	border: 0;
}

.calendar-table .payments-list em {
	width: 4px;
	height: 4px;
	display: block;
	font-style: normal;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}

.calendar-table .payments-list .red {
}

.calendar-table .payments-list .blue {
}

.calendar-table .payments-list .green {
}

.calendar-table .payments-list.empty em {
	border: 1px solid;
}

/* calendar-table end */

/* templates */
.one-templates {
	margin-top: 14px;
}

.templates .block {
	min-height: 215px;
	margin: 0 0 20px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
}

.templates .block .title {
	font: 12px/14px 'pt-sansregular', sans-serif;
	text-transform: uppercase;
	display: block;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;
	border-radius: 4px 4px 0 0;
	text-align: center;
	padding: 6px 0 0;
	margin: 0 0 11px;
}

.templates .block.mobile .title {
}

.templates .block.credits .title {
}

.templates .block.tv .title {
}

.templates h2 {
	margin-bottom: 18px;
}

.templates .block .img-holder {
	margin: 0 10px 18px;
}

.templates .block .img-holder p.nologo {
	display: inline-block;
	position: absolute;
	top: 38px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.templates .block .img-holder.color {
}

.templates .block .cost {
	font-size: 17px;
	line-height: 18px;
	display: block;
	padding: 0 0 2px;
}

.templates .sign {
	margin: 2px 0 0;
}

.templates h3 {
	margin: 0 10px;
}

.templates .block span {
	display: block;
	margin: -1px 10px 0;
}

.templates .block .block-holder {
	display: table;
	width: 100%;
}

.templates .block .block-frame {
	width: 100%;
	display: table-cell;
	vertical-align: middle;
	height: 120px;
}

.templates .add-templ .block-frame {
	height: 210px;
}

.templates .add-templ img {
	display: block;
	margin: 0 auto 5px;
}

.templates .add-templ .btn-link {
	font-size: 17px;
	line-height: 18px;
	padding: 0;
}

.templates .add-templ .btn-link:hover {
	text-decoration: none;
}

/* templates end */
/* info-block end*/

/* form-template */
.form-template {
	padding: 0 0 40px;
}

.form-template .form-template-inner {
	padding: 20px 0 11px;
}

/* heading */
.form-template .heading {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 14px;
	margin: 0 0 7px;
}

.form-template h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 12px 0 0 18px;
}

.form-template .add-list {
	margin: 8px 0 0 5px;
}

.form-template .add-list li {
	padding: 0 0 15px;
}

.form-template .add-list li a {
	text-decoration: none;
}

.form-template .add-list img {
	margin: -5px 10px 0 0;
}

.form-template .add-list li a:hover {
	text-decoration: underline;
}

.form-template .heading .img-holder img {
	/*margin: 0 20px 0 0;*/
}

.form-template .heading .img-holder a {
	margin-right: 20px;
}

.form-template .heading .pull-right.img-holder {
	display: block;
	position: relative;
	text-align: center;
}

.form-template .heading .pull-right.img-holder p {
	display: inline-block;
	position: absolute;
	top: 28px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.form-template label {
	font-weight: normal;
	font-size: 20px;
	line-height: 22px;
	margin-bottom: 13px;
	cursor: pointer;
}

/* heading end */
.form-template .form-group {
	padding: 15px 20px 20px;
	margin: 0;
	border-bottom: 1px solid;
}

.form-control.custom {
	border: 0;
	padding: 8px 18px 3px;
	font-size: 20px;
	line-height: 22px;
	font-family: 'pt-sansregular', sans-serif;
	height: 44px;
	box-shadow: none;
	border: 2px solid;
}

.form-control.custom:focus {
	box-shadow: none;
}

.form-control.custom::-moz-placeholder {
	opacity: 1;
}

.form-control.one-control::-moz-placeholder {
	opacity: 1;
}

.form-control.one-control::-webkit-input-placeholder {
	opacity: 1;
}

.form-control.gray-control::-moz-placeholder {
}

.form-control.gray-control {
}

.form-template .vertical-align .col-xs-6 {
	display: table;
}

.form-template .description {
	font-size: 15px;
	line-height: 18px;
	padding: 0 70px 0 25px;
	display: table-cell;
	vertical-align: middle;
}

.form-template .description p {
	padding: 0;
}

textarea.form-control {
	min-height: 133px;
	font-size: 20px;
	line-height: 30px;
}

textarea.form-control.custom {
	line-height: 29px;
}

textarea.form-control.two-rows {
	min-height: 73px;
}

.form-template .one-group .row {
	margin-bottom: 20px;
}

.form-template .one-group {
	padding-bottom: 0;
}

.form-template .one-group label {
	margin: 12px 0 0;
}

.form-template .one-group .description {
	margin: 0;
}

.form-template .one-group .min-size {
	width: 62px;
	margin: 0 20px 0 0;
}

.form-template .one-group .small-size {
	width: 116px;
	padding-right: 10px;
}

.form-template .form-row label {
	margin-right: 18px;
}

.form-template label.gray {
}

.form-template .form-row .description {
	margin-left: 10px;
}

.form-template .short {
	width: 170px;
}

.form-template .error-group {
	padding-bottom: 12px;
}

.form-template .error-group .description {
	margin-top: 0;
}

.form-template .error-group .form-control {
}

.form-template .select {
	width: 100%;
}

.form-template .select-size {
	width: 365px;
}

.form-template .select-medium {
	width: 255px;
	margin-right: 30px;
}

.form-template .select-holder {
	margin: 0 0 0 -10px;
}

.form-template .selects .description {
	margin-top: 0;
}

.form-template .error-group button.select {
}

.form-template .error-group button.select span.ui-icon {
	background-position: 0 -31px;
}

.form-template .error-group.selects label {
}

.form-template .align-group {
	text-align: center;
}

.form-template .align-group .jquery-checkbox,
.form-template .align-group .jquery-radiobox {
	margin-left: 39px;
}

.form-template .padding-block {
	padding-top: 20px;
	padding-bottom: 5px;
}

.form-template label.gray {
}

.form-template .btn-primary {
	font-family: 'pt-sansbold', sans-serif;
	font-size: 17px;
	line-height: 19px;
	padding: 9px 28px 7px;
}

.form-template .btn-default,
.form-template .btn-default[disabled]:focus {
	font-family: 'pt-sansbold', sans-serif;
	font-size: 17px;
	line-height: 20px;
	border: 0;
	padding: 8px 30px 6px;
	text-decoration: none;
}

.form-template .btn-default:hover {
}

.form-template .align-middle {
	margin-top: 13px;
}

.form-template .edit-holder {
	position: relative;
}

.form-template .edit-holder .form-control {
	padding: 8px 43px 3px 18px;
}

.form-template .edit-holder .icon-edit {
	position: absolute;
	right: 10px;
	top: 10px;
	background-position: 0 -174px;
}

.form-template .edit-holder .icon-edit:hover {
	background-position: 0 -218px;
}

.form-template .inputDisabled {
}

.form-template .select.category {
	width: 146px;
}

.form-template .select.card {
	width: 210px;
}

.form-template .select.account {
	width: 236px;
}

.form-template .select.year {
	width: 94px;
}

.form-template .select.month {
	width: 128px;
}

.form-template .select.actions-list {
	width: 150px;
}

div.select.category > ul li,
div.select.account > ul li,
div.select.year > ul li,
div.select.month > ul li,
div.select.actions-list > ul li {
	font-size: 15px;
	line-height: 16px;
}

div.select.category > ul label,
div.select.account > ul label,
div.select.year > ul label,
div.select.month > ul label,
div.select.actions-list > ul label {
	padding: 8px 5px 8px 18px;
}

.form-template .type-password .type {
	font-size: 20px;
	line-height: 22px;
	padding: 0 70px 0 0;
}

.form-template .type-password .col-xs-9 {
	padding-top: 10px;
}

.form-template .type-password .jquery-radiobox {
	margin: -2px 3px 0 40px;
}

.form-template .type-password .def-radio {
	left: -9999px;
}

/* form-template end */

/* heading-block */
.heading-block h2 {
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	padding: 0 0 10px;
}

.heading-block .search {
	width: 288px;
	font-size: 15px;
	line-height: 16px;
	margin: 0 17px 0 11px;
}

.heading-block label {
	margin-top: 10px;
	font-size: 15px;
	line-height: 16px;
	margin-right: 8px;
}

.heading-block button.select {
	height: 35px;
}

.heading-block button.select span {
	font-size: 15px;
	line-height: 16px;
}

.heading-block .form-control {
	height: 35px;
}

.heading-block .form-template .form-group {
	border: 0;
}

.heading-block button.select span.ui-icon {
	right: 18px;
	top: 10px;
}

.heading-block .select {
	margin-right: 10px;
}

/* heading-block end */

/* steps */
.steps {
	text-align: center;
	padding: 20px 0;
}

.steps ul li {
	width: 140px;
	display: inline-block;
	vertical-align: top;
	border-left: 1px solid;
	position: relative;
}

.steps ul li:first-child {
	border: 0;
}

.steps ul li strong {
	display: block;
	padding: 6px 5px 2px;
	margin: 0 0 9px;
	font-size: 20px;
	line-height: 22px;
}

.steps ul li span {
	font-size: 15px;
	line-height: 17px;
	padding: 0 5px;
}

.steps .active strong {
}

.steps .arrow {
	background-position: 0 -741px;
	width: 6px;
	height: 30px;
	position: absolute;
	right: -6px;
	top: 0;
}

.steps .active .arrow {
	background-position: 0 -75px;
}

/* steps end */

/* steps-block */
.steps-block ul li {
	border: 1px solid;
	border-left: none;
	border-right: none;
	min-height: 91px;
	padding: 9px 5px 0;
	position: relative;
}

.steps-block ul li:first-child {
	border: 1px solid;
	border-left: none;
	border-right: none;
}

.steps-block ul li strong {
	background: none !important;
	padding: 0;
}

.steps-block ul li span {
	display: block;
	max-height: 34px;
	overflow: hidden;
	line-height: 19px;
}

.steps-block ul .active {
}

.steps-block ul .active strong {
	background: none;
}

.steps-block ul li .arrow,
.steps-block ul .active .arrow {
	background-position: 0 -301px;
	width: 45px;
	height: 90px;
	position: absolute;
	right: 100%;
	top: 0;
}

.steps-block ul li.active .arrow {
	background-position: 0 -411px;
}

.steps-block ul .last .arrow {
	background-position: 0 -521px;
	left: 100%;
	right: auto;
}

.steps-block ul .last.active .arrow {
	background-position: 0 -631px;
}

/* steps-block end */

/* calendar */
.calendar {
	padding: 0 0 17px;
}

.calendar .heading {
	background: url(../img/bg/line.png) repeat-x 0 100%;
}

.calendar .heading .create {
	display: inline-block;
	margin: 22px 0 0 12px;
	line-height: 20px;
}

.calendar .heading .create img {
	margin: -7px 8px 0 0;
}

.calendar h1 {
	margin-right: 29px;
}

.calendar .title {
	text-align: center;
	padding: 0 0 5px;
}

.calendar .title a {
	display: inline-block;
}

.calendar .title .arrow {
	width: 30px;
	height: 24px;
}

.calendar .title .left .arrow {
	background-position: 0 -125px;
}

.calendar .title .left .arrow:hover {
	background-position: 0 -169px;
}

.calendar .title .right .arrow {
	background-position: 0 -213px;
}

.calendar .title .right .arrow:hover {
	background-position: 0 -257px;
}

.calendar strong {
	display: inline-block;
	font-size: 20px;
	line-height: 22px;
	margin: 0 16px;
}

.calendar.form-template .year {
	width: 86px;
}

.calendar .heading-block button.select span.ui-icon {
	right: 10px;
}

.calendar.form-template .heading-block {
	padding: 0 0 18px;
}

/* table */
.calendar .table td {
	border: 0;
	width: 160px;
	padding: 8px 2px 3px;
}

.calendar .table .box {
	width: 160px;
	min-height: 150px;
	padding: 18px 0 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	text-decoration: none;
	position: relative;
	border: 2px solid;
}

.calendar .table .box:hover {
	border: 2px solid !important;
	padding-top: 18px;
}

.calendar .table .box:hover .date {
}

.calendar .table .box.rest {
}

.calendar .table .box.event {
}

.calendar .table .box.active {
	border: 2px solid;
	padding-top: 16px;
}

.calendar .table .today {
	text-transform: uppercase;
	font-size: 13px;
	line-height: 15px;
	width: 80px;
	position: absolute;
	bottom: 5px;
	left: 50%;
	margin: 0 0 0 -38px;
}

.calendar .table .box .date {
	display: block;
	font-size: 20px;
	line-height: 23px;
}

.calendar .table .box .day {
	display: block;
	font-size: 15px;
	line-height: 16px;
	padding: 0 0 10px;
}

.calendar .table .box ul li a {
}

.calendar .table .box ul li a span {
	display: inline-block;
	width: 9px;
	height: 9px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	margin: 0 10px 0 -19px;
}

.calendar .table .box ul li .orange {
}

/* table end */
/* calendar end */

/* payments */
.payments .boxes {
	padding-bottom: 20px;
}

.payments .box {
	padding: 5px 5px 0;
	height: 180px;
	width: 198.328px;
	display: table-cell;
	text-align: center;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	text-decoration: none;
	position: relative;
	vertical-align: middle;
}

.payments .col-xs-2 img {
	vertical-align: middle;
	display: inline-block;
}

.payments .box:hover,
.payments .active {
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.33);
}

.payments .box img {
	max-height: 120px;
	max-width: 170px;
	display: inline-block;
	margin: 0 auto 38px;
}

.payments h3 {
	font-size: 17px;
	line-height: 18px;
	display: table;
	width: 100%;
}

.payments strong {
	display: table-cell;
	vertical-align: middle;
	height: 38px;
}

.payments em {
	font-style: normal;
	display: block;
	max-height: 36px;
	overflow: hidden;
}

.payments span {
	font-size: 17px;
	line-height: 18px;
	position: absolute;
	bottom: 10px;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.payments .box p.nologo {
	display: inline-block;
	position: absolute;
	top: 66px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.payments .gray {
}

.payments .mobile {
}

.payments .house {
}

.payments .it {
}

.payments .tv {
}

.payments .transfer {
}

.payments .security {
}

.payments .el {
}

.payments .fines {
}

.payments .tickets {
}

.payments .credits {
}

.payments .goods {
}

.payments .other {
}

/* payments end */

/* translations */
.translations {
	padding-bottom: 30px;
}

.translations .description {
	padding: 3px 5px 0 3px;
}

.translations .align-group {
	border: 0;
}

.translations .form-group {
	padding-bottom: 3px;
}

.form-control.sum {
	font-weight: bold;
}

.translations .form-template .heading {
	margin-bottom: 10px;
}

.translations .form-template .form-template-inner {
	padding-top: 16px;
}

.translations .form-template .heading .pull-right img {
	margin: 6px 41px 0 0;
}

.translations .form-template {
	padding-bottom: 35px;
}

.translations .info-block {
	padding-bottom: 0;
}

/* translations end */

/* service-item */
.service-item {
	padding: 0 0 85px;
}

.service-item .block {
	width: 620px;
	margin: 0 auto;
	padding: 20px 0 0;
}

.service-item .block .heading {
	text-align: center;
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 16px;
	margin: 0 0 24px;
}

.service-item .block .heading img {
	margin: 0 auto 12px;
}

.service-item .block h1 {
	font-size: 25px;
	line-height: 28px;
	padding: 0 27px;
	margin: 0;
}

.service-item dl {
	font: 15px/18px 'pt_monoregular', sans-serif;
	letter-spacing: 1px;
	padding: 0 14px 10px 125px;
	border-bottom: 1px solid;
}

.service-item .block dl dt {
	float: left;
	font-weight: normal;
	text-align: right;
	width: 190px;
}

.service-item .block dl dd {
	margin: 0 0 4px 195px;
	overflow: hidden;
}

.service-item .block dl .sign {
	margin: 5px 0 0;
}

.service-item .block .status {
	text-align: center;
	padding: 16px 0 14px;
	border-bottom: 1px solid;
}

.service-item .block .status img {
	margin: -2px 7px 0 0;
}

.service-item .block .add {
	padding: 27px 70px 19px;
	border-bottom: 1px solid;
}

.service-item .block .add a {
	text-decoration: none;
}

.service-item .block .add img {
	margin: -7px 4px 0 0;
}

.service-item .block .add a:hover {
	text-decoration: underline;
}

.service-item .close-block {
	text-align: center;
	padding: 20px 0 18px;
}

/* service-item end */

/* terminals */
.terminals {
	padding: 0 0 20px;
}

.terminals .heading {
	margin-bottom: 21px;
	padding-bottom: 23px;
}

.terminals .form-template-inner {
	padding-top: 5px;
	padding-bottom: 15px;
}

.terminals .terminals-inner {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding-bottom: 16px;
	margin: 0 0 20px;
}

.terminals .form-group {
	border: 0;
}

.terminals .one-group .row {
	margin-bottom: 0;
}

.terminals .form-control {
	font-size: 15px;
	line-height: 16px;
	height: 35px;
}

.terminals label {
	font-size: 15px;
	line-height: 16px;
	margin-right: 7px !important;
}

.terminals .select {
	width: 122px;
	margin: 0 6px 0 0;
}

.terminals button.select {
	height: 35px;
}

.terminals button.select span {
	font-size: 15px;
	line-height: 16px;
}

.terminals button.select span.ui-icon {
	right: 17px;
	top: 10px;
}

/* table */
.terminals .table td {
	border: 0;
	padding: 0 20px;
	line-height: 30px;
}

.terminals .table td:first-child {
	width: 375px;
}

.terminals .table td:last-child {
	width: 308px;
}

.terminals .table a {
}

/* table end */
.terminals .pagination-block {
	margin: 0;
	padding: 0;
}

.terminals .pagination-block .pagination {
	margin: 0;
}

/* terminals end */

/* settings */
.settings h1 {
	font-size: 25px;
	line-height: 28px;
	text-align: center;
	margin: 0 0 25px;
	overflow: hidden;
}

.settings .top-area {
	padding: 0 0 25px;
}

.settings .top-area h1 {
	margin: 0 0 0 0px;
}

.settings .top-area .btn {
	margin: 0 20px 0 0;
}

.settings.form-template .form-template-inner {
	padding-top: 23px;
}

.settings.form-template .description {
	margin-right: 0;
}

.settings .submenu-inner .submenu.nav-pills {
	width: auto;
}

.settings .submenu.nav-pills {
	width: 700px;
	margin: 0 auto;
	padding-bottom: 0;
}

.settings.form-template .one-group .row {
	margin-bottom: 21px;
}

.settings.form-template label.word {
	margin-top: 0;
}

.settings.form-template .one-group {
	padding-top: 39px;
}

.settings.form-template .no-bdr {
	border: 0;
}

.settings.form-template .form-control::-moz-placeholder {
}

.settings.form-template .form-control.one-control::-moz-placeholder {
}

/* user-info */
.settings .user-info .row > div {
	text-align: center;
}

.settings .user-info .transaction {
	padding: 29px 0 0;
}

.settings .user-info .transaction img {
	margin-bottom: 50px;
}

.settings .user-info .counts img {
	margin-bottom: 56px;
}

.settings .user-info .transaction span {
	display: block;
}

.settings .user-info .counts {
	padding: 36px 0 0;
}

.settings .user-info img {
	display: block;
	margin: 0 auto;
}

.settings .user-info span {
	font-size: 20px;
	line-height: 22px;
}

.settings .user-info .sign {
	display: inline;
	margin: 1px 0 0;
}

.settings .user-info .user {
	width: 158px;
	margin: 0 auto 25px;
	padding: 10px;
	box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.176);
	position: relative;
}

.settings .user-info .shadow {
	position: absolute;
	background: url(../img/shadow.png) no-repeat;
	width: 158px;
	height: 10px;
	left: 0;
	bottom: -10px;
}

.settings .user-info .user-holder {
	display: block;
	height: 130px;
	padding-top: 15px;
}

.settings .user-info .name {
	display: block;
	padding: 0 0 13px;
	margin: 0 0 15px;
	border-bottom: 1px solid;
}

.settings .user-info .diagramm {
	margin-top: 13px;
}

/* user-info end */

/* change-pswd */
.change-pswd {
	margin: -7px 0 0;
}

.change-pswd h2 {
	padding: 0 0 12px 18px;
	border-bottom: 1px solid;
}

.change-pswd label {
	margin-bottom: 0;
	display: inline;
}

.change-pswd .form-group {
	padding-top: 30px;
	padding-bottom: 20px;
}

/* change-pswd end */
/* settings end */

/* templates-box */
.templates-box {
	padding: 0 0 42px;
}

.templates-box .templates-inner {
	padding: 25px 0 0;
}

.templates-box .heading {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.templates-box h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 7px 0 0 18px;
}

.templates-box .add-templ {
	font-size: 20px;
	line-height: 22px;
	text-decoration: none;
}

.templates-box .add-templ img {
	margin: -3px 10px 0 0;
}

.templates-box .add-templ:hover {
	text-decoration: underline;
}

/* table */
.templates-box .table {
	border-bottom: 1px solid;
	margin-bottom: 31px;
}

.templates-box .table th {
	font-size: 12px;
	line-height: 14px;
	font-weight: normal;
	text-transform: uppercase;
	border-bottom: 1px solid;
	border-top: none !important;
	padding: 12px 8px 4px;
}

.templates-box .table th.last {
	text-align: center;
}

.templates-box .table td {
	padding: 18px 8px 16px;
}

.templates-box .table tr:hover td {
}

.templates-box .table .align-center {
	text-align: center;
	vertical-align: middle;
	white-space: nowrap;
}

.templates-box .table .small-img {
	width: 67px;
	padding-right: 0;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.templates-box .table .name {
	max-width: 350px;
	vertical-align: middle;
}

.templates-box .table .small-img img {
	max-width: 55px;
}

.templates-box .table .small-img .box {
	position: relative;
	text-align: center;
	vertical-align: middle;
}

.templates-box .table .small-img .nologo {
	display: inline-block;
	position: absolute;
	top: 19px;
	font-weight: bold;
	font-size: 11px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -33px;
	width: 67px;
	max-height: 35px;
	overflow: hidden;
}

.templates-box .table .medium-img {
	width: 176px;
	text-align: center;
	display: table-cell;
	vertical-align: middle;
}

.templates-box .table .medium-img div {
	display: block;
	position: relative;
}

.templates-box .table .medium-img img {
	margin-top: 3px;
	max-height: 70px;
}

.templates-box .table .medium-img .nologo {
	display: inline-block;
	position: absolute;
	top: 30px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.templates-box .table .details {
	width: 500px;
	vertical-align: middle;
}

.actions {
	width: 140px;
	text-align: right;
}

.templates-box .table .time {
	width: 77px;
	text-align: center;
}

.templates-box .table .td-icon {
	width: 55px;
	text-align: center;
}

.table .actions img {
	margin: 0 18px;
}

.table h2 {
	font-size: 21px;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.table h2 a {
}

.table dl dt {
	font-weight: normal;
	float: left;
	margin: 0 3px 0 0;
	line-height: 19px;
}

.table dl dd {
	line-height: 19px;
}

.table .sum img {
	margin: 2px 0 0;
}

.table .sum em {
	font-style: normal;
}

.table .sum strong {
	display: block;
	font: 20px/22px 'pt-sansbold', sans-serif;
	margin: 9px 0 0;
}

.table .sum span {
	display: block;
	line-height: 19px;
}

.table .icon-del {
	margin-top: 26px;
}

.table .icon-edit {
	margin: 24px 10px 0 0;
}

.templates-box .table .icon-del:hover {
	background-position: 0 -132px;
}

.templates-box .table .icon-edit:hover {
	background-position: 0 -218px;
}

/* table end */

.templates-box .pagination-block {
	background: url(../img/bg/line.png) repeat-x;
}

/* templates-box end */

/* messages */
.messages {
	margin: 17px 9px 0 0;
}

.messages h2 {
	font-size: 25px;
	line-height: 28px;
	margin: 0 0 12px 12px;
}

.messages .nav-pills {
	padding: 0 0 34px;
}

.messages .nav-pills li {
	padding: 0 0 10px;
}

.messages .nav-pills li a {
	font-size: 17px;
	line-height: 20px;
	display: block;
	text-decoration: none;
	padding: 14px 16px 11px;
}

.messages .nav-pills .active a,
.messages .nav-pills li a:hover {
}

.messages .nav-pills .active a:hover {
}

.messages i {
	margin: -5px 18px 0 0;
}

.messages .icon-mail {
	margin-top: -1px;
}

.messages .icon-archive {
	margin-right: 13px;
	background-position: 0 -302px;
}

.messages .nav-pills .active a .icon-mail-open,
.messages .nav-pills li a:hover .icon-mail-open {
	background-position: 0 -384px;
}

.messages .nav-pills .active a .icon-mail,
.messages .nav-pills li a:hover .icon-mail {
	background-position: 0 -543px;
}

.messages .nav-pills .active a .icon-account,
.messages .nav-pills li a:hover .icon-account {
	background-position: 0 -467px;
}

.messages .nav-pills .active a .icon-accounts,
.messages .nav-pills li a:hover .icon-accounts {
	background-position: 0 -620px;
}

.messages .nav-pills .active a .icon-archive,
.messages .nav-pills li a:hover .icon-archive {
	background-position: 0 -302px;
}

/* messages-end */

/* accounts-inner */
.accounts-inner {
	margin: -6px 0 40px;
	padding: 22px 0 8px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

.accounts-inner h1 {
	font-size: 25px;
	line-height: 28px;
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 16px 19px;
	margin-bottom: 17px;
}

.accounts-inner .table h2 {
	font: 17px/20px 'pt-sansbold', sans-serif;
	margin: 0;
}

.accounts-inner .table h2 span {
	font: 17px/20px 'pt-sansregular', sans-serif;
}

.accounts-inner .table h3 {
	font: 17px/20px 'pt-sansregular', sans-serif;
}

.accounts-inner .table p {
	padding-bottom: 5px;
}

.accounts-inner .table td {
	border-top: none;
	border-bottom: 1px solid;
	vertical-align: middle;
	font-size: 15px;
	line-height: 18px;
	padding: 11px 8px 7px;
}

.accounts-inner .table .td-icon {
	width: 51px;
	text-align: center;
	padding-right: 0;
}

.accounts-inner .table .td-icon .icon-check {
	margin: 1px 0 0;
}

.accounts-inner .table .actions {
	width: 135px;
}

.accounts-inner .table .actions .icon-del {
	margin-top: 17px;
}

.accounts-inner .table .actions .icon-del:hover {
	background-position: 0 -132px;
}

.accounts-inner .table .actions .icon-archive {
	margin: 20px 13px 0 0;
}

.accounts-inner .table .actions .icon-archive:hover {
	background-position: 0 -302px;
}

.accounts-inner .table tr:hover td {
}

.accounts-inner .table tr:hover td .icon-check {
	background-position: 0 -702px;
}

.accounts-inner .table tr:hover td .icon-point {
	background-position: 0 -782px;
}

.accounts-inner .table tr:hover td .icon-cross {
	background-position: 0 -863px;
}

.accounts-inner .table tr:hover td .icon-gear {
	background-position: 0 -944px;
}

.accounts-inner .pagination-block {
	background: url(../img/bg/line.png) repeat-x;
}

/* accounts-inner end */
/* accounts end */

/* extract */
.extract.form-template .form-group {
	border: 0;
	padding-bottom: 17px;
}

.extract.form-template .heading-block {
	padding: 0 0 10px;
}

.extract.form-template .heading {
	padding: 0;
	margin: 0;
}

.extract .templates-inner {
	padding-top: 7px;
}

.extract .table h2 {
	margin: 0;
}

.extract .table .time span {
	display: block;
}

.extract .table td {
	padding: 26px 8px 14px;
}

.extract .table .icon-check-blue {
	margin: 32px 0 0 6px;
}

.extract .table .icon-money {
	margin-top: 32px;
}

.extract .table .icon-search {
	margin: 29px 12px 0 0;
}

.extract .table .name {
	width: 214px;
}

.extract .table .sum {
	width: 100px;
}

.extract .table .actions {
	width: 240px;
}

/* extract end */

/* my-accounts */
.my-accounts h1 {
	margin-left: 0;
}

.my-accounts .form-group {
	padding-top: 0;
	padding-bottom: 8px;
	border: 0;
}

.my-accounts .table th {
	padding: 12px 14px 4px;
	vertical-align: middle;
}

.my-accounts .table td {
	padding: 22px 14px 18px;
	vertical-align: middle;
}

.my-accounts .td-name h2 {
	font-family: 'pt-sansbold', sans-serif;
	margin: 0;
}

.my-accounts .select.actions-list {
	width: 150px;
}

.my-accounts .balance {
	width: 122px;
	font: 20px/22px 'pt-sansbold', sans-serif;
	text-align: center;
}

.my-accounts .balance .sign {
	margin: 1px 0 0;
}

.my-accounts .points {
}

.my-accounts .pagination-block {
	margin-top: 50px;
}

.my-accounts .table .sign {
	margin: 4px 0 0;
}

.my-accounts .table .td-name {
	width: 300px;
}

.my-accounts .table .number {
	width: 205px;
}

.my-accounts .table .limit {
	width: 100px;
	text-align: center;
}

.my-accounts .table .date {
	width: 162px;
}

.my-accounts .table .actions {
	width: 200px;
	vertical-align: top;
}

.my-accounts .table .actions img {
	height: 35px;
}

.my-accounts .table .icon-edit-gray {
	position: relative;
}

.my-accounts .table .icon-search:hover {
	background-position: 0 -1065px;
}

.my-accounts .table .icon-edit-gray:hover {
	background-position: 0 -1150px;
}

.my-accounts .actions-holder {
	position: relative;
}

.my-accounts .actions-block {
	width: 683px;
	padding: 0;
	position: absolute;
	right: -14px;
	top: -22px;
	display: none;
}

.my-accounts .actions-block ul {
	display: table;
	height: 100%;
}

.my-accounts .actions-block ul li {
	display: table-cell;
	vertical-align: middle;
	padding: 0 25px;
	border-right: 1px solid;
	height: 100%;
}

.my-accounts .actions-block ul li:first-child {
	padding-right: 50px;
	border: 0;
}

.my-accounts .actions-block ul li a {
}

.my-accounts .table .actions-block img {
	height: auto;
	margin: 0;
}

.my-accounts .actions-block .last {
	border: 0;
}

.my-accounts .actions-block .last a {
	text-transform: uppercase;
}

/* my-accounts end */

/* pagination */
.pagination-block {
	text-align: center;
	margin: 12px 0 0;
	padding: 0 0 15px;
}

.pagination-block .container {
	width: 1183px !important;
	background: url(../img/bg/line.png) repeat-x;
}

.pagination-block .pagination {
	margin: 23px 0 0;
}

.pagination-block .pagination > li > a, .pagination-block .pagination > li > span {
	background: none;
	border: 0;
	font: 17px/18px 'pt-sansbold', sans-serif;
	padding: 7px 11px 5px;
}

.pagination-block .pagination > li:first-child > a, .pagination-block .pagination > li:first-child > span {
	border-radius: 0;
}

.pagination-block .pagination > li:last-child > a, .pagination-block .pagination > li:last-child > span {
	border-radius: 0;
}

.pagination-block .pagination > li > a:hover, .pagination-block .pagination > li > span:hover, .pagination-block .pagination > li > a:focus, .pagination-block .pagination > li > span:focus {
	background: none;
	border-radius: 0;
	text-decoration: underline;
}

.pagination-block .pagination > .active > a, .pagination-block .pagination > .active > span, .pagination-block .pagination > .active > a:hover, .pagination-block .pagination > .active > span:hover, .pagination-block .pagination > .active > a:focus, .pagination-block .pagination > .active > span:focus {
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	border-radius: 5px !important;
	text-decoration: none;
}

/* pagination end */

/* banner */
.banner {
	margin: 0 0 60px;
}

.banner > div {
	text-align: center;
}

.banner img {
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
}

/* banner end */

/* news */
.news {
	padding: 0 0 39px;
}

.news-inner {
	padding: 23px 0;
}

.news h1 {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	font-size: 25px;
	line-height: 28px;
	padding: 0 0 15px 19px;
	margin: 0 0 41px;
}

.news h2 {
	border-bottom: 1px solid;
	margin: 8px 0 15px 43px;
	padding: 0 0 12px;
}

.news h2 span {
}

.news h3 {
	font-size: 17px;
	line-height: 20px;
}

.news h3 a {
}

.news .list-group {
	margin: 0 0 0 43px;
}

.news .list-group p {
	padding: 0;
}

.news .list-group li {
	border: 0;
	margin: 0 0 15px;
	line-height: 18px;
	padding: 0 181px 14px 0;
	border-bottom: 1px solid;
}

.news .list-group .date {
	font-size: 17px;
	line-height: 20px;
}

.archive {
	margin: 0 0 0 20px;
}

.archive .block {
	padding: 0 0 7px;
}

.news .title {
	display: block;
	font: 17px/20px 'pt-sansbold', sans-serif;
	padding: 13px 18px 11px;
	margin: 0 0 17px;
	border-radius: 5px;
}

.news .gray .title {
}

.news .nav-pills {
	margin: 0 0 0 20px;
}

.news .nav-pills li {
	font-size: 16px;
	line-height: 18px;
	padding: 0 0 10px;
}

.news .nav-pills a {
	display: inline;
	padding: 0;
}

.news .nav-pills a:hover {
	background: none;
}

.news .nav-pills .active a {
	background: none;
	text-decoration: none;
}

.news .nav-pills .active a:hover {
	background: none;
}

.news-pagination {
	background: url(../img/bg/line.png) repeat-x;
	margin: 25px 0 0;
}

.news-pagination .pagination-block {
	margin: 0;
	padding: 0;
}

/* news end */

/* faq */
.faq .title {
	text-transform: uppercase;
}

.faq .nav-pills {
	margin-right: 16px;
}

.faq h2 {
	border: 0;
	padding: 8px 0 13px 42px;
	margin: 0;
}

.faq h3 {
	border-bottom: 1px solid;
	font: 20px/22px 'pt-sansbold', sans-serif;
	padding: 0 21px 14px;
	margin: 0 -21px 16px;
}

.faq .list-group {
	margin: 0 40px 0 22px;
}

.faq .list-group li {
	border: 0;
	border-radius: 5px;
	padding: 15px 21px 14px;
	margin: 0 0 20px;
}

.faq .news-pagination {
	margin-top: 54px;
}

/* faq end */

/* contacts */
.contacts {
	padding: 0 19px 15px
}

.contacts h1 {
	font-size: 25px;
	line-height: 28px;
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 15px 19px;
	margin: 0 0 30px;
}

.contacts h2 {
	font: 20px/22px 'pt-sansbold', sans-serif;
	padding: 0 0 3px;
}

.contacts-inner {
	padding: 24px 0 18px;
}

.information {
	padding: 0 19px 15px;
}

.contacts .list-group {
	margin: 3px 45px 0 22px;
}

.contacts .list-group li {
	border: 0;
	margin: 0 0 34px;
	padding: 0 0 33px 15px;
	border-bottom: 1px solid;
}

.contacts .list-group .last {
	margin: 0;
}

.contacts .list-group li a {
}

.contacts .list-group li a:hover {
	text-decoration: none;
}

.contacts .list-group span {
	display: block;
	font-size: 20px;
	line-height: 22px;
	padding: 0 0 2px;
}

.contacts .list-group em {
	font-style: normal;
	font-size: 15px;
	line-height: 17px;
	display: block;
	margin: -3px 0 0;
}

.terminals-map {
	height: 500px;
	padding: 0px 10px 20px 10px;
}

.contacts-map {
	width: 1180px;
	height: 680px;
	margin: -10px 0 -4px;
}

.baloon-block {
	width: 186px;
	font-size: 11px;
	line-height: 13px;
}

.baloon-block h3 {
	font: 13px/15px 'pt-sansbold', sans-serif;
	padding: 0 0 10px;
}

.baloon-block p {
	padding: 0;
}

/* contacts-map end */

/* info-box */
.info-box {
	padding: 0 0 37px;
}

/* about-system */
.about-system {
	padding: 17px 0 50px;
	border-radius: 5px;
}

.about-system h3 {
	text-align: center;
	font-size: 20px;
	line-height: 22px;
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 20px;
	margin: 0 0 26px;
}

.about-system h3 a {
}

.about-system .list-group {
	margin: 0 0 0 29px;
}

.about-system .list-group-item {
	border: 0;
	padding: 0 10px 28px 0;
	margin: 0;
	line-height: 19px;
}

.about-system .icon-check-round {
	float: left;
	margin: -5px 13px 0 0;
}

.about-system .list-group p {
	overflow: hidden;
	padding: 0 0 5px;
}

/* about-system end */

/* right-sidebar */
.right-sidebar {
	padding: 11px 0 0 48px;
}

.right-sidebar .nav-pills {
	margin: 0 0 10px;
}

.right-sidebar .nav-pills li {
	margin: 0;
	padding: 0 0 18px;
}

.right-sidebar .nav-pills a {
	display: inline;
	padding: 0;
	border-radius: 0;
}

.right-sidebar .nav-pills a:hover {
	background: none;
}

.right-sidebar figure {
	margin: 0 0 20px;
}

/* right-sidebar end */
/* info-box end */

/* intro */
.intro {
	padding: 0 0 72px;
}

.intro-inner {
	box-shadow: 1px 25px 19px -19px rgba(0, 0, 0, 0.38);
	border-radius: 5px;
}

/* slider */
.slider .bx-wrapper {
	margin-bottom: 0;
}

.slider .bx-wrapper .bx-viewport {
	box-shadow: none;
	border: 0;
	left: auto;
	border-radius: 5px;
}

.slider h2 {
	font: 30px/35px 'pt-sansregular';
	padding: 0 0 16px;
}

.slider .text {
	width: 350px;
	font: 22px/26px 'pt-sansregular';
	margin: 29px 0 0 40px;
}

.slider .text p {
	padding-left: 30px;
}

.slider .arrow-slider {
	background-position: 0 -879px;
	width: 30px;
	height: 15px;
	position: absolute;
	bottom: -24px;
	left: 50%;
	margin: 0 0 0 -15px;
	display: none;
}

#bx-pager {
	text-align: center;
	padding: 0 0 20px;
	white-space: nowrap;
}

#bx-pager a {
	font-size: 25px;
	line-height: 27px;
	margin: 0 22px;
	outline: none;
	position: relative;
}

#bx-pager a span {
	margin: 0 5px 0 0;
}

#bx-pager .active,
#bx-pager a:hover {
	text-decoration: none;
}

#bx-pager .active .icon-registration,
#bx-pager a:hover .icon-registration {
	background-position: 0 -1308px;
}

#bx-pager .active .icon-add,
#bx-pager a:hover .icon-add {
	background-position: 0 -1422px;
}

#bx-pager .active .icon-bag,
#bx-pager a:hover .icon-bag {
	background-position: 0 -1535px;
}

#bx-pager .active .arrow-slider {
	display: block;
}

.bx-wrapper .bx-controls-direction a {
	top: 55%;
}

/* slider end */

/* news-block */
.news-block {
    text-align: center;
}

.news-block .find {
	font-size: 25px;
	line-height: 27px;
	margin: 0px;
	white-space: nowrap;
}

.news-block .icon-find {
	margin: 0 8px 0 0;
}

.news-holder {
    text-align: left;
	margin: 20px 0 0 -10px;
	padding: 13px 8px 6px 17px;
	border-radius: 0 5px 5px 0;
	height: 314px;
	overflow-y: hidden;
}

.news-holder .read-more {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	text-align: center;
	margin: 0 0 0 -5px;
	padding: 20px 0;
	border-bottom-right-radius: 5px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='ff', endColorstr='', GradientType=0); /* IE6-9 */
}

.news-holder h2 {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	padding: 0 0 5px;
	margin: 0 0 10px;
}

.news-block .list-group {
	margin: 0;
}

.news-block .list-group li {
	border: 0;
	padding: 0 0 14px;
	margin: 0;
	font-size: 14px;
	line-height: 16px;
}

.news-block .list-group .date {
	display: block;
}

.news-block .list-group li p {
	padding: 0 0 5px;
}

.news-block .list-group li a {
	text-decoration: none;
}

.news-block .list-group li a:hover {
	text-decoration: underline;
}

/* news-block end */
/* intro end */

/* registration-block */
.form-template .registration-block .submenu {
	margin-top: 7px;
	padding: 0;
}

.form-template .registration-block .submenu li a {
	font-size: 25px;
	line-height: 27px;
	font-family: 'pt-sansregular', sans-serif;
}

.form-template .registration-block .form-group {
	padding-bottom: 24px;
}

.form-template .registration-block .align-group {
	padding-top: 22px;
	padding-bottom: 18px;
}

.form-template .registration-block .form-group .passw {
	margin-top: 10px;
}

.form-template .registration-block .form-group label {
	margin-bottom: 0;
}

.form-template .registration-block .col-xs-4 {
	text-align: right;
	line-height: 44px;
}

.form-template .registration-block .jquery-checkbox {
	margin-left: 0;
}

.form-template .registration-block .buttons {
	text-align: center;
	border: 0;
	padding-top: 40px;
}

.form-template .registration-block .btn {
	min-width: 131px;
	padding-left: 0;
	padding-right: 0;
}

.form-template .registration-block .terms {
	font-size: 20px;
	line-height: 22px;
}

.form-template .registration-block .input-holder {
	width: 160px;
}

.form-template .registration-block .icon-reload {
	margin: 4px 0 0 11px;
}

/* registration-block end */

/* error-block */
.error-block {
	padding: 0 0 60px;
}

.error-block h1 {
	font-size: 25px;
	line-height: 28px;
	margin: 0;
	padding: 0 0 28px;
}

.error-inner {
	text-align: center;
	padding: 0 0 40px;
}

.error-top {
	background: url("../img/bg/line.png") repeat-x 0 100%;
	padding: 61px 15px 15px;
}

.error-top img {
	display: block;
	margin: 0 auto -45px;
}

.error-middle {
	font-size: 17px;
	line-height: 20px;
	border-bottom: 1px solid;
	padding: 72px 0 16px;
	margin: 0 0 41px;
}

.error-middle .text {
	width: 516px;
	margin: 0 auto;
}

/* error-block end */

/* footer */
.footer {
	padding: 0 0 20px;
}

.footer .social {
	margin: 5px 0 0;
}

/* footer-top */
.footer-top {
	padding: 14px 20px 10px;
	margin: 0 0 23px;
}

.footer-top .year {
	display: block;
}

.footer-top .btn-link {
	margin-top: -3px;
	font-size: 15px;
	line-height: 17px;
	text-decoration: none;
}

.footer-top .btn-link:hover {
	text-decoration: underline;
}

.footer-top .logo {
	background: url(../pic/logos/logo-footer.png) no-repeat;
	width: 159px;
	height: 22px;
	display: block;
	text-indent: -9999px;
	overflow: hidden;
	margin: 5px 0 0 100px;
}

/* footer-top end */

/* footer-bottom */
.footer-bottom .nav-pills {
	margin: 0 0 0 20px;
}

.footer-bottom .nav-pills li {
	float: none;
	margin: 0;
	padding: 0 0 11px;
}

.footer-bottom .nav-pills > li > a {
	display: inline;
	padding: 0;
	border-radius: 0;
}

.footer-bottom .nav-pills .active a {
	font-family: 'pt-sansbold', sans-serif;
	background: none;
	text-decoration: none;
}

.footer-bottom .nav-pills .active a:hover {
	background: none;
}

.footer-bottom .nav-pills > li > a:focus {
	outline: none;
}

.footer-bottom .cards {
	margin: -4px 0 0 18px;
}

.footer-bottom .cards a {
	margin: 0 20px 0 0;
}

/* footer-bottom end */
/* footer end */

/* popups */
.modal-vertical-centered {
	transform: translate(0, 50%) !important;
	-ms-transform: translate(0, 50%) !important; /* IE 9 */
	-webkit-transform: translate(0, 50%) !important; /* Safari and Chrome */
}

.modal-btns {
	margin: 0 0 60px;
}

.modal.custom {
	text-align: center;
}

.modal.custom .modal-dialog {
	width: 600px;
}

.custom .modal-header {
	background: url(../img/bg/line.png) repeat-x 0 100%;
	border: 0;
	text-align: center;
}

.custom .modal-header img {
	margin: 0 0 -45px;
}

.one-modal.custom .modal-dialog {
	width: 400px;
}

.one-modal .modal-header {
	margin: 0 0 30px !important;
}

.custom .modal-body {
	padding: 20px 30px;
}

.one-modal .modal-body {
	padding: 20px;
}

.one-modal .form-template {
	padding-bottom: 30px;
}

.custom .modal-footer {
	margin: 0;
	padding-bottom: 0;
}

.custom .modal-footer .align-center {
	text-align: center;
}

.custom .modal-footer .align-center a {
	text-decoration: none;
}

.completion-card {
	font-size: 17px;
	line-height: 21px;
}

.completion-card .modal-header {
	margin: 0 0 47px;
}

.completion-card .modal-body {
	padding-bottom: 0;
}

.completion-card h1 {
	margin: 0 0 30px;
}

.one-modal h1 {
	margin: 0 0 25px;
}

.one-modal.startup h1 {
	margin: 0;
}

.completion-card .form-control {
	width: 390px;
	margin: 0 auto;
	text-align: center;
}

.completion-card .form-group {
	margin: 0 -20px 20px;
	padding: 0 0 20px;
}

.close-wallet .text {
	padding: 15px 32px 5px;
	margin: 0 -30px 30px;
}

.close-wallet .text p {
	padding: 0 0 10px;
}

/* progress */
.close-wallet h1 {
	margin-bottom: 15px;

}

.modal .progress {
	height: 32px;
	margin-bottom: 10px;
	box-shadow: none;
}

.modal .progress-bar {
	box-shadow: none;
}

/* progress end */
.timer .modal-header {
	background: none;
	padding: 30px 15px;
	margin: 0 !important;
	border-bottom: 1px solid;
}

.timer .modal-header h1 {
	margin: 0;
	font-size: 25px;
	line-height: 28px;
}

.timer .modal-body {
	padding: 60px 20px;
}

/* popups end */

.passw-recovery {
	margin: 5px 15px 0;
	text-align: right;
}

.passw-recovery a {
	font-size: 80%;
}

.lang {
	float: left;
}

.lang a img {
	height: 11px;
	width: 16px;
	background: url('../img/flags.png') no-repeat;
	display: block;
	float: left;
}

.lang a.dropdown-toggle {
	color: white;
	text-decoration: none;
}

.lang a.dropdown-toggle img {
	margin-right: 5px;
	margin-top: 2px;
}

.lang .dropdown-menu {
	width: 60px;
	min-width: auto;
}

.lang .dropdown-menu a {
	display: block;
	text-decoration: none;
	line-height: 100%;
	padding: 3px 10px;
}

.lang .dropdown-menu img {
	margin-right: 5px;
	margin-top: 1px;
}

.lang-ru {
	background-position: -176px -121px !important;
}

.lang-az {
	background-position: -240px 0 !important;
}

.lang-en {
	background-position: -160px -44px !important;
}

.lang-mk {
	background-position: -192px -88px !important;
}

.lang-tg {
	background-position: -96px -143px !important;
}

.archive-attributes {
	overflow-y: auto;
	width: inherit;
	height: 200px;
	text-align: left;
	padding-left: 20px;
	overflow-x: hidden;
	padding-top: 20px;
}

.img-holder .nologo {
	display: inline-block;
	position: absolute;
	top: 38px;
	font-weight: bold;
	font-size: 14px;
	line-height: 18px;
	text-transform: uppercase;
	left: 50%;
	margin: 0 0 0 -61px;
	width: 122px;
	max-height: 35px;
	overflow: hidden;
}

.jquery-checkbox.error img {
	border: 2px solid;
	border-radius: 6px;
	background-position-y: -44px;
	background-position-x: -2px;
}

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-state-disabled.select.gray.ng-pristine.ng-valid {
	cursor: not-allowed;
}

button.ui-multiselect.ui-widget.ui-state-default.ui-corner-all.ui-state-disabled.select.gray.ng-pristine.ng-valid .ui-select-value {
}

.logo {
	margin-top: -16px;
}

/*отключение глаза просмотра пароля в поле ввода  */
input[type=password]::-ms-reveal,
input[type=password]::-ms-clear {
	display: none;
}

/*удаление крестика очистки поля ввода  */
input[type=text]::-ms-clear {
	display: none;
}

/* BEGIN: Устранено дергание сайта при открытии всплывающих окон. */
.modal {
	overflow-y: auto;
}

.modal-open {
	overflow-y: scroll;
}

.border_table td {
    border: 1px solid #000000;
}
