/*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: #232a34;
  font-family: "Roboto", sans-serif, Verdana;
  margin: 0;
  padding: 0;
  color: #000; }

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

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

h3 {
  font-size: 32px;
  line-height: 38px;
  font-weight: 700; }

h4 {
  font-size: 24px;
  line-height: 26px;
  font-weight: 300; }

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

h6 {
  font-size: 16px;
  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: #fff;
  -webkit-transition: all .3s ease-in-out;
  transition: all .3s ease-in-out;
  text-decoration: underline; }
  a.button {
    text-decoration: none; }
    a.button:hover {
      text-decoration: none; }

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

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

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

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

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

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

.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 {
  display: inline-block;
  color: #000000;
  font: 300 26px "Roboto", sans-serif;
  text-transform: uppercase;
  background: #fde42b;
  background: -webkit-gradient(linear, left top, left bottom, from(#fcea38), to(#ffcf00));
  background: -webkit-linear-gradient(top, #fcea38 0%, #ffcf00 100%);
  background: linear-gradient(to bottom, #fcea38 0%, #ffcf00 100%);
  border-bottom: 3px solid #b27d00;
  padding: 14px 15px 11px;
  width: 100%;
  border-radius: 2px;
  text-align: center;
  text-decoration: none;
  text-shadow: 1px 1px 0 #ffec89; }
  .btn:hover {
    opacity: 1;
    background: -webkit-gradient(linear, left bottom, left top, from(#ffdd02), to(#fffe6d));
    background: -webkit-linear-gradient(bottom, #ffdd02 0%, #fffe6d 100%);
    background: linear-gradient(to top, #ffdd02 0%, #fffe6d 100%);
    border-color: #bd8500; }

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

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

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

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

.temprow {
  padding-bottom: 30px; }

.header {
  background: url("../pic/header-bg2.jpg") no-repeat;
  background-size: cover;
  padding: 60px 0 58px;
  margin-bottom: 39px;
  position: relative;
  overflow: hidden; }
  .header:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    background: rgba(0, 68, 111, 0.3);
    top: 0;
    left: 0; }
  .header--video {
    background: none; }
    .header--video:before {
      display: none; }
  @media (max-width: 1023px) {
    .header {
      margin-bottom: 20px; } }
  @media (max-width: 767px) {
    .header {
      padding: 46px 0 53px;
      margin-bottom: 12px; } }
  .header > div > * {
    position: relative;
    z-index: 2; }
  .header__video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
        -ms-transform: translateX(-50%) translateY(-50%);
            transform: translateX(-50%) translateY(-50%);
    background: url("../pic/header-bg.jpg") no-repeat; }
  .header__title {
    color: #ffffff;
    text-align: center;
    text-transform: uppercase;
    padding-bottom: 11px; }
    @media (max-width: 1023px) {
      .header__title {
        font-size: 36px;
        line-height: 43px;
        padding-bottom: 14px; } }
    @media (max-width: 767px) {
      .header__title {
        font-size: 18px;
        line-height: 22px;
        padding-bottom: 8px; } }
  .header__info {
    color: #fff;
    text-align: center;
    display: block;
    font: 300 20px "Roboto", sans-serif;
    padding-bottom: 50px; }
    .header__info a {
      text-decoration: none;
      border-bottom: 1px solid #fff;
      color: #fff; }
      .header__info a:hover {
        text-decoration: none;
        border-color: transparent; }
    @media (max-width: 1023px) {
      .header__info {
        font-size: 18px;
        padding-bottom: 56px; } }
    @media (max-width: 767px) {
      .header__info {
        font-size: 14px;
        padding: 0 18% 30px; } }
  .header .transfer__list {
    padding: 0 60px 26px; }
    @media (max-width: 1023px) {
      .header .transfer__list {
        padding: 0 0 26px; } }
    @media (max-width: 767px) {
      .header .transfer__list {
        padding-bottom: 3px; } }
  .header__btn, .recommend__btn {
    margin: 0 auto;
    display: block;
    width: 310px; }
    @media (max-width: 767px) {
      .header__btn, .recommend__btn {
        width: 100%;
        font-size: 20px;
        padding: 15px 10px 9px; } }

.logo {
  display: block;
  width: 200px;
  margin: 0 auto 42px; }
  .logo:hover {
    opacity: 1;
    -webkit-transform: scale(1.08);
        -ms-transform: scale(1.08);
            transform: scale(1.08); }
  @media (max-width: 1023px) {
    .logo {
      margin-bottom: 47px;
      -webkit-transform: none;
          -ms-transform: none;
              transform: none; } }

/* 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: 147px;
  background: #1d1d1d; }
  .footer__top {
    background: #292929;
    padding: 32px 0;
    border-bottom: 1px solid #080808; }
    @media (max-width: 767px) {
      .footer__top {
        padding: 17px 0 9px; } }
  .footer__bottom {
    background: #1d1d1d;
    padding: 19px 0 20px 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; } }
    .footer__copyright-quote {
      opacity: 1;
      display: inline-block; }
      .footer__copyright-quote--close {
        -webkit-transform: rotate(180deg);
            -ms-transform: rotate(180deg);
                transform: rotate(180deg);
        position: relative;
        top: 3px; }

.transfer-ico-01 {
  background-image: url(../img/sprite.png);
  background-position: 0px -115px;
  width: 100px;
  height: 110px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transfer-ico-01 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }
  @media (max-width: 767px) {
    .transfer-ico-01 {
      background-image: url(../img/sprite.png);
      background-position: -315px 0px;
      width: 80px;
      height: 88px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transfer-ico-01 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transfer-ico-02 {
  background-image: url(../img/sprite.png);
  background-position: -105px -115px;
  width: 100px;
  height: 110px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transfer-ico-02 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }
  @media (max-width: 767px) {
    .transfer-ico-02 {
      background-image: url(../img/sprite.png);
      background-position: -210px -115px;
      width: 80px;
      height: 88px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transfer-ico-02 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transfer-ico-03 {
  background-image: url(../img/sprite.png);
  background-position: -210px 0px;
  width: 100px;
  height: 110px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transfer-ico-03 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }
  @media (max-width: 767px) {
    .transfer-ico-03 {
      background-image: url(../img/sprite.png);
      background-position: -85px -230px;
      width: 80px;
      height: 88px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transfer-ico-03 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transfer-ico-04 {
  background-image: url(../img/sprite.png);
  background-position: 0px 0px;
  width: 100px;
  height: 110px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transfer-ico-04 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }
  @media (max-width: 767px) {
    .transfer-ico-04 {
      background-image: url(../img/sprite.png);
      background-position: -315px -93px;
      width: 80px;
      height: 88px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transfer-ico-04 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transfer-ico-05 {
  background-image: url(../img/sprite.png);
  background-position: -105px 0px;
  width: 100px;
  height: 110px; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transfer-ico-05 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }
  @media (max-width: 767px) {
    .transfer-ico-05 {
      background-image: url(../img/sprite.png);
      background-position: 0px -230px;
      width: 80px;
      height: 88px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transfer-ico-05 {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transparency-ico-01:before {
  background-image: url(../img/sprite.png);
  background-position: -170px -230px;
  width: 40px;
  height: 45px;
  top: auto;
  bottom: 0; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transparency-ico-01:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

@media (max-width: 767px) {
  .transparency-ico-01:before {
    background-image: url(../img/sprite.png);
    background-position: -360px -186px;
    width: 30px;
    height: 33px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transparency-ico-01:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transparency-ico-02:before {
  background-image: url(../img/sprite.png);
  background-position: -315px -186px;
  width: 40px;
  height: 33px;
  top: calc(50% - 16.5px); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transparency-ico-02:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

@media (max-width: 767px) {
  .transparency-ico-02:before {
    background-image: url(../img/sprite.png);
    background-position: -170px -280px;
    width: 30px;
    height: 25px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transparency-ico-02:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transparency-ico-03:before {
  background-image: url(../img/sprite.png);
  background-position: -215px -230px;
  width: 40px;
  height: 43px;
  top: calc(50% - 21.5px); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transparency-ico-03:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

@media (max-width: 767px) {
  .transparency-ico-03:before {
    background-image: url(../img/sprite.png);
    background-position: -350px -230px;
    width: 30px;
    height: 31px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transparency-ico-03:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

.transparency-ico-04:before {
  background-image: url(../img/sprite.png);
  background-position: -305px -230px;
  width: 40px;
  height: 31px;
  top: calc(50% - 15.5px); }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    .transparency-ico-04:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

@media (max-width: 767px) {
  .transparency-ico-04:before {
    background-image: url(../img/sprite.png);
    background-position: -205px -280px;
    width: 30px;
    height: 24px; } }
  @media (max-width: 767px) and (-webkit-min-device-pixel-ratio: 2), (max-width: 767px) and (min-resolution: 192dpi) {
    .transparency-ico-04:before {
      background-image: url(../img/sprite@2x.png);
      background-size: 395px 318px; } }

/* Start transfer list */
.transfer__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  margin: 0 -15px;
  text-align: center;
  font-size: 0; }
  @media (max-width: 767px) {
    .transfer__list {
      -ms-flex-wrap: wrap;
          flex-wrap: wrap; } }
  .transfer__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 0 15px 30px; }
    .transfer__list-item:hover .transfer__list-ico {
      -webkit-transform: rotateY(180deg);
              transform: rotateY(180deg); }
    @media (max-width: 767px) {
      .transfer__list-item {
        width: 50%;
        padding-bottom: 25px; } }
  .transfer__list-ico {
    margin: 0 auto;
    display: block;
    margin-bottom: 20px;
    -webkit-transition: all .5s;
    transition: all .5s; }
    @media (max-width: 767px) {
      .transfer__list-ico {
        margin-bottom: 12px; } }
  .transfer__list-text {
    color: #ffffff;
    font: 700 18px "Roboto", sans-serif;
    display: block;
    text-transform: uppercase;
    text-align: center; }
    @media (max-width: 1023px) {
      .transfer__list-text {
        font-size: 16px; } }

