

/* Start:/local/templates/gchp/static/css/main.css?1686049968282922*/
@charset "UTF-8";
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  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;
}

@-webkit-keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

@keyframes chartjs-render-animation {
  from {
    opacity: .99;
  }
  to {
    opacity: 1;
  }
}

.chartjs-render-monitor {
  -webkit-animation: chartjs-render-animation 1ms;
          animation: chartjs-render-animation 1ms;
}

.chartjs-size-monitor, .chartjs-size-monitor-expand, .chartjs-size-monitor-shrink {
  position: absolute;
  direction: ltr;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
  visibility: hidden;
  z-index: -1;
}

.chartjs-size-monitor-expand > div {
  position: absolute;
  width: 1000000px;
  height: 1000000px;
  left: 0;
  top: 0;
}

.chartjs-size-monitor-shrink > div {
  position: absolute;
  width: 200%;
  height: 200%;
  left: 0;
  top: 0;
}

body.compensate-for-scrollbar {
  overflow: hidden;
}

.fancybox-active {
  height: auto;
}

.fancybox-is-hidden {
  left: -9999px;
  margin: 0;
  position: absolute !important;
  top: -9999px;
  visibility: hidden;
}

.fancybox-container {
  -webkit-backface-visibility: hidden;
  height: 100%;
  left: 0;
  outline: none;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  touch-action: manipulation;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  width: 100%;
  z-index: 99992;
}

.fancybox-container * {
  box-sizing: border-box;
}

.fancybox-bg, .fancybox-inner, .fancybox-outer, .fancybox-stage {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}

.fancybox-outer {
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
}

.fancybox-bg {
  background: #1e1e1e;
  opacity: 0;
  -webkit-transition-duration: inherit;
          transition-duration: inherit;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
          transition-timing-function: cubic-bezier(0.47, 0, 0.74, 0.71);
}

.fancybox-is-open .fancybox-bg {
  opacity: .9;
  -webkit-transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
          transition-timing-function: cubic-bezier(0.22, 0.61, 0.36, 1);
}

.fancybox-caption, .fancybox-infobar, .fancybox-navigation .fancybox-button, .fancybox-toolbar {
  direction: ltr;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity .25s ease,visibility 0s ease .25s;
  transition: opacity .25s ease,visibility 0s ease .25s;
  visibility: hidden;
  z-index: 99997;
}

.fancybox-show-caption .fancybox-caption, .fancybox-show-infobar .fancybox-infobar, .fancybox-show-nav .fancybox-navigation .fancybox-button, .fancybox-show-toolbar .fancybox-toolbar {
  opacity: 1;
  -webkit-transition: opacity .25s ease 0s,visibility 0s ease 0s;
  transition: opacity .25s ease 0s,visibility 0s ease 0s;
  visibility: visible;
}

.fancybox-infobar {
  color: #ccc;
  font-size: 13px;
  -webkit-font-smoothing: subpixel-antialiased;
  height: 44px;
  left: 0;
  line-height: 44px;
  min-width: 44px;
  mix-blend-mode: difference;
  padding: 0 10px;
  pointer-events: none;
  top: 0;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.fancybox-toolbar {
  right: 0;
  top: 0;
}

.fancybox-stage {
  direction: ltr;
  overflow: visible;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
  z-index: 99994;
}

.fancybox-is-open .fancybox-stage {
  overflow: hidden;
}

.fancybox-slide {
  -webkit-backface-visibility: hidden;
  display: none;
  height: 100%;
  left: 0;
  outline: none;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: absolute;
  text-align: center;
  top: 0;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  white-space: normal;
  width: 100%;
  z-index: 99994;
}

.fancybox-slide:before {
  content: "";
  display: inline-block;
  font-size: 0;
  height: 100%;
  vertical-align: middle;
  width: 0;
}

.fancybox-is-sliding .fancybox-slide, .fancybox-slide--current, .fancybox-slide--next, .fancybox-slide--previous {
  display: block;
}

.fancybox-slide--image {
  overflow: hidden;
  padding: 44px 0;
}

.fancybox-slide--image:before {
  display: none;
}

.fancybox-slide--html {
  padding: 6px;
}

.fancybox-content {
  background: #fff;
  display: inline-block;
  margin: 0;
  max-width: 100%;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  padding: 44px;
  position: relative;
  text-align: left;
  vertical-align: middle;
}

.fancybox-slide--image .fancybox-content {
  -webkit-animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
          animation-timing-function: cubic-bezier(0.5, 0, 0.14, 1);
  -webkit-backface-visibility: hidden;
  background: transparent;
  background-repeat: no-repeat;
  background-size: 100% 100%;
  left: 0;
  max-width: none;
  overflow: visible;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-transform-origin: top left;
          transform-origin: top left;
  -webkit-transition-property: opacity,-webkit-transform;
  transition-property: opacity,-webkit-transform;
  transition-property: transform,opacity;
  transition-property: transform,opacity,-webkit-transform;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  z-index: 99995;
}

.fancybox-can-zoomOut .fancybox-content {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}

.fancybox-can-zoomIn .fancybox-content {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}

.fancybox-can-pan .fancybox-content, .fancybox-can-swipe .fancybox-content {
  cursor: -webkit-grab;
  cursor: grab;
}

.fancybox-is-grabbing .fancybox-content {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.fancybox-container [data-selectable=true] {
  cursor: text;
}

.fancybox-image, .fancybox-spaceball {
  background: transparent;
  border: 0;
  height: 100%;
  left: 0;
  margin: 0;
  max-height: none;
  max-width: none;
  padding: 0;
  position: absolute;
  top: 0;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 100%;
}

.fancybox-spaceball {
  z-index: 1;
}

.fancybox-slide--iframe .fancybox-content, .fancybox-slide--map .fancybox-content, .fancybox-slide--pdf .fancybox-content, .fancybox-slide--video .fancybox-content {
  height: 100%;
  overflow: visible;
  padding: 0;
  width: 100%;
}

.fancybox-slide--video .fancybox-content {
  background: #000;
}

.fancybox-slide--map .fancybox-content {
  background: #e5e3df;
}

.fancybox-slide--iframe .fancybox-content {
  background: #fff;
}

.fancybox-iframe, .fancybox-video {
  background: transparent;
  border: 0;
  display: block;
  height: 100%;
  margin: 0;
  overflow: hidden;
  padding: 0;
  width: 100%;
}

.fancybox-iframe {
  left: 0;
  position: absolute;
  top: 0;
}

.fancybox-error {
  background: #fff;
  cursor: default;
  max-width: 400px;
  padding: 40px;
  width: 100%;
}

.fancybox-error p {
  color: #444;
  font-size: 16px;
  line-height: 20px;
  margin: 0;
  padding: 0;
}

.fancybox-button {
  background: rgba(30, 30, 30, 0.6);
  border: 0;
  border-radius: 0;
  box-shadow: none;
  cursor: pointer;
  display: inline-block;
  height: 44px;
  margin: 0;
  padding: 10px;
  position: relative;
  -webkit-transition: color .2s;
  transition: color .2s;
  vertical-align: top;
  visibility: inherit;
  width: 44px;
}

.fancybox-button, .fancybox-button:link, .fancybox-button:visited {
  color: #ccc;
}

.fancybox-button:hover {
  color: #fff;
}

.fancybox-button:focus {
  outline: none;
}

.fancybox-button.fancybox-focus {
  outline: 1px dotted;
}

.fancybox-button[disabled], .fancybox-button[disabled]:hover {
  color: #888;
  cursor: default;
  outline: none;
}

.fancybox-button div {
  height: 100%;
}

.fancybox-button svg {
  display: block;
  height: 100%;
  overflow: visible;
  position: relative;
  width: 100%;
}

.fancybox-button svg path {
  fill: currentColor;
  stroke-width: 0;
}

.fancybox-button--fsenter svg:nth-child(2), .fancybox-button--fsexit svg:first-child, .fancybox-button--pause svg:first-child, .fancybox-button--play svg:nth-child(2) {
  display: none;
}

.fancybox-progress {
  background: #ff5268;
  height: 2px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
  -webkit-transform-origin: 0;
          transform-origin: 0;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-timing-function: linear;
          transition-timing-function: linear;
  z-index: 99998;
}

.fancybox-close-small {
  background: transparent;
  border: 0;
  border-radius: 0;
  color: #ccc;
  cursor: pointer;
  opacity: .8;
  padding: 8px;
  position: absolute;
  right: -12px;
  top: -44px;
  z-index: 401;
}

.fancybox-close-small:hover {
  color: #fff;
  opacity: 1;
}

.fancybox-slide--html .fancybox-close-small {
  color: currentColor;
  padding: 10px;
  right: 0;
  top: 0;
}

.fancybox-slide--image.fancybox-is-scaling .fancybox-content {
  overflow: hidden;
}

.fancybox-is-scaling .fancybox-close-small, .fancybox-is-zoomable.fancybox-can-pan .fancybox-close-small {
  display: none;
}

.fancybox-navigation .fancybox-button {
  background-clip: content-box;
  height: 100px;
  opacity: 0;
  position: absolute;
  top: calc(50% - 50px);
  width: 70px;
}

.fancybox-navigation .fancybox-button div {
  padding: 7px;
}

.fancybox-navigation .fancybox-button--arrow_left {
  left: 0;
  left: env(safe-area-inset-left);
  padding: 31px 26px 31px 6px;
}

.fancybox-navigation .fancybox-button--arrow_right {
  padding: 31px 6px 31px 26px;
  right: 0;
  right: env(safe-area-inset-right);
}

.fancybox-caption {
  background: -webkit-gradient(linear, left bottom, left top, color-stop(0, rgba(0, 0, 0, 0.85)), color-stop(50%, rgba(0, 0, 0, 0.3)), color-stop(65%, rgba(0, 0, 0, 0.15)), color-stop(75.5%, rgba(0, 0, 0, 0.075)), color-stop(82.85%, rgba(0, 0, 0, 0.037)), color-stop(88%, rgba(0, 0, 0, 0.019)), to(transparent));
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.85) 0, rgba(0, 0, 0, 0.3) 50%, rgba(0, 0, 0, 0.15) 65%, rgba(0, 0, 0, 0.075) 75.5%, rgba(0, 0, 0, 0.037) 82.85%, rgba(0, 0, 0, 0.019) 88%, transparent);
  bottom: 0;
  color: #eee;
  font-size: 14px;
  font-weight: 400;
  left: 0;
  line-height: 1.5;
  padding: 75px 44px 25px;
  pointer-events: none;
  right: 0;
  text-align: center;
  z-index: 99996;
}

@supports (padding: max(0px)) {
  .fancybox-caption {
    padding: 75px max(44px, env(safe-area-inset-right)) max(25px, env(safe-area-inset-bottom)) max(44px, env(safe-area-inset-left));
  }
}

.fancybox-caption--separate {
  margin-top: -50px;
}

.fancybox-caption__body {
  max-height: 50vh;
  overflow: auto;
  pointer-events: all;
}

.fancybox-caption a, .fancybox-caption a:link, .fancybox-caption a:visited {
  color: #ccc;
  text-decoration: none;
}

.fancybox-caption a:hover {
  color: #fff;
  text-decoration: underline;
}

.fancybox-loading {
  -webkit-animation: a 1s linear infinite;
          animation: a 1s linear infinite;
  background: transparent;
  border: 4px solid #888;
  border-bottom-color: #fff;
  border-radius: 50%;
  height: 50px;
  left: 50%;
  margin: -25px 0 0 -25px;
  opacity: .7;
  padding: 0;
  position: absolute;
  top: 50%;
  width: 50px;
  z-index: 99999;
}

@-webkit-keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

@keyframes a {
  to {
    -webkit-transform: rotate(1turn);
            transform: rotate(1turn);
  }
}

.fancybox-animated {
  -webkit-transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
          transition-timing-function: cubic-bezier(0, 0, 0.25, 1);
}

.fancybox-fx-slide.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: translate3d(-100%, 0, 0);
          transform: translate3d(-100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: translate3d(100%, 0, 0);
          transform: translate3d(100%, 0, 0);
}

.fancybox-fx-slide.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}

.fancybox-fx-fade.fancybox-slide--next, .fancybox-fx-fade.fancybox-slide--previous {
  opacity: 0;
  -webkit-transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
          transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
}

.fancybox-fx-fade.fancybox-slide--current {
  opacity: 1;
}

.fancybox-fx-zoom-in-out.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(1.5, 1.5, 1.5);
          transform: scale3d(1.5, 1.5, 1.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0.5, 0.5, 0.5);
          transform: scale3d(0.5, 0.5, 0.5);
}

.fancybox-fx-zoom-in-out.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1);
          transform: scaleX(1);
}

.fancybox-fx-rotate.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: rotate(-1turn);
          transform: rotate(-1turn);
}

.fancybox-fx-rotate.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: rotate(1turn);
          transform: rotate(1turn);
}

