/*
Name: 			index.css
Written by: 	Lavrinenko Aleksandr
Theme Version:	1.0
*/
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/* Sections
     ========================================================================== */
/**
   * Remove the margin in all browsers.
   */
body {
  margin: 0;
}

/**
   * Render the `main` element consistently in IE.
   */
main {
  display: block;
}

/**
   * Correct the font size and margin on `h1` elements within `section` and
   * `article` contexts in Chrome, Firefox, and Safari.
   */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
     ========================================================================== */
/**
   * 1. Add the correct box sizing in Firefox.
   * 2. Show the overflow in Edge and IE.
   */
hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
     ========================================================================== */
/**
   * Remove the gray background on active links in IE 10.
   */
a {
  background-color: transparent;
}

/**
   * 1. Remove the bottom border in Chrome 57-
   * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
   */
abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
  /* 2 */
}

/**
   * Add the correct font weight in Chrome, Edge, and Safari.
   */
b,
strong {
  font-weight: bolder;
}

/**
   * 1. Correct the inheritance and scaling of font size in all browsers.
   * 2. Correct the odd `em` font sizing in all browsers.
   */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
   * Add the correct font size in all browsers.
   */
small {
  font-size: 80%;
}

/**
   * Prevent `sub` and `sup` elements from affecting the line height in
   * all browsers.
   */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
     ========================================================================== */
/**
   * Remove the border on images inside links in IE 10.
   */
img {
  border-style: none;
}

/* Forms
     ========================================================================== */
/**
   * 1. Change the font styles in all browsers.
   * 2. Remove the margin in Firefox and Safari.
   */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
   * Show the overflow in IE.
   * 1. Show the overflow in Edge.
   */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
   * Remove the inheritance of text transform in Edge, Firefox, and IE.
   * 1. Remove the inheritance of text transform in Firefox.
   */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
   * Correct the inability to style clickable types in iOS and Safari.
   */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
   * Remove the inner border and padding in Firefox.
   */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
   * Restore the focus styles unset by the previous rule.
   */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
   * Correct the padding in Firefox.
   */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
   * 1. Correct the text wrapping in Edge and IE.
   * 2. Correct the color inheritance from `fieldset` elements in IE.
   * 3. Remove the padding so developers are not caught out when they zero out
   *    `fieldset` elements in all browsers.
   */
legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
   * Add the correct vertical alignment in Chrome, Firefox, and Opera.
   */
progress {
  vertical-align: baseline;
}

/**
   * Remove the default vertical scrollbar in IE 10+.
   */
textarea {
  overflow: auto;
}

/**
   * 1. Add the correct box sizing in IE 10.
   * 2. Remove the padding in IE 10.
   */
[type=checkbox],
[type=radio] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
   * Correct the cursor style of increment and decrement buttons in Chrome.
   */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
   * 1. Correct the odd appearance in Chrome and Safari.
   * 2. Correct the outline style in Safari.
   */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
   * Remove the inner padding in Chrome and Safari on macOS.
   */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
   * 1. Correct the inability to style clickable types in iOS and Safari.
   * 2. Change font properties to `inherit` in Safari.
   */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
     ========================================================================== */
/*
   * Add the correct display in Edge, IE 10+, and Firefox.
   */
details {
  display: block;
}

/*
   * Add the correct display in all browsers.
   */
summary {
  display: list-item;
}

/* Misc
     ========================================================================== */
/**
   * Add the correct display in IE 10+.
   */
template {
  display: none;
}

/**
   * Add the correct display in IE 10.
   */
[hidden] {
  display: none;
}