/* Finish transfer list */
/* 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 tours list */
.tours__list {
  margin: 0 -15px;
  font-size: 0;
  text-align: center; }
  .tours__list-item {
    padding: 0 15px 30px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%;
    overflow: hidden; }
    @media (max-width: 1023px) {
      .tours__list-item {
        padding: 0 10px 10px;
        width: 33.33%; } }
    @media (max-width: 767px) {
      .tours__list-item {
        width: 50%;
        padding: 0 15px 15px; } }
  .tours__list-link {
    position: relative;
    overflow: hidden;
    display: block;
    margin: 0 auto;
    width: 300px;
    height: 232px; }
    .tours__list-link:before {
      content: '';
      display: block;
      position: absolute;
      width: 100%;
      height: 100%;
      background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.4)), color-stop(50%, transparent), to(rgba(0, 0, 0, 0.8)));
      background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.4) 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      background-image: linear-gradient(to top, rgba(0, 0, 0, 0.4) 0%, transparent 50%, rgba(0, 0, 0, 0.8) 100%);
      top: 0;
      left: 0;
      z-index: 1; }
    .tours__list-link > * {
      position: relative;
      z-index: 2; }
    @media (max-width: 1023px) {
      .tours__list-link {
        width: auto;
        height: auto;
        display: table; } }
    @media (max-width: 767px) {
      .tours__list-link {
        width: auto;
        height: auto;
        display: table; } }
    .tours__list-link:hover {
      opacity: 1; }
      .tours__list-link:hover .tours__list-img {
        -webkit-transform: scale(1.1);
            -ms-transform: scale(1.1);
                transform: scale(1.1); }
  .tours__list-img {
    -webkit-transition: all 1s;
    transition: all 1s;
    width: 300px;
    height: 232px;
    z-index: 0; }
    @media (max-width: 767px) {
      .tours__list-img {
        width: 260px;
        height: 200px; } }
    .tours__list-img-1 {
      background: url("../pic/tours/tours-01.jpg") no-repeat;
      background-size: cover; }
    .tours__list-img-2 {
      background: url("../pic/tours/tours-02.jpg") no-repeat;
      background-size: cover; }
    .tours__list-img-3 {
      background: url("../pic/tours/tours-03.jpg") no-repeat;
      background-size: cover; }
    .tours__list-img-4 {
      background: url("../pic/tours/tours-04.jpg") no-repeat;
      background-size: cover; }
    .tours__list-img-5 {
      background: url("../pic/tours/tours-05.jpg") no-repeat;
      background-size: cover; }
    .tours__list-img-6 {
      background: url("../pic/tours/tours-06.jpg") no-repeat;
      background-size: cover; }
  .tours__list-title {
    position: absolute;
    top: 20px;
    left: 25px;
    color: #fff;
    font: 700 24px "Roboto", sans-serif;
    text-transform: uppercase; }
    @media (max-width: 1023px) {
      .tours__list-title {
        top: 12px;
        left: 22px;
        font-size: 18px; } }
    @media (max-width: 767px) {
      .tours__list-title {
        font-size: 14px;
        left: 18px;
        font-weight: 300; } }
  .tours__list-price {
    position: absolute;
    bottom: 15px;
    left: 25px;
    color: #fff;
    font: 700 18px "Roboto", sans-serif; }
    @media (max-width: 1023px) {
      .tours__list-price {
        font-size: 16px;
        left: 18px;
        bottom: 12px; } }
    @media (max-width: 767px) {
      .tours__list-price {
        font-size: 13px;
        bottom: 8px;
        left: 16px;
        font-weight: 300;
        width: calc(100% - 18px);
        text-align: left; } }
  .tours__list .rub {
    font-family: "ALSRubl"; }

