@charset "UTF-8";
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -khtml-user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent; }

.slick-list {
  position: relative;
  display: block;
  overflow: hidden;
  margin: 0;
  padding: 0; }

.slick-list:focus {
  outline: none; }

.slick-list.dragging {
  cursor: pointer;
  cursor: hand; }

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.slick-track {
  position: relative;
  top: 0;
  left: 0;
  display: block; }

.slick-track:before,
.slick-track:after {
  display: table;
  content: ''; }

.slick-track:after {
  clear: both; }

.slick-loading .slick-track {
  visibility: hidden; }

.slick-slide {
  display: none;
  float: left;
  height: 100%;
  min-height: 1px; }

[dir='rtl'] .slick-slide {
  float: right; }

.slick-slide img {
  display: block; }

.slick-slide.slick-loading img {
  display: none; }

.slick-slide.dragging img {
  pointer-events: none; }

.slick-initialized .slick-slide {
  display: block; }

.slick-loading .slick-slide {
  visibility: hidden; }

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent; }

.slick-arrow.slick-hidden {
  display: none; }

/* Slider */
.slick-loading .slick-list {
  background: #fff url("./ajax-loader.gif") center center no-repeat; }

/* Icons */
@font-face {
  font-family: 'slick';
  font-weight: normal;
  font-style: normal;
  src: url("./fonts/slick.eot");
  src: url("./fonts/slick.eot?#iefix") format("embedded-opentype"), url("./fonts/slick.woff") format("woff"), url("./fonts/slick.ttf") format("truetype"), url("./fonts/slick.svg#slick") format("svg"); }
/* Arrows */
.slick-prev,
.slick-next {
  font-size: 0;
  line-height: 0;
  position: absolute;
  top: 50%;
  display: block;
  width: 20px;
  height: 20px;
  padding: 0;
  -webkit-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  transform: translate(0, -50%);
  cursor: pointer;
  color: transparent;
  border: none;
  outline: none;
  background: transparent; }

.slick-prev:hover,
.slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  color: transparent;
  outline: none;
  background: transparent; }

.slick-prev:hover:before,
.slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1; }

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: .25; }

.slick-prev:before,
.slick-next:before {
  font-family: 'slick';
  font-size: 20px;
  line-height: 1;
  opacity: .75;
  color: white;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-prev {
  left: -25px; }

[dir='rtl'] .slick-prev {
  right: -25px;
  left: auto; }

.slick-prev:before {
  content: 'тЖР'; }

[dir='rtl'] .slick-prev:before {
  content: 'тЖТ'; }

.slick-next {
  right: -25px; }

[dir='rtl'] .slick-next {
  right: auto;
  left: -25px; }

.slick-next:before {
  content: 'тЖТ'; }

[dir='rtl'] .slick-next:before {
  content: 'тЖР'; }

/* Dots */
.slick-dotted.slick-slider {
  margin-bottom: 30px; }

.slick-dots {
  position: absolute;
  bottom: -25px;
  display: block;
  width: 100%;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center; }

.slick-dots li {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer; }

.slick-dots li button {
  font-size: 0;
  line-height: 0;
  display: block;
  width: 20px;
  height: 20px;
  padding: 5px;
  cursor: pointer;
  color: transparent;
  border: 0;
  outline: none;
  background: transparent; }

.slick-dots li button:hover,
.slick-dots li button:focus {
  outline: none; }

.slick-dots li button:hover:before,
.slick-dots li button:focus:before {
  opacity: 1; }

.slick-dots li button:before {
  font-family: 'slick';
  font-size: 6px;
  line-height: 20px;
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 20px;
  content: 'тАв';
  text-align: center;
  opacity: .25;
  color: black;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

.slick-dots li.slick-active button:before {
  opacity: .75;
  color: black; }

fieldset {
  padding: 0;
  margin: 0;
  border: 0;
  min-width: 0; }

legend {
  display: block;
  width: 100%;
  padding: 0;
  margin-bottom: 20px;
  font-size: 21px;
  line-height: inherit;
  color: #333333;
  border: 0;
  border-bottom: 1px solid #e5e5e5; }

label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold; }

input[type="search"] {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

input[type="radio"],
input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal; }

input[type="file"] {
  display: block; }

input[type="range"] {
  display: block;
  width: 100%; }

select[multiple],
select[size] {
  height: auto; }

input[type="file"]:focus,
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px; }

output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555; }

.form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857;
  color: #555555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s; }
  .form-control:focus {
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(102, 175, 233, 0.6); }
  .form-control::-moz-placeholder {
    color: #999;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #999; }
  .form-control::-webkit-input-placeholder {
    color: #999; }
  .form-control::-ms-expand {
    border: 0;
    background-color: transparent; }
  .form-control[disabled], .form-control[readonly], fieldset[disabled] .form-control {
    background-color: #eeeeee;
    opacity: 1; }
  .form-control[disabled], fieldset[disabled] .form-control {
    cursor: not-allowed; }

textarea.form-control {
  height: auto; }

input[type="search"] {
  -webkit-appearance: none; }

@media screen and (-webkit-min-device-pixel-ratio: 0) {
  input[type="date"].form-control,
  input[type="time"].form-control,
  input[type="datetime-local"].form-control,
  input[type="month"].form-control {
    line-height: 34px; }
  input[type="date"].input-sm, .input-group-sm > input[type="date"].form-control,
  .input-group-sm > input[type="date"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="date"].btn, .input-group-sm input[type="date"],
  input[type="time"].input-sm,
  .input-group-sm > input[type="time"].form-control,
  .input-group-sm > input[type="time"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="time"].btn, .input-group-sm
  input[type="time"],
  input[type="datetime-local"].input-sm,
  .input-group-sm > input[type="datetime-local"].form-control,
  .input-group-sm > input[type="datetime-local"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="datetime-local"].btn, .input-group-sm
  input[type="datetime-local"],
  input[type="month"].input-sm,
  .input-group-sm > input[type="month"].form-control,
  .input-group-sm > input[type="month"].input-group-addon,
  .input-group-sm > .input-group-btn > input[type="month"].btn, .input-group-sm
  input[type="month"] {
    line-height: 30px; }
  input[type="date"].input-lg, .input-group-lg > input[type="date"].form-control,
  .input-group-lg > input[type="date"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="date"].btn, .input-group-lg input[type="date"],
  input[type="time"].input-lg,
  .input-group-lg > input[type="time"].form-control,
  .input-group-lg > input[type="time"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="time"].btn, .input-group-lg
  input[type="time"],
  input[type="datetime-local"].input-lg,
  .input-group-lg > input[type="datetime-local"].form-control,
  .input-group-lg > input[type="datetime-local"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="datetime-local"].btn, .input-group-lg
  input[type="datetime-local"],
  input[type="month"].input-lg,
  .input-group-lg > input[type="month"].form-control,
  .input-group-lg > input[type="month"].input-group-addon,
  .input-group-lg > .input-group-btn > input[type="month"].btn, .input-group-lg
  input[type="month"] {
    line-height: 46px; } }
.form-group {
  margin-bottom: 15px; }

.radio,
.checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px; }
  .radio label,
  .checkbox label {
    min-height: 20px;
    padding-left: 20px;
    margin-bottom: 0;
    font-weight: normal;
    cursor: pointer; }

.radio input[type="radio"],
.radio-inline input[type="radio"],
.checkbox input[type="checkbox"],
.checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-left: -20px;
  margin-top: 4px \9; }

.radio + .radio,
.checkbox + .checkbox {
  margin-top: -5px; }

.radio-inline,
.checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  vertical-align: middle;
  font-weight: normal;
  cursor: pointer; }

.radio-inline + .radio-inline,
.checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px; }

input[type="radio"][disabled], input[type="radio"].disabled, fieldset[disabled] input[type="radio"],
input[type="checkbox"][disabled],
input[type="checkbox"].disabled, fieldset[disabled]
input[type="checkbox"] {
  cursor: not-allowed; }

.radio-inline.disabled, fieldset[disabled] .radio-inline,
.checkbox-inline.disabled, fieldset[disabled]
.checkbox-inline {
  cursor: not-allowed; }

.radio.disabled label, fieldset[disabled] .radio label,
.checkbox.disabled label, fieldset[disabled]
.checkbox label {
  cursor: not-allowed; }

.form-control-static {
  padding-top: 7px;
  padding-bottom: 7px;
  margin-bottom: 0;
  min-height: 34px; }
  .form-control-static.input-lg, .input-group-lg > .form-control-static.form-control,
  .input-group-lg > .form-control-static.input-group-addon,
  .input-group-lg > .input-group-btn > .form-control-static.btn, .form-control-static.input-sm, .input-group-sm > .form-control-static.form-control,
  .input-group-sm > .form-control-static.input-group-addon,
  .input-group-sm > .input-group-btn > .form-control-static.btn {
    padding-left: 0;
    padding-right: 0; }

.input-sm, .input-group-sm > .form-control,
.input-group-sm > .input-group-addon,
.input-group-sm > .input-group-btn > .btn {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }

select.input-sm, .input-group-sm > select.form-control,
.input-group-sm > select.input-group-addon,
.input-group-sm > .input-group-btn > select.btn {
  height: 30px;
  line-height: 30px; }

textarea.input-sm, .input-group-sm > textarea.form-control,
.input-group-sm > textarea.input-group-addon,
.input-group-sm > .input-group-btn > textarea.btn,
select[multiple].input-sm,
.input-group-sm > select[multiple].form-control,
.input-group-sm > select[multiple].input-group-addon,
.input-group-sm > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-sm .form-control {
  height: 30px;
  padding: 5px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px; }
