@charset "UTF-8";

.fade-in {
  opacity: 0;
  transition: opacity 600ms ease;
}

.fade-in.animated {
  opacity: 1;
}

.fade-in-up,
.content__menu,
.footer,
.claster__title,
.claster__text,
.claster__more,
.home__more,
.home__title,
.home__news-col,
.home__doc-col {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.fade-in-up.animated,
.animated.content__menu,
.animated.footer,
.animated.claster__title,
.animated.claster__text,
.animated.claster__more,
.animated.home__more,
.animated.home__title,
.animated.home__news-col,
.animated.home__doc-col {
  transform: translateY(0);
  opacity: 1;
}

/*! 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 */
  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;
}

/**
 * Allows you to use retina images at various pixel densities.
 * Examples:
 *
 *   +retina(/images/mypic.jpg, 2);
 *   +retina(/images/mypic.jpg, 3, 100px 100px, left top no-repeat transparent);
 *
 * @param  {Value}  $path               The path to the file name minus extension.
 * @param  {Number} $cap:    2          The highest pixel density level images exist for.
 * @param  {Value}  $size:   auto auto  The intended width of the rendered image.
 * @param  {Value}  $extras: null       Any other `background` values to be added.
 */

/**
 * selectize.css (v0.12.6)
 * Copyright (c) 2013–2015 Brian Reavis & contributors
 *
 * Licensed under the Apache License, Version 2.0 (the "License"); you may not use this
 * file except in compliance with the License. You may obtain a copy of the License at:
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software distributed under
 * the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF
 * ANY KIND, either express or implied. See the License for the specific language
 * governing permissions and limitations under the License.
 *
 * @author Brian Reavis <brian@thirdroute.com>
 */

.selectize-control.plugin-drag_drop.multi > .selectize-input > div.ui-sortable-placeholder {
  visibility: visible !important;
  background: #f2f2f2 !important;
  background: rgba(0, 0, 0, 0.06) !important;
  border: 0 none !important;
  -webkit-box-shadow: inset 0 0 12px 4px #fff;
  box-shadow: inset 0 0 12px 4px #fff;
}

.selectize-control.plugin-drag_drop .ui-sortable-placeholder::after {
  content: '!';
  visibility: hidden;
}

.selectize-control.plugin-drag_drop .ui-sortable-helper {
  -webkit-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}