/* Finish tours list */
/* Start transparency list */
.transparency__list {
  font-size: 0;
  margin: 0 -15px; }
  @media (max-width: 767px) {
    .transparency__list {
      margin: 0; } }
  .transparency__list-item {
    display: inline-block;
    vertical-align: top;
    width: 50%;
    padding: 0 15px 6px;
    position: relative; }
    @media (max-width: 1023px) {
      .transparency__list-item {
        width: 100%;
        padding-bottom: 42px; } }
    @media (max-width: 767px) {
      .transparency__list-item {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 37px; } }
  .transparency__list-ico {
    position: absolute;
    top: -10px;
    left: 0;
    display: block; }
  .transparency__list-title {
    color: #484d54;
    font: 700 18px "Roboto", sans-serif;
    margin-bottom: 10px;
    position: relative;
    padding-left: 55px; }
    .transparency__list-title:before {
      content: '';
      display: block;
      position: absolute;
      left: 0; }
    @media (max-width: 767px) {
      .transparency__list-title {
        font-size: 14px;
        line-height: 18px;
        padding-left: 46px;
        margin-bottom: 15px; }
        .transparency__list-title:before {
          top: auto;
          bottom: 3px; } }
  .transparency__list-text {
    font: 300 16px/22px "Roboto", sans-serif;
    color: #484d54;
    padding-left: 55px; }
    @media (max-width: 1023px) {
      .transparency__list-text {
        padding: 0 0 0 55px;
        font-size: 14px;
        line-height: 20px; } }
    @media (max-width: 767px) {
      .transparency__list-text {
        padding-left: 0;
        font-size: 12px;
        line-height: 17px; } }

