@charset "UTF-8";
/*! fancyBox v2.1.5 fancyapps.com | fancyapps.com/fancybox/#license */
@import url(https://fonts.googleapis.com/css?family=Roboto+Condensed:300,400,700&subset=cyrillic);
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp {
  padding: 0;
  margin: 0;
  border: 0;
  outline: none;
  vertical-align: top;
}

.fancybox-wrap {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 8020;
}

.fancybox-skin {
  position: relative;
  background: #f9f9f9;
  color: #444;
  text-shadow: none;
  border-radius: 4px;
}

.fancybox-opened {
  z-index: 8030;
}

.fancybox-opened .fancybox-skin {
  -webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
  box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
  position: relative;
}

.fancybox-inner {
  overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
  -webkit-overflow-scrolling: touch;
}

.fancybox-error {
  color: #444;
  font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 15px;
  white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
  display: block;
  width: 100%;
  height: 100%;
}

.fancybox-image {
  max-width: 100%;
  max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
  background-image: url("../img/fancybox_sprite.png");
}

#fancybox-loading {
  position: fixed;
  top: 50%;
  left: 50%;
  margin-top: -22px;
  margin-left: -22px;
  background-position: 0 -108px;
  opacity: 0.8;
  cursor: pointer;
  z-index: 8060;
}

#fancybox-loading div {
  width: 44px;
  height: 44px;
  background: url("../img/fancybox_loading.gif") center center no-repeat;
}

.fancybox-close {
  position: absolute;
  top: -18px;
  right: -18px;
  width: 36px;
  height: 36px;
  cursor: pointer;
  z-index: 8040;
}

.fancybox-nav {
  position: absolute;
  top: 0;
  width: 40%;
  height: 100%;
  cursor: pointer;
  text-decoration: none;
  background: transparent url("../img/blank.gif");
  /* helps IE */
  -webkit-tap-highlight-color: transparent;
  z-index: 8040;
}

.fancybox-prev {
  left: 0;
}

.fancybox-next {
  right: 0;
}

.fancybox-nav span {
  position: absolute;
  top: 50%;
  width: 36px;
  height: 34px;
  margin-top: -18px;
  cursor: pointer;
  z-index: 8040;
  visibility: hidden;
}

.fancybox-prev span {
  left: 10px;
  background-position: 0 -36px;
}

.fancybox-next span {
  right: 10px;
  background-position: 0 -72px;
}

.fancybox-nav:hover span {
  visibility: visible;
}

.fancybox-tmp {
  position: absolute;
  top: -99999px;
  left: -99999px;
  visibility: hidden;
  max-width: 99999px;
  max-height: 99999px;
  overflow: visible !important;
}

/* Overlay helper */
.fancybox-lock {
  overflow: hidden !important;
  width: auto;
}

.fancybox-lock body {
  overflow: hidden !important;
}

.fancybox-lock-test {
  overflow-y: hidden !important;
}

.fancybox-overlay {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  display: none;
  z-index: 8010;
  background: rgba(0, 0, 0, 0.85);
}

.fancybox-overlay-fixed {
  position: fixed;
  bottom: 0;
  right: 0;
}

.fancybox-lock .fancybox-overlay {
  overflow: auto;
  overflow-y: scroll;
}

/* Title helper */
.fancybox-title {
  visibility: hidden;
  font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
  position: relative;
  text-shadow: none;
  z-index: 8050;
}

.fancybox-opened .fancybox-title {
  visibility: visible;
}

.fancybox-title-float-wrap {
  position: absolute;
  bottom: 0;
  right: 50%;
  margin-bottom: -35px;
  z-index: 8050;
  text-align: center;
}

.fancybox-title-float-wrap .child {
  display: inline-block;
  margin-right: -100%;
  padding: 2px 20px;
  background: transparent;
  /* Fallback for web browsers that doesn't support RGBa */
  background: rgba(0, 0, 0, 0.8);
  border-radius: 15px;
  text-shadow: 0 1px 2px #222;
  color: #FFF;
  font-weight: bold;
  line-height: 24px;
  white-space: nowrap;
}

.fancybox-title-outside-wrap {
  position: relative;
  margin-top: 10px;
  color: #fff;
}

.fancybox-title-inside-wrap {
  padding-top: 10px;
}

.fancybox-title-over-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  color: #fff;
  padding: 10px;
  background: #000;
  background: rgba(0, 0, 0, 0.8);
}


/* HTML5 display definitions
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 * 2. Add the correct display in IE.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
section,
summary {
  /* 1 */
  display: block;
}

/**
 * Add the correct display in IE 9-.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Add the correct display in IE 10-.
 * 1. Add the correct display in IE.
 */
template,
[hidden] {
  display: none;
}

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

/**
 * Remove the outline on focused links when they are also active or hovered
 * in all browsers (opinionated).
 */
a:active,
a:hover {
  outline-width: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */
b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border-style: none;
}


/* Grouping content
   ========================================================================== */
/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct margin in IE 8.
 */
figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/* Forms
   ========================================================================== */
/**
 * Change font properties to `inherit` in all browsers (opinionated).
 */
button,
input,
select,
textarea {
  font: inherit;
}

/**
 * Restore the font weight unset by the previous rule.
 */
