/*! 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.
 */
@import '../fonts/tt-interphases-pro/style.css';
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.color-white {
  color: #fff;
}

.color-grey {
  color: rgba(0, 0, 0, 0.4392156863);
}

input,
textarea {
  outline: none;
  background: rgba(255, 255, 255, 0.137254902);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.137254902);
  transition: border 0.2s ease-in-out;
  font-family: "TT Interphases Pro Trial Medium";
}
input::placeholder,
textarea::placeholder {
  color: #fff;
  font-family: "TT Interphases Pro Trial Medium";
}
input:focus,
textarea:focus {
  border-color: #fff;
}

textarea {
  resize: none;
  padding: 16px 18px;
  min-height: 105px;
}

input {
  padding: 18px 16px;
  width: 100%;
}

.check-block {
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 18px;
  justify-content: flex-start;
  text-align: left;
}
.check-block label {
  position: relative;
  cursor: pointer;
  line-height: 1;
}
.check-block label:before {
  content: "";
  -webkit-appearance: none;
  background-color: #fff;
  padding: 10px;
  display: inline-block;
  position: relative;
  vertical-align: middle;
  cursor: pointer;
  margin-right: 8px;
  border-radius: 4px;
}
.check-block input {
  padding: 0;
  height: initial;
  width: initial;
  margin-bottom: 0;
  display: none;
  cursor: pointer;
}
.check-block input:checked + label:after {
  content: "";
  display: block;
  position: absolute;
  top: 2px;
  left: 7px;
  width: 6px;
  height: 14px;
  border: solid #000000;
  border-width: 0 2px 2px 0;
  transform: rotate(45deg);
}
.check-block a {
  color: #fff;
  text-decoration: underline;
}
.check-block a:hover {
  text-decoration: none;
}

.input-item {
  margin-bottom: 24px;
}
.input-item .btn {
  width: 100%;
}
.input-item--search {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #F1F1F1;
}
.input-item--search:before {
  content: "";
  min-width: 24px;
  min-height: 24px;
  display: block;
  background: url(../img/ui/search-grey.svg) no-repeat;
  background-size: cover;
}
.input-item--search input {
  color: #000000;
  padding: 12px;
}
.input-item--search input::placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}
.input-item--select {
  border-bottom: 2px solid #F1F1F1;
}
.input-item--select .choices__inner {
  background: #fff;
  border: none;
}
.input-item--select .choices__input {
  color: #000000;
  display: none !important;
}
.input-item--select .choices__item--selectable {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 16px;
  color: rgba(0, 0, 0, 0.4392156863);
  word-break: auto-phrase;
  padding-right: 10px !important;
}
.input-item--select .choices[data-type*=select-one]::after {
  content: "";
  width: 24px;
  height: 24px;
  top: 17px;
  background: url(../img/ui/arrow-down.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  border: none;
}
.input-item--select .choices__list--dropdown .choices__item--selectable[data-select-text]::after,
.input-item--select .choices__list[aria-expanded] .choices__item--selectable[data-select-text]::after {
  display: none;
}
.input-item--date {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  border-bottom: 2px solid #F1F1F1;
}
.input-item--date:after {
  content: "";
  min-width: 24px;
  min-height: 24px;
  display: block;
  background: url(../img/ui/calendar.svg) no-repeat;
  background-size: cover;
  position: absolute;
  top: 50%;
  right: 12px;
  transform: translate(0, -50%);
  z-index: -1;
}
.input-item--date input {
  color: rgba(0, 0, 0, 0.4392156863);
  padding: 12px;
}
.input-item--date input::-webkit-calendar-picker-indicator {
  opacity: 0;
}
.input-item--date input::placeholder {
  color: rgba(0, 0, 0, 0.4392156863);
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

canvas {
  display: none;
}

body {
  margin: 0 auto;
  padding: 0;
  position: relative;
  width: 100%;
  color: #000000;
  background: #fff;
}

.body-hidden {
  overflow: hidden !important;
}

.layout-wrap {
  width: 100%;
  overflow: hidden;
}

.container {
  max-width: 1344px;
  width: 100%;
  margin: 0 auto;
  padding: 0px 15px;
}

[class*=__container] {
  width: 100%;
  max-width: 100%;
  padding-inline: 20px;
  margin-inline: auto;
}
@media (min-width: 768px) {
  [class*=__container] {
    padding-inline: 40px;
  }
}
@media (min-width: 992px) {
  [class*=__container] {
    max-width: 1440px;
    padding-inline: 48px;
  }
}

button {
  cursor: pointer;
  border: none;
}

.btn {
  padding: 11px 24px;
  line-height: 24px;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  display: inline-block;
  border-radius: 4px;
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: normal;
}
.btn-blue {
  border: 1px solid #0056A4;
  background: #0056A4;
  color: #fff;
}
.btn-blue:hover {
  background: #003466;
  border-color: #003466;
}
.btn-white {
  border: 2px solid rgba(0, 0, 0, 0.062745098);
  background: #fff;
  color: #000000 !important;
}
.btn-white:hover {
  background: #F1F1F1;
}
.btn-arrow {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-arrow:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-black.svg);
}
.btn-arrow-2 {
  border-radius: 4px;
  border-color: transparent;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-arrow-2:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-black-2.svg);
}
.btn-download {
  padding: 0;
  background: transparent;
  color: #0056A4;
  border: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 12px;
}
.btn-download:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/files/download.svg);
}
.btn-download:hover {
  opacity: 0.5;
}

.slider-btn {
  border: none;
  min-width: 54px;
  min-height: 54px;
  border-radius: 50%;
  position: relative;
  transition: all 0.2s ease-in-out;
  cursor: pointer;
  background-color: rgba(0, 0, 0, 0.4392156863);
}
.slider-btn:before {
  content: "";
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center center;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: all 0.2s ease-in-out;
}
.slider-btn-prev:before {
  background-image: url(../img/ui/slider-arrow-prev.svg);
}
.slider-btn-next:before {
  background-image: url(../img/ui/slider-arrow-next.svg);
}
.slider-btn--white {
  border: 1px solid rgba(0, 0, 0, 0.4392156863);
  background-color: #fff;
}
.slider-btn--white:before {
  filter: invert(100%);
}
.slider-btn:not(.swiper-button-disabled):not([disabled]):hover {
  background-color: #0056A4;
}
.slider-btn:not(.swiper-button-disabled):not([disabled]):hover:before {
  filter: invert(0%);
}

.swiper-button-disabled {
  border-color: #c7c7c7;
  pointer-events: none;
}
.swiper-button-disabled:before {
  opacity: 0.5;
}

body {
  font-family: "TT Interphases Pro Trial Medium";
  color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
}

strong, b {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
}

.intro-title {
  margin: 0;
  font-family: "TT Interphases Pro Trial DemiBold";
  font-size: 72px;
}
@media (max-width: 991px) {
  .intro-title {
    font-size: 36px;
  }
}
@media (max-width: 578px) {
  .intro-title {
    font-size: 24px;
  }
}

.section-title {
  font-size: 36px;
  font-weight: normal;
  margin: 0px 0px 24px 0px;
  line-height: 44px;
}
@media (max-width: 578px) {
  .section-title {
    font-size: 24px;
    line-height: 36px;
  }
}

.block-title {
  font-size: 24px;
  margin: 0px 0px 24px 0px;
}

.section-descr {
  margin-bottom: 32px;
  line-height: 24px;
}
.section-descr P:last-child {
  margin-bottom: 0;
}

p {
  line-height: 24px;
}

.title {
  margin: 0;
}
.title--h2 {
  font-size: 24px;
  line-height: 36px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .title--h2 {
    font-size: 36px;
    line-height: 44px;
  }
}

.content--light {
  color: #fff;
}
.content--left {
  padding-inline-end: 48px;
}
.content p {
  margin: 0;
}
.content p:not(:last-child) {
  margin: 0 0 16px;
}
.content a {
  font-weight: 600;
  color: #0056A4;
  text-decoration: none;
}
.content ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
}
.content ul li {
  position: relative;
  padding-inline-start: 32px;
  margin-block-end: 16px;
}
.content ul li:before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  min-width: 20px;
  min-height: 20px;
  background: url("../img/ui/list.svg") no-repeat;
  background-size: cover;
}

.heading__title {
  margin-block-end: 24px;
}

[data-overflow] [data-overflow-pc],
[data-overflow] [data-overflow-mb] {
  position: relative;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  margin: 0;
}
[data-overflow] [data-overflow-pc]:has(+ [data-overflow-more] input:checked),
[data-overflow] [data-overflow-mb]:has(+ [data-overflow-more] input:checked) {
  display: block;
  overflow: visible;
}
[data-overflow] [data-overflow-more] {
  display: inline-block;
  background-color: #fff;
  font-weight: 600;
  color: #0056A4;
  margin-block-start: 4px;
  cursor: pointer;
}
[data-overflow] [data-overflow-more] span:last-of-type {
  display: none;
}
[data-overflow] [data-overflow-more]:has(input:checked) span:first-of-type {
  display: none;
}
[data-overflow] [data-overflow-more]:has(input:checked) span:last-of-type {
  display: inline-block;
}

._visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: auto;
  margin: 0;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
  white-space: nowrap;
}

.icon-rss {
  background: url(../img/ui/social/rss.svg);
}

.icon-vk {
  background: url(../img/ui/social/vk.svg);
}

.icon-ok {
  background: url(../img/ui/social/ok.svg);
}

.icon-tg {
  background: url(../img/ui/social/tg.svg);
}

.icon-filter {
  background: url(../img/ui/filter.svg);
}

.icon-rss, .icon-vk, .icon-ok, .icon-tg, .icon-filter {
  width: 40px;
  height: 40px;
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  transition: opacity 0.2s ease-in-out;
}
.icon-rss:hover, .icon-vk:hover, .icon-ok:hover, .icon-tg:hover, .icon-filter:hover {
  opacity: 0.7;
}

.gallery-modal {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 999;
  display: none;
  justify-content: center;
  align-items: center;
}
.gallery-modal__fade-layer {
  position: fixed;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4509803922);
}
.gallery-modal .gallery-slider {
  max-width: 1344px;
  margin: 0px 20px;
  width: 100%;
  overflow: hidden;
  border-radius: 12px;
  position: relative;
  background: #fff;
}
@media (max-height: 800px) {
  .gallery-modal .gallery-slider {
    max-width: 900px;
  }
}
.gallery-modal .gallery-slider__bottom {
  padding: 16px 34px;
  background: #fff;
  display: flex;
  flex-wrap: wrap;
  gap: 15px;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.gallery-modal .gallery-slider__controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  gap: 16px;
}
.gallery-modal .gallery-slider__close {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  position: absolute;
  top: 24px;
  right: 24px;
  transition: all 0.2s ease-in-out;
  background: #fff;
  z-index: 999;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.4392156863);
}
@media (max-width: 767px) {
  .gallery-modal .gallery-slider__close {
    top: 12px;
    right: 12px;
    width: 40px;
    height: 40px;
  }
}
.gallery-modal .gallery-slider__close div {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 20px;
  height: 2px;
  background: #000000;
  transition: all 0.2s ease-in-out;
}
.gallery-modal .gallery-slider__close div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(45deg);
}
.gallery-modal .gallery-slider__close div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(-45deg);
}
.gallery-modal .gallery-slider__close:hover {
  background: #0056A4;
  border-color: #fff;
}
.gallery-modal .gallery-slider__close:hover div {
  background: #fff;
}
.gallery-modal .swiper-wrapper {
  position: relative;
}
.gallery-modal .swiper-slide {
  max-width: 1344px;
  width: 100%;
  height: 700px;
}
@media (max-width: 991px) {
  .gallery-modal .swiper-slide {
    height: 500px;
  }
}
@media (max-height: 800px) {
  .gallery-modal .swiper-slide {
    height: 400px;
    max-width: 900px;
  }
}
@media (max-width: 767px) {
  .gallery-modal .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 578px) {
  .gallery-modal .swiper-slide {
    height: 250px;
  }
}
.gallery-modal .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.breadcrumbs {
  padding: 128px 0px 24px 0px;
  overflow-y: auto;
}
@media (max-width: 578px) {
  .breadcrumbs {
    padding: 85px 0px 0px;
  }
}
.breadcrumbs__content {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  padding: 15px 0px;
}
@media (max-width: 767px) {
  .breadcrumbs__content {
    overflow-y: auto;
  }
}
.breadcrumbs .bread-link {
  color: #0056A4;
  display: block;
  white-space: nowrap;
  display: flex;
  flex-direction: row;
  align-items: center;
  text-decoration: none;
  gap: 8px;
  transition: all 0.2s ease-in-out;
}
.breadcrumbs .bread-link:after {
  content: "";
  display: block;
  width: 1px;
  height: 10px;
  background: rgba(0, 0, 0, 0.4392156863);
  margin-top: 3px;
}
.breadcrumbs .bread-link:last-child {
  color: #000000;
  pointer-events: none;
}
.breadcrumbs .bread-link:last-child::after {
  display: none;
}
.breadcrumbs .bread-link:hover {
  color: rgba(0, 0, 0, 0.4392156863);
}

.pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
.pagination__btn {
  display: block;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4392156863);
  background: #F9F9FB;
  position: relative;
  transition: all 0.2s ease-in-out;
}
.pagination__btn--prev:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-black-2.svg) no-repeat;
  transform: rotate(180deg);
  opacity: 0.5;
  will-change: filter;
  transition: all 0.2s ease-in-out;
}
.pagination__btn--next:before {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-black-2.svg) no-repeat;
  opacity: 0.5;
  will-change: filter;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 578px) {
  .pagination__btn--more {
    display: none;
  }
}
.pagination__btn:hover {
  background: #0056A4;
  color: #fff;
}
.pagination__btn:hover:before {
  opacity: 1;
  filter: invert(100%);
}
@media (max-width: 578px) {
  .pagination__btn:nth-last-child(2) {
    display: none;
  }
}
.pagination .active {
  pointer-events: none;
  color: #0056A4;
  background: #E6EEF6;
}

.advantage--number .advantage__heading {
  margin-block-end: 16px;
}
.advantage--number .advantage__number {
  display: block;
  font-size: 36px;
  line-height: 44px;
  margin-block-end: 16px;
}
@media (min-width: 768px) {
  .advantage--number .advantage__number {
    font-size: 48px;
    line-height: 62px;
  }
}
.advantage--number .advantage__divider {
  display: block;
  height: 2px;
  width: 100%;
  background-color: #000000;
  margin-block-end: 16px;
}
.advantage--number .advantage__description a {
  font-weight: 600;
  color: #0056A4;
  text-decoration: none;
}

.slider--progress {
  overflow: hidden;
}
@media (min-width: 768px) {
  .slider--progress {
    display: grid;
    gap: 0 40px;
    grid-template-columns: 10px 1fr;
  }
}
@media (min-width: 992px) {
  .slider--progress {
    grid-template-columns: repeat(7, 1fr);
  }
}
.slider--progress .slider__init.swiper-initialized .slider__slide .content--light {
  color: #008BD2;
  user-select: none;
}
.slider--progress .slider__init.swiper-initialized .slider__slide[class*=active] .content--light {
  color: #fff;
}
@media (min-width: 768px) {
  .slider--progress .slider__swiper {
    height: 500px;
  }
}
@media (min-width: 992px) {
  .slider--progress .slider__swiper {
    height: 576px;
    grid-column: span 5;
  }
}
.slider--progress .slider__wrapper {
  flex-direction: column;
}
.slider--progress .slider__slide {
  margin-block-end: 40px;
}
@media (min-width: 768px) {
  .slider--progress .slider__slide {
    margin-block-end: 72px;
  }
}
.slider--progress .slider__slide .content {
  font-weight: 500;
}
.slider--progress .slider__pagination {
  position: relative;
  display: none;
}
@media (min-width: 768px) {
  .slider--progress .slider__pagination {
    display: block;
  }
}
@media (min-width: 992px) {
  .slider--progress .slider__pagination {
    grid-column: span 2;
  }
}
.slider--progress .slider__pagination:before {
  content: "";
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px;
}
.slider--progress .slider__progressbar {
  --swiper-pagination-progressbar-size: 5px;
  position: relative;
  margin: 22px auto 0;
  background: #008BD2;
  border-radius: 50px;
  overflow: hidden;
}
.slider--progress .slider__progressbar [class*=fill] {
  --swiper-pagination-color: white;
}
.slider--progress .slider__show-more {
  font-weight: 600;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 24px;
}
@media (min-width: 768px) {
  .slider--progress .slider__show-more {
    display: none;
  }
}

@media (min-width: 768px) {
  .stages-scroll__wrapper {
    display: grid;
    grid-template-columns: 10px 1fr;
    gap: 0 40px;
    justify-items: center;
    height: 100%;
    overflow: hidden;
  }
}
@media (min-width: 992px) {
  .stages-scroll__wrapper {
    grid-template-columns: repeat(7, 1fr);
    gap: 0 24px;
    overflow: visible;
  }
}
.stages-scroll__divider {
  display: none;
}
@media (min-width: 768px) {
  .stages-scroll__divider {
    position: relative;
    display: block;
    min-width: 5px;
    width: 5px;
    background: #008BD2;
    border-radius: 50px;
    margin-block-start: 22px;
  }
}
@media (min-width: 992px) {
  .stages-scroll__divider {
    grid-column: span 2;
  }
}
.stages-scroll__divider:before {
  content: "";
  position: absolute;
  top: -22px;
  left: 50%;
  transform: translateX(-50%);
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px;
}
.stages-scroll__divider-fill {
  background-color: #fff;
  border-radius: 50px;
  overflow: hidden;
}
@media (min-width: 768px) {
  .stages-scroll__descriptions {
    max-height: 482px;
  }
}
@media (min-width: 992px) {
  .stages-scroll__descriptions {
    grid-column: span 5;
  }
}
.stages-scroll__description {
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  color: #fff;
  padding-block-end: 40px;
}
@media (min-width: 768px) {
  .stages-scroll__description {
    color: rgb(0, 139, 210);
  }
}
@media (min-width: 992px) {
  .stages-scroll__description {
    padding-block-end: 72px;
  }
}
.stages-scroll__show-more {
  font-weight: 600;
  background-color: #fff;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  padding: 12px 24px;
}
@media (min-width: 768px) {
  .stages-scroll__show-more {
    display: none;
  }
}

.section--advantages {
  padding-block: 40px;
}
@media (min-width: 992px) {
  .section--advantages {
    padding-block: 48px;
  }
}
.section--stages-scroll {
  background-color: #0056A4;
  overflow: hidden;
  padding-block: 40px;
}
@media (min-width: 992px) {
  .section--stages-scroll {
    height: 600px;
    padding-block: 48px;
  }
}