.form-group-sm select.form-control {
  height: 30px;
  line-height: 30px; }
.form-group-sm textarea.form-control,
.form-group-sm select[multiple].form-control {
  height: auto; }
.form-group-sm .form-control-static {
  height: 30px;
  min-height: 32px;
  padding: 6px 10px;
  font-size: 12px;
  line-height: 1.5; }

.input-lg, .input-group-lg > .form-control,
.input-group-lg > .input-group-addon,
.input-group-lg > .input-group-btn > .btn {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }

select.input-lg, .input-group-lg > select.form-control,
.input-group-lg > select.input-group-addon,
.input-group-lg > .input-group-btn > select.btn {
  height: 46px;
  line-height: 46px; }

textarea.input-lg, .input-group-lg > textarea.form-control,
.input-group-lg > textarea.input-group-addon,
.input-group-lg > .input-group-btn > textarea.btn,
select[multiple].input-lg,
.input-group-lg > select[multiple].form-control,
.input-group-lg > select[multiple].input-group-addon,
.input-group-lg > .input-group-btn > select[multiple].btn {
  height: auto; }

.form-group-lg .form-control {
  height: 46px;
  padding: 10px 16px;
  font-size: 18px;
  line-height: 1.33333;
  border-radius: 6px; }
.form-group-lg select.form-control {
  height: 46px;
  line-height: 46px; }
.form-group-lg textarea.form-control,
.form-group-lg select[multiple].form-control {
  height: auto; }
.form-group-lg .form-control-static {
  height: 46px;
  min-height: 38px;
  padding: 11px 16px;
  font-size: 18px;
  line-height: 1.33333; }

.has-feedback {
  position: relative; }
  .has-feedback .form-control {
    padding-right: 42.5px; }

.form-control-feedback {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  display: block;
  width: 34px;
  height: 34px;
  line-height: 34px;
  text-align: center;
  pointer-events: none; }

.input-lg + .form-control-feedback, .input-group-lg > .form-control + .form-control-feedback,
.input-group-lg > .input-group-addon + .form-control-feedback,
.input-group-lg > .input-group-btn > .btn + .form-control-feedback,
.input-group-lg + .form-control-feedback,
.form-group-lg .form-control + .form-control-feedback {
  width: 46px;
  height: 46px;
  line-height: 46px; }

.input-sm + .form-control-feedback, .input-group-sm > .form-control + .form-control-feedback,
.input-group-sm > .input-group-addon + .form-control-feedback,
.input-group-sm > .input-group-btn > .btn + .form-control-feedback,
.input-group-sm + .form-control-feedback,
.form-group-sm .form-control + .form-control-feedback {
  width: 30px;
  height: 30px;
  line-height: 30px; }

.has-success .help-block,
.has-success .control-label,
.has-success .radio,
.has-success .checkbox,
.has-success .radio-inline,
.has-success .checkbox-inline, .has-success.radio label, .has-success.checkbox label, .has-success.radio-inline label, .has-success.checkbox-inline label {
  color: #3c763d; }
.has-success .form-control {
  border-color: #3c763d;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-success .form-control:focus {
    border-color: #2b542c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #67b168; }
.has-success .input-group-addon {
  color: #3c763d;
  border-color: #3c763d;
  background-color: #dff0d8; }
.has-success .form-control-feedback {
  color: #3c763d; }

.has-warning .help-block,
.has-warning .control-label,
.has-warning .radio,
.has-warning .checkbox,
.has-warning .radio-inline,
.has-warning .checkbox-inline, .has-warning.radio label, .has-warning.checkbox label, .has-warning.radio-inline label, .has-warning.checkbox-inline label {
  color: #8a6d3b; }
.has-warning .form-control {
  border-color: #8a6d3b;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-warning .form-control:focus {
    border-color: #66512c;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #c0a16b; }
.has-warning .input-group-addon {
  color: #8a6d3b;
  border-color: #8a6d3b;
  background-color: #fcf8e3; }
.has-warning .form-control-feedback {
  color: #8a6d3b; }

.has-error .help-block,
.has-error .control-label,
.has-error .radio,
.has-error .checkbox,
.has-error .radio-inline,
.has-error .checkbox-inline, .has-error.radio label, .has-error.checkbox label, .has-error.radio-inline label, .has-error.checkbox-inline label {
  color: #a94442; }
.has-error .form-control {
  border-color: #a94442;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075); }
  .has-error .form-control:focus {
    border-color: #843534;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483;
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 6px #ce8483; }
.has-error .input-group-addon {
  color: #a94442;
  border-color: #a94442;
  background-color: #f2dede; }
.has-error .form-control-feedback {
  color: #a94442; }

.has-feedback label ~ .form-control-feedback {
  top: 25px; }
.has-feedback label.sr-only ~ .form-control-feedback {
  top: 0; }

.help-block {
  display: block;
  margin-top: 5px;
  margin-bottom: 10px;
  color: #737373; }

@media (min-width: 768px) {
  .form-inline .form-group {
    display: inline-block;
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .form-control {
    display: inline-block;
    width: auto;
    vertical-align: middle; }
  .form-inline .form-control-static {
    display: inline-block; }
  .form-inline .input-group {
    display: inline-table;
    vertical-align: middle; }
    .form-inline .input-group .input-group-addon,
    .form-inline .input-group .input-group-btn,
    .form-inline .input-group .form-control {
      width: auto; }
  .form-inline .input-group > .form-control {
    width: 100%; }
  .form-inline .control-label {
    margin-bottom: 0;
    vertical-align: middle; }
  .form-inline .radio,
  .form-inline .checkbox {
    display: inline-block;
    margin-top: 0;
    margin-bottom: 0;
    vertical-align: middle; }
    .form-inline .radio label,
    .form-inline .checkbox label {
      padding-left: 0; }
  .form-inline .radio input[type="radio"],
  .form-inline .checkbox input[type="checkbox"] {
    position: relative;
    margin-left: 0; }
  .form-inline .has-feedback .form-control-feedback {
    top: 0; } }

.form-horizontal .radio,
.form-horizontal .checkbox,
.form-horizontal .radio-inline,
.form-horizontal .checkbox-inline {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 7px; }
.form-horizontal .radio,
.form-horizontal .checkbox {
  min-height: 27px; }
.form-horizontal .form-group {
  margin-left: -15px;
  margin-right: -15px; }
  .form-horizontal .form-group:before, .form-horizontal .form-group:after {
    content: " ";
    display: table; }
  .form-horizontal .form-group:after {
    clear: both; }
@media (min-width: 768px) {
  .form-horizontal .control-label {
    text-align: right;
    margin-bottom: 0;
    padding-top: 7px; } }
.form-horizontal .has-feedback .form-control-feedback {
  right: 15px; }
@media (min-width: 768px) {
  .form-horizontal .form-group-lg .control-label {
    padding-top: 11px;
    font-size: 18px; } }
@media (min-width: 768px) {
  .form-horizontal .form-group-sm .control-label {
    padding-top: 6px;
    font-size: 12px; } }

.fade {
  opacity: 0;
  -webkit-transition: opacity 0.15s linear;
  -o-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  .fade.in {
    opacity: 1; }

.collapse {
  display: none; }
  .collapse.in {
    display: block; }

tr.collapse.in {
  display: table-row; }

tbody.collapse.in {
  display: table-row-group; }

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition-property: height, visibility;
  transition-property: height, visibility;
  -webkit-transition-duration: 0.35s;
  transition-duration: 0.35s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease; }

.input-group {
  position: relative;
  display: table;
  border-collapse: separate; }
  .input-group[class*="col-"] {
    float: none;
    padding-left: 0;
    padding-right: 0; }
  .input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0; }
    .input-group .form-control:focus {
      z-index: 3; }

.input-group-addon,
.input-group-btn,
.input-group .form-control {
  display: table-cell; }
  .input-group-addon:not(:first-child):not(:last-child),
  .input-group-btn:not(:first-child):not(:last-child),
  .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0; }

.input-group-addon,
.input-group-btn {
  width: 1%;
  white-space: nowrap;
  vertical-align: middle; }

.input-group-addon {
  padding: 6px 12px;
  font-size: 14px;
  font-weight: normal;
  line-height: 1;
  color: #555555;
  text-align: center;
  background-color: #eeeeee;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .input-group-addon.input-sm,
  .input-group-sm > .input-group-addon,
  .input-group-sm > .input-group-btn > .input-group-addon.btn {
    padding: 5px 10px;
    font-size: 12px;
    border-radius: 3px; }
  .input-group-addon.input-lg,
  .input-group-lg > .input-group-addon,
  .input-group-lg > .input-group-btn > .input-group-addon.btn {
    padding: 10px 16px;
    font-size: 18px;
    border-radius: 6px; }
  .input-group-addon input[type="radio"],
  .input-group-addon input[type="checkbox"] {
    margin-top: 0; }

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-top-right-radius: 0; }

.input-group-addon:first-child {
  border-right: 0; }

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
  border-bottom-left-radius: 0;
  border-top-left-radius: 0; }

.input-group-addon:last-child {
  border-left: 0; }

.input-group-btn {
  position: relative;
  font-size: 0;
  white-space: nowrap; }
  .input-group-btn > .btn {
    position: relative; }
    .input-group-btn > .btn + .btn {
      margin-left: -1px; }
    .input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
      z-index: 2; }
  .input-group-btn:first-child > .btn,
  .input-group-btn:first-child > .btn-group {
    margin-right: -1px; }
  .input-group-btn:last-child > .btn,
  .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px; }

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: 0.2;
  filter: alpha(opacity=20); }
  .close:hover, .close:focus {
    color: #000;
    text-decoration: none;
    cursor: pointer;
    opacity: 0.5;
    filter: alpha(opacity=50); }

button.close {
  padding: 0;
  cursor: pointer;
  background: transparent;
  border: 0;
  -webkit-appearance: none; }

.modal-open {
  overflow: hidden; }

.modal {
  display: none;
  overflow: hidden;
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1050;
  -webkit-overflow-scrolling: touch;
  outline: 0; }
  .modal.fade .modal-dialog {
    -webkit-transform: translate(0, -25%);
    -ms-transform: translate(0, -25%);
    -o-transform: translate(0, -25%);
    transform: translate(0, -25%);
    -webkit-transition: -webkit-transform 0.3s ease-out;
    -moz-transition: -moz-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out; }
  .modal.in .modal-dialog {
    -webkit-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px; }

.modal-content {
  position: relative;
  background-color: #fff;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
  background-clip: padding-box;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1040;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0;
    filter: alpha(opacity=0); }
  .modal-backdrop.in {
    opacity: 0.5;
    filter: alpha(opacity=50); }

.modal-header {
  padding: 15px;
  border-bottom: 1px solid #e5e5e5; }
  .modal-header:before, .modal-header:after {
    content: " ";
    display: table; }
  .modal-header:after {
    clear: both; }

.modal-header .close {
  margin-top: -2px; }

.modal-title {
  margin: 0;
  line-height: 1.42857; }

.modal-body {
  position: relative;
  padding: 15px; }

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5; }
  .modal-footer:before, .modal-footer:after {
    content: " ";
    display: table; }
  .modal-footer:after {
    clear: both; }
  .modal-footer .btn + .btn {
    margin-left: 5px;
    margin-bottom: 0; }
  .modal-footer .btn-group .btn + .btn {
    margin-left: -1px; }
  .modal-footer .btn-block + .btn-block {
    margin-left: 0; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto; }

  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5); }

  .modal-sm {
    width: 300px; } }
@media (min-width: 992px) {
  .modal-lg {
    width: 900px; } }
/*
 * dev
 */
/*
 * palette
 */
/*
 * typography
 */
/*
 * common parameters
 */
@font-face {
  font-family: "ProximaNovaRegular";
  src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot");
  src: url("fonts/ProximaNovaRegular/ProximaNovaRegular.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaRegular/ProximaNovaRegular.woff") format("woff"), url("fonts/ProximaNovaRegular/ProximaNovaRegular.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBold";
  src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot");
  src: url("fonts/ProximaNovaBold/ProximaNovaBold.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaBold/ProximaNovaBold.woff") format("woff"), url("fonts/ProximaNovaBold/ProximaNovaBold.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
@font-face {
  font-family: "ProximaNovaBlack";
  src: url("fonts/ProximaNovaBlack/ProximaNovaBlack.eot");
  src: url("fonts/ProximaNovaBlack/ProximaNovaBlack.eot?#iefix") format("embedded-opentype"), url("fonts/ProximaNovaBlack/ProximaNovaBlack.woff") format("woff"), url("fonts/ProximaNovaBlack/ProximaNovaBlack.ttf") format("truetype");
  font-style: normal;
  font-weight: normal; }
.blue-border-button,
.blue-border-button:focus,
.blue-border-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  color: #0041db !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 26px;
  position: relative;
  background: transparent;
  border: 2px solid #0041db;
  border-radius: 23px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.blue-border-button:hover,
label:hover > .blue-border-button {
  cursor: pointer;
  background: #0041db;
  color: white !important;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.blue-button,
.blue-button:focus,
.blue-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: white !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 16px 30px;
  position: relative;
  background: #0041db;
  border-radius: 27px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.2);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.2);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.2); }

.blue-button:hover {
  cursor: pointer;
  box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.62);
  -moz-box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.62);
  -webkit-box-shadow: 0 5px 20px 0 rgba(0, 65, 219, 0.62); }

.circle-button,
.circle-button:focus,
.circle-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  color: #0041db !important;
  font-weight: 700;
  font-size: 20px;
  line-height: 26px;
  width: 184px;
  height: 184px;
  border-radius: 92px;
  padding: 10px 26px;
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  background: white;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.16);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.16);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.16); }