optgroup {
  font-weight: bold;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 * 2. Show the overflow in Edge, Firefox, and IE.
 */
button,
input,
select {
  /* 2 */
  overflow: visible;
}

/**
 * Remove the margin in Safari.
 * 1. Remove the margin in Firefox and Safari.
 */
button,
input,
select,
textarea {
  /* 1 */
  margin: 0;
}

/**
 * Remove the inheritence of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritence of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Change the cursor in all browsers (opinionated).
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
  cursor: pointer;
}

/**
 * Restore the default cursor to disabled elements unset by the previous rule.
 */
[disabled] {
  cursor: default;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS.
 */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

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

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
input:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type="checkbox"],
[type="radio"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * Correct the odd appearance of search inputs in Chrome and Safari.
 */
[type="search"] {
  -webkit-appearance: textfield;
}

/**
 * Remove the inner padding and cancel buttons in Chrome on OS X and
 * Safari on OS X.
 */
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * @package		PickMeUp - jQuery datepicker plugin
 * @author		Nazar Mokrynskyi <nazar@mokrynskyi.com>
 * @author		Stefan Petre <www.eyecon.ro>
 * @copyright	Copyright (c) 2013-2015, Nazar Mokrynskyi
 * @copyright	Copyright (c) 2008-2009, Stefan Petre
 * @license		MIT License, see license.txt
 */
.pickmeup {
  z-index: 9000;
  background: #fff;
  border-radius: 0.4em;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  display: none;
  position: absolute;
  border: 1px #999 solid;
}

.pickmeup * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.pickmeup .pmu-instance {
  display: inline-block;
  height: 13.8em;
  padding: .5em;
  text-align: center;
  width: 15em;
}

.pickmeup .pmu-instance .pmu-button {
  color: #333;
  cursor: pointer;
  outline: none;
  text-decoration: none;
}

.pickmeup .pmu-instance .pmu-today {
  background: #17384d;
  color: #f00;
}

.pickmeup .pmu-instance .pmu-button:hover {
  background: "transparent";
  color: #f00;
}

.pickmeup .pmu-instance .pmu-not-in-month {
  color: #666;
}

.pickmeup .pmu-instance .pmu-disabled,
.pickmeup .pmu-instance .pmu-disabled:hover {
  color: #333;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-selected {
  background: #f00;
  color: #fff;
}

.pickmeup .pmu-instance .pmu-not-in-month.pmu-selected {
  background: #17384d;
}

.pickmeup .pmu-instance nav {
  color: #333;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  line-height: 2em;
}

.pickmeup .pmu-instance nav *:first-child :hover {
  color: #f00;
}

.pickmeup .pmu-instance nav .pmu-prev,
.pickmeup .pmu-instance nav .pmu-next {
  display: none;
  height: 2em;
  width: 1em;
}

.pickmeup .pmu-instance nav .pmu-month {
  width: 14em;
}

.pickmeup .pmu-instance .pmu-years *,
.pickmeup .pmu-instance .pmu-months * {
  display: inline-block;
  line-height: 3.6em;
  width: 3.5em;
}

.pickmeup .pmu-instance .pmu-day-of-week {
  color: #999;
  cursor: default;
}

.pickmeup .pmu-instance .pmu-day-of-week *,
.pickmeup .pmu-instance .pmu-days * {
  display: inline-block;
  line-height: 1.5em;
  width: 2em;
}

.pickmeup .pmu-instance .pmu-day-of-week * {
  line-height: 1.8em;
}

.pickmeup .pmu-instance:first-child .pmu-prev,
.pickmeup .pmu-instance:last-child .pmu-next {
  display: block;
}

.pickmeup .pmu-instance:first-child .pmu-month,
.pickmeup .pmu-instance:last-child .pmu-month {
  width: 13em;
}

.pickmeup .pmu-instance:first-child:last-child .pmu-month {
  width: 12em;
}

.pickmeup:not(.pmu-view-days) .pmu-days,
.pickmeup:not(.pmu-view-days) .pmu-day-of-week,
.pickmeup:not(.pmu-view-months) .pmu-months,
.pickmeup:not(.pmu-view-years) .pmu-years {
  display: none;
}

.select2-container {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: inline-block;
  margin: 0;
  position: relative;
  vertical-align: middle;
}

.select2-container .select2-selection--single {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--single .select2-selection__rendered {
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-selection--single .select2-selection__clear {
  position: relative;
}

.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
  padding-right: 8px;
  padding-left: 20px;
}

.select2-container .select2-selection--multiple {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  cursor: pointer;
  display: block;
  min-height: 32px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-container .select2-selection--multiple .select2-selection__rendered {
  display: inline-block;
  overflow: hidden;
  padding-left: 8px;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.select2-container .select2-search--inline {
  float: left;
}

.select2-container .select2-search--inline .select2-search__field {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  font-size: 100%;
  margin-top: 5px;
  padding: 0;
}

.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-dropdown {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: absolute;
  left: -100000px;
  width: 100%;
  z-index: 1051;
}

.select2-results {
  display: block;
}

.select2-results__options {
  list-style: none;
  margin: 0;
  padding: 0;
}

.select2-results__option {
  padding: 6px;
  -moz-user-select: none;
   -ms-user-select: none;
       user-select: none;
  -webkit-user-select: none;
}

.select2-results__option[aria-selected] {
  cursor: pointer;
}

.select2-container--open .select2-dropdown {
  left: 0;
}

.select2-container--open .select2-dropdown--above {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--open .select2-dropdown--below {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-search--dropdown {
  display: block;
  padding: 4px;
}

.select2-search--dropdown .select2-search__field {
  padding: 4px;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

.select2-search--dropdown.select2-search--hide {
  display: none;
}

.select2-close-mask {
  border: 0;
  margin: 0;
  padding: 0;
  display: block;
  position: fixed;
  left: 0;
  top: 0;
  min-height: 100%;
  min-width: 100%;
  height: auto;
  width: auto;
  opacity: 0;
  z-index: 99;
  background-color: #fff;
  filter: alpha(opacity=0);
}

.select2-hidden-accessible {
  border: 0 !important;
  clip: rect(0 0 0 0) !important;
  height: 1px !important;
  margin: -1px !important;
  overflow: hidden !important;
  padding: 0 !important;
  position: absolute !important;
  width: 1px !important;
}

.select2-container--default .select2-selection--single {
  background-color: #fff;
  border: 1px solid #aaa;
  border-radius: 4px;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--default .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
}

.select2-container--default .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  left: 1px;
  right: auto;
}

.select2-container--default.select2-container--disabled .select2-selection--single {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
  display: none;
}

.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--default .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  list-style: none;
  margin: 0;
  padding: 0 5px;
  width: 100%;
}

.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
  list-style: none;
}

.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
  color: #999;
  margin-top: 5px;
  float: left;
}

.select2-container--default .select2-selection--multiple .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-top: 5px;
  margin-right: 10px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
  color: #999;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #333;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder, .select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
  float: right;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--default.select2-container--focus .select2-selection--multiple {
  border: solid black 1px;
  outline: 0;
}

.select2-container--default.select2-container--disabled .select2-selection--multiple {
  background-color: #eee;
  cursor: default;
}

.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
  display: none;
}

.select2-container--default.select2-container--open.select2-container--above .select2-selection--single, .select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--default.select2-container--open.select2-container--below .select2-selection--single, .select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--default .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
}

.select2-container--default .select2-search--inline .select2-search__field {
  background: transparent;
  border: none;
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-appearance: textfield;
}

.select2-container--default .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--default .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--default .select2-results__option[aria-disabled=true] {
  color: #999;
}

.select2-container--default .select2-results__option[aria-selected=true] {
  background-color: #ddd;
}

.select2-container--default .select2-results__option .select2-results__option {
  padding-left: 1em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
  padding-left: 0;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -1em;
  padding-left: 2em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -2em;
  padding-left: 3em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -3em;
  padding-left: 4em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -4em;
  padding-left: 5em;
}

.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
  margin-left: -5em;
  padding-left: 6em;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
  background-color: #5897fb;
  color: white;
}

.select2-container--default .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic .select2-selection--single {
  background-color: #f7f7f7;
  border: 1px solid #aaa;
  border-radius: 4px;
  outline: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #fff), to(#eee));
  background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic .select2-selection--single:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--single .select2-selection__rendered {
  color: #444;
  line-height: 28px;
}

.select2-container--classic .select2-selection--single .select2-selection__clear {
  cursor: pointer;
  float: right;
  font-weight: bold;
  margin-right: 10px;
}

.select2-container--classic .select2-selection--single .select2-selection__placeholder {
  color: #999;
}

.select2-container--classic .select2-selection--single .select2-selection__arrow {
  background-color: #ddd;
  border: none;
  border-left: 1px solid #aaa;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  height: 26px;
  position: absolute;
  top: 1px;
  right: 1px;
  width: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#ccc));
  background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0);
}

.select2-container--classic .select2-selection--single .select2-selection__arrow b {
  border-color: #888 transparent transparent transparent;
  border-style: solid;
  border-width: 5px 4px 0 4px;
  height: 0;
  left: 50%;
  margin-left: -4px;
  margin-top: -2px;
  position: absolute;
  top: 50%;
  width: 0;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
  float: left;
}

.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
  border: none;
  border-right: 1px solid #aaa;
  border-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  left: 1px;
  right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--single {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
  background: transparent;
  border: none;
}

.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
  border-color: transparent transparent #888 transparent;
  border-width: 0 4px 5px 4px;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), color-stop(50%, #eee));
  background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0);
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(50%, #eee), to(#fff));
  background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0);
}