.main-nav {
  padding: 20px 0px;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  transition: all 0.2s ease-in-out;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: rgba(255, 255, 255, 0.2);
}
@media (max-width: 991px) {
  .main-nav {
    padding: 12px 0px;
  }
}
.main-nav--trans {
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
}
.main-nav__content {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.main-nav__content .navs-cont--toggled {
  transform: translateX(0%) !important;
  opacity: 1 !important;
}
.main-nav__content .navs-cont--toggled .nav-list {
  opacity: 1 !important;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont {
    position: fixed;
    top: 75px;
    left: 0;
    right: 0;
    width: 100%;
    height: 100vh;
    background: #fff;
    transform: translateX(120%);
    opacity: 0;
    transition: all 0.3s ease-in-out;
    z-index: -5;
    padding: 50px 30px;
    display: flex;
    flex-direction: column;
    overflow-y: auto;
  }
}
.main-nav__content .navs-cont .nav-list {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  list-style: none;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list {
    margin: 0;
    gap: 20px;
    background: #fff;
    flex-direction: column;
    align-items: flex-start;
    padding: 0;
    width: 100%;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    transition-delay: 0.3s;
    position: relative;
    z-index: -1;
    margin-bottom: 24px;
  }
}
.main-nav__content .navs-cont .nav-list__item {
  position: relative;
}
.main-nav__content .navs-cont .nav-list__item .nav-link {
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  color: #fff;
  position: relative;
  padding-right: 15px;
  transition: all 0.2s ease-in-out;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .nav-link {
    font-size: 18px;
    width: 100%;
    color: #000000;
  }
}
.main-nav__content .navs-cont .nav-list__item .nav-link:hover {
  opacity: 0.7;
}
.main-nav__content .navs-cont .nav-list__item .nav-link::after {
  content: "";
  display: none;
  width: 0;
  height: 0;
  margin-left: 8px;
  vertical-align: middle;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid #fff;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .nav-link::after {
    border-top-color: #000000;
    display: none !important;
  }
}
.main-nav__content .navs-cont .nav-list__item .nav-link.has-dropdown::after {
  display: inline-block;
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu {
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu {
    position: relative;
    top: unset;
    display: block;
  }
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu .dropdown {
  position: relative;
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner {
  background-color: #fff;
  list-style: none;
  padding: 0px 0px;
  min-width: 230px;
  max-width: 230px;
  width: 100%;
  z-index: 10;
  display: flex;
  flex-direction: column;
  border-radius: 12px;
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li a {
  line-height: 24px;
  border-radius: 12px;
  padding: 8px 12px;
  display: block;
  text-decoration: none;
  color: #000000;
  font-family: "TT Interphases Pro Trial Regular";
}
@media (min-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li a:hover {
    background: #E6EEF6;
  }
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li a {
    padding: 8px 0px;
    color: rgba(0, 0, 0, 0.4392156863);
    font-family: "TT Interphases Pro Trial Medium";
  }
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu {
  display: none;
  position: absolute;
  top: 0;
  left: 100%;
  padding-top: 20px;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu {
    display: block;
  }
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu__inner {
  min-width: 220px;
  max-width: 220px;
  overflow: hidden;
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu.third-level {
  padding: 0;
  position: absolute;
  top: 0;
  left: 100%;
}
@media (max-width: 991px) {
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu.third-level {
    position: relative;
    top: unset;
    left: unset;
    border-left: 2px solid #E6EEF6;
  }
  .main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li .dropdown-menu.third-level a {
    padding-left: 15px;
  }
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li:hover .dropdown-menu {
  display: block;
}
.main-nav__content .navs-cont .nav-list__item .dropdown-menu__inner li:hover .dropdown-menu.third-level {
  display: block;
}
.main-nav__content .navs-cont .nav-list__item:hover .dropdown-menu {
  display: block;
}
.main-nav__content .navs-cont .nav-list__item:hover.dropdown .nav-link::after {
  transform: scale(1, -1);
}
.main-nav__content .navs-cont .nav-list__item.dropdown .nav-link::after {
  display: inline-block;
}
.main-nav__content .navs-cont .soc-list {
  margin-top: auto;
  margin-bottom: 50px;
  padding-top: 24px;
  border-top: 2px solid #000000;
}
.main-nav__content .navs-cont .soc-list a {
  display: block;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 24px;
}
@media (min-width: 991px) {
  .main-nav__content .navs-cont .soc-list {
    display: none;
  }
}
.main-nav__content .func-group {
  margin-left: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  position: relative;
  z-index: 2;
}
@media (max-width: 991px) {
  .main-nav__content .func-group {
    margin-right: 24px;
  }
}
.main-nav__content .lang-cont {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 4px;
  color: #C6C6C6;
  position: relative;
  z-index: 2;
}
.main-nav__content .lang-cont__link {
  display: block;
  color: #C6C6C6;
  text-decoration: none;
}
.main-nav__content .lang-cont__link--current {
  color: #fff;
}
.main-nav__content .search-cont {
  position: relative;
  z-index: 2;
}
.main-nav__content .search-cont__link {
  width: 24px;
  height: 24px;
  display: block;
  background-image: url(../img/ui/search.svg);
  background-repeat: no-repeat;
  background-position: center center;
  transition: all 0.2s ease-in-out;
}
.main-nav__content .search-cont__link:hover {
  opacity: 0.5;
}
.main-nav__content .toggler-cont {
  display: none;
}
@media (max-width: 991px) {
  .main-nav__content .toggler-cont {
    display: block;
    position: relative;
    z-index: 99;
  }
}
.main-nav__content .toggler-cont .nav-toggler {
  overflow: hidden;
  min-width: 24px;
  min-height: 24px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
  position: relative;
}
.main-nav__content .toggler-cont .nav-toggler div {
  transition: all 0.2s ease-in-out;
  width: 100%;
  height: 2px;
  background: #F1F1F1;
}
.main-nav__content .toggler-cont .nav-toggler--toggled div {
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
}
.main-nav__content .toggler-cont .nav-toggler--toggled div:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg) !important;
}
.main-nav__content .toggler-cont .nav-toggler--toggled div:nth-child(2) {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.main-nav__content .toggler-cont .nav-toggler--toggled div:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg) !important;
}
.main-nav--grey {
  background: #F1F1F1;
}
.main-nav--grey .nav-link {
  color: #000000 !important;
}
.main-nav--grey .nav-link:after {
  border-top-color: #000000 !important;
}
.main-nav--grey .logo-block img {
  will-change: filter;
  filter: invert(100%);
}
.main-nav--grey .search-cont {
  will-change: filter;
  filter: invert(100%);
}
.main-nav--grey .lang-cont__link--current {
  color: #000000;
}
.main-nav--grey .nav-toggler div {
  background: #000000 !important;
}
.main-nav--opened {
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  background-color: #f1f1f1;
  background: #f1f1f1;
}
.main-nav--opened .nav-link {
  color: #000000 !important;
}
.main-nav--opened .nav-link:after {
  border-top-color: #000000 !important;
}
.main-nav--opened .logo-block img {
  will-change: filter;
  filter: invert(100%);
}
.main-nav--opened .search-cont {
  will-change: filter;
  filter: invert(100%);
}
.main-nav--opened .lang-cont__link--current {
  color: #000000;
}
.main-nav--opened .nav-toggler div {
  background: #000000 !important;
}

.main-banner--cooperation {
  padding-block-start: 20px;
}
@media (min-width: 992px) {
  .main-banner--cooperation {
    padding-block-start: 0;
  }
}
.main-banner--cooperation .main-banner__wrapper {
  display: grid;
  grid-template-areas: "stack";
  border-radius: 12px;
  overflow: hidden;
  min-height: 428px;
}
@media (min-width: 992px) {
  .main-banner--cooperation .main-banner__wrapper {
    min-height: 284px;
  }
}
.main-banner--cooperation .main-banner__cover {
  position: relative;
  grid-area: stack;
}
.main-banner--cooperation .main-banner__cover:before {
  content: none;
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.95%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 71.21%, rgba(0, 0, 0, 0.5) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.8) 100%);
}
@media (min-width: 768px) {
  .main-banner--cooperation .main-banner__cover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.95%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 71.21%, rgba(0, 0, 0, 0.2) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
@media (min-width: 992px) {
  .main-banner--cooperation .main-banner__cover:before {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0) 42.95%, rgba(0, 0, 0, 0.3) 100%), linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
  }
}
.main-banner--cooperation .main-banner__cover img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
.main-banner--cooperation .main-banner__content {
  grid-area: stack;
  color: #fff;
  padding: 20px;
  z-index: 1;
}
@media (min-width: 768px) {
  .main-banner--cooperation .main-banner__content {
    padding: 40px;
  }
}
@media (min-width: 1200px) {
  .main-banner--cooperation .main-banner__content {
    padding: 48px;
  }
}
.main-banner--cooperation .main-banner__description {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}
@media (min-width: 768px) {
  .main-banner--cooperation .main-banner__description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 992px) {
  .main-banner--cooperation .main-banner__description {
    max-width: 640px;
  }
}

.main-hero {
  position: relative;
  overflow: hidden;
}
.main-hero:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.5411764706);
  z-index: 1;
}
.main-hero__content {
  position: relative;
}
.main-hero .info-block {
  padding: 150px 0px 30px 0px;
  min-height: 680px;
  height: 100%;
  display: flex;
  flex-direction: column-reverse;
  justify-content: space-between;
  position: relative;
  z-index: 2;
  color: #fff;
}
@media (max-width: 991px) {
  .main-hero .info-block {
    min-height: 660px;
  }
}
@media (max-width: 767px) {
  .main-hero .info-block {
    min-height: 450px;
  }
}
.main-hero .info-block__row {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 767px) {
  .main-hero .info-block__row {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-hero .info-block__title {
  font-size: 72px;
  line-height: 93px;
}
@media (max-width: 991px) {
  .main-hero .info-block__title {
    font-size: 62px;
    line-height: 80px;
  }
}
@media (max-width: 767px) {
  .main-hero .info-block__title {
    font-size: 32px;
    line-height: 44px;
  }
}
.main-hero .info-block__subtitle {
  margin-left: auto;
  max-width: 300px;
  text-align: right;
}
@media (max-width: 767px) {
  .main-hero .info-block__subtitle {
    margin-left: 0;
    text-align: left;
  }
}
.main-hero .screen-slider {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-hero .screen-slider__slide {
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center center;
}
.main-hero .screen-slider__slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-hero .slider-controls {
  max-width: 400px;
  width: 100%;
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: row;
  align-items: center;
  margin-bottom: 30px;
}
.main-hero .slider-controls__pagination {
  color: #fff;
}
.main-hero .slider-controls__buttons {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 991px) {
  .main-hero .slider-controls {
    max-width: none;
    flex-direction: column;
    width: auto;
    align-items: flex-end;
    text-align: right;
    gap: 16px;
  }
}
@media (max-width: 767px) {
  .main-hero .slider-controls {
    margin-left: auto;
  }
}

.main-hero-2 {
  padding: 24px 0px 48px 0px;
  overflow: hidden;
}
.main-hero-2 .data-block {
  padding: 18px 0px 48px 48px;
}
@media (max-width: 900px) {
  .main-hero-2 .data-block {
    padding: 0px;
  }
  .main-hero-2 .data-block br {
    display: none;
  }
}
@media (max-width: 900px) {
  .main-hero-2 .media-block {
    height: 300px;
  }
}
@media (max-width: 578px) {
  .main-hero-2 .media-block {
    margin-top: 24px;
    height: 188px;
  }
}
.main-hero-2 .media-block img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
.main-hero-2__content {
  display: grid;
  grid-template-columns: 570px auto;
  column-gap: 48px;
  align-items: flex-start;
}
@media (max-width: 1240px) {
  .main-hero-2__content {
    grid-template-columns: repeat(2, 1fr);
    column-gap: 24px;
  }
}
.main-hero-2__content .grid-item:nth-child(1) {
  grid-column: 1;
  font-family: "TT Interphases Pro Trial Regular";
}
@media (max-width: 900px) {
  .main-hero-2__content .grid-item:nth-child(1) {
    grid-column: 1/3;
    grid-row: 1;
  }
}
.main-hero-2__content .grid-item:nth-child(2) {
  grid-column: 1;
  grid-row: 2/4;
}
@media (max-width: 900px) {
  .main-hero-2__content .grid-item:nth-child(2) {
    grid-row: 3;
  }
}
@media (max-width: 578px) {
  .main-hero-2__content .grid-item:nth-child(2) {
    grid-column: 1/3;
  }
}
.main-hero-2__content .grid-item:nth-child(3) {
  grid-column: 2;
  grid-row: 1/3;
}
@media (max-width: 900px) {
  .main-hero-2__content .grid-item:nth-child(3) {
    grid-row: 3;
  }
}
@media (max-width: 578px) {
  .main-hero-2__content .grid-item:nth-child(3) {
    grid-column: 1/3;
    grid-row: 4;
  }
}
.main-hero-2__content .grid-item:nth-child(4) {
  grid-column: 2;
  grid-row: 3;
  font-family: "TT Interphases Pro Trial Regular";
}
@media (max-width: 900px) {
  .main-hero-2__content .grid-item:nth-child(4) {
    grid-column: 1/3;
    grid-row: 2;
  }
}

.main-hero-3 {
  padding: 24px 0px 0px 0px;
  overflow: hidden;
}
.main-hero-3__content {
  padding: 48px;
  min-height: 240px;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 70px;
}
.main-hero-3__content:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.3764705882);
}
@media (max-width: 991px) {
  .main-hero-3__content {
    grid-template-columns: 100%;
    gap: 30px;
  }
}
@media (max-width: 578px) {
  .main-hero-3__content {
    padding: 20px;
  }
}
.main-hero-3__bg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.main-hero-3 .info-block {
  position: relative;
  color: #fff;
  z-index: 2;
}
.main-hero-3 .info-block__title {
  margin-top: 0;
  font-size: 36px;
  margin-bottom: 24px;
}
@media (max-width: 578px) {
  .main-hero-3 .info-block__title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
.main-hero-3 .info-block__text {
  max-width: 500px;
}
.main-hero-3 .info-block__text p:last-child {
  margin-bottom: 0;
}
.main-hero-3 .nominee-block {
  color: #fff;
  position: relative;
  z-index: 2;
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 24px;
  line-height: 24px;
}
@media (max-width: 578px) {
  .main-hero-3 .nominee-block {
    flex-direction: column;
    align-items: flex-start;
  }
}
.main-hero-3 .nominee-block__num {
  font-size: 72px;
}
@media (max-width: 578px) {
  .main-hero-3 .nominee-block__num {
    font-size: 64px;
  }
}
.main-hero-3 .nominee-block__text {
  font-size: 18px;
}
@media (max-width: 578px) {
  .main-hero-3 .nominee-block__text {
    font-size: 16px;
  }
}

.main-hero-4 {
  padding: 24px 0px 0px 0px;
  overflow: hidden;
}
.main-hero-4__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .main-hero-4__content {
    grid-template-columns: 100%;
  }
}
.main-hero-4 .info-block {
  border-radius: 12px;
  background: #F9F9FB;
  padding: 48px;
}
@media (max-width: 578px) {
  .main-hero-4 .info-block {
    padding: 20px;
    border-radius: 0px;
  }
}
.main-hero-4 .info-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  font-family: "TT Interphases Pro Trial Regular";
}
.main-hero-4 .info-block ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.main-hero-4 .info-block ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url(../img/ui/list.svg) no-repeat;
  background-size: cover;
}
.main-hero-4 .info-block a:not(.post-card, .btn) {
  color: #0056A4;
  text-decoration: none;
  font-family: "TT Interphases Pro Trial DemiBold";
}
.main-hero-4 .info-block a:not(.post-card, .btn):hover {
  opacity: 0.6;
}
.main-hero-4 .info-block b, .main-hero-4 .info-block strong {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
}
.main-hero-4 .info-block p, .main-hero-4 .info-block ul, .main-hero-4 .info-block ol {
  font-family: "TT Interphases Pro Trial Regular";
}
.main-hero-4 .info-block .btn {
  background: transparent;
}
.main-hero-4 .media-block {
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  max-height: 580px;
}
@media (max-width: 991px) {
  .main-hero-4 .media-block {
    max-height: 300px;
  }
}
.main-hero-4 .media-block img {
  border-radius: 12px;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cta {
  padding: 56px 0px;
  background: #0056A4;
  color: #fff;
}
.cta__title {
  font-size: 36px;
}
.cta__head {
  margin-bottom: 48px;
}
.cta__form {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
.cta__form textarea, .cta__form .form-row {
  grid-column: 1/5;
}
.cta__form .form-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
}
@media (max-width: 578px) {
  .cta__form .form-row button {
    width: 100%;
  }
}
@media (max-width: 767px) {
  .cta__form {
    grid-template-columns: repeat(2, 1fr);
  }
  .cta__form textarea, .cta__form .form-row {
    grid-column: 1/3;
  }
}
@media (max-width: 578px) {
  .cta__form {
    grid-template-columns: 100%;
  }
  .cta__form textarea, .cta__form .form-row {
    grid-column: auto;
  }
  .cta__form .form-row {
    flex-direction: column-reverse;
    gap: 20px;
  }
}

.news-output {
  padding: 56px 0px;
}
.news-output__title {
  font-size: 36px;
}
.news-output__head {
  margin-bottom: 48px;
}
.news-output__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 900px) {
  .news-output__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .news-output__content {
    grid-template-columns: 100%;
  }
}
.news-output__bottom {
  margin-top: 48px;
}
.news-output .card {
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.news-output .card__cat {
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 6px 7px;
  color: #000000;
  background-color: #FCE6E7;
  margin-bottom: 16px;
  transition: background-color 0.2s ease-in-out;
}
.news-output .card__date {
  font-size: 10px;
  margin-bottom: 16px;
}
.news-output .card__text {
  padding-top: 16px;
  border-top: 2px solid #000000;
}
.news-output .card:hover {
  color: #0056A4;
}
.news-output .card:hover .card__cat {
  background: #E8F0FF;
}
.news-output .card:hover .card__text {
  border-color: #0056A4;
}

.stats {
  overflow: hidden;
  background: #0056A4;
}
.stats__content {
  display: grid;
  grid-template-columns: 558px auto;
  position: relative;
  gap: 50px;
}
@media (max-width: 991px) {
  .stats__content {
    grid-template-columns: 100%;
  }
}
.stats .info-block {
  padding: 56px 0px;
  background: #0056A4;
  position: relative;
  z-index: 2;
}
.stats .info-block__head {
  color: #fff;
}
.stats .info-block__stats {
  margin-top: 120px;
}
.stats .stat-item {
  color: #fff;
  max-width: 400px;
  margin-bottom: 48px;
}
.stats .stat-item__title {
  padding-bottom: 16px;
}
.stats .stat-item__title span {
  font-family: "TT Interphases Pro Trial Regular";
}
.stats .stat-item__title span:nth-child(1) {
  font-size: 48px;
}
@media (max-width: 767px) {
  .stats .stat-item__title span:nth-child(1) {
    font-size: 36px;
  }
}
.stats .stat-item__title span:nth-child(2) {
  font-size: 36px;
  margin-left: 8px;
}
@media (max-width: 767px) {
  .stats .stat-item__title span:nth-child(2) {
    font-size: 24px;
  }
}
.stats .stat-item__text {
  padding-top: 16px;
  border-top: 2px solid #fff;
}
.stats .stat-item:last-child {
  margin-bottom: 0px;
}
.stats .media-block {
  position: absolute;
  left: 50%;
  top: 0;
  width: 100%;
  max-width: 786px;
}
.stats .media-block img {
  width: 105%;
  height: 105%;
  object-fit: cover;
}
@media (max-width: 991px) {
  .stats .media-block {
    display: none;
  }
}

.geography {
  padding: 56px 0px;
  overflow: hidden;
  position: relative;
  min-height: 480px;
}
.geography__bg-layer {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.geography__head {
  position: relative;
  z-index: 2;
  margin-bottom: 48px;
}
.geography .info-block {
  position: relative;
  z-index: 2;
  max-width: 300px;
}
.geography .info-block__title {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 48px;
  padding-bottom: 10px;
  border-bottom: 2px solid #000000;
}
.geography .info-block__text {
  margin-top: 16px;
}

.inbound {
  padding: 76px 0px;
}
.inbound__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 48px;
}
@media (max-width: 991px) {
  .inbound__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 578px) {
  .inbound__content {
    grid-template-columns: 100%;
  }
}
.inbound #monochrome {
  transition: all 0.2s ease-in-out;
}
.inbound .item {
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.inbound .item__icon {
  transition: all 0.2s ease-in-out;
  min-height: 96px;
}
.inbound .item__title {
  padding-top: 16px;
  border-top: 2px solid #000000;
  transition: all 0.2s ease-in-out;
}
.inbound .item:hover .item__icon {
  filter: url(#monochrome);
}
.inbound .item:hover .item__title {
  border-top: 2px solid #0056A4;
  color: #003466;
}

.features {
  padding: 56px 0px;
}
.features__head {
  max-width: 700px;
}
.features__stats {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 48px;
}
@media (max-width: 578px) {
  .features__stats {
    grid-template-columns: 100%;
  }
}
.features__icons {
  margin-top: 80px;
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 56px;
}
@media (max-width: 991px) {
  .features__icons {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 767px) {
  .features__icons {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .features__icons {
    grid-template-columns: 100%;
  }
}
.features .stat-item__title {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 48px;
  padding-bottom: 16px;
}
.features .stat-item__text {
  border-top: 2px solid #000000;
  padding-top: 16px;
}
.features .icon-item {
  max-width: 210px;
}
.features .icon-item__icon {
  margin-bottom: 24px;
}
.products {
  padding: 56px 0px;
}
.products__head {
  max-width: 700px;
}
.products__content {
  margin-top: 48px;
  display: grid;
  grid-template-columns: auto auto;
  grid-template-rows: repeat(2, 348px);
  min-height: 700px;
}
@media (max-width: 991px) {
  .products__content {
    grid-template-columns: 100%;
    grid-template-rows: auto;
  }
}
.products .products-card {
  position: relative;
  color: #fff;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.products .products-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.products .products-card__label {
  position: relative;
  z-index: 2;
  padding: 22px;
}
.products .products-card__data {
  margin-top: auto;
  position: relative;
  z-index: 2;
  padding: 22px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: rgba(255, 255, 255, 0.02);
}
.products .products-card__data:before {
  content: "";
  width: 90%;
  height: 2px;
  background: #fff;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%, 0%);
}
@media (max-width: 991px) {
  .products .products-card__data {
    margin-top: 132px;
  }
}
.products .products-card .card-title {
  font-size: 24px;
  margin-top: 5px;
  font-weight: normal;
}
.products .products-card .card-descr {
  font-size: 14px;
}
.products .products-card .card-descr p {
  line-height: 18px;
}
.products .products-card .list-row {
  margin-top: 25px;
  display: grid;
  grid-template-columns: repeat(2, auto);
  gap: 48px;
}
@media (max-width: 578px) {
  .products .products-card .list-row {
    grid-template-columns: 100%;
    gap: 0;
  }
}
.products .products-card .card-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.products .products-card .card-list__item {
  margin-bottom: 8px;
}
.products .products-card .card-list__link {
  display: block;
  color: #fff;
  text-decoration: none;
  font-size: 12px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
}
.products .products-card .card-list__link:after {
  content: "";
  min-width: 16px;
  min-height: 16px;
  background-image: url(../img/ui/link-arrow-white.svg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  transition: all 0.2s ease-in-out;
  opacity: 0;
}
.products .products-card .card-list__link:hover:after {
  opacity: 1;
}
.products .products-card:nth-child(1) {
  grid-area: 1/1/3/2;
}
@media (max-width: 991px) {
  .products .products-card:nth-child(1) {
    grid-area: auto;
  }
  .products .products-card:nth-child(1) .products-card__data {
    margin-top: 180px;
  }
}

.history {
  padding: 156px 0px 100px 0px;
}
.history__head {
  max-width: 700px;
}
.history__content {
  margin-top: 46px;
}
.history .history-slider-timeline {
  position: relative;
  text-align: center;
  margin-bottom: 32px;
  overflow: hidden;
}
@media (max-width: 578px) {
  .history .history-slider-timeline {
    display: none;
  }
}
.history .history-slider-timeline__controls {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  pointer-events: none;
  transform: translate(-50%, calc(-50% - 15px));
  z-index: 2;
}
@media (max-width: 578px) {
  .history .history-slider-timeline__controls {
    display: none;
  }
}
.history .history-slider-timeline__controls .slider-btn {
  pointer-events: all;
}
.history .history-slider-timeline__controls .slider-btn.swiper-button-disabled {
  cursor: default;
}
.history .history-slider-timeline .swiper-slide-thumb-active .timeline-item__dot, .history .history-slider-timeline .prev-slide .timeline-item__dot {
  transform: scale(1.2);
  background: #008BD2;
  border: 3px solid #fff;
}
.history .history-slider-timeline .swiper-slide-thumb-active .timeline-item__line:before, .history .history-slider-timeline .prev-slide .timeline-item__line:before {
  width: 100% !important;
}
.history .history-slider-timeline .swiper-slide-thumb-active .timeline-item__label, .history .history-slider-timeline .prev-slide .timeline-item__label {
  color: #0056A4;
}
.history .history-slider {
  overflow: hidden;
}
.history .history-slider .timeline-item {
  overflow: unset;
}
@media (min-width: 578px) {
  .history .history-slider .timeline-item {
    display: none;
  }
}
.history .history-slider__slide {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
  background: #fff;
  height: 100%;
}
@media (max-width: 991px) {
  .history .history-slider__slide {
    display: flex;
    flex-direction: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
    grid-template-columns: unset;
  }
}
@media (max-width: 578px) {
  .history .history-slider__slide {
    gap: 0px;
  }
}
.history .history-slider .media-side__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.history .history-slider .info-side {
  display: flex;
  flex-direction: column;
}
.history .history-slider .info-side__title {
  font-size: 36px;
  color: #0056A4;
  margin-bottom: 24px;
}
@media (max-width: 578px) {
  .history .history-slider .info-side__title {
    font-size: 24px;
    margin-bottom: 0px;
  }
  .history .history-slider .info-side__title br {
    display: none;
  }
}
.history .history-slider .info-side__title--l {
  font-size: 56px;
}
@media (max-width: 578px) {
  .history .history-slider .info-side__title--l {
    font-size: 24px;
  }
}
.history .history-slider .info-side__text {
  line-height: 24px;
  margin-bottom: 24px;
}
.history .history-slider .info-side__controls {
  margin-top: auto;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 578px) {
  .history .history-slider .info-side__controls {
    display: none;
  }
}
@media (max-width: 578px) {
  .history .history-slider .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 36px;
  }
}
.history .swiper-slide {
  height: auto;
}
.history .timeline-item {
  padding: 20px 0px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.history .timeline-item__line {
  content: "";
  position: absolute;
  top: 34%;
  left: 50%;
  z-index: -1;
  transform: translate(-50%, -50%);
  width: 100vw;
  height: 2px;
  background: #F1F1F1;
  border-radius: 5px;
}
.history .timeline-item__line:before {
  content: "";
  width: 0%;
  height: 2px;
  transition: all 0.5s ease-in-out;
  background: radial-gradient(circle, rgb(0, 139, 210) 0%, rgba(0, 139, 210, 0.1320903361) 35%);
  position: absolute;
  top: 0;
  left: 0;
}
.history .timeline-item__dot {
  transition: all 0.2s ease-in-out;
  margin-bottom: 17px;
  width: 22px;
  height: 22px;
  border-radius: 50px;
  background: #f1f1f1;
  border: 4px solid #fff;
  box-shadow: 0px 0px 15px 0px rgba(0, 0, 0, 0.25);
  position: relative;
  z-index: 2;
}
.history .timeline-item__label {
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: 600;
  font-size: 10px;
  transition: all 0.2s ease-in-out;
}

.history-2 {
  padding: 46px 0px;
}
.history-2__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 767px) {
  .history-2__content {
    grid-template-columns: 100%;
  }
}
.history-2 .info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.history-2 .info-block__foundation {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  gap: 12px;
}
.history-2 .info-block__foundation span {
  display: block;
}
.history-2 .info-block__foundation span:nth-child(1) {
  font-size: 36px;
}
.history-2 .info-block__foundation span:nth-child(2) {
  color: rgba(0, 0, 0, 0.4392156863);
  padding-bottom: 5px;
}
.history-2 .media-block__img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}

.contacts {
  padding: 156px 0px 100px 0px;
}
.contacts__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .contacts__content {
    grid-template-columns: 100%;
  }
}
.contacts .info-block {
  background: #E8F0FF;
  padding: 48px;
  border-radius: 12px;
}
@media (max-width: 991px) {
  .contacts .info-block {
    padding: 40px;
  }
}
@media (max-width: 578px) {
  .contacts .info-block {
    padding: 40px 24px;
  }
}
.contacts .media-block__img-cont {
  height: 380px;
  margin-bottom: 24px;
}
.contacts .media-block__img-cont img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
}
@media (max-width: 578px) {
  .contacts .media-block__img-cont {
    height: 300px;
  }
}
.contacts .media-block__data {
  line-height: 24px;
  padding: 48px;
  background: #F9F9FB;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .contacts .media-block__data {
    padding: 40px;
  }
}
@media (max-width: 578px) {
  .contacts .media-block__data {
    grid-template-columns: 100%;
    padding: 40px 24px;
  }
}
.contacts .item {
  line-height: 24px;
}
.contacts .item__title {
  font-size: 18px;
  margin-bottom: 16px;
}
.contacts .item__text {
  font-family: "TT Interphases Pro Trial Regular";
}
.contacts .block-group {
  margin-bottom: 48px;
}
.contacts .block-group:last-child {
  margin-bottom: 0;
}
.contacts .block-group__title {
  font-size: 18px;
  margin-bottom: 24px;
}
.contacts .block-group__sub-group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 24px;
}
.contacts .block-group__sub-group img {
  display: block;
  position: relative;
  top: -7px;
}
.contacts .block-group__sub-group .sub-data__link {
  font-family: "TT Interphases Pro Trial Regular";
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease-in-out;
  margin-bottom: 8px;
}
.contacts .block-group__sub-group .sub-data__link:hover {
  color: #0056A4;
}
.contacts .block-group__sub-group .sub-data__prop {
  font-family: "TT Interphases Pro Trial Regular";
  color: rgba(0, 0, 0, 0.4392156863);
  font-size: 14px;
}

