/* 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;
    padding-right: 0 !important;
}

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;
}

/* 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;
    border-radius: 5px;
    font-size: 17px;
    line-height: 20px;
    margin: 0 16px 0 0;
    display: inline-block;
}

.login-width-default {
    width: 164px !important;
}

.login-width-length-11 {
    width: 172px !important;
}

.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 40px;
    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 12px 0px 40px;
}

.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 .instagram {
    background-position: 0 -300px;
}

.social .instagram:hover {
    background-position: 0 -330px;
}

/* 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: 240px;
}

.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, .menu .nav-pills .active a em {
    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;
}

.nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: transparent;
}

/* 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;
    vertical-align: top;
    margin: 0 0 0 6px;
}

.services ul li a {
    display: block;
    padding: 10px 0;
    height: 80px;
    line-height: 60px;
}

.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;
    vertical-align: middle;
}

.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: 210px;
}

.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 21px;
}

.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 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: 22px;
}

.info-block .box ul li strong img {
    width: 18px;
    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 .state-icon {
    margin-top: -3px;
    margin-right: 6px;
    width: 21px;
    height: 21px;
    max-width: 18px;
    max-height: 18px;
    background-size: contain!important;
    display: inline-block;
}


.info-block .box.last .state-icon.state-icon-check {
    background: url(../img/history/check.png) no-repeat;
}

.info-block .box.last .state-icon.state-icon-cancel {
    background: url(../img/history/cancel.png) no-repeat;
}

.info-block .box.last .state-icon.state-icon-cross {
    background: url(../img/history/cross.png) no-repeat;
}

.info-block .box.last .state-icon.state-icon-point {
    background: url(../img/history/point.png) no-repeat;
}

.info-block .box.last .state-icon.state-icon-blocked {
    background: url(../img/history/blocked.png) no-repeat;
}

.info-block .box.last span {
    width: 240px;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

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

.info-block .box.last strong {
    font-size: 15px;
    line-height: 16px;
    white-space: nowrap;
    max-width: 130px;
    text-overflow: ellipsis;
    overflow: hidden;
}

.info-block .box.last .error-group {
    background: #fdeceb;
}

.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;
    padding-bottom: 26px;
}

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

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

.calendar-table .arrow-right {
    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;
}

.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 {
    padding-top: 14px;
}

.templates .block {
    min-height: 215px;
    -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-template .form-group.no-padding {
    padding-top: 0px;
    padding-bottom: 0px;
}

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

.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 0 0 20px;
    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 .form-row .description {
    margin-left: 10px;
}

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

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

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

.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;
    padding-bottom: 30px !important;
    padding-top: 30px;
}

.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 .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, .form-template .align-middle .jquery-checkbox {
    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: 125px;
}

.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 input {
    left: -9999px;
}

.password-info {
    display: block;
    padding-top: 5px;
    color: grey;
    font-size: 14px;
}

.padding-top-0 {
    padding-top: 0px!important;
}

/* 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 .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: 160px;
    padding: 12px 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 {
    padding-top: 12px;
}

.calendar .table .box.active {
    padding-top: 12px;
}

.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 4px;
}

.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: 16px;
    line-height: 18px;
    position: absolute;
    bottom: 10px;
    left: 50%;
    margin: 0 0 0 -90px;
    width: 180px;
    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 .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;
    padding-top: 0;
}

.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 {
    padding: 15px 16px 15px;
    vertical-align: middle;
}

.terminal-list .td-name h2 {
    font-size: 18px;
}

.terminal-list .alert {
    margin-bottom: 0;
}

.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;
    padding-right: 15px;
}

.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 end */
/* settings end */

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