.select2-container--classic .select2-selection--multiple {
  background-color: white;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: text;
  outline: 0;
}

.select2-container--classic .select2-selection--multiple:focus {
  border: 1px solid #5897fb;
}

.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
  list-style: none;
  margin: 0;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__clear {
  display: none;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice {
  background-color: #e4e4e4;
  border: 1px solid #aaa;
  border-radius: 4px;
  cursor: default;
  float: left;
  margin-right: 5px;
  margin-top: 5px;
  padding: 0 5px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
  color: #888;
  cursor: pointer;
  display: inline-block;
  font-weight: bold;
  margin-right: 2px;
}

.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
  color: #555;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  float: right;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
  margin-left: 5px;
  margin-right: auto;
}

.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
  margin-left: 2px;
  margin-right: auto;
}

.select2-container--classic.select2-container--open .select2-selection--multiple {
  border: 1px solid #5897fb;
}

.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
  border-top: none;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}

.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
  border-bottom: none;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
}

.select2-container--classic .select2-search--dropdown .select2-search__field {
  border: 1px solid #aaa;
  outline: 0;
}

.select2-container--classic .select2-search--inline .select2-search__field {
  outline: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.select2-container--classic .select2-dropdown {
  background-color: #fff;
  border: 1px solid transparent;
}

.select2-container--classic .select2-dropdown--above {
  border-bottom: none;
}

.select2-container--classic .select2-dropdown--below {
  border-top: none;
}

.select2-container--classic .select2-results > .select2-results__options {
  max-height: 200px;
  overflow-y: auto;
}

.select2-container--classic .select2-results__option[role=group] {
  padding: 0;
}

.select2-container--classic .select2-results__option[aria-disabled=true] {
  color: grey;
}

.select2-container--classic .select2-results__option--highlighted[aria-selected] {
  background-color: #3875d7;
  color: #fff;
}

.select2-container--classic .select2-results__group {
  cursor: default;
  display: block;
  padding: 6px;
}

.select2-container--classic.select2-container--open .select2-dropdown {
  border-color: #5897fb;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
}

.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}

.slick-track:after {
  clear: both;
}

.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}

[dir="rtl"] .slick-slide {
  float: right;
}

.slick-slide img {
  display: block;
}

.slick-slide.slick-loading img {
  display: none;
}

.slick-slide.dragging img {
  pointer-events: none;
}

.slick-initialized .slick-slide {
  display: block;
}

.slick-loading .slick-slide {
  visibility: hidden;
}

.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}



.common-button {
  padding: 0 21px;
  height: 50px;
  display: inline-block;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  font-size: 20px;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  color: #fff;
  border-radius: 7px;
  text-transform: uppercase;
  background-color: #ffcc03;
  -webkit-box-shadow: 0 3px 0 0 #fc930b;
          box-shadow: 0 3px 0 0 #fc930b;
  cursor: pointer;
  outline: none;
}

.common-button img {
  display: inline-block;
  vertical-align: middle;
  margin-top: -4px;
  max-width: 24px;
  margin-right: 7px;
}

.common-button:hover {
  background-color: #ffee31;
}