.circle-button:hover,
label:hover > .circle-button {
  cursor: pointer;
  border-color: #0041db;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.hover-border-button,
.hover-border-button:focus,
.hover-border-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  text-transform: uppercase;
  border: none;
  outline: none;
  color: #0041db !important;
  font-weight: 700;
  font-size: 17px;
  line-height: 22px;
  letter-spacing: 2px;
  padding: 16px 30px;
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 4px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.hover-border-button:hover {
  cursor: pointer;
  border-color: #0041db;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.data-icon {
  position: relative; }
  .data-icon[data-icon="callback"]:before, .data-icon[data-icon="callback"]:after {
    background-image: url("img/common/callback.png"); }
  .data-icon[data-icon="down"]:before, .data-icon[data-icon="down"]:after {
    background-image: url("img/common/down.png"); }
  .data-icon[data-icon="callback"], .data-icon[data-icon="down"] {
    padding-left: 50px !important;
    text-align: left; }
    .data-icon[data-icon="callback"]:before, .data-icon[data-icon="callback"]:after, .data-icon[data-icon="down"]:before, .data-icon[data-icon="down"]:after {
      content: '';
      width: 32px;
      height: 32px;
      position: absolute;
      left: 13px;
      top: 5px;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease;
      background-repeat: no-repeat; }
    .data-icon[data-icon="callback"]:before, .data-icon[data-icon="down"]:before {
      z-index: 1;
      opacity: 1;
      background-position: left top; }
    .data-icon[data-icon="callback"]:after, .data-icon[data-icon="down"]:after {
      z-index: 2;
      opacity: 0;
      background-position: right top; }
    .data-icon[data-icon="callback"]:hover:before, .data-icon[data-icon="down"]:hover:before {
      opacity: 0;
      background-position: left bottom;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    .data-icon[data-icon="callback"]:hover:after, .data-icon[data-icon="down"]:hover:after {
      opacity: 1;
      background-position: right bottom;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }

.nav-toggle-button {
  width: 32px;
  height: 32px;
  display: inline-block;
  position: relative; }
  .nav-toggle-button:before, .nav-toggle-button:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/screens/header/nav-toggle-button.png");
    background-repeat: no-repeat; }
  .nav-toggle-button:before {
    opacity: 1;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    background-position: 0 0; }
  .nav-toggle-button:after {
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    background-position: 0 -32px; }
  .nav-toggle-button:hover {
    cursor: pointer; }
    .nav-toggle-button:hover:before {
      opacity: 0;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    .nav-toggle-button:hover:after {
      opacity: 1;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }

.white-button,
.white-button:focus,
.white-button:active {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  display: inline-block;
  vertical-align: top;
  border: none;
  outline: none;
  color: #0041db !important;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  padding: 10px 26px;
  position: relative;
  background: transparent;
  border: 2px solid transparent;
  border-radius: 23px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.white-button:hover,
label:hover > .white-button {
  cursor: pointer;
  border-color: #0041db;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }

.fileFieldContainer {
  text-align: left;
  min-height: 52px;
  padding-top: 10px;
  margin-bottom: 11px; }

.fileField {
  display: inline-block;
  position: relative; }
  .fileField > input {
    position: absolute;
    left: -10000px;
    visibility: hidden;
    height: 0;
    width: 0; }
  .fileField > .title {
    font-size: 16px;
    display: inline-block;
    border-bottom: 2px solid #41536a; }
    .fileField > .title:hover {
      border-color: #0041db;
      cursor: pointer; }
  .fileField > .text {
    display: block;
    text-align: left;
    padding: 0 !important; }
    .fileField > .text span {
      display: inline-block;
      font-size: 16px;
      text-align: left; }

.tooLarge {
  color: red; }

.horizontal-lead-form h3 {
  margin: 0 0 16px 0;
  font-size: 26px;
  font-family: Alice; }

@media only screen and (min-width: 980px) {
  .horizontal-lead-form {
    padding: 0 !important; }
    .horizontal-lead-form h3 {
      position: relative; }
      .horizontal-lead-form h3:before {
        content: '';
        height: 38px;
        position: absolute;
        right: 100%;
        margin-right: 16px;
        top: -10px;
        border-left: 2px solid #0041db; }
    .horizontal-lead-form .content {
      position: relative;
      height: 200px;
      top: -100px;
      z-index: 3;
      background: white;
      border-radius: 5px;
      box-shadow: 0 20px 40px 0 rgba(0, 65, 219, 0.06);
      -moz-box-shadow: 0 20px 40px 0 rgba(0, 65, 219, 0.06);
      -webkit-box-shadow: 0 20px 40px 0 rgba(0, 65, 219, 0.06); }
      .horizontal-lead-form .content > ul {
        margin: 0 40px;
        padding: 20px 0 0 0; }
        .horizontal-lead-form .content > ul > li {
          display: inline-block;
          vertical-align: top;
          width: 33%;
          padding: 22px 20px; }
    .horizontal-lead-form .text {
      text-align: left; }
    .horizontal-lead-form .fields button {
      width: 100%;
      font-weight: 400;
      padding-left: 0;
      padding-right: 0; } }
@media only screen and (min-width: 1300px) {
  .horizontal-lead-form .container {
    max-width: 1040px; } }
@media only screen and (max-width: 979px) {
  .horizontal-lead-form {
    margin: 0 auto;
    max-width: 290px; }
    .horizontal-lead-form .text p {
      margin-bottom: 21px; } }
input[type="number"] {
  height: 40px;
  line-height: 38px;
  border: 1px solid #bfc5c9;
  font-family: "Open Sans";
  padding: 0 16px;
  font-size: 20px;
  font-weight: 600;
  border-radius: 20px;
  outline: none; }

/*
 * Options
 */
.range {
  display: block;
  padding: 20px 0 10px 0;
  position: relative;
  overflow: visible; }
  .range input[type="number"] {
    width: 50px;
    border: none;
    outline: none;
    height: 20px; }

/*
 * Reset track
 */
input[type=range] {
  -webkit-appearance: none;
  width: 100%;
  margin: 0; }

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none; }

input[type=range]:focus {
  outline: none; }

/*
 * Thump
 */
input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #0041db;
  cursor: pointer;
  margin-top: -5px; }

input[type=range]::-moz-range-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: #0041db;
  cursor: pointer; }

input[type=range]::-ms-thumb {
  height: 20px;
  width: 20px;
  border-radius: 10px;
  background: gainsboro;
  cursor: pointer; }

/*
 * Track
 */
input[type=range]::-webkit-slider-runnable-track {
  display: block;
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #ecf0f1;
  border-radius: 5px; }

input[type=range]:focus::-webkit-slider-runnable-track {
  display: block;
  background: #ecf0f1; }

input[type=range]::-moz-range-track {
  display: block;
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: #ecf0f1;
  border-radius: 5px; }

input[type=range]::-ms-track {
  display: block;
  width: 100%;
  height: 10px;
  cursor: pointer;
  background: transparent;
  color: transparent; }

input[type=range]::-ms-fill-lower {
  display: block;
  background: #ecf0f1;
  border-radius: 5px; }

input[type=range]:focus::-ms-fill-lower {
  background: #ecf0f1; }

input[type=range]::-ms-fill-upper {
  background: #ecf0f1;
  border-radius: 5px; }

input[type=range]:focus::-ms-fill-upper {
  background: #ecf0f1; }

input[type=range]::-ms-track {
  width: 300px;
  height: 5px;
  /*remove bg colour from the track, we'll use ms-fill-lower and ms-fill-upper instead */
  background: transparent;
  /*leave room for the larger thumb to overflow with a transparent border */
  border-color: transparent;
  border-width: 6px 0;
  /*remove default tick marks*/
  color: transparent; }

input[type=range]::-ms-fill-lower {
  background: #0041db;
  border-radius: 10px; }

input[type=range]::-ms-fill-upper {
  background: #ddd;
  border-radius: 10px; }

input[type=range]::-ms-thumb {
  border: none;
  height: 18px;
  width: 18px;
  border-radius: 9px;
  background: #0041db;
  cursor: pointer;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -moz-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38);
  -webkit-box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.38); }

input[type=range]:focus::-ms-fill-lower {
  background: #0041db; }

input[type=range]:focus::-ms-fill-upper {
  background: #ccc; }

.textfield {
  display: block;
  margin: 0 auto 10px auto;
  position: relative;
  height: 54px;
  width: 100%;
  min-width: 30px;
  padding: 1px;
  border-radius: 4px; }
  .textfield > .textfield-input {
    font-family: 'Open Sans';
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    height: 52px;
    line-height: 52px;
    float: left;
    padding: 0 20px;
    width: 100%;
    margin: 0;
    background: transparent;
    color: black;
    border: none;
    position: relative;
    z-index: 3;
    font-size: 16px;
    outline: none !important; }
    .textfield > .textfield-input + .textfield-helper {
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      display: block;
      border: 1px solid #95a5a6;
      background: white;
      font-size: 16px;
      height: 54px;
      min-width: 30px;
      border-radius: 4px; }
    .textfield > .textfield-input:focus {
      color: black; }
      .textfield > .textfield-input:focus + .textfield-helper {
        border-color: #0041db; }

.textfield-errors {
  padding: 5px 0 5px 0; }
  .textfield-errors > li {
    padding: 0 10px 10px 10px;
    text-align: left;
    font-size: 13px; }

.modal-title > p {
  text-align: left; }

.slick-prev {
  left: 0;
  top: 100%; }

.slick-next {
  left: 100px;
  top: 100%; }

.slick-prev,
.slick-next {
  background: none !important;
  width: 50px;
  height: 50px;
  margin-top: -25px;
  z-index: 100; }
  .slick-prev:before, .slick-prev:after,
  .slick-next:before,
  .slick-next:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-image: url("img/common/slider/arrows.png") !important;
    background-repeat: no-repeat; }
  .slick-prev:before,
  .slick-next:before {
    opacity: 1;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  .slick-prev:after,
  .slick-next:after {
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  .slick-prev:hover:before,
  .slick-next:hover:before {
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  .slick-prev:hover:after,
  .slick-next:hover:after {
    opacity: 1;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }

.slick-prev:before {
  background-position: left top !important; }
.slick-prev:after {
  background-position: left bottom !important; }

.slick-next:before {
  background-position: right top !important; }
.slick-next:after {
  background-position: right bottom !important; }

ul.slick-dots {
  bottom: auto;
  display: inline-block;
  vertical-align: top;
  width: 10px;
  top: 50%;
  left: 100%;
  margin-top: -30px; }
  ul.slick-dots > li {
    margin: 0;
    padding: 0 8px;
    width: 100%;
    height: auto;
    display: block; }
    ul.slick-dots > li > button,
    ul.slick-dots > li > button:focus {
      display: inline-block;
      width: 10px;
      height: 10px;
      border-radius: 5px;
      margin: 0;
      padding: 0;
      background: #9daab3;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
      ul.slick-dots > li > button:before,
      ul.slick-dots > li > button:focus:before {
        display: none !important; }
      ul.slick-dots > li > button:after,
      ul.slick-dots > li > button:focus:after {
        content: ''; }
    ul.slick-dots > li:nth-child(1):after, ul.slick-dots > li:nth-child(2):after, ul.slick-dots > li:nth-child(3):after, ul.slick-dots > li:nth-child(4):after {
      position: absolute;
      left: -30px;
      top: 3px;
      color: #0041db;
      font-size: 20px;
      font-weight: 700;
      opacity: 0;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    ul.slick-dots > li.slick-active:after {
      opacity: 1;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    ul.slick-dots > li:nth-child(1):after {
      content: '01'; }
    ul.slick-dots > li:nth-child(2):after {
      content: '02'; }
    ul.slick-dots > li:nth-child(3):after {
      content: '03'; }
    ul.slick-dots > li:nth-child(4):after {
      content: '04'; }
    ul.slick-dots > li > button:hover {
      background: #bdc3c7;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    ul.slick-dots > li.slick-active > button,
    ul.slick-dots > li.slick-active > button:focus {
      background: #0041db;
      width: 16px;
      height: 16px;
      border-radius: 8px;
      margin-left: -3px;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }

@media only screen and (max-width: 660px) {
  ul.slick-dots > li > button:after {
    display: none !important; }
  ul.slick-dots > li:nth-child(1):after, ul.slick-dots > li:nth-child(2):after, ul.slick-dots > li:nth-child(3):after, ul.slick-dots > li:nth-child(4):after {
    display: none !important; } }
.slider {
  margin: 0; }

.slide {
  border: none;
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0;
  margin: 0;
  outline: none; }

.container {
  padding: 0 10px;
  margin: 0 auto; }

@media only screen and (min-width: 980px) {
  .container {
    max-width: 980px; }

  .screen {
    padding: 55px 0; } }
@media only screen and (min-width: 1300px) {
  .container {
    max-width: 1300px; }

  .screen {
    padding: 89px 0; } }
@media only screen and (max-width: 979px) {
  .container {
    max-width: 660px; }

  .screen {
    padding: 34px 0; } }
@media only screen and (max-width: 660px) {
  .container {
    max-width: 100%; }

  .screen {
    padding: 34px 0; } }
@media only screen and (max-width: 660px) {
  .screen {
    overflow: hidden; } }
.hidden_input {
  position: absolute;
  left: -10000px;
  visibility: hidden;
  height: 0;
  width: 0; }

iframe[name='hiddenInlineFrame'] {
  position: absolute;
  left: -10000px;
  top: -10000px;
  visibility: hidden; }

.link {
  color: #0041db !important;
  text-decoration: underline !important; }

.modal-backdrop.in {
  opacity: 0.8; }

.modal {
  box-shadow: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  border-radius: 0; }

.modal-dialog {
  margin: 0 auto;
  max-width: 340px; }
  .modal-dialog .modal-body {
    padding: 34px; }

.modal-body {
  position: relative; }
  .modal-body .head h3 {
    font-size: 26px;
    text-align: left;
    font-family: Alice;
    margin-bottom: 26px;
    letter-spacing: 0;
    font-weight: 700;
    position: relative; }
    .modal-body .head h3:before {
      content: '';
      height: 40px;
      position: absolute;
      right: 100%;
      margin-right: 16px;
      top: -10px;
      border-left: 3px solid #0041db; }
  .modal-body .head p {
    margin: 0 0 34px 0;
    text-align: left; }
  .modal-body .label > label {
    padding: 15px 20px;
    font-size: 16px;
    font-weight: 700;
    text-align: left; }
  .modal-body .textfield {
    margin-bottom: 30px; }
  .modal-body .big-success {
    height: 95px;
    background: url("img/common/modal/success.png") no-repeat center center;
    margin: 21px auto 26px auto; }
  .modal-body#modal-callback .modal-button {
    width: 100%; }
  .modal-body#modal-success .modal-dialog {
    width: 100%;
    max-width: 600px; }
  .modal-body .blue-button {
    width: 100%; }
  .modal-body > .close {
    width: 32px;
    height: 32px;
    appearance: none;
    -moz-appearance: none;
    -webkit-appearance: none;
    position: absolute;
    top: -32px;
    right: -32px;
    background-image: url("img/common/modal/close.png");
    background-repeat: no-repeat;
    background-position: center center;
    background-color: #0041db;
    border-radius: 16px;
    opacity: 1; }
    .modal-body > .close:hover {
      background-color: #41536a; }
  .modal-body .foot {
    text-align: center; }
    .modal-body .foot > .button {
      width: 100%; }

@media only screen and (min-width: 980px) {
  .modal-dialog {
    margin: 40px auto 0 auto;
    max-width: 420px; }
    .modal-dialog .modal-body {
      padding: 60px; }
      .modal-dialog .modal-body .head h3 > span,
      .modal-dialog .modal-body .head p > span {
        display: block; } }
@media only screen and (max-width: 979px) {
  .modal-dialog {
    margin-top: 60px; } }
#modal-thanks .modal-body .head p {
  margin: 0;
  text-align: left; }

* {
  box-sizing: border-box; }
  *:before, *:after {
    box-sizing: border-box; }

body {
  margin: 0;
  padding: 0;
  text-align: center;
  font-size: 14px;
  overflow-x: hidden;
  color: #333333; }

h1, h2, h3, h4, h5, h6, p, label, ul, ol, li, dl, dt, dd {
  padding: 0;
  margin: 0; }

ul,
ol {
  list-style: none; }

a,
a:hover,
a:active {
  display: inline-block;
  outline: none;
  text-decoration: none;
  color: Black; }

button {
  display: inline-block;
  padding: 0;
  outline: none;
  border: none;
  background: none; }

label {
  display: block; }

span {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
  color: inherit; }

.security > p {
  padding: 28px 0;
  text-align: center; }
  .security > p > span {
    display: inline-block;
    padding: 0 0 0 29px;
    vertical-align: top;
    position: relative;
    text-align: left; }
    .security > p > span:before {
      content: '';
      position: absolute;
      left: 0;
      top: -3px;
      width: 24px;
      height: 24px;
      background: url("img/screens/cost-calculation/security.png") no-repeat center center; }

._:before {
  content: attr(data-text); }

* {
  font-family: "Open Sans", Arial, Helvetica, sans-serif;
  font-weight: normal; }

.blue {
  color: #0041db; }

.nowrap {
  white-space: nowrap; }

h1 {
  font-family: Alice; }

h2 {
  font-family: Alice; }

h3 {
  font-family: "Open Sans"; }

li, p, th, td, dt, dd {
  font-size: 16px; }

dt,
dd {
  display: block; }

@media only screen and (min-width: 980px) {
  h1 {
    font-size: 36px; }
    h1 > span {
      display: block; }

  h2 {
    margin-bottom: 55px;
    font-size: 34px; }
    h2 > span {
      display: block; }
    h2.blue-edge {
      position: relative; }
      h2.blue-edge:before {
        content: '';
        height: 50px;
        position: absolute;
        right: 100%;
        margin-right: 16px;
        top: -5px;
        border-left: 2px solid #0041db; }
    h2 > .adorned-with-circle > span {
      display: block; }
    h2 > .adorned-with-circle > span:first-child {
      position: relative;
      display: inline-block; }
      h2 > .adorned-with-circle > span:first-child:before {
        display: block;
        content: '';
        left: -30px;
        top: -2px;
        position: absolute;
        width: 20px;
        height: 20px;
        border: 3px solid #0041db;
        border-radius: 10px; } }
@media only screen and (min-width: 1300px) {
  h1 {
    font-size: 44px; } }
@media only screen and (max-width: 979px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 26px;
    margin-bottom: 34px; } }
@media only screen and (max-width: 660px) {
  h1 {
    font-size: 30px; }

  h2 {
    font-size: 21px; } }
#address li {
  display: inline-block;
  white-space: nowrap; }
#address .email {
  display: block; }
  #address .email a {
    display: inline-block;
    color: #0041db;
    border-bottom: 1px solid #0041db;
    cursor: pointer; }

@media only screen and (min-width: 980px) {
  #address h2 {
    margin-bottom: 34px; }
  #address li {
    font-size: 21px;
    margin-right: 10px; }
  #address .email {
    padding-top: 34px; } }
@media only screen and (min-width: 1300px) {
  #address {
    padding: 55px 0; }
    #address li {
      font-size: 26px; } }
@media only screen and (max-width: 979px) {
  #address li {
    font-size: 18px;
    margin-right: 5px; } }
@media only screen and (max-width: 660px) {
  #address li {
    font-size: 16px; } }
#banks img {
  display: inline-block;
  max-width: 100%; }

@media only screen and (min-width: 980px) {
  #banks ul {
    margin: 0 auto;
    max-width: 960px; }
    #banks ul > li {
      display: inline-block;
      vertical-align: top;
      width: 13%; } }
@media only screen and (max-width: 979px) {
  #banks li {
    margin: 0 0 10px 0; }
    #banks li:last-child {
      margin: 0; } }