.fancybox-fx-rotate.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.fancybox-fx-circular.fancybox-slide--previous {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(-100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--next {
  opacity: 0;
  -webkit-transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
          transform: scale3d(0, 0, 0) translate3d(100%, 0, 0);
}

.fancybox-fx-circular.fancybox-slide--current {
  opacity: 1;
  -webkit-transform: scaleX(1) translateZ(0);
          transform: scaleX(1) translateZ(0);
}

.fancybox-fx-tube.fancybox-slide--previous {
  -webkit-transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
          transform: translate3d(-100%, 0, 0) scale(0.1) skew(-10deg);
}

.fancybox-fx-tube.fancybox-slide--next {
  -webkit-transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
          transform: translate3d(100%, 0, 0) scale(0.1) skew(10deg);
}

.fancybox-fx-tube.fancybox-slide--current {
  -webkit-transform: translateZ(0) scale(1);
          transform: translateZ(0) scale(1);
}

@media (max-height: 576px) {
  .fancybox-slide {
    padding-left: 6px;
    padding-right: 6px;
  }
  .fancybox-slide--image {
    padding: 6px 0;
  }
  .fancybox-close-small {
    right: -6px;
  }
  .fancybox-slide--image .fancybox-close-small {
    background: #4e4e4e;
    color: #f2f4f6;
    height: 36px;
    opacity: 1;
    padding: 6px;
    right: 0;
    top: 0;
    width: 36px;
  }
  .fancybox-caption {
    padding-left: 12px;
    padding-right: 12px;
  }
  @supports (padding: max(0px)) {
    .fancybox-caption {
      padding-left: max(12px, env(safe-area-inset-left));
      padding-right: max(12px, env(safe-area-inset-right));
    }
  }
}

.fancybox-share {
  background: #f4f4f4;
  border-radius: 3px;
  max-width: 90%;
  padding: 30px;
  text-align: center;
}

.fancybox-share h1 {
  color: #222;
  font-size: 35px;
  font-weight: 700;
  margin: 0 0 20px;
}

.fancybox-share p {
  margin: 0;
  padding: 0;
}

.fancybox-share__button {
  border: 0;
  border-radius: 3px;
  display: inline-block;
  font-size: 14px;
  font-weight: 700;
  line-height: 40px;
  margin: 0 5px 10px;
  min-width: 130px;
  padding: 0 15px;
  text-decoration: none;
  -webkit-transition: all .2s;
  transition: all .2s;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.fancybox-share__button:link, .fancybox-share__button:visited {
  color: #fff;
}

.fancybox-share__button:hover {
  text-decoration: none;
}

.fancybox-share__button--fb {
  background: #3b5998;
}

.fancybox-share__button--fb:hover {
  background: #344e86;
}

.fancybox-share__button--pt {
  background: #bd081d;
}

.fancybox-share__button--pt:hover {
  background: #aa0719;
}

.fancybox-share__button--tw {
  background: #1da1f2;
}

.fancybox-share__button--tw:hover {
  background: #0d95e8;
}

.fancybox-share__button svg {
  height: 25px;
  margin-right: 7px;
  position: relative;
  top: -1px;
  vertical-align: middle;
  width: 25px;
}

.fancybox-share__button svg path {
  fill: #fff;
}

.fancybox-share__input {
  background: transparent;
  border: 0;
  border-bottom: 1px solid #d7d7d7;
  border-radius: 0;
  color: #5d5b5b;
  font-size: 14px;
  margin: 10px 0 0;
  outline: none;
  padding: 10px 15px;
  width: 100%;
}

.fancybox-thumbs {
  background: #ddd;
  bottom: 0;
  display: none;
  margin: 0;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar;
  padding: 2px 2px 4px;
  position: absolute;
  right: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  top: 0;
  width: 212px;
  z-index: 99995;
}

.fancybox-thumbs-x {
  overflow-x: auto;
  overflow-y: hidden;
}

.fancybox-show-thumbs .fancybox-thumbs {
  display: block;
}

.fancybox-show-thumbs .fancybox-inner {
  right: 212px;
}

.fancybox-thumbs__list {
  font-size: 0;
  height: 100%;
  list-style: none;
  margin: 0;
  overflow-x: hidden;
  overflow-y: auto;
  padding: 0;
  position: absolute;
  position: relative;
  white-space: nowrap;
  width: 100%;
}

.fancybox-thumbs-x .fancybox-thumbs__list {
  overflow: hidden;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar {
  width: 7px;
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-track {
  background: #fff;
  border-radius: 10px;
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.3);
}

.fancybox-thumbs-y .fancybox-thumbs__list::-webkit-scrollbar-thumb {
  background: #2a2a2a;
  border-radius: 10px;
}

.fancybox-thumbs__list a {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  background-color: rgba(0, 0, 0, 0.1);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  cursor: pointer;
  float: left;
  height: 75px;
  margin: 2px;
  max-height: calc(100% - 8px);
  max-width: calc(50% - 4px);
  outline: none;
  overflow: hidden;
  padding: 0;
  position: relative;
  -webkit-tap-highlight-color: transparent;
  width: 100px;
}

.fancybox-thumbs__list a:before {
  border: 6px solid #ff5268;
  bottom: 0;
  content: "";
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.2s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 99991;
}

.fancybox-thumbs__list a:focus:before {
  opacity: .5;
}

.fancybox-thumbs__list a.fancybox-thumbs-active:before {
  opacity: 1;
}

@media (max-width: 576px) {
  .fancybox-thumbs {
    width: 110px;
  }
  .fancybox-show-thumbs .fancybox-inner {
    right: 110px;
  }
  .fancybox-thumbs__list a {
    max-width: calc(100% - 10px);
  }
}

.jq-checkbox,
.jq-radio {
  position: relative;
  display: inline-block;
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.jq-checkbox input,
.jq-radio input {
  position: absolute;
  z-index: -1;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-file {
  position: relative;
  display: inline-block;
  overflow: hidden;
}

.jq-file input {
  position: absolute;
  top: 0;
  right: 0;
  height: auto;
  margin: 0;
  padding: 0;
  opacity: 0;
  font-size: 100px;
  line-height: 1em;
}

.jq-file__name {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox,
.jq-select-multiple {
  position: relative;
  display: inline-block;
}

.jq-selectbox select,
.jq-select-multiple select {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  opacity: 0;
}

.jq-selectbox li,
.jq-select-multiple li {
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
}

.jq-selectbox {
  z-index: 10;
}

.jq-selectbox__select {
  position: relative;
}

.jq-selectbox__select-text {
  overflow: hidden;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  white-space: nowrap;
  text-overflow: ellipsis;
}

.jq-selectbox__dropdown {
  position: absolute;
}

.jq-selectbox__search input {
  -webkit-appearance: textfield;
}

.jq-selectbox__search input::-webkit-search-cancel-button,
.jq-selectbox__search input::-webkit-search-decoration {
  -webkit-appearance: none;
}

.jq-selectbox__dropdown ul {
  position: relative;
  overflow: auto;
  overflow-x: hidden;
  list-style: none;
  -webkit-overflow-scrolling: touch;
}

.jq-select-multiple ul {
  position: relative;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}

.jq-number {
  display: inline-block;
}

.jq-number__field input {
  -moz-appearance: textfield;
  text-align: left;
  /* для Opera Presto */
}

.jq-number__field input::-webkit-inner-spin-button,
.jq-number__field input::-webkit-outer-spin-button {
  margin: 0;
  /* в каких-то браузерах присутствует отступ */
  -webkit-appearance: none;
}

.jq-checkbox,
.jq-radio {
  vertical-align: -4px;
  width: 16px;
  height: 16px;
  margin: 0 4px 0 0;
  border: 1px solid #C3C3C3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.05), inset -1px -1px #FFF, inset 1px -1px #FFF;
  cursor: pointer;
}

.jq-checkbox.focused,
.jq-radio.focused {
  border: 1px solid #08C;
}

.jq-checkbox.disabled,
.jq-radio.disabled {
  opacity: .55;
}

.jq-checkbox {
  border-radius: 3px;
}

.jq-checkbox.checked .jq-checkbox__div {
  width: 8px;
  height: 4px;
  margin: 3px 0 0 3px;
  border-bottom: 2px solid #666;
  border-left: 2px solid #666;
  -webkit-transform: rotate(-50deg);
  transform: rotate(-50deg);
}

.jq-radio {
  border-radius: 50%;
}

.jq-radio.checked .jq-radio__div {
  width: 10px;
  height: 10px;
  margin: 3px 0 0 3px;
  border-radius: 50%;
  background: #777;
  box-shadow: inset 1px 1px 1px rgba(0, 0, 0, 0.7);
}

.jq-file {
  width: 270px;
  border-radius: 4px;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-file input {
  cursor: pointer;
}

.jq-file__name {
  box-sizing: border-box;
  width: 100%;
  height: 34px;
  padding: 0 80px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1;
  font: 14px/32px Arial, sans-serif;
  color: #333;
}

.jq-file__browse {
  position: absolute;
  top: 1px;
  right: 1px;
  padding: 0 10px;
  border-left: 1px solid #CCC;
  border-radius: 0 4px 4px 0;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-file:hover .jq-file__browse {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-file:active .jq-file__browse {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-file.focused .jq-file__name {
  border: 1px solid #5794BF;
}

.jq-file.disabled,
.jq-file.disabled .jq-file__name,
.jq-file.disabled .jq-file__browse {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number {
  position: relative;
  vertical-align: middle;
  padding: 0 36px 0 0;
}

.jq-number__field {
  width: 100px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
}

.jq-number__field:hover {
  border-color: #B3B3B3;
}

.jq-number__field input {
  box-sizing: border-box;
  width: 100%;
  padding: 8px 9px;
  border: none;
  outline: none;
  background: none;
  font: 14px Arial, sans-serif;
  color: #333;
}

.jq-number__spin {
  position: absolute;
  top: 0;
  right: 0;
  width: 32px;
  height: 14px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

.jq-number__spin.minus {
  top: auto;
  bottom: 0;
}

.jq-number__spin:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-number__spin:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-number__spin:after {
  content: '';
  position: absolute;
  top: 4px;
  left: 11px;
  width: 0;
  height: 0;
  border-right: 5px solid transparent;
  border-bottom: 5px solid #999;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:after {
  top: 5px;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-bottom: none;
  border-left: 5px solid transparent;
}

.jq-number__spin.minus:hover:after {
  border-top-color: #000;
}

.jq-number__spin.plus:hover:after {
  border-bottom-color: #000;
}

.jq-number.focused .jq-number__field {
  border: 1px solid #5794BF;
}

.jq-number.disabled .jq-number__field,
.jq-number.disabled .jq-number__spin {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-number.disabled .jq-number__spin:after {
  border-bottom-color: #AAA;
}

.jq-number.disabled .jq-number__spin.minus:after {
  border-top-color: #AAA;
}

.jq-selectbox {
  vertical-align: middle;
  cursor: pointer;
}

.jq-selectbox__select {
  height: 32px;
  padding: 0 45px 0 10px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/32px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
}

.jq-selectbox__select:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

.jq-selectbox__select:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

.jq-selectbox.focused .jq-selectbox__select {
  border: 1px solid #5794BF;
}

.jq-selectbox.disabled .jq-selectbox__select {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-selectbox__select-text {
  display: block;
  width: 100%;
}

.jq-selectbox .placeholder {
  color: #888;
}

.jq-selectbox__trigger {
  position: absolute;
  top: 0;
  right: 0;
  width: 34px;
  height: 100%;
  border-left: 1px solid #CCC;
}

.jq-selectbox__trigger-arrow {
  position: absolute;
  top: 14px;
  right: 12px;
  width: 0;
  height: 0;
  border-top: 5px solid #999;
  border-right: 5px solid transparent;
  border-left: 5px solid transparent;
}

.jq-selectbox:hover .jq-selectbox__trigger-arrow {
  border-top-color: #000;
}

.jq-selectbox.disabled .jq-selectbox__trigger-arrow {
  border-top-color: #AAA;
}

.jq-selectbox__dropdown {
  box-sizing: border-box;
  width: 100%;
  margin: 2px 0 0;
  padding: 0;
  border: 1px solid #CCC;
  border-radius: 4px;
  background: #FFF;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.2);
  font: 14px/18px Arial, sans-serif;
}

.jq-selectbox__search {
  margin: 5px;
}

.jq-selectbox__search input {
  box-sizing: border-box;
  width: 100%;
  margin: 0;
  padding: 5px 27px 6px 8px;
  border: 1px solid #CCC;
  border-radius: 3px;
  outline: none;
  background: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAMCAYAAABiDJ37AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAO1JREFUeNqU078LAXEYx/FzYfNzk5TJaFNKYjFYSQZ/hvwBsvg1UCY2xT9gM8hukQGThWRjkcFw3pdnujhfT736Xn2fPvfc3fd07V0OFDDFAnM0ENYsZRiGLSc9OpqIYIA9fMhhjCrW2h9VlMlcH/aymMGtOqEugX08PwQucUZKdTozMIqdTc9WepQD7wjY9ARx+ydwhfyXfS+S0qMcOEQJGcueB3VccFINdMgal6NzkmPjRwJXxDBB7/2RDdtAp6wb+dpphHDASG5QQ0V6u2aoSqBZD/lDrNWRJynLK2qpBn4rc6K2XB9/Nb8EGABtf1thzY6X2AAAAABJRU5ErkJggg==") no-repeat 100% 50%;
  box-shadow: inset 1px 1px #F1F1F1;
  color: #333;
}

.jq-selectbox__not-found {
  margin: 5px;
  padding: 5px 8px 6px;
  background: #F0F0F0;
  font-size: 13px;
}

.jq-selectbox ul {
  margin: 0;
  padding: 0;
}

.jq-selectbox li {
  min-height: 18px;
  padding: 5px 10px 6px;
  color: #231F20;
}

.jq-selectbox li.selected {
  background-color: #A3ABB1;
  color: #FFF;
}

.jq-selectbox li:hover {
  background-color: #08C;
  color: #FFF;
}

.jq-selectbox li.disabled {
  color: #AAA;
}

.jq-selectbox li.disabled:hover {
  background: none;
}

.jq-selectbox li.optgroup {
  font-weight: bold;
}

.jq-selectbox li.optgroup:hover {
  background: none;
  color: #231F20;
  cursor: default;
}

.jq-selectbox li.option {
  padding-left: 25px;
}

.jq-select-multiple {
  box-sizing: border-box;
  padding: 1px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  background: #FFF;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px/18px Arial, sans-serif;
  color: #333;
  cursor: default;
}

.jq-select-multiple.focused {
  border: 1px solid #5794BF;
}

.jq-select-multiple.disabled {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

.jq-select-multiple ul {
  margin: 0;
  padding: 0;
}

.jq-select-multiple li {
  padding: 3px 9px 4px;
  list-style: none;
}

.jq-select-multiple li:first-child {
  border-radius: 3px 3px 0 0;
}

.jq-select-multiple li:last-child {
  border-radius: 0 0 3px 3px;
}

.jq-select-multiple li.selected {
  background: #08C;
  color: #FFF;
}

.jq-select-multiple li.disabled {
  color: #AAA;
}

.jq-select-multiple li.optgroup {
  font-weight: bold;
}

.jq-select-multiple li.option {
  padding-left: 25px;
}

.jq-select-multiple.disabled li.selected,
.jq-select-multiple li.selected.disabled {
  background: #CCC;
  color: #FFF;
}

input[type='email'].styler,
input[type='password'].styler,
input[type='search'].styler,
input[type='tel'].styler,
input[type='text'].styler,
input[type='url'].styler,
textarea.styler {
  padding: 8px 9px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  box-shadow: inset 1px 1px #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
}

input[type='search'].styler {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

textarea.styler {
  overflow: auto;
}

input[type='email'].styler:hover,
input[type='password'].styler:hover,
input[type='search'].styler:hover,
input[type='tel'].styler:hover,
input[type='text'].styler:hover,
input[type='url'].styler:hover,
textarea.styler:hover {
  border-color: #B3B3B3;
}

input[type='email'].styler:hover:focus,
input[type='password'].styler:hover:focus,
input[type='search'].styler:hover:focus,
input[type='tel'].styler:hover:focus,
input[type='text'].styler:hover:focus,
input[type='url'].styler:hover:focus,
textarea.styler:hover:focus {
  border-color: #CCC;
  border-top-color: #B3B3B3;
  outline: none;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}

button.styler,
input[type='button'].styler,
input[type='submit'].styler,
input[type='reset'].styler {
  overflow: visible;
  padding: 8px 11px;
  border: 1px solid #CCC;
  border-bottom-color: #B3B3B3;
  border-radius: 4px;
  outline: none;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFF), to(#E6E6E6));
  background: linear-gradient(#FFF, #E6E6E6);
  box-shadow: inset 1px -1px #F1F1F1, inset -1px 0 #F1F1F1, 0 1px 2px rgba(0, 0, 0, 0.1);
  font: 14px Arial, sans-serif;
  color: #333;
  text-shadow: 1px 1px #FFF;
  cursor: pointer;
}

button.styler.styler::-moz-focus-inner,
input[type='button'].styler.styler::-moz-focus-inner,
input[type='submit'].styler.styler::-moz-focus-inner,
input[type='reset'].styler.styler::-moz-focus-inner {
  padding: 0;
  border: 0;
}

button.styler:not([disabled]):hover,
input[type='button'].styler:not([disabled]):hover,
input[type='submit'].styler:not([disabled]):hover,
input[type='reset'].styler:not([disabled]):hover,
input[type='reset'].styler:hover {
  background: -webkit-gradient(linear, left top, left bottom, from(#F6F6F6), to(#E6E6E6));
  background: linear-gradient(#F6F6F6, #E6E6E6);
}

button.styler:active,
input[type='button'].styler:active,
input[type='submit'].styler:active,
input[type='reset'].styler:active {
  background: #F5F5F5;
  box-shadow: inset 1px 1px 3px #DDD;
}

button.styler[disabled],
input[type='button'].styler[disabled],
input[type='submit'].styler[disabled] {
  border-color: #CCC;
  background: #F5F5F5;
  box-shadow: none;
  color: #888;
}

/**
 * Swiper 5.3.0
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * http://swiperjs.com
 *
 * Copyright 2014-2020 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: January 11, 2020
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color:#007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-box;
  display: flex;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide, .swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
          transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-container-multirow-column > .swiper-wrapper {
  flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.swiper-container-free-mode > .swiper-wrapper {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight, .swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-transition-property: height,-webkit-transform;
  transition-property: height,-webkit-transform;
  transition-property: transform,height;
  transition-property: transform,height,-webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
          perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow, .swiper-container-3d .swiper-slide, .swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top, .swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom, .swiper-container-3d .swiper-slide-shadow-left, .swiper-container-3d .swiper-slide-shadow-right, .swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: x mandatory;
      scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode > .swiper-wrapper {
  -ms-scroll-snap-type: y mandatory;
      scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size:44px;
}

.swiper-button-next, .swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(-1 * var(--swiper-navigation-size)/ 2);
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after, .swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
}

.swiper-button-prev, .swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after, .swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next, .swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after, .swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white, .swiper-button-prev.swiper-button-white {
  --swiper-navigation-color:#ffffff;
}

.swiper-button-next.swiper-button-black, .swiper-button-prev.swiper-button-black {
  --swiper-navigation-color:#000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  -webkit-transition: .3s opacity;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal > .swiper-pagination-bullets, .swiper-pagination-custom, .swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
          transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
          transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
          transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 100%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical > .swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
          transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  -webkit-transition: .2s transform,.2s top;
  transition: .2s transform,.2s top;
}

.swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s left;
  transition: .2s transform,.2s left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transition: .2s transform,.2s right;
  transition: .2s transform,.2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
          transform: scale(0);
  -webkit-transform-origin: left top;
          transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
          transform-origin: right top;
}

.swiper-container-horizontal > .swiper-pagination-progressbar, .swiper-container-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite, .swiper-container-vertical > .swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color:#ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color:#000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal > .swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical > .swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  text-align: center;
}

.swiper-zoom-container > canvas, .swiper-zoom-container > img, .swiper-zoom-container > svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
          transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
          animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color:#fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color:#000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  -webkit-transition-timing-function: ease-out;
          transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  -webkit-transition-property: opacity;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active, .swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
          transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
          transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active, .swiper-container-cube .swiper-slide-next, .swiper-container-cube .swiper-slide-next + .swiper-slide, .swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom, .swiper-container-cube .swiper-slide-shadow-left, .swiper-container-cube .swiper-slide-shadow-right, .swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  background: #000;
  opacity: .6;
  -webkit-filter: blur(50px);
  filter: blur(50px);
  z-index: 0;
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active, .swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom, .swiper-container-flip .swiper-slide-shadow-left, .swiper-container-flip .swiper-slide-shadow-right, .swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Your custom fonts here */
/* Example

@font-face {
    font-family: 'CustomFont';
    src: url('/local/templates/gchp/static/css/../fonts/Custom-Font.eot');
    src: url('/local/templates/gchp/static/css/../fonts/Custom-Font.eot?#iefix') format('embedded-opentype'),
         url('/local/templates/gchp/static/css/../fonts/Custom-Font.woff') format('woff'),
         url('/local/templates/gchp/static/css/../fonts/Custom-Font.svg#custom_font') format('svg');
    font-weight: 400;       // For normal width. It could has another value   
    font-style: normal;     // Also could has another value
    }


// Var for using custom font
$CustomFont: 'CustomFont', Helvetica, Arial, sans-serif;
*/
@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-Medium.eot");
  src: local("DIN Pro Medium"), local("DINPro-Medium"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Medium.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Medium.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Medium.ttf") format("truetype");
  font-weight: 500;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-BlackItalic.eot");
  src: local("DIN Pro Black Italic"), local("DINPro-BlackItalic"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-BlackItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-BlackItalic.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-BlackItalic.ttf") format("truetype");
  font-weight: 900;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-MediumItalic.eot");
  src: local("DIN Pro Medium Italic"), local("DINPro-MediumItalic"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-MediumItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-MediumItalic.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-MediumItalic.ttf") format("truetype");
  font-weight: 500;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-Bold.eot");
  src: local("DIN Pro Bold"), local("DINPro-Bold"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Bold.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Bold.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Bold.ttf") format("truetype");
  font-weight: bold;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-Light.eot");
  src: local("DIN Pro Light"), local("DINPro-Light"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Light.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Light.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Light.ttf") format("truetype");
  font-weight: 300;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-Italic.eot");
  src: local("DIN Pro Italic"), local("DINPro-Italic"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Italic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Italic.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Italic.ttf") format("truetype");
  font-weight: normal;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro.eot");
  src: local("DIN Pro"), local("DINPro"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-Black.eot");
  src: local("DIN Pro Black"), local("DINPro-Black"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Black.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Black.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-Black.ttf") format("truetype");
  font-weight: 900;
  font-style: normal;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-LightItalic.eot");
  src: local("DIN Pro Light Italic"), local("DINPro-LightItalic"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-LightItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-LightItalic.woff") format("woff"), url("/local/templates/gchp/static/css/../fonts/DINPro/DINPro-LightItalic.ttf") format("truetype");
  font-weight: 300;
  font-style: italic;
}

@font-face {
  font-family: 'DIN Pro';
  src: url("/local/templates/gchp/static/css/DINPro-BoldItalic.eot");
  src: local("DIN Pro Bold Italic"), local("DINPro-BoldItalic"), url("/local/templates/gchp/static/css/DINPro-BoldItalic.eot?#iefix") format("embedded-opentype"), url("/local/templates/gchp/static/css/DINPro-BoldItalic.woff") format("woff"), url("/local/templates/gchp/static/css/DINPro-BoldItalic.ttf") format("truetype");
  font-weight: bold;
  font-style: italic;
}

* {
  box-sizing: border-box;
}

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

html {
  font: normal 15px / 1.666 'DIN Pro', sans-serif;
  color: #2F3B43;
}

html, body {
  height: auto;
  background: #fff;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-family: 'DIN Pro';
  line-height: 1.25;
}

h1 {
  font-size: rem(68px);
}

h2 {
  font-size: rem(54px);
}

h3 {
  font-size: rem(42px);
}

h4 {
  font-size: rem(34px);
}

h5 {
  font-size: rem(32px);
}

p {
  margin-top: rem(15px);
  margin-bottom: rem(15px);
}

p:first-child {
  margin-top: 0;
}

p:last-child {
  margin-bottom: 0;
}

a {
  outline: 0;
  text-decoration: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

input {
  width: 100%;
  background: 0;
  border: 0;
  outline: 0;
}

textarea {
  width: 100%;
  max-height: rem(140px);
  padding: rem(17px) rem(25px) rem(20px) rem(55px);
  resize: none;
  outline: 0;
  border: 0;
  background: #5A5B5C;
  border-radius: 3px;
}

::-webkit-input-placeholder {
  font-size: rem(15px);
  text-overflow: ellipsis;
  color: #848E99;
  -webkit-transition: .3s;
  transition: .3s;
  font-family: 'DIN Pro';
}

::-moz-placeholder {
  font-size: rem(15px);
  text-overflow: ellipsis;
  color: #848E99;
  -moz-transition: .3s;
  transition: .3s;
  font-family: 'DIN Pro';
}

:-moz-placeholder {
  font-size: rem(15px);
  text-overflow: ellipsis;
  color: #848E99;
  -moz-transition: .3s;
  transition: .3s;
  font-family: 'DIN Pro';
}

:-ms-input-placeholder {
  font-size: rem(15px);
  text-overflow: ellipsis;
  color: #848E99;
  -ms-transition: .3s;
  transition: .3s;
  font-family: 'DIN Pro';
}

*:focus::-webkit-input-placeholder {
  color: transparent;
}

*:focus::-moz-placeholder {
  color: transparent;
}

*:focus:-moz-placeholder {
  color: transparent;
}

*:focus:-ms-input-placeholder {
  color: transparent;
}

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

* {
  box-sizing: border-box;
}

.page {
  overflow-x: hidden;
}

.page__wrapper {
  min-height: 100%;
  margin-bottom: -50px;
}

* html .page__wrapper {
  height: 100%;
}

.page__buffer {
  height: 50px;
}

.choices__list--dropdown .choices__item--selectable {
  padding-right: 10px !important;
}

.logo-text {
  -webkit-transition: .3s;
  transition: .3s;
  fill: white;
}

.logo-element {
  -webkit-transition: .3s;
  transition: .3s;
}

.header {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  width: 100%;
  left: 0;
  z-index: 2;
  height: 88px;
  background: transparent;
  box-shadow: 0;
  -webkit-transition: .3s;
  transition: .3s;
  z-index: 20;
}

.header__container {
  max-width: 1480px;
  width: 100%;
  margin: 0 auto;
  height: 88px;
  padding: 0 20px;
}

.header__img {
  -webkit-transition: .3s;
  transition: .3s;
}

.header__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  height: 88px;
}

.header__choice {
  padding: 0 15px;
}

.header-menu__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header-menu__element {
  padding: 0 13px;
}

.header-menu__link {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
}

.header-menu__link:hover {
  opacity: 1;
}

.header__choice .choices {
  cursor: pointer;
  z-index: 5;
}

.header__choice .choices__list--single .choices__item {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}

.header__choice .choices__inner {
  background: transparent;
  border: 0;
  font-size: 16px;
}

.header__choice .choices[data-type*=select-one]:after {
  content: "";
  position: absolute;
  top: 23px;
  right: 10px;
  border-style: none;
  border-color: transparent;
  border-width: initial;
  width: 7px;
  height: 4px;
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='white'/%3E%3C/svg%3E%0A");
  -webkit-transition: .3s;
  transition: .3s;
}

.header__choice .choices[data-type*=select-one].is-open:after {
  top: 27px;
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.header .choice-ru {
  position: relative;
}

.header .choice-ru:before {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  content: '';
}

.header__search {
  padding: 0 15px;
}

.header-search__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.header-search__img {
  -webkit-transition: .3s;
  transition: .3s;
}

.header__elements {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -15px;
}

.header-mmenu {
  padding: 0 15px;
}

.header-mmenu__btn {
  padding-right: 23px;
  position: relative;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #FFFFFF;
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-mmenu__btn:hover {
  opacity: 1;
}

.header-mmenu__btn:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -6px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 6H14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11H14' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
  width: 15px;
  height: 12px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header.fixed {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.18);
}

.header.fixed .header__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.fixed .logo-text {
  fill: #2F3B43;
}

.header.fixed .logo-element {
  fill: #30464F;
}

.header.fixed .select-lang.ru-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}

.header.fixed .select-lang.en-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}


.header.fixed .header-menu__link {
  color: #2F3B43;
  opacity: 0.8;
}

.header.fixed .header-menu__link:hover {
  opacity: 1;
}

.header.fixed .header__choice .choices__list--single .choices__item {
  color: #2F3B43;
  opacity: 0.8;
}

.header.fixed .header__choice .choices__list--single .choices__item:hover {
  opacity: 1;
}

.header.fixed .header__choice .choices[data-type*=select-one]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='%232F3B43'/%3E%3C/svg%3E%0A");
}

.header.fixed .header-search__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.fixed .header-mmenu__btn {
  color: #2F3B43;
  opacity: 0.8;
}

.header.fixed .header-mmenu__btn:hover {
  opacity: 1;
}

.header.fixed .header-mmenu__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 6H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.header.is-white {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.18);
}

.header.is-white .header__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.is-white .logo-text {
  fill: #2F3B43;
}

.header.is-white .logo-element {
  fill: #30464F;
}

.header.is-white .select-lang.ru-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}

.header.is-white .select-lang.en-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}

.header.is-white .header-menu__link {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-white .header-menu__link:hover {
  opacity: 1;
}

.header.is-white .header__choice .choices__list--single .choices__item {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-white .header__choice .choices__list--single .choices__item:hover {
  opacity: 1;
}

.header.is-white .header__choice .choices[data-type*=select-one]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='%232F3B43'/%3E%3C/svg%3E%0A");
}

.header.is-white .header-search__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.is-white .header-mmenu__btn {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-white .header-mmenu__btn:hover {
  opacity: 1;
}

.header.is-white .header-mmenu__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 6H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.header.is-active {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.18);
}

.header.is-active .header__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.is-active .logo-text {
  fill: #2F3B43;
}

.header.is-active .logo-element {
  fill: #30464F;
}

.header.is-active .select-lang.ru-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}

.header.is-active .select-lang.en-icon .jq-selectbox__select-text {
  color: #2F3B43;
  opacity: .8;
}


.header.is-active .header-menu__link {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-active .header-menu__link:hover {
  opacity: 1;
}

.header.is-active .header__choice .choices__list--single .choices__item {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-active .header__choice .choices__list--single .choices__item:hover {
  opacity: 1;
}

.header.is-active .header__choice .choices[data-type*=select-one]:after {
  background-image: url("data:image/svg+xml,%3Csvg width='7' height='4' viewBox='0 0 7 4' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.8' d='M6.80358 0.186218C6.67916 0.0669523 6.51086 9.34599e-06 6.33543 9.34599e-06C6.16 9.34599e-06 6.125 0 6.125 0L3.4834 9.34599e-06L0.875 5.31672e-06C0.875 5.31672e-06 0.839995 9.34599e-06 0.664566 9.34599e-06C0.489137 9.34599e-06 0.320836 0.0669523 0.196421 0.186218C0.134182 0.245746 0.084781 0.316569 0.0510688 0.394602C0.0173566 0.472634 0 0.556331 0 0.640865C0 0.725398 0.0173566 0.809095 0.0510688 0.887128C0.084781 0.96516 0.134182 1.03598 0.196421 1.09551L3.01193 3.81059C3.07366 3.8706 3.14711 3.91824 3.22803 3.95075C3.30894 3.98326 3.39574 4 3.4834 4C3.57106 4 3.65785 3.98326 3.73877 3.95075C3.81969 3.91824 3.89313 3.8706 3.95486 3.81059L6.80358 1.09551C6.86582 1.03598 6.91522 0.96516 6.94893 0.887128C6.98264 0.809095 7 0.725398 7 0.640865C7 0.556331 6.98264 0.472634 6.94893 0.394602C6.91522 0.316569 6.86582 0.245746 6.80358 0.186218Z' fill='%232F3B43'/%3E%3C/svg%3E%0A");
}

.header.is-active .header-search__img {
  -webkit-filter: invert(80%);
          filter: invert(80%);
}

.header.is-active .header-mmenu__btn {
  color: #2F3B43;
  opacity: 0.8;
}

.header.is-active .header-mmenu__btn:hover {
  opacity: 1;
}

.header.is-active .header-mmenu__btn:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 15 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1 6H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 11H14' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.header.is-active .header-mmenu__btn.is-active:after {
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='12' viewBox='0 0 11 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg opacity='0.8'%3E%3Cpath d='M1.20728 10.1541L9.5417 1.81961' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1.20703 1.81958L9.54147 10.154' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/g%3E%3C/svg%3E%0A");
}

.intro {
  margin-top: -88px;
  position: relative;
}

.intro svg {
  width: 67px;
  margin-top: -7px;
  margin-left: -7px;
  position: absolute;
  top: 0;
  left: 0;
}

.intro__slider {
  width: 100%;
  min-height: 769px;
  height: 769px;
}

.intro__slide {
  position: relative;
  background: #072833;
}

.intro__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
}

.intro-description {
  position: absolute;
  bottom: 30px;
  left: 30px;
  z-index: 1;
  color: #fff;
  border-left: 2px solid #FFF;
  padding-left: 20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
}

.intro-description__title {
  display: block;
  line-height: 1;
  font-style: italic;
  font-weight: normal;
  font-size: 13px;
  color: #FFFFFF;
  opacity: 0.8;
  margin-bottom: 4px;
}

.intro-description__text {
  display: block;
  line-height: 1;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
}

.intro__pagination {
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: 24px;
  right: 340px;
  left: auto;
  width: auto;
}

.intro__pagination .swiper-pagination-current {
  color: #fff;
}

.intro__navigation {
  position: absolute;
  top: 50%;
  margin-top: -140px;
  left: auto;
  right: -43px;
  width: auto;
}

.intro__navigation .swiper-button-next {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
}

.intro__navigation .swiper-button-next:after {
  content: '';
  width: 12px;
  height: 12px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.intro__navigation .swiper-button-prev {
  width: 55px;
  height: 55px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  border-radius: 50%;
  position: absolute;
  top: 0;
  right: 65px;
  left: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
}

.intro__navigation .swiper-button-prev:after {
  content: '';
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.intro__content {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  z-index: 2;
}

.intro-content__title {
  max-width: 1030px;
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin: 0;
  margin-bottom: 37px;
  margin-top: 10px;
}

.intro-content__text {
  max-width: 500px;
  font-weight: normal;
  font-size: 17px;
  line-height: 135%;
  color: rgba(255, 255, 255, 0.7);
  margin: 0;
  margin-bottom: 38px;
}

.intro-content__body {
  min-height: 769px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  position: relative;
}

.intro-content__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -10px;
}

.intro-content__btn {
  height: 55px;
  margin: 0 10px;
  border: 1px solid rgba(255, 255, 255, 0.4);
  box-sizing: border-box;
  border-radius: 5px;
  padding: 0 23px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
}

.intro-content__btn.is-primary {
  background: #1FB3AA;
  border-color: transparent;
}

.intro-content__slider {
  max-width: 300px;
  width: 100%;
  position: absolute;
  bottom: 0;
  right: 0;
  background: #fff;
  max-height: 333px;
  height: 100%;
  border-radius: 3px 3px 0px 0px;
}

.intro-slider-sm {
  border-bottom: 1px solid #EFEEEE;
}

.intro-slider-sm__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  width: 100%;
  height: 100%;
  padding: 15px;
}

.intro-slider-sm__picture {
  padding-bottom: 60%;
  position: relative;
  border-radius: 3px 3px 0px 0px;
  overflow: hidden;
  margin-bottom: 20px;
  background-color: #30464F;
}

.intro-slider-sm__picture:before {
  content: '';
  position: absolute;
  top: 23px;
  right: 23px;
  width: 8px;
  height: 8px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00272658 0.66644C0.00272658 0.843191 0.0729407 1.0127 0.197922 1.13768C0.322904 1.26267 0.492415 1.33288 0.669166 1.33288L5.72744 1.33288L0.195994 6.85766C0.0705013 6.98315 -3.83301e-08 7.15336 -2.92502e-08 7.33083C-2.01703e-08 7.50831 0.0705013 7.67851 0.195994 7.80401C0.321487 7.9295 0.491692 8 0.669166 8C0.84664 8 1.01685 7.9295 1.14234 7.80401L6.66712 2.27256L6.66712 7.33083C6.66712 7.50758 6.73733 7.6771 6.86232 7.80208C6.9873 7.92706 7.15681 7.99727 7.33356 7.99727C7.51031 7.99727 7.67982 7.92706 7.80481 7.80208C7.92979 7.6771 8 7.50758 8 7.33083L8 0.66644C7.99895 0.579351 7.98083 0.493314 7.94668 0.413193C7.87906 0.250349 7.74965 0.120942 7.58681 0.0533153C7.50669 0.0191661 7.42065 0.00105301 7.33356 1.56277e-07L0.669166 4.47587e-07C0.492415 4.55313e-07 0.322904 0.0702138 0.197922 0.195196C0.0729406 0.320177 0.00272657 0.489689 0.00272658 0.66644Z' fill='white'/%3E%3C/svg%3E%0A");
}

.intro-slider-sm__picture:after {
  content: '';
  position: absolute;
  top: 15px;
  right: 15px;
  width: 24px;
  height: 24px;
  background: #06252F;
  opacity: 0.8;
  border-radius: 3px;
}

.intro-slider-sm__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.8;
  -o-object-fit: cover;
     object-fit: cover;
}

.intro-slider-sm__body {
  padding: 0 5px;
}

.intro-slider-sm__date {
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  font-size: 13px;
  color: #747E84;
  margin-bottom: 6px;
}

.intro-slider-sm__title {
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  font-size: 16px;
  line-height: 20px;
  color: #2F3B43;
  max-height: 60px;
  overflow-y: hidden;
}

.intro-slider-sm__pagination {
  left: 23px;
  bottom: 23px;
  width: auto;
  font-weight: normal;
  font-size: 13px;
  color: rgba(57, 70, 79, 0.8);
}

.intro-slider-sm__pagination .swiper-pagination-current {
  color: #39464f;
  font-weight: 500;
}

.intro-slider-sm__navigation {
  bottom: 0;
  right: 0;
  width: auto;
}

.intro-slider-sm__navigation .swiper-button-next {
  width: 40px;
  height: 40px;
  background: #F3F2F2;
  border-radius: 0px 3px 3px 0px;
  bottom: 15px;
  right: 15px;
  top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.intro-slider-sm__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
}

.intro-slider-sm__navigation .swiper-button-prev {
  width: 40px;
  height: 40px;
  background: #F3F2F2;
  border-radius: 3px 0px 0px 3px;
  bottom: 15px;
  right: 57px;
  left: auto;
  top: auto;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.intro-slider-sm__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.about {
  padding: 50px 0 70px;
  overflow-x: hidden;
}

.about__pretitle {
  display: block;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1FB3AA;
  margin-bottom: 20px;
}

.about__slider .swiper-slide {
  flex-shrink: initial;
}

.about__title {
  font-weight: 500;
  font-size: 40px;
  line-height: 1.2;
  color: #2F3B43;
  max-width: 855px;
  margin-bottom: 70px;
}

.about__body {
  background: #F7F7F7;
  padding: 47px 0;
  position: relative;
  z-index: 1;
}

.about__body:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 0;
  right: 100%;
  left: -9999px;
  background: #F7F7F7;
}

.about__body:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 100px;
  top: 0;
  left: 100%;
  right: -100px;
  background: #F7F7F7;
  border-radius: 0px 5px 0px 0px;
}

.about__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 -40px;
}

.about__column {
  padding: 0 40px;
}

.about__text {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.35;
}

.about-card__title {
  font-weight: normal;
  font-size: 80px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #19D1C8;
  margin-left: -7px;
}

.about-card__small {
  font-weight: 500;
  font-size: 12px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #19D1C8;
  margin-left: -7px;
}

.about-card__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  color: #2F3B43;
}

.link-title {
  position: relative;
  display: inline-block;
  font-weight: 500;
  font-size: 36px;
  color: #2F3B43;
  line-height: 1.25;
}

.link-title--sm {
  font-size: 30px;
}

.link-title--sm .link-title__text:after {
  bottom: 7px;
}

.link-title__text {
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.link-title__text:hover {
  color: #1FB3AA;
}

.link-title__text:hover:after {
  right: -25px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L2 12' stroke='%231FB3AA' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.link-title__text:after {
  content: '';
  position: absolute;
  right: -20px;
  bottom: 10px;
  margin-top: -3px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='14' viewBox='0 0 9 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M2 2L7 7L2 12' stroke='%232F3B43' stroke-width='3' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 14px;
}

.members {
  padding: 50px 0;
}

.members-slider__photo {
  position: relative;
  padding-bottom: 120%;
  margin-bottom: 25px;
}

.members-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.members-slider__name {
  margin-bottom: 10px;
  display: block;
  font-weight: 500;
  font-size: 18px;
  color: #2F3B43;
  line-height: 1.2;
}

.members-slider__position {
  display: block;
  font-size: 13px;
  line-height: 130%;
  color: #848E94;
}

.members-slider__navigation {
  position: absolute;
  top: -103px;
  right: 0;
  height: 50px;
  width: 101px;
  margin: 0;
  display: -webkit-box;
  display: flex;
}

.members-slider__navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 0px 3px 3px 0px;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.members-slider__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
}

.members-slider__navigation .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 3px 0px 0px 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.members-slider__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.members-slider__navigation .swiper-button-next.swiper-button-disabled,
.members-slider__navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.members-slider__navigation .swiper-button-next.swiper-button-disabled:after,
.members-slider__navigation .swiper-button-prev.swiper-button-disabled:after {
  opacity: .5;
}

.members__content {
  position: relative;
}

.members__content .members-slider__pagination {
  bottom: auto;
  left: auto;
  right: 120px;
  width: auto;
  top: -88px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.members__content .swiper-pagination-current {
  color: black;
}

.main-head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 50px;
}

.main-navigation {
  position: absolute;
  top: -103px;
  right: 0;
  height: 50px;
  width: 101px;
  margin: 0;
  display: -webkit-box;
  display: flex;
}

.main-navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 0px 3px 3px 0px;
  right: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
}

.main-navigation .swiper-button-prev {
  left: 0;
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 3px 0px 0px 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
}

.main-navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-navigation .swiper-button-next.swiper-button-disabled,
.main-navigation .swiper-button-prev.swiper-button-disabled {
  opacity: 1;
}

.main-navigation .swiper-button-next.swiper-button-disabled:after,
.main-navigation .swiper-button-prev.swiper-button-disabled:after {
  opacity: .5;
}

.support {
  padding: 40px 0 50px;
  background: #F7F7F7;
}

.support-slider__wrapper {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.support-slider__slide {
  height: auto;
}

.support-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.04);
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.support-card .support-table td {
  height: 35px;
}

.support-card:hover .support-card__icon {
  background: #1FB3AA;
}

.support-card:hover .support-card__icon img {
  -webkit-filter: brightness(2);
          filter: brightness(2);
}

.support-card:hover .support__link {
  color: #1FB3AA;
}

.support-card:hover .support__link:after {
  margin-left: 15px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%231FB3AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%231FB3AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.support-card__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px;
  border-bottom: 1px solid #EFEEEE;
}

.support-card__icon {
  display: -webkit-box;
  display: flex;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: #F0F1F1;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
          flex: 0 0 54px;
  -webkit-transition: .3s;
  transition: .3s;
}

.support-card__icon img {
  -webkit-transition: .3s;
  transition: .3s;
}

.support-card__body {
  padding: 30px;
}

.support-card__footer {
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid #EFEEEE;
}

.support-table {
  width: auto;
  border-collapse: collapse;
  margin-bottom: 5px;
}

.support-table td {
  height: 50px;
  vertical-align: top;
  color: #2F3B43;
  font-size: 15px;
  line-height: 130%;
  padding-bottom: 15px;
}

.support-table td:nth-child(odd) {
  width: 40%;
  font-size: 13px;
  font-weight: normal;
  color: #848E94;
}

.support-table td:nth-child(odd) .support__name {
  display: block;
  white-space: nowrap;
  padding-right: 20px;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #C9CBCD), color-stop(20%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #C9CBCD 30%, rgba(255, 255, 255, 0) 20%);
  background-position: 0 13px;
  background-size: 7px 2px;
  background-repeat: repeat-x;
}

.support-table td:nth-child(odd) .support__name span {
  display: inline-block;
  margin-bottom: -1px;
  border-bottom: 1px solid #fff;
  background: #fff;
}

.support__name {
  font-size: 15px;
  font-weight: normal;
  color: #848E94;
}

.support__link {
  display: -webkit-box;
  display: flex;
  padding: 20px 30px;
  font-weight: 500;
  font-size: 15px;
  color: #848E94;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.support__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 3px;
}

.support__content {
  position: relative;
}

.support__content .support-slider__pagination {
  bottom: auto;
  left: auto;
  right: 120px;
  width: auto;
  top: -88px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.support__content .swiper-pagination-current {
  color: black;
}

.press {
  padding: 30px 0 50px;
}

.press__head {
  border-bottom: 2px solid #F7F7F7;
  margin-bottom: 33px;
  padding-bottom: 33px;
}

.press__content {
  position: relative;
}

.press-slider__navigation {
  top: -124px;
}

.press-slider__preview {
  display: -webkit-box;
  display: flex;
  flex-shrink: 0;
  padding-bottom: 60%;
  position: relative;
  margin-bottom: 30px;
}

.press-slider__preview:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 17px;
  width: 24px;
  height: 24px;
  background: #06252F;
  opacity: 0.8;
  border-radius: 3px;
}

.press-slider__preview:before {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 8px;
  height: 8px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00272658 0.66644C0.00272658 0.843191 0.0729407 1.0127 0.197922 1.13768C0.322904 1.26267 0.492415 1.33288 0.669166 1.33288L5.72744 1.33288L0.195994 6.85766C0.0705013 6.98315 -3.83301e-08 7.15336 -2.92502e-08 7.33083C-2.01703e-08 7.50831 0.0705013 7.67851 0.195994 7.80401C0.321487 7.9295 0.491692 8 0.669166 8C0.84664 8 1.01685 7.9295 1.14234 7.80401L6.66712 2.27256L6.66712 7.33083C6.66712 7.50758 6.73733 7.6771 6.86232 7.80208C6.9873 7.92706 7.15681 7.99727 7.33356 7.99727C7.51031 7.99727 7.67982 7.92706 7.80481 7.80208C7.92979 7.6771 8 7.50758 8 7.33083L8 0.66644C7.99895 0.579351 7.98083 0.493314 7.94668 0.413193C7.87906 0.250349 7.74965 0.120942 7.58681 0.0533153C7.50669 0.0191661 7.42065 0.00105301 7.33356 1.56277e-07L0.669166 4.47587e-07C0.492415 4.55313e-07 0.322904 0.0702138 0.197922 0.195196C0.0729406 0.320177 0.00272657 0.489689 0.00272658 0.66644Z' fill='white'/%3E%3C/svg%3E%0A");
}

.press-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.press-slider__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
}

.press-slider__title {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #2F3B43;
  margin-bottom: 25px;
}

.press-slider__footer {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-top: auto;
}

.press-slider__tag {
  font-weight: 500;
  font-size: 14px;
  color: #1FB3AA;
}

.press-slider__date {
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  color: #848E94;
  position: relative;
  margin-left: 27px;
}

.press-slider__date:before {
  content: '';
  position: absolute;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #848E94;
  top: 50%;
  margin-top: -1.5px;
  left: -16px;
}

.press-head__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.press-head__item {
  margin: 0 18px;
  position: relative;
}

.press-head__item.is-active:after {
  content: '';
  position: absolute;
  bottom: -45px;
  left: 0;
  width: 100%;
  background: #1FB3AA;
  height: 2px;
  border-radius: 5px;
}

.press-head__item.is-active .press-head__link {
  color: #3B4256;
}

.press-head__link {
  color: #848E99;
  font-size: 16px;
  font-weight: 500;
}

.directions__head {
  text-align: center;
  padding: 30px 0;
}

.directions__title {
  font-weight: 500;
  font-size: 36px;
  text-align: center;
  color: #2F3B43;
  margin: 0;
}

.directions__content {
  position: relative;
  padding: 20px 0;
  background: #F7F7F7;
}

.directions__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
          justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}

.directions__grid:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='115' height='115' viewBox='0 0 115 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cellipse cx='57.5' cy='57' rx='28.5' ry='29' fill='white'/%3E%3Cpath d='M57.9996 114.501C26.5727 114.501 0.198853 88.8361 0.198853 57.4092C0.198853 25.9822 25.8641 0.316895 57.2911 0.316895C88.718 0.316895 114.381 25.573 114.381 57H85.5726C85.5726 41.2865 73.0046 29.1252 57.2911 29.1252C41.5776 29.1252 29.0071 41.6957 29.0071 57.4092C29.0071 73.1226 42.2862 85.6935 57.9996 85.6935V114.501Z' fill='%23C1C7CA'/%3E%3C/svg%3E%0A");
  width: 115px;
  height: 115px;
  background-size: 100%;
  top: 50%;
  left: 50%;
  margin-top: -57.6px;
  margin-left: -57.6px;
  z-index: 3;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions__link {
  position: absolute;
  display: inline-block;
  height: 43px;
  background: #FFFFFF;
  border-radius: 39px;
  text-align: center;
  padding: 9px 18px;
  box-shadow: 0px 0px 50px rgba(83, 107, 115, 0.25);
  font-weight: bold;
  font-size: 16px;
  color: #2F3B43;
  top: -60px;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .5s;
  transition: .5s;
  width: 340px;
  left: 50%;
  margin-left: -170px;
}

.directions__additional {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 310px;
  height: 310px;
  margin-top: -160px;
  margin-left: -160px;
  background: rgba(0, 0, 0, 0);
  z-index: 4;
  border-radius: 50%;
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='157' height='157' viewBox='0 0 157 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.7601 156.02H59.9998C59.9998 102.594 104.098 59 157 59V86.7607C118.764 86.7607 87.7601 117.784 87.7601 156.02Z' fill='%2323346B'/%3E%3Cpath d='M19.4568 156H0C0 69.5456 70.7588 0 157 0V19.5049C81.8018 18.9778 19.4568 80.089 19.4568 156Z' fill='%23D01417'/%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='148' viewBox='0 0 148 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M147.999 148H96.9996C96.9996 94.5743 53.4257 51.0003 -0.000366211 51.0003V0C81.7096 0 147.999 66.29 147.999 148Z' fill='%2323346B'/%3E%3Cpath d='M62.6026 114.555C55.2698 99.3657 42.6989 87.3188 27.5094 81.0332L45.318 39.1309C70.9833 50.1302 91.9344 70.0339 103.458 95.1756L62.6026 114.555Z' fill='%23D01417'/%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(4):before {
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M92.7794 106.165C67.1142 95.1658 46.163 75.2621 34.6396 50.1208L75.4945 30.7407C82.8276 45.9303 95.3981 57.9775 110.588 64.2628L92.7794 106.165Z' fill='%2323346B'/%3E%3Cpath d='M137.999 139C62.5743 139 0.0693359 75.4248 0.0693359 0H14.2115C14.2115 68.0916 70.431 124 137.999 124V139Z' fill='%23D01417'/%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(5):before {
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 139V98C53.426 98 97 53.4257 97 0H138C138 75.9484 75.9484 139 0 139Z' fill='%23D01417'/%3E%3Cpath d='M32.2326 71.5942L13.9004 30.2154C21.2332 27.0725 26.4709 21.3111 30.1375 14.502L71.5163 33.3581C63.1359 50.1191 48.9936 64.2611 32.2326 71.5942Z' fill='%2323346B'/%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid:after {
  background-image: url("data:image/svg+xml,%3Csvg width='115' height='115' viewBox='0 0 115 115' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='58' cy='57' r='52' fill='white'/%3E%3Cpath d='M57.9996 114.501C26.5727 114.501 0.198853 88.8361 0.198853 57.4092C0.198853 25.9822 25.8641 0.316895 57.2911 0.316895C88.718 0.316895 114.381 25.573 114.381 57H85.5726C85.5726 41.2865 73.0046 29.1252 57.2911 29.1252C41.5776 29.1252 29.0071 41.6957 29.0071 57.4092C29.0071 73.1226 42.2862 85.6935 57.9996 85.6935V114.501Z' fill='%23D01417'/%3E%3C/svg%3E%0A");
}

.directions__additional:hover .directions__link {
  opacity: 1;
  visibility: visible;
}

.directions-card {
  width: 50%;
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  min-height: 240px;
  padding: 30px 40px;
  z-index: 1;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  background: #30464f;
}

.directions-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: .2;
  z-index: -1;
}

.directions-card:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #fff;
  z-index: -1;
  opacity: 1;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card:before {
  background-size: 100%;
}

.directions-card:hover:after {
  opacity: 0;
  visibility: hidden;
}

.directions-card:hover .directions-card__title {
  color: #fff;
}

.directions-card:hover .directions-card__text {
  color: #fff;
}

.directions-card:hover .directions-card__number {
  color: #fff;
}

.directions-card__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #2F3B43;
  margin: 0 0 15px;
  max-width: 400px;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card__text {
  display: block;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  color: #747E84;
  max-width: 300px;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card__number {
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #1FB3AA;
  opacity: 0.8;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card:nth-child(2) {
  border-bottom: 1px solid #F0F1F2;
  border-right: 1px solid #F0F1F2;
  -webkit-box-align: start;
          align-items: flex-start;
}

.directions-card:nth-child(2):before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_505)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.143 24.1972V150H24.0693C24.1257 80.5113 80.4748 24.197 149.977 24.197C150.032 24.197 150.088 24.1971 150.143 24.1972Z' fill='%23F3F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.273 150H84.1172C84.1311 141.422 85.8399 132.93 89.1445 125.013C92.4631 117.063 97.3257 109.85 103.45 103.791C109.575 97.7322 116.841 92.9484 124.827 89.7164C132.814 86.4845 141.362 84.8693 149.976 84.9628V119.393C143.902 119.395 137.966 121.197 132.916 124.573C127.867 127.949 123.931 132.746 121.608 138.357C120.072 142.067 119.287 146.024 119.273 150Z' fill='%2330464F'/%3E%3Cpath d='M53.1183 116.957L8.50488 101.695C18.6055 72.1967 37.6758 46.595 63.047 28.472C88.4178 10.3489 118.821 0.611449 150 0.622324V47.7872C128.655 47.7736 107.84 54.4343 90.4675 66.8372C73.0956 79.2402 60.0366 96.7646 53.1183 116.957Z' fill='%2330464F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_505'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  bottom: -2px;
  width: 150px;
  height: 151px;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card:nth-child(2) .directions-card__number {
  position: absolute;
  top: 30px;
  right: 40px;
}

.directions-card:nth-child(2):hover:before {
  bottom: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='157' height='157' viewBox='0 0 157 157' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M87.7604 156.02H60C60 102.594 104.098 59 157 59V86.7607C118.764 86.7607 87.7604 117.784 87.7604 156.02Z' fill='white'/%3E%3Cpath opacity='0.5' d='M19.4568 156H0C0 69.5456 70.7588 0 157 0V19.5049C81.8018 18.9778 19.4568 80.089 19.4568 156Z' fill='white'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(3) {
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: right;
  border-bottom: 1px solid #F0F1F2;
}

.directions-card:nth-child(3):before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 148px;
  height: 148px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='148' viewBox='0 0 148 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M147.999 148H96.9995C96.9995 94.5743 53.4255 51.0003 -0.000488281 51.0003V0C81.7095 0 147.999 66.29 147.999 148Z' fill='%2330464F'/%3E%3Cpath d='M62.6025 114.555C55.2697 99.3657 42.6988 87.3188 27.5093 81.0332L45.3178 39.1309C70.9831 50.1302 91.9343 70.0339 103.458 95.1756L62.6025 114.555Z' fill='%23AFB5B8'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(3) .directions-card__number {
  position: absolute;
  top: 30px;
  left: 40px;
}

.directions-card:nth-child(3):hover:before {
  bottom: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='148' height='148' viewBox='0 0 148 148' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M147.999 148H96.9995C96.9995 94.5741 53.4255 51.0001 -0.000488281 51.0001V-0.000244141C81.7095 -0.000244141 147.999 66.2897 147.999 148Z' fill='white'/%3E%3Cpath d='M62.6025 114.555C55.2697 99.3655 42.6988 87.3186 27.5093 81.033L45.3178 39.1306C70.9831 50.13 91.9343 70.0336 103.458 95.1753L62.6025 114.555Z' fill='white'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(4) {
  -webkit-box-align: start;
          align-items: flex-start;
  border-right: 1px solid #F0F1F2;
}

.directions-card:nth-child(4):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 138px;
  height: 139px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M92.7794 106.165C67.1142 95.1658 46.163 75.2621 34.6396 50.1208L75.4945 30.7407C82.8276 45.9303 95.3981 57.9775 110.588 64.2628L92.7794 106.165Z' fill='%2330464F'/%3E%3Cpath d='M137.999 139C62.5743 139 0.0693359 75.4248 0.0693359 0H14.2115C14.2115 68.0916 70.431 124 137.999 124V139Z' fill='%23C1C7CA'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(4) .directions-card__number {
  position: absolute;
  bottom: 30px;
  right: 40px;
}

.directions-card:nth-child(4):hover:before {
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M92.7794 106.165C67.1142 95.1658 46.163 75.2621 34.6396 50.1208L75.4945 30.7407C82.8276 45.9303 95.3981 57.9775 110.588 64.2628L92.7794 106.165Z' fill='white'/%3E%3Cpath opacity='0.5' d='M137.999 139C62.5743 139 0.0693359 75.4248 0.0693359 0H14.2115C14.2115 68.0916 70.431 124 137.999 124V139Z' fill='white'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(5) {
  -webkit-box-align: end;
          align-items: flex-end;
  text-align: right;
}

.directions-card:nth-child(5):before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 138px;
  height: 139px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 139V98C53.426 98 97 53.4257 97 0H138C138 75.9484 75.9484 139 0 139Z' fill='%23C1C7CA'/%3E%3Cpath d='M32.2326 71.5942L13.9004 30.2154C21.2332 27.0725 26.4709 21.3111 30.1375 14.502L71.5163 33.3581C63.1359 50.1191 48.9936 64.2611 32.2326 71.5942Z' fill='%2330464F'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(5) .directions-card__number {
  position: absolute;
  bottom: 30px;
  left: 40px;
}

.directions-card:nth-child(5):hover:before {
  top: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='138' height='139' viewBox='0 0 138 139' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.5' d='M0 139V98C53.426 98 97 53.4257 97 0H138C138 75.9484 75.9484 139 0 139Z' fill='white'/%3E%3Cpath d='M32.2326 71.594L13.9004 30.2152C21.2332 27.0722 26.4709 21.3109 30.1375 14.5017L71.5163 33.3578C63.1359 50.1188 48.9936 64.2608 32.2326 71.594Z' fill='white'/%3E%3C/svg%3E%0A");
}

.footer {
  z-index: 3;
  position: relative;
}

.footer__content {
  padding: 45px 0 40px;
  background: #072833;
}

.footer__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.footer__contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: 0 0 270px;
  padding: 0 10px;
}

.footer__menu {
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -35px;
}

.footer__element {
  width: 33.3334%;
  padding: 0 10px;
  margin-bottom: 35px;
}

.footer__title {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #FFFFFF;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 35px;
  padding-right: 20px;
}

.footer__title:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 1L5 5L1 9' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 6px;
  height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__title:hover:after {
  right: 0px;
}

.footer__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer__item {
  margin-bottom: 10px;
}

.footer__item:last-child {
  margin-bottom: 0;
}

.footer__link {
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.footer__link:hover {
  opacity: 1;
}

.footer-contacts__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.footer-contacts__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.footer-contacts__item:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

.footer-contacts__img {
  -webkit-box-flex: 0;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  border: 1px solid rgba(255, 255, 255, 0.3);
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.footer-contacts__link {
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
}

.footer-contacts__description {
  font-weight: normal;
  font-size: 13px;
  color: #848E94;
}

.footer-contacts__content {
  padding-left: 15px;
}

.footer-contacts__btn {
  display: -webkit-box;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  background: #1FB3AA;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
}

.footer__copyright {
  padding: 16px 0;
  background: #062029;
}

.footer-copyright__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.footer-copyright__text {
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.goal {
  padding: 50px 0 100px;
  width: 100%;
  background-color: #072833;
  position: relative;
  z-index: 1;
}

.goal__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
  opacity: .2;
}

.goal:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: -webkit-gradient(linear, left bottom, left top, from(#072833), color-stop(50.07%, rgba(7, 40, 51, 0)));
  background: linear-gradient(0deg, #072833 0%, rgba(7, 40, 51, 0) 50.07%);
  z-index: -1;
}

.goal__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
}

.goal__pretitle {
  display: -webkit-box;
  display: flex;
  font-weight: bold;
  font-size: 12px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #19D1C8;
  margin-bottom: 20px;
}

.goal__title {
  max-width: 840px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.goal-chart {
  padding-top: 20px;
  height: 325px;
  position: relative;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.goal-chart .canvas {
  width: 100%;
  margin-left: -50px;
  margin-top: 0;
  position: absolute;
  bottom: -20px;
}

.goal-chart__container {
  margin-right: -50px;
}

.goal-chart__amount {
  font-style: italic;
  font-weight: 500;
  font-size: 11px;
  color: #FFFFFF;
  opacity: 0.5;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  position: absolute;
  top: 50px;
  left: -25px;
}

.goal-chart__desc {
  display: inline-block;
  max-width: 225px;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  text-align: right;
  color: #FFFFFF;
  position: absolute;
  top: -40px;
  right: 0;
}

.goal-chart:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29321 5.02649L5.37321 1.39982L9.45321 5.02649' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  top: -1px;
  left: -6px;
  width: 10px;
  height: 6px;
  opacity: .3;
}

.goal-chart:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.29321 5.02649L5.37321 1.39982L9.45321 5.02649' stroke='white' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  bottom: -3px;
  right: -4px;
  width: 10px;
  height: 6px;
  opacity: .3;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.rus-icon {
  position: relative;
}

.rus-icon:before {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.navigation {
  display: -webkit-box;
  display: flex;
  height: 52px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  border-bottom: 1px solid #F7F7F7;
}

.navigation__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  margin: 0 -10px;
  overflow-x: auto;
}

.navigation__item {
  position: relative;
  padding: 0 10px;
  padding-right: 15px;
  font-weight: normal;
  font-size: 14px;
  color: rgba(47, 59, 67, 0.7);
  white-space: nowrap;
}

.navigation__item:after {
  content: '';
  position: absolute;
  bottom: 6px;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='5' height='8' viewBox='0 0 5 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.7' d='M1 1L4 4L1 7' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 5px;
  height: 8px;
}

.navigation__item:last-child:after {
  display: none;
}

.navigation__link {
  font-weight: normal;
  font-size: 14px;
  color: rgba(47, 59, 67, 0.7);
  -webkit-transition: .3s;
  transition: .3s;
}

.navigation__link:hover {
  text-decoration: underline;
}

.main-heading {
  border-bottom: 1px solid #F7F7F7;
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  overflow-y: hidden;
  margin-bottom: 0;
}

.main-heading__more {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.main-heading__pagination {
  font-weight: normal;
  font-size: 14px;
  color: rgba(57, 70, 79, 0.8);
}

.main-heading__pagination .swiper-pagination-current {
  color: #39464f;
  font-weight: 500;
}

.main-heading__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
  width: 100%;
  min-height: 50px;
}

.main-heading__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.main-heading__item {
  margin-right: 30px;
  position: relative;
  line-height: 50px;
}

.main-heading__item:last-child {
  margin-right: 0;
}

.main-heading__item.is-active:after {
  content: '';
  position: absolute;
  bottom: -20px;
  left: 0;
  width: 100%;
  background: #1FB3AA;
  height: 2px;
  border-radius: 5px;
}

.main-heading__item.is-active .main-heading__link {
  color: #3B4256;
}

.main-heading__link {
  color: #848E99;
  font-size: 16px;
  font-weight: 500;
}

.main-heading__btn {
  background: #1FB3AA;
  border-radius: 5px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 28px;
  padding: 0 20px;
  white-space: nowrap;
  border: 0;
  outline: none;
}

.main-heading__title {
  width: 100%;
  position: relative;
}

.main-heading__title:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  bottom: -22px;
  left: 0;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.news {
  padding: 50px 0;
}

.news.is-gray {
  background: #F7F7F7;
  padding-bottom: 0;
}

.news.is-gray .news__block {
  background: #fff;
}

.news.is-gray .press-slider__preview {
  margin-bottom: 0;
}

.news.is-gray .press-slider__content {
  padding: 20px 25px;
}

.news__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: flex-start;
  flex-wrap: wrap;
  margin: 0 -12.5px;
  border-bottom: 1px solid #F7F7F7;
  padding-bottom: 20px;
}

.news__column {
  width: 33.3334%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}

.news__block {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

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

.main-pag {
  padding-top: 40px;
}

.main-pag__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin: 0;
  padding: 0;
  list-style-type: none;
  margin: 0 -2.5px;
}

.main-pag__item {
  padding: 0 2.5px;
}

.main-pag__item.is-active .main-pag__link {
  background: #1FB3AA;
  color: #fff;
}

.main-pag__link {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #F7F7F7;
  border-radius: 3px;
  font-weight: 500;
  font-size: 16px;
  color: #848E99;
}

.main-pag__nav {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
}

.main-pag__prev {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #1FB3AA;
  border-radius: 3px 0px 0px 3px;
  position: relative;
}

.main-pag__prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66016 1L12.2852 5.625L7.66016 10.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L5.625 5.625L1 10.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 12px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.main-pag__next {
  width: 50px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #1FB3AA;
  border-radius: 0px 3px 3px 0px;
  margin-left: 2px;
  position: relative;
}

.main-pag__next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='14' height='12' viewBox='0 0 14 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M7.66016 1L12.2852 5.625L7.66016 10.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 1L5.625 5.625L1 10.25' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 14px;
  height: 12px;
}

.main-pag__navigation.is-unactive {
  pointer-events: none;
  cursor: default;
}

.main-pag__navigation.is-unactive:after {
  opacity: .5;
}

.news-detail__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 -23px;
  padding: 30px 0 0;
}

.news-detail__content {
  padding: 0 23px;
}

.news-detail__list {
  padding: 0 23px;
  -webkit-box-flex: 0;
          flex: 0 0 305px;
}

.news-detail__title {
  font-weight: 500;
  font-size: 24px;
  color: #2F3B43;
  display: block;
  padding-bottom: 27px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 27px;
}

.news-detail__item {
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: 1px solid #f7f7f7;
}

.news-detail__name {
  font-weight: 500;
  font-size: 16px;
  color: #2F3B43;
  line-height: 130%;
  display: block;
  margin-bottom: 20px;
}

.news-detail__preview {
  position: relative;
  padding-bottom: 50%;
}

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

.news-detail__head {
  height: auto;
  padding: 20px 0;
}

.news-detail__head .link-title {
  max-width: 800px;
  line-height: 120%;
}

.news-detail__head .main-head__content {
  margin-bottom: 20px;
}

.news-detail__head .main-heading__title:before {
  display: none;
}

.news-detail__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  padding-top: 50px;
}

.news-detail__soc {
  -webkit-box-flex: 0;
          flex: 0 0 110px;
}

.news-detail__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #2F3B43;
}

.news-detail__footer {
  margin-top: 30px;
  padding: 30px 0;
  border-top: 1px solid #f7f7f7;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.news-detail__tags {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
}

.news-detail__tag {
  margin-right: 17px;
  margin-bottom: 4px;
  font-style: italic;
  font-weight: 500;
  font-size: 16px;
  line-height: 150%;
  text-align: justify;
  color: #848E94;
  white-space: nowrap;
}

.news-detail__print {
  -webkit-box-flex: 0;
          flex: 0 0 250px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.news-detail__print-link {
  width: 205px;
  height: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  background: #F7F7F7;
  border: 1px solid #F5F5F5;
  border-radius: 3px;
  padding-left: 40px;
  padding-right: 15px;
  font-weight: 500;
  font-size: 16px;
  line-height: 20px;
  color: #2F3B43;
  position: relative;
  text-align: right;
}

.news-detail__print-link:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4.20117 6.6V1H13.8012V6.6' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M4.2 13.7997H2.6C2.17565 13.7997 1.76869 13.6312 1.46863 13.3311C1.16857 13.031 1 12.6241 1 12.1997V8.19973C1 7.77538 1.16857 7.36842 1.46863 7.06836C1.76869 6.7683 2.17565 6.59973 2.6 6.59973H15.4C15.8243 6.59973 16.2313 6.7683 16.5314 7.06836C16.8314 7.36842 17 7.77538 17 8.19973V12.1997C17 12.6241 16.8314 13.031 16.5314 13.3311C16.2313 13.6312 15.8243 13.7997 15.4 13.7997H13.8' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13.8012 10.5997H4.20117V16.9997H13.8012V10.5997Z' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 18px;
  height: 18px;
  top: 50%;
  margin-top: -9px;
  left: 15px;
}

.detail-soc__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.detail-soc__item {
  margin-bottom: 10px;
}

.detail-soc__link {
  width: 55px;
  height: 55px;
  background: #F7F7F7;
  border: 1px solid #F5F5F5;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  border-radius: 50%;
}

.announcement {
  border-top: 1px solid #f7f7f7;
}

.announcement__body {
  background: #F7F7F7;
  padding: 30px 0 80px;
  border-bottom: 1px solid #f7f7f7;
  margin-bottom: 65px;
  overflow-x: hidden;
}

.announcement__body .announcement__container:after {
  content: '';
  position: absolute;
  bottom: -80px;
  left: calc(100% - 48px);
  width: 9999px;
  height: 55px;
  background: #fff;
}

.announcement__head {
  padding: 20px 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.announcement__container {
  position: relative;
}

.announcement__content {
  padding: 20px 25px;
}

.announcement__slide {
  background: #fff;
}

.announcement__slide .press-slider__preview {
  margin-bottom: 0;
}

.announcement-slider__pagination {
  width: auto;
  position: absolute;
  bottom: -65px;
  left: 50px;
  font-weight: normal;
  font-size: 13px;
  color: rgba(57, 70, 79, 0.8);
}

.announcement-slider__pagination .swiper-pagination-current {
  color: #39464f;
  font-weight: 500;
}

.announcement-slider__navigation {
  position: absolute;
  right: 50px;
  bottom: -80px;
  width: 112px;
  height: 55px;
}

.announcement-slider__navigation .swiper-button-disabled {
  opacity: 1;
}

.announcement-slider__navigation .swiper-button-disabled:after {
  opacity: .5;
}

.announcement-slider__navigation .swiper-button-next {
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.announcement-slider__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
}

.announcement-slider__navigation .swiper-button-prev {
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.announcement-slider__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.scrollToTop {
  padding-left: 40px;
  position: absolute;
  right: -58px;
  top: -120px;
  z-index: 11;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  font-weight: 500;
  font-size: 14px;
  color: #2F3B43;
  -webkit-transition: .3s;
  transition: .3s;
}

.scrollToTop:before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L6 1' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 6L6 1L11 6' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.header-modal {
  position: fixed;
  width: 100%;
  top: 88px;
  left: 0;
  background: #fff;
  padding: 50px 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  border-top: 2px solid #f7f7f7;
  overflow-x: hidden;
}

.header-modal.is-active {
  opacity: 1;
  visibility: visible;
}

.header-modal__content .footer__title {
  color: #2F3B43;
}

.header-modal__content .footer__title:after {
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45361 1L5.08028 4.62667L1.45361 8.25333' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.header-modal__content .footer__link {
  color: #2F3B43;
  opacity: 0.7;
}

.header-modal__content .footer-contacts__link {
  color: #2F3B43;
}

.header-modal__content .footer-contacts__img {
  border: 1px solid #EFEEEE;
}

.header-modal__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 0 -10px;
}

.header-modal__contacts {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 0;
          flex: 0 0 270px;
  padding: 0 10px;
}

.header-modal__menu {
  padding: 0 10px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  flex-wrap: wrap;
  margin: 0 -10px -35px;
}

.header-modal__element {
  width: 33.3334%;
  padding: 0 10px;
  margin-bottom: 35px;
}

.header-modal__title {
  display: inline-block;
  font-weight: 500;
  font-size: 18px;
  line-height: 22px;
  color: #2F3B43;
  text-decoration: none;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
  margin-bottom: 35px;
  padding-right: 20px;
}

.header-modal__title:after {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -3px;
  right: 3px;
  background-image: url("data:image/svg+xml,%3Csvg width='6' height='10' viewBox='0 0 6 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.45361 1L5.08028 4.62667L1.45361 8.25333' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 6px;
  height: 10px;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-modal__title:hover:after {
  right: 0px;
}

.header-modal__list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-modal__item {
  margin-bottom: 10px;
}

.header-modal__item:last-child {
  margin-bottom: 0;
}

.header-modal__link {
  font-weight: normal;
  font-size: 15px;
  color: #2F3B43;
  opacity: 0.7;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-modal__link:hover {
  opacity: 1;
}

.header-modal-contacts__list {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.header-modal-contacts__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 16px;
}

.header-modal-contacts__item:last-child {
  margin-bottom: 0;
  margin-top: auto;
}

.header-modal-contacts__img {
  -webkit-box-flex: 0;
          flex: 0 0 40px;
  width: 40px;
  height: 40px;
  display: -webkit-box;
  display: flex;
  border: 1px solid #EFEEEE;
  border-radius: 5px;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.header-modal-contacts__link {
  display: inline-block;
  font-weight: 500;
  font-size: 15px;
  color: #2F3B43;
  line-height: 1.35;
}

.header-modal-contacts__description {
  display: block;
  font-weight: normal;
  font-size: 13px;
  color: #2F3B43;
  opacity: .7;
  display: block;
}

.header-modal-contacts__content {
  padding-left: 15px;
}

.header-modal-contacts__btn {
  display: -webkit-box;
  display: flex;
  height: 45px;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  text-align: center;
  background: #1FB3AA;
  border-radius: 5px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  width: 100%;
}

.header-modal__copyright {
  height: 58px;
  background: #062029;
}

.header-modal-copyright__grid {
  height: 58px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.header-modal-copyright__text {
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.8);
}

.header-modal__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(7, 40, 51, 0.5);
  z-index: 15;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
}

.header-modal__wrapper.is-active {
  opacity: 1;
  visibility: visible;
}

.main-filter {
  border-bottom: 1px solid #f7f7f7;
}

.main-filter__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.main-filter__category {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -15px;
  padding: 0;
  list-style-type: none;
}

.main-filter__item {
  padding: 0 10px;
}

.main-filter__item.is-active .main-filter__btn {
  pointer-events: none;
  cursor: default;
  color: #2F3B43;
}

.main-filter__btn {
  display: -webkit-box;
  display: flex;
  height: 75px;
  padding: 0 5px;
  font-weight: 500;
  font-size: 16px;
  color: #1FB3AA;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.main-filter__selects {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
          align-items: center;
  margin: 0 -5px;
}

.main-filter__select {
  padding: 0 5px;
}

.news-file {
  border-top: 2px solid #f7f7f7;
}

.news-file__link {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding: 20px 25px 20px 60px;
  position: relative;
}

.news-file__link:before {
  content: '';
  position: absolute;
  left: 25px;
  background-image: url("data:image/svg+xml,%3Csvg width='26' height='32' viewBox='0 0 26 32' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M14.5 1H4C3.20435 1 2.44129 1.31607 1.87868 1.87868C1.31607 2.44129 1 3.20435 1 4V28C1 28.7956 1.31607 29.5587 1.87868 30.1213C2.44129 30.6839 3.20435 31 4 31H22C22.7956 31 23.5587 30.6839 24.1213 30.1213C24.6839 29.5587 25 28.7956 25 28V11.5L14.5 1Z' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M14 1V11H24.5' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M8 21L13 26L18 21' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M13 26V17' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 26px;
  height: 32px;
  top: 50%;
  margin-top: -16px;
}

.news-file__title {
  display: block;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  color: #2F3B43;
}

.news-file__description {
  display: block;
  font-weight: 500;
  font-size: 12px;
  line-height: 130%;
  color: #848E94;
}

.pagination {
  padding-bottom: 40px;
}

.courses__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 -12.5px;
  flex-wrap: wrap;
}

.courses__column {
  width: 33.3334%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}

.courses-card {
  background: #fff;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.courses-card__picture {
  display: -webkit-box;
  display: flex;
  padding-bottom: 60%;
  position: relative;
}

.courses-card__picture:after {
  content: '';
  position: absolute;
  top: 17px;
  right: 17px;
  width: 24px;
  height: 24px;
  background: #06252F;
  opacity: 0.8;
  border-radius: 3px;
}

.courses-card__picture:before {
  content: '';
  position: absolute;
  top: 25px;
  right: 25px;
  width: 8px;
  height: 8px;
  z-index: 1;
  background-image: url("data:image/svg+xml,%3Csvg width='8' height='8' viewBox='0 0 8 8' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0.00272658 0.66644C0.00272658 0.843191 0.0729407 1.0127 0.197922 1.13768C0.322904 1.26267 0.492415 1.33288 0.669166 1.33288L5.72744 1.33288L0.195994 6.85766C0.0705013 6.98315 -3.83301e-08 7.15336 -2.92502e-08 7.33083C-2.01703e-08 7.50831 0.0705013 7.67851 0.195994 7.80401C0.321487 7.9295 0.491692 8 0.669166 8C0.84664 8 1.01685 7.9295 1.14234 7.80401L6.66712 2.27256L6.66712 7.33083C6.66712 7.50758 6.73733 7.6771 6.86232 7.80208C6.9873 7.92706 7.15681 7.99727 7.33356 7.99727C7.51031 7.99727 7.67982 7.92706 7.80481 7.80208C7.92979 7.6771 8 7.50758 8 7.33083L8 0.66644C7.99895 0.579351 7.98083 0.493314 7.94668 0.413193C7.87906 0.250349 7.74965 0.120942 7.58681 0.0533153C7.50669 0.0191661 7.42065 0.00105301 7.33356 1.56277e-07L0.669166 4.47587e-07C0.492415 4.55313e-07 0.322904 0.0702138 0.197922 0.195196C0.0729406 0.320177 0.00272657 0.489689 0.00272658 0.66644Z' fill='white'/%3E%3C/svg%3E%0A");
}

.courses-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.courses-card__flag {
  position: absolute;
  top: 20px;
  left: 0;
  display: -webkit-box;
  display: flex;
  background: #FFFFFF;
  border-radius: 3px;
  border-left: 3px solid #1FB3AA;
  z-index: 2;
  font-weight: 500;
  font-size: 13px;
  color: #2F3B43;
  padding: 2px 10px;
}

.courses-card__content {
  padding: 20px 25px;
}

.courses-card__content .support-table td {
  height: 30px;
}

.courses-card__pretitle {
  display: block;
  font-weight: 500;
  font-size: 13px;
  color: #1FB3AA;
  margin-bottom: 15px;
}

.courses-card__title {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #2F3B43;
  margin-bottom: 25px;
}

.courses-card__footer {
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid #EFEEEE;
}

.courses-card__link {
  display: -webkit-box;
  display: flex;
  padding: 17px 30px;
  font-weight: 500;
  font-size: 15px;
  color: #848E94;
  position: relative;
  -webkit-box-align: center;
  align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.courses-card__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 3px;
}

.js-select {
  width: 200px;
}

.js-select .jq-selectbox__select {
  height: 50px;
  border: 0 !important;
  border-radius: 5px;
  box-shadow: none;
  font-weight: 500;
  font-size: 16px;
  color: #848E99;
  background: #F7F7F7;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0 40px 0 15px;
}

.js-select li:hover {
  background-color: #1FB3AA;
}

.js-select.is-year {
  width: 125px;
  margin-left: 30px;
}

.js-select .jq-selectbox__trigger {
  border-left: 0;
  height: 45px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.js-select .jq-selectbox__trigger-arrow {
  top: calc(50% - 2px);
}

.js-select:hover .jq-selectbox__trigger-arrow {
  border-top-color: #999;
}

.press-announcement__block .announcement__body {
  margin-bottom: 0;
}

.press-announcement__block:last-child .announcement__body {
  margin-bottom: 65px;
}

.site-link {
  display: -webkit-box;
  display: flex;
  padding: 0 15px 0 30px;
  -webkit-box-align: center;
          align-items: center;
  height: 29px;
  background: #F5F5F5;
  border-radius: 19px;
  font-weight: 500;
  font-size: 15px;
  line-height: 19px;
  color: #1FB3AA;
  position: relative;
  white-space: nowrap;
}

.site-link:after {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6452 3.9781C11.6452 3.9781 11.6452 3.9781 11.6452 3.94801C11.2216 2.79037 10.453 1.79089 9.44333 1.08478C8.43367 0.378668 7.2317 0 6 0C4.76831 0 3.56633 0.378668 2.55667 1.08478C1.54702 1.79089 0.778399 2.79037 0.354798 3.94801C0.354798 3.94801 0.354798 3.94801 0.354798 3.9781C-0.118266 5.28445 -0.118266 6.71555 0.354798 8.0219C0.354798 8.0219 0.354798 8.0219 0.354798 8.05199C0.778399 9.20963 1.54702 10.2091 2.55667 10.9152C3.56633 11.6213 4.76831 12 6 12C7.2317 12 8.43367 11.6213 9.44333 10.9152C10.453 10.2091 11.2216 9.20963 11.6452 8.05199C11.6452 8.05199 11.6452 8.05198 11.6452 8.0219C12.1183 6.71555 12.1183 5.28445 11.6452 3.9781ZM1.33474 7.20351C1.12627 6.41474 1.12627 5.58526 1.33474 4.79649H2.45296C2.35679 5.59594 2.35679 6.40406 2.45296 7.20351H1.33474ZM1.82772 8.40702H2.66939C2.8105 8.94369 3.0122 9.46254 3.27058 9.95353C2.68099 9.55152 2.18813 9.02325 1.82772 8.40702ZM2.66939 3.59298H1.82772C2.18295 2.97864 2.66951 2.45053 3.25255 2.04647C3.00038 2.53825 2.80474 3.05707 2.66939 3.59298ZM5.38678 10.6335C4.64838 10.0911 4.12978 9.30077 3.92588 8.40702H5.38678V10.6335ZM5.38678 7.20351H3.66737C3.55518 6.4051 3.55518 5.5949 3.66737 4.79649H5.38678V7.20351ZM5.38678 3.59298H3.92588C4.12978 2.69923 4.64838 1.90886 5.38678 1.36648V3.59298ZM10.1482 3.59298H9.30656C9.16545 3.05631 8.96375 2.53746 8.70537 2.04647C9.29496 2.44848 9.78782 2.97674 10.1482 3.59298ZM6.58917 1.36648C7.32758 1.90886 7.84618 2.69923 8.05007 3.59298H6.58917V1.36648ZM6.58917 10.6335V8.40702H8.05007C7.84618 9.30077 7.32758 10.0911 6.58917 10.6335ZM8.30858 7.20351H6.58917V4.79649H8.30858C8.42077 5.5949 8.42077 6.4051 8.30858 7.20351ZM8.7234 9.95353C8.98179 9.46254 9.18349 8.94369 9.3246 8.40702H10.1663C9.80585 9.02325 9.31299 9.55152 8.7234 9.95353ZM10.6412 7.20351H9.52299C9.57189 6.80422 9.59598 6.40228 9.59513 6C9.5958 5.59773 9.5717 5.1958 9.52299 4.79649H10.6412C10.8497 5.58526 10.8497 6.41474 10.6412 7.20351Z' fill='%231FB3AA'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 12px;
}

.event-detail {
  padding: 30px 0 50px;
}

.event-detail__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
}

.event-detail__picture {
  position: relative;
  padding-bottom: 32%;
  max-width: 634px;
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 100%;
  border-radius: 3px;
  overflow: hidden;
}

.event-detail__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event-detail__content {
  padding-left: 50px;
}

.event-detail__content p {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  text-align: justify;
  color: #2F3B43;
  opacity: 0.8;
  margin-bottom: 25px;
}

.event-detail__content ul {
  margin-top: 35px;
  padding-left: 18px;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-flex-direction: column;
  -moz-flex-direction: column;
  -ms-flex-direction: column;
  -o-flex-direction: column;
  flex-direction: column;
}

.event-detail__content ul li {
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  margin-bottom: 25px;
}

.event-detail__title {
  font-weight: 500;
  font-size: 20px;
  color: #2F3B43;
  margin-bottom: 34px;
}

.event-detail__logo {
  position: absolute;
  display: -webkit-box;
  display: flex;
  top: 25px;
  left: 20px;
  z-index: 2;
  width: 143px;
  height: 85px;
  background: #FFFFFF;
  border-radius: 5px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  overflow: hidden;
}

.event-slider__navigation {
  display: -webkit-box;
  display: flex;
  padding-left: 20px;
}

.event-slider__navigation .swiper-button-next {
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 0px 3px 3px 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
  position: initial;
  margin: 0;
  margin-left: 2px;
}

.event-slider__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
}

.event-slider__navigation .swiper-button-disabled {
  opacity: 1;
}

.event-slider__navigation .swiper-button-disabled:after {
  opacity: .5;
}

.event-slider__navigation .swiper-button-prev {
  width: 50px;
  height: 50px;
  background: #1FB3AA;
  border-radius: 3px 0px 0px 3px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  outline: none;
  -webkit-transition: .3s;
  transition: .3s;
  position: initial;
  margin: 0;
}

.event-slider__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='14' viewBox='0 0 15 14' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7H13.5' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 0.75L13.5 7L7.25 13.25' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 14px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-slider__link {
  position: relative;
  display: -webkit-box;
  display: flex;
  padding-bottom: 80%;
  overflow: hidden;
  border-radius: 3px;
}

.event-slider__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.event__body {
  padding: 30px 0;
  background: #F7F7F7;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.event-more__body {
  padding-bottom: 60px;
}

.event-data {
  -webkit-box-flex: 0;
          flex: 0 0 550px;
}

.event-data__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 -7.5px;
  flex-wrap: wrap;
}

.event-data__column {
  width: 50%;
  padding: 0 7.5px;
  margin-bottom: 15px;
}

.event-data__block {
  padding: 30px;
  background: #F7F7F7;
  height: 100%;
  cursor: default;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-data__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 25px;
}

.event-data__amount {
  font-weight: normal;
  font-size: 78px;
  line-height: 1;
  letter-spacing: -0.05em;
  color: #19D1C8;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-data__icon {
  width: 68px;
  height: 68px;
  display: -webkit-box;
  display: flex;
  border-radius: 50%;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: #fff;
}

.event-data__text {
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  color: #2F3B43;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.event-data__small {
  font-size: 46px;
}

.more__head {
  padding: 40px 0;
}

.more-slider__wrapper {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.more-slider__slide {
  height: auto;
}

.more-slider .analitics-card {
  background: #f7f7f7;
}

.more-card {
  height: 100%;
  background: #072833;
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  z-index: 1;
  min-height: 370px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.more-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: .2;
}

.more-card__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  padding: 30px 25px;
}

.more-card__category {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  color: #19D1C8;
  position: relative;
  padding-left: 10px;
}

.more-card__category:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -2px;
  left: 0;
  width: 4px;
  height: 4px;
  border-radius: 50%;
  background: #19D1C8;
}

.more-card__site {
  position: relative;
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 13px;
  color: #FFFFFF;
  padding-left: 13px;
}

.more-card__site:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -4.5px;
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 9 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8.7339 2.98358C8.7339 2.98358 8.7339 2.98358 8.7339 2.96101C8.4162 2.09278 7.83974 1.34317 7.0825 0.813585C6.32525 0.284001 5.42377 0 4.5 0C3.57623 0 2.67475 0.284001 1.9175 0.813585C1.16026 1.34317 0.583799 2.09278 0.266098 2.96101C0.266098 2.96101 0.266098 2.96101 0.266098 2.98358C-0.0886995 3.96334 -0.0886995 5.03666 0.266098 6.01642C0.266098 6.01642 0.266098 6.01642 0.266098 6.03899C0.583799 6.90722 1.16026 7.65683 1.9175 8.18641C2.67475 8.716 3.57623 9 4.5 9C5.42377 9 6.32525 8.716 7.0825 8.18641C7.83974 7.65683 8.4162 6.90722 8.7339 6.03899C8.7339 6.03899 8.7339 6.03899 8.7339 6.01642C9.0887 5.03666 9.0887 3.96334 8.7339 2.98358ZM1.00106 5.40263C0.844699 4.81105 0.844699 4.18895 1.00106 3.59737H1.83972C1.76759 4.19696 1.76759 4.80304 1.83972 5.40263H1.00106ZM1.37079 6.30527H2.00204C2.10788 6.70777 2.25915 7.0969 2.45294 7.46515C2.01074 7.16364 1.6411 6.76744 1.37079 6.30527ZM2.00204 2.69473H1.37079C1.63721 2.23398 2.00213 1.83789 2.43941 1.53485C2.25029 1.90369 2.10356 2.2928 2.00204 2.69473ZM4.04009 7.97514C3.48628 7.56836 3.09733 6.97558 2.94441 6.30527H4.04009V7.97514ZM4.04009 5.40263H2.75053C2.66639 4.80382 2.66639 4.19618 2.75053 3.59737H4.04009V5.40263ZM4.04009 2.69473H2.94441C3.09733 2.02442 3.48628 1.43164 4.04009 1.02486V2.69473ZM7.61117 2.69473H6.97992C6.87409 2.29223 6.72282 1.9031 6.52903 1.53485C6.97122 1.83636 7.34086 2.23256 7.61117 2.69473ZM4.94188 1.02486C5.49568 1.43164 5.88463 2.02442 6.03755 2.69473H4.94188V1.02486ZM4.94188 7.97514V6.30527H6.03755C5.88463 6.97558 5.49568 7.56836 4.94188 7.97514ZM6.23144 5.40263H4.94188V3.59737H6.23144C6.31558 4.19618 6.31558 4.80382 6.23144 5.40263ZM6.54255 7.46515C6.73634 7.0969 6.88761 6.70777 6.99345 6.30527H7.6247C7.35439 6.76744 6.98475 7.16364 6.54255 7.46515ZM7.98091 5.40263H7.14224C7.17891 5.10317 7.19698 4.80171 7.19635 4.5C7.19685 4.1983 7.17878 3.89685 7.14224 3.59737H7.98091C8.13727 4.18895 8.13727 4.81105 7.98091 5.40263Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 9px;
  left: 0;
}

.more-card__body {
  padding: 0 25px;
}

.more-card__title {
  font-weight: 500;
  font-size: 22px;
  line-height: 120%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 20px;
}

.more-card__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.8;
}

.more-card__footer {
  margin-top: auto;
  margin-bottom: 0;
  padding: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
          align-items: flex-end;
}

.more-card__link {
  padding-right: 18px;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  position: relative;
  margin-top: 20px;
}

.more-card__link:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='white' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-top: -5px;
}

.more-card__logo {
  width: 103px;
  height: 62px;
  background: #FFFFFF;
  border-radius: 5px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.event-intro {
  overflow-x: hidden;
  margin-bottom: 70px;
}

.event-intro__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.event-intro__msg {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  color: #747E84;
}

.event-intro__msg:before {
  content: '';
  position: absolute;
  left: -15px;
  width: 5px;
  height: 5px;
  top: 50%;
  margin-top: -2.5px;
  border-radius: 50%;
  background: #747E84;
}

.event-intro__info {
  width: 55%;
  padding: 20px 0;
  padding-right: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.event-intro__info p {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 30px;
}

.event-intro__list {
  width: 45%;
  background: #f7f7f7;
  padding: 30px 0 82px 64px;
  position: relative;
  height: 503px;
  z-index: 1;
}

.event-intro__list.is-training {
  min-height: 540px;
}

.event-intro__list:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 0;
  left: 100%;
  right: -9999px;
  background: #F7F7F7;
  z-index: -1;
}

.event-intro__list:before {
  content: '';
  position: absolute;
  bottom: 2px;
  left: calc(100% + 2px);
  width: 9999px;
  height: 55px;
  background: #fff;
}

.event-intro__slider {
  width: 142%;
  margin-right: -50px;
  height: 435px;
  position: absolute;
  top: 30px;
  left: 66px;
}

.event-intro__slide {
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
}

.event-intro__slide.swiper-slide-active {
  opacity: 1;
}

.event-intro__block {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.04);
  padding: 20px;
}

.event-intro__block .courses-card__content {
  padding: 10px 0;
}

.event-intro__block .courses-card__pretitle {
  margin-bottom: 5px;
}

.event-intro__block .support-table td {
  height: 30px;
}

.event-intro__block .courses-card__title {
  margin-bottom: 10px;
}

.event-intro__block .courses-card__picture {
  padding-bottom: 50%;
}

.event-intro__pagination {
  position: absolute;
  bottom: 25px;
  left: 30px;
  width: auto;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.event-intro__pagination .swiper-pagination-current {
  color: #000;
}

.event-intro__navigation {
  position: absolute;
  right: 0;
  bottom: 2px;
  width: 112px;
  height: 55px;
}

.event-intro__navigation .swiper-button-disabled {
  opacity: 1;
}

.event-intro__navigation .swiper-button-disabled:after {
  opacity: .5;
}

.event-intro__navigation .swiper-button-next {
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.event-intro__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
}

.event-intro__navigation .swiper-button-prev {
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.event-intro__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.event-intro__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #2F3B43;
  margin-top: 0;
  margin-bottom: 25px;
  padding-bottom: 25px;
  position: relative;
}

.event-intro__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 2px;
  width: 18px;
  height: 2px;
  background: #1FB3AA;
}

.event-intro__btn {
  align-self: flex-start;
  background: #1FB3AA;
  border-radius: 5px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 14.5px 25px;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  text-align: center;
}

.event-intro__btn.btn-large {
  margin-top: 20px;
  width: 433px;
}

.key-points__head {
  height: 132px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
  border-bottom: 2px solid #f7f7f7;
}

.key-points__body {
  padding: 0 0 50px;
}

.key-points__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
}

.key-points__aside {
  -webkit-box-flex: 0;
          flex: 0 0 330px;
  width: 330px;
  padding: 0 10px;
  padding-top: 50px;
}

.key-points__tabs {
  padding: 0 10px;
  width: 100%;
}

.key-points__list {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  left: 0;
  margin: 0;
  padding: 0;
  list-style-type: none;
}

.key-points__item {
  margin-bottom: 30px;
}

.key-points__item:last-child {
  margin-bottom: 0;
}

.key-points__element {
  font-weight: 300;
  font-size: 18px;
  color: #2F3B43;
}

.key-points__element.is-active {
  font-weight: 500;
}

.key-tabs__heading {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  min-height: 132px;
  font-weight: 500;
  font-size: 30px;
  color: #2F3B43;
  position: relative;
}

.key-tabs__heading:after {
  content: '';
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -3px;
  background-image: url("data:image/svg+xml,%3Csvg width='10' height='6' viewBox='0 0 10 6' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L5 1L9 5' stroke='%232F3B43' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 10px;
  height: 6px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
  -webkit-transition: .3s;
  transition: .3s;
}

.key-tabs__card {
  border-bottom: 1px solid #f7f7f7;
}

.key-tabs__card.is-collapsed .key-tabs__heading:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.key-tabs__text {
  font-weight: normal;
  font-size: 17px;
  line-height: 135%;
  color: #747E84;
  margin-top: 0;
  margin-bottom: 35px;
}

.key-tabs__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 -10px;
}

.key-tabs__column {
  padding: 0 10px;
  margin-bottom: 20px;
  width: 33.3334%;
  flex-wrap: wrap;
}

.key-tabs__block {
  max-height: 170px;
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  padding: 15px 20px;
  background: #F5F5F5;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.key-tabs__img {
  width: auto;
  display: block;
}

.key-tabs.is-training .key-card__content {
  max-width: 615px;
}

.key-card {
  position: relative;
  min-height: 260px;
  background: #072833;
  overflow: hidden;
  border-radius: 5px;
  z-index: 1;
  margin-bottom: 25px;
  padding: 30px 35px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.key-card:last-child {
  margin-bottom: 0;
}

.key-card__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -1;
  opacity: .2;
}

.key-card__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
}

.key-card__content {
  max-width: 515px;
}

.key-card__title {
  font-weight: 500;
  font-size: 30px;
  line-height: 135%;
  color: #FFFFFF;
  margin-top: 0;
  margin-bottom: 25px;
}

.key-card__text {
  margin: 0;
  font-weight: normal;
  font-size: 15px;
  line-height: 135%;
  color: #FFFFFF;
  opacity: 0.8;
}

.key-card__logo {
  -webkit-box-flex: 0;
          flex: 0 0 125px;
  width: 125px;
  height: 75px;
  background: #fff;
  border-radius: 5px;
  overflow: hidden;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
}

.key-card__footer {
  margin-top: auto;
  margin-bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
}

.key-card__info {
  display: -webkit-box;
  display: flex;
  font-weight: normal;
  font-size: 15px;
  color: #FFFFFF;
}

.key-card__site {
  height: 24px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  margin-left: 11px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 19px;
  position: relative;
  font-weight: 500;
  font-size: 15px;
  color: #FFFFFF;
  padding-left: 27px;
  padding-right: 11px;
}

.key-card__site:before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.6452 3.9781C11.6452 3.9781 11.6452 3.9781 11.6452 3.94801C11.2216 2.79037 10.453 1.79089 9.44333 1.08478C8.43367 0.378668 7.2317 0 6 0C4.76831 0 3.56633 0.378668 2.55667 1.08478C1.54702 1.79089 0.778399 2.79037 0.354798 3.94801C0.354798 3.94801 0.354798 3.94801 0.354798 3.9781C-0.118266 5.28445 -0.118266 6.71555 0.354798 8.0219C0.354798 8.0219 0.354798 8.0219 0.354798 8.05199C0.778399 9.20963 1.54702 10.2091 2.55667 10.9152C3.56633 11.6213 4.76831 12 6 12C7.2317 12 8.43367 11.6213 9.44333 10.9152C10.453 10.2091 11.2216 9.20963 11.6452 8.05199C11.6452 8.05199 11.6452 8.05198 11.6452 8.0219C12.1183 6.71555 12.1183 5.28445 11.6452 3.9781ZM1.33474 7.20351C1.12627 6.41474 1.12627 5.58526 1.33474 4.79649H2.45296C2.35679 5.59594 2.35679 6.40406 2.45296 7.20351H1.33474ZM1.82772 8.40702H2.66939C2.8105 8.94369 3.0122 9.46254 3.27058 9.95353C2.68099 9.55152 2.18813 9.02325 1.82772 8.40702ZM2.66939 3.59298H1.82772C2.18295 2.97864 2.66951 2.45053 3.25255 2.04647C3.00038 2.53825 2.80474 3.05707 2.66939 3.59298ZM5.38678 10.6335C4.64838 10.0911 4.12978 9.30077 3.92588 8.40702H5.38678V10.6335ZM5.38678 7.20351H3.66737C3.55518 6.4051 3.55518 5.5949 3.66737 4.79649H5.38678V7.20351ZM5.38678 3.59298H3.92588C4.12978 2.69923 4.64838 1.90886 5.38678 1.36648V3.59298ZM10.1482 3.59298H9.30656C9.16545 3.05631 8.96375 2.53746 8.70537 2.04647C9.29496 2.44848 9.78782 2.97674 10.1482 3.59298ZM6.58917 1.36648C7.32758 1.90886 7.84618 2.69923 8.05007 3.59298H6.58917V1.36648ZM6.58917 10.6335V8.40702H8.05007C7.84618 9.30077 7.32758 10.0911 6.58917 10.6335ZM8.30858 7.20351H6.58917V4.79649H8.30858C8.42077 5.5949 8.42077 6.4051 8.30858 7.20351ZM8.7234 9.95353C8.98179 9.46254 9.18349 8.94369 9.3246 8.40702H10.1663C9.80585 9.02325 9.31299 9.55152 8.7234 9.95353ZM10.6412 7.20351H9.52299C9.57189 6.80422 9.59598 6.40228 9.59513 6C9.5958 5.59773 9.5717 5.1958 9.52299 4.79649H10.6412C10.8497 5.58526 10.8497 6.41474 10.6412 7.20351Z' fill='white'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  top: 50%;
  margin-top: -6px;
  left: 10px;
}

.about-intro {
  min-height: 480px;
  position: relative;
  z-index: 1;
  padding: 20px 0 80px;
}

.about-intro__bg {
  position: absolute;
  top: -145px;
  right: 0;
  z-index: -1;
}

.about-intro__content {
  max-width: 620px;
}

.about-intro__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #2F3B43;
  margin-top: 0;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.about-intro__title:before {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  bottom: 0;
  left: 0;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.about-intro__text {
  display: block;
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.8;
  margin-top: 0;
  margin-bottom: 60px;
}

.about-intro__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-top: 60px;
}

.about-intro__btn {
  background: #1FB3AA;
  border-radius: 5px;
  height: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 20px;
}

.about-intro__description {
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  line-height: 135%;
  color: #747E84;
  margin-left: 22px;
}

.founders {
  padding: 50px 0 30px;
}

.founders__title {
  font-weight: 500;
  font-size: 36px;
  color: #2F3B43;
  margin-top: 0;
  margin-bottom: 30px;
}

.founders__head {
  padding-bottom: 35px;
}

.founders__description {
  display: block;
  max-width: 950px;
  font-weight: normal;
  font-size: 17px;
  line-height: 135%;
  color: #747E84;
}

.founders__body {
  position: relative;
}

.founders-slider__slide {
  height: auto;
}

.founders-slider__pagination {
  position: absolute;
  bottom: auto;
  left: auto;
  right: 120px;
  width: auto;
  top: -75px;
  font-size: 14px;
  color: rgba(0, 0, 0, 0.5);
}

.founders-slider__pagination .swiper-pagination-current {
  color: black;
}

.founders-slider__navigation {
  top: -90px;
}

.about-slider .announcement__head {
  border-bottom: 1px solid #f7f7f7;
}

.about-slider__body {
  padding: 30px 0 55px;
}

.contacts__head {
  height: 100px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: start;
          align-items: flex-start;
}

.contacts__container {
  position: relative;
}

.contacts__title {
  font-style: normal;
  font-weight: 500;
  font-size: 42px;
  color: #2F3B43;
  margin: 0;
  position: relative;
  line-height: 100px;
}

.contacts__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.contacts__card {
  position: absolute;
  bottom: 0;
  left: 50px;
}

.contacts-modal {
  max-width: 465px;
  width: 100%;
  padding: 0;
}

.contacts-modal__content {
  padding: 35px;
  text-align: center;
}

.contacts-modal__title {
  font-weight: 500;
  font-size: 24px;
  color: #2F3B43;
  margin: 0;
  padding-bottom: 20px;
  margin-bottom: 20px;
  position: relative;
}

.contacts-modal__title:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.contacts-modal__text {
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.7;
}

.contacts-modal__btn {
  background: #1FB3AA;
  border-radius: 5px;
  height: 55px;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 30px;
  cursor: pointer;
  margin-top: 20px;
}

.contacts-card {
  max-width: 500px;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px -12px 25px rgba(83, 107, 115, 0.05);
  border-radius: 3px 3px 0px 0px;
}

.contacts-card__head {
  padding: 30px 35px;
  border-bottom: 1px solid #f7f7f7;
}

.contacts-card__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #2F3B43;
  margin: 0;
}

.contacts-card__body {
  padding: 30px 35px 20px;
}

.contacts-card__element {
  margin-bottom: 40px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
          justify-content: center;
  padding-left: 55px;
  position: relative;
}

.contacts-card__element:last-child {
  margin-bottom: 0;
}

.contacts-card__icon {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #1FB3AA;
  border-radius: 5px;
  top: 50%;
  left: 0;
  margin-top: -20px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.contacts-card__name {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 14px;
  line-height: 125%;
  color: #848E94;
}

.contacts-card__link {
  font-weight: 500;
  font-size: 18px;
  color: #2F3B43;
  line-height: 125%;
}

.contacts-connect {
  padding-top: 50px;
  overflow-x: hidden;
}

.contacts-connect__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.contacts-connect__info {
  -webkit-box-flex: 0;
          flex: 0 0 500px;
  padding-right: 50px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 50px;
  padding-top: 50px;
}

.contacts-connect__form {
  width: 100%;
  background: #F7F7F7;
  border-radius: 3px 0 0 0;
  position: relative;
  padding: 50px 0 50px 50px;
}

.contacts-connect__form:after {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 0;
  left: 100%;
  right: -9999px;
  background: #F7F7F7;
}

.contacts-connect__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #2F3B43;
  position: relative;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.contacts-connect__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.contacts-connect__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.7;
}

.contacts-connect__notification {
  margin-top: auto;
  margin-bottom: 0;
  position: relative;
  font-style: italic;
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.7;
  max-width: 387px;
}

.contacts-connect__notification:before {
  content: '';
  position: absolute;
  top: 0;
  left: -55px;
  background-image: url("data:image/svg+xml,%3Csvg width='38' height='38' viewBox='0 0 38 38' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Ccircle cx='19' cy='19' r='14' fill='%231FB3AA'/%3E%3Cpath d='M19 0C8.52354 0 0 8.52354 0 19C0 29.4765 8.52354 38 19 38C29.4765 38 38 29.4765 38 19C38 8.52354 29.4764 0 19 0ZM20.2359 30.2732C19.3332 30.4236 17.5371 30.7995 16.625 30.875C15.8529 30.9389 15.1244 30.497 14.6802 29.8626C14.235 29.2283 14.1283 28.4165 14.3926 27.6882L17.9841 17.8125H14.25C14.2468 15.7547 15.7903 14.2416 17.7645 13.6609C18.7066 13.3838 20.4618 13.0044 21.3749 13.0626C21.922 13.0974 22.8756 13.4406 23.3197 14.075C23.765 14.7093 23.8717 15.5211 23.6073 16.2494L20.0158 26.1251H23.7488C23.7495 28.1805 22.2636 29.9352 20.2359 30.2732ZM21.3749 11.875C20.0632 11.875 18.9999 10.8116 18.9999 9.5C18.9999 8.18829 20.0632 7.12498 21.3749 7.12498C22.6867 7.12498 23.75 8.18829 23.75 9.5C23.75 10.8116 22.6867 11.875 21.3749 11.875Z' fill='%23F2F3F4'/%3E%3C/svg%3E%0A");
  width: 38px;
  height: 38px;
}

.jq-checkbox, .jq-radio {
  width: 18px;
  height: 18px;
  background: #1FB3AA;
  border-radius: 1px;
  border: 0;
  box-shadow: none;
}

.jq-checkbox.focused, .jq-radio.focused {
  border: 0;
}

.jq-checkbox.checked .jq-checkbox__div {
  border-color: #fff;
  margin: 6px 0 0 5px;
}

.contacts-form {
  background: #fff;
  overflow: hidden;
  border-radius: 3px;
  width: 100%;
}

.contacts-form__head {
  padding: 30px 35px;
  border-bottom: 1px solid #f7f7f7;
}

.contacts-form__title {
  font-weight: 500;
  font-size: 20px;
  line-height: 130%;
  color: #2F3B43;
  margin: 0;
}

.contacts-form__body {
  padding: 30px 35px;
}

.contacts-form__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 -7.5px;
  flex-wrap: wrap;
}

.contacts-form__column {
  padding: 0 7.5px;
  width: 100%;
  margin-bottom: 15px;
}

.contacts-form__column:nth-child(1) {
  width: 50%;
}

.contacts-form__column:nth-child(2) {
  width: 50%;
}

.contacts-form__column:last-child {
  margin-bottom: 0;
}

.contacts-form__input {
  height: 55px;
  width: 100%;
  background: #F2F3F4;
  border-radius: 5px;
  padding: 0 20px;
}

.contacts-form__textarea {
  padding: 20px;
  background: #F2F3F4;
  border-radius: 5px;
  min-height: 110px;
}

.contacts-form__label {
  font-weight: 500;
  font-size: 14px;
  line-height: 132%;
  color: rgba(15, 15, 15, 0.8);
  cursor: pointer;
}

.contacts-form__label a {
  color: #4CC2BB;
  text-decoration: underline;
}

.contacts-form__footer {
  padding-top: 35px;
}

.contacts-form__footer .contacts-form__grid {
  flex-wrap: nowrap;
}

.contacts-form__footer .contacts-form__column {
  width: 100%;
}

.contacts-form__footer .contacts-form__column:last-child {
  -webkit-box-flex: 0;
          flex: 0 0 210px;
}

.contacts-form__btn {
  background: #1FB3AA;
  border-radius: 5px;
  height: 55px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 500;
  font-size: 16px;
  color: #FFFFFF;
  padding: 15px 20px;
  cursor: pointer;
}

.contacts-form__agree {
  display: -webkit-box;
  display: flex;
}

.contacts-form__agree .jq-checkbox {
  flex-shrink: 0;
  top: 2px;
  margin-right: 5px;
}

.training-more {
  display: -webkit-box;
  display: flex;
  background: #FFFFFF;
  border-radius: 5px 0px 0px 0px;
  height: 55px;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  position: absolute;
  bottom: 2px;
  right: 114px;
  padding: 0 30px;
  font-weight: 500;
  font-size: 16px;
  color: #2F3B43;
}

.experts.is-experts-detail .experts-head {
  padding-top: 0;
}

.experts.is-experts-detail .experts-head__content {
  padding-top: 50px;
}

.experts__head {
  padding-top: 50px;
  border-top: 1px solid #f7f7f7;
}

.experts-head__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.experts-head__content {
  padding-bottom: 50px;
  padding-right: 20px;
}

.experts-head__amount {
  -webkit-box-flex: 0;
          flex: 0 0 220px;
  width: 100%;
  background: #f7f7f7;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
}

.experts-head__number {
  font-weight: normal;
  font-size: 96px;
  color: #19D1C8;
}

.experts-head__name {
  font-weight: bold;
  font-size: 12px;
  text-transform: uppercase;
  color: #19D1C8;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
  margin: 0 -20px;
}

.experts-head__description {
  font-weight: normal;
  font-size: 17px;
  line-height: 135%;
  color: #747E84;
}

.experts__content {
  background: #f7f7f7;
  padding: 30px 0 90px;
  margin-bottom: 65px;
  overflow-x: hidden;
}

.experts__content .experts__container {
  position: relative;
}

.experts__content .experts__container:after {
  content: '';
  position: absolute;
  bottom: -88px;
  left: calc(100% - 48px);
  width: 9999px;
  height: 55px;
  background: #fff;
}

.experts__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -12.5px;
}

.experts__column {
  width: 33.3334%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}

.experts__column:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.experts-slider__wrapper {
  -webkit-box-align: stretch;
          align-items: stretch;
}

.experts-slider__slide {
  height: auto;
}

.experts-slider__pagination {
  width: auto;
  position: absolute;
  bottom: -73px;
  left: 50px;
  font-weight: normal;
  font-size: 13px;
  color: rgba(57, 70, 79, 0.8);
}

.experts-slider__pagination .swiper-pagination-current {
  color: #39464f;
  font-weight: 500;
}

.experts-slider__navigation {
  position: absolute;
  right: 50px;
  bottom: -88px;
  width: 112px;
  height: 55px;
}

.experts-slider__navigation .swiper-button-disabled {
  opacity: 1;
}

.experts-slider__navigation .swiper-button-disabled:after {
  opacity: .5;
}

.experts-slider__navigation .swiper-button-next {
  width: 55px;
  height: 55px;
  right: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.experts-slider__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
}

.experts-slider__navigation .swiper-button-prev {
  width: 55px;
  height: 55px;
  left: 0;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
}

.experts-slider__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.expert-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.04);
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.expert-card__head {
  padding: 25px 30px;
  border-bottom: 1px solid #f7f7f7;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start;
}

.expert-card__photo {
  width: 79px;
  height: 79px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  -webkit-box-flex: 0;
          flex: 0 0 79px;
}

.expert-card__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}

.expert-card__info {
  padding-left: 16px;
}

.expert-card__name {
  font-weight: 500;
  font-size: 20px;
  line-height: 1.25;
  color: #2F3B43;
  display: block;
  margin-bottom: 10px;
}

.expert-card__position {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 120%;
  color: #848E94;
}

.expert-card__body {
  padding: 20px 30px 30px;
}

.expert-card__pretitle {
  display: block;
  font-weight: 500;
  font-size: 11px;
  text-transform: uppercase;
  color: #1FB3AA;
  margin-bottom: 15px;
}

.expert-card__text {
  margin: 0;
  font-weight: normal;
  font-size: 14px;
  line-height: 130%;
  color: #2F3B43;
}

.expert-card__footer {
  margin-top: auto;
  margin-bottom: 0;
  border-top: 1px solid #f7f7f7;
}

.expert-card__more {
  display: -webkit-box;
  display: flex;
  padding: 17px 30px;
  font-weight: 500;
  font-size: 15px;
  color: #848E94;
  position: relative;
  -webkit-box-align: center;
          align-items: center;
  -webkit-transition: .3s;
  transition: .3s;
}

.expert-card__more:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 3px;
}

.expert-card__modal {
  max-width: 415px;
  padding: 0;
}

.fancybox-is-open .fancybox-bg {
  opacity: 1;
}

.fancybox-content {
  overflow: initial;
}

.fancybox-slide--html .fancybox-close-small {
  right: -45px;
  top: -15px;
  color: #fff;
}

.fancybox-bg {
  background: rgba(7, 40, 51, 0.4);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
}

.experts-detail {
  padding: 30px 0;
  margin-bottom: 0;
}

.experts-detail .experts__container:after {
  display: none;
}

.experts-detail__head {
  padding: 23px 0;
  height: auto;
}

.analitics-detail {
  padding: 30px 0;
  background: #F7F7F7;
}

.analitics-detail__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  margin: 0 -12.5px;
  flex-wrap: wrap;
}

.analitics-detail__column {
  width: 33.3334%;
  padding: 0 12.5px;
  margin-bottom: 25px;
}

.analitics-detail__column:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.analitics-card {
  background: #FFFFFF;
  box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.04);
  padding: 15px;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
}

.analitics-card__picture {
  -webkit-box-flex: 0;
          flex: 0 0 111px;
  box-shadow: 0px 0px 20px rgba(83, 107, 115, 0.25);
  -webkit-transition: .3s;
  transition: .3s;
}

.analitics-card__picture:hover {
  box-shadow: none;
}

.analitics-card__info {
  padding-left: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.analitics-card__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 13px;
}

.analitics-card__year {
  display: inline-block;
  font-weight: 500;
  font-size: 13px;
  color: #1FB3AA;
  margin-right: 11px;
}

.analitics-card__date {
  font-weight: 500;
  font-size: 13px;
  color: #848E94;
}

.analitics-card__title {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  margin-bottom: 15px;
}

.analitics-card__content {
  height: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
}

.analitics-card__link {
  display: -webkit-inline-box;
  display: inline-flex;
  margin-top: auto;
  margin-bottom: 0;
  font-style: normal;
  font-weight: 500;
  font-size: 14px;
  color: #848E94;
  position: relative;
  -webkit-transition: .3s;
  transition: .3s;
}

.analitics-card__link:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%23848E94' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 9px;
  height: 9px;
  margin-left: 10px;
  -webkit-transition: .3s;
  transition: .3s;
  margin-top: 7px;
}