.common-button:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #df1917;
}

.common-button_yellow {
  background-color: #ffc13c;
  color: #000;
  -webkit-box-shadow: 0 3px 0 0 #efa300;
          box-shadow: 0 3px 0 0 #efa300;
}

.common-button_yellow:hover {
  background-color: #ffc956;
}

.common-button_yellow:active {
  -webkit-box-shadow: none;
          box-shadow: none;
  -webkit-transform: translateY(3px);
          transform: translateY(3px);
  background-color: #ffb923;
}

.svg-icon, .hot-tours__title::before {
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: cover;
  background-color: transparent;
}


.advantages {
  position: relative;
  top: -40px;
  padding: 40px 0 0;
  background-color: #f5f3ec;
}

.advantages__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.advantages__title {
  text-align: center;
  color: #ca0011;
  font-weight: 700;
  margin: 0 auto 35px;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
}

.advantages__row {
  position: relative;
  max-width: 980px;
  margin: 0 auto 20px;
}

.advantages__row::after {
  content: '';
  display: table;
  width: 100%;
}

.advantages__unit {
  position: relative;
  float: left;
  width: 50%;
  padding: 10px 20px 0 100px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.advantages__unit h4 {
  margin: 0 auto 15px;
  font-size: 24px;
  text-transform: uppercase;
}

.advantages__unit p {
  margin: 0;
  font-size: 14px;
  line-height: 1.5;
  font-family: Arial, sans-serif;
}

.advantages__unit img {
  position: absolute;
  max-width: 60px;
  top: 0;
  left: 15px;
}

.footer {
  position: relative;
  padding: 15px 0;
  background-color: #3f4142;
  font-family: Arial, sans-serif;
  color: #f5f3ec;
}

.footer__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.footer__logo {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
  height: 53px;
  background: url(../img/mouz-logo-white.svg) no-repeat 0 0 transparent;
  background-size: contain;
}

.footer__info {
  display: inline-block;
  vertical-align: middle;
  list-style-type: none;
  margin: 0;
  padding: 0;
  margin-left: 35px;
}

.footer__info li {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  font-size: 14px;
}

.footer__info li p {
  margin: 0;
  display: inline-block;
}

.footer__info li:not(:first-child)::before {
  content: '|';
  display: inline-block;
  vertical-align: middle;
  position: relative;
  margin: 0 10px;
  color: #f6931e;
  top: -2px;
  font-size: 16px;
}

.footer__developers {
  display: inline-block;
  vertical-align: middle;
  font-size: 14px;
  margin-left: 20px;
}

.footer__developers span {
  color: #f6931e;
}

.footer__developers a, .footer__developers a:visited {
  color: inherit;
  text-decoration: none;
}

.footer__developers a:hover, .footer__developers a:visited:hover {
  text-decoration: underline;
}

.form-popup {
  position: relative;

  display: none;
}

.form-popup__header {
  background-color: #e8eced;
  padding: 20px 40px;
  position: relative;
  border-radius: 10px 10px 0 0;
}

.form-popup__header img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

.form-popup__content {
  background-color: #fff;
  padding: 30px 40px;
  border-radius: 0 0 10px 10px;
}

.form-popup__content h3 {
  font-size: 24px;
  text-transform: uppercase;
  margin: 0 auto 25px;
  text-align: center;
}

.form-popup__content input {
  display: block;
  width: 100%;
  height: 50px;
  margin-bottom: 10px;
  font-size: 16px;
  color: #333;
  font-family: Arial, sans-serif;
  padding: 0 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e8eced;
  border: none;
  border-radius: 5px;
}

.form-popup__content input.error {
  background-color: #f6cbce;
}

.form-popup__content textarea {
  display: block;
  width: 100%;
  height: 85px;
  margin-bottom: 10px;
  font-size: 16px;
  line-height: 18px;
  color: #333;
  font-family: Arial, sans-serif;
  padding: 15px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #e8eced;
  border: none;
  border-radius: 5px;
  resize: none;
}

.form-popup__content > img {
  display: block;
  max-width: 62px;
  margin: 0 auto 20px;
}

.form-popup__content p {
  font-size: 16px;
  text-align: center;
  margin: 0 auto;
  font-family: Arial, sans-serif;
  line-height: 1.4;
}

.form-popup__content .common-button {
  display: block;
  margin: 0;
  width: 100%;
  height: 55px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.form-popup__close {
  position: absolute;
  width: 30px;
  height: 30px;
  right: 5px;
  top: 0;
  border-radius: 50%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  padding: 0;
  outline: none;
  border: 2px #896872 solid;
  background-color: #c54c71;
  background-size: 65%;
  background-position: 50% 50%;
  background-repeat: no-repeat;
}

.svg-icon_popup-close, .form-popup__close {
    background-image: url("data:image/svg+xml,%3Csvg%20height%3D%22512%22%20viewBox%3D%220%200%20512%20512%22%20width%3D%22512%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22%23fff%22%20d%3D%22M437.5%20386.6L306.9%20256l130.6-130.6c14.1-14.1%2014.1-36.8%200-50.9-14.1-14.1-36.8-14.1-50.9%200L256%20205.1%20125.4%2074.5c-14.1-14.1-36.8-14.1-50.9%200-14.1%2014.1-14.1%2036.8%200%2050.9L205.1%20256%2074.5%20386.6c-14.1%2014.1-14.1%2036.8%200%2050.9%2014.1%2014.1%2036.8%2014.1%2050.9%200L256%20306.9l130.6%20130.6c14.1%2014.1%2036.8%2014.1%2050.9%200%2014-14.1%2014-36.9%200-50.9z%22%2F%3E%3C%2Fsvg%3E");
}


.form-popup__close:hover {
  border: 2px #c54c71 solid;
}

.main-header {
  position: relative;
  background-color: #fff;
}

.main-header__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  padding: 15px 0 32px;
}

.main-header__logo, .main-header__logo:visited {
  display: inline-block;
  vertical-align: middle;
  text-indent: -9999px;
  width: 360px;
  height: 78px;
 
  background-size: contain;
}

.main-header__request-button {
  position: relative;
  top: 17px;
  /*margin-left: 120px;*/
  left: 204px;
}

.main-header__phones {
  position: absolute;
  right: 0;
  top: 20px;
  text-align: right;
}

.main-header__phone-unit {
  display: block;
  text-decoration: none;
  font-size: 24px;
  font-weight: 700;
  color: #005aaa;
}

.main-header__phone-unit:hover {
  text-decoration: underline;
}

.main-header__phone-unit:active {
  position: relative;
  top: 1px;
}

.main-header__callback {
  font-size: 13px;
  color: #01b6b9;
  font-family: Arial, sans-serif;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  position: relative;
  margin-top: 8px;
  border-bottom: 1px #01b6b9 dashed;
  cursor: pointer;
  outline: none;
}

.main-header__callback:hover {
  border-bottom: 1px #01b6b9 solid;
}

.main-header__callback:active {
  top: 1px;
}

.main-header__callback::before {
  content: '';
  width: 22px;
  height: 22px;
  position: absolute;
  left: 0;
  top: -3px;
  margin-left: -29px;
  background: url(../img/round-icon_callback.svg) no-repeat 0 0 transparent;
  background-size: contain;
}



.hot-form {
  position: relative;
 
  background: url(../img/parallax_bg/hot-form-bg.jpg) no-repeat 50% 50% transparent;
  background-size: cover;
  border-radius: 10px;
}

.hot-form::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/parallax_bg/image-filter.png) repeat 0 0 transparent;
  border-radius: 10px;
  opacity: .5;
}

