@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

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

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

@import url("//hello.myfonts.net/count/3cc9ce");

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

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

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

body {
  margin: 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 {
  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 */
  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 {
  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"] {
  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;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

[data-simplebar] {
  position: relative;
  flex-direction: column;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-content: flex-start;
  align-items: flex-start;
}

.simplebar-wrapper {
  overflow: hidden;
  width: inherit;
  height: inherit;
  max-width: inherit;
  max-height: inherit;
}

.simplebar-mask {
  direction: inherit;
  position: absolute;
  overflow: hidden;
  padding: 0;
  margin: 0;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  width: auto !important;
  height: auto !important;
  z-index: 0;
}

.simplebar-offset {
  direction: inherit !important;
  box-sizing: inherit !important;
  resize: none !important;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 0;
  margin: 0;
  -webkit-overflow-scrolling: touch;
}

.simplebar-content-wrapper {
  direction: inherit;
  box-sizing: border-box !important;
  position: relative;
  display: block;
  height: 100%;
  /* Required for horizontal native scrollbar to not appear if parent is taller than natural height */
  width: auto;
  max-width: 100%;
  /* Not required for horizontal scroll to trigger */
  max-height: 100%;
  /* Needed for vertical scroll to trigger */
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.simplebar-content-wrapper::-webkit-scrollbar,
.simplebar-hide-scrollbar::-webkit-scrollbar {
  display: none;
  width: 0;
  height: 0;
}

.simplebar-content:before,
.simplebar-content:after {
  content: ' ';
  display: table;
}

.simplebar-placeholder {
  max-height: 100%;
  max-width: 100%;
  width: 100%;
  pointer-events: none;
}

.simplebar-height-auto-observer-wrapper {
  box-sizing: inherit !important;
  height: 100%;
  width: 100%;
  max-width: 1px;
  position: relative;
  float: left;
  max-height: 1px;
  overflow: hidden;
  z-index: -1;
  padding: 0;
  margin: 0;
  pointer-events: none;
  flex-grow: inherit;
  flex-shrink: 0;
  flex-basis: 0;
}

.simplebar-height-auto-observer {
  box-sizing: inherit;
  display: block;
  opacity: 0;
  position: absolute;
  top: 0;
  left: 0;
  height: 1000%;
  width: 1000%;
  min-height: 1px;
  min-width: 1px;
  overflow: hidden;
  pointer-events: none;
  z-index: -1;
}

.simplebar-track {
  z-index: 1;
  position: absolute;
  right: 0;
  bottom: 0;
  pointer-events: none;
  overflow: hidden;
}

[data-simplebar].simplebar-dragging .simplebar-content {
  pointer-events: none;
  user-select: none;
  -webkit-user-select: none;
}

[data-simplebar].simplebar-dragging .simplebar-track {
  pointer-events: all;
}

.simplebar-scrollbar {
  position: absolute;
  left: 0;
  right: 0;
  min-height: 10px;
}

.simplebar-scrollbar:before {
  position: absolute;
  content: '';
  background: black;
  border-radius: 7px;
  left: 2px;
  right: 2px;
  opacity: 0;
  transition: opacity 0.2s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  /* When hovered, remove all transitions from drag handle */
  opacity: 0.5;
  transition: opacity 0s linear;
}

.simplebar-track.simplebar-vertical {
  top: 0;
  width: 11px;
}

.simplebar-track.simplebar-vertical .simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
}

.simplebar-track.simplebar-horizontal {
  left: 0;
  height: 11px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar:before {
  height: 100%;
  left: 2px;
  right: 2px;
}

.simplebar-track.simplebar-horizontal .simplebar-scrollbar {
  right: auto;
  left: 0;
  top: 2px;
  height: 7px;
  min-height: 0;
  min-width: 10px;
  width: auto;
}

/* Rtl support */

[data-simplebar-direction='rtl'] .simplebar-track.simplebar-vertical {
  right: auto;
  left: 0;
}

.hs-dummy-scrollbar-size {
  direction: rtl;
  position: fixed;
  opacity: 0;
  visibility: hidden;
  height: 500px;
  width: 500px;
  overflow-y: hidden;
  overflow-x: scroll;
}

.simplebar-hide-scrollbar {
  position: fixed;
  left: 0;
  visibility: hidden;
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@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-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */

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

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

/* 3D Effects */

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

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

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

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

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

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

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

/* CSS Mode */

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

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

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

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

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: 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: flex;
  align-items: 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:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

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

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

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

.swiper-button-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-prev.swiper-button-black,
.swiper-button-next.swiper-button-black {
  --swiper-navigation-color: #000000;
}

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

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

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

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

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

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

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

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

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

/* Progress */

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

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

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

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

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

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

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

/* Scrollbar */

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

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

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

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

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

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

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

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

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

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

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

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

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

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

/* a11y */

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

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

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

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

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

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

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

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

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

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

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

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

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

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

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

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

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

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

.tippy-box[data-animation=fade][data-state=hidden] {
  opacity: 0;
}

[data-tippy-root] {
  max-width: calc(100vw - 10px);
}

.tippy-box {
  position: relative;
  background-color: #333;
  color: #fff;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1.4;
  white-space: normal;
  outline: 0;
  transition-property: transform,visibility,opacity;
}

.tippy-box[data-placement^=top] > .tippy-arrow {
  bottom: 0;
}

.tippy-box[data-placement^=top] > .tippy-arrow:before {
  bottom: -7px;
  left: 0;
  border-width: 8px 8px 0;
  border-top-color: initial;
  transform-origin: center top;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow {
  top: 0;
}

.tippy-box[data-placement^=bottom] > .tippy-arrow:before {
  top: -7px;
  left: 0;
  border-width: 0 8px 8px;
  border-bottom-color: initial;
  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;
  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;
  transform-origin: center right;
}

.tippy-box[data-inertia][data-state=visible] {
  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;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

/**
 * @license
 * MyFonts Webfont Build ID 3983822, 2020-12-07T03:04:44-0500
 * 
 * The fonts listed in this notice are subject to the End User License
 * Agreement(s) entered into by the website owner. All other parties are 
 * explicitly restricted from using the Licensed Webfonts(s).
 * 
 * You may obtain a valid license at the URLs below.
 * 
 * Webfont: Gilroy-Thin by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLightItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ThinItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/thin-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-SemiBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/semi-bold/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-UltraLight by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/ultra-light/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Regular by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-RegularItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/regular-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-MediumItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Medium by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/medium/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-LightItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Light by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/light/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-HeavyItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Heavy by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/heavy/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-ExtraBold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/extra-bold/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BoldItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Bold by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/bold/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-BlackItalic by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/black-italic/
 * Copyright: Copyright &amp;#x00A9; 2015 by Radomir Tinkov. All rights reserved.
 * 
 * Webfont: Gilroy-Black by Radomir Tinkov
 * URL: https://www.myfonts.com/fonts/radomir-tinkov/gilroy/black/
 * Copyright: Copyright &amp;#x00A9; 2016 by Radomir Tinkov. All rights reserved.
 * 
 * 
 * 
 * © 2020 MyFonts Inc
*/

@font-face {
  font-family: 'Gilroy-SemiBold';
  src: url("../fonts/Gilroy-SemiBold/font.woff2") format("woff2"), url("../fonts/Gilroy-SemiBold/font.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Bold';
  src: url("../fonts/Gilroy-Bold/font.woff2") format("woff2"), url("../fonts/Gilroy-Bold/font.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Medium';
  src: url("../fonts/Gilroy-Medium/font.woff2") format("woff2"), url("../fonts/Gilroy-Medium/font.woff") format("woff");
}

@font-face {
  font-family: 'Gilroy-Regular';
  src: url("../fonts/Gilroy-Regular/font.woff2") format("woff2"), url("../fonts/Gilroy-Regular/font.woff") format("woff");
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

html {
  scroll-behavior: smooth;
}

body {
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  min-width: 20rem;
  font-family: "Gilroy-Regular", sans-serif;
  font-size: 1rem;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
  overflow-anchor: none;
}

body.block-scroll {
  overflow: hidden;
}

.custom-scroll::-webkit-scrollbar {
  width: 0.25rem;
  background-color: rgba(233, 239, 247, 0.7);
}

.custom-scroll::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb {
  background: #647A9C;
  border-radius: 0.1875rem;
}

.custom-scroll-light::-webkit-scrollbar {
  width: 0.25rem;
  background-color: #E9EFF7;
}

.custom-scroll-light::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll-light::-webkit-scrollbar-thumb {
  background: #B4C4D4;
  border-radius: 0.1875rem;
}

.container {
  padding: 0 1.5rem;
  max-width: 81.75rem;
}

.main {
  min-height: calc(100vh - 10rem - 29.0625rem);
  padding-bottom: 11.25rem;
  overflow: hidden;
  position: relative;
  display: flex;
  flex-direction: column;
  padding-top: 10.0625rem;
}

.main::before {
  content: '';
  position: absolute;
  width: 15.625rem;
  height: 8.8125rem;
  left: 0;
  bottom: 0;
  background: url("../img/svg/bg/city-footer-1.svg") center center no-repeat;
  background-size: contain;
  z-index: 1;
}

.main::after {
  content: '';
  position: absolute;
  width: 15.625rem;
  height: 8.8125rem;
  right: 0;
  bottom: 0;
  background: url("../img/svg/bg/city-footer-2.svg") center center no-repeat;
  background-size: contain;
  z-index: 1;
}

.main_404 {
  padding-bottom: 0;
}

.main_404::after {
  display: none;
}

.main_404::before {
  display: none;
}

.main__content {
  padding-top: 4.4375rem;
}

.main__content_city {
  padding-top: 2.1875rem;
}

.main__content_announce-details {
  padding-top: 2.625rem;
}

.main__content_custom-rating {
  padding-top: 2.625rem;
}

.main__content_article {
  padding-top: 2.625rem;
}

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

.link,
.page-content a {
  text-decoration: none;
  color: #0078C3;
}

.link:hover span,
.page-content a:hover span {
  border-color: transparent;
}

.link span,
.page-content a span {
  border-bottom: 0.0625rem solid #0078C3;
  transition: border-color 300ms ease;
}

h1,
.h1 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

h2,
.h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

h3,
.h3 {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

h4,
.h4 {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.paragraph {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.paragraph strong {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.section {
  position: relative;
}

.hidden {
  display: none !important;
}

.hidden-md {
  display: block;
}

.hidden-sm {
  display: block;
}

.show-md {
  display: none;
}

.show-sm {
  display: none;
}

.preloader {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99999999;
  display: flex;
  justify-content: center;
  align-items: center;
}

.preloader__icon {
  width: 7.875rem;
  height: 2.5rem;
  background: url("../img/logo/logo.svg") 50% 50% no-repeat;
  background-size: cover;
  animation: bounce 1000ms ease-in infinite;
}

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

  50% {
    transform: scale(1.1);
  }

  100% {
    transform: scale(1);
  }
}

.is-loading {
  position: relative;
}

.is-loading::before {
  content: '';
  position: absolute;
  border-radius: inherit;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  background: url("../img/svg/loader.svg") center center no-repeat rgba(255, 255, 255, 0.8);
  background-size: 2rem 2rem;
}

.invisible {
  opacity: 0;
  visibility: hidden;
}

.tippy-box {
  width: 100%;
  max-width: 16.25rem !important;
  border-radius: 0.3125rem !important;
  background: #FFF;
  box-shadow: 0rem 0.125rem 0.4375rem 0rem rgba(0, 0, 0, 0.06);
  margin: 0.25rem 0;
  pointer-events: all;
  border: 0.0625rem solid #DFDFDF !important;
}

.tippy-box .tippy-content {
  padding: 0.5rem 0.625rem;
  color: #005082;
  font-size: 0.75rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 130%;
  letter-spacing: 0.0225rem;
}

.tippy-box .tippy-arrow {
  color: #fff;
}

html:not(.contrast-theme) .animate-fade-in {
  opacity: 0;
  transition: opacity 600ms ease-out;
}

html:not(.contrast-theme) .animate-slide-up-in {
  opacity: 0;
  transform: translate3d(0, 1.25rem, 0);
  transition: opacity 600ms ease-in-out, transform 600ms ease-out;
}

html:not(.contrast-theme) .animate-slide-down-in {
  opacity: 0;
  transform: translate3d(0, -1.25rem, 0);
  transition: opacity 600ms ease-out, transform 600ms ease-out;
}

.animate.is-visible.animate-fade-in {
  opacity: 1;
}

.animate.is-visible.animate-slide-up-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

.animate.is-visible.animate-slide-down-in {
  opacity: 1;
  transform: translate3d(0, 0, 0);
}

@keyframes slide {
  from {
    transform: translate3d(0, 0, 0);
  }

  to {
    transform: translate3d(100%, 0, 0);
  }
}

.m-slider {
  position: relative;
}

.m-slider .swiper-slide {
  height: auto;
  min-height: 37.5rem;
}

.m-slider__shape {
  position: absolute;
  bottom: -0.0625rem;
  right: -0.0625rem;
  width: 43.5rem;
  height: 19.5rem;
  background-image: url("../img/m-slider/shape.svg");
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
  z-index: 4;
}

.m-slider__item {
  opacity: 0 !important;
  transition: opacity 300ms ease !important;
  position: relative;
}

.m-slider__item.swiper-slide-active {
  opacity: 1 !important;
}

.m-slider__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border-radius: 2rem;
  z-index: 1;
  background: #005FA3;
}

.m-slider__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(270deg, rgba(1, 122, 196, 0) 23.53%, #005FA3 67.5%);
}

.m-slider__image img {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 68%;
  height: 100%;
  object-fit: cover;
  z-index: 1;
}

.m-slider__caption {
  position: relative;
  z-index: 3;
  padding: 5.625rem 5rem;
  min-height: 100%;
  display: flex;
  flex-direction: column;
}

.m-slider__content {
  width: 100%;
  max-width: 38.625rem;
  display: flex;
  flex-direction: column;
  flex: 1;
}

.m-slider__date {
  color: #FFF;
  font-size: 0.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.25rem;
  letter-spacing: 0.035rem;
  padding-left: 5.125rem;
  position: relative;
  margin-bottom: 1.5rem;
}

.m-slider__date::before {
  content: '';
  position: absolute;
  top: 0.4375rem;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #FEBE4B;
}

.m-slider__title {
  color: #FFF;
  font-size: 2.625rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 110%;
  font-family: "Gilroy-Bold", sans-serif;
  margin-bottom: 1.5rem;
}

.m-slider__description {
  color: #FFF;
  font-size: 1.125rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 130%;
  letter-spacing: 0.03375rem;
  width: 100%;
  max-width: 26.875rem;
  margin-bottom: 3rem;
}

.m-slider__button {
  width: 12.5rem;
  margin-top: auto;
}

.m-slider__btn {
  position: absolute;
  top: 50%;
  width: 4.375rem;
  height: 7.5rem;
  flex-shrink: 0;
  z-index: 5;
}

.m-slider__btn svg {
  width: 100%;
  height: 100%;
}

.m-slider__btn svg .stroke {
  stroke: #647A9C;
  transition: stroke 300ms ease;
}

.m-slider__btn:hover svg .stroke {
  stroke: #0078C3;
}

.m-slider__btn--prev {
  margin-right: 1.125rem;
  left: 0;
  transform: translate(-50%, -50%);
}

.m-slider__btn--next {
  margin-left: 1.125rem;
  right: 0;
  transform: translate(50%, -50%);
}

.m-slider__pagination {
  position: absolute;
  bottom: 0;
  right: 5rem;
  z-index: 5;
  display: flex;
  justify-content: center;
  width: auto;
}

.m-slider__pagination-container {
  padding: 0.375rem;
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  cursor: pointer;
}

.m-slider__pagination-container:hover .m-slider__pagination-dot {
  background-color: #0078C3;
}

.m-slider__pagination-container.active .m-slider__pagination-dot {
  background-color: #0078C3;
}

.m-slider__pagination-container.active .m-slider__progress {
  flex-shrink: 0;
  display: block;
  width: 2rem;
  margin-left: 0.75rem;
}

.m-slider__pagination-dot {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #D9D9D9;
  border-radius: 50%;
  transition: all 300ms ease-in-out;
  flex-shrink: 0;
}

.m-slider__progress {
  width: 0;
  height: 0.0625rem;
  background-color: #0078C3;
  flex-shrink: 0;
  transition: all 300ms ease-in-out;
  overflow: hidden;
}

.m-slider__progress-bar {
  display: block;
  width: 2rem;
  height: 0.0625rem;
  background-color: #D9D9D9;
}

.main-title {
  padding-top: 1.625rem;
  position: relative;
}

.main-title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  background-color: #FEBE4B;
}

.main-title__h1 {
  padding-bottom: 2rem;
}

.main-title__description {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.main-title__description:last-child {
  padding-bottom: 0;
}

.main-title_pb-7 .main-title__h1 {
  padding-bottom: 0.4375rem;
}

.main-title_pb-0 .main-title__h1 {
  padding-bottom: 0;
}

.button {
  height: 2.5rem;
  position: relative;
  border: 0.0625rem solid #B4C4D4;
  filter: drop-shadow(0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05));
  border-radius: 0.25rem;
  overflow: hidden;
  display: inline-block;
}

.button:hover .button__bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.button:hover .button__name {
  color: #fff;
}

.button__bg {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  z-index: 0;
  background-color: #0078C3;
  opacity: 0;
  transition: transform 300ms ease, opacity 150ms;
}

.button__bg::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.button__content {
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.button__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  color: #005082;
  transition: color 300ms ease;
}

.button_xl {
  height: 3.5rem;
}

.button_xl .button__content {
  padding: 0 1.875rem;
}

.button_xl .button__name {
  text-transform: uppercase;
}

.button--lg {
  height: 3.125rem;
}

.button--lg .button__content {
  padding: 0 1.5rem;
}

.button--lg .button__name {
  text-transform: none;
  font-size: 1rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: normal;
  letter-spacing: 0.03rem;
}

.button--bdrs-6 {
  border-radius: 0.375rem;
}

.button--white {
  background: #FFF;
  border-color: #FFF;
}

.button--white .button__name {
  color: #0A1928;
}

.button_fw {
  width: 100%;
}

.gradient-button {
  display: inline-block;
  height: 2.5rem;
  position: relative;
  border-radius: 0.375rem;
  overflow: hidden;
  border: none;
  box-shadow: none;
  outline: none;
  cursor: pointer;
}

.gradient-button:hover .gradient-button__background::after {
  opacity: 1;
}

.gradient-button__background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.gradient-button__background::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(270deg, #00B4DC -0.01%, #0078C3 100%);
  opacity: 1;
  transition: opacity 300ms ease;
  z-index: 1;
}

.gradient-button__background::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #005082 0%, #0078C3 100.01%);
  opacity: 0;
  z-index: 2;
  transition: opacity 300ms ease;
}

.gradient-button__content {
  position: relative;
  z-index: 2;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
}

.gradient-button__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.gradient-button__icon {
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.625rem;
  flex-shrink: 0;
}

.gradient-button__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
}

.gradient-button_fw {
  width: 100%;
}

.gradient-button_lg {
  height: 3rem;
}

.gradient-button_lg .gradient-button__name {
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.gradient-button_md {
  height: 3.125rem;
}

.gradient-button_md .gradient-button__name {
  font-size: 1rem;
  line-height: 1;
  font-family: "Gilroy-Bold", sans-serif;
}

.gradient-button_xl {
  height: 3.5rem;
}

.gradient-button_xl .gradient-button__name {
  font-size: 0.875rem;
  line-height: 1.0625rem;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.gradient-button_xl .gradient-button__content {
  padding: 0 1.875rem;
}

.gradient-button_fw {
  width: 100%;
}

.gradient-button_sm .gradient-button__name {
  font-size: 0.75rem;
  line-height: 0.9375rem;
}

.social-button {
  background-color: #fff;
  border: 0.0625rem solid rgba(59, 89, 152, 0.4);
  filter: drop-shadow(0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05));
  border-radius: 0.25rem;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 3rem;
  transition: background 300ms ease;
}

.social-button__icon svg {
  display: block;
  fill: #3B5998;
  transition: all 300ms ease;
}

.social-button__name {
  padding-left: 0.625rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  color: #3B5998;
  transition: color 300ms ease;
}

.social-button_fb {
  border-color: rgba(59, 89, 152, 0.4);
}

.social-button_fb .social-button__icon svg {
  fill: #3B5998;
}

.social-button_fb .social-button__name {
  color: #3B5998;
}

.social-button_fb:hover {
  background-color: #3B5998;
}

.social-button_fb:hover .social-button__icon svg {
  fill: #fff;
}

.social-button_fb:hover .social-button__name {
  color: #fff;
}

.social-button_google {
  border-color: rgba(235, 67, 54, 0.4);
}

.social-button_google .social-button__icon svg {
  fill: #EB4336;
}

.social-button_google .social-button__name {
  color: #EB4336;
}

.social-button_google:hover {
  background-color: #EB4336;
}

.social-button_google:hover .social-button__icon svg {
  fill: #fff;
}

.social-button_google:hover .social-button__name {
  color: #fff;
}

.checkbox {
  display: flex;
}

.checkbox__label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.checkbox__label:hover .checkbox__box {
  background-color: #00B4DC;
  border-color: #00B4DC;
}

.checkbox__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  top: 0;
  left: 0;
}

.checkbox__input:checked + .checkbox__box {
  background-color: #00B4DC;
  border-color: #00B4DC;
}

.checkbox__input:checked + .checkbox__box::before {
  opacity: 1;
}

.checkbox__input:disabled + .checkbox__box {
  background-color: #F5F6F7;
  border-color: #DEDFE3;
}

.checkbox__input:disabled + .checkbox__box::before {
  opacity: 0;
}

.checkbox__box {
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: 0.0625rem solid #C4C9D1;
  position: relative;
  transition: all 300ms ease;
  flex-shrink: 0;
}

.checkbox__box::before {
  content: '';
  width: 0.625rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/svg/checkbox/check.svg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 300ms ease;
}

.checkbox__name {
  display: block;
  color: #000;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #464E5A;
  padding-left: 0.8125rem;
  padding-top: 0.3125rem;
  position: relative;
  top: -0.125rem;
}

.checkbox__name span {
  padding-right: 1.125rem;
}

.checkbox__name .link span,
.checkbox__name .page-content a span,
.page-content .checkbox__name a span {
  padding: 0;
}

.checkbox.disabled {
  cursor: auto;
}

.checkbox.disabled .checkbox__label {
  cursor: auto;
}

.checkbox.disabled .checkbox__name {
  color: #BBBBBB;
}

.checkbox_align-center .checkbox__name {
  top: 0;
}

.checkbox_align-center .checkbox__label {
  align-items: center;
}

.checkbox.error .checkbox__box {
  border-color: #000;
}

.checkbox--solid .checkbox__box {
  border-radius: 0.25rem;
  border-color: #647A9C;
}

.checkbox--solid .checkbox__name {
  padding-left: 1rem;
  color: #45505C;
  font-size: 1.125rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.03375rem;
}

.checkbox--solid .checkbox__input:checked + .checkbox__box {
  background: #0078C3;
  border-color: #0078C3;
}

.checkbox--solid:hover .checkbox__box {
  background: #0078C3;
  border-color: #0078C3;
}

.chart {
  height: 100%;
}

.chart--no-legend .chart__container {
  padding-bottom: 0 !important;
}

.chart__wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.chart__title {
  padding-bottom: 2.625rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.chart__container {
  padding-bottom: 1.875rem;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  position: relative;
}

.chart__legend {
  display: flex;
  justify-content: center;
}

.chart__legend-item {
  display: flex;
  align-items: center;
  margin: 0 1rem;
}

.chart__legend-item_disabled {
  opacity: 0.3;
  filter: grayscale(1);
}

.chart__legend-item_transparent .chart__legend-line {
  background-color: #0078C3;
}

.chart__legend-item_accountability .chart__legend-line {
  background-color: #00B4DC;
}

.chart__legend-line {
  width: 0.625rem;
  height: 0.125rem;
  flex-shrink: 0;
}

.chart__legend-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-left: 0.75rem;
}

.chart canvas {
  max-width: 100%;
  width: 100%;
  height: 28.125rem !important;
}

.input {
  position: relative;
}

.input.error .input__field {
  border-bottom-color: #F84646;
}

.input.error .input__error {
  display: block;
}

.input.process .input__search-icon_search {
  opacity: 0;
  visibility: hidden;
}

.input.process .input__search-icon_clear {
  opacity: 0;
  visibility: hidden;
}

.input.process .input__search-icon_loader {
  opacity: 1;
  visibility: visible;
}

.input.show-password .input__password-icon_hide {
  opacity: 1;
  visibility: visible;
}

.input.show-password .input__password-icon_show {
  opacity: 0;
  visibility: hidden;
}

.input__wrapper {
  display: flex;
  position: relative;
}

.input__label {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.input__container {
  position: relative;
  width: 100%;
}

.input__field-container {
  position: relative;
  width: 100%;
}

.input__field {
  position: relative;
  width: 100%;
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: 0;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease-in-out;
  padding: 0 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.5rem;
  letter-spacing: 0.04em;
  color: #45505C;
}

.input__field::placeholder {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.5rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #A8B4BF;
}

.input__field:focus {
  background: #FFFFFF;
  border: 0.0625rem solid #00B4DC;
  box-sizing: border-box;
  box-shadow: 0rem 0.125rem 0.5rem rgba(80, 172, 192, 0.15);
}

.input__error {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
  padding-top: 0.5rem;
  display: none;
}

.input__search-icons {
  height: 100%;
  width: 3.5rem;
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}

.input__search-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
}

.input__search-icon_search {
  opacity: 1;
  visibility: visible;
}

.input__search-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0078C3;
}

.input_size-56 .input__field {
  height: 3.5rem;
  font-size: 1rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
  padding: 0 1.25rem;
}

.input_size-56 .input__field::placeholder {
  font-size: 1rem;
  line-height: 3.5rem;
  letter-spacing: 0.02em;
}

.input__password-icons {
  width: 2.5rem;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
}

.input__password-icon {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
}

.input__password-icon_show {
  opacity: 1;
  visibility: visible;
}

.input__password-icon_hide {
  opacity: 0;
  visibility: hidden;
}

.input__password-icon svg {
  width: 1rem;
  height: 1rem;
  display: block;
  fill: #9198A2;
  transition: all 300ms ease-in-out;
}

.input__password-icon:hover svg {
  fill: #4D596C;
}

.input__add-icon {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 2.5rem;
  height: 100%;
  transition: background 300ms ease;
}

.input__add-icon::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  background-color: #0078C3;
  height: 0.125rem;
  width: 0.625rem;
  transition: background 300ms ease, transform 300ms ease;
}

.input__add-icon::after {
  content: '';
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  background-color: #0078C3;
  height: 0.125rem;
  width: 0.625rem;
  transform: rotate(-90deg);
  transition: background 300ms ease, transform 300ms ease;
}

.input__add-icon:hover,
.input__add-icon.active {
  background: rgba(0, 120, 195, 0.07);
}

.input__add-icon:hover::after,
.input__add-icon:hover::before,
.input__add-icon.active::after,
.input__add-icon.active::before {
  background-color: #005082;
}

.input__add-icon.active::after {
  transform: rotate(0);
}

.input_search .input__field {
  padding-right: 3.5rem;
}

.input_border-radius .input__field {
  border-radius: 0.25rem;
}

.input_url .input__field {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  background-color: #fff;
}

.input_url .input__field-container::before {
  content: '';
  position: absolute;
  left: 0.75rem;
  top: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background: url("../img/input/url.svg") 50% 50% no-repeat;
  background-size: contain;
  z-index: 2;
}

.input_url-added {
  padding-top: 0.75rem;
}

.input_url-added .input__label {
  display: none;
}

.city-card {
  display: flex;
  align-items: stretch;
  background: #FFFFFF;
  border: 0.0625rem solid #DDE7ED;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 0.75rem;
  overflow: hidden;
  transition: background 300ms ease;
}

.city-card__image {
  flex-shrink: 0;
  display: block;
  width: 7.5rem;
  height: 7.5rem;
  background-color: #f2f2f2;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
}

.city-card__caption {
  position: relative;
  padding-left: 1.5rem;
  padding-right: 1.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 100%;
}

.city-card__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.375rem;
  letter-spacing: 0.03em;
  color: #000000;
  padding-bottom: 1rem;
}

.city-card__place {
  width: 2rem;
  height: 2rem;
  background-color: #E9EFF7;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #005082;
  transition: background 300ms ease;
}

.city-card__rating {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}

.city-card__rating-column {
  display: block;
}

.city-card__rating-row {
  display: inline-block;
  width: 100%;
  align-items: center;
  padding-bottom: 0rem;
}

.city-card__rating-row:last-child {
  padding-bottom: 0;
}

.city-card__rating-name {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #45505C;
}

.city-card__rating-value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #00B4DC;
}

.city-card__rating-value_dark {
  color: #0078C3;
}

.city-card__cat,
.city-card__indicator {
  padding: 0.1875rem 0.5rem;
  border-radius: 0.5rem;
  color: #FFF;
  font-size: 0.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: normal;
  white-space: nowrap;
}

.city-card__cat--1 {
  background: #0A1928;
}

.city-card__cat--2 {
  background: #00B4DC;
}

.city-card__cat--3 {
  background: #0078C3;
}

.city-card__indicator--1 {
  background: #A8B4BF;
}

.city-card__indicator--2 {
  background: #00B4DC;
}

.city-card__indicator--3 {
  background: #0078C3;
}

.city-card__indicator--4 {
  background: #005082;
}

.city-card_simple {
  align-items: center;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  height: 3.8125rem;
}

.city-card_simple .city-card__image {
  display: none;
}

.city-card_simple .city-card__name {
  padding: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
}

.city-card_simple .city-card__rating {
  justify-content: flex-start;
  align-items: center;
}

.city-card_simple .city-card__rating-name {
  display: none;
}

.city-card_simple .city-card__rating-column {
  display: flex;
}

.city-card_simple .city-card__rating-value {
  padding: 0 1.25rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  border-right: 0.0625rem solid #CEDBE3;
}

.city-card_simple .city-card__rating-row:last-child .city-card__rating-value {
  border-right: none;
}

.city-card_simple .city-card__place {
  width: 1.6875rem;
  height: 1.6875rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.city-card_simple .city-card__caption {
  width: 100%;
  padding: 1rem 0rem 1rem 3.4375rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.city-card_list {
  align-items: center;
  box-shadow: none;
  border-radius: 0;
  height: auto;
  border: none;
}

.city-card_list .city-card__image {
  display: none;
}

.city-card_list .city-card__name {
  padding: 0;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
}

.city-card_list .city-card__rating {
  justify-content: flex-start;
  align-items: center;
}

.city-card_list .city-card__rating-name {
  display: none;
}

.city-card_list .city-card__rating-column {
  display: flex;
}

.city-card_list .city-card__rating-value {
  padding: 0 0 0 0.5rem;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  border-right: none;
  color: #005082;
}

.city-card_list .city-card__rating-row:last-child .city-card__rating-value {
  border-right: none;
}

.city-card_list .city-card__place {
  width: 1.75rem;
  height: 1.75rem;
  position: absolute;
  left: 1rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: 0.875rem;
  line-height: 1.0625rem;
}

.city-card_list .city-card__caption {
  width: 100%;
  padding: 1.4375rem 0.375rem 1.3125rem 3.75rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

.city-card--no-values .city-card__place {
  display: none;
}

.city-card--no-values .city-card__caption {
  padding: 1.4375rem 0.5rem 1.3125rem 0.5rem;
}

.more-button {
  display: flex;
  background: rgba(0, 120, 195, 0.07);
  border-radius: 0.375rem;
  height: 3rem;
  justify-content: center;
  align-items: center;
  transition: background 300ms ease;
}

.more-button:hover {
  background: #fff;
  border: 0.0625rem solid #B4C4D4;
}

.more-button__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005082;
}

.more-button_white {
  background-color: #fff;
  border: 0.0625rem solid #B4C4D4;
  filter: drop-shadow(0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05));
}

.more-button_white:hover {
  background: rgba(0, 120, 195, 0.07);
  border-color: rgba(0, 120, 195, 0.07);
}

.news-card {
  position: relative;
  text-align: left;
  display: flex;
  flex-direction: column;
}

.news-card__container {
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.news-card__image-wrapper {
  display: block;
  overflow: hidden;
  flex-shrink: 0;
  background-color: #EEF6FB;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
}

.news-card__image-wrapper::after {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.1875rem;
  height: 1.6875rem;
  background: url("../img/pdf/icon.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 0;
}

.news-card__image-wrapper:hover + .news-card__caption > .news-card__name {
  color: #0078C3;
}

.news-card__image {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  padding-top: 57.4%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transition: transform 300ms ease-out;
}

.news-card__caption {
  padding-top: 1.25rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-card__name {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1rem;
  transition: color 300ms ease;
}

.news-card__name:hover {
  color: #0078C3;
}

.news-card__date {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #647A9C;
  margin-top: auto;
}

.news-card_column {
  padding-top: 1.875rem;
  border-top: 0.0625rem solid #CEDBE3;
  margin-top: 1.875rem;
}

.news-card_column:first-child {
  border-top: none;
  padding-top: 0;
  margin-top: 0;
}

.news-card_column .news-card__container {
  flex-direction: row;
  align-items: stretch;
}

.news-card_column .news-card__image-wrapper {
  width: 7.5rem;
  height: 5.625rem;
}

.news-card_column .news-card__image {
  width: 100%;
  height: 100%;
  padding-top: 0;
}

.news-card_column .news-card__caption {
  padding: 0 1.625rem 0 1.625rem;
  min-height: 100%;
}

.news-card_md .news-card__image {
  padding-top: 56%;
}

.news-card_md .news-card__caption {
  padding-top: 1.875rem;
}

.news-card_md .news-card__name {
  font-size: 1.5rem;
  line-height: 2.375rem;
  letter-spacing: 0.03em;
  padding-bottom: 1.625rem;
}

.news-card_main {
  display: block;
}

.news-card_main .news-card__container {
  position: relative;
}

.news-card_main .news-card__image-wrapper {
  position: relative;
}

.news-card_main .news-card__image-wrapper::after {
  content: '';
  width: 100%;
  height: 100%;
  transform: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.47%, rgba(0, 0, 0, 0.5) 100%);
}

.news-card_main .news-card__image-wrapper::before {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 16%;
  background: url("../img/news/overlay.svg") center center no-repeat;
  background-size: cover;
}

.news-card_main .news-card__image {
  padding-top: 56.2%;
}

.news-card_main .news-card__caption {
  z-index: 3;
  position: absolute;
  left: 3.5rem;
  bottom: 3.5rem;
  min-height: auto;
  display: flex;
  flex-direction: column-reverse;
  padding: 2.25rem 0rem 0rem 0rem;
  width: 100%;
  max-width: 42.3125rem;
  height: auto;
}

.news-card_main .news-card__caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #FEBE4B;
}

.news-card_main .news-card__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.news-card_main .news-card__date {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.news-card_lg .news-card__image {
  padding-top: 55.9%;
}

.news-card_lg .news-card__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1rem;
}

.news-card_page .news-card__image-wrapper::before {
  content: 'Page';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 0;
  font-style: italic;
  font-size: 1.375rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #A8B4BF;
  background: none;
  width: auto;
  height: auto;
}

.arrow-link {
  display: flex;
  align-items: center;
}

.arrow-link__name {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #005082;
  padding-right: 0.9375rem;
}

.arrow-link__icon {
  display: block;
  width: 0.75rem;
  height: 0.875rem;
}

.arrow-link__icon svg {
  width: 100%;
  height: 100%;
}

.instrument-card {
  display: flex;
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
  border-radius: 0.75rem;
  position: relative;
  padding: 1.5rem;
  min-height: 15.625rem;
  flex: 0 0 1;
  filter: drop-shadow(0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14));
  transition: transform 300ms ease;
  overflow: hidden;
}

.instrument-card:hover {
  transform: translateY(-0.3125rem);
  filter: drop-shadow(0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.3));
}

.instrument-card:hover .instrument-card__background {
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.instrument-card__background {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 150%;
  border-radius: 50%;
  background-color: #E9EFF7;
  transition: transform 600ms ease, opacity 200ms ease;
}

.instrument-card__background::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.instrument-card__container {
  min-height: 100%;
  width: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.instrument-card__name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-top: 1.125rem;
  position: relative;
  z-index: 2;
}

.instrument-card__name::before {
  content: '';
  width: 2.5rem;
  height: 0.125rem;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #00B4DC;
}

.instrument-card__icon {
  position: absolute;
  z-index: 1;
  width: 3.75rem;
  height: 3.75rem;
  top: 33%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.instrument-card__icon::before {
  content: '';
  width: 4rem;
  height: 4rem;
  background-color: #F5F8FA;
  border-radius: 50%;
  position: absolute;
  top: 0.625rem;
  left: 1.25rem;
  z-index: 1;
}

.instrument-card__icon::after {
  content: '';
  width: 3.75rem;
  height: 3.75rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-image: url("../img/svg/instruments/icon-1.svg");
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  z-index: 2;
}

.instrument-card_practice .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-1.svg");
}

.instrument-card_templates .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-2.svg");
}

.instrument-card_education .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-3.svg");
}

.instrument-card_strategy .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-4.svg");
}

.instrument-card_game .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-5.svg");
}

.instrument-card_blogs .instrument-card__icon::after {
  background-image: url("../img/svg/instruments/icon-6.svg");
}

.methods-card {
  background: #FFFFFF;
  border: 0.125rem solid #DDE7ED;
  box-shadow: 0rem 0.125rem 0.3125rem rgba(154, 173, 191, 0.1);
  border-radius: 0.75rem;
  padding: 2.5rem;
}

.methods-card__container {
  display: flex;
}

.methods-card__image-wrapper {
  width: 6.25rem;
  flex-shrink: 0;
}

.methods-card__image {
  width: 100%;
  height: auto;
  object-fit: contain;
}

.methods-card__caption {
  padding-left: 1.875rem;
}

.methods-card__name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  color: #005082;
  padding-bottom: 1rem;
}

.methods-card__description {
  font-size: 0.875rem;
  line-height: 1.25rem;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1.5rem;
}

.methods-card__download {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.methods-card__file-size {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.back-link {
  display: flex;
  align-items: center;
}

.back-link__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.back-link__icon svg {
  width: 100%;
  height: 100%;
  fill: #CEDBE3;
  display: block;
  transition: all 300ms ease;
}

.back-link__name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-left: 0.75rem;
  transition: color 300ms ease;
}

.back-link:hover .back-link__name {
  color: #0078C3;
}

.back-link:hover .back-link__icon svg {
  fill: #0078C3;
}

.year-tabs {
  position: relative;
  display: flex;
}

.year-tabs__item {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #647A9C;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.875rem;
  margin-left: 1rem;
  border-radius: 0.25rem;
  transition: all 300ms ease;
}

.year-tabs__item:hover {
  background: #E9EFF7;
}

.year-tabs__item.active {
  background: #0078C3;
  color: #fff;
}

.year-tabs__tooltip {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.6875rem;
  line-height: 0.8125rem;
  letter-spacing: 0.03em;
  color: #005082;
  background: #E9EFF7;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0, 0, 0, 0.06);
  border-radius: 0.3125rem;
  padding: 0.4375rem 0.75rem;
  position: absolute;
  right: 0;
  top: -2.625rem;
}

.year-tabs__tooltip::before {
  content: '';
  position: absolute;
  bottom: -1.0625rem;
  right: 1.75rem;
  border-top: 0.5625rem solid #E9EFF7;
  border-right: 0.375rem solid transparent;
  border-bottom: 0.5625rem solid transparent;
  border-left: 0.375rem solid transparent;
}

.year-tabs--solid {
  gap: 0.5rem;
}

.year-tabs--solid .year-tabs__item {
  background: #F5F8FA;
  margin: 0 !important;
}

.year-tabs--solid .year-tabs__item:hover {
  background: #E9EFF7;
}

.year-tabs--solid .year-tabs__item.active {
  background: #0078C3;
  color: #fff;
}

.circle-chart {
  position: relative;
  padding: 1.3125rem 0 0.75rem 0;
}

.circle-chart--single {
  padding: 0.5rem 0;
}

.circle-chart--single .circle-chart__row {
  width: 100%;
}

.circle-chart--single .circle-chart__column {
  width: 100%;
  display: flex;
  align-items: center;
  gap: 2rem;
}

.circle-chart--single .circle-chart__item {
  padding: 0;
  width: 50%;
}

.circle-chart__container {
  position: relative;
}

.circle-chart__row {
  display: flex;
  align-items: stretch;
}

.circle-chart__column {
  width: 50%;
}

.circle-chart__delimiter {
  flex-shrink: 0;
  width: 0.0625rem;
  min-height: 100%;
  background: #CEDBE3;
  margin: 0 1.875rem;
}

.circle-chart__item {
  display: flex;
  align-items: center;
  padding-bottom: 2.5rem;
}

.circle-chart__item:last-child {
  padding-bottom: 0;
}

.circle-chart__item_disabled {
  opacity: 0.3;
  filter: grayscale(1);
}

.circle-chart__no-value {
  width: 4rem;
  height: 4rem;
  background: #E9EFF7;
  border-radius: 50%;
  overflow: hidden;
  background-image: url("../img/icons/smile.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.circle-chart__place {
  width: 4rem;
  height: 4rem;
  background: #0078C3;
  color: #fff;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  border-radius: 50%;
}

.circle-chart__place_light {
  background-color: #00B4DC;
}

.circle-chart__caption {
  padding-left: 1.4375rem;
}

.circle-chart__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.3125rem;
}

.circle-chart__description {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.circle-chart__value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.875rem;
  line-height: 2.25rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.circle-chart__svg {
  width: 4.375rem;
  height: 4.375rem;
  position: relative;
  margin-left: -0.1875rem;
}

.circle-chart__svg_transparent .circle-chart__svg-icon {
  background: url("../img/circle-chart/eye.svg") center center no-repeat;
  background-size: contain;
}

.circle-chart__svg_transparent .circle-chart__svg-rating-circle {
  stroke: #0078C3;
}

.circle-chart__svg_accountability .circle-chart__svg-icon {
  background: url("../img/circle-chart/file.svg") center center no-repeat;
  background-size: contain;
}

.circle-chart__svg_accountability .circle-chart__svg-rating-circle {
  stroke: #00B4DC;
}

.circle-chart__svg-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.circle-chart__svg-container {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.circle-chart__svg-circle {
  position: absolute;
  z-index: 0;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  opacity: 0.7;
  border: 0.25rem solid #DDE7ED;
}

.circle-chart__svg-rating-circle {
  display: block;
  z-index: 1;
  width: 100%;
  height: 100%;
}

.circle-chart__svg-rating-circle-scale {
  transform: rotate(-90deg);
  position: absolute;
  top: -0.1875rem;
  left: -0.1875rem;
  width: calc(100% + 0.375rem);
  height: calc(100% + 0.375rem);
}

.circle-chart__svg-rating-circle-scale[data-progress="0"] {
  opacity: 0 !important;
}

.circle-chart__svg-rating-circle-scale circle {
  stroke-width: 6;
}

.linear-chart {
  position: relative;
  height: 100%;
}

.linear-chart--single .linear-chart__item {
  padding-bottom: 0.875rem;
}

.linear-chart--single .linear-chart__item:last-child {
  padding-bottom: 0 !important;
}

.linear-chart--single .linear-chart__body {
  padding-bottom: 0 !important;
}

.linear-chart--single .linear-chart__item-values {
  width: 3.25rem;
}

.linear-chart--single .linear-chart__item-title {
  padding-bottom: 0;
}

.linear-chart--no-values .linear-chart__item-title {
  padding-bottom: 0.625rem;
}

.linear-chart__wrapper {
  height: 100%;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.linear-chart__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.linear-chart__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.linear-chart__buttons {
  display: flex;
}

.linear-chart__button {
  height: 2rem;
  display: flex;
  align-items: center;
  border-radius: 0.25rem;
  padding: 0 0.75rem;
  margin-left: 0.8125rem;
}

.linear-chart__button_compare {
  background-color: #fff;
  border: 0.0625rem solid #B4C4D4;
}

.linear-chart__button_compare .linear-chart__button-text {
  color: #005082;
}

.linear-chart__button_export {
  background-color: #21BF7D;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
}

.linear-chart__button_export .linear-chart__button-text {
  color: #fff;
}

.linear-chart__button_export .linear-chart__button-icon svg path {
  stroke: #fff;
}

.linear-chart__button-icon {
  width: 1rem;
  height: 1rem;
}

.linear-chart__button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
}

.linear-chart__button-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #005082;
  padding-left: 0.5rem;
}

.linear-chart__body {
  padding-bottom: 0.8125rem;
}

.linear-chart__item {
  position: relative;
  padding-bottom: 1rem;
}

.linear-chart__item-row {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.linear-chart__item-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.375rem;
}

.linear-chart__item-lines {
  flex-grow: 1;
}

.linear-chart__item-line-container {
  width: 100%;
  position: relative;
  height: 0.375rem;
  margin-bottom: 0.125rem;
}

.linear-chart__item-line-container:last-child {
  margin-bottom: 0;
}

.linear-chart__item-line {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 0.1875rem;
}

.linear-chart__item-line_transparent {
  background: linear-gradient(270deg, #0078C3 -0.01%, #00B4DC 100%);
  opacity: 0.9;
}

.linear-chart__item-line_accountability {
  background: linear-gradient(270deg, #00B4DC -0.01%, #9BEDFF 100%);
}

.linear-chart__item-line_chart {
  z-index: 2;
  width: 0;
}

.linear-chart__item-line_overlay {
  z-index: 1;
  background: #F5F8FA;
}

.linear-chart__item-values {
  width: 6.25rem;
  flex-shrink: 0;
  color: #CEDBE3;
  text-align: right;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: right;
  letter-spacing: 0.02em;
}

.linear-chart__item-value {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.linear-chart__item-value_disabled {
  opacity: 0.3;
  filter: grayscale(1);
}

.linear-chart__item-value_transparent {
  color: #0078C3;
}

.linear-chart__item-value_accountability {
  color: #00B4DC;
}

.linear-chart__legend {
  display: flex;
}

.linear-chart__legend-item {
  display: flex;
  align-items: center;
  padding-left: 2rem;
}

.linear-chart__legend-item_disabled {
  opacity: 0.3;
  filter: grayscale(1);
}

.linear-chart__legend-item:first-child {
  padding-left: 0;
}

.linear-chart__legend-item_transparent .linear-chart__legend-box {
  background: #0078C3;
}

.linear-chart__legend-item_accountability .linear-chart__legend-box {
  background: #00B4DC;
}

.linear-chart__legend-box {
  width: 0.75rem;
  height: 0.75rem;
  opacity: 0.9;
  border-radius: 0.125rem;
}

.linear-chart__legend-description {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-left: 0.5625rem;
}

.switcher__wrapper {
  max-width: 39.75rem;
  width: 100%;
  margin: 0 auto;
  display: flex;
  padding: 0.25rem 0.125rem;
  background: #F5F8FA;
  border-radius: 0.625rem;
}

.switcher__item {
  width: 50%;
  text-align: center;
  border-radius: 0.375rem;
  overflow: hidden;
  position: relative;
  margin: 0 0.125rem;
}

.switcher__item:not(.switcher__item_disabled):not(.active):hover .switcher__item-content {
  background-color: #E9EFF7;
}

.switcher__item:not(.switcher__item_disabled).active .switcher__text {
  color: #fff;
}

.switcher__item:not(.switcher__item_disabled).active .switcher__icon svg {
  fill: #fff;
}

.switcher__item:not(.switcher__item_disabled).active .switcher__item-background {
  opacity: 1;
}

.switcher__item_disabled {
  opacity: 0.3;
  filter: grayscale(1);
}

.switcher__item-background {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(0deg, #00B4DC 0%, #0078C3 100.96%);
  box-shadow: 0rem 0.5rem 0.625rem rgba(0, 123, 196, 0.15);
  opacity: 0;
  border-radius: 0.375rem;
  transition: opacity 300ms ease;
}

.switcher__item-content {
  display: block;
  position: relative;
  z-index: 2;
  height: 3.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: background 300ms ease;
}

.switcher__icon {
  width: 1.5rem;
  height: 1.5rem;
}

.switcher__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #0078C3;
  transition: all 300ms ease;
}

.switcher__text {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  padding-left: 0.75rem;
  color: #005082;
  transition: color 300ms ease;
}

.switcher_simple {
  border: none !important;
}

.switcher_simple .switcher__wrapper {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
  border: none;
}

.switcher_simple .switcher__item {
  width: auto;
  padding: 1.75rem;
  border-radius: 0;
}

.switcher_simple .switcher__item:not(.switcher__item_disabled).active .switcher__item-content,
.switcher_simple .switcher__item:not(.switcher__item_disabled):hover .switcher__item-content {
  background-color: #fff;
}

.switcher_simple .switcher__item:not(.switcher__item_disabled).active .switcher__text,
.switcher_simple .switcher__item:not(.switcher__item_disabled):hover .switcher__text {
  color: #0078C3;
}

.switcher_simple .switcher__item:not(.switcher__item_disabled).active {
  border-bottom: 0.125rem solid #0078C3;
}

.switcher_simple .switcher__text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding: 0;
  text-transform: none;
}

.switcher_simple .switcher__icon {
  display: none;
}

.switcher_simple .switcher__item-background {
  display: none;
}

.switcher_simple .switcher__item-content {
  height: auto;
}

.switcher_sm .switcher__wrapper {
  background-color: #fff;
  padding: 0;
  border-radius: 0;
  width: 100%;
  max-width: 100%;
}

.switcher_sm .switcher__item {
  display: flex;
  align-items: center;
  justify-content: center;
  width: auto;
  border-radius: 0.25rem;
}

.switcher_sm .switcher__item:not(.switcher__item_disabled).active .switcher__item-background {
  background: #0078C3;
}

.switcher_sm .switcher__item:not(.switcher__item_disabled).active .switcher__text {
  color: #fff;
}

.switcher_sm .switcher__text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #647A9C;
  text-transform: none;
  padding-left: 0;
}

.switcher_sm .switcher__item-background {
  background: #fff;
}

.switcher_sm .switcher__icon {
  display: none;
}

.switcher_sm .switcher__item-content {
  width: 100%;
  height: 100%;
  padding: 0.5625rem 0.875rem;
}

.custom-select.error .selectize-input {
  border-bottom-color: #F84646;
}

.custom-select.error .custom-select__error {
  display: block;
}

.custom-select__label {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.custom-select .selectize-input {
  display: block !important;
  width: 100%;
  height: 2.5rem;
  border-radius: 0;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease-in-out;
  padding: 0.75rem 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #45505C;
}

.custom-select .selectize-input::before {
  display: none !important;
}

.custom-select .selectize-input.focus {
  background: #FFFFFF;
  border: 0.0625rem solid #00B4DC;
  box-shadow: 0rem 0.125rem 0.5rem rgba(80, 172, 192, 0.15);
}

.custom-select .selectize-input > input {
  display: none !important;
}

.custom-select .selectize-dropdown {
  margin: 0rem 0 0 0;
  background: #FFFFFF;
  border: 0.0625rem solid #DEDFE3;
  box-sizing: border-box;
  box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
  border-radius: 0rem 0rem 0.375rem 0.375rem;
  overflow: hidden;
}

.custom-select .selectize-dropdown .option {
  width: 100%;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #45505C;
}

.custom-select .selectize-dropdown .option:first-child {
  display: none !important;
}

.custom-select__error {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
  padding-top: 0.5rem;
  display: none;
}

.custom-select_white .selectize-input {
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
}

.custom-select_search .selectize-input > input {
  display: inline-block !important;
}

.custom-select_search .selectize-dropdown {
  max-height: 12.5rem;
}

.custom-select_search .selectize-dropdown .option:first-child {
  display: block !important;
}

.textarea.error .textarea__field {
  border-bottom-color: #F84646;
}

.textarea.error .textarea__error {
  display: block;
}

.textarea__label {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.textarea__field {
  display: block;
  resize: none;
  width: 100%;
  border-radius: 0;
  background: #fff;
  border: 0.0625rem solid #DEDFE3;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease-in-out;
  padding: 0.75rem 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #45505C;
  min-height: 6.25rem;
}

.textarea__field::placeholder {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  display: flex;
  align-items: center;
  letter-spacing: 0.04em;
  color: #A8B4BF;
}

.textarea__field:focus {
  background: #FFFFFF;
  border: 0.0625rem solid #00B4DC;
  box-sizing: border-box;
  box-shadow: 0rem 0.125rem 0.5rem rgba(80, 172, 192, 0.15);
}

.textarea__error {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
  padding-top: 0.5rem;
  display: none;
}

.textarea_default .textarea__field {
  background-color: #F5F8FA;
}

.textarea_default .textarea__field:focus {
  background: #FFFFFF;
}

.upload-files {
  position: relative;
}

.upload-files.error .upload-files__wrapper {
  border-bottom-color: #F84646;
}

.upload-files.error .upload-files__error {
  display: block;
}

.upload-files__label {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.upload-files__wrapper {
  position: relative;
  padding: 2.5rem;
  background: #FEFEFE;
  border: 0.125rem dashed #CEDBE3;
  border-radius: 0.1875rem;
}

.upload-files__button {
  overflow: hidden;
  position: relative;
  cursor: pointer;
  height: 2.5rem;
  padding: 0 1.5625rem;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  background: #FFFFFF;
  border: 0.0625rem solid #B4C4D4;
  box-shadow: 0rem 0.125rem 0.5rem rgba(52, 72, 146, 0.05);
  border-radius: 0.25rem;
}

.upload-files__button:hover .upload-files__button-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.upload-files__button:hover .upload-files__button-text {
  color: #fff;
}

.upload-files__button-bg {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  z-index: 0;
  background-color: #0078C3;
  opacity: 0;
  transition: transform 600ms ease, opacity 300ms;
}

.upload-files__button-bg::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.upload-files__button-text {
  position: relative;
  z-index: 2;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #005082;
  transition: color 300ms ease;
}

.upload-files__field {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.upload-files__row {
  display: flex;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.upload-files__column {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding: 0 0.5rem;
}

.upload-files__image-wrapper {
  padding-bottom: 1.5rem;
}

.upload-files__image {
  display: block;
}

.upload-files__description {
  text-align: center;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.6875rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  color: #A8B4BF;
  max-width: 13.375rem;
  width: 100%;
}

.upload-files__text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.upload-files__error {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
  padding-top: 0.5rem;
  display: none;
}

.upload-files__list {
  padding-top: 1rem;
  padding-bottom: 1rem;
  width: 100%;
  text-align: left;
  padding-left: 0rem;
}

.upload-files .file-name-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.6875rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding-bottom: 0.25rem;
  color: #A8B4BF;
  padding-bottom: 0.5rem;
}

.upload-files .file-name {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.6875rem;
  line-height: 140%;
  letter-spacing: 0.02em;
  padding: 0.375rem 0;
  color: #A8B4BF;
  position: relative;
  width: 100%;
  border-bottom: 0.0625rem solid rgba(206, 219, 227, 0.4);
}

.upload-files .file-name:last-child {
  border-bottom: none;
}

.upload-files .file-name-close {
  position: absolute;
  width: 1rem;
  height: 1rem;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/upload-files/close.svg") center center no-repeat;
  background-size: cover;
}

.upload-files_reg .upload-files__button {
  margin-bottom: 1.25rem;
}

.upload-files_reg .upload-files__description {
  max-width: 100%;
}

.upload-files_reg .upload-files__text {
  padding-bottom: 1rem;
}

.upload-files_reg .upload-files__wrapper {
  padding: 2.375rem 1.75rem;
  background-color: #F5F8FA;
}

.upload-files_reg .upload-files__row {
  flex-direction: column;
}

.upload-files_reg .upload-files__column {
  width: 100%;
}

.slider-controls {
  position: relative;
}

.slider-controls__wrapper {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.slider-controls__button-container {
  position: relative;
}

.slider-controls__button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/slider-controls/button.svg") center center no-repeat;
  background-size: cover;
  transition: all 300ms ease;
}

.slider-controls__button.swiper-button-disabled {
  opacity: 0.3;
}

.slider-controls__button_prev {
  transform: scale(-1, 1);
}

.slider-controls__dots {
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.6875rem;
}

.slider-controls__dots .swiper-pagination-bullet {
  display: block;
  width: 0.5rem;
  height: 0.5rem;
  background-color: #CEDBE3;
  margin: 0 0.4375rem;
  transition: all 300ms ease;
  opacity: 1;
}

.slider-controls__dots .swiper-pagination-bullet-active {
  background-color: #0078C3;
}

.more-link {
  display: inline-block;
  overflow: hidden;
}

.more-link__text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  position: relative;
  transition: color 300ms ease;
}

.more-link__text::before {
  content: '';
  width: 100%;
  height: 0.25rem;
  opacity: 0.6;
  background-color: #FEBE4B;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  z-index: -1;
  transition: transform 300ms ease-in-out;
}

.more-link__text:hover {
  color: #0078C3;
}

.more-link__text:hover::before {
  transform: translateX(100%);
}

.dropdown {
  position: relative;
  z-index: 10;
  cursor: pointer;
}

.dropdown.active .dropdown__header {
  border-radius: 0.25rem 0.25rem 0 0;
}

.dropdown.active .dropdown__header::before {
  transform: rotate(-180deg);
}

.dropdown.active .dropdown__container {
  border-radius: 0 0 0.25rem 0.25rem;
}

.dropdown--inline .dropdown__header {
  display: inline-flex;
}

.dropdown__header {
  display: flex;
  height: 2.25rem;
  padding: 0 1.8125rem 0 0.875rem;
  justify-content: center;
  align-items: center;
  background: #0078C3;
  border-radius: 0.25rem;
  position: relative;
}

.dropdown__header::before {
  content: '';
  position: absolute;
  right: 0.625rem;
  top: calc(50% - 0.1875rem);
  width: 0.5625rem;
  height: 0.375rem;
  background: url("../img/dropdown/arrow.svg") center center no-repeat;
  background-size: cover;
  transition: transform 300ms ease;
}

.dropdown__header-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
}

.dropdown__container {
  border: 0.0625rem solid #DEDFE3;
  box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
  border-radius: 0.25rem;
  position: absolute;
  top: 2.25rem;
  left: 0;
  width: 100%;
  background-color: #fff;
  display: none;
  padding: 0.25rem 0;
}

.dropdown__item {
  position: relative;
}

.dropdown__link {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  padding: 0.5rem 0.875rem;
  color: #0A1928;
}

.filter-select {
  display: block;
}

.filter-select.error .selectize-input {
  border-bottom-color: #F84646;
}

.filter-select.error .filter-select__error {
  display: block;
}

.filter-select__label {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.filter-select .selectize-input {
  display: block !important;
  width: 100%;
  height: 2.5rem;
  border-radius: 0.25rem;
  background: #F5F8FA;
  border: none;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease-in-out;
  padding: 0.75rem 2.5rem 0.75rem 1rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #0A1928;
  white-space: nowrap;
}

.filter-select .selectize-input::before {
  display: none !important;
}

.filter-select .selectize-input.focus,
.filter-select .selectize-input.input-active {
  background: #F5F8FA !important;
  box-shadow: 0rem 0.125rem 0.5rem rgba(80, 172, 192, 0.15) !important;
}

.filter-select .selectize-input > input {
  display: none !important;
}

.filter-select .selectize-input .item {
  max-width: 100%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.filter-select .selectize-dropdown {
  margin: 0rem 0 0 0;
  background: #FFFFFF;
  border: 0.0625rem solid #DEDFE3;
  box-sizing: border-box;
  box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
  border-radius: 0rem 0rem 0.375rem 0.375rem;
  overflow: hidden;
}

.filter-select .selectize-dropdown .option {
  width: 100%;
  border-radius: 0;
  padding: 0.75rem 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.04em;
  color: #45505C;
  cursor: pointer;
}

.filter-select .selectize-dropdown .option:first-child {
  display: none !important;
}

.filter-select__error {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
  padding-top: 0.5rem;
  display: none;
}

.filter-select_white .selectize-input {
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
}

.filter-select_without-placeholder .selectize-dropdown .option:first-child {
  display: block !important;
}

.filter-select_search .selectize-input > input {
  display: inline-block !important;
}

.filter-select_city {
  width: 14.375rem;
}

.tag {
  background: #FFFFFF;
  border: 0.0625rem solid #00B4DC;
  border-radius: 1rem;
  padding: 0.25rem 0.4375rem 0.25rem 0.875rem;
  display: inline-flex;
  justify-content: space-between;
  align-items: center;
}

.tag__name {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
}

.tag__close {
  width: 1.25rem;
  height: 1.25rem;
  box-sizing: content-box;
  display: block;
  position: relative;
  transition: opacity 300ms ease;
  opacity: 0.3;
  cursor: pointer;
}

.tag__close:hover {
  opacity: 1;
}

.tag__close::before {
  content: '';
  position: absolute;
  top: calc(50% - 0.5rem);
  left: calc(50% - 0.5rem);
  width: 1rem;
  height: 1rem;
  background: url("../img/svg/close.svg") center center no-repeat;
  background-size: cover;
}

.person {
  position: relative;
}

.person:hover .person__image {
  filter: grayscale(0);
}

.person__wrapper {
  position: relative;
}

.person__wrapper::before {
  content: '';
  width: 3rem;
  height: 0.0625rem;
  background-color: #FEBE4B;
  position: absolute;
  bottom: 0;
  right: 0;
}

.person__image {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 112%;
  background-color: #F5F8FA;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 5rem 0.625rem;
  filter: grayscale(1);
  transition: filter 300ms ease;
}

.person__image::before {
  content: '';
  position: absolute;
  bottom: -0.0625rem;
  right: -0.0625rem;
  width: 59%;
  height: 20%;
  background: url("../img/team/overlay.svg") 50% 50% no-repeat;
  background-size: cover;
}

.person__caption {
  padding-top: 2rem;
}

.person__position {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 1.25rem;
}

.person__name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.75rem;
}

.person__email {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #0078C3;
  transition: color 300ms ease;
}

.person__email:hover {
  color: #00B4DC;
}

.send-mail {
  position: relative;
}

.send-mail__wrapper {
  position: relative;
}

.send-mail__body {
  background: linear-gradient(141.41deg, rgba(255, 255, 255, 0.47) 0%, rgba(255, 255, 255, 0) 100%), #00B4DC;
  border-radius: 5rem 0.625rem;
  position: relative;
  padding-top: 112%;
}

.send-mail__body::before {
  content: '';
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 59%;
  height: 20%;
  background: url("../img/team/overlay.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 2;
}

.send-mail__body::after {
  content: '';
  position: absolute;
  bottom: 0rem;
  right: 0rem;
  width: 100%;
  height: 43%;
  background: url("../img/team/overlay-2.svg") 50% 50% no-repeat;
  background-size: cover;
  z-index: 1;
}

.send-mail__body-content {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 3;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.send-mail__description {
  padding-top: 2rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.send-mail__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 1.8125rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-bottom: 0.75rem;
  padding-top: 1.5rem;
}

.send-mail__icon {
  display: block;
  width: 5rem;
  height: 5rem;
  background: url("../img/team/plus.svg") 50% 50% no-repeat;
  background-size: cover;
  transition: transform 300ms ease;
}

.send-mail__icon:hover {
  transform: scale(1.1);
}

.send-mail__link {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #005082;
  transition: color 300ms ease;
}

.send-mail__link:hover {
  color: #0078C3;
}

.partner {
  height: 100%;
  display: block;
}

.partner:hover .partner__container {
  filter: drop-shadow(0rem 0rem 0.5rem rgba(0, 0, 0, 0.1));
}

.partner__container {
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14);
  border-radius: 0.75rem;
  padding: 3.125rem 2.8125rem 3.75rem 2.8125rem;
  transition: filter 300ms ease;
}

.partner__background {
  position: absolute;
  z-index: 0;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  opacity: 0;
  width: 150%;
  border-radius: 50%;
  background-color: #E9EFF7;
  transition: transform 600ms ease, opacity 200ms ease;
}

.partner__background::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.partner__content {
  position: relative;
  width: 100%;
  z-index: 2;
  left: 0;
  top: 0;
}

.partner__image-wrapper {
  display: block;
  position: relative;
  padding-top: 67%;
}

.partner__image-container {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.partner__image {
  transition: transform 300ms ease;
  max-width: 100%;
  object-fit: contain;
  display: block;
  mix-blend-mode: multiply;
}

.partner__name {
  padding-top: 2.125rem;
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.list {
  list-style-type: none;
  display: block;
  position: relative;
}

.list__item {
  position: relative;
  padding-left: 2.375rem;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #005082;
  padding-bottom: 1rem;
}

.list__item:last-child {
  padding-bottom: 0;
}

.list__item::before {
  content: '';
  width: 0.375rem;
  height: 0.375rem;
  background-color: #0078C3;
  border-radius: 50%;
  position: absolute;
  left: 1rem;
  top: 0.625rem;
}

.pdf {
  width: 100%;
  height: 44.25rem;
  position: relative;
  border-radius: 0.75rem;
  overflow: hidden;
}

.pdf__bg {
  background: #DDE7ED;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
}

.pdf__bg::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 29.75rem;
  height: 7rem;
  background: url("../img/news/overlay.svg") 50% 50% no-repeat;
  background-size: cover;
}

.pdf__bg-icon {
  margin-top: 1.875rem;
  width: 2.1875rem;
  height: 1.6875rem;
  background: url("../img/pdf/icon.svg") 50% 50% no-repeat;
  background-size: cover;
}

.pdf__bg-text {
  padding-top: 1.625rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.5rem;
  line-height: 2.75rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #000000;
}

.pdf__container {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 2;
}

.pdf__iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: none;
  box-shadow: none;
  outline: none;
  background: #DDE7ED;
}

.file {
  display: block;
  padding: 2.25rem 2rem;
  background: #FFFFFF;
  border: 0.0625rem solid #DDE7ED;
  box-sizing: border-box;
  box-shadow: 0rem 0.125rem 0.3125rem rgba(154, 173, 191, 0.1);
  border-radius: 0.75rem;
  position: relative;
  min-height: 7.5rem;
  transition: background 300ms ease;
}

.file:hover .file__icon_download {
  background-color: #EEF6FB;
}

.file__caption {
  display: flex;
  width: 100%;
  padding-right: 4.375rem;
}

.file__icon {
  display: block;
  flex-shrink: 0;
  width: 2.5rem;
  height: 2.5rem;
}

.file__icon_pdf {
  background: url("../img/file/pdf.svg") 50% 50% no-repeat;
  background-size: cover;
}

.file__icon_xls {
  background: url("../img/file/xls.svg") 50% 50% no-repeat;
  background-size: cover;
}

.file__icon_word {
  background: url("../img/file/word.svg") 50% 50% no-repeat;
  background-size: cover;
}

.file__icon_download {
  width: 3.5rem;
  height: 3.5rem;
  position: absolute;
  right: 2rem;
  top: calc(50% - 1.75rem);
  background: url("../img/file/download.svg") 50% 50% no-repeat;
  background-size: 1.5rem 1.5rem;
  transition: background 300ms ease;
  box-sizing: content-box;
  border-radius: 50%;
}

.file__info {
  padding-left: 1rem;
  display: block;
}

.file__name {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  color: #005082;
  padding-bottom: 0.6875rem;
}

.file__size {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.file__additional {
  display: block;
}

.tabs {
  position: relative;
  display: flex;
}

.tabs__item {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #647A9C;
  height: 2.375rem;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 0 0.875rem;
  margin-right: 1rem;
  border-radius: 0.25rem;
  transition: all 300ms ease;
}

.tabs__item:hover {
  background: #E9EFF7;
}

.tabs__item.active {
  background: #0078C3;
  color: #fff;
}

.notification {
  position: fixed;
  z-index: 10;
  bottom: 0;
  left: 0;
  width: 100%;
  background-color: #fff;
  padding: 1rem 0;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(65, 87, 120, 0.1);
  display: none;
}

.notification__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
}

.notification__text {
  padding-right: 1.875rem;
}

.notification__button {
  display: flex;
  max-width: 6.875rem;
  width: 100%;
}

.event-card {
  display: block;
  position: relative;
  padding-bottom: 3.5rem;
}

.event-card:hover img {
  transform: scale(1.03);
}

.event-card__image {
  background: #F4F4F4;
  border-radius: 0.75rem;
  overflow: hidden;
  position: relative;
  display: block;
  margin-bottom: 1.25rem;
  transform: translateZ(0);
}

.event-card__image::before {
  content: '';
  display: inline-block;
  padding-top: 54%;
}

.event-card__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  backface-visibility: hidden;
}

.event-card__image-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.event-card__badge {
  position: absolute;
  z-index: 2;
  bottom: 0;
  left: 0;
  padding: 0.5rem 0.625rem;
  background: #005082;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.event-card__day {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 90%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-bottom: 0.125rem;
}

.event-card__date {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.625rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.event-card__caption {
  display: block;
  position: relative;
}

.event-card__name {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.event-card__location {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #0078C3;
  margin-bottom: 0.75rem;
  padding-left: 1.5rem;
  position: relative;
}

.event-card__location::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  background: url("../img/events/location.svg") 50% 50% no-repeat;
  background-size: contain;
}

.banner {
  background: #0A1928;
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10000;
  transition: transform 300ms ease;
}

.banner:not(.collapsed) + .navbar {
  top: 3.75rem;
}

.banner.collapsed {
  transform: translateY(-100%);
}

.banner + .navbar {
  transition: top 300ms ease;
}

.banner__wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}

.banner__container {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.75rem 8.875rem;
  position: relative;
}

.banner__icon {
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  margin-right: 1.5rem;
  display: inline-block;
  background-image: url("../img/banner/question.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.banner__text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
}

.banner__text span {
  display: inline-block;
}

.banner__button {
  height: 2.25rem;
  display: inline-flex;
  align-items: center;
  line-height: 2.25rem;
  padding: 0 1.125rem;
  background: #FEBE4B;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 1.5rem;
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  text-align: center;
  letter-spacing: 0.01em;
  color: #0A1928;
  margin-left: 1.5rem;
  transition: background 300ms ease;
  white-space: nowrap;
  flex-shrink: 0;
}

.banner__button:hover {
  background: #feb532;
}

.banner__button--lg {
  display: inline-flex;
}

.banner__button--sm {
  display: none;
}

.r-banner {
  border-radius: 1rem;
  background: #0078C3;
  margin-bottom: 2.5rem;
  padding: 5.625rem 5rem;
  position: relative;
  overflow: hidden;
}

.r-banner__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.r-banner__bg img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.r-banner__caption {
  width: 100%;
  max-width: 25.9375rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2.5rem;
  position: relative;
  z-index: 2;
}

.r-banner__title {
  color: #FFF;
  font-size: 3.125rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 110%;
  letter-spacing: 0.09375rem;
}

.r-banner__btn {
  min-width: 12.5rem;
}

.grid-4 {
  background: #DDE7ED;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 0.0625rem;
  overflow: hidden;
  border-radius: 0.75rem;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: 0rem 0.3125rem 0.625rem 0rem rgba(154, 173, 191, 0.14);
}

.grid-4__item {
  background: #fff;
  display: flex;
  align-items: center;
  gap: 1.5rem;
  padding: 2.5rem 2rem;
}

.grid-4__visual {
  flex-shrink: 0;
}

.grid-4__icon {
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #F1F7F9;
  display: flex;
  align-items: center;
  justify-content: center;
}

.grid-4__icon img {
  display: block;
  width: 2.25rem;
  height: 2.25rem;
  object-fit: contain;
}

.grid-4__chart {
  width: 4.25rem;
  height: 4.25rem;
  position: relative;
  transform: rotate(-90deg);
}

.grid-4__svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.grid-4__svg svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #0078C3;
}

.grid-4__caption {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.grid-4__title {
  color: #0A1928;
  font-size: 1.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.05625rem;
}

.grid-4__description {
  color: #647A9C;
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.03rem;
}

.grid-3 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 1.25rem;
}

.grid-3__item {
  padding: 1.5rem;
  border-radius: 0.75rem;
  background: #F4F7FA;
  display: flex;
  align-items: center;
  gap: 1.5rem;
}

.grid-3__visual {
  flex-shrink: 0;
  width: 4.25rem;
  height: 4.25rem;
  border-radius: 50%;
  background: #fff;
  position: relative;
}

.grid-3__visual--1 .grid-3__layer-1,
.grid-3__visual--1 .grid-3__layer-2 {
  background: #0A1928;
}

.grid-3__visual--2 .grid-3__layer-1,
.grid-3__visual--2 .grid-3__layer-2 {
  background: #00B4DC;
}

.grid-3__visual--3 .grid-3__layer-1,
.grid-3__visual--3 .grid-3__layer-2 {
  background: #0078C3;
}

.grid-3__layer-1 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  z-index: 1;
  opacity: .3;
  background: #A8B4BF;
}

.grid-3__layer-2 {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  z-index: 2;
  background: #A8B4BF;
}

.grid-3__caption {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.grid-3__title {
  color: #0A1928;
  font-size: 1.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.05625rem;
}

.grid-3__description {
  color: #647A9C;
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.03rem;
}

.plates {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
}

.plates__item {
  background: linear-gradient(0deg, #FECE4B 0%, #FEBE4B 100%);
  border-radius: 0.75rem;
  padding: 2.5rem;
  display: flex;
  align-items: center;
  gap: 2.25rem;
}

.plates__item--yellow {
  background: linear-gradient(0deg, #FECE4B 0%, #FEBE4B 100%);
}

.plates__item--blue {
  background: linear-gradient(180deg, #0078C3 0%, #00B4DC 100%);
}

.plates__item--blue .plates__title {
  color: #fff;
}

.plates__item:has(.plates__year) .plates__visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background: linear-gradient(0deg, rgba(89, 198, 239, 0.3) 0%, rgba(89, 198, 239, 0.3) 100%);
  mix-blend-mode: multiply;
}

.plates__visual {
  flex-shrink: 0;
  width: 9.375rem;
  position: relative;
  overflow: hidden;
  border-radius: 0.75rem;
  background: #D9D9D9;
}

.plates__visual::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

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

.plates__year {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  color: #FFF;
  text-shadow: 0rem 0.125rem 0.875rem rgba(0, 0, 0, 0.15);
  font-size: 3.125rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 130%;
  letter-spacing: 0.09375rem;
  z-index: 3;
}

.plates__title {
  color: #0A1928;
  font-size: 1.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 130%;
  letter-spacing: 0.0525rem;
}

.y-plate {
  position: relative;
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  border-radius: 0.75rem;
  background: #F5F8FA;
}

.y-plate__visual {
  flex-shrink: 0;
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  width: 9.375rem;
}

.y-plate__visual::before {
  content: '';
  display: inline-block;
  padding-top: 109%;
}

.y-plate__visual img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.y-plate__caption {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  max-width: 13.75rem;
}

.y-plate__title {
  color: #0078C3;
  font-size: 2.25rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 130%;
  letter-spacing: 0.045rem;
}

.y-plate__description {
  color: #0A1928;
  font-size: 1.5rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 120%;
  letter-spacing: 0.045rem;
}

.y-plate__index {
  position: absolute;
  bottom: 2.5rem;
  right: 1.875rem;
  color: #647A9C;
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 1.25rem;
  letter-spacing: 0.04rem;
}

.event-slider {
  padding: 2rem 4.5rem;
  border-radius: 2rem;
  border: 0.125rem solid #CEDBE3;
  position: relative;
}

.event-slider__container {
  position: relative;
}

.event-slider__wrapper {
  display: flex;
  align-items: center;
  gap: 2.5rem;
}

.event-slider__image {
  width: 21.8125rem;
  height: auto;
  flex-shrink: 0;
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
}

.event-slider__image::before {
  content: '';
  display: inline-block;
  padding-top: 55.5%;
}

.event-slider__image img {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.event-slider__caption {
  padding: 0.8125rem 0;
  display: flex;
  flex-direction: column;
  gap: 1rem;
  flex: 1;
}

.event-slider__location {
  position: relative;
  padding-left: 1.75rem;
  color: #0078C3;
  font-size: 1rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 125%;
  letter-spacing: 0.04rem;
}

.event-slider__location::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 1.125rem;
  height: 1.125rem;
  background-image: url("../img/event-slider/location.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.event-slider__title {
  color: #000;
  font-size: 1.5rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 140%;
  letter-spacing: 0.045rem;
}

.event-slider__schedule {
  margin-top: auto;
  color: #45505C;
  font-size: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 125%;
  letter-spacing: 0.04rem;
}

.event-slider__schedule strong {
  font-family: "Gilroy-SemiBold", sans-serif;
}

.event-slider__date {
  border-radius: 0.5rem;
  background: #005082;
  padding: 0.75rem 0.875rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 0.125rem;
  align-self: stretch;
  color: #FFF;
  font-size: 0.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 120%;
  letter-spacing: 0.035rem;
}

.event-slider__date--sm {
  display: none;
}

.event-slider__date span {
  font-size: 2.25rem;
  line-height: 90%;
  letter-spacing: 0.09rem;
}

.event-slider__btn {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 2rem;
  height: 2rem;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.event-slider__btn.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.event-slider__btn svg {
  display: block;
  width: 100%;
  height: 100%;
  stroke: #647A9C;
  transition: stroke 300ms ease;
}

.event-slider__btn:hover svg {
  stroke: #0078C3;
}

.event-slider__btn--prev {
  left: 1.5rem;
}

.event-slider__btn--next {
  right: 1.5rem;
}

.poll {
  width: 100%;
  max-width: 61.25rem;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2.5rem;
}

.poll__header {
  display: flex;
  align-items: center;
  flex-direction: column;
  gap: 1.5rem;
}

.poll__icon {
  width: 2rem;
  height: 2rem;
  flex-shrink: 0;
}

.poll__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.poll__title {
  position: relative;
}

.poll__title h2 {
  color: #0A1928;
  text-align: center;
  font-size: 1.875rem;
  font-style: normal;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 150%;
  letter-spacing: 0.05625rem;
}

.poll__container {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  flex: 1;
}

.poll__content {
  flex: 1;
  width: 100%;
  padding: 2rem 2.5rem;
  border-radius: 1rem;
  background: #F5F8FA;
  box-shadow: 0rem 0.125rem 0.3125rem 0rem rgba(154, 173, 191, 0.1);
}

.poll__fields {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.poll__button {
  min-width: 12.5rem;
}

.poll__results {
  padding: 0 2.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.625rem;
}

.poll__result {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.poll__value {
  color: #0A1928;
  font-size: 1.25rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.0375rem;
  min-width: 3.125rem;
}

.poll__visual {
  display: flex;
  flex-direction: column;
  gap: 0.125rem;
  width: 100%;
}

.poll__title {
  color: #45505C;
  font-size: 0.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.02625rem;
}

.poll__progress {
  position: relative;
  height: 0.375rem;
  border-radius: 0.1875rem;
  opacity: 0.9;
  background: #E9EFF7;
  overflow: hidden;
  width: 100%;
}

.poll__progress-bar {
  position: absolute;
  border-radius: 0.1875rem;
  top: 0;
  left: 0;
  height: 100%;
  background: linear-gradient(270deg, #0078C3 -0.01%, #00B4DC 100%);
}

.poll__counter {
  margin-top: 1.25rem;
  color: #647A9C;
  font-size: 1rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.03rem;
  padding: 0 2.5rem;
}

.radio {
  display: flex;
}

.radio__label {
  display: flex;
  align-items: center;
  position: relative;
  cursor: pointer;
}

.radio__label:hover .radio__box {
  background-color: #00B4DC;
  border-color: #00B4DC;
}

.radio__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  width: 0.0625rem;
  height: 0.0625rem;
  top: 0;
  left: 0;
}

.radio__input:checked + .radio__box {
  background-color: #00B4DC;
  border-color: #00B4DC;
}

.radio__input:checked + .radio__box::before {
  opacity: 1;
}

.radio__input:disabled + .radio__box {
  background-color: #F5F6F7;
  border-color: #DEDFE3;
}

.radio__input:disabled + .radio__box::before {
  opacity: 0;
}

.radio__box {
  border-radius: 50%;
  display: block;
  width: 1.25rem;
  height: 1.25rem;
  background-color: #ffffff;
  border: 0.0625rem solid #C4C9D1;
  position: relative;
  transition: all 300ms ease;
  flex-shrink: 0;
}

.radio__box::before {
  content: '';
  width: 0.625rem;
  height: 0.375rem;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/svg/checkbox/check.svg") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
  transition: all 300ms ease;
}

.radio__name {
  display: block;
  color: #000;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #464E5A;
  padding-left: 0.8125rem;
  padding-top: 0.3125rem;
  position: relative;
  top: -0.125rem;
}

.radio__name span {
  padding-right: 1.125rem;
}

.radio__name .link span,
.radio__name .page-content a span,
.page-content .radio__name a span {
  padding: 0;
}

.radio.disabled {
  cursor: auto;
}

.radio.disabled .radio__label {
  cursor: auto;
}

.radio.disabled .radio__name {
  color: #BBBBBB;
}

.radio_align-center .radio__name {
  top: 0;
}

.radio_align-center .radio__label {
  align-items: center;
}

.radio.error .radio__box {
  border-color: #000;
}

.radio--solid .radio__box {
  border-color: #647A9C;
}

.radio--solid .radio__name {
  padding-left: 1rem;
  color: #45505C;
  font-size: 1.125rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.03375rem;
}

.radio--solid .radio__input:checked + .radio__box {
  background: #0078C3;
  border-color: #0078C3;
}

.radio--solid:hover .radio__box {
  background: #0078C3;
  border-color: #0078C3;
}

.c-card {
  display: flex;
  align-items: center;
  gap: 2rem;
}

.c-card--cat-1 .c-card__visual {
  background: #0A1928;
}

.c-card--cat-2 .c-card__visual {
  background: #00B4DC;
}

.c-card--cat-3 .c-card__visual {
  background: #0078C3;
}

.c-card__visual {
  flex-shrink: 0;
  border-radius: 50%;
  background: #0078C3;
  position: relative;
  width: 3.5rem;
  height: 3.5rem;
}

.c-card__visual::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: inherit;
  border-radius: 50%;
  z-index: 2;
}

.c-card__visual::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 4.5rem;
  height: 4.5rem;
  border-radius: 50%;
  background: inherit;
  opacity: 0.3;
  z-index: 1;
}

.c-card__caption {
  display: flex;
  flex-direction: column;
  gap: 0.3125rem;
}

.c-card__title {
  color: #0A1928;
  font-size: 1.5rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 2rem;
  letter-spacing: 0.045rem;
}

.c-card__description {
  color: #647A9C;
  font-size: 0.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.02625rem;
}

.badge {
  height: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  border-radius: 0.375rem;
  background: var(--BG-BG-2, #E9EFF7);
  padding: 0 0.625rem;
  white-space: nowrap;
  color: #647A9C;
  font-size: 0.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 140%;
  letter-spacing: 0.02625rem;
}

.badge i {
  flex-shrink: 0;
  width: 0.875rem;
  height: 0.875rem;
  background-image: url("../img/icons/question.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  cursor: pointer;
}

.r-card {
  display: flex;
  align-items: center;
  gap: 1.875rem;
  padding: 1.25rem 1.875rem 1.25rem 1.25rem;
  border-radius: 0.75rem;
  background: #F5F8FA;
}

.r-card:hover .r-card__title {
  color: #0078C3;
}

.r-card__image {
  position: relative;
  overflow: hidden;
  border-radius: 0.5rem;
  width: 15.4375rem;
  flex-shrink: 0;
}

.r-card__image::before {
  content: '';
  display: inline-block;
  padding-top: 66%;
}

.r-card__image img {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
}

.r-card__caption {
  position: relative;
}

.r-card__title {
  color: #0A1928;
  font-size: 1.875rem;
  font-weight: 700;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  transition: color 300ms ease;
}

.navbar {
  position: relative;
  z-index: 9999;
  background-color: #fff;
  min-width: 20rem;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  transition: box-shadow 300ms ease;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(65, 87, 120, 0);
}

.navbar_not-underline .navbar__body {
  border-bottom: none;
}

.navbar.active {
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(65, 87, 120, 0.1);
}

.navbar.active .navbar__body {
  border-bottom: none;
}

.navbar__controls {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.navbar__controls--sm {
  display: none;
}

html.contrast-theme .navbar .navbar__spf-buttons {
  display: flex;
}

html.contrast-theme .navbar .navbar__sp-button--init {
  display: none;
}

html.contrast-theme .navbar .navbar__sp-button--default {
  display: flex;
}

.navbar__spf-buttons {
  display: flex;
  gap: 0.5rem;
  display: none;
}

.navbar__spf-button {
  width: 2rem;
  height: 2rem;
  border-radius: 0.25rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border: 1px solid #000;
  position: relative;
  background: #fff;
  color: #000;
  font-size: 0.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 1.5rem;
  letter-spacing: 0.02625rem;
}

.navbar__spf-button sup {
  position: absolute;
  top: 0.4375rem;
  right: 0.25rem;
  width: 0.4375rem;
  height: 0.4375rem;
}

.navbar__spf-button--lg {
  font-size: 1.375rem;
  letter-spacing: 0.04125em;
}

html:not(.increased-fs) .navbar__spf-button {
  background: #000;
  color: #fff;
}

html:not(.increased-fs) .navbar__spf-button--lg {
  background: #fff;
  color: #000;
}

html.increased-fs .navbar__spf-button {
  background: #fff;
  color: #000;
}

html.increased-fs .navbar__spf-button--lg {
  background: #000;
  color: #fff;
}

.navbar__sp-button {
  display: flex;
  align-items: center;
  gap: 0.75rem;
}

.navbar__sp-button--init {
  display: flex;
}

.navbar__sp-button--default {
  display: none;
}

.navbar__sp-button-icon {
  flex-shrink: 0;
  width: 1.5rem;
  height: 1.5rem;
  background-image: url("../img/navbar/eye.svg");
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.navbar__sp-button-name {
  color: #005082;
  font-size: 0.875rem;
  font-weight: 600;
  line-height: 1.5rem;
  letter-spacing: 0.02625rem;
}

.navbar__burger {
  display: none;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  padding: 0.875rem;
  flex-direction: column;
  justify-content: center;
  position: relative;
  left: -0.5rem;
}

.navbar__burger-item {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #005082;
  margin-bottom: 0.1875rem;
  border-radius: 0.3125rem;
  transition: all 300ms ease;
}

.navbar__burger-item:nth-child(1) {
  width: 70%;
  align-self: flex-end;
}

.navbar__burger-item:nth-child(3) {
  width: 70%;
  align-self: flex-start;
}

.navbar__burger-item:last-child {
  margin-bottom: 0;
}

.navbar__burger.active .navbar__burger-item:nth-child(1) {
  width: 100%;
  transform: translateY(0.3125rem) rotate(45deg);
}

.navbar__burger.active .navbar__burger-item:nth-child(2) {
  opacity: 0;
}

.navbar__burger.active .navbar__burger-item:nth-child(3) {
  width: 100%;
  transform: translateY(-0.3125rem) rotate(-45deg);
}

.navbar__container {
  position: relative;
}

.navbar__top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 0;
  border-bottom: 0.0625rem solid #CEDBE3;
}

.navbar__body {
  padding: 2rem 0 1.625rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-bottom: 0.0625rem solid #CEDBE3;
}

.navbar__tags {
  display: flex;
  flex-wrap: wrap;
}

.navbar__tag {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  text-transform: uppercase;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.05em;
  color: #005082;
  margin-right: 1.5rem;
  padding: 0.25rem 0;
  transition: color 300ms ease;
}

.navbar__tag:hover {
  color: #0078C3;
}

.navbar__tag:last-child {
  margin-right: 0;
}

.navbar__socials {
  display: flex;
  align-items: center;
}

.navbar__socials-list {
  display: flex;
  padding-right: 0.5rem;
}

.navbar__socials-button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.navbar__socials-button svg {
  fill: #005082;
  transition: all 300ms ease;
}

.navbar__socials-button:hover svg {
  fill: #0078C3;
}

.navbar__socials-button_fb svg {
  width: 0.5rem;
  height: 1rem;
  display: block;
}

.navbar__socials-button_twitter svg {
  width: 1rem;
  height: 0.875rem;
  display: block;
}

.navbar__socials-button_instagram svg {
  width: 1.375rem;
  height: 1.375rem;
  display: block;
}

.navbar__socials-button_telegram svg {
  width: 1rem;
  height: 0.875rem;
  display: block;
}

.navbar__socials-button_viber svg {
  width: 1rem;
  height: 1rem;
  display: block;
}

.navbar__socials-button_mail svg {
  width: 1rem;
  height: 0.8125rem;
  display: block;
}

.navbar__buttons {
  display: flex;
}

.navbar__button {
  font-family: "Gilroy-Bold", sans-serif;
  display: inline-block;
  text-align: center;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding: 0.5625rem 1.4375rem;
  background: #0A1928;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  transition: all 300ms ease;
  border: 0.0625rem solid #0A1928;
  margin-right: 1rem;
}

.navbar__button:last-child {
  margin-right: 0;
}

.navbar__button:hover {
  background-color: #fff;
  color: #0A1928;
}

.navbar__button_light {
  background-color: #0078C3;
  border: 0.0625rem solid #0078C3;
}

.navbar__button_light:hover {
  color: #0078C3;
}

.navbar__logo {
  display: block;
  margin-right: 2rem;
}

.navbar__logo img {
  width: 7.875rem;
  height: 2.5rem;
}

.navbar__lang {
  width: 2.5rem;
  height: 2.5rem;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #E9EFF7;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1;
  letter-spacing: 0.0125rem;
  color: #0078C3;
  transition: background 300ms ease;
}

.navbar__lang:hover {
  background-color: #D5E7FB;
}

.navbar__lang_hide-md {
  display: flex;
}

.navbar__lang_show-md {
  display: none;
}

.navbar__body-column {
  display: flex;
  align-items: center;
}

.navbar__search-button {
  width: 2.5rem;
  height: 2.5rem;
  position: relative;
  display: block;
  margin-right: 0.625rem;
}

.navbar__search-button:hover .navbar__search-button-icon svg {
  fill: #0078C3;
}

.navbar__search-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.navbar__search-button-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #005082;
  display: block;
}

.navbar__search-button-icon_search {
  opacity: 1;
  visibility: visible;
}

.navbar__search-button-icon_close {
  opacity: 0;
  visibility: hidden;
}

.navbar__search-button.active .navbar__search-button-icon_search {
  opacity: 0;
  visibility: hidden;
}

.navbar__search-button.active .navbar__search-button-icon_close {
  opacity: 1;
  visibility: visible;
}

.navbar__login-button {
  height: 2.5rem;
  position: relative;
  border: 0.0625rem solid #B4C4D4;
  filter: drop-shadow(0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05));
  border-radius: 0.25rem;
  overflow: hidden;
  display: block;
}

.navbar__login-button:hover .navbar__login-button-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.navbar__login-button:hover .navbar__login-button-name {
  color: #fff;
}

.navbar__login-button-bg {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  z-index: 0;
  background-color: #0078C3;
  opacity: 0;
  transition: transform 300ms ease, opacity 150ms;
}

.navbar__login-button-bg::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.navbar__login-button-content {
  width: 100%;
  height: 100%;
  padding: 0 1.875rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.navbar__login-button-name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  color: #005082;
  transition: color 300ms ease;
}

.navbar__login-button-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  display: none;
}

.navbar__login-button-icon svg {
  width: 1rem;
  height: 1rem;
  fill: #005082;
  display: block;
}

.navbar__login-button-icon_open {
  opacity: 1;
  visibility: visible;
}

.navbar__login-button-icon_close {
  opacity: 0;
  visibility: hidden;
}

.navbar__login-button.active .navbar__login-button-icon_open {
  opacity: 0;
  visibility: hidden;
}

.navbar__login-button.active .navbar__login-button-icon_close {
  opacity: 1;
  visibility: visible;
}

.navbar__menu-footer {
  display: none;
  padding: 1.5rem 1rem;
  text-align: center;
}

.navbar__menu-footer-tags {
  padding-bottom: 1.5rem;
}

.navbar__menu-footer-buttons {
  padding-bottom: 0.75rem;
}

.navbar__menu {
  display: flex;
}

.navbar__menu-item {
  position: relative;
}

.navbar__menu-item_single .navbar__menu-link {
  padding: 0.375rem 1.25rem 0.375rem 1.25rem;
}

.navbar__menu-item_single .navbar__menu-link::before {
  display: none;
}

.navbar__menu-item_single .navbar__menu-link:hover {
  color: #0078C3;
}

.navbar__menu-link {
  display: block;
  position: relative;
  padding: 0.375rem 2.5rem 0.375rem 1.25rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #0A1928;
  transition: color 300ms ease;
}

.navbar__menu-link::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 1.25rem;
  top: calc(50% - 0.5rem);
  background: url("../img/svg/navbar/arrow.svg") center center no-repeat;
  background-size: cover;
  transition: transform 300ms ease;
}

html.contrast-theme .navbar__menu-link::before {
  background: url("../img/svg/navbar/arrow-black.svg") center center no-repeat;
}

.navbar__menu-link.active {
  color: #0078C3;
}

.navbar__menu-link.active::before {
  transform: rotate(-180deg);
}

.navbar__submenu {
  position: absolute;
  top: 7.8125rem;
  left: 0rem;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: opacity 600ms ease;
  min-height: 6.25rem;
  width: 18.75rem;
}

.navbar__submenu.active {
  opacity: 1;
  visibility: visible;
}

.navbar__submenu-list {
  background: #FFFFFF;
  border-radius: 0.5rem;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
  padding: 0.625rem 0;
  display: none;
  position: absolute;
  top: 1.25rem;
  left: 0;
  width: 100%;
}

.navbar__submenu-item {
  position: relative;
}

.navbar__submenu-link {
  position: relative;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #0A1928;
  padding: 0.625rem 1.25rem;
  display: block;
  transition: color 300ms ease;
}

.navbar__submenu-link:hover {
  color: #0078C3;
}

.navbar__submenu-link_back {
  display: none;
}

.navbar__submenu-link_back::before {
  content: '';
  position: absolute;
  transform: rotate(90deg);
  width: 1.125rem;
  height: 1.125rem;
  top: calc(50% - 0.5625rem);
  left: 0;
  background: url("../img/svg/navbar/arrow.svg") center center no-repeat;
  background-size: cover;
}

html.contrast-theme .navbar__submenu-link_back::before {
  background: url("../img/svg/navbar/arrow-black.svg") center center no-repeat;
}

.navbar__user {
  position: relative;
  margin-right: 0;
}

.navbar__user-dropdown {
  display: none;
  position: absolute;
  z-index: 2;
  right: 0;
  top: -0.3125rem;
  background: #FFFFFF;
  border-radius: 0.5rem;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
  padding: 0.625rem 0;
  min-width: 11.125rem;
}

.navbar__user-dropdown.active {
  display: block;
  animation: slide-in-down 300ms ease;
}

.navbar__user-dropdown-item {
  position: relative;
}

.navbar__user-dropdown-link {
  position: relative;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #0A1928;
  padding: 0.4375rem 1.5rem;
  display: block;
  transition: color 300ms ease;
}

.navbar__user-dropdown-link:hover {
  color: #00B4DC;
}

.navbar__user-dropdown-link_name {
  color: #A8B4BF;
  font-family: "Gilroy-SemiBold", sans-serif;
  cursor: pointer;
  display: inline-block;
  padding-right: 1.25rem;
}

.navbar__user-dropdown-link_name::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  right: 0rem;
  transform: rotate(-180deg);
  top: calc(50% - 0.5rem);
  background: url("../img/svg/navbar/arrow.svg") center center no-repeat;
  background-size: cover;
}

.navbar__user-dropdown-link_name:hover {
  color: #A8B4BF;
}

.navbar__search {
  display: none;
  position: absolute;
  z-index: 9999;
  width: 100%;
  right: 0;
  top: 10.3125rem;
}

.navbar__search.active .navbar__search-results {
  max-height: 18rem;
  opacity: 1;
}

.navbar__search-container {
  position: relative;
  padding: 1.25rem;
  background-color: #fff;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
}

.navbar__search-wrapper {
  position: relative;
}

.navbar__search-results {
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 100%;
  z-index: 10;
  padding: 0.875rem 0;
  background-color: #fff;
  border-radius: 0.5rem;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.navbar__search-results-container {
  height: 100%;
  max-height: 18rem;
  padding-bottom: 1.25rem;
}

.navbar__search-results-item {
  display: block;
  padding: 0.375rem 1.25rem;
  transition: background 300ms ease;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #0A1928;
}

.navbar__search-results-item:hover {
  background-color: #F5F8FA;
}

@keyframes slide-in-down {
  from {
    opacity: 0;
    transform: translateY(-1.25rem);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.footer {
  background-color: #F5F8FA;
  padding: 5.625rem 0 0 0;
  position: relative;
  overflow: hidden;
}

.footer--white {
  background-color: #fff;
}

.footer__container {
  position: relative;
}

.footer__body {
  display: flex;
  justify-content: space-between;
  padding-bottom: 6.25rem;
  border-bottom: 0.0625rem solid #CEDBE3;
}

.footer__body-column:first-child {
  width: 100%;
  display: flex;
}

.footer__body-column:last-child {
  flex-shrink: 0;
}

.footer__bottom {
  padding: 1.875rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}

.footer__logos {
  display: flex;
  align-items: center;
}

.footer__bottom-eu {
  display: block;
  width: 7.1875rem;
  margin-right: 1.3125rem;
}

.footer__bottom-eu img {
  width: 100%;
  height: auto;
  display: block;
}

.footer__logo {
  flex-shrink: 0;
  display: block;
  width: 6.6875rem;
  height: 2.125rem;
  box-sizing: content-box;
}

.footer__logo img {
  width: 100%;
  height: 100%;
  display: block;
}

.footer__logo_show-sm {
  display: none;
}

.footer__logo_hide-sm {
  display: block;
}

.footer__menu {
  width: 100%;
  max-width: 44.375rem;
  margin: 0 auto;
  padding: 0 2.5rem;
}

.footer__menu-row {
  margin-left: -0.625rem;
  margin-right: -0.625rem;
  display: flex;
  justify-content: space-between;
}

.footer__menu-item {
  position: relative;
  padding: 0 0.625rem;
}

.footer__menu-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.5rem;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #0A1928;
  padding-bottom: 1rem;
}

.footer__menu-list {
  padding-bottom: 1.5rem;
}

.footer__menu-list:last-child {
  padding-bottom: 0;
}

.footer__menu-link {
  display: block;
  font-size: 0.8125rem;
  line-height: 1.75rem;
  letter-spacing: 0.03em;
  color: #45505C;
  transition: color 300ms ease;
}

.footer__menu-link:hover {
  color: #0078C3;
}

.footer__subscribe {
  flex-shrink: 0;
  position: relative;
  top: -0.625rem;
}

.footer__form-input-field {
  width: 100%;
  display: flex;
  align-items: center;
  height: 2.5rem;
  border-radius: 0;
  padding: 0 2.5rem 0 0;
  background: transparent;
  border: none;
  border-bottom: 0.125rem solid #CEDBE3;
  box-shadow: none;
  outline: none;
  appearance: none;
  transition: all 300ms ease-in-out;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.07em;
  color: #005082;
}

.footer__form-input-field::placeholder {
  text-transform: uppercase;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1.5rem;
  letter-spacing: 0.07em;
  color: #005082;
}

.footer__form-input {
  width: 13.375rem;
  position: relative;
}

.footer__form-input.error .footer__form-input-error {
  display: block;
}

.footer__form-input.error .footer__form-input-field {
  border-color: #F84646;
}

.footer__form-input-button {
  cursor: pointer;
  border: none;
  background: none;
  outline: none;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  right: 0;
  top: 0;
}

.footer__form-input-button svg {
  fill: #00B4DC;
  transition: all 300ms ease;
}

.footer__form-input-button:hover svg {
  fill: #0078C3;
}

.footer__form-input-error {
  display: none;
  padding-top: 0.5rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #F84646;
}

.footer__socials {
  display: flex;
  align-items: center;
  padding-top: 2.375rem;
  position: relative;
  left: -0.375rem;
}

.footer__socials-list {
  display: flex;
  padding-right: 1.5rem;
}

.footer__socials-button {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__socials-button svg {
  fill: #005082;
  transition: all 300ms ease;
}

.footer__socials-button:hover svg {
  fill: #0078C3;
}

.footer__studio {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease-in-out;
  position: relative;
}

.footer__studio:hover .footer__studio-icon_planet {
  animation: rotate 600ms ease;
}

.footer__studio:hover .footer__studio-icon_satellite {
  animation: rotate 600ms ease 600ms;
}

.footer__studio-icons {
  width: 2rem;
  height: 2rem;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__studio-icon {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  flex-shrink: 0;
  position: relative;
}

.footer__studio-icon svg {
  width: 100%;
  height: 100%;
}

.footer__studio-icon_satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.footer__studio-icon_satellite::before {
  content: '';
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  position: absolute;
  top: 0.1875rem;
  left: 0.1875rem;
  background: #00B4DC;
}

.footer__studio-text {
  display: block;
  padding-left: 0.625rem;
  flex-shrink: 0;
}

.footer__studio strong {
  flex-shrink: 0;
  font-family: "Gilroy-Bold", sans-serif;
  color: #005082;
}

.footer__bottom-logo {
  display: block;
  width: 6.375rem;
  height: 1.4375rem;
}

.footer__copyright {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.875rem;
  letter-spacing: 0.03em;
}

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

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

.map {
  position: relative;
  max-width: 90rem;
  width: 100%;
  height: 48.125rem;
  background: #F4F7FA;
  border: 0.1875rem solid #EDF2F5;
  border-radius: 2.5rem 0 0 2.5rem;
  overflow: hidden;
}

.map.is-visible svg {
  transform: translateX(0);
  opacity: 1;
}

.map.is-visible .map__rating {
  right: 3.75rem;
  opacity: 1;
  transition: right 600ms ease-in-out 300ms, opacity 600ms ease-in-out 300ms;
}

.map.is-visible .map__buttons {
  transform: translateX(0);
  opacity: 1;
  transition: transform 600ms ease-in-out 300ms, opacity 600ms ease-in-out 300ms;
}

.map svg {
  width: 100%;
  height: 100%;
}

.body:not(.contars-theme) .map svg {
  transform: translateX(1.875rem);
  opacity: 0;
  transition: transform 600ms ease-out 300ms, opacity 600ms ease-out 300ms;
}

.map .js-map-point-group.disqualified circle:first-child,
.map .js-map-point-group.disqualified circle:last-child {
  fill: #A8B4BF;
}

.map .js-map-point-group.cat_1 circle:first-child,
.map .js-map-point-group.cat_1 circle:last-child {
  fill: #0A1928;
}

.map .js-map-point-group.cat_2 circle:first-child,
.map .js-map-point-group.cat_2 circle:last-child {
  fill: #00B4DC;
}

.map .js-map-point-group.cat_3 circle:first-child,
.map .js-map-point-group.cat_3 circle:last-child {
  fill: #0078C3;
}

.map circle {
  cursor: pointer;
}

.map circle:first-child {
  fill: #0078C3;
  opacity: 0.07;
}

.map circle:last-child {
  stroke: #fff;
  fill: #0078C3;
  stroke-width: 0.125rem;
}

.map__wrapper {
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.map__container {
  position: absolute;
  width: 115%;
  height: 115%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  overflow: hidden;
}

.map__rating {
  width: 2.5rem;
  height: 80%;
  position: absolute;
  top: 2.5rem;
  right: 3.75rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(15, 62, 97, 0.2);
  border-radius: 0.375rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  padding: 0.8125rem 0.125rem;
  right: -3.125rem;
  opacity: 0;
}

.map__rating-value {
  flex-shrink: 0;
  font-size: 0.8125rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 1rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.map__rating-bar {
  height: 100%;
  width: 0.375rem;
  background-color: #000;
  position: relative;
  margin: 0.75rem 0;
  background: linear-gradient(180deg, #00B4DC 0%, #0078C3 100%);
  border-radius: 0.25rem;
}

.map__rating-marker-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  transition: transform 300ms ease;
}

.map__rating-marker {
  flex-shrink: 0;
  width: 1rem;
  height: 1rem;
  border: 0.0625rem solid #00B4DC;
  box-shadow: 0rem 0.125rem 0.3125rem rgba(0, 0, 0, 0.19);
  border-radius: 50%;
  background-color: #fff;
  position: absolute;
  bottom: 0;
  left: calc(50% - 0.5rem);
  transform: translateY(0.5rem);
}

.map__rating-tooltip {
  width: 5.625rem;
  height: 4.875rem;
  padding-right: 0.75rem;
  background: url("../img/svg/map/rating-tooltip-shape.svg") center center no-repeat;
  background-size: contain;
  position: absolute;
  top: calc(50% - 2.4375rem);
  left: -5.625rem;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #fff;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  letter-spacing: 0.03em;
}

.map__tooltip {
  position: fixed;
  z-index: 2;
  background: #FFFFFF;
  border: 0.0625rem solid #DFDFDF;
  box-shadow: 0rem 0.125rem 0.4375rem rgba(0, 0, 0, 0.06);
  border-radius: 0.5rem;
  padding: 1.25rem 1.375rem;
  width: 13.9375rem;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, transform 300ms ease, visibility 300ms ease;
  transform: translateY(-1.25rem);
}

.map__tooltip::before {
  content: '';
  position: absolute;
  bottom: -1rem;
  left: 50%;
  transform: translateX(-50%);
  border-top: 0.5rem solid #fff;
  border-bottom: 0.5rem solid transparent;
  border-left: 0.5rem solid transparent;
  border-right: 0.5rem solid transparent;
}

.map__tooltip.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.map__tooltip-body {
  border-bottom: 0.0625rem solid #DDE7ED;
  padding-bottom: 0.875rem;
}

.map__tooltip-button-container {
  padding-top: 1rem;
}

.map__tooltip-button {
  display: flex;
  align-items: center;
}

.map__tooltip-button:hover .map__tooltip-button-text {
  color: #0078C3;
}

.map__tooltip-button-icon {
  width: 1rem;
  height: 1rem;
}

.map__tooltip-button-icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #0078C3;
  transition: fill 300ms ease;
}

.map__tooltip-button-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #005082;
  padding-left: 0.625rem;
  transition: color 300ms ease;
}

.map__tooltip-row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.map__tooltip-row_top {
  padding-bottom: 0.625rem;
}

.map__tooltip-row_middle {
  padding-bottom: 0.5rem;
}

.map__tooltip-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  display: block;
  transition: color 300ms ease;
  width: 100%;
}

.map__tooltip-name:hover {
  color: #005082;
}

.map__tooltip-place {
  flex-shrink: 0;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  width: 1.6875rem;
  height: 1.6875rem;
  border-radius: 50%;
  background: #FEBE4B;
  display: flex;
  align-items: center;
  justify-content: center;
}

.map__tooltip-rating-name {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 0.9375rem;
  letter-spacing: 0.03em;
  color: #45505C;
}

.map__tooltip-rating-name.cat_1,
.map__tooltip-rating-name.cat_2,
.map__tooltip-rating-name.cat_3 {
  position: relative;
  padding-left: 1.375rem;
}

.map__tooltip-rating-name.cat_1::before,
.map__tooltip-rating-name.cat_2::before,
.map__tooltip-rating-name.cat_3::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
}

.map__tooltip-rating-name.cat_1::before {
  background: #0A1928;
}

.map__tooltip-rating-name.cat_2::before {
  background: #00B4DC;
}

.map__tooltip-rating-name.cat_3::before {
  background: #0078C3;
}

.map__tooltip-rating-value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  text-align: right;
  letter-spacing: 0.03em;
  color: #0078C3;
  min-width: 1.6875rem;
  text-align: center;
}

.map__buttons {
  position: absolute;
  bottom: 2.5rem;
  right: 3.75rem;
  background: #FFFFFF;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(15, 62, 97, 0.2);
  border-radius: 0.375rem;
  display: flex;
}

.body:not(.contars-theme) .map__buttons {
  transform: translateX(6.25rem);
}

.map__button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.5rem;
  height: 2.5rem;
  opacity: 0.5;
}

.map__button:hover {
  opacity: 1;
}

.map__button svg {
  width: 1rem;
  height: 1rem;
  fill: #0078C3;
}

.map .js-map-point-group {
  opacity: 0;
  visibility: hidden;
}

.map .js-map-point-group.active {
  opacity: 1;
  visibility: visible;
}

.map__controls {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  padding: 2.5rem;
  pointer-events: none;
}

.map__legend {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.map__legend-item {
  position: relative;
  padding-left: 1.375rem;
  color: #45505C;
  font-size: 0.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.02625rem;
}

.map__legend-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
}

.map__legend-item--1::before {
  background: #0A1928;
}

.map__legend-item--2::before {
  background: #00B4DC;
}

.map__legend-item--3::before {
  background: #0078C3;
}

.map_rating {
  border-radius: 2.5rem;
  height: 43.125rem;
}

.map_rating.is-visible .map__rating {
  right: 2.5rem;
}

.map_rating .map__rating {
  right: -5.625rem;
  height: 77%;
}

.map_rating .map__buttons {
  right: 2.5rem;
}

.body:not(.contars-theme) .map_rating .map__buttons {
  transform: translateX(8.125rem);
}

.map_rating .map__tooltip {
  padding: 1.5rem;
}

.map_rating .map__tooltip-button-container {
  display: none;
}

.map_rating .map__tooltip-body {
  padding: 0;
  border-bottom: none;
}

.map_rating .map__tooltip-row_middle {
  padding-bottom: 0;
}

.map_rating .map__tooltip-row_bottom {
  display: none;
}

.map--categories {
  border: none;
}

.map--categories .map__rating {
  display: none;
}

.map--categories .map__buttons {
  pointer-events: all;
  position: relative;
  top: auto !important;
  left: auto !important;
  right: auto !important;
  bottom: auto !important;
}

.map--main {
  border: none !important;
  overflow: visible !important;
  height: 100%;
}

.map--main .map__wrapper {
  overflow: visible !important;
}

.map--main .map__container {
  overflow: visible !important;
}

.map--main .map__legend-item {
  display: none;
}

.map--main .map__controls {
  bottom: auto;
  top: 4.75rem;
}

.map-tabs {
  position: relative;
}

.map-tabs__button {
  position: relative;
  display: block;
  width: 100%;
  height: 4rem;
  border: 0.125rem solid #DDE7ED;
  box-shadow: 0rem 0.1875rem 0.75rem rgba(0, 0, 0, 0.06);
  margin-bottom: 1.25rem;
  border-radius: 0.375rem;
  background-color: #fff;
}

.map-tabs__button:last-child {
  margin-bottom: 0;
}

.map-tabs__button:hover .map-tabs__button-background {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.map-tabs__button.active {
  border: none;
  border-radius: 0.375rem 0 0 0.375rem;
}

.map-tabs__button.active::before {
  content: '';
  width: 1.5625rem;
  height: 6.5rem;
  position: absolute;
  top: calc(50% - 3.375rem);
  right: -1.5625rem;
  background: url("../img/svg/map-tabs/button-side.svg") center center no-repeat;
  background-size: cover;
}

.map-tabs__button.active .map-tabs__button-container {
  border-radius: 0.375rem 0 0 0.375rem;
}

.map-tabs__button.active .map-tabs__button-icon svg {
  fill: #fff;
}

.map-tabs__button.active .map-tabs__button-name {
  color: #fff;
}

.map-tabs__button.active .map-tabs__button-background {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
  background: linear-gradient(90deg, #0078C3 0%, #00B4DC 95%);
  transition: none;
  transition: background 300ms ease;
}

.map-tabs__button-container {
  display: block;
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
  border-radius: 0.375rem;
}

.map-tabs__button-background {
  background-color: #F5F8FA;
  width: 110%;
  padding-top: 100%;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  opacity: 0;
  transform: translate(-50%, -50%) scale(0);
  transition: transform 600ms ease, opacity 300ms ease;
}

.map-tabs__button-content {
  padding: 0 5rem;
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.map-tabs__button-icon {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 1.75rem;
  top: 50%;
  transform: translateY(-50%);
}

.map-tabs__button-icon svg {
  width: 100%;
  height: 100%;
  fill: #0078C3;
  transition: all 300ms ease;
}

.map-tabs__button-name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #005082;
  transition: all 300ms ease;
}

.main-search {
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(65, 87, 120, 0.1);
  border-radius: 0.75rem;
  padding: 1.8125rem 2rem 2rem 2rem;
}

.main-search.active .main-search__results {
  max-height: 18rem;
  opacity: 1;
  visibility: visible;
}

.main-search__container {
  position: relative;
}

.main-search__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #0A1928;
  display: flex;
  align-items: center;
  padding-bottom: 0.6875rem;
}

.main-search__title-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/svg/main-search/location.svg") center center no-repeat;
  background-size: cover;
  margin-right: 0.625rem;
}

.main-search__subtitle {
  font-size: 0.9375rem;
  line-height: 1.75rem;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1rem;
}

.main-search__wrapper {
  position: relative;
}

.main-search__results {
  position: absolute;
  left: 0;
  top: 3.5rem;
  width: 100%;
  z-index: 10;
  padding: 0.875rem 0;
  background-color: #fff;
  border-radius: 0.5rem;
  filter: drop-shadow(0rem 0.5rem 1.5rem rgba(0, 0, 0, 0.1));
  opacity: 0;
  visibility: hidden;
  max-height: 0;
  overflow: hidden;
  transition: all 300ms ease;
}

.main-search__results-container {
  height: 100%;
  max-height: 18rem;
  padding-bottom: 1.25rem;
}

.main-search__results-item {
  display: block;
  padding: 0.375rem 1.25rem;
  transition: background 300ms ease;
}

.main-search__results-item:hover {
  background-color: #F5F8FA;
}

.main-search__results-name {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #0A1928;
  padding-bottom: 0.25rem;
}

.main-search__results-description {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.0125rem;
  color: #A8B4BF;
}

.steps-list {
  position: relative;
}

.steps-list__item {
  text-align: center;
  display: flex;
  align-items: center;
  flex-direction: column;
  padding-top: 1.5rem;
}

.steps-list__item:nth-child(1) .steps-list__image {
  background: url("../img/svg/steps-list/image-1.svg") 50% 50% no-repeat;
  background-size: contain;
}

.steps-list__item:nth-child(2) .steps-list__image {
  background: url("../img/svg/steps-list/image-2.svg") 50% 50% no-repeat;
  background-size: contain;
}

.steps-list__item:nth-child(3) .steps-list__image {
  background: url("../img/svg/steps-list/image-3.svg") 50% 50% no-repeat;
  background-size: contain;
}

.steps-list__image {
  margin-bottom: 2.0625rem;
  width: 12.6875rem;
  height: 9.6875rem;
  position: relative;
}

.steps-list__image img {
  position: absolute;
  top: 50%;
  left: 45%;
  transform: translate(-50%, -50%);
  max-width: 115%;
  max-height: 115%;
  object-fit: contain;
}

.steps-list__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 1.875rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.875rem;
}

.steps-list__description {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #45505C;
  max-width: 20.625rem;
  margin: 0 auto;
}

.steps-list__slider-controls {
  display: none;
  padding: 0.875rem 0 1.375rem 0;
}

.popup {
  position: fixed;
  top: 0;
  left: 0;
  min-width: 20rem;
  width: 100%;
  height: 100%;
  z-index: 999999;
  display: none;
}

.popup.active {
  display: block;
}

.popup__flex-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 1rem;
}

.popup__overlay {
  background: #292929;
  opacity: 0.2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}

.popup__container {
  width: 100%;
  max-width: 52rem;
  max-height: 100%;
  min-height: 18.75rem;
  background-color: #fff;
  position: relative;
  z-index: 2;
  padding: 2.5rem 0 0 0;
  overflow: hidden;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
}

.popup__container-inner {
  padding: 0 2.5rem;
}

.popup__wrapper {
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  padding-top: 0.75rem;
  padding-bottom: 3rem;
}

.popup__close-button {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  top: 2rem;
  right: 2rem;
  box-sizing: content-box;
  padding: 0.5rem;
  z-index: 2;
}

.popup__close-button svg {
  width: 100%;
  height: 100%;
  display: block;
  transition: all 300ms ease-in-out;
  fill: #647A9C;
  transition: all 300ms ease;
}

.popup__close-button:hover svg {
  fill: #0078C3;
}

.popup__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.75rem;
}

.popup__input {
  padding-bottom: 1.5rem;
}

.popup__link {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #005082;
  transition: color 300ms ease;
}

.popup__link:hover {
  color: #0078C3;
}

.popup__auth-remember {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.125rem 0 2.125rem 0;
}

.popup__socials {
  padding-bottom: 5rem;
}

.popup__social-title {
  text-align: center;
  padding-bottom: 2.25rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #464E5A;
}

.popup__social-buttons {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.popup__social-buttons_row {
  display: flex;
}

.popup__social-button {
  width: 100%;
  padding-bottom: 1rem;
  padding: 0 0.75rem 1rem 0.75rem;
}

.popup__auth-row {
  display: flex;
  align-items: stretch;
  overflow: hidden;
}

.popup__auth-column {
  width: 50%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.popup__auth-delimiter {
  position: relative;
  top: -1.25rem;
  flex-shrink: 0;
  margin: 0 2.5rem;
  width: 0.0625rem;
  min-height: 100%;
  background-color: #CEDBE3;
}

.popup__auth-delimiter-text {
  padding: 0.4375rem;
  background-color: #fff;
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 0.875rem;
  letter-spacing: 0.03em;
  color: #45505C;
}

.popup__auth-delimiter_horizontal {
  height: 0.0625rem;
  width: 100%;
  top: 0;
  margin: 2rem 0;
}

.popup__auth-registration-link {
  padding-top: 1.5rem;
  text-align: center;
}

.popup__description {
  font-size: 0.8125rem;
  line-height: 150%;
  color: #45505C;
  padding-bottom: 2rem;
}

.popup__description_sm {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  position: relative;
  top: -1.25rem;
  padding-bottom: 0;
}

.popup__reg-row {
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.popup__reg-col {
  width: 50%;
  padding: 0 1.25rem;
}

.popup__reg-top {
  padding-bottom: 1.4375rem;
}

.popup__reg-text {
  font-size: 0.8125rem;
  line-height: 150%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #45505C;
  padding: 0.875rem 0 1.5rem 0;
}

.popup__reg-button {
  max-width: 21rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

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

.popup__reg-checkbox {
  padding-bottom: 1.625rem;
}

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

.popup__service-msg-text {
  padding-bottom: 3rem;
}

.popup__service-msg-button {
  max-width: 21rem;
  margin: 0 auto;
  padding-bottom: 1.5rem;
}

.popup__paragraph {
  padding-bottom: 1.5rem;
}

.popup__paragraph:last-child {
  padding-bottom: 0;
}

.popup__feedback {
  text-align: center;
}

.popup__feedback-img {
  padding-bottom: 2rem;
  width: 14.5rem;
  margin: 0 auto;
}

.popup__feedback-img img {
  width: 100%;
  height: auto;
}

.popup__feedback-text-lead {
  padding-bottom: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.popup__feedback-text {
  padding-bottom: 2.5rem;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.popup__feedback-button {
  width: 100%;
  max-width: 25.25rem;
  margin: 0 auto;
}

.popup_registration .popup__socials {
  padding-bottom: 0;
}

.popup_pass-reminder .popup__socials {
  padding-bottom: 0;
}

.popup_pass-reminder .popup__auth-delimiter {
  top: 0;
}

.popup_pass-reminder .popup__auth-button {
  padding-top: 0.5rem;
}

.popup_pass-reminder-2 .popup__title {
  text-align: center;
}

.popup_pass-reminder-2 .popup__container {
  max-width: 38.625rem;
}

.popup_pass-reminder-2 .popup__container-inner {
  padding: 0 6.6875rem;
}

.popup_feedback .popup__container {
  max-width: 38.625rem;
  box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
  border-radius: 0.75rem;
  border: 0.0625rem solid #CEDBE3;
}

.popup_feedback .popup__container-inner {
  padding: 0 4rem;
}

.popup_feedback .popup__wrapper {
  padding-top: 0.5rem;
  padding-bottom: 3.5rem;
}

.popup_feedback .popup__overlay {
  background-color: transparent;
}

.short-rating {
  position: relative;
}

.short-rating__mtitle {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1.625rem;
}

.short-rating__wrapper {
  position: relative;
}

.short-rating__item {
  border-bottom: 0.0625rem solid #DDE7ED;
  padding: 1.5rem 0;
  display: flex;
  justify-content: space-between;
}

.short-rating__item-col {
  position: relative;
}

.short-rating__item-col:last-child {
  flex-shrink: 0;
  min-width: 3.125rem;
  text-align: right;
}

.short-rating__header-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.short-rating__header-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  text-align: center;
  padding: 0 0.5rem;
}

.short-rating__title {
  display: flex;
  align-items: center;
}

.short-rating__icon {
  width: 1.25rem;
  height: 1.25rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.short-rating__icon_cup {
  background-image: url("../img/short-rating/cup.svg");
}

.short-rating__icon_place {
  background-image: url("../img/short-rating/place.svg");
}

.short-rating__icon_chart {
  background-image: url("../img/short-rating/chart.svg");
}

.short-rating__name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-left: 1.625rem;
}

.short-rating__value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  text-align: right;
  letter-spacing: 0.03em;
  color: #005082;
}

.short-rating__value_light {
  color: #00B4DC;
}

.short-rating_cities .short-rating__item {
  align-items: center;
  padding: 1.1875rem 0;
  width: fit-content;
  min-width: 100%;
}

.short-rating_cities .short-rating__item_header {
  border-bottom: 0.0625rem solid #B4C4D4;
  padding: 1.5rem 0 2rem 0;
  margin-bottom: 1.4375rem;
}

.short-rating_cities .short-rating__item-col {
  flex-shrink: 0;
  width: 9.375rem;
}

.short-rating_cities .short-rating__item-col:first-child {
  flex-shrink: 1;
  width: 100%;
  min-width: 13.4375rem;
}

.short-rating_cities .short-rating__value {
  text-align: center;
}

.short-rating_cities .short-rating__title {
  padding-left: 1.25rem;
}

.detail-rating {
  position: relative;
}

.detail-rating__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1.5rem;
}

.detail-rating__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.125rem;
}

.detail-rating__header-col {
  display: flex;
  width: 100%;
}

.detail-rating__header-col:last-child {
  flex-shrink: 0;
  width: 13.5rem;
}

.detail-rating__header-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #647A9C;
}

.detail-rating__header-name_year {
  padding-left: 0.625rem;
  width: 7.125rem;
}

.detail-rating__item {
  position: relative;
}

.detail-rating__item.active .detail-rating__content {
  display: block;
}

.detail-rating__item.active .detail-rating__icon {
  background-color: #0078C3;
  border-color: #0078C3;
}

.detail-rating__item.active .detail-rating__icon::before,
.detail-rating__item.active .detail-rating__icon::after {
  background-color: #fff;
}

.detail-rating__item.active .detail-rating__icon::after {
  transform: rotate(0);
}

.detail-rating__item-header {
  border-bottom: 0.0625rem solid #DDE7ED;
  position: relative;
}

.detail-rating__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-right: -1.0625rem;
}

.detail-rating__col {
  display: flex;
  align-items: center;
}

.detail-rating__col:first-child {
  width: 100%;
}

.detail-rating__col:last-child {
  flex-shrink: 0;
}

.detail-rating__value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  position: relative;
  width: 3.875rem;
}

.detail-rating__value_inner {
  font-size: 1rem;
  width: 3rem;
}

.detail-rating__value_inner.detail-rating__value_rating-icon {
  width: 4.5rem;
}

.detail-rating__value_rating-icon {
  padding-left: 2rem;
  width: 5.125rem;
  margin-right: 0.875rem;
}

.detail-rating__value_rating-icon::before {
  content: '';
  position: absolute;
  width: 0.3125rem;
  height: 0.625rem;
  left: 0;
  bottom: 0.375rem;
  background: linear-gradient(180deg, #00B4DC 3.33%, #0078C3 103.33%);
  opacity: 0.9;
  border-radius: 0.0625rem 0.0625rem 0rem 0rem;
}

.detail-rating__value_rating-icon::after {
  content: '';
  position: absolute;
  width: 0.3125rem;
  height: 1rem;
  left: 0.4375rem;
  bottom: 0.375rem;
  background: #0078C3;
  opacity: 0.9;
  border-radius: 0.0625rem 0.0625rem 0rem 0rem;
}

.detail-rating__button {
  width: 1.5rem;
  height: 1.5rem;
  padding: 1.0625rem;
  box-sizing: content-box;
}

.detail-rating__button svg {
  width: 100%;
  height: 100%;
  display: block;
  flex-shrink: 0;
}

.detail-rating__item-link {
  display: flex;
  width: 100%;
  padding: 1.375rem 0;
}

.detail-rating__item-link:hover .detail-rating__icon {
  background-color: #0078C3;
  border-color: #0078C3;
}

.detail-rating__item-link:hover .detail-rating__icon::before,
.detail-rating__item-link:hover .detail-rating__icon::after {
  background-color: #fff;
}

.detail-rating__icon {
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  border-radius: 0.25rem;
  margin-right: 1.5rem;
  flex-shrink: 0;
  transition: background 300ms ease;
}

.detail-rating__icon::before {
  content: '';
  width: 0.625rem;
  height: 0.125rem;
  background-color: #005082;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  transition: all 300ms ease;
}

.detail-rating__icon::after {
  content: '';
  width: 0.625rem;
  height: 0.125rem;
  background-color: #005082;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  transform: rotate(-90deg);
  transition: all 300ms ease;
}

.detail-rating__item-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-right: 2rem;
}

.detail-rating__item-text {
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.detail-rating__content {
  display: none;
  padding: 0.375rem 0;
}

.detail-rating__content-item {
  border-bottom: 0.0625rem dashed #CEDBE3;
  padding: 0.3125rem 0;
  position: relative;
}

.detail-rating__content-caption {
  display: flex;
  padding: 1.6875rem 3rem 1.6875rem 3.75rem;
}

.detail-rating__feedback {
  padding-top: 0.5rem;
}

.detail-rating__buttons {
  position: relative;
}

.detail-rating__buttons-open {
  display: none;
  width: 1rem;
  height: 1rem;
  box-sizing: content-box;
  padding: 0.625rem 0.25rem;
}

.detail-rating__buttons-open-icon {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.detail-rating__buttons-open-dot {
  width: 0.1875rem;
  height: 0.1875rem;
  border-radius: 50%;
  background-color: #B4C4D4;
  margin-bottom: 0.125rem;
}

.detail-rating__buttons-open-dot:last-child {
  margin-bottom: 0;
}

.detail-rating__button-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.8125rem;
  line-height: 1.125rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-left: 0.75rem;
  display: none;
}

.detail-rating__buttons-popup {
  display: flex;
  position: relative;
}

.detail-rating__feedback {
  display: none;
}

.detail-rating__dot {
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background: #0078C3;
  margin: 0 auto;
}

.detail-rating__dot--1 {
  background: #A8B4BF;
}

.detail-rating__dot--2 {
  background: #00B4DC;
}

.detail-rating__dot--3 {
  background: #0078C3;
}

.detail-rating__badge {
  padding: 0.25rem 1rem;
  border-radius: 1.125rem;
  background: #00B4DC;
  white-space: nowrap;
  color: #FFF;
  font-size: 0.875rem;
  font-family: "Gilroy-SemiBold", sans-serif;
}

.detail-rating__badge--1 {
  background: #A8B4BF;
}

.detail-rating__badge--2 {
  background: #00B4DC;
}

.detail-rating__badge--3 {
  background: #0078C3;
}

.detail-rating__badge--4 {
  background: #005082;
}

.detail-rating_cities .detail-rating__content {
  background-color: #fff;
}

.detail-rating_cities .detail-rating__item {
  width: fit-content;
  min-width: 100%;
}

.detail-rating_cities .detail-rating__item_outer:nth-child(odd) {
  background-color: #F5F8FA;
}

.detail-rating_cities .detail-rating__content-caption {
  padding-left: 2.5rem;
}

.detail-rating_cities .detail-rating__item-header {
  padding-right: 0;
}

.detail-rating_cities .detail-rating__item-link {
  padding: 1.125rem 0 1.125rem 1.25rem;
}

.detail-rating_cities .detail-rating__value {
  text-align: center;
  width: 100%;
}

.detail-rating_cities .detail-rating__row {
  margin-right: 0;
}

.detail-rating_cities .detail-rating__col {
  flex-shrink: 0;
  width: 9.375rem;
}

.detail-rating_cities .detail-rating__col:first-child {
  flex-shrink: 1;
  width: 100%;
  min-width: 13.4375rem;
}

.detail-rating_cities-2 .detail-rating__content {
  background-color: #fff;
}

.detail-rating_cities-2 .detail-rating__item {
  width: fit-content;
  min-width: 100%;
}

.detail-rating_cities-2 .detail-rating__content-caption {
  padding-left: 0.75rem;
}

.detail-rating_cities-2 .detail-rating__item-header {
  padding-right: 0;
}

.detail-rating_cities-2 .detail-rating__item-link {
  padding: 1.125rem 0 1.125rem 1rem;
}

.detail-rating_cities-2 .detail-rating__value {
  text-align: center;
  width: 100%;
}

.detail-rating_cities-2 .detail-rating__row {
  margin-right: 0;
  gap: 1.5rem;
}

.detail-rating_cities-2 .detail-rating__col {
  flex-shrink: 0;
  width: 8.1875rem;
}

.detail-rating_cities-2 .detail-rating__col:first-child {
  flex-shrink: 1;
  width: 100%;
  min-width: 13.4375rem;
}

.detail-rating--badges .detail-rating__col_inner-icons {
  min-width: 14.875rem;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

.detail-rating--badges .detail-rating__button-text {
  display: none !important;
}

.detail-rating--badges .detail-rating__item-title_inner {
  display: block;
}

.detail-rating--badges .detail-rating__item-title_inner.detail-rating__item-title--md {
  display: none;
}

.feedback__filter {
  padding: 2rem 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.feedback__filter-title {
  display: flex;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.feedback__filter-name {
  padding-right: 0.1875rem;
}

.feedback__filter-total {
  color: #0078C3;
}

.feedback__filter-col:last-child {
  flex-shrink: 0;
}

.feedback__filter-group-name {
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #A8B4BF;
}

.feedback__filter-form {
  display: flex;
  align-items: center;
}

.feedback__filter-form-item {
  padding-left: 0.625rem;
}

.feedback__filter-dropdown {
  position: relative;
  z-index: 10;
}

.feedback__filter-dropdown.active .feedback__filter-dropdown-container {
  display: block;
}

.feedback__filter-dropdown-button {
  display: none;
  width: 1.125rem;
  height: 0.75rem;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  box-sizing: content-box;
  padding: 0.5rem;
}

.feedback__filter-dropdown-button-item {
  display: block;
  width: 100%;
  height: 0.125rem;
  background-color: #2E3A59;
  margin-bottom: 0.1875rem;
}

.feedback__filter-dropdown-button-item:nth-child(2) {
  width: 0.75rem;
}

.feedback__filter-dropdown-button-item:nth-child(3) {
  width: 0.375rem;
}

.feedback__filter-dropdown-button-item:last-child {
  margin-bottom: 0;
}

.feedback__filter-dropdown-container {
  display: flex;
  align-items: center;
}

.feedback__header {
  position: relative;
  border-bottom: 0.0625rem solid #B4C4D4;
  padding-bottom: 0.4375rem;
}

.feedback__header-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #647A9C;
}

.feedback__row {
  display: flex;
  justify-content: space-between;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
  padding: 2rem 0;
}

.feedback__row_header {
  padding: 0;
}

.feedback__row_wrap {
  flex-wrap: wrap;
}

.feedback__row-inner {
  display: flex;
  justify-content: space-between;
  width: 100%;
}

.feedback__item {
  border-bottom: 0.0625rem solid #CEDBE3;
}

.feedback__item.active .feedback__button_open {
  opacity: 0;
  visibility: hidden;
  transition-delay: 0ms;
}

.feedback__col {
  position: relative;
  padding: 0 0.5rem;
}

.feedback__col_content {
  flex: 2 1 100%;
  min-width: 0;
}

.feedback__col_content-inner {
  padding-left: 2rem;
}

.feedback__col_status {
  flex: 1 0 8rem;
  text-align: center;
}

.feedback__col_direction {
  flex: 1 0 8rem;
  text-align: center;
}

.feedback__col_indicator {
  flex: 1 0 8rem;
  text-align: center;
}

.feedback__col_rating {
  flex: 1 0 4.1875rem;
  text-align: right;
}

.feedback__icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/feedback/accept.svg") center center no-repeat;
  background-size: contain;
  margin: 0 auto;
}

.feedback__icon_show-sm {
  display: none;
}

.feedback__direction {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
}

.feedback__indicator {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.feedback__rating-value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
}

.feedback__author-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.feedback__date {
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-left: 1rem;
}

.feedback__text {
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #45505C;
  width: 100%;
  max-width: 40.625rem;
  padding-bottom: 0.75rem;
}

.feedback__text_link {
  padding-bottom: 0.625rem;
  line-height: 0.9375rem;
}

.feedback__link {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 0;
}

.feedback__message {
  position: relative;
}

.feedback__message_inner .feedback__message-wrapper {
  background: #F5F8FA;
  border-radius: 0.75rem;
  padding: 2rem 1.5rem 0.5rem 1.5rem;
  margin-bottom: 1rem;
}

.feedback__message-header {
  padding-bottom: 1rem;
}

.feedback__message-title {
  display: flex;
}

.feedback__message-title-row {
  display: flex;
  width: 100%;
}

.feedback__message-title-col {
  display: flex;
}

.feedback__message-status {
  display: none;
  position: relative;
  justify-content: space-between;
  padding: 0.75rem 0 0 0;
}

.feedback__message-status-col {
  display: flex;
}

.feedback__message-body {
  position: relative;
  padding-bottom: 0.375rem;
}

.feedback__message-from {
  padding-top: 0.5rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
}

.feedback__button {
  display: flex;
  align-items: center;
  transition: opacity 300ms ease;
  transition-delay: 300ms;
}

.feedback__button:hover .feedback__button-text {
  border-color: transparent;
}

.feedback__button-icon {
  width: 1rem;
  height: 1rem;
  display: block;
  margin-right: 0.5rem;
}

.feedback__button-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #0078C3;
}

.feedback__button-text {
  display: block;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0078C3;
  border-bottom: 0.0625rem solid #0078C3;
  transition: all 300ms ease;
}

.feedback__hidden-messages {
  display: none;
}

.feedback__show-more {
  padding-top: 1.875rem;
}

.feedback_overall .feedback__col_direction {
  flex: 1 0 12.5rem;
  text-align: right;
}

.rating-feedback {
  position: relative;
  top: 0.3125rem;
}

.rating-feedback::before {
  content: '';
  position: absolute;
  top: -1.5rem;
  right: 0;
  border-top: 1.5rem solid transparent;
  border-bottom: 1.5rem solid transparent;
  border-right: 1.5rem solid #F5F8FA;
  border-left: 1.5rem solid transparent;
}

.rating-feedback__wrapper {
  position: relative;
  background-color: #F5F8FA;
  padding: 3rem 6.6875rem;
}

.rating-feedback__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1.5rem;
  text-align: center;
}

.rating-feedback__title-icon {
  width: 1.25rem;
  height: 1.25rem;
  background: url("../img/svg/info.svg") center center no-repeat;
  background-size: cover;
  margin-right: 0.75rem;
  flex-shrink: 0;
}

.rating-feedback__row {
  display: flex;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
}

.rating-feedback__col {
  padding: 0 1.5rem;
}

.rating-feedback__col:first-child {
  width: 54%;
}

.rating-feedback__col:last-child {
  width: 46%;
}

.rating-feedback__form {
  position: relative;
}

.rating-feedback__form-field {
  padding-bottom: 1.5rem;
}

.rating-feedback__submit-button {
  max-width: 12.75rem;
  width: 100%;
  padding-top: 0.5625rem;
}

.rating-feedback__hint {
  position: relative;
  padding-top: 1.375rem;
  display: block;
}

.rating-feedback__hint-icon {
  display: none;
}

.rating-feedback__hint-container {
  background: #FFFFFF;
  box-shadow: 0rem 0.25rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 0.5rem;
  padding: 2rem;
}

.rating-feedback__hint-container::before {
  content: '';
  position: absolute;
  top: 1.875rem;
  left: -1.875rem;
  border-right: 1rem solid #fff;
  border-top: 0.75rem solid transparent;
  border-left: 1rem solid transparent;
  border-bottom: 0.75rem solid transparent;
}

.rating-feedback__hint-text-block {
  padding-bottom: 2rem;
}

.rating-feedback__hint-text-block:last-child {
  padding-bottom: 0;
}

.rating-feedback__hint-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1rem;
}

.rating-feedback p {
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1rem;
}

.rating-feedback p:last-child {
  padding-bottom: 0;
}

.rating-feedback p strong {
  font-family: "Gilroy-SemiBold", sans-serif;
  color: #0078C3;
}

.rating-feedback__close-button {
  z-index: 10;
  position: absolute;
  display: block;
  top: 0.875rem;
  right: 0.875rem;
  width: 2rem;
  height: 2rem;
  box-sizing: content-box;
  padding: 0.625rem;
}

.rating-feedback__close-button:hover svg {
  fill: #0078C3;
}

.rating-feedback__close-button svg {
  width: 100%;
  height: 100%;
  fill: #647A9C;
  transition: all 300ms ease;
}

.main-cities__city-card {
  margin-bottom: 0.875rem;
}

.main-cities__slider-controls {
  display: none;
  padding: 0.875rem 0 1.375rem 0;
}

.instrument-slider__container {
  overflow: visible;
}

.instrument-slider__wrapper {
  flex-wrap: wrap;
  margin: -0.5rem;
  width: auto;
}

.instrument-slider__slide {
  width: 33.333%;
  padding: 0.5rem;
}

.instrument-slider__slider-controls {
  display: none;
}

.rating-slider {
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14);
  border-radius: 0.75rem;
  padding: 2.5rem;
}

.rating-slider__h3 {
  padding-bottom: 2rem;
}

.rating-slider__header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.125rem;
}

.rating-slider__header-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #647A9C;
}

.rating-slider__city-card {
  border-bottom: 0.0625rem solid #DDE7ED;
}

.rating-slider__city-card:last-child {
  border-color: transparent;
}

.rating-slider__slider-controls {
  padding-top: 2.5rem;
}

.rating-slider_custom {
  border: none !important;
  box-shadow: none !important;
  border-radius: 0;
  padding: 0;
}

.rating-slider_custom .rating-slider__header {
  border-bottom: 0.0625rem solid #B4C4D4;
}

.filter__wrapper {
  border-bottom: 0.0625rem solid #B4C4D4;
}

.filter__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.filter__tabs {
  display: none;
}

.filter__dropdown {
  display: flex;
  padding: 1rem 0;
  justify-content: center;
  align-items: center;
}

.filter__dropdown-text {
  padding-right: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #647A9C;
}

.town-table__item {
  display: flex;
  min-width: 100%;
  width: fit-content;
  transition: background 300ms ease;
}

.town-table__item:hover {
  background-color: #F5F8FA;
}

.town-table__row {
  width: fit-content;
  min-width: 100%;
  display: flex;
  padding: 1.1875rem 0 1.3125rem 0;
  border-bottom: 0.0625rem solid #DDE7ED;
}

.town-table__row_header {
  padding: 0;
  margin-bottom: 1rem;
  padding-left: 1rem;
}

.town-table__col {
  width: 6.25rem;
  flex-shrink: 0;
  margin-right: 5.375rem;
}

.town-table__col:first-child {
  width: 100%;
  flex-shrink: 1;
  min-width: 15.625rem;
}

.town-table__col:last-child {
  margin-right: 0;
}

.town-table__header-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #647A9C;
}