.selectize-dropdown-header {
  position: relative;
  padding: 5px 8px;
  border-bottom: 1px solid #d0d0d0;
  background: #f8f8f8;
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-dropdown-header-close {
  position: absolute;
  right: 8px;
  top: 50%;
  color: #303030;
  opacity: 0.4;
  margin-top: -12px;
  line-height: 20px;
  font-size: 20px !important;
}

.selectize-dropdown-header-close:hover {
  color: #000000;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup {
  border-right: 1px solid #f2f2f2;
  border-top: 0 none;
  float: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:last-child {
  border-right: 0 none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup:before {
  display: none;
}

.selectize-dropdown.plugin-optgroup_columns .optgroup-header {
  border-top: 0 none;
}

.selectize-control.plugin-remove_button [data-value] {
  position: relative;
  padding-right: 24px !important;
}

.selectize-control.plugin-remove_button [data-value] .remove {
  z-index: 1;
  /* fixes ie bug (see #392) */
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  width: 17px;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  color: inherit;
  text-decoration: none;
  vertical-align: middle;
  display: inline-block;
  padding: 2px 0 0 0;
  border-left: 1px solid #d0d0d0;
  -webkit-border-radius: 0 2px 2px 0;
  -moz-border-radius: 0 2px 2px 0;
  border-radius: 0 2px 2px 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.selectize-control.plugin-remove_button [data-value] .remove:hover {
  background: rgba(0, 0, 0, 0.05);
}

.selectize-control.plugin-remove_button [data-value].active .remove {
  border-left-color: #cacaca;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove:hover {
  background: none;
}

.selectize-control.plugin-remove_button .disabled [data-value] .remove {
  border-left-color: #ffffff;
}

.selectize-control.plugin-remove_button .remove-single {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 23px;
}

.selectize-control {
  position: relative;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  color: #303030;
  font-family: inherit;
  font-size: 13px;
  line-height: 18px;
  -webkit-font-smoothing: inherit;
}

.selectize-input,
.selectize-control.single .selectize-input.input-active {
  background: #fff;
  cursor: text;
  display: inline-block;
}

.selectize-input {
  border: 1px solid #d0d0d0;
  padding: 8px 8px;
  display: inline-block;
  width: 100%;
  overflow: hidden;
  position: relative;
  z-index: 1;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

.selectize-control.multi .selectize-input.has-items {
  padding: 6px 8px 3px;
}

.selectize-input.full {
  background-color: #fff;
}

.selectize-input.disabled,
.selectize-input.disabled * {
  cursor: default !important;
}

.selectize-input.focus {
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.15);
}

.selectize-input.dropdown-active {
  -webkit-border-radius: 3px 3px 0 0;
  -moz-border-radius: 3px 3px 0 0;
  border-radius: 3px 3px 0 0;
}

.selectize-input > * {
  vertical-align: baseline;
  display: -moz-inline-stack;
  display: inline-block;
  zoom: 1;
  *display: inline;
}

.selectize-control.multi .selectize-input > div {
  cursor: pointer;
  margin: 0 3px 3px 0;
  padding: 2px 6px;
  background: #f2f2f2;
  color: #303030;
  border: 0 solid #d0d0d0;
}

.selectize-control.multi .selectize-input > div.active {
  background: #e8e8e8;
  color: #303030;
  border: 0 solid #cacaca;
}

.selectize-control.multi .selectize-input.disabled > div,
.selectize-control.multi .selectize-input.disabled > div.active {
  color: #7d7d7d;
  background: #ffffff;
  border: 0 solid #ffffff;
}

.selectize-input > input {
  display: inline-block !important;
  padding: 0 !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: 100% !important;
  margin: 0 2px 0 0 !important;
  text-indent: 0 !important;
  border: 0 none !important;
  background: none !important;
  line-height: inherit !important;
  -webkit-user-select: auto !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

.selectize-input > input::-ms-clear {
  display: none;
}

.selectize-input > input:focus {
  outline: none !important;
}

.selectize-input::after {
  content: ' ';
  display: block;
  clear: left;
}

.selectize-input.dropdown-active::before {
  content: ' ';
  display: block;
  position: absolute;
  background: #f0f0f0;
  height: 1px;
  bottom: 0;
  left: 0;
  right: 0;
}

.selectize-dropdown {
  position: absolute;
  z-index: 10;
  border: 1px solid #d0d0d0;
  background: #fff;
  margin: -1px 0 0 0;
  border-top: 0 none;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
  -webkit-border-radius: 0 0 3px 3px;
  -moz-border-radius: 0 0 3px 3px;
  border-radius: 0 0 3px 3px;
}

.selectize-dropdown [data-selectable] {
  cursor: pointer;
  overflow: hidden;
}

.selectize-dropdown [data-selectable] .highlight {
  background: rgba(125, 168, 208, 0.2);
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  border-radius: 1px;
}

.selectize-dropdown .option,
.selectize-dropdown .optgroup-header {
  padding: 5px 8px;
}

.selectize-dropdown .option,
.selectize-dropdown [data-disabled],
.selectize-dropdown [data-disabled] [data-selectable].option {
  cursor: inherit;
  opacity: 0.5;
}

.selectize-dropdown [data-selectable].option {
  opacity: 1;
}

.selectize-dropdown .optgroup:first-child .optgroup-header {
  border-top: 0 none;
}

.selectize-dropdown .optgroup-header {
  color: #303030;
  background: #fff;
  cursor: default;
}

.selectize-dropdown .active {
  background-color: #f5fafd;
  color: #495c68;
}

.selectize-dropdown .active.create {
  color: #495c68;
}

.selectize-dropdown .create {
  color: rgba(48, 48, 48, 0.5);
}

.selectize-dropdown-content {
  overflow-y: auto;
  overflow-x: hidden;
  max-height: 200px;
  -webkit-overflow-scrolling: touch;
}

.selectize-control.single .selectize-input,
.selectize-control.single .selectize-input input {
  cursor: pointer;
}

.selectize-control.single .selectize-input.input-active,
.selectize-control.single .selectize-input.input-active input {
  cursor: text;
}

.selectize-control.single .selectize-input:after {
  content: ' ';
  display: block;
  position: absolute;
  top: 50%;
  right: 15px;
  margin-top: -3px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 5px 0 5px;
  border-color: #808080 transparent transparent transparent;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin-top: -4px;
  border-width: 0 5px 5px 5px;
  border-color: transparent transparent #808080 transparent;
}

.selectize-control.rtl.single .selectize-input:after {
  left: 15px;
  right: auto;
}

.selectize-control.rtl .selectize-input > input {
  margin: 0 4px 0 -2px !important;
}

.selectize-control .selectize-input.disabled {
  opacity: 0.5;
  background-color: #fafafa;
}

/**
 * Swiper 6.8.4
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: August 23, 2021
 */

@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;
  /* Fix of Webkit flickering */
  z-index: 1;
}

.swiper-container-vertical > .swiper-wrapper {
  flex-direction: column;
}

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

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

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

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

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

.swiper-container-pointer-events {
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  touch-action: pan-x;
}

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

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

/* Auto Height */

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

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

/* 3D Effects */

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

.swiper-container-3d .swiper-wrapper,
.swiper-container-3d .swiper-slide,
.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-slide-shadow-bottom,
.swiper-container-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

.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-slide-shadow-bottom {
  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: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  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: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

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

/* CSS Mode */

.swiper-container-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.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 {
  scroll-snap-type: x mandatory;
}

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

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

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

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

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

.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-prev.swiper-button-white,
.swiper-button-next.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

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

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

:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  */
}

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

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

/* Common Styles */

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

/* Bullets */

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

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

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

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

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

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

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

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

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

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

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

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.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%;
  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%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms 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%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-container-horizontal.swiper-container-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Progress */

.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%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  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-vertical > .swiper-pagination-progressbar,
.swiper-container-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  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;
}

/* Scrollbar */

.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: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

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

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

/* Preloader */

:root {
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  */
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  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;
}

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

/* a11y */

.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 {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  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;
  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 {
  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-prev,
.swiper-container-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-top,
.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right {
  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%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.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-top,
.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.carousel {
  position: relative;
  box-sizing: border-box;
}

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

.carousel.is-draggable {
  cursor: move;
  cursor: grab;
}

.carousel.is-dragging {
  cursor: move;
  cursor: grabbing;
}

.carousel__viewport {
  position: relative;
  overflow: hidden;
  max-width: 100%;
  max-height: 100%;
}

.carousel__track {
  display: flex;
}

.carousel__slide {
  flex: 0 0 auto;
  width: var(--carousel-slide-width, 60%);
  max-width: 100%;
  padding: 1rem;
  position: relative;
  overflow-x: hidden;
  overflow-y: auto;
  overscroll-behavior: contain;
}

.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.carousel__dots {
  margin: 0 auto;
  padding: 0;
  position: absolute;
  top: calc(100% + 0.5rem);
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  list-style: none;
  user-select: none;
}

.carousel__dots .carousel__dot {
  margin: 0;
  padding: 0;
  display: block;
  position: relative;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.carousel__dots .carousel__dot:after {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background-color: currentColor;
  opacity: .25;
  transition: opacity .15s ease-in-out;
}

.carousel__dots .carousel__dot.is-selected:after {
  opacity: 1;
}

.carousel__button {
  width: var(--carousel-button-width, 48px);
  height: var(--carousel-button-height, 48px);
  padding: 0;
  border: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  pointer-events: all;
  cursor: pointer;
  color: var(--carousel-button-color, currentColor);
  background: var(--carousel-button-bg, transparent);
  border-radius: var(--carousel-button-border-radius, 50%);
  box-shadow: var(--carousel-button-shadow, none);
  transition: opacity .15s ease;
}

.carousel__button.is-prev,
.carousel__button.is-next {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

.carousel__button.is-prev {
  left: 10px;
}

.carousel__button.is-next {
  right: 10px;
}

.carousel__button[disabled] {
  cursor: default;
  opacity: .3;
}

.carousel__button svg {
  width: var(--carousel-button-svg-width, 50%);
  height: var(--carousel-button-svg-height, 50%);
  fill: none;
  stroke: currentColor;
  stroke-width: var(--carousel-button-svg-stroke-width, 1.5);
  stroke-linejoin: bevel;
  stroke-linecap: round;
  filter: var(--carousel-button-svg-filter, none);
  pointer-events: none;
}

html.with-fancybox {
  scroll-behavior: auto;
}

body.compensate-for-scrollbar {
  overflow: hidden !important;
  touch-action: none;
}

.fancybox__container {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  direction: ltr;
  margin: 0;
  padding: env(safe-area-inset-top, 0px) env(safe-area-inset-right, 0px) env(safe-area-inset-bottom, 0px) env(safe-area-inset-left, 0px);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  color: var(--fancybox-color, #fff);
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  overflow: hidden;
  z-index: 1050;
  outline: none;
  transform-origin: top left;
  --carousel-button-width: 48px;
  --carousel-button-height: 48px;
  --carousel-button-svg-width: 24px;
  --carousel-button-svg-height: 24px;
  --carousel-button-svg-stroke-width: 2.5;
  --carousel-button-svg-filter: drop-shadow(1px 1px 1px rgba(0, 0, 0, 0.4));
}

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

.fancybox__container :focus {
  outline: none;
}

body:not(.is-using-mouse) .fancybox__container :focus {
  box-shadow: 0 0 0 1px #fff, 0 0 0 2px var(--fancybox-accent-color, rgba(1, 210, 232, 0.94));
}

.fancybox__backdrop {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: var(--fancybox-bg, rgba(24, 24, 27, 0.92));
}

.fancybox__carousel {
  position: relative;
  flex: 1 1 auto;
  min-height: 0;
  height: 100%;
  z-index: 10;
}

.fancybox__carousel.has-dots {
  margin-bottom: calc(0.5rem + 22px);
}

.fancybox__viewport {
  position: relative;
  width: 100%;
  height: 100%;
  overflow: visible;
  cursor: default;
}

.fancybox__track {
  display: flex;
  height: 100%;
}

.fancybox__slide {
  flex: 0 0 auto;
  width: 100%;
  max-width: 100%;
  margin: 0;
  padding: 48px 8px 8px 8px;
  position: relative;
  overscroll-behavior: contain;
  display: flex;
  flex-direction: column;
  outline: 0;
  overflow: auto;
  --carousel-button-width: 36px;
  --carousel-button-height: 36px;
  --carousel-button-svg-width: 22px;
  --carousel-button-svg-height: 22px;
}

.fancybox__slide::before,
.fancybox__slide::after {
  content: "";
  flex: 0 0 0;
  margin: auto;
}

.fancybox__content {
  margin: 0 env(safe-area-inset-right, 0px) 0 env(safe-area-inset-left, 0px);
  padding: 36px;
  color: var(--fancybox-content-color, #374151);
  background: var(--fancybox-content-bg, #fff);
  position: relative;
  align-self: center;
  display: flex;
  flex-direction: column;
  z-index: 20;
}

.fancybox__content :focus:not(.carousel__button.is-close) {
  outline: thin dotted;
  box-shadow: none;
}

.fancybox__caption {
  align-self: center;
  max-width: 100%;
  margin: 0;
  padding: 1rem 0 0 0;
  line-height: 1.375;
  color: var(--fancybox-color, currentColor);
  visibility: visible;
  cursor: auto;
  flex-shrink: 0;
  overflow-wrap: anywhere;
}

.is-loading .fancybox__caption {
  visibility: hidden;
}

.fancybox__container > .carousel__dots {
  top: 100%;
  color: var(--fancybox-color, #fff);
}

.fancybox__nav .carousel__button {
  z-index: 40;
}

.fancybox__nav .carousel__button.is-next {
  right: 8px;
}

.fancybox__nav .carousel__button.is-prev {
  left: 8px;
}

.carousel__button.is-close {
  position: absolute;
  top: 8px;
  right: 8px;
  top: calc(env(safe-area-inset-top, 0px) + 8px);
  right: calc(env(safe-area-inset-right, 0px) + 8px);
  z-index: 40;
}

.fancybox__content > .carousel__button.is-close {
  position: absolute;
  top: -40px;
  right: 0;
  color: var(--fancybox-color, #fff);
}

.fancybox__no-click,
.fancybox__no-click button {
  pointer-events: none;
}

.fancybox__spinner {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 50px;
  height: 50px;
  color: var(--fancybox-color, currentColor);
}

.fancybox__slide .fancybox__spinner {
  cursor: pointer;
  z-index: 1053;
}

.fancybox__spinner svg {
  animation: fancybox-rotate 2s linear infinite;
  transform-origin: center center;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.fancybox__spinner svg circle {
  fill: none;
  stroke-width: 2.75;
  stroke-miterlimit: 10;
  stroke-dasharray: 1,200;
  stroke-dashoffset: 0;
  animation: fancybox-dash 1.5s ease-in-out infinite;
  stroke-linecap: round;
  stroke: currentColor;
}

@keyframes fancybox-rotate {
  100% {
    transform: rotate(360deg);
  }
}

@keyframes fancybox-dash {
  0% {
    stroke-dasharray: 1,200;
    stroke-dashoffset: 0;
  }

  50% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -35px;
  }

  100% {
    stroke-dasharray: 89,200;
    stroke-dashoffset: -124px;
  }
}

.fancybox__backdrop,
.fancybox__caption,
.fancybox__nav,
.carousel__dots,
.carousel__button.is-close {
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__backdrop,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__caption,
.fancybox__container.is-animated[aria-hidden=false] .fancybox__nav,
.fancybox__container.is-animated[aria-hidden=false] .carousel__dots,
.fancybox__container.is-animated[aria-hidden=false] .carousel__button.is-close {
  animation: .15s ease backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__backdrop,
.fancybox__container.is-animated.is-closing .fancybox__caption,
.fancybox__container.is-animated.is-closing .fancybox__nav,
.fancybox__container.is-animated.is-closing .carousel__dots,
.fancybox__container.is-animated.is-closing .carousel__button.is-close {
  animation: .15s ease both fancybox-fadeOut;
}

.fancybox-fadeIn {
  animation: .15s ease both fancybox-fadeIn;
}

.fancybox-fadeOut {
  animation: .1s ease both fancybox-fadeOut;
}

.fancybox-zoomInUp {
  animation: .2s ease both fancybox-zoomInUp;
}

.fancybox-zoomOutDown {
  animation: .15s ease both fancybox-zoomOutDown;
}

.fancybox-throwOutUp {
  animation: .15s ease both fancybox-throwOutUp;
}

.fancybox-throwOutDown {
  animation: .15s ease both fancybox-throwOutDown;
}

@keyframes fancybox-fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes fancybox-fadeOut {
  to {
    opacity: 0;
  }
}

@keyframes fancybox-zoomInUp {
  from {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }

  to {
    transform: scale(1) translate3d(0, 0, 0);
    opacity: 1;
  }
}

@keyframes fancybox-zoomOutDown {
  to {
    transform: scale(0.97) translate3d(0, 16px, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutUp {
  to {
    transform: translate3d(0, -30%, 0);
    opacity: 0;
  }
}

@keyframes fancybox-throwOutDown {
  to {
    transform: translate3d(0, 30%, 0);
    opacity: 0;
  }
}

.fancybox__carousel .carousel__slide {
  scrollbar-width: thin;
  scrollbar-color: #ccc rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar {
  width: 8px;
  height: 8px;
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-track {
  background-color: rgba(255, 255, 255, 0.1);
}

.fancybox__carousel .carousel__slide::-webkit-scrollbar-thumb {
  background-color: #ccc;
  border-radius: 2px;
  box-shadow: inset 0 0 4px rgba(0, 0, 0, 0.2);
}

.fancybox__carousel.is-draggable .fancybox__slide,
.fancybox__carousel.is-draggable .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel.is-dragging .fancybox__slide,
.fancybox__carousel.is-dragging .fancybox__slide .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__carousel .fancybox__slide .fancybox__content {
  cursor: auto;
}

.fancybox__carousel .fancybox__slide.can-zoom_in .fancybox__content {
  cursor: zoom-in;
}

.fancybox__carousel .fancybox__slide.can-zoom_out .fancybox__content {
  cursor: zoom-out;
}

.fancybox__carousel .fancybox__slide.is-draggable .fancybox__content {
  cursor: move;
  cursor: grab;
}

.fancybox__carousel .fancybox__slide.is-dragging .fancybox__content {
  cursor: move;
  cursor: grabbing;
}

.fancybox__image {
  transform-origin: 0 0;
  user-select: none;
  transition: none;
}

.has-image .fancybox__content {
  padding: 0;
  background: rgba(0, 0, 0, 0);
  min-height: 1px;
}

.is-closing .has-image .fancybox__content {
  overflow: visible;
}

.has-image[data-image-fit=contain] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=contain] .fancybox__content {
  flex-direction: row;
  flex-wrap: wrap;
}

.has-image[data-image-fit=contain] .fancybox__image {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

.has-image[data-image-fit=contain-w] {
  overflow-x: hidden;
  overflow-y: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__content {
  min-height: auto;
}

.has-image[data-image-fit=contain-w] .fancybox__image {
  max-width: 100%;
  height: auto;
}

.has-image[data-image-fit=cover] {
  overflow: visible;
  touch-action: none;
}

.has-image[data-image-fit=cover] .fancybox__content {
  width: 100%;
  height: 100%;
}

.has-image[data-image-fit=cover] .fancybox__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  max-width: 100%;
  flex-shrink: 1;
  min-height: 1px;
  overflow: visible;
}

.fancybox__carousel .fancybox__slide.has-iframe .fancybox__content,
.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content {
  width: 100%;
  height: 80%;
}

.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  width: 960px;
  height: 540px;
  max-width: 100%;
  max-height: 100%;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content,
.fancybox__carousel .fancybox__slide.has-pdf .fancybox__content,
.fancybox__carousel .fancybox__slide.has-video .fancybox__content,
.fancybox__carousel .fancybox__slide.has-html5video .fancybox__content {
  padding: 0;
  background: rgba(24, 24, 27, 0.9);
  color: #fff;
}

.fancybox__carousel .fancybox__slide.has-map .fancybox__content {
  background: #e5e3df;
}

.fancybox__html5video,
.fancybox__iframe {
  border: 0;
  display: block;
  height: 100%;
  width: 100%;
  background: rgba(0, 0, 0, 0);
}

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

.fancybox__thumbs {
  flex: 0 0 auto;
  position: relative;
  padding: 0px 3px;
  opacity: var(--fancybox-opacity, 1);
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__thumbs {
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__thumbs {
  opacity: 0;
}

.fancybox__thumbs .carousel__slide {
  flex: 0 0 auto;
  width: var(--fancybox-thumbs-width, 96px);
  margin: 0;
  padding: 8px 3px;
  box-sizing: content-box;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: visible;
  cursor: pointer;
}

.fancybox__thumbs .carousel__slide .fancybox__thumb::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  border-width: 5px;
  border-style: solid;
  border-color: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  opacity: 0;
  transition: opacity .15s ease;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__thumbs .carousel__slide.is-nav-selected .fancybox__thumb::after {
  opacity: .92;
}

.fancybox__thumbs .carousel__slide > * {
  pointer-events: none;
  user-select: none;
}

.fancybox__thumb {
  position: relative;
  width: 100%;
  padding-top: calc(100%/(var(--fancybox-thumbs-ratio, 1.5)));
  background-size: cover;
  background-position: center center;
  background-color: rgba(255, 255, 255, 0.1);
  background-repeat: no-repeat;
  border-radius: var(--fancybox-thumbs-border-radius, 4px);
}

.fancybox__toolbar {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 20;
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.006) 8.1%, rgba(0, 0, 0, 0.021) 15.5%, rgba(0, 0, 0, 0.046) 22.5%, rgba(0, 0, 0, 0.077) 29%, rgba(0, 0, 0, 0.114) 35.3%, rgba(0, 0, 0, 0.155) 41.2%, rgba(0, 0, 0, 0.198) 47.1%, rgba(0, 0, 0, 0.242) 52.9%, rgba(0, 0, 0, 0.285) 58.8%, rgba(0, 0, 0, 0.326) 64.7%, rgba(0, 0, 0, 0.363) 71%, rgba(0, 0, 0, 0.394) 77.5%, rgba(0, 0, 0, 0.419) 84.5%, rgba(0, 0, 0, 0.434) 91.9%, rgba(0, 0, 0, 0.44) 100%);
  padding: 0;
  touch-action: none;
  display: flex;
  justify-content: space-between;
  --carousel-button-svg-width: 20px;
  --carousel-button-svg-height: 20px;
  opacity: var(--fancybox-opacity, 1);
  text-shadow: var(--fancybox-toolbar-text-shadow, 1px 1px 1px rgba(0, 0, 0, 0.4));
}

.fancybox__container.is-animated[aria-hidden=false] .fancybox__toolbar {
  animation: .15s ease-in backwards fancybox-fadeIn;
}

.fancybox__container.is-animated.is-closing .fancybox__toolbar {
  opacity: 0;
}

.fancybox__toolbar__items {
  display: flex;
}

.fancybox__toolbar__items--left {
  margin-right: auto;
}

.fancybox__toolbar__items--center {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.fancybox__toolbar__items--right {
  margin-left: auto;
}

.fancybox__counter {
  min-width: 72px;
  padding: 0 10px;
  line-height: var(--carousel-button-height, 48px);
  text-align: center;
  font-size: 17px;
  font-variant-numeric: tabular-nums;
  -webkit-font-smoothing: subpixel-antialiased;
}

.fancybox__progress {
  background: var(--fancybox-accent-color, rgba(34, 213, 233, 0.96));
  height: 3px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0;
  transition-property: transform;
  transition-timing-function: linear;
  z-index: 30;
  user-select: none;
}

.fancybox__container:fullscreen::backdrop {
  opacity: 0;
}

.fancybox__button--fullscreen g:nth-child(2) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(1) {
  display: none;
}

.fancybox__container:fullscreen .fancybox__button--fullscreen g:nth-child(2) {
  display: block;
}

.fancybox__button--slideshow g:nth-child(2) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(1) {
  display: none;
}

.fancybox__container.has-slideshow .fancybox__button--slideshow g:nth-child(2) {
  display: block;
}

/*!
 * Datepicker v1.0.10
 * https://fengyuanchen.github.io/datepicker
 *
 * Copyright 2014-present Chen Fengyuan
 * Released under the MIT license
 *
 * Date: 2020-09-29T14:46:09.037Z
 */

.datepicker-container {
  background-color: #fff;
  direction: ltr;
  font-size: 12px;
  left: 0;
  line-height: 30px;
  position: fixed;
  -webkit-tap-highlight-color: transparent;
  top: 0;
  -ms-touch-action: none;
  touch-action: none;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  width: 210px;
  z-index: -1;
}

.datepicker-container::before,
.datepicker-container::after {
  border: 5px solid transparent;
  content: " ";
  display: block;
  height: 0;
  position: absolute;
  width: 0;
}

.datepicker-dropdown {
  border: 1px solid #ccc;
  -webkit-box-shadow: 0 3px 6px #ccc;
  box-shadow: 0 3px 6px #ccc;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  position: absolute;
  z-index: 1;
}

.datepicker-inline {
  position: static;
}

.datepicker-top-left,
.datepicker-top-right {
  border-top-color: #39f;
}

.datepicker-top-left::before,
.datepicker-top-left::after,
.datepicker-top-right::before,
.datepicker-top-right::after {
  border-top: 0;
  left: 10px;
  top: -5px;
}

.datepicker-top-left::before,
.datepicker-top-right::before {
  border-bottom-color: #39f;
}

.datepicker-top-left::after,
.datepicker-top-right::after {
  border-bottom-color: #fff;
  top: -4px;
}

.datepicker-bottom-left,
.datepicker-bottom-right {
  border-bottom-color: #39f;
}

.datepicker-bottom-left::before,
.datepicker-bottom-left::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  border-bottom: 0;
  bottom: -5px;
  left: 10px;
}

.datepicker-bottom-left::before,
.datepicker-bottom-right::before {
  border-top-color: #39f;
}

.datepicker-bottom-left::after,
.datepicker-bottom-right::after {
  border-top-color: #fff;
  bottom: -4px;
}

.datepicker-top-right::before,
.datepicker-top-right::after,
.datepicker-bottom-right::before,
.datepicker-bottom-right::after {
  left: auto;
  right: 10px;
}

.datepicker-panel > ul {
  margin: 0;
  padding: 0;
  width: 102%;
}

.datepicker-panel > ul::before,
.datepicker-panel > ul::after {
  content: " ";
  display: table;
}

.datepicker-panel > ul::after {
  clear: both;
}

.datepicker-panel > ul > li {
  background-color: #fff;
  cursor: pointer;
  float: left;
  height: 30px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
  width: 30px;
}

.datepicker-panel > ul > li:hover {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.muted,
.datepicker-panel > ul > li.muted:hover {
  color: #999;
}

.datepicker-panel > ul > li.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li.highlighted:hover {
  background-color: #cce5ff;
}

.datepicker-panel > ul > li.picked,
.datepicker-panel > ul > li.picked:hover {
  color: #39f;
}

.datepicker-panel > ul > li.disabled,
.datepicker-panel > ul > li.disabled:hover {
  background-color: #fff;
  color: #ccc;
  cursor: default;
}

.datepicker-panel > ul > li.disabled.highlighted,
.datepicker-panel > ul > li.disabled:hover.highlighted {
  background-color: #e5f2ff;
}

.datepicker-panel > ul > li[data-view="years prev"],
.datepicker-panel > ul > li[data-view="year prev"],
.datepicker-panel > ul > li[data-view="month prev"],
.datepicker-panel > ul > li[data-view="years next"],
.datepicker-panel > ul > li[data-view="year next"],
.datepicker-panel > ul > li[data-view="month next"],
.datepicker-panel > ul > li[data-view="next"] {
  font-size: 18px;
}

.datepicker-panel > ul > li[data-view="years current"],
.datepicker-panel > ul > li[data-view="year current"],
.datepicker-panel > ul > li[data-view="month current"] {
  width: 150px;
}

.datepicker-panel > ul[data-view="years"] > li,
.datepicker-panel > ul[data-view="months"] > li {
  height: 52.5px;
  line-height: 52.5px;
  width: 52.5px;
}

.datepicker-panel > ul[data-view="week"] > li,
.datepicker-panel > ul[data-view="week"] > li:hover {
  background-color: #fff;
  cursor: default;
}

.datepicker-hide {
  display: none;
}

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

.row {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}

.stretch {
  align-items: stretch;
}

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

.align-items-start {
  align-items: flex-start;
}

.align-items-end {
  align-items: flex-end;
}

.justify-content-center {
  justify-content: center;
}

.justify-content-start {
  justify-content: flex-start;
}

.justify-content-end {
  justify-content: flex-end;
}

.order-1 {
  order: 1;
}

.col-1 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 8.33333%;
  max-width: 8.33333%;
  width: 100%;
}

.order-2 {
  order: 2;
}

.col-2 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 16.66667%;
  max-width: 16.66667%;
  width: 100%;
}

.order-3 {
  order: 3;
}

.col-3 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 25%;
  max-width: 25%;
  width: 100%;
}

.order-4 {
  order: 4;
}

.col-4 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 33.33333%;
  max-width: 33.33333%;
  width: 100%;
}

.order-5 {
  order: 5;
}

.col-5 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 41.66667%;
  max-width: 41.66667%;
  width: 100%;
}

.order-6 {
  order: 6;
}

.col-6 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 50%;
  max-width: 50%;
  width: 100%;
}

.order-7 {
  order: 7;
}

.col-7 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 58.33333%;
  max-width: 58.33333%;
  width: 100%;
}

.order-8 {
  order: 8;
}

.col-8 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 66.66667%;
  max-width: 66.66667%;
  width: 100%;
}

.order-9 {
  order: 9;
}

.col-9 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 75%;
  max-width: 75%;
  width: 100%;
}

.order-10 {
  order: 10;
}

.col-10 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 83.33333%;
  max-width: 83.33333%;
  width: 100%;
}

.order-11 {
  order: 11;
}

.col-11 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 91.66667%;
  max-width: 91.66667%;
  width: 100%;
}

.order-12 {
  order: 12;
}

.col-12 {
  position: relative;
  box-sizing: border-box;
  flex: 0 0 100%;
  max-width: 100%;
  width: 100%;
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 100;
  src: url("../fonts/Raleway/Raleway-Thin.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Thin.woff") format("woff"), url("../fonts/Raleway/Raleway-Thin.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 200;
  src: url("../fonts/Raleway/Raleway-ExtraLight.woff2") format("woff2"), url("../fonts/Raleway/Raleway-ExtraLight.woff") format("woff"), url("../fonts/Raleway/Raleway-ExtraLight.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Raleway/Raleway-Light.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Light.woff") format("woff"), url("../fonts/Raleway/Raleway-Light.ttf") format("truetype");
}

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

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

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

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

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Raleway/Raleway-ExtraBold.woff2") format("woff2"), url("../fonts/Raleway/Raleway-ExtraBold.woff") format("woff"), url("../fonts/Raleway/Raleway-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Raleway";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Raleway/Raleway-Black.woff2") format("woff2"), url("../fonts/Raleway/Raleway-Black.woff") format("woff"), url("../fonts/Raleway/Raleway-Black.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 300;
  src: url("../fonts/Rubik/Rubik-Light.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Light.woff") format("woff"), url("../fonts/Rubik/Rubik-Light.ttf") format("truetype");
}

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

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

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

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

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 800;
  src: url("../fonts/Rubik/Rubik-ExtraBold.woff2") format("woff2"), url("../fonts/Rubik/Rubik-ExtraBold.woff") format("woff"), url("../fonts/Rubik/Rubik-ExtraBold.ttf") format("truetype");
}

@font-face {
  font-family: "Rubik";
  font-style: normal;
  font-weight: 900;
  src: url("../fonts/Rubik/Rubik-Black.woff2") format("woff2"), url("../fonts/Rubik/Rubik-Black.woff") format("woff"), url("../fonts/Rubik/Rubik-Black.ttf") format("truetype");
}

*,
h1,
h2,
h3,
h4,
h5,
h6,
ul {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

a {
  outline: none;
  text-decoration: none;
}

body {
  position: relative;
  background-color: #fff;
  height: auto;
  min-height: 100%;
  min-width: 320px;
  font-family: "Raleway", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  font-smoothing: antialiased;
}

body.block-scroll {
  overflow: hidden;
}

.container {
  padding: 0 30px;
}

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

h1,
.h1 {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #1B1B1B;
}

h2,
.h2 {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
}

h3,
.h3 {
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  color: #1B1B1B;
}

h4,
.h4 {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #1B1B1B;
}

.content {
  position: relative;
  padding: 0 0 80px 0;
}

.content--home {
  padding: 0 !important;
}

.content_inner {
  padding: 0 0 80px 0;
}

.content__title {
  padding-bottom: 50px;
}

.content__title--p0 {
  padding-bottom: 0;
  padding-right: 16px;
}

.content__row {
  display: flex;
  align-items: stretch;
}

.content__col:first-child {
  width: 17%;
}

.content__col:last-child {
  width: 83%;
}

.content__menu {
  position: relative;
  height: 100%;
  border-right: 1px solid #DEDFE3;
  opacity: 0;
}

.content__menu-inner {
  position: sticky;
  top: 0;
  padding: 16px 0;
}

.content__container {
  padding: 20px 0 20px 10%;
}

.hidden-md {
  display: block;
}

.hidden-sm {
  display: block;
}

.hidden-inline-sm {
  display: inline;
}

.show-sm {
  display: none;
}

.line {
  width: 100%;
  height: 1px;
  background: #DEDFE3;
}

.custom-scroll::-webkit-scrollbar,
.documents__download-list-wrapper::-webkit-scrollbar {
  width: 4px;
  background-color: #F0F8FD;
}

.custom-scroll::-webkit-scrollbar-track,
.documents__download-list-wrapper::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll::-webkit-scrollbar-thumb,
.documents__download-list-wrapper::-webkit-scrollbar-thumb {
  background: #1455A3;
  border-radius: 3px;
}

.custom-scroll-light::-webkit-scrollbar,
.article .wp-block-table::-webkit-scrollbar {
  width: 6px;
  height: 6px;
  background: #EFEDF7;
  border-radius: 10px;
}

.custom-scroll-light::-webkit-scrollbar-track,
.article .wp-block-table::-webkit-scrollbar-track {
  box-shadow: none;
}

.custom-scroll-light::-webkit-scrollbar-thumb,
.article .wp-block-table::-webkit-scrollbar-thumb {
  background: #AFAACB;
  width: 6px;
  border-radius: 10px;
}

.header {
  background: #1455A3;
  position: relative;
}

.header.animated .header__title {
  opacity: 1;
  transform: translateY(0);
}

.header.animated .header__breads {
  opacity: 1;
  transform: translateY(0);
}

.header.animated .header__date {
  opacity: .5;
  transform: translateY(0);
}

.header.animated .header__event {
  opacity: 1;
  transform: translateY(0);
}

.header.animated .header__badge {
  opacity: 1;
  transform: translateY(0);
}

.header.animated .header__bg {
  opacity: 1;
}

.header__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #1455A3;
  opacity: 0;
  transition: opacity 600ms ease;
}

.header__bg .container {
  height: 100%;
}

.header__bg-wrapper {
  position: relative;
  height: 100%;
}

.header__bg-container {
  position: absolute;
  top: 0;
  left: 50%;
  width: 100%;
  height: 100%;
  transform: translateX(-50%);
  min-width: 1280px;
}

.header__bg-holder {
  position: absolute;
  width: 1240px;
  bottom: 0;
  right: -300px;
  overflow: hidden;
}

.header__bg-holder::before {
  content: '';
  padding-top: 49%;
  display: inline-block;
}

.header__bg-holder video,
.header__bg-holder #sequense,
.header__bg-holder canvas {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.header__bg-holder #sequense {
  opacity: 0;
  transition: opacity 600ms ease;
}

.header__bg-holder #sequense.active {
  opacity: 1;
}

.header__video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #230047;
  opacity: 1;
  transition: opacity 600ms ease;
  overflow: hidden;
}

.header__video-wrapper {
  position: relative;
  height: 100%;
}

.header__video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  width: 100%;
}

.header__video-container_sm {
  display: none;
}

.header__video-container video {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: 100%;
  display: block;
}

.header__title {
  width: 100%;
  max-width: 535px;
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  color: #FFFFFF;
  padding: 0;
  margin: 0;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.header__content {
  position: relative;
  padding: 212px 0 153px 0;
  min-height: 620px;
}

.header__breads {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.header__badges {
  display: flex;
  padding-bottom: 10px;
}

.header__badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #6478AC;
  padding: 2px 10px 2px 20px;
  background: #E4F5FF;
  border-radius: 7px;
  position: relative;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
  margin-right: 8px;
}

.header__badge:last-child {
  margin-right: 0;
}

.header__badge::before {
  content: '';
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2DAAE1;
}

.header__bottom {
  display: flex;
  align-items: center;
  justify-content: space-between;
  position: relative;
}

.header__date {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: .5;
  padding-left: 30px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
}

.header__status {
  position: absolute;
  bottom: -5px;
  left: 50%;
  transform: translateX(-50%);
  padding: 2px 8px;
  background: #4EB1D6;
  border-radius: 7px;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #FFFFFF;
  white-space: nowrap;
}

.header__event {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 100%;
  min-width: 250px;
  padding-left: 60px;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 600ms ease, transform 600ms ease;
  z-index: 3;
}

.header__event::before {
  content: '';
  position: absolute;
  left: 0;
  bottom: 0;
  width: 1px;
  height: 100%;
  background: linear-gradient(to top, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0) 100%);
}

.header__event::after {
  content: '';
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: url("../img/header/triangle.svg") 50% 50% no-repeat;
  background-size: contain;
}

.header__event-icon {
  width: 70px;
  height: 70px;
  position: relative;
}

.header__event-icon::before {
  content: '';
  position: absolute;
  top: 8px;
  left: 12px;
  width: 100%;
  height: 100%;
  background: #1455A3;
  border-radius: 50%;
  z-index: 1;
}

.header__event-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 2;
}

.header__event-date {
  text-align: center;
  margin-bottom: 30px;
  width: 230px;
  height: 230px;
  background: radial-gradient(69.29% 69.29% at 50% 50%, rgba(6, 60, 124, 0.5) 0%, rgba(6, 60, 124, 0) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: relative;
  flex-shrink: 0;
}

.header__event-date.active {
  border: 5px solid #FEC705;
}

.header__event-date.future {
  border: 5px solid #4EB1D6;
}

.header__event-date.past {
  border: 5px solid rgba(222, 223, 227, 0.5);
}

.header__event-date.past .header__event-day {
  opacity: .5;
}

.header__event-day {
  font-weight: 400;
  font-size: 100px;
  line-height: 118px;
  color: #FFFFFF;
  font-family: "Rubik", sans-serif;
}

.header__event-month {
  font-family: "Rubik", sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 28px;
  text-align: center;
  color: #FFFFFF;
  opacity: 0.6;
  margin-top: -12px;
}

.header__event-msg {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #12509C;
  border-radius: 8px;
  height: 60px;
  min-width: 277px;
}

.header__event-msg-icon {
  width: 14px;
  height: 14px;
  flex-shrink: 0;
  margin-right: 10px;
}

.header__event-msg-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.header__event-msg-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.header_inner {
  background: none !important;
  padding: 80px 0 60px 0;
}

.header_inner .header__content {
  padding: 0;
  min-height: auto;
}

.header_inner .header__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  color: #1B1B1B;
  padding-bottom: 20px;
}

.header_article {
  background: #1455A3 !important;
  padding: 80px 0;
  margin-bottom: 80px;
}

.header_article::before {
  display: none;
}

.header_article .header__content {
  padding: 0 !important;
  min-height: auto;
}

.header_article .header__title {
  font-weight: 600;
  font-size: 50px;
  line-height: 59px;
  color: #FFFFFF;
  max-width: 1262px;
  padding-bottom: 140px;
}

.header_article .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}

.header_article .breadcrumbs__link:hover {
  color: #FEC705;
}

.header_event {
  background-color: #1455A3;
  margin-bottom: 80px;
}

.header_event .breadcrumbs__link {
  color: rgba(255, 255, 255, 0.5);
}

.header_event .breadcrumbs__link:hover {
  color: #FEC705;
}

.header_event .header__content {
  padding: 90px 0 80px 0;
  min-height: 450px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.header_event .header__title {
  width: calc(100% - 400px);
  max-width: none;
  padding-bottom: 50px;
  min-height: 236px;
}

.header_event .header__bottom {
  justify-content: flex-start;
}

.header_event .header__breads {
  padding-right: 70px;
}

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 15px 40px;
  background: #FEC705;
  border-radius: 10px;
  outline: none;
  cursor: pointer;
  border: none;
  box-shadow: none;
  transition: background 300ms ease, border 300ms ease;
}

.btn:hover {
  background: #4EB1D6;
}

.btn:hover span {
  color: #fff;
}

.btn:hover svg {
  fill: #fff;
}

.btn span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
}

.btn svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  fill: #1B1B1B;
  margin-left: 10px;
  transition: fill 300ms ease;
}

.btn_sm {
  padding: 12px 25px;
  border-radius: 8px;
}

.btn_sm span {
  font-size: 14px;
  line-height: 16px;
}

.btn_lg {
  padding: 20px 40px;
}

.btn_lg span {
  font-size: 18px;
  line-height: 21px;
}

.btn_fw {
  width: 100%;
}

.btn_white {
  background: #fff;
  border: 1px solid #DEDFE3;
}

.btn_white span {
  color: #1B1B1B;
}

.btn_white:hover {
  background: #F4F5F7;
  border-color: transparent;
}

.btn_white:hover span {
  color: #1B1B1B;
}

.modal {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 11;
  width: 100%;
  overflow-y: auto;
  display: none;
}

.modal.active {
  display: block;
}

.modal_md .modal__container {
  max-width: 738px;
}

.modal_lg .modal__container {
  max-width: 970px;
}

.modal_success .modal__container {
  max-width: 720px;
  background: #4EB1D6;
}

.modal_success .modal__content {
  padding: 70px 100px 70px 80px;
}

.modal__alert {
  padding: 26px 30px;
  background: #FFFFFF;
  border: 1px solid #DEDFE3;
  border-radius: 10px;
  margin-bottom: 30px;
  display: flex;
  align-items: center;
}

.modal__alert-icon {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 14px;
  background: url("../img/modal/alert.svg") 50% 50% no-repeat;
  background-size: contain;
}

.modal__alert-text {
  font-size: 14px;
  line-height: 16px;
  color: #1B1B1B;
  width: 100%;
  max-width: 209px;
}

.modal__wrapper {
  position: relative;
  display: flex;
  min-height: 100%;
  width: 100%;
  padding: 80px 40px;
  z-index: 2;
}

.modal__overlay {
  position: fixed;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  background: #200E33;
  opacity: 0.6;
}

.modal__container {
  position: relative;
  width: 100%;
  max-width: 470px;
  z-index: 2;
  background: #FFFFFF;
  border-radius: 10px;
  pointer-events: all;
  margin: auto;
}

.modal__content {
  padding: 60px;
}

.modal__close {
  width: 43px;
  height: 43px;
  position: absolute;
  top: 16px;
  right: 16px;
}

.modal__close svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #DEDFE3;
}