.hot-form__title,
.hot-form h1 {
  margin: 0 auto 20px;
  text-align: center;
  padding-top: 55px;
  text-transform: uppercase;
  font-size: 40px;
  color: #fff;
  position: relative;
}

.hot-form__text {
  font-size: 18px;
  line-height: 1.3;
  margin: 0 auto 50px;
  max-width: 750px;
  font-family: Arial, sans-serif;
  color: #fff;
  text-align: center;
  position: relative;
  padding: 30px 10px 0 10px;
}

.hot-form__bottom-text {
  position: relative;
  display: block;
  text-align: center;
  font-size: 26px;
  text-shadow: 1px 1px 0 #000;
  color: #fff;
  font-weight: 300;
  margin-bottom: 20px;
}

.hot-form__fields {
  background-color: rgba(0, 90, 170, 0.7);
  padding: 25px 0 35px;
  border-radius: 0 0 10px 10px;
  text-align: center;
  position: relative;
}

.hot-form__field {
  display: inline-block;
  vertical-align: top;
  text-align: left;
  margin-right: 5px;
}

.hot-form__field:last-of-type {
  margin-right: 0;
}

.hot-form__field span {
  display: block;
  font-size: 14px;
  
  color: #bdd2ff;
  margin-bottom: 5px;
}

.hot-form__field input, .hot-form__field select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  width: 100%;
  background-color: #fff;
  height: 40px;
  padding: 0 10px 0 10px;
  border: none;
  font-size: 13px;
 
  border-radius: 0;
/*  text-transform: uppercase;*/
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-size: 16px;
  background-repeat: no-repeat;
  background-position: 95% 50%;
}

#hot-form-from, #hot-form-to, #hot-form-nights, #hot-form-adults, #hot-form-children {
  background-image: none;
  padding: 0 10px;
}
#hot-form-from, #hot-form-to {
  
}
.svg-icon_dropdown-black, .hot-form__field .date, .hot-form__field select {
    background-image: url("data:image/svg+xml,%3Csvg%20version%3D%221%22%20viewBox%3D%220%200%2024%2024%22%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%3E%3Cpath%20fill%3D%22none%22%20stroke%3D%22%23333%22%20stroke-miterlimit%3D%2210%22%20stroke-width%3D%222%22%20d%3D%22M21%208.5l-9%209-9-9%22%2F%3E%3C%2Fsvg%3E");
}

.hot-form__field input.error, .hot-form__field select.error {
  background-color: #f6cbce;
}

.hot-form__field input#hot-form-resorts, .hot-form__field select#hot-form-resorts {
  width: 175px;
}

.hot-form__field input.short, .hot-form__field select.short {
  width: 68px;
}


.hot-form__field input.long, .hot-form__field select.long {
  width: 220px;
}

.hot-form__field select::-ms-expand {
  display: none;
}

.hot-form__field input.date {
 width:220px;
}

.hot-form__submit .common-button {
  margin-left: 0;
}

.hot-tours {
  position: relative;
  padding: 40px 0 60px;
  background-color: #f5f3ec;
}

.hot-tours__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.hot-tours__title {
  text-align: center;
  color: #ca0011;
  font-weight: 700;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
}

.hot-tours__title::before {
  content: '';
  width: 25px;
  height: 40px;
  display: inline-block;
  position: relative;
  margin-right: 10px;
}

.hot-tours-slider {
  position: relative;
  margin-top: 40px;
  height: 400px;
}

.hot-tours-slider__unit {
  height: 400px;
  background-size: cover;
  border-radius: 10px;
  position: relative;
  outline: none;
}

.hot-tours-slider__action {
  position: absolute;
  background-color: #ea101d;
  color: #fff;
  padding: 18px 5px 13px;
  right: 100px;
  top: 0;
  z-index: 100;
  text-align: center;
  width: 179px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  text-transform: uppercase;
}

.hot-tours-slider__action::after {
  content: '';
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 25px;
  background: url(../img/action-corner.png) no-repeat 50% 50% transparent;
  background-size: 100% 100%;
}

.hot-tours-slider__action span {
  font-size: 17px;
  font-weight: 300;
  display: block;
  margin-bottom: 5px;
  white-space: nowrap;
}

.hot-tours-slider__action strong {
  font-size: 22px;
  white-space: nowrap;
}

.hot-tours-slider__controls {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}