.direction {
  padding: 48px 0px;
}
.direction__head {
  margin-bottom: 48px;
}
.direction__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 991px) {
  .direction__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .direction__content {
    grid-template-columns: 100%;
  }
}
.direction .card {
  padding: 24px;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  height: 400px;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  color: #fff;
}
@media (max-width: 578px) {
  .direction .card {
    height: 300px;
  }
}
.direction .card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.direction .card__title {
  position: relative;
  z-index: 2;
  margin-bottom: 12px;
}
.direction .card__text {
  position: relative;
  z-index: 2;
  font-size: 14px;
}

.divider {
  margin: 46px 0px;
}
.divider__content {
  overflow: hidden;
  padding: 48px;
  border-radius: 12px;
  color: #fff;
  background: url(../img/divider/divider-bg.png) no-repeat;
  background-size: cover;
}
@media (max-width: 991px) {
  .divider__content {
    padding: 40px;
  }
}
@media (max-width: 578px) {
  .divider__content {
    padding: 24px;
  }
}
.divider .info-block {
  max-width: 826px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.divider .info-block .btn {
  margin-top: 32px;
}
.divider .info-block .section-descr {
  max-width: 726px;
  margin: 0;
}
.divider .info-block p {
  font-family: "TT Interphases Pro Trial Regular";
}
.divider .info-block p:nth-child(1) {
  margin: 0;
}
.divider .info-block__contacts {
  margin-top: 40px;
  display: flex;
  flex-direction: row;
  gap: 40px;
  flex-wrap: wrap;
  align-items: flex-start;
}
@media (max-width: 767px) {
  .divider .info-block__contacts {
    gap: 24px;
    margin-top: 15px;
  }
}
.divider .contacts-group__title {
  color: rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 8px;
  font-family: "TT Interphases Pro Trial Regular";
}
.divider .contacts-group__link, .divider .contacts-group__text, .divider .contacts-group a {
  display: block;
  color: #000000;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
  font-size: 24px;
  line-height: 36px;
}
.divider .contacts-group__link:last-child, .divider .contacts-group__text:last-child, .divider .contacts-group a:last-child {
  margin-bottom: 0;
}
.divider .contacts-group__link:hover, .divider .contacts-group__text:hover, .divider .contacts-group a:hover {
  color: #0056A4;
}
@media (max-width: 767px) {
  .divider .contacts-group__link, .divider .contacts-group__text, .divider .contacts-group a {
    font-size: 20px;
    line-height: 30px;
  }
}
.divider--light .divider__content {
  color: #000000;
  background: url(../img/divider/divider-bg-light.png) no-repeat;
  background-size: cover;
}

.strategy {
  padding: 46px 0px;
}
.strategy__head {
  margin-bottom: 48px;
}
.strategy__bottom {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: center;
}
.strategy .items-group {
  display: grid;
  grid-template-columns: 432px auto;
  margin-bottom: 48px;
}
@media (max-width: 1240px) {
  .strategy .items-group {
    grid-template-columns: 300px auto;
  }
}
@media (max-width: 991px) {
  .strategy .items-group {
    grid-template-columns: 100%;
  }
}
.strategy .items-group__title {
  font-size: 24px;
  margin-top: 0;
  height: max-content;
  position: sticky;
  top: 100px;
}
@media (max-width: 991px) {
  .strategy .items-group__title {
    position: unset;
    top: unset;
  }
}
.strategy .items-group__grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 578px) {
  .strategy .items-group__grid {
    grid-template-columns: 100%;
  }
}
.strategy .item {
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 12px;
  background-color: #0056A4;
  padding: 24px;
  min-height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right top;
}
.strategy .item__num {
  font-size: 36px;
  margin-bottom: 20px;
}
.strategy .item__text {
  margin-top: auto;
}
.strategy .items-group:nth-child(1n) .item:nth-child(1n) {
  background-image: url(../img/strategy/1.png);
}
.strategy .items-group:nth-child(1n) .item:nth-child(2n) {
  background-image: url(../img/strategy/2.png);
}
.strategy .items-group:nth-child(1n) .item:nth-child(3n) {
  background-image: url(../img/strategy/3.png);
}
.strategy .items-group:nth-child(1n) .item:nth-child(4n) {
  background-image: url(../img/strategy/4.png);
}
.strategy .items-group:nth-child(1n) .item:nth-child(5n) {
  background-image: url(../img/strategy/5.png);
}
.strategy .items-group:nth-child(1n) .item:nth-child(6n) {
  background-image: url(../img/strategy/6.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(1n) {
  background-image: url(../img/strategy/5.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(2n) {
  background-image: url(../img/strategy/6.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(3n) {
  background-image: url(../img/strategy/4.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(4n) {
  background-image: url(../img/strategy/3.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(5n) {
  background-image: url(../img/strategy/2.png);
}
.strategy .items-group:nth-child(2n) .item:nth-child(6n) {
  background-image: url(../img/strategy/1.png);
}

.tabs {
  padding: 46px 0px;
}
.tabs__head {
  margin-bottom: 48px;
}
.tabs .tabs-panel {
  display: inline-flex;
  flex-direction: row;
  align-items: center;
  border-radius: 12px 12px;
}
@media (max-width: 920px) {
  .tabs .tabs-panel {
    overflow-y: auto;
    width: 100%;
    padding-bottom: 10px;
  }
}
.tabs .tabs-panel__tab {
  padding: 18px 24px;
  font-size: 12px;
  text-transform: uppercase;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  position: relative;
  background-color: #fff;
  border-radius: 12px 12px 0px 0px;
  background: #fff;
  white-space: nowrap;
}
@media (max-width: 920px) {
  .tabs .tabs-panel__tab {
    border-radius: 12px;
  }
}
.tabs .tabs-panel__tab--active {
  background: #E6EEF6;
  color: #0056A4;
  border-radius: 12px 12px 0px 0px;
  pointer-events: none;
}
@media (max-width: 920px) {
  .tabs .tabs-panel__tab--active {
    border-radius: 12px;
  }
}
.tabs .tabs-layers__layer {
  display: none;
  padding: 48px;
  background: #E6EEF6;
  border-radius: 0px 12px 12px 12px;
}
.tabs .tabs-layers__layer--active {
  display: block;
}
@media (max-width: 920px) {
  .tabs .tabs-layers__layer {
    padding: 40px;
  }
}
@media (max-width: 578px) {
  .tabs .tabs-layers__layer {
    padding: 40px 20px;
  }
}
.tabs .tabs-layers .layer-title {
  font-size: 24px;
}
.tabs .tabs-layers .text-row {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 920px) {
  .tabs .tabs-layers .text-row {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
.tabs .tabs-layers .items-block {
  margin-top: 48px;
}
.tabs .tabs-layers .items-block__title {
  margin-bottom: 32px;
  font-size: 18px;
}
.tabs .tabs-layers .items-block__grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  row-gap: 48px;
  column-gap: 24px;
}
@media (max-width: 920px) {
  .tabs .tabs-layers .items-block__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .tabs .tabs-layers .items-block__grid {
    grid-template-columns: 100%;
  }
}
.tabs .tabs-layers .item__text {
  margin-top: 24px;
}

.directions {
  margin: 46px 0px;
  padding: 46px 0px;
  background: #0056A4;
  color: #fff;
  overflow: hidden;
}
.directions__content {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: 100px;
}
@media (max-width: 1240px) {
  .directions__content {
    gap: 50px;
  }
}
@media (max-width: 991px) {
  .directions__content {
    grid-template-columns: 50px auto;
  }
}
@media (max-width: 578px) {
  .directions__content {
    grid-template-columns: 100%;
  }
}
.directions .info-block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 991px) {
  .directions .info-block {
    grid-column: 1/3;
  }
}
@media (max-width: 578px) {
  .directions .info-block {
    grid-column: auto;
  }
}
.directions .directions-slider {
  height: 500px;
}
@media (max-width: 578px) {
  .directions .directions-slider {
    height: auto;
  }
}
.directions .directions-slider__slide {
  cursor: grab;
  user-select: none;
  transition: all 0.2s ease-in-out;
  opacity: 0.5;
  height: auto;
}
@media (max-width: 578px) {
  .directions .directions-slider__slide {
    opacity: 1;
  }
}
.directions .directions-slider .slide-num {
  font-size: 36px;
}
.directions .directions-slider .slide-text {
  margin-top: 16px;
}
.directions .pagination-block {
  width: 50px;
  position: relative;
  display: flex;
  flex-direction: column;
  text-align: center;
  align-items: center;
  gap: 7px;
}
@media (max-width: 578px) {
  .directions .pagination-block {
    display: none;
  }
}
.directions .pagination-block:before {
  content: "";
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #fff;
  margin-bottom: 20px;
}
.directions .pagination-block__pagination {
  width: 5px !important;
  margin: 0 auto;
  top: 20px !important;
  left: 0;
  right: 0;
  display: block;
  background: #008BD2;
  border-radius: 50px !important;
  overflow: hidden;
}
.directions .pagination-block__pagination .swiper-pagination-progressbar-fill {
  background: #fff;
}
@media (max-width: 578px) {
  .directions .swiper-wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
  }
}
.directions .swiper-slide {
  height: auto !important;
}
.directions .swiper-slide-active .directions-slider__slide {
  opacity: 1;
}
.directions .swiper-slide-next .directions-slider__slide {
  opacity: 0.7;
}

.goals {
  padding: 46px 0px;
}
.goals__head {
  margin-bottom: 48px;
}
.goals__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1240px) {
  .goals__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 920px) {
  .goals__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .goals__content {
    grid-template-columns: 100%;
  }
}
.goals .item {
  display: flex;
  flex-direction: column;
  color: #fff;
  border-radius: 12px;
  background-color: #0056A4;
  padding: 24px;
  min-height: 300px;
  overflow: hidden;
  background-repeat: no-repeat;
  background-position: right top;
}
.goals .item__num {
  font-size: 36px;
  margin-bottom: 20px;
}
.goals .item__text {
  margin-top: auto;
  font-family: "TT Interphases Pro Trial Regular";
  line-height: 24px;
}
.goals .item__text strong, .goals .item__text b {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
}
.goals .item:nth-child(1n) {
  background-image: url(../img/strategy/1.png);
}
.goals .item:nth-child(2n) {
  background-image: url(../img/strategy/2.png);
}
.goals .item:nth-child(3n) {
  background-image: url(../img/strategy/3.png);
}
.goals .item:nth-child(4n) {
  background-image: url(../img/strategy/4.png);
}
.goals .item:nth-child(5n) {
  background-image: url(../img/strategy/5.png);
}
.goals .item:nth-child(6n) {
  background-image: url(../img/strategy/6.png);
}

.advantages {
  margin: 46px 0px;
  overflow: hidden;
}
.advantages .side-group {
  display: grid;
  grid-template-columns: 522px auto;
  gap: 48px;
  margin-bottom: 48px;
}
@media (max-width: 991px) {
  .advantages .side-group {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
.advantages .side-group--2 {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 991px) {
  .advantages .side-group--2 {
    grid-template-columns: 100%;
    gap: 0px;
  }
}
.advantages .side-num {
  font-size: 48px;
  padding-bottom: 16px;
  border-bottom: 2px solid #000000;
}
.advantages .num-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 32px;
  margin-bottom: 32px;
}
@media (max-width: 578px) {
  .advantages .num-block {
    flex-direction: column;
    align-items: flex-start;
    gap: 0px;
  }
}
.advantages .num-block__num {
  font-size: 72px;
  font-family: "TT Interphases Pro Trial DemiBold";
}
@media (max-width: 578px) {
  .advantages .num-block__num {
    font-size: 64px;
  }
}
.advantages .num-block__text p, .advantages .num-block__text ul, .advantages .num-block__text ol {
  font-family: "TT Interphases Pro Trial Regular";
  line-height: 24px;
}
.advantages .num-block:nth-child(1) .num-block__num {
  letter-spacing: 10px;
}
.advantages ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  font-family: "TT Interphases Pro Trial Regular";
}
.advantages ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.advantages ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url(../img/ui/list.svg) no-repeat;
  background-size: cover;
}
.advantages .advantages-slider__slide {
  cursor: grab;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  padding: 48px;
  min-height: 660px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.advantages .advantages-slider__slide:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  z-index: 2;
  background: rgba(0, 0, 0, 0.5607843137);
}
@media (max-width: 578px) {
  .advantages .advantages-slider__slide {
    padding: 20px;
    min-height: 450px;
  }
}
.advantages .advantages-slider .slide-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.advantages .advantages-slider .slide-title {
  position: relative;
  z-index: 2;
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 578px) {
  .advantages .advantages-slider .slide-title {
    font-size: 20px;
  }
}
.advantages .advantages-slider .slide-text {
  position: relative;
  z-index: 2;
  margin-top: auto;
}
@media (max-width: 578px) {
  .advantages .advantages-slider .slide-text {
    font-size: 15px;
  }
}
.advantages .swiper-slide {
  height: auto;
  max-width: 546px;
}

.main-advantages__grid {
  display: grid;
  gap: 40px 0;
}
@media (min-width: 992px) {
  .main-advantages__grid {
    grid-template-columns: repeat(12, 1fr);
    gap: 0 24px;
  }
}
.main-advantages__grid [class*=__col-6-grid] {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .main-advantages__grid [class*=__col-6-grid] {
    grid-column: span 6;
  }
}
.main-advantages__grid [class*=__col-4-grid] {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .main-advantages__grid [class*=__col-4-grid] {
    grid-column: span 4;
  }
}
.main-advantages__grid [class*=__col-5-grid] {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .main-advantages__grid [class*=__col-5-grid] {
    grid-column: span 5;
  }
}
.main-advantages__grid [class*=__col-7-grid] {
  grid-column: 1/-1;
}
@media (min-width: 992px) {
  .main-advantages__grid [class*=__col-7-grid] {
    grid-column: span 7;
  }
}

.priorities {
  padding: 46px 0px;
}
.priorities__head {
  margin-bottom: 46px;
}
.priorities__content {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 24px;
}
@media (max-width: 578px) {
  .priorities__content {
    grid-template-columns: 100%;
  }
}
.priorities .card {
  position: relative;
  overflow: hidden;
  border-radius: 12px;
  min-height: 500px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
@media (max-width: 578px) {
  .priorities .card {
    min-height: 400px;
  }
}
.priorities .card:before {
  content: "";
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.18) 48%);
  z-index: 2;
}
.priorities .card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.priorities .card__data {
  min-height: 120px;
  margin-top: auto;
  position: relative;
  z-index: 5;
  width: 100%;
  padding: 24px;
  color: #fff;
  -webkit-backdrop-filter: blur(48px);
  backdrop-filter: blur(48px);
  background-color: rgba(255, 255, 255, 0.02);
}
@media (max-width: 578px) {
  .priorities .card__data {
    min-height: unset;
  }
}
.priorities .card .card-text p:nth-child(1) {
  margin: 0;
}

.documents {
  padding: 46px 0px;
}
.documents__head {
  margin-bottom: 46px;
}
.documents__content {
  display: flex;
  flex-direction: column;
  gap: 24px;
}

.doc-block {
  padding: 24px;
  background: #F9F9FB;
  border-radius: 12px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 24px;
  justify-content: space-between;
  flex-wrap: wrap;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
  text-decoration: none;
}
.doc-block__group {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 16px;
  max-width: 750px;
}
@media (max-width: 578px) {
  .doc-block__group {
    flex-direction: column;
  }
}
.doc-block .doc-data {
  overflow: hidden;
}
.doc-block .doc-data__date {
  font-size: 12px;
  color: rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 12px;
}
.doc-block .doc-data__title {
  font-size: 14px;
  margin-bottom: 12px;
  color: #000000;
}
.doc-block .doc-data__file-prop {
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4392156863);
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.doc-block .doc-data__file-prop div,
.doc-block .doc-data__file-prop span,
.doc-block .doc-data__file-prop a {
  text-decoration: none;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  align-items: center;
  white-space: nowrap;
  gap: 8px;
  color: rgba(0, 0, 0, 0.4392156863);
}
.doc-block .doc-data__file-prop div:after,
.doc-block .doc-data__file-prop span:after,
.doc-block .doc-data__file-prop a:after {
  content: "";
  display: block;
  width: 1px;
  height: 8px;
  background: rgba(0, 0, 0, 0.4392156863);
}
.doc-block .doc-data__file-prop div:last-child:after,
.doc-block .doc-data__file-prop span:last-child:after,
.doc-block .doc-data__file-prop a:last-child:after {
  display: none;
}
.doc-block:hover {
  opacity: 0.7;
}

.product-grid {
  padding: 46px 0px;
}
.product-grid__head {
  margin-bottom: 46px;
}
.product-grid__content {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 24px;
}
@media (max-width: 1240px) {
  .product-grid__content {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media (max-width: 920px) {
  .product-grid__content {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 578px) {
  .product-grid__content {
    grid-template-columns: 100%;
  }
}
.product-grid__bottom {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 48px;
}

.product-card {
  height: 400px;
  overflow: hidden;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  position: relative;
  padding: 24px;
  text-decoration: none;
}
.product-card:before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(0, 0, 0, 0.4784313725);
  z-index: 1;
}
.product-card__img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.2s ease-in-out;
}
.product-card__title {
  position: relative;
  z-index: 1;
  color: #fff;
  margin-top: auto;
  transition: opacity 0.2s ease-in-out;
  line-height: 30px;
  font-size: 18px;
}
.product-card__link {
  margin-top: 12px;
  position: relative;
  z-index: 1;
  color: #fff;
  text-decoration: none;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  transition: opacity 0.2s ease-in-out;
  line-height: 24px;
  font-size: 16px;
}
.product-card__link:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
}
.product-card:hover .product-card__img {
  transform: translate(-50%, -50%) scale(1.1);
}
.product-card:hover .product-card__title {
  opacity: 0.5;
}
.product-card:hover .product-card__link {
  opacity: 0.5;
}

.product-card-2 {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: #F9F9FB;
  color: rgba(0, 0, 0, 0.4392156863);
  position: relative;
}
.product-card-2:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px 0px 12px 12px;
  background: #0056A4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.product-card-2:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.product-card-2__img-cont {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.product-card-2__img-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.product-card-2__data {
  padding: 24px;
  min-height: 200px;
  position: relative;
  z-index: 7;
}
.product-card-2 .card-date, .product-card-2 .card-title, .product-card-2 .card-text, .product-card-2 .card-cat {
  transition: all 0.2s ease-in-out;
}
.product-card-2 .card-date {
  font-size: 12px;
  margin-bottom: 20px;
}
.product-card-2 .card-title {
  margin-bottom: 16px;
  color: #000000;
}
.product-card-2 .card-text {
  font-size: 14px;
}
.product-card-2 .card-cat {
  padding: 24px;
  font-size: 10px;
  position: relative;
  z-index: 7;
  text-transform: uppercase;
}
.product-card-2:hover {
  color: #fff;
}
.product-card-2:hover:before {
  opacity: 1;
}
.product-card-2:hover:after {
  opacity: 1;
  transform: translateY(0px);
}
.product-card-2:hover .card-title {
  color: #fff;
}

.product-single {
  margin: 24px 0px 48px 0px;
}
.product-single__content {
  display: grid;
  grid-template-columns: 540px auto;
  gap: 48px;
}
@media (max-width: 1240px) {
  .product-single__content {
    grid-template-columns: 100%;
  }
}
.product-single .slider-block__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 578px) {
  .product-single .slider-block__controls {
    display: none;
  }
}
.product-single .data-block__cat {
  font-size: 10px;
  text-transform: uppercase;
  padding: 6px 8px;
  border-radius: 2px;
  background: #FCE6E7;
  display: inline-flex;
  margin-bottom: 48px;
}
.product-single .data-block h2 {
  font-size: 36px;
  margin: 30px 0px;
}
@media (max-width: 578px) {
  .product-single .data-block h2 {
    font-size: 24px;
    margin: 15px 0px 20px 0px;
  }
}
.product-single .data-block h3 {
  font-size: 24px;
}
.product-single .data-block p, .product-single .data-block ol, .product-single .data-block ul {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 578px) {
  .product-single .data-block p, .product-single .data-block ol, .product-single .data-block ul {
    font-size: 16px;
  }
}
.product-single .data-block .p-l {
  font-size: 24px;
  line-height: 36px;
  font-family: "TT Interphases Pro Trial Medium";
}
@media (max-width: 578px) {
  .product-single .data-block .p-l {
    font-size: 16px;
    line-height: 24px;
  }
}
.product-single .data-block b, .product-single .data-block strong {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
}
.product-single .data-block a:not(.post-card, .btn) {
  color: #0056A4;
  text-decoration: none;
  font-family: "TT Interphases Pro Trial DemiBold";
}
.product-single .data-block a:not(.post-card, .btn):hover {
  opacity: 0.6;
}
.product-single .data-block ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  font-family: "TT Interphases Pro Trial Regular";
}
.product-single .data-block ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.product-single .data-block ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url(../img/ui/list.svg) no-repeat;
  background-size: cover;
}
.product-single .data-block .table-block {
  overflow-y: auto;
  padding: 12px 0px;
}
.product-single .data-block table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}
.product-single .data-block table thead {
  background-color: #F9F9FB;
  font-weight: normal;
}
.product-single .data-block table thead th {
  font-family: "TT Interphases Pro Trial DemiBold";
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
.product-single .data-block table thead th:last-child {
  border-right: none;
}
.product-single .data-block table tbody tr {
  border-top: 1px solid #C6C6C6;
}
.product-single .data-block table tbody tr:last-child td {
  border-bottom: none;
}
.product-single .data-block table tbody tr:hover {
  background-color: #f1f1f1;
}
.product-single .data-block table tbody td {
  min-width: 200px;
  padding: 20px;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
.product-single .data-block table tbody td:last-child {
  border-right: none;
}

.product-slider {
  overflow: hidden;
}
.product-slider__slide {
  height: 526px;
  width: 100%;
  position: relative;
}
@media (max-width: 578px) {
  .product-slider__slide {
    height: 240px;
  }
}
.product-slider__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.product-slider .swiper-slide {
  height: auto;
}

.product-slider-thumbs {
  margin-top: 16px;
  overflow: hidden;
}
@media (max-width: 578px) {
  .product-slider-thumbs {
    display: none;
  }
}
.product-slider-thumbs__thumb {
  height: 90px;
  width: 100%;
  position: relative;
  cursor: pointer;
  transition: all 0.2s ease-in-out;
}
.product-slider-thumbs__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
}
.product-slider-thumbs__thumb:hover {
  opacity: 0.7;
}

.posts-output {
  padding: 46px 0px;
  overflow: hidden;
}
.posts-output__head {
  margin-bottom: 46px;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}
.posts-output__content {
  overflow: hidden;
}
.posts-output__bottom {
  margin-top: 48px;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.posts-output .slider-controls {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
@media (max-width: 578px) {
  .posts-output .slider-controls {
    display: none;
  }
}
.posts-output .swiper-slide {
  height: auto;
}

.post-card {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: #F9F9FB;
  color: rgba(0, 0, 0, 0.4392156863);
  overflow: hidden;
  position: relative;
}
.post-card:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px 0px 12px 12px;
  background: #0056A4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.post-card:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.post-card__img-cont {
  width: 100%;
  height: 200px;
  position: relative;
  z-index: 1;
  overflow: hidden;
}
.post-card__img-cont img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px 12px 0px 0px;
}
.post-card__data {
  padding: 24px;
  min-height: 200px;
  position: relative;
  z-index: 7;
}
.post-card .card-date,
.post-card .card-title,
.post-card .card-text,
.post-card .card-cat {
  transition: all 0.2s ease-in-out;
}
.post-card .card-date {
  font-size: 12px;
  margin-bottom: 20px;
}
.post-card .card-title {
  margin-bottom: 16px;
  color: #000000;
  line-height: 24px;
}
.post-card .card-text {
  font-size: 14px;
  line-height: 20px;
}
.post-card .card-cat {
  padding: 24px;
  font-size: 10px;
  position: relative;
  z-index: 7;
  text-transform: uppercase;
}
.post-card:hover {
  color: #fff;
}
.post-card:hover:before {
  opacity: 1;
}
.post-card:hover:after {
  opacity: 1;
  transform: translateY(0px);
}
.post-card:hover .card-title {
  color: #fff;
}

.post-card-2 {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  border-radius: 12px;
  background: #F9F9FB;
  color: rgba(0, 0, 0, 0.4392156863);
  overflow: hidden;
  position: relative;
}
.post-card-2:before {
  content: "";
  width: 100%;
  height: 100%;
  border-radius: 12px 0px 12px 12px;
  background: #0056A4;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  z-index: 5;
  opacity: 0;
  transition: opacity 0.2s ease-in-out;
}
.post-card-2:after {
  content: "";
  width: 24px;
  height: 24px;
  background: url(../img/ui/link-arrow-white.svg) no-repeat;
  background-size: cover;
  background-position: center center;
  position: absolute;
  top: 24px;
  right: 24px;
  z-index: 5;
  transform: translateY(-20px);
  opacity: 0;
  transition: all 0.2s ease-in-out;
}
.post-card-2__data {
  padding: 24px;
  min-height: 200px;
  position: relative;
  z-index: 7;
}
.post-card-2 .card-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
  margin-bottom: 12px;
}
.post-card-2 .card-row div {
  margin: 0;
}
.post-card-2 .card-row div:nth-child(2) {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 8px;
}
.post-card-2 .card-row div:nth-child(2):before {
  content: "";
  width: 1px;
  height: 8px;
  background: #fff;
}
.post-card-2 .card-date,
.post-card-2 .card-label,
.post-card-2 .card-title,
.post-card-2 .card-text,
.post-card-2 .card-cat,
.post-card-2 .card-cat-2 {
  transition: color 0.2s ease-in-out;
}
.post-card-2 .card-img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: 100%;
  object-fit: cover;
  will-change: filter;
  filter: brightness(50%);
}
.post-card-2 .card-cat {
  font-size: 10px;
  border-radius: 2px;
  text-transform: uppercase;
  background: #FCE6E7;
  padding: 6px 8px;
  color: #000000;
  display: inline-flex;
  margin-bottom: 20px;
  font-family: "TT Interphases Pro Trial DemiBold";
}
.post-card-2 .card-date,
.post-card-2 .card-label {
  font-size: 12px;
  margin-bottom: 20px;
}
.post-card-2 .card-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 10px;
  margin-bottom: 20px;
}
.post-card-2 .card-row .card-cat {
  margin: 0;
}
.post-card-2 .card-row .card-date {
  margin: 0;
}
.post-card-2 .card-title {
  margin-bottom: 16px;
  color: #000000;
  line-height: 24px;
}
.post-card-2 .card-text {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4392156863);
  line-height: 20px;
}
.post-card-2 .card-cat-2 {
  padding: 24px;
  font-size: 10px;
  position: relative;
  z-index: 7;
  text-transform: uppercase;
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: normal;
}
.post-card-2:hover {
  color: #fff;
}
.post-card-2:hover:before {
  opacity: 1;
}
.post-card-2:hover:after {
  opacity: 1;
  transform: translateY(0px);
}
.post-card-2:hover .card-cat {
  background: #E8F0FF;
}
.post-card-2:hover .card-title,
.post-card-2:hover .card-text {
  color: #fff;
}
.post-card-2--white .card-cat {
  background: #fff;
}
.post-card-2--white .card-date {
  color: #F9F9FB;
}
.post-card-2--white .card-label,
.post-card-2--white .card-title,
.post-card-2--white .card-text,
.post-card-2--white .card-cat-2 {
  color: #fff;
}
.post-card-2--wide {
  grid-column: 1/3;
}
.post-card-2--wide .card-cat {
  background: #fff;
}
.post-card-2--wide .card-date {
  color: #F9F9FB;
}
.post-card-2--wide .card-title {
  max-width: 280px;
  color: #fff;
}
.post-card-2--wide .card-text,
.post-card-2--wide .card-label,
.post-card-2--wide .card-cat-2 {
  color: #fff;
}
@media (max-width: 620px) {
  .post-card-2--wide {
    grid-column: auto;
  }
}