.modal__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
  padding-bottom: 30px;
}

.modal__text {
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
}

.modal__section {
  padding-bottom: 30px;
}

.modal__section:last-child {
  padding-bottom: 0;
}

.modal__pd-title {
  font-weight: bold;
  font-size: 18px;
  line-height: 32px;
  color: #1B1B1B;
  padding-bottom: 32px;
}

.modal__pd-article {
  padding-bottom: 40px;
}

.modal__pd-article p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1B1B1B;
  padding-bottom: 32px;
}

.modal__pd-article p:last-child {
  padding-bottom: 0;
}

.modal__pd-radio {
  margin-right: 40px;
}

.modal__pd-radio:last-child {
  margin-right: 0;
}

.modal__success-row {
  display: flex;
  align-items: center;
}

.modal__success-text {
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}

.modal__success-text p {
  padding: 0;
  margin: 0;
}

.modal__success-icon {
  width: 100px;
  height: 100px;
  display: block;
  flex-shrink: 0;
  margin-left: 48px;
}

.modal__success-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.form {
  position: relative;
}

.form .label {
  padding-bottom: 20px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}

.form__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
  padding-bottom: 40px;
}

.form__field {
  position: relative;
  padding-bottom: 30px;
}

.form__link {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  display: block;
}

.form__row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.form__row_column-3 {
  flex-wrap: wrap;
}

.form__row_column-3 .form__col {
  width: 33.3333%;
}

.form__col {
  width: 50%;
  padding: 0 15px;
}

.form__col_full-center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.form__col_align-center {
  display: flex;
  align-items: center;
}

.form__required {
  font-size: 14px;
  line-height: 16px;
  color: #918D95;
}

.article blockquote {
  display: block;
  position: relative;
  padding: 30px 90px;
  font-size: 20px;
  line-height: 36px;
  color: #1B1B1B;
  background: rgba(244, 245, 247, 0.4);
  mix-blend-mode: normal;
  border-radius: 10px;
  margin-bottom: 60px;
}

.article blockquote::before {
  content: '';
  width: 30px;
  height: 30px;
  position: absolute;
  top: -5px;
  left: 30px;
  background: url("../img/article/quote.svg") 50% 50% no-repeat;
  background-size: contain;
}

.article__section {
  padding: 80px 0;
}

.article__section_pt-0 {
  padding-top: 0 !important;
}

.article__section:last-child {
  padding-bottom: 0;
}

.article img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 10px;
  margin-bottom: 70px;
}

.article img.img-float-right {
  width: 43%;
  float: right;
  margin-left: 60px;
  margin-bottom: 30px;
}

.article img.img-float-left {
  width: 43%;
  float: left;
  margin-right: 60px;
  margin-bottom: 30px;
}

.article p {
  font-size: 16px;
  line-height: 32px;
  text-align: justify;
  color: #1B1B1B;
  padding-bottom: 40px;
}

.article .lead {
  font-weight: 600;
  font-size: 20px;
  line-height: 36px;
  text-align: justify;
  color: #1B1B1B;
  padding-bottom: 40px;
}

.article h1,
.article h2,
.article h3 {
  padding-bottom: 40px;
}

.article h4 {
  padding-bottom: 20px;
}

.article ul {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  padding-bottom: 40px;
}

.article ul li {
  width: 50%;
  padding: 0 28px;
  font-size: 16px;
  line-height: 32px;
  color: #1B1B1B;
  padding-bottom: 6px;
  position: relative;
}

.article ul li:last-child {
  padding-bottom: 0;
}

.article ul li::before {
  content: '';
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #4EB1D6;
  position: absolute;
  top: 11px;
  left: 0;
}

.article ol {
  display: flex;
  flex-wrap: wrap;
  list-style-type: none;
  padding: 0;
  margin: 0;
  counter-reset: ol-counter;
  padding-bottom: 40px;
}

.article ol li {
  width: 100%;
  padding-left: 50px;
  font-size: 16px;
  line-height: 32px;
  color: #1B1B1B;
  padding-bottom: 6px;
  position: relative;
}

.article ol li:last-child {
  padding-bottom: 0;
}

.article ol li::before {
  counter-increment: ol-counter;
  content: counter(ol-counter);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2DAAE1;
  position: absolute;
  top: 2px;
  left: 0;
  font-size: 16px;
  line-height: 1;
  color: #FFFFFF;
  display: flex;
  align-items: center;
  justify-content: center;
  font-family: "Rubik", sans-serif;
}

.article .wp-block-table {
  overflow: auto;
  margin-bottom: 60px;
}

.article table {
  border-collapse: collapse;
}

.article table tr {
  border-bottom: 1px solid #E8E5EB;
}

.article table td {
  font-weight: 400;
  font-size: 15px;
  line-height: 140%;
  color: #000000;
  padding: 18px 18px 18px 0;
  min-width: 270px;
  vertical-align: top;
}

.article table td strong {
  font-weight: 60;
}

.article .anchor-link {
  display: inline-block;
  width: 21px;
  height: 21px;
  font-weight: 500;
  font-size: 16px;
  line-height: 19px;
  color: #58239C;
  background: #ECE0F9;
  border-radius: 50%;
  text-align: center;
  transition: all 300ms ease;
}

.article .anchor-link:hover {
  background: #2DAAE1;
  color: #fff;
}

.selectize-control {
  height: 60px;
}

.selectize-input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  box-shadow: none;
  outline: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #F0F8FD;
  border-radius: 10px;
  border: none;
  width: 100%;
  height: 60px;
  line-height: 60px;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  color: #1B1B1B;
  position: relative;
}

.selectize-input .item {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.selectize-input > input {
  width: 100% !important;
  margin: 0 !important;
  font-size: 16px;
  box-sizing: border-box !important;
  font-weight: 600;
  color: #1B1B1B;
}

.selectize-input > input::placeholder {
  color: #918D95 !important;
  font-weight: 600;
  font-size: 16px;
}

.selectize-input.dropdown-active {
  border-radius: 10px 10px 0 0;
}

.selectize-input.focus {
  box-shadow: none;
  background: #FEF9E9;
}

.selectize-input.full {
  background: #FEF9E9;
}

.selectize-control.single .selectize-input.input-active {
  background: #FEF9E9;
}

.selectize-control.single .selectize-input:after {
  width: 11px;
  height: 6px;
  background: url("../img/selectize/arrow.svg") 50% 50% no-repeat;
  background-size: contain;
  border: none;
  margin-top: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 300ms ease;
}

.selectize-control.single .selectize-input.dropdown-active:after {
  margin: 0;
  border: none;
  transform: translateY(-50%) rotate(-180deg);
}

.selectize-dropdown {
  background: #FEF9E9;
  border: none;
  box-shadow: none;
  padding: 0 0 16px 0;
  border-radius: 0 0 10px 10px;
}

.selectize-dropdown .option {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  padding: 10px 30px;
  cursor: pointer;
  transition: color 300ms ease;
}

.selectize-dropdown .option:hover,
.selectize-dropdown .option.active {
  color: #4EB1D6;
  background: #FEF9E9;
}

.cookies__info {
  padding-bottom: 50px;
}

.cookies__title {
  font-weight: 600;
  font-size: 28px;
  line-height: 33px;
  color: #1B1B1B;
  padding-bottom: 32px;
}

.cookies__content {
  font-size: 16px;
  line-height: 170%;
  text-align: justify;
  color: #1B1B1B;
  padding-bottom: 24px;
}

.cookies__more {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #522583;
}

.cookies__settings {
  padding-bottom: 24px;
}

.cookies__settings-title {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  padding-bottom: 27px;
}

.cookies .c-accordeon__item {
  margin-bottom: 16px;
}

.cookies .c-accordeon__item-toggle {
  background: #F4F5F7;
  border-radius: 10px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.cookies .c-accordeon__item.active .c-accordeon__content {
  display: block;
}

.cookies .c-accordeon__item.active .c-accordeon__item-toggle {
  border-radius: 10px 10px 0 0;
}

.cookies .c-accordeon__item.active .c-accordeon__btn-icon::after {
  transform: translate(-50%, -50%) rotate(0);
}

.cookies .c-accordeon__btn {
  padding: 18px;
  display: flex;
  align-items: center;
  width: 100%;
}

.cookies .c-accordeon__btn-icon {
  flex-shrink: 0;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  position: relative;
}

.cookies .c-accordeon__btn-icon::before,
.cookies .c-accordeon__btn-icon::after {
  content: '';
  position: absolute;
  width: 13px;
  height: 2px;
  background: #522583;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: transform 300ms ease;
}

.cookies .c-accordeon__btn-icon::after {
  transform: translate(-50%, -50%) rotate(-90deg);
}

.cookies .c-accordeon__btn-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1B1B1B;
}

.cookies .c-accordeon__content {
  display: none;
  padding: 4px 30px 30px 30px;
  background: #F4F5F7;
  font-size: 15px;
  line-height: 170%;
  text-align: justify;
  color: #1B1B1B;
}

.cookies .c-accordeon__active {
  flex-shrink: 0;
  padding: 0 20px 0 0;
}

.cookies .c-accordeon__active-text {
  font-weight: bold;
  font-size: 16px;
  line-height: 19px;
  color: #2DAAE1;
}

.cookies .c-accordeon__active-icon {
  display: none;
  width: 24px;
  height: 24px;
}

.cookies .c-accordeon__switcher {
  flex-shrink: 0;
  margin-right: 20px;
  margin-left: 16px;
  position: relative;
  width: 30px;
  height: 22px;
  background: #D9DCDE;
  border: 1px solid #D0D2D5;
  border-radius: 18px;
  transition: background 300ms ease, border 300ms ease;
}

.cookies .c-accordeon__switcher::before {
  content: '';
  position: absolute;
  top: 2px;
  left: 2px;
  width: 16px;
  height: 16px;
  background: #FFFFFF;
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  transition: transform 300ms ease;
}

.cookies .c-accordeon__switcher.active {
  background: #2DAAE1;
  border-color: #2DAAE1;
}

.cookies .c-accordeon__switcher.active::before {
  transform: translateX(50%);
}

.badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  color: #4EB1D6;
  padding: 2px 10px 2px 21px;
  position: relative;
  background: #C8EBF9;
  border-radius: 7px;
}

.badge--dark {
  color: #1455A3;
  background: #D7E6F8;
}

.badge--dark::before {
  background: #1455A3;
}

.badge::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: #2DAAE1;
}

.more-link {
  display: inline-flex;
  align-items: center;
}

.more-link:hover span {
  color: #2DAAE1;
}

.more-link span {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
}

.more-link svg {
  display: block;
  width: 18px;
  height: 11px;
  fill: #2DAAE1;
  margin-left: 14px;
}

.news-card {
  display: block;
}

.news-card__description {
  display: block;
  margin: 20px 0;
  font-size: 14px;
  line-height: 22px;
  color: #1B1B1B;
  overflow: hidden;
  -webkit-line-clamp: 6;
  max-height: calc(22px * 6);
}

.news-card__author {
  display: flex;
}

.news-card__author-img {
  flex-shrink: 0;
  width: 40px;
  height: 44px;
  margin-right: 16px;
  overflow: hidden;
  border-radius: 8px;
}

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

.news-card__author-caption {
  position: relative;
  display: block;
  width: 100%;
  max-width: 230px;
}

.news-card__author-name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  padding-bottom: 10px;
}

.news-card__author-position {
  display: block;
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}

.news-card__image-container {
  display: block;
  position: relative;
  border-radius: 10px;
  overflow: hidden;
  background: linear-gradient(180deg, rgba(49, 3, 93, 0.21) 2.64%, rgba(49, 3, 93, 0.56) 72.13%);
  margin-bottom: 28px;
}

.news-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 63%;
}

.news-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.news-card__caption {
  display: block;
}

.news-card__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1B1B1B;
  padding-bottom: 16px;
}

.news-card__date {
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
  font-family: "Rubik", sans-serif;
}

.document {
  display: flex;
}

.document__icon {
  flex-shrink: 0;
  width: 80px;
  height: 94px;
  display: block;
}

.document__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.document__caption {
  padding-left: 40px;
}

.document__title {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: #1B1B1B;
  padding-bottom: 14px;
}

.document__date {
  display: block;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
}

.event {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 50px;
  border-radius: 10px;
  background: #F0F8FD;
  height: 100%;
  transition: background 300ms ease;
}

.event--disabled .event__day {
  color: #918D95;
}

.event--disabled .event__month {
  color: #1B1B1B;
  opacity: .6;
}

.event--disabled .badge {
  background: #DEDFE3 !important;
  color: #918D95 !important;
}

.event--disabled .badge::before {
  background: #918D95 !important;
}

.event:hover {
  background: #1455A3;
}

.event:hover .event__date {
  background: #0B4892;
}

.event:hover .event__day,
.event:hover .event__name,
.event:hover .event__month {
  color: #fff;
}

.event:hover .event__month {
  opacity: .6;
}

.event:hover .event__types {
  border-color: rgba(255, 255, 255, 0.4);
}

.event:hover .event__waiting {
  color: #fff;
  opacity: .6;
}

.event:hover .event__waiting svg {
  fill: #fff;
}

.event:hover .event__icon svg {
  fill: #FFFFFF;
}

.event__date {
  width: 160px;
  height: 160px;
  background: #fff;
  border-radius: 50%;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  margin-bottom: 30px;
  transition: background 300ms ease;
}

.event__day {
  font-weight: 400;
  font-size: 56px;
  line-height: 66px;
  color: #1455A3;
  font-family: "Rubik", sans-serif;
  padding-bottom: 4px;
  position: relative;
  z-index: 3;
  transition: color 300ms ease;
}

.event__month {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1B1B1B;
  opacity: 0.6;
  position: relative;
  z-index: 3;
  transition: color 300ms ease;
}

.event__circle {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  border: 5px solid #FEC705;
  border-radius: 50%;
}

.event__icon {
  width: 50px;
  height: 50px;
  position: relative;
  z-index: 3;
}

.event__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  position: relative;
  z-index: 4;
  fill: #1455A3;
  transition: fill 300ms ease;
}

.event__badge {
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-align: center;
  color: #FFFFFF;
  display: inline-block;
  padding: 2px 8px;
  background: #4EB1D6;
  border-radius: 7px;
  position: absolute;
  left: 50%;
  bottom: -10px;
  transform: translateX(-50%);
  z-index: 2;
}

.event__name {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  text-align: center;
  color: #1B1B1B;
  padding-bottom: 40px;
  transition: color 300ms ease;
}

.event__footer {
  margin-top: auto;
  width: 100%;
}

.event__types {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 40px;
  border-bottom: 1px solid #DEDFE3;
  margin-bottom: 30px;
  transition: border 300ms ease;
}

.event__type {
  margin-right: 10px;
}

.event__type:last-child {
  margin-right: 0;
}

.event__button {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  padding: 0 20px;
  background: #FEC705;
  border-radius: 8px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}

.event__button svg {
  width: 19px;
  height: 19px;
  flex-shrink: 0;
  fill: #1B1B1B;
  margin-left: 10px;
}

.event__waiting {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 59px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
  transition: color 300ms ease, opacity 300ms ease;
}

.event__waiting svg {
  display: block;
  width: 16px;
  height: 16px;
  flex-shrink: 0;
  margin-right: 16px;
  fill: #918D95;
  transition: fill 300ms ease;
}

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

.input__container {
  position: relative;
}

.input__field,
.date-range__input {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #F0F8FD;
  border-radius: 10px;
  width: 100%;
  height: 60px;
  line-height: 60px;
  border: none;
  box-shadow: none;
  padding: 0 30px;
  font-weight: 600;
  font-size: 16px;
  color: #1B1B1B;
  position: relative;
}

.input__field::placeholder,
.date-range__input::placeholder {
  color: #918D95 !important;
  font-weight: 600;
  font-size: 16px;
}

.input__field:focus,
.date-range__input:focus,
.input__field:active,
.date-range__input:active {
  outline: none;
  background: #FEF9E9;
}

.input__field:disabled,
.date-range__input:disabled {
  background: #E4F5FF;
  color: #1B1B1B;
}

.input__toggle-icon-holder {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
}

.input__toggle-icon-holder:hover svg {
  fill: #FEC705;
}

.input__toggle-icon-holder.active .input__toggle-icon_show {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.input__toggle-icon-holder.active .input__toggle-icon_hide {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.input__toggle-icon {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  visibility: visible;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.input__toggle-icon svg {
  width: 24px;
  height: 16px;
  display: block;
  fill: #918D95;
  transition: fill 300ms ease;
}

.input__toggle-icon_show {
  opacity: 1;
  visibility: visible;
  z-index: 2;
}

.input__toggle-icon_show svg {
  position: relative;
  top: 1px;
}

.input__toggle-icon_hide {
  opacity: 0;
  visibility: hidden;
  z-index: 1;
}

.input_password .input__field,
.input_password .date-range__input {
  padding-right: 60px;
}

.input .error-msg {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FF2415;
  padding-top: 10px;
  display: none;
}

.input.error .input__field,
.input.error .date-range__input {
  background: #FFF4F3;
}

.input.error .error-msg {
  display: block;
}

.textarea {
  position: relative;
}

.textarea__container {
  position: relative;
}

.textarea__field {
  -moz-appearance: none;
  -webkit-appearance: none;
  -ms-progress-appearance: none;
  appearance: none;
  background: #F0F8FD;
  border-radius: 10px;
  width: 100%;
  border: none;
  box-shadow: none;
  padding: 21px 30px 36px 30px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  position: relative;
  resize: none;
}

.textarea__field::placeholder {
  color: #918D95 !important;
  font-weight: 600;
  font-size: 16px;
}

.textarea__field:focus,
.textarea__field:active {
  outline: none;
  background: #FEF9E9;
}

.textarea .error-msg {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FF2415;
  padding-top: 10px;
  display: none;
}

.textarea__counter {
  font-size: 14px;
  line-height: 16px;
  color: #918d95;
  position: absolute;
  right: 20px;
  bottom: 16px;
}

.textarea.error .textarea__field {
  background: #FFF4F3;
}

.textarea.error .error-msg {
  display: block;
}

.checkbox {
  position: relative;
}

.checkbox__label {
  cursor: pointer;
  display: flex;
}

.checkbox__label:hover .checkbox__box {
  background: #4EB1D6;
}

.checkbox input {
  opacity: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.checkbox input:checked + .checkbox__box {
  background: #4EB1D6;
}

.checkbox input:checked + .checkbox__box::before {
  opacity: 1;
}

.checkbox__box {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 20px;
  background: #F0F8FD;
  border-radius: 8px;
  transition: background 300ms ease;
  position: relative;
}

.checkbox__box::before {
  content: '';
  width: 16px;
  height: 13px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: url("../img/input/check.svg") 50% 50% no-repeat;
  background-size: contain;
  opacity: 0;
  transition: opacity 300ms ease;
}

.checkbox__description {
  font-size: 14px;
  line-height: 18px;
  color: #1B1B1B;
}

.radio {
  position: relative;
}

.radio__label {
  cursor: pointer;
  display: flex;
  align-items: center;
}

.radio input {
  opacity: 0;
  width: 0;
  height: 0;
  opacity: 0;
  visibility: hidden;
}

.radio input:checked + .radio__box::before {
  opacity: 1;
}

.radio__box {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 16px;
  background: #F4F5F7;
  border-radius: 50%;
  position: relative;
}

.radio__box::before {
  content: '';
  opacity: 0;
  position: absolute;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #522583;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.radio__description {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  margin-left: -16px;
  margin-right: -16px;
  flex-wrap: wrap;
}

.breadcrumbs__item {
  display: block;
  position: relative;
  margin-bottom: 8px;
}

.breadcrumbs__item:last-child .breadcrumbs__link::before {
  display: none;
}

.breadcrumbs__link {
  display: block;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  color: rgba(27, 27, 27, 0.6);
  padding: 0 16px;
  transition: color 300ms ease;
}

.breadcrumbs__link:hover {
  color: #4EB1D6;
}

.breadcrumbs__link::before {
  content: '-';
  position: absolute;
  top: 50%;
  right: -3px;
  transform: translateY(-50%);
}

.video {
  position: relative;
  padding-bottom: 80px;
  padding-top: 40px;
}

.video.active .video__poster {
  opacity: 0;
  visibility: hidden;
}

.video.active .video__container {
  opacity: 1;
  visibility: visible;
}

.video__wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.video__wrapper::before {
  content: '';
  display: inline-block;
  padding-top: 46%;
}

.video__poster {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  cursor: pointer;
  transition: all 300ms ease;
  border-radius: 10px;
  overflow: hidden;
}

.video__poster img {
  display: block;
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  object-fit: cover;
}

.video__poster:hover .video__button-play {
  transform: scale(1.2, 1.2);
}

.video__poster:hover .video__button-circle {
  fill: #2DAAE1;
}

.video__button {
  width: 15%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.video__button::before {
  content: '';
  display: inline-block;
  padding-top: 100%;
}

.video__button-play {
  transition: transform 300ms ease;
  transform-origin: 50% 50%;
}

.video__button-circle {
  transition: all 300ms ease;
  fill: transparent;
}

.video__button-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video__button-container svg {
  display: block;
  width: 100%;
  height: 100%;
}

.video__caption {
  width: 100%;
  max-width: 181px;
  position: absolute;
  bottom: 100px;
  right: 132px;
}

.video__title {
  padding-bottom: 10px;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
}

.video__description {
  font-size: 16px;
  line-height: 19px;
  color: #D2C7DE;
}

.video__container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.video__container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.person-card {
  position: relative;
  display: block;
  margin-bottom: 40px;
}

.person-card__image-container {
  display: block;
  margin-bottom: 30px;
  overflow: hidden;
  position: relative;
  border-radius: 10px;
}

.person-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 110%;
}

.person-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.person-card__title {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #1B1B1B;
  padding-bottom: 11px;
}

.person-card__description {
  display: block;
  font-size: 14px;
  line-height: 20px;
  color: #918D95;
  width: 100%;
  max-width: 302px;
}

.lg-card {
  position: relative;
}

.lg-card_blog .lg-card__title {
  padding-bottom: 30px;
}

.lg-card_blog .lg-card__details {
  flex-direction: row-reverse;
}

.lg-card_blog .lg-card__date {
  padding-left: 0;
  padding-right: 40px;
}

.lg-card_blog .lg-card__footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.lg-card__author {
  display: flex;
  align-items: center;
}

.lg-card__author-img {
  flex-shrink: 0;
  width: 70px;
  height: 77px;
  margin-right: 24px;
  overflow: hidden;
  background: #26004B;
  border-radius: 14px;
}

.lg-card__author-img img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
}

.lg-card__author-caption {
  max-width: 200px;
}

.lg-card__author-name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  padding-bottom: 12px;
}

.lg-card__author-position {
  font-size: 14px;
  line-height: 16px;
  color: #D2C7DE;
}

.lg-card__image-container {
  position: relative;
  display: block;
  border-radius: 10px;
  overflow: hidden;
}

.lg-card__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 64%;
}

.lg-card__image-container::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(78, 177, 214, 0) 2.64%, rgba(20, 85, 163, 0.8) 72.13%);
}