.hot-tours-slider__button {
  position: absolute;
  width: 45px;
  height: 100px;
  top: 150px;
  background-color: rgba(255, 255, 255, 0.9);
  padding: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  cursor: pointer;
  outline: none;
  border: none;
  background-size: 18px auto;
  background-position: 45% 50%;
  background-repeat: no-repeat;
}

.hot-tours-slider__button:hover {
  background-color: #fff;
}

.hot-tours-slider__button_prev {
  left: 0;
  border-radius: 0 5px 5px 0;
  background-image: url(../img/left-arrow.png);
}

.hot-tours-slider__button_next {
  right: 0;
  border-radius: 5px 0 0 5px;
  background-image: url(../img/right-arrow.png);
  background-position: 55% 50%;
}

.hot-tours-card {
  position: absolute;
  left: 80px;
  bottom: 35px;
  width: 435px;
}

.hot-tours-card__top {
  padding: 20px 30px;
  background-color: rgba(0, 90, 170, 0.95);
  color: #fff;
  border-radius: 7px 7px 0 0;
}

.hot-tours-card__top p {
  font-size: 14px;
  margin: 0 0 6px;
  font-family: Arial, sans-serif;
}

.hot-tours-card__top p.yellow {
  color: #fed06e;
}

.hot-tours-card__top h3 {
  font-size: 34px;
  margin: 0 auto 10px;
}

.hot-tours-card__bottom {
  padding: 15px 30px 20px;
  border-radius: 0 0 7px 7px;
  background-color: rgba(255, 255, 255, 0.95);
  white-space: nowrap;
}

.hot-tours-card__price {
  display: inline-block;
  vertical-align: middle;
  width: 180px;
}

.hot-tours-card__price .old {
  font-size: 14px;
  color: #999;
  text-decoration: line-through;
}

.hot-tours-card__price strong {
  display: block;
  font-size: 34px;
  color: #dc0f20;
}

.hot-tours-card__request {
  height: 40px;
  font-size: 18px;
  vertical-align: middle;
  margin-left: 10px;
  border-radius: 6px;
}

.map {
  position: relative;
  height: 725px;
  background-color: #f5f3ec;
  margin-top: -200px;
}

.map::after {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 250px;
  background: #f5f3ec;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#f5f3ec), to(transparent));
  background: linear-gradient(to bottom, #f5f3ec 0%, transparent 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.map__inner {
  position: relative;
  height: 100%;
}

.map__contacts {
  position: absolute;
  width: 1020px;
  left: 50%;
  margin-left: -510px;
  top: 240px;
}
#where-to-buy.map__contacts {
  top: 200px;
  padding-top: 40px;
}

.map__info {
  position: absolute;
  background-color: #fff;
  padding: 45px;
  border-radius: 10px;
  max-width: 370px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #333;
}

.map__info h2 {
  text-transform: uppercase;
  margin: 0 auto 30px;
  text-align: center;
}

.map__block {
  position: relative;
  padding-left: 42px;
}

.map__block:not(:last-child) {
  margin-bottom: 25px;
}

.map__block p {
  font-size: 16px;
  font-family: Arial, sans-serif;
  margin: 0 0 5px;
  line-height: 1.3;
}

.map__block p b {
  font-weight: 700;
}

.map__block_phones::before {
  content: '';
  width: 29px;
  height: 29px;
  position: absolute;
  left: 0;
  top: 4px;
  background: url(../img/round-icon_callback.svg) no-repeat 0 0 transparent;
  background-size: contain;
}

.map__block_phones a, .map__block_phones a:visited {
  display: block;
  text-decoration: none;
  font-size: 26px;
  font-weight: 700;
  color: #333;
}

.map__block_phones a:hover, .map__block_phones a:visited:hover {
  text-decoration: underline;
}

.map__block_phones a:active, .map__block_phones a:visited:active {
  position: relative;
  top: 1px;
}

.map__block_phones button {
  font-size: 14px;
  color: #01b6b9;
  font-family: Arial, sans-serif;
  padding: 0;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  position: relative;
  margin-top: 5px;
  border-bottom: 1px #01b6b9 dashed;
  cursor: pointer;
  outline: none;
}

.map__block_phones button:hover {
  border-bottom: 1px #01b6b9 solid;
}

.map__block_phones button:active {
  top: 1px;
}

.map__block_address::before {
  content: '';
  width: 26px;
  height: 34px;
  position: absolute;
  left: 0;
  top: 0px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.map__block_schedule::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  left: 0;
  top: -4px;
  background-repeat: no-repeat;
  background-position: 0 0;
  background-size: contain;
}

.popular-tours {
  position: relative;
  padding: 50px 0 60px;
  background-color: #f5f3ec;
}

.popular-tours__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.popular-tours__title {
  text-align: center;
  color: #ca0011;
  font-weight: 700;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
}

.popular-tours__country-categories {
  vertical-align: top;
  width: 750px;
  display: none;
}

.popular-tours__country-categories.active {
  display: inline-block;
}

.popular-tours__category-button {
  border: none;
  display: inline-block;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  margin-bottom: 10px;
  margin-right: 10px;
  cursor: pointer;
  outline: none;
  padding: 0 20px;
  border-radius: 5px;
  height: 45px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 2px #eae0ce solid;
  color: #196ab2;
  position: relative;
}

.popular-tours__category-button:hover {
  background-color: #f7f7f7;
}

.popular-tours__category-button:active {
  top: 1px;
}

.popular-tours__category-button.active {
  background-color: #196ab2;
  color: #fff;
  border: 2px #196ab2 solid;
  cursor: default;
}

.popular-tours__category-button.active:active {
  top: 0;
}

.popular-tours__filter {
  margin-bottom: 25px;
  position: relative;
}

.popular-tours__filter select {
  outline: none;
  margin-bottom: 10px;
}

.popular-tours__filter .select2-container {
  display: inline-block;
  width: 200px !important;
  font-size: 15px;
  text-transform: uppercase;
  font-weight: 700;
  outline: none;
  margin-bottom: 10px;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  margin-right: 50px;
}