#benefits-1 ul {
  margin: 0 auto; }
  #benefits-1 ul > li {
    padding-top: 60px;
    position: relative; }
    #benefits-1 ul > li:before {
      content: "";
      position: absolute;
      width: 120px;
      height: 120px;
      background-repeat: no-repeat;
      background-image: url(img/screens/benefits-1/icons.png);
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
    #benefits-1 ul > li[data-i="1"]:before {
      background-position: 0 0px; }
    #benefits-1 ul > li[data-i="2"]:before {
      background-position: 0 -120px; }
    #benefits-1 ul > li[data-i="3"]:before {
      background-position: 0 -240px; }
  #benefits-1 ul span {
    font-size: 17px;
    line-height: 1.3; }

@media only screen and (min-width: 980px) {
  #benefits-1 {
    padding: 0; }
    #benefits-1 ul {
      max-width: 1120px;
      border-bottom: 2px dashed #bdc3c7;
      padding: 0 0 55px 0; }
      #benefits-1 ul > li {
        width: 33%;
        height: 120px;
        display: inline-block;
        vertical-align: top;
        padding-left: 140px;
        padding-right: 20px;
        padding-top: 40px;
        text-align: left; }
        #benefits-1 ul > li:before {
          left: 10px;
          top: 0; } }
@media only screen and (max-width: 979px) {
  #benefits-1 ul {
    display: inline-block;
    max-width: 220px;
    margin-bottom: 55px; }
    #benefits-1 ul > li {
      padding-top: 130px; }
      #benefits-1 ul > li:before {
        left: 50%;
        top: 0;
        margin-left: -60px; }
      #benefits-1 ul > li:nth-child(1), #benefits-1 ul > li:nth-child(2) {
        margin-bottom: 34px; } }