.templates-box .templates-inner, .autopayments-box .templates-inner {
    padding: 25px 0 10px 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 {
    padding-left: 20px;
    padding-bottom: 10px;
}

.autopayments-box .add-templ {
    padding-left: 20px;
    padding-top: 9px;
}

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

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

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

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

.templates-box .table th, .history-box .table th, .autopayments-box .table th, .terminal-list .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, .history-box .table th.last, .autopayments-box .table th.last {
    text-align: center;
}

.templates-box .table td, .history-box .table t, .autopayments-box .table td {
    padding: 18px 8px;
}

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

.terminal-list .table .align-center {
    text-align: center;
    vertical-align: middle;
}

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

.templates-box .table .small-img img, .history-box .table .small-img img, .autopayments-box .table .small-img img {
    /*margin-top: 3px;*/
    max-height: 70px;
}

.templates-box .table .small-img .box, .history-box .table .small-img .box, .autopayments-box .table .small-img .box {
    position: relative;
    text-align: center;
    vertical-align: middle;
    width: 100px;
}

.templates-box .table .small-img .nologo, .history-box .table .small-img .nologo, .autopayments-box .table .small-img .nologo {
    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;
}

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

.templates-box .table .medium-img img, .history-box .table .medium-img img, .autopayments-box .table .medium-img img {
    max-width: 120px;
    max-height: 70px;
}

.resize {
    max-width: 70px!important;
    max-height: 70px!important;
}

.templates-box .table .medium-img .nologo, .history-box .table .medium-img .nologo, .autopayments-box .table .medium-img .nologo {
    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;
}

.details dd {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
    max-width: 250px;
}

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

.allign-center {
    text-align: center!important;
}

.autopayments-box .table .time {
    width: 120px;
    max-width: 120px;
    text-align: center;
}

.history-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;
}

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

/* 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, .terminal-list .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, .terminal-list .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;
}

.info-box td.table-right-sidebar {
    position: relative;
    padding-bottom: 140px;
    vertical-align: top;
}

.info-box td.table-left-bar {
    background-color: #ffffff;
    border-radius: 5px;
    padding: 0;
}

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

.about-system h3 {
    display: block;
    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: 0 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: 20px 0 0;
}

.right-sidebar .mobile-app-bottom {
    position: absolute;
    bottom: 0;
}

/* 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;
    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-left: auto;
}

/* footer-top */
.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 14px 20px 14px;
    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 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 {
    text-align: center;
    padding: 0 !important;
}

.modal:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
}

.modal-dialog {
    display: inline-block;
    vertical-align: middle;
}

.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 -15px 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-header .dialog-header {
    margin: 0;
    font-size: 25px;
    line-height: 28px;
}

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

/* 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;
}

.lang-uk {
    background-position: -16px -154px !important;
}

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

.archive-attributes dd {
    white-space: pre-wrap; /* CSS 3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word; /* Internet Explorer 5.5+ */
}

.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;
}

.jquery-checkbox.error.jquery-checkbox-checked 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;
}

.required .control-label:after {
    content: "*";
    color: red;
}

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

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

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

.color-green {
    color: green;
}

.color-red {
    color: #D00000;
}

.color-green:before {
    content: '+';
}

.sum .color-green:after, .sum .color-red:after {
    font-size: 16px;
    vertical-align: top;
}

.browser li {
    padding-left: 0;
    text-indent: 1.5em;
}

.browser.mozilla li {
    background: url(../img/mozilla.png) no-repeat left;
}

.browser.chrome li {
    background: url(../img/chrome.png) no-repeat left;
}

.browser.ie li {
    background: url(../img/ie.png) no-repeat left;
}

.browser.opera li {
    background: url(../img/opera.png) no-repeat left;
}

.name a.btn.btn-de {
    text-decoration: none;
}

.btn-alert-success {
    color: #468847 !important;
}

.btn-alert-info {
    color: #3a87ad !important;
}

.btn-alert-danger {
    color: #b94a48 !important;
}

.btn-alert-cancel {
    color: #000000 !important;
}

.table tbody > tr > td {
    vertical-align: middle;
}

.bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-off, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-handle-on, .bootstrap-switch.bootstrap-switch-small .bootstrap-switch-label {
    font-size: 14px;
    font-weight: bold;
}

.interfacetypes-table tbody > tr > td:first-child {
    width: 30%;
    padding-left: 20px;
}

.settings .row .error-text {
    display: none;
}

.settings .form-group.error-group .row .error-text {
    display: block;
    position: absolute;
}

.settings .form-group.error .error-text {
    background-color: #fdeceb;
    padding: 10px 0;
    margin-top: 13px;
    text-align: center;
}

.settings .form-group.error .error-text p {
    display: inline-block;
    color: #ef4036;
    font-size: 15px;
    text-align: center;
    padding: 0;
    line-height: normal;
}