.lg-card__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.lg-card__caption {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  padding: 80px;
  z-index: 2;
}

.lg-card__title {
  display: block;
  font-weight: 600;
  font-size: 30px;
  line-height: 35px;
  color: #FFFFFF;
  padding-bottom: 40px;
}

.lg-card__subtitle {
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 50px;
  width: 100%;
  max-width: 768px;
}

.lg-card__details {
  display: flex;
  align-items: center;
}

.lg-card__date {
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  opacity: .5;
  padding-left: 50px;
}

.pagination__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.pagination__col {
  padding: 0 15px;
}

.pagination__list {
  display: flex;
}

.pagination__item {
  font-weight: 600;
  font-size: 18px;
  line-height: 1;
  color: #181818;
  background: #F0F8FD;
  width: 38px;
  height: 38px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: color 300ms ease, background 300ms ease;
  margin-right: 10px;
}

.pagination__item.active {
  background: #1455A3;
  color: #fff;
}

.pagination__item:hover {
  background: #4EB1D6;
  color: #fff;
}

.pagination__item:not(a) {
  background: none !important;
  pointer-events: none;
}

.pagination__button {
  display: flex;
  align-items: center;
}

.pagination__button.progress .pagination__icon {
  animation: rotate 0.6s linear infinite !important;
}

.pagination__button:hover .pagination__icon {
  animation: rotate 0.6s ease running;
}

.pagination__icon {
  flex-shrink: 0;
  margin-right: 12px;
  width: 24px;
  height: 24px;
}

.pagination__icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #4EB1D6;
  margin-right: 10px;
}

.pagination__text {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1B1B1B;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.file {
  position: relative;
}

.file.active .file__descr {
  opacity: 0;
}

.file.active .file__name {
  opacity: 1;
}

.file.active .file__clear {
  display: flex;
}

.file__label {
  position: relative;
  display: inline-flex;
  align-items: center;
  padding: 14px 30px 14px 30px;
  border: 1px solid #4EB1D6;
  border-radius: 10px;
  cursor: pointer;
  transition: border 300ms ease;
}

.file__label:hover {
  border-color: #4EB1D6;
}

.file__label:hover .file__icon svg {
  fill: #4EB1D6;
}

.file__label:hover .file__text {
  color: #4EB1D6;
}

.file__input {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 0;
}

.file__descr {
  position: relative;
}

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

.file__icon {
  width: 14px;
  height: 22px;
  flex-shrink: 0;
  margin-right: 10px;
}

.file__icon svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #4EB1D6;
  transition: fill 300ms ease;
}

.file__text-wrapper {
  overflow: hidden;
}

.file__text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.file__name {
  overflow: hidden;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  width: 100%;
  opacity: 0;
  display: flex;
  align-items: center;
  padding-right: 26px;
}

.file__clear {
  display: none;
  position: absolute;
  top: 50%;
  right: 10px;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  background: #F4F5F7;
  border-radius: 8px;
  margin-left: 16px;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
  cursor: pointer;
}

.file__clear:hover {
  background: #2DAAE1;
}

.file__clear:hover svg {
  fill: #fff;
}

.file__clear svg {
  fill: #918D95;
  transition: fill 300ms ease;
}

.gallery__slider {
  position: relative;
  border-radius: 10px;
}

.gallery__slider-item {
  position: relative;
}

.gallery__image-container {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
}

.gallery__image-container::before {
  content: '';
  display: inline-block;
  padding-top: 62%;
}

.gallery__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

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

.gallery__btn {
  width: 130px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 2;
}

.gallery__btn::before {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
  opacity: 0.3;
}

.gallery__btn.swiper-button-disabled {
  display: none;
}

.gallery__btn_next {
  left: auto;
  right: 0;
}

.gallery__btn_next::before {
  transform: rotate(180deg);
}

.gallery__btn svg {
  display: block;
  width: 52px;
  height: 70px;
  fill: #fff;
  position: relative;
  z-index: 2;
  top: 7px;
}

.gallery__modal {
  padding: 140px 240px;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  overflow: auto;
  display: flex;
  align-items: center;
  justify-content: center;
}

.gallery__modal.active {
  opacity: 1;
  visibility: visible;
}

.gallery__modal-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: #200E33;
  mix-blend-mode: normal;
  opacity: 0.7;
}

.gallery__modal-container {
  position: relative;
  z-index: 2;
  height: 100%;
}

.gallery__modal-img {
  display: block;
  object-fit: contain;
  object-position: top center;
  position: relative;
  z-index: 3;
  max-width: 100%;
  max-height: 100%;
  border-radius: 10px;
}

.gallery__modal-close {
  padding: 20px;
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 3;
}

.gallery__modal-close svg {
  display: block;
  fill: #fff;
  width: 44px;
  height: 44px;
}

.fancybox__backdrop {
  background: rgba(32, 14, 51, 0.7);
}

.date-range {
  display: flex;
  position: relative;
}

.date-range__input-container {
  width: 160px;
}

.date-range__input-container:first-child .date-range__input {
  border-right: 1px solid #DCDDE1;
  border-radius: 10px 0 0 10px;
}

.date-range__input-container:first-child .date-range__input.focus-visible {
  border-radius: 10px 0 0 0;
}

.date-range__input-container:first-child .datepicker-inline {
  border-radius: 0px 10px 10px 10px;
}

.date-range__input-container:last-child .date-range__input {
  border-radius: 0 10px 10px 0;
}

.date-range__input-container:last-child .date-range__input.focus-visible {
  border-radius: 0 10px 0 0;
}

.date-range__input-container:last-child .datepicker-inline {
  border-radius: 10px 0 10px 10px;
}

.date-range__input-container.active .date-range__input {
  background: #E4F5FF;
}

.date-range__input-container.active .date-range__input-icon {
  transform: translateY(-50%) rotate(-180deg);
}

.date-range__input-container.active .datepicker-inline {
  opacity: 1;
  visibility: visible;
}

.date-range__input-wrapper {
  position: relative;
}

.date-range__input-icon {
  width: 11px;
  height: 6px;
  position: absolute;
  top: 50%;
  right: 15px;
  transform: translateY(-50%);
  z-index: 3;
  transition: transform 300ms ease;
}

.date-range__input-icon svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #918D95;
}

.date-range .datepicker-inline {
  position: absolute;
  top: 60px;
  left: 0;
  width: 100%;
  z-index: 2;
  opacity: 0;
  visibility: hidden;
  background: #E4F5FF;
  box-shadow: 0px 8px 14px rgba(55, 55, 55, 0.1);
  border-radius: 10px;
}

.date-range .datepicker-inline .datepicker-panel {
  padding: 24px;
}

.date-range .datepicker-inline ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.date-range .datepicker-inline ul::before {
  display: none;
}

.date-range .datepicker-inline ul::after {
  display: none;
}

.date-range .datepicker-inline ul li[data-view="month current"] {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1B1B1B;
  pointer-events: none;
  display: flex;
  align-items: center;
  justify-content: center;
  background: none;
}

.date-range .datepicker-inline ul li[data-view="month prev"],
.date-range .datepicker-inline ul li[data-view="month next"] {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  justify-content: center;
  color: #1B1B1B;
  display: flex;
  align-items: center;
  transition: color 300ms ease;
  background: none;
}

.date-range .datepicker-inline ul li[data-view="month prev"]:hover,
.date-range .datepicker-inline ul li[data-view="month next"]:hover {
  background: none;
  color: #2DAAE1;
}

.date-range .datepicker-inline ul[data-view="week"] {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 0 5px 0;
}

.date-range .datepicker-inline ul[data-view="week"] li {
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #918D95;
  background: none;
  width: calc(100% / 7);
}

.date-range .datepicker-inline ul[data-view="days"] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.date-range .datepicker-inline ul[data-view="days"] li {
  font-family: "Rubik", sans-serif;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #1B1B1B;
  width: calc(100% / 7);
  height: auto;
  background: transparent;
  padding: 8px;
}

.date-range .datepicker-inline ul[data-view="days"] li::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 50%;
  width: 32px;
  height: 32px;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  background: #fff;
  opacity: 0;
  z-index: -1;
}

.date-range .datepicker-inline ul[data-view="days"] li:hover:not(.disabled),
.date-range .datepicker-inline ul[data-view="days"] li.picked {
  color: #fff;
}

.date-range .datepicker-inline ul[data-view="days"] li:hover:not(.disabled)::before,
.date-range .datepicker-inline ul[data-view="days"] li.picked::before {
  background: #2DAAE1;
  opacity: 1;
}

.date-range .datepicker-inline ul[data-view="days"] li.muted,
.date-range .datepicker-inline ul[data-view="days"] li.disabled {
  color: #918D95;
}

.date-range .datepicker-inline ul[data-view="days"] li.highlighted {
  color: #1B1B1B;
}

.date-range .datepicker-inline ul[data-view="days"] li.highlighted::before {
  background: #fff;
  opacity: 1;
}

.date-range .datepicker-inline ul[data-view="days"] li.highlighted:hover,
.date-range .datepicker-inline ul[data-view="days"] li.highlighted.picked {
  color: #fff;
}

.date-range .datepicker-inline ul[data-view="days"] li.highlighted:hover::before,
.date-range .datepicker-inline ul[data-view="days"] li.highlighted.picked::before {
  background: #2DAAE1;
  opacity: 1;
}

.download {
  display: block;
}

.download__link:hover .download__name {
  color: #2DAAE1;
}

.download__link:hover .download__name-icon svg {
  fill: #2DAAE1;
}

.download__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
}

.download__col {
  padding: 0 15px;
  width: 50%;
}

.download__col:last-child {
  width: 50%;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.download__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
}

.download__name strong {
  font-weight: 600;
  color: #2DAAE1;
}

.download__name-icon {
  display: inline;
}

.download__name-icon svg {
  width: 12px;
  height: 12px;
  display: inline-block;
  fill: #522583;
  transition: fill 300ms ease;
}

.download__date {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
  padding-right: 30px;
  padding-left: 100px;
}

.download__btn {
  background: #E4F5FF;
  border-radius: 7px;
  padding: 9px 16px;
  min-width: 98px;
  display: flex;
  align-items: center;
  transition: background 300ms ease;
}

.download__btn:hover {
  background: #daf1ff;
}

.download__icon {
  flex-shrink: 0;
  width: 14px;
  height: 14px;
  margin-right: 9px;
}

.download__icon svg {
  fill: #522583;
  display: block;
  width: 100%;
  height: 100%;
}

.download__size {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #6478AC;
}

.author__image {
  width: 300px;
  height: 330px;
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 30px;
  flex-shrink: 0;
}

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

.author__caption {
  width: 100%;
  max-width: 300px;
}

.author__name {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #1B1B1B;
  padding-bottom: 12px;
}

.author__position {
  font-size: 14px;
  line-height: 16px;
  color: #808080;
}

.scroll-top {
  width: 50px;
  height: 50px;
  border-radius: 10px;
  background-color: #1455A3;
  box-sizing: border-box;
  position: fixed;
  bottom: 80px;
  right: 80px;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
  transform: translateY(50px);
}

.scroll-top:hover {
  background: #2DAAE1;
}

.scroll-top.active {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.scroll-top__arrow {
  width: 18px;
  height: 10px;
  display: block;
}

.scroll-top__arrow svg {
  width: 100%;
  height: 100%;
  display: block;
  fill: #fff;
  transition: fill 300ms ease;
}

.s-slider {
  padding-bottom: 80px;
  padding-top: 30px;
  overflow: hidden;
}

.s-slider__header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-bottom: 50px;
}

.s-slider__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
  padding-right: 30px;
}

.s-slider__buttons {
  display: flex;
  align-items: center;
}

.s-slider__button {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #F0F8FD;
  border-radius: 10px;
  margin-right: 10px;
  transition: background 300ms ease;
}

.s-slider__button:last-child {
  margin-right: 0;
}

.s-slider__button svg {
  display: block;
  width: 30px;
  height: 30px;
  stroke: #1455A3;
  transition: stroke 300ms ease;
}

.s-slider__button:hover {
  background: #4EB1D6;
}

.s-slider__button:hover svg {
  stroke: #fff;
}

.s-slider__button.swiper-button-disabled {
  pointer-events: none;
  cursor: auto;
  opacity: 0.4;
}

.s-slider__button.swiper-button-disabled svg {
  stroke: #1B1B1B !important;
}

.s-slider__button.swiper-button-lock {
  display: none !important;
}

.s-slider__container {
  overflow: hidden;
}

.s-slider__slide {
  height: auto;
}

.s-slider__card {
  background: #EFF5FF;
  border-radius: 10px;
  padding: 30px;
  min-height: 100%;
  display: flex;
  flex-direction: column;
  transition: background 300ms ease, box-shadow 300ms ease;
}

.s-slider__card.hide-buttons .s-slider__card-buttons {
  display: none;
}

.s-slider__card.open {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background: #FFFFFF;
  box-shadow: 0px 12px 25px rgba(0, 0, 0, 0.1);
}

.s-slider__card.open .s-slider__card-caption {
  display: block;
  -webkit-line-clamp: none;
  -webkit-box-orient: vertical;
}

.s-slider__card.open.close {
  background: #EFF5FF;
  box-shadow: none;
}

.s-slider__card.open.close .s-slider__card-button_open {
  display: block;
}

.s-slider__card.open.close .s-slider__card-button_close {
  display: none;
}

.s-slider__card.open .s-slider__card-button_open {
  display: none;
}

.s-slider__card.open .s-slider__card-button_close {
  display: block;
}

.s-slider__card-title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #1B1B1B;
  padding-bottom: 12px;
}

.s-slider__card-subtitle {
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  color: #918D95;
  padding-bottom: 20px;
  width: 100%;
  max-width: 250px;
}

.s-slider__card-caption {
  max-height: calc(4 * 21px + 2px);
  overflow: hidden;
  transition: all 300ms ease;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  position: relative;
}

.s-slider__card-text {
  font-weight: 400;
  font-size: 14px;
  line-height: 21px;
  color: #1B1B1B;
}

.s-slider__card-text_hidden {
  opacity: 0;
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.s-slider__card-buttons {
  padding-top: 20px;
  margin-top: auto;
}

.s-slider__card-button {
  font-weight: 600;
  font-size: 14px;
  line-height: 21px;
  color: #1B1B1B;
  display: block;
  transition: color 300ms ease;
}

.s-slider__card-button:hover {
  color: #4EB1D6;
}

.s-slider__card-button_open {
  display: block;
}

.s-slider__card-button_close {
  display: none;
}

ul.anchor-list,
article > ul.anchor-list {
  list-style-type: none;
  padding: 50px 0 0 0;
  margin-top: 20px;
  position: relative;
  counter-reset: anchor-counter;
}

ul.anchor-list::before,
article > ul.anchor-list::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 1px;
  width: 280px;
  background: #BBA6D2;
}

ul.anchor-list li,
article > ul.anchor-list li {
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  color: #1B1B1B;
  padding-right: 0;
  padding-bottom: 16px;
  padding-left: 37px;
  font-style: italic;
}

ul.anchor-list li::before,
article > ul.anchor-list li::before {
  counter-increment: anchor-counter;
  content: counter(anchor-counter);
  position: absolute;
  top: 0;
  left: 0;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  background: #ECE0F9;
  font-weight: 500;
  font-size: 16px;
  line-height: 21px;
  text-align: center;
  color: #58239C;
}

.navbar {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 10;
  background: #1455A3;
}

.navbar.animated .navbar__wrapper {
  opacity: 1;
}

.navbar__wrapper {
  transition: opacity 600ms ease;
  opacity: 0;
}

.navbar__container {
  padding: 25px 0;
  display: flex;
  align-items: center;
}

.navbar__col {
  display: flex;
  align-items: center;
}

.navbar__col_menu {
  justify-content: space-between;
  width: 100%;
  position: relative;
}

.navbar__col:last-child {
  flex-shrink: 0;
}

.navbar__logo {
  flex-shrink: 0;
  max-width: 230px;
  display: block;
  margin-right: 80px;
}

.navbar__logo img {
  width: 100%;
  height: auto;
  display: block;
}

.navbar__burger {
  display: none;
}

.navbar__burger:hover .navbar__burger-icon span {
  background: #2DAAE1;
}

.navbar__burger:hover .navbar__burger-text {
  color: #2DAAE1;
}

.navbar__burger-icon {
  width: 20px;
  height: 20px;
  padding: 16px;
  box-sizing: content-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.navbar__burger-icon span {
  display: block;
  width: 100%;
  height: 1.5px;
  background: #FFFFFF;
  border-radius: 1px;
  margin-bottom: 4.4px;
  transition: background 300ms ease;
}

.navbar__burger-icon span:nth-child(2) {
  width: 85%;
}

.navbar__burger-icon span:last-child {
  margin-bottom: 0;
}

.navbar__burger-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  transition: color 300ms ease;
}

.navbar__menu {
  width: 100%;
}

.navbar__menu-header {
  display: none;
  background: #1455A3;
  position: sticky;
  top: 0;
  z-index: 3;
  padding: 25px 0;
}

.navbar__close {
  padding: 16px;
  width: 16px;
  height: 16px;
  display: block;
  box-sizing: content-box;
  flex-shrink: 0;
}

.navbar__close svg {
  width: 100%;
  height: 100%;
  fill: #fff;
}

.navbar__list {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
}

.navbar__item {
  position: relative;
}

.navbar__item:hover .navbar__link {
  color: #FEC705;
}

.navbar__item:hover .navbar__sublist {
  opacity: 1;
  visibility: visible;
}

.navbar__item_dropdown .navbar__link {
  display: flex;
  align-items: baseline;
  padding-right: 40px;
}

.navbar__item_dropdown .navbar__link::before {
  content: '';
  position: absolute;
  top: 46px;
  left: 0;
  width: 100%;
  height: 20px;
  background-color: #0B4892;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 8px 14px rgba(55, 55, 55, 0.1);
  transition: opacity 300ms ease, visibility 300ms ease;
}

.navbar__item_dropdown:hover .navbar__link {
  background-color: #0B4892;
}

.navbar__item_dropdown:hover .navbar__link::before {
  opacity: 1;
  visibility: visible;
}

.navbar__item_dropdown:hover .navbar__arrow svg {
  fill: #FEC705;
  transform: rotate(-180deg);
}

.navbar__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #fff;
  padding: 12px 20px 16px 20px;
  transition: color 300ms ease, background 300ms ease;
  border-radius: 10px 10px 0 0;
}

.navbar__link.active {
  color: #FEC705;
}

.navbar__link.active:hover {
  color: #FEC705;
}

.navbar__link_sign-up {
  padding: 16px;
}

