

/* Start:/local/templates/media/fonts.css?17775489634301*/
/* oswald-latin-200-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(/local/templates/media/./fonts/oswald-latin-200-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-200-normal.woff) format('woff');
}

/* oswald-latin-300-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/local/templates/media/./fonts/oswald-latin-300-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-300-normal.woff) format('woff');
}

/* oswald-latin-400-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/local/templates/media/./fonts/oswald-latin-400-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-400-normal.woff) format('woff');
}

/* oswald-latin-500-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/local/templates/media/./fonts/oswald-latin-500-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-500-normal.woff) format('woff');
}

/* oswald-latin-600-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/local/templates/media/./fonts/oswald-latin-600-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-600-normal.woff) format('woff');
}

/* oswald-latin-700-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/local/templates/media/./fonts/oswald-latin-700-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-latin-700-normal.woff) format('woff');
}
/* oswald-cyrillic-200-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 200;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-200-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-200-normal.woff) format('woff');
}

/* oswald-cyrillic-300-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 300;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-300-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-300-normal.woff) format('woff');
}

/* oswald-cyrillic-400-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 400;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-400-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-400-normal.woff) format('woff');
}

/* oswald-cyrillic-500-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 500;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-500-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-500-normal.woff) format('woff');
}

/* oswald-cyrillic-600-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 600;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-600-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-600-normal.woff) format('woff');
}

/* oswald-cyrillic-700-normal */
@font-face {
  font-family: 'Oswald';
  font-style: normal;
  font-display: swap;
  font-weight: 700;
  src: url(/local/templates/media/./fonts/oswald-cyrillic-700-normal.woff2) format('woff2'), url(/local/templates/media/./fonts/oswald-cyrillic-700-normal.woff) format('woff');
}
@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynSemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/media/fonts/BynBoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}
/* End */


/* Start:/local/templates/media/common.css?178168143921362*/
/* sizes */
/*
	variable naming rules:
	color-* -- color value
	fz-* -- font-size value
	fw-* -- font-weight value
	ff-* -- font-family value
	fs-* -- font-style value
	*-color -- color of specific element
	*-bg -- background of specific element
	...
*/
:root {
  /* container */
  --container-width: 1632px;
  --container-medium-width: 1106px;
  --container-small-width: 836px;
  --container-padding: 24px;
  /* grid */
  --grid-gutter-base: 24px;
  --grid-gutter-cards: 24px;
  /* colors */
  --color-black: #00041a;
  --color-white: #ffffff;
  --color-blue-100: #000b4d;
  --color-blue-90: #262f68;
  --color-blue-80: #4d5583;
  --color-blue-70: #999db8;
  --color-blue-20: #e0e1e9;
  --color-blue-10: #f5f5f7;
  --color-red-TEST: #d71300;
  --color-red: #e84c3d;
  --color-orange: #df6800;
  --color-orange-10: #fdf7f2;
  --color-yellow: #ff9900;
  --color-backdrop: color-mix(in srgb, var(--color-black) 70%, transparent);
  --color-text: var(--color-black);
  --color-link: var(--color-red);
  --color-link-hover: var(--color-red-TEST);
  --body-bg: var(--color-black);
  --loader-bg: rgba(33, 34, 35, 0.5);
  --loader-bg-light: rgba(255, 255, 255, 0.5);
  --selection-color: var(--color-white);
  --selection-bg: var(--color-blue-100);
  --overlay-bg: rgba(25, 26, 26, 0.88);
  /* border radius */
  --border-radius-big: 2rem;
  --border-radius-base: 1rem;
  --border-radius-small: 0.8rem;
  /* shadow */
  --box-shadow-base: 0px 0px 1.6rem 0px #454e8733;
  /* fonts */
  --ff-oswald: "Oswald", "Oswald Fallback", "BYN";
  --ff-nunito: "Nunito Sans", "Nunito Sans Fallback", "BYN";
  --fw-regular: 400;
  --fw-medium: 500;
  --fw-semibold: 600;
  --fw-bold: 700;
  /* text */
  --fz-base: 1.6rem;
  --lh-base: 1.3;
  --font-base: var(--fw-regular) var(--fz-base) / var(--lh-base) var(--ff-nunito);
  --fz-large: 2.4rem;
  --lh-large: 1.4;
  --font-large: var(--fw-regular) var(--fz-large) / var(--lh-large) var(--ff-nunito);
  --fz-article-title: 1.8rem;
  --lh-article-title: 1.3;
  --font-article-title: var(--fw-regular) var(--fz-article-title) / var(--lh-article-title) var(--ff-oswald);
  --fz-article: 1.8rem;
  --lh-article: 1.4;
  --font-article: var(--fw-regular) var(--fz-article) / var(--lh-article) var(--ff-nunito);
  --fz-small-1: 1.4rem;
  --lh-small-1: 1.3;
  --font-small-1: var(--fw-regular) var(--fz-small-1) / var(--lh-small-1) var(--ff-nunito);
  --fz-label: 1.2rem;
  --lh-label: 1.3;
  --font-label: var(--fw-regular) var(--fz-label) / var(--lh-label) var(--ff-nunito);
  /* headings */
  --ff-h1: var(--ff-oswald);
  --fz-h1: 4.8rem;
  --fw-h1: var(--fw-medium);
  --lh-h1: 1.3;
  --font-h1: var(--fw-h1) var(--fz-h1) / var(--lh-h1) var(--ff-h1);
  --ff-h2: var(--ff-oswald);
  --fz-h2: 3.6rem;
  --fw-h2: var(--fw-medium);
  --lh-h2: 1.3;
  --font-h2: var(--fw-h2) var(--fz-h2) / var(--lh-h2) var(--ff-h2);
  --ff-h3: var(--ff-oswald);
  --fz-h3: 3rem;
  --fw-h3: var(--fw-medium);
  --lh-h3: 1.3;
  --font-h3: var(--fw-h3) var(--fz-h3) / var(--lh-h3) var(--ff-h3);
  --ff-h4: var(--ff-oswald);
  --fz-h4: 2.4rem;
  --fw-h4: var(--fw-regular);
  --lh-h4: 1.3;
  --font-h4: var(--fw-h4) var(--fz-h4) / var(--lh-h4) var(--ff-h4);
  /* transitions */
  --trs-base: 0.18s;
  --trs-dropdown: 0.25s;
  --trs-collapse: 0.3s;
  --trs-overlay: 0.25s ease-out;
  /* sections */
  --section-margin: 9rem;
  --section-margin-s: 5.6rem;
  /* forms */
  --field-width-limit: 700px;
  --field-width-fit: 209px;
}

@media (max-width: 1199px) {
  :root {
    --border-radius-big: 1.6rem;
    /* text */
    --fz-base: 14px;
    --fz-large: 18px;
    --fz-article-title: 16px;
    --fz-article: 16px;
    --fz-small-1: 12px;
    --fz-label: 11px;
    /* headings */
    --fz-h1: 28px;
    --fz-h2: 24px;
    --fz-h3: 20px;
    --fz-h4: 18px;
    /* container */
    --container-padding: 12px;
    /* grid */
    --grid-gutter-base: 12px;
    --grid-gutter-cards: 12px;
    /* header */
    --header-height: 52px;
    /* sections */
    --section-margin: 48px;
    --section-margin-s: 32px;
    /* forms */
    --field-width-limit: 100%;
    --field-width-fit: 100%;
  }
}
:root {
  --ph-catalog-sections: 810px;
  --ph-partner-posters: 422px;
  --ph-product-line: 327px;
  --ph-article-posters: 394px;
}

@media (max-width: 1647px) {
  :root {
    --ph-catalog-sections: 1030px;
    --ph-partner-posters: 410px;
    --ph-product-line: 316px;
    --ph-article-posters: 529px;
  }
}
@media (max-width: 1199px) {
  :root {
    --ph-catalog-sections: 1546px;
    --ph-article-posters: 664px;
  }
}
@media (max-width: 767px) {
  :root {
    --ph-partner-posters: 340px;
    --ph-article-posters: 308px;
  }
}
*,
*::before,
*::after {
  box-sizing: border-box;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

a {
  color: inherit;
  text-decoration: none;
}

input[type=text],
input[type=number],
input[type=email],
input[type=tel],
input[type=password],
input[type=search],
input[type=date],
textarea {
  -webkit-appearance: none;
  -moz-appearance: textfield;
  appearance: none;
}

input,
button,
select,
textarea {
  margin: 0;
}

legend {
  padding: 0;
  margin: 0;
}

ul,
ol,
li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  appearance: none;
  margin: 0;
}

::-webkit-details-marker,
::marker {
  display: none;
  opacity: 0;
}

::-webkit-search-cancel-button {
  appearance: none;
}

:focus-visible {
  outline: none;
}

input::-ms-clear {
  display: none;
}

button::-moz-focus-inner {
  border: none;
}

button {
  appearance: none;
  border: none;
  padding: 0;
  font-family: var(--ff-base);
  font-weight: var(--fw-base);
  font-size: inherit;
  line-height: inherit;
  outline: none;
  background: transparent;
  text-align: left;
}

iframe {
  border: none;
}

html,
body {
  margin: 0;
  padding: 0;
}

body.ios,
body.ios * {
  cursor: pointer;
}

main {
  display: block;
}

@media (any-hover: none) {
  * {
    outline: none;
  }
}
.fc.fc:first-child,
.flc.flc:first-child {
  margin-top: 0;
}

.lc.lc:last-child,
.flc.flc:last-child {
  margin-bottom: 0;
}

.fcc.fcc {
  margin-top: 0;
}

.lcc.lcc {
  margin-bottom: 0;
}

.flcc.flcc {
  margin-top: 0;
  margin-bottom: 0;
}

.absolute-cover {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hidden {
  display: none !important;
}

.visible {
  display: block;
}

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

.visible-f {
  display: flex;
}

.visible-if {
  display: inline-flex;
}

.visible-inline {
  display: inline;
}

.visible-table {
  display: table;
}

.visible-tc {
  display: table-cell;
}

.clearfix::after {
  content: "";
  display: table;
  clear: both;
}

.clear {
  clear: both;
}

.contents {
  display: contents;
}

.text-left {
  text-align: left;
}

.text-right {
  text-align: right;
}

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

.text-justify {
  text-align: justify;
}

@media (max-width: 1647px) {
  .hidden-md {
    display: none !important;
  }
  .visible-md {
    display: block;
  }
  .visible-md-inline {
    display: inline;
  }
  .visible-md-f {
    display: flex;
  }
  .visible-md-if {
    display: inline-flex;
  }
  .visible-md-ib {
    display: inline-block;
  }
  .visible-md-table {
    display: table;
  }
  .visible-md-tc {
    display: table-cell;
  }
}
@media (max-width: 1199px) {
  .hidden-sm {
    display: none !important;
  }
  .visible-sm {
    display: block !important;
  }
  .visible-sm-inline {
    display: inline;
  }
  .visible-sm-f {
    display: flex !important;
  }
  .visible-sm-if {
    display: inline-flex;
  }
  .visible-sm-ib {
    display: inline-block;
  }
  .visible-sm-table {
    display: table;
  }
  .visible-sm-tc {
    display: table-cell;
  }
}
@media (max-width: 767px) {
  .hidden-xs {
    display: none !important;
  }
  .visible-xs {
    display: block !important;
  }
  .visible-xs-f {
    display: flex;
  }
  .visible-xs-if {
    display: inline-flex;
  }
  .visible-xs-inline {
    display: inline;
  }
  .visible-xs-ib {
    display: inline-block;
  }
  .visible-xs-table {
    display: table;
  }
  .visible-xs-tc {
    display: table-cell;
  }
}
@media (max-width: 639px) {
  .hidden-2xs {
    display: none !important;
  }
  .visible-2xs {
    display: block;
  }
  .visible-2xs-f {
    display: flex;
  }
  .visible-2xs-if {
    display: inline-flex;
  }
  .visible-2xs-inline {
    display: inline;
  }
  .visible-2xs-ib {
    display: inline-block;
  }
  .visible-2xs-table {
    display: table;
  }
  .visible-2xs-tc {
    display: table-cell;
  }
}
/* --- selection --- */
::selection {
  color: var(--selection-color);
  background: var(--selection-bg);
}

/* hide scrollbars on touch devices */
@media (any-hover: none) {
  * {
    scrollbar-width: none;
  }
  *::-webkit-scrollbar {
    display: none; /* for Chrome, Safari, and Opera */
  }
}
/* --- basic --- */
html {
  font-size: 10px;
}
@media (max-width: 1647px) {
  html {
    font-size: 0.6127vw;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 10px;
  }
}

html,
body {
  scroll-behavior: smooth;
}

body {
  color: var(--color-text);
  font: var(--font-base);
  position: relative;
  overflow-x: hidden;
  overflow-y: scroll;
  display: flex;
  min-height: 100vh;
  background-color: var(--color-blue-10);
}
body.ReactModal__Body--open, body.yarl__no_scroll {
  overflow: hidden;
  padding-right: var(--scrollWidth);
}
body.ReactModal__Body--open .to-top-offset, body.yarl__no_scroll .to-top-offset {
  transform: translateX(calc(var(--scrollWidth) * -1));
}
body.ReactModal__Body--open .right-image, body.yarl__no_scroll .right-image {
  margin-left: calc(var(--scrollWidth) * -1);
}
body.overflow, body[style*=overflow] {
  overflow: hidden;
  padding-bottom: env(--safe-area-inset-bottom);
  padding-right: var(--scrollWidth);
  width: 100vw;
}
body.overflow .to-top-offset, body[style*=overflow] .to-top-offset {
  transform: translateX(calc(var(--scrollWidth) * -1));
}
body.overflow .right-image, body[style*=overflow] .right-image {
  margin-left: calc(var(--scrollWidth) * -1);
}
body.overflow.is-safari, body[style*=overflow].is-safari {
  position: fixed;
}
main {
  flex: 1 1 auto;
  padding-top: 4rem;
  min-height: 50vh;
  display: flex;
}
@media (max-width: 1199px) {
  main {
    padding-top: 2rem;
  }
}

main > .container {
  display: flex;
}

main > .container > * {
  width: 100%;
}

a {
  cursor: pointer;
  border: none;
  text-decoration: none;
  text-underline-offset: 0.4rem;
  transition: var(--trs-base);
  outline-offset: 0.1rem;
  outline: none;
}
.state--focus-enabled a:focus {
  outline: 0.1rem dashed;
  outline-offset: 0.1rem;
}
@media (any-hover: hover) {
  a:hover {
    color: var(--color-light-red);
    text-decoration: none;
  }
}
a:active {
  color: var(--color-primary);
}

.wrapper {
  width: 100%;
  display: flex;
  flex-direction: column;
}

.page-section {
  margin-top: var(--section-margin);
}

@media (max-width: 1199px) {
  .page-section--style-2 {
    margin-top: calc(var(--section-margin) / 2);
  }
}

.page-section--style-3 {
  margin-top: var(--section-margin-s);
}

.page-section:first-child {
  margin-top: 0px;
}

.section-bg {
  position: relative;
  padding: calc(var(--section-margin) / 2) 0px;
  margin-top: calc(var(--section-margin) / 2);
  margin-bottom: 0px;
}

.section-bg + .section-bg {
  margin-top: 0px;
}

.page-section.section-bg + .page-section:not(.section-bg) {
  margin-top: calc(var(--section-margin) / 2);
}

.section-bg::before {
  position: absolute;
  content: "";
  top: -1px;
  bottom: -1px;
  left: calc((100vw - 100%) / 2 * -1);
  right: calc(((100vw - 100%) / 2 + 26.77% + 4.6rem) * -1);
  background-color: #fff;
  z-index: -1;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .section-bg::before {
    right: calc((100vw - 100%) / 2 * -1);
  }
}

.section-bg--style-2 {
  padding: calc(var(--section-margin)) 0px;
  margin-top: calc(var(--section-margin));
}

.section-bg--style-2::before {
  background-color: var(--color-blue-100);
}

.page-section.section-bg--style-2 + .page-section:not(.section-bg) {
  margin-top: calc(var(--section-margin));
}

div .section-bg:last-child {
  margin-bottom: calc(var(--section-margin) * -1);
  padding-bottom: var(--section-margin);
}

/* --- container --- */
.container {
  max-width: var(--container-width);
}

.container,
.container-medium,
.container-small {
  width: 100%;
  padding-left: var(--container-padding);
  padding-right: var(--container-padding);
  margin-left: auto;
  margin-right: auto;
}

.container-medium {
  max-width: var(--container-medium-width);
}

.container-small {
  max-width: var(--container-small-width);
}

.safe-bottom {
  padding-bottom: env(safe-area-inset-bottom);
}

/* --- scroll lock --- */
.state--lock {
  overflow: hidden;
}

/* --- tab behavior --- */
.tab-behavior:not(.open) {
  display: none;
}

/* --- icons --- */
.svg-sprite {
  display: block;
  width: 0;
  height: 0;
  opacity: 0;
  pointer-events: none;
}

.svg-icon {
  display: inline-block;
  vertical-align: middle;
}

.link-full:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  z-index: 1;
}