.popular-tours__filter .select2-container .select2-selection--single {
  height: auto;
  outline: none;
  border: none;
  background-color: transparent;
}

.popular-tours__filter .select2-container .select2-selection--single .select2-selection__arrow {
  top: 18px;
  right: 7px;
  height: auto;
}

.popular-tours__filter .select2-container .select2-selection--single .select2-selection__arrow b {
  border: none;
  width: 14px;
  height: 12px;
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 -2px;
}

.popular-tours__filter .select2-container .select2-selection--single .select2-selection {
  border: none;
}

.popular-tours__filter .select2-container .select2-selection--single .select2-selection__rendered {
  line-height: auto;
  padding: 9px 20px 8px;
  background-color: #196ab2;
  color: #fff;
  border: none;
  border-radius: 5px;
}

.popular-tours__filter .select2-container--open .select2-selection__arrow {
  top: 16px !important;
}

.popular-tours__filter .select2-container--open .select2-selection__arrow b {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.popular-tours__filter .select2-container--open .select2-selection--single .select2-selection__rendered {
  border-radius: 5px 5px 0 0;
}

.popular-tours__country-layer {
  position: relative;
  display: none;
}

.popular-tours__country-layer_active {
  display: block;
}

.tour-cards {
  position: relative;
  overflow: hidden;
}

.tour-cards__cell {
  float: left;
  width: 50%;
  position: relative;
}

.tour-cards__page {
  position: relative;
  display: none;
  margin: -15px -15px 0;
}

.tour-cards__page::after {
  content: '';
  display: table;
  width: 100%;
}

.tour-cards__page_active {
  display: block;
}

.tour-card {
  float: left;
  display: block;
  position: relative;
  padding: 15px;
  text-decoration: none;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.tour-card_small {
  width: 50%;
  height: 255px;
}

.tour-card_brick {
  width: 100%;
  height: 255px;
}

.tour-card_brick .tour-card__title {
  font-size: 24px;
  padding: 20px 25px;
}

.tour-card_brick-vertical {
  width: 50%;
  height: 510px;
}

.tour-card_square {
  width: 100%;
  height: 510px;
}

.tour-card_square .tour-card__title {
  font-size: 24px;
  padding: 30px 40px;
}

.tour-card__inner {
  position: absolute;
  left: 15px;
  right: 15px;
  top: 15px;
  bottom: 15px;
  border-radius: 5px;
  overflow: hidden;
  background-color: #fff;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.1);
  -webkit-transition: .2s box-shadow;
  transition: .2s box-shadow;
}

.tour-card__inner::before {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  top: 40%;
  bottom: 0;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(49, 103, 166, 0)), to(rgba(49, 103, 166, 0.8)));
  background-image: linear-gradient(to bottom, rgba(49, 103, 166, 0) 0%, rgba(49, 103, 166, 0.8) 100%);
}

.tour-card:hover .tour-card__inner {
  -webkit-box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
          box-shadow: 0 0 15px 0 rgba(0, 0, 0, 0.4);
}

.tour-card__price {
  position: absolute;
  right: 10px;
  top: 10px;
  background-color: #ffee2f;
  padding: 12px 15px;
  font-size: 20px;
  color: #000;
  border-radius: 5px;
  background-color: #ffc13c;
}

.tour-card__title {
  font-size: 18px;
  color: #fff;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 10px 15px;
  font-family: Arial, sans-serif;
}

.img-flag {
  max-width: 27px;
  margin-right: 5px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
}

.recommendations {
  position: relative;
  padding: 50px 0 60px;
  background-color: #fff;
}

.recommendations__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.recommendations__title {
  text-align: center;
  color: #ca0011;
  font-weight: 700;
  margin: 0 auto 20px;
  text-transform: uppercase;
  font-size: 40px;
  position: relative;
}



.reviews {
  position: relative;
  padding: 50px 0 0;
  z-index: 30;
}

.reviews__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
}

.reviews__title {
  text-align: center;
  color: #FFF;
  font-weight: 700;
  margin: 0 auto 30px;
  text-transform: uppercase;
  font-size: 30px;
  position: relative;
}

.reviews__area {
  position: relative;
}

.reviews__carousel {
  position: relative;
  max-width: 880px;
  margin: 0 auto;
}

.reviews__unit {
  position: relative;
  background-color: #fff;
  padding: 45px 50px;
  border-radius: 10px;
  outline: none;
}

.reviews__author {
  display: inline-block;
  vertical-align: top;
  width: 205px;
  margin-right: 50px;
  text-align: center;
}

.reviews__author img {
  display: block;
  max-width: 100%;
  margin: 0 auto 15px;
  border-radius: 50%;
}

.reviews__author span {
  font-size: 18px;
  font-family: Arial, sans-serif;
  color: #333;
}

.reviews__text {
  display: inline-block;
  vertical-align: top;
  margin: 0;
  width: 515px;
}

.reviews__text p {
  position: relative;
  color: #333;
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.5;
  margin: 0;
  padding-top: 20px;
}

.reviews__text p::before {
  content: '«';
  font-size: 40px;
  color: #c9c4b5;
  position: absolute;
  left: -30px;
  top: -4px;
}

.reviews__text p::after {
  content: '»';
  font-size: 40px;
  color: #c9c4b5;
  display: inline-block;
  line-height: 0;
  position: relative;
  top: 5px;
  left: 3px;
}

.reviews__controls {
  position: absolute;
  left: 0;
  width: 100%;
  top: 120px;
}

.reviews__button {
  position: absolute;
  width: 35px;
  height: 60px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding: 0;
  cursor: pointer;
  outline: none;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-color: transparent;
  background-size: 28px auto;
  opacity: .3;
}

.reviews__button:hover {
  opacity: 1;
}

.reviews__button_prev {
  left: 0;
  background-image: url(../img/left-arrow.png);
}

.reviews__button_next {
  right: 0;
  background-image: url(../img/right-arrow.png);
}