.navbar__link:hover {
  color: #FEC705;
}

.navbar__arrow {
  position: absolute;
  top: calc(50% - 2px);
  right: 20px;
  transform: translateY(-50%);
}

.navbar__arrow svg {
  display: block;
  width: 10px;
  height: 6px;
  fill: #fff;
  transition: fill 300ms ease, transform 300ms ease;
}

.navbar__sublist {
  position: absolute;
  top: 47px;
  left: 0;
  padding: 11px 20px;
  opacity: 0;
  visibility: hidden;
  background-color: #0B4892;
  min-width: 100%;
  transition: opacity 300ms ease, visibility 300ms ease;
  border-radius: 0 10px 10px 10px;
}

.navbar__sublink {
  display: block;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  padding: 9px 0;
  white-space: nowrap;
  transition: color 300ms ease;
}

.navbar__sublink:hover {
  color: #FEC705;
}

.navbar__login-sm {
  display: none;
  padding: 0 16px;
}

.navbar__search-sm {
  display: none !important;
}

.navbar__lang-sm {
  display: none !important;
}

.navbar__options {
  display: flex;
  align-items: center;
  position: relative;
}

.navbar__options_show-sm {
  display: none;
}

.navbar__options-btn {
  padding: 0 15px;
}

.navbar__search {
  transition: opacity 300ms ease 300ms, width 600ms ease-in-out, visibility 300ms ease 300ms;
  opacity: 0;
  visibility: hidden;
  width: 0;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
  z-index: 1;
}

.navbar__search.open {
  opacity: 1;
  visibility: visible;
  width: 100%;
  transition: opacity 300ms ease, width 600ms ease-in-out;
}

.navbar__search.active .navbar__search-input {
  border-radius: 8px 8px 0 0;
}

.navbar__search.active .navbar__search-results {
  opacity: 1;
  visibility: visible;
}

.navbar__search-btn {
  padding: 15px;
  display: block;
  position: relative;
  z-index: 2;
}

.navbar__search-btn:hover svg,
.navbar__search-btn.active svg {
  fill: #FEC705;
}

.navbar__search-btn svg {
  width: 20px;
  height: 20px;
  display: block;
  fill: #fff;
  transition: fill 300ms ease;
}

.navbar__search-input {
  width: 100%;
  background: #0B4892;
  border-radius: 8px;
  height: 40px;
  line-height: 40px;
  padding: 0 40px 0 20px;
  border: none;
  box-shadow: none;
  outline: none;
  z-index: 1;
  color: #fff;
  font-size: 16px;
}

.navbar__search-input::placeholder {
  color: #fff;
  opacity: 0.5;
}

.navbar__search-results {
  position: absolute;
  top: 40px;
  left: 0;
  width: 100%;
  background: #0B4892;
  border-radius: 0 0 8px 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms easae;
}

.navbar__search-results-title {
  font-size: 14px;
  line-height: 16px;
  color: #fff;
  opacity: 0.5;
  padding: 0 20px 10px 20px;
}

.navbar__search-results-item {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  display: block;
  padding: 10px 20px;
}

.navbar__search-results-item strong {
  font-weight: 600;
  color: #2DAAE1;
}

.navbar__search-results-group {
  padding: 20px 0;
}

.navbar__search-results-group:last-child {
  border: none;
}

.navbar__search-fail {
  display: flex;
  align-items: center;
  padding: 20px;
}

.navbar__search-fail-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 14px;
}

.navbar__search-fail-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.navbar__search-fail-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
}

.navbar__search-loader {
  display: flex;
  justify-content: center;
  padding: 20px;
}

.navbar__search-loader svg {
  display: block;
  width: 30px;
  height: 30px;
}

.navbar__lang-current {
  padding: 15px;
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  text-transform: uppercase;
  color: #FFFFFF;
  transition: color 300ms ease;
}

.navbar__lang-current:hover {
  color: #FEC705;
}

.navbar__user {
  position: relative;
  padding-left: 16px;
}

.navbar__user_sm {
  display: none;
  padding: 16px 0 0 0;
}

.navbar__user_sm .navbar__user-button {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.navbar__user_sm .navbar__user-arrow {
  display: none;
}

.navbar__user_sm .navbar__user-icon {
  width: 40px;
  height: 40px;
  margin-right: 0;
  margin-bottom: 14px;
}

.navbar__user_sm .navbar__user-name {
  font-size: 16px;
  line-height: 19px;
}

.navbar__user_sm .navbar__user-menu {
  opacity: 1;
  visibility: visible;
  position: relative;
  right: auto;
  top: auto;
  background: transparent;
  padding: 30px 0;
}

.navbar__user-button {
  display: flex;
  align-items: center;
}

.navbar__user-button:hover .navbar__user-name {
  color: #FEC705;
}

.navbar__user-button:hover .navbar__user-arrow svg {
  fill: #FEC705;
}

.navbar__user-button:hover .navbar__user-icon {
  background: #FEC705;
}

.navbar__user-button.open .navbar__user-name {
  color: #FEC705;
}

.navbar__user-button.open .navbar__user-arrow {
  transform: rotate(-180deg);
}

.navbar__user-button.open .navbar__user-arrow svg {
  fill: #FEC705;
}

.navbar__user-button.open .navbar__user-icon {
  background: #FEC705;
}

.navbar__user-button.open + .navbar__user-menu {
  opacity: 1;
  visibility: visible;
}

.navbar__user-icon {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #fff;
  overflow: hidden;
  flex-shrink: 0;
  margin-right: 13px;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 300ms ease;
}

.navbar__user-icon img {
  width: 16px;
  height: 18px;
  object-fit: cover;
  display: block;
}

.navbar__user-name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  flex-shrink: 0;
  transition: color 300ms ease;
}

.navbar__user-arrow {
  width: 10px;
  height: 6px;
  flex-shrink: 0;
  margin-left: 9px;
  transition: transform 300ms ease;
}

.navbar__user-arrow svg {
  display: block;
  width: 100%;
  height: 100%;
  fill: #fff;
  transition: fill 300ms ease;
}

.navbar__user-menu {
  background: #fff;
  box-shadow: 0px 8px 14px rgba(55, 55, 55, 0.1);
  border-radius: 10px;
  position: absolute;
  top: 44px;
  left: 50%;
  transform: translateX(-50%);
  padding: 30px;
  min-width: 240px;
  opacity: 0;
  visibility: hidden;
  transition: all 300ms ease;
}

.navbar__user-menu-item {
  padding-bottom: 10px;
}

.navbar__user-menu-item:last-child {
  padding-bottom: 0;
}

.navbar__links {
  display: none;
}

.navbar__links-list {
  display: block;
  list-style-type: none;
}

.navbar__links-title {
  font-weight: 600;
  font-size: 26px;
  line-height: 31px;
  color: #FFFFFF;
  mix-blend-mode: normal;
  opacity: 0.5;
  padding-bottom: 20px;
}

.navbar__links-item {
  display: block;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  padding: 30px 0;
  transition: color 300ms ease;
  border-bottom: 1px solid rgba(255, 255, 255, 0.16);
}

.navbar__links-item:hover {
  color: #2DAAE1;
}

.footer {
  background: #1B1B1B;
  color: #fff;
  position: relative;
  overflow: hidden;
}

.footer::before {
  content: '';
  position: absolute;
  top: -156px;
  left: -330px;
  width: 703px;
  height: 783px;
  background: url("../img/footer/left.svg") 50% 50% no-repeat;
  background-size: contain;
}

.footer::after {
  content: '';
  position: absolute;
  bottom: -436px;
  right: -340px;
  width: 703px;
  height: 783px;
  background: url("../img/footer/right.svg") 50% 50% no-repeat;
  background-size: contain;
}

.footer_sm {
  background: none;
}

.footer_sm .footer__wrapper {
  padding: 50px 0;
}

.footer_sm .footer__wrapper::before {
  display: none;
}

.footer__wrapper {
  padding: 100px 0 82px 0;
  position: relative;
  z-index: 2;
}

.footer__top {
  padding-bottom: 58px;
  position: relative;
}

.footer__bottom {
  position: relative;
}

.footer__row {
  display: flex;
  justify-content: space-between;
  margin-left: -16px;
  margin-right: -16px;
}

.footer__row_align-center {
  align-items: center;
}

.footer__col {
  padding: 0 16px;
}

.footer__title {
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #FFFFFF;
  opacity: 0.4;
  padding-bottom: 18px;
}

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

.footer__item {
  display: block;
}

.footer__link {
  display: flex;
  align-items: center;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  padding: 12px 0;
  transition: color 300ms ease;
}

.footer__link:hover {
  color: #4EB1D6;
}

.footer__link:hover svg {
  fill: #4EB1D6;
  opacity: 1;
}

.footer__link svg {
  fill: #F0F8FD;
  display: block;
  width: 24px;
  height: 24px;
  margin-right: 12px;
  opacity: .6;
  transition: opacity 300ms ease, fill 300ms ease;
}

.footer__support {
  margin-left: -14px;
  margin-right: -14px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  width: 528px;
}

.footer__support-item {
  padding: 0 14px;
  display: flex;
  align-items: center;
}

.footer__support-item:first-child {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
  width: 100%;
}

.footer__support-text {
  font-size: 16px;
  line-height: 19px;
  color: #FFFFFF;
  width: 167px;
}

.footer__support-image {
  flex-shrink: 0;
}

.footer__support-image img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
}

.footer__support-image_us {
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.footer__support-image_nsdc {
  width: 76px;
  height: 76px;
}

.footer__support-image_crdf {
  width: 96px;
  height: 36px;
}

.footer__support-image_icon-3 {
  width: 144px;
  height: 56px;
}

.footer__support-image_icon-4 {
  width: 96px;
  height: 31px;
}

.footer__copyright {
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
}

.footer__develop {
  padding-right: 40px;
  font-size: 14px;
  line-height: 16px;
  color: #FFFFFF;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  transition: all 300ms ease;
  position: relative;
  opacity: 0.4;
}

.footer__develop:hover {
  color: #FEC705;
  opacity: 1;
}

.footer__develop:hover .footer__develop-icon svg {
  fill: #FEC705;
}

.footer__develop:hover .footer__develop-icon_satellite::before {
  background: #FEC705;
}

.footer__develop:hover .footer__develop-icon_planet {
  animation: rotate 600ms ease;
}

.footer__develop:hover .footer__develop-icon_satellite {
  animation: rotate 600ms ease 600ms;
}

.footer__develop-icons {
  width: 32px;
  height: 32px;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.footer__develop-icon {
  display: block;
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  position: relative;
}

.footer__develop-icon svg {
  width: 100%;
  height: 100%;
  fill: #FFFFFF;
}

.footer__develop-icon_satellite {
  position: absolute;
  width: 100% !important;
  height: 100% !important;
  top: 0;
  left: 0;
}

.footer__develop-icon_satellite::before {
  content: '';
  width: 3px;
  height: 3px;
  border-radius: 50%;
  position: absolute;
  top: 3px;
  left: 3px;
  background: #FFFFFF;
}

.footer__develop-text {
  display: block;
  padding-left: 10px;
  flex-shrink: 0;
}

@keyframes rotate {
  from {
    transform: rotate(0);
  }

  to {
    transform: rotate(360deg);
  }
}

.menu__group {
  padding-bottom: 50px;
}

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

.menu__item {
  display: block;
}

.menu__link {
  display: block;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  padding: 14px 30px 14px 0;
  transition: color 300ms ease;
  position: relative;
}

.menu__link:hover,
.menu__link.active {
  color: #522583;
}

.menu__link.active::before {
  opacity: 1;
}

.menu__link::before {
  content: '';
  position: absolute;
  top: 50%;
  right: -1px;
  width: 1px;
  height: 36px;
  transform: translateY(-50%);
  background: #522583;
  opacity: 0;
}

.menu__title {
  padding-bottom: 40px;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  color: #1B1B1B;
  opacity: 0.3;
}

.claster {
  position: relative;
  overflow: hidden;
  margin-bottom: 100px;
}

.claster__wrapper {
  min-height: 700px;
  padding: 100px 0;
  border-bottom: 1px solid #DEDFE3;
}

.claster__title {
  font-weight: 600;
  font-size: 60px;
  line-height: 70px;
  color: #1B1B1B;
  padding-bottom: 40px;
}

.claster__text {
  padding-bottom: 40px;
  font-size: 16px;
  line-height: 30px;
  text-align: justify;
  color: #1B1B1B;
}

.claster__text p {
  padding-bottom: 20px;
}

.claster__text p:last-child {
  padding-bottom: 0;
}

.claster__text strong {
  font-weight: 600;
}

.claster__caption {
  width: 50%;
  padding-right: 80px;
}

.claster__image {
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
}

.claster__image::after {
  content: '';
  position: absolute;
  top: 54px;
  left: -26px;
  width: 130px;
  height: 130px;
  background: #FEC705;
  border-radius: 50%;
  z-index: 3;
}

.claster__image::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("../img/home/frame.svg") 50% 50% no-repeat;
  background-size: 100% 100%;
  z-index: 2;
}

.claster__image img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0;
  left: 2px;
  z-index: 1;
}

.research {
  padding: 90px 0;
  position: relative;
}

.research.animated .research__title {
  opacity: 1;
  transform: translateY(0);
}

.research.animated .research__text {
  opacity: 1;
  transform: translateY(0);
}

.research.animated .research__button {
  opacity: 1;
  transform: translateY(0);
}

.research.animated .research__bg-right {
  opacity: 1;
}

.research__wrapper {
  padding: 0 0 0 10%;
  position: relative;
  z-index: 2;
}

.research__caption {
  width: 100%;
  max-width: 611px;
}

.research__title {
  color: #fff;
  padding-bottom: 30px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 600ms ease, opacity 600ms ease;
}

.research__text {
  font-size: 16px;
  line-height: 32px;
  color: #FFFFFF;
  padding-bottom: 40px;
  transform: translateY(20px);
  opacity: 0;
  transition: transform 600ms ease 150ms, opacity 600ms ease 150ms;
}

.research__bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  background: linear-gradient(259.78deg, #522583 8.3%, #2DAAE1 160.74%);
  overflow: hidden;
}

.research__bg-right {
  position: absolute;
  top: 0;
  right: 0;
  width: 920px;
  height: 100%;
  background: url("../img/research/bg-lg.png") 50% 50% no-repeat;
  background-size: cover;
  opacity: 0;
  transition: opacity 600ms ease 300ms;
}

.research__bg-left {
  width: 900px;
  height: 900px;
  position: absolute;
  left: -405px;
  bottom: -690px;
  background: url("../img/research/shape.png") 50% 50% no-repeat;
  background-size: cover;
}

.research__button {
  transform: translateY(20px);
  opacity: 0;
  transition: transform 600ms ease 300ms, opacity 600ms ease 300ms;
}

.documents {
  position: relative;
  z-index: 8;
}

.documents.active .documents__msg {
  opacity: 0;
}

.documents__wrapper {
  padding: 36px 70px;
  background: #EFF5FF;
  border-radius: 10px;
}

.documents__row {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-left: -15px;
  margin-right: -15px;
}

.documents__col {
  padding: 0 15px;
}

.documents__caption {
  display: flex;
  align-items: center;
}

.documents__button-wrapper {
  display: flex;
  align-items: center;
}

.documents__icon {
  width: 30px;
  height: 36px;
  flex-shrink: 0;
  margin-right: 22px;
}

.documents__icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.documents__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
}

.documents__download {
  position: relative;
}

.documents__download-btn {
  padding: 15px 40px 15px 40px;
  background: #fff;
  border-radius: 10px;
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: background 300ms ease, color 300ms ease;
  text-align: center;
}

.documents__download-btn.disabled {
  background: #fff;
  color: #918D95;
  pointer-events: none;
}

.documents__download-btn.disabled svg {
  fill: #918D95;
}

.documents__download-btn:hover:not(.disabled) {
  background: #4EB1D6;
  color: #fff;
}

.documents__download-btn:hover:not(.disabled) svg {
  fill: #fff;
}

.documents__download-btn.open {
  background: #4EB1D6;
  color: #fff;
}

.documents__download-btn.open svg {
  fill: #fff;
  transform: rotate(-180deg);
}

.documents__download-btn.open + .documents__download-list {
  opacity: 1;
  visibility: visible;
}

.documents__download-btn svg {
  display: block;
  width: 10px;
  height: 6px;
  fill: #918D95;
  flex-shrink: 0;
  margin-left: 10px;
  transition: fill 300ms ease, transform 300ms ease;
}

.documents__download-list {
  background: #FFFFFF;
  box-shadow: 0px 8px 14px rgba(55, 55, 55, 0.1);
  border-radius: 10px;
  width: 405px;
  position: absolute;
  top: 56px;
  left: 0;
  z-index: 10;
  padding: 22px 20px 22px 0;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.documents__download-list-wrapper {
  max-height: 228px;
  overflow: auto;
}

.documents__download-link {
  display: flex;
  align-items: center;
  padding: 8px 20px 8px 30px;
  max-width: 100%;
}

.documents__download-link:hover .documents__download-text {
  color: #4EB1D6;
}

.documents__download-icon {
  display: block;
  width: 40px;
  height: 46px;
  flex-shrink: 0;
  margin-right: 14px;
}

.documents__download-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.documents__download-text {
  font-weight: 600;
  font-size: 14px;
  line-height: 16px;
  color: #1B1B1B;
  word-break: break-word;
  transition: color 300ms ease;
}

.documents__msg {
  display: flex;
  align-items: center;
  padding-left: 40px;
}

.documents__msg-icon {
  width: 20px;
  height: 18px;
  flex-shrink: 0;
  margin-right: 14px;
}

.documents__msg-text {
  font-size: 14px;
  line-height: 16px;
  color: #1B1B1B;
  width: 100%;
  max-width: 156px;
}

.filter__row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.filter__col {
  padding: 0 15px;
}

.filter__col_volume {
  flex-shrink: 0;
}

.filter__col_date {
  flex-shrink: 0;
}

.filter__col_search {
  flex: 1;
}

.filter__search {
  display: flex;
  align-items: center;
  flex: 1;
}

.filter__search-input-container {
  position: relative;
  width: 100%;
}

.filter__search-input .input__field,
.filter__search-input .date-range__input {
  padding-right: 60px;
}

.filter__search-input.active + .filter__search-clear {
  opacity: 1;
}

.filter__search-clear {
  position: absolute;
  top: 0;
  right: 0;
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
}

.filter__search-clear:hover svg {
  fill: #2DAAE1;
}

.filter__search-clear svg {
  display: block;
  width: 20px;
  height: 20px;
  fill: #1B1B1B;
  transition: fill 300ms ease;
}

.filter__search-btn {
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-left: 30px;
  background: #522583;
  border-radius: 10px;
  box-shadow: none;
  border: none;
  cursor: pointer;
  transition: background 300ms ease;
}

.filter__search-btn:hover {
  background: #2DAAE1;
}

.filter__search-btn svg {
  display: block;
  width: 16px;
  height: 16px;
  fill: #fff;
}

.filter__select {
  width: 315px;
}

.res-acc__item {
  position: relative;
  border-bottom: 1px solid #DEDFE3;
}

.res-acc__item::before {
  content: '';
  position: absolute;
  top: 70px;
  left: 30px;
  height: 100%;
  width: 1px;
  background: linear-gradient(324.89deg, #FFFFFF 20.64%, #E4F5FF 83.04%);
  z-index: 0;
  opacity: 0;
}

.res-acc__item.active::before {
  opacity: 1;
}

.res-acc__item.active .res-acc__switcher {
  opacity: 1;
  visibility: visible;
}

.res-acc__item.active .res-acc__icon svg {
  fill: #2DAAE1;
}

.res-acc__item.active .res-acc__name {
  color: #2DAAE1;
}

.res-acc__item.active .res-acc__arrow {
  background: #F4F5F7;
}

.res-acc__item.active .res-acc__arrow svg {
  fill: #808080;
  transform: rotate(-180deg);
}

.res-acc__item.active .res-acc__content {
  display: block;
}

.res-acc__button {
  padding: 44px 0;
  display: flex;
  align-items: center;
}

.res-acc__button:hover .res-acc__icon svg {
  fill: #2DAAE1;
}

.res-acc__button:hover .res-acc__name {
  color: #2DAAE1;
}

.res-acc__button:hover .res-acc__arrow {
  background: #F4F5F7;
}

.res-acc__button:hover .res-acc__arrow svg {
  fill: #808080;
}

.res-acc__icon {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  flex-shrink: 0;
  background: rgba(122, 207, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
  position: relative;
}

.res-acc__icon svg {
  display: block;
  width: 36px;
  height: 36px;
  object-fit: contain;
  fill: #522583;
  transition: fill 300ms ease;
}

.res-acc__name {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
  transition: color 300ms ease;
}

.res-acc__switcher {
  display: flex;
  align-items: center;
  margin-left: 50px;
  margin-right: 16px;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
  flex-shrink: 0;
}

.res-acc__switcher_lg {
  display: flex;
}

.res-acc__switcher_sm {
  display: none;
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 50px;
}

.res-acc__switcher-item {
  width: 88px;
  height: 30px;
  font-size: 14px;
  line-height: 16px;
  color: #918D95;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px;
  background: #F4F5F7;
  cursor: pointer;
  transition: background 300ms ease, color 300ms ease;
}

.res-acc__switcher-item.active,
.res-acc__switcher-item:hover {
  background: #522583;
  color: #fff;
}

.res-acc__switcher-item:first-child {
  border-radius: 8px 0 0 8px;
}

.res-acc__switcher-item:last-child {
  border-radius: 0 8px 8px 0;
}

.res-acc__tabs-content {
  display: none;
}

.res-acc__tabs-content.active {
  display: block;
}

.res-acc__arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 26px;
  height: 26px;
  background: #E4F5FF;
  border-radius: 8px;
  margin-left: auto;
  transition: background 300ms ease;
  flex-shrink: 0;
}

.res-acc__arrow svg {
  width: 10px;
  height: 6px;
  display: block;
  fill: #2DAAE1;
  transition: fill 300ms ease, transform 300ms ease;
}

.res-acc__content {
  padding-left: 82px;
  padding-bottom: 70px;
  display: none;
}

.res-acc__content-item {
  padding-bottom: 40px;
}

.res-acc__content-item:last-child {
  padding-bottom: 0;
}

.e-slider {
  overflow: visible;
}

.e-slider__item {
  height: auto;
  opacity: 0;
  visibility: hidden;
  transition: opacity 300ms ease, visibility 300ms ease;
}

.e-slider__item.swiper-slide-visible {
  opacity: 1;
  visibility: visible;
}

.e-slider__btn {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: #D8E6EF;
  opacity: .4;
  transition: opacity 300ms ease, background 300ms ease;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
}

.e-slider__btn.swiper-button-disabled {
  opacity: 0;
  pointer-events: none;
}

.e-slider__btn:hover {
  opacity: 1;
  background: #4EB1D6;
}

.e-slider__btn:hover svg {
  fill: #fff;
}

.e-slider__btn svg {
  display: block;
  width: 10px;
  height: 18px;
  fill: #1B1B1B;
  transition: fill 300ms ease;
}

.e-slider__btn--prev {
  left: -20px;
}

.e-slider__btn--prev svg {
  transform: scale(-1, 1);
}

.e-slider__btn--next {
  right: -20px;
}

.home__section {
  overflow: hidden;
  padding-bottom: 100px;
}

.home__section:last-child .home__section-wrapper {
  padding-bottom: 0;
  border-bottom: none;
}

.home__section-wrapper {
  border-bottom: 1px solid #DEDFE3;
  padding-bottom: 100px;
}

.home__header {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  padding-bottom: 50px;
}

.home__more {
  display: block;
}

.home__more--sm {
  display: none;
}

.home__title {
  padding-right: 32px;
}

.home__news-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.home__news-col {
  width: 25%;
  padding: 0 15px;
}

.home__news-col:nth-child(2) {
  transition-delay: 150ms;
}

.home__news-col:nth-child(3) {
  transition-delay: 300ms;
}

.home__news-col:nth-child(4) {
  transition-delay: 450ms;
}

.home__doc-row {
  display: flex;
  margin-left: -15px;
  margin-right: -15px;
}

.home__doc-col {
  width: 25%;
  padding: 0 15px;
}

.home__doc-col:nth-child(2) {
  transition-delay: 150ms;
}

.home__doc-col:nth-child(3) {
  transition-delay: 300ms;
}

.home__doc-col:nth-child(4) {
  transition-delay: 450ms;
}

.about__plate {
  padding: 30px 0 0 0;
}

.about__plate-row {
  display: flex;
  align-items: stretch;
  margin-left: -15px;
  margin-right: -15px;
}

.about__plate-col {
  width: 50%;
  padding: 0 15px;
}

.about__plate-col:last-child {
  padding-bottom: 0;
}

.about__plate-item {
  background: rgba(122, 207, 255, 0.2);
  border-radius: 10px;
  height: 100%;
  padding: 46px 0 64px 0;
}

.about__plate-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0 50px 20px 70px;
}

.about__plate-title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
}

