@charset "UTF-8";
/*! tailwindcss v2.1.4 | MIT License | https://tailwindcss.com */
/*! modern-normalize v1.1.0 | MIT License | https://github.com/sindresorhus/modern-normalize */
/*
Document
========
*/
/**
Use a better box model (opinionated).
*/
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
Use a more readable tab size (opinionated).
*/
html {
  -moz-tab-size: 4;
  -o-tab-size: 4;
     tab-size: 4; }

/**
1. Correct the line height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/*
Sections
========
*/
/**
Remove the margin in all browsers.
*/
body {
  margin: 0; }

/**
Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
*/
body {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji"; }

/*
Grouping content
================
*/
/**
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
*/
hr {
  height: 0;
  /* 1 */
  color: inherit;
  /* 2 */ }

/*
Text-level semantics
====================
*/
/**
Add the correct text decoration in Chrome, Edge, and Safari.
*/
abbr[title] {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted; }

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

/**
1. Improve consistency of default fonts in all browsers. (https://github.com/sindresorhus/modern-normalize/issues/3)
2. Correct the odd 'em' font sizing in all browsers.
*/
code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Consolas, 'Liberation Mono', Menlo, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */ }

/**
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; }

/*
Tabular data
============
*/
/**
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
*/
table {
  text-indent: 0;
  /* 1 */
  border-color: inherit;
  /* 2 */ }

/*
Forms
=====
*/
/**
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
*/
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */ }

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

/**
Correct the inability to style clickable types in iOS and Safari.
*/
button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; }

/**
Remove the inner border and padding in Firefox.
*/
::-moz-focus-inner {
  border-style: none;
  padding: 0; }

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

/**
Remove the additional ':invalid' styles in Firefox.
See: https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737
*/
:-moz-ui-invalid {
  box-shadow: none; }

/**
Remove the padding so developers are not caught out when they zero out 'fieldset' elements in all browsers.
*/
legend {
  padding: 0; }

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

/**
Correct the cursor style of increment and decrement buttons in Safari.
*/
::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto; }

/**
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/
[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */ }

/**
Remove the inner padding in Chrome and Safari on macOS.
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

/**
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to 'inherit' in Safari.
*/
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */ }

/*
Interactive
===========
*/
/*
Add the correct display in Chrome and Safari.
*/
summary {
  display: list-item; }

/**
 * Manually forked from SUIT CSS Base: https://github.com/suitcss/base
 * A thin layer on top of normalize.css that provides a starting point more
 * suitable for web applications.
 */
/**
 * Removes the default spacing and border for appropriate elements.
 */
blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0; }

button {
  background-color: transparent;
  background-image: none; }

/**
 * Work around a Firefox/IE bug where the transparent `button` background
 * results in a loss of the default `button` focus styles.
 */
button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

fieldset {
  margin: 0;
  padding: 0; }

ol,
ul {
  list-style: none;
  margin: 0;
  padding: 0; }

/**
 * Tailwind custom reset styles
 */
/**
 * 1. Use the user's configured `sans` font-family (with Tailwind's default
 *    sans-serif font stack as a fallback) as a sane default.
 * 2. Use Tailwind's default "normal" line-height so the user isn't forced
 *    to override it to ensure consistency even when using the default theme.
 */
html {
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  /* 1 */
  line-height: 1.5;
  /* 2 */ }

/**
 * Inherit font-family and line-height from `html` so users can set them as
 * a class directly on the `html` element.
 */
body {
  font-family: inherit;
  line-height: inherit; }

/**
 * 1. Prevent padding and border from affecting element width.
 *
 *    We used to set this in the html element and inherit from
 *    the parent element for everything else. This caused issues
 *    in shadow-dom-enhanced elements like <details> where the content
 *    is wrapped by a div with box-sizing set to `content-box`.
 *
 *    https://github.com/mozdevs/cssremedy/issues/4
 *
 *
 * 2. Allow adding a border to an element by just adding a border-width.
 *
 *    By default, the way the browser specifies that an element should have no
 *    border is by setting it's border-style to `none` in the user-agent
 *    stylesheet.
 *
 *    In order to easily add borders to elements by just setting the `border-width`
 *    property, we change the default border-style for all elements to `solid`, and
 *    use border-width to hide them instead. This way our `border` utilities only
 *    need to set the `border-width` property instead of the entire `border`
 *    shorthand, making our border utilities much more straightforward to compose.
 *
 *    https://github.com/tailwindcss/tailwindcss/pull/116
 */
*,
::before,
::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  border-width: 0;
  /* 2 */
  border-style: solid;
  /* 2 */
  border-color: #e5e7eb;
  /* 2 */ }

/*
 * Ensure horizontal rules are visible by default
 */
hr {
  border-top-width: 1px; }

/**
 * Undo the `border-style: none` reset that Normalize applies to images so that
 * our `border-{width}` utilities have the expected effect.
 *
 * The Normalize reset is unnecessary for us since we default the border-width
 * to 0 on all elements.
 *
 * https://github.com/tailwindcss/tailwindcss/issues/362
 */
img {
  border-style: solid; }

textarea {
  resize: vertical; }

input::-webkit-input-placeholder, textarea::-webkit-input-placeholder {
  opacity: 1;
  color: #9ca3af; }

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1;
  color: #9ca3af; }

input:-ms-input-placeholder, textarea:-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af; }

input::-ms-input-placeholder, textarea::-ms-input-placeholder {
  opacity: 1;
  color: #9ca3af; }

input::placeholder,
textarea::placeholder {
  opacity: 1;
  color: #9ca3af; }

button,
[role="button"] {
  cursor: pointer; }

table {
  border-collapse: collapse; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit; }

/**
 * Reset links to optimize for opt-in styling instead of
 * opt-out.
 */
a {
  color: inherit;
  text-decoration: inherit; }

/**
 * Reset form element properties that are easy to forget to
 * style explicitly so you don't inadvertently introduce
 * styles that deviate from your design system. These styles
 * supplement a partial reset that is already applied by
 * normalize.css.
 */
button,
input,
optgroup,
select,
textarea {
  padding: 0;
  line-height: inherit;
  color: inherit; }

/**
 * Use the configured 'mono' font family for elements that
 * are expected to be rendered with a monospace font, falling
 * back to the system monospace stack if there is no configured
 * 'mono' font family.
 */
pre,
code,
kbd,
samp {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; }

/**
 * Make replaced elements `display: block` by default as that's
 * the behavior you want almost all of the time. Inspired by
 * CSS Remedy, with `svg` added as well.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block;
  vertical-align: middle; }

/**
 * Constrain images and videos to the parent width and preserve
 * their intrinsic aspect ratio.
 *
 * https://github.com/mozdevs/cssremedy/issues/14
 */
img,
video {
  max-width: 100%;
  height: auto; }

.container {
  width: 100%; }

@media (min-width: 640px) {
  .container {
    max-width: 640px; } }

@media (min-width: 768px) {
  .container {
    max-width: 768px; } }

@media (min-width: 1024px) {
  .container {
    max-width: 1024px; } }

@media (min-width: 1280px) {
  .container {
    max-width: 1280px; } }

@media (min-width: 1536px) {
  .container {
    max-width: 1536px; } }

.bg-white {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 255, 255, var(--tw-bg-opacity)); }

.bg-gray-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 250, 251, var(--tw-bg-opacity)); }

.bg-gray-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(229, 231, 235, var(--tw-bg-opacity)); }

.bg-gray-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 213, 219, var(--tw-bg-opacity)); }

.bg-red-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 226, 226, var(--tw-bg-opacity)); }

.bg-red-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 202, 202, var(--tw-bg-opacity)); }

.bg-red-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(252, 165, 165, var(--tw-bg-opacity)); }

.bg-red-400 {
  --tw-bg-opacity: 1;
  background-color: rgba(248, 113, 113, var(--tw-bg-opacity)); }

.bg-red-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(239, 68, 68, var(--tw-bg-opacity)); }

.bg-yellow-50 {
  --tw-bg-opacity: 1;
  background-color: rgba(255, 251, 235, var(--tw-bg-opacity)); }

.bg-yellow-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(254, 243, 199, var(--tw-bg-opacity)); }

.bg-yellow-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(245, 158, 11, var(--tw-bg-opacity)); }

.bg-green-100 {
  --tw-bg-opacity: 1;
  background-color: rgba(209, 250, 229, var(--tw-bg-opacity)); }

.bg-green-200 {
  --tw-bg-opacity: 1;
  background-color: rgba(167, 243, 208, var(--tw-bg-opacity)); }

.bg-green-300 {
  --tw-bg-opacity: 1;
  background-color: rgba(110, 231, 183, var(--tw-bg-opacity)); }

.bg-green-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(16, 185, 129, var(--tw-bg-opacity)); }

.bg-green-600 {
  --tw-bg-opacity: 1;
  background-color: rgba(5, 150, 105, var(--tw-bg-opacity)); }

.bg-blue-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(59, 130, 246, var(--tw-bg-opacity)); }

.bg-blue-700 {
  --tw-bg-opacity: 1;
  background-color: rgba(29, 78, 216, var(--tw-bg-opacity)); }

.bg-indigo-500 {
  --tw-bg-opacity: 1;
  background-color: rgba(99, 102, 241, var(--tw-bg-opacity)); }

.bg-gradient-to-b {
  background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
  background-image: -o-linear-gradient(top, var(--tw-gradient-stops));
  background-image: linear-gradient(to bottom, var(--tw-gradient-stops)); }

.from-transparent {
  --tw-gradient-from: transparent;
  --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to, rgba(0, 0, 0, 0)); }

.to-black {
  --tw-gradient-to: #000; }

.border-collapse {
  border-collapse: collapse; }

.border-gray-200 {
  --tw-border-opacity: 1;
  border-color: rgba(229, 231, 235, var(--tw-border-opacity)); }

.border-gray-300 {
  --tw-border-opacity: 1;
  border-color: rgba(209, 213, 219, var(--tw-border-opacity)); }

.border-gray-400 {
  --tw-border-opacity: 1;
  border-color: rgba(156, 163, 175, var(--tw-border-opacity)); }

.border-gray-500 {
  --tw-border-opacity: 1;
  border-color: rgba(107, 114, 128, var(--tw-border-opacity)); }

.border-gray-600 {
  --tw-border-opacity: 1;
  border-color: rgba(75, 85, 99, var(--tw-border-opacity)); }

.border-gray-700 {
  --tw-border-opacity: 1;
  border-color: rgba(55, 65, 81, var(--tw-border-opacity)); }

.border-pink-600 {
  --tw-border-opacity: 1;
  border-color: rgba(219, 39, 119, var(--tw-border-opacity)); }

.rounded {
  border-radius: 0.25rem; }

.rounded-md {
  border-radius: 0.375rem; }

.rounded-lg {
  border-radius: 0.5rem; }

.rounded-full {
  border-radius: 9999px; }

.rounded-t-lg {
  border-top-left-radius: 0.5rem;
  border-top-right-radius: 0.5rem; }

.border-2 {
  border-width: 2px; }

.border {
  border-width: 1px; }

.border-b-2 {
  border-bottom-width: 2px; }

.border-r {
  border-right-width: 1px; }

.border-b {
  border-bottom-width: 1px; }

.cursor-pointer {
  cursor: pointer; }

.block {
  display: block; }

.inline-block {
  display: inline-block; }

.inline {
  display: inline; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }

.inline-flex {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex; }

.table {
  display: table; }

.grid {
  display: grid; }

.contents {
  display: contents; }

.hidden {
  display: none; }

.flex-row {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row; }

.flex-col {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column; }

.flex-col-reverse {
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
      -ms-flex-direction: column-reverse;
          flex-direction: column-reverse; }

.flex-wrap {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap; }

.flex-nowrap {
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap; }

.items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start; }

.items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }

.justify-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.justify-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }

.font-light {
  font-weight: 300; }

.font-normal {
  font-weight: 400; }

.font-medium {
  font-weight: 500; }

.font-semibold {
  font-weight: 600; }

.font-bold {
  font-weight: 700; }

.font-black {
  font-weight: 900; }

.h-4 {
  height: 1rem; }

.h-5 {
  height: 1.25rem; }

.h-6 {
  height: 1.5rem; }

.h-8 {
  height: 2rem; }

.h-10 {
  height: 2.5rem; }

.h-20 {
  height: 5rem; }

.h-24 {
  height: 6rem; }

.h-40 {
  height: 10rem; }

.h-48 {
  height: 12rem; }

.h-64 {
  height: 16rem; }

.h-72 {
  height: 18rem; }

.h-80 {
  height: 20rem; }

.h-full {
  height: 100%; }

.text-xs {
  font-size: 0.75rem;
  line-height: 1rem; }