#benefits-2 {
  background: url("img/screens/benefits-2/background.png") no-repeat top center; }
  #benefits-2 ul {
    margin: 0 auto; }
    #benefits-2 ul h3 {
      font-weiht: 400;
      line-height: 1.3; }
    #benefits-2 ul p {
      padding-top: 20px;
      font-size: 13px;
      line-height: 1.3; }
    #benefits-2 ul > li {
      padding-top: 75px;
      position: relative; }
      #benefits-2 ul > li:before {
        content: "";
        position: absolute;
        width: 150px;
        height: 150px;
        background-repeat: no-repeat;
        background-image: url(img/screens/benefits-2/icons.png);
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease; }
      #benefits-2 ul > li[data-i="1"]:before {
        background-position: 0 0px; }
      #benefits-2 ul > li[data-i="2"]:before {
        background-position: 0 -150px; }
      #benefits-2 ul > li[data-i="3"]:before {
        background-position: 0 -300px; }
      #benefits-2 ul > li[data-i="4"]:before {
        background-position: 0 -450px; }

@media only screen and (min-width: 980px) {
  #benefits-2 ul {
    max-width: 960px;
    padding-bottom: 34px; }
    #benefits-2 ul h3 {
      font-size: 24px; }
    #benefits-2 ul > li {
      width: 49%;
      height: 150px;
      display: inline-block;
      vertical-align: top;
      padding-left: 170px;
      padding-right: 20px;
      padding-top: 40px;
      text-align: left;
      margin-bottom: 55px; }
      #benefits-2 ul > li:before {
        left: 10px;
        top: 0; }
      #benefits-2 ul > li:last-child {
        padding-top: 26px; } }
@media only screen and (max-width: 979px) {
  #benefits-2 ul {
    display: inline-block;
    max-width: 220px; }
    #benefits-2 ul h3 {
      font-size: 18px; }
    #benefits-2 ul > li {
      padding-top: 160px;
      margin-bottom: 34px; }
      #benefits-2 ul > li:before {
        left: 50%;
        top: 0;
        margin-left: -75px; } }
#business-process {
  background: whitesmoke; }
  #business-process .slide {
    text-align: left;
    padding-bottom: 80px;
    padding-left: 10px;
    padding-right: 10px; }
    #business-process .slide p {
      font-weight: 400; }
  #business-process .id {
    font-size: 133px;
    color: #bdc3c7;
    font-family: Alice; }

