@charset "UTF-8";
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  /*  margin: 0.67em 0;*/ }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }
  button:focus,
  input:focus,
  optgroup:focus,
  select:focus,
  textarea:focus {
    outline: none; }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box; }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th,
.credit-extension table.credit-details tr td {
  padding: 0; }

/*teksto spalvos*/
/*pagrindinio meniu spalvos*/
/*mygtuku stilius*/
/*input stilius*/
/*failu pasirinkimo stilius*/
/*default mygtuko stilius: naudojamas klientu zonoje, registracijoje*/
/*checkbox paveiksliukai*/
html, body {
  height: 100%; }

body {
  margin: 0;
  padding: 0;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-size: 16px;
  font-weight: 400;
  color: #3e4854;
  line-height: normal; }
  body.popup-open {
    overflow: hidden; }

/*div,p,ul{
	margin:0;
	padding:0;
}*/
/*p{
    padding-bottom:20px;
}*/
:focus {
  outline: none; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal; }

b,
strong {
  font-weight: 600; }

.wrapper {
  min-height: 100%;
  height: auto !important;
  height: 100%;
  margin: 0 auto -104px;
  min-width: 100%;
  background: #fff; }

.push {
  height: 104px; }

.wrapper + footer {
  min-height: 104px; }

.text-red {
  color: #da251c; }

.text-large {
  font-size: 22px; }

.text-semibold {
  font-weight: 600; }

.text-title {
  color: #1e2121;
  font-size: 13px;
  font-weight: 600;
  line-height: 18px; }

.text-important {
  font-size: 15px;
  font-weight: 600;
  color: #da251c;
  text-transform: uppercase; }

.new-line {
  display: block; }

hr {
  border: 0;
  height: 1px;
  background: #d8d9d2;
  margin: 0;
  padding: 0; }

.container {
  width: 1180px;
  margin: 0 auto; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
  overflow: auto;
  max-height: 100%; }
  .popup .loader-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat 0 0; }
  .popup .content {
    position: relative;
    width: 547px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    padding: 40px;
    display: block;
    z-index: 101;
    border-top: 3px solid #70a33f; }
    .popup .content.standart-info {
      height: auto;
      width: 1090px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
      .popup .content.standart-info h1 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        margin-bottom: 20px; }
      .popup .content.standart-info p {
        font-size: 16px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        margin-bottom: 10px; }
      .popup .content.standart-info b {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600; }
      .popup .content.standart-info table {
        padding: 0;
        margin: 0;
        width: 100%; }
        .popup .content.standart-info table tr td {
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          font-size: 14px;
          width: 50%;
          border: 1px solid #d8d9d2;
          padding: 3px 5px; }
    .popup .content.details-popup {
      width: 1150px;
      padding: 20px 0; }
      .popup .content.details-popup .popup__pad p {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0 16px;
        padding-bottom: 10px;
        font-size: 13px;
        color: #323e40; }
        .popup .content.details-popup .popup__pad p.title {
          font-size: 15px;
          text-transform: uppercase;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding-bottom: 0; }
          .popup .content.details-popup .popup__pad p.title span {
            color: #14af26; }
        .popup .content.details-popup .popup__pad p.leftToPay {
          text-align: right;
          font-size: 15px;
          text-transform: uppercase;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding-bottom: 0; }
          .popup .content.details-popup .popup__pad p.leftToPay span {
            color: #14af26; }
      .popup .content.details-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400; }
        .popup .content.details-popup .popup__pad table tr th, .popup .content.details-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.details-popup .popup__pad table.credit-details tr td {
          border-top: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 12px 0 8px 16px;
          text-transform: uppercase; }
        .popup .content.details-popup .popup__pad table tr td {
          border-top: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          padding: 12px 0 8px 16px; }
        .popup .content.details-popup .popup__pad table tr:last-child td {
          border-bottom: 1px solid #d8d9d2; }
        .popup .content.details-popup .popup__pad table tr.unpayed td {
          color: #da251c; }
    .popup .content.payment-popup table {
      width: 100%;
      margin-bottom: 20px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
      .popup .content.payment-popup table tr th, .popup .content.payment-popup .credit-extension table.credit-details tr td, .credit-extension .popup .content.payment-popup table.credit-details tr td {
        width: 211px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        border: none;
        padding: 12px 0;
        font-size: 14px; }
      .popup .content.payment-popup table tr td {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        border: none;
        padding: 8px 0;
        font-size: 14px; }
      .popup .content.payment-popup table tr:last-child td {
        border: none; }
    .popup .content.payment-popup p {
      margin: 0;
      padding: 0;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
    .popup .content.payment-popup .text-title {
      color: #1e2121;
      font-size: 15px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 600;
      line-height: 18px; }
    .popup .content.payment-popup .customSelectInner {
      width: 220px; }
    .popup .content.graph-popup {
      width: 1090px;
      padding: 20px 30px; }
      .popup .content.graph-popup .popup__pad p.title {
        color: #70a33f;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase; }
      .popup .content.graph-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 35px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 300; }
        .popup .content.graph-popup .popup__pad table tr th, .popup .content.graph-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.graph-popup .popup__pad table.credit-details tr td {
          border-top: 1px solid #e8e8e8;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 3px 0 3px 13px; }
        .popup .content.graph-popup .popup__pad table tr td {
          border-top: 1px solid #e8e8e8;
          font-size: 14px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 300;
          padding: 3px 0 3px 13px; }
    .popup .content.contract-popup {
      width: 1090px;
      padding: 20px 30px; }
      .popup .content.contract-popup .popup__pad h1 {
        font-size: 16px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-align: center; }
        .popup .content.contract-popup .popup__pad h1:last-of-type {
          padding-bottom: 20px; }
      .popup .content.contract-popup .popup__pad p {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0 16px;
        padding-bottom: 10px;
        font-size: 13px;
        color: #323e40; }
      .popup .content.contract-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400; }
        .popup .content.contract-popup .popup__pad table tr th, .popup .content.contract-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.contract-popup .popup__pad table.credit-details tr td {
          border: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 12px 0 8px 16px;
          text-transform: uppercase; }
        .popup .content.contract-popup .popup__pad table tr td {
          border: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          padding: 7px 0 4px 16px; }
        .popup .content.contract-popup .popup__pad table.requisites tr td {
          border: none;
          vertical-align: top; }
  .popup.show {
    display: block; }
  .popup.open {
    display: block; }
  .popup .close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 23px;
    width: 29px;
    height: 23px;
    background: url(../img/popup-close.png) no-repeat 0 0; }
  .popup .banks-block {
    background: none;
    padding: 0;
    height: auto;
    width: auto;
    margin: 17px 0; }

.btn-submit {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px; }

.btn {
  background: #c1d35e;
  background: -moz-linear-gradient(top, #c1d35e 0%, #85b74f 100%);
  background: -webkit-linear-gradient(top, #c1d35e 0%, #85b74f 100%);
  background: linear-gradient(to bottom, #c1d35e 0%, #85b74f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#c1d35e', endColorstr='#85b74f',GradientType=0 );
  color: #fff;
  text-align: center;
  position: relative;
  border: none;
  width: 130px;
  height: 31px;
  line-height: 31px;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: bolder;
  display: inline-block;
  text-decoration: none; }
  .btn.green {
    border: 1px solid #89c94f;
    color: #fff;
    background: #85b74f; }
  .btn.left {
    float: left; }
  .btn.right {
    float: right; }
  .btn.input {
    height: 36px; }
  .btn:hover {
    color: #fff;
    background: #85b74f;
    text-decoration: none; }

.input-text,
.fc-input input {
  width: 128px;
  height: 29px;
  padding-left: 10px;
  line-height: 29px;
  color: #333333;
  border: 1px solid #dadada; }

.error-input {
  border: 1px solid #da251c;
  background: #f5eceb; }

select {
  border: 1px solid #70a33f;
  width: 289px;
  padding: 0 5px;
  margin-bottom: 0; }

.customSelect {
  width: 299px;
  height: 39px;
  border: 1px solid #dadada;
  line-height: 39px;
  background: url(../img/select-arrow.png) no-repeat 96% 50% #fff;
  padding-left: 10px; }

.customSelectDisabled {
  background: url(../img/select-arrow.png) no-repeat 96% 50% #edeeeb;
  color: #aeaead; }

/* Base for label styling */
[type="checkbox"]:not(:checked),
[type="checkbox"]:checked,
[type="radio"]:not(:checked),
[type="radio"]:checked {
  position: absolute;
  left: -9999px; }

[type="checkbox"]:not(:checked) + label,
[type="checkbox"]:checked + label,
[type="radio"]:not(:checked) + label,
[type="radio"]:checked + label {
  position: relative;
  padding-left: 3px;
  cursor: pointer;
  display: inline-block;
  font-weight: 400;
  line-height: 17px; }

/* checkbox aspect */
[type="checkbox"]:not(:checked) + label:before,
[type="checkbox"]:checked + label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: -3px;
  width: 23px;
  height: 23px;
  background: url(../img/checkbox-off.png) 0 0 no-repeat; }

[type="checkbox"].error-input:not(:checked) + label:before,
[type="checkbox"].error-input:checked + label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: -3px;
  width: 23px;
  height: 23px;
  background: url(../img/checkbox-off.png) 0 0 no-repeat; }

/* radio style */
[type="radio"]:not(:checked) + label:before,
[type="radio"]:checked + label:before,
[type="radio"].error-input:not(:checked) + label:before,
[type="radio"].error-input:checked + label:before {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 18px;
  height: 18px;
  background: url(../img/radio-off.png) 0 0 no-repeat; }

/* checked mark aspect */
[type="checkbox"]:not(:checked) + label:after,
[type="checkbox"]:checked + label:after {
  content: '';
  position: absolute;
  left: -26px;
  top: -3px;
  width: 23px;
  height: 23px;
  font-size: 14px;
  transition: all .2s;
  background: url(../img/checkbox-on.png) 0 0 no-repeat; }

[type="radio"]:not(:checked) + label:after,
[type="radio"]:checked + label:after {
  content: '';
  position: absolute;
  left: -26px;
  top: 2px;
  width: 18px;
  height: 18px;
  font-size: 14px;
  transition: all .2s;
  background: url(../img/radio-on.png) 0 0 no-repeat; }

/* checked mark aspect changes */
[type="checkbox"]:not(:checked) + label:after,
[type="radio"]:not(:checked) + label:after {
  opacity: 0;
  transform: scale(0); }

[type="checkbox"]:checked + label:after,
[type="radio"]:checked + label:after {
  opacity: 1;
  transform: scale(1); }

/* disabled checkbox */
[type="checkbox"]:disabled:not(:checked) + label:before,
[type="checkbox"]:disabled:checked + label:before,
[type="radio"]:disabled:not(:checked) + label:before,
[type="radio"]:disabled:checked + label:before {
  box-shadow: none;
  border-color: #bbb;
  background-color: #ddd; }

[type="checkbox"]:disabled:checked + label:after,
[type="radio"]:disabled:checked + label:after {
  color: #999; }

[type="checkbox"]:disabled + label,
[type="radio"]:disabled + label {
  color: #aaa; }

/* accessibility */
[type="checkbox"]:checked:focus + label:before,
[type="checkbox"]:not(:checked):focus + label:before,
[type="radio"]:checked:focus + label:before,
[type="radio"]:not(:checked):focus + label:before {
  border: none; }

.NFI-wrapper {
  width: 391px; }

.NFI-button {
  float: left;
  width: 165px;
  height: 34px;
  line-height: 34px;
  border: 2px solid #d9dad3;
  background: #edece8;
  color: #333; }

.NFI-filename {
  float: right;
  height: 38px;
  line-height: 38px;
  border: none;
  text-align: right; }

.alerts {
  margin-bottom: 25px; }

.alert-danger {
  color: #da251c;
  background: #fce9e8;
  padding: 15px 30px;
  border: 1px solid #da251c;
  margin-bottom: 5px; }
  .alert-danger.last {
    margin-bottom: 30px; }
  .alert-danger.regStep2Error {
    margin-top: 20px; }
  .alert-danger p {
    margin-top: 0;
    padding-top: 0; }
    .alert-danger p:last-of-type {
      margin: 0;
      padding: 0; }

.alert-success {
  color: #70a33f;
  background: #efffdf;
  padding: 15px 30px;
  border: 1px solid #70a33f;
  margin-bottom: 5px; }
  .alert-success.last {
    margin-bottom: 30px; }

.alert-info {
  color: #70a33f;
  background: #efffdf;
  padding: 15px 30px;
  border: 1px solid #70a33f;
  margin-bottom: 5px; }
  .alert-info.last {
    margin-bottom: 30px; }

.credit-action .alert-danger {
  margin-top: 24px; }

header {
  background: #e7e7e7;
  height: 170px;
  position: relative; }
  header .logo-block {
    float: left;
    padding-top: 47px; }
  header .login-block {
    float: right;
    margin-top: 53px; }
    header .login-block .login-form {
      display: inline-block; }
      header .login-block .login-form.login-pop {
        width: 275px; }
        header .login-block .login-form.login-pop .input {
          float: right;
          margin-left: 10px; }
    header .login-block .input {
      float: left;
      margin-left: 10px; }
    header .login-block .login-links {
      display: block;
      color: #909090;
      font-size: 13px;
      padding-left: 10px; }
      header .login-block .login-links a {
        color: #909090; }
  header .logout-block {
    float: right;
    margin-top: 53px; }
    header .logout-block ul {
      margin: 0;
      padding: 0;
      list-style-type: none; }
    header .logout-block li {
      float: left;
      margin-left: 12px; }
    header .logout-block p {
      margin: 0;
      padding: 0;
      font-size: 13px;
      line-height: 15px; }
      header .logout-block p span {
        font-size: 15px; }
    header .logout-block a {
      color: #ff6600;
      font-weight: bolder;
      text-decoration: none;
      text-transform: uppercase; }
      header .logout-block a.btn {
        color: #fff;
        display: inline-block;
        text-decoration: none; }

nav {
  -webkit-border-radius: 47px;
  -moz-border-radius: 47px;
  -ms-border-radius: 47px;
  border-radius: 47px;
  height: 57px;
  width: 100%;
  background: #545454;
  position: absolute;
  bottom: -28px;
  width: 1180px; }
  nav ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-left: 30px; }
  nav li {
    float: left;
    height: 57px; }
    nav li a {
      line-height: 57px;
      color: #fff;
      text-transform: uppercase;
      text-decoration: none;
      font-size: 15px;
      padding: 0 40px; }
      nav li a:hover {
        text-decoration: underline; }

.client-logged nav li a,
.client-not-logged nav li a {
  padding: 0 28px; }
.client-logged .client-zone-menu,
.client-not-logged .client-zone-menu {
  margin: 0;
  padding: 0;
  list-style-type: none;
  width: 238px;
  float: left;
  border-top: 1px solid #dadada; }
  .client-logged .client-zone-menu li a,
  .client-not-logged .client-zone-menu li a {
    color: #333;
    padding: 12px 16px;
    font-size: 15px;
    display: block;
    text-decoration: none;
    border: 1px solid #dadada;
    border-top: none; }
    .client-logged .client-zone-menu li a:hover,
    .client-not-logged .client-zone-menu li a:hover {
      color: #70a33f; }
    .client-logged .client-zone-menu li a.active,
    .client-not-logged .client-zone-menu li a.active {
      color: #70a33f;
      font-weight: bolder;
      border-left: 2px solid #70a33f; }

.footer-menu ul,
.footer-menu-auxilary ul {
  margin: 0;
  padding: 0;
  list-style-type: none; }
.footer-menu li,
.footer-menu-auxilary li {
  float: left;
  height: 52px; }
  .footer-menu li a,
  .footer-menu-auxilary li a {
    line-height: 52px;
    color: #fff;
    margin-right: 30px;
    text-decoration: none;
    font-size: 14px; }
    .footer-menu li a:hover,
    .footer-menu-auxilary li a:hover {
      text-decoration: underline; }

.list {
  width: 100%; }
  .list tr th, .list .credit-extension table.credit-details tr td, .credit-extension table.credit-details .list tr td {
    padding: 10px 0;
    border-top: 1px solid #d8d9d2;
    padding-left: 16px;
    text-align: left;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase; }
    .list tr th.apr, .list .credit-extension table.credit-details tr td.apr, .credit-extension table.credit-details .list tr td.apr {
      width: 100px; }
    .list tr th:first-of-type, .list .credit-extension table.credit-details tr td:first-of-type, .credit-extension table.credit-details .list tr td:first-of-type {
      border-left: 1px solid #d8d9d2; }
    .list tr th:last-of-type, .list .credit-extension table.credit-details tr td:last-of-type, .credit-extension table.credit-details .list tr td:last-of-type {
      border-right: 1px solid #d8d9d2; }
  .list tr td {
    padding: 10px 0;
    border-top: 1px solid #d8d9d2;
    padding-left: 16px;
    font-weight: 400;
    font-size: 13px;
    text-align: left; }
    .list tr td:first-of-type {
      border-left: 1px solid #d8d9d2; }
    .list tr td:last-of-type {
      border-right: 1px solid #d8d9d2; }
  .list tr:last-child td {
    border-bottom: 1px solid #d8d9d2; }
  .list tr:hover {
    background: #f0f0f0;
    cursor: pointer; }
    .list tr:hover th, .list .credit-extension table.credit-details tr:hover td, .credit-extension table.credit-details .list tr:hover td {
      background: #fff;
      cursor: default; }
  .list a {
    color: #70a33f;
    font-size: 13px; }
  .list .show-entries {
    display: table-row; }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  display: none;
  z-index: 100;
  overflow: auto;
  max-height: 100%; }
  .popup .loader-image {
    width: 120px;
    height: 120px;
    margin: 0 auto;
    background: url(../img/loading.gif) no-repeat 0 0; }
  .popup .content {
    position: relative;
    width: 547px;
    height: auto;
    background: #fff;
    margin: 0 auto;
    margin-top: 50px;
    padding: 40px;
    display: block;
    z-index: 101;
    border-top: 3px solid #70a33f; }
    .popup .content.standart-info {
      height: auto;
      width: 1090px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
      .popup .content.standart-info h1 {
        margin: 0;
        padding: 0;
        font-size: 18px;
        margin-bottom: 20px; }
      .popup .content.standart-info p {
        font-size: 16px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        margin-bottom: 10px; }
      .popup .content.standart-info b {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600; }
      .popup .content.standart-info table {
        padding: 0;
        margin: 0;
        width: 100%; }
        .popup .content.standart-info table tr td {
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          font-size: 14px;
          width: 50%;
          border: 1px solid #d8d9d2;
          padding: 3px 5px; }
    .popup .content.details-popup {
      width: 1150px;
      padding: 20px 0; }
      .popup .content.details-popup .popup__pad p {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0 16px;
        padding-bottom: 10px;
        font-size: 13px;
        color: #323e40; }
        .popup .content.details-popup .popup__pad p.title {
          font-size: 15px;
          text-transform: uppercase;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding-bottom: 0; }
          .popup .content.details-popup .popup__pad p.title span {
            color: #14af26; }
        .popup .content.details-popup .popup__pad p.leftToPay {
          text-align: right;
          font-size: 15px;
          text-transform: uppercase;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding-bottom: 0; }
          .popup .content.details-popup .popup__pad p.leftToPay span {
            color: #14af26; }
      .popup .content.details-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 20px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400; }
        .popup .content.details-popup .popup__pad table tr th, .popup .content.details-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.details-popup .popup__pad table.credit-details tr td {
          border-top: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 12px 0 8px 16px;
          text-transform: uppercase; }
        .popup .content.details-popup .popup__pad table tr td {
          border-top: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          padding: 12px 0 8px 16px; }
        .popup .content.details-popup .popup__pad table tr:last-child td {
          border-bottom: 1px solid #d8d9d2; }
        .popup .content.details-popup .popup__pad table tr.unpayed td {
          color: #da251c; }
    .popup .content.payment-popup table {
      width: 100%;
      margin-bottom: 20px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
      .popup .content.payment-popup table tr th, .popup .content.payment-popup .credit-extension table.credit-details tr td, .credit-extension .popup .content.payment-popup table.credit-details tr td {
        width: 211px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        border: none;
        padding: 12px 0;
        font-size: 14px; }
      .popup .content.payment-popup table tr td {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        border: none;
        padding: 8px 0;
        font-size: 14px; }
      .popup .content.payment-popup table tr:last-child td {
        border: none; }
    .popup .content.payment-popup p {
      margin: 0;
      padding: 0;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
    .popup .content.payment-popup .text-title {
      color: #1e2121;
      font-size: 15px;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 600;
      line-height: 18px; }
    .popup .content.payment-popup .customSelectInner {
      width: 220px; }
    .popup .content.graph-popup {
      width: 1090px;
      padding: 20px 30px; }
      .popup .content.graph-popup .popup__pad p.title {
        color: #70a33f;
        font-size: 18px;
        font-weight: 400;
        text-transform: uppercase; }
      .popup .content.graph-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 35px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 300; }
        .popup .content.graph-popup .popup__pad table tr th, .popup .content.graph-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.graph-popup .popup__pad table.credit-details tr td {
          border-top: 1px solid #e8e8e8;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 3px 0 3px 13px; }
        .popup .content.graph-popup .popup__pad table tr td {
          border-top: 1px solid #e8e8e8;
          font-size: 14px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 300;
          padding: 3px 0 3px 13px; }
    .popup .content.contract-popup {
      width: 1090px;
      padding: 20px 30px; }
      .popup .content.contract-popup .popup__pad h1 {
        font-size: 16px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 600;
        margin: 0;
        padding: 0;
        text-align: center; }
        .popup .content.contract-popup .popup__pad h1:last-of-type {
          padding-bottom: 20px; }
      .popup .content.contract-popup .popup__pad p {
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400;
        margin: 0;
        padding: 0 16px;
        padding-bottom: 10px;
        font-size: 13px;
        color: #323e40; }
      .popup .content.contract-popup .popup__pad table {
        width: 100%;
        margin-top: 10px;
        margin-bottom: 10px;
        font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
        font-weight: 400; }
        .popup .content.contract-popup .popup__pad table tr th, .popup .content.contract-popup .popup__pad .credit-extension table.credit-details tr td, .credit-extension .popup .content.contract-popup .popup__pad table.credit-details tr td {
          border: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 600;
          padding: 12px 0 8px 16px;
          text-transform: uppercase; }
        .popup .content.contract-popup .popup__pad table tr td {
          border: 1px solid #d8d9d2;
          font-size: 13px;
          text-align: left;
          font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
          font-weight: 400;
          padding: 7px 0 4px 16px; }
        .popup .content.contract-popup .popup__pad table.requisites tr td {
          border: none;
          vertical-align: top; }
  .popup.show {
    display: block; }
  .popup.open {
    display: block; }
  .popup .close {
    cursor: pointer;
    position: absolute;
    top: 14px;
    right: 23px;
    width: 29px;
    height: 23px;
    background: url(../img/popup-close.png) no-repeat 0 0; }
  .popup .banks-block {
    background: none;
    padding: 0;
    height: auto;
    width: auto;
    margin: 17px 0; }

footer {
  padding-bottom:35px;
  background: #6b8338;
  color: #fff; }
  footer a {
    color: #fff;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    text-decoration: underline; }
  footer a:hover {
    text-decoration: none; }
  footer p {
    margin: 0;
    padding: 0;
    font-size: 13px;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    color: #fff; }
  footer .footer-menu-place {
    display: inline-block;
    width: 100%; }
  footer .footer-menu {
    float: left; }
  footer .footer-menu-auxilary {
    clear: both;
    display: table; }
  footer .copyright {
    float: right;
    line-height: 52px; }
    footer .copyright p {
      color: #fff; }
    footer .copyright a {
      color: #fff;
      text-decoration: none; }

.front-page-slider {
  width: 1180px;
  height: 305px;
  background: #b1bf57;
  background: -moz-linear-gradient(top, #b1bf57 0%, #70a33f 100%);
  background: -webkit-linear-gradient(top, #b1bf57 0%, #70a33f 100%);
  background: linear-gradient(to bottom, #b1bf57 0%, #70a33f 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b1bf57', endColorstr='#70a33f',GradientType=0 );
  position: relative;
  bottom: -255px;
  -webkit-box-shadow: 5px 5px 10px 5px #c1c1c0;
  box-shadow: 5px 5px 10px 5px #c1c1c0; }
  .front-page-slider .credit-extend-text {
    color: #fff;
    font-size: 14px;
    position: absolute;
    bottom: -9px;
    right: 10px; }

.credit-slider {
  position: relative; }
  .credit-slider .slider-message {
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 16px;
    color: #fff;
    font-weight: bolder; }
  .credit-slider .slider-info-text {
    position: absolute;
    bottom: -435px;
    left: 0;
    width: 100%; }

.slider-block {
  display: inline-block;
  width: 575px;
  float: left;
  margin-top: 46px;
  margin-left: 49px; }
  .slider-block .slider-toolbar {
    position: relative;
    margin: 0;
    padding: 0; }
    .slider-block .slider-toolbar a {
      font-size: 13px;
      color: #9ddc29;
      font-weight: bolder;
      margin: 0;
      padding: 0;
      padding-right: 30px; }
      .slider-block .slider-toolbar a:hover {
        text-decoration: none; }

.slider-item {
  position: relative;
  height: 70px;
  margin-bottom: 57px; }
  .slider-item:nth-of-type(2) {
    margin-bottom: 10px; }
  .slider-item .title {
    color: #fff;
    font-size: 25px;
    line-height: 27px;
    text-transform: uppercase;
    height: 27px; }
  .slider-item .selected-amount, .slider-item .selected-period, .client-zone-content .slider-item .selected-period {
    width: 65px;
    padding-right: 5px;
    height: 27px;
    position: absolute;
    top: 0px;
    right: 12px;
    text-align: right;
    font-size: 23px;
    font-weight: bold;
    color: #fff;
    line-height: 27px; }
  .slider-item .selected-period {
    right: 43px; }
  .slider-item .selected-period + .prefix {
    right: 0px; }
  .slider-item .prefix {
    position: absolute;
    top: 0;
    right: -30px;
    width: 45px;
    height: 30px;
    color: #fff;
    line-height: 30px;
    font-weight: 500;
    font-size: 20px;
    text-align: left; }
  .slider-item .slider-background {
    position: relative;
    background: #e7e7e7;
    background: rgba(231, 231, 231, 0.29);
    height: 7px;
    margin-left: 43px;
    margin-right: 48px;
    margin-top: 20px; }
    .slider-item .slider-background .increase, .slider-item .slider-background .decrease, .client-zone-content .slider-item .slider-background .decrease {
      position: absolute;
      top: -18px;
      right: -50px;
      background: url(../img/slider-plus.png) no-repeat 0 0;
      width: 45px;
      height: 45px;
      cursor: pointer; }
    .slider-item .slider-background .decrease {
      background: url(../img/slider-minus.png) no-repeat 0 0;
      left: -48px;
      right: auto; }
  .slider-item .ui-widget-content {
    background: none !important;
    border: none !important;
    width: 484px;
    height: 7px;
    margin-top: 12px; }
  .slider-item .ui-slider .ui-slider-range {
    background-position: 0 0;
    border: 0 none;
    display: block;
    font-size: 0.7em;
    position: absolute;
    z-index: 1;
    height: 7px;
    background: #e7e7e7; }
  .slider-item .ui-slider .ui-slider-handle {
    cursor: default;
    position: absolute;
    z-index: 2;
    width: 52px;
    height: 35px;
    top: -13px;
    margin-left: -26px;
    border: none;
    background: url(../img/slider-knob.png) no-repeat 0 0; }
    .slider-item .ui-slider .ui-slider-handle:focus {
      outline: none; }
    .slider-item .ui-slider .ui-slider-handle.length-one {
      margin-left: 445px; }

.credit-information {
  float: left;
  width: 430px;
  margin-left: 75px;
  margin-top: 42px; }
  .credit-information ul {
    margin: 0;
    padding: 0;
    width: 430px;
    list-style-type: none;
    height: 50px;
    margin-bottom: 17px; }
  .credit-information li {
    float: left;
    color: #fff;
    font-size: 17px;
    width: 130px; }
    .credit-information li:last-of-type {
      width: 160px; }
    .credit-information li .title {
      text-transform: uppercase; }
    .credit-information li .item-value {
      font-size: 25px;
      font-weight: bolder; }
  .credit-information p {
    color: #fff;
    margin: 0;
    padding: 0;
    font-size: 13px;
    line-height: 15px; }
    .credit-information p.credit-return-text {
      padding-top: 15px;
      font-size: 16px; }
      .credit-information p.credit-return-text span {
        font-weight: bolder; }
    .credit-information p.credit-extend-text {
      padding-top: 8px;
      font-size: 14px; }
  .credit-information .credit-info-text {
    width: 325px;
    color: #fff;
    display: inline-block; }
  .credit-information .payment-graph-link {
    color: #9ddc29;
    margin-top: 12px;
    display: inline-block; }
    .credit-information .payment-graph-link:hover {
      text-decoration: none; }
  .credit-information form {
    margin-top: 20px; }
  .credit-information .btn-credit {
    display: block;
    width: 398px;
    background: #ff8a2c;
    height: 52px;
    line-height: 52px;
    -webkit-border-radius: 10;
    -moz-border-radius: 10;
    border-radius: 10px;
    color: #fff;
    font-size: 18px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    border: none;
    font-weight: bold;
    text-transform: uppercase;
    border: 2px solid #fff;
    -webkit-box-shadow: 5px 5px 10px 5px #6a8b38;
    box-shadow: 5px 5px 10px 5px #6a8b38; }
    .credit-information .btn-credit span {
      font-weight: bolder; }
    .credit-information .btn-credit:hover {
      background: #f38126; }

.client-zone-content .credit-slider {
  width: 832px;
  height: 486px;
  border: 1px solid #d7d7d7;
  position: relative; }
  .client-zone-content .credit-slider .credit-extend-text {
    position: absolute;
    bottom: 0;
    left: 58px;
    font-size: 14px; }
.client-zone-content .slider-block {
  width: 721px;
  margin-top: 39px;
  margin-left: 59px; }
.client-zone-content .slider-item .title {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  padding-bottom: 10px;
  font-weight: bolder; }
.client-zone-content .slider-item .selected-amount, .client-zone-content .slider-item .selected-period {
  height: 35px;
  font-size: 35px;
  font-weight: lighter;
  color: #545454;
  line-height: 35px;
  top: -15px;
  right: 45px;
  width: 100px; }
.client-zone-content .slider-item .prefix {
  top: -15px;
  width: 45px;
  height: 35px;
  color: #545454;
  line-height: 35px;
  font-weight: lighter;
  font-size: 35px;
  right: 0px; }
.client-zone-content .slider-item .selected-period + .prefix {
  right: 0px; }
.client-zone-content .slider-item .slider-background {
  position: relative;
  background: #a8a8a8;
  height: 7px;
  margin-left: 60px;
  margin-right: 60px;
  margin-top: 20px; }
  .client-zone-content .slider-item .slider-background .increase, .client-zone-content .slider-item .slider-background .decrease {
    position: absolute;
    top: -20px;
    right: -60px;
    background: url(../img/clientzone-slider-plus.png) no-repeat 0 0;
    width: 49px;
    height: 49px;
    cursor: pointer; }
  .client-zone-content .slider-item .slider-background .decrease {
    background: url(../img/clientzone-slider-minus.png) no-repeat 0 0;
    left: -60px;
    right: auto; }
.client-zone-content .slider-item .ui-widget-content {
  width: 601px; }
.client-zone-content .slider-item .ui-slider .ui-slider-range {
  background: #ff8a2c; }
.client-zone-content .slider-item .ui-slider .ui-slider-handle {
  width: 35px;
  height: 35px;
  top: -15px;
  margin-left: -17px;
  background: url(../img/clientzone-slider-knob.png) no-repeat 0 0; }
  .client-zone-content .slider-item .ui-slider .ui-slider-handle.length-one {
    margin-left: 575px; }
.client-zone-content .credit-information {
  width: 380px;
  margin-left: 59px; }
  .client-zone-content .credit-information p {
    color: #333;
    line-height: 20px; }
    .client-zone-content .credit-information p.subtitle {
      font-size: 17px;
      font-weight: bolder; }
    .client-zone-content .credit-information p.credit-return-text {
      font-size: 16px; }
  .client-zone-content .credit-information .credit-info-text {
    width: 200px;
    color: #333;
    display: inline-block; }
.client-zone-content .credit-submit {
  float: right;
  margin-right: 52px;
  margin-top: 40px;
  display: inline-block;
  text-align: center;
  width: 340px; }
  .client-zone-content .credit-submit a {
    color: #70a33f;
    font-size: 13px;
    display: block;
    clear: both; }
  .client-zone-content .credit-submit form {
    margin-top: 20px; }
  .client-zone-content .credit-submit .btn-credit {
    display: block;
    width: 298px;
    background: #edece8;
    height: 44px;
    line-height: 44px;
    border-radius: 0;
    color: #333;
    font-size: 19px;
    padding: 0;
    text-decoration: none;
    text-align: center;
    margin: 0 auto;
    border: none;
    font-weight: bolder;
    text-transform: uppercase;
    border: 2px solid #dadbd4;
    margin-bottom: 5px; }
    .client-zone-content .credit-submit .btn-credit span {
      font-weight: bolder; }
.client-zone-content .refinance .credit-information {
  width: 720px;
  margin-top: 0; }
  .client-zone-content .refinance .credit-information .btn-credit {
    width: 250px;
    box-shadow: none;
    color: #333;
    background: #edece8;
    height: 42px;
    border-radius: 0;
    line-height: 42px;
    border: 2px solid #dadbd4; }
    .client-zone-content .refinance .credit-information .btn-credit.reject {
      background: #edece8; }

.faq {
  margin: 0; }
  .faq.ui-widget {
    font-weight: lighter;
    font-size: 15px; }
  .faq .ui-widget-content {
    background: #fff;
    color: #333;
    padding: 0 59px 14px 59px;
    margin-bottom: 20px;
    border: 1px solid #70a33f;
    border-top: none; }
    .faq .ui-widget-content p {
      font-size: 15px;
      margin: 0;
      padding: 0;
      color: #70a33f;
      font-weight: bold; }
      .faq .ui-widget-content p:first-of-type {
        padding-top: 14px;
        border-top: 1px solid #dadada; }
    .faq .ui-widget-content ul {
      margin: 0;
      padding: 0;
      padding-left: 14px; }
  .faq .ui-state-default,
  .faq .ui-widget-content .ui-state-default,
  .faq .ui-widget-header .ui-state-default {
    background: #fff;
    padding: 14px 59px;
    font-weight: lighter;
    margin-bottom: 20px;
    color: #333;
    border: 1px solid #dadada;
    text-decoration: none; }
  .faq .ui-state-active,
  .faq .ui-widget-content .ui-state-active,
  .faq .ui-widget-header .ui-state-active {
    background: #fff;
    margin-bottom: 0;
    border-bottom: none; }
  .faq .ui-state-active,
  .faq .ui-widget-content .ui-state-active {
    border: 1px solid #70a33f;
    border-bottom: none; }
  .faq .ui-corner-all, .faq .ui-corner-top, .faq .ui-corner-right, .faq .ui-corner-tr {
    border-top-right-radius: 0px; }
  .faq .ui-corner-all, .faq .ui-corner-top, .faq .ui-corner-left, .faq .ui-corner-tl {
    border-top-left-radius: 0px; }
  .faq .ui-corner-all, .faq .ui-corner-bottom, .faq .ui-corner-right, .faq .ui-corner-br {
    border-bottom-right-radius: 0px; }
  .faq .ui-corner-all, .faq .ui-corner-bottom, .faq .ui-corner-left, .faq .ui-corner-bl {
    border-bottom-left-radius: 0px; }
  .faq .ui-state-default .ui-icon {
    background: url(../img/faq-open.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
    left: 16px; }
  .faq .ui-state-default.ui-state-active .ui-icon {
    background: url(../img/faq-close.png) no-repeat 0 0;
    width: 17px;
    height: 17px;
    left: 16px;
    margin-top: -8px; }

.registration-block {
  position: relative; }
  .registration-block #regButtonTitle {
    visibility: hidden; }
  .registration-block #mobSignButtonTitle {
    visibility: hidden;
    position: relative;
    top: -25px;
    float: right; }
  .registration-block .reg-code {
    background: #eee;
    padding: 5px 10px; }
  .registration-block .reg-conditions1 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px; }
  .registration-block .bank-note {
    padding-bottom: 5px; }
  .registration-block tr {
    border: none; }
  .registration-block .fc-header {
    padding-bottom: 5px; }
  .registration-block .fc-label {
    display: block;
    color: #333333;
    font-size: 15px;
    font-weight: normal;
    vertical-align: middle;
    height: 33px;
    line-height: 33px;
    padding-right: 20px; }
    .registration-block .fc-label .notes, .registration-block .fc-label .notes a {
      color: #787878;
      font-size: 12px;
      font-weight: normal;
      line-height: 12px; }
      .registration-block .fc-label .notes a:hover {
        text-decoration: none; }
  .registration-block .fc-input {
    display: block;
    padding-bottom: 22px; }
    .registration-block .fc-input select {
      border: 1px solid #dadada;
      width: 289px;
      height: 33px;
      line-height: 33px;
      padding: 0 5px;
      margin-bottom: 0; }
    .registration-block .fc-input input {
      -webkit-border-radius: 0;
      -moz-border-radius: 0;
      -ms-border-radius: 0;
      border-radius: 0;
      border: 1px solid #dadada;
      float: left;
      position: relative;
      width: 289px;
      height: 33px;
      line-height: 33px;
      padding: 0 5px;
      margin-bottom: 0; }
      .registration-block .fc-input input.phone-code {
        border: none;
        width: 47px;
        padding: 0 5px;
        color: #333;
        font-size: 16px;
        background: none;
        line-height: 35px;
        height: 35px; }
        .registration-block .fc-input input.phone-code:disabled {
          background: none;
          color: #333; }
        .registration-block .fc-input input.phone-code.error-input:disabled {
          border: none; }
      .registration-block .fc-input input.phone-number {
        width: 232px; }
      .registration-block .fc-input input:disabled {
        background: #edeeeb;
        color: #aeaead; }
      .registration-block .fc-input input.error-input {
        border: 1px solid #da251c; }
    .registration-block .fc-input input[readonly] {
      border: none; }
    .registration-block .fc-input .customSelect {
      width: 288px; }
  .registration-block .field-checkbox td {
    padding-bottom: 16px;
    padding-left: 26px; }
  .registration-block .field-radio .fc-label {
    display: block;
    width: 100%;
    float: none;
    padding-bottom: 0; }
  .registration-block .field-radio .fc-input {
    display: block;
    width: 100%;
    float: none; }
    .registration-block .field-radio .fc-input label {
      margin-left: 17px;
      margin-right: 30px; }
    .registration-block .field-radio .fc-input input {
      position: absolute; }
  .registration-block .fc-error {
    color: #da251c;
    font-size: 10px;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: normal;
    width: 100%;
    text-align: left; }
  .registration-block .field-submit .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 185px;
    height: 34px;
    line-height: 34px;
    background: #edece8;
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    border: 2px solid #d9dad3;
    margin-bottom: 10px;
    display: inline-block; }
  .registration-block .reg-edit {
    width: 621px; }
    .registration-block .reg-edit .fc-header {
      padding-bottom: 10px; }
    .registration-block .reg-edit .fc-notes {
      color: #818181;
      padding-bottom: 10px; }
    .registration-block .reg-edit .fc-label {
      width: 335px;
      display: table-cell;
      padding: 0;
      margin: 0;
      vertical-align: middle;
      padding-bottom: 10px; }
      .registration-block .reg-edit .fc-label span {
        display: block;
        color: #818181; }
    .registration-block .reg-edit .fc-input {
      padding: 0;
      margin: 0;
      padding-bottom: 10px;
      position: relative; }
      .registration-block .reg-edit .fc-input .customSelect {
        width: 270px; }
      .registration-block .reg-edit .fc-input .NFI-button {
        width: 115px; }
    .registration-block .reg-edit .fc-radio {
      position: relative; }
      .registration-block .reg-edit .fc-radio .radio-label {
        display: block; }
      .registration-block .reg-edit .fc-radio input {
        margin-left: 17px; }
      .registration-block .reg-edit .fc-radio label {
        margin-left: 17px;
        margin-right: 10px; }
    .registration-block .reg-edit .fc-label-input {
      display: table-cell;
      margin: 0;
      padding: 0;
      vertical-align: middle; }
      .registration-block .reg-edit .fc-label-input .file-label {
        height: 60px;
        line-height: 60px;
        width: 222px;
        display: inline-block;
        position: relative;
        top: -14px; }
    .registration-block .reg-edit .fc-submit {
      padding-top: 10px; }
      .registration-block .reg-edit .fc-submit input {
        /*float:right;
        background:$button-default-color;
        border:$button-default-border;
        @include border-radius(0);
        color:$button-default-text-color;
        cursor: pointer;
        display: inline-block;
        font-size: $default-font-size;
        height: 36px;
        line-height: 36px;
        padding: 0 15px;
        text-align: center;
        text-transform: uppercase;*/ }
    .registration-block .reg-edit .secondary-address {
      float: left; }
    .registration-block .reg-edit .chkAddress {
      float: right;
      padding-top: 4px;
      text-transform: none;
      font-weight: normal;
      font-size: 16px; }
  .registration-block .submit-registration.right {
    float: right;
    position: relative;
    top: -40px; }
  .registration-block #reg-types {
    margin-left: 20px; }

.contract {
  border: 1px solid #dadada;
  padding: 15px;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  overflow-y: scroll;
  height: 200px;
  text-align: justify;
  margin-bottom: 10px;
  color: #787878;
  font-size: 14px; }
  .contract h1 {
    font-size: 14px; }
  .contract p {
    color: #787878;
    font-size: 14px; }
  .contract table {
    margin: 0;
    padding: 0; }
    .contract table td {
      padding: 5px; }

.toolbar-submit {
  display: table;
  width: 100%;
  margin-bottom: 30px; }
  .toolbar-submit .settings__change-data-submit {
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    width: 244px;
    height: 52px;
    border: 2px solid #14af26;
    line-height: 52px;
    text-align: center;
    font-size: 16px;
    font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
    font-weight: bolder;
    float: right; }

.section-header {
  color: #333;
  font-size: 17px;
  font-weight: bolder;
  padding-bottom: 5px;
  text-transform: uppercase; }

.section-subtitle {
  font-weight: bolder;
  color: #333;
  text-transform: uppercase;
  margin-bottom: 5px; }

.registration-preview p {
  font-weight: bolder;
  font-size: 15px;
  margin: 0;
  padding: 7px 0 14px; }
.registration-preview span {
  display: inline-block;
  width: 340px;
  padding-right: 15px;
  font-weight: normal; }

.registration-section {
  padding: 23px 23px 7px 23px;
  margin-bottom: 20px;
  position: relative;
  border: 1px solid #dadada;
  color: #333; }
  .registration-section td {
    padding-bottom: 14px; }
  .registration-section .fc-label {
    width: 355px; }
    .registration-section .fc-label .notes, .registration-section .registration-block .fc-label .notes a, .registration-block .registration-section .fc-label .notes a {
      clear: both;
      display: inline-block;
      font-size: 13px;
      color: #888; }
  .registration-section .fc-input input {
    border-radius: 0;
    width: 280px;
    padding: 0 5px; }
    .registration-section .fc-input input.phone-code {
      width: 38px;
      background: none;
      border: none; }
    .registration-section .fc-input input.phone-number {
      width: 232px; }
  .registration-section .fc-input input[disabled] {
    border: none;
    background: none;
    font-weight: bolder; }
    .registration-section .fc-input input[disabled].error-input {
      border: none; }
  .registration-section .fc-submit .btn {
    width: 147px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background: #edece8;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    border: 2px solid #d9dad3;
    text-align: center; }
  .registration-section .fc-submit input.btn {
    height: 38px;
    width: 151px; }

.payment-block {
  margin: 0;
  padding: 23px 23px 3px 23px;
  margin-bottom: 20px;
  border: 1px solid #dadada; }
  .payment-block table th, .payment-block .credit-extension table.credit-details tr td, .credit-extension .payment-block table.credit-details tr td {
    font-size: 15px;
    font-weight: normal;
    text-align: left;
    width: 225px;
    padding-bottom: 20px; }
  .payment-block table td {
    font-size: 15px;
    font-weight: bolder;
    padding-bottom: 20px; }
    .payment-block table td span {
      color: #df0024; }

table.payment-table tr {
  border: none; }
table.payment-table td.contract-checkbox {
  padding-left: 20px; }

.registration-login-block {
  padding: 0;
  margin-bottom: 30px; }
  .registration-login-block p {
    margin: 0;
    padding: 0;
    font-size: 16px; }
  .registration-login-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0;
    margin-bottom: 17px; }
    .registration-login-block ul li {
      font-size: 16px; }
  .registration-login-block .btn {
    width: 147px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background: #edece8;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    border: 2px solid #d9dad3;
    text-align: center; }

.registration-form {
  width: 660px; }

.registration-content {
  border: 1px solid #dadada;
  width: 660px;
  padding: 10px 20px 20px 20px;
  float: left; }

.menu-tabs {
  margin: 0;
  padding: 0;
  height: 42px;
  border-bottom: 3px solid #edece8;
  list-style-type: none;
  margin-bottom: 20px;
  width: 420px; }
  .menu-tabs.registration {
    width: 660px; }
    .menu-tabs.registration li {
      width: 220px; }
      .menu-tabs.registration li.active-tab:after {
        width: 220px; }
  .menu-tabs.menu-login {
    width: 540px; }
    .menu-tabs.menu-login li {
      width: 180px; }
      .menu-tabs.menu-login li.active-tab:after {
        width: 180px; }
  .menu-tabs li {
    float: left;
    width: 140px;
    line-height: 42px;
    text-align: center;
    color: #323230;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer; }
    .menu-tabs li a {
      color: #323230;
      text-decoration: none; }
    .menu-tabs li.active-tab {
      color: #759e38;
      position: relative; }
      .menu-tabs li.active-tab:after {
        content: '';
        height: 3px;
        background-color: #759e38;
        position: absolute;
        width: 140px;
        left: 0;
        bottom: -3px; }

.login-form-tab {
  width: 350px;
  margin: 0 auto; }
  .login-form-tab .input {
    margin: 0;
    padding: 0; }
  .login-form-tab .input-text {
    width: 100%;
    margin-bottom: 20px; }
  .login-form-tab .btn {
    width: 100%; }
.login-form-tab .btn.alt{
  border-radius: 0;
  background: #edece8;
  color: #333;
  font-weight: bolder;
  font-size: 14px;
  border: 2px solid #d9dad3;
  margin-top:10px;
  margin-bottom: 10px;
  width: 99%;
  /*display: inline-block;*/
}
.login-form-tab a {
  color:#b4b4b4;
  font-size:14px;
}
.login-form-tab .forgot {
  padding-bottom:20px;
  display:inline-block;
}

.login-form-tab .input-text.last {
  margin-bottom: 5px;}

.register-form-tab .input {
  margin: 0;
  padding: 0;
  margin-bottom: 20px; }
.register-form-tab .input-text {
  width: 100%;
  margin-bottom: 20px; }
.register-form-tab .checkbox {
  margin-left: 25px; }
.register-form-tab .fc-error {
  padding-top: 10px;
  padding-left: 310px; }

.registration-login {
  float: left;
  border: 1px solid #dadada;
  width: 420px;
  padding: 10px 20px 20px 20px;
  margin-left: 15px;
  margin-top: 0; }

.login-smartid,
.login-mobile,
.registration-smartid,
.registration-mobile {
  display: none; }

.settings__change-pass {
  width: 720px;
  padding-bottom: 90px; }
  .settings__change-pass .fc-label {
    float: left;
    padding-top: 7px;
    width: 385px;
    padding-bottom: 20px; }
  .settings__change-pass .fc-input {
    float: right;
    padding-bottom: 20px;
    width: 335px;
    font-size: 13px; }
    .settings__change-pass .fc-input:last-of-type {
      padding-bottom: 5px; }
    .settings__change-pass .fc-input input {
      width: 276px;
      padding: 0 5px;
      height: 33px;
      line-height: 33px;
      border-radius: 0; }
    .settings__change-pass .fc-input.notes, .settings__change-pass .registration-block .fc-label .notes a.fc-input, .registration-block .fc-label .notes .settings__change-pass a.fc-input {
      width: 290px;
      float: left; }
  .settings__change-pass .fm-table {
    width: 720px; }
  .settings__change-pass p {
    margin: 0;
    padding: 0; }
  .settings__change-pass .btn {
    float: right;
    right: 47px;
    position: relative;
    width: 147px;
    height: 34px;
    line-height: 34px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background: #edece8;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    border: 2px solid #d9dad3;
    text-align: center; }

.settings__content .settings__change-pass .fc-input {
  float: left;
  padding-bottom: 12px; }
  .settings__content .settings__change-pass .fc-input input {
    width: 192px; }

.force-change-pswd-page {
  padding-bottom: 30px; }
  .force-change-pswd-page tr {
    border: none; }
  .force-change-pswd-page .settings__change-pass .fc-input {
    padding-bottom: 10px; }
    .force-change-pswd-page .settings__change-pass .fc-input .input-text {
      border-radius: 0;
      width: 289px;
      padding: 0 5px; }
  .force-change-pswd-page .settings__change-pass .btn {
    float: none;
    position: relative;
    top: auto;
    right: auto;
    left: 385px; }

.form-remember-pswd {
  border: 1px solid #dbdcd6; }
  .form-remember-pswd table {
    margin: 28px auto 36px; }
  .form-remember-pswd td {
    text-align: center; }
    .form-remember-pswd td label {
      display: block;
      clear: both;
      width: 248px;
      text-align: left;
      margin: 0 auto; }
    .form-remember-pswd td .input-text {
      border-radius: 0;
      height: 33px;
      line-height: 33px;
      width: 238px;
      padding: 0 5px;
      margin-bottom: 20px; }
    .form-remember-pswd td .btn {
      position: relative;
      width: 250px;
      height: 33px;
      line-height: 30px;
      border-radius: 0;
      display: inline-block;
      text-decoration: none;
      background: #edece8;
      color: #333;
      font-size: 14px;
      font-weight: bolder;
      border: 2px solid #d9dad3;
      text-align: center; }

.client-zone-content {
  float: right;
  width: 899px; }
  .client-zone-content .page-subtitle {
    font-size: 28px;
    text-transform: uppercase; }
  .client-zone-content .settings__address-job-form {
    padding-bottom: 30px; }
  .client-zone-content .input-text {
    border-radius: 0;
    width: 180px; }
  .client-zone-content .toolbar-buttons {
    padding-top: 10px; }

.my-credits .red {
  font-size: 14px; }
.my-credits p.title {
  font-size: 16px; }

.get-credit-step-2 {
  padding-top: 0; }

.contract-block {
  padding: 5px 10px;
  color: #333;
  font-size: 14px;
  border: 1px solid #d8d9d2;
  margin-bottom: 20px;
  overflow-y: scroll;
  height: 300px; }
  .contract-block table {
    border-collapse: collapse; }
    .contract-block table td {
      border: 1px solid #ddd;
      padding: 5px; }

.credit-list table {
  margin: 0;
  padding: 0;
  font-weight: normal;
  width: 100%; }
  .credit-list table.schedule th, .credit-list table.schedule .credit-extension table.credit-details tr td, .credit-extension table.credit-details tr .credit-list table.schedule td {
    padding-left: 13px; }
  .credit-list table.schedule th:nth-of-type(3), .credit-list table.schedule .credit-extension table.credit-details tr td:nth-of-type(3), .credit-extension table.credit-details tr .credit-list table.schedule td:nth-of-type(3) {
    width: 100px; }
  .credit-list table.schedule th:nth-of-type(4), .credit-list table.schedule .credit-extension table.credit-details tr td:nth-of-type(4), .credit-extension table.credit-details tr .credit-list table.schedule td:nth-of-type(4) {
    width: 100px; }
  .credit-list table tr th, .credit-list .credit-extension table.credit-details tr td, .credit-extension .credit-list table.credit-details tr td {
    margin: 0;
    padding: 6px 0;
    padding-left: 13px;
    font-size: 12px;
    font-weight: bolder;
    line-height: 14px;
    text-align: left;
    border-top: 1px solid #d8d9d2;
    text-transform: uppercase; }
  .credit-list table tr td {
    padding: 10px 0;
    padding-left: 13px;
    border-top: 1px solid #d8d9d2;
    font-size: 14px; }
  .credit-list table tr:last-child td {
    border-bottom: 1px solid #d8d9d2; }
  .credit-list table tr.extended td {
    background: #d8e9a6; }
  .credit-list table tr.closed td {
    background: #f7f7f7;
    color: #b1b4b7;
    text-decoration: line-through; }
  .credit-list table tr.debt td.delayed-date {
    font-weight: 600;
    color: #eb6262; }
  .credit-list table tr.current td.current-date {
    font-weight: bolder;
    color: #70a33f; }
  .credit-list table tr.current.debt td.delayed-date {
    font-weight: bolder;
    color: #eb6262; }
.credit-list.ui-widget {
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: normal;
  font-size: 16px; }
.credit-list.ui-accordion .ui-accordion-header {
  cursor: pointer;
  display: block;
  margin: 0;
  min-height: 0;
  padding: 20px 16px;
  background: #edece8;
  position: relative;
  margin-top: 20px;
  line-height: 16px;
  font-size: 17px;
  font-weight: 400;
  border: 1px solid #d8d9d2; }
  .credit-list.ui-accordion .ui-accordion-header .credit-id {
    font-weight: bolder; }
  .credit-list.ui-accordion .ui-accordion-header:first-of-type {
    margin-top: 0; }
  .credit-list.ui-accordion .ui-accordion-header .ui-accordion-header-icon {
    left: auto;
    right: 18px;
    top: 22px;
    margin: 0; }
.credit-list.ui-accordion .ui-accordion-content {
  background: #fff;
  border: none;
  padding: 0;
  border: 1px solid #d8d9d2;
  border-top: none; }
.credit-list .ui-icon-triangle-1-e {
  background-position: 0 0; }
.credit-list .ui-state-default,
.credit-list .ui-widget-content .ui-state-default,
.credit-list .ui-widget-header .ui-state-default {
  background: none;
  color: #323e40;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: bolder;
  border: none;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase; }
.credit-list .ui-state-active,
.credit-list .ui-widget-content .ui-state-active,
.credit-list .ui-widget-header .ui-state-active {
  background: none;
  color: #323e40;
  font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
  font-weight: bolder;
  border: none;
  text-decoration: none;
  font-size: 12px;
  text-transform: uppercase; }
.credit-list .ui-state-default .ui-icon {
  background-image: url(../img/arrow-down-main.png);
  width: 23px;
  height: 12px; }
.credit-list .ui-state-default.ui-state-active .ui-icon {
  width: 23px;
  height: 12px;
  background: url(../img/arrow-up-main.png) no-repeat 0 0; }
.credit-list .ui-corner-all, .credit-list .ui-corner-top, .credit-list .ui-corner-right, .credit-list .ui-corner-tr {
  border-top-right-radius: 0px; }
.credit-list .ui-corner-all, .credit-list .ui-corner-top, .credit-list .ui-corner-left, .credit-list .ui-corner-tl {
  border-top-left-radius: 0px; }
.credit-list .ui-corner-all, .credit-list .ui-corner-bottom, .credit-list .ui-corner-right, .credit-list .ui-corner-br {
  border-bottom-right-radius: 0px; }
.credit-list .ui-corner-all, .credit-list .ui-corner-bottom, .credit-list .ui-corner-left, .credit-list .ui-corner-bl {
  border-bottom-left-radius: 0px; }
.credit-list .links {
  display: block;
  padding: 10px 11px;
  height: 38px; }
  .credit-list .links ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    float: left;
    width: 300px;
    position: relative;
    top: 5px; }
  .credit-list .links li {
    font-size: 12px;
    color: #70a33f;
    font-weight: bolder; }
    .credit-list .links li span {
      display: inline-block;
      width: 145px;
      color: #333; }
  .credit-list .links a.link {
    color: #333; }
  .credit-list .links a.btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 185px;
    height: 34px;
    line-height: 34px;
    background: #edece8;
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    border: 2px solid #d9dad3;
    margin-bottom: 10px;
    display: inline-block;
    margin-left: 10px; }

.credit-patyments-schedule {
  margin-bottom: 10px; }
  .credit-patyments-schedule .table-title {
    color: #70a33f;
    font-weight: bolder;
    text-transform: uppercase;
    padding-left: 13px;
    margin-top: 29px;
    margin-bottom: 3px; }
  .credit-patyments-schedule .payment-closed {
    color: #70a33f;
    text-decoration: none; }

.checkout-methods {
  padding-top: 24px; }
  .checkout-methods ul {
    margin: 0;
    padding: 0; }
  .checkout-methods li {
    font-size: 14px; }
    .checkout-methods li span {
      font-weight: 500; }

.contractChange {
  padding-bottom: 20px; }

.contract-confirm-block {
  padding-top: 24px; }
  .contract-confirm-block .reg-code {
    background: #eee;
    padding: 5px 10px; }
  .contract-confirm-block .reg-conditions1 {
    padding-top: 20px;
    font-size: 16px;
    font-weight: 600;
    padding-bottom: 10px; }
  .contract-confirm-block .bank-note {
    padding-bottom: 5px; }

.delayed td {
  background: #fbdbdb; }

.extended td {
  background: #d8e9a6; }

.debt-status-block li {
  font-weight: 600; }
  .debt-status-block li span {
    font-weight: 400; }

.my-credits-menu {
  margin-bottom: 30px; }

.credits-payments-details {
  padding-bottom: 30px; }
  .credits-payments-details p.allDebt {
    font-size: 15px;
    float: right;
    padding-right: 5px; }

.content-block .czone .account-number {
  padding-bottom: 30px;
  padding-left: 8px; }
.content-block .czone .contract {
  margin-bottom: 10px; }
.content-block .czone ul {
  margin: 0 0 20px 15px;
  padding: 0; }
  .content-block .czone ul li {
    margin: 0;
    padding: 0;
    margin-bottom: 5px; }

.bank-accounts {
  display: block; }
  .bank-accounts p {
    color: #3e4854;
    font-size: 16px;
    font-weight: bolder;
    margin: 0;
    padding: 0; }
    .bank-accounts p.sub-text {
      font-size: 14px;
      font-weight: 400; }
  .bank-accounts .radio {
    /*border:$border-color;*/
    padding: 18px;
    padding-top: 5px;
    margin-top: 0px; }
  .bank-accounts [type="radio"]:not(:checked) + label,
  .bank-accounts [type="radio"]:checked + label {
    font-weight: bolder; }
    .bank-accounts [type="radio"]:not(:checked) + label span,
    .bank-accounts [type="radio"]:checked + label span {
      font-weight: normal; }
  .bank-accounts .response {
    margin-left: 10px; }
    .bank-accounts .response:first-of-type {
      padding-bottom: 11px; }

.extension-info {
  padding-bottom: 30px; }

.credit-extension .active-credits-list {
  margin-bottom: 10px; }
  .credit-extension .active-credits-list td {
    padding-left: 20px;
    position: relative; }
    .credit-extension .active-credits-list td:first-of-type {
      padding-left: 40px; }
.credit-extension .select-credit {
  padding-bottom: 30px; }
.credit-extension .extend-credit {
  font-size: 16px; }
  .credit-extension .extend-credit span {
    font-weight: bold; }
.credit-extension .extension-title {
  margin: 0;
  padding: 0;
  font-size: 17px;
  color: #333;
  text-transform: uppercase;
  font-weight: bolder;
  padding: 0; }
.credit-extension table.credit-details {
  margin: 0;
  padding: 0;
  width: 100%;
  border: 1px solid #d8d9d2; }
  .credit-extension table.credit-details tr th, .credit-extension table.credit-details tr td {
    margin: 0;
    padding: 0;
    padding: 7px 0 7px 16px;
    text-align: left;
    text-transform: uppercase;
    font-weight: bolder;
    color: #323e40;
    font-size: 14px; }
  .credit-extension table.credit-details tr td {
    text-transform: none;
    font-weight: 400;
    padding-top: 13px;
    padding-bottom: 13px;
    border-top: 1px solid #d8d9d2; }
.credit-extension .credit-extend-toolbar {
  padding: 10px 11px;
  border: 1px solid #d8d9d2;
  border-top: none;
  height: 36px; }
  .credit-extension .credit-extend-toolbar .details {
    color: #333;
    font-size: 12px;
    font-weight: bolder;
    height: 32px;
    line-height: 32px; }
    .credit-extension .credit-extend-toolbar .details.details:hover {
      text-decoration: none; }
.credit-extension .extension-conditions {
  margin: 0;
  padding: 0;
  margin-top: 20px; }
  .credit-extension .extension-conditions p {
    margin: 0;
    padding: 0;
    margin-bottom: 17px; }
    .credit-extension .extension-conditions p.text-red {
      font-weight: bolder; }
.credit-extension .slider-info-block dl {
  border: 1px solid #d8d9d2;
  padding: 5px 10px; }
.credit-extension .slider-info-block dt {
  float: left;
  clear: left;
  width: 230px;
  text-align: right;
  font-weight: lighter; }
.credit-extension .slider-info-block dd {
  margin: 0 0 0 240px;
  padding: 0 0 10px 0;
  font-weight: normal; }

.credit-payment-block {
  top: -99999px;
  left: -99999px;
  position: absolute; }
  .credit-payment-block.show {
    top: auto;
    left: auto;
    position: relative; }
  .credit-payment-block .toolbar .btn.left {
    margin-left: 0; }

.payment-information {
  display: none; }
  .payment-information .btn {
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    -ms-border-radius: 0;
    border-radius: 0;
    width: 185px;
    height: 34px;
    line-height: 34px;
    background: #edece8;
    color: #333;
    font-weight: bolder;
    font-size: 14px;
    border: 2px solid #d9dad3;
    margin-bottom: 10px;
    float: right;
    display: inline-block; }
    .payment-information .btn.link-back {
      width: 120px;
      float: left;
      background: url(../img/icon-back.png) no-repeat 20px 50% #edece8; }
  .payment-information .banks-block {
    height: 35px;
    line-height: 35px;
    margin-bottom: 18px; }
  .payment-information .payment-details-table,
  .payment-information .payment-details-table-ext{
    width: 100%;
    border: 1px solid #d8d9d2;
    margin-bottom: 10px; }
    .payment-information .payment-details-table th,
    .payment-information .payment-details-table-ext th,
    .payment-information .payment-details-table .credit-extension table.credit-details tr td,
    .payment-information .payment-details-table-ext .credit-extension table.credit-details tr td,
    .credit-extension table.credit-details tr .payment-information .payment-details-table td,
    .credit-extension table.credit-details tr .payment-information .payment-details-table-ext td{
      width: 215px;
      padding-left: 18px;
      text-align: left;
      font-weight: normal;
      padding-top: 15px; }
    .payment-information .payment-details-table td,
    .payment-information .payment-details-table-ext td {
      padding-left: 18px;
      padding-top: 15px; }
    .payment-information .payment-details-table tr:last-of-type th,
    .payment-information .payment-details-table-ext tr:last-of-type th,
    .payment-information .payment-details-table .credit-extension table.credit-details tr:last-of-type td,
    .payment-information .payment-details-table-ext .credit-extension table.credit-details tr:last-of-type td,
    .credit-extension table.credit-details .payment-information .payment-details-table tr:last-of-type td,
    .credit-extension table.credit-details .payment-information .payment-details-table-ext tr:last-of-type td{
      padding-bottom: 15px; }
    .payment-information .payment-details-table tr:last-of-type td,
    .payment-information .payment-details-table-ext tr:last-of-type td{
      padding-bottom: 15px; }
  .payment-information .payment-details-barcode {
    display: none; }
  .payment-information.extension-payment {
    display: block; }

.collapsible .collapse {
  display: none; }
  .collapsible .collapse.show {
    display: block; }

.settings__content table {
  width: 899px; }
  .settings__content table tr {
    border: none; }
  .settings__content table td {
    padding-bottom: 20px; }
.settings__content .field-text td input {
  margin-bottom: 0;
  height: 33px;
  line-height: 33px; }
.settings__content .field-text td .error-input {
  border: 1px solid #da251c; }
.settings__content .field-checkbox td {
  position: relative; }
  .settings__content .field-checkbox td .radio-label {
    display: block; }
  .settings__content .field-checkbox td input {
    margin-left: 17px; }
  .settings__content .field-checkbox td label {
    margin-left: 17px;
    margin-right: 10px; }
  .settings__content .field-checkbox td .fc-error {
    float: left; }
  .settings__content .field-checkbox td .chkBox {
    position: absolute;
    left: 0;
    top: 2px;
    width: 12px;
    height: 13px;
    font-size: 14px;
    transition: all .2s;
    background: url(../img/form-checkbox-on.png) 0 0 no-repeat; }
.settings__content .field-radio td .fc-label {
  width: 100%; }
.settings__content .field-radio td .fc-error {
  float: left; }
.settings__content .field-notes .fc-label {
  width: 100%;
  font-weight: bolder; }
.settings__content .fc-label {
  float: left;
  padding-top: 6px;
  width: 385px; }
.settings__content .fc-input {
  text-align: left;
  float: left;
  position: relative; }
  .settings__content .fc-input.fci-marketing {
    float: left;
    position: relative;
    padding-left: 18px;
    clear: both;
    width: 500px; }
    .settings__content .fc-input.fci-marketing label {
      margin-left: 5px;
      margin-right: 40px;
      float: left; }
    .settings__content .fc-input.fci-marketing input {
      width: 12px;
      height: 13px;
      line-height: 13px;
      border: none;
      background: none;
      z-index: 999;
      opacity: 0;
      left: 12px;
      position: relative;
      cursor: pointer; }
  .settings__content .fc-input input {
    margin-bottom: 0;
    width: 276px;
    border-radius: 0;
    padding: 0 5px; }
    .settings__content .fc-input input.phone-code {
      width: 50px;
      height: 35px;
      line-height: 35px;
      border: none;
      background: #fff; }
      .settings__content .fc-input input.phone-code.error-input {
        width: 39px;
        height: 35px;
        line-height: 35px;
        border: none;
        background: #fff;
        font-weight: bolder;
        color: #70a33f; }
    .settings__content .fc-input input.phone-number {
      width: 216px; }
    .settings__content .fc-input input.btn {
      float: right;
      left: 121px;
      position: relative;
      width: 167px;
      height: 39px;
      line-height: 30px;
      border-radius: 0;
      display: inline-block;
      text-decoration: none;
      background: #edece8;
      color: #333;
      font-size: 14px;
      font-weight: bolder;
      border: 2px solid #d9dad3;
      text-align: center; }
  .settings__content .fc-input select {
    width: 276px;
    height: 26px; }
.settings__content .customSelect {
  width: 222px; }
.settings__content .fc-error {
  display: block;
  color: #da251c;
  font-size: 10px;
  bottom: 0;
  right: 0;
  position: relative;
  padding-right: 9px; }
.settings__content .fc-header {
  color: #333;
  font-size: 16px;
  font-weight: bolder;
  padding: 12px 0 17px 0;
  text-transform: uppercase; }
.settings__content .file {
  width: 400px; }
  .settings__content .file input {
    border: none; }
.settings__content .field-submit td {
  padding-top: 12px; }

.settings__basic-data-field {
  width: 899px;
  color: #1e2121;
  margin-bottom: 20px;
  display: table; }

.h-secondary-font {
  float: right;
  width: 510px;
  text-align: left;
  color: #333;
  font-weight: bolder; }

.sms-settings-block .label {
  float: left;
  width: 385px; }
.sms-settings-block .radio {
  float: left;
  width: 290px;
  margin-left: 20px; }
.sms-settings-block .response {
  margin-bottom: 10px; }
  .sms-settings-block .response .phone-code {
    width: 40px;
    border: none;
    background: none; }
.sms-settings-block .input-text {
  height: 33px;
  line-height: 33px;
  padding: 0 5px;
  border-radius: 0;
  width: 209px; }
.sms-settings-block .input .input-text {
  width: 276px; }
.sms-settings-block .phone-block {
  display: inline-block; }
.sms-settings-block .sms-credit {
  display: inline-block;
  margin-top: 20px; }
.sms-settings-block .sms-submit-block {
  clear: both;
  display: inline-block;
  padding-top: 20px;
  width: 720px; }
  .sms-settings-block .sms-submit-block .btn {
    float: right;
    right: 47px;
    position: relative;
    width: 167px;
    height: 39px;
    line-height: 30px;
    border-radius: 0;
    display: inline-block;
    text-decoration: none;
    background: #edece8;
    color: #333;
    font-size: 14px;
    font-weight: bolder;
    border: 2px solid #d9dad3;
    text-align: center;
    margin-top: 10px; }

.documents-block table {
  width: 100%; }

.obligation-block p.title {
  margin: 0;
  padding: 0;
  font-size: 16px;
  font-weight: normal;
  text-transform: uppercase;
  margin-bottom: 5px; }
.obligation-block .btn:last-of-type {
  float: right; }

.obligation-credit-information {
  margin-bottom: 20px; }
  .obligation-credit-information ul {
    margin: 0;
    padding: 10px;
    list-style-type: none;
    border: 1px solid #d4d4d4; }
  .obligation-credit-information li {
    font-weight: normal;
    padding-bottom: 5px;
    font-size: 14px; }
  .obligation-credit-information .info-text {
    display: inline-block;
    width: 300px;
    font-weight: normal; }
    .obligation-credit-information .info-text-wide {
      width: 500px; }
    .obligation-credit-information .info-text-full {
      width: 100%;
      display: block; }
  .obligation-credit-information .radio-checkbox-block {
    padding-left: 20px;
    padding-right: 15px;
    display: block;
    margin-left: 10px;
    margin-bottom: 5px; }
  .obligation-credit-information input[type="text"] {
    padding: 0 5px;
    color: #333333;
    border: 1px solid #dadada;
    height: 30px;
    line-height: 30px; }
  .obligation-credit-information textarea {
    color: #333333;
    border: 1px solid #dadada;
    width: 50%;
    height: 80px;
    padding: 3px 5px; }
  .obligation-credit-information.spouse-block {
    display: none; }
  .obligation-credit-information.agreements-block {
    position: relative; }
    .obligation-credit-information.agreements-block li {
      padding-left: 25px; }
  .obligation-credit-information input.input-ratio {
    border: none; }
  .obligation-credit-information .obligation-error {
    display: none;
    background-color: #fdebeb;
    color: #cd2b2b;
    border: 1px dashed #cd2b2b;
    padding: 5px 10px;
    margin: 10px 0; }
  .obligation-credit-information .fc-error {
    padding-top: 0px; }
  .obligation-credit-information .formErrMsg {
    font-size: 14px;
    font-weight: 400;
    color: #da251c; }

.ext-obligation-block {
  display: none; }

.confirm-checkbox {
  margin-left: 20px;
  padding-bottom: 10px; }
  .confirm-checkbox:first-of-type {
    margin-top: 20px; }
  .confirm-checkbox label.checkbox {
    margin-bottom: 0; }
  .confirm-checkbox .fc-error {
    padding: 0;
    margin: 0; }

/*
.obligation-form{
    padding-top:24px;
	.group-header{
		font-size:18px;
		font-weight:600;
		padding-bottom:5px;
	}
    .section-header{
        font-size:14px;
        text-transform: none;
        .fc-label{
            padding-top:10px;
            background:#fff;
            padding-bottom:5px;
        }
    }
	form{
		padding-bottom:15px;
	}
    table{
        width:100%;
        tr{
            border:none;
        }
    }
	.fc-error{
		padding-top:0px;
	}
	.formErrMsg{
		font-size:14px;
		font-weight:400;
		color:#da251c;
	}
    .block-monthly{
        &.field-decimal,
        &.field-text{
            td{
                padding-left:20px;
            }
        }
        td{
            background:#e3e2e2;
        }
        &:first-of-type{
            td{
                padding-top:10px;
            }
        }
    }
    
    .block-court{
        td{
            padding-top:5px;
            background:#e3e2e2;
        }
    }
    .block-income{
        td{
            padding-top:5px;
            background:#e3e2e2;
        }
        &.field-select{
            td{
                padding-left:5px;
            }
        }
		.fci-income_change_amount{
			padding-left:5px;
		}
        
    }
    .block-family{
        td{
            padding:5px;
            background:#e3e2e2;
            
        }
        .fc-label{
            float:left;
            line-height:26px;
            padding-right:5px;
        }
        .fc-input{
            float:left;
            padding-top:10px;
            padding-bottom:5px;
        }
    }
    .block-liability{
        &.field-decimal,
        &.field-text{
            td{
                padding-left:5px;
            }
        }
        td{
            background:#e3e2e2;
        }
    }
    .field-checkbox{
        td{
            padding-left:20px;
        }
		.section-header{
			background:#fff;
			padding:0;
			padding-top:10px;
			padding-bottom:5px;
			margin:0;
			position:relative;
			left:-20px;
			width:102%;
		}
    }
    .field-radio{
        label{
            margin-right:30px;
        }
    }
    .field-decimal{
        td{
            padding-bottom:10px;
        }
    }
    .fci-liability_planning,
    .fci-court_debt,
    .fci-monthlyDeposit {
        padding-top:10px;
        padding-left:20px;
    }
    .monthlyDeposit div {
        float: left;

        &.fc-label {
            padding: 8px 10px 5px 0;
            margin-bottom: 10px;
        }
        &.fc-input {
            padding-top: 5px;
        }
        &.fc-error {
            padding-top: 8px;
            padding-left: 10px;
        }
    }
    .liability_planning{
        .fc-label{
            display:none;
        }
    }
	.fci-liability_planning_chk{
		padding-left:20px;
	}
    .fci-for_other_monthly_notes{
        input{
            margin-bottom:5px;
        }
    }
    .fci-liability_planning_notes{
        input{
            margin-bottom:5px;
        }
    }
    .fci-income_other_notes{
        padding-left:5px;
        padding-top:0;
    }
    .fci-income_family_amount{
        padding-left:5px;
        padding-top:5px;
    }
	.fci-income_change_amount{
		padding-top:5px;
	}
    input{
        float:left;
        &.error-input{
             border: 1px solid #da251c;
        }
    }
    .currency{
        float:left;
        line-height:26px;
        padding-left:5px;
    }
    .fc-label{
        padding-top:10px;
        padding-bottom:5px;
    }
    .warning{
        margin-top:10px;
        color:#d13232;
    }
    .preliminary-credit{
        background:#e3e2e2;
        .title{
            background:#fff;
            padding-bottom: 5px;
            padding-top: 10px;
            font-size:18px;
            font-weight:600;
        }
        ul{
            margin:5px;
        }
    }	
	.block-family,
	.block-income{
		.formErrMsg{
			padding-left:5px;
		}
	}
	.block-family{
		.fc-error{
			display:block;
			padding-top:13px;
		}
	}
	.block-income{
		.fc-error{
			display:block;
			padding-top:4px;
		}
	}
	.confirm_info_ext{
		padding-top:20px;
	}
	
    .fm-table{
        margin-bottom:10px;
    }
	.obligation-error{
		color:#da251c;
		background:#fce9e8;
		padding:5px 10px;
		border:1px solid #da251c;
		margin-bottom:10px;
		display:none;
	}
}
*/
.payments-list td:nth-of-type(1) {
  width: 120px; }
.payments-list td:nth-of-type(2) {
  width: 80px; }

.hero-block {
  width: 100%;
  height: 730px;
  background: url(../img/hero-image.png) no-repeat;
  background-size: cover; }
  .hero-block img {
    position: absolute;
    top: -251px;
    right: 190px; }
  .hero-block .hero-text-placeholder {
    position: relative;
    display: block;
    width: 550px; }
  .hero-block .hero-text {
    position: absolute;
    top: 76px;
    left: 59px; }
    .hero-block .hero-text p {
      color: #000;
      font-size: 18px;
      font-weight: normal;
      margin: 0;
      padding: 0; }
      .hero-block .hero-text p.title {
        font-size: 42px;
        font-weight: bold;
        text-transform: uppercase; }
      .hero-block .hero-text p.subtitle {
        font-size: 30px;
        font-weight: bold;
        text-transform: uppercase; }

.front-page-info {
  height: 371px; }

.page-info-block {
  float: left;
  border: 3px solid #ff8a2c;
  width: 316px;
  height: 251px;
  display: block;
  margin: 0;
  padding: 0 29px;
  background: #fff;
  margin-top: 33px; }
  .page-info-block:nth-child(2) {
    margin-left: 20px;
    margin-right: 20px; }
  .page-info-block p {
    color: #333;
    line-height: 18px;
    text-align: justify; }
    .page-info-block p.title {
      font-size: 30px;
      text-transform: uppercase; }
  .page-info-block ul {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .page-info-block li {
    color: #333;
    font-size: 21px; }
  .page-info-block img {
    margin-right: 30px;
    margin-bottom: 27px; }

.page {
  padding-top: 70px;
  padding-bottom: 70px;
  display: table;
  width: 100%; }
  .page .page-title {
    color: #70a33f;
    font-size: 35px;
    font-weight: lighter;
    margin-bottom: 27px; }

.contacts-info {
  float: left;
  width: 311px;
  min-height: 230px;
  position: relative; }
  .contacts-info ul {
    margin: 0;
    padding: 0;
    list-style-type: none;
    margin-bottom: 35px; }
  .contacts-info li {
    color: #70a33f;
    font-size: 25px;
    font-weight: bolder; }
  .contacts-info p {
    color: #333;
    font-size: 15px;
    font-weight: lighter; }
  .contacts-info:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 175px;
    background: #dadada;
    padding: 0;
    margin: 0; }

.contacts-banks {
  float: left;
  margin-left: 47px;
  width: 352px;
  min-height: 230px;
  position: relative; }
  .contacts-banks p {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: lighter;
    font-size: 15px; }
    .contacts-banks p.title {
      color: #70a33f;
      font-weight: lighter;
      font-size: 25px;
      padding-bottom: 30px; }
  .contacts-banks:after {
    content: '';
    position: absolute;
    top: 10px;
    right: 0;
    width: 1px;
    height: 175px;
    background: #dadada;
    padding: 0;
    margin: 0; }
  .contacts-banks .account-number {
    padding-top: 15px;
    color: #545454;
    font-size: 22px; }

.contacts-worktime {
  float: left;
  margin-left: 39px;
  width: 410px;
  min-height: 230px; }
  .contacts-worktime p {
    margin: 0;
    padding: 0;
    color: #333;
    font-weight: lighter;
    font-size: 15px; }
    .contacts-worktime p.title {
      color: #70a33f;
      font-weight: lighter;
      font-size: 25px;
      padding-bottom: 30px; }
    .contacts-worktime p span {
      color: #70a33f;
      font-weight: bolder;
      font-size: 25px;
      display: block;
      padding-bottom: 25px; }

.login-page td {
  padding-bottom: 10px; }
.login-page label {
  width: 100px;
  display: inline-block; }
.login-page .input-text {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  width: 289px;
  height: 33px;
  line-height: 33px;
  padding: 0 5px; }

select.select--overflow + .customSelect {
  display: inline-block;
  vertical-align: middle;
  padding-right: 1%; }
  select.select--overflow + .customSelect > .customSelectInner {
    white-space: nowrap;
    overflow: hidden; }

.refinance-accept-hld {
  float: right;
  width: 250px; }

.refinance-refuse-hld {
  float: left;
  width: 250px; }

p.grazinti-credit {
  color: #333;
  font-size: 16px;
  line-height: 18px;
  height: 18px;
  padding-bottom: 10px;
  font-weight: bolder; }

.btn-credit-content {
  text-align: center; }
  .btn-credit-content .btn {
    width: 400px;
    height: 42px;
    line-height: 42px;
    font-size: 15px; }

.early-payment-msg {
  background-color: yellow;
  padding: 3px 5px; }

.early-return-form {
  position: relative; }
  .early-return-form button {
    background: #edece8;
    height: 35px;
    line-height: 31px;
    border-radius: 0;
    color: #333;
    font-size: 14px;
    padding: 0 20px;
    text-align: center;
    margin-right: 20px;
    font-weight: 600;
    text-transform: uppercase;
    border: 2px solid #dadbd4; }
  .early-return-form img {
    position: absolute;
    top: 8px;
    left: 175px; }

.early-return-date {
  border: 1px solid #dadada;
  height: 33px;
  line-height: 29px;
  font-size: 13px;
  width: 183px;
  padding: 0 10px;
  margin-right: 20px;
  margin-bottom: 10px; }

.ui-widget-header {
  border: 1px solid #ccc;
  background: #e7e7e7;
  color: #999; }

.ui-state-hover,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-hover,
.ui-state-focus,
.ui-widget-content .ui-state-focus,
.ui-widget-header .ui-state-focus {
  border: 1px solid #e7e7e7;
  background: #e7e7e7;
  background-image: none;
  color: #fff; }

.ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  margin-right: 5px; }

.ui-datepicker-year,
.ui-datepicker-month {
  border: 1px solid #ccc; }

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #cccccc;
  background: #f6f6f6 url("images/ui-bg_glass_100_f6f6f6_1x400.png") 50% 50% repeat-x;
  color: #8ab851; }

.early-return-view-msg {
  display: none;
  border: 1px solid #70a33f;
  background: #efffdf;
  color: #70a33f;
  padding: 18px 15px; }

.early-payment-post-msg,
.early-payment-already-set-msg {
  display: none;
  border: 1px solid #70a33f;
  background: #efffdf;
  color: #70a33f;
  padding: 18px 15px; }

.early-payment-failed-msg,
.early-payment-date-failed-msg,
.early-payment-post-date-error {
  display: none;
  border: 1px solid #a33f3f;
  background: #ffdfdf;
  color: #a33f3f;
  padding: 18px 15px; }

.mobile-hero,
.logo-res,
.menu-btn,
.mobile-login,
.czTitle,
.table-scroll-image,
.mobile-login-menu {
  display: none; }

.yellowBackground {
  background-color: yellow;
  text-align: center;
  font-size: 16px; }

.reg-information {
  text-align: center;
  font-size: 16px; }

.hero-text-mobile,
.mobile-window-login {
  display: none; }

.regHide {
  display: inline-block; }

.desktop-login-btn {
  display: block; }

@media (min-width: 989px) and (max-width: 1300px) {
  .registration-content {
    width: 480px; }

  .registration-form {
    width: 480px; }

  .fc-input.fci-marketing {
    margin-top: 35px; }

  .registration-login {
    margin-left: 15px;
    width: 320px; }

  .menu-tabs.registration {
    width: 480px; }

  .menu-tabs.registration li {
    width: 160px; }

  .menu-tabs {
    width: 315px; }

  .menu-tabs li {
    width: 100px; }

  .login-form-tab .input-text {
    width: 87%; }

  .login-form-tab .btn {
    width: 91%; }

  .menu-tabs li.active-tab:after {
    width: 105px; }

  .menu-tabs.registration li.active-tab:after {
    width: 160px; } }
@media (min-width: 320px) and (max-width: 989px) {
  .table-scroll-image {
    display: block;
    text-align: center; }
    .table-scroll-image img {
      height: 35px;
      width: 35px; }

  .container {
    width: auto; }

  .mobile-login-menu {
    display: block; }

  .logo-res {
    display: inline-block; }

  .logo,
  .desktop-hero {
    display: none; }

  .menu-btn {
    width: 24px;
    height: 19px;
    display: block;
    position: absolute;
    top: 17px;
    right: 14px;
    background: url(../img/responsive/menu-off.png) center center; }

  .mobile-window-login {
    display: block;
    margin-left: 20px; }

  .mobile-login {
    display: none;
    width: 94%;
    height: 47px;
    line-height: 47px;
    border: 1px solid #dadada;
    margin-left: 10px;
    position: relative;
    z-index: 1001; }
    .mobile-login:before {
      content: '+';
      position: absolute;
      top: -4px;
      left: 16px;
      font-size: 36px;
      font-weight: bolder;
      color: #70a33f; }
    .mobile-login span {
      padding-left: 48px;
      color: #333; }
    .mobile-login.open {
      height: 300px; }

  nav {
    display: none;
    position: absolute;
    top: 50px;
    left: 0;
    width: 100%;
    height: 2000px;
    background: #fff;
    border-radius: 0;
    z-index: 1000; }
    nav ul {
      margin-left: 0; }
    nav li {
      height: 37px;
      float: none; }
      nav li a {
        line-height: 37px;
        color: #000; }

  header {
    background: #fff;
    height: 50px; }
    header .logo-block {
      padding-top: 10px;
      padding-left: 7px; }
    header .login-block {
      display: none;
      float: none;
      z-index: 1002;
      position: absolute;
      margin: 0;
      top: 97px;
      left: 10px;
      width: 95%; }
      header .login-block .login-form {
        width: 97%;
        display: none; }
      header .login-block .login-links {
        text-align: center; }
        header .login-block .login-links a {
          display: block;
          margin-bottom: 10px; }
      header .login-block .input {
        float: none;
        /*margin-bottom: 10px; */
      }
        header .login-block .input .input-text {
          width: 97%;
          /*height: 38px; */
        }
        header .login-block .input .btn {
          width: 100%; }
    header .logout-block {
      display: none;
      float: none;
      z-index: 1002;
      position: absolute;
      margin: 0;
      top: 57px;
      left: 10px;
      width: 92%; }
      header .logout-block li {
        float: none; }
      header .logout-block a {
        height: 30px;
        line-height: 30px; }
        header .logout-block a.btn {
          display: table;
          width: 100%; }

  .btn {
    width: 100%; }

  .login-page table {
    width: 100%; }
  .login-page .btn {
    width: 99%; }
  .login-page .input-text {
    width: 96%; }

  .mobile-hero {
    display: inline-block; }

  .hero-block {
    height: 940px;
    background: url(../img/responsive/hero-image.png) #c0c0bf center top no-repeat; }
    .hero-block img {
      top: -126px;
      right: 10px; }
    .hero-block .hero-text-placeholder {
      width: 100%;
      height: 126px;
      display: block; }
    .hero-block .hero-text {
      display: none; }
    .hero-block .hero-text-mobile {
      display: block;
      position: absolute;
      top: 20px;
      left: 12px;
      z-index: 1; }
      .hero-block .hero-text-mobile p {
        color: #000;
        font-size: 14px;
        font-weight: normal;
        margin: 0;
        padding: 0; }
        .hero-block .hero-text-mobile p.title {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase; }
        .hero-block .hero-text-mobile p.subtitle {
          font-size: 16px;
          font-weight: bold;
          text-transform: uppercase; }

  .front-page-slider {
    width: auto;
    height: 810px;
    bottom: auto; }

  .payment-information .banks-block select {
    display: block; }
  .payment-information .payment-details-barcode {
    margin-top: 50px; }
  .payment-information .payment-details-table,
  .payment-information .payment-details-table-ext{
    margin-top: 50px;
    border: none; }
    .payment-information .payment-details-table td,
    .payment-information .payment-details-table-ext td,
    .payment-information .payment-details-table th,
    .payment-information .payment-details-table-ext th,
    .payment-information .payment-details-table .credit-extension table.credit-details tr td,
    .payment-information .payment-details-table-ext .credit-extension table.credit-details tr td,
    .credit-extension table.credit-details tr .payment-information .payment-details-table td,
    .credit-extension table.credit-details tr .payment-information .payment-details-table-ext td{
      display: block;
      padding: 0;
      width: 100%; }
    .payment-information .payment-details-table td,
    .payment-information .payment-details-table-ext td{
      font-weight: 500;
      padding-bottom: 10px; }
    .payment-information .payment-details-table tr:last-of-type th,
    .payment-information .payment-details-table-ext tr:last-of-type th,
    .payment-information .payment-details-table .credit-extension table.credit-details tr:last-of-type td,
    .payment-information .payment-details-table-ext .credit-extension table.credit-details tr:last-of-type td,
    .credit-extension table.credit-details .payment-information .payment-details-table tr:last-of-type td,
    .credit-extension table.credit-details .payment-information .payment-details-table-ext tr:last-of-type td,
    .payment-information .payment-details-table tr:last-of-type td,
    .payment-information .payment-details-table-ext tr:last-of-type td{
      padding-bottom: 0; }

  .credit-slider .slider-message {
    left: 9px;
    right: 9px;
    top: 15px;
    font-size: 15px;
    font-weight: 500; }
  .credit-slider .slider-info-text {
    bottom: -780px;
    left: 10px;
    font-size: 14px;
    width: 98%; }

  .btn-credit-content .btn {
    width: 80%; }

  .slider-block {
    width: 96%;
    margin-top: 94px;
    margin-left: 9px; }
    .slider-block .slider-toolbar a {
      color: #fff;
      font-weight: 400;
      display: block; }

  .slider-item {
    margin-bottom: 27px; }
    .slider-item .ui-widget-content {
      width: 100%;
      min-width: 210px; }
    .slider-item .selected-amount, .slider-item .selected-period, .client-zone-content .slider-item .selected-period {
      right: 50px; }
    .slider-item .prefix {
      right: 5px;
      top: -1px; }
    .slider-item .selected-period + .prefix {
      right: 5px; }

  .credit-information {
    display: block;
    width: 98%;
    margin-left: 9px;
    margin-top: 20px; }
    .credit-information .credit-info-text {
      width: 201px; }
    .credit-information .btn-credit {
      width: 95%;
      margin: 0; }
    .credit-information ul {
      width: 100%; }
    .credit-information li {
      width: 26%;
      font-size: 16px; }
      .credit-information li .title {
        font-size: 17px; }
      .credit-information li .item-value {
        font-weight: 500;
        font-size: 24px; }
    .credit-information p.credit-return-text {
      font-size: 14px; }
    .credit-information p.credit-return-text span {
      font-weight: 400; }

  .front-page-info {
    height: 700px; }

  .page-info-block {
    width: 85%;
    padding: 0 14px;
    margin-left: 10px;
    min-height: 200px;
    height: 100%; }
    .page-info-block:nth-child(2), .page-info-block:nth-child(3) {
      margin: 0;
      margin-left: 10px;
      margin-top: 10px; }
    .page-info-block img {
      margin-right: 20px; }

  .push {
    height: 160px; }

  .wrapper + footer {
    height: auto; }

  footer {
    padding: 0 10px; }
    footer .container {
      text-align: center; }
    footer .copyright {
      text-align: center;
      float: none;
      clear: both; }

  .footer-menu-auxilary {
    width: 100%; }

  .footer-menu-auxilary li {
    float: none;
    display: block;
    width: 100%; }

  .footer-menu {
    display: none; }

  .footer-menu li {
    float: none;
    height: 37px; }

  .yellowBackground {
    background-color: yellow;
    font-size: 15px;
    text-align: left;
    padding: 5px 10px; }

  .reg-information {
    font-size: 13px;
    text-align: left;
    padding: 20px 10px 0 10px; }

  .page {
    padding-top: 0; }
    .page .page-title {
      font-size: 25px;
      margin-left: 10px;
      margin-bottom: 12px; }

  .registration-block .fc-label {
    padding: 0;
    margin-left: 10px;
    margin-top: 13px;
    height: 20px;
    line-height: 20px; }
  .registration-block .fc-input {
    width: 91%;
    padding: 0;
    margin-left: 10px; }
    .registration-block .fc-input input {
      width: 100%; }
      .registration-block .fc-input input.phone-number {
        width: 100%; }
  .registration-block .fc-header {
    padding: 0;
    text-align: left;
    font-size: 14px; }
    .registration-block .fc-header a {
      color: #70a33f;
      margin: 0 10px;
      margin-bottom: 20px;
      display: block; }
  .registration-block .field-radio .fc-input {
    margin: 0 20px; }
    .registration-block .field-radio .fc-input label {
      margin-right: 80px; }
    .registration-block .field-radio .fc-input input {
      position: relative; }
  .registration-block .field-checkbox td {
    padding-left: 36px;
    font-size: 14px; }
  .registration-block .field-submit .btn {
    margin-left: 10px;
    width: 296px; }

  .section-subtitle {
    margin: 0 10px; }

  .registration-preview p {
    font-weight: 500; }

  .registration-section {
    padding: 10px;
    border: none; }
    .registration-section .fc-label {
      width: 100%; }
    .registration-section .fc-input input {
      margin-bottom: 10px; }
    .registration-section .fc-input input[disabled] {
      font-weight: 500;
      padding: 0; }
    .registration-section td {
      display: block;
      padding-bottom: 0; }
    .registration-section .fc-submit .btn {
      width: 99%; }

  .registration-payment {
    margin: 0 10px; }

  .payment-block {
    border: none;
    padding: 0;
    margin: 0; }
    .payment-block table td, .payment-block table th, .payment-block .credit-extension table.credit-details tr td, .credit-extension .payment-block table.credit-details tr td {
      display: block;
      padding-bottom: 0; }
    .payment-block table td {
      padding-bottom: 5px; }

  .registration-login-block {
    margin: 0 10px; }
    .registration-login-block .btn {
      width: 99%; }

  .contract_title {
    font-size: 15px;
    margin-left: 10px;
    margin-top: 15px; }

  .contract {
    margin-left: 10px;
    margin-right: 10px; }

  [type="checkbox"]:not(:checked) + label:before,
  [type="checkbox"]:checked + label:before {
    top: 3px; }

  [type="checkbox"]:not(:checked) + label:after,
  [type="checkbox"]:checked + label:after {
    top: 3px; }

  .alert-danger {
    margin-left: 10px;
    margin-right: 10px;
    padding: 15px; }

  .login-page,
  .remember-password,
  .page-duk,
  .page-content {
    margin: 0 10px; }

  .faq .ui-state-default,
  .faq .ui-widget-content .ui-state-default,
  .faq .ui-widget-header .ui-state-default {
    padding: 14px 47px; }
  .faq .ui-widget-content {
    padding: 0 13px; }
    .faq .ui-widget-content p {
      font-weight: normal; }

  .contacts-info {
    float: none;
    border-bottom: 1px solid #dadada;
    min-height: 150px;
    width: 300px;
    font-size: 15px; }
    .contacts-info:after {
      display: none; }
    .contacts-info ul {
      margin-bottom: 20px; }
    .contacts-info li {
      font-weight: normal;
      font-size: 20px; }

  .contacts-banks {
    float: none;
    width: 300px;
    margin: 0;
    min-height: 130px;
    border-bottom: 1px solid #dadada; }
    .contacts-banks:after {
      display: none; }
    .contacts-banks p.title {
      font-size: 25px;
      padding-bottom: 5px;
      padding-top: 10px; }
    .contacts-banks .account-number {
      padding-top: 5px;
      font-size: 18px; }

  .contacts-worktime {
    float: none;
    margin: 0;
    padding-top: 10px;
    width: 300px; }
    .contacts-worktime p.title {
      font-size: 25px;
      padding-bottom: 5px; }
    .contacts-worktime p span {
      padding-bottom: 5px;
      font-size: 20px; }
    .contacts-worktime b {
      font-weight: 400; }

  .client-logged .page {
    display: block; }
  .client-logged .czTitle {
    border: none;
    padding: 0 17px;
    height: 37px;
    line-height: 37px;
    color: #000; }
  .client-logged .menuTitle {
    display: table; }
    .client-logged .menuTitle a {
      padding: 0 17px;
      height: 37px;
      line-height: 37px;
      color: #000;
      text-decoration: none; }
  .client-logged .client-zone-menu {
    float: none;
    display: none;
    border: none;
    border-left: 2px solid #909090;
    margin-left: 20px; }
    .client-logged .client-zone-menu li a {
      border: none;
      padding: 0 16px;
      font-weight: 500;
      color: #909090; }
      .client-logged .client-zone-menu li a.active {
        border: none; }
  .client-logged .mobile-login span {
    display: none; }
  .client-logged .mobile-login:before {
    display: none; }
  .client-logged .mobile-login.open {
    height: 90px; }
  .client-logged .h-secondary-font {
    float: none; }
  .client-logged .settings__basic-data-field {
    margin-bottom: 10px; }
  .client-logged .settings__content table {
    width: 100%; }
    .client-logged .settings__content table td {
      padding-bottom: 10px; }
  .client-logged .settings__content .fc-label,
  .client-logged .settings__content .fc-input {
    float: none;
    width: 95%;
    padding-top: 0; }
    .client-logged .settings__content .fc-label input,
    .client-logged .settings__content .fc-input input {
      float: none;
      left: 0;
      width: 96%; }
      .client-logged .settings__content .fc-label input.phone-code,
      .client-logged .settings__content .fc-input input.phone-code {
        width: 15%; }
      .client-logged .settings__content .fc-label input.phone-number,
      .client-logged .settings__content .fc-input input.phone-number {
        width: 78%; }
    .client-logged .settings__content .fc-label.fci-marketing,
    .client-logged .settings__content .fc-input.fci-marketing {
      width: 60%; }
  .client-logged .settings__change-pass {
    width: 94%;
    padding-bottom: 20px; }
    .client-logged .settings__change-pass .fm-table {
      width: 100%; }
    .client-logged .settings__change-pass .fc-label,
    .client-logged .settings__change-pass .fc-input {
      float: none; }
    .client-logged .settings__change-pass .fc-label {
      padding-bottom: 0;
      width: 90%; }
    .client-logged .settings__change-pass .fc-input {
      width: 100%; }
      .client-logged .settings__change-pass .fc-input input {
        width: 95%; }
    .client-logged .settings__change-pass .btn {
      float: none;
      right: 0;
      left: 0;
      width: 100%; }
  .client-logged .sms-settings-block {
    margin-right: 10px; }
    .client-logged .sms-settings-block .label {
      float: none;
      width: 94%; }
    .client-logged .sms-settings-block .input .input-text {
      width: 100%; }
    .client-logged .sms-settings-block .radio {
      margin-left: 30px; }
    .client-logged .sms-settings-block .sms-submit-block {
      width: 94%; }
      .client-logged .sms-settings-block .sms-submit-block .btn {
        float: none;
        right: 0;
        left: 0;
        width: 104%; }

  .client-zone-content {
    float: none;
    width: 94%;
    margin: 0 10px; }
    .client-zone-content .refinance .credit-information {
      width: 100%; }
      .client-zone-content .refinance .credit-information .btn-credit {
        width: 95%; }

  .refinance-accept-hld {
    float: left;
    width: 95%; }

  .refinance-refuse-hld {
    width: 96%; }

  .table-responsive {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }

  .credit-info-table {
    display: block; }
    .credit-info-table.basic-data thead, .credit-info-table.basic-data tbody, .credit-info-table.basic-data th, .credit-info-table.basic-data .credit-extension table.credit-details tr td, .credit-extension table.credit-details tr .credit-info-table.basic-data td, .credit-info-table.basic-data td, .credit-info-table.basic-data tr {
      display: block; }
    .credit-info-table.basic-data thead tr {
      position: absolute;
      top: -9999px;
      left: -9999px; }
    .credit-info-table.basic-data td {
      position: relative;
      padding-left: 60%; }
    .credit-info-table.basic-data td:before {
      position: absolute;
      top: 10px;
      left: 6px;
      width: 55%;
      padding-right: 10px;
      font-weight: 500;
      white-space: nowrap; }
    .credit-info-table.basic-data td:nth-of-type(1):before {
      content: "Paskolos gavimo diena"; }
    .credit-info-table.basic-data td:nth-of-type(2):before {
      content: "Paskolos grąžinimo diena"; }
    .credit-info-table.basic-data td:nth-of-type(3):before {
      content: "Paskolos terminas"; }
    .credit-info-table.basic-data td:nth-of-type(4):before {
      content: "Paskolos suma"; }
    .credit-info-table.basic-data td:nth-of-type(5):before {
      content: "Paskolos mokestis"; }
    .credit-info-table.basic-data td:nth-of-type(6):before {
      content: "Grąžintina suma"; }

  .credit-list .links {
    height: 90px; }

  .credit-list .links a.btn.right {
    float: none;
    margin-top: 20px;
    margin-left: 0; }

  .credit-list .basic-data table tr td {
    padding-left: 170px; }

  .client-zone-content .credit-slider {
    width: 100%;
    height: 595px;
    border: none;
    border-top: 1px solid #d8d9d3; }
    .client-zone-content .credit-slider.refinance .slider-item .title {
      font-size: 14px; }
    .client-zone-content .credit-slider.refinance .slider-item .selected-amount, .client-zone-content .credit-slider.refinance .slider-item .selected-period,
    .client-zone-content .credit-slider.refinance .slider-item .selected-period {
      font-size: 20px; }
    .client-zone-content .credit-slider.refinance .slider-item .prefix {
      font-size: 20px; }
  .client-zone-content .slider-block {
    margin-left: 9px;
    width: 100%;
    margin-top: 10px; }
  .client-zone-content .slider-item .title {
    font-size: 17px;
    font-weight: 600; }
  .client-zone-content .slider-item .selected-amount, .client-zone-content .slider-item .selected-period {
    color: #a8a8a8;
    right: 65px;
    font-size: 28px;
    top: -9px; }
  .client-zone-content .slider-item .prefix {
    color: #a8a8a8;
    font-size: 28px;
    right: 20px;
    top: -9px; }
  .client-zone-content .slider-item .ui-widget-content {
    width: 100%;
    margin-top: 22px; }
  .client-zone-content .slider-item .slider-background {
    margin: 0;
    margin-left: 48px;
    width: 70%; }
    .client-zone-content .slider-item .slider-background .increase, .client-zone-content .slider-item .slider-background .decrease {
      background: url(../img/responsive/clientzone-slider-plus.png) no-repeat 0 0;
      width: 30px;
      height: 30px;
      right: -40px;
      top: -13px; }
    .client-zone-content .slider-item .slider-background .decrease {
      background: url(../img/responsive/clientzone-slider-minus.png) no-repeat 0 0;
      width: 30px;
      height: 30px;
      left: -48px; }
  .client-zone-content .credit-information {
    margin-left: 9px; }
    .client-zone-content .credit-information p.subtitle {
      font-weight: 500; }
    .client-zone-content .credit-information .credit-info-text {
      width: 60%; }
  .client-zone-content .credit-submit {
    float: none;
    width: 100%;
    margin: 0; }
    .client-zone-content .credit-submit .btn-credit {
      margin-bottom: 20px; }
    .client-zone-content .credit-submit a {
      margin-bottom: 15px; }
  .client-zone-content .toolbar-buttons .btn {
    width: 100%;
    margin-bottom: 10px; }

  .list.contracts tr th, .list.contracts .credit-extension table.credit-details tr td, .credit-extension table.credit-details .list.contracts tr td, .list.contracts tr td {
    width: 33%;
    padding-left: 10px;
    padding-right: 5px; }

  .obligation-credit-information ul {
    border: none;
    padding: 10px 0; }
  .obligation-credit-information input[type=text] {
    display: block;
    width: 98%; }
  .obligation-credit-information .income-change {
    margin-top: 30px; }
    .obligation-credit-information .income-change div:first-child {
      padding-top: 130px; }
  .obligation-credit-information .radio-checkbox-block {
    display: inline-block;
    width: 35%;
    float: left;
    height: 30px;
    font-size: 13px; }
    .obligation-credit-information .radio-checkbox-block.checkbox {
      width: 90%;
      display: block; }
  .obligation-credit-information .obl-currency {
    display: none; }

  .obligation-block .btn {
    width: 100%;
    margin-bottom: 10px; }

  .client-zone-content .slider-item .selected-period + .prefix {
    right: 20px; }

  .registration-content {
    width: 90%;
    border: none;
    border-bottom: 1px solid #dadada; }

  .registration-login {
    width: 80%;
    border: none;
    padding: 30px 0 0 0;
    margin-left: 20px; }

  .registration-form {
    width: 80%; }

  .login-form-tab {
    width: 90%;
    margin: 0; }
    .login-form-tab .input-text {
      width: 96%; }
    .login-form-tab .btn {
      width: 100%; }

  .regHide {
    display: none; }

  .popup .content {
    margin-top: 0;
    padding: 0; }
    .popup .content table {
      display: block;
      width: 100%;
      overflow-x: auto;
      -webkit-overflow-scrolling: touch; }
    .popup .content.contract-popup {
      width: 100%;
      padding: 10px 5px; }
      .popup .content.contract-popup .popup__pad table {
        width: 98%; }
    .popup .content.standart-info {
      height: auto;
      width: 100%;
      padding: 0;
      font-family: Segoe UI, Frutiger, Frutiger Linotype, Dejavu Sans, Helvetica Neue, Arial, sans-serif;
      font-weight: 400; }
      .popup .content.standart-info .popup__pad {
        margin: 0 10px; }
        .popup .content.standart-info .popup__pad table {
          display: block;
          width: 94%;
          overflow-x: auto;
          -webkit-overflow-scrolling: touch; }
    .popup .content.graph-popup {
      width: 100%;
      padding: 0; }
      .popup .content.graph-popup .schedule-details {
        margin: 0 10px;
        margin-bottom: 10px; }
      .popup .content.graph-popup .popup__pad table {
        display: block;
        width: 100%;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch; }

  .menu-tabs {
    margin: 0;
    padding: 0;
    height: 42px;
    border-bottom: 3px solid #edece8;
    list-style-type: none;
    margin-bottom: 20px;
    width: 90%; }
    .menu-tabs.registration {
      width: 90%; }
      .menu-tabs.registration li {
        width: 30%; }
        .menu-tabs.registration li.active-tab:after {
          width: 30%; }
    .menu-tabs.menu-login {
      width: 540px; }
      .menu-tabs.menu-login li {
        width: 180px; }
        .menu-tabs.menu-login li.active-tab:after {
          width: 180px; }
    .menu-tabs li {
      float: left;
      width: 30%;
      line-height: 42px;
      text-align: center;
      color: #323230;
      font-weight: 600;
      font-size: 14px;
      cursor: pointer; }
      .menu-tabs li a {
        color: #323230;
        text-decoration: none; }
      .menu-tabs li.active-tab {
        color: #759e38;
        position: relative; }
        .menu-tabs li.active-tab:after {
          content: '';
          height: 3px;
          background-color: #759e38;
          position: absolute;
          width: 30%;
          left: 0;
          bottom: -3px; } }
@media (min-width: 990px) and (max-width: 1280px) {
  .popup .content.standart-info {
    width: 800px; }
  .popup .content.contract-popup {
    width: 800px; }
  .popup .content.graph-popup {
    width: 800px; }

  .container {
    width: 900px; }

  nav {
    width: 900px; }
    nav li a {
      padding: 0 15px; }

  .hero-block img {
    right: 30px; }

  .front-page-slider {
    width: 900px; }

  .credit-slider .slider-message {
    font-size: 13px; }
  .credit-slider .slider-info-text {
    bottom: -375px; }

  .slider-block {
    margin-left: 25px;
    width: 450px; }

  .slider-item .ui-widget-content {
    width: 345px; }
  .slider-item .ui-slider .ui-slider-handle.length-one {
    margin-left: 320px; }

  .credit-information {
    margin-left: 55px;
    width: 360px; }
    .credit-information ul {
      width: 360px; }
    .credit-information li {
      font-size: 15px;
      width: 100px; }
      .credit-information li:last-of-type {
        width: 130px; }
    .credit-information .credit-info-text {
      width: 280px; }
    .credit-information .btn-credit {
      width: 355px; }

  .page-info-block {
    height: 251px;
    margin: 33px 0 0;
    padding: 0 20px;
    width: 240px; }
    .page-info-block p {
      color: #333;
      line-height: 18px;
      font-size: 14px; }
      .page-info-block p.title {
        font-size: 28px;
        text-transform: uppercase; }

  .page-content {
    font-size: 14px; }
    .page-content p {
      font-size: 14px; }

  .contacts-info {
    width: 250px; }

  .contacts-banks {
    margin-left: 20px;
    width: 260px; }
    .contacts-banks .customSelect {
      width: 220px; }

  .contacts-worktime {
    width: 310px; }

  .client-logged nav ul {
    margin-left: 15px; }
  .client-logged nav li a {
    padding: 0 10px; }
  .client-logged .client-zone-menu {
    border: none;
    width: 100%;
    border: 1px solid #dadada;
    margin-bottom: 20px; }
    .client-logged .client-zone-menu li {
      float: left; }
      .client-logged .client-zone-menu li a {
        padding: 12px 26px;
        display: inline-block;
        border: none; }
        .client-logged .client-zone-menu li a.active {
          border: none; }

  .client-zone-content {
    clear: both; }
    .client-zone-content .credit-slider {
      width: 900px; }
      .client-zone-content .credit-slider .slider-block {
        margin-left: 89px; }
      .client-zone-content .credit-slider .credit-information {
        margin-left: 89px; }
      .client-zone-content .credit-slider .credit-extend-text {
        left: 88px; } }

.testMode-block{
  position: fixed;
  top: 0;
  width: 100%;
  background:#B52C31;
  color: #fff;
  font-weight: 600;
  z-index:999999;
  font-family: "Open Sans", sans-serif;
  font-size:11px;
  line-height:24px;
  height:24px;
  padding-left:10px;
}
.testMode-block + header{
  padding-top: 40px;
}
/*# sourceMappingURL=styles.css.map */