/* Finish transparency list */
/* Start calendar list */
.calendar__list {
  margin: 0 -6px;
  font-size: 0; }
  .calendar__list-item {
    display: inline-block;
    vertical-align: top;
    padding: 4px 6px;
    position: relative; }
    @media (max-width: 1023px) {
      .calendar__list-item {
        padding: 5px 7.5px; } }
    @media (max-width: 767px) {
      .calendar__list-item {
        padding: 6px; } }
    .calendar__list-item:before {
      content: '';
      display: block;
      position: absolute;
      width: 50%;
      height: 50%;
      background: #fff;
      top: 25%;
      left: 25%;
      z-index: -1;
      opacity: 0;
      -webkit-transition: all .3s;
      transition: all .3s;
      border-radius: 2px; }
    .calendar__list-item:hover {
      -webkit-transition: all .3s;
      transition: all .3s; }
      .calendar__list-item:hover:before {
        width: 95%;
        height: 95%;
        z-index: 1;
        left: 2.5%;
        top: 2.5%;
        opacity: 1; }
  .calendar__list-link {
    color: #484d54;
    font: 300 14px "Roboto", sans-serif;
    background: #fff;
    padding: 5px 6px;
    border-radius: 2px;
    display: block;
    text-decoration: none;
    position: relative;
    z-index: 2; }
    .calendar__list-link:hover {
      opacity: 1; }
    @media (max-width: 1023px) {
      .calendar__list-link {
        padding: 7px 11px; } }

