/*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:400,700|Roboto:300,400,700&subset=cyrillic,cyrillic-ext,latin-ext';
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: #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: "Roboto", sans-serif, Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

h1 {
  font-size: 39px;
  line-height: 41px;
  font-weight: 400;
  font-family: "Roboto Condensed", sans-serif, Verdana; }

h2 {
  font-size: 30px;
  line-height: 38px;
  font-weight: 200; }

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

h4 {
  font-size: 22px;
  line-height: 28x;
  font-weight: 700; }

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

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: #f2ca00;
  -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 {
  color: #fff;
  background: #007efc;
  display: block;
  font: 300 21px "Roboto", sans-serif;
  text-align: center;
  padding: 17px 20px 18px;
  border-radius: 3px; }
  .btn--gradient {
    background-image: -webkit-gradient(linear, left top, right top, from(#001b36), to(#396896));
    background-image: -webkit-linear-gradient(left, #001b36 0%, #396896 100%);
    background-image: linear-gradient(to right, #001b36 0%, #396896 100%); }
  .btn-ico {
    position: relative;
    width: 11px;
    height: 12px;
    display: inline-block;
    right: 0;
    margin-left: 10px;
    -webkit-animation: timing 1s infinite;
            animation: timing 1s infinite;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    fill: #fff; }

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

@keyframes timing {
  0% {
    right: 0; }
  50% {
    right: -15px; }
  100% {
    right: 0; } }
  .btn:hover {
    opacity: 1; }
    .btn:hover .btn-ico {
      -webkit-animation-play-state: paused;
              animation-play-state: paused; }
  @media (max-width: 1023px) {
    .btn {
      font-size: 20px; } }

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

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

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

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

.logo {
  display: block;
  float: left; }
  .logo:hover {
    opacity: 1;
    -webkit-transform: scale(1.05);
        -ms-transform: scale(1.05);
            transform: scale(1.05); }
  .logo-ico {
    width: 225px;
    height: 30px; }
  @media (max-width: 1023px) {
    .logo-ico {
      width: 169px;
      height: 23px; } }

.header {
  background: url("../pic/header-bg.jpg") center no-repeat;
  background-size: cover;
  position: relative;
  padding-bottom: 210px; }
  .header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    top: 0;
    left: 0; }
  .header:after {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: url("../pic/mask_header.svg") bottom no-repeat;
    background-size: cover;
    bottom: -110px; }
  @media (max-width: 1023px) {
    .header {
      padding-bottom: 191px; }
      .header:after {
        display: none; } }
  @media (max-width: 767px) {
    .header {
      padding-bottom: 300px;
      background: url("../pic/headerMob-bg.png") center no-repeat;
      background-size: cover; }
      .header:after {
        display: block;
        bottom: -60px; } }
  .header > * {
    position: relative;
    z-index: 20; }
  .header__top {
    background: rgba(0, 0, 0, 0.3);
    padding: 14px 0; }
    .header__top > * {
      position: relative; }
    @media (max-width: 1023px) {
      .header__top {
        padding: 10px 0; } }
    @media (max-width: 767px) {
      .header__top {
        display: none; } }
  .header .logo {
    margin-left: 5em; }
    @media (min-width: 1024px) and (max-width: 1130px) {
      .header .logo {
        margin-left: 2em; } }
    @media (max-width: 1023px) {
      .header .logo {
        margin-left: 0; } }
  .header .partners__list {
    float: right;
    margin: 2px 61px 0 0; }
    @media (min-width: 1024px) and (max-width: 1130px) {
      .header .partners__list {
        margin-right: 20px; } }
    @media (max-width: 1023px) {
      .header .partners__list {
        margin: 2px 8px 0 0; } }
  .header__title {
    color: #fff;
    font: 400 39px/41px "Roboto Condensed", sans-serif;
    text-align: center;
    text-transform: uppercase;
    padding: 90px 0 9px;
    max-width: 890px;
    margin: 0 auto; }
    .header__title-text, .popular__title-text {
      display: block;
      text-align: center;
      color: #fff;
      font: 300 17px/24px "Roboto", sans-serif;
      padding-bottom: 97px;
      max-width: 890px;
      margin: 0 auto; }
      .header__title-text a, .popular__title-text a {
        font: 300 17px "Roboto", sans-serif;
        text-decoration: none;
        border-bottom: 1px solid #f2ca00; }
        .header__title-text a:hover, .popular__title-text a:hover {
          text-decoration: none;
          opacity: 1;
          border-color: transparent; }
    @media (max-width: 1023px) {
      .header__title {
        font-size: 37px;
        padding-top: 74px;
        max-width: 580px; }
        .header__title-text, .popular__title-text {
          padding-bottom: 74px;
          max-width: 580px; } }
    @media (max-width: 767px) {
      .header__title {
        font-size: 17px;
        line-height: 22px;
        padding: 44px 0 14px;
        max-width: 400px; }
        .header__title-text, .popular__title-text {
          font-size: 14px;
          line-height: 17px;
          padding-bottom: 33px;
          max-width: 400px; }
          .header__title-text a, .popular__title-text a {
            font-size: 14px; } }
  .header__btn {
    width: 340px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .header__btn {
        width: 100%;
        padding: 12px 5px; }
        .header__btn .btn-ico {
          margin-left: 0px;
          width: 9px;
          height: 9.5px; } }

/* Start footer list */
.footer__list {
  display: table;
  margin: 0 auto; }
  .footer__list-item {
    display: inline-block;
    margin-right: 5em; }
    .footer__list-item:last-child {
      margin-right: 0; }
  .footer__list-link {
    font: 300 16px "Roboto", sans-serif;
    color: #fff;
    text-decoration: none;
    border-bottom: 1px solid #fff;
    opacity: .6; }
    .footer__list-link:hover {
      opacity: 1;
      text-decoration: none;
      border-color: transparent; }