.analitics-card:hover .analitics-card__link {
  color: #1FB3AA;
}

.analitics-card:hover .analitics-card__link:after {
  background-image: url("data:image/svg+xml,%3Csvg width='9' height='9' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6L11 6' stroke='%231FB3AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='%231FB3AA' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.sub-modal {
  padding: 0;
  max-width: 465px;
  width: 100%;
}

.sub-modal__head {
  position: relative;
  height: 110px;
  border-bottom: 1px solid #f7f7f7;
  text-align: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  padding: 15px 30px;
}

.sub-modal__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 130%;
  color: #2F3B43;
  margin: 0;
}

.sub-modal__title:after {
  content: '';
  position: absolute;
  width: 18px;
  height: 2px;
  bottom: 0;
  left: 50%;
  margin-left: -9px;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.sub-modal__body {
  padding: 20px 30px;
}

.sub-modal__body input {
  margin-bottom: 20px;
}

.sub-modal .contacts-form__agree.is-privacy .contacts-form__label {
  font-size: 12px;
  font-weight: normal;
}

.sub-modal__text {
  display: -webkit-box;
  display: flex;
  text-align: center;
  font-weight: normal;
  font-size: 14px;
  line-height: 135%;
  color: #2F3B43;
  opacity: 0.7;
  margin-bottom: 30px;
}

.sub-modal-change {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  margin-bottom: 20px;
}

.sub-modal-change .contacts-form__label {
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #2F3B43;
}

.sub-modal-change .jq-checkbox {
  flex-shrink: 0;
  top: 3px;
  margin-right: 10px;
}

.training-detail {
  position: relative;
}

.training-intro {
  height: 630px;
  padding: 45px 0;
  position: relative;
  z-index: 1;
  background: #072833;
}

.training-intro:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: -1;
  background: linear-gradient(112.75deg, rgba(7, 40, 51, 0.8) 0%, rgba(7, 40, 51, 0) 100%);
}

