/*! 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: 3em;
  margin: 0.67em 0;
}

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

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

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

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 100%;
}

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

.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;
  padding: 0;
  white-space: nowrap;
  display: flex;
  flex-wrap: nowrap;
  will-change: transform;
}

.glide__slides--dragging {
  user-select: none;
}

.glide__slide {
  width: 100%;
  height: 100%;
  flex-shrink: 0;
  white-space: normal;
  user-select: none;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-select: none;
  -ms-user-select: none;
}

.glide__arrows {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide__bullets {
  -webkit-touch-callout: none;
  user-select: none;
}

.glide--rtl {
  direction: rtl;
}

@font-face {
  font-family: "Hauss";
  src: url("webfont.woff") format("woff"), url("webfont.woff2") format("woff2");
}

body {
  font-family: "Hauss", sans-serif;
}

body,
html {
  scroll-behavior: smooth;
}

.center {
  width: 100%;
  max-width: 1560px;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
  box-sizing: border-box;
}

.content__wrap-in {
  display: flex;
}

.content__main {
  width: calc(100% - 335px - 60px);
}

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

.content__aside {
  width: 335px;
  margin-left: 60px;
}

.global__block-title {
  color: #191919;
  font-size: 32px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.92px;
}

.content__aside .adv-banner__in {
  padding-left: 0;
  padding-right: 0;
}

.content__row {
  display: flex;
  justify-content: space-between;
}

.content__row:not(:last-child) {
  margin-bottom: 40px;
}

.content__row-small {
  width: 335px;
}

.content__row-big {
  width: calc(100% - 335px - 60px);
}

.content__row-small .news-list__item {
  width: 100%;
}

.content__row-big .news-list__item {
  width: 100%;
}

.content__row-big_row {
  display: flex;
  gap: 60px;
}

.content__row-big_item {
  width: calc(50% - 30px);
}

.content__aside--no_padding_top .adv-banner:first-child {
  padding-top: 0;
}

.single-course__in {
  padding-bottom: 40px;
  border-bottom: 1px solid #180D2F;
}

.single-course__in:not(:last-child) {
  margin-bottom: 60px;
}

.single-course__image {
  font-size: 0;
  margin-bottom: 60px;
}

.single-course__title {
  margin-bottom: 20px;
}

.single-course__text {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 32px */
  letter-spacing: 0.64px;
  margin-bottom: 60px;
}

.single-course__text--edge {
  margin-bottom: 0;
}

.single-course__text strong {
  font-weight: 800;
}

.single-course__text ul {
  padding-left: 20px;
}

.single-course__text ul li:not(:last-child) {
  margin-bottom: 10px;
}

.single-course__subtitle {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 720;
  line-height: 120%;
  /* 32px */
  letter-spacing: 0.64px;
  padding-bottom: 20px;
}

.content__row .news-list--smallMargin:last-child {
  margin-bottom: 0;
}

.header {
  background: #180D2F;
  padding-top: 16px;
  padding-bottom: 16px;
  position: relative;
}

.header__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 10;
}

.header__logo {
  display: block;
  width: 40px;
  height: 58px;
}

.header__left,
.header__region {
  display: flex;
  align-items: center;
}

.header__region {
  margin-left: 40px;
}

.header__region-left {
  color: #6D6C6C;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
}

.header__region-dropdown {
  margin-left: 10px;
  position: relative;
  padding-top: 12px;
  padding-bottom: 12px;
}

.header__region-dropdown .active {
  color: #fff;
  display: flex;
  align-items: center;
  user-select: none;
  cursor: pointer;
}

.header__region-dropdown .active span {
  margin-right: 10px;
}

.header__region-dropdown .active:after {
  content: "";
  display: block;
  width: 9px;
  height: 18px;
  background: url("../img/arrow.svg") 50% 50%/cover no-repeat;
  transition: all 0.3s ease;
}

.header__region-dropdown .dropdown {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 100%;
  right: 0;
  padding: 8px 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  text-decoration: none;
  transition: all 0.3s ease;
}

.header__region-dropdown .dropdown a {
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.48px;
  transition: all 0.3s ease;
  display: block;
  text-decoration: none;
}

.header__region-dropdown .dropdown a:hover {
  color: #FF002E;
}

.header__region-dropdown .dropdown a:not(:last-child) {
  margin-bottom: 8px;
}

.header__region-dropdown.isActive .dropdown {
  opacity: 1;
  visibility: visible;
}

.header__region-dropdown.isActive .active:after {
  transform: rotate(180deg);
}

.header__menu {
  display: flex;
  align-items: center;
  list-style: none;
}

.header__menu > li:not(:last-child) {
  margin-right: 82px;
}

.header__menu > li > a {
  color: #fff;
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
  text-decoration: none;
  transition: all 0.3s ease;
}

.header__menu > li > a:hover {
  color: #ff002e;
}

.header__right {
  display: flex;
  align-items: center;
}

.header__search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  transition: all 0.3s ease;
  background: #180D2F;
  box-sizing: border-box;
}

.header__search-line-active {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #fff;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.header__search-line-to-active {
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  height: 1px;
  background: #fff;
  transition: all 0.3s ease;
}