@media only screen and (min-width: 980px) {
  #business-process {
    position: relative;
    background: whitesmoke url("img/screens/business-process/background.jpg") no-repeat center center;
    height: 770px; }
    #business-process ul.slick-dots {
      margin-left: -30px; }
    #business-process h2 {
      margin-bottom: 0; }
    #business-process .container {
      max-width: 960px; }
    #business-process .content {
      margin-right: 38%;
      text-align: left; }
    #business-process .text-slider {
      padding-top: 40px; }
    #business-process .slide {
      min-height: 322px; }
      #business-process .slide p {
        font-size: 22px;
        margin: 0 auto 0 0;
        max-width: 480px; }
    #business-process .foot {
      position: absolute;
      bottom: 55px;
      left: 0;
      width: 100%;
      text-align: right; } }
@media only screen and (max-width: 979px) {
  #business-process ul.slick-dots {
    margin-left: -30px;
    margin-top: -6px; }
  #business-process .slide p {
    font-size: 16px;
    margin: 0 auto 0 0;
    max-width: 360px; } }
@media only screen and (max-width: 660px) {
  #business-process .slide p {
    font-size: 14px;
    margin: 0 auto 0 0;
    max-width: 340px;
    padding-right: 30px; } }
#calculator {
  display: flex;    
  background: #ecf1fc url("img/screens/calculator/background.png") no-repeat top center; }
  #calculator table {
    border-collapse: collapse;
    border-spacing: 0;
    width: 120%;
    table-layout: fixed;
    left: -10%;
    position: relative; }
    #calculator table td {
      width: 25%;
      color: #bfc5c9;
      font-size: 14px;
      font-weight: 700;
      font-family: "Open Sans", Arial, Helvetica, sans-serif; }
    #calculator table.six td {
      width: 100% / 6; }
    #calculator table.five td {
      width: 20%; }
  #calculator .field {
    margin-bottom: 20px; }
  #calculator .form {
    background: white;
    box-shadow: 0 5px 15px 0 rgba(0, 65, 219, 0.2);
    -moz-box-shadow: 0 5px 15px 0 rgba(0, 65, 219, 0.2);
    -webkit-box-shadow: 0 5px 15px 0 rgba(0, 65, 219, 0.2);
    border-radius: 10px;
    padding: 40px; }
    #calculator .form .field-label {
      font-weight: 700;
      display: block;
      font-size: 17px;
      text-align: left; }
      #calculator .form .field-label[data-name="price"] > span, #calculator .form .field-label[data-name="vznos"] > span, #calculator .form .field-label[data-name="period"] > span {
        display: inline-block;
        vertical-align: top;
        width: 220px;
        padding-top: 6px; }
    #calculator .form .banks {
      text-align: left;
      padding: 20px 0 0 0; }
    #calculator .form .bank {
      font-size: 17px;
      line-height: 20px;
      display: inline-block;
      vertical-align: top;
      padding: 10px 16px;
      margin: 0 5px 5px 0;
      border-radius: 20px;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
      #calculator .form .bank:hover {
        cursor: pointer;
        background: #0041db;
        color: white;
        transition: all 300ms ease;
        -moz-transition: all 300ms ease;
        -ms-transition: all 300ms ease;
        -o-transition: all 300ms ease;
        -webkit-transition: all 300ms ease; }
    #calculator .form input:checked + .bank {
      cursor: pointer;
      background: #0041db;
      color: white;
      transition: all 300ms ease;
      -moz-transition: all 300ms ease;
      -ms-transition: all 300ms ease;
      -o-transition: all 300ms ease;
      -webkit-transition: all 300ms ease; }
  #calculator .personal-data {
    font-size: 14px; }
    #calculator .personal-data > span {
      display: inline-block;
      vertical-align: top;
      position: relative;
      padding-left: 37px; }
      #calculator .personal-data > span:before {
        width: 32px;
        height: 32px;
        content: '';
        position: absolute;
        left: 0;
        top: -10px;
        background: url("img/common/personal-data.png") no-repeat center center; }

@media only screen and (min-width: 980px) {
  #calculator .container {
    max-width: 960px; }
  #calculator .content > div {
    display: inline-block;
    vertical-align: top;
    width: 50%; }
  #calculator .inline-field {
    display: inline-block;
    vertical-align: top; }
  #calculator .text {
    text-align: left;
    padding-left: 40px; }
  #calculator .descriptor,
  #calculator .blue-button,
  #calculator .personal-data {
    margin-bottom: 55px; } }
@media only screen and (max-width: 979px) {
  #calculator .descriptor,
  #calculator .blue-button,
  #calculator .personal-data {
    margin-bottom: 34px; }
  #calculator .content {
    margin: 0 auto;
    max-width: 400px; }
  #calculator .form {
    margin: 0 auto 34px auto;
    max-width: 320px; }
  #calculator .field-label[data-name="price"] > span, #calculator .field-label[data-name="vznos"] > span, #calculator .field-label[data-name="period"] > span {
    padding-bottom: 10px; }
  #calculator table td {
    font-size: 12px;
    font-weight: 400; } }
@media only screen and (max-width: 660px) {
  #calculator .descriptor {
    margin-left: auto;
    margin-right: auto;
    max-width: 320px; } }
#developer {
  background: whitesmoke; }
  #developer a {
    display: inline-block;
    z-index: 100;
    width: 280px;
    height: 50px;
    position: relative; }
    #developer a:before, #developer a:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      width: 100%;
      height: 100%;
      background-image: url("img/screens/developer/made-with-love-by-7rays.png");
      background-repeat: no-repeat;
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #developer a:before {
      opacity: 1;
      background-position: left top; }
    #developer a:after {
      opacity: 0;
      background-position: left bottom; }
    #developer a:hover:before, #developer a:hover:after {
      transition: opacity 300ms ease;
      -moz-transition: opacity 300ms ease;
      -ms-transition: opacity 300ms ease;
      -o-transition: opacity 300ms ease;
      -webkit-transition: opacity 300ms ease; }
    #developer a:hover:before {
      opacity: 0; }
    #developer a:hover:after {
      opacity: 1; }

#experience {
  color: white; }
  #experience ul > li {
    display: table;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0; }
    #experience ul > li > div {
      display: table-cell;
      vertical-align: middle; }
  #experience .i {
    text-align: center; }
    #experience .i > span {
      display: block;
      background: #0041db;
      font-family: Alice;
      position: relative;
      z-index: 2; }
      #experience .i > span:before {
        content: '';
        position: absolute;
        z-index: -1;
        left: 50%;
        margin-left: -1px;
        top: 50%;
        border-left: 2px dashed #0041db; }
  #experience li:last-child .i > span:before {
    display: none; }
  #experience .text {
    width: 100%;
    padding: 0 10px; }
    #experience .text b {
      font-weight: 700; }

@media only screen and (min-width: 980px) {
  #experience {
    background: #67645f url("img/screens/experience/background.jpg") no-repeat center center; }
    #experience .content {
      margin-right: 50%;
      text-align: left; }
    #experience h2 {
      margin-bottom: 55px; }
    #experience .i {
      padding: 20px; }
      #experience .i > span {
        width: 120px;
        height: 120px;
        border-radius: 60px;
        line-height: 120px;
        font-size: 50px;
        z-index: 2; }
        #experience .i > span:before {
          height: 120px; }
    #experience .text > p {
      font-size: 19px; } }
@media only screen and (min-width: 1300px) {
  #experience h2 {
    margin-bottom: 89px; }
  #experience .text > p {
    font-size: 22px; } }
@media only screen and (max-width: 979px) {
  #experience {
    background: #67645f; }
    #experience h2 > span {
      display: block; }
    #experience ul {
      margin: 0 auto;
      max-width: 400px; }
    #experience .i {
      padding: 10px; }
      #experience .i > span {
        width: 40px;
        height: 40px;
        border-radius: 20px;
        line-height: 40px;
        font-size: 20px;
        z-index: 2; }
        #experience .i > span:before {
          height: 40px; }
    #experience .text {
      padding: 20px 0 0 0;
      text-align: left; } }
@media only screen and (max-width: 660px) {
  #experience ul {
    max-width: 340px; }
  #experience .i {
    vertical-align: top; }
    #experience .i > span:before {
      display: none; }
  #experience .text {
    padding: 20px 0 0 0; }
    #experience .text > p {
      position: relative;
      font-size: 14px; }
      #experience .text > p:before {
        content: '';
        position: absolute;
        left: -31px;
        top: 30px;
        height: 100%;
        border-left: 2px dashed #0041db; }
  #experience li:last-child .text > p:before {
    display: none; } }
#faq .hidden-input {
  position: absolute;
  left: -10000px;
  visibility: hidden;
  width: 0;
  height: 0; }
#faq label {
  user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -webkit-user-select: none;
  border-radius: 26px;
  font-weight: 700;
  text-align: left;
  position: relative;
  line-height: 22px;
  border: 2px solid transparent;
  padding: 13px 26px 13px 56px;
  background: white;
  margin: 0 0 16px 0;
  font-size: 16px;
  min-height: 40px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease; }
  #faq label:before {
    position: absolute;
    left: 18px;
    top: 13px;
    width: 24px;
    height: 24px;
    content: '\002B';
    font-size: 32px;
    text-align: center;
    color: #0041db; }
  #faq label:hover {
    cursor: pointer;
    color: #0041db;
    border-color: #0041db;
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
#faq .answer {
  display: none; }
  #faq .answer > p {
    text-align: left;
    font-size: 16px;
    line-height: 1.5; }
#faq input:checked + label {
  border-color: #0041db;
  color: white;
  background: #0041db;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.8);
  -moz-box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.8);
  -webkit-box-shadow: 0 5px 10px 0 rgba(0, 65, 219, 0.8); }
  #faq input:checked + label:before {
    content: '\2013';
    color: white;
    margin-top: -2px; }
  #faq input:checked + label + .answer {
    display: block;
    margin-bottom: 20px; }