.form-template .error-text label {
    color: #ef4036;
}

.form-template .error-text label {
    font-size: 15px;
}

.resend-info, .resend {
    padding-bottom: 19px;
    display: none;
}

.resend-time {
    padding-bottom: 19px;
}

.resend a, .resend-time a {
    text-decoration: underline !important;
}

.wait-img {
    display: none;
    padding-bottom: 12px;
    position: relative;
    height: 40px;;
}

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

.table .icon-pay {
    margin: 15px 10px 0 0;
}

.full-right {
    padding-right: 0 !important;
}

.form-limits h2.full-limits {
    padding-top: 50px;
}

.hide {
    display: none;
}

.well {
    margin: 0 10px;
}

.well .row-space:last-child {
    float: right;
    width: 150px;
}

.paid-sms-table {
    border: 1px solid #dddddd;
}

.paid-sms-table .paid-sms-table-header {
    background: #ececec;
}

.paid-sms {
    padding: 20px;
}

.scroll-spy.paid-sms {
    display: none;
    z-index: 1030;
    min-width: 1180px;
    width: 100%;
}

.scroll-spy.paid-sms {
    padding: 0;
}

.scroll-spy.paid-sms .glyphicon.glyphicon-remove {
    float: right;
    padding-right: 10px;
    padding-top: 10px;
    cursor: pointer;
}

.scroll-spy.paid-sms .glyphicon.glyphicon-comment {
    float: left;
    padding-left: 20px;
    font-size: 90px;
}

.scroll-spy.paid-sms .container {
    padding-top: 20px;
    padding-bottom: 20px
}

.scroll-spy.paid-sms .content {
    padding-left: 150px;
    padding-top: 10px;
}

.scroll-spy.paid-sms .content .title {
    font-size: 23px;
    padding-bottom: 15px;
}

.scroll-spy.paid-sms .btn-primary.custom {
    float: right;
    padding: 7px 15px 7px;
}

.affix {
    top: 0;
}

.scroll-spy.paid-sms .button {
    padding-right: 20px;
}

.subscribes-table.table > tbody > tr > td:first-child {
    text-align: left;
}

.subscribes-table.table > tbody > tr > td, .subscribes-table.table > tbody > tr > th {
    vertical-align: middle;
    text-align: center;
}

.contact-indent-left {
    padding-left: 0px;
}

.contact-indent-right {
    padding-right: 0px;
}

.remind-confirm .alert {
    margin-bottom: 0;
}

.remind-confirm .resend-info, .remind-confirm .resend {
    padding-bottom: 0;
}

.form-template .registration-block .btn.submit-button {
    min-width: 186px;
}

.registration-confirm .form-group.error .error-text {
    background-color: #fdeceb;
    padding: 10px 0;
    margin-top: 13px;
    text-align: center;
}

.registration-confirm .form-group.error .error-text p {
    display: inline-block;
    color: #ef4036;
    font-size: 15px;
    text-align: center;
    padding: 0;
    line-height: normal;
}

.red {
    color: #ef4036;
}

.alert-info.not-found {
    margin-bottom: -20px;
}

.clear-filter .glyphicon-filter {
    font-size: 18px;
}

.clear-filter .glyphicon-remove {
    font-size: 7px;
    margin-left: -9px;
}

.btn-clear {
    padding: 6px 12px 3px;
}

.clear-filter {
    float: left !important;
    margin-right: 30px;
}

.clear-filter span {
    padding-left: 5px;
    vertical-align: text-bottom;
    font-size: 15px;
}

.no-operations {
    margin: 20px 20px 0 20px;
}

.templates-box .table .accordian-body .medium-img .nologo {
    position: absolute;
    top: 43%;
    left: 43%;
    width: 100%;
}

.createTemplate .form-group.error .error-text {
    background-color: #fdeceb;
    padding: 10px 0;
    margin-top: 13px;
    text-align: center;
}

.createTemplate .form-group.error .error-text p {
    display: inline-block;
    color: #ef4036;
    font-size: 15px;
    text-align: center;
    padding: 0 15px;
    line-height: normal;
}

.message-break-word {
    word-wrap: break-word;
}

.payment-screen .input-group-addon, .modal-dialog .form-template .input-group-addon {
    padding: 0 0 0 12px;
    background: none;
    border: none;
}