.training-intro__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: -2;
}

.training-intro__container {
  height: 100%;
}

.training-intro__content {
  max-width: 815px;
  width: 100%;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.training-intro__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.training-intro__head {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-bottom: 20px;
}

.training-intro__category {
  font-weight: 500;
  font-size: 14px;
  color: #19D1C8;
}

.training-intro__date {
  font-weight: 500;
  font-size: 14px;
  color: #FFFFFF;
  opacity: 0.7;
  position: relative;
  margin-left: 11px;
  padding-left: 16px;
}

.training-intro__date:before {
  content: '';
  position: absolute;
  bottom: 8px;
  left: 0;
  width: 5px;
  height: 5px;
  border-radius: 50%;
  background: #fff;
}

.training-intro__title {
  font-weight: bold;
  font-size: 48px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 60px;
}

.training-intro__item {
  margin-bottom: 20px;
  padding-left: 25px;
}

.training-intro__name {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #FFFFFF;
  opacity: 0.7;
  display: -webkit-box;
  display: flex;
  margin-bottom: 5px;
}

.training-intro__detail {
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
  display: -webkit-box;
  display: flex;
  position: relative;
}

.training-intro__detail img {
  position: absolute;
  top: 2px;
  left: -25px;
}

.training-intro__price {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin-top: auto;
  margin-bottom: 0;
}

.training-intro__text {
  display: -webkit-box;
  display: flex;
  font-weight: 500;
  font-size: 18px;
  line-height: 120%;
  color: #FFFFFF;
}

.training-intro__link {
  font-weight: 500;
  font-size: 14px;
  line-height: 120%;
  color: #19D1C8;
}

.training-intro__amount {
  padding-left: 30px;
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #19D1C8;
}

.training-content {
  background: #F7F7F7;
  overflow-x: hidden;
}

.training-content__body {
  background: #fff;
  padding: 30px 0;
  padding-right: 70px;
  max-width: 815px;
  width: 100%;
  position: relative;
}

.training-content__body:before {
  content: '';
  position: absolute;
  height: 100%;
  width: 9999px;
  top: 0;
  right: 100%;
  left: -9999px;
  background: #fff;
}

.training-content__element {
  padding: 30px 0;
  border-bottom: 1px solid #f7f7f7;
}

.training-content__element ul {
  margin-top: 35px;
  padding-left: 18px;
}

.training-content__element ul li {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #2F3B43;
  margin-bottom: 15px;
}

.training-content__title {
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  color: #2F3B43;
  margin-bottom: 40px;
}

.training-content__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  text-align: justify;
  color: #596269;
}