.about__plate-icon {
  width: 70px;
  height: 70px;
}

.about__plate-icon img {
  width: 100%;
  height: 100%;
  display: block;
  object-fit: contain;
  background: none;
}

.about__plate-body {
  padding: 0 70px;
}

.about__plate-text {
  font-size: 16px;
  line-height: 32px;
  color: #1B1B1B;
}

.about__plate-text strong {
  font-weight: 600;
}

.administration__article {
  position: relative;
  overflow: hidden;
}

.administration__article-img {
  width: 50%;
  float: right;
  display: flex;
  justify-content: flex-end;
  padding-left: 40px;
  padding-bottom: 30px;
}

.administration__article-img img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 470px;
  object-fit: contain;
  margin: 0 !important;
}

.team {
  position: relative;
}

.team__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.team__col {
  width: 25%;
  padding: 0 15px;
}

.news__main {
  padding-bottom: 50px;
}

.news__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.news__col {
  width: 25%;
  padding: 0 15px 40px;
}

.contacts__list {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px;
}

.contacts__caption {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.contacts__item {
  width: calc(33.3333% - 10px);
  padding: 40px 20px;
  margin: 0 5px 10px 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  background: #1455A3;
  border-radius: 10px;
}

.contacts__item-icon {
  width: 70px;
  height: 70px;
  flex-shrink: 0;
  margin-bottom: 20px;
}

.contacts__item-icon img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.contacts__item-text {
  font-size: 14px;
  line-height: 20px;
  color: #fff;
  opacity: .7;
  order: 2;
}

.contacts__item-link {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #fff;
  order: 1;
  padding-bottom: 16px;
  transition: color 300ms ease;
}

.contacts__item-link:hover {
  color: #4EB1D6;
}

.contacts__feedback {
  padding-top: 80px;
}

.contacts__feedback-bottom {
  display: flex;
  justify-content: space-between;
  margin-left: -15px;
  margin-right: -15px;
  align-items: center;
}

.contacts__feedback-bottom-item {
  display: flex;
  align-items: center;
  padding: 0 15px;
}

.contacts__feedback-required {
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  margin-right: 40px;
}

.events__header {
  padding-bottom: 50px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.events__section {
  padding: 80px 0;
  overflow: hidden;
}

.events__section_pt-0 {
  padding-top: 0 !important;
}

.events__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.events__col {
  padding: 0 15px 30px 15px;
  width: 25%;
}

.events__more {
  display: block;
}

.events__more--sm {
  display: none;
}

.events__pagination {
  padding-top: 30px;
}

.event-detail {
  padding-bottom: 20px;
}

.event-detail__section {
  padding: 80px 0 0 0;
}

.event-detail__slider {
  border-top: 1px solid #DEDFE3;
  padding-top: 100px;
  position: relative;
  z-index: 1;
}

.event-detail__content {
  position: relative;
  z-index: 2;
}

.event-detail__content ul li {
  width: 100%;
}

.event-detail__documents {
  position: relative;
  z-index: 8;
  padding-bottom: 100px;
}

.event-detail__row {
  display: flex;
  flex-wrap: wrap;
  margin-left: -15px;
  margin-right: -15px;
}

.event-detail__col {
  padding: 0 15px 60px 15px;
  width: 50%;
}

.event-detail__s-slider {
  position: relative;
  z-index: 9;
}

.resourses__list {
  padding: 45px 0 16px 0;
}

.resourses__item {
  padding-bottom: 40px;
}

.resourses__filter {
  padding-bottom: 30px;
  position: relative;
  z-index: 2;
}

.resourses__content {
  position: relative;
}

.resourses__search {
  padding: 45px 0;
}

.resourses__search-item {
  padding-bottom: 40px;
}

.resourses__search-item:last-child {
  padding-bottom: 0;
}

.resourses__search-loader {
  padding-bottom: 40px;
  display: flex;
  justify-content: center;
}

.resourses__search-loader svg {
  width: 50px;
  height: 50px;
  display: block;
}

.resourses__search-fail {
  display: flex;
  align-items: center;
  padding-bottom: 40px;
}

.resourses__search-fail-icon {
  width: 30px;
  height: 30px;
  flex-shrink: 0;
  margin-right: 14px;
}

.resourses__search-fail-icon img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.resourses__search-fail-text {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
}

.blog__author {
  float: right;
  padding: 0 0 75px 75px;
}

.blog .article ul li {
  width: 100%;
}

.glossary .g-table {
  overflow: hidden;
  border-radius: 10px;
  margin-bottom: 50px;
}

.glossary .g-table__header {
  padding: 10px 16px;
  background: #26004B;
}

.glossary .g-table__row {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

.glossary .g-table__item {
  display: block;
  padding: 10px;
  border-radius: 8px;
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
  color: #FFFFFF;
  text-transform: uppercase;
  background: rtansparent;
  transition: background 300ms ease;
}

.glossary .g-table__item:hover,
.glossary .g-table__item.active {
  color: #fff;
  background: #2DAAE1;
}

.glossary .g-table table {
  border-spacing: 0;
}

.glossary .g-table table tr {
  background: #F4F5F7;
}

.glossary .g-table table tr:nth-child(even) {
  background: rgba(244, 245, 247, 0.4);
}

.glossary .g-table table td {
  font-size: 16px;
  line-height: 30px;
  color: #1B1B1B;
  padding: 30px 40px;
  vertical-align: top;
}

.glossary .g-table table td:first-child {
  font-weight: 600;
  font-size: 18px;
  line-height: 21px;
}

.research-list {
  position: relative;
  padding-bottom: 70px;
  margin-bottom: 70px;
  border-bottom: 1px solid #DEDFE3;
}

.research-list:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.research-list::before {
  content: '';
  width: 1px;
  height: 100%;
  background: linear-gradient(324.89deg, #FFFFFF 20.64%, #E4F5FF 83.04%);
  position: absolute;
  top: 40px;
  left: 30px;
}

.research-list_past .research-list__header-icon svg {
  fill: #918D95;
}

.research-list__header {
  display: flex;
  align-items: center;
  padding-bottom: 47px;
  position: relative;
  z-index: 2;
}

.research-list__header-icon {
  flex-shrink: 0;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  background: rgba(122, 207, 255, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 22px;
}

.research-list__header-icon svg {
  fill: #522583;
  width: 30px;
  height: 30px;
  display: block;
}

.research-list__header-name {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #1B1B1B;
}

.research-list__body {
  padding-left: 82px;
}

.research-list__item {
  padding-bottom: 50px;
}

.research-link:hover .research-link__name {
  color: #2DAAE1;
}

.research-link:hover .more-link span {
  color: #2DAAE1;
}

.research-link__row {
  display: flex;
  justify-content: space-between;
}

.research-link__col:first-child {
  display: flex;
  align-items: center;
  justify-content: space-between;
  width: 100%;
}

.research-link__col:last-child {
  width: 210px;
  flex-shrink: 0;
  display: flex;
  justify-content: flex-end;
}

.research-link__name {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #1B1B1B;
  transition: color 300ms ease;
}

.research-link__date {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
  padding: 0 90px;
  white-space: nowrap;
}

.research-link__end {
  font-weight: 600;
  font-size: 16px;
  line-height: 19px;
  color: #918D95;
}

.polls__list {
  padding-bottom: 16px;
}

.polls__list-item {
  padding-bottom: 50px;
}

.terms-of-use__header-item {
  padding-bottom: 10px;
}

.terms-of-use__header h4 {
  padding-bottom: 40px;
}

.personal-data__switcher {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 60px;
  overflow: hidden;
  border-radius: 10px;
}

.personal-data__switcher-item {
  width: 50%;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 20px;
  background: #F4F5F7;
  font-weight: 600;
  font-size: 20px;
  line-height: 23px;
  text-align: center;
  color: #1B1B1B;
  transition: background 300ms ease, color 300ms ease;
}

.personal-data__switcher-item.active {
  background: #522583;
  color: #fff;
}

.personal-data__form {
  max-width: 970px;
  width: 100%;
}

.personal-data__form_sm {
  max-width: 470px;
}

.personal-data__form-footer {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}

.personal-data__form-required {
  padding-right: 111px;
}

.personal-data__tabs-item {
  display: none;
}

.personal-data__tabs-item.active {
  display: block;
}

.p-404 {
  min-height: 100vh;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.p-404__header {
  padding: 25px 0;
}

.p-404__logo {
  max-width: 190px;
  width: 100%;
}

.p-404__logo img {
  display: block;
  width: 100%;
  height: auto;
}

.p-404__body {
  padding: 60px 0;
}

.p-404__title {
  font-weight: 600;
  font-size: 40px;
  line-height: 47px;
  color: #FFFFFF;
  padding-bottom: 30px;
}

.p-404__subtitle {
  font-size: 16px;
  line-height: 19px;
  color: #D2C7DE;
  padding-bottom: 60px;
  width: 100%;
  max-width: 550px;
}

.p-404__caption {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.p-404__image {
  height: 100%;
  display: flex;
  align-items: center;
}

.p-404__image img {
  display: block;
  width: 100%;
  height: auto;
}

@media only screen and (min-width: 0px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-xs-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xs-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xs-1 {
    margin-left: 8.33333%;
  }

  .order-xs-1 {
    order: 1;
  }

  .col-xs-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xs-2 {
    margin-left: 16.66667%;
  }

  .order-xs-2 {
    order: 2;
  }

  .col-xs-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xs-3 {
    margin-left: 25%;
  }

  .order-xs-3 {
    order: 3;
  }

  .col-xs-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xs-4 {
    margin-left: 33.33333%;
  }

  .order-xs-4 {
    order: 4;
  }

  .col-xs-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xs-5 {
    margin-left: 41.66667%;
  }

  .order-xs-5 {
    order: 5;
  }

  .col-xs-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xs-6 {
    margin-left: 50%;
  }

  .order-xs-6 {
    order: 6;
  }

  .col-xs-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xs-7 {
    margin-left: 58.33333%;
  }

  .order-xs-7 {
    order: 7;
  }

  .col-xs-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xs-8 {
    margin-left: 66.66667%;
  }

  .order-xs-8 {
    order: 8;
  }

  .col-xs-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xs-9 {
    margin-left: 75%;
  }

  .order-xs-9 {
    order: 9;
  }

  .col-xs-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xs-10 {
    margin-left: 83.33333%;
  }

  .order-xs-10 {
    order: 10;
  }

  .col-xs-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xs-11 {
    margin-left: 91.66667%;
  }

  .order-xs-11 {
    order: 11;
  }

  .col-xs-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xs-12 {
    margin-left: 100%;
  }

  .order-xs-12 {
    order: 12;
  }
}

@media only screen and (min-width: 480px) {
  .row {
    margin-left: -8px;
    margin-right: -8px;
  }

  .offset-sm-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 8px;
    padding-right: 8px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-sm-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-sm-1 {
    margin-left: 8.33333%;
  }

  .order-sm-1 {
    order: 1;
  }

  .col-sm-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-sm-2 {
    margin-left: 16.66667%;
  }

  .order-sm-2 {
    order: 2;
  }

  .col-sm-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-sm-3 {
    margin-left: 25%;
  }

  .order-sm-3 {
    order: 3;
  }

  .col-sm-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-sm-4 {
    margin-left: 33.33333%;
  }

  .order-sm-4 {
    order: 4;
  }

  .col-sm-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-sm-5 {
    margin-left: 41.66667%;
  }

  .order-sm-5 {
    order: 5;
  }

  .col-sm-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-sm-6 {
    margin-left: 50%;
  }

  .order-sm-6 {
    order: 6;
  }

  .col-sm-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-sm-7 {
    margin-left: 58.33333%;
  }

  .order-sm-7 {
    order: 7;
  }

  .col-sm-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-sm-8 {
    margin-left: 66.66667%;
  }

  .order-sm-8 {
    order: 8;
  }

  .col-sm-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-sm-9 {
    margin-left: 75%;
  }

  .order-sm-9 {
    order: 9;
  }

  .col-sm-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-sm-10 {
    margin-left: 83.33333%;
  }

  .order-sm-10 {
    order: 10;
  }

  .col-sm-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-sm-11 {
    margin-left: 91.66667%;
  }

  .order-sm-11 {
    order: 11;
  }

  .col-sm-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-sm-12 {
    margin-left: 100%;
  }

  .order-sm-12 {
    order: 12;
  }
}

@media only screen and (min-width: 768px) {
  .row {
    margin-left: -12px;
    margin-right: -12px;
  }

  .offset-md-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 12px;
    padding-right: 12px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-md-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-md-1 {
    margin-left: 8.33333%;
  }

  .order-md-1 {
    order: 1;
  }

  .col-md-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-md-2 {
    margin-left: 16.66667%;
  }

  .order-md-2 {
    order: 2;
  }

  .col-md-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-md-3 {
    margin-left: 25%;
  }

  .order-md-3 {
    order: 3;
  }

  .col-md-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-md-4 {
    margin-left: 33.33333%;
  }

  .order-md-4 {
    order: 4;
  }

  .col-md-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-md-5 {
    margin-left: 41.66667%;
  }

  .order-md-5 {
    order: 5;
  }

  .col-md-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-md-6 {
    margin-left: 50%;
  }

  .order-md-6 {
    order: 6;
  }

  .col-md-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-md-7 {
    margin-left: 58.33333%;
  }

  .order-md-7 {
    order: 7;
  }

  .col-md-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-md-8 {
    margin-left: 66.66667%;
  }

  .order-md-8 {
    order: 8;
  }

  .col-md-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-md-9 {
    margin-left: 75%;
  }

  .order-md-9 {
    order: 9;
  }

  .col-md-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-md-10 {
    margin-left: 83.33333%;
  }

  .order-md-10 {
    order: 10;
  }

  .col-md-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-md-11 {
    margin-left: 91.66667%;
  }

  .order-md-11 {
    order: 11;
  }

  .col-md-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-md-12 {
    margin-left: 100%;
  }

  .order-md-12 {
    order: 12;
  }
}

@media all and (min-width: 1024px) {
  .fancybox__container {
    --carousel-button-width: 48px;
    --carousel-button-height: 48px;
    --carousel-button-svg-width: 27px;
    --carousel-button-svg-height: 27px;
  }

  .fancybox__slide {
    padding: 64px 100px;
  }

  .fancybox__nav .carousel__button.is-next {
    right: 40px;
  }

  .fancybox__nav .carousel__button.is-prev {
    left: 40px;
  }

  .carousel__button.is-close {
    right: 40px;
  }

  .fancybox__toolbar {
    padding: 8px;
  }
}

@media only screen and (min-width: 1024px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .offset-lg-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-lg-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-lg-1 {
    margin-left: 8.33333%;
  }

  .order-lg-1 {
    order: 1;
  }

  .col-lg-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-lg-2 {
    margin-left: 16.66667%;
  }

  .order-lg-2 {
    order: 2;
  }

  .col-lg-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-lg-3 {
    margin-left: 25%;
  }

  .order-lg-3 {
    order: 3;
  }

  .col-lg-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-lg-4 {
    margin-left: 33.33333%;
  }

  .order-lg-4 {
    order: 4;
  }

  .col-lg-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-lg-5 {
    margin-left: 41.66667%;
  }

  .order-lg-5 {
    order: 5;
  }

  .col-lg-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-lg-6 {
    margin-left: 50%;
  }

  .order-lg-6 {
    order: 6;
  }

  .col-lg-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-lg-7 {
    margin-left: 58.33333%;
  }

  .order-lg-7 {
    order: 7;
  }

  .col-lg-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-lg-8 {
    margin-left: 66.66667%;
  }

  .order-lg-8 {
    order: 8;
  }

  .col-lg-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-lg-9 {
    margin-left: 75%;
  }

  .order-lg-9 {
    order: 9;
  }

  .col-lg-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-lg-10 {
    margin-left: 83.33333%;
  }

  .order-lg-10 {
    order: 10;
  }

  .col-lg-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-lg-11 {
    margin-left: 91.66667%;
  }

  .order-lg-11 {
    order: 11;
  }

  .col-lg-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-lg-12 {
    margin-left: 100%;
  }

  .order-lg-12 {
    order: 12;
  }
}

@media only screen and (min-width: 1280px) {
  .row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .offset-xl-0 {
    margin-left: 0;
  }

  [class*='col-'] {
    padding-left: 15px;
    padding-right: 15px;
  }

  .row.no-gutters [class*='col-'] {
    padding-left: 0;
    padding-right: 0;
  }

  .col-xl-1 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 8.33333%;
    max-width: 8.33333%;
    width: 100%;
  }

  .offset-xl-1 {
    margin-left: 8.33333%;
  }

  .order-xl-1 {
    order: 1;
  }

  .col-xl-2 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 16.66667%;
    max-width: 16.66667%;
    width: 100%;
  }

  .offset-xl-2 {
    margin-left: 16.66667%;
  }

  .order-xl-2 {
    order: 2;
  }

  .col-xl-3 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 25%;
    max-width: 25%;
    width: 100%;
  }

  .offset-xl-3 {
    margin-left: 25%;
  }

  .order-xl-3 {
    order: 3;
  }

  .col-xl-4 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
    width: 100%;
  }

  .offset-xl-4 {
    margin-left: 33.33333%;
  }

  .order-xl-4 {
    order: 4;
  }

  .col-xl-5 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 41.66667%;
    max-width: 41.66667%;
    width: 100%;
  }

  .offset-xl-5 {
    margin-left: 41.66667%;
  }

  .order-xl-5 {
    order: 5;
  }

  .col-xl-6 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 50%;
    max-width: 50%;
    width: 100%;
  }

  .offset-xl-6 {
    margin-left: 50%;
  }

  .order-xl-6 {
    order: 6;
  }

  .col-xl-7 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    width: 100%;
  }

  .offset-xl-7 {
    margin-left: 58.33333%;
  }

  .order-xl-7 {
    order: 7;
  }

  .col-xl-8 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
    width: 100%;
  }

  .offset-xl-8 {
    margin-left: 66.66667%;
  }

  .order-xl-8 {
    order: 8;
  }

  .col-xl-9 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 75%;
    max-width: 75%;
    width: 100%;
  }

  .offset-xl-9 {
    margin-left: 75%;
  }

  .order-xl-9 {
    order: 9;
  }

  .col-xl-10 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 83.33333%;
    max-width: 83.33333%;
    width: 100%;
  }

  .offset-xl-10 {
    margin-left: 83.33333%;
  }

  .order-xl-10 {
    order: 10;
  }

  .col-xl-11 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 91.66667%;
    max-width: 91.66667%;
    width: 100%;
  }

  .offset-xl-11 {
    margin-left: 91.66667%;
  }

  .order-xl-11 {
    order: 11;
  }

  .col-xl-12 {
    position: relative;
    box-sizing: border-box;
    flex: 0 0 100%;
    max-width: 100%;
    width: 100%;
  }

  .offset-xl-12 {
    margin-left: 100%;
  }

  .order-xl-12 {
    order: 12;
  }

  .navbar__sublist {
    display: block !important;
  }
}

