.text-grey {
  color: #808285;
}
.text-lighter-grey {
  color: #f5f5f5;
}
.text-light-grey {
  color: #e5eaea;
}
.text-white {
  color: #ffffff;
}
.text-black {
  color: #24282b;
}
.text-blue {
  color: #076dbf;
}
.text-dark-blue {
  color: #0b3764;
}
.text-light-blue {
  color: #07b2ea;
}
.text-orange {
  color: #ff580a;
}
.text-dark-orange {
  color: #df3b1a;
}
.text-red {
  color: #f13111;
}
.text-violet {
  color: #7442c5;
}
.text-light-violet {
  color: #a773fc;
}
.text-green {
  color: #43be07;
}
.text-bold {
  font-weight: 700;
}
.text-extrabold {
  font-weight: 800;
}
.text-italic {
  font-style: italic;
}
.text-condensed {
  letter-spacing: -1px;
}
.text-lengthy {
  letter-spacing: 2px;
}
.text-small {
  font-size: 12px;
}
.text-big {
  font-size: 16px;
}
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
* {
  margin: 0;
  padding: 0;
}
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
body {
  margin: 0;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden],
template {
  display: none;
}
a {
  background: transparent;
}
a:active,
a:hover {
  outline: 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
dfn {
  font-style: italic;
}
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
mark {
  background: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
img {
  border: 0;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 1em 40px;
}
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0;
}
pre {
  overflow: auto;
}
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}
button {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
button[disabled],
html input[disabled] {
  cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
input {
  line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
}
optgroup {
  font-weight: bold;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
td,
th {
  padding: 0;
}
.d-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.mr-3 {
  margin-right: 20px;
}
.mt-07 {
  margin-top: 7px;
}
.mb-1 {
  margin-bottom: 10px;
}
.collapse:not(.show) {
  display: none;
}
.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  -webkit-transition: height .35s ease;
  -o-transition: height .35s ease;
  transition: height .35s ease;
}
table {
  background-color: transparent;
}
th {
  text-align: left;
}
.table {
  width: 100%;
  max-width: 100%;
  margin-bottom: -1px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th,
.table > thead > tr > td,
.table > tbody > tr > td,
.table > tfoot > tr > td {
  padding: 15px 23px;
  line-height: 1.42857143;
  border: 1px solid #dddddd;
}
.table > thead > tr > th:first-child,
.table > tbody > tr > th:first-child,
.table > tfoot > tr > th:first-child,
.table > thead > tr > td:first-child,
.table > tbody > tr > td:first-child,
.table > tfoot > tr > td:first-child {
  border-left: 0;
}
.table > thead > tr > th:last-child,
.table > tbody > tr > th:last-child,
.table > tfoot > tr > th:last-child,
.table > thead > tr > td:last-child,
.table > tbody > tr > td:last-child,
.table > tfoot > tr > td:last-child {
  border-right: 0;
}
.table > thead > tr > th,
.table > tbody > tr > th,
.table > tfoot > tr > th {
  font-size: 14px;
  color: #076dbf;
}
.table > thead > tr:last-child > th:first-child,
.table > tbody > tr:last-child > th:first-child,
.table > tfoot > tr:last-child > th:first-child,
.table > thead > tr:last-child > td:first-child,
.table > tbody > tr:last-child > td:first-child,
.table > tfoot > tr:last-child > td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > thead > tr:last-child > th:last-child,
.table > tbody > tr:last-child > th:last-child,
.table > tfoot > tr:last-child > th:last-child,
.table > thead > tr:last-child > td:last-child,
.table > tbody > tr:last-child > td:last-child,
.table > tfoot > tr:last-child > td:last-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > thead > tr:nth-child(1n) th,
.table > tbody > tr:nth-child(1n) th,
.table > tfoot > tr:nth-child(1n) th {
  color: #0b3764;
}
.table > thead > tr:first-child th,
.table > tbody > tr:first-child th,
.table > tfoot > tr:first-child th {
  color: #076dbf;
}
.table > thead > tr:first-child > th:first-child,
.table > tbody > tr:first-child > th:first-child,
.table > tfoot > tr:first-child > th:first-child,
.table > thead > tr:first-child > td:first-child,
.table > tbody > tr:first-child > td:first-child,
.table > tfoot > tr:first-child > td:first-child {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > thead > tr:first-child > th:last-child,
.table > tbody > tr:first-child > th:last-child,
.table > tfoot > tr:first-child > th:last-child,
.table > thead > tr:first-child > td:last-child,
.table > tbody > tr:first-child > td:last-child,
.table > tfoot > tr:first-child > td:last-child {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.table > thead > tr > th {
  vertical-align: bottom;
  border-bottom: 2px solid #dddddd;
}
.table > caption + thead > tr:first-child > th,
.table > colgroup + thead > tr:first-child > th,
.table > thead:first-child > tr:first-child > th,
.table > caption + thead > tr:first-child > td,
.table > colgroup + thead > tr:first-child > td,
.table > thead:first-child > tr:first-child > td {
  border-top: 0;
}
.table > tbody + tbody {
  border-top: 2px solid #dddddd;
}
.table .table {
  background-color: #ffffff;
}
.table-condensed > thead > tr > th,
.table-condensed > tbody > tr > th,
.table-condensed > tfoot > tr > th,
.table-condensed > thead > tr > td,
.table-condensed > tbody > tr > td,
.table-condensed > tfoot > tr > td {
  padding: 6px 23px;
}
.table-big > thead > tr > th,
.table-big > tbody > tr > th,
.table-big > tfoot > tr > th,
.table-big > thead > tr > td,
.table-big > tbody > tr > td,
.table-big > tfoot > tr > td {
  padding: 23px 23px;
}
.table-bordered {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > tbody > tr > th,
.table-bordered > tfoot > tr > th,
.table-bordered > thead > tr > td,
.table-bordered > tbody > tr > td,
.table-bordered > tfoot > tr > td {
  border: 1px solid #dddddd;
}
.table-bordered > thead > tr > th,
.table-bordered > thead > tr > td {
  border-bottom-width: 2px;
}
.table-striped > tbody > tr:nth-child(odd) > td,
.table-striped > tbody > tr:nth-child(odd) > th {
  background-color: #f9f9f9;
}
.table-striped-vertical > tbody > tr > th:nth-child(even),
.table-striped-vertical > tbody > tr > td:nth-child(even) {
  background-color: #f9f9f9;
}
table col[class*="col-"] {
  position: static;
  float: none;
  display: table-column;
}
table td[class*="col-"],
table th[class*="col-"] {
  position: static;
  float: none;
  display: table-cell;
}
.table > thead > tr > td.active,
.table > tbody > tr > td.active,
.table > tfoot > tr > td.active,
.table > thead > tr > th.active,
.table > tbody > tr > th.active,
.table > tfoot > tr > th.active,
.table > thead > tr.active > td,
.table > tbody > tr.active > td,
.table > tfoot > tr.active > td,
.table > thead > tr.active > th,
.table > tbody > tr.active > th,
.table > tfoot > tr.active > th {
  background-color: #f5f5f5;
}
.table-hover > tbody > tr > td.active:hover,
.table-hover > tbody > tr > th.active:hover,
.table-hover > tbody > tr.active:hover > td,
.table-hover > tbody > tr:hover > .active,
.table-hover > tbody > tr.active:hover > th {
  background-color: #e8e8e8;
}
.table > thead > tr > td.success,
.table > tbody > tr > td.success,
.table > tfoot > tr > td.success,
.table > thead > tr > th.success,
.table > tbody > tr > th.success,
.table > tfoot > tr > th.success,
.table > thead > tr.success > td,
.table > tbody > tr.success > td,
.table > tfoot > tr.success > td,
.table > thead > tr.success > th,
.table > tbody > tr.success > th,
.table > tfoot > tr.success > th {
  background-color: #dff0d8;
}
.table-hover > tbody > tr > td.success:hover,
.table-hover > tbody > tr > th.success:hover,
.table-hover > tbody > tr.success:hover > td,
.table-hover > tbody > tr:hover > .success,
.table-hover > tbody > tr.success:hover > th {
  background-color: #d0e9c6;
}
.table > thead > tr > td.info,
.table > tbody > tr > td.info,
.table > tfoot > tr > td.info,
.table > thead > tr > th.info,
.table > tbody > tr > th.info,
.table > tfoot > tr > th.info,
.table > thead > tr.info > td,
.table > tbody > tr.info > td,
.table > tfoot > tr.info > td,
.table > thead > tr.info > th,
.table > tbody > tr.info > th,
.table > tfoot > tr.info > th {
  background-color: #d9edf7;
}
.table-hover > tbody > tr > td.info:hover,
.table-hover > tbody > tr > th.info:hover,
.table-hover > tbody > tr.info:hover > td,
.table-hover > tbody > tr:hover > .info,
.table-hover > tbody > tr.info:hover > th {
  background-color: #c4e3f3;
}
.table > thead > tr > td.warning,
.table > tbody > tr > td.warning,
.table > tfoot > tr > td.warning,
.table > thead > tr > th.warning,
.table > tbody > tr > th.warning,
.table > tfoot > tr > th.warning,
.table > thead > tr.warning > td,
.table > tbody > tr.warning > td,
.table > tfoot > tr.warning > td,
.table > thead > tr.warning > th,
.table > tbody > tr.warning > th,
.table > tfoot > tr.warning > th {
  background-color: #fcf8e3;
}
.table-hover > tbody > tr > td.warning:hover,
.table-hover > tbody > tr > th.warning:hover,
.table-hover > tbody > tr.warning:hover > td,
.table-hover > tbody > tr:hover > .warning,
.table-hover > tbody > tr.warning:hover > th {
  background-color: #faf2cc;
}
.table > thead > tr > td.danger,
.table > tbody > tr > td.danger,
.table > tfoot > tr > td.danger,
.table > thead > tr > th.danger,
.table > tbody > tr > th.danger,
.table > tfoot > tr > th.danger,
.table > thead > tr.danger > td,
.table > tbody > tr.danger > td,
.table > tfoot > tr.danger > td,
.table > thead > tr.danger > th,
.table > tbody > tr.danger > th,
.table > tfoot > tr.danger > th {
  background-color: #f2dede;
}
.table-hover > tbody > tr > td.danger:hover,
.table-hover > tbody > tr > th.danger:hover,
.table-hover > tbody > tr.danger:hover > td,
.table-hover > tbody > tr:hover > .danger,
.table-hover > tbody > tr.danger:hover > th {
  background-color: #ebcccc;
}
@media screen and (max-width: 767px) {
  .table-responsive {
    width: 100%;
    margin-bottom: 15px;
    overflow-y: hidden;
    overflow-x: auto;
    -ms-overflow-style: -ms-autohiding-scrollbar;
    border: 1px solid #dddddd;
    -webkit-overflow-scrolling: touch;
  }
  .table-responsive > .table {
    margin-bottom: 0;
  }
  .table-responsive > .table > thead > tr > th,
  .table-responsive > .table > tbody > tr > th,
  .table-responsive > .table > tfoot > tr > th,
  .table-responsive > .table > thead > tr > td,
  .table-responsive > .table > tbody > tr > td,
  .table-responsive > .table > tfoot > tr > td {
    white-space: nowrap;
  }
  .table-responsive > .table-bordered {
    border: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:first-child,
  .table-responsive > .table-bordered > tbody > tr > th:first-child,
  .table-responsive > .table-bordered > tfoot > tr > th:first-child,
  .table-responsive > .table-bordered > thead > tr > td:first-child,
  .table-responsive > .table-bordered > tbody > tr > td:first-child,
  .table-responsive > .table-bordered > tfoot > tr > td:first-child {
    border-left: 0;
  }
  .table-responsive > .table-bordered > thead > tr > th:last-child,
  .table-responsive > .table-bordered > tbody > tr > th:last-child,
  .table-responsive > .table-bordered > tfoot > tr > th:last-child,
  .table-responsive > .table-bordered > thead > tr > td:last-child,
  .table-responsive > .table-bordered > tbody > tr > td:last-child,
  .table-responsive > .table-bordered > tfoot > tr > td:last-child {
    border-right: 0;
  }
  .table-responsive > .table-bordered > tbody > tr:last-child > th,
  .table-responsive > .table-bordered > tfoot > tr:last-child > th,
  .table-responsive > .table-bordered > tbody > tr:last-child > td,
  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-bottom: 0;
  }
}
.table-title {
  font-size: 18px;
  border-bottom: 1px solid #dddddd;
  color: #0b3764;
  font-weight: 800;
  padding: 25px 23px 17px 23px;
  text-transform: uppercase;
}
.table-text-below {
  font-size: 12px;
  border-top: 1px solid #dddddd;
  color: #808285;
  padding: 15px 23px;
}
.table .action {
  width: 150px;
  padding: 10px 23px;
}
.content-box .table .button {
  margin: 0;
}
.table > tfoot > tr {
  border-top: 1px solid #dddddd;
}
.table > tfoot > tr > th:first-child {
  color: #0b3764;
}
.table > tfoot > tr > td {
  font-weight: 700;
}
.table-align-center > thead > tr > th,
.table-align-center > tbody > tr > th,
.table-align-center > tfoot > tr > th,
.table-align-center > thead > tr > td,
.table-align-center > tbody > tr > td,
.table-align-center > tfoot > tr > td {
  text-align: center;
}
.table-align-right > thead > tr > th,
.table-align-right > tbody > tr > th,
.table-align-right > tfoot > tr > th,
.table-align-right > thead > tr > td,
.table-align-right > tbody > tr > td,
.table-align-right > tfoot > tr > td {
  text-align: right;
}
table.table-tarif {
  border: 1px solid #ddd;
  table-layout: fixed;
}
.offers .content-box.offer .offer-more-info .table-tarif .button.interested {
  float: right;
  margin: 0 0 0 20px;
}
/*! jQuery UI - v1.10.4 - 2014-04-25
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.slider.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=open-sans%2C%20sans-serif&fwDefault=normal&fsDefault=13px&cornerRadius=3px&bgColorHeader=%23EBEBEB&bgTextureHeader=flat&bgImgOpacityHeader=100&borderColorHeader=%23f00&fcHeader=%23000&iconColorHeader=%23222222&bgColorContent=%23F6F6F6&bgTextureContent=flat&bgImgOpacityContent=100&borderColorContent=%23aaaaaa&fcContent=%23000&iconColorContent=%23222222&bgColorDefault=%23E8E8E8&bgTextureDefault=flat&bgImgOpacityDefault=100&borderColorDefault=%23f00&fcDefault=%23000&iconColorDefault=%23888888&bgColorHover=%2307B2EA&bgTextureHover=flat&bgImgOpacityHover=100&borderColorHover=%23f00&fcHover=%23fff&iconColorHover=%23454545&bgColorActive=%2307B2EA&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=%23f00&fcActive=%23fff&iconColorActive=%23454545&bgColorHighlight=%2307B2EA&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=%23f00&fcHighlight=%23fff&iconColorHighlight=%232e83ff&bgColorError=%23fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=%23cd0a0a&fcError=%23cd0a0a&iconColorError=%23cd0a0a&bgColorOverlay=%23aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=100&opacityOverlay=30&bgColorShadow=%23aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=0&thicknessShadow=0&offsetTopShadow=0&offsetLeftShadow=0&cornerRadiusShadow=0
* Copyright 2014 jQuery Foundation and other contributors; Licensed MIT */
/* Layout helpers
----------------------------------*/
.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix:before,
.ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-clearfix {
  min-height: 0;
  /* support: IE7 */
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: alpha(opacity=0);
}
.ui-front {
  z-index: 100;
}
/* Interaction Cues
----------------------------------*/
.ui-state-disabled {
  cursor: default !important;
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}
/* Misc visuals
----------------------------------*/
/* Overlays */
.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 150;
}
body.ui-widget-overlay {
  height: 100vh;
  overflow-y: hidden;
}
.ui-resizable {
  position: relative;
}
.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
}
.ui-resizable-disabled .ui-resizable-handle,
.ui-resizable-autohide .ui-resizable-handle {
  display: none;
}
.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}
.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}
.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}
.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}
.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}
.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}
.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}
.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}
.ui-button {
  display: inline-block;
  position: relative;
  padding: 0;
  line-height: normal;
  margin-right: .1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  overflow: visible;
  /* removes extra width in IE */
}
.ui-button,
.ui-button:link,
.ui-button:visited,
.ui-button:hover,
.ui-button:active {
  text-decoration: none;
}
/* to make room for the icon, a width needs to be set here */
.ui-button-icon-only {
  width: 2.2em;
}
/* button elements seem to need a little more width */
button.ui-button-icon-only {
  width: 2.4em;
}
.ui-button-icons-only {
  width: 3.4em;
}
button.ui-button-icons-only {
  width: 3.7em;
}
/* button text element */
.ui-button .ui-button-text {
  display: block;
  line-height: normal;
}
.ui-button-text-only .ui-button-text {
  padding: .4em 1em;
}
.ui-button-icon-only .ui-button-text,
.ui-button-icons-only .ui-button-text {
  padding: .4em;
  text-indent: -9999999px;
}
.ui-button-text-icon-primary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 1em .4em 2.1em;
}
.ui-button-text-icon-secondary .ui-button-text,
.ui-button-text-icons .ui-button-text {
  padding: .4em 2.1em .4em 1em;
}
.ui-button-text-icons .ui-button-text {
  padding-left: 2.1em;
  padding-right: 2.1em;
}
/* no icon support for input elements, provide padding by default */
input.ui-button {
  padding: .4em 1em;
}
/* button icon element(s) */
.ui-button-icon-only .ui-icon,
.ui-button-text-icon-primary .ui-icon,
.ui-button-text-icon-secondary .ui-icon,
.ui-button-text-icons .ui-icon,
.ui-button-icons-only .ui-icon {
  position: absolute;
  top: 50%;
  margin-top: -8px;
}
.ui-button-icon-only .ui-icon {
  left: 50%;
  margin-left: -8px;
}
.ui-button-text-icon-primary .ui-button-icon-primary,
.ui-button-text-icons .ui-button-icon-primary,
.ui-button-icons-only .ui-button-icon-primary {
  left: .5em;
}
.ui-button-text-icon-secondary .ui-button-icon-secondary,
.ui-button-text-icons .ui-button-icon-secondary,
.ui-button-icons-only .ui-button-icon-secondary {
  right: .5em;
}
/* button sets */
.ui-buttonset {
  margin-right: 7px;
}
.ui-buttonset .ui-button {
  margin-left: 0;
  margin-right: -0.3em;
}
/* workarounds */
/* reset extra padding in Firefox, see h5bp.com/l */
input.ui-button::-moz-focus-inner,
button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}
.ui-datepicker {
  width: 17em;
  padding: .2em .2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: .2em 0;
}
.ui-datepicker .ui-datepicker-prev,
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}
.ui-datepicker .ui-datepicker-prev-hover,
.ui-datepicker .ui-datepicker-next-hover {
  background: #e5eaea !important;
}
.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}
.ui-datepicker .ui-datepicker-next {
  right: 2px;
}
.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}
.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
  width: 49%;
}
.ui-datepicker table {
  width: 100%;
  border-collapse: collapse;
  margin: 0 0 .4em;
}
.ui-datepicker th {
  padding: .7em .3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td span,
.ui-datepicker td a {
  display: block;
  padding: .2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: .7em 0 0 0;
  padding: 0 .2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: .5em .2em .4em;
  cursor: pointer;
  padding: .2em .6em .3em .6em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
/* with multiple calendars */
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}
.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto .4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}
.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}
/* RTL support */
.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}
.ui-dialog {
  overflow: initial;
  position: absolute;
  top: 0;
  left: 0;
  outline: 0;
  border: none;
  z-index: 151;
}
.ui-dialog .ui-dialog-titlebar {
  padding: .4em 1em;
  position: relative;
}
.ui-dialog .ui-dialog-title {
  float: left;
  margin: .1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
}
.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: .3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}
.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  background: none;
  overflow: auto;
}
.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: .5em;
  padding: .3em 1em .5em .4em;
}
.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}
.ui-dialog .ui-dialog-buttonpane button {
  margin: .5em .4em .5em 0;
  cursor: pointer;
}
.ui-dialog .ui-resizable-se {
  width: 12px;
  height: 12px;
  right: -5px;
  bottom: -5px;
  background-position: 16px 16px;
}
.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}
.ui-menu {
  list-style: none;
  padding: 2px;
  margin: 0;
  display: block;
  outline: none;
}
.ui-menu .ui-menu {
  margin-top: -3px;
  position: absolute;
}
.ui-menu .ui-menu-item {
  margin: 0;
  padding: 0;
  width: 100%;
  /* support: IE10, see #8844 */
  list-style-image: url(data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7);
}
.ui-menu .ui-menu-divider {
  margin: 5px -2px 5px -2px;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}