.post-layout {
  padding-bottom: 70px;
}
.post-layout__head {
  margin-bottom: 48px;
}
.post-layout__head .post-date {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4392156863);
}
.post-layout__head .post-cats {
  font-size: 10px;
  text-transform: uppercase;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px;
}
.post-layout__head .post-cats__cat {
  display: block;
  text-decoration: none;
  color: #000000;
  padding: 6px 8px;
  border-radius: 2px;
  background: #FCE6E7;
  transition: all 0.2s ease-in-out;
}
.post-layout__head .post-cats__cat:hover {
  background: #E8F0FF;
}
.post-layout__head .post-cats__target {
  color: rgba(0, 0, 0, 0.4392156863);
  text-decoration: none;
}
.post-layout__grid {
  display: grid;
  grid-template-columns: auto 432px;
  gap: 48px;
}
@media (max-width: 1240px) {
  .post-layout__grid {
    grid-template-columns: 100%;
  }
}
.post-layout .text-side h2 {
  font-size: 36px;
  margin: 30px 0px;
}
@media (max-width: 578px) {
  .post-layout .text-side h2 {
    font-size: 24px;
    margin: 15px 0px 20px 0px;
  }
}
.post-layout .text-side h3 {
  font-size: 24px;
}
.post-layout .text-side p, .post-layout .text-side ol, .post-layout .text-side ul {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 18px;
  line-height: 30px;
}
@media (max-width: 578px) {
  .post-layout .text-side p, .post-layout .text-side ol, .post-layout .text-side ul {
    font-size: 16px;
  }
}
.post-layout .text-side .p-l {
  font-size: 24px;
  line-height: 36px;
  font-family: "TT Interphases Pro Trial Medium";
}
@media (max-width: 578px) {
  .post-layout .text-side .p-l {
    font-size: 16px;
    line-height: 24px;
  }
}
.post-layout .text-side b, .post-layout .text-side strong {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
}
.post-layout .text-side a:not(.post-card, .btn) {
  color: #0056A4;
  text-decoration: none;
  font-family: "TT Interphases Pro Trial DemiBold";
}
.post-layout .text-side a:not(.post-card, .btn):hover {
  opacity: 0.6;
}
.post-layout .text-side ul {
  padding: 0;
  margin: 0;
  list-style: none;
  line-height: 24px;
  font-family: "TT Interphases Pro Trial Regular";
}
.post-layout .text-side ul li {
  margin-bottom: 16px;
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 12px;
}
.post-layout .text-side ul li:before {
  content: "";
  min-width: 20px;
  min-height: 20px;
  background: url(../img/ui/list.svg) no-repeat;
  background-size: cover;
}
.post-layout .text-side .table-block {
  overflow-y: auto;
  padding: 12px 0px;
}
.post-layout .text-side table {
  width: 100%;
  border-collapse: collapse;
  border: 1px solid #C6C6C6;
  overflow: hidden;
}
.post-layout .text-side table thead {
  background-color: #F9F9FB;
  font-weight: normal;
}
.post-layout .text-side table thead th {
  font-family: "TT Interphases Pro Trial DemiBold";
  padding: 20px;
  text-align: left;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
.post-layout .text-side table thead th:last-child {
  border-right: none;
}
.post-layout .text-side table tbody tr {
  border-top: 1px solid #C6C6C6;
}
.post-layout .text-side table tbody tr:last-child td {
  border-bottom: none;
}
.post-layout .text-side table tbody tr:hover {
  background-color: #f1f1f1;
}
.post-layout .text-side table tbody td {
  min-width: 200px;
  padding: 20px;
  border-bottom: 1px solid #C6C6C6;
  border-right: 1px solid #C6C6C6;
}
.post-layout .text-side table tbody td:last-child {
  border-right: none;
}
.post-layout .text-side .btn-cut {
  width: 100%;
}
.post-layout .text-side .cut-text {
  display: none;
}
.post-layout .text-side img {
  width: 100%;
  height: auto;
  border-radius: 12px;
}
.post-layout .text-side p:nth-child(1) {
  margin-top: 0;
}
.contact-widget {
  padding: 48px;
  border-radius: 12px;
  background: #E8F0FF;
  position: sticky;
  top: 90px;
}
@media (max-width: 578px) {
  .contact-widget {
    padding: 20px;
  }
}
.contact-widget__link {
  text-decoration: none;
  color: #000000;
  font-size: 36px;
  transition: all 0.2s ease-in-out;
  margin-bottom: 24px;
  display: block;
}
.contact-widget__link:hover {
  color: #0056A4;
}
@media (max-width: 578px) {
  .contact-widget__link {
    font-size: 24px;
  }
}
.contact-widget__text {
  color: rgba(0, 0, 0, 0.4392156863);
}

.news-widget {
  position: sticky;
  top: 150px;
}
.news-widget__head {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  flex-wrap: wrap;
  margin-bottom: 48px;
}
.news-widget__title {
  margin: 0;
}
.news-widget__link {
  text-decoration: none;
  color: #0056A4;
  transition: all 0.2s ease-in-out;
}
.news-widget__link:hover {
  color: #C6C6C6;
}
@media (max-width: 767px) {
  .news-widget__link {
    display: none;
  }
}
@media (max-width: 1240px) {
  .news-widget__items {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    column-gap: 88px;
    row-gap: 50px;
  }
}
@media (max-width: 767px) {
  .news-widget__items {
    grid-template-columns: 100%;
    column-gap: 88px;
    row-gap: 0px;
  }
}
.news-widget .card {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease-in-out;
  margin-bottom: 48px;
}
.news-widget .card__cat {
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: normal;
  display: inline-block;
  text-transform: uppercase;
  font-size: 10px;
  padding: 6px 7px;
  background-color: #FCE6E7;
  margin-bottom: 16px;
  transition: background-color 0.2s ease-in-out;
}
.news-widget .card__date {
  color: rgba(0, 0, 0, 0.4392156863);
  margin-bottom: 16px;
  font-size: 12px;
}
.news-widget .card__title {
  font-family: "TT Interphases Pro Trial Medium";
  font-weight: normal;
  padding-top: 16px;
  margin-bottom: 10px;
  border-top: 2px solid #000000;
  line-height: 24px;
}
.news-widget .card__text {
  color: rgba(0, 0, 0, 0.4392156863);
  line-height: 20px;
  font-size: 14px;
}
.news-widget .card__cat-2 {
  margin-top: 16px;
  text-transform: uppercase;
  font-size: 10px;
  color: rgba(0, 0, 0, 0.4392156863);
  font-family: "TT Interphases Pro Trial DemiBold";
}
.news-widget .card:hover {
  color: #0056A4;
}
.news-widget .card:hover .card__cat {
  background: #E8F0FF;
}
.news-widget .card:hover .card__title {
  border-color: #0056A4;
}

.social-widget {
  margin-top: 48px;
  padding: 30px 0px;
  border-top: 2px solid #000000;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.social-widget__title {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4392156863);
}
.social-widget__links {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 12px;
}
.posts-layout__head .head-row {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 20px;
  flex-wrap: wrap;
  justify-content: space-between;
}
.posts-layout__head .head-row__mob-actions {
  display: none;
}
@media (max-width: 1240px) {
  .posts-layout__head .head-row__mob-actions {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 20px;
    flex-wrap: wrap;
  }
  .posts-layout__head .head-row__mob-actions a,
  .posts-layout__head .head-row__mob-actions button {
    width: 24px;
    height: 24px;
  }
}
.posts-layout__grid {
  margin-top: 48px;
  display: grid;
  grid-template-columns: 320px auto;
  gap: 48px;
}
@media (max-width: 1240px) {
  .posts-layout__grid {
    grid-template-columns: 100%;
  }
}
@media (max-width: 578px) {
  .posts-layout__grid {
    margin-top: 10px;
  }
}
.posts-layout__grid--full {
  grid-template-columns: 100%;
}
.posts-layout .posts-tabs {
  margin-top: 32px;
  display: flex;
  flex-direction: row;
  align-items: center;
  overflow-y: auto;
  gap: 8px;
}
.posts-layout .posts-tabs__tab {
  font-family: "TT Interphases Pro Trial DemiBold";
  font-weight: normal;
  white-space: nowrap;
  text-decoration: none;
  padding: 17px 24px;
  cursor: pointer;
  border-radius: 4px;
  background: #F1F1F1;
  color: rgba(0, 0, 0, 0.4392156863);
  text-transform: uppercase;
  font-size: 12px;
  transition: all 0.2s ease-in-out;
}
.posts-layout .posts-tabs__tab--active {
  background: #E6EEF6;
  color: #0056A4;
  pointer-events: none;
}
.posts-layout .posts-tabs__tab:hover {
  color: #000000;
}
.posts-layout .layouts-block__grid {
  display: grid;
  gap: 24px;
}
.posts-layout .layouts-block__grid--2 {
  grid-template-columns: repeat(2, 1fr);
}
.posts-layout .layouts-block__grid--3 {
  grid-template-columns: repeat(3, 1fr);
}
@media (max-width: 991px) {
  .posts-layout .layouts-block__grid--3 {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 620px) {
  .posts-layout .layouts-block__grid--3 {
    grid-template-columns: 100%;
  }
}
.posts-layout .layouts-block__bottom {
  margin-top: 48px;
}

.filter-widget {
  display: flex;
  width: 100%;
}
@media (max-width: 1240px) {
  .filter-widget {
    display: none;
  }
}
.filter-widget form {
  width: 100%;
}

.rss-widget {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
@media (max-width: 1240px) {
  .rss-widget {
    display: none;
  }
}
.rss-widget__title {
  font-family: "TT Interphases Pro Trial Regular";
  font-size: 18px;
  color: rgba(0, 0, 0, 0.4392156863);
}

.side-block {
  padding: 24px;
  background: #F9F9FB;
  width: 100%;
  border-radius: 12px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 48px;
}
@media (max-width: 991px) {
  .side-block {
    grid-template-columns: 100%;
    gap: 20px;
  }
}
.side-block__item p,
.side-block__item ul,
.side-block__item li {
  font-family: "TT Interphases Pro Trial Regular";
}
.side-block__item p:nth-child(1) {
  margin: 0;
}
.side-block__widget .rss-widget {
  gap: 24px;
  justify-content: flex-start;
}

.post-single-slider {
  overflow: hidden;
  width: 100%;
  position: relative;
}
.post-single-slider:before, .post-single-slider:after {
  transition: opacity 0.5s ease-in-out;
}
@media (max-width: 578px) {
  .post-single-slider:before, .post-single-slider:after {
    display: none;
  }
}
.post-single-slider:before {
  content: "";
  width: 84px;
  height: 100%;
  position: absolute;
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 79%);
  z-index: 2;
  top: 0;
  left: 0;
}
.post-single-slider:after {
  content: "";
  width: 84px;
  height: 100%;
  position: absolute;
  background: linear-gradient(to right, rgba(255, 255, 255, 0) 0%, rgb(255, 255, 255) 79%);
  z-index: 2;
  top: 0;
  right: 0;
}
.post-single-slider .swiper-wrapper {
  width: 100%;
}
.post-single-slider .swiper-slide {
  height: auto;
  max-width: 320px;
}
.post-single-slider .swiper-button-disabled {
  display: none;
}
.post-single-slider__prev, .post-single-slider__next {
  position: absolute;
  top: 47%;
  transform: translate(0, -50%);
  z-index: 5;
}
@media (max-width: 578px) {
  .post-single-slider__prev, .post-single-slider__next {
    display: none;
  }
}
.post-single-slider__prev {
  left: 0;
}
.post-single-slider__next {
  right: 0;
}
.post-single-slider--start:before {
  opacity: 0;
}
.post-single-slider--end:after {
  opacity: 0;
}
@media (max-width: 578px) {
  .post-single-slider--start:before, .post-single-slider--start:after, .post-single-slider--end:before, .post-single-slider--end:after {
    display: none;
  }
}

.slider-block-single {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.slider-block-single__controls {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  margin-top: 20px;
}
@media (min-width: 578px) {
  .slider-block-single__controls {
    display: none;
  }
}

.post-single-slider-gallery {
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}
.post-single-slider-gallery__slide {
  height: 526px;
  max-width: 800px;
  width: 100%;
  position: relative;
}
@media (max-width: 578px) {
  .post-single-slider-gallery__slide {
    height: 240px;
  }
}
.post-single-slider-gallery__slide img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
  object-fit: cover;
}
.post-single-slider-gallery .swiper-wrapper {
  width: auto;
}
.post-single-slider-gallery .swiper-slide {
  height: auto;
}

.post-single-slider-gallery-thumbs {
  margin-top: 16px;
  overflow: hidden;
  max-width: 800px;
  width: 100%;
}
@media (max-width: 578px) {
  .post-single-slider-gallery-thumbs {
    display: none;
  }
}
.post-single-slider-gallery-thumbs .swiper-slide {
  width: 100px;
}
.post-single-slider-gallery-thumbs__thumb {
  height: 90px;
  width: 100%;
  position: relative;
}
.post-single-slider-gallery-thumbs__thumb img {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100% !important;
  height: 100% !important;
  border-radius: 12px;
  object-fit: cover;
}

.footer {
  padding: 48px 0px;
  background: #f1f1f1;
}
.footer__content {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  gap: 50px;
  flex-wrap: wrap;
}
.footer__bottom {
  margin-top: 64px;
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  flex-wrap: wrap;
  gap: 64px;
}
@media (max-width: 767px) {
  .footer__bottom {
    gap: 20px;
  }
}
.footer .foot-group__title {
  font-weight: 500;
  margin-bottom: 24px;
}
.footer .foot-group__list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.footer .foot-link {
  text-decoration: none;
  color: rgba(0, 0, 0, 0.6);
  display: block;
  margin-bottom: 12px;
  transition: all 0.2s ease-in-out;
}
.footer .foot-link:hover {
  color: #000000;
}
.footer .logo-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 16px;
}
.footer .logo-block__text {
  color: rgba(0, 0, 0, 0.4);
  font-size: 12px;
}
.footer .policy-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  line-height: 2;
}
@media (max-width: 767px) {
  .footer .policy-block {
    gap: 10px;
    line-height: 24px;
  }
}
.footer .policy-block__link {
  font-size: 12px;
  text-decoration: none;
  color: rgba(0, 0, 0, 0.4);
  display: block;
  transition: all 0.2s ease-in-out;
}
.footer .policy-block__link:hover {
  color: #000000;
}
.footer .social-block {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 24px;
  margin-left: auto;
}
.footer .social-block__link {
  display: block;
  text-decoration: none;
  color: #000000;
  transition: all 0.2s ease-in-out;
}
.footer .social-block__link:hover {
  color: #0056A4;
}

.dev-nav {
  padding: 150px 20px;
  width: 100vw;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev-nav__head {
  margin-bottom: 50px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.dev-nav__content {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  gap: 10px;
}
.dev-nav .dev-link {
  display: block;
  font-size: 20px;
  text-decoration: none;
  color: #0056A4;
  transition: all 0.2s ease-in-out;
}
.dev-nav .dev-link--dis {
  pointer-events: none;
  opacity: 0.5;
  color: #000000;
}
.dev-nav .dev-link:hover {
  color: #000000;
}

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