@charset "UTF-8";

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

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

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

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

/**
  * Remove the margin in all browsers.
  */

body {
  margin: 0;
  padding: 0;
}

/**
  * Render the `main` element consistently in IE.
  */

main {
  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
    ========================================================================== */

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

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

/**
  * 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
    ========================================================================== */

/**
  * Remove the gray background on active links in IE 10.
  */

a {
  background-color: transparent;
}

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

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

/**
  * 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 size in all browsers.
  */

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

/**
  * Correct the inability to style clickable types in iOS and Safari.
  */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

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

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 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
  * Add the correct vertical alignment in Chrome, Firefox, and Opera.
  */

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

/**
  * 1. Correct the odd appearance in Chrome and Safari.
  * 2. Correct the outline style in Safari.
  */

[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
  * Remove the inner padding in Chrome and Safari on macOS.
  */

[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 Edge, IE 10+, and Firefox.
  */

details {
  display: block;
}

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

summary {
  display: list-item;
}

/* Misc
    ========================================================================== */

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

ol,
ul {
  padding: revert;
  margin: revert;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  cursor: default;
}

svg {
  shape-rendering: geometricPrecision;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

a:visited {
  color: #670dbb;
}

:root {
  --primary: #ffcb11;
  --primary-darken: hsl(from var(--primary) h s calc(l - 5));
  --primary-light: hsl(from var(--primary) h s calc(l + 5));
  --second-family: "Montserrat", sans-serif;
  --secondary: #e0e0e4;
  --secondary-darken: hsl(from var(--secondary) h s calc(l - 5));
  --secondary-light: #f6f7f8;
  --text-primary: #0d0d0d;
  --text-secondary: #626c77;
  --gray: #626c77;
  --link: #4285f4;
  --darken-link: hsl(from var(--link) h s calc(l - 20));
  --orange: #fe7200;
  --orange-darken: hsl(from var(--orange) h s calc(l - 5));
  --orange-light: hsl(from var(--orange) h s calc(l + 5));
  --purple: #804AFF;
  --purple-darken: hsl(from var(--purple) h s calc(l - 5));
  --purple-light: hsl(from var(--purple) h s calc(l + 5));
  --white: #ffffff;
  --success: #00b74a;
  --success-darken: hsl(from var(--success) h s calc(l - 5));
  --success-light: hsl(from var(--success) h s calc(l + 5));
  --green: #32BA43;
  --error: #c61919;
  --error-darken: hsl(from var(--error) h s calc(l - 5));
  --error-light: hsl(from var(--error) h s calc(l + 5));
  --red: #c61919;
  --font-roboto: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, -apple-system, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --block-gap: 6.75px;
  --border: .5rem;
  --img-overlay-gradient: linear-gradient(180deg, rgba(0, 0, 10, 0.35), rgba(0, 0, 10, 0) 35%);
  --font-family: "Roboto", sans-serif;
  --second-family: "Montserrat", sans-serif;
  --btn-bg-primary: #ffcb11;
  --btn-bg-secondary: #f6f6f7;
  --btn-br: 10px;
  --alert-success: #32ba430f;
  --alert-danger: #FFF3F2;
  --alert-warn: #FEF6EB;
  --shadowBlock: 0px 1.2px 10px 0px #00000014;
  --shadowBtn: 0px 1px 7.8px 0px #00000014;
  --shadowBtnNew: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
}

.stretched-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 1;
}

.stretched-link > span {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0 0 0 0);
  border: 0;
}

.hidden {
  display: none;
}

.text-ellipsis {
  --row: 1;
  display: -webkit-box !important;
  -webkit-line-clamp: var(--row);
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.r {
  /*&-show
  {
    display: flex;
    justify-content: center;
    margin-top: 16px;
  }*/
}

.r__hidden {
  max-height: var(--view-height);
  overflow: hidden;
}

/*
С выравниванием всё просто - берём аббревиатуру свойства и значения
Justify-Content: Space-Between = jcsb
Align-Items: Center = aic
и т.д.

TODO: Убрать стиль БЭМ, сделать просто сочетанием классов, классы лаконичнее
 */

.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --gap: 20px;
  gap: var(--gap);
}

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

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

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

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

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

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

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

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

.fb {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  --gap: 20px;
  gap: var(--gap);
}

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

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

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

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

.fb.aife {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

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

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

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

.text-nowrap {
  white-space: nowrap;
}

.g-6 {
  --gap: 6px;
}

.g-8 {
  --gap: 8px;
}

.g-12 {
  --gap: 12px;
}

.g-14 {
  --gap: 14px;
}

.g-16 {
  --gap: 16px;
}

.g-20 {
  --gap: 20px;
}

/*
 * CKEditor 5 (v41.3.1) content styles.
 * Generated on Thu, 25 Apr 2024 10:28:00 GMT.
 * For more information, check out https://ckeditor.com/docs/ckeditor5/latest/installation/advanced/content-styles.html
 */

:root {
  --ck-color-image-caption-background: hsl(0, 0%, 97%);
  --ck-color-image-caption-text: hsl(0, 0%, 20%);
  --ck-color-mention-background: hsla(341, 100%, 30%, 0.1);
  --ck-color-mention-text: hsl(341, 100%, 30%);
  --ck-color-selector-caption-background: hsl(0, 0%, 97%);
  --ck-color-selector-caption-text: hsl(0, 0%, 20%);
  --ck-highlight-marker-blue: hsl(201, 97%, 72%);
  --ck-highlight-marker-green: hsl(120, 93%, 68%);
  --ck-highlight-marker-pink: hsl(345, 96%, 73%);
  --ck-highlight-marker-yellow: hsl(60, 97%, 73%);
  --ck-highlight-pen-green: hsl(112, 100%, 27%);
  --ck-highlight-pen-red: hsl(0, 85%, 49%);
  --ck-image-style-spacing: 1.5em;
  --ck-inline-image-style-spacing: calc(var(--ck-image-style-spacing) / 2);
  --ck-todo-list-checkmark-size: 16px;
}

.ck-content img {
  max-width: 100%;
  height: auto;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */

.ck-content .table .ck-table-resized {
  table-layout: fixed;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */

.ck-content .table table {
  overflow: hidden;
}

/* @ckeditor/ckeditor5-table/theme/tablecolumnresize.css */

.ck-content .table td,
.ck-content .table th {
  overflow-wrap: break-word;
  position: relative;
}

/* @ckeditor/ckeditor5-table/theme/tablecaption.css */

.ck-content .table > figcaption {
  display: table-caption;
  caption-side: top;
  word-break: break-word;
  text-align: center;
  color: var(--ck-color-selector-caption-text);
  background-color: var(--ck-color-selector-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content .table {
  margin: 0.9em auto;
  display: table;
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content .table table {
  border-collapse: collapse;
  border-spacing: 0;
  width: 100%;
  height: 100%;
  border: 1px double hsl(0, 0%, 70%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content .table table td,
.ck-content .table table th {
  min-width: 2em;
  padding: 0.4em;
  border: 1px solid hsl(0, 0%, 75%);
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content .table table th {
  font-weight: bold;
  background: hsla(0, 0%, 0%, 0.05);
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content[dir=rtl] .table th {
  text-align: right;
}

/* @ckeditor/ckeditor5-table/theme/table.css */

.ck-content[dir=ltr] .table th {
  text-align: left;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break {
  position: relative;
  clear: both;
  padding: 5px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break::after {
  content: "";
  position: absolute;
  border-bottom: 2px dashed hsl(0, 0%, 77%);
  width: 100%;
}

/* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */

.ck-content .page-break__label {
  position: relative;
  z-index: 1;
  padding: 0.3em 0.6em;
  display: block;
  text-transform: uppercase;
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  font-family: Helvetica, Arial, Tahoma, Verdana, Sans-Serif;
  font-size: 0.75em;
  font-weight: bold;
  color: hsl(0, 0%, 20%);
  background: hsl(0, 0%, 100%);
  -webkit-box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
          box-shadow: 2px 2px 1px hsla(0, 0%, 0%, 0.15);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/* @ckeditor/ckeditor5-media-embed/theme/mediaembed.css */

.ck-content .media {
  clear: both;
  margin: 0.9em 0;
  display: block;
  min-width: 15em;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list {
  list-style: none;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list li {
  position: relative;
  margin-bottom: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list li .todo-list {
  margin-top: 5px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content[dir=rtl] .todo-list .todo-list__label > input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  -webkit-transition: 250ms ease-in-out box-shadow;
  transition: 250ms ease-in-out box-shadow;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label > input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label .todo-list__label__description {
  vertical-align: middle;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > input,
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
  cursor: pointer;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > input:hover::before,
.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input:hover::before {
  -webkit-box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
          box-shadow: 0 0 0 5px hsla(0, 0%, 0%, 0.1);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input {
  -webkit-appearance: none;
  display: inline-block;
  position: relative;
  width: var(--ck-todo-list-checkmark-size);
  height: var(--ck-todo-list-checkmark-size);
  vertical-align: middle;
  border: 0;
  left: -25px;
  margin-right: -15px;
  right: 0;
  margin-left: 0;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content[dir=rtl] .todo-list .todo-list__label > span[contenteditable=false] > input {
  left: 0;
  margin-right: 0;
  right: -25px;
  margin-left: -15px;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::before {
  display: block;
  position: absolute;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: "";
  width: 100%;
  height: 100%;
  border: 1px solid hsl(0, 0%, 20%);
  border-radius: 2px;
  -webkit-transition: 250ms ease-in-out box-shadow;
  transition: 250ms ease-in-out box-shadow;
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input::after {
  display: block;
  position: absolute;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  pointer-events: none;
  content: "";
  left: calc(var(--ck-todo-list-checkmark-size) / 3);
  top: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  width: calc(var(--ck-todo-list-checkmark-size) / 5.3);
  height: calc(var(--ck-todo-list-checkmark-size) / 2.6);
  border-style: solid;
  border-color: transparent;
  border-width: 0 calc(var(--ck-todo-list-checkmark-size) / 8) calc(var(--ck-todo-list-checkmark-size) / 8) 0;
  -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::before {
  background: hsl(126, 64%, 41%);
  border-color: hsl(126, 64%, 41%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label > span[contenteditable=false] > input[checked]::after {
  border-color: hsl(0, 0%, 100%);
}

/* @ckeditor/ckeditor5-list/theme/todolist.css */

.ck-editor__editable.ck-content .todo-list .todo-list__label.todo-list__label_without-description input[type=checkbox] {
  position: absolute;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ol {
  list-style-type: decimal;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ol ol {
  list-style-type: lower-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ol ol ol {
  list-style-type: lower-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ol ol ol ol {
  list-style-type: upper-latin;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ol ol ol ol ol {
  list-style-type: upper-roman;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ul {
  list-style-type: disc;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ul ul {
  list-style-type: circle;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-list/theme/list.css */

.ck-content ul ul ul ul {
  list-style-type: square;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */

.ck-content img.image_resized {
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized {
  max-width: 100%;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized img {
  width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imageresize.css */

.ck-content .image.image_resized > figcaption {
  display: block;
}

/* @ckeditor/ckeditor5-image/theme/imagecaption.css */

.ck-content .image > figcaption {
  display: table-caption;
  caption-side: bottom;
  word-break: break-word;
  color: var(--ck-color-image-caption-text);
  background-color: var(--ck-color-image-caption-background);
  padding: 0.6em;
  font-size: 0.75em;
  outline-offset: -1px;
}

/* @ckeditor/ckeditor5-image/theme/image.css */

.ck-content .image {
  display: table;
  clear: both;
  text-align: center;
  margin: 0.9em auto;
  min-width: 50px;
}

/* @ckeditor/ckeditor5-image/theme/image.css */

.ck-content .image img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  min-width: 100%;
  height: auto;
}

/* @ckeditor/ckeditor5-image/theme/image.css */

.ck-content .image-inline {
  /*
   * Normally, the .image-inline would have "display: inline-block" and "img { width: 100% }" (to follow the wrapper while resizing).;
   * Unfortunately, together with "srcset", it gets automatically stretched up to the width of the editing root.
   * This strange behavior does not happen with inline-flex.
   */
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  max-width: 100%;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

/* @ckeditor/ckeditor5-image/theme/image.css */

.ck-content .image-inline picture {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

/* @ckeditor/ckeditor5-image/theme/image.css */

.ck-content .image-inline picture,
.ck-content .image-inline img {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -ms-flex-negative: 1;
      flex-shrink: 1;
  max-width: 100%;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-block-align-left,
.ck-content .image-style-block-align-right {
  max-width: calc(100% - var(--ck-image-style-spacing));
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-left,
.ck-content .image-style-align-right {
  clear: none;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-side {
  float: right;
  margin-left: var(--ck-image-style-spacing);
  max-width: 50%;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-left {
  float: left;
  margin-right: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-center {
  margin-left: auto;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-align-right {
  float: right;
  margin-left: var(--ck-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-block-align-right {
  margin-right: 0;
  margin-left: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-style-block-align-left {
  margin-left: 0;
  margin-right: auto;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content p + .image-style-align-left,
.ck-content p + .image-style-align-right,
.ck-content p + .image-style-side {
  margin-top: 0;
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-inline.image-style-align-left,
.ck-content .image-inline.image-style-align-right {
  margin-top: var(--ck-inline-image-style-spacing);
  margin-bottom: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-inline.image-style-align-left {
  margin-right: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-image/theme/imagestyle.css */

.ck-content .image-inline.image-style-align-right {
  margin-left: var(--ck-inline-image-style-spacing);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-yellow {
  background-color: var(--ck-highlight-marker-yellow);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-green {
  background-color: var(--ck-highlight-marker-green);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-pink {
  background-color: var(--ck-highlight-marker-pink);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .marker-blue {
  background-color: var(--ck-highlight-marker-blue);
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .pen-red {
  color: var(--ck-highlight-pen-red);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-highlight/theme/highlight.css */

.ck-content .pen-green {
  color: var(--ck-highlight-pen-green);
  background-color: transparent;
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */

.ck-content blockquote {
  overflow: hidden;
  padding-right: 1.5em;
  padding-left: 1.5em;
  margin-left: 0;
  margin-right: 0;
  font-style: italic;
  border-left: solid 5px hsl(0, 0%, 80%);
}

/* @ckeditor/ckeditor5-block-quote/theme/blockquote.css */

.ck-content[dir=rtl] blockquote {
  border-left: 0;
  border-right: solid 5px hsl(0, 0%, 80%);
}

/* @ckeditor/ckeditor5-basic-styles/theme/code.css */

.ck-content code {
  background-color: hsla(0, 0%, 78%, 0.3);
  padding: 0.15em;
  border-radius: 2px;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */

.ck-content .text-tiny {
  font-size: 0.7em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */

.ck-content .text-small {
  font-size: 0.85em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */

.ck-content .text-big {
  font-size: 1.4em;
}

/* @ckeditor/ckeditor5-font/theme/fontsize.css */

.ck-content .text-huge {
  font-size: 1.8em;
}

/* @ckeditor/ckeditor5-mention/theme/mention.css */

.ck-content .mention {
  background: var(--ck-color-mention-background);
  color: var(--ck-color-mention-text);
}

/* @ckeditor/ckeditor5-horizontal-line/theme/horizontalline.css */

.ck-content hr {
  margin: 15px 0;
  height: 4px;
  background: hsl(0, 0%, 87%);
  border: 0;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */

.ck-content pre {
  padding: 1em;
  color: hsl(0, 0%, 20.8%);
  background: hsla(0, 0%, 78%, 0.3);
  border: 1px solid hsl(0, 0%, 77%);
  border-radius: 2px;
  text-align: left;
  direction: ltr;
  -moz-tab-size: 4;
    -o-tab-size: 4;
       tab-size: 4;
  white-space: pre-wrap;
  font-style: normal;
  min-width: 200px;
}

/* @ckeditor/ckeditor5-code-block/theme/codeblock.css */

.ck-content pre code {
  background: unset;
  padding: 0;
  border-radius: 0;
}

.ck-content {
  line-height: 1.5rem;
  text-align: left;
}

.ck-content h2,
.ck-content h3,
.ck-content h4 {
  margin-bottom: 0.9rem;
}

.ck-content p {
  margin-bottom: 0.75rem;
}

.ck-content blockquote {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  line-height: 1.56;
  margin: 0 0 1rem;
  padding: 0.5rem 0 0.5rem 1rem;
  border-left: 3px solid rgb(222, 222, 222);
  font-style: italic;
}

.ck-content a {
  text-decoration: underline;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

a {
  text-decoration: none;
}

p {
  text-underline-position: from-font;
  -webkit-text-decoration-skip-ink: none;
          text-decoration-skip-ink: none;
}

html {
  height: 100%;
  scroll-behavior: smooth;
}

body {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 100%;
  margin: 0;
  font-size: 1rem;
  font-weight: 400;
  color: var(--text-primary);
  background-color: var(--white);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  --font-roboto: Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", system-ui, -apple-system, "Segoe UI", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  font-family: var(--font-roboto);
}

body > .overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  will-change: opacity;
  background-color: rgba(102, 102, 102, 0.52);
  z-index: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease, visibility 0.3s ease;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

body > .overlay.on {
  opacity: 0.5;
  visibility: visible;
}

::-webkit-input-placeholder {
  color: var(--text-secondary);
}

::-moz-placeholder {
  color: var(--text-secondary);
}

:-ms-input-placeholder {
  color: var(--text-secondary);
}

::-ms-input-placeholder {
  color: var(--text-secondary);
}

::placeholder {
  color: var(--text-secondary);
}

img {
  content-visibility: auto;
}

.container {
  max-width: 1312px;
  width: 100%;
  padding: 0 16px;
  margin: 0 auto;
}

.wrapper {
  padding: var(--block-gap) 0;
}

.h2,
h2 {
  margin-bottom: 0.7rem;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
  color: var(--text-primary);
}

.h3,
h3 {
  margin-bottom: 0.5rem;
  font-size: 1.125rem;
  font-weight: 600;
  line-height: 1.1;
  color: #0d0d0d;
}

button {
  line-height: 0;
}

.accordions > * {
  overflow: hidden;
  line-height: 1.3;
  border-bottom: 1px solid rgba(98, 108, 119, 0.1019607843);
  margin: 0;
}

.accordions > * > .header {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 14px 0 20px 0;
  cursor: pointer;
}

.accordions > * > .header > h3 {
  font-size: 16px;
  font-weight: 400;
  color: var(--text-primary);
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.accordions > * > .header > svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 56px;
          flex: 0 0 56px;
  will-change: transform;
}

.accordions > * > .body {
  height: 0;
  font-size: 1em;
  font-weight: 400;
  color: var(--text-secondary);
  opacity: 0;
  will-change: opacity;
  overflow: hidden;
  -webkit-transition: opacity 0.25s, margin 0.2s;
  transition: opacity 0.25s, margin 0.2s;
}

.accordions > *.on > .header svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.accordions > *.on > .body {
  padding: 8px 0 14px;
  height: auto;
  opacity: 1;
}

.calendar[data-datepicker] {
  --cell-width: 48px;
  --cell-height: 48px;
  --total-height: 340px;
  position: absolute;
  top: 0;
  left: 0;
  background-color: white;
  -webkit-box-shadow: var(--shadowBlock);
          box-shadow: var(--shadowBlock);
  border-radius: 14px;
  height: var(--total-height);
  z-index: 2;
}

.calendar[data-datepicker] ul {
  margin: 0;
  padding: 0;
}

.calendar[data-datepicker] > * {
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
}

.calendar[data-datepicker] .months-container {
  min-width: 0;
}

.calendar[data-datepicker] .months .scroll-content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 14px;
  padding: 0 8px 8px;
  height: var(--total-height);
}

.calendar[data-datepicker] .months .scroll-content > * > span {
  font-weight: 500;
}

.calendar[data-datepicker] .weekdays {
  position: sticky;
  top: 0;
  left: 0;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  row-gap: 2px;
  background-color: white;
  border-bottom: 1px solid rgba(98, 108, 119, 0.1019607843);
}

.calendar[data-datepicker] .weekdays > * {
  width: var(--cell-width);
  height: var(--cell-height);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.calendar[data-datepicker] .weekdays > *.weekend {
  color: #D32F2F;
}

.calendar[data-datepicker] .days {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[7];
  grid-template-columns: repeat(7, 1fr);
  row-gap: 2px;
}

.calendar[data-datepicker] .days > *,
.calendar[data-datepicker] .days div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid transparent;
  width: var(--cell-width);
  height: var(--cell-height);
  padding: 10px 0;
  border-radius: 12px;
  cursor: pointer;
  font-weight: 500;
}

.calendar[data-datepicker] .days > *.today,
.calendar[data-datepicker] .days div.today {
  background: #F6F7F8;
}

.calendar[data-datepicker] .days > *.inSelect,
.calendar[data-datepicker] .days div.inSelect {
  background: rgba(255, 203, 17, 0.1019607843);
}

.calendar[data-datepicker] .days > *.selected,
.calendar[data-datepicker] .days div.selected {
  background: #FFCB11;
}

.calendar[data-datepicker] .days > *.weekend,
.calendar[data-datepicker] .days div.weekend {
  color: #FF3B30;
}

.calendar[data-datepicker] .days > *:hover,
.calendar[data-datepicker] .days div:hover {
  border: 1px solid rgba(98, 108, 119, 0.2);
}

.calendar[data-datepicker] .days > *.disabled,
.calendar[data-datepicker] .days div.disabled {
  border: 1px solid transparent;
  color: var(--text-secondary);
  cursor: not-allowed;
  pointer-events: none;
}

.calendar[data-datepicker] .days > *.disabled.weekend,
.calendar[data-datepicker] .days div.disabled.weekend {
  color: rgb(150, 7.9710144928, 0);
}

.spinner-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
}

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

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

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

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

.spinner {
  -webkit-animation: rotate 1s linear infinite;
          animation: rotate 1s linear infinite;
  background: #FFCB11;
  border-radius: 50%;
  height: 80px;
  width: 80px;
  position: relative;
  margin: 0 auto;
}

.spinner::before,
.spinner::after {
  content: "";
  position: absolute;
}

.spinner::before {
  border-radius: 50%;
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, hsl(0, 0%, 100%)), to(hsla(0, 0%, 100%, 0.9))) 0% 0%, -webkit-gradient(linear, left top, right top, from(hsla(0, 0%, 100%, 0.9)), to(hsla(0, 0%, 100%, 0.6))) 100% 0%, -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0.6)), to(hsla(0, 0%, 100%, 0.3))) 100% 100%, -webkit-gradient(linear, left bottom, left top, from(hsla(0, 0%, 100%, 0.3)), to(hsla(0, 0%, 100%, 0))) 0% 100%;
  background: linear-gradient(0deg, hsl(0, 0%, 100%) 50%, hsla(0, 0%, 100%, 0.9) 100%) 0% 0%, linear-gradient(90deg, hsla(0, 0%, 100%, 0.9) 0%, hsla(0, 0%, 100%, 0.6) 100%) 100% 0%, linear-gradient(180deg, hsla(0, 0%, 100%, 0.6) 0%, hsla(0, 0%, 100%, 0.3) 100%) 100% 100%, linear-gradient(360deg, hsla(0, 0%, 100%, 0.3) 0%, hsla(0, 0%, 100%, 0) 100%) 0% 100%;
  background-repeat: no-repeat;
  background-size: 50% 50%;
  top: -1px;
  bottom: -1px;
  left: -1px;
  right: -1px;
}

.spinner::after {
  background: white;
  border-radius: 50%;
  top: 9%;
  bottom: 9%;
  left: 9%;
  right: 9%;
}

.toast {
  position: fixed;
  bottom: -100px;
  opacity: 0;
  -webkit-transition: opacity linear 0.45s, bottom linear 0.45s;
  transition: opacity linear 0.45s, bottom linear 0.45s;
  will-change: opacity;
  padding: 10px 20px;
  background-color: #1D2023;
  color: white;
  border-radius: 14px;
  font-size: 20px;
  line-height: 1.6;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  z-index: 100001;
  right: 100px;
}

.toast.on {
  opacity: 1;
}

.toast svg {
  margin-right: 5px;
}

.grid {
  display: -ms-grid;
  display: grid;
}

.grid > * {
  margin: 0.5rem;
  overflow: hidden;
  -webkit-transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.4s ease, -webkit-transform 0.3s ease;
  transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.4s ease, transform 0.3s ease;
  transition: opacity 0.4s ease, max-height 0.6s ease, margin 0.4s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
  max-height: 700px;
  opacity: 1;
  will-change: opacity;
}

.grid > *.hide {
  opacity: 0 !important;
  max-height: 0 !important;
  padding-block: 0 !important;
  margin-block: 0 !important;
  -webkit-transform: translateY(20px);
      -ms-transform: translateY(20px);
          transform: translateY(20px);
}

.grid + button {
  display: block;
  margin: 0 auto;
}

.cards > * {
  border-radius: var(--border);
  position: relative;
}

.cards.hotels > *,
.mapCard > * {
  width: 318px;
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  line-height: 20px;
  background-color: #FFFFFF;
  -webkit-transition: background-color ease 0.3s;
  transition: background-color ease 0.3s;
}

.cards.hotels > * > span,
.mapCard > * > span {
  position: absolute;
  z-index: 1;
}

.cards.hotels > * > span,
.mapCard > * > span {
  top: 8px;
  left: 7.67px;
  background-color: #FFFFFF;
  border-radius: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.cards.hotels > * > span > span svg:hover,
.cards.hotels > * > span > span img:hover,
.mapCard > * > span > span svg:hover,
.mapCard > * > span > span img:hover {
  -webkit-transform: scale(1.2);
      -ms-transform: scale(1.2);
          transform: scale(1.2);
}

.cards.hotels > * > span > span img,
.mapCard > * > span > span img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.cards.hotels > * > span > span:not(:first-child),
.mapCard > * > span > span:not(:first-child) {
  position: relative;
  overflow: visible;
}

.cards.hotels > * > span > span:not(:first-child):before,
.mapCard > * > span > span:not(:first-child):before {
  display: block;
  position: absolute;
  content: "";
  top: 11px;
  left: 0;
  height: 18px;
  width: 1px;
  background-color: rgba(98, 108, 119, 0.2);
}

.cards.hotels > * > button,
.cards.hotels > * > span > span,
.mapCard > * > button,
.mapCard > * > span > span {
  line-height: 0;
  padding: 8px;
  border: 0;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.cards.hotels > * .save,
.mapCard > * .save {
  top: 8px;
  right: 8px;
}

.cards.hotels > * > div,
.mapCard > * > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 12px 12px;
}

.cards.hotels > * > div > span,
.mapCard > * > div > span {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 2px;
}

.cards.hotels > * > div > span > .star,
.mapCard > * > div > span > .star {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 1px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cards.hotels > * > div > span > .name,
.mapCard > * > div > span > .name {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards.hotels > * > div > p,
.mapCard > * > div > p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  gap: 4px;
  color: var(--text-secondary);
  font-size: 0.875em;
  margin-bottom: 6px;
}

.cards.hotels > * > div > p > span,
.mapCard > * > div > p > span {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards.hotels > * > div > .review-short,
.mapCard > * > div > .review-short {
  margin-bottom: 10px;
}

.cards.hotels > * > div .services,
.mapCard > * > div .services {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 10px;
}

.cards.hotels > * > div .services > div,
.mapCard > * > div .services > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 264.67px;
  min-width: 0;
  overflow: hidden;
}

.cards.hotels > * > div .services > div > span,
.mapCard > * > div .services > div > span {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  position: relative;
  padding-left: 18px;
  white-space: nowrap;
  font-size: 0.875em;
}

.cards.hotels > * > div .services > div > span > svg,
.mapCard > * > div .services > div > span > svg {
  display: none;
}

.cards.hotels > * > div .services > div > span:not(:first-child)::before,
.mapCard > * > div .services > div > span:not(:first-child)::before {
  content: "•";
  position: absolute;
  left: 7px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  color: black;
  font-weight: 600;
}

.cards.hotels > * > div .services > div > span:first-child,
.mapCard > * > div .services > div > span:first-child {
  padding-left: 0;
}

.cards.hotels > * > div .services > div:after,
.mapCard > * > div .services > div:after {
  content: "...";
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), to(rgb(255, 255, 255)));
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 100%);
  pointer-events: none;
  visibility: hidden;
  padding-right: 4px;
  font-size: 0.875em;
  color: var(--text-primary);
  z-index: 1;
}

.cards.hotels > * > div .services > div:hover::after,
.cards.hotels > * > div .services > div:has(+ :hover):after,
.mapCard > * > div .services > div:hover::after,
.mapCard > * > div .services > div:has(+ :hover):after {
  visibility: visible;
}

@supports (overflow: clip) {
  .cards.hotels > * > div .services > div,
  .mapCard > * > div .services > div {
    overflow: clip;
    mask-image: linear-gradient(to right, black 0%, black calc(100% - 40px), transparent 100%);
    -webkit-mask-image: linear-gradient(to right, black 0%, black calc(100% - 40px), transparent 100%);
  }

  .cards.hotels > * > div .services > div:after,
  .mapCard > * > div .services > div:after {
    display: none;
  }
}

.cards.hotels > * > div .services > button,
.mapCard > * > div .services > button {
  position: absolute;
  right: 0;
  z-index: 1;
  border: unset;
  background-color: var(--secondary-light);
  color: var(--text-primary);
  padding: 1px 4px;
  border-radius: 4px;
  cursor: pointer;
}

.cards.hotels > * > div .pr-c,
.mapCard > * > div .pr-c {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: auto;
}

.cards.hotels > * > div .pr-c > .price,
.mapCard > * > div .pr-c > .price {
  color: var(--text-secondary);
  font-size: 0.875em;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.cards.hotels > * > div .pr-c > .price > span,
.mapCard > * > div .pr-c > .price > span {
  font-size: 1.25em;
  color: var(--text-primary);
  font-weight: 700;
}

.cards.hotels > * > div .pr-c > .book,
.mapCard > * > div .pr-c > .book {
  border-radius: 12px;
  padding: 0px 16px;
  width: 141px;
  height: 44px;
  cursor: pointer;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  margin-left: auto;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}

.cards.hotels > * > img,
.cards.hotels > * picture img,
.mapCard > * > img,
.mapCard > * picture img {
  width: 100%;
  height: 180px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.cards.hotels > article:hover,
.mapCard > article:hover {
  background-color: #efefef;
}

.hotel-services-full {
  display: none;
  background-color: #FFFFFF;
  z-index: 2;
  padding: 12px;
  -webkit-box-shadow: 0 2px 24px 0 rgba(13, 13, 13, 0.1019607843);
          box-shadow: 0 2px 24px 0 rgba(13, 13, 13, 0.1019607843);
  border-radius: 14px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
  gap: 8px;
}

.hotel-services-full[data-show] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-services-full > ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.hotel-services-full > ul > li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  height: 26px;
}

.hotel-services-full > button {
  cursor: pointer;
  border: none;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 24px;
          flex: 1 1 24px;
  padding: 4px;
  border-radius: 6px;
}

.hotel-services-full:before {
  content: "";
  position: absolute;
  top: 50%;
  left: -10px;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 10px 10px 10px 0;
  border-color: transparent #FFFFFF transparent transparent;
}

.hotel-services-full[data-popper-placement=right-start]:before {
  border-width: 10px 10px 10px 0;
  left: -10px;
}

.hotel-services-full[data-popper-placement=left-start]:before {
  border-width: 10px 0 10px 10px;
  right: -9px;
  left: unset;
  border-color: transparent transparent transparent #FFFFFF;
}

.save {
  position: absolute;
  cursor: pointer;
  border: none;
  z-index: 1;
}

.save svg {
  -webkit-transition: fill 0.2s ease, -webkit-transform 0.3s ease;
  transition: fill 0.2s ease, -webkit-transform 0.3s ease;
  transition: fill 0.2s ease, transform 0.3s ease;
  transition: fill 0.2s ease, transform 0.3s ease, -webkit-transform 0.3s ease;
}

.save:hover svg {
  fill: #FF3B30;
  -webkit-transform: scale(1.1);
      -ms-transform: scale(1.1);
          transform: scale(1.1);
}

.save.on svg {
  fill: #FF3B30;
}

.save .float-heart {
  position: absolute;
  top: 50%;
  left: 50%;
  font-size: 16px;
  z-index: 10;
  pointer-events: none;
  margin: -8px 0 0 -8px;
  -webkit-animation: floatHeart 3s ease-out forwards;
          animation: floatHeart 3s ease-out forwards;
}

@-webkit-keyframes floatHeart {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(2);
            transform: scale(2);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

@keyframes floatHeart {
  0% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  25% {
    opacity: 1;
    -webkit-transform: scale(2);
            transform: scale(2);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.review-short {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  height: 22px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  color: var(--text-primary);
}

.review-short > span {
  width: 26px;
  height: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 6px;
  color: white;
  background-color: var(--green);
}

.widget[data-widget=hotels] {
  background-color: var(--secondary-light);
  border-radius: 16px;
}

.widget[data-widget=hotels] > .h {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 12px 0 8px 12px;
}

.widget[data-widget=hotels] > .h > span {
  font-size: 18px;
  font-weight: 500;
  margin: 0;
}

.widget[data-widget=hotels] > .h > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--link);
  font-size: 13px;
}

.widget[data-widget=hotels] > .grid {
  grid-template-columns: repeat(auto-fit, 305px);
  gap: 12px;
}

.widget[data-widget=hotels] > .grid > * {
  width: 305px;
}

.widget[data-widget=hotelsMapDesktop] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 450px;
  overflow: hidden;
  border-radius: 12px;
}

.widget[data-widget=hotelsMapDesktop] > button {
  opacity: 0;
  position: absolute;
  top: 16px;
  right: 10px;
  border: unset;
  padding: 10px;
  background-color: #FFFFFF;
  border-radius: 10px;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  cursor: pointer;
  will-change: opacity;
  -webkit-transition: opacity ease 1.3s;
  transition: opacity ease 1.3s;
}

.widget[data-widget=hotelsMapDesktop] > .map {
  height: 100%;
  width: 100%;
  border-radius: 10px;
  overflow: hidden;
}

.widget[data-widget=hotelsMapDesktop][data-inited] {
  display: block;
}

.widget[data-widget=hotelsMapDesktop][data-inited] > button {
  opacity: 1;
}

.map-widget-full-map {
  width: 100%;
  height: 100%;
}

.map-widget-full-map .mapCard {
  z-index: 1;
}

.map {
  width: 100%;
  height: calc(100dvh - 57px);
}

.customPlacemark {
  position: relative;
  left: -40px;
  top: -14px;
}

.customPlacemark .content {
  padding: 6.5px 8px;
  background-color: #fff;
  border-radius: 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1;
  color: #0d0d0d;
  white-space: nowrap;
  -webkit-box-shadow: 0 1px 7.8px 0 rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0 1px 7.8px 0 rgba(0, 0, 0, 0.1490196078);
  -webkit-transition: 0.1s ease-in-out;
  transition: 0.1s ease-in-out;
  cursor: pointer;
}

.customPlacemark .content.active {
  background-color: #ffcb11;
}

.customPlacemark .content.viewed {
  color: #626c77;
}

.customPlacemark.recommended {
  outline: 2px solid var(--yellow);
}

.customCluster span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 100%;
  border: 2px solid #ffffff;
  background-color: #0d0d0d;
  color: #ffffff;
  -webkit-box-shadow: 0px 1px 7.8px 0px rgba(0, 0, 0, 0.1490196078);
          box-shadow: 0px 1px 7.8px 0px rgba(0, 0, 0, 0.1490196078);
  font-size: 12px;
  font-weight: 400;
  line-height: 1;
}

.img-poi {
  position: relative;
  --img-size: 72px;
  width: var(--img-size);
  height: var(--img-size);
  border-radius: 16px;
  top: -80px;
  left: -33px;
}

.img-poi > a.price {
  position: absolute;
  left: -10px;
  top: -40px;
  padding: 8px;
  border-radius: 10px;
  background-color: #FFFFFF;
  white-space: nowrap;
  font-weight: 500;
  color: var(--text-primary);
}

.img-poi > img {
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  background-color: white;
  padding: 4px;
  border-radius: 16px;
}

.img-poi:after {
  content: "";
  position: absolute;
  left: 19px;
  bottom: -31px;
  border: 16px solid transparent;
  border-top: 16px solid white;
}

.customPlacemarkAttractions > * {
  width: 64px;
  height: 64px;
}

.customPlacemarkAttractions > * > svg {
  height: 100%;
  width: 100%;
  -webkit-box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 2px 15px 0 rgba(0, 0, 0, 0.2);
}

.mapCard {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  left: 26px;
  right: 26px;
  bottom: -390px;
  background-color: transparent;
  pointer-events: none;
  -webkit-transition: bottom linear 0.3s;
  transition: bottom linear 0.3s;
}

.mapCard .close {
  position: absolute;
  top: -50px;
  right: calc(50% - 150px);
  width: 35px;
  height: 35px;
  padding: 8px 8px;
  background-color: white;
  border-radius: var(--border);
  border: none;
  cursor: pointer;
}

.mapCard.on {
  bottom: 20px;
  pointer-events: all;
}

.mapCard > article {
  max-width: 308px;
  width: 100%;
}

.mapCard > article > .photos {
  --height: 180px;
}

.mapCard > article > .aside {
  padding: 16px 0;
  margin-top: 0;
}

.rooms-items > form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 10px;
  z-index: 2;
  padding: 0;
  border: 0;
}

.rooms-items > form > label {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 20px auto;
  grid-template-columns: 20px auto;
  gap: 12px;
  padding: 16px;
  background-color: rgba(246, 246, 247, 0.5019607843);
  border: 1px solid #eff0f1;
  border-radius: var(--border);
  -webkit-transition: border 0.3s ease;
  transition: border 0.3s ease;
  font-weight: 600;
  font-size: 1.143rem;
  cursor: pointer;
}

.rooms-items > form > label > .radio-btn {
  background-color: #fff;
  border: 1px solid grey;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 20px;
          flex: 0 0 20px;
  height: 20px;
  border-radius: 100%;
  -webkit-transition: background-color 0.15s ease, border 0.15s ease;
  transition: background-color 0.15s ease, border 0.15s ease;
  margin-top: 2px;
}

.rooms-items > form > label > .radio-btn:after {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 8px;
  height: 8px;
  background-color: #0d0d0d;
  border-radius: 100%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  opacity: 0;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
  content: "";
}

.rooms-items > form > label > .label {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "name rate-plan price" "count rate-plan price";
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-grid-columns: minmax(320px, -webkit-max-content) minmax(170px, auto) minmax(180px, auto);
  -ms-grid-columns: minmax(320px, max-content) minmax(170px, auto) minmax(180px, auto);
  grid-template-columns: minmax(320px, -webkit-max-content) minmax(170px, auto) minmax(180px, auto);
  grid-template-columns: minmax(320px, max-content) minmax(170px, auto) minmax(180px, auto);
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.rooms-items > form > label > .label > .name {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: name;
}

.rooms-items > form > label > .label > .rate-plan {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: rate-plan;
  font-weight: 500;
  font-size: 0.95rem;
  text-align: center;
  background-color: var(--primary);
  border-radius: 6px;
  padding: 0 6px;
  height: 25px;
}

.rooms-items > form > label > .label > .count {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: count;
  color: #626C77;
  font-size: 1rem;
  font-weight: 400;
}

.rooms-items > form > label > .label > .price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "price" "for";
  grid-area: price;
  gap: 2px;
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
}

.rooms-items > form > label > .label > .price > .value {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  grid-area: price;
}

.rooms-items > form > label > .label > .price > .for {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: for;
  font-weight: 400;
  color: #626C77;
}

.rooms-items > form > input {
  display: none;
}

.rooms-items > form > input:checked + label {
  border-color: var(--primary);
}

.rooms-items > form > input:checked + label > .radio-btn {
  background-color: var(--primary);
  border-color: var(--primary);
}

.rooms-items > form > input:checked + label > .radio-btn:after {
  opacity: 1;
}

.csl {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap !important;
      flex-wrap: nowrap !important;
  scroll-padding: 20px;
  -webkit-padding-end: 20px;
          padding-inline-end: 20px;
  margin: 0 -20px;
  padding: 0 20px;
}

.csl > * {
  list-style-type: none;
  scroll-snap-align: start;
  scroll-snap-stop: always;
}

.badges {
  --gap: 6px;
}

.badges > span,
.badges > a {
  padding: 7px 8px;
  color: var(--text-primary);
  font-size: 0.847rem;
  border-radius: 6px;
}

.badges.gray > span,
.badges.gray > a {
  background-color: var(--secondary-light);
}

.hotel-catalog {
  display: -ms-grid;
  display: grid;
  width: 100%;
  margin: 0 0 12px 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: 250px;
  border-radius: 14px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  overflow: hidden;
  /*&:hover {
    background-color: #f6f6f6;
  }*/
}

.hotel-catalog > .main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.hotel-catalog > .main .photos {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 200px;
          flex: 0 0 200px;
}

.hotel-catalog > .main .photos > picture img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}

.hotel-catalog > .main .photos > button {
  top: 8px;
  right: 8px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  border: none;
}

.hotel-catalog > .main > div:last-child {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 100%;
  padding: 14px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-width: 0;
  gap: 40px;
}

.hotel-catalog > .main .content {
  overflow: hidden;
}

.hotel-catalog > .main .content > span {
  font-weight: 700;
  font-size: 16px;
  color: #0d0d0d;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-catalog > .main .content .address {
  font-weight: 400;
  font-size: 14px;
  color: #626c77;
  padding-bottom: 6px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.hotel-catalog > .main .content .stats {
  padding-bottom: 14px;
}

.hotel-catalog > .main .content .promo {
  font-weight: 400;
  font-size: 14px;
  color: #fb6000;
}

.hotel-catalog > .main .content > ul {
  list-style-type: none;
  margin: 0;
  padding: 8px 0 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-column-gap: 14px;
     -moz-column-gap: 14px;
          column-gap: 14px;
  row-gap: 6px;
}

.hotel-catalog > .main .content > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.hotel-catalog > .main .info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: end;
  width: 150px;
  position: relative;
}

.hotel-catalog > .main .info > span:first-child {
  position: absolute;
  top: 0;
}

.hotel-catalog > .main .info .recommend {
  border: 1px solid rgba(98, 108, 119, 0.1);
  border-radius: 100px;
  padding: 0 10px;
  width: 127px;
  min-height: 38px;
  background: rgba(246, 247, 248, 0.5);
  font-weight: 500;
  font-size: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
}

.hotel-catalog > .main .info .percent {
  font-weight: 500;
  font-size: 12px;
  color: #804aff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  text-wrap: nowrap;
  margin-bottom: 14px;
}

.hotel-catalog > .main .info .percent img {
  width: 20px;
  height: 20px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.hotel-catalog > .main .info .price {
  font-weight: 400;
  font-size: 13px;
  color: #626c77;
  line-height: 138%;
  margin-bottom: 8px;
  text-align: end;
}

.hotel-catalog > .main .info .price > span:first-child {
  font-weight: 700;
  font-size: 20px;
  color: #0d0d0d;
}

.hotel-catalog > .main .info .primary {
  border-radius: 10px;
  padding: 0 16px;
  width: 141px;
  height: 44px;
  font-weight: 400;
  font-size: 15px;
  background: var(--secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: #0d0d0d;
  text-decoration: unset;
  -webkit-transition: background-color ease-in-out 0.3s;
  transition: background-color ease-in-out 0.3s;
}

.hotel-catalog > .main .info .primary:hover {
  background: var(--secondary-darken);
}

.hotel-catalog > .main .info:before {
  content: "";
  height: 100%;
  width: 1px;
  background: #f6f7f8;
  position: absolute;
  left: -25px;
}

.hotel-catalog .search-in-widget .search-w {
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 15px auto;
      grid-template-areas: "heading heading" "dates guests";
  -ms-grid-columns: 2fr 7px 1fr;
  grid-template-columns: 2fr 1fr;
  border-radius: 16px;
  padding: 16px 14px 12px 14px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  row-gap: 15px;
  -webkit-column-gap: 7px;
     -moz-column-gap: 7px;
          column-gap: 7px;
  font-size: 0.938rem;
  color: var(--text-secondary);
}

.hotel-catalog .search-in-widget .search-w > form {
  display: none;
}

.hotel-catalog .search-in-widget .search-w > h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: heading;
  font-weight: 500;
  font-size: 1.375em;
  color: #0d0d0d;
  padding: 0 4px;
  margin: 0;
}

.hotel-catalog .search-in-widget .search-w > .period,
.hotel-catalog .search-in-widget .search-w > .people,
.hotel-catalog .search-in-widget .search-w > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.9375em;
  gap: 0.35em;
  width: 100%;
  cursor: pointer;
}

.hotel-catalog .search-in-widget .search-w > .period,
.hotel-catalog .search-in-widget .search-w > .people {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 17px 12px;
  background-color: #f6f7f8;
}

.hotel-catalog .search-in-widget .search-w > .period.error,
.hotel-catalog .search-in-widget .search-w > .people.error {
  -webkit-box-shadow: inset 0 0 10px 0 var(--orange);
          box-shadow: inset 0 0 10px 0 var(--orange);
  outline: 2px solid var(--orange);
}

.hotel-catalog .search-in-widget .search-w > .period:hover,
.hotel-catalog .search-in-widget .search-w > .people:hover {
  background-color: #f9f9f9;
}

.hotel-catalog .search-in-widget .search-w > .period {
  -ms-grid-row: 3;
  -ms-grid-column: 1;
  grid-area: dates;
  line-height: initial;
}

.hotel-catalog .search-in-widget .search-w .people {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: guests;
}

.hotel-catalog .search-in-widget .search-w > .period,
.hotel-catalog .search-in-widget .search-w > .people {
  position: relative;
}

.hotel-catalog .search-in-widget .search-w > .period {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.hotel-catalog .search-in-widget .search-w svg {
  fill: transparent;
}

.hotel-catalog .search-in-widget .search-w.on {
  --hover-color: #f9f9f9;
  background-color: #f1f1f1;
  z-index: 1;
}

.hotel-catalog .search-in-widget .search-w.on > .period,
.hotel-catalog .search-in-widget .search-w.on > .people {
  background-color: var(--hover-color);
}

.hotel-catalog .search-in-widget .search-w.on > .period.on,
.hotel-catalog .search-in-widget .search-w.on > .people.on {
  background-color: var(--hover-color);
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
}

.hotel-catalog .rooms-list {
  padding: 0 14px 14px;
  /*.badges
  {
    display: flex;
    gap: 8px;
    margin-bottom: 10px;

    button
    {
      padding: 17px;
      background-color: var(--secondary-light);
      border: none;
      border-radius: 6px;
      overflow: hidden;
      cursor: pointer;

      &.on
      {
        background-color: var(--primary);
        font-weight: 500;
      }
    }
  }*/
}

.hotel-catalog .rooms-list .price-container {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "price btn" "priceFor btn";
  -webkit-box-pack: right;
      -ms-flex-pack: right;
          justify-content: right;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 10px;
}

.hotel-catalog .rooms-list .price-container .price {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  grid-area: price;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
}

.hotel-catalog .rooms-list .price-container .price-for {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: priceFor;
  line-height: 130%;
  font-size: 16px;
  color: var(--text-secondary);
}

.hotel-catalog .rooms-list .price-container > a {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: btn;
  background-color: var(--primary);
  font-weight: 400;
  text-decoration: none;
}

.hotel-catalog .rooms-list .price-container > a:hover {
  background-color: var(--primary-darken);
}

.widget[data-widget=hotelWithSearch] {
  margin: 20px 0;
}

.btn {
  height: 48px;
  padding: 0 42px;
  border: none;
  border-radius: 8px;
  font-size: 1.14rem;
  font-weight: 500;
  line-height: 1.1;
  color: #000;
  cursor: pointer;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.btn.primary {
  background: #ffcb11;
}

.btn.primary:hover {
  background: #FFC02D;
}

.btn.primary:focus {
  background: #FAB619;
}

.btn.inline {
  height: auto;
  padding: 5px 0;
  background-color: rgba(0, 0, 0, 0);
  border: none;
  color: #0070f0;
  font-weight: 400;
}

.btn.icon {
  width: 38px;
  height: 38px;
  padding: 0;
  border-radius: 8px;
  background-color: var(--white);
  -webkit-box-shadow: var(--shadowBtn);
          box-shadow: var(--shadowBtn);
}

.btn.icon:hover {
  color: #737373;
}

a.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guests-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 334px;
  background-color: #FFFFFF;
  border-radius: 14px;
  padding: 14px;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  gap: 14px;
  line-height: 20px;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
  will-change: opacity;
}

.guests-form.on {
  opacity: 1;
  visibility: visible;
}

.guests-form select {
  display: none;
}

.guests-form > * {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 108px;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guests-form > * > .guest-line__counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.guests-form > * > .guest-line__counter > div {
  width: 18px;
  text-align: center;
}

.guests-form > * > .guest-line__counter > button {
  padding: 8px;
  background-color: var(--secondary-light);
  border-radius: 10px;
  border: unset;
  cursor: pointer;
}

.grid.blogCardMore {
  -ms-grid-columns: (1fr)[3];
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 12px;
}

.grid.blogCardMore > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  position: relative;
  border-radius: 1rem;
  margin: 0;
  overflow: hidden;
  background-color: var(--secondary-light);
}

.grid.blogCardMore > article > img {
  width: 100%;
  height: 200px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
}

.grid.blogCardMore > article > div {
  padding: 0.75rem;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.grid.blogCardMore > article > div > h3 {
  font-size: 1.125rem;
  font-weight: 500;
  padding-bottom: 0.5rem;
  -webkit-transition: opacity 0.25s ease-in-out;
  transition: opacity 0.25s ease-in-out;
  will-change: opacity;
  height: 67px;
  overflow: hidden;
}

.grid.blogCardMore > article > div > p {
  --row: 3;
  position: relative;
  font-size: 0.9rem;
  max-height: 62px;
  line-height: 1.5;
  margin-bottom: 25px;
}

.grid.blogCardMore > article > div > p > .more {
  position: absolute;
  bottom: -3px;
  right: 0;
  color: var(--link);
  line-height: 1.5;
  font-size: 0.9rem;
  width: 155px;
  text-align: right;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), color-stop(40%, var(--secondary-light)), to(var(--secondary-light)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, var(--secondary-light) 40%, var(--secondary-light) 100%);
}

.grid.blogCardMore > article > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 0.85rem;
  color: #626262;
  justify-self: flex-end;
  -webkit-box-flex: 1;
      -ms-flex: 1 1 0px;
          flex: 1 1 0;
}

.grid.blogCardMore > article > div > div > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 3px;
}

.grid.blogCardMore > article:hover > div > h3 {
  opacity: 0.7;
}

/**
 * Swiper 11.2.10
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: June 28, 2025
 */

@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

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

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

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

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

.swiper-horizontal {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
}

.swiper-vertical {
  -ms-touch-action: pan-x;
      touch-action: pan-x;
}

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

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

/* Auto Height */

.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

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

.swiper-backface-hidden .swiper-slide {
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}

/* 3D Effects */

.swiper-3d.swiper-css-mode .swiper-wrapper {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

/* CSS Mode */

.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  -ms-scroll-snap-type: none;
      scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -webkit-box-ordinal-group: 10000;
      -ms-flex-order: 9999;
          order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-start: var(--swiper-centered-offset-before);
          margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  -webkit-margin-before: var(--swiper-centered-offset-before);
          margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */

/* 3D Shadows */

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

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

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

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

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

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

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
      -ms-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

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

  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

/* Slide styles end */

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

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

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

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

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

/* Navigation font start */

.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */

.slider {
  position: relative;
  margin-left: -12px;
}

.slider > div {
  -ms-touch-action: pan-y;
      touch-action: pan-y;
  padding-left: 12px;
  padding-right: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  z-index: 0;
}

.slider > div > div {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  padding-bottom: 12px;
}

.slider > .slider-next,
.slider > .slider-prev {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  width: 40px;
  background-color: #fff;
  border-radius: 10px;
  border: none;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  opacity: 1;
  visibility: visible;
  cursor: pointer;
  z-index: 0;
  top: calc(50% - 24px);
}

.slider .slider-prev.swiper-button-disabled,
.slider .slider-next.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.slider > .slider-prev {
  left: -24px;
}

.slider > .slider-next {
  right: -24px;
}

.slider .slider-pagination {
  display: none;
}

.seasons > .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 12px))[4];
  grid-template-columns: repeat(4, calc(25% - 12px));
  gap: 16px;
}

.seasons > .cards > div {
  border-radius: 20px;
  padding: 10px;
  height: 108px;
  background: #f6f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seasons > .cards > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.seasons > .cards > div > div > span {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary);
}

.seasons > .cards > div > div > span:last-child {
  font-weight: 400;
  font-size: 13px;
  color: #626c77;
}

.seasons > .cards > div ul {
  list-style: none;
  border-radius: 16px;
  padding: 12px;
  width: 104px;
  height: 96px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}

.seasons > .cards > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0d0d0d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.seasons > .cards > div ul li:hover {
  color: hsl(from var(--text-secondary) h s calc(l - 8));
}

.seasons > .cards > div ul li:nth-child(3) {
  color: #626c77;
}

.seasons > .cards > div ul > hr {
  width: 62.4%;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 0 auto;
  height: 0;
}

.seasons > .cards > div:hover {
  background: #efefef;
}

.months-list > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}

.months-list > div .slider-prev,
.months-list > div .slider-next {
  top: calc(50% - 30px);
}

.months-list > div .slider > .slider-next {
  right: -35px;
}

.months-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
  width: calc(100% - 95px);
}

.months-weather .month {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  height: 100%;
  width: 68px;
}

.months-weather .month > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px;
  border-radius: 16px;
  width: 100%;
  height: 82px;
  background: #f6f7f8;
}

.months-weather .month > ul > hr {
  width: 62.4%;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 8px auto;
}

.months-weather .month > ul > li {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  width: 34px;
  text-align: center;
  line-height: 122%;
  color: #0d0d0d;
}

.months-weather .month > ul > li:first-child:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -2px;
  width: 35px;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 0 auto;
}

.months-weather .month:nth-of-type(2n) > ul {
  background: white;
}

.months-weather .month > span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #626c77;
  margin: 0;
  -webkit-transition: color ease 0.3s, font-weight linear 0.2s;
  transition: color ease 0.3s, font-weight linear 0.2s;
}

.months-weather .month:hover > span {
  color: #454b53;
  font-weight: 500;
}

.day__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 11px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: white;
}

.day__wrapper > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #0d0d0d;
}

.day__wrapper > span:nth-child(2) {
  color: #626c77;
}

.temp-list .csl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  height: 94px;
}

.temp-list .csl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.temp-list .csl > div > span:nth-child(1) {
  border-radius: 16px;
  width: 68px;
  height: 68px;
  background: rgba(0, 112, 240, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #0d0d0d;
}

.temp-list .csl span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #626c77;
  margin: 0;
}

.slider.img {
  margin-bottom: 0 !important;
}

.charts > article {
  display: block;
  min-height: 146px;
  margin-top: 24px;
}

.charts > article canvas {
  height: 400px !important;
  width: 100%;
}

.charts > article:nth-child(2) {
  margin-bottom: 32px;
}

.cards.infrostruction > * {
  width: 270px;
}

.map-card {
  z-index: 100;
  position: absolute;
  right: 60px;
  top: 60px;
}

.map-card > article {
  background: var(--white);
}

.map-card .info-card-close {
  position: absolute;
  top: 10px;
  right: 10px;
  border-radius: 12px;
  width: 40px;
  height: 40px;
  z-index: 1001;
  background: var(--white);
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  font-size: 24px;
  line-height: 1;
}

.modal .map-card {
  right: 150px;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
}

.search-place {
  border-radius: 14px;
  width: 300px;
  height: 99%;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  background: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: absolute;
  left: 3px;
  top: 3px;
  z-index: 10;
}

.search-place .bar-form {
  border-radius: 12px;
  padding: 0px 10px 0px 12px;
  width: 280px;
  height: 48px;
  background: var(--secondary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: relative;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin: 10px;
}

.search-place .bar-form input {
  border: none;
  outline: none;
  background: transparent;
  height: 100%;
  padding-right: 24px;
  font-weight: 400;
  font-size: 15px;
  line-height: 147%;
  color: var(--gray);
}

.search-place .bar-form .searchIcon {
  opacity: 1;
  position: absolute;
  right: 12px;
}

.search-place .bar-form .closeIcon {
  opacity: 0;
  position: absolute;
  right: 12px;
  cursor: pointer;
}

.search-place .bar-form.has-value .searchIcon {
  opacity: 0;
}

.search-place .bar-form.has-value .closeIcon {
  opacity: 1;
}

.search-place .cat-cont {
  width: 100%;
}

.search-place .cat-cont.grid {
  display: -ms-grid;
  display: grid;
  grid: "btn btn" auto "aside list" 1fr/38px 1fr;
  gap: 12px;
  height: 80vh;
  overflow-y: auto;
}

.search-place .cat-cont.grid > * {
  margin: 0;
}

.search-place .cat-cont.grid > span {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: btn;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 6px;
  font-weight: 500;
  font-size: 18px;
  line-height: 122%;
  position: relative;
  padding-bottom: 10px;
  cursor: pointer;
  padding-left: 10px;
}

.search-place .cat-cont.grid > span.scrolled {
  -webkit-box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
          box-shadow: 0 4px 6px -2px rgba(0, 0, 0, 0.1);
  padding: 0 10px 10px 10px;
  z-index: 2;
}

.search-place .cat-cont.grid > span::after {
  content: "";
  position: absolute;
  top: 18px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(98, 108, 119, 0.1);
  display: block;
  margin: 12px 0;
}

.search-place .cat-cont.grid > .search-aside {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: aside;
  width: 38px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  padding: 0;
  margin: 0;
  margin-left: 10px;
}

.search-place .cat-cont.grid > .search-aside li {
  all: unset;
}

.search-place .cat-cont.grid > .search-aside li > button {
  border-radius: 12px;
  width: 38px;
  height: 38px;
  background: var(--secondary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: none;
  cursor: pointer;
}

.search-place .cat-cont.grid > .search-aside li > button:hover {
  background: #eaeaee;
}

.search-place .cat-cont.grid > .search-aside li > button.active {
  background: #1d2023;
}

.search-place .cat-cont.grid > .search-aside li > button.active > svg {
  fill: #fff !important;
  color: #fff !important;
}

.search-place .cat-cont.grid > .search-aside li > button > svg {
  fill: currentColor !important;
  color: var(--color) !important;
}

.search-place .cat-cont.grid > ul:nth-child(2) {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: list;
  padding: 10px;
}

.search-place .categories {
  all: unset;
  display: -ms-grid;
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
  row-gap: 16px;
  margin-right: 10px;
  margin-left: 10px;
}

.search-place .categories .no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 0px 8px;
}

.search-place .categories .no-results > svg {
  color: #626C77;
  fill: #fff;
  margin-bottom: 12px;
}

.search-place .categories .no-results > span:first-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 4px;
}

.search-place .categories .no-results > span:last-of-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray);
}

.search-place .categories > li {
  all: unset;
  position: relative;
  cursor: pointer;
}

.search-place .categories > li > button {
  all: unset;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 84px;
  gap: 6px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
}

.search-place .categories > li > button span:first-child {
  border-radius: 18px;
  width: 50px;
  height: 50px;
  background: var(--secondary-light);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.search-place .categories > li > button span:first-child:hover {
  background: #eaeaee;
}

.search-place .categories > li > button span:first-child .icon use {
  fill: currentColor;
  color: var(--color);
}

.search-place .categories > li > button span:last-child {
  font-weight: 400;
  font-size: 12px;
  line-height: 117%;
  text-align: center;
  color: var(--text-secondary);
}

.search-place .categories.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
  height: 350px;
  overflow-y: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.search-place .categories.flex::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
  background: transparent;
}

.search-place .categories.flex.lg {
  height: 100%;
}

.search-place .categories.flex > li > article {
  display: -ms-grid;
  display: grid;
      grid-template-areas: "title icon" "info icon";
  cursor: pointer;
}

.search-place .categories.flex > li > article > h3 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-weight: 500;
  font-size: 15px;
  line-height: 133%;
  margin-bottom: 2px;
  cursor: pointer;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 100%;
}

.search-place .categories.flex > li > article > div {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: info;
  min-width: 0;
}

.search-place .categories.flex > li > article > div .schedule {
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-place .categories.flex > li > article > div .phone,
.search-place .categories.flex > li > article > div .address {
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  color: var(--text-secondary);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.search-place .categories.flex > li > article > div .phone a {
  color: var(--text-secondary);
  margin-top: 2px;
}

.search-place .categories.flex > li > article > div .address {
  font-style: normal;
  margin-top: 6px;
}

.search-place .categories.flex > li > article > img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: icon;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-left: auto;
  max-width: 100%;
  height: auto;
  border: 1px solid rgba(98, 108, 119, 0.2);
  border-radius: 12px;
  margin-right: 1px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  width: 42px;
  height: 42px;
}

.search-place .categories.flex > li .visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  margin: -1px;
  overflow: hidden;
}

.search-place .categories.flex > li:not(:last-child)::after {
  content: "";
  position: absolute;
  bottom: -10px;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: rgba(98, 108, 119, 0.1);
}

.img-poi > a {
  display: none;
}

.img-poi:after {
  bottom: -30px;
}

[data-modal=mapCatalogWidget] > button {
  border-radius: 12px;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: var(--shadowBtnNew);
          box-shadow: var(--shadowBtnNew);
  background: var(--white);
  border: none;
  font-size: 30px;
}

.attr-map-widget {
  width: 100%;
  height: 100%;
  position: relative;
}

.attr-map-widget .ymaps-close-button {
  border-radius: 12px;
  padding: 0px 16px 0px 14px;
  width: 126px;
  height: 44px;
  -webkit-box-shadow: var(--shadowBtnNew);
          box-shadow: var(--shadowBtnNew);
  background: var(--white);
  border: none;
  cursor: pointer;
  font-weight: 500;
  font-size: 16px;
  line-height: 125%;
  letter-spacing: 0em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 8px;
}

.attr-map-widget .ymaps-close-button > span:first-child {
  font-size: 30px;
  font-weight: 300;
  margin-bottom: 3px;
}

.attr-map-widget .search-place {
  top: 16px;
  left: 16px;
  bottom: 16px;
  height: calc(99% - 32px);
}

.attr-map-widget .img-poi {
  --img-size: 42px;
  top: -42px;
  left: -21px;
  border-radius: 12px;
}

.attr-map-widget .img-poi > a {
  display: none;
}

.attr-map-widget .img-poi > img {
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  padding: 3px;
  border-radius: 12px;
  background-color: var(--white);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.attr-map-widget .img-poi:after {
  content: "";
  position: absolute;
  left: 14px;
  bottom: -15px;
  border: 8px solid transparent;
  border-top: 8px solid var(--white);
}

.attr-map-widget .img-poi.active:after {
  border-top-color: black;
}

.attr-map-widget .img-poi.active img {
  border: 2.6px solid black;
  padding: 2.6px;
}

[data-widget=AttractionsMap] {
  border-radius: 16px;
  width: 980px;
  height: 472px;
  overflow: hidden;
  position: relative;
}

[data-widget=AttractionsMap] .fullBtn {
  z-index: 10;
  border-radius: 12px;
  width: 44px;
  height: 44px;
  -webkit-box-shadow: var(--shadowBtnNew);
          box-shadow: var(--shadowBtnNew);
  background: var(--white);
  border: none;
  cursor: pointer;
  position: absolute;
  right: 10px;
  top: 10px;
}

.cards.blockInfoNavigation {
  grid-template-columns: repeat(auto-fill, minmax(237px, auto));
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-transition: max-height 0.45s ease;
  transition: max-height 0.45s ease;
  max-height: 1500px;
}

.cards.blockInfoNavigation.r-hidden {
  max-height: 103px;
  overflow: hidden;
}

.cards.blockInfoNavigation > article {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  position: relative;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: visible;
  margin: 0 0 8px 0;
  white-space: nowrap;
  border: 0.5px solid rgba(0, 0, 0, 0.2);
  background: #fff;
  border-radius: 12px;
  padding: 0px 12px 0px 14px;
  height: 44px;
}

.cards.blockInfoNavigation > article:hover {
  background-color: hsl(from #F3F3F6 h s calc(l - 5));
}

.cards.blockInfoNavigation > article > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: #0d0d0d;
}

.cards.blockInfoNavigation > article > span:nth-of-type(2) {
  font-size: 12px;
}

.cards.blockInfoNavigation > article > svg {
  margin-left: auto;
}

.cards.blockInfoNavigation > article > a {
  font-size: 0;
  opacity: 0;
}

[data-widget=blockInfoNavigation] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 6px;
  padding: 9px 10px 8px 12px;
  font-size: 15px;
  line-height: 22px;
  font-weight: 400;
  height: unset;
  -ms-grid-column-align: end;
      justify-self: end;
  margin-bottom: 15px;
  border: none;
  border-radius: 8px;
  cursor: pointer;
}

[data-widget=blockInfoNavigation] > svg,
[data-widget=blockInfoNavigation] > span {
  pointer-events: none;
}

[data-widget=blockInfoNavigation] svg {
  -webkit-transition: -webkit-transform 0.3s ease;
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
  -webkit-transform-origin: center;
      -ms-transform-origin: center;
          transform-origin: center;
}

[data-widget=blockInfoNavigation] svg.rotated {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}

.subsections {
  position: relative;
}

.subsections > .top {
  position: absolute;
  top: 0;
  right: 0;
}

.subsections > .des {
  margin: 20px 0 10px 0;
}

.subsections .blockInfoNavigation {
  margin-top: 20px;
}

.articles > article {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  height: 246px;
  width: 311px;
  -webkit-box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 5px 0 rgba(0, 0, 0, 0.08);
}

.articles > article img {
  height: 160px;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.articles > article > div {
  padding: 8px 12px 12px 12px;
}

.articles > article > div > h3 {
  font-weight: 700;
  font-size: 16px;
  line-height: 125%;
  margin-bottom: 6px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: normal;
}

.articles > article > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articles > article > div > div > svg {
  margin-top: -2px;
}

.articles > article > div > div > span {
  font-weight: 400;
  font-size: 14px;
  line-height: 143%;
  color: #626c77;
}

.alert {
  padding: 14px 14px 14px 14px;
  border-radius: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 22.4px;
  color: var(--text-primary);
  background-color: var(--alert-warn);
}

.alert:has(svg) {
  position: relative;
  padding: 14px 14px 14px 42px;
}

.alert:has(svg) svg {
  position: absolute;
  top: 14px;
  left: 12px;
}

.alert.success {
  background-color: var(--alert-success);
}

.alert.danger {
  background-color: var(--alert-danger);
}

.alert.warn {
  background-color: var(--alert-warn);
}

.grid.articles {
  grid-template-columns: repeat(auto-fill, minmax(311px, -webkit-max-content));
  grid-template-columns: repeat(auto-fill, minmax(311px, max-content));
  gap: 12px;
}

.grid.articles > * {
  margin: 0;
}

.article-widget .articles article {
  display: none;
}

.article-widget .no-more-articles {
  margin: 10px auto;
  text-align: center;
}

.article-widget .alert {
  display: none;
  margin: 10px auto;
}

.article-widget .alert > div {
  text-align: center;
}

.article-widget .alert.show {
  display: block;
}

.article-widget .btn {
  margin: 10px auto;
  display: block;
}

.bookingBannerDesk {
  border-radius: 32px;
  padding: 32px 32px 32px 56px;
  width: 100%;
  height: 372px;
  background: #f9f9fb;
  display: -ms-grid;
  display: grid;
      grid-template-areas: "title pic info" "list pic info";
  margin-top: 50px;
}

.bookingBannerDesk h2 {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: title;
  font-family: "Montserrat", sans-serif;
  font-style: italic;
  font-weight: 900;
  font-size: 36px;
  line-height: 133%;
  text-transform: uppercase;
  margin-top: 44px;
  margin-bottom: -24px;
}

.bookingBannerDesk ul {
  -ms-grid-row: 2;
  -ms-grid-column: 1;
  grid-area: list;
  font-style: italic;
  font-weight: 600;
  font-size: 20px;
  line-height: 120%;
  text-transform: uppercase;
  text-align: center;
  color: #626c77;
  margin-bottom: 44px;
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
}

.bookingBannerDesk ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 10px;
  font-family: "Montserrat", sans-serif;
}

.bookingBannerDesk div {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 3;
  grid-area: info;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 24px;
  width: 220px;
  height: 284px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.bookingBannerDesk div > svg {
  background: #f9f9fb;
}

.bookingBannerDesk div > span {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  text-align: center;
  padding-top: 6px;
  padding-bottom: 16px;
}

.bookingBannerDesk div > a {
  border-radius: 14px;
  width: 54px;
  height: 54px;
  background: #0d0d0d;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.bookingBannerDesk div .rustore {
  background: #07f;
}

.bookingBannerDesk img {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  -ms-grid-column: 2;
  grid-area: pic;
  margin-top: -105px;
}

.cards.infrostruction article {
  position: relative;
  width: 100%;
  min-width: 310px;
  border-radius: 16px;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  opacity: 0;
  -webkit-animation: fadeInArticle 0.5s ease-in-out;
          animation: fadeInArticle 0.5s ease-in-out;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInArticle {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fadeInArticle {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

.cards.infrostruction article > div:last-of-type {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 8px 12px;
}

.cards.infrostruction article > div:last-of-type > h3 {
  font-weight: 500;
  line-height: 125%;
  margin-bottom: 6px;
  font-size: 16px;
}

.cards.infrostruction article > div:last-of-type > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  margin-bottom: 4px;
}

.cards.infrostruction article > div:last-of-type > div:last-of-type {
  margin-bottom: 0;
}

.cards.infrostruction article > div:last-of-type > div > svg {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 15px;
          flex: 0 0 15px;
  margin-bottom: 2px;
}

.cards.infrostruction article > div:last-of-type p {
  color: var(--text-secondary);
  font-size: 0.875em;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
  max-height: 5em;
  line-height: 143%;
  margin-bottom: 0;
}

.cards.infrostruction article picture > img {
  width: 100%;
  height: 160px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: bottom;
     object-position: bottom;
  border-radius: 16px 16px 0 0;
}

.cards.infrostruction article .stat {
  font-size: 13px;
  text-wrap: nowrap;
}

.cards.infrostruction article .stat > span {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.cards.infrostruction article .stat > .review-short::after {
  content: "•";
  height: 4px;
  width: 4px;
  color: currentColor;
  margin: 0 7px;
  line-height: 50%;
}

.cards.infrostruction article .stat .review-short {
  margin: 0;
}

header.header {
  background-color: white;
  -webkit-box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
          box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

header.header.catalog {
  padding: 16px 0;
}

header.header > div {
  padding: 12px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

header.header > div > div {
  position: relative;
  z-index: 2;
  line-height: 0;
  max-width: 230px;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  margin-right: -5px;
  overflow: hidden;
}

header.header > div > nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  white-space: nowrap;
  font-size: 0.938rem;
}

header.header > div > nav svg {
  fill: var(--text-primary);
  stroke-width: 0;
  -webkit-transition: fill 0.3s ease;
  transition: fill 0.3s ease;
}

header.header > div > nav > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  color: var(--text-primary);
  text-decoration: none;
  white-space: nowrap;
  padding: 0 16px;
  border-radius: 20px;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  gap: 8px;
}

header.header > div > nav > div > span {
  padding: 6px;
  background-color: #F6F7F8;
  border-radius: 8px;
  color: var(--text-primary);
}

header.header > div > nav > div svg {
  will-change: opacity;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

header.header > div > nav > div:hover svg {
  opacity: 0.6;
}

header.header > div > nav > div.favorite:hover svg {
  opacity: 1;
  fill: #FF3B30;
}

header.header > div > nav > div.favorite.on svg {
  opacity: 1;
  fill: #FF3B30;
}

header.header > div > nav > div.favorite.on svg:hover {
  opacity: 0.8;
}

header.header > div > nav .favorite-counter {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  line-height: 18px;
}

.breadcrumbs {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 3;
  grid-area: breadcrumbs;
  border-radius: 8px;
  padding: 8px 20px;
  height: 36px;
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  background: #f6f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-weight: 400;
  font-size: 13px;
  line-height: 138%;
  color: #003b95;
}

.breadcrumbs > div {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
  position: relative;
}

.breadcrumbs > div > button {
  border: unset;
  background-color: var(--secondary-light);
  border-radius: 4px;
  padding: 4px;
  margin-left: 8px;
  cursor: pointer;
}

.breadcrumbs > div > a {
  color: #003b95;
}

.breadcrumbs > div > div {
  display: none;
  list-style-type: none;
  padding: 4px;
  background-color: #FFFFFF;
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  border-radius: 8px;
  position: absolute;
  z-index: 1;
  top: 27px;
  left: 56px;
  font-size: 13px;
}

.breadcrumbs > div > div > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: 0;
  margin: 0;
  list-style-type: none;
}

.breadcrumbs > div > div > ul a {
  display: block;
  padding: 7px 8px;
  color: var(--text-primary);
  border-radius: 6px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
}

.breadcrumbs > div > div > ul a:hover {
  background-color: #F3F3F6;
}

.breadcrumbs > div > div[data-show] {
  display: block;
}

.breadcrumbs > div > svg {
  color: #626C77;
  fill: #626C77;
  margin: 0 5px;
}

.map-btn {
  height: 180px;
  width: 100%;
  border-radius: 12px;
  cursor: pointer;
  position: relative;
}

.map-btn button {
  width: calc(100% - 20px);
  height: 48px;
  background-color: #ffffff;
  border: 1px solid #eff0f1;
  border-radius: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 20.8px;
  color: #0d0d0d;
  cursor: pointer;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

.map-btn > img {
  display: block;
  width: 100%;
  height: 100%;
  z-index: -10;
  border-radius: 12px;
}

.dynamic-snippet {
  list-style: none;
  position: relative;
  padding-bottom: 16px;
  margin-top: 10px;
  height: 48px;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dynamic-snippet li {
  position: absolute;
  top: 0;
  left: 0;
  color: var(--text-secondary);
  opacity: 0;
  will-change: opacity;
  -webkit-transition: opacity 1s ease;
  transition: opacity 1s ease;
  width: 100%;
}

.dynamic-snippet li p {
  position: relative;
  font-size: 16px;
  font-weight: 400;
  line-height: 1;
}

.dynamic-snippet li.active {
  opacity: 1;
}

h1 {
  font-weight: 600;
  font-size: 27px;
  line-height: 36px;
  margin-bottom: 20px;
}

body main.main {
  margin-top: 30px;
  display: -ms-grid;
  display: grid;
  -ms-grid-rows: auto 32px auto 32px auto;
      grid-template-areas: "breadcrumbs breadcrumbs" "aside description" "aside main";
  -webkit-column-gap: 22px;
     -moz-column-gap: 22px;
          column-gap: 22px;
  row-gap: 32px;
  -ms-grid-columns: 276px 22px 1fr;
  grid-template-columns: 276px 1fr;
}

body main.main > .description {
  -ms-grid-row: 3;
  -ms-grid-column: 3;
  grid-area: description;
  padding-bottom: 24px;
}

body main.main > .description p {
  line-height: 24px;
  margin-bottom: 10px;
}

body main.main > aside {
  -ms-grid-row: 3;
  -ms-grid-row-span: 3;
  -ms-grid-column: 1;
  grid-area: aside;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 20px;
}

body main.main > .main {
  -ms-grid-row: 5;
  -ms-grid-column: 3;
  grid-area: main;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto;
  grid-template-columns: auto;
  -webkit-column-gap: 24px;
     -moz-column-gap: 24px;
          column-gap: 24px;
}

body main.main > .main > .content {
  min-width: 0;
}

body main.main > .main > .content h2 {
  margin-bottom: 15px;
  font-weight: 700;
}

body main.main > .main > .content > section > p,
body main.main > .main > .content > section > div {
  line-height: 24px;
  margin-bottom: 15px;
}

body main.main > .main > .content > section:first-child {
  padding-top: 0;
}

.about.hidden-text,
.ellipsed.hidden-text {
  position: relative;
}

.about.hidden-text > button,
.ellipsed.hidden-text > button {
  position: absolute;
  bottom: -3px;
  right: 3px;
  padding-right: 10px;
  background: -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0.15)), color-stop(40%, rgb(255, 255, 255)), to(rgb(255, 255, 255)));
  background: linear-gradient(90deg, rgba(255, 255, 255, 0.15) 0%, rgb(255, 255, 255) 40%, rgb(255, 255, 255) 100%);
  width: 240px;
  text-align: right;
  font-size: 1rem;
}

.about.hidden-text > div.hide,
.ellipsed.hidden-text > div.hide {
  --row: 6;
  max-height: 163px;
}

.about.hidden-text > button {
  bottom: -8px;
  right: 0;
}

.page-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 20px;
}

.page-menu > div > p {
  font-weight: 700;
  font-size: 1.25rem;
  margin-bottom: 10px;
}

.page-menu > div > ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
}

.page-menu > div > ul > li {
  position: relative;
  color: var(--text-secondary);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
}

.page-menu > div > ul > li > a {
  display: block;
  padding: 9px 0;
  width: 100%;
  color: var(--text-secondary);
}

.page-menu > div > ul > li:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  display: block;
  height: 3px;
  width: 0;
  background-color: transparent;
  -webkit-transition: width ease 0.3s, background-color ease 0.3s;
  transition: width ease 0.3s, background-color ease 0.3s;
}

.page-menu > div > ul > li:hover:after {
  width: 80%;
  background-color: var(--primary);
}

/*.heading-with-btn{
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 15px;

  > h2
  {
    margin-bottom: unset!important;
  }

  > button
  {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    padding: 9px 10px 8px 12px;
    font-size: 15px;
    line-height: 22px;
    font-weight: 400;
    height: unset;

    > svg, > span
    {
      pointer-events: none;
    }
  }
}*/

.search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background-color: #f6f7f8;
  border-radius: 16px;
  padding: 16px 8px 8px 8px;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  gap: 4px;
  font-size: 0.938rem;
  color: var(--text-secondary);
}

.search > form {
  display: none;
}

.search > h2 {
  font-weight: 500;
  font-size: 1.375em;
  color: #0d0d0d;
  padding: 0 8px;
  margin-bottom: 0.5rem;
}

.search > .string,
.search > .period,
.search > .people,
.search > button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  min-height: 52px;
  border-radius: 14px;
  font-size: 0.9375em;
  gap: 0.35em;
  width: 100%;
  cursor: pointer;
}

.search > .string,
.search > .period,
.search > .people {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: background-color 0.3s ease;
  transition: background-color 0.3s ease;
  padding: 17px 12px;
  background-color: #FFFFFF;
}

.search > .string.error,
.search > .period.error,
.search > .people.error {
  z-index: 1;
}

.search > .string:hover,
.search > .period:hover,
.search > .people:hover {
  background-color: #f9f9f9;
}

.search > .period {
  line-height: initial;
  max-width: 360px;
}

.search > .string {
  position: relative;
  max-width: 522px;
  padding: 0 10px 0 0;
}

.search > .string > input {
  width: 100%;
  border: none;
  outline: none;
  line-height: 1.6;
  cursor: pointer;
  height: 100%;
  background-color: transparent;
  padding: 17px 12px;
}

.search > .string > .closeIcon {
  display: none;
  opacity: 0;
  visibility: hidden;
}

.search > .string > .closeIcon:hover {
  opacity: 0.5 !important;
}

.search > .period,
.search > .people {
  position: relative;
}

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

.search svg {
  fill: transparent;
}

.search.on {
  --hover-color: #f9f9f9;
  background-color: #f1f1f1;
  z-index: 1;
}

.search.on > .string,
.search.on > .period,
.search.on > .people {
  background-color: var(--hover-color);
}

.search.on > .string.on,
.search.on > .period.on,
.search.on > .people.on {
  background-color: var(--hover-color);
  -webkit-box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
          box-shadow: 0 1.2px 10px 0 rgba(0, 0, 0, 0.0784313725);
  z-index: 1;
}

.search > button {
  height: 52px;
  font-weight: 400;
  text-align: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 1em;
}

.search-string-result {
  position: absolute;
  opacity: 0;
  visibility: hidden;
  will-change: opacity;
  -webkit-transition: opacity 0.2s ease, visibility 0.2s ease;
  transition: opacity 0.2s ease, visibility 0.2s ease;
  z-index: 1;
  background-color: #fff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-radius: 10px;
  -webkit-box-shadow: 0 3px 15px 0 rgba(21, 19, 27, 0.0784313725);
          box-shadow: 0 3px 15px 0 rgba(21, 19, 27, 0.0784313725);
  max-width: 1024px;
  max-height: 546px;
  overflow: hidden;
  top: calc(100% + 4px);
  padding: 10px 0 10px 4px;
}

.search-string-result .scrollbar-track-y {
  width: 6px;
  background: rgba(98, 108, 119, 0.1019607843);
}

.search-string-result .scrollbar-thumb {
  width: 6px;
  background: rgba(98, 108, 119, 0.4);
  border-radius: 32px;
}

.search-string-result > .col1,
.search-string-result > .col2 {
  display: block;
  position: relative;
  overflow: hidden;
  outline: none;
}

.search-string-result > .col1 {
  width: 474px;
}

.search-string-result > .col2 {
  width: 550px;
}

.search-string-result.fullwidth {
  /*> .col1, > .col2 {
    width: 100%;
  }*/
}

.search-string-result.fullwidth > .col1 {
  width: 442px;
}

.search-string-result.fullwidth > .col2 {
  width: 0;
}

.search-string-result > .spinner-wrapper {
  margin: 0 auto;
  padding: 40px 88px;
}

.search-string-result.on {
  opacity: 1;
  visibility: visible;
}

.result-list__title {
  margin-bottom: 2px;
  padding: 0 12px;
  font-size: 0.875rem;
  font-weight: 500;
  line-height: 20px;
  color: #626C77;
}

.result-list__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2px;
  padding: 9px 0 9px 12px;
  margin-right: 14px;
  cursor: pointer;
  border-radius: 10px;
}

.result-list__item:hover {
  background-color: #F6F7F8;
}

.result-list__item-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.result-list__item .item-link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}

.result-list__item .media {
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background-color: #f6f6f6;
  overflow: hidden;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: 0.75rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 0;
  -webkit-box-flex: 1;
      -ms-flex: 1 0 auto;
          flex: 1 0 auto;
  max-width: 32px;
  line-height: 0;
}

.result-list__item .media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.result-list__item .content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  overflow: hidden;
  line-height: 20px;
  gap: 2px;
}

.result-list__item .content .title,
.result-list__item .content .subtitle {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
}

.result-list__item .content .title {
  font-weight: 500;
  pointer-events: none;
  letter-spacing: 0.001em;
  color: var(--text-primary);
}

.result-list__item .content .subtitle {
  font-size: 14px;
  font-weight: 400;
  pointer-events: none;
  color: var(--text-secondary);
}

.error-tooltip {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ffcb11;
  z-index: 2;
  padding: 20px;
  padding-right: 40px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-animation: bounce 2s ease-in-out infinite 0.3s;
          animation: bounce 2s ease-in-out infinite 0.3s;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-perspective: 1000px;
          perspective: 1000px;
  will-change: transform;
}

.error-tooltip.hide {
  display: none;
}

.error-tooltip > span {
  font-weight: 500;
  font-size: 15px;
  color: #262626;
}

.error-tooltip > .g {
  font-weight: 500;
  font-size: 15px;
  color: #262626;
}

.error-tooltip > .d {
  font-weight: 500;
  font-size: 15px;
  line-height: 160%;
  text-align: center;
  color: #000;
}

.error-tooltip > .ch {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #000;
}

.error-tooltip > button {
  position: absolute;
  top: 15px;
  right: 10px;
  cursor: pointer;
  border: none;
  background: #fff;
  font-size: 28px;
  font-weight: 300;
  color: #000;
}

.error-tooltip:before,
.error-tooltip:after {
  content: "";
  position: absolute;
  top: -11px;
  left: 50%;
  -webkit-transform: translateX(-50%);
      -ms-transform: translateX(-50%);
          transform: translateX(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  pointer-events: none;
}

.error-tooltip:before {
  border-width: 0 11px 11px 11px;
  border-color: transparent transparent #ffcb11 transparent;
  top: -11px;
}

.error-tooltip:after {
  border-width: 0 10px 10px 10px;
  border-color: transparent transparent #FFFFFF transparent;
  top: -10px;
}

@-webkit-keyframes bounce {
  0% {
    top: 5px;
  }

  50% {
    top: -5px;
  }

  100% {
    top: 5px;
  }
}

@keyframes bounce {
  0% {
    top: 5px;
  }

  50% {
    top: -5px;
  }

  100% {
    top: 5px;
  }
}

.no-results {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 8px 24px 8px;
}

.no-results > svg {
  color: #626C77;
  fill: #fff;
  margin-bottom: 12px;
}

.no-results > span:first-of-type {
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  margin-bottom: 4px;
}

.no-results > span:last-of-type {
  font-weight: 400;
  font-size: 16px;
  line-height: 150%;
  color: var(--gray);
}

.search-string-result.fullwidth.on:has(.no-results) {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
  position: absolute;
  z-index: 9;
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -5px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  -webkit-transform-origin: center top;
      -ms-transform-origin: center top;
          transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -5px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  -webkit-transform-origin: center bottom;
      -ms-transform-origin: center bottom;
          transform-origin: center bottom;
}

.tippy-box[data-placement^=left] > .tippy-arrow {
  right: 0;
}

.tippy-box[data-placement^=left] > .tippy-arrow:before {
  border-width: 8px 0 8px 8px;
  border-left-color: initial;
  right: -7px;
  -webkit-transform-origin: center left;
      -ms-transform-origin: center left;
          transform-origin: center left;
}

.tippy-box[data-placement^=right] > .tippy-arrow {
  left: 0;
}

.tippy-box[data-placement^=right] > .tippy-arrow:before {
  left: -7px;
  border-width: 8px 8px 8px 0;
  border-right-color: initial;
  -webkit-transform-origin: center right;
      -ms-transform-origin: center right;
          transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  -webkit-transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
          transition-timing-function: cubic-bezier(0.54, 1.5, 0.38, 1.11);
}

.tippy-arrow {
  width: 16px;
  height: 16px;
  color: #333;
}

.tippy-arrow:before {
  content: "";
  position: absolute;
  border-color: transparent;
  border-style: solid;
}

.tippy-content {
  position: relative;
  padding: 5px 9px;
  z-index: 1;
}

.tippy-box[data-animation=scale][data-placement^=top] {
  -webkit-transform-origin: bottom;
      -ms-transform-origin: bottom;
          transform-origin: bottom;
}

.tippy-box[data-animation=scale][data-placement^=bottom] {
  -webkit-transform-origin: top;
      -ms-transform-origin: top;
          transform-origin: top;
}

.tippy-box[data-animation=scale][data-placement^=left] {
  -webkit-transform-origin: right;
      -ms-transform-origin: right;
          transform-origin: right;
}

.tippy-box[data-animation=scale][data-placement^=right] {
  -webkit-transform-origin: left;
      -ms-transform-origin: left;
          transform-origin: left;
}

.tippy-box[data-animation=scale][data-state=hidden] {
  -webkit-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  opacity: 0;
}

.tippy-box[data-theme~=translucent] {
  background-color: #1D2023;
}

.tippy-box[data-theme~=translucent] > .tippy-arrow {
  width: 14px;
  height: 14px;
}

.tippy-box[data-theme~=translucent][data-placement^=top] > .tippy-arrow:before {
  border-width: 7px 7px 0;
  border-top-color: #1D2023;
}

.tippy-box[data-theme~=translucent][data-placement^=bottom] > .tippy-arrow:before {
  border-width: 0 7px 7px;
  border-bottom-color: #1D2023;
}

.tippy-box[data-theme~=translucent][data-placement^=left] > .tippy-arrow:before {
  border-width: 7px 0 7px 7px;
  border-left-color: #1D2023;
}

.tippy-box[data-theme~=translucent][data-placement^=right] > .tippy-arrow:before {
  border-width: 7px 7px 7px 0;
  border-right-color: #1D2023;
}

.tippy-box[data-theme~=translucent] > .tippy-backdrop {
  background-color: #1D2023;
}

.tippy-box[data-theme~=translucent] > .tippy-svg-arrow {
  fill: #1D2023;
}

.tippy-popper {
  border-radius: 10px;
}

.tippy-popper .tippy-box {
  border-radius: 10px;
  background: #fff;
  border: 1px solid #ffcb11;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  -webkit-transition-property: visibility, opacity, -webkit-transform;
  transition-property: visibility, opacity, -webkit-transform;
  transition-property: transform, visibility, opacity;
  transition-property: transform, visibility, opacity, -webkit-transform;
  position: relative;
  color: #000;
}

.tippy-popper .tippy-box .tippy-arrow::before {
  content: "";
  position: absolute;
  z-index: -1;
}

.tippy-popper .tippy-box[data-placement^=top] .tippy-arrow::before {
  border-top-color: #fff;
  border-width: 8px 8px 0;
  bottom: -8px;
  left: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-top: 8px solid #fff;
}

.tippy-popper .tippy-box[data-placement^=top] .tippy-arrow::after {
  content: "";
  position: absolute;
  border-top-color: #ffcb11;
  border-width: 9px 9px 0;
  bottom: -9px;
  left: -1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-top: 9px solid #ffcb11;
  z-index: -2;
}

.tippy-popper .tippy-box[data-placement^=bottom] .tippy-arrow::before {
  border-bottom-color: transparent;
  border-width: 0 8px 8px;
  top: -8px;
  left: 0;
  border-left: 8px solid transparent;
  border-right: 8px solid transparent;
  border-bottom: 8px solid #fff;
}

.tippy-popper .tippy-box[data-placement^=bottom] .tippy-arrow::after {
  content: "";
  position: absolute;
  border-bottom-color: transparent;
  border-width: 0 9px 9px;
  top: -9px;
  left: -1px;
  border-left: 9px solid transparent;
  border-right: 9px solid transparent;
  border-bottom: 9px solid #ffcb11;
  z-index: -2;
}

.tippy-popper .tippy-box[data-placement^=left] .tippy-arrow::before {
  border-left-color: #fff;
  border-width: 8px 0 8px 8px;
  right: -8px;
  top: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #fff;
}

.tippy-popper .tippy-box[data-placement^=left] .tippy-arrow::after {
  content: "";
  position: absolute;
  border-left-color: #ffcb11;
  border-width: 9px 0 9px 9px;
  right: -9px;
  top: -1px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-left: 9px solid #ffcb11;
  z-index: -2;
}

.tippy-popper .tippy-box[data-placement^=right] .tippy-arrow::before {
  border-right-color: #fff;
  border-width: 8px 8px 8px 0;
  left: -8px;
  top: 0;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-right: 8px solid #fff;
}

.tippy-popper .tippy-box[data-placement^=right] .tippy-arrow::after {
  content: "";
  position: absolute;
  border-right-color: #ffcb11;
  border-width: 9px 9px 9px 0;
  left: -9px;
  top: -1px;
  border-top: 9px solid transparent;
  border-bottom: 9px solid transparent;
  border-right: 9px solid #ffcb11;
  z-index: -2;
}

.tippy-popper .tippy-box .tippy-content {
  padding: 5px 9px;
  /* увеличиваю растояние для кнопки закрытия в моб версии */
}

.tippy-popper .tippy-box .tippy-content .tippy-close-btn {
  position: absolute;
  top: 0;
  right: 5px;
  border: none;
  font-size: 24px;
  background-color: transparent;
  cursor: pointer;
  color: #000;
}

.slider.img {
  margin-bottom: 0 !important;
}

.cards.img > article {
  margin-right: 12px;
}

.seasons > .cards {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (calc(25% - 12px))[4];
  grid-template-columns: repeat(4, calc(25% - 12px));
  gap: 16px;
}

.seasons > .cards > div {
  border-radius: 20px;
  padding: 10px;
  height: 108px;
  background: #f6f7f8;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.seasons > .cards > div > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.seasons > .cards > div > div > span {
  margin-bottom: 10px;
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  color: var(--text-primary);
}

.seasons > .cards > div > div > span:last-child {
  font-weight: 400;
  font-size: 13px;
  color: #626c77;
}

.seasons > .cards > div ul {
  list-style: none;
  border-radius: 16px;
  padding: 12px;
  width: 104px;
  height: 96px;
  margin: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
          box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.08);
  background: #fff;
}

.seasons > .cards > div ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 20px;
  line-height: 120%;
  color: #0d0d0d;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.seasons > .cards > div ul li:hover {
  color: hsl(from var(--text-secondary) h s calc(l - 8));
}

.seasons > .cards > div ul li:nth-child(3) {
  color: #626c77;
}

.seasons > .cards > div ul > hr {
  width: 62.4%;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 0 auto;
  height: 0;
}

.seasons > .cards > div:hover {
  background: #efefef;
}

.months-list > div {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 110px;
}

.months-list > div .slider-prev,
.months-list > div .slider-next {
  top: calc(50% - 30px);
}

.months-list > div .slider > .slider-next {
  right: -35px;
}

.months-weather {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 20px;
  height: 100%;
  width: calc(100% - 95px);
}

.months-weather .month {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
  height: 100%;
  width: 68px;
}

.months-weather .month > ul {
  list-style: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0;
  padding: 10px;
  border-radius: 16px;
  width: 100%;
  height: 82px;
  background: #f6f7f8;
}

.months-weather .month > ul > hr {
  width: 62.4%;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 8px auto;
}

.months-weather .month > ul > li {
  position: relative;
  font-weight: 700;
  font-size: 18px;
  width: 34px;
  text-align: center;
  line-height: 122%;
  color: #0d0d0d;
}

.months-weather .month > ul > li:first-child:after {
  content: "";
  position: absolute;
  bottom: -12px;
  left: -2px;
  width: 35px;
  border: 1px solid rgba(98, 108, 119, 0.1);
  margin: 0 auto;
}

.months-weather .month:nth-of-type(2n) > ul {
  background: white;
}

.months-weather .month > span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #626c77;
  margin: 0;
  -webkit-transition: color ease 0.3s, font-weight linear 0.2s;
  transition: color ease 0.3s, font-weight linear 0.2s;
}

.months-weather .month:hover > span {
  color: #454b53;
  font-weight: 500;
}

.day__wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding-top: 11px;
  padding-right: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 16px;
  background-color: white;
}

.day__wrapper > span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-weight: 400;
  font-size: 14px;
  color: #0d0d0d;
}

.day__wrapper > span:nth-child(2) {
  color: #626c77;
}

.temp-list .csl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 14px;
  height: 94px;
}

.temp-list .csl > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}

.temp-list .csl > div > span:nth-child(1) {
  border-radius: 16px;
  width: 68px;
  height: 68px;
  background: rgba(0, 112, 240, 0.08);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-weight: 700;
  font-size: 18px;
  line-height: 122%;
  color: #0d0d0d;
}

.temp-list .csl span {
  font-weight: 400;
  font-size: 14px;
  text-align: center;
  color: #626c77;
  margin: 0;
}

.charts > article {
  display: block;
  min-height: 146px;
  margin-top: 24px;
}

.charts > article canvas {
  height: 400px !important;
  width: 100%;
}

.charts > article:nth-child(2) {
  margin-bottom: 32px;
}

#cookie-banner {
  border-radius: 5px;
  min-height: 76px;
  -webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
          box-shadow: 0 0 5px 0 rgba(0, 0, 0, 0.1);
  background: rgba(0, 0, 0, 0.84);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 7px;
  padding: 15px 35px 10px 28px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  z-index: 100;
}

#cookie-banner > button:nth-of-type(1) {
  position: absolute;
  right: 14px;
  top: 14px;
  background: none;
  border: none;
  font-size: 24px;
  font-weight: 300;
  color: #fff;
  cursor: pointer;
  padding: 0;
}

#cookie-banner > p {
  font-weight: 400;
  font-size: 14px;
  line-height: 140%;
  color: #fff;
  margin: 0 0 7px 0;
  text-align: center;
}

#cookie-banner > p > a {
  color: #007aff;
}

#cookie-banner > .accept {
  border-radius: 5px;
  width: 94px;
  height: 35px;
  background: #ffcb11;
  font-weight: 400;
  font-size: 16px;
  color: #000;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  margin-top: auto;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

@media (min-width: 769px) {
  #cookie-banner {
    position: fixed;
    width: 400px;
    bottom: 27px;
    right: 22px;
  }
}

@media (max-width: 768px) {
  .months-list .months-weather {
    gap: 6px;
    width: 100%;
  }

  .months-list .day__wrapper > span {
    font-size: 13px;
  }

  .months-list .month ul li {
    font-size: 16px;
  }

  .months-list .month > span {
    font-size: 12px;
  }

  .temp-list .csl div span:nth-child(1) {
    font-size: 16px;
  }

  .temp-list .csl div span {
    font-size: 12px;
  }

  .tippy-popper .tippy-box .tippy-content {
    padding-right: 30px;
  }

  .months-list .months-weather {
    gap: 6px;
    width: 100%;
  }

  .months-list .day__wrapper > span {
    font-size: 13px;
  }

  .months-list .month ul li {
    font-size: 16px;
  }

  .months-list .month > span {
    font-size: 12px;
  }

  .temp-list .csl div span:nth-child(1) {
    font-size: 16px;
  }

  .temp-list .csl div span {
    font-size: 12px;
  }

  .cookie-container {
    position: fixed;
    bottom: 15px;
    left: 15px;
    z-index: 100;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: end;
        -ms-flex-align: end;
            align-items: flex-end;
    gap: 10px;
  }

  #cookie-banner {
    width: 240px;
    position: relative;
    opacity: 0;
    -webkit-transform: scale(0);
        -ms-transform: scale(0);
            transform: scale(0);
    -webkit-transform-origin: left bottom;
        -ms-transform-origin: left bottom;
            transform-origin: left bottom;
    -webkit-transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.3s ease, -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
    transition: opacity 0.3s ease, transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1), -webkit-transform 0.5s cubic-bezier(0.22, 0.61, 0.36, 1);
  }

  #cookie-banner.on {
    opacity: 1;
    -webkit-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }

  #cookie-banner::before {
    content: "";
    position: absolute;
    left: -9.5px;
    top: 80%;
    -webkit-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 0;
    height: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    border-right: 10px solid rgba(0, 0, 0, 0.84);
  }

  .cookie-animation {
    width: 75px;
    height: 75px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    position: relative;
    -webkit-filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
            filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.2));
  }

  .cookie-animation svg {
    position: absolute;
    top: 0;
    left: 0;
  }

  .cookie-animation svg:not(:first-child) {
    display: none;
  }

  .cookie-animation svg:first-child {
    -webkit-transform: translateY(15px);
        -ms-transform: translateY(15px);
            transform: translateY(15px);
    -webkit-animation: up 1.2s ease;
            animation: up 1.2s ease;
  }

  .cookie-animation svg:nth-child(2) {
    -webkit-animation: moverer 1s infinite alternate;
            animation: moverer 1s infinite alternate;
  }

  .cookie-animation svg:last-child {
    -webkit-animation: mover 1s infinite alternate;
            animation: mover 1s infinite alternate;
  }

@-webkit-keyframes up {
    0% {
      -webkit-transform: translateY(25px);
              transform: translateY(25px);
    }

    100% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
}

@keyframes up {
    0% {
      -webkit-transform: translateY(25px);
              transform: translateY(25px);
    }

    100% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }
}

@-webkit-keyframes mover {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }

    100% {
      -webkit-transform: translateY(25px);
              transform: translateY(25px);
    }
}

@keyframes mover {
    0% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }

    100% {
      -webkit-transform: translateY(25px);
              transform: translateY(25px);
    }
}

@-webkit-keyframes moverer {
    0% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }

    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
}

@keyframes moverer {
    0% {
      -webkit-transform: translateY(15px);
              transform: translateY(15px);
    }

    100% {
      -webkit-transform: translateY(20px);
              transform: translateY(20px);
    }
}

  #cookie-banner > button:nth-of-type(1) {
    top: 6px;
    right: 8px;
    font-size: 24px;
  }
}

@media print {
  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */

  .ck-content .page-break {
    padding: 0;
  }

  /* @ckeditor/ckeditor5-page-break/theme/pagebreak.css */

  .ck-content .page-break::after {
    display: none;
  }
}