.town-table__title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-left: 1rem;
}

.town-table__value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.donation {
  position: relative;
}

.donation__wrapper {
  padding: 2.5rem;
  background: #F5F8FA;
  border-radius: 0.75rem;
}

.donation__row {
  display: flex;
  margin-left: -1.25rem;
  margin-right: -1.25rem;
}

.donation__icon {
  width: 4.5rem;
  height: 4.5rem;
  background: url("../img/donation/icon.svg") 50% 50% no-repeat;
  background-size: cover;
}

.donation__col {
  padding: 0 1.25rem;
}

.donation__col:first-child {
  flex-shrink: 0;
}

.donation__col:last-child {
  width: 100%;
}

.donation__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 1.3125rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1rem;
}

.donation__text {
  font-size: 0.875rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #0A1928;
}

.community-table {
  position: relative;
}

.community-table__wrapper {
  position: relative;
}

.community-table__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 0;
  border-bottom: 0.0625rem solid #DDE7ED;
  margin-left: -0.5rem;
  margin-right: -0.5rem;
}

.community-table__row_header {
  padding: 0 0 1rem 0;
  border: none;
}

.community-table__col {
  padding: 0 0.5rem;
}

.community-table__col:first-child {
  width: 100%;
}

.community-table__col:last-child {
  flex-shrink: 0;
}

