/*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+Condensed:700|Roboto:300,700';
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: 'Intro';
  src: url("../fonts/Intro/Intro.eot?#iefix") format("embedded-opentype"), url("../fonts/Intro/Intro.otf") format("opentype"), url("../fonts/Intro/Intro.woff") format("woff"), url("../fonts/Intro/Intro.ttf") format("truetype"), url("../fonts/Intro/Intro.svg#Intro") format("svg");
  font-weight: 400;
  font-style: normal; }

@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: #000;
  font-family: "Roboto", sans-serif, Verdana;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px; }

h1, h2, h3, h4, h5, h6 {
  color: #4c4c4c;
  font-family: "Intro", Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 400; }

h2 {
  font-size: 38px;
  line-height: 44px;
  font-weight: 400; }

h3 {
  font-size: 30px;
  line-height: 36px;
  font-weight: 700; }

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

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

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

p {
  padding: 0 0 24px;
  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: #354fc1;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: none; }
  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; }

.upper {
  text-transform: uppercase; }

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: #000;
  font-size: 18px;
  line-height: 24px;
  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: 400;
  font-size: 18px;
  line-height: 24px;
  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 {
  font: 400 24px "Roboto", sans-serif;
  color: #fff;
  text-transform: uppercase;
  background: #ec9244;
  border-radius: 50px;
  padding: 20px;
  display: block;
  text-align: center;
  text-decoration: none; }
  .btn-transparent {
    background: transparent;
    border: 2px solid #f2f7fa;
    text-transform: none; }

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

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

.container {
  padding: 0 32px;
  max-width: 1024px;
  min-width: 320px;
  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; }

/* Start style for header list */
.header__list {
  font-size: 0;
  text-align: center; }
  .header__list-item {
    display: inline-block;
    vertical-align: top;
    width: 20%;
    padding: 0 44px;
    position: relative; }
    @media (max-width: 1023px) {
      .header__list-item {
        padding: 0 15px; } }
    @media (max-width: 767px) {
      .header__list-item {
        width: 50%;
        padding-bottom: 31px; }
        .header__list-item:nth-child(2n):before {
          display: none; } }
    .header__list-item:hover {
      -webkit-transition: all .5s;
      transition: all .5s; }
      .header__list-item:hover .header__list-ico {
        -webkit-transform: rotateY(180deg);
                transform: rotateY(180deg); }
    .header__list-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      background-image: url(../img/sprite.png);
      background-position: -126px -137px;
      width: 18px;
      height: 18px;
      right: -8px;
      top: 40px; }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .header__list-item:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 373px 269px; } }
    .header__list-item:last-child:before {
      display: none; }
  .header__list-ico {
    display: block;
    margin: 0 auto;
    margin-bottom: 35px;
    -webkit-transition: all .5s;
    transition: all .5s;
    width: 80px;
    height: 80px; }
    @media (max-width: 1023px) {
      .header__list-ico {
        margin-bottom: 28px; } }
    @media (max-width: 767px) {
      .header__list-ico {
        margin-bottom: 17px;
        width: 70px;
        height: 70px; } }
  .header__list-text {
    font: 300 18px "Roboto", sans-serif;
    color: #fff;
    display: block;
    text-align: center; }
    @media (max-width: 1023px) {
      .header__list-text {
        font-size: 16px; } }