.skeleton {
  animation: pulse 1.5s cubic-bezier(0.4, 0, 0.6, 1) infinite;
  background-color: var(--color-light-grey);
  border-radius: var(--border-radius-base);
  opacity: 0.3;
}
@keyframes pulse {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 0.8;
  }
  100% {
    opacity: 0.3;
  }
}
.skeleton * {
  opacity: 0;
}

/* --- text --- */
h1,
.h1 {
  font: var(--font-h1);
  margin: 0;
}

h2,
.h2 {
  font: var(--font-h2);
  margin: 0;
}

h3,
.h3 {
  font: var(--font-h3);
  margin: 0;
}

h4,
.h4 {
  font: var(--font-h4);
  margin: 0;
}

.text-large {
  font: var(--font-large);
}

.text-article {
  font: var(--font-article);
}

.text-small-1 {
  font: var(--font-small-1);
}

b {
  font-weight: var(--fw-bold);
}

.font-base {
  font: var(--fw-base) var(--fz-base)/var(--lh-base) var(--ff-base);
}

/* --- buttons --- */
.btn {
  --height: 4.8rem;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  gap: 0.8rem;
  transition: var(--trs-base);
  line-height: 1;
}
.btn:active {
  transform: translateY(1px);
}
@media (max-width: 1199px) {
  .btn {
    --height: 4rem;
    gap: 0.4rem;
  }
}

.btn .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
}

.btn--action {
  justify-content: center;
  padding: 1.4rem;
  height: var(--height);
  min-width: var(--height);
  border-radius: var(--border-radius-base);
}
@media (max-width: 1199px) {
  .btn--action {
    padding: 0.8rem;
  }
}

.btn--bold {
  font-weight: var(--fw-bold);
}

.btn--action-text {
  font: var(--font-article-title);
  padding: 1.4rem 2rem;
  height: var(--height);
  border-radius: var(--border-radius-base);
}
@media (max-width: 1199px) {
  .btn--action-text {
    padding: 0.8rem 1.2rem;
  }
}

@media (max-width: 767px) {
  .btn--action-text-center {
    justify-content: center;
  }
}

.btn--action-text .icon {
  color: var(--color-red);
  transition: var(--trs-base);
}

.btn--blue-bg {
  background-color: var(--color-blue-90);
}

@media (hover: hover) {
  .btn--blue-bg:hover {
    cursor: pointer;
    background-color: var(--color-red);
  }
  .btn--blue-bg:hover .icon {
    color: var(--color-white);
  }
}
.btn--blue-bg:active {
  background-color: var(--color-white);
  color: var(--color-red);
}
.btn--blue-bg:active .icon {
  color: var(--color-red);
}

.btn--fw {
  width: 100%;
}

.btn--red-bg {
  background-color: var(--color-red);
}

.btn--red-bg .icon {
  color: var(--color-white);
}

@media (hover: hover) {
  .btn--red-bg:hover {
    cursor: pointer;
    background-color: var(--color-white);
    color: var(--color-red);
  }
  .btn--red-bg:hover .icon {
    color: var(--color-red);
  }
}

.btn--burger {
  display: flex;
  justify-content: center;
  min-width: 7.2rem;
  background-color: var(--color-red);
}
@media (max-width: 1199px) {
  .btn--burger {
    min-width: auto;
  }
}

@media (hover: hover) {
  .btn--burger:hover {
    background-color: var(--color-white);
    cursor: pointer;
  }
  .btn--burger:hover .icon {
    color: var(--color-red);
  }
}

.btn--burger .icon {
  color: var(--color-white);
}

.btn--blue-bg.active,
.btn--burger.active {
  background: var(--color-white);
}
.btn--blue-bg.active .icon,
.btn--burger.active .icon {
  color: var(--color-red);
}

.btn--tab {
  height: 4rem;
  border: 1px solid var(--color-blue-100);
  padding: 0.9rem 2rem;
  border-radius: var(--border-radius-base);
}
@media (hover: hover) {
  .btn--tab:hover {
    cursor: pointer;
    color: var(--color-white);
    background-color: var(--color-blue-100);
  }
}
@media (max-width: 1199px) {
  .btn--tab {
    height: 3.6rem;
    padding: 0.9rem 1.2rem;
  }
}

.btn--tab-style-2 {
  background-color: var(--color-blue-20);
  border: none;
}

.btn--tab.active {
  pointer-events: none;
  background-color: var(--color-blue-100);
  color: var(--color-white);
}

.btn--default,
.btn--border {
  border: 2px solid var(--color-red);
  border-radius: var(--height);
  padding: 0.6rem 2.4rem;
  height: var(--height);
  font-family: var(--ff-oswald);
  font-weight: var(--fw-medium);
  text-transform: uppercase;
  justify-content: center;
  font-size: var(--font-base);
}
@media (max-width: 1199px) {
  .btn--default,
  .btn--border {
    font-size: 1.2rem;
    border-width: 2px;
  }
}

.btn--size-s {
  height: 4rem;
  font-size: 1.4rem;
}
@media (max-width: 1199px) {
  .btn--size-s {
    padding: 0.75rem 1.4rem;
    height: 2.8rem;
    font-size: 1rem;
  }
}

.btn--size-xs {
  height: 3.6rem;
  font-size: 1.6rem;
}
@media (max-width: 1199px) {
  .btn--size-xs {
    padding: 0.75rem 1.4rem;
    height: 3.2rem;
    font-size: 1.2rem;
  }
}

.btn--default,
a.btn--default {
  background-color: var(--color-red);
  color: var(--color-white);
}
@media (hover: hover) {
  .btn--default:hover,
  a.btn--default:hover {
    cursor: pointer;
    background: var(--color-blue-100);
    border-color: var(--color-blue-100);
  }
}

.btn--border,
a.btn--border {
  color: var(--color-red);
}
@media (hover: hover) {
  .btn--border:hover,
  a.btn--border:hover {
    cursor: pointer;
    background: var(--color-red);
    color: var(--color-white);
  }
}

.btn--tag {
  --height: 3.6rem;
  height: var(--height);
  background-color: var(--color-blue-20);
  color: var(--color-blue-80);
  border-radius: var(--height);
  padding: 0.75rem 1.6rem;
}
@media (max-width: 1199px) {
  .btn--tag {
    height: 2.4rem;
    padding: 0.3rem 1rem;
  }
}
@media (hover: hover) {
  .btn--tag:hover {
    cursor: pointer;
    background-color: var(--color-blue-100);
    color: var(--color-white);
  }
}

.btn--text {
  color: var(--color-blue-80);
  align-items: flex-start;
  line-height: 2.4rem;
}
@media (hover: hover) {
  .btn--text:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.btn--text-inverse {
  color: var(--color-white);
}
@media (hover: hover) {
  .btn--text-inverse:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.btn--nolink {
  white-space: normal;
  font: var(--font-base);
}
@media (hover: hover) {
  .btn--nolink:hover {
    cursor: default;
    color: inherit;
  }
}
.btn--nolink:active {
  transform: none;
}

.btn--more {
  color: var(--color-red);
  font-weight: var(--fw-bold);
}
@media (hover: hover) {
  .btn--more:hover {
    cursor: pointer;
  }
}

.btn--more-right .icon {
  transform: rotate(-90deg);
  transition: var(--trs-base);
}
@media (hover: hover) {
  .btn--more-right:hover {
    cursor: pointer;
    color: var(--color-blue-100);
  }
  .btn--more-right:hover .icon {
    transform: translateX(2px) rotate(-90deg);
  }
}

.btn--arrow {
  width: 3.6rem;
  height: 3.6rem;
  box-shadow: var(--box-shadow-base);
  background-color: var(--color-white);
  border-radius: var(--border-radius-base);
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (hover: hover) {
  .btn--arrow:hover {
    cursor: pointer;
  }
  .btn--arrow:hover .icon {
    color: var(--color-red);
  }
}

.btn--arrow-size-m {
  width: 4rem;
  height: 4rem;
}

.btn--arrow-prev .icon {
  transform: rotate(90deg);
}

.btn--arrow-next .icon {
  transform: rotate(-90deg);
}

.btn.disabled,
.btn[disabled],
.btn--disabled {
  background-color: var(--color-blue-20);
  color: var(--color-blue-70);
  border-color: 1px solid var(--color-blue-20);
  pointer-events: none;
  box-shadow: none;
}

.overlay-enter {
  transform: translate3d(100%, 0, 0);
  opacity: 0;
}

.overlay-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0);
  transition: var(--trs-base);
}

.overlay-exit {
  transform: translate3d(50%, 0px, 0);
  transition: none;
}

.overlay-exit-active {
  opacity: 0;
}

.dropdown-enter {
  transform: translate3d(0, 12px, 0) scale(0.95);
  opacity: 0;
}

.dropdown-enter-active {
  opacity: 1;
  transform: translate3d(0, 0, 0) scale(1);
  transform-origin: center top;
  transition: var(--trs-base);
}

.dropdown-exit {
  transform: translate3d(0, 12px, 0);
  transition: var(--trs-base);
}

.dropdown-exit-active {
  opacity: 0;
}

.flip-list-move {
  transition: var(--trs-base);
}

.bottom-panel-enter-active,
.bottom-panel-leave-active {
  transform: translate3d(0, 0, 0);
  transform-origin: center top;
  transition: 0.25s;
}

.bottom-panel-enter-from,
.bottom-panel-leave-to {
  transform: translate3d(0, 100%, 0);
  opacity: 0;
}
/* End */


/* Start:/local/templates/media/components/banner.css?1776156524898*/
/* sizes */
.banner {
  aspect-ratio: 1160/160;
  position: relative;
  width: 100%;
  display: block;
}
@media (max-width: 767px) {
  .banner {
    aspect-ratio: 336/90;
  }
}

.banner__inner {
  position: absolute;
  inset: 0;
  display: flex;
  gap: 2.4rem;
}
@media (max-width: 767px) {
  .banner__inner {
    flex-direction: column;
  }
}

.banner__item {
  display: flex;
  width: 100%;
  border-radius: var(--border-radius-big);
  overflow: hidden;
  height: 100%;
}
@media (hover: hover) {
  .banner__item:hover {
    cursor: pointer;
  }
  .banner__item:hover img {
    transform: scale(1.05);
  }
}

.banner__item img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
  transition: transform var(--trs-base) ease;
}

.banner--style-2 {
  aspect-ratio: 1584/160;
}
@media (max-width: 767px) {
  .banner--style-2 {
    aspect-ratio: 336/196;
  }
}
/* End */


/* Start:/local/templates/media/components/blog-blog-card.css?17761565241784*/
.blog-card {
  padding-top: 3.2rem;
  display: flex;
  position: relative;
}
@media (hover: hover) {
  .blog-card:hover {
    cursor: pointer;
  }
  .blog-card:hover .blog-card__inner {
    color: var(--color-red);
  }
}

.blog-card__inner {
  padding: 1.6rem;
  border-radius: var(--border-radius-big);
  background-color: var(--color-blue-100);
  color: var(--color-white);
  border-bottom-left-radius: 0px;
  display: flex;
  flex-direction: column;
}

.blog-card__title {
  font: var(--font-h3);
  transition: color var(--trs-base) ease;
}

.blog-card__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 1.2rem;
  border-bottom: 1px solid var(--color-blue-20);
}

.blog-card__content {
  padding-top: 1.2rem;
  padding-right: 3.2rem;
  font-style: italic;
  position: relative;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--trs-base) ease;
  flex: 1;
}
.blog-card__content::after {
  content: "";
  right: 0px;
  bottom: 0;
  position: absolute;
  width: 3.2rem;
  height: 3.2rem;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%234d5583' d='M22.514.457V9.03q0 6.057-1.258 9.6Q19.886 22.17 16 24l-1.828-1.943q2.97-1.942 3.886-4.457.8-2.4.8-6.857h-3.772V.457zm-12.686 0V9.03q0 6.057-1.257 9.6Q7.2 22.17 3.314 24l-1.829-1.943q2.971-1.942 3.886-4.457.8-2.4.8-6.857H2.399V.457z'/%3E%3C/svg%3E");
}

.blog-card__image {
  width: 14rem;
  height: 14rem;
  border-radius: 50%;
  overflow: hidden;
  flex: 0 0 auto;
  margin-top: -4.8rem;
}

.blog-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End */


/* Start:/local/templates/media/components/blog-blog-list.css?177615652494*/
.blog-list__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
/* End */


/* Start:/local/templates/media/components/footer.css?17761565253729*/
/* sizes */
footer {
  margin-top: var(--section-margin);
  background-color: var(--color-blue-100);
  padding: 5.6rem 0rem;
  color: var(--color-white);
}
@media (max-width: 1199px) {
  footer {
    padding: 2.4rem 0rem;
  }
}

.footer {
  display: flex;
  justify-content: space-between;
  gap: 5.6rem;
}
@media (max-width: 1199px) {
  .footer {
    flex-direction: column-reverse;
    gap: 2.4rem;
  }
}

.footer__left {
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
  max-width: 37.5rem;
}
@media (max-width: 1647px) {
  .footer__left {
    max-width: 30rem;
  }
}
@media (max-width: 1199px) {
  .footer__left {
    padding-top: 2.4rem;
    border-top: 0.1rem solid var(--color-blue-80);
    max-width: none;
    gap: 1.6rem;
  }
}

.footer__logo {
  height: 10.5rem;
}
@media (max-width: 767px) {
  .footer__logo {
    height: 5rem;
  }
}

.footer__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.footer__col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1.2rem;
}