.input-group .form-control:first-child {
    border-bottom-right-radius: 4px;
    border-top-right-radius: 4px;
}

.btn.check-balance {
    margin-top: 5px;
}

.uppercase {
    text-transform: uppercase;
}

.col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-xs-1, .col-xs-10, .col-xs-11, .col-xs-12, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9 {
    padding-right: 5px;
    padding-left: 5px;
}

.row {
    margin-left: -5px;
    margin-right: -5px;
}

.row.multi-column > .col-xs-3 {
    width: auto;
}

.row.multi-column > .col-xs-4 {
    width: 25%;
}

.row.multi-column > .col-xs-5 {
    width: auto;
}

#client-balance {
    width: 15%;
}

.container {
    padding-left: 5px;
    padding-right: 5px;
}

.icon-edit.visibility-hidden {
    visibility: hidden;
}

.autopayment-action-title {
    color: #008c8c;
}

.btn.disabled, .btn[disabled] {
    pointer-events: none;
}

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

.history-box.form-template .form-group, .autopayments-box.form-template .form-group {
    padding-bottom: 5px;
}

.history-box .table .name {
    width: 396px;
    max-width: 396px;
}

.history-box .table .actions, .templates-box .table .actions, .autopayments-box .table .actions {
    text-align: left;
    width: 170px;
    max-width: 170px;
}

.history-box .table .actions a, .templates-box .table .actions a, .autopayments-box .table .actions a {
    text-decoration: none;
}

.templates-box .table .actions a, .autopayments-box .table .actions a {
    padding-top: 0;
    padding-bottom: 0;
}

.history-box .table .state {
    width: 170px;
    max-width: 170px;
    white-space: normal;
}

.history-box .table .state .alert-success,
.history-box .table .state .alert-info,
.history-box .table .state .alert-danger {
    background-color: transparent;
}

.history-box .table .time {
    width: 90px;
    max-width: 90px;
    text-align: center;
}

.history-box .table .sum, .templates-box .table .sum, .autopayments-box .table .sum {
    width: 160px;
    max-width: 160px;
}

.history-box .table .sum strong {
    white-space: nowrap
}

.history-box .table h2, .templates-box .table h2, .autopayments-box .table h2 {
    white-space: normal;
    overflow: hidden;
    text-overflow: ellipsis;
}

.history-box .table .details {
    vertical-align: middle
}