/* Finish style for header list */
.header {
  background: #fff url("../pic/header-bg.jpg") bottom center no-repeat;
  background-size: cover;
  padding: 72px 0 72px;
  margin-bottom: 0px;
  position: relative;
  overflow: hidden; }
  .header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 0; }
  .header:after {
    content: '';
    display: block;
    position: absolute;
    width: 200%;
    height: 100%;
    background: url("../pic/mask.svg") bottom center no-repeat;
    background-size: cover;
    bottom: 0;
    left: -50%; }
  .header > div * {
    position: relative;
    z-index: 2; }
  @media (max-width: 1023px) {
    .header {
      padding: 52px 0 41px;
      margin-bottom: 17px; } }
  @media (max-width: 767px) {
    .header {
      padding: 44px 0 30px;
      margin-bottom: 12px; } }
  .header__title {
    color: #fff;
    text-align: center;
    padding-bottom: 15px; }
    @media (max-width: 1023px) {
      .header__title {
        font-size: 36px;
        line-height: 42px; } }
    @media (max-width: 767px) {
      .header__title {
        font-size: 25px;
        line-height: 32px;
        padding-bottom: 19px; } }
    .header__title-text {
      font: 300 20px/26px "Roboto", sans-serif;
      display: block;
      text-align: center;
      color: #fff;
      padding-bottom: 90px; }
      @media (max-width: 1023px) {
        .header__title-text {
          font-size: 18px;
          padding-bottom: 72px; } }
      @media (max-width: 767px) {
        .header__title-text {
          font-size: 14px;
          line-height: 20px;
          padding-bottom: 42px; } }
  .header .header__list {
    padding-bottom: 94px; }
    @media (max-width: 1023px) {
      .header .header__list {
        padding-bottom: 76px; } }
    @media (max-width: 767px) {
      .header .header__list {
        padding-bottom: 0; } }
  .header__btn {
    width: 370px;
    margin: 0 auto 40px;
    position: relative; }
    .header__btn span {
      position: relative; }
      .header__btn span:after {
        content: '';
        display: block;
        position: absolute;
        width: 9px;
        height: 15px;
        position: relative;
        display: inline-block;
        vertical-align: baseline;
        margin-left: 30px;
        background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAi0lEQVQoU4XRYRGAIAwFYBbBLFbQCBpBq0gFI1jBDGYxAr6n4CEM4W7HDz7GxsQ51xhjJhGx2NUlQDtOOsQKOGuKqMUBITOqUHizBm9Ugy/6gx9UghnycMC++Uqsloldslt2fSD6tKYciJxxdyrgk+GfiuBGfnbfGvBEPJ54dk+RCQiZ2MWCGDVAdAHje06jXbE5jAAAAABJRU5ErkJggg==) no-repeat;
        right: 16px;
        -webkit-animation: timing 1s infinite;
                animation: timing 1s infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }

@-webkit-keyframes timing {
  0% {
    right: 16px; }
  50% {
    right: -5px; }
  100% {
    right: 16px; } }

@keyframes timing {
  0% {
    right: 16px; }
  50% {
    right: -5px; }
  100% {
    right: 16px; } }
    .header__btn:hover {
      opacity: 1; }
      .header__btn:hover span:after {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
    @media (max-width: 767px) {
      .header__btn {
        width: 280px;
        padding: 13px;
        font-size: 20px;
        margin-bottom: 32px; }
        .header__btn:after {
          right: 25px; }
      @-webkit-keyframes timing {
        0% {
          right: 25px; }
        50% {
          right: 15px; }
        100% {
          right: 25px; } }
      @keyframes timing {
        0% {
          right: 25px; }
        50% {
          right: 15px; }
        100% {
          right: 25px; } } }

.logo {
  margin: 0 auto;
  display: table;
  -webkit-transition: all .3s;
  transition: all .3s; }
  .logo:hover {
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05);
    -webkit-transition: all .3s;
    transition: all .3s; }
  .logo__svg {
    display: block;
    width: 170px;
    height: 44px; }
  @media (max-width: 767px) {
    .logo__svg {
      width: 130px;
      height: 37px; } }

/* Start footer list */
.footer__list-item {
  display: inline-block;
  vertical-align: middle;
  margin-right: 30px; }
  .footer__list-item:last-child {
    margin-right: 0; }
  @media (max-width: 1023px) {
    .footer__list-item {
      margin-right: 15px; } }
  @media (max-width: 767px) {
    .footer__list-item {
      display: block;
      margin: 0;
      padding-bottom: 10px; } }