.community-table__header-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.8125rem;
  line-height: 2.75rem;
  text-transform: uppercase;
  color: #647A9C;
}

.community-table__info {
  display: flex;
  align-items: center;
  width: 100%;
}

.community-table__image {
  width: 3.125rem;
  height: 3.125rem;
  flex-shrink: 0;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  border-radius: 1rem;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.community-table__caption {
  padding-left: 1.5rem;
  width: 100%;
}

.community-table__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 0.25rem;
}

.community-table__link {
  display: block;
  font-size: 0.75rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0078C3;
  transition: color 300ms ease;
}

.community-table__value {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
  padding-left: 1.875rem;
  position: relative;
}

.community-table__value::before {
  content: '';
  position: absolute;
  width: 1rem;
  height: 1rem;
  left: 0;
  top: calc( 50% - 0.5rem);
  background: url("../img/svg/graph.svg") 50% 50% no-repeat;
  background-size: contain;
}

.dotted-msg {
  position: relative;
}

.dotted-msg__wrapper {
  position: relative;
  background: #FCFAF5;
  border: 0.125rem dashed #FEBE4B;
  box-sizing: border-box;
  border-radius: 0.75rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3.5rem;
}

.dotted-msg__title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 1rem;
  text-align: center;
}

.dotted-msg__text {
  font-size: 1rem;
  line-height: 180%;
  text-align: center;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1rem;
}