.footer__right {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 5.6rem;
  max-width: 105rem;
}
@media (max-width: 1647px) {
  .footer__right {
    gap: 3rem;
  }
}
@media (max-width: 767px) {
  .footer__right {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
}

.footer-nav,
.footer__services {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
}

@media (max-width: 1199px) {
  .footer__services {
    gap: 1.2rem;
  }
}
@media (max-width: 767px) {
  .footer__services {
    margin-top: 2.4rem;
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
  .footer__services:has(.btn:nth-child(2n+1):last-child) .btn:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 767px) {
  .footer-nav {
    padding: 1.6rem 0rem;
    border-bottom: 0.1rem solid var(--color-blue-80);
  }
  .footer-nav:first-child {
    padding-top: 0rem;
  }
}

@media (max-width: 767px) {
  .footer-nav--no-childs {
    padding: 0px;
    border: none;
  }
}

.footer-nav__toggle {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
}

.footer-nav__header {
  display: contents;
}
@media (max-width: 767px) {
  .footer-nav__header {
    display: flex;
    align-items: center;
  }
}

.footer-nav__title {
  font: var(--font-article-title);
}

@media (hover: hover) {
  a.footer-nav__title:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.footer-nav__list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}
@media (max-width: 767px) {
  .footer-nav__list {
    display: none;
  }
}

.footer-nav__item {
  transition: var(--trs-base);
}
@media (hover: hover) {
  .footer-nav__item:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

@media (max-width: 767px) {
  .footer-nav.active .footer-nav__list {
    display: flex;
  }
}

.footer-nav.active .footer-nav__toggle {
  transform: rotate(180deg);
}

.footer--en .footer__right {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 1199px) {
  .footer--en .footer__services {
    display: flex;
    flex-direction: column;
    gap: 2.4rem;
  }
  .footer--en .footer__right {
    display: contents;
  }
  .footer--en {
    flex-direction: column;
  }
  .footer--en .footer__left {
    order: 4;
  }
  .footer--en .footer__services {
    order: 2;
    margin-top: 0px;
    padding-top: 2.4rem;
    border-top: 1px solid var(--color-blue-80);
    align-items: flex-start;
  }
  .footer--en .footer__col {
    gap: 1.6rem;
  }
  .footer--en .footer__col:nth-child(1) {
    order: 2;
  }
  .footer--en .footer__col:nth-child(2) {
    order: 3;
  }
}
@media (max-width: 639px) {
  .footer--en .footer__services {
    align-items: stretch;
  }
}
/* End */


/* Start:/local/templates/media/components/footer-footer-social.css?1776156525436*/
/* sizes */
.social__list {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.2rem;
}

.social__list li a {
  display: flex;
}

.social__list-item {
  width: 4.8rem;
  height: 4.8rem;
  transition: var(--trs-base);
}
@media (max-width: 1199px) {
  .social__list-item {
    width: 4rem;
    height: 4rem;
  }
}
@media (hover: hover) {
  .social__list-item:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}
/* End */


/* Start:/local/templates/media/components/form-field-input.css?17761565252083*/
/* sizes */
.field-input-block__main {
  position: relative;
}

.field-input-block--icon input {
  padding-right: 4rem;
}

.field-input-block--icon-before input {
  padding-left: 4.8rem;
}
@media (max-width: 1199px) {
  .field-input-block--icon-before input {
    padding-left: 4.4rem;
  }
}

.field-input-block__icon {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--color-blue-70);
}

.field-input-block__icon-before {
  left: 1.2rem;
}
@media (max-width: 1199px) {
  .field-input-block__icon-before {
    left: 0.8rem;
  }
}

.field-input-block__icon-after {
  right: 1.6rem;
}
@media (max-width: 1199px) {
  .field-input-block__icon-after {
    right: 0.8rem;
  }
}

.field-input-block__icon .icon {
  width: 2.4rem;
  height: 2.4rem;
}

.field-input-block__descr {
  margin-top: 0.8rem;
  font: var(--font-mini);
  color: var(--color-grey-text);
}

.field-input {
  --height: 4.8rem;
  display: block;
  height: var(--height);
  width: 100%;
  min-width: 0;
  color: var(--color-black);
  background: var(--color-white);
  border-radius: var(--border-radius-base);
  border: 1px solid var(--color-blue-20);
  padding: 0.7rem 1.2rem;
  transition: var(--trs-base);
  font: var(--font-base);
  outline: none;
}
@media (max-width: 1199px) {
  .field-input {
    --height: 4rem;
  }
}
.field-input::placeholder {
  font: var(--font-base);
  color: var(--color-blue-70);
  transition: var(--trs-base);
}
@media (any-hover: hover) {
  .field-input:hover {
    border-color: var(--color-blue-70);
    cursor: pointer;
  }
}
.field-input:focus {
  border-color: var(--color-blue-100);
}
.field-input:disabled {
  border-color: var(--color-grey-stroke);
  color: var(--color-grey-stroke);
  pointer-events: none;
}
.field-input:disabled ::placeholder {
  border-color: var(--color-grey-stroke);
}
.form-error .field-input {
  border-color: var(--color-red);
}
.form-error .field-input:focus {
  border-color: var(--color-red);
}

.field-input--texarea {
  height: 10rem;
  resize: none;
}
/* End */


/* Start:/local/templates/media/components/header.css?17761565252515*/
/* sizes */
header {
  padding: 2.1rem 0rem;
  background: var(--color-blue-100);
  color: var(--color-white);
  position: relative;
  z-index: 12;
  position: sticky;
  top: 0;
}
@media (max-width: 1199px) {
  header {
    padding: 1.2rem 0rem;
  }
}

body.backdrop .wrapper::before {
  content: "";
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: var(--color-backdrop);
  z-index: 13;
}

.header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
  z-index: 11;
}
@media (max-width: 1647px) {
  .header {
    gap: 2.4rem;
  }
}

.header__left {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1647px) {
  .header__left {
    gap: 1rem;
  }
}
@media (max-width: 1199px) {
  .header__left {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
  }
}

.header__row {
  display: contents;
}
@media (max-width: 1199px) {
  .header__row {
    display: flex;
    align-items: center;
    gap: 1.2rem;
  }
}

.header__logo {
  aspect-ratio: 230/40;
  max-height: 4rem;
  display: flex;
  align-items: center;
}
@media (max-width: 1199px) {
  .header__logo {
    aspect-ratio: 84/28;
  }
}

.header__logo--en {
  aspect-ratio: 133/40;
}

.header__logo img {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.header__adult {
  border-radius: var(--border-radius-small);
  border: 1px solid var(--color-white);
  padding: 0.7rem 1.2rem;
  color: var(--color-white);
  font-size: 2rem;
  font-weight: var(--fw-medium);
}
@media (max-width: 1199px) {
  .header__adult {
    display: none;
  }
}

.header__mid {
  display: flex;
  align-items: center;
  gap: 4.8rem;
  font: var(--font-article-title);
}
@media (max-width: 1199px) {
  .header__mid {
    display: none;
  }
}

.header__right {
  display: flex;
  align-items: center;
  gap: 2rem;
}
@media (max-width: 1199px) {
  .header__right {
    width: 100%;
    justify-content: space-between;
    flex-direction: row-reverse;
  }
}

.header-link {
  display: flex;
  align-items: center;
  gap: 0.8rem;
  color: var(--color-white);
  transform: var(--trs-base);
}
@media (hover: hover) {
  .header-link:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.header-link .icon {
  width: 2.4rem;
  height: 2.4rem;
  color: var(--color-red);
}

.header-link.active {
  color: var(--color-red);
  pointer-events: none;
}

@media (max-width: 1199px) {
  .header--en .header__right {
    flex-direction: row;
  }
}
/* End */


/* Start:/local/templates/media/components/header-header-menu.css?17761565256390*/
@charset "UTF-8";
/* sizes */
.slam-menu {
  background-color: var(--color-blue-100);
  border-top: 1px solid var(--color-blue-80);
  color: var(--color-white);
  position: absolute;
  top: 100%;
  left: 0;
  right: 0;
  opacity: 0;
  visibility: hidden;
  z-index: 12;
}
@media (max-width: 1199px) {
  .slam-menu {
    height: calc(100dvh - 6.4rem);
    overflow: auto;
    padding: 2rem 0px;
    padding-bottom: 5.2rem;
  }
}

.slam-menu.active {
  opacity: 1;
  visibility: visible;
}

.wrapper:has(.slam-menu.active)::before {
  content: "";
  position: fixed;
  left: 0;
  top: 0;
  width: calc(100% - var(--scrollWidth));
  height: 100%;
  background-color: var(--color-backdrop);
  z-index: 11;
}

.slam-menu__grid {
  display: grid;
  grid-template-columns: 1fr 25%;
}
@media (max-width: 1199px) {
  .slam-menu__grid {
    display: flex;
    flex-direction: column;
    overflow: auto;
  }
}

.slam-menu__toggle {
  width: 2.4rem;
  height: 2.4rem;
  margin-left: auto;
}

.slam-menu__inner {
  position: relative;
}

.slam-menu__nav-list {
  -webkit-overflow-scrolling: auto;
  -moz-overflow-scrolling: auto;
  -ms-overflow-scrolling: auto;
  -o-overflow-scrolling: auto;
  overflow-y: auto;
  padding: 4rem 0;
  width: 21.6%;
  display: flex;
  flex-direction: column;
  border-right: 1px solid var(--color-blue-80);
  height: 100%;
}
.slam-menu__nav-list::-webkit-scrollbar {
  width: 0.5rem; /* ширина для вертикального скролла */
  height: 0.5rem; /* высота для горизонтального скролла */
  border-radius: 1rem;
  background-color: var(--color-blue-90);
}
.slam-menu__nav-list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue-70);
  border-radius: 1em;
}
.slam-menu__nav-list::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: var(--color-blue-70);
}
@media (max-width: 1199px) {
  .slam-menu__nav-list {
    width: auto;
    padding: 0rem 0rem;
    overflow: visible;
    border-right: none;
  }
}

.slam-menu__inner,
.slam-menu__top {
  max-height: min(100dvh - 28rem, 55rem);
}
@media (max-width: 1199px) {
  .slam-menu__inner,
  .slam-menu__top {
    max-height: none;
  }
}

.slam-menu__top {
  padding: 4rem;
  padding-right: 0rem;
  border-left: 1px solid var(--color-blue-80);
  margin-left: 2.2rem;
}
@media (max-width: 1199px) {
  .slam-menu__top {
    margin-left: 0rem;
    padding: 0rem;
    padding-top: 2rem;
    border-left: none;
  }
}

.slam-menu__top > div {
  height: 100%;
}

.slam-menu__nav-lvl2 {
  display: none;
  left: 21.6%;
  max-height: 100%;
  overflow: auto;
  position: absolute;
  top: 4rem;
  bottom: 4rem;
  padding: 0rem 4rem;
  transition: all 0.3s ease;
  width: 78.4%;
  z-index: 2;
}
.slam-menu__nav-lvl2::-webkit-scrollbar {
  width: 0.5rem; /* ширина для вертикального скролла */
  height: 0.5rem; /* высота для горизонтального скролла */
  border-radius: 1rem;
  background-color: var(--color-blue-90);
}
.slam-menu__nav-lvl2::-webkit-scrollbar-thumb {
  background-color: var(--color-blue-70);
  border-radius: 1em;
}
.slam-menu__nav-lvl2::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: var(--color-blue-70);
}
@media (max-width: 1199px) {
  .slam-menu__nav-lvl2 {
    position: static;
    width: auto;
    padding: 0rem;
  }
}

.slam-menu__nav-item {
  height: 8rem;
  flex: 0 0 auto;
  display: flex;
}
@media (max-width: 1199px) {
  .slam-menu__nav-item {
    flex-direction: column;
    height: auto;
    margin-bottom: 1.6rem;
  }
  .slam-menu__nav-item:last-child {
    margin-bottom: 0px;
  }
}

@media (max-width: 1199px) {
  .slam-menu__nav-item.has-nav {
    flex-direction: column;
    height: auto;
    padding: 1.6rem 0rem;
    border-bottom: 1px solid var(--color-blue-80);
    margin-bottom: 0px;
  }
  .slam-menu__nav-item.has-nav:first-child {
    padding-top: 0rem;
  }
}

.slam-menu__contacts {
  padding-top: 2rem;
  border-top: 1px solid var(--color-blue-80);
  margin-top: 2rem;
}

.slam-menu__contacts-list {
  display: flex;
  flex-direction: column;
  gap: 1.2rem;
}

.slam-menu__footer {
  border-top: 1px solid var(--color-blue-80);
  padding: 4rem 0rem;
}
@media (max-width: 1199px) {
  .slam-menu__footer {
    padding: 0rem;
    padding-top: 2rem;
    margin-top: 2rem;
  }
}

.slam-menu__services {
  display: flex;
  align-items: center;
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .slam-menu__services {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 1.2rem;
  }
  .slam-menu__services > div:last-child {
    grid-column: span 2;
  }
}

@media (max-width: 1199px) {
  .slam-menu__services--en {
    display: flex;
    align-items: flex-start;
  }
}
@media (max-width: 767px) {
  .slam-menu__services--en {
    align-items: stretch;
    flex-direction: column;
  }
}

.slam-menu__nav-title {
  width: 100%;
  display: flex;
  align-items: center;
  position: relative;
}

.slam-menu__nav-item.active .slam-menu__nav-link {
  color: var(--color-red);
}

@media (min-width: 1200px) {
  .slam-menu__nav-item.active .slam-menu__nav-link::after {
    position: absolute;
    content: "";
    right: 0;
    width: 6px;
    top: 0;
    bottom: 0;
    background: var(--color-red);
  }
}

.slam-menu__nav-item.active .slam-menu__nav-lvl2 {
  display: block;
}

.slam-menu__nav-item.active .slam-menu__toggle {
  transform: rotate(180deg);
}

.slam-menu__nav-lvl2-list {
  column-count: 3;
  display: block;
  flex-direction: row;
  flex-wrap: wrap;
  max-height: none;
  overflow: auto;
  -webkit-overflow-scrolling: auto;
  -moz-overflow-scrolling: auto;
  -ms-overflow-scrolling: auto;
  -o-overflow-scrolling: auto;
  overflow-y: auto;
  padding: 0.5rem 0 3rem;
  width: 100%;
}
@media (max-width: 1199px) {
  .slam-menu__nav-lvl2-list {
    column-count: 1;
    padding: 1.6rem 0rem;
    padding-bottom: 0rem;
  }
}

.slam-menu__nav-lvl2-item {
  break-inside: avoid-column;
  display: inline-grid;
  flex-direction: column;
  margin-bottom: 2rem;
  padding: 0 2rem;
  page-break-inside: avoid;
  width: 100%;
}
.slam-menu__nav-lvl2-item:last-child {
  margin-bottom: 0rem;
}
@media (max-width: 1199px) {
  .slam-menu__nav-lvl2-item {
    padding: 0rem;
    margin-bottom: 1.6rem;
  }
}

@media (hover: hover) {
  .slam-menu__nav-lvl2-link:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}
/* End */


/* Start:/local/templates/media/components/header-header-search.css?1776156525507*/
/* sizes */
.header-search {
  position: relative;
}