.text-sm {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.text-lg {
  font-size: 1.125rem;
  line-height: 1.75rem; }

.text-xl {
  font-size: 1.25rem;
  line-height: 1.75rem; }

.text-2xl {
  font-size: 1.5rem;
  line-height: 2rem; }

.text-3xl {
  font-size: 1.875rem;
  line-height: 2.25rem; }

.text-4xl {
  font-size: 2.25rem;
  line-height: 2.5rem; }

.text-5xl {
  font-size: 3rem;
  line-height: 1; }

.leading-none {
  line-height: 1; }

.m-4 {
  margin: 1rem; }

.mx-2 {
  margin-left: 0.5rem;
  margin-right: 0.5rem; }

.mx-3 {
  margin-left: 0.75rem;
  margin-right: 0.75rem; }

.my-4 {
  margin-top: 1rem;
  margin-bottom: 1rem; }

.my-5 {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem; }

.my-6 {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem; }

.mx-auto {
  margin-left: auto;
  margin-right: auto; }

.-mx-1 {
  margin-left: -0.25rem;
  margin-right: -0.25rem; }

.-mx-2 {
  margin-left: -0.5rem;
  margin-right: -0.5rem; }

.-mx-3 {
  margin-left: -0.75rem;
  margin-right: -0.75rem; }

.mr-0 {
  margin-right: 0px; }

.mb-0 {
  margin-bottom: 0px; }

.mt-1 {
  margin-top: 0.25rem; }

.mr-1 {
  margin-right: 0.25rem; }

.mb-1 {
  margin-bottom: 0.25rem; }

.mr-2 {
  margin-right: 0.5rem; }

.mb-2 {
  margin-bottom: 0.5rem; }

.mr-3 {
  margin-right: 0.75rem; }

.mb-3 {
  margin-bottom: 0.75rem; }

.ml-3 {
  margin-left: 0.75rem; }

.mt-4 {
  margin-top: 1rem; }

.mr-4 {
  margin-right: 1rem; }

.mb-4 {
  margin-bottom: 1rem; }

.mt-5 {
  margin-top: 1.25rem; }

.mr-5 {
  margin-right: 1.25rem; }

.mb-5 {
  margin-bottom: 1.25rem; }

.mr-6 {
  margin-right: 1.5rem; }

.mb-6 {
  margin-bottom: 1.5rem; }

.ml-6 {
  margin-left: 1.5rem; }

.mt-8 {
  margin-top: 2rem; }

.mr-8 {
  margin-right: 2rem; }

.mb-8 {
  margin-bottom: 2rem; }

.mb-10 {
  margin-bottom: 2.5rem; }

.mb-12 {
  margin-bottom: 3rem; }

.mb-16 {
  margin-bottom: 4rem; }

.mb-20 {
  margin-bottom: 5rem; }

.-mt-1 {
  margin-top: -0.25rem; }

.-mt-3 {
  margin-top: -0.75rem; }

.-mb-6 {
  margin-bottom: -1.5rem; }

.object-cover {
  -o-object-fit: cover;
     object-fit: cover; }

.opacity-75 {
  opacity: 0.75; }

.overflow-hidden {
  overflow: hidden; }

.overflow-x-scroll {
  overflow-x: scroll; }

.p-1 {
  padding: 0.25rem; }

.p-2 {
  padding: 0.5rem; }

.p-3 {
  padding: 0.75rem; }

.p-4 {
  padding: 1rem; }

.p-5 {
  padding: 1.25rem; }

.p-6 {
  padding: 1.5rem; }

.p-10 {
  padding: 2.5rem; }

.px-0 {
  padding-left: 0px;
  padding-right: 0px; }

.px-1 {
  padding-left: 0.25rem;
  padding-right: 0.25rem; }

.py-2 {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }

.px-2 {
  padding-left: 0.5rem;
  padding-right: 0.5rem; }

.py-3 {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem; }

.px-3 {
  padding-left: 0.75rem;
  padding-right: 0.75rem; }

.py-4 {
  padding-top: 1rem;
  padding-bottom: 1rem; }

.px-4 {
  padding-left: 1rem;
  padding-right: 1rem; }

.py-5 {
  padding-top: 1.25rem;
  padding-bottom: 1.25rem; }

.py-6 {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem; }

.px-6 {
  padding-left: 1.5rem;
  padding-right: 1.5rem; }

.py-8 {
  padding-top: 2rem;
  padding-bottom: 2rem; }

.px-8 {
  padding-left: 2rem;
  padding-right: 2rem; }

.py-10 {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }

.px-10 {
  padding-left: 2.5rem;
  padding-right: 2.5rem; }

.py-12 {
  padding-top: 3rem;
  padding-bottom: 3rem; }

.px-12 {
  padding-left: 3rem;
  padding-right: 3rem; }

.py-20 {
  padding-top: 5rem;
  padding-bottom: 5rem; }

.pt-0 {
  padding-top: 0px; }

.pr-0 {
  padding-right: 0px; }

.pl-0 {
  padding-left: 0px; }

.pb-1 {
  padding-bottom: 0.25rem; }

.pt-2 {
  padding-top: 0.5rem; }

.pb-2 {
  padding-bottom: 0.5rem; }

.pt-3 {
  padding-top: 0.75rem; }

.pb-3 {
  padding-bottom: 0.75rem; }

.pr-4 {
  padding-right: 1rem; }

.pb-4 {
  padding-bottom: 1rem; }

.pt-5 {
  padding-top: 1.25rem; }

.pb-5 {
  padding-bottom: 1.25rem; }

.pb-8 {
  padding-bottom: 2rem; }

.pt-10 {
  padding-top: 2.5rem; }

.pt-12 {
  padding-top: 3rem; }

.pb-12 {
  padding-bottom: 3rem; }

.pt-20 {
  padding-top: 5rem; }

.pt-24 {
  padding-top: 6rem; }

.static {
  position: static; }

.fixed {
  position: fixed; }

.absolute {
  position: absolute; }

.relative {
  position: relative; }

.sticky {
  position: -webkit-sticky;
  position: sticky; }

.top-0 {
  top: 0px; }

.left-0 {
  left: 0px; }

.bottom-1 {
  bottom: 0.25rem; }

.left-1 {
  left: 0.25rem; }

.top-2 {
  top: 0.5rem; }

.bottom-2 {
  bottom: 0.5rem; }

.left-2 {
  left: 0.5rem; }

.bottom-3 {
  bottom: 0.75rem; }

.left-3 {
  left: 0.75rem; }

.top-4 {
  top: 1rem; }

.bottom-4 {
  bottom: 1rem; }

.left-4 {
  left: 1rem; }

.right-6 {
  right: 1.5rem; }

.left-6 {
  left: 1.5rem; }

.resize {
  resize: both; }

* {
  --tw-shadow: 0 0 #0000; }

.shadow-sm {
  --tw-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.shadow {
  --tw-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.shadow-md {
  --tw-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

.shadow-lg {
  --tw-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  -webkit-box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
          box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow); }

* {
  --tw-ring-inset: var(--tw-empty,/*!*/ /*!*/);
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgba(59, 130, 246, 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000; }

.text-center {
  text-align: center; }

.text-black {
  --tw-text-opacity: 1;
  color: rgba(0, 0, 0, var(--tw-text-opacity)); }

.text-white {
  --tw-text-opacity: 1;
  color: rgba(255, 255, 255, var(--tw-text-opacity)); }

.text-gray-700 {
  --tw-text-opacity: 1;
  color: rgba(55, 65, 81, var(--tw-text-opacity)); }

.text-gray-800 {
  --tw-text-opacity: 1;
  color: rgba(31, 41, 55, var(--tw-text-opacity)); }

.text-gray-900 {
  --tw-text-opacity: 1;
  color: rgba(17, 24, 39, var(--tw-text-opacity)); }

.text-red-500 {
  --tw-text-opacity: 1;
  color: rgba(239, 68, 68, var(--tw-text-opacity)); }

.text-red-600 {
  --tw-text-opacity: 1;
  color: rgba(220, 38, 38, var(--tw-text-opacity)); }

.text-red-700 {
  --tw-text-opacity: 1;
  color: rgba(185, 28, 28, var(--tw-text-opacity)); }

.text-green-500 {
  --tw-text-opacity: 1;
  color: rgba(16, 185, 129, var(--tw-text-opacity)); }

.text-green-700 {
  --tw-text-opacity: 1;
  color: rgba(4, 120, 87, var(--tw-text-opacity)); }

.text-blue-700 {
  --tw-text-opacity: 1;
  color: rgba(29, 78, 216, var(--tw-text-opacity)); }

.text-blue-800 {
  --tw-text-opacity: 1;
  color: rgba(30, 64, 175, var(--tw-text-opacity)); }

.text-indigo-600 {
  --tw-text-opacity: 1;
  color: rgba(79, 70, 229, var(--tw-text-opacity)); }

.truncate {
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  white-space: nowrap; }

.italic {
  font-style: italic; }

.uppercase {
  text-transform: uppercase; }

.lowercase {
  text-transform: lowercase; }

.underline {
  text-decoration: underline; }

.visible {
  visibility: visible; }

.w-4 {
  width: 1rem; }

.w-5 {
  width: 1.25rem; }

.w-6 {
  width: 1.5rem; }

.w-8 {
  width: 2rem; }

.w-10 {
  width: 2.5rem; }

.w-24 {
  width: 6rem; }

.w-1\/2 {
  width: 50%; }

.w-1\/3 {
  width: 33.333333%; }

.w-4\/12 {
  width: 33.333333%; }

.w-full {
  width: 100%; }

.z-0 {
  z-index: 0; }

.z-10 {
  z-index: 10; }

.z-20 {
  z-index: 20; }

.transform {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  -webkit-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
      -ms-transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
          transform: translateX(var(--tw-translate-x)) translateY(var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y)); }

@-webkit-keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@keyframes spin {
  to {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@keyframes ping {
  75%, 100% {
    -webkit-transform: scale(2);
            transform: scale(2);
    opacity: 0; } }

@-webkit-keyframes pulse {
  50% {
    opacity: .5; } }

@keyframes pulse {
  50% {
    opacity: .5; } }

@-webkit-keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

@keyframes bounce {
  0%, 100% {
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%);
    -webkit-animation-timing-function: cubic-bezier(0.8, 0, 1, 1);
            animation-timing-function: cubic-bezier(0.8, 0, 1, 1); }
  50% {
    -webkit-transform: none;
            transform: none;
    -webkit-animation-timing-function: cubic-bezier(0, 0, 0.2, 1);
            animation-timing-function: cubic-bezier(0, 0, 0.2, 1); } }

.filter {
  --tw-blur: var(--tw-empty,/*!*/ /*!*/);
  --tw-brightness: var(--tw-empty,/*!*/ /*!*/);
  --tw-contrast: var(--tw-empty,/*!*/ /*!*/);
  --tw-grayscale: var(--tw-empty,/*!*/ /*!*/);
  --tw-hue-rotate: var(--tw-empty,/*!*/ /*!*/);
  --tw-invert: var(--tw-empty,/*!*/ /*!*/);
  --tw-saturate: var(--tw-empty,/*!*/ /*!*/);
  --tw-sepia: var(--tw-empty,/*!*/ /*!*/);
  --tw-drop-shadow: var(--tw-empty,/*!*/ /*!*/);
  -webkit-filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
          filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow); }

@media (min-width: 768px) {
  .md\:block {
    display: block; }
  .md\:hidden {
    display: none; }
  .md\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .md\:flex-row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse; }
  .md\:flex-wrap {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .md\:items-end {
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end; }
  .md\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .md\:text-lg {
    font-size: 1.125rem;
    line-height: 1.75rem; }
  .md\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  .md\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem; }
  .md\:text-6xl {
    font-size: 3.75rem;
    line-height: 1; }
  .md\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .md\:-mx-5 {
    margin-left: -1.25rem;
    margin-right: -1.25rem; }
  .md\:-mx-6 {
    margin-left: -1.5rem;
    margin-right: -1.5rem; }
  .md\:mb-0 {
    margin-bottom: 0px; }
  .md\:mb-2 {
    margin-bottom: 0.5rem; }
  .md\:mb-3 {
    margin-bottom: 0.75rem; }
  .md\:mr-10 {
    margin-right: 2.5rem; }
  .md\:mb-16 {
    margin-bottom: 4rem; }
  .md\:overflow-x-auto {
    overflow-x: auto; }
  .md\:px-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .md\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .md\:px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem; }
  .md\:px-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem; }
  .md\:pr-4 {
    padding-right: 1rem; }
  .md\:text-left {
    text-align: left; }
  .md\:w-1\/2 {
    width: 50%; }
  .md\:w-1\/3 {
    width: 33.333333%; }
  .md\:w-1\/4 {
    width: 25%; }
  .md\:w-4\/12 {
    width: 33.333333%; }
  .md\:w-8\/12 {
    width: 66.666667%; } }

@media (min-width: 1024px) {
  .lg\:border-r {
    border-right-width: 1px; }
  .lg\:block {
    display: block; }
  .lg\:hidden {
    display: none; }
  .lg\:flex-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
  .lg\:items-center {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center; }
  .lg\:h-full {
    height: 100%; }
  .lg\:text-xl {
    font-size: 1.25rem;
    line-height: 1.75rem; }
  .lg\:text-2xl {
    font-size: 1.5rem;
    line-height: 2rem; }
  .lg\:text-3xl {
    font-size: 1.875rem;
    line-height: 2.25rem; }
  .lg\:text-4xl {
    font-size: 2.25rem;
    line-height: 2.5rem; }
  .lg\:text-5xl {
    font-size: 3rem;
    line-height: 1; }
  .lg\:-mx-2 {
    margin-left: -0.5rem;
    margin-right: -0.5rem; }
  .lg\:-mx-3 {
    margin-left: -0.75rem;
    margin-right: -0.75rem; }
  .lg\:-mx-4 {
    margin-left: -1rem;
    margin-right: -1rem; }
  .lg\:mr-0 {
    margin-right: 0px; }
  .lg\:mb-0 {
    margin-bottom: 0px; }
  .lg\:mr-2 {
    margin-right: 0.5rem; }
  .lg\:mr-4 {
    margin-right: 1rem; }
  .lg\:mb-4 {
    margin-bottom: 1rem; }
  .lg\:mb-5 {
    margin-bottom: 1.25rem; }
  .lg\:mr-6 {
    margin-right: 1.5rem; }
  .lg\:mb-6 {
    margin-bottom: 1.5rem; }
  .lg\:mb-8 {
    margin-bottom: 2rem; }
  .lg\:mb-10 {
    margin-bottom: 2.5rem; }
  .lg\:p-4 {
    padding: 1rem; }
  .lg\:p-6 {
    padding: 1.5rem; }
  .lg\:px-0 {
    padding-left: 0px;
    padding-right: 0px; }
  .lg\:px-2 {
    padding-left: 0.5rem;
    padding-right: 0.5rem; }
  .lg\:px-4 {
    padding-left: 1rem;
    padding-right: 1rem; }
  .lg\:py-8 {
    padding-top: 2rem;
    padding-bottom: 2rem; }
  .lg\:px-8 {
    padding-left: 2rem;
    padding-right: 2rem; }
  .lg\:py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem; }
  .lg\:py-12 {
    padding-top: 3rem;
    padding-bottom: 3rem; }
  .lg\:pr-2 {
    padding-right: 0.5rem; }
  .lg\:pl-2 {
    padding-left: 0.5rem; }
  .lg\:pr-4 {
    padding-right: 1rem; }
  .lg\:pb-4 {
    padding-bottom: 1rem; }
  .lg\:pr-6 {
    padding-right: 1.5rem; }
  .lg\:pl-6 {
    padding-left: 1.5rem; }
  .lg\:pr-8 {
    padding-right: 2rem; }
  .lg\:pl-8 {
    padding-left: 2rem; }
  .lg\:pt-12 {
    padding-top: 3rem; }
  .lg\:pb-12 {
    padding-bottom: 3rem; }
  .lg\:pt-16 {
    padding-top: 4rem; }
  .lg\:text-left {
    text-align: left; }
  .lg\:truncate {
    overflow: hidden;
    -o-text-overflow: ellipsis;
       text-overflow: ellipsis;
    white-space: nowrap; }
  .lg\:w-auto {
    width: auto; }
  .lg\:w-1\/2 {
    width: 50%; }
  .lg\:w-1\/3 {
    width: 33.333333%; }
  .lg\:w-1\/4 {
    width: 25%; }
  .lg\:w-3\/4 {
    width: 75%; }
  .lg\:w-1\/5 {
    width: 20%; }
  .lg\:w-2\/5 {
    width: 40%; }
  .lg\:w-3\/12 {
    width: 25%; }
  .lg\:w-4\/12 {
    width: 33.333333%; }
  .lg\:w-5\/12 {
    width: 41.666667%; }
  .lg\:w-7\/12 {
    width: 58.333333%; }
  .lg\:w-8\/12 {
    width: 66.666667%; }
  .lg\:w-9\/12 {
    width: 75%; } }