@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../../fonts/HelveticaNeueCyr-Bold.eot");
  src: local("HelveticaNeueCyr-Bold"), url("../../fonts/HelveticaNeueCyr-Bold.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueCyr-Bold.woff2") format("woff2"), url("../../fonts/HelveticaNeueCyr-Bold.woff") format("woff"), url("../../fonts/HelveticaNeueCyr-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../../fonts/HelveticaNeueCyr-Medium.eot");
  src: local("HelveticaNeueCyr-Medium"), url("../../fonts/HelveticaNeueCyr-Medium.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueCyr-Medium.woff2") format("woff2"), url("../../fonts/HelveticaNeueCyr-Medium.woff") format("woff"), url("../../fonts/HelveticaNeueCyr-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../../fonts/HelveticaNeueCyr-Roman.eot");
  src: local("HelveticaNeueCyr-Roman"), url("../../fonts/HelveticaNeueCyr-Roman.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueCyr-Roman.woff2") format("woff2"), url("../../fonts/HelveticaNeueCyr-Roman.woff") format("woff"), url("../../fonts/HelveticaNeueCyr-Roman.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "HelveticaNeueCyr";
  src: url("../../fonts/HelveticaNeueCyr-Black.eot");
  src: local("HelveticaNeueCyr-Black"), url("../../fonts/HelveticaNeueCyr-Black.eot?#iefix") format("embedded-opentype"), url("../../fonts/HelveticaNeueCyr-Black.woff2") format("woff2"), url("../../fonts/HelveticaNeueCyr-Black.woff") format("woff"), url("../../fonts/HelveticaNeueCyr-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

html[xmlns] .clearfix {
  display: block;
}

* html .clearfix {
  height: 1%;
}

/* Position */
.p-relative {
  position: relative !important;
}

.p-absolute {
  position: absolute !important;
}

.p-fixed {
  position: fixed !important;
}

/* Color Transparent */
.color-transparent {
  color: transparent !important;
}

/* Background No Repeat */
.bg-no-repeat {
  background-repeat: no-repeat !important;
}

/* Background Size Auto */
.bg-size-auto {
  background-size: auto !important;
}

/* Background Size Cover */
.bg-size-cover {
  background-size: cover !important;
}

/* Background Position Center */
.bg-position-center {
  background-position: center center !important;
}

/* Background Clip Text */
.bg-clip-text {
  background-clip: text !important;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
}

/* Display flex */
.flex-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

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

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

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

.pointer {
  cursor: pointer;
}

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

html {
  font-size: calc(0.625vw + 12px);
}

.visually-hidden {
  display: none;
}

body {
  background-color: #FFFFFF;
  color: #000000;
  font-family: "HelveticaNeueCyr";
  font-weight: normal;
  -webkit-overflow-scrolling: touch;
  font-size: 1rem;
  -webkit-tap-highlight-color: transparent;
  line-height: "120%";
  margin: 0;
  overflow-x: hidden;
  min-height: 100vh;
  position: relative;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
body * {
  list-style: inherit;
}

@media screen and (min-width: 1200px) {
  .container {
    max-width: 1330px;
  }
  .row {
    margin-left: -10px;
    margin-right: -10px;
  }
  .col,
  .col-1,
  .col-10,
  .col-11,
  .col-12,
  .col-2,
  .col-3,
  .col-4,
  .col-5,
  .col-6,
  .col-7,
  .col-8,
  .col-9,
  .col-auto,
  .col-lg,
  .col-lg-1,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-auto,
  .col-md,
  .col-md-1,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-auto,
  .col-sm,
  .col-sm-1,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-auto,
  .col-xl,
  .col-xl-1,
  .col-xl-10,
  .col-xl-11,
  .col-xl-12,
  .col-xl-2,
  .col-xl-3,
  .col-xl-4,
  .col-xl-5,
  .col-xl-6,
  .col-xl-7,
  .col-xl-8,
  .col-xl-9,
  .col-xl-auto {
    padding: 0 10px;
  }
}
a {
  display: inline;
  border: none;
  outline: none;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
a:hover {
  text-decoration: none;
  color: inherit;
}

ul {
  margin: 0;
  outline: none;
  border: none;
  list-style: none;
  padding: 0;
}

.input-default {
  width: 100%;
  outline: none;
  padding: 10px 20px;
  padding-right: 50px;
  border: 1px solid #919191;
  border-radius: 0;
  font-size: 0.8rem;
}
.input-default::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default::-moz-placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.8);
  opacity: 0.7;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.input-default:focus::-webkit-input-placeholder {
  opacity: 0;
}
.input-default:focus:-moz-placeholder {
  opacity: 0;
}
.input-default:focus::-moz-placeholder {
  opacity: 0;
}
.input-default:focus:-ms-input-placeholder {
  opacity: 0;
}
@media screen and (max-width: 1199px) {
  .input-default {
    font-size: 16px;
  }
}

.input-wrapper {
  position: relative;
}
.input-wrapper a {
  display: block;
}
.input-wrapper a img {
  display: block;
}

section:first-child, section + section {
  padding-top: 30px;
}
section:not(.grey):last-child {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  section:not(.grey):last-child {
    margin-bottom: 25px;
  }
}
section.grey {
  padding: 30px 0;
  margin-top: 30px;
  background: #F5F5F5;
}
@media screen and (max-width: 1199px) {
  section.grey {
    padding: 25px 0;
  }
}
@media screen and (max-width: 1199px) {
  section:first-child, section + section {
    padding-top: 25px;
  }
  section.grey {
    padding: 25px 0;
    margin-top: 25px;
  }
}

h1 {
  font-weight: bold;
  font-size: 1.8rem;
  line-height: 120%;
  margin: 0;
  padding: 0;
}

h2 {
  margin: 0;
  padding: 0;
  font-weight: bold;
  font-size: 0.9rem;
  text-transform: uppercase;
  padding-left: 14px;
  border-left: 4px solid #AA0101;
}
@media screen and (max-width: 1199px) {
  h2 {
    font-size: 20px;
  }
}

h4 {
  margin: 0;
  padding: 0;
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 500;
}
@media screen and (max-width: 1199px) {
  h4 {
    font-size: 16px;
  }
}

.heading-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 0;
    margin-bottom: 25px;
  }
}

.link {
  color: #000000;
  font-size: 0.6rem;
  line-height: 140%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.link:hover {
  color: #AA0101;
}
.link.with-arrow {
  padding-left: 20px;
  position: relative;
}
.link.with-arrow > span {
  position: absolute;
  width: 12px;
  height: 2px;
  left: 0;
  background: #AA0101;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.link.with-arrow > span:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  border-top: 2px solid #AA0101;
  border-right: 2px solid #AA0101;
  right: 0;
  top: -3px;
}
@media screen and (max-width: 1199px) {
  .link {
    font-size: 13px;
  }
}

.btn {
  line-height: 140%;
  padding: 12px;
  border-radius: 4px;
  font-size: 0.6rem;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.btn.btn-red {
  color: #ffffff;
  background: #AA0101;
}
.btn.btn-red:hover {
  background: #C10101;
}
.btn.btn-icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 5px;
}
.btn.btn-icon img {
  display: block;
}
@media screen and (max-width: 1199px) {
  .btn {
    font-size: 13px;
  }
}

.breadcrumbs {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs {
    padding-top: 25px;
  }
}
.breadcrumbs + section {
  padding-top: 30px;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs + section {
    padding-top: 15px;
  }
}
.breadcrumbs .breadcrumbs-list {
  gap: 5px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 13px;
  line-height: 140%;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs .breadcrumbs-list {
    display: block;
    white-space: nowrap;
    overflow: auto;
    margin: 0 -15px;
    padding: 0 15px;
    padding-bottom: 10px;
  }
}
.breadcrumbs .breadcrumbs-list li {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .breadcrumbs .breadcrumbs-list li {
    display: inline-block;
  }
  .breadcrumbs .breadcrumbs-list li + li {
    margin-left: 0;
  }
}
.breadcrumbs .breadcrumbs-list li + li:before {
  position: relative;
  display: inline-block;
  content: "/";
  margin-right: 5px;
  font-size: 13px;
  color: #6E6E6E;
}
.breadcrumbs .breadcrumbs-list a {
  color: #6E6E6E;
}
.breadcrumbs .breadcrumbs-list a:hover {
  color: #000000;
}
.breadcrumbs .breadcrumbs-list span {
  color: #6E6E6E;
}

.pagination-wrapper {
  padding-top: 30px;
}
.pagination-wrapper .pagination-items {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 16px;
}
@media screen and (max-width: 1199px) {
  .pagination-wrapper .pagination-items {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
}
.pagination-wrapper .pagination-items .pagination-nav a {
  position: relative;
  width: 12px;
  display: block;
  height: 12px;
}
.pagination-wrapper .pagination-items .pagination-nav a > span {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  height: 2px;
  background: #6E6E6E;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.pagination-wrapper .pagination-items .pagination-nav a > span:before {
  width: 8px;
  height: 8px;
  content: "";
  position: absolute;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  top: -3px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.pagination-wrapper .pagination-items .pagination-nav a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 150%;
  height: 150%;
}
.pagination-wrapper .pagination-items .pagination-nav a:hover > span {
  background: #AA0101;
}
.pagination-wrapper .pagination-items .pagination-nav.--prev a > span:before {
  border-left: 2px solid #6E6E6E;
  border-bottom: 2px solid #6E6E6E;
  left: 0;
}
.pagination-wrapper .pagination-items .pagination-nav.--prev a:hover > span:before {
  border-color: #AA0101;
}
.pagination-wrapper .pagination-items .pagination-nav.--next a > span:before {
  border-right: 2px solid #6E6E6E;
  border-top: 2px solid #6E6E6E;
  right: 0;
}
.pagination-wrapper .pagination-items .pagination-nav.--next a:hover > span:before {
  border-color: #AA0101;
}
.pagination-wrapper .pagination-items .pagination-item {
  color: #6E6E6E;
}
.pagination-wrapper .pagination-items .pagination-item a {
  font-size: 17px;
  line-height: 150%;
  color: #6E6E6E;
  position: relative;
}
.pagination-wrapper .pagination-items .pagination-item a:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 120%;
  height: 120%;
}
.pagination-wrapper .pagination-items .pagination-item:not(.active) a:hover, .pagination-wrapper .pagination-items .pagination-item.active a {
  color: #AA0101;
}
.pagination-wrapper .pagination-items .pagination-item.active a {
  border-bottom: 1px solid #AA0101;
}

.attention-wrapper {
  width: 100%;
  padding: 30px 20px;
  background: #F5F5F5;
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
}
.attention-wrapper > a {
  display: inline;
  border-bottom: 1px solid;
  color: #000000;
}
.attention-wrapper > a:hover {
  border-color: transparent;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
  height: 100%;
  pointer-events: none;
}
header > * {
  pointer-events: all;
}

.header-top {
  background: #000000;
  color: #ffffff;
}
.header-top .img-wrapper {
  display: block;
}
.header-top .img-wrapper img {
  display: block;
  width: 100%;
}
@media screen and (max-width: 1199px) {
  .header-top .img-wrapper {
    margin: 0 -15px;
  }
  .header-top > .container:last-child {
    display: none;
  }
}

.header-marquee-wrapper {
  padding: 10px 0;
  border-bottom: 1px solid #6E6E6E;
  font-size: 0.6rem;
}
.header-marquee-wrapper .header-date {
  color: #6E6E6E;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.5rem;
}
.header-marquee-wrapper .header-main {
  text-transform: uppercase;
  font-weight: bold;
  padding-left: 7px;
  border-left: 2px solid #FFFFFF;
  padding-right: 20px;
  position: relative;
}
.header-marquee-wrapper .header-main:after {
  width: 10px;
  height: 17px;
  right: 0;
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background-image: url(/media/icons/storm.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
.header-marquee-wrapper .marquee-item {
  margin-right: 11px;
  /*  border-right: 2px solid $color-bg; */
  display: inline-block;
  color: #ffffff;
  position: relative;
}
.header-marquee-wrapper .marquee-item:after {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -11px;
  height: 100%;
  width: 2px;
  background: #FFFFFF;
}
.header-marquee-wrapper .marquee-item + .marquee-item {
  margin-left: 8px;
}
.header-marquee-wrapper .marquee-item:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.header-marquee-wrapper .header-marquee {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  overflow: hidden;
}
.header-marquee-wrapper .header-marquee > .marquee-item {
  display: none;
}
.header-marquee-wrapper .h-with-marquee {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}

.header-bottom {
  background: #000000;
  color: #ffffff;
  position: sticky;
  top: 0;
}
.header-bottom .row > * {
  position: initial;
}

.header-bottom-inner {
  padding: 20px 0;
  padding-bottom: 15px;
}
.header-bottom-inner .row {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.header-bottom-inner .header-logo {
  vertical-align: middle;
  display: inline-block;
}
.header-bottom-inner .header-logo img {
  width: 100%;
  display: block;
}
@media screen and (max-width: 1199px) {
  .header-bottom-inner .header-logo {
    max-width: 27vw;
  }
}
@media screen and (max-width: 1199px) {
  .header-bottom-inner {
    padding: 10px 0;
  }
}

.header-nav-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  z-index: 1;
  position: relative;
}
.header-nav-wrapper .header-nav-link {
  font-size: 0.7rem;
  color: #ffffff;
  display: block;
}
.header-nav-wrapper .dropdown-wrapper {
  position: relative;
  padding-right: 20px;
}
.header-nav-wrapper .dropdown-wrapper:after {
  content: "";
  position: absolute;
  width: 8px;
  height: 8px;
  border-radius: 1px;
  border-right: 2px solid #FFFFFF;
  border-bottom: 2px solid #FFFFFF;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  right: 3px;
  top: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-nav-wrapper .dropdown-wrapper:hover:after {
  -webkit-transform: rotate(-135deg);
  transform: rotate(-135deg);
  top: 12px;
}
@media screen and (min-width: 1200px) {
  .header-nav-wrapper .dropdown-wrapper:hover .dropdown-elem {
    opacity: 1;
    visibility: visible;
  }
}
@media screen and (min-width: 1200px) {
  .header-nav-wrapper .dropdown-elem {
    position: absolute;
    top: 100%;
    left: -30px;
    padding-top: 10px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-nav-wrapper .dropdown-elem .dropdown-elem-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    background: #FFFFFF;
    padding: 30px;
    border-radius: 5px;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header-nav-wrapper .dropdown-elem .dropdown-elem-inner a {
    font-size: 0.6rem;
    color: #000000;
    display: block;
    white-space: nowrap;
  }
  .header-nav-wrapper .dropdown-elem .dropdown-elem-inner a:hover {
    text-decoration: underline;
    text-underline-offset: 4px;
  }
}

.header-bottom-icons {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 15px;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}
.header-bottom-icons img {
  display: block;
  width: 100%;
}
.header-bottom-icons a {
  display: block;
}
.header-bottom-icons .dropdown-wrapper {
  cursor: pointer;
}
.header-bottom-icons .dropdown-wrapper > .dropdown-elem {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.header-bottom-icons .dropdown-wrapper > .dropdown-elem:before {
  content: "";
  position: absolute;
  bottom: 100%;
  right: 0;
  width: 75%;
  height: 37px;
  background: transparent;
}
.header-bottom-icons .dropdown-wrapper > .dropdown-elem .input-wrapper {
  position: relative;
  z-index: 0;
}
.header-bottom-icons .dropdown-wrapper > .dropdown-elem .input-wrapper .input-enter-link {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}
.header-bottom-icons .dropdown-wrapper .dropdown-elem-inner {
  padding: 30px 0;
  -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  background: #FFFFFF;
  position: relative;
}
.header-bottom-icons .dropdown-wrapper:hover > .dropdown-elem {
  opacity: 1;
  visibility: visible;
}
.header-bottom-icons .search-nav-wrapper {
  padding-top: 30px;
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.header-bottom-icons .search-nav-wrapper .nav-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 20px;
  color: #000000;
  min-width: 0;
  max-width: 15%;
}
.header-bottom-icons .search-nav-wrapper .title {
  font-size: 0.85rem;
  line-height: 140%;
  font-weight: 500;
  color: #000000;
}
.header-bottom-icons .search-nav-wrapper .title:hover {
  /*text-decoration: underline;*/
  /*text-underline-offset: 4px;*/
  /*text-decoration-thickness: 1px;*/
}
.header-bottom-icons .search-nav-wrapper ul li + li {
  margin-top: 10px;
}
.header-bottom-icons .search-nav-wrapper ul a {
  font-size: 0.6rem;
  color: #000000;
  display: block;
}
.header-bottom-icons .search-nav-wrapper ul a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}

@media screen and (min-width: 1200px) {
  .header-mobile,
  .hamburger-mobile {
    display: none;
  }
}
@media screen and (max-width: 1199px) {
  .hamburger-mobile {
    width: 14px;
    height: 14px;
    position: relative;
    z-index: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .hamburger-mobile:after {
    content: "";
    position: absolute;
    width: calc(100% + 15px);
    height: calc(100% + 15px);
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1;
  }
  .hamburger-mobile > span {
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hamburger-mobile > span:before, .hamburger-mobile > span:after {
    content: "";
    position: absolute;
    width: 100%;
    height: 2px;
    background: #FFFFFF;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .hamburger-mobile > span:before {
    top: 0;
  }
  .hamburger-mobile > span:after {
    bottom: 0;
  }
  .open .hamburger-mobile > span {
    background: transparent;
  }
  .open .hamburger-mobile > span:before {
    top: 6px;
    left: 1px;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  .open .hamburger-mobile > span:after {
    bottom: 6px;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    left: 1px;
  }
  .header-mobile {
    padding: 25px 0;
    background: #FFFFFF;
    position: fixed;
    left: 0;
    bottom: 0;
    overflow: auto;
    width: 100%;
    display: none;
    -webkit-box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
    box-shadow: 0 10px 20px 0 rgba(0, 0, 0, 0.1);
  }
  .header-bottom-inner .col-lg-12 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .header-bottom-inMob .header-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    align-items: flex-start;
    justify-content: flex-start;
  }
  .header-bottom-inMob .header-nav-wrapper .header-nav-link {
    color: #000000;
    font-size: 1.2rem;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 10px;
    padding-right: 0;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .header-nav-link {
    position: relative;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .header-nav-link:after {
    content: "";
    position: absolute;
    width: 8px;
    height: 8px;
    border-radius: 1px;
    border-right: 2px solid #000000;
    border-bottom: 2px solid #000000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    left: 100%;
    margin-left: 10px;
    top: 0.5rem;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .header-nav-link.open:after {
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
    top: 0.8rem;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .dropdown-elem {
    display: none;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .dropdown-elem-inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 7px;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper .dropdown-elem-inner a {
    color: #000000;
  }
  .header-bottom-inMob .header-nav-wrapper .dropdown-wrapper:after {
    content: none;
  }
  .header-bottom-inMob .header-bottom-icons {
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
    row-gap: 0;
    margin-top: 20px;
  }
  .header-bottom-inMob .header-bottom-icons .header-bottom-icon:not(:last-child) img {
    -webkit-filter: invert(1);
    filter: invert(1);
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper {
    -webkit-box-ordinal-group: 2;
    -ms-flex-order: 1;
    order: 1;
    width: 100%;
    margin-top: 20px;
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper > img {
    display: none;
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper .dropdown-elem {
    position: relative;
    top: auto;
    left: auto;
    padding: 0;
    opacity: 1;
    visibility: visible;
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper .dropdown-elem:before {
    content: none;
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper .dropdown-elem .dropdown-elem-inner {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper .dropdown-elem .dropdown-elem-inner .input-wrapper {
    margin: 0 -15px;
    width: calc(100% + 30px);
  }
  .header-bottom-inMob .header-bottom-icons .dropdown-wrapper .dropdown-elem .col-xl-12:last-child {
    display: none;
  }
}
.topnews-slider-wrapper {
  position: relative;
}
.topnews-slider-wrapper .swiper-slide {
  width: auto;
}
.topnews-slider-wrapper .swiper-slide:not(:last-child) {
  padding-right: 15px;
  border-right: 2px solid #6E6E6E;
}
.topnews-slider-wrapper .swiper-slide a {
  font-size: 0.7rem;
  color: #000000;
  display: block;
}
.topnews-slider-wrapper .swiper-button {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  margin: 0;
  background-image: none;
  width: 40px;
  height: 100%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  z-index: 1;
}
.topnews-slider-wrapper .swiper-button > span {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/media/icons/arrow-slider.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  background-size: 20%;
  display: block;
}
.topnews-slider-wrapper .swiper-button:before {
  content: "";
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 0;
  width: 150%;
  height: 150%;
  background: -webkit-gradient(linear, right top, left top, color-stop(50%, rgb(255, 255, 255)), to(rgba(255, 255, 255, 0)));
  background: linear-gradient(-90deg, rgb(255, 255, 255) 50%, rgba(255, 255, 255, 0) 100%);
  z-index: -1;
}
.topnews-slider-wrapper .swiper-button.swiper-button-prev {
  left: 0;
  right: auto;
  -webkit-transform: rotate(180deg) translateY(50%);
  transform: rotate(180deg) translateY(50%);
}
.topnews-slider-wrapper .swiper-button.swiper-button-next {
  right: 0;
  left: auto;
}
.topnews-slider-wrapper .swiper-button.swiper-button-disabled {
  opacity: 0;
  visibility: hidden;
}

.top-slider-link:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

@media screen and (max-width: 1199px) {
  .topnews-slider {
    display: none;
  }
}
.news-wrapper .heading-wrapper {
  margin-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .heading-wrapper {
    margin-bottom: 25px;
  }
}
.news-wrapper img {
  display: block;
  width: 100%;
}
.news-wrapper .img-link {
  display: block;
}
.news-wrapper .mt-30 {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .mt-30 {
    margin-top: 25px;
  }
}
.news-wrapper .news-items {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  height: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-items {
    gap: 25px;
  }
}
.news-wrapper .news-item {
  width: 100%;
  position: relative;
}
.news-wrapper .news-item:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #DEDDDD;
}
.news-wrapper .news-item .news-category {
  text-transform: uppercase;
  color: #6E6E6E;
  font-size: 0.5rem;
  font-weight: bold;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 2px solid #AA0101;
  width: 100%;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item .news-category {
    font-size: 12px;
  }
}
.news-wrapper .news-item .news-title {
  width: 100%;
  color: #000000;
  display: inline;
  text-decoration: none;
}
.news-wrapper .news-item:hover .news-title {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}
.news-wrapper .news-item.--big {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  height: 100%;
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--big {
    height: auto;
    padding-bottom: 25px;
  }
}
.news-wrapper .news-item.--big > * {
  width: 100%;
}
.news-wrapper .news-item.--big .news-descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
}
.news-wrapper .news-item.--big .news-title {
  font-size: 20px;
  font-weight: bold;
  height: 100px;
  overflow: hidden;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--big .news-title {
    line-height: 120%;
    max-height: 100px;
    height: auto;
  }
}
.news-wrapper .news-item.--small {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 20px;
  gap: 20px;
}
.news-wrapper .news-item.--small .img-wrapper {
  width: 90px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--small.--vers2 .col-lg-12 + .col-lg-12 {
    margin-top: 20px;
  }
}
.news-wrapper .news-item.--small.--vers2 .img-wrapper {
  width: 100%;
  max-width: 200px;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--small.--vers2 .img-wrapper {
    max-width: none;
  }
}
.news-wrapper .news-item.--small .news-descript {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
}
.news-wrapper .news-item.--small .news-title {
  font-size: 16px;
  height: 66px;
  overflow: hidden;
  line-height: 140%;
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--small .news-title {
    height: auto;
  }
}
@media screen and (max-width: 1199px) {
  .news-wrapper .news-item.--small {
    padding-bottom: 25px;
  }
}
.news-wrapper.--vers2 .marketing-link {
  height: 100%;
  display: block;
}
.news-wrapper.--vers2 .marketing-link img {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.news-wrapper.--vers3 .news-item:after {
  background: #000000;
}

@media screen and (min-width: 1200px) and (max-width: 1339px) {
  .--most-read .col-xl-6 .news-item.--big img {
    min-height: 378px;
    height: calc(31vw - 3px);
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center;
  }
}
.--most-read .col-xl-6 .news-item.--big .news-title {
  height: 61px;
}
@media screen and (max-width: 1199px) {
  .--most-read .col-xl-6 .news-item.--big .news-title {
    height: auto;
  }
}

.news-speech .news-item.--small {
  padding-bottom: 25px;
}
.news-speech .news-item.--small:last-child {
  border-bottom: none;
}

.news-wrapper.--partners .news-item.--small .news-title {
  height: 70px;
}

@media screen and (max-width: 1199px) {
  .news-wrapper .col-lg-12 + .col-lg-12 {
    margin-top: 25px;
  }
  .news-wrapper.--vers1 {
    position: relative;
    padding-bottom: 18vw;
  }
  .news-wrapper.--vers1 .row > * {
    position: initial;
  }
  .news-wrapper.--vers1 .img-link {
    position: absolute;
    bottom: 0;
    left: 0;
  }
}
.actual-news-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  height: 100%;
  width: 100%;
  background: #000000;
  color: #ffffff;
  padding: 32px 20px;
}
.actual-news-wrapper > .title {
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: bold;
  padding-bottom: 35px;
  line-height: 120%;
  width: 100%;
  border-bottom: 1px solid #DEDDDD;
}
@media screen and (max-width: 1199px) {
  .actual-news-wrapper > .title {
    font-size: 20px;
    padding-bottom: 25px;
  }
}
.actual-news-wrapper > .title > span {
  display: inline-block;
  padding-left: 10px;
  border-left: 4px solid #FFFFFF;
}

.actual-news-items {
  margin-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
}
@media screen and (max-width: 1199px) {
  .actual-news-items {
    margin-top: 25px;
    gap: 25px;
  }
}

.actual-news-item {
  width: 100%;
}
.actual-news-item:not(:last-child) {
  padding-bottom: 20px;
  border-bottom: 1px solid #DEDDDD;
}
@media screen and (max-width: 1199px) {
  .actual-news-item:not(:last-child) {
    padding-bottom: 25px;
  }
}
.actual-news-item .news-category {
  text-transform: uppercase;
  color: #6E6E6E;
  font-size: 0.5rem;
  font-weight: bold;
  padding-left: 10px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-left: 2px solid #AA0101;
  width: 100%;
  line-height: 120%;
}
@media screen and (max-width: 1199px) {
  .actual-news-item .news-category {
    font-size: 12px;
  }
}
.actual-news-item .news-title {
  width: 100%;
  color: #ffffff;
  font-size: 0.7rem;
  margin-top: 15px;
  overflow: hidden;
  line-height: 140%;
}
@media screen and (max-width: 1199px) {
  .actual-news-item .news-title {
    font-size: 16px;
    max-height: none !important;
  }
}
.actual-news-item:nth-child(2n) .news-title {
  max-height: 3vw;
}
.actual-news-item:nth-child(2n+1) .news-title {
  max-height: 5vw;
}
.actual-news-item:hover .news-title {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.soviet-wrapper {
  border-right: 1px solid #DEDDDD;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper {
    border-right: none;
  }
}
.soviet-wrapper .heading-wrapper {
  padding-right: 20px;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .soviet-wrapper .heading-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 20px;
    padding-right: 0;
    margin-bottom: 25px;
  }
}
.soviet-wrapper .soviet-slider-wrapper {
  position: relative;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper .soviet-slider-wrapper {
    padding-bottom: 50px;
  }
}
.soviet-wrapper .soviet-slider-wrapper .swiper-navigation {
  position: absolute;
  top: calc(100% + 20px);
  left: 20px;
  gap: 20px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper .soviet-slider-wrapper .swiper-navigation {
    bottom: 0;
    top: auto;
    left: 0;
  }
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button {
  position: relative;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  border: 1px solid #6E6E6E;
  background-image: none;
  margin: 0;
  top: auto;
  left: auto;
  bottom: auto;
  right: auto;
  z-index: initial;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button > span {
  width: 12px;
  height: 1px;
  position: absolute;
  top: 14px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background: #6E6E6E;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button > span:after {
  content: "";
  position: absolute;
  width: 7px;
  height: 7px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button:not(.swiper-button-disabled):hover {
  border-color: #AA0101;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button:not(.swiper-button-disabled):hover > span {
  background: #AA0101;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button:not(.swiper-button-disabled):hover > span:after {
  border-color: #AA0101;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button.swiper-button-prev span:after {
  border-left: 1px solid #6E6E6E;
  border-bottom: 1px solid #6E6E6E;
  left: 1px;
  top: -3px;
}
.soviet-wrapper .soviet-slider-wrapper .swiper-button.swiper-button-next span:after {
  border-top: 1px solid #6E6E6E;
  border-right: 1px solid #6E6E6E;
  right: 1px;
  top: -3px;
}
.soviet-wrapper .swiper-slide {
  width: 210px;
  padding: 30px 0;
  height: auto;
  border: 1px solid #DEDDDD;
}
.soviet-wrapper .swiper-slide:first-child, .soviet-wrapper .swiper-slide + .swiper-slide {
  border-left: none;
}
.soviet-wrapper .swiper-slide:last-child {
  border-right: none;
}
.soviet-wrapper .swiper-slide .soviet-slide {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 15px;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}
.soviet-wrapper .swiper-slide .soviet-slide > * {
  width: 100%;
}
.soviet-wrapper .swiper-slide .soviet-slide .img-wrapper {
  padding: 0 30px;
  border-radius: 100px;
  overflow: hidden;
}
.soviet-wrapper .swiper-slide .soviet-slide img {
  width: 100%;
  display: block;
}
.soviet-wrapper .swiper-slide .soviet-slide .title {
  line-height: 140%;
  font-size: 0.8rem;
  font-weight: 500;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper .swiper-slide .soviet-slide .title {
    font-size: 18px;
  }
}
.soviet-wrapper .swiper-slide .soviet-slide .subtitle {
  font-size: 0.6rem;
  color: #6E6E6E;
  padding: 0 10px;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper .swiper-slide .soviet-slide .subtitle {
    font-size: 13px;
  }
}
.soviet-wrapper .soviet-wrapper-bottom {
  padding: 24px 0;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  padding-right: 20px;
}
.soviet-wrapper .soviet-wrapper-bottom .link {
  font-size: 0.7rem;
}
@media screen and (max-width: 1199px) {
  .soviet-wrapper .soviet-wrapper-bottom {
    padding: 20px 0;
    width: 100%;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    border-bottom: 1px solid #DEDDDD;
  }
  .soviet-wrapper .soviet-wrapper-bottom .link {
    font-size: 16px;
  }
}
.expert-soviet {
  padding-bottom: 30px;
}
@media screen and (max-width: 1199px) {
  .expert-soviet .col-lg-12 + .col-lg-12 {
    margin-top: 25px;
  }
}
.request .heading-wrapper {
  margin-bottom: 30px;
}

.request-chief {
  padding: 30px 20px;
  background: #F5F5F5;
}
.request-chief .link-wrapper {
  margin-top: 30px;
}
@media screen and (max-width: 1199px) {
  .request-chief {
    padding: 25px 20px;
  }
  .request-chief .link-wrapper {
    margin-top: 25px;
  }
}

.request-item {
  gap: 20px;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  line-height: 120%;
  padding: 15px 0;
  border-bottom: 1px solid #DEDDDD;
}
.request-item .date {
  width: 105px;
  font-size: 0.55rem;
  color: #6E6E6E;
}
@media screen and (max-width: 1199px) {
  .request-item .date {
    font-size: 13px;
  }
}
.request-item .title {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  font-size: 0.75rem;
  color: #000000;
}
@media screen and (max-width: 1199px) {
  .request-item .title {
    font-size: 16px;
  }
}
@media screen and (max-width: 1199px) {
  .request-item {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 15px;
  }
}

.request-sub {
  background: #F5F5F5;
  padding: 30px 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  position: relative;
  overflow: hidden;
  height: 100%;
  z-index: 0;
}
.request-sub .title {
  font-size: 0.9rem;
  line-height: 120%;
  font-weight: bold;
}
@media screen and (max-width: 1199px) {
  .request-sub .title {
    font-size: 20px;
  }
}
.request-sub .subtitle {
  font-size: 0.6rem;
}
@media screen and (max-width: 1199px) {
  .request-sub .subtitle {
    font-size: 13px;
    max-width: 60%;
  }
}
.request-sub > .img-wrapper {
  position: absolute;
  bottom: 10px;
  right: -30px;
  z-index: -1;
}
@media screen and (max-width: 1199px) {
  .request-sub > .img-wrapper {
    max-width: 150px;
    right: 0;
    bottom: -10px;
  }
  .request-sub > .img-wrapper img {
    width: 100%;
    display: block;
  }
}

@media screen and (max-width: 1199px) {
  .request .row > div + div {
    margin-top: 25px;
  }
}
footer {
  background: #000000;
}

.footer-inner {
  padding: 30px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 30px;
  color: #ffffff;
}

.footer-top {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-bottom: 30px;
  border-bottom: 1px solid #6E6E6E;
}
.footer-top .footer-logo img {
  display: block;
  width: 100%;
}
.footer-top .subscript-wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 20px;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  min-width: 0;
  width: 70%;
  max-width: 930px;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}
.footer-top .subscript-wrapper .btn {
  -ms-flex-negative: 0;
  flex-shrink: 0;
}
.footer-top .subscript-wrapper .title {
  font-size: 0.75rem;
  line-height: 140%;
  font-weight: 500;
}

.footer-search {
  width: 100%;
}
.footer-search .input-enter-link {
  display: block;
  width: 22px;
  height: 22px;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  right: 20px;
  z-index: 1;
}

.footer-nav-wrapper {
  gap: 1rem;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
}
.footer-nav-wrapper .nav-column {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  color: #ffffff;
  min-width: 0;
  max-width: 15%;
}
.footer-nav-wrapper .title {
  font-size: 0.85rem;
  line-height: 140%;
  font-weight: 500;
  color: #ffffff;
}
.footer-nav-wrapper .title:hover {
  /*text-decoration: underline;*/
  /*text-underline-offset: 4px;*/
}
.footer-nav-wrapper ul li + li {
  margin-top: 10px;
}
.footer-nav-wrapper ul a {
  font-size: 0.6rem;
  color: #ffffff;
  display: block;
}
.footer-nav-wrapper ul a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
  text-decoration-thickness: 1px;
}

.footer-bottom {
  width: 100%;
  padding-top: 30px;
  border-top: 1px solid #6E6E6E;
  font-size: 0.6rem;
  line-height: 100%;
  color: #6E6E6E;
}
.footer-bottom a {
  color: #6E6E6E;
}
.footer-bottom a:hover {
  color: #ffffff;
}
.footer-bottom .develop-link {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  gap: 10px;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  text-align: right;
}

@media screen and (max-width: 1199px) {
  .footer-inner {
    padding: 25px 0;
    gap: 25px;
  }
  .footer-top {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px;
    padding-bottom: 25px;
  }
  .footer-top .subscript-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 40px;
    max-width: none;
    width: 100%;
  }
  .footer-top .subscript-wrapper .title {
    font-size: 18px;
  }
  .footer-nav-wrapper {
    gap: 20px;
  }
  .footer-nav-wrapper .nav-column {
    gap: 20px;
    max-width: none;
    width: calc(50% - 20px);
    -webkit-box-flex: 0;
    -ms-flex: none;
    flex: none;
  }
  .footer-nav-wrapper .title {
    font-size: 18px;
  }
  .footer-nav-wrapper ul a {
    font-size: 13px;
  }
  .footer-bottom {
    padding-top: 25px;
    font-size: 13px;
    line-height: 140%;
  }
  .footer-bottom .col-lg-12 ~ div {
    margin-top: 25px;
  }
  .footer-bottom .develop-link {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }
  .footer-bottom .develop-link > span {
    width: 70%;
    max-width: 210px;
    text-align: right;
  }
}
@media screen and (max-width: 767px) {
  .footer-nav-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    gap: 25px;
  }
  .footer-nav-wrapper .nav-column {
    width: 100%;
  }
}

.modal-content {
  border-radius: 0
}

.modal-header {
  position: relative;
  overflow: hidden;
  padding: 10px 20px;
  text-transform: uppercase;
  color: #fff;
  border-bottom: 1px solid #006001;
  border-radius: 0;
  background: #37c url('/images/pattern.png') repeat center center;
}

.modal-title {
  text-transform: uppercase;
  font-size: 16px;
}

.modal-body {
  padding: 10px
}

.modal-backdrop {
  background-color: #333
}

.modal-backdrop.show {
  opacity: .7
}
@media all and (min-width: 768px) {
  .modal-title {
    font-size: 24px;
  }

  .modal-body {
    padding: 20px
  }
}

/*# sourceMappingURL=index.css.map */