/*NORMALIZE.CSS*/
/*! normalize.css v3.0.1 | MIT License | git.io/normalize */
/**
 * 1. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
@import 'https://fonts.googleapis.com/css?family=Roboto+Slab:700|Roboto:300,300i,400,700&subset=cyrillic';
html {
  -ms-text-size-adjust: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 1 */ }

/**
 * Remove default margin.
 */
body {
  margin: 0; }

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11 and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block; }

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */ }

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0; }

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none; }

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent; }

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted; }

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold; }

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic; }

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000; }

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%; }

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0; }

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden; }

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40; }

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  height: 0; }

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto; }

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */ }

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible; }

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none; }

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */ }

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default; }

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal; }

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */ }

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */ }

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto; }

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold; }

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

/*NORMALIZE.CSS END*/
/*RESET*/
*,
:focus {
  outline: none; }

body {
  -webkit-fontype-smalloothing: antialiased; }

body,
html {
  height: 100%;
  width: 100%; }

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

select[disabled] {
  cursor: default; }

/*normalization mozila*/
input:-webkit-autofill {
  background-color: transparent; }

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

textarea {
  resize: none;
  vertical-align: top; }

em,
i {
  font-style: italic; }

img {
  vertical-align: top; }

input {
  vertical-align: middle; }

dl,
menu,
ol,
ul {
  margin: 1em 0; }

dd {
  margin: 0 0 0 40px; }

menu,
ol,
ul {
  padding: 0 0 0 40px; }

nav ul,
nav ol {
  list-style: none outside none; }

blockquote,
q {
  quotes: none; }

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

q {
  quotes: "\201C" "\201D" "\2018" "\2019"; }

:focus {
  -moz-outline: 3px solid #fff !important; }

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

input[type="checkbox"]:focus {
  -moz-outline-offset: -1px !important;
  -moz-outline: 1px solid #000 !important; }

/*fix button click opera old version*/
button:after {
  content: ""; }

del {
  text-decoration: line-through; }

table {
  width: 100%; }

form {
  margin: 0;
  padding: 0; }

input::-ms-clear {
  display: none; }

:-moz-placeholder {
  /* Firefox 18- */
  opacity: 1; }

::-webkit-input-placeholder {
  /* chrome */
  opacity: 1;
  color: inherit; }

::-moz-placeholder {
  /* Firefox 19+ */
  opacity: 1; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  border: 0 none;
  font: inherit;
  margin: 0;
  padding: 0;
  vertical-align: baseline; }

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: outside none none; }

blockquote, q {
  quotes: none; }

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

table {
  border-collapse: collapse;
  border-spacing: 0; }

@font-face {
  font-family: 'ALSRubl';
  src: url("../fonts/ALSRubl/ALSRubl.eot?#iefix") format("embedded-opentype"), url("../fonts/ALSRubl/ALSRubl.woff") format("woff"), url("../fonts/ALSRubl/ALSRubl.ttf") format("truetype"), url("../fonts/ALSRubl/ALSRubl.svg#ALSRubl") format("svg");
  font-weight: normal;
  font-style: normal; }

.clearfix:after {
  content: "";
  display: table;
  clear: both; }

.centered {
  display: table;
  width: 100%;
  height: 100%; }
  .centered > * {
    display: table-cell;
    text-align: center;
    vertical-align: middle; }

body {
  background: #fff;
  color: #484d54;
  font-family: "Roboto", sans-serif, Arial;
  font-size: 20px;
  font-weight: 200;
  line-height: 22px; }

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Slab", serif, Arial;
  margin: 0;
  padding: 0;
  color: #232a35; }

h1 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700; }

h2 {
  font-size: 38px;
  line-height: 48px;
  font-weight: 700; }

h3 {
  font-size: 18px;
  line-height: 24px;
  font-weight: 700; }

h4 {
  font-size: 18px;
  line-height: 25px;
  font-weight: 700; }

h5 {
  font-size: 14px;
  line-height: 20px;
  font-weight: 700; }

h6 {
  font-size: 12px;
  line-height: 1.4; }

p {
  padding: 0 0 22px;
  margin: 0; }

hr {
  overflow: hidden;
  height: 1px;
  background: #e9e9e9;
  border: 0;
  margin: 32px 0; }

q,
blockquote {
  text-align: center;
  display: block;
  font-style: italic; }

strong,
b {
  font-weight: 700; }