.header-search__input {
  position: absolute;
  right: calc(100% + 0.8rem);
  top: 50%;
  transform: translateY(-50%);
  width: 44rem;
  max-width: 0rem;
  transition: var(--trs-base);
  overflow: hidden;
}
@media (max-width: 1199px) {
  .header-search__input {
    right: calc(100% + 0.4rem);
    width: calc(100vw - var(--container-padding) * 2 - var(--scrollWidth) - 4.4rem);
  }
}

.header-search.active .header-search__input {
  max-width: 50rem;
}
/* End */


/* Start:/local/templates/media/components/header-header-top-menu.css?17761565251663*/
@charset "UTF-8";
/* sizes */
.header-top-menu {
  color: var(--color-white);
  display: flex;
  flex-direction: column;
}

.header-top-menu__title {
  margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
  .header-top-menu__title {
    margin-bottom: 2rem;
  }
}

.header-top-menu__list {
  display: flex;
  flex-direction: column;
  gap: 2rem;
  max-height: 100%;
  overflow: auto;
  padding: 0.2rem 0rem;
}
.header-top-menu__list::-webkit-scrollbar {
  width: 0.5rem; /* ширина для вертикального скролла */
  height: 0.5rem; /* высота для горизонтального скролла */
  border-radius: 1rem;
  background-color: var(--color-blue-90);
}
.header-top-menu__list::-webkit-scrollbar-thumb {
  background-color: var(--color-blue-70);
  border-radius: 1em;
}
.header-top-menu__list::-webkit-scrollbar-thumb:hover {
  cursor: pointer;
  background-color: var(--color-blue-70);
}
.header-top-menu__list {
  padding-right: 1rem;
}
@media (max-width: 1199px) {
  .header-top-menu__list {
    gap: 1.6rem;
  }
}

.header-top-menu__item {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 16px;
}

.header-top-menu__item::before {
  position: relative;
  top: 1.2rem;
  content: "";
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--color-red);
}

@media (hover: hover) {
  .header-top-menu__link:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.header-top-menu--style-2 .header-top-menu__list {
  max-height: 40rem;
}
@media (max-width: 1199px) {
  .header-top-menu--style-2 .header-top-menu__list {
    max-height: none;
  }
}
/* End */


/* Start:/local/templates/media/components/header-header-top-sticker.css?17780697474072*/
/* sizes */
body:has(.slam-menu.active) .header-top-sticker {
  display: none;
}

.header-top-sticker {
  position: fixed;
  top: 30%;
  left: 0;
  display: flex;
  align-items: flex-start;
  z-index: 8;
}
@media (max-width: 1199px) {
  .header-top-sticker {
    left: auto;
    right: 0;
    max-width: calc(100% - 2rem);
    flex-direction: row-reverse;
    z-index: 14;
    width: 100%;
    transform: translateX(calc(100% - 3rem));
  }
}

@media (max-width: 1199px) {
  .header-top-sticker.active {
    top: 0;
    bottom: 0;
    height: 100%;
    transition: transform var(--trs-base) ease;
    transform: translateX(0%);
    top: 0;
    bottom: 0;
  }
}

.header-top-sticker__overflow {
  max-width: 0rem;
  transition: var(--trs-base);
  margin-top: -4rem;
  overflow: hidden;
  border-top-right-radius: var(--border-radius-big);
  border-bottom-right-radius: var(--border-radius-big);
}
@media (max-width: 1199px) {
  .header-top-sticker__overflow {
    flex: 1;
    height: 100%;
    margin-top: 0px;
    border-radius: 0px;
    min-width: calc(100% - 3rem);
  }
}

.header-top-sticker__inner {
  min-width: 500px;
  background-color: var(--color-blue-100);
  box-shadow: 2.4rem 0 4.8rem 0 rgba(0, 4, 26, 0.3019607843);
  display: none;
}
@media (max-width: 1199px) {
  .header-top-sticker__inner {
    min-width: 100%;
    height: 100%;
    margin-top: 0;
  }
}

.header-top-sticker__inner--style-2 {
  background-color: var(--color-white);
}

.header-top-sticker__inner.active {
  display: block;
}

.header-top-sticker.active .header-top-sticker__overflow {
  max-width: 500px;
}
@media (max-width: 1199px) {
  .header-top-sticker.active .header-top-sticker__overflow {
    max-width: none;
  }
}

@media (max-width: 1199px) {
  .header-top-sticker__col {
    position: relative;
    top: 30%;
  }
  .header-top-sticker__col::after {
    left: 0;
    right: 0;
    height: 4rem;
    pointer-events: none;
    position: absolute;
    background-color: var(--color-blue-80);
    content: "";
    top: 50%;
    transform: translateY(-50%);
  }
  .header-top-sticker__col:has(.header-top-sticker__toggler--style-2.active)::after {
    background-color: var(--color-red);
  }
}

.header-top-sticker__menu {
  padding: 4.8rem;
  width: 46rem;
  display: flex;
  flex-direction: column;
  height: 100%;
  width: 100%;
}
@media (max-width: 1199px) {
  .header-top-sticker__menu {
    padding: 3.2rem 1.2rem;
  }
}

.header-top-sticker__menu > div {
  width: 100%;
  height: 100%;
}

.header-top-sticker__toggler {
  width: 3.3rem;
  height: 15.5rem;
  background-color: var(--color-red);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0;
  box-sizing: border-box;
  mask-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='36' height='171' fill='none' viewBox='0 0 36 171'%3E%3Cpath fill='%234d5583' d='M18.222 6.074A26 26 0 0 1 36 30.74v109.52a26 26 0 0 1-17.778 24.666L0 171V0z'/%3E%3C/svg%3E");
  mask-position: center center;
  mask-size: cover;
  position: relative;
  z-index: 2;
}
@media (max-width: 1199px) {
  .header-top-sticker__toggler {
    height: 11.2rem;
    width: 2.4rem;
    transform: scaleX(-1);
  }
}
@media (hover: hover) {
  .header-top-sticker__toggler:hover {
    cursor: pointer;
    background-color: var(--color-blue-80);
  }
}

.header-top-sticker__toggler.active {
  z-index: 3;
}

.header-top-sticker__toggler--style-2 {
  background-color: var(--color-blue-80);
  position: relative;
  z-index: 1;
  margin-top: -1rem;
}

@media (max-width: 1199px) {
  .header-top-sticker__toggler--style-3 {
    height: 13.2rem;
  }
}

.header-top-sticker__title {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  color: var(--color-white);
  text-align: center;
  font-weight: var(--fw-bold);
}
@media (max-width: 1199px) {
  .header-top-sticker__title {
    font: var(--font-small-1);
    font-weight: var(--fw-bold);
    transform: rotate(180deg) scaleX(-1);
  }
}

.header-top-sticker__feed-title {
  font: var(--font-h2);
  margin-bottom: 0.8rem;
}

/* End */


/* Start:/local/templates/media/components/index-tabs.css?177615652487*/
/* sizes */
@media (max-width: 1199px) {
  .index-tabs {
    margin-bottom: 2rem;
  }
}
/* End */


/* Start:/local/templates/media/components/main-grid-layout.css?1776156525431*/
/* sizes */
.main-grid {
  display: grid;
  grid-template-columns: 73.23% auto;
  column-gap: 4.6rem;
}
.main-grid__right {
  display: flex;
}
@media (max-width: 1199px) {
  .main-grid__right {
    display: none;
  }
}
.main-grid__footer {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .main-grid {
    display: block;
  }
}

@media (max-width: 1199px) {
  .main-grid--style-2 .main-grid__right {
    display: flex;
  }
}
/* End */


/* Start:/local/templates/media/components/news-card.css?177807451610411*/
/* sizes */
.news-card {
  position: relative;
  background-color: var(--color-blue-20);
  border-radius: var(--border-radius-big);
  width: 100%;
  transition: background-color var(--trs-base) ease, box-shadow var(--trs-base) ease;
}
@media (hover: hover) {
  .news-card:where(:not(.news-card--anchor-link)):hover {
    cursor: pointer;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-base);
  }
  .news-card:where(:not(.news-card--anchor-link)):hover .news-card__title {
    color: var(--color-red);
  }
}

.news-card__inner {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  height: 100%;
}
@media (max-width: 1199px) {
  .news-card__inner {
    padding: 1.2rem;
    gap: 1.2rem;
  }
}

.news-card__content {
  display: flex;
  flex-direction: column;
  flex: 1;
  gap: 1.2rem;
}

.news-card__label {
  position: absolute;
  top: 0.8rem;
  left: 0.8rem;
  font: var(--font-label);
  background-color: var(--color-blue-80);
  color: var(--color-white);
  padding: 0.3rem 0.8rem;
  border-radius: var(--border-radius-big);
  min-height: 2.2rem;
}

.news-card__image {
  max-height: 100%;
  max-width: 24rem;
  border-radius: 1.6rem;
  aspect-ratio: 240/160;
  position: relative;
  overflow: hidden;
  align-self: flex-start;
  flex: 0 0 auto;
  width: 100%;
}
@media (max-width: 767px) {
  .news-card__image {
    max-width: none;
    border-radius: 1.2rem;
  }
}

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

.news-card__ads {
  font: var(--font-small-1);
}

.news-card__descr {
  font-weight: var(--fw-bold);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  text-overflow: ellipsis;
}

.news-card__status {
  margin-top: auto;
}

.news-card__buttons {
  margin-top: auto;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 2rem;
}
@media (max-width: 1647px) {
  .news-card__buttons {
    gap: 1.2rem;
  }
}
@media (max-width: 1199px) {
  .news-card__buttons {
    display: grid;
    grid-template-columns: 1fr 1fr;
  }
}

.news-card__round {
  color: var(--color-white);
  background-color: var(--color-blue-70);
  width: 6rem;
  height: 2.6rem;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4rem;
  text-align: center;
  font: var(--font-article-title);
}
@media (max-width: 1199px) {
  .news-card__round {
    width: 5.4rem;
    height: 2.4rem;
  }
}

.news-card__header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.6rem;
  border-bottom: 1px solid var(--color-blue-70);
  align-self: stretch;
  gap: 1.6rem;
  flex: 0 0 auto;
}
@media (max-width: 1199px) {
  .news-card__header {
    padding-bottom: 1.2rem;
  }
}

.news-card__header .news-card__title {
  align-self: center;
}

.news-card__title {
  font: var(--font-article-title);
  transition: color var(--trs-base) ease;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}
@media (max-width: 767px) {
  .news-card__title {
    -webkit-line-clamp: 2;
  }
}

.news-card__text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 639px) {
  .news-card__text {
    -webkit-line-clamp: 2;
  }
}

.news-card__tags {
  position: relative;
  z-index: 2;
}