.training-form {
  position: -webkit-sticky;
  position: sticky;
  top: 88px;
  right: 0;
  bottom: 100%;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  left: auto;
  z-index: 2;
  margin: 0;
}

.training-form__container {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
}

.training-form__card {
  position: absolute;
  width: 415px;
  margin-top: 45px;
}

.training-form .contacts-form__column {
  width: 100%;
}

.training-form .contacts-form__footer .contacts-form__grid {
  flex-wrap: wrap;
}

.training-form .contacts-form__footer .contacts-form__column {
  -webkit-box-flex: 1;
          flex: auto;
}

.training-form .contacts-form__head {
  padding: 25px 30px;
  text-align: center;
}

.training-form .contacts-form__body {
  padding: 25px 30px;
}

.training-form .contacts-form__label {
  font-weight: normal;
  font-size: 12px;
}

.direction-slider .courses-card {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: stretch;
          align-items: stretch;
  padding: 25px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  width: 100%;
}

.direction-slider .courses-card__picture {
  -webkit-box-flex: 0;
          flex: 0 0 300px;
  width: 100%;
  padding-bottom: 25%;
}

.direction-slider .courses-card__content {
  padding: 0;
  padding-left: 25px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  height: 100%;
}

.direction-slider .courses-card__link {
  padding-left: 0;
  margin-bottom: -25px;
}

.direction-slider .courses-card__pretitle {
  margin-bottom: 5px;
}

.direction-slider .courses-card__title {
  margin-bottom: 15px;
}

.direction-slider .support-table td {
  height: 30px;
}

.is-direction {
  margin-bottom: 0 !important;
}

.is-direction .key-points__aside {
  padding-top: 0;
}

.is-direction .key-points__list {
  top: 0;
}

.is-direction .announcement-slider__pagination {
  left: 380px;
}

.numbers {
  min-height: 430px;
  position: relative;
  z-index: 1;
  background: #072833;
  padding: 40px 0 50px;
  overflow: hidden;
}

.numbers.is-slider {
  min-height: auto;
  padding-bottom: 70px;
}

.numbers.is-slider .numbers__container {
  position: relative;
}

.numbers.is-slider .numbers__container:after {
  content: '';
  position: absolute;
  bottom: -70px;
  left: calc(100% - 48px);
  width: 9999px;
  height: 55px;
  background: #fff;
  border-bottom: 2px solid #f7f7f7;
}

.numbers.is-slider .numbers-card__head:before {
  width: calc(100% + 90px);
}

.numbers__body {
  overflow: unset;
}

.numbers__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.1;
  z-index: -1;
}

.numbers__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.numbers__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
          align-items: flex-start;
  margin: 0 -30px;
  position: relative;
}

.numbers__column {
  padding: 0 30px;
  width: 25%;
  -webkit-transition: .3s;
  transition: .3s;
}

.numbers__column:last-child .numbers-card__head:before {
  width: 9999px;
}

.numbers__column.swiper-slide {
  opacity: 0.4;
}

.numbers__column.swiper-slide-active {
  opacity: 1;
}

.numbers-card__title {
  font-weight: 300;
  font-size: 110px;
  line-height: 120%;
  letter-spacing: -0.05em;
  color: #19D1C8;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: end;
          align-items: flex-end;
}

.numbers-card__small {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #19D1C8;
  margin-bottom: 20px;
  margin-left: 10px;
}

.numbers-card__percent {
  font-weight: 500;
  font-size: 46px;
  line-height: 1;
  margin-bottom: 20px;
  margin-left: 10px;
}

.numbers-card__head {
  margin-bottom: 70px;
  position: relative;
}

.numbers-card__head:after {
  content: '';
  position: absolute;
  width: 11px;
  height: 11px;
  border-radius: 50%;
  background: #19D1C8;
  border: 2px solid #FFFFFF;
  bottom: -30px;
}

.numbers-card__head:before {
  content: '';
  position: absolute;
  width: calc(100% + 60px);
  height: 1px;
  background: rgba(255, 255, 255, 0.1);
  bottom: -25px;
  left: 0;
}

.numbers-card__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
}

.numbers-slider__pagination {
  font-weight: normal;
  font-size: 13px;
  color: rgba(255, 255, 255, 0.6);
  position: absolute;
  bottom: -50px;
  right: auto;
  left: 50px;
  width: auto;
}

.numbers-slider__pagination .swiper-pagination-current {
  color: #fff;
}

.numbers-slider__navigation {
  position: absolute;
  right: 50px;
  bottom: -70px;
  width: 112px;
  height: 55px;
}

.numbers-slider__navigation .swiper-button-disabled {
  opacity: 1;
}

.numbers-slider__navigation .swiper-button-disabled:after {
  opacity: .5;
}

.numbers-slider__navigation .swiper-button-next {
  width: 55px;
  height: 55px;
  right: -2px;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
  border-bottom: 2px solid #f7f7f7;
  border-right: 2px solid #f7f7f7;
}

.numbers-slider__navigation .swiper-button-next:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
}

.numbers-slider__navigation .swiper-button-prev {
  width: 55px;
  height: 55px;
  left: 4px;
  top: 0;
  margin: 0;
  background: #FFFFFF;
  border-radius: 0px;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  outline: none;
  border-radius: 5px 0px 0px 0px;
  border-right: 2px solid #f7f7f7;
  border-bottom: 2px solid #f7f7f7;
}

.numbers-slider__navigation .swiper-button-prev:after {
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='15' height='15' viewBox='0 0 15 15' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 7.25H13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M7.25 1L13.5 7.25L7.25 13.5' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 15px;
  height: 15px;
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

.analitics-steps {
  position: relative;
  padding: 50px 0 90px;
  background: #072833;
  z-index: 1;
}

.analitics-steps__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.2;
  z-index: -2;
}

.analitics-steps:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: linear-gradient(114.49deg, rgba(7, 40, 51, 0.8) 0%, rgba(7, 40, 51, 0) 100%);
  z-index: -1;
}

.analitics-steps__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 55px;
}

.analitics-steps__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: stretch;
          align-items: stretch;
  flex-wrap: wrap;
  margin: 0 -25px;
}

.analitics-steps__column {
  width: 33.3334%;
  padding: 0 25px;
  margin-bottom: 50px;
}

.analitics-steps__column:nth-last-child(-n+3) {
  margin-bottom: 0;
}

.analitics-steps__block {
  position: relative;
  padding-left: 50px;
}

.analitics-steps__number {
  position: absolute;
  top: 0;
  left: 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  font-weight: 900;
  font-size: 14px;
  color: #FFFFFF;
  background: #1FB3AA;
}

.analitics-steps__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  color: #FFFFFF;
}

.support-detail__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
}

.support-detail__info {
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 440px;
  padding: 20px 0 50px;
}

.support-detail__img {
  width: 100%;
}

.support-detail__title {
  font-weight: 500;
  font-size: 42px;
  line-height: 120%;
  color: #2F3B43;
  padding-bottom: 25px;
  margin-bottom: 25px;
  position: relative;
}

.support-detail__title:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 18px;
  height: 2px;
  background: #1FB3AA;
  border-radius: 5px 5px 0px 0px;
}

.support-detail__text {
  font-weight: normal;
  font-size: 16px;
  line-height: 135%;
  text-align: justify;
  color: #2F3B43;
  opacity: 0.8;
}

.support-graph {
  position: relative;
  z-index: 1;
  padding: 70px 0 100px;
  background: #072833;
  overflow-x: hidden;
}

.support-graph__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0.11;
  z-index: -1;
}

.support-graph__container {
  position: relative;
}

.support-graph__grid {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start;
  overflow-x: hidden;
  -webkit-box-pack: justify;
          justify-content: space-between;
}

.support-graph__chart {
  width: 100%;
  -webkit-box-flex: 0;
          flex: 0 0 360px;
}

.support-graph__chart .is-first {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.4;
}

.support-graph__chart .is-first.active {
  opacity: 1;
}

.support-graph__chart .is-second {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.4;
}

.support-graph__chart .is-second.active {
  opacity: 1;
}

.support-graph__chart .is-third {
  -webkit-transition: .3s;
  transition: .3s;
  opacity: 0.4;
}

.support-graph__chart .is-third.active {
  opacity: 1;
}

.support-graph__content {
  padding-left: 80px;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  min-width: 0;
}

.support-graph__flag {
  font-weight: bold;
  font-size: 12px;
  line-height: 15px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  color: #19D1C8;
  margin-bottom: 15px;
}

.support-graph__title {
  padding-right: 140px;
  font-weight: 500;
  font-size: 40px;
  line-height: 120%;
  color: #FFFFFF;
  margin-bottom: 30px;
}

.support-graph__wrapper {
  margin: 0 -30px;
}

.support-graph__slide {
  opacity: .4;
  -webkit-transition: .3s;
  transition: .3s;
}

.support-graph__slide.swiper-slide-active {
  opacity: 1;
}

.support-graph .numbers-card {
  padding: 0 30px;
}

.support-graph__info {
  position: relative;
}

.support-graph__info .intro__navigation {
  position: absolute;
  top: 0;
  margin-top: -80px;
  left: auto;
  right: 0;
  width: auto;
}

.support-categories {
  padding: 30px 0 70px;
}

.support-categories__title {
  font-weight: 500;
  font-size: 36px;
  line-height: 130%;
  color: #2F3B43;
  margin-bottom: 44px;
}

.support-categories__table {
  table-layout: fixed;
  width: 100%;
}

.support-categories__table th {
  background: #F7F7F7;
  padding: 10px 20px;
  text-align: left;
  font-weight: 500;
  font-size: 15px;
  color: #848E94;
}

.support-categories__table tbody td {
  width: 100%;
  padding: 10px 0;
}

.support-categories__body {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
}

.support-categories__icon {
  display: -webkit-box;
  display: flex;
  width: 54px;
  height: 54px;
  background: #F0F1F1;
  border-radius: 50%;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-flex: 0;
          flex: 0 0 54px;
}

.support-categories__name {
  padding-left: 16px;
  font-weight: 500;
  font-size: 18px;
  line-height: 130%;
  color: #2F3B43;
}

.support-categories__line {
  padding: 10px 10px;
  height: 44px;
  background: #1FB3AA;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: end;
          justify-content: flex-end;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
}

.tabs__wrapper {
  position: relative;
  min-width: 0;
}

.tabs__container {
  position: relative;
}

.tabs__content {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  -webkit-box-flex: 1;
          flex: 1 1 auto;
  top: 0;
  left: 0;
  width: 100%;
}

.tabs__content.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.select-lang {
  width: 55px;
}

.select-lang .jq-selectbox__select {
  background-color: transparent;
}

.select-lang .jq-selectbox__select-text {
  color: rgba(255, 255, 255, 0.8);
  box-shadow: none;
  text-shadow: none;
  font-weight: bold;
  font-size: 13px;
  letter-spacing: 0.02em;
  text-transform: uppercase;
}

.select-lang .jq-selectbox__trigger {
  width: 10px;
}

.select-lang .jq-selectbox__trigger-arrow {
  right: 0;
}

.select-lang .ru-icon {
  position: relative;
  padding-left: 21px;
}

.select-lang .ru-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang .en-icon {
  position: relative;
  padding-left: 21px;
}

.select-lang .en-icon:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 2px;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40911 3.46704C0.89322 4.21583 0.501158 5.0566 0.263428 5.96027H3.90247L1.40911 3.46704Z' fill='%2329337A'/%3E%3Cpath d='M5.75974 0.320312C4.838 0.588747 3.98436 1.01709 3.23267 1.57578L5.75974 4.10285V0.320312Z' fill='%2329337A'/%3E%3Cpath d='M3.42065 14.5578C4.12574 15.0512 4.91348 15.4331 5.75979 15.6796V12.219L3.42065 14.5578Z' fill='%2329337A'/%3E%3Cpath d='M0.355225 10.3623C0.619741 11.2191 1.02508 12.014 1.5431 12.7211L3.90192 10.3623H0.355225V10.3623Z' fill='%2329337A'/%3E%3Cpath d='M1.54091 3.28125C1.49619 3.34239 1.45211 3.4044 1.40891 3.46706L3.90227 5.96029H0.263221C0.204244 6.18475 0.156111 6.41352 0.116455 6.64544H4.90538L1.54091 3.28125Z' fill='white'/%3E%3Cpath d='M3.23486 14.4255C3.29573 14.4709 3.35829 14.5141 3.42041 14.5576L5.75954 12.2187V15.6793C5.98426 15.745 6.2125 15.8017 6.44469 15.8473V11.2158L3.23486 14.4255Z' fill='white'/%3E%3Cpath d='M0.177246 9.67676C0.2269 9.90891 0.285505 10.1376 0.354851 10.3619H3.90158L1.54276 12.7207C1.7993 13.0713 2.08378 13.4002 2.39289 13.7044L6.42045 9.67676H0.177246Z' fill='white'/%3E%3Cpath d='M5.75948 0.320112V4.10265L3.23237 1.57571C2.88399 1.83479 2.55833 2.12241 2.25659 2.43377L6.4445 6.62168V0.1521C6.21244 0.19797 5.98421 0.254819 5.75948 0.320112Z' fill='white'/%3E%3Cpath d='M5.75937 10.3379L5.73535 10.362H5.75937V10.3379Z' fill='%23D32030'/%3E%3Cpath d='M6.42041 9.67695H6.44439V9.65283L6.42041 9.67695Z' fill='%23D32030'/%3E%3Cpath d='M9.49918 6.64526H9.47607V6.6685L9.49918 6.64526Z' fill='%23D32030'/%3E%3Cpath d='M5.78289 5.96027L5.75928 5.93652V5.96027H5.78289Z' fill='%23D32030'/%3E%3Cpath d='M6.44458 6.62158V6.64523H6.46822L6.44458 6.62158Z' fill='%23D32030'/%3E%3Cpath d='M10.1614 13.9087V15.702C11.0187 15.462 11.818 15.0837 12.533 14.5908L10.5899 12.6477C10.4346 13.1933 10.3778 13.4753 10.1614 13.9087Z' fill='%23252F6C'/%3E%3Cpath d='M10.5998 3.66394L12.7211 1.54271C11.959 0.984627 11.0945 0.559328 10.1611 0.297852V2.14004C10.4106 2.63962 10.4316 3.01922 10.5998 3.66394Z' fill='%23252F6C'/%3E%3Cpath d='M14.4242 12.7675C14.9584 12.0489 15.3748 11.2377 15.6452 10.3621H12.0188L14.4242 12.7675Z' fill='%23252F6C'/%3E%3Cpath d='M15.7367 5.96025C15.4939 5.0375 15.0901 4.18096 14.5579 3.42041L12.0178 5.96025H15.7367Z' fill='%23252F6C'/%3E%3Cpath d='M11.0669 9.81242L11.6166 10.3622L14.248 12.9936C14.3078 12.9188 14.3671 12.8443 14.4243 12.7676L12.0188 10.3622H15.6452C15.7144 10.1379 15.7731 9.90919 15.8226 9.677H11.1183C11.1106 9.77415 11.0761 9.71591 11.0669 9.81242Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.5169 4.06489L12.9019 1.67965C12.8421 1.63331 12.7823 1.5872 12.7212 1.54248L10.6 3.66371C10.622 3.74758 10.4964 3.97899 10.5169 4.06489Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.1612 1.99252V0.297608C9.93677 0.234714 9.70826 0.181412 9.47607 0.137939V0.964692C9.731 1.24106 9.95951 1.5882 10.1612 1.99252Z' fill='%23E7E7E7'/%3E%3Cpath d='M11.0131 6.6453H15.8837C15.8442 6.41338 15.7959 6.18474 15.737 5.96015H12.0181L14.5582 3.42031C14.3084 3.06358 14.0309 2.7281 13.7278 2.41724L10.8667 5.27804C10.9437 5.79697 10.9782 6.09834 11.0131 6.6453Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.4741 12.5315L12.533 14.5906C12.8754 14.3548 13.1979 14.0923 13.4988 13.8073L10.7907 11.0991C10.7043 11.6 10.6017 12.0838 10.4741 12.5315Z' fill='%23E7E7E7'/%3E%3Cpath d='M9.47632 14.94V15.8614C9.70848 15.8182 9.93688 15.7647 10.1615 15.7018V13.9084C9.95961 14.3129 9.73111 14.664 9.47632 14.94Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.8667 5.27817L13.7275 2.41737C13.4699 2.15286 13.1938 1.90668 12.9017 1.67993L10.6538 3.92823C10.7537 4.34583 10.7991 4.82383 10.8667 5.27817Z' fill='%23D71F28'/%3E%3Cpath d='M7.60059 0.0098632C7.73387 0.00341159 7.86676 0 7.99974 0C7.86598 0 7.73286 0.00341159 7.60059 0.0098632Z' fill='%23D32030'/%3E%3Cpath d='M7.9995 16.0001C7.86649 16.0001 7.7336 15.9964 7.60059 15.99C7.73286 15.9967 7.86574 16.0001 7.9995 16.0001Z' fill='%23D32030'/%3E%3Cpath d='M7.99951 16.0001C8.50426 16.0001 8.99715 15.9512 9.47588 15.8617V14.9402C9.05565 15.3957 8.56404 16.0001 7.99951 16.0001Z' fill='%23D32030'/%3E%3Cpath d='M15.8838 6.64551H11.0765C11.1401 7.64885 11.1324 8.6806 11.0535 9.67709H15.8229C15.9384 9.13607 16.0003 8.57549 16.0003 8.00024C16.0003 7.53816 15.9591 7.08621 15.8838 6.64551Z' fill='%23D71F28'/%3E%3Cpath d='M11.0671 9.81274C11.0227 10.2854 10.8678 10.6538 10.7908 11.0997L13.4989 13.8077C13.7668 13.5538 14.0173 13.2823 14.2482 12.9939L11.6168 10.3623L11.0671 9.81274Z' fill='%23D71F28'/%3E%3Cpath d='M9.47616 1.02429V0.138186C8.99756 0.0488769 8.50467 0 7.99976 0C8.56429 0 9.0559 0.568924 9.47616 1.02429Z' fill='%23D32030'/%3E%3Cpath d='M10.1611 14.2546C10.3775 13.8211 10.5631 13.322 10.7184 12.7765L10.1611 12.2192V14.2546Z' fill='%2329337A'/%3E%3Cpath d='M10.7878 3.47602C10.6193 2.8313 10.4106 2.24518 10.1611 1.74561V4.1024L10.7878 3.47602Z' fill='%2329337A'/%3E%3Cpath d='M11.2223 9.96766C11.2314 9.87116 11.2396 9.77428 11.2474 9.677H10.9316L11.2223 9.96766Z' fill='white'/%3E%3Cpath d='M10.1612 4.10229V1.74536C9.95937 1.34104 9.731 0.993665 9.47607 0.717529V5.1055L10.852 3.72955C10.8313 3.64366 10.8096 3.55952 10.7878 3.47564L10.1612 4.10229Z' fill='white'/%3E%3Cpath d='M9.49927 6.64535H11.2702C11.2355 6.09842 11.1802 5.5603 11.1032 5.0415L9.49927 6.64535Z' fill='white'/%3E%3Cpath d='M9.47632 15.2821C9.73124 15.0057 9.95961 14.6586 10.1615 14.2543V12.2189L10.7188 12.7762C10.8466 12.3282 10.9538 11.8496 11.0405 11.3487L9.47635 9.78467L9.47632 15.2821Z' fill='white'/%3E%3Cpath d='M9.47627 15.2823V9.78487L11.0403 11.349C11.1172 10.903 11.1778 10.4404 11.2221 9.96764L10.9314 9.67698H11.2472C11.3262 8.68046 11.3339 7.64871 11.2702 6.6454H9.49927L11.1031 5.04155C11.0355 4.58706 10.9519 4.14747 10.852 3.72974L9.4763 5.10569V0.717717C9.056 0.262219 8.5644 0 7.99986 0C7.86685 0 7.73396 0.00341159 7.60071 0.0098632C7.20723 0.0295558 6.82135 0.0779598 6.44465 0.152238V6.62179L2.25665 2.43388C1.99932 2.69941 1.75997 2.98233 1.54092 3.28134L4.21996 5.96038L4.90535 6.64553H0.116467C0.0414457 7.0861 0 7.53805 0 8.00013C0 8.57551 0.0621517 9.13596 0.177335 9.67698H6.42067L2.39308 13.7046C2.65681 13.9637 2.93761 14.2049 3.23486 14.4257L6.44455 11.216V15.8475C6.82121 15.9218 7.20736 15.9702 7.60084 15.9899C7.73386 15.9964 7.86674 16 7.99976 16C8.5644 16 9.056 15.7378 9.47627 15.2823Z' fill='%23E51D35'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang .jq-selectbox__select {
  padding: 0 10px 0 0;
}

.select-lang.ru-icon .jq-selectbox__select-text {
  position: relative;
  padding-left: 21px;
}

.select-lang.ru-icon .jq-selectbox__select-text:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M8 15.9998C12.4183 15.9998 16 12.4181 16 7.99989C16 3.58167 12.4183 0 8 0C3.58172 0 0 3.58167 0 7.99989C0 12.4181 3.58172 15.9998 8 15.9998Z' fill='%23F0F0F0'/%3E%3Cpath d='M15.5024 10.7822C15.824 9.91551 16 8.97815 16 7.9996C16 7.02105 15.824 6.08369 15.5024 5.21704H0.497594C0.176031 6.08369 0 7.02105 0 7.9996C0 8.97815 0.176031 9.91551 0.497594 10.7822L8 11.4778L15.5024 10.7822Z' fill='%230052B4'/%3E%3Cpath d='M8.0007 16.0001C11.4404 16.0001 14.3728 13.8291 15.5031 10.7827H0.498291C1.62864 13.8291 4.56098 16.0001 8.0007 16.0001Z' fill='%23D80027'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang.ru-icon.jq-selectbox li:hover {
  background-color: #1FB3AA;
}