.select-tour {
  position: relative;
  padding: 55px 0;
  background: #003d8f;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#003d8f), to(#0076c4));
  background: linear-gradient(to bottom, #003d8f 0%, #0076c4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.select-tour::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/select-tours-bg.png) no-repeat 50% 50% transparent;
  background-size: cover;
}

.select-tour__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.select-tour__units {
  position: relative;
  margin-bottom: 25px;
}

.select-tour__unit {
  display: inline-block;
  vertical-align: top;
  max-width: 220px;
  font-size: 16px;
  font-family: Arial, sans-serif;
  color: #fff;
  line-height: 1.3;
  position: relative;
}

.select-tour__unit p {
  margin: 0;
}

.select-tour__unit:not(:last-of-type) {
  margin-right: 105px;
}

.select-tour__unit:not(:last-of-type)::after {
  content: '';
  position: absolute;
  width: 90px;
  height: 40px;
  top: 55px;
  right: -100px;
  background-repeat: no-repeat;
  background-position: 50% 50%;
  background-size: contain;
}

.select-tour__icon {
  position: relative;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background-color: #fff;
  margin: 0 auto 25px;
}

.select-tour__icon img {
  display: block;
  position: relative;
  margin: 0 auto;
  max-width: 90px;
  max-height: 90px;
  top: 50%;
  -webkit-transform: translateY(-53%);
          transform: translateY(-53%);
}

.visa {
  position: relative;
  padding: 55px 0;
  background: #003d8f;
  /* Old browsers */
  /* FF3.6+ */
  /* Chrome,Safari4+ */
  /* Chrome10+,Safari5.1+ */
  /* Opera 11.10+ */
  /* IE10+ */
  background: -webkit-gradient(linear, left top, left bottom, from(#003d8f), to(#0076c4));
  background: linear-gradient(to bottom, #003d8f 0%, #0076c4 100%);
  /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#000000',GradientType=0 );
  /* IE6-9 */
}

.visa::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../img/select-tours-bg.png) no-repeat 50% 50% transparent;
  background-size: cover;
}

.visa__inner {
  position: relative;
  max-width: 1020px;
  margin: 0 auto;
  text-align: center;
}

.visa__header {
  position: relative;
  text-align: center;
  margin-bottom: 30px;
}

.visa__icon {
  width: 160px;
  height: 160px;
  display: inline-block;
  vertical-align: top;
  background-color: #fff;
  border-radius: 50%;
  position: relative;
  margin-right: 45px;
}

.visa__icon img {
  display: block;
  max-width: 86px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 6px;
}

.visa__title {
  display: inline-block;
  vertical-align: top;
  width: 610px;
  text-align: left;
  color: #fff;
}

.visa__title h3 {
  font-size: 40px;
  padding-top: 20px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

.visa__title p {
  font-size: 18px;
  line-height: 1.4;
  font-family: Arial, sans-serif;
  margin: 0;
}

.visa__countries {
  position: relative;
  margin-bottom: 35px;
}

.visa__countries button {
  display: inline-block;
  vertical-align: top;
  height: 45px;
  padding: 0 25px;
  border: none;
  cursor: pointer;
  outline: none;
  border-radius: 8px;
  background-color: rgba(0, 62, 142, 0.7);
  font-size: 16px;
  text-transform: uppercase;
  font-family: "Roboto Condensed", Arial, sans-serif;
  font-weight: 700;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  color: #fff;
  position: relative;
}

.visa__countries button:not(:last-child) {
  margin-right: 10px;
}

.visa__countries button img {
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  position: relative;
  max-width: 27px;
  max-height: none;
  margin-right: 7px;
}

.visa__countries button span {
  border-bottom: 1px #ffc13c dashed;
}

.visa__countries button:active {
  top: 1px;
}

.visa__countries button:hover {
  background-color: #003e8e;
}

.visa__countries button:hover span {
  border-bottom: 1px #ffc13c solid;
}

.visa__countries button.active {
  background-color: #ffc13c;
  color: #003e8e;
}

.visa__countries button.active span {
  border-bottom: 1px #003e8e solid;
}

.visa__info {
  position: relative;
  padding: 30px 35px;
  margin: 20px auto;
  border-radius: 10px;
  background-color: rgba(255, 255, 255, 0.9);
  display: none;
  text-align: left;
  font-size: 16px;
  font-family: Arial, sans-serif;
  line-height: 1.3;
}

.visa__form {
  position: relative;
  display: inline-block;
  vertical-align: top;
  padding: 15px 20px;
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
}

.visa__form input {
  display: inline-block;
  vertical-align: middle;
  height: 50px;
  font-size: 14px;
  font-family: Arial, sans-serif;
  color: #000;
/*  text-transform: uppercase;*/
  width: 200px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 15px;
  margin-right: 5px;
  border: none;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

.visa__form input.error {
  background-color: #f6cbce;
}

.visa__form button {
  height: 48px;
  position: relative;
  top: 2px;
}

.go-top-button {
  position: fixed;
  z-index: 31;
  right:0;
  bottom:10px;
  width:50px;
  height:50px;
  background: url(../img/gotop.png) center center no-repeat #f0312f;
  cursor: pointer;
  display: none;
}
.go-top-button:hover {
  background-color: #eb3f3d;
}

@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min--moz-device-pixel-ratio: 1.5), only screen and (min-device-pixel-ratio: 1.5){
  #fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span{
    background-image: url("../img/fancybox_sprite@2x.png");
    background-size: 44px 152px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
  #fancybox-loading div{
    background-image: url("../img/fancybox_loading@2x.gif");
    background-size: 24px 24px;
    /*The size of the normal image, half the size of the hi-res image*/
  }
}

.main-header__currencies {
  width: 200px;
  position: absolute;
  left: 380px;
  top: 47px;
  line-height: 1.5em;
  color: #005aaa;
}
.main-header__currencies--right {
  float: right;
  width: 48%;
}
.main-header__currencies--left {
  float: left;
}
.main-header__currencies-title {
  color: #f0312f;
  font-weight: bold;
}
.main-header__currencies-val {
  color: #01babd;
  font-weight: bold;
}
