<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">

/* Start:/local/templates/main.v2/css/normalize.css?15831482187718*/
/*! normalize.css v7.0.0 | MIT License | github.com/necolas/normalize.css */

/* Document
   ========================================================================== */

/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */

html {
  line-height: 1.15; /* 1 */
  -ms-text-size-adjust: 100%; /* 2 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */

/**
 * Remove the margin in all browsers (opinionated).
 */

body {
  margin: 0;
}

/**
 * Add the correct display in IE 9-.
 */

article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */

figcaption,
figure,
main { /* 1 */
  display: block;
}

/**
 * Add the correct margin in IE 8.
 */

figure {
  margin: 1em 40px;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */

hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */

/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */

a {
  background-color: transparent; /* 1 */
  -webkit-text-decoration-skip: objects; /* 2 */
}

/**
 * 1. Remove the bottom border in Chrome 57- and Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */

abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
 */

b,
strong {
  font-weight: inherit;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */

dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */

mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */

audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */

img {
  border-style: none;
}

/**
 * Hide the overflow in IE.
 */

svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select { /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */

button,
html [type="button"], /* 1 */
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */

progress {
  display: inline-block; /* 1 */
  vertical-align: baseline; /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */

textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 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 and cancel buttons in Chrome and Safari on macOS.
 */

[type="search"]::-webkit-search-cancel-button,
[type="search"]::-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 IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */

details, /* 1 */
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */

summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */

/**
 * Add the correct display in IE 9-.
 */

canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */

template {
  display: none;
}

/* Hidden
   ========================================================================== */

/**
 * Add the correct display in IE 10-.
 */

[hidden] {
  display: none;
}
/* End */


/* Start:/local/templates/main.v2/css/nikodim.grid.css?158314821814115*/

/**
 * Grid
 */
.show {
  display: block !important;
}

.hidden {
  display: none !important;
}

.container {
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
}

.row {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12 {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding-left: 15px;
  padding-right: 15px;
}

.visible-xs-block {
  display: none !important;
}

.visible-xs-inline {
  display: none !important;
}

.visible-xs-inline-block {
  display: none !important;
}

.visible-sm-block {
  display: none !important;
}

.visible-sm-inline {
  display: none !important;
}

.visible-sm-inline-block {
  display: none !important;
}

.visible-md-block {
  display: none !important;
}

.visible-md-inline {
  display: none !important;
}

.visible-md-inline-block {
  display: none !important;
}

.visible-lg-block {
  display: none !important;
}

.visible-lg-inline {
  display: none !important;
}

.visible-lg-inline-block {
  display: none !important;
}

.visible-xl-block {
  display: none !important;
}

.visible-xl-inline {
  display: none !important;
}

.visible-xl-inline-block {
  display: none !important;
}

.container {
  width: 320px;
}

.col-xs-1 {
  -webkit-flex-basis: 8.33333%;
  flex-basis: 8.33333%;
  max-width: 8.33333%;
}

.col-xs-2 {
  -webkit-flex-basis: 16.66667%;
  flex-basis: 16.66667%;
  max-width: 16.66667%;
}

.col-xs-3 {
  -webkit-flex-basis: 25%;
  flex-basis: 25%;
  max-width: 25%;
}

.col-xs-4 {
  -webkit-flex-basis: 33.33333%;
  flex-basis: 33.33333%;
  max-width: 33.33333%;
}

.col-xs-5 {
  -webkit-flex-basis: 41.66667%;
  flex-basis: 41.66667%;
  max-width: 41.66667%;
}

.col-xs-6 {
  -webkit-flex-basis: 50%;
  flex-basis: 50%;
  max-width: 50%;
}

.col-xs-7 {
  -webkit-flex-basis: 58.33333%;
  flex-basis: 58.33333%;
  max-width: 58.33333%;
}

.col-xs-8 {
  -webkit-flex-basis: 66.66667%;
  flex-basis: 66.66667%;
  max-width: 66.66667%;
}

.col-xs-9 {
  -webkit-flex-basis: 75%;
  flex-basis: 75%;
  max-width: 75%;
}

.col-xs-10 {
  -webkit-flex-basis: 83.33333%;
  flex-basis: 83.33333%;
  max-width: 83.33333%;
}

.col-xs-11 {
  -webkit-flex-basis: 91.66667%;
  flex-basis: 91.66667%;
  max-width: 91.66667%;
}

.col-xs-12 {
  -webkit-flex-basis: 100%;
  flex-basis: 100%;
  max-width: 100%;
}

.col-xs-offset-1 {
  margin-left: 8.33333%;
}

.col-xs-offset-2 {
  margin-left: 16.66667%;
}

.col-xs-offset-3 {
  margin-left: 25%;
}

.col-xs-offset-4 {
  margin-left: 33.33333%;
}

.col-xs-offset-5 {
  margin-left: 41.66667%;
}

.col-xs-offset-6 {
  margin-left: 50%;
}

.col-xs-offset-7 {
  margin-left: 58.33333%;
}

.col-xs-offset-8 {
  margin-left: 66.66667%;
}

.col-xs-offset-9 {
  margin-left: 75%;
}

.col-xs-offset-10 {
  margin-left: 83.33333%;
}

.col-xs-offset-11 {
  margin-left: 91.66667%;
}

@media (max-width: 559px) {
  .visible-xs-block {
    display: block !important;
  }

  .visible-xs-inline {
    display: inline !important;
  }

  .visible-xs-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }

  .hidden-xs {
    display: none !important;
  }

  .col-xs-order-1 {
    order: 1;
  }

  .col-xs-order-2 {
    order: 2;
  }

  .col-xs-order-3 {
    order: 3;
  }

  .col-xs-order-4 {
    order: 4;
  }

  .col-xs-order-5 {
    order: 5;
  }
}
@media (max-width: 560px) {
  .container {
    padding-left: 10px;
    padding-right: 10px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    padding-left: 10px;
    padding-right: 10px;
  }
}
@media (min-width: 560px) {
  .container {
    width: 560px;
  }

  .col-sm-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-sm-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-sm-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-sm-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-sm-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-sm-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-sm-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-sm-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-sm-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-sm-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-sm-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-sm-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-sm-offset-1 {
    margin-left: 8.33333%;
  }

  .col-sm-offset-2 {
    margin-left: 16.66667%;
  }

  .col-sm-offset-3 {
    margin-left: 25%;
  }

  .col-sm-offset-4 {
    margin-left: 33.33333%;
  }

  .col-sm-offset-5 {
    margin-left: 41.66667%;
  }

  .col-sm-offset-6 {
    margin-left: 50%;
  }

  .col-sm-offset-7 {
    margin-left: 58.33333%;
  }

  .col-sm-offset-8 {
    margin-left: 66.66667%;
  }

  .col-sm-offset-9 {
    margin-left: 75%;
  }

  .col-sm-offset-10 {
    margin-left: 83.33333%;
  }

  .col-sm-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 560px) and (max-width: 729px) {
  .visible-sm-block {
    display: block !important;
  }

  .visible-sm-inline {
    display: inline !important;
  }

  .visible-sm-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }

  .hidden-sm {
    display: none !important;
  }

  .col-sm-order-1 {
    order: 1;
  }

  .col-sm-order-2 {
    order: 2;
  }

  .col-sm-order-3 {
    order: 3;
  }

  .col-sm-order-4 {
    order: 4;
  }

  .col-sm-order-5 {
    order: 5;
  }
}
@media (min-width: 730px) {
  .container {
    width: 730px;
  }

  .col-md-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-md-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-md-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-md-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-md-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-md-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-md-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-md-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-md-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-md-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-md-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-md-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-md-offset-1 {
    margin-left: 0;
  }

  .col-md-offset-1 {
    margin-left: 8.33333%;
  }

  .col-md-offset-2 {
    margin-left: 16.66667%;
  }

  .col-md-offset-3 {
    margin-left: 25%;
  }

  .col-md-offset-4 {
    margin-left: 33.33333%;
  }

  .col-md-offset-5 {
    margin-left: 41.66667%;
  }

  .col-md-offset-6 {
    margin-left: 50%;
  }

  .col-md-offset-7 {
    margin-left: 58.33333%;
  }

  .col-md-offset-8 {
    margin-left: 66.66667%;
  }

  .col-md-offset-9 {
    margin-left: 75%;
  }

  .col-md-offset-10 {
    margin-left: 83.33333%;
  }

  .col-md-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 730px) and (max-width: 989px) {
  .visible-md-block {
    display: block !important;
  }

  .visible-md-inline {
    display: inline !important;
  }

  .visible-md-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }

  .hidden-md {
    display: none !important;
  }

  .col-md-order-1 {
    order: 1;
  }

  .col-md-order-2 {
    order: 2;
  }

  .col-md-order-3 {
    order: 3;
  }

  .col-md-order-4 {
    order: 4;
  }

  .col-md-order-5 {
    order: 5;
  }
}
@media (min-width: 990px) {
  .container {
    width: 990px;
  }

  .col-lg-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-lg-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-lg-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-lg-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-lg-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-lg-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-lg-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-lg-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-lg-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-lg-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-lg-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-lg-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-lg-offset-1 {
    margin-left: 8.33333%;
  }

  .col-lg-offset-2 {
    margin-left: 16.66667%;
  }

  .col-lg-offset-3 {
    margin-left: 25%;
  }

  .col-lg-offset-4 {
    margin-left: 33.33333%;
  }

  .col-lg-offset-5 {
    margin-left: 41.66667%;
  }

  .col-lg-offset-6 {
    margin-left: 50%;
  }

  .col-lg-offset-7 {
    margin-left: 58.33333%;
  }

  .col-lg-offset-8 {
    margin-left: 66.66667%;
  }

  .col-lg-offset-9 {
    margin-left: 75%;
  }

  .col-lg-offset-10 {
    margin-left: 83.33333%;
  }

  .col-lg-offset-11 {
    margin-left: 91.66667%;
  }
}
@media (min-width: 990px) and (max-width: 1169px) {
  .visible-lg-block {
    display: block !important;
  }

  .visible-lg-inline {
    display: inline !important;
  }

  .visible-lg-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }

  .hidden-lg {
    display: none !important;
  }

  .col-lg-order-1 {
    order: 1;
  }

  .col-lg-order-2 {
    order: 2;
  }

  .col-lg-order-3 {
    order: 3;
  }

  .col-lg-order-4 {
    order: 4;
  }

  .col-lg-order-5 {
    order: 5;
  }
}
@media (min-width: 1170px) {
  .container {
    width: 1170px;
  }

  .col-xl-1 {
    -webkit-flex-basis: 8.33333%;
    flex-basis: 8.33333%;
    max-width: 8.33333%;
  }

  .col-xl-2 {
    -webkit-flex-basis: 16.66667%;
    flex-basis: 16.66667%;
    max-width: 16.66667%;
  }

  .col-xl-3 {
    -webkit-flex-basis: 25%;
    flex-basis: 25%;
    max-width: 25%;
  }

  .col-xl-4 {
    -webkit-flex-basis: 33.33333%;
    flex-basis: 33.33333%;
    max-width: 33.33333%;
  }

  .col-xl-5 {
    -webkit-flex-basis: 41.66667%;
    flex-basis: 41.66667%;
    max-width: 41.66667%;
  }

  .col-xl-6 {
    -webkit-flex-basis: 50%;
    flex-basis: 50%;
    max-width: 50%;
  }

  .col-xl-7 {
    -webkit-flex-basis: 58.33333%;
    flex-basis: 58.33333%;
    max-width: 58.33333%;
  }

  .col-xl-8 {
    -webkit-flex-basis: 66.66667%;
    flex-basis: 66.66667%;
    max-width: 66.66667%;
  }

  .col-xl-9 {
    -webkit-flex-basis: 75%;
    flex-basis: 75%;
    max-width: 75%;
  }

  .col-xl-10 {
    -webkit-flex-basis: 83.33333%;
    flex-basis: 83.33333%;
    max-width: 83.33333%;
  }

  .col-xl-11 {
    -webkit-flex-basis: 91.66667%;
    flex-basis: 91.66667%;
    max-width: 91.66667%;
  }

  .col-xl-12 {
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
  }

  .col-xl-offset-0 {
    margin-left: 0;
  }

  .col-xl-offset-1 {
    margin-left: 8.33333%;
  }

  .col-xl-offset-2 {
    margin-left: 16.66667%;
  }

  .col-xl-offset-3 {
    margin-left: 25%;
  }

  .col-xl-offset-4 {
    margin-left: 33.33333%;
  }

  .col-xl-offset-5 {
    margin-left: 41.66667%;
  }

  .col-xl-offset-6 {
    margin-left: 50%;
  }

  .col-xl-offset-7 {
    margin-left: 58.33333%;
  }

  .col-xl-offset-8 {
    margin-left: 66.66667%;
  }

  .col-xl-offset-9 {
    margin-left: 75%;
  }

  .col-xl-offset-10 {
    margin-left: 83.33333%;
  }

  .col-xl-offset-11 {
    margin-left: 91.66667%;
  }

  .visible-xl-block {
    display: block !important;
  }

  .visible-xl-inline {
    display: inline !important;
  }

  .visible-xl-inline-block {
    display: inline-block !important;
    vertical-align: top;
  }

  .hidden-xl {
    display: none !important;
  }

  .col-xl-order-1 {
    order: 1;
  }

  .col-xl-order-2 {
    order: 2;
  }

  .col-xl-order-3 {
    order: 3;
  }

  .col-xl-order-4 {
    order: 4;
  }

  .col-xl-order-5 {
    order: 5;
  }
}

/* End */


/* Start:/local/templates/main.v2/css/base.css?15831482181165*/

/**
 * body styles
 */

 html {
  box-sizing: border-box;
 }

*, *::before, *::after {
  box-sizing: inherit;
}

.container input,
.container textarea,
.container button,
.container select {
  -moz-appearance: none;
  -webkit-appearance: none;
/*   border-radius: 0;
  outline: 0; */
}
/* .container input:focus,
.container textarea:focus,
.container button:focus,
.container select:focus {
  outline: 0;
} */

a {
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}

img {
  display: inline-block;
  vertical-align: top;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}


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

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

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

.clear::before,
.clear::after {content: ''; display: table;}
.clear::after {clear: both;}

.left {float: left;}
.right {float: right;}

.hide {display: none;}
.show {display: block;}
.card__rating {
  z-index: 1;
  position: absolute;
  top: 12px;
  right: 12px;
  height: 21px;
  width: 36px;
  background-color: #1069ff;
  border-radius: 10px;
  color: #ffffff;
  font-size: 12px;
  text-align: center;
  line-height: 23px;
  letter-spacing: 1px;
}
/* End */


/* Start:/local/templates/main.v2/css/header-v2.css?16577829916006*/
body {
    overflow-x: hidden;
}
body &gt; .wrapper {
    box-shadow: -20px 0 45px 0px black;
    z-index: 55;
    background-color: #fff;
}

.header-v2 {
    height: 75px;
    background-color: #FFFFFF;

}
.header-v2.page-header{
    z-index: 30;
}
.header-v2.page-header--fixed {
    /* z-index: 3; */
    z-index: 6;
    top: 0;
    width: 100%;
}
.header-v2 .page-header__logo-def {
    z-index: 6;
}
.page-header--logo2 .page-header__logo-s2 {
    z-index: 6;
}
.header-v2.page-header--s2 {
    border-bottom: 0;
}

.header-v2 .page-header__a {
    color: #262626;
}
.header-v2 .page-header__logo-cont {
    /* height: unset; */
    /* height: 50px; */
}
.header-v2 .sect-control {
    position: absolute;
    top: 0;
    right: 0;
}

/***********/
.header-v2 .menu-controls-buttons li {
    border-left: 1px solid #E5E5E5;
    height: 75px;
}

.header-v2 .button-v2 {
    display: inline-block;
    width: 75px;
    height: 100%;
    color: #fff;
    font-family: "Minion Pro", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 75px;
    text-transform: uppercase;
    text-decoration: none;
    background: transparent;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    transition: 0.2s background ease;
    color: #262626;
}
.button--search-box {
    height: 100%;
}
.header-v2 .button-v2.button--search {
    margin-top: 0;
    border: 0;
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/search-grey.svg);
    background-position: center calc(50% + 2px);
    background-repeat: no-repeat;
}
.header-v2.page-header--s2 .button-v2.button--search, .page-header--open .button-v2.button--search {
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/search-grey.svg);
    background-position: center calc(50% + 2px);
    background-repeat: no-repeat;
}
.header-v2 .button--search-box input {
    position: initial;
    height: 100%;
    margin-top: 0;
    border: 0 !important;
}
.header-v2 .button--search-box.search-active .button--search {
    transform: rotate(0);
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/search-grey.svg); 
    background-position: center calc(50% + 2px);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    /* url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/plus.svg); */
    
    /* z-index: 55;
    position: relative;
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat; */
    
}

.header-v2 .button-v2.button--dm {
    margin-top: 0;
    border: 0;
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/eye--grey.svg) !important;
    background-repeat: no-repeat;
    background-position: center center;
}
.header-v2.page-header--s2 .button-v2.button--dm, .page-header--open .button-v2.button--dm {
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/eye--grey.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.header-v2 .menu-controls-buttons {
    display: flex;
    margin: 0;
    padding: 0;
}
.header-v2 .menu-controls-buttons .button--lang-v2 {
    background-color: #234395;
    color: #FFFFFF;
    font-family: "Core Sans A 45 Regular";
    font-style: normal;
    font-weight: 100;
    font-size: 18px;
}
/***********/

.header-v2 .burger-mobile {
    display: none;
}
.header-v2 .menu-controls-buttons li:last-child {
    border-left: 0;
}

/****/
.header-v2 .logo-company {
    position: absolute;
    z-index: 4;
}
.header-v2 .button--search-box {
    display: flex;
}
.header-v2 .search-button-close {
    width: 75px;
    justify-content: center;
    align-items: center;
    display: none;
    cursor: pointer;
}
.header-v2 .search-active .search-button-close {
    display: flex;
}
.header-v2 .search-active .search-button-close:hover, .header-v2 .search-active .button--search:hover {
    background-color: #B5A994;
}
.header-v2 .mm-menu-mobile-wrapper {
    position: fixed;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0,0,0,0.75);
    top: 100%;
    z-index: 15;
    left: 0;
    top: 0;
}
.header-v2 .mm-menu-mobile-wrapper .mm-menu-wrapper-controls {
    position: absolute;
    top: 170px;
    display: flex;
    justify-content: space-between;
    width: calc(100% - 20px);
    padding: 13px 12px;
    background-color: #FFFFFF;
    margin: 0 10px;
}
.header-v2 .mm-menu-mobile-wrapper input {
    font-size: 20px;
    border: 0;
    border-left: 1px solid #262626;
    width: 100%;
}
.mm-button-search-mobile {
    transform: rotate(0);
    background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/search-grey.svg);
    background-position: center calc(50% + 2px);
    background-repeat: no-repeat;
    background-color: #FFFFFF;
    width: 22px;
    margin-right: 12px;
    padding-left: 20px;
}
.mm-button-close-mobile {
    background-image: url("/local/templates/main.v2/img/icons/close-grey.svg");
    min-width: 10px;
    width: 20px;
    margin-left: 12px;
    background-repeat: no-repeat;
    background-position: center center;
    border: 0;
}
@media (max-width: 589px) {
    .header-v2 .search-active .search-button-close {
        display: none;
    }
    .header-v2 .button--search-box.search-active input {
        display: none;
    }
}
@media (max-width: 559px) {
    .header-v2 {
        height: 60px;
    }
    .header-v2 .menu-controls-buttons li {
        height: 60px;
    }
    .header-v2 .button-v2 {
        width: 60px;
    }
}

/*РёСЃРїСЂР°РІР»РµРЅРёСЏ РґР»СЏ owl-carousel РІ С€Р°РїРєРµ РЅР° РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†Рµ*/
.start-page .owl-carousel, .owl-carousel, .start-page .owl-carousel .owl-stage-outer{height: 100%;}
@media (max-width: 559px){
    .header-v2 ~ div .fast-nav{
        margin-bottom: 80px;
    }
}
/* End */


/* Start:/local/templates/main.v2/css/footer-v2.css?16611473294894*/
.page-footer-v2 {
    background: #0046AF;
}
.page-footer-v2 .webapp {
    flex-wrap: wrap;
}
.page-footer-v2 .webapp &gt; .webapp__item {
    width: unset;
    height: unset;
}
.page-footer-v2 .webapp &gt; .webapp__item + .webapp__item {
    margin-top: 18px;
}
.page-footer-v2 .page-footer__social {
    margin-bottom: 30px;
}
.page-footer-v2 .social__item {
    margin-right: 26px;
}


.page-footer-v2 .footer-v2-col {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: center;*/
}
.page-footer-v2-nav:first-child {
    margin-bottom: 30px;
    max-width: 270px;
}

.page-footer-v2 .page-footer-v2-nav .main-nav__item {
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 24px;
    /* color: #252525; */
    color: #BDC7DF;

    margin: 0;
}
.page-footer-v2 .page-footer-v2-nav .main-nav__item:first-child {
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 30px;
    color: #FFFFFF;
    margin-bottom: 7px;
}
.page-footer-v2 .page-footer-v2-nav .main-nav__item a {
    color: inherit;
}
.page-footer-v2 .page-footer-v2-nav .main-nav__item:hover {
    color: #FFFFFF;
}


.page-footer-v2 .page-footer__support span + span {
    margin-top: 16px;
}
.page-footer-v2 .page-footer__social {
    margin-top: 0;
    margin-bottom: 0;
}
.page-footer-v2 {
    position: relative;
}
.page-footer-v2 &gt; .footer-pic-figure  {
    position: absolute;
    right: 0;
    display: flex;
    justify-items: center;
    align-items: center;
    height: 100%;
    
}
.page-footer-v2 .page-footer__support {
    font-size: 1.3rem;
    line-height: 1.5;
}
.page-footer-v2 .page-footer__support span {
    color: #BDC7DF;
}
.page-footer-v2 .page-footer__support span a {
    color: #FFFFFF;
}


.footer-v2-col .page-footer-v2-main-nav {
    margin-bottom: 30px;
}
.page-footer-v2-main-nav .main-nav__item {
    margin: 0;
    font-family: "Core Sans A 55 Medium";
    font-size: 1.6rem;
}

.mm2020-footer .page-footer__yandex-stat {
    display: none;
}

.mm2020-footer .page-footer__yandex-stat a {
    position: absolute;
    top: -40px;
}
@media (max-width: 1440px) {
    .page-footer-v2 .footer-pic-figure &gt; svg {
        width: 230px;
    }

}
@media (max-width: 989px) {
    .page-footer-v2 &gt; .footer-pic-figure {
        position: absolute;
        bottom: 46px;
        display: flex;
        justify-content: center;
        justify-items: flex-end;
        align-items: flex-end;
        height: 0%;
        width: 100%;
        
    }
    .page-footer-v2 &gt; .footer-pic-figure svg {
        transform: rotate(90deg);
        height: 251px;
    }

}
@media (max-width: 729px) {
    .page-footer-v2 &gt; .footer-pic-figure {
        bottom: 60px;
    }
    .page-footer-v2 .main-nav__link {
        font-size: 1.6rem;
    }
    .page-footer-v2 .page-footer__app {
        border-top: unset;
        margin-top: 0px;
        padding: 0px 5px 3px;
    }
    .page-footer-v2 .page-footer__ending {
        flex-direction: unset;
        align-items: center;
        border-top: 1px solid #fff;
        padding: 0px 0 12px;
    }
    .page-footer-v2 .create {
        width: unset;
        border-top: unset;
        padding-top: 0;
    }

    .mm2020-footer .page-footer__yandex-stat a {
        top: -30px;
    }
}
@media (max-width: 576px) {
    
    .footer-v2-col .page-footer-v2-main-nav {
        text-align: center;
        margin-top: 30px;
    }
    .page-footer-v2 .footer-v2-col {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .footer-v2-col .page-footer-v2-nav {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        text-align: center;
    }
    .page-footer-v2 .webapp {
        justify-content: center;
    }
    .page-footer-v2 .webapp .webapp__item {
        margin-right: 0;
        margin-left: 18px;
        position: relative;
        display: flex;
        align-items: center;
        justify-content: center;
        background: center center no-repeat;
    }
}

.footer-new-maket .create {
    padding-top: 2px;
    width: 145px !important;
    z-index: 80;
}
.footer-new-maket .create a {
    flex-direction: row;
}
.footer-new-maket .create__text {
    font-size: 1.2rem;
    font-weight: 300;
    font-weight: 600;
    text-align: right;
    line-height: 44px;
}
.footer-new-maket .create .create__img img {
    /* background: #222222; */
}

@media(max-width:729px) {
    .burger__inner-v2 {
      right: 18px;
    }
    .page-footer__content .row {
      padding-bottom: 180px;
    }
  }
  
  @media(max-width: 559px) {
    .col-footer-last {
      height: 270px;
    }
    .page-footer__content .row {
      padding-bottom: 0;
    }
    .mm2020-footer .page-footer__yandex-stat a {
        top: 18px;
        right: 0;
    }
  }
/* End */


/* Start:/local/templates/main.v2/css/mm2020-footer.css?16692801485848*/
.mm2020-footer {
    background-color: #234395;
    font-family: "Core Sans A 45 Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #BDC7DF;
    position: relative;
    
}
.mm2020-footer div &gt; a, .mm2020-footer span &gt; a {
    text-decoration: none;
    color: #FFFFFF;
}
.about-block-wrapper {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    position: relative;
}

.mm2020-footer-wrapper {
    
}


.mm2020-footer .about-development {
    margin-left: 80px;
    white-space: nowrap;
}
.mm2020-footer .about-development img {
    transform: translate(7px, -6px);
}

.mm2020-footer .row.social-contacts {
    margin-top: 22px;
}
.mm2020-footer .row.about-last {
    margin-top: 18px;
    padding-bottom: 30px;
}
.mm2020-footer .row.about-last .about-vt {
    display: flex;
    justify-content: space-between;
}



.vt2020-flower-bottom {
    display: flex;
    justify-content: center;
    margin: 0;
    padding: 0;
    display: none;
}
.vt2020-flower-right {
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 3px;
    /* transform: translate(0, 100%); */
}
.vt2020-flower-right svg {
    position: absolute;
    right: 0;
    width: 270px;
    height: 310px;
}

.mm2020-footer .page-footer__support span {
    font-family: "Core Sans A 45 Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 22px;
    color: #A7B4D5;
}
@media (max-width: 1680px) {
    .vt2020-flower-right svg {
        width: 305px;
        height: 350px;
        margin-top: 60px;
    }
}
@media (min-width: 989px) and (max-width: 1169px) {
    .about-block-wrapper .pol-item {
        display: flex;
        justify-content: left;
        flex-wrap: nowrap;
        white-space: normal;
        position: absolute;
        left: 0;
    }
}

@media (max-width: 1084px) {
    .vt2020-flower-right {
        /* transform: translate(0, 160%); */
    }
}
@media (min-width: 1085px) {
    .vt2020-flower-right {
        /* transform: translate(0, 100%); */
    }
}
@media(max-width: 1169px) {
    .mm2020-footer .row.about-last .about-vt {
        flex-wrap: wrap;
    }
    .mm2020-footer .row.about-last .about-vt span, .mm2020-footer .about-block-wrapper span {
        margin-top: 10px;
    }
}
@media(max-width: 989px) {
    .about-block-wrapper {
        flex-wrap: wrap;
    }
}
@media (min-width: 729px) and (max-width: 989px) {
    .mm2020-footer .navigation-row {
        margin-top: 20px;
        margin-bottom: 30px;
        justify-content: center;
    }
    .mm2020-footer .about-block-wrapper span {
        white-space: nowrap;
    }
}

@media(max-width: 729px){
    .about-block-wrapper {
        margin-top: 25px;
        justify-content: space-between;
    }
    .vt2020-flower-right svg {
        width: 180px;
        height: 210px;
        margin-top: 0;
    }
}
@media (min-width: 559px) and (max-width: 729px){
    .mm2020-footer .webapp {
        display: block;
    }
    .mm2020-footer .row.about-last .about-vt {
        flex-direction: column-reverse;
    }
    .mm2020-footer .row.about-last .about-vt .state-goverment {
        white-space: nowrap;
    }
    .about-block-wrapper {
        flex-wrap: nowrap;
        margin-top: 32px;
        margin-left: 20px;
    }
    .mm2020-footer .row.about-last .about-vt span, .mm2020-footer .about-block-wrapper .pol-item {
        white-space: nowrap;
    }
    
}

@media(max-width: 559px){
    /****************/
    .about-block-wrapper {
        flex-wrap: wrap;    
    }
    .mm2020-footer .about-development {
        margin-top: 25px;
        margin-left: 80px;
        width: 100%;
        display: flex;
        justify-content: flex-end;
    }

    /************/
    .mm2020-footer .social {
        margin: 20px 0 10px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    /**********/
    .mm2020-footer .webapp {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
    }
    .mm2020-footer .webapp__item_wrapper {
        display: flex;
        flex-wrap: nowrap;
        justify-content: center;
    }
    .mm2020-footer .webapp__item_wrapper .webapp__item {
        width: 170px;
        height: 40px;
        justify-content: flex-start;
        margin-top: 10px;
        margin-right: 0;
        position: relative;
        display: flex;
        align-items: center;
        background: center center no-repeat;
    }
    /*******************/
    .mm2020-footer .footer-logo-sobol {
        display: flex;
        justify-content: center;
        margin-bottom: 10px;
    }
    .mm2020-footer .page-footer__support {
        text-align: center;
    }
    /***************/
    .mm2020-footer .row.about-last .about-vt span {
        display: inline-block;
        width: 100%;
        text-align: center;
    }
    /**************/
    .mm2020-footer .about-block-wrapper span {
        display: flex;
        width: initial;
        justify-content: center;
    }
    .about-block-wrapper {
        justify-content: center;
    }
    .mm2020-footer .about-development {
        margin-left: 0;
        
    }
    .vt2020-flower-bottom {
        display: flex;
    }
    .vt2020-flower-right {
        display: none;
    }
    .mm2020-footer .row.about-last {
        margin-top: 0;
    }


    .mm2020-footer .xs-goverment-wrapper {
        margin-top: 15px;
        text-align: center;
    }
    .mm2020-footer .xs-goverment-wrapper span {
        display: block;
    }
    .mm2020-footer .xs-goverment-wrapper span + span {
        margin-top: 10px;
    }
    .mm2020-footer .xs-goverment-wrapper .state-goverment a {
        display: block;
    }
}
/* End */


/* Start:/local/templates/main.v2/css/new-style-2022.css?166843134547512*/
.no-transition,
.no-transition::after {
	transition: none !important;
	-webkit-transition:none !important;
	-moz-transition: none !important;
	-ms-transition: none !important;
	-o-transition: none !important;
}

a.orange-more-btn {
	width: 270px;
	height: 75px;
	background: #E16E4D;
	line-height: 75px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: "Core Sans A 55 Medium";
	color: #fff;
	font-weight: 400;
	font-size: 14px;	
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-top: 60px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

a.orange-more-btn:hover {
	background: #CF532F;
}
a.simple-more-btn {
	border: 1px solid #B5A994;
	width: 270px;
	height: 75px;
	background: none;
	line-height: 75px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	font-family: "Core Sans A 55 Medium";
	color: #262626;
	font-weight: 400;
	font-size: 14px;	
	display: inline-block;
	vertical-align: top;
	text-decoration: none;
	margin-top: 60px;	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}
a.simple-more-btn:hover {
	background: #B5A994;
	border-color: #B5A994;
	color: #FFFFFF;
}
a.simple-more-btn:active {
	background: #998F7F;
	border-color: #998F7F;
}
a.orange-more-btn::after {
	content: "";
	display: inline-block;
	width: 20px;
	height: 10px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/orange-button-arrow.svg');
	background-size: contain;
	margin-left: 10px;
}
.bg-brown {
	background: #E6E2DC;
}
.mt-100 {
	margin-top: 100px;
}
.mt--30 {
	margin-top: -30px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-200 {
	padding-top: 200px;
}
.pt-100 {
	padding-top: 100px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pt-120 {
	padding-top: 120px;
}
.pb-120 {
	padding-bottom: 120px;
}
.pt-130 {
	padding-top: 130px;
}
.pb-130 {
	padding-bottom: 130px;
}
.pb-255 {
	padding-bottom: 255px;	
}

.mt-130{
	margin-top: 130px;
}
h2.section-title {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	margin-bottom: 80px;
}
h2.section-title.mb-60 {
	margin-bottom: 60px;
}
.section-title-with-button h2.section-title{
	line-height: 70px;
}
.section-text p {
	font-size: 18px;
	line-height: 28px;
}
.section-text p + p {
	margin-top: 30px;
}
.section-title-with-button {
	display: flex;
	align-items: center;
	justify-content: space-between;
}
.section-title-with-button a.simple-more-btn {
	margin-top: 0px;
}
a.simple-more-btn.with-arrow::after {
	content: "";
	display: inline-block;
    vertical-align: middle;
    margin-left: 10px;
    width: 20px;
    height: 20px;
    margin-top: -3px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/long-right-arrow-black.svg');
	background-size: contain;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}
a.simple-more-btn.with-arrow:hover::after {
	background-image: url('/local/templates/main.v2/css/../img/icons/long-right-arrow-white.svg');
}
.section-title-with-button .section-title {
	margin-bottom: 0px;
}
.section-title-with-button {
	margin-bottom: 80px;
}
.exs-row-2-cols {
	display: flex;
}
.exs-row-2-cols .exs-item {
	width: 50%;
}
.exs-row-3-cols {
	margin-top: -1px;
	display: flex;
}
.exs-row-3-cols .exs-item {
	width: calc(100% / 3);
}
.exs-item {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	border: 1px solid #B5A994;
}
.exs-item a{
	text-decoration: none;
	display: block;
	padding: 30px;
}
.exs-item a img{
	width: 100%;
	margin-bottom: 30px;
}
.exs-row-2-cols .exs-item + .exs-item,
.exs-row-3-cols .exs-item + .exs-item {
	border-left: 0px;
}
.exs-item:hover {
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.25);	
}
.guide__item-section {
	display: block;
	margin-bottom: 20px;
}
.guide__item-section span {
	display: inline-block;
	padding: 1px 10px 0px;
	border: 1px solid #B5A994;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	font-size: 10px;
	line-height: 21px;
	text-decoration: none;
}
.guide__item-info-new {
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	text-decoration: none;
}
.guide__item-data-new,
.guide__item-price-new {
	display: inline-block;
	vertical-align: top;
	line-height: 24px;
	text-decoration: none;
}
.guide__item-price-new {
	margin-left: 20px;
}
.guide__item-data-new::before {
	vertical-align: top;
	margin-right: 5px;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-time.svg');
	background-size: contain;
}
.guide__item-price-new::before {
	vertical-align: top;
	margin-right: 5px;
	content: "";
	display: inline-block;
	width: 24px;
	height: 24px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-price.svg');
	background-size: contain;
}
.guide__item-name-new {
	margin-top: 40px;
	font-size: 22px;
	line-height: 28px;
	color: #262626;	
}
.afisha-main-slider {
	display: flex;
	justify-content: space-between;
}
.afisha-main-slider__item {
	width: calc(100% / 3 - 20px);
}
.afisha-main-slider__item a img{
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;	
	width: 100%;
}
.afisha-main-slider__item a{
	text-decoration: none;
	color: #262626;
	display: block;
}
.afisha-main-slider__content {
	background: #fff;
	padding: 20px;
	min-height: 200px;
	overflow: hidden;
}
.afisha-main-slider__content-row {
	display: flex;
	align-items: center;
	margin-bottom: 15px;
}
.afisha-main-slider__content-section {
	margin-right: 20px;
	border: 1px solid #B5A994;
	font-family: 'Core Sans A 55 Medium';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	text-transform: uppercase;	
	padding: 4px 10px 2px;
}
.afisha-main-slider__content-city {
	font-size: 14px;
	line-height: 22px;
	color: #404040;
}
.afisha-main-slider__content-date {
	font-size: 14px;
	line-height: 22px;
	color: #595959;
	margin-bottom: 10px;
}
.afisha-main-slider__content-name {
	font-size: 22px;
	line-height: 28px;
}
.afisha-main-slider.afisha-slider-no-flex {
	display: block;
	position: relative;
	margin-left: -15px;
	margin-right: -15px;
}
.afisha-main-slider.afisha-slider-no-flex .owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.afisha-main-slider.afisha-slider-no-flex .afisha-main-slider__item{
	width: 100%;
}
.afisha-main-slider.afisha-slider-no-flex .owl-item {
	padding: 0px 15px;
	float: left;
}
.afisha-main-slider .owl-nav {
	display: flex;
	position: absolute;
	right: 15px;
	bottom: -135px;
}
.afisha-main-slider .owl-prev{
	cursor: pointer;
	margin-right: -1px;
	width: 75px;
	height: 75px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-arrow-right-black.svg');
	background-size: contain;
}
.afisha-main-slider .owl-next{
	cursor: pointer;
	width: 75px;
	height: 75px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-arrow-right-black.svg');
	background-size: contain;
}
.afisha-main-slider-counter {
	margin-top: 85px;
	font-family: 'Core Sans A 55 Medium';
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	color: #262626;
	text-align: center;	
	margin-bottom: 25px;
}
.afisha-main-slider__item-img-wrap {
	position: relative;
	overflow: hidden;
}
.afisha-main-slider__item a:hover img {
	-moz-transform: scale(1.05);
	-webkit-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);	
}

/*favorite*/
.block__favorite {
    position: absolute;
    top: 20px;
    margin: 0 20px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 40px);
    overflow: hidden;
    z-index: 3;
}

.favorite__item {
    display: flex;
    align-items: center;
    
}
.favorite__item .favorite__text {
    padding: 12px 15px;
    position: absolute;
    white-space: nowrap;
    left: calc(100% - 44px);
    background-color: #B5A994;
    border-radius: 30px;
    transition: width, left, 640ms;
    width: 40px;
    overflow: hidden;
}

.favorite__item .favorite__text .text_val {
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.favorite__item .favorite__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B5A994;
    padding: 9px 15px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    z-index: 1;
}

.events__item .fav-enabled, 
.events__item.is-fav .fav-disabled {display: none;}
.events__item.is-fav .fav-enabled {display: inline;}
.event__header{
	background-color: #E6E2DC;
}

/*favorite*/

.directions-wrapper {
	margin-left: -15px;
	margin-right: -15px;
	position: relative;
	height: 100%;
}
.directions-wrapper .owl-stage-outer {
	position: relative;
	overflow: hidden;
}

.directions-wrapper .owl-item {
	padding: 15px;
	float: left;
}
.directions-item {
	overflow: hidden;
}
.directions-item a{
	display: block;
	position: relative;
}
.directions-item a::after{
	content: "";
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	background: rgba(0,0,0,0.35);
	display: block;
	z-index: 2;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;	
}
.directions-item a .direction-title__static {
	width: 100%;
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 32px;
	padding: 0px 10px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;	
	margin-top: 20px;
	margin-bottom: 30px;
}
.directions-item a .direction-title {
	position: absolute;
	z-index: 3;
	width: 100%;
	bottom: 100px;
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 32px;
	padding: 0px 20px;
	line-height: 36px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;	
}
.directions-item a img{
	width: 100%;
}

.direction-content {
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;	
	position: absolute;
	top: 500%;
	margin-top: 30px;
	width: calc(100% - 40px);
	left: 20px;
	right: 20px;
}

#widget-container {
    margin-top: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.widget {
    width: 100% !important;
}

.widget .tab_content {
    border-radius: 0 !important;
}

.widget[data-size=large] .tabs {
    padding: 0;
}

.widget[data-size=large] .tabs_control, .widget[data-size=medium] .tabs_control {
    margin-right: 0;
    border-radius: 0;
    border: 1px solid #B5A994;
}

.widget .tab_content .form_submit {
    background: #3e3e3e !important;
}

.widget .tabs_control,
.widget[data-size=large] .tabs_control[data-state=active], .widget[data-size=medium] .tabs_control[data-state=active] {
    height: 60px;
    padding-top: 10px;
}

.widget[data-color-theme=custom] .tabs_control[data-state=active] {
    border: 1px solid #B5A994 !important;
    background: #B5A994 !important;
    height: 60px !important;
    margin-bottom: 1px;
}

.widget[data-size=large] .tab_content .form_group, .widget[data-size=medium] .tab_content .form_group {
    padding-right: 0;
}

.widget[data-size=large] .tabs_control, .widget[data-size=medium] .tabs_control {
    border: 1px solid #B5A994 !important;
    margin-right: 0 !important;
    height: 60px;
}

.widget[data-size=large] .tabs_control:nth-child(2), .widget[data-size=medium] .tabs_control {
    border-left: none !important;
    border-right: none !important;
}

.widget[data-color-theme=custom] .tab_content .passengers_count_minus, .widget[data-color-theme=custom] .tab_content .passengers_count_plus,
.widget .tab_content .passengers_input &gt; button,
.widget .tab_content .form_submit,
.widget .tab_content .form_field_input {
    border-radius: 0 !important;
}

@media(min-width:1024px) {
	.directions-item a:hover .direction-title{
		top: 0px;
		bottom: auto;
	
	}
	.directions-item a:hover::after {
		background: rgba(0,0,0,0.8);
	}	
	.directions-item a:hover .direction-content {
		top: 100%;
	}
}
.direction-text__static {
	margin-bottom: 60px;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	text-align: center;
	color: #FFFFFF;	
	text-transform: none;
	font-family: 'Core Sans A 45 Regular';
}
.direction-arrow-btn {
	width: 75px;
	height: 75px;
	margin: 0 auto;
	display: block;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-right-arrow-white.svg');
	background-size: contain;
	cursor: pointer;
}

.directions-wrapper .owl-nav{
	left: 0;
	top: 33%;
	width: 100%;
	position: absolute;
}

.afisha-main-slider .owl-nav{
	left: 0;
	top: 43%;
	position: absolute;
}

.blog-slider-list .owl-nav{
	left: 0;
	top: 33%;
	width: 100%;
	position: absolute;
}

.blog-slider-list .owl-nav .owl-prev,
.directions-wrapper .owl-nav .owl-prev,
.afisha-main-slider .owl-nav .owl-prev{
	left: -85px;
	position: absolute !important;
}

.blog-slider-list .owl-nav .owl-next,
.directions-wrapper .owl-nav .owl-next{
	right: -90px;
	position: absolute !important;
}

.afisha-main-slider .owl-nav .owl-next{
	right: -103px;
	position: absolute !important;
}

.slider-partners-block .owl-nav {
	position: absolute;
	right: 0px;
	text-align: right;
	z-index: 2;	
}
.blog-slider-list .owl-nav {
	bottom: -145px;
}
.directions-wrapper .owl-nav {
	bottom: 80px;
}
.slider-partners-block .owl-nav {
	top: -144px;
}
.custom-nav-owl-slider .customPrevBtn,
.custom-nav-owl-slider .customNextBtn,
.blog-slider-list .owl-nav .owl-prev,
.blog-slider-list .owl-nav .owl-next,
.afisha-main-slider .owl-nav .owl-prev,
.afisha-main-slider .owl-nav .owl-next,
.slider-partners-block .owl-nav .owl-prev,
.slider-partners-block .owl-nav .owl-next,
.directions-wrapper .owl-nav .owl-prev,
.directions-wrapper .owl-nav .owl-next,
.map--obj-slider .owl-nav .owl-prev,
.map--obj-slider .owl-nav .owl-next
{
	display: inline-block;
	width: 75px;
	height: 75px;
	background: #B5A994;
	border: 1px solid #B5A994;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	cursor: pointer;
	position: relative;
}

.custom-nav-owl-slider .customPrevBtn.disabled,
.custom-nav-owl-slider .customNextBtn.disabled,
.blog-slider-list .owl-nav .owl-prev.disabled,
.blog-slider-list .owl-nav .owl-next.disabled,
.afisha-main-slider .owl-nav .owl-prev.disabled,
.afisha-main-slider .owl-nav .owl-next.disabled,
.slider-partners-block .owl-nav .owl-prev.disabled,
.slider-partners-block .owl-nav .owl-next.disabled,
.directions-wrapper .owl-nav .owl-prev.disabled,
.directions-wrapper .owl-nav .owl-next.disabled,
.map--obj-slider .owl-nav .owl-prev.disabled,
.map--obj-slider .owl-nav .owl-next.disabled
 {
	background: none;
	border: 1px solid #B3B3B3;	
}

.custom-nav-owl-slider .customPrevBtn.disabled::after,
.custom-nav-owl-slider .customNextBtn.disabled::after,
.blog-slider-list .owl-nav .owl-prev.disabled::after,
.blog-slider-list .owl-nav .owl-next.disabled::after,
.afisha-main-slider .owl-nav .owl-prev.disabled::after,
.afisha-main-slider .owl-nav .owl-next.disabled::after,
.slider-partners-block .owl-nav .owl-prev.disabled::after,
.slider-partners-block .owl-nav .owl-next.disabled::after,
.directions-wrapper .owl-nav .owl-prev.disabled::after,
.directions-wrapper .owl-nav .owl-next.disabled::after,
.map--obj-slider .owl-nav .owl-prev.disabled::after,
.map--obj-slider .owl-nav .owl-next.disabled::after {
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/small-arrow-left-black.svg');
}
.custom-nav-owl-slider .customPrevBtn:not(.disabled):hover,
.custom-nav-owl-slider .customNextBtn:not(.disabled):hover,
.blog-slider-list .owl-nav .owl-next:not(.disabled):hover,
.blog-slider-list .owl-nav .owl-prev:not(.disabled):hover,
.afisha-main-slider .owl-nav .owl-next:not(.disabled):hover,
.afisha-main-slider .owl-nav .owl-prev:not(.disabled):hover,
.slider-partners-block .owl-nav .owl-next:not(.disabled):hover,
.slider-partners-block .owl-nav .owl-prev:not(.disabled):hover,
.directions-wrapper .owl-nav .owl-next:not(.disabled):hover,
.directions-wrapper .owl-nav .owl-prev:not(.disabled):hover,
.map--obj-slider .owl-nav .owl-next:not(.disabled):hover,
.map--obj-slider .owl-nav .owl-prev:not(.disabled):hover {
	background-color: #998F7F;
	border-color: #998F7F;
}

.custom-nav-owl-slider .customPrevBtn:not(.disabled):active,
.custom-nav-owl-slider .customNextBtn:not(.disabled):active,
.blog-slider-list .owl-nav .owl-next:not(.disabled):active,
.blog-slider-list .owl-nav .owl-prev:not(.disabled):active,
.afisha-main-slider .owl-nav .owl-next:not(.disabled):active,
.afisha-main-slider .owl-nav .owl-prev:not(.disabled):active,
.slider-partners-block .owl-nav .owl-next:not(.disabled):active,
.slider-partners-block .owl-nav .owl-prev:not(.disabled):active,
.directions-wrapper .owl-nav .owl-next:not(.disabled):active,
.directions-wrapper .owl-nav .owl-prev:not(.disabled):active,
.map--obj-slider .owl-nav .owl-next:not(.disabled):active,
.map--obj-slider .owl-nav .owl-prev:not(.disabled):active {
	background-color: #91826A;
	border-color: #91826A;
}

.custom-nav-owl-slider .customPrevBtn::after,
.custom-nav-owl-slider .customNextBtn::after,
.blog-slider-list .owl-nav .owl-next::after,
.blog-slider-list .owl-nav .owl-prev::after,
.afisha-main-slider .owl-nav .owl-next::after,
.afisha-main-slider .owl-nav .owl-prev::after,
.slider-partners-block .owl-nav .owl-next::after,
.slider-partners-block .owl-nav .owl-prev::after,
.directions-wrapper .owl-nav .owl-next::after,
.directions-wrapper .owl-nav .owl-prev::after,
.map--obj-slider .owl-nav .owl-next::after,
.map--obj-slider .owl-nav .owl-prev::after {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	content: "";
	display: block;
	position: absolute;
	left: 50%;
	top: 50%;
	width: 9px;
	height: 15px;
	margin-top: -7px;
	margin-left: -5px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/small-arrow-left-white.svg');
	background-size: contain;
}

.custom-nav-owl-slider .customNextBtn::after,
.blog-slider-list .owl-nav .owl-next::after,
.afisha-main-slider .owl-nav .owl-next::after,
.slider-partners-block .owl-nav .owl-next::after,
.directions-wrapper .owl-nav .owl-next::after,
.map--obj-slider .owl-nav .owl-next::after {
	-moz-transform: rotate(180deg);
	-webkit-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	transform: rotate(180deg);
}
.custom-nav-owl-slider .customNextBtn:not(.disabled):hover::after,
.blog-slider-list .owl-nav .owl-next:not(.disabled):hover::after,
.blog-slider-list .owl-nav .owl-prev:not(.disabled):hover::after,
.afisha-main-slider .owl-nav .owl-next:not(.disabled):hover::after,
.afisha-main-slider .owl-nav .owl-prev:not(.disabled):hover::after,
.slider-partners-block .owl-nav .owl-next:not(.disabled):hover::after,
.slider-partners-block .owl-nav .owl-prev:not(.disabled):hover::after,
.directions-wrapper .owl-nav .owl-next:not(.disabled):hover::after,
.directions-wrapper .owl-nav .owl-prev:not(.disabled):hover::after,
.map--obj-slider .owl-nav .owl-next:not(.disabled):hover::after,
.map--obj-slider .owl-nav .owl-prev:not(.disabled):hover::after {
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/small-arrow-left-white.svg');
}
.overflowed {
	overflow: hidden;
}
.custom-nav-owl-slider .customNextBtn,
.blog-slider-list .owl-nav .owl-next,
.afisha-main-slider .owl-nav .owl-next,
.slider-partners-block .owl-nav .owl-next,
.directions-wrapper .owl-nav .owl-next{
	margin-left: 20px;
}
p.map__time {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	margin-bottom: 0px;
}
div.map__city {
	font-family: 'Core Sans A 45 Regular';
	font-weight: 400;
	font-size: 14px;
	line-height: 22px;
	color: #595959;	
	margin-bottom: 0px;
}
.tabs__item--active {
    padding: 30px 20px;
	background: #E6E2DC;
	box-shadow: 0px 0px 30px rgba(0, 0, 0, 0.05);	
}
.tabs hr {
	display: none;
}
.tabs__head {
	display: flex;
}
.tabs__head .tabs__toggler {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	cursor: pointer;
	width: calc(100% / 3);
	background: #fff;
	padding: 27px 0px;
	text-align: center;
	border: 1px solid #B5A994;
	font-family: 'Core Sans A 55 Medium';
	font-weight: 400;
	font-size: 14px;
	line-height: 14px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
}
.tabs__head .tabs__toggler + .tabs__toggler {
	border-left: none;
}
.tabs__toggler.tabs__toggler--active {
	color: #fff;
	background: #B5A994;
	border: 1px solid #B5A994;	
}
.slider-partners-block .owl-carousel .owl-stage-outer {
	overflow: visible;
}
.slider-partners {
	position: relative;
}
.slider-partners .owl-item {
	padding: 30px;
	float: left;
	border: 1px solid #B5A994;
}
.blog-slider-list,
.afisha-main-slider {
	position: relative;
}
.afisha-main-slider .owl-item,
.blog-slider-list .owl-item {
	padding: 0px 15px;
	float: left;
}
.blog-slider-list .owl-stage-outer{
	position: relative;
	overflow: hidden;
}
.blog-slider-list .owl-stage ,
.afisha-main-slider .owl-stage-outer,
.afisha-main-slider .owl-stage {
	position: relative;
}
.section-blog {
	overflow: hidden;
}
.section-blog #articles-wrapper {
	padding-bottom: 0px;
}
.region-tours-tab {
	display: none;
}
.region-tours-tab.active {
	display: block;
}
.region-tours-nav {
	display: flex;
	margin-bottom: 80px;
}
.region-tours-nav &gt; div {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	width: calc(100% / 3);
	cursor: pointer;
	text-align: center;
}
.region-tours-nav &gt; div + div{
	margin-left: -1px;
}
.region-tours-nav &gt; div h3{
	height: 75px;
	margin-bottom: 0px;
	font-family: 'Core Sans A 55 Medium';
	font-weight: 400;
	font-size: 14px;
	line-height: 75px;
	display: block;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	border: 1px solid #B5A994;
}
.region-tours-nav &gt; div.active {
	background: #B5A994;
}
.region-tours-nav &gt; div.active h3{
	color: #fff;
}
.simple-more-btn.full-width-btn {
	width: 100%;
}
a.arrow-button {
	background: #E6E2DC;
	border: 1px solid #B5A994;	
	width: 70px;
	height: 70px;
	display: inline-block;
	margin-left: 20px;
	vertical-align: top;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/long-right-arrow-black.svg');
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

a.arrow-button:hover {
	background-color: #B5A994;
	border-color: #B5A994;
	background-image: url('/local/templates/main.v2/css/../img/icons/long-right-arrow-white.svg');
}
.mw-slider-item__flex {
	display: flex;
	align-items: center;
}
.mw-slider-item__img {
	width: 50%;
}
.mw-slider-item__text {
	width: 50%;
	background: #fff;
	padding-left: 115px;
	max-width: 585px;
}
.mw-slider-item__text-title {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 36px;
	line-height: 42px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	margin-bottom: 20px;
}
.mw-slider-item__text-attrs {
	margin-bottom: 40px;
}
.mw-slider-item__text-attrs &gt; div {
	display: inline-block;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;	
	position: relative;
	padding-left: 35px;
}
.mw-slider-item__text-attrs &gt; div + div {
	margin-left: 30px;
}
.mw-slider-item__text-attr-icon-mark::before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-black-pin.svg');
	background-size: contain;
	left: 0px;
	top: 0px;
}
.mw-slider-item__text-attr-icon-time::before {
	content: "";
	display: block;
	position: absolute;
	width: 25px;
	height: 25px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-black-clock.svg');
	background-size: contain;
	left: 0px;
	top: 0px;
}
.mw-slider-item__text-descr {
	font-size: 18px;
	line-height: 160%;
	color: #262626;	
}
.slider-marshes-wrapper {
	position: relative;
}
.slider-marshes-wrapper .owl-item {
	float: left;
}

.slider-marshes-wrapper .owl-stage-outer {
	position: relative;
	overflow: hidden;
}
.custom-nav-owl-slider {
	float: right;
}
.header-direction-width {
	margin-bottom: 100px;
	max-width: 770px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	font-family: 'Core Sans A 55 Medium';
	font-weight: 500;
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #404040;	
}
.header-direction-width h1 {
	font-family: 'Heading Pro';
	font-size: 72px;
	line-height: 75px;
	text-align: center;
	letter-spacing: 0.4em;
	text-transform: uppercase;
	color: #262626;	
	margin-top: 120px;
	margin-bottom: 40px;
}
.directoin-list__wrapper {
	display: flex;
	flex-wrap: wrap;
}
.direction-list__item {
	width: 50%;
	position: relative;
	overflow: hidden;
}
.direction-list__item .catalog-item-new {
	margin-bottom: 0px;
	height: auto;
	display: block;
	position: relative;
}
.catalog-item-new-link {
	position: absolute;
	left: 0px;
	top: 0px;
	right: 0px;
	bottom: 0px;
	z-index: 33;
}
.direction-list__item .catalog-item-new img{
	width: 100%;
}
.catalog-item__title-new {
	position: absolute;
	left: 15%;
	right: 15%;
	font-family: 'Heading Pro';
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;
	z-index: 3;
	top: 50%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
}

.catalog-item__title-new .catalog-item__desc-text {
	position: absolute;
	font-family: 'Core Sans A 45 Regular';
	text-transform: none;
	font-style: normal;
	font-weight: 400;
	font-size: 18px;
	line-height: 160%;
	letter-spacing: 0em;
	max-height: 110px;
	overflow: hidden;
	top: 800%;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.catalog-item__desc-title {
	font-family: 'Heading Pro';
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;	
}
.catalog-item__desc-title::before {
	content: "";
	display: block;
	width: 75px;
	height: 75px;
	border: 1px solid #FFFFFF;
	float: right;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/long-right-arrow-white.svg');
	background-size: 28px;
	margin-top: -5px;
	margin-left: 30px;
}
@media(min-width:1024px) {
	.direction-list__item:hover,
	.route-cities__item:hover,
	.next-city__img-slide:hover,
	.catalog-item-new-link:hover {
		cursor: url('/local/templates/main.v2/css/../img/icons/icon-cursor-arrow.svg'), pointer;
	}
	.direction-list__item:hover::after {
		background: rgba(0,0,0,0.65);
	}	
	.direction-list__item:hover .catalog-item__desc-text{
		top: 100%;
	}	
	.direction-list__item::after {
		content: "";
		z-index: 2;
		background: rgba(0,0,0,0.3);
		position: absolute;
		display: block;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		-webkit-transition: all 200ms ease-in-out;
		-moz-transition: all 200ms ease-in-out;
		-ms-transition: all 200ms ease-in-out;
		-o-transition: all 200ms ease-in-out;
		transition: all 200ms ease-in-out;	
	}	
}

.catalog-item__description {
	-webkit-transition: all 550ms ease-in-out;
	-moz-transition: all 550ms ease-in-out;
	-ms-transition: all 550ms ease-in-out;
	-o-transition: all 550ms ease-in-out;
	transition: all 550ms ease-in-out;
	z-index: 3;
	position: absolute;
	left: -200%;
	top:0px;
	width: 100%;
	bottom: 0px;
	display: flex;
	padding-left: 100px;
    align-items: center;
    padding-right: 10px;
}
.catalog-item__description-center {
	align-items: center;
	align-content: center;	
}
.catalog-item__desc-text {
	margin-top: 40px;
	font-size: 18px;
	line-height: 160%;
	color: #FFFFFF;	
}
a.video-text-player {
	display: block;	
	width: calc(100% + 400px);
	margin-left: -200px;
	margin-right: -200px;
	position: relative;
	margin-bottom: 60px;
}
a.video-text-player::before {
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -30px;
    margin-top: -30px;
    height: 60px;
    width: 60px;
    content: "";
    display: block;
    background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-play.svg');
    position: absolute;
    background-size: contain;
}
a.video-text-player img{
	width: 100%;
}
.subtitle-section {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	margin-bottom: 40px;
}
.direction-text p {
	margin-bottom: 15px;
}
.direction-text img.simple {
	display: block;
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
}
.subtitle-text {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;	
	margin-bottom: 20px;
}
.direction-text + .direction-text {
	margin-top: 100px;
}
.section-icon-location,
.section-icon-ticket {
	display: inline-block;
	vertical-align: top;
	font-family: 'Core Sans A 55 Medium';
	font-size: 16px;
	line-height: 26px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
}
.section-icon-location::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-location.svg');
	margin-right: 10px;
}
.section-icon-ticket::before {
	content: "";
	display: inline-block;
	vertical-align: top;
	width: 24px;
	height: 24px;
	background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-ticket.svg');
	margin-right: 10px;
}
.section-icon-location + .section-icon-ticket {
	margin-left: 50px;
}
.navigation-container {
	position: relative;
}
.navigation-wrapper {
	position: absolute;
	left: 50px;
	top: 0px;
	max-width: 200px;
}
.navigation-wrapper a + a{
	margin-top: 20px;
}
.navigation-wrapper a {
	font-family: 'Core Sans A 55 Medium';
	font-weight: 400;
	font-size: 16px;
	line-height: 16px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	text-decoration: none;
	display: block;
}
.navigation-wrapper a:hover {
	color: #234395;
}
.mobile-navigation {
	display: none;
	max-width: 770px;
	width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.tab-buttons a {
	display: inline-block;
	font-family: 'Core Sans A 55 Medium';
	font-size: 14px;
	line-height: 21px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	padding: 12px 15px;
	border: 1px solid #B5A994;
	box-sizing: border-box;
	border-radius: 4px;	
	text-decoration: none;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}
.tab-buttons a span{
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	color: #B5A994;
}
.tab-buttons a + a{
	margin-left: 10px;
}
.tab-buttons a.active {
	background: #B5A994;
	border-color: #B5A994;
	color: #fff;
}
.tab-buttons a.active span{
	color: #fff8ee;
}
.tabs-wrapper {
	margin-bottom: 60px;
}
a.inverse-btn-new {
	margin-top: 60px;
	display: block;
	width: 100%;
	height: 75px;
	line-height: 75px;
	background: #B5A994;
	border: 1px solid #B5A994;	
	font-family: 'Core Sans A 55 Medium';
	font-size: 14px;
	line-height: 75px;
	text-align: center;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #FFFFFF;	
	text-decoration: none;
	cursor: pointer;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

a.inverse-btn-new:hover {
	background: #998F7F;
	border-color: #998F7F;
}
a.inverse-btn-new:active {
	background: #7B7161;
	border-color: #7B7161;
}
.tabs-detail {
	display: none;
}
.tabs-detail.active {
	display: block;
}
@media (max-width:1300px) {
	
	.navigation-wrapper {
		display: none;
	}
	.catalog-item__title-new {
		left: 5%;
		right: 5%;
	}
	.catalog-item__description {
		padding-left: 30px;
		padding-right: 30px;
	}
	.mobile-navigation {
		display: block;
	}
	.mobile-select-nav {
		position: relative;
		width: 350px;
		height: 75px;
		border: 1px solid #B5A994;
		padding: 23px 20px;
		font-family: 'Core Sans A 45 Regular';
		font-weight: 400;
		font-size: 18px;
		line-height: 28px;
		color: #262626;		
		margin-bottom: 100px;
	}
	.mobile-select-nav::after{
		content: "";
		display: block;
		width: 25px;
		height: 25px;
		background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-bot-arrow.svg');
		background-size: contain;
		position: absolute;
		right: 25px;
		top: 50%;
		margin-top: -12px;
	}
	.mobile-select-nav select {
		position: absolute;
		left: 0px;
		top: 0px;
		right: 0px;
		bottom: 0px;
		opacity: 0;
	}
}
@media (max-width:1200px) {
	.catalog-item__desc-title,
	.catalog-item__title-new {
		font-size: 46px;
		line-height: 52px;
	}
	.catalog-item__desc-text {
		display: none;
	}
	a.video-text-player {
		width: calc(100% + 200px);
		margin-left: -100px;
		margin-right: -100px;
	}
}
@media (max-width:1169px) {
	.mw-slider-item__text {
		padding-left: 50px;
		max-width: 500px;
	}
	.header-direction-width h1 {
		font-size: 56px;
		line-height: 64px;
	}
}
@media (max-width:1080px) {
	.catalog-item__desc-title,
	.catalog-item__title-new {
		font-size: 36px;
		line-height: 42px;
	}
	.catalog-item__desc-title::before {
		margin-top: 3px;
	}
}
@media (max-width:1024px) {
	.catalog-item__desc-text {
		display: none;
	}
	.catalog-item__title-new {
		display: flex;
		align-items: center;
		width: 90%;
		justify-content: space-between;
	}
	.catalog-item__title-new::after {
		content: "";
		display: block;
		width: 75px;
		height: 75px;
		background: no-repeat center center url('/local/templates/main.v2/css/../img/icons/icon-cursor-arrow.svg');
		background-size: contain;
		margin-left: 20px;
	}
}

@media (max-width:560px) {
	.catalog-item__title-new::after {
		width: 50px;
		height: 50px;
	}
}

@media (max-width:990px) {
	.catalog-item__title-new::after {
		width: 50px;
		height: 50px;
	}

	.widget[data-color-theme=custom] .tabs_control svg{
        display: none;
    }

    .widget[data-size=large] .tab_content .form, .widget[data-size=medium] .tab_content .form {
        flex-direction: column !important;
    }

    .widget[data-size=large] .tab_content .form_group, .widget[data-size=medium] .tab_content .form_group {
        flex-direction: column !important;
    }

    .widget[data-size=large] .tab_content .form_group, .widget[data-size=medium] .tab_content .form_group {
        width: 100% !important;
    }

    .widget[data-size=large] .tab_content .wrapper_suggest_form_field,
    .widget[data-size=medium] .tab_content .wrapper_suggest_form_field,
    .widget[data-size=large] .tab_content .date_form_field,
    .widget[data-size=medium] .tab_content .date_form_field,
    .widget[data-size=large] .tab_content .form_submit,
    .widget[data-size=medium] .tab_content .form_submit,
    .widget[data-size=large] .tab_content .passangers_form_field,
    .widget[data-size=medium] .tab_content .passangers_form_field,
    .widget[data-size=large] .tab_content .bus-passangers_form_field,
    .widget[data-size=medium] .tab_content .bus-passangers_form_field {
        min-width: 100% !important;
    }

    .widget[data-size=large] .tabs {
        padding: 0 !important;
    }

    .widget[data-size=large] .tabs_control span, .widget[data-size=medium] .tabs_control span {
        font-size: 13px !important;
    }

    .widget[data-size=large] .tab_content .form_group, .widget[data-size=medium] .tab_content .form_group {
        padding-right: 0 !important;
    }

    .pass_group_container.show {
        left: 50% !important;
        transform: translateX(-50%);
        width: 90%;
    }
}

@media (max-width:989px) {
	.tab-buttons {
		white-space: nowrap;
	}
	.tabs-wrapper-scroller {
		padding-bottom: 20px;
		overflow-x: scroll;
	}
	.tabs-wrapper {
		height: 47px;
		overflow: hidden;
	}
	a.video-text-player {
		width: 100%;
		margin-left: 0px;
		margin-right: 0px;
	}
	
	.header-direction-width h1 {
		font-size: 42px;
		line-height: 48px;	
		margin-bottom: 40px;
		margin-top: 80px;
	}
	.header-direction-width {
		font-size: 14px;
		line-height: 24px;
		margin-bottom: 80px;
	}
	.catalog-item__desc-title,
	.catalog-item__title-new {
		font-size: 24px;
		line-height: 30px;
	}
	.catalog-item__desc-title::before {
		margin-top: 3px;
		width: 50px;
		height: 50px;
	}
		
	a.arrow-button {
		width: 45px;
		height: 45px;
	}
	.about-center-description h1 {
		font-size: 62px;
		line-height: 65px;
	}
	.slider-marshes-wrapper {
		padding-bottom: 80px;
		background: #E6E2DC;	
	}
	.slider-marshes-wrapper .owl-stage-outer .mw-slider-item{
		padding: 0px 15px;
		width: 100%;
		max-width: 730px;
		margin-left: auto;
		margin-right: auto;
	}
	.mw-slider-item__flex {
		display: block;
	}
	.mw-slider-item__text,
	.mw-slider-item__img {
		width: 100%;
		max-width: 100%;
	}
	.mw-slider-item__text {
		padding: 60px;
	}
	.partners-block .owl-nav {
		display: none;
	}
	.blog-slider-list .owl-nav.disabled,
	.afisha-main-slider .owl-nav.disabled {
		display: none;
	}
	.directions-wrapper .owl-nav.disabled {
		display: none;
	}
	.afisha-main-slider .owl-nav.disabled {
		display: none;
	}
	a.simple-more-btn,
	a.orange-more-btn {
		margin-top: 40px;
		width: 186px;
		height: 50px;
		line-height: 50px;
		font-size: 12px;
	}
	h2.section-title {
		font-size: 36px;
		line-height: 42px;
		margin-bottom: 60px;
	}
	.section-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.exs-row-3-cols .exs-item:last-child {
		display: none;
	}
	.exs-row-3-cols .exs-item {
		width: 50%;
	}
	.mw-slider-item__text-title {
		font-size: 30px;
		line-height: 36px;		
	}
	
}
@media (max-width:729px) {
	.section-direction-detail .mt-100 {
		margin-top: 60px;
	}
	a.inverse-btn-new {
		height: 55px;
		line-height: 55px;
		font-size: 12px;
	}
	.mobile-select-nav {
		margin-bottom: 80px;
	}
	.subtitle-section {
		font-size: 36px;
		line-height: 42px;
	}
	.direction-text p {
		font-size: 14px;
		line-height: 24px;
	}
	.section-direction-detail .pt-200 {
		padding-top: 80px;
	}
	.section-direction-detail .pb-100 {
		padding-bottom: 80px;
	}
	.section-direction-detail .pt-100 {
		padding-top: 80px;
	}
	.section-direction-detail .section-region-content.pt-80.under-text-about-region {
		padding-top: 60px;
	}
	.section-direction-detail .section-region-content.pt-80.under-text-about-region p{
		margin-bottom: 0px;
	}
	a.video-text-player::before {
		width: 40px;
		height: 40px;
		background-size: contain;
		margin-left: -20px;
		margin-top: -20px;
	}
	.section-icon-location::before,
	.section-icon-ticket::before {
		width: 20px;
		height: 20px;
		background-size: contain;
	}
	.section-icon-location, .section-icon-ticket {
		font-size: 14px;
		line-height: 20px;
	}
	.section-about p {
		margin-bottom: 0px;
	}
	.region-tours-nav &gt; div {
		width: 50%;
	}
	.slider-marshes-wrapper .owl-stage-outer .mw-slider-item{
		max-width: 560px;
	}
	.about-center-description h1 {
		font-size: 42px;
		line-height: 45px;
	}
	.exs-item a {
		padding: 20px;
	}
	.guide__item-info-new {
		font-size: 12px;
	}
	.guide__item-name-new {
		font-size: 18px;
		line-height: 24px;
	}
	.custom-nav-owl-slider {
		display: none;
	}
	.pb-130 {
		padding-bottom: 100px;
	}
	.pt-130 {
		padding-top: 100px;
	}
	.pb-120 {
		padding-bottom: 100px;
	}
	.pt-120 {
		padding-top: 100px;
	}
	.pb-255 {
		padding-bottom: 100px;
	}
	.section-region{
		border-top: 1px solid #babab5;
	}
	.section-poster{
		margin-top: 0;
	}
	.section-blog{
		margin-bottom: 50px;
	}
	.section-region--list{
		padding-top: 0;
		margin-bottom: -50px;
	}
	.section-region--list .section-region{
		padding-bottom: 0;
	}
	.slider-marshes-wrapper{
		padding-bottom: 0;
	}
	.page-wrap .routes-banner{
		padding-bottom: 100px;
	}
	.page-wrap .header-block{
		padding-top: 50px
	}
	.header-direction-width {
		margin-bottom: 50px;
		margin-top: -70px;
	}
	.events {
		padding: 50px 0 80px;
	}
	.section-tourism--description,
	.tabs-city,
	.section-region-item,
	.section-region-item--description,
	.section-cities-on-map,
	.section-partners,
	.section-blog,
	.section-region,
	.section-direction,
	.section-poster,
	.section-tour{
		padding-top: 50px !important;
		padding-bottom: 50px !important;
	}
}
@media (max-width:760px) {
	.direction-list__item {
		width: 100%;
	}
	.header-direction-width h1 {
		font-size: 42px;
		line-height: 48px;
		text-align: center;
		letter-spacing: 0.05em;
		text-transform: uppercase;
		color: #262626;		
	}
	.catalog-item__desc-title::before {
		margin-top: -10px;
	}
}
@media (min-width:601px) {
	.section-title span {
		display: block;
	}
}
@media (max-width:600px) {
	.pt-230-xs {
		padding-top: 230px;
	}
	.section-title-with-button {
		margin-bottom: 60px;
		display: block;
	}
	.section-title-with-button h2.section-title {
		margin-bottom: 20px;
		line-height: 45px;
	}
	.section-title-with-button .simple-more-btn {
		width: 100%;
	}
}

@media (max-width:559px) {
	html{
		overflow-x: hidden;
	}
	.section-icon-location,.section-icon-ticket {
		display: block;
		text-align: center;
	}
	.section-icon-location + .section-icon-ticket {
		margin-left: 0px;
		margin-top: 20px;
	}
	.mobile-select-nav {
		width: 100%;
	}
	.mobile-scroller-hidden {
		height: 50px;
		overflow: hidden;
		margin-bottom: 60px;
	}
	.region-tours-nav {
		width: 500px;
	}
	.mobile-scroller {
		overflow-x: scroll;
		padding-bottom: 30px;
	}
	.main-about-slider.about-project-wrapper {
		overflow-x: scroll;
		padding-bottom: 30px;
	}
	.mobile-hidden-scroller {
		height: 190px;
		overflow: hidden;
	}
	.about-project-album .album__item + .album__item {
		margin-left: 0px;
	}
	.about-project-album .album__item {
		margin-right: 20px;
	}
	.about-project-album {
		width: 300px;
	}
	.about-project-album .album__item:nth-child(2){
		display: none;

	}
	.about-project-album .fancy__show-more {
		display: flex;
	}
	
	
	.section-region .city__item-name h4 {
		font-size: 32px;
		line-height: 38px;
	}
	.region-tours-nav &gt; div h3 {
		font-size: 12px;
		line-height: 50px;
		height: 50px;
	}
	.mw-slider-item__text-attrs &gt; div {
		padding-left: 30px;
		font-size: 14px;
		line-height: 24px;		
	}
	.mw-slider-item__text-descr {
		font-size: 14px;
	}
	.mw-slider-item__text-attr-icon-mark::before,
	.mw-slider-item__text-attr-icon-time::before {
		width: 20px;
		height: 20px;
	}
	.mw-slider-item__text {
		padding: 40px 20px;
	}
	.slider-marshes-wrapper .owl-stage-outer .mw-slider-item{
		max-width: 320px;
	}
	.about-center-description h1 {
		font-size: 32px;
	}
	.direction-text__static {
		font-size: 14px;
		line-height: 1.4;
	}
	.direction-arrow-btn {
		width: 50px;
		height: 50px;
	}
	.directions-item a .direction-title,
	.directions-item a .direction-title__static {
		font-size: 24px;
		line-height: 30px;
	}
    .favorite__item:hover .favorite__text {
        left: calc(100% - 250px);
        width: 245px;
        padding: 12px 55px 12px 15px;
    }	
	.exs-row-3-cols .exs-item:last-child {
		display: block;
	}
	.exs-row-2-cols,
	.exs-row-3-cols {
		display: block;
		margin-top: 0px;
	}
	.exs-row-2-cols .exs-item,
	.exs-row-3-cols .exs-item {
		width: 100%;
		display: block;
		margin-top: -1px;
	}
	.exs-row-2-cols .exs-item + .exs-item,
	.exs-row-3-cols .exs-item + .exs-item {
		border-left: 1px solid #B5A994;
	}
}
/* End */


/* Start:/local/templates/main.v2/fonts/fonts.css?15937667162032*/
@font-face {
  font-family: 'Proxima Nova';
  src: url("/local/templates/main.v2/fonts/Proxima Nova Light.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima Nova';
  src: url("/local/templates/main.v2/fonts/Proxima Nova Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url("/local/templates/main.v2/fonts/MinionPro-Semibold.otf") format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Minion Pro';
  src: url("/local/templates/main.v2/fonts/MinionPro-Bold.otf") format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Bebas Neue'; 
  src: url('/local/templates/main.v2/fonts/BebasNeue/BebasNeueCyrillic.ttf') format('truetype');
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans A45';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA45Regular.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Core Sans A45';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA45Regular-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans A55';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA55Medium.otf") format("opentype");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Core Sans A55';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA55Medium-Italic.otf") format("opentype");
  font-weight: normal;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: 'Core Sans A65';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA65Bold.otf") format("opentype");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Core Sans A65';
  src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA65Bold-Italic.otf") format("opentype");
  font-weight: bold;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Heading Pro';
  src: url("/local/templates/main.v2/fonts/HeadingPro-Bold.otf") format("opentype");
  font-weight: bold;
  font-display: swap;
}
/* End */


/* Start:/local/templates/main.v2/vt_styles.css?16353217906057*/
/***************** VT__NEWS_ITEM *****************/
.news__item {
    background-color: transparent;
}

/*events*/
body .objects-select__element-radio:checked + .objects-select__element {
    color: #262626;
}
.events .events__items .events__item .events__item_info {
    padding: 0 20px;
}
.events .events__items .events__item .events__item_info .events__item_row {
    display: flex;
    align-items: center;
    margin-top: 5px;
    flex-wrap: wrap;
}

.events__item_type-btn {
    width: 125px;
    height: 29px;
    font-size: 14px;
    line-height: 21px;
    /* padding: 5px 10px 3px; */
    padding: 10px;
    text-decoration: none;
    text-transform: uppercase;
    /* cursor: pointer; */
    cursor: default;
    border: 1px solid #B5A994;
    background-color: #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #262626;
    /* main */
    font-family: "Core Sans A 55 Medium";
    white-space: nowrap;
}

.events__item_type-btn:hover {
    /* background-color: #B5A994;
    color: #fff */
}

.events__item_type-btn:active {
    /* background-color: #998F7F;
    color: #fff */
}
.events .item-about-tags .item-tag {
    margin-right: 20px;
    margin-top: 15px;
}

.events .events__items .events__item .events__item_city {
    color: #404040;
    font-size: 14px;
    line-height: 22px;
    font-family: "Core Sans A 45 Regular", sans-serif;
    /* margin-left: 20px; */
    width: max-content;
}

.events .events__items .events__item .events__item_date {
    font-family: "Core Sans A 45 Regular", sans-serif;
    font-size: 14px;
    color: #595959;
    /* margin-top: 17px; */
}

.events .events__items .events__item .events__item_title {
    font-family: "Core Sans A 45 Regular", sans-serif;
    font-size: 22px;
    line-height: 28px;
    margin-top: 10px;
    /* max-height: 56px; */
    overflow: hidden;
}
.item__text_val {
    display: none;
    margin-bottom: 0;
}
.item__text_val.text__short {
    display: block;
}

@media (max-width: 768px) {
    .events .events__items .events__item .events__item_title {
        font-family: "Core Sans A 55 Medium", sans-serif;
        font-size: 18px;
        line-height: 28px;
        max-height: 56px;
    }
    .item__text_val.text__short {
        display: none;
    }
    .item__text_val.text__min {
        display: block;
    }
}
@media (max-width: 576px) {
   
}
/*events*/

/*favorite*/
.news__item .block__favorite {
    position: absolute;
    top: 20px;
    margin: 0 20px;
    display: flex;
    justify-content: flex-end;
    width: calc(100% - 40px);
    overflow: hidden;
}

.events__item .favorite__item {
    display: flex;
    align-items: center;
    
}
.favorite__item .favorite__text {
    padding: 12px 15px;
    position: absolute;
    white-space: nowrap;
    left: calc(100% - 44px);
    background-color: #B5A994;
    border-radius: 30px;
    transition: width, left, 640ms;
    width: 40px;
    overflow: hidden;
}
@media(min-width: 559px) {
    .favorite__item:hover .favorite__text {
        left: calc(100% - 250px);
        width: 245px;
        padding: 12px 55px 12px 15px;
    }
}

.favorite__item .favorite__text .text_val {
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
}

.favorite__item .favorite__icon {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: #B5A994;
    padding: 9px 15px;
    border-radius: 30px;
    width: 45px;
    height: 45px;
    z-index: 1;
}

.events__item .fav-enabled, .events__item.is-fav .fav-disabled {display: none;}
.events__item.is-fav .fav-enabled {display: inline;}

/*favorite*/


/***************** VT__NEWS_ITEM *****************/


/***************** VT_TILE *****************/
.vt-tiles.tile_wrapper {
    position: fixed;
    top: 100vh;
    right: 0;
    height: 0;
    z-index: 59;
    left: 0;
    text-align: center;
}
.vt-tiles .tile__item {
    display: inline-block;
    width: max-content;
    position: relative;
    z-index: 59;
    cursor: pointer;

    background-color: #234395;
    box-shadow: 0px 10px 30px rgba(35, 67, 149, 0.25);
    padding: 27px;
    
    top: 0;
    opacity: 1;
    transform: translate(0, 0);
    transition: all 200ms;
    max-width: 570px;
}
.vt-tiles .tile__item .inner-content {
    display: flex;
    align-items: center;
}
.vt-tiles .tile__item.item__active {
    position: relative;
} 
.vt-tiles .tile__item.item__hidden {
    position: absolute;
}
.vt-tiles .tile__item.item__older {
    opacity: 0;
} 
.vt-tiles .tile__item.position__inner {
    top: -195px;
}
.vt-tiles .tile__item.position__out {
    top: 0;
   
}
.vt-tiles .tile__item .tile__message_text {
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    text-align: center;
    color: #FFFFFF;
}
/*icons*/
.vt-tiles .tile__icons svg {
    display: none;
}
.vt-tiles .tile__icons[data-tile-type="notification"] svg.icon-notification {
    display: inline;
    margin-right: 15px;
}
.vt-tiles .tile__icons[data-tile-type="error"] svg.icon-error {
    display: inline;
    margin-right: 15px;
}
.vt-tiles .tile__icons[data-tile-type="success"] svg.icon-success {
    display: inline;
    margin-right: 15px;
}

/*adaptive*/
@media (max-width: 559px) {
    .vt-tiles.tile_wrapper {
        text-align: center;
    }
    .vt-tiles .tile__item {
        max-width: 300px;
    }
    .vt-tiles .tile__item .tile__message_text {
        font-size: 12px;
        line-height: 16px;
    }
}
/***************** VT_TILE *****************/
/* End */


/* Start:/local/templates/main.v2/libs/owl.carousel/assets/owl.carousel.min.css?15831482362936*/
/**
 * Owl Carousel v2.2.1
 * Copyright 2013-2017 David Deutsch
 * Licensed under  ()
 */
.owl-carousel,.owl-carousel .owl-item{-webkit-tap-highlight-color:transparent;position:relative}.owl-carousel{display:none;width:100%;z-index:1}.owl-carousel .owl-stage{position:relative;-ms-touch-action:pan-Y;-moz-backface-visibility:hidden}.owl-carousel .owl-stage:after{content:".";display:block;clear:both;visibility:hidden;line-height:0;height:0}.owl-carousel .owl-stage-outer{position:relative;overflow:hidden;-webkit-transform:translate3d(0,0,0)}.owl-carousel .owl-item,.owl-carousel .owl-wrapper{-webkit-backface-visibility:hidden;-moz-backface-visibility:hidden;-ms-backface-visibility:hidden;-webkit-transform:translate3d(0,0,0);-moz-transform:translate3d(0,0,0);-ms-transform:translate3d(0,0,0)}.owl-carousel .owl-item{min-height:1px;float:left;-webkit-backface-visibility:hidden;-webkit-touch-callout:none}.owl-carousel .owl-item img{display:block;width:100%}.owl-carousel .owl-dots.disabled,.owl-carousel .owl-nav.disabled{display:none}.no-js .owl-carousel,.owl-carousel.owl-loaded{display:block}.owl-carousel .owl-dot,.owl-carousel .owl-nav .owl-next,.owl-carousel .owl-nav .owl-prev{cursor:pointer;cursor:hand;-webkit-user-select:none;-khtml-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-loading{opacity:0;display:block}.owl-carousel.owl-hidden{opacity:0}.owl-carousel.owl-refresh .owl-item{visibility:hidden}.owl-carousel.owl-drag .owl-item{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.owl-carousel.owl-grab{cursor:move;cursor:grab}.owl-carousel.owl-rtl{direction:rtl}.owl-carousel.owl-rtl .owl-item{float:right}.owl-carousel .animated{animation-duration:1s;animation-fill-mode:both}.owl-carousel .owl-animated-in{z-index:0}.owl-carousel .owl-animated-out{z-index:1}.owl-carousel .fadeOut{animation-name:fadeOut}@keyframes fadeOut{0%{opacity:1}100%{opacity:0}}.owl-height{transition:height .5s ease-in-out}.owl-carousel .owl-item .owl-lazy{opacity:0;transition:opacity .4s ease}.owl-carousel .owl-item img.owl-lazy{transform-style:preserve-3d}.owl-carousel .owl-video-wrapper{position:relative;height:100%;background:#000}.owl-carousel .owl-video-play-icon{position:absolute;height:80px;width:80px;left:50%;top:50%;margin-left:-40px;margin-top:-40px;background:url(/local/templates/main.v2/libs/owl.carousel/assets/owl.video.play.png) no-repeat;cursor:pointer;z-index:1;-webkit-backface-visibility:hidden;transition:transform .1s ease}.owl-carousel .owl-video-play-icon:hover{-ms-transform:scale(1.3,1.3);transform:scale(1.3,1.3)}.owl-carousel .owl-video-playing .owl-video-play-icon,.owl-carousel .owl-video-playing .owl-video-tn{display:none}.owl-carousel .owl-video-tn{opacity:0;height:100%;background-position:center center;background-repeat:no-repeat;background-size:contain;transition:opacity .4s ease}.owl-carousel .owl-video-frame{position:relative;z-index:1;height:100%;width:100%}
/* End */


/* Start:/local/templates/main.v2/libs/monthpicker/monthpicker.css?15831482282561*/
п»ї
.monthpicker {
    display: inline-block;
    position: relative;
    font-family: "Century Gothic";
    font-size: .9em;
    vertical-align: middle;
}

.monthpicker_selector *::selection {
    background: transparent;
}

.monthpicker_input {
    display: inline-block;
    width: 100%;
    height: 100%;
    background-color: #2C2C2C;
    padding: 1px 5px;
    border: 2px solid transparent;
    border: none;
    outline: none;
    cursor: pointer;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    color: #FFF;
}

.monthpicker_input .placeholder {
    color: #888;
}

.monthpicker_input.active {
    background-color: #D4D4D4;
    color: #000;
}

.monthpicker_selector {
    position: absolute;
    top: 100%;
    background-color: #2C2C2C;
    min-width: 173px;
    box-shadow: 1px 2.5px 5px 0;
    z-index: 100;
}

.monthpicker_selector&gt;table {
    color: #FFF;
    width: 100%;
    text-align: center;
    border-spacing : 0;
    border-collapse : collapse;
    font-family: "Century Gothic";
    font-size: .9em;
}

.monthpicker_selector&gt;table tr:first-child td {
    padding-top: 3px;
    padding-bottom: 3px;
}

.monthpicker_selector&gt;table tr:first-child&gt;td:nth-child(1) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: left;
}

.monthpicker_selector&gt;table tr:first-child&gt;td:nth-child(2) {
    position: relative;
}

.monthpicker_selector&gt;table tr:first-child&gt;td:nth-child(3) {
    padding-left: 5px;
    padding-right: 5px;
    text-align: right;
}

.yearSwitch {
    padding: 0 10px;
    border-radius: 3px;
    background: #D4D4D4;
    color: #000;
    font-weight: bold;
    cursor: pointer;
}

.yearSwitch.off {
    visibility: hidden;
}

.yearValue {
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    left: 0;
    background: none;
    border: none;
    color: #FFF;
    outline: none;
    font-family: "Century Gothic";
    font-size: 1.1em;
}

/* months */
.monthpicker_selector .month {
    border: 1px solid #444;
    cursor: pointer;
}
.monthpicker_selector .month:hover {
    background-color: #444
}
.month.selected {
    background: #D4D4D4;
    color: #2C2C2C;
    font-weight: bold;
}
.monthpicker_selector .month.off {
    color: #666;
    cursor: not-allowed;
}
.monthpicker_selector .month.off:hover {
    background: none;
}

.monthpicker_selector&gt;table tr td:first-child {
    border-left: none;
}

.monthpicker_selector&gt;table tr td:last-child {
    border-right: none;
}

.monthpicker_selector&gt;table tr:last-child td {
    border-bottom: none;
}

/* End */


/* Start:/local/templates/main.v2/libs/smart-app-banner/smart-app-banner.css?16609111856179*/
.smartbanner-show {
	margin-top: 80px;
}

.smartbanner-show .smartbanner {
	display: block;
}

/** Default **/
.smartbanner {
	position: absolute;
	left: 0;
	top: 0;
	display: none;
	width: 100%;
	height: 80px;
	line-height: 80px;
	font-family: 'Helvetica Neue', sans-serif;
	background: #f4f4f4;
	z-index: 9998;
	-webkit-font-smoothing: antialiased;
	overflow: hidden;
	-webkit-text-size-adjust: none;
}

.smartbanner-container {
	margin: 0 auto;
	white-space: nowrap;
}

.smartbanner-close {
	display: inline-block;
	vertical-align: middle;
	margin: 0 5px 0 5px;
	font-family: 'ArialRoundedMTBold', Arial;
	font-size: 20px;
	text-align: center;
	color: #888;
	text-decoration: none;
	border: 0;
	border-radius: 14px;
	-webkit-font-smoothing: subpixel-antialiased;
}

.smartbanner-close:active,
.smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-icon {
	display: inline-block;
	vertical-align: middle;
	width: 57px;
	height: 57px;
	margin-right: 12px;
	background-size: cover;
	border-radius: 10px;
}

.smartbanner-info {
	display: inline-block;
	vertical-align: middle;
	width: 44%;
	font-size: 11px;
	line-height: 1.2em;
	font-weight: bold;
}

.smartbanner-title {
	font-size: 13px;
	line-height: 18px;
}

.smartbanner-button {
	position: absolute;
	right: 20px;
	top: 0;
	bottom: 0;
	margin: auto 0;
	height: 24px;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	font-weight: bold;
	color: #6a6a6a;
	text-transform: uppercase;
	text-decoration: none;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-button:active,
.smartbanner-button:hover {
	color: #aaa;
}

.smartbanner-button-text {
}

.smartbanner-button-text:active,
.smartbanner-button-text:hover {
}

/** iOS **/
.smartbanner-ios {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-ios .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-ios .smartbanner-close:active,
.smartbanner-ios .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-ios .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-ios .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-ios .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-ios .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-ios .smartbanner-button:active,
.smartbanner-ios .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-ios .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #234395;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-ios .smartbanner-button-text:active,
.smartbanner-ios .smartbanner-button-text:hover {
	background: #2b56c2;
}

/** Android **/
.smartbanner-android {
	background: #3d3d3d url(data:image/gif;base64,R0lGODlhCAAIAIABAFVVVf///yH5BAEHAAEALAAAAAAIAAgAAAINRG4XudroGJBRsYcxKAA7);
	box-shadow: inset 0 4px 0 #88b131;
	line-height: 82px;
}

.smartbanner-android .smartbanner-close {
	border: 0;
	width: 17px;
	height: 17px;
	line-height: 17px;
	margin-right: 7px;
	color: #b1b1b3;
	background: #1c1e21;
	text-shadow: 0 1px 1px #000;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.8) inset, 0 1px 1px rgba(255, 255, 255, 0.3);
}

.smartbanner-android .smartbanner-close:active,
.smartbanner-android .smartbanner-close:hover {
	color: #eee;
}

.smartbanner-android .smartbanner-icon {
	background-color: transparent;
	box-shadow: none;
}

.smartbanner-android .smartbanner-info {
	color: #ccc;
	text-shadow: 0 1px 2px #000;
}

.smartbanner-android .smartbanner-title {
	color: #fff;
	font-weight: bold;
}

.smartbanner-android .smartbanner-button {
	min-width: 12%;
	color: #d1d1d1;
	padding: 0;
	background: none;
	border-radius: 0;
	box-shadow: 0 0 0 1px #333, 0 0 0 2px #dddcdc;
}

.smartbanner-android .smartbanner-button:active,
.smartbanner-android .smartbanner-button:hover {
	background: none;
}

.smartbanner-android .smartbanner-button-text {
	text-align: center;
	display: block;
	padding: 0 10px;
	background: #234395;
	text-transform: none;
	text-shadow: none;
	box-shadow: none;
}

.smartbanner-android .smartbanner-button-text:active,
.smartbanner-android .smartbanner-button-text:hover {
	background: #2b56c2;
}

/** Windows **/
.smartbanner-windows {
	background: #f4f4f4;
	background: linear-gradient(to bottom, #f4f4f4, #cdcdcd);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
	line-height: 80px;
}

.smartbanner-windows .smartbanner-close {
	border: 0;
	width: 18px;
	height: 18px;
	line-height: 18px;
	color: #888;
	text-shadow: 0 1px 0 white;
}

.smartbanner-windows .smartbanner-close:active,
.smartbanner-windows .smartbanner-close:hover {
	color: #aaa;
}

.smartbanner-windows .smartbanner-icon {
	background: rgba(0, 0, 0, 0.6);
	background-size: cover;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.3);
}

.smartbanner-windows .smartbanner-info {
	color: #6a6a6a;
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
}

.smartbanner-windows .smartbanner-title {
	color: #4d4d4d;
	font-weight: bold;
}

.smartbanner-windows .smartbanner-button {
	padding: 0 10px;
	min-width: 10%;
	color: #6a6a6a;
	background: #efefef;
	background: linear-gradient(to bottom, #efefef, #dcdcdc);
	border-radius: 3px;
	box-shadow: inset 0 0 0 1px #bfbfbf, 0 1px 0 rgba(255, 255, 255, 0.6), 0 2px 0 rgba(255, 255, 255, 0.7) inset;
}

.smartbanner-windows .smartbanner-button:active,
.smartbanner-windows .smartbanner-button:hover {
	background: #dcdcdc;
	background: linear-gradient(to bottom, #dcdcdc, #efefef);
}

.smartbanner-windows .smartbanner-button-text {
}

.smartbanner-windows .smartbanner-button-text:active,
.smartbanner-windows .smartbanner-button-text:hover {
}

/* End */


/* Start:/local/templates/main.v2/libs/air-datepicker/css/datepicker.min.css?158314823312257*/
.datepicker--cells{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap}.datepicker--cell{border-radius:4px;box-sizing:border-box;cursor:pointer;display:-webkit-flex;display:-ms-flexbox;display:flex;position:relative;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;height:32px;z-index:1}.datepicker--cell.-focus-{background:#f0f0f0}.datepicker--cell.-current-{color:#4EB5E6}.datepicker--cell.-current-.-focus-{color:#4a4a4a}.datepicker--cell.-current-.-in-range-{color:#4EB5E6}.datepicker--cell.-in-range-{background:rgba(92,196,239,.1);color:#4a4a4a;border-radius:0}.datepicker--cell.-in-range-.-focus-{background-color:rgba(92,196,239,.2)}.datepicker--cell.-disabled-{cursor:default;color:#aeaeae}.datepicker--cell.-disabled-.-focus-{color:#aeaeae}.datepicker--cell.-disabled-.-in-range-{color:#a1a1a1}.datepicker--cell.-disabled-.-current-.-focus-{color:#aeaeae}.datepicker--cell.-range-from-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:4px 0 0 4px}.datepicker--cell.-range-to-{border:1px solid rgba(92,196,239,.5);background-color:rgba(92,196,239,.1);border-radius:0 4px 4px 0}.datepicker--cell.-selected-,.datepicker--cell.-selected-.-current-{color:#fff;background:#5cc4ef}.datepicker--cell.-range-from-.-range-to-{border-radius:4px}.datepicker--cell.-selected-{border:none}.datepicker--cell.-selected-.-focus-{background:#45bced}.datepicker--cell:empty{cursor:default}.datepicker--days-names{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-flex-wrap:wrap;-ms-flex-wrap:wrap;flex-wrap:wrap;margin:8px 0 3px}.datepicker--day-name{color:#FF9A19;display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-flex:1;-ms-flex:1;flex:1;text-align:center;text-transform:uppercase;font-size:.8em}.-only-timepicker- .datepicker--content,.datepicker--body,.datepicker-inline .datepicker--pointer{display:none}.datepicker--cell-day{width:14.28571%}.datepicker--cells-months{height:170px}.datepicker--cell-month{width:33.33%;height:25%}.datepicker--cells-years,.datepicker--years{height:170px}.datepicker--cell-year{width:25%;height:33.33%}.datepickers-container{position:absolute;left:0;top:0}@media print{.datepickers-container{display:none}}.datepicker{background:#fff;border:1px solid #dbdbdb;box-shadow:0 4px 12px rgba(0,0,0,.15);border-radius:4px;box-sizing:content-box;font-family:Tahoma,sans-serif;font-size:14px;color:#4a4a4a;width:250px;position:absolute;left:-100000px;opacity:0;transition:opacity .3s ease,left 0s .3s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s .3s;transition:opacity .3s ease,transform .3s ease,left 0s .3s,-webkit-transform .3s ease;z-index:100}.datepicker.-from-top-{-webkit-transform:translateY(-8px);transform:translateY(-8px)}.datepicker.-from-right-{-webkit-transform:translateX(8px);transform:translateX(8px)}.datepicker.-from-bottom-{-webkit-transform:translateY(8px);transform:translateY(8px)}.datepicker.-from-left-{-webkit-transform:translateX(-8px);transform:translateX(-8px)}.datepicker.active{opacity:1;-webkit-transform:translate(0);transform:translate(0);transition:opacity .3s ease,left 0s 0s,-webkit-transform .3s ease;transition:opacity .3s ease,transform .3s ease,left 0s 0s;transition:opacity .3s ease,transform .3s ease,left 0s 0s,-webkit-transform .3s ease}.datepicker-inline .datepicker{border-color:#d7d7d7;box-shadow:none;position:static;left:auto;right:auto;opacity:1;-webkit-transform:none;transform:none}.datepicker--content{box-sizing:content-box;padding:4px}.datepicker--pointer{position:absolute;background:#fff;border-top:1px solid #dbdbdb;border-right:1px solid #dbdbdb;width:10px;height:10px;z-index:-1}.datepicker--nav-action:hover,.datepicker--nav-title:hover{background:#f0f0f0}.-top-center- .datepicker--pointer,.-top-left- .datepicker--pointer,.-top-right- .datepicker--pointer{top:calc(100% - 4px);-webkit-transform:rotate(135deg);transform:rotate(135deg)}.-right-bottom- .datepicker--pointer,.-right-center- .datepicker--pointer,.-right-top- .datepicker--pointer{right:calc(100% - 4px);-webkit-transform:rotate(225deg);transform:rotate(225deg)}.-bottom-center- .datepicker--pointer,.-bottom-left- .datepicker--pointer,.-bottom-right- .datepicker--pointer{bottom:calc(100% - 4px);-webkit-transform:rotate(315deg);transform:rotate(315deg)}.-left-bottom- .datepicker--pointer,.-left-center- .datepicker--pointer,.-left-top- .datepicker--pointer{left:calc(100% - 4px);-webkit-transform:rotate(45deg);transform:rotate(45deg)}.-bottom-left- .datepicker--pointer,.-top-left- .datepicker--pointer{left:10px}.-bottom-right- .datepicker--pointer,.-top-right- .datepicker--pointer{right:10px}.-bottom-center- .datepicker--pointer,.-top-center- .datepicker--pointer{left:calc(50% - 10px / 2)}.-left-top- .datepicker--pointer,.-right-top- .datepicker--pointer{top:10px}.-left-bottom- .datepicker--pointer,.-right-bottom- .datepicker--pointer{bottom:10px}.-left-center- .datepicker--pointer,.-right-center- .datepicker--pointer{top:calc(50% - 10px / 2)}.datepicker--body.active{display:block}.datepicker--nav{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-justify-content:space-between;-ms-flex-pack:justify;justify-content:space-between;border-bottom:1px solid #efefef;min-height:32px;padding:4px}.-only-timepicker- .datepicker--nav{display:none}.datepicker--nav-action,.datepicker--nav-title{display:-webkit-flex;display:-ms-flexbox;display:flex;cursor:pointer;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center}.datepicker--nav-action{width:32px;border-radius:4px;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}.datepicker--nav-action.-disabled-{visibility:hidden}.datepicker--nav-action svg{width:32px;height:32px}.datepicker--nav-action path{fill:none;stroke:#9c9c9c;stroke-width:2px}.datepicker--nav-title{border-radius:4px;padding:0 8px}.datepicker--buttons,.datepicker--time{border-top:1px solid #efefef;padding:4px}.datepicker--nav-title i{font-style:normal;color:#9c9c9c;margin-left:5px}.datepicker--nav-title.-disabled-{cursor:default;background:0 0}.datepicker--buttons{display:-webkit-flex;display:-ms-flexbox;display:flex}.datepicker--button{color:#4EB5E6;cursor:pointer;border-radius:4px;-webkit-flex:1;-ms-flex:1;flex:1;display:-webkit-inline-flex;display:-ms-inline-flexbox;display:inline-flex;-webkit-justify-content:center;-ms-flex-pack:center;justify-content:center;-webkit-align-items:center;-ms-flex-align:center;align-items:center;height:32px}.datepicker--button:hover{color:#4a4a4a;background:#f0f0f0}.datepicker--time{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;position:relative}.datepicker--time.-am-pm- .datepicker--time-sliders{-webkit-flex:0 1 138px;-ms-flex:0 1 138px;flex:0 1 138px;max-width:138px}.-only-timepicker- .datepicker--time{border-top:none}.datepicker--time-sliders{-webkit-flex:0 1 153px;-ms-flex:0 1 153px;flex:0 1 153px;margin-right:10px;max-width:153px}.datepicker--time-label{display:none;font-size:12px}.datepicker--time-current{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;-webkit-flex:1;-ms-flex:1;flex:1;font-size:14px;text-align:center;margin:0 0 0 10px}.datepicker--time-current-colon{margin:0 2px 3px;line-height:1}.datepicker--time-current-hours,.datepicker--time-current-minutes{line-height:1;font-size:19px;font-family:"Century Gothic",CenturyGothic,AppleGothic,sans-serif;position:relative;z-index:1}.datepicker--time-current-hours:after,.datepicker--time-current-minutes:after{content:'';background:#f0f0f0;border-radius:4px;position:absolute;left:-2px;top:-3px;right:-2px;bottom:-2px;z-index:-1;opacity:0}.datepicker--time-current-hours.-focus-:after,.datepicker--time-current-minutes.-focus-:after{opacity:1}.datepicker--time-current-ampm{text-transform:uppercase;-webkit-align-self:flex-end;-ms-flex-item-align:end;align-self:flex-end;color:#9c9c9c;margin-left:6px;font-size:11px;margin-bottom:1px}.datepicker--time-row{display:-webkit-flex;display:-ms-flexbox;display:flex;-webkit-align-items:center;-ms-flex-align:center;align-items:center;font-size:11px;height:17px;background:linear-gradient(to right,#dedede,#dedede) left 50%/100% 1px no-repeat}.datepicker--time-row:first-child{margin-bottom:4px}.datepicker--time-row input[type=range]{background:0 0;cursor:pointer;-webkit-flex:1;-ms-flex:1;flex:1;height:100%;padding:0;margin:0;-webkit-appearance:none}.datepicker--time-row input[type=range]::-ms-tooltip{display:none}.datepicker--time-row input[type=range]:hover::-webkit-slider-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-moz-range-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:hover::-ms-thumb{border-color:#b8b8b8}.datepicker--time-row input[type=range]:focus{outline:0}.datepicker--time-row input[type=range]:focus::-webkit-slider-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-moz-range-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]:focus::-ms-thumb{background:#5cc4ef;border-color:#5cc4ef}.datepicker--time-row input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s;margin-top:-6px}.datepicker--time-row input[type=range]::-moz-range-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-ms-thumb{box-sizing:border-box;height:12px;width:12px;border-radius:3px;border:1px solid #dedede;background:#fff;cursor:pointer;transition:background .2s}.datepicker--time-row input[type=range]::-webkit-slider-runnable-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-moz-range-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-track{border:none;height:1px;cursor:pointer;color:transparent;background:0 0}.datepicker--time-row input[type=range]::-ms-fill-lower{background:0 0}.datepicker--time-row input[type=range]::-ms-fill-upper{background:0 0}.datepicker--time-row span{padding:0 12px}.datepicker--time-icon{color:#9c9c9c;border:1px solid;border-radius:50%;font-size:16px;position:relative;margin:0 5px -1px 0;width:1em;height:1em}.datepicker--time-icon:after,.datepicker--time-icon:before{content:'';background:currentColor;position:absolute}.datepicker--time-icon:after{height:.4em;width:1px;left:calc(50% - 1px);top:calc(50% + 1px);-webkit-transform:translateY(-100%);transform:translateY(-100%)}.datepicker--time-icon:before{width:.4em;height:1px;top:calc(50% + 1px);left:calc(50% - 1px)}.datepicker--cell-day.-other-month-,.datepicker--cell-year.-other-decade-{color:#dedede}.datepicker--cell-day.-other-month-:hover,.datepicker--cell-year.-other-decade-:hover{color:#c5c5c5}.-disabled-.-focus-.datepicker--cell-day.-other-month-,.-disabled-.-focus-.datepicker--cell-year.-other-decade-{color:#dedede}.-selected-.datepicker--cell-day.-other-month-,.-selected-.datepicker--cell-year.-other-decade-{color:#fff;background:#a2ddf6}.-selected-.-focus-.datepicker--cell-day.-other-month-,.-selected-.-focus-.datepicker--cell-year.-other-decade-{background:#8ad5f4}.-in-range-.datepicker--cell-day.-other-month-,.-in-range-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.1);color:#ccc}.-in-range-.-focus-.datepicker--cell-day.-other-month-,.-in-range-.-focus-.datepicker--cell-year.-other-decade-{background-color:rgba(92,196,239,.2)}.datepicker--cell-day.-other-month-:empty,.datepicker--cell-year.-other-decade-:empty{background:0 0;border:none}
/* End */


/* Start:/local/templates/main.v2/libs/fancybox/jquery.fancybox.css?164854134717123*/
@charset "UTF-8";
body.fancybox-active {
  overflow: hidden; }

body.fancybox-iosfix {
  position: fixed;
  left: 0;
  right: 0; }

.fancybox-is-hidden {
  position: absolute;
  top: -9999px;
  left: -9999px;
  visibility: hidden; }

.fancybox-container {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99992;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; }

.fancybox-outer,
.fancybox-inner,
.fancybox-bg,
.fancybox-stage {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0; }

.fancybox-outer {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch; }

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  transition-duration: inherit;
  transition-property: opacity;
  transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71); }

.fancybox-is-open .fancybox-bg {
  opacity: 0.87;
  transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1); }

.fancybox-infobar,
.fancybox-toolbar,
.fancybox-caption-wrap {
  position: absolute;
  direction: ltr;
  z-index: 99997;
  opacity: 0;
  visibility: hidden;
  transition: opacity .25s, visibility 0s linear .25s;
  box-sizing: border-box; }

.fancybox-show-infobar .fancybox-infobar,
.fancybox-show-toolbar .fancybox-toolbar,
.fancybox-show-caption .fancybox-caption-wrap {
  opacity: 1;
  visibility: visible;
  transition: opacity .25s, visibility 0s; }

.fancybox-infobar {
  top: 0;
  left: 0;
  font-size: 13px;
  padding: 0 10px;
  height: 44px;
  min-width: 44px;
  line-height: 44px;
  color: #ccc;
  text-align: center;
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: subpixel-antialiased;
  mix-blend-mode: exclusion; }

.fancybox-toolbar {
  top: 0;
  right: 0;
  margin: 0;
  padding: 0; }

.fancybox-stage {
  overflow: hidden;
  direction: ltr;
  z-index: 99994;
  -webkit-transform: translate3d(0, 0, 0); }

.fancybox-is-closing .fancybox-stage {
  overflow: visible; }

.fancybox-slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow: auto;
  outline: none;
  white-space: normal;
  box-sizing: border-box;
  text-align: center;
  z-index: 99994;
  -webkit-overflow-scrolling: touch;
  display: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-slide::before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  height: 100%;
  width: 0; }

.fancybox-is-sliding .fancybox-slide,
.fancybox-slide--previous,
.fancybox-slide--current,
.fancybox-slide--next {
  display: block; }

.fancybox-slide--image {
  overflow: visible; }

.fancybox-slide--image::before {
  display: none; }

.fancybox-slide--video .fancybox-content,
.fancybox-slide--video iframe {
  background: #000; }

.fancybox-slide--map .fancybox-content,
.fancybox-slide--map iframe {
  background: #E5E3DF; }

.fancybox-slide--next {
  z-index: 99995; }

.fancybox-slide &gt; * {
  display: inline-block;
  position: relative;
  padding: 24px;
  margin: 44px 0 44px;
  border-width: 0;
  vertical-align: middle;
  text-align: left;
  background-color: #fff;
  overflow: auto;
  box-sizing: border-box; }

.fancybox-slide &gt; title,
.fancybox-slide &gt; style,
.fancybox-slide &gt; meta,
.fancybox-slide &gt; link,
.fancybox-slide &gt; script,
.fancybox-slide &gt; base {
  display: none; }

.fancybox-slide .fancybox-image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
  padding: 0;
  border: 0;
  z-index: 99995;
  background: transparent;
  cursor: default;
  overflow: visible;
  -webkit-transform-origin: top left;
  -ms-transform-origin: top left;
  transform-origin: top left;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  transition-property: opacity, -webkit-transform;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform; }

.fancybox-can-zoomOut .fancybox-image-wrap {
  cursor: -webkit-zoom-out;
  cursor: zoom-out; }

.fancybox-can-zoomIn .fancybox-image-wrap {
  cursor: -webkit-zoom-in;
  cursor: zoom-in; }

.fancybox-can-drag .fancybox-image-wrap {
  cursor: -webkit-grab;
  cursor: grab; }

.fancybox-is-dragging .fancybox-image-wrap {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

.fancybox-image,
.fancybox-spaceball {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  max-width: none;
  max-height: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-spaceball {
  z-index: 1; }

.fancybox-slide--iframe .fancybox-content {
  padding: 0;
  width: 80%;
  height: 80%;
  max-width: calc(100% - 100px);
  max-height: calc(100% - 88px);
  overflow: visible;
  background: #fff; }

.fancybox-iframe {
  display: block;
  margin: 0;
  padding: 0;
  border: 0;
  width: 100%;
  height: 100%;
  background: #fff; }

.fancybox-error {
  margin: 0;
  padding: 40px;
  width: 100%;
  max-width: 380px;
  background: #fff;
  cursor: default; }

.fancybox-error p {
  margin: 0;
  padding: 0;
  color: #444;
  font-size: 16px;
  line-height: 20px; }

/* Buttons */
.fancybox-button {
  box-sizing: border-box;
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  margin: 0;
  padding: 10px;
  border: 0;
  border-radius: 0;
  background: rgba(30, 30, 30, 0.6);
  transition: color .3s ease;
  cursor: pointer;
  outline: none; }

.fancybox-button,
.fancybox-button:visited,
.fancybox-button:link {
  color: #ccc; }

.fancybox-button:focus,
.fancybox-button:hover {
  color: #fff; }

.fancybox-button[disabled] {
  color: #ccc;
  cursor: default;
  opacity: 0.6; }

.fancybox-button svg {
  display: block;
  position: relative;
  overflow: visible;
  shape-rendering: geometricPrecision; }

.fancybox-button svg path {
  fill: currentColor;
  stroke: currentColor;
  stroke-linejoin: round;
  stroke-width: 3; }

.fancybox-button--share svg path {
  stroke-width: 1; }

.fancybox-button--play svg path:nth-child(2) {
  display: none; }

.fancybox-button--pause svg path:nth-child(1) {
  display: none; }

.fancybox-button--zoom svg path {
  fill: transparent; }

/* Navigation arrows */
.fancybox-navigation {
  display: none; }

.fancybox-show-nav .fancybox-navigation {
  display: block; }

.fancybox-navigation button {
  position: absolute;
  top: 50%;
  margin: -50px 0 0 0;
  z-index: 99997;
  background: transparent;
  width: 60px;
  height: 100px;
  padding: 17px; }

.fancybox-navigation button:before {
  content: "";
  position: absolute;
  top: 30px;
  right: 10px;
  width: 40px;
  height: 40px;
  background: rgba(30, 30, 30, 0.6); }

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0; }

.fancybox-navigation .fancybox-button--arrow_right {
  right: 0; }

/* Close button on the top right corner of html content */
.fancybox-close-small {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  z-index: 10;
  cursor: pointer; }

.fancybox-close-small:after {
  content: 'Г—';
  position: absolute;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
  font: 20px/30px Arial,"Helvetica Neue",Helvetica,sans-serif;
  color: #888;
  font-weight: 300;
  text-align: center;
  border-radius: 50%;
  border-width: 0;
  background-color: transparent;
  transition: background-color .25s;
  box-sizing: border-box;
  z-index: 2; }

.fancybox-close-small:focus {
  outline: none; }

.fancybox-close-small:focus:after {
  outline: 1px dotted #888; }

.fancybox-close-small:hover:after {
  color: #555;
  background: #eee; }

.fancybox-slide--image .fancybox-close-small,
.fancybox-slide--iframe .fancybox-close-small {
  top: 0;
  right: -40px; }

.fancybox-slide--image .fancybox-close-small:after,
.fancybox-slide--iframe .fancybox-close-small:after {
  font-size: 35px;
  color: #aaa; }

.fancybox-slide--image .fancybox-close-small:hover:after,
.fancybox-slide--iframe .fancybox-close-small:hover:after {
  color: #fff;
  background: transparent; }

.fancybox-is-scaling .fancybox-close-small,
.fancybox-is-zoomable.fancybox-can-drag .fancybox-close-small {
  display: none; }

/* Caption */
.fancybox-caption-wrap {
  bottom: 0;
  left: 0;
  right: 0;
  padding: 60px 2vw 0 2vw;
  background: linear-gradient(to bottom, transparent 0%, rgba(0, 0, 0, 0.1) 20%, rgba(0, 0, 0, 0.2) 40%, rgba(0, 0, 0, 0.6) 80%, rgba(0, 0, 0, 0.8) 100%);
  pointer-events: none; }

.fancybox-caption {
  padding: 30px 0;
  border-top: 1px solid rgba(255, 255, 255, 0.4);
  font-size: 14px;
  color: #fff;
  line-height: 20px;
  -webkit-text-size-adjust: none; }

.fancybox-caption a,
.fancybox-caption button,
.fancybox-caption select {
  pointer-events: all;
  position: relative;
  /* Fix IE11 */ }

.fancybox-caption a {
  color: #fff;
  text-decoration: underline; }

/* Loading indicator */
.fancybox-slide &gt; .fancybox-loading {
  border: 6px solid rgba(100, 100, 100, 0.4);
  border-top: 6px solid rgba(255, 255, 255, 0.6);
  border-radius: 100%;
  height: 50px;
  width: 50px;
  -webkit-animation: fancybox-rotate .8s infinite linear;
  animation: fancybox-rotate .8s infinite linear;
  background: transparent;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -30px;
  margin-left: -30px;
  z-index: 99999; }

@-webkit-keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

@keyframes fancybox-rotate {
  from {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg); }
  to {
    -webkit-transform: rotate(359deg);
    transform: rotate(359deg); } }

/* Transition effects */
.fancybox-animated {
  transition-timing-function: cubic-bezier(0, 0, 0.25, 1); }

/* transitionEffect: slide */
.fancybox-fx-slide.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-slide.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: fade */
.fancybox-fx-fade.fancybox-slide--previous,
.fancybox-fx-fade.fancybox-slide--next {
  opacity: 0;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1); }

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1; }

/* transitionEffect: zoom-in-out */
.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
  transform: scale3d(1.5, 1.5, 1.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
  transform: scale3d(0.5, 0.5, 0.5);
  opacity: 0; }

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1; }

/* transitionEffect: rotate */
.fancybox-fx-rotate.fancybox-slide--previous {
  -webkit-transform: rotate(-360deg);
  -ms-transform: rotate(-360deg);
  transform: rotate(-360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--next {
  -webkit-transform: rotate(360deg);
  -ms-transform: rotate(360deg);
  transform: rotate(360deg);
  opacity: 0; }

.fancybox-fx-rotate.fancybox-slide--current {
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  opacity: 1; }

/* transitionEffect: circular */
.fancybox-fx-circular.fancybox-slide--previous {
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--next {
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
  opacity: 0; }

.fancybox-fx-circular.fancybox-slide--current {
  -webkit-transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  transform: scale3d(1, 1, 1) translate3d(0, 0, 0);
  opacity: 1; }

/* transitionEffect: tube */
.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
  transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg); }

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
  transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg); }

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translate3d(0, 0, 0) scale(1);
  transform: translate3d(0, 0, 0) scale(1); }

/* Share */
.fancybox-share {
  padding: 30px;
  border-radius: 3px;
  background: #f4f4f4;
  max-width: 90%; }

.fancybox-share h1 {
  color: #222;
  margin: 0 0 20px 0;
  font-size: 33px;
  font-weight: 700;
  text-align: center; }

.fancybox-share p {
  margin: 0;
  padding: 0;
  text-align: center; }

.fancybox-share p:first-of-type {
  margin-right: -10px; }

.fancybox-share_button {
  display: inline-block;
  text-decoration: none;
  margin: 0 10px 10px 0;
  padding: 10px 20px;
  border: 0;
  border-radius: 3px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
  background: #fff;
  white-space: nowrap;
  font-size: 16px;
  line-height: 23px;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  min-width: 140px;
  color: #707070;
  transition: all .2s; }

.fancybox-share_button:focus,
.fancybox-share_button:hover {
  text-decoration: none;
  color: #333;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.3); }

.fancybox-share_button svg {
  margin-right: 5px;
  width: 20px;
  height: 20px;
  vertical-align: text-bottom; }

.fancybox-share input {
  box-sizing: border-box;
  width: 100%;
  margin: 5px 0 0 0;
  padding: 10px 15px;
  border: 1px solid #d7d7d7;
  border-radius: 3px;
  background: #ebebeb;
  color: #5d5b5b;
  font-size: 14px;
  outline: none; }

/* Thumbs */
.fancybox-thumbs {
  display: none;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 212px;
  margin: 0;
  padding: 2px 2px 4px 2px;
  background: #fff;
  -webkit-tap-highlight-color: transparent;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  box-sizing: border-box;
  z-index: 99995; }

.fancybox-thumbs-x {
  overflow-y: hidden;
  overflow-x: auto; }

.fancybox-show-thumbs .fancybox-thumbs {
  display: block; }

.fancybox-show-thumbs .fancybox-inner {
  right: 212px; }

.fancybox-thumbs &gt; ul {
  list-style: none;
  position: absolute;
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  overflow-x: hidden;
  overflow-y: auto;
  font-size: 0;
  white-space: nowrap; }

.fancybox-thumbs-x &gt; ul {
  overflow: hidden; }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar {
  width: 7px; }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3); }

.fancybox-thumbs-y &gt; ul::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px; }

.fancybox-thumbs &gt; ul &gt; li {
  float: left;
  overflow: hidden;
  padding: 0;
  margin: 2px;
  width: 100px;
  height: 75px;
  max-width: calc(50% - 4px);
  max-height: calc(100% - 8px);
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-tap-highlight-color: transparent;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  box-sizing: border-box; }

li.fancybox-thumbs-loading {
  background: rgba(0, 0, 0, 0.1); }

.fancybox-thumbs &gt; ul &gt; li &gt; img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: none;
  max-height: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.fancybox-thumbs &gt; ul &gt; li:before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  border: 4px solid #4ea7f9;
  z-index: 99991;
  opacity: 0;
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

.fancybox-thumbs &gt; ul &gt; li.fancybox-thumbs-active:before {
  opacity: 1; }

/* Styling for Small-Screen Devices */
@media all and (max-width: 800px) {
  .fancybox-thumbs {
    width: 110px; }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px; }
  .fancybox-thumbs &gt; ul &gt; li {
    max-width: calc(100% - 10px); } }

/* End */


/* Start:/local/templates/main.v2/libs/slimselect/slimselect.min.css?15965239938537*/
.ss-main {
    position: relative;
    display: inline-block;
    user-select: none;
    color: #666;
    width: 100%
}

.ss-main .ss-single-selected {
    display: flex;
    cursor: pointer;
    width: 100%;
    height: 30px;
    padding: 6px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s
}

.ss-main .ss-single-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-single-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-single-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-single-selected .placeholder {
    flex: 1 1 100%;
    text-align: left;
    width: calc(100% - 30px);
    line-height: 1em;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}

.ss-main .ss-single-selected .placeholder,.ss-main .ss-single-selected .placeholder * {
    display: flex;
    align-items: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

.ss-main .ss-single-selected .placeholder * {
    width: auto
}

.ss-main .ss-single-selected .placeholder .ss-disabled {
    color: #dedede
}

.ss-main .ss-single-selected .ss-deselect {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px;
    font-weight: 700
}

.ss-main .ss-single-selected .ss-deselect.ss-hide {
    display: none
}

.ss-main .ss-single-selected .ss-arrow {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 0 1 auto;
    margin: 0 6px
}

.ss-main .ss-single-selected .ss-arrow span {
    border: solid #666;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transition: transform .2s,margin .2s
}

.ss-main .ss-single-selected .ss-arrow span.arrow-up {
    transform: rotate(-135deg);
    margin: 3px 0 0
}

.ss-main .ss-single-selected .ss-arrow span.arrow-down {
    transform: rotate(45deg);
    margin: -3px 0 0
}

.ss-main .ss-multi-selected {
    display: flex;
    flex-direction: row;
    cursor: pointer;
    min-height: 61px;
    width: 100%;
    padding: 0 0 0 3px;
    border: 1px solid #dcdee2;
    /* border-radius: 4px; */
    background-color: #fff;
    outline: 0;
    box-sizing: border-box;
    transition: background-color .2s;
    padding: 4px 7px;
}

.ss-main .ss-multi-selected.ss-disabled {
    background-color: #dcdee2;
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-disabled {
    color: #666
}

.ss-main .ss-multi-selected.ss-disabled .ss-values .ss-value .ss-value-delete {
    cursor: not-allowed
}

.ss-main .ss-multi-selected.ss-open-above {
    border-top-left-radius: 0;
    border-top-right-radius: 0
}

.ss-main .ss-multi-selected.ss-open-below {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0
}

.ss-main .ss-multi-selected .ss-values {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    flex: 1 1 100%;
    width: calc(100% - 30px)
}

.ss-main .ss-multi-selected .ss-values .ss-disabled {
    display: flex;
    padding: 4px 5px;
    margin: 2px 0;
    line-height: 1em;
    align-items: center;
    width: 100%;
    color: #dedede;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}

@keyframes scaleIn {
    0% {
        transform: scale(0);
        opacity: 0
    }

    to {
        transform: scale(1);
        opacity: 1
    }
}

@keyframes scaleOut {
    0% {
        transform: scale(1);
        opacity: 1
    }

    to {
        transform: scale(0);
        opacity: 0
    }
}

.ss-main .ss-multi-selected .ss-values .ss-value {
    display: flex;
    user-select: none;
    align-items: center;
    /* font-size: 12px; */
    padding: 12px 10px;
    margin: 3px 5px 3px 0;
    color: #fff;
    background-color: #E16E4D;
    border-radius: 4px;
    animation-name: scaleIn;
    animation-duration: .2s;
    animation-timing-function: ease-out;
    animation-fill-mode: both;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;    
}

.ss-main .ss-multi-selected .ss-values .ss-value.ss-out {
    animation-name: scaleOut;
    animation-duration: .2s;
    animation-timing-function: ease-out
}

.ss-main .ss-multi-selected .ss-values .ss-value .ss-value-delete {
    margin: 0 0 0 20px;
    cursor: pointer;
    background: url(/local/templates/main.v2/libs/slimselect/../../img/close.png) no-repeat center center;
    display: inline-block;
    width: 16px;
    height: 16px;
    font-size: 0;
}

.ss-main .ss-multi-selected .ss-add {
    display: flex;
    flex: 0 0 15px;
    margin: 5px 5px 0 5px;
    background: url(/local/templates/main.v2/libs/slimselect/../../img/select.svg) no-repeat center center;
}

.ss-main .ss-multi-selected .ss-add .ss-plus {
    /* display: flex;
    justify-content: center;
    align-items: center;
    background: #666;
    position: relative;
    height: 10px;
    width: 2px;
    transition: transform .2s */
}

.ss-main .ss-multi-selected .ss-add .ss-plus:after {
    /* background: #666;
    content: "";
    position: absolute;
    height: 2px;
    width: 10px;
    left: -4px;
    top: 4px */
}

.ss-main .ss-multi-selected .ss-add .ss-plus.ss-cross {
    transform: rotate(45deg)
}

.ss-content {
    position: absolute;
    width: 100%;
    margin: -1px 0 0;
    box-sizing: border-box;
    border: 1px solid #dcdee2;
    z-index: 1010;
    background-color: #fff;
    transform-origin: center top;
    transition: transform .2s,opacity .2s;
    opacity: 0;
    transform: scaleY(0)
}

.ss-content.ss-open {
    display: block;
    opacity: 1;
    transform: scaleY(1)
}

.ss-content .ss-search {
    display: flex;
    flex-direction: row;
    padding: 8px 8px 6px
}

.ss-content .ss-search.ss-hide,.ss-content .ss-search.ss-hide input {
    height: 0;
    opacity: 0;
    padding: 0;
    margin: 0
}

.ss-content .ss-search input {
    display: inline-flex;
    font-size: inherit;
    line-height: inherit;
    flex: 1 1 auto;
    width: 100%;
    min-width: 0;
    height: 30px;
    padding: 6px 8px;
    margin: 0;
    border: 1px solid #dcdee2;
    /* border-radius: 4px; */
    background-color: #fff;
    outline: 0;
    text-align: left;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -webkit-appearance: textfield
}

.ss-content .ss-search input::placeholder {
    color: #8a8a8a;
    vertical-align: middle
}

.ss-content .ss-search input:focus {
    box-shadow: 0 0 5px #5897fb
}

.ss-content .ss-search .ss-addable {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    font-size: 22px;
    font-weight: 700;
    flex: 0 0 30px;
    height: 30px;
    margin: 0 0 0 8px;
    border: 1px solid #dcdee2;
    border-radius: 4px;
    box-sizing: border-box
}

.ss-content .ss-addable {
    padding-top: 0
}

.ss-content .ss-list {
    max-height: 200px;
    overflow-x: hidden;
    overflow-y: auto;
    text-align: left
}

.ss-content .ss-list .ss-optgroup .ss-optgroup-label {
    padding: 6px 10px;
    font-weight: 700
}

.ss-content .ss-list .ss-optgroup .ss-option {
    padding: 6px 6px 6px 25px
}

.ss-content .ss-list .ss-optgroup-label-selectable {
    cursor: pointer
}

.ss-content .ss-list .ss-optgroup-label-selectable:hover {
    color: #fff;
    background-color: #5897fb
}

.ss-content .ss-list .ss-option {
    padding: 3px 10px;
    cursor: pointer;
    user-select: none;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #26355D;    
}

.ss-content .ss-list .ss-option * {
    display: inline-block
}

.ss-content .ss-list .ss-option.ss-highlighted,.ss-content .ss-list .ss-option:hover {
    color: #fff;
    background-color: #5897fb
}

.ss-content .ss-list .ss-option.ss-disabled {
    cursor: not-allowed;
    color: #dedede;
    background-color: #fff
}

.ss-content .ss-list .ss-option:not(.ss-disabled).ss-option-selected {
    color: #666;
    background-color: rgba(88,151,251,.1)
}

.ss-content .ss-list .ss-option.ss-hide {
    display: none
}

.ss-content .ss-list .ss-option .ss-search-highlight {
    background-color: #fffb8c
}
/* End */


/* Start:/local/components/custom/display_mode/templates/.default/styles.css?15675039162637*/
#display-mode{font-family: Arial; font-size: 16px; background-color: #f2f2f2; padding-top: 13px; height: 48px; color: #000; text-align: center;border-bottom: 1px solid #a7a7a7;}
#display-mode .group{margin-right: 70px; line-height: 22px; display: inline-block; vertical-align: top;}
#display-mode .group:last-child{margin-right: 0px;}
#display-mode .caption{font-size: 16px;}
#display-mode .item{cursor: pointer;margin:0px 3px; position: relative; display: inline-block; vertical-align: top;}
#display-mode .fs1{font-size: 14px;}
#display-mode .fs2{font-size: 18px;}
#display-mode .fs3{font-size: 22px;}
#display-mode .color{border:1px solid #000; text-align: center; font-size: 14px; width: 20px; height: 20px; line-height: 20px;}
#display-mode .color1{color: #000; background-color: #fff;}
#display-mode .color2{color: #fff; background-color: #000;}
#display-mode .color3{color: #000; background-color: #9dd1ff;}
#display-mode .active:after{content: ''; display:block; width: 100%; height: 2px; background-color: #000; position: absolute; bottom: -5px;}
#display-mode .dm-default{font-size: 16px; cursor: pointer; }
#display-mode .dm-default:before{content: ''; display: inline-block; vertical-align: top; width: 22px; height: 14px; background: url('/local/components/custom/display_mode/templates/.default/images/eye.png') no-repeat center; margin:4px 5px 0px 0px;}
#display-mode input[type=checkbox]{border:1px solid #000; margin:0; padding:0; background-color: #fff; width: 20px; height: 20px;vertical-align: bottom;}
#display-mode label{font-size: 16px; font-weight: normal; margin:0px; padding:0px; display: inline-block; vertical-align: top;}
#display-mode .panel-caption{display: none; font-size: 16px; font-weight: bold; line-height: 22px;}
#display-mode .panel-caption span:after{content: ''; display: inline-block; vertical-align: top; width: 15px; height: 15px; background: url(/local/components/custom/display_mode/templates/.default/images/arrow-up.png) no-repeat center; transform: rotate(180deg);margin-left: 10px;    margin-top: 4px;}
#display-mode input[type="checkbox"]:before{display: none;}
#display-mode .cont{ line-height: 1;}

@media (max-width: 990px)
{
	#display-mode{ height: auto; min-height: 48px; padding: 0; border:0;}
	#display-mode .panel-caption{display: block; height: 48px; border-bottom: 1px solid #a7a7a7;padding-top: 13px;cursor: pointer;}
	#display-mode .cont{display: none;  padding-top: 30px; line-height: 1;}
	#display-mode.opened .cont{display: block;}
	#display-mode.opened .panel-caption span:after{transform: initial;}
	#display-mode .group{margin-bottom: 30px; width: 100%; margin-right: 0px;}
	#display-mode .color{width: 23px; height: 23px;}
}
/* End */


/* Start:/local/components/custom/display_mode/dm-styles.css?16566108142284*/
/* dm-fs */
html.dm-fs *{font-family: Arial !important;}
html.dm-fs1{font-size: 10px !important;}
html.dm-fs2{font-size: 12px !important;}
html.dm-fs3{font-size: 14px !important;}

/* dm-cl */
html.dm-cl *{box-shadow:none !important; }
html.dm-cl body .container-fluid *,
html.dm-cl body{background-image:none !important;}
html.dm-cl footer{background-color: transparent !important; }
html.dm-cl footer #bottom-line-2{background-image:none !important;}

html.dm-cl1 body{background-color: #fff !important;}
html.dm-cl1 body .container-fluid *,
html.dm-cl1 body .container *{color:#000 !important; }
html.dm-cl1 body .container .menu-picture-preview-box .menu-picture-preview-text{color: #fff !important;}

html.dm-cl2 body{background-color: #000 !important;}
html.dm-cl2 body .container-fluid *,
html.dm-cl2 body .page-header--fixed .container .p-menu-top *{color:#fff !important; }
html.dm-cl2 body .page-header--fixed .container .primary-top-submenu *{color:#000 !important; }
html.dm-cl2 body .container .menu-picture-preview-box .menu-picture-preview-text{color: #fff !important;}


html.dm-cl3 body{background-color: #9dd1ff !important;}
html.dm-cl3 body .container-fluid *,
html.dm-cl3 body .container *{color:#000 !important;}

/* dm-img*/
/* html.dm-img body{background-image:none !important;} */
html.dm-img .container-fluid,
html.dm-img .container-fluid *,
html.dm-img .container,
html.dm-img .container *,
html.dm-img .container-fluid *:before,
html.dm-img .container *:before,
html.dm-img header,
html.dm-img footer{background-image:none !important; }

html.dm-img .container-fluid img,
html.dm-img .container img {display: none !important; }

/* -------------------------------- */

html.dm-cl #wrapper *{background-color: transparent !important;}

html.dm-cl1 #wrapper{background-color: #fff !important;}
html.dm-cl1 #wrapper *{color:#000 !important; }

html.dm-cl2 body{background-color: #000 !important;}
html.dm-cl2 #wrapper *{color:#fff !important; }
html.dm-cl2 .page-header--s2,
html.dm-cl2 .page-header--open{background-color: #000 !important;}

html.dm-cl3 body{background-color: #9dd1ff !important;}
html.dm-cl3 #wrapper *{color:#000 !important;}

html.dm-img #wrapper *{background-image:none !important;}
html.dm-img #wrapper img {display: none !important; }


/* End */


/* Start:/local/templates/main.v2/components/bitrix/menu/mm-nav-right/style.css?16577828753794*/
.m-menu-right-wrapper nav {
    overflow-x: hidden;
    position: relative;
    height: 100%;
}

.m-menu-right-wrapper .menu-right-controls {
    display: flex;
    justify-content: space-between;
    height: 75px;
    position: sticky;
    top: 0;
    right: 0;
    background-color: #FFFFFF;
}
.m-menu-right-wrapper .menu-right-controls .mobile-menu-button-hidden {
    opacity: 0;
}
.m-menu-right-wrapper .menu-right-controls .mobile-menu-button-hidden:hover {
    background-color: transparent;
    cursor: default;
}
.mobile-menu-image-wrapper {
    width: 100%;
    margin-bottom: 23px;
    padding: 25px 26px 0 0;
    z-index: 9;
    /* position: absolute; */
}
.mobile-menu-image-wrapper .mobile-menu-image-box {
    position: relative;
    width: 250px;
}
.mobile-menu-image-wrapper .mobile-menu-image-box .menu-picture-preview-text {
    position: absolute;
    bottom: 0;
    padding: 0 0 18px 18px;

    font-family: "Heading Pro";
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    white-space: normal;

    color: #FFFFFF;
}

.mobile-menu-image-wrapper .mobile-menu-image-box img {
    width: 250px;
    height: 250px;
    /* max-height: 250px; */
    object-fit: cover;
}
/******************/

.m-menu-right ul.mobile-menu-section-active.mm-mobile-ul-hide {
    overflow-y: hidden;
}

/********************/
.m-menu-right-wrapper .m-menu-right .mobile-menu-section-active .mm-menu-li-image {
    /* display: block; */
    /* height: 400px; */
    display: block;
}
.m-menu-right-wrapper .m-menu-right .mobile-menu-section-active .mm-menu-li-image span {
    display: flex;
    /* justify-content: center; */
    padding-top: 25px; 
}

.m-menu-right-wrapper .m-menu-right .mm-menu-li-image, .m-menu-right-wrapper .m-menu-right .mobile-menu-section-active.mm-mobile-ul-hide &gt; .mm-menu-li-image {
    padding: 0;
    /* display: none; */
}


.m-menu-right li &gt; span {
    cursor: pointer;
    display: flex;
    min-width: 280px;
}
.m-menu-right li &gt; a {
    min-width: 280px;
    padding: 0;
}
.m-menu-right li &gt; ul, .m-menu-right li &gt; span.subitem {
    display: none;
}
.m-menu-right li:hover &gt; ul { 
    /* display: block;
    top: 75px;
    position: absolute;
    background-color: #e5e5e5;
    width: 100%;
    height: 100%;
    z-index: 3; */
}
.mobile-top-submenu-level1 {
    top: 0;
    left: 100%;
    transition: left 500ms cubic-bezier(.52, .93, .27, .97);
    display: block !important;
    position: absolute;
    /* opacity: 0; */
}
.m-menu-right ul.mobile-menu-section-active {
    display: block;
    /* opacity: 1; */
    top: 0;
    left: 0;
    position: absolute;
    background-color: #FFFFFF;
    width: 100%;
    /* height: 100%; */
    z-index: 3;
    overflow-y: auto;
    overflow-x: hidden;
    padding-bottom: 150px;

}
ul a, ul span {
    left: 0;
    position: relative;
    transition: left 500ms cubic-bezier(.52, .93, .27, .97);
}
.mm-mobile-ul-hide &gt; li &gt; a, .mm-mobile-ul-hide &gt; li &gt; span {
    left: -140%;
}

.mobile-top-submenu-level2 {
    top: 0;
    left: 100%;
    transition: left 500ms cubic-bezier(.52, .93, .27, .97);
    display: block !important;
    position: absolute;
}
.m-menu-right-wrapper .mobile-top-submenu-level2.mobile-menu-section-active {
    /* height: 100vh; */
}
.mobile-top-submenu-level2.mobile-menu-section-active {
    top: 0 !important;
    left: 0 !important;
}

@media(max-width: 559px) {
    .m-menu-right-wrapper nav .menu-right-controls {
        height: 60px;
    }
    .m-menu-right-wrapper nav .menu-right-controls div {
        width: 60px;
        height: 60px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
/* End */


/* Start:/local/templates/main.v2/components/bitrix/menu/mm-nav-top/style.css?166114732911179*/
/* Left menu*/
ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative; /*IE bug*/
}

ul.left-menu li {
    padding: 10px 16px;
    background: #F5F5F5 url(/local/templates/main.v2/components/bitrix/menu/mm-nav-top/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a {
    font-size: 100%;
    color: #BC262C;
    font-weight: bold;
    text-decoration: none;
}

ul.left-menu li a:visited {
    color: #BC262C;
}

ul.left-menu li a:hover {
    color: #BC262C;
}

ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #FC8D3D;
}

/* .header-v2 */
ul {
    list-style: none;
    padding: 0;
}

li a {
    color: inherit;
    text-transform: inherit;
    font-family: inherit;
    text-decoration: inherit;
    padding: 28px 20px;
}
.footer-menu-ul-wrapper li a,
.primary-top-submenu li a,
.navigation--items li a{
    padding: 0;
}

.primary-top-submenu-level2 {
    position: absolute;
    top: 0%;
    left: 100%;
    display: none;
}

/** menu top */
.header-v2.page-header {
    transition: left 500ms cubic-bezier(.52, .93, .27, .97);
    box-shadow: 0 3px 7px #b6b6b6;
}

.p-menu-top-wrapper li {
    user-select: none;
}

.p-menu-top-wrapper li &gt; ul {
    min-width: 32%;
}

.header-v2 .p-menu-top {
    position: relative;
    display: flex;
    list-style: none;
    padding: 0;
    margin: 0;
}

.header-v2 .p-menu-top &gt; li {
    line-height: 75px;
    white-space: nowrap;
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.05em;
    margin-left: -0.05em;
    text-transform: uppercase;
    color: #000000;
    text-decoration: none;
}

.p-menu-top &gt; .selected &gt; .wrapper-enu-item-s {
    height: 0;
    position: relative;
}

.p-menu-top &gt; .selected &gt; .wrapper-enu-item-s:before {
    content: "";
    position: absolute;
    top: calc(100% - 2px);
    left: calc(50% - 7px);
    width: 15px;
    height: 15px;
    background-color: #ffffff;
    box-sizing: border-box;
    transform: rotate(45deg) translate(0, -50%);
    z-index: -2;
}

.p-menu-top &gt; .selected:hover &gt; .wrapper-enu-item-s:before {
    content: "";
    background-color: #B5A994;
}

.header-v2 .p-menu-top &gt; li.level1.selected:hover:before {
    content: initial;
    background-color: #B5A994;
}

.header-v2 .p-menu-top &gt; li:last-child {
    display: none;
}

.header-v2 .p-menu-top &gt; li:hover {
    background-color: #B5A994;
    color: #FAFAFA;
}

.header-v2 .p-menu-top &gt; li .primary-top-submenu {
    display: none;
    overflow-y: hidden;
    overflow-x: hidden;
}

.header-v2 .p-menu-top &gt; li:hover .primary-top-submenu {
    top: 75px;
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    z-index: 10;
    min-height: 354px;
}

.p-menu-background-active {
    position: absolute;
    top: 75px;
    left: 0;
    width: 100%;
    min-height: 100vh;
    height: calc(100% - 75px);
    background: transparent;
    z-index: 4;
    transition: all 300ms cubic-bezier(.06, .86, .27, .97);
}

.p-menu-background-active.show {
    background: rgba(0, 0, 0, 0.75);
}

.header-v2 .p-menu-top &gt; li:hover .primary-top-submenu .primary-top-submenu-level1 {
    width: fit-content;
    color: #000000;
    position: relative;
    background-color: #FFFFFF;
}

.header-v2 .p-menu-top &gt; li:hover .primary-top-submenu .primary-top-submenu-level1:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100vh;
    height: 100%;
    background-color: #FFFFFF;
}

.header-v2 .p-menu-top &gt; li:hover .primary-top-submenu .primary-top-submenu-level1:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100vh;
    height: 100%;
    background-color: #FFFFFF;
}

.header-v2 .p-menu-top &gt; li:hover .primary-top-submenu .primary-top-submenu-level1 &gt; li a:hover {
    color: #B5A994;
    cursor: pointer;
}

.primary-top-submenu-level1 .selected {
    color: #FC8D3D;
}

.slowHeight {
    transition-delay: 230ms;
    transition: height 440ms cubic-bezier(1, .11, .27, .97);
}

.header-v2 .primary-top-submenu {
    min-height: 354px;
    border-top: 1px solid #e5e5e5;
    background-color: #FFFFFF;
}

.header-v2 .primary-top-submenu ul {
    padding: 33px 0;
}

.header-v2 .primary-top-submenu li {
    padding: 7px 40px;

    line-height: initial;
}

.header-v2 .primary-top-submenu-level1 &gt; li:hover .primary-top-submenu-level2 {
    display: block;
}

.header-v2 .primary-top-submenu-level1 &gt; li:hover .primary-top-submenu-level2:after {
    content: "";
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #FFFFFF;
}

.header-v2 .primary-top-submenu-level2 {
    background-color: #FFFFFF;
    height: 100%;
    display: none;
}

.header-v2 .primary-top-submenu-level2:before {
    content: "";
    position: absolute;
    top: 40px;
    left: 0;
    width: 1px;
    height: calc(100% - 80px);
    background-color: #e5e5e5;
}

.header-v2 .primary-top-submenu-level2 li {
    color: #595959;
    font-family: "Core Sans A 45 Regular";
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
}

.header-v2 .primary-top-submenu-level2 li:hover {
    color: #B5A994;
}

/*** menu end;***/

/*** menu right ***/
.wrapper {
    right: 0;
    transition: right 500ms cubic-bezier(.52, .93, .27, .97);
}

.m-menu-right-wrapper {
    position: absolute;
    z-index: 0;
    background: #FFFFFF;
    right: 0;
    height: 100vh;
    min-width: 285px;
    max-width: 300px;
    transition: left 500ms cubic-bezier(.52, .93, .27, .97);
}

.menu-right-active .m-menu-right-wrapper {
    z-index: 5;
}

.m-menu-right-wrapper.menu-right-hidden {
    content-visibility: hidden;
}

.m-menu-right-wrapper.page-header--fixed {
    top: 0;
}

.menu-right-active .m-menu-right-wrapper {
    content-visibility: visible;
    overflow-y: auto;
    overflow-x: hidden;
}

.m-menu-right-wrapper .menu-right-controls {
    display: flex;
    justify-content: space-between;
    height: 75px;
    z-index: 7;
}

.m-menu-right-wrapper .menu-right-controls div {
    width: 75px;
    line-height: 75px;
    text-align: center;
    cursor: pointer;
}

.m-menu-right-wrapper .menu-right-controls div.menu-right-close {
    border-left: 1px solid #F2F2F2;
}

.m-menu-right-wrapper .menu-right-controls div:hover {
    background-color: #B5A994;
}

.m-menu-right {
    list-style: none;
    padding: 0;
    margin: 0;
    top: 0;
    position: relative;
    height: calc(100% - 75px);
    overflow-y: auto;
    overflow-x: hidden;
}

.m-menu-right li:first-child {
    border-top: 1px solid #F2F2F2;
}

.m-menu-right li {
    padding: 15px 90px 15px 0;
    white-space: nowrap;
    border-bottom: 1px solid #F2F2F2;
    text-transform: uppercase;
    font-size: 16px;
    font-family: "Core Sans A 55 Medium";
    font-style: normal;
    font-weight: 500;
    font-size: 14px;
    line-height: 21px;
    display: flex;
    align-items: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626
}

.m-menu-right .mobile-menu-section-active li:last-child {
    border-bottom: 0;
}


.m-menu-right li:hover {
    color: #B5A994;
}

.m-menu-right li {
    margin-left: 25px;
    white-space: normal;
    width: 100%;
}

/*** menu right end;***/

.menu-picture-preview-box {
    position: absolute;
    top: 0;
    background-color: #FFF;
    right: 0%;
    padding: 40px;
    height: 100%;
    object-fit: cover;
    display: flex;
    align-items: flex-end;
}

.menu-picture-preview-box &gt; div {
    position: relative;
    height: 100%;
    object-fit: cover;
    width: min-content;
    margin: 0;
    bottom: 0;
    display: flex;
    align-items: flex-end;
}

.menu-picture-preview-box img {
    height: 100%;
    min-width: 274px;
    min-height: 274px;
    max-height: 274px;
    max-width: 274px;
    object-fit: cover;
}

.menu-picture-preview-box .menu-picture-preview-text {
    position: absolute;
    font-family: "Heading Pro" !important;
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #FFFFFF;
    padding-left: 18px;
    padding-bottom: 18px;
    white-space: normal;
}

.menu-more-picture-preview-box div {
    position: relative;
}

.menu-more-picture-preview-box .menu-picture-preview-text {
    position: absolute;
    bottom: 0;
    font-family: "Heading Pro";
    font-style: italic;
    font-weight: bold;
    font-size: 30px;
    line-height: 36px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #FFFFFF;
    padding-left: 18px;
    padding-bottom: 18px;
    white-space: normal;
}

/***/
.header-v2 .p-menu-more-wrapper {
    position: relative;
    padding: 0 20px;
}

.header-v2 .p-menu-more-button {
    cursor: pointer;
}

.header-v2 .p-menu-more-wrapper .p-menu-more-item {
    display: none;
}

.header-v2 .p-menu-more-wrapper:hover .p-menu-more-item {
    display: flex;
    position: absolute;
    top: 75px;
    right: 0;
    background-color: #FFFFFF;
    z-index: 5;
    padding: 33px 0 33px 40px;
}

.header-v2 .p-menu-more-wrapper .p-menu-more li {
    color: #000000;
    padding: 7px 40px;
    line-height: initial;
}

.header-v2 .p-menu-more-wrapper .p-menu-more-item img {
    min-width: 274px;
    min-height: 274px;
    max-width: 354px;
    max-height: 354px;
    object-fit: cover;
}

.header-v2 .p-menu-more-wrapper .p-menu-more li a:hover {
    color: #B5A994;
    cursor: pointer;
}

.header-v2 .menu-controls-buttons li a {
    padding: 0;
}

@media (max-width: 1370px) {
    .header-v2 .p-menu-top &gt; li:last-child {
        display: flex;
    }

    .header-v2 .p-menu-top &gt; .ext-item {
        display: none;
    }

    .header-v2 .p-menu-top {
        padding-left: 85px;
    }
}

@media (max-width: 1340px) and (min-width: 1268px) {
    .header-v2 .page-header__logo-def {
        width: 60px;
        height: 120px;
    }

    .header-v2 .page-header__logo-s2 {
        width: 70px;
        height: 90px;
    }
}

@media (max-width: 1268px) and (min-width: 1168px) {
    .header-v2 .page-header__logo-def {
        display: none;
    }

    .header-v2 .page-header__logo-s2 {
        display: none;
    }
}

@media (max-width: 1169px) {
    .header-v2 .p-menu-top-wrapper {
        display: none;
    }

    .header-v2 .burger-mobile {
        display: inline-block;
        background-image: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/burger-white.svg");
        background-color: #234395;
        background-repeat: no-repeat;
        background-position: center center;
    }

    .header-v2 .menu-controls-buttons li:last-child {
        border-left: 1px solid #E5E5E5;
    }

    .header-v2 .menu-controls-buttons li:nth-child(3) {
        border-left: 0;
    }
}

@media (max-width: 559px) {
    .header-v2 .page-header__main-buttons {
        padding-top: 0;
    }

    .header-v2 .menu-controls-buttons li:nth-child(3) a {
        line-height: 60px;
    }
}
/* End */


/* Start:/local/templates/main.v2/components/bitrix/menu/mm-nav-bottom/style.css?16692801482334*/
/* Left menu*/
ul.left-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 8px;
    position: relative; /*IE bug*/
}

ul.left-menu li {
    padding: 10px 16px;
    background: #F5F5F5 url(/local/templates/main.v2/components/bitrix/menu/mm-nav-bottom/images/left_menu_bg.gif) top repeat-x;
}

ul.left-menu li a {
    font-size: 100%;
    color: #BC262C;
    font-weight: bold;
    text-decoration: none;
}

ul.left-menu li a:visited {
    color: #BC262C;
}

ul.left-menu li a:hover {
    color: #BC262C;
}


ul.left-menu li a.selected:link,
ul.left-menu li a.selected:visited,
ul.left-menu li a.selected:active,
ul.left-menu li a.selected:hover {
    color: #FC8D3D;
}

/********* FOOTER MENU ***********/
.mm2020-footer .navigation-row {
    margin-top: 20px;
    margin-bottom: 30px;
}

.mm2020-footer .webapp {
    flex-wrap: wrap;
}

.mm2020-footer .webapp .webapp__item {
    width: 100%;
    height: initial;
    justify-content: flex-start;
    margin-top: 10px;
}

.footer-menu__items {
    display: grid;
    grid-template-columns: repeat(5, auto);
    margin: 30px 0 20px;
}

.footer-menu__item {
    position: relative;
    display: flex;
    flex-direction: column;
}

.footer-menu__item svg {
    position: absolute;
    top: 10px;
    right: 0;
    transition: 0.3s;
    z-index: 100;
    width: 25px;
    height: 20px;
    display: none;
}

.footer-menu__item svg.label-rotate {
    transform: rotate(90deg);
}

.footer-menu__item a {
    font-style: normal;
    font-weight: 600;
    font-size: 14px;
    line-height: 21px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    margin-bottom: 10px;
    padding: 0;
}

.footer-menu__sub-item a {
    font-size: 18px;
    line-height: 160%;
    text-transform: none;
    font-weight: 400;
    color: #A7B4D5;
    border: none !important;
}

@media (max-width: 1200px) {
    .footer-menu__items {
        grid-template-columns: repeat(3, auto);
        grid-row-gap: 30px;
    }
}

@media (max-width: 560px) {
    .footer-menu__items {
        grid-template-columns: auto;
        grid-row-gap: 0;
        margin: 0;
    }

    .footer-menu__sub-items {
        display: none;
    }

    .footer-menu__item svg {
        display: block;
    }

    .footer-menu__item a {
        padding: 10px 10px 10px 0;
        border-top: 1px solid #445FA5;
        margin-bottom: 0;
    }
}
/* End */


/* Start:/local/templates/main.v2/styles.css?16500184458486*/
/** РћС„РѕСЂРјР»РµРЅРёРµ СЃС‚СЂР°РЅРёС†С‹ СЃ С‚РµСЃС‚РѕРј    =&gt;
*   chem-zanyatsya/rozygrysh-tura-v-sibir/
*/
.test-question__box {
    padding-bottom: 10px;
    text-align: center;
    width: 100%;
}
.test_question__button {
    position: relative;
    padding: 0 10px;
    border: 0;
    width: 168px;
    height: 39px;
    border-radius: 5px;
    background-color: #155EB9;
    font: 12px "Proxima Nova";
    color: #fff;
    margin-top: 47px;
}
.test_question__button:disabled {
    color: #aaa;
}
.test-question {
    color: #333;
    position: absolute;
    top: 0;
    left: -50000px;
}
.test-question--active {
    position: relative;
    left: 0;
    width: 100%;
}
.test-question-name {
    display: flex;

    justify-content: center;
    align-items: center;
    background-size: cover;
    background: rgba(50,50,50,0.85) center center no-repeat;
    flex-direction: column;
    margin-bottom: 20px;
    overflow: hidden;
}
.test-question-name h4{
    position: absolute;
    color: #fff;
    font: 4.2rem "Minion Pro", Helvetica, sans-serif;
}
.test-question-name img{
    width: 100%;
}
.test-question__items {
    position: relative;
    width: 44%;
    display: grid;
    text-align: left;
    left: 38%;
}
.test-question__items label {
    display: block;
    position: relative;
    width: 100%;
    line-height: 24px;
    margin: 6px 0 6px;
    font: 16px "Proxima Nova";
}
.test-question__items input[type="radio"] {
    position: relative;
    display: none;
}

.test-question__items label::after {
    content: "";
    position: absolute;
    width: 18px;
    height: 18px;
    top: 2px;
    left: -30px;
    border-radius: 50%;
    border: 1px solid #aaa;
    border-radius: 50%;
}
.test-question__items input[type="radio"]:checked + label::before {
    content: "";
    position: absolute;
    width: 10px;
    height: 10px;
    top: 6px;
    left: -26px;
    border-radius: 50%;
    background-color: #155EB9;
}
.test-result {
    position: relative;
    width: 585px;
    margin-top: 36px;
    margin-left: calc(50% - 292px);
    border: 2px solid #0046af;
    transition: background-color 320ms linear;
    display: none;
    padding: 28px 24px 24px 6px;
}
.test-result h5{
    line-height: 60px;
}
.test-result::before {
    content: "";
    position: absolute;
    min-width: 56px;
    min-height: 100px;
    background-color: #0046af;
    background: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main/img/logon1.svg");
    background-size: cover;
    top: -1px;
    left: 35px;
}
.test-result--active {
    display: block;
    cursor: pointer;
}
.test-result:hover {
    background-color: rgba(34,34,34,0.185);
}
.test-result:active {
    box-shadow: inset 0px 0px 60px rgba(74,34,34,0.35);
}
.test-result:hover::after {
    content:"РќР°Р¶РјРёС‚Рµ С‡С‚РѕР±С‹ СЃРєРѕРїРёСЂРѕРІР°С‚СЊ";
    font-weight: 900;
    color: #fff;
    position: absolute;
    top: 3px;
    right: 5px;
    font: 14px verdana;
    letter-spacing: 1px;
}
/* РћРєРЅРѕ Р’РљРѕРЅС‚Р°РєС‚Рµ*/
.vk-box {
    min-width: 270px;
    max-width: 585px;
    margin-left: calc(50% - 292px);
}
#vk_comments {
    position: relative;
    min-width: 300px;
    margin-top: 16px;

    margin-bottom: 20px;
}
@media (max-width: 600px) {
    .test-question-name h4 {
        font: 2.2rem "Minion Pro", Helvetica, sans-serif;
    }

    .vk-box {
        margin-left: 0;
        width: 100%;
    }
    .test-result {
        width: 320px;
    }
    .test-result--active {
        width: 100%;
        margin-left: 0px;
    }
}

@keyframes outputCopy {
    0% {padding-top: 30px;}
    33% {padding-top: 2px;}
    67% {padding-top: 2px;}
    100% {padding-top: 30px;}
}
.test-copy {
    height: 30px;
    min-width: 100% ;
    position: absolute;
    padding: 0 20px;
    line-height: normal;
    top: -30px;
    left: 0;
    overflow: hidden;
    font: 16px "Proxima Nova";
    font-weight: bold;
    animation: outputCopy 1200ms ease 2;
}
/** РљРћРќР•Р¦ РћР¤РћР&nbsp;РњР›Р•РќРРЇ РўР•РЎРўРђ */

/***/
.table-forsayt {
    width: 70%;
    margin-left: 20%;
    margin-top: 20px;
    margin-bottom: 20px;
}
.table-header {
    position: relative;
    text-align: center;
    color: #f0f0f0;
    background-color: #45586d;
}
.table-header P{
    color: #f0f0f0;
    font-family: "Times New Roman";
    font-style: italic;
    position: relative;
    right: 5px;
    bottom: 2px;
    text-align: right;
}
.subtitle{
    text-align: center;
    color: #f0f0f0;
    background-color: #45586d;
}
.table-colomn_date{
    text-align: center;
    color: #f0f0f0;
    background-color: #45586d;
    width: 110px;
}
.table-forsyat h5{
    text-align: left;
    padding-left: 5px;
    font-weight: 700;
}
.table-forsyat h6{
    text-align: right;
    padding-right: 5px;
    font-family: "Times New Roman";
    font-style: italic;
    font-weight: 200;
}
.table-row{
    text-align: left;
    padding-left: 5px;
    color: #f0f0f0;
    background-color: #45586d;
}

.vktranslation {
    width: 100%;
    display: flex;
    justify-content: center;
}

.vktranslation iframe{

}



/***************************/
/** VISUAL EDITOR BITRIX **/
h4 {
    
}

#slider-articles-main &gt; .owl-stage-outer {
    position: relative;
    overflow: hidden;
}
#slider-articles-main &gt; .owl-stage-outer &gt; .owl-stage {
    display: flex;
    /* padding: 0 15px; */
}
#slider-articles-main &gt; .owl-stage-outer &gt; .owl-stage &gt; .owl-item {
    padding: 0 15px;
}

.tabs__content-wrapper h2{
    margin: 15px 0px 10px 0px;
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Heading Pro'; */
    font-family: 'Core Sans A 45 Regular';
    font-style: normal;
    font-weight: bold;
    /* font-size: 6.4rem; */
    font-size: 3.8rem;
    line-height: 4rem;

}
.content-big-title {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 56px;
	line-height: 64px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
	margin-bottom: 40px;
}
.full-width-img-content {
	width: 100%;
	margin-top: 80px;
	margin-bottom: 40px;
}
.content-middle-title {
	font-family: 'Heading Pro';
	font-weight: 700;
	font-size: 30px;
	line-height: 36px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #000000;	
	margin-bottom: 20px;
}
.block-links-bg-grey {
	margin-top: 40px;
	margin-bottom: 40px;
	padding: 40px 30px 10px;
	background: #F2F2F2;
}
.block-links__wrapper {
	display: flex;
	flex-wrap: wrap;
}
a.block-links__item {
	box-sizing: border-box;
	margin-bottom: 40px;
	font-size: 14px;
	line-height: 22px;
	color: #404040;	
	text-decoration: none;
	width: 50%;
	padding-right: 30px;
}
a.block-links__item:hover .block-links__item-text,
a.block-links__item:hover .block-links__item-text .block-links__item-text-title{
	color: #234395
}
.block-links__item {
	display: flex;
	align-items: center;
}
.block-links__item-img {
	width: 95px;
}
.block-links__item-img img {
	width: 80px;
	height: 80px;
	border-radius: 50%;
	overflow: hidden;
}
.block-links__item-text {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;		
	width: calc(100% - 95px);
}
.block-links__item-text-title {
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;	
	margin-bottom: 5px;
	font-family: 'Core Sans A 55 Medium';
	font-size: 16px;
	line-height: 28px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #262626;	
}
a.link-more-places {
	font-family: 'Core Sans A 55 Medium';
	font-size: 14px;
	line-height: 21px;
	letter-spacing: 0.05em;
	text-transform: uppercase;
	color: #234395;
	text-decoration: none;	
    margin-bottom: 30px;
    display: inline-block;
}
.block-links-bg-grey.hidden-state-blocks .block-links__wrapper{
	margin-bottom: -10px;
}

@media (max-width:729px) {
	a.block-links__item {
		width: 100%;
	}
	.content-middle-title {
		font-size: 24px;
		line-height: 30px;		
	}
	.content-big-title {
		font-size: 36px;
		line-height: 42px;
	}
}
@media (max-width:559px) {
	.block-links__item-text-title {
		font-size: 14px;
		line-height: 24px;
	}
	.block-links__item-text {
		font-size: 12px;
		line-height: 16px;
	}
	.block-links__item-img img {
		width: 60px;
		height: 60px;
	}
	.block-links__item-img {
		width: calc(100% - 75px);
	}
	.block-links__item-text {
	    width: calc(100% - 75px);
	}	
}
/* End */


/* Start:/local/templates/main.v2/template_styles.css?1666341771194688*/
html {
    width: 100%;
    height: 100%;
    font-size: 10px;
}

body {
    width: 100%;
    height: fit-content;
    padding: 0;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.85;
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif; /*font-family: "Proxima Nova", Helvetica, sans-serif;*/
    color: #2e2e2e;
    background: #fff;
}

#NBRateWidgetPopup {
    top: auto !important;
    bottom: 0 !important;
}

#NBRateWidget {
    height: 80px !important;
}

/*** from tour */
.tabs--tours-order .tabs-toggler .tabs-toggler__title {
    /* letter-spacing: 0.5rem; */
    letter-spacing: 0.20rem;
    font-size: 34px;
}

/*** from tour; */

@font-face {
    src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA55Medium.otf");
    font-family: "Core Sans A 55 Medium";
    font-display: swap;
}

@font-face {
    src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA45Regular.otf");
    font-family: "Core Sans A 45 Regular";
    font-display: swap;
}

@font-face {
    src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA65Bold.otf");
    font-family: "Core Sans A 65 Bold";
    font-display: swap;
}

@font-face {
    src: url("/local/templates/main.v2/fonts/CoreSans/CoreSansA65Bold-Italic.otf");
    font-family: "Core Sans A 65 Bold Italic";
    font-display: swap;
}


/*animated sobol*/
.noscroll {
    overflow: hidden;
}

.preopen__container {
    position: fixed;
    top: 0;
    z-index: 555;
    background: aliceblue;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.loaded .preopen__container {
    display: none;
}

/*animated sobol*/


/* iOS 'clickable elements' fix for role='button' */
[role='button'] {
    cursor: pointer;
}

b, strong {
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
}

h6 b, h6 strong {
    font-family: "Heading Pro";
}

.page-footer__yandex-stat:nth-child(even) {

}

body &gt; a img[src*= "informer"] {
    display: none;
}

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

p {
    margin-top: 0;
    margin-bottom: 20px;
}

p img {
    max-width: 100%;
}

.italic {
    font-style: italic;
}

h1,
.h1 {
    margin: 0 0 25px;
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    text-transform: uppercase;

    font-style: normal;
    font-weight: bold;
    /* font-size: 9.6rem; */
    /* font-size: 4.6rem;
  line-height: 5.6rem; */
    font-size: 4rem;
    line-height: 4.2rem;
}

h2,
.h2 {
    margin: 0 0 40px;
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Heading Pro'; */
    font-family: 'Core Sans A 45 Regular';
    font-style: normal;
    font-weight: bold;
    /* font-size: 6.4rem; */
    font-size: 3.8rem;
    line-height: 4rem;
}

h3,
.h3 {
    margin: 0 0 20px;
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Heading Pro'; */
    font-family: 'Core Sans A 45 Regular';
    font-style: normal;
    font-weight: bold;
    /* font-size: 4.8rem;
  line-height: 5.2rem; */
    font-size: 3.4rem;
    line-height: 3.6rem;
}

h4,
.h4 {
    margin: 0 0 10px;
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    font-style: normal;
    font-weight: bold;
    /* font-size: 4.2rem;
  line-height: 4.8rem; */
    font-size: 3.0rem;
    line-height: 3.2rem;
}

h5,
.h5 {
    margin: 0 0 12px;
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    font-style: normal;
    font-weight: bold;
    /* font-size: 3.6rem;
  line-height: 4.2rem; */
    font-size: 2.4rem;
    line-height: 2.6rem;
}

h6,
.h6 {
    margin: 0 0 3px;
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    font-style: normal;
    font-weight: bold;
    /* font-size: 3rem;
  line-height: 3.6rem; */
    font-size: 2.2rem;
    line-height: 2.4rem;
}

.section.section--main-links h3 {
    font-size: 3.8rem;
    line-height: 4rem;
}

.section.section--main-links h4 {
    font-size: 2.6rem;
    line-height: 3rem;
}


.container--bottom {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 30px;
    text-align: right;
}

/* .section */

.section {
    margin-top: 50px;
    margin-bottom: 50px;
}

.section--filter {
    position: relative;
}

.section .section-header {
    margin-bottom: 50px;
}

.section--main-links {
    margin-bottom: 62px;
}

.section--border .section__container {
    padding-top: 15px;
    border-top: 2px solid #d8d8d8;
}

.section--main-links h2 {
    font-size: 3rem;
    font-weight: 700;
    line-height: 1.33;
    text-align: center;
}

.section--main-links p {
    text-align: center;
}

.section--small-bot {
    margin-bottom: 20px;
}

.section--small-bot .container .row h2 {
    margin: 0;
    padding: 0;
    line-height: 40px;
}

.section--small-top {
    margin-top: 0;
}

.section__list-item {
    margin-bottom: 20px;
}

.section__right {
    text-align: right;
}

.section__title {
    margin-bottom: 18px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 2;
}

.section__title--temp {
    margin-bottom: 10px;
}

.section__subtitle {
    margin: 24px 0;
    color: #3e3e3e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.1;
}

.section__adress {
    color: #282828;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.85;
}

.section__adress span {
    display: block;
}

.section__adress a {
    display: block;
    text-decoration: none;
    color: #282828;
}

.section__adress .h5 {
    margin-bottom: 9px;
}

.section__adress .btn {
    margin-top: 10px;
    display: inline-block;
    color: #fff;
}

.section__adress a:hover {
    text-decoration: underline;
}

.section__adress .btn:hover {
    text-decoration: none;
}

/* .title */

.title {
    margin-top: 13px;
    margin-bottom: 18px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.625;
}

/* section-header */

.section-header {
    position: relative;
    min-height: 300px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ccc center center no-repeat;
    background-size: cover;
}

.section-header::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(31, 59, 143, 0.3);
}

.section-header--arrive {
    background-image: url('/local/templates/main.v2/img/arrive.jpg');
}

.section-header--unusual {
    background-image: url('/local/templates/main.v2/img/unusual.jpg');
}

.section-header--events {
    background-image: url('/local/templates/main.v2/img/events-main.jpg');
}

.section-header--events::before {
    background-color: rgba(31, 59, 143, 0.13);
}

.section-header__text {
    position: relative;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 4.4rem;
    font-weight: 700;
    line-height: 1.1;
    text-align: center;
}

.datepicker-block {
    position: relative;
}

.datepicker-block__placeholder {
    position: absolute;
    left: 24px;
    top: 8px;
    color: #aab4b9;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 22px;
    text-transform: uppercase;
}

.datepicker-block__submit {
    width: 165px;
    height: 40px;
    border-radius: 5px;
    background-color: #1f3b8f;
}

.datepicker-block__input {
    padding-top: 31px;
    padding-bottom: 10px;
    padding-left: 23px;
    padding-right: 55px;
    min-width: 300px;
    /* height: 70px; */
    height: 62px;
    border-radius: 10px;
    border: 1px solid #cfd2d5;
    background-color: #ffffff;
    color: #1d1d1d;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 22px;
    background: url("/local/templates/main.v2/img/calendar.png") right 19px center no-repeat;
}

.datapicker-block__container {
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

/* .events-main */

.events-main {
    display: flex;
}

.events-main__item {
    max-width: 50%;
    flex-basis: 50%;
}

.events-main__item--date {
    order: 1;
}

.events-main__date {
    min-height: 575px;
    margin-bottom: 20px;
    border: 1px solid #ebebeb;
}

.events-main__slider {
    position: relative;
}

.events-main__count {
    position: absolute;
    z-index: 1;
    bottom: 44px;
    right: 92px;
    color: #ffffff;
    font-family: "Proxima Nova", Helvetica, sans-serif;
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1px;
}

.events-main__no-slides {
    min-height: 575px;
    background: url(/local/templates/main.v2/img/BgNoEvents.jpg) center center no-repeat;
    background-size: cover;
}

/* #events-picker */

#events-picker .datepicker {
    border: none;
    border-radius: 0;
    width: 100%;
}

#events-picker .datepicker--content {
    padding: 5px 50px;
}

#events-picker .datepicker--nav-title {
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
}

#events-picker .datepicker--nav-title i {
    color: #000000;
}

#events-picker .datepicker--nav {
    padding-top: 40px;
    padding-bottom: 25px;
    border-bottom: none;
}

#events-picker .datepicker--days-names {
    margin: 8px 0 20px;
}

#events-picker .datepicker--day-name {
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
    letter-spacing: -1px;
}

#events-picker .datepicker--cell {
    position: relative;
    height: 56px;
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1px;
}

#events-picker .datepicker--cell.has-event::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
}

#events-picker .datepicker--cell.-selected-.has-event::after {
    background-color: #ffffff;
}

#events-picker .datepicker--cell.-focus- {
    background: none;
}

#events-picker .datepicker--cell.-focus-::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
}

#events-picker .datepicker--cell.-focus-:not(.-disabled-)::before {
    border-radius: 50%;
    border: 1px solid #2d3d8b;
    z-index: -1;
}

#events-picker .datepicker--cell.-selected-,
#events-picker .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: none;
}

#events-picker .datepicker--cell.-selected-::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 55px;
    height: 55px;
    border-radius: 50%;
    background-color: #2d3d8b;
    z-index: -1;
}

#events-picker .datepicker--cell.-disabled- {
    color: #ababab;
}

#events-picker .datepicker--cell-day.-other-month- {
    color: #e8e8e8;
}

#events-picker .datepicker--cell.-disabled- {
    color: #ababab;
}

#events-picker .datepicker--cell-day.-other-month- {
    color: #e8e8e8;
}

#events-count {
    color: #2d3d8b;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1px;
    padding-left: 70px;
    margin: 15px 0 5px;
}

/* .tour-order */


.tours-picker {
    max-width: 290px;
}

.tours-picker .datepicker {
    border: none;
    border-radius: 0;
    width: 100%;
}

.tours-picker .datepicker--content {
    padding: 0;
}

.tours-picker .datepicker--nav-title {
    padding: 0 10px;
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1;
    letter-spacing: -1.2px;
}

.tours-picker .datepicker--nav-title i {
    color: #000000;
}

.tours-picker .datepicker--nav {
    padding: 0 0 10px;
    border-bottom: none;
    justify-content: flex-start;
}

.tours-picker .datepicker--nav-action {
    display: none;
}

.tours-picker .datepicker--days-names {
    margin: 5px 0 12px;
}

.tours-picker .datepicker--day-name {
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.25;
    text-transform: capitalize;
    letter-spacing: -1px;
}

.tours-picker .datepicker--cell {
    position: relative;
    height: 34px;
    color: #000000;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: -1px;
}

.tours-picker .datepicker--cell.has-event::after {
    content: '';
    display: block;
    position: absolute;
    z-index: 1;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #000000;
    bottom: 6px;
    left: 0;
    right: 0;
    margin: auto;
}

.tours-picker .datepicker--cell.-selected-.has-event::after {
    background-color: #ffffff;
}

.tours-picker .datepicker--cell.-focus- {
    background: none;
}

.tours-picker .datepicker--cell.-focus-::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
}

.tours-picker .datepicker--cell.-focus-:not(.-disabled-)::before {
    border-radius: 50%;
    border: 1px solid #2d3d8b;
    z-index: -1;
}

.tours-picker .datepicker--cell.-selected-,
.tours-picker .datepicker--cell.-selected-.-current- {
    color: #fff;
    background: none;
}

.tours-picker .datepicker--cell.-selected-::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 34px;
    height: 34px;
    border-radius: 50%;
    background-color: #2d3d8b;
    z-index: -1;
}

.tours-picker .datepicker--cell.-disabled- {
    color: #ababab;
}

.tours-picker .datepicker--cell-day.-other-month- {
    color: #e8e8e8;
}

.tours-picker .datepicker--cell.-disabled- {
    color: #ababab;
}

.tours-picker .datepicker--cell-day.-other-month- {
    color: #e8e8e8;
}

.main-tour-order {
    background-color: #e5e5e5;
}

/**/

.fast-nav {
    background-color: #e5e5e5;
}

.fast-nav__cont {
    display: flex;
    width: 100%;
    background-color: #fff;
    position: relative;
    top: -5rem;
    z-index: 1;
    padding: 16px 0;
}

.fast-nav__link {
    text-decoration: none;
    width: 25%;
    line-height: 6.4rem;
    text-align: center;
    border-right: 1px #e5e5e5 solid;
}

.fast-nav__link:last-child {
    border-right: none;
}

.fast-nav__caption {
    font-family: "Core Sans A 55 Medium";
    font-size: 14px;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    line-height: 2.4;
}

.fast-nav__img {
    vertical-align: middle;
    margin-right: 20px;
}

/**/

/* .tour-order {} */
.tour-order {
    overflow: hidden;
}

.tour-order__title {
    margin-bottom: 20px;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    line-height: 1.45;
    font-size: 2.4rem;
    font-weight: 700;
    color: #2e2e2e;
}

.tour-order__title--date {
    padding: 0 10px;
    margin-bottom: 9px;
}

.tour-order__text {
    margin-bottom: 20px;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #000000;
}

.tour-order__price {
    margin-bottom: 31px;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.4;
    font-weight: 600;
    font-size: 1.6rem;
    color: #000000;
}

.tour-order__btns {
    display: flex;
    align-items: center;
}

.tour-order__order {
    text-transform: none;
    margin-right: 30px;
}

/* .btn */

.btn {
    display: inline-block;
    padding: 13px 15px;
    min-width: 165px;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.2;
    color: #ffffff;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    /* background-color: #1948A9; */
    background-color: #234395;
    letter-spacing: 1px;
    border-radius: 6px;
    border: none;
    vertical-align: top;
    cursor: pointer;
    transition: 0.3s all ease;
}

.btn:hover {
    color: #fff;
    background-color: #c20e1c;
}

.btn--white {
    color: #000;
    background-color: #fff;
}

/* .btn--white:hover {} */

.btn--gray {
    background-color: #757575;
}

.btn--gray:hover {
    background-color: #64ffda;
}

.bttn {
    display: inline-block;
    padding: 25px 50px;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    border-radius: 0px;
    border: 1px solid #B5A994;
    transition: 0.3s all ease;
}

.bttn--add-objects {
    margin-top: 20px;
}

.bttn--add-objects svg {
    vertical-align: bottom;
    margin-left: 15px;
}

/* .line-button */

.line-button {
    display: inline-block;
    padding-right: 60px;
    padding-bottom: 5px;
    border: none;
    border-bottom: 2px solid #7e98ad;
    background: transparent url("/local/templates/main.v2/img/icons/arrow.svg") right 10px top 7px no-repeat;
    color: #212121;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 1;
    font-style: italic;
    text-decoration: none;
    transition: 0.3s all ease;
}

.line-button:hover {
    background-position: right 0 top 7px;
}

/* .button */

.button {
    display: inline-block;
    margin-left: 20px;
    width: 42px;
    height: 42px;
    color: #fff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 42px;
    text-transform: uppercase;
    text-decoration: none;
    border: 1px solid #fff;
    border-radius: 50%;
    background: transparent;
    vertical-align: top;
    text-align: center;
    cursor: pointer;
    transition: 0.2s background ease;
}

.button:hover {
    background-color: #c20e1c;
}

.page-header--white .button {
    border-color: #2e2e2e;
    color: #2e2e2e;
}

.page-header--fixed .button:hover,
.page-header--white .button:hover {
    color: #fff;
    border-color: #c20e1c;
}

.page-header--open .button {
    border-color: #fff;
    color: #fff;
}

.button--eye {
    margin-top: 4px;
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.button--lang-footer {
    margin-top: 4px;
}

.page-header--white .button--eye {
    background-image: url(/local/templates/main.v2/img/icons/eye-black.svg);
}

.page-header--white .button--eye:hover {
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

.page-header--open .button--eye {
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

.button--lang {
    margin-top: 40px;
}

.button--search {
    margin-top: 40px;
    background-image: url(/local/templates/main.v2/img/icons/search-new.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.page-header--s2 .button--search, .page-header--open .button--search {
    background-image: url(/local/templates/main.v2/img/icons/search-new-black.svg);
    background-repeat: no-repeat;
    background-position: center center;
}

.button--dm {
    margin-top: 40px;
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
    background-position: center;
    background-repeat: no-repeat;
}

.page-header--white .button--dm {
    background-image: url(/local/templates/main.v2/img/icons/eye-black.svg);
}

.page-header--white .button--dm:hover {
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

.page-header--fixed .button--dm:hover {
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

.page-header--open .button--dm {
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

.page-header__logo-cont {
    display: block;
    width: 115px;
    height: 119px;
    position: relative;
    /* z-index: 10; */
}

.page-header__logo-def {
    display: block;
    width: 95px;
    height: 180px;
    background: url(/local/templates/main.v2/img/logon3.svg) no-repeat left center;
    position: absolute;
    top: 0;
    left: 0;
    transition: top .8s ease-out;
    background-size: cover;
}

.page-header__logo-s2 {
    display: block;
    width: 95px;
    height: 122px;
    background: url(/local/templates/main.v2/img/logon4.svg) no-repeat left center;
    position: absolute;
    top: -121px;
    left: 0;
    transition: top .8s ease-out;
    background-size: cover;
}

.page-header--logo2 .page-header__logo-s2 {
    top: -1px;
}

.page-header--logo2 .page-header__logo-def {
    top: -180px;
}

.button:first-child {
    margin-left: 0;
}

/* .page-wrap */

/* .page-wrap {} */

/* more */

.more {
    text-decoration: none;
    display: inline-block;
}

.more__btn {
    display: inline-block;
    width: 80px;
    height: 80px;
    /* background: #1948A9; */
    /* background: #0046AF; */
    background: #234395;
    background-image: url(/local/templates/main.v2/img/arr-right.svg);
    background-repeat: no-repeat;
    background-position: center;
    text-decoration: none;
}

.more__caption {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 8rem;
    color: #FFFFFF;
    display: inline-block;
    margin-right: 15px;
    float: left;
}

/* more */

/* .wrapper */

.wrapper {
    position: relative;
    /* min-height: 100vh; */
    display: flex;
    flex-direction: column;
}

/* body.popup .wrapper {} */

/* body.popup .invite-friend {} */

/* .page-header */

.page-header {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
    width: 100%;
    transition: 0.3s all ease;
    border-bottom: 2px solid transparent;
}

.page-header--white {
    background-color: #fff;
}

.page-header--open {
    position: fixed;
    z-index: 995;
    padding-bottom: 20px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    background-color: #fff;
}

.page-header__heading {
    padding: 34px 0 20px;
    border-bottom: 2px solid #fff;
}

.page-header--s2 .page-header__head {
    border-bottom: 2px solid transparent;
}

.page-header--white .page-header__heading {
    border-color: #2e2e2e;
}

.page-header--open .page-header__heading {
    border-color: #fff;
}

.page-header__main-buttons {
    text-align: right;
    font-size: 0;
    white-space: nowrap;
}

.page-header__aside {
    max-height: 0;
    overflow: hidden;
}

.page-header--open .header-new-menu-v2.page-header__aside {
    padding: 19px 0;
    max-height: max-content;
    transition: 0.3s all ease;
}

.page-header__support {
    color: #000000;
    font-size: 14px;
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
    height: 160%;
    justify-content: space-between;
}

.page-header__support span + span {
    margin-top: 20px;
}

.header-new-menu-v2 .menu-header-first .main-nav__list li {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 18px;
}

.header-new-menu-v2 .main-nav__list li:first-child {
    margin-bottom: 10px;
    font-weight: 900;
    font-size: 18px;
}

.header-new-menu-v2 .main-nav__list li a {
    font-weight: inherit;
    font-size: inherit;
    line-height: inherit;
}

.header-new-menu-v2 .main-nav__item {
    margin: 0;
    font-size: 16px;
}

.header-new-menu-v2 .page-footer-v2-nav.page-footer__nav-v2 {
    margin-bottom: 15px;
}

.burger__inner-v2 {
    border: 0 solid transparent !important;
    position: fixed !important;
    top: 0;
    right: 0;
}

.header-flower {
    position: absolute;
    right: 0;
    top: 80px;
    display: none;
    z-index: -1;

}

.page-header--open .header-flower {
    /* width: min-content; */
    display: flex;
    justify-content: flex-end;
    /* height: 100%; */
    width: initial;
}

@media (max-width: 1070px) {
    .header-flower {
        width: 185px !important;
    }
}

@media (max-width: 1070px) {
    .header-flower {
        width: 135px !important;
    }
}

@media (max-width: 559px) {
    .header-flower {
        left: 0;
        bottom: 0;
        top: unset !important;
        transform: translateY(50%) rotate(90deg);
        display: none !important;
    }
}

.header-menu-new-wrapper-mobile &gt; nav.main-nav ul {
    padding-left: 40px;
}

.header-menu-new-wrapper-mobile &gt; nav.main-nav .main-nav__list .main-nav__item {
    margin: 2px 0;
    margin-bottom: 6px;
    font-weight: 900;
    font-size: 16px;
}

.header-menu-new-wrapper-mobile &gt; nav.main-nav .main-nav__list .main-nav__item a {
    font-weight: inherit;
    font-size: inherit;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile {
    list-style: none;
    margin-bottom: 0px;
    padding-bottom: 0px;
}

.main-nav__list.menu-header-open {
    margin-bottom: 10px;
}

.header-menu-new-mobile &gt; .main-nav__item {
    margin-bottom: 6px;
    font-weight: 900;
    font-size: 18px;
    color: #000000;
}

.header-menu-new-mobile &gt; .main-nav__item a {
    margin-bottom: inherit;
    font-weight: inherit;
    font-size: inherit;
    text-decoration: none;
    color: inherit;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile ul li {
    position: relative;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile ul li:NOT(:first-child) {
    display: none;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile ul.menu-header-open li:NOT(:first-child) {
    display: flex;
    padding: 2px 0 2px 40px;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile ul li:first-child {
    background: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/plus.svg") center left no-repeat !important;
    background-size: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.header-menu-new-wrapper-mobile .header-menu-new-mobile ul.menu-header-open li:first-child {
    background: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/minus.svg") center left no-repeat !important;
    background-size: 15px;
    background-position: center left;
    background-repeat: no-repeat;
    padding: 0 0 0 20px;
}

.header-menu-new-wrapper-mobile .page-header__social {
    display: flex;
    justify-content: center;
}

.header-menu-new-wrapper-mobile .webapp {
    display: flex;
    justify-content: center;
}

.header-menu-new-wrapper-mobile .webapp .webapp__item {
    margin-right: 0;
}

@media (max-width: 1400px) {
    .header-new-menu-v2 .menu-header-first .main-nav__list li {
        margin-bottom: 6px;
        font-weight: 900;
        font-size: 16px;
    }

    .header-new-menu-v2 .main-nav__list li:first-child {
        margin-bottom: 6px;
        font-weight: 900;
        font-size: 16px;
    }

    .header-new-menu-v2 .main-nav__list li {
        font-size: 14px;
        line-height: 16px;
    }

    .page-header__support {
        font-size: 14px;
        line-height: 16px;
    }

    .header-menu-new-mobile &gt; .main-nav__item {
        margin-bottom: 6px;
        font-weight: 900;
        font-size: 16px;
    }
}

@media (max-width: 729px) {
    .header-new-maket.page-header--open {
        padding-bottom: 0;
        height: 100%;
        min-height: 500px;
        overflow: auto;
    }
}


.page-header--open .page-header__aside {
    padding: 19px 0;
    max-height: 340px;
    transition: 0.3s all ease;
}

.page-header__right-nav {
    /*text-align: right;*/
    text-align: left;
}

.page-header__link {
    margin-top: 10px;
    cursor: pointer;
}

.page-header__aside-cols {
    flex-direction: row;
    display: flex;
    flex-wrap: wrap;
}

.page-header__aside-col {
    flex-basis: 22%;
    max-width: 22%;
    padding-right: 15px;
}

.page-header__aside-col:nth-child(4) {
    flex-basis: 20%;
    max-width: 20%;
}

.page-header__aside-col:last-child {
    flex-basis: 14%;
    max-width: 14%;
    padding-right: 0;
}


/* .page-footer */

.page-footer {
    margin-top: auto;
    min-height: 425px;
    background-color: #282828;
}

.page-footer__heading {
    padding: 37px 0 25px;
    border-bottom: 2px solid #fff;
}

.page-footer__main-buttons {
    text-align: right;
    font-size: 0;
}

.page-footer__social {
    margin-top: 30px;
}

.page-footer__content {
    padding: 20px 0 13px;
}

.page-footer__right-nav {
    text-align: right;
}

.page-footer__ending {
    padding: 10px 0 5px;
    border-top: 2px solid #fff;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.page-footer__support {
    color: #ffffff;
    font-size: 1.2rem;
    font-weight: 300;
    line-height: 2;
}

.page-footer__support span {
    display: block;
    color: #fff;
}

.page-footer__support a {
    color: #fff;
}

.page-footer__yandex-stat {
    height: 15px;
}

/* create */

.create {
    padding-top: 2px;

    width: 230px;
}

.create__link {
    display: flex;
    justify-content: space-between;
    width: 100%;
    color: #fff;
    text-decoration: none;
}

.create__text {
    font-size: 1.2rem;
    font-weight: 300;
    font-weight: 600;
    text-align: right;
}

.create__text span {
    display: block;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 22px;
    text-decoration: underline;
}

.create .create__img img {
    height: 42px;
}

.create__link:hover .create__text span {
    text-decoration: none;
}

/* .logo */

.logo {
    display: block;
    max-width: 131px;
    height: 50px;
    overflow: hidden;
}

.logo-container {
    overflow: hidden;
}

.page-header--white .logo .st0 {
    fill: #2e2e2e;
}

.page-header--open .logo .st0 {
    fill: #fff;
}

/* .burger */

.burger {
    margin-top: 4px;
    display: flex;
    align-items: center;
    padding: 0;
    background-color: transparent;
    border: none;
    color: #fff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    outline: 0;
}

.page-header--white .burger {
    color: #2e2e2e;
}

.page-header--open .burger {
    color: #fff;
}

.burger--close {
    display: none;
}

.page-header--open .burger--close {
    display: flex;
}

.page-header--open .burger--open {
    display: none;
}

.page-header__ul.header-menu-v2 {
    display: flex;
    flex-wrap: nowrap;
    white-space: nowrap;
    padding: 0;
}

.burger__still {
    line-height: 4.2rem;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-weight: 100;
    margin-left: 20px;
    white-space: nowrap;
}

.page-header--white .page-header__a, .page-header--s2 .burger__still {
    color: #000;
}

.main-buttons-v2 .button, .main-buttons-v2 .burger__inner {
    border: 0 solid transparent;
}

@media (max-width: 989px) {
    .main-buttons-v2 {
        display: flex;
        align-items: flex-end;
        justify-items: center;
    }

    .main-buttons-v2 .burger__inner {
        margin-left: 18px;
    }
}

.burger__inner {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    /*margin-right: 15px;*/
    margin-right: 0px;
    width: 42px;
    height: 42px;
    border-radius: 50%;
    border: 1px solid #fff;
    transition: 0.2s ease background;
}

.burger:hover .burger__inner {
    border-color: #fff;
    background-color: #c20e1c;
}

.page-header--s2 .burger__inner {
    border: 1px solid #000;
}

.page-header--s2 .burger__inner span {
    background: #000;
}

.page-header--s2 .burger__inner span::before,
.page-header--s2 .burger__inner span::after {
    background: #000;
}

.page-header--white .burger__inner {
    border-color: #2e2e2e;
}

.page-header--white .burger:hover .burger__inner {
    background-color: #c20e1c;
    border-color: #c20e1c;
}

.page-header--open .burger__inner {
    border-color: #000;
}

.burger__inner span {
    display: inline-block;
    width: 20px;
    height: 2px;
    background: #fff;
    position: relative;
    transition: 0.4s ease all;
}

.burger:hover .burger__inner span {
    width: 0px;
    margin-right: 20px;
}

.burger:hover .burger__inner span::before,
.burger:hover .burger__inner span::after {
    width: 20px;
}

.burger__inner span::before,
.burger__inner span::after {
    content: '';
    position: absolute;
    left: 0;
    width: 15px;
    height: 2px;
    background: #fff;
    -webkit-transform-origin: 50% 50%;
    transform-origin: 50% 50%;
    transition: 0.3s ease width;
}

.page-header--white .burger__inner span,
.page-header--white .burger__inner span::before,
.page-header--white .burger__inner span::after {
    background-color: #2e2e2e;
}

.page-header--white .burger:hover .burger__inner span,
.page-header--white .burger:hover .burger__inner span::before,
.page-header--white .burger:hover .burger__inner span::after {
    background-color: #fff;
}

.page-header--fixed .burger:hover .burger__inner span,
.page-header--fixed .burger:hover .burger__inner span::before,
.page-header--fixed .burger:hover .burger__inner span::after {
    background-color: #fff;
}

.page-header--open .burger__inner span,
.page-header--open .burger__inner span::before,
.page-header--open .burger__inner span::after {
    background-color: #000;
}

.page-header--open .burger:hover .burger__inner span,
.page-header--open .burger:hover .burger__inner span::before,
.page-header--open .burger:hover .burger__inner span::after {
    background-color: #fff;
}

.burger--close .burger__inner span {
    background-color: transparent !important;
}

.burger--close .burger__inner span::before,
.burger--close .burger__inner span::after {
    width: 20px;
    top: 0;
}

.burger--close .burger__inner span::before {
    transform: rotate3d(0, 0, 1, 45deg);
}

.burger--close .burger__inner span::after {
    transform: rotate3d(0, 0, 1, -45deg);
}

.burger__inner span::before {
    top: -6px;
}

.burger__inner span::after {
    bottom: -6px;
}

.page-header--fixed {
    position: fixed;
}

.page-header--s2 {
    background-color: #fff;
    border-bottom: 2px solid #0046af;
}

/* .page-header--def{} */
.page-header--s2 .button--dm,
.page-header--open .button--dm {
    background-image: url(/local/templates/main.v2/img/icons/eye-black.svg);
}

.page-header--s2 .button,
.page-header--open .button {
    border-color: #000;
    color: #000;
}

.page-header--open .button--dm:hover {
    border-color: #fff;
    color: #fff;
    background-image: url(/local/templates/main.v2/img/icons/eye.svg);
}

/* */


.video-background {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    overflow: hidden;
}

.video-bg::after,
.video-background::after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
}

.video-background iframe {
    opacity: 0;
    border: none;
    background: transparent !important;
    pointer-events: none;
    height: 56.25vw;
    left: 50%;
    min-height: 100%;
    min-width: 100%;
    transform: translate(-50%, -50%);
    position: absolute;
    top: 50%;
    width: 177.77777778vh;
    transition: 0.3s ease all;
}

.video-bg iframe {
    border: none;
    background: transparent !important;
    pointer-events: none;
    /* height: 56.25vw; */
    height: 55.6vw;
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: absolute;
    top: 0;
    /* width: 177.77777778vh; */
    width: 133vh;
}

.owl-item .video-bg {
    display: none;
}

.owl-item.active .video-bg {
    display: block;
}

.video-bg video {
    position: absolute;
    top: 0;
    left: 0;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/*
#myVideo {
  position: fixed;
  right: 0;
  bottom: 0;
  min-width: 100%;
  min-height: 100%;
} */

/* .show-more */

.show-more {
    margin-bottom: 25px;
}

.show-more__content {
    overflow: hidden;
}

.js .show-more__content {
    max-height: 0;
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
    transition-timing-function: cubic-bezier(0, 1, 0.5, 1);
}

.js .show-more--shown .show-more__content {
    -webkit-transition-duration: 0.3s;
    transition-duration: 0.3s;
    -webkit-transition-timing-function: ease-in;
    transition-timing-function: ease-in;
    max-height: 1000px;
}

.show-more__btn {
    position: relative;
    padding-left: 0;
    padding-right: 21px;
    background: none;
    border: none;
    color: #243d8e;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    line-height: 1.7;
    cursor: pointer;
    outline: none;
    user-select: none;
}

.no-js .show-more__btn {
    display: none;
}

.show-more--shown .show-more__btn {
    margin-top: 10px;
}

.show-more__btn::after {
    content: '';
    position: absolute;
    right: 0;
    top: 2px;
    bottom: 0px;
    margin: auto;
    display: block;
    border-radius: 50%;
    width: 15px;
    height: 15px;
    background: #243d8e url("/local/templates/main.v2/img/icons/show-more-btn.svg") top 5px center no-repeat;
}

.show-more--shown .show-more__btn::after {
    transform: rotate(180deg);
}

/* .start-page */

.start-page {
    color: #fff;
    padding: 180px 0px 30px;
    position: relative;
    min-height: 50vh;
    background: center center no-repeat;
    background-size: cover;
}

.start-page--auth {
    min-height: auto;
}

.start-page--main {
    padding: 0 !important;
    min-height: 925px;
}

.start-page--region {
    background-image: url("/local/templates/main.v2/img/about-region.jpg");
}

.start-page--white {
    background-color: #fff;
    color: #2e2e2e;
}

.start-page--operators {
    background-image: url("/local/templates/main.v2/img/operators-new.jpg");
}

.start-page--search {
    padding-top: 175px;
    background-image: url("/local/templates/main.v2/img/search.jpg");
}

.start-page--postcard {
    padding-top: 191px;
    padding-bottom: 26px;
    min-height: 30vh;
    background-image: url("/local/templates/main.v2/img/postcard_bg.jpg");
}

.start-page::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}

.start-page--postcard::before {
    background-color: rgba(0, 0, 0, 0.5);
}

.start-page--white::before {
    content: none;
}

.start-page__postcard-text {
    /* margin-top: 12px; */
    margin-bottom: 60px;
}

.start-page__postcard-text b {
    font-weight: 700;
}

.start-page--postcard a {
    color: #ffffff;
}

.start-page h1 {
    color: #fff;
}

.start-page--white h1 {
    color: #2e2e2e;
}

.start-page .container {
    position: relative;
}

.start-page .container--bottom {
    position: absolute;
}

.start-page__item {
    position: relative;
    height: 925px;
    /* height: 100vh; */
    padding: 120px 0;
    display: flex;
    align-items: center;
    background: center center no-repeat;
    background-size: cover;
}

.start-page__item--image {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.start-page__item .container {
    z-index: 2;
    position: relative;
}

.start-page__item::before {
    z-index: 1;
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.3);
}


.start-page__subtext {
    margin-bottom: 28px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1;
}

.start-page__title {
    margin-bottom: 20px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.6rem;
    font-weight: 700;
    line-height: 1.3;
}

.start-page__subtitle {
    margin-top: 2px;
    margin-bottom: 30px;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    text-transform: uppercase;
}

.start-page__text {
    margin-bottom: 30px;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.75;
}

.start-page__count {
    width: 100%;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.45;
}

.start-page__back {
    position: relative;
    display: inline-block;
    margin-bottom: 15px;
    padding-left: 61px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.start-page__back::before {
    content: '';
    display: block;
    position: absolute;
    left: 2px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 32px;
    height: 15px;
    background: url('/local/templates/main.v2/img/icons/back.svg') center center no-repeat;
}

.start-page__contacts {
    font-size: 1.8rem;
    color: #282828;
}

.start-page__contacts a {
    text-decoration: none;
    color: #282828;
}

.start-page__pager {
    display: inline-block;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(31, 37, 50, 0.2);
    background: center center no-repeat;
}

.start-page__pager--prev {
    margin-right: 20px;
    background-image: url(/local/templates/main.v2/img/icons/left.svg);
}

.start-page__pager--prev:hover {
    background-image: url(/local/templates/main.v2/img/icons/left-blue.svg);
}

.start-page__pager--next {
    background-image: url(/local/templates/main.v2/img/icons/right.svg);
}

.start-page__pager--next:hover {
    background-image: url(/local/templates/main.v2/img/icons/right-blue.svg);
}

.start-page__slider-btn {
    margin-bottom: 10px;
    min-width: 260px;
}

.start-page__dot-container {
    position: absolute;
    z-index: 1;
    left: 0;
    right: 0;
    bottom: -50px;
}

.start-page__dots-links {
    display: flex;
    width: 100%;
    background-color: #fff;
}

.start-page__dots .owl-dot {
    display: block;
    cursor: pointer;
    width: 33.333333%;
    /* padding: 10px 0; */
    position: relative;
    margin-right: 30px;
    color: #ffffff;
    font-family: "Minion Pro", Helvetica, sans-serif;
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    /* font-size: 1.6rem; */
    min-height: 1px;
    font-size: 0;
    font-weight: 600;
    line-height: 1.85;
}

.start-page__dot-link {
    /* display: block;
  cursor: pointer;
  width: 33.333333%;
  padding: 10px 0;
  position: relative;
  margin-right: 30px;
  color: #ffffff;
  font-family: "Minion Pro", Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.85;
  text-decoration: none;
  text-align: center; */
    text-decoration: none;
    width: 25%;
    line-height: 10rem;
    text-align: center;
}

.start-page__dot-link span:before {
    content: '';
    display: inline-block;
    margin-right: 20px;
    vertical-align: middle;
    background-repeat: no-repeat;
    background-position: center;
}

.start-page__dot-link[href="/dostoprimechatelnosti/oteli-i-gostinici/"] span:before {
    width: 34px;
    height: 36px;
    background-image: url(/local/templates/main.v2/img/ico-hotel.svg);
}

.start-page__dot-link[href*="/dostoprimechatelnosti/restorany/"] span:before {
    width: 36px;
    height: 34px;
    background-image: url(/local/templates/main.v2/img/ico-food.svg);
}

.start-page__dot-link[href*="/chem-zanyatsya/"] span:before {
    width: 36px;
    height: 36px;
    background-image: url(/local/templates/main.v2/img/ico-see.svg);
}

.start-page__dots-caption {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
}

/* .start-page__dots .owl-dot::before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 0%;
  height: 2px;
  background: #fff;
  transition: none;
} */
.start-page__dots .owl-dot.active::before {
    width: 100%;
    transition: 25s linear all;
}

.start-page__dot-link:last-child,
.start-page__dots .owl-dot:last-child {
    margin-right: 0;
}

.start-page__all {
    display: block;
    padding: 10px 0;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
    line-height: 1.85;
    text-decoration: none;
    text-align: center;
}

.start-page__right {
    text-align: right;
}

.start-page__changer {
    font-size: 0;
}

.start-page__right--always {
    text-align: right;
}

.start-page__link {
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1.5;
    text-decoration: underline;
    cursor: pointer;
}

.start-page__date {
    margin-bottom: 34px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
    line-height: 1;
    text-align: right;
}

.start-page__type {
    font-family: 'Core Sans A65';
    font-style: normal;
    font-weight: bold;
    font-size: 2.4rem;
    line-height: 3rem;
    color: #FFFFFF;
    margin-bottom: 13px;
}

.start-page__name {
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    font-style: normal;
    font-weight: bold;
    font-size: 9.6rem;
    line-height: 9.6rem;
    color: #FFFFFF;
    margin-bottom: 50px;
}

/* .p404 {} */

.p404__header {
    height: 123px;
    background-color: #fff;
}

.p404__content {
    background: #000 url('/local/templates/main.v2/img/bg404.jpg') center center no-repeat;
    background-size: cover;
    min-height: 550px;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    justify-content: center;
}

.p404__title {
    margin-bottom: 15px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 7.2rem;
    font-weight: 700;
    letter-spacing: -2px;
    line-height: 1.1;
}

.p404__text {
    max-width: 216px;
    margin-bottom: 50px;
    margin-left: auto;
    margin-right: auto;
    color: #ffffff;
    font-size: 2rem;
    font-weight: 400;
    line-height: 1.35;
}

.p404-nav {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-around;
    align-items: center;
}

/* .p404-nav__item {} */

.p404-nav__link {
    color: #ffffff;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.4;
    text-decoration: none;
}

.p404-nav__link:hover {
    text-decoration: underline;
}

/* .watch-promo */

.watch-promo {
    margin-top: 32px;
    display: inline-block;
    position: relative;
    padding-left: 63px;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    color: #fff;
    font-weight: 700;
    line-height: 1.35;
    text-decoration: underline;
}

.watch-promo::before {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background: url("/local/templates/main.v2/img/icons/play.svg") center center no-repeat;
    box-shadow: 0 0 15px rgba(31, 37, 50, 0.2);
}

/* .text-item */

.text-item {
    padding-top: 12px;
    padding-bottom: 25px;
}

.section--main-links .text-item {
    margin-top: 25px;
}

.text-item .row &gt; div {
    transition: 0.3s ease all;
}

.text-item .row &gt; div:hover {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.section--main-links .text-item .row &gt; div:hover {
    box-shadow: none;
}

.text-item .row &gt; div:hover .btn {
    opacity: 1;
}

.text-item--border {
    border-top: 2px solid #d8d8d8;;
}

.text-item__link {
    display: flex;
    flex-direction: column;
    height: 100%;
    justify-content: space-between;
    text-decoration: none;
    color: #000000;
    cursor: pointer;
}

.section--main-links .text-item__link {
    box-shadow: 0 7px 10px rgba(0, 0, 0, 0.2);
    background-color: #ffffff;
}

.text-item .btn {
    margin-bottom: 15px;
    opacity: 0;
    transition: 0.3s opacity ease;
}

.section--main-links .text-item .btn {
    opacity: 1;
    margin-left: 20px;
    margin-bottom: 28px;
    max-width: 165px;
}

.text-item__title {
    margin-top: 16px;
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 14px;
    display: block;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.55;
}

.section--main-links .text-item__title {
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 15px;
    margin: 10px 0 15px;
}

.text-item--border .text-item__title {
    font-size: 2.6rem;
    padding-bottom: 5px;
}

.text-item--item-border .text-item__title::after {
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    width: 100%;
    max-width: 230px;
    height: 2px;
    background-color: #a6a6a6;
}

.section--main-links .text-item__title::after {
    left: 20px;
    right: 20px;
    width: auto;
    max-width: none;
}

.text-item__text {
    display: block;
    font-size: 1.6rem;
    font-weight: 300;
    margin-bottom: 24px;
}

.text-item--border .text-item__text {
    line-height: 2;
}

.section--main-links .text-item__text {
    padding: 0 20px;
    line-height: 1.78;
}

.text-item__image img {
    max-width: 100%;
    height: auto;
}

/* .slider */

.slider-container {
    position: relative;
}

.slider-container__popular {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    padding: 95px 0;
}

.slider-container__popular .slider__subtext--popular {
    position: relative;
    z-index: 2;
}

.slider {
    position: relative;
    min-height: 350px;
}

.slider--events {
    min-height: 575px;
}

.slider--main {
    min-height: 300px;
    text-align: center;
}

.slider--image {
    min-height: 320px;
}

.slider--items {
    min-height: 300px;
}

.slider__item {
    display: block;
    color: #ffffff;
    text-decoration: none;
    padding: 95px 0 30px;
    position: relative;
    min-height: 370px;
    background: center center no-repeat;
    background-size: cover;
    overflow: hidden;
}

.slider--items .slider__item {
    min-height: 300px;
    padding: 15px;
}

.slider--events .slider__item {
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
    padding-bottom: 75px;
    min-height: 575px;
}

.slider--main .slider__item {
    min-height: 300px;
}

.slider--image .slider__item {
    min-height: 320px;
}

.slider__item::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s ease all;
}

.slider--events .slider__item::before {
    background: rgba(31, 59, 143, 0.17);
}

.slider__image {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background: center center no-repeat;
    background-size: cover;
    transition: 0.6s ease-out all;
}

.slider:hover .active .slider__image {
    transform: scale(1.15);
}

.slider__container {
    overflow: hidden;
    position: relative;
}

.slider--events .slider__container {
    padding: 0 50px;
}

.slider--content .container {
    /* transform: translateY(25%); */
    transition: 0.3s ease all;
}

/* .slider--content .active .container {} */

.slider__value {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: rgba(195, 195, 195, 0.4);
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
    line-height: 1.35;
}

.slider__name {
    position: absolute;
    bottom: 20px;
    left: 20px;
    right: 20px;
    color: #fff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.3;
}

.slider__text {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 5rem;
    font-weight: 700;
    line-height: 314px;
}

.slider__subtext {
    position: relative;
    margin-bottom: 16px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    line-height: 1.45;
    font-weight: 600;
}

.slider--events .slider__subtext {
    margin-bottom: 21px;
    font-size: 1.8rem;
}

.slider__subtext--popular {
    padding-left: 47px;
}

.slider__subtext--popular svg {
    position: absolute;
    left: 0;
}

.slider__title {
    position: relative;
    margin-bottom: 28px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.slider--events .slider__title {
    line-height: 1.15;
    font-size: 3.6rem;
}

.owl-dots {
    position: absolute;
    bottom: 17px;
    left: 0;
    right: 0;
}

.owl-dots .owl-dot {
    color: #fff;
    display: inline-block;
    margin: 0 5px;
    padding: 5px;
}

.owl-dots .owl-dot span {
    display: inline-block;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background-color: rgba(255, 255, 255, 0.5);
}

.owl-dots .owl-dot.active span {
    background-color: #fff;
}

.owl-carousel .owl-nav {
    height: 0;
    position: absolute;
    top: 30px;
    left: 0;
    right: 0;
}

.slider--content .owl-nav {
    width: 1140px;
    margin: auto;
    top: 114px;
    text-align: right;
}

.slider--events .owl-nav {
    top: auto;
    bottom: 80px;
    padding: 0 15px;
    text-align: right;
}

.slider--image .owl-nav {
    width: 100%;
    top: 20px;
    padding: 0 20px;
    text-align: right;
}

.slider--items .owl-nav {
    width: 100%;
    top: 30px;
    padding: 0 20px;
    text-align: right;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
    display: inline-block;
    margin: 0 15px;
    width: 29px;
    height: 29px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(31, 37, 50, 0.2);
    background: center center no-repeat;
}

.slider--events .owl-nav .owl-next,
.slider--events .owl-nav .owl-prev {
    width: 40px;
    height: 40px;
    margin: 0 25px;
}

.owl-carousel.slider--content .owl-nav .owl-prev {
    margin: 0;
}

.owl-carousel.slider--content .owl-nav .owl-next {
    margin-left: 24px;
    margin-right: 0;
}

.owl-carousel.slider--image .owl-nav .owl-next,
.owl-carousel.slider--image .owl-nav .owl-prev {
    margin-left: 19px;
    margin-right: 0;
}

.owl-carousel .owl-nav .owl-prev {
    background-image: url("/local/templates/main.v2/img/icons/left.svg");
}

.owl-carousel .owl-nav .owl-prev:hover {
    background-image: url("/local/templates/main.v2/img/icons/left-blue.svg");
}

.owl-carousel .owl-nav .owl-next {
    background-image: url("/local/templates/main.v2/img/icons/right.svg");
}

.owl-carousel .owl-nav .owl-next:hover {
    background-image: url("/local/templates/main.v2/img/icons/right-blue.svg");
}

/* .list-item */

.list-item {
    position: relative;
    display: block;
    margin-bottom: 30px;
    height: 170px;
    color: #fff;
    text-decoration: none;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}

.list-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    /* background-color: rgba(0, 0, 0, 0.2); */
    transition: 0.3s ease;
    z-index: 1;
}

.list-item svg {
    position: absolute;
    left: 15px;
    top: 0;
}

.list-item__image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.6s ease-out all;
}

.list-item--more::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.list-item:hover::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.list-item:hover .list-item__image {
    transform: scale(1.15);
}

.list-item--reverse::before {
    background-color: rgba(0, 0, 0, 0.1);
}

.list-item--reverse:hover::before {
    background-color: rgba(0, 0, 0, 0.4);
}

.list-item--more {
    display: flex;
    align-items: center;
    justify-content: center;
}

.list-item--large {
    height: 370px;
}

.list-item__more-photo,
.list-item__add-more {
    position: absolute;
    z-index: 1;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
    background: center center no-repeat;
    background-size: cover;
    cursor: pointer;
}

.list-item__name {
    font-size: 2rem;
    text-transform: uppercase;
    position: absolute;
    top: 20px;
    bottom: 20px;
    right: 20px;
    left: 20px;
    margin: auto;
    color: #fff;
    font-weight: 500;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: 0.3s ease-out all;
}

.list-item:hover .list-item__name {
    opacity: 1;
}

.list-item__more-photo::before,
.list-item__add-more::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.4);
    transition: 0.3s ease all;
}

.list-item__more-photo:hover::before,
.list-item__add-more:hover::before {
    background-color: transparent;
}

.list-item__title {
    display: block;
    position: absolute;
    bottom: 13px;
    left: 15px;
    right: 15px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.3;
    z-index: 1;
    text-shadow: 0 0 5px black;
}

.list-item--large .list-item__title {
    bottom: 19px;
    left: 20px;
    font-size: 2.2rem;
}

.list-item__date {
    position: absolute;
    right: 15px;
    top: 16px;
    left: 15px;
    text-align: right;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1;
    z-index: 1;
}

.list-item--large .list-item__date {
    top: 22px;
    right: 21px;
    left: 21px;
}

.list-item__more {
    position: relative;
    z-index: 1;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.4rem;
}

/* .photo-gal */

.photo-gal {
    position: relative;
}

/* .more-photo */

.more-photo {
    display: block;
    position: absolute;
    left: 15px;
    top: 0;
    bottom: 30px;
    z-index: 1;
    right: 15px;
    width: calc(100% - 30px);
    border: 0px;
    background: rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: 0.3s all ease;
}

.more-photo--reverse:hover {
    background: rgba(0, 0, 0, 0.4);
}

/* .friend */

.friend {
    min-height: 350px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #003b8f url("/local/templates/main.v2/img/friend.png") center center no-repeat;
    background-size: cover;
    text-align: center;
}

.friend__title {
    margin-bottom: 14px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.friend__text {
    margin-bottom: 22px;
    color: #ffffff;
    /*  font-size: 1.4rem;
  line-height: 1.85; */
    font-weight: 300;
}

/* .banner */

.banner {
    min-height: 350px;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background: #ccc center center no-repeat;
    position: relative;
    background-size: cover;
    text-align: center;
    margin-top: 30px;
}

.banner .container {
    position: relative;
    z-index: 2;
}

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

.banner__item {
    height: 350px;
}

.banner__item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.banner::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    z-index: 1;
    background: rgba(0, 0, 0, 0.5);
}

.banner__title {
    display: flex;
    justify-content: center;
    margin-bottom: 14px;
    color: #ffffff;
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1;
}

.banner__text {
    margin-bottom: 22px;
    color: #ffffff;
    /*  font-size: 1.4rem;
  line-height: 1.85; */
    font-weight: 300;
}

.banner__content {
    position: relative;
}

/* main-nav */

/* .main-nav {} */
.main-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;

}

.main-nav__item {
    margin: 10px 0 8px;
}

.main-nav__link {
    color: #fff;
    display: inline-block;
    border-bottom: 2px solid transparent;
    text-decoration: none;
    color: #ffffff;
    font-size: 1.6rem;
    font-weight: 300;
    line-height: 1.625;
    cursor: pointer;
    transition: 0.3s ease-out border;
}

.main-nav__link:hover {
    border-bottom-color: #fff;
}

.hmain-nav__list {
    list-style: none;
    margin: 0;
    padding: 0;
    margin-bottom: 20px;
}

.hmain-nav__sub {
    list-style: none;
    margin: 0;
    padding: 0;
}

.hmain-nav__link {
    color: #000;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
}

.hmain-nav__sub-link {
    display: inline-block;
    color: #424242;
    font-size: 1.6rem;
    text-decoration: none;
    line-height: 1.2;
}

.page-header__head {
    border-bottom: 2px solid #fff;
}

.page-header__head-v2 {
    /* border-bottom: 0 solid transparent; */
}

.page-header__nav-cont {
    padding-top: 40px;
}

.page-header__nav {
    float: left;
}

.page-header--open .page-header__nav {
    display: none;
}

.page-header__ul {
    font-size: 0;
}

.page-header__li {
    display: inline-block;
    line-height: 4.2rem;
    margin: 0px 15px;
}

.page-header__a {
    color: #fff;
    text-decoration: none;
    font-size: 1.6rem;
}

.page-header--white .page-header__a,
.page-header--s2 .page-header__a {
    color: #000;
}

.page-header__burger {
    float: left;
    margin-top: 0;
}

.page-header__app {
    margin-bottom: 30px;
}

.page-header__aside-title {
    margin-top: 5px;
    margin-bottom: 15px;
    color: #000;
    font-weight: normal;
    line-height: 1.2;
}

/* .social */

.social {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.social--content {
    margin: 24px 0;
}

.social--invite {
    margin-top: 55px;
    display: flex;
    justify-content: space-between;
}

.social__item {
    width: 24px;
    height: 25px;
    margin-right: 15px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: center center no-repeat;
}

.social--invite .social__item {
    position: relative;
    width: auto;
    height: auto;
    color: #ffffff;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "ProximaCore Sans A 45 Regular", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 700;
}

.social__item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.social--invite .social__item a {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
}

.social--content .social__item {
    margin-right: 15px;
}

.social--content .social__item:last-child,
.social__item:last-child {
    margin-right: 0;
}

.social__item use {
    fill: #fff;
    transition: 0.3s ease all;
}

.social__item:hover use {
    fill: rgba(255, 255, 255, 0.5);
}

.social--black .social__item use {
    fill: #5f5f5f;
}

.social--black .social__item:hover use {
    fill: rgba(0, 0, 0, 0.3);
}

.page-header .social__item use {
    fill: #ababab;
}

.page-header .social__item:hover use {
    fill: #0046af;
}

.page-header__aside .social__item use {
    fill: #000000;
}

.page-header__aside .main-nav__link {
    color: #000000;
}

.webapp {
    margin: 10px 0;
    display: flex;
    align-items: center;
}

.page-header__app .webapp {
    flex-wrap: wrap;
    margin-top: 30px;
}

.page-header__app .webapp__item {
    width: unset;
    height: unset;;
}

.page-header__app .webapp__item + .webapp__item {
    margin-top: 18px;
}

.webapp__item {
    width: 24px;
    height: 25px;
    margin-right: 19px;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    background: center center no-repeat;
}

.webapp__item a {
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}

.webapp__item use {
    fill: #fff;
    transition: 0.3s ease all;
}

.webapp__item:hover use {
    fill: rgba(255, 255, 255, 0.5);
}

.page-header .webapp__item use {
    fill: #ababab;
}

.page-header .webapp__item:hover use {
    fill: #0046af;
}

/* .popup */

.popup-text {
    display: none;
}

div.popup {
    display: block;
    position: fixed;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: 99;
    background-color: #ffffff;
    transform: translateY(-100%);
    z-index: -1;
}

body.popup div.popup {
    min-height: 100vh;
    display: block;
    transform: translateY(0);
    transition: 0.5s ease all;
    z-index: 1111;
}

.popup__close {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    height: 97px;
    text-align: center;
}

.popup__close .no-padding {
    padding: 0;
}


.popup .close {
    display: inline-block;
    position: relative;
    margin-top: 30px;
    color: #333333;
    text-align: right;
    font-family: 'Roboto', 'Arial', sans-serif;
    font-family: 'Core Sans A 45 Regular', 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2.33px;
    line-height: 1.8;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(31, 37, 50, 0.2);
    background-color: #ffffff;
    transition: 0.3s all ease;
}

.popup .close:focus {
    outline: none;
    box-shadow: 0px 0px 15px #f5823f;
}

.popup .close::before,
.popup .close::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 25px;
    height: 2px;
    background-color: #333333;
}

.popup .close::before {
    transform: rotate(45deg);
}

.popup .close::after {
    transform: rotate(-45deg);
}

.popup__item {
    min-height: 100vh;
    display: none;
}

/* .preview-item */

.preview-item {
    display: flex;
    height: 100vh;
}

.preview-item__image {
    width: 50%;
    background: center center no-repeat;
    background-size: cover;
    height: 100vh;
}

.preview-item__content {
    width: 50%;
    height: 100vh;
    overflow-y: auto;
    padding: 120px 60px;
}

.preview-item__title {
    margin-bottom: 47px;
}

.preview-item__text {
    margin-bottom: 44px;
}

.preview-item .btn {
    min-width: 260px;
}

/* .temp */

.temp {
    margin-top: 10px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
    display: flex;
    justify-content: flex-end;
}

.temp .gsInformer .gsTemp {
    text-align: right;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3rem;
    font-weight: 600;
}

/* .map */

.map {
    padding-top: 70px;
    padding-bottom: 50px;
    background-color: #e3ebf8;
}

/* .map__map {} */

.map__close {
    position: absolute;
    right: 4px;
    top: 4px;
    width: 16px;
    height: 16px;
    padding: 0;
    cursor: pointer;
    border: none;
    text-align: center;
    line-height: 10px;
    background: none;
}

.map-v2 .map__map {
    /*position: relative;*/
}

.map-v2 .map__map .svg-label {
    position: relative;
    margin-top: -100%;
    left: 0;
    z-index: 0;
    width: 100%;
    height: auto;
}


.map__map svg {
    width: 100%;
    height: auto;
}

.map__btn {
    cursor: pointer;
}

.map__path {
    display: none;
}

.map__path--active {
    display: block;
}

.map__message {
    position: absolute;
    display: none;
    padding: 15px;
    margin: auto;
    width: 222px;
    min-height: 60px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.5);
    border-radius: 6px;
    background: #ffffff url(/local/templates/main.v2/img/listik.svg) right bottom no-repeat;
    background-size: contain;
}

.map-v2 .map__message {
    border-radius: 0;
    background: #ffffff;
}

.map__message--active {
    display: block;
}

/*
.map__city {
  margin-bottom: 10px;
  color: #2e2e2e;
  font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.1;
}

.map__time {
  margin-bottom: 5px;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}

.map__distance {
  margin-bottom: 0;
  color: #2e2e2e;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.3;
}*/

/* .invite-friend */

.invite-friend {
    padding: 50px 0 11px;
    position: fixed;
    bottom: 0;
    width: 100%;
    box-shadow: 0 -5px 10px rgba(0, 0, 0, 0.2);
    background-color: #c20e1c;
    transform: translateY(100%);
    transition: 0.3s ease all;
    z-index: 2147483645;

}

.invite-friend--active {
    transform: none;
}

.invite-friend__input {
    outline: none;
    padding: 15px 20px;
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
    width: 100%;
    height: 50px;
    border-radius: 6px;
    background: transparent;
    border: 1px solid #ffffff;
}

.invite-friend .btn {
    width: 100%;
    height: 50px;
}

.invite-friend__close {
    opacity: 0;
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    margin: auto;
    top: -25px;
    color: #333333;
    text-align: right;
    /* font-family: 'Roboto', 'Arial', sans-serif; */
    font-family: 'Core Sans A 45 Regular', 'Arial', sans-serif;
    font-size: 1.4rem;
    font-weight: 400;
    letter-spacing: 2.33px;
    line-height: 1.8;
    text-transform: uppercase;
    background-color: transparent;
    border: none;
    cursor: pointer;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    box-shadow: 0 0 8px rgba(31, 37, 50, 0.2);
    background-color: #ffffff;
    transition: 0.3s all ease;
}

.invite-friend--active .invite-friend__close {
    opacity: 1;
}

.invite-friend__close:focus {
    outline: none;
    box-shadow: 0px 0px 15px #f5823f;
}

.invite-friend__close::before,
.invite-friend__close::after {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    transform: rotate(45deg);
    width: 25px;
    height: 2px;
    background-color: #333333;
}

.invite-friend__close::before {
    transform: rotate(45deg);
}

.invite-friend__close::after {
    transform: rotate(-45deg);
}


/* .text-block */

.text-block {
    margin-bottom: 36px;
}

.text-block:last-child {
    margin-bottom: 0;
}

.text-block p:last-child {
    margin-bottom: 0;
}

/* .arrive */

.map-arrive {
    display: block;
    min-height: 26.1979167vw;
    background: url('/local/templates/main.v2/img/map.jpg') center center no-repeat;
    background-size: cover;
}

.arrive {
    margin-bottom: 0;
    min-height: 502px;
    background: center bottom no-repeat;
    background-size: cover;
}

.arrive-link {
    margin-bottom: 20px;
    display: block;
}

.arrive-link img {
    display: inline-block;
    max-width: 100%;
    height: auto;
}

/* .tabs */

/* .tabs {} */

.tabs__links {
    display: flex;
    margin: 0 0 10px;
    padding: 0;
    list-style: none;
}

.tabs__link-wrap {
    position: relative;
    margin-right: 40px;
}

.tabs__link-wrap:last-child {
    margin-right: 0;
}

.tabs__link {
    padding: 5px 0;
    color: #9c9c9c;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
}

.tabs__link-wrap--active .tabs__link {
    color: #2e2e2e;
}

.js .tabs__content-item {
    display: none;
}

.js .tabs__content-item--active {
    display: block;
}

/* old */

.tabs {
    /* margin-bottom: 20px; */
}

.tabs--tours-order {
    padding-top: 20px;
    /* margin-bottom: 40px; */
    padding-bottom: 65px;
}

.tabs--arrive {
    margin-top: 10px;
}

.tabs--tours {
    padding-bottom: 80px;
}

.tabs__header {
    min-height: 55px;
}

.tabs--tours-order .tabs__header {
    margin-bottom: 42px;
}

.tabs--arrive .tabs__header {
    min-height: 120px;
}

@media (min-width: 600px) {
    .map-v2 h2.section-title {
        margin-bottom: 0px;
    }
}

.map-v2 .map__close {
    position: absolute;
    top: -24px;
    right: 0px;
    width: 16px;
    height: 16px;
    background: no-repeat center center url('/local/templates/main.v2/img/icons/close-icon.svg');
    background-size: contain;
}

.map-v2 .map__message--active svg {
    position: absolute;
    top: 0px;
    left: 0px;
}

.arrive-v2 {
    min-height: 0;
}

.tabs--arrive-v2 .tabs__header {
    min-height: 0;
}

.tabs--arrive-v2 .tabs__toggler::after {
    content: '';
    bottom: 1px;
}

.tabs--arrive-v2 .tabs__toggler::after {
    height: 3px;
    background: #1948A9;
}

.tabs--arrive-v2 hr {
    margin: -12px 0 0 0;
}

.tabs--arrive-v2 .mewtwo-widget .mewtwo-flights {
    padding: 50px 0 0 !important;
    border: 1px solid transparent !important;
}

@media (min-width: 1170px) {
    .tabs--arrive-v2 .col-xl-offset-3 {
        margin-left: 0;
    }
}

@media (min-width: 990px) {
    .tabs--arrive-v2 .col-lg-offset-2 {
        margin-left: 0;
    }
}

/*.tabs__head {
  display: flex;
  margin-bottom: 10px;
}
.tabs--tours-order &gt; .tabs__header &gt; .tabs__head {
  display: block;
  margin-bottom: 0;
}
.tabs--postcard .tabs__head {
  padding-bottom: 16px;
  border-bottom: 1px solid #d8d8D8;
}
.tabs--tours .tabs__head {
  border-bottom: 1px solid #b9b9b9;
  margin-bottom: 32px;
}
.tabs--subtours .tabs__head {
  flex-wrap: wrap;
}
.tabs__toggler {
  position: relative;
  padding: 5px 0;
  margin-right: 40px;
  color: #9c9c9c;
  font-family: "Minion Pro", Helvetica, sans-serif;
  font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.5;
  cursor: pointer;
}
.tabs-toggler--tile{
  height: 250px;
  margin-right: 0;
}
.tabs-toggler--big{
  height: 530px;
}
.tabs--postcard .tabs__toggler {
  padding: 0;
  line-height: 1.1;
}
.tabs--tours .tabs__toggler {
  padding: 9px 25px;
  color: #000000;
  font-family: "Core Sans A 45 Regular";
  font-weight: 400;
}
.tabs--tours .tabs__toggler {
  margin-bottom: 20px;
  font-size: 1.4rem;
  padding: 4px 14px 12px;
}
.tabs__toggler::after {
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  height: 2px;
  width: 0;
  background-color: #000000;
  transition: none;
}
.tabs--tours .tabs__toggler::after {
  content: '';
  height: 7px;
  bottom: -1px;
  background-color: #1948a9;
}
.tabs--arrive .tabs__toggler::after {
  content: '';
  bottom: 1px;
}
.tabs__toggler--active {
  color: #2e2e2e;
}
.tabs__toggler--active::after {
  width: 100%;
  transition: 0.5s;
}
.tabs__toggler:last-child {
  margin-right: 0;
}
*/
.tabs__content {
    position: relative;
}

.tabs__item {
    display: none;
}

.tabs--arrive .tabs__item {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: -100;
    opacity: 0;
    transform: translateY(-30%);
    transition: 0.4s ease all;
}

.tabs__item--active {
    display: block;
}

.tabs--arrive .tabs__item--active {
    display: block;
    position: static;
    opacity: 1;
    transform: translateY(0);
}

.tabs__item--deactive {
    transform: translateY(0);
}

.tabs__text-item {
    display: none;
}

.tabs__text-item--active {
    display: block;
    opacity: 1;
}

.uxie-busfor-widget--widest,
.uxie-tutu-widget--widest {
    margin: 0 auto;
}

/* tabs-toggler */

.tabs-toggler {
    position: relative;
    padding: 0;
    margin-bottom: 30px;
}

.tabs-toggler::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    background: linear-gradient(0deg, rgba(25, 72, 169, 0.2), rgba(25, 72, 169, 0.2));

}

.tabs-toggler::after {
    /* content: '';
  height: 4px;
  width: 0;
  background: #155eb9;
  bottom: 0; */
}

.tabs__toggler--active.tabs-toggler::after {
    width: 100%;
}

.tabs-toggler img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.tabs-toggler__content {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #ffffff;
    padding: 25px;
    display: flex;
    justify-content: flex-end;
    flex-direction: column;
}

.tabs-toggler__title {
    padding-right: 30px;
    /* font-family: 'Bebas Neue'; */
    font-family: 'Heading Pro';
    font-family: 'Core Sans A 45 Regular';
    font-style: normal;
    font-weight: bold;
    /* font-size: 4.2rem; */
    /* line-height: 4.8rem; */
    font-size: 2.8rem;
    line-height: 3.2rem;
    color: #ffffff;
}

.tabs-toggler__title--big {
    /* font-size: 9.6rem; */
    /* line-height: 9.6rem;   */
    font-size: 5.4rem;
    line-height: 6rem;
}

.tabs-toggler__descr {
    font-family: 'Core Sans A65';
    font-style: normal;
    font-weight: bold;
    font-size: 1.4rem;
    line-height: 2rem;
    color: #FFFFFF;
    /* margin-bottom: 13px; */
    margin-bottom: 7px;
}

/* collapse */

/* .collapse {} */
.collapse__item {
    border-bottom: 1px solid #b9b9b9;
}

.collapse__item--active {
    background-color: #f9fbfc;
}

.collapse__title {
    position: relative;
    padding: 30px 35px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 400;
    line-height: 1.33;
    cursor: pointer;
}

.collapse__title::after {
    content: '';
    position: absolute;
    right: 20px;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 26px;
    height: 26px;
    background: url('/local/templates/main.v2/img/icons/arrow-collapse.svg') center center no-repeat;
    transform: rotate(180deg);
    transition: transform .2s ease-in;
}

.collapse__item--active .collapse__title::after {
    transform: rotate(0);
}

.collapse__content {
    display: none;
    padding: 10px 30px 20px;
}

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

.collapse__item--active .collapse__content {
    display: block;
}


/* .video-block */

/* .video-block {} */
.video-block__title {
    margin-bottom: 15px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.65;
}

.video-block__video {
    position: relative;
    width: 100%;
    min-height: 420px;
    background: center center no-repeat;
    background-size: cover;
}

/* .video */

.video {
    display: block;
    text-decoration: none;
    color: #fff;
    position: relative;
    min-height: 320px;
    background: center center no-repeat;
    background-size: cover;
}

.video--small {
    min-height: 424px;
}

.video iframe {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.video__inner {
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.3);
    transition: 0.3s background ease;
}

.video:hover .video__inner {
    background: rgba(0, 0, 0, 0.1);
}

.video__start {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    text-align: center;
    cursor: pointer;
}

.video__play-container {
    height: 85px;
    width: 85px;
    position: relative;
}

.video__play {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    transition: 0.3s all;
}

.video:hover .video__play {
    height: 73px;
    width: 73px;
}

.video__360 {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
    width: 67px;
    height: 67px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
    background-color: #f9593a;
    border-radius: 50%;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    line-height: 67px;
    transition: 0.3s all;
}

.video:hover .video__360 {
    height: 75px;
    width: 75px;
}

.video--small .video__play {
    width: 75px;
    height: 75px;
}

.video--small:hover .video__play {
    height: 85px;
    width: 85px;
}

.video__text {
    margin-top: 15px;
    max-width: 780px;
    padding: 0 30px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.2rem;
    line-height: 1.65;
}


/* .sect-menu */

.sect-menu {
    margin: 0;
    padding: 0;
    list-style: none;
}

.sect-menu__item {
    margin-bottom: 11px;
}

.sect-menu__link {
    display: inline-block;
    border-bottom: 2px solid transparent;
    color: #2e2e2e;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.5;
    text-decoration: none;
    cursor: pointer;
    transition: 0.3s ease-out border;
}

.sect-menu__link:hover {
    border-bottom-color: #2e2e2e;
}

.sect-menu--gray .sect-menu__link {
    color: #9b9b9b;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-weight: 700;
}

.sect-menu--gray .sect-menu__link:hover {
    border-bottom-color: #9b9b9b;
}

/* .catalog-item */

.catalog-item {
    position: relative;
    display: block;
    height: 300px;
    background: center center no-repeat;
    background-size: cover;
    margin-bottom: 30px;
    overflow: hidden;
}

.catalog-item__image {
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    z-index: -1;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    transition: 0.6s ease-out all;
}

.catalog-item:hover .catalog-item__image {
    transform: scale(1.15);
}

.catalog-item::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease;
}

.catalog-item:hover::before {
    background: rgba(0, 0, 0, 0.1);
}

/* .catalog-item__title {
  position: absolute;
  left: 20px;
  bottom: 17px;
  color: #ffffff;
  font-family: "Minion Pro", Helvetica, sans-serif;
  font-size: 1.8rem;
  font-weight: 600;
  line-height: 1.65;
} */

.catalog-item__title {
    position: absolute;
    left: 20px;
    bottom: 17px;
    color: #ffffff;
    /* font-family: "Bebas Neue"; */
    /* font-family: "Heading Pro"; */
    font-family: "Core Sans A 45 Regular";
    letter-spacing: 0.20rem;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.65;
}

/* .map */

.full-map {
    width: 100%;
    min-height: 350px;
}

.full-map iframe,
.full-map img {
    width: 100%;

}

/* .app */

.app {
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 20px;
    width: 100%;
    min-height: 331px;
    border-radius: 5px;
    color: #fff;
    background: #000 url("/local/templates/main.v2/img/app-bg.jpg") center center no-repeat;
    background-size: cover;
}

.app::before {
    content: '';
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
}

.app * {
    position: relative;
}

/* .path */

.path {
    margin-top: 30px;
}

.path__container {
    margin-top: 15px;
}

.path__item {
    margin-bottom: 20px;
}

.path__content *:last-child {
    margin-bottom: 0;
}

.path__item--path {
    display: flex;
    align-items: center;
    height: 154px;
}

.path__title {
    display: block;
    margin-bottom: 15px;
    color: #282828;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.3;
    text-decoration: none;
}

.path__image {
    display: block;
    position: relative;
}

.path__image::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.2);
}

.path__image img {
    width: 100%;
}

.path__time {
    color: #282828;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 24px;
}

.path__road {
    position: relative;
    width: 54px;
    height: 100%;
    margin-right: 33px;
}

.path__road::before {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: auto;
    width: 1px;
    height: 100%;
    border: 1px solid #000000;
    background-color: #d8d8d8;
}

.path__road::after {
    content: '';
    display: block;
    width: 54px;
    height: 54px;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 1px solid #000000;
    border-radius: 50%;
    background: #fff center center no-repeat;
}

.path__road--car::after {
    background-image: url(/local/templates/main.v2/img/icons/car.svg);
}

.path__road--walk::after {
    background-image: url(/local/templates/main.v2/img/icons/walk.svg);
}

/* .feedback */

.feedback {
    margin-top: 58px;
}

.feedback__result {
    margin-bottom: 30px;
    border-radius: 8px;
    padding: 17px 17px 20px;
    border: 2px solid #000;
}

.feedback__result--success {
    border-color: #64ffda;
}

.feedback__result--error {
    border-color: #d64a2d;
}

.feedback__title {
    margin-bottom: 10px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.feedback__message p {
    margin-bottom: 0;
}

/* form-input */

.form-input {
    margin-bottom: 30px;
}

/* .form-input--agreement {} */

.form-input__label {
    height: 70px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    padding: 0 23px;
    border: 1px solid #d0d3d6;
    border-radius: 8px;
    transition: all .5s ease;
}

.form-input--white .form-input__label {
    border-color: #fff;
}

.form-input--textarea .form-input__label {
    height: 185px;
    justify-content: flex-start;
}

.form-input__title {
    margin: 15px 0 8px;
    padding: 0;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    color: #acb1b5;
}

.form-input--white .form-input__title {
    color: #fff;
}

.form-input--textarea .form-input__title {
    margin-top: 22px;
}

.form-input__title span {
    letter-spacing: -.2px;
    color: #e5001c;
}

.form-input__input {
    width: 100%;
    height: 20px;
    padding: 0;
    margin: 0 0 15px;
    border: 0;
    font-family: f400;
    line-height: 1;
    letter-spacing: -.2px;
    color: #3d4349;
    outline: none;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1;
    background: transparent;
}

.form-input__input::placeholder {
    color: #ACB1B5 !important;
}

.form-input--white .form-input__input {
    color: #fff;
}

.form-input__input::-webkit-input-placeholder {
    color: #3d4349;
}

.form-input__input::-moz-placeholder {
    color: #3d4349;
}

/* Firefox 19+ */
.form-input__input:-moz-placeholder {
    color: #3d4349;
}

/* Firefox 18- */
.form-input__input:-ms-input-placeholder {
    color: #3d4349;
}

.form-input--white .form-input__input::-webkit-input-placeholder {
    color: #fff;
}

.form-input--white .form-input__input::-moz-placeholder {
    color: #fff;
}

/* Firefox 19+ */
.form-input--white .form-input__input:-moz-placeholder {
    color: #fff;
}

/* Firefox 18- */
.form-input--white .form-input__input:-ms-input-placeholder {
    color: #fff;
}

.form-input--white {
    color: #fff;
}

.form-input--textarea .form-input__input {
    width: 100%;
    height: 100%;
    resize: none;
}

.form-input--agreement input,
.form-input__checkbox {
    position: absolute;
    overflow: hidden;
    clip: rect(0 0 0 0);
    height: 1px;
    width: 1px;
    margin: -1px;
    padding: 0;
    border: 0;
}

.form-input__agreement {
    position: relative;
    font-size: 1.6rem;
    padding-left: 28px;
    line-height: 1;
    cursor: pointer;
}

.form-input__agreement::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    border: 1px solid #d0d3d6;
    background: transparent center center no-repeat;
}

input[type='checkbox']:checked + .form-input__agreement::before,
.form-input__checkbox:checked + .form-input__agreement::before {
    background-image: url("/local/templates/main.v2/img/icons/form-ok.svg");
}

/* search */

/* .search {} */
.search .form-input__label {
    padding-right: 190px;
}

.search__btn {
    position: absolute;
    height: 40px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #fff center center no-repeat;
}

.search__error {
    font-size: 1.6rem;
}


/* search-filter */

.search-filter {
    margin-bottom: 30px;
}

.search-filter__container {
    padding: 5px 0;
    padding-right: 15px;
    display: inline-block;
    border-bottom: 1px solid #d8d8d8;
}

.search-filter__item {
    margin-right: 44px;
    padding: 5px 0;
    display: inline-block;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.5;
    text-decoration: none;
    border: none;
    border-radius: 0;
    background: transparent;
    transition: 0.3s color ease;
}

.search-filter__item:hover,
.search-filter__item--active {
    color: #b4b4b4;
}

.search-filter__item:last-child {
    margin-right: 0;
}

/* popular */

.popular {
    margin: 29px 0;
    padding: 0;
    list-style: none;
}

.popular__item {
    border-top: 1px solid #d8d8d8;
    padding: 10px 0px;
}

.popular__item:last-child {
    border-bottom: 1px solid #d8d8d8;
}

.popular__link {
    display: inline-block;
    padding: 3px 0px 2px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.2;
    text-decoration: none;
    cursor: pointer;
}

/* .main-select */

.main-select {
    border: none;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.1;
    padding-right: 30px;
    width: 196px;
    outline: none;
    cursor: pointer;
    background: url('/local/templates/main.v2/img/icons/triangle.svg') center right 3px no-repeat;
}

/* fancybox */


.fancybox-custom-layout {
    border: 50px solid #000;
}

.fancybox-custom-layout .fancybox-bg {
    background: #000;
    opacity: 1;
}

/* .gallery */

.gallery .row &gt; div {
    display: none;
}

.gallery .row &gt; .active {
    display: block;
}

/* .next */

.next {
    height: 320px;
    background: center center no-repeat;
    background-size: cover;
}

.next__subtext {
    margin-bottom: 10px;
}

.next__link {
    color: #fff;
    display: flex;
    justify-content: center;
    flex-direction: column;
    padding: 30px 0;
    width: 100%;
    height: 100%;
    position: relative;
    text-decoration: none;
    cursor: pointer;
}

.next__link .container {
    position: relative;
}

.next__link::before {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.2);
    transition: 0.3s ease-out background;
}

.next__link:hover {
    text-decoration: none;
}

.next__link:hover::before {
    background-color: transparent;
}

.next__title {
    margin-bottom: 30px;
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    line-height: 1.4;
}

.next__subtitle {
    color: #ffffff;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 1.6rem;
    font-weight: 600;
}

/* .route-style */

/* .route-style {} */
.route-style span {
    display: block;
    margin-bottom: 20px;
}

.route-style .time {
    margin-bottom: 0;
    font-weight: 700;
}

/* .places */

.places {
    margin-top: 50px;
}

#date-range {
    position: relative;
    max-width: 262px;
}

#date-range-field {
    width: 100%;
    min-height: 40px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    padding: 0px 30px 0px 15px;
    background: url("/local/templates/main.v2/img/icons/triangle.svg") no-repeat 95% center;
}

#date-range-field.open {
    background-color: #fff;
    background: url("/local/templates/main.v2/img/icons/triangle-open.svg") no-repeat 95% center #fff;
}

#date-range-field a {
    display: none;
    position: absolute;
    width: 16px;
    height: 16px;
    top: 0;
    right: 0;
    text-decoration: none;
}

#date-range-field span {
    color: #2e2e2e;
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif; /*font-family: "Minion Pro", Helvetica, sans-serif;*/
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 2.2;
    width: 100%;
    text-align: center;
}

#datepicker-calendar {
    position: absolute;
    top: 50px;
    left: 0;
    overflow: hidden;
    min-width: 254px;
    width: 100%;
    height: 346px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
    border: 1px solid #CCCCCC;
    display: none;
    z-index: 100;
}

#datepicker-calendar form {
    position: absolute;
    bottom: 7px;
    right: 10px;
    left: 10px;
}

#datepicker-calendar .btn {
    width: 100%;
}

#datepicker-calendar div.datepicker {
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0;
    width: 100%;
}

#datepicker-calendar div.datepicker table {
    width: 254px;
}

#datepicker-calendar div.datepicker th a.datepickerMonth {
    color: #000;
    font-family: "Core Sans A 45 Regular"; /*font-family: "Proxima Nova";*/
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 2;
}

#datepicker-calendar .datepickerGoPrev,
#datepicker-calendar .datepickerGoNext {
    width: 15%;
    height: 50px;
    background-repeat: no-repeat;
    background-position: center;
    cursor: pointer;
}

#datepicker-calendar .datepickerGoPrev {
    background-image: url("/local/templates/main.v2/img/icons/data-picker-left.svg");
}

#datepicker-calendar .datepickerGoNext {
    background-image: url("/local/templates/main.v2/img/icons/data-picker-right.svg");
}

#datepicker-calendar .datepickerMonth {
    width: 70%;
    height: 50px;
}

#datepicker-calendar .datepickerMonth span {
    line-height: 50px;
}


.select-wrp {
    position: relative;
    text-align: left;
    max-width: 262px;
}

.select-wrp ul {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    background-color: #fff;
}

.select-wrp ul li {
    padding: 0;
    position: relative;
}

.select-wrp ul li.active::after {
    content: '';
    position: absolute;
    right: 29px;
    top: 0;
    bottom: 0;
    margin: auto;
    display: block;
    width: 10px;
    height: 8px;
    background: url('/local/templates/main.v2/img/icons/curr.svg') center center no-repeat;
}

.select-wrp ul li a {
    display: block;
    color: #131414;
    font-size: 1.6rem;
    font-weight: 400;
    line-height: 1.15;
    cursor: pointer;
    padding: 15px 23px;
    text-decoration: none;
}

.select-wrp ul li a:hover {
    background-color: #f7f7f7;
}

.select-wrp .items {
    position: absolute;
    z-index: 500;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    top: 45px;
    display: none;
}

.select-wrp .value {
    display: block;
    min-height: 40px;
    line-height: 2.2;
    color: #fff;
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif; /*font-family: "Minion Pro", Helvetica, sans-serif;*/
    font-size: 1.8rem;
    font-weight: 600;
    cursor: pointer;
    padding: 0px 15px;
    position: relative;
}

.start-page--white .select-wrp .value {
    color: #2e2e2e;
}

.select-wrp .value::after {
    content: '';
    width: 22px;
    height: 13px;
    display: block;
    background: url("/local/templates/main.v2/img/icons/triangle-white.svg") no-repeat center;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
}

.start-page--white .select-wrp .value::after {
    background-image: url("/local/templates/main.v2/img/icons/triangle.svg")
}

.select-wrp.open .value::after {
    transform: translateY(-50%) rotate(180deg);
    background-image: url("/local/templates/main.v2/img/icons/triangle-white.svg")
}

.start-page--white .select-wrp.open .value::after {
    background-image: url("/local/templates/main.v2/img/icons/triangle.svg")
}

.start-page--white .select-wrp.open .value {
    color: #2e2e2e;
}

.select-wrp.open .items {
    display: block;
}

.additional-props {
    margin-top: 30px;
}

.additional-props__line {
    margin-bottom: 10px;
}

.additional-props__title {
    font-weight: 700;
}

.postcards {
    padding-top: 60px;
    padding-bottom: 60px;
}

.postcards__title {
    font-size: 2.2rem;
}

.postcards__item {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
    margin-bottom: 30px;
}

.postcards__item img {
    max-width: 100%;
}

.post-nav {
    position: relative;
}

.post-nav__list {
    margin: 0;
    padding: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
}

.post-nav__item {
    margin-right: 40px;
}

.post-nav__item:last-child {
    margin-right: 0;
}

.post-nav__link {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.625;
    font-size: 1.6rem;
    font-weight: 300;
    text-align: center;
    color: #FFFFFF;
    text-decoration: none;
}

.post-nav__item--active .post-nav__link {
    font-weight: 700;
    letter-spacing: 0.4px;
}

.postcards-parsed {
    padding-top: 35px;
    padding-bottom: 30px;
}

.postcards-parsed--main {
    padding-top: 68px;
    padding-bottom: 80px;
    background: #e3ebf7;
}

.postcards-parsed__form {
    margin-top: 44px;
}

/* .postcards-parsed__header {} */
.postcards-parsed--main .postcards-parsed__header {
    margin-bottom: 13px;
}

.postcards-parsed__title {
    font-size: 3.2rem;
    line-height: 1.3;
}

.postcards-parsed__search {
    position: absolute;
    height: 40px;
    right: 15px;
    top: 0;
    bottom: 0;
    margin: auto;
    background: #0045AF center center no-repeat;
}

.postcards-parsed__result {
    margin-top: 10px;
    margin-bottom: 15px;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    line-height: 1.2;
    font-size: 2.2rem;
    font-weight: 700;
    color: #2e2e2e;
}

.postcards-parsed__text {
    margin-top: 8px;
}

.postcards-parsed__count {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #0045af;
}

.postcards-parsed__count span {
    display: block;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    line-height: 1.25;
    font-size: 3.2rem;
    font-weight: 700;
}

.postcards-parsed__item {
    overflow: hidden;
    display: block;
    position: relative;
    color: #ffffff;
    text-decoration: none;
    margin-bottom: 30px;
}

/* .postcards-parsed__img {} */
.postcards-parsed__img img {
    display: block;
    width: 100%;
    height: auto;
}

.postcards-parsed__content {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    background: #0045af;
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
    transition: all .4s ease-out;
    transform: translateY(-101%);
}

.postcards-parsed__item:hover .postcards-parsed__content {
    transform: translateY(0);
}

/* .postcards-parsed__social {} */
/* .postcards-parsed__social svg {} */
.postcards-parsed__name {
    margin-top: 10px;
    margin-bottom: 5px;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1.5;
    text-align: center;
}

.postcards-parsed__hashtag {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.5;
    font-size: 1.6rem;
    text-align: center;
}

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

.postcards-parsed__btn {
    letter-spacing: 0;
    min-width: 204px;
}

.conditions {
    padding-top: 55px;
    padding-bottom: 47px;
}

.conditions .btn {
    min-width: 234px;
}

.conditions p {
    margin-bottom: 30px;
}

.conditions__title {
    font-size: 2.2rem;
    line-height: 1.4;
}

.conditions__block {
    margin-top: 56px;
}

.conditions__item {
    margin-bottom: 20px;
}

.conditions__shop {
    font-size: 1.6rem;
    font-weight: 700;
}

.conditions__adress {
    font-size: 1.6rem;
    font-weight: 300;
}

.postcard-detail {
    padding: 37px 0;
}

.postcard-detail__img {
    box-shadow: 0px 1px 5px rgba(0, 0, 0, 0.15);
}

.postcard-detail__img img {
    max-width: 100%;
    display: block;
}

.postcard-detail__postcard {
    margin-top: 10px;
}

.postcard-detail__h2 {
    margin-bottom: 13px;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.2rem;
    color: #2e2e2e;
}

.postcard-send {
    padding: 60px 0 70px;
}

.js-modal-open {
    overflow: hidden;
}

.modal {
    display: none;
    overflow: hidden;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 101;
    -webkit-overflow-scrolling: touch;
}

.modal--open {
    display: flex;
    justify-content: center;
    align-items: center;
}

.js-modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto;
}

.modal__dialog {
    position: relative;
    margin: 0;
    /*width: 525px;*/
    width: 630px;
    max-width: 630px;
    height: auto;
}

.modal--open .modal__dialog {
    animation: modal-content-show 0.3s 1 both;
}

.modal__content {
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 100%;
    min-height: 100%;
    background-color: #fff;
    outline: 0;
    border: 1px solid #155EB9;
    border-radius: 10px;
    box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.16);
}

.modal__header {
    padding: 27px 60px 10px;
    flex-shrink: 0;
}

.modal__title {
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
    font-family: "Minion Pro", Helvetica, sans-serif;
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    line-height: 49px;
    font-size: 3.6rem;
    letter-spacing: -1px;
    text-align: center;
    line-height: 1.4;
    font-weight: 700;
}

.modal__text {
    text-align: center;
    font-size: 1.6rem;
    line-height: 1.4;
}

.modal__close {
    position: absolute !important;
    top: 16px;
    right: 15px;
    display: block;
    cursor: pointer;
}

.modal__btns {
    text-align: center;
}

.modal__body {
    padding: 0 92px 40px;
    flex-grow: 1;
}

.modal__errors {
    text-align: center;
}

.modal__success {
    text-align: center;
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #155EB9;
}

.modal__footer {
    padding: 0;
    flex-shrink: 0;
}

.modal__backdrop {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    /* z-index: 100; */
    background-color: rgba(0, 0, 0, 0.1);
    animation: modal-backdrop-show 0.3s 1;
}

.reviews {
    padding-top: 87px;
    margin-bottom: 58px;
}

.reviews__text {
    margin-bottom: 30px;
}

.reviews__btns {
    text-align: center;
}

.reviews-item {
    padding: 29px 40px 27px;
    margin-bottom: 30px;
    background: #ffffff;
    box-shadow: 2px 5px 15px rgba(148, 147, 196, 0.15);
    border-radius: 8px;
}

.reviews-item__header {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
}

.reviews-item__footer {
    margin-top: 11px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.reviews-item__img {
    margin-right: 14px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #E4E4E4 center center no-repeat;
    background-size: cover;
}

.reviews-item__name {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #9C9C9C;
}

.reviews-item__text {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #000000;
}

.reviews-item__date {
    margin-top: 5px;
    line-height: 1.3;
    font-size: 1.4rem;
    color: #9c9c9c;
}

.review-send__title {
    margin-bottom: 17px;
    line-height: 1.4;
    font-size: 1.6rem;
    color: #000000;
}

.review-send__rating {
    min-height: 19px;
    margin-bottom: 18px;
    cursor: pointer;
}

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

.reviews-auth__link {
    font-weight: 500;
    font-size: 1.8rem;
}

.rating {
    display: flex;
    align-items: center;
}

.rating__item {
    display: flex;
    padding-right: 3px;
}

.rating__text {
    margin-left: 17px;
    line-height: 19px;
    font-size: 14px;
    color: #B3B3B3;
}

.reviews-controls {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
}

.reviews-controls__logout {
    margin-left: 20px;
    color: #155EB9
}

.reviews-controls__btn {
    margin-left: auto;
}

.reviews-user {
    display: flex;
    align-items: center;
}

.reviews-user__img {
    margin-right: 14px;
    width: 31px;
    height: 31px;
    border-radius: 50%;
    background: #E4E4E4 center center no-repeat;
    background-size: cover;
}

.reviews-user__name {
    /* font-family: "Proxima Nova", Helvetica, sans-serif; */
    font-family: "Core Sans A 45 Regular", Helvetica, sans-serif;
    line-height: 1.3;
    font-size: 1.8rem;
    color: #9C9C9C;
}


.review-result {
    margin-bottom: 30px;
    border-radius: 8px;
}

.review-result--success {
}

.review-result--error {
}

.review-result__title {
    margin-bottom: 10px;
    color: #2e2e2e;
    /* font-family: "Minion Pro", Helvetica, sans-serif; */
    font-family: "Core Sans A 65 Bold", Helvetica, sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.4;
}

.review-result__success {
    font-size: 1.8rem;
    font-weight: 500;
}

.rating--hover1 .rating__item:nth-child(1) path,
.rating--value1 .rating__item:nth-child(1) path {
    fill: #FFE299;
}

.rating--hover2 .rating__item:nth-child(1) path,
.rating--value2 .rating__item:nth-child(1) path {
    fill: #FFE299;
}

.rating--hover2 .rating__item:nth-child(2) path,
.rating--value2 .rating__item:nth-child(2) path {
    fill: #FFE299;
}

.rating--hover3 .rating__item:nth-child(1) path,
.rating--value3 .rating__item:nth-child(1) path {
    fill: #FFE299;
}

.rating--hover3 .rating__item:nth-child(2) path,
.rating--value3 .rating__item:nth-child(2) path {
    fill: #FFE299;
}

.rating--hover3 .rating__item:nth-child(3) path,
.rating--value3 .rating__item:nth-child(3) path {
    fill: #FFE299;
}

.rating--hover4 .rating__item:nth-child(1) path,
.rating--value4 .rating__item:nth-child(1) path {
    fill: #FFE299;
}

.rating--hover4 .rating__item:nth-child(2) path,
.rating--value4 .rating__item:nth-child(2) path {
    fill: #FFE299;
}

.rating--hover4 .rating__item:nth-child(3) path,
.rating--value4 .rating__item:nth-child(3) path {
    fill: #FFE299;
}

.rating--hover4 .rating__item:nth-child(4) path,
.rating--value4 .rating__item:nth-child(4) path {
    fill: #FFE299;
}

.rating--hover5 .rating__item path,
.rating--value5 .rating__item path {
    fill: #FFE299;
}

.rating__item--hover svg path {
    fill: #FFE299;
}


body .mewtwo-modal-wrapper {
    z-index: 2147483640 !important;
}

body .uxie-busf-widget--widest {
    margin: 0 auto;
}


/**/

.guide {
}

.guide__item {
    display: block;
    text-decoration: none;
    height: 370px;
    margin-bottom: 30px;
    position: relative;
    color: #fff;
}

.guide__item-name {
    /* font-family: 'Bebas Neue'; */
    /* font-family: 'Heading Pro'; */
    font-family: "Core Sans A 45 Regular";
    font-style: normal;
    font-weight: bold;
    /* font-size: 3.6rem; */
    /* line-height: 3.2rem; */
    /* font-size: 2.8rem; */
    /* line-height: 3.0rem; */
    font-size: 2.4rem;
    line-height: 2.8rem;
    margin-bottom: 12px;
}

.guide__item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.5) 100%);
}

.guide__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guide__item-content {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 100px 25px 25px;
    z-index: 1;
}

.guide__item-info {
}

.guide__item-data {
    display: inline-block;
    margin-right: 12px;
    font-size: 1.4rem;
    line-height: 2rem;
}

.guide__item-data svg {
    vertical-align: text-top;
    margin-right: 8px;
}

.more--guide {
    position: absolute;
    bottom: 20px;
    right: 0;
    z-index: 1;
}

.more__btn--guide {
    display: block;
}

/**/

.objects {
    padding-bottom: 120px;
}

.objects__wrapper {
    display: flex;
    flex-flow: wrap;
    justify-content: center;
}

.objects__item {
    display: block;
    width: 384px;
    height: 384px;
    text-decoration: none;
    position: relative;
}

.objects__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.objects__bttn {
    margin-top: 60px;
}

.objects__item-inner {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.65), rgba(0, 0, 0, 0.65));
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    padding: 40px;
    text-align: center;
    display: none;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}

.objects__item-ico {
    display: block;
    margin-bottom: 30px;
}

.objects__item-name {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #E6E2DC;
}

/**/

.tabs__top {
    margin-bottom: 40px;
}

/**/

.to-all {
    text-align: right;
}

.to-all__link {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.4rem;
    color: #000000;
    text-decoration: none;
    margin-top: 35px;
    display: inline-block;
}

.to-all__link svg {
    margin-left: 15px;
}

/**/

.tabs__top {
    border-bottom: 1px solid #e5e5e5;
    margin-bottom: 50px;
}

.tabs__toggle {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.8rem;
    line-height: 3rem;
    color: #808080;
    display: inline-block;
    margin-right: 56px;
    cursor: pointer;
}

.tabs__toggle:last-child {
    margin-right: 0;
}

.tabs__toggle--active {
    color: #1948A9;
    border-bottom: 3px solid #1948A9;
}

.tabs__body {
}

/**/

.routes-banner {

}

.routes-banner__img {
    width: 100%;
    height: 325px;
    object-fit: cover;
}

/**/

.header-block {
    /* padding: 100px 0; */
    padding: 100px 0 60px;
    text-align: center;
}

.header-block__h1 {
    font-family: 'Heading Pro';
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 7.2rem;
    line-height: 7.2rem;
    /* letter-spacing: 0.4em; */
    letter-spacing: 0.3em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
    margin-bottom: 40px;
    margin-right: -0.4em;
}

.header-block__h1--mb0 {
    margin-bottom: 0;
}

.header-block__h2 {
    font-family: 'Heading Pro';
    font-style: italic;
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 5.2rem;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
}

.header-block__descr {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #404040;
}

.header-block__notice {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 20px;
}

.header-block__bttn {
    margin-top: 30px;
}

.header-block__inner {
    position: relative;
}

.header-block__reset {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 26px;
}

.header-block__reset svg {
    margin-left: 15px;
    vertical-align: text-top;
}

/**/

.info-block {
    padding: 100px 0 20px;
    text-align: center;
}

.info-block__h1 {
    font-family: 'Heading Pro';
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 7.2rem;
    line-height: 7.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
    margin-bottom: 40px;
}

.info-block__h2 {
    font-family: 'Heading Pro';
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 4.8rem;
    line-height: 5.2rem;
    text-align: center;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
}

.info-block__descr {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    text-transform: uppercase;
    color: #404040;
}

.info-block__notice {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #404040;
    margin-bottom: 20px;
}

.info-block__bttn {
    margin-top: 30px;
}

.info-block__inner {
    position: relative;
}

.info-block__reset {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    text-decoration: none;
    position: absolute;
    right: 0;
    top: 26px;
}

.info-block__reset svg {
    margin-left: 15px;
    vertical-align: text-top;
}

/**/

.route-cities {
    display: flex;
    flex-wrap: wrap;
}

.route-cities__item_a {
    display: block;
    height: 675px;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
    flex-basis: 50%;
    flex-grow: 1;
}

.route-cities__item {
    display: block;
    height: 675px;
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
}

.route-cities__item_a &gt; .route-cities__item {
    width: 100%;
}

.route-cities__item--last-odd {
    width: 100%;
}

.route-cities__item-content {
    display: flex;
    align-items: center;
    z-index: 1;
}

.route-cities__item-about {
    display: flex;
    flex-direction: column;
    padding-left: 115px;
    max-width: 470px;
}

.route-cities__item-name {
    font-family: 'Heading Pro';
    font-weight: bold;
    /* font-size: 5.6rem; */
    font-size: 5.2rem;
    /* line-height: 6.4rem; */
    line-height: 6rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #FFFFFF;
    display: inline-block;
    padding: 0 15px;
}

.route-cities__item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border: 1px solid #FFFFFF;
    text-decoration: none;
}

.route-cities__item--text {
    background: #E6E2DC;
    justify-content: left;
}

.route-cities__h {
    font-family: 'Heading Pro';
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 4.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
}


/**/

.next-city {
    display: flex;
    flex-wrap: wrap;
}

.next-city__item {
    /* height: 675px; */
    position: relative;
    width: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.next-city__item-content {
    display: flex;
    align-items: center;
}

.next-city__item-about {
    display: flex;
    flex-direction: column;
    padding-left: 115px;
    max-width: 470px;
}

.next-city__item-name {
    font-family: 'Heading Pro';
    font-weight: bold;
    font-size: 5.6rem;
    line-height: 6.4rem;
    letter-spacing: 0.4em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #FFFFFF;
    display: inline-block;
}

.next-city__item-more {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    border: 1px solid #FFFFFF;
    /* background-image: url(https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/arr-right.svg);
  background-repeat: no-repeat;
  background-position: center; */
    text-decoration: none;
}

.next-city__item--text {
    background: #E6E2DC;
    justify-content: left;
}

.next-city__h {
    font-family: 'Heading Pro';
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 4.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
}

.next-city__descr {
    font-family: 'Core Sans A45';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #000000;
}

.next-city__text {
    width: 100%;
}

.next-city .owl-item {

}

.next-city__img-slider {

}

.next-city__img-slide {
    height: 675px;
    position: relative;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    text-decoration: none;
}

.next-city__text-slide {
    font-family: 'Core Sans A45';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #000000;
}

.next-city__pager {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    margin-bottom: 50px;
}

.next-city__nav {
    margin-top: 40px;
}

.next-city__btn {
    float: left;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 75px;
    height: 75px;
    cursor: pointer;
    border: 1px solid #B5A994;
}

.next-city__prev {
}

.next-city__next {
}

/**/


.guides {
    padding: 50px 0 45px 0;
}

.guides__item {
    display: flex;
    text-decoration: none;
}

.guides__item-col {
    flex-basis: 50%;
    height: 570px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
}

.guides__item-col--img {
}

.guides__item-col--text {
    padding: 0 100px 0 115px;
}

.guides__item-name {
    font-family: 'Heading Pro';
    /*font-style: italic;*/
    font-weight: bold;
    font-size: 3.6rem;
    line-height: 4.2rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    font-feature-settings: 'kern' off;
    color: #262626;
}

.guides__item-descr {
    font-family: 'Core Sans A45';
    font-style: normal;
    font-weight: normal;
    font-size: 1.6rem;
    line-height: 2.8rem;
    color: #000000;
    margin-top: 35px;
}

.guides__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.guides__item-col--text {
    background-color: #E6E2DC;
}

.guides__item-info {
    display: flex;
    margin-top: 20px;
    opacity: 1;
}

.guides__item-unit {
    /*display: flex;*/
    align-items: center;
    justify-content: center;
    flex-basis: 33%;
    height: 32px;
    /*border: 1px solid #262626;*/
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #000000;
}

.guides__item-unit svg {
    margin-right: 10px;
}

.guides__item-more {
    width: 100%;
}

.guides-filter {

    background-color: #fff;
}

.guides-filter__cont {
    display: flex;
}

.guides-filter__item {
    width: 100%;
    border: 1px solid #B5A994;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    text-align: center;
    padding: 25px 0;
    position: relative;
}

.guides-filter__item.active {
    background: #B5A994;
    color: #FFFFFF;
}

.guides-filter__item.active::after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #B5A994;
}

/**/

.city-map__wrapper {
    width: 100%;
    height: 800px;
    background-color: lightgrey;
}

/**/

/* input.objects-select__checkbox{
  -moz-appearance: auto;
  -webkit-appearance: auto;
}
input.objects-select__radio{
  -moz-appearance: auto;
  -webkit-appearance: auto;
} */

/**/

.objects-select__tags {
    background: #E6E2DC;
    padding: 55px 0px;
}

.objects-select__sections {
    display: flex;
    margin-top: 175px;
}

.objects-select__section {
    border: 1px solid #B5A994;
    padding: 26px;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    width: 100%;
    text-align: center;
    cursor: pointer;
}

.objects-select__section-radio:checked + .objects-select__section {
    background: #B5A994;
    color: #fff;
    position: relative;
    cursor: auto;
}

.objects-select__section-radio:checked + .objects-select__section:after {
    content: '';
    display: block;
    position: absolute;
    width: 20px;
    height: 20px;
    transform: translateX(-50%);
    left: 50%;
    bottom: -20px;
    border: 10px solid transparent;
    border-top: 10px solid #B5A994;
}

.objects-select__element {
    background: #E6E2DC;
    border: 1px solid #B5A994;
    box-sizing: border-box;
    border-radius: 4px;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    text-align: center;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    padding: 10px 15px;
    cursor: pointer;
    white-space: nowrap;
    user-select: none;
}

.objects-select__element-radio:checked + .objects-select__element {
    background-color: #B5A994;
    color: #fff;
    cursor: auto;
}

.objects-select__items {
    display: flex;
    flex-wrap: wrap;
}

.objects-select__item {
    display: flex;
    width: 50%;
    height: 293px;
    text-decoration: none;
}

.objects-select__item--1 .objects-select__item-info::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -20px;
    border: 10px solid transparent;
    border-right: 10px solid white;
}

.objects-select__item--2 .objects-select__item-info::after {
    content: '';
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -20px;
    border: 10px solid transparent;
    border-left: 10px solid white;
    z-index: 1;
}

.objects-select__item-box {
    width: 50%;
    height: 100%;
}

.objects-select__item-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.objects-select__item-info {
    display: flex;
    position: relative;
    width: 50%;
    padding: 0 30px;
    align-items: center;
    background-color: #fff;
}

.objects-select__item-name {
    font-family: 'Core Sans A45';
    font-style: normal;
    font-weight: normal;
    font-size: 2.2rem;
    line-height: 2.8rem;
    font-feature-settings: 'kern' off;
    color: #262626;
}

.objects-select__objects {
    background: #E6E2DC;
    padding-bottom: 120px;
}

.objects-select__item-add {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    width: 51px;
    height: 51px;
    text-align: center;
    padding-top: 13px;
    border: 1px solid #262626;
    cursor: pointer;
}

.objects-select__item-add svg {

}

.objects-select__item-add.in .add {
    display: none;
}

.objects-select__item-add.in .remove {
    display: inline;
}

.objects-select__item-add.out .add {
    display: inline;
}

.objects-select__item-add.out .remove {
    display: none;
}

.objects-select__items-loads {
    display: none;
    font-family: 'Core Sans A45';
    font-style: normal;
    font-weight: normal;
    font-size: 3.6rem;
    line-height: 3rem;
    color: #262626;
}

.objects-select__tags-all {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
}

.objects-select__tags-link {
    display: inline-block;
    border: 1px solid #B5A994;
    width: 75px;
    height: 75px;
    margin-left: 20px;
    text-align: center;
    line-height: 75px;
}

.objects-select__elements {
    line-height: 75px;
}

.objects-select__tags-align {
    text-align: right;
}

.objects-select__label {
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.4rem;
    line-height: 2.1rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
}

.objects-select__select {

}

.objects-select__group {
    display: none;
}

.objects-select__group.active {
    display: block;
}

/**/
.my-objects {
    margin-bottom: 120px;
}

.my-objects__info {
    margin-bottom: 100px;
    display: flex;
    justify-content: center;
}

.my-objects__bttn {
    padding: 25px 0px;
    width: 187px;
    text-align: center;
}

.my-objects__bttn svg {
    vertical-align: bottom;
}

.my-objects__item {
    display: flex;
    margin-bottom: 30px;
    min-height: 75px;
}

.my-objects__item-group {
    display: flex;
    position: relative;
    border: 1px solid #B5A994;
    flex-basis: 1005px;
}

.my-objects__item-order {
    flex-basis: 135px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.my-objects__item-num {
    background: #B5A994;
    width: 36px;
    height: 36px;
    border-radius: 50%;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 3.5rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #FFFFFF;
    text-align: center;
    position: relative;
}

.my-objects__item-num:after {
    content: '';
    display: block;
    width: 8px;
    height: 5px;
    background-image: url(/local/templates/main.v2/img/arr-down.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    position: absolute;
    top: 87px;
    left: 14.4px;
}

.my-objects__item-num:before {
    content: '';
    display: block;
    width: 1px;
    height: 45px;
    position: absolute;
    top: 45px;
    left: 18px;
    background-color: #B5A994;
}

.my-objects__item:last-child .my-objects__item-num:after,
.my-objects__item:last-child .my-objects__item-num:before {
    display: none;
}

.my-objects__item-section {
    flex-basis: 300px;
    font-family: 'Core Sans A55';
    font-style: normal;
    font-weight: 500;
    font-size: 1.6rem;
    line-height: 2.8rem;
    letter-spacing: 0.05em;
    text-transform: uppercase;
    color: #262626;
    padding: 20px 0 20px 50px;
    display: flex;
    align-items: center;
    text-decoration: none;
}

.my-objects__item-pic {
    flex-basis: 55px;
    display: flex;
    align-items: center;
}

.my-objects__item-img {
    width: 55px;
    height: 55px;
    border-radius: 50%;
}

.my-objects__item-title {
    flex-basis: 550px;
    font-family: 'Core Sans A65';
    font-style: normal;
    font-weight: bold;
    font-size: 1.8rem;
    line-height: 2.4rem;
    color: #262626;
    display: flex;
    align-items: center;
    padding: 20px 0 20px 20px;
    text-decoration: none;
}

.my-objects__item-actions {
    flex-grow: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
}

.my-objects__item-move {
    padding: 10px;
    cursor: move;
}

.my-objects__item-del {
    padding: 10px;
    cursor: pointer;
}

.my-objects-map__wrp {
    height: 800px;
}

.my-objects-text {
    padding: 50px 0;
}


/* XL */
@media (min-width: 1170px) {
    .page-header__a:hover {
        text-decoration: underline;
    }

    .page-header__aside-col--last {
        text-align: right;
    }

    .hmain-nav__link:hover {
        text-decoration: underline;
    }

    .hmain-nav__sub-link:hover {
        text-decoration: underline;
    }

    /**/
    .objects__item:hover .objects__item-inner {
        display: flex;
    }

    /**/
    .guides__item:hover .guides__item-col--text {
        /*background-color: #E16E4D;*/
    }

    .guides__item:hover .guides__item-info {
        /*opacity: 1;*/
    }

    .guides__item:hover .guides__item-col--text.guides__item-col--0::after {
        border-right: 20px solid #E16E4D;
    }

    .guides__item:hover .guides__item-col--text.guides__item-col--1::after {
        border-left: 20px solid #E16E4D;
    }

    .guides-filter__item {
        cursor: pointer;
    }

    .guides-filter__item.active {
        cursor: auto;
    }

    .guides-filter__item:hover {
        background-color: #B5A994;
        color: #fff;
    }

    /**/
    .route-cities__item:hover:after {
        content: '';
        display: block;
        background: #000000;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    /**/
    .route-cities__item-name {
        max-width: 600px;
    }

    /**/
    .objects-select__item:hover .objects-select__item-add {
        display: block;
    }

    .objects-select__item:hover .objects-select__item-info {
        background-color: #E16E4D;
    }

    .objects-select__item--1:hover .objects-select__item-info::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border: 10px solid transparent;
        border-right: 10px solid #E16E4D;
    }

    .objects-select__item--2:hover .objects-select__item-info::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid #E16E4D;
        z-index: 1;
    }

    /* .objects-select__group{
    display: none;
  }
  .objects-select__group.active{
    display: block;
  } */

}


/* LG */
@media (max-width: 1169px) {
    .conditions__block {
        margin-top: 26px;
    }

    .p404-nav {
        justify-content: space-between;
    }

    .video-bg,
    .video-background {
        display: none;
    }

    .video-background iframe {
        height: 100vh;
    }

    .page-header__heading {
        padding: 30px 0 20px;
    }

    /* .page-header__aside {} */
    .page-header__aside-col:nth-child(4),
    .page-header__aside-col:last-child,
    .page-header__aside-col {
        flex-basis: 33.3%;
        max-width: 33.3%;
    }

    .line-lg {
        width: 100%;
        float: left;
    }

    .page-header--open .page-header__aside {
        padding: 15px 0;
        max-height: 515px;
    }

    .page-header--open {
        padding-bottom: 10px;
    }

    .page-footer {
        min-height: 402px;
    }

    .page-footer__heading {
        padding: 30px 0 20px;
    }

    .page-footer__content {
        padding: 15px 0 10px;
    }

    .page-footer__ending {
        padding-top: 10px;
    }

    .start-page {
        padding-top: 170px;
    }

    .text-item__title {
        font-size: 2rem;
    }

    .text-item--border .text-item__title {
        font-size: 2.4rem;
    }

    .list-item {
        height: 220px;
    }

    .list-item--tours {
        height: 170px;
    }

    .list-item--large {
        height: 470px;
    }

    .list-item__title {
        font-size: 1.6rem;
    }

    .list-item__date {
        font-size: 1.6rem;
    }

    .list-item--large .list-item__title {
        font-size: 2rem;
    }

    .list-item--large .list-item__date {
        font-size: 2rem;
    }

    .catalog-item {
        height: 250px;
    }

    .owl-carousel.slider--content .owl-nav {
        width: 960px;
    }

    .video--small {
        min-height: 400px;
    }

    .slider--content .owl-nav {
        top: 35px;
    }

    .slider__item {
        padding: 82px 0 12px;
    }

    .slider-container__popular {
        padding: 82px 0 42px;
    }

    .page-header__a:hover {
        text-decoration: underline;
    }

    .page-header__ul {
        padding-left: 20px;
    }

    .page-header__li {
        margin: 0px 8px;
    }

    .hmain-nav__link:hover {
        text-decoration: underline;
    }

    .hmain-nav__sub-link:hover {
        text-decoration: underline;
    }

    .slider--events {
        min-height: 480px;
    }

    .slider--events .slider__item {
        min-height: 480px;
    }

    .slider--events .slider__container {
        padding: 0 43px;
    }

    .events-main__item {
        min-height: 480px;
    }

    .events-main__no-slides {
        min-height: 480px;
    }

    .events-main__date {
        min-height: 480px;
    }

    #events-count {
        margin-top: 5px;
        padding-left: 56px;
        font-size: 2.2rem;
    }

    #events-picker .datepicker--nav {
        padding-top: 25px;
        padding-bottom: 5px;
    }

    #events-picker .datepicker--nav-title {
        font-size: 2.4rem;
    }

    #events-picker .datepicker--content {
        padding: 5px 40px;
    }

    #events-picker .datepicker--cell {
        font-size: 2.2rem;
        height: 50px;
    }

    #events-picker .datepicker--cell.-focus-::before,
    #events-picker .datepicker--cell.-selected-::before {
        width: 50px;
        height: 50px;
    }

    /**/
    .header-block {
        padding: 120px 0 100px 0;
    }

    .info-block {
        /* padding: 120px 0 100px 0; */
        padding: 80px 0 20px 0;
    }

    /**/
    .city-map__wrapper {
        height: 563px;
    }

    /**/
    .guides__item-col {
        height: 495px;
    }

    .guides__item-col--text {
        padding: 0 55px 0 70px;
    }

    .guides__item-name {
        margin-bottom: 35px;
        font-size: 3.6rem;
        line-height: 424.2 rempx;
        letter-spacing: 0.05em;
    }

    .guides__item-descr {
        font-size: 1.6rem;
        line-height: 2.8rem;
    }

    /* .guides__item:hover .guides__item-col--text{
    background-color: #E16E4D;
  }
  .guides__item:hover .guides__item-info{
    opacity: 1;
  }
  .guides__item:hover .guides__item-col--text.guides__item-col--0::after{
    border-right: 20px solid #E16E4D;
  }
  .guides__item:hover .guides__item-col--text.guides__item-col--1::after{
    border-left: 20px solid #E16E4D;
  } */
    .guides-filter__item {
        cursor: pointer;
    }

    .guides-filter__item.active {
        cursor: auto;
    }

    .guides-filter__item:hover {
        background-color: #B5A994;
        color: #fff;
    }

    /**/
    .route-cities__item {
        height: 422px;
    }

    .route-cities__item_a {
        height: 422px;
    }

    .route-cities__item-name {
        /* font-size: 4.8rem; */
        font-size: 4.4rem;
        /* line-height: 5.2rem; */
        line-height: 4.8rem;
        letter-spacing: 0.4em;
        max-width: 370px;
    }

    .route-cities__item-more {
        width: 75px;
        height: 75px;
    }

    .route-cities__item:hover:after {
        content: '';
        display: block;
        background: #000000;
        opacity: 0.8;
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0;
    }

    /**/
    .objects__item {
        width: 240px;
        height: 240px;
    }


    /**/
    .next-city__item {
        /* height: 563px; */
    }

    .next-city__item-name {

    }

    .next-city__item-more {
        width: 75px;
        height: 75px;
    }

    .next-city__item-about {
        padding-left: 70px;
        max-width: 425px;
    }

    .next-city__h {
        margin-bottom: 30px;
        font-size: 3.6rem;
        line-height: 4.2rem;
        letter-spacing: 0.05em;
    }

    .next-city__descr {

    }

    /**/
    .objects-select__item:hover .objects-select__item-info {
        background-color: #E16E4D;
    }

    .objects-select__item--1:hover .objects-select__item-info::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border: 10px solid transparent;
        border-right: 10px solid #E16E4D;
    }

    .objects-select__item--2:hover .objects-select__item-info::after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid #E16E4D;
        z-index: 1;
    }

    .objects-select__item:hover .objects-select__item-add {
        display: block;
    }

    /**/
    .objects-select__sections {
        margin-top: 150px;
    }

    .objects-select__item {
        height: 240px;
    }

    .info-block__h1--mb0 {
        margin-bottom: 0;
    }

}


@media (max-width: 1350px) {
    .header-block__h1 {
        letter-spacing: 0.2em;
        margin-right: -0.2em;
    }
}

/* MD */
@media (min-width: 990px) {
    .col-lg-offset-0 {
        margin-left: 0;
    }
}

@media (max-width: 989px) {
    h2, .h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    .postcards-parsed--main {
        padding-top: 55px;
    }

    .postcards-parsed__title {
        margin-bottom: 7px;
    }

    .modal__dialog {
        max-width: 90%;
        width: 100%;
        height: 100%;
    }

    .map__message--active {
        display: none;
    }

    .section__title {
        margin-bottom: 10px;
    }

    .section__title--social {
        margin-top: 0;
    }

    .video-bg,
    .video-background {
        display: none;
    }

    .start-page {
        padding-top: 175px;
    }

    .start-page__title {
        margin-bottom: 15px;
        font-size: 3.2rem;
    }

    .start-page__text {
        margin-bottom: 20px;
    }

    .start-page__item {
        padding: 100px 0;
    }

    .start-page__subtext {
        display: none;
    }

    .start-page__contacts {
        margin-top: 20px;
    }

    .start-page__dot-container {
        bottom: 5px;
    }

    .start-page__right--md {
        text-align: left;
    }

    .start-page__all {
        text-align: center;
        margin-top: 5px;
    }

    .page-footer__support {
        max-width: 500px;
    }

    .text-item {
        padding: 10px 0 5px;
    }

    .text-item--border {
        padding-top: 15px;
    }

    .text-item__link {
        margin-bottom: 20px;
    }

    .text-item__title {
        margin-bottom: 10px;
    }

    .text-item .btn {
        display: none;
    }

    .list-item {
        height: 230px;
    }

    .list-item--tours {
        height: 200px;
    }

    .list-item--large {
        height: 490px;
    }

    .tabs--tours {
        padding-bottom: 60px;
    }

    .tabs--tours .tabs__toggler {
        padding: 9px 20px;
        margin-right: 38px;
    }

    .tabs--tours .tabs__toggler:last-child {
        margin-right: 0;
    }

    .social--content {
        margin: 10px 0 24px;
    }

    .watch-promo--start-screen {
        margin-top: 5px;
    }

    .catalog-item {
        height: 185px;
    }

    .owl-carousel.slider--content .owl-nav {
        width: 700px;
    }

    .fancybox-custom-layout {
        border-width: 20px;
    }

    .fancybox-custom-layout .fancybox-slide--iframe .fancybox-content {
        width: 100%;
        max-width: calc(100% - 60px);
    }

    .tabs--arrive .tabs__head {
        justify-content: center;
    }

    .container--bottom {
        text-align: left;
    }

    .preview-item {
        flex-direction: column;
        overflow: auto;
    }

    .preview-item__image {
        width: 100%;
        min-height: 33vh;
    }

    .preview-item__content {
        height: auto;
        width: 100%;
        padding: 40px 60px;
        overflow: visible;
    }

    #date-range-field,
    .select-wrp .value {
        padding: 0px 40px 0px 0;
    }

    .hmain-nav__link {
        font-size: 1.4rem;
    }

    .hmain-nav__sub-link {
        font-size: 1.4rem;
    }

    .page-header__aside-col {
        flex-basis: 33.33%;
        max-width: 33.33%;
    }

    .line-md {
        float: left;
        width: 100%;
    }

    .slider--events {
        min-height: 350px;
    }

    .slider--events .slider__item {
        min-height: 350px;
    }

    .slider--events .slider__container {
        padding: 0 43px;
    }

    .slider--events .slider__title {
        margin-bottom: 0;
        font-size: 2.5rem;
        line-height: 1.1;
    }

    .slider--events .slider__subtext {
        font-size: 1.8rem;
    }

    .slider--events .owl-nav {
        bottom: 60px;
        padding: 0;
    }

    .events-main__item {
        min-height: 350px;
    }

    .events-main__no-slides {
        min-height: 350px;
    }

    .events-main__date {
        min-height: 350px;
    }

    .events-main__count {
        bottom: 24px;
        right: 78px;
    }

    #events-count {
        font-size: 1.8rem;
        padding-left: 20px;
    }

    #events-picker .datepicker--nav {
        padding-top: 10px;
    }

    #events-picker .datepicker--nav-title {
        font-size: 1.8rem;
    }

    #events-picker .datepicker--days-names {
        margin: 4px 0 8px;
    }

    #events-picker .datepicker--day-name {
        font-size: 1.8rem;
    }

    #events-picker .datepicker--content {
        padding: 5px;
    }

    #events-picker .datepicker--cell {
        font-size: 1.8rem;
        height: 36px;
    }

    #events-picker .datepicker--cell.-focus-::before,
    #events-picker .datepicker--cell.-selected-::before {
        width: 38px;
        height: 38px;
    }

    /**/
    .guide__item {
        height: 257px;
    }

    .guide__item-data {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .guide__item-name {
        /* font-size: 3rem; */
        /* line-height: 3.6rem;    */
        font-size: 2.6rem;
        line-height: 2.8rem;
    }

    .guide__item-content {
        padding: 0 80px 15px 15px;
    }

    .guide__item-data svg {
        margin-right: 5px;
    }

    .guide__item-data {
        margin-right: 10px;
    }

    /**/
    .more--guide {
        bottom: 15px;
    }

    .more__btn {
        width: 64px;
        height: 64px;
    }

    /**/
    .to-all__link {
        margin-top: 20px;
    }

    /**/
    .header-block {
        padding: 100px 0 80px 0;
    }

    .header-block__h1 {
        font-size: 5.6rem;
        line-height: 5.6rem;
        text-align: center;
        /* letter-spacing: 0.4em; */
        letter-spacing: 0.2em;
    }

    .header-block__h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
        letter-spacing: 0.4em;
    }

    .header-block__descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .header-block__notice {
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
    }

    /**/
    .info-block {
        /* padding: 100px 0 80px 0;  */
        padding: 80px 0 20px 0;
    }

    .info-block__h1 {
        font-size: 5.6rem;
        line-height: 5.6rem;
        text-align: center;
        letter-spacing: 0.4em;
    }

    .info-block__h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
        letter-spacing: 0.4em;
    }

    .info-block__descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .info-block__notice {
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
    }

    /**/
    .city-map__wrapper {
        height: 536px;
    }

    /**/
    .route-cities__item {
        height: 422px;
    }

    .route-cities__item_a {
        height: 422px;
    }

    .route-cities__item-name {
        font-size: 3.2rem;
        line-height: 3.8rem;
        letter-spacing: 0.4em;
    }

    .route-cities__item-more {
        width: 55px;
        height: 55px;
    }

    /**/
    .guides {
        padding: 50px 0px;
    }

    .guides__item-col {
        height: 365px;
    }

    .guides__item-col--text {
        padding: 0 30px 0 30px;
    }

    .guides__item-name {
        font-size: 3rem;
        line-height: 3.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .guides__item-descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    /**/
    .objects__item {
        width: 205px;
        height: 205px;
    }

    .objects__bttn {
        margin-top: 50px;
    }

    /**/
    .next-city__item {
        /* height: 480px; */
    }

    .next-city__item-about {
        padding-left: 65px;
        max-width: 300px;
    }

    .next-city__h {
        font-size: 3rem;
        line-height: 3.6rem;
        letter-spacing: 0.5em;
        margin-bottom: 20px;
    }

    .next-city__item-name {
        font-size: 3.2rem;
        line-height: 3.8rem;
        letter-spacing: 0.5em;
    }

    .next-city__item-more {
        width: 55px;
        height: 55px;
    }

    .next-city__descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    /**/
    .info-block__h1--objects {
        margin-bottom: 20px;
    }

    .info-block__reset {
        position: static;
    }

    .ss-main {
        margin-bottom: 30px;
        width: 86%;
    }

    .objects-select__sections {
        margin-top: 100px;
        flex-wrap: wrap;
    }

    .objects-select__tags {
        padding: 40px 0;
    }

    .objects-select__elements {
        line-height: normal;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .objects-select__element {
        float: left;
        margin: 0 5px 5px 0;
    }

    .objects-select__objects-msg {
        text-align: center;
        width: 100%;
    }

    .objects-select__item {
        width: 100%;
        height: 350px;
    }

    .objects-select__item-name {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .objects-select__item:nth-child(even) .objects-select__item-box {
        order: 2;
    }

    .objects-select__item:nth-child(even) .objects-select__item-info {
        order: 1;
    }

    .objects-select__item:nth-child(even) .objects-select__item-info:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid white;
        z-index: 1;
        left: auto;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-box {
        order: 1;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info {
        order: 2;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border: 10px solid transparent;
        border-right: 10px solid white;
        right: auto;
    }

    /**/
    .my-objects__item-section {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .my-objects__item-num:after {
        top: 100px;
        left: 14.4px;
    }

    .my-objects__item-num:before {
        height: 58px;
        left: 18px;
    }

}


/* SM */
@media (max-width: 729px) {
    .postcard-detail {
        padding: 20px 0;
    }

    .postcard-detail__postcard {
        margin-bottom: 30px;
    }

    .conditions {
        padding-top: 36px;
        padding-bottom: 30px;
    }

    .post-nav__item {
        margin-right: 30px;
        margin-bottom: 6px;
    }

    .postcards {
        padding-top: 45px;
        padding-bottom: 45px;
    }

    .postcards-parsed--main {
        padding-top: 37px;
    }

    .postcards-parsed__count {
        padding-top: 10px;
    }

    .p404-nav {
        flex-direction: column;
    }

    .p404-nav__item {
        margin-bottom: 25px;
    }

    body {
        font-size: 1.6rem;
        line-height: 1.65;
    }

    .logo .st1 {
        display: none;
    }

    h1,
    .h1 {
        margin-bottom: 15px;
    }

    h2, .h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    .section {
        margin-top: 40px;
        margin-bottom: 40px;
    }

    .section-header {
        min-height: 250px;
    }

    .section-header__text {
        font-size: 4rem;
    }

    .section__list-item {
        margin-bottom: 20px;
    }

    .container--bottom {
        bottom: 20px;
    }

    .logo {
        height: 40px;
        width: 105px;
        overflow: hidden;
    }

    .logo svg {
        width: 100%;
    }

    .page-header--open {
        padding-bottom: 0;
        height: 100%;
        overflow: auto;
    }

    .page-header__heading {
        padding: 12px 0 11px;
        border-bottom: 1px solid #fff;
    }

    .page-header__right-nav {
        text-align: left;
        border-top: 1px solid #fff;
        padding-top: 19px;
    }

    .page-header__aside {
        padding: 0 3px;
    }

    .page-header--open .page-header__aside {
        padding: 14px 3px;
        max-height: 1200px;
    }

    .hmain-nav__sub {
        display: none;
        margin-left: 40px;
    }

    .hmain-nav__link-group {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(/local/templates/main.v2/img/icons/plus.svg);
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .hmain-nav__item--open .hmain-nav__link-group {
        background-image: url(/local/templates/main.v2/img/icons/minus.svg);
    }

    .hmain-nav__item {
        margin-bottom: 10px;
    }

    .hmain-nav__item--open .hmain-nav__sub {
        display: block;
    }

    .page-header__link {
        margin-top: 0;
        min-width: 246px;
    }

    .page-header__aside-col:nth-child(4),
    .page-header__aside-col:last-child,
    .page-header__aside-col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .hmain-nav__list {
        margin-bottom: 0px;
    }

    .hmain-nav__link {
        margin-bottom: 10px;
    }

    /*   .page-header__app {
  border-top: 1px solid #fff;
  margin-left: -3px;
  margin-right: -3px;
  padding: 18px 15px 5px;
}

.page-header__social {
  padding: 3px 15px 18px;
  margin-left: -3px;
  margin-right: -3px;
} */
    .page-footer {
        min-height: 425px;
    }

    .page-footer__content {
        padding: 15px 0 1px;
    }

    .page-footer__heading {
        padding: 30px 0 25px;
        border-bottom: 1px solid #fff;
    }

    .page-footer__right-nav {
        text-align: left;
        padding: 6px 5px;
    }

    .page-footer__app {
        border-top: 1px solid #fff;
        margin-top: 4px;
        padding: 9px 5px 3px;
    }

    .page-footer__social {
        border-top: 0;
        margin-top: 0;
        padding: 3px 5px 15px;
    }

    .page-footer__ending {
        flex-direction: column;
        align-items: flex-start;
        border-top: 1px solid #fff;
        padding: 15px 0 12px;
    }

    .page-footer__support {
        font-size: 1.4rem;
        line-height: 1.7;
    }

    .title {
        margin-top: 10px;
    }

    .create {
        width: 100%;
        margin-top: 17px;
        border-top: 1px solid #fff;
        padding-top: 18px;
    }

    .create__link {
        flex-direction: row-reverse;
    }

    .create__text {
        text-align: left;
        line-height: 24px;
    }

    .main-nav__item {
        margin: 19px 0;
    }

    .main-nav__item:first-child {
        margin-top: 0;
    }

    .main-nav__link {
        font-size: 2rem;
        line-height: 1.3;
    }

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

    .burger__inner {
        width: 32px;
        height: 32px;
    }

    .burger--close .burger__inner span::before,
    .burger--close .burger__inner span::after,
    .burger__inner span {
        width: 16px;
    }

    .burger:hover .burger__inner span::before,
    .burger:hover .burger__inner span::after {
        width: 16px;
    }

    .burger:hover .burger__inner span {
        margin-right: 16px;
    }

    .burger__inner span::before,
    .burger__inner span::after {
        width: 12px;
    }

    .burger__inner span::before {
        top: -5px;
    }

    .burger__inner span::after {
        bottom: -5px;
    }

    .burger__inner {
        margin-right: 0;
    }

    .burger__text {
        font-size: 0;
    }

    .button.button--search, .button.button--search {
        border-color: transparent;
    }

    .button {
        width: 32px;
        height: 32px;
        font-size: 1.4rem;
        line-height: 32px;
        margin-left: 10px;
    }

    .button--eye {
        margin-top: 8px;
    }

    .button--lang-footer {
        margin-top: 8px;
    }

    .start-page {
        /* padding-top: 85px;*/
        padding-top: 180px;
        padding-bottom: 76px;
    }

    .start-page--postcard {
        padding-bottom: 28px;
    }

    .start-page--search {
        padding-bottom: 136px;
    }

    .start-page h1 {
        margin-top: 5px;
        margin-bottom: 28px;
    }

    .start-page::before {
        background-color: rgba(0, 0, 0, 0.5);
    }

    .start-page__item {
        padding: 70px 0 50px;
    }

    .start-page__title {
        font-size: 3rem;
    }

    .start-page__text {
        font-size: 1.4rem;
    }

    .start-page__back {
        margin: 6px 0 20px;
    }

    .start-page__date {
        margin-top: 6px;
        margin-bottom: 6px;
    }

    .start-page__pager {
        width: 32px;
        height: 32px;
    }

    .start-page__pager--prev {
        margin-right: 10px;
    }

    .start-page__slider-btn {
        min-width: 246px;
    }

    .start-page__dot-container {
        bottom: 15px;
        display: none;
    }

    .start-page__link-mobile {
        display: block;
    }

    .start-page__dots .owl-dot {
        padding: 0;
        margin-right: 20px;
        width: 163px;
        height: 2px;
        font-size: 0;
        background-color: rgba(255, 255, 255, 0.5);
    }

    .start-page__dot-link {
        padding: 0;
        font-size: 0;
    }

    .start-page__dots .owl-dot.active {
        color: #fff;
    }

    .start-page__right {
        text-align: left;
    }

    .start-page__changer {
        margin-bottom: 0;
    }

    .start-page__right--always {
        text-align: right;
    }

    .start-page__count {
        font-size: 2.8rem;
    }

    .slider__text {
        font-size: 4rem;
    }

    .slider__value {
        font-size: 20rem;
    }

    .slider__item {
        padding: 50px 0 10px;
        text-align: center;
        display: flex;
        flex-direction: column;
        justify-content: center;
    }

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

    .slider-container__popular .slider__subtext--popular {
        position: absolute;
    }

    .slider__title {
        margin-bottom: 15px;
        font-size: 2.5rem;
        line-height: 1.3;
    }

    .slider--items .owl-nav {
        text-align: center;
    }

    .owl-carousel.slider--content .owl-nav {
        top: 20px;
        width: 530px;
        text-align: center;
    }

    .owl-carousel.slider--content .owl-nav .owl-next {
        margin-left: 20px;
    }

    .slider__subtext--popular {
        margin-bottom: 20px;
        position: absolute;
        bottom: 0;
        right: 0;
        left: 0;
        font-size: 1.2rem;
    }

    .catalog-item {
        height: 287px;
    }

    .search-filter__item {
        margin-right: 24px;
        font-size: 1.8rem;
    }

    .sect-menu__item {
        margin-bottom: 8px;
    }

    .sect-menu__link {
        font-size: 1.6rem;
    }

    .text-item__text {
        margin-bottom: 10px;
        font-size: 1.6rem;
    }

    .arrive {
        min-height: 602px;
    }

    .video--small {
        min-height: 300px;
    }

    .list-item__more {
        font-size: 2.2rem;
    }

    .list-item--tours {
        height: 170px;
    }

    .collapse__title {
        padding: 30px 20px;
    }

    .collapse__content {
        padding: 10px 20px 15px;
    }

    .tabs--tours {
        padding-bottom: 40px;
    }

    .tabs--tours .tabs__head {
        flex-direction: column;
        border-bottom: none;
    }

    .tabs--tours .tabs__toggler {
        margin-right: 0;
        padding: 15px 10px 10px;
        margin-bottom: 9px;
        text-align: center;
        border-bottom: 1px solid #b9b9b9;
    }

    .tabs--tours .tabs__toggler::after {
        height: 9px;
    }

    .watch-promo {
        margin: 0;
        margin-bottom: 5px;
    }

    .slider--events {
        min-height: 530px;
    }

    .slider--events .slider__item {
        min-height: 530px;
        text-align: left;
    }

    .slider--events .slider__container {
        padding: 0 43px;
    }

    .slider--events .slider__title {
        margin-bottom: 28px;
        font-size: 3.2rem;
        line-height: 1.4;
    }

    .slider--events .slider__subtext {
        font-size: 1.8rem;
    }

    .slider--events .owl-nav {
        bottom: 80px;
        padding: 0 15px;
    }

    .events-main {
        margin-bottom: 20px;
        flex-wrap: wrap;
    }

    .events-main__item {
        min-height: 530px;
        flex-basis: 100%;
        max-width: 100%;
    }

    .events-main__item--date {
        order: 0;
    }

    .events-main__no-slides {
        min-height: 530px;
    }

    .events-main__date {
        margin-bottom: 0;
        min-height: 530px;
    }

    .events-main__count {
        bottom: 44px;
        right: 92px;
    }

    #events-count {
        font-size: 2.4rem;
        padding-left: 48px;
        margin-top: 3px;
    }

    #events-picker .datepicker--nav {
        padding-top: 30px;
        padding-bottom: 20px;
    }

    #events-picker .datepicker--nav-title {
        font-size: 3rem;
    }

    #events-picker .datepicker--days-names {
        margin: 21px 0 5px;
    }

    #events-picker .datepicker--day-name {
        font-size: 2.4rem;
    }

    #events-picker .datepicker--content {
        padding: 5px 28px;
    }

    #events-picker .datepicker--cell {
        font-size: 2.4rem;
        height: 56px;
    }

    #events-picker .datepicker--cell.-focus-::before,
    #events-picker .datepicker--cell.-selected-::before {
        width: 55px;
        height: 55px;
    }

    /**/
    .to-all__link {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.1rem;
        margin-top: 15px;
    }

    /**/
    .guide__item {
        height: 270px;
    }

    .guide__item-data {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .guide__item-name {
        /* font-size: 3rem; */
        /* line-height: 3.6rem;   */
        font-size: 2.2rem;
        line-height: 2.4rem;
    }

    .guide__item-content {
        padding: 0 80px 15px 15px;
    }

    .guide__item-data svg {
        margin-right: 5px;
    }

    .guide__item-data {
        margin-right: 10px;
    }

    /**/
    .more--guide {
        bottom: 15px;
    }

    /**/
    .routes-banner__img {
        height: 265px;
    }

    .header-block {
        padding: 80px 0 60px 0;
    }

    .header-block__h1 {
        font-size: 5.6rem;
        line-height: 5.6rem;
        /* letter-spacing: 0.4em;   */
        letter-spacing: 0.2em;
        /* margin-bottom: 60px;   */
        margin-bottom: 0;
    }

    .header-block__h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
        letter-spacing: 0.05em;
    }

    .header-block__descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
    }

    /**/
    .info-block {
        /* padding: 80px 0 60px 0; */
        padding: 80px 0 20px 0;
    }

    .info-block__h1 {
        font-size: 5.6rem;
        line-height: 4.2rem;
        letter-spacing: 0.4em;
        margin-bottom: 60px;
    }

    .info-block__h2 {
        font-size: 4.2rem;
        line-height: 4.8rem;
        letter-spacing: 0.05em;
    }

    .info-block__descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
    }

    /**/
    .city-map__wrapper {
        height: 548px;
    }

    /**/
    .route-cities__item {
        height: 225px;
    }

    .route-cities__item_a {
        height: 225px;
    }

    .route-cities__item-name {
        /* font-size: 3.6rem; */
        font-size: 2.6rem;
        /* line-height: 4.2rem; */
        line-height: 3.4rem;
        letter-spacing: 0.4em;
    }

    .route-cities__item-more {
        display: none;
    }

    /**/
    .next-city__item {
        width: 100%;
    }

    .next-city__item--img {
        /* height: 320px; */
        order: 2;
    }

    .next-city__item--text {
        position: relative;
        order: 1;
        height: auto;
    }

    .next-city__item--text::after {
        content: '';
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -19px;
        border: 10px solid transparent;
        border-top: 10px solid #E6E2DC;
        z-index: 1;
    }

    .next-city__h {
        font-size: 3rem;
        line-height: 3.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .next-city__item-more {
        display: none;
    }

    .next-city__item-about {
        padding: 40px 20px 15px 20px;
        width: 100%;
        max-width: initial;
        align-items: center;
    }

    .next-city__descr {
        width: 100%;
    }

    .next-city__pager {
        order: 3;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .next-city__nav {
        display: flex;
        justify-content: center;
    }

    .next-city__btn {
        float: none;
        display: inline-flex;
    }

    .next-city__img-slide {
        height: 422px;
    }

    .next-city__item-name {
        font-size: 4.2rem;
        line-height: 4.8rem;
    }

    .next-city__text-slide {
        text-align: center;
        font-size: 1.4rem;
        line-height: 2.4rem;
    }


    /**/
    .guides {
        padding: 50px 0px;
    }

    .guides__item-col {
        height: 280px;
    }

    .guides__item-col--text {
        padding: 0 20px 0 20px;
    }

    .guides__item-name {
        font-size: 3rem;
        line-height: 3.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 10px;
    }

    .guides__item-descr {
        font-size: 1.4rem;
        line-height: 2.4rem;
    }

    .guides__item-col--text.guides__item-col--0::after {
        border: 10px solid transparent;
        border-right: 10px solid white;
        left: -20px;
    }

    .guides__item-col--text.guides__item-col--1::after {
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid white;
    }

    /**/
    .objects {
        padding-bottom: 80px;
    }

    .objects__item {
        width: 300px;
        height: 300px;
    }

    .objects__bttn {
        margin-top: 50px;
    }

    /**/
    .info-block__h1--objects {
        margin-bottom: 20px;
    }

    .info-block__reset {
        position: static;
    }

    .ss-main {
        margin-bottom: 30px;
    }

    .objects-select__sections {
        margin-top: 100px;
        flex-wrap: wrap;
    }

    .objects-select__tags {
        padding: 40px 0;
    }

    .objects-select__elements {
        line-height: normal;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .objects-select__element {
        float: left;
        margin: 0 5px 5px 0;
    }

    .objects-select__objects-msg {
        text-align: center;
        width: 100%;
    }

    .objects-select__item {
        width: 100%;
        height: 265px;
    }

    .objects-select__item-name {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .objects-select__item:nth-child(even) .objects-select__item-box {
        order: 2;
    }

    .objects-select__item:nth-child(even) .objects-select__item-info {
        order: 1;
    }

    .objects-select__item:nth-child(even) .objects-select__item-info:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        right: -20px;
        border: 10px solid transparent;
        border-left: 10px solid white;
        z-index: 1;
        left: auto;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-box {
        order: 1;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info {
        order: 2;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info:after {
        content: '';
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        left: -20px;
        border: 10px solid transparent;
        border-right: 10px solid white;
        right: auto;
    }

    /**/
    .info-block {
        position: relative;
        /* padding: 30px 0 60px 0; */
        padding: 30px 0 20px 0;
    }

    .info-block__h2--h {
        writing-mode: initial;
        transform: none;
        margin-bottom: 30px;
    }

    .my-objects__item-order {
        flex-basis: 55px;
        justify-content: left;
    }

    .my-objects__item-group {
        flex-basis: 475px;
        height: 135px;
        flex-wrap: wrap;
        display: block;
    }

    .my-objects__item-section {
        padding: 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        font-weight: normal;
        padding: 10px 70px 10px 20px;
    }

    .my-objects__item-actions {
        position: absolute;
        top: 0;
        right: 0;
    }

    .my-objects__item-del {


    }

    .my-objects__item-move {


    }

    .my-objects__item-pic {
        flex-basis: 100%;
        display: block;
        align-items: center;
        float: left;
        margin-left: 20px;
    }

    .my-objects__item-title {
        padding: 15px 10px 0 10px;

    }

    .my-objects-map__wrp {
        height: 548px;
    }

    .my-objects__item-num:after {
        top: 145px;
        left: 14.4px;
    }

    .my-objects__item-num:before {
        height: 103px;
        left: 18px;
    }


}


/* XS */
@media (max-width: 559px) {
    .tabs__content {
        overflow: auto;
    }

    .tabs-toggler {
        margin-bottom: 20px;
    }

    .tabs--tours-order .tabs__header {
        margin-bottom: 15px;
    }

    .tour-order__order {
        margin-right: 0;
        margin-bottom: 25px;
        width: 100%;
    }

    .tour-order__btns {
        margin-top: 30px;
        flex-direction: column;
    }

    .conditions {
        padding-top: 46px;
    }

    .post-nav__item {
        width: 100%;
        margin-right: 0;
        margin-bottom: 15px;
    }

    .postcards__item {
        margin-bottom: 20px;
    }

    .postcards-parsed--main .postcards-parsed__header {
        margin-bottom: 27px;
    }

    .postcards-parsed__count {
        padding-top: 0;
    }

    .postcards-parsed__item {
        margin-bottom: 20px;
    }

    h1,
    .h1 {
        font-size: 2.8rem;
        line-height: 3rem;
    }

    h2, .h2 {
        /* font-size: 4.2rem;
    line-height: 4.8rem;     */
        font-size: 2.5rem;
        line-height: 2.6rem;
    }

    .logo {
        height: 40px;
        width: 96px;
    }

    .section {
        margin-top: 35px;
        margin-bottom: 35px;
    }

    .section-header {
        min-height: 200px;
    }

    .section-header__text {
        font-size: 3.6rem;
    }

    .start-page {
        /* padding-top: 85px;*/
        padding-top: 180px;
    }

    .start-page__dots .owl-dot {
        width: 86px;
    }

    .page-header__heading {
        padding: 16px 0 15px;
    }

    .page-header__logo-cont {
        width: 100px;
        height: 86px;
    }

    .page-header__logo-def {
        height: 140px;
        width: 74px;
    }

    .page-header__logo-s2 {
        height: 90px;
        width: 74px;
    }

    .page-header__nav-cont {
        padding-top: 26px;
    }

    .page-header__main-buttons {
        padding-top: 26px;

    }

    .button--dm {
        margin-top: 0;
    }

    .button--lang {
        margin-top: 0;
    }

    .button--search {
        margin-top: 0;

    }

    .button.button--search, .button.button--search {
        border-color: transparent;
    }


    .list-item {
        height: 230px;
        margin-bottom: 20px;
    }

    .list-item--tours {
        height: 260px;
    }

    .list-item--large .list-item__date {
        right: 15px;
        top: 15px;
        left: 15px;
        font-size: 1.6rem;
    }

    .list-item--large .list-item__title {
        bottom: 13px;
        left: 15px;
        right: 15px;
        font-size: 1.6rem;
    }

    .slider__text {
        font-size: 30rem;
    }

    .slider__value {
        font-size: 180rem;
    }

    .owl-carousel.slider--content .owl-nav {
        width: 300px;
        top: 20px;
    }

    .start-page__right {
        text-align: left;
        /* margin-top: 20px; */
    }

    .start-page__right--always {
        text-align: right;
    }

    .start-page__link-mobile {
        font-size: 2rem;
    }

    .catalog-item {
        height: 190px;
        margin-bottom: 20px;
    }

    .path__content {
        margin-top: 10px;
    }

    .fancybox-custom-layout .fancybox-slide--iframe .fancybox-content {
        width: 100%;
        max-width: 100%;
    }

    .search .form-input__label {
        padding-right: 70px;
    }

    .search__btn {
        font-size: 0;
        min-width: 40px;
        background-image: url("/local/templates/main.v2/img/icons/search.svg");
    }

    .tabs--tours {
        padding-bottom: 30px;
    }

    .arrive {
        min-height: 811px;
    }

    .video--small {
        min-height: 168px;
    }

    .section__right {
        text-align: left;
    }

    .section__adress {
        margin-bottom: 15px;
    }

    .app {
        margin-bottom: 15px;
    }

    .temp {
        justify-content: flex-start;
        margin-bottom: 15px;
    }

    .text-block:last-child {
        margin-bottom: 15px;
    }

    .invite-friend__input {
        margin-bottom: 15px;
    }

    .social--invite {
        flex-wrap: wrap;
    }

    .preview-item__content {
        padding: 30px;
    }

    .text-item__link {
        height: auto;
    }

    .hmain-nav__sub {
        display: none;
        margin-left: 40px;
    }

    .hmain-nav__link-group {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(/local/templates/main.v2/img/icons/plus.svg);
        padding-left: 25px;
        margin-bottom: 10px;
    }

    .hmain-nav__item--open .hmain-nav__link-group {
        background-image: url(/local/templates/main.v2/img/icons/minus.svg);
    }

    .hmain-nav__item {
        margin-bottom: 10px;
    }

    .hmain-nav__item--open .hmain-nav__sub {
        display: block;
    }

    .page-header__link {
        margin-top: 0;
        min-width: 246px;
    }

    .page-header__aside-col {
        flex-basis: 100%;
        max-width: 100%;
        padding: 0;
    }

    .hmain-nav__list {
        margin-bottom: 0px;
    }

    .hmain-nav__link {
        margin-bottom: 10px;
    }

    .page-header__app {
        margin-top: 20px;
    }

    .slider--events {
        min-height: 300px;
    }

    .slider--events .slider__item {
        min-height: 300px;
        padding-top: 10px;
        padding-bottom: 65px;
    }

    .slider--events .slider__container {
        padding: 0 30px;
    }

    .slider--events .slider__title {
        margin-bottom: 0;
        font-size: 2.6rem;
        line-height: 1.3;
    }

    .slider--events .owl-nav {
        bottom: 53px;
        padding: 0;
    }

    .collapse__title {
        font-size: 1.8rem;
        padding-right: 50px;
    }

    .collapse__title::after {
        right: 10px;
    }

    .events-main__item {
        min-height: 300px;
    }

    .events-main__no-slides {
        min-height: 300px;
    }

    .events-main__date {
        margin-bottom: 0;
        min-height: 300px;
    }

    .events-main__count {
        bottom: 19px;
        right: 77px;
    }

    #events-count {
        font-size: 1.4rem;
        padding-left: 38px;
        margin-top: 3px;
    }

    #events-picker .datepicker--nav {
        padding-top: 4px;
        padding-bottom: 0;
    }

    #events-picker .datepicker--nav-title {
        font-size: 1.8rem;
    }

    #events-picker .datepicker--days-names {
        margin: 5px 0 5px;
    }

    #events-picker .datepicker--day-name {
        font-size: 1.4rem;
    }

    #events-picker .datepicker--content {
        padding: 2px 28px;
    }

    #events-picker .datepicker--cell {
        font-size: 1.4rem;
        height: 33px;
    }

    #events-picker .datepicker--cell.-focus-::before,
    #events-picker .datepicker--cell.-selected-::before {
        width: 32px;
        height: 32px;
    }

    .p404__header {
        height: 90px;
    }

    .post-nav__item {
        margin-right: 25px;
    }

    .postcards-parsed__search {
        font-size: 0;
        min-width: 40px;
        background-image: url(https://visittyumen.ru/local/templates/main/img/icons/search-white.svg);
    }

    .reviews {
        padding: 20px 0;
    }

    .reviews-controls {
        flex-direction: column-reverse;
    }

    .reviews-controls__btn {
        margin-left: 0;
        margin-bottom: 40px;
    }

    /**/
    .tabs__links {
        flex-wrap: wrap;
    }

    .tabs__toggle {
        font-size: 1.4rem;
        margin-right: 20px;
    }

    .tabs__top {
        margin-bottom: 40px;
    }

    /**/
    .guide__item {
        height: 296px;
    }

    .guide__item-data {
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .guide__item-name {
        /* font-size: 3rem; */
        /* line-height: 3.6rem;     */
        font-size: 2.0rem;
        line-height: 2.2rem;
    }

    .guide__item-content {
        padding: 0 80px 15px 15px;
    }

    /**/
    .more__btn {
        width: 64px;
        height: 64px;
    }

    /**/
    .to-all__link {
        margin-top: 10px;
        font-size: 1.4rem;
        line-height: 2.1rem;
    }

    /**/
    .routes-banner__img {
        height: 320px;


    }

    .header-block {
        position: relative;
        /* padding: 30px 0 100px 0; */
        padding: 30px 0 0 0;
    }

    .header-block__h1 {
        font-size: 2.2rem;
        line-height: 3.2rem;
        letter-spacing: 0.4em;
        margin-bottom: 30px;
        /* transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    bottom: -50px; */

        background: #fff;
    }

    .header-block__h2 {
        font-size: 3.6rem;
        line-height: 4.2rem;
        letter-spacing: 0.4em;
        transform: rotate(-90deg);
        transform-origin: 0 0;
        position: absolute;
        left: 0;
    }

    .header-block__descr {
        /* border-left: 50px solid #fff; */
        text-align: left;
    }

    .header-block__bttn {
        margin-top: 70px;
    }

    .header-block__notice {
        /* transform: rotate(-90deg); */
        transform-origin: 0 0;
        /* position: absolute;    */
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
        /* width: 120px; */
        bottom: 140px;
        left: 0;
        text-align: left;
    }

    .header-block__notice + .header-block__h1 {
        bottom: 240px;
    }

    /**/
    .info-block {
        position: relative;
        /* padding: 30px 0 100px 0; */
        padding: 30px 0 20px 0;
    }

    .info-block--offset {
        padding: 30px 0 30px 0;
    }

    .info-block__h1 {
        font-size: 2.2rem;
        line-height: 3.2rem;
        letter-spacing: 0.2em;

        /* font-size: 5.6rem;
    line-height: 5.6rem;
    letter-spacing: 0.4em;     */

        /* transform: rotate(-90deg);
    transform-origin: 0 0;
    position: absolute;
    left: 0;
    bottom: -50px; */

        background: #fff;
    }

    .info-block__h2 {
        /* font-size: 3.6rem;
    line-height: 4.2rem; */
        font-size: 2.2rem;
        line-height: 2.4rem;
        letter-spacing: 0.2em;
        /* writing-mode: tb-rl;
    transform: rotate(180deg); */
        margin: 0 0 30px 0;
    }

    .info-block__h2--offset {
        /* position: relative;
    bottom: -80px;
    z-index: 1;
    padding: 10px;
    background: #fff;         */
    }

    .info-block__h1--objects {
        margin-bottom: 20px;
    }

    .info-block__descr {
        /* border-left: 50px solid #fff; */
        text-align: left;
    }

    .info-block__notice {
        transform: rotate(-90deg);
        transform-origin: 0 0;
        position: absolute;
        font-size: 1.4rem;
        line-height: 2.4rem;
        letter-spacing: 0.05em;
        width: 120px;
        bottom: 120px;
        left: 0;
    }

    .info-block__notice + .info-block__h1 {
        bottom: 210px;
    }

    .info-block__wrapper {
        display: flex;
        height: 100%;
        align-items: center;
        flex-direction: column;
        justify-content: center;
    }

    .info-block__reset {
        position: static;
    }


    /**/
    .city-map__wrapper {
        height: 480px;
    }

    /**/
    .guides__item {
        flex-wrap: wrap;
    }

    .guides__item-col {
        flex-basis: 100%;
    }

    .guides__item-col--text {
        padding: 60px 30px 60px 30px;
        height: auto;
        order: 1;
    }

    .guides__item-col--img {
        height: 290px;
        order: 2;
    }

    .guides__item-col--text.guides__item-col--0::after,
    .guides__item-col--text.guides__item-col--1::after {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid white;
    }

    .guides-filter__cont {
        flex-wrap: wrap;
    }

    .guides-filter__item.active::after {
        display: none;
    }

    .guides-filter__item {
        padding: 5px 10px;
        font-size: 1.2rem;
        width: auto;
        margin: 0 3px 3px 0;
    }

    /**/
    .objects__item {
        width: 160px;
        height: 160px;
    }

    .objects__bttn {
        margin-top: 40px;
    }

    .objects {
        padding-bottom: 40px;
    }

    /**/
    .route-cities__item {
        width: 100%;
        height: 225px;
    }

    .route-cities__item_a {
        width: 100%;
        height: 225px;
    }

    .route-cities__item-name {
        /* font-size: 2.6rem; */
        font-size: 2.4rem;
        /* line-height: 3.2rem; */
        line-height: 3rem;
        letter-spacing: 0.4em;

    }

    .route-cities__item-more {
        display: none;
    }

    /**/
    .next-city__item {
        width: 100%;
    }

    .next-city__item--img {
        /* height: 320px; */
        order: 2;
    }

    .next-city__item--text {
        position: relative;
        order: 1;
        height: auto;
    }

    .next-city__item--text::after {
        content: '';
        position: absolute;
        transform: translateX(-50%);
        left: 50%;
        bottom: -19px;
        border: 10px solid transparent;
        border-top: 10px solid #E6E2DC;
        z-index: 1;
    }

    .next-city__h {
        font-size: 3rem;
        line-height: 3.6rem;
        letter-spacing: 0.05em;
        margin-bottom: 20px;
    }

    .next-city__item-more {
        display: none;
    }

    .next-city__item-about {
        padding: 50px 40px 15px 40px;
        width: 100%;
    }

    .next-city__pager {
        order: 3;
        margin-bottom: 0;
        margin-top: 10px;
    }

    .next-city__nav {
        display: flex;
        justify-content: center;
    }

    .next-city__btn {
        float: none;
        display: inline-flex;
    }

    .next-city__img-slide {
        height: 320px;
    }

    .next-city__item-name {
        font-size: 3.6rem;
        line-height: 4.2rem;
    }

    .next-city__descr {
        width: 100%;
    }

    .ss-main {
        margin-bottom: 30px;
    }

    .objects-select__sections {
        margin-top: 100px;
        flex-wrap: wrap;
    }

    .objects-select__tags {
        padding: 40px 0;
    }

    .objects-select__elements {
        line-height: normal;
        display: block;
        overflow: hidden;
        margin-bottom: 20px;
    }

    .objects-select__element {
        float: left;
        margin: 0 5px 5px 0;
    }

    .objects-select__objects-msg {
        text-align: center;
        width: 100%;
    }

    .objects-select__item {
        width: 100%;
        height: auto;
        flex-wrap: wrap;
    }

    .objects-select__item-box {
        width: 100%;
        height: 300px;
        order: 2;
    }

    .objects-select__item-info {
        width: 100%;
        height: 300px;
        order: 1;
        padding: 0 20px;
        justify-content: center;
    }

    .objects-select__item--1 .objects-select__item-info::after {
        top: auto;
        transform: translateX(-50%);
        left: 50%;
        right: auto;
        bottom: -20px;
        border: 10px solid transparent;
        border-top: 10px solid white;
    }

    .objects-select__item-name {
        font-size: 1.8rem;
        line-height: 2.8rem;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info:after,
    .objects-select__item:nth-child(even) .objects-select__item-info:after {
        display: none;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-info {
        order: 1;
    }

    .objects-select__item:nth-child(even) .objects-select__item-info {
        order: 1;
    }

    .objects-select__item:nth-child(odd) .objects-select__item-box {
        order: 2;
    }

    .objects-select__item:nth-child(even) .objects-select__item-box {
        order: 2;
    }

    /**/
    .info-block {
        position: relative;
        /* padding: 30px 0 60px 0; */
        padding: 30px 0 20px 0;
    }

    .info-block__h2--h {
        writing-mode: initial;
        transform: none;
        margin-bottom: 30px;
    }

    .my-objects__item-order {
        flex-basis: 70px;
    }

    .my-objects__item-group {
        flex-basis: 230px;
        height: 250px;
        flex-wrap: wrap;
        display: block;
    }

    .my-objects__item-section {
        padding: 0;
        font-size: 1.4rem;
        line-height: 2.4rem;
        text-transform: initial;
        font-weight: normal;
        padding: 7px 70px 10px 10px;
    }

    .my-objects__item-actions {
        position: absolute;
        top: 0;
        right: 0;
    }

    .my-objects__item-del {
        padding: 5px;

    }

    .my-objects__item-move {
        padding: 5px;

    }

    .my-objects__item-pic {
        flex-basis: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        float: none;
        margin-top: 20px;
        margin-left: 0;
    }

    .my-objects__item-title {
        padding: 15px 10px 0 10px;
        justify-content: center;
    }

    .my-objects-map__wrp {
        height: 548px;
    }

    .my-objects__item-num:after {
        top: 260px;
        left: 14.4px;
    }

    .my-objects__item-num:before {
        height: 218px;
        left: 18px;
    }

    /**/


}


/* РђРЅРёРјР°С†РёРё СЃР»Р°Р№РґРµСЂР° */

.animated .slider__image,
.animated .slider__container .container {
    animation-duration: 1s;
    animation-fill-mode: both;
}

.slider__item--out {
    animation-name: bgChange;
}

.slider__item--out .slider__item::before {
    background-color: transparent;
    transition: 0.25s ease-out background;
}

.slider__item--in {
    animation-name: noAction;
}

.slider__item--out .slider__image {
    -webkit-animation-name: fadeOut;
    animation-name: fadeOut;
}

.slider__item--out .slider__container .container {
    -webkit-animation-name: slideOutUp;
    animation-name: slideOutUp;
}

.slider__item--in .slider__container .container {
    -webkit-animation-name: slideInUp;
    animation-name: slideInUp;
}

@keyframes slideInUp {
    from {
        transform: translate3d(0, 100%, 0);
        visibility: visible;
    }

    to {
        transform: translate3d(0, 0, 0);
    }
}

@keyframes slideOutUp {
    from {
        transform: translate3d(0, 0, 0);
    }

    to {
        visibility: hidden;
        transform: translate3d(0, -100%, 0);
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1;
    }
    100% {
        opacity: 0;
    }
}


@keyframes bgChange {
    0% {
        background: rgba(0, 0, 0, 0.3);
    }
    100% {
        background: transparent;
    }
}

@keyframes bgChangeNew {
    0% {
        background: rgba(0, 0, 0, 0.3);
    }
    100% {
        background: transparent;
    }
}

@keyframes noAction {
    0% {
    }
    100% {
    }
}

@keyframes modal-backdrop-show {

    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}

@keyframes modal-content-show {

    0% {
        opacity: 0;
        transform: translateY(-2em);
    }

    100% {
        opacity: 1;
        transform: translateY(0);
    }
}


/** РєРЅРѕРїРєР° РїРѕРёСЃРєР° РЅР° РіР»Р°РІРЅРѕР№ СЃС‚СЂР°РЅРёС†Рµ **/
.button--search-box {
    position: relative;
    display: inline-block;
    border-radius: 5px;
}

.button--search-box input {
    width: 0;
    height: calc(100% - 40px);
    border: 0 solid transparent;
    position: absolute;
    top: 0;
    right: 0;
    padding: 0;
    margin-top: 40px;
    box-sizing: border-box;
    transition: width 200ms ease-in-out;
}

/* .button--search-box.search-active .button--search{
  z-index: 55;
  position: relative;
  background: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/search-new-black.svg");
  background-position: center center;
  background-size: auto;
  background-repeat: no-repeat;
}   */
.button--search-box.search-active .button--search {
    z-index: 9;
    position: relative;
    background: url("https://opt-1420626.ssl.1c-bitrix-cdn.ru/local/templates/main.v2/img/icons/plus.svg");
    background-position: center center;
    background-size: auto;
    background-repeat: no-repeat;
    transform: rotate(45deg);
}

.button--search-box.search-active input {
    font-size: 18px;
    border-radius: 5px;
}

.button--search-box.search-active svg {
    fill: red;
}

@media (max-width: 589px) {
    .button--search-box.search-active input {
        min-width: 180px;
        height: 100%;
        border: 0 solid transparent;
        position: absolute;
        top: 0;
        left: 0;
        padding: 0;
        margin-top: 40px;
        box-sizing: border-box;
        transition: width 200ms ease-in-out;
    }
}

.none-line {
    border-bottom: 0px solid transparent;
}

/** РєРѕРЅРµС† РєРЅРѕРїРєРё РїРѕРёСЃРєР°**/

@media (max-width: 1199px) {
    .start-page--main,
    .start-page__item {
        height: 825px;
        min-height: 825px;
    }
}

@media (max-width: 1024px) {
    .start-page--main,
    .start-page__item {
        height: 693px;
        min-height: 693px;
    }
}

@media (max-width: 600px) {
    .custom-slider-page__dots-wrapper {
        top: 155px;
    }

    .start-page--main,
    .start-page__item {
        height: 520px;
        min-height: 520px;
    }

    .footer__vidget-rostourism{
        display: flex;
        justify-content: center;
    }
}

.tour-item-props-price-image {
    height: 24px;
}

.tour-item-props-wrapper .tour-item-props-price-wrapper {
    display: flex;
    padding-top: 6px;
}

#wrapper_svg {
    display: none;
}

.tour-item-props-price-wrapper .rub {
    color: #262626;
}

.rub {
    display: inline-flex;
    align-items: center;
    line-height: 22px;
}

.rub svg {
    position: relative;
    width: 0.8em;
    height: 0.8em;
    margin-left: 0.3em;
    padding-bottom: 2px;
}

.footer-mail{
    margin-top: 10px;
    text-align: center;
}

.footer__vidget-rostourism{
    margin-top: 20px;
}

.debugger{
    padding: 50px;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100vh;
    z-index: 100000;
    background: #0f0f0f;
    color: white;
    overflow: scroll;
}

.debugger pre{
    text-align: left;
    color: #fff;
    font-size: 15px;
    line-height: 20px;
}

.uxie-busf-header__description{
    display: none;
}

@media (max-width: 430px){
    .owl-carousel .owl-item img.owl-lazy{
        object-position: left;
    }
}
/* End */
/* /local/templates/main.v2/css/normalize.css?15831482187718 */
/* /local/templates/main.v2/css/nikodim.grid.css?158314821814115 */
/* /local/templates/main.v2/css/base.css?15831482181165 */
/* /local/templates/main.v2/css/header-v2.css?16577829916006 */
/* /local/templates/main.v2/css/footer-v2.css?16611473294894 */
/* /local/templates/main.v2/css/mm2020-footer.css?16692801485848 */
/* /local/templates/main.v2/css/new-style-2022.css?166843134547512 */
/* /local/templates/main.v2/fonts/fonts.css?15937667162032 */
/* /local/templates/main.v2/vt_styles.css?16353217906057 */
/* /local/templates/main.v2/libs/owl.carousel/assets/owl.carousel.min.css?15831482362936 */
/* /local/templates/main.v2/libs/monthpicker/monthpicker.css?15831482282561 */
/* /local/templates/main.v2/libs/smart-app-banner/smart-app-banner.css?16609111856179 */
/* /local/templates/main.v2/libs/air-datepicker/css/datepicker.min.css?158314823312257 */
/* /local/templates/main.v2/libs/fancybox/jquery.fancybox.css?164854134717123 */
/* /local/templates/main.v2/libs/slimselect/slimselect.min.css?15965239938537 */
/* /local/components/custom/display_mode/templates/.default/styles.css?15675039162637 */
/* /local/components/custom/display_mode/dm-styles.css?16566108142284 */
/* /local/templates/main.v2/components/bitrix/menu/mm-nav-right/style.css?16577828753794 */
/* /local/templates/main.v2/components/bitrix/menu/mm-nav-top/style.css?166114732911179 */
/* /local/templates/main.v2/components/bitrix/menu/mm-nav-bottom/style.css?16692801482334 */
/* /local/templates/main.v2/styles.css?16500184458486 */
/* /local/templates/main.v2/template_styles.css?1666341771194688 */
</pre></body></html>