@media only screen and (min-width: 980px) {
  #faq .container {
    max-width: 960px; }
  #faq .answer {
    min-height: 48px; }
    #faq .answer > p {
      padding: 10px 10px 16px 56px; }
    #faq .answer > ul {
      text-align: left;
      padding: 0 0 0 56px; }
      #faq .answer > ul > li {
        padding: 0 0 10px 0; }
        #faq .answer > ul > li:before {
          content: '\002A\0020'; }
  #faq .answer > p:first-child {
    padding-top: 26px; } }
@media only screen and (min-width: 1300px) {
  #faq label {
    font-size: 20px; } }
@media only screen and (max-width: 979px) {
  #faq h2 {
    margin-left: auto;
    margin-right: auto;
    max-width: 400px; }
  #faq .container {
    padding: 0 10px; }
  #faq .answer {
    text-align: left; }
    #faq .answer > p {
      padding: 0 20px 16px 20px;
      font-size: 13px; }
    #faq .answer > ul {
      padding: 0 0 0 20px; }
      #faq .answer > ul > li {
        padding: 0 0 10px 0;
        font-size: 13px; }
        #faq .answer > ul > li:before {
          content: '\002A\0020'; }
  #faq button {
    display: none; } }
@media only screen and (max-width: 660px) {
  #faq label {
    padding: 10px 20px;
    font-size: 14px; }
    #faq label:before {
      display: none; }
  #faq ul {
    margin-bottom: 34px; } }
#first-step .blue {
  color: #0041db; }

@media only screen and (min-width: 980px) {
  #first-step {
    background: whitesmoke url("img/screens/first-step/background.jpg") no-repeat center center;
    height: 690px; }
    #first-step .container {
      max-width: 960px; }
    #first-step .content {
      margin-right: 38%;
      text-align: left; } }
@media only screen and (max-width: 979px) {
  #first-step h2 {
    margin: 0 auto;
    max-width: 320px; } }
#footer .logo > p {
  font-size: 0; }
#footer .logo img {
  display: inline-block;
  vertical-align: middle; }
#footer .descriptor > p {
  width: 160px;
  color: #95a5a6; }
  #footer .descriptor > p > span {
    display: block; }
#footer .social ul > li {
  display: inline-block;
  vertical-align: top;
  font-size: 0; }
#footer .social a {
  display: inline-block;
  width: 48px;
  height: 48px;
  position: relative; }
  #footer .social a:before, #footer .social a:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease;
    background-repeat: no-repeat;
    background-image: url(img/screens/footer/icons.png); }
  #footer .social a:before {
    z-index: 1;
    opacity: 1; }
  #footer .social a:after {
    z-index: 2;
    opacity: 0; }
  #footer .social a:hover:before {
    opacity: 0;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
  #footer .social a:hover:after {
    opacity: 1;
    transition: opacity 300ms ease;
    -moz-transition: opacity 300ms ease;
    -ms-transition: opacity 300ms ease;
    -o-transition: opacity 300ms ease;
    -webkit-transition: opacity 300ms ease; }
#footer .social li:nth-child(1) a:before {
  background-position: 0 0px; }
#footer .social li:nth-child(1) a:after {
  background-position: -48px 0px; }
#footer .social li:nth-child(2) a:before {
  background-position: 0 -48px; }
#footer .social li:nth-child(2) a:after {
  background-position: -48px -48px; }
#footer .social li:nth-child(3) a:before {
  background-position: 0 -96px; }
#footer .social li:nth-child(3) a:after {
  background-position: -48px -96px; }
#footer .social li:nth-child(4) a:before {
  background-position: 0 -144px; }
#footer .social li:nth-child(4) a:after {
  background-position: -48px -144px; }
#footer .phone .number {
  font-size: 24px; }
#footer .phone .work-time {
  color: #a8b5b6;
  font-size: 14px; }

@media only screen and (min-width: 980px) {
  #footer {
    padding: 0; }
    #footer .content {
      display: table;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      #footer .content > div {
        display: table-cell;
        vertical-align: middle;
        padding: 40px 10px; }
    #footer .logo > p {
      width: 140px; }
    #footer .descriptor > p {
      width: 140px;
      text-align: left; }
    #footer .social {
      width: 100%;
      text-align: right; }
    #footer .callback > button {
      width: 220px;
      padding-left: 0;
      padding-right: 0; }
    #footer .phone > ul {
      width: 220px; } }
@media only screen and (min-width: 1300px) {
  #footer .city {
    display: block; } }
@media only screen and (max-width: 979px) {
  #footer .logo > p {
    margin: 0 auto 21px auto; }
  #footer .descriptor > p {
    margin: 0 auto 34px auto; }
  #footer .social {
    margin: 0 auto 21px auto; }
  #footer .callback {
    margin: 0 auto 21px auto; } }
@media only screen and (max-width: 660px) {
  #footer .phone .number {
    font-size: 20px; }
  #footer .work-time > span {
    display: block; } }
#header .logo > p {
  font-size: 0; }
#header .logo img {
  display: inline-block;
  vertical-align: middle; }
#header .descriptor > p {
  width: 160px;
  color: #95a5a6; }
  #header .descriptor > p > span {
    display: block; }
#header .contacts a {
  display: inline-block;
  color: #0041db;
  border-bottom: 1px solid #0041db;
  cursor: pointer; }
#header .phone .number {
  font-size: 24px; }
#header .phone .work-time {
  color: #a8b5b6;
  font-size: 14px; }

@media only screen and (min-width: 980px) {
  #header {
    padding: 0;
    position: absolute;
    z-index: 2;
    left: 0;
    top: 0;
    width: 100%; }
    #header .content {
      display: table;
      width: 100%;
      border-collapse: collapse;
      border-spacing: 0; }
      #header .content > div {
        display: table-cell;
        vertical-align: middle;
        padding: 20px 10px; }
    #header .logo > p {
      width: 140px; }
    #header .descriptor > p {
      width: 140px;
      text-align: left; }
    #header .contacts {
      width: 100%; }
      #header .contacts > ul {
        width: 100%;
        text-align: left; }
    #header .callback > button {
      width: 220px;
      padding-left: 0;
      padding-right: 0; }
    #header .phone > ul {
      width: 220px; } }
@media only screen and (min-width: 1300px) {
  #header .city {
    display: block; } }
@media only screen and (max-width: 979px) {
  #header .logo > p {
    margin: 0 auto 21px auto; }
  #header .descriptor > p {
    margin: 0 auto 34px auto; }
  #header .contacts {
    margin: 0 auto 21px auto; }
  #header .callback {
    margin: 0 auto 21px auto; } }
@media only screen and (max-width: 660px) {
  #header .phone .number {
    font-size: 20px; }
  #header .work-time > span {
    display: block; } }
#main .blue {
  color: #0041db; }

@media only screen and (min-width: 980px) {
  #main {
    text-align: left;
    height: 800px;
    position: relative;
    z-index: 1;
    background: whitesmoke url("img/screens/main/background.jpg") no-repeat bottom center; }
    #main .content {
      margin-left: 50%;
      padding: 200px 10px 0 10px; }
    #main h1 {
      margin: 0 0 55px 0; }
      #main h1 > span {
        display: block; } }
@media only screen and (min-width: 1300px) {
  #main h1 {
    font-size: 52px; }
  #main p {
    font-size: 22px;
    line-height: 1.3; } }
@media only screen and (max-width: 979px) {
  #main {
    background: whitesmoke; }
    #main h1 {
      margin: 0 0 21px 0; }
    #main .content {
      margin: 0 auto;
      max-width: 320px; } }
#map {
  height: 460px;
  background: #bdc3c7; }

@media only screen and (max-width: 660px) {
  #map {
    display: none; } }
#services .blue-border-button {
  text-transform: uppercase; }
#services ul {
  margin: 0 auto; }
  #services ul > li {
    padding: 10px; }
#services .hit {
  position: absolute;
  top: 20px;
  left: -20px;
  line-height: 44px;
  padding: 0 22px;
  background: #e74c3c;
  color: white;
  border-radius: 22px;
  box-shadow: 0 5px 10px 0 rgba(231, 76, 60, 0.9);
  -moz-box-shadow: 0 5px 10px 0 rgba(231, 76, 60, 0.9);
  -webkit-box-shadow: 0 5px 10px 0 rgba(231, 76, 60, 0.9); }