.ui-menu .ui-menu-item a {
  text-decoration: none;
  display: block;
  padding: 2px .4em;
  line-height: 1.5;
  min-height: 0;
  /* support: IE7 */
  font-weight: normal;
}
.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
  font-weight: normal;
}
.ui-menu .ui-state-disabled {
  font-weight: normal;
  margin: .4em 0 .2em;
  line-height: 1.5;
}
.ui-menu .ui-state-disabled a {
  cursor: default;
}
/* icon support */
.ui-menu-icons {
  position: relative;
}
.ui-menu-icons .ui-menu-item a {
  position: relative;
  padding-left: 2em;
}
/* left-aligned */
.ui-menu .ui-icon {
  position: absolute;
  top: .2em;
  left: .2em;
}
/* right-aligned */
.ui-menu .ui-menu-icon {
  position: static;
  float: right;
}
.ui-slider {
  position: relative;
  text-align: left;
}
.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
}
.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: .7em;
  display: block;
  border: 0;
  background-position: 0 0;
}
/* For IE8 - See #6727 */
.ui-slider.ui-state-disabled .ui-slider-handle,
.ui-slider.ui-state-disabled .ui-slider-range {
  -webkit-filter: inherit;
          filter: inherit;
}
.ui-slider-horizontal {
  height: .8em;
}
.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}
.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}
.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}
.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}
.ui-slider-vertical {
  width: .8em;
  height: 100px;
}
.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}
.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}
.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}
.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}
/* Component containers
----------------------------------*/
.ui-widget {
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget input,
.ui-widget select,
.ui-widget textarea,
.ui-widget button {
  font-family: 'Open Sans', sans-serif;
  font-size: 1em;
}
.ui-widget-content {
  border: 1px solid #d0d4d5;
  background: #f7f7f7;
  color: #24282b;
}
.ui-widget-content a {
  color: #24282b;
}
.ui-widget-header {
  border: none;
  background: #e5eaea;
  color: #24282b;
  font-weight: bold;
}
.ui-widget-header a {
  color: #24282b;
}
/* Interaction states
----------------------------------*/
.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: none;
  background: #e5eaea;
  font-weight: normal;
  color: #24282b;
}
.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #24282b;
  text-decoration: none;
}
.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: none;
  background: #07b2ea;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited {
  color: #ffffff;
  text-decoration: none;
}
.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: none;
  background: #07b2ea;
  font-weight: normal;
  color: #ffffff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited {
  color: #ffffff;
  text-decoration: none;
}
/* Interaction Cues
----------------------------------*/
.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: none;
  background: #07b2ea;
  color: #ffffff;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #ffffff;
}
.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #f13111;
  background: #fef4f3;
  color: #f13111;
}
.ui-state-error a,
.ui-widget-content .ui-state-error a,
.ui-widget-header .ui-state-error a {
  color: #f13111;
}
.ui-state-error-text,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error-text {
  color: #f13111;
}
.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}
.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: .7;
  filter: alpha(opacity=70);
  font-weight: normal;
}
.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: .35;
  filter: alpha(opacity=35);
  background-image: none;
}
.ui-state-disabled .ui-icon {
  filter: alpha(opacity=35);
  /* For IE8 - See #6059 */
}
/* Icons
----------------------------------*/
/* states and images */
.ui-icon {
  width: 16px;
  height: 16px;
}
.ui-icon-circle-triangle-e:before,
.ui-icon-circle-triangle-w:before,
.ui-icon-circle-triangle-e:after,
.ui-icon-circle-triangle-w:after {
  content: " ";
  display: block;
  position: absolute;
  top: 2px;
  left: 4px;
  width: 0;
  height: 0;
  border: solid;
}
.ui-icon-circle-triangle-e:before {
  border-width: 6px 0 6px 7px;
  border-color: transparent #076dbf;
}
.ui-icon-circle-triangle-w:before {
  border-width: 6px 7px 6px 0;
  border-color: transparent #076dbf;
}
.ui-state-hover .ui-icon-circle-triangle-e:before {
  border-color: transparent #07b2ea;
}
.ui-state-hover .ui-icon-circle-triangle-w:before {
  border-color: transparent #07b2ea;
}
.ui-icon-circle-triangle-e:after {
  left: 0px;
  border-width: 6px 0 6px 7px;
  border-color: transparent #e5eaea;
}
.ui-icon-circle-triangle-w:after {
  left: 8px;
  border-width: 6px 7px 6px 0;
  border-color: transparent #e5eaea;
}
/*
.ui-icon,
.ui-widget-content .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-widget-header .ui-icon {
	background-image: url("images/ui-icons_222222_256x240.png");
}
.ui-state-default .ui-icon {
	background-image: url("images/ui-icons_888888_256x240.png");
}
.ui-state-hover .ui-icon,
.ui-state-focus .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-active .ui-icon {
	background-image: url("images/ui-icons_454545_256x240.png");
}
.ui-state-highlight .ui-icon {
	background-image: url("images/ui-icons_2e83ff_256x240.png");
}
.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
	background-image: url("images/ui-icons_cd0a0a_256x240.png");
}
*/
/* positioning */
/*.ui-icon-blank { background-position: 16px 16px; }
.ui-icon-carat-1-n { background-position: 0 0; }
.ui-icon-carat-1-ne { background-position: -16px 0; }
.ui-icon-carat-1-e { background-position: -32px 0; }
.ui-icon-carat-1-se { background-position: -48px 0; }
.ui-icon-carat-1-s { background-position: -64px 0; }
.ui-icon-carat-1-sw { background-position: -80px 0; }
.ui-icon-carat-1-w { background-position: -96px 0; }
.ui-icon-carat-1-nw { background-position: -112px 0; }
.ui-icon-carat-2-n-s { background-position: -128px 0; }
.ui-icon-carat-2-e-w { background-position: -144px 0; }
.ui-icon-triangle-1-n { background-position: 0 -16px; }
.ui-icon-triangle-1-ne { background-position: -16px -16px; }
.ui-icon-triangle-1-e { background-position: -32px -16px; }
.ui-icon-triangle-1-se { background-position: -48px -16px; }
.ui-icon-triangle-1-s { background-position: -64px -16px; }
.ui-icon-triangle-1-sw { background-position: -80px -16px; }
.ui-icon-triangle-1-w { background-position: -96px -16px; }
.ui-icon-triangle-1-nw { background-position: -112px -16px; }
.ui-icon-triangle-2-n-s { background-position: -128px -16px; }
.ui-icon-triangle-2-e-w { background-position: -144px -16px; }
.ui-icon-arrow-1-n { background-position: 0 -32px; }
.ui-icon-arrow-1-ne { background-position: -16px -32px; }
.ui-icon-arrow-1-e { background-position: -32px -32px; }
.ui-icon-arrow-1-se { background-position: -48px -32px; }
.ui-icon-arrow-1-s { background-position: -64px -32px; }
.ui-icon-arrow-1-sw { background-position: -80px -32px; }
.ui-icon-arrow-1-w { background-position: -96px -32px; }
.ui-icon-arrow-1-nw { background-position: -112px -32px; }
.ui-icon-arrow-2-n-s { background-position: -128px -32px; }
.ui-icon-arrow-2-ne-sw { background-position: -144px -32px; }
.ui-icon-arrow-2-e-w { background-position: -160px -32px; }
.ui-icon-arrow-2-se-nw { background-position: -176px -32px; }
.ui-icon-arrowstop-1-n { background-position: -192px -32px; }
.ui-icon-arrowstop-1-e { background-position: -208px -32px; }
.ui-icon-arrowstop-1-s { background-position: -224px -32px; }
.ui-icon-arrowstop-1-w { background-position: -240px -32px; }
.ui-icon-arrowthick-1-n { background-position: 0 -48px; }
.ui-icon-arrowthick-1-ne { background-position: -16px -48px; }
.ui-icon-arrowthick-1-e { background-position: -32px -48px; }
.ui-icon-arrowthick-1-se { background-position: -48px -48px; }
.ui-icon-arrowthick-1-s { background-position: -64px -48px; }
.ui-icon-arrowthick-1-sw { background-position: -80px -48px; }
.ui-icon-arrowthick-1-w { background-position: -96px -48px; }
.ui-icon-arrowthick-1-nw { background-position: -112px -48px; }
.ui-icon-arrowthick-2-n-s { background-position: -128px -48px; }
.ui-icon-arrowthick-2-ne-sw { background-position: -144px -48px; }
.ui-icon-arrowthick-2-e-w { background-position: -160px -48px; }
.ui-icon-arrowthick-2-se-nw { background-position: -176px -48px; }
.ui-icon-arrowthickstop-1-n { background-position: -192px -48px; }
.ui-icon-arrowthickstop-1-e { background-position: -208px -48px; }
.ui-icon-arrowthickstop-1-s { background-position: -224px -48px; }
.ui-icon-arrowthickstop-1-w { background-position: -240px -48px; }
.ui-icon-arrowreturnthick-1-w { background-position: 0 -64px; }
.ui-icon-arrowreturnthick-1-n { background-position: -16px -64px; }
.ui-icon-arrowreturnthick-1-e { background-position: -32px -64px; }
.ui-icon-arrowreturnthick-1-s { background-position: -48px -64px; }
.ui-icon-arrowreturn-1-w { background-position: -64px -64px; }
.ui-icon-arrowreturn-1-n { background-position: -80px -64px; }
.ui-icon-arrowreturn-1-e { background-position: -96px -64px; }
.ui-icon-arrowreturn-1-s { background-position: -112px -64px; }
.ui-icon-arrowrefresh-1-w { background-position: -128px -64px; }
.ui-icon-arrowrefresh-1-n { background-position: -144px -64px; }
.ui-icon-arrowrefresh-1-e { background-position: -160px -64px; }
.ui-icon-arrowrefresh-1-s { background-position: -176px -64px; }
.ui-icon-arrow-4 { background-position: 0 -80px; }
.ui-icon-arrow-4-diag { background-position: -16px -80px; }
.ui-icon-extlink { background-position: -32px -80px; }
.ui-icon-newwin { background-position: -48px -80px; }
.ui-icon-refresh { background-position: -64px -80px; }
.ui-icon-shuffle { background-position: -80px -80px; }
.ui-icon-transfer-e-w { background-position: -96px -80px; }
.ui-icon-transferthick-e-w { background-position: -112px -80px; }
.ui-icon-folder-collapsed { background-position: 0 -96px; }
.ui-icon-folder-open { background-position: -16px -96px; }
.ui-icon-document { background-position: -32px -96px; }
.ui-icon-document-b { background-position: -48px -96px; }
.ui-icon-note { background-position: -64px -96px; }
.ui-icon-mail-closed { background-position: -80px -96px; }
.ui-icon-mail-open { background-position: -96px -96px; }
.ui-icon-suitcase { background-position: -112px -96px; }
.ui-icon-comment { background-position: -128px -96px; }
.ui-icon-person { background-position: -144px -96px; }
.ui-icon-print { background-position: -160px -96px; }
.ui-icon-trash { background-position: -176px -96px; }
.ui-icon-locked { background-position: -192px -96px; }
.ui-icon-unlocked { background-position: -208px -96px; }
.ui-icon-bookmark { background-position: -224px -96px; }
.ui-icon-tag { background-position: -240px -96px; }
.ui-icon-home { background-position: 0 -112px; }
.ui-icon-flag { background-position: -16px -112px; }
.ui-icon-calendar { background-position: -32px -112px; }
.ui-icon-cart { background-position: -48px -112px; }
.ui-icon-pencil { background-position: -64px -112px; }
.ui-icon-clock { background-position: -80px -112px; }
.ui-icon-disk { background-position: -96px -112px; }
.ui-icon-calculator { background-position: -112px -112px; }
.ui-icon-zoomin { background-position: -128px -112px; }
.ui-icon-zoomout { background-position: -144px -112px; }
.ui-icon-search { background-position: -160px -112px; }
.ui-icon-wrench { background-position: -176px -112px; }
.ui-icon-gear { background-position: -192px -112px; }
.ui-icon-heart { background-position: -208px -112px; }
.ui-icon-star { background-position: -224px -112px; }
.ui-icon-link { background-position: -240px -112px; }
.ui-icon-cancel { background-position: 0 -128px; }
.ui-icon-plus { background-position: -16px -128px; }
.ui-icon-plusthick { background-position: -32px -128px; }
.ui-icon-minus { background-position: -48px -128px; }
.ui-icon-minusthick { background-position: -64px -128px; }
.ui-icon-close { background-position: -80px -128px; }
.ui-icon-closethick { background-position: -96px -128px; }
.ui-icon-key { background-position: -112px -128px; }
.ui-icon-lightbulb { background-position: -128px -128px; }
.ui-icon-scissors { background-position: -144px -128px; }
.ui-icon-clipboard { background-position: -160px -128px; }
.ui-icon-copy { background-position: -176px -128px; }
.ui-icon-contact { background-position: -192px -128px; }
.ui-icon-image { background-position: -208px -128px; }
.ui-icon-video { background-position: -224px -128px; }
.ui-icon-script { background-position: -240px -128px; }
.ui-icon-alert { background-position: 0 -144px; }
.ui-icon-info { background-position: -16px -144px; }
.ui-icon-notice { background-position: -32px -144px; }
.ui-icon-help { background-position: -48px -144px; }
.ui-icon-check { background-position: -64px -144px; }
.ui-icon-bullet { background-position: -80px -144px; }
.ui-icon-radio-on { background-position: -96px -144px; }
.ui-icon-radio-off { background-position: -112px -144px; }
.ui-icon-pin-w { background-position: -128px -144px; }
.ui-icon-pin-s { background-position: -144px -144px; }
.ui-icon-play { background-position: 0 -160px; }
.ui-icon-pause { background-position: -16px -160px; }
.ui-icon-seek-next { background-position: -32px -160px; }
.ui-icon-seek-prev { background-position: -48px -160px; }
.ui-icon-seek-end { background-position: -64px -160px; }
.ui-icon-seek-start { background-position: -80px -160px; }
.ui-icon-seek-first { background-position: -80px -160px; }
.ui-icon-stop { background-position: -96px -160px; }
.ui-icon-eject { background-position: -112px -160px; }
.ui-icon-volume-off { background-position: -128px -160px; }
.ui-icon-volume-on { background-position: -144px -160px; }
.ui-icon-power { background-position: 0 -176px; }
.ui-icon-signal-diag { background-position: -16px -176px; }
.ui-icon-signal { background-position: -32px -176px; }
.ui-icon-battery-0 { background-position: -48px -176px; }
.ui-icon-battery-1 { background-position: -64px -176px; }
.ui-icon-battery-2 { background-position: -80px -176px; }
.ui-icon-battery-3 { background-position: -96px -176px; }
.ui-icon-circle-plus { background-position: 0 -192px; }
.ui-icon-circle-minus { background-position: -16px -192px; }
.ui-icon-circle-close { background-position: -32px -192px; }
.ui-icon-circle-triangle-e { background-position: -48px -192px; }
.ui-icon-circle-triangle-s { background-position: -64px -192px; }
.ui-icon-circle-triangle-w { background-position: -80px -192px; }
.ui-icon-circle-triangle-n { background-position: -96px -192px; }
.ui-icon-circle-arrow-e { background-position: -112px -192px; }
.ui-icon-circle-arrow-s { background-position: -128px -192px; }
.ui-icon-circle-arrow-w { background-position: -144px -192px; }
.ui-icon-circle-arrow-n { background-position: -160px -192px; }
.ui-icon-circle-zoomin { background-position: -176px -192px; }
.ui-icon-circle-zoomout { background-position: -192px -192px; }
.ui-icon-circle-check { background-position: -208px -192px; }
.ui-icon-circlesmall-plus { background-position: 0 -208px; }
.ui-icon-circlesmall-minus { background-position: -16px -208px; }
.ui-icon-circlesmall-close { background-position: -32px -208px; }
.ui-icon-squaresmall-plus { background-position: -48px -208px; }
.ui-icon-squaresmall-minus { background-position: -64px -208px; }
.ui-icon-squaresmall-close { background-position: -80px -208px; }
.ui-icon-grip-dotted-vertical { background-position: 0 -224px; }
.ui-icon-grip-dotted-horizontal { background-position: -16px -224px; }
.ui-icon-grip-solid-vertical { background-position: -32px -224px; }
.ui-icon-grip-solid-horizontal { background-position: -48px -224px; }
.ui-icon-gripsmall-diagonal-se { background-position: -64px -224px; }
.ui-icon-grip-diagonal-se { background-position: -80px -224px; }
*/
/* Misc visuals
----------------------------------*/
/* Corner radius */
.ui-corner-all,
.ui-corner-top,
.ui-corner-left,
.ui-corner-tl {
  border-top-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-top,
.ui-corner-right,
.ui-corner-tr {
  border-top-right-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-left,
.ui-corner-bl {
  border-bottom-left-radius: 3px;
}
.ui-corner-all,
.ui-corner-bottom,
.ui-corner-right,
.ui-corner-br {
  border-bottom-right-radius: 3px;
}
/* Overlays */
.ui-widget-overlay {
  background: #24282b;
  opacity: .8;
  filter: alpha(opacity=80);
}
.ui-widget-shadow {
  margin: 0;
  padding: 0;
  background: transparent;
}
.ui-datepicker {
  margin-top: 3px;
}
.ui-datepicker .ui-state-default {
  font-weight: 700;
}
.ui-state-disabled .ui-state-default {
  background: transparent;
}
.ui-autocomplete {
  margin: -10px 0 0;
  padding: 10px 0 5px;
  background: #f7f7f7;
}
.ui-autocomplete .ui-state-focus {
  color: #ff580a;
  background: #ffffff;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  cursor: hand;
}
.ui-slider .ui-slider-handle {
  width: 23px;
  height: 18px;
  border: none;
  background: transparent url('../img/slider.png') top left no-repeat;
  outline: none;
}
.ui-dialog-titlebar {
  display: none;
}
@font-face {
  font-family: 'usporycz';
  src: url('../icon/usporycz.eot?38213769');
  src: url('../icon/usporycz.eot?38213769#iefix') format('embedded-opentype'), url('../icon/usporycz.woff?38213769') format('woff'), url('../icon/usporycz.ttf?38213769') format('truetype'), url('../icon/usporycz.svg?38213769#usporycz') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'usporycz';
    src: url('../icon/usporycz.svg?38213769#usporycz') format('svg');
  }
}
*/
[class^="icon-"]:before,
[class*=" icon-"]:before {
  font-family: "usporycz";
  font-style: normal;
  font-weight: normal;
  speak: none;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}
.icon-10percent:before {
  content: '\e800';
}
/* '' */
.icon-airplane:before {
  content: '\e801';
}
/* '' */
.icon-alarm:before {
  content: '\e802';
}
/* '' */
.icon-assist:before {
  content: '\e803';
}
/* '' */
.icon-assistplus:before {
  content: '\e804';
}
/* '' */
.icon-at:before {
  content: '\e805';
}
/* '' */
.icon-bulb:before {
  content: '\e806';
}
/* '' */
.icon-calculator:before {
  content: '\e807';
}
/* '' */
.icon-car-accident:before {
  content: '\e808';
}
/* '' */
.icon-car-short:before {
  content: '\e809';
}
/* '' */
.icon-car:before {
  content: '\e80a';
}
/* '' */
.icon-card:before {
  content: '\e80b';
}
/* '' */
.icon-cross:before {
  content: '\e80c';
}
/* '' */
.icon-deer:before {
  content: '\e80d';
}
/* '' */
.icon-dollar:before {
  content: '\e80e';
}
/* '' */
.icon-duck:before {
  content: '\e80f';
}
/* '' */
.icon-energy:before {
  content: '\e810';
}
/* '' */
.icon-exclamation:before {
  content: '\e811';
}
/* '' */
.icon-fire:before {
  content: '\e812';
}
/* '' */
.icon-hammer:before {
  content: '\e813';
}
/* '' */
.icon-hand-coins:before {
  content: '\e814';
}
/* '' */
.icon-hand-open:before {
  content: '\e815';
}
/* '' */
.icon-hand:before {
  content: '\e816';
}
/* '' */
.icon-heart:before {
  content: '\e817';
}
/* '' */
.icon-house:before {
  content: '\e818';
}
/* '' */
.icon-check:before {
  content: '\e819';
}
/* '' */
.icon-info:before {
  content: '\e81a';
}
/* '' */
.icon-legal:before {
  content: '\e81b';
}
/* '' */
.icon-lightning:before {
  content: '\e81c';
}
/* '' */
.icon-luck:before {
  content: '\e81d';
}
/* '' */
.icon-luggage:before {
  content: '\e81e';
}
/* '' */
.icon-money:before {
  content: '\e81f';
}
/* '' */
.icon-one:before {
  content: '\e820';
}
/* '' */
.icon-people:before {
  content: '\e821';
}
/* '' */
.icon-percent:before {
  content: '\e822';
}
/* '' */
.icon-plus:before {
  content: '\e823';
}
/* '' */
.icon-police:before {
  content: '\e824';
}
/* '' */
.icon-printer:before {
  content: '\e825';
}
/* '' */
.icon-question:before {
  content: '\e826';
}
/* '' */
.icon-rain:before {
  content: '\e827';
}
/* '' */
.icon-shopping:before {
  content: '\e828';
}
/* '' */
.icon-signal:before {
  content: '\e829';
}
/* '' */
.icon-smartphone:before {
  content: '\e82a';
}
/* '' */
.icon-smile:before {
  content: '\e82b';
}
/* '' */
.icon-snow:before {
  content: '\e82c';
}
/* '' */
.icon-star:before {
  content: '\e82d';
}
/* '' */
.icon-stop:before {
  content: '\e82e';
}
/* '' */
.icon-sun:before {
  content: '\e82f';
}
/* '' */
.icon-thumbup:before {
  content: '\e830';
}
/* '' */
.icon-turn:before {
  content: '\e831';
}
/* '' */
.icon-tv:before {
  content: '\e832';
}
/* '' */
.icon-umbrella:before {
  content: '\e833';
}
/* '' */
.icon-gold:before {
  content: '\e834';
}
/* '' */
.icon-piggy:before {
  content: '\e835';
}
/* '' */
.icon-heart2:before {
  content: '\e600';
}
/* '' */
.icon-user:before {
  content: '\e601';
}
/* '' */
.icon-search:before {
  content: '\e602';
}
/* '' */
.icon-users:before {
  content: '\e603';
}
/* '' */
.icon-time:before {
  content: '\e604';
}
/* '' */
.icon-envelope:before {
  content: '\e605';
}
/* '' */
.icon-facebook:before {
  content: '\e606';
}
/* '' */
.icon-label:before {
  content: '\e607';
}
/* '' */
.icon-bullet:before {
  content: '\e608';
}
/* '' */
.icon-up:before {
  content: "\e609";
}
.icon-waist:before {
  content: "\e60a";
}
.icon-weight:before {
  content: "\e60b";
}
.icon-lock:before {
  content: '\e609';
}
/* '<U+E835>' */
.button {
  display: block;
  margin: 20px;
  padding: 7px 45px 7px 15px;
  border: 0;
  text-decoration: none;
  text-align: left;
  font-weight: 800;
  color: #ffffff;
  background: #ff580a url("../img/button-arrow-right-small.png") center right no-repeat;
  cursor: pointer;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.button:hover {
  color: #ffffff;
  background-color: #07b2ea;
}
.button.grey {
  color: #24282b;
  background: #e5eaea url("../img/button-arrow-right-small-black.png") center right no-repeat;
}
.button.grey:hover {
  color: #ffffff;
  background: #07b2ea url("../img/button-arrow-right-small.png") center right no-repeat;
}
.button.light {
  font-weight: 400;
}
.button.big {
  font-size: 16px;
}
.ui-widget-content .button {
  color: #ffffff;
}
.button.minibutton {
  float: none;
  background-image: none;
  padding: 6px 10px;
  text-align: center;
  line-height: 1.3;
}
.button.blue {
  background-color: #076dbf;
}
.button.blue:hover {
  background-color: #07b2ea;
}
.buttons-centered {
  text-align: center;
}
.buttons-centered .button {
  display: inline-block;
}
.content-box .button,
.dark-row .button,
.news-item .button,
.news-full .button,
.tab .button,
.instruction .button,
.teleuspory-box .button {
  float: left;
}
.content-box .button.big {
  float: none;
  width: 150px;
  margin: 20px auto;
}
.content-box .button {
  float: none;
  display: inline-block;
}
.content-box.quick-contact .button {
  float: none;
}
.dark-row .button,
.button-dark-row {
  font-size: 19px;
}
.online-calculator .button,
.button-online-calculator {
  padding-right: 25px;
  padding-left: 10px;
  font-size: 16px;
}
.calculator.single > .col-1 .button,
.button-calculator-1 {
  width: 195px;
  padding: 0 20px 0 0;
  text-align: center;
  background-image: url("../img/button-arrow-right.png");
  background-position: 75% center;
  background-repeat: no-repeat;
  font-size: 15px;
  line-height: 40px;
}
.calculator .col-2 > .button,
.button-calculator-2 {
  padding: 0 20px 0 0;
  width: 210px;
  text-align: center;
  background-image: url("../img/button-arrow-right.png");
  background-position: 75% center;
  background-repeat: no-repeat;
  font-size: 18px;
  line-height: 65px;
}
.card .card-more .button.interested,
.button-card {
  height: 64px;
  padding: 0 45px 0 30px;
  line-height: 64px;
  font-size: 15px;
}
.instruction-small .button,
.button-instruction {
  padding: 0;
  width: 88px;
  height: 26px;
  line-height: 26px;
  font-size: 13px;
  text-indent: 11px;
  text-align: left;
  font-weight: 800;
  color: #ffffff;
  background: #ff580a url("../img/button-arrow-right-small.png") 73px center no-repeat;
}
.news-item .button,
.tab .news-item .button,
.news .news-full .news-item .button,
.button-news {
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  background-color: #076dbf;
}
.news-item .button:hover,
.tab .news-item .button:hover,
.news .news-full .news-item .button:hover,
.button-news:hover {
  background-color: #07b2ea;
}
.news .news-full .buttons .button,
.button-icon {
  padding: 5px 15px 5px 5px;
  font-size: 13px;
  background-image: none;
}
.news .news-full .buttons .button .icon,
.button-icon .icon {
  font-size: 20px;
  line-height: 13px;
  vertical-align: middle;
}
.news .news-full .buttons .button.grey,
.button-icon.grey {
  font-weight: 400;
  color: #24282b;
  background-image: none;
}
.news .news-full .buttons .button.grey .icon,
.button-icon.grey .icon {
  color: #076dbf;
}
.news .news-full .buttons .button.grey:hover,
.button-icon.grey:hover {
  color: #ffffff;
  background: #07b2ea;
}
.news .news-full .buttons .button.grey:hover .icon,
.button-icon.grey:hover .icon {
  color: #ffffff;
}
.offers .content-box.offer .show-more-info {
  padding: 0 0 0 10px;
  line-height: 30px;
  font-size: 13px;
  font-weight: 400;
  color: #24282b;
  background: #f5f5f5 url("../img/button-arrow-down-small-black.png") 95% center no-repeat;
}
.offers .content-box.offer .show-more-info:hover {
  color: #ffffff;
  background-image: url("../img/button-arrow-down-small-white.png");
  background-color: #07b2ea;
}
.offers .content-box.offer .show-more-info.up {
  background: #f5f5f5 url("../img/button-arrow-up-small-black.png") 95% center no-repeat;
}
.offers .content-box.offer .show-more-info.up:hover {
  background-image: url("../img/button-arrow-up-small-white.png");
  background-color: #07b2ea;
}
.offers .content-box.offer .show-more-info.show-more-info--no-arrow,
.offers .content-box.offer .show-more-info.show-more-info--no-arrow:hover {
  background-image: none;
  text-align: center;
  padding-right: 10px;
}
.offers .content-box.offer .offer-buttons .button,
.button-offer {
  padding: 0 0 0 28px;
  line-height: 38px;
  width: 152px;
  font-size: 16px;
  background-image: url("../img/button-arrow-right.png");
  background-position: 92% center;
  background-repeat: no-repeat;
}
.offers .content-box.offer .offer-buttons .button.call,
.button-offer.call {
  background: #f5f5f5 url("../img/button-arrow-right-small-black.png") 96% center no-repeat;
}
.offers .content-box.offer .offer-buttons .button.call:hover,
.button-offer.call:hover {
  background-image: url("../img/button-arrow-right-small.png");
  background-color: #07b2ea;
  color: #ffffff;
}
.offers .content-box.offer .offer-more-info .button.interested,
.button-offer-interested {
  width: 95px;
  height: 50px;
  padding-left: 30px;
  line-height: 50px;
  font-size: 15px;
  background-image: url("../img/button-arrow-right.png");
  background-position: 92% center;
  background-repeat: no-repeat;
}
.teleuspory-content .teleuspory-small-box .button,
.button-teleuspory {
  padding: 5px 30px 5px 10px;
  font-size: 13px;
  background: #076dbf url("../img/button-arrow-right-small.png") right center no-repeat;
}
.teleuspory-content .teleuspory-small-box .button:hover,
.button-teleuspory:hover {
  background-color: #07b2ea;
}
.product-big .button,
.button-product-big {
  padding: 0;
  width: 163px;
  height: 41px;
  line-height: 41px;
  font-size: 15px;
  text-indent: 24px;
  background-position: 137px center;
  background-image: url("../img/button-arrow-right.png");
}
.product-small .button,
.button-product-small {
  padding: 0;
  width: 88px;
  height: 35px;
  line-height: 35px;
  font-size: 13px;
  text-indent: 11px;
  background-position: 73px center;
  background-image: url("../img/button-arrow-right-small.png");
}
.discount.discount-big .discount-summary .discount-summary-right .button,
.button-discount-big {
  padding-top: 12px;
  padding-bottom: 12px;
  padding-right: 50px;
  font-size: 24px;
  background-image: url(../img/button-arrow-right-bigger.png);
}
.discount-summary .discount-summary-right .button,
.button-discount {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 19px;
  background-image: url(../img/button-arrow-right-big.png);
}
.login-form .login-buttons .button,
.button-login {
  width: 170px;
  padding: 10px 0;
  text-align: center;
  background-image: none;
  border: none;
}
.login-form .login-buttons .button.grey,
.button-login.grey {
  font-weight: 400;
  background-image: none;
}
.login-form .login-buttons .button.grey:hover,
.button-login.grey:hover {
  color: #ffffff;
  background: #07b2ea;
}
.menu {
  position: absolute;
  top: 80px;
  z-index: 2;
}
.menu .inner-menu {
  display: none;
}
.menu ul {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.menu li {
  float: left;
  display: block;
  width: 98.22222222px;
  height: 40px;
  line-height: 40px;
  margin-right: 6px;
}
.menu li.mini {
  width: 40px;
}
.menu li:last-child {
  margin-right: 0;
}
.menu li a {
  display: block;
  position: relative;
  height: 40px;
  text-align: center;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #ffffff;
  background-color: #076dbf;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li a.menu-item-2-lines {
  padding: 4px 0 0;
  height: 36px;
  line-height: 16px;
}
.menu li a.active {
  position: relative;
  background-color: #07b2ea;
}
.menu li a.active:after {
  content: " ";
  position: absolute;
  left: 49.11111111px;
  bottom: -12px;
  background-image: url("../img/menu-arrow-bottom.png");
  width: 27px;
  height: 12px;
  margin-left: -13.5px;
}
.menu li a:hover {
  background-color: #07b2ea;
  height: 60px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li a.home {
  background-image: url("../img/icon-home.png");
  background-position: top center;
  background-repeat: no-repeat;
}
.menu li:hover a {
  background-color: #07b2ea;
  height: 46px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li:hover a:after,
.menu li:hover a:before {
  display: block;
  content: " ";
  position: absolute;
  bottom: 0px;
  left: auto;
  right: -10px;
  width: 10px;
  height: 10px;
  margin: 0;
  background: transparent;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: -5px 5px 0px 0px #07b2ea;
  box-shadow: -5px 5px 0px 0px #07b2ea;
}
.menu li:hover a:before {
  right: auto;
  left: -10px;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-shadow: 5px 5px 0px 0px #07b2ea;
  box-shadow: 5px 5px 0px 0px #07b2ea;
}
.menu li:hover li a:after,
.menu li:hover li a:before {
  content: none;
}
.menu li:hover .inner-menu {
  display: block;
  width: 100%;
  position: absolute;
  top: 46px;
  left: 0;
  z-index: 2;
  background: #07b2ea;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li:hover .inner-menu:before {
  content: " ";
  display: block;
  position: absolute;
  top: 25px;
  bottom: 25px;
  right: 360px;
  width: 1px;
  background: #EDEDED;
}
.menu li:hover .inner-menu:after {
  content: " ";
  display: block;
  position: absolute;
  top: -6px;
  left: 0;
  width: 100%;
  height: 6px;
}
.menu li:hover .inner-menu-container {
  margin: 7px;
  padding: 0 0 40px;
  background: #ffffff;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
}
.menu li:hover .inner-menu-container:before,
.menu li:hover .inner-menu-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu li:hover .inner-menu-container:after {
  clear: both;
}
.menu li:hover .inner-menu-container:before,
.menu li:hover .inner-menu-container:after {
  display: table;
  content: "";
  line-height: 0;
}
.menu li:hover .inner-menu-container:after {
  clear: both;
}
.menu li:hover .inner-menu-left {
  float: left;
  width: 600px;
}
.menu li:hover .inner-menu-right {
  float: right;
  width: 350px;
}
.menu li:hover .inner-menu-2-columns .inner-menu-left {
  width: 480px;
}
.menu li:hover .inner-menu-2-columns .inner-menu-right {
  width: 480px;
}
.menu li:hover .inner-menu-2-columns:before {
  right: 488px;
}
.menu li:hover .inner-menu-2-columns ul {
  width: 440px;
}
.menu li:hover .title {
  display: block;
  margin: 10px 20px;
  font-weight: 800;
  font-size: 25px;
  text-transform: uppercase;
}
.menu li:hover ul {
  float: left;
  width: 270px;
  margin: 0 0 0 20px;
}
.menu li:hover li {
  display: inline;
  width: auto;
  height: auto;
  float: none;
  margin: 0;
  line-height: 1;
}
.menu li:hover li a {
  display: block;
  width: 100%;
  height: auto;
  line-height: 1.3;
  float: none;
  padding: 6px 22px 6px 30px;
  position: static;
  text-align: left;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 14px;
  font-weight: 700;
  color: #24282b;
  background: transparent url("../img/menu-arrow-right.png") 10px center no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lt-ie8 .menu li:hover li a {
  width: 80%;
}
.menu li:hover li a:hover {
  color: #ffffff;
  background: #07b2ea url("../img/menu-arrow-right-hover.png") right center no-repeat;
}
.menu li:first-child:hover .inner-menu {
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li:first-child:hover a:before {
  content: none;
}
.menu li:last-child:hover .inner-menu {
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li:last-child:hover a:after {
  content: none;
}
.menu li.without-inner-menu:hover a {
  height: 40px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.menu li.without-inner-menu:hover a.menu-item-2-lines {
  height: 36px;
}
.menu li.without-inner-menu:hover a:after,
.menu li.without-inner-menu:hover a:before {
  display: none;
}
.product-big {
  display: block;
  position: relative;
  width: 426px;
  height: 186px;
  border: 2px solid transparent;
  padding: 25px 25px 25px 25px;
  background-color: #ffffff;
  background-position: 214px 107px;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  float: right;
  background-image: url("../img/product-big-bg.png");
}
.product-big:hover {
  border-color: #076dbf;
}
.lt-ie8 .product-big {
  cursor: hand;
}
.product-big .product-content {
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.product-big .title {
  width: 320px;
  font-weight: 800;
}
.product-big .subtitle {
  position: absolute;
  top: 107px;
  left: 25px;
  width: 214px;
  font-weight: 600;
}
.product-big .button {
  position: absolute;
  margin: 0;
  bottom: 25px;
  left: 25px;
}
.product-big:hover .button {
  background-color: #07b2ea;
}
.product-big .saving .text {
  position: absolute;
  right: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.product-big .saving .value {
  position: absolute;
  right: 25px;
  bottom: 25px;
  font-weight: 800;
  word-spacing: -10px;
  letter-spacing: -1px;
  color: #0b3764;
}
.product-big .icon {
  display: block;
  position: absolute;
  bottom: 25px;
  right: 25px;
  font-size: 68px;
  color: #0b3764;
  background: #e5eaea;
  border-radius: 68px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-big:first-child {
  float: left;
}
.product-big .title {
  font-size: 25px;
  line-height: 30px;
}
.product-big .subtitle {
  font-size: 18px;
}
.lt-ie8 .product-big .subtitle {
  font-size: 17px;
}
.product-big .saving .text {
  bottom: 81px;
  font-size: 27px;
  line-height: 27px;
}
.product-big .saving .value {
  font-size: 56px;
  line-height: 56px;
}
.product-big .icon {
  top: 25px;
  bottom: auto;
}
.product-small {
  display: block;
  position: relative;
  width: 181px;
  height: 95px;
  border: 2px solid transparent;
  padding: 15px 10px 12px 25px;
  background-color: #ffffff;
  background-position: 100px 49px;
  background-repeat: no-repeat;
  text-decoration: none;
  border-radius: 6px;
  float: left;
  margin: 0 20px 20px 0;
  border: 2px solid #ffffff;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-small:hover {
  border-color: #076dbf;
}
.lt-ie8 .product-small {
  cursor: hand;
}
.product-small .product-content {
  width: 100%;
  height: 100%;
  background-position: right top;
  background-repeat: no-repeat;
}
.product-small .title {
  width: 146.66666667px;
  font-weight: 800;
}
.product-small .subtitle {
  position: absolute;
  top: 49px;
  left: 25px;
  width: 100px;
  font-weight: 600;
}
.product-small .button {
  position: absolute;
  margin: 0;
  bottom: 12px;
  left: 25px;
}
.product-small:hover .button {
  background-color: #07b2ea;
}
.product-small .saving .text {
  position: absolute;
  right: 10px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
}
.product-small .saving .value {
  position: absolute;
  right: 10px;
  bottom: 12px;
  font-weight: 800;
  word-spacing: -10px;
  letter-spacing: -1px;
  color: #0b3764;
}
.product-small .icon {
  display: block;
  position: absolute;
  bottom: 12px;
  right: 10px;
  font-size: 47px;
  color: #0b3764;
  background: #e5eaea;
  border-radius: 47px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.product-small:nth-of-type(3n+0) {
  margin-right: 0;
}
.product-small .title {
  font-size: 18px;
  line-height: 20px;
}
.product-small .subtitle {
  font-size: 16px;
}
fieldset {
  border: none;
}
legend {
  display: block;
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.content-box legend.title {
  margin-bottom: 0;
}
.form-progress {
  margin: 20px 0;
  position: relative;
}
.form-progress:before {
  content: " ";
  display: block;
  position: absolute;
  left: 130px;
  top: 20px;
  height: 10px;
  width: 700px;
  background: #ffffff;
}
.form-progress li {
  display: inline;
  list-style: none;
}
.form-progress a {
  display: inline-block;
  position: relative;
  width: 160px;
  margin: 0 40px;
  text-decoration: none;
  vertical-align: top;
}
.form-progress a:before {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 55px;
  z-index: 1;
  width: 50px;
  height: 50px;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background: #fff;
}
.form-progress .number {
  display: block;
  position: relative;
  z-index: 2;
  margin: 6px auto 0;
  width: 38px;
  height: 38px;
  border-radius: 38px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  line-height: 38px;
  text-align: center;
  font-weight: 700;
  color: #ffffff;
  overflow: hidden;
}
.form-progress .done .number {
  color: #0b3764;
  background: #ffffff;
}
.form-progress .done .number:before {
  content: "\2713";
  display: block;
  width: 100%;
  height: 100%;
  font-size: 30px;
}
.form-progress .title {
  display: block;
  margin: 25px 0 0;
  font-weight: 700;
  color: #0b3764;
  text-align: center;
}
.form-progress a:hover .title {
  color: #07b2ea;
}
.form-progress .active {
  pointer-events: none;
}
.form-progress .active .number {
  background: #07b2ea;
}
.form-progress .inactive {
  pointer-events: none;
}
.form-progress .inactive .number {
  background: #d0d4d5;
}
.form-progress .inactive .title {
  color: #808285;
}
.form-progress-3:before {
  left: 140px;
  width: 690px;
}
.form-progress-3 a {
  margin: 0;
  width: 320px;
}
.form-progress-3 a:before {
  left: 135px;
}
.form-progress-2:before {
  left: 220px;
  width: 520px;
}
.form-progress-2 a {
  margin: 0;
  width: 480px;
}
.form-progress-2 a:before {
  left: 215px;
}
.form-progress-5:before {
  left: 110px;
  width: 740px;
}
.form-progress-5 a {
  margin: 0;
  width: 190px;
}
.form-progress-5 a:before {
  left: 70px;
}
.form-textarea,
.form-input {
  padding: 5px 10px;
  vertical-align: middle;
  font-weight: 700;
  font-size: 14px;
  font-family: 'Ubuntu', sans-serif;
  color: #24282b;
  border: 1px solid #d0d4d5;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.form-textarea:focus,
.form-input:focus {
  border-color: #07b2ea;
}
.form-submit {
  padding: 6px;
  vertical-align: middle;
  font-weight: 800;
  font-size: 13px;
  color: #ffffff;
  background-color: #076dbf;
  border: none;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  cursor: pointer;
  cursor: hand;
}
.form-submit:hover {
  background-color: #07b2ea;
}
.form-submit::-moz-focus-inner {
  padding: 0;
}
.form-submit:disabled {
  opacity: .5;
}
.form-submit-orange {
  background-color: #ff580a;
}
.form-submit-orange:hover {
  background-color: #07b2ea;
}
.form-submit-big {
  margin: 0;
  padding: 10px 50px 10px 25px;
  font-size: 15px;
  background-image: url("../img/button-arrow-right.png");
  background-position: 95% center;
  background-repeat: no-repeat;
}
.form {
  margin: 20px 0;
}
.form--grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.form--grid .control-group {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -ms-flex-preferred-size: calc(50% - 2px);
      flex-basis: calc(50% - 2px);
  max-width: calc(50% - 2px);
}
.collapsing > .control-group:first-child,
.collapse > .control-group:first-child {
  margin-top: 10px;
}
.control-group {
  border: 1px solid transparent;
  color: #24282b;
  font-size: 13px;
  font-family: 'Open Sans', sans-serif;
  *zoom: 1;
}
.control-group:before,
.control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group:after {
  clear: both;
}
.control-group:before,
.control-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.control-group:after {
  clear: both;
}
.control-group .control-label,
.control-group .controls,
.control-group .help {
  margin: 5px 0;
  min-height: 30px;
  line-height: 30px;
}
.control-group .control-label {
  float: left;
  display: block;
  width: 180px;
  text-align: right;
}
.control-group .control-label.required:after {
  content: "*";
  color: #ff580a;
}
.control-group .control-label.disabled {
  color: #d0d4d5;
}
.control-group .control-info {
  float: right;
  position: relative;
  top: 30px;
  margin: 0 17px 0 0;
  width: 162px;
  text-align: center;
}
.control-group .controls {
  min-width: 240px;
  max-width: 420px;
  float: left;
  margin-left: 15px;
}
.control-group .controls.standalone {
  margin-left: 195px;
}
.lt-ie8 .control-group .controls.standalone {
  display: inline;
}
.control-group .controls.bank-number .spacer {
  width: 15px;
  float: left;
  text-align: center;
}
.control-group .controls.bank-number .prefix {
  width: 53px;
  float: left;
}
.control-group .controls.bank-number .number {
  width: 130px;
  float: left;
}
.control-group .controls.bank-number .code {
  width: 110px;
  float: left;
}
.control-group.control-group-slider .control-label {
  width: auto;
  padding: 0 0 0 25px;
  text-align: left;
  font-weight: 700;
  font-size: 16px;
  color: #0b3764;
}
.control-group.control-group-slider .controls {
  min-width: 0;
  max-width: none;
  float: none;
  margin: 0;
}
.control-group.control-group-slider .calculator .value {
  margin-top: 10px;
}
.control-group input[type=radio] {
  margin-right: 5px;
}
.control-group div.checkbox {
  float: left;
}
.control-group div.checkbox input[type=checkbox] {
  margin-right: 3px;
  margin-left: 0;
}
.control-group div.checkbox.wide {
  width: auto;
}
.control-group div.checkbox.short {
  width: 90px;
}
.control-group div.checkbox label {
  cursor: pointer;
  display: inline-block;
  vertical-align: top;
}
.control-group .checkbox--position {
  line-height: 22px;
}
.control-group .checkbox--position input[type=checkbox] {
  position: relative;
  top: 2px;
}
.control-group .checkbox--position label {
  width: 395px;
}
.control-group .checkbox--scrollable {
  margin-left: -13px;
  padding-left: 13px;
  position: relative;
}
.control-group .checkbox--scrollable label.required.checkbox:after {
  position: absolute;
  top: 0;
  left: 0;
}
.control-group .checkbox--scrollable .scrollable-content {
  display: block;
  line-height: 1.4;
  max-height: 42px;
  overflow: auto;
  padding-top: 3px;
  padding-left: 2px;
  font-size: 10px;
}
.control-group .form-textarea,
.control-group .form-input {
  background: #f7f7f7;
  border-color: #d0d4d5;
  font-weight: normal;
  color: #24282b;
  width: 220px;
  padding: 5px 10px;
}
.control-group .form-textarea:focus,
.control-group .form-input:focus {
  background: #ffffff;
  border-color: #07b2ea;
}
.control-group .form-textarea[disabled],
.control-group .form-input[disabled],
.control-group .form-textarea.disabled,
.control-group .form-input.disabled {
  color: #d0d4d5;
}
.control-group .form-input {
  height: 18px;
}
.control-group .form-textarea {
  line-height: initial;
}
.control-group .help {
  float: left;
  position: relative;
  width: 30px;
  margin-left: 15px;
  border: 1px solid #d0d4d5;
  color: #808285;
  font-weight: 700;
  cursor: help;
  text-align: center;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.control-group .help:after {
  content: "?";
}
.control-group .help:hover,
.control-group .help.hover {
  border-color: #07b2ea;
  background: #07b2ea;
  color: #ffffff;
}
.control-group .help-tooltip {
  display: none;
  position: absolute;
  left: 55px;
  top: -8px;
  min-width: 130px;
  z-index: 10;
  background: #f7f7f7;
  padding: 15px;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  line-height: 15px;
  color: #808285;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c4c4c4;
}
.control-group .help-tooltip img {
  display: block;
  margin: 5px auto;
}
.control-group .help-tooltip:before,
.control-group .help-tooltip:after {
  content: " ";
  position: absolute;
  width: 0;
  height: 0;
  margin-top: -15px;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
}
.control-group .help-tooltip:before {
  top: 24px;
  left: -16px;
  border-top: 16px solid transparent;
  border-bottom: 16px solid transparent;
  border-right: 16px solid #c4c4c4;
}
.control-group .help-tooltip:after {
  top: 25px;
  left: -15px;
  border-right: 15px solid #f7f7f7;
}
.control-group .help-tooltip.help-tooltip-image {
  width: 195px;
  top: -108px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.control-group .help-tooltip.help-tooltip-image .tooltip-image {
  display: block;
  margin: -15px 0 15px -15px;
}
.control-group .help-tooltip.help-tooltip-image:before {
  top: 124px;
}
.control-group .help-tooltip.help-tooltip-image:after {
  top: 125px;
}
.control-group .help:hover .help-tooltip {
  display: block;
}
.control-group.error {
  position: relative;
  margin: 5px 15px;
  background: #fef4f3;
  border: 1px solid #f13111;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.control-group.error .control-label,
.control-group.error .controls,
.control-group.error .help {
  margin-top: 8px;
  margin-bottom: 8px;
}
.control-group.error .control-label {
  width: 165px;
}
.control-group.error .controls.standalone {
  margin-left: 180px;
}
.control-group.error .error-message {
  display: block;
  position: relative;
  padding-left: 20px;
  margin: 8px 100px 8px 0;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600;
  color: #f13111;
  width: 368px;
  float: right;
}
.control-group.error .exclamation-mark {
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background: #f13111;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.control-group.error .form-textarea,
.control-group.error .form-input {
  border: 1px solid #f13111;
  background: #ffffff;
}
.control-group.error:after,
.control-group.error:before {
  content: " ";
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  margin-top: -7px;
  border-top: 7px solid transparent;
  border-bottom: 7px solid transparent;
}
.control-group.error:before {
  left: -1px;
  border-left: 7px solid #f13111;
}
.control-group.error:after {
  right: 0;
  border-right: 7px solid #f13111;
}
.custom-select {
  width: 240px;
  height: 30px;
}
/* Dropdown control */
.selectBox-dropdown {
  position: relative;
  width: 240px;
  height: 30px;
  display: inline-block;
  vertical-align: middle;
  line-height: 1.5;
  text-decoration: none;
  text-align: left;
  color: #24282b;
  background: #f7f7f7;
  border: 1px solid #d0d4d5;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  outline: none;
  cursor: pointer;
  cursor: hand;
}
.selectBox-dropdown.selectBox-menuShowing {
  z-index: 999;
  background: #ffffff;
}
.selectBox-dropdown.selectBox-disabled {
  color: #d0d4d5;
}
.selectBox-dropdown.selectBox-disabled .selectBox-arrow {
  background: #d0d4d5;
}
.selectBox-dropdown.selectBox-disabled .selectBox-label:hover {
  color: #d0d4d5;
}
.selectBox-dropdown.selectBox-disabled:focus {
  border-color: #d0d4d5;
}
.selectBox-dropdown .selectBox-label {
  display: inline-block;
  padding: 0 5px 0 8px;
  line-height: 30px;
  white-space: nowrap;
  overflow: hidden;
}
.selectBox-dropdown .selectBox-label:hover {
  color: #24282b;
}
.selectBox-dropdown .selectBox-arrow {
  position: absolute;
  top: 0;
  right: 0;
  width: 30px;
  height: 28px;
  height: 100%;
  background: #07b2ea;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selectBox-dropdown .selectBox-arrow:after {
  content: " ";
  display: block;
  position: absolute;
  top: 13px;
  left: 9px;
  width: 0;
  height: 0;
  border: solid;
  border-color: #ffffff transparent transparent;
  border-width: 6px 6px 0;
}
.selectBox-dropdown:focus {
  border-color: #07b2ea;
}
.selectBox-dropdown-menu {
  min-width: 240px;
  width: auto !important;
  position: absolute;
  z-index: 998;
  margin: -5px 0 0;
  padding: 10px 0 5px;
  max-height: 200px;
  min-height: 1em;
  background: #f7f7f7;
  border: solid 1px #d0d4d5;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}
.selectBox-dropdown-menu.selectBox-options-top {
  margin: 0 0 -5px;
  padding: 5px 0 10px;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.selectBox-dropdown-menu.offers-custom-select-selectBox-dropdown-menu,
.selectBox-dropdown-menu.teleuspory-custom-select-selectBox-dropdown-menu {
  z-index: 9;
}
.selectBox-options li {
  list-style: none;
  display: inline;
}
.selectBox-options a {
  display: block;
  padding: 2px 20px 2px 10px;
  white-space: nowrap;
  text-decoration: none;
  font-size: 13px;
  color: #24282b;
  overflow: hidden;
  cursor: pointer;
  cursor: hand;
}
.selectBox-options .selectBox-disabled a {
  color: #d0d4d5;
  pointer-events: none;
}
.selectBox-options .selectBox-hover a {
  background: #ffffff;
}
.input-datepicker {
  position: relative;
  z-index: 10;
}
.offers-custom-select {
  width: 170px;
  height: 40px;
}
.offers-custom-select .selectBox-arrow {
  width: 40px;
  height: 40px;
}
.offers-custom-select .selectBox-arrow:after {
  top: 17px;
  left: 14px;
}
.offers-custom-select .selectBox-label {
  line-height: 40px;
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}
.teleuspory-custom-select {
  width: 240px;
  height: 35px;
  margin: 0 0 0 20px;
}
.teleuspory-custom-select .selectBox-arrow {
  width: 35px;
  height: 35px;
}
.teleuspory-custom-select .selectBox-arrow:after {
  top: 15px;
  left: 11px;
}
.teleuspory-custom-select .selectBox-label {
  line-height: 35px;
  text-align: center;
  font-size: 18px;
  font-weight: 800;
}
.teleuspory-custom-select-selectBox-dropdown-menu li a {
  padding-right: 35px;
  text-align: center;
}
.input-autocomplete {
  position: relative;
}
.input-autocomplete:focus {
  z-index: 101;
}
.slider-group {
  padding: 0 40px;
  *zoom: 1;
}
.slider-group:before,
.slider-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider-group:after {
  clear: both;
}
.slider-group:before,
.slider-group:after {
  display: table;
  content: "";
  line-height: 0;
}
.slider-group:after {
  clear: both;
}
.slider-heading {
  margin: 10px 20px;
  font-weight: 700;
  font-size: 16px;
  color: #0b3764;
}
.slider {
  margin: 10px 20px;
}
.slider-label-left,
.slider-label-right {
  float: left;
  margin: 5px 20px;
  font-weight: 700;
  font-size: 13px;
}
.slider-label-right {
  float: right;
}
.form-button {
  display: block;
  width: 168px;
  background: #ffffff;
  line-height: 40px;
  color: #24282b;
  text-decoration: none;
  font-size: 16px;
  text-align: center;
}
.form-button.next,
.form-button.back {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: none;
}
.form-button.next {
  float: right;
  padding-right: 20px;
  background: #ffffff url("../img/form-submit-right-black.png") right center no-repeat;
}
.form-button.next:hover {
  background-image: url("../img/form-submit-right.png");
}
.form-button.back {
  float: left;
  padding-left: 20px;
  background: #ffffff url("../img/form-submit-left-black.png") left center no-repeat;
}
.form-button.back:hover {
  background-image: url("../img/form-submit-left.png");
}
.form-button:hover {
  background-color: #07b2ea;
  color: #ffffff;
  font-weight: 700;
}
.epoptavka-note {
  width: 470px !important;
  height: 200px !important;
}
.login-form .login-buttons {
  margin: 0 0 0 195px;
  padding: 20px 0 60px;
}
.login-form .login-buttons .button {
  display: inline-block;
  float: none;
  margin: 0 10px 0 0;
}
.login-form .login-error {
  position: relative;
}
.login-form .login-error .login-error-message {
  position: absolute;
  top: 20px;
  left: 440px;
  padding: 0 0 0 20px;
  line-height: 1.5;
  font-size: 13px;
  font-weight: 600;
  color: #f13111;
}
.login-form .login-error .login-error-message:before {
  content: "!";
  color: #ffffff;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  width: 14px;
  height: 14px;
  line-height: 14px;
  font-size: 13px;
  font-weight: 700;
  text-align: center;
  background: #f13111;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.login-form .login-error .form-input {
  background: #fef4f3;
  border-color: #f13111;
}
.forgotten-password {
  position: relative;
}
.forgotten-password .forgotten-password-message {
  position: absolute;
  top: 0px;
  left: 450px;
  width: 300px;
}
.personal-data {
  font-size: 13px;
  line-height: 22px;
}
.text-box {
  margin: 20px;
}
.content-box .text-box p,
.content-box .text-box .h4 {
  margin-right: 0;
  margin-left: 0;
}
.content-box .text-box .h4 {
  font-size: 16px;
  font-weight: 700;
  color: #0b3764;
}
.custom-control .help {
  width: 0;
  height: 0;
  border: none;
  margin: 0;
  padding: 0;
}
.custom-control .help::after {
  display: none;
}
.custom-control.custom-control--help .help-tooltip {
  display: block;
  left: 20px;
  top: -11px;
}
.custom-control-inline {
  margin-top: -0.5rem;
  margin-right: .75rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@-webkit-keyframes glowShadow {
  0% {
    -webkit-filter: drop-shadow(0 0 6px #07b2ea);
            filter: drop-shadow(0 0 6px #07b2ea);
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: none;
            filter: none;
  }
}
@keyframes glowShadow {
  0% {
    -webkit-filter: drop-shadow(0 0 6px #07b2ea);
            filter: drop-shadow(0 0 6px #07b2ea);
  }
  100% {
    -webkit-box-shadow: none;
            box-shadow: none;
    -webkit-filter: none;
            filter: none;
  }
}
.custom-control-input--glow-effect:checked {
  -webkit-animation: glowShadow 2s;
          animation: glowShadow 2s;
}
.control-group[data-depend-on] .custom-control-input:disabled ~ .custom-control-label {
  text-decoration: line-through;
}
.custom-control-input:disabled ~ .custom-control-label {
  color: #808285;
}
.offers .offer-pov .col-1 {
  width: 165px;
}
.offers .offer-pov .col-2 {
  width: 200px;
}
.offers .offer-pov .col-3 {
  width: 126px;
}
.offers .offer-pov .col-4 {
  width: 255px;
}
.offers .offer-pov .col-5 {
  width: 170px;
}
.offers .offer-travel .col-1 {
  width: 145px;
}
.offers .offer-travel .col-2 {
  width: 210px;
}
.offers .offer-travel .col-3 {
  width: 196px;
}
.offers .offer-travel .col-4 {
  width: 215px;
}
.offers .offer-travel .col-5 {
  width: 180px;
}
.offers .offer-loan .col-1 {
  width: 135px;
}
.offers .offer-loan .col-2 {
  width: 250px;
}
.offers .offer-loan .col-3 {
  width: 185px;
}
.offers .offer-loan .col-4 {
  width: 196px;
}
.offers .offer-loan .col-5 {
  width: 180px;
}
.offers .offer-loan-2 .col-1 {
  width: 290px;
}
.offers .offer-loan-2 .col-2 {
  width: 303px;
}
.offers .offer-loan-2 .col-3 {
  width: 200px;
}
.offers .offer-loan-2 .col-4 {
  width: 153px;
}
.offers .offer-loan-2 .col-5 {
  width: 0;
}
.offers .offer-loan-range .col-1 {
  width: 135px;
}
.offers .offer-loan-range .col-2 {
  width: 200px;
}
.offers .offer-loan-range .col-3 {
  width: 250px;
}
.offers .offer-loan-range .col-4 {
  width: 181px;
}
.offers .offer-loan-range .col-5 {
  width: 180px;
}
.offers .offer-pov .col-4,
.offers .offer-pov .col-5 {
  padding-left: 10px;
}
.offers .offer-titles {
  margin: 0 15px;
  padding: 20px 0px;
}
.offers .offer-titles .offer-title {
  text-align: center;
}
.offers .offer-titles .offer-title-left {
  text-align: left;
}
.offers .offer-compact,
.offers .offer-titles {
  display: table;
}
.offers .offer-compact {
  position: relative;
  min-height: 80px;
}
.offers .offer-stripe {
  display: block;
  position: absolute;
  top: -19px;
  left: -18px;
  width: 131px;
  height: 60px;
  text-indent: -3000em;
  overflow: hidden;
}
.offers .offer-stripe.offer-stripe-action {
  background: transparent url("../img/corner-action.png") top left no-repeat;
}
.offers .offer-stripe.offer-stripe-bargain {
  background: transparent url("../img/corner-bargain.png") top left no-repeat;
}
.offers .offer-stripe.offer-stripe-favourite {
  background: transparent url("../img/corner-favourite.png") top left no-repeat;
}
.offers .offer-stripe.offer-stripe-our-tip {
  background: transparent url("../img/corner-our-tip.png") top left no-repeat;
}
.offers .offer-stripe.offer-stripe-tip {
  background: transparent url("../img/corner-tip.png") top left no-repeat;
}
.offers .offer-stripe.offer-stripe-top {
  background: transparent url("../img/corner-top.png") top left no-repeat;
}
.offers .offer-stripe-small {
  display: block;
  position: absolute;
  top: -19px;
  left: -18px;
  width: 65px;
  height: 59px;
  text-indent: -3000em;
  overflow: hidden;
}
.offers .offer-stripe-small.offer-stripe-action {
  background: transparent url("../img/corner-small-action.png") top left no-repeat;
}
.offers .offer-stripe-small.offer-stripe-tip {
  background: transparent url("../img/corner-small-tip.png") top left no-repeat;
}
.offers .offer-stripe-small.offer-stripe-reklama {
  background: transparent url("../img/corner-small-reklama.png") top left no-repeat;
}
.offers .offer-top {
  position: absolute;
  top: 0;
  left: 4px;
  z-index: -1;
  padding: 14px 5px 10px;
  width: 106px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: -1px;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 6px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 6px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 6px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.lt-ie9 .offers .offer-top {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
}
.offers .offer-top span {
  display: block;
  -webkit-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
  -webkit-transform-origin: center center;
  -ms-transform-origin: center center;
  transform-origin: center center;
}
.offers .offer-top-image {
  text-align: left;
  padding-right: 26px;
}
.offers .offer-top-image img {
  display: block;
  position: absolute;
  top: 10px;
  right: 0;
}
.offers .offer-top-red {
  font-size: 20px;
  background: #E03B1B;
}
.offers .offer-top-orange {
  font-size: 15px;
  background: #ff580a;
}
.offers .offer-top-blue {
  font-size: 14px;
  background: #0096E3;
}
.offers .offer-top-green {
  font-size: 14px;
  background: #43BF05;
}
.offers .offer-top-darkblue {
  font-size: 11px;
  background: #023F80;
}
.offers .col-0,
.offers .col-1,
.offers .col-2,
.offers .col-3,
.offers .col-4,
.offers .col-5 {
  display: table-cell;
  vertical-align: middle;
}
.offers .col-0:before {
  content: " ";
  float: right;
  display: block;
  width: 0px;
  height: 80px;
}
.offers .offer-titles .col-1:before {
  display: none;
}
.offers .content-box.offer {
  position: relative;
  padding: 13px;
  margin: 10px 0;
  background-color: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.offers .content-box.offer.hover:hover {
  border-color: #076dbf;
}
.offers .content-box.offer.hover:hover .more-info {
  border-color: #076dbf;
}
.offers .content-box.offer .button {
  margin: 0;
}
.offers .content-box.offer h3,
.offers .content-box.offer ul {
  margin: 0;
}
.offers .content-box.offer p {
  margin: 0;
  padding: 0;
}
.offers .content-box.offer .offer-logo {
  display: block;
}
.offers .content-box.offer .show-more-info {
  width: 100%;
  margin: 10px 0 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.offers .content-box.offer .offer-price,
.offers .content-box.offer .offer-travel-expenses,
.offers .content-box.offer .offer-travel-liability,
.offers .content-box.offer .offer-loan-provider,
.offers .content-box.offer .offer-loan-product,
.offers .content-box.offer .offer-loan-number {
  display: block;
  text-align: center;
}
.offers .content-box.offer .offer-loan-provider,
.offers .content-box.offer .offer-loan-product {
  font-size: 16px;
}
.offers .content-box.offer .offer-compact--sm .offer-loan-provider {
  font-size: 14px;
}
.offers .content-box.offer .offer-compact--sm .offer-loan-product {
  font-size: 13px;
}
.offers .content-box.offer .offer-loan-provider {
  font-weight: 800;
}
.offers .content-box.offer .offer-loan-number {
  font-size: 18px;
  font-weight: 800;
  color: #0b3764;
}
.offers .content-box.offer .offer-loan-number.smaller {
  font-size: 14px;
}
.offers .content-box.offer .offer-compact--sm .offer-loan-number {
  font-size: 14px;
}
.offers .content-box.offer .offer-travel-package {
  display: block;
  margin: 10px 0 0;
  font-size: 13px;
}
.offers .content-box.offer .offer-price {
  font-size: 30px;
  font-weight: 800;
  color: #0b3764;
}
.offers .content-box.offer .offer-travel-insurance {
  margin: 5px auto 0;
}
.offers .content-box.offer .offer-travel-insurance th,
.offers .content-box.offer .offer-travel-insurance td {
  padding-bottom: 3px;
  font-weight: 400;
  font-size: 14px;
}
.offers .content-box.offer .offer-travel-insurance td {
  padding: 0 0 0 15px;
  text-align: right;
}
.offers .content-box.offer .offer-travel-insurance .extrabold th,
.offers .content-box.offer .offer-travel-insurance .extrabold td {
  font-weight: 800;
}
.offers .content-box.offer .offer-sale {
  display: block;
  margin: 0 auto;
  padding-top: 15px;
  width: 75px;
  height: 60px;
  line-height: 16px;
  text-align: center;
  font-size: 16px;
  color: white;
  background-color: #43be07;
  border-radius: 100px;
}
.offers .content-box.offer .offer-sale .value {
  display: block;
  margin-top: 5px;
  font-size: 25px;
  font-weight: 800;
}
.offers .content-box.offer .offer-travel-expenses,
.offers .content-box.offer .offer-travel-liability {
  font-size: 18px;
  font-weight: 800;
  color: #0b3764;
}
.offers .content-box.offer .offer-compact--sm .offer-travel-expenses,
.offers .content-box.offer .offer-compact--sm .offer-travel-liability {
  font-size: 14px;
}
.offers .content-box.offer .offer-travel-liability {
  position: relative;
  margin: 25px 0 0;
}
.offers .content-box.offer .offer-travel-liability:before {
  content: " ";
  display: block;
  position: absolute;
  top: -12px;
  left: 20%;
  right: 20%;
  border-top: 1px solid #c4c4c4;
}
.offers .content-box.offer .offer-icons {
  width: 130px;
  *zoom: 1;
}
.offers .content-box.offer .offer-icons:before,
.offers .content-box.offer .offer-icons:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .content-box.offer .offer-icons:after {
  clear: both;
}
.offers .content-box.offer .offer-icons:before,
.offers .content-box.offer .offer-icons:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .content-box.offer .offer-icons:after {
  clear: both;
}
.offers .content-box.offer .offer-icons .icon {
  float: left;
  background: #076dbf;
  border-radius: 10px;
  color: white;
  display: block;
  width: 20px;
  height: 20px;
  margin-right: 3px;
  margin-bottom: 3px;
}
.offers .content-box.offer .offer-icons .icon:hover {
  background: #07b2ea;
}
.offers .content-box.offer .offer-info-list {
  margin: 5px 0 0;
  list-style: none;
  font-size: 13px;
}
.offers .content-box.offer .offer-info-list li {
  background: url("../img/li-bullet.png") left 8px no-repeat;
  padding-left: 8px;
}
.offers .content-box.offer .offer-buttons .button {
  margin: 0;
}
.offers .content-box.offer .offer-buttons .button.call {
  margin-top: 8px;
}
.offers .content-box.offer .offer-buttons .button.show-more-info {
  width: 100%;
}
.offers .content-box.offer .offer-buttons .btn,
.offers .content-box.offer .offer-buttons .button {
  line-height: 1.25;
  padding: 9px 14px;
  text-align: center;
}
.offers .content-box.offer .offer-compact--sm .offer-buttons .button {
  font-size: 14px;
}
.offers .content-box.offer.blur:hover {
  border-color: transparent;
}
.offers .content-box.offer.blur div {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(../img/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
  opacity: .6;
  pointer-events: none;
}
.offers .content-box.offer .call-me {
  display: none;
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 18px;
  background: url("../img/icon-phone-bigger.png") left center no-repeat;
  padding-left: 40px;
  width: 470px;
  height: 60px;
  margin-left: -235px;
  margin-top: -30px;
  z-index: 2;
}
.offers .content-box.offer .call-me .thanks {
  display: block;
  font-weight: 800;
  color: #0b3764;
  padding-bottom: 10px;
}
.offers .content-box.offer .call-me-close {
  display: none;
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
  background: url("../img/icon-close.png") right center no-repeat;
  padding-right: 20px;
  z-index: 2;
}
.offers .content-box.offer .call-me-close:hover {
  background: url("../img/icon-close-hover.png") right center no-repeat;
}
.offers .content-box.offer .offer-loan-text {
  clear: both;
  padding: 25px 0 0;
  font-size: 13px;
}
.offers .content-box.offer .offer-loan-text ul {
  margin: 10px 0 10px 20px;
}
.offers .content-box.offer .offer-loan-list {
  float: left;
  width: 270px;
  margin: 0 35px 30px 0;
}
.offers .content-box.offer .offer-loan-list.offer-loan-list-right {
  float: right;
  margin-right: 0;
}
.offers .content-box.offer .offer-loan-list li {
  clear: both;
  padding: 0 0 5px 30px;
  background: url("../img/list-item.png") left 4px no-repeat;
  list-style: none;
}
.offers .content-box.offer .offer-loan-list li strong {
  text-align: right;
}
.offers .content-box.offer .offer-loan-list-pull {
  float: right;
  font-weight: 700;
}
.offers .content-box.offer .offer-more-info {
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #f7f7f7;
  margin: 10px -13px -13px -13px;
  padding: 37px 26px 27px 26px;
  font-size: 15px;
  *zoom: 1;
}
.offers .content-box.offer .offer-more-info:before,
.offers .content-box.offer .offer-more-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .content-box.offer .offer-more-info:after {
  clear: both;
}
.offers .content-box.offer .offer-more-info:before,
.offers .content-box.offer .offer-more-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .content-box.offer .offer-more-info:after {
  clear: both;
}
.offers .content-box.offer .offer-more-info h3 {
  font-size: 18px;
  color: #0b3764;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 9px;
}
.offers .content-box.offer .offer-more-info h4 {
  margin-top: 15px;
  font-size: 15px;
  color: #0b3764;
  text-transform: uppercase;
  font-weight: 800;
  padding-bottom: 6px;
}
.offers .content-box.offer .offer-more-info h4:first-child {
  margin-top: 0;
}
.offers .content-box.offer .offer-more-info .insurance ul,
.offers .content-box.offer .offer-more-info .additional ul {
  list-style: none;
}
.offers .content-box.offer .offer-more-info .insurance ul li,
.offers .content-box.offer .offer-more-info .additional ul li {
  padding-left: 32px;
  line-height: 25px;
}
.offers .content-box.offer .offer-more-info .action {
  width: 700px;
  float: left;
  margin: 51px 0 0;
}
.offers .content-box.offer .offer-more-info .button.interested {
  float: left;
  margin: 51px 0 0 47px;
}
.offers .content-box.offer .offer-more-info .insurance {
  width: 630px;
  float: left;
}
.offers .content-box.offer .offer-more-info .insurance ul li {
  background: url("../img/icon-check.png") left center no-repeat;
}
.offers .content-box.offer .offer-more-info .additional {
  float: left;
  width: 285px;
}
.offers .content-box.offer .offer-more-info .additional ul.car li {
  background: url("../img/icon-car.png") left center no-repeat;
}
.offers .content-box.offer .offer-more-info .additional ul.car-muted li {
  background: url("../img/icon-car-muted.png") left center no-repeat;
}
.offers .content-box.offer .offer-more-info .additional ul.check li {
  background: url("../img/icon-check.png") left center no-repeat;
}
.offers .content-box.offer .offer-more-info .thirds {
  clear: both;
  padding-top: 20px;
}
.offers .content-box.offer .offer-more-info .thirds .button {
  float: right;
  margin: 31px 0 0;
}
.offers .content-box.offer .offer-more-info .more-info-footer {
  padding-top: 20px;
  font-size: 12px;
}
.offers .content-box.offer .offer-more-info .more-info-footer.partner .img {
  float: right;
  padding-left: 10px;
  text-align: right;
  line-height: 14px;
}
.offers .content-box.offer .offer-more-info .more-info-footer.partner .img img {
  display: block;
}
.offers .content-box.offer.offer-header {
  margin-bottom: 0;
  border: 0;
  font-size: 13px;
  border-bottom: 1px solid #e5e5e5;
  border-radius: 6px 6px 0 0;
  background-image: -o-linear-gradient(top, #f7f7f7 0%, #eeeeee 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f7f7f7), to(#eeeeee));
  background-image: linear-gradient(to bottom, #f7f7f7 0%, #eeeeee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff7f7f7', endColorstr='#ffeeeeee', GradientType=0);
}
.offers .content-box.offer.offer-header .offer-icons {
  display: inline-block;
  vertical-align: middle;
  width: auto;
}
.offers .content-box.offer.offer-header .offer-icons .icon {
  margin: 0;
}
.offers .content-box.offer.offer-header .offer-compact {
  min-height: 0;
}
.offers .content-box.offer.offer-header .offer-compact .col-1:before {
  display: none;
}
.offers .content-box.offer.offer-header + .offer {
  margin-top: 0;
  border: 0;
  border-radius: 0;
}
.offers .content-box.offer.offer-header + .offer.hover {
  margin-top: -4px;
}
.offers .content-box.offer.offer-loan-2 .offer-logo {
  float: left;
  margin-top: 5px;
  margin-right: 5px;
  height: 35px;
  width: 80px;
}
.offers .content-box.offer.offer-loan-2 .offer-rating {
  margin: 0;
}
.offers .content-box.offer.offer-loan-2 .button {
  float: none;
  display: block;
}
.offers .content-box.offer.offer-loan-2 .show-more-info {
  display: block;
  margin: 5px 0 0;
}
.offers .content-box.offer.offer-loan-2 .col-2 .thirds {
  font-size: 18px;
  font-weight: 700;
  color: #0b3764;
}
.offers .content-box.offer.offer-loan-2 .col-1 .show-more-info {
  width: 140px;
}
.offers .content-box.offer.offer-loan-2 .col-3 ul {
  font-size: 12px;
  line-height: 22px;
}
.offers .content-box.offer.offer-loan-2 .col-4 {
  height: 50px;
  line-height: 50px;
}
.offers .content-box.offer.offer-loan-2.offer-header {
  font-size: 14px;
  color: #24282b;
  background: none;
}
.offers .content-box.offer.offer-loan-2.offer-header .col-2 .thirds {
  font-size: 14px;
  font-weight: 400;
  color: #24282b;
}
.offers .offer-filter {
  padding: 0;
  background: #ffffff;
  position: relative;
}
.offers .offer-filter .offer-filter-title {
  margin: 15px 20px 20px;
  font-size: 20px;
  font-weight: 700;
  color: #0b3764;
}
.offers .offer-filter .offer-filter-input {
  position: relative;
  float: left;
  height: 40px;
  color: #000;
  background: #f7f7f7;
  border: 1px solid #d0d4d5;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.offers .offer-filter .offer-filter-input .selectBox-dropdown {
  border: none;
}
.offers .offer-filter .offer-filter-input .selectBox-dropdown .icon {
  top: -1px;
}
.offers .offer-filter .offer-filter-input select,
.offers .offer-filter .offer-filter-input input {
  display: block;
  width: 380px;
  height: 40px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  border: none;
  color: #000;
  background: transparent;
}
.offers .offer-filter .offer-filter-input .icon {
  position: absolute;
  left: 0;
  top: 0;
  line-height: 40px;
  font-size: 47px;
  color: #0b3764;
}
.offers .offer-filter .offer-filter-input .offer-filter-currency {
  position: absolute;
  top: 0;
  right: 10px;
  line-height: 40px;
  font-size: 24px;
  font-weight: 700;
}
.offers .offer-filter .offer-filter-price {
  margin: 0 8px 0 20px;
}
.offers .offer-filter .offer-filter-date {
  margin: 0 8px 0 0;
}
.offers .offer-filter .offer-filter-date select {
  width: 340px;
}
.offers .offer-filter .offer-filter-date .icon {
  font-size: 38px;
}
.offers .offer-filter .selectbox-dropDown {
  height: 40px;
}
.offers .offer-filter .selectBox-dropdown.selectBox-menuShowing {
  z-index: 10;
}
.offers .offer-filter .button {
  float: right;
  height: 48px;
  margin: -4px 20px 0 0;
  padding-left: 40px;
  font-size: 19px;
  border: none;
}
.offers .offer-filter .tabs {
  margin: 0;
  padding-top: 20px;
  clear: both;
}
.offers .offer-filter .tabs .tabs-nav {
  display: block;
  margin: 0;
}
.offers .offer-filter .tabs .offer-filter-info {
  float: left;
  padding: 10px 20px 25px;
  font-size: 13px;
  color: #24282b;
}
.offers .offer-filter .tabs li a {
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 13px;
  color: #24282b;
  background: #EBEBEB;
}
.offers .offer-filter .tabs li a:after {
  border-top-color: #24282b;
}
.offers .offer-filter .tabs li a.selected,
.offers .offer-filter .tabs li a.selected:hover {
  padding-top: 10px;
  padding-bottom: 17px;
  background: #f7f7f7;
}
.offers .offer-filter .tab {
  padding: 20px 60px 5px;
  margin: -8px 0 0;
  background: #f7f7f7;
  *zoom: 1;
}
.offers .offer-filter .tab:before,
.offers .offer-filter .tab:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .offer-filter .tab:after {
  clear: both;
}
.offers .offer-filter .tab:before,
.offers .offer-filter .tab:after {
  display: table;
  content: "";
  line-height: 0;
}
.offers .offer-filter .tab:after {
  clear: both;
}
.offers .offer-filter .tab label {
  display: block;
  float: left;
  width: 220px;
  padding: 0 10px 15px 0;
}
.offers .offer-filter .tab input {
  display: inline-block;
  margin-right: 5px;
}
.offers .fixed .content-box.offer.offer-header {
  margin: 0;
  padding: 0;
  border: 0;
  border-radius: 0;
}
.offers .fixed .content-box.offer.offer-loan-2.offer-header {
  font-size: inherit;
  color: inherit;
}
.offers .fixed .content-box.offer.offer-loan-2.offer-header .col-2 .thirds {
  font-size: inherit;
  line-height: 20px;
  color: inherit;
}
.offers .fixed .content-box.offer.offer-loan-2.offer-header .col-2 .thirds .offer-icons {
  font-size: 14px;
}
.offers .fixed .content-box.offer.offer-loan-2.offer-header .col-4 {
  height: auto;
  line-height: inherit;
}
.offers.offers-bonds .offer-loan .col-0 {
  width: 134px;
}
.offers.offers-bonds .offer-loan .col-0:before {
  height: auto;
}
.offers.offers-bonds .offer-loan .col-1 {
  width: 240px;
}
.offers.offers-bonds .offer-loan .col-2,
.offers.offers-bonds .offer-loan .col-3 {
  width: 130px;
}
.offers.offers-bonds .offer-loan .col-4 {
  width: 134px;
}
.offers.offers-bonds .offer-bond-image {
  height: 84px;
  width: 121px;
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  font-size: 0;
}
.offers.offers-bonds .offer-bond-image img {
  max-width: 100%;
  max-height: 100%;
  height: auto;
  width: auto;
}
.offer-loan-2 .offer-stripe-small {
  z-index: 1;
  left: -5px;
  top: -5px;
}
.offer-footer {
  *zoom: 1;
  margin-top: -12px;
  margin-bottom: 12px;
  border-top: 1px solid #e5e5e5;
  padding: 5px 13px;
  font-size: 12px;
  line-height: 33px;
  background-image: -o-linear-gradient(top, #eeeeee 0%, #f7f7f7 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eeeeee), to(#f7f7f7));
  background-image: linear-gradient(to bottom, #eeeeee 0%, #f7f7f7 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffeeeeee', endColorstr='#fff7f7f7', GradientType=0);
  border-radius: 0 0 6px 6px;
}
.offer-footer:before,
.offer-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.offer-footer:after {
  clear: both;
}
.offer-footer:before,
.offer-footer:after {
  display: table;
  content: "";
  line-height: 0;
}
.offer-footer:after {
  clear: both;
}
.offer-rating {
  display: block;
  margin: 0 auto;
  width: 115px;
  height: 20px;
  background: transparent url("../img/stars-big.png") 0px 0px no-repeat;
}
.offer-rating.star-0 {
  background-position: -115px -20px;
}
.offer-rating.star-1 {
  background-position: -92px -20px;
}
.offer-rating.star-2 {
  background-position: -69px -20px;
}
.offer-rating.star-3 {
  background-position: -46px -20px;
}
.offer-rating.star-4 {
  background-position: -23px -20px;
}
.offer-rating.star-5 {
  background-position: 0px -20px;
}
.offer-rating.star-0.star-half {
  background-position: -115px 0px;
}
.offer-rating.star-1.star-half {
  background-position: -92px 0px;
}
.offer-rating.star-2.star-half {
  background-position: -69px 0px;
}
.offer-rating.star-3.star-half {
  background-position: -46px 0px;
}
.offer-rating.star-4.star-half {
  background-position: -23px 0px;
}
.offersComparatorLoader {
  display: none;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
  background: rgba(255, 255, 255, 0.8) url('/Content/img/loading.gif') 50% 50% no-repeat;
}
.offersComparatorLoader.active {
  display: block;
}
.tarif-price {
  font-size: 18px;
}
.tarif-price strong {
  display: block;
  font-size: 30px;
  line-height: 1;
  color: #0b3764;
}
#tariff-completion .offer-logo {
  margin: 0 auto;
  max-width: 135px;
}
#tariff-completion .show-more-info {
  background-image: url(../img/button-arrow-down-small-black.png);
}
#tariff-completion .show-more-info:hover {
  background-image: url(../img/button-arrow-down-small-white.png);
}
#tariff-completion .show-more-info.up {
  background-image: url(../img/button-arrow-up-small-black.png);
}
#tariff-completion .show-more-info.up:hover {
  background-image: url(../img/button-arrow-up-small-white.png);
}
.tipsy {
  padding: 16px;
  font-size: 14px;
  position: absolute;
  z-index: 98;
}
.tipsy-inner {
  padding: 15px;
  background-color: #f5f5f5;
  color: #24282b;
  max-width: 200px;
  text-align: left;
  border: 1px solid #c4c4c4;
}
.tipsy-inner {
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
}
.tipsy-arrow {
  position: absolute;
  background: url("../img/tipsy.png") no-repeat top left;
  width: 32px;
  height: 16px;
}
.tipsy-n .tipsy-arrow {
  top: 0;
  left: 50%;
  margin-left: -16px;
}
.tipsy-nw .tipsy-arrow {
  top: 0;
  left: 10px;
}
.tipsy-ne .tipsy-arrow {
  top: 0;
  right: 10px;
}
.tipsy-s .tipsy-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -4px;
  background-position: bottom left;
}
.tipsy-sw .tipsy-arrow {
  bottom: 0;
  left: 10px;
  background-position: bottom left;
}
.tipsy-se .tipsy-arrow {
  bottom: 0;
  right: 10px;
  background-position: bottom left;
}
.tipsy-e .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  right: 0;
  width: 5px;
  height: 9px;
  background-position: top right;
}
.tipsy-w .tipsy-arrow {
  top: 50%;
  margin-top: -4px;
  left: 0;
  width: 5px;
  height: 9px;
}
.tipsy-n .tipsy-arrow {
  display: none;
}
.tipsy-inner:before,
.tipsy-inner:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -16px;
  width: 0;
  height: 0;
  border-left: 16px solid transparent;
  border-right: 16px solid transparent;
}
.tipsy-inner:before {
  margin-left: -17px;
  border-left: 17px solid transparent;
  border-right: 17px solid transparent;
  border-bottom: 17px solid #c4c4c4;
}
.tipsy-inner:after {
  top: 1px;
  border-bottom: 16px solid #f5f5f5;
}
.slider-tipsy {
  z-index: 3;
  padding: 12px 16px;
}
.slider-tipsy .tipsy-inner {
  padding: 4px 12px;
  font-size: 13px;
}
.slider-tipsy .tipsy-inner:before {
  margin-left: -13px;
  border-left-width: 13px;
  border-right-width: 13px;
  border-bottom-width: 13px;
}
.slider-tipsy .tipsy-inner:after {
  margin-left: -12px;
  border-bottom-width: 12px;
  border-left-width: 12px;
  border-right-width: 12px;
}
.dark-row.calculator-wrapper {
  height: 330px;
}
.dark-row.calculator-wrapper h1 {
  padding: 30px 385px 0 25px;
  margin-bottom: 10px;
}
.dark-row.calculator-wrapper .logo-wrapper {
  height: 75px;
}
.dark-row.calculator-wrapper .logo {
  background-color: #ffffff;
  min-width: 100px;
  float: left;
  height: 100%;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.dark-row.calculator-wrapper .logo .heading {
  line-height: 75px;
  padding: 0;
  margin: 0 35px;
  font-size: 35px;
  color: #ff580a;
  font-weight: 700;
}
.dark-row.calculator-wrapper .container:after {
  left: -110px;
  bottom: -65px;
}
.container.in-dark-row {
  margin-top: -80px;
}
.container.in-dark-row .content-box {
  margin-top: 0;
}
.calculator.single {
  width: 680px;
}
.calculator.single > .col-1 {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calculator.single > .col-1 .button {
  float: right;
  margin: 10px 24px;
}
.calculator > .col-1 {
  float: left;
  width: 655px;
  background: #ffffff;
  padding: 25px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calculator > .col-2 {
  width: 230px;
  float: left;
  padding: 20px;
}
.calculator .step {
  line-height: 30px;
  width: 30px;
  display: block;
  color: #ffffff;
  background-color: #076dbf;
  text-decoration: none;
  text-align: center;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  font-size: 24px;
  font-weight: 800;
}
.calculator .step.prev-step {
  line-height: 26px;
  padding-bottom: 4px;
  -webkit-box-ordinal-group: 3;
      -ms-flex-order: 2;
          order: 2;
}
.calculator .step.next-step {
  right: 0;
  left: auto;
  -webkit-box-ordinal-group: 5;
      -ms-flex-order: 4;
          order: 4;
}
.calculator .step:hover {
  background-color: #076dbf;
}
.calculator .slider-box {
  height: 130px;
}
.calculator .slider-box:last-child {
  height: 100px;
}
.calculator .slider-box:first-child:nth-last-child(1) {
  width: 100%;
}
.calculator .slider-wrapper {
  position: relative;
  margin: 0 8px;
  -webkit-box-ordinal-group: 4;
      -ms-flex-order: 3;
          order: 3;
  -webkit-box-flex: 1;
      -ms-flex: 1 1;
          flex: 1 1;
  background-color: #f7f7f7;
  -webkit-box-shadow: inset 0 0 0 1px #d0d4d5;
          box-shadow: inset 0 0 0 1px #d0d4d5;
  border-radius: 0 2px 2px 0;
}
.calculator .slider-wrapper::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 80px;
  background-color: #076dbf;
  border-radius: 2px 0 0 2px;
}
.calculator .calculator-slider {
  margin: 0;
  background-color: transparent;
  border: none;
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calculator .ui-slider-range-min {
  border-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calculator .slider-group {
  padding: 0;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.calculator .slider-heading {
  color: #07b2ea;
  font-size: 20px;
  margin: 0 0 10px 0;
  padding: 0;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 100%;
          flex: 0 0 100%;
  max-width: 100%;
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
}
.calculator .ui-slider .ui-slider-handle {
  width: auto;
  height: 30px;
  border: none;
  background: #076dbf;
  outline: none;
  top: -0.5em;
  text-decoration: none;
  font-weight: 700;
  font-size: 20px;
  color: #ffffff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  white-space: nowrap;
  padding: 0 7px;
  min-width: 9.0625rem;
}
.calculator .ui-slider .ui-slider-handle:hover {
  background-color: #076dbf;
}
.calculator .ui-slider .ui-slider-handle:before,
.calculator .ui-slider .ui-slider-handle:after {
  content: '';
  display: block;
  border-top: .3125rem solid transparent;
  border-bottom: .3125rem solid transparent;
}
.calculator .ui-slider .ui-slider-handle:before {
  border-right: 0.4375rem solid #ffffff;
  margin-right: .3125rem;
}
.calculator .ui-slider .ui-slider-handle:after {
  border-left: 0.4375rem solid #ffffff;
  margin-left: .3125rem;
}
.calculator .ui-slider .ui-slider-range,
.calculator .ui-slider .ui-slider-range-min {
  border-radius: 0;
  background: #076dbf;
}
.calculator .indicator {
  font-size: 13px;
  position: absolute;
  right: 0;
  bottom: -1.875rem;
  left: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.calculator .indicator > div:last-child {
  margin-right: 0;
}
.calculator .indicator > div:not(:first-child):not(:last-child) {
  display: none;
}
.calculator .pipes {
  display: none;
  position: absolute;
  margin-left: 19px;
}
.calculator .pipes > div {
  margin-top: 21px;
  float: left;
  width: 70px;
  border-left: 2px solid #d0d4d5;
}
.calculator .pipes > div.active {
  border-color: #0b3764;
}
.calculator .pipes > div:first-child {
  border-left: 1px solid transparent;
}
.calculator .pipes > div:last-child {
  width: 0;
}
.calculator .col-1 .value {
  display: none;
  width: 160px;
  margin-left: 25px;
  margin-top: 50px;
  float: left;
  line-height: 40px;
  border: 1px solid #d0d4d5;
  background-color: #f2fbfe;
  font-weight: 700;
  font-size: 24px;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.calculator .col-1 .value input {
  text-align: right;
  width: 95px;
  background: transparent;
  line-height: 30px;
  font-size: 24px;
  font-weight: 700;
  border: 0;
}
.calculator .dl {
  width: 100%;
}
.calculator .dl tr.result {
  border-top: 1px solid #d0d4d5;
}
.calculator .dl tr.result > td,
.calculator .dl tr.result th {
  padding-top: 5px;
}
.calculator .dl tr td {
  line-height: 25px;
}
.calculator .dl tr th {
  line-height: 25px;
  text-align: right;
}
.calculator .col-2 > .button {
  margin: 20px 0 0 0;
}
.calculator .title {
  margin: 0 0 10px 0;
  padding: 0;
  color: #0b3764;
  font-size: 32px;
}
.calculator .subtitle {
  margin: 0 0 25px 0;
  color: #0b3764;
  font-size: 18px;
  font-weight: 800;
}
.calculator .logo {
  text-align: center;
  line-height: 75px;
  padding: 0;
  margin: 5px 0 20px 0;
  font-size: 35px;
  color: #ff580a;
  font-weight: 700;
}
.slider-box#LoanAmount .ui-slider .ui-slider-handle {
  min-width: 9.0625rem;
}
.slider-box#LoanTerm .ui-slider .ui-slider-handle {
  min-width: 7.625rem;
}
.calculator-flex {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}
.calculator-flex > .col-1 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding-bottom: 40px;
}
.calculator-footer,
.container.calculator-footer {
  position: relative;
}
.calculator-footer::after,
.container.calculator-footer::after {
  content: '';
  width: 275px;
  display: block;
  background-color: #f7f7f7;
  position: absolute;
  top: -40px;
  right: 0;
  bottom: 0;
}
.calculator-footer .content-box {
  margin-top: -40px;
  width: 705px;
}
.calculator-footer .control-group .controls {
  margin-left: 25px;
  float: none;
}
.calculator-footer .control-group.error .error-message {
  float: none;
  margin-top: -10px;
}
.list {
  list-style: none;
}
.content-box .inner .list,
.action .list {
  margin: 0;
}
.list-box .list {
  margin: 0;
}
.list > .item {
  background: url("../img/list-item.png") left center no-repeat;
  padding-left: 25px;
}
.list-box .list > .item {
  background-position: left 5px;
  margin-left: 8px;
  line-height: 25px;
  padding-left: 37px;
}
.column-narrow .list > .item {
  background-position: left 5px;
  margin-bottom: 25px;
}
.list-plus > .item,
.list-info > .item {
  position: relative;
  background: none;
}
.list-plus > .item:before,
.list-info > .item:before {
  display: block;
  position: absolute;
  top: -1px;
  left: -1px;
  width: 20px;
  height: 20px;
  font-size: 18px;
  font-weight: 800;
  line-height: 20px;
  text-align: center;
  color: #ffffff;
  border-radius: 20px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list-plus > .item:before {
  content: "+";
  background: #7ABC26;
}
.list-info > .item:before {
  content: "i";
  font-size: 14px;
  font-style: italic;
  font-weight: 700;
  background: #07b2ea;
}
.loan-list {
  float: left;
  width: 285px;
  padding-bottom: 30px;
  list-style: none;
}
.content-box .loan-list {
  margin: 0 20px;
}
.loan-list li {
  background: url("../img/list-item.png") left 5px no-repeat;
  padding: 0 0 8px 25px;
}
.instructions {
  *zoom: 1;
}
.instructions:before,
.instructions:after {
  display: table;
  content: "";
  line-height: 0;
}
.instructions:after {
  clear: both;
}
.instructions:before,
.instructions:after {
  display: table;
  content: "";
  line-height: 0;
}
.instructions:after {
  clear: both;
}
.instruction-small {
  display: block;
  float: left;
  position: relative;
  width: 225px;
  height: 125px;
  margin: 0 20px 20px 0;
  text-decoration: none;
  background: #ffffff;
  border: 2px solid transparent;
  border-radius: 6px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.instruction-small:hover {
  border-color: #076dbf;
}
.instruction-small:hover .button {
  background-color: #07b2ea;
}
.lt-ie8 .instruction-small {
  cursor: hand;
}
.instruction-small:nth-of-type(4n+0) {
  margin-right: 0;
}
.instruction-small.size-medium {
  width: 336px;
  height: 125px;
}
.instruction-small.size-medium:nth-of-type(2n+0) {
  margin-right: 0;
}
.instruction-small.size-medium .title {
  font-size: 18px;
  top: 23px;
}
.instruction-small.size-medium .icon {
  top: 18px;
  bottom: initial;
}
.instruction-small.has-text {
  height: 167px;
}
.instruction-small .icon {
  display: block;
  position: absolute;
  bottom: 10px;
  right: 10px;
  font-size: 53px;
  color: #0b3764;
  background: #e5eaea;
  border-radius: 53px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.instruction-small .title {
  display: block;
  position: absolute;
  top: 18px;
  left: 20px;
  font-size: 18px;
  font-weight: 800;
  color: #0b3764;
}
.instruction-small .button {
  display: block;
  margin: 0;
  position: absolute;
  bottom: 15px;
  left: 20px;
}
.instruction-small .text {
  display: block;
  position: absolute;
  left: 20px;
  top: 64px;
  width: 215px;
  color: #0b3764;
  font-weight: 800;
}
.instruction {
  *zoom: 1;
}
.instruction:before,
.instruction:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction:after {
  clear: both;
}
.instruction:before,
.instruction:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction:after {
  clear: both;
}
.instruction-nav {
  float: left;
  width: 280px;
  padding: 15px 0 1px;
}
.instruction-nav li {
  display: inline;
  list-style: none;
}
.instruction-nav a {
  display: block;
  margin: 0 20px 5px 0;
  padding: 10px 40px 10px 20px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  color: #0b3764;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.instruction-nav a:hover {
  color: #ffffff;
  background: #07b2ea url("../img/button-arrow-right-small.png") right center no-repeat;
}
.instruction-nav a.active {
  margin-right: 0;
  color: #07b2ea;
  background: #ffffff;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.instruction-content {
  margin: 20px 0;
  padding: 0 0 1px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
  margin: 0 0 0 280px;
  width: 700px;
  background: #ffffff;
}
.instruction-content .button {
  float: left;
}
.instruction-content .button.big {
  float: none;
  width: 150px;
  margin: 20px auto;
}
.instruction-content .content-box-inner {
  padding: 0 33px 25px;
}
.instruction-content .content-box-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.instruction-content:before,
.instruction-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction-content:after {
  clear: both;
}
.instruction-content:before,
.instruction-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction-content:after {
  clear: both;
}
.instruction-content.white {
  background: #ffffff;
}
.instruction-content.calculator {
  margin-bottom: 0;
}
.instruction-content > .title,
.instruction-content .blur-wrapper > .title {
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.column-narrow .instruction-content > .title,
.column-narrow .instruction-content .blur-wrapper > .title {
  padding: 20px 15px 15px;
}
.column-narrow .instruction-content > .title.small,
.column-narrow .instruction-content .blur-wrapper > .title.small {
  font-size: 14px;
  vertical-align: top;
}
.column-narrow .instruction-content > .title.small > .icon,
.column-narrow .instruction-content .blur-wrapper > .title.small > .icon {
  float: left;
  font-size: 1.5em;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.column-narrow .instruction-content > .title.small .text,
.column-narrow .instruction-content .blur-wrapper > .title.small .text {
  display: block;
  float: left;
  line-height: 28px;
}
.instruction-content.content-box-inverse {
  background: #ffffff;
}
.instruction-content.content-box-inverse > .title,
.instruction-content.content-box-inverse .blur-wrapper > .title {
  background: #f7f7f7;
}
.instruction-content h2,
.instruction-content h3,
.instruction-content h4,
.instruction-content h5,
.instruction-content h6 {
  margin: 10px 20px;
}
.instruction-content ul,
.instruction-content ol {
  margin: 10px 20px 10px 40px;
}
.instruction-content ol li {
  margin: 0 0 5px;
}
.instruction-content.list-box ol {
  margin-left: 20px;
}
.instruction-content p {
  margin: 10px 20px;
}
.instruction-content p.text-big {
  margin: 30px 20px 10px 20px;
}
.instruction-content.list-box {
  margin-bottom: 0px;
  padding: 25px;
}
.instruction-content.list-box .list-box-title {
  display: block;
  color: #0b3764;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}
.instruction-content.list-box .list-box-title .icon {
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.instruction-content.list-box div {
  float: left;
  width: 33%;
}
.tab .instruction-content {
  width: auto;
  margin: 0;
}
.tab .instruction-content dl {
  padding: 0;
}
.tab .instruction-content dt {
  background: transparent;
  padding: 5px 70px 5px 0;
}
.tab .instruction-content dt:hover {
  background-image: none;
}
.tab .instruction-content dt.ui-accordion-header-active {
  background-image: none;
}
.tab .instruction-content dt.ui-accordion-header-active:hover {
  background-image: none;
}
.tab .instruction-content dd {
  margin: 0 0 0 20px;
}
.instruction-content dl {
  margin: 0 20px;
  float: left;
  padding: 30px 0 20px;
}
.instruction-content dl .ui-accordion-header-icon {
  display: none;
}
.instruction-content dt {
  position: relative;
  margin: 0 0 5px;
  padding: 5px 70px 5px 25px;
  font-size: 16px;
  font-weight: 800;
  color: #0b3764;
  background: transparent url("../img/list-item.png") left 9px no-repeat;
}
.instruction-content dt:hover {
  text-decoration: underline;
  color: #07b2ea;
  background-image: url("../img/list-item-blue.png");
  cursor: pointer;
  cursor: hand;
}
.instruction-content dt:hover:before,
.instruction-content dt:hover:after {
  display: block;
  position: absolute;
  top: 6px;
  right: 0;
  font-size: 14px;
}
.instruction-content dt:hover:before {
  content: "více";
  right: 20px;
}
.instruction-content dt:hover:after {
  content: " ";
  top: 11px;
  width: 12px;
  height: 8px;
  background: transparent url("../img/arrow-down-blue.png") top left no-repeat;
}
.instruction-content dt.ui-accordion-header-active {
  background-image: url("../img/list-item-down.png");
}
.instruction-content dt.ui-accordion-header-active:hover {
  background-image: url("../img/list-item-down-blue.png");
}
.instruction-content dt.ui-accordion-header-active:hover:after {
  background-image: url("../img/arrow-up-blue.png");
}
.instruction-content dd {
  margin: 0 0 0 55px;
  font-size: 14px;
  color: #24282b;
  background: transparent;
  border: none;
  *zoom: 1;
}
.instruction-content dd:before,
.instruction-content dd:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction-content dd:after {
  clear: both;
}
.instruction-content dd:before,
.instruction-content dd:after {
  display: table;
  content: "";
  line-height: 0;
}
.instruction-content dd:after {
  clear: both;
}
.instruction-content dd p {
  margin: 0 0 10px;
}
.instruction-content dd .button {
  margin-left: 0;
}
.news-item,
.tab .news-item,
.news .news-full .news-item {
  position: relative;
  clear: both;
  padding: 0 0 15px;
  margin: 0 0 15px;
  border-bottom: 1px solid #e5eaea;
  *zoom: 1;
}
.news-item:before,
.tab .news-item:before,
.news .news-full .news-item:before,
.news-item:after,
.tab .news-item:after,
.news .news-full .news-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-item:after,
.tab .news-item:after,
.news .news-full .news-item:after {
  clear: both;
}
.news-item:before,
.tab .news-item:before,
.news .news-full .news-item:before,
.news-item:after,
.tab .news-item:after,
.news .news-full .news-item:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-item:after,
.tab .news-item:after,
.news .news-full .news-item:after {
  clear: both;
}
.news-item img,
.tab .news-item img,
.news .news-full .news-item img {
  position: absolute;
  top: 0;
  left: 0;
}
.news-item h3,
.tab .news-item h3,
.news .news-full .news-item h3 {
  margin: 0 0 5px 220px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
}
.news-item h3 a,
.tab .news-item h3 a,
.news .news-full .news-item h3 a {
  text-decoration: none;
  color: #0b3764;
}
.news-item h3 a:hover,
.tab .news-item h3 a:hover,
.news .news-full .news-item h3 a:hover {
  color: #07b2ea;
}
.news-item .date,
.tab .news-item .date,
.news .news-full .news-item .date {
  display: block;
  position: absolute;
  top: 107px;
  left: 0;
  color: #808285;
}
.news-item p,
.tab .news-item p,
.news .news-full .news-item p {
  margin: 0 0 0 220px;
  height: 60px;
  overflow: hidden;
}
.news-item .button,
.tab .news-item .button,
.news .news-full .news-item .button {
  margin: 15px 0 0 220px;
}
.news-link {
  margin: 20px 0 0 220px;
}
.news .news-full .news-item + .button {
  margin: 20px auto 0;
  float: none;
  width: 135px;
  background-color: #076dbf;
}
.news .news-full .news-item + .button:hover {
  background-color: #07b2ea;
}
.pagination {
  margin: 20px 0 0;
  text-align: center;
}
.pagination a {
  display: inline-block;
  margin: 0 5px;
  padding: 5px;
  font-weight: 700;
  font-size: 18px;
  color: #076dbf;
  text-decoration: none;
  line-height: 18px;
}
.pagination a:hover {
  color: #07b2ea;
  text-decoration: underline;
}
.pagination a.active {
  color: #0b3764;
  text-decoration: none;
}
.pagination a.arrow {
  position: relative;
  top: 3px;
  font-size: 35px;
  font-weight: 600;
  text-decoration: none;
}
.pagination a.inactive {
  color: #C0C0C2;
}
.news {
  margin: 20px 0;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
}
.news:before,
.news:after {
  display: table;
  content: "";
  line-height: 0;
}
.news:after {
  clear: both;
}
.news:before,
.news:after {
  display: table;
  content: "";
  line-height: 0;
}
.news:after {
  clear: both;
}
.news-nav {
  float: left;
  width: 290px;
  padding: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news-nav .news-nav-title {
  margin: 10px 0 0;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0b3764;
}
.news-nav ul {
  margin: 10px 0 0 20px;
  list-style: none;
}
.news-nav li {
  display: inline;
}
.news-nav ul a {
  display: block;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  line-height: 30px;
  color: #0b3764;
}
.news-nav ul a:hover {
  color: #07b2ea;
}
.news-nav ul a.active {
  color: #07b2ea;
}
.news-nav .tags {
  margin: 200px 0 0;
}
.news-nav .tag {
  display: block;
  padding: 2px 5px;
  margin: 0 4px 4px 0;
  float: left;
  text-decoration: none;
  font-size: 12px;
  color: #24282b;
  background: #e5eaea;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.news .news-full {
  float: right;
  width: 690px;
  padding: 30px 20px 20px;
  font-size: 14px;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.news .news-full h2 {
  margin: 0 0 20px;
}
.news .news-full h3 {
  margin: 10px 0;
}
.news .news-full ul,
.news .news-full ol {
  margin: 10px 0 10px 20px;
}
.news .news-full p {
  margin: 10px 0;
}
.news .news-full .news-title {
  margin: 0 0 15px;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0b3764;
}
.news .news-full .news-date {
  font-size: 13px;
  color: #808285;
}
.news .news-full .news-category {
  float: right;
  font-size: 13px;
}
.news .news-full .news-image {
  display: block;
  clear: both;
  margin: 20px 0 30px;
}
.news .news-full .news-items-title {
  clear: both;
  margin: 20px 0 15px;
  padding: 0 0 15px;
  font-size: 14px;
  font-weight: 800;
  color: #0b3764;
  border-bottom: 1px solid #e5eaea;
}
.news .news-full .button {
  margin: 20px 0 0;
}
.news .news-full .buttons {
  padding: 22px 0 20px;
  float: right;
}
.news .news-full .buttons .button {
  margin: 0;
}
.news .news-full .buttons .button.grey {
  margin: 0 10px 0 0;
}
.news-stripe {
  margin: 20px 0;
  padding: 20px 25px;
  background: #ffffff;
  *zoom: 1;
}
.news-stripe:before,
.news-stripe:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-stripe:after {
  clear: both;
}
.news-stripe:before,
.news-stripe:after {
  display: table;
  content: "";
  line-height: 0;
}
.news-stripe:after {
  clear: both;
}
.news-stripe .news-small {
  float: left;
  margin: 0 16px;
  width: 200px;
}
.news-stripe .news-small .news-title {
  display: block;
  margin: 0 0 15px;
  height: 40px;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  text-transform: uppercase;
  color: #0b3764;
  overflow: hidden;
}
.news-stripe .news-small .news-title:hover {
  color: #07b2ea;
}
.news-stripe .news-small img {
  display: block;
  margin: 15px 0 20px;
}
.news-stripe .news-small .news-date {
  font-size: 13px;
  color: #808285;
}
.news-stripe .news-small .news-category {
  float: right;
  font-size: 13px;
}
.content-box.news-top-box {
  padding: 0 0 20px;
}
.news-top {
  float: left;
  width: 328px;
  height: 50px;
  margin: 18px 0 0 20px;
  cursor: pointer;
  cursor: hand;
}
.news-top img {
  float: left;
  margin: 4px 0 0;
}
.news-top .news-top-title {
  margin: 0 0 0 130px;
  font-size: 13px;
  font-weight: 400;
  line-height: 20px;
}
.news-tags-small {
  width: 100%;
  float: left;
  clear: left;
  padding: 16px 0 10px;
}
.news-tags-small > a {
  font-size: 12px;
  text-decoration: none;
  color: #808285;
}
.news-tags-small-heading {
  display: inline-block;
  padding-right: 5px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  color: #076dbf;
}
.news-tags-small-divider {
  color: #076dbf;
}
.teleuspory {
  *zoom: 1;
  position: relative;
  margin: 20px 0;
}
.teleuspory:before,
.teleuspory:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory:after {
  clear: both;
}
.teleuspory:before,
.teleuspory:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory:after {
  clear: both;
}
.teleuspory-select {
  position: absolute;
  top: -72px;
  right: 0;
  font-size: 18px;
  line-height: 40px;
  font-weight: 800;
  color: #0b3764;
}
.teleuspory-select .icon {
  position: absolute;
  top: 2px;
  height: 40px;
  right: 197px;
  z-index: 11;
  font-size: 33px;
}
.teleuspory-select .selectBox-dropdown.selectBox-menuShowing {
  z-index: 10;
}
.teleuspory-nav {
  float: left;
  width: 280px;
  padding: 15px 0 1px;
}
.teleuspory-nav li {
  display: inline;
  list-style: none;
}
.teleuspory-nav a {
  position: relative;
  display: block;
  margin: 0 20px 7px 0;
  padding: 0 40px 0 20px;
  height: 40px;
  line-height: 40px;
  font-weight: 800;
  font-size: 14px;
  text-decoration: none;
  color: #0b3764;
  background: #f7f7f7;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-nav a:hover {
  color: #ffffff;
  background: #07b2ea url("../img/button-arrow-right-small.png") right center no-repeat;
}
.teleuspory-nav a.active {
  color: #07b2ea;
  background: #ffffff;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-nav a.active:after {
  content: " ";
  display: block;
  position: absolute;
  top: 0;
  right: -13px;
  height: 0;
  width: 0;
  border: solid;
  border-color: transparent transparent transparent #ffffff;
  border-width: 20px 0 20px 13px;
}
.teleuspory-content {
  margin: 20px 0;
  padding: 0 0 1px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
  float: left;
  margin: 0;
  padding: 0 0 40px;
  width: 700px;
}
.teleuspory-content .button {
  float: left;
}
.teleuspory-content .button.big {
  float: none;
  width: 150px;
  margin: 20px auto;
}
.teleuspory-content .content-box-inner {
  padding: 0 33px 25px;
}
.teleuspory-content .content-box-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.teleuspory-content:before,
.teleuspory-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory-content:after {
  clear: both;
}
.teleuspory-content:before,
.teleuspory-content:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory-content:after {
  clear: both;
}
.teleuspory-content.white {
  background: #ffffff;
}
.teleuspory-content.calculator {
  margin-bottom: 0;
}
.teleuspory-content > .title,
.teleuspory-content .blur-wrapper > .title {
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.column-narrow .teleuspory-content > .title,
.column-narrow .teleuspory-content .blur-wrapper > .title {
  padding: 20px 15px 15px;
}
.column-narrow .teleuspory-content > .title.small,
.column-narrow .teleuspory-content .blur-wrapper > .title.small {
  font-size: 14px;
  vertical-align: top;
}
.column-narrow .teleuspory-content > .title.small > .icon,
.column-narrow .teleuspory-content .blur-wrapper > .title.small > .icon {
  float: left;
  font-size: 1.5em;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.column-narrow .teleuspory-content > .title.small .text,
.column-narrow .teleuspory-content .blur-wrapper > .title.small .text {
  display: block;
  float: left;
  line-height: 28px;
}
.teleuspory-content.content-box-inverse {
  background: #ffffff;
}
.teleuspory-content.content-box-inverse > .title,
.teleuspory-content.content-box-inverse .blur-wrapper > .title {
  background: #f7f7f7;
}
.teleuspory-content h2,
.teleuspory-content h3,
.teleuspory-content h4,
.teleuspory-content h5,
.teleuspory-content h6 {
  margin: 10px 20px;
}
.teleuspory-content ul,
.teleuspory-content ol {
  margin: 10px 20px 10px 40px;
}
.teleuspory-content ol li {
  margin: 0 0 5px;
}
.teleuspory-content.list-box ol {
  margin-left: 20px;
}
.teleuspory-content p {
  margin: 10px 20px;
}
.teleuspory-content p.text-big {
  margin: 30px 20px 10px 20px;
}
.teleuspory-content.list-box {
  margin-bottom: 0px;
  padding: 25px;
}
.teleuspory-content.list-box .list-box-title {
  display: block;
  color: #0b3764;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}
.teleuspory-content.list-box .list-box-title .icon {
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.teleuspory-content.list-box div {
  float: left;
  width: 33%;
}
.teleuspory-content .teleuspory-title {
  margin: 0;
  padding: 0 20px;
  height: 55px;
  font-size: 18px;
  font-weight: 800;
  line-height: 55px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
}
.teleuspory-content .teleuspory-title span {
  float: right;
  font-size: 14px;
  font-weight: 400;
  text-transform: none;
}
.teleuspory-content .teleuspory-title span strong {
  font-weight: 800;
}
.teleuspory-content .teleuspory-subtitle {
  margin: 20px 40px;
  font-size: 18px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0b3764;
}
.teleuspory-content .teleuspory-subtitle.teleuspory-subtitle-border {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}
.teleuspory-content .teleuspory-box {
  clear: both;
  margin: 20px;
  padding: 0 0 20px;
  background: #ffffff;
  *zoom: 1;
}
.teleuspory-content .teleuspory-box:before,
.teleuspory-content .teleuspory-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory-content .teleuspory-box:after {
  clear: both;
}
.teleuspory-content .teleuspory-box:before,
.teleuspory-content .teleuspory-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.teleuspory-content .teleuspory-box:after {
  clear: both;
}
.teleuspory-content .teleuspory-box .teleuspory-subtitle {
  margin: 0 0 20px;
  padding: 20px 20px 0;
}
.teleuspory-content .teleuspory-box .teleuspory-subtitle.teleuspory-subtitle-border {
  padding-bottom: 20px;
}
.teleuspory-content .teleuspory-box .teleuspory-list {
  margin: 20px;
}
.teleuspory-content .teleuspory-list {
  list-style: none;
  margin: 20px 40px;
}
.teleuspory-content .teleuspory-list li {
  margin: 0 0 10px;
  padding: 0 0 0 20px;
  background: url("../img/list-item.png") left 3px no-repeat;
}
.teleuspory-content .teleuspory-list li li {
  position: relative;
  padding-left: 0;
  list-style-type: none;
  background: none;
}
.teleuspory-content .teleuspory-list li li:before {
  content: "\2022";
  position: absolute;
  top: -3px;
  left: -13px;
  font-size: 20px;
  color: #0b3764;
}
.teleuspory-content .teleuspory-small-box {
  float: left;
  position: relative;
  width: 207px;
  height: 150px;
  padding: 20px;
  margin: 0 0 20px 20px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.teleuspory-content .teleuspory-small-box .teleuspory-subtitle {
  margin: 0 0 10px;
  text-transform: none;
}
.teleuspory-content .teleuspory-small-box .teleuspory-list {
  margin: 0;
  font-size: 16px;
}
.teleuspory-content .teleuspory-small-box .button {
  position: absolute;
  right: 20px;
  bottom: 20px;
  margin: 0;
}
.teleuspory-content .teleuspory-state {
  position: relative;
  width: 100%;
  height: 70px;
  margin: 40px 0 20px;
}
.teleuspory-content .teleuspory-state .teleuspory-state-price {
  position: absolute;
  top: 5px;
  left: 20px;
  width: 200px;
  font-size: 24px;
  font-weight: 800;
  text-align: center;
  color: #07b2ea;
}
.teleuspory-content .teleuspory-state .state-bar {
  position: relative;
  margin: 20px 0 0 240px;
  width: 400px;
  height: 70px;
}
.teleuspory-content .teleuspory-state .state-bar-whole-orange {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 40px;
  background: #df3b1a;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-state .state-bar-whole-blue {
  position: absolute;
  top: 0;
  left: 0;
  height: 40px;
  background: #0b3764;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-state .state-bar-part {
  position: absolute;
  top: 0;
  padding: 0 20px;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: 800;
  color: #e5eaea;
}
.teleuspory-content .teleuspory-state .state-bar-part.state-bar-blue {
  left: 0;
  background: #0b3764;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-state .state-bar-part.state-bar-orange {
  right: 0;
  background: #df3b1a;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-state .state-bar-description {
  position: absolute;
  bottom: 0;
  font-size: 13px;
  font-weight: 700;
}
.teleuspory-content .teleuspory-state .state-bar-description.state-bar-blue {
  left: 20px;
  color: #0b3764;
}
.teleuspory-content .teleuspory-state .state-bar-description.state-bar-orange {
  right: 20px;
  color: #df3b1a;
}
.teleuspory-content .teleuspory-bar-wrapper {
  position: relative;
  margin: 17px 20px;
  height: 25px;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-title {
  position: absolute;
  top: 0;
  left: 0;
  font-size: 14px;
  font-weight: 800;
  color: #0b3764;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar {
  position: absolute;
  top: 0;
  right: 0;
  width: 400px;
  height: 25px;
  background: #EBEBEB;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-grey,
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-value {
  height: 25px;
  line-height: 25px;
  font-size: 14px;
  font-weight: bold;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-grey span,
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-value span {
  display: block;
  padding: 0 20px;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-grey.teleuspory-bar-full,
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-value.teleuspory-bar-full {
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-grey {
  position: absolute;
  top: 0;
  right: 0;
  background: #EBEBEB;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-blue .teleuspory-bar-grey {
  color: #0b3764;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-orange .teleuspory-bar-grey {
  color: #df3b1a;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-value {
  display: block;
  width: 80%;
  color: #e5eaea;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-blue .teleuspory-bar-value {
  background: #0b3764;
}
.teleuspory-content .teleuspory-bar-wrapper .teleuspory-bar-orange .teleuspory-bar-value {
  background: #df3b1a;
}
.table-teleuspory {
  font-size: 12px;
}
.table-teleuspory > tbody > tr > th,
.table-teleuspory > thead > tr > th {
  font-size: 12px;
}
.table-teleuspory.table-smallpadding > tbody > tr > th,
.table-teleuspory.table-smallpadding > thead > tr > th,
.table-teleuspory.table-smallpadding > tbody > tr > td,
.table-teleuspory.table-smallpadding > thead > tr > td {
  padding: 6px 10px;
}
.table-teleuspory.table-smallpadding .button {
  font-size: 12px;
  padding: 6px 10px;
  background-image: none;
}
.table-teleuspory .button {
  margin: 10px 0;
  clear: left;
}
.teleuspory-table-accordion .col-1,
.teleuspory-table-accordion .col-2 {
  width: 20%;
}
.teleuspory-table-accordion .more-info {
  text-decoration: none;
}
.teleuspory-table-accordion .more-info span {
  text-decoration: underline;
}
.teleuspory-table-accordion .master {
  cursor: pointer;
  cursor: hand;
}
.teleuspory-table-accordion .master:hover {
  background: #e5eaea;
}
.teleuspory-table-accordion .master:hover > th,
.teleuspory-table-accordion .master:hover > td {
  background: #e5eaea;
}
.teleuspory-table-accordion .slave {
  background: #ffffff;
}
.teleuspory-table-accordion .slave td {
  padding: 20px 10px;
}
.teleuspory-table-accordion .slave .table > tbody > tr:first-child th {
  color: #0b3764;
}
.teleuspory-table-accordion .slave .table > thead > tr > th,
.teleuspory-table-accordion .slave .table > tbody > tr > th,
.teleuspory-table-accordion .slave .table > tfoot > tr > th,
.teleuspory-table-accordion .slave .table > thead > tr > td,
.teleuspory-table-accordion .slave .table > tbody > tr > td,
.teleuspory-table-accordion .slave .table > tfoot > tr > td {
  padding: 10px;
  text-align: left;
  border: 0;
}
.teleuspory-table-accordion .slave .table .col-1 {
  width: 40%;
}
.documents {
  *zoom: 1;
}
.documents:before,
.documents:after {
  display: table;
  content: "";
  line-height: 0;
}
.documents:after {
  clear: both;
}
.documents:before,
.documents:after {
  display: table;
  content: "";
  line-height: 0;
}
.documents:after {
  clear: both;
}
.document {
  float: left;
  position: relative;
  width: 480px;
  height: 150px;
  margin: 0 20px 20px 0;
  background: #fff;
}
.document:nth-of-type(2n+0) {
  margin-right: 0;
}
.document .button {
  display: inline-block;
  margin: 0;
}
.document .button + .button {
  margin-left: 10px;
}
.document .document-title {
  padding: 20px;
  font-weight: 800;
  font-size: 18px;
  color: #0b3764;
  background: #ffffff;
}
.document .document-more {
  position: absolute;
  bottom: 20px;
  left: 20px;
}
.document .document-download {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.card-titles .col-1,
.card .col-1,
.card-titles .col-2,
.card .col-2,
.card-titles .col-3,
.card .col-3,
.card-titles .col-4,
.card .col-4,
.card-titles .col-5,
.card .col-5,
.card-titles .col-6,
.card .col-6 {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.card-titles .col-1,
.card .col-1 {
  width: 0;
}
.card-titles .col-2,
.card .col-2 {
  width: 498px;
}
.card-titles .col-3,
.card .col-3 {
  width: 115px;
}
.card-titles .col-4,
.card .col-4 {
  width: 110px;
}
.card-titles .col-5,
.card .col-5 {
  width: 135px;
}
.card-titles .col-6,
.card .col-6 {
  width: 90px;
}
.card-titles {
  padding: 20px 0;
  *zoom: 1;
}
.card-titles:before,
.card-titles:after {
  display: table;
  content: "";
  line-height: 0;
}
.card-titles:after {
  clear: both;
}
.card-titles:before,
.card-titles:after {
  display: table;
  content: "";
  line-height: 0;
}
.card-titles:after {
  clear: both;
}
.fixed .card-titles {
  padding: 0;
}
.card-titles .col-3,
.card-titles .col-4,
.card-titles .col-5,
.card-titles .col-6 {
  margin-left: 8px;
}
.card-titles .col-1,
.card-titles .col-2 {
  margin-left: 0;
}
.card-titles .card-title {
  display: block;
  float: left;
  text-align: center;
}
.card {
  position: relative;
  margin: 20px 0;
  *zoom: 1;
}
.card:before,
.card:after {
  display: table;
  content: "";
  line-height: 0;
}
.card:after {
  clear: both;
}
.card:before,
.card:after {
  display: table;
  content: "";
  line-height: 0;
}
.card:after {
  clear: both;
}
.card .card-stripe {
  display: block;
  position: absolute;
  width: 65px;
  height: 59px;
  top: -5px;
  left: 438px;
  z-index: 5;
  text-indent: -3000em;
  overflow: hidden;
  pointer-events: none;
}
.card .card-stripe.card-stripe-action {
  background: transparent url("../img/card-action.png") top left no-repeat;
}
.card .card-stripe.card-stripe-tip {
  background: transparent url("../img/card-tip.png") top left no-repeat;
}
.card .card-stripe.card-stripe-action-left {
  left: -5px;
  background: transparent url("../img/corner-small-action.png") top left no-repeat;
}
.card .card-stripe.card-stripe-tip-left {
  left: -5px;
  background: transparent url("../img/corner-small-tip.png") top left no-repeat;
}
.card .card-stripe.card-stripe-reklama-left {
  left: -5px;
  background: transparent url("../img/corner-small-reklama.png") top left no-repeat;
}
.card .card-image {
  position: absolute;
  left: 0;
  top: 95px;
  z-index: 1;
  float: left;
  width: 280px;
  padding: 0;
}
.card .card-image img {
  display: block;
  margin: 0 auto;
}
.card .card-more {
  clear: both;
  padding: 15px 20px;
  background: #f7f7f7;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
}
.card .card-more:before,
.card .card-more:after {
  display: table;
  content: "";
  line-height: 0;
}
.card .card-more:after {
  clear: both;
}
.card .card-more:before,
.card .card-more:after {
  display: table;
  content: "";
  line-height: 0;
}
.card .card-more:after {
  clear: both;
}
.card .card-more .quote-wrapper {
  margin-top: 0;
}
.card .card-more .quote-text {
  min-height: 70px;
}
.card .card-more .action {
  width: 700px;
  float: left;
  margin: 0;
}
.card .card-more .button.interested {
  float: right;
  margin: 0 0 0 47px;
}
.card .card-tabs {
  margin: 0;
}
.card .card-tabs .tabs-nav {
  padding: 0 0 8px;
  background: #e5eaea;
}
.card .card-tabs .tabs-nav li + li {
  margin: 0 0 0 8px;
}
.card .card-tabs .tabs-nav li a {
  display: table-cell;
  height: 65px;
  padding: 0 15px;
  margin: 0;
  vertical-align: middle;
  text-align: center;
  font-size: 16px;
  line-height: 1.1;
}
.card .card-tabs .tabs-nav li a.selected,
.card .card-tabs .tabs-nav li a.selected:hover {
  padding: 0 15px;
}
.card .card-tabs .tabs-nav li a.selected:before {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 8px;
  background: #ffffff;
}
.card .card-tabs .tabs-nav li:first-child a {
  font-size: 20px;
  font-weight: 400;
  text-align: left;
  color: #24282b;
}
.card .card-tabs .tabs-nav li:first-child a small {
  display: block;
  margin-top: 3px;
  font-size: 16px;
}
.card .card-tabs .tabs-nav li:first-child a:hover {
  color: #ffffff;
}
.card .card-tabs .tabs-nav li:first-child a.selected:hover {
  color: #24282b;
}
.card .card-tabs .tabs-nav li:first-child a.padded {
  padding-left: 35px;
}
.card .card-tabs .tab {
  margin: 0;
  min-height: 180px;
  padding: 30px 20px 25px 288px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.card .card-tabs .tab .list {
  float: left;
  width: 260px;
  margin-left: 5px;
  margin-right: 25px;
}
.card .card-tabs .tab .list > .item {
  background-position: left 5px;
  margin-bottom: 15px;
}
.card .card-tabs .tab .list > .item:last-child {
  margin-bottom: 0;
}
.quotes {
  margin: 20px 0;
  *zoom: 1;
}
.quotes:before,
.quotes:after {
  display: table;
  content: "";
  line-height: 0;
}
.quotes:after {
  clear: both;
}
.quotes:before,
.quotes:after {
  display: table;
  content: "";
  line-height: 0;
}
.quotes:after {
  clear: both;
}
.quote {
  float: left;
  width: 50%;
}
.quote-text {
  position: relative;
  float: left;
  width: 210px;
  min-height: 100px;
  padding: 10px;
  font-size: 13px;
  background: #ffffff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 10px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.quote-text:after {
  content: " ";
  display: block;
  position: absolute;
  top: 30px;
  right: -20px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 13px 20px 0 0;
  border-color: #ffffff transparent;
}
.quote-name {
  display: block;
  margin: 13px 0 0 240px;
  font-size: 13px;
  font-weight: bold;
}
.quote-date {
  margin: 0 0 0 240px;
  display: block;
  font-size: 13px;
  font-weight: bold;
  color: #808285;
}
.quote-rating {
  display: block;
  margin: 5px 0 0 240px;
  width: 83px;
  height: 15px;
  background: transparent url("../img/stars.png") 0px 0px no-repeat;
}
.quote-rating.star-0 {
  background-position: -85px -20px;
}
.quote-rating.star-1 {
  background-position: -68px -20px;
}
.quote-rating.star-2 {
  background-position: -51px -20px;
}
.quote-rating.star-3 {
  background-position: -34px -20px;
}
.quote-rating.star-4 {
  background-position: -17px -20px;
}
.quote-rating.star-5 {
  background-position: 0px -20px;
}
.quote-rating.star-0.star-half {
  background-position: -85px 0px;
}
.quote-rating.star-1.star-half {
  background-position: -68px 0px;
}
.quote-rating.star-2.star-half {
  background-position: -51px 0px;
}
.quote-rating.star-3.star-half {
  background-position: -34px 0px;
}
.quote-rating.star-4.star-half {
  background-position: -17px 0px;
}
.offers .content-box.offer .offer-more-info .quote,
.card .quote {
  width: 100%;
}
.offers .content-box.offer .offer-more-info .quote-wrapper,
.card .quote-wrapper {
  clear: both;
  width: 700px;
  float: left;
  margin-top: 35px;
}
.offers .content-box.offer .offer-more-info .quote-text,
.card .quote-text {
  width: 565px;
  padding: 20px;
}
.offers .content-box.offer .offer-more-info .quote-name,
.card .quote-name {
  width: 110px;
  margin-left: 595px;
}
.offers .content-box.offer .offer-more-info .quote-date,
.card .quote-date {
  width: 110px;
  margin-left: 595px;
  font-weight: 400;
}
.offers .content-box.offer .offer-more-info .quote-rating,
.card .quote-rating {
  margin-left: 595px;
}
.halfs {
  *zoom: 1;
  padding-bottom: 20px;
  padding-top: 10px;
}
.halfs:before,
.halfs:after {
  display: table;
  content: "";
  line-height: 0;
}
.halfs:after {
  clear: both;
}
.halfs:before,
.halfs:after {
  display: table;
  content: "";
  line-height: 0;
}
.halfs:after {
  clear: both;
}
.halfs .half {
  float: left;
  width: 49%;
}
.halfs .half h3 {
  margin-bottom: 10px;
}
.halfs .half:first-child {
  padding-right: 2%;
}
.thirds {
  *zoom: 1;
}
.thirds:before,
.thirds:after {
  display: table;
  content: "";
  line-height: 0;
}
.thirds:after {
  clear: both;
}
.thirds:before,
.thirds:after {
  display: table;
  content: "";
  line-height: 0;
}
.thirds:after {
  clear: both;
}
.thirds .third {
  float: left;
  width: 31.333333%;
  padding-left: 2%;
  text-align: center;
}
.offer-bank {
  display: block;
  font-size: 18px;
}
h2 .icon-star,
h3 .icon-star {
  line-height: 0;
  color: #ff580a;
}
h2 .icon-star {
  font-size: 30px;
}
h3 .icon-star {
  font-size: 20px;
}
.box-faq h4 {
  margin: 10px 20px;
}
.box-faq .banner {
  display: block;
  margin: auto;
  border: 6px solid #ff580a;
}
.comparison-promo {
  position: relative;
  padding: 20px;
}
.comparison-promo h2 {
  font-size: 32px;
  color: #0b3764;
}
.comparison-promo h2 span {
  color: #07b2ea;
}
.comparison-promo ul.list {
  font-size: 18px;
}
.comparison-promo:after {
  font-family: 'usporycz';
  content: '\e81f';
  font-size: 100px;
  line-height: 120px;
  text-align: center;
  display: block;
  width: 120px;
  height: 120px;
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #e5eaea;
  color: #0b3764;
  border-radius: 50%;
}
.comparison-promo .options {
  *zoom: 1;
  padding: 10px 10px 0 0;
  line-height: 33px;
}
.comparison-promo .options:before,
.comparison-promo .options:after {
  display: table;
  content: "";
  line-height: 0;
}
.comparison-promo .options:after {
  clear: both;
}
.comparison-promo .options:before,
.comparison-promo .options:after {
  display: table;
  content: "";
  line-height: 0;
}
.comparison-promo .options:after {
  clear: both;
}
.comparison-promo .options strong {
  float: left;
  padding-right: 20px;
  font-size: 18px;
  color: #0b3764;
}
.comparison-promo .options .button {
  margin: 0 20px 0 0;
  line-height: 19px;
}
.info-bubble {
  display: none;
  position: fixed;
  width: 486px;
  margin-left: -250px;
  padding: 10px;
  border: 7px solid #07b2ea;
  background-color: #fff;
  border-radius: 4px;
}
.info-bubble table tr td {
  padding-top: 1px;
  padding-bottom: 1px;
  padding-left: 5px;
  padding-right: 5px;
}
.info-bubble table tr td.title {
  padding-left: 0;
}
.info-bubble table tr td.info-buble-text {
  padding-left: 0;
  padding-right: 0;
  padding-top: 10px;
}
.info-bubble table tr td.info-buble-text strong {
  display: block;
  padding-top: 10px;
  border-top: 1px solid #ddd;
  color: #0b3764;
}
.info-bubble table tr td.selected {
  background-color: #dff0d8;
  color: #000;
}
.info-bubble:before {
  content: '';
  width: 0;
  height: 0;
  border-bottom: 10px solid #07b2ea;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  position: absolute;
  left: 50%;
  top: -17px;
  margin-left: -20px;
}
.discounts-categories {
  padding-top: 13px;
  padding-bottom: 13px;
  border-top: 1px solid #1e4771;
  border-bottom: 1px solid #1e4771;
  background-color: #0f3b68;
  color: #fff;
}
.discounts-categories .container {
  position: relative;
}
.discounts-categories .label {
  display: inline-block;
  padding-right: 10px;
}
.discounts-categories a {
  text-decoration: none;
  color: #fff;
}
.discounts-categories a:hover {
  text-decoration: underline;
  color: #fff;
}
.discounts-categories a.custom-select {
  width: 140px !important;
  margin: 0 20px 0 10px;
  color: #000;
}
.discounts-categories a.active {
  color: #06b2e9;
}
.discounts-categories i {
  display: inline-block;
  padding-left: 15px;
  padding-right: 15px;
  font-style: normal;
  color: #2662a0;
}
.discounts-time {
  padding-top: 8px;
  padding-bottom: 8px;
  border-top: 1px solid #237dc5;
  border-bottom: 1px solid #237dc5;
  font-size: 13px;
  background-color: #076dbe;
  color: #fff;
}
.discounts-time a {
  text-decoration: none;
  color: #fff;
}
.discounts-time a:hover {
  text-decoration: underline;
  color: #fff;
}
.discounts-time a.active {
  font-weight: 900;
  text-decoration: underline;
}
.discounts-time a.active:hover {
  text-decoration: none;
}
.discounts-time i {
  display: inline-block;
  padding-left: 7px;
  padding-right: 7px;
  font-style: normal;
  color: #045ba1;
}
.discounts-header {
  position: relative;
  *zoom: 1;
  margin-bottom: 15px;
  padding-top: 7px;
  padding-bottom: 7px;
  line-height: 32px;
  background-color: #fff;
}
.discounts-header:before,
.discounts-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-header:after {
  clear: both;
}
.discounts-header:before,
.discounts-header:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-header:after {
  clear: both;
}
.discounts-header .custom-select {
  width: 178px;
}
.discounts-header strong {
  display: inline-block;
  padding-left: 20px;
  font-size: 13px;
}
.discounts-header strong a {
  text-decoration: none;
  color: #333333;
}
.discounts-header strong a:hover {
  text-decoration: underline;
}
.discounts-header strong span.icon {
  font-size: 14px;
  line-height: 1;
  vertical-align: middle;
  color: #06b2e9;
}
.discounts-header strong span.icon.icon-star {
  font-size: 32px;
}
.discounts-header strong span.icon.icon-user,
.discounts-header strong span.icon.icon-heart2 {
  font-size: 27px;
}
.discounts-header .search.control-group {
  position: relative;
  top: -1px;
  width: 225px;
  float: right;
}
.discounts-header .search.control-group .form-input {
  width: 160px;
  padding-right: 50px;
  padding-top: 6px;
  padding-bottom: 6px;
}
.discounts-header .search.control-group button {
  position: absolute;
  right: 0;
  bottom: 0;
  padding: 0 5px;
  line-height: 32px;
}
.discounts-header .search.control-group button span {
  font-size: 22px;
  line-height: 1;
  vertical-align: middle;
}
.discount {
  position: relative;
  *zoom: 1;
  margin-bottom: 10px;
  padding: 13px;
  border: 2px solid #fff;
  border-radius: 4px;
  background-color: #fff;
}
.discount:before,
.discount:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount:after {
  clear: both;
}
.discount:before,
.discount:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount:after {
  clear: both;
}
.discount h2 {
  font-size: 19px;
  font-weight: normal;
  color: #076dbf;
}
.discount h2 a:hover {
  text-decoration: none;
  color: #076dbf;
}
.discount p {
  margin-bottom: 20px;
  font-size: 16px;
}
.discount p.labels {
  margin-bottom: 0;
  min-height: 48px;
  overflow: hidden;
}
.discount p.labels a {
  line-height: 18px;
}
.discount:hover {
  border-color: #076dbf;
}
.discount.discount-big {
  margin-bottom: 24px;
  padding-bottom: 13px;
}
.discount.discount-big .discount-img {
  margin-bottom: 15px;
}
.discount.discount-big h2 {
  font-size: 27px;
  line-height: 33px;
  min-height: 66px;
  text-transform: uppercase;
}
.discount.discount-big .price {
  font-size: 30px;
}
.discount.discount-big .regular-price {
  font-size: 18px;
}
.discount.discount-big .discount-summary .discount-summary-right .button {
  margin-top: 10px;
}
.discount.inactive:hover,
.discount.inactive .summary-bottom > div.rating-img .rating-tooltip {
  border-color: #626262;
}
.discount.inactive h2 {
  color: #3b3b3b;
}
.discount.inactive .discount-summary .discount-summary-right .button,
.discount.inactive .discount-img .discount-label {
  background-color: #777;
}
.discount.inactive .summary-bottom > div.icons > a:hover {
  color: #d5d5d5;
}
.discount.inactive .discount-info > a.discount-heart:hover span {
  text-decoration: none;
}
.discount.inactive .discount-info > a.discount-heart:hover:before {
  color: #d5d5d5;
}
.discount.inactive .discount-summary .price {
  color: #777;
}
.discount.inactive .labels a:hover:before {
  color: #d5d5d5;
}
.discount.inactive .labels a:hover span {
  text-decoration: underline;
}
.discount .add_to_selection_info {
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  position: absolute;
  top: 5px;
  right: 15px;
  display: none;
  z-index: 1;
  background-color: #d7f2fb;
  border: #a6e5f7 solid 1px;
  margin: 0;
  padding: 5px;
}
.discount .add_to_selection_info span {
  display: none;
}
.inactive-ribbon {
  z-index: 10;
  position: absolute;
  right: -9px;
  top: -10px;
  display: block;
  width: 134px;
  height: 131px;
  overflow: hidden;
  background: url(../img/corner-inactive.png);
}
.inactive-ribbon span {
  visibility: hidden;
}
.discount-big .inactive-ribbon {
  right: -11px;
  top: -12px;
  width: 172px;
  height: 169px;
  background: url(../img/corner-inactive-big.png);
}
.discount-inner {
  padding-left: 10px;
  padding-right: 10px;
}
.discount-inner h2 {
  margin-top: 5px;
  height: 52px;
  overflow: hidden;
}
.discount-left,
.discount-right {
  float: left;
}
.discount-left {
  width: 50%;
}
.discount-right {
  width: 48%;
  padding-left: 2%;
}
.discounts {
  *zoom: 1;
}
.discounts:before,
.discounts:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts:after {
  clear: both;
}
.discounts:before,
.discounts:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts:after {
  clear: both;
}
.discounts .discount {
  float: left;
  width: 455px;
}
.discounts .discount:nth-child(odd) {
  clear: both;
  margin-right: 10px;
}
.discount-summary {
  *zoom: 1;
}
.discount-summary:before,
.discount-summary:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-summary:after {
  clear: both;
}
.discount-summary:before,
.discount-summary:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-summary:after {
  clear: both;
}
.discount-summary .discount-summary-left,
.discount-summary .discount-summary-right {
  float: left;
}
.discount-summary .discount-summary-left {
  width: 53%;
  padding-right: 2%;
}
.discount-summary .discount-summary-right {
  width: 45%;
  text-align: right;
}
.discount-summary .discount-summary-right .button {
  display: block;
  margin: 5px 0 0;
}
.discount-summary .price {
  display: block;
  font-size: 30px;
  font-weight: 900;
  line-height: 1;
  color: #06b2e9;
}
.discount-summary .regular-price {
  text-decoration: line-through;
}
.discount-inner .discount-summary .discount-summary-left {
  width: 60%;
}
.discount-inner .discount-summary .discount-summary-right {
  width: 38%;
}
.summary-bottom {
  *zoom: 1;
  padding-top: 25px;
}
.summary-bottom:before,
.summary-bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.summary-bottom:after {
  clear: both;
}
.summary-bottom:before,
.summary-bottom:after {
  display: table;
  content: "";
  line-height: 0;
}
.summary-bottom:after {
  clear: both;
}
.summary-bottom > div {
  float: right;
}
.summary-bottom > div.rating-img {
  display: none;
  overflow: hidden;
  position: relative;
  padding: 0 10px;
  cursor: help;
}
.summary-bottom > div.rating-img img {
  display: block;
}
.summary-bottom > div.rating-img .rating-tooltip {
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  left: 50%;
  bottom: 34px;
  width: 200px;
  margin-left: -100px;
  padding: 5px 10px;
  border: 2px solid #076dbf;
  font-size: 12px;
  background-color: #fff;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.15);
  -webkit-transition: opacity linear 0.2s;
  -o-transition: opacity linear 0.2s;
  transition: opacity linear 0.2s;
}
.summary-bottom > div.rating-img .rating-tooltip strong {
  display: block;
}
.discount:hover .summary-bottom > div.rating-img {
  display: block;
}
.summary-bottom > div.rating-img:hover {
  overflow: visible;
}
.summary-bottom > div.rating-img:hover .rating-tooltip {
  opacity: 1;
  filter: alpha(opacity=100);
}
.summary-bottom > div.icons {
  margin-top: -10px;
  font-size: 12px;
  line-height: 12px;
  text-align: center;
}
.summary-bottom > div.icons > span {
  display: block;
}
.summary-bottom > div.icons > a {
  font-size: 30px;
  line-height: 30px;
  text-decoration: none;
  color: #d5d5d5;
}
.summary-bottom > div.icons > a span:before {
  margin-right: 0;
  margin-left: 0;
}
.summary-bottom > div.icons > a:hover {
  color: #4f66b0;
}
.discount-inner .summary-bottom {
  padding-top: 20px;
  height: 40px;
}
.discount-img {
  position: relative;
  display: block;
}
.discount-img img {
  display: block;
  max-width: 100%;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.discount-img .discount-label {
  position: absolute;
  left: 12px;
  top: 12px;
  display: block;
  width: 70px;
  height: 70px;
  text-align: center;
  line-height: 70px;
  font-size: 23px;
  font-weight: 900;
  background-color: #7ABC26;
  border-radius: 50%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  color: #FFF;
}
.discount-info {
  *zoom: 1;
}
.discount-info:before,
.discount-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-info:after {
  clear: both;
}
.discount-info:before,
.discount-info:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-info:after {
  clear: both;
}
.discount-info > a.discount-heart {
  text-decoration: none;
  color: #24282b;
}
.discount-info > a.discount-heart:hover span {
  text-decoration: underline;
}
.discount-info > a.discount-heart:hover:before {
  color: #06b2e9;
}
.discount-info > div,
.discount-info > a {
  display: block;
  float: left;
  width: 33.33333%;
  font-size: 12px;
  line-height: 30px;
}
.discount-info > div.discount-time,
.discount-info > a.discount-time,
.discount-info > div.discount-customers,
.discount-info > a.discount-customers,
.discount-info > div.discount-heart,
.discount-info > a.discount-heart {
  position: relative;
}
.discount-info > div.discount-time:before,
.discount-info > a.discount-time:before,
.discount-info > div.discount-customers:before,
.discount-info > a.discount-customers:before,
.discount-info > div.discount-heart:before,
.discount-info > a.discount-heart:before {
  display: inline-block;
  vertical-align: middle;
  font-family: 'usporycz';
  font-size: 20px;
  line-height: 21px;
  color: #d5d5d5;
}
.discount-big .discount-info > div.discount-time:before,
.discount-big .discount-info > a.discount-time:before,
.discount-big .discount-info > div.discount-customers:before,
.discount-big .discount-info > a.discount-customers:before,
.discount-big .discount-info > div.discount-heart:before,
.discount-big .discount-info > a.discount-heart:before {
  font-size: 30px;
}
.discount-info > div.discount-customers:before,
.discount-info > a.discount-customers:before {
  content: '\e603';
}
.discount-info > div.discount-time:before,
.discount-info > a.discount-time:before {
  content: '\e604';
}
.discount-info > div.discount-heart:before,
.discount-info > a.discount-heart:before {
  content: '\e600';
}
.discount-info > div.add_to_selection_info {
  display: none;
}
.discount-summary + .discount-info {
  margin-bottom: -5px;
  padding-top: 10px;
}
.dialog-overlay {
  display: none;
  z-index: 30;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(9, 36, 66, 0.4);
}
.dialog-styled {
  display: none;
  z-index: 31;
  position: fixed;
  left: 50%;
  top: 40px;
  width: 836px;
  margin-left: -418px;
  border: 2px solid #076dbe;
  background-color: #fff;
  border-radius: 4px;
}
.dialog-styled .dialog-inner {
  padding: 29px 38px;
}
.dialog-styled .dialog-close {
  z-index: 1;
  position: absolute;
  right: -13px;
  top: -13px;
  width: 62px;
  height: 62px;
  padding: 0;
  text-decoration: none;
  background: #06b2e9;
  color: #fff;
  border-radius: 50%;
}
.dialog-styled .dialog-close:before {
  content: '\e80c';
  font-family: 'usporycz';
  font-size: 62px;
  line-height: 62px;
}
.dialog-styled h3 {
  margin-bottom: 20px;
  font-size: 20px;
  color: #0f3b68;
}
.dialog-styled p {
  margin-bottom: 20px;
}
.dialog-styled table {
  width: 100%;
  margin-bottom: 20px;
}
.dialog-styled table th {
  font-weight: bold;
}
.dialog-styled table th a {
  color: #0f3b68;
}
.dialog-styled table td {
  text-align: right;
}
.dialog-styled table td a {
  color: #ff580a;
}
.dialog-styled .button {
  display: inline-block;
  margin: 0;
}
.discounts-subscribe {
  *zoom: 1;
}
.discounts-subscribe:before,
.discounts-subscribe:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-subscribe:after {
  clear: both;
}
.discounts-subscribe:before,
.discounts-subscribe:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-subscribe:after {
  clear: both;
}
.discounts-subscribe h2 {
  font-size: 32px;
  line-height: 1.2;
  font-weight: 900;
  text-transform: uppercase;
  color: #ff580a;
}
.discounts-subscribe h3 {
  margin-bottom: 15px;
}
.discounts-subscribe .form {
  margin-bottom: 0;
  padding-right: 130px;
  background: url(../img/badge-discounts.png) right top no-repeat;
}
.discounts-subscribe .form .custom-select {
  width: 100% !important;
  margin-bottom: 15px;
}
.discounts-subscribe .form input {
  display: block;
  width: 100%;
  margin-right: 0;
  margin-bottom: 25px;
  padding-top: 7px;
  padding-bottom: 7px;
  font-weight: 400;
  background-color: #f6f6f6;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.discounts-subscribe .form .button {
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 17px;
}
.discounts-subscribe > div {
  float: left;
}
.discounts-subscribe > div.discounts-subscribe-left {
  width: 350px;
  padding-right: 10px;
  background: url(../img/logo-small.png) 206px bottom no-repeat;
}
.discounts-subscribe > div.discounts-subscribe-right {
  width: 402px;
  margin-right: -10px;
}
.discounts-images {
  *zoom: 1;
  margin-bottom: -10px;
}
.discounts-images:before,
.discounts-images:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-images:after {
  clear: both;
}
.discounts-images:before,
.discounts-images:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-images:after {
  clear: both;
}
.discounts-images a {
  float: left;
  width: 128px;
  margin-right: 9px;
  margin-bottom: 9px;
  position: relative;
  text-decoration: none;
  font-size: 16px;
  color: #fff !important;
}
.discounts-images a span {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  line-height: 30px;
  text-align: center;
}
.discounts-images a img {
  display: block;
}
.discounts-images a:nth-child(3n) {
  border-radius: 20px;
  margin-right: 0;
}
.discounts-settings p > a {
  color: #ff580a;
}
.discounts-settings p > a.custom-select {
  color: #24282b;
}
.discounts-settings .button {
  display: inline-block;
  float: none !important;
  margin: 0;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 17px;
}
.content-box .content-box-inner {
  padding: 0 33px 25px;
}
.content-box .content-box-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.checkboxes {
  margin-bottom: 30px;
}
.checkboxes input[type="checkbox"] {
  display: none;
}
.checkboxes input[type="checkbox"] + label {
  padding-left: 22px;
  padding-right: 28px;
  background: url(../img/checkbox.png) left center no-repeat;
  cursor: pointer;
}
.checkboxes input[type="checkbox"]:checked + label {
  background: url(../img/checkbox-checked.png) left center no-repeat;
}
.custom-select-wrapper {
  font-size: 15px;
}
.custom-select-wrapper .custom-select {
  margin-left: 20px;
  margin-right: 30px;
}
.labels a {
  display: inline-block;
  font-size: 13px;
  line-height: 30px;
  text-decoration: none;
  color: #000;
}
.labels a:before {
  vertical-align: middle;
  display: inline-block;
  margin-right: 3px;
  content: '\e607';
  font-family: 'usporycz';
  font-size: 20px;
  color: #d5d5d5;
}
.labels a span {
  text-decoration: underline;
}
.labels a:hover {
  color: #000;
}
.labels a:hover:before {
  color: #06b2e9;
}
.labels a:hover span {
  text-decoration: none;
}
.discount-categories {
  *zoom: 1;
  padding-top: 30px;
  padding-bottom: 30px;
}
.discount-categories:before,
.discount-categories:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-categories:after {
  clear: both;
}
.discount-categories:before,
.discount-categories:after {
  display: table;
  content: "";
  line-height: 0;
}
.discount-categories:after {
  clear: both;
}
.discount-categories > div {
  float: left;
  width: 22%;
  padding-left: 3%;
}
.discount-categories h4 {
  margin-bottom: 5px;
  color: #0f3b68;
  font-size: 16px;
  font-weight: 800;
}
.discount-categories ul {
  margin: 0 0 30px;
  padding: 0;
}
.discount-categories ul li {
  position: relative;
  list-style: none;
  padding: 4px 0 4px 10px;
}
.discount-categories ul li a {
  text-decoration: none;
  color: #24282b;
}
.discount-categories ul li a:hover {
  text-decoration: underline;
}
.discount-categories ul li:before {
  position: absolute;
  left: 0;
  top: 10px;
  content: '\e608';
  font-family: 'usporycz';
  font-size: 10px;
  color: #076dbe;
}
.search-watcher {
  margin-bottom: 10px;
}
.search-watcher h2 {
  margin-bottom: 10px;
}
.search-watcher + h3 {
  margin-bottom: 10px;
}
div.filters {
  *zoom: 1;
  margin-bottom: 10px;
}
div.filters:before,
div.filters:after {
  display: table;
  content: "";
  line-height: 0;
}
div.filters:after {
  clear: both;
}
div.filters:before,
div.filters:after {
  display: table;
  content: "";
  line-height: 0;
}
div.filters:after {
  clear: both;
}
div.filters > div {
  float: left;
  width: 23%;
  padding-right: 2.666666%;
}
div.filters > div .selectBox-dropdown {
  width: 100% !important;
}
div.filters > div:last-child {
  padding-right: 0;
}
.search-box .select {
  display: inline-block;
}
.deals-archive-title {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.5em;
  font-weight: 700;
}
.cities {
  display: none;
  z-index: 100;
  position: absolute;
  left: 0;
  top: 32px;
  width: 944px;
  padding: 18px;
  background: #2f2f2f;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cities ul {
  float: left;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -moz-box-sizing: border-box;
  width: 25%;
  margin: 0;
  padding: 0;
  border-left: 1px solid #595959;
}
.cities ul:first-child,
.cities ul:nth-child(4n+1) {
  border: 0;
}
.cities ul li {
  padding: 5px 10px;
  list-style: none;
  background: none;
}
.cities ul li.current a {
  background: #4e4e4e;
  border-radius: 4px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cities ul li a.show-more-cities {
  display: block;
  margin: 20px;
  padding: 7px 45px 7px 15px;
  border: 0;
  text-decoration: none;
  text-align: left;
  font-weight: 800;
  color: #ffffff;
  background: #ff580a url("../img/button-arrow-right-small.png") center right no-repeat;
  cursor: pointer;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #076dbf;
  margin: 0px;
  margin-left: 10px;
}
.cities ul li a.show-more-cities:hover {
  color: #ffffff;
  background-color: #07b2ea;
}
.cities ul li a.show-more-cities.grey {
  color: #24282b;
  background: #e5eaea url("../img/button-arrow-right-small-black.png") center right no-repeat;
}
.cities ul li a.show-more-cities.grey:hover {
  color: #ffffff;
  background: #07b2ea url("../img/button-arrow-right-small.png") center right no-repeat;
}
.cities ul li a.show-more-cities.light {
  font-weight: 400;
}
.cities ul li a.show-more-cities.big {
  font-size: 16px;
}
.ui-widget-content .cities ul li a.show-more-cities {
  color: #ffffff;
}
.cities ul li a.show-more-cities.minibutton {
  float: none;
  background-image: none;
  padding: 6px 10px;
  text-align: center;
  line-height: 1.3;
}
.cities ul li a.show-more-cities.blue {
  background-color: #076dbf;
}
.cities ul li a.show-more-cities.blue:hover {
  background-color: #07b2ea;
}
.cities ul li a.show-more-cities:hover {
  background-color: #07b2ea;
}
.cities ul a {
  display: inline-block;
  padding: 0 10px;
  font-size: 14px;
  line-height: 28px;
  text-decoration: none;
  color: #fff;
}
.cities ul a :hover {
  color: #076dbf;
}
.more-cities {
  display: none;
  clear: both;
}
.discounts-settings .checkboxes {
  *zoom: 1;
}
.discounts-settings .checkboxes:before,
.discounts-settings .checkboxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-settings .checkboxes:after {
  clear: both;
}
.discounts-settings .checkboxes:before,
.discounts-settings .checkboxes:after {
  display: table;
  content: "";
  line-height: 0;
}
.discounts-settings .checkboxes:after {
  clear: both;
}
.discounts-settings .checkboxes label {
  float: left;
  width: 26%;
}
.content-box .discounts-settings h4 {
  margin-left: 0;
}
.content-box .discounts-settings p.smaller {
  margin-top: -10px;
  margin-bottom: 10px;
  font-size: 12px;
  color: #555555;
}
.overlay-content {
  border: 2px solid #076dbf;
}
.dialog-inner {
  padding: 10px;
}
.dialog-inner table {
  margin-bottom: 20px;
}
.dialog-inner table.unsubscribe-table {
  width: 100%;
}
.dialog-inner table.unsubscribe-table td:last-child a {
  color: #ff580a;
}
.dialog-inner td {
  padding-right: 5px;
  padding-bottom: 5px;
}
.dialog-inner p {
  margin-bottom: 10px;
}
.dialog-inner p.lock:before {
  vertical-align: text-bottom;
  content: '\e609';
  font-family: 'usporycz';
  font-size: 22px;
  line-height: 22px;
  color: #555555;
}
.dialog-inner .button {
  margin-left: 0;
  margin-top: 0;
}
.dialog-inner .pull-left > div {
  margin-bottom: 10px;
}
.dialog-inner .pull-left > div input[type="text"] {
  display: block;
  width: 220px;
}
#cboxClose {
  width: 62px;
  height: 62px;
  overflow: hidden;
  padding: 0;
  text-decoration: none;
  background: #06b2e9;
  color: #fff;
  border-radius: 50%;
  color: transparent;
}
#cboxClose:before {
  content: '\e80c';
  font-family: 'usporycz';
  font-size: 62px;
  line-height: 62px;
  color: #fff;
}
ul.fav,
ul.watcher_filters {
  margin: 10px 0 20px;
  padding: 0;
}
ul.fav li,
ul.watcher_filters li {
  list-style: none;
}
ul.fav {
  *zoom: 1;
}
ul.fav:before,
ul.fav:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.fav:after {
  clear: both;
}
ul.fav:before,
ul.fav:after {
  display: table;
  content: "";
  line-height: 0;
}
ul.fav:after {
  clear: both;
}
ul.fav li {
  padding: 0 2% 0 0;
  float: left;
  width: 31.33333%;
}
ul.watcher_filters li {
  padding: 0 0 5px;
}
.branding {
  position: relative;
  height: 200px;
  line-height: 0;
}
.branding-wrap {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  height: 200px;
}
.branding-in {
  position: relative;
  height: 200px;
}
.top-banner {
  height: 200px;
  overflow: hidden;
  position: relative;
  min-width: 980px;
}
.top-banner .banner-link {
  width: 1920px;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
}
.left-banner,
.right-banner {
  position: absolute;
  top: 200px;
  width: calc(100% / 2 - ( 980px  / 2) - 10px);
  overflow: hidden;
}
.left-banner {
  left: 0;
}
.right-banner {
  right: 0;
}
@media (max-width: 1920px) {
  .left-banner .side-banner {
    float: right;
  }
}
.left-banner .side-banner .banner-link {
  margin-left: auto;
}
.side-banner {
  height: 600px;
}
.side-banner .banner-link {
  max-width: 460px;
}
.banner-link {
  display: block;
}
.branding--no-top,
.branding--no-top .branding-wrap,
.branding--no-top .branding-in {
  height: 0;
}
.branding--no-top .top-banner {
  display: none;
}
.branding--no-top .left-banner,
.branding--no-top .right-banner {
  top: 0;
}
.top-banner:after {
  content: '';
  display: block;
  height: 1px;
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 50%;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
  width: 1000px;
  margin-left: -500px;
}
.right-banner:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -1px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
}
.left-banner:after {
  content: '';
  display: block;
  width: 1px;
  position: absolute;
  top: 0;
  right: -1px;
  bottom: 0;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
}
/* Sticky branding */
#page-wrap.sticky-branding-active {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  background: #e5eaea;
  margin-top: 200px;
  -webkit-box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
          box-shadow: 0 0 5px 1px rgba(0, 0, 0, 0.6);
}
.sticky-branding {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.sticky-branding .left-banner,
.sticky-branding .right-banner {
  top: 0;
}
.sticky-branding .top-banner {
  width: 1000px;
  margin: 0 auto;
}
.sticky-branding .top-banner:after {
  display: none;
}
.sticky-branding .top-banner .banner-link {
  width: 1000px;
  position: static;
  margin-left: 0;
}
.sticky-branding .side-banner {
  height: 1200px;
}
.sticky-branding .left-banner:after,
.sticky-branding .right-banner:after {
  display: none;
}
.customizable-popup.ui-dialog {
  background-color: #d1d2d4;
}
.customizable-popup.ui-dialog .ui-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.customizable-popup .dialog-modal .dialog-close {
  top: 10px;
  right: 10px;
  width: 20px;
  height: 20px;
  padding: 0;
  border: 1px solid #07b2ea;
  border-radius: 50%;
  background-image: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  line-height: 0;
  font-size: 21px;
  color: #07b2ea;
}
.customizable-popup .dialog-modal .dialog-close:not(:first-of-type) {
  display: none;
}
.customizable-popup .dialog-modal .dialog-close:focus {
  outline: none;
  text-decoration: none;
}
.customizable-popup .dialog-modal .modal-content a:focus {
  outline: none;
}
.customizable-popup .dialog-modal .modal-content img {
  display: block;
  max-width: 100%;
  width: 100%;
  height: auto;
}
.customizable-popup.text-popup .ui-dialog-content {
  display: block;
}
.customizable-popup.text-popup .modal-content {
  padding: 10px 5px;
}
.customizable-popup.text-popup {
  background-color: #fff;
  border-radius: 0;
  margin: 25px 0;
  display: block;
  font-size: 14px;
}
/* Slide popup */
.slide-popup,
.slide-popup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}
.slide-popup {
  position: fixed;
  display: none;
  top: 35%;
  z-index: 99;
  -webkit-transition-duration: 1s;
       -o-transition-duration: 1s;
          transition-duration: 1s;
  cursor: pointer;
  border-radius: 0 0 0 10px;
  background-color: #CA2D29;
}
.slide-popup.show {
  right: 0 !important;
}
.slide-popup__title {
  position: absolute;
  top: -5px;
  right: calc(100% + 4px);
  white-space: nowrap;
  font-size: 16px;
  font-weight: 700;
  background-color: #CA2D29;
  border-radius: 8px 8px 0 0;
  color: #fff;
  text-transform: uppercase;
  padding: 7px 46px 7px 16px;
  -webkit-transform: rotate(-90deg) translateY(-100%);
      -ms-transform: rotate(-90deg) translateY(-100%);
          transform: rotate(-90deg) translateY(-100%);
  -webkit-transform-origin: top right;
      -ms-transform-origin: top right;
          transform-origin: top right;
}
.slide-popup__title:after {
  content: '';
  display: block;
  width: 18px;
  height: 18px;
  position: absolute;
  right: 13px;
  top: 9px;
  background-image: url("../img/button-arrow-up-small-white.png");
  background-position: center;
  background-repeat: no-repeat;
}
.show .slide-popup__content .slide-popup__title:after {
  background-image: url("../img/button-arrow-down-small-white.png");
}
.slide-popup__content {
  position: relative;
  border-radius: 8px 0 0 8px;
  font-size: 16px;
  border-top: 5px solid;
  border-left: 5px solid;
  border-bottom: 5px solid;
  border-color: #CA2D29;
  background-color: white;
  padding: 20px 10px 20px 20px;
}
.slide-popup__content--img {
  padding: 0;
}
.slide-popup__content .btn {
  text-align: right;
}
.slide-popup__content-title {
  font-size: 20px;
  color: #CA2D29;
  font-weight: 800;
  text-transform: uppercase;
}
.slide-popup__content-btn {
  text-align: center;
}
.slide-popup__content-image img {
  width: 100%;
}
.slide-popup p {
  margin-bottom: 16px;
}
.slide-popup .button {
  display: inline-block;
  margin: 0;
}
.callout-box {
  padding: 20px;
  padding-left: 30px;
  position: relative;
  background-color: #ffffff;
  border-radius: 3px;
  margin-top: 20px;
  margin-bottom: 20px;
}
.callout-box::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: .625rem;
  background-color: #d0d4d5;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
.callout-box--danger::before {
  background-color: #ff580a;
}
.callout-box--danger .text-icon__icon svg {
  fill: #ff580a;
}
.callout-box--success::before {
  background-color: #43be07;
}
.callout-box--success .text-icon__icon svg {
  fill: #43be07;
}
.callout-box .form {
  margin-bottom: 0;
}
.callout-box .form-input {
  width: 100%;
}
.callout-box .form-submit {
  margin-top: 20px;
  text-decoration: none;
  display: inline-block;
}
.callout-box .form-submit:hover {
  color: #ffffff;
}
.callout-box .controls {
  margin: 0;
}
.callout-box .control-group .controls.standalone {
  margin-left: 0;
  max-width: 100%;
  width: 100%;
}
.callout-box .control-group .controls.standalone .checkbox,
.callout-box .control-group .controls.standalone .checkbox--position label {
  width: calc(100% - 20px);
}
.company-heading {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  margin-bottom: 1rem;
}
.company-heading__title {
  margin-bottom: 0;
  color: #0b3764;
}
.company-heading__name {
  color: #777777;
  border-left: 1px solid;
  margin-left: .5rem;
  padding-left: .5rem;
  margin-top: .25rem;
}
.company-heading__logo {
  margin-left: auto;
  max-width: 110px;
  margin-bottom: -1rem;
}
.text-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.text-icon__icon {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 24px;
          flex: 0 0 24px;
  max-width: 24px;
  margin-right: 12px;
}
.text-icon__content {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding-top: 3px;
}
.srt-redirect-modal {
  border-radius: 10px 10px 10px 10px !important;
  overflow: hidden;
}
.srt-dialog {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  padding: 0px;
  font-style: normal;
  font-weight: normal;
  line-height: 26px;
  width: 780px;
  height: 400px !important;
  overflow: hidden !important;
}
.srt-dialog-header {
  background: #ECEEFB;
  display: grid;
  grid-auto-flow: column;
  grid-column-gap: 10px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 10px 20px;
  width: -webkit-fill-available;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  color: #828282;
  font-size: 16px;
}
.srt-dialog-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 40px 20px;
  width: -webkit-fill-available;
}
.srt-dialog-content h3 {
  font-size: 24px;
  font-weight: 600;
}
.srt-dialog-content h4 {
  font-size: 18px;
  font-weight: normal;
}
.srt-dialog-close {
  display: block;
}
.srt-dialog a.dialog-close {
  background: url('/Content/img/srt-close-cross.svg') center no-repeat;
  font-size: 0 !important;
  right: 10.5px;
  top: 10.5px;
}
.srt-uspory-srovnjeto-redirect-logo {
  margin-top: 40px;
  margin-bottom: 20px;
}
.srt-button {
  background: #F99A34;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 13px 28px 14px;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
}
input {
  font-family: 'Open Sans', sans-serif;
  outline: none;
}
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #24282b;
  background: #e5eaea;
}
.christmas-theme {
  background-image: url('../img/snow-pattern.png');
}
a {
  color: #076dbf;
  text-decoration: underline;
  border: none;
}
a:hover {
  color: #ff580a;
}
a img {
  border: none;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.container {
  width: 980px;
  margin: 0 auto;
  max-width: none !important;
  *zoom: 1;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.container:after {
  clear: both;
}
.column-wide {
  width: 700px;
  float: left;
}
.column-narrow {
  width: 260px;
  float: right;
}
.column-narrow.margin-reset > div:first-of-type {
  margin-top: 2px;
}
.column-narrow .content-box .inner {
  padding: 0 20px;
}
.pull-left {
  float: left;
}
.white-row {
  background: #ffffff;
}
.header {
  height: 160px;
}
.header .container {
  position: relative;
  z-index: 12;
  height: 100%;
}
.header .logo {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 222px;
  height: 45px;
  background-image: url("../img/logo.png");
}
.header .logo--christmas {
  background-image: url("../img/logo-christmas.png");
}
.header .login {
  position: absolute;
  right: 181px;
  top: 30px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-right: 1px solid #bdc1c2;
}
.header .login a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  float: none;
  margin: 0;
  padding: 0 25px 0 30px;
  font-weight: 400;
  text-align: center;
  color: #076dbf;
  background: transparent;
}
.header .login a:hover {
  text-decoration: none;
}
.header .login .login-link {
  background: transparent center left url("../img/icon-login.png") no-repeat;
}
.header .login .form-input {
  width: 120px;
}
.header .login-form {
  margin: 0 20px 0 0;
}
.header .login-input-name {
  margin-right: 0;
}
.header .login-submit {
  margin: 0 0 0 -10px;
}
.header .registration {
  position: absolute;
  right: 100%;
  top: 0;
  margin-right: 20px;
  width: 130px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  border-right: 1px solid #bdc1c2;
}
.header .registration a {
  display: block;
  text-decoration: underline;
  font-size: 14px;
  float: none;
  margin: 0;
  padding: 0;
  font-weight: 400;
  text-align: center;
  color: #076dbf;
  background: transparent;
}
.header .registration a:hover {
  text-decoration: none;
}
.header .hotline {
  height: 26px;
}
.header .hotline .opening {
  position: absolute;
  right: 0px;
  top: 15px;
  width: 180px;
  height: 13px;
  line-height: 13px;
  text-align: right;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #808285;
}
.header .hotline .phone {
  position: absolute;
  right: 0px;
  top: 30px;
  width: 180px;
  text-align: right;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 26px;
  line-height: 26px;
  letter-spacing: -1px;
  color: #0b3764;
  background-image: url("../img/icon-phone-small.png");
  background-position: 28px center;
  background-repeat: no-repeat;
}
.header .position {
  position: absolute;
  top: 132px;
  left: 20px;
  font-size: 12px;
}
.social {
  position: absolute;
  margin-top: -10px;
  width: 76px;
  height: 20px;
}
.footer-compare .social {
  top: 20px;
  right: 0px;
}
.footer-compare .social a {
  opacity: 1;
}
.footer-compare .social a:hover {
  opacity: 0.7;
}
.header .social {
  bottom: 8px;
  right: 0;
}
.social a {
  display: block;
  float: left;
  width: 20px;
  height: 20px;
  padding: 0;
  margin-left: 8px;
  background-position: left top;
  background-repeat: no-repeat;
  text-decoration: none;
  font-size: 0;
  opacity: 0.7;
}
.social a:first-child {
  margin-left: 0;
}
.social a:hover {
  opacity: 1;
}
.social .fb {
  background-image: url("../img/social/icon-fb.png");
}
.social .twitter {
  background-image: url("../img/social/icon-twitter.png");
}
.social .gplus {
  background-image: url("../img/social/icon-google.png");
}
.logos {
  padding: 20px 0;
  text-align: center;
}
.logos li {
  display: inline-block;
  margin: 0 18px;
  list-style: none;
  vertical-align: middle;
}
.lt-ie8 .logos li {
  display: inline;
  zoom: 1;
}
.products-top,
.products-standard {
  *zoom: 1;
}
.products-top:before,
.products-standard:before,
.products-top:after,
.products-standard:after {
  display: table;
  content: "";
  line-height: 0;
}
.products-top:after,
.products-standard:after {
  clear: both;
}
.products-top:before,
.products-standard:before,
.products-top:after,
.products-standard:after {
  display: table;
  content: "";
  line-height: 0;
}
.products-top:after,
.products-standard:after {
  clear: both;
}
.products-top a,
.products-standard a {
  color: #0b3764;
}
.products-other {
  margin-bottom: -18px;
}
.products-other .maintitle {
  margin: 0 0 15px 20px;
  font-weight: 700;
  font-size: 25px;
  color: #0b3764;
}
.comparison {
  padding: 1px 0;
}
.comparison .title-line {
  position: relative;
  height: 75px;
}
.comparison .title-line .maintitle {
  margin: 0 0 0 20px;
  font-weight: 700;
  font-size: 32px;
  color: #0b3764;
  line-height: 75px;
}
.comparison .products-standard {
  margin: 20px 0 -20px;
}
.page-title {
  margin: 0 0 0 20px;
  height: 75px;
  font-weight: 700;
  font-size: 32px;
  line-height: 75px;
  color: #0b3764;
}
.page-title .icon {
  font-size: 44px;
}
.work-flow {
  margin: 20px 0;
  padding-bottom: 5px;
  background-color: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.work-flow .title {
  padding: 15px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.work-flow ul {
  list-style: none;
  margin-top: 5px;
  counter-reset: step;
}
.work-flow ul li {
  margin-left: 48px;
  padding-top: 10px;
  padding-right: 10px;
  font-size: 14px;
}
.work-flow ul li:before {
  color: #07b2ea;
  margin-left: -30px;
  margin-top: -5px;
  width: 30px;
  display: block;
  float: left;
  font-weight: 800;
  font-size: 24px;
  content: counter(step);
  counter-increment: step;
}
.cart {
  margin: 20px 0;
  padding: 0 0 1px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
}
.cart .button {
  float: left;
}
.cart .button.big {
  float: none;
  width: 150px;
  margin: 20px auto;
}
.cart .content-box-inner {
  padding: 0 33px 25px;
}
.cart .content-box-inner p {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 30px;
}
.cart:before,
.cart:after {
  display: table;
  content: "";
  line-height: 0;
}
.cart:after {
  clear: both;
}
.cart:before,
.cart:after {
  display: table;
  content: "";
  line-height: 0;
}
.cart:after {
  clear: both;
}
.cart.white {
  background: #ffffff;
}
.cart.calculator {
  margin-bottom: 0;
}
.cart > .title,
.cart .blur-wrapper > .title {
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.column-narrow .cart > .title,
.column-narrow .cart .blur-wrapper > .title {
  padding: 20px 15px 15px;
}
.column-narrow .cart > .title.small,
.column-narrow .cart .blur-wrapper > .title.small {
  font-size: 14px;
  vertical-align: top;
}
.column-narrow .cart > .title.small > .icon,
.column-narrow .cart .blur-wrapper > .title.small > .icon {
  float: left;
  font-size: 1.5em;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.column-narrow .cart > .title.small .text,
.column-narrow .cart .blur-wrapper > .title.small .text {
  display: block;
  float: left;
  line-height: 28px;
}
.cart.content-box-inverse {
  background: #ffffff;
}
.cart.content-box-inverse > .title,
.cart.content-box-inverse .blur-wrapper > .title {
  background: #f7f7f7;
}
.cart h2,
.cart h3,
.cart h4,
.cart h5,
.cart h6 {
  margin: 10px 20px;
}
.cart ul,
.cart ol {
  margin: 10px 20px 10px 40px;
}
.cart ol li {
  margin: 0 0 5px;
}
.cart.list-box ol {
  margin-left: 20px;
}
.cart p {
  margin: 10px 20px;
}
.cart p.text-big {
  margin: 30px 20px 10px 20px;
}
.cart.list-box {
  margin-bottom: 0px;
  padding: 25px;
}
.cart.list-box .list-box-title {
  display: block;
  color: #0b3764;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}
.cart.list-box .list-box-title .icon {
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.cart.list-box div {
  float: left;
  width: 33%;
}
.cart > .title {
  font-size: 14px;
}
.column-narrow .cart > .title {
  padding: 0;
  line-height: 50px;
}
.cart .title:before {
  content: "\2713";
  display: inline-block;
  width: 38px;
  height: 38px;
  margin: 0 15px 0 20px;
  vertical-align: middle;
  line-height: 38px;
  text-align: center;
  font-size: 30px;
  color: #ffffff;
  background: #07b2ea;
  border-radius: 38px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.cart .cart-item {
  margin: 30px 0 20px;
}
.cart .cart-item-title {
  margin: 0 15px 20px 15px;
  padding: 0 0 0 20px;
  font-size: 14px;
  background: url("../img/list-item.png") left 3px no-repeat;
}
.cart .cart-item-image {
  margin: 0 0 20px 35px;
  display: block;
}
.cart .cart-item-subtitle {
  margin: 0 15px 0 35px;
  font-size: 14px;
}
.cart .cart-item-list {
  margin: 0 15px 0 35px;
  font-size: 12px;
  list-style: none;
}
.cart .cart-item-list li {
  position: relative;
  padding-left: 8px;
}
.cart .cart-item-list li:before {
  content: "\2022";
  position: absolute;
  top: 0;
  left: 0;
  color: #ff580a;
}
.cart .cart-overall {
  margin: 20px 15px 0 35px;
  padding: 20px 0;
  border-top: 1px solid #c4c4c4;
}
.cart .cart-overall-price {
  float: right;
}
.green-card {
  margin: 20px 0;
  padding: 0 0 140px;
  width: 260px;
  background: #f7f7f7 url("../img/green-card.png") bottom right no-repeat;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.green-card .title {
  padding: 15px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #ffffff;
  background: #7ABC26;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.green-card p {
  margin: 20px 15px 0;
  font-size: 15px;
  font-weight: 700;
  color: #0b3764;
}
.green-card p strong {
  display: block;
  font-size: 26px;
}
.operator {
  position: relative;
  margin: 20px 0;
  width: 260px;
  height: 272px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.operator.blur .blur-wrapper {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(../img/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
  opacity: .6;
  pointer-events: none;
}
.operator .blur-wrapper {
  width: 260px;
  height: 272px;
  background: #f7f7f7 url("../img/phone-operator.png") bottom right no-repeat;
}
.operator .title {
  padding: 15px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.operator .opening {
  display: block;
  margin: 23px 0 0 60px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 13px;
  color: #808285;
}
.operator .text {
  margin: 30px 100px 0 30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 16px;
  color: #0b3764;
}
.operator .phone {
  display: block;
  margin: 0 0 0 15px;
  padding: 0 0 0 15px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 26px;
  letter-spacing: -1px;
  color: #0b3764;
  background: transparent url("../img/icon-phone-big.png") 0px center no-repeat;
}
.operator form {
  margin: 50px 0 0;
}
.operator .form-input {
  width: 100px;
  margin: 0 0 0 16px;
}
.operator .form-submit {
  margin: 0 0 0 -10px;
}
.operator .name {
  display: block;
  margin: 10px 0 0 30px;
  font-family: 'Ubuntu', sans-serif;
  font-weight: 700;
  font-size: 15px;
  color: #0b3764;
}
.operator .position {
  display: block;
  margin: 0 0 0 30px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 15px;
  font-style: italic;
  color: #808285;
}
.operator.operator-noform .name {
  margin-top: 50px;
}
.content-box {
  margin: 20px 0;
  padding: 0 0 1px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  *zoom: 1;
}
.content-box:before,
.content-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-box:after {
  clear: both;
}
.content-box:before,
.content-box:after {
  display: table;
  content: "";
  line-height: 0;
}
.content-box:after {
  clear: both;
}
.content-box.white {
  background: #ffffff;
}
.content-box.calculator {
  margin-bottom: 0;
}
.content-box > .title,
.content-box .blur-wrapper > .title {
  padding: 20px 20px 15px;
  margin: 0 0 20px;
  font-weight: 800;
  font-size: 18px;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.column-narrow .content-box > .title,
.column-narrow .content-box .blur-wrapper > .title {
  padding: 20px 15px 15px;
}
.column-narrow .content-box > .title.small,
.column-narrow .content-box .blur-wrapper > .title.small {
  font-size: 14px;
  vertical-align: top;
}
.column-narrow .content-box > .title.small > .icon,
.column-narrow .content-box .blur-wrapper > .title.small > .icon {
  float: left;
  font-size: 1.5em;
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.column-narrow .content-box > .title.small .text,
.column-narrow .content-box .blur-wrapper > .title.small .text {
  display: block;
  float: left;
  line-height: 28px;
}
.content-box.content-box-inverse {
  background: #ffffff;
}
.content-box.content-box-inverse > .title,
.content-box.content-box-inverse .blur-wrapper > .title {
  background: #f7f7f7;
}
.content-box h2,
.content-box h3,
.content-box h4,
.content-box h5,
.content-box h6 {
  margin: 10px 20px;
}
.content-box ul,
.content-box ol {
  margin: 10px 20px 10px 40px;
}
.content-box ol li {
  margin: 0 0 5px;
}
.content-box.list-box ol {
  margin-left: 20px;
}
.content-box p {
  margin: 10px 20px;
}
.content-box p.text-big {
  margin: 30px 20px 10px 20px;
}
.content-box.list-box {
  margin-bottom: 0px;
  padding: 25px;
}
.content-box.list-box .list-box-title {
  display: block;
  color: #0b3764;
  font-size: 21px;
  font-weight: 700;
  margin: 0 0 10px;
}
.content-box.list-box .list-box-title .icon {
  border-radius: 15px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #e5eaea;
  margin-right: 15px;
}
.content-box.list-box div {
  float: left;
  width: 33%;
}
.content-box.action {
  padding: 0;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.content-box.action:after,
.content-box.action:before {
  display: none;
}
.content-box.action .name {
  position: relative;
  display: table-cell;
  vertical-align: middle;
  height: 100%;
  min-width: 90px;
  line-height: 100%;
  padding: 0;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #ffffff;
  background: #07b2ea;
  z-index: 1;
  text-align: center;
  -webkit-border-top-right-radius: 0px;
  -webkit-border-bottom-right-radius: 0px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 0px;
  -moz-border-radius-bottomright: 0px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 0px;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.content-box.action .name:after,
.content-box.action .name:before {
  content: " ";
  display: block;
  position: absolute;
  right: 0;
  z-index: -1;
  width: 100px;
  height: 50%;
  background: #07b2ea;
}
.content-box.action .name:before {
  top: 0;
  -webkit-transform: skewX(30deg) skewY(0);
  -ms-transform: skewX(30deg) skewY(0);
  transform: skewX(30deg) skewY(0);
  -webkit-transform-origin: 100% 0%;
  -ms-transform-origin: 100% 0%;
  transform-origin: 100% 0%;
}
.content-box.action .name:after {
  top: 50%;
  bottom: 0;
  -webkit-transform: skewX(-30deg) skewY(0);
  -ms-transform: skewX(-30deg) skewY(0);
  transform: skewX(-30deg) skewY(0);
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.content-box.action .content {
  display: table-cell;
  vertical-align: middle;
  padding: 20px 30px 20px 80px;
}
.content-box.action .content h4 {
  font-size: 16px;
}
.content-box.action.top .name {
  background-color: #43be07;
}
.content-box.action.top .name:after,
.content-box.action.top .name:before {
  background-color: #43be07;
}
.small-box {
  font-size: 12px;
}
.form-box {
  margin: 20px 0;
  background: #ffffff;
}
.form-box .title {
  background: #f7f7f7;
}
.content-box-arrow {
  position: relative;
}
.content-box-arrow:before,
.content-box-arrow:after {
  content: " ";
  z-index: 2;
  display: block;
  position: absolute;
  bottom: -35px;
  left: 50%;
  margin-left: -50px;
  width: 0;
  border: solid;
  border-width: 35px 50px 0;
  border-color: #ffffff transparent transparent;
}
.content-box-arrow:before {
  z-index: 1;
  bottom: -36px;
  margin-left: -52px;
  border-width: 36px 52px 0;
  border-color: #d0d4d5 transparent transparent;
}
.white-box {
  background: #ffffff;
}
.tabs {
  position: relative;
  margin: 20px 0;
  overflow: hidden;
}
.tabs .tabs-nav {
  overflow: hidden;
}
.tabs .tabs-nav li {
  float: left;
  list-style-type: none;
}
.tabs .tabs-nav li a {
  display: block;
  position: relative;
  padding: 15px 25px;
  margin: 0 8px 0 0;
  text-decoration: none;
  font-weight: 600;
  font-size: 14px;
  color: #076dbf;
  background: #ffffff;
  outline: 0;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs .tabs-nav li a:hover {
  color: #ffffff;
  background-color: #07b2ea;
}
.tabs .tabs-nav li a:hover:after {
  border-color: #ffffff transparent transparent;
}
.tabs .tabs-nav li a:after {
  content: " ";
  display: block;
  position: absolute;
  bottom: 6px;
  left: 50%;
  margin-left: -2px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 4px 4px 0;
  border-color: #076dbf transparent transparent;
}
.tabs .tabs-nav li a.selected,
.tabs .tabs-nav li a.selected:hover {
  padding: 15px 25px 22px;
  color: #0b3764;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tabs .tabs-nav li a.selected:after,
.tabs .tabs-nav li a.selected:hover:after {
  content: none;
}
.tab {
  width: 100%;
  padding: 30px 15px;
  margin-bottom: 20px;
  background: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 3px;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 3px;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 3px;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  *zoom: 1;
}
.tab:before,
.tab:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab:after {
  clear: both;
}
.tab:before,
.tab:after {
  display: table;
  content: "";
  line-height: 0;
}
.tab:after {
  clear: both;
}
.tab.selected {
  position: static !important;
}
.tab h2 {
  margin: 0 0 20px;
}
.tab h3 {
  margin: 10px 0;
}
.tab ul,
.tab ol {
  margin: 10px 0 10px 20px;
}
.tab p {
  margin: 10px 0;
}
.tab .button {
  margin-left: 0;
}
.tabs .tabs-nav {
  display: none;
}
.liteTabs .tabs-nav {
  display: block;
}
.dark-row {
  color: #ffffff;
  background: #0b3764;
  /* hidden style for the arrow, it's used when branding is presented */
}
.dark-row .container {
  height: 250px;
  position: relative;
}
.dark-row .container:after {
  content: " ";
  display: block;
  position: absolute;
  width: 90px;
  height: 113px;
  left: -90px;
  bottom: 42px;
  background: transparent url("../img/arrow.png") top left no-repeat;
}
.dark-row .container.hidden-arrow:after {
  display: none;
}
.dark-row .dark-row-title {
  display: block;
  margin: 0;
  padding: 55px 385px 5px 25px;
  font-weight: 800;
  font-size: 30px;
}
.dark-row .dark-row-subtitle {
  display: block;
  padding: 0 385px 0 25px;
  font-weight: 800;
  font-size: 18px;
}
.dark-row .button {
  position: absolute;
  left: 25px;
  bottom: 50px;
  margin: 0;
}
.eyecatcher {
  position: absolute;
  width: 321px;
  height: 266px;
  top: -16px;
  right: 67px;
  z-index: 5;
}
.eyecatcher:before {
  content: " ";
  position: absolute;
  top: 0;
  left: 0;
  width: 321px;
  height: 266px;
  background: url("../img/eyecatcher.png") top left no-repeat;
}
.eyecatcher .eyecatcher-wrapper {
  position: relative;
  overflow: hidden;
  height: 266px;
  z-index: -1;
}
.eyecatcher.eyecatcher-full {
  height: 309px;
}
.eyecatcher.eyecatcher-full:before {
  height: 309px;
  background: url("../img/eyecatcher-full.png") top left no-repeat;
}
.eyecatcher.eyecatcher-full .eyecatcher-wrapper {
  height: 309px;
}
.eyecatcher .eyecatcher-disk-big,
.eyecatcher .eyecatcher-disk-small {
  position: absolute;
  display: table;
  border-radius: 200px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.eyecatcher .eyecatcher-disk-big p,
.eyecatcher .eyecatcher-disk-small p {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.2;
  font-weight: 800;
  text-align: center;
}
.lt-ie8 .eyecatcher .eyecatcher-disk-big p,
.lt-ie8 .eyecatcher .eyecatcher-disk-small p {
  display: inline-block;
}
.eyecatcher .eyecatcher-disk-big p strong,
.eyecatcher .eyecatcher-disk-small p strong {
  display: block;
  font-weight: 800;
  text-transform: uppercase;
}
.eyecatcher .eyecatcher-disk-big {
  width: 160px;
  height: 160px;
  top: 20px;
  right: -67px;
  background: #07b2ea;
}
.eyecatcher .eyecatcher-disk-big p {
  font-size: 15px;
}
.eyecatcher .eyecatcher-disk-big p strong {
  font-size: 26px;
}
.eyecatcher .eyecatcher-disk-small {
  width: 115px;
  height: 115px;
  top: 136px;
  left: -90px;
  background: #076dbf;
}
.eyecatcher .eyecatcher-disk-small p {
  font-size: 14px;
}
.eyecatcher .eyecatcher-disk-small p strong {
  font-size: 22px;
}
.eyecatcher .eyecatcher-disk-white {
  background: #ffffff;
}
.eyecatcher .eyecatcher-disk-blue {
  background: #07b2ea;
}
.eyecatcher .eyecatcher-disk-transparent {
  background: transparent;
}
.compare-group {
  float: left;
  padding: 0 0 15px 0;
  margin: 0 0 0 20px;
}
.compare-group h3 {
  position: relative;
  margin: 15px 0;
  padding: 0 0 0 35px;
  font-weight: 800;
  font-size: 18px;
}
.compare-group h3 .icon {
  position: absolute;
  top: -7px;
  left: -3px;
  font-size: 28px;
  color: #07b2ea;
}
.compare-group ul {
  margin: 0 0 0 35px;
  list-style: none;
}
.compare-group li {
  line-height: 1.6;
}
.compare-group a {
  color: #ffffff;
  text-decoration: none;
}
.compare-group a:hover {
  color: #ff580a;
  text-decoration: underline;
}
.newsletter form {
  margin: 20px 0;
}
.newsletter .form-input {
  margin: 0 0 0 15px;
  width: 170px;
}
.newsletter .form-submit {
  margin: 0px 0 0 -10px;
}
.lt-ie8 .newsletter .form-input {
  display: block;
  float: left;
}
.newsletter .info {
  clear: both;
  margin: 0 15px 40px;
  font-size: 16px;
  font-weight: 700;
}
.license-stamp,
.quality-stamp {
  position: relative;
  padding: 0 0 60px;
}
.license-stamp .info,
.quality-stamp .info {
  position: relative;
  z-index: 1;
  margin: -10px 70px 0 15px;
  font-size: 16px;
  font-weight: 700;
}
.license-stamp a,
.quality-stamp a {
  display: block;
  margin: 20px 0 0;
}
.license-stamp:after,
.quality-stamp:after {
  content: " ";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 0;
  width: 151px;
  height: 129px;
  background: transparent url("../img/stamp-quality.png") top left no-repeat;
  background: transparent url("../img/stamp-guarantee.png") top left no-repeat;
}
.license-stamp:after {
  background: transparent url("../img/stamp-license.png") top left no-repeat;
}
.savings {
  margin: 20px 0;
  padding: 1px 0;
  background: #ffffff;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.savings .title {
  margin: 20px 0 0 20px;
  font-weight: 800;
  font-size: 24px;
  letter-spacing: -1px;
  color: #0b3764;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.savings .title .indent {
  margin: -5px 0 0 15px;
}
.savings .title .price {
  display: block;
  margin: -5px 0 0 25px;
  font-weight: 800;
  font-size: 47px;
  word-spacing: -5px;
  color: #07b2ea;
}
.savings .list {
  list-style: none;
}
.savings .list li {
  display: inline;
}
.savings .item {
  display: table;
  width: 250px;
  margin: 2px 5px;
  padding: 7px 30px 7px 10px;
  font-size: 15px;
  text-decoration: none;
  color: #24282b;
  background: #ebebeb url("../img/table-arrow.png") center right no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.savings .item .price {
  display: table-cell;
  text-align: right;
  vertical-align: middle;
  font-weight: 800;
  white-space: nowrap;
}
.lt-ie8 .savings .item .price {
  margin: -30px 0 0 0;
}
.savings .item:hover {
  color: #ffffff;
  background: #07b2ea url("../img/table-arrow-hover.png") center right no-repeat;
}
.savings .overall {
  margin: 10px 0 10px;
  padding: 0 35px 10px 25px;
  font-weight: 800;
  font-size: 18px;
  background: transparent url("../img/table.png") bottom center no-repeat;
}
.savings .overall .price {
  float: right;
  margin: -5px 0 0;
  font-weight: 800;
  font-size: 22px;
}
.lt-ie8 .savings .overall .price {
  margin: -45px 40px 0 0;
}
.footer-compare {
  clear: both;
  margin: 60px 0 0;
  padding: 30px 0 40px;
  color: #ffffff;
  background: #0b3764;
  border-bottom: 1px solid #076dbf;
}
.footer-compare .container {
  position: relative;
}
.footer-compare h2 {
  margin: 0 0 20px 20px;
}
.footer {
  clear: both;
  padding: 40px 0 60px;
  font-family: 'Ubuntu', sans-serif;
  font-size: 14px;
  color: #07b2ea;
  background: #0b3764;
}
.footer a {
  color: #07b2ea;
}
.footer a:hover {
  color: #ff580a;
}
.footer-projects {
  background-color: #e5eaea;
}
.footer-projects .projects-list {
  list-style-type: none;
  margin: 0;
  padding: 30px 0;
  line-height: 40px;
  font-size: 0;
}
.footer-projects .projects-list:after {
  content: '';
  display: table;
  clear: both;
}
.footer-projects .projects-list li {
  line-height: 40px;
  height: 40px;
  padding-right: 20px;
  display: inline-block;
  vertical-align: middle;
}
.footer-projects .projects-list li span {
  font-size: 16px;
}
.footer-projects .projects-list li:last-child {
  padding-right: 0;
}
.footer-projects .projects-list li a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
}
.footer-projects .projects-list li a img {
  display: inline-block;
  vertical-align: middle;
}
.quality-security-box {
  width: 780px;
  position: relative;
}
.dialog-modal p {
  margin: 10px 20px;
}
.dialog-modal ol {
  margin: 10px 20px 10px 40px;
}
.dialog-title {
  margin: 0;
  padding: 20px 60px 20px;
  font-size: 25px;
  font-weight: 800;
  text-transform: uppercase;
  color: #0b3764;
  background: #ffffff;
}
.dialog-box {
  width: 380px;
  float: left;
  margin: 0 0 40px;
}
.dialog-box img {
  float: left;
  margin: 20px 0 20px 30px;
}
.dialog-box .dialog-subtitle {
  margin: 20px 0 0 160px;
  font-size: 18px;
  font-weight: 800;
  color: #0b3764;
}
.dialog-box p {
  font-size: 14px;
  color: #808285;
  margin: 10px 0 0 160px;
}
.dialog-footer {
  clear: both;
  padding: 20px 0;
  background: #ffffff;
}
.dialog-footer img {
  float: left;
  margin: 0 0 20px 170px;
}
.dialog-footer p {
  margin: 5px 120px 0 290px;
  font-weight: 700;
  font-size: 14px;
}
.dialog-modal .dialog-close {
  display: block;
  position: absolute;
  top: 20px;
  right: 20px;
  padding: 0 23px 0 0;
  font-weight: 800;
  font-size: 14px;
  text-transform: uppercase;
  text-decoration: none;
  color: #808285;
  background: transparent url("../img/slider-close.png") center right no-repeat;
  outline: none;
}
.quick-contact {
  position: relative;
}
.quick-contact.blur .blur-wrapper {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(../img/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
  opacity: .6;
  pointer-events: none;
}
.ui-dialog .quick-contact-modal {
  position: relative;
}
.ui-dialog .quick-contact-modal.blur .blur-wrapper {
  filter: blur(10px);
  -webkit-filter: blur(10px);
  -moz-filter: blur(10px);
  -o-filter: blur(10px);
  -ms-filter: blur(10px);
  filter: url(../img/blur.svg#blur);
  filter: progid:DXImageTransform.Microsoft.Blur(PixelRadius='10');
  opacity: .6;
  pointer-events: none;
}
.ui-dialog .quick-contact-modal .quick-contact-modal-content {
  padding: 17px 0 0;
  height: 182px;
  background-image: url("../img/contact-operator.jpg");
  background-position: 17px bottom;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-dialog .quick-contact-modal .dialog-title {
  padding: 17px;
  font-size: 18px;
}
.ui-dialog .quick-contact-modal p {
  margin: 0 17px 8px 180px;
  font-size: 14px;
  color: #24282b;
}
.ui-dialog .quick-contact-modal strong {
  font-weight: 700;
}
.ui-dialog .quick-contact-modal .quick-contact-modal-submits {
  margin: 17px 17px 0 180px;
}
.ui-dialog .quick-contact-modal .quick-contact-modal-submits .form-input {
  display: inline-block;
  height: 35px;
  width: 135px;
  margin: 0;
  font-size: 14px;
  font-weight: 400;
  font-family: 'Ubuntu', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.ui-dialog .quick-contact-modal .quick-contact-modal-submits .form-submit {
  display: inline-block;
  margin: 1px 0 0 4px;
  padding: 0 17px;
  height: 33px;
  line-height: 35px;
  font-size: 14px;
  background-image: none;
}
@-webkit-keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
@keyframes spinner {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
.modal-loading {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #fff;
  font-size: 10px;
  color: #000;
  display: none;
}
.modal-loading::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-top: -0.5em;
  margin-left: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
          animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 1.5em 0 0 0, rgba(0, 0, 0, 0.85) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.8) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.7) -1.5em 0 0 0, rgba(0, 0, 0, 0.65) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.6) 0 -1.5em 0 0, rgba(0, 0, 0, 0.55) 1.1em -1.1em 0 0;
          box-shadow: rgba(0, 0, 0, 0.9) 1.5em 0 0 0, rgba(0, 0, 0, 0.85) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.8) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.7) -1.5em 0 0 0, rgba(0, 0, 0, 0.65) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.6) 0 -1.5em 0 0, rgba(0, 0, 0, 0.55) 1.1em -1.1em 0 0;
}
.modal-loading__content {
  display: block;
  position: absolute;
  bottom: 50%;
  right: 0;
  left: 0;
  margin-bottom: 2em;
  text-align: center;
  font-size: 1.75em;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
}
.modal-loading--active {
  display: block;
}
.modal-loading--active + .modal-content {
  opacity: 0;
}
.tucks {
  position: absolute;
  z-index: 100;
  left: 0;
  margin-top: 20px;
}
.tuck,
.tuck-bonus {
  position: relative;
  margin: 0 0 20px;
  height: 170px;
}
.tuck .item,
.tuck-bonus .item {
  position: absolute;
  left: 0;
  top: 20px;
  margin-top: 20px;
  min-height: 80px;
}
.tuck .item .content,
.tuck-bonus .item .content {
  margin-left: -347px;
  padding-bottom: 7px;
  -webkit-border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 6px;
  -webkit-border-bottom-left-radius: 0 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 0;
  -moz-border-radius-bottomright: 6px;
  -moz-border-radius-bottomleft: 0 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 6px;
  border-bottom-left-radius: 0 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  background-color: #07b2ea;
  width: 347px;
  float: left;
}
.tuck .item .content h3,
.tuck-bonus .item .content h3 {
  font-size: 27px;
  color: #0b3764;
  margin-bottom: 10px;
  font-weight: 800;
}
.tuck .item .content h4,
.tuck-bonus .item .content h4 {
  margin-bottom: 10px;
}
.tuck .item .content .inner,
.tuck-bonus .item .content .inner {
  min-height: 110px;
  padding: 30px;
  background-color: #ffffff;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  width: 280px;
  margin-top: 8px;
}
.tuck .item .toggle-button,
.tuck-bonus .item .toggle-button {
  position: absolute;
  top: 0;
  right: -42px;
  float: right;
  width: 42px;
  height: 80px;
  padding-top: 90px;
  margin-bottom: 20px;
  cursor: pointer;
  background: #076dbf url("../img/button-arrow-right.png") center 19% no-repeat;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 3px;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 3px;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 3px;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.tuck .item .toggle-button span,
.tuck-bonus .item .toggle-button span {
  display: block;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
  color: #ffffff;
  font-size: 20px;
  font-weight: 800;
}
.tuck .item .toggle-button:hover,
.tuck-bonus .item .toggle-button:hover {
  background-color: #07b2ea;
}
.tuck .item .inner,
.tuck-bonus .item .inner {
  *zoom: 1;
}
.tuck .item .inner:before,
.tuck-bonus .item .inner:before,
.tuck .item .inner:after,
.tuck-bonus .item .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.tuck .item .inner:after,
.tuck-bonus .item .inner:after {
  clear: both;
}
.tuck .item .inner:before,
.tuck-bonus .item .inner:before,
.tuck .item .inner:after,
.tuck-bonus .item .inner:after {
  display: table;
  content: "";
  line-height: 0;
}
.tuck .item .inner:after,
.tuck-bonus .item .inner:after {
  clear: both;
}
.tuck .item .button,
.tuck-bonus .item .button {
  float: left;
  margin: 20px 0 0;
}
.tuck .item.active .toggle-button,
.tuck-bonus .item.active .toggle-button {
  background: #07b2ea url("../img/button-arrow-left.png") center 19% no-repeat;
}
.tuck-bonus .item .content {
  background-color: #a773fc;
}
.tuck-bonus .item .content h3 {
  color: #7442c5;
}
.tuck-bonus .item .toggle-button {
  background-color: #7442c5;
}
.tuck-bonus .item .toggle-button:hover {
  background-color: #a773fc;
}
.tuck-bonus .item.active .toggle-button {
  background-color: #a773fc;
}
.bonus-box {
  margin: 20px 0;
  padding: 0 0 20px;
  background: #f7f7f7;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bonus-box .bonus-box-title {
  position: relative;
  padding: 10px 17px 0;
  margin: 0 0 40px;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  text-transform: uppercase;
  color: #ffffff;
  background: #7442c5;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 3px;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 3px;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.bonus-box .bonus-box-title:after {
  content: " ";
  display: block;
  position: absolute;
  left: 0;
  bottom: -17px;
  width: 0;
  height: 0;
  border: solid;
  border-width: 17px 130px 0;
  border-color: #7442c5 transparent transparent;
}
.bonus-box .bonus-box-heading {
  margin: 20px;
  font-size: 20px;
  font-weight: 800;
  color: #7442c5;
}
.bonus-box p {
  margin: 0 20px;
  font-size: 14px;
}
.bonus-box .strong-block {
  display: block;
  margin: 0 20px;
  font-size: 16px;
  font-weight: 800;
}
.checkbox.required:after {
  content: "*";
  color: #ff580a;
}
.welcome-box {
  position: relative;
  margin: 20px 0;
  height: 406px;
  padding: 20px;
  background: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-box .welcome-box-title {
  position: absolute;
  top: 30px;
  left: 35px;
  font-size: 32px;
  font-weight: 800;
  color: #0b3764;
}
.welcome-box .welcome-box-title strong {
  font-weight: 800;
  color: #07b2ea;
}
.welcome-box .welcome-box-bars {
  width: 100%;
  height: 100%;
  display: table;
}
.welcome-box .welcome-box-bar-yellow .icon {
  color: #EFC521;
}
.welcome-box .welcome-box-bar-yellow .welcome-box-bar-rectangle {
  background: #EFC521;
}
.welcome-box .welcome-box-bar-dark-blue .icon {
  color: #003F7F;
}
.welcome-box .welcome-box-bar-dark-blue .welcome-box-bar-rectangle {
  background: #003F7F;
}
.welcome-box .welcome-box-bar-blue .icon {
  color: #076DBF;
}
.welcome-box .welcome-box-bar-blue .welcome-box-bar-rectangle {
  background: #076DBF;
}
.welcome-box .welcome-box-bar-light-blue .icon {
  color: #299DEA;
}
.welcome-box .welcome-box-bar-light-blue .welcome-box-bar-rectangle {
  background: #299DEA;
}
.welcome-box .welcome-box-bar-green .icon {
  color: #13874A;
}
.welcome-box .welcome-box-bar-green .welcome-box-bar-rectangle {
  background: #13874A;
}
.welcome-box .welcome-box-bar-light-green .icon {
  color: #7ABC26;
}
.welcome-box .welcome-box-bar-light-green .welcome-box-bar-rectangle {
  background: #7ABC26;
}
.welcome-box .welcome-box-bar {
  display: table-cell;
  width: 110px;
  padding: 0 5px;
  vertical-align: bottom;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  cursor: hand;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.welcome-box .welcome-box-bar .icon {
  display: block;
  font-size: 32px;
}
.welcome-box .welcome-box-bar .welcome-box-bar-title {
  display: block;
  font-size: 15px;
  font-weight: 800;
  color: #0b3764;
}
.welcome-box .welcome-box-bar .welcome-box-bar-price {
  display: block;
  font-size: 18px;
  font-weight: 800;
  color: #0b3764;
}
.welcome-box .welcome-box-bar .welcome-box-bar-rectangle {
  content: " ";
  display: block;
  width: 100px;
  margin: 15px 0 0;
}
.welcome-box .welcome-box-bar:hover .icon,
.welcome-box .welcome-box-bar:hover .welcome-box-bar-title,
.welcome-box .welcome-box-bar:hover .welcome-box-bar-price {
  color: #07b2ea;
}
.welcome-box .welcome-box-bar:hover .welcome-box-bar-rectangle {
  background: #07b2ea;
}
.online-calculator {
  padding: 0 0 15px;
}
.online-calculator .title-icon .icon {
  float: left;
  margin: 3px 15px 0 0;
  font-size: 30px;
  text-align: center;
  font-style: normal;
  color: #ffffff;
  background: #07b2ea;
  border-radius: 50px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.online-calculator p {
  margin: 20px 15px;
}
.online-calculator .button {
  float: none;
  margin: 5px 15px;
}
.skip-box {
  margin: 20px 0;
  font-size: 18px;
  text-align: center;
  color: #000;
}
.skip-box .button {
  display: inline-block;
}
.blur-box {
  display: none;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blur-box .blur-box-wrapper {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 220px;
  height: 130px;
  margin-top: -65px;
  margin-left: -110px;
}
.blur-box .blur-box-wrapper .blur-box-title {
  margin: 0;
  font-size: 16px;
  font-weight: 800;
  color: #0b3764;
}
.blur-box .blur-box-wrapper p {
  margin: 10px 0 0;
  font-size: 13px;
}
.blur-box .blur-box-wrapper .blur-box-signature {
  text-align: right;
  font-weight: 800;
  color: #0b3764;
}
.blur-box .blur-box-close {
  position: absolute;
  right: 10px;
  top: 10px;
  text-transform: uppercase;
  font-weight: 800;
  text-decoration: none;
  font-size: 14px;
  background: url("../img/icon-close.png") right center no-repeat;
  padding-right: 20px;
  z-index: 2;
}
.blur-box .blur-box-close:hover {
  background: url("../img/icon-close-hover.png") right center no-repeat;
}
.info-box {
  margin: 20px 0;
  padding: 20px;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.info-box.info-box-blue {
  color: #076dbf;
  background: #cde2f2;
}
.info-box.info-box-green {
  color: #13874a;
  background: #d0e7db;
}
.info-box.info-box-red {
  color: #f8dbd8;
  background: #dd4c3a;
}
.box-highlight {
  position: relative;
  margin-top: 25px;
  margin-bottom: 30px;
  padding: 10px 35px;
  border: 1px solid #07b2ea;
  font-weight: bold;
  background-image: -o-linear-gradient(top, #ffffff 0%, #fcfcfc 100%);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#fcfcfc));
  background-image: linear-gradient(to bottom, #ffffff 0%, #fcfcfc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fffcfcfc', GradientType=0);
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  border-radius: 3px;
}
.box-highlight p + p {
  margin-top: 0;
}
.box-highlight .button {
  margin: 0 0 10px !important;
}
.box-highlight:after {
  position: absolute;
  top: 50%;
  width: 60px;
  height: 60px;
  display: block;
  margin-top: -30px;
  border: 1px solid #069ed1;
  background-color: #07b2ea;
  color: #fff;
  font-weight: bold;
  line-height: 60px;
  text-align: center;
  border-radius: 30px;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
          box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.4);
}
.box-highlight.left {
  margin-left: 30px;
}
.box-highlight.left:after {
  left: -30px;
}
.box-highlight.right {
  margin-right: 30px;
}
.box-highlight.right:after {
  right: -30px;
}
.box-highlight.info:after {
  content: 'i';
  margin-top: -30px;
  font-size: 36px;
}
.box-highlight.tip:after {
  content: 'TIP';
  font-size: 28px;
}
.box-highlight.compact {
  max-width: 200px;
  margin-bottom: 20px;
}
.box-highlight.compact.left {
  float: left;
  margin-right: 20px;
  margin-left: 20px;
}
.box-highlight.compact.left:after {
  left: -25px;
}
.box-highlight.compact.right {
  float: right;
  margin-left: 20px;
  margin-right: 20px;
}
.box-highlight.compact.right:after {
  right: -25px;
}
.box-highlight.compact.left:after,
.box-highlight.compact.right:after {
  top: 0;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  line-height: 50px;
  border-radius: 25px;
}
.box-border {
  border: 2px solid #0b3764;
  border-radius: 15px;
  padding: 15px 25px 24px 25px;
  margin: 25px 0 30px;
}
.news .box-border > *:first-child,
.box-border > *:first-child {
  margin-top: 0;
}
.news .box-border > *:last-child,
.box-border > *:last-child {
  margin-bottom: 0;
}
.box-banner {
  border: 1px solid #0b3764;
  border-radius: 15px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 25px 0 30px;
}
.box-banner:before {
  content: '';
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 38px;
  margin: -1px 12px -1px -1px;
  border-radius: 15px 0 0 15px;
  background-color: #0b3764;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  color: #fff;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
}
.box-banner--tip:before {
  background-color: #07b2ea;
  content: 'TIP';
}
.box-banner--info:before {
  background-color: #43be07;
  content: 'i';
}
.box-banner strong {
  margin-right: auto;
  padding: 16px 0;
}
.box-banner .button {
  float: none;
  margin: 0 10px 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  font-size: 12px;
  font-weight: 700;
  padding-right: 35px;
}
.news .box-banner .button,
.box-banner .button {
  margin: 0 11px 0 5px;
}
.fixed-header.fixed {
  position: fixed;
  top: 0;
  left: 0;
  padding: 26px 0;
  z-index: 20;
  width: 100%;
  font-size: 13px;
  color: #5e6063;
  background: #f5f5f5;
}
.ld-wrapper {
  display: block;
  width: 970px;
  height: 100px;
  margin: 15px auto 0;
}
.box-recommended {
  padding: 5px 5px 5px 10px;
  background: #ffffff;
}
.box-recommended .box-recommended-title {
  display: table-cell;
  position: relative;
  margin: 0;
  padding: 0 0 0 40px;
  width: 215px;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 800;
  line-height: 18px;
  text-transform: uppercase;
  color: #0b3764;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.box-recommended .box-recommended-title .icon {
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -15px;
  width: 40px;
  height: 30px;
  font-size: 28px;
  line-height: 18px;
  color: #07b2ea;
}
.box-recommended .box-recommended-item-holder {
  display: table-cell;
  width: 750px;
  background: #f7f7f7;
  vertical-align: middle;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
}
.box-recommended .box-recommended-item {
  display: block;
  margin: 0 auto;
}
.matice-server .server {
  float: left;
  width: 225px;
  padding: 7px;
}
.matice-server .server-in {
  text-align: center;
  background: #fff;
  box-shadow: 0 2px 2px #C4E1EE;
  -moz-box-shadow: 0 2px 2px #C4E1EE;
  -webkit-box-shadow: 0 2px 2px #C4E1EE;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  padding: 10px 0;
}
.matice-server .server-in h4 {
  margin: 0 0 5px 0;
  padding: 0;
}
.matice-server .manufacturer-div {
  float: left;
  width: 170px;
  padding: 7px;
}
.matice-server .manufacturer-in {
  height: 109px;
}
.matice-server .manufacturer-in h3 {
  height: 64px;
  margin: 0 0 2px;
}
.matice-server .manufacturer-in img {
  width: 80px;
  height: 64px;
}
.matice-server .manufacturer-in p {
  font-size: 10px;
}
.matice-server .manufacturer-in p a {
  color: #373737;
}
.homepage-banner {
  margin: 20px 0;
}
.homepage-banner .banner {
  border: 2px solid transparent;
  border-radius: 6px;
  display: block;
  width: 980px;
  font-size: 0;
  margin-left: -2px;
}
.homepage-banner .banner:hover {
  border-color: #076dbf;
}
.homepage-banner .banner img {
  border-radius: 6px;
}
.column-wide .homepage-banner .banner {
  width: 700px;
  margin-left: -2px;
}
.banners-row {
  margin: 20px 0 0;
}
.banners-row:after {
  content: '';
  display: table;
  clear: both;
}
.banners-row__col {
  float: left;
  width: 484px;
}
.banners-row__col:nth-child(even) {
  float: right;
}
.banners-row__col:nth-child(even) .banner {
  right: -2px;
  left: auto;
}
.banners-row .banner {
  display: block;
  border: 2px solid transparent;
  border-radius: 6px;
  font-size: 0;
  position: relative;
  left: -2px;
}
.banners-row .banner:hover {
  border-color: #076dbf;
}
.banners-row .banner img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
}
.homepage-blocks {
  margin-top: 20px;
}
.homepage-blocks:before,
.homepage-blocks:after {
  display: table;
  content: '';
  clear: both;
}
.homepage-blocks .homepage-block {
  float: left;
  width: 440px;
  height: 250px;
  background-color: #fff;
  border-radius: 6px;
  padding: 20px;
  margin: 0;
}
.homepage-blocks .homepage-block:nth-of-type(even) {
  float: right;
}
.homepage-blocks .homepage-block .title {
  color: #0b3764;
  font-weight: 800;
}
.homepage-blocks .welcome-box {
  float: left;
  width: 480px;
  height: 290px;
  margin-top: 0;
  border-radius: 6px;
}
.homepage-blocks .welcome-box .welcome-box-title {
  font-size: 24px;
}
.homepage-blocks .welcome-box .welcome-box-bar {
  width: 75px;
}
.homepage-blocks .welcome-box .welcome-box-bar .welcome-box-bar-title {
  font-size: 13px;
}
.homepage-blocks .welcome-box .welcome-box-bar .welcome-box-bar-price {
  font-size: 15px;
}
.homepage-blocks .welcome-box .welcome-box-bar .welcome-box-bar-rectangle {
  width: 75px;
}
.last-news-box.last-news-box_single-news .last-news-box-news {
  width: 440px;
  display: none;
}
.last-news-box.last-news-box_single-news .last-news-box-news:nth-of-type(1) {
  display: block;
}
.last-news-box.last-news-box_single-news .last-news-box-news .last-news-box-img {
  width: 440px;
}
.last-news-box.last-news-box_single-news .last-news-box-news .last-news-box-img img {
  width: 440px;
}
.last-news-box .row:before,
.last-news-box .row:after {
  display: table;
  content: '';
  clear: both;
}
.last-news-box .last-news-box-news {
  float: left;
  width: 205px;
  padding-top: 20px;
}
.last-news-box .last-news-box-news:nth-of-type(even) {
  float: right;
}
.last-news-box .last-news-box-news .title {
  font-size: 16px;
  color: #0b3764;
  margin-bottom: 9px;
}
.last-news-box .last-news-box-news .title a {
  color: #0b3764;
  text-decoration: none;
}
.last-news-box .last-news-box-news .title a:hover {
  color: #07b2ea;
}
.last-news-box .last-news-box-news .button-wrap {
  text-align: right;
  margin-bottom: 20px;
}
.last-news-box .last-news-box-news .button {
  padding: 5px 30px 5px 10px;
  font-size: 12px;
  background-color: #076dbf;
  margin: 0;
  display: inline-block;
}
.last-news-box .last-news-box-news .button:hover {
  background-color: #07b2ea;
}
.last-news-box .last-news-box-news .last-news-box-img {
  display: block;
  width: 200px;
  height: 115px;
}
.last-news-box .last-news-box-news .last-news-box-img img {
  width: 200px;
  height: 102px;
}
.ui-ellipsis {
  display: block;
  overflow: hidden;
  position: relative;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: normal;
  word-wrap: break-word;
  display: -webkit-box;
  -webkit-box-orient: vertical;
}
.ui-ellipsis.ui-ellipsis-2 {
  height: 44px;
  -webkit-line-clamp: 2;
}
.outside-banners {
  position: absolute;
  right: 0;
  bottom: 0;
}
.outside-banners__inner {
  position: absolute;
  top: 20px;
  right: -140px;
  width: 120px;
}
.outside-banner {
  display: block;
  margin-bottom: 20px;
  line-height: 0;
}
.outside-banner:last-child {
  margin-bottom: 0;
}
.outside-banners--fixed .outside-banners__inner.is-fixed {
  position: fixed;
  top: 0;
  right: auto;
}
.dialog-loan-compare {
  overflow: visible;
  border: none;
}
.unfair-modal-content {
  text-align: left;
  font-size: 16px !important;
}
.unfair-modal-footer {
  font-size: 16px !important;
}
.dialog-modal h3 {
  margin: 10px 20px;
}
.ui-dialog .ui-dialog-content.loan-compare-modal {
  overflow: visible;
}
.loan-compare-modal {
  text-align: center;
}
.loan-compare-modal__logo {
  display: inline-block;
  margin-bottom: 23px;
}
.loan-compare-modal .dialog-close {
  background-color: #06b2e9;
  background-image: none;
  border-radius: 50%;
  padding: 0;
  font-size: 0;
  color: transparent;
  position: absolute;
  top: -17px;
  right: -17px;
  display: block;
  width: 35px;
  height: 35px;
  z-index: 100;
}
.loan-compare-modal .dialog-close:before,
.loan-compare-modal .dialog-close:after {
  content: '';
  display: block;
  width: 1px;
  height: 22px;
  background-color: #1a1969;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
      transform: rotate(45deg);
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -11px;
}
.loan-compare-modal .dialog-close:after {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
      transform: rotate(-45deg);
}
.loan-compare-modal .modal-content {
  padding: 21px 10px 18px;
  font-size: 21px;
  color: #0f3b68;
  line-height: 1.18;
}
.loan-compare-modal .modal-content .button {
  display: inline-block;
  margin: 17px 0 0 0;
}
.loan-compare-modal .modal-content h3 {
  color: #0f3b68;
  font-size: 30px;
  margin-bottom: 19px;
}
.loan-compare-modal .modal-content h3 strong {
  color: #06b2e9;
  font-weight: 800;
}
.modal-footer {
  background-color: #0f3b68;
  color: #06b2e9;
  padding: 11px;
  text-align: center;
  font-size: 12px;
}
.modal-footer a {
  color: #06b2e9;
}
.modal-footer a:hover {
  text-decoration: none;
}
.modal-content .button.grey.close-modal {
  color: #24282b;
  font-size: 16px;
}
.modal-content .button.grey.close-modal:hover {
  color: #fff;
}
.modal-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  margin-bottom: 10px;
}
.modal-row__col--logo {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 80px;
          flex: 0 0 80px;
  max-width: 80px;
}
.modal-row__col--logo img {
  max-width: 100%;
  height: auto;
}
.modal-row__col--title {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1 1;
  padding: 0 10px;
  font-weight: 700;
  color: #24282b;
  font-size: 16px;
}
.modal-row__col--button {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 192px;
          flex: 0 0 192px;
  max-width: 192px;
}
.loan-compare-modal .modal-row__col--button .button {
  margin: 0;
  font-size: 14px;
  text-align: center;
  padding-right: 30px;
}
.dialog-loan-offers {
  border: none;
}
.dialog-loan-offers .dialog-close {
  display: none;
}
.mb-0 {
  margin-bottom: 0 !important;
}
.link-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.link-icon__icon {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}
.link-icon__icon svg {
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.section {
  margin-top: 40px;
  margin-bottom: 40px;
}
.offers .content-box.offer.loading {
  padding-top: 20px;
  padding-bottom: 20px;
}
.loading {
  position: relative;
  font-size: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.loading::after {
  content: '';
  position: absolute;
  bottom: 4em;
  left: 50%;
  display: block;
  width: 1em;
  height: 1em;
  margin-left: -0.5em;
  -webkit-animation: spinner 1500ms infinite linear;
          animation: spinner 1500ms infinite linear;
  border-radius: 0.5em;
  -webkit-box-shadow: rgba(0, 0, 0, 0.9) 1.5em 0 0 0, rgba(0, 0, 0, 0.85) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.8) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.7) -1.5em 0 0 0, rgba(0, 0, 0, 0.65) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.6) 0 -1.5em 0 0, rgba(0, 0, 0, 0.55) 1.1em -1.1em 0 0;
          box-shadow: rgba(0, 0, 0, 0.9) 1.5em 0 0 0, rgba(0, 0, 0, 0.85) 1.1em 1.1em 0 0, rgba(0, 0, 0, 0.8) 0 1.5em 0 0, rgba(0, 0, 0, 0.75) -1.1em 1.1em 0 0, rgba(0, 0, 0, 0.7) -1.5em 0 0 0, rgba(0, 0, 0, 0.65) -1.1em -1.1em 0 0, rgba(0, 0, 0, 0.6) 0 -1.5em 0 0, rgba(0, 0, 0, 0.55) 1.1em -1.1em 0 0;
}
.loading__content {
  display: block;
  padding-bottom: 3.5em;
  margin-bottom: 0;
  text-align: center;
  font-size: 1.625em;
  font-weight: 700;
  text-transform: uppercase;
  padding-right: 20px;
  padding-left: 20px;
}
#unfair-tooltip {
  opacity: 0;
  position: fixed;
  top: 0;
  left: 0;
  width: 20em;
  background: #f7f7f7;
  padding: 15px;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  text-align: left;
  line-height: 15px;
  color: #808285;
  border-radius: 3px;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  border: 1px solid #c4c4c4;
  z-index: 1;
}
.offer-unfair:hover ~ #unfair-tooltip {
  opacity: 1;
}
