

/* Start:/local/templates/index/css/style.css?1756295644122176*/
@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.
 */

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 */
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */

b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */

small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */

img {
  border-style: none;
}

/* Forms
   ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */

button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */

button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */

button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */

button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */

button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */

legend {
  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;
}

.js-Dropdown {
  display: inline-block;
  position: relative;
  width: 100%;
  z-index: 2;
}

.js-Dropdown-title {
  position: relative;
  width: 100%;
  height: 53px;
  border-radius: 10px;
  background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(90deg, #AC731A -34.96%, #BD8E3E 0.13%, #F8EDAF 58.12%, #BD8E3E 103.97%, #AC731A 138.12%);
  box-shadow: 0px 4px 25.6px 0px rgba(0, 0, 0, 0.09);
  border: none;
  padding: 0 36px 0 12px;
  text-align: left;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  z-index: 2;
}

.js-Dropdown-title:after {
  content: "";
  width: 16px;
  height: 8px;
  position: absolute;
  right: 12px;
  top: 50%;
  background: url("/local/templates/index/css/../img/icons/icons.svg#arrow_bottom_black") 50% 50%/cover no-repeat;
  transform: translateY(-50%);
}

.js-Dropdown-list {
  border-radius: 0px 0px 10px 10px;
  background: #E0E0E0;
  padding: 0;
  margin: 0;
  list-style: none;
  overflow: hidden;
  padding-top: 35px;
  padding-bottom: 24px;
  position: absolute;
  top: calc(100% - 16px);
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.js-Dropdown-list.is-open {
  opacity: 1;
  visibility: visible;
}

.js-Dropdown-list li {
  padding: 0 11px;
  color: #606060;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.js-Dropdown-list li:not(.is-selected) {
  cursor: pointer;
}

.js-Dropdown-list li:hover {
  color: #000;
}

.js-Dropdown-list li.is-selected {
  font-weight: 600;
}

.js-Dropdown-list li a {
  color: inherit;
  text-decoration: none;
  font-size: inherit;
  line-height: inherit;
  font-size: inherit;
}

.glide {
  position: relative;
  width: 100%;
  box-sizing: border-box;
}

.glide * {
  box-sizing: inherit;
}

.glide__track {
  overflow: hidden;
}

.glide__slides {
  position: relative;
  width: 100%;
  list-style: none;
  backface-visibility: hidden;
  transform-style: preserve-3d;
  touch-action: pan-Y;
  overflow: hidden;
  margin: 0;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  -webkit-user-select: none;
          user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.glide--rtl {
  direction: rtl;
}

/* cyrillic-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2JL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0460-052F, U+1C80-1C88, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F;
}

/* cyrillic */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa0ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116;
}

/* greek-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2ZL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+1F00-1FFF;
}

/* greek */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF;
}

/* vietnamese */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa2pL7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB;
}

/* latin-ext */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa25L7W0Q5n-wU.woff2) format("woff2");
  unicode-range: U+0100-02AF, U+0304, U+0308, U+0329, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF;
}

/* latin */

@font-face {
  font-family: "Inter";
  font-style: normal;
  font-weight: 100 900;
  font-display: swap;
  src: url(https://fonts.gstatic.com/s/inter/v13/UcC73FwrK3iLTeHuS_fvQtMwCp50KnMa1ZL7W0Q5nw.woff2) format("woff2");
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
  font-family: "Roboto";
  font-display: swap;
  src: url("/local/templates/index/css/../fonts/Roboto-Black.woff2") format("woff2"), url("/local/templates/index/css/../fonts/Roboto-Black.woff") format("woff"), url("/local/templates/index/css/../fonts/Roboto-Black.ttf") format("ttf");
  font-weight: 900;
}

body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
  font-variation-settings: "slnt" 0;
}

