@charset "UTF-8";

/* Импортные CSS / SCSS файлы, плагины, модули */

/* Обнуление стилей */

/*! 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 {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

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

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

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

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

a {
  background-color: transparent;
}

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

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

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

b,
strong {
  font-weight: bolder;
}

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

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

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

small {
  font-size: 80%;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

img {
  border-style: none;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

progress {
  vertical-align: baseline;
}

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

textarea {
  overflow: auto;
}

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

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

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

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

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

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

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

[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */

details {
  display: block;
}

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

summary {
  display: list-item;
}

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

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

template {
  display: none;
}

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

[hidden] {
  display: none;
}

/* Анимации */

[data-simplebar] {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

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

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

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

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

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

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

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

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

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

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

[data-simplebar].simplebar-dragging {
  pointer-events: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

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

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

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

.simplebar-scrollbar:before {
  position: absolute;
  content: "";
  background: black;
  left: 2px;
  right: 2px;
  opacity: 0;
  -webkit-transition: opacity 0.2s 0.5s linear;
  -o-transition: opacity 0.2s 0.5s linear;
  transition: opacity 0.2s 0.5s linear;
}

.simplebar-scrollbar.simplebar-visible:before {
  opacity: 0.5;
  -webkit-transition-delay: 0s;
       -o-transition-delay: 0s;
          transition-delay: 0s;
  -webkit-transition-duration: 0s;
       -o-transition-duration: 0s;
          transition-duration: 0s;
}

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

.simplebar-scrollbar:before {
  top: 2px;
  bottom: 2px;
  left: 2px;
  right: 2px;
}

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

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

/* Rtl support */

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

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

.simplebar-dummy-scrollbar-size > div {
  width: 200%;
  height: 200%;
  margin: 10px 0;
}

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

/* Choises: select */

/* Slider: swiper */

/* Переменные */

:root {
  --text: #1d1d1b;
  --text-dark: #000;
  --text-light: #b9b9b9;
  --text-menu-1: #3d3d3d;
  --text-white: #fff;
  --text-light-2: #e6e8e9;
  --text-disclaimer: #bdbdbd;
  --background-grey: #f1f3f5;
  --background: #F1F1F1;
  --background-white: #fff;
  --grey-light: #bebebe;
  --grey-light-2: #e5e7e9;
  --grey-light-3: #DCDCDC;
  --grey: #797A7B;
  --grey-dark: #737c84;
  --grey-dark-2: #414141;
  --orange: #fdbf31;
  --pink: #b10933;
  --blue: #3377FF;
  --color-span: #010000;
}

.theme--dark {
  --text: #e2e2e4;
  /* #1d1d1b */
  --text-dark: #fff;
  /* #000 */
  --text-light: #464646;
  /* #b9b9b9 */
  --text-menu-1: #c2c2c2;
  /* #3d3d3d */
  --text-white: #000;
  /* #fff */
  --text-light-2: #191717;
  /* #e6e8e9 */
  --text-disclaimer: #424242;
  /* #bdbdbd */
  --background-grey: #0e0c0a;
  /* #f1f3f5 */
  --background: #0e0e0e;
  /* #F1F1F1 */
  --background-white: #000;
  /* #fff */
  --grey-light: #414141;
  /* #bebebe */
  --grey-light-2: #1a1c1a;
  /* #e5e7e9 */
  --grey-light-3: #212121;
  /* #DCDCDC */
  --grey: #868585;
  /* #797A7B */
  --grey-dark: #8a838c;
  /* #737c84 */
  --grey-dark-2: #b0b0b0;
  /* #414141 */
  --color-span: #feffff;
  /* #010000 */
  --orange: #fdbf31;
  --pink: #b10933;
}

.theme--dark .icon--search {
  -webkit-transition: -webkit-filter 0.3s linear;
  transition: -webkit-filter 0.3s linear;
  -o-transition: filter 0.3s linear;
  transition: filter 0.3s linear;
  transition: filter 0.3s linear, -webkit-filter 0.3s linear;
  -webkit-filter: invert(1);
          filter: invert(1);
}

.theme--dark .btn-search .icon--search {
  -webkit-filter: invert(0);
          filter: invert(0);
}

.theme--dark .header__logo a img {
  -webkit-filter: grayscale(1) invert(1);
      filter: grayscale(1) invert(1);
}

.theme--dark .card-article--flex .card-article__bottom .red {
  color: var(--text-dark);
}

.theme--dark .card-article--img .card-article__teg {
  color: var(--text-white);
}

.theme--dark .group-articles:after {
  color: var(--text-light);
}

.theme--dark .article-media__content span {
  color: var(--text-dark);
}

.theme--dark .card-article--slides .card-article__teg {
  color: var(--text-white);
}

.theme--dark .card-article:hover .card-article__bottom > .red {
  color: var(--text-dark);
}

.theme--dark .articles-nav {
  background-color: var(--grey-light-3);
}

.theme--dark .articles-nav .card-article--flex:first-child {
  border-top: unset;
}

.theme--dark .articles-nav .card-article {
  border-top: 1px solid var(--text-dark);
}

.theme--dark .articles-nav__content::after {
  background-color: var(--grey-light-3);
}
.theme--dark .header
{
background-color: var(--grey-light-3);
	}

.theme--dark .header__wrap-btn a {
  color: var(--text-dark);
  background-color: var(--grey-light);
}
.theme--dark .content_news_title
{
  background-color: var(--grey-light-3);
  color: var(--text-dark);
  padding:5px;
	}

.theme--dark .modal--addmenu .modal__wrap-btn a {
  color: var(--text-dark);
}

.theme--dark .article-widget {
  background-color: var(--grey-light-3);
}

.theme--dark .quote__content-title-quotes img {
  -webkit-filter: invert(1);
          filter: invert(1);
}

.theme--dark .footer-banner .banner__close path {
  stroke: var(--text-white);
}

.theme--dark .header--fixed {
  -webkit-box-shadow: 0 0 21px rgba(255, 255, 255, 0.2);
          box-shadow: 0 0 21px rgba(255, 255, 255, 0.2);
}

/* Миксины */

/* Адаптивность */

/* Подключение шрифта вручную */

/* Работа с типографией */

/* Удобная Сетка */

/* Обнуление стилей */

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

body {
  overflow-y: scroll;
  scroll-behavior: smooth;
  font-family: OpenSans;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  background-color: var(--background-white);
  color: var(--text-dark);
}

.img {
  display: block;
  width: 100%;
  height: auto;
  -o-object-fit: cover;
     object-fit: cover;
  max-width: 100%;
}

ul {
  list-style: none;
}

dl,
a,
p,
span,
div,
img,
nav,
header,
footer,
button,
input,
h1,
h2,
h3,
h4,
h5,
h6,
textarea {
  margin: 0;
  padding: 0;
}

input,
textarea,
button {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: none;
  outline: none;
  background: none;
  display: block;
}

input::placehloder,
textarea::placehloder,
button::placehloder {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

textarea {
  resize: none;
}

.display-none {
  display: none;
}

/* Шрифты */

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: Montserrat;
  font-display: swap;
  src: url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Bold.woff2") format("woff2"), url("../fonts/OpenSans-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-Regular.woff2") format("woff2"), url("../fonts/OpenSans-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: OpenSans;
  font-display: swap;
  src: url("../fonts/OpenSans-SemiBold.woff2") format("woff2"), url("../fonts/OpenSans-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal;
}

/* Типографика */

h1,
h2 {
  text-transform: uppercase;
}

h1,
h2 {
  font-size: 32px;
  line-height: 36px;
  font-family: OpenSans;
  font-weight: 700;
}

h1 span,
h2 span {
  font-size: 26px;
  line-height: 30px;
  font-family: OpenSans;
}

h3 {
  font-size: 22px;
  line-height: 26px;
  font-family: OpenSans;
  font-weight: 700;
}

h2 a,
h3 a {
  color: inherit;
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
}

h2 a:hover,
h3 a:hover {
  opacity: 1;
}

a {
  display: inline-block;
  color: var(--text-dark);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  text-decoration: none;
}

a:hover {
  opacity: 1;
}

address {
  font-style: normal;
}

/* Анимации */

/* Компоненты */

/* Кнопки */

/* Кнопка: перейти */

.btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transition-property: background-color, color, border-color, -webkit-box-shadow;
  transition-property: background-color, color, border-color, -webkit-box-shadow;
  -o-transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color;
  transition-property: background-color, color, box-shadow, border-color, -webkit-box-shadow;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  max-width: 100%;
  outline: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.btn:hover,
.btn:focus {
  cursor: pointer;
}

.btn--gradient {
  background: rgb(222, 16, 103);
  background: -webkit-gradient(linear, left bottom, left top, color-stop(50%, rgb(222, 16, 103)), to(rgb(255, 124, 0)));
  background: -o-linear-gradient(bottom, rgb(222, 16, 103) 50%, rgb(255, 124, 0) 100%);
  background: linear-gradient(0deg, rgb(222, 16, 103) 50%, rgb(255, 124, 0) 100%);
  color: #fff;
  -webkit-transition-property: -webkit-filter;
  transition-property: -webkit-filter;
  -o-transition-property: filter;
  transition-property: filter;
  transition-property: filter, -webkit-filter;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  -webkit-box-shadow: 5rem 10rem 16rem rgba(222, 16, 103, 0.35);
          box-shadow: 5rem 10rem 16rem rgba(222, 16, 103, 0.35);
}

.btn--gradient:hover {
  opacity: 1;
  -webkit-filter: brightness(115%);
          filter: brightness(115%);
}

.btn--bigsize {
  border-radius: 32rem;
  min-height: 56rem;
  max-height: 56rem;
  padding: 0 48rem;
  font-size: 18rem;
  line-height: 20rem;
  font-family: OpenSans;
  font-weight: 700;
  text-transform: uppercase;
}

.btn--minsize {
  border-radius: 24rem;
  min-height: 32rem;
  max-height: 32rem;
  font-size: 14rem;
  line-height: 18rem;
  font-family: OpenSans;
  font-weight: 700;
  text-transform: uppercase;
  padding: 0 12rem;
}

.btn--large {
  font-size: 18rem;
  line-height: 20rem;
  font-family: OpenSans;
  font-weight: 700;
  min-height: 40rem;
  max-height: 40rem;
  padding: 0 28rem;
  border-radius: 24rem;
}

/* Контейнер */

.container {
  max-width: 1420px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-right: 30px;
  padding-left: 30px;
}

/* Icon */

.icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.icon--vk {
  background-image: url("../img/icons/vk.png");
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.icon--telegram {
  background-image: url("../img/icons/telegram.png");
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.icon--dz {
  background-image: url("../img/icons/icon-dz.png");
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.icon--rutube {
  background-image: url("../img/icons/rutube.png");
  width: 32px;
  height: 32px;
  min-width: 32px;
  min-height: 32px;
}

.icon--search {
  background-image: url("../img/icons/icon-searhe.png");
  width: 22px;
  height: 22px;
  min-width: 22px;
  min-height: 22px;
}

.icon--day svg {
  fill: var(--grey-dark-2);
  width: 20px;
  height: 20px;
  min-width: 20px;
  min-height: 20px;
}

.icon--night {
  -webkit-transform: rotate(115deg);
      -ms-transform: rotate(115deg);
          transform: rotate(115deg);
}

.icon--night svg {
  width: 13px;
  height: 13px;
  min-width: 13px;
  min-height: 13px;
}

.icon--night svg path {
  fill: var(--grey-dark-2);
}

.icon--share {
  background-image: url("../img/icons/share.png");
  width: 21px;
  height: 21px;
  min-width: 21px;
  min-height: 21px;
}

.icon--play {
  background-image: url("../img/icons/icon-play.png");
  width: 27px;
  height: 30px;
  min-width: 27px;
  min-height: 30px;
}

.icon--photo {
  background-image: url("../img/icons/icon-photo.png");
  width: 34px;
  height: 26px;
  min-width: 34px;
  min-height: 26px;
}

.icon--settings svg {
  width: 36px;
  height: 36px;
}

.icon--settings path {
  stroke: var(--text-dark);
}

.icon--cross svg {
  width: 16px;
  height: 16px;
}

.icon--cross svg path {
  fill: var(--grey-dark-2);
}

.icon--calendar svg {
  width: 42px;
  height: 42px;
}

.icon--calendar path:first-child {
  stroke: var(--text-dark);
}

.icon--calendar path:last-child {
  fill: var(--text-dark);
}

/* Fix height */

.fix-height.offset-top {
  margin-top: 163rem;
}

.vk-widjet img {
  height: 100%;
}

.main-article {
  padding-bottom: 26px;
  position: relative;
}

.main-article:hover .main-article__bottom > span {
  color: var(--text-dark);
}

.main-article__wrap-img {
  display: block;
  width: 100%;
  margin-bottom: 12px;
}

.main-article__wrap-img:hover {
  opacity: 1;
}

.main-article__wrap-img img {
  height: 398px;
}

.main-article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 12px;
}

.main-article__title a:hover {
  opacity: 1;
}

.main-article__title > a {
  color: var(--text);
  font-size: 30px;
  line-height: 36px;
  font-weight: 700;
  text-decoration: none;
}

.main-article__title > a:hover {
  opacity: 0.7;
}

.main-article p {
  color: var(--text);
  font-size: 16px;
  line-height: 23px;
}

.main-article p a {
  font-size: inherit;
  line-height: inherit;
  font-weight: inherit;
  color: inherit;
  text-decoration: none;
}

.main-article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  margin-top: 16px;
}

.main-article__bottom span {
  color: var(--text-light);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.main-article__bottom a {
  color: var(--text-light);
  text-decoration: none;
}

.main-article__bottom > span,
.main-article__bottom > a {
  font-size: 14px;
  line-height: 14px;
}

.card-article {
  padding-top: 30px;
  padding-bottom: 28px;
  border-top: 1px solid var(--grey-light-3);
  position: relative;
  margin-right: 20px;
}

.card-article:hover .card-article__bottom > span {
  color: var(--text-dark);
}

.card-article:hover .card-article__bottom > .red {
  color: var(--text-white);
}

.card-article__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 18px;

}

.card-article__title span {
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.card-article__title > a {
  color: var(--text);
  font-weight: 600;
  font-size: 18px;
  line-height: 25px;
  text-decoration: none;
}

.card-article__title > a:hover {
  opacity: 0.9;
}

.card-article__title img {
  float: left;
  display: inline;
  min-width: 85px;
  width: 85px;
  height: 60px;
  margin-right: 12px;
  position: relative;
}

.card-article__title img:hover {
  opacity: 1;
}

.card-article__teg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: var(--orange);
  font-size: 16px;
  line-height: 18px;
  color: var(--text-dark);
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
  width: intrinsic;
  width: -moz-max-content;
  width: -webkit-max-content;
  margin-bottom: 12px;
}

.card-article__bottom,
.card-article__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.card-article__bottom span,
.card-article__top span {
  color: var(--text-light);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.card-article__bottom a,
.card-article__top a {
  color: var(--text-light);
  text-decoration: none;
}

.card-article__bottom > span,
.card-article__bottom > a,
.card-article__top > span,
.card-article__top > a {
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}

.card-article--img {
  padding-top: 0;
  padding-bottom: 28px;
  border-top: unset;
}

.card-article--img .card-article__wrap-img {
  margin-bottom: 14px;
  width: 100%;
  display: block;
  position: relative;
}

.card-article--img .card-article__wrap-img:hover {
  opacity: 1;
}

.card-article--img .card-article__wrap-img img {
  height: 210px;
}

.card-article--img .card-article__teg {
  position: absolute;
  top: 0;
  left: 0;
  background-color: var(--orange);
  font-size: 16px;
  line-height: 18px;
  color: var(--text-dark);
  font-weight: 700;
  text-transform: uppercase;
  padding: 3px 8px;
}

.card-article--img .card-article__title > a {
  color: var(--text-dark);
}

.card-article--img.card-article--img-no-xxl {
  padding-top: 30px;
  border-top: 1px solid var(--grey-light-3);
}

.card-article--img.card-article--img-no-xxl .card-article__wrap-img {
  display: none;
}

.card-article--min-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.card-article--min-img .card-article__wrap-img {
  position: relative;
  top: 1px;
}

.card-article--min-img .card-article__wrap-img img {
  min-width: 85px;
  width: 85px;
  height: 60px;
}

.card-article--min-img .card-article__title {
  margin-bottom: 0;
}

.card-article--min-img .card-article__title a {
  font-weight: 400;
  font-size: 17px;
  line-height: 24px;
}

.card-article--min-img .card-article__title a:hover {
  opacity: 0.7;
}

.card-article--flex {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 42px 1fr;
  grid-template-columns: 42px 1fr;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.card-article--flex:hover {
  opacity: 0.7;
}

.card-article--flex .card-article__title {
  -webkit-box-ordinal-group: 2;
      -ms-flex-order: 1;
          order: 1;
  margin-bottom: 0;
}

.card-article--flex .card-article__title p {
  color: var(--text);
  font-size: 15px;
  line-height: 21px;
  font-weight: 600;
}

.card-article--flex:first-child {
  padding-top: 0;
  border-top: unset;
}

.card-article--flex .card-article__bottom {
  position: relative;
  top: 3px;
}

.card-article--flex .card-article__bottom span {
  color: var(--color-span);
}

.card-article--flex .card-article__bottom .red {
  background-color: var(--pink);
  border-radius: 2px;
  color: var(--text-white);
  padding: 3px 3px;
}

.card-article--slide-article {
  padding-top: 20px;
  padding-bottom: 20px;
  border-bottom: 1px solid var(--grey-light-3);
  min-height: 149px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.card-article--slide-article .card-article__bottom {
  margin-top: auto;
}

.banner-swiper .swiper-slide a {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide a img {
  width: 100%;
  height: 100%;
}

.banner-swiper .swiper-slide a:hover {
  opacity: 1;
}

.banner-swiper .swiper-slide:last-child {
  margin-right: 0;
}

.article-block {
  background-color: var(--grey-dark-2);
  position: relative;
}

.article-block__wrap-img {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.article-block__wrap-img:hover {
  opacity: 1;
}

.article-block__wrap-img img {
  height: 186px;
}

.article-block__teg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  top: 10px;
  right: 14px;
}

.article-block__content {
  padding: 0 22px 40px 22px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 24px;
}

.article-block__content p {
  color: var(--text-white);
  font-size: 14px;
  line-height: 18px;
  font-weight: 400;
}

.article-block__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.article-block__title > a {
  font-size: 22px;
  line-height: 25px;
  color: var(--text-white);
  font-weight: 600;
}

.group-articles {
  border-bottom: 1px solid var(--grey-light-3);
  position: relative;
}

.group-articles:after {
  content: attr(data-title);
  text-transform: uppercase;
  font-size: 15px;
  line-height: 19px;
  color: var(--text-light-2);
  font-weight: 400;
  position: absolute;
  right: 0;
  top: 32px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  z-index: 1;
  -webkit-writing-mode: vertical-rl;
      -ms-writing-mode: tb-rl;
          writing-mode: vertical-rl;
  letter-spacing: 0.2px;
  white-space: nowrap;
  display: block;
}

.group-articles .card-article:first-child {
  border-top: unset;
  padding-top: 32px;
  padding-bottom: 24px;
}

.group-articles .card-article:first-child:before {
  content: "";
  width: 30px;
  height: 4px;
  position: absolute;
  right: 0;
  bottom: -2px;
  background-color: var(--background-white);
  z-index: 1;
}

.grid-articles {
  display: -ms-grid;
  display: grid;
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -ms-grid-columns: (1fr)[4];
  grid-template-columns: repeat(4, 1fr);
}

.grid-articles__indent-top {
  margin-top: 30px;
}

.grid-articles--preview .grid-articles__column:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-articles--preview .grid-articles__column:first-child .banner {
  padding-top: 16px;
}

.grid-articles--preview .grid-articles__column:first-child .main-article {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-articles--preview .grid-articles__column:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) .vk-widjet {
  width: 100%;
}

.grid-articles--preview .grid-articles__column:last-child .swiper-cards {
  display: none;
}

.grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(3) .vk-widjet {
  width: 100%;
}

.grid-articles--preview .grid-articles__column:last-child .banner-swiper {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-articles--preview .grid-articles__column:last-child .articles-nav,
.grid-articles--preview .grid-articles__column:last-child .group-articles {
  margin-bottom: 30px;
}

.grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__content {
  max-height: calc(100dvh - 90px - 42px - 14px - 26px);
}

.grid-articles--content .grid-articles__column:first-child {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  -ms-grid-column-span: 2;
  grid-column: span 2;
  row-gap: 12px;
}

.grid-articles--content .grid-articles__column:first-child .main-article {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-articles--content .grid-articles__column:first-child .text-widget .quote__post {
  max-width: 340px;
}

.grid-articles--content .grid-articles__column:last-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: (1fr)[2];
  grid-template-columns: repeat(2, 1fr);
  -webkit-column-gap: 30px;
     -moz-column-gap: 30px;
          column-gap: 30px;
  row-gap: 30px;
}

.grid-articles--content .grid-articles__column:last-child .articles-nav,
.grid-articles--content .grid-articles__column:last-child .group-articles {
  margin-bottom: 30px;
}

.grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:first-child .card-article:first-child {
  padding-top: 0;
  border-top: unset;
}

.grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:first-child .card-article {
  padding-top: 27px;
  padding-bottom: 24px;
}

.grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:last-child .telegram-widget {
  margin-bottom: 10px;
}

.article-media {
  position: relative;
  height: 290px;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 12px 16px;
}

.article-media::before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 70%;
  z-index: 1;
  background: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.6)), to(transparent));
  background: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.6), transparent);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.6), transparent);
}

.article-media img {
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.article-media__content {
  margin-top: auto;
  position: relative;
  z-index: 2;
  max-width: 318px;
  width: 100%;
}

.article-media__content span {
  font-size: 18px;
  line-height: 25px;
  color: var(--text-white);
  font-weight: 600;
}

.article-media__media-type {
  position: absolute;
  bottom: 16px;
  right: 20px;
  z-index: 2;
  border-radius: 50%;
  background-color: var(--orange);
  width: 56px;
  height: 56px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.article-media__media-type .icon--play {
  position: relative;
  left: 3px;
}

.article-media--swiper {
  height: 190px;
}

.article-media--swiper .article-media__content span {
  font-size: 16px;
}

.swiper-pagination {
  position: static !important;
}

.swiper-pagination .swiper-pagination-bullet {
  width: 25px;
  height: 7px;
  background-color: var(--grey-light-2);
  border-radius: 0;
  margin: 0 14px;
  opacity: 1;
}

.swiper-pagination .swiper-pagination-bullet-active {
  background-color: var(--orange);
}

.input-search-header .search_wrapper {
  position: relative;
}

.input-search-header input {
  opacity: 0;
  pointer-events: none;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  z-index: 1;
  height: 30px;
  background-color: #fff;
  padding-left: 8px;
  padding-right: 32px;
  font-size: 14px;
  line-height: 15px;
  -webkit-transition-property: opacity, width, right;
  -o-transition-property: opacity, width, right;
  transition-property: opacity, width, right;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  border: 1px solid var(--text-dark);
}

.input-search-header button {
  position: relative;
  z-index: 1;
  cursor: pointer;
}

.btn-search input {
  width: 320px;
  opacity: 1;
  right: -4px;
  pointer-events: all;
}

.modal {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0;
  padding: 0;
  width: 100%;
  z-index: 10001;
  opacity: 0;
  pointer-events: none;
  -webkit-transition-property: top, opacity;
  -o-transition-property: top, opacity;
  transition-property: top, opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal__dialog {
  position: relative;
  margin: 0 auto;
  z-index: 9998;
}

.modal__content {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 120px;
     -moz-column-gap: 120px;
          column-gap: 120px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  outline: 0;
}

.modal .modal__close {
  position: absolute;
  z-index: 1000;
  right: 15px;
}

.modal .modal__close:hover {
  cursor: pointer;
}

.modal .modal__icon--close svg {
  stroke: var(--text);
  width: 20px;
  height: 20px;
}

.modal--addmenu {
  background-color: var(--background-white);
  -webkit-transition-property: opacity, -webkit-transform;
  transition-property: opacity, -webkit-transform;
  -o-transition-property: transform, opacity;
  transition-property: transform, opacity;
  transition-property: transform, opacity, -webkit-transform;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease-in;
       -o-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
  opacity: 0;
  top: 60px;
  height: 250px;
  -webkit-box-shadow: 0 12px 16px rgba(0, 0, 0, 0.15);
          box-shadow: 0 12px 16px rgba(0, 0, 0, 0.15);
  padding-top: 26px;
  padding-right: 20px;
  width: 400px;
}

.modal--addmenu .modal__dialog {
  width: 100%;
  max-height: 100%;
  height: 100%;
  position: relative;
  z-index: 100;
  overflow-y: auto;
}

.modal--addmenu .modal__menu {
  margin-bottom: 16px;
}

.modal--addmenu .modal__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  row-gap: 12px;
}

.modal--addmenu .modal__menu > ul > li > a {
  font-size: 18px;
  line-height: 20px;
  font-weight: 500;
  font-family: Montserrat;
  color: var(--text);
}

.modal--addmenu .modal__menu > ul > li > a:hover {
  opacity: 0.7;
}

.modal--addmenu .modal__wrap-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 19px;
  height: 34px;
  font-size: 18px;
  line-height: 18px;
  color: var(--text-white);
  font-weight: 500;
  font-family: Montserrat;
  background-color: var(--grey-dark);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.modal--addmenu .modal__wrap-btn a:hover {
  background-color: var(--grey-light);
  opacity: 1;
}

.modal--addmenu.modal--visibleLeft {
  opacity: 1;
  pointer-events: auto;
}

.modal--addmenu.modal--fadeLeft {
  opacity: 0;
  pointer-events: none;
}

.modal--catfilters {
  position: fixed;
  height: 100dvh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9999;
}

.modal--catfilters .modal__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.3);
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal--catfilters .modal__dialog {
  width: 360px;
  z-index: 1;
}

.modal--catfilters .modal__close {
  top: 12px;
  right: 12px;
}

.modal--catfilters .modal__filters-title {
  font-size: 18px;
  line-height: 20px;
  font-weight: 700;
  margin-bottom: 16px;
}

.modal--catfilters .modal__content {
  background-color: var(--background-white);
}

.modal--catfilters .modal__wrap-filters {
  padding: 24px 16px;
}

.modal--catfilters .modal__filters {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 8px;
  margin-bottom: 16px;
}

.modal--catfilters .modal__button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  outline: none;
  background-color: transparent;
  border: 1px solid var(--orange);
  color: var(--text-dark);
  height: 42px;
  padding: 0 32px;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.modal--catfilters .modal__button:hover {
  cursor: pointer;
  background-color: var(--orange);
}

.modal--catfilters.modal--visible {
  opacity: 1;
  pointer-events: all;
}

.modal--catfilters.modal--visible .modal__overlay {
  opacity: 0.68998;
}

.button-calendar {
  position: relative;
}

.button-calendar input {
  position: absolute;
  opacity: 0;
  display: block;
  top: 0;
  left: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  font-size: 0;
}

.button-calendar input:hover {
  cursor: pointer;
}

.checkbox label {
  position: relative;
}

.checkbox label:hover,
.checkbox label:focus {
  cursor: pointer;
}

.checkbox label:hover > div::before,
.checkbox label:focus > div::before {
  -webkit-box-shadow: 0 0 16px rgba(var(--orange), 0.25);
          box-shadow: 0 0 16px rgba(var(--orange), 0.25);
}

.checkbox label > div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.checkbox label > div::before {
  content: "";
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  width: 20px;
  height: 20px;
  border-radius: 2px;
  background-color: transparent;
  border: 1px solid var(--grey-light);
  -webkit-transition-property: background-color, -webkit-box-shadow;
  transition-property: background-color, -webkit-box-shadow;
  -o-transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow;
  transition-property: background-color, box-shadow, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
}

.checkbox label > div:hover {
  cursor: pointer;
}

.checkbox label > input {
  opacity: 0;
  position: absolute;
}

.checkbox label > input:checked + div::before {
  background-color: var(--orange);
  border-color: var(--orange);
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='10' viewBox='0 0 14 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M5.15789 7.14286L12.5263 0L14 1.42857L5.15789 10L0 5L1.47368 3.57143L5.15789 7.14286Z' fill='white'/%3E%3C/svg%3E%0A");
  background-size: 12px;
  -webkit-box-shadow: unset;
          box-shadow: unset;
}

.checkbox label span {
  font-size: 14px;
  line-height: 17px;
  font-weight: 400;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.swiper-cards {
  min-width: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  width: 100%;
}

.swiper-cards .swiper {
  padding-bottom: 22px;
}

.swiper-cards .swiper-wrapper,
.swiper-cards .swiper-slide {
  height: auto;
}

.swiper-cards .swiper-wrapper {
  padding-bottom: 16px;
}

.swiper-cards .swiper-pagination {
  position: absolute !important;
  bottom: 0;
}

.swiper-cards .card-article {
  padding-top: 0;
  padding-bottom: 0;
  border-top: none;
}

.swiper-cards .card-article::after {
  display: none;
}

.article-widget {
  height: 126px;
  background-color: var(--background-white);
  -webkit-box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.2);
  width: 386px;
  border-radius: 5px;
  position: fixed;
  bottom: 20px;
  left: 20px;
      z-index: 1000;
}

.article-widget__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.article-widget__wrap-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 117px;
}

.article-widget__wrap-img img {
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
}

.article-widget__content {
  padding: 14px 20px 18px 18px;
  max-width: 260px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.article-widget__title a {
  color: var(--text);
  font-weight: 700;
  font-size: 15px;
  line-height: 18px;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  -webkit-line-clamp: 3;
  line-clamp: 3;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.article-widget__link {
  margin-top: auto;
  font-size: 14px;
  line-height: 16px;
  color: var(--blue);
}

.article-widget__icon-cross {
  position: absolute;
  top: 17px;
  right: 12px;
}

.banner {
  display: block;
  width: 100%;
  text-decoration: none;
}

.banner--header {
  margin-bottom: 30px;
}

.banner--footer {
  height: 97px;
}

.banner--footer img {
  height: 100%;
  -o-object-position: top;
     object-position: top;
}

.article__wrap-title {
  margin-bottom: 26px;
}

.article__title {
  font-size: 30px;
  line-height: 36px;
  color: var(--text);
  font-weight: 700;
}

.article__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 26px;
}

.article__wrap-shared {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.article__wrap-shared span {
  font-size: 16px;
  font-weight: 700;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.article__title-bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.article__title-bottom span {
  color: var(--text-light);
  -webkit-transition-property: color;
  -o-transition-property: color;
  transition-property: color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.article__title-bottom a {
  color: var(--text-light);
  text-decoration: none;
}

.article__title-bottom > span,
.article__title-bottom > a {
  font-size: 14px;
  line-height: 14px;
}

.article__content {
  margin-bottom: 24px;
}

.article__content p {
  font-size: 16px;
  line-height: 23px;
  color: var(--text);
  font-weight: 400;
  margin-top:12px;
  margin-bottom:12px;
      text-align: justify;
}

.article__wrap-img {
  margin-top: 30px;
  margin-bottom: 30px;
}

.article__wrap-img img {
  height: 400px;
}

.article__desc {

  display: block;


}
.article__desc img
{
max-width:100%;
	}

.article__navigation {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.article__btn {
  height: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: Montserrat;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 18px;
}

.article__btn--discuss {
  background-color: var(--grey-dark);
  color: var(--text-white);
  width: 168px;
  padding-top: 2px;
}

.article__btn--ribbon {
  background-color: var(--grey-light);
  color: var(--text-white);
  width: 120px;
  padding-top: 2px;
}

.article__btn--share {
  background-color: var(--orange);
  width: 34px;
  min-width: 34px;
  padding-top: 2px;
}

.switch {
  position: relative;
  display: inline-block;
  width: 32px;
  height: 16px;
  /* Rounded sliders */
}

.switch .slider {
  position: absolute;
  cursor: pointer;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: var(--grey-dark);
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider::before {
  position: absolute;
  content: "";
  height: 12px;
  width: 12px;
  left: 2px;
  bottom: 2px;
  background-color: white;
  -webkit-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}

.switch .slider.round {
  border-radius: 34px;
}

.switch .slider.round:before {
  border-radius: 50%;
}

.switch input {
  opacity: 0;
  width: 0;
  height: 0;
}

.switch input:checked + .slider {
  background-color: var(--orange);
}

.switch input:focus + .slider {
  -webkit-box-shadow: 0 0 1px var(--orange);
          box-shadow: 0 0 1px var(--orange);
}

.switch input:checked + .slider:before {
  -webkit-transform: translateX(16px);
  -ms-transform: translateX(16px);
  transform: translateX(16px);
}

/* Блоки */

/* Шапка сайта */

.header {
  position: sticky;
  background-color: var(--background-grey);
  height: 90px;
  z-index: 99999;
  width: 100%;
  max-width: 100%;
  left: 0;
  top: 0;
  -webkit-transition-property: height, padding-top, -webkit-box-shadow;
  transition-property: height, padding-top, -webkit-box-shadow;
  -o-transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top;
  transition-property: box-shadow, height, padding-top, -webkit-box-shadow;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: ease;
       -o-transition-timing-function: ease;
          transition-timing-function: ease;
  -webkit-box-shadow: unset;
          box-shadow: unset;
  padding-top: 16px;
  padding-bottom: 16px;
}

.header__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.header__logo a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__hamburger {
  position: relative;
}

.header__inner-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
  background-color: var(--background-white);
  padding: 0 14px;
  height: 32px;
  border: 1px solid var(--text-dark);
  cursor: pointer;
}

.header__inner-hamburger > span {
  font-size: 14px;
  line-height: 16px;
  color: var(--text-dark);
}

.header__wrap-hamburger {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 16px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
  row-gap: 3px;
}

.header__wrap-hamburger:hover {
  opacity: 0.8;
}

.header__wrap-hamburger::after,
.header__wrap-hamburger::before {
  content: "";
}

.header__wrap-hamburger span,
.header__wrap-hamburger::after,
.header__wrap-hamburger::before {
  width: 100%;
  border: 1.5px solid var(--text-dark);
}

.header__socials {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 8px;
     -moz-column-gap: 8px;
          column-gap: 8px;
}

.header__menu > ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 36px;
     -moz-column-gap: 36px;
          column-gap: 36px;
}

.header__menu > ul > li > a {
  font-size: 20px;
  line-height: 28px;
  color: var(--text-menu-1);
  font-weight: 500;
  font-family: Montserrat;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.header__menu > ul > li > a:hover {
  color: var(--text-dark);
  opacity: 1;
}

.header__search {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.header__wrap-btn a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 19px;
  height: 34px;
  font-size: 18px;
  line-height: 20px;
  color: var(--text-white);
  font-weight: 500;
  font-family: Montserrat;
  background-color: var(--grey-dark);
  -webkit-transition: background-color 0.3s linear;
  -o-transition: background-color 0.3s linear;
  transition: background-color 0.3s linear;
}

.header__wrap-btn a:hover {
  background-color: var(--grey-light);
  opacity: 1;
}

.header__wrapper-switch {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 5px;
     -moz-column-gap: 5px;
          column-gap: 5px;
}

.header__wrapper-switch--modal {
  display: none;
}

.header--fixed {
  -webkit-box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 21px rgba(0, 0, 0, 0.2);
}

/* Подвал сайта */

.footer {
  background-color: var(--background-grey);
  padding-top: 24px;
  padding-bottom: 12px;
}

.footer__wrapper-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  row-gap: 12px;
}

.footer__menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.footer__menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 32px;
     -moz-column-gap: 32px;
          column-gap: 32px;
}

.footer__menu ul li a {
  font-size: 18px;
  line-height: 22px;
  color: var(--text-dark);
  font-weight: 400;
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__menu ul li a:hover {
  color: var(--orange);
  opacity: 1;
}

.footer__bottom {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 10px;
     -moz-column-gap: 10px;
          column-gap: 10px;
}

.footer__age {
  width: 31px;
  height: 31px;
  border-radius: 3px;
  background-color: var(--grey);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.footer__age span {
  font-size: 14px;
  line-height: 14px;
  color: var(--text-white);
}

.footer__copy {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 12px;
     -moz-column-gap: 12px;
          column-gap: 12px;
}

.footer__copy > a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer__text span {
  font-size: 12px;
  line-height: 16px;
  color: var(--text-dark);
}

.footer__text span a {
  -webkit-transition: color 0.3s linear;
  -o-transition: color 0.3s linear;
  transition: color 0.3s linear;
}

.footer__text span a:hover {
  color: var(--orange);
  opacity: 1;
}

.articles-nav {
  background-color: var(--background-grey);
  padding: 16px 10px 10px 16px;
}

.articles-nav__button:hover {
  cursor: pointer;
}

.articles-nav__button.button-news-close {
  display: none;
}

.articles-nav__button.button-news-close svg {
  stroke: var(--text);
  width: 20px;
  height: 20px;
}

.articles-nav__wrap-title {
  margin-bottom: 14px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.articles-nav__wrap-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-column-gap: 3px;
     -moz-column-gap: 3px;
          column-gap: 3px;
}

.articles-nav__title {
  font-size: 27px;
  line-height: 31px;
  font-weight: 700;
  color: var(--text-dark);
  text-transform: uppercase;
  margin-bottom: auto;
}

.articles-nav__wrap-content {
  overflow: hidden;
}

.articles-nav__content::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -14px;
  left: 10px;
  width: calc(100% - 36px);
  height: 30px;
  background-color: var(--background-grey);
  z-index: 1;
  -webkit-filter: blur(8px);
          filter: blur(8px);
}

.articles-nav__scroll-content {
  padding-right: 21px;
}

.articles-nav__scroll-content .card-article--flex:last-child {
  padding-bottom: 0;
}

.articles-nav .simplebar-track.simplebar-vertical {
  width: 11px;
  border-radius: 2px;
  background-color: var(--grey-light);
}

.articles-nav .simplebar-scrollbar.simplebar-visible:before {
  opacity: 1;
}

.articles-nav .simplebar-scrollbar:before {
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
  background-image: url("../img/scroll.png");
  width: 9px;
  left: 1px;
  height: 100%;
  background-color: transparent;
}

.articles-nav .simplebar-scrollbar:before:hover {
  cursor: pointer;
}

.footer-banner {
  position: sticky;
  bottom: 0;
  left: 0;
  z-index: 50;
}

.footer-banner .banner {
  position: relative;
}

.footer-banner .banner__close {
  position: absolute;
  top: 2px;
  right: 2px;
  z-index: 20;
  opacity: 1;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.footer-banner .banner__close:hover {
  cursor: pointer;
  opacity: 0.7;
}

.footer-banner .banner__close svg {
  width: 8px;
  height: 8px;
}

.footer-banner .banner__close path {
  stroke: var(--text-dark);
  stroke-width: 6px;
}

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

.quote__img {
  float: left;
  width: 99px;
  height: 99px;
  margin-right: 10px;
  position: relative;
}

.quote__img img {
  width: 100%;
  height: 100%;
}

.quote__author {
  overflow: hidden;
  position: relative;
  top: 25px;
}

.quote__namepost {
  padding-top: 5px;
}

.quote__name {
  font-size: 15px;
  color: var(--text);
  margin-bottom: 4px;
}

.quote__post {
  color: var(--text);
  font-size: 11px;
}

.quote__content {
  display: block;
  clear: left;
  border: 3px solid var(--orange);
  padding: 35px 0 30px 0;
}

.quote__content-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -webkit-column-gap: 72px;
     -moz-column-gap: 72px;
          column-gap: 72px;
}

.quote__content-title-quotes {
  width: 50px;
  text-align: center;
  position: relative;
  left: 6px;
  margin-bottom: auto;
}

.quote__content-title-text {
  font-size: 17px;
  line-height: 20px;
  font-style: italic;
  font-weight: 600;
  color: var(--text);
  position: relative;
  left: -8px;
}

.quote__content-title-quotes2 {
  float: left;
  margin-left: 10px;
  width: 50px;
  text-align: center;
}

.quote__content-title-text2 {
  font-size: 26px;
  line-height: 31px;
  font-style: italic;
  color: var(--text);
  padding-left: 60px;
  padding-right: 40px;
}

.quote__content-text {
  font-size: 14px;
  font-style: italic;
  font-weight: bold;
  line-height: 13px;
  color: var(--pink);
  padding: 15px;
  text-align: center;
  padding-top: 10px;
}

.quote__content-text .more_b {
  border: none;
  background: #bebebe;
  width: 150px;
  display: block;
  border-radius: 3px;
  height: 34px;
  color: var(--text-dark);
  font-size: 18px;
  line-height: 34px;
  font-weight: normal;
  text-transform: uppercase;
  font-style: normal;
  cursor: pointer;
  text-decoration: none;
  -webkit-transition-property: background-color, color;
  -o-transition-property: background-color, color;
  transition-property: background-color, color;
  -webkit-transition-duration: 0.3s;
       -o-transition-duration: 0.3s;
          transition-duration: 0.3s;
  -webkit-transition-timing-function: linear;
       -o-transition-timing-function: linear;
          transition-timing-function: linear;
}

.quote__content-text .more_b:hover {
  background: var(--pink);
  color: var(--text-white);
}

.quote__content-text-big {
  font-size: 14px;
  line-height: 18px;
  color: var(--grey-dark-2);
  padding: 15px;
  padding-top: 10px;
  position: absolute;
  background-color: var(--background-white);
  z-index: 100;
  width: 670px;
  margin-left: -420px;
  -webkit-box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
  box-shadow: 0px 0px 13px 0px rgba(0, 0, 0, 0.75);
}

.quote__content-text-big p {
  padding-top: 10px;
}

/* Страницы */

/* Страница: Главная */

.sc-content {
  padding-top: 30px;
}

.sc-content--second {
  padding-bottom: 68px;
  position: relative;
}

.sc-content--second .widget-new {
  position: absolute;
  bottom: 20px;
  left: 20px;
}

.sc-content--second .widget-new img {
  width: auto;
}

.sc-slider {
  padding-top: 10px;
  padding-bottom: 46px;
}

.sc-slider .swiper-wrapper {
  margin-bottom: 10px;
}

.sc-slider .swiper-slide {
  width: 433.33px;
  margin-right: 30px;
}

.disclaimer {
  padding-top: 24px;
  padding-bottom: 24px;
  font-size: 10px;
  line-height: 12px;
  color: var(--text-disclaimer);
  display: block;
  text-align: justify;
}

.telegram-widjet {
  display: none;
}

.grid-articles--page-article {
  -webkit-box-align: unset;
      -ms-flex-align: unset;
          align-items: unset;
}

.grid-articles--page-article .grid-articles__column:first-child {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}

.grid-articles--page-article .grid-articles__column:first-child .swiper {
  margin-top: 30px;
}

.grid-articles--page-article .grid-articles__column:nth-child(3) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.sc-page-article .card-article--min-img:first-child {
  border-top: 1px solid var(--grey-light-3);
}

.sc-page-article .text-widget {
  margin-top: -25px;
}

.sc-page-article .telegram-widget__mobile {
  display: none;
}

.sc-page-article .telegram-widget-mobile {
  display: none;
}

.sc-page-article__item-last-sticky {
  position: sticky;
  top: 100px;
  left: 0;
}

.articles-column__column {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

.articles-vertical__wrap {
  border-bottom: 1px solid var(--grey-light-3);
}

.wrap-article {
  padding-top: 30px;
  padding-bottom: 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
  position: relative;
}

.wrap-article__column-dummy {
  width: 100%;
  height: 1px;
}

.wrap-article__column-relative {
  position: relative;
  height: calc(100% - 30px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  row-gap: 30px;
}

.wrap-article__column-sticky {
  position: sticky;
  top: 114px;
  left: 0;
}

.wrap-article__sticky-overlay {
  display: none;
}

.wrap-article__wrap-sticky {
  position: absolute;
  top: 30px;
  height: 100%;
  padding-bottom: 30px;
}

.wrap-article__wrap-sticky--hidden {
  opacity: 0;
}

.wrap-article .articles-nav__content {
  max-height: calc(100dvh - 90px - 42px - 14px - 26px - 48px);
}

.wrap-article .articles-nav__content .card-article__bottom > span,
.wrap-article .articles-nav__content .card-article__bottom > a,
.wrap-article .articles-nav__content .card-article__top > span,
.wrap-article .articles-nav__content .card-article__top > a {
  font-size: 14px;
  line-height: 14px;
}

@media (max-width: 1400px) {
  .icon--play {
    width: 24px;
    height: 27px;
    min-width: 24px;
    min-height: 27px;
  }

  .icon--photo {
    width: 31px;
    height: 23px;
    min-width: 31px;
    min-height: 23px;
  }

  .main-article__wrap-img img {
    height: 380px;
  }

  .main-article__title > a {
    font-size: 28px;
    line-height: 34px;
  }

  .main-article p {
    font-size: 14px;
    line-height: 22px;
  }

  .card-article {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .card-article__title > a {
    font-size: 17px;
    line-height: 22px;
  }

  .card-article__title img {
    min-width: 80px;
    width: 80px;
    height: 55px;
  }

  .card-article__bottom > span,
  .card-article__bottom > a,
  .card-article__top > span,
  .card-article__top > a {
    font-size: 13px;
    line-height: 13px;
  }

  .card-article--img .card-article__wrap-img img {
    height: 190px;
  }

  .card-article--min-img .card-article__wrap-img img {
    min-width: 80px;
    width: 80px;
    height: 55px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 16px;
    line-height: 22px;
    padding-right: 16px;
  }

  .card-article--flex {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }

  .card-article--flex .card-article__title p {
    font-size: 14px;
    line-height: 20px;
  }

  .article-block__wrap-img img {
    height: 170px;
  }

  .article-block__title > a {
    font-size: 20px;
    line-height: 23px;
  }

  .group-articles {
    min-height: 266px;
  }

  .group-articles:after {
    font-size: 17px;
    line-height: 19px;
    top: 29px;
  }

  .article-media {
    height: 250px;
  }

  .article-media__content {
    max-width: 270px;
  }

  .article-media__content span {
    font-size: 16px;
    line-height: 22px;
  }

  .article-media__media-type {
    width: 50px;
    height: 50px;
    right: 16px;
  }

  .modal--addmenu {
    top: 56px;
  }

  .banner--footer {
    height: 80px;
  }

  .header {
    height: 80px;
  }

  .header__logo a img {
    width: 160px;
  }

  .header__menu > ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__menu > ul > li > a {
    font-size: 18px;
    line-height: 24px;
  }

  .header__wrap-btn a {
    font-size: 16px;
    line-height: 18px;
    padding: 0 14px;
  }

  .footer__menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }

  .sc-content--second {
    padding-bottom: 58px;
  }

  .sc-slider {
    padding-bottom: 26px;
  }
}

@media (max-width: 1300px) {
  .main-article__wrap-img img {
    height: 340px;
  }

  .card-article__title > a {
    font-size: 15px;
    line-height: 22px;
  }

  .card-article__bottom > span,
  .card-article__bottom > a,
  .card-article__top > span,
  .card-article__top > a {
    font-size: 12px;
    line-height: 12px;
  }

  .card-article--img .card-article__wrap-img img {
    height: 170px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 15px;
    line-height: 22px;
    padding-right: 14px;
  }

  .grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:first-child .card-article {
    padding-top: 24px;
    padding-bottom: 22px;
  }
}

@media (max-width: 1200px) {
  .display-none-xxl {
    display: none;
  }

  .container {
    max-width: 1070px;
  }

  .icon--vk {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .icon--telegram {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .icon--dz {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .icon--rutube {
    width: 26px;
    height: 26px;
    min-width: 26px;
    min-height: 26px;
  }

  .icon--play {
    width: 30px;
    height: 34px;
    min-width: 30px;
    min-height: 34px;
  }

  .icon--photo {
    width: 38px;
    height: 29px;
    min-width: 38px;
    min-height: 29px;
  }

  .main-article {
    padding-bottom: 21px;
  }

  .main-article__wrap-img img {
    height: 200px;
  }

  .main-article__title > a {
    font-size: 22px;
    line-height: 28px;
  }

  .main-article p {
    font-size: 15px;
    line-height: 21px;
  }

  .card-article {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .card-article__title {
    margin-bottom: 16px;
  }

  .card-article__title > a {
    font-size: 18px;
    line-height: 25px;
  }

  .card-article__title img {
    min-width: 87px;
    width: 87px;
    height: 60px;
  }

  .card-article__bottom > span,
  .card-article__bottom > a,
  .card-article__top > span,
  .card-article__top > a {
    font-size: 14px;
    line-height: 14px;
  }

  .card-article--img .card-article__wrap-img img {
    height: 200px;
  }

  .card-article--min-img {
    padding-top: 20px;
    padding-bottom: 24px;
  }

  .card-article--min-img .card-article__wrap-img {
    top: 2px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 17px;
    line-height: 24px;
  }

  .card-article--flex .card-article__title p {
    font-size: 15px;
    line-height: 21px;
  }

  .article-block__wrap-img img {
    height: 186px;
  }

  .article-block__title > a {
    font-size: 22px;
    line-height: 25px;
  }

  .group-articles {
    min-height: 261px;
  }

  .group-articles:after {
    font-size: 17px;
    line-height: 18px;
    top: 16px;
  }

  .grid-articles {
    -ms-grid-columns: (1fr)[3];
    grid-template-columns: repeat(3, 1fr);
  }

  .grid-articles--preview .grid-articles__column:first-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .grid-articles--preview .grid-articles__column:first-child .banner {
    display: none;
  }

  .grid-articles--preview .grid-articles__column:first-child .main-article {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .grid-articles--preview .grid-articles__column:first-child .group-articles .card-article:first-child {
    border-top: 1px solid var(--grey-light-3);
    padding-top: 22px;
  }

  .grid-articles--preview .grid-articles__column:first-child .group-articles .card-article:last-child {
    padding-bottom: 24px;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) {
    -ms-grid-column: 2;
    grid-column: 2;
    -ms-grid-row: 2;
    grid-row: 2;
  }

  .grid-articles--preview .grid-articles__column:last-child .swiper-cards {
    margin-bottom: 22px;
    display: block;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(3) {
    -ms-grid-column: 1;
    grid-column: 1;
    -ms-grid-row: 2;
    grid-row: 2;
    min-width: 0;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(3) .vk-widjet {
    margin-top: 10px;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav {
    height: calc(100% - 260px);
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap {
    max-height: 100%;
    height: 100%;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap-content {
    max-height: 100%;
    height: 100%;
  }

  .grid-articles--content .grid-articles__column:first-child .main-article {
    display: none;
  }

  .grid-articles--content .grid-articles__column:first-child .card-article {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .grid-articles--content .grid-articles__column:first-child .grid-articles__column-wrap.from-xxl-left .card-article.card-article--img {
    padding-top: 0;
  }

  .grid-articles--content .grid-articles__column:first-child .grid-articles__column-wrap.from-xxl-center .card-article:first-child {
    border-top: unset;
  }

  .grid-articles--content .grid-articles__column:last-child {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:first-child {
    display: none;
  }

  .article-media {
    height: 320px;
    padding: 16px 20px;
  }

  .article-media__content {
    max-width: 340px;
  }

  .article-media__content span {
    font-size: 20px;
    line-height: 24px;
  }

  .article-media__media-type {
    right: 22px;
    width: 62px;
    height: 62px;
  }

  .btn-search input {
    width: 270px;
  }

  .modal--addmenu {
    width: 370px;
    top: 46px;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 17px;
    line-height: 19px;
  }

  .modal--addmenu .modal__wrap-btn a {
    font-size: 16px;
    line-height: 16px;
    padding: 0 16px;
  }

  .banner--footer {
    height: 72px;
  }

  .article__wrap-shared .ya-share2__container_mobile.ya-share2__container_size_m .ya-share2__icon {
    width: 26px;
    height: 26px;
  }

  .article__wrap-img img {
    height: 33.33vw;
  }

  .header {
    height: 69px;
  }

  .header__wrapper-content {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__logo a img {
    width: 126px;
  }

  .header__inner-hamburger {
    padding: 0 10px;
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
    height: 26px;
  }

  .header__inner-hamburger > span {
    font-size: 13px;
    line-height: 14px;
  }

  .header__wrap-hamburger {
    row-gap: 2px;
  }

  .header__socials {
    -webkit-column-gap: 6px;
       -moz-column-gap: 6px;
            column-gap: 6px;
  }

  .header__menu {
    margin-right: auto;
    margin-left: 12px;
  }

  .header__menu > ul {
    -webkit-column-gap: 36px;
       -moz-column-gap: 36px;
            column-gap: 36px;
  }

  .header__menu > ul > li > a {
    font-size: 20px;
    line-height: 28px;
  }

  .header__search {
    margin-left: auto;
  }

  .header__wrap-btn {
    display: none;
  }

  .footer__menu ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .sc-content {
    padding-top: 20px;
  }

  .sc-content--second {
    padding-bottom: 30px;
  }

  .sc-slider {
    padding-top: 30px;
  }

  .grid-articles--page-article {
    row-gap: 30px;
  }

  .grid-articles--page-article .grid-articles__column:nth-child(3) {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .sc-page-article .banner__item,
  .sc-page-article .video-widjet__item {
    position: sticky;
    top: 86px;
    left: 0;
  }

  .sc-page-article .group-articles {
    border-top: 1px solid var(--grey-light-3);
  }

  .sc-page-article__item-last-sticky {
    top: 86px;
  }

  .articles-column {
    -ms-grid-column-span: 2;
    grid-column: span 2;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .articles-vertical__wrap {
    position: sticky;
    top: 86px;
    left: 0;
  }

  .articles-vertical .card-article:first-child {
    padding-top: 0;
    border-top: unset;
  }

  .wrap-article__column-sticky {
    top: 86px;
  }

  .wrap-article .articles-nav__content {
    max-height: calc(100dvh - 90px - 42px - 14px - 26px - 12px);
  }
}

@media (max-width: 1070px) {
  .main-article__title > a {
    font-size: 20px;
    line-height: 26px;
  }

  .main-article p {
    font-size: 14px;
    line-height: 20px;
  }

  .card-article__title > a {
    font-size: 16px;
    line-height: 23px;
  }

  .card-article__teg {
    font-size: 15px;
    line-height: 16px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 16px;
    line-height: 23px;
  }

  .article-block__title > a {
    font-size: 20px;
    line-height: 23px;
  }

  .article-media__content span {
    font-size: 18px;
    line-height: 22px;
  }

  .banner--footer {
    height: 66px;
  }

  .header__menu > ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .header__menu > ul > li > a {
    font-size: 18px;
    line-height: 20px;
  }

  .footer__menu ul li a {
    font-size: 16px;
    line-height: 20px;
  }
}

@media (max-width: 991px) {
  .card-article--min-img .card-article__title a {
    font-size: 15px;
    line-height: 22px;
    padding-right: 15px;
  }

  .group-articles {
    min-height: 247px;
  }

  .group-articles:after {
    font-size: 16px;
    line-height: 17px;
    top: 18px;
  }
}

@media (max-width: 990px) {
  .header {
    height: 64px;
  }

  .header__wrapper-content {
    -webkit-column-gap: 14px;
       -moz-column-gap: 14px;
            column-gap: 14px;
  }

  .header__logo a img {
    width: 110px;
  }

  .header__menu > ul {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
  }

  .header__menu > ul > li > a {
    font-size: 16px;
    line-height: 18px;
  }
}

@media (max-width: 950px) {
  .article__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 900px) {
  .icon--play {
    width: 24px;
    height: 27px;
    min-width: 24px;
    min-height: 27px;
  }

  .icon--photo {
    width: 31px;
    height: 23px;
    min-width: 31px;
    min-height: 23px;
  }

  .icon--settings svg {
    width: 32px;
    height: 32px;
  }

  .icon--calendar svg {
    width: 38px;
    height: 38px;
  }

  .main-article__wrap-img img {
    height: 170px;
  }

  .main-article__title > a {
    font-size: 18px;
    line-height: 24px;
  }

  .main-article p {
    font-size: 13px;
    line-height: 19px;
  }

  .card-article {
    padding-top: 23px;
    padding-bottom: 23px;
  }

  .card-article__title > a {
    font-size: 14px;
    line-height: 20px;
  }

  .card-article__title img {
    min-width: 80px;
    width: 80px;
  }

  .card-article__teg {
    font-size: 14px;
    line-height: 15px;
    margin-bottom: 10px;
  }

  .card-article__bottom > span,
  .card-article__bottom > a,
  .card-article__top > span,
  .card-article__top > a {
    font-size: 13px;
    line-height: 13px;
  }

  .card-article--img .card-article__wrap-img img {
    height: 170px;
  }

  .card-article--min-img {
    -webkit-column-gap: 8px;
       -moz-column-gap: 8px;
            column-gap: 8px;
  }

  .card-article--min-img .card-article__wrap-img img {
    min-width: 80px;
    width: 80px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 13px;
    line-height: 20px;
  }

  .card-article--flex .card-article__title p {
    font-size: 13px;
    line-height: 18px;
  }

  .article-block__wrap-img img {
    height: 160px;
  }

  .article-block__content {
    row-gap: 20px;
    padding: 0 18px 40px 18px;
  }

  .article-block__content p {
    font-size: 13px;
    line-height: 17px;
  }

  .article-block__title > a {
    font-size: 18px;
    line-height: 21px;
  }

  .group-articles {
    min-height: 233px;
  }

  .group-articles:after {
    font-size: 15px;
    line-height: 16px;
  }

  .article-media {
    padding: 12px 16px;
    height: 250px;
  }

  .article-media__content {
    max-width: 270px;
  }

  .article-media__content span {
    font-size: 16px;
    line-height: 22px;
  }

  .article-media__media-type {
    width: 50px;
    height: 50px;
    right: 16px;
  }

  .banner--footer {
    height: 30px;
  }
  .footer-banner .banner__close svg
 {
    width: 8px;
    height: 8px;

}
  .article__wrap-title {
    margin-bottom: 20px;
  }

  .article__title {
    font-size: 26px;
    line-height: 32px;
  }

  .article__bottom {
    margin-top: 20px;
  }

  .article__content p {
    font-size: 14px;
    line-height: 20px;
  }

  .footer__menu {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__menu ul {
    -webkit-column-gap: 20px;
       -moz-column-gap: 20px;
            column-gap: 20px;
  }

  .footer__menu ul li a {
    font-size: 14px;
    line-height: 18px;
  }

  .articles-nav {
    padding: 16px 6px 10px 10px;
  }

  .articles-nav__title {
    font-size: 24px;
    line-height: 26px;
    margin-bottom: 0;
  }

  .articles-nav__scroll-content {
    padding-right: 16px;
  }
}

@media (max-width: 830px) {
  .article__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 819.99px) {
  body {
    font-size: 16px;
  }

  .display-none-lg {
    display: none;
  }

  h3 {
    font-size: 20rem;
    line-height: 28rem;
    font-family: OpenSans;
  }

  .btn--bigsize {
    padding: 0 40rem;
  }

  .container {
    max-width: 700px;
    padding-right: 15px;
    padding-left: 15px;
  }
 .container--banner
 {
  padding:0px !important;
 	}
  .fix-height.offset-top {
    margin-top: 135rem;
  }

  .main-article__wrap-img img {
    height: 225px;
  }

  .main-article__title > a {
    font-size: 22px;
    line-height: 28px;
  }

  .card-article__title > a {
    font-size: 16px;
    line-height: 23px;
  }

  .card-article__title img {
    min-width: 85px;
    width: 85px;
    height: 60px;
  }

  .card-article__teg {
    font-size: 16px;
    line-height: 18px;
  }

  .article-block__content p {
    font-size: 14px;
    line-height: 18px;
  }

  .article-block__title > a {
    font-size: 22px;
    line-height: 25px;
  }

  .group-articles {
    min-height: 205px;
  }

  .group-articles:after {
    font-size: 14px;
    line-height: 15px;
    top: 6px;
  }

  .grid-articles {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -ms-grid-column: 2;
    grid-column: 2;
    row-gap: 15px;
    min-width: 0;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    -ms-grid-row: 2;
    grid-row: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) .video-widjet {
    margin-bottom: 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) .article-block {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
    margin-bottom: 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) .vk-widjet {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }

  .grid-articles--preview .grid-articles__column:last-child .swiper-cards {
    min-width: 0;
    margin-bottom: 20px;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(3) {
    display: none;
  }

  .grid-articles--preview .grid-articles__column:last-child .banner-swiper {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    min-width: 0;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav,
  .grid-articles--preview .grid-articles__column:last-child .group-articles {
    margin-bottom: 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav {
    height: auto;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap {
    max-height: unset;
    height: auto;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap-content {
    max-height: unset;
    height: auto;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__content {
    max-height: calc(80dvh - 90px - 42px - 14px - 26px);
    margin-bottom: 10px;
  }

  .grid-articles--content .grid-articles__column:first-child {
    -webkit-column-gap: 15px;
       -moz-column-gap: 15px;
            column-gap: 15px;
    row-gap: 0;
  }

  .grid-articles--content .grid-articles__column:first-child .text-widget {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .grid-articles--content .grid-articles__column:last-child {
    display: none;
  }

  .grid-articles--content .grid-articles__column:last-child .grid-articles__column-wrap:last-child .telegram-widget {
    display: none;
  }

  .grid-articles--content .text-widget {
    margin-top: -24px;
  }

  .article-media {
    height: 230px;
  }

  .article-media__content {
    max-width: 240px;
  }

  .article-media__content span {
    font-size: 14px;
    line-height: 18px;
  }

  .article-media__media-type {
    right: 12px;
    bottom: 12px;
    width: 48px;
    height: 48px;
  }

  .input-search-header input {
    background-color: var(--background-grey);
  }

  .btn-search input {
    width: 240px;
  }

  .modal--addmenu {
    padding-top: 16px;
    padding-right: 16px;
    width: 340px;
    height: 220px;
  }

  .modal--addmenu .modal__menu {
    margin-bottom: 12px;
  }

  .modal--addmenu .modal__menu > ul {
    row-gap: 10px;
  }

  .modal--addmenu .modal__menu > ul > li > a {
    font-size: 15px;
    line-height: 17px;
  }

  .modal--addmenu .modal__wrap-btn a {
    font-size: 15px;
    line-height: 15px;
    padding: 0 12px;
  }

  .swiper-cards .swiper-wrapper {
    padding-bottom: 10px;
  }

  .article-widget {
    height: 116px;
    width: 350px;
  }

  .article-widget__wrapper-content {
    height: 100%;
  }

  .article-widget__wrap-img {
    width: 110px;
  }

  .article-widget__wrap-img img {
    height: 100%;
  }

  .article-widget__content {
    padding: 14px 20px 18px 12px;
    max-width: 240px;
  }

  .article-widget__title a {
    font-size: 13px;
    line-height: 16px;
  }

  .article-widget__link {
    font-size: 13px;
    line-height: 14px;
  }

  .article-widget__icon-cross {
    top: 15px;
  }

  .banner--header {
    margin-bottom: 0;
  }

  .article__wrap-title {
    margin-bottom: 26px;
  }

  .article__title {
    font-size: 30px;
    line-height: 36px;
  }

  .article__bottom {
    margin-top: 26px;
  }

  .article__content p {
    font-size: 16px;
    line-height: 23px;
  }

  .article__wrap-img img {
    height: 48.78vw;
  }

  .header {
    height: 100px;
    background-color: var(--background-white);
    -webkit-box-shadow: 0 17px 34px -21px rgba(0, 0, 0, 0.2);
            box-shadow: 0 17px 34px -21px rgba(0, 0, 0, 0.2);
  }

  .header__wrapper-content {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 110px 82px auto 1fr;
    grid-template-columns: 110px 82px auto 1fr;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }

  .header__logo {
    -ms-grid-column: 1;
    grid-column: 1;
  }

  .header__hamburger {
    -ms-grid-column: 2;
    grid-column: 2;
  }

  .header__socials {
    -ms-grid-column: 3;
    grid-column: 3;
  }

  .header__menu {
    -ms-grid-column-span: 3;
    grid-column: span 3;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-top: 16px;
    margin-left: 0px;
  }

  .header__search {
    -ms-grid-column: 4;
    grid-column: 4;
    -ms-grid-row: 2;
    grid-row: 2;
    padding-top: 10px;
  }

  .header__wrapper-switch {
    -ms-grid-column: 4;
    grid-column: 4;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }

  .footer__wrapper-content {
    row-gap: 18px;
  }

  .footer__menu {
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 22px;
  }

  .footer__menu ul {
    -webkit-column-gap: 16px;
       -moz-column-gap: 16px;
            column-gap: 16px;
  }

  .footer__menu ul li a {
    font-size: 18px;
    line-height: 22px;
  }

  .footer__menu ul:last-child {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 6px;
  }

  .footer__menu ul:last-child li a {
    font-size: 14px;
    line-height: 16px;
    text-decoration: underline;
  }

  .footer__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    row-gap: 16px;
  }

  .footer__age {
    width: 28px;
    height: 28px;
  }

  .footer__age span {
    font-size: 12px;
    line-height: 12px;
  }

  .footer__copy > a img {
    width: 74px;
  }

  .footer__text span {
    font-size: 11px;
    line-height: 12px;
    text-align: center;
    display: block;
  }

  .footer-banner .container {
    padding: 0;
  }

  .disclaimer {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .telegram-widjet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }

  .grid-articles--page-article .grid-articles__column:nth-child(2) {
    display: none;
  }

  .sc-page-article .banner__item,
  .sc-page-article .video-widjet__item {
    top: 116px;
  }

  .sc-page-article__item-last-sticky {
    top: 116px;
  }

  .articles-vertical__wrap {
    top: 116px;
  }

  .wrap-article__column-dummy {
    display: none;
  }

  .wrap-article__column-relative {
    width: 100%;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    height: 100%;
  }

  .wrap-article__column-sticky {
    z-index: 1;
    position: relative;
    top: unset;
    left: unset;
    width: 400px;
  }

  .wrap-article__sticky-overlay {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    z-index: 0;
    opacity: 0;
    background-color: rgba(0, 0, 0, 0.3);
    -webkit-transition-property: opacity;
    -o-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .wrap-article__wrap-sticky {
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 10;
    width: 100%;
    padding-bottom: 0;
  }

  .wrap-article__wrap-sticky .articles-nav {
    top: 100vh;
    opacity: 0;
    -webkit-transition-property: top, opacity;
    -o-transition-property: top, opacity;
    transition-property: top, opacity;
    -webkit-transition-duration: 0.3s;
         -o-transition-duration: 0.3s;
            transition-duration: 0.3s;
    -webkit-transition-timing-function: linear;
         -o-transition-timing-function: linear;
            transition-timing-function: linear;
  }

  .wrap-article__wrap-sticky--visible {
    pointer-events: all;
  }

  .wrap-article__wrap-sticky--visible .wrap-article__sticky-overlay {
    opacity: 1;
  }

  .wrap-article__wrap-sticky--visible .articles-nav {
    top: 100px;
    opacity: 1;
  }

  .wrap-article .articles-nav {
    height: 100dvh;
    position: sticky;
    left: 0;
    padding-left: 15px;
    padding-right: 15px;
  }

  .wrap-article .articles-nav .button-calendar,
  .wrap-article .articles-nav .button-settings {
    display: none;
  }

  .wrap-article .articles-nav .button-news-close {
    display: block;
  }

  .wrap-article .articles-nav__content {
    max-height: calc(100dvh - 90px - 42px - 14px - 26px - 74px);
    margin-bottom: 10px;
  }

  .wrap-article .articles-nav__content .card-article--flex .card-article__title p {
    font-size: 15px;
    line-height: 21px;
  }
}

@media (max-width: 819px) {
  .header__inner-hamburger {
    width: intrinsic;
    width: -moz-max-content;
    width: -webkit-max-content;
  }
}

@media (max-width: 700px) {
  .display-none-md {
    display: none;
  }

  h1,
  h2 {
    font-size: 20px;
    line-height: 24px;
    font-family: OpenSans;
  }

  h1 span,
  h2 span {
    font-size: 20px;
    line-height: 24px;
    font-family: OpenSans;
  }

  h3 {
    font-size: 17px;
    line-height: 21px;
    font-family: OpenSans;
  }

  .btn--gradient {
    -webkit-box-shadow: 2.5rem 5rem 16rem rgba(222, 16, 103, 0.25);
            box-shadow: 2.5rem 5rem 16rem rgba(222, 16, 103, 0.25);
  }

  .btn--bigsize {
    font-size: 14rem;
    line-height: 16rem;
    font-family: OpenSans;
    padding: 0 12rem;
    min-height: 48rem;
    max-height: 48rem;
  }

  .fix-height.offset-top {
    margin-top: 88rem;
  }

  .checkbox label > input:checked + div::before {
    background-size: 10px;
  }

  .article__title {
    font-size: 28px;
    line-height: 34px;
  }
}

@media (max-width: 630px) {
  .icon--play {
    width: 20px;
    height: 23px;
    min-width: 20px;
    min-height: 23px;
  }

  .icon--photo {
    width: 27px;
    height: 19px;
    min-width: 27px;
    min-height: 19px;
  }

  .main-article__wrap-img img {
    height: 200px;
  }

  .card-article__title > a {
    font-size: 14px;
    line-height: 20px;
  }

  .card-article__teg {
    font-size: 14px;
    line-height: 15px;
  }

  .article-block__content p {
    font-size: 13px;
    line-height: 17px;
  }

  .article-block__title > a {
    font-size: 18px;
    line-height: 21px;
  }

  .group-articles {
    min-height: 233px;
  }

  .group-articles:after {
    top: 16px;
    font-size: 15px;
    line-height: 16px;
  }

  .article-media {
    height: 40vw;
  }

  .article-media__content {
    max-width: 190px;
  }

  .article-media__content span {
    font-size: 14px;
    line-height: 18px;
  }

  .article-media__media-type {
    width: 44px;
    height: 44px;
  }

  .article-widget {
    height: 110px;
    width: 340px;
  }
}

@media (max-width: 600px) {
  .article__title {
    font-size: 26px;
    line-height: 32px;
  }
}

@media (max-width: 550px) {
  .article__title {
    font-size: 24px;
    line-height: 30px;
  }
}

@media (max-width: 530px) {
  .article-media__content {
    max-width: 163px;
  }
}

@media (max-width: 480px) {
  .theme--dark .wrap-article__wrap-sticky--visible {
    background-color: var(--grey-light-3);
  }

  .container {
    max-width: 400px;
  }

  .icon--vk {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .icon--telegram {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .icon--dz {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .icon--rutube {
    width: 24px;
    height: 24px;
    min-width: 24px;
    min-height: 24px;
  }

  .icon--play {
    width: 24px;
    height: 27px;
    min-width: 24px;
    min-height: 27px;
  }

  .icon--photo {
    width: 31px;
    height: 23px;
    min-width: 31px;
    min-height: 23px;
  }

  .main-article__wrap-img img {
    height: 50vw;
  }

  .main-article p {
    font-size: 15px;
    line-height: 21px;
  }

  .main-article--reverse {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 85px 1fr;
    grid-template-columns: 85px 1fr;
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .main-article--reverse p {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .main-article--reverse .main-article__wrap-img {
    margin-bottom: 0;
  }

  .main-article--reverse .main-article__wrap-img > img {
    height: 60px;
  }

  .main-article--reverse .main-article__title {
    position: relative;
    top: -4px;
  }

  .main-article--reverse .main-article__title a {
    font-size: 18px;
    line-height: 25px;
  }

  .card-article {
    padding-top: 28px;
    padding-bottom: 26px;
  }

  .card-article__title > a {
    font-size: 18px;
    line-height: 25px;
  }

  .card-article__bottom > span,
  .card-article__bottom > a,
  .card-article__top > span,
  .card-article__top > a {
    font-size: 14px;
    line-height: 14px;
  }

  .card-article--img .card-article__wrap-img img {

        min-width: 85px;
        width: 85px;
        height: 60px;
        float: left;
    display: inline;
    margin-right: 12px;
    position: relative;

  }
  .card-article--img .card-article__teg {
    position: relative;
    top:0px;
    left:0px;
            font-size: 14px;
        line-height: 15px;
  }
  .card-article--img .card-article__wrap-img {
    margin-bottom: 0px;
    }
  .card-article--min-img {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .card-article--min-img .card-article__wrap-img img {
    min-width: 85px;
    width: 85px;
    height: 60px;
  }

  .card-article--min-img .card-article__title a {
    font-size: 16px;
    line-height: 21px;
  }

  .card-article--flex {
    -webkit-column-gap: 12px;
       -moz-column-gap: 12px;
            column-gap: 12px;
  }

  .card-article--flex .card-article__title p {
    font-size: 15px;
    line-height: 21px;
  }

  .article-block__wrap-img img {
    height: 218px;
  }

  .article-block__content {
    padding: 0 30px 40px 22px;
  }

  .article-block__content p {
    font-size: 14px;
    line-height: 18px;
  }

  .article-block__title > a {
    font-size: 22px;
    line-height: 25px;
  }

  .group-articles {
    min-height: 229px;
  }

  .group-articles:after {
    font-size: 15px;
    line-height: 19px;
    top: 28px;
  }

  .grid-articles {
    -ms-grid-columns: (1fr)[1];
    grid-template-columns: repeat(1, 1fr);
  }

  .grid-articles__indent-top {
    margin-top: 20px;
  }

  .grid-articles--preview .grid-articles__column:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
    margin-bottom: 30px;
  }

  .grid-articles--preview .grid-articles__column:first-child .banner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding-top: 5px;
  }

  .grid-articles--preview .grid-articles__column:first-child .banner img {
    width: auto;
  }

  .grid-articles--preview .grid-articles__column:first-child .banner-swiper {
    margin-bottom: 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .grid-articles--preview .grid-articles__column:last-child .grid-articles__column-wrap:nth-child(2) .article-block {
    -webkit-box-ordinal-group: unset;
        -ms-flex-order: unset;
            order: unset;
    margin-bottom: 20px;
  }

  .grid-articles--preview .grid-articles__column:last-child .vk-widjet {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .grid-articles--preview .grid-articles__column:last-child .vk-widjet img {
    width: auto;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav {
    height: 100dvh;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav::after {
    content: "";
    display: block;
    position: absolute;
    width: calc(100% + 22.9dvw);
    height: 100%;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
            transform: translateX(-50%);
    background-color: inherit;
    z-index: 0;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .telegram-widjet {
    padding: 0 15px;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap {
    position: relative;
    z-index: 1;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__content {
    max-height: calc(100dvh - 40px - 36px - 10px - 13.9vw);
  }

  .grid-articles--content .grid-articles__column:first-child {
    display: none;
  }

  .grid-articles--content .grid-articles__column:first-child .grid-articles__column-wrap.from-xxl-center .card-article:first-child {
    border-top: 1px solid var(--grey-light-3);
  }

  .grid-articles--content .grid-articles__column:last-child {
    display: block;
  }

  .grid-articles--content .text-widget {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }

  .grid-articles--content .text-widget img {
    width: 100%;
  }

  .article-media {
    height: 250px;
    padding: 20px 12px;
  }

  .article-media__content {
    max-width: 269px;
  }

  .article-media__content span {
    font-size: 16px;
    line-height: 22px;
  }

  .article-media__media-type {
    width: 55px;
    height: 55px;
    right: 16px;
    bottom: 20px;
  }

  .modal--addmenu {
    width: 100%;
    top: 90px;
    padding-right: 0;
  }

  .modal--addmenu .modal__container {
    position: relative;
  }

  .swiper-cards {
    padding-bottom: 18px;
  }

  .swiper-cards .card-article {
    border-top: 1px solid var(--grey-light-3);
    padding-top: 20px;
  }

  .article-widget {
    left: 15px;
    bottom: 10px;
    height: 100px;
    width: 320px;
  }

  .article-widget__content {
    padding: 12px 20px 14px 12px;
  }

  .article-widget__icon-cross {
    top: 13px;
  }

  .article__wrap-title {
    margin-bottom: 20px;
  }

  .article__title {
    font-size: 22px;
    line-height: 28px;
  }

  .article__title br {
    display: none;
  }

  .article__bottom {
    margin-top: 20px;
    -webkit-column-gap: 10px;
       -moz-column-gap: 10px;
            column-gap: 10px;
    row-gap: 10px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }

  .article__content p {
    font-size: 15px;
    line-height: 21px;
    word-wrap:break-word;
  }

  .article__wrap-img {
    margin-top: 24px;
    margin-bottom: 24px;
  }

  .article__wrap-img img {
    height: 240px;
  }

  .header {
    height: 90px;
  }

  .header__wrapper-content {
    -webkit-column-gap: 9px;
       -moz-column-gap: 9px;
            column-gap: 9px;
    -ms-grid-columns: (1fr)[4];
    grid-template-columns: repeat(4, 1fr);
  }

  .header__logo a img {
    width: 80px;
  }

  .header__hamburger {
    position: static;
  }

  .header__inner-hamburger {
    height: 24px;
    padding: 0 8px;
  }

  .header__inner-hamburger > span {
    font-size: 12px;
    line-height: 13px;
  }

  .header__search {
    padding-top: 14px;
  }

  .footer {
    padding-top: 30px;
    padding-bottom: 24px;
  }

  .quote__content {
    padding: 30px 0 20px 0;
  }

  .sc-content {
    padding-top: 10px;
  }

  .sc-content--first {
    overflow: hidden;
  }

  .sc-content--second .widget-new {
    display: none;
  }

  .sc-slider {
    padding-top: 14px;
  }

  .disclaimer {
    display: none;
  }

  .grid-articles--page-article .grid-articles__column:first-child {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    min-width: 0;
  }

  .grid-articles--page-article .grid-articles__column:nth-child(3) {
    -ms-grid-column-span: 1;
    grid-column: span 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-width: 0;
  }

  .sc-page-article .vk-widjet {
    display: none;
  }

  .sc-page-article .telegram-widget {
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sc-page-article .telegram-widget__desktop {
    display: none;
  }

  .sc-page-article .telegram-widget__mobile {
    display: block;
  }

  .sc-page-article .telegram-widget-mobile {
    display: block;
    position: relative;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }

  .sc-page-article .swiper-cards {
    padding-bottom: 0;
  }

  .sc-page-article .swiper-cards .card-article {
    padding-top: 0;
    border-top: 0;
  }

  .sc-page-article .article-block {
    display: none;
  }

  .sc-page-article .banner__item,
  .sc-page-article .video-widjet__item {
    position: static;
  }

  .sc-page-article__item-last-sticky {
    position: relative;
    top: unset;
    left: unset;
  }

  .articles-column {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }

  .articles-column__alter-item {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }

  .articles-vertical__wrap {
    border-bottom: none;
  }

  .articles-vertical .card-article:last-child {
    padding-bottom: 0;
  }

  .wrap-article {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .wrap-article__sticky-overlay {
    display: none;
  }

  .wrap-article__wrap-sticky--visible {
    background-color: var(--background-grey);
  }

  .wrap-article__wrap-sticky--visible .articles-nav {
    top: 90px;
  }

  .wrap-article .articles-nav__content {
    max-height: calc(100dvh - 90px - 42px - 14px - 26px - 64px);
  }
}

@media (max-width: 400px) {
  .container {
    max-width: 100%;
  }

  .container {
    max-width: 100%;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav {
    position: relative;
    left: -15px;
    width: calc(100% + 30px);
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .telegram-widjet {
    padding: 0;
  }

  .grid-articles--preview .grid-articles__column:last-child .articles-nav .articles-nav__wrap {
    padding: 0 15px;
  }

  .article__wrap-shared span {
    font-size: 15px;
  }

  .article__wrap-img img {
    height: 60vw;
  }

  .wrap-article__column-sticky {
    width: 100%;
  }

  .wrap-article .articles-nav__content {
    max-height: calc(100dvh - 90px - 42px - 14px - 26px - 16vw);
  }
}

@media (max-width: 390px) {
  .modal--addmenu {
    height: 250px;
  }

  .modal--addmenu .modal__wrap-btn a {
    margin-bottom: 16px;
  }

  .header__socials {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }

  .header__wrapper-switch {
    display: none;
  }

  .header__wrapper-switch--modal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media (max-width: 380px) {
  .article__title {
    font-size: 20px;
    line-height: 26px;
  }

  .article__btn {
    font-size: 15px;
  }

  .article__btn--discuss {
    width: 140px;
  }

  .article__btn--ribbon {
    width: 90px;
  }
}

@media (max-width: 360px) {
  .header__menu > ul > li > a {
    font-size: 15px;
    line-height: 17px;
  }
}

@media (max-width: 350px) {
  .article-widget {
    width: 290px;
    height: 90px;
  }

  .article-widget__wrap-img {
    width: 80px;
  }

  .article-widget__content {
    max-width: 190px;
    padding: 12px 16px 12px 10px;
  }

  .article-widget__title a {
    font-size: 12px;
    line-height: 14px;
  }

  .article-widget__link {
    font-size: 12px;
    line-height: 14px;
  }

  .article-widget__icon-cross {
    top: 12px;
    right: 6px;
  }
}
.comments_items {
  margin-top: 40px;
}
.comments .talk_items_item {
  border-bottom: none;
}
.talk_items_item_message_text a {
  color: #136aaf;
  text-decoration: underline;
}
.talk_items_item_message_text a:hover {
  text-decoration: none;
}
.comments_form {
  padding-right: 0px;
  margin-bottom: 30px;
}
.comments_form_name {
  margin-left: 100px;
}
.comments_form_area {
  margin-top: 10px;
  overflow: hidden;
}
.comments_form_area_avatar {
  float: left;
  width: 70px;
  position: relative;
  height: 70px;
}
.comments_form_area_avatar img {
  width: 100%;
  height: 100%;
}
.comments_form_area_textarea {
  float: right;
  width: 480px;
  position: relative;
  height: 90px;
}
textarea {
  border: 1px solid #bebebe;
  width: 100%;
  height: 100%;
  resize: none;
  padding: 5px;
  text-indent: 10px;
  font-family: 'opensans-regular', sans-serif;
  font-size: 14px;
}
.comments_form_bottom {
  overflow: hidden;
  margin-top: 10px;
}
.comments_form_bottom_social {
  float: left;
}
.comments_form_bottom_social_items {
  font-size: 0;
  position: relative;
  display: inline-block;
  margin-top: 3px;
}
.comments_form_bottom_social_items_item {
  display: inline-block;
  margin-right: 6px;
}
.comments_form_bottom_social_title {
  font-size: 11px;
  font-family: 'Arial', sans-serif;
}
.comments_form_bottom_sign {
  float: right;
  padding-top: 18px;
  font-size: 0;
}
.comments_form_bottom_sign_in {
  margin-left: 30px;
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_in a {
  color: #000;
  border-radius: 2px;
  width: 100px;
  height: 35px;
  display: block;
  line-height: 35px;
  background: #bebebe;
  text-align: center;
  font-size: 18px;
}
.comments_form_bottom_sign_in a:hover {
  background: #b90c0c;
  color: #fff;
}
.comments_form_bottom_sign_up {
  display: inline-block;
  vertical-align: middle;
}
.comments_form_bottom_sign_up a {
  color: #b90c0c;
  text-decoration: underline;
  font-size: 18px;
}
.comments_form_bottom_sign_up a:hover {
  text-decoration: none;
}
.content_news_title
{
margin-top:-25px;
width:102%;
margin-left:-1%;
height:auto;
background-color:#fff;
    position: relative;
    padding-top:5px;
padding-left:1%;
	}
.akcent
{
 padding: 20px;
    background: #ffedbf;
	}
.theme--dark .akcent {

    background:var(--grey-light-3);
}
.theme--dark .card-article__teg
{
    color: #000000;
    }
.kons-o
{
	display:flex;
	gap:10px;
	margin-bottom:10px;
}
.kons-l img
{
 width:100%;
 max-width:230px;
 min-width:100px;
	}
.kons-r

{
 padding: 20px;
    background: #ffedbf;

	}
.news_sol_t_b
{
 font-size:18px;
 font-weight:bold;
	}
.news_content_left_list_img_author
{
    color: grey;
    font-size: 0.8em;
	}
.more_info
{
    padding-top:20px;
 	border-bottom:1px var(--pink) dotted;
 	text-decoration:none;

    color: var(--pink);
	}
.article__desc a
{
 	border-bottom:1px var(--pink) dotted;
 	text-decoration:none;
    color: var(--pink);
	}
.accent3
{
 padding-top:10px;
	}
.article__desc em {
    display: block;
    padding: 15px 10px;
    border-left: 3px #ffedbf solid;

    font-style: italic;
    color:var(--pink);
    margin-top:10px;
    margin-bottom:10px;
}
.theme--dark .kons-r
{
 background-color: var(--grey-dark-2);
	}
.theme--dark em {


    border-left: 3px var(--grey-dark-2) solid;

    font-style: italic;
    color:var(--text-menu-1);
}


@media (max-width: 580px) {
  .news_content_left_list_img_author {
    color: grey;
    font-size: 0.6em;
}
}
#window_addnews_formsend table
{
 width:100%;

 margin-top:20px;

	}
#window_addnews_formsend table input
{
font-size:18px;
margin-bottom:20px;
height:35px;
line-height:35px;
    padding-left: 10px;
    color: #333333 !important;
    border: 1px solid #686868;

	}
.but_more {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 0 19px;
    height: 34px;
    font-size: 18px;
    margin-top:20px;
    line-height: 20px;
    color: var(--text-white);
    font-weight: 500;
    font-family: Montserrat;
    background-color: var(--grey-dark);
    -webkit-transition: background-color 0.3s linear;
    -o-transition: background-color 0.3s linear;
    transition: background-color 0.3s linear;
}
.but_more:hover {
  background-color: var(--grey-light);
  opacity: 1;
}