.select-lang.en-icon .jq-selectbox__select-text {
  position: relative;
  padding-left: 21px;
}

.select-lang.en-icon .jq-selectbox__select-text:before {
  content: '';
  position: absolute;
  top: 50%;
  margin-top: -9px;
  left: 0;
  content: '';
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.40911 3.46704C0.89322 4.21583 0.501158 5.0566 0.263428 5.96027H3.90247L1.40911 3.46704Z' fill='%2329337A'/%3E%3Cpath d='M5.75974 0.320312C4.838 0.588747 3.98436 1.01709 3.23267 1.57578L5.75974 4.10285V0.320312Z' fill='%2329337A'/%3E%3Cpath d='M3.42065 14.5578C4.12574 15.0512 4.91348 15.4331 5.75979 15.6796V12.219L3.42065 14.5578Z' fill='%2329337A'/%3E%3Cpath d='M0.355225 10.3623C0.619741 11.2191 1.02508 12.014 1.5431 12.7211L3.90192 10.3623H0.355225V10.3623Z' fill='%2329337A'/%3E%3Cpath d='M1.54091 3.28125C1.49619 3.34239 1.45211 3.4044 1.40891 3.46706L3.90227 5.96029H0.263221C0.204244 6.18475 0.156111 6.41352 0.116455 6.64544H4.90538L1.54091 3.28125Z' fill='white'/%3E%3Cpath d='M3.23486 14.4255C3.29573 14.4709 3.35829 14.5141 3.42041 14.5576L5.75954 12.2187V15.6793C5.98426 15.745 6.2125 15.8017 6.44469 15.8473V11.2158L3.23486 14.4255Z' fill='white'/%3E%3Cpath d='M0.177246 9.67676C0.2269 9.90891 0.285505 10.1376 0.354851 10.3619H3.90158L1.54276 12.7207C1.7993 13.0713 2.08378 13.4002 2.39289 13.7044L6.42045 9.67676H0.177246Z' fill='white'/%3E%3Cpath d='M5.75948 0.320112V4.10265L3.23237 1.57571C2.88399 1.83479 2.55833 2.12241 2.25659 2.43377L6.4445 6.62168V0.1521C6.21244 0.19797 5.98421 0.254819 5.75948 0.320112Z' fill='white'/%3E%3Cpath d='M5.75937 10.3379L5.73535 10.362H5.75937V10.3379Z' fill='%23D32030'/%3E%3Cpath d='M6.42041 9.67695H6.44439V9.65283L6.42041 9.67695Z' fill='%23D32030'/%3E%3Cpath d='M9.49918 6.64526H9.47607V6.6685L9.49918 6.64526Z' fill='%23D32030'/%3E%3Cpath d='M5.78289 5.96027L5.75928 5.93652V5.96027H5.78289Z' fill='%23D32030'/%3E%3Cpath d='M6.44458 6.62158V6.64523H6.46822L6.44458 6.62158Z' fill='%23D32030'/%3E%3Cpath d='M10.1614 13.9087V15.702C11.0187 15.462 11.818 15.0837 12.533 14.5908L10.5899 12.6477C10.4346 13.1933 10.3778 13.4753 10.1614 13.9087Z' fill='%23252F6C'/%3E%3Cpath d='M10.5998 3.66394L12.7211 1.54271C11.959 0.984627 11.0945 0.559328 10.1611 0.297852V2.14004C10.4106 2.63962 10.4316 3.01922 10.5998 3.66394Z' fill='%23252F6C'/%3E%3Cpath d='M14.4242 12.7675C14.9584 12.0489 15.3748 11.2377 15.6452 10.3621H12.0188L14.4242 12.7675Z' fill='%23252F6C'/%3E%3Cpath d='M15.7367 5.96025C15.4939 5.0375 15.0901 4.18096 14.5579 3.42041L12.0178 5.96025H15.7367Z' fill='%23252F6C'/%3E%3Cpath d='M11.0669 9.81242L11.6166 10.3622L14.248 12.9936C14.3078 12.9188 14.3671 12.8443 14.4243 12.7676L12.0188 10.3622H15.6452C15.7144 10.1379 15.7731 9.90919 15.8226 9.677H11.1183C11.1106 9.77415 11.0761 9.71591 11.0669 9.81242Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.5169 4.06489L12.9019 1.67965C12.8421 1.63331 12.7823 1.5872 12.7212 1.54248L10.6 3.66371C10.622 3.74758 10.4964 3.97899 10.5169 4.06489Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.1612 1.99252V0.297608C9.93677 0.234714 9.70826 0.181412 9.47607 0.137939V0.964692C9.731 1.24106 9.95951 1.5882 10.1612 1.99252Z' fill='%23E7E7E7'/%3E%3Cpath d='M11.0131 6.6453H15.8837C15.8442 6.41338 15.7959 6.18474 15.737 5.96015H12.0181L14.5582 3.42031C14.3084 3.06358 14.0309 2.7281 13.7278 2.41724L10.8667 5.27804C10.9437 5.79697 10.9782 6.09834 11.0131 6.6453Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.4741 12.5315L12.533 14.5906C12.8754 14.3548 13.1979 14.0923 13.4988 13.8073L10.7907 11.0991C10.7043 11.6 10.6017 12.0838 10.4741 12.5315Z' fill='%23E7E7E7'/%3E%3Cpath d='M9.47632 14.94V15.8614C9.70848 15.8182 9.93688 15.7647 10.1615 15.7018V13.9084C9.95961 14.3129 9.73111 14.664 9.47632 14.94Z' fill='%23E7E7E7'/%3E%3Cpath d='M10.8667 5.27817L13.7275 2.41737C13.4699 2.15286 13.1938 1.90668 12.9017 1.67993L10.6538 3.92823C10.7537 4.34583 10.7991 4.82383 10.8667 5.27817Z' fill='%23D71F28'/%3E%3Cpath d='M7.60059 0.0098632C7.73387 0.00341159 7.86676 0 7.99974 0C7.86598 0 7.73286 0.00341159 7.60059 0.0098632Z' fill='%23D32030'/%3E%3Cpath d='M7.9995 16.0001C7.86649 16.0001 7.7336 15.9964 7.60059 15.99C7.73286 15.9967 7.86574 16.0001 7.9995 16.0001Z' fill='%23D32030'/%3E%3Cpath d='M7.99951 16.0001C8.50426 16.0001 8.99715 15.9512 9.47588 15.8617V14.9402C9.05565 15.3957 8.56404 16.0001 7.99951 16.0001Z' fill='%23D32030'/%3E%3Cpath d='M15.8838 6.64551H11.0765C11.1401 7.64885 11.1324 8.6806 11.0535 9.67709H15.8229C15.9384 9.13607 16.0003 8.57549 16.0003 8.00024C16.0003 7.53816 15.9591 7.08621 15.8838 6.64551Z' fill='%23D71F28'/%3E%3Cpath d='M11.0671 9.81274C11.0227 10.2854 10.8678 10.6538 10.7908 11.0997L13.4989 13.8077C13.7668 13.5538 14.0173 13.2823 14.2482 12.9939L11.6168 10.3623L11.0671 9.81274Z' fill='%23D71F28'/%3E%3Cpath d='M9.47616 1.02429V0.138186C8.99756 0.0488769 8.50467 0 7.99976 0C8.56429 0 9.0559 0.568924 9.47616 1.02429Z' fill='%23D32030'/%3E%3Cpath d='M10.1611 14.2546C10.3775 13.8211 10.5631 13.322 10.7184 12.7765L10.1611 12.2192V14.2546Z' fill='%2329337A'/%3E%3Cpath d='M10.7878 3.47602C10.6193 2.8313 10.4106 2.24518 10.1611 1.74561V4.1024L10.7878 3.47602Z' fill='%2329337A'/%3E%3Cpath d='M11.2223 9.96766C11.2314 9.87116 11.2396 9.77428 11.2474 9.677H10.9316L11.2223 9.96766Z' fill='white'/%3E%3Cpath d='M10.1612 4.10229V1.74536C9.95937 1.34104 9.731 0.993665 9.47607 0.717529V5.1055L10.852 3.72955C10.8313 3.64366 10.8096 3.55952 10.7878 3.47564L10.1612 4.10229Z' fill='white'/%3E%3Cpath d='M9.49927 6.64535H11.2702C11.2355 6.09842 11.1802 5.5603 11.1032 5.0415L9.49927 6.64535Z' fill='white'/%3E%3Cpath d='M9.47632 15.2821C9.73124 15.0057 9.95961 14.6586 10.1615 14.2543V12.2189L10.7188 12.7762C10.8466 12.3282 10.9538 11.8496 11.0405 11.3487L9.47635 9.78467L9.47632 15.2821Z' fill='white'/%3E%3Cpath d='M9.47627 15.2823V9.78487L11.0403 11.349C11.1172 10.903 11.1778 10.4404 11.2221 9.96764L10.9314 9.67698H11.2472C11.3262 8.68046 11.3339 7.64871 11.2702 6.6454H9.49927L11.1031 5.04155C11.0355 4.58706 10.9519 4.14747 10.852 3.72974L9.4763 5.10569V0.717717C9.056 0.262219 8.5644 0 7.99986 0C7.86685 0 7.73396 0.00341159 7.60071 0.0098632C7.20723 0.0295558 6.82135 0.0779598 6.44465 0.152238V6.62179L2.25665 2.43388C1.99932 2.69941 1.75997 2.98233 1.54092 3.28134L4.21996 5.96038L4.90535 6.64553H0.116467C0.0414457 7.0861 0 7.53805 0 8.00013C0 8.57551 0.0621517 9.13596 0.177335 9.67698H6.42067L2.39308 13.7046C2.65681 13.9637 2.93761 14.2049 3.23486 14.4257L6.44455 11.216V15.8475C6.82121 15.9218 7.20736 15.9702 7.60084 15.9899C7.73386 15.9964 7.86674 16 7.99976 16C8.5644 16 9.056 15.7378 9.47627 15.2823Z' fill='%23E51D35'/%3E%3C/svg%3E%0A");
  width: 16px;
  height: 16px;
}

.select-lang.en-icon.jq-selectbox li:hover {
  background-color: #1FB3AA;
}

.intro-scroll {
  position: absolute;
  bottom: 100px;
  right: -95px;
  font-style: italic;
  font-weight: 500;
  font-size: 14px;
  text-align: right;
  color: #FFFFFF;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.intro-scroll:after {
  content: '';
  position: absolute;
  right: -25px;
  top: 50%;
  margin-top: -5px;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M6 11L6 1' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M1 6L6 1L11 6' stroke='%23FFFFFF' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
  width: 12px;
  height: 12px;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  -webkit-transition: .3s;
  transition: .3s;
}

@media only screen and (max-width: 1359px) {
  .header__menu {
    display: none;
  }
  .intro-content__title {
    font-size: 38px;
    max-width: 800px;
  }
  .intro-content__text {
    font-size: 15px;
  }
  .about__title {
    font-size: 36px;
    max-width: 775px;
  }
  .about-card__title {
    font-size: 60px;
  }
  .about__text {
    font-size: 12px;
  }
  .about-card__small {
    font-size: 10px;
  }
  .about__grid {
    margin: 0 -20px;
  }
  .about__column {
    padding: 0 20px;
  }
  .goal__title {
    font-size: 36px;
  }
  .directions__title {
    font-size: 32px;
  }
  .directions-card__title {
    font-size: 20px;
    max-width: 80%;
  }
  .directions-card__text {
    font-size: 14px;
    max-width: 80%;
  }
  .directions-card:nth-child(2):before {
    width: 120px;
    height: 120px;
  }
  .directions-card:nth-child(3):before {
    width: 114px;
    height: 114px;
  }
  .directions-card:nth-child(4):before {
    width: 106px;
    height: 107px;
  }
  .directions-card:nth-child(5):before {
    width: 106px;
    height: 107px;
  }
  .directions__grid:after {
    width: 89px;
    height: 89px;
    margin-top: -44.5px;
    margin-left: -44.5px;
  }
  .directions__additional {
    width: 250px;
    height: 250px;
    margin-top: -125px;
    margin-left: -125px;
  }
  .link-title {
    font-size: 32px;
  }
  .support-card__title {
    font-size: 16px;
  }
  .support-card__icon {
    display: none;
  }
  .support-card__head {
    padding: 20px;
  }
  .support-card__body {
    padding: 20px;
  }
  .support-table td:nth-child(odd) {
    font-size: 13px;
  }
  .support-table td {
    font-size: 13px;
  }
  .support__name {
    font-size: 13px;
  }
  .support__text {
    font-size: 13px;
  }
  .support__link {
    padding: 15px 20px;
    font-size: 14px;
  }
  .press-slider__title {
    font-size: 15px;
  }
  .footer__menu {
    display: none;
  }
  .footer__title {
    display: none;
  }
  .footer__contacts {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }
  .footer-contacts__description {
    display: block;
  }
  .footer-contacts__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 0;
    width: 100%;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
  }
  .footer-contacts__item {
    width: 33.3334%;
    margin-bottom: 0;
  }
  .footer-contacts__item:last-child {
    -webkit-box-pack: end;
            justify-content: flex-end;
    -webkit-box-flex: 0;
            flex: 0 0 180px;
  }
  .footer-contacts__btn {
    padding: 0 15px;
    -webkit-box-flex: 0;
            flex: 0 0 180px;
    margin-top: 0;
  }
  .footer-contacts__link {
    font-size: 14px;
  }
  .header-modal__grid {
    flex-wrap: wrap;
  }
  .header-modal__menu {
    width: 100%;
    margin-bottom: 30px;
  }
  .header-modal__contacts {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }
  .header-modal-contacts__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 -5px;
    position: relative;
    padding: 15px 0 0;
    background: #F7F7F7;
  }
  .header-modal-contacts__list:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    left: 100%;
    right: -100px;
    background: #F7F7F7;
    border-radius: 0px 5px 0px 0px;
  }
  .header-modal-contacts__list:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    top: 0;
    right: 100%;
    left: -9999px;
    background: #F7F7F7;
  }
  .header-modal-contacts__link {
    font-size: 13px;
  }
  .header-modal-contacts__item {
    width: 25%;
    padding: 0 5px;
  }
  .header-modal {
    height: calc(100% - 88px);
  }
  .header-modal-contacts__img {
    background: #fff;
    border-color: #fff;
  }
  .event-detail__picture {
    max-width: 50%;
  }
  .event-detail__title {
    font-size: 18px;
  }
  .event-detail__content p {
    font-size: 14px;
  }
  .event-detail__content ul li {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .main-heading__list {
    display: none;
  }
  .news-file__title {
    font-size: 16px;
  }
  .announcement__content {
    padding: 15px 20px;
  }
  .news-file__link:before {
    left: 15px;
  }
  .news-file__link {
    padding: 15px 15px 15px 50px;
  }
  .announcement-slider__pagination {
    left: 40px;
  }
  .support-table td {
    height: 30px;
  }
  .courses-card__content {
    padding: 15px 20px;
  }
  .courses-card__link {
    padding: 15px 20px;
    font-size: 14px;
  }
  .courses-card__pretitle {
    font-size: 12px;
    margin-bottom: 5px;
  }
  .courses-card__title {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .main-filter__btn {
    font-size: 14px;
  }
  .js-select .jq-selectbox__select {
    font-size: 14px;
  }
  .contacts-connect__notification {
    padding-left: 50px;
    margin-top: 50px;
  }
  .contacts-connect__notification:before {
    left: 0;
  }
  .contacts-connect {
    padding-top: 0;
  }
  .contacts-connect__grid {
    flex-wrap: wrap;
  }
  .contacts-connect__info {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
  }
  .contacts-connect__form {
    padding-left: 0;
  }
  .contacts-connect__form:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    top: 0;
    right: 100%;
    left: -9999px;
    background: #F7F7F7;
  }
  .contacts__title {
    font-size: 38px;
  }
  .expert-card__photo {
    -webkit-box-flex: 0;
            flex: 0 0 60px;
    width: 60px;
    height: 60px;
  }
  .expert-card__name {
    font-size: 18px;
  }
  .expert-card__position {
    font-size: 12px;
  }
  .analitics-detail__column {
    width: 50%;
  }
  .analitics-detail__column:nth-last-child(-n+3) {
    margin-bottom: 25px;
  }
  .analitics-detail__column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .numbers-card__title {
    font-size: 86px;
  }
  .numbers__title {
    font-size: 32px;
  }
  .numbers-card__text {
    font-size: 14px;
  }
  .numbers-card__small {
    font-size: 10px;
    margin-bottom: 15px;
  }
  .numbers-card__percent {
    font-size: 36px;
    margin-bottom: 15px;
  }
  .about-intro__bg {
    max-width: 400px;
    top: 0;
  }
  .about-intro__title {
    font-size: 36px;
  }
  .about-intro__text {
    font-size: 14px;
  }
  .about-intro__btn {
    height: 40px;
    font-size: 12px;
  }
  .about-intro__description {
    font-size: 12px;
  }
  .founders__title {
    font-size: 28px;
  }
  .founders__description {
    font-size: 14px;
    max-width: calc(100% - 180px);
  }
  .event-data {
    -webkit-box-flex: 0;
            flex: 0 0 450px;
  }
  .event-data__amount {
    font-size: 60px;
  }
  .event-data__icon {
    width: 55px;
    height: 55px;
  }
  .event-data__text {
    font-size: 14px;
  }
  .event-data__block {
    padding: 25px;
  }
  .analitics-steps__column {
    padding: 0 15px;
  }
  .analitics-steps__grid {
    margin: 0 -15px;
  }
  .analitics-steps__title {
    font-size: 32px;
  }
  .training-form {
    position: initial;
  }
  .training-form__card {
    position: initial;
    width: 100%;
  }
  .training-detail {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .training-content__body {
    max-width: 100%;
    padding-right: 0;
  }
  .training-content__body:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    top: 0;
    left: 100%;
    right: -9999px;
    background: #fff;
  }
  .support-detail__title {
    font-size: 36px;
  }
  .support-detail__text {
    font-size: 14px;
  }
  .support-graph__title {
    font-size: 36px;
  }
  .support-graph__flag {
    font-size: 11px;
  }
  .main-heading__title:before {
    bottom: -25px;
  }
  .header-modal__content .footer__menu {
    display: -webkit-box;
    display: flex;
  }
  .header-modal__content .footer__grid {
    flex-wrap: wrap;
  }
  .header-modal__content .footer__title {
    display: -webkit-inline-box;
    display: inline-flex;
  }
  .header-modal__content .footer-contacts__list {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 0 -5px;
    position: relative;
    padding: 15px 0;
    background: #F7F7F7;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    margin: 0 -10px;
  }
  .header-modal__content .footer-contacts__list:after {
    content: '';
    position: absolute;
    height: 100%;
    width: 15px;
    top: 0;
    left: 100%;
    right: -100px;
    background: #F7F7F7;
    border-radius: 0px 5px 0px 0px;
  }
  .header-modal__content .footer-contacts__list:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    top: 0;
    right: 100%;
    left: -9999px;
    background: #F7F7F7;
  }
  .header-modal__content .footer-contacts__item {
    width: 25%;
    padding: 0 10px;
  }
  .header-modal__content .footer-contacts__item:last-child {
    -webkit-box-flex: 1;
            flex: auto;
    margin: 0;
  }
  .header-modal__content .footer-contacts__btn {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
  }
  .header-modal__content .footer__contacts {
    padding-top: 25px;
  }
}