@media only screen and (min-width: 2560px) {
  .header__video-container video {
    width: 100%;
    height: auto;
  }
}

@media only screen and (max-width: 1920px) {
  .claster__image::before {
    background: url("../img/home/frame-2.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
  }
}

@media only screen and (max-width: 1580px) {
  .navbar__user-menu {
    left: auto;
    transform: none;
    right: 0;
  }
}

@media only screen and (max-width: 1479px) {
  .content__container {
    padding: 20px 0 20px 40px;
  }

  .event {
    padding: 50px 24px;
  }

  .gallery__modal {
    padding: 80px;
  }

  .navbar__logo {
    margin-right: 40px;
  }

  .documents__wrapper {
    padding: 36px;
  }

  .filter__select {
    width: 200px;
  }

  .contacts__item {
    width: calc(50% - 10px);
  }
}

@media only screen and (max-width: 1279px) {
  .content__col:first-child {
    display: none;
  }

  .content__col:last-child {
    width: 100%;
  }

  .content__container {
    padding: 20px 0;
  }

  .event {
    padding: 50px;
  }

  .navbar__burger {
    display: flex;
    align-items: center;
  }

  .navbar__menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #1455A3;
    padding: 0 30px 100px 30px;
    overflow: auto;
    z-index: 11;
    min-width: 320px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 300ms ease, visibility 300ms ease;
    overflow-x: hidden;
  }

  .navbar__menu.active {
    opacity: 1;
    visibility: visible;
  }

  .navbar__menu.search .navbar__user {
    display: none !important;
  }

  .navbar__menu.search .navbar__list {
    display: none !important;
  }

  .navbar__menu.search .navbar__links {
    display: none !important;
  }

  .navbar__menu-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }

  .navbar__list {
    display: block;
    padding-bottom: 60px;
  }

  .navbar__item {
    display: flex;
    flex-direction: column;
    border-bottom: 1px solid rgba(255, 255, 255, 0.16);
  }

  .navbar__item.active .navbar__link {
    color: #FEC705;
  }

  .navbar__item.active .navbar__arrow-holder {
    background: #FEC705;
    border-color: #FEC705;
  }

  .navbar__item.active .navbar__arrow-holder svg {
    fill: #1B1B1B !important;
    transform: rotate(-180deg) !important;
  }

  .navbar__item_dropdown .navbar__link {
    padding-right: 82px;
  }

  .navbar__item_dropdown:hover .navbar__link {
    background: none;
  }

  .navbar__item_dropdown:hover .navbar__link::before {
    display: none;
  }

  .navbar__item_dropdown:hover .navbar__arrow svg {
    fill: #fff;
    transform: none;
  }

  .navbar__link {
    padding: 30px 0 30px 0;
    font-size: 20px;
    line-height: 23px;
    width: 100%;
  }

  .navbar__link_sign-up {
    display: none;
  }

  .navbar__arrow {
    padding: 26px;
    right: -26px;
    top: 0;
    transform: none;
    z-index: 2;
    cursor: pointer;
  }

  .navbar__arrow-holder {
    width: 30px;
    height: 30px;
    border: 1px solid #fff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background 300ms ease, border 300ms ease;
  }

  .navbar__sublist {
    width: 100%;
    position: relative;
    top: 0;
    opacity: 1;
    visibility: visible;
    background: none;
    display: none;
    padding: 0 0 20px 0;
  }

  .navbar__sublink {
    font-weight: normal;
    padding: 15px 0;
    font-size: 18px;
    line-height: 21px;
  }

  .navbar__search {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
    transform: none;
    width: 100%;
    display: none;
  }

  .navbar__search.open {
    display: block;
  }

  .navbar__links {
    display: block;
  }

  .footer__support {
    width: 490px;
  }

  .footer__support-image_us {
    width: 70px;
    height: 70px;
  }

  .footer__support-image_nsdc {
    width: 66px;
    height: 66px;
  }

  .footer__support-image_crdf {
    width: 86px;
    height: 32px;
  }

  .footer__support-image_icon-3 {
    width: 134px;
    height: 52px;
  }

  .footer__support-image_icon-4 {
    width: 86px;
    height: 28px;
  }

  .claster {
    margin-bottom: 0;
    padding-bottom: 80px;
  }

  .claster__caption {
    padding-right: 40px;
  }

  .claster__image img {
    object-position: 20% 50%;
  }

  .research {
    width: auto !important;
    margin-left: -30px;
    margin-right: -30px;
  }

  .home__section {
    padding-bottom: 80px;
  }

  .home__section-wrapper {
    padding-bottom: 80px;
  }

  .home__news-col {
    width: 33.3333%;
  }

  .home__news-col:nth-child(4) {
    display: none;
  }

  .home__doc-col {
    width: 33.333333%;
  }

  .home__doc-col:nth-child(4) {
    display: none;
  }

  .news__col {
    width: 33.3333%;
  }

  .news__col:nth-child(4) {
    display: none;
  }

  .events__col {
    width: 33.3333%;
  }
}