/* COLORS */
/* 
main - белый
firstmain - светлосерый
secondmain - серый
thirdmain - темносерый

primary - черный

basic - желтый
success - зеленый
highlight - голубой
firsthighlight - темно синий
alert - красный
*/
:root {
  --сolor_main: #ffffff;
  --color_firstmain: #f3f5f6;
  --color_thirdmain: #484848;
  --color_primary: #000;
  --color_basic: #fd0;
  --color_highlight: #e5f5ff;
  --color_firsthighlight: #0071a1; }

[data-theme="dark"] {
  --main_bg_color: #212121; }

html {
  /*font-size: 10px;*/
  font-family: 'IBM Plex Sans', sans-serif;
  font-weight: 300; }

body {
  background-color: var(--сolor_main); }

ul {
  margin: 0;
  padding: 0; }

li {
  list-style-type: none; }

h1 {
  color: #222222;
  font-size: 32px;
  font-weight: 900; }

h2 {
  font-size: 24px; }

h4 {
  color: #484848; }

p {
  color: #222222;
  font-size: 16px;
  line-height: 1.5;
  margin-top: 0; }

a:hover {
  text-decoration: none; }

details {
  background: #F8F8F8;
  border-radius: 1rem; }

details summary::-webkit-details-marker {
  display: none; }

details summary {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 18px;
  font-weight: 600;
  outline: none;
  padding: 15px 25px; }

details .content {
  padding: 15px 37.5px 15px 25px; }

details .icon span {
  position: absolute;
  width: 20px;
  height: 4px;
  right: 15px;
  top: 50%;
  -webkit-transition: translateY(-2px);
  -o-transition: translateY(-2px);
  transition: translateY(-2px);
  background: #777777;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  -o-transition: transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s; }
  details .icon span:nth-child(2) {
    -webkit-transform: translateY(0px) rotate(90deg);
    -ms-transform: translateY(0px) rotate(90deg);
    transform: translateY(0px) rotate(90deg); }

details[open] .icon span {
  -webkit-transform: translateY(0px) rotate(180deg);
  -ms-transform: translateY(0px) rotate(180deg);
  transform: translateY(0px) rotate(180deg); }

input, textarea {
  width: 100%;
  font-size: 15px;
  color: #000000;
  background-color: #f3f5f6;
  -webkit-box-shadow: inset 0 1px 4px 0 rgba(225, 225, 225, 0.41);
  box-shadow: inset 0 1px 4px 0 rgba(225, 225, 225, 0.41);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-radius: 4px;
  border: 1px solid #cccccc;
  line-height: normal;
  margin-bottom: 15px;
  padding: 15px; }

input[type="submit"] {
  width: auto;
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  background: #262626;
  border: 1px solid transparent;
  border-radius: 10px;
  -webkit-box-shadow: none;
  box-shadow: none;
  cursor: pointer;
  padding: 12.5px 20px; }

input[type="checkbox"] {
  width: 20px;
  height: 20px;
  opacity: 0;
  position: absolute;
  left: 0;
  right: 0px; }

input[type="checkbox"] + label {
  font-size: 17.5px;
  position: relative;
  padding-left: 30px; }

input[type="checkbox"] + label:before {
  content: '';
  border: 1.5px solid rgba(13, 12, 34, 0.2);
  border-radius: 4px;
  width: 20px;
  height: 20px;
  position: absolute;
  left: 0;
  top: 2px; }

input[type="checkbox"] + label:after {
  content: '';
  width: 20px;
  height: 20px;
  background: url(https://image.flaticon.com/icons/svg/447/447147.svg);
  background-size: 12px;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  left: 0px;
  top: 2px;
  opacity: 0; }

input[type="checkbox"]:checked + label:after {
  opacity: 1; }

input[type="checkbox"]:checked + label:before {
  background: #f5f6f7;
  border: 1.5px solid transparent; }

#hero_city {
  width: 100%; }
  #hero_city option {
    width: 100%; }

.home .dark.header .header__menu a {
  text-shadow: 1px 2px 3px black; }

.home .dark.header__fixed .header__menu a {
  text-shadow: none; }

.cf_px {
  padding: 0 90px; }

.z-9 {
  z-index: 9; }

.blue-links {
  color: #0666f5;
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease; }
  .blue-links:hover {
    color: #f95146; }
  .blue-links.active {
    color: #f95146; }

.blue-tabs {
  color: rgba(0, 0, 0, 0.64);
  background: rgba(0, 0, 0, 0.04); }
  .blue-tabs:hover {
    background: #0066f5;
    color: #ffffff; }
  .blue-tabs.active {
    background: #0066f5;
    color: #ffffff; }

.dark-faq .faq-item {
  padding-left: 0; }
  .dark-faq .faq-item:before {
    content: none; }

.popular-search a {
  color: #0666f5;
  -webkit-transition: color .1s ease;
  -o-transition: color .1s ease;
  transition: color .1s ease; }
  .popular-search a:hover {
    color: #f95146; }
  .popular-search a.active {
    color: #f95146; }

.content h2 {
  font-size: 28px;
  padding: 20px 0 10px 0; }
  .content h2:after {
    display: block;
    content: url(/wp-content/themes/rest/img/h2line.svg);
    position: relative;
    bottom: 10px; }

.content h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0; }

.content a {
  color: #0666f5; }
  .content a:hover {
    color: #f95146; }

.content p {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px; }

.content ul {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
  margin: 20px 0; }

.content li {
  position: relative;
  padding-left: 20px; }
  .content li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #60cc7d;
    border-radius: 50%; }

.content .wp-caption {
  width: 80% !important;
  -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
  box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
  padding: 10px;
  margin: 30px auto; }
  @media (max-width: 767px) {
    .content .wp-caption {
      width: 100% !important; } }
  .content .wp-caption-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0; }
  .content .wp-caption img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    margin-bottom: 10px; }

.tag {
  position: relative;
  color: #000;
  font-weight: 500;
  background-color: rgba(121, 214, 181, 0.2); }
  .tag a {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  @media (max-width: 767px) {
    .tag {
      margin: auto; } }

.select_container {
  position: relative; }
  .select_container:after {
    content: '';
    width: 100%;
    height: 2px;
    position: absolute;
    left: 0;
    bottom: 0px;
    background-color: #c4c3c0; }

.select {
  color: #2a2825;
  background-color: transparent;
  border: none;
  cursor: pointer;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  outline: none;
  padding: 0.5rem 2.5rem 0.5rem 0.5rem; }

.Select-icon {
  position: absolute;
  top: 37%;
  right: 5px;
  vertical-align: middle;
  display: block;
  pointer-events: none;
  margin-top: -.2em; }

.nav-tabs {
  border: none; }

.nav-link.active, .nav-link {
  border: 0px; }

.pc-show {
  display: block; }

.mobile-show {
  display: none; }

.lang a {
  font-size: 16px;
  position: relative;
  padding: 2px 52px 0 0; }
  .lang a:hover {
    opacity: 1 !important; }
  .lang a.active:before {
    border-color: #4b96ff;
    background: #4b96ff; }
  .lang a.active:after {
    right: 0; }
  .lang a:before {
    content: '';
    width: 42px;
    height: 26px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    -webkit-transition: .16s;
    -o-transition: .16s;
    transition: .16s;
    padding: 0; }
  .lang a:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 6px;
    bottom: 0;
    right: 17px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    -webkit-transition: .16s;
    -o-transition: .16s;
    transition: .16s;
    margin: auto;
    padding: 0; }

.settings .lang a:before {
  content: '';
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.search {
  display: none; }
  .search.open {
    display: block; }
  .search_field {
    width: 640px;
    position: fixed;
    left: 0;
    right: 0;
    top: 48px;
    z-index: 12;
    margin: auto; }

.modal_menu {
  opacity: 0;
  visibility: hidden;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 90px;
  z-index: -1;
  margin: 0 15px; }
  .modal_menu_item {
    background-color: #ffffff;
    border-bottom: 1px solid #e2e2e2;
    text-align: center;
    cursor: pointer; }
    .modal_menu_item:last-of-type {
      border-bottom: 1px solid transparent; }
    .modal_menu_item a {
      display: inline-block;
      font-size: 2rem;
      padding-top: 1.5rem;
      padding-bottom: 1.5rem; }
  .modal_menu_top {
    overflow: hidden;
    border-radius: 1.5rem;
    margin-bottom: 1.5rem; }
  .modal_menu_bottom {
    overflow: hidden;
    border-radius: 1.5rem; }
    .modal_menu_bottom a {
      color: #fe3824; }
  .modal_menu.open {
    opacity: 1;
    visibility: visible;
    z-index: 99; }

.notice {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: fixed;
  left: 15px;
  right: 15px;
  bottom: 15px;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  -webkit-transition: all 0.55s;
  -o-transition: all 0.55s;
  transition: all 0.55s; }
  .notice.show {
    opacity: 1;
    visibility: visible;
    z-index: 10;
    -webkit-transform: translateY(0%);
    -ms-transform: translateY(0%);
    transform: translateY(0%); }
  .notice_content {
    color: #ffffff;
    font-size: 1.5rem;
    border-radius: 8px;
    padding: 1rem 2rem; }
  .notice_green {
    background-color: #52b05c; }

.flexible-sticky-bottom {
  position: -webkit-sticky;
  position: sticky;
  bottom: 0;
  top: auto;
  -webkit-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
  -webkit-transform: translateZ(0);
  transform: translateZ(0); }

.flexible-sticky-top {
  position: -webkit-sticky;
  position: sticky;
  top: 90px; }

.share-item {
  margin-right: 0.5rem; }
  .share-item:last-of-type {
    margin-right: 0; }

.share-link {
  width: 42px;
  height: 42px;
  background: #ffffff;
  border-radius: 50%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 0.5rem; }
  .share-link.share-facebook {
    background: #1977f2; }
  .share-link.share-telegram {
    background: #39a1dd; }
  .share-link.share-viber {
    background: #7360f2; }
  .share-link.share-whatsapp {
    background: #25D366; }

.bg-yellow {
  background-color: #fd0; }

.bg-brush {
  background: url(/wp-content/themes/rest/img/brushstroke_background.svg);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: right;
  border-top-left-radius: 1rem;
  border-bottom-left-radius: 1rem; }

.bg-pastel-blue {
  background-color: #bec5e7;
  -webkit-box-shadow: 0px 3px 4px 1px #99a5e3;
  box-shadow: 0px 4px 3px 0px #99a5e3; }
  .bg-pastel-blue:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #99a5e3;
    box-shadow: 0px 1px 0.001px 0px #99a5e3; }

.bg-pastel-green {
  background-color: #cdf5d4;
  -webkit-box-shadow: 0px 4px 3px 0px #9ef6ad;
  box-shadow: 0px 4px 3px 0px #9ef6ad; }
  .bg-pastel-green:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
    box-shadow: 0px 1px 0.001px 0px #9ef6ad; }

.bg-pastel-red {
  background-color: #ffe0e5;
  -webkit-box-shadow: 0px 4px 3px 0px #d1bec2;
  box-shadow: 0px 4px 3px 0px #d1bec2; }
  .bg-pastel-red:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #d1bec2;
    box-shadow: 0px 1px 0.001px 0px #d1bec2; }

.bg-pastel-lightblue {
  background-color: #e6ebfc;
  -webkit-box-shadow: 0px 4px 3px 0px #bec7e6;
  box-shadow: 0px 4px 3px 0px #bec7e6; }
  .bg-pastel-lightblue:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #bec7e6;
    box-shadow: 0px 1px 0.001px 0px #bec7e6; }

.bg-pink {
  background-color: #eb5ad1;
  -webkit-box-shadow: 0px 3px 4px 1px #c248a8;
  box-shadow: 0px 4px 3px 0px #c248a8; }
  .bg-pink:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #c248a8;
    box-shadow: 0px 1px 0.001px 0px #c248a8; }

.bg-custom-grey {
  background: #e8eaee !important; }

.bg-custom-dark {
  background: rgba(0, 0, 0, 0.8) !important; }

.bg-custom-light-blue {
  background: #e5f5ff !important; }

.bg-custom-light-yellow {
  background: rgba(255, 211, 29, 0.15); }

.bg-custom-light-green {
  background: rgba(121, 214, 181, 0.2); }

.color-red {
  color: #f56565; }

.btn {
  min-width: 150px;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 6px; }

.btn-rest {
  color: #000;
  font-size: 15px;
  padding: 12.5px 20px;
  border-radius: 10px;
  cursor: pointer; }
  .btn-rest.btn-rest-yellow {
    background: #fd0; }
  .btn-rest.btn-rest-dark {
    color: #ffffff;
    background: #262626;
    border: 1px solid transparent; }

.btn-more-info {
  background: #eeeeee;
  border-radius: 25px; }
  .btn-more-info span {
    font-size: 17.5px;
    color: #000000;
    padding: 0 17.5px; }

.btn-more.white .btn-more-info {
  background: #ffffff; }

.btn-fav {
  width: 48px;
  height: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08); }

.button-more a {
  position: relative;
  font-size: 17.5px;
  background: #ffffff;
  border: 3px solid #2CC675;
  border-radius: 8px;
  z-index: 1;
  padding: 10px 15px; }
  .button-more a:before {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 10px;
    left: -10px;
    background: #2cc6757a;
    border: 3px solid #2CC675;
    border-radius: 8px;
    z-index: -1;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
  .button-more a:hover:before {
    top: 0;
    left: 0;
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }

.button-more a {
  color: #444444; }

.w-100 {
  width: 100%; }

.info {
  color: #1b1b1b;
  font-size: 21px;
  font-weight: 300;
  line-height: 1.65;
  background: #f0f2f6;
  border-radius: 10px;
  padding: 10px 20px; }

.my-table {
  display: table; }

.my-table-cell {
  display: table-cell;
  vertical-align: middle; }

.p-relative {
  position: relative; }

.rest_modal {
  position: fixed;
  top: 50%;
  left: 0;
  right: 0;
  opacity: 0;
  -webkit-transform: translateY(-160%);
  -ms-transform: translateY(-160%);
  transform: translateY(-160%);
  -webkit-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out; }
  .rest_modal.open {
    opacity: 1;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    z-index: 9; }
  .rest_modal_box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
    font-size: 15px;
    background-color: #ffffff;
    -webkit-box-shadow: 0px 0px 6px 1px #cccccc;
    box-shadow: 0px 0px 6px 1px #cccccc;
    padding: 20px h3; }
  .rest_modal_close {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    opacity: 0.85;
    cursor: pointer;
    padding-top: 10px; }
  .rest_modal_bg.open {
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.75);
    position: fixed;
    z-index: 3;
    top: 0; }

.nomer-modal__open {
  overflow: hidden; }

.modal-bg.open {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background: rgba(0, 0, 0, 0.56);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  z-index: 11; }

.konkurs {
  margin-bottom: 3rem; }
  .konkurs_title {
    position: relative;
    font-size: 3rem;
    text-align: center;
    margin-bottom: 6rem; }
    @media (max-width: 767px) {
      .konkurs_title {
        margin-bottom: 3rem; } }
    .konkurs_title:after {
      content: '';
      background: url(/wp-content/themes/rest/img/arrow-hand.svg);
      background-size: 75px 75px;
      width: 75px;
      height: 75px;
      position: absolute;
      -webkit-transform: rotate(100deg);
      -ms-transform: rotate(100deg);
      transform: rotate(100deg);
      top: 15px; }
      @media (max-width: 767px) {
        .konkurs_title:after {
          content: none; } }
  .konkurs_photo img {
    width: 100%; }

/* Pagination */
.breadcrumbs ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .breadcrumbs ul li {
    position: relative;
    font-size: 15px;
    margin-right: 15px; }
    .breadcrumbs ul li:after {
      content: '';
      width: 10px;
      height: 10px;
      position: absolute;
      top: 50%;
      background: url(../img/arrow-right.svg);
      background-size: 100%;
      background-repeat: no-repeat;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%);
      opacity: 0.65; }
    .breadcrumbs ul li a {
      color: #484848;
      margin-right: 5px; }
    .breadcrumbs ul li:last-of-type:after {
      content: none; }

.b_pagination {
  color: #484848;
  font-size: 17.6px; }
  .b_pagination a {
    color: #2a2825;
    border-radius: 3px;
    outline: none;
    padding: 8px 15px; }
    .b_pagination a:hover {
      background-color: #f3f1ee; }
  .b_pagination .current {
    color: #fff;
    background-color: #e96bd4;
    border-radius: 3px;
    outline: none;
    padding: 8px 15px; }
  .b_pagination .next {
    background-image: url(/wp-content/themes/rest/img/pagination-next.svg);
    width: 9px;
    height: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%; }
  .b_pagination .prev {
    background-image: url(/wp-content/themes/rest/img/pagination-prev.svg);
    width: 9px;
    height: 14px;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 60%; }

.modal {
  display: none; }
  .modal.open {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: fixed;
    top: 0;
    left: 0;
    overflow-y: auto !important;
    z-index: 12; }
  .modal_content {
    max-width: 600px;
    width: 45%;
    position: relative;
    background: #ffffff;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 14px rgba(0, 0, 0, 0.106862);
    box-shadow: 0 1px 14px rgba(0, 0, 0, 0.106862);
    margin: auto;
    padding: 40px; }
    @media (max-width: 767px) {
      .modal_content {
        width: 90%;
        padding: 30px 15px; } }
    .modal_content.big {
      max-width: 80%;
      width: 75%; }
      @media (max-width: 767px) {
        .modal_content.big {
          max-width: 100%;
          width: 100%; } }
    .modal_content_close {
      position: absolute;
      right: 20px;
      top: 20px;
      cursor: pointer; }
    .modal_content_title {
      font-size: 25px;
      text-align: center; }
  .modal_success {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    bottom: 20px;
    left: 0;
    right: 0;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    -webkit-transform: translateY(100px);
    -ms-transform: translateY(100px);
    transform: translateY(100px);
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s; }
    .modal_success span {
      background: rgba(121, 214, 181, 0.95);
      border-radius: 4px;
      font-size: 18px;
      text-align: center;
      padding: 15px 20px; }
    .modal_success.show {
      opacity: 1;
      visibility: visible;
      z-index: 12;
      -webkit-transform: translateY(0);
      -ms-transform: translateY(0);
      transform: translateY(0); }

.reset {
  margin: 0; }
  .reset li {
    padding: 0; }
    .reset li:after {
      content: none; }
    .reset li:before {
      content: none; }

.iframe-full iframe {
  width: 100%; }

.inner-table {
  border: solid 1px #DDEEEE;
  border-collapse: collapse;
  border-spacing: 0;
  font: normal 13px Arial, sans-serif; }

.inner-table thead th {
  background-color: #DDEFEF;
  border: solid 1px #DDEEEE;
  color: #336B6B;
  padding: 10px;
  text-align: left;
  text-shadow: 1px 1px 1px #fff; }

.inner-table tbody td {
  border: solid 1px #DDEEEE;
  color: #333;
  padding: 10px;
  text-shadow: 1px 1px 1px #fff; }

.modal-body p {
  margin: 0; }

.modal-body input {
  width: 100%;
  border-radius: 10px;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-right: 30px;
  margin-bottom: 20px;
  outline: none; }

.modal-body [type="submit"] {
  min-width: 150px;
  display: inline-block;
  width: auto;
  color: #343a40;
  font-size: 18px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #cdf5d4;
  -webkit-box-shadow: 0px 3px 4px 1px #9ef6ad;
  box-shadow: 0px 4px 3px 0px #9ef6ad;
  margin-right: 0;
  margin-bottom: 20px;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .modal-body [type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
    box-shadow: 0px 1px 0.001px 0px #9ef6ad; }

.modal-body-budget .wpcf7-mail-sent-ok {
  font-size: 15px;
  padding: 12.5px; }

.modal-body-standart [type="submit"] {
  background-color: #ffe0e5;
  -webkit-box-shadow: 0px 4px 3px 0px #d1bec2;
  box-shadow: 0px 4px 3px 0px #d1bec2; }
  .modal-body-standart [type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #d1bec2;
    box-shadow: 0px 1px 0.001px 0px #d1bec2; }

.modal-body-standart .wpcf7-mail-sent-ok {
  font-size: 15px;
  padding: 12.5px; }

.modal-body-premium [type="submit"] {
  background-color: #bec5e7;
  -webkit-box-shadow: 0px 4px 3px 0px #99a5e3;
  box-shadow: 0px 4px 3px 0px #99a5e3; }
  .modal-body-premium [type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #99a5e3;
    box-shadow: 0px 1px 0.001px 0px #99a5e3; }

.modal-body-premium .wpcf7-mail-sent-ok {
  font-size: 15px;
  padding: 12.5px; }

/* SLIDER */
.swiper-region-button-next, .swiper-region-button-prev {
  width: 50px !important;
  height: 50px !important;
  background-size: 25px 25px !important;
  background-color: #ffffff;
  border-radius: 50%;
  -webkit-box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.46);
  box-shadow: 0px 0px 3px 1px rgba(0, 0, 0, 0.46);
  -webkit-transform: translateY(-25%);
  -ms-transform: translateY(-25%);
  transform: translateY(-25%);
  margin-top: 0 !important; }
  .swiper-region-button-next:focus, .swiper-region-button-prev:focus {
    outline: none; }

.youtube-player {
  position: relative;
  padding-bottom: 56.23%;
  /* Use 75% for 4:3 videos */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  background: #000;
  margin: 5px; }

.youtube-player iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: transparent; }

.youtube-player img {
  bottom: 0;
  display: block;
  left: 0;
  margin: auto;
  max-width: 100%;
  width: 100%;
  position: absolute;
  right: 0;
  top: 0;
  border: none;
  height: auto;
  cursor: pointer;
  -webkit-transition: .4s all;
  -o-transition: .4s all;
  transition: .4s all; }

.youtube-player img:hover {
  -webkit-filter: brightness(75%); }

.youtube-player .play {
  height: 72px;
  width: 72px;
  left: 50%;
  top: 50%;
  margin-left: -36px;
  margin-top: -36px;
  position: absolute;
  background: url("//i.imgur.com/TxzC70f.png") no-repeat;
  cursor: pointer; }

.header_bottom {
  width: 100%;
  height: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #ffffff;
  z-index: 3; }
  @media (max-width: 767px) {
    .header_bottom {
      position: relative;
      -webkit-box-pack: justify;
      -ms-flex-pack: justify;
      justify-content: space-between;
      z-index: 11; } }
  .header_bottom_fixed {
    width: 100%;
    height: 70px;
    background-color: #ffffff;
    z-index: 3;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 11;
    background-color: #ffffff;
    -webkit-box-shadow: 1px 1px 10px 0px #9E9E9E;
    box-shadow: 1px 1px 10px 0px #9E9E9E;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-animation: headerfixed 0.4s forwards;
    animation: headerfixed 0.4s forwards; }
    @media (max-width: 767px) {
      .header_bottom_fixed {
        -webkit-box-shadow: 1px 1px 3px 0 #9e9e9e;
        box-shadow: 1px 1px 3px 0 #9e9e9e; } }
    .header_bottom_fixed.show {
      display: -webkit-box;
      display: -ms-flexbox;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center; }
    .header_bottom_fixed li a {
      color: #484848; }
    .header_bottom_fixed .header__logo__text {
      display: none !important; }

.header_top {
  background: rgba(0, 0, 0, 0.8);
  color: #ffffff; }
  @media (max-width: 767px) {
    .header_top {
      display: none; } }
  .header_top_menu {
    border-right: 1px solid rgba(255, 255, 255, 0.55);
    margin-right: 1rem; }
    .header_top_menu_link {
      color: white;
      -webkit-transition: color 0.35s;
      -o-transition: color 0.35s;
      transition: color 0.35s; }
      .header_top_menu_link:hover {
        color: rgba(255, 255, 255, 0.75); }
  .header_top .lang a {
    color: #ffffff !important; }

.header__content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }
  @media (max-width: 767px) {
    .header__content {
      position: relative;
      padding: 0; } }

.header__logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__logo img {
    width: 180px; }
    @media (max-width: 767px) {
      .header__logo img {
        width: 150px; } }
  .header__logo__icon {
    display: block;
    width: 5rem;
    height: 5rem;
    background: url(/wp-content/themes/rest/img/restx-logo.png);
    background-repeat: no-repeat !important;
    background-position: 50% !important;
    background-size: contain !important;
    border-radius: 50%;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transform: rotateY(0deg);
    transform: rotateY(0deg); }
    .header__logo__icon-two {
      position: absolute;
      display: block;
      width: 5rem;
      height: 5rem;
      background: url(/wp-content/themes/rest/img/hand.svg);
      background-repeat: no-repeat;
      background-position: 50%;
      background-size: contain;
      border-radius: 50%;
      opacity: 0; }
  .header__logo__title {
    height: 30px;
    color: #2a2825;
    font-size: 2.2rem;
    font-weight: 500;
    margin-left: 1rem;
    overflow: hidden; }
    .header__logo__title-first {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0); }
    .header__logo__title-second {
      -webkit-transform: matrix(1, 0, 0, 1, 0, 0);
      -ms-transform: matrix(1, 0, 0, 1, 0, 0);
      transform: matrix(1, 0, 0, 1, 0, 0); }

.header__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .header__menu nav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .header__menu nav.hide {
      display: none; }
  .header__menu li {
    margin-right: 35px; }
  .header__menu a {
    color: #484848;
    font-size: 17.5px;
    -webkit-transition: all 0.75s;
    -o-transition: all 0.75s;
    transition: all 0.75s; }
    .header__menu a:hover {
      opacity: 0.7;
      -webkit-transition: all 0.75s;
      -o-transition: all 0.75s;
      transition: all 0.75s; }
  .header__menu_add-btn a {
    position: relative;
    background: #ffffff;
    border: 3px solid #5551FF;
    border-radius: 8px;
    z-index: 1;
    padding: 1rem 1.5rem; }
    .header__menu_add-btn a:before {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 10px;
      left: -10px;
      background: #5551FF66;
      border: 3px solid #5551FF;
      border-radius: 8px;
      z-index: -1;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
    .header__menu_add-btn a:hover:before {
      top: 0;
      left: 0;
      -webkit-transition: all 0.35s;
      -o-transition: all 0.35s;
      transition: all 0.35s; }
  .header__menu .has-submenu {
    position: relative;
    padding-bottom: 2rem;
    margin-bottom: -2rem; }
    .header__menu .has-submenu li {
      margin-right: 3.5rem; }
    .header__menu .has-submenu:hover .submenu {
      display: block; }
  .header__menu .submenu {
    min-width: 220px;
    display: none;
    position: absolute;
    background-color: #ffffff;
    border-radius: 0.75rem;
    border: 1px solid #EBEBEB;
    -webkit-box-shadow: 0 0.2rem 0 0 #e7e6e4;
    box-shadow: 0 0.2rem 0 0 #e7e6e4;
    padding: 1rem 1.5rem;
    margin-top: 1.5rem; }
    .header__menu .submenu a {
      color: #484848 !important;
      text-shadow: none !important; }

.header__right {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }

.header__cities {
  width: 300px;
  display: none; }
  .header__cities.show {
    display: block; }
  .header__cities input {
    border: .2rem solid #e7e6e4;
    border-radius: 0.75rem;
    -webkit-box-shadow: 0 0.2rem 0 0 #e7e6e4;
    box-shadow: 0 0.2rem 0 0 #e7e6e4; }
    .header__cities input:focus {
      outline: none; }

.header_search {
  width: 21px;
  cursor: pointer; }

.header__allcity {
  padding-right: 15px;
  display: none;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 75px;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  padding: 1rem; }
  .header__allcity-open {
    display: block; }
  .header__allcity-content {
    width: 91%;
    height: auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    background-color: #ffffff;
    border: .2rem solid #e7e6e4;
    border-radius: 1rem;
    -webkit-box-shadow: 0 0.2rem 0 0 #e7e6e4;
    box-shadow: 0 0.2rem 0 0 #e7e6e4;
    padding: 4rem;
    margin: 1.75rem auto; }
    .header__allcity-content a {
      color: #82817d;
      font-size: 1.75rem; }

.header__mobile_toggle {
  width: 32px;
  height: 32px; }
  .header__mobile_toggle span {
    width: 32px;
    height: 2px;
    position: absolute;
    top: 50%;
    left: 0;
    background-color: #656565;
    border-radius: 1px;
    margin: auto;
    -webkit-transform: translateY(-1px);
    -ms-transform: translateY(-1px);
    transform: translateY(-1px);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .header__mobile_toggle span:nth-of-type(2) {
      margin-top: -7px; }
    .header__mobile_toggle span:nth-of-type(3) {
      margin-top: 7px; }
  .header__mobile_toggle.open span:first-of-type {
    opacity: 0; }
  .header__mobile_toggle.open span:nth-of-type(2) {
    margin-top: 0;
    -webkit-transform: translateY(-1px) rotate(45deg);
    -ms-transform: translateY(-1px) rotate(45deg);
    transform: translateY(-1px) rotate(45deg); }
  .header__mobile_toggle.open span:nth-of-type(3) {
    margin-top: 0;
    -webkit-transform: translateY(-1px) rotate(-45deg);
    -ms-transform: translateY(-1px) rotate(-45deg);
    transform: translateY(-1px) rotate(-45deg); }

.header__mobile_add img {
  width: 32px; }

.header .header__logo__text {
  display: none; }

.header .secondemenu_wrap {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }
  .header .secondemenu_wrap ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end; }
    .header .secondemenu_wrap ul li {
      font-size: 1.6rem;
      font-weight: 500;
      margin-left: 2.4rem; }
      .header .secondemenu_wrap ul li a {
        color: #0b0b0b; }

.header .add-button {
  margin-left: 3.7rem; }

@-webkit-keyframes headerfixed {
  from {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes headerfixed {
  from {
    -webkit-transform: translateY(-110%);
    transform: translateY(-110%); }
  to {
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

.allcity-button-open-active {
  display: none; }

.allcity-button-close {
  display: none; }
  .allcity-button-close-active {
    display: inline-block; }

.mobile-link {
  display: none; }

.footer {
  background-color: #f8f9fa;
  border-top: 1px solid #ccc; }
  .footer a {
    color: #343a40; }

.home .header {
  background-color: transparent;
  /*a {
			color: #484848;
		}*/ }
  .home .header__fixed {
    background-color: #ffffff; }
    .home .header__fixed li a {
      color: #484848; }
  .home .header__cities {
    display: none; }

.home .header__logo__text {
  display: block; }

.home_blog_img {
  width: 100%;
  height: 315px;
  -o-object-fit: cover;
  object-fit: cover; }

.home_blog_cat a {
  color: #f56565;
  font-size: 12px;
  font-weight: 700;
  text-transform: uppercase; }

.home_blog_title a {
  color: #2a2825;
  font-size: 18px;
  line-height: 1.3; }

.home_blog.second .home_blog_img {
  height: 105px; }

.home_places::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

.home_places.active {
  cursor: grabbing;
  cursor: -webkit-grabbing; }
  .home_places.active .home_places_item {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }

@media (max-width: 767px) {
  .home_places_item {
    min-width: 200px; } }

.home_places_item_img {
  position: relative;
  height: 275px; }
  .home_places_item_img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px; }
  .home_places_item_img:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #52b381;
    background: -o-linear-gradient(top, rgba(82, 179, 129, 0.008) 27%, rgba(0, 0, 0, 0.82) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(27%, rgba(82, 179, 129, 0.008)), to(rgba(0, 0, 0, 0.82)));
    background: linear-gradient(180deg, rgba(82, 179, 129, 0.008) 27%, rgba(0, 0, 0, 0.82) 100%);
    border-radius: 10px; }

.home_places_item_info {
  position: absolute;
  bottom: 15px;
  left: 30px;
  right: 30px; }

.home_places_item_title {
  color: #ffffff;
  font-size: 17.5px; }

.home_places_item_city {
  color: #f56565;
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase; }

.homebus_item {
  position: relative;
  text-align: center;
  border-radius: 15px;
  -webkit-box-shadow: 0 4px 18px rgba(13, 12, 34, 0.1);
  box-shadow: 0 4px 18px rgba(13, 12, 34, 0.1);
  padding: 15px; }
  .homebus_item_title {
    color: #000000;
    font-size: 20px; }
  .homebus_item_img {
    position: absolute;
    right: 10px;
    top: 10px; }

.homehero {
  min-height: 350px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-size: cover; }
  @media (max-width: 767px) {
    .homehero {
      min-height: auto; } }
  .homehero__block-subtitle {
    color: #484848;
    opacity: 0.7;
    font-size: 17.5px; }
  .homehero__block-cities input {
    width: 100%;
    height: 56px;
    font-size: 17.5px;
    background: #fbf9f8;
    border: 1px solid #d6d6d6;
    border-radius: 4px;
    padding-left: 15px;
    padding-right: 15px; }
    .homehero__block-cities input:focus {
      outline: none; }
  .homehero__block-advice {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    font-size: 13px; }
    .homehero__block-advice li {
      margin-right: 8px; }
    .homehero__block-advice a {
      color: #484848;
      font-weight: 600;
      text-decoration: underline; }
  .homehero h1 {
    color: #222222; }
    .homehero h1 span {
      position: relative;
      padding: 12.5px 0; }
      .homehero h1 span:after {
        content: '';
        width: 100%;
        height: 100%;
        position: absolute;
        right: 0;
        top: 0;
        background: url(/wp-content/themes/rest/img/circle-highlight.svg);
        background-size: contain;
        background-repeat: no-repeat;
        z-index: -1; }

.swiper-home-places .swiper-slide {
  width: 27%; }
  @media (max-width: 767px) {
    .swiper-home-places .swiper-slide {
      width: 72%; } }

.hotel-item.top .hotel-item__img {
  background: #fcd34d;
  padding: 0.5rem;
  border-radius: 0.5rem; }

.hotel-item__title a {
  display: block;
  color: #2a2825;
  font-size: 18px;
  line-height: 1.3;
  padding-top: 5px;
  padding-bottom: 15px;
  background-image: -o-linear-gradient(left, #e7e6e4 33%, #fff 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #e7e6e4), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #e7e6e4 33%, #fff 0);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px; }

.hotel-item__icon {
  width: 25px !important;
  min-height: 25px !important;
  border-radius: 0 !important; }

.hotel-item__city a {
  color: #f56565;
  font-size: 12px;
  font-weight: 600;
  text-transform: uppercase; }

.hotel-item__img {
  height: 285px; }
  @media (max-width: 767px) {
    .hotel-item__img {
      height: 240px; } }
  .hotel-item__img img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px; }
  .hotel-item__img-navigation {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0; }
  .hotel-item__img-leftbg {
    display: none;
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    left: 0;
    background: -o-linear-gradient(right, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, right top, left top, from(transparent), to(rgba(0, 0, 0, 0.25)));
    background: linear-gradient(to left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 12;
    pointer-events: none; }
  .hotel-item__img-rightbg {
    display: none;
    position: absolute;
    width: 25%;
    height: 100%;
    top: 0;
    right: 0;
    background: -o-linear-gradient(left, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    background: -webkit-gradient(linear, left top, right top, from(transparent), to(rgba(0, 0, 0, 0.25)));
    background: linear-gradient(to right, transparent 0%, rgba(0, 0, 0, 0.25) 100%);
    z-index: 12;
    pointer-events: none; }
  .hotel-item__img .cover-icon {
    width: 50px;
    height: 50px;
    position: absolute;
    right: 15px;
    top: 15px; }
    .hotel-item__img .cover-icon img {
      height: 100%; }

.hotel-item__hasnomer {
  color: #484848;
  font-weight: 600; }
  .hotel-item__hasnomer span {
    position: relative;
    color: #49b749;
    font-weight: 300; }
    .hotel-item__hasnomer span:after {
      content: ','; }
    .hotel-item__hasnomer span:last-child:after {
      content: ''; }

.hotel-item-swiper {
  height: 285px; }
  .hotel-item-swiper:hover .swiper-hotelcard-button-prev {
    display: block; }
  .hotel-item-swiper:hover .swiper-hotelcard-button-next {
    display: block; }
  .hotel-item-swiper:hover .hotel-item__img-rightbg {
    display: block; }
  .hotel-item-swiper:hover .hotel-item__img-leftbg {
    display: block; }

.hotel-item .swiper-hotelcard-button-prev, .hotel-item .swiper-hotelcard-button-next {
  display: none;
  position: absolute;
  top: 50%;
  z-index: 123;
  -webkit-transform: translate(50%);
  -ms-transform: translate(50%);
  transform: translate(50%); }

.hotel-item .swiper-hotelcard-button-next {
  right: 0;
  -webkit-transform: translate(-50%, 0%);
  -ms-transform: translate(-50%, 0%);
  transform: translate(-50%, 0%); }

.hotel-item__rating {
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .hotel-item__rating img {
    width: 100%;
    height: 100%; }

.hotel-item-light {
  background-color: #ffffff;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14), 0 1px 3px 0 rgba(0, 0, 0, 0.12);
  margin-bottom: 3px; }
  .hotel-item-light__img {
    height: 230px;
    position: relative; }
    .hotel-item-light__img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      -o-object-position: top;
      object-position: top;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px; }
  .hotel-item-light__title {
    color: #444444;
    font-size: 18px;
    padding: 15px 10px; }
  .hotel-item-light__citylist {
    position: absolute;
    bottom: 15px;
    margin: auto;
    left: 0;
    right: 0;
    text-align: center; }
    .hotel-item-light__citylist__bg {
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #ffffff;
      border-radius: 1rem;
      padding: 5px 10px; }

.contact-grid a {
  font-size: 17.5px; }

.hotel-card-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr [2];
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 30px; }

.hotel-rating {
  width: 100%;
  font-size: 15px;
  background-color: #eee;
  border-radius: 4px; }
  .hotel-rating-bar {
    color: #fff;
    text-align: center;
    background-color: #4caf50;
    border-radius: 2px; }

.nomers-item {
  background-image: -o-linear-gradient(left, #e7e6e4 33%, #fff 0);
  background-image: -webkit-gradient(linear, left top, right top, color-stop(33%, #e7e6e4), color-stop(0, #fff));
  background-image: linear-gradient(90deg, #e7e6e4 33%, #fff 0);
  background-position: bottom;
  background-repeat: repeat-x;
  background-size: 6px 2px; }
  .nomers-item:last-child {
    background: none; }
  .nomers-item__small {
    position: relative;
    color: #9c9c9b;
    font-size: 15px; }
    .nomers-item__small span:after {
      content: ';'; }
    .nomers-item__small span:last-child:after {
      content: ''; }
  .nomers-item .price_tr {
    font-size: 17px;
    padding: 5px 0px; }
  .nomers-item .price_underline {
    border-bottom: 3px solid #d3e8ff; }
  .nomers-item .price_min {
    background: #acd17d;
    padding: 5px; }
  .nomers-item .price_max {
    background: #ffe0e5;
    padding: 5px; }

.single-hotel__breadcrumb {
  color: #484848;
  font-size: 15px;
  text-align: center; }
  .single-hotel__breadcrumb a {
    color: #484848;
    font-weight: 700;
    border-bottom: 1px solid; }

.single-hotel_allphotos.show .single-hotel_allphotos_item:nth-of-type(n+4) {
  display: block; }

.single-hotel_allphotos.show .single-hotel_allphotos_shadow, .single-hotel_allphotos.show .single-hotel_allphotos_shadow_two {
  display: none; }

.single-hotel_allphotos_list div:last-of-type {
  /*-webkit-transform: rotate(90deg);
				-ms-transform: rotate(90deg);
				transform: rotate(90deg);*/ }

.single-hotel_allphotos_item:nth-of-type(n+4) {
  display: none; }

.single-hotel_allphotos_more {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 0;
  right: 0; }
  .single-hotel_allphotos_more.show {
    display: block; }

.single-hotel_allphotos_shadow {
  width: 95%;
  height: 6px;
  position: absolute;
  bottom: -6px;
  left: 0;
  right: 0;
  border-radius: 0 0 12px 12px;
  background-color: rgba(0, 0, 0, 0.16);
  z-index: -1;
  margin: auto; }
  .single-hotel_allphotos_shadow_two {
    width: 85%;
    height: 6px;
    position: absolute;
    bottom: -12px;
    left: 0;
    right: 0;
    border-radius: 0 0 12px 12px;
    background-color: rgba(0, 0, 0, 0.04);
    z-index: -2;
    margin: auto; }

.single-hotel_map iframe {
  width: 100%;
  height: 380px; }

.single-hotel .rating {
  text-align: center; }
  .single-hotel .rating input[type="checkbox"] {
    opacity: 0; }
  .single-hotel .rating input[type=checkbox] + label {
    font-size: inherit;
    position: relative;
    padding-left: 0; }
    .single-hotel .rating input[type=checkbox] + label::before {
      content: none; }
    .single-hotel .rating input[type=checkbox] + label::after {
      content: none; }
  .single-hotel .rating__bar {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    top: 1px; }
  .single-hotel .rating__filled-stars {
    height: 16px;
    background-image: url(/wp-content/themes/rest/img/star-fill.svg);
    background-size: contain;
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    z-index: -1; }
  .single-hotel .rating__star {
    width: 16px;
    height: 16px;
    background-image: url(/wp-content/themes/rest/img/star.svg);
    background-size: contain;
    cursor: pointer; }
    .single-hotel .rating__star--1:hover ~ .rating__filled-stars,
    .single-hotel .rating__star--1 + input:checked ~ .rating__filled-stars {
      width: 20% !important; }
    .single-hotel .rating__star--2:hover ~ .rating__filled-stars,
    .single-hotel .rating__star--2 + input:checked ~ .rating__filled-stars {
      width: 40% !important; }
    .single-hotel .rating__star--3:hover ~ .rating__filled-stars,
    .single-hotel .rating__star--3 + input:checked ~ .rating__filled-stars {
      width: 60% !important; }
    .single-hotel .rating__star--4:hover ~ .rating__filled-stars,
    .single-hotel .rating__star--4 + input:checked ~ .rating__filled-stars {
      width: 80% !important; }
    .single-hotel .rating__star--5:hover ~ .rating__filled-stars,
    .single-hotel .rating__star--5 + input:checked ~ .rating__filled-stars {
      width: 100% !important; }

.nav-tabs .nav-item {
  font-size: 2.4rem;
  padding: 0.8rem 1.3rem; }
  .nav-tabs .nav-item:first-child {
    padding-left: 0; }

.nav-tabs .nav-link.active {
  position: relative;
  color: #2a2825; }
  .nav-tabs .nav-link.active:before {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: .2rem;
    background-color: #da81d4;
    content: ""; }

.nav-tabs .nav-link {
  color: #9c9c9b;
  padding: 0;
  padding-bottom: 1rem;
  margin: 0;
  border: 0px; }
  .nav-tabs .nav-link:hover {
    border: 0px;
    padding: 0;
    padding-bottom: 1rem;
    margin: 0; }

.nav-img {
  display: none; }

.include h4 {
  margin: 0;
  padding: 0; }

.include-grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 33.3333% [3];
  grid-template-columns: repeat(3, 33.3333%); }
  .include-grid .d-flex {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #eee;
    padding: 2rem;
    margin-right: 3rem; }
    .include-grid .d-flex:nth-child(3n) {
      margin-right: 0; }

.nomers .nomer {
  height: 300px;
  position: relative;
  border-radius: .8rem;
  cursor: pointer; }
  .nomers .nomer__title {
    position: absolute;
    bottom: 0px;
    left: 0px;
    right: 0px;
    color: #ffffff;
    font-size: 2.4rem;
    text-align: center;
    background: -o-linear-gradient(bottom, rgba(10, 10, 10, 0.75) 40%, rgba(10, 10, 10, 0) 100%);
    background: -webkit-gradient(linear, left bottom, left top, color-stop(40%, rgba(10, 10, 10, 0.75)), to(rgba(10, 10, 10, 0)));
    background: linear-gradient(to top, rgba(10, 10, 10, 0.75) 40%, rgba(10, 10, 10, 0) 100%);
    border-radius: 0.8rem;
    padding: 6rem 1.75rem 1.5rem; }
    .nomers .nomer__title span {
      font-size: 1.5rem; }
  .nomers .nomer__qty {
    font-size: 1.3rem; }
    .nomers .nomer__qty span {
      position: relative; }
      .nomers .nomer__qty span:after {
        content: ','; }
      .nomers .nomer__qty span:last-child:after {
        content: ''; }
  .nomers .nomer-modal {
    display: none;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: #ffffff;
    z-index: 1050;
    overflow-x: hidden;
    overflow-y: auto; }
    .nomers .nomer-modal__header {
      width: 100%;
      height: 55px;
      position: fixed;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      background-color: #ffffff;
      color: #484848;
      font-size: 1.5rem;
      border-bottom: 1px solid #e4e4e4;
      z-index: 999; }
    .nomers .nomer-modal__content {
      margin-top: 55px; }
    .nomers .nomer-modal__back {
      cursor: pointer; }
  .nomers .nomer-price__item {
    height: 300px;
    position: relative; }
  .nomers .nomer-price__column {
    background-color: #acd17d;
    position: absolute;
    width: 100%;
    bottom: 0; }
  .nomers .nomer-price__text {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    font-size: 1.5rem;
    padding: 1rem;
    text-align: center; }
  .nomers .nomer-price__number {
    position: absolute;
    left: 0;
    right: 0;
    top: -75px;
    font-size: 2rem;
    font-weight: 800;
    text-align: center;
    padding-top: 3rem; }
    .nomers .nomer-price__number span {
      background-color: #ffffff;
      border-radius: 0.8rem;
      text-align: center;
      padding: 1rem; }
  .nomers .nomer-price .col-lg-3:first-of-type .nomer-price__column {
    background-color: #d3e8ff; }
  .nomers .nomer-price .col-lg-3:nth-child(2n) .nomer-price__column {
    background-color: #d3e8ff; }
  .nomers .nomer-price .col-lg-3:nth-child(3n) .nomer-price__column {
    background-color: #fde9e4; }
  .nomers .nomer-price .col-lg-3:last-of-type .nomer-price__column {
    background-color: #fde9e4; }

.b_search {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  background-color: rgba(255, 255, 255, 0.95);
  z-index: 999; }
  .b_search__inner {
    padding: 5rem 0; }
    .b_search__inner .wpdreams_asl_container {
      padding: 2rem 0; }
    .b_search__inner input {
      color: #484848 !important;
      font-size: 2rem !important; }
  .b_search__close {
    text-align: right;
    margin-right: 2rem;
    margin-top: 2rem; }
    .b_search__close img {
      cursor: pointer; }

.b_partner {
  position: relative; }
  .b_partner a {
    font-size: 2.5rem;
    position: relative;
    z-index: 2; }
    .b_partner a:after {
      content: '';
      position: absolute;
      left: -5px;
      bottom: -5px;
      width: calc(100% + 10px);
      height: 5px;
      background-color: #99a5e3;
      z-index: -1;
      -webkit-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s; }
    .b_partner a:hover {
      color: #484848; }
      .b_partner a:hover:after {
        bottom: 0px;
        -webkit-transition: all 0.4s;
        -o-transition: all 0.4s;
        transition: all 0.4s; }

.p_partner h1 {
  color: #484848;
  font-size: 4rem;
  font-weight: 900; }

.p_partner__subtitle {
  font-size: 2rem; }

.p_partner__text {
  font-size: 1.5rem; }

.p_partner__list {
  font-size: 1.3rem; }

.p_partner__box {
  position: relative;
  border: .2rem solid #f3f1ee;
  border-radius: .5rem;
  padding: 4.5rem 1.5rem; }

.p_partner__sale {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  -webkit-transform: translateY(-50%) rotate(-5deg);
  -ms-transform: translateY(-50%) rotate(-5deg);
  transform: translateY(-50%) rotate(-5deg); }
  .p_partner__sale p {
    display: inline;
    color: #343a40;
    border-radius: 0.5rem;
    border: 1px solid #ccc;
    -webkit-box-shadow: 1px 1px 5px #eee;
    box-shadow: 1px 1px 5px #eee;
    padding: 0.75rem; }
    .p_partner__sale p.p_partner__sale-second {
      background: #ffe0e5; }
    .p_partner__sale p.p_partner__sale-third {
      background: #bec5e7; }

.p_partner__circle {
  min-width: 70px;
  height: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%; }
  .p_partner__circle-first:after {
    content: '';
    width: 2px;
    height: 1.5rem;
    position: absolute;
    bottom: -1.5rem;
    background-color: #484848; }

.p_partner__red {
  color: #fa5255;
  font-weight: 900; }

.p_partner__rules {
  border: .2rem solid #f3f1ee;
  border-radius: 1rem;
  background-color: #f9f8f6;
  padding: 3rem; }
  .p_partner__rules .p_partner__text {
    color: #82817d; }

.p_partner__other {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end; }
  .p_partner__other-graph {
    height: 150px;
    width: 100%;
    background-color: #f6e2e6;
    -webkit-transform: scaleY(0);
    -ms-transform: scaleY(0);
    transform: scaleY(0);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s; }
    .p_partner__other-graph__open {
      -webkit-transform: scaleY(1);
      -ms-transform: scaleY(1);
      transform: scaleY(1);
      -webkit-transform-origin: left bottom;
      -ms-transform-origin: left bottom;
      transform-origin: left bottom;
      -webkit-transition: all 1s;
      -o-transition: all 1s;
      transition: all 1s; }

.p_partner__we-graph {
  height: 400px;
  background-color: #d5f1d4;
  -webkit-transform: scaleY(0);
  -ms-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: left bottom;
  -ms-transform-origin: left bottom;
  transform-origin: left bottom;
  -webkit-transition: all 2s;
  -o-transition: all 2s;
  transition: all 2s; }
  .p_partner__we-graph__open {
    -webkit-transform: scaleY(1);
    -ms-transform: scaleY(1);
    transform: scaleY(1);
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transition: all 2s;
    -o-transition: all 2s;
    transition: all 2s; }

.p_partner__thinkabout {
  position: absolute;
  top: 65px;
  right: 55px;
  -webkit-transform: rotate(6deg);
  -ms-transform: rotate(6deg);
  transform: rotate(6deg);
  opacity: 0;
  z-index: 1;
  -webkit-transition: all 0.25s;
  -o-transition: all 0.25s;
  transition: all 0.25s; }
  .p_partner__thinkabout__open {
    opacity: 1;
    -webkit-transition: all 0.25s;
    -o-transition: all 0.25s;
    transition: all 0.25s;
    -webkit-transition-delay: 2s;
    -o-transition-delay: 2s;
    transition-delay: 2s; }
  .p_partner__thinkabout img {
    width: 110px; }

.p_partner .adv img {
  width: 100%; }

.p_partner .callback {
  position: fixed;
  bottom: 0;
  width: 100%;
  background-color: #ffffff;
  padding: 15px;
  -webkit-box-shadow: 1px 1px 10px 0px #9E9E9E;
  box-shadow: 1px 1px 10px 0px #9E9E9E;
  z-index: 99; }
  .p_partner .callback__text {
    color: #484848;
    font-size: 2rem; }
  .p_partner .callback__form form {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
    .p_partner .callback__form form p {
      margin: 0; }
    .p_partner .callback__form form input {
      border-radius: 1rem;
      border: 1px solid #ccc;
      padding: 10px 15px;
      margin-right: 3rem;
      outline: none; }
    .p_partner .callback__form form [type="submit"] {
      min-width: 150px;
      color: #343a40;
      font-size: 1.8rem;
      padding: 1rem 2rem;
      border-radius: 0.6rem;
      background-color: #bec5e7;
      -webkit-box-shadow: 0px 3px 4px 1px #99a5e3;
      box-shadow: 0px 4px 3px 0px #99a5e3;
      margin-right: 0;
      cursor: pointer;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .p_partner .callback__form form [type="submit"]:hover {
        -webkit-box-shadow: 0px 1px 0.001px 0px #99a5e3;
        box-shadow: 0px 1px 0.001px 0px #99a5e3; }
    .p_partner .callback__form form .ajax-loader {
      position: absolute;
      right: 0; }
    .p_partner .callback__form form .wpcf7-response-output {
      width: 100%;
      color: #398f14;
      font-size: 1.5rem;
      text-align: center;
      border: none;
      padding: 0;
      margin: 0;
      margin-left: 2rem; }
    .p_partner .callback__form form .wpcf7-validation-errors {
      width: 100%;
      color: #ff0000;
      font-size: 1.5rem;
      text-align: center;
      border: none;
      padding: 0;
      margin: 0;
      margin-left: 2rem; }

.allcity h1 {
  color: #484848;
  font-weight: 900; }

.allcity summary {
  outline: none;
  border: .2px solid #e7e6e4;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4; }

.allcity blockquote {
  background-color: #f0f2f6;
  border-radius: 5px; }
  .allcity blockquote p {
    color: #1b1b1b;
    font-size: 21px;
    line-height: 1.65;
    font-weight: 300;
    padding: 10px 20px; }
    @media (max-width: 767px) {
      .allcity blockquote p {
        font-size: 16px;
        line-height: 1.5;
        padding: 10px; } }

.blog h1 {
  color: #484848; }

.blog_grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -5px; }

.blog_item_cat a {
  color: #f56565;
  font-weight: 700;
  text-transform: uppercase; }

.blog_sidebar_box {
  border: 2px solid #e7e6e4;
  border-radius: 0.75rem;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4;
  padding: 30px 30px 25px 3px; }
  .blog_sidebar_box_subtitle {
    color: #484848;
    font-size: 18px;
    text-transform: uppercase; }
  .blog_sidebar_box_icon {
    background-color: #cdf5d4;
    border-radius: 50%;
    padding: 8px;
    margin-right: 20px; }
  .blog_sidebar_box_item a {
    color: #82817d;
    font-size: 19px;
    -webkit-transition: border .25s,color .25s;
    -o-transition: border .25s,color .25s;
    transition: border .25s,color .25s; }
    .blog_sidebar_box_item a:hover {
      color: #2a2825;
      -webkit-transition: border .25s,color .25s;
      -o-transition: border .25s,color .25s;
      transition: border .25s,color .25s; }

.blog_categories::-webkit-scrollbar {
  display: none; }

.blog_category {
  width: 130px; }
  .blog_category_title {
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden; }
  .blog_category_img img {
    width: 77px;
    height: 77px;
    min-width: 77px;
    min-height: 77px; }

.single-blogs__icon {
  display: inline-block;
  background-color: #f5b0ad;
  border-radius: 50%;
  padding: 10px;
  margin-right: 20px;
  margin-bottom: 30px; }

.single-blogs_subjects {
  display: none; }
  .single-blogs_subjects_subtitle {
    color: #484848; }

.single-blogs__title h1 {
  color: #484848;
  text-transform: uppercase; }

.single-blogs__breadcrumb {
  color: #484848;
  font-size: 15px;
  text-align: center; }
  .single-blogs__breadcrumb a {
    color: #484848;
    font-weight: 700;
    border-bottom: 1px solid; }

.single-blogs__avatar img {
  width: 80px;
  height: 80px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 50%; }

.single-blogs__date {
  color: #8892a5;
  font-size: 15px;
  font-style: italic; }

.single-blogs__mainimg {
  -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
  box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
  padding: 10px; }
  .single-blogs__mainimg img {
    width: 100%; }

.single-blogs__text {
  color: #1b1b1b;
  font-size: 20px;
  line-height: 1.65;
  font-weight: 300; }
  .single-blogs__text p {
    color: #1b1b1b;
    font-size: 20px;
    line-height: 1.65;
    font-weight: 300;
    margin-bottom: 20px; }
  .single-blogs__text h2 {
    font-size: 23px;
    padding: 20px 0 10px 0; }
    .single-blogs__text h2:after {
      display: block;
      content: url(/wp-content/themes/rest/img/h2line.svg); }
  .single-blogs__text blockquote {
    background-color: #f0f2f6;
    border-radius: 5px; }
    .single-blogs__text blockquote p {
      padding: 10px 20px; }
  .single-blogs__text strong {
    font-weight: 700; }
  .single-blogs__text .wp-caption {
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
    padding: 10px;
    margin: 30px 0; }
    .single-blogs__text .wp-caption-text {
      font-size: 14px;
      text-align: center;
      margin-bottom: 0; }
    .single-blogs__text .wp-caption img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 10px; }

.single-blogs__other {
  border: 2px solid #e7e6e4;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4; }
  .single-blogs__other-img {
    height: 250px; }
    .single-blogs__other-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-top-left-radius: 7px;
      border-top-right-radius: 7px; }
  .single-blogs__other-title {
    color: #212121;
    font-size: 20px;
    font-weight: 300;
    padding: 0 15px; }

.single-blogs-hotel {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  border: 2px solid #e7e6e4;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4;
  margin-bottom: 30px; }
  .single-blogs-hotel-img {
    width: 35%; }
    .single-blogs-hotel-img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-bottom-left-radius: 10px;
      border-top-left-radius: 10px; }
  .single-blogs-hotel-content {
    padding: 0 40px; }
  .single-blogs-hotel-title {
    color: #484848;
    font-size: 20px;
    margin-bottom: 10px; }
  .single-blogs-hotel-price {
    color: #484848;
    font-size: 12px;
    margin-bottom: 10px; }
  .single-blogs-hotel-nomer {
    color: #484848;
    font-weight: 600; }
    .single-blogs-hotel-nomer span {
      position: relative;
      color: #49b749;
      font-weight: 300; }

.weather-block {
  position: relative;
  color: #484848;
  font-size: 20px;
  border: 2px solid #e7e6e4;
  border-radius: 10px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4;
  padding: 40px;
  margin: 30px 0; }
  .weather-block__icon {
    position: absolute;
    top: 0;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    left: 50%;
    background-color: #cdf5d4;
    border-radius: 50%;
    border: 2px solid #484848; }

.citylist h2 {
  font-size: 28px;
  padding: 20px 0 10px 0; }
  .citylist h2:after {
    display: block;
    content: url(/wp-content/themes/rest/img/h2line.svg); }

.citylist_text h3 {
  font-size: 22px;
  font-weight: 600;
  padding: 15px 0; }

.citylist_text ul {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 1.65;
  font-weight: 300;
  margin: 20px 0; }

.citylist_text li {
  position: relative;
  padding-left: 20px; }
  .citylist_text li:before {
    content: '';
    width: 10px;
    height: 10px;
    position: absolute;
    top: 11px;
    left: 0;
    background-color: #60cc7d;
    border-radius: 50%; }

.citylist_text p {
  color: #1b1b1b;
  font-size: 18px;
  line-height: 1.5;
  font-weight: 300;
  margin-bottom: 20px; }

.citylist__text {
  color: #484848 !important;
  font-size: 18px !important;
  line-height: 1.5 !important; }
  .citylist__text li {
    position: relative;
    padding-left: 15px; }
    .citylist__text li:before {
      content: '';
      width: 7px;
      height: 7px;
      position: absolute;
      left: 0;
      top: 50%;
      background-color: #5fcc7d;
      border-radius: 50%;
      -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
      transform: translateY(-50%); }
  .citylist__text .wp-caption {
    width: 100% !important;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
    box-shadow: 0px 0px 5px 0px rgba(204, 204, 204, 0.48);
    padding: 10px;
    margin: 30px 0; }
    .citylist__text .wp-caption img {
      width: 100% !important;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      margin-bottom: 10px; }
  .citylist__text .wp-caption-text {
    font-size: 14px;
    text-align: center;
    margin-bottom: 0; }

.citylist-blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }
  .citylist-blog__img {
    background-color: #f5b0ad;
    border-radius: 50%;
    padding: 10px;
    margin-right: 20px; }
  .citylist-blog__title {
    color: #82817d;
    font-size: 18px;
    /*border-bottom: .2rem solid #f3f1ee;*/
    -webkit-transition: border .25s,color .25s;
    -o-transition: border .25s,color .25s;
    transition: border .25s,color .25s; }
    .citylist-blog__title:hover {
      color: #2a2825;
      /*border-bottom: .2rem solid #2a2825;*/
      -webkit-transition: border .25s,color .25s;
      -o-transition: border .25s,color .25s;
      transition: border .25s,color .25s; }

.citylist_wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative; }

.citylist_content {
  width: calc(72% - 30px);
  padding-right: 30px; }

.citylist_sidebar {
  width: calc(28% + 30px); }
  .citylist_sidebar_box {
    border: 2px solid #e7e6e4;
    border-radius: 7.5px;
    -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
    box-shadow: 0 2px 0 0 #e7e6e4;
    padding: 30px 30px 25px 30px; }
    .citylist_sidebar_box.before_green:before {
      content: '';
      width: 10px;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background-color: #cdf5d3; }
  .citylist_sidebar .title {
    color: #484848;
    font-size: 20px;
    text-transform: uppercase; }
  .citylist_sidebar .citylist-blog__title {
    font-style: 14px; }

.citylist_nav .swiper-slide {
  /*width: 50%;*/ }
  .citylist_nav .swiper-slide a {
    color: #222222; }
    .citylist_nav .swiper-slide a span {
      font-size: 15px;
      text-align: center; }

.citylist_nav_icon {
  width: 64px;
  height: 64px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #5551FF66;
  border-radius: 50%;
  margin: 1rem auto; }
  .citylist_nav_icon img {
    width: 40px; }

.citylist_firstphoto {
  position: relative; }
  .citylist_firstphoto img {
    width: 100%;
    display: block;
    border-radius: 7.5px; }

.citylist_subjects {
  display: inline-block;
  background: #ffffff; }
  .citylist_subjects_title {
    position: relative; }
    .citylist_subjects_title:after {
      display: block;
      content: url(/wp-content/themes/rest/img/h2line.svg); }
  .citylist_subjects ol {
    padding: 0;
    margin: 0; }
  .citylist_subjects li {
    position: relative;
    font-size: 18px;
    line-height: 1.65;
    font-weight: 300;
    /*padding-left: 20px;*/ }
    .citylist_subjects li span {
      width: 32px;
      display: inline-block;
      margin-right: 5px; }
    .citylist_subjects li:before {
      /*content: '';
				width: 10px;
				height: 10px;
				position: absolute;
				top: 11px;
				left: 0;
				background-color: #60cc7d;
				border-radius: 50%;*/ }

.citylist_near_grid {
  margin: 0 -10px; }

.citylist_near_item {
  width: 25%;
  padding: 0 10px;
  margin-bottom: 20px; }
  @media (max-width: 767px) {
    .citylist_near_item {
      width: 50%; } }
  .citylist_near_item_content {
    display: block;
    background: #ffffff;
    border: 1px solid #cccccc;
    border-radius: 10px;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -webkit-transition: -webkit-box-shadow 0.25s;
    transition: -webkit-box-shadow 0.25s;
    -o-transition: box-shadow 0.25s;
    transition: box-shadow 0.25s;
    transition: box-shadow 0.25s, -webkit-box-shadow 0.25s; }
    .citylist_near_item_content:hover {
      -webkit-box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06);
      box-shadow: 0 4px 6px -1px rgba(0, 0, 0, 0.1), 0 2px 4px -1px rgba(0, 0, 0, 0.06); }
      .citylist_near_item_content:hover .citylist_near_item_img img {
        -webkit-transform: scale(1.1);
        -ms-transform: scale(1.1);
        transform: scale(1.1); }
  .citylist_near_item_img {
    width: 100%;
    height: 120px;
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
    overflow: hidden; }
    .citylist_near_item_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      will-change: transform;
      -webkit-transition: -webkit-transform 0.25s;
      transition: -webkit-transform 0.25s;
      -o-transition: transform 0.25s;
      transition: transform 0.25s;
      transition: transform 0.25s, -webkit-transform 0.25s; }
  .citylist_near_item_link {
    display: block;
    color: #222222;
    font-size: 17.5px;
    font-weight: 600;
    text-align: center;
    padding: 20px; }

.citylist_subcategory {
  min-height: 175px; }
  .citylist_subcategory .citylist_subcategory_item {
    height: 100%;
    position: relative;
    background: url("../img/subcategories/sub_cat_01.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
    .citylist_subcategory .citylist_subcategory_item:after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: rgba(0, 0, 0, 0.4);
      backdrop-filter: blur(4px);
      -webkit-backdrop-filter: blur(4px); }
  .citylist_subcategory:nth-of-type(2) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_02.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(3) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_03.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(4) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_04.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(5) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_05.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(6) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_06.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(7) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_07.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(8) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_08.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory:nth-of-type(9) .citylist_subcategory_item {
    background: url("../img/subcategories/sub_cat_09.jpg");
    background-repeat: no-repeat;
    background-size: cover; }
  .citylist_subcategory_link {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2; }
  .citylist_subcategory_text {
    z-index: 1; }

.citylist_darkbgcontent {
  background: #e6ebf7; }

.no-video {
  color: #484848;
  text-align: center;
  margin: auto; }
  .no-video .sad {
    font-size: 17.5px;
    text-transform: uppercase; }
  .no-video .help {
    font-size: 15px; }

.way_search input {
  background-color: #ffffff; }

.way_list .way_item {
  border-bottom: 2px dashed #eee;
  padding-bottom: 20px;
  margin-bottom: 20px; }
  .way_list .way_item:last-of-type {
    border-bottom: 2px dashed transparent; }

.way_item .emoji {
  display: inline-block;
  border-right: 1px solid #cccccc;
  padding-right: 10px;
  margin-right: 10px; }

.way_item .time span {
  min-width: 110px;
  display: inline-block; }

.way h1.single {
  position: relative; }
  .way h1.single:after {
    content: url(/wp-content/themes/rest/img/h2line.svg);
    display: block; }

.way_block {
  position: relative;
  border: 2px solid #e7e6e4;
  border-radius: 7.5px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4; }
  .way_block:before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #bec6e9;
    border-top-left-radius: 6px;
    border-bottom-left-radius: 6px; }
  .way_block_middle {
    font-size: 12.5px; }
  .way_block_start:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    left: 66px;
    top: 5px;
    border-radius: 50%;
    border: 3px solid #bec5e8; }
  .way_block_start:before {
    content: '';
    width: 3px;
    height: calc(100% - 10px);
    position: absolute;
    background-color: #bec5e8;
    top: 5px;
    left: 72px; }
  .way_block_end:after {
    content: '';
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    position: absolute;
    left: 66px;
    bottom: 5px;
    border-radius: 50%;
    border: 3px solid #bec5e8; }
  .way_block_time {
    font-size: 17.5px;
    font-weight: 700; }
  .way_block_city {
    font-size: 12.5px; }
    .way_block_city div:first-of-type {
      font-size: 17.5px;
      font-weight: 700; }
  .way_block_when {
    font-size: 17.5px;
    font-weight: 700;
    text-align: center;
    text-transform: uppercase; }
  .way_block_contacts {
    font-size: 15px;
    font-weight: 700;
    text-transform: uppercase;
    text-align: center;
    background-color: #cdf5d4;
    -webkit-box-shadow: 0px 4px 3px 0px #9ef6ad;
    box-shadow: 0px 4px 3px 0px #9ef6ad;
    border-radius: 6px;
    cursor: pointer;
    padding: 7.5px 15px;
    -webkit-transition: -webkit-box-shadow 0.5s;
    transition: -webkit-box-shadow 0.5s;
    -o-transition: box-shadow 0.5s;
    transition: box-shadow 0.5s;
    transition: box-shadow 0.5s, -webkit-box-shadow 0.5s; }
    .way_block_contacts:hover {
      -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
      box-shadow: 0px 1px 0.001px 0px #9ef6ad; }

.way_modal .phone {
  font-size: 17.5px; }
  .way_modal .phone a {
    color: #484848; }

.wow_gallery {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .wow_gallery_item {
    height: 300px;
    padding: 2.5px; }
    @media (max-width: 767px) {
      .wow_gallery_item {
        height: 275px; } }
    .wow_gallery_item img {
      max-height: 100%;
      min-width: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      vertical-align: top; }
      @media (max-width: 767px) {
        .wow_gallery_item img {
          min-width: auto;
          width: 100%;
          height: 100%; } }
  .wow_gallery_text {
    width: 25%;
    height: 100%;
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    padding: 2.5px; }
    @media (max-width: 767px) {
      .wow_gallery_text {
        width: 100%;
        height: 275px;
        bottom: 0;
        top: auto;
        left: auto; } }
    .wow_gallery_text_content {
      background: -o-linear-gradient(bottom, rgba(10, 10, 10, 0.75) 0%, rgba(10, 10, 10, 0) 100%);
      background: -webkit-gradient(linear, left bottom, left top, from(rgba(10, 10, 10, 0.75)), to(rgba(10, 10, 10, 0)));
      background: linear-gradient(to top, rgba(10, 10, 10, 0.75) 0%, rgba(10, 10, 10, 0) 100%); }
  .wow_gallery.active .wow_gallery_item:nth-of-type(n+5) {
    display: none; }
  .wow_gallery.active .wow_gallery_text {
    display: block; }

.wow_subtitle {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  font-size: 25px; }

.wow_content p {
  color: #222222;
  font-size: 17.5px;
  line-height: 1.65; }

.wow_content iframe {
  width: 100%; }

.wow_archive_subtitle {
  font-size: 25px;
  opacity: 0.75; }
  @media (max-width: 767px) {
    .wow_archive_subtitle {
      font-size: 20px; } }

.wow_archive_thumb {
  width: 100%;
  height: 275px;
  -o-object-fit: cover;
  object-fit: cover;
  border-radius: 10px; }
  @media (max-width: 767px) {
    .wow_archive_thumb {
      height: 300px; } }

.wow_archive_name {
  color: #484848;
  font-size: 15px;
  font-weight: 900;
  text-transform: uppercase; }

.q_content svg {
  width: 48px;
  height: 48px;
  stroke: #818a97; }

.q_add {
  font-size: 18px;
  border: 1px solid #333333;
  border-radius: 10px; }

.q_list {
  display: none; }
  .q_list.show {
    display: block; }

.q_item {
  position: relative;
  padding-left: 22px;
  padding-right: 22px; }
  .q_item_tags {
    position: relative;
    z-index: 1; }
  .q_item_vote {
    padding-right: 20px;
    margin-right: 20px;
    border-right: 1px solid #cccccc; }
    .q_item_vote_plus {
      position: relative;
      z-index: 1; }
    .q_item_vote_minus {
      position: relative;
      z-index: 1; }

.q_nav_item {
  position: relative; }

.q-item {
  position: relative; }
  .q-item:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 3px;
    left: 3px;
    background: #fd0;
    border-radius: .5rem;
    z-index: -1; }

.q-with-underline {
  position: relative;
  display: inline-block; }
  .q-with-underline:after {
    content: '';
    width: 50%;
    height: 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: url("../img/q-underline.svg");
    background-size: cover; }

.b_rest__img {
  width: 100%;
  height: 350px;
  position: relative;
  border-radius: 1rem; }
  .b_rest__img-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    background-color: rgba(0, 0, 0, 0.2);
    border-radius: 1rem; }

.b_rest__content {
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center; }

.b_rest__title {
  color: #ffffff;
  font-size: 3rem;
  font-weight: 900;
  text-shadow: -1px -1px 0 #484848, 1px -1px 0 #484848, -1px 1px 0 #484848, 1px 1px 0 #484848; }

.b_rest__text h3 {
  font-weight: 700;
  margin-bottom: 1rem; }
  .b_rest__text h3:after {
    display: block;
    content: url(""); }

.b_rest__text p {
  color: #222222;
  font-size: 1.75rem; }

.b_rest__text li {
  color: #222222;
  list-style-type: none;
  font-size: 1.5rem;
  line-height: 1.4; }
  .b_rest__text li:before {
    top: 0%;
    -webkit-transform: translateY(7px);
    -ms-transform: translateY(7px);
    transform: translateY(7px); }

.b_rest__text .zag {
  font-size: 1.8rem;
  color: #222222; }

/* CITY */
.citycards::-webkit-scrollbar {
  width: 0;
  /* Remove scrollbar space */
  background: transparent;
  /* Optional: just make scrollbar invisible */ }

@media (max-width: 767px) {
  .citycard {
    min-width: 200px; } }

.citycard_title {
  width: auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%);
  -ms-transform: translate(-50%);
  transform: translate(-50%);
  text-align: center; }

.citycard_photo {
  height: 250px;
  position: relative;
  overflow: hidden;
  border-radius: 10px; }
  .citycard_photo_img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    border-radius: 10px; }
  .citycard_photo:after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: rgba(0, 0, 0, 0.4); }

.citycard_limit_8 {
  position: relative; }
  .citycard_limit_8:nth-of-type(n+9):after {
    content: '';
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: black;
    background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, white 88%);
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(88%, white));
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 88%); }
  .citycard_limit_8:nth-of-type(n+9).show:after {
    content: none; }
  .citycard_limit_8:nth-of-type(n+13) {
    display: none; }
    .citycard_limit_8:nth-of-type(n+13).show {
      display: block; }
  @media (max-width: 767px) {
    .citycard_limit_8:nth-of-type(n+9):after {
      content: none; }
    .citycard_limit_8:nth-of-type(n+11):after {
      content: '';
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      background: black;
      background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, white 88%);
      background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), color-stop(88%, white));
      background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, white 88%); }
    .citycard_limit_8:nth-of-type(n+11).show:after {
      content: none; } }

.form_front h1 {
  position: relative;
  display: inline-block; }
  .form_front h1:before {
    content: '';
    width: 50%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    right: 0;
    background: url(/wp-content/themes/rest/img/underline_black.svg);
    background-size: 100%;
    background-repeat: no-repeat;
    -webkit-transform: translateY(100%);
    -ms-transform: translateY(100%);
    transform: translateY(100%);
    margin: auto; }

.form_front .rwmb-form {
  width: 100%; }

.form_front .rwmb-field {
  margin-bottom: 2rem !important; }

.form_front .rwmb-label {
  width: 100%;
  font-size: 1.5rem;
  margin-bottom: 1rem; }
  .form_front .rwmb-label .description {
    font-size: 1.15rem;
    background-color: var(--color_highlight);
    padding: 1rem; }

.form_front .rwmb-input, .form_front .rwmb-label ~ .rwmb-input {
  width: 100%; }
  .form_front .rwmb-input input, .form_front .rwmb-input textarea, .form_front .rwmb-label ~ .rwmb-input input, .form_front .rwmb-label ~ .rwmb-input textarea {
    margin-bottom: 0; }

.form_front .rwmb-field .select2-container {
  width: 100%; }

.form_front .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 1rem; }

.form_front .rwmb-input-list li {
  margin-bottom: 0.5rem; }

.form_front .rwmb-input-list label {
  position: relative;
  font-size: 1.15rem;
  cursor: pointer;
  padding-left: 25px; }

.form_front .rwmb-input-list input[type="checkbox"] {
  opacity: 1;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form_front .select2-container--default .select2-selection--single {
  height: auto;
  font-size: 1.15rem;
  padding: 0.75rem; }

.form_front .select2-search--dropdown .select2-search__field, .form_front .select2-container--default .select2-search--dropdown .select2-search__field {
  padding: 0.75rem; }

.form_front .select2-container--default .select2-selection--single .select2-selection__arrow {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); }

.form_front button.rwmb-button {
  background: var(--color_basic);
  color: var(--color_primary);
  font-size: 15px;
  padding: 12.5px 20px;
  border-radius: 10px;
  cursor: pointer; }

.form_front button.rwmb-browse-button.browser.button.button-hero {
  position: relative;
  z-index: 1;
  color: var(--color_firsthighlight);
  border-color: var(--color_firsthighlight);
  background: var(--color_firstmain);
  font-size: 14px;
  min-height: 46px;
  line-height: 3.14285714;
  padding: 0 36px;
  cursor: pointer;
  border-width: 1px;
  border-style: solid;
  -webkit-appearance: none;
  border-radius: 3px;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box; }

.addnew {
  padding: 6rem 0; }
  .addnew h1 {
    color: var(--color_thirdmain);
    font-size: 4rem;
    font-weight: 900; }
  .addnew label {
    width: 100%;
    color: #212529;
    margin-bottom: -1rem; }
  .addnew form {
    font-size: 1.75rem; }
  .addnew input, .addnew textarea {
    width: 100%;
    border-radius: 1rem;
    border: 1px solid #ccc;
    padding: 10px 15px;
    margin-bottom: 2rem;
    margin-top: 0.75rem;
    outline: none; }
  .addnew input[type="radio"], .addnew input[type="checkbox"] {
    width: auto;
    padding: 0;
    margin-bottom: 0;
    margin-right: 1rem; }
    .addnew input[type="radio"] ~ label, .addnew input[type="checkbox"] ~ label {
      font-size: 1.55rem;
      margin-bottom: 0; }
  .addnew [type="submit"] {
    min-width: 150px;
    display: inline-block;
    width: auto;
    color: #343a40;
    font-size: 1.8rem;
    padding: 1rem 2rem;
    border-radius: 0.6rem;
    background-color: #cdf5d4;
    -webkit-box-shadow: 0px 3px 4px 1px #9ef6ad;
    box-shadow: 0px 4px 3px 0px #9ef6ad;
    margin-right: 0;
    margin-bottom: 2rem;
    cursor: pointer;
    -webkit-transition: all 0.15s ease-in-out;
    -o-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out; }
    .addnew [type="submit"]:hover {
      -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
      box-shadow: 0px 1px 0.001px 0px #9ef6ad; }
  .addnew__content {
    font-size: 1.5rem; }
    .addnew__content .wpcf7-radio .wpcf7-list-item, .addnew__content .wpcf7-checkbox .wpcf7-list-item {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      margin-bottom: 1.5rem;
      margin-left: 0; }
      .addnew__content .wpcf7-radio .wpcf7-list-item.first, .addnew__content .wpcf7-checkbox .wpcf7-list-item.first {
        margin-top: 1rem; }
    .addnew__content .wpcf7-radio .wpcf7-list-item-label, .addnew__content .wpcf7-checkbox .wpcf7-list-item-label {
      color: #212529;
      font-size: 1.55rem; }
    .addnew__content .wpcf7-radio input[type="radio"], .addnew__content .wpcf7-radio input[type="checkbox"], .addnew__content .wpcf7-checkbox input[type="radio"], .addnew__content .wpcf7-checkbox input[type="checkbox"] {
      margin-top: 0; }
    .addnew__content .wpcf7-radio label, .addnew__content .wpcf7-checkbox label {
      width: auto; }
    .addnew__content div.wpcf7-mail-sent-ok {
      background: #f8f9fa;
      border: 2px solid #ccc;
      border-radius: 0.5rem;
      margin: 0.5rem 0;
      padding: 1.5rem; }
    .addnew__content .ajax-loader:after {
      content: '';
      background-image: url(/wp-content/themes/rest/img/load-notice.png);
      width: 100%;
      height: 100%;
      background-repeat: no-repeat;
      position: absolute;
      left: 0;
      bottom: 0;
      -webkit-transform: translateY(100%);
      -ms-transform: translateY(100%);
      transform: translateY(100%); }
    .addnew__content a {
      color: #000000;
      text-decoration: underline; }
    .addnew__content p {
      position: relative; }
  .addnew__heading {
    background-color: #eeeeee;
    font-size: 2rem;
    text-transform: uppercase;
    font-weight: 500;
    text-align: center;
    padding: 1rem 0;
    margin-bottom: 2.5rem; }
  .addnew__description {
    color: #82817d;
    font-size: 1.5rem; }
  .addnew__cotedg, .addnew__lux, .addnew__halflux, .addnew__standart, .addnew__budget, .addnew__appartment {
    display: none; }
  .addnew .lux {
    display: none; }

.add_hotel_thumb {
  width: 100px;
  height: 100px;
  -o-object-fit: cover;
  object-fit: cover; }

.page-template-tpl_contact .contact_info li a {
  color: #484848;
  font-size: 15px; }

.comment {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  background-color: #ffffff;
  border: 1px solid #EBEBEB;
  border-radius: 8px;
  -webkit-box-shadow: 0 2px 0 0 #e7e6e4;
  box-shadow: 0 2px 0 0 #e7e6e4;
  padding: 10px 20px; }
  .comment_content {
    display: table-row; }
    @media (max-width: 767px) {
      .comment_content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; } }
  .comment_name {
    display: table-cell;
    color: #1b8bf9;
    font-size: 15px; }
  .comment_text {
    display: table-cell;
    color: #000000;
    line-height: 1.5;
    font-size: 15px;
    font-weight: 400;
    word-break: break-word; }
    .comment_text p {
      color: #000000;
      font-size: 15px;
      font-weight: 400;
      line-height: 1.5;
      word-break: break-word;
      margin-bottom: 0; }
    .comment_text a {
      color: #0666f5;
      -webkit-transition: color .1s ease;
      -o-transition: color .1s ease;
      transition: color .1s ease; }
      .comment_text a:hover {
        color: #f95146; }
  .comment_bottom {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #777777;
    font-size: 12.5px;
    margin-top: 11.5px; }
  .comment_answer a {
    font-size: 12.5px;
    color: #222222; }

.comment-respond textarea, .comment-respond input[type="text"] {
  background-color: #ffffff; }

.children {
  margin-left: 15px; }
  .children .comment {
    border: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
    margin-bottom: 0 !important;
    padding: 15px 0; }

#wait_approval {
  color: #222;
  background-color: #bec5e7;
  -webkit-box-shadow: 0px 3px 4px 1px #99a5e3;
  box-shadow: 0px 4px 3px 0px #99a5e3;
  margin: 20px 0;
  padding: 12.5px; }

.profile-tab-content {
  display: none; }
  .profile-tab-content.show {
    display: block; }
  .profile-tab-content .ads_item .trash .rwmb-form-submit {
    padding-top: 0px; }
  .profile-tab-content .ads_item .trash .rwmb-button {
    width: 40px;
    height: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: #f5f5f5;
    border-radius: .25em;
    margin: 0; }
    @media (max-width: 767px) {
      .profile-tab-content .ads_item .trash .rwmb-button {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; } }
    .profile-tab-content .ads_item .trash .rwmb-button:hover {
      background: #f87171 !important; }
  .profile-tab-content .ads_item .trash img {
    width: 15px; }
    .profile-tab-content .ads_item .trash img:focus {
      outline: none; }
    .profile-tab-content .ads_item .trash img:active {
      outline: none; }
  .profile-tab-content .ads_item .top {
    height: 40px;
    border-radius: .25em; }
  .profile-tab-content .ads_item .edit a {
    height: 40px;
    background: #f5f5f5;
    border-radius: .25em; }
    .profile-tab-content .ads_item .edit a:hover {
      background: #eeeeee; }
  .profile-tab-content .settings .rwmb-image-edit, .profile-tab-content .password .rwmb-image-edit {
    display: none; }
  .profile-tab-content .settings .rwmb-form, .profile-tab-content .password .rwmb-form {
    width: 100%; }
  .profile-tab-content .settings .rwmb-field, .profile-tab-content .password .rwmb-field {
    margin-bottom: 1.75rem !important; }
  .profile-tab-content .settings .rwmb-label, .profile-tab-content .password .rwmb-label {
    width: 100%;
    font-size: 1.15rem;
    margin-bottom: 0.75rem; }
    .profile-tab-content .settings .rwmb-label .description, .profile-tab-content .password .rwmb-label .description {
      font-size: 1rem;
      background-color: #e5f5ff;
      padding: 1rem; }
  .profile-tab-content .settings .rwmb-input, .profile-tab-content .settings .rwmb-label ~ .rwmb-input, .profile-tab-content .password .rwmb-input, .profile-tab-content .password .rwmb-label ~ .rwmb-input {
    width: 100%; }
    .profile-tab-content .settings .rwmb-input input, .profile-tab-content .settings .rwmb-input textarea, .profile-tab-content .settings .rwmb-label ~ .rwmb-input input, .profile-tab-content .settings .rwmb-label ~ .rwmb-input textarea, .profile-tab-content .password .rwmb-input input, .profile-tab-content .password .rwmb-input textarea, .profile-tab-content .password .rwmb-label ~ .rwmb-input input, .profile-tab-content .password .rwmb-label ~ .rwmb-input textarea {
      margin-bottom: 0; }
  .profile-tab-content .settings .rwmb-field .select2-container, .profile-tab-content .password .rwmb-field .select2-container {
    width: 100%; }
  .profile-tab-content .settings .select2-container--default .select2-search--dropdown .select2-search__field, .profile-tab-content .password .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 1rem; }
  .profile-tab-content .settings .rwmb-input-list li, .profile-tab-content .password .rwmb-input-list li {
    margin-bottom: 0.5rem; }
  .profile-tab-content .settings .rwmb-input-list label, .profile-tab-content .password .rwmb-input-list label {
    position: relative;
    font-size: 1.15rem;
    cursor: pointer;
    padding-left: 25px; }
  .profile-tab-content .settings .rwmb-input-list input[type="checkbox"], .profile-tab-content .password .rwmb-input-list input[type="checkbox"] {
    opacity: 1;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .profile-tab-content .settings .select2-container--default .select2-selection--single, .profile-tab-content .password .select2-container--default .select2-selection--single {
    height: auto;
    font-size: 1.15rem;
    padding: 0.75rem; }
  .profile-tab-content .settings .select2-search--dropdown .select2-search__field, .profile-tab-content .settings .select2-container--default .select2-search--dropdown .select2-search__field, .profile-tab-content .password .select2-search--dropdown .select2-search__field, .profile-tab-content .password .select2-container--default .select2-search--dropdown .select2-search__field {
    padding: 0.75rem; }
  .profile-tab-content .settings .select2-container--default .select2-selection--single .select2-selection__arrow, .profile-tab-content .password .select2-container--default .select2-selection--single .select2-selection__arrow {
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%); }
  .profile-tab-content .settings button.rwmb-button, .profile-tab-content .password button.rwmb-button {
    background: #fd0;
    color: #000;
    font-size: 15px;
    padding: 12.5px 20px;
    border-radius: 10px;
    cursor: pointer; }
  .profile-tab-content .settings button.rwmb-browse-button.browser.button.button-hero, .profile-tab-content .password button.rwmb-browse-button.browser.button.button-hero {
    position: relative;
    z-index: 1;
    color: #0071a1;
    border-color: #0071a1;
    background: #f3f5f6;
    font-size: 14px;
    min-height: 46px;
    line-height: 3.14285714;
    padding: 0 36px;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    border-radius: 3px;
    white-space: nowrap;
    -webkit-box-sizing: border-box;
    box-sizing: border-box; }

.tours_filters .select2-container--default .select2-selection--single {
  height: auto;
  font-size: 1rem;
  padding: 8px; }

.tours_filters .select2-container--default .select2-selection--single .select2-selection__arrow b {
  margin-top: 5.5px; }

.tours_filters .select2-search--dropdown .select2-search__field {
  padding: 8px 4px; }

html.lb-disable-scrolling {
  overflow: hidden;
  /* Position fixed required for iOS. Just putting overflow: hidden; on the body is not enough. */
  position: fixed;
  height: 100vh;
  width: 100vw; }

.lightboxOverlay {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: black;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=80);
  opacity: 0.8;
  display: none; }

.lightbox {
  position: absolute;
  left: 0;
  width: 100%;
  z-index: 10000;
  text-align: center;
  line-height: 0;
  font-weight: normal; }

.lightbox .lb-image {
  display: block;
  height: auto;
  max-width: inherit;
  max-height: none;
  border-radius: 3px;
  /* Image border */
  border: 4px solid white; }

.lightbox a img {
  border: none; }

.lb-outerContainer {
  position: relative;
  *zoom: 1;
  width: 250px;
  height: 250px;
  margin: 0 auto;
  border-radius: 4px;
  /* Background color behind image.
     This is visible during transitions. */
  background-color: white; }

.lb-outerContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-loader {
  position: absolute;
  top: 43%;
  left: 0;
  height: 25%;
  width: 100%;
  text-align: center;
  line-height: 0; }

.lb-cancel {
  display: block;
  width: 32px;
  height: 32px;
  margin: 0 auto;
  background: url(/wp-content/themes/rest/img/lightbox-loading.gif) no-repeat; }

.lb-nav {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10; }

.lb-container > .nav {
  left: 0; }

.lb-nav a {
  outline: none;
  background-image: url("data:image/gif;base64,R0lGODlhAQABAPAAAP///wAAACH5BAEAAAAALAAAAAABAAEAAAICRAEAOw=="); }

.lb-prev, .lb-next {
  height: 100%;
  cursor: pointer;
  display: block; }

.lb-nav a.lb-prev {
  width: 34%;
  left: 0;
  float: left;
  background: url(/wp-content/themes/rest/img/lightbox-prev.png) left 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-prev:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-nav a.lb-next {
  width: 64%;
  right: 0;
  float: right;
  background: url(/wp-content/themes/rest/img/lightbox-next.png) right 48% no-repeat;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  -webkit-transition: opacity 0.6s;
  -o-transition: opacity 0.6s;
  transition: opacity 0.6s; }

.lb-nav a.lb-next:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.lb-dataContainer {
  margin: 0 auto;
  padding-top: 5px;
  *zoom: 1;
  width: 100%;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px; }

.lb-dataContainer:after {
  content: "";
  display: table;
  clear: both; }

.lb-data {
  padding: 0 4px;
  color: #ccc; }

.lb-data .lb-details {
  width: 85%;
  float: left;
  text-align: left;
  line-height: 1.1em; }

.lb-data .lb-caption {
  font-size: 13px;
  font-weight: bold;
  line-height: 1em; }

.lb-data .lb-caption a {
  color: #4ae; }

.lb-data .lb-number {
  display: block;
  clear: left;
  padding-bottom: 1em;
  font-size: 12px;
  color: #999999; }

.lb-data .lb-close {
  display: block;
  float: right;
  width: 30px;
  height: 30px;
  background: url(/wp-content/themes/rest/img/lightbox-close.png) top right no-repeat;
  text-align: right;
  outline: none;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  -webkit-transition: opacity 0.2s;
  -o-transition: opacity 0.2s;
  transition: opacity 0.2s; }

.lb-data .lb-close:hover {
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=100);
  opacity: 1; }

.swiper-container {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1; }

.swiper-container-no-flexbox .swiper-slide {
  float: left; }

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column; }

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
  box-sizing: content-box; }

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0); }

.swiper-container-multirow > .swiper-wrapper {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out;
  margin: 0 auto; }

.swiper-slide {
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  -o-transition-property: transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform; }

.swiper-slide-invisible-blank {
  visibility: hidden; }

/* Auto Height */
.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto; }

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-transition-property: height, -webkit-transform;
  transition-property: height, -webkit-transform;
  -o-transition-property: transform, height;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform; }

/* 3D Effects */
.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px; }

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d; }

.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10; }

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -o-linear-gradient(right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -o-linear-gradient(top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0)); }

/* IE10 Windows Phone 8 Fixes */
.swiper-container-wp8-horizontal,
.swiper-container-wp8-horizontal > .swiper-wrapper {
  -ms-touch-action: pan-y;
  touch-action: pan-y; }

.swiper-container-wp8-vertical,
.swiper-container-wp8-vertical > .swiper-wrapper {
  -ms-touch-action: pan-x;
  touch-action: pan-x; }

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 50%;
  width: 27px;
  height: 44px;
  margin-top: -22px;
  z-index: 10;
  cursor: pointer;
  background-size: 27px 44px;
  background-position: center;
  background-repeat: no-repeat; }

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none; }

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  left: 10px;
  right: auto; }

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23007aff'%2F%3E%3C%2Fsvg%3E");
  right: 10px;
  left: auto; }

.swiper-button-prev.swiper-button-white,
.swiper-container-rtl .swiper-button-next.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-white,
.swiper-container-rtl .swiper-button-prev.swiper-button-white {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23ffffff'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-prev.swiper-button-black,
.swiper-container-rtl .swiper-button-next.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M0%2C22L22%2C0l2.1%2C2.1L4.2%2C22l19.9%2C19.9L22%2C44L0%2C22L0%2C22L0%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-next.swiper-button-black,
.swiper-container-rtl .swiper-button-prev.swiper-button-black {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2027%2044'%3E%3Cpath%20d%3D'M27%2C22L27%2C22L5%2C44l-2.1-2.1L22.8%2C22L2.9%2C2.1L5%2C0L27%2C22L27%2C22z'%20fill%3D'%23000000'%2F%3E%3C%2Fsvg%3E"); }

.swiper-button-lock {
  display: none; }

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: 300ms opacity;
  -o-transition: 300ms opacity;
  transition: 300ms opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10; }

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0; }

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-container-horizontal > .swiper-pagination-bullets {
  bottom: 10px;
  left: 0;
  width: 100%; }

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33);
  position: relative; }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  -ms-transform: scale(0.66);
  transform: scale(0.66); }

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  -ms-transform: scale(0.33);
  transform: scale(0.33); }

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: 0.2; }

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  -webkit-box-shadow: none;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none; }

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer; }

.swiper-pagination-bullet-active {
  opacity: 1;
  background: #007aff; }

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0); }

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px; }

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: 200ms top, 200ms -webkit-transform;
  transition: 200ms top, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top;
  transition: 200ms transform, 200ms top, 200ms -webkit-transform; }

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap; }

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms left, 200ms -webkit-transform;
  transition: 200ms left, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left;
  transition: 200ms transform, 200ms left, 200ms -webkit-transform; }

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: 200ms right, 200ms -webkit-transform;
  transition: 200ms right, 200ms -webkit-transform;
  -o-transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right;
  transition: 200ms transform, 200ms right, 200ms -webkit-transform; }

/* Progress */
.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute; }

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: #007aff;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  -ms-transform-origin: left top;
  transform-origin: left top; }

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  -ms-transform-origin: right top;
  transform-origin: right top; }

.swiper-container-horizontal > .swiper-pagination-progressbar,
.swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0; }

.swiper-container-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0; }

.swiper-pagination-white .swiper-pagination-bullet-active {
  background: #ffffff; }

.swiper-pagination-progressbar.swiper-pagination-white {
  background: rgba(255, 255, 255, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-white .swiper-pagination-progressbar-fill {
  background: #ffffff; }

.swiper-pagination-black .swiper-pagination-bullet-active {
  background: #000000; }

.swiper-pagination-progressbar.swiper-pagination-black {
  background: rgba(0, 0, 0, 0.25); }

.swiper-pagination-progressbar.swiper-pagination-black .swiper-pagination-progressbar-fill {
  background: #000000; }

.swiper-pagination-lock {
  display: none; }

/* Scrollbar */
.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1); }

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%; }

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%; }

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0; }

.swiper-scrollbar-cursor-drag {
  cursor: move; }

.swiper-scrollbar-lock {
  display: none; }

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center; }

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain; }

.swiper-slide-zoomed {
  cursor: move; }

/* Preloader */
.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  -ms-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s steps(12, end) infinite;
  animation: swiper-preloader-spin 1s steps(12, end) infinite; }

.swiper-lazy-preloader:after {
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%236c6c6c'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E");
  background-position: 50%;
  background-size: 100%;
  background-repeat: no-repeat; }

.swiper-lazy-preloader-white:after {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg%20viewBox%3D'0%200%20120%20120'%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20xmlns%3Axlink%3D'http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink'%3E%3Cdefs%3E%3Cline%20id%3D'l'%20x1%3D'60'%20x2%3D'60'%20y1%3D'7'%20y2%3D'27'%20stroke%3D'%23fff'%20stroke-width%3D'11'%20stroke-linecap%3D'round'%2F%3E%3C%2Fdefs%3E%3Cg%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(30%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(60%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(90%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(120%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.27'%20transform%3D'rotate(150%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.37'%20transform%3D'rotate(180%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.46'%20transform%3D'rotate(210%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.56'%20transform%3D'rotate(240%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.66'%20transform%3D'rotate(270%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.75'%20transform%3D'rotate(300%2060%2C60)'%2F%3E%3Cuse%20xlink%3Ahref%3D'%23l'%20opacity%3D'.85'%20transform%3D'rotate(330%2060%2C60)'%2F%3E%3C%2Fg%3E%3C%2Fsvg%3E"); }

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg); } }

/* a11y */
.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000; }

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
  -o-transition-timing-function: ease-out;
  transition-timing-function: ease-out; }

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity; }

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube {
  overflow: visible; }

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%; }

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible; }

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: 0.6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0; }

.swiper-container-flip {
  overflow: visible; }

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1; }

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none; }

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto; }

.swiper-container-flip .swiper-slide-shadow-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }

.swiper-container-coverflow .swiper-wrapper {
  /* Windows 8 IE 10 fix */
  -ms-perspective: 1200px; }

.bus_form label {
  width: 100%;
  color: #212529;
  margin-bottom: -1rem; }

.bus_form form {
  font-size: 1.75rem; }

.bus_form input, .bus_form textarea {
  width: 100%;
  border-radius: 1rem;
  border: 1px solid #ccc;
  padding: 10px 15px;
  margin-bottom: 2rem;
  margin-top: 0.75rem;
  outline: none; }

.bus_form input[type="radio"], .bus_form input[type="checkbox"] {
  width: auto;
  padding: 0;
  margin-bottom: 0;
  margin-right: 1rem; }
  .bus_form input[type="radio"] ~ label, .bus_form input[type="checkbox"] ~ label {
    font-size: 1.55rem;
    margin-bottom: 0; }

.bus_form [type="submit"] {
  min-width: 150px;
  display: inline-block;
  width: auto;
  color: #343a40;
  font-size: 1.8rem;
  padding: 1rem 2rem;
  border-radius: 0.6rem;
  background-color: #cdf5d4;
  -webkit-box-shadow: 0px 3px 4px 1px #9ef6ad;
  box-shadow: 0px 4px 3px 0px #9ef6ad;
  margin-right: 0;
  margin-bottom: 2rem;
  cursor: pointer;
  -webkit-transition: all 0.15s ease-in-out;
  -o-transition: all 0.15s ease-in-out;
  transition: all 0.15s ease-in-out; }
  .bus_form [type="submit"]:hover {
    -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
    box-shadow: 0px 1px 0.001px 0px #9ef6ad; }

.bus_form_success {
  border: 1px solid #212121;
  border-radius: 0.75rem;
  background-color: #cdf5d4; }
  .bus_form_success_show {
    display: block !important;
    margin: 2rem 0; }

.bus_form_add_way span {
  cursor: pointer; }

.b_filter__item {
  width: calc(25% - 3rem);
  float: left;
  margin-bottom: 2rem; }
  .b_filter__item:last-child {
    margin-right: 0; }
  .b_filter__item__open:after {
    content: '\25B2' !important;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }

.b_filter__range__text {
  color: #484848;
  font-size: 1.5rem;
  float: left;
  margin-top: 2rem;
  margin-bottom: 1rem; }
  .b_filter__range__text:last-of-type {
    float: right; }

.hotel-filter {
  position: relative;
  /* Reset Select */
  /* Custom Select */
  /* Arrow */ }
  .hotel-filter form {
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  .hotel-filter select {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    appearance: none;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: 0 !important;
    background: #e6eafd;
    background-image: none; }
  .hotel-filter .select {
    position: relative;
    display: block;
    height: auto;
    background: #e6eafd;
    overflow: hidden;
    border-top-left-radius: 0.5rem;
    border-bottom-left-radius: 0.5rem;
    padding: 1rem;
    margin-right: 3rem; }
  .hotel-filter select {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0 0 0 .5em;
    color: #444444;
    font-size: 2rem;
    cursor: pointer; }
  .hotel-filter select::-ms-expand {
    display: none; }
  .hotel-filter .select::after {
    content: '\25BC';
    width: 45px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    text-align: center;
    padding: 0 1em;
    background: #dee2f6;
    pointer-events: none;
    font-size: 2rem;
    color: #444444;
    padding: 1rem;
    -webkit-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s; }
  .hotel-filter button {
    width: 100%; }

.multiselect {
  width: 100%;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  cursor: pointer; }

.selectBox {
  position: relative;
  display: inline-block; }

.selectBox select {
  width: 100%; }

.overSelect {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0; }

.checkboxes {
  display: none;
  width: 20em;
  position: absolute;
  top: 55px;
  background-color: #ffffff;
  border: 1px #dadada solid;
  z-index: 999;
  padding: 5px 10px; }

.price_filter_class {
  width: 25%; }

/* Чекбоксы */
.checkboxes label {
  height: 35px;
  position: relative;
  display: block;
  margin: 0; }

.checkboxes input[type="checkbox"] {
  top: 0;
  left: 0;
  z-index: 1;
  cursor: pointer;
  opacity: 0;
  position: absolute;
  cursor: pointer; }

.checkboxes input[type="checkbox"]:checked + span:before {
  border-color: #009688; }

.checkboxes input[type="checkbox"] + span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  height: 35px;
  font-size: 1.5rem;
  padding-left: 25px;
  cursor: pointer; }

.checkboxes input[type="checkbox"] + span:before,
.checkboxes input[type="checkbox"] + span:after {
  position: absolute;
  content: "";
  -webkit-transition: all 200ms;
  -o-transition: all 200ms;
  transition: all 200ms; }

.checkboxes input[type="checkbox"] + span:before {
  left: 0;
  border: 2px solid #7a7a7a; }

.checkboxes input[type="checkbox"] {
  width: 20px;
  height: 20px; }

.checkboxes input[type="checkbox"]:checked + span:before {
  background-color: #52ae4a; }

.checkboxes input[type="checkbox"]:checked + span:after {
  -webkit-transform: scale(1);
  -ms-transform: scale(1);
  transform: scale(1);
  opacity: 1; }

.checkboxes input[type="checkbox"] + span:before {
  top: -2px;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  color: #fff;
  -webkit-transform: translateY(50%);
  -ms-transform: translateY(50%);
  transform: translateY(50%); }

.checkboxes input[type="checkbox"] + span:after {
  content: '\2713';
  font-size: 16px;
  left: 3px;
  top: 5px;
  color: #fff;
  -webkit-transform: scale(0);
  -ms-transform: scale(0);
  transform: scale(0);
  opacity: 0; }

.ui-slider .ui-slider-handle {
  border-radius: 50% !important;
  background: #484848 !important;
  border: none !important;
  top: -6px !important;
  width: 18px !important;
  height: 18px !important;
  outline: none !important;
  margin-left: -9px !important; }

.city_filter_items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  color: #82817d;
  font-size: 17.5px; }

.city_filter_minmax_price {
  display: none;
  position: relative;
  cursor: pointer;
  padding: 3px 52px 0 0; }
  .city_filter_minmax_price:before {
    content: '';
    width: 42px;
    height: 26px;
    position: absolute;
    top: 2px;
    bottom: 0;
    right: 0;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 13px;
    -webkit-transition: .16s;
    -o-transition: .16s;
    transition: .16s;
    padding: 0; }
  .city_filter_minmax_price:after {
    content: '';
    width: 23px;
    height: 23px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 17px;
    border-radius: 50%;
    background: #fff;
    -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    border: 1px solid transparent;
    -webkit-transition: .16s;
    -o-transition: .16s;
    transition: .16s;
    margin: auto;
    padding: 0; }
  .city_filter_minmax_price.active:before {
    border-color: #4b96ff;
    background: #4b96ff; }
  .city_filter_minmax_price.active:after {
    right: 0; }

/*@import 'fonts';*/
.shortcode_blog {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background: #ffffff;
  -webkit-box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
  border-radius: 10px;
  padding: 10px; }
  .shortcode_blog_photo {
    width: 90px;
    margin-right: 15px; }
    .shortcode_blog_photo img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }
  .shortcode_blog_title {
    color: #222222;
    font-size: 20px;
    margin-bottom: 10px; }
    @media (max-width: 767px) {
      .shortcode_blog_title {
        font-size: 18px; } }
  .shortcode_blog_meta {
    font-size: 15px;
    color: #484848; }
    .shortcode_blog_meta span {
      font-weight: 700; }

.shortcode_hotel_title a {
  color: #222222;
  font-size: 24px;
  font-weight: 600; }

.shortcode_hotel_address {
  color: #222222;
  font-size: 15px;
  opacity: 0.75; }

.shortcode_hotel_img img {
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover; }

.shortcode_hotel_btn a {
  font-size: 15px; }

.shortcode_place {
  background: rgba(0, 0, 0, 0.8);
  border-radius: 10px; }
  .shortcode_place_img {
    width: 150px;
    min-width: 150px; }
    .shortcode_place_img img {
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover;
      border-top-left-radius: 10px;
      border-bottom-left-radius: 10px; }
    @media (max-width: 767px) {
      .shortcode_place_img {
        width: 100%;
        min-width: 100%; }
        .shortcode_place_img img {
          border-top-left-radius: 10px;
          border-top-right-radius: 10px;
          border-bottom-left-radius: 0rem;
          border-bottom-right-radius: 0rem; } }
  .shortcode_place_title {
    color: #f56565;
    font-size: 20px; }
  .shortcode_place_text {
    font-size: 15px;
    color: #ffffff; }

.animate-puk-mask {
  overflow: hidden; }

.animate-puk[data-effect='fade-up'] {
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  opacity: 0; }

.animate-puk[data-effect='fade-down'] {
  -webkit-transform: translateY(-100%);
  -ms-transform: translateY(-100%);
  transform: translateY(-100%);
  opacity: 0; }

.animate-puk[data-effect='fade-left'] {
  -webkit-transform: translateX(-100%);
  -ms-transform: translateX(-100%);
  transform: translateX(-100%);
  opacity: 0; }

.animate-puk[data-effect='fade-right'] {
  -webkit-transform: translateX(100%);
  -ms-transform: translateX(100%);
  transform: translateX(100%);
  opacity: 0; }

.effect {
  /* 
    fade-up
    fade-left
    fade-right
  */ }
  .effect-fade-up {
    opacity: 1 !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .effect-fade-down {
    opacity: 1 !important;
    -webkit-transform: translateY(0%) !important;
    -ms-transform: translateY(0%) !important;
    transform: translateY(0%) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .effect-fade-left {
    opacity: 1 !important;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }
  .effect-fade-right {
    opacity: 1 !important;
    -webkit-transform: translateX(0%) !important;
    -ms-transform: translateX(0%) !important;
    transform: translateX(0%) !important;
    -webkit-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s; }

@media (max-width: 992px) {
  /* COMMON */
  .pc-show {
    display: none; }
  .mobile-show {
    display: block; }
  .addnew__content .ajax-loader:after {
    background-size: contain; }
  .cf_px {
    padding: 0 15px; }
  /* MOBILE-MENU */
  .mobile-menu {
    width: 100%;
    height: 100%;
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    background-color: #ffffff;
    opacity: 0;
    visibility: hidden;
    z-index: -1;
    overflow-y: scroll;
    padding-top: 70px;
    -webkit-transform: translateX(-110%);
    -ms-transform: translateX(-110%);
    transform: translateX(-110%);
    -webkit-transition: all 0.35s;
    -o-transition: all 0.35s;
    transition: all 0.35s; }
    .mobile-menu.show {
      opacity: 1;
      visibility: visible;
      z-index: 10;
      -webkit-transform: translateX(0);
      -ms-transform: translateX(0);
      transform: translateX(0); }
    .mobile-menu nav.menu a {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .mobile-menu nav.menu .icon {
      background-color: #eeeeee;
      border-radius: 50%;
      padding: 0.5rem; }
    .mobile-menu a {
      color: #212121; }
    .mobile-menu .mobile-menu-add-hotel {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    .mobile-menu .languages li {
      margin-right: 0.75rem; }
      .mobile-menu .languages li:last-child {
        margin-right: 0; }
      .mobile-menu .languages li.current-lang a {
        background: #e5f5ff;
        border: 1px solid #a2dbff; }
    .mobile-menu .languages a {
      font-size: 18px;
      border-radius: 8px;
      padding: 0.5rem;
      background: transparent;
      border: 1px solid #cccccc; }
  /* MOBILE SEARCH */
  .mobile-search {
    width: 100%;
    position: absolute;
    top: 75px; }
    .mobile-search .hero__block-cities input {
      font-size: 17.5px;
      background-color: #fbf9f8;
      border-radius: 8px;
      padding: 15px; }
  /* HEADER */
  .header__cities {
    width: 100%; }
  .header svg path {
    fill: #ffffff; }
  /* WELCOME BLOCK */
  .hero__block {
    width: 100%; }
  .welcome {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
    .welcome__text {
      -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
      padding: 3.2rem; }
      .welcome__text h1 {
        font-size: 6rem; }
      .welcome__text p {
        white-space: normal; }
    .welcome__photos {
      width: 100%;
      position: relative;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      .welcome__photos__row {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row; }
        .welcome__photos__row:first-child {
          -webkit-animation: none;
          animation: none;
          -webkit-transform: translateX(-20%);
          -ms-transform: translateX(-20%);
          transform: translateX(-20%); }
        .welcome__photos__row:nth-child(2) {
          -webkit-animation: none;
          animation: none;
          -webkit-transform: translateX(-35%);
          -ms-transform: translateX(-35%);
          transform: translateX(-35%); }
        .welcome__photos__row:last-child {
          display: none; }
        .welcome__photos__row img {
          width: auto;
          height: 15rem;
          margin-right: 1.064rem; }
  /* TABS */
  .tabs .tab-button-outer {
    width: 100%;
    height: 50px;
    overflow: hidden; }
  .tabs .nav-tabs {
    height: 60px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    position: relative;
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
    padding: 1rem 1rem 1rem 5rem; }
    .tabs .nav-tabs::-webkit-scrollbar {
      display: none; }
  .tabs .open .nav-item {
    display: block; }
  .tabs .open .nav-link {
    display: block; }
  .tabs .nav-item {
    font-size: 2.2rem;
    line-height: 2rem;
    padding: 0;
    padding-left: 2.5rem; }
    .tabs .nav-item:nth-of-type(1) {
      padding-left: 2rem; }
  .tabs .active .nav-item:parent {
    color: red; }
  .tabs .nav-item .active:before {
    display: none; }
  .tabs .nav-link {
    display: block;
    padding: 0;
    padding-bottom: 1rem !important; }
  .tabs .nav-img {
    width: 6rem;
    height: auto;
    position: absolute;
    display: block;
    background-color: #ffffff;
    z-index: 3;
    padding-right: 2rem;
    padding-top: 0.5rem; }
    .tabs .nav-img img {
      width: 100%; }
  .tabs .nav-link.active {
    display: block;
    border-bottom: 2px solid #da81d4;
    padding: 0; }
  /* WHO BLOCK */
  .who__text {
    margin-left: 0; }
  .who__block__inner {
    padding: 2.2rem; }
  /* SINGLE HOTEL */
  .hotel-photo, .hotel-photos {
    -ms-grid-columns: 1fr [2] !important;
    grid-template-columns: repeat(2, 1fr) !important; }
  .single-hotel-cover-grid {
    -ms-grid-columns: 100%;
    grid-template-columns: 100%;
    grid-gap: 0; }
  .single-hotel-cover-item:first-child {
    display: none; }
  .single-hotel-cover-right {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-left: 0;
    padding-right: 0; }
    .single-hotel-cover-right .right {
      width: 100%;
      padding-left: 0; }
    .single-hotel-cover-right .cover {
      width: 100%;
      display: none; }
  .single-hotel-mobile-info {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  .single-hotel-include {
    margin-bottom: 3rem; }
  .single-hotel .cover img {
    height: 250px; }
  .single-hotel .tabs {
    margin-left: 0; }
  .single-hotel .include {
    margin-right: -10px; }
    .single-hotel .include .d-flex {
      width: calc(50% - 10px);
      margin-right: 10px; }
  /* FILTER HOTEL */
  .b_filter__item {
    width: 100%;
    margin-bottom: 1rem; }
  .hotel-filter form {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .hotel-filter .select {
    width: 100%;
    margin-right: 0;
    margin-bottom: 2rem; }
  .hotel-filter .multiselect {
    width: 100%; }
  .hotel-filter .checkboxes {
    width: 100%;
    position: relative;
    margin-bottom: 2rem;
    top: 0; }
  .hotel-filter .btn-container {
    width: 100%; }
    .hotel-filter .btn-container .btn {
      position: relative;
      width: 100%; }
  .mobile-hotels-grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% [2];
    grid-template-columns: repeat(2, 50%); }
    .mobile-hotels-grid .hotel-item__img {
      height: 200px; }
    .mobile-hotels-grid .hotel-item-swiper {
      height: 200px;
      border-radius: .8rem; }
  .city_filter_items {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start; }
    .city_filter_items .city_filter_minmax_price {
      margin-top: 2rem; }
  /* Nomers */
  .nomers .nomer-price .row {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 50% [2];
    grid-template-columns: repeat(2, 50%);
    grid-row-gap: 80px; }
  .include-grid {
    -ms-grid-columns: 49% [2];
    grid-template-columns: repeat(2, 49%);
    grid-row-gap: 1%;
    grid-column-gap: 2%;
    margin-bottom: 7.5rem; }
    .include-grid .d-flex {
      margin-bottom: 0 !important;
      margin-right: 0 !important; }
    .include-grid h4 {
      font-size: 1.2rem; }
  .citylist_wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  .citylist_content {
    width: 100%;
    padding-right: 0; }
    .citylist_content .title {
      color: #484848;
      font-size: 2.5rem;
      text-transform: uppercase; }
    .citylist_content .b_filter__item {
      width: 100%; }
  .citylist_sidebar {
    width: 100%; }
  .allcity .mobile-show {
    display: -ms-grid;
    display: grid; }
  .allcity .maincards__grid {
    -ms-grid-columns: 1fr [2];
    grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 4px; }
  .allcity .maincards__item__card {
    padding-bottom: 25rem; }
    .allcity .maincards__item__card__title {
      font-size: 2rem;
      padding: 5rem 0 1.5rem 0; }
  .allcity summary img {
    width: 30px; }
  .allcity summary h2 {
    font-size: 2rem; }
  .b_youtube__img {
    height: 350px; }
    .b_youtube__img-bg {
      position: absolute;
      width: 100%;
      height: 100%;
      top: 0;
      background-color: rgba(0, 0, 0, 0.35); }
  /* BLOG */
  .blog_item {
    width: 100% !important; }
    .blog_item_img {
      height: 275px !important; }
  /* FOOTER */
  .mobile-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    position: fixed;
    bottom: 0;
    width: 100%;
    background-color: #ffffff;
    border-top: 1px solid #777777;
    -webkit-box-shadow: 0px -2px 10px 0px #777777;
    box-shadow: 0px -2px 10px 0px #777777;
    z-index: 999;
    padding: 1.2rem 0 0.5rem 0; }
    .mobile-link a {
      width: 100%;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      text-align: center;
      font-size: 1.5rem;
      color: #444444;
      cursor: pointer; }
  .hotel-item-light__img {
    height: 185px; }
  .p_partner .callback {
    width: auto;
    border-radius: 50%;
    right: 15px;
    bottom: 100px;
    cursor: pointer;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
    transition: all 0.15s; }
    .p_partner .callback:hover {
      -webkit-box-shadow: 0px 1px 4px 0px #9E9E9E;
      box-shadow: 0px 1px 4px 0px #9E9E9E; }
  .p_faq {
    margin-bottom: 6rem; }
  .modal-callback {
    display: none;
    position: fixed;
    top: 15px;
    left: 0;
    right: 0;
    z-index: 99;
    -webkit-transform: translateY(-110%);
    -ms-transform: translateY(-110%);
    transform: translateY(-110%);
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out; }
    .modal-callback__open {
      display: block;
      -webkit-animation: modal_callback_open 0.4s forwards;
      animation: modal_callback_open 0.4s forwards; }
    .modal-callback-icon-close {
      display: none; }
    .modal-callback-icon-hide {
      display: none; }
    .modal-callback-icon-show {
      display: block; }
    .modal-callback .m_callback__box {
      position: relative;
      background-color: #ffffff;
      padding: 2rem 4rem;
      border-radius: 1rem; }
    .modal-callback .m_callback__title {
      font-size: 2rem;
      text-align: center; }
    .modal-callback .m_callback__form p {
      margin: 0; }
    .modal-callback .m_callback__form input {
      width: 100%;
      border-radius: 1rem;
      border: 1px solid #ccc;
      padding: 10px 15px;
      margin-right: 3rem;
      margin-bottom: 2rem;
      outline: none; }
    .modal-callback .m_callback__form [type="submit"] {
      min-width: 150px;
      color: #343a40;
      font-size: 1.8rem;
      padding: 1rem 2rem;
      border-radius: 0.6rem;
      background-color: #cdf5d4;
      -webkit-box-shadow: 0px 3px 4px 1px #9ef6ad;
      box-shadow: 0px 4px 3px 0px #9ef6ad;
      margin-right: 0;
      margin-bottom: 2rem;
      cursor: pointer;
      -webkit-transition: all 0.15s ease-in-out;
      -o-transition: all 0.15s ease-in-out;
      transition: all 0.15s ease-in-out; }
      .modal-callback .m_callback__form [type="submit"]:hover {
        -webkit-box-shadow: 0px 1px 0.001px 0px #9ef6ad;
        box-shadow: 0px 1px 0.001px 0px #9ef6ad; }
  .swiper-region-button-next, .swiper-region-button-prev {
    width: 40px !important;
    height: 40px !important;
    background-size: 20px 20px !important; }
  .modal-bg__open {
    width: 100%;
    height: 100%;
    background-color: rgba(190, 197, 231, 0.95);
    position: fixed;
    z-index: 3;
    top: 0; }
  footer {
    /*margin-bottom: 3.5rem;*/ }
  @-webkit-keyframes modal_callback_open {
    from {
      -webkit-transform: translateY(-110%);
      transform: translateY(-110%); }
    to {
      -webkit-transform: translateY(0%);
      transform: translateY(0%); } }
  @keyframes modal_callback_open {
    from {
      -webkit-transform: translateY(-110%);
      transform: translateY(-110%); }
    to {
      -webkit-transform: translateY(25%);
      transform: translateY(25%); } } }