.dotted-msg__button {
  padding-top: 1rem;
  width: 14.25rem;
}

.events {
  position: relative;
  font-size: 1rem;
}

.events__hidden {
  display: none;
}

.events__wrapper {
  border: 0.0625rem solid #CEDBE3;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14);
  border-radius: 0.75rem;
  display: flex;
  align-items: stretch;
}

.events__col {
  width: 50%;
}

.events__calendar {
  padding: 0 2.5rem 2.5rem 2.5rem;
  border-right: 0.0625rem solid #CEDBE3;
}

.events__calendar-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 2.5rem 0;
  border-bottom: 0.0625rem solid #CEDBE3;
}

.events__calendar-btn {
  display: block;
  width: 2.5rem;
  height: 2.5rem;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  border-radius: 0.5rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.events__calendar-btn svg {
  display: block;
  width: 1.5rem;
  height: 1.5rem;
}

.events__calendar-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 1.875rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
  text-transform: capitalize;
}

.events__calendar-body {
  position: relative;
}

.events__calendar-weekdays {
  padding: 2.5rem 0;
  display: flex;
  justify-content: space-between;
}

.events__calendar-weekdays div {
  width: calc(100% / 7);
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #647A9C;
  text-align: center;
}

.events__calendar-table {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.events__calendar-table div {
  width: calc(100% / 7 - 1.25rem);
  margin: 0 0.625rem 1.5rem 0.625rem;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 3.4375rem;
  background: #F5F8FA;
  border-radius: 0.75rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  color: #0A1928;
}

.events__calendar-table div.active {
  background: #00B4DC;
  border: 0.0625rem solid #0078C3;
  box-sizing: border-box;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(11, 107, 196, 0.2);
  color: #fff;
}

.events__calendar-table div.has-events {
  color: #0078C3;
  border: 0.125rem solid rgba(0, 120, 195, 0.3);
  cursor: pointer;
}

.events__calendar-table div.has-events:hover,
.events__calendar-table div.has-events.active {
  background: #00B4DC;
  border: 0.0625rem solid #0078C3;
  box-sizing: border-box;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(11, 107, 196, 0.2);
  color: #fff;
}

.events__calendar-table div.disabled {
  background: none;
  color: #A8B4BF;
}

.events__calendar-table div.disabled.has-events {
  color: #0078C3;
  border: 0.125rem solid rgba(0, 120, 195, 0.3);
  cursor: pointer;
}

.events__calendar-table div.disabled.has-events:hover,
.events__calendar-table div.disabled.has-events.active {
  background: #00B4DC;
  border: 0.0625rem solid #0078C3;
  box-sizing: border-box;
  box-shadow: 0rem 0.1875rem 0.5rem rgba(11, 107, 196, 0.2);
  color: #fff;
}

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

.events__posts-wrapper {
  padding: 2rem 1.875rem 2rem 2.5rem;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
}

.events__posts-container {
  max-height: 100%;
  overflow: auto;
  padding-right: 1.75rem;
}

.events__posts-item {
  padding-bottom: 1.375rem;
  margin-bottom: 1.375rem;
  border-bottom: 0.0625rem solid #CEDBE3;
}

.events__posts-item:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin: 0;
}

.events__posts-date {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.25rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-bottom: 2rem;
}

.events__post {
  display: flex;
}

.events__post:hover img {
  transform: scale(1.05);
}

.events__post-image {
  flex-shrink: 0;
  width: 7.5rem;
  height: 5.625rem;
  border-radius: 0.5rem;
  background-color: #F4F4F4;
  overflow: hidden;
  margin-right: 1.625rem;
  position: relative;
  transform: translateZ(0);
}

.events__post-image img {
  display: block;
  position: relative;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 300ms ease;
  backface-visibility: hidden;
}

.events__post-caption {
  position: relative;
  display: block;
}

.events__post-location {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #0078C3;
  position: relative;
  padding-left: 1.5rem;
  margin-bottom: 0.5rem;
}

.events__post-location::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: calc(50% - 0.5rem);
  left: 0;
  background: url("../img/events/location.svg") 50% 50% no-repeat;
  background-size: contain;
}

.events__post-title {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.875rem;
  line-height: 150%;
  letter-spacing: 0.04em;
  color: #0A1928;
  padding-bottom: 0.5rem;
}

.events__post-date {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.75rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #647A9C;
}

.news-slider__item {
  height: auto;
}

.news-slider__news-card {
  height: 100%;
}

.news-slider__slider-controls {
  display: none;
}

.mp-map {
  background: #F4F7FA;
  padding: 6.875rem 0;
  position: relative;
  overflow: hidden;
}

.mp-map__wrapper {
  position: relative;
}

.mp-map__caption {
  display: flex;
  flex-direction: column;
  gap: 3.75rem;
  pointer-events: none;
  position: relative;
  z-index: 2;
}

.mp-map__header {
  display: flex;
  flex-direction: column;
  gap: 2.5rem;
  width: 100%;
  max-width: 34.125rem;
}

.mp-map__title {
  position: relative;
  padding-top: 2.375rem;
}

.mp-map__title::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 3.125rem;
  height: 0.375rem;
  background: #FEBE4B;
}

.mp-map__title h2 {
  color: #0A1928;
  font-size: 3.5rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 120%;
  letter-spacing: 0.105rem;
}

.mp-map__button {
  width: 12.5rem;
  pointer-events: all;
}

.mp-map__search {
  width: 100%;
  max-width: 27.375rem;
  pointer-events: all;
}

.mp-map__map-container {
  position: absolute;
  top: 0;
  right: 0;
  width: 60.5rem;
  height: 43.75rem;
  z-index: 1;
  height: calc(100% + 13.75rem);
  top: -6.875rem;
}

.mp-map__legend {
  display: flex;
  gap: 1.5rem;
  justify-content: center;
  padding-top: 1.5rem;
}

.mp-map__legend-item {
  position: relative;
  padding-left: 1.375rem;
  color: #45505C;
  font-size: 0.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.02625rem;
}

.mp-map__legend-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
}

.mp-map__legend-item--1::before {
  background: #0A1928;
}

.mp-map__legend-item--2::before {
  background: #00B4DC;
}

.mp-map__legend-item--3::before {
  background: #0078C3;
}

.home:not(:has(.mp-poll)) {
  padding-bottom: 0 !important;
}

.home__title {
  padding-top: 1.75rem;
  position: relative;
}

.home__title h2,
.home__title .h2 {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 150%;
  letter-spacing: 0.0675rem;
  color: #0A1928;
}

.home__title::before {
  content: '';
  width: 2.5rem;
  height: 0.25rem;
  background-color: #00B4DC;
  position: absolute;
  top: 0;
  left: 0;
}

.home__title_center {
  text-align: center;
}

.home__title_center::before {
  left: calc(50% - 1.25rem);
}

.home__title_space-between {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
}

.home__title_no-border {
  padding-top: 0 !important;
}

.home__title_no-border::before {
  display: none !important;
}

.mp-events {
  margin-bottom: 6.875rem;
}

.mp-events__title {
  padding-bottom: 2.5rem;
}

.mp-events__more-link {
  display: none;
}

.mp-m-slider {
  position: relative;
  margin-bottom: 6.875rem;
  padding-top: 2.5rem;
}

.mp-m-slider__content {
  margin-left: -5rem;
  margin-right: -5rem;
}

.mp-analitics-section {
  padding: 6.875rem 0 6.875rem;
  background: rgba(233, 239, 247, 0.6);
  position: relative;
  z-index: 2;
}

.mp-analitics-section__title {
  padding-bottom: 2.5rem;
}

.mp-analitics-section__more-link {
  display: none;
}

.mp-rating-section {
  padding: 1.5rem 0;
  position: relative;
  z-index: 1;
}

.mp-rating-section__title {
  padding-bottom: 3.0625rem;
}

.mp-rating-section__top {
  padding-bottom: 2rem;
}

.mp-rating-section__slider {
  padding-bottom: 1.375rem;
}

.mp-how-it-works-section {
  padding: 9.375rem 0 4.625rem 0;
  overflow: hidden;
}

.mp-how-it-works-section__background {
  background: rgba(233, 239, 247, 0.6);
  position: absolute;
  z-index: -1;
  height: 100%;
  width: 100%;
  top: 13.125rem;
}

.mp-how-it-works-section__background::before {
  content: '';
  width: 169.1875rem;
  height: 10.125rem;
  position: absolute;
  top: -10.0625rem;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/svg/bg/city2.svg") center center no-repeat;
  background-size: contain;
}

.mp-how-it-works-section__title {
  padding-bottom: 4.4375rem;
}

.mp-news-section {
  padding: 6.875rem 0;
  text-align: center;
}

.mp-news-section__title {
  padding-bottom: 3.6875rem;
}

.mp-news-section__more-link {
  display: none;
}

.mp-instrument-section {
  padding: 6.875rem 0 5.625rem 0;
}

.mp-instrument-section__background {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 75.5625rem;
  height: 41.25rem;
  background: url("../img/svg/bg/city3.svg") center center no-repeat;
  background-size: cover;
}

.mp-instrument-section__caption {
  padding-right: 1.25rem;
  padding-top: 5rem;
}

.mp-instrument-section__title {
  padding-bottom: 1.375rem;
}

.mp-instrument-section__subtitle {
  font-size: 1rem;
  line-height: 1.5rem;
  letter-spacing: 0.04em;
  color: #45505C;
  padding-bottom: 2rem;
}

.mp-methods-section {
  padding: 5.125rem 0 2.5rem;
}

.mp-methods-section__plate {
  position: relative;
}

.mp-methods-section__plate-container {
  position: relative;
  background: #F5F8FA;
  border-radius: 1rem;
  padding: 3rem;
}

.mp-methods-section__plate-title {
  text-align: center;
  padding-bottom: 2.125rem;
}

.mp-methods-section__plate-row {
  display: flex;
  margin-left: -0.75rem;
  margin-right: -0.75rem;
}

.mp-methods-section__plate-item {
  width: 100%;
  padding: 0 0.75rem;
}

.mp-poll {
  padding: 6.875rem 0 0 0;
}

.city__back-link {
  padding-bottom: 2.25rem;
}

.city__title {
  display: flex;
  gap: 1.5rem;
  align-items: center;
}

.city__title-icon {
  width: 2rem;
  height: 2rem;
  background: url("../img/city-title/image.svg") center center no-repeat;
  background-size: contain;
}

.city__title-text {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #005082;
}

.city__filter {
  display: flex;
  align-items: center;
  padding-bottom: 2.0625rem;
  gap: 1.5rem;
}

.city__filter-tabs {
  display: block;
  margin-left: auto;
}

.city__filter-dropdown {
  display: none;
  margin-left: auto;
}

.city__rating {
  padding-bottom: 1.5625rem;
}