@media only screen and (max-width: 1023px) {
  .content {
    overflow: hidden;
  }

  .content__container {
    padding: 0;
  }

  .hidden-md {
    display: none;
  }

  .column-reverse-md {
    flex-direction: column-reverse;
  }

  .header__bg-container {
    min-width: 1120px;
  }

  .header__video-container {
    left: 37%;
    transform: translateX(-50%);
  }

  .header__event::before {
    display: none;
  }

  .header__event::after {
    display: none;
  }

  .header__event {
    width: 100%;
    min-width: none;
    position: relative;
    top: auto;
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    justify-content: space-between;
    padding-bottom: 30px;
    padding: 0 0 50px 0;
  }

  .header__event-date {
    margin-bottom: 0;
    margin-left: 50px;
  }

  .header__event-btn {
    width: 100%;
  }

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

  .header_article {
    padding: 40px 0 80px 0;
  }

  .header_article .header__title {
    padding-bottom: 50px;
  }

  .header_event .header__content {
    padding: 40px 0 80px 0;
    min-height: auto;
  }

  .header_event .header__title {
    min-height: auto;
    padding-bottom: 20px;
    width: 100%;
  }

  .modal_success .modal__content {
    padding: 70px 80px;
  }

  .modal__wrapper {
    padding: 30px;
  }

  .form__row_md-100 {
    flex-wrap: wrap;
  }

  .form__row_md-100 .form__col {
    width: 100%;
  }

  .form__row_column-3 .form__col {
    width: 50%;
  }

  .article img.img-float-right {
    width: 100%;
    max-width: 470px;
    float: none;
    margin: 0 auto 60px auto;
  }

  .article img.img-float-left {
    width: 100%;
    max-width: 470px;
    float: none;
    margin: 0 auto 60px auto;
  }

  .article ul li {
    width: 100%;
  }

  .article ol li {
    width: 100%;
  }

  .article .wp-block-table {
    margin-left: -30px;
    margin-right: -30px;
    padding: 0 30px;
  }

  .article table td {
    padding: 20px 18px 20px 0;
  }

  .article .anchor-link {
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }

  .video__wrapper::before {
    padding-top: 59%;
  }

  .video__caption {
    right: 70px;
    bottom: 70px;
  }

  .person-card__description {
    font-size: 13px;
    line-height: 18px;
  }

  .lg-card_blog .lg-card__details {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .lg-card_blog .lg-card__date {
    padding-right: 0;
    padding-bottom: 20px;
  }

  .lg-card_blog .lg-card__footer {
    align-items: flex-end;
  }

  .lg-card__caption {
    padding: 60px;
  }

  .lg-card__subtitle {
    display: none;
  }

  .gallery__btn {
    width: 120px;
    padding-right: 20px;
  }

  .gallery__btn_next {
    padding-right: 0;
    padding-left: 20px;
  }

  .gallery__modal {
    padding: 140px 30px;
  }

  .download__row {
    flex-wrap: wrap;
  }

  .download__col {
    width: 100%;
  }

  .download__col:first-child {
    padding-bottom: 12px;
  }

  .download__col:last-child {
    width: 100%;
  }

  .download__date {
    padding: 0;
  }

  .scroll-top {
    width: 40px;
    height: 40px;
    bottom: 40px;
    right: 40px;
  }

  .s-slider {
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px 30px 80px 30px;
  }

  .s-slider__buttons {
    display: none;
  }

  .s-slider__container {
    overflow: visible;
  }

  .s-slider__slide {
    width: 324px !important;
  }

  ul.anchor-list::before,
  article > ul.anchor-list::before {
    width: 215px;
  }

  ul.anchor-list li,
  article > ul.anchor-list li {
    line-height: 24px;
  }

  ul.anchor-list li::before,
  article > ul.anchor-list li::before {
    font-size: 18px;
    line-height: 24px;
    width: 24px;
    height: 24px;
  }

  .footer::before {
    left: -525px;
  }

  .footer::after {
    right: -370px;
    bottom: -310px;
  }

  .footer__row {
    flex-wrap: wrap;
  }

  .footer__col {
    width: 50%;
  }

  .footer__col_support {
    width: 100%;
  }

  .footer__col--dev {
    display: flex;
    justify-content: flex-end;
  }

  .footer__support {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-top: 28px;
    width: 100%;
  }

  .footer__support-item {
    padding: 0 10px;
  }

  .footer__support-item:first-child {
    margin-bottom: 0;
    padding-left: 0 !important;
    width: auto;
  }

  .footer__support-item:last-child {
    padding-right: 0 !important;
  }

  .footer__support-text {
    font-size: 14px;
    line-height: 16px;
  }

  .footer__develop {
    padding-right: 0;
  }

  .claster__wrapper {
    min-height: auto;
    padding: 80px 0 40px 0;
    border-bottom: none;
  }

  .claster__caption {
    width: 100%;
    padding-right: 0;
  }

  .claster__image {
    position: relative;
    width: 100%;
    padding-top: 73%;
  }

  .claster__image::after {
    right: 17%;
    top: -3%;
    left: auto;
  }

  .claster__image::before {
    background: url("../img/home/frame-3.svg") 50% 50% no-repeat;
    background-size: 100% 100%;
  }

  .claster__image img {
    left: 0;
    top: 0;
    object-position: 50% 21%;
  }

  .research {
    padding: 90px 30px;
  }

  .research__wrapper {
    padding: 0;
  }

  .research__bg-right {
    right: -150px;
  }

  .research__button {
    width: 100%;
  }

  .documents.active .documents__msg {
    display: none;
  }

  .documents__wrapper {
    padding: 36px 50px 42px 36px;
  }

  .documents__row {
    align-items: flex-start;
  }

  .documents__button-wrapper {
    display: block;
  }

  .documents__download-list {
    left: auto;
    right: 0;
  }

  .documents__msg {
    padding-left: 0;
    padding-top: 24px;
  }

  .filter__row {
    flex-wrap: wrap;
  }

  .filter__col {
    padding-bottom: 30px;
  }

  .filter__col_volume {
    flex: 1;
  }

  .filter__col_search {
    width: 100%;
    flex: auto;
  }

  .filter__select {
    width: 100%;
  }

  .res-acc__switcher_lg {
    display: none;
  }

  .res-acc__switcher_sm {
    display: flex;
  }

  .home__news-col {
    width: 50%;
  }

  .home__news-col:nth-child(3) {
    display: none;
  }

  .home__doc-row {
    flex-wrap: wrap;
  }

  .home__doc-col {
    width: 50%;
    padding-bottom: 40px;
  }

  .home__doc-col:nth-child(4) {
    display: block;
  }

  .about__plate-row {
    flex-wrap: wrap;
  }

  .about__plate-col {
    width: 100%;
    padding-bottom: 30px;
  }

  .administration__article {
    display: flex;
    flex-direction: column;
  }

  .administration__article-title {
    order: 1;
  }

  .administration__article-text {
    padding-bottom: 70px;
    order: 2;
  }

  .administration__article-img {
    float: none;
    justify-content: center;
    padding-left: 0;
    width: 100%;
    order: 3;
  }

  .team__col {
    width: 50%;
  }

  .news__col {
    width: 50%;
  }

  .news__col:nth-child(3) {
    display: none;
  }

  .contacts__caption {
    max-width: 468px;
  }

  .contacts__item {
    width: 100%;
    display: flex;
    padding: 40px;
  }

  .events__col {
    width: 50%;
    padding: 0 15px 30px 15px;
  }

  .event-detail__slider {
    padding-top: 80px;
  }

  .event-detail__documents {
    padding-bottom: 80px;
  }

  .event-detail__col {
    width: 100%;
    padding: 0 15px 40px 15px;
  }

  .glossary .g-table table tr {
    display: flex;
    flex-direction: column;
  }

  .glossary .g-table table td {
    padding: 0 40px 30px 40px;
  }

  .glossary .g-table table td:first-child {
    padding: 30px 40px 14px 40px;
  }

  .research-link__row {
    align-items: flex-start;
  }

  .research-link__col:first-child {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .research-link__name {
    padding-bottom: 14px;
  }

  .research-link__date {
    white-space: normal;
    padding: 0;
  }

  .personal-data__form {
    max-width: 100%;
  }

  .p-404__body {
    padding: 40px 0;
  }

  .p-404__image {
    margin-bottom: 54px;
  }
}

@media only screen and (max-width: 1023px) and (max-width: 767px) {
  .download__col:first-child {
    padding-bottom: 10px;
  }
}

@media only screen and (max-width: 767px) {
  .container {
    padding: 0 20px;
  }

  h2,
  .h2 {
    font-size: 24px;
    line-height: 28px;
  }

  h3,
  .h3 {
    font-size: 18px;
    line-height: 21px;
  }

  .content {
    padding: 0 0 40px 0;
  }

  .content_inner {
    padding: 0;
  }

  .content__title {
    padding-bottom: 30px;
  }

  .content__title--p0 {
    padding-right: 0;
  }

  .hidden-sm {
    display: none;
  }

  .hidden-inline-sm {
    display: none;
  }

  .show-sm {
    display: block;
  }

  .header__bg-container {
    min-width: none;
  }

  .header__bg-holder {
    width: 500px;
    right: auto;
    left: 50%;
    transform: translateX(-50%);
  }

  .header__title {
    font-size: 24px;
    line-height: 28px;
  }

  .header__content {
    padding: 104px 0 230px 0;
    min-height: auto;
  }

  .header__badges {
    padding-bottom: 20px;
  }

  .header__badge {
    font-size: 13px;
    line-height: 16px;
  }

  .header__bottom {
    flex-direction: column-reverse;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header__date {
    font-size: 13px;
    line-height: 15px;
    padding-left: 0;
    padding-top: 12px;
  }

  .header__status {
    font-size: 13px;
  }

  .header__event {
    padding-bottom: 20px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }

  .header__event-date {
    margin-left: 0;
    margin-bottom: 30px;
    width: 120px;
    height: 120px;
  }

  .header__event-day {
    font-size: 40px;
    line-height: 47px;
  }

  .header__event-month {
    margin-top: 0;
    font-size: 14px;
    line-height: 16px;
  }

  .header__event-msg {
    height: 46px;
  }

  .header__event-msg-text {
    font-size: 14px;
    line-height: 16px;
  }

  .header_inner {
    padding: 40px 0 30px 0;
  }

  .header_inner .header__title {
    font-size: 30px;
    line-height: 35px;
    padding-bottom: 10px;
  }

  .header_article {
    padding: 20px 0 30px 0;
    margin-bottom: 0;
  }

  .header_article .header__title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .header_article .header__date {
    padding-top: 0;
    font-size: 14px;
    line-height: 17px;
  }

  .header_event {
    margin-bottom: 40px;
  }

  .header_event .header__content {
    padding: 20px 0 30px 0;
  }

  .header_event .header__title {
    font-size: 24px;
    line-height: 28px;
  }

  .header_event .header__breads {
    padding-right: 0;
  }

  .header_event .header__badge {
    margin-left: auto;
  }

  .btn {
    padding: 12px 20px;
  }

  .btn span {
    font-size: 14px;
    line-height: 16px;
  }

  .btn svg {
    width: 14px;
    height: 14px;
  }

  .btn_sm {
    padding: 10px 30px;
  }

  .btn_lg {
    padding: 14px 20px;
  }

  .btn_lg span {
    font-size: 16px;
    line-height: 19px;
  }

  .btn_mfw {
    width: 100%;
  }

  .btn_white {
    background: #1455A3;
  }

  .btn_white span {
    color: #fff;
  }

  .modal_md .modal__content {
    padding: 24px 20px;
  }

  .modal_success .modal__content {
    padding: 30px;
  }

  .modal__alert {
    padding: 20px;
    margin-bottom: 20px;
  }

  .modal__alert-text {
    font-size: 12px;
    line-height: 14px;
  }

  .modal__wrapper {
    padding: 60px 16px;
  }

  .modal__content {
    padding: 30px;
  }

  .modal__close {
    width: 24px;
    height: 24px;
    top: 6px;
    right: 6px;
  }

  .modal__title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 20px;
  }

  .modal__text {
    font-size: 13px;
    line-height: 15px;
  }

  .modal__section {
    padding-bottom: 20px;
  }

  .modal__pd-title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 20px;
  }

  .modal__pd-article p {
    font-size: 14px;
    line-height: 22px;
    padding-bottom: 20px;
  }

  .modal__pd-radio {
    padding-bottom: 20px;
    margin-right: 30px;
  }

  .modal__success-row {
    flex-direction: column-reverse;
    align-items: center;
    text-align: center;
  }

  .modal__success-text {
    font-size: 20px;
    line-height: 23px;
  }

  .modal__success-icon {
    margin-left: 0;
    width: 60px;
    height: 60px;
    margin-bottom: 16px;
  }

  .form .label {
    padding-bottom: 14px;
    font-size: 14px;
    line-height: 16px;
  }

  .form__title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 30px;
  }

  .form__field {
    padding-bottom: 20px;
  }

  .form__link {
    font-size: 14px;
    line-height: 16px;
  }

  .form__row {
    flex-wrap: wrap;
  }

  .form__row_column-3 .form__col {
    width: 100%;
  }

  .form__col {
    width: 100%;
  }

  .form__col_full-center {
    padding-top: 20px;
  }

  .article blockquote {
    padding: 30px;
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 26px;
  }

  .article blockquote::before {
    width: 20px;
    height: 20px;
    left: 20px;
  }

  .article__section {
    padding: 40px 0;
  }

  .article__image {
    margin-left: -20px;
    margin-right: -20px;
  }

  .article img {
    border-radius: 0;
    margin-bottom: 30px;
  }

  .article img.img-float-right {
    border-radius: 10px;
    margin: 0 auto 30px auto;
  }

  .article img.img-float-left {
    border-radius: 10px;
    margin: 0 auto 30px auto;
  }

  .article p {
    font-size: 14px;
    line-height: 26px;
    text-align: left;
    padding-bottom: 20px;
  }

  .article .lead {
    text-align: left;
    font-size: 16px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  .article h1,
  .article h2,
  .article h3 {
    padding-bottom: 20px;
  }

  .article h4 {
    padding-bottom: 16px;
  }

  .article ul {
    padding-bottom: 20px;
  }

  .article ul li {
    font-size: 14px;
    line-height: 26px;
    padding: 0 17px;
    padding-bottom: 6px;
  }

  .article ul li::before {
    width: 5px;
    height: 5px;
  }

  .article ol {
    padding-bottom: 20px;
  }

  .article ol li {
    font-size: 14px;
    line-height: 26px;
    padding-left: 36px;
    padding-bottom: 6px;
  }

  .article ol li::before {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .article .wp-block-table {
    margin-bottom: 40px;
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px;
  }

  .article table td {
    padding: 16px 18px 16px 0;
  }

  .article .anchor-link {
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    height: 18px;
  }

  .selectize-control {
    height: 50px;
  }

  .selectize-input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }

  .selectize-input > input::placeholder {
    font-size: 14px;
  }

  .selectize-dropdown .option {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 20px;
  }

  .cookies__info {
    padding-bottom: 30px;
  }

  .cookies__title {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 16px;
  }

  .cookies__content {
    font-size: 13px;
    line-height: 160%;
    padding-bottom: 12px;
  }

  .cookies__more {
    font-size: 13px;
    line-height: 15px;
  }

  .cookies__settings {
    padding-bottom: 12px;
  }

  .cookies__settings-title {
    font-size: 13px;
    line-height: 15px;
    padding-bottom: 16px;
  }

  .cookies .c-accordeon__item {
    margin-bottom: 8px;
  }

  .cookies .c-accordeon__btn {
    padding: 12px;
  }

  .cookies .c-accordeon__btn-icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
  }

  .cookies .c-accordeon__btn-name {
    font-size: 13px;
    line-height: 15px;
  }

  .cookies .c-accordeon__content {
    padding: 0 16px 27px 16px;
    font-size: 12px;
    line-height: 160%;
  }

  .cookies .c-accordeon__active {
    padding: 0 16px 0 0;
  }

  .cookies .c-accordeon__active-text {
    display: none;
  }

  .cookies .c-accordeon__active-icon {
    display: block;
  }

  .cookies .c-accordeon__switcher {
    margin-right: 16px;
    margin-left: 8px;
    width: 22px;
    height: 16px;
  }

  .cookies .c-accordeon__switcher::before {
    top: 1px;
    left: 1px;
    width: 12px;
    height: 12px;
  }

  .badge {
    font-size: 13px;
  }

  .badge::before {
    width: 5px;
    height: 5px;
  }

  .more-link span {
    font-size: 14px;
    line-height: 16px;
  }

  .more-link svg {
    width: 16px;
    height: 10px;
    margin-left: 12px;
  }

  .news-card__description {
    margin: 16px 0;
    font-size: 13px;
    line-height: 20px;
    max-height: calc(20px * 6);
  }

  .news-card__author-img {
    width: 30px;
    height: 33px;
    margin-right: 12px;
  }

  .news-card__author-name {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 8px;
  }

  .news-card__author-position {
    font-size: 13px;
    line-height: 15px;
  }

  .news-card__image-container {
    margin-bottom: 20px;
  }

  .news-card__title {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 10px;
  }

  .news-card__date {
    font-size: 14px;
    line-height: 17px;
  }

  .document__icon {
    width: 60px;
    height: 70px;
  }

  .document__caption {
    padding-left: 20px;
  }

  .document__title {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .document__date {
    font-size: 14px;
    line-height: 17px;
  }

  .event {
    padding: 30px 20px;
  }

  .event__date {
    width: 120px;
    height: 120px;
    margin-bottom: 20px;
  }

  .event__day {
    font-size: 40px;
    line-height: 47px;
    padding-bottom: 0;
  }

  .event__month {
    font-size: 14px;
    line-height: 16px;
  }

  .event__circle {
    border-width: 4px;
  }

  .event__badge {
    font-size: 13px;
    bottom: 0;
  }

  .event__name {
    font-size: 14px;
    line-height: 20px;
    padding-bottom: 20px;
  }

  .event__types {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }

  .event__button {
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .event__button svg {
    width: 14px;
    height: 14px;
  }

  .event__waiting {
    height: 44px;
    padding: 0 16px;
    font-size: 14px;
    line-height: 16px;
  }

  .event__waiting svg {
    width: 14px;
    height: 14px;
    margin-right: 12px;
  }

  .input__field,
  .date-range__input {
    height: 50px;
    line-height: 50px;
    font-size: 14px;
    padding: 0 20px;
  }

  .input__field::placeholder,
  .date-range__input::placeholder {
    font-size: 14px;
  }

  .input__toggle-icon-holder {
    width: 50px;
    height: 50px;
  }

  .input__toggle-icon svg {
    width: 20px;
    height: 13px;
  }

  .input_password .input__field,
  .input_password .date-range__input {
    padding-right: 50px;
  }

  .input .error-msg {
    font-size: 14px;
    line-height: 16px;
  }

  .textarea__field {
    font-size: 14px;
    line-height: 18px;
    padding: 17px 20px 24px 20px;
  }

  .textarea__field::placeholder {
    font-size: 14px;
  }

  .textarea .error-msg {
    font-size: 14px;
    line-height: 16px;
  }

  .textarea__counter {
    font-size: 13px;
    line-height: 15px;
    right: 16px;
    bottom: 14px;
  }

  .checkbox__box {
    width: 24px;
    height: 24px;
    margin-right: 14px;
  }

  .checkbox__description {
    font-size: 13px;
    line-height: 15px;
  }

  .radio__box {
    width: 22px;
    height: 22px;
    margin-right: 10px;
  }

  .radio__box::before {
    width: 7px;
    height: 7px;
  }

  .radio__description {
    font-size: 14px;
    line-height: 16px;
  }

  .breadcrumbs__link {
    font-size: 14px;
    line-height: 16px;
  }

  .video {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .video__wrapper::before {
    padding-top: 98%;
  }

  .video__button {
    width: 28%;
  }

  .video__caption {
    bottom: 30px;
    right: 50%;
    transform: translateX(50%);
  }

  .video__title {
    font-size: 20px;
    line-height: 23px;
    text-align: center;
    padding-bottom: 12px;
  }

  .video__description {
    font-size: 13px;
    line-height: 15px;
    text-align: center;
  }

  .person-card {
    margin-bottom: 30px;
  }

  .person-card__image-container {
    margin-bottom: 20px;
  }

  .person-card__title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
  }

  .lg-card_blog .lg-card__caption {
    padding: 30px;
  }

  .lg-card_blog .lg-card__details {
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .lg-card_blog .lg-card__date {
    padding-bottom: 0;
    padding-left: 16px;
  }

  .lg-card_blog .lg-card__footer {
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
  }

  .lg-card__author {
    padding-bottom: 16px;
  }

  .lg-card__author-img {
    width: 40px;
    height: 44px;
    margin-right: 14px;
  }

  .lg-card__author-name {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 6px;
  }

  .lg-card__author-position {
    font-size: 11px;
    line-height: 14px;
  }

  .lg-card__image-container::before {
    padding-top: 110%;
  }

  .lg-card__caption {
    padding: 40px 30px;
  }

  .lg-card__title {
    font-size: 18px;
    line-height: 21px;
    padding-bottom: 16px;
  }

  .lg-card__date {
    padding-left: 16px;
    font-size: 14px;
    line-height: 17px;
  }

  .pagination__row {
    flex-wrap: wrap;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
  }

  .pagination__item {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .pagination__button {
    padding-top: 20px;
  }

  .pagination__icon {
    width: 16px;
    height: 16px;
  }

  .pagination__text {
    font-size: 14px;
    line-height: 16px;
  }

  .file__label {
    padding: 14px 20px 14px 20px;
    width: 100%;
  }

  .file__icon {
    width: 12px;
    height: 19px;
  }

  .file__text {
    font-size: 14px;
    line-height: 16px;
  }

  .gallery__btn {
    width: 80px;
    padding-right: 10px;
  }

  .gallery__btn_next {
    padding-right: 0;
    padding-left: 10px;
  }

  .gallery__btn svg {
    width: 41px;
    height: 50px;
  }

  .gallery__modal {
    padding: 0;
  }

  .gallery__modal-img {
    object-position: center center;
  }

  .gallery__modal-close {
    padding: 10px;
  }

  .gallery__modal-close svg {
    width: 32px;
    height: 32px;
  }

  .fancybox__slide {
    padding: 52px 0 !important;
  }

  .date-range__input-container {
    width: 50%;
  }

  .date-range .datepicker-inline {
    top: 50px;
  }

  .date-range .datepicker-inline .datepicker-panel {
    padding: 20px;
  }

  .date-range .datepicker-inline ul li[data-view="month current"] {
    font-size: 16px;
    line-height: 19px;
  }

  .date-range .datepicker-inline ul[data-view="week"] li {
    font-size: 14px;
    line-height: 16px;
  }

  .date-range .datepicker-inline ul[data-view="days"] li {
    font-size: 14px;
    line-height: 16px;
  }

  .date-range .datepicker-inline ul[data-view="days"] li::before {
    width: 30px;
    height: 30px;
  }

  .download__name {
    font-size: 14px;
    line-height: 16px;
  }

  .download__date {
    font-size: 14px;
    line-height: 17px;
  }

  .download__btn {
    min-width: 84px;
    padding: 5px 8px 5px 14px;
  }

  .download__icon {
    width: 10px;
    height: 10px;
  }

  .download__size {
    font-size: 14px;
    line-height: 16px;
  }

  .author {
    display: flex;
  }

  .author__image {
    width: 70px;
    height: 77px;
    margin-right: 20px;
    margin-bottom: 0;
  }

  .author__name {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 10px;
  }

  .author__position {
    font-size: 13px;
    line-height: 15px;
  }

  .scroll-top {
    width: 32px;
    height: 32px;
    right: 20px;
    bottom: 20px;
  }

  .s-slider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 20px 20px 40px 20px;
  }

  .s-slider__header {
    padding-bottom: 30px;
    justify-content: space-between;
  }

  .s-slider__title {
    font-size: 24px;
    line-height: 28px;
  }

  .s-slider__slide {
    width: 260px !important;
  }

  .s-slider__card-title {
    font-size: 18px;
    line-height: 21px;
  }

  .s-slider__card-subtitle {
    font-size: 13px;
    line-height: 20px;
    padding-bottom: 40px;
  }

  .s-slider__card-text {
    font-size: 13px;
  }

  .s-slider__card-button {
    font-size: 13px;
  }

  ul.anchor-list,
  article > ul.anchor-list {
    padding: 30px 0 0 0;
  }

  ul.anchor-list li,
  article > ul.anchor-list li {
    font-size: 13px;
    line-height: 18px;
    padding-left: 32px;
    padding-right: 0;
    padding-bottom: 12px;
  }

  ul.anchor-list li::before,
  article > ul.anchor-list li::before {
    font-size: 15px;
    line-height: 18px;
    width: 18px;
    height: 18px;
  }

  .navbar__container {
    padding: 20px 0;
  }

  .navbar__col_hide-sm {
    display: none;
  }

  .navbar__col_menu {
    justify-content: flex-end;
    margin-right: -16px;
  }

  .navbar__logo {
    max-width: 140px;
  }

  .navbar__logo_hide-sm {
    display: none;
  }

  .navbar__burger-text {
    display: none;
  }

  .navbar__menu {
    padding: 0 20px 50px 20px;
  }

  .navbar__menu-header {
    padding: 20px 0;
    margin-left: -16px;
    margin-right: -16px;
  }

  .navbar__list {
    padding-bottom: 30px;
  }

  .navbar__link {
    font-size: 16px;
    line-height: 19px;
    padding: 18px 0;
  }

  .navbar__arrow {
    padding: 17px;
    right: -17px;
  }

  .navbar__arrow-holder {
    width: 20px;
    height: 20px;
  }

  .navbar__arrow svg {
    width: 7px;
    height: 4px;
  }

  .navbar__sublist {
    padding: 0 0 10px 0;
  }

  .navbar__sublink {
    font-size: 14px;
    line-height: 16px;
    padding: 10px 0;
  }

  .navbar__login-sm {
    display: block;
  }

  .navbar__search-sm {
    display: block !important;
  }

  .navbar__lang-sm {
    display: block !important;
  }

  .navbar__options_show-sm {
    display: flex;
    width: 100%;
  }

  .navbar__search-btn_hide-sm {
    display: none;
  }

  .navbar__search-results-title {
    font-size: 12px;
    line-height: 14px;
  }

  .navbar__search-results-item {
    font-size: 14px;
    line-height: 16px;
  }

  .navbar__search-fail-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .navbar__search-fail-text {
    font-size: 14px;
    line-height: 16px;
  }

  .navbar__search-loader svg {
    width: 20px;
    height: 20px;
  }

  .navbar__user_sm {
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  .navbar__user-icon {
    background: #FEC705;
  }

  .navbar__user-menu {
    min-width: 280px;
  }

  .navbar__links-title {
    font-size: 16px;
    line-height: 19px;
  }

  .navbar__links-item {
    font-size: 16px;
    line-height: 19px;
    padding: 18px 0;
  }

  .footer::before {
    width: 302px;
    height: 337px;
    top: -76px;
    left: -170px;
  }

  .footer::after {
    width: 302px;
    height: 337px;
    bottom: -70px;
    right: -152px;
  }

  .footer_sm .footer__wrapper {
    padding: 30px 0;
  }

  .footer__wrapper {
    padding: 40px 0;
  }

  .footer__top {
    padding-bottom: 30px;
  }

  .footer__col {
    width: 100%;
  }

  .footer__col--dev {
    display: block;
  }

  .footer__title {
    font-size: 16px;
    line-height: 19px;
    padding-bottom: 11px;
  }

  .footer__list {
    padding-bottom: 21px;
  }

  .footer__link {
    padding: 9px 0;
    font-size: 14px;
    line-height: 16px;
  }

  .footer__link svg {
    width: 16px;
    height: 16px;
    margin-right: 8px;
  }

  .footer__support {
    margin-top: 0;
    width: auto;
  }

  .footer__support-item {
    padding: 0 6px;
  }

  .footer__support-item:first-child {
    width: 100%;
    margin-bottom: 30px;
    padding-left: 6px !important;
  }

  .footer__support-item:last-child {
    padding-right: 6px !important;
  }

  .footer__support-image_us {
    width: 60px;
    height: 60px;
  }

  .footer__support-image_nsdc {
    width: 40px;
    height: 40px;
  }

  .footer__support-image_crdf {
    width: 54px;
    height: 20px;
  }

  .footer__support-image_icon-3 {
    width: 84px;
    height: 32px;
  }

  .footer__support-image_icon-4 {
    width: 56px;
    height: 18px;
  }

  .footer__copyright {
    font-size: 12px;
    line-height: 14px;
    padding-bottom: 14px;
  }

  .footer__develop {
    font-size: 12px;
    line-height: 14px;
  }

  .claster {
    padding-bottom: 40px;
  }

  .claster__wrapper {
    padding: 40px 0 24px 0;
  }

  .claster__title {
    padding-bottom: 20px;
    font-size: 30px;
    line-height: 35px;
  }

  .claster__text p {
    padding-bottom: 16px;
  }

  .claster__text {
    font-size: 14px;
    line-height: 26px;
    padding-bottom: 20px;
  }

  .claster__image::after {
    width: 60px;
    height: 60px;
  }

  .research {
    padding: 40px 20px;
    margin-left: -20px;
    margin-right: -20px;
  }

  .research__title {
    padding-bottom: 20px;
  }

  .research__text {
    font-size: 14px;
    line-height: 24px;
    padding-bottom: 20px;
  }

  .research__bg-right {
    display: none;
  }

  .documents__wrapper {
    padding: 30px;
  }

  .documents__row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .documents__col {
    width: 100%;
  }

  .documents__caption {
    padding-bottom: 20px;
  }

  .documents__button-wrapper {
    padding-top: 0;
  }

  .documents__icon {
    width: 38px;
    height: 38px;
    margin-right: 16px;
  }

  .documents__title {
    font-size: 24px;
    line-height: 28px;
  }

  .documents__download-btn {
    padding: 15px 20px;
    width: 100%;
  }

  .documents__download-list {
    left: -30px;
    right: auto;
    width: calc(100% + 60px);
    padding: 12px 10px 12px 0;
  }

  .documents__download-list-wrapper {
    max-height: 150px;
  }

  .documents__download-link {
    padding: 8px 20px 8px 20px;
  }

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

  .documents__download-text {
    font-size: 13px;
    line-height: 15px;
  }

  .documents__msg {
    padding-top: 20px;
  }

  .documents__msg-text {
    font-size: 13px;
    line-height: 15px;
  }

  .filter__row {
    margin-left: -5px;
    margin-right: -5px;
  }

  .filter__col {
    padding: 0 5px 10px 5px;
    width: 100%;
  }

  .filter__search-input .input__field,
  .filter__search-input .date-range__input {
    padding-right: 50px;
  }

  .filter__search-clear {
    width: 50px;
    height: 50px;
  }

  .filter__search-clear svg {
    width: 16px;
    height: 16px;
  }

  .filter__search-btn {
    width: 50px;
    height: 50px;
    margin-left: 10px;
  }

  .filter__search-btn svg {
    width: 14px;
    height: 14px;
  }

  .res-acc__item::before {
    display: none;
  }

  .res-acc__button {
    padding: 30px 0;
  }

  .res-acc__icon {
    width: 30px;
    height: 30px;
    margin-right: 14px;
  }

  .res-acc__icon svg {
    width: 18px;
    height: 18px;
  }

  .res-acc__name {
    font-size: 24px;
    line-height: 28px;
    padding-right: 10px;
  }

  .res-acc__switcher_sm {
    margin-bottom: 30px;
    width: 100%;
  }

  .res-acc__switcher-item {
    width: 50%;
    font-size: 13px;
    line-height: 15px;
  }

  .res-acc__arrow {
    width: 20px;
    height: 20px;
  }

  .res-acc__arrow svg {
    width: 8px;
    height: 4px;
  }

  .res-acc__content {
    padding-left: 0;
  }

  .e-slider {
    padding-bottom: 30px;
  }

  .e-slider__item {
    width: 260px !important;
  }

  .e-slider__btn {
    display: none;
  }

  .home__section {
    padding-bottom: 40px;
  }

  .home__section-wrapper {
    padding-bottom: 40px;
  }

  .home__header {
    padding-bottom: 32px;
  }

  .home__more {
    display: none;
  }

  .home__more--sm {
    display: block;
  }

  .home__news-row {
    flex-wrap: wrap;
  }

  .home__news-col {
    width: 100%;
    padding: 0 15px 30px 15px;
  }

  .home__doc-col {
    width: 100%;
    padding: 0 15px 20px 15px;
  }

  .about {
    padding-bottom: 30px;
  }

  .about__plate {
    padding: 20px 0 0 0;
  }

  .about__plate-col {
    padding-bottom: 10px;
  }

  .about__plate-item {
    padding: 30px 0;
  }

  .about__plate-header {
    padding: 0 30px 10px 30px;
  }

  .about__plate-title {
    font-size: 24px;
    line-height: 28px;
  }

  .about__plate-icon {
    width: 40px;
    height: 40px;
  }

  .about__plate-body {
    padding: 0 30px;
  }

  .about__plate-text {
    font-size: 14px;
    line-height: 26px;
  }

  .administration__article-text {
    padding-bottom: 30px;
  }

  .team__col {
    width: 100%;
  }

  .news__main {
    padding-bottom: 30px;
  }

  .news__col {
    width: 100%;
    padding: 0 15px 30px 15px;
  }

  .contacts {
    padding-bottom: 40px;
  }

  .contacts__caption {
    align-items: flex-start;
  }

  .contacts__item {
    padding: 20px 20px 20px 64px;
    text-align: left;
    align-items: flex-start;
  }

  .contacts__item-icon {
    width: 30px;
    height: 30px;
    margin-bottom: 0;
    position: absolute;
    top: 20px;
    left: 20px;
  }

  .contacts__item-text {
    font-size: 13px;
    line-height: 18px;
  }

  .contacts__item-link {
    font-size: 13px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .contacts__feedback {
    padding-top: 40px;
  }

  .contacts__feedback-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .contacts__feedback-bottom-item {
    display: block;
    width: 100%;
  }

  .contacts__feedback-required {
    font-size: 14px;
    line-height: 16px;
    margin-right: 0;
    padding: 20px 0;
  }

  .events__header {
    padding-bottom: 30px;
  }

  .events__section {
    padding: 40px 0;
  }

  .events__col {
    width: 100%;
    padding: 0 15px 10px 15px;
  }

  .events__more {
    display: none;
  }

  .events__more--sm {
    display: block;
    padding-top: 20px;
  }

  .event-detail__section {
    padding: 40px 0 0 0;
  }

  .event-detail__slider {
    padding-top: 40px;
  }

  .event-detail__documents {
    padding-bottom: 40px;
  }

  .event-detail__col {
    padding: 0 15px 30px 15px;
  }

  .resourses__list {
    padding: 30px 0 0 0;
  }

  .resourses__item {
    padding-bottom: 30px;
  }

  .resourses__filter {
    padding-bottom: 10px;
  }

  .resourses__search {
    padding: 30px 0;
  }

  .resourses__search-item {
    padding-bottom: 30px;
  }

  .resourses__search-loader svg {
    width: 30px;
    height: 30px;
  }

  .resourses__search-fail {
    padding-bottom: 30px;
    align-items: flex-start;
  }

  .resourses__search-fail-icon {
    width: 20px;
    height: 20px;
    margin-right: 10px;
  }

  .resourses__search-fail-text {
    font-size: 14px;
    line-height: 16px;
  }

  .blog__author {
    padding: 0 0 30px 0;
    float: none;
  }

  .glossary .g-table__item {
    font-size: 16px;
    line-height: 23px;
    padding: 8px;
  }

  .glossary .g-table table td {
    padding: 0 20px 20px 20px;
    font-size: 13px;
    line-height: 20px;
  }

  .glossary .g-table table td:first-child {
    padding: 20px 20px 10px 20px;
    font-size: 16px;
    line-height: 19px;
  }

  .research-list {
    padding-bottom: 40px;
    margin-bottom: 40px;
  }

  .research-list::before {
    display: none;
  }

  .research-list__header {
    padding-bottom: 24px;
  }

  .research-list__header-icon {
    width: 30px;
    height: 30px;
    margin-right: 10px;
  }

  .research-list__header-icon svg {
    width: 15px;
    height: 15px;
  }

  .research-list__header-name {
    font-size: 24px;
    line-height: 28px;
  }

  .research-list__body {
    padding-left: 0;
  }

  .research-list__item {
    padding-bottom: 30px;
  }

  .research-link__row {
    flex-direction: column;
    justify-content: flex-start;
  }

  .research-link__col:last-child {
    width: auto;
    display: block;
  }

  .research-link__name {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 10px;
  }

  .research-link__date {
    font-size: 14px;
    line-height: 17px;
    padding-bottom: 10px;
  }

  .polls__list-item {
    padding-bottom: 30px;
  }

  .terms-of-use__header-item {
    padding-bottom: 6px;
  }

  .terms-of-use__header h4 {
    padding-bottom: 20px;
  }

  .personal-data__switcher {
    margin-bottom: 30px;
  }

  .personal-data__switcher-item {
    font-size: 16px;
    line-height: 19px;
    height: 44px;
    padding: 0 10px;
  }

  .personal-data__form-footer {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .personal-data__form-required {
    padding-right: 0;
    padding-bottom: 30px;
  }

  .p-404__header {
    padding: 20px 0;
  }

  .p-404__logo {
    max-width: 130px;
  }

  .p-404__title {
    font-size: 24px;
    line-height: 28px;
    padding-bottom: 16px;
  }

  .p-404__subtitle {
    font-size: 14px;
    line-height: 16px;
    padding-bottom: 30px;
  }

  .p-404__image {
    margin-bottom: 46px;
  }
}

@media (max-width: 640px) {
  .fancybox__toolbar__items--center:not(:last-child) {
    display: none;
  }
}

@media only screen and (max-width: 479px) {
  .header__video {
    position: relative;
  }

  .header__video-container {
    display: none;
    left: auto;
    transform: none;
    position: relative;
  }

  .header__video-container_sm {
    display: block;
    width: 100%;
  }

  .header__video-container video {
    height: auto;
    top: auto;
    left: 0;
    bottom: 0;
    position: relative;
    width: 100%;
    height: auto;
    transform: none;
  }
}
/*# sourceMappingURL=maps/main.css.map */