@media only screen and (max-width: 1023px) {
  .container {
    width: 100%;
  }
  .link-title__text:after {
    bottom: 5px;
  }
  .intro-content__title {
    max-width: 524px;
    font-size: 34px;
  }
  .intro-content__text {
    font-size: 14px;
    max-width: 355px;
  }
  .intro-content__btn {
    height: 50px;
    padding: 0 20px;
    font-size: 14px;
    margin: 0 5px;
  }
  .intro__navigation .swiper-button-prev {
    top: 60px;
    right: 0;
  }
  .about__title {
    font-size: 30px;
  }
  .about__slider .swiper-slide {
    flex-shrink: 0;
  }
  .goal__title {
    font-size: 30px;
  }
  .goal__chart {
    margin-left: -30px;
    width: calc(100% + 30px);
  }
  .directions-card__title {
    font-size: 16px;
    line-height: 120%;
  }
  .directions-card__text {
    font-size: 13px;
  }
  .directions-card:nth-child(2):before {
    width: 82px;
    height: 82px;
  }
  .directions-card:nth-child(3):before {
    width: 78px;
    height: 78px;
  }
  .directions-card:nth-child(4):before {
    width: 73px;
    height: 73px;
  }
  .directions-card:nth-child(5):before {
    width: 73px;
    height: 73px;
  }
  .directions__grid:after {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
  }
  .members-slider__name {
    font-size: 16px;
    line-height: 130%;
  }
  .members-slider__position {
    font-size: 12px;
  }
  .scrollToTop {
    display: none;
  }
  .link-title {
    font-size: 26px;
  }
  .press-head__link {
    font-size: 14px;
  }
  .main-navigation .swiper-button-next {
    width: 40px;
    height: 40px;
  }
  .main-navigation .swiper-button-prev {
    width: 40px;
    height: 40px;
  }
  .main-navigation {
    width: 81px;
    top: -110px;
  }
  .press-head__item {
    margin: 0 10px;
  }
  .press-head__item.is-active:after {
    bottom: -40px;
  }
  .footer-contacts__list {
    flex-wrap: wrap;
  }
  .footer-contacts__item {
    width: 50%;
    margin-bottom: 20px;
    padding: 0 20px;
  }
  .footer-contacts__btn {
    -webkit-box-flex: 0;
            flex: none;
    width: 100%;
  }
  .footer-contacts__item:last-child {
    -webkit-box-flex: 0;
            flex: none;
  }
  .footer__grid {
    margin: 0 -20px;
  }
  .footer__contacts {
    padding: 0;
  }
  .support-slider__navigation.main-navigation {
    top: -90px;
  }
  .support__content .support-slider__pagination {
    top: -80px;
  }
  .members-slider__navigation.main-navigation {
    top: -90px;
  }
  .members__content .members-slider__pagination {
    top: -80px;
  }
  .header-modal__element {
    width: 50%;
  }
  .header-modal__link {
    font-size: 14px;
  }
  .header-modal {
    padding: 40px 0;
  }
  .header-modal__title {
    margin-bottom: 20px;
  }
  .header-modal__item {
    margin-bottom: 5px;
  }
  .header-modal-contacts__list {
    flex-wrap: wrap;
  }
  .header-modal-contacts__item {
    width: 50%;
  }
  .header-modal-contacts__btn {
    font-size: 12px;
  }
  .event-detail__grid {
    flex-wrap: wrap;
  }
  .event-detail__picture {
    max-width: 100%;
    -webkit-box-flex: 1;
            flex: auto;
    margin-bottom: 20px;
  }
  .event-detail__content {
    padding-left: 0;
  }
  .goal-chart__desc {
    font-size: 12px;
  }
  .event-detail__title {
    margin-bottom: 15px;
  }
  .main-heading__nav {
    display: none;
  }
  .event-detail__logo {
    top: 15px;
    left: 15px;
    z-index: 2;
    width: 100px;
    height: 60px;
    padding: 10px;
  }
  .news__column {
    width: 50%;
  }
  .courses__column {
    width: 50%;
  }
  .js-select {
    width: 140px;
  }
  .news-detail__grid {
    flex-wrap: wrap;
  }
  .news-detail__content {
    width: 100%;
    margin-bottom: 20px;
  }
  .news-detail__list {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
  }
  .news-detail__news {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin: 0 -10px;
  }
  .news-detail__item {
    width: 33.3334%;
    padding: 0 10px;
    padding-bottom: 20px;
    border: 0;
  }
  .news-detail__name {
    font-size: 14px;
  }
  .news-detail__item .press-slider__tag {
    font-size: 12px;
  }
  .news-detail__item .press-slider__date {
    font-size: 12px;
  }
  .contacts__head {
    height: 70px;
  }
  .contacts__title {
    line-height: 70px;
  }
  .contacts__title {
    font-size: 24px;
  }
  .contacts-card {
    position: initial;
    max-width: initial;
  }
  .contacts-card__head {
    padding: 20px 25px;
  }
  .contacts-card__title {
    font-size: 16px;
  }
  .contacts-card__body {
    padding: 20px 25px 35px;
  }
  .contacts-card__icon {
    width: 30px;
    height: 30px;
    margin-top: -15px;
  }
  .contacts-card__name {
    font-size: 12px;
  }
  .contacts-card__link {
    font-size: 14px;
  }
  .contacts-card__element {
    padding-left: 45px;
  }
  .contacts-connect__info {
    padding: 20px 0;
  }
  .contacts-connect__title {
    font-size: 22px;
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
  .contacts-connect__text {
    font-size: 14px;
  }
  .contacts-connect__notification {
    font-size: 12px;
  }
  .contacts-form__head {
    padding: 20px 25px;
  }
  .contacts-form__title {
    font-size: 16px;
  }
  .contacts-form__body {
    padding: 20px 25px;
  }
  .contacts-form__input {
    height: 45px;
    font-size: 12px;
  }
  .contacts-form__textarea {
    font-size: 12px;
  }
  .contacts-form__label {
    font-size: 12px;
  }
  .contacts-form__btn {
    height: 45px;
    font-size: 14px;
  }
  .contacts__body iframe {
    height: 300px;
  }
  .experts__column {
    width: 50%;
  }
  .experts-head__description {
    font-size: 12px;
  }
  .experts-head__name {
    font-size: 8px;
    margin: 0 -10px;
  }
  .experts-head__number {
    font-size: 68px;
  }
  .experts-head__amount {
    -webkit-box-flex: 0;
            flex: 0 0 130px;
  }
  .experts.is-experts-detail .experts-head__content {
    padding: 20px 0;
    padding-right: 20px;
  }
  .main-heading__btn {
    height: 40px;
    font-size: 12px;
  }
  .experts__column:nth-last-child(-n+3) {
    margin-bottom: 25px;
  }
  .experts__column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .main-filter__category {
    overflow-x: auto;
  }
  .main-filter__item {
    white-space: nowrap;
  }
  .analitics-card__year {
    font-size: 10px;
  }
  .analitics-card__date {
    font-size: 10px;
  }
  .analitics-card__title {
    font-size: 12px;
  }
  .analitics-card__link {
    font-size: 12px;
  }
  .analitics-card__link:after {
    margin-left: 7px;
    margin-top: 5px;
  }
  .event-intro__content {
    flex-wrap: wrap;
  }
  .event-intro__info {
    width: 100%;
    padding: 20px 0;
  }
  .event-intro__list {
    width: 100%;
  }
  .event-intro__title {
    font-size: 28px;
  }
  .event-intro__info p {
    font-size: 12px;
  }
  .event-intro__btn {
    padding: 10px 15px;
    font-size: 12px;
  }
  .event-intro__list:before {
    content: '';
    position: absolute;
    height: 100%;
    width: 9999px;
    top: 0;
    right: 100%;
    left: -9999px;
    background: #F7F7F7;
    z-index: -1;
  }
  .event-intro__list {
    padding: 30px 0 82px 0;
  }
  .event-intro__slider {
    width: 100%;
    margin-right: 0;
    height: 435px;
    position: initial;
  }
  .event-intro__slide {
    opacity: 1;
  }
  .event-intro {
    margin-bottom: 0;
  }
  .key-points__grid {
    flex-wrap: wrap;
  }
  .key-points__aside {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f7f7f7;
  }
  .key-points__element {
    font-size: 16px;
    white-space: nowrap;
  }
  .key-points__list {
    width: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: center;
            align-items: center;
    overflow-x: auto;
    margin: 0 -10px;
  }
  .key-points__item {
    margin-bottom: 0;
    padding: 0 10px;
  }
  .key-tabs__heading {
    min-height: 70px;
    font-size: 24px;
  }
  .key-card__title {
    font-size: 24px;
  }
  .key-card__text {
    font-size: 12px;
  }
  .event-intro__pagination {
    left: 0;
  }
  .numbers__grid {
    flex-wrap: wrap;
  }
  .numbers__column {
    width: 50%;
    margin-bottom: 25px;
  }
  .numbers__title {
    font-size: 28px;
  }
  .is-slider .numbers__grid {
    flex-wrap: nowrap;
  }
  .event-data {
    width: 100%;
    -webkit-box-flex: 1;
            flex: auto;
  }
  .analitics-steps__column {
    width: 50%;
    margin-bottom: 30px;
  }
  .analitics-steps__text {
    font-size: 14px;
  }
  .analitics-steps__column:nth-last-child(-n+3) {
    margin-bottom: 30px;
  }
  .analitics-steps__column:nth-last-child(-n+2) {
    margin-bottom: 0;
  }
  .analitics-steps__title {
    margin-bottom: 25px;
    font-size: 26px;
  }
  .analitics-steps {
    padding: 30px 0 40px;
  }
  .event-intro__msg:before {
    left: 0;
  }
  .event-intro__msg {
    padding-left: 15px;
  }
  .about-intro__title {
    font-size: 32px;
  }
  .about-intro__text {
    font-size: 12px;
  }
  .about-intro {
    min-height: auto;
  }
  .founders-slider__navigation {
    display: none;
  }
  .founders-slider__pagination {
    right: 0;
  }
  .founders__title {
    font-size: 22px;
  }
  .founders__description {
    font-size: 12px;
  }
  .founders {
    padding: 30px 0;
  }
  .founders__description {
    max-width: calc(100% - 60px);
  }
  .training-intro__title {
    font-size: 34px;
  }
  .training-intro {
    height: auto;
  }
  .training-intro__price {
    margin-top: 25px;
  }
  .training-form__card {
    margin-top: 0;
  }
  .training-content__body {
    padding-bottom: 0;
  }
  .direction-slider .courses-card {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
  }
  .is-direction .key-points__tabs {
    width: 100%;
  }
  .direction-slider .courses-card__picture {
    -webkit-box-flex: 1;
            flex: auto;
    padding-bottom: 40%;
  }
  .is-direction .announcement-slider__pagination {
    left: 50px;
  }
  .direction-slider .courses-card__content {
    padding-left: 0;
    margin-top: 10px;
  }
  .support-detail__grid {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
            flex-direction: column-reverse;
  }
  .support-detail__info {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
  }
  .support-detail__title {
    font-size: 32px;
  }
  .support-graph__grid {
    flex-wrap: wrap;
  }
  .support-graph__chart {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
    text-align: center;
    margin-bottom: 30px;
  }
  .support-graph__chart svg {
    max-width: 300px;
  }
  .support-graph__content {
    width: 100%;
    padding: 0;
  }
  .support-graph__title {
    font-size: 32px;
    padding: 0;
  }
  .support-graph__info .intro__navigation {
    display: none;
  }
  .support-categories__title {
    font-size: 32px;
    margin-bottom: 20px;
  }
  .support-categories {
    padding: 20px 0 40px;
  }
  .support-categories__table th {
    font-size: 12px;
    padding: 5px 10px;
  }
  .support-categories__icon {
    width: 35px;
    height: 35px;
    -webkit-box-flex: 0;
            flex: 0 0 35px;
  }
  .support-categories__icon img {
    max-width: 12px;
  }
  .support-categories__name {
    font-size: 14px;
  }
  .support-categories__line {
    height: 30px;
    font-size: 12px;
    padding: 5px;
  }
  .support-categories__table tbody td {
    padding: 10px 0;
  }
  .select-lang {
    width: 55px;
  }
  .key-points__head {
    height: 100px;
  }
  .main-heading__title:before {
    bottom: -29px;
  }
  .goal__chart {
    margin-left: 0;
  }
  .header-modal__content .footer-contacts__item {
    width: 50%;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }
  .intro__navigation {
    display: none;
  }
  .goal-chart__amount {
    display: none;
  }
  .goal-chart .canvas {
    margin: 0;
    position: initial;
  }
  .goal-chart__container {
    margin: 0;
    margin-left: 0;
    width: 100%;
  }
  .goal__chart {
    margin: 0;
    height: auto;
    border: 0;
    width: 100%;
  }
  .goal__chart:before {
    display: none;
  }
  .goal__chart:after {
    display: none;
  }
  .intro__pagination {
    display: none;
  }
  .intro-description {
    display: none;
  }
  .intro__slider {
    max-height: 600px;
    min-height: 600px;
  }
  .intro-content__title {
    max-width: 100%;
    font-size: 20px;
    margin-bottom: 30px;
  }
  .intro-content__text {
    max-width: 100%;
    font-size: 12px;
  }
  .intro-content__btn {
    width: 50%;
    -webkit-box-pack: center;
            justify-content: center;
    height: 40px;
    font-size: 12px;
  }
  .intro {
    margin-bottom: 250px;
  }
  .intro-content__slider {
    bottom: -230px;
    right: 50%;
    margin-right: -150px;
    box-shadow: 0px 0px 25px rgba(83, 107, 115, 0.2);
  }
  .intro-slider-sm {
    border-bottom: 0;
  }
  .intro-content__body {
    max-height: 600px;
    min-height: 600px;
  }
  .about__pretitle {
    font-size: 9px;
  }
  .about__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .about-card__title {
    font-size: 44px;
    display: -webkit-box;
    display: flex;
  }
  .about-card__small {
    font-size: 9px;
  }
  .about__text {
    font-size: 10px;
  }
  .announcement-slider__pagination {
    left: 20px;
  }
  .about__slider .swiper-slide {
    flex-shrink: initial;
  }
  .about__column {
    width: 50%;
    margin-bottom: 35px;
    padding: 0 8px;
  }
  .about__grid {
    flex-wrap: wrap;
    margin: 0 -8px;
  }
  .about-card__small {
    margin-top: 5px;
    margin-left: 10px;
  }
  .about-card__hidden {
    display: none;
  }
  .about {
    padding: 20px 0;
  }
  .goal__pretitle {
    font-size: 9px;
  }
  .goal__title {
    font-size: 18px;
  }
  .goal {
    max-height: initial;
  }
  .goal__container {
    max-height: initial;
  }
  .goal__content {
    max-height: initial;
  }
  .directions__additional {
    display: none;
  }
  .directions-card:before {
    display: none;
  }
  .directions__grid:after {
    display: none;
  }
  .directions-card {
    width: 100%;
    margin-bottom: 10px;
    bottom: 0;
    min-height: 144px;
    padding: 15px;
  }
  .directions-card:nth-child(2) {
    border: 0;
  }
  .directions-card:nth-child(2) .directions-card__number {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 15px;
  }
  .directions-card:nth-child(3) {
    border: 0;
    text-align: left;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .directions-card:nth-child(3) .directions-card__number {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 15px;
  }
  .directions-card:nth-child(4) {
    border: 0;
  }
  .directions-card:nth-child(4) .directions-card__number {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 15px;
  }
  .directions-card:nth-child(5) {
    border: 0;
    text-align: left;
    -webkit-box-align: start;
            align-items: flex-start;
  }
  .directions-card:nth-child(5) .directions-card__number {
    bottom: auto;
    left: auto;
    top: 20px;
    right: 15px;
  }
  .directions__title {
    font-size: 20px;
  }
  .link-title {
    font-size: 20px;
  }
  .main-navigation {
    display: none;
  }
  .members__content .members-slider__pagination {
    right: 0;
  }
  .support__content .support-slider__pagination {
    right: 0;
  }
  .press__head {
    padding-right: 0;
  }
  .press-head__list {
    display: none;
  }
  .link-title__text:after {
    background-size: 100%;
    width: 6px;
    height: 9px;
    margin-top: -2px;
    right: -15px;
  }
  .members {
    padding: 30px 0;
  }
  .members__content .members-slider__pagination {
    top: -77px;
  }
  .support {
    padding: 30px 0 40px;
  }
  .support__content .support-slider__pagination {
    top: -77px;
  }
  .press__head {
    padding-bottom: 25px;
    margin-bottom: 25px;
  }
  .press {
    padding: 25px 0 30px;
  }
  .press-slider__title {
    font-size: 12px;
    margin-bottom: 20px;
  }
  .press-slider__tag {
    font-size: 10px;
  }
  .press-slider__date {
    font-size: 10px;
    margin-left: 20px;
  }
  .press-slider__date:before {
    width: 4px;
    height: 4px;
    left: -12px;
  }
  .press-slider__preview {
    margin-bottom: 20px;
  }
  .footer-contacts__item {
    width: 100%;
  }
  .footer-contacts__btn {
    font-size: 12px;
  }
  .footer-copyright__text {
    font-size: 9px;
    max-width: 190px;
  }
  .footer__content {
    padding: 30px 0 20px;
  }
  .header-modal__element {
    width: 100%;
    padding: 0;
  }
  .header-modal-contacts__item {
    width: 100%;
  }
  .header-modal__menu {
    margin: 0;
  }
  .header-modal__title {
    width: 100%;
  }
  .header-modal__title:after {
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
  .header-modal__list {
    display: none;
  }
  .header__img {
    max-width: 160px;
  }
  .header__logo {
    display: block;
    margin: 0;
    padding: 0;
    line-height: 1;
  }
  .header__logo svg {
    max-width: 160px;
  }
  .header__grid {
    height: 60px;
  }
  .header__container {
    height: 60px;
  }
  .header {
    height: 60px;
  }
  .header__search {
    padding: 0 5px;
  }
  .header__choice {
    padding: 0;
  }
  .header-mmenu__btn {
    white-space: nowrap;
  }
  .header-mmenu__btn span {
    display: none;
  }
  .header-mmenu {
    padding: 0 15px 0 5px;
  }
  .header-modal {
    height: calc(100% - 60px);
    top: 60px;
  }
  .intro-content__slider {
    width: 300px;
  }
  .main-pag__item {
    padding: 0 1px;
  }
  .main-pag__link {
    width: 25px;
    height: 25px;
    font-size: 10px;
  }
  .main-pag__prev {
    width: 25px;
    height: 25px;
    border-radius: 2px 0px 0px 2px;
  }
  .main-pag__prev:after {
    width: 10px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .main-pag__next {
    width: 25px;
    height: 25px;
    border-radius: 0px 2px 2px 0px;
  }
  .main-pag__next:after {
    width: 10px;
    height: 8px;
    background-size: 100%;
    background-repeat: no-repeat;
  }
  .main-filter__content {
    flex-wrap: wrap;
  }
  .main-filter__category {
    width: 100%;
  }
  .main-filter__selects {
    margin-bottom: 10px;
  }
  .main-filter__selects .js-select .jq-selectbox__select {
    height: 40px;
    font-size: 12px;
  }
  .main-filter__selects .js-select .jq-selectbox__trigger-arrow {
    top: calc(50% - 4px);
  }
  .main-filter__selects .jq-selectbox li {
    font-size: 12px;
  }
  .main-filter__selects .js-select {
    width: 125px;
  }
  .news-detail__soc {
    display: none;
  }
  .news-detail__body {
    padding-top: 20px;
  }
  .news-detail__text {
    font-size: 14px;
  }
  .news-detail__tag {
    font-size: 14px;
  }
  .news-detail__news {
    flex-wrap: wrap;
  }
  .news-detail__item {
    width: 100%;
  }
  .experts__column {
    width: 100%;
  }
  .experts__column:nth-last-child(-n+2) {
    margin-bottom: 25px;
  }
  .experts__column:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .analitics-detail__column {
    width: 100%;
  }
  .analitics-detail__column:nth-last-child(-n+2) {
    margin-bottom: 25px;
  }
  .analitics-detail__column:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .event-intro__list {
    min-height: auto;
    height: auto;
  }
  .event-intro__slider {
    height: auto;
  }
  .key-points__element {
    white-space: nowrap;
    font-size: 12px;
  }
  .training-more {
    font-size: 12px;
  }
  .key-card {
    min-height: 220px;
  }
  .key-tabs__heading {
    font-size: 18px;
  }
  .key-points__head {
    height: 70px;
  }
  .key-points__body {
    padding: 0;
  }
  .experts-slider__pagination {
    left: 20px;
  }
  .event-intro__list.is-training {
    min-height: auto;
  }
  .numbers-slider__pagination {
    left: 20px;
  }
  .event-data__text {
    font-size: 12px;
  }
  .event-data__amount {
    font-size: 42px;
  }
  .event-data__icon img {
    max-width: 16px;
  }
  .event-data__icon {
    width: 45px;
    height: 45px;
  }
  .event-data__small {
    font-size: 28px;
  }
  .about-intro__title {
    font-size: 26px;
  }
  .about-intro__bg {
    display: none;
  }
  .training-intro__title {
    font-size: 28px;
  }
  .training-intro__amount {
    font-size: 32px;
  }
  .training-intro__link {
    font-size: 12px;
  }
  .training-intro__text {
    font-size: 16px;
  }
  .training-intro__detail {
    font-size: 16px;
  }
  .training-intro__name {
    font-size: 12px;
  }
  .training-content__element {
    padding: 15px 0;
  }
  .training-content__title {
    font-size: 20px;
  }
  .training-content__text {
    font-size: 14px;
  }
  .training-content__element ul li {
    font-size: 14px;
  }
  .is-direction .announcement-slider__pagination {
    left: 20px;
  }
  .announcement__body .announcement__container:after {
    left: calc(100% - 18px);
  }
  .announcement-slider__navigation {
    right: 20px;
  }
  .support-detail__title {
    font-size: 22px;
  }
  .support-detail__text {
    font-size: 12px;
  }
  .support-graph__flag {
    font-size: 10px;
  }
  .support-graph__title {
    font-size: 22px;
  }
  .support-categories__title {
    font-size: 22px;
  }
  .intro-scroll {
    display: none;
  }
  .header-modal__content .footer__element {
    width: 50%;
  }
  .main-head {
    margin-bottom: 30px;
  }
}

@media only screen and (max-width: 576px) {
  .main-heading__content {
    flex-wrap: wrap;
  }
  .navigation__item {
    font-size: 12px;
  }
  .main-heading__title {
    margin-bottom: 10px;
  }
  .event-detail__picture {
    padding-bottom: 60%;
  }
  .main-heading__more {
    display: none;
  }
  .announcement__head {
    padding: 20px 0;
  }
  .more-card__category {
    font-size: 12px;
  }
  .more-card__category:before {
    margin-top: -1px;
  }
  .more-card__site {
    font-size: 12px;
  }
  .more-card__title {
    font-size: 20px;
  }
  .more-card__text {
    font-size: 12px;
  }
  .more-card__link {
    font-size: 14px;
  }
  .more-card__head {
    padding: 20px 15px;
  }
  .more-card__body {
    padding: 0 15px;
  }
  .more-card__footer {
    padding: 20px 15px;
  }
  .more-card {
    min-height: 330px;
  }
  .main-heading__content .js-select {
    display: none;
  }
  .link-title {
    font-size: 18px;
  }
  .main-heading__btn {
    font-size: 12px;
    height: 35px;
    margin-left: 0;
  }
  .main-heading__title:before {
    display: none;
  }
  .news-file__title {
    font-size: 12px;
  }
  .news-file__description {
    font-size: 11px;
  }
  .news__column {
    width: 100%;
  }
  .news {
    padding: 20px 0;
  }
  .main-pag {
    padding-top: 20px;
  }
  .main-filter__btn {
    height: 50px;
    font-size: 12px;
  }
  .courses__column {
    width: 100%;
  }
  .main-filter__category {
    overflow-x: auto;
  }
  .main-filter__item {
    white-space: nowrap;
  }
  .navigation__link {
    font-size: 12px;
  }
  .news-detail__print {
    display: none;
  }
  .news-detail__text {
    font-size: 12px;
  }
  .news-detail__tag {
    font-size: 12px;
  }
  .news-detail__title {
    font-size: 18px;
    padding-bottom: 15px;
  }
  .news-detail__grid {
    margin: 0 -10px;
  }
  .news-detail__content {
    padding: 0 10px;
  }
  .news-detail__list {
    padding: 0 10px;
  }
  .news-detail__item .press-slider__tag {
    font-size: 10px;
  }
  .news-detail__item .press-slider__date {
    font-size: 10px;
  }
  .news-detail__name {
    font-size: 12px;
  }
  .contacts-card {
    box-shadow: 0;
  }
  .contacts-card__head {
    padding: 20px 0;
  }
  .contacts-card__body {
    padding: 20px 0;
  }
  .contacts-connect__form {
    padding: 20px 0;
  }
  .contacts-form__head {
    padding: 20px 15px;
  }
  .contacts-form__body {
    padding: 20px 15px;
  }
  .contacts-form__column:nth-child(2) {
    width: 100%;
  }
  .contacts-form__column:nth-child(1) {
    width: 100%;
  }
  .contacts-form__footer .contacts-form__grid {
    flex-wrap: wrap;
  }
  .contacts-form__footer .contacts-form__column:last-child {
    -webkit-box-flex: 1;
            flex: auto;
    width: 100%;
  }
  .contacts-form__footer {
    padding-top: 15px;
  }
  .contacts-form__btn {
    font-size: 12px;
  }
  .experts-head__amount {
    display: none;
  }
  .expert-card__name {
    font-size: 16px;
  }
  .expert-card__position {
    font-size: 10px;
  }
  .expert-card__head {
    padding: 20px;
  }
  .expert-card__body {
    padding: 20px;
  }
  .expert-card__more {
    padding: 20px;
  }
  .expert-card__pretitle {
    font-size: 10px;
  }
  .expert-card__text {
    font-size: 12px;
  }
  .expert-card__more {
    font-size: 12px;
  }
  .expert-card__more:after {
    width: 9px;
    height: 9px;
    background-size: 100%;
    margin-left: 6px;
    margin-top: 2px;
  }
  .experts-detail {
    margin-bottom: 20px;
  }
  .analitics-detail {
    margin-bottom: 20px;
  }
  .analitics-card__picture {
    -webkit-box-flex: 0;
            flex: 0 0 90px;
  }
  .event-intro__pagination {
    display: none;
  }
  .key-tabs__heading {
    padding-right: 20px;
    font-size: 16px;
  }
  .key-card {
    padding: 20px;
  }
  .key-card__title {
    font-size: 18px;
  }
  .event-intro__title {
    font-size: 22px;
  }
  .numbers__title {
    font-size: 18px;
  }
  .numbers-card__title {
    font-size: 48px;
  }
  .numbers-card__small {
    font-size: 8px;
    margin-bottom: 7px;
  }
  .numbers-card__percent {
    font-size: 24px;
    margin-bottom: 7px;
  }
  .numbers-card__text {
    font-size: 12px;
  }
  .numbers-card__head {
    margin-bottom: 40px;
  }
  .numbers {
    padding: 40px 0 10px;
  }
  .numbers-card__head:after {
    bottom: -25px;
  }
  .numbers-card__head:before {
    bottom: -20px;
  }
  .key-tabs__text {
    font-size: 12px;
  }
  .key-card__logo {
    -webkit-box-flex: 0;
            flex: 0 0 70px;
    width: 70px;
    height: 50px;
  }
  .key-card__info {
    display: none;
  }
  .event-data__column {
    width: 100%;
  }
  .analitics-steps__column {
    width: 100%;
  }
  .analitics-steps__title {
    font-size: 18px;
  }
  .analitics-steps__text {
    font-size: 12px;
  }
  .analitics-steps__number {
    font-size: 12px;
  }
  .analitics-steps__column:nth-last-child(-n+2) {
    margin-bottom: 30px;
  }
  .analitics-steps__column:nth-last-child(-n+1) {
    margin-bottom: 0;
  }
  .about-intro__title {
    font-size: 22px;
  }
  .about-intro__grid {
    flex-wrap: wrap;
  }
  .about-intro__description {
    width: 100%;
    margin-left: 0;
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
  }
  .founders__title {
    font-size: 18px;
  }
  .training-intro {
    padding: 30px 0;
  }
  .training-intro__head {
    overflow-x: auto;
  }
  .training-intro__category {
    white-space: nowrap;
    font-size: 12px;
  }
  .training-intro__date {
    white-space: nowrap;
    font-size: 12px;
  }
  .training-intro__title {
    font-size: 22px;
    margin-bottom: 30px;
  }
  .training-intro__amount {
    font-size: 26px;
    padding-left: 20px;
  }
  .training-intro__text {
    font-size: 14px;
  }
  .training-intro__link {
    font-size: 10px;
  }
  .training-form .contacts-form__body {
    padding: 25px 0;
  }
  .training-form .contacts-form__head {
    padding: 25px 0;
  }
  .training-content__title {
    font-size: 18px;
    margin-bottom: 20px;
  }
  .training-content__text {
    font-size: 12px;
  }
  .event-detail__content p {
    font-size: 12px;
  }
  .event-detail {
    padding: 30px 0 20px;
  }
  .more-card {
    min-height: auto;
  }
  .support-categories__content {
    overflow-x: auto;
  }
  .support-categories__table {
    width: 576px;
  }
  .goal {
    max-height: auto;
    height: auto;
    padding: 30px 0 30px;
  }
  .header-modal__content .footer__element {
    width: 100%;
  }
  .header-modal__content .footer-contacts__item {
    width: 100%;
  }
  .header-modal__content .footer__title {
    width: 100%;
  }
  .header-modal__content .footer__contacts {
    padding: 0 10px;
    padding-top: 35px;
  }
  .header-modal__content .footer__title {
    margin-bottom: 20px;
  }
  .header-modal__content .footer__element {
    margin-bottom: 20px;
  }
  .header-modal__content .footer__list {
    display: none;
  }
}

.choices {
  position: relative;
  overflow: hidden;
  margin-bottom: 24px;
  font-size: 16px;
}

.choices:focus {
  outline: 0;
}

.choices:last-child {
  margin-bottom: 0;
}

.choices.is-open {
  overflow: initial;
}

.choices.is-disabled .choices__inner, .choices.is-disabled .choices__input {
  background-color: #eaeaea;
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
}

.choices.is-disabled .choices__item {
  cursor: not-allowed;
}

.choices [hidden] {
  display: none !important;
}

.choices[data-type*=select-one] {
  cursor: pointer;
}

.choices[data-type*=select-one] .choices__inner {
  padding-bottom: 7.5px;
}

.choices[data-type*=select-one] .choices__input {
  display: block;
  width: 100%;
  padding: 10px;
  border-bottom: 1px solid #ddd;
  background-color: #fff;
  margin: 0;
}

.choices[data-type*=select-one] .choices__button {
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjMDAwIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  padding: 0;
  background-size: 8px;
  position: absolute;
  top: 50%;
  right: 0;
  margin-top: -10px;
  margin-right: 25px;
  height: 20px;
  width: 20px;
  border-radius: 10em;
  opacity: .25;
}

.choices[data-type*=select-one] .choices__button:focus, .choices[data-type*=select-one] .choices__button:hover {
  opacity: 1;
}

.choices[data-type*=select-one] .choices__button:focus {
  box-shadow: 0 0 0 2px #00bcd4;
}

.choices[data-type*=select-one] .choices__item[data-value=''] .choices__button {
  display: none;
}

.choices[data-type*=select-one]:after {
  content: '';
  height: 0;
  width: 0;
  border-style: solid;
  border-color: #333 transparent transparent;
  border-width: 5px;
  position: absolute;
  right: 11.5px;
  top: 50%;
  margin-top: -2.5px;
  pointer-events: none;
}

.choices[data-type*=select-one].is-open:after {
  border-color: transparent transparent #333;
  margin-top: -7.5px;
}

.choices[data-type*=select-one][dir=rtl]:after {
  left: 11.5px;
  right: auto;
}

.choices[data-type*=select-one][dir=rtl] .choices__button {
  right: auto;
  left: 0;
  margin-left: 25px;
  margin-right: 0;
}

.choices[data-type*=select-multiple] .choices__inner, .choices[data-type*=text] .choices__inner {
  cursor: text;
}

.choices[data-type*=select-multiple] .choices__button, .choices[data-type*=text] .choices__button {
  position: relative;
  display: inline-block;
  margin: 0 -4px 0 8px;
  padding-left: 16px;
  border-left: 1px solid #008fa1;
  background-image: url(data:image/svg+xml;base64,PHN2ZyB3aWR0aD0iMjEiIGhlaWdodD0iMjEiIHZpZXdCb3g9IjAgMCAyMSAyMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48ZyBmaWxsPSIjRkZGIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPjxwYXRoIGQ9Ik0yLjU5Mi4wNDRsMTguMzY0IDE4LjM2NC0yLjU0OCAyLjU0OEwuMDQ0IDIuNTkyeiIvPjxwYXRoIGQ9Ik0wIDE4LjM2NEwxOC4zNjQgMGwyLjU0OCAyLjU0OEwyLjU0OCAyMC45MTJ6Ii8+PC9nPjwvc3ZnPg==);
  background-size: 8px;
  width: 8px;
  line-height: 1;
  opacity: .75;
  border-radius: 0;
}

.choices[data-type*=select-multiple] .choices__button:focus, .choices[data-type*=select-multiple] .choices__button:hover, .choices[data-type*=text] .choices__button:focus, .choices[data-type*=text] .choices__button:hover {
  opacity: 1;
}

.choices__inner {
  display: inline-block;
  vertical-align: top;
  width: 100%;
  background-color: #f9f9f9;
  padding: 7.5px 7.5px 3.75px;
  border: 1px solid #ddd;
  border-radius: 2.5px;
  font-size: 14px;
  min-height: 44px;
  overflow: hidden;
}

.is-focused .choices__inner, .is-open .choices__inner {
  border-color: #b7b7b7;
}

.is-open .choices__inner {
  border-radius: 2.5px 2.5px 0 0;
}

.is-flipped.is-open .choices__inner {
  border-radius: 0 0 2.5px 2.5px;
}

.choices__list {
  margin: 0;
  padding-left: 0;
  list-style: none;
}

.choices__list--single {
  display: inline-block;
  padding: 4px 16px 4px 4px;
  width: 100%;
}

[dir=rtl] .choices__list--single {
  padding-right: 4px;
  padding-left: 16px;
}

.choices__list--single .choices__item {
  width: 100%;
}

.choices__list--multiple {
  display: inline;
}

.choices__list--multiple .choices__item {
  display: inline-block;
  vertical-align: middle;
  border-radius: 20px;
  padding: 4px 10px;
  font-size: 12px;
  font-weight: 500;
  margin-right: 3.75px;
  margin-bottom: 3.75px;
  background-color: #00bcd4;
  border: 1px solid #00a5bb;
  color: #fff;
  word-break: break-all;
  box-sizing: border-box;
}

.choices__list--multiple .choices__item[data-deletable] {
  padding-right: 5px;
}

[dir=rtl] .choices__list--multiple .choices__item {
  margin-right: 0;
  margin-left: 3.75px;
}

.choices__list--multiple .choices__item.is-highlighted {
  background-color: #00a5bb;
  border: 1px solid #008fa1;
}

.is-disabled .choices__list--multiple .choices__item {
  background-color: #aaa;
  border: 1px solid #919191;
}

.choices__list--dropdown {
  visibility: hidden;
  z-index: 1;
  position: absolute;
  width: 100%;
  background-color: #fff;
  border: 1px solid #ddd;
  top: 100%;
  margin-top: -1px;
  border-bottom-left-radius: 2.5px;
  border-bottom-right-radius: 2.5px;
  overflow: hidden;
  word-break: break-all;
  will-change: visibility;
}

.choices__list--dropdown.is-active {
  visibility: visible;
}

.is-open .choices__list--dropdown {
  border-color: #b7b7b7;
}

.is-flipped .choices__list--dropdown {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: -1px;
  border-radius: .25rem .25rem 0 0;
}

.choices__list--dropdown .choices__list {
  position: relative;
  max-height: 300px;
  overflow: auto;
  -webkit-overflow-scrolling: touch;
  will-change: scroll-position;
}

.choices__list--dropdown .choices__item {
  position: relative;
  padding: 10px;
  font-size: 14px;
}

[dir=rtl] .choices__list--dropdown .choices__item {
  text-align: right;
}

@media (min-width: 640px) {
  .choices__list--dropdown .choices__item--selectable {
    padding-right: 100px;
  }
  .choices__list--dropdown .choices__item--selectable:after {
    content: attr(data-select-text);
    font-size: 12px;
    opacity: 0;
    position: absolute;
    right: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable {
    text-align: right;
    padding-left: 100px;
    padding-right: 10px;
  }
  [dir=rtl] .choices__list--dropdown .choices__item--selectable:after {
    right: auto;
    left: 10px;
  }
}

.choices__list--dropdown .choices__item--selectable.is-highlighted {
  background-color: #f2f2f2;
}

.choices__list--dropdown .choices__item--selectable.is-highlighted:after {
  opacity: .5;
}

.choices__item {
  cursor: default;
}

.choices__item--selectable {
  cursor: pointer;
}

.choices__item--disabled {
  cursor: not-allowed;
  -webkit-user-select: none;
  -ms-user-select: none;
  -moz-user-select: none;
       user-select: none;
  opacity: .5;
}

.choices__heading {
  font-weight: 600;
  font-size: 12px;
  padding: 10px;
  border-bottom: 1px solid #f7f7f7;
  color: gray;
}

.choices__button {
  text-indent: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 0;
  background-color: transparent;
  background-repeat: no-repeat;
  background-position: center;
  cursor: pointer;
}

.choices__button:focus, .choices__input:focus {
  outline: 0;
}

.choices__input {
  display: inline-block;
  vertical-align: baseline;
  background-color: #f9f9f9;
  font-size: 14px;
  margin-bottom: 5px;
  border: 0;
  border-radius: 0;
  max-width: 100%;
  padding: 4px 0 4px 2px;
}

[dir=rtl] .choices__input {
  padding-right: 2px;
  padding-left: 0;
}

.choices__placeholder {
  opacity: .5;
}

/*# sourceMappingURL=main.css.map */
/* End */


/* Start:/local/templates/gchp/components/bitrix/menu/top1/style.min.css?1656517142490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/gchp/components/bitrix/menu/top1/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/gchp/components/bitrix/menu/top2/style.min.css?1656517142490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/gchp/components/bitrix/menu/top2/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/templates/gchp/components/bitrix/breadcrumb/breadcrumb/style.min.css?1656517142467*/
.bx-breadcrumb{margin:10px 0}.bx-breadcrumb i{color:#b5bdc2;line-height:13px;font-size:12px;vertical-align:middle;margin-right:5px}.bx-breadcrumb .bx-breadcrumb-item{float:left;margin-bottom:10px;white-space:nowrap;line-height:13px;vertical-align:middle;margin-right:10px}.bx-breadcrumb .bx-breadcrumb-item span{font-family:"Open Sans",Arial,"Helvetica Neue",Helvetica,sans-serif;font-size:13px;white-space:normal}.bx-breadcrumb .bx-breadcrumb-item a{border-bottom:0}
/* End */


/* Start:/local/templates/gchp/components/bitrix/menu/footer/style.min.css?1656517142490*/
ul.left-menu{list-style:none;margin:0;padding:0;margin-bottom:8px;position:relative}ul.left-menu li{padding:10px 16px;background:#f5f5f5 url(/local/templates/gchp/components/bitrix/menu/footer/images/left_menu_bg.gif) top repeat-x}ul.left-menu li a{font-size:100%;color:#bc262c;font-weight:bold;text-decoration:none}ul.left-menu li a:visited{color:#bc262c}ul.left-menu li a:hover{color:#bc262c}ul.left-menu li a.selected:link,ul.left-menu li a.selected:visited,ul.left-menu li a.selected:active,ul.left-menu li a.selected:hover{color:#fc8d3d}
/* End */


/* Start:/local/components/my/cookie.consent/templates/.default/style.css?1756993833335*/
.cookie-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: #2d2d2d;
  color: #fff;
  padding: 15px;
  text-align: center;
  font-size: 14px;
  z-index: 9999;
}
.cookie-banner button {
  background: #ffcc00;
  border: none;
  padding: 8px 16px;
  border-radius: 4px;
  cursor: pointer;
  font-weight: bold;
}

/* End */


/* Start:/local/templates/gchp/template_styles.css?173927523134034*/
.search-form {
	display: flex;
    width: 100%;
    justify-content: space-between;
}

.search-form .main-heading__btn {
	height: 45px;
	margin-left: 10px;
}

.search-form .contacts-form__input {
	height: 45px;
}

.is-search .news__column {
	width: 100%;
}

.main-heading__link {
	white-space: nowrap;
}

.directions__additional {
	cursor: pointer;
}

.footer-contacts__description {
	display: block;
}

.is-search .press-slider__text {
	font-weight: normal;
	font-size: 16px;
	line-height: 135%;
	color: #2F3B43;
	opacity: 0.8;
	margin-bottom: 20px;
}

.directions-card.is-hidden {
	display: none;
}

.directions-card__number-hidden {
	display: none;
	font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #1FB3AA;
    opacity: 0.8;
    -webkit-transition: .3s;
    transition: .3s;
    bottom: auto;
    left: auto;
    top: 20px;
    right: 15px;
    position: absolute;
}

.contacts-form__column input {
	border: 1px solid transparent;
}

.contacts-form__column.error input {
	border: 1px solid red;
}

.contacts-form__column textarea {
	border: 1px solid transparent;
}

.contacts-form__column.error textarea {
	border: 1px solid red;
}

.announcement__wrapper {
	-ms-align-items: stretch;
	align-items: stretch;
}

.announcement__slide.swiper-slide {
	height: initial;
}

.announcement__content {
	height: calc(100% - 60%);
    display: flex;
    flex-direction: column;
}

.press-slider__footer {
	margin-bottom: 0;
}

.about-heading .link-title {
	font-size: 32px;
}

.about-heading .link-title__text:after {
	bottom: 8px;
}

.about-slider#pravlenie .main-heading__content  {
	padding-right: 120px;
}

.about-slider#pravlenie .event-slider__navigation {
	position: absolute;
    top: -100px;
    right: 50px;
}

.about-slider#pravlenie .about-slider__container {
	position: relative;
}

.numbers.is-slider .numbers__container:after {
	display: none;
}

.numbers.is-slider#hist {
	padding-bottom: 90px;
}

.numbers .numbers-slider__navigation .swiper-button-next {
	width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    background: transparent;
    border-radius: 50%;
    margin: 0 -5px;
    margin-bottom: 10px;
}

.numbers .numbers-slider__navigation .swiper-button-next:after {
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.numbers .numbers-slider__navigation .swiper-button-prev {
	width: 55px;
    height: 55px;
    border: 1px solid rgba(255, 255, 255, 0.4);
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    align-items: center;
    outline: none;
    background: transparent;
    border-radius: 50%;
    margin: 0 -5px;
    margin-bottom: 10px;
}

.numbers .numbers-slider__navigation .swiper-button-prev:after {
	width: 12px;
	height: 12px;
	background-image: url("data:image/svg+xml,%3Csvg width='12' height='12' viewBox='0 0 12 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 6H11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cpath d='M6 1L11 6L6 11' stroke='white' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
}

.support-graph__content .support-graph__title {
	padding-right: 0;
}

.support-graph__info .intro__navigation {
	display: none;
}

.support-graph__info .support-graph__slide {
	opacity: 1;
}

.training-intro__content .training-intro__info {
	margin-bottom: 20px;
}

.page .training-intro {
	height: 700px;
}

.training-intro__content .intro-content__btn.is-primary {
	display: inline-flex;
    max-width: 200px;
    justify-content: center;
    margin: 0;
}

@media only screen and (max-width: 1359px) {
	.is-search .press-slider__text {
		font-size: 14px;
	}

	#pravlenie .main-heading__list {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.about-heading .link-title {
		font-size: 26px;
	}

	.about-heading .link-title__text:after {
		bottom: 4px;
	}

	.about-heading.main-head {
		margin-bottom: 20px;
	}
}

@media only screen and (max-width: 1023px) {

	#pravlenie .main-heading__nav {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.page .training-intro {
		height: auto;
	}
}

@media only screen and (max-width: 767px) {
	.is-search .press-slider__title {
		font-size: 14px;
	}
	
	.is-search .press-slider__text {
		font-size: 12px;
	}

	.directions-card.is-hidden {
		display: flex;
	}

	.directions-card__number-hidden {
		display: block;
	}

	.directions-card__number {
		display: none;
	}

	.goal__chart {
		display: none;
	}

	.page__goal.goal {
		padding: 50px 0;
	}

	.goal__title {
		margin-bottom: 0 !important;
	}

	.about-heading .link-title {
		font-size: 18px;
	}

	.about-slider#pravlenie .event-slider__navigation {
		right: 20px;
	}

	.numbers .numbers-slider__navigation {
		right: 20px;
	}
}

@media only screen and (max-width: 576px) {
	#pravlenie .main-heading__more {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	#pravlenie .main-heading__nav {
		display: none;
	}

	#pravlenie .main-heading__item {
		margin-right: 10px;
	}

	#pravlenie .main-heading__link {
		font-size: 14px;
	}

	.support-categories__wrapper {
		position: relative;
	}

	.support-categories__wrapper:after {
		content: '';
		display: none;
		position: absolute;
		top: 2px;
		right: 0;
		bottom: 0;
		width: 20px;
		background: linear-gradient(270deg, rgba(0,0,0,.1) 0%, rgba(0,212,255,0) 100%);
	}

	.about-slider#pravlenie .event-slider__navigation {
		display: none;
	}

	.about-slider#pravlenie .main-heading__content {
		padding-right: 0;
	}
}