body img.has-aspect-ratio {
  aspect-ratio: var(--aspect, 16/9);
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

* {
  text-decoration: none;
}

.overflow-hidden {
  overflow: hidden;
}

.wrapper {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

.wrapper__grow {
  display: flex;
  flex-direction: column;
  flex: 1 1 auto;
}

.wrapper.search_results_page .general__title {
  margin-bottom: 4px;
}

.general__video_column_pagination {
  cursor: pointer;
}

.general__video_column_pagination.glide__bullet--active {
  opacity: 0.5;
  pointer-events: none;
}

.general__container {
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px;
  padding-right: 20px;
  box-sizing: border-box;
}

.general__main {
  padding-top: 20px;
  padding-bottom: 100px;
}

.general__main_in {
  display: flex;
  gap: 20px;
}

.general__content {
  width: calc(100% - 20px - 390px);
}

.general__sidebar {
  width: 390px;
}

.general__sidebar_in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.general__title {
  margin-bottom: 40px;
}

.general__title_in {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 17px;
  padding-bottom: 17px;
  border-top: 1px solid #141414;
  border-bottom: 1px solid #141414;
  text-decoration: none;
}

.general__title_in--back {
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.general__title_in .text {
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.general__title_in .arrow {
  width: 20px;
  height: 20px;
  font-size: 0;
}

.general__title_in--back .arrow {
  transform: rotate(180deg);
}

.general__rows {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.general__row--two-one {
  display: grid;
  grid-template-columns: 2.05fr 1fr;
  grid-gap: 20px;
}

.general__row--one-two {
  display: grid;
  grid-template-columns: 1fr 2.05fr;
  grid-gap: 20px;
}

.general__row--three {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.general__row--58p-42p {
  display: grid;
  grid-template-columns: 58% 42%;
  grid-gap: 0;
}

.general__hr {
  border-bottom: 1px solid #b6b6b6;
}

.general__block_title {
  padding-bottom: 20px;
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.general__block_title:before {
  content: "";
  display: block;
  height: 8px;
  background: #000;
}

.general__section_title {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
  display: block;
}

.general__line_title {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #000;
  padding-bottom: 10px;
  gap: 40px;
}

.general__line_title .text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.general__line_title .arrow {
  width: 16px;
  font-size: 0;
}

.general__line_title_left {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  text-decoration: none;
}

.general__row_title {
  margin-bottom: 35px;
}

.general__row_columns {
  display: flex;
  flex-direction: column;
  grid-gap: 20px;
}

.general__arrows {
  display: flex;
  align-items: center;
  gap: 9px;
}

.general__arrow {
  padding: 0;
  border: 1px solid #000;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  font-size: 0;
  background: #fff;
  cursor: pointer;
}

.general__arrow:hover {
  background: #000;
}

.general__arrow:hover img {
  filter: invert(1);
}

.general__arrow--next {
  transform: rotate(180deg);
}

.general__video_column_in {
  height: 477px;
  overflow: auto;
}

.general__pagination {
  display: flex;
  align-items: center;
  gap: 9px;
  padding: 0;
  margin: 0;
  list-style: none;
}

.general__pagination_item a {
  padding: 7px 10px;
  display: block;
  text-decoration: none;
  min-width: 32px;
  text-align: center;
  box-sizing: border-box;
  border: 1px solid #000;
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
}

.general__pagination_item--active a {
  background: #000;
  color: #fff;
}

.general__paragraphs {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.general__paragraphs * {
  margin: 0;
  color: #646464;
  font-size: 18px;
  line-height: 140%;
  /* 25.2px */
}

.general__paragraphs ul {
  padding-left: 28px;
}

.general__paragraphs strong {
  color: #000;
}

.general__select--lined .js-Dropdown-title {
  width: 100%;
  height: 53px;
  border-radius: 0;
  border: 2px solid #a3a3a3;
  padding: 0 20px;
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.general__select--lined .js-Dropdown-list {
  background: #fff;
  box-shadow: none;
  border-radius: 0;
  border: 2px solid #a3a3a3;
  z-index: 2;
  top: calc(100% - 2px);
  border-top: none;
  padding: 20px;
}

.general__select--lined .js-Dropdown-list li {
  padding: 0;
}

.general__row_grid-3 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}

.general__row_grid-4 {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 20px;
}

.general__row_grid-calendars {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 40px 20px;
}

.general__rows_news_detail .detail__short_descrition {
  color: #646464;
}

.general__row_gap {
  display: flex;
  flex-direction: column;
  gap: 32px;
}

.specprojects_mobile_slider {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.read_all_button {
  display: flex;
  align-items: center;
  gap: 10px;
}

.read_all_button .text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 19.6px */
  text-decoration-line: underline;
}

.read_all_button .arrow {
  width: 15px;
  font-size: 0;
}

.button {
  border: none;
  cursor: pointer;
  text-decoration: none;
  padding: 15px 38px;
  border-radius: 10px;
  background: linear-gradient(0deg, #fff 0%, #fff 100%), linear-gradient(90deg, #ac731a -34.96%, #bd8e3e 0.13%, #f8edaf 58.12%, #bd8e3e 103.97%, #ac731a 138.12%);
  color: #000;
  text-align: center;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
}

.button > span {
  pointer-events: none;
}

.button .arrow {
  width: 14px;
  font-size: 0;
}

.button--black {
  background: #000;
  color: #fff;
  font-weight: 400;
}

.button--black .arrow {
  filter: invert(1);
}

.button--outlined {
  border: 1px solid #000;
}

.button--shrink {
  display: inline-flex;
}

.button--huge {
  padding: 21px 38px;
  font-size: 20px;
}

.button--small {
  padding: 10px 20px;
  font-size: 16px;
  gap: 10px;
}

.button--small .arrow {
  width: 13px;
}

.button--full {
  width: 100%;
  box-sizing: border-box;
}

.button--61 {
  padding: 20px 38px;
}

.glide__slides {
  white-space: unset;
}

.info_projects_detail .card_backgrounded {
  padding: 49% 20px 20px 20px;
}

body * {
  /* width */
  /* Track */
  /* Handle */
  /* Handle on hover */
}

body *::-webkit-scrollbar {
  width: 10px;
  height: 10px;
}

body *::-webkit-scrollbar-track {
  border-radius: 36px;
  background: rgba(210, 210, 210, 0.28);
}

body *::-webkit-scrollbar-thumb {
  border-radius: 36px;
  background: #959595;
}

body *::-webkit-scrollbar-thumb:hover {
  background: #959595;
}

.news_detai_item .detail__indicators {
  order: 10;
}

.calendar_page > .js-Dropdown {
  z-index: 3;
}

.calendar_page .js-Dropdown-title {
  height: 35px;
  border-radius: 5px 5px 0px 0px;
  border-bottom: 2px solid #ac731a;
  background: #141414;
  box-shadow: 0px 1.883px 10.641px 0px rgba(0, 0, 0, 0.06);
  color: #fff;
  padding: 8px;
  font-size: 16px;
  text-transform: uppercase;
}

.calendar_page .js-Dropdown-title:after {
  filter: invert(1);
}

.calendar_page .js-Dropdown-list {
  max-height: 138px;
  overflow: auto;
  gap: 10px;
  top: 100%;
  padding: 15px 0;
}

.calendar_page .js-Dropdown-list li {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
}

.general__row_investments .tabs__titles {
  grid-template-columns: repeat(2, 1fr);
}

.air-datepicker-cell.-year-.-other-decade-,
.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.air-datepicker-cell.-year-.-other-decade-:after,
.air-datepicker-cell.-day-.-other-month-:after {
  display: none;
}

.air-datepicker-cell.-year-.-other-decade-:hover,
.air-datepicker-cell.-day-.-other-month-:hover {
  color: var(--adp-color-other-month-hover);
}

.-disabled-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-disabled-.-focus-.air-datepicker-cell.-day-.-other-month- {
  color: var(--adp-color-other-month);
}

.-selected-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.air-datepicker-cell.-day-.-other-month- {
  color: #fff;
  background: var(--adp-background-color-selected-other-month);
}

.-selected-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-selected-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background: var(--adp-background-color-selected-other-month-focused);
}

.-in-range-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range);
  color: var(--adp-color);
}

.-in-range-.-focus-.air-datepicker-cell.-year-.-other-decade-,
.-in-range-.-focus-.air-datepicker-cell.-day-.-other-month- {
  background-color: var(--adp-background-color-in-range-focused);
}

.air-datepicker-cell.-year-.-other-decade-:empty,
.air-datepicker-cell.-day-.-other-month-:empty {
  background: none;
  border: none;
}

.air-datepicker-cell {
  border-radius: var(--adp-cell-border-radius);
  box-sizing: border-box;
  cursor: pointer;
  display: flex;
  position: relative;
  align-items: center;
  justify-content: center;
  z-index: 1;
  color: #999;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.air-datepicker-cell.-focus-,
.air-datepicker-cell.-selected- {
  color: #000;
}

.air-datepicker-cell.-focus-:after,
.air-datepicker-cell.-selected-:after {
  content: "";
  display: block;
  width: 33px;
  height: 33px;
  border-radius: 50%;
  background: url("/local/templates/index/css/../img/icons/icons.svg#circle") 50% 50%/cover no-repeat;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.air-datepicker-cell.-current- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-current-.-focus- {
  color: var(--adp-color);
}

.air-datepicker-cell.-current-.-in-range- {
  color: var(--adp-color-current-date);
}

.air-datepicker-cell.-disabled- {
  cursor: default;
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-disabled-.-in-range- {
  color: var(--adp-color-disabled-in-range);
}

.air-datepicker-cell.-disabled-.-current-.-focus- {
  color: var(--adp-color-disabled);
}

.air-datepicker-cell.-in-range- {
  background: var(--adp-cell-background-color-in-range);
  border-radius: 0;
}

.air-datepicker-cell.-in-range-:hover {
  background: var(--adp-cell-background-color-in-range-hover);
}

.air-datepicker-cell.-range-from- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: var(--adp-cell-border-radius) 0 0 var(--adp-cell-border-radius);
}

.air-datepicker-cell.-range-to- {
  border: 1px solid var(--adp-cell-border-color-in-range);
  background-color: var(--adp-cell-background-color-in-range);
  border-radius: 0 var(--adp-cell-border-radius) var(--adp-cell-border-radius) 0;
}

.air-datepicker-cell.-range-to-.-range-from- {
  border-radius: var(--adp-cell-border-radius);
}

.air-datepicker-cell.-selected-.-current- {
  color: #fff;
}

.air-datepicker-cell.-selected-.-current-:after {
  background: #AC731A;
  z-index: -1;
}

.air-datepicker-body {
  transition: all var(--adp-transition-duration) var(--adp-transition-ease);
}

.air-datepicker-body.-hidden- {
  display: none;
}

.air-datepicker-body--day-names {
  display: grid;
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
}

.air-datepicker-body--day-name {
  color: var(--adp-day-name-color);
  display: flex;
  align-items: center;
  justify-content: center;
  flex: 1;
  text-align: center;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.air-datepicker-body--day-name.-clickable- {
  cursor: pointer;
}

.air-datepicker-body--day-name.-clickable-:hover {
  color: var(--adp-day-name-color-hover);
}

.air-datepicker-body--cells {
  display: grid;
}

.air-datepicker-body--cells.-days- {
  grid-template-columns: repeat(7, var(--adp-day-cell-width));
  grid-auto-rows: var(--adp-day-cell-height);
}

.air-datepicker-body--cells.-months- {
  grid-template-columns: repeat(3, 1fr);
  grid-auto-rows: var(--adp-month-cell-height);
}

.air-datepicker-body--cells.-years- {
  grid-template-columns: repeat(4, 1fr);
  grid-auto-rows: var(--adp-year-cell-height);
}

.air-datepicker-nav {
  display: flex;
  justify-content: space-between;
  background: #141414;
  border-bottom: 2px solid #AC731A;
  box-sizing: content-box;
}

.-only-timepicker- .air-datepicker-nav {
  display: none;
}

.air-datepicker-nav--action {
  display: none !important;
}

.air-datepicker-nav--title,
.air-datepicker-nav--action {
  display: flex;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.air-datepicker-nav--action {
  width: var(--adp-nav-action-size);
  border-radius: var(--adp-border-radius);
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
}

.air-datepicker-nav--action:hover {
  background: var(--adp-background-color-hover);
}

.air-datepicker-nav--action:active {
  background: var(--adp-background-color-active);
}

.air-datepicker-nav--action.-disabled- {
  visibility: hidden;
}

.air-datepicker-nav--action svg {
  width: 32px;
  height: 32px;
}

.air-datepicker-nav--action path {
  fill: none;
  stroke: var(--adp-nav-arrow-color);
  stroke-width: 2px;
}

.air-datepicker-nav--title {
  padding: 18px 40px;
  width: 100%;
}

.air-datepicker-nav--title i {
  font-style: normal;
  color: var(--adp-nav-color-secondary);
  margin-left: 0.3em;
}

.air-datepicker-nav--title.-disabled- {
  cursor: default;
  background: none;
}

.air-datepicker-buttons {
  display: grid;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
}

.air-datepicker-button {
  display: inline-flex;
  color: var(--adp-btn-color);
  border-radius: var(--adp-btn-border-radius);
  cursor: pointer;
  height: var(--adp-btn-height);
  border: none;
  background: rgba(255, 255, 255, 0);
}

.air-datepicker-button:hover {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
}

.air-datepicker-button:focus {
  color: var(--adp-btn-color-hover);
  background: var(--adp-btn-background-color-hover);
  outline: none;
}

.air-datepicker-button:active {
  background: var(--adp-btn-background-color-active);
}

.air-datepicker-button span {
  outline: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.air-datepicker-time {
  display: grid;
  grid-template-columns: max-content 1fr;
  grid-column-gap: 12px;
  align-items: center;
  position: relative;
  padding: 0 var(--adp-time-padding-inner);
}

.-only-timepicker- .air-datepicker-time {
  border-top: none;
}

.air-datepicker-time--current {
  display: flex;
  align-items: center;
  flex: 1;
  font-size: 14px;
  text-align: center;
}

.air-datepicker-time--current-colon {
  margin: 0 2px 3px;
  line-height: 1;
}

.air-datepicker-time--current-hours,
.air-datepicker-time--current-minutes {
  line-height: 1;
  font-size: 19px;
  font-family: "Century Gothic", CenturyGothic, AppleGothic, sans-serif;
  position: relative;
  z-index: 1;
}

.air-datepicker-time--current-hours:after,
.air-datepicker-time--current-minutes:after {
  content: "";
  background: var(--adp-background-color-hover);
  border-radius: var(--adp-border-radius);
  position: absolute;
  left: -2px;
  top: -3px;
  right: -2px;
  bottom: -2px;
  z-index: -1;
  opacity: 0;
}

.air-datepicker-time--current-hours.-focus-:after,
.air-datepicker-time--current-minutes.-focus-:after {
  opacity: 1;
}

.air-datepicker-time--current-ampm {
  text-transform: uppercase;
  align-self: flex-end;
  color: var(--adp-time-day-period-color);
  margin-left: 6px;
  font-size: 11px;
  margin-bottom: 1px;
}

.air-datepicker-time--row {
  display: flex;
  align-items: center;
  font-size: 11px;
  height: 17px;
  background: linear-gradient(to right, var(--adp-time-track-color), var(--adp-time-track-color)) left 50%/100% var(--adp-time-track-height) no-repeat;
}

.air-datepicker-time--row:first-child {
  margin-bottom: 4px;
}

.air-datepicker-time--row input[type=range] {
  background: none;
  cursor: pointer;
  flex: 1;
  height: 100%;
  width: 100%;
  padding: 0;
  margin: 0;
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
}

.air-datepicker-time--row input[type=range]::-ms-tooltip {
  display: none;
}

.air-datepicker-time--row input[type=range]:hover::-webkit-slider-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-moz-range-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:hover::-ms-thumb {
  border-color: var(--adp-time-track-color-hover);
}

.air-datepicker-time--row input[type=range]:focus {
  outline: none;
}

.air-datepicker-time--row input[type=range]:focus::-webkit-slider-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-moz-range-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]:focus::-ms-thumb {
  background: var(--adp-cell-background-color-selected);
  border-color: var(--adp-cell-background-color-selected);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -webkit-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-moz-range-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -moz-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-ms-thumb {
  box-sizing: border-box;
  height: 12px;
  width: 12px;
  border-radius: 3px;
  border: 1px solid var(--adp-time-track-color);
  background: #fff;
  cursor: pointer;
  -ms-transition: background var(--adp-transition-duration);
  transition: background var(--adp-transition-duration);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-thumb {
  margin-top: calc(var(--adp-time-thumb-size) / 2 * -1);
}

.air-datepicker-time--row input[type=range]::-webkit-slider-runnable-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-moz-range-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-track {
  border: none;
  height: var(--adp-time-track-height);
  cursor: pointer;
  color: rgba(0, 0, 0, 0);
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-lower {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker-time--row input[type=range]::-ms-fill-upper {
  background: rgba(0, 0, 0, 0);
}

.air-datepicker {
  --adp-font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  --adp-font-size: 14px;
  --adp-width: 100%;
  --adp-z-index: 2;
  --adp-padding: 14px;
  --adp-grid-areas: "nav""body""timepicker""buttons";
  --adp-transition-duration: .3s;
  --adp-transition-ease: ease-out;
  --adp-transition-offset: 8px;
  --adp-background-color: #FAFAFA;
  --adp-background-color-hover: #f0f0f0;
  --adp-background-color-active: #eaeaea;
  --adp-background-color-in-range: rgba(92, 196, 239, .1);
  --adp-background-color-in-range-focused: rgba(92, 196, 239, .2);
  --adp-background-color-selected-other-month-focused: #8ad5f4;
  --adp-background-color-selected-other-month: #a2ddf6;
  --adp-color: #4a4a4a;
  --adp-color-secondary: #9c9c9c;
  --adp-accent-color: #AC731A;
  --adp-color-current-date: var(--adp-accent-color);
  --adp-color-other-month: #dedede;
  --adp-color-disabled: #aeaeae;
  --adp-color-disabled-in-range: #939393;
  --adp-color-other-month-hover: #c5c5c5;
  --adp-border-color: #dbdbdb;
  --adp-border-color-inner: #efefef;
  --adp-border-radius: 10px;
  --adp-border-color-inline: #000;
  --adp-nav-height: 32px;
  --adp-nav-arrow-color: var(--adp-color-secondary);
  --adp-nav-action-size: 32px;
  --adp-nav-color-secondary: var(--adp-color-secondary);
  --adp-day-name-color: #5B5B5B;
  --adp-day-name-color-hover: #8ad5f4;
  --adp-day-cell-width: 1fr;
  --adp-day-cell-height: 35px;
  --adp-month-cell-height: 42px;
  --adp-year-cell-height: 56px;
  --adp-pointer-size: 10px;
  --adp-poiner-border-radius: 2px;
  --adp-pointer-offset: 14px;
  --adp-cell-border-radius: 4px;
  --adp-cell-background-color-hover: var(--adp-background-color-hover);
  --adp-cell-background-color-selected: #5cc4ef;
  --adp-cell-background-color-selected-hover: #45bced;
  --adp-cell-background-color-in-range: rgba(92, 196, 239, 0.1);
  --adp-cell-background-color-in-range-hover: rgba(92, 196, 239, 0.2);
  --adp-cell-border-color-in-range: var(--adp-cell-background-color-selected);
  --adp-btn-height: 32px;
  --adp-btn-color: var(--adp-accent-color);
  --adp-btn-color-hover: var(--adp-color);
  --adp-btn-border-radius: var(--adp-border-radius);
  --adp-btn-background-color-hover: var(--adp-background-color-hover);
  --adp-btn-background-color-active: var(--adp-background-color-active);
  --adp-time-track-height: 1px;
  --adp-time-track-color: #dedede;
  --adp-time-track-color-hover: #b1b1b1;
  --adp-time-thumb-size: 12px;
  --adp-time-padding-inner: 10px;
  --adp-time-day-period-color: var(--adp-color-secondary);
  --adp-mobile-font-size: 16px;
  --adp-mobile-nav-height: 40px;
  --adp-mobile-width: 320px;
  --adp-mobile-day-cell-height: 38px;
  --adp-mobile-month-cell-height: 48px;
  --adp-mobile-year-cell-height: 64px;
}

.air-datepicker-overlay {
  --adp-overlay-background-color: rgba(0, 0, 0, .3);
  --adp-overlay-transition-duration: .3s;
  --adp-overlay-transition-ease: ease-out;
  --adp-overlay-z-index: 99;
}

.air-datepicker {
  background: var(--adp-background-color);
  border: 1px solid var(--adp-border-color);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
  border-radius: var(--adp-border-radius);
  box-sizing: content-box;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: repeat(4, max-content);
  grid-template-areas: var(--adp-grid-areas);
  font-family: var(--adp-font-family), sans-serif;
  font-size: var(--adp-font-size);
  color: var(--adp-color);
  width: var(--adp-width);
  position: absolute;
  transition: opacity var(--adp-transition-duration) var(--adp-transition-ease), transform var(--adp-transition-duration) var(--adp-transition-ease);
  z-index: var(--adp-z-index);
  overflow: hidden;
}

.air-datepicker:not(.-custom-position-) {
  opacity: 0;
}

.air-datepicker.-from-top- {
  transform: translateY(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-from-right- {
  transform: translateX(var(--adp-transition-offset));
}

.air-datepicker.-from-bottom- {
  transform: translateY(var(--adp-transition-offset));
}

.air-datepicker.-from-left- {
  transform: translateX(calc(var(--adp-transition-offset) * -1));
}

.air-datepicker.-active-:not(.-custom-position-) {
  transform: translate(0, 0);
  opacity: 1;
}

.air-datepicker.-active-.-custom-position- {
  transition: none;
}

.air-datepicker.-inline- {
  border-color: var(--adp-border-color-inline);
  box-shadow: none;
  position: static;
  left: auto;
  right: auto;
  opacity: 1;
  transform: none;
}

.air-datepicker.-inline- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile- {
  --adp-font-size: var(--adp-mobile-font-size);
  --adp-day-cell-height: var(--adp-mobile-day-cell-height);
  --adp-month-cell-height: var(--adp-mobile-month-cell-height);
  --adp-year-cell-height: var(--adp-mobile-year-cell-height);
  --adp-nav-height: var(--adp-mobile-nav-height);
  --adp-nav-action-size: var(--adp-mobile-nav-height);
  position: fixed;
  width: var(--adp-mobile-width);
  border: none;
}

.air-datepicker.-is-mobile- * {
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.air-datepicker.-is-mobile- .air-datepicker--pointer {
  display: none;
}

.air-datepicker.-is-mobile-:not(.-custom-position-) {
  transform: translate(-50%, calc(-50% + var(--adp-transition-offset)));
}

.air-datepicker.-is-mobile-.-active-:not(.-custom-position-) {
  transform: translate(-50%, -50%);
}

.air-datepicker.-custom-position- {
  transition: none;
}

.air-datepicker-global-container {
  position: absolute;
  left: 0;
  top: 0;
}

.air-datepicker--pointer {
  --pointer-half-size: calc(var(--adp-pointer-size) / 2);
  position: absolute;
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  z-index: -1;
}

.air-datepicker--pointer:after {
  content: "";
  position: absolute;
  background: #fff;
  border-top: 1px solid var(--adp-border-color-inline);
  border-right: 1px solid var(--adp-border-color-inline);
  border-top-right-radius: var(--adp-poiner-border-radius);
  width: var(--adp-pointer-size);
  height: var(--adp-pointer-size);
  box-sizing: border-box;
}

.-top-left- .air-datepicker--pointer,
.-top-center- .air-datepicker--pointer,
.-top-right- .air-datepicker--pointer,
[data-popper-placement^=top] .air-datepicker--pointer {
  top: calc(100% - var(--pointer-half-size) + 1px);
}

.-top-left- .air-datepicker--pointer:after,
.-top-center- .air-datepicker--pointer:after,
.-top-right- .air-datepicker--pointer:after,
[data-popper-placement^=top] .air-datepicker--pointer:after {
  transform: rotate(135deg);
}

.-right-top- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer,
[data-popper-placement^=right] .air-datepicker--pointer {
  right: calc(100% - var(--pointer-half-size) + 1px);
}

.-right-top- .air-datepicker--pointer:after,
.-right-center- .air-datepicker--pointer:after,
.-right-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=right] .air-datepicker--pointer:after {
  transform: rotate(225deg);
}

.-bottom-left- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer,
[data-popper-placement^=bottom] .air-datepicker--pointer {
  bottom: calc(100% - var(--pointer-half-size) + 1px);
}

.-bottom-left- .air-datepicker--pointer:after,
.-bottom-center- .air-datepicker--pointer:after,
.-bottom-right- .air-datepicker--pointer:after,
[data-popper-placement^=bottom] .air-datepicker--pointer:after {
  transform: rotate(315deg);
}

.-left-top- .air-datepicker--pointer,
.-left-center- .air-datepicker--pointer,
.-left-bottom- .air-datepicker--pointer,
[data-popper-placement^=left] .air-datepicker--pointer {
  left: calc(100% - var(--pointer-half-size) + 1px);
}

.-left-top- .air-datepicker--pointer:after,
.-left-center- .air-datepicker--pointer:after,
.-left-bottom- .air-datepicker--pointer:after,
[data-popper-placement^=left] .air-datepicker--pointer:after {
  transform: rotate(45deg);
}

.-top-left- .air-datepicker--pointer,
.-bottom-left- .air-datepicker--pointer {
  left: var(--adp-pointer-offset);
}

.-top-right- .air-datepicker--pointer,
.-bottom-right- .air-datepicker--pointer {
  right: var(--adp-pointer-offset);
}

.-top-center- .air-datepicker--pointer,
.-bottom-center- .air-datepicker--pointer {
  left: calc(50% - var(--adp-pointer-size) / 2);
}

.-left-top- .air-datepicker--pointer,
.-right-top- .air-datepicker--pointer {
  top: var(--adp-pointer-offset);
}

.-left-bottom- .air-datepicker--pointer,
.-right-bottom- .air-datepicker--pointer {
  bottom: var(--adp-pointer-offset);
}

.-left-center- .air-datepicker--pointer,
.-right-center- .air-datepicker--pointer {
  top: calc(50% - var(--adp-pointer-size) / 2);
}

.air-datepicker--navigation {
  grid-area: nav;
}

.air-datepicker--content {
  box-sizing: content-box;
  padding: 12px 0 5px;
  grid-area: body;
  pointer-events: none;
}

.-only-timepicker- .air-datepicker--content {
  display: none;
}

.air-datepicker--time {
  grid-area: timepicker;
}

.air-datepicker--buttons {
  grid-area: buttons;
}

.air-datepicker--buttons,
.air-datepicker--time {
  padding: var(--adp-padding);
  border-top: 1px solid var(--adp-border-color-inner);
}

.air-datepicker-overlay {
  position: fixed;
  background: var(--adp-overlay-background-color);
  left: 0;
  top: 0;
  width: 0;
  height: 0;
  opacity: 0;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), left 0s, height 0s, width 0s;
  transition-delay: 0s, var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration), var(--adp-overlay-transition-duration);
  z-index: var(--adp-overlay-z-index);
}

.air-datepicker-overlay.-active- {
  opacity: 1;
  width: 100%;
  height: 100%;
  transition: opacity var(--adp-overlay-transition-duration) var(--adp-overlay-transition-ease), height 0s, width 0s;
}

.calendar__in {
  display: flex;
  flex-direction: column;
}

.calendar__top {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 7px;
  text-decoration: none;
}

.calendar__title,
.calendar .air-datepicker-nav--title {
  color: #FFF;
  font-size: 22px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-align: center;
}

.calendar--is_inline .air-datepicker-nav--title {
  padding: 11px 40px;
  pointer-events: none !important;
}

.calendar--is_inline .air-datepicker {
  border-left: none;
  border-right: none;
  border-radius: var(--adp-border-radius) var(--adp-border-radius) 0 0;
}

.calendar__seeall {
  font-size: 16px;
  display: flex;
  align-items: center;
  gap: 9px;
  text-decoration: none;
}

.calendar__seeall .icon {
  font-size: 0;
  width: 15px;
}

.calendar__seeall .text {
  color: #fff;
  text-decoration: none;
}

.calendar__events_wrap {
  order: 10;
  padding: 30px 18px 0;
  background: #fff;
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calendar__events {
  display: flex;
  flex-direction: column;
  gap: 15px;
}

.calendar__event {
  grid-template-columns: repeat(1, 1fr);
  gap: 5px;
}

.calendar__events_wrap:not(.isOpened) .calendar__event:nth-child(n+2) {
  display: none;
}

.calendar__event_dates {
  color: #141414;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.calendar__event_city,
.calendar__event_text {
  color: #999;
  font-size: 15px;
  font-style: normal;
  font-weight: 600;
  line-height: normal;
}

.calendar__event_city a,
.calendar__event_text a {
  color: inherit;
}

.calendar__events_opener {
  display: flex;
  align-items: center;
  gap: 10px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.calendar__events_opener .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
}

.calendar__events_opener .text:before {
  content: "Раскрыть все";
}

.calendar__events_opener .icon {
  font-size: 0;
  width: 14px;
}

.calendar__events_wrap.isOpened .calendar__events_opener .text:before {
  content: "Свернуть";
}

.calendar__events_wrap.isOpened .calendar__events_opener .icon {
  transform: rotate(180deg);
}

.card_huge {
  padding: 30px 20px;
  background: #F6F6F6;
}

.card_huge__image {
  margin-bottom: 21px;
  font-size: 0;
  padding-top: 62.5%;
  position: relative;
}

.card_huge__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_huge__lock {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}

.card_huge__lock .icon {
  width: 15px;
  font-size: 0;
}

.card_huge__lock .date {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_huge__title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 137%;
  /* 36.4px */
  text-transform: uppercase;
  text-decoration: none;
  margin-bottom: 10px;
  display: block;
  padding-right: 10px;
}

.card_huge__about {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  overflow: hidden;
  line-height: 140%;
  /* 25.2px */
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  margin-bottom: 20px;
  padding-right: 26px;
}

.card_huge__link {
  display: flex;
  align-items: center;
  gap: 9px;
  color: #000;
  text-decoration: none;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.card_huge__link .arrow {
  width: 12px;
  font-size: 0;
}

.card_huge__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card_huge__indicators {
  display: flex;
  align-items: center;
  gap: 23px;
}

.card_huge__indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card_huge__indicator .icon {
  width: 18px;
  font-size: 0;
}

.card_huge__indicator .count {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
}

.card_huge__indicator:not(:hover):not(.active) .icon .hover,
.card_huge__indicator:not(:hover):not(.active) .icon .active {
  display: none;
}

.card_huge__indicator:hover .icon .normal,
.card_huge__indicator:hover .icon .active {
  display: none;
}

.card_huge__indicator:not(:hover).active .icon .normal,
.card_huge__indicator:not(:hover).active .icon .hover {
  display: none;
}

.card_middle {
  display: flex;
  flex-direction: column;
  gap: 14px;
  text-decoration: none;
}

.card_middle:before {
  content: "";
  display: block;
  height: 4px;
  width: 82px;
  background: #000;
}

.card_middle__lock {
  display: flex;
  align-items: center;
  gap: 11px;
}

.card_middle__lock .icon {
  width: 13px;
  font-size: 0;
}

.card_middle__lock .text {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_middle__middle {
  display: flex;
  align-items: center;
  gap: 10px;
}

.card_middle__image {
  width: 103px;
  font-size: 0;
}

.card_middle__image img {
  max-width: 100%;
}

.card_middle__title {
  width: calc(100% - 103px - 10px);
  padding-right: 90px;
  box-sizing: border-box;
  color: #444;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}

.card_middle__title--full {
  width: 100%;
  box-sizing: border-box;
  padding-right: 0;
}

.card_middle__bottom {
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  padding-right: 46px;
}

.card_backgrounded {
  position: relative;
  padding: 35% 40px 30px 40px;
  text-decoration: none;
  display: block;
  height: 100%;
  box-sizing: border-box;
}

.card_backgrounded--reversed {
  padding: 30% 40px 40px 40px;
}

.card_backgrounded--small {
  padding: 27% 20px 20px 20px;
}

.card_backgrounded--with_button {
  padding: 20px !important;
  min-height: 470px;
}

.card_backgrounded--with_button .card_backgrounded__button .button {
  width: auto;
  font-size: 14px;
  padding: 14px 55px;
}

.card_backgrounded:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.63) 0%, rgba(0, 0, 0, 0.17) 46%);
}

.card_backgrounded__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
}

.card_backgrounded__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_backgrounded__content {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 11px;
  height: 100%;
}

.card_backgrounded--reversed .card_backgrounded__content {
  justify-content: flex-end;
}

.card_backgrounded--small .card_backgrounded__content {
  gap: 10px;
}

.card_backgrounded__lock {
  display: flex;
  align-items: center;
  gap: 11px;
  position: relative;
  z-index: 2;
}

.card_backgrounded__lock .icon {
  width: 14px;
  font-size: 0;
}

.card_backgrounded__lock .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_backgrounded__title {
  position: relative;
  z-index: 2;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.card_backgrounded--reversed .card_backgrounded__title {
  text-transform: uppercase;
  font-size: 20px;
}

.card_backgrounded__text {
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  position: relative;
  z-index: 2;
}

.card_backgrounded__button {
  position: relative;
  z-index: 2;
  max-width: 253px;
}

.card_smallest {
  padding: 13px 0 12px;
  position: relative;
  display: flex;
  border-bottom: 1px solid rgba(130, 130, 130, 0.2);
  text-decoration: none;
}

.card_smallest:first-child {
  border-top: 1px solid rgba(130, 130, 130, 0.2);
}

.card_smallest__title {
  width: calc(100% - 13px);
  padding-right: 25px;
  box-sizing: border-box;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card_smallest__lock_in {
  width: 17px;
  font-size: 0;
  padding-top: 2px;
}

.card_regular * {
  text-decoration: none;
}

.card_regular__image {
  display: block;
  margin-bottom: 20px;
  width: 100%;
}

.card_regular__image img,
.card_regular__image picture {
  width: 100%;
  display: block;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_regular__lock {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 9px;
}

.card_regular__lock .icon {
  width: 16px;
  font-size: 0;
}

.card_regular__lock .text {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_regular__title {
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}

.card_regular__description {
  overflow: hidden;
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  margin-top: 14px;
  margin-bottom: 20px;
}

.card_user {
  display: flex;
  flex-direction: column;
  gap: 9px;
  text-decoration: none;
}

.card_user__image {
  position: relative;
  padding-top: 100%;
  overflow: hidden;
}

.card_user__image img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_user__name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}

.card_user__position {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.card_user__description {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.card_one_lined {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.card_one_lined__image {
  width: 103px;
  font-size: 0;
}

.card_one_lined__image_in {
  position: relative;
  padding-top: 62%;
}

.card_one_lined__image_in img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_one_lined__title {
  width: calc(100% - 103px - 10px);
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card_detailed {
  text-decoration: none;
}

.card_detailed__in {
  display: flex;
  gap: 20px;
}

.card_detailed__image {
  width: 177px;
  position: relative;
}

.card_detailed__image_in {
  font-size: 0;
  padding-top: 71.75%;
  position: relative;
}

.card_detailed__image_in img {
  max-width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.card_detailed__info {
  width: calc(100% - 20px - 177px);
}

.card_detailed__info:before {
  content: "";
  display: block;
  height: 4px;
  width: 82px;
  background: #000;
  margin-bottom: 15px;
}

.card_detailed__info_in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.card_detailed__lock {
  display: flex;
  align-items: center;
  gap: 11px;
  margin-bottom: 23px;
}

.card_detailed__lock .icon {
  width: 16px;
  font-size: 0;
}

.card_detailed__lock .date {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.card_detailed__text {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.card_detailed__text .title {
  overflow: hidden;
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 1;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.card_detailed__text .subtitle {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  text-decoration: none;
}

.card_detailed__indicators {
  display: flex;
  align-items: center;
  gap: 23px;
}

.card_detailed__indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}

.card_detailed__indicator .icon {
  width: 18px;
  font-size: 0;
}

.card_detailed__indicator .count {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
}

.card_detailed__indicator:not(:hover):not(.active) .icon .hover,
.card_detailed__indicator:not(:hover):not(.active) .icon .active {
  display: none;
}

.card_detailed__indicator:hover .icon .normal,
.card_detailed__indicator:hover .icon .active {
  display: none;
}

.card_detailed__indicator:not(:hover).active .icon .normal,
.card_detailed__indicator:not(:hover).active .icon .hover {
  display: none;
}

.breadcrumbs {
  margin-bottom: 20px;
}

.breadcrumbs__items {
  display: flex;
  align-items: center;
  gap: 10px;
}

.breadcrumbs__delim {
  width: 10px;
  font-size: 0;
  opacity: 0.7;
}

.breadcrumbs__item {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.breadcrumbs__item--main {
  color: #777;
}

.tags__in {
  display: flex;
  align-items: center;
  gap: 11px;
}

.tags__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}

.tags__items {
  display: flex;
  align-items: center;
  gap: 7px;
  flex-wrap: wrap;
}

.tags__item {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
  padding: 5px 15px;
  border-radius: 20px;
  border: 1px solid #D7D7D7;
  text-decoration: none;
}

.tags__item:hover {
  background: #000;
  color: #fff;
  border-color: #000;
}

.files__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.files__title {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 10px;
}

.files__subtitle {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.files__items {
  max-width: 605px;
  display: grid;
  grid-template-columns: repeat(3, calc(33.3333333333% - 13.3333333333px));
  grid-gap: 20px;
}

.files__item {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.files__item .icon {
  width: 42px;
  font-size: 0;
}

.files__item .filename {
  width: calc(100% - 42px - 10px);
  color: #646464;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.comments__item {
  display: flex;
  flex-direction: column;
  gap: 17px;
}

.comments__item_top {
  display: flex;
  align-items: center;
  gap: 10px;
}

.comments__item_avatar {
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 0;
  overflow: hidden;
}

.comments__item_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.comments__item_author .name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 28px */
  margin-bottom: 10px;
}

.comments__item_author .date {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.comments__item_text {
  color: #646464;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.comments__item_indicators {
  display: flex;
  align-items: center;
  gap: 20px;
  padding-top: 4px;
}

.comments__item_indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}

.comments__item_indicator .icon {
  width: 18px;
  font-size: 0;
}

.comments__item_indicator .count {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
}

.comments__form {
  display: flex;
  gap: 18px;
}

.comments__form_left {
  width: 50px;
}

.comments__form_avatar {
  width: 100%;
  border-radius: 50px;
  overflow: hidden;
  font-size: 0;
}

.comments__form_avatar img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.comments__form_right {
  width: calc(100% - 50px - 18px);
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 42px;
}

.comments__form_textarea {
  display: block;
  max-width: 100%;
  min-width: 100%;
  min-height: 154px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 20px;
  border: 1px solid #DDD;
}

.search_page__form {
  max-width: 892px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.search_page__form_query {
  border-bottom: 2px solid #000;
  display: flex;
}

.search_page__form_query_input {
  flex: 1 1 auto;
  height: 64px;
  border: none;
  outline: none;
  padding-right: 20px;
}

.search_page__form_query_input::-moz-placeholder {
  color: #141414;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_page__form_query_input,
.search_page__form_query_input::placeholder {
  color: #141414;
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_page__form_query_button {
  width: 26px;
  padding: 0;
  margin: 0;
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 0;
}

.search_page__form_result {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.search_page__form_result_item {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.search_page__form_detailed_opener {
  color: #141414;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration-line: underline;
  cursor: pointer;
}

.search_page__form_detailed_opener:before {
  content: "Расширенный поиск";
}

.search_page__form_detailed_opener.isOpened:before {
  content: "Скрыть расширенный поиск";
}

.search_page__sort {
  max-width: 253px;
}

.search_page__sort.isHidden {
  display: none;
}

.search_page__form_detailed {
  width: 100%;
  max-width: 438px;
  display: none;
  flex-direction: column;
  gap: 20px;
  padding-top: 20px;
}

.search_page__form_detailed.isOpened {
  display: flex;
}

.search_page__form_detailed_title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.search_page__form_detailed_button {
  max-width: 50%;
}

.user_contact__in {
  display: flex;
  gap: 15px;
}

.user_contact__image {
  width: 97px;
  font-size: 0;
}

.user_contact__image img {
  width: 100%;
  top: 50px;
}

.user_contact__data {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.user_contact__user {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.user_contact__name {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.user_contact__position {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.user_contact__contacts {
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.user_contact__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.user_contact__contact .icon {
  width: 17px;
  font-size: 0;
}

.user_contact__contact .text {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.user_contact__contact .text.bold {
  font-weight: bold;
}

.slider_gallery__in {
  display: grid;
  grid-template-columns: 74.5% calc(25.5% - 20px);
  grid-gap: 20px;
}

.slider_gallery__slide img {
  width: 100%;
}

.slider_gallery__thumb {
  position: relative;
  font-size: 0;
  padding-top: 60%;
  display: block;
  text-decoration: none;
  cursor: pointer;
}

.slider_gallery__thumb:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  background: #fff;
  opacity: 0.4;
  transition: all 0.3s ease;
}

.slider_gallery__thumb.glide__bullet--active:after {
  opacity: 0;
}

.slider_gallery__thumb img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.slider_gallery__thumbs_in {
  overflow: auto;
  display: flex;
  flex-direction: column;
  gap: 10px;
  height: 100%;
  padding-right: 8px;
}

.slider_gallery__arrows {
  display: flex;
  justify-content: flex-end;
  padding-top: 10px;
}

.feed__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feed__in .card_backgrounded {
  padding-top: 55%;
}

.feed__in--backgrounded {
  padding: 20px;
  border-radius: 5px;
  background: #F4F4F4;
}

.feed__in:before {
  content: "";
  display: block;
  width: 100%;
  max-width: 180px;
  height: 8px;
  background: #000;
}

.feed__top {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.feed__title {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.feed__subtitle {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}

.feed__items {
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.feed__item {
  text-decoration: none;
  display: flex;
  gap: 9px;
}

.feed__item--full {
  flex-wrap: wrap;
}

.feed__item_left {
  width: 93px;
  height: 74px;
}

.feed__item_left--hidden {
  display: none;
}

.feed__item_left img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}

.feed__item--full .feed__item_left {
  width: 100%;
  height: 284px;
}

.feed__item_right {
  display: flex;
  flex-direction: column;
  gap: 10px;
  width: calc(100% - 9px - 93px);
}

.feed__item_right--full {
  width: 100%;
}

.feed__item--full .feed__item_right {
  width: 100%;
}

.feed__item_lock {
  display: flex;
  align-items: center;
  gap: 11px;
}

.feed__item_lock--hidden {
  display: none;
}

.feed__item_lock .icon {
  width: 13px;
  font-size: 0;
}

.feed__item_lock .date {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.feed__item_name {
  color: #444;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}

.feed__item_description {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.feed__image {
  font-size: 0;
}

.feed__image img {
  max-width: 100%;
}

.banner--image {
  font-size: 0;
  border-radius: 5px;
  overflow: hidden;
}

.tophead_banner {
  position: relative;
  z-index: 10;
  background: #fff;
}

.tophead_banner__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 15px;
  padding-bottom: 16px;
}

.tophead_banner__left {
  display: flex;
  flex-direction: column;
  gap: 18px;
  text-decoration: none;
}

.tophead_banner__left .logo {
  width: 150px;
  font-size: 0;
}

.tophead_banner__left .logo img {
  width: 100%;
}

.tophead_banner__left .email {
  color: #4F4F4F;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  display: none;
}

.tophead_banner__in.isOpened {
  align-items: flex-start;
}

.tophead_banner__middle {
  max-width: 700px;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.tophead_banner__small_text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tophead_banner__in.isOpened .tophead_banner__small_text {
  display: none;
}

.tophead_banner__big_text {
  display: none;
  gap: 2px;
  padding-top: 27px;
}

.tophead_banner__opener {
  display: flex;
  align-items: center;
  gap: 7px;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tophead_banner__opener .text {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.tophead_banner__opener .arrow {
  width: 12px;
  height: 7px;
  font-size: 0;
}

.tophead_banner__in.isOpened .tophead_banner__opener .arrow {
  transform: rotate(180deg);
}

.tophead_banner_image {
  position: relative;
  z-index: 10;
  background: #fff;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
}

.tophead_banner_image__container {
  position: relative;
}

.tophead_banner_image__opener {
  position: absolute;
  top: 9px;
  right: 20px;
  width: 53px;
  font-size: 0;
  cursor: pointer;
  transition: all 0.3s ease;
}

.tophead_banner_image__image {
  height: 70px;
  font-size: 0;
  transition: all 0.3s ease;
}

.tophead_banner_image__image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 0;
     object-position: 50% 0;
}

.tophead_banner_image__in.isOpened .tophead_banner_image__opener {
  transform: rotate(180deg);
}

.tophead_banner_image__in.isOpened .tophead_banner_image__image {
  height: 230px;
}

.header {
  position: relative;
}

.header__logo {
  width: 253px;
  display: block;
  font-size: 0;
  position: relative;
  z-index: 10;
}

.header__top {
  background: var(--background);
  position: relative;
  z-index: 10;
}

.header__top_in {
  padding-top: 54px;
  padding-bottom: 54px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__left {
  display: flex;
  align-items: center;
  gap: 70px;
}

.header__worktime {
  color: #E0E0E0;
  font-size: 18px;
  font-style: normal;
  line-height: normal;
  display: flex;
  flex-direction: column;
  gap: 5px;
}

.header__worktime .date {
  font-weight: 700;
}

.header__right {
  display: flex;
  align-items: center;
  gap: 45px;
}

.header__search {
  width: 30px;
  height: 30px;
  font-size: 0;
  cursor: pointer;
}

.header__socials {
  display: flex;
  align-items: center;
  gap: 12px;
}

.header__social {
  display: block;
  font-size: 0;
  width: 28px;
}

.header__bottom {
  background: #000;
}

.header__menu {
  padding: 12px 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header__menu a {
  color: #E0E0E0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.header__burger_opener {
  width: 30px;
  font-size: 0;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.header__burger_opener img {
  transition: all 0.3s ease;
}

.header__burger_opener.isOpened img {
  transform: translateX(-100%);
}

.header__burger_body {
  position: absolute;
  background: #262626;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 8;
  transform: translateY(-100%);
  transition: all 0.3s ease;
  overflow: auto;
  padding: 18px 20px;
  box-sizing: border-box;
}

.header__burger_body.isOpened {
  transform: translateY(0);
}

.header__burger_body_in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.header .footer__contacts {
  margin-bottom: 0;
}

.footer {
  background: #141414;
}

.footer__in {
  padding-top: 40px;
  padding-bottom: 56px;
}

.footer__top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  margin-bottom: 30px;
}

.footer__left {
  width: 15.62%;
  display: flex;
  flex-direction: column;
}

.footer__logo {
  margin-bottom: 40px;
  display: block;
  font-size: 0;
}

.footer__mobilemenu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
  margin-bottom: 20px;
}

.footer__mobilemenu a {
  color: #E0E0E0;
  font-size: 16px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__leftmenu {
  list-style: none;
  margin: 0 0 40px 0;
  padding: 0;
}

.footer__leftmenu li:not(:last-child) {
  margin-bottom: 10px;
}

.footer__leftmenu a {
  color: #E0E0E0;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  text-decoration: none;
}

.footer__contacts {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin-bottom: 20px;
}

.footer__contact {
  color: #E0E0E0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-decoration: none;
}

.footer__right {
  width: 75.56%;
}

.footer__menu {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 6.59%;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.footer__menu ul a {
  color: #E0E0E0;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  text-decoration: none;
}

.footer__copyright {
  color: #818181;
  text-align: center;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background: #141414;
  z-index: 9;
  transform: translateY(-100%);
  transition: 0.5s all 0.5s linear;
}

.search_modal.isOpened {
  transform: translateY(0%);
  transition: all 0.5s linear;
}

.search_modal__in {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.search_modal__closer {
  width: 40px;
  height: 40px;
  font-size: 0;
  position: absolute;
  top: 66px;
  right: 188px;
  cursor: pointer;
  transition: all 0s ease;
}

.search_modal__closer:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.search_modal__form {
  width: 892px;
  position: relative;
  padding: 0;
  border: none;
}

.search_modal__input {
  outline: none;
  width: 100%;
  padding-bottom: 20px;
  border: none;
  background: transparent;
  border-bottom: 2px solid #fff;
  display: block;
}

.search_modal__input::-moz-placeholder {
  color: rgba(255, 255, 255, 0.45);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_modal__input::placeholder,
.search_modal__input {
  color: rgba(255, 255, 255, 0.45);
  font-size: 36px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.search_modal__input:-webkit-autofill,
.search_modal__input:-webkit-autofill:hover,
.search_modal__input:-webkit-autofill:focus {
  border: none;
  border-bottom: 2px solid #fff;
  -webkit-text-fill-color: rgba(255, 255, 255, 0.45);
  -webkit-box-shadow: 0 0 0px 1000px transparent inset;
  -webkit-transition: background-color 5000s ease-in-out 0s;
  transition: background-color 5000s ease-in-out 0s;
}

.search_modal__button {
  padding: 0;
  border: none;
  background: none;
  width: 16px;
  height: 19px;
  font-size: 0;
  display: flex;
  align-items: center;
  position: absolute;
  right: 0;
  top: 0;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.9);
  z-index: 200;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
  display: flex;
  align-items: center;
  justify-content: center;
}

.modal.isOpened {
  opacity: 1;
  visibility: visible;
}

.modal:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 100%;
}

.modal__in {
  display: inline-block;
  vertical-align: middle;
  text-align: left;
  max-width: calc(70vw - 1px);
  padding: 50px;
  background: #fff;
  border-radius: 10px;
  position: relative;
  box-sizing: border-box;
}

.modal__in .register_modal {
  max-width: 800px;
}

.modal__in .authentication__form-buttons .button {
  min-width: 50%;
}

.modal__in .forgot_modal {
  max-width: 390px;
  text-align: center;
}

.modal__in .forgot_modal .authentication__form-buttons {
  justify-content: center;
}

.modal__in .login_modal {
  max-width: 516px;
}

.modal__in .login_modal .authentication__form-politics {
  flex-wrap: wrap;
  grid-column-start: 1;
  grid-column-end: 3;
  text-align: center;
  max-width: 100%;
}

.modal__in .login_modal .authentication__form-field {
  max-width: 100%;
}

.modal__in .authentication__title {
  color: #606060;
}

.modal__closer {
  width: 60px;
  height: 60px;
  font-size: 0;
  position: absolute;
  left: calc(100% + 10px);
  top: 0;
  cursor: pointer;
  transition: all 0s ease;
}

.modal__closer:hover {
  transform: rotate(90deg);
  transition: all 0.3s ease;
}

.modal__title {
  font-size: 26px;
  font-weight: 700;
  margin-bottom: 20px;
  text-align: center;
  text-transform: uppercase;
}

.row_news__in {
  display: flex;
  flex-direction: column;
  gap: var(--gap, 30px);
}

.grid_news__in {
  display: grid;
  grid-gap: 20px;
  grid-template-columns: repeat(2, 1fr);
  height: 100%;
  grid-auto-rows: 242px 501px;
}

.grid_news__item {
  display: block;
}

.grid_news__item:not(:nth-child(3n+3)) {
  padding-left: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
}

.grid_news__item:nth-child(3n+3) {
  padding-top: 47%;
}

.titled_news__in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.titled_news__arrows {
  display: flex;
  justify-content: flex-end;
}

.daily_news {
  position: relative;
  padding-top: 16px;
}

.daily_news__title {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.daily_news__items {
  width: 100%;
}

.investors_news__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.investors_news__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.masonry_block__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.masonry_block__grid {
  display: grid;
  grid-template-areas: "big big item1" "big big long" "item2 item3 long";
  grid-gap: 20px;
}

.interviews__in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.interviews__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.events__in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.events__arrows {
  display: flex;
  align-items: center;
  justify-content: flex-end;
}

.events__items,
.events__track {
  min-width: 100%;
  max-width: 100%;
}

.events .card_backgrounded {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}

.legal_issues__in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.legal_issues__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 50px 82px;
}

.legal_issues__items .card_middle__title {
  font-size: 20px;
}

.tech_news__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.tech_news__items_in {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.video {
  max-width: calc(100vw - 40px);
}

.video__in,
.video__track,
.video__slides {
  height: 100%;
}

.video__wrap {
  position: relative;
  height: 100%;
}

.video__poster {
  font-size: 0;
  height: 100%;
}

.video__play {
  cursor: pointer;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 128px;
  height: 128px;
  font-size: 0;
  transform: translate(-50%, -50%);
}

.newslist__in {
  display: flex;
  flex-direction: column;
  gap: 38px;
  max-width: 1046px;
}

.newslist__pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: 40px;
}

.detail__top {
  display: flex;
  flex-direction: column;
  gap: 26px;
}

.detail__top:not(.noline):before {
  content: "";
  display: block;
  width: 180px;
  height: 8px;
  background: #000;
}

.detail__top-row {
  display: flex;
  align-items: center;
  gap: 50px;
}

.detail__date {
  color: #828282;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.detail__title {
  margin: 0;
  color: #000;
  font-size: 36px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 50.4px */
  max-width: 912px;
}

.detail__title--small {
  font-size: 26px;
}

.detail__short_descrition {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.detail__indicators {
  display: flex;
  align-items: center;
  gap: 23px;
}

.detail__indicator {
  display: flex;
  align-items: center;
  gap: 5px;
}

.detail__indicator .icon {
  width: 18px;
  font-size: 0;
}

.detail__indicator .count {
  color: #818181;
  font-size: 10px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 14px */
}

.detail__indicator:not(:hover):not(.active) .icon .hover,
.detail__indicator:not(:hover):not(.active) .icon .active {
  display: none;
}

.detail__indicator:hover .icon .normal,
.detail__indicator:hover .icon .active {
  display: none;
}

.detail__indicator:not(:hover).active .icon .normal,
.detail__indicator:not(:hover).active .icon .hover {
  display: none;
}

.detail__image {
  font-size: 0;
}

.detail__image img {
  max-width: 100%;
}

.comments__in {
  display: flex;
  flex-direction: column;
  gap: 50px;
}

.comments__top {
  display: flex;
  flex-direction: column;
  gap: 35px;
}

.comments__items {
  display: flex;
  flex-direction: column;
  gap: 30px;
  max-width: 805px;
}

.comments__title.general__line_title {
  padding-bottom: 20px;
  border-top: none;
}

.comments__title.general__line_title .text {
  font-size: 16px;
}

.error_page {
  flex: 1 1 auto;
  position: relative;
}

.error_page__bg {
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  font-size: 0;
  pointer-events: none;
  overflow: hidden;
}

.error_page__bg img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.error_page__content {
  position: absolute;
  bottom: 13.48vh;
  left: 50%;
  transform: translateX(-50%);
  z-index: 2;
  display: flex;
  flex-direction: column;
  gap: 38px;
}

.error_page__text {
  max-width: 521px;
  color: #FFF;
  text-align: center;
  text-shadow: 0px 4px 52.1px rgba(0, 0, 0, 0.6);
  font-size: 24px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
}

.error_page__button {
  max-width: 253px;
  margin: 0 auto;
}

.tabs__titles {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.tabs__title {
  flex: 1 1 auto;
  padding-bottom: 20px;
  text-align: center;
  color: #444;
  font-size: 20px;
  font-style: normal;
  font-weight: 500;
  line-height: normal;
  text-transform: uppercase;
  cursor: pointer;
  position: relative;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  text-decoration: none;
}

.tabs__title:after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 1px;
  background: #000;
}

.tabs__title.isActive {
  color: #000;
  font-weight: 700;
}

.tabs__title.isActive:after {
  height: 2px;
}

.tabs__body {
  padding-top: 20px;
}

.tabs__body:not(.isActive) {
  display: none;
}

.tabs__select {
  border: 1px solid #A3A3A3;
  height: 40px;
  padding: 0 9px;
  width: 100%;
  background: url("data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMTkiIGhlaWdodD0iMTAiIHZpZXdCb3g9IjAgMCAxOSAxMCIgZmlsbD0ibm9uZSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4KPHBhdGggaWQ9IlZlY3RvciIgZD0iTTE3LjUgMS41TDkuNSA4LjVMMS41IDEuNSIgc3Ryb2tlPSJibGFjayIgc3Ryb2tlLXdpZHRoPSIyIiBzdHJva2UtbGluZWNhcD0icm91bmQiIHN0cm9rZS1saW5lam9pbj0icm91bmQiLz4KPC9zdmc+Cg==") calc(100% - 9px) 50%/16px no-repeat;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.about_journal__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.about_journal__text {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.about_journal__text p {
  margin: 0;
}

.about_journal__text a {
  color: inherit;
}

.about_journal__button {
  padding-top: 20px;
}

.archive__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive__select {
  width: 390px;
}

.archive__items {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 30px 73px;
}

.archive__item {
  display: flex;
  flex-direction: column;
  gap: 15px;
  text-decoration: none;
  width: 100%;
}

.archive__item_image {
  font-size: 0;
}

.archive__item_image img {
  max-width: 100%;
}

.archive__item_name {
  overflow: hidden;
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 22.4px */
}

.archive_detail__in {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive_detail__top {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-gap: 20px;
}

.archive_detail__image {
  font-size: 0;
}

.archive_detail__image img {
  width: 100%;
}

.archive_detail__info {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}

.archive_detail__info_in {
  display: flex;
  flex-direction: column;
  gap: 40px;
}

.archive_detail__info_in {
  padding: 30px;
  border-radius: 20px;
  background: #F1F1F1;
}

.archive_detail__info_date {
  color: #606060;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  margin-bottom: 20px;
}

.archive_detail__info_category {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.archive_detail__info_category a {
  color: inherit;
}

.archive_detail__info_price {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 28px */
}

.archive_detail__content_items_all .button {
  min-width: 453px;
  box-sizing: border-box;
  background: transparent;
}

.archive_detail__content_items_all .button .text:before {
  content: "Свернуть";
}

.archive_detail__content {
  display: flex;
  padding: 30px;
  flex-direction: column;
  align-items: flex-start;
  gap: 20px;
  border-radius: 20px;
  background: #F1F1F1;
}

.archive_detail__content_title {
  padding-bottom: 20px;
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.archive_detail__content_items {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.archive_detail__content_item {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.archive_detail__content:not(.isOpened) .archive_detail__content_item:nth-child(n+4) {
  display: none;
}

.archive_detail__content:not(.isOpened) .archive_detail__content_items_all .button .text:before {
  content: "Развернуть все";
}

.archive_detail__content_item_name {
  color: #141414;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
}

.archive_detail__content_item_page {
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
  /* 25.2px */
  color: #141414;
}

.archive_detail__content_item_page span {
  color: #AC731A;
}

.archive_detail__content_item_text {
  color: #606060;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.subscription__in {
  display: flex;
  flex-direction: column;
  gap: 40px;
  max-width: 802px;
}

.subscription__text {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.subscription__times {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subscription__time_item {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.subscription__time_item strong {
  color: #000;
}

.subscription__variants {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 21px;
}

.subscription__variant {
  border-radius: 10px;
  background: #FFF;
  box-shadow: 0px 4px 22.6px 0px rgba(0, 0, 0, 0.06);
}

.subscription__variant_top {
  padding: 50px 37px 37px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 17px;
}

.subscription__variant_name {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
}

.subscription__variant_type {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
}

.subscription__variant_price {
  color: #000;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  text-transform: uppercase;
  padding: 12px 30px;
  border-radius: 54px;
  border: 1px solid #9A9A9A;
}

.subscription__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.subscription__contact {
  display: flex;
  align-items: center;
  gap: 10px;
  text-decoration: none;
}

.subscription__contact .icon {
  font-size: 0;
  width: 20px;
}

.subscription__contact .text {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  width: calc(100% - 10px - 20px);
}

.subscription__contact--email .text {
  text-decoration: underline;
}

.sale_projects__in {
  display: flex;
  flex-direction: column;
}

.investor_news__items {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.contacts_page__cards {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  gap: 30px 70px;
}

.contacts_page__contacts {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.contacts_page__contact {
  display: flex;
  align-items: flex-start;
  gap: 20px;
}

.contacts_page__contact .left {
  color: #000;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  /* 25.2px */
  min-width: 186px;
}

.contacts_page__contact .right {
  color: #828282;
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 25.2px */
  max-width: 298px;
}

.contacts_page__contact a.right {
  color: #000;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  text-decoration: none;
}

.no-webp .callback{
  background: #FFF url("/local/templates/index/css/../img/callback_bg.png") 50% 50%/cover no-repeat; }

.callback {
  border-radius: 10px;
  position: relative;
  overflow: hidden;
}

.callback__in {
  display: flex;
  flex-direction: column;
  gap: 30px;
  padding: 50px;
}

.callback__top {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.callback__title {
  color: #000;
  font-size: 26px;
  font-style: normal;
  font-weight: 700;
  line-height: 1;
  /* 36.4px */
  text-transform: uppercase;
}

.callback__subtitle {
  color: #606060;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
}

.callback__form {
  display: grid;
  grid-template-columns: 390px 1fr;
  grid-gap: 20px;
}

.callback__form input,
.callback__form textarea {
  border-radius: 10px;
  border: 1px solid #000;
  width: 100%;
  box-sizing: border-box;
  background: transparent;
}

.callback__form input::-moz-placeholder, .callback__form textarea::-moz-placeholder {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.callback__form input,
.callback__form input::placeholder,
.callback__form textarea,
.callback__form textarea::placeholder {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
  /* 22.4px */
}

.callback__form input,
.callback__form textarea {
  color: #000;
}

.callback__form input {
  padding: 12px 20px;
}

.callback__form textarea {
  height: 100%;
  padding: 16px 20px;
}

.callback__form_left {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.callback__bottom {
  display: flex;
  align-items: center;
  gap: 20px;
}

.callback__text {
  /* max-width: 345px; */
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
}

.callback__accessuar {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 347px;
  font-size: 0;
}

.callback__button {
  min-width: 253px;
}

.authentication {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.authentication__form {
  display: flex;
  flex-direction: column;
  gap: 30px;
}

.authentication__form-fields {
  display: inline-grid;
  grid-template-columns: repeat(var(--columns, 1), 1fr);
  grid-gap: 10px;
  max-width: 790px;
}

.authentication__form-field {
  max-width: 390px;
}

.authentication__form-field--full {
  max-width: none;
}

.authentication__form-field--captcha {
  max-width: 100%;
}

.authentication__form-field--captcha_in {
  display: inline-grid;
  grid-template-columns: repeat(2, 1fr);
  grid-gap: 10px;
  width: 100%;
}

.authentication__form-field input {
  width: 100%;
  height: 46px;
  border-radius: 10px;
  border: 1px solid #000;
  padding: 0 20px;
  box-sizing: border-box;
  color: #000;
}

.authentication__form-field input::-moz-placeholder {
  color: #828282;
}

.authentication__form-field input::placeholder {
  color: #828282;
}

.authentication__form-field input::-moz-placeholder {
  font-size: 16px;
}

.authentication__form-field input,
.authentication__form-field input::placeholder {
  font-size: 16px;
}

.authentication__form-field_description {
  color: #828282;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  max-width: 640px;
}

.authentication__form-field_right {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 10px;
}

.authentication__form-field--captcha_title {
  color: #141414;
  font-size: 20px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin-bottom: 20px;
}

.authentication__form-link {
  color: #bd8e3e;
  font-size: 16px;
  font-weight: 700;
}

.authentication__form-buttons {
  display: flex;
  align-items: center;
  gap: 20px;
}

.authentication__form-buttons .button {
  min-width: 253px;
  box-sizing: border-box;
}

.authentication__form-politics {
  color: #828282;
  font-size: 16px;
  max-width: 282px;
}

.authentication__form-politics a {
  color: #141414;
  text-decoration: underline;
}

@media all and (min-width: 768px) {
  .calendar_page > .js-Dropdown {
    display: none;
  }

  .card_one_lined--backgrounded {
    padding: 16px 23px 15px;
    background: #F2F2F2;
  }

  .card_one_lined--backgrounded:not(:last-of-type) {
    border-bottom: 1px solid #828282;
  }

  .tophead_banner__in.isOpened .tophead_banner__left .email {
    display: block;
  }

  .tophead_banner__big_text {
    flex-direction: column;
    align-items: center;
  }

  .tophead_banner__big_text .biggest {
    color: #000;
    font-size: 56px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tophead_banner__big_text .big {
    color: #000;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
  }

  .tophead_banner__big_text .regular {
    color: #626262;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tophead_banner__in.isOpened .tophead_banner__big_text {
    display: flex;
    padding-bottom: 55px;
  }

  .tophead_banner__in.isOpened .tophead_banner__opener {
    padding-top: 8px;
  }

  .modal__in .login_modal .authentication__form-buttons {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 10px;
  }

  .grid_news__item:nth-child(3n+3) {
    grid-column-start: 1;
    grid-column-end: 3;
  }

  .authentication__form-field--full {
    grid-column: 1/span var(--columns, 1);
  }

  .authentication__form-field--captcha {
    grid-column: 1/span var(--columns, 1);
  }
}

@media all and (min-width: 1024px) {
  .card_backgrounded--reversed {
    min-height: 495px;
  }
}

@media all and (min-width: 1025px) {
  .general__rows--paddinged {
    padding-right: 62px;
  }

  .hide_on_desktop {
    display: none !important;
  }

  .footer__socials__wrap {
    order: 10;
  }

  .masonry_block__item {
    padding-top: 73%;
  }

  .masonry_block__item:first-child {
    -ms-grid-row: 1;
    -ms-grid-row-span: 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-area: big;
    padding-top: 49%;
  }

  .masonry_block__item:nth-child(5) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 3;
    -ms-grid-column: 5;
    grid-area: long;
  }
}

@media all and (max-width: 1366px) {
  .general__row_grid-calendars {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .archive_detail__top {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 1100px) {
  .general__row_grid-calendars {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

@media all and (max-width: 1024px) {
  .general__main_in {
    gap: 30px;
    flex-direction: column;
  }

  .general__content {
    width: 100%;
  }

  .general__sidebar {
    width: 100%;
  }

  .general__title {
    margin-bottom: 16px;
  }

  .general__title_in {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .general__title_in .text {
    font-size: 20px;
  }

  .general__title_in .arrow {
    width: 15px;
    height: 15px;
  }

  .general__row--two-one {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 30px;
  }

  .general__row--one-two {
    grid-template-columns: repeat(1, 1fr);
  }

  .general__row--three {
    grid-template-columns: repeat(2, 1fr);
  }

  .general__row--58p-42p {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 10px;
  }

  .general__section_title {
    font-size: 16px;
  }

  .general__row_grid-3 {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .general__row_grid-calendars {
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
  }

  .hide_on_mobile {
    display: none !important;
  }

  .card_huge {
    padding: 0;
    background: none;
  }

  .card_detailed__info {
    width: 100%;
  }

  .card_detailed__info_in {
    gap: 10px;
  }

  .card_detailed__indicator .icon {
    width: 14px;
  }

  .header__logo {
    width: 147px;
  }

  .header__top_in {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .header__menu {
    flex-direction: column;
    align-items: flex-start;
    gap: 14px;
  }

  .header__menu a {
    font-size: 18px;
    font-weight: 500;
  }

  .footer__left {
    width: 100%;
  }

  .footer__logo {
    max-width: 147px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 30px;
  }

  .footer__socials__wrap {
    margin-bottom: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .footer__contacts {
    align-items: center;
  }

  .search_modal__form {
    width: 100%;
  }

  .daily_news {
    padding-top: 0;
  }

  .masonry_block__grid {
    grid-template-areas: none;
    grid-template-columns: repeat(2, 1fr);
  }

  .events__in {
    gap: 20px;
  }

  .legal_issues__items {
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 15px;
  }

  .newslist__pagination {
    justify-content: center;
    margin-top: 30px;
  }

  .newslist__pagination .general__arrows {
    display: none;
  }

  .about_journal__text {
    height: 240px;
    overflow: hidden;
    font-size: 14px;
  }

  .about_journal__text.isOpened {
    height: auto;
  }

  .investor_news__items {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media all and (max-width: 768px) {
  .js-Dropdown-title {
    padding: 0 36px 0 26px;
  }

  .wrapper {
    min-height: auto;
  }

  .wrapper__grow {
    flex: none;
    height: 393px;
  }

  .wrapper.search_results_page .card_detailed__info:before {
    display: none;
  }

  .wrapper.search_results_page .newslist__in {
    gap: 40px;
  }

  .general__main {
    padding-bottom: 50px;
  }

  .general__rows {
    gap: 30px;
  }

  .general__row--three {
    grid-template-columns: repeat(1, 1fr);
  }

  .general__row--column-reverse-mobile {
    display: flex;
    flex-direction: column-reverse;
  }

  .general__row--only_one_on_mobile .grid_news__item:not(:first-child) {
    display: none !important;
  }

  .general__row--only_one_on_mobile .grid_news__in {
    display: block;
  }

  .general__block_title {
    gap: 10px;
    color: #444;
    font-size: 16px;
  }

  .general__block_title:before {
    height: 3px;
    width: 93px;
  }

  .general__line_title {
    padding-bottom: 4px;
    padding-top: 4px;
    border-top: 1px solid #000;
    gap: 12px;
  }

  .general__row_title {
    margin-bottom: 20px;
  }

  .general__arrow {
    width: 28px;
    height: 28px;
  }

  .general__video_column_in {
    height: auto;
    overflow: auto;
  }

  .general__video_column_in .card_one_lined:nth-child(n+4) {
    display: none !important;
  }

  .general__paragraphs * {
    font-size: 14px;
    line-height: 143%;
  }

  .general__select--lined .js-Dropdown-title {
    border: 1px solid #a3a3a3;
    height: 40px;
    padding: 0 9px;
    font-size: 16px;
  }

  .general__select--lined .js-Dropdown-list {
    border: 1px solid #a3a3a3;
    padding: 9px;
  }

  .general__select--lined .js-Dropdown-list li {
    font-size: 16px;
  }

  .general__row_grid-3 {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }

  .button {
    font-size: 18px;
    padding: 16px 18px 17px;
  }

  .button--huge {
    font-size: 18px;
  }

  .info_projects__item .card_regular__title {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
  }

  .wall_maps_page .card_regular__title {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
  }

  .wall_maps_page .card_regular__description {
    margin: 0;
    color: #444;
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 140%;
    /* 22.4px */
  }

  .photo_page .card_regular__title {
    color: #444;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
    /* 28px */
  }

  .air-datepicker-cell {
    font-size: 11px;
  }

  .air-datepicker-cell.-focus-:after,
  .air-datepicker-cell.-selected-:after {
    width: 22px;
    height: 22px;
  }

  .air-datepicker-body--day-name {
    font-size: 11px;
  }

  .air-datepicker-body--cells.-days- {
    grid-auto-rows: 25px;
  }

  .air-datepicker-nav--title {
    padding: 16px 25px;
  }

  .air-datepicker--content {
    padding: 6px 0 5px;
  }

  .calendar__top {
    gap: 3px;
  }

  .calendar__title,
  .calendar .air-datepicker-nav--title {
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
  }

  .calendar__seeall .icon {
    width: 9px;
  }

  .calendar__seeall .text {
    font-size: 12px;
    font-weight: 700;
  }

  .card_huge__image {
    margin-bottom: 15px;
  }

  .card_huge__lock {
    margin-bottom: 15px;
  }

  .card_huge__title {
    font-size: 18px;
    padding-right: 0;
  }

  .card_huge__about {
    font-size: 14px;
    margin-bottom: 15px;
  }

  .card_huge__bottom {
    flex-direction: column-reverse;
    align-items: stretch;
    gap: 20px;
  }

  .card_huge__indicators {
    gap: 14px;
  }

  .card_huge__indicator {
    gap: 3px;
  }

  .card_huge__indicator .icon {
    width: 14px;
  }

  .card_huge__indicator .count {
    font-size: 7px;
  }

  .card_middle {
    gap: 12px;
  }

  .card_middle__title {
    font-size: 16px;
    font-weight: 500;
    padding-right: 1px;
  }

  .card_middle__bottom {
    font-size: 14px;
  }

  .card_backgrounded {
    padding: 34% 10px 10px 10px;
  }

  .card_backgrounded--with_button {
    gap: 10px;
    height: 336px;
  }

  .card_backgrounded--specprojects {
    padding: 17% 20px 20px 20px;
  }

  .card_backgrounded__title {
    font-size: 16px;
  }

  .card_smallest {
    padding: 14px 0;
  }

  .card_smallest__title {
    font-size: 16px;
    font-weight: 500;
  }

  .card_smallest__lock_in {
    width: 15px;
  }

  .card_regular__image {
    margin-bottom: 9px;
  }

  .card_regular__lock .icon {
    width: 15px;
  }

  .card_regular__title {
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
  }

  .card_one_lined--backgrounded {
    padding: 10px 0;
  }

  .card_one_lined__title {
    font-size: 16px;
    font-weight: 500;
  }

  .card_detailed__in {
    flex-direction: column;
    gap: 10px;
  }

  .card_detailed__image {
    width: 100%;
  }

  .card_detailed__info:before {
    margin-bottom: 10px;
  }

  .card_detailed__lock {
    margin-bottom: 10px;
  }

  .card_detailed__lock .icon {
    width: 13px;
  }

  .card_detailed__text .title {
    -webkit-line-clamp: 2;
    font-size: 16px;
    font-weight: 500;
  }

  .card_detailed__text .subtitle {
    -webkit-line-clamp: 4;
    font-size: 14px;
  }

  .card_detailed__indicators {
    gap: 14px;
  }

  .card_detailed__indicator {
    gap: 3px;
  }

  .card_detailed__indicator .count {
    font-size: 7px;
  }

  .breadcrumbs__items {
    gap: 7px;
  }

  .breadcrumbs__delim {
    width: 7px;
  }

  .breadcrumbs__item {
    font-size: 10px;
  }

  .tags__in {
    flex-direction: column;
    align-items: flex-start;
  }

  .tags__items {
    flex-wrap: wrap;
  }

  .tags__item {
    padding: 4px 15px;
  }

  .files__subtitle {
    font-size: 14px;
  }

  .files__items {
    grid-template-columns: repeat(2, calc(50% - 9.5px));
    grid-gap: 11px 19px;
  }

  .files__item .icon {
    width: 33px;
  }

  .files__item .filename {
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .comments__item_author .name {
    font-size: 16px;
  }

  .comments__item_text {
    font-size: 14px;
  }

  .comments__form {
    gap: 5px;
  }

  .comments__form_left {
    width: 28px;
  }

  .comments__form_right {
    width: calc(100% - 28px - 5px);
    gap: 10px;
  }

  .comments__form_textarea {
    min-height: 72px;
    height: 72px;
    border-radius: 6px;
  }

  .search_page__form {
    gap: 14px;
  }

  .search_page__form_query_input {
    height: 38px;
  }

  .search_page__form_query_input::-moz-placeholder {
    font-size: 16px;
  }

  .search_page__form_query_input,
  .search_page__form_query_input::placeholder {
    font-size: 16px;
  }

  .search_page__sort {
    max-width: 100%;
  }

  .user_contact {
    width: 100%;
  }

  .user_contact__in {
    flex-direction: column;
    align-items: center;
  }

  .user_contact__data {
    align-items: center;
    gap: 10px;
  }

  .user_contact__name {
    text-align: center;
    font-size: 16px;
  }

  .user_contact__position {
    text-align: center;
  }

  .slider_gallery__in {
    display: block;
  }

  .feed__in {
    gap: 10px;
  }

  .feed__in--backgrounded {
    padding: 10px;
  }

  .feed__in:before {
    width: 94px;
    height: 5px;
  }

  .feed__top {
    gap: 0;
  }

  .feed__title {
    font-size: 16px;
  }

  .feed__subtitle {
    font-size: 16px;
    padding-bottom: 7px;
  }

  .feed__items {
    padding-top: 0;
    padding-bottom: 20px;
  }

  .feed__item_name {
    font-size: 16px;
    font-weight: 500;
  }

  .feed__in--backgrounded .feed__item_description {
    display: none;
  }

  .feed__image {
    position: relative;
    padding-top: 62%;
  }

  .feed__image img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .tophead_banner__in {
    flex-wrap: wrap;
    gap: 18px;
  }

  .tophead_banner__left .logo {
    width: 86px;
  }

  .tophead_banner__middle {
    order: 5;
    width: 100%;
  }

  .tophead_banner__small_text {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 14px;
    max-width: 50%;
  }

  .tophead_banner__in.isOpened .tophead_banner__big_text {
    display: block;
    padding-top: 0;
    color: #000;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
  }

  .tophead_banner__opener .text {
    font-size: 16px;
  }

  .tophead_banner_image__opener {
    top: 15px;
    width: 46px;
  }

  .tophead_banner_image__image {
    height: 76px;
  }

  .tophead_banner_image__in.isOpened .tophead_banner_image__image {
    height: 136px;
  }

  .header__socials {
    justify-content: center;
  }

  .search_modal__input {
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
  }

  .search_modal__input::-moz-placeholder {
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }

  .search_modal__input::placeholder,
  .search_modal__input {
    padding-bottom: 9px;
    border-bottom: 1px solid #fff;
    font-size: 16px;
  }

  .modal__in {
    max-width: calc(90vw - 1px);
    padding: 65px 20px 23px;
    overflow: auto;
  }

  .modal__in .authentication__form-link {
    color: #000;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    margin-top: -20px;
  }

  .modal__body {
    max-height: 70vh;
    overflow: visible;
    max-height: auto;
  }

  .modal__closer {
    left: auto;
    right: 20px;
    top: 20px;
    width: 40px;
    height: 40px;
  }

  .row_news__in {
    gap: 20px;
  }

  .row_news__item:nth-child(n+4) {
    display: none !important;
  }

  .grid_news__in {
    grid-template-columns: repeat(1, 1fr);
  }

  .titled_news__in {
    gap: 20px;
  }

  .investors_news__items .row_news__item:nth-cchild(n+4) {
    display: none !important;
  }

  .masonry_block__grid {
    grid-template-columns: repeat(1, 1fr);
  }

  .masonry_block__item:nth-child(n+4) {
    display: none !important;
  }

  .legal_issues__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .legal_issues__items .card_middle__title {
    font-size: 16px;
  }

  .tech_news__items_in .card_one_lined:nth-child(n+4) {
    display: none !important;
  }

  .video__poster {
    padding-top: 62%;
  }

  .video__poster img,
  .video__poster iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
  }

  .video__play {
    width: 60px;
    height: 60px;
  }

  .newslist__in {
    gap: 30px;
  }

  .detail__top {
    gap: 14px;
  }

  .detail__top:not(.noline):before {
    width: 82px;
    height: 4px;
  }

  .detail__title {
    font-size: 19px;
  }

  .detail__short_descrition {
    font-size: 14px;
  }

  .detail__indicators {
    gap: 14px;
  }

  .detail__indicator {
    gap: 3px;
  }

  .detail__indicator .icon {
    width: 13px;
  }

  .detail__indicator .count {
    font-size: 7px;
  }

  .comments__in {
    gap: 20px;
  }

  .comments__top {
    gap: 20px;
  }

  .error_page__content {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
    gap: 30px;
    bottom: 38px;
  }

  .error_page__text {
    font-size: 16px;
    margin: 0 auto;
  }

  .error_page__button {
    width: 100%;
  }

  .archive__select {
    width: 100%;
  }

  .archive__items {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .archive_detail__top {
    grid-template-columns: repeat(1, 1fr);
    grid-gap: 15px;
  }

  .archive_detail__info_in {
    width: 100%;
    box-sizing: border-box;
    padding-left: 20px;
    padding-right: 20px;
  }

  .archive_detail__content_items_all {
    width: 100%;
  }

  .archive_detail__content_items_all .button {
    min-width: 100%;
    width: 100%;
  }

  .archive_detail__content {
    padding: 20px;
  }

  .archive_detail__content_item_name {
    font-size: 16px;
  }

  .archive_detail__content_item_page {
    font-size: 16px;
  }

  .archive_detail__content_item_text {
    font-size: 16px;
  }

  .subscription__in {
    gap: 15px;
  }

  .subscription__text {
    font-size: 14px;
  }

  .subscription__time_item {
    font-size: 14px;
  }

  .investor_news__items {
    grid-template-columns: repeat(1, 1fr);
  }

  .contacts_page__contact {
    flex-direction: column;
    gap: 10px;
    align-items: center;
  }

  .contacts_page__contact .left {
    min-width: 100%;
    text-align: center;
  }

  .contacts_page__contact .right {
    max-width: 100%;
    text-align: center;
  }

  .callback {
    border-radius: 0;
    background: none !important;
  }

  .callback__in {
    padding: 0;
    gap: 20px;
  }

  .callback__top {
    gap: 10px;
    align-items: center;
  }

  .callback__title {
    font-size: 20px;
    text-align: center;
  }

  .callback__subtitle {
    font-size: 16px;
    text-align: center;
    max-width: 198px;
  }

  .callback__form {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  .callback__bottom {
    flex-direction: column;
    align-items: center;
  }

  .callback__text {
    text-align: center;
  }

  .callback__accessuar {
    display: none;
  }

  .authentication__form-fields {
    grid-template-columns: repeat(1, 1fr);
  }

  .authentication__form-field--captcha_in {
    grid-template-columns: repeat(1, 1fr);
  }

  .authentication__form-field {
    max-width: 100%;
  }

  .authentication__form-buttons {
    flex-direction: column;
    align-items: flex-start;
  }

  .authentication__form-buttons .button {
    width: 100%;
  }

  .authentication__form-politics {
    max-width: 100%;
  }
}

@media all and (max-width: 500px) {
  .general__row_grid-calendars {
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
}

.webp .callback{ background: #FFF url(/local/templates/index/css/../img/callback_bg.webp) 50% 50%/cover no-repeat; }

.authentication__form-field .label {
  padding-bottom: 10px;
  display: inline-block;
}

.policy-text {
    line-height: 140%;
}

.policy-text .hilight {
    background: yellow;
}

.policy-text>ol {
    padding: 0;
    margin: 0;
}

.policy-text ol {
    counter-reset: list-counter;
    list-style: none;
}

.policy-text ol>li {
    position: relative;
}

.policy-text ol>li::before {
    counter-increment: list-counter;
    content: counters(list-counter, ".") ". ";
    display: inline;
}

.policy-text ul {
    list-style: none;
}

.policy-text ul li:before {
    content: '— ';
}

.policy-text li {
    margin-bottom: 5px;
}

.policy-text__title {
    display: inline-block;
    margin: 10px 0;
}

.policy-text table {
    border-collapse: collapse;
}

.policy-text table td {
    border: 1px solid #000;
    padding: 5px;
}

.policy-text table ul,
.policy-text table ol {
    padding: 0;
}

.consent-banner {
    position: fixed;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #28282887;
    backdrop-filter: blur(5px);

    border-top: 1px solid #ccc;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, 0.1);
    z-index: 9999;
    transition: opacity 0.5s ease-out;
}

.consent-banner__wrap {
    padding: 16px 24px;
    display: flex;
    align-items: center;
    font-family: sans-serif;
    justify-content: center;
    flex-wrap: wrap;
    gap: 15px;
}

.consent-banner p {
    margin: 0;
    font-size: 16px;
    margin-right: 16px;
    color: #fff;
}

.consent-banner a {
    color: #fff;
    text-decoration: underline;
}

.consent-banner button {
    background-color: #000;
    color: white;
    border: none;
    padding: 8px 35px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 6px;
	transition: background 0.3s;
}

.consent-banner button:hover {
    background-color: #101010;
}

.consent-banner.hidden {
    opacity: 0;
    pointer-events: none;
}

@media (max-width: 991px) {
    .consent-banner__wrap {
        text-align: center;
        justify-content: center;
    }
}
/* End */


/* Start:/local/templates/index/css/fancybox.css?171802399725343*/
:root{--f-spinner-width: 36px;--f-spinner-height: 36px;--f-spinner-color-1: rgba(0, 0, 0, 0.1);--f-spinner-color-2: rgba(17, 24, 28, 0.8);--f-spinner-stroke: 2.75}.f-spinner{margin:auto;padding:0;width:var(--f-spinner-width);height:var(--f-spinner-height)}.f-spinner svg{width:100%;height:100%;vertical-align:top;animation:f-spinner-rotate 2s linear infinite}.f-spinner svg *{stroke-width:var(--f-spinner-stroke);fill:none}.f-spinner svg *:first-child{stroke:var(--f-spinner-color-1)}.f-spinner svg *:last-child{stroke:var(--f-spinner-color-2);animation:f-spinner-dash 2s ease-in-out infinite}@keyframes f-spinner-rotate{100%{transform:rotate(360deg)}}@keyframes f-spinner-dash{0%{stroke-dasharray:1,150;stroke-dashoffset:0}50%{stroke-dasharray:90,150;stroke-dashoffset:-35}100%{stroke-dasharray:90,150;stroke-dashoffset:-124}}.f-throwOutUp{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutUp}.f-throwOutDown{animation:var(--f-throw-out-duration, 0.175s) ease-out both f-throwOutDown}@keyframes f-throwOutUp{to{transform:translate3d(0, calc(var(--f-throw-out-distance, 150px) * -1), 0);opacity:0}}@keyframes f-throwOutDown{to{transform:translate3d(0, var(--f-throw-out-distance, 150px), 0);opacity:0}}.f-zoomInUp{animation:var(--f-transition-duration, 0.2s) ease .1s both f-zoomInUp}.f-zoomOutDown{animation:var(--f-transition-duration, 0.2s) ease both f-zoomOutDown}@keyframes f-zoomInUp{from{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}to{transform:scale(1) translate3d(0, 0, 0);opacity:1}}@keyframes f-zoomOutDown{to{transform:scale(0.975) translate3d(0, 16px, 0);opacity:0}}.f-fadeIn{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeIn;z-index:2}.f-fadeOut{animation:var(--f-transition-duration, 0.2s) var(--f-transition-easing, ease) var(--f-transition-delay, 0s) both f-fadeOut;z-index:1}@keyframes f-fadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeOut{100%{opacity:0}}.f-fadeFastIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-fadeFastIn;z-index:2}.f-fadeFastOut{animation:var(--f-transition-duration, 0.1s) ease-out both f-fadeFastOut;z-index:2}@keyframes f-fadeFastIn{0%{opacity:.75}100%{opacity:1}}@keyframes f-fadeFastOut{100%{opacity:0}}.f-fadeSlowIn{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowIn;z-index:2}.f-fadeSlowOut{animation:var(--f-transition-duration, 0.5s) ease both f-fadeSlowOut;z-index:1}@keyframes f-fadeSlowIn{0%{opacity:0}100%{opacity:1}}@keyframes f-fadeSlowOut{100%{opacity:0}}.f-crossfadeIn{animation:var(--f-transition-duration, 0.2s) ease-out both f-crossfadeIn;z-index:2}.f-crossfadeOut{animation:calc(var(--f-transition-duration, 0.2s)*.5) linear .1s both f-crossfadeOut;z-index:1}@keyframes f-crossfadeIn{0%{opacity:0}100%{opacity:1}}@keyframes f-crossfadeOut{100%{opacity:0}}.f-slideIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInNext}.f-slideIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideInPrev}.f-slideOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutNext}.f-slideOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-slideOutPrev}@keyframes f-slideInPrev{0%{transform:translateX(100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideInNext{0%{transform:translateX(-100%)}100%{transform:translate3d(0, 0, 0)}}@keyframes f-slideOutNext{100%{transform:translateX(-100%)}}@keyframes f-slideOutPrev{100%{transform:translateX(100%)}}.f-classicIn.from-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInNext;z-index:2}.f-classicIn.from-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicInPrev;z-index:2}.f-classicOut.to-next{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutNext;z-index:1}.f-classicOut.to-prev{animation:var(--f-transition-duration, 0.85s) cubic-bezier(0.16, 1, 0.3, 1) f-classicOutPrev;z-index:1}@keyframes f-classicInNext{0%{transform:translateX(-75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicInPrev{0%{transform:translateX(75px);opacity:0}100%{transform:translate3d(0, 0, 0);opacity:1}}@keyframes f-classicOutNext{100%{transform:translateX(-75px);opacity:0}}@keyframes f-classicOutPrev{100%{transform:translateX(75px);opacity:0}}:root{--f-button-width: 40px;--f-button-height: 40px;--f-button-border: 0;--f-button-border-radius: 0;--f-button-color: #374151;--f-button-bg: #f8f8f8;--f-button-hover-bg: #e0e0e0;--f-button-active-bg: #d0d0d0;--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 20px;--f-button-svg-height: 20px;--f-button-svg-stroke-width: 1.5;--f-button-svg-fill: none;--f-button-svg-filter: none;--f-button-svg-disabled-opacity: 0.65}.f-button{display:flex;justify-content:center;align-items:center;box-sizing:content-box;position:relative;margin:0;padding:0;width:var(--f-button-width);height:var(--f-button-height);border:var(--f-button-border);border-radius:var(--f-button-border-radius);color:var(--f-button-color);background:var(--f-button-bg);box-shadow:var(--f-button-shadow);pointer-events:all;cursor:pointer;transition:var(--f-button-transition)}@media(hover: hover){.f-button:hover:not([disabled]){color:var(--f-button-hover-color);background-color:var(--f-button-hover-bg)}}.f-button:active:not([disabled]){background-color:var(--f-button-active-bg)}.f-button:focus:not(:focus-visible){outline:none}.f-button:focus-visible{outline:none;box-shadow:inset 0 0 0 var(--f-button-outline, 2px) var(--f-button-outline-color, var(--f-button-color))}.f-button svg{width:var(--f-button-svg-width);height:var(--f-button-svg-height);fill:var(--f-button-svg-fill);stroke:currentColor;stroke-width:var(--f-button-svg-stroke-width);stroke-linecap:round;stroke-linejoin:round;transition:opacity .15s ease;transform:var(--f-button-transform);filter:var(--f-button-svg-filter);pointer-events:none}.f-button[disabled]{cursor:default}.f-button[disabled] svg{opacity:var(--f-button-svg-disabled-opacity)}.f-carousel__nav .f-button.is-prev,.f-carousel__nav .f-button.is-next,.fancybox__nav .f-button.is-prev,.fancybox__nav .f-button.is-next{position:absolute;z-index:1}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-next{top:50%;transform:translateY(-50%)}.is-horizontal .f-carousel__nav .f-button.is-prev,.is-horizontal .fancybox__nav .f-button.is-prev{left:var(--f-button-prev-pos)}.is-horizontal .f-carousel__nav .f-button.is-next,.is-horizontal .fancybox__nav .f-button.is-next{right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-prev,.is-horizontal.is-rtl .fancybox__nav .f-button.is-prev{left:auto;right:var(--f-button-next-pos)}.is-horizontal.is-rtl .f-carousel__nav .f-button.is-next,.is-horizontal.is-rtl .fancybox__nav .f-button.is-next{right:auto;left:var(--f-button-prev-pos)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-next{top:auto;left:50%;transform:translateX(-50%)}.is-vertical .f-carousel__nav .f-button.is-prev,.is-vertical .fancybox__nav .f-button.is-prev{top:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-next,.is-vertical .fancybox__nav .f-button.is-next{bottom:var(--f-button-next-pos)}.is-vertical .f-carousel__nav .f-button.is-prev svg,.is-vertical .f-carousel__nav .f-button.is-next svg,.is-vertical .fancybox__nav .f-button.is-prev svg,.is-vertical .fancybox__nav .f-button.is-next svg{transform:rotate(90deg)}.f-carousel__nav .f-button:disabled,.fancybox__nav .f-button:disabled{pointer-events:none}html.with-fancybox{width:auto;overflow:visible;scroll-behavior:auto}html.with-fancybox body{touch-action:none}html.with-fancybox body.hide-scrollbar{width:auto;margin-right:calc(var(--fancybox-body-margin, 0px) + var(--fancybox-scrollbar-compensate, 0px));overflow:hidden !important;overscroll-behavior-y:none}.fancybox__container{--fancybox-color: #dbdbdb;--fancybox-hover-color: #fff;--fancybox-bg: rgba(24, 24, 27, 0.98);--fancybox-slide-gap: 10px;--f-spinner-width: 50px;--f-spinner-height: 50px;--f-spinner-color-1: rgba(255, 255, 255, 0.1);--f-spinner-color-2: #bbb;--f-spinner-stroke: 3.65;position:fixed;top:0;left:0;bottom:0;right:0;direction:ltr;display:flex;flex-direction:column;box-sizing:border-box;margin:0;padding:0;color:#f8f8f8;-webkit-tap-highlight-color:rgba(0,0,0,0);overflow:visible;z-index:var(--fancybox-zIndex, 1050);outline:none;transform-origin:top left;-webkit-text-size-adjust:100%;-moz-text-size-adjust:none;-ms-text-size-adjust:100%;text-size-adjust:100%;overscroll-behavior-y:contain}.fancybox__container *,.fancybox__container *::before,.fancybox__container *::after{box-sizing:inherit}.fancybox__container::backdrop{background-color:rgba(0,0,0,0)}.fancybox__backdrop{position:fixed;top:0;left:0;bottom:0;right:0;z-index:-1;background:var(--fancybox-bg);opacity:var(--fancybox-opacity, 1);will-change:opacity}.fancybox__carousel{position:relative;box-sizing:border-box;flex:1;min-height:0;z-index:10;overflow-y:visible;overflow-x:clip}.fancybox__viewport{width:100%;height:100%}.fancybox__viewport.is-draggable{cursor:move;cursor:grab}.fancybox__viewport.is-dragging{cursor:move;cursor:grabbing}.fancybox__track{display:flex;margin:0 auto;height:100%}.fancybox__slide{flex:0 0 auto;position:relative;display:flex;flex-direction:column;align-items:center;width:100%;height:100%;margin:0 var(--fancybox-slide-gap) 0 0;padding:4px;overflow:auto;overscroll-behavior:contain;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__container:not(.is-compact) .fancybox__slide.has-close-btn{padding-top:40px}.fancybox__slide.has-iframe,.fancybox__slide.has-video,.fancybox__slide.has-html5video{overflow:hidden}.fancybox__slide.has-image{overflow:hidden}.fancybox__slide.has-image.is-animating,.fancybox__slide.has-image.is-selected{overflow:visible}.fancybox__slide::before,.fancybox__slide::after{content:"";flex:0 0 0;margin:auto}.fancybox__backdrop:empty,.fancybox__viewport:empty,.fancybox__track:empty,.fancybox__slide:empty{display:block}.fancybox__content{align-self:center;display:flex;flex-direction:column;position:relative;margin:0;padding:2rem;max-width:100%;color:var(--fancybox-content-color, #374151);background:var(--fancybox-content-bg, #fff);cursor:default;border-radius:0;z-index:20}.is-loading .fancybox__content{opacity:0}.is-draggable .fancybox__content{cursor:move;cursor:grab}.can-zoom_in .fancybox__content{cursor:zoom-in}.can-zoom_out .fancybox__content{cursor:zoom-out}.is-dragging .fancybox__content{cursor:move;cursor:grabbing}.fancybox__content [data-selectable],.fancybox__content [contenteditable]{cursor:auto}.fancybox__slide.has-image>.fancybox__content{padding:0;background:rgba(0,0,0,0);min-height:1px;background-repeat:no-repeat;background-size:contain;background-position:center center;transition:none;transform:translate3d(0, 0, 0);backface-visibility:hidden}.fancybox__slide.has-image>.fancybox__content>picture>img{width:100%;height:auto;max-height:100%}.is-animating .fancybox__content,.is-dragging .fancybox__content{will-change:transform,width,height}.fancybox-image{margin:auto;display:block;width:100%;height:100%;min-height:0;object-fit:contain;user-select:none;filter:blur(0px)}.fancybox__caption{align-self:center;max-width:100%;flex-shrink:0;margin:0;padding:14px 0 4px 0;overflow-wrap:anywhere;line-height:1.375;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);cursor:auto;visibility:visible}.is-loading .fancybox__caption,.is-closing .fancybox__caption{opacity:0;visibility:hidden}.is-compact .fancybox__caption{padding-bottom:0}.f-button.is-close-btn{--f-button-svg-stroke-width: 2;position:absolute;top:0;right:8px;z-index:40}.fancybox__content>.f-button.is-close-btn{--f-button-width: 34px;--f-button-height: 34px;--f-button-border-radius: 4px;--f-button-color: var(--fancybox-color, #fff);--f-button-hover-color: var(--fancybox-color, #fff);--f-button-bg: transparent;--f-button-hover-bg: transparent;--f-button-active-bg: transparent;--f-button-svg-width: 22px;--f-button-svg-height: 22px;position:absolute;top:-38px;right:0;opacity:.75}.is-loading .fancybox__content>.f-button.is-close-btn{visibility:hidden}.is-zooming-out .fancybox__content>.f-button.is-close-btn{visibility:hidden}.fancybox__content>.f-button.is-close-btn:hover{opacity:1}.fancybox__footer{padding:0;margin:0;position:relative}.fancybox__footer .fancybox__caption{width:100%;padding:24px;opacity:var(--fancybox-opacity, 1);transition:all .25s ease}.is-compact .fancybox__footer{position:absolute;bottom:0;left:0;right:0;z-index:20;background:rgba(24,24,27,.5)}.is-compact .fancybox__footer .fancybox__caption{padding:12px}.is-compact .fancybox__content>.f-button.is-close-btn{--f-button-border-radius: 50%;--f-button-color: #fff;--f-button-hover-color: #fff;--f-button-outline-color: #000;--f-button-bg: rgba(0, 0, 0, 0.6);--f-button-active-bg: rgba(0, 0, 0, 0.6);--f-button-hover-bg: rgba(0, 0, 0, 0.6);--f-button-svg-width: 18px;--f-button-svg-height: 18px;--f-button-svg-filter: none;top:5px;right:5px}.fancybox__nav{--f-button-width: 50px;--f-button-height: 50px;--f-button-border: 0;--f-button-border-radius: 50%;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: transparent;--f-button-hover-bg: rgba(24, 24, 27, 0.3);--f-button-active-bg: rgba(24, 24, 27, 0.5);--f-button-shadow: none;--f-button-transition: all 0.15s ease;--f-button-transform: none;--f-button-svg-width: 26px;--f-button-svg-height: 26px;--f-button-svg-stroke-width: 2.5;--f-button-svg-fill: none;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.5));--f-button-svg-disabled-opacity: 0.65;--f-button-next-pos: 1rem;--f-button-prev-pos: 1rem;opacity:var(--fancybox-opacity, 1)}.fancybox__nav .f-button:before{position:absolute;content:"";top:-30px;right:-20px;left:-20px;bottom:-30px;z-index:1}.is-idle .fancybox__nav{animation:.15s ease-out both f-fadeOut}.is-idle.is-compact .fancybox__footer{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__slide>.f-spinner{position:absolute;top:50%;left:50%;margin:var(--f-spinner-top, calc(var(--f-spinner-width) * -0.5)) 0 0 var(--f-spinner-left, calc(var(--f-spinner-height) * -0.5));z-index:30;cursor:pointer}.fancybox-protected{position:absolute;top:0;left:0;right:0;bottom:0;z-index:40;user-select:none}.fancybox-ghost{position:absolute;top:0;left:0;width:100%;height:100%;min-height:0;object-fit:contain;z-index:40;user-select:none;pointer-events:none}.fancybox-focus-guard{outline:none;opacity:0;position:fixed;pointer-events:none}.fancybox__container:not([aria-hidden]){opacity:0}.fancybox__container.is-animated[aria-hidden=false]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=false] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=false] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-enter-duration, 0.25s) ease .1s backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop{animation:var(--f-backdrop-enter-duration, 0.35s) ease backwards f-fadeIn}.fancybox__container.is-animated[aria-hidden=true]>*:not(.fancybox__backdrop,.fancybox__carousel),.fancybox__container.is-animated[aria-hidden=true] .fancybox__carousel>*:not(.fancybox__viewport),.fancybox__container.is-animated[aria-hidden=true] .fancybox__slide>*:not(.fancybox__content){animation:var(--f-interface-exit-duration, 0.15s) ease forwards f-fadeOut}.fancybox__container.is-animated[aria-hidden=true] .fancybox__backdrop{animation:var(--f-backdrop-exit-duration, 0.35s) ease forwards f-fadeOut}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{max-width:100%;flex-shrink:1;min-height:1px;overflow:visible}.has-iframe .fancybox__content,.has-map .fancybox__content,.has-pdf .fancybox__content{width:calc(100% - 120px);height:90%}.fancybox__container.is-compact .has-iframe .fancybox__content,.fancybox__container.is-compact .has-map .fancybox__content,.fancybox__container.is-compact .has-pdf .fancybox__content{width:100%;height:100%}.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{width:960px;height:540px;max-width:100%;max-height:100%}.has-map .fancybox__content,.has-pdf .fancybox__content,.has-youtube .fancybox__content,.has-vimeo .fancybox__content,.has-html5video .fancybox__content{padding:0;background:rgba(24,24,27,.9);color:#fff}.has-map .fancybox__content{background:#e5e3df}.fancybox__html5video,.fancybox__iframe{border:0;display:block;height:100%;width:100%;background:rgba(0,0,0,0)}.fancybox-placeholder{border:0 !important;clip:rect(1px, 1px, 1px, 1px) !important;-webkit-clip-path:inset(50%) !important;clip-path:inset(50%) !important;height:1px !important;margin:-1px !important;overflow:hidden !important;padding:0 !important;position:absolute !important;width:1px !important;white-space:nowrap !important}.f-carousel__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-outline: 0;--f-thumb-outline-color: #5eb0ef;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1;--f-thumb-border-radius: 2px;--f-thumb-offset: 0px;--f-button-next-pos: 0;--f-button-prev-pos: 0}.f-carousel__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1;--f-thumb-selected-opacity: 1}.f-carousel__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px}.f-thumbs{position:relative;flex:0 0 auto;margin:0;overflow:hidden;-webkit-tap-highlight-color:rgba(0,0,0,0);user-select:none;perspective:1000px;transform:translateZ(0)}.f-thumbs .f-spinner{position:absolute;top:0;left:0;width:100%;height:100%;border-radius:2px;background-image:linear-gradient(#ebeff2, #e2e8f0);z-index:-1}.f-thumbs .f-spinner svg{display:none}.f-thumbs.is-vertical{height:100%}.f-thumbs__viewport{width:100%;height:auto;overflow:hidden;transform:translate3d(0, 0, 0)}.f-thumbs__track{display:flex}.f-thumbs__slide{position:relative;flex:0 0 auto;box-sizing:content-box;display:flex;align-items:center;justify-content:center;padding:0;margin:0;width:var(--f-thumb-width);height:var(--f-thumb-height);overflow:visible;cursor:pointer}.f-thumbs__slide.is-loading img{opacity:0}.is-classic .f-thumbs__viewport{height:100%}.is-modern .f-thumbs__track{width:max-content}.is-modern .f-thumbs__track::before{content:"";position:absolute;top:0;bottom:0;left:calc((var(--f-thumb-clip-width, 0))*-0.5);width:calc(var(--width, 0)*1px + var(--f-thumb-clip-width, 0));cursor:pointer}.is-modern .f-thumbs__slide{width:var(--f-thumb-clip-width);transform:translate3d(calc(var(--shift, 0) * -1px), 0, 0);transition:none;pointer-events:none}.is-modern.is-resting .f-thumbs__slide{transition:transform .33s ease}.is-modern.is-resting .f-thumbs__slide__button{transition:clip-path .33s ease}.is-using-tab .is-modern .f-thumbs__slide:focus-within{filter:drop-shadow(-1px 0px 0px var(--f-thumb-outline-color)) drop-shadow(2px 0px 0px var(--f-thumb-outline-color)) drop-shadow(0px -1px 0px var(--f-thumb-outline-color)) drop-shadow(0px 2px 0px var(--f-thumb-outline-color))}.f-thumbs__slide__button{appearance:none;width:var(--f-thumb-width);height:100%;margin:0 -100% 0 -100%;padding:0;border:0;position:relative;border-radius:var(--f-thumb-border-radius);overflow:hidden;background:rgba(0,0,0,0);outline:none;cursor:pointer;pointer-events:auto;touch-action:manipulation;opacity:var(--f-thumb-opacity);transition:opacity .2s ease}.f-thumbs__slide__button:hover{opacity:var(--f-thumb-hover-opacity)}.f-thumbs__slide__button:focus:not(:focus-visible){outline:none}.f-thumbs__slide__button:focus-visible{outline:none;opacity:var(--f-thumb-selected-opacity)}.is-modern .f-thumbs__slide__button{--clip-path: inset( 0 calc( ((var(--f-thumb-width, 0) - var(--f-thumb-clip-width, 0))) * (1 - var(--progress, 0)) * 0.5 ) round var(--f-thumb-border-radius, 0) );clip-path:var(--clip-path)}.is-classic .is-nav-selected .f-thumbs__slide__button{opacity:var(--f-thumb-selected-opacity)}.is-classic .is-nav-selected .f-thumbs__slide__button::after{content:"";position:absolute;top:0;left:0;right:0;height:auto;bottom:0;border:var(--f-thumb-outline, 0) solid var(--f-thumb-outline-color, transparent);border-radius:var(--f-thumb-border-radius);animation:f-fadeIn .2s ease-out;z-index:10}.f-thumbs__slide__img{overflow:hidden;position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;margin:0;padding:var(--f-thumb-offset);box-sizing:border-box;pointer-events:none;object-fit:cover;border-radius:var(--f-thumb-border-radius)}.f-thumbs.is-horizontal .f-thumbs__track{padding:8px 0 12px 0}.f-thumbs.is-horizontal .f-thumbs__slide{margin:0 var(--f-thumb-gap) 0 0}.f-thumbs.is-vertical .f-thumbs__track{flex-wrap:wrap;padding:0 8px}.f-thumbs.is-vertical .f-thumbs__slide{margin:0 0 var(--f-thumb-gap) 0}.fancybox__thumbs{--f-thumb-width: 96px;--f-thumb-height: 72px;--f-thumb-border-radius: 2px;--f-thumb-outline: 2px;--f-thumb-outline-color: #ededed;position:relative;opacity:var(--fancybox-opacity, 1);transition:max-height .35s cubic-bezier(0.23, 1, 0.32, 1)}.fancybox__thumbs.is-classic{--f-thumb-gap: 8px;--f-thumb-opacity: 0.5;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-classic .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-modern{--f-thumb-gap: 4px;--f-thumb-extra-gap: 16px;--f-thumb-clip-width: 46px;--f-thumb-opacity: 1;--f-thumb-hover-opacity: 1}.fancybox__thumbs.is-modern .f-spinner{background-image:linear-gradient(rgba(255, 255, 255, 0.1), rgba(255, 255, 255, 0.05))}.fancybox__thumbs.is-horizontal{padding:0 var(--f-thumb-gap)}.fancybox__thumbs.is-vertical{padding:var(--f-thumb-gap) 0}.is-compact .fancybox__thumbs{--f-thumb-width: 64px;--f-thumb-clip-width: 32px;--f-thumb-height: 48px;--f-thumb-extra-gap: 10px}.fancybox__thumbs.is-masked{max-height:0px !important}.is-closing .fancybox__thumbs{transition:none !important}.fancybox__toolbar{--f-progress-color: var(--fancybox-color, rgba(255, 255, 255, 0.94));--f-button-width: 46px;--f-button-height: 46px;--f-button-color: var(--fancybox-color);--f-button-hover-color: var(--fancybox-hover-color);--f-button-bg: rgba(24, 24, 27, 0.65);--f-button-hover-bg: rgba(70, 70, 73, 0.65);--f-button-active-bg: rgba(90, 90, 93, 0.65);--f-button-border-radius: 0;--f-button-svg-width: 24px;--f-button-svg-height: 24px;--f-button-svg-stroke-width: 1.5;--f-button-svg-filter: drop-shadow(1px 1px 1px rgba(24, 24, 27, 0.15));--f-button-svg-fill: none;--f-button-svg-disabled-opacity: 0.65;display:flex;flex-direction:row;justify-content:space-between;margin:0;padding:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI Adjusted","Segoe UI","Liberation Sans",sans-serif;color:var(--fancybox-color, currentColor);opacity:var(--fancybox-opacity, 1);text-shadow:var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.5));pointer-events:none;z-index:20}.fancybox__toolbar :focus-visible{z-index:1}.fancybox__toolbar.is-absolute,.is-compact .fancybox__toolbar{position:absolute;top:0;left:0;right:0}.is-idle .fancybox__toolbar{pointer-events:none;animation:.15s ease-out both f-fadeOut}.fancybox__toolbar__column{display:flex;flex-direction:row;flex-wrap:wrap;align-content:flex-start}.fancybox__toolbar__column.is-left,.fancybox__toolbar__column.is-right{flex-grow:1;flex-basis:0}.fancybox__toolbar__column.is-right{display:flex;justify-content:flex-end;flex-wrap:nowrap}.fancybox__infobar{padding:0 5px;line-height:var(--f-button-height);text-align:center;font-size:17px;font-variant-numeric:tabular-nums;-webkit-font-smoothing:subpixel-antialiased;cursor:default;user-select:none}.fancybox__infobar span{padding:0 5px}.fancybox__infobar:not(:first-child):not(:last-child){background:var(--f-button-bg)}[data-fancybox-toggle-slideshow]{position:relative}[data-fancybox-toggle-slideshow] .f-progress{height:100%;opacity:.3}[data-fancybox-toggle-slideshow] svg g:first-child{display:flex}[data-fancybox-toggle-slideshow] svg g:last-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:first-child{display:none}.has-slideshow [data-fancybox-toggle-slideshow] svg g:last-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:first-child{display:flex}[data-fancybox-toggle-fullscreen] svg g:last-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:first-child{display:none}:fullscreen [data-fancybox-toggle-fullscreen] svg g:last-child{display:flex}.f-progress{position:absolute;top:0;left:0;right:0;height:3px;transform:scaleX(0);transform-origin:0;transition-property:transform;transition-timing-function:linear;background:var(--f-progress-color, var(--f-carousel-theme-color, #0091ff));z-index:30;user-select:none;pointer-events:none}
/* End */


/* Start:/local/templates/index/css/style_ivm.css?17816854043154*/
/* 2024.07.08 */
@media(max-width:560px){
    .general__row .with_adaptive iframe,
    .general__row .with_adaptive img
    {
        width: 100%;
        height: auto;
    }
}
/* 2024.07.08 */
/* 2024.07.10*/
.error_page__bg{
    position: relative;
}
.page_404 .general__sidebar,
.page_404 .general__rows .general__row
{
    display: none;
}
.general__main.page_404 {
    padding:0;
}
.general__container.page_404 {
    margin:0;
    padding: 0;
    max-width: unset;
}
.page_404 .general__content{
    width: 100%;
}
.page_404 .general__main_in{
    display: block;
}
.page_404 .general__main_in .general__rows{
    display: block;
}
.page_404 + footer{
    display: none;
}
@media(max-width:1024px){
    
    .page_404 + footer{
        display: block;
    }
}
/* 2024.07.10*/
/* 2024.07.15*/


.general__paragraphs a{
    color: #004ff2;
}


/* 2024.07.15*/

/* .advertisement */
.advertisement {
    position: relative;
}

.advertisement-float {
  position: absolute;
  top: 5px;
  right: 5px;
  z-index: 1;
  cursor: pointer;
  display: block;
}

.advertisement-float::before {
  content: 'Реклама';
  font-size: 11px;
  font-weight: 400;
  line-height: 16px;
  color: #fff;
  background-color: rgba(3,8,13,0.49);
  border-radius: 6px;
  text-align: center;
  padding: 0 6px;
  text-transform: lowercase;
  display: block;
}

.advertisement-float__data {
  display: none;
  position: absolute;
  right: 0;
  width: max-content;
  max-width: 250px;
  background-color: #fff;
  padding: 10px 5px;
  color: #5f5f5f;
  font-size: 14px;
  text-align: center;
}

.advertisement-float:hover .advertisement-float__data{
  display: block;
}
/* / .advertisement */

@media (max-width: 768px) {
    .grid_news__in {
        grid-auto-rows: 1fr;
    }
}

.general-index-five-elements .card_backgrounded__title,
.general__row_investments .card_backgrounded__title {
    font-size: 14px;
    -webkit-line-clamp: 3;
}

/* 2024.09.05 */

.card_regular__image.height240px{
    height: 240px;
}
.card_regular__image.height240px picture,
.card_regular__image.height240px img{
    height: 100%;
}

/* 2024.09.05 */

.card_huge__title {
    font-size: 22px;
}

.card_smallest__title {
    font-size: 16px;
}

.card_middle__title {
    font-size: 16px;
}

.card_backgrounded__title {
    font-size: 16px;
}

.card_regular__title {
    font-size: 16px;
}

.card_one_lined__title {
    font-size: 16px;
}

.card_backgrounded--reversed .card_backgrounded__title {
    font-size: 18px;
}

.legal_issues__items .card_middle__title {
    font-size: 16px;
}

.feed__subtitle {
    font-size: 16px;
}

.feed__item_name {
    font-size: 16px;
}
/* 16.06.2026 */
.tophead_banner_image .advertisement-float{
    top: unset;
    bottom: 5px;
    right: unset;
    left: 5px;
}
.tophead_banner_image .advertisement-float__data{
    top: -55px;
    right: -260px;
}
@media(max-width: 400px){
    .tophead_banner_image .advertisement-float__data{
        right: -220px;
    }
}
/* 16.06.2026 */

/* End */


/* Start:/local/templates/index/components/bitrix/search.page/search-header/style.css?17161908952276*/
div.search-tags-chain a {margin:2px;}
div.search-tags-chain a.search-tags-link {color:#333333; font-size:90%; text-decoration:none;color:#535353;}
div.search-tags-cloud a {white-space: normal;}

div.search-advanced { overflow: hidden; margin: 0.5em 0; zoom:1;}
div.search-advanced-result { float: left; width:70%;}
div.search-advanced-filter { float: right; }
div.search-advanced-filter a { outline: none;}

div.search-item { margin: 0 0 1.5em; padding: 0 0 1.5em; border-bottom: 1px solid;}
div.search-item h4 { font-size: 140%; font-weight: normal; line-height: 1.2; margin: 1.3em 0 0.4em;}
div.search-item h4 a { text-decoration:none;}
div.search-item h4 img { border:0px;vertical-align:middle;}
div.search-item h4 span { vertical-align:middle;text-decoration:underline;}
div.search-result { margin: 0;}
div.search-preview {margin: 0.5em 0;}

div.search-item-meta { margin: 1em 0 0 0; overflow: hidden; zoom: 1;}
div.search-item-rate { float: left; margin: -3px 6px 0 0;}
div.search-item-tags { float: left; }
div.search-item-date { float: right;}

div.search-page input.search-query {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-suggest {width: 99%; border: 1px solid; font-size:1.3em;}
div.search-page input.search-button { font-size: 1.2em; }

div.search-filter h2 { margin:1em 0 0.5em; border: none;}
table.search-filter { width: 100%;  margin-top: 0.5em;}
table.search-filter td { padding: 1em; border-top: 1px solid;}
td.search-filter-name { width: 10%; text-align: right;}
td.search-filter-field { width: 50%;}

table.search-filter input.input-field { border: 1px solid; font-size:1.3em; }
table.search-filter select.select-field {border: 1px solid; font-size:1.2em; }

div.search-sorting { margin: 0.5em 0;}
div.search-sorting b { padding: 0.2em 0.3em 0.3em ; font-weight: normal;}
/* COLORS */
div.search-item, table.search-filter td { border-color: #E9E9E9;}
div.search-page input.search-query, div.search-page input.search-suggest, table.search-filter input.input-field, table.search-filter select.select-field { background: #F8F7F7; border-color: #D9D9D9; }
div.search-advanced, div.search-item-meta, div.search-item-meta a { color: #8a8a8a; }
div.search-sorting b { background: #e8e9ec; }

.search-item-rate {font-size: 11px;}

/* End */


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

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

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

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

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


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




/* End */


/* Start:/local/templates/index/components/bitrix/breadcrumb/.default/style.css?1720017266585*/
.bx-breadcrumb {
	margin: 10px 0;
}
.bx-breadcrumb i {
	color: #b5bdc2;
	line-height: 13px;
	font-size: 12px;
	vertical-align: middle;
	margin-right: 5px;
}
.bx-breadcrumb .bx-breadcrumb-item {
	float: left;
	margin-bottom: 10px;
	white-space: nowrap;
	line-height: 13px;
	vertical-align: middle;
	margin-right: 10px;
}
.bx-breadcrumb .bx-breadcrumb-item span {
	font-family: "Open Sans", Arial, "Helvetica Neue", Helvetica, sans-serif;
	font-size: 13px;
	white-space: normal;
}
.bx-breadcrumb .bx-breadcrumb-item a {border-bottom: none;}
.bx-breadcrumb .bx-breadcrumb-item a:hover {}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/news-slider/style.css?1716190894150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/junior/style.css?1718005035150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/actual-list-sidebar/style.css?1716284344150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/news-sidebar-list/style.css?1716285213150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


/* Start:/local/templates/index/components/bitrix/news.list/sidebar-list/style.css?1716299456150*/
div.news-list
{
	word-wrap: break-word;
}
div.news-list img.preview_picture
{
	float:left;
	margin:0 4px 6px 0;
}
.news-date-time {
	color:#486DAA;
}

/* End */


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

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

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

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

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


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




/* End */


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

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

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

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

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


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




/* End */


/* Start:/local/templates/index/components/bitrix/menu/footer-menu-mobile/style.css?1716359100581*/
/* Left menu*/
ul.left-menu
{
	list-style:none;
	margin:0; padding:0;
	margin-bottom:8px;
	position: relative; /*IE bug*/
}

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

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

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

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


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




/* End */


/* Start:/local/templates/index/styles.css?17201952311784*/
.news-detail,
.general__paragraphs {
    line-height: 1.4;
    
    img[align=left] {
        margin: 0 10px 15px 0;
    }
    
    img[align=right] {
        margin: 0 0 15px 10px;
    }


    table {
        border-collapse: collapse;
        border: 1px solid grey;
        width: 100%;
        margin-bottom: 16px;
    }

    tr {
        background: #fff;
        color: #212529;
        transition: all 0.1s ease-in;
    }

    tr:hover {
        background: grey;
        color: #fff;
    }

    th, td {
        border: 1px solid grey;
        padding: 10px 10px;
    }

    p {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    abbr[title], abbr[data-original-title] {
        text-decoration: underline;
        -webkit-text-decoration: underline dotted;
        text-decoration: underline dotted;
        cursor: help;
        border-bottom: 0;
        -webkit-text-decoration-skip-ink: none;
        text-decoration-skip-ink: none;
    }

    address {
        margin-bottom: 1rem;
        font-style: normal;
        line-height: inherit;
    }

    ol, ul, dl {
        margin-top: 0;
        margin-bottom: 1rem;
    }

    ol ol, ul ul, ol ul, ul ol {
        margin-bottom: 0;
    }

    dt {
        font-weight: 700;
    }

    dd {
        margin-bottom: .5rem;
        margin-left: 0;
    }

    blockquote {
        margin: 0 0 1rem;
    }

    b, strong {
        font-weight: bolder;
    }

    small {
        font-size: 80%;
    }

    sub, sup {
        position: relative;
        font-size: 75%;
        line-height: 0;
        vertical-align: baseline;
    }

    sub {
        bottom: -.25em;
    }

    sup {
        top: -.5em;
    }

}
/* End */


/* Start:/local/templates/index/template_styles.css?171637995499*/
#alx_feed_back_FID1.alx_feed_back, #afbf_err_FID1.alx-feedb-error {
    width: 100% !important;
}
/* End */
/* /local/templates/index/css/style.css?1756295644122176 */
/* /local/templates/index/css/fancybox.css?171802399725343 */
/* /local/templates/index/css/style_ivm.css?17816854043154 */
/* /local/templates/index/components/bitrix/search.page/search-header/style.css?17161908952276 */
/* /local/templates/index/components/bitrix/menu/top-menu/style.css?1716190889581 */
/* /local/templates/index/components/bitrix/breadcrumb/.default/style.css?1720017266585 */
/* /local/templates/index/components/bitrix/news.list/news-slider/style.css?1716190894150 */
/* /local/templates/index/components/bitrix/news.list/junior/style.css?1718005035150 */
/* /local/templates/index/components/bitrix/news.list/actual-list-sidebar/style.css?1716284344150 */
/* /local/templates/index/components/bitrix/news.list/news-sidebar-list/style.css?1716285213150 */
/* /local/templates/index/components/bitrix/news.list/sidebar-list/style.css?1716299456150 */
/* /local/templates/index/components/bitrix/menu/footer-left-menu/style.css?1716359122581 */
/* /local/templates/index/components/bitrix/menu/footer-menu/style.css?1716359100581 */
/* /local/templates/index/components/bitrix/menu/footer-menu-mobile/style.css?1716359100581 */
/* /local/templates/index/styles.css?17201952311784 */
/* /local/templates/index/template_styles.css?171637995499 */