/* Finish footer list */
.footer {
  height: 117px;
  background: #05213d;
  background: -webkit-gradient(linear, left top, left bottom, from(#05213d), to(#021e39));
  background: -webkit-linear-gradient(top, #05213d 0%, #021e39 100%);
  background: linear-gradient(to bottom, #05213d 0%, #021e39 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#05213d', EndColorStr='#021e39')"; }
  @media (max-width: 767px) {
    .footer {
      height: auto; } }
  .footer .footer__list {
    padding: 14px 0; }
    @media (max-width: 1023px) {
      .footer .footer__list-item {
        margin-right: 35px; }
        .footer .footer__list-item:last-child {
          margin-right: 0; } }
    @media (max-width: 767px) {
      .footer .footer__list-item {
        display: block;
        margin: 0;
        text-align: center;
        padding-bottom: 12px; }
        .footer .footer__list-item:last-child {
          padding-bottom: 0; }
      .footer .footer__list-link {
        font-size: 15px; } }
  .footer__bottom {
    background: #011528;
    background: -webkit-gradient(linear, left top, left bottom, from(#011528), to(#001830));
    background: -webkit-linear-gradient(top, #011528 0%, #001830 100%);
    background: linear-gradient(to bottom, #011528 0%, #001830 100%);
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#011528', EndColorStr='#001830')";
    border-top: 1px solid #011528;
    padding: 19px 0; }
    @media (max-width: 1023px) {
      .footer__bottom {
        padding: 14px 0; } }
  .footer__copyright {
    text-align: center;
    display: block;
    color: #687989;
    font: 300 15px/26px "Roboto", sans-serif; }
    .footer__copyright a {
      color: #007efc;
      text-decoration: none;
      border-bottom: 1px solid transparent; }
      .footer__copyright a:hover {
        border-color: #007efc;
        text-decoration: none;
        opacity: 1; }
    @media (max-width: 1023px) {
      .footer__copyright {
        max-width: 470px;
        margin: 0 auto; } }

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

/* Start partners list */
.partners__list {
  font-size: 0; }
  .partners__list-item {
    display: inline-block;
    vertical-align: top;
    margin-right: 16px; }
    @media (max-width: 1023px) {
      .partners__list-item {
        margin-right: 12px; } }
    .partners__list-item:last-child {
      margin-right: 0; }
  .partners__list-link {
    display: block; }
    .partners__list-link:hover {
      opacity: 1;
      -webkit-transform: scale(1.1);
          -ms-transform: scale(1.1);
              transform: scale(1.1); }
  .partners__list-ico {
    width: 70px;
    height: 28px;
    border-radius: 2px;
    display: block; }
    @media (max-width: 1023px) {
      .partners__list-ico {
        width: 53px;
        height: 21px; } }

/* Finish partners list */
/* Start advantages list */
.advantages__list {
  font-size: 0;
  position: relative; }
  @media (max-width: 1023px) {
    .advantages__list {
      margin: 0 -15px; } }
  @media (max-width: 767px) {
    .advantages__list {
      margin: 0; } }
  .advantages__list-item {
    display: table-cell;
    vertical-align: top;
    width: 33.33%;
    padding: 0 15px;
    border-right: 1px solid #e5e5e5; }
    .advantages__list-item:last-child {
      border: 0; }
    @media (max-width: 767px) {
      .advantages__list-item {
        border: 0;
        width: 100%;
        display: block;
        background: #fff;
        padding: 23px 15px 22px;
        margin-bottom: 15px;
        border-radius: 4px; }
        .advantages__list-item:last-child {
          margin-bottom: 0; } }
  .advantages__list-ico {
    margin: 0 auto 15px;
    display: block;
    fill: #f2cd00; }
    .advantages__list-ico--comfort {
      width: 40px;
      height: 40px; }
    .advantages__list-ico--freedom {
      width: 38px;
      height: 40px; }
    .advantages__list-ico--benefit {
      width: 40px;
      height: 40px; }
    @media (max-width: 767px) {
      .advantages__list-ico {
        margin-bottom: 11px; } }
  .advantages__list-title {
    color: #253046;
    font: 700 22px "Roboto", sans-serif;
    text-align: center;
    padding-bottom: 8px;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .advantages__list-title {
        font-size: 20px; } }
    @media (max-width: 767px) {
      .advantages__list-title {
        font-size: 16px;
        padding-bottom: 7px; } }
  .advantages__list-text {
    color: #253046;
    font: 300 17px/24px "Roboto", sans-serif;
    text-align: center;
    padding: 0; }
    @media (max-width: 1023px) {
      .advantages__list-text {
        font-size: 15px;
        line-height: 22px; } }
    @media (max-width: 767px) {
      .advantages__list-text {
        font-size: 14px;
        line-height: 19px; } }

/* Finish advantages list */
/* Start online list */
.online__list-item {
  color: #253046;
  font: 300 17px/24px "Roboto", sans-serif;
  padding-left: 22px;
  position: relative;
  padding-bottom: 18px; }
  .online__list-item:before {
    content: '';
    display: block;
    position: absolute;
    width: 9px;
    height: 9px;
    background: #f2cd00;
    top: 7px;
    left: 2px;
    border-radius: 1px;
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg); }
  .online__list-item:last-child {
    padding-bottom: 0; }
  @media (max-width: 767px) {
    .online__list-item {
      font-size: 14px;
      line-height: 19px;
      padding-left: 17px;
      padding-bottom: 8px; }
      .online__list-item:before {
        width: 5px;
        height: 5px; } }

/* Finish online list */
/* Start trust list */
.trust__list {
  margin: 0 -15px;
  font-size: 0;
  text-align: center; }
  .trust__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 25%;
    border-right: 1px solid rgba(255, 255, 255, 0.1); }
    .trust__list-item:last-child {
      border: 0; }
    @media (max-width: 767px) {
      .trust__list-item {
        width: 50%;
        border: 0;
        padding-bottom: 39px; } }
  .trust__list-ico {
    fill: #fff;
    display: block;
    margin: 0 auto 16px; }
    .trust__list-ico--testimonials {
      width: 70px;
      height: 70px; }
    .trust__list-ico--countries {
      width: 70px;
      height: 70px; }
    .trust__list-ico--rental {
      width: 70px;
      height: 70px; }
    .trust__list-ico--booking {
      width: 70px;
      height: 70px; }
    @media (max-width: 1023px) {
      .trust__list-ico {
        margin-bottom: 24px; }
        .trust__list-ico--testimonials {
          width: 60px;
          height: 60px; }
        .trust__list-ico--countries {
          width: 60px;
          height: 60px; }
        .trust__list-ico--rental {
          width: 60px;
          height: 60px; }
        .trust__list-ico--booking {
          width: 60px;
          height: 60px; } }
    @media (max-width: 767px) {
      .trust__list-ico {
        margin-bottom: 12px; }
        .trust__list-ico--testimonials {
          width: 50px;
          height: 50px; }
        .trust__list-ico--countries {
          width: 50px;
          height: 50px; }
        .trust__list-ico--rental {
          width: 50px;
          height: 50px; }
        .trust__list-ico--booking {
          width: 50px;
          height: 50px; } }
  .trust__list-title {
    color: #fff;
    font: 700 30px "Roboto", sans-serif;
    display: block;
    text-align: center;
    padding-bottom: 7px; }
    @media (max-width: 1023px) {
      .trust__list-title {
        font-size: 26px;
        padding-bottom: 10px; } }
    @media (max-width: 767px) {
      .trust__list-title {
        font-size: 18px; } }
  .trust__list-text {
    display: block;
    text-align: center;
    color: #fff;
    font: 400 14px "Roboto", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .trust__list-text {
        font-size: 13px; } }
    @media (max-width: 767px) {
      .trust__list-text {
        font-size: 11px; } }

/* Finish trust list */
/* Start popular list */
.popular__list {
  font-size: 0;
  margin: 0 -12px;
  text-align: center; }
  @media (max-width: 1023px) {
    .popular__list {
      margin: 0 -10px; } }
  .popular__list-item {
    padding: 0 12px;
    display: inline-block;
    vertical-align: top; }
    @media (max-width: 1023px) {
      .popular__list-item {
        padding: 0 10px; } }
  .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); }
    @media (max-width: 1023px) {
      .popular__list-box {
        width: 202px; } }
  .popular__list-img {
    width: 222px;
    height: 306px;
    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: 14px;
    left: 15px;
    z-index: 2; }
  .popular__list-country {
    color: #fff;
    font: 300 16px "Roboto", sans-serif;
    position: absolute;
    left: 15px;
    top: 55px;
    z-index: 2; }
  .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; }
  .popular__list-bold {
    font-weight: 400;
    color: #f2ca00; }

/* Finish popular list */
/* Start better list */
.better__list {
  font-size: 0; }
  .better__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px;
    width: 25%;
    padding-bottom: 20px; }
    @media (max-width: 1023px) {
      .better__list-item {
        width: 50%;
        padding-bottom: 54px; } }
  .better__list-ico {
    display: block;
    margin: 0 auto 25px;
    fill: #fff;
    width: 72px;
    height: 72px; }
    @media (max-width: 767px) {
      .better__list-ico {
        width: 73px; } }
  .better__list-title {
    font: 700 22px "Roboto", sans-serif;
    color: #fff;
    text-align: center;
    padding-bottom: 9px;
    text-transform: uppercase;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .better__list-title br {
        display: none; } }
  .better__list-text {
    color: #fff;
    font: 300 15px/24px "Roboto", sans-serif;
    padding: 0;
    text-align: center; }
    @media (max-width: 1023px) {
      .better__list-text {
        font-size: 14px;
        line-height: 22px; } }

/* Finish better list */
.advantages {
  padding-bottom: 80px; }
  @media (max-width: 1023px) {
    .advantages {
      padding-bottom: 76px; } }
  @media (max-width: 767px) {
    .advantages {
      padding-bottom: 34px; } }
  .advantages .advantages__list {
    margin-top: -111px;
    position: relative;
    padding: 40px 0 37px;
    border-radius: 10px / 100px;
    background: url("../pic/advantages-bg.png") center no-repeat;
    background-size: cover; }
    .advantages .advantages__list-item {
      position: relative;
      z-index: 10; }
    @media (max-width: 1023px) {
      .advantages .advantages__list {
        padding: 43px 20px 22px;
        -webkit-box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
                box-shadow: 0 1px 2px 0px rgba(0, 0, 0, 0.15);
        background: #fff;
        border-radius: 3px; } }
    @media (max-width: 767px) {
      .advantages .advantages__list {
        margin-top: -277px;
        padding: 0;
        background: none;
        -webkit-box-shadow: none;
                box-shadow: none; }
        .advantages .advantages__list:before {
          display: none; }
        .advantages .advantages__list:after {
          display: none; }
        .advantages .advantages__list-item {
          -webkit-box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.15);
                  box-shadow: 0 0px 1px 1px rgba(0, 0, 0, 0.15); } }

.online {
  padding-bottom: 45px; }
  .online:after {
    content: " ";
    display: block;
    clear: both; }
  @media (max-width: 767px) {
    .online {
      padding-bottom: 16px; } }
  .online__left {
    float: left;
    width: 50%;
    padding-top: 54px;
    padding-right: 15px; }
    @media (max-width: 1023px) {
      .online__left {
        padding: 0;
        width: 100%;
        padding-bottom: 53px;
        float: none; } }
    @media (max-width: 767px) {
      .online__left {
        padding-bottom: 23px; } }
  .online__right {
    float: right;
    width: 50%; }
    @media (max-width: 1023px) {
      .online__right {
        width: 100%;
        padding: 0;
        float: none; } }
  @media (max-width: 1023px) {
    .online-form {
      display: block;
      width: 50%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .online-form {
      width: 80%; } }
  @media (max-width: 500px) {
    .online-form {
      width: 100%; } }
  .online__title, .popular__title {
    color: #253046;
    font: 400 39px/41px "Roboto Condensed", sans-serif;
    text-transform: uppercase;
    padding-bottom: 27px; }
    @media (max-width: 1023px) {
      .online__title, .popular__title {
        font-size: 37px;
        text-align: center; } }
    @media (max-width: 767px) {
      .online__title, .popular__title {
        text-align: left;
        font-size: 19px;
        padding-bottom: 2px; } }
  @media (max-width: 1023px) {
    .online .online__list {
      width: 78%;
      margin: 0 auto; } }
  @media (max-width: 767px) {
    .online .online__list {
      width: 100%; } }

.trust {
  background: url("../pic/trust-bg.jpg") center no-repeat;
  background-size: cover;
  padding: 82px 0 75px;
  position: relative; }
  .trust:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    top: 0;
    left: 0; }
  .trust > * {
    position: relative; }
  @media (max-width: 1023px) {
    .trust {
      padding: 66px 0; } }
  @media (max-width: 767px) {
    .trust {
      padding: 53px 0 28px;
      background: -webkit-gradient(linear, left top, left bottom, from(#062340), color-stop(25%, #2b547e), color-stop(49%, #396795), color-stop(51%, #396795), color-stop(78%, #234a71), to(#021e39));
      background: -webkit-linear-gradient(top, #062340 0%, #2b547e 25%, #396795 49%, #396795 51%, #234a71 78%, #021e39 100%);
      background: linear-gradient(to bottom, #062340 0%, #2b547e 25%, #396795 49%, #396795 51%, #234a71 78%, #021e39 100%); } }

.popular {
  padding: 89px 0;
  background: #fff; }
  @media (max-width: 1023px) {
    .popular {
      padding: 73px 0; } }
  @media (max-width: 767px) {
    .popular {
      padding: 35px 0 50px;
      position: relative; } }
  .popular__title {
    text-align: center;
    padding-bottom: 9px; }
    .popular__title-text {
      color: #253046;
      padding: 0 0 56px; }
      .popular__title-text a {
        color: #007efc;
        border-color: transparent; }
        .popular__title-text a:hover {
          border-color: #007efc; }
      @media (max-width: 767px) {
        .popular__title-text {
          padding-bottom: 25px; } }
    @media (max-width: 767px) {
      .popular__title {
        padding-bottom: 3px; } }
  .popular .popular__list {
    padding-bottom: 42px;
    overflow: hidden; }
    .popular .popular__list-item {
      padding-bottom: 20px; }
    .popular .popular__list-box {
      -webkit-mask: url("../pic/popular_mask.svg") center/cover no-repeat; }
    @media (max-width: 1023px) {
      .popular .popular__list {
        overflow-x: scroll;
        white-space: nowrap;
        margin-bottom: -20px;
        margin-right: 5px;
        padding-bottom: 42px; }
        .popular .popular__list-scroll {
          overflow: hidden;
          margin-right: -15px; } }
    @media (max-width: 767px) {
      .popular .popular__list {
        display: block;
        padding-bottom: 14px;
        white-space: normal;
        margin-bottom: 0;
        margin-right: -10px;
        overflow: hidden; }
        .popular .popular__list-scroll {
          margin-right: 0; }
        .popular .popular__list-item {
          width: 50%;
          padding-bottom: 16px; }
        .popular .popular__list-box {
          width: auto;
          display: table;
          margin: 0 auto; }
        .popular .popular__list-img {
          width: 100%;
          height: auto; }
        .popular .popular__list-title {
          font-size: 18px;
          top: 12px; }
        .popular .popular__list-country {
          font-size: 12px;
          top: 37px; }
        .popular .popular__list-text {
          font-size: 12px;
          padding: 11px; } }
  .popular__btn {
    width: 300px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .popular__btn {
        width: 100%;
        padding: 12px 5px; }
        .popular__btn .btn-ico {
          margin-left: 5px;
          width: 9px;
          height: 9.5px; }
      @-webkit-keyframes timing {
        0% {
          right: 0; }
        50% {
          right: -10px; }
        100% {
          right: 0; } }
      @keyframes timing {
        0% {
          right: 0; }
        50% {
          right: -10px; }
        100% {
          right: 0; } } }

.better {
  position: relative;
  background: #386695;
  background: -webkit-gradient(linear, left top, left bottom, from(#386695), to(#05213d));
  background: -webkit-linear-gradient(top, #386695 0%, #05213d 100%);
  background: linear-gradient(to bottom, #386695 0%, #05213d 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorStr='#386695', EndColorStr='#05213d')";
  padding: 101px 0 78px; }
  .better:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 29px;
    background: url("../pic/better-bg.png") top center no-repeat;
    background-size: cover;
    top: -29px;
    left: 0; }
  @media (max-width: 1023px) {
    .better {
      padding: 65px 0 60px; } }
  @media (max-width: 767px) {
    .better {
      padding: 44px 0 29px; }
      .better:before {
        display: none; } }
  .better__title {
    text-decoration: none;
    font: 400 39px "Roboto Condensed", sans-serif;
    color: #fff;
    text-transform: uppercase;
    margin: 0 auto -2px;
    display: table;
    padding: 7px 15px; }
    .better__title span {
      text-decoration: underline;
      -webkit-transition: all .3s ease-in-out;
      transition: all .3s ease-in-out; }
    .better__title:hover {
      text-decoration: none;
      opacity: 1;
      color: #253046;
      background: #fff; }
      .better__title:hover span {
        text-decoration: none;
        color: #007efc; }
    @media (max-width: 1023px) {
      .better__title {
        font-size: 37px;
        margin-bottom: 0; } }
    @media (max-width: 767px) {
      .better__title {
        font-size: 19px;
        padding: 3px 7px; } }
    .better__title-text {
      color: #fff;
      font: 300 17px/24px "Roboto", sans-serif;
      display: block;
      text-align: center;
      padding-bottom: 42px;
      max-width: 550px;
      margin: 0 auto; }
      @media (max-width: 1023px) {
        .better__title-text {
          padding-bottom: 54px; } }
      @media (max-width: 767px) {
        .better__title-text {
          font-size: 14px;
          line-height: 18px;
          padding: 11px 0 25px; } }
  .better .better__list {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    padding-bottom: 34px;
    text-align: center; }
    .better .better__list-item {
      position: relative; }
    @media (max-width: 1023px) {
      .better .better__list {
        padding-bottom: 33px;
        width: 100%; } }
    @media (max-width: 767px) {
      .better .better__list {
        padding-bottom: 20px; }
        .better .better__list-item {
          width: 100%;
          padding: 0 0 25px; }
        .better .better__list-ico {
          margin-bottom: 16px; }
        .better .better__list-title {
          font-size: 14px;
          padding-bottom: 11px; }
        .better .better__list-text {
          font-size: 13px;
          line-height: 19px; } }
  .better__btn {
    width: 300px;
    margin: 0 auto; }
    @media (max-width: 767px) {
      .better__btn {
        width: 100%;
        padding: 12px 5px; }
        .better__btn .btn-ico {
          margin-left: 5px;
          width: 9px;
          height: 9.5px; }
      @-webkit-keyframes timing {
        0% {
          right: 0; }
        50% {
          right: -10px; }
        100% {
          right: 0; } }
      @keyframes timing {
        0% {
          right: 0; }
        50% {
          right: -10px; }
        100% {
          right: 0; } } }