.header__search button {
  padding: 0;
  margin: 0 20px 0 0;
  background: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.header__search input {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  width: calc(100% - 36px);
}

.header__search input,
.header__search input::placeholder {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
  color: #ffffff;
}

.header__search input:focus {
  opacity: 1;
}

.header__search input:focus + button {
  opacity: 1;
}

.header__search input:focus ~ .header__search-line-active {
  left: 100%;
}

.header__search input:focus ~ .header__search-line-to-active {
  right: 0;
}

.header__socials {
  margin-left: 50px;
  display: flex;
  align-items: center;
}

.header__social {
  display: block;
  font-size: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.header__social:not(:last-child) {
  margin-right: 14px;
}

.header__social--vk {
  background: #005be3;
}

.header__social--ok {
  background: #ff7a00;
}

.header__social--tg {
  background: #2da4fb;
}

.header__social:hover {
  background: #FF002E;
}

.header__burger_opener {
  display: flex;
  flex-direction: column;
  gap: 6px;
  width: 22px;
}

.header__burger_opener div {
  background: #FFF;
  height: 2px;
}

.header__burger {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  z-index: 9;
  background: #180D2F;
  height: 0;
  overflow: hidden;
  transition: all 0.3s ease;
}

.header__burger.isOpened {
  height: calc(100vh - 100%);
}

.header__burger_in {
  height: 100%;
  overflow: auto;
  padding: 16px 8px;
  box-sizing: border-box;
}

.header__burger_menus {
  margin-bottom: 30px;
}

.header__burger_menu:not(:last-child) {
  margin-bottom: 30px;
}

.header__burger_menu ul {
  padding: 0;
  margin: 0;
  list-style: none;
}

.header__burger_menu li:not(:last-child) {
  margin-bottom: 20px;
}

.header__burger_menu a {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  letter-spacing: 0.56px;
  text-decoration: none;
}

.header__burger_phone .title {
  display: flex;
  align-items: center;
}

.header__burger_phone .icon {
  width: 12px;
  font-size: 0;
  margin-right: 8px;
}

.header__burger_phone .text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 180%;
  letter-spacing: 0.48px;
}

.header__burger_phone .phone {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin-top: 8px;
}

.adv-banner {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 0;
}

.adv-banner {

  padding: 0;              /* или оставить, если нужно */

  min-height: 250px;       /* для десктопа */

}
@media (max-width: 768px) {

  .adv-banner {

    min-height: 350px;     /* для мобильных */

  }

}



.adv-banner__in img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  min-height: 195px;
}

.content__wrap-in > .adv-banner .adv-banner__in {
  padding: 0;
}

.hero-banner {
  position: relative;
  padding: 40px;
  box-sizing: border-box;
  overflow: hidden;
}

.hero-banner--big {
  min-height: 520px;
}

.hero-banner--small {
  min-height: 100%;
}

.hero-banner--info_small {
  padding: 20px;
}

.hero-banner__image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  font-size: 0;
  z-index: 1;
  pointer-events: none;
  transition: all 0.3s ease;
}

.hero-banner__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.hero-banner:hover .hero-banner__image {
  transform: scale(1.1);
}

.hero-banner__in {
  z-index: 3;
}

.hero-banner--info_small .hero-banner__in {
  left: 20px;
  right: 20px;
  bottom: 20px;
  top: 20px;
}

.hero-banner__overlay {
  background: linear-gradient(3deg, #0B0A0A 0%, rgba(11, 10, 10, 0.91) 20.07%, rgba(11, 10, 10, 0.78) 42.21%, rgba(11, 10, 10, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
}

.hero-banner__name {
  color: #FFF;
  font-style: normal;
  font-weight: 600;
  line-height: 1.2;
  text-decoration: none;
}

.hero-banner__name:hover {
  text-decoration: underline;
}

.hero-banner__name--big {
  font-size: 44px;
  letter-spacing: 2.64px;
}

.hero-banner__name--small {
  font-size: 18px;
  letter-spacing: 1.08px;
}

.hero-banner__description {
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.6px;
  margin-top: 18px;
}

.hero-banner__info {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 30px;
  margin-top: 30px;
}

.hero-banner__info--small {
  gap: 20px;
}

.hero-banner__info_item {
  display: flex;
  align-items: center;
  gap: 10px;
}

.hero-banner__info_item--small {
  gap: 8px;
}

.hero-banner__info_item .icon {
  width: 18px;
  font-size: 0;
}

.hero-banner__info_item--small .icon {
  width: 14px;
}

.hero-banner__info_item .text {
  color: #fff;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.64px;
}

.hero-banner__info_item--small .text {
  font-size: 14px;
  letter-spacing: 0.4px;
}

.hero-banner__info_item:not(:first-child) {
  filter: grayscale(1);
}

.hero-banner__info_item:not(:first-child) .text {
  color: rgba(255, 255, 255, 0.6);
}

.hero-banner__mark {
  position: absolute;
  left: 0;
  top: 0;
  font-size: 16px;
  color: #fff;
  font-style: normal;
  font-weight: 500;
  line-height: 120%;
  letter-spacing: 0.64px;
  padding: 5px 12px;
  background: #FF002E;
}

.news-list {
  margin-top: 30px;
  margin-bottom: 40px;
}

.news-list--smallMargin {
  margin-top: 0px;
}

.news-list__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 40px;
}

.news-list__items {
  display: flex;
  gap: 60px;
}

.news-list__items--slider {
  display: block;
  overflow: hidden;
}

.news-list__item {
  width: calc(33.3333333333% - 40px);
}

.news-list__item--slider_item {
  width: 100%;
}