/* Finish calendar list */
/* Start reccomend list */
.recommend__list {
  font-size: 0;
  margin: 0 -15px; }
  .recommend__list-item {
    padding: 0 15px;
    display: inline-block;
    vertical-align: top;
    width: 33.33%; }
    @media (max-width: 1023px) {
      .recommend__list-item {
        width: 310px; } }
    @media (max-width: 767px) {
      .recommend__list-item {
        width: 260px; } }
  .recommend__list-box {
    background: #fff;
    padding: 32px 25px;
    position: relative; }
    @media (max-width: 1023px) {
      .recommend__list-box {
        padding: 34px 25px; } }
    @media (max-width: 767px) {
      .recommend__list-box {
        padding: 16px; } }
    .recommend__list-box:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      background-image: url(../img/sprite.png);
      background-position: -210px -208px;
      width: 50px;
      height: 13px;
      top: -13px;
      left: calc(50% - 25px); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .recommend__list-box:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 395px 318px; } }
  .recommend__list-img {
    display: block;
    margin: 0 auto;
    margin-bottom: 33px;
    width: 100px;
    height: 110px; }
    @media (max-width: 1023px) {
      .recommend__list-img {
        margin-bottom: 29px; } }
    @media (max-width: 767px) {
      .recommend__list-img {
        margin-bottom: 30px; } }
    .recommend__list-img-1 {
      background: url("../pic/users/users-01.png") no-repeat;
      background-size: cover; }
    .recommend__list-img-2 {
      background: url("../pic/users/users-02.png") no-repeat;
      background-size: cover; }
    .recommend__list-img-3 {
      background: url("../pic/users/users-03.png") no-repeat;
      background-size: cover; }
  .recommend__list-text {
    color: #484d54;
    font: 300 15px/24px "Roboto", sans-serif;
    min-height: 190px;
    overflow: hidden;
    padding: 0;
    margin-bottom: 20px; }
    @media (max-width: 1023px) {
      .recommend__list-text {
        font-size: 14px;
        line-height: 20px;
        min-height: 160px; } }
    @media (max-width: 767px) {
      .recommend__list-text {
        font-size: 12px;
        line-height: 17px;
        min-height: 133px;
        text-align: center; } }
  .recommend__list-name {
    color: #484d54;
    font: 700 18px "Roboto", sans-serif;
    display: block; }
    @media (max-width: 767px) {
      .recommend__list-name {
        text-align: center;
        font-size: 14px;
        padding-bottom: 3px; } }
  .recommend__list-info {
    color: #484d54;
    font: 300 16px "Roboto", sans-serif;
    font-style: italic;
    display: block; }
    @media (max-width: 767px) {
      .recommend__list-info {
        font-size: 12px;
        text-align: center; } }