.history-box .table .details {
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

.history-box .table .details span:first-child {
    color: #777;
}

.history-box {
    padding: 18px 8px;
}

.history-box .table .state-icon {
    width: 21px;
    height: 21px;
    display: inline-block;
}

.history-box .table .state-icon.state-icon-check {
    background: url(../img/history/check.png) no-repeat;
}

.history-box .table .state-icon.state-icon-cancel {
    background: url(../img/history/cancel.png) no-repeat;
}

.history-box .table .state-icon.state-icon-cross {
    background: url(../img/history/cross.png) no-repeat;
}

.history-box .table .state-icon.state-icon-point {
    background: url(../img/history/point.png) no-repeat;
}

.history-box .table .state-icon.state-icon-blocked {
    background: url(../img/history/blocked.png) no-repeat;
}

.history-box .table .history-details, .templates-box .table .history-details {
    display: none
}

.history-box .table .glyphicon.glyphicon-chevron-down {
    top: 3px;
    font-size: 19px;
}

.history-box .table .glyphicon.glyphicon-shopping-cart {
    cursor: pointer;
}

.shopping-cart > td:first-child, .shopping-cart > td:last-child,
.shopping-cart > tr:hover > td:first-child, .shopping-cart > tr:hover > td:last-child {
    background-color: #c6c6c6 !important;
}

.history-box .cart {
    text-decoration: none;
}

.history-box .table.sub-table .name {
    width: 620px;
    max-width: 620px;
}

.history-box .table.sub-table {
    margin-bottom: 0;
}

.history-box .table .accordian-body .medium-img .nologo {
    position: absolute;
    top: 43%;
    left: 48%;
    width: 100%;
}

.history-box .table .medium-img, .templates-box .table .medium-img, .autopayments-box .table .medium-img {
    width: 130px;
    max-width: 130px;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    position: relative;
}

.templates-box .table .name {
    width: 222px;
    max-width: 222px;
}

.templates-box .table .details {
    width: 300px;
    max-width: 300px;
}

.autopayments-box.form-template .form-group {
    padding-top: 0;
}

.autopayments-box .table .period {
    width: 170px;
    max-width: 170px;
    color: #898989;
    font-size: 20px;
    text-align: center;
}

.autopayments-box .table .name {
    width: 290px;
    max-width: 290px;
}

.autopayments-box .table .name .autopayment-state {
    margin: 10px 0 0;
    padding: 10px 15px;
}

.info-block .box.last .small-space {
    line-height: 14px;
}

.info-block .box.last .date {
    color: #8b9fb0;
    font-size: 14px;
    line-height: 15px;
    display: block;
}

.marker-cluster div {
    margin-right: 5px;
    margin-bottom: 5px;
}

.forgot-link {
    padding-top: 10px;
    text-align: right;
}

.form-group.error-group.forgot-group {
    padding-bottom: 10px;
}

.hide-begin-slide {
    display: none;
}

.templates.one-templates .bottom-text {
    position: absolute;
    top: 98px;
    width: 170px;
    margin-left: 9px;
    margin-right: 9px;
}

.autopayment-in-day {
    display: none
}

.info-block .calendar-table .table td {
    padding-left: 4px;
    padding-right: 4px;
    padding-top: 5px;
    padding-bottom: 5px;
}

.info-block . calendar-tabl .table .active a {
    height: 23px;
}

.calendar .table .box:hover,
.calendar .table .box.rest:hover,
.calendar .table .box.curDay:hover,
.calendar .table .box.curDay.event {
    background: #fff;
    cursor: pointer;
}

.terminals-inner table {
    table-layout: fixed;
}

.terminals-inner table td {
    word-wrap: break-word;
}

.accept-offer-error {
    display: none;
}

.accept-offer-error.error {
    display: block;
}

.spinner {
    height: 100px;
    width: 100px;
    position: absolute;
    top: 0;
    left: 0;
    margin: auto;
    right: 0;
    bottom: 0;
    z-index: 2000;
    border: 4px solid #ef4036;
    border-left-color: transparent;
    border-right-color: transparent;
    border-radius: 50%;
    animation: spin 2s infinite;
    -webkit-animation: spin 2s infinite;
}

@-webkit-keyframes spin {
    0% {
        -webkit-transform: rotate(0deg);
    }
    50% {
        -webkit-transform: rotate(360deg);
    }
    100% {
        -webkit-transform: rotate(0deg);
    }
}

@keyframes spin {
    0% {
        transform: rotate(0deg);
    }
    50% {
        transform: rotate(360deg);
    }
    100% {
        transform: rotate(0deg);
    }
}

.spinner-main {
    height: 450px;
    position: relative;
    padding: 0;
}

.ajax-block, .index-block {
    padding: 0;
}

.wait-img .spinner, .small-preloader .spinner {
    height: 28px;
    width: 28px;
    margin-top: -7px;
    border-width: 2px;
}

.small-preloader {
    position: relative;
    height: 21px;
}

.wait-img.left .spinner {
    margin: 0;
}

.wait-img.left {
    height: 37px;
}

.error-middle h1 {
    margin-left: 0;
}

.load-block {
    text-align: right;
    padding-right: 18px;
    margin-top: -15px;
    height: 15px;
    display: none;
}

.spinner-check {
    height: 23px;
    position: relative;
    margin-bottom: -25px;
    width: 23px;
    display: inline-block;
}

.spinner-check .spinner {
    height: 25px;
    width: 25px;
    border-width: 2px;
}

.check-content h1 {
    text-align: center;
}

.template-row{
    margin: 14px;
    border-left: 5px solid;
    padding-left: 14px;
}

.template-row span {
    font-size: 14px;
    text-decoration: none;
    color: #919191;
}

.template-row a{
    text-decoration: none;
    color: #242424;
}

.padding-15 {
    text-align: center;
    padding: 15px;
}

.box.last ul li.clearfix:last-child.error-group {
    margin-bottom: 13px;
}

.pointer {
    cursor: pointer;
}

.simple-text {
    margin-top: 13px;
    padding-top: 3px;
    font-size: 16px;
}