.city__rating--pb64 {
  padding-bottom: 4rem;
}

.city__rating-container {
  display: flex;
  flex-direction: column;
  height: 100%;
}

.city__rating-item {
  padding: 2rem;
  background: #FFFFFF;
  border: 0.0625rem solid #CEDBE3;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14);
  border-radius: 0.75rem;
  margin-bottom: 1.5625rem;
}

.city__rating-item:last-child {
  margin-bottom: 0;
}

.city__rating-item_h-100p {
  height: 100%;
}

.city__rating-item--category {
  padding: 2.75rem 2.5rem;
}

.city__switcher-container {
  padding-bottom: 1.625rem;
}

.city__short-rating-container {
  padding-bottom: 3rem;
}

.city__detail-rating-container {
  padding-bottom: 2rem;
}

.city__about-feedback {
  position: relative;
  padding: 0 0 4.25rem 0;
}

.city__about-feedback-container {
  background: #F7FBFF;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  border-radius: 0.75rem;
  padding: 2.1875rem 2rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.city__about-feedback-icon {
  flex-shrink: 0;
  width: 4rem;
  height: 4rem;
  background: url("../img/svg/feedback-msg.svg") 50% 50% no-repeat;
  background-size: cover;
}

.city__about-feedback-caption {
  padding: 0 1.5rem;
}

.city__about-feedback-text {
  font-size: 1rem;
  line-height: 170%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.city__about-feedback-buttons {
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  width: 11.5625rem;
}

.city__about-feedback-button {
  position: relative;
  width: 100%;
  background: #0078C3;
  box-shadow: 0rem 0.3125rem 0.9375rem rgba(0, 0, 0, 0.05);
  border-radius: 0.25rem;
  height: 2.5rem;
  display: block;
  margin-bottom: 0.75rem;
  overflow: hidden;
}

.city__about-feedback-button:hover {
  border: 0.0625rem solid #0078C3;
}

.city__about-feedback-button:hover .city__about-feedback-button-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.city__about-feedback-button:hover .city__about-feedback-button-name {
  color: #0078C3;
}

.city__about-feedback-button-bg {
  position: absolute;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) scale(0);
  width: 120%;
  z-index: 0;
  background-color: #fff;
  opacity: 0;
  transition: transform 300ms ease, opacity 150ms;
}

.city__about-feedback-button-bg::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.city__about-feedback-button-content {
  width: 100%;
  height: 100%;
  padding: 0 0.75rem;
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}

.city__about-feedback-button-name {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 0.875rem;
  line-height: 1.0625rem;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  transition: color 300ms ease;
}

.city__about-feedback-button:last-child {
  margin-bottom: 0;
}

.city__about-feedback-button_light {
  border: 0.0625rem solid #0078C3;
  background-color: #fff;
}

.city__about-feedback-button_light .city__about-feedback-button-bg {
  background-color: #0078C3;
}

.city__about-feedback-button_light .city__about-feedback-button-name {
  color: #0078C3;
}

.city__about-feedback-button_light:hover .city__about-feedback-button-bg {
  opacity: 1;
  transform: translate(-50%, -50%) scale(1);
}

.city__about-feedback-button_light:hover .city__about-feedback-button-name {
  color: #fff;
}

.rating__main-title {
  padding-bottom: 3rem;
}

.rating__map {
  margin-left: -2.5rem;
  margin-right: -2.5rem;
}

.rating__list {
  position: relative;
  width: calc(100% - 2rem);
  max-width: 65.3125rem;
  margin: -5rem auto 0 auto;
}

.compare .main__content .container:first-child {
  position: relative;
  z-index: 2;
}

.compare__main-title {
  padding-bottom: 3.5625rem;
}

.compare__form {
  position: relative;
  padding-bottom: 1.75rem;
}

.compare__form-wrapper {
  position: relative;
  background: #F5F8FA;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
}

.compare__form-input {
  width: 100%;
}

.compare__form-tags {
  padding-top: 0.75rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.compare__form-tag {
  margin-right: 0.625rem;
}

.compare__form-button {
  flex-shrink: 0;
  padding-left: 1.5625rem;
  padding-top: 1.375rem;
  width: 9.8125rem;
  box-sizing: content-box;
}

.compare__filter {
  padding-bottom: 2.125rem;
}

.compare__short-rating {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.compare__detail-rating {
  padding-top: 3.25rem;
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.town-card__main-title {
  padding-bottom: 2.8125rem;
}

.town-card__switcher {
  display: inline-block;
  position: relative;
  z-index: 2;
}

.town-card__content {
  position: relative;
  z-index: 1;
  margin-top: -2.5rem;
}

.town-card__filter {
  padding-bottom: 2rem;
}

.town-card__filter-wrapper {
  padding-left: 16.25rem;
}

.town-card__filter-row {
  display: flex;
  justify-content: flex-end;
  margin-right: -0.75rem;
  margin-left: -0.75rem;
}

.town-card__filter-col {
  display: flex;
  align-items: center;
  padding: 0 0.75rem;
}

.town-card__filter-text {
  padding-right: 0.75rem;
  font-size: 0.8125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #A8B4BF;
}

.town-card__filter-select {
  width: 15rem;
}

.town-card__table {
  overflow-x: auto;
}

.custom-rating__back-link {
  padding-bottom: 1.9375rem;
}

.custom-rating__title {
  padding-bottom: 1.3125rem;
}

.custom-rating__filter {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 2rem;
}

.custom-rating__filter-text {
  width: 100%;
  max-width: 38.625rem;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #45505C;
  padding-right: 1.5rem;
}

.custom-rating__filter-dropdown {
  display: none;
}

.team__main-title {
  padding-bottom: 3.5rem;
}

.team__person {
  padding-bottom: 5rem;
}

.team__list {
  position: relative;
}

.team__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -2rem;
  margin-right: -2rem;
}

.team__col {
  width: 33.333%;
  padding: 0 2rem;
}

.partners__main-title {
  padding-bottom: 3rem;
}

.partners__subtitle {
  padding-bottom: 3rem;
}

.partners__text {
  padding-bottom: 2.5rem;
  width: 100%;
  max-width: 30.0625rem;
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #45505C;
}

.partners__arrow-link {
  display: inline-flex;
}

.partners__h2 {
  padding-bottom: 1.5rem;
}

.partners__list {
  padding-bottom: 1.5rem;
}

.partners__partner {
  padding-bottom: 1.5rem;
}

.news__main-title {
  padding-bottom: 1.5rem;
}

.news__news-card:not(.news-card_main) {
  height: 100%;
}

.news__news-card {
  padding-bottom: 2.5rem;
}

.blog-list__main-title {
  padding-bottom: 2.5rem;
}

.blog-list__news-card {
  padding-bottom: 3.5rem;
  height: 100%;
}

.service-page {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 8.75rem 0;
  overflow: hidden;
}

.service-page__container {
  width: 100%;
  position: relative;
  min-height: 34.375rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service-page__town-bg {
  z-index: 0;
  width: 220.0625rem;
  height: 31.3125rem;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/404/town.svg") 50% 50% no-repeat;
  background-size: cover;
}

.service-page__clouds-bg {
  z-index: 0;
  width: 111.5625rem;
  height: 19.0625rem;
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  background: url("../img/404/clouds.svg") 50% 50% no-repeat;
  background-size: cover;
}

.service-page__map {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 1;
  max-width: 49.125rem;
  width: 100%;
  margin: 0 auto;
}

.service-page__content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 5rem;
  position: relative;
  z-index: 2;
}

.service-page__map-bg {
  width: 100%;
  padding-top: 67%;
  background: url("../img/svg/map.svg") 50% 50% no-repeat;
  background-size: cover;
}

.service-page__icon {
  width: 8.125rem;
  height: 9.25rem;
  background: url("../img/svg/error-pin.svg") 50% 50% no-repeat;
  background-size: cover;
}

.service-page__icon_success {
  background: url("../img/svg/success-pin.svg") 50% 50% no-repeat;
  background-size: cover;
}

.service-page__title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 3rem;
  line-height: 2.75rem;
  text-align: center;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding: 0 0 2.5rem 0;
}

.service-page__text {
  font-size: 1rem;
  line-height: 1.5rem;
  text-align: center;
  letter-spacing: 0.04em;
  color: #0A1928;
  width: 100%;
  max-width: 37.5rem;
}

.service-page__button {
  padding-top: 2.5rem;
  width: 15.625rem;
}

.community__main-title {
  padding-bottom: 2.5rem;
}

.community__switcher {
  padding-bottom: 2.1875rem;
}

.community__table {
  padding-bottom: 2.5rem;
}

.instruments {
  padding-bottom: 6.25rem;
}

.instruments__main-title {
  padding-bottom: 2.5rem;
}

.instruments__h3 {
  padding-bottom: 1.5rem;
}

.instruments__text-block {
  padding-bottom: 3.5rem;
}

.instruments__para {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.instruments__para:last-child {
  padding-bottom: 0;
}

.instruments__lead-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #005082;
  padding-top: 1rem;
}

.instruments__files-wrapper {
  padding: 3rem;
  background-color: #F5F8FA;
}

.instruments__files-row {
  margin-left: -0.75rem;
  margin-right: -0.75rem;
  display: flex;
  flex-wrap: wrap;
}

.instruments__files-col {
  width: 50%;
  padding: 0 0.75rem;
}

.instruments__files-item {
  padding-bottom: 1.5625rem;
}

.instruments__video {
  width: 100%;
  padding-top: 56%;
  position: relative;
}

.instruments__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.instruments__video iframe {
  width: 100%;
  height: 100%;
}

.information__main-title {
  padding-bottom: 3rem;
}

.information__h2 {
  padding-bottom: 1.5rem;
}

.information__text-block {
  padding-bottom: 3rem;
}

.information__text {
  padding-bottom: 1rem;
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.information__text:last-child {
  padding-bottom: 0;
}

.information__content {
  padding-top: 1rem;
}

.information__h4 {
  padding-bottom: 1.5rem;
}

.information__list {
  padding-bottom: 2rem;
}

.article__back-link {
  padding-bottom: 2.625rem;
}

.article__hero {
  padding-bottom: 3rem;
}

.article__hero-wrapper {
  position: relative;
}

.article__hero-image {
  position: relative;
  width: 100%;
  padding-top: 56.2%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  border-radius: 0.75rem;
  overflow: hidden;
}

.article__hero-image::after {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 46.47%, rgba(0, 0, 0, 0.5) 100%);
}

.article__hero-image::before {
  z-index: 2;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 38%;
  height: 16%;
  background: url("../img/news/overlay.svg") center center no-repeat;
  background-size: cover;
}

.article__hero-content {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 0 6.6875rem;
}

.article__hero-caption {
  min-height: auto;
  display: flex;
  flex-direction: column;
  padding: 2.25rem 0 5rem 0;
  position: relative;
  width: 100%;
  max-width: 42.3125rem;
  height: auto;
}

.article__hero-caption::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 0.25rem;
  width: 2.5rem;
  background-color: #FEBE4B;
}

.article__hero-title {
  font-family: "Gilroy-Bold", sans-serif;
  font-size: 2.25rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #FFFFFF;
  padding-top: 1.5rem;
  padding-bottom: 0;
}

.article__hero-date {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.article__author {
  display: inline-flex;
  position: relative;
  padding-bottom: 3rem;
}

.article__author-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-right: 0.625rem;
}

.article__author-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #005082;
  position: relative;
  display: inline-block;
}

.article__author-name::before {
  content: '';
  width: 100%;
  height: 0.25rem;
  opacity: 0.6;
  background-color: #FEBE4B;
  position: absolute;
  left: 0;
  bottom: 0.125rem;
  z-index: -1;
  transition: opacity 300ms ease;
}

.article__author-name span {
  position: relative;
  z-index: 1;
}

.article__tags {
  display: flex;
  flex-wrap: wrap;
  padding-bottom: 1.875rem;
  padding-top: 1rem;
}

.article__tag {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 0.6875rem;
  line-height: 1.25rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #005082;
  padding: 0.3125rem 0.875rem;
  background: #F5F8FA;
  border-radius: 2.125rem;
  margin-right: 0.625rem;
  margin-bottom: 0.625rem;
  border: 0.0625rem solid #F5F8FA;
  transition: all 300ms ease;
}

.article__tag:hover {
  background-color: #fff;
  border-color: #0078C3;
}

.article__share {
  display: flex;
  align-items: center;
  padding-bottom: 4rem;
}

.article__share-text {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 1.1875rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-right: 0.5rem;
}

.article__share-icons {
  display: flex;
}

.article__share-icon {
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
}

.article__share-icon_fb svg {
  width: 0.5rem;
  height: 1rem;
}

.article__share-icon_twitter svg {
  width: 1rem;
  height: 0.8125rem;
}

.article__share-icon_telegram svg {
  width: 1.1875rem;
  height: 1rem;
}

.article__share-icon svg {
  fill: #005082;
  transition: all 300ms ease;
}

.article__share-icon:hover svg {
  fill: #0078C3;
}

.article__news {
  padding-top: 4rem;
  border-top: 0.0625rem solid #CEDBE3;
}

.article__news-card {
  padding-bottom: 2.5rem;
  height: 100%;
}

.article__image {
  width: 100%;
  border-radius: 0.75rem;
  overflow: hidden;
}

.article__image img {
  width: 100%;
  height: auto;
}

.page-content a {
  text-underline-offset: 4px;
}

.page-content a span {
  border: none !important;
}

.page-content a:hover {
  text-decoration: none;
}

.page-content h1:not(:first-child),
.page-content h2:not(:first-child),
.page-content h3:not(:first-child) {
  margin-top: 2.5rem;
}

.page-content h1 {
  position: relative;
  color: #0A1928;
  font-size: 2.25rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 150%;
  letter-spacing: 0.0675rem;
  padding-top: 1.625rem;
  margin-bottom: 1.5rem;
}

.page-content h1::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 2.5rem;
  height: 0.25rem;
  background: #FEBE4B;
}

.page-content h2 {
  color: #0A1928;
  font-size: 1.875rem;
  font-family: "Gilroy-Bold", sans-serif;
  line-height: 150%;
  letter-spacing: 0.05625rem;
  margin-bottom: 1.5rem;
}

.page-content h3 {
  color: #0A1928;
  font-size: 1.625rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.04875rem;
  margin-bottom: 1.5rem;
}

.page-content h4 {
  color: #0A1928;
  font-size: 1.375rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.04125rem;
  margin-bottom: 1.25rem;
  margin-top: 1.25rem;
}

.page-content p {
  color: #0A1928;
  font-size: 1rem;
  font-family: "Gilroy-Regular", sans-serif;
  line-height: 165%;
  letter-spacing: 0.03rem;
  margin-bottom: 1.25rem;
}

.page-content p em {
  font-style: italic;
}

.page-content ol {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 0.625rem;
  list-style-type: none;
  counter-reset: tc-ol;
}

.page-content ol li {
  position: relative;
  color: #0A1928;
  font-size: 1rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
  padding-left: 2.125rem;
  counter-increment: tc-ol;
}

.page-content ol li::before {
  content: counter(tc-ol) ".";
  position: absolute;
  top: 0;
  left: 0;
  width: 1.25rem;
  color: #0A1928;
  text-align: right;
  font-size: 1rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 160%;
  letter-spacing: 0.03rem;
}

.page-content ul {
  margin-bottom: 1.5rem;
  position: relative;
  padding-left: 0.625rem;
  list-style-type: none;
}

.page-content ul li {
  position: relative;
  color: #0A1928;
  font-size: 1rem;
  font-weight: 400;
  line-height: 165%;
  letter-spacing: 0.03rem;
  margin-bottom: 0.75rem;
  padding-left: 1.25rem;
}

.page-content ul li::before {
  content: '';
  position: absolute;
  top: 0.625rem;
  left: 0;
  width: 0.375rem;
  height: 0.375rem;
  background: #0A1928;
  border-radius: 50%;
}

.page-content img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0.75rem;
  overflow: hidden;
  margin-top: 3.25rem;
  margin-bottom: 3rem;
}

.page-content .lead {
  color: #0A1928;
  font-size: 1.25rem;
  font-family: "Gilroy-Medium", sans-serif;
  line-height: 165%;
  letter-spacing: 0.0375rem;
  margin-bottom: 1.25rem;
}

.page-content blockquote {
  position: relative;
  border-left: 0.25rem solid #0078C3;
  padding-left: 2rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1.125rem;
  line-height: 170%;
  letter-spacing: 0.01em;
  color: #005082;
  margin-bottom: 1.75rem;
}

.page-content blockquote * {
  padding: 0 !important;
  margin: 0 !important;
}

.contacts__main-title {
  padding-bottom: 2.5rem;
}

.contacts__logo {
  display: block;
  width: 11.0625rem;
  height: 2.5rem;
  background: url("../img/logo/logo-2.svg") 50% 50% no-repeat;
  background-size: cover;
  margin-bottom: 1.5rem;
}

.contacts__h2 {
  padding-bottom: 0.5rem;
}

.contacts__text {
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.04em;
  color: #45505C;
}

.contacts__adress {
  padding-bottom: 3rem;
}

.contacts__list-item {
  display: flex;
  align-items: center;
  padding-bottom: 2rem;
}

.contacts__list-icon {
  width: 3.5rem;
  height: 3.5rem;
  background-color: #0078C3;
  border-radius: 50%;
  position: relative;
  flex-shrink: 0;
}

.contacts__list-icon::before {
  content: '';
  position: absolute;
  width: 1.5rem;
  height: 1.5rem;
  top: calc( 50% - 0.75rem);
  left: calc( 50% - 0.75rem);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.contacts__list-icon_phone::before {
  background-image: url("../img/contacts/phone.svg");
}

.contacts__list-icon_mail::before {
  background-image: url("../img/contacts/mail.svg");
}

.contacts__list-icon_fb::before {
  background-image: url("../img/contacts/fb.svg");
}

.contacts__list-caption {
  width: 100%;
  padding-left: 1.5rem;
}

.contacts__list-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.5rem;
}

.contacts__list-link {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
  transition: color 300ms ease;
}

.contacts__list-link:hover {
  color: #005082;
}

.contacts__map {
  margin-top: 1.875rem;
  box-shadow: 0rem 3rem 3.25rem -2.5625rem #DBE2E8;
  border-radius: 0.75rem;
  height: 23.875rem;
  overflow: hidden;
  position: relative;
  background-color: #DDE7ED;
}

.contacts__map-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.contacts__map-container iframe {
  width: 100%;
  height: 100%;
}

.faq__main-title {
  padding-bottom: 1.125rem;
}

.faq__list-item {
  border-bottom: 0.0625rem solid #CEDBE3;
}

.faq__list-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 1.875rem 0 1.75rem 3rem;
  position: relative;
}

.faq__list-header::before {
  content: '';
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  left: 0;
  top: calc( 50% - 0.75rem);
  background: url("../img/faq/icon.svg") center center no-repeat;
  background-size: cover;
}

.faq__list-header:hover .faq__list-title {
  color: #005082;
}

.faq__list-header:hover .faq__list-icon {
  background-color: #0078C3;
  border-color: #0078C3;
}

.faq__list-header:hover .faq__list-icon::before,
.faq__list-header:hover .faq__list-icon::after {
  background-color: #fff;
}

.faq__list-header.active .faq__list-title {
  color: #005082;
}

.faq__list-header.active .faq__list-icon {
  background-color: #0078C3;
  border-color: #0078C3;
}

.faq__list-header.active .faq__list-icon::before,
.faq__list-header.active .faq__list-icon::after {
  background-color: #fff;
}

.faq__list-header.active .faq__list-icon::after {
  transform: rotate(0);
}

.faq__list-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #0A1928;
  padding-right: 2rem;
}

.faq__list-icon {
  flex-shrink: 0;
  display: block;
  width: 1.5rem;
  height: 1.5rem;
  position: relative;
  background: #F5F8FA;
  border: 0.0625rem solid #CEDBE3;
  box-sizing: border-box;
  border-radius: 0.25rem;
  flex-shrink: 0;
  transition: all 300ms ease;
}

.faq__list-icon::before {
  content: '';
  width: 0.625rem;
  height: 0.125rem;
  background-color: #005082;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  transition: all 300ms ease;
}

.faq__list-icon::after {
  content: '';
  width: 0.625rem;
  height: 0.125rem;
  background-color: #005082;
  position: absolute;
  top: calc(50% - 0.0625rem);
  left: calc(50% - 0.3125rem);
  transform: rotate(-90deg);
  transition: all 300ms ease;
}

.faq__content {
  padding-bottom: 2rem;
  display: none;
  padding-left: 3rem;
  padding-right: 5rem;
}

.faq__text {
  font-size: 1rem;
  line-height: 180%;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1rem;
}

.faq__text:last-child {
  padding-bottom: 0;
}

.search__main-title {
  padding-bottom: 3rem;
}

.search__results {
  padding-top: 3rem;
}

.search__news-card {
  padding-bottom: 3.5rem;
  height: 100%;
}

.search__page-link {
  display: block;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 1rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #005082;
  padding: 0.75rem 0 0.75rem 0;
  transition: color 300ms ease;
}

.search__page-link span {
  border-bottom: 0.0625rem solid #005082;
  transition: border-color 300ms ease;
}

.search__page-link:hover {
  color: #005082;
}

.search__page-link:hover span {
  border-color: transparent;
}

.overall-feedbacks__main-title {
  padding-bottom: 3.5rem;
}

.overall-feedbacks__msg {
  position: relative;
  padding-bottom: 4rem;
}

.overall-feedbacks__msg-container {
  background: #F5F9FC;
  border: 0.125rem dashed #CEDBE3;
  border-radius: 0.75rem;
  text-align: center;
  padding: 2rem 5.5rem;
  position: relative;
}

.overall-feedbacks__msg-icon {
  width: 1.5rem;
  height: 1.5rem;
  background: url("../img/svg/lock.svg") 50% 50% no-repeat;
  background-size: cover;
  position: absolute;
  top: calc(50% - 0.75rem);
  left: 2rem;
}

.overall-feedbacks__msg-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.overall-feedbacks__msg-link {
  color: #005082;
  transition: color 300ms ease;
}

.overall-feedbacks__msg-link:hover {
  color: #0078C3;
}

.overall-feedbacks__form {
  padding-bottom: 4rem;
}

.overall-feedbacks__form-container {
  border: 0.125rem dashed #CEDBE3;
  box-sizing: border-box;
  border-radius: 0.75rem;
  padding: 4rem 0;
}

.overall-feedbacks__form-title {
  padding-bottom: 1.4375rem;
}

.overall-feedbacks__form-input {
  padding-bottom: 2rem;
}

.overall-feedbacks__form-button {
  width: 10.0625rem;
}

.overall-feedbacks__form-fields {
  display: block;
}

.overall-feedbacks__form-success {
  display: none;
}

.overall-feedbacks__form-caption {
  max-width: 25.25rem;
  width: 100%;
  text-align: center;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.overall-feedbacks__form-icon {
  width: 3.5rem;
  height: 3.5rem;
  background: url("../img/svg/success-feedback.svg") 50% 50% no-repeat;
  background-size: cover;
}

.overall-feedbacks__form-h4 {
  padding: 2.0625rem 0 1rem 0;
}

.overall-feedbacks__form-text {
  padding-bottom: 2.5rem;
  font-size: 0.8125rem;
  line-height: 150%;
  letter-spacing: 0.03em;
  color: #45505C;
}

.overall-feedbacks__form_success .overall-feedbacks__form-fields {
  display: none;
}

.overall-feedbacks__form_success .overall-feedbacks__form-success {
  display: block;
}

.overall-feedbacks__form_success .overall-feedbacks__form-button {
  width: 100%;
}

.overall-feedbacks__info-wrapper {
  background: linear-gradient(270deg, #F7FBFF 26.03%, rgba(247, 251, 255, 0) 96.9%), #FFFFFF;
  border: 0.125rem solid #C0ECFF;
  box-shadow: 0rem 0.3125rem 0.625rem rgba(154, 173, 191, 0.14);
  border-radius: 0.75rem;
  padding: 2rem 2.5rem 2.5rem 2.5rem;
  position: relative;
  overflow: hidden;
  min-height: 16.75rem;
}

.overall-feedbacks__info-caption {
  width: 59%;
}

.overall-feedbacks__info-title {
  padding-bottom: 1.25rem;
  font-size: 1.125rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #45505C;
  font-family: "Gilroy-SemiBold", sans-serif;
  max-width: 35.125rem;
}

.overall-feedbacks__info-description {
  position: relative;
  padding-left: 1.25rem;
}

.overall-feedbacks__info-description::before {
  content: '';
  position: absolute;
  left: 0;
  top: 0;
  width: 0.125rem;
  height: 100%;
  background: #00B4DC;
}

.overall-feedbacks__info-text {
  font-size: 0.8125rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 0.75rem;
}

.overall-feedbacks__info-text:last-child {
  padding-bottom: 0;
}

.overall-feedbacks__info-image {
  width: 28.125rem;
  height: 19.8125rem;
  position: absolute;
  top: 50%;
  left: 62%;
  transform: translateY(-45%);
}

.overall-feedbacks__info-image img {
  width: 100%;
  height: auto;
}

.announce__hidden {
  display: none;
}

.announce__calendar {
  padding-bottom: 3rem;
}

.announce__news-title {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.375rem;
  line-height: 2.75rem;
  letter-spacing: 0.03em;
  color: #000000;
  padding-bottom: 1.5rem;
}

.announce-details {
  position: relative;
}

.announce-details__back-link {
  margin-bottom: 2.625rem;
}

.announce-details__container {
  padding-bottom: 4rem;
  margin-bottom: 3rem;
  border-bottom: 0.0625rem solid #DDE7ED;
}

.announce-details__content {
  width: 100%;
  margin: 0 auto;
}

.announce-details__content-top {
  margin-bottom: 2rem;
}

.announce-details__article {
  padding-bottom: 2rem;
  border-bottom: 0.0625rem solid #DDE7ED;
}

.announce-details__image {
  overflow: hidden;
  border-radius: 0.75rem;
  position: relative;
  margin-bottom: 3rem;
}

.announce-details__image::before {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 18.1875rem;
  height: 4.3125rem;
  background: url("../img/announce/mask.svg") 50% 50% no-repeat;
  background-size: contain;
}

.announce-details__image img {
  display: block;
  width: 100%;
  height: auto;
}

.announce-details__badge {
  position: absolute;
  top: 0;
  left: 0;
  padding: 1.25rem 1.5rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 2;
  background: #005082;
}

.announce-details__badge-day {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 3.75rem;
  line-height: 90%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
  padding-bottom: 0.125rem;
}

.announce-details__badge-date {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
  letter-spacing: 0.04em;
  color: #FFFFFF;
}

.announce-details__main-title {
  padding-bottom: 0;
}

.announce-details__tags {
  padding-top: 0 !important;
  padding-bottom: 2rem !important;
}

.announce-details__text p {
  font-size: 1rem;
  line-height: 160%;
  letter-spacing: 0.03em;
  color: #45505C;
  padding-bottom: 1rem;
}

.announce-details__text .hidden-text {
  display: none;
}

.announce-details__text-link {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 140%;
  letter-spacing: 0.03em;
}

.announce-details__info {
  width: 100%;
  max-width: 31.875rem;
  padding-bottom: 2.5rem;
}

.announce-details__info-date-row {
  display: flex;
  margin-left: -1rem;
  margin-right: -1rem;
}

.announce-details__info-date-col {
  width: 50%;
  padding: 0 1rem 2rem 1rem;
}

.announce-details__info-title {
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  padding-bottom: 0.25rem;
}

.announce-details__info-text {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.03em;
  color: #0A1928;
}

.announce-details__info-location {
  padding-bottom: 3rem;
}

.announce-details__info-location-text {
  display: block;
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1rem;
  line-height: 2rem;
  letter-spacing: 0.04em;
  color: #0078C3;
  padding-left: 1.5rem;
  position: relative;
}

.announce-details__info-location-text::before {
  content: '';
  width: 1rem;
  height: 1rem;
  position: absolute;
  top: 0.375rem;
  left: 0;
  background: url("../img/events/location.svg") 50% 50% no-repeat;
  background-size: contain;
}

.announce-details__buttons {
  display: flex;
  flex-wrap: wrap;
}

.announce-details__button {
  width: 100%;
  max-width: 15rem;
  margin-right: 1.5rem;
  height: 3.5rem;
}

.announce-details__button:last-child {
  margin-right: 0;
}

.announce-details__share {
  padding: 0 !important;
}

.research__filter {
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 2;
}

.research__filter-tabs {
  display: block;
}

.research__filter-dropdown {
  display: none;
}

.research__top-grid {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
  padding-bottom: 3.75rem;
}

.research__map {
  margin-bottom: 3.75rem;
}

.research__rating {
  padding-bottom: 5rem;
}

.research__main-title-inner {
  padding-bottom: 1.75rem;
}

.research__history {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.5625rem;
}

.comparison .main__content > .container {
  position: relative;
  z-index: 3;
}

.comparison .category-area-content {
  position: relative;
  z-index: 2;
}

.comparison__main-title {
  padding-bottom: 1.5625rem;
}

.comparison__form {
  position: relative;
  padding-bottom: 2.5rem;
}

.comparison__form-wrapper {
  position: relative;
  background: #F5F8FA;
  border-radius: 0.75rem;
  padding: 2rem;
  display: flex;
}

.comparison__form-input {
  width: 100%;
}

.comparison__form-tags {
  padding-top: 0.75rem;
  position: relative;
  display: flex;
  flex-wrap: wrap;
}

.comparison__form-tag {
  margin-right: 0.625rem;
}

.comparison__form-button {
  flex-shrink: 0;
  padding-left: 1.5625rem;
  padding-top: 1.375rem;
  width: 9.8125rem;
  box-sizing: content-box;
}

.comparison__legend {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: 2.5rem;
}

.comparison__legend-item {
  position: relative;
  padding-left: 1.375rem;
  color: #45505C;
  font-size: 0.875rem;
  font-family: "Gilroy-Medium", sans-serif;
  letter-spacing: 0.02625rem;
}

.comparison__legend-item::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
  width: 0.75rem;
  height: 0.75rem;
  border-radius: 0.125rem;
  background: #00B4DC;
}

.comparison__legend-item--1::before {
  background: #A8B4BF;
}

.comparison__legend-item--2::before {
  background: #00B4DC;
}

.comparison__legend-item--3::before {
  background: #0078C3;
}

.comparison__legend-item--4::before {
  background: #005082;
}

.comparison__filter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2rem;
  padding-bottom: 2.5rem;
  position: relative;
  z-index: 3;
}

.comparison__filter-tabs {
  display: none;
}

.comparison__filter-dropdown {
  display: flex;
  justify-content: center;
  align-items: center;
}

.comparison__filter-dropdown-text {
  padding-right: 1rem;
  font-family: "Gilroy-Medium", sans-serif;
  font-size: 0.875rem;
  line-height: 1rem;
  letter-spacing: 0.03em;
  color: #647A9C;
  text-align: right;
}

.comparison__short-rating {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.comparison__detail-rating {
  overflow-x: auto;
  padding-bottom: 0.25rem;
}

.comparison__theader-wrapper {
  display: flex;
}

.comparison__theader {
  flex: 1;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  padding-bottom: 1.5rem;
  margin-bottom: 2.5rem;
  border-bottom: 0.0625rem solid #B4C4D4;
}

.comparison__theader-item {
  flex-shrink: 0;
  width: 8.1875rem;
}

.comparison__theader-item:first-child {
  min-width: 13.4375rem;
}

.comparison__theader-item:nth-child(2) {
  margin-left: auto;
}

.comparison__theader-title {
  color: #0A1928;
  font-size: 1.375rem;
  font-family: "Gilroy-SemiBold", sans-serif;
  line-height: 2.75rem;
  letter-spacing: 0.04125rem;
}

.comparison__theader-name {
  font-family: "Gilroy-SemiBold", sans-serif;
  font-size: 1.125rem;
  line-height: 140%;
  letter-spacing: 0.03em;
  color: #0A1928;
  text-align: center;
}

.comparison .filter {
  width: 100%;
}

.resourses__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 1.5625rem;
}

.contrast-theme {
  position: relative;
  font-size: 16px;
  /*------begin::Color------*/
  /*------end::Background------*/
  /*------begin::Background------*/
  /*------end::Background------*/
  /*------begin::SVG------*/
  /*------end::SVG------*/
  /*------begin::Border------*/
  /*------end::Border------*/
  /*------begin::Hidden------*/
  /*------end::Hidden------*/
  /*------begin::Box-shadow------*/
  /*------end::Box-shadow------*/
}

.contrast-theme.increased-fs {
  font-size: 18px;
}

.contrast-theme .banner,
.contrast-theme .footer,
.contrast-theme .preloader,
.contrast-theme .popup,
.contrast-theme .notification {
  filter: grayscale(100%);
}

.contrast-theme .home section:not(.mp-map) {
  filter: grayscale(100%);
}

.contrast-theme .main::before,
.contrast-theme .main::after {
  display: none;
}

.contrast-theme .main-search__title,
.contrast-theme .main-search__subtitle {
  filter: grayscale(100%);
}

.contrast-theme h1,
.contrast-theme h2,
.contrast-theme h3,
.contrast-theme h4,
.contrast-theme h5,
.contrast-theme h5,
.contrast-theme ul,
.contrast-theme p {
  color: #000 !important;
}

.contrast-theme .link,
.contrast-theme .page-content a,
.page-content .contrast-theme a {
  text-decoration: underline;
  text-underline-offset: 0.25rem;
}

.contrast-theme section {
  background: #fff !important;
}

.contrast-theme img {
  filter: grayscale(100%) contrast(150%);
}

.contrast-theme *[style*="background-image"] {
  filter: grayscale(100%) contrast(150%);
}

.contrast-theme .navbar__logo img,
.contrast-theme .city__title-icon,
.contrast-theme .badge i {
  filter: brightness(0);
}

.contrast-theme .m-slider__image {
  background: #000;
}