/* Finish reccomend list */
.brand {
  padding-bottom: 33px; }
  @media (max-width: 1023px) {
    .brand {
      padding-bottom: 30px; } }
  @media (max-width: 767px) {
    .brand {
      padding-bottom: 28px; } }
  @media (max-width: 1023px) {
    .brand .brand__list img {
      display: table;
      max-width: 100%;
      height: auto !important;
      max-height: 25px; } }
  .brand .slick-list {
    width: 95%;
    margin: 0 auto;
    position: relative; }
    @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(white), to(rgba(255, 255, 255, 0.1)));
        background: -webkit-linear-gradient(left, white 0%, rgba(255, 255, 255, 0.1) 100%);
        background: linear-gradient(to right, white 0%, rgba(255, 255, 255, 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(white), to(rgba(255, 255, 255, 0.1)));
        background: -webkit-linear-gradient(right, white 0%, rgba(255, 255, 255, 0.1) 100%);
        background: linear-gradient(to left, white 0%, rgba(255, 255, 255, 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: -295px -115px;
    width: 7px;
    height: 12px;
    display: block !important;
    position: absolute;
    right: 0;
    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: 395px 318px; } }
    .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: -10px; } }
  .brand .slick-arrow-prev {
    right: auto;
    left: 0;
    -webkit-transform: rotate(180deg);
        -ms-transform: rotate(180deg);
            transform: rotate(180deg); }
    @media (max-width: 1023px) {
      .brand .slick-arrow-prev {
        left: -10px; } }
  .brand .slick-dots {
    margin: 21px auto 0;
    display: table; }
    @media (max-width: 1023px) {
      .brand .slick-dots {
        margin-top: 13px; } }
    .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; } }

.tours {
  padding-bottom: 73px; }
  @media (max-width: 1023px) {
    .tours {
      padding-bottom: 54px; } }
  @media (max-width: 767px) {
    .tours {
      padding-bottom: 45px; } }
  .tours__title, .searchForm__title, .transparency__title, .calendar__title, .recommend__title {
    text-transform: uppercase;
    color: #232a34;
    text-align: center;
    font: 700 38px "Roboto", sans-serif;
    padding-bottom: 5px; }
    @media (max-width: 1023px) {
      .tours__title, .searchForm__title, .transparency__title, .calendar__title, .recommend__title {
        font-size: 36px; } }
    @media (max-width: 767px) {
      .tours__title, .searchForm__title, .transparency__title, .calendar__title, .recommend__title {
        font-size: 18px;
        padding-bottom: 12px; } }
  .tours__info, .transparency__info, .calendar__info {
    text-align: center;
    color: #484d54;
    font: 300 20px "Roboto", sans-serif;
    display: block;
    padding-bottom: 54px; }
    @media (max-width: 1023px) {
      .tours__info, .transparency__info, .calendar__info {
        font-size: 18px;
        padding-bottom: 27px; } }
    @media (max-width: 767px) {
      .tours__info, .transparency__info, .calendar__info {
        font-size: 13px; } }
  .tours .tours__list {
    padding-bottom: 25px; }
    @media (max-width: 1023px) {
      .tours .tours__list {
        padding-bottom: 28px;
        margin: 0 0 0 -10px; } }
    @media (max-width: 767px) {
      .tours .tours__list {
        padding-bottom: 33px;
        margin: 0 0 0 -15px; } }
  .tours__another, .transparency__more {
    font: 200 22px "Roboto", sans-serif;
    color: #000000;
    margin: 0 auto;
    display: table;
    text-decoration: none;
    position: relative;
    padding-right: 18px; }
    .tours__another:before, .transparency__more:before {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 0;
      background-image: url(../img/sprite.png);
      background-position: -295px -115px;
      width: 7px;
      height: 12px;
      right: 0;
      top: calc(50% - 5px); }
      @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
        .tours__another:before, .transparency__more:before {
          background-image: url(../img/sprite@2x.png);
          background-size: 395px 318px; } }
    .tours__another:after, .transparency__more:after {
      content: '';
      display: block;
      position: absolute;
      width: 0;
      height: 1px;
      left: 0;
      width: calc(100% - 18px);
      bottom: 1px;
      background: #000;
      -webkit-transition: background .3s;
      transition: background .3s; }
    .tours__another:hover, .transparency__more:hover {
      text-decoration: none; }
      .tours__another:hover:after, .transparency__more:hover:after {
        background: transparent; }
    @media (max-width: 767px) {
      .tours__another, .transparency__more {
        font-size: 14px; }
        .tours__another:before, .transparency__more:before {
          -webkit-transform: scale(0.6);
              -ms-transform: scale(0.6);
                  transform: scale(0.6); } }