.support.is-media {
	background: #fff;
}

.is-media .press-slider__content {
	padding: 20px 25px;
}

.is-media .press-slider__preview {
	margin-bottom: 0;
}

.is-media .press-slider__tag {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	line-height: 1;
}

.is-media .press-slider__date {
	white-space: nowrap;
}

@media only screen and (max-width: 576px) {
	.is-media .main-heading__more {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.is-media .main-heading__content .js-select {
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
	}

	.is-media .main-heading__content {
		-webkit-flex-direction: column;
		-moz-flex-direction: column;
		-ms-flex-direction: column;
		-o-flex-direction: column;
		flex-direction: column;
		-ms-align-items: flex-start;
		align-items: flex-start;
	}

	.is-media .link-title {
		margin-bottom: 20px;
	}
}

.event-detail__grid {
	display: block !important;
}

.event-detail__picture {
	float: left !important;
	margin: 0 20px 20px 0 !important;
}

.event-detail__content {
	padding-left: 0 !important;
}

.anti {
	padding: 50px 0 90px;
	background-image: url(/local/templates/gchp/static/img/content/anti/anti-bg.svg);
	background-position: top right;
	background-repeat: no-repeat;
}

.anti__head {
	position: relative;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 60px;
}

.anti__title {
	max-width: 850px;
	font-weight: 500;
	font-size: 42px;
	line-height: 118%;
	color: #2F3B43;
}

.anti__logos {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: flex-end;
	-ms-align-items: center;
	align-items: center;
}

.anti__logos--block {
	padding: 18px;
	background: #FFFFFF;
	box-shadow: 0px 9px 45px rgba(35, 52, 107, 0.06);
	border-radius: 10px;
	margin-left: 12px;
}

.anti__info {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-between;
	-ms-align-items: center;
	align-items: center;
	margin-bottom: 45px;
}

.anti__stats {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}

.anti__num {
	font-weight: normal;
	font-size: 28px;
	line-height: 35px;
	display: inline-flex;
	align-items: center;
	text-align: center;
	color: #2F3B43;
	background: #FFFFFF;
	box-shadow: 5px 5px 20px rgba(166, 171, 189, 0.3);
	border-radius: 5px;
	padding: 8px;
	margin-right: 5px;
}

.anti__text {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	font-weight: normal;
	font-size: 19px;
	line-height: 120%;
	color: #2F3B43;
	margin-left: 20px;
}

.anti__regions {
	margin-right: 50px;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
}

.anti__btn {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	font-weight: normal;
	font-size: 19px;
	line-height: 131.27%;
	color: #2F3B43;
}

.anti__btn img {
	margin: 0 10px;
}

.anti__quote {
	max-width: 300px;
	font-weight: normal;
	font-size: 17px;
	line-height: 140%;
	color: #2F3B43;
	position: relative;
}

.anti__quote blockquote {
	margin: 0;
}

.anti__quote:before {
	content: '';
	position: absolute;
	top: -22px;
	left: -70px;
	background-image: url("data:image/svg+xml,%3Csvg width='90' height='86' viewBox='0 0 90 86' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg filter='url(%23filter0_d)'%3E%3Cpath d='M39.0005 33.2687C39.0005 30.8681 39.0005 30.4677 41.0001 30.4677V26C36.3347 26 35 29.1366 35 34.6688V42H43.6681V34.6688H39.0005V33.2687Z' fill='%239CA3A7'/%3E%3Cpath d='M49.8475 34.6688V33.2687C49.8475 30.8681 49.8475 30.4677 51.847 30.4677V26C47.1816 26 45.8477 29.1366 45.8477 34.6688V42H54.5114V34.6688H49.8475Z' fill='%239CA3A7'/%3E%3C/g%3E%3Cdefs%3E%3Cfilter id='filter0_d' x='0' y='0' width='89.5114' height='86' filterUnits='userSpaceOnUse' color-interpolation-filters='sRGB'%3E%3CfeFlood flood-opacity='0' result='BackgroundImageFix'/%3E%3CfeColorMatrix in='SourceAlpha' type='matrix' values='0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 127 0'/%3E%3CfeOffset dy='9'/%3E%3CfeGaussianBlur stdDeviation='17.5'/%3E%3CfeColorMatrix type='matrix' values='0 0 0 0 0.137255 0 0 0 0 0.203922 0 0 0 0 0.419608 0 0 0 0.06 0'/%3E%3CfeBlend mode='normal' in2='BackgroundImageFix' result='effect1_dropShadow'/%3E%3CfeBlend mode='normal' in='SourceGraphic' in2='effect1_dropShadow' result='shape'/%3E%3C/filter%3E%3C/defs%3E%3C/svg%3E%0A");
	width: 90px;
	height: 86px;
}

.anti__pretitle {
	font-weight: 500;
	font-size: 24px;
	line-height: 125%;
	color: #2F3B43;
	margin-bottom: 45px;
}

.anti__grid {
	max-width: 1250px;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: flex-start;
	align-items: flex-start;
	margin: 0 -25px;
	position: relative;
	z-index: 1;

}

.anti-card__hidden {
	position: absolute;
	opacity: 0;
	visibility: hidden;
	width: 100%;
	background: #FFFFFF;
	box-shadow: 0px 9px 45px rgba(35, 52, 107, 0.1);
	border-radius: 15px;
	padding: 30px 20px;
	top: 40px;
	left: 0;
	transition: .3s;
}

.anti__col {
	width: 25%;
	padding: 0 25px;
	transition: .3s;
}

.anti-card {
	position: relative;
	width: 100%;
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-webkit-flex-direction: column;
	-moz-flex-direction: column;
	-ms-flex-direction: column;
	-o-flex-direction: column;
	flex-direction: column;
	z-index: 1;
	cursor: pointer;
}

.anti-card__flag {
	margin-bottom: 40px;
}

.anti-card__step {
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	height: 22px;
	background: #1FB3AA;
	border-radius: 14px;
	font-weight: bold;
	font-size: 12px;
	line-height: 22px;
	color: #FFFFFF;
	padding: 0 10px;
	z-index: 1;
}

.anti-card__img {
	margin-bottom: 55px;
}

.anti-card__name {
	font-weight: 500;
	font-size: 20px;
	line-height: 130%;
	color: #2F3B43;
}

.anti__grid:after {
	content: '';
	position: absolute;
	width: calc(100% - 25%);
	height: 2px;
	z-index: -1;
	background-image: url("data:image/svg+xml,%3Csvg width='1021' height='2' viewBox='0 0 1021 2' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cline opacity='0.4' x1='0.75' y1='1.25' x2='1020.25' y2='1.25' stroke='%232F3B43' stroke-width='1.5' stroke-linecap='round' stroke-linejoin='round' stroke-dasharray='1 10'/%3E%3C/svg%3E%0A");
	top: 13px;
	left: 30px;
}

.anti-card__list {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.anti-card__item {
	padding-left: 20px;
	font-weight: normal;
	font-size: 14px;
	line-height: 150%;
	color: #2F3B43;
	margin-bottom: 20px;
	position: relative;
}

.anti-card__item:before {
	content: '';
	position: absolute;
	background-image: url("data:image/svg+xml,%3Csvg width='13' height='9' viewBox='0 0 13 9' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M11.1111 1L4.15972 8L1 4.81818' stroke='%231FB3AA' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E%0A");
	width: 13px;
	height: 9px;
	top: 6px;
	left: 0;
}

.anti-card__item:last-child {
	margin-bottom: 0;
}

.anti__col.is-active .anti-card__hidden {
	opacity: 1;
	visibility: visible;
}

.anti__col.is-hidden {
	opacity: 0.4;
}

.anti__col.is-active {
	opacity: 1;
}

@media only screen and (max-width: 1359px) {
	.anti__title {
		font-size: 32px;
	}

	.anti__text {
		font-size: 16px;
	}

	.anti__num {
		font-size: 20px;
	}

	.anti__btn {
		font-size: 16px;
	}

	.anti__quote {
		font-size: 14px;
	}

	.anti__grid {
		margin: 0 -10px;
	}

	.anti__col {
		padding: 0 10px;
	}

	.anti-card__name {
		font-size: 18px;
	}

	.anti-card__item {
		font-size: 12px;
	}

	.anti-card__item:before {
		top: 5px;
	}

	.anti__logos {
		-ms-align-items: stretch;
		align-items: stretch;
	}
}

@media only screen and (max-width: 1023px) {
	.anti__title {
		font-size: 28px;
		margin-bottom: 20px;
	}

	.anti__head {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anti__logos--block {
		margin-left: 0;
		margin-right: 10px;
		display: -webkit-flex;
		display: -moz-flex;
		display: -ms-flex;
		display: -o-flex;
		display: flex;
		justify-content: center;
		-ms-align-items: center;
		align-items: center;
	}

	.anti__info {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anti__stats {
		margin-bottom: 30px;
	}

	.anti__quote {
		margin-left: 40px;
	}

	.anti__grid:after {
		display: none;
	}

	.anti__grid {
		-webkit-flex-wrap: wrap;
		-moz-flex-wrap: wrap;
		-ms-flex-wrap: wrap;
		-o-flex-wrap: wrap;
		flex-wrap: wrap;
	}

	.anti__col {
		width: 50%;
		margin-bottom: 20px;
	}

	.footer-contacts__item:last-child {
		width: 100%;
	}
}

@media only screen and (max-width: 767px) {
	.anti__title {
		font-size: 22px;
	}
}

@media only screen and (max-width: 576px) {
	.anti__text {
		margin-left: 7px;
	}

	.anti__regions {
		margin-right: 0;
	}

	.anti__col {
		width: 100%;
	}

	.anti {
		padding: 20px 0 0px;
	}

	.anti-card__flag {
		margin-bottom: 20px;
	}

	.anti-card__img {
		margin-bottom: 20px;
	}

	.anti__col {
		margin-bottom: 40px;
	}

	.anti-card__hidden {
		padding: 15px;
	}
}

.footer-soc {
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	margin: 0 -10px;
}

.footer-soc__item {
	padding: 0 10px;
}

.footer-soc__link {
	width: 40px;
	height: 40px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 50%;
	display: -webkit-inline-flex;
	display: -moz-inline-flex;
	display: -ms-inline-flex;
	display: -o-inline-flex;
	display: inline-flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}

.footer-soc__link img {
	width: 16px;
	height: 16px;
	display: block;
}

.contacts .footer-soc__link {
	border: 1px solid rgba(0, 0, 0, 0.3);
}

.contacts .footer-soc__link img {
	filter: invert(1);
}

.en .header-menu__link {
	font-size: 12px;
}

.en .scrollToTop {
	right: -30px;
}

.en .intro-scroll {
	display: none;
}

.en .about-card__title {
	display: flex;
	align-items: flex-end;
}

.en .about-card__small {
	margin-left: 10px;
	margin-bottom: 10px;
}

.en .key-tabs__block {
	padding: 15px 50px;
	max-height: 120px;
}

.en .key-tabs__img {
	max-width: 100%;
    max-height: 100%;
}

.key-card__logo {
	padding: 10px;
}

.key-card__logo img {
	max-width: 100%;
    max-height: 100%;
}

.key-card__logo {
	padding: 10px;
}

.key-card__logo img {
	max-width: 100%;
    max-height: 100%;
}

.en .anti__logos--block:last-child {
	padding: 12px;
}

.key-points__content {
  position: relative;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  min-width: 0;
}

.key-tab {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: .3s;
  transition: .3s;
  position: absolute;
  -webkit-box-flex: 1;
  flex: 1 1 auto;
  top: 0;
  left: 0;
  width: 100%;
}

.is-direction .key-points__tabs {
  width: 100%;
}

.key-tab.is-active {
  opacity: 1;
  visibility: visible;
  position: relative;
}

.key-tab .announcement-slider__navigation {
  right: 10px;
}

.key-tab .announcement-slider__pagination {
  left: 10px !important;
}

.is-active .key-points__element {
  font-weight: 500;
}

.footer-copyright__email {
	display: flex;
	flex-direction: column;
	font-weight: normal;
  font-size: 13px;
  color: #848E94;
}

.footer-copyright__email a {
	color: #fff;
}

@media (max-width: 576px) {
	.footer-copyright__grid {
		flex-direction: column;
		text-align: center;
	}
	.footer-copyright__email {
		margin: 10px 0;
		font-size: 10px;
	}
	.footer-copyright__text {
		font-size: 10px;
	}
}

.header:not(.fixed) .logo-text-color,
.header:not(.fixed) .logo-text-color-2 {
	fill: #fff !important;
}

.header.is-white .logo-text-color {
	fill: #454c63 !important;
}

.header.is-white .logo-text-color-2 {
	fill: #454c63 !important;
}


.logo-text-color-2 {
	fill: #454c63 !important;
}


.directions-card:nth-child(2):before {
  content: '';
  position: absolute;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_505)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.143 24.1972V150H24.0693C24.1257 80.5113 80.4748 24.197 149.977 24.197C150.032 24.197 150.088 24.1971 150.143 24.1972Z' fill='%23F3F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.273 150H84.1172C84.1311 141.422 85.8399 132.93 89.1445 125.013C92.4631 117.063 97.3257 109.85 103.45 103.791C109.575 97.7322 116.841 92.9484 124.827 89.7164C132.814 86.4845 141.362 84.8693 149.976 84.9628V119.393C143.902 119.395 137.966 121.197 132.916 124.573C127.867 127.949 123.931 132.746 121.608 138.357C120.072 142.067 119.287 146.024 119.273 150Z' fill='%2330464F'/%3E%3Cpath d='M53.1183 116.957L8.50488 101.695C18.6055 72.1967 37.6758 46.595 63.047 28.472C88.4178 10.3489 118.821 0.611449 150 0.622324V47.7872C128.655 47.7736 107.84 54.4343 90.4675 66.8372C73.0956 79.2402 60.0366 96.7646 53.1183 116.957Z' fill='%2330464F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_505'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
  bottom: -1px;
  width: 150px;
  height: 150px;
  right: 0;
  -webkit-transition: .3s;
  transition: .3s;
}

.directions-card:nth-child(2):hover:before {
  bottom: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='151' viewBox='0 0 151 151' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_608)'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M150.853 24.6657V150.468H24.7793C24.8357 80.9798 81.1848 24.6655 150.687 24.6655C150.742 24.6655 150.798 24.6656 150.853 24.6657Z' fill='%23F3F4F4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.983 150.469H84.8271C84.8411 141.89 86.5498 133.399 89.8545 125.481C93.173 117.531 98.0357 110.318 104.16 104.259C110.285 98.2005 117.551 93.4168 125.537 90.1848C133.524 86.9529 142.071 85.3377 150.686 85.4312V119.862C144.612 119.863 138.676 121.665 133.626 125.041C128.577 128.417 124.641 133.214 122.318 138.826C120.782 142.536 119.997 146.492 119.983 150.469Z' fill='white'/%3E%3Cpath d='M53.8282 117.426L9.21484 102.163C19.3155 72.6652 38.3857 47.0635 63.7569 28.9405C89.1277 10.8174 119.531 1.07996 150.71 1.09083V48.2557C129.365 48.2421 108.55 54.9028 91.1775 67.3057C73.8055 79.7087 60.7466 97.2331 53.8282 117.426Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_608'%3E%3Crect width='150' height='150' fill='white' transform='translate(0.709961 0.468506)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(3):before {
  content: '';
  position: absolute;
  bottom: -1px;
  left: -1px;
  width: 150px;
  height: 150px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_500)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M125.803 150.074L-0.000173358 150.074L-0.000167847 24C69.4885 24.0564 125.803 80.4055 125.803 149.907C125.803 149.963 125.803 150.019 125.803 150.074Z' fill='%23F3F4F4'/%3E%3Cpath d='M67.7279 123.506C64.0885 114.29 58.6184 105.906 51.6481 98.863C44.6779 91.8196 36.3521 86.2624 27.1738 82.527L56.331 10.5425C75.2788 18.2522 92.4662 29.7248 106.854 44.2664C121.241 58.8081 132.53 76.1167 140.037 95.1456L67.7279 123.506Z' fill='%236E7E84'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_500'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(3):hover:before {
  bottom: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_638)'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M125.803 150.074L-0.000173358 150.074L-0.000167847 24C69.4885 24.0564 125.803 80.4055 125.803 149.907C125.803 149.963 125.803 150.019 125.803 150.074Z' fill='%23F3F4F4'/%3E%3Cpath d='M67.7279 123.506C64.0885 114.29 58.6184 105.906 51.6481 98.863C44.6779 91.8196 36.3521 86.2624 27.1738 82.527L56.331 10.5425C75.2788 18.2522 92.4662 29.7248 106.854 44.2664C121.241 58.8081 132.53 76.1167 140.037 95.1456L67.7279 123.506Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_638'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(4):before {
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  width: 151px;
  height: 150px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_496)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.013 126.012C149.957 126.012 149.901 126.012 149.846 126.012C80.3092 126.012 23.9385 69.641 23.9385 0.104377C23.9385 0.0695834 23.9385 0.0347938 23.9385 0H150.013V126.012Z' fill='%23F3F4F4'/%3E%3Cpath d='M149.845 135.259C75.3167 135.259 14.6904 74.6328 14.6904 0.104492H33.1775C33.1775 64.4344 85.5152 116.772 149.845 116.772V135.259Z' fill='%2330464F'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.697 60.5003C132.683 63.7322 141.231 65.3482 149.846 65.2539C149.901 65.2539 149.957 65.2539 150.013 65.2539V30.8157C147.958 30.8258 145.899 30.6309 143.865 30.2265C137.907 29.042 132.436 26.1178 128.14 21.8235C123.845 17.5291 120.919 12.058 119.733 6.10051C119.331 4.0817 119.135 2.03814 119.142 0H83.9863C83.9863 0.0363402 83.9863 0.0719067 83.9863 0.108247C83.9863 8.72397 85.6951 17.2531 89.0136 25.2039C92.3322 33.1546 97.1948 40.3678 103.32 46.4265C109.445 52.4845 116.71 57.2683 124.697 60.5003Z' fill='%2330464F'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_496'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(4):hover:before {
  top: 10px;
  right: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_618)'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M150.012 126.012C149.957 126.012 149.901 126.012 149.845 126.012C80.3087 126.012 23.938 69.641 23.938 0.104377C23.938 0.0695834 23.938 0.0347938 23.938 0H150.012V126.012Z' fill='%23F3F4F4'/%3E%3Cpath d='M149.846 135.259C75.3172 135.259 14.6909 74.6327 14.6909 0.10437H33.178C33.178 64.4343 85.5157 116.772 149.846 116.772V135.259Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M124.697 60.5003C132.683 63.7322 141.231 65.3482 149.846 65.2539C149.901 65.2539 149.957 65.2539 150.013 65.2539V30.8157C147.958 30.8258 145.899 30.6309 143.865 30.2265C137.907 29.042 132.436 26.1178 128.14 21.8235C123.845 17.5291 120.919 12.058 119.733 6.10051C119.331 4.0817 119.135 2.03814 119.142 0H83.9863C83.9863 0.0363402 83.9863 0.0719067 83.9863 0.108247C83.9863 8.72397 85.6951 17.2531 89.0136 25.2039C92.3322 33.1546 97.1948 40.3678 103.32 46.4265C109.445 52.4845 116.71 57.2683 124.697 60.5003Z' fill='white'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_618'%3E%3Crect width='150' height='150' fill='white'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(5):before {
  content: '';
  position: absolute;
  top: 0;
  left: -1px;
  width: 151px;
  height: 150px;
  -webkit-transition: .3s;
  transition: .3s;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M125.884 0H0.143555V126.012C69.6028 125.921 125.884 69.5853 125.884 0.104377C125.884 0.0695834 125.884 0.0347938 125.884 0Z' fill='%23F3F4F4'/%3E%3Cpath d='M48.2481 133.117L36.8125 101.625C57.6347 94.0176 75.62 80.2037 88.3406 62.0483C101.062 43.8937 107.905 22.2728 107.947 0.104492H141.457C141.4 29.1496 132.431 57.478 115.764 81.2638C99.095 105.05 75.5295 123.149 48.2481 133.117Z' fill='%236E7E84'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 30.7106C3.96108 30.6905 7.90051 29.9033 11.5956 28.3732C17.2067 26.0482 22.0028 22.1119 25.3771 17.0613C28.7513 12.0116 30.5521 6.07345 30.5521 0H64.9825C64.9647 17.2732 58.0949 33.8335 45.8807 46.0477C33.7059 58.2216 17.2129 65.0869 0 65.1495V30.7106Z' fill='%2330464F'/%3E%3C/svg%3E%0A");
}

.directions-card:nth-child(5):hover:before {
  top: 10px;
  left: 10px;
  background-image: url("data:image/svg+xml,%3Csvg width='150' height='150' viewBox='0 0 150 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath opacity='0.1' fill-rule='evenodd' clip-rule='evenodd' d='M125.884 0H0.143555V126.012C69.6028 125.921 125.884 69.5853 125.884 0.104377C125.884 0.0695834 125.884 0.0347938 125.884 0Z' fill='%23F3F4F4'/%3E%3Cpath d='M48.2476 133.117L36.812 101.625C57.6342 94.0175 75.6195 80.2036 88.3401 62.0482C101.061 43.8935 107.904 22.2727 107.946 0.10437H141.456C141.399 29.1495 132.431 57.4778 115.763 81.2637C99.0945 105.05 75.529 123.149 48.2476 133.117Z' fill='white'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0 30.7106C3.96108 30.6905 7.90051 29.9033 11.5956 28.3732C17.2067 26.0482 22.0028 22.1119 25.3771 17.0613C28.7513 12.0116 30.5521 6.07345 30.5521 0H64.9825C64.9647 17.2732 58.0949 33.8335 45.8807 46.0477C33.7059 58.2216 17.2129 65.0869 0 65.1495V30.7106Z' fill='white'/%3E%3C/svg%3E%0A");
}

.directions__grid:after {
	display: none;
}

.directions__additional {
	width: 300px;
	height: 300px;
	margin-left: -150px;
	margin-top: -150px;
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(2):before {
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='150' viewBox='0 0 151 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_545)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.853 24.1972V150H24.7793C24.8357 80.5113 81.1848 24.197 150.687 24.197C150.742 24.197 150.798 24.1971 150.853 24.1972Z' fill='%23DFE5F8'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M119.983 150H84.8276C84.8416 141.422 86.5503 132.93 89.855 125.013C93.1735 117.063 98.0361 109.85 104.161 103.791C110.286 97.7322 117.552 92.9484 125.538 89.7164C133.524 86.4845 142.072 84.8693 150.687 84.9628V119.393C144.613 119.395 138.676 121.197 133.626 124.573C128.577 127.949 124.642 132.746 122.318 138.357C120.783 142.067 119.997 146.024 119.983 150Z' fill='%233A42EF'/%3E%3Cpath d='M53.8287 116.957L9.21533 101.695C19.316 72.1967 38.3862 46.595 63.7574 28.472C89.1282 10.3489 119.531 0.611449 150.71 0.622324V47.7872C129.365 47.7736 108.55 54.4343 91.178 66.8372C73.806 79.2402 60.7471 96.7646 53.8287 116.957Z' fill='%233A42EF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_545'%3E%3Crect width='150' height='150' fill='white' transform='translate(0.709961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(3):before {
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='150' viewBox='0 0 151 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_542)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.513 150.074L0.709785 150.074L0.70979 24C70.1985 24.0564 126.513 80.4055 126.513 149.907C126.513 149.963 126.513 150.019 126.513 150.074Z' fill='%23DFE5F8'/%3E%3Cpath d='M68.4379 123.506C64.7985 114.29 59.3284 105.906 52.3581 98.863C45.3878 91.8196 37.0621 86.2624 27.8838 82.527L57.041 10.5425C75.9888 18.2522 93.1761 29.7248 107.564 44.2664C121.951 58.8081 133.24 76.1167 140.747 95.1456L68.4379 123.506Z' fill='%23666FF1'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_542'%3E%3Crect width='150' height='150' fill='white' transform='translate(0.709961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(4):before {
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='150' viewBox='0 0 151 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_538)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M150.722 126.012C150.667 126.012 150.611 126.012 150.555 126.012C81.0186 126.012 24.6479 69.641 24.6479 0.104377C24.6479 0.0695834 24.6479 0.0347938 24.6479 0H150.722V126.012Z' fill='%23DFE5F8'/%3E%3Cpath d='M150.556 135.259C76.0272 135.259 15.4009 74.6328 15.4009 0.104492H33.888C33.888 64.4344 86.2257 116.772 150.556 116.772V135.259Z' fill='%233A42EF'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M125.407 60.5003C133.393 63.7322 141.941 65.3482 150.556 65.2539C150.611 65.2539 150.667 65.2539 150.723 65.2539V30.8157C148.668 30.8258 146.609 30.6309 144.575 30.2265C138.617 29.042 133.146 26.1178 128.85 21.8235C124.555 17.5291 121.629 12.058 120.443 6.10051C120.041 4.0817 119.845 2.03814 119.852 0H84.6963C84.6963 0.0363402 84.6963 0.0719067 84.6963 0.108247C84.6963 8.72397 86.4051 17.2531 89.7236 25.2039C93.0422 33.1546 97.9048 40.3678 104.03 46.4265C110.155 52.4845 117.42 57.2683 125.407 60.5003Z' fill='%233A42EF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_538'%3E%3Crect width='150' height='150' fill='white' transform='translate(0.709961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.directions__additional:hover ~ .directions__grid .directions-card:nth-child(5):before {
  background-image: url("data:image/svg+xml,%3Csvg width='151' height='150' viewBox='0 0 151 150' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cg clip-path='url(%23clip0_1973_534)'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M126.594 0H0.853516V126.012C70.3128 125.921 126.594 69.5853 126.594 0.104377C126.594 0.0695834 126.594 0.0347938 126.594 0Z' fill='%23DFE5F8'/%3E%3Cpath d='M48.9575 133.117L37.522 101.625C58.3441 94.0176 76.3294 80.2037 89.0501 62.0483C101.771 43.8937 108.614 22.2728 108.656 0.104492H142.166C142.109 29.1496 133.141 57.478 116.473 81.2638C99.8044 105.05 76.239 123.149 48.9575 133.117Z' fill='%23919DF4'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.709961 30.7106C4.67104 30.6905 8.61047 29.9033 12.3056 28.3732C17.9167 26.0482 22.7128 22.1119 26.087 17.0613C29.4613 12.0116 31.262 6.07345 31.262 0H65.6924C65.6747 17.2732 58.8048 33.8335 46.5906 46.0477C34.4159 58.2216 17.9228 65.0869 0.709961 65.1495V30.7106Z' fill='%233A42EF'/%3E%3C/g%3E%3Cdefs%3E%3CclipPath id='clip0_1973_534'%3E%3Crect width='150' height='150' fill='white' transform='translate(0.709961)'/%3E%3C/clipPath%3E%3C/defs%3E%3C/svg%3E%0A");
}

.intro__pagination,
.intro__navigation {
	display: none;
}

.intro__background,
.goal__bg {
	opacity: 1;
}

.header__container {
	max-width: 1480px;
	padding: 0 20px;
	width: auto !important;
}
/* End */
/* /local/templates/gchp/static/css/main.css?1686049968282922 */
/* /local/templates/gchp/components/bitrix/menu/top1/style.min.css?1656517142490 */
/* /local/templates/gchp/components/bitrix/menu/top2/style.min.css?1656517142490 */
/* /local/templates/gchp/components/bitrix/breadcrumb/breadcrumb/style.min.css?1656517142467 */
/* /local/templates/gchp/components/bitrix/menu/footer/style.min.css?1656517142490 */
/* /local/components/my/cookie.consent/templates/.default/style.css?1756993833335 */
/* /local/templates/gchp/template_styles.css?173927523134034 */