.footer__list-link {
  color: #fff;
  font: 300 16px "Roboto", sans-serif;
  text-decoration: none;
  border-bottom: 1px solid #fff; }
  .footer__list-link:hover {
    text-decoration: none;
    opacity: 1;
    border-color: transparent; }
  @media (max-width: 1023px) {
    .footer__list-link {
      font-size: 14px; } }

/* Finish footer list */
.footer {
  height: 145px;
  background: #1d1d1d; }
  .footer__top {
    background: #1c262b;
    padding: 32px 0 35px;
    border-bottom: 1px solid #080808; }
    @media (max-width: 1023px) {
      .footer__top {
        padding: 31px 35px; } }
    @media (max-width: 767px) {
      .footer__top {
        padding: 15px 0 9px; } }
  .footer__bottom {
    background: #1d1d1d;
    padding: 18px 0 18px 0; }
    @media (max-width: 767px) {
      .footer__bottom {
        padding-top: 15px; } }
  .footer__copyright {
    color: #707378;
    font: 300 16px "Roboto", sans-serif;
    text-align: center;
    display: block; }
    .footer__copyright a {
      color: #ffcf00;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .footer__copyright a:hover {
        text-decoration: none;
        opacity: 1;
        border-color: #ffcf00; }
    @media (max-width: 1023px) {
      .footer__copyright {
        font-size: 15px; } }

.temprow {
  padding-bottom: 30px; }

.cash-ico {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 121px;
  height: 132px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .cash-ico {
      background-image: url(../img/sprite@2x.png);
      background-size: 373px 269px; } }

.payment-ico {
  background-image: url(../img/sprite.png);
  background-position: -126px 0px;
  width: 121px;
  height: 132px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .payment-ico {
      background-image: url(../img/sprite@2x.png);
      background-size: 373px 269px; } }

.search-ico {
  background-image: url(../img/sprite.png);
  background-position: -252px 0px;
  width: 121px;
  height: 132px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .search-ico {
      background-image: url(../img/sprite@2x.png);
      background-size: 373px 269px; } }

.security-ico {
  background-image: url(../img/sprite.png);
  background-position: 0px -137px;
  width: 121px;
  height: 132px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .security-ico {
      background-image: url(../img/sprite@2x.png);
      background-size: 373px 269px; } }

.rub {
  font-family: "ALSRubl" !important; }

/* Start brand list */
.brand__list {
  font-size: 0; }
  .brand__list-item {
    display: inline-block !important;
    vertical-align: middle;
    float: none; }
  .brand__list-img {
    margin: 0 auto; }
    .brand__list-img-1 {
      background: url("../pic/brand/1.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-2 {
      background: url("../pic/brand/2.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-3 {
      background: url("../pic/brand/3.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-4 {
      background: url("../pic/brand/4.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-5 {
      background: url("../pic/brand/5.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-6 {
      background: url("../pic/brand/6.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-7 {
      background: url("../pic/brand/7.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-8 {
      background: url("../pic/brand/8.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-9 {
      background: url("../pic/brand/9.png") no-repeat;
      background-size: cover;
      width: 100px;
      height: 35px; }
    .brand__list-img-10 {
      background: url("../pic/brand/10.png") no-repeat;
      background-size: cover;
      width: 66px;
      height: 35px; }
    .brand__list-img-11 {
      background: url("../pic/brand/11.png") no-repeat;
      background-size: cover;
      width: 86.5px;
      height: 35px; }
    .brand__list-img-12 {
      background: url("../pic/brand/12.png") no-repeat;
      background-size: cover;
      width: 84px;
      height: 35px; }

/* Finish brand list */
/* Start popular list */
.popular__list {
  font-size: 0;
  margin: 0 -15px; }
  @media (max-width: 1023px) {
    .popular__list {
      margin: 0 -10px; } }
  .popular__list-item {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .popular__list-item {
        padding: 0 10px;
        width: 170px; } }
  .popular__list-box {
    position: relative;
    overflow: hidden;
    display: block;
    border-radius: 5px; }
    .popular__list-box:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: -webkit-gradient(linear, left bottom, left top, from(transparent), to(rgba(0, 0, 0, 0.5)));
      background: -webkit-linear-gradient(bottom, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
      background: linear-gradient(to top, transparent 0%, rgba(0, 0, 0, 0.5) 100%);
      top: 0;
      bottom: 0;
      right: 0;
      left: 0;
      border-radius: 5px;
      -webkit-transition: all .3s;
      transition: all .3s;
      z-index: 1; }
    .popular__list-box:hover {
      -webkit-transition: all .3s;
      transition: all .3s;
      opacity: 1; }
      .popular__list-box:hover:before {
        width: 100%;
        height: 30%;
        top: 0;
        border-radius: 5px; }
      .popular__list-box:hover .popular__list-img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .popular__list-img {
    width: 169px;
    height: 299px;
    height: auto;
    display: block;
    border-radius: 3px;
    -webkit-transition: all .3s;
    transition: all .3s; }
  .popular__list-title {
    color: #fff;
    font: 700 30px "Roboto", sans-serif;
    position: absolute;
    top: 35px;
    left: 15px;
    z-index: 2; }
    @media (max-width: 1023px) {
      .popular__list-title {
        font-size: 26px;
        top: 28px; } }
    @media (max-width: 767px) {
      .popular__list-title {
        font-size: 25px;
        top: 32px; } }
  .popular__list-text {
    font: 300 17px "Roboto", sans-serif;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    color: #fff;
    padding: 15px 0;
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px; }
    @media (max-width: 1023px) {
      .popular__list-text {
        font-size: 16px; } }
    @media (max-width: 767px) {
      .popular__list-text {
        font-size: 12px;
        padding: 12px 0; } }
  .popular__list-bold {
    font-weight: 700;
    color: #37bafe; }

/* Finish popular list */
/* Start security list */
.security__list {
  font-size: 0;
  text-align: center; }
  .security__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 230px;
    padding-bottom: 46px; }
    @media (max-width: 1023px) {
      .security__list-item {
        width: 300px; } }
    @media (max-width: 767px) {
      .security__list-item {
        padding-bottom: 31px; }
        .security__list-item:last-child {
          padding-bottom: 26px; } }
    .security__list-item:hover {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .security__list-item:hover .security__list-ico {
        -webkit-transform: rotate(-10deg);
            -ms-transform: rotate(-10deg);
                transform: rotate(-10deg); }
  .security__list-ico {
    margin: 0 auto;
    display: block;
    margin-bottom: 15px;
    -webkit-transition: all .3s;
    transition: all .3s;
    width: 121px;
    height: 132px;
    background: url("../pic/hexagon.svg") no-repeat;
    background-size: cover; }
  .security__list-title {
    font: 700 18px "Roboto", sans-serif;
    text-align: center;
    display: block;
    color: #232f36;
    padding-bottom: 6px; }
  .security__list-text {
    font: 300 16px/22px "Roboto", sans-serif;
    color: #485054;
    padding: 0;
    text-align: center; }
    @media (max-width: 767px) {
      .security__list-text {
        font-size: 14px;
        line-height: 20px; } }

/* Finish security lsit */
/* Start comment list */
.comment__list {
  font-size: 0;
  margin: 0 -15px; }
  @media (max-width: 1023px) {
    .comment__list {
      margin: 0 -20px 0 -10px; } }
  .comment__list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px; }
    @media (max-width: 1023px) {
      .comment__list-item {
        width: 650px;
        padding: 0 10px; } }
    @media (max-width: 767px) {
      .comment__list-item {
        width: 250px; } }
  .comment__list-box {
    background: #fff;
    padding: 45px 25px 39px;
    border-radius: 5px; }
    @media (max-width: 767px) {
      .comment__list-box {
        padding: 18px 14px; } }
  .comment__list-textBox {
    min-height: 106px;
    padding-bottom: 32px; }
    @media (max-width: 767px) {
      .comment__list-textBox {
        padding-bottom: 13px; } }
  .comment__list-text {
    color: #485054;
    font: 300 14px/24px "Roboto", sans-serif;
    position: relative;
    padding: 0 24px; }
    .comment__list-text:before {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 13px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAABQklEQVQoU82SQVKDQBBFfw9G3XKFcITkCrG0WJgqdOMB9AjhCOYI4QBuIJW4oBIrHEGPIFdgq0lB2zMwhGh07axgpuf1n9+f0FlX1zcTJtybLUK4XiSxPb4Y3w4U8AhwXw7z9TIe1WWyfP/OrXrbDQMDe4FAD6tlHOn/BjyRT7c5F0DitYDLcTATVt0ZiOVyppwqS+fz3A+CflnSa3M5J0bECrlVR7p72du+6wKRP31ZJOGRZ4l0FI7DQw3tnlPTQQPkPXvZtqijrpX9K0AQGVCZDgT1pj3oAAox0JjKRMWJ4kirOVDQJVtFjEqMbf1pS8R9aZAM/wRILzOFYwC9K554/xygx0rMEp6fHpix7k49k8RvQbJG5fLG0a5UrgJvmiDtTWSEq+dkagB66TwcTOHjrEjTJxldHXWcf9oYmzIbqC+94J5II4+tngAAAABJRU5ErkJggg==") no-repeat;
      top: 0;
      left: 0; }
    .comment__list-text:after {
      content: '';
      display: block;
      position: absolute;
      width: 16px;
      height: 13px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAANCAYAAACgu+4kAAABNUlEQVQoU82Sy1HDQAyGJe/wuG4LoYRQQshjfIgZ2xcKSEpISnBKwAVwAc+EgyccaIW0sFce4wjJ6+eOwxld1it5f0mfhMC2WEYbQljJd2t4VOq0lntReI8ANOpFCdLD68sOff9BFxffHxzUfQEAJNiePNB8btwY3436ubxBPwxHRYEiMGCUWic61VmvUvQvBP5gwOBSQjRnGNgWpJfZMpx4iAm1ICvilL7ts/U8CHkKOKkgCewSeCPg0psHkUBlESvQjS+CeEVALHhGoDtWGaPMuidgdyZpxlgHp0E8VgBjbiPmzFKu4RJv8yw7yj+SGYg0P5ad4BZsdSWDoWXqZp/dR4kDkreU7kR8SICduDvsn6slYsitgOF87/x4W1dWCtRVwPWXrgMuWNlY+Lwyef4kIo39Akl3loJKaOU1AAAAAElFTkSuQmCC") no-repeat;
      right: 0;
      bottom: 0; }
    @media (max-width: 767px) {
      .comment__list-text {
        padding: 0 17px;
        font-size: 12px;
        line-height: 17px; }
        .comment__list-text:before {
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); }
        .comment__list-text:after {
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); } }
  .comment__list-quote-left, .comment__list-quote-right {
    width: 16px;
    height: 13px;
    position: absolute;
    top: 0;
    left: 0; }
  .comment__list-quote-right {
    top: auto;
    bottom: 0;
    left: auto;
    bottom: 0; }
  .comment__list-bottom {
    padding: 0 24px; }
    @media (max-width: 767px) {
      .comment__list-bottom {
        padding: 0 17px; } }
  .comment__list-avatar {
    display: inline-block;
    vertical-align: middle;
    margin-right: 20px; }
	.comment__list-avatar img {
		width: 60px;
        height: auto; }	
    @media (max-width: 767px) {
      .comment__list-avatar {
        margin-right: 15px; }
        .comment__list-avatar img {
          width: 50px;
          height: auto; } }
  .comment__list-description {
    display: inline-block;
    vertical-align: middle; }
    @media (max-width: 767px) {
      .comment__list-description {
        width: 100px; } }
  .comment__list-name {
    color: #485054;
    font: 300 16px/22px "Roboto", sans-serif;
    padding: 0;
    display: block;
    text-transform: uppercase; }
    @media (max-width: 767px) {
      .comment__list-name {
        font-size: 12px;
        line-height: 17px; } }
  .comment__list-info {
    color: #898f92;
    font: 300 12px/22px "Roboto", sans-serif; }
    @media (max-width: 767px) {
      .comment__list-info {
        line-height: 17px; } }

/* Finish comment list */
.brand {
  padding-bottom: 33px; }
  @media (max-width: 1023px) {
    .brand {
      padding-bottom: 34px; } }
  @media (max-width: 767px) {
    .brand {
      padding-bottom: 9px; } }
  @media (max-width: 1023px) {
    .brand .brand__list img {
      display: table;
      max-width: 100%;
      height: auto !important;
      max-height: 25px; } }
  .brand .slick-list {
    width: 100%;
    margin: 0 auto;
    position: relative; }
    @media (max-width: 1023px) {
      .brand .slick-list {
        width: 95%; } }
    @media (max-width: 767px) {
      .brand .slick-list:before {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(#f2f7fa), to(rgba(242, 247, 250, 0.1)));
        background: -webkit-linear-gradient(left, #f2f7fa 0%, rgba(242, 247, 250, 0.1) 100%);
        background: linear-gradient(to right, #f2f7fa 0%, rgba(242, 247, 250, 0.1) 100%);
        left: 0;
        top: 0;
        z-index: 2; }
      .brand .slick-list:after {
        content: '';
        display: block;
        position: absolute;
        width: 40px;
        height: 100%;
        background: -webkit-gradient(linear, right top, left top, from(#f2f7fa), to(rgba(242, 247, 250, 0.1)));
        background: -webkit-linear-gradient(right, #f2f7fa 0%, rgba(242, 247, 250, 0.1) 100%);
        background: linear-gradient(to left, #f2f7fa 0%, rgba(242, 247, 250, 0.1) 100%);
        right: 0;
        top: 0;
        z-index: 2; } }
  .brand .slick-arrow-next, .brand .slick-arrow-prev {
    background-image: url(../img/sprite.png);
    background-position: -149px -137px;
    width: 7px;
    height: 11px;
    display: block !important;
    position: absolute;
    right: -21px;
    top: 13px;
    opacity: .4;
    -webkit-transition: opacity .3s;
    transition: opacity .3s; }
    @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: 373px 269px; } }
    .brand .slick-arrow-next:hover, .brand .slick-arrow-prev:hover {
      opacity: 1; }
    @media (max-width: 1023px) {
      .brand .slick-arrow-next, .brand .slick-arrow-prev {
        right: 0; } }
    @media (max-width: 767px) {
      .brand .slick-arrow-next, .brand .slick-arrow-prev {
        top: 8px; } }
  .brand .slick-arrow-prev {
    right: auto;
    left: -21px;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 1023px) {
      .brand .slick-arrow-prev {
        left: 0px; } }
  .brand .slick-dots {
    margin: 12px auto 0;
    display: table; }
    @media (max-width: 1023px) {
      .brand .slick-dots {
        margin-top: 17px; } }
    @media (max-width: 767px) {
      .brand .slick-dots {
        margin-top: 10px; } }
    .brand .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 7px; }
      .brand .slick-dots li:last-child {
        margin-right: 0; }
      .brand .slick-dots li.slick-active button {
        background: #282828; }
    .brand .slick-dots button {
      width: 6px;
      height: 6px;
      display: inline-block;
      color: transparent;
      background: #939393;
      padding: 0;
      border-radius: 50%; }
      .brand .slick-dots button:focus {
        top: 0; }
      @media (max-width: 767px) {
        .brand .slick-dots button {
          width: 5px;
          height: 5px; } }

.popular {
  padding-bottom: 78px; }
  @media (max-width: 1023px) {
    .popular {
      padding-bottom: 54px; } }
  @media (max-width: 767px) {
    .popular {
      padding-bottom: 32px; } }
  .popular__title, .security__title, .comment__title {
    text-transform: uppercase;
    color: #232f36;
    text-align: center;
    padding-bottom: 17px; }
    @media (max-width: 1023px) {
      .popular__title, .security__title, .comment__title {
        font-size: 36px;
        line-height: 42px; } }
    @media (max-width: 767px) {
      .popular__title, .security__title, .comment__title {
        font-size: 25px;
        line-height: 30px;
        padding-bottom: 14px; } }
    .popular__title-text, .security__title-text {
      color: #485054;
      font: 300 20px/26px "Roboto", sans-serif;
      display: block;
      text-align: center;
      padding-bottom: 44px; }
      @media (max-width: 1023px) {
        .popular__title-text, .security__title-text {
          font-size: 18px; } }
      @media (max-width: 767px) {
        .popular__title-text, .security__title-text {
          font-size: 14px;
          line-height: 20px;
          padding-bottom: 28px; } }
  .popular .popular__list {
    padding-bottom: 44px; }
    @media (max-width: 1023px) {
      .popular .popular__list {
        padding-bottom: 51px; } }
    @media (max-width: 767px) {
      .popular .popular__list {
        padding-bottom: 33px; } }
  .popular__more {
    color: #232f36;
    font: 400 24px "Roboto", sans-serif;
    position: relative;
    text-decoration: none;
    margin: 0 auto;
    display: table;
    padding-right: 25px; }
    .popular__more:before {
      content: '';
      display: block;
      position: absolute;
      width: 9px;
      height: 15px;
      background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAAo0lEQVQoU2OU07URZGH6lXbv4qlOBhyAUVnPfDcD438XBob/s+5ePJ2OTR2jsq65MQPT/91ASUFcChlBOgkpBCsipBCuCJ9CFEW4FGIoAilUMTAL/f+fYRWIDVTQiaEIFG6szL92M/xnMAaqOPv7L5sriiJsCh5dPvIergiXAqiVDAz4FIAVEVIAVgSPO6gjQW5Ajz9I3DEydPz+zxqGTQFIAwAaonG57mbCEAAAAABJRU5ErkJggg==") no-repeat;
      right: 0;
      top: calc(50% - 6px); }
    .popular__more:after {
      content: '';
      display: block;
      position: absolute;
      width: calc(100% - 25px);
      height: 1px;
      background: #232f36;
      -webkit-transition: background .3s;
      transition: background .3s; }
    .popular__more:hover {
      text-decoration: none;
      opacity: 1; }
      .popular__more:hover:after {
        background: transparent; }
    @media (max-width: 767px) {
      .popular__more {
        font-size: 12px;
        padding-right: 15px; }
        .popular__more:before {
          -webkit-transform: scale(0.5);
              -ms-transform: scale(0.5);
                  transform: scale(0.5);
          top: 1px; }
        .popular__more:after {
          width: calc(100% - 15px); } }

.visa {
  position: relative; }
  .visa > * {
    position: relative; }
  .visa__title {
    color: #fff;
    text-align: center;
    padding-bottom: 41px;
    position: relative; }
    @media (max-width: 1023px) {
      .visa__title {
        font-size: 34px;
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .visa__title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 21px; } }
  .visa__list-item {
    padding: 72px 0 79px;
    position: relative;
    z-index: 2;
    min-height: 300px; }
    @media (max-width: 1023px) {
      .visa__list-item {
        padding: 50px 0 71px;
        min-height: 279px; } }
    @media (max-width: 767px) {
      .visa__list-item {
        padding: 30px 0 32px;
        min-height: 161px; } }
    .visa__list-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background: rgba(35, 47, 54, 0.7);
      top: 0;
      bottom: 0;
      right: 0;
      left: 0; }
    .visa__list-item--bg1 {
      background: url("../pic/visa-bg1.png") top center no-repeat;
      background-size: cover; }
    .visa__list-item--bg2 {
      background: url("../pic/visa-bg2.png") top center no-repeat;
      background-size: cover; }
    .visa__list-item--bg3 {
      background: url("../pic/visa-bg3.png") top center no-repeat;
      background-size: cover; }
  .visa__list-link {
    width: auto;
    display: table;
    margin: 0 auto;
    padding: 16px 44px;
    background: transparent;
    position: relative; }
    .visa__list-link span {
      position: relative; }
      .visa__list-link span:after {
        content: '';
        display: block;
        position: absolute;
        width: 9px;
        height: 15px;
        display: inline-block;
        vertical-align: baseline;
        position: relative;
        margin-left: 30px;
        background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAkAAAAPCAYAAAA2yOUNAAAApElEQVQoU4XR4Q2CMBAF4HslJeoPArOwgo6gI+gqsoIjuEJncBZrjCKoOdtL0CAt9G+/Xl/7YC0XKn1ts4WuKLJwqVsDoqXbP2TzdBdysLe2VAkZYipi0A0hmoKCpuAXjcEeisEB8vB6b9YMHCUHuBpOcv+WzJ6GmUqATu+HXvUzBUCe4/x7XQTIjRJ2BAiaAoK67rqQPsN/f9IdFO250ZsQ8Ac+MGJza/qJ8IUAAAAASUVORK5CYII=") no-repeat;
        background-size: contain;
        right: 20px;
        -webkit-animation: timingvisa 1s infinite;
                animation: timingvisa 1s infinite;
        -webkit-animation-timing-function: linear;
                animation-timing-function: linear; }

@-webkit-keyframes timingvisa {
  0% {
    right: 20px; }
  50% {
    right: 5px; }
  100% {
    right: 20px; } }

@keyframes timingvisa {
  0% {
    right: 20px; }
  50% {
    right: 5px; }
  100% {
    right: 20px; } }
    .visa__list-link:hover {
      opacity: 1; }
      .visa__list-link:hover span:after {
        -webkit-animation-play-state: paused;
                animation-play-state: paused; }
    @media (max-width: 767px) {
      .visa__list-link {
        width: auto;
        font-size: 12px;
        padding: 9px 41px;
        border-width: 1px; }
        .visa__list-link span:after {
          width: 4.5px;
          height: 7.5px; } }
  .visa .slick-dots {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 14px;
    text-align: center;
    z-index: 2; }
    @media (max-width: 1023px) {
      .visa .slick-dots {
        bottom: 14px; } }
    @media (max-width: 767px) {
      .visa .slick-dots {
        bottom: -1px; } }
    .visa .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      height: 10px;
      margin-right: 13px; }
      .visa .slick-dots li:last-child {
        margin-right: 0; }
      .visa .slick-dots li.slick-active button {
        background: #fff; }
      @media (max-width: 767px) {
        .visa .slick-dots li {
          margin-right: 7px; } }
    .visa .slick-dots button {
      width: 10px;
      height: 10px;
      display: inline-block;
      color: transparent;
      background: transparent;
      padding: 0;
      border-radius: 50%;
      border: 1px solid #fff; }
      .visa .slick-dots button:focus {
        top: 0; }
      @media (max-width: 767px) {
        .visa .slick-dots button {
          width: 5px;
          height: 5px; } }

.security {
  padding: 72px 0 26px; }
  @media (max-width: 1023px) {
    .security {
      padding: 53px 0 7px; } }
  @media (max-width: 767px) {
    .security {
      padding: 28px 0 0px; } }

.comment {
  background: url("../pic/comment-bg.jpg") top center no-repeat;
  background-size: cover;
  position: relative;
  padding: 72px 0 6px; }
  @media (max-width: 1023px) {
    .comment {
      padding: 52px 0 0px; } }
  @media (max-width: 767px) {
    .comment {
      padding: 27px 0 6px; } }
  .comment:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3); }
  .comment > * {
    position: relative; }
  .comment__title {
    color: #fff;
    padding-bottom: 41px; }
    @media (max-width: 1023px) {
      .comment__title {
        padding-bottom: 50px; } }
    @media (max-width: 767px) {
      .comment__title {
        padding-bottom: 29px; } }
  .comment .slick-arrow-next, .comment .slick-arrow-prev {
    width: 15px;
    height: 15px;
    display: block !important;
    position: absolute;
    right: -18px;
    top: 140px;
    opacity: 1;
    -webkit-transition: all .3s;
    transition: all .3s; }
    .comment .slick-arrow-next svg, .comment .slick-arrow-prev svg {
      width: 15px;
      height: 15px;
      display: block;
      fill: #fff; }
    .comment .slick-arrow-next:hover, .comment .slick-arrow-prev:hover {
      opacity: 1;
      right: -22px; }
    @media (max-width: 1023px) {
      .comment .slick-arrow-next, .comment .slick-arrow-prev {
        right: -10px; } }
  .comment .slick-arrow-prev {
    right: auto;
    left: -18px; }
    .comment .slick-arrow-prev:hover {
      left: -22px; }
    @media (max-width: 1023px) {
      .comment .slick-arrow-prev {
        left: -10px; } }
  .comment .slick-dots {
    margin: 50px auto 0;
    display: table; }
    @media (max-width: 1023px) {
      .comment .slick-dots {
        margin-top: 30px; } }
    @media (max-width: 767px) {
      .comment .slick-dots {
        margin-top: 15px; } }
    .comment .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 13px; }
      .comment .slick-dots li:last-child {
        margin-right: 0; }
      .comment .slick-dots li.slick-active button {
        background: #fff; }
      @media (max-width: 767px) {
        .comment .slick-dots li {
          margin-right: 7px; } }
    .comment .slick-dots button {
      width: 10px;
      height: 10px;
      display: inline-block;
      color: transparent;
      background: transparent;
      padding: 0;
      border-radius: 50%;
      border: 1px solid #fff; }
      .comment .slick-dots button:focus {
        top: 0; }

@media (max-width: 1100px) {
  .comment .slick-arrow-next, .comment .slick-arrow-prev {
    right: -10px; }
    .comment .slick-arrow-next:hover, .comment .slick-arrow-prev:hover {
      right: -10px; }
  .comment .slick-arrow-prev {
    right: auto;
    left: -10px; }
    .comment .slick-arrow-prev:hover {
      right: auto;
      left: -10px; } }