.searchForm {
  background: #282828;
  padding: 70px 0 80px; }
  @media (max-width: 1023px) {
    .searchForm {
      padding-top: 50px;
      padding-bottom: 54px; } }
  @media (max-width: 767px) {
    .searchForm {
      padding-bottom: 45px; } }
  .searchForm__title {
    color: #fff;
    padding-bottom: 28px; }
    @media (max-width: 1023px) {
      .searchForm__title {
        display: none; } }
    .searchForm__title--counter {
      display: none; }
      @media (max-width: 1023px) {
        .searchForm__title--counter {
          display: block;
          padding-bottom: 13px; } }
      @media (max-width: 767px) {
        .searchForm__title--counter {
          padding-bottom: 7px; } }
  @media (max-width: 1023px) {
    .searchForm__form {
      display: none; } }
  .searchForm__counter {
    display: none;
    margin: 0 auto; }
    @media (max-width: 1023px) {
      .searchForm__counter {
        display: table; } }
    @media (max-width: 767px) {
      .searchForm__counter {
        text-align: center; } }
    .searchForm__counter span.part span.digit {
      background: #f7f7ef;
      background: -webkit-gradient(linear, left top, left bottom, from(#f7f7ef), color-stop(30%, #f4f4ec), color-stop(41%, #ecece4), color-stop(49%, #e1e1da), color-stop(50%, #e5e5e3), color-stop(51%, #ffffff), to(#ffffff));
      background: -webkit-linear-gradient(top, #f7f7ef 0%, #f4f4ec 30%, #ecece4 41%, #e1e1da 49%, #e5e5e3 50%, #ffffff 51%, #ffffff 100%);
      background: linear-gradient(to bottom, #f7f7ef 0%, #f4f4ec 30%, #ecece4 41%, #e1e1da 49%, #e5e5e3 50%, #ffffff 51%, #ffffff 100%); }
    .searchForm__counter span.part span.digit {
      font: 400 66px/76px "Roboto Condensed", sans-serif;
      color: #232a34;
      width: 50px;
      height: 76px;
      margin-right: 4px;
      position: relative;
      border-radius: 3px; }
      @media (max-width: 767px) {
        .searchForm__counter span.part span.digit {
          font-size: 24px;
          width: 25px;
          height: 41px;
          line-height: 41px;
          margin-right: 2.5px; } }
      .searchForm__counter span.part span.digit:before {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 8px;
        background: #252525;
        top: calc(50% - 4px);
        left: 0px; }
        @media (max-width: 767px) {
          .searchForm__counter span.part span.digit:before {
            height: 4px;
            top: calc(50% - 2px); } }
      .searchForm__counter span.part span.digit:after {
        content: "";
        position: absolute;
        display: block;
        width: 2px;
        height: 8px;
        background: #252525;
        top: calc(50% - 4px);
        right: 0px; }
        @media (max-width: 767px) {
          .searchForm__counter span.part span.digit:after {
            height: 4px;
            top: calc(50% - 2px); } }
      .searchForm__counter span.part span.digit:last-child {
        margin-right: 0; }
    .searchForm__counter span.separator {
      width: 15px; }
      @media (max-width: 767px) {
        .searchForm__counter span.separator {
          width: 7.5px; } }

.transparency {
  padding: 70px 0 73px 0; }
  @media (max-width: 1023px) {
    .transparency {
      padding: 52px 0 53px; } }
  @media (max-width: 767px) {
    .transparency {
      padding: 45px 0 46px; } }
  .transparency__title {
    padding-bottom: 16px; }
    @media (max-width: 1023px) {
      .transparency__title {
        padding-bottom: 1px; } }
    @media (max-width: 767px) {
      .transparency__title {
        padding-bottom: 8px; } }
  .transparency__info {
    line-height: 26px;
    padding-bottom: 47px; }
    .transparency__info a {
      text-decoration: none;
      border-bottom: 1px solid #484d54;
      color: #484d54; }
      .transparency__info a:hover {
        text-decoration: none;
        opacity: 1;
        border-bottom-color: transparent; }
    @media (max-width: 1023px) {
      .transparency__info {
        padding-bottom: 64px; } }
    @media (max-width: 767px) {
      .transparency__info {
        line-height: 20px;
        text-align: left;
        padding-bottom: 44px; } }
  .transparency .transparency__list {
    padding-bottom: 18px; }
    @media (max-width: 1023px) {
      .transparency .transparency__list {
        padding-bottom: 6px; } }

.calendar {
  background: url("../pic/calendar-bg.jpg") top center no-repeat;
  background-size: cover;
  padding: 71px 0 62px; }
  @media (max-width: 1023px) {
    .calendar {
      padding: 52px 0 96px;
      background-position: 0 -40px; } }
  @media (max-width: 767px) {
    .calendar {
      padding: 42px 0 40px;
      background: url("../pic/calendar-bg2.jpg") top center no-repeat;
      background-size: cover; } }
  .calendar__title {
    padding-bottom: 15px;
    color: #f2f2f2; }
    @media (max-width: 767px) {
      .calendar__title {
        padding-bottom: 10px; } }
  .calendar__info {
    color: #f2f2f2; }
    @media (max-width: 1023px) {
      .calendar__info {
        padding-bottom: 38px; } }
    @media (max-width: 767px) {
      .calendar__info {
        line-height: 18px;
        font-size: 14px;
        padding-bottom: 23px; } }
  .calendar .calendar__list {
    text-align: center; }
    @media (max-width: 1023px) {
      .calendar .calendar__list {
        text-align: center; } }

.recommend {
  background: #f2f2f2;
  padding: 71px 0 81px 0;
  overflow: hidden; }
  @media (max-width: 1023px) {
    .recommend {
      padding: 51px 0 60px 0; } }
  @media (max-width: 767px) {
    .recommend {
      padding: 46px 0 50px; } }
  .recommend__title {
    padding-bottom: 48px; }
    @media (max-width: 767px) {
      .recommend__title {
        padding-bottom: 26px; } }
  .recommend .recommend__list {
    padding-bottom: 68px; }
    @media (max-width: 1023px) {
      .recommend .recommend__list {
        padding-bottom: 57px;
        margin-right: -30px; } }
    @media (max-width: 767px) {
      .recommend .recommend__list {
        padding-bottom: 42px;
        margin-right: -18px; } }
  .recommend .slick-dots {
    margin: 8px auto 0;
    display: table;
    text-align: center; }
    .recommend .slick-dots li {
      display: inline-block;
      vertical-align: middle;
      margin-right: 15px;
      height: 8px; }
      .recommend .slick-dots li:last-child {
        margin-right: 0; }
      @media (max-width: 767px) {
        .recommend .slick-dots li {
          margin-right: 10px; } }
      .recommend .slick-dots li.slick-active {
        height: 10px; }
        .recommend .slick-dots li.slick-active button {
          background: #232a35;
          width: 10px;
          height: 10px; }
    .recommend .slick-dots button {
      width: 7px;
      height: 7px;
      display: inline-block;
      color: transparent;
      background: #8a8e93;
      padding: 0;
      border-radius: 50%; }
      .recommend .slick-dots button:focus {
        top: 0; }

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