#services label {
  width: 100%;
  min-height: 290px;
  max-width: 380px;
  transition: all 300ms ease;
  -moz-transition: all 300ms ease;
  -ms-transition: all 300ms ease;
  -o-transition: all 300ms ease;
  -webkit-transition: all 300ms ease;
  position: relative;
  box-shadow: 0 5px 16px 0 rgba(0, 65, 219, 0.16);
  -moz-box-shadow: 0 5px 16px 0 rgba(0, 65, 219, 0.16);
  -webkit-box-shadow: 0 5px 16px 0 rgba(0, 65, 219, 0.16);
  border-radius: 5px; }
  #services label:before {
    content: '';
    width: 80px;
    height: 80px;
    position: absolute;
    left: 50%;
    margin-left: -40px;
    background-image: url("img/screens/services/icons1.png");
    background-repeat: no-repeat; }
  #services label[data-i="1"]:before {
    background-position: 0 0px; }
  #services label[data-i="2"]:before {
    background-position: 0 -80px; }
  #services label[data-i="3"]:before {
    background-position: 0 -160px; }
  #services label[data-i="4"]:before {
    background-position: 0 -240px; }
  #services label[data-i="5"]:before {
    background-position: 0 -322px; }
  #services label[data-i="6"]:before {
    background-position: 0 -400px; }
    
  #services label .title {
    display: block;
    margin: 0 auto;
    max-width: 280px;
    font-size: 21px;
    font-family: Alice;
    transition: color 300ms ease;
    -moz-transition: color 300ms ease;
    -ms-transition: color 300ms ease;
    -o-transition: color 300ms ease;
    -webkit-transition: color 300ms ease; }
  #services label[data-i="1"], #services label[data-i="2"] {
    padding: 125px 10px 10px 10px; }
  #services label[data-i="1"]:before, #services label[data-i="2"]:before {
      top: 30px; }
  #services label[data-i="1"] .title, #services label[data-i="2"] .title {
      min-height: 80px; }
  #services label[data-i="3"], #services label[data-i="4"], #services label[data-i="5"], #services label[data-i="6"] {
    padding: 155px 10px 10px 10px; }
  #services label[data-i="3"]:before, #services label[data-i="4"]:before, #services label[data-i="5"]:before, #services label[data-i="6"]:before {
      top: 55px; }
  #services label[data-i="3"] .title, #services label[data-i="4"] .title, #services label[data-i="5"] .title, #services label[data-i="6"] .title {
      min-height: 60px; }
  #services label:hover {
    cursor: pointer; }
    #services label:hover .title {
      color: #0041db;
      transition: color 300ms ease;
      -moz-transition: color 300ms ease;
      -ms-transition: color 300ms ease;
      -o-transition: color 300ms ease;
      -webkit-transition: color 300ms ease; }
#services .body > ul {
  display: inline-block; }
  #services .body > ul > li {
    padding: 10px; }

@media only screen and (min-width: 980px) {
  #services ul {
    max-width: 800px; }
    #services ul > li {
      display: inline-block;
      vertical-align: top;
      width: 49%; } }
@media only screen and (max-width: 979px) {
  #services ul {
    display: inline-block; }
    #services ul > li label {
      min-height: 0;
      padding-bottom: 34px !important; }
    #services ul > li label .title {
      font-size: 18px;
      max-width: 240px;
      min-height: 0 !important; }
  #services .blue-border-button {
    display: none; } }
#success-stories .item {
  border-top: 4px solid #0041db; }
#success-stories h3, #success-stories h4 {
  font-family: Alice; }
#success-stories h3 {
  color: #0041db; }
#success-stories .long_description {
  display: none; }
#success-stories .summary ul > li {
  position: relative;
  line-height: 24px;
  padding: 20px 0 20px 74px;
  margin: 0 0 10px 0;
  font-family: Alice;
  font-size: 18px; }
  #success-stories .summary ul > li:before {
    content: "";
    position: absolute;
    width: 64px;
    height: 64px;
    left: 0;
    top: 0;
    background-repeat: no-repeat;
    background-image: url("img/screens/success-stories/story-params.png");
    transition: all 300ms ease;
    -moz-transition: all 300ms ease;
    -ms-transition: all 300ms ease;
    -o-transition: all 300ms ease;
    -webkit-transition: all 300ms ease; }
  #success-stories .summary ul > li:nth-child(1):before {
    background-position: 0 0px; }
  #success-stories .summary ul > li:nth-child(2):before {
    background-position: 0 -64px; }
#success-stories .description {
  text-align: left; }
  #success-stories .description p {
    margin-bottom: 20px; }
  #success-stories .description .short_description {
    margin-bottom: 20px; }
#success-stories .review {
  background: #ecf1fc; }
#success-stories dt {
  font-family: Alice;
  font-size: 26px; }
  #success-stories dt:before {
    content: '';
    width: 64px;
    height: 64px;
    position: absolute;
    background: url("img/screens/success-stories/review.png") no-repeat center center; }
#success-stories .review_p {
  font-style: italic;
  margin-bottom: 20px !important;
  text-align: left; }
#success-stories .review_author {
  font-weight: 700;
  text-align: left; }

@media only screen and (min-width: 980px) {
  #success-stories .container {
    max-width: 980px; }
  #success-stories .item {
    padding: 55px 0 89px 0; }
  #success-stories .story-data {
    display: table;
    width: 100%;
    border-spacing: 0;
    border-collapse: collapse;
    text-align: left; }
    #success-stories .story-data > div {
      display: table-cell;
      vertical-align: top;
      padding: 0 10px; }
    #success-stories .story-data .summary > div {
      width: 380px; }
    #success-stories .story-data .description {
      width: 100%;
      padding-bottom: 55px; }
  #success-stories h3, #success-stories h4 {
    margin-bottom: 55px; }
  #success-stories h3 {
    font-size: 38px; }
  #success-stories h4 {
    font-size: 30px; }
  #success-stories .review {
    position: relative;
    padding: 34px 90px 54px 200px; }
    #success-stories .review dt {
      position: absolute;
      text-align: right;
      left: 50px;
      width: 100px;
      padding-top: 80px; }
      #success-stories .review dt:before {
        right: 0;
        top: 0; }
    #success-stories .review > .foot {
      position: absolute;
      left: 0;
      width: 100%;
      top: 100%;
      margin-top: -26px; } }
@media only screen and (max-width: 979px) {
  #success-stories h3, #success-stories h4 {
    margin-bottom: 34px; }
  #success-stories h3 {
    font-size: 34px; }
  #success-stories h4 {
    font-size: 26px; }
  #success-stories .summary {
    margin-bottom: 34px; }
    #success-stories .summary ul {
      display: inline-block;
      vertical-align: top;
      text-align: left; }
  #success-stories dt {
    margin-bottom: 20px; }
  #success-stories .item {
    padding: 34px 0 54px 0; }
  #success-stories .review {
    padding: 20px 10px 20px 20px; }
  #success-stories dt {
    line-height: 30px;
    padding: 16px 0 16px 74px;
    text-align: left;
    position: relative; }
    #success-stories dt:before {
      left: 0;
      top: 0; }
  #success-stories dd {
    padding: 0 0 34px 74px; }
  #success-stories .description {
    padding-left: 90px;
    padding-right: 10px;
    padding-bottom: 34px; } }
@media only screen and (max-width: 660px) {
  #success-stories dd {
    padding: 0 20px 34px 0; }
  #success-stories .description {
    padding-left: 20px; }
  #success-stories .description p,
  #success-stories .review_p,
  #success-stories .review_author {
    font-size: 14px; } }
#team img {
  display: inline-block;
  vertical-align: top;
  max-width: 100%; }
#team .person:nth-child(even) {
  background: #e3f0fa;
  background-color: #e3f0fa;
  background: linear-gradient(to bottom, #e3f0fa 0%, #f2f9ff 100%); }
#team .text ul {
  display: inline-block;
  vertical-align: top;
  position: relative; }
  #team .text ul:before {
    content: '';
    position: absolute;
    width: 128px;
    margin-left: -64px;
    height: 3px;
    margin-top: -1px;
    left: 50%;
    top: -34px;
    background: #0041db; }
#team .text li.role {
  font-size: 15px; }
#team .name {
  margin-bottom: 6px; }
#team .role {
  margin-bottom: 34px; }
#team .phone,
#team .email {
  color: #7c93ab;
  display: inline-block;
  vertical-align: top;
  font-size: 15px; }
#team .cite {
  position: relative;
  z-index: 2;
  color: #21354a;
  font-style: italic;
  margin-bottom: 68px; }
  #team .cite:before, #team .cite:after {
    content: '';
    position: absolute;
    width: 120px;
    height: 80px;
    background-image: url("img/screens/team/quotation-marks.png");
    background-repeat: no-repeat;
    z-index: -1; }
  #team .cite:before {
    background-position: left top;
    top: -40px;
    left: -40px; }
  #team .cite:after {
    background-position: right top;
    bottom: -40px;
    right: -40px; }

@media only screen and (min-width: 980px) {
  #team .cite > p {
    font-size: 18px; }
  #team .text li {
    font-size: 20px; }
  #team .img {
    display: table;
    width: 100%;
    height: 640px;
    border-spacing: 0;
    border-collapse: collapse; }
    #team .img > div {
      display: table-cell;
      vertical-align: bottom; }
      #team .img > div > img {
        display: inline-block; }
  #team .person .content {
    margin: 0 auto;
    max-width: 960px; }
  #team .person .image {
    position: relative;
    height: 640px;
    vertical-align: bottom; }
  #team .person .text {
    position: absolute;
    width: 100%;
    top: 0;
    height: 100%;
    display: table;
    border-collapse: collapse;
    border-spacing: 0; }
    #team .person .text > div {
      display: table-cell;
      vertical-align: middle; }
  #team .person:nth-child(odd) .text {
    left: 100%; }
  #team .person:nth-child(odd) .image {
    margin-right: 50%; }
  #team .person:nth-child(even) .text {
    right: 100%; }
  #team .person:nth-child(even) .image {
    margin-left: 50%; } }
@media only screen and (max-width: 979px) {
    Body {
    font-size: 14px !important;
}
  #team {
    padding-bottom: 0; }
    #team .content {
      margin: 0 auto 34px auto; }
    #team .person {
      padding: 34px 0; }
    #team .image img {
      margin-bottom: 40px; }
    #team .text {
      margin: 0 auto;
      max-width: 400px; }
    #team .text li {
      font-size: 20px; } }
@media only screen and (max-width: 660px) {
  #team .cite > p {
    font-size: 14px; }
  #team .text li {
    font-size: 18px; } }
    
.calculator{
    float: left;
}         