@media (hover: hover) {
  .news-card--anchor-link .news-card__title:hover,
  .news-card--anchor-link .news-card__image:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.news-card--column .news-card__inner {
  flex-direction: column;
}

.news-card--row .news-card__title {
  -webkit-line-clamp: 5;
}
@media (max-width: 767px) {
  .news-card--row .news-card__title {
    -webkit-line-clamp: 2;
  }
}

.news-card--style-2 {
  background-color: var(--color-blue-90);
}

.news-card--style-2 .news-card__image {
  max-width: 19.6rem;
  aspect-ratio: 196/110;
}

.news-card--style-2 .news-card__inner {
  gap: 1.2rem;
  padding: 1.2rem;
}

.news-card--style-2 .news-card__title {
  -webkit-line-clamp: 4;
}

@media (hover: hover) {
  .news-card--style-3:hover {
    cursor: default;
    background-color: var(--color-blue-20);
    box-shadow: none;
  }
  .news-card--style-3:hover .news-card__title {
    color: inherit;
  }
}

.news-card--style-3 .news-card__title {
  -webkit-line-clamp: 1;
}

.news-card--style-3 .news-card__content {
  gap: 1.6rem;
}

.news-card--style-3.news-card--accent .news-card__ads {
  font: var(--font-h4);
}

.news-card--style-3.news-card--accent .news-card__subtitle {
  color: var(--color-blue-70);
}

.news-card--style-3.news-card--accent .news-card__descr {
  font-weight: var(--fw-regular);
}

.news-card--style-3.news-card--accent .news-card__content {
  gap: 3.2rem;
}

.news-card--style-3.news-card--accent .news-card__round {
  font: var(--font-h4);
  width: 8.6rem;
  height: 4.8rem;
  background-color: var(--color-blue-80);
}

.news-card--style-4 .news-card__content {
  gap: 1.2rem;
}

.news-card--style-4 {
  background-color: var(--color-white);
}

@media (min-width: 768px) {
  .news-card--row .news-card__inner {
    flex-direction: row;
  }
  .news-card--column {
    height: 38.2rem;
  }
  .news-card--row {
    height: 19.2rem;
  }
  .news-card--style-2 {
    height: 13.4rem;
  }
  .news-card--style-4 {
    height: auto;
  }
  .news-card--accent .news-card__status {
    padding-top: 2rem;
    border-top: 0.1rem solid var(--color-blue-70);
  }
  .news-card--accent .news-card__title {
    font: var(--font-h3);
    -webkit-line-clamp: 3;
  }
  .news-card--accent {
    background-color: var(--color-blue-100);
    color: var(--color-white);
  }
}
@media (min-width: 768px) and (hover: hover) {
  .news-card--accent:hover {
    cursor: pointer;
    background-color: var(--color-blue-100);
  }
}
@media (min-width: 768px) {
  .news-card--column-span .news-card__image {
    max-width: none;
    aspect-ratio: 536/278;
  }
  .news-card--column-span {
    height: auto;
  }
  .news-card--accent .news-card__image {
    aspect-ratio: 536/388;
  }
  .news-card--wide {
    height: 40.4rem;
  }
  .news-card--wide .news-card__image {
    max-width: none;
    flex: 0 0 50%;
  }
  .news-card--wide .news-card__title {
    font: var(--font-h2);
    -webkit-line-clamp: 5;
  }
  .news-card--row-reverse .news-card__inner {
    flex-direction: row-reverse;
  }
}
@media (max-width: 1199px) {
  .news-card--style-2 .news-card__inner {
    flex-direction: row;
    padding: 0.8rem;
  }
  .news-card--style-2 {
    height: 10rem;
  }
  .news-card--style-2 .news-card__image {
    max-width: 14rem;
  }
  .news-card--style-3.news-card--accent .news-card__round {
    width: 6rem;
    height: 3.6rem;
  }
  .news-card--style-3.news-card--accent .news-card__title {
    font: var(--font-h2);
  }
  .news-card--style-3.news-card--accent .news-card__buttons {
    display: flex;
  }
  .news-card--style-3.news-card--accent .news-card__buttons > * {
    width: 100%;
  }
  .news-card--style-3.news-card--accent .news-card__content {
    gap: 1.2rem;
  }
  .news-card--style-3.news-card--accent {
    background-color: var(--color-blue-100);
    color: var(--color-white);
  }
}
@media (min-width: 480px) and (max-width: 1199px) {
  .news-card--row,
  .news-card--column {
    height: 17.2rem;
  }
  .news-card--style-2 {
    height: 10rem;
  }
  .news-card--row .news-card__content,
  .news-card--column .news-card__content {
    display: contents;
  }
  .news-card--row .news-card__inner,
  .news-card--column .news-card__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 1.2rem;
  }
  .news-card--row .news-card__status,
  .news-card--column .news-card__status,
  .news-card--column-span .news-card__status {
    grid-column: span 2;
  }
  .news-card--column .news-card__title,
  .news-card--row .news-card__title {
    -webkit-line-clamp: 5;
  }
  .news-card--wide .news-card__title {
    -webkit-line-clamp: 3;
  }
  .news-card--style-2 .news-card__title {
    -webkit-line-clamp: 4;
  }
  .news-card--style-3 {
    height: auto;
  }
  .news-card--style-3 .news-card__inner {
    grid-template-columns: 4fr 5fr;
    grid-template-rows: auto 1fr auto;
  }
  .news-card--style-3 .news-card__image {
    grid-row: span 2;
  }
  .news-card--style-3 .news-card__buttons {
    grid-column: span 2;
  }
  .news-card--style-3.news-card--accent .news-card__image {
    grid-row: span 2;
  }
  .news-card--style-3.news-card--accent .news-card__content {
    gap: 1.6rem;
    grid-row: span 2;
  }
  .news-card--style-3.news-card--accent .news-card__inner {
    grid-template-rows: auto;
    grid-template-columns: minmax(auto, 50%) 1fr;
  }
  .news-card--style-3.news-card--accent .news-card__content {
    display: flex;
  }
  .news-card--style-3.news-card--accent .news-card__header {
    grid-column: span 2;
  }
  .news-card--style-3.news-card--accent {
    height: auto;
  }
  .news-card--style-3.news-card--accent .news-card__title {
    font: var(--font-h2);
  }
  .news-card--style-4 {
    height: auto;
  }
  .news-card--style-4 .news-card__image {
    grid-row: span 4;
  }
  .news-card--style-4 .news-card__status {
    grid-column: span 1;
  }
  .news-card--style-4:not(:has(.news-card__image)) .news-card__inner {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 480px) and (max-width: 767px) {
  .news-card--accent,
  .news-card--column,
  .news-card--column-span {
    height: 17.2rem;
  }
  .news-card--accent .news-card__content,
  .news-card--column .news-card__content,
  .news-card--column-span .news-card__content {
    display: contents;
  }
  .news-card--accent .news-card__inner,
  .news-card--column .news-card__inner,
  .news-card--column-span .news-card__inner {
    display: grid;
    grid-template-columns: auto 1fr;
    grid-template-rows: 1fr auto;
    gap: 1.2rem;
  }
  .news-card--accent .news-card__status,
  .news-card--column .news-card__status {
    grid-column: span 2;
  }
  .news-card--style-3.news-card--accent .news-card__image {
    grid-column: span 2;
  }
  .news-card--style-3.news-card--accent .news-card__content {
    display: contents;
  }
  .news-card--style-4 .news-card__inner {
    grid-template-columns: 1fr 2fr;
  }
}

/* End */


/* Start:/local/templates/media/components/news-card-news-card-label.css?1776156525300*/
.news-card-label {
  display: flex;
  align-items: center;
  padding: 0.3rem 0.7rem;
  background-color: #fff;
  box-shadow: var(--box-shadow-base);
  border-radius: 1.3rem;
  font: var(--font-label);
  font-weight: var(--fw-semibold);
}

.news-card-label .icon {
  width: 1.4rem;
  height: 1.4rem;
}
/* End */


/* Start:/local/templates/media/components/news-card-news-card-status.css?17761565252184*/
/* sizes */
.news-card-status {
  color: var(--color-blue-80);
  font: var(--font-small-1);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 0.8rem;
  white-space: nowrap;
}

.news-card-status__right,
.news-card-status__left {
  display: flex;
  align-items: center;
}

.news-card-status__left {
  column-gap: 0.8rem;
  row-gap: 0.2rem;
  flex-wrap: wrap;
}

.news-card-status__right {
  gap: 0.4rem;
}

.news-card-status__tag {
  margin-left: 1.2rem;
}

.news-card-status__icon {
  width: 2rem;
  height: 2rem;
}

.news-card-status__tag {
  font: var(--font-small-1);
}
@media (hover: hover) {
  .news-card-status__tag:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.news-card-status__author {
  display: flex;
  text-align: right;
  justify-content: flex-end;
  align-items: center;
  gap: 0.8rem;
  margin-left: auto;
  position: relative;
  z-index: 2;
}
@media (hover: hover) {
  .news-card-status__author:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.news-card-status__author-name {
  white-space: normal;
}

.news-card-status__author-image {
  width: 3.6rem;
  height: 3.6rem;
  border-radius: 50%;
  flex: 0 0 auto;
  overflow: hidden;
}

.news-card-status__author-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.news-card-status__times {
  width: 13rem;
  height: 3.6rem;
  padding: 0.5rem;
  border-radius: 6px;
  background-color: #fff;
}

.news-card-status__times img {
  max-width: 100%;
  max-height: 100%;
}

.news-card-status--invert {
  color: var(--color-white);
}

@media (min-width: 768px) {
  .news-card-status--invert-sm {
    color: var(--color-white);
  }
}
.news-card-status--style-2 .news-card-status__left {
  color: var(--color-black);
  font-weight: var(--fw-bold);
}

.news-card-status--style-2.news-card-status--invert .news-card-status__left {
  color: var(--color-white);
}

.news-card-status--style-3 {
  color: var(--color-black);
}

.news-card-status--style-3 .news-card-status__left {
  gap: 2.4rem;
  font: var(--font-base);
}

.news-card-status--author {
  align-items: flex-end;
}

.news-card-status--author .news-card-status__right {
  max-width: 50%;
}
/* End */


/* Start:/local/templates/media/components/news-grid.css?17761565257219*/
/* sizes */
.news-grid__list {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .news-grid__list {
    gap: 1.6rem;
  }
}
@media (max-width: 767px) {
  .news-grid__list {
    display: flex;
    flex-direction: column;
  }
}

.news-grid__item {
  display: flex;
}

.news-grid--style-0 .news-grid__item {
  grid-column: span 2;
}

.news-grid--style-0 .news-grid__item.news-grid__item--wide {
  grid-column: span 4;
}

.news-grid--style-1 .news-grid__item:first-child {
  grid-row: span 3;
  grid-column: span 2;
}
.news-grid--style-1 .news-grid__item:nth-child(2) {
  grid-column: span 2;
}
.news-grid--style-1 .news-grid__item:nth-child(3) {
  grid-column: span 2;
}
.news-grid--style-1 .news-grid__item:nth-child(4) {
  grid-column: span 2;
}
.news-grid--style-1 .news-grid__item:nth-child(n+9) {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .news-grid--style-1 .news-grid__item:nth-child(5) {
    grid-column: span 2;
  }
  .news-grid--style-1 .news-grid__item:nth-child(6) {
    grid-column: span 2;
  }
  .news-grid--style-1 .news-grid__item:nth-child(7) {
    grid-column: span 2;
  }
  .news-grid--style-1 .news-grid__item:nth-child(8) {
    grid-column: span 2;
  }
}

.news-grid--style-2 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-2 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .news-grid--style-2 .news-grid__item {
    grid-column: span 2;
  }
}

.news-grid--style-3 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-3 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-3 .news-grid__item:nth-child(4) {
  grid-column: span 1;
}
.news-grid--style-3 .news-grid__item:nth-child(5) {
  grid-column: span 1;
}
.news-grid--style-3 .news-grid__item:nth-child(6) {
  grid-column: span 1;
}
.news-grid--style-3 .news-grid__item:nth-child(7) {
  grid-column: span 1;
}
@media (max-width: 1199px) {
  .news-grid--style-3 .news-grid__item {
    grid-column: span 2;
  }
  .news-grid--style-3 .news-grid__item:nth-child(4) {
    grid-column: span 2;
  }
  .news-grid--style-3 .news-grid__item:nth-child(5) {
    grid-column: span 2;
  }
  .news-grid--style-3 .news-grid__item:nth-child(6) {
    grid-column: span 2;
  }
  .news-grid--style-3 .news-grid__item:nth-child(7) {
    grid-column: span 2;
  }
}

.news-grid--style-4 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-4 .news-grid__item:nth-child(4) {
  grid-column: span 1;
}
.news-grid--style-4 .news-grid__item:nth-child(5) {
  grid-column: span 1;
}
.news-grid--style-4 .news-grid__item:nth-child(6) {
  grid-column: span 1;
}
.news-grid--style-4 .news-grid__item:nth-child(7) {
  grid-column: span 1;
}
.news-grid--style-4 .news-grid__item:nth-child(n+10) {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .news-grid--style-4 .news-grid__item:nth-child(6) {
    grid-column: span 2;
  }
  .news-grid--style-4 .news-grid__item:nth-child(7) {
    grid-column: span 2;
  }
  .news-grid--style-4 .news-grid__item:nth-child(8) {
    grid-column: span 2;
  }
  .news-grid--style-4 .news-grid__item:nth-child(9) {
    grid-column: span 2;
  }
}

.news-grid--style-5 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-5 .news-grid__item:nth-child(6),
.news-grid--style-5 .news-grid__item:nth-child(7) {
  grid-column: span 2;
}
.news-grid--style-5 .news-grid__item:nth-child(7) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
.news-grid--style-5 .news-grid__item:nth-child(8) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 3;
  grid-row-end: 5;
}
.news-grid--style-5 .news-grid__item:nth-child(n+9) {
  grid-column: span 2;
}

.news-grid--style-6 .news-grid__item:first-child {
  grid-column: span 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
.news-grid--style-6 .news-grid__item:nth-child(4) {
  grid-column: span 2;
}
.news-grid--style-6 .news-grid__item:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 5;
}
.news-grid--style-6 .news-grid__item:nth-child(n+6) {
  grid-column: span 2;
}

.news-grid--style-7 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-7 .news-grid__item:nth-child(n+6) {
  grid-column: span 2;
}

.news-grid--style-8 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-8 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-8 .news-grid__item:nth-child(5) {
  grid-column-start: 1;
  grid-column-end: 3;
  grid-row-start: 4;
  grid-row-end: 5;
}
.news-grid--style-8 .news-grid__item:nth-child(n+6) {
  grid-column: span 1;
}
.news-grid--style-8 .news-grid__item:nth-child(n+10) {
  grid-column: span 2;
}
@media (max-width: 1199px) {
  .news-grid--style-8 .news-grid__item {
    grid-column: span 2;
  }
}

.news-grid--style-9 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-9 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-9 .news-grid__item:nth-child(4) {
  grid-column: span 1;
}
.news-grid--style-9 .news-grid__item:nth-child(5) {
  grid-column: span 1;
}
.news-grid--style-9 .news-grid__item:nth-child(6) {
  grid-column: span 1;
}
.news-grid--style-9 .news-grid__item:nth-child(7) {
  grid-column: span 1;
}

.news-grid--style-10 .news-grid__item {
  grid-column: span 1;
}
.news-grid--style-10 .news-grid__item:first-child {
  grid-row: span 2;
  grid-column: span 2;
}
.news-grid--style-10 .news-grid__item:nth-child(n+10) {
  grid-column: span 2;
}

.news-grid--style-11 .news-grid__item {
  grid-column: span 1;
}
.news-grid--style-11 .news-grid__item:nth-child(n+5) {
  grid-column: span 2;
}

.news-grid--style-12 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-12 .news-grid__item:nth-child(3) {
  grid-column: span 1;
}
.news-grid--style-12 .news-grid__item:nth-child(4) {
  grid-column: span 1;
}
.news-grid--style-12 .news-grid__item:nth-child(5) {
  grid-column: span 1;
}
.news-grid--style-12 .news-grid__item:nth-child(6) {
  grid-column: span 1;
}

.news-grid--style-13 .news-grid__item {
  grid-column: span 1;
}
.news-grid--style-13 .news-grid__item:nth-child(n+8), .news-grid--style-13 .news-grid__item:first-child {
  grid-column: span 2;
}

.news-grid--style-14 .news-grid__item {
  grid-column: span 1;
}
.news-grid--style-14 .news-grid__item:nth-child(2) {
  grid-column-start: 2;
  grid-column-end: 4;
  grid-row: span 2;
}
.news-grid--style-14 .news-grid__item:nth-child(n+6) {
  grid-column: span 2;
}

.news-grid--style-15 .news-grid__item:first-child {
  grid-column: span 2;
  grid-row-start: 1;
  grid-row-end: 4;
}
.news-grid--style-15 .news-grid__item {
  grid-column: span 2;
}
.news-grid--style-15 .news-grid__item:nth-child(3), .news-grid--style-15 .news-grid__item:nth-child(4) {
  grid-column: span 1;
}
.news-grid--style-15 .news-grid__item:nth-child(5) {
  grid-column-start: 3;
  grid-column-end: 5;
  grid-row-start: 2;
  grid-row-end: 5;
}

.news-grid--style-16 .news-grid__item {
  grid-column: span 4;
}
/* End */


/* Start:/local/templates/media/components/pages-widget.css?17761565251876*/
.pages-widget {
  position: fixed;
  bottom: 10%;
  z-index: 9999;
  font-family: system-ui, -apple-system, sans-serif;
}

.pages-widget-trigger {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 1rem 1.2rem;
  background: #1a1a2e;
  color: #eee;
  border: none;
  border-radius: 0 0.8rem 0.8rem 0;
  box-shadow: 0.2rem 0 1.2rem rgba(0, 0, 0, 0.2);
  cursor: pointer;
  font-size: 1.3rem;
  transition: background 0.2s, box-shadow 0.2s;
}
.pages-widget-trigger:hover {
  background: #16213e;
  box-shadow: 0.2rem 0 1.6rem rgba(0, 0, 0, 0.25);
}

.pages-widget-triggerIcon {
  font-size: 1.6rem;
}

.pages-widget-triggerLabel {
  font-weight: 500;
}

.pages-widget-panel {
  position: absolute;
  left: 0;
  bottom: 100%;
  margin-bottom: 0.6rem;
  width: 22rem;
  max-height: 70vh;
  background: #1a1a2e;
  border-radius: 0.8rem;
  box-shadow: 0.4rem 0.4rem 2rem rgba(0, 0, 0, 0.3);
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.pages-widget-panelHeader {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1.2rem;
  background: #16213e;
  color: #eee;
  font-size: 1.2rem;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.pages-widget-close {
  background: none;
  border: none;
  color: #aaa;
  font-size: 2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 0.4rem;
}
.pages-widget-close:hover {
  color: #fff;
}

.pages-widget-list {
  overflow-y: auto;
  padding: 0.8rem;
}

.pages-widget-loading,
.pages-widget-empty {
  padding: 1.2rem;
  color: #888;
  font-size: 1.3rem;
}

.pages-widget-link {
  display: block;
  padding: 0.8rem 1rem;
  color: #b8c5d6;
  text-decoration: none;
  font-size: 1.3rem;
  border-radius: 0.6rem;
  transition: background 0.15s, color 0.15s;
}
.pages-widget-link:hover {
  background: rgba(255, 255, 255, 0.08);
  color: #fff;
}
/* End */


/* Start:/local/templates/media/components/page-header.css?17761565251043*/
/* sizes */
.page-title {
  padding-bottom: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .page-title {
    padding-bottom: 2rem;
    gap: 1.6rem;
  }
}

.page-title--style-2 {
  gap: 1.6rem;
}

.page-title__breadcrumbs {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .page-title__breadcrumbs {
    flex-direction: column;
    gap: 0.8rem;
    align-items: flex-start;
  }
}

.page-title__title {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .page-title__title {
    flex-direction: column;
    gap: 0.8rem;
  }
}

.page-title__right {
  font: var(--font-small-1);
  color: var(--color-blue-80);
}

.page-title--center {
  align-items: center;
}
@media (max-width: 1199px) {
  .page-title--center {
    align-items: flex-start;
  }
}
@media (min-width: 1200px) {
  .page-title--center {
    text-align: center;
  }
}
/* End */


/* Start:/local/templates/media/components/reports-reports-card.css?17761565241311*/
/* sizes */
.reports-card {
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
}
@media (hover: hover) {
  .reports-card:hover {
    cursor: pointer;
  }
  .reports-card:hover .reports-card__image img {
    transform: scale(1.05);
  }
  .reports-card:hover .reports-card__title {
    color: var(--color-red);
  }
}

.reports-card__date {
  position: absolute;
  z-index: 2;
  top: 0.8rem;
  left: 0.8rem;
  background-color: var(--color-white);
  font: var(--font-small-1);
  color: var(--color-blue-80);
  padding: 0.3rem 0.8rem;
  border-radius: var(--border-radius-big);
}

.reports-card__image {
  border-radius: var(--border-radius-big);
  overflow: hidden;
  aspect-ratio: 780/520;
}

.reports-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform var(--trs-base) ease;
}

.reports-card__title {
  font: var(--font-article-title);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
}
@media (max-width: 639px) {
  .reports-card__title {
    -webkit-line-clamp: 2;
  }
}

.reports-card--style-2 {
  color: var(--color-white);
}

@media (min-width: 640px) {
  .reports-card--wide .reports-card__title {
    font: var(--font-h3);
    -webkit-line-clamp: 2;
  }
}
/* End */


/* Start:/local/templates/media/components/reports-reports-list.css?1776156524437*/
/* sizes */
.reports-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .reports-list {
    gap: 1.6rem;
  }
}
@media (max-width: 639px) {
  .reports-list {
    grid-template-columns: 1fr;
  }
}

.reports-list--style-2 {
  grid-template-columns: repeat(4, 1fr);
}

@media (min-width: 640px) {
  .reports-list__item--wide {
    grid-column: span 2;
    grid-row: span 2;
  }
}
/* End */


/* Start:/local/templates/media/components/section-more.css?177615652439*/
.section-more {
  margin-top: 3.2rem;
}
/* End */


/* Start:/local/templates/media/components/section-title.css?1776156525192*/
/* sizes */
.section-title {
  margin-bottom: 3.2rem;
}
@media (max-width: 1199px) {
  .section-title {
    margin-bottom: 2rem;
  }
}

.section-title--style-2 {
  color: var(--color-white);
}
/* End */


/* Start:/local/templates/media/components/ui-picture.css?1776156525119*/
picture {
  position: relative;
  display: block;
}
picture img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* End */


/* Start:/local/templates/media/components/ui-tabs.css?17761565243628*/
@charset "UTF-8";
/* sizes */
.tabs {
  display: flex;
  margin-bottom: 3.2rem;
  justify-content: space-between;
  gap: 2.4rem;
  position: relative;
}
@media (max-width: 1199px) {
  .tabs {
    gap: 0.8rem;
    margin-bottom: 2rem;
  }
}

.tabs:last-child {
  margin-bottom: 0px;
}

.tabs__arrows {
  display: contents;
}
@media (max-width: 1199px) {
  .tabs__arrows {
    display: none;
  }
}

.tabs__arrows-prev,
.tabs__arrows-next {
  position: absolute;
  top: 0rem;
  z-index: 1;
}

.tabs__arrows-prev .btn::after,
.tabs__arrows-next .btn::after {
  content: "";
  position: absolute;
  width: 6rem;
  top: 0;
  bottom: 0;
  pointer-events: none;
  z-index: -1;
}

.tabs__arrows-prev .btn::after {
  left: calc(100% - 2rem);
  background: linear-gradient(90deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.tabs__arrows-next .btn::after {
  right: calc(100% - 2rem);
  background: linear-gradient(270deg, #ffffff 0%, rgba(255, 255, 255, 0) 100%);
}

.tabs__arrows .tabs__arrows-prev {
  left: -1rem;
}

.tabs__arrows .tabs__arrows-next {
  right: -1rem;
}

.tabs__arrows .btn.disabled {
  opacity: 0;
  visibility: hidden;
}

.tabs__list {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .tabs__list {
    gap: 0.8rem;
  }
}

.tabs__burger {
  flex: 0 0 auto;
  position: relative;
}

.tabs__overflow {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  transition: var(--trs-base);
}

.tabs__burger.active .tabs__overflow {
  opacity: 1;
  visibility: visible;
}

.tabs-select {
  background-color: var(--color-white);
  box-shadow: var(--box-shadow-base);
  border-radius: var(--border-radius-base);
  padding: 1.2rem;
  min-width: 22rem;
}

.tabs-select__item {
  display: flex;
  align-items: center;
  padding: 1.2rem;
  gap: 1rem;
  border-radius: var(--border-radius-small);
  transition: background-color var(--trs-base) ease;
}
@media (hover: hover) {
  .tabs-select__item:hover {
    cursor: pointer;
    background-color: var(--color-blue-20);
  }
}

.tabs-select__selected .icon {
  width: 2.4rem;
  height: 2.4rem;
  flex: 0 0 auto;
}

.tabs-select__selected {
  padding-bottom: 1rem;
  border-bottom: 1px solid var(--color-blue-20);
}

.tabs-select__selected .tabs-select__item {
  background-color: var(--color-blue-20);
}

.tabs--wrap .tabs__list {
  flex-wrap: wrap;
}

.tabs--scroll .tabs__list {
  flex-wrap: nowrap;
  overflow-x: auto;
  padding-bottom: 1rem;
}
@media (min-width: 1200px) {
  .tabs--scroll .tabs__list {
    scroll-snap-type: x mandatory;
    scroll-behavior: smooth;
  }
  .tabs--scroll .tabs__list::-webkit-scrollbar {
    width: 0.5rem; /* ширина для вертикального скролла */
    height: 0.5rem; /* высота для горизонтального скролла */
    border-radius: 1rem;
    background-color: var(--color-blue-90);
  }
  .tabs--scroll .tabs__list::-webkit-scrollbar-thumb {
    background-color: var(--color-blue-70);
    border-radius: 1em;
  }
  .tabs--scroll .tabs__list::-webkit-scrollbar-thumb:hover {
    cursor: pointer;
    background-color: var(--color-blue-70);
  }
}
@media (max-width: 1199px) {
  .tabs--scroll .tabs__list {
    margin: 0px calc(var(--container-padding) * -1);
    padding: 0px calc(var(--container-padding));
    scrollbar-width: none;
    -ms-overflow-style: none;
  }
  .tabs--scroll .tabs__list::-webkit-scrollbar {
    display: none;
  }
}

.tabs--scroll .tabs__item {
  scroll-snap-align: start;
  flex: 0 0 auto;
}

.tabs--style-2 .tabs__list {
  justify-content: center;
}
/* End */


/* Start:/local/templates/media/components/ui-tabs-link.css?1776156524437*/
.tabs-link {
  display: flex;
  align-items: center;
  border: 1px solid var(--color-blue-100);
  border-radius: var(--border-radius-small);
  overflow: hidden;
}

.tabs-link__item {
  width: 100%;
  padding: 1rem;
  text-align: center;
  border-right: 1px solid var(--color-blue-100);
}

.tabs-link__item:last-child {
  border-right: none;
}

.tabs-link__item.active {
  background: var(--color-blue-100);
  color: var(--color-white);
}
/* End */


/* Start:/local/templates/media/components/video-video-card.css?17761565242364*/
/* sizes */
.video-card {
  padding: 1.6rem;
  display: flex;
  flex-direction: column;
  gap: 1.6rem;
  position: relative;
  background-color: var(--color-blue-20);
  border-radius: var(--border-radius-big);
  transition: var(--trs-base);
}
@media (hover: hover) {
  .video-card:hover {
    cursor: pointer;
    background-color: var(--color-white);
    box-shadow: var(--box-shadow-base);
  }
  .video-card:hover .video-card__title {
    color: var(--color-red);
  }
}
@media (max-width: 1199px) {
  .video-card {
    padding: 1.2rem;
    gap: 1.2rem;
  }
}

.video-card__header {
  display: flex;
  gap: 1.2rem;
}

.video-card__image {
  width: 100%;
}

.video-card__content {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1.2rem;
}

.video-card__icon {
  width: 4rem;
  height: 4rem;
  color: var(--color-red);
  flex: 0 0 auto;
}

.video-card__title {
  font: var(--font-article-title);
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  text-overflow: ellipsis;
  align-self: flex-start;
}

.video-card__image {
  border-radius: var(--border-radius-big);
  overflow: hidden;
  aspect-ratio: 346/195;
}

.video-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media (hover: hover) {
  .video-card--style-2:hover {
    cursor: default;
    background-color: var(--color-blue-20);
    box-shadow: none;
  }
  .video-card--style-2:hover .video-card__title {
    color: inherit;
  }
}

@media (hover: hover) {
  .video-card--style-2 .video-card__content:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.video-card--style-2 {
  flex-direction: column-reverse;
}

.video-card--style-2 .video-card__title {
  font: var(--font-h4);
  -webkit-line-clamp: 2;
  align-self: center;
}

.video-card--style-2 .video-card__image img {
  transition: var(--trs-base);
}

.video-card--style-2 .video-card__image {
  overflow: hidden;
}
@media (hover: hover) {
  .video-card--style-2 .video-card__image:hover {
    cursor: pointer;
  }
  .video-card--style-2 .video-card__image:hover img {
    transform: scale(1.05);
  }
}

.video-card--style-2 .video-card__content {
  height: 7.2rem;
  align-items: center;
  justify-content: space-between;
}
@media (max-width: 1199px) {
  .video-card--style-2 .video-card__content {
    height: 4rem;
  }
}
/* End */


/* Start:/local/templates/media/components/video-video-list.css?1776156524377*/
/* sizes */
.video-list__inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 2.4rem;
}
@media (max-width: 1199px) {
  .video-list__inner {
    gap: 1.6rem;
  }
}
.video-list--style-2 .video-list__inner {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 767px) {
  .video-list--style-2 .video-list__inner {
    grid-template-columns: 1fr;
  }
}
/* End */


/* Start:/local/templates/media/components/bitrix/news.list/en_version_header/style.css?17739003151431*/
/* sizes */
.header-marquee {
  white-space: nowrap;
  background-color: var(--color-yellow);
  height: 4.8rem;
  display: flex;
  align-items: center;
  z-index: 11;
  position: relative;
  overflow: hidden;
}
@media (max-width: 767px) {
  .header-marquee {
    height: 3.2rem;
  }
}

.header-marquee__inner {
  max-width: 1920px;
  margin: auto;
  display: flex;
  align-items: center;
  gap: 2.4rem;
}

.header-marquee__title {
  font: var(--font-large);
  font-weight: var(--fw-bold);
}

.header-marquee__list-wrap {
  flex: 1;
  min-width: 0;
  overflow: hidden;
}

.header-marquee__list {
  vertical-align: top;
  display: inline-flex;
  flex-wrap: nowrap;
  animation: header-marquee-scroll var(--marquee-duration, 40s) linear infinite;
}

.header-marquee[data-marquee-paused] .header-marquee__list {
  animation-play-state: paused;
}

@keyframes header-marquee-scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.header-marquee__item {
  display: inline-block;
  padding-left: 1.8rem;
  margin-right: 2.4rem;
  position: relative;
}

.header-marquee__item::before {
  content: "";
  display: block;
  position: absolute;
  width: 1rem;
  height: 1rem;
  border-radius: 50%;
  background-color: var(--color-text);
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media (max-width: 1199px) {
  .header-marquee__item::before {
    width: 0.8rem;
    height: 0.8rem;
  }
}
/* End */


/* Start:/local/templates/media/components/bitrix/system.pagenavigation/.default/style.css?17740087262453*/
/* sizes */
.page-nav-container {
  margin-top: 3.2rem;
  display: flex;
  flex-direction: column;
  gap: 3.2rem;
  align-items: flex-start;
}
@media (max-width: 1199px) {
  .page-nav-container {
    gap: 2rem;
  }
}
@media (max-width: 767px) {
  .page-nav-container {
    align-items: stretch;
  }
}

.page-nav-container--more {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  gap: 32px;
}

.page-nav-container--center {
  justify-content: center;
  display: flex;
}

.page-nav {
  display: flex;
  gap: 2.4rem;
  user-select: none;
}
@media (max-width: 1199px) {
  .page-nav {
    justify-content: center;
    column-gap: 1.6rem;
    row-gap: 0.8rem;
    flex-wrap: wrap;
  }
}

.page-nav--center {
  width: 100%;
  display: flex;
  justify-content: center;
}

.page-nav.ready {
  opacity: 1;
  visibility: visible;
}

.page-nav__links {
  max-width: 800px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  cursor: default;
}
@media (max-width: 1199px) {
  .page-nav__links {
    gap: 6px;
  }
}

.page-nav__arrow,
.page-nav__link a,
.page-nav__link-spacer {
  display: flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  width: 4rem;
  height: 4rem;
  text-align: center;
}
@media (max-width: 1199px) {
  .page-nav__arrow,
  .page-nav__link a,
  .page-nav__link-spacer {
    width: 3.6rem;
    height: 3.6rem;
  }
}

.page-nav__arrow {
  border: 1px solid var(--color-grey-stroke);
  border-radius: var(--border-radius-base);
  color: var(--color-blue-80);
  transition: var(--trs-base);
  box-shadow: var(--box-shadow-base);
  background-color: var(--color-white);
}

.page-nav__link {
  text-decoration: none;
  cursor: pointer;
  outline: none;
  transition: var(--trs-base);
  line-height: 1;
}

.page-nav__link.active {
  color: var(--color-red);
  pointer-events: none;
}

.page-nav__link-prev {
  transform: rotate(90deg);
}

.page-nav__link-next {
  transform: rotate(-90deg);
}

@media (any-hover: hover) {
  .page-nav__link:hover {
    cursor: pointer;
    border-color: var(--color-red);
    color: var(--color-red);
  }
  .page-nav__arrow:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}
.page-nav__link:active {
  background: var(--color-gray-500);
}

.page-nav__link.page-nav__link--active {
  background-color: var(--color-red);
  border-color: var(--color-red);
  color: var(--color-white);
  cursor: default;
}

/* End */


/* Start:/local/templates/media/components/bitrix/breadcrumb/.default/style.css?17740024041124*/
/* sizes */
.breadcrumbs {
  display: flex;
  flex-wrap: wrap;
}

.breadcrumbs__link {
  text-decoration: none;
  color: var(--color-blue-80);
  text-underline-offset: 4px;
  font: var(--font-small-1);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  white-space: nowrap;
}
@media (hover: hover) {
  .breadcrumbs__link:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}
.breadcrumbs__link:active {
  color: var(--color-dark-red);
}
.breadcrumbs__link:after {
  position: relative;
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background-color: var(--color-blue-80);
  margin: 0px 1.2rem;
}
@media (max-width: 1199px) {
  .breadcrumbs__link:after {
    margin: 0px 0.8rem;
  }
}

.breadcrumbs__link:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  display: inline-block;
}

.breadcrumbs__link--disable {
  color: var(--color-black);
  pointer-events: none;
}
.breadcrumbs__link--disable:after {
  display: none;
}
@media (max-width: 1199px) {
  .breadcrumbs__link--disable {
    display: none;
  }
}

/* End */


/* Start:/local/templates/media/components/db.by/main.news.list/feed/style.css?17740003234446*/
/* sizes */
.news-feed {
  box-shadow: var(--box-shadow-base);
  width: 100%;
  border-radius: var(--border-radius-big);
  background-color: var(--color-white);
  position: relative;
}
@media (max-width: 1199px) {
  .news-feed {
    margin: 0px calc(var(--container-padding) * -1);
    width: auto;
    border-radius: 0px;
  }
}

.news-feed__title {
  font: var(--font-article-title);
  margin-bottom: 0.8rem;
}
@media (max-width: 1199px) {
  .news-feed__title {
    font: var(--font-h1);
  }
}

.news-feed__inner {
  position: absolute;
  inset: 0;
  padding: 1.6rem;
  bottom: 1.6rem;
  overflow: hidden;
}
@media (max-width: 1199px) {
  .news-feed__inner {
    position: static;
    padding: calc(var(--section-margin) / 2) var(--container-padding);
  }
}

.news-feed__list {
  overflow: auto;
}

.news-feed__overflow {
  display: contents;
}

.news-feed__more {
  display: flex;
  justify-content: center;
  margin-top: 0.8rem;
}

.news-feed--style-2 {
  height: 100%;
  box-shadow: none;
}
@media (max-width: 1199px) {
  .news-feed--style-2 {
    margin: 0px;
  }
}

.news-feed--style-2 .news-feed__overflow {
  overflow: auto;
  display: block;
  height: 100%;
  margin-bottom: -3.2rem;
  padding-bottom: 3.2rem;
}

.news-feed--style-2 .news-feed__list {
  overflow: visible;
}

.news-feed--style-2 .news-feed__inner {
  display: contents;
}

@media (max-width: 1199px) {
  .news-feed--more-mobile .news-feed__list > div {
    display: none;
  }
  .news-feed--more-mobile .news-feed__list > div:nth-child(-n+15) {
    display: block;
  }
}
/* sizes */
.feed-card {
  padding: 1.2rem 0px;
  border-bottom: 1px solid var(--color-blue-20);
}

.feed-card:last-child {
  border-bottom: none;
}

.feed-card__inner {
  display: flex;
  flex-direction: column;
  gap: 0.4rem;
}

.feed-card__title {
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  transition: color var(--trs-base) ease;
}
@media (hover: hover) {
  .feed-card__title:hover {
    cursor: pointer;
    color: var(--color-red);
  }
}

.feed-card--style-2 .feed-card__inner {
  background-color: var(--color-blue-100);
  color: var(--color-white);
  border-radius: var(--border-radius-big);
  padding: 1.6rem;
}

.feed-card--style-3 .feed-card__title,
.feed-card--style-4 .feed-card__title {
  font: var(--font-article-title);
  -webkit-line-clamp: 4;
}
.feed-card--style-3 .feed-card__inner,
.feed-card--style-4 .feed-card__inner {
  flex-direction: column-reverse;
  background-color: var(--color-blue-100);
  color: var(--color-white);
  border-radius: var(--border-radius-big);
  padding: 1.6rem;
  min-height: 19.5rem;
}
@media (max-width: 1199px) {
  .feed-card--style-3 .feed-card__inner,
  .feed-card--style-4 .feed-card__inner {
    min-height: 16.4rem;
    padding: 1.2rem;
  }
}
.feed-card--style-3 .feed-card__status,
.feed-card--style-4 .feed-card__status {
  margin-top: auto;
  padding-top: 2rem;
  border-top: 1px solid var(--color-blue-70);
}

.feed-card__blockquote {
  display: flex;
  align-items: center;
  gap: 1.2rem;
  margin-bottom: 1.6rem;
  position: relative;
  padding-right: 6rem;
}
.feed-card__blockquote::after {
  content: "";
  right: 1.6rem;
  top: 50%;
  transform: translateY(-50%);
  position: absolute;
  width: 2.4rem;
  height: 2.4rem;
  background-size: contain;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%234d5583' d='M22.514.457V9.03q0 6.057-1.258 9.6Q19.886 22.17 16 24l-1.828-1.943q2.97-1.942 3.886-4.457.8-2.4.8-6.857h-3.772V.457zm-12.686 0V9.03q0 6.057-1.257 9.6Q7.2 22.17 3.314 24l-1.829-1.943q2.971-1.942 3.886-4.457.8-2.4.8-6.857H2.399V.457z'/%3E%3C/svg%3E");
}
@media (max-width: 1199px) {
  .feed-card__blockquote {
    margin-bottom: 0.8rem;
  }
  .feed-card__blockquote::after {
    width: 3.2rem;
    height: 3.2rem;
  }
}

.feed-card__image {
  width: 5.6rem;
  height: 5.6rem;
  border-radius: 50%;
  overflow: hidden;
}

.feed-card__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.feed-card--style-4 {
  position: relative;
}
.feed-card--style-4 .feed-card__inner {
  flex-direction: column;
  border-bottom-left-radius: 0px;
}
@media (hover: hover) {
  .feed-card--style-4:hover {
    cursor: pointer;
  }
  .feed-card--style-4:hover .feed-card__title,
  .feed-card--style-4:hover .feed-card__text {
    color: var(--color-red);
  }
}


/* End */


/* Start:/local/templates/media/styles.css?177208907418636*/
@font-face {
    font-family: Georgia;
    src: url(/local/templates/html_dev/fonts/Georgia.eot?);
	src: local("Georgia"), url(/local/templates/html_dev/fonts/Georgia.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/Georgia.woff) format("woff"), url(/local/templates/html_dev/fonts/Georgia.ttf) format("truetype"), url(/local/templates/html_dev/fonts/Georgia.svg#Georgia) format("svg");
	font-display: swap
}

.georgia-r {
    font-family: Georgia, Arial, Helvetica, sans-serif, BYN;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: GeorgiaItalic;
    src: url(/local/templates/html_dev/fonts/GeorgiaItalic.eot?);
	src: local("GeorgiaItalic"), url(/local/templates/html_dev/fonts/GeorgiaItalic.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/GeorgiaItalic.woff) format("woff"), url(/local/templates/html_dev/fonts/GeorgiaItalic.ttf) format("truetype"), url(/local/templates/html_dev/fonts/GeorgiaItalic.svg#GeorgiaItalic) format("svg");
	font-display: swap
}

.georgia-i {
    font-family: GeorgiaItalic, Arial, Helvetica, sans-serif, BYN;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ubuntu;
    src: url(/local/templates/html_dev/fonts/ubuntu.eot?);
	src: local("ubuntu"), url(/local/templates/html_dev/fonts/ubuntu.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/ubuntu.woff) format("woff"), url(/local/templates/html_dev/fonts/ubuntu.ttf) format("truetype"), url(/local/templates/html_dev/fonts/ubuntu.svg#ubuntu) format("svg");
	font-display: swap
}

.ubuntu-r {
    font-family: ubuntu, Arial, Helvetica, sans-serif, BYN;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ubuntubold;
    src: url(/local/templates/html_dev/fonts/ubuntubold.eot?);
	src: local("ubuntubold"), url(/local/templates/html_dev/fonts/ubuntubold.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/ubuntubold.woff) format("woff"), url(/local/templates/html_dev/fonts/ubuntubold.ttf) format("truetype"), url(/local/templates/html_dev/fonts/ubuntubold.svg#ubuntubold) format("svg");
	font-display: swap
}

.ubuntu-b {
    font-family: ubuntubold, Arial, Helvetica, sans-serif, BYN;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ubuntumedium;
    src: url(/local/templates/html_dev/fonts/ubuntumedium.eot?);
	src: local("ubuntumedium"), url(/local/templates/html_dev/fonts/ubuntumedium.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/ubuntumedium.woff) format("woff"), url(/local/templates/html_dev/fonts/ubuntumedium.ttf) format("truetype"), url(/local/templates/html_dev/fonts/ubuntumedium.svg#ubuntumedium) format("svg");
	font-display: swap
}

.ubuntu-m {
    font-family: ubuntumedium, Arial, Helvetica, sans-serif, BYN;
    font-weight: 400;
    font-style: normal
}

@font-face {
    font-family: ubuntulight;
    src: url(/local/templates/html_dev/fonts/ubuntulight.eot?);
	src: local("ubuntulight"), url(/local/templates/html_dev/fonts/ubuntulight.eot?#iefix) format("embedded-opentype"), url(/local/templates/html_dev/fonts/ubuntulight.woff) format("woff"), url(/local/templates/html_dev/fonts/ubuntulight.ttf) format("truetype"), url(/local/templates/html_dev/fonts/ubuntulight.svg#ubuntulight) format("svg");
	font-display: swap
}
@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynLight.woff2') format('woff2');
    font-weight: 300;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynRegular.woff2') format('woff2');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynItalic.woff2') format('woff2');
    font-weight: 400;
    font-style: italic;
    font-display: swap;
}
@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynSemiBold.woff2') format('woff2');
    font-weight: 600;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynBold.woff2') format('woff2');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'BYN';
    src: url('/local/templates/html/fonts/BynBoldItalic.woff2') format('woff2');
    font-weight: 700;
    font-style: italic;
    font-display: swap;
}

.bx-editor {
    font-family: ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 16px;
    line-height: 1.5;
    color: #25262a;
    background-color: #fff
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

:after, :before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box
}

.bx-editor .dash, .bx-editor .dot, .bx-editor .lnk, .bx-editor .lnk-pseudo, .bx-editor a {
    -webkit-transition: all .15s ease;
    -moz-transition: all .15s ease;
    -o-transition: all .15s ease;
    transition: all .15s ease
}

.bx-editor img {
    display: block;
    max-width: 100%;
    height: auto;
    min-height: 50px;
    border: 1px solid #000;

}

.bx-editor .fl-right {
    float: right
}

.bx-editor .p, .bx-editor p {
    margin: 0 0 1.1em
}

.bx-editor .media-body-old, .media-old {
    overflow: hidden;
    zoom: 1
}

.bx-editor .media-left-old {
    float: left;
    margin-right: 15px
}

.bx-editor .media-right-old {
    float: right;
    margin-left: 15px
}

.bx-editor .disp-inline-block {
    display: inline-block
}

.bx-editor .caption.left {
    float: left;
    max-width: 50%;
    margin-right: 5%
}

.bx-editor .caption.right {
    float: right;
    max-width: 50%;
    margin-left: 5%
}

.bx-editor .caption.left img {
    margin-bottom: 9px;
}

.bx-editor .caption.left .text {
    line-height: 1.6;
}

.bx-editor .like {
    padding-right: 10px
}

.bx-editor .like .num {
    color: #2dcc70;
    font-size: 10px;
    display: inline-block;
    font-family: ubuntu, ubuntu, Helvetica, Arial, sans-serif, BYN
}

.bx-editor .like .icon {
    display: inline-block
}

.bx-editor .like.light .num {
    color: #fff
}

[class*=sp-] {
    display: inline-block
}

[class*=sp-]:before {
    content: '';
    display: block;
    background-image: url(/local/templates/html_dev/images/sprite.png)
}

.bx-editor .sp-like:before {
    background-position: -189px -519px;
    width: 14px;
    height: 8px
}

/*blockquote*/
.bx-editor blockquote {
    color: #25262a;
    margin: 24px;
    padding: 0 0 0 14px;
    font-size: 18px;
    line-height: 1.33333;
    border-left: 1px solid #25262a;
    font-style: normal;
    background: 0 0;
    font-weight: 400;
    -webkit-border-radius: 0;
    border-radius: 0;
    text-align: left
}
.bx-editor blockquote.style-6 {
    margin: 27px 0 42px 0;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 31px 43px 33px 92px;
    font-family: ubuntubold, ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 16px;
    line-height: 25px;
    color: #25262a;
    border-left: none;
    position: relative
}
.bx-editor blockquote.style-6:before {
    content: '';
    display: block;
    position: absolute;
    width: 5px;
    height: 100%;
    top: 0;
    left: 0;
    background: #e84c3d
}

.bx-editor blockquote.style-7 {
    border: none;
    border-top: 1px solid #f4f4f4;
    border-bottom: 1px solid #f4f4f4;
    padding: 28px 182px 42px 180px;
    margin: 0 0 42px 20px;
    position: relative;
    font-family: Georgia-Italic, "Times New Roman", Times, serif, BYN;
}

.bx-editor blockquote.style-7:after, .bx-editor blockquote.style-7:before {
    position: absolute;
    line-height: 1;
    font-family: ubuntu-l, ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 80px;
    color: #c9cacf
}

.bx-editor blockquote.style-7:before {
    content: '«';
    top: 4px;
    left: 78px
}

.bx-editor blockquote.style-7:after {
    content: '»';
    margin-left: 7px;
    right: 95px;
    bottom: 25px
}

.bx-editor blockquote.style-7 .text {
    font-style: italic;
    font-family: Georgia, "Times New Roman", Times, serif, BYN;
    font-size: 20px;
    margin-bottom: 27px;
    line-height: 25px
}

.bx-editor blockquote.style-7 .sign {
    font-size: 13px;
    float: none
}

.bx-editor blockquote.style-7 .sign .name {
    font-family: ubuntubold, ubuntu, Helvetica, Arial, sans-serif, BYN;
    color: #25262a
}

.bx-editor blockquote.style-7 .sign .who {
    font-family: ubuntu, ubuntu, Helvetica, Arial, sans-serif, BYN;
    color: #9a9ba0
}

.bx-editor blockquote.style-8 {
    color: #25262a;
    padding: 50px 51px 58px 88px;
    font-size: 18px;
    line-height: 1.38889;
    border: 1px solid #DDD;
    margin: 52px 29px 40px;
    font-family: ubuntu-m, ubuntu, Helvetica, Arial, sans-serif, BYN
}

.bx-editor blockquote.style-8 .title {
    text-transform: uppercase;
    font-size: 15px;
    line-height: 1.46667;
    margin: 0 0 .55em
}

/*----------etalon elements-------------*/
.bx-editor .caption.left .text {
    margin-left: 0
}

.bx-editor .caption.right .text {
    margin-right: 0
}

.bx-editor .caption img {
    margin-bottom: 9px
}

.bx-editor .caption .text {
    margin-bottom: 9px;
    color: #656565;
    font-style: italic;
    font-size: 12px;
    line-height: 1.66667;
    font-family: ubuntu, Helvetica, Arial, sans-serif, BYN
}

.bx-editor .caption-text{
    color: #656565;
    font-style: italic;
    font-size: 12px;
    line-height: 1.66667;
    font-family: ubuntu, Helvetica, Arial, sans-serif, BYN
}

.bx-editor.etalon-elements {
    padding-top: 63px;
    background: #fff
}

.bx-editor.etalon-elements > .wrapper-container {
    padding-top: 0;
    padding-bottom: 0;
    margin-bottom: 20px
}

.bx-editor.etalon-elements > p {
    font-family: ubuntu, ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 16px;
    line-height: 1.6;
}

.bx-editor.etalon-elements > p.mar {
    margin-left: 98px;
    padding-right: 105px;
    margin-bottom: 26px;
    padding-left: 0
}

.bx-editor.etalon-elements > p.mar-r {
    padding-left: 101px;
    margin-bottom: 26px;
    padding-right: 0
}

.bx-editor.etalon-elements .caption.full {
    max-width: 700px;
    margin: 0 auto;
    margin-bottom: 30px
}

.bx-editor.etalon-elements .caption.full img {
    margin-bottom: 6px
}

.bx-editor.etalon-elements .caption.full .text {
    color: #25262a;
    margin-top: 0;
    margin-bottom: 0
}

.bx-editor.etalon-elements .caption.left, .etalon-elements .caption.right {
    max-width: 300px;
    margin-bottom: 70px;
    margin-top: 11px
}

.bx-editor.etalon-elements .caption.left {
    margin-right: 34px
}

.bx-editor.etalon-elements .caption.left .pic {
    margin-bottom: 14px
}

.bx-editor.etalon-elements .caption.left .media-body-old {
    margin-right: 0;
    padding-left: 19px
}

.bx-editor.etalon-elements .caption.left .media-left-old {
    margin-right: 0
}

.bx-editor.etalon-elements .caption.left .better {
    margin-bottom: 0
}

.bx-editor.etalon-elements .caption.right {
    margin-top: 14px;
    margin-left: 34px
}

.bx-editor.etalon-elements .caption.right .better {
    margin-bottom: 3px
}

.bx-editor.etalon-elements .caption.right .text {
    margin-top: 7px
}

.bx-editor.etalon-elements .caption .text-block {
    padding-right: 100px;
    padding-left: 28px
}

.bx-editor.etalon-elements .caption .text-block p {
    padding-right: 0
}

.bx-editor.etalon-elements .caption .text {
    font-size: 13px;
    color: #9a9ba0;
    font-family: Georgia, "Times New Roman", Times, serif, BYN;
    font-style: normal;
    margin: 11px 0 10px 0
}

.bx-editor.etalon-elements .caption .text.text-only {
    margin-top: 3px;
    margin-left: 10px
}

.bx-editor.etalon-elements .caption .title-text {
    font-family: ubuntubold, ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 14px;
    line-height: 1.2;
    color: #25262a;
    text-decoration: none;
    width: 100%;
    display: inline-block
}

.bx-editor.etalon-elements .caption .title-text:hover {
    color: #e84c3d
}

.bx-editor.etalon-elements .caption .pic {
    float: none
}

.bx-editor.etalon-elements .caption .better a, .bx-editor.etalon-elements .caption .better span {
    display: inline-block;
    font-family: ubuntu, ubuntu, Helvetica, Arial, sans-serif, BYN;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #c9cacf
}

.bx-editor.etalon-elements .caption .better a, .bx-editor.etalon-elements .caption .better a:visited {
    color: #c9cacf
}

.bx-editor.etalon-elements .caption .better a:hover {
    color: #25262a
}

.bx-editor.etalon-elements .brdr-1 {
    position: relative;
    border-left: 1px solid #c7cacf;
    display: inline-block;
    width: 100%;
    padding: 12px 48px 34px 20px
}

.bx-editor.etalon-elements .brdr-1:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #c7cacf;
    top: 0;
    left: 0
}

.bx-editor.etalon-elements .brdr-1:after {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #c7cacf;
    bottom: 0;
    left: 0
}

.bx-editor.etalon-elements .brdr-1 .media-body-old:before {
    content: '';
    display: block;
    position: absolute;
    width: 30px;
    height: 1px;
    background: #c7cacf;
    bottom: 0;
    left: 0
}

/* news */
.bx-editor .tag-news {
    width: 300px;
    margin-bottom: 70px;
    margin-top: 11px;
    height: 300px;
    border: 1px solid;
}

.bx-editor .tag-news.left {
    margin-right: 34px;
    float: left;
}

.bx-editor .tag-news.right {
    margin-left: 34px;
    float: right;
}

.example {
    border: 2px solid red;
    color: red;
    padding: 20px;
}

.content .caption .better, .content .caption .better a, .content .caption .better span, .etalon-elements .caption .better, .etalon-elements .caption .better a, .etalon-elements .caption .better span {
    display: inline-block;
    font-family: ubuntu,ubuntu,Helvetica,Arial,sans-serif, BYN;
    font-size: 10px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    color: #c9cacf;
}

.center-block {
    margin-left: auto;
    margin-right: auto;
}

.grey{
    color: #9a9ba0;
    font-size: 13px;
    font-family: Georgia,"Times New Roman",Times,serif, BYN;
}

.signature{
    color: #25262a;
    font-size: 13px;
    line-height: 1.66667;
    margin-bottom: 0;
    margin-top: 0;
}

.foto_author{
    color: #c9cacf;
    display: inline-block;
    font-family: ubuntu,ubuntu,Helvetica,Arial,sans-serif, BYN;
    font-size: 10px;
    letter-spacing: 1px;
    text-decoration: none;
    text-transform: uppercase;
}

.caption.full > p + p {
    margin-bottom: 5px;
}

.blockquote_italic{
    font-family: Georgia,"Times New Roman",Times,serif, BYN;
    font-size: 20px;
    font-style: italic;
    line-height: 25px;
}

.center-content img{
    margin-left: auto;
    margin-right: auto;
}

.center-content{
    color: #9a9ba0;
    font-size: 13px;
    line-height: 1.66667;
    margin-bottom: 0;
    margin-top: 0;
	text-align:center;
font-family: Georgia,"Times New Roman",Times,serif, BYN;
}

blockquote.style-7 > b, strong {
    font-family: ubuntubold,ubuntu,Helvetica,Arial,sans-serif, BYN;
    font-weight: 400;
}

.table-responsive {
    min-height: 0.01%;
    overflow-x: auto;
}
table:not(.table-reset) {
    background-color: transparent;
    margin-bottom: 30px;
    max-width: 100%;
    width: 100%;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table:not(.table-reset) thead {
    border-bottom: 2px solid #e8e8e8;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
table:not(.table-reset) th {
    background: #f1ede4 none repeat scroll 0 0;
    color: #000;
    font-family: ubuntubold,ubuntu,Helvetica,Arial,sans-serif, BYN;
    font-size: 13px;
    font-weight: 400;
    line-height: 1.23077;
    padding: 15px 11px 12px;
    text-align: left;
}
table:not(.table-reset) tbody tr {
    border-bottom: 1px solid #e8e8e8;
    font-size: 13px;
    line-height: 1.38462;
}
table:not(.table-reset) td {
    padding: 11px 11px 25px;
    vertical-align: top;
}
#ml_frame,
#ml_frame table:not(.table-reset) {
    margin-bottom: 0;
}
#ml_frame tbody tr,
#ml_frame table:not(.table-reset) tbody tr {
    border-bottom: none;
    line-height: 1.5;
}
#ml_frame td,
#ml_frame table:not(.table-reset) td {
    padding: 0;
    vertical-align: middle;
}
#ml_frame .ml-buttons-cont table td.ml-right{
    padding-right: 15px;
}
.bxhtmled-video-surrogate {
    display: inline-block !important;
}
.bx-editor .text-center {
    text-align: center;
}

/*  BOX inside article */
.content .caption .better, .content .caption .better a, .content .caption .better span, .etalon-elements .caption .better, .etalon-elements .caption .better a, .etalon-elements .caption .better span
{
	background-color: #d14132;
	color: #fff;
	padding-left: 3px;
    padding-right: 3px;
}

.content .caption.left,  .etalon-elements .caption.left  {
	background-color: #f4f4f4;
	margin-right: 24px;
    padding: 10px;
/*    box-shadow: 0 0 10px rgba(0,0,0,0.5);  */
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}
.content .caption.right,  .etalon-elements .caption.right {
		background-color: #f4f4f4;
	margin-left: 24px;
    padding: 10px;
/*    box-shadow: 0 0 10px rgba(0,0,0,0.5);  */
    box-shadow: 2px 2px 2px 0 rgba(0, 0, 0, 0.5);
}

.content .caption.left, .content .caption.right, .etalon-elements .caption.left, .etalon-elements .caption.right {
	max-width: 320px;
}

.caption.right.grey, .caption.left.grey {
	background-color: #fff;
	box-shadow: none;
	max-width: 300px;
	padding: 0px;
}




.bx-editor .blockquote22 {
	margin-top: 10px;
	margin-left: auto;
    margin-right: auto;
  background: none repeat scroll 0 0 #F4F4F4;
color: #383838;
font-family: Georgia,serif, BYN;
font-size: 18px;
font-style: italic;
line-height: 1.45;
padding: 1.25em 40px;
position: relative;
width: 600px;
}
 
.bx-editor .blockquote22:before {
	margin-left: auto;
    margin-right: auto;
    color: #7A7A7A;
content: "\201C";
display: block;
font-size: 80px;
left: -10px;
position: absolute;
top: -10px;
}

.question-entry {
    border-left: 1px solid #e8e8e8;
    padding-left: .5rem;
    
}
.question-entry > .question {
    border-bottom: 1px solid #e84c3d;
}
.question-entry > .answer {
    padding: 0 1rem 1rem;
    font-style: oblique;
}
 
.bxhtmled-iframe-cnt, .bxhtmled-area-cnt {
    max-width: 100% !important;
}

/* End */


/* Start:/local/templates/media/template_styles.css?17866122723264*/
.footer__services [id^=bx_incl_area] {
    display: flex;
    flex-direction: column;
    gap: 1.6rem;
}
.header-top-menu [id^=bx_incl_area] {
    display: flex;
    flex-direction: column;
    height: 100%;
}
.main-grid__right [id^=bx_incl_area] {
    display: contents;
    width: 100%;
}
.banner__item [id^=bx_incl_area] {
    width: 100%;
}

.banner__item a {
  display: block;
  width: 100%;
}
.feed-card__image img , .blog-card__image img{
  object-position: top right;
  background-color: #fff;
}
.news-grid__list [id^=bx_incl_area] {
  display: contents;
}
.reports-list [id^=bx_incl_area] {
  display: contents;

}
.page-nav__link.active span {
    display: flex;
    flex: 0 0 auto;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 4rem;
    height: 4rem;
    text-align: center;
}
.main-grid__left > .news-grid__item--wide {
  margin: 2.44rem 0 2.44rem 0;
}
.page-title__title > .h1 {
  margin-bottom: 1rem;
}
.page-title {
  margin-bottom: 1rem;
}
/*
.news-card__image {
  min-width: 240px;
}
*/
.news-grid--style-9 .news-card--row .news-card__image {
  min-width: auto;
}
.news-grid--style-1 .news-grid__item .news-card--column .news-card__image {
  min-width: auto;
}
.js-mediator-article img {
  max-width: 100%;
}
.page-title__breadcrumbs {
  overflow: hidden;
}

.old-content-styles img[align=middle][width="820"] {
  margin: unset !important;
  width: 100%; !important;
}
.news-grid--style-1 .news-card__image img {
  object-position: top center;
}
.author-hero__image img {
  object-position: top center;
}
.news-card__image img {
  object-position: top center;

}
.news-feed__list .feed-card__title {
  -webkit-line-clamp: 4;
}
.tags a {
  margin-bottom: 1rem;
}
.old-content-styles .caption img {
  min-width: 150px;
}
.btn--tag {
  text-transform: uppercase;
  font-size: 1.3rem;
}
.news-grid--style-1 .news-card--accent .news-card__title {
  -webkit-line-clamp: 4 !important;
  font: var(--font-h4);
}
.news-grid.news-grid--style-1 {
  margin-bottom: calc(var(--section-margin) / 2);
}
.slam-menu.active-social .slam-menu__grid, .slam-menu.active-social .slam-menu__services {
  display: none;
}
.slam-menu.active-social .slam-menu__social {
  display: flex !important;
  justify-content: space-around;
}
.slam-menu__social .social__list {
  gap: 3.2rem;
}
.js-social-btn svg.icon {
  display: none;
}
.js-social-btn.active svg.icon {
  display: inline-flex;
  width: 32px;
  height: 32px;
}
.js-social-btn.active svg.social-btn {
  display: none;
}
.slam-menu.active-social .slam-menu__footer {
  border-top: none;
}
.slam-menu__nav-link.js-nav-item-toggle, .footer-nav__title.js-footer-nav-item-toggle {
  width: 100%;
}
.news-feed__list .feed-ads {
  border-bottom: none;
  padding: 0;
  margin-top: 10px;
}

@media (max-width: 767px) {
    .news-grid--style-1 .news-card--accent .news-card__title {
      font: var(--font-article-title);
    }
    .news-card__title, .news-card--row .news-card__title {
        -webkit-line-clamp: 3;
    }
    .news-feed__list .feed-card:nth-child(2n of .feed-ads) {
      display: none;
    }
}
/*
.news-card--style-4 .link-full:before {
  display: none;
}

@media (max-width: 1199px) {
    .header-top-sticker__title {
        padding-bottom: 1.5rem;
    }
}
*/
/* End */
/* /local/templates/media/fonts.css?17775489634301 */
/* /local/templates/media/common.css?178168143921362 */
/* /local/templates/media/components/banner.css?1776156524898 */
/* /local/templates/media/components/blog-blog-card.css?17761565241784 */
/* /local/templates/media/components/blog-blog-list.css?177615652494 */
/* /local/templates/media/components/footer.css?17761565253729 */
/* /local/templates/media/components/footer-footer-social.css?1776156525436 */
/* /local/templates/media/components/form-field-input.css?17761565252083 */
/* /local/templates/media/components/header.css?17761565252515 */
/* /local/templates/media/components/header-header-menu.css?17761565256390 */
/* /local/templates/media/components/header-header-search.css?1776156525507 */
/* /local/templates/media/components/header-header-top-menu.css?17761565251663 */
/* /local/templates/media/components/header-header-top-sticker.css?17780697474072 */
/* /local/templates/media/components/index-tabs.css?177615652487 */
/* /local/templates/media/components/main-grid-layout.css?1776156525431 */
/* /local/templates/media/components/news-card.css?177807451610411 */
/* /local/templates/media/components/news-card-news-card-label.css?1776156525300 */
/* /local/templates/media/components/news-card-news-card-status.css?17761565252184 */
/* /local/templates/media/components/news-grid.css?17761565257219 */
/* /local/templates/media/components/pages-widget.css?17761565251876 */
/* /local/templates/media/components/page-header.css?17761565251043 */
/* /local/templates/media/components/reports-reports-card.css?17761565241311 */
/* /local/templates/media/components/reports-reports-list.css?1776156524437 */
/* /local/templates/media/components/section-more.css?177615652439 */
/* /local/templates/media/components/section-title.css?1776156525192 */
/* /local/templates/media/components/ui-picture.css?1776156525119 */
/* /local/templates/media/components/ui-tabs.css?17761565243628 */
/* /local/templates/media/components/ui-tabs-link.css?1776156524437 */
/* /local/templates/media/components/video-video-card.css?17761565242364 */
/* /local/templates/media/components/video-video-list.css?1776156524377 */
/* /local/templates/media/components/bitrix/news.list/en_version_header/style.css?17739003151431 */
/* /local/templates/media/components/bitrix/system.pagenavigation/.default/style.css?17740087262453 */
/* /local/templates/media/components/bitrix/breadcrumb/.default/style.css?17740024041124 */
/* /local/templates/media/components/db.by/main.news.list/feed/style.css?17740003234446 */
/* /local/templates/media/styles.css?177208907418636 */
/* /local/templates/media/template_styles.css?17866122723264 */