.news-list__item_link {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.news-list__item_image {
  margin-bottom: 17px;
}

.news-list__item_title {
  color: #180D2F;
  leading-trim: both;
  text-edge: cap;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.64px;
  margin-bottom: 18px;
}

.news-list__item:hover .news-list__item_title {
  text-decoration: underline;
}

.news-list__item_text {
  color: #180D2F;
  leading-trim: both;
  text-edge: cap;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.6px;
}

.news-list__info {
  display: flex;
  align-items: center;
  gap: 18px;
  margin-top: 15px;
}

.news-list__info_item {
  display: flex;
  align-items: center;
  gap: 9px;
}

.news-list__info_item .icon {
  width: 15px;
  font-size: 0;
}

.news-list__info_item .text {
  color: #000;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  letter-spacing: 0.48px;
}

.news-list__info_item:not(:first-child) {
  filter: grayscale(1);
}

.news-list__info_item:not(:first-child) .text {
  color: rgba(0, 0, 0, 0.6);
}

.all__link {
  display: flex;
  align-items: center;
  text-decoration: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.all__link:hover {
  opacity: 1;
}

.all__link .text {
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.48px;
  margin-right: 24px;
}

.all__link .arrow {
  width: 28px;
  font-size: 0;
}

.all__link .arrow--slider {
  display: flex;
  width: auto;
}

.all__link .arrow__slider {
  width: 28px;
  height: 28px;
  font-size: 0;
}

.all__link .arrow__slider--prev {
  margin-left: -1px;
}

.info-links__top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 24px;
}

.info-links__top--big_margin {
  margin-bottom: 58px;
}

.info-links__title {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.08px;
}

.info-links__items--with_general {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info-links__item {
  display: flex;
  align-items: flex-start;
  text-decoration: none;
  padding-top: 20px;
  padding-bottom: 20px;
  border-top: 1px solid #180D2F;
}

.info-links__item:last-child {
  border-bottom: 1px solid #180D2F;
}

.info-links__item_image {
  width: 90px;
  font-size: 0;
}

.info-links__item_texts {
  width: calc(100% - 90px - 20px);
  margin-left: 20px;
}

.info-links__item_texts--full {
  width: 100%;
  margin-left: 0;
}

.info-links__items--with_general .info-links__item:first-child {
  border-top: 1px solid #180D2F;
}

.info-links__item_left {
  display: flex;
  align-items: center;
}

.info-links__item_left .icon {
  width: 11px;
  margin-right: 8px;
  font-size: 0;
}

.info-links__item_left .text {
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  line-height: 100%;
  letter-spacing: 0.4px;
}

.info-links__item_title {
  color: #180D2F;
  font-size: 13px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.72px;
}

.info-links__item:hover .info-links__item_title {
  text-decoration: underline;
}

.info-links__item_bottom {
  margin-top: 16px;
  display: flex;
  align-items: center;
  gap: 10px 30px;
}

.courses {
  margin-bottom: 80px;
}

.courses--inner_page {
  width: 100%;
}

.courses__items {
  overflow: hidden;
}

.courses__item {
  position: relative;
  overflow: hidden;
  height: auto;
}

.courses__item_image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
}

.courses__item_image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: 50% 50%;
}

.courses__item_overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  background: linear-gradient(0deg, #111418 0.01%, rgba(17, 21, 25, 0.89) 47.77%, rgba(16, 27, 37, 0) 100%);
}

.courses__item_link {
  position: relative;
  z-index: 3;
  padding: 219px 22px 24px 22px;
  display: block;
  text-decoration: none;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.courses__item_title {
  margin-top: 0;
  margin-bottom: 12px;
  color: #FFF;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 1.08px;
}

.courses__item_text {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.48px;
  margin: 0;
}

.courses__button {
  display: flex;
  border: 1px solid #FFF;
  margin-top: 36px;
  transition: all 0.3s ease;
  cursor: pointer;
}

.courses__button--single {
  margin-top: 0;
  margin-bottom: 36px;
  display: inline-flex;
}

.courses__button--grey {
  border-color: #787088;
}

.courses__item_link:hover .courses__button {
  background: #FF002E;
}

.courses__button-left {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
  letter-spacing: 0.64px;
  padding: 13px;
  text-align: center;
  flex: 1 1 auto;
}

.courses__button--grey .courses__button-left {
  color: #787088;
}

.courses__button-right {
  width: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-left: 1px solid #FFF;
}

.courses__button-right .icon {
  width: 5px;
  font-size: 0;
}

.courses__button--grey .courses__button-right {
  color: #787088;
  border-color: #787088;
}

.courses__button--grey .courses__button-right .icon {
  filter: contrast(0);
}

.courses__button--single:hover {
  background: #FF002E;
  border-color: #FFF;
}

.courses__button--single:hover .courses__button-left {
  color: #FFF;
}

.courses__button--single:hover .courses__button-right {
  border-color: #FFF;
}

.courses__button--single:hover .courses__button-right .icon {
  filter: contrast(1);
}

.courses--noMargin .courses {
  margin-bottom: 0;
}

.emitents__items {
  overflow: hidden;
}

.emitents__item-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-top: 1px solid #180D2F;
  border-bottom: 1px solid #180D2F;
  padding: 15px 0;
  text-decoration: none;
  margin-bottom: 9px;
}

.emitents__item-top_left {
  color: #191919;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 1.08px;
}