a {
  color: #0fa4b6;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: underline; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

a:hover {
  text-decoration: none;
  opacity: .8; }

[class*="icon-"] {
  display: inline-block;
  vertical-align: top; }

img[style*="float: left"],
img[style*="float:left"],
img[align="left"] {
  margin: 0 20px 5px 0; }

img[style*="float: right"],
img[style*="float:right"],
img[align="right"] {
  margin: 0 0 5px 20px; }

.static-content .content__main ul li, .default-list li {
  position: relative;
  padding-left: 10px; }
  .static-content .content__main ul li:before, .default-list li:before {
    position: absolute;
    content: '';
    left: 0;
    top: 10px;
    width: 4px;
    height: 4px;
    background: pink;
    border-radius: 50%; }

ol {
  list-style-type: decimal;
  list-style-position: inside;
  counter-reset: item; }
  ol li {
    display: block;
    position: relative; }
    ol li:before {
      content: counters(item, ".") ". ";
      counter-increment: item;
      display: inline;
      vertical-align: top;
      font-weight: 700; }

fieldset {
  display: block;
  text-align: center; }

label {
  display: block; }
  label:hover {
    cursor: pointer; }

input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
textarea,
select,
.input {
  background: #fff;
  border: 1px solid #bcbcbc;
  color: #484d54;
  font-size: 20px;
  line-height: 22px;
  padding: 4px 10px;
  width: 100%;
  display: block;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  -webkit-appearance: none;
  border-radius: 0; }
  input[type="text"]::-webkit-input-placeholder,
  input[type="password"]::-webkit-input-placeholder,
  input[type="email"]::-webkit-input-placeholder,
  input[type="tel"]::-webkit-input-placeholder,
  input[type="search"]::-webkit-input-placeholder,
  textarea::-webkit-input-placeholder,
  select::-webkit-input-placeholder,
  .input::-webkit-input-placeholder {
    color: #9c9c9c; }
  input[type="text"]::-moz-placeholder,
  input[type="password"]::-moz-placeholder,
  input[type="email"]::-moz-placeholder,
  input[type="tel"]::-moz-placeholder,
  input[type="search"]::-moz-placeholder,
  textarea::-moz-placeholder,
  select::-moz-placeholder,
  .input::-moz-placeholder {
    color: #9c9c9c;
    opacity: 1; }
  input[type="text"]:-ms-input-placeholder,
  input[type="password"]:-ms-input-placeholder,
  input[type="email"]:-ms-input-placeholder,
  input[type="tel"]:-ms-input-placeholder,
  input[type="search"]:-ms-input-placeholder,
  textarea:-ms-input-placeholder,
  select:-ms-input-placeholder,
  .input:-ms-input-placeholder {
    color: #9c9c9c; }
  input[type="text"]:focus::-moz-placeholder,
  input[type="password"]:focus::-moz-placeholder,
  input[type="email"]:focus::-moz-placeholder,
  input[type="tel"]:focus::-moz-placeholder,
  input[type="search"]:focus::-moz-placeholder,
  textarea:focus::-moz-placeholder,
  select:focus::-moz-placeholder,
  .input:focus::-moz-placeholder {
    color: transparent;
    opacity: 1; }
  input[type="text"]:focus::-webkit-input-placeholder,
  input[type="password"]:focus::-webkit-input-placeholder,
  input[type="email"]:focus::-webkit-input-placeholder,
  input[type="tel"]:focus::-webkit-input-placeholder,
  input[type="search"]:focus::-webkit-input-placeholder,
  textarea:focus::-webkit-input-placeholder,
  select:focus::-webkit-input-placeholder,
  .input:focus::-webkit-input-placeholder {
    color: transparent; }
  input[type="text"]:focus:-ms-input-placeholder,
  input[type="password"]:focus:-ms-input-placeholder,
  input[type="email"]:focus:-ms-input-placeholder,
  input[type="tel"]:focus:-ms-input-placeholder,
  input[type="search"]:focus:-ms-input-placeholder,
  textarea:focus:-ms-input-placeholder,
  select:focus:-ms-input-placeholder,
  .input:focus:-ms-input-placeholder {
    color: transparent; }
  input[type="text"]:focus::placeholder,
  input[type="password"]:focus::placeholder,
  input[type="email"]:focus::placeholder,
  input[type="tel"]:focus::placeholder,
  input[type="search"]:focus::placeholder,
  textarea:focus::placeholder,
  select:focus::placeholder,
  .input:focus::placeholder {
    color: transparent; }
  input[type="text"]:focus,
  input[type="password"]:focus,
  input[type="email"]:focus,
  input[type="tel"]:focus,
  input[type="search"]:focus,
  textarea:focus,
  select:focus,
  .input:focus {
    border-color: #696969;
    background: #fff; }
  input[type="text"].disabled, input[type="text"][disabled="disabled"], input[type="text"][disabled],
  input[type="password"].disabled,
  input[type="password"][disabled="disabled"],
  input[type="password"][disabled],
  input[type="email"].disabled,
  input[type="email"][disabled="disabled"],
  input[type="email"][disabled],
  input[type="tel"].disabled,
  input[type="tel"][disabled="disabled"],
  input[type="tel"][disabled],
  input[type="search"].disabled,
  input[type="search"][disabled="disabled"],
  input[type="search"][disabled],
  textarea.disabled,
  textarea[disabled="disabled"],
  textarea[disabled],
  select.disabled,
  select[disabled="disabled"],
  select[disabled],
  .input.disabled,
  .input[disabled="disabled"],
  .input[disabled] {
    background-color: #f3f3f3; }

textarea {
  height: 150px; }

input[type="file"] {
  display: none; }
  input[type="file"] + label {
    display: block;
    background: #fff;
    font-size: 14px;
    line-height: 24px;
    padding: 25px 15px;
    color: #969696;
    text-align: center;
    border: 1px dashed #c4c4c4;
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out; }
    input[type="file"] + label:hover {
      border-color: #696969;
      background: #e9e9e9; }

select {
  display: block;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0;
  -webkit-transition: none;
  transition: none;
  background-position: right 10px center;
  background-repeat: no-repeat;
  background-image: url("");
  background-color: transparent; }
  select:focus {
    background-image: url("");
    background-repeat: no-repeat; }

.ui-front {
  z-index: 9999; }

.ui-selectmenu-button {
  border: 1px solid #939393;
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-button[aria-expanded="true"] {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border: 1px solid #8e8e8e; }
  .ui-selectmenu-button span.ui-selectmenu-text {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
  .ui-selectmenu-button span.ui-icon-triangle-1-s {
    width: 45px;
    height: 100%;
    right: 0;
    top: 0;
    bottom: 0;
    border-left: 1px solid #939393;
    background: url("../img/icons/slct-open.png") center center no-repeat;
    margin: 0; }

.ui-selectmenu-menu .ui-widget-content {
  border-radius: 0;
  background: #f3f3f3;
  color: #282828; }
  .ui-selectmenu-menu .ui-widget-content .ui-menu-item {
    padding: 10px 15px 9px;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px; }
    .ui-selectmenu-menu .ui-widget-content .ui-menu-item.ui-state-focus {
      border: 0;
      margin: 0;
      font-weight: inherit; }

button,
.button {
  text-align: center;
  vertical-align: top;
  font-weight: 200;
  font-size: 20px;
  line-height: 22px;
  padding: 7px 20px;
  text-transform: uppercase;
  background: #e22b37;
  color: #fff;
  border: 0;
  border-radius: 0;
  position: relative;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  width: 100%;
  display: block; }
  button:hover, button.active,
  .button:hover,
  .button.active {
    color: #fff;
    background: #af0c17; }
  button:focus,
  .button:focus {
    position: relative;
    top: 1px; }
  button.disabled, button[disabled="disabled"], button[disabled],
  .button.disabled,
  .button[disabled="disabled"],
  .button[disabled] {
    background: #ccc;
    color: #aaa;
    cursor: not-allowed; }

input[type="checkbox"] {
  position: absolute;
  left: -9999px; }
  input[type="checkbox"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
      position: absolute;
      content: ''; }
  input[type="checkbox"]:checked + label:after {
    opacity: 1; }

input[type="radio"] {
  position: absolute;
  left: -9999px; }
  input[type="radio"] + label {
    display: inline-block;
    vertical-align: top;
    padding: 0 0 0 30px;
    position: relative;
    cursor: pointer;
    font-size: 15px;
    line-height: 24px;
    width: auto !important; }
    input[type="radio"] + label:before, input[type="radio"] + label:after {
      position: absolute;
      content: ''; }
  input[type="radio"]:checked + label:after {
    opacity: 1; }

.rating-stars:after {
  content: " ";
  display: block;
  clear: both; }

.rating-stars.static {
  pointer-events: none; }

.rating-stars:not(old) {
  display: inline-block;
  vertical-align: top; }
  .rating-stars:not(old) > input[type="radio"] {
    margin-right: -100%;
    opacity: 0;
    display: none; }
  .rating-stars:not(old) > label {
    display: block;
    float: right;
    position: relative;
    margin: 0 1px 0 0;
    padding: 0;
    text-indent: -9999%;
    overflow: hidden;
    top: 0; }
    .rating-stars:not(old) > label:after {
      content: '';
      position: absolute;
      left: 0;
      top: 0;
      opacity: 0;
      -webkit-transition: opacity 0.2s linear;
      transition: opacity 0.2s linear; }
    .rating-stars:not(old) > label:before {
      display: none; }

.rating-stars:not(old) > label:hover:after,
.rating-stars:not(old) > label:hover ~ label:after,
.rating-stars:not(:hover) > :checked ~ label:after {
  opacity: 1; }

.rating-stars.static {
  position: relative; }
  .rating-stars.static .inner {
    position: absolute;
    content: '';
    left: 0;
    top: 0;
    bottom: 0; }

.ui-datepicker {
  width: 242px;
  border-radius: 4px;
  -webkit-box-shadow: 0 0 2px #ccc;
          box-shadow: 0 0 2px #ccc;
  padding: 10px !important;
  display: none; }
  .ui-datepicker .ui-widget-header {
    background: #fff;
    border: 0;
    border-radius: 0;
    padding: 5px 35px 13px; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev, .ui-datepicker .ui-widget-header .ui-datepicker-next {
      position: absolute;
      font-family: 'mymobstr-pt';
      top: 14px;
      color: #9B9B9B;
      font-size: 24px;
      height: 24px;
      width: 24px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:hover, .ui-datepicker .ui-widget-header .ui-datepicker-next:hover {
        background: #fff;
        border: 0;
        text-decoration: none; }
    .ui-datepicker .ui-widget-header .ui-datepicker-prev {
      left: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-prev:before {
        content: '\e6fe'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-next {
      right: 10px; }
      .ui-datepicker .ui-widget-header .ui-datepicker-next:before {
        content: '\e6ff'; }
    .ui-datepicker .ui-widget-header .ui-datepicker-title {
      color: #333;
      font-size: 14px;
      line-height: 18px;
      font-weight: 600;
      text-align: center;
      text-transform: uppercase; }
  .ui-datepicker .ui-datepicker-calendar {
    margin: 0 -10px;
    padding: 0 10px; }
  .ui-datepicker thead th {
    font-size: 12px;
    line-height: 16px;
    color: #9B9B9B;
    font-weight: 600;
    text-transform: uppercase;
    padding: 0 0 6px; }
  .ui-datepicker tbody tr td .ui-state-default {
    font-size: 12px;
    line-height: 16px;
    font-weight: 600;
    padding: 5px 8px;
    color: #333;
    border: 0;
    background: #fff;
    display: block;
    text-align: center; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-hover {
      border: 0;
      background: #eee;
      text-decoration: none; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-highlight {
      color: #fff; }
    .ui-datepicker tbody tr td .ui-state-default.ui-state-active {
      background: #eee;
      text-decoration: none; }

.btn {
  min-height: 70px;
  display: inline-block;
  border-radius: 50px;
  text-align: center;
  padding: 0px 25px;
  background: #232a34;
  background: -webkit-gradient(linear, left top, left bottom, from(#3d4652), to(#232a34));
  background: -webkit-linear-gradient(top, #3d4652 0%, #232a34 100%);
  background: linear-gradient(to bottom, #3d4652 0%, #232a34 100%);
  font: 200 26px/70px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  -webkit-box-shadow: 0 2px 4px 2px rgba(0, 0, 1, 0.29);
          box-shadow: 0 2px 4px 2px rgba(0, 0, 1, 0.29);
  text-decoration: none; }
  .btn span {
    font-weight: 600; }
  .btn--yellow span {
    color: #ffdf2b; }
  .btn--aqua span {
    color: #62e4fc; }
  .btn:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left top, left bottom, from(#27313e), to(#01070d));
    background: -webkit-linear-gradient(top, #27313e 0%, #01070d 100%);
    background: linear-gradient(to bottom, #27313e 0%, #01070d 100%); }

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

body {
  height: 100%;
  min-height: 320px; }

.container {
  padding: 0 15px;
  max-width: 1024px;
  min-width: 320px;
  padding: 0 32px;
  margin: 0 auto; }
  .container:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 1023px) {
    .container {
      padding: 0 20px; } }

.welcome-to-project-html {
  min-height: 100%;
  margin: 0 0 -145px;
  padding: 0 0 145px; }

.temprow {
  padding-bottom: 30px; }

.logo {
  margin: 0 auto;
  display: table;
  position: relative;
  width: 195px;
  height: 54px; }
  .logo__img {
    background: url("../pic/logo_2x.png") no-repeat;
    background-size: cover;
    width: 195px;
    height: 54px;
    -webkit-transition: all .3s;
    transition: all .3s;
    position: absolute;
    top: 0;
    left: 0; }
  .logo:hover {
    opacity: 1;
    width: 214.5px; }
    .logo:hover .logo__img {
      -webkit-transition: all .3s;
      transition: all .3s;
      width: 214.5px;
      height: 59.4px; }
    @media (max-width: 1023px) {
      .logo:hover {
        width: 195px;
        opacity: .8; }
        .logo:hover .logo__img {
          width: 195px;
          height: 54px; } }

.rub-ico {
  font-family: "ALSRubl"; }

.header {
  background: #baeafe;
  background: -webkit-gradient(linear, left top, left bottom, from(#e8f8ff), to(#baeafe));
  background: -webkit-linear-gradient(top, #e8f8ff 0%, #baeafe 100%);
  background: linear-gradient(to bottom, #e8f8ff 0%, #baeafe 100%);
  padding: 66px 0 33px 0;
  position: relative; }
  @media (max-width: 1023px) {
    .header {
      padding-bottom: 20px; } }
  @media (max-width: 767px) {
    .header {
      padding: 38px 0 7px 0; } }
  .header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 181px;
    bottom: 0;
    left: 0;
    background: url("../pic/header-bg2.png") bottom center no-repeat; }
    @media (max-width: 767px) {
      .header:before {
        bottom: -1px; } }
  .header__top {
    padding-bottom: 17px; }
    @media (max-width: 767px) {
      .header__top {
        padding-bottom: 0; } }
    .header__top h1 {
      font: 700 38px "Roboto Slab", serif;
      text-align: center;
      color: #232a35;
      text-transform: uppercase;
      padding-bottom: 12px; }
      @media (max-width: 1023px) {
        .header__top h1 {
          font-size: 36px; } }
      @media (max-width: 767px) {
        .header__top h1 {
          font-size: 28px;
          line-height: 1.2;
          padding-bottom: 16px; } }
    .header__top p {
      font: 300 20px "Roboto", sans-serif;
      text-align: center;
      color: #484d54; }
      @media (max-width: 1023px) {
        .header__top p {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .header__top p {
          font-size: 14px;
          line-height: 1.4;
          margin: 0 auto; } }
  .header__slider {
    position: relative; }
    @media (max-width: 1023px) {
      .header__slider {
        padding-bottom: 23px; } }
    .header__slider .btn {
      position: absolute;
      left: calc(74% - 185px);
      bottom: 111px;
      width: 370px; }
      @media (max-width: 1023px) {
        .header__slider .btn {
          margin: 0 auto;
          display: table;
          position: static; } }
      @media (max-width: 767px) {
        .header__slider .btn {
          font-size: 20px;
          width: 270px;
          line-height: 50px;
          min-height: 50px;
          padding: 0px 5px; } }

/* responsive for sldier */
@media screen and (max-width: 1080px) {
  .slider__list-right {
    width: 60%; }
  .slider__list-left {
    width: 40%; } }

/* responsive for slider*/
.slider__list {
  font-size: 0; }
  .slider__list-item {
    display: inline-block;
    vertical-align: top;
    padding-bottom: 10px; }
    .slider__list-item.slick-active {
      position: relative;
      z-index: 10; }
  .slider__list-img {
    margin: 0 auto;
    display: block; }
    @media (max-width: 1023px) {
      .slider__list-img {
        width: 100%;
        height: auto; } }
  .slider__list-left {
    display: inline-block;
    vertical-align: top;
    width: 48%; }
    @media (max-width: 1023px) {
      .slider__list-left {
        width: 100%;
        padding: 0;
        padding-bottom: 40px; } }
    @media (max-width: 767px) {
      .slider__list-left {
        padding-bottom: 24px; } }
    @media (max-width: 1023px) {
      .slider__list-left img {
        height: auto;
        margin: 0 auto;
        max-width: 100%;
        min-width: 50%; } }
    @media (max-width: 767px) {
      .slider__list-left img {
        width: 100%; } }
  .slider__list-right {
    display: inline-block;
    vertical-align: top;
    width: 52%; }
    @media (max-width: 1023px) {
      .slider__list-right {
        width: 100%;
        padding: 0; } }
    .slider__list-right h3 {
      color: #232a35;
      font: 600 24px "Roboto", sans-serif;
      text-align: center;
      text-transform: uppercase;
      padding-bottom: 22px; }
      @media (max-width: 767px) {
        .slider__list-right h3 {
          font-size: 18px;
          padding-bottom: 20px; } }
  .slider__list .slick-dots {
    margin: 50px auto 0;
    display: table; }
    @media (max-width: 1023px) {
      .slider__list .slick-dots {
        position: static;
        text-align: center;
        margin-top: -10px;
        padding-bottom: 12px; } }
    @media (max-width: 767px) {
      .slider__list .slick-dots {
        position: static;
        margin-top: -10px;
        padding-bottom: 0; } }
    .slider__list .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .slider__list .slick-dots li {
          margin-right: 7.5px; }
          .slider__list .slick-dots li:last-child {
            margin-right: 0; } }
      .slider__list .slick-dots li:last-child {
        margin-right: 0; }
      .slider__list .slick-dots li.slick-active button {
        background: #484d54; }
    .slider__list .slick-dots button {
      width: 8px;
      height: 8px;
      display: inline-block;
      color: transparent;
      background: #a3a6a9;
      padding: 0;
      border-radius: 1px; }
      .slider__list .slick-dots button:focus {
        top: 0; }
      @media (max-width: 767px) {
        .slider__list .slick-dots button {
          width: 4px;
          height: 4px; } }
  .slider__list .slick-arrow-next, .slider__list .slick-arrow-prev {
    width: 80px;
    height: 100%;
    display: block !important;
    position: absolute;
    right: -120px;
    top: 0;
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    z-index: 10; }
    .slider__list .slick-arrow-next:before, .slider__list .slick-arrow-prev:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      background-image: url(../img/sprite.png);
      background-position: -315px -210px;
      width: 18px;
      height: 29px;
      top: -29%;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .slider__list .slick-arrow-next:before, .slider__list .slick-arrow-prev:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 370px 341px; } }
    .slider__list .slick-arrow-next:hover, .slider__list .slick-arrow-prev:hover {
      opacity: 1; }
    @media (max-width: 1200px) {
      .slider__list .slick-arrow-next, .slider__list .slick-arrow-prev {
        right: -30px; } }
  .slider__list .slick-arrow-prev {
    right: auto;
    left: -120px; }
    .slider__list .slick-arrow-prev:before {
      -webkit-transform: rotate(180deg);
          -ms-transform: rotate(180deg);
              transform: rotate(180deg); }
    @media (max-width: 1200px) {
      .slider__list .slick-arrow-prev {
        left: -30px; } }

.slider__compare {
  height: 182px;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .slider__compare {
      height: auto; } }
  .slider__compare-left, .slider__compare-right {
    display: inline-block;
    width: 50%;
    vertical-align: top;
    padding: 0 12px 0 0; }
    @media (max-width: 767px) {
      .slider__compare-left, .slider__compare-right {
        width: 100%;
        padding: 0 0 0px 0; } }
    .slider__compare-left p, .slider__compare-right p {
      font: 300 16px/1.5 "Roboto", sans-serif;
      text-align: right;
      color: #484d54;
      margin-top: 10px;
      white-space: pre-wrap; }
      @media (max-width: 1023px) {
        .slider__compare-left p, .slider__compare-right p {
          margin-top: 15px;
          line-height: 1.7; } }
      @media (max-width: 767px) {
        .slider__compare-left p, .slider__compare-right p {
          text-align: left;
          font-size: 14px;
          margin-top: 10px;
          padding-bottom: 23px;
          line-height: 1.4; } }
  .slider__compare-price {
    color: #fff;
    font: 300 22px "Roboto", sans-serif;
    display: table;
    margin: 0 0 0 auto;
    background: #262d37;
    padding: 1px 13px;
    border-radius: 3px;
    position: relative;
    text-decoration: none; }
    .slider__compare-price:hover {
      opacity: 1;
      text-decoration: none; }
    @media (max-width: 767px) {
      .slider__compare-price {
        text-align: left;
        margin: 0;
        font-size: 16px;
        padding: 1px 8px; } }
    .slider__compare-price span {
      font-weight: 500; }
  .slider__compare-right {
    padding: 0 0 0 12px; }
    @media (max-width: 767px) {
      .slider__compare-right {
        padding: 0; } }
    .slider__compare-right .slider__compare-price {
      margin: 0 auto 0 0;
      background: none;
      color: #232a35; }
    .slider__compare-right p {
      text-align: left; }
  .slider__compare-bg {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: -1;
    background: #ffdf2b;
    border-radius: 3px;
    background: -webkit-gradient(linear, left top, right top, from(#24f0e5), color-stop(#07f77a), to(#ffdf2c));
    background: -webkit-linear-gradient(left, #24f0e5, #07f77a, #ffdf2c);
    background: linear-gradient(90deg, #24f0e5, #07f77a, #ffdf2c);
    background-size: 500% 500%;
    -webkit-animation: AnimationName 4s ease infinite;
            animation: AnimationName 4s ease infinite; }

@-webkit-keyframes AnimationName {
  0% {
    background-position: 0% 20%; }
  50% {
    background-position: 100% 81%; }
  100% {
    background-position: 0% 20%; } }

@keyframes AnimationName {
  0% {
    background-position: 0% 20%; }
  50% {
    background-position: 100% 81%; }
  100% {
    background-position: 0% 20%; } }

/* Start footer list */
.footer__list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }
  .footer__list-item:last-child {
    margin-right: 0; }

.footer__list-link {
  color: #fff;
  font: 300 16px "Roboto", sans-serif;
  text-decoration: underline; }
  .footer__list-link:hover {
    text-decoration: none;
    opacity: 1; }

/* Finish footer list */
.footer {
  height: 145px; }
  .footer__top {
    background: #232a35;
    padding: 16px 0 12px 0;
    border-bottom: 1px solid #07080b; }
    @media (max-width: 767px) {
      .footer__top {
        padding-bottom: 20px; } }
  .footer__bottom {
    background: #181d25;
    padding: 17px 0; }
  .footer .footer__list {
    float: left;
    padding: 16px 0 0 0; }
    @media (max-width: 767px) {
      .footer .footer__list {
        width: 100%;
        float: none;
        padding: 0 0 10px; } }
    @media (max-width: 767px) {
      .footer .footer__list-item {
        display: block;
        padding-bottom: 12px;
        margin: 0; } }
    @media (max-width: 767px) {
      .footer .footer__list-link {
        font-size: 14px; } }
  .footer__logo {
    float: right; }
    @media (max-width: 767px) {
      .footer__logo {
        float: none;
        display: table;
        width: 100%; } }
    .footer__logo-img {
      width: 60px;
      height: auto;
      display: inline-block;
      vertical-align: middle; }
    .footer__logo-text {
      text-transform: uppercase;
      display: inline-block;
      vertical-align: middle;
      margin-left: 5px; }
      .footer__logo-text span {
        color: #f6d5b1;
        font: 700 16px "Roboto", sans-serif;
        background: -webkit-linear-gradient(#eec774, #f6d5b1);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        display: block; }
  .footer__copyright {
    display: block;
    text-align: center;
    color: #707378;
    font: 300 16px "Roboto", sans-serif; }
    @media (max-width: 767px) {
      .footer__copyright {
        font-size: 14px; } }
    .footer__copyright a {
      text-decoration: none;
      color: #ffde2b;
      opacity: 1;
      display: inline-block; }
      .footer__copyright a:hover {
        text-decoration: underline;
        opacity: 1; }
    .footer__copyright-quote {
      opacity: 1;
      display: inline-block; }
      .footer__copyright-quote--close {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        position: relative;
        top: 3px;
        left: -2px;
        margin-left: 3px; }
        @media (max-width: 767px) {
          .footer__copyright-quote--close {
            top: 1px; } }

/* Start sprites */
.insurance-ico1 {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -135px -135px;
  width: 100px;
  height: 100px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .insurance-ico1 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }
  @media (max-width: 767px) {
    .insurance-ico1 {
      background-image: url(../img/sprite.png);
      background-position: 0px 0px;
      width: 130px;
      height: 130px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .insurance-ico1 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }

.insurance-ico2 {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -270px 0px;
  width: 100px;
  height: 100px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .insurance-ico2 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }
  @media (max-width: 767px) {
    .insurance-ico2 {
      background-image: url(../img/sprite.png);
      background-position: -135px 0px;
      width: 130px;
      height: 130px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .insurance-ico2 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }

.insurance-ico3 {
  display: block;
  background-image: url(../img/sprite.png);
  background-position: -270px -105px;
  width: 100px;
  height: 100px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .insurance-ico3 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }
  @media (max-width: 767px) {
    .insurance-ico3 {
      background-image: url(../img/sprite.png);
      background-position: 0px -135px;
      width: 130px;
      height: 130px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .insurance-ico3 {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }

.quotes-ico {
  background-image: url(../img/sprite.png);
  background-position: 0px -270px;
  width: 84px;
  height: 71px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .quotes-ico {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }

/* Finish sprites */
/* Start brand list */
.brand__list {
  font-size: 0; }
  .brand__list-item {
    display: inline-block !important;
    vertical-align: middle;
    float: none;
    text-align: center; }

/* Finish brand list */
/* Start insurance list */
.insurance__list {
  font-size: 0;
  text-align: center; }
  .insurance__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 15px; }
  .insurance__list-ico {
    margin: 0 auto;
    margin-bottom: 14px; }
    @media (max-width: 767px) {
      .insurance__list-ico {
        margin-bottom: 4px; } }
  .insurance__list-text {
    text-align: center;
    display: block;
    color: #484d54;
    font: 300 18px "Roboto", sans-serif; }
    @media (max-width: 767px) {
      .insurance__list-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .insurance__list-text {
        font-size: 18px; } }

/* Finish insurance list */
/* Start recommend list */
.recommend__list {
  font-size: 0; }
  .recommend__list-item {
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px; }
  .recommend__list-box {
    background: #fff;
    padding: 0 20px 35px;
    height: 380px;
    border-radius: 10px;
    position: relative; }
    .recommend__list-box:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      background-image: url(../img/sprite.png);
      background-position: 0px -270px;
      width: 84px;
      height: 71px;
      left: 35px;
      top: calc(54% - 105px/2); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .recommend__list-box:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 370px 341px; } }
    .recommend__list-box > * {
      position: relative; }
  .recommend__list-avatar {
    margin: 0 auto -28px;
    display: block;
    border: 5px solid #fff;
    border-radius: 50%;
    position: relative;
    top: -36px;
    width: 140px;
    height: 140px; }
    @media (max-width: 767px) {
      .recommend__list-avatar {
        width: 130px;
        height: 130px; } }
    .recommend__list-avatar--first {
      background: url("../pic/users/users-01.png");
      background-size: cover; }
    .recommend__list-avatar--second {
      background: url("../pic/users/users-02.png");
      background-size: cover; }
    .recommend__list-avatar--third {
      background: url("../pic/users/users-03.png");
      background-size: cover; }
  .recommend__list-text {
    color: #484d54;
    font: 300 15px/24px "Roboto", sans-serif;
    text-align: center;
    height: 172px;
    overflow: hidden;
    white-space: pre-wrap; }
  .recommend__list-caption {
    position: absolute;
    left: 20px;
    right: 20px;
    top: 295px;
    height: 73px;
    overflow: hidden; }
  .recommend__list-name {
    text-align: center;
    display: block;
    font: 300 22px "Roboto", sans-serif;
    font-style: italic;
    color: #484d54; }
  .recommend__list-info {
    font: 300 16px "Roboto", sans-serif;
    color: #484d54;
    font-style: italic;
    text-align: center;
    display: block; }

/* Finish recommend list */
/* Start answer list */
.answer__list-item {
  color: #484d54;
  font: 300 18px/26px "Roboto", sans-serif;
  text-transform: uppercase;
  padding: 0 0 25px 30px;
  position: relative; }
  .answer__list-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 12px;
    height: 12px;
    left: 0;
    top: 7px;
    background: #ffde2b;
    border-radius: 2px; }

/* Finish answer list */
.brand {
  padding-bottom: 60px; }
  @media (max-width: 1023px) {
    .brand {
      padding-bottom: 44px; } }
  @media (max-width: 767px) {
    .brand {
      padding-bottom: 40px; } }
  .brand .brand__list {
    margin-bottom: 40px; }
    @media (max-width: 1023px) {
      .brand .brand__list {
        margin-bottom: 55px; } }
    @media (max-width: 767px) {
      .brand .brand__list {
        margin-bottom: 20px; } }
    .brand .brand__list-img {
      background-size: cover !important;
      margin: 0 auto; }
      .brand .brand__list-img.alfa {
        background: url(../pic/brand/alfa.png) no-repeat;
        width: 77.5px;
        height: 16.5px; }
      .brand .brand__list-img.bin {
        background: url(../pic/brand/bin.png) no-repeat;
        width: 61px;
        height: 28px; }
      .brand .brand__list-img.erv {
        background: url(../pic/brand/erv.png) no-repeat;
        width: 77.5px;
        height: 27px; }
      .brand .brand__list-img.ingos {
        background: url(../pic/brand/ingos.png) no-repeat;
        width: 77.5px;
        height: 26px; }
      .brand .brand__list-img.liberty {
        background: url(../pic/brand/liberty.png) no-repeat;
        width: 61.5px;
        height: 28px; }
      .brand .brand__list-img.otkritie {
        background: url(../pic/brand/otkritie.png) no-repeat;
        width: 77.5px;
        height: 26px; }
      .brand .brand__list-img.renins {
        background: url(../pic/brand/renins.png) no-repeat;
        width: 77.5px;
        height: 26px; }
      .brand .brand__list-img.reso {
        background: url(../pic/brand/reso.png) no-repeat;
        width: 77.5px;
        height: 22px; }
      .brand .brand__list-img.rgs {
        background: url(../pic/brand/rgs.png) no-repeat;
        width: 77.5px;
        height: 8.5px; }
      .brand .brand__list-img.rstandart {
        background: url(../pic/brand/rstandart.png) no-repeat;
        width: 77.5px;
        height: 14px; }
      .brand .brand__list-img.soglasie {
        background: url(../pic/brand/soglasie.png) no-repeat;
        width: 77.5px;
        height: 14.5px; }
      .brand .brand__list-img.tinkoff {
        background: url(../pic/brand/tinkoff.png) no-repeat;
        width: 77.5px;
        height: 24px; }
      .brand .brand__list-img.vtb {
        background: url(../pic/brand/vtb.png) no-repeat;
        width: 77.5px;
        height: 18px; }
      .brand .brand__list-img.zetta {
        background: url(../pic/brand/zetta.png) no-repeat;
        width: 77.5px;
        height: 27px; }
  .brand .slick-list {
    width: 90%;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .brand .slick-list {
        width: 100%;
        padding-left: 0 !important; } }
    @media (max-width: 767px) {
      .brand .slick-list {
        padding-left: 30px !important; } }
  .brand .slick-arrow-next, .brand .slick-arrow-prev {
    background-image: url(../img/sprite.png);
    background-position: -315px -210px;
    width: 18px;
    height: 29px;
    display: block !important;
    position: absolute;
    right: -20px;
    top: calc(50% - 29px/2);
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s;
    -webkit-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5); }
    @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
      .brand .slick-arrow-next, .brand .slick-arrow-prev {
        background-image: url(../img/sprite@2x.png);
        background-size: 370px 341px; } }
    .brand .slick-arrow-next:hover, .brand .slick-arrow-prev:hover {
      opacity: 1; }
  .brand .slick-arrow-prev {
    right: auto;
    left: -20px;
    -webkit-transform: scale(0.5) rotate(180deg);
        -ms-transform: scale(0.5) rotate(180deg);
            transform: scale(0.5) rotate(180deg); }

.insurance h2 {
  text-transform: uppercase;
  color: #232a35;
  text-align: center;
  padding-bottom: 12px; }
  @media (max-width: 1023px) {
    .insurance h2 {
      font-size: 36px; } }
  @media (max-width: 767px) {
    .insurance h2 {
      font-size: 24px;
      line-height: 1.2;
      padding-bottom: 16px; } }
  .insurance h2 a {
    color: #232a35;
    text-decoration: none; }
    .insurance h2 a:hover {
      text-decoration: none;
      opacity: 1;
      color: #ffdf2b; }
    @media (max-width: 1023px) {
      .insurance h2 a {
        cursor: text; }
        .insurance h2 a:hover {
          color: #232a35; } }

.insurance__description, .solvency__description {
  color: #484d54;
  font: 300 20px/26px "Roboto", sans-serif;
  text-align: center;
  padding-bottom: 36px; }
  .insurance__description a, .solvency__description a {
    text-decoration: none;
    border-bottom: 1px solid #0fa4b6; }
    .insurance__description a:hover, .solvency__description a:hover {
      border-bottom: 1px solid transparent;
      text-decoration: none; }
  .insurance__description span, .solvency__description span {
    font-weight: 600; }
    @media (max-width: 767px) {
      .insurance__description span, .solvency__description span {
        font-size: 16px; } }
  @media (max-width: 1023px) {
    .insurance__description, .solvency__description {
      font-size: 18px;
      padding-bottom: 18px; } }
  @media (max-width: 767px) {
    .insurance__description, .solvency__description {
      padding-bottom: 22px;
      font-size: 14px;
      line-height: 1.4; } }

.insurance .insurance__list {
  padding-bottom: 25px; }
  .insurance .insurance__list-item {
    width: 33.33%; }
    @media (max-width: 767px) {
      .insurance .insurance__list-item {
        width: 100%;
        padding-bottom: 24px; } }

.insurance__form {
  padding-bottom: 70px;
  margin: 0 auto;
  display: block; }

.recommend {
  background: url("../pic/recommend-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 68px 0 84px;
  /*
	.slick-dots {
		margin: 23px auto 0;
		display: table;
		text-align: center;
		li {
			display: inline-block;
			vertical-align: middle;
			margin-right: 15px;
			height: 8px;
			&:last-child {
				margin-right: 0;
			}
			&.slick-active {
				height: 14px;
				button {
					background: #fff;
					width: 14px;
					height: 14px;
				}
			}
		}
		button {
			width: 8px;
			height: 8px;
			display: inline-block;
			color: transparent;
			background: #ffffff;
			padding: 0;
			border-radius: 3px;
			&:focus {
				top: 0;
			}
		}
		
	}	
	*/ }
  @media (max-width: 1023px) {
    .recommend {
      padding: 45px 0 21px; } }
  @media (max-width: 767px) {
    .recommend {
      padding-bottom: 15px; } }
  .recommend h2 {
    text-transform: uppercase;
    color: #fff;
    text-align: center;
    padding-bottom: 55px; }
    @media (max-width: 1023px) {
      .recommend h2 {
        font-size: 36px;
        padding-bottom: 30px; } }
    @media (max-width: 767px) {
      .recommend h2 {
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 22px; } }
  .recommend .recommend__list {
    margin: 0 -20px; }
    @media (max-width: 1023px) {
      .recommend .recommend__list {
        margin-left: -10px; } }
    @media (max-width: 767px) {
      .recommend .recommend__list {
        margin-left: -5px; } }
    .recommend .recommend__list-item {
      padding-top: 36px;
      width: 330px; }
      @media (max-width: 1023px) {
        .recommend .recommend__list-item {
          padding-left: 10px;
          padding-right: 10px; } }
      @media (max-width: 767px) {
        .recommend .recommend__list-item {
          padding-right: 5px;
          padding-left: 5px; } }
    @media (max-width: 767px) {
      .recommend .recommend__list-box {
        height: 350px; } }
    @media (max-width: 767px) {
      .recommend .recommend__list-text {
        font-size: 16px;
        height: 145px; }
      .recommend .recommend__list-name {
        font-size: 14px; }
      .recommend .recommend__list-info {
        font-size: 12px; } }
  .recommend .slick-list {
    /*padding-left: 0!important;*/ }
  .recommend .slick-dots {
    margin: 23px auto 0;
    display: table; }
    .recommend .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px; }
      @media (max-width: 767px) {
        .recommend .slick-dots li {
          margin-right: 7.5px; }
          .recommend .slick-dots li:last-child {
            margin-right: 0; } }
      .recommend .slick-dots li:last-child {
        margin-right: 0; }
      .recommend .slick-dots li.slick-active button {
        background: #484d54; }
    .recommend .slick-dots button {
      width: 8px;
      height: 8px;
      display: inline-block;
      color: transparent;
      background: #a3a6a9;
      padding: 0;
      border-radius: 1px; }
      .recommend .slick-dots button:focus {
        top: 0; }
      @media (max-width: 767px) {
        .recommend .slick-dots button {
          width: 4px;
          height: 4px; } }

.solvency {
  padding-top: 65px; }
  @media (max-width: 767px) {
    .solvency {
      padding-top: 49px; } }
  .solvency h2 {
    text-transform: uppercase;
    color: #232a35;
    text-align: center;
    padding-bottom: 12px; }
    @media (max-width: 1023px) {
      .solvency h2 {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .solvency h2 {
        font-size: 24px;
        line-height: 1.2;
        padding-bottom: 15px; } }
  .solvency__description {
    padding-bottom: 60px; }
    .solvency__description a {
      text-decoration: none;
      border-bottom: 1px solid #0fa4b6;
      display: inline-block;
      line-height: 18px; }
      .solvency__description a:hover {
        text-decoration: none;
        border-bottom: 1px solid transparent; }
    @media (max-width: 767px) {
      .solvency__description {
        padding-bottom: 35px; }
        .solvency__description a {
          line-height: 12px; } }
  .solvency__form {
    padding-bottom: 70px;
    margin: 0 auto;
    display: block; }
    @media (max-width: 767px) {
      .solvency__form {
        padding-bottom: 40px; } }

.answer {
  padding-bottom: 73px; }
  @media (max-width: 1023px) {
    .answer {
      padding-bottom: 53px; } }
  .answer h2 {
    text-transform: uppercase;
    color: #232a35;
    text-align: left;
    padding-bottom: 20px; }
    @media (max-width: 1023px) {
      .answer h2 {
        font-size: 36px;
        padding-bottom: 13px; } }
    @media (max-width: 767px) {
      .answer h2 {
        font-size: 24px;
        line-height: 1.2;
        text-align: center;
        padding-bottom: 22px; } }
  .answer .answer__list {
    padding-bottom: 52px; }
    @media (max-width: 1023px) {
      .answer .answer__list {
        padding-bottom: 35px; } }
    @media (max-width: 767px) {
      .answer .answer__list {
        padding-bottom: 6px; } }
    @media (max-width: 1023px) {
      .answer .answer__list-item {
        text-transform: none;
        padding-bottom: 16px; } }
    @media (max-width: 767px) {
      .answer .answer__list-item {
        font-size: 14px;
        line-height: 1.4;
        padding-bottom: 16px; } }
  .answer .btn {
    margin: 0 auto;
    display: table;
    width: 370px; }
    @media (max-width: 767px) {
      .answer .btn {
        font-size: 20px;
        width: 270px;
        line-height: 50px;
        min-height: 50px;
        padding: 0px 5px; } }

@media (max-width: 450px) {
  .brand .slick-list {
    padding-left: 0 !important; } }

.upBtn {
  display: block;
  position: fixed;
  right: 20px;
  bottom: 40px;
  background-image: url(../img/sprite.png);
  background-position: -270px -210px;
  width: 40px;
  height: 40px;
  display: none;
  visibility: hidden;
  opacity: 0;
  z-index: 100;
  -webkit-transition: all 1s;
  transition: all 1s; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .upBtn {
      background-image: url(../img/sprite@2x.png);
      background-size: 370px 341px; } }
  .upBtn:hover {
    -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
            transform: scale(1.1); }
  .upBtn.active {
    visibility: visible;
    opacity: 1;
    -webkit-transition: all 1s;
    transition: all 1s; }
  @media (max-width: 767px) {
    .upBtn {
      display: block; } }