.contrast-theme .m-slider__image::before {
  background: linear-gradient(270deg, rgba(1, 122, 196, 0) 23.53%, #000 67.5%);
}

.contrast-theme .button__bg {
  display: none;
}

.contrast-theme .m-slider__pagination-dot {
  background: #fff;
  border: 0.0625rem solid #000;
}

.contrast-theme .m-slider__pagination-container.active .m-slider__pagination-dot {
  background: #000;
}

.contrast-theme .m-slider__progress {
  background: #000;
}

.contrast-theme .m-slider__progress-bar {
  background: #fff;
}

.contrast-theme .map {
  filter: none !important;
}

.contrast-theme .map svg {
  filter: grayscale(100%);
}

.contrast-theme .map .st3 {
  stroke: #000 !important;
  stroke-width: 2.5 !important;
}

.contrast-theme .map .st4 {
  stroke: #797878 !important;
}

.contrast-theme .map .st6 {
  stroke: #797878 !important;
}

.contrast-theme .map circle:last-child {
  fill: #000 !important;
  stroke-width: 3 !important;
}

.contrast-theme .map .map__tooltip {
  border-color: #000 !important;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .map__rating {
  background: #fff !important;
  border: 0.0625rem solid #000 !important;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .map__buttons {
  border: 0.0625rem solid #000 !important;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .map__button {
  opacity: 1;
}

.contrast-theme .map__rating-tooltip {
  background: url("../img/svg/map/rating-tooltip-shape-dark.svg") center center no-repeat;
  background-size: contain;
}

.contrast-theme .main-search {
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .main-search__title-icon {
  filter: brightness(0);
}

.contrast-theme .input_main-search .input__container::before {
  filter: grayscale(1) brightness(0);
}

.contrast-theme .navbar__search-container,
.contrast-theme .navbar__search-results {
  background: #fff !important;
  border: 0.0625rem solid #000 !important;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .checkbox__box,
.contrast-theme .radio__box {
  background: #fff !important;
  border-color: #000 !important;
}

.contrast-theme .footer__logo img,
.contrast-theme .footer__bottom-logo,
.contrast-theme .footer__studio-icon {
  filter: grayscale(1) contrast(150%) brightness(150%);
}

.contrast-theme .swiper-pagination-bullet {
  background: #fff !important;
  border: 0.0625rem solid #000 !important;
}

.contrast-theme .swiper-pagination-bullet-active {
  background: #000 !important;
}

.contrast-theme .navbar.active {
  box-shadow: none;
  border-bottom: 0.125rem solid #000;
}

.contrast-theme .year-tabs__tooltip::before {
  border-top-color: #000;
}

.contrast-theme .year-tabs__item {
  border: 0.0625rem solid #000;
}

.contrast-theme .selectize-dropdown {
  border-radius: 0.375rem !important;
}

.contrast-theme .circle-chart__no-value {
  background: url("../img/icons/smile-light.svg") 50% 50% no-repeat !important;
  background-size: contain;
}

.contrast-theme .switcher_sm .switcher__wrapper {
  border: none;
}

.contrast-theme .switcher_sm .switcher__wrapper .switcher__item-content {
  border: 0.0625rem solid #000;
}

.contrast-theme .switcher_simple .switcher__wrapper {
  border: none;
}

.contrast-theme .switcher_simple .switcher__wrapper .switcher__item:not(.switcher__item_disabled).active .switcher__text {
  color: #000 !important;
}

.contrast-theme .switcher_simple .switcher__wrapper .switcher__item:not(.switcher__item_disabled).active {
  border-color: #000;
}

.contrast-theme .person__image {
  filter: grayscale(100%) contrast(150%) !important;
}

.contrast-theme .news-card_main .news-card__image-wrapper::after,
.contrast-theme .article__hero-image::after {
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 60%);
}

.contrast-theme .file:hover .file__icon_download {
  background-color: transparent !important;
}

.contrast-theme .banner__button,
.contrast-theme .navbar__menu-link,
.contrast-theme .navbar__submenu-link,
.contrast-theme .button .button__name,
.contrast-theme .more-link__text,
.contrast-theme .event-slider__location,
.contrast-theme .event-slider__schedule,
.contrast-theme .input__field,
.contrast-theme .map__tooltip-name,
.contrast-theme .map__tooltip-rating-name,
.contrast-theme .map__tooltip-rating-value,
.contrast-theme .map__rating-value,
.contrast-theme .news-card__name,
.contrast-theme .news-card__date,
.contrast-theme .poll__title,
.contrast-theme .checkbox__name,
.contrast-theme .radio__name,
.contrast-theme .poll__value,
.contrast-theme .poll__counter,
.contrast-theme .navbar__sp-button-name,
.contrast-theme .input__field::placeholder,
.contrast-theme .back-link__name,
.contrast-theme .city__title-text,
.contrast-theme .year-tabs__item,
.contrast-theme .badge,
.contrast-theme .tippy-content,
.contrast-theme .circle-chart__title,
.contrast-theme .circle-chart__description,
.contrast-theme .linear-chart__title,
.contrast-theme .linear-chart__button_compare .linear-chart__button-text,
.contrast-theme .linear-chart__item-title,
.contrast-theme .linear-chart__item-value_transparent,
.contrast-theme .linear-chart__item-value_accountability,
.contrast-theme .linear-chart__item-values,
.contrast-theme .city__about-feedback-text,
.contrast-theme .city__about-feedback-button_light .city__about-feedback-button-name,
.contrast-theme .switcher__text,
.contrast-theme .short-rating__name,
.contrast-theme .short-rating__value,
.contrast-theme .detail-rating__title,
.contrast-theme .detail-rating__header-name,
.contrast-theme .detail-rating__value,
.contrast-theme .detail-rating__item-text,
.contrast-theme .detail-rating__item-title,
.contrast-theme .detail-rating__button-text,
.contrast-theme .feedback__filter-title,
.contrast-theme .feedback__filter-total,
.contrast-theme .feedback__filter-group-name,
.contrast-theme .selectize-input,
.contrast-theme .selectize-dropdown .option,
.contrast-theme .feedback__header-title,
.contrast-theme .feedback__author-name,
.contrast-theme .feedback__date,
.contrast-theme .feedback__text,
.contrast-theme .link,
.contrast-theme .page-content a,
.page-content .contrast-theme a,
.contrast-theme .feedback__button-text,
.contrast-theme .feedback__direction,
.contrast-theme .more-button__name,
.contrast-theme .main-title__description,
.contrast-theme .tag,
.contrast-theme .comparison__legend-item,
.contrast-theme .comparison__filter-dropdown-text,
.contrast-theme .dropdown__link,
.contrast-theme .comparison__theader-name,
.contrast-theme .comparison__theader-title,
.contrast-theme .custom-rating__filter-text,
.contrast-theme .rating-slider__header-name,
.contrast-theme .grid-4__title,
.contrast-theme .grid-4__description,
.contrast-theme .y-plate__title,
.contrast-theme .y-plate__description,
.contrast-theme .y-plate__index,
.contrast-theme .grid-3__title,
.contrast-theme .grid-3__description,
.contrast-theme .plates__title,
.contrast-theme .city-card__rating-value,
.contrast-theme .tag__name,
.contrast-theme .custom-select__label,
.contrast-theme .filter__dropdown-text,
.contrast-theme .town-card__filter-text,
.contrast-theme .town-table__header-name,
.contrast-theme .person__position,
.contrast-theme .person__name,
.contrast-theme .person__email,
.contrast-theme .send-mail__description,
.contrast-theme .arrow-link__name,
.contrast-theme .donation__title,
.contrast-theme .donation__text,
.contrast-theme .partner__name,
.contrast-theme .service-page__title,
.contrast-theme .service-page__text,
.contrast-theme .community-table__header-name,
.contrast-theme .community-table__title,
.contrast-theme .community-table__link,
.contrast-theme .community-table__value,
.contrast-theme .dotted-msg__title,
.contrast-theme .dotted-msg__text,
.contrast-theme .list__item,
.contrast-theme .article__author-text,
.contrast-theme .article__author-name,
.contrast-theme .page-content ul li,
.contrast-theme .page-content ol li,
.contrast-theme .article__tag,
.contrast-theme .article__share-text,
.contrast-theme .page-content blockquote,
.contrast-theme .file__name,
.contrast-theme .file__size,
.contrast-theme .contacts__text,
.contrast-theme .contacts__list-text,
.contrast-theme .contacts__list-link,
.contrast-theme .faq__list-header.active .faq__list-title,
.contrast-theme .faq__list-title,
.contrast-theme .tabs__item,
.contrast-theme .search__page-link,
.contrast-theme .overall-feedbacks__msg-text,
.contrast-theme .overall-feedbacks__msg-link,
.contrast-theme .textarea__label,
.contrast-theme .textarea__field,
.contrast-theme .textarea__field::placeholder,
.contrast-theme .overall-feedbacks__info-title,
.contrast-theme .input__label,
.contrast-theme .upload-files__label,
.contrast-theme .upload-files__description,
.contrast-theme .rating-feedback__hint-title,
.contrast-theme .rating-feedback p strong,
.contrast-theme .announce-details__info-title,
.contrast-theme .announce-details__info-text,
.contrast-theme .announce-details__info-location-text,
.contrast-theme .main-search__subtitle,
.contrast-theme .r-card__title,
.contrast-theme .event-card__location,
.contrast-theme .events__calendar-table div:not(.disabled),
.contrast-theme .events__calendar-weekdays div,
.contrast-theme .events__calendar-table div.disabled,
.contrast-theme .announce__news-title {
  color: #000 !important;
}

.contrast-theme .navbar__lang,
.contrast-theme .navbar__login-button-name,
.contrast-theme .navbar__button,
.contrast-theme .map__tooltip-place,
.contrast-theme .gradient-button__name,
.contrast-theme .footer__menu-title,
.contrast-theme .footer__menu-link,
.contrast-theme .footer__form-input-error,
.contrast-theme .footer__form-input-field::placeholder,
.contrast-theme .footer__studio,
.contrast-theme .footer__studio strong,
.contrast-theme .footer__copyright,
.contrast-theme .year-tabs__item.active,
.contrast-theme .year-tabs__tooltip,
.contrast-theme .city__about-feedback-button-name,
.contrast-theme .switcher__item:not(.switcher__item_disabled).active .switcher__text,
.contrast-theme .selectize-dropdown .option.active,
.contrast-theme .dropdown__header,
.contrast-theme .city-card__cat,
.contrast-theme .city-card__place,
.contrast-theme .plates__item--blue .plates__title,
.contrast-theme .send-mail__link,
.contrast-theme .news-card_main .news-card__name,
.contrast-theme .news-card_main .news-card__date,
.contrast-theme .article__hero-date,
.contrast-theme .tabs__item.active,
.contrast-theme .upload-files__button-text,
.contrast-theme .footer__form-input-field,
.contrast-theme .events__calendar-table div.has-events {
  color: #fff !important;
}

.contrast-theme .banner,
.contrast-theme .navbar__lang,
.contrast-theme .navbar__login-button,
.contrast-theme .navbar__burger-item,
.contrast-theme .navbar__button,
.contrast-theme .event-slider__date,
.contrast-theme .mp-map__title::before,
.contrast-theme .map__tooltip-place,
.contrast-theme .map__rating-bar,
.contrast-theme .home__title::before,
.contrast-theme .checkbox__input:checked + .checkbox__box,
.contrast-theme .radio__input:checked + .radio__box,
.contrast-theme .poll__progress-bar,
.contrast-theme .gradient-button,
.contrast-theme .footer,
.contrast-theme .footer__form-input-field,
.contrast-theme .year-tabs__item.active,
.contrast-theme .year-tabs__tooltip,
.contrast-theme .circle-chart__delimiter,
.contrast-theme .circle-chart__place,
.contrast-theme .linear-chart__button_export,
.contrast-theme .linear-chart__item-line_transparent,
.contrast-theme .linear-chart__item-line_accountability,
.contrast-theme .city__about-feedback-button,
.contrast-theme .switcher__item-background,
.contrast-theme .detail-rating__icon,
.contrast-theme .detail-rating__value_rating-icon::before,
.contrast-theme .detail-rating__value_rating-icon::after,
.contrast-theme .detail-rating__buttons-open-dot,
.contrast-theme .selectize-input,
.contrast-theme .selectize-dropdown .option.active,
.contrast-theme .feedback__filter-dropdown-button-item,
.contrast-theme .detail-rating__badge,
.contrast-theme .main-title::before,
.contrast-theme .dropdown__header,
.contrast-theme .city-card__cat,
.contrast-theme .city-card__place,
.contrast-theme .grid-4,
.contrast-theme .r-banner,
.contrast-theme .plates__item--blue,
.contrast-theme .person__wrapper::before,
.contrast-theme .send-mail__body,
.contrast-theme .list__item::before,
.contrast-theme .page-content ul li::before,
.contrast-theme .contacts__list-icon,
.contrast-theme .faq__list-icon,
.contrast-theme .tabs__item.active,
.contrast-theme .news-card__image-wrapper,
.contrast-theme .overall-feedbacks__info-description::before,
.contrast-theme .input__add-icon,
.contrast-theme .upload-files__button,
.contrast-theme .announce-details__badge,
.contrast-theme .event-card__badge,
.contrast-theme .events__calendar-table div.has-events {
  background: #000 !important;
}

.contrast-theme .banner__button,
.contrast-theme .m-slider__date::before,
.contrast-theme .map,
.contrast-theme .input__field,
.contrast-theme .map__rating-marker,
.contrast-theme .map__buttons,
.contrast-theme .year-tabs__item,
.contrast-theme .badge,
.contrast-theme .city__about-feedback-button_light,
.contrast-theme .switcher__item:not(.switcher__item_disabled):not(.active):hover .switcher__item-content,
.contrast-theme .switcher__wrapper,
.contrast-theme .detail-rating__icon::before,
.contrast-theme .detail-rating__icon::after,
.contrast-theme .selectize-input,
.contrast-theme .filter-select .selectize-input,
.contrast-theme .tag,
.contrast-theme .city-card,
.contrast-theme .grid-4__icon,
.contrast-theme .y-plate,
.contrast-theme .grid-3__item,
.contrast-theme .plates__item--yellow,
.contrast-theme .detail-rating__item-header,
.contrast-theme .news-card_main .news-card__caption::before,
.contrast-theme .pdf__bg,
.contrast-theme .article__hero-caption::before,
.contrast-theme .article__tag,
.contrast-theme .faq__list-icon::before,
.contrast-theme .faq__list-icon::after,
.contrast-theme .tabs__item,
.contrast-theme .textarea__field,
.contrast-theme .input__add-icon::before,
.contrast-theme .input__add-icon::after,
.contrast-theme .rating-feedback__wrapper,
.contrast-theme .button,
.contrast-theme .events__calendar-table div:not(.disabled):not(.has-events) {
  background: #fff !important;
}

.contrast-theme .is-loading::before {
  background-color: #fff;
}

.contrast-theme .navbar__socials-button svg,
.contrast-theme .navbar__search-button-icon svg,
.contrast-theme .input__search-icon svg,
.contrast-theme .map__button svg,
.contrast-theme .back-link__icon svg,
.contrast-theme .switcher__icon svg,
.contrast-theme .article__share-icon svg {
  fill: #000 !important;
}

.contrast-theme .m-slider__btn svg .stroke,
.contrast-theme .event-slider__btn svg,
.contrast-theme .circle-chart__svg_transparent .circle-chart__svg-rating-circle,
.contrast-theme .circle-chart__svg_accountability .circle-chart__svg-rating-circle,
.contrast-theme .grid-4__svg svg {
  stroke: #000 !important;
}

.contrast-theme .footer__form-input-button svg,
.contrast-theme .footer__socials-button svg,
.contrast-theme .switcher__item:not(.switcher__item_disabled).active .switcher__icon svg {
  fill: #fff !important;
}

.contrast-theme .navbar__top,
.contrast-theme .navbar__login-button,
.contrast-theme .event-slider,
.contrast-theme .input__field,
.contrast-theme .main-search,
.contrast-theme .map__rating-marker,
.contrast-theme .map__buttons,
.contrast-theme .news-card_column,
.contrast-theme .checkbox__input:checked + .checkbox__box,
.contrast-theme .radio__input:checked + .radio__box,
.contrast-theme .navbar__body,
.contrast-theme .linear-chart__button_compare,
.contrast-theme .city__about-feedback-button_light,
.contrast-theme .detail-rating__icon,
.contrast-theme .short-rating__item,
.contrast-theme .detail-rating__item-header,
.contrast-theme .detail-rating__content-item,
.contrast-theme .selectize-input,
.contrast-theme .feedback__header,
.contrast-theme .feedback__button-text,
.contrast-theme .feedback__item,
.contrast-theme .tag,
.contrast-theme .comparison__theader,
.contrast-theme .rating-slider__header,
.contrast-theme .rating-slider__city-card,
.contrast-theme .grid-4,
.contrast-theme .town-table__row,
.contrast-theme .link span,
.contrast-theme .page-content a span,
.page-content .contrast-theme a span,
.contrast-theme .article__news,
.contrast-theme .page-content blockquote,
.contrast-theme .faq__list-icon,
.contrast-theme .faq__list-item,
.contrast-theme .search__page-link span,
.contrast-theme .upload-files__button,
.contrast-theme .button,
.contrast-theme .announce-details__container,
.contrast-theme .navbar__menu-link,
.contrast-theme .navbar__submenu-item,
.contrast-theme .events__calendar-table div.has-events,
.contrast-theme .events__calendar,
.contrast-theme .events__calendar-header {
  border-color: #000 !important;
}

.contrast-theme .footer__form-input-field,
.contrast-theme .footer__body {
  border-color: #fff !important;
}

.contrast-theme .badge,
.contrast-theme .switcher__wrapper,
.contrast-theme .selectize-input,
.contrast-theme .r-banner,
.contrast-theme .grid-4__icon,
.contrast-theme .y-plate,
.contrast-theme .grid-3__item,
.contrast-theme .plates__item--yellow,
.contrast-theme .article__tag,
.contrast-theme .tabs__item,
.contrast-theme .textarea__field,
.contrast-theme .events__calendar-table div:not(.disabled) {
  border: 0.0625rem solid #000;
}

.contrast-theme .overall-feedbacks__msg-link {
  text-decoration: underline;
}

.contrast-theme .banner__icon,
.contrast-theme .navbar__login-button-bg,
.contrast-theme .more-link__text::before,
.contrast-theme .map__tooltip::before,
.contrast-theme .gradient-button__background,
.contrast-theme .linear-chart__legend,
.contrast-theme .city__about-feedback-icon,
.contrast-theme .city__about-feedback-button-bg,
.contrast-theme .article__author-name::before,
.contrast-theme .upload-files__button-bg,
.contrast-theme .rating-feedback__hint-container::before {
  display: none !important;
}

.contrast-theme .navbar__submenu-list {
  filter: drop-shadow(0.25rem 0.25rem black) !important;
  border: 0.0625rem solid #b0b0b0;
}

.contrast-theme .linear-chart__button-icon svg,
.contrast-theme .donation__icon,
.contrast-theme .service-page__icon,
.contrast-theme .file__icon,
.contrast-theme .news-card__image-wrapper::after,
.contrast-theme .input_url .input__field-container::before {
  filter: grayscale(1) contrast(150%) !important;
}

.contrast-theme .poll__icon img,
.contrast-theme .slider-controls__button,
.contrast-theme .community-table__value::before,
.contrast-theme .file__icon_download,
.contrast-theme .contacts__logo,
.contrast-theme .faq__list-header::before,
.contrast-theme .overall-feedbacks__msg-icon,
.contrast-theme .upload-files__image,
.contrast-theme .rating-feedback__close-button,
.contrast-theme .announce-details__info-location-text::before,
.contrast-theme .event-card__location::before {
  filter: grayscale(1) brightness(0) !important;
}

.contrast-theme .poll__content,
.contrast-theme .tippy-box,
.contrast-theme .city__rating-item,
.contrast-theme .city__about-feedback-container,
.contrast-theme .selectize-dropdown,
.contrast-theme .more-button_white,
.contrast-theme .comparison__form-wrapper,
.contrast-theme .dropdown__container,
.contrast-theme .map:not(.map--main),
.contrast-theme .rating-slider,
.contrast-theme .compare__form-wrapper,
.contrast-theme .donation__wrapper,
.contrast-theme .partner__container,
.contrast-theme .dotted-msg__wrapper,
.contrast-theme .pdf,
.contrast-theme .instruments__files-wrapper,
.contrast-theme .file,
.contrast-theme .overall-feedbacks__msg-container,
.contrast-theme .overall-feedbacks__form-container,
.contrast-theme .overall-feedbacks__info-wrapper,
.contrast-theme .upload-files__wrapper,
.contrast-theme .rating-feedback__hint-container,
.contrast-theme .r-card,
.contrast-theme .events__wrapper,
.contrast-theme .events__calendar-btn {
  background: #fff;
  border: 0.0625rem solid #000;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .grid-4,
.contrast-theme .is-loading::before {
  border: 0.0625rem solid #000 !important;
  box-shadow: 0.25rem 0.25rem black;
}

.contrast-theme .badge i,
.contrast-theme .circle-chart__svg_transparent .circle-chart__svg-icon,
.contrast-theme .circle-chart__svg_accountability .circle-chart__svg-icon,
.contrast-theme .linear-chart__button_compare .linear-chart__button-icon svg,
.contrast-theme .short-rating__icon,
.contrast-theme .detail-rating__button,
.contrast-theme .feedback__button-icon,
.contrast-theme .feedback__icon,
.contrast-theme .tag__close,
.contrast-theme .grid-4__icon img,
.contrast-theme .arrow-link__icon svg {
  filter: brightness(0);
}

.contrast-theme .chart,
.contrast-theme .city__about-feedback-container,
.contrast-theme .switcher,
.contrast-theme .short-rating,
.contrast-theme .detail-rating,
.contrast-theme .feedback,
.contrast-theme .c-card,
.contrast-theme .main-title,
.contrast-theme .comparison__form,
.contrast-theme .comparison__legend,
.contrast-theme .comparison__filter-wrapper,
.contrast-theme .grid-4__svg,
.contrast-theme .grid-3,
.contrast-theme .map__legend,
.contrast-theme .map__tooltip,
.contrast-theme .mp-map__legend,
.contrast-theme .send-mail__body,
.contrast-theme .service-page,
.contrast-theme .service-page__map-bg,
.contrast-theme .pdf,
.contrast-theme .article__content,
.contrast-theme .contacts__map,
.contrast-theme .events__calendar,
.contrast-theme .events__posts,
.contrast-theme .is-loading::before {
  filter: grayscale(1);
}

.contrast-theme .tag__close {
  opacity: 1;
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

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

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

  .col-xs-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

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

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

  .col-xs-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

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

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

  .col-xs-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

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

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

  .col-xs-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

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

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

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

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

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

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

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

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

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

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

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

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

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

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 48rem) {
  .detail-rating__buttons-popup {
    display: flex !important;
  }

  .feedback__filter-dropdown-container {
    display: flex !important;
  }
}

@media screen and (min-width: 64.0625rem) {
  .detail-rating_cities-2 .detail-rating__item.active .detail-rating__item-header {
    border-color: transparent;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -6px;
    margin-right: -6px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 6px;
    padding-right: 6px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

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

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

  .col-sm-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

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

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

  .col-sm-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

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

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

  .col-sm-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

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

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

  .col-sm-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

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

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

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

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

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

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

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

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

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

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

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

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

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

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

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

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

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

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

  .col-md-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

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

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

  .col-md-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

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

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

  .col-md-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

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

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

  .col-md-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

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

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

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

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

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

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

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

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

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

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

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

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

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

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

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

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

  .col-lg-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

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

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

  .col-lg-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

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

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

  .col-lg-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

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

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

  .col-lg-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

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

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

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

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

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

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

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

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

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

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

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

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

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

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1025px) {
  .city-card:hover {
    background-color: #E9EFF7;
  }

  .city-card:hover .city-card__place {
    background-color: #fff;
  }

  .map--main .map__rating {
    right: 0 !important;
  }

  .map--main .map__buttons {
    right: 0 !important;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

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

  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

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

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

  .col-xl-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

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

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

  .col-xl-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

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

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

  .col-xl-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

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

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

  .col-xl-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

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

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

  .col-xl-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

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

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

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

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

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

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

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

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

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

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

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

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }
}

@media only screen and (max-width: 1160px) {
  .r-banner__bg img {
    object-position: 30% 50%;
  }
}

@media only screen and (max-width: 93.0625rem) {
  .mp-m-slider__content {
    margin-left: 0;
    margin-right: 0;
  }

  .rating__map {
    margin-left: -1.5rem;
    margin-right: -1.5rem;
  }

  .rating__list {
    margin-top: -1.5rem;
  }
}

@media only screen and (max-width: 79.9375rem) {
  .chart canvas {
    height: 20rem !important;
  }

  .circle-chart__item {
    flex-direction: column;
    text-align: center;
  }

  .circle-chart__caption {
    padding-left: 0;
    padding-top: 1rem;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .navbar__body {
    padding: 1rem 0;
  }

  .navbar__tag {
    margin-right: 1rem;
  }

  .navbar__socials-button {
    width: 2rem;
    height: 2rem;
  }

  .navbar__logo {
    margin-right: 1rem;
  }

  .navbar__lang {
    margin-right: 0rem;
  }

  .navbar__search-button {
    margin-right: 0;
  }

  .navbar__login-button {
    filter: none;
    border: none;
    border-radius: 0;
    width: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 2.5rem;
    height: 3.75rem;
  }

  .navbar__login-button-bg {
    display: none;
  }

  .navbar__login-button-content {
    display: none;
  }

  .navbar__login-button-icon {
    display: block;
  }

  .navbar__menu-link {
    padding: 0.375rem 1.375rem 0.375rem 0.5rem;
  }

  .navbar__menu-link::before {
    right: 0.25rem;
  }

  .navbar__submenu {
    top: 6.5625rem;
  }

  .navbar__user-dropdown {
    top: 3.625rem;
  }

  .navbar__search {
    top: 8.4375rem;
  }

  .map.is-visible .map__rating {
    right: 2rem;
  }

  .map__rating {
    right: 2rem;
  }

  .map__buttons {
    right: 2rem;
  }

  .mp-map__map-container {
    width: 51.25rem;
  }

  .team__row {
    margin-right: -1rem;
    margin-left: -1rem;
  }

  .team__col {
    padding: 0 1rem;
  }

  .contrast-theme .navbar__user > .navbar__login-button {
    background: #fff !important;
  }

  .contrast-theme .navbar__user > .navbar__login-button .navbar__login-button-icon svg {
    fill: #000 !important;
  }
}

@media only screen and (max-width: 63.9375rem) {
  .container {
    padding: 0 1rem;
  }

  .main {
    padding-bottom: 5.625rem;
    min-height: calc(100vh - 7.0625rem - 23.375rem);
  }

  .main {
    padding-top: 3.75rem;
  }

  .main::before {
    width: 10.1875rem;
    height: 6.125rem;
    bottom: -1.25rem;
    background: url("../img/svg/bg/city-footer-1-tablet.svg") center center no-repeat;
    background-size: contain;
  }

  .main::after {
    width: 9.75rem;
    height: 6.125rem;
    bottom: -1.25rem;
    background: url("../img/svg/bg/city-footer-2-tablet.svg") center center no-repeat;
    background-size: contain;
  }

  .main_404 {
    padding-bottom: 0;
  }

  .main_404 {
    padding-bottom: 0;
  }

  .main__content {
    padding-top: 2.8125rem;
  }

  .main__content_city {
    padding-top: 1.5rem;
  }

  .main__content_announce-details {
    padding-top: 1.5625rem;
  }

  .main__content_custom-rating {
    padding-top: 1.5rem;
  }

  .main__content_article {
    padding-top: 1.5rem;
  }

  h1,
  .h1 {
    font-size: 1.3125rem;
    line-height: 1.875rem;
  }

  h2,
  .h2 {
    font-size: 1.25rem;
  }

  h3,
  .h3 {
    font-size: 1.125rem;
    line-height: 150%;
  }

  h4,
  .h4 {
    font-size: 0.9375rem;
    line-height: 140%;
  }

  .paragraph {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .hidden-md {
    display: none;
  }

  .show-md {
    display: block;
  }

  .invisible {
    display: none;
  }

  .tippy-box .tippy-content {
    padding: 1rem;
    font-size: 0.875rem;
    letter-spacing: 0.02625rem;
  }

  .m-slider .swiper-slide {
    min-height: 20rem;
  }

  .m-slider__shape {
    width: 25rem;
    height: 12.5rem;
  }

  .m-slider__image {
    border-radius: 1.5rem;
  }

  .m-slider__caption {
    padding: 3.75rem 2.5rem;
  }

  .m-slider__content {
    max-width: 20rem;
  }

  .m-slider__date {
    padding-left: 3rem;
    font-size: 0.8125rem;
    line-height: 1.25rem;
    letter-spacing: 0.0325rem;
    margin-bottom: 1.125rem;
  }

  .m-slider__date::before {
    width: 2rem;
    height: 0.25rem;
  }

  .m-slider__title {
    font-size: 1.375rem;
    line-height: 110%;
    margin-bottom: 1.125rem;
  }

  .m-slider__description {
    font-size: 0.8125rem;
    line-height: 130%;
    letter-spacing: 0.02438rem;
    margin-bottom: 2rem;
  }

  .m-slider__button {
    width: 11.25rem;
  }

  .m-slider__btn {
    width: 3.75rem;
    height: 5.625rem;
  }

  .m-slider__btn--prev {
    margin-right: 0.75rem;
  }

  .m-slider__btn--next {
    margin-left: 0.75rem;
  }

  .m-slider__pagination {
    right: 2.5rem;
  }

  .m-slider__pagination-container {
    padding: 0.3125rem;
  }

  .m-slider__pagination-container.active .m-slider__progress {
    width: 1.5rem;
    margin-left: 0.5rem;
  }

  .m-slider__pagination-dot {
    width: 0.5rem;
    height: 0.5rem;
  }

  .m-slider__progress-bar {
    width: 1.5rem;
  }

  .main-title {
    padding-top: 0.625rem;
  }

  .main-title::before {
    width: 1.5rem;
    height: 0.125rem;
  }

  .main-title__h1 {
    padding-bottom: 1.5rem;
  }

  .main-title__description {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }

  .main-title_pb-7 .main-title__h1 {
    padding-bottom: 1.5rem;
  }

  .button--lg {
    height: 2.5rem;
  }

  .gradient-button_md {
    height: 2.5rem;
  }

  .gradient-button_md .gradient-button__name {
    font-size: 0.8125rem;
    letter-spacing: 0.02438rem;
  }

  .gradient-button_sm {
    height: 2.25rem;
  }

  .checkbox--solid .checkbox__name {
    font-size: 0.875rem;
    line-height: 135%;
    letter-spacing: 0.02625rem;
  }

  .chart__wrapper {
    padding: 0.5rem 0;
  }

  .chart__title {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .chart__legend-text {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }

  .chart canvas {
    height: 26.625rem !important;
  }

  .input__search-icons {
    width: 2.5rem;
  }

  .input__search-icon {
    width: 1rem;
    height: 1rem;
  }

  .input_size-56 .input__field {
    height: 2.5rem;
    font-size: 0.8125rem;
    line-height: 2.5rem;
  }

  .input_size-56 .input__field::placeholder {
    font-size: 0.8125rem;
    line-height: 2.5rem;
  }

  .input_search .input__field {
    padding-right: 2.5rem;
  }

  .input_main-search .input__field {
    padding-left: 2.5rem;
    border-radius: 0.25rem;
    background-color: #fff;
    border-color: transparent;
  }

  .input_main-search .input__container {
    position: relative;
  }

  .input_main-search .input__container::before {
    content: '';
    position: absolute;
    left: 0.75rem;
    top: calc( 50% - 0.5rem);
    width: 1rem;
    height: 1rem;
    background: url("../img/main-search/location.svg") center center no-repeat;
    background-size: cover;
    z-index: 3;
  }

  .city-card__image {
    width: 3.9375rem;
    height: 5.625rem;
  }

  .city-card__caption {
    padding: 0.8125rem;
  }

  .city-card__name {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    padding-bottom: 0.25rem;
  }

  .city-card__place {
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .city-card__rating-name {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .city-card__rating-value {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .city-card__cat,
  .city-card__indicator {
    font-size: 0.625rem;
  }

  .city-card_simple {
    height: 3.125rem;
  }

  .city-card_simple .city-card__name {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .city-card_simple .city-card__rating-value {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0 0.5rem;
  }

  .city-card_simple .city-card__place {
    left: 0.75rem;
    width: 1.5rem;
    height: 1.5rem;
    font-size: 0.8125rem;
  }

  .city-card_simple .city-card__caption {
    padding: 0.8125rem 0.25rem 0.8125rem 2.875rem;
  }

  .city-card_list {
    height: auto;
    border-radius: 0;
  }

  .city-card_list .city-card__name {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .city-card_list .city-card__rating-value {
    font-size: 0.8125rem;
    line-height: 1rem;
    padding: 0 0 0 0.5rem;
  }

  .city-card_list .city-card__place {
    left: 0;
    width: 1.5rem;
    height: 1.5rem;
  }

  .city-card_list .city-card__caption {
    padding: 1.0625rem 0 1.0625rem 2.25rem;
  }

  .city-card--no-values .city-card__caption {
    padding: 1.0625rem 0 1.0625rem 0;
  }

  .more-button {
    height: 2.5rem;
  }

  .news-card__image-wrapper::after {
    width: 1rem;
    height: 0.75rem;
  }

  .news-card__image-wrapper {
    border-radius: 0.5rem;
  }

  .news-card__name {
    font-size: 0.875rem;
    line-height: 150%;
    padding-bottom: 1rem;
  }

  .news-card_column {
    padding-top: 1rem;
    margin-top: 1rem;
  }

  .news-card_column .news-card__image-wrapper {
    width: 5rem;
    height: 3.75rem;
  }

  .news-card_column .news-card__caption {
    padding-right: 0;
    padding-left: 1rem;
  }

  .news-card_md .news-card__caption {
    padding-top: 1.25rem;
  }

  .news-card_md .news-card__name {
    font-size: 1rem;
    line-height: 150%;
    padding-bottom: 1rem;
  }

  .news-card_main .news-card__image-wrapper::before {
    width: 14%;
    height: 7%;
  }

  .news-card_main .news-card__caption {
    padding-top: 0.625rem;
    padding-right: 1rem;
    bottom: 1.5rem;
    left: 1rem;
  }

  .news-card_main .news-card__caption::before {
    width: 1.5rem;
    height: 0.125rem;
  }

  .news-card_main .news-card__name {
    font-size: 0.9375rem;
    line-height: 150%;
    padding-top: 0.5rem;
  }

  .news-card_main .news-card__date {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .news-card_lg .news-card__name {
    font-size: 0.875rem;
    line-height: 150%;
  }

  .news-card_page .news-card__image-wrapper::before {
    font-size: 1.125rem;
  }

  .arrow-link__name {
    font-size: 0.875rem;
    line-height: 1.5rem;
  }

  .instrument-card:hover {
    transform: none;
  }

  .methods-card {
    padding: 1.25rem;
    border-width: 0.0625rem;
  }

  .methods-card__image-wrapper {
    width: 2.9375rem;
  }

  .methods-card__caption {
    padding-left: 1.25rem;
  }

  .methods-card__name {
    font-size: 0.9375rem;
    line-height: 1.125rem;
    padding-bottom: 0.5rem;
  }

  .methods-card__description {
    font-size: 0.75rem;
    line-height: 150%;
    padding-bottom: 1.25rem;
  }

  .methods-card__download {
    margin-left: -4.1875rem;
  }

  .methods-card__file-size {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .back-link__icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .back-link__name {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .year-tabs__item {
    font-size: 0.8125rem;
    line-height: 140%;
    margin-left: 0.5rem;
    height: 2rem;
  }

  .year-tabs__tooltip::before {
    right: 1.4375rem;
  }

  .circle-chart {
    padding: 1.5rem 0 1.75rem;
  }

  .circle-chart--single {
    padding: 0 !important;
  }

  .circle-chart--single .circle-chart__column {
    gap: 0;
  }

  .circle-chart--single .circle-chart__item {
    padding: 1.5rem 1rem !important;
    border-right: 0.0625rem solid #E9EFF7;
  }

  .circle-chart--single .circle-chart__item:last-child {
    border-right: none;
  }

  .circle-chart--single .circle-chart__place {
    width: 2.5rem;
    height: 2.5rem;
    font-size: 0.875rem;
  }

  .circle-chart--single .circle-chart__svg {
    width: 2.5rem;
    height: 2.5rem;
  }

  .circle-chart--single .circle-chart__value {
    font-size: 1rem;
  }

  .circle-chart__delimiter {
    margin: 0 1.25rem;
  }

  .circle-chart__no-value {
    width: 2rem;
    height: 2rem;
  }

  .circle-chart__place {
    width: 2rem;
    height: 2rem;
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .circle-chart__caption {
    padding-top: 0.5625rem;
  }

  .circle-chart__title {
    font-size: 1rem;
    line-height: 150%;
  }

  .circle-chart__description {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .circle-chart__value {
    font-size: 1.25rem;
    line-height: 150%;
  }

  .circle-chart__svg {
    width: 2rem;
    height: 2rem;
  }

  .circle-chart__svg-icon {
    width: 1rem;
    height: 1rem;
  }

  .circle-chart__svg-circle {
    border-width: 0.1875rem;
  }

  .circle-chart__svg-rating-circle-scale {
    top: -0.0625rem;
    left: -0.0625rem;
    width: calc(100% + 0.125rem);
    height: calc(100% + 0.125rem);
  }

  .circle-chart__svg-rating-circle-scale circle {
    stroke-width: 10;
  }

  .linear-chart__header {
    padding-bottom: 1.25rem;
  }

  .linear-chart__title {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .linear-chart__item {
    padding-bottom: 1.0625rem;
  }

  .linear-chart__item-title {
    font-size: 0.75rem;
    line-height: 130%;
    padding-bottom: 0.375rem;
  }

  .linear-chart__item-values {
    width: 4.75rem;
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .linear-chart__legend-description {
    font-size: 0.625rem;
    line-height: 0.75rem;
  }

  .switcher__wrapper {
    max-width: 18rem;
  }

  .switcher__item-content {
    height: 2.5rem;
  }

  .switcher__icon {
    width: 1rem;
    height: 1rem;
  }

  .switcher__text {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  .switcher_simple {
    width: 100%;
  }

  .switcher_simple .switcher__item {
    padding: 0.9375rem 1.75rem;
  }

  .switcher_simple .switcher__text {
    font-size: 0.9375rem;
    line-height: 1.125rem;
  }

  .switcher_sm {
    width: 100%;
  }

  .switcher_sm .switcher__item {
    width: 100%;
  }

  .switcher_sm .switcher__text {
    font-size: 0.8125rem;
  }

  .switcher_sm .switcher__item-content {
    padding: 0.9375rem 1.75rem;
  }

  .upload-files__wrapper {
    padding: 1.5rem 1.5rem 2.1875rem 1.5rem;
  }

  .upload-files__row {
    flex-direction: column;
  }

  .upload-files__column {
    width: 100%;
  }

  .upload-files__image-wrapper {
    padding-bottom: 1rem;
  }

  .upload-files__description {
    padding-top: 1rem;
    max-width: 100%;
  }

  .slider-controls__button {
    width: 0.75rem;
    height: 0.75rem;
  }

  .more-link__text {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .dropdown__header {
    height: 2rem;
    padding: 0 1.8125rem 0 0.625rem;
  }

  .dropdown__header-text {
    font-size: 0.8125rem;
  }

  .dropdown__container {
    top: 2rem;
  }

  .dropdown__link {
    font-size: 0.8125rem;
    padding: 0.4375rem 0.625rem;
  }

  .person__wrapper::before {
    width: 2rem;
  }

  .person__image {
    border-radius: 3.75rem 0.625rem;
    filter: grayscale(0);
  }

  .person__caption {
    padding-top: 1.25rem;
  }

  .person__position {
    font-size: 0.875rem;
    line-height: 1rem;
    padding-bottom: 0.75rem;
  }

  .person__name {
    font-size: 1.125rem;
    line-height: 150%;
    padding-bottom: 0.375rem;
  }

  .person__email {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .send-mail__body {
    border-radius: 3.75rem 0.625rem;
  }

  .send-mail__description {
    padding-top: 1.25rem;
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .send-mail__title {
    padding-bottom: 1rem;
    font-size: 1.125rem;
    line-height: 1.375rem;
    max-width: 11.25rem;
    width: 100%;
  }

  .send-mail__icon {
    width: 4.5rem;
    height: 4.5rem;
  }

  .send-mail__link {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .partner__container {
    padding: 1rem 2.25rem 1.5rem 2.25rem;
  }

  .partner__name {
    padding-top: 0.5625rem;
    font-size: 1rem;
    line-height: 140%;
  }

  .list__item {
    font-size: 0.875rem;
    line-height: 140%;
    padding-left: 1.375rem;
  }

  .list__item::before {
    left: 0;
    top: 0.375rem;
  }

  .pdf {
    border-radius: 0.5rem;
  }

  .pdf__bg-icon {
    width: 1rem;
    height: 0.75rem;
  }

  .pdf__bg-text {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-top: 0.875rem;
  }

  .file {
    padding: 1.1875rem 1rem;
    min-height: 5rem;
  }

  .file__caption {
    padding-right: 3.125rem;
  }

  .file__icon {
    width: 2rem;
    height: 2rem;
  }

  .file__icon_download {
    width: 2rem;
    height: 2rem;
    top: calc(50% - 1rem);
    right: 1.125rem;
    background-size: 1rem 1rem;
  }

  .file__name {
    font-size: 1rem;
    line-height: 1.1875rem;
    padding-bottom: 0.5rem;
  }

  .file__size {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  .tabs__item {
    font-size: 0.8125rem;
    line-height: 140%;
    margin-right: 0.5rem;
    height: 2rem;
  }

  .notification {
    padding: 1rem 0;
  }

  .notification__wrapper {
    flex-direction: column;
  }

  .notification__text {
    padding-right: 0;
    padding-bottom: 1rem;
    text-align: center;
  }

  .notification__button {
    max-width: 16.875rem;
  }

  .event-card {
    padding-bottom: 2rem;
  }

  .banner:not(.collapsed) + .navbar {
    top: 3rem;
  }

  .banner:not(.collapsed) + .navbar .navbar__menu-container {
    top: 6.875rem;
    min-height: calc(100vh - 6.875rem);
    max-height: calc(100% - 6.875rem);
  }

  .banner__container {
    padding: 0.5rem 5.75rem;
  }

  .banner__icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
  }

  .banner__text {
    font-size: 0.75rem;
  }

  .banner__button {
    font-size: 0.75rem;
    margin-left: 0.75rem;
    height: 2rem;
    line-height: 2rem;
    padding: 0 1rem;
  }

  .r-banner {
    margin-bottom: 2rem;
    padding: 3.75rem 2rem;
    border-radius: 0.75rem;
    background-position: 50% 50%;
  }

  .r-banner__bg img {
    object-position: 50% 50%;
  }

  .r-banner__caption {
    gap: 2rem;
  }

  .r-banner__title {
    font-size: 2.25rem;
  }

  .grid-4 {
    border-radius: 0.5rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .grid-4__item {
    padding: 1.5rem 1.25rem;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: 0.3125rem;
  }

  .grid-4__icon {
    width: 3rem;
    height: 3rem;
  }

  .grid-4__icon img {
    width: 1.75rem;
    height: 1.75rem;
  }

  .grid-4__chart {
    width: 3rem;
    height: 3rem;
  }

  .grid-4__caption {
    gap: 0;
  }

  .grid-4__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .grid-4__description {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
  }

  .grid-3 {
    gap: 0.5rem;
  }

  .grid-3__item {
    border-radius: 0.5rem;
    padding: 0.875rem 1rem;
    gap: 1rem;
  }

  .grid-3__visual {
    width: 2.5rem;
    height: 2.5rem;
  }

  .grid-3__layer-1 {
    width: 1.25rem;
    height: 1.25rem;
  }

  .grid-3__layer-2 {
    width: 1rem;
    height: 1rem;
  }

  .grid-3__caption {
    gap: 0;
  }

  .grid-3__title {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: 0.0375rem;
  }

  .grid-3__description {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
  }

  .plates {
    gap: 1rem;
  }

  .plates__item {
    border-radius: 0.5rem;
    padding: 1.25rem;
    gap: 1.25rem;
  }

  .plates__visual {
    border-radius: 0.375rem;
    width: 5.25rem;
  }

  .plates__year {
    font-size: 1.75rem;
    letter-spacing: 0.0525rem;
  }

  .plates__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .y-plate {
    border-radius: 0.5rem;
    padding: 1rem;
    gap: 1rem;
  }

  .y-plate__visual {
    width: 4.375rem;
    border-radius: 0.375rem;
  }

  .y-plate__caption {
    max-width: 9.6875rem;
    gap: 0.375rem;
  }

  .y-plate__title {
    font-size: 1.25rem;
    letter-spacing: 0.025rem;
  }

  .y-plate__description {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .y-plate__index {
    bottom: 1.25rem;
    right: 1rem;
    font-size: 0.6875rem;
    line-height: 0.583rem;
    letter-spacing: 0.0275rem;
  }

  .event-slider {
    padding: 1.5rem 3rem;
    border-radius: 1.5rem;
  }

  .event-slider__wrapper {
    gap: 1.25rem;
  }

  .event-slider__image {
    width: 15rem;
  }

  .event-slider__caption {
    padding: 0.5rem 0;
    gap: 0.75rem;
  }

  .event-slider__location {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
    padding-left: 1.5rem;
  }

  .event-slider__title {
    font-size: 0.875rem;
    font-family: "Gilroy-SemiBold", sans-serif;
    line-height: 150%;
    letter-spacing: 0.02625rem;
  }

  .event-slider__schedule {
    font-size: 0.75rem;
    line-height: 1.25rem;
    letter-spacing: 0.03rem;
  }

  .event-slider__date {
    font-size: 0.625rem;
    letter-spacing: 0.025rem;
  }

  .event-slider__date span {
    font-size: 1.5rem;
    letter-spacing: 0.06rem;
  }

  .event-slider__btn {
    width: 1.5rem;
    height: 1.5rem;
  }

  .event-slider__btn--prev {
    left: 0.75rem;
  }

  .event-slider__btn--next {
    right: 0.75rem;
  }

  .poll {
    gap: 1.5rem;
  }

  .poll__header {
    gap: 1rem;
  }

  .poll__icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .poll__title h2 {
    font-size: 1.25rem;
    line-height: 150%;
    letter-spacing: 0.0375rem;
  }

  .poll__content {
    padding: 1.25rem 1rem;
    border-radius: 0.5rem;
  }

  .poll__fields {
    gap: 0.75rem;
  }

  .poll__button {
    min-width: 10.75rem;
  }

  .poll__results {
    gap: 1rem;
    padding: 0;
  }

  .poll__result {
    flex-direction: column;
    gap: 0;
    align-items: flex-start;
  }

  .poll__value {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .poll__visual {
    gap: 0.25rem;
  }

  .poll__title {
    font-size: 0.75rem;
    line-height: 130%;
    letter-spacing: 0.0225rem;
  }

  .poll__counter {
    font-size: 0.8125rem;
    letter-spacing: 0.02438rem;
    padding: 0;
  }

  .radio--solid .radio__name {
    font-size: 0.875rem;
    line-height: 135%;
    letter-spacing: 0.02625rem;
  }

  .c-card {
    gap: 1.5rem;
  }

  .c-card__visual {
    width: 2rem;
    height: 2rem;
  }

  .c-card__visual::before {
    width: 2.5rem;
    height: 2.5rem;
  }

  .c-card__caption {
    gap: 0;
  }

  .c-card__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .c-card__description {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
  }

  .badge {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
  }

  .r-card {
    gap: 1rem;
    border-radius: 0.5rem;
    padding: 1rem;
  }

  .r-card__image {
    border-radius: 0.375rem;
    width: 7.25rem;
  }

  .r-card__title {
    font-size: 1rem;
    letter-spacing: 0.03rem;
  }

  .navbar {
    border-bottom: 0.0625rem solid #CEDBE3;
  }

  .navbar.active {
    box-shadow: none;
  }

  .navbar__controls {
    display: none;
    justify-content: center;
    margin-bottom: 1.5rem;
  }

  .navbar__controls--sm {
    display: flex;
  }

  .navbar__burger {
    display: flex;
  }

  .navbar__top {
    padding: 0.75rem 0;
    display: none;
  }

  .navbar__body {
    padding: 0;
    border-bottom: none;
  }

  .navbar__tags {
    flex-wrap: wrap;
  }

  .navbar__tag {
    font-size: 0.6875rem;
    line-height: 1.5rem;
    margin-right: 0.5rem;
  }

  .navbar__socials-list {
    padding-right: 0;
    justify-content: center;
    width: 100%;
  }

  .navbar__socials-button {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.25rem;
  }

  .navbar__socials-button:last-child {
    margin-right: 0;
  }

  .navbar__socials-button_fb svg {
    width: 0.5rem;
    height: 1rem;
  }

  .navbar__socials-button_twitter svg {
    width: 1rem;
    height: 0.875rem;
  }

  .navbar__socials-button_instagram svg {
    width: 1.375rem;
    height: 1.375rem;
  }

  .navbar__socials-button_telegram svg {
    width: 1rem;
    height: 0.875rem;
  }

  .navbar__socials-button_viber svg {
    width: 1rem;
    height: 1rem;
  }

  .navbar__socials-button_mail svg {
    width: 1rem;
    height: 0.8125rem;
  }

  .navbar__buttons {
    flex-wrap: wrap;
  }

  .navbar__button {
    padding: 0.8125rem 1.4375rem;
    width: 15.625rem;
  }

  .navbar__logo {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }

  .navbar__logo img {
    width: 5.5625rem;
    height: 1.8125rem;
  }

  .navbar__lang {
    margin-right: 1rem;
    width: 1.75rem;
    height: 1.75rem;
    font-size: 0.6875rem;
    line-height: 1;
    letter-spacing: 0.05em;
  }

  .navbar__lang_hide-md {
    display: flex;
  }

  .navbar__lang_show-md {
    display: none;
  }

  .navbar__search-button {
    height: 3.75rem;
    width: 2.5rem;
  }

  .navbar__menu-container {
    overflow-x: hidden;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    position: fixed;
    top: 3.8125rem;
    left: 0;
    min-height: calc(100vh - 3.75rem);
    max-height: calc(100% - 3.75rem);
    background-color: #fff;
    padding: 0.3125rem 0;
    min-width: 20rem;
    transform: translate3d(-100%, 0, 0);
  }

  .navbar__menu-container.active {
    transition: transform 300ms ease;
    transform: translate3d(0, 0, 0);
  }

  .navbar__menu-wrapper {
    display: flex;
    transition: transform 300ms ease;
  }

  .navbar__menu-footer {
    display: block;
  }

  .navbar__menu {
    display: block;
    width: 100%;
    flex-shrink: 0;
    min-width: 20rem;
  }

  .navbar__menu-item {
    padding: 0 1rem;
  }

  .navbar__menu-item_single .navbar__menu-link {
    padding: 0.375rem 0.5625rem 0.375rem 0.5625rem;
  }

  .navbar__menu-item_single .navbar__menu-link:hover {
    color: #0A1928;
  }

  .navbar__menu-link {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.07em;
    text-transform: uppercase;
    color: #0A1928;
    padding: 0.9375rem 0.5rem !important;
    border-bottom: 0.0625rem solid #DDE7ED;
  }

  .navbar__menu-link::before {
    right: 0.5625rem;
    transform: rotate(-90deg);
    width: 1.125rem;
    height: 1.125rem;
    top: calc(50% - 0.5625rem);
  }

  .navbar__menu-link.active::before {
    transform: rotate(-90deg);
  }

  .navbar__submenu {
    display: block;
    opacity: 1;
    visibility: visible;
    position: relative;
    top: 0;
    width: 100%;
    flex-shrink: 0;
    min-width: 20rem;
  }

  .navbar__submenu-list {
    position: relative;
    background-color: transparent;
    border-radius: 0;
    filter: none !important;
    padding: 0 1rem;
    top: 0;
  }

  .navbar__submenu-item {
    border-bottom: 0.0625rem solid #DDE7ED;
  }

  .navbar__submenu-link {
    font-size: 0.8125rem;
    line-height: 1.125rem;
    letter-spacing: 0.0125rem;
    color: #005082;
    padding: 0.9375rem 0.5rem;
  }

  .navbar__submenu-link_back {
    display: block;
    position: relative;
    color: #A8B4BF;
    padding-left: 2.125rem;
  }

  .navbar__submenu-link_back:hover {
    color: #A8B4BF;
  }

  .navbar__user-dropdown {
    top: 3.75rem;
  }

  .navbar__search {
    top: 3.75rem;
    margin-left: -0.75rem;
    margin-right: -0.75rem;
    width: calc(100% + 1.5rem);
  }

  .navbar__search-container {
    filter: none;
    box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
    padding: 0.75rem;
  }

  .navbar__search-results {
    top: 2.5rem;
  }

  .footer {
    padding: 2.1875rem 0 0 0;
  }

  .footer__body {
    padding-bottom: 2.625rem;
  }

  .footer__body-column:first-child {
    flex-direction: column;
  }

  .footer__bottom {
    padding: 1.1875rem 0;
  }

  .footer__bottom-eu {
    width: 6.5625rem;
  }

  .footer__logo {
    width: 5.625rem;
    height: 1.75rem;
    padding-bottom: 2rem;
  }

  .footer__menu {
    padding-left: 0;
    padding-right: 6.5rem;
    margin: 0;
  }

  .footer__menu-item {
    max-width: 10.25rem;
  }

  .footer__menu-title {
    font-size: 0.75rem;
    line-height: 1.5rem;
    letter-spacing: 0.1em;
    padding-bottom: 0.875rem;
  }

  .footer__menu-list {
    padding-bottom: 1rem;
  }

  .footer__menu-link {
    font-size: 0.75rem;
    line-height: 1.125rem;
    letter-spacing: 0.03em;
    padding-bottom: 0.375rem;
  }

  .footer__subscribe {
    top: 0;
    padding-top: 0.3125rem;
  }

  .footer__form-input-field::placeholder {
    font-size: 0.625rem;
  }

  .footer__form-input {
    width: 10.75rem;
  }

  .footer__socials {
    padding-top: 0.5rem;
  }

  .footer__socials-list {
    padding-right: 0;
  }

  .footer__studio {
    font-size: 0.75rem;
    line-height: 140%;
    letter-spacing: 0.03em;
  }

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

  .map {
    border-radius: 0;
    margin-left: -1rem;
    margin-right: -1rem;
    width: calc( 100% + 2rem) !important;
    height: 28.375rem;
    border-width: 0.0625rem;
  }

  .map.is-visible .map__rating {
    right: 1rem;
  }

  .map__container {
    top: 58%;
  }

  .map__rating {
    right: 1rem;
    width: 2rem;
    height: 80%;
    top: 1.875rem;
    padding: 0.5rem 0.125rem;
  }

  .map__rating-value {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .map__rating-bar {
    margin: 0.5rem 0;
  }

  .map__rating-tooltip {
    height: 3.75rem;
    width: 4.375rem;
    top: calc(50% - 1.875rem);
    left: -4.375rem;
    padding-right: 0.5rem;
    font-size: 1rem;
    line-height: 1.1875rem;
  }

  .map__tooltip::before {
    display: none;
  }

  .map__tooltip {
    position: absolute;
    left: 50% !important;
    top: 50% !important;
    transform: translate(-50%, -50%) !important;
  }

  .map__buttons {
    right: 1rem;
    bottom: 1rem;
  }

  .map__button {
    width: 2rem;
    height: 2rem;
  }

  .map__legend {
    gap: 0.5rem;
  }

  .map__legend-item {
    font-size: 0.6875rem;
    letter-spacing: 0.02063rem;
    padding-left: 1.25rem;
  }

  .map_rating {
    height: 28.375rem;
  }

  .map_rating.is-visible .map__rating {
    right: 2.5rem;
  }

  .map_rating .map__container {
    top: 50%;
  }

  .map--categories {
    border-radius: 0 !important;
  }

  .map--categories .map__buttons {
    right: 0 !important;
  }

  .map--main .map__legend-item {
    display: block;
  }

  .map--main .map__controls {
    bottom: 0;
    top: auto;
    padding: 1rem 2rem 1rem 2.25rem !important;
  }

  .map-tabs {
    display: flex;
    width: 19rem;
    margin: 0 auto;
  }

  .map-tabs__button {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
    overflow: hidden;
    box-shadow: none;
    border: none;
    height: 3rem;
    margin-bottom: 0;
    display: inline-block;
    width: 50%;
  }

  .map-tabs__button.active {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
  }

  .map-tabs__button.active::before {
    display: none;
  }

  .map-tabs__button.active .map-tabs__button-container {
    border-radius: 0.25rem 0.25rem 0rem 0rem;
  }

  .map-tabs__button-content {
    padding: 0 1.6875rem 0 3.1875rem;
  }

  .map-tabs__button-icon {
    width: 1rem;
    height: 1rem;
  }

  .map-tabs__button-name {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }

  .main-search {
    border-radius: 0.25rem;
    padding: 0;
    border: none;
    background-color: transparent;
  }

  .main-search__title {
    display: none;
  }

  .main-search__subtitle {
    display: none;
  }

  .main-search__results {
    top: 2.5rem;
  }

  .steps-list__image {
    width: 9.6875rem;
    height: 7.8125rem;
  }

  .steps-list__title {
    font-size: 1.125rem;
    line-height: 150%;
  }

  .steps-list__description {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .popup__reg-top {
    padding-bottom: 0;
  }

  .popup__service-msg-text {
    padding-bottom: 1.5rem;
  }

  .short-rating__mtitle {
    font-size: 1rem;
    line-height: 150%;
    padding-bottom: 0.75rem;
  }

  .short-rating__item {
    padding: 0.75rem 0;
  }

  .short-rating__header-title {
    font-size: 1rem;
    line-height: 150%;
  }

  .short-rating__header-name {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .short-rating__icon {
    width: 1rem;
    height: 1rem;
  }

  .short-rating__name {
    font-size: 0.8125rem;
    line-height: 140%;
    padding-left: 0.75rem;
  }

  .short-rating__value {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .short-rating_cities .short-rating__item-col {
    width: 7.5rem;
  }

  .detail-rating__title {
    font-size: 1rem;
    line-height: 150%;
  }

  .detail-rating__header {
    padding-bottom: 0.625rem;
  }

  .detail-rating__header-col:last-child {
    width: 10rem;
  }

  .detail-rating__header-name {
    font-size: 0.6875rem;
    line-height: 140%;
  }

  .detail-rating__header-name_year {
    width: 4.6875rem;
  }

  .detail-rating__item-header {
    padding-right: 0.4375rem;
  }

  .detail-rating__col_inner-icons {
    position: absolute;
    top: 0.3125rem;
    right: -0.625rem;
  }

  .detail-rating__value {
    font-size: 0.8125rem;
    line-height: 140%;
    width: 2.875rem;
  }

  .detail-rating__value_inner {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .detail-rating__value_inner.detail-rating__value_rating-icon {
    width: 3.375rem;
  }

  .detail-rating__value_rating-icon {
    padding-left: 1rem;
  }

  .detail-rating__value_rating-icon::before {
    width: 0.25rem;
    height: 0.5rem;
    bottom: 0.25rem;
  }

  .detail-rating__value_rating-icon::after {
    width: 0.25rem;
    height: 0.75rem;
    left: 0.375rem;
    bottom: 0.25rem;
  }

  .detail-rating__button {
    padding: 0.625rem;
    margin-left: 0.6875rem;
  }

  .detail-rating__button_rating {
    margin-left: 0;
  }

  .detail-rating__item-link {
    padding: 1.0625rem 0 0.9375rem 0;
  }

  .detail-rating__icon {
    width: 1rem;
    height: 1rem;
    margin-right: 0.75rem;
  }

  .detail-rating__icon::before {
    height: 0.0625rem;
    width: 0.5rem;
    left: calc(50% - 0.25rem);
  }

  .detail-rating__icon::after {
    height: 0.0625rem;
    width: 0.5rem;
    left: calc(50% - 0.25rem);
  }

  .detail-rating__item-title {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .detail-rating__item-title_inner {
    padding-bottom: 0.875rem;
    padding-right: 15rem;
  }

  .detail-rating__item-text {
    font-size: 0.8125rem;
    line-height: 1.3125rem;
  }

  .detail-rating__content {
    padding: 0;
  }

  .detail-rating__content-item {
    padding: 1.0625rem 0 0.9375rem 0;
  }

  .detail-rating__content-caption {
    padding: 0 1rem 0 1.75rem;
    flex-direction: column;
  }

  .detail-rating__badge {
    padding: 0.1875rem 0.5rem;
    border-radius: 0.5rem;
    font-size: 0.625rem;
  }

  .detail-rating_cities .detail-rating__content-caption {
    padding-left: 1.25rem;
  }

  .detail-rating_cities .detail-rating__col {
    width: 7.5rem;
  }

  .detail-rating_cities-2 .detail-rating__content-caption {
    padding-left: 0;
  }

  .detail-rating_cities-2 .detail-rating__item-link {
    padding-left: 0;
  }

  .detail-rating_cities-2 .detail-rating__row {
    gap: 0.75rem;
    align-items: flex-start;
  }

  .detail-rating_cities-2 .detail-rating__col {
    width: 6.4375rem;
  }

  .detail-rating--badges .detail-rating__row {
    justify-content: flex-start;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .detail-rating--badges .detail-rating__col_inner-icons {
    min-width: auto;
    justify-content: flex-start;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    bottom: auto;
    padding-bottom: 0.25rem;
  }

  .detail-rating--badges .detail-rating__button svg {
    width: 1.125rem;
    height: 1.125rem;
  }

  .detail-rating--badges .detail-rating__buttons-popup {
    display: block !important;
    position: relative;
    background: none;
    top: auto;
    right: auto;
    box-shadow: none;
    min-width: auto;
    padding: 0;
  }

  .detail-rating--badges .detail-rating__item-title_inner {
    display: none;
    padding-bottom: 0;
    padding-right: 0.625rem;
  }

  .detail-rating--badges .detail-rating__item-title_inner.detail-rating__item-title--md {
    display: block;
  }

  .feedback__filter {
    padding-bottom: 1rem;
  }

  .feedback__filter-title {
    font-size: 1rem;
    line-height: 150%;
  }

  .feedback__filter-group-name {
    display: none;
  }

  .feedback__header {
    padding-bottom: 1rem;
  }

  .feedback__header-title {
    font-size: 0.6875rem;
    line-height: 140%;
  }

  .feedback__row {
    padding: 1.5rem 0;
  }

  .feedback__row_header {
    padding: 0;
  }

  .feedback__col_content-inner {
    padding-left: 1rem;
  }

  .feedback__col_status {
    flex: 1 0 5.625rem;
  }

  .feedback__col_direction {
    flex: 1 0 7.5rem;
  }

  .feedback__col_indicator {
    flex: 1 0 5.625rem;
  }

  .feedback__col_rating {
    flex: 1 0 3.75rem;
  }

  .feedback__icon {
    width: 1rem;
    height: 1rem;
    margin: 0;
    margin-left: 0.5rem;
  }

  .feedback__indicator {
    text-align: center;
  }

  .feedback__message-header {
    padding-bottom: 0.75rem;
  }

  .feedback_overall .feedback__col_direction {
    flex: 1 0 11.25rem;
  }

  .rating-feedback {
    top: 0.9375rem;
  }

  .rating-feedback::before {
    display: none;
  }

  .rating-feedback__wrapper {
    padding: 1.5rem 1.75rem;
  }

  .rating-feedback__title {
    font-size: 0.8125rem;
    line-height: 140%;
    letter-spacing: 0.03em;
    padding-bottom: 1rem;
  }

  .rating-feedback__row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .rating-feedback__col {
    padding: 0 0.5rem;
  }

  .rating-feedback__col:first-child {
    width: 50%;
  }

  .rating-feedback__col:last-child {
    width: 50%;
  }

  .rating-feedback__form-field {
    padding-bottom: 1rem;
  }

  .rating-feedback__submit-button {
    padding: 0;
  }

  .rating-feedback__hint-container {
    padding: 1.5rem;
  }

  .rating-feedback__hint-text-block {
    padding-bottom: 1.5rem;
  }

  .rating-feedback p {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .rating-feedback__close-button {
    width: 1.25rem;
    height: 1.25rem;
    padding: 0.5rem;
    top: 0;
    right: 0;
  }

  .main-cities__city-card {
    margin-bottom: 0.5rem;
  }

  .main-cities__slider-controls {
    display: block;
  }

  .instrument-slider__container {
    overflow: hidden;
  }

  .instrument-slider__wrapper {
    flex-wrap: nowrap;
    margin: 0;
    width: 100%;
  }

  .instrument-slider__slide {
    padding: 0;
    width: 100%;
  }

  .instrument-slider__slider-controls {
    display: block;
    padding: 2.625rem 0 1.25rem;
  }

  .rating-slider {
    padding: 2rem 0;
    border: none !important;
    border-top: 0.0625rem solid #CEDBE3;
    box-shadow: none !important;
    border-radius: 0;
  }

  .rating-slider__header-name {
    font-size: 0.6875rem;
    line-height: 2.75rem;
  }

  .rating-slider_custom {
    border: none;
    padding: 0;
  }

  .filter__dropdown-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .town-table__row_header {
    padding-left: 0.5rem;
  }

  .town-table__col {
    margin-right: 1rem;
    width: 5rem;
  }

  .town-table__title {
    font-size: 0.8125rem;
    line-height: 140%;
    padding-left: 0.5rem;
  }

  .town-table__value {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .donation__wrapper {
    padding: 1.5rem;
    border-radius: 0.5rem;
  }

  .donation__row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .donation__icon {
    width: 4rem;
    height: 4rem;
  }

  .donation__col {
    padding: 0 0.5rem;
  }

  .donation__title {
    font-size: 1rem;
    line-height: 1.1875rem;
  }

  .donation__text {
    font-size: 0.75rem;
    line-height: 160%;
  }

  .community-table__row {
    align-items: flex-start;
  }

  .community-table__row_header {
    border-bottom: 0.0625rem solid #B4C4D4;
    margin-bottom: 0.5rem;
  }

  .community-table__header-name {
    font-size: 0.6875rem;
    line-height: 140%;
  }

  .community-table__info {
    align-items: flex-start;
  }

  .community-table__image {
    width: 2rem;
    height: 2rem;
    border-radius: 0.625rem;
  }

  .community-table__caption {
    padding-left: 1rem;
  }

  .community-table__title {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .community-table__link {
    font-size: 0.6875rem;
  }

  .community-table__value {
    font-size: 0.8125rem;
    line-height: 140%;
    padding-left: 1.25rem;
  }

  .community-table__value::before {
    width: 0.75rem;
    height: 0.75rem;
  }

  .dotted-msg__wrapper {
    padding: 3rem 2.125rem;
  }

  .dotted-msg__title {
    font-size: 1.25rem;
    line-height: 150%;
  }

  .dotted-msg__text {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .dotted-msg__button {
    padding-top: 0.5rem;
    width: 10.5rem;
  }

  .events__calendar-header {
    padding: 1.5rem 0;
  }

  .events__calendar-btn {
    width: 2.25rem;
    height: 2.25rem;
  }

  .events__calendar-title {
    font-size: 1.125rem;
  }

  .events__calendar-table div {
    height: 2.375rem;
  }

  .events__posts-wrapper {
    padding: 1.25rem;
  }

  .events__posts-container {
    padding-right: 0;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }

  .events__posts-container::-webkit-scrollbar {
    display: none;
  }

  .events__posts-item {
    padding-bottom: 1.125rem;
    margin-bottom: 1.125rem;
  }

  .events__posts-date {
    font-size: 1rem;
    line-height: 2rem;
    padding-bottom: 1rem;
  }

  .events__post-image {
    width: 6.25rem;
    height: 4.6875rem;
  }

  .events__post-location {
    margin-bottom: 0.375rem;
  }

  .events__post-title {
    font-size: 0.8125rem;
    line-height: 140%;
    padding-bottom: 0.375rem;
  }

  .news-slider__slider-controls {
    display: block;
    padding: 2rem 0 0 0;
  }

  .mp-map {
    padding: 3rem 0 0 0;
  }

  .mp-map__caption {
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }

  .mp-map__header {
    align-items: center;
    text-align: center;
    max-width: 18rem;
    gap: 1rem;
  }

  .mp-map__title {
    padding-top: 1rem;
  }

  .mp-map__title br {
    display: none;
  }

  .mp-map__title::before {
    left: 50%;
    transform: translateX(-50%);
    width: 1.9375rem;
    height: 0.25rem;
  }

  .mp-map__title h2 {
    font-size: 1.5rem;
    letter-spacing: 0.045rem;
  }

  .mp-map__search {
    margin-bottom: 1.5rem;
  }

  .mp-map__map-container {
    position: relative;
    top: auto;
    transform: none;
    width: 100%;
    height: 28.375rem;
    overflow: hidden;
    margin-left: -1rem;
    margin-right: -1rem;
    width: auto;
  }

  .mp-map__legend {
    display: none;
  }

  .mp-map__legend-item {
    font-size: 0.6875rem;
    letter-spacing: 0.02063rem;
    padding-left: 1.25rem;
  }

  .home__title {
    padding-top: 1.125rem;
  }

  .home__title h2,
  .home__title .h2 {
    font-size: 1.25rem;
  }

  .home__title::before {
    width: 2rem;
    height: 0.125rem;
  }

  .mp-events {
    margin-bottom: 2.5rem;
  }

  .mp-events__title {
    padding-bottom: 1.5rem;
  }

  .mp-m-slider {
    padding-top: 1.875rem;
    margin-bottom: 3rem;
  }

  .mp-analitics-section {
    padding: 3rem 0 3rem 0;
  }

  .mp-analitics-section__title {
    padding-bottom: 2rem;
  }

  .mp-rating-section {
    padding: 3.125rem 0 2rem;
  }

  .mp-rating-section__title {
    padding-bottom: 1.875rem;
  }

  .mp-rating-section__top {
    padding-bottom: 1.375rem;
  }

  .mp-rating-section__slider {
    padding-bottom: 0;
  }

  .mp-how-it-works-section {
    padding: 5.625rem 0 5.3125rem;
  }

  .mp-how-it-works-section__background {
    top: 3.75rem;
  }

  .mp-how-it-works-section__background::before {
    width: 75.0625rem;
    height: 3.75rem;
    top: -3.75rem;
  }

  .mp-how-it-works-section__title {
    padding-bottom: 3.125rem;
  }

  .mp-news-section {
    padding: 3rem 0 3rem 0;
  }

  .mp-news-section__title {
    padding-bottom: 2.5rem;
  }

  .mp-news-section__news-list .news-card:nth-child(4) {
    display: none;
  }

  .mp-instrument-section {
    padding: 3.75rem 0 1.875rem 0;
  }

  .mp-instrument-section__background {
    width: 24.5rem;
    height: 24.125rem;
    background: url("../img/svg/bg/city3-tablet.svg") center center no-repeat;
    background-size: cover;
  }

  .mp-instrument-section__caption {
    padding-top: 0.625rem;
    padding-right: 0;
  }

  .mp-instrument-section__title {
    padding-bottom: 1.75rem;
  }

  .mp-instrument-section__subtitle {
    font-size: 0.8125rem;
    line-height: 160%;
    padding-bottom: 1.25rem;
  }

  .mp-methods-section {
    padding: 3.25rem 0 1rem;
  }

  .mp-methods-section__plate {
    padding: 0 1.4375rem;
  }

  .mp-methods-section__plate {
    padding: 0;
  }

  .mp-methods-section__plate-container {
    padding: 2rem 2.5rem;
  }

  .mp-methods-section__plate-title {
    padding-bottom: 1.5rem;
  }

  .mp-methods-section__plate-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .mp-methods-section__plate-item {
    padding: 0 0.5rem;
  }

  .mp-poll {
    padding: 3rem 0 0 0;
  }

  .city__back-link {
    padding-bottom: 1.125rem;
  }

  .city__title {
    gap: 0.75rem;
  }

  .city__title-icon {
    width: 1.25rem;
    height: 1.25rem;
  }

  .city__title-text {
    font-size: 1.125rem;
    line-height: 140%;
  }

  .city__filter {
    gap: 0.75rem;
    padding-bottom: 1rem;
  }

  .city__rating {
    padding-bottom: 1rem;
  }

  .city__rating--pb64 {
    padding-bottom: 2.5rem;
  }

  .city__rating-item {
    padding: 0.8125rem 1rem;
    border-radius: 0.5rem;
    margin-bottom: 1rem;
  }

  .city__rating-item--p0 {
    padding: 0;
  }

  .city__rating-item--category {
    padding: 1.25rem 1.5rem;
  }

  .city__short-rating-container {
    padding-bottom: 1.75rem;
  }

  .city__short-rating-container {
    padding-bottom: 2rem;
  }

  .city__detail-rating-container {
    padding-bottom: 0;
  }

  .city__about-feedback {
    padding: 0 0 2rem 0;
  }

  .city__about-feedback-container {
    flex-direction: column;
    padding: 1rem 1.5rem 1.5rem 1.5rem;
    text-align: center;
  }

  .city__about-feedback-icon {
    width: 3rem;
    height: 3rem;
  }

  .city__about-feedback-caption {
    padding: 1rem 0;
    max-width: 37.5rem;
    margin: 0 auto;
  }

  .city__about-feedback-text {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .city__about-feedback-buttons {
    width: 100%;
    max-width: 18.75rem;
  }

  .city__about-feedback-button {
    margin-bottom: 0.5rem;
  }

  .city__about-feedback-button-name {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .rating__main-title {
    padding-bottom: 2rem;
  }

  .rating__map {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .rating__list {
    margin-top: 0.25rem;
    width: 100%;
    padding: 0 1rem;
  }

  .compare__main-title {
    padding-bottom: 1.25rem;
  }

  .compare__form {
    padding-bottom: 1rem;
  }

  .compare__form-wrapper {
    padding: 1.25rem 1rem;
  }

  .compare__form-tag {
    margin-bottom: 0.5rem;
  }

  .town-card__switcher {
    width: 100%;
    padding-bottom: 1.375rem;
  }

  .town-card__content {
    margin-top: 0;
  }

  .town-card__filter-wrapper {
    padding-left: 0;
  }

  .town-card__filter-row {
    justify-content: center;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .town-card__filter-col {
    width: 50%;
    padding: 0 0.5rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .town-card__filter-text {
    display: block;
    padding-bottom: 0.25rem;
  }

  .town-card__filter-select {
    width: 100%;
  }

  .town-card__filter-select {
    padding-bottom: 1rem;
  }

  .custom-rating__back-link {
    padding-bottom: 1.5rem;
  }

  .custom-rating__title {
    padding-bottom: 1rem;
  }

  .custom-rating__filter-text {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .team__main-title {
    padding-bottom: 1.5rem;
  }

  .team__person {
    padding-bottom: 1.25rem;
  }

  .team__row {
    margin-right: -0.75rem;
    margin-left: -0.75rem;
  }

  .team__col {
    width: 50%;
    padding: 0 0.75rem;
  }

  .partners__main-title {
    padding-bottom: 1.5rem;
  }

  .partners__subtitle {
    padding-bottom: 2rem;
  }

  .partners__text {
    max-width: 100%;
    font-size: 0.8125rem;
    line-height: 160%;
    padding-bottom: 1.6875rem;
  }

  .partners__arrow-link {
    padding-bottom: 1.8125rem;
  }

  .partners__list {
    padding-bottom: 1rem;
  }

  .partners__partner {
    padding-bottom: 1rem;
  }

  .news__news-card {
    padding-bottom: 2rem;
  }

  .blog-list__news-card {
    padding-bottom: 2rem;
  }

  .service-page {
    padding: 6.25rem 0;
  }

  .service-page__container {
    min-height: 29.375rem;
  }

  .service-page__town-bg {
    width: calc( 220.0625rem / 2);
    height: calc( 31.3125rem / 2);
  }

  .service-page__clouds-bg {
    width: calc( 111.5625rem / 2);
    height: calc( 19.0625rem / 2);
  }

  .service-page__map {
    width: 43.75rem;
  }

  .service-page__icon {
    width: 4.375rem;
    height: 4.6875rem;
  }

  .service-page__title {
    font-size: 1.5rem;
    line-height: 2rem;
    padding-bottom: 1rem;
  }

  .service-page__text {
    font-size: 0.875rem;
    line-height: 160%;
  }

  .community__main-title {
    padding-bottom: 1.5rem;
  }

  .community__switcher {
    padding-bottom: 1.5rem;
  }

  .community__table {
    padding-bottom: 1.8125rem;
  }

  .instruments {
    padding-bottom: 1.25rem;
  }

  .instruments__main-title {
    padding-bottom: 1.5rem;
  }

  .instruments__h3 {
    padding-bottom: 1rem;
  }

  .instruments__text-block {
    padding-bottom: 2rem;
  }

  .instruments__para {
    padding-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .instruments__lead-text {
    font-size: 1rem;
    line-height: 150%;
  }

  .instruments__files-wrapper {
    padding: 1.5rem 1rem;
  }

  .instruments__files-item {
    padding-bottom: 1rem;
  }

  .information__main-title {
    padding-bottom: 1.5rem;
  }

  .information__h2 {
    padding-bottom: 1rem;
  }

  .information__text-block {
    padding-bottom: 1.5rem;
  }

  .information__text {
    padding-bottom: 0.5rem;
    font-size: 0.8125rem;
    line-height: 160%;
    letter-spacing: 0.03em;
    color: #45505C;
  }

  .information__content {
    padding-top: 0;
  }

  .information__h4 {
    padding-bottom: 0.75rem;
  }

  .information__list {
    padding-bottom: 1rem;
  }

  .article__back-link {
    padding-bottom: 1.5rem;
  }

  .article__hero {
    padding-bottom: 1.5rem;
  }

  .article__hero-image::before {
    width: 14%;
    height: 7%;
  }

  .article__hero-content {
    padding: 0 2rem;
  }

  .article__hero-caption {
    padding-top: 0.625rem;
    padding-bottom: 3.5rem;
    max-width: 28.75rem;
  }

  .article__hero-caption::before {
    width: 1.5rem;
    height: 0.125rem;
  }

  .article__hero-title {
    font-size: 0.9375rem;
    line-height: 150%;
    padding-top: 0.5rem;
  }

  .article__hero-date {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }

  .article__author {
    padding-bottom: 1.5rem;
  }

  .article__author-text {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  .article__author-name {
    font-size: 0.875rem;
    line-height: 1.0625rem;
  }

  .article__tags {
    padding-top: 0.5rem;
    padding-bottom: 0.875rem;
  }

  .article__share {
    padding-bottom: 1.5rem;
  }

  .article__share-text {
    font-size: 0.8125rem;
    line-height: 0.9375rem;
  }

  .article__news {
    padding-top: 2rem;
  }

  .article__news-card {
    padding-bottom: 2rem;
  }

  .page-content blockquote {
    border-width: 0.125rem;
    padding-left: 1.25rem;
    font-size: 0.9375rem;
    line-height: 160%;
    margin-bottom: 1rem;
  }

  .contacts__main-title {
    padding-bottom: 1.5rem;
  }

  .contacts__logo {
    margin-bottom: 1rem;
  }

  .contacts__h2 {
    padding-bottom: 0.75rem;
  }

  .contacts__text {
    font-size: 0.8125rem;
  }

  .contacts__adress {
    padding-bottom: 1.5rem;
  }

  .contacts__list-item {
    padding-bottom: 1.25rem;
  }

  .contacts__list-icon {
    width: 2.5rem;
    height: 2.5rem;
  }

  .contacts__list-icon::before {
    width: 1.25rem;
    height: 1.25rem;
    top: calc( 50% - 0.625rem);
    left: calc( 50% - 0.625rem);
  }

  .contacts__list-caption {
    padding-left: 1rem;
  }

  .contacts__list-text {
    font-size: 0.8125rem;
    padding-bottom: 0.25rem;
  }

  .contacts__list-link {
    font-size: 0.875rem;
  }

  .faq__main-title {
    padding-bottom: 0.5rem;
  }

  .faq__list-header {
    align-items: flex-start;
    padding: 1rem 0 1rem 1.75rem;
  }

  .faq__list-header::before {
    width: 1rem;
    height: 1rem;
    top: 1.125rem;
  }

  .faq__list-title {
    font-size: 0.9375rem;
    line-height: 140%;
    padding-right: 0.75rem;
  }

  .faq__list-icon {
    width: 1rem;
    height: 1rem;
  }

  .faq__list-icon::before {
    height: 0.0625rem;
    width: 0.5rem;
    left: calc(50% - 0.25rem);
  }

  .faq__list-icon::after {
    height: 0.0625rem;
    width: 0.5rem;
    left: calc(50% - 0.25rem);
  }

  .faq__content {
    padding-bottom: 1.25rem;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
  }

  .faq__text {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .search__main-title {
    padding-bottom: 1.5rem;
  }

  .search__results {
    padding-top: 1.5rem;
  }

  .search__news-card {
    padding-bottom: 2rem;
  }

  .search__page-link {
    font-size: 0.8125rem;
  }

  .overall-feedbacks__main-title {
    padding-bottom: 1.5rem;
  }

  .overall-feedbacks__msg {
    padding-bottom: 2rem;
  }

  .overall-feedbacks__msg-container {
    padding: 1.5rem 1.6875rem;
    border-radius: 0.1875rem;
  }

  .overall-feedbacks__msg-text {
    font-size: 1rem;
    line-height: 150%;
  }

  .overall-feedbacks__form {
    padding-bottom: 2rem;
  }

  .overall-feedbacks__form-container {
    border-radius: 0.1875rem;
    padding: 1.5rem 0;
  }

  .overall-feedbacks__form-title {
    text-align: center;
    padding-bottom: 1.3125rem;
  }

  .overall-feedbacks__form-input {
    padding-bottom: 1rem;
  }

  .overall-feedbacks__form-button {
    width: 15.625rem;
  }

  .overall-feedbacks__form-icon {
    width: 2.875rem;
    height: 2.875rem;
  }

  .overall-feedbacks__form-h4 {
    padding: 1.8125rem 0 1rem 0;
  }

  .overall-feedbacks__form-text {
    padding-bottom: 1.5rem;
  }

  .overall-feedbacks__info-wrapper {
    padding: 1.5rem;
  }

  .overall-feedbacks__info-caption {
    width: 65%;
  }

  .overall-feedbacks__info-image {
    left: 65%;
    width: 22.4375rem;
    height: 15.8125rem;
  }

  .announce__calendar {
    padding-bottom: 2rem;
  }

  .announce__news-title {
    font-size: 1.25rem;
    line-height: 2.75rem;
    padding-bottom: 1rem;
  }

  .announce-details__back-link {
    margin-bottom: 1.5625rem;
  }

  .announce-details__container {
    padding-bottom: 3rem;
  }

  .announce-details__image {
    margin-bottom: 2.5rem;
  }

  .announce-details__badge {
    display: none;
  }

  .announce-details__info {
    padding-bottom: 2rem;
  }

  .announce-details__info-location {
    padding-bottom: 2.5rem;
  }

  .research__filter {
    padding-bottom: 2rem;
  }

  .research__top-grid {
    gap: 1rem;
    padding-bottom: 2rem;
  }

  .research__map {
    margin-bottom: 2rem;
  }

  .research__rating {
    padding-bottom: 2.5rem;
  }

  .research__main-title-inner {
    padding-bottom: 0;
  }

  .research__history {
    gap: 1rem;
  }

  .comparison__main-title {
    padding-bottom: 0;
  }

  .comparison__form {
    padding-bottom: 1.5rem;
  }

  .comparison__form-wrapper {
    padding: 1.25rem 1rem;
  }

  .comparison__form-tag {
    margin-bottom: 0.5rem;
  }

  .comparison__legend {
    gap: 0.75rem;
  }

  .comparison__legend-item {
    font-size: 0.75rem;
    letter-spacing: 0.0225rem;
    padding-left: 1.25rem;
  }

  .comparison__filter {
    gap: 1.5rem;
    padding-bottom: 1.5rem;
  }

  .comparison__filter-dropdown-text {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .comparison__theader {
    gap: 0.75rem;
    padding-bottom: 1.25rem;
    margin-bottom: 1.5rem;
  }

  .comparison__theader-item {
    width: 6.4375rem;
  }

  .comparison__theader-title {
    font-size: 1rem;
    line-height: 150%;
    letter-spacing: 0.03rem;
  }

  .comparison__theader-name {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .resourses__grid {
    gap: 0.75rem;
  }

  .contrast-theme .navbar {
    border-color: #000 !important;
  }

  .contrast-theme .navbar__submenu-list {
    border: none !important;
    filter: none !important;
  }

  .contrast-theme .map__buttons {
    border: 0.0625rem solid #000 !important;
    box-shadow: 0.25rem 0.25rem black;
  }

  .contrast-theme .navbar__submenu-list {
    filter: none !important;
    border: none !important;
  }

  .contrast-theme .feedback__filter-dropdown-container {
    background: #fff !important;
    border: 0.0625rem solid #000 !important;
    box-shadow: 0.25rem 0.25rem black;
  }
}

@media only screen and (max-width: 47.9375rem) {
  .container {
    padding: 0 1rem;
  }

  .main__content {
    padding-top: 2rem;
    border-top: none;
  }

  .main__content_announce-details {
    padding-top: 1.5625rem;
  }

  .hidden-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .m-slider {
    overflow: visible;
  }

  .m-slider__shape {
    display: none;
  }

  .m-slider__image {
    border-radius: 0;
  }

  .m-slider__image::before {
    height: 31.25rem;
    background: linear-gradient(180deg, rgba(1, 122, 196, 0) 32.75%, #005FA3 54.22%);
  }

  .m-slider__image img {
    width: 100%;
    height: 17.3125rem;
  }

  .m-slider__caption {
    padding: 12.8125rem 1.5rem 4rem 1.5rem;
  }

  .m-slider__content {
    max-width: none;
  }

  .m-slider__date {
    margin-bottom: 0.75rem;
  }

  .m-slider__title {
    margin-bottom: 0.75rem;
  }

  .m-slider__description {
    margin-bottom: 1.25rem;
  }

  .m-slider__button {
    width: 100%;
  }

  .m-slider__pagination-wrapper {
    position: absolute;
    bottom: 1.5rem;
    left: 50%;
    transform: translateX(-50%);
    z-index: 4;
    display: flex;
    align-items: center;
  }

  .m-slider__btn {
    position: relative;
    top: auto !important;
    transform: none !important;
    left: auto !important;
    right: auto !important;
    width: 1.25rem;
    height: 1.25rem;
  }

  .m-slider__btn svg .stroke {
    stroke: #DDE7ED !important;
  }

  .m-slider__pagination {
    position: relative;
    right: auto;
  }

  .button_xl {
    height: 2.5rem;
  }

  .button_xl .button__name {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  .button--lg .button__name {
    font-size: 0.8125rem;
    letter-spacing: 0.02438rem;
  }

  .gradient-button_xl {
    height: 2.5rem;
  }

  .gradient-button_xl .gradient-button__name {
    font-size: 0.75rem;
    line-height: 0.9375rem;
  }

  .social-button {
    height: 2.5rem;
  }

  .social-button__name {
    font-size: 0.8125rem;
    line-height: 1rem;
  }

  .chart__title {
    padding-bottom: 1.25rem;
  }

  .chart__container {
    height: 16.25rem;
    padding-bottom: 0.625rem;
  }

  .chart__legend-item {
    margin: 0 0.75rem;
  }

  .chart__legend-text {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
  }

  .chart canvas {
    height: 15.625rem !important;
  }

  .input_url-added {
    padding-top: 0.5rem;
  }

  .city-card {
    border-radius: 0.5rem;
  }

  .city-card__image {
    width: 5.5rem;
    height: 5.5rem;
  }

  .city-card__caption {
    padding: 0.75rem;
  }

  .city-card_list {
    border-radius: 0;
  }

  .news-card_column .news-card__caption {
    max-width: 28.125rem;
  }

  .news-card_md .news-card__caption {
    padding-top: 1rem;
  }

  .arrow-link__icon {
    transform: rotate(90deg);
    position: relative;
    top: 0.125rem;
  }

  .instrument-card {
    max-width: 15.625rem;
    width: 100%;
    margin: 0 auto;
  }

  .circle-chart {
    padding: 0.625rem 0;
  }

  .circle-chart__item {
    padding-bottom: 1.875rem;
  }

  .linear-chart--single .linear-chart__item {
    padding-bottom: 1rem;
  }

  .linear-chart--single .linear-chart__item-title {
    padding-bottom: 0.375rem;
  }

  .linear-chart--no-values .linear-chart__item-title {
    padding-bottom: 0.375rem;
  }

  .linear-chart__buttons {
    position: relative;
    right: -0.375rem;
  }

  .linear-chart__button {
    width: 1.5rem;
    height: 1.5rem;
    padding: 0;
    justify-content: center;
  }

  .linear-chart__button_compare {
    background-color: transparent;
    border: none;
  }

  .linear-chart__button_export {
    background-color: transparent;
    box-shadow: none;
  }

  .linear-chart__button_export .linear-chart__button-icon svg path {
    stroke: #21BF7D;
  }

  .linear-chart__button-text {
    display: none;
  }

  .linear-chart__item-values {
    width: 4.75rem;
  }

  .switcher_simple .switcher__wrapper {
    border-bottom: 0.0625rem solid #B4C4D4;
  }

  .switcher_simple .switcher__item {
    width: 50%;
    padding: 0.9375rem;
  }

  .switcher_sm .switcher__item {
    width: 50%;
  }

  .switcher_sm .switcher__item-content {
    padding: 0.9375rem;
  }

  .filter-select .selectize-input {
    padding: 0.75rem 1.875rem 0.75rem 0.75rem;
  }

  .filter-select_city {
    width: 100%;
  }

  .pdf {
    height: 20rem;
  }

  .pdf__bg::before {
    width: 6.875rem;
    height: 1.625rem;
  }

  .file:hover .file__icon_download {
    background-color: #fff;
  }

  .event-card {
    padding-bottom: 1.5rem;
  }

  .banner:not(.collapsed) + .navbar {
    top: 2.75rem;
  }

  .banner:not(.collapsed) + .navbar .navbar__menu-container {
    top: 6.5625rem;
    min-height: calc(100vh - 6.5625rem);
    max-height: calc(100% - 6.5625rem);
  }

  .banner__wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
    padding: 0 0.5rem;
  }

  .banner__container {
    padding: 0.5rem 0;
  }

  .banner__text {
    font-family: "Gilroy-SemiBold", sans-serif;
    font-size: 0.6875rem;
    text-align: left;
    width: 100%;
  }

  .banner__button {
    height: 1.75rem;
    line-height: 1.75rem;
    padding: 0 0.625rem;
    margin-left: 0.5rem;
    font-size: 0.6875rem;
  }

  .banner__button--lg {
    display: none;
  }

  .banner__button--sm {
    display: inline-flex;
  }

  .r-banner {
    padding: 1.25rem 1.5rem;
  }

  .r-banner__bg {
    max-width: 18rem;
    left: 50%;
    transform: translateX(-50%);
  }

  .r-banner__bg img {
    object-fit: contain;
    object-position: 50% 50%;
  }

  .r-banner__caption {
    align-items: center;
    justify-content: center;
    max-width: none;
  }

  .r-banner__title {
    font-size: 1.3125rem;
    letter-spacing: 0.03938rem;
    text-align: left;
    align-self: flex-start;
    justify-self: flex-start;
    max-width: 15.625rem;
    min-height: 4.375rem;
    margin-bottom: 10rem;
  }

  .r-banner__btn {
    min-width: auto;
    width: 100%;
  }

  .grid-4 {
    grid-template-columns: 1fr 1fr;
  }

  .grid-3 {
    grid-template-columns: 1fr;
  }

  .plates {
    grid-template-columns: 1fr;
  }

  .event-slider {
    padding: 0 0 1.25rem 0;
    border: none;
    border-bottom: 0.0625rem solid #CEDBE3;
    margin-bottom: 1.25rem;
    border-radius: 0;
  }

  .event-slider__wrapper {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap: 1.25rem;
  }

  .event-slider__image {
    width: 100%;
    border-radius: 0.75rem 0.75rem 0.75rem 0;
  }

  .event-slider__caption {
    padding: 0;
  }

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

  .event-slider__date {
    display: none;
    position: absolute;
    left: 0;
    bottom: 0;
    border-radius: 0;
    padding: 0.5rem 0.625rem;
  }

  .event-slider__date--sm {
    display: flex;
  }

  .event-slider__btn {
    display: none;
  }

  .navbar__button {
    width: 100%;
    margin: 0 0 0.75rem 0;
  }

  .navbar__menu-link.active {
    color: #0A1928;
  }

  .footer {
    padding: 1.5625rem 0 0 0;
  }

  .footer__body {
    flex-direction: column-reverse;
    padding-bottom: 1.25rem;
  }

  .footer__body-column {
    padding: 0 1rem;
  }

  .footer__bottom {
    flex-direction: column;
    justify-content: flex-start;
    padding: 0;
  }

  .footer__logos {
    padding-bottom: 0.9375rem;
  }

  .footer__logo {
    padding-bottom: 0;
  }

  .footer__logo_show-sm {
    display: block;
  }

  .footer__logo_hide-sm {
    display: none;
  }

  .footer__menu {
    padding: 1.25rem 0;
  }

  .footer__menu-row {
    flex-direction: column;
    margin: 0;
  }

  .footer__menu-item {
    padding: 0 0 0.75rem 0;
    max-width: 100%;
  }

  .footer__subscribe {
    padding: 0;
  }

  .footer__subscribe-row {
    display: flex;
    flex-direction: row-reverse;
    justify-content: space-between;
    align-items: center;
    padding-top: 0.625rem;
  }

  .footer__form-input-field::placeholder {
    font-size: 0.75rem;
  }

  .footer__form-input {
    width: 100%;
  }

  .footer__socials {
    padding-top: 0.6875rem;
    margin-right: -0.75rem;
    left: 0;
  }

  .footer__socials-button {
    width: 2rem;
    height: 2rem;
  }

  .footer__bottom-column {
    width: 100%;
    padding: 1.5rem 1rem;
  }

  .footer__bottom-column:first-child {
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 0.0625rem solid #CEDBE3;
  }

  .footer__bottom-column:last-child {
    display: flex;
    justify-content: center;
  }

  .footer__copyright {
    position: relative;
    top: auto;
    left: auto;
    transform: translate(0, 0);
  }

  .map {
    height: 20.875rem;
  }

  .map.is-visible svg {
    transform: none;
  }

  .map.is-visible .map__rating {
    right: auto;
    transition: opacity 600ms ease-in-out 300ms;
  }

  .map.is-visible .map__buttons {
    transition: opacity 600ms ease-in-out 300ms;
  }

  .map svg {
    transform: none;
  }

  .map__rating {
    height: calc( 100vw - 4rem);
    min-height: 16rem;
    transform-origin: left bottom;
    transform: rotate(90deg) !important;
    top: auto;
    right: auto;
    left: 0;
    bottom: 2rem;
    box-shadow: none;
    border-radius: 0;
    padding: 0.75rem 0.125rem;
  }

  .map__rating-value {
    font-size: 0.6875rem;
    line-height: 0.8125rem;
    transform: rotate(-90deg);
  }

  .map__rating-bar {
    margin: 0.75rem 0;
  }

  .map__rating-tooltip {
    font-size: 0.875rem;
    line-height: 1.0625rem;
    top: calc(50% - 1.5rem);
    left: -3.4375rem;
    width: 3.4375rem;
    height: 3rem;
  }

  .map__rating-tooltip span {
    transform: rotate(-90deg);
  }

  .map__buttons {
    right: 0;
    bottom: 0;
    z-index: 2;
    box-shadow: none;
    border-radius: 0;
    transform: translateX(0);
  }

  .map__button {
    border-left: 0.0625rem solid #DDE7ED;
  }

  .map__controls {
    background: #fff;
    padding: 1rem 1.25rem;
    border-bottom: 0.0625rem solid #CEDBE3;
    align-items: center;
  }

  .map_rating {
    height: 20.875rem;
  }

  .map_rating.is-visible .map__rating {
    right: 0;
  }

  .map_rating .map__rating {
    height: calc( 100vw - 4rem);
    min-height: 16rem;
    left: 0;
  }

  .map_rating .map__buttons {
    right: 0;
  }

  .map--categories {
    height: 26.25rem;
  }

  .map--categories .map__wrapper {
    padding-bottom: 5.375rem;
  }

  .map--categories .map__container {
    top: 0;
    transform: translate(-50%, 0);
    height: calc(100% - 5.375rem);
  }

  .map--categories .map__buttons {
    background: #FFFFFF;
    box-shadow: 0rem 0.3125rem 0.9375rem rgba(15, 62, 97, 0.2);
    border-radius: 0.375rem;
  }

  .map--main {
    height: 30rem;
  }

  .map--main:not(.map--categories) .map__container {
    top: 46%;
  }

  .map--main .map__rating {
    left: 1rem !important;
  }

  .map--main .map__buttons {
    right: 1rem !important;
  }

  .map--main .map__controls {
    padding: 1rem 1rem 1rem 2.25rem !important;
  }

  .map-tabs {
    width: 18.125rem;
  }

  .steps-list__image {
    width: 13.125rem;
    height: 10.5625rem;
  }

  .steps-list__caption {
    max-width: 16.25rem;
    width: 100%;
  }

  .steps-list__slider-controls {
    display: block;
  }

  .popup__flex-container {
    padding: 0;
    align-items: flex-start;
  }

  .popup__container {
    border-radius: 0;
    height: 100%;
    width: 100%;
    padding: 1.5rem 0 0 0;
    justify-content: center;
  }

  .popup__container-inner {
    padding: 0 1.5rem;
  }

  .popup__wrapper {
    padding-bottom: 1.5rem;
  }

  .popup__close-button {
    top: 1rem;
    right: 1rem;
  }

  .popup__title {
    text-align: center;
  }

  .popup__input {
    padding-bottom: 1rem;
  }

  .popup__link {
    font-size: 0.75rem;
    line-height: 0.875rem;
  }

  .popup__auth-remember {
    padding: 0.375rem 0 1.375rem 0;
  }

  .popup__socials {
    padding-bottom: 0;
  }

  .popup__social-title {
    font-size: 0.8125rem;
    line-height: 150%;
    padding-bottom: 1.25rem;
  }

  .popup__social-buttons {
    display: flex;
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .popup__social-button {
    padding: 0 0.5rem 0.5rem 0.5rem;
  }

  .popup__auth-row {
    flex-direction: column;
  }

  .popup__auth-column {
    width: 100%;
  }

  .popup__auth-delimiter {
    height: 0.0625rem;
    width: 100%;
    top: 0;
    margin: 1.5rem 0;
  }

  .popup__auth-delimiter-text {
    padding: 0 0.875rem;
  }

  .popup__auth-delimiter_horizontal {
    margin: 1.5rem 0;
  }

  .popup__auth-registration-link {
    padding-top: 1.25rem;
  }

  .popup__description_sm {
    top: 0;
    padding-bottom: 1.25rem;
  }

  .popup__reg-row {
    flex-direction: column;
  }

  .popup__reg-col {
    width: 100%;
  }

  .popup__reg-text {
    padding: 0.25rem 0 1.5rem 0;
  }

  .popup__reg-button {
    padding-bottom: 1.25rem;
  }

  .popup__reg-checkbox {
    padding-bottom: 1.25rem;
  }

  .popup__service-msg-button {
    padding-bottom: 1.25rem;
  }

  .popup__paragraph {
    padding-bottom: 1rem;
  }

  .popup__feedback-img {
    width: 10.375rem;
    padding-bottom: 1rem;
  }

  .popup__feedback-text-lead {
    font-size: 0.8125rem;
    line-height: 150%;
    width: 100%;
    max-width: 15.375rem;
    margin: 0 auto;
  }

  .popup__feedback-text {
    padding-bottom: 1.1875rem;
    font-size: 0.75rem;
    max-width: 16rem;
    margin: 0 auto;
  }

  .popup_pass-reminder-2 .popup__container-inner {
    padding: 0 1.5rem;
  }

  .popup_feedback .popup__container {
    max-width: calc( 100% - 2rem);
    height: auto;
    box-shadow: 0rem 0.75rem 2.1875rem rgba(59, 85, 108, 0.17);
    border-radius: 0.25rem;
  }

  .popup_feedback .popup__container-inner {
    padding: 0 1rem;
  }

  .popup_feedback .popup__wrapper {
    padding-bottom: 1.5rem;
  }

  .popup_feedback .popup__flex-container {
    padding: 1rem 0;
    align-items: center;
  }

  .popup_feedback .popup__close-button {
    top: 0.5rem;
    right: 0.5rem;
  }

  .short-rating__title {
    align-items: flex-start;
  }

  .short-rating_cities .short-rating__item {
    padding: 0.75rem 0;
  }

  .short-rating_cities .short-rating__item_header {
    padding: 0.5rem 0 1rem 0;
    margin-bottom: 0.6875rem;
  }

  .short-rating_cities .short-rating__title {
    padding-left: 0;
  }

  .detail-rating__header-col:last-child {
    width: 6.75rem;
  }

  .detail-rating__header-name_year {
    width: 3.75rem;
  }

  .detail-rating__col_inner-icons {
    top: 0.5rem;
  }

  .detail-rating__value {
    width: 2.875rem;
    text-align: right;
    padding-right: 0.375rem;
  }

  .detail-rating__value_inner {
    width: 2.875rem;
    text-align: right;
    padding-right: 0.375rem;
  }

  .detail-rating__value_inner.detail-rating__value_rating-icon {
    padding-right: 0;
    width: auto;
  }

  .detail-rating__value_rating-icon {
    padding-right: 0;
    width: auto;
    margin-right: 0.125rem;
  }

  .detail-rating__button {
    width: 1rem;
    height: 1rem;
    margin-left: 0;
    display: flex;
    align-items: center;
  }

  .detail-rating__item-link {
    padding: 0.9375rem 0;
  }

  .detail-rating__item-title {
    padding-right: 0.375rem;
  }

  .detail-rating__item-title_inner {
    padding-right: 6.625rem;
    padding-bottom: 0.25rem;
  }

  .detail-rating__content-item {
    padding: 0.9375rem 0;
  }

  .detail-rating__content-caption {
    padding: 0 1rem 0 0;
  }

  .detail-rating__buttons.active .detail-rating__buttons-popup {
    z-index: 11;
  }

  .detail-rating__buttons-open {
    display: block;
    position: relative;
    top: 0.0625rem;
  }

  .detail-rating__button-text {
    display: block;
  }

  .detail-rating__buttons-popup {
    display: none;
    position: absolute;
    top: 2.25rem;
    right: 0.5rem;
    flex-direction: column;
    padding: 0.375rem;
    background-color: #fff;
    box-shadow: 0rem 0.5rem 1.5625rem rgba(59, 85, 108, 0.21);
    border-radius: 0.25rem;
    white-space: nowrap;
    min-width: 10.625rem;
  }

  .feedback__filter {
    padding-top: 1.75rem;
    padding-bottom: 0;
  }

  .feedback__filter-group-name {
    display: block;
    font-size: 0.875rem;
    line-height: 1rem;
  }

  .feedback__filter-form-item {
    padding-left: 0;
    padding-bottom: 1rem;
  }

  .feedback__filter-dropdown-button {
    display: flex;
  }

  .feedback__filter-dropdown-container {
    display: none;
    flex-direction: column;
    position: absolute;
    width: 15.25rem;
    top: 1.875rem;
    right: 0;
    background-color: #fff;
    box-shadow: 0rem 0.5rem 1.5625rem rgba(59, 85, 108, 0.21);
    border-radius: 0.25rem;
    padding: 1.25rem 1rem;
  }

  .feedback__header {
    display: none;
  }

  .feedback__row {
    margin: 0;
  }

  .feedback__col {
    padding: 0;
  }

  .feedback__col_content-inner {
    padding-left: 0;
  }

  .feedback__col_status {
    display: none;
  }

  .feedback__col_direction {
    display: none;
  }

  .feedback__col_indicator {
    display: none;
  }

  .feedback__col_rating {
    display: none;
  }

  .feedback__icon_show-sm {
    display: block;
  }

  .feedback__rating-value {
    min-width: 2.375rem;
    text-align: right;
    padding-left: 0.5rem;
  }

  .feedback__message-title-row {
    justify-content: space-between;
  }

  .feedback__message-status {
    display: flex;
  }

  .feedback_overall .feedback__col_direction {
    display: none;
  }

  .rating-feedback__wrapper {
    padding: 1rem;
  }

  .rating-feedback__title {
    text-align: left;
    display: flex;
    align-items: center;
    padding-right: 2.25rem;
  }

  .rating-feedback__row {
    margin: 0;
  }

  .rating-feedback__col:first-child {
    width: 100%;
    padding: 0;
  }

  .rating-feedback__col:last-child {
    width: auto;
    padding: 0;
  }

  .rating-feedback__hint {
    display: none;
    position: absolute;
    top: 3.75rem;
    left: 0;
    width: 100%;
    z-index: 10;
    padding: 0;
  }

  .rating-feedback__hint.active {
    display: block;
  }

  .rating-feedback__hint-container {
    box-shadow: 0rem 0.5rem 1.5625rem rgba(59, 85, 108, 0.21);
    padding: 1rem;
  }

  .rating-feedback__hint-container::before {
    display: none;
  }

  .rating-feedback__hint-text-block {
    padding-bottom: 1rem;
  }

  .rating-feedback__hint-title {
    padding-bottom: 0.75rem;
  }

  .rating-feedback p {
    padding-bottom: 0.75rem;
  }

  .rating-slider__header {
    border-bottom: 0.0625rem solid #B4C4D4;
    padding-bottom: 0.875rem;
    margin-bottom: 0.5rem;
  }

  .rating-slider__header-name {
    line-height: 0.9375rem;
  }

  .filter__wrapper {
    border-bottom: none;
  }

  .filter__row {
    flex-direction: column;
    justify-content: center;
  }

  .filter__col {
    width: 100%;
  }

  .filter__tabs {
    display: none;
  }

  .filter__dropdown {
    display: flex;
  }

  .town-table__row {
    padding: 0.9375rem 0;
  }

  .town-table__row_header {
    padding: 0;
    padding-left: 0.5rem;
  }

  .town-table__col {
    margin-right: 0.5rem;
    width: 4.375rem;
  }

  .town-table__col:first-child {
    min-width: 11.875rem;
  }

  .donation__row {
    flex-direction: column;
    align-items: center;
  }

  .donation__title {
    text-align: center;
    padding-top: 1rem;
    padding-bottom: 0.75rem;
  }

  .donation__text {
    text-align: center;
  }

  .events {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .events__wrapper {
    flex-wrap: wrap;
    border-radius: 0;
  }

  .events__col {
    width: 100%;
  }

  .events__calendar {
    padding: 0 1rem 1.25rem 1rem;
    border-right: none;
    border-bottom: 0.0625rem solid #CEDBE3;
  }

  .events__calendar-header {
    padding: 1.25rem 0;
  }

  .events__calendar-title {
    font-size: 1rem;
  }

  .events__calendar-weekdays {
    padding: 0.75rem 0 1rem 0;
  }

  .events__calendar-weekdays div {
    font-size: 0.875rem;
  }

  .events__calendar-table div {
    height: 2.375rem;
    margin: 0 0.25rem 0.25rem 0.25rem;
    width: calc(100% / 7 - 0.5rem);
    font-size: 0.875rem;
    line-height: 160%;
    border-radius: 0.5rem;
  }

  .events__posts {
    height: auto;
  }

  .events__posts-wrapper {
    position: relative;
    padding: 1.25rem 1rem;
  }

  .events__post-image {
    width: 5rem;
    height: 3.75rem;
    margin-right: 1rem;
  }

  .news-slider__slider-controls {
    padding: 1.5rem 0;
  }

  .mp-map {
    padding: 2.5rem 0 0 0;
  }

  .mp-map__caption {
    position: static;
  }

  .mp-map__search {
    margin-bottom: 0;
    position: absolute;
    left: 0;
    bottom: 6.625rem;
    z-index: 3;
    max-width: none;
  }

  .mp-map__search--rating {
    bottom: 5.625rem;
  }

  .mp-map__map-container {
    height: 30rem;
  }

  .home__title {
    text-align: center;
  }

  .home__title::before {
    left: calc(50% - 1rem);
  }

  .home__title_space-between {
    display: block;
  }

  .home__title-more-link {
    display: none;
  }

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

  .mp-events__more-link {
    display: inline-block;
  }

  .mp-m-slider {
    padding-top: 0;
    margin-bottom: 2.5rem;
  }

  .mp-m-slider__content {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .mp-analitics-section {
    padding: 2.5rem 0 2.5rem 0;
  }

  .mp-analitics-section__title {
    padding-bottom: 1.875rem;
  }

  .mp-analitics-section__more-link {
    display: block;
    text-align: center;
  }

  .mp-rating-section {
    padding: 2rem 0;
  }

  .mp-rating-section__top {
    padding-bottom: 0.5rem;
  }

  .mp-rating-section__city-card {
    margin-bottom: 0.5rem;
  }

  .mp-how-it-works-section {
    padding: 5.625rem 0 0.3125rem;
  }

  .mp-how-it-works-section__title {
    padding-bottom: 2.5rem;
  }

  .mp-news-section {
    padding: 2.5rem 0 2.5rem 0;
  }

  .mp-news-section__title {
    padding-bottom: 2.1875rem;
  }

  .mp-news-section__more-link {
    display: inline-block;
  }

  .mp-news-section__news {
    padding-bottom: 3.125rem;
  }

  .mp-news-section__news-list .news-card:nth-child(4) {
    display: block;
  }

  .mp-news-section__main-news {
    padding-bottom: 2rem;
  }

  .mp-instrument-section {
    padding: 0.75rem 0 5rem 0;
  }

  .mp-instrument-section__background {
    width: 26.6875rem;
    height: 8.9375rem;
    bottom: 0;
    left: calc(50% - 12.5rem);
    background: url("../img/svg/bg/city-3-mobile.svg") center center no-repeat;
    background-size: cover;
  }

  .mp-instrument-section__caption {
    text-align: center;
    padding-bottom: 1.875rem;
    max-width: 18.75rem;
    width: 100%;
    margin: 0 auto;
  }

  .mp-instrument-section__title {
    padding-bottom: 1.5625rem;
  }

  .mp-instrument-section__link {
    display: flex;
    justify-content: center;
  }

  .mp-methods-section__plate-container {
    padding: 2rem 1rem;
    margin-left: -1rem;
    margin-right: -1rem;
    border-radius: 0;
  }

  .mp-methods-section__plate-row {
    margin: 0;
    display: block;
  }

  .mp-methods-section__plate-item {
    padding: 0 0 1rem 0;
  }

  .mp-poll {
    padding: 2.5rem 0 0 0;
  }

  .city__back-link {
    padding-bottom: 1.25rem;
  }

  .city__title-icon {
    display: none;
  }

  .city__title-text {
    padding-left: 0;
  }

  .city__filter {
    padding-bottom: 0.875rem;
  }

  .city__filter:has(.badge) {
    flex-wrap: wrap;
  }

  .city__filter:has(.badge) .city__title {
    width: 100%;
  }

  .city__filter-tabs {
    display: none;
  }

  .city__filter-dropdown {
    display: block;
  }

  .city__rating {
    padding-bottom: 1rem;
  }

  .city__rating--pb64 {
    padding-bottom: 1rem;
  }

  .city__rating-item:last-child {
    margin-bottom: 1rem;
  }

  .city__switcher-container {
    padding-bottom: 1.1875rem;
  }

  .rating__map {
    margin: 0;
  }

  .compare__form-wrapper {
    flex-direction: column;
  }

  .compare__form-tags {
    padding-bottom: 0.5rem;
  }

  .compare__form-button {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .compare__filter {
    padding-bottom: 0;
  }

  .town-card__filter-row {
    flex-direction: column;
  }

  .town-card__filter-col {
    width: 100%;
  }

  .custom-rating__filter {
    align-items: flex-start;
    padding-bottom: 1.5rem;
    flex-direction: column;
  }

  .custom-rating__filter-text {
    padding-bottom: 1.5rem;
  }

  .custom-rating__filter-tabs {
    display: none;
  }

  .custom-rating__filter-dropdown {
    display: flex;
  }

  .team__row {
    margin-right: -0.5rem;
    margin-left: -0.5rem;
  }

  .team__col {
    width: 100%;
    padding: 0 0.5rem;
  }

  .service-page {
    padding: 3.625rem 0 9.375rem;
  }

  .service-page__container {
    min-height: 21.25rem;
  }

  .service-page__town-bg {
    width: 30.9375rem;
    height: 8.9375rem;
    transform: translateX(-55%);
    background: url("../img/404/town-mobile.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .service-page__clouds-bg {
    top: 5rem;
    width: 20.125rem;
    height: 3.625rem;
    transform: translateX(-45%);
    background: url("../img/404/clouds-mobile.svg") 50% 50% no-repeat;
    background-size: cover;
  }

  .service-page__map {
    width: 30rem;
  }

  .instruments__files-col {
    width: 100%;
  }

  .article__hero-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .article__hero-image {
    padding-top: 100%;
    border-radius: 0;
  }

  .article__hero-image::before {
    width: 7.5625rem;
    height: 1.75rem;
  }

  .article__hero-caption {
    padding-bottom: 1.5rem;
  }

  .contacts__map {
    height: auto;
    padding-top: 62%;
  }

  .overall-feedbacks__msg-icon {
    position: relative;
    left: auto;
    top: auto;
    margin: 0 auto 1rem auto;
  }

  .overall-feedbacks__form-button {
    width: 100%;
  }

  .overall-feedbacks__form-caption {
    padding: 0 1.5rem;
  }

  .overall-feedbacks__info-wrapper {
    border-radius: 0.5rem;
    padding: 0.8125rem 1rem 9.5625rem 1rem;
  }

  .overall-feedbacks__info-caption {
    width: 100%;
  }

  .overall-feedbacks__info-title {
    font-size: 0.875rem;
    line-height: 1.375rem;
    letter-spacing: 0.03em;
    padding-bottom: 0.75rem;
  }

  .overall-feedbacks__info-description {
    padding-left: 0;
  }

  .overall-feedbacks__info-description::before {
    display: none;
  }

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

  .overall-feedbacks__info-image {
    width: 15.3125rem;
    height: 10.6875rem;
    top: auto;
    left: 50%;
    bottom: -1.875rem;
    transform: translateX(-50%);
  }

  .announce__calendar {
    padding-bottom: 1.25rem;
  }

  .announce-details__back-link {
    margin-bottom: 1.125rem;
  }

  .announce-details__container {
    padding-bottom: 2rem;
    margin-bottom: 2rem;
  }

  .announce-details__content-top {
    margin-bottom: 1.5rem;
  }

  .announce-details__article {
    padding-bottom: 1.5rem;
  }

  .announce-details__image {
    margin-bottom: 1.5rem;
  }

  .announce-details__image::before {
    width: 6.3125rem;
    height: 1.5625rem;
  }

  .announce-details__tags {
    padding-bottom: 0.875rem !important;
  }

  .announce-details__text p {
    font-size: 0.8125rem;
    line-height: 160%;
  }

  .announce-details__text-link {
    font-size: 0.8125rem;
    line-height: 140%;
  }

  .announce-details__info {
    padding-bottom: 1.5rem;
  }

  .announce-details__info-date-row {
    margin-left: -0.5rem;
    margin-right: -0.5rem;
  }

  .announce-details__info-date-col {
    padding: 0 0.5rem 1.5rem 0.5rem;
  }

  .announce-details__info-title {
    padding-bottom: 0.625rem;
  }

  .announce-details__info-text {
    font-size: 0.875rem;
    line-height: 1.875rem;
  }

  .announce-details__info-location {
    padding-bottom: 1.5rem;
  }

  .announce-details__info-location-text {
    font-size: 0.875rem;
    line-height: 130%;
  }

  .announce-details__info-location-text::before {
    top: 0;
  }

  .announce-details__button {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 0.625rem;
    height: 2.5rem;
  }

  .announce-details__button:last-child {
    margin-bottom: 0;
  }

  .research__filter {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .research__filter-tabs {
    display: none;
  }

  .research__filter-dropdown {
    display: block;
  }

  .research__history {
    gap: 0.75rem;
    grid-template-columns: 1fr;
  }

  .comparison__form-wrapper {
    flex-direction: column;
  }

  .comparison__form-tags {
    padding-bottom: 0.5rem;
  }

  .comparison__form-button {
    padding-left: 0;
    padding-top: 0;
    width: 100%;
  }

  .comparison__legend-item {
    width: calc(50% - 0.375rem);
  }

  .comparison__filter {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .comparison__filter-wrapper {
    width: 100%;
  }

  .comparison__filter-tabs {
    display: none;
  }

  .comparison__filter-dropdown {
    display: flex;
    justify-content: space-between;
  }

  .contrast-theme .m-slider__image::before {
    background: linear-gradient(180deg, rgba(1, 122, 196, 0) 32.75%, #000 44.22%);
  }

  .contrast-theme .m-slider__pagination-dot {
    background: #000;
    border-color: #fff;
  }

  .contrast-theme .m-slider__pagination-container.active .m-slider__pagination-dot {
    background: #fff;
  }

  .contrast-theme .m-slider__progress {
    background: #fff;
  }

  .contrast-theme .m-slider__progress-bar {
    background: #000;
  }

  .contrast-theme .map__buttons {
    border: 0.0625rem solid #000 !important;
    box-shadow: 0.25rem 0.25rem black;
  }

  .contrast-theme .map__controls {
    border-top: 0.0625rem solid #000;
  }

  .contrast-theme .switcher_simple .switcher__wrapper {
    border-bottom: 0.0625rem solid #000;
  }

  .contrast-theme .detail-rating__buttons-popup {
    background: #fff !important;
    border: 0.0625rem solid #000 !important;
    box-shadow: 0.25rem 0.25rem black;
  }
}

@media only screen and (max-width: 29.9375rem) {
  .news-card_main .news-card__image {
    padding-top: 112%;
  }

  .pdf {
    height: 10rem;
  }

  .file__caption {
    padding-right: 0;
  }

  .file__icon_download {
    width: 1rem;
    height: 1rem;
    background-size: cover;
    position: relative;
    top: auto;
    right: auto;
    border-radius: 0;
  }

  .file__size {
    padding-right: 0.5rem;
  }

  .file__additional {
    display: flex;
  }

  .service-page__container {
    min-height: 16.875rem;
  }

  .service-page__map {
    width: 23.75rem;
  }

  .service-page__content {
    padding-bottom: 0;
    padding-top: 3.125rem;
  }

  .instruments__files-wrapper {
    margin-left: -1rem;
    margin-right: -1rem;
  }

  .article__hero-content {
    padding: 0 2rem;
  }

  .comparison__legend-item {
    width: 100%;
  }
}

@media only screen and (max-width: 23.375rem) {
  .banner__text {
    font-size: 0.625rem;
  }

  .banner__button {
    font-size: 0.625rem;
  }
}
/*# sourceMappingURL=maps/main.css.map */