.emitents__item-top_right {
  width: 28px;
  font-size: 0;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.emitents__item-top_right:hover {
  opacity: 1;
}

.emitents__bottom_item {
  padding-top: 13px;
  padding-bottom: 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  border-bottom: 1px solid #C3BECD;
  text-decoration: none;
}

.emitents__bottom_item .left {
  display: flex;
  align-items: center;
}

.emitents__bottom_item .icon {
  font-size: 0;
  margin-right: 14px;
  width: 38px;
}

.emitents__bottom_item .name {
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin-bottom: 2px;
}

.emitents__bottom_item .comp {
  color: #6F6B77;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.48px;
}

.emitents__bottom_item .percent {
  color: #219653;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 600;
  line-height: 140%;
  letter-spacing: 0.72px;
  margin-bottom: 2px;
}

.emitents__bottom_item .price {
  color: #6F6B77;
  text-align: right;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.48px;
}

.emitents__bottom_item:hover .name {
  text-decoration: underline;
}

.emitents-page__items {
  margin-bottom: 40px;
}

.footer {
  margin-top: 80px;
  background: #180D2F;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer__in {
  display: flex;
  justify-content: space-between;
  gap: 60px;
}

.footer__column {
  width: calc(25% - 45px);
}

.footer__column--between {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

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

.footer__copyright {
  color: #FFF;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.88px;
  margin-bottom: 30px;
}

.footer__list {
  margin-bottom: 30px;
}

.footer__list_item:not(:last-child) {
  margin-bottom: 13px;
}

.footer__list_item .title {
  color: #6F6B77;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: 5px;
}

.footer__list_item .value {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.footer__text_dark {
  color: #6F6B77;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.6px;
  margin-bottom: 30px;
}

.footer__text_white {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 180%;
  letter-spacing: 0.6px;
}

.footer__menu ul {
  list-style: none;
  margin: 0;
  padding: 0;
}

.footer__menu li:not(:last-child) {
  margin-bottom: 30px;
}

.footer__menu a {
  text-decoration: none;
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
}

.footer__column_title {
  color: #FFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 100%;
  letter-spacing: 0.64px;
  margin-bottom: 30px;
}

.footer__contact {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 20px;
  gap: 8px;
}

.footer__contact .icon {
  width: 12px;
  font-size: 0;
}

.footer__contact .title {
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.footer__contact .value {
  display: block;
  text-decoration: none;
  color: #FFF;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.footer__bottom {
  display: flex;
  align-items: center;
  gap: 18px;
}

.footer__bottom_left {
  border-radius: 2px;
  border: 1px solid #6D6C6C;
  color: #fff;
  padding: 9px 6px;
  text-align: center;
  font-size: 8px;
  font-style: normal;
  font-weight: 700;
  line-height: 100%;
  letter-spacing: 0.32px;
}

.footer__bottom_left span {
  color: inherit;
}

.footer__bottom_right {
  flex: 1 1 auto;
  color: #6F6B77;
  font-size: 8px;
  font-style: normal;
  font-weight: 300;
  line-height: 100%;
  letter-spacing: 0.48px;
}

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

.footer__counters {
  width: 100px;
  font-size: 0;
}

.footer__socials {
  display: flex;
  align-items: center;
}

.footer__social {
  display: block;
  font-size: 0;
  transition: all 0.3s ease;
  border-radius: 50%;
}

.footer__social:not(:last-child) {
  margin-right: 14px;
}

.footer__social--vk {
  background: #005be3;
}

.footer__social--ok {
  background: #ff7a00;
}

.footer__social--tg {
  background: #2da4fb;
}

.footer__social:hover {
  background: #FF002E;
}

.breadcrumbs {
  margin-bottom: 15px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  list-style: none;
  padding-left: 0;
}

.breadcrumbs__item-link {
  color: #6F6B77;
  text-decoration: none;
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
}

.breadcrumbs__item-link-active {
  color: #180D2F;
}

.breadcrumbs__item-separator {
  margin: 0 5px;
}

.pages-list__title {
  font-size: 44px;
  font-style: normal;
  font-weight: 720;
  line-height: 100%;
  color: #180D2F;
  margin-bottom: 15px;
}

.search__answer {
  font-size: 16px;
  font-style: normal;
  font-weight: 720;
  line-height: 100%;
  color: #180D2F;
  margin-bottom: 40px;
}

.search__list {
  margin-bottom: 40px;
}

.search__list-info {
  margin-top: 20px;
}

.search__list-item {
  padding: 21px 0;
  border-top: 1px solid #180D2F;
  border-bottom: 1px solid #180D2F;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-top: -1px;
}

.search__list-item:last-child {
  border-bottom: 1px solid #180D2F;
}

.search__list-item-image {
  max-width: 335px;
}

.search__list-item-description {
  width: calc(100% - 335px - 60px);
  margin-left: 60px;
  padding: 19px 0;
}

.search__list-item-title {
  color: #1B1D31;
  font-size: 18px;
  font-weight: 720;
  line-height: 100%;
  letter-spacing: 1.08px;
  margin-bottom: 17px;
}

.search__list-item-text {
  font-size: 14px;
  font-weight: 400;
  line-height: 100%;
  letter-spacing: 0.48px;
}

.search__button-all {
  border: 1px solid #C3BECD;
  padding: 19px 0;
  text-align: center;
  cursor: pointer;
}

.search__button-all-in {
  max-width: 190px;
  margin: 0 auto;
  position: relative;
  font-size: 16px;
  font-weight: 720;
  line-height: 100%;
  letter-spacing: 0.64px;
  color: #787088;
}

.search__button-all-in::after {
  content: "";
  width: 5px;
  height: 8px;
  background: url("../img/arrow-button-all.svg") 0 0/contain no-repeat;
  position: absolute;
  top: 41%;
  right: 0;
}

.search__list:not(.isOpened) .search__list-item:nth-of-type(n+8) {
  display: none;
}

.page-tabs {
  color: #180D2F;
  margin-bottom: 40px;
}

.page-tabs__item {
  padding: 10px;
  border: 1px solid #787088;
  font-size: 16px;
  font-weight: 720;
  line-height: 100%;
  letter-spacing: 0.64px;
  text-align: center;
  white-space: nowrap;
  position: relative;
  display: inline-block;
}

.page-tabs__list {
  margin: 0;
  display: flex;
  overflow: auto;
  grid-gap: 16px;
  position: relative;
  padding-bottom: 8px;
}

.page-tabs__list::-webkit-scrollbar {
  height: 3px;
  border-radius: 5px;
  width: 10px;
}

.page-tabs__list::-webkit-scrollbar-track {
  background-color: #f1f1f1;
}

.page-tabs__list::-webkit-scrollbar-thumb {
  background-color: #180D2F;
  width: 10px;
  height: 3px;
  border-radius: 5px;
}

.article-page {
  color: #180D2F;
}

.article-page__info {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}

.article-page__info_left {
  display: flex;
  align-items: center;
  grid-gap: 34px;
}

.article-page__info_item {
  display: flex;
  align-items: center;
  grid-gap: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.article-page__info_item .icon {
  display: flex;
}

.article-page__text__image img {
  width: 100%;
}

.article-page__text__bold {
  font-size: 16px;
  font-weight: 720;
  line-height: 150%;
  letter-spacing: 0.64px;
  margin: 60px 0;
}

.article-page__text__bold span,
.article-page__text__bold a {
  color: #FF002E;
  text-decoration: none;
}

.article-page__text__bold a:hover {
  text-decoration: underline;
}

.article-page__text__light {
  padding-bottom: 60px;
  border-bottom: 1px solid #180D2F;
}

.article-page__text__light:first-child h2 {
  margin-top: 0;
}

.article-page__text__light h2 {
  font-size: 32px;
  font-weight: 720;
  line-height: 100%;
  letter-spacing: 1.92px;
  margin-top: 60px;
  margin-bottom: 20px;
}

.article-page__text__light p,
.article-page__text__light ul li {
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  letter-spacing: 0.64px;
}

.article-page__text__light ul {
  padding-left: 20px;
}

.article-page__text__light.min-margin {
  padding-bottom: 40px;
}

.article-page__text__light.min-margin h2 {
  margin-top: 40px;
}

.article-page__text__light.min-margin ul {
  margin: 0;
  display: flex;
  flex-direction: column;
  grid-gap: 10px;
}

.article-page__text__light.hidden-border {
  border: none;
}

.article-page__text__light.middle-weight p {
  font-size: 16px;
  font-weight: 300;
  line-height: 120%;
  letter-spacing: 0.64px;
}

.article-page__banner {
  position: relative;
}

.article-page__banner__in {
  display: flex;
  align-items: center;
  justify-content: space-between;
  background: #180D2F;
  color: #fff;
  font-size: 18px;
  font-weight: 720;
  line-height: 140%;
  letter-spacing: 1.08px;
  padding: 37px 50px;
}

.article-page__banner-button-image {
  display: flex;
}

.article-page__banner__item {
  display: flex;
  align-items: center;
}

.article-page__banner__item:first-child {
  width: 37%;
}

.article-page__banner__item-button {
  display: flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  color: inherit;
  padding: 12px;
  border: 1px solid #C3BECD;
  grid-gap: 10px;
}

.article-page__banner__item-button:first-child {
  margin-right: 46px;
}

.article-page__banner__item.article-banner-image {
  position: absolute;
  bottom: 0;
  right: 50%;
  transform: translate(50%, 0%);
}

.article-page__banner__item.article-banner-image img:last-child {
  display: none;
}

.article-page__slider {
  position: relative;
}

.article-page__slider-item:not(.glide__slide--active) {
  opacity: 0.3;
}

.article-page__slider__arrows .arrow__slider {
  width: 28px;
  height: 28px;
  font-size: 0;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  cursor: pointer;
}

.article-page__slider__arrows .arrow__slider--next {
  left: 70px;
}

.article-page__slider__arrows .arrow__slider--prev {
  right: 70px;
}

.material-chooser {
  margin-bottom: 40px;
  display: flex;
  align-items: center;
}

.material-chooser__left {
  margin-right: 10px;
  color: #6F6B77;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
}

.material-chooser__right {
  position: relative;
}

.material-chooser__selector {
  display: flex;
  align-items: center;
  cursor: pointer;
}

.material-chooser__selector .text {
  color: #180D2F;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 17.6px */
  pointer-events: none;
  user-select: none;
}

.material-chooser__selector .arrow {
  margin-left: 10px;
  pointer-events: none;
  transition: all 0.3s ease;
}

.material-chooser__dropdown {
  z-index: 10;
  list-style: none;
  position: absolute;
  top: calc(100% + 12px);
  left: 100%;
  display: flex;
  padding: 8px 10px;
  flex-direction: column;
  gap: 10px;
  background: #FFF;
  box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.05);
  transform: translateX(-50%);
  margin: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.3s ease;
}

.material-chooser__dropdown-item a {
  white-space: nowrap;
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  /* 13.2px */
  letter-spacing: 0.48px;
  display: block;
  text-decoration: none;
}

.material-chooser__dropdown-item a:hover {
  color: #FF002E;
}

.material-chooser__selector.isOpened .arrow {
  transform: rotate(180deg);
}

.material-chooser__selector.isOpened + .material-chooser__dropdown {
  opacity: 1;
  visibility: visible;
}

.emitents-tabs__titles {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #C3BECD;
  position: relative;
  margin-bottom: 33px;
}

.emitents-tabs__title {
  min-width: 139px;
  padding: 16px;
  box-sizing: border-box;
  text-align: center;
  color: #6F6B77;
  font-size: 18px;
  font-style: normal;
  font-weight: 720;
  line-height: 140%;
  cursor: pointer;
  transition: all 0.3s ease;
  user-select: none;
}

.emitents-tabs__title--active {
  color: #180D2F;
}

.emitents-tabs__titles_line {
  position: absolute;
  height: 1px;
  bottom: -1px;
  background: #FF002E;
  transition: all 0.3s ease;
}

.emitents-tabs__block:not(.emitents-tabs__block--active) {
  display: none;
}

.emitents-tabs__block_tags {
  display: flex;
  align-items: center;
  padding: 0;
  margin: 0;
  list-style: none;
  margin-bottom: 37px;
  gap: 10px;
}

.emitents-tabs__block_tag {
  padding: 7px 16px;
  background: #F3F3F3;
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
}

.emitents-tabs__block_tag--active {
  background: #180D2F;
  color: #fff;
}

.single__main-stat {
  margin-bottom: 30px;
  color: #787088;
  font-size: 32px;
  font-style: normal;
  font-weight: 720;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 1.92px;
  display: flex;
  align-items: center;
}

.single__main-stat .middle {
  color: #180D2F;
  margin-left: 20px;
}

.single__main-stat .right {
  color: #38A743;
  margin-left: 7px;
}

.magazine__buttons {
  display: flex;
  align-items: center;
  gap: 20px 215px;
  margin-bottom: 40px;
}

.magazine__button {
  display: flex;
  align-items: center;
  gap: 20px;
  cursor: pointer;
  text-decoration: none;
}

.magazine__button .icon {
  max-width: 18px;
  min-width: 15px;
  font-size: 0;
}

.magazine__button .text {
  color: #787088;
  font-size: 16px;
  font-style: normal;
  font-weight: 720;
  line-height: 140%;
  letter-spacing: 0.64px;
}

.magazine__items {
  font-size: 0;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-gap: 40px 60px;
}

.single-stat {
  padding: 30px;
  margin-bottom: 60px;
  border: 1px solid #C6C6C6;
}

.single-stat__titles {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 30px;
}

.single-stat__title {
  padding: 7px 16px 8px 16px;
  background: #ECEAF0;
  color: #180D2F;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 180%;
  /* 21.6px */
  letter-spacing: 0.48px;
  cursor: pointer;
}

.single-stat__title--active {
  background: #180D2F;
  color: #fff;
}

.single-stat__image {
  font-size: 0;
}

.single-stat__image:not(.single-stat__image--active) {
  display: none;
}

.single-emitent-about {
  margin-bottom: 60px;
}

.single-emitent-about__title {
  color: #191919;
  font-size: 32px;
  font-style: normal;
  font-weight: 720;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 1.92px;
  margin-bottom: 20px;
}

.single-emitent-about__text {
  color: #191919;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 120%;
  /* 32px */
  letter-spacing: 0.64px;
}

.single-emitent-article__title {
  color: #180D2F;
  font-size: 44px;
  font-style: normal;
  font-weight: 720;
  line-height: 120%;
  /* 52.8px */
  letter-spacing: 2.64px;
  margin-bottom: 30px;
}

.single-emitent-article__shields {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 32px;
}

.single-emitent-article__shields .left {
  display: flex;
  align-items: center;
  gap: 34px;
}

.single-emitent-article__shields .hero-banner__info_item {
  filter: none;
}

.single-emitent-article__shields .hero-banner__info_item .text {
  color: #180d2f;
}

.security-papers {
  margin-bottom: 60px;
}

.security-papers__title {
  margin-bottom: 20px;
  color: #191919;
  font-size: 32px;
  font-style: normal;
  font-weight: 720;
  line-height: 140%;
  /* 44.8px */
  letter-spacing: 1.92px;
}

.security-papers__items {
  border-top: 1px solid #C3BECD;
}

.security-papers__items .emitents__bottom_item .right {
  display: flex;
  align-items: center;
  gap: 30px;
}

.up_button {
  width: 42px;
  height: 42px;
  background: #FF002E;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  right: 70px;
  bottom: 480px;
  transition: all 0.3s ease;
}

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

.up_button__in {
  width: 16px;
  font-size: 0;
}

.mobile_search__search {
  display: flex;
  flex-direction: row-reverse;
  align-items: center;
  padding-bottom: 8px;
  position: relative;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

.mobile_search__search-line-active {
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  height: 1px;
  background: #787088;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.mobile_search__search-line-to-active {
  position: absolute;
  top: 100%;
  left: 0;
  right: 100%;
  height: 1px;
  background: #787088;
  transition: all 0.3s ease;
}

.mobile_search__search button {
  padding: 0;
  margin: 0 20px 0 0;
  background: transparent;
  border: none;
  font-size: 0;
  cursor: pointer;
  outline: none;
  opacity: 0.5;
  transition: all 0.3s ease;
}

.mobile_search__search input {
  padding: 0;
  margin: 0;
  background: transparent;
  border: none;
  outline: none;
  opacity: 0.5;
  transition: all 0.3s ease;
  width: calc(100% - 36px);
}

.mobile_search__search input,
.mobile_search__search input::placeholder {
  font-size: 16px;
  line-height: 110%;
  letter-spacing: 0.64px;
  color: #180D2F;
}

.mobile_search__search input:focus {
  opacity: 1;
}

.mobile_search__search input:focus + button {
  opacity: 1;
}

.mobile_search__search input:focus ~ .header__search-line-active {
  left: 100%;
}

.mobile_search__search input:focus ~ .header__search-line-to-active {
  right: 0;
}

@media all and (min-width: 961px) {
  .info-links__items--with_general .info-links__item {
    width: calc(50% - 30px);
    border-bottom: 1px solid #180D2F;
    border-top: none;
  }

  .info-links__items--with_general .info-links__item:first-child {
    width: 100%;
    margin-bottom: -1px;
    border-bottom: 1px solid #180D2F;
    flex-direction: row-reverse;
    align-items: center;
  }

  .info-links__items--with_general .info-links__item:not(:first-child) .info-links__item_image {
    display: none;
  }

  .info-links__items--with_general .info-links__item:first-child .info-links__item_image {
    width: 200px;
  }

  .info-links__item_texts {
    margin-left: 14px;
  }

  .info-links__items--with_general .info-links__item:not(:first-child) .info-links__item_texts {
    width: 100%;
    margin-left: 0;
  }

  .info-links__items--with_general .info-links__item:first-child .info-links__item_texts {
    width: calc(100% - 200px - 20px);
  }

  .info-links__items--with_general .info-links__item:first-child .info-links__item_texts {
    margin-left: 0;
    margin-right: 20px;
    font-size: 18px;
    letter-spacing: 1.08px;
  }

  .info-links__items--with_general .info-links__item:first-child .info-links__item_title {
    font-size: 18px;
    letter-spacing: 1.08px;
  }

  .info-links__items--with_general .info-links__item:first-child .info-links__item_bottom {
    display: none;
  }
}

@media all and (min-width: 1281px) {
  .general__spacer {
    height: 40px;
  }

  .hide_on_desktop {
    display: none !important;
  }

  .single-course .courses__button {
    margin-bottom: 90px;
  }

  .content__aside .adv-banner {
    padding-bottom: 0;
  }

  .content__aside .info-links:last-child {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .hasMarginTop {
    margin-top: 40px;
  }

  .content__main--courses .content__row {
    margin-bottom: 0;
  }

  .header__search {
    width: 197px;
  }

  .hero-banner__in {
    position: absolute;
    top: 40px;
    left: 40px;
    right: 40px;
    bottom: 40px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .emitents-page__items {
    margin-bottom: 30px;
  }

  .emitents-page__items .emitents__bottom_item .name {
    font-size: 18px;
  }

  .emitents-page__items .emitents__bottom_item .percent {
    font-size: 18px;
  }

  .emitents-page__items .emitents__bottom_item .icon {
    width: 60px;
    height: 60px;
  }

  .emitents-page__items .emitents__bottom_item .icon img {
    width: 100%;
    height: 100%;
  }

  .mobile_search__search {
    width: 197px;
  }
}

@media all and (max-width: 1280px) {
  .center {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content__wrap-in {
    display: block;
  }

  .content__main {
    width: 100%;
  }

  .content__aside {
    width: 100%;
    margin-left: 0;
  }

  .global__block-title {
    font-size: 17px;
    letter-spacing: 1.02px;
  }

  .hide_on_tablet {
    display: none !important;
  }

  .single-course__in {
    padding-bottom: 0;
  }

  .single-course__in:not(:last-child) {
    margin-bottom: 20px;
  }

  .single-course__image {
    margin-bottom: 40px;
  }

  .single-course__text {
    font-size: 14px;
    margin-bottom: 18px;
  }

  .single-course__subtitle {
    font-size: 14px;
  }

  .content__aside {
    padding-left: 12px;
    padding-right: 12px;
    box-sizing: border-box;
  }

  .content__wrap-in.center .content__aside {
    padding-left: 0;
    padding-right: 0;
    padding-top: 20px;
  }

  .content__aside .info-links:last-child {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content__row .news-list:last-child {
    margin-bottom: 0 !important;
  }

  .content__aside .info-links {
    padding-bottom: 30px;
  }

  .content__wrap-in .content__main .news-list__top {
    padding-top: 44px;
  }

  .header {
    padding-top: 6px;
    padding-bottom: 6px;
  }

  .header__logo {
    width: 26px;
    height: 38px;
  }

  .header__left {
    width: 100%;
    justify-content: space-between;
  }

  .header__region {
    margin-left: 0;
  }

  .header__region-left {
    font-size: 14px;
    letter-spacing: 0.48px;
  }

  .header__region-dropdown .active {
    font-size: 14px;
    letter-spacing: 0.48px;
  }

  .header__search {
    margin-bottom: 30px;
  }

  .header__search input {
    width: 100%;
  }

  .header__socials {
    margin-left: 0;
    margin-top: 40px;
  }

  .adv-banner {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .adv-banner__in {
    padding-left: 0;
    padding-right: 0;
  }

  .hero-banner {
    padding: 20px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
  }

  .hero-banner--big {
    min-height: auto;
    padding-top: 269px;
  }

  .hero-banner--small {
    min-height: auto;
    padding-top: 200px;
  }

  .hero-banner__in {
    position: static;
  }

  .hero-banner__name--big {
    margin-bottom: 16px;
    font-size: 19px;
    letter-spacing: 0.76px;
  }

  .hero-banner__name--small {
    margin-bottom: 16px;
    font-size: 19px;
    letter-spacing: 0.76px;
  }

  .hero-banner__description {
    font-size: 14px;
    letter-spacing: 0.6px;
    margin-bottom: 16px;
  }

  .hero-banner__info {
    gap: 20px;
  }

  .hero-banner__info_item {
    gap: 6px;
  }

  .hero-banner__info_item--small {
    gap: 6px;
  }

  .hero-banner__info_item .icon {
    width: 12px;
  }

  .hero-banner__info_item--small .icon {
    width: 12px;
  }

  .hero-banner__info_item .text {
    font-size: 14px;
    letter-spacing: 0.4px;
  }

  .hero-banner__mark {
    left: 20px;
    top: 20px;
  }

  .news-list {
    margin-top: 60px;
    margin-bottom: 30px;
  }

  .news-list__top {
    margin-bottom: 30px;
  }

  .news-list__items {
    gap: 30px;
  }

  .news-list__item {
    width: calc(33.3333333333% - 20px);
  }

  .news-list__item_title {
    font-size: 15px;
    letter-spacing: 0.52px;
    margin-bottom: 16px;
  }

  .news-list__item_text {
    margin-bottom: 18px;
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .news-list__info {
    flex-wrap: wrap;
    margin-top: 0;
  }

  .news-list__info_item .text {
    font-size: 14px;
    letter-spacing: 0.44px;
  }

  .all__link .text {
    display: none;
  }

  .all__link .arrow {
    width: 20px;
  }

  .all__link .arrow__slider {
    width: 20px;
    height: 20px;
  }

  .footer__in {
    flex-wrap: wrap;
    gap: 40px;
  }

  .footer__column {
    width: calc(50% - 30px);
  }

  .footer__copyright {
    font-size: 14px;
    letter-spacing: 0.48px;
  }

  .footer__text_dark {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .footer__text_white {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .footer__counters {
    width: 87px;
  }

  .footer__socials {
    margin-left: 0;
    margin-top: 40px;
  }

  .breadcrumbs {
    margin-bottom: 20px;
  }

  .page-tabs {
    margin-bottom: 20px;
  }

  .emitents-tabs__title {
    font-size: 14px;
    padding: 10px;
    min-width: auto;
  }

  .emitents-tabs__block_tags {
    gap: 6px;
    white-space: nowrap;
    overflow: auto;
  }

  .emitents-tabs__block_tag {
    padding: 9px;
  }

  .single__main-stat {
    font-size: 17px;
    margin-bottom: 5px;
  }

  .magazine__buttons {
    gap: 20px 53px;
  }

  .magazine__items {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    overflow: auto;
  }

  .magazine__item {
    min-width: 207px;
    max-width: 207px;
  }

  .single-stat {
    margin-bottom: 40px;
    padding: 12px 9px;
  }

  .single-stat__titles {
    gap: 6px;
    margin-bottom: 13px;
  }

  .single-stat__title {
    padding: 8px 12px;
    font-size: 9px;
    line-height: 1.2;
    white-space: nowrap;
  }

  .single-emitent-about {
    margin-bottom: 40px;
  }

  .single-emitent-about__title {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .single-emitent-about__text {
    font-size: 14px;
  }

  .single-emitent-article__title {
    margin-bottom: 20px;
    font-size: 18px;
  }

  .security-papers {
    margin-bottom: 40px;
  }

  .security-papers__title {
    margin-bottom: 18px;
    font-size: 17px;
  }

  .up_button {
    display: none;
  }

  .mobile_search__search {
    margin-bottom: 30px;
  }

  .mobile_search__search input {
    width: 100%;
  }
}

@media all and (max-width: 991px) {
  .footer {
    margin-top: 60px;
  }

  .pages-list__title {
    font-size: 28px;
    line-height: 140%;
    letter-spacing: 1.02px;
    margin-bottom: 10px;
  }

  .search__answer {
    font-size: 11px;
    letter-spacing: 0.44px;
    margin-bottom: 7px;
  }

  .search__list {
    margin-bottom: 30px;
  }

  .search__list-item {
    flex-direction: column;
    padding: 24px 0 20px 0;
  }

  .search__list-item:first-child {
    border-top: none;
  }

  .search__list-item-description {
    width: 100%;
    margin-left: 0;
  }

  .search__list-item-title {
    font-size: 11px;
    letter-spacing: 0.44px;
  }

  .search__list-item-text {
    font-size: 14px;
    letter-spacing: 0.6px;
  }

  .search__button-all-in {
    font-size: 14px;
    letter-spacing: 0.72px;
  }

  .page-tabs__item {
    font-size: 11px;
    letter-spacing: 0.44px;
    padding: 8px;
    padding: 12px 20px;
  }



  .article-page__info_item {
    font-size: 16px;
    line-height: 180%;
    letter-spacing: 0.6px;
    grid-gap: 8px;
  }

  .article-page__text__bold {
    margin: 40px 0;
    font-size: 16px;
    font-weight: 600;
    letter-spacing: 0.48px;
  }

  .article-page__text__light {
    padding-bottom: 40px;
  }

  .article-page__text__light h2 {
    font-size: 17px;
    letter-spacing: 1.02px;
    margin-bottom: 18px;
    margin-top: 40px;
  }

  .article-page__text__light p,
  .article-page__text__light ul li {
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.48px;
  }

  .article-page__text__light.min-margin {
    padding-bottom: 20px;
  }

  .article-page__text__light.min-margin h2 {
    margin-top: 20px;
  }

  .article-page__text__light.min-margin ul {
    padding-left: 20px;
  }

  .article-page__text__light.middle-weight p {
    font-size: 14px;
    letter-spacing: 0.48px;
  }

  .article-page__banner {
    overflow: hidden;
  }

  .article-page__banner__in {
    flex-direction: column;
    align-items: flex-start;
    padding: 30px 28px 60px 24px;
  }

  .article-page__banner__item:first-child {
    width: 100%;
    margin-bottom: 46px;
    align-items: flex-start;
  }

  .article-page__banner__item {
    flex-direction: column;
    align-items: flex-start;
  }

  .article-page__banner__item-button {
    font-size: 11px;
    font-weight: 720;
    line-height: 140%;
    letter-spacing: 0.44px;
    width: 100%;
  }

  .article-page__banner__item-button:first-child {
    margin-right: 0;
    margin-bottom: 10px;
    width: 146px;
  }

  .article-page__banner__item-button:last-child {
    width: 146px;
  }

  .article-page__banner__item.article-banner-image {
    position: absolute;
    bottom: 0;
    right: 0;
    transform: none;
  }

  .article-page__banner__item.article-banner-image img:first-child {
    display: none;
  }

  .article-page__banner__item.article-banner-image img:last-child {
    display: block;
  }

  .article-page__slider__arrows .arrow__slider img {
    width: 20px;
    height: 20px;
  }

  .article-page__slider__arrows .arrow__slider--next {
    left: 10px;
  }

  .article-page__slider__arrows .arrow__slider--prev {
    right: 10px;
  }
}

@media all and (max-width: 960px) {
  .content__row {
    flex-direction: column;
    gap: 20px;
    margin-bottom: 30px;
  }

  .content__row-small {
    width: 100%;
  }

  .content__row-big {
    width: 100%;
  }

  .content__row-big_row {
    flex-direction: column;
    gap: 20px;
  }

  .content__row-big_item {
    width: 100%;
  }

  .news-list__items {
    flex-direction: column;
  }

  .news-list__item {
    width: 100%;
  }

  .info-links__item_bottom {
    flex-wrap: wrap;
  }
}

@media all and (max-width: 940px) {
  .footer__column {
    width: 100%;
    display: flex;
    flex-direction: column;
  }
}

@media all and (max-width: 860px) {
  .news-list__item_image {
    margin-bottom: 14px;
    font-size: 0;
    position: relative;
  }

  .news-list__item_image:after {
    content: "";
    display: block;
    width: 100%;
    padding-top: 60%;
  }

  .news-list__item_image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: 50% 50%;
    position: absolute;
    top: 0;
    left: 0;
  }
}

@media all and (max-width: 840px) {
  .info-links__item {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
/*# sourceMappingURL=maps/main.css